diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6bd0e82f44..ff02e7a00e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `has-*` variants for `:has(...)` pseudo-class ([#11318](https://github.com/tailwindlabs/tailwindcss/pull/11318)) - Add `text-wrap` utilities including `text-balance` ([#11320](https://github.com/tailwindlabs/tailwindcss/pull/11320)) - Explicitly configure Lightning CSS features, and prefer user browserslist over default browserslist ([#11402](https://github.com/tailwindlabs/tailwindcss/pull/11402), [#11412](https://github.com/tailwindlabs/tailwindcss/pull/11412)) +- Extend default `opacity` scale to include all steps of 5 ([#11832](https://github.com/tailwindlabs/tailwindcss/pull/11832)) ### Changed diff --git a/stubs/config.full.js b/stubs/config.full.js index bdc73f705056..4bb1e89bbe0c 100644 --- a/stubs/config.full.js +++ b/stubs/config.full.js @@ -678,15 +678,21 @@ module.exports = { 0: '0', 5: '0.05', 10: '0.1', + 15: '0.15', 20: '0.2', 25: '0.25', 30: '0.3', + 35: '0.35', 40: '0.4', + 45: '0.45', 50: '0.5', + 55: '0.55', 60: '0.6', + 65: '0.65', 70: '0.7', 75: '0.75', 80: '0.8', + 85: '0.85', 90: '0.9', 95: '0.95', 100: '1', diff --git a/tests/getClassList.test.js b/tests/getClassList.test.js index 63dfea88ceb1..94a790a78447 100644 --- a/tests/getClassList.test.js +++ b/tests/getClassList.test.js @@ -95,15 +95,21 @@ it('should generate utilities with modifier data when requested', () => { '0', '5', '10', + '15', '20', '25', '30', + '35', '40', + '45', '50', + '55', '60', + '65', '70', '75', '80', + '85', '90', '95', '100', diff --git a/tests/plugins/__snapshots__/accentColor.test.js.snap b/tests/plugins/__snapshots__/accentColor.test.js.snap index effcff2f7042..395103e2d28c 100644 --- a/tests/plugins/__snapshots__/accentColor.test.js.snap +++ b/tests/plugins/__snapshots__/accentColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef3c7; } +.accent-amber-100\\/15 { + accent-color: #fef3c726; +} + .accent-amber-100\\/20 { accent-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef3c74d; } +.accent-amber-100\\/35 { + accent-color: #fef3c759; +} + .accent-amber-100\\/40 { accent-color: #fef3c766; } +.accent-amber-100\\/45 { + accent-color: #fef3c773; +} + .accent-amber-100\\/5 { accent-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef3c780; } +.accent-amber-100\\/55 { + accent-color: #fef3c78c; +} + .accent-amber-100\\/60 { accent-color: #fef3c799; } +.accent-amber-100\\/65 { + accent-color: #fef3c7a6; +} + .accent-amber-100\\/70 { accent-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef3c7cc; } +.accent-amber-100\\/85 { + accent-color: #fef3c7d9; +} + .accent-amber-100\\/90 { accent-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde68a; } +.accent-amber-200\\/15 { + accent-color: #fde68a26; +} + .accent-amber-200\\/20 { accent-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde68a4d; } +.accent-amber-200\\/35 { + accent-color: #fde68a59; +} + .accent-amber-200\\/40 { accent-color: #fde68a66; } +.accent-amber-200\\/45 { + accent-color: #fde68a73; +} + .accent-amber-200\\/5 { accent-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde68a80; } +.accent-amber-200\\/55 { + accent-color: #fde68a8c; +} + .accent-amber-200\\/60 { accent-color: #fde68a99; } +.accent-amber-200\\/65 { + accent-color: #fde68aa6; +} + .accent-amber-200\\/70 { accent-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde68acc; } +.accent-amber-200\\/85 { + accent-color: #fde68ad9; +} + .accent-amber-200\\/90 { accent-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fcd34d; } +.accent-amber-300\\/15 { + accent-color: #fcd34d26; +} + .accent-amber-300\\/20 { accent-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fcd34d4d; } +.accent-amber-300\\/35 { + accent-color: #fcd34d59; +} + .accent-amber-300\\/40 { accent-color: #fcd34d66; } +.accent-amber-300\\/45 { + accent-color: #fcd34d73; +} + .accent-amber-300\\/5 { accent-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fcd34d80; } +.accent-amber-300\\/55 { + accent-color: #fcd34d8c; +} + .accent-amber-300\\/60 { accent-color: #fcd34d99; } +.accent-amber-300\\/65 { + accent-color: #fcd34da6; +} + .accent-amber-300\\/70 { accent-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fcd34dcc; } +.accent-amber-300\\/85 { + accent-color: #fcd34dd9; +} + .accent-amber-300\\/90 { accent-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbbf24; } +.accent-amber-400\\/15 { + accent-color: #fbbf2426; +} + .accent-amber-400\\/20 { accent-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbbf244d; } +.accent-amber-400\\/35 { + accent-color: #fbbf2459; +} + .accent-amber-400\\/40 { accent-color: #fbbf2466; } +.accent-amber-400\\/45 { + accent-color: #fbbf2473; +} + .accent-amber-400\\/5 { accent-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbbf2480; } +.accent-amber-400\\/55 { + accent-color: #fbbf248c; +} + .accent-amber-400\\/60 { accent-color: #fbbf2499; } +.accent-amber-400\\/65 { + accent-color: #fbbf24a6; +} + .accent-amber-400\\/70 { accent-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbbf24cc; } +.accent-amber-400\\/85 { + accent-color: #fbbf24d9; +} + .accent-amber-400\\/90 { accent-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fffbeb; } +.accent-amber-50\\/15 { + accent-color: #fffbeb26; +} + .accent-amber-50\\/20 { accent-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fffbeb4d; } +.accent-amber-50\\/35 { + accent-color: #fffbeb59; +} + .accent-amber-50\\/40 { accent-color: #fffbeb66; } +.accent-amber-50\\/45 { + accent-color: #fffbeb73; +} + .accent-amber-50\\/5 { accent-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fffbeb80; } +.accent-amber-50\\/55 { + accent-color: #fffbeb8c; +} + .accent-amber-50\\/60 { accent-color: #fffbeb99; } +.accent-amber-50\\/65 { + accent-color: #fffbeba6; +} + .accent-amber-50\\/70 { accent-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fffbebcc; } +.accent-amber-50\\/85 { + accent-color: #fffbebd9; +} + .accent-amber-50\\/90 { accent-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f59e0b; } +.accent-amber-500\\/15 { + accent-color: #f59e0b26; +} + .accent-amber-500\\/20 { accent-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f59e0b4d; } +.accent-amber-500\\/35 { + accent-color: #f59e0b59; +} + .accent-amber-500\\/40 { accent-color: #f59e0b66; } +.accent-amber-500\\/45 { + accent-color: #f59e0b73; +} + .accent-amber-500\\/5 { accent-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f59e0b80; } +.accent-amber-500\\/55 { + accent-color: #f59e0b8c; +} + .accent-amber-500\\/60 { accent-color: #f59e0b99; } +.accent-amber-500\\/65 { + accent-color: #f59e0ba6; +} + .accent-amber-500\\/70 { accent-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f59e0bcc; } +.accent-amber-500\\/85 { + accent-color: #f59e0bd9; +} + .accent-amber-500\\/90 { accent-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d97706; } +.accent-amber-600\\/15 { + accent-color: #d9770626; +} + .accent-amber-600\\/20 { accent-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d977064d; } +.accent-amber-600\\/35 { + accent-color: #d9770659; +} + .accent-amber-600\\/40 { accent-color: #d9770666; } +.accent-amber-600\\/45 { + accent-color: #d9770673; +} + .accent-amber-600\\/5 { accent-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d9770680; } +.accent-amber-600\\/55 { + accent-color: #d977068c; +} + .accent-amber-600\\/60 { accent-color: #d9770699; } +.accent-amber-600\\/65 { + accent-color: #d97706a6; +} + .accent-amber-600\\/70 { accent-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d97706cc; } +.accent-amber-600\\/85 { + accent-color: #d97706d9; +} + .accent-amber-600\\/90 { accent-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b45309; } +.accent-amber-700\\/15 { + accent-color: #b4530926; +} + .accent-amber-700\\/20 { accent-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b453094d; } +.accent-amber-700\\/35 { + accent-color: #b4530959; +} + .accent-amber-700\\/40 { accent-color: #b4530966; } +.accent-amber-700\\/45 { + accent-color: #b4530973; +} + .accent-amber-700\\/5 { accent-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b4530980; } +.accent-amber-700\\/55 { + accent-color: #b453098c; +} + .accent-amber-700\\/60 { accent-color: #b4530999; } +.accent-amber-700\\/65 { + accent-color: #b45309a6; +} + .accent-amber-700\\/70 { accent-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b45309cc; } +.accent-amber-700\\/85 { + accent-color: #b45309d9; +} + .accent-amber-700\\/90 { accent-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #92400e; } +.accent-amber-800\\/15 { + accent-color: #92400e26; +} + .accent-amber-800\\/20 { accent-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #92400e4d; } +.accent-amber-800\\/35 { + accent-color: #92400e59; +} + .accent-amber-800\\/40 { accent-color: #92400e66; } +.accent-amber-800\\/45 { + accent-color: #92400e73; +} + .accent-amber-800\\/5 { accent-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #92400e80; } +.accent-amber-800\\/55 { + accent-color: #92400e8c; +} + .accent-amber-800\\/60 { accent-color: #92400e99; } +.accent-amber-800\\/65 { + accent-color: #92400ea6; +} + .accent-amber-800\\/70 { accent-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #92400ecc; } +.accent-amber-800\\/85 { + accent-color: #92400ed9; +} + .accent-amber-800\\/90 { accent-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78350f; } +.accent-amber-900\\/15 { + accent-color: #78350f26; +} + .accent-amber-900\\/20 { accent-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78350f4d; } +.accent-amber-900\\/35 { + accent-color: #78350f59; +} + .accent-amber-900\\/40 { accent-color: #78350f66; } +.accent-amber-900\\/45 { + accent-color: #78350f73; +} + .accent-amber-900\\/5 { accent-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78350f80; } +.accent-amber-900\\/55 { + accent-color: #78350f8c; +} + .accent-amber-900\\/60 { accent-color: #78350f99; } +.accent-amber-900\\/65 { + accent-color: #78350fa6; +} + .accent-amber-900\\/70 { accent-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78350fcc; } +.accent-amber-900\\/85 { + accent-color: #78350fd9; +} + .accent-amber-900\\/90 { accent-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #451a03; } +.accent-amber-950\\/15 { + accent-color: #451a0326; +} + .accent-amber-950\\/20 { accent-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #451a034d; } +.accent-amber-950\\/35 { + accent-color: #451a0359; +} + .accent-amber-950\\/40 { accent-color: #451a0366; } +.accent-amber-950\\/45 { + accent-color: #451a0373; +} + .accent-amber-950\\/5 { accent-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #451a0380; } +.accent-amber-950\\/55 { + accent-color: #451a038c; +} + .accent-amber-950\\/60 { accent-color: #451a0399; } +.accent-amber-950\\/65 { + accent-color: #451a03a6; +} + .accent-amber-950\\/70 { accent-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #451a03cc; } +.accent-amber-950\\/85 { + accent-color: #451a03d9; +} + .accent-amber-950\\/90 { accent-color: #451a03e6; } @@ -734,6 +998,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #000; } +.accent-black\\/15 { + accent-color: #00000026; +} + .accent-black\\/20 { accent-color: #0003; } @@ -746,10 +1014,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0000004d; } +.accent-black\\/35 { + accent-color: #00000059; +} + .accent-black\\/40 { accent-color: #0006; } +.accent-black\\/45 { + accent-color: #00000073; +} + .accent-black\\/5 { accent-color: #0000000d; } @@ -758,10 +1034,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #00000080; } +.accent-black\\/55 { + accent-color: #0000008c; +} + .accent-black\\/60 { accent-color: #0009; } +.accent-black\\/65 { + accent-color: #000000a6; +} + .accent-black\\/70 { accent-color: #000000b3; } @@ -774,6 +1058,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #000c; } +.accent-black\\/85 { + accent-color: #000000d9; +} + .accent-black\\/90 { accent-color: #000000e6; } @@ -798,6 +1086,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dbeafe; } +.accent-blue-100\\/15 { + accent-color: #dbeafe26; +} + .accent-blue-100\\/20 { accent-color: #dbeafe33; } @@ -810,10 +1102,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dbeafe4d; } +.accent-blue-100\\/35 { + accent-color: #dbeafe59; +} + .accent-blue-100\\/40 { accent-color: #dbeafe66; } +.accent-blue-100\\/45 { + accent-color: #dbeafe73; +} + .accent-blue-100\\/5 { accent-color: #dbeafe0d; } @@ -822,10 +1122,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dbeafe80; } +.accent-blue-100\\/55 { + accent-color: #dbeafe8c; +} + .accent-blue-100\\/60 { accent-color: #dbeafe99; } +.accent-blue-100\\/65 { + accent-color: #dbeafea6; +} + .accent-blue-100\\/70 { accent-color: #dbeafeb3; } @@ -838,6 +1146,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dbeafecc; } +.accent-blue-100\\/85 { + accent-color: #dbeafed9; +} + .accent-blue-100\\/90 { accent-color: #dbeafee6; } @@ -862,6 +1174,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bfdbfe; } +.accent-blue-200\\/15 { + accent-color: #bfdbfe26; +} + .accent-blue-200\\/20 { accent-color: #bfdbfe33; } @@ -874,10 +1190,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bfdbfe4d; } +.accent-blue-200\\/35 { + accent-color: #bfdbfe59; +} + .accent-blue-200\\/40 { accent-color: #bfdbfe66; } +.accent-blue-200\\/45 { + accent-color: #bfdbfe73; +} + .accent-blue-200\\/5 { accent-color: #bfdbfe0d; } @@ -886,10 +1210,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bfdbfe80; } +.accent-blue-200\\/55 { + accent-color: #bfdbfe8c; +} + .accent-blue-200\\/60 { accent-color: #bfdbfe99; } +.accent-blue-200\\/65 { + accent-color: #bfdbfea6; +} + .accent-blue-200\\/70 { accent-color: #bfdbfeb3; } @@ -902,6 +1234,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bfdbfecc; } +.accent-blue-200\\/85 { + accent-color: #bfdbfed9; +} + .accent-blue-200\\/90 { accent-color: #bfdbfee6; } @@ -926,6 +1262,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #93c5fd; } +.accent-blue-300\\/15 { + accent-color: #93c5fd26; +} + .accent-blue-300\\/20 { accent-color: #93c5fd33; } @@ -938,10 +1278,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #93c5fd4d; } +.accent-blue-300\\/35 { + accent-color: #93c5fd59; +} + .accent-blue-300\\/40 { accent-color: #93c5fd66; } +.accent-blue-300\\/45 { + accent-color: #93c5fd73; +} + .accent-blue-300\\/5 { accent-color: #93c5fd0d; } @@ -950,10 +1298,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #93c5fd80; } +.accent-blue-300\\/55 { + accent-color: #93c5fd8c; +} + .accent-blue-300\\/60 { accent-color: #93c5fd99; } +.accent-blue-300\\/65 { + accent-color: #93c5fda6; +} + .accent-blue-300\\/70 { accent-color: #93c5fdb3; } @@ -966,6 +1322,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #93c5fdcc; } +.accent-blue-300\\/85 { + accent-color: #93c5fdd9; +} + .accent-blue-300\\/90 { accent-color: #93c5fde6; } @@ -990,6 +1350,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #60a5fa; } +.accent-blue-400\\/15 { + accent-color: #60a5fa26; +} + .accent-blue-400\\/20 { accent-color: #60a5fa33; } @@ -1002,10 +1366,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #60a5fa4d; } +.accent-blue-400\\/35 { + accent-color: #60a5fa59; +} + .accent-blue-400\\/40 { accent-color: #60a5fa66; } +.accent-blue-400\\/45 { + accent-color: #60a5fa73; +} + .accent-blue-400\\/5 { accent-color: #60a5fa0d; } @@ -1014,10 +1386,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #60a5fa80; } +.accent-blue-400\\/55 { + accent-color: #60a5fa8c; +} + .accent-blue-400\\/60 { accent-color: #60a5fa99; } +.accent-blue-400\\/65 { + accent-color: #60a5faa6; +} + .accent-blue-400\\/70 { accent-color: #60a5fab3; } @@ -1030,6 +1410,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #60a5facc; } +.accent-blue-400\\/85 { + accent-color: #60a5fad9; +} + .accent-blue-400\\/90 { accent-color: #60a5fae6; } @@ -1054,6 +1438,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eff6ff; } +.accent-blue-50\\/15 { + accent-color: #eff6ff26; +} + .accent-blue-50\\/20 { accent-color: #eff6ff33; } @@ -1066,10 +1454,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eff6ff4d; } +.accent-blue-50\\/35 { + accent-color: #eff6ff59; +} + .accent-blue-50\\/40 { accent-color: #eff6ff66; } +.accent-blue-50\\/45 { + accent-color: #eff6ff73; +} + .accent-blue-50\\/5 { accent-color: #eff6ff0d; } @@ -1078,10 +1474,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eff6ff80; } +.accent-blue-50\\/55 { + accent-color: #eff6ff8c; +} + .accent-blue-50\\/60 { accent-color: #eff6ff99; } +.accent-blue-50\\/65 { + accent-color: #eff6ffa6; +} + .accent-blue-50\\/70 { accent-color: #eff6ffb3; } @@ -1094,6 +1498,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eff6ffcc; } +.accent-blue-50\\/85 { + accent-color: #eff6ffd9; +} + .accent-blue-50\\/90 { accent-color: #eff6ffe6; } @@ -1118,6 +1526,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b82f6; } +.accent-blue-500\\/15 { + accent-color: #3b82f626; +} + .accent-blue-500\\/20 { accent-color: #3b82f633; } @@ -1130,10 +1542,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b82f64d; } +.accent-blue-500\\/35 { + accent-color: #3b82f659; +} + .accent-blue-500\\/40 { accent-color: #3b82f666; } +.accent-blue-500\\/45 { + accent-color: #3b82f673; +} + .accent-blue-500\\/5 { accent-color: #3b82f60d; } @@ -1142,10 +1562,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b82f680; } +.accent-blue-500\\/55 { + accent-color: #3b82f68c; +} + .accent-blue-500\\/60 { accent-color: #3b82f699; } +.accent-blue-500\\/65 { + accent-color: #3b82f6a6; +} + .accent-blue-500\\/70 { accent-color: #3b82f6b3; } @@ -1158,6 +1586,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b82f6cc; } +.accent-blue-500\\/85 { + accent-color: #3b82f6d9; +} + .accent-blue-500\\/90 { accent-color: #3b82f6e6; } @@ -1182,6 +1614,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2563eb; } +.accent-blue-600\\/15 { + accent-color: #2563eb26; +} + .accent-blue-600\\/20 { accent-color: #2563eb33; } @@ -1194,10 +1630,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2563eb4d; } +.accent-blue-600\\/35 { + accent-color: #2563eb59; +} + .accent-blue-600\\/40 { accent-color: #2563eb66; } +.accent-blue-600\\/45 { + accent-color: #2563eb73; +} + .accent-blue-600\\/5 { accent-color: #2563eb0d; } @@ -1206,10 +1650,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2563eb80; } +.accent-blue-600\\/55 { + accent-color: #2563eb8c; +} + .accent-blue-600\\/60 { accent-color: #2563eb99; } +.accent-blue-600\\/65 { + accent-color: #2563eba6; +} + .accent-blue-600\\/70 { accent-color: #2563ebb3; } @@ -1222,6 +1674,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2563ebcc; } +.accent-blue-600\\/85 { + accent-color: #2563ebd9; +} + .accent-blue-600\\/90 { accent-color: #2563ebe6; } @@ -1246,6 +1702,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1d4ed8; } +.accent-blue-700\\/15 { + accent-color: #1d4ed826; +} + .accent-blue-700\\/20 { accent-color: #1d4ed833; } @@ -1258,10 +1718,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1d4ed84d; } +.accent-blue-700\\/35 { + accent-color: #1d4ed859; +} + .accent-blue-700\\/40 { accent-color: #1d4ed866; } +.accent-blue-700\\/45 { + accent-color: #1d4ed873; +} + .accent-blue-700\\/5 { accent-color: #1d4ed80d; } @@ -1270,10 +1738,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1d4ed880; } +.accent-blue-700\\/55 { + accent-color: #1d4ed88c; +} + .accent-blue-700\\/60 { accent-color: #1d4ed899; } +.accent-blue-700\\/65 { + accent-color: #1d4ed8a6; +} + .accent-blue-700\\/70 { accent-color: #1d4ed8b3; } @@ -1286,6 +1762,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1d4ed8cc; } +.accent-blue-700\\/85 { + accent-color: #1d4ed8d9; +} + .accent-blue-700\\/90 { accent-color: #1d4ed8e6; } @@ -1310,6 +1790,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e40af; } +.accent-blue-800\\/15 { + accent-color: #1e40af26; +} + .accent-blue-800\\/20 { accent-color: #1e40af33; } @@ -1322,10 +1806,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e40af4d; } +.accent-blue-800\\/35 { + accent-color: #1e40af59; +} + .accent-blue-800\\/40 { accent-color: #1e40af66; } +.accent-blue-800\\/45 { + accent-color: #1e40af73; +} + .accent-blue-800\\/5 { accent-color: #1e40af0d; } @@ -1334,10 +1826,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e40af80; } +.accent-blue-800\\/55 { + accent-color: #1e40af8c; +} + .accent-blue-800\\/60 { accent-color: #1e40af99; } +.accent-blue-800\\/65 { + accent-color: #1e40afa6; +} + .accent-blue-800\\/70 { accent-color: #1e40afb3; } @@ -1350,6 +1850,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e40afcc; } +.accent-blue-800\\/85 { + accent-color: #1e40afd9; +} + .accent-blue-800\\/90 { accent-color: #1e40afe6; } @@ -1374,6 +1878,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e3a8a; } +.accent-blue-900\\/15 { + accent-color: #1e3a8a26; +} + .accent-blue-900\\/20 { accent-color: #1e3a8a33; } @@ -1386,10 +1894,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e3a8a4d; } +.accent-blue-900\\/35 { + accent-color: #1e3a8a59; +} + .accent-blue-900\\/40 { accent-color: #1e3a8a66; } +.accent-blue-900\\/45 { + accent-color: #1e3a8a73; +} + .accent-blue-900\\/5 { accent-color: #1e3a8a0d; } @@ -1398,10 +1914,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e3a8a80; } +.accent-blue-900\\/55 { + accent-color: #1e3a8a8c; +} + .accent-blue-900\\/60 { accent-color: #1e3a8a99; } +.accent-blue-900\\/65 { + accent-color: #1e3a8aa6; +} + .accent-blue-900\\/70 { accent-color: #1e3a8ab3; } @@ -1414,6 +1938,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e3a8acc; } +.accent-blue-900\\/85 { + accent-color: #1e3a8ad9; +} + .accent-blue-900\\/90 { accent-color: #1e3a8ae6; } @@ -1438,6 +1966,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #172554; } +.accent-blue-950\\/15 { + accent-color: #17255426; +} + .accent-blue-950\\/20 { accent-color: #17255433; } @@ -1450,10 +1982,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1725544d; } +.accent-blue-950\\/35 { + accent-color: #17255459; +} + .accent-blue-950\\/40 { accent-color: #17255466; } +.accent-blue-950\\/45 { + accent-color: #17255473; +} + .accent-blue-950\\/5 { accent-color: #1725540d; } @@ -1462,10 +2002,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #17255480; } +.accent-blue-950\\/55 { + accent-color: #1725548c; +} + .accent-blue-950\\/60 { accent-color: #17255499; } +.accent-blue-950\\/65 { + accent-color: #172554a6; +} + .accent-blue-950\\/70 { accent-color: #172554b3; } @@ -1478,6 +2026,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #172554cc; } +.accent-blue-950\\/85 { + accent-color: #172554d9; +} + .accent-blue-950\\/90 { accent-color: #172554e6; } @@ -1506,6 +2058,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cffafe; } +.accent-cyan-100\\/15 { + accent-color: #cffafe26; +} + .accent-cyan-100\\/20 { accent-color: #cffafe33; } @@ -1518,10 +2074,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cffafe4d; } +.accent-cyan-100\\/35 { + accent-color: #cffafe59; +} + .accent-cyan-100\\/40 { accent-color: #cffafe66; } +.accent-cyan-100\\/45 { + accent-color: #cffafe73; +} + .accent-cyan-100\\/5 { accent-color: #cffafe0d; } @@ -1530,10 +2094,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cffafe80; } +.accent-cyan-100\\/55 { + accent-color: #cffafe8c; +} + .accent-cyan-100\\/60 { accent-color: #cffafe99; } +.accent-cyan-100\\/65 { + accent-color: #cffafea6; +} + .accent-cyan-100\\/70 { accent-color: #cffafeb3; } @@ -1546,6 +2118,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cffafecc; } +.accent-cyan-100\\/85 { + accent-color: #cffafed9; +} + .accent-cyan-100\\/90 { accent-color: #cffafee6; } @@ -1570,6 +2146,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5f3fc; } +.accent-cyan-200\\/15 { + accent-color: #a5f3fc26; +} + .accent-cyan-200\\/20 { accent-color: #a5f3fc33; } @@ -1582,10 +2162,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5f3fc4d; } +.accent-cyan-200\\/35 { + accent-color: #a5f3fc59; +} + .accent-cyan-200\\/40 { accent-color: #a5f3fc66; } +.accent-cyan-200\\/45 { + accent-color: #a5f3fc73; +} + .accent-cyan-200\\/5 { accent-color: #a5f3fc0d; } @@ -1594,10 +2182,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5f3fc80; } +.accent-cyan-200\\/55 { + accent-color: #a5f3fc8c; +} + .accent-cyan-200\\/60 { accent-color: #a5f3fc99; } +.accent-cyan-200\\/65 { + accent-color: #a5f3fca6; +} + .accent-cyan-200\\/70 { accent-color: #a5f3fcb3; } @@ -1610,6 +2206,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5f3fccc; } +.accent-cyan-200\\/85 { + accent-color: #a5f3fcd9; +} + .accent-cyan-200\\/90 { accent-color: #a5f3fce6; } @@ -1634,6 +2234,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #67e8f9; } +.accent-cyan-300\\/15 { + accent-color: #67e8f926; +} + .accent-cyan-300\\/20 { accent-color: #67e8f933; } @@ -1646,10 +2250,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #67e8f94d; } +.accent-cyan-300\\/35 { + accent-color: #67e8f959; +} + .accent-cyan-300\\/40 { accent-color: #67e8f966; } +.accent-cyan-300\\/45 { + accent-color: #67e8f973; +} + .accent-cyan-300\\/5 { accent-color: #67e8f90d; } @@ -1658,10 +2270,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #67e8f980; } +.accent-cyan-300\\/55 { + accent-color: #67e8f98c; +} + .accent-cyan-300\\/60 { accent-color: #67e8f999; } +.accent-cyan-300\\/65 { + accent-color: #67e8f9a6; +} + .accent-cyan-300\\/70 { accent-color: #67e8f9b3; } @@ -1674,6 +2294,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #67e8f9cc; } +.accent-cyan-300\\/85 { + accent-color: #67e8f9d9; +} + .accent-cyan-300\\/90 { accent-color: #67e8f9e6; } @@ -1698,6 +2322,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22d3ee; } +.accent-cyan-400\\/15 { + accent-color: #22d3ee26; +} + .accent-cyan-400\\/20 { accent-color: #22d3ee33; } @@ -1710,10 +2338,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22d3ee4d; } +.accent-cyan-400\\/35 { + accent-color: #22d3ee59; +} + .accent-cyan-400\\/40 { accent-color: #22d3ee66; } +.accent-cyan-400\\/45 { + accent-color: #22d3ee73; +} + .accent-cyan-400\\/5 { accent-color: #22d3ee0d; } @@ -1722,10 +2358,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22d3ee80; } +.accent-cyan-400\\/55 { + accent-color: #22d3ee8c; +} + .accent-cyan-400\\/60 { accent-color: #22d3ee99; } +.accent-cyan-400\\/65 { + accent-color: #22d3eea6; +} + .accent-cyan-400\\/70 { accent-color: #22d3eeb3; } @@ -1738,6 +2382,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22d3eecc; } +.accent-cyan-400\\/85 { + accent-color: #22d3eed9; +} + .accent-cyan-400\\/90 { accent-color: #22d3eee6; } @@ -1762,6 +2410,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfeff; } +.accent-cyan-50\\/15 { + accent-color: #ecfeff26; +} + .accent-cyan-50\\/20 { accent-color: #ecfeff33; } @@ -1774,10 +2426,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfeff4d; } +.accent-cyan-50\\/35 { + accent-color: #ecfeff59; +} + .accent-cyan-50\\/40 { accent-color: #ecfeff66; } +.accent-cyan-50\\/45 { + accent-color: #ecfeff73; +} + .accent-cyan-50\\/5 { accent-color: #ecfeff0d; } @@ -1786,10 +2446,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfeff80; } +.accent-cyan-50\\/55 { + accent-color: #ecfeff8c; +} + .accent-cyan-50\\/60 { accent-color: #ecfeff99; } +.accent-cyan-50\\/65 { + accent-color: #ecfeffa6; +} + .accent-cyan-50\\/70 { accent-color: #ecfeffb3; } @@ -1802,6 +2470,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfeffcc; } +.accent-cyan-50\\/85 { + accent-color: #ecfeffd9; +} + .accent-cyan-50\\/90 { accent-color: #ecfeffe6; } @@ -1826,6 +2498,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #06b6d4; } +.accent-cyan-500\\/15 { + accent-color: #06b6d426; +} + .accent-cyan-500\\/20 { accent-color: #06b6d433; } @@ -1838,10 +2514,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #06b6d44d; } +.accent-cyan-500\\/35 { + accent-color: #06b6d459; +} + .accent-cyan-500\\/40 { accent-color: #06b6d466; } +.accent-cyan-500\\/45 { + accent-color: #06b6d473; +} + .accent-cyan-500\\/5 { accent-color: #06b6d40d; } @@ -1850,10 +2534,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #06b6d480; } +.accent-cyan-500\\/55 { + accent-color: #06b6d48c; +} + .accent-cyan-500\\/60 { accent-color: #06b6d499; } +.accent-cyan-500\\/65 { + accent-color: #06b6d4a6; +} + .accent-cyan-500\\/70 { accent-color: #06b6d4b3; } @@ -1866,6 +2558,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #06b6d4cc; } +.accent-cyan-500\\/85 { + accent-color: #06b6d4d9; +} + .accent-cyan-500\\/90 { accent-color: #06b6d4e6; } @@ -1890,6 +2586,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0891b2; } +.accent-cyan-600\\/15 { + accent-color: #0891b226; +} + .accent-cyan-600\\/20 { accent-color: #0891b233; } @@ -1902,10 +2602,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0891b24d; } +.accent-cyan-600\\/35 { + accent-color: #0891b259; +} + .accent-cyan-600\\/40 { accent-color: #0891b266; } +.accent-cyan-600\\/45 { + accent-color: #0891b273; +} + .accent-cyan-600\\/5 { accent-color: #0891b20d; } @@ -1914,10 +2622,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0891b280; } +.accent-cyan-600\\/55 { + accent-color: #0891b28c; +} + .accent-cyan-600\\/60 { accent-color: #0891b299; } +.accent-cyan-600\\/65 { + accent-color: #0891b2a6; +} + .accent-cyan-600\\/70 { accent-color: #0891b2b3; } @@ -1930,6 +2646,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0891b2cc; } +.accent-cyan-600\\/85 { + accent-color: #0891b2d9; +} + .accent-cyan-600\\/90 { accent-color: #0891b2e6; } @@ -1954,6 +2674,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0e7490; } +.accent-cyan-700\\/15 { + accent-color: #0e749026; +} + .accent-cyan-700\\/20 { accent-color: #0e749033; } @@ -1966,10 +2690,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0e74904d; } +.accent-cyan-700\\/35 { + accent-color: #0e749059; +} + .accent-cyan-700\\/40 { accent-color: #0e749066; } +.accent-cyan-700\\/45 { + accent-color: #0e749073; +} + .accent-cyan-700\\/5 { accent-color: #0e74900d; } @@ -1978,10 +2710,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0e749080; } +.accent-cyan-700\\/55 { + accent-color: #0e74908c; +} + .accent-cyan-700\\/60 { accent-color: #0e749099; } +.accent-cyan-700\\/65 { + accent-color: #0e7490a6; +} + .accent-cyan-700\\/70 { accent-color: #0e7490b3; } @@ -1994,6 +2734,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0e7490cc; } +.accent-cyan-700\\/85 { + accent-color: #0e7490d9; +} + .accent-cyan-700\\/90 { accent-color: #0e7490e6; } @@ -2018,6 +2762,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #155e75; } +.accent-cyan-800\\/15 { + accent-color: #155e7526; +} + .accent-cyan-800\\/20 { accent-color: #155e7533; } @@ -2030,10 +2778,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #155e754d; } +.accent-cyan-800\\/35 { + accent-color: #155e7559; +} + .accent-cyan-800\\/40 { accent-color: #155e7566; } +.accent-cyan-800\\/45 { + accent-color: #155e7573; +} + .accent-cyan-800\\/5 { accent-color: #155e750d; } @@ -2042,10 +2798,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #155e7580; } +.accent-cyan-800\\/55 { + accent-color: #155e758c; +} + .accent-cyan-800\\/60 { accent-color: #155e7599; } +.accent-cyan-800\\/65 { + accent-color: #155e75a6; +} + .accent-cyan-800\\/70 { accent-color: #155e75b3; } @@ -2058,6 +2822,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #155e75cc; } +.accent-cyan-800\\/85 { + accent-color: #155e75d9; +} + .accent-cyan-800\\/90 { accent-color: #155e75e6; } @@ -2082,6 +2850,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #164e63; } +.accent-cyan-900\\/15 { + accent-color: #164e6326; +} + .accent-cyan-900\\/20 { accent-color: #164e6333; } @@ -2094,10 +2866,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #164e634d; } +.accent-cyan-900\\/35 { + accent-color: #164e6359; +} + .accent-cyan-900\\/40 { accent-color: #164e6366; } +.accent-cyan-900\\/45 { + accent-color: #164e6373; +} + .accent-cyan-900\\/5 { accent-color: #164e630d; } @@ -2106,10 +2886,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #164e6380; } +.accent-cyan-900\\/55 { + accent-color: #164e638c; +} + .accent-cyan-900\\/60 { accent-color: #164e6399; } +.accent-cyan-900\\/65 { + accent-color: #164e63a6; +} + .accent-cyan-900\\/70 { accent-color: #164e63b3; } @@ -2122,6 +2910,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #164e63cc; } +.accent-cyan-900\\/85 { + accent-color: #164e63d9; +} + .accent-cyan-900\\/90 { accent-color: #164e63e6; } @@ -2146,6 +2938,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #083344; } +.accent-cyan-950\\/15 { + accent-color: #08334426; +} + .accent-cyan-950\\/20 { accent-color: #08334433; } @@ -2158,10 +2954,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0833444d; } +.accent-cyan-950\\/35 { + accent-color: #08334459; +} + .accent-cyan-950\\/40 { accent-color: #08334466; } +.accent-cyan-950\\/45 { + accent-color: #08334473; +} + .accent-cyan-950\\/5 { accent-color: #0833440d; } @@ -2170,10 +2974,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #08334480; } +.accent-cyan-950\\/55 { + accent-color: #0833448c; +} + .accent-cyan-950\\/60 { accent-color: #08334499; } +.accent-cyan-950\\/65 { + accent-color: #083344a6; +} + .accent-cyan-950\\/70 { accent-color: #083344b3; } @@ -2186,6 +2998,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #083344cc; } +.accent-cyan-950\\/85 { + accent-color: #083344d9; +} + .accent-cyan-950\\/90 { accent-color: #083344e6; } @@ -2210,6 +3026,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1fae5; } +.accent-emerald-100\\/15 { + accent-color: #d1fae526; +} + .accent-emerald-100\\/20 { accent-color: #d1fae533; } @@ -2222,10 +3042,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1fae54d; } +.accent-emerald-100\\/35 { + accent-color: #d1fae559; +} + .accent-emerald-100\\/40 { accent-color: #d1fae566; } +.accent-emerald-100\\/45 { + accent-color: #d1fae573; +} + .accent-emerald-100\\/5 { accent-color: #d1fae50d; } @@ -2234,10 +3062,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1fae580; } +.accent-emerald-100\\/55 { + accent-color: #d1fae58c; +} + .accent-emerald-100\\/60 { accent-color: #d1fae599; } +.accent-emerald-100\\/65 { + accent-color: #d1fae5a6; +} + .accent-emerald-100\\/70 { accent-color: #d1fae5b3; } @@ -2250,6 +3086,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1fae5cc; } +.accent-emerald-100\\/85 { + accent-color: #d1fae5d9; +} + .accent-emerald-100\\/90 { accent-color: #d1fae5e6; } @@ -2274,6 +3114,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a7f3d0; } +.accent-emerald-200\\/15 { + accent-color: #a7f3d026; +} + .accent-emerald-200\\/20 { accent-color: #a7f3d033; } @@ -2286,10 +3130,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a7f3d04d; } +.accent-emerald-200\\/35 { + accent-color: #a7f3d059; +} + .accent-emerald-200\\/40 { accent-color: #a7f3d066; } +.accent-emerald-200\\/45 { + accent-color: #a7f3d073; +} + .accent-emerald-200\\/5 { accent-color: #a7f3d00d; } @@ -2298,10 +3150,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a7f3d080; } +.accent-emerald-200\\/55 { + accent-color: #a7f3d08c; +} + .accent-emerald-200\\/60 { accent-color: #a7f3d099; } +.accent-emerald-200\\/65 { + accent-color: #a7f3d0a6; +} + .accent-emerald-200\\/70 { accent-color: #a7f3d0b3; } @@ -2314,6 +3174,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a7f3d0cc; } +.accent-emerald-200\\/85 { + accent-color: #a7f3d0d9; +} + .accent-emerald-200\\/90 { accent-color: #a7f3d0e6; } @@ -2338,6 +3202,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6ee7b7; } +.accent-emerald-300\\/15 { + accent-color: #6ee7b726; +} + .accent-emerald-300\\/20 { accent-color: #6ee7b733; } @@ -2350,10 +3218,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6ee7b74d; } +.accent-emerald-300\\/35 { + accent-color: #6ee7b759; +} + .accent-emerald-300\\/40 { accent-color: #6ee7b766; } +.accent-emerald-300\\/45 { + accent-color: #6ee7b773; +} + .accent-emerald-300\\/5 { accent-color: #6ee7b70d; } @@ -2362,10 +3238,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6ee7b780; } +.accent-emerald-300\\/55 { + accent-color: #6ee7b78c; +} + .accent-emerald-300\\/60 { accent-color: #6ee7b799; } +.accent-emerald-300\\/65 { + accent-color: #6ee7b7a6; +} + .accent-emerald-300\\/70 { accent-color: #6ee7b7b3; } @@ -2378,6 +3262,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6ee7b7cc; } +.accent-emerald-300\\/85 { + accent-color: #6ee7b7d9; +} + .accent-emerald-300\\/90 { accent-color: #6ee7b7e6; } @@ -2402,6 +3290,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #34d399; } +.accent-emerald-400\\/15 { + accent-color: #34d39926; +} + .accent-emerald-400\\/20 { accent-color: #34d39933; } @@ -2414,10 +3306,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #34d3994d; } +.accent-emerald-400\\/35 { + accent-color: #34d39959; +} + .accent-emerald-400\\/40 { accent-color: #34d39966; } +.accent-emerald-400\\/45 { + accent-color: #34d39973; +} + .accent-emerald-400\\/5 { accent-color: #34d3990d; } @@ -2426,10 +3326,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #34d39980; } +.accent-emerald-400\\/55 { + accent-color: #34d3998c; +} + .accent-emerald-400\\/60 { accent-color: #34d39999; } +.accent-emerald-400\\/65 { + accent-color: #34d399a6; +} + .accent-emerald-400\\/70 { accent-color: #34d399b3; } @@ -2442,6 +3350,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #34d399cc; } +.accent-emerald-400\\/85 { + accent-color: #34d399d9; +} + .accent-emerald-400\\/90 { accent-color: #34d399e6; } @@ -2466,6 +3378,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfdf5; } +.accent-emerald-50\\/15 { + accent-color: #ecfdf526; +} + .accent-emerald-50\\/20 { accent-color: #ecfdf533; } @@ -2478,10 +3394,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfdf54d; } +.accent-emerald-50\\/35 { + accent-color: #ecfdf559; +} + .accent-emerald-50\\/40 { accent-color: #ecfdf566; } +.accent-emerald-50\\/45 { + accent-color: #ecfdf573; +} + .accent-emerald-50\\/5 { accent-color: #ecfdf50d; } @@ -2490,10 +3414,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfdf580; } +.accent-emerald-50\\/55 { + accent-color: #ecfdf58c; +} + .accent-emerald-50\\/60 { accent-color: #ecfdf599; } +.accent-emerald-50\\/65 { + accent-color: #ecfdf5a6; +} + .accent-emerald-50\\/70 { accent-color: #ecfdf5b3; } @@ -2506,6 +3438,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfdf5cc; } +.accent-emerald-50\\/85 { + accent-color: #ecfdf5d9; +} + .accent-emerald-50\\/90 { accent-color: #ecfdf5e6; } @@ -2530,6 +3466,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #10b981; } +.accent-emerald-500\\/15 { + accent-color: #10b98126; +} + .accent-emerald-500\\/20 { accent-color: #10b98133; } @@ -2542,10 +3482,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #10b9814d; } +.accent-emerald-500\\/35 { + accent-color: #10b98159; +} + .accent-emerald-500\\/40 { accent-color: #10b98166; } +.accent-emerald-500\\/45 { + accent-color: #10b98173; +} + .accent-emerald-500\\/5 { accent-color: #10b9810d; } @@ -2554,10 +3502,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #10b98180; } +.accent-emerald-500\\/55 { + accent-color: #10b9818c; +} + .accent-emerald-500\\/60 { accent-color: #10b98199; } +.accent-emerald-500\\/65 { + accent-color: #10b981a6; +} + .accent-emerald-500\\/70 { accent-color: #10b981b3; } @@ -2570,6 +3526,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #10b981cc; } +.accent-emerald-500\\/85 { + accent-color: #10b981d9; +} + .accent-emerald-500\\/90 { accent-color: #10b981e6; } @@ -2594,6 +3554,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #059669; } +.accent-emerald-600\\/15 { + accent-color: #05966926; +} + .accent-emerald-600\\/20 { accent-color: #05966933; } @@ -2606,10 +3570,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0596694d; } +.accent-emerald-600\\/35 { + accent-color: #05966959; +} + .accent-emerald-600\\/40 { accent-color: #05966966; } +.accent-emerald-600\\/45 { + accent-color: #05966973; +} + .accent-emerald-600\\/5 { accent-color: #0596690d; } @@ -2618,10 +3590,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #05966980; } +.accent-emerald-600\\/55 { + accent-color: #0596698c; +} + .accent-emerald-600\\/60 { accent-color: #05966999; } +.accent-emerald-600\\/65 { + accent-color: #059669a6; +} + .accent-emerald-600\\/70 { accent-color: #059669b3; } @@ -2634,6 +3614,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #059669cc; } +.accent-emerald-600\\/85 { + accent-color: #059669d9; +} + .accent-emerald-600\\/90 { accent-color: #059669e6; } @@ -2658,6 +3642,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #047857; } +.accent-emerald-700\\/15 { + accent-color: #04785726; +} + .accent-emerald-700\\/20 { accent-color: #04785733; } @@ -2670,10 +3658,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0478574d; } +.accent-emerald-700\\/35 { + accent-color: #04785759; +} + .accent-emerald-700\\/40 { accent-color: #04785766; } +.accent-emerald-700\\/45 { + accent-color: #04785773; +} + .accent-emerald-700\\/5 { accent-color: #0478570d; } @@ -2682,10 +3678,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #04785780; } +.accent-emerald-700\\/55 { + accent-color: #0478578c; +} + .accent-emerald-700\\/60 { accent-color: #04785799; } +.accent-emerald-700\\/65 { + accent-color: #047857a6; +} + .accent-emerald-700\\/70 { accent-color: #047857b3; } @@ -2698,6 +3702,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #047857cc; } +.accent-emerald-700\\/85 { + accent-color: #047857d9; +} + .accent-emerald-700\\/90 { accent-color: #047857e6; } @@ -2722,6 +3730,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #065f46; } +.accent-emerald-800\\/15 { + accent-color: #065f4626; +} + .accent-emerald-800\\/20 { accent-color: #065f4633; } @@ -2734,10 +3746,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #065f464d; } +.accent-emerald-800\\/35 { + accent-color: #065f4659; +} + .accent-emerald-800\\/40 { accent-color: #065f4666; } +.accent-emerald-800\\/45 { + accent-color: #065f4673; +} + .accent-emerald-800\\/5 { accent-color: #065f460d; } @@ -2746,10 +3766,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #065f4680; } +.accent-emerald-800\\/55 { + accent-color: #065f468c; +} + .accent-emerald-800\\/60 { accent-color: #065f4699; } +.accent-emerald-800\\/65 { + accent-color: #065f46a6; +} + .accent-emerald-800\\/70 { accent-color: #065f46b3; } @@ -2762,6 +3790,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #065f46cc; } +.accent-emerald-800\\/85 { + accent-color: #065f46d9; +} + .accent-emerald-800\\/90 { accent-color: #065f46e6; } @@ -2786,6 +3818,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #064e3b; } +.accent-emerald-900\\/15 { + accent-color: #064e3b26; +} + .accent-emerald-900\\/20 { accent-color: #064e3b33; } @@ -2798,10 +3834,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #064e3b4d; } +.accent-emerald-900\\/35 { + accent-color: #064e3b59; +} + .accent-emerald-900\\/40 { accent-color: #064e3b66; } +.accent-emerald-900\\/45 { + accent-color: #064e3b73; +} + .accent-emerald-900\\/5 { accent-color: #064e3b0d; } @@ -2810,10 +3854,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #064e3b80; } +.accent-emerald-900\\/55 { + accent-color: #064e3b8c; +} + .accent-emerald-900\\/60 { accent-color: #064e3b99; } +.accent-emerald-900\\/65 { + accent-color: #064e3ba6; +} + .accent-emerald-900\\/70 { accent-color: #064e3bb3; } @@ -2826,6 +3878,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #064e3bcc; } +.accent-emerald-900\\/85 { + accent-color: #064e3bd9; +} + .accent-emerald-900\\/90 { accent-color: #064e3be6; } @@ -2850,6 +3906,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #022c22; } +.accent-emerald-950\\/15 { + accent-color: #022c2226; +} + .accent-emerald-950\\/20 { accent-color: #022c2233; } @@ -2862,10 +3922,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #022c224d; } +.accent-emerald-950\\/35 { + accent-color: #022c2259; +} + .accent-emerald-950\\/40 { accent-color: #022c2266; } +.accent-emerald-950\\/45 { + accent-color: #022c2273; +} + .accent-emerald-950\\/5 { accent-color: #022c220d; } @@ -2874,10 +3942,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #022c2280; } +.accent-emerald-950\\/55 { + accent-color: #022c228c; +} + .accent-emerald-950\\/60 { accent-color: #022c2299; } +.accent-emerald-950\\/65 { + accent-color: #022c22a6; +} + .accent-emerald-950\\/70 { accent-color: #022c22b3; } @@ -2890,6 +3966,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #022c22cc; } +.accent-emerald-950\\/85 { + accent-color: #022c22d9; +} + .accent-emerald-950\\/90 { accent-color: #022c22e6; } @@ -2914,6 +3994,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fae8ff; } +.accent-fuchsia-100\\/15 { + accent-color: #fae8ff26; +} + .accent-fuchsia-100\\/20 { accent-color: #fae8ff33; } @@ -2926,10 +4010,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fae8ff4d; } +.accent-fuchsia-100\\/35 { + accent-color: #fae8ff59; +} + .accent-fuchsia-100\\/40 { accent-color: #fae8ff66; } +.accent-fuchsia-100\\/45 { + accent-color: #fae8ff73; +} + .accent-fuchsia-100\\/5 { accent-color: #fae8ff0d; } @@ -2938,10 +4030,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fae8ff80; } +.accent-fuchsia-100\\/55 { + accent-color: #fae8ff8c; +} + .accent-fuchsia-100\\/60 { accent-color: #fae8ff99; } +.accent-fuchsia-100\\/65 { + accent-color: #fae8ffa6; +} + .accent-fuchsia-100\\/70 { accent-color: #fae8ffb3; } @@ -2954,6 +4054,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fae8ffcc; } +.accent-fuchsia-100\\/85 { + accent-color: #fae8ffd9; +} + .accent-fuchsia-100\\/90 { accent-color: #fae8ffe6; } @@ -2978,6 +4082,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5d0fe; } +.accent-fuchsia-200\\/15 { + accent-color: #f5d0fe26; +} + .accent-fuchsia-200\\/20 { accent-color: #f5d0fe33; } @@ -2990,10 +4098,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5d0fe4d; } +.accent-fuchsia-200\\/35 { + accent-color: #f5d0fe59; +} + .accent-fuchsia-200\\/40 { accent-color: #f5d0fe66; } +.accent-fuchsia-200\\/45 { + accent-color: #f5d0fe73; +} + .accent-fuchsia-200\\/5 { accent-color: #f5d0fe0d; } @@ -3002,10 +4118,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5d0fe80; } +.accent-fuchsia-200\\/55 { + accent-color: #f5d0fe8c; +} + .accent-fuchsia-200\\/60 { accent-color: #f5d0fe99; } +.accent-fuchsia-200\\/65 { + accent-color: #f5d0fea6; +} + .accent-fuchsia-200\\/70 { accent-color: #f5d0feb3; } @@ -3018,6 +4142,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5d0fecc; } +.accent-fuchsia-200\\/85 { + accent-color: #f5d0fed9; +} + .accent-fuchsia-200\\/90 { accent-color: #f5d0fee6; } @@ -3042,6 +4170,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0abfc; } +.accent-fuchsia-300\\/15 { + accent-color: #f0abfc26; +} + .accent-fuchsia-300\\/20 { accent-color: #f0abfc33; } @@ -3054,10 +4186,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0abfc4d; } +.accent-fuchsia-300\\/35 { + accent-color: #f0abfc59; +} + .accent-fuchsia-300\\/40 { accent-color: #f0abfc66; } +.accent-fuchsia-300\\/45 { + accent-color: #f0abfc73; +} + .accent-fuchsia-300\\/5 { accent-color: #f0abfc0d; } @@ -3066,10 +4206,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0abfc80; } +.accent-fuchsia-300\\/55 { + accent-color: #f0abfc8c; +} + .accent-fuchsia-300\\/60 { accent-color: #f0abfc99; } +.accent-fuchsia-300\\/65 { + accent-color: #f0abfca6; +} + .accent-fuchsia-300\\/70 { accent-color: #f0abfcb3; } @@ -3082,6 +4230,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0abfccc; } +.accent-fuchsia-300\\/85 { + accent-color: #f0abfcd9; +} + .accent-fuchsia-300\\/90 { accent-color: #f0abfce6; } @@ -3106,6 +4258,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e879f9; } +.accent-fuchsia-400\\/15 { + accent-color: #e879f926; +} + .accent-fuchsia-400\\/20 { accent-color: #e879f933; } @@ -3118,10 +4274,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e879f94d; } +.accent-fuchsia-400\\/35 { + accent-color: #e879f959; +} + .accent-fuchsia-400\\/40 { accent-color: #e879f966; } +.accent-fuchsia-400\\/45 { + accent-color: #e879f973; +} + .accent-fuchsia-400\\/5 { accent-color: #e879f90d; } @@ -3130,10 +4294,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e879f980; } +.accent-fuchsia-400\\/55 { + accent-color: #e879f98c; +} + .accent-fuchsia-400\\/60 { accent-color: #e879f999; } +.accent-fuchsia-400\\/65 { + accent-color: #e879f9a6; +} + .accent-fuchsia-400\\/70 { accent-color: #e879f9b3; } @@ -3146,6 +4318,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e879f9cc; } +.accent-fuchsia-400\\/85 { + accent-color: #e879f9d9; +} + .accent-fuchsia-400\\/90 { accent-color: #e879f9e6; } @@ -3170,6 +4346,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf4ff; } +.accent-fuchsia-50\\/15 { + accent-color: #fdf4ff26; +} + .accent-fuchsia-50\\/20 { accent-color: #fdf4ff33; } @@ -3182,10 +4362,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf4ff4d; } +.accent-fuchsia-50\\/35 { + accent-color: #fdf4ff59; +} + .accent-fuchsia-50\\/40 { accent-color: #fdf4ff66; } +.accent-fuchsia-50\\/45 { + accent-color: #fdf4ff73; +} + .accent-fuchsia-50\\/5 { accent-color: #fdf4ff0d; } @@ -3194,10 +4382,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf4ff80; } +.accent-fuchsia-50\\/55 { + accent-color: #fdf4ff8c; +} + .accent-fuchsia-50\\/60 { accent-color: #fdf4ff99; } +.accent-fuchsia-50\\/65 { + accent-color: #fdf4ffa6; +} + .accent-fuchsia-50\\/70 { accent-color: #fdf4ffb3; } @@ -3210,6 +4406,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf4ffcc; } +.accent-fuchsia-50\\/85 { + accent-color: #fdf4ffd9; +} + .accent-fuchsia-50\\/90 { accent-color: #fdf4ffe6; } @@ -3234,6 +4434,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d946ef; } +.accent-fuchsia-500\\/15 { + accent-color: #d946ef26; +} + .accent-fuchsia-500\\/20 { accent-color: #d946ef33; } @@ -3246,10 +4450,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d946ef4d; } +.accent-fuchsia-500\\/35 { + accent-color: #d946ef59; +} + .accent-fuchsia-500\\/40 { accent-color: #d946ef66; } +.accent-fuchsia-500\\/45 { + accent-color: #d946ef73; +} + .accent-fuchsia-500\\/5 { accent-color: #d946ef0d; } @@ -3258,10 +4470,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d946ef80; } +.accent-fuchsia-500\\/55 { + accent-color: #d946ef8c; +} + .accent-fuchsia-500\\/60 { accent-color: #d946ef99; } +.accent-fuchsia-500\\/65 { + accent-color: #d946efa6; +} + .accent-fuchsia-500\\/70 { accent-color: #d946efb3; } @@ -3274,6 +4494,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d946efcc; } +.accent-fuchsia-500\\/85 { + accent-color: #d946efd9; +} + .accent-fuchsia-500\\/90 { accent-color: #d946efe6; } @@ -3298,6 +4522,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c026d3; } +.accent-fuchsia-600\\/15 { + accent-color: #c026d326; +} + .accent-fuchsia-600\\/20 { accent-color: #c026d333; } @@ -3310,10 +4538,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c026d34d; } +.accent-fuchsia-600\\/35 { + accent-color: #c026d359; +} + .accent-fuchsia-600\\/40 { accent-color: #c026d366; } +.accent-fuchsia-600\\/45 { + accent-color: #c026d373; +} + .accent-fuchsia-600\\/5 { accent-color: #c026d30d; } @@ -3322,10 +4558,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c026d380; } +.accent-fuchsia-600\\/55 { + accent-color: #c026d38c; +} + .accent-fuchsia-600\\/60 { accent-color: #c026d399; } +.accent-fuchsia-600\\/65 { + accent-color: #c026d3a6; +} + .accent-fuchsia-600\\/70 { accent-color: #c026d3b3; } @@ -3338,6 +4582,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c026d3cc; } +.accent-fuchsia-600\\/85 { + accent-color: #c026d3d9; +} + .accent-fuchsia-600\\/90 { accent-color: #c026d3e6; } @@ -3362,6 +4610,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a21caf; } +.accent-fuchsia-700\\/15 { + accent-color: #a21caf26; +} + .accent-fuchsia-700\\/20 { accent-color: #a21caf33; } @@ -3374,10 +4626,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a21caf4d; } +.accent-fuchsia-700\\/35 { + accent-color: #a21caf59; +} + .accent-fuchsia-700\\/40 { accent-color: #a21caf66; } +.accent-fuchsia-700\\/45 { + accent-color: #a21caf73; +} + .accent-fuchsia-700\\/5 { accent-color: #a21caf0d; } @@ -3386,10 +4646,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a21caf80; } +.accent-fuchsia-700\\/55 { + accent-color: #a21caf8c; +} + .accent-fuchsia-700\\/60 { accent-color: #a21caf99; } +.accent-fuchsia-700\\/65 { + accent-color: #a21cafa6; +} + .accent-fuchsia-700\\/70 { accent-color: #a21cafb3; } @@ -3402,6 +4670,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a21cafcc; } +.accent-fuchsia-700\\/85 { + accent-color: #a21cafd9; +} + .accent-fuchsia-700\\/90 { accent-color: #a21cafe6; } @@ -3426,6 +4698,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86198f; } +.accent-fuchsia-800\\/15 { + accent-color: #86198f26; +} + .accent-fuchsia-800\\/20 { accent-color: #86198f33; } @@ -3438,10 +4714,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86198f4d; } +.accent-fuchsia-800\\/35 { + accent-color: #86198f59; +} + .accent-fuchsia-800\\/40 { accent-color: #86198f66; } +.accent-fuchsia-800\\/45 { + accent-color: #86198f73; +} + .accent-fuchsia-800\\/5 { accent-color: #86198f0d; } @@ -3450,10 +4734,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86198f80; } +.accent-fuchsia-800\\/55 { + accent-color: #86198f8c; +} + .accent-fuchsia-800\\/60 { accent-color: #86198f99; } +.accent-fuchsia-800\\/65 { + accent-color: #86198fa6; +} + .accent-fuchsia-800\\/70 { accent-color: #86198fb3; } @@ -3466,6 +4758,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86198fcc; } +.accent-fuchsia-800\\/85 { + accent-color: #86198fd9; +} + .accent-fuchsia-800\\/90 { accent-color: #86198fe6; } @@ -3490,6 +4786,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #701a75; } +.accent-fuchsia-900\\/15 { + accent-color: #701a7526; +} + .accent-fuchsia-900\\/20 { accent-color: #701a7533; } @@ -3502,10 +4802,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #701a754d; } +.accent-fuchsia-900\\/35 { + accent-color: #701a7559; +} + .accent-fuchsia-900\\/40 { accent-color: #701a7566; } +.accent-fuchsia-900\\/45 { + accent-color: #701a7573; +} + .accent-fuchsia-900\\/5 { accent-color: #701a750d; } @@ -3514,10 +4822,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #701a7580; } +.accent-fuchsia-900\\/55 { + accent-color: #701a758c; +} + .accent-fuchsia-900\\/60 { accent-color: #701a7599; } +.accent-fuchsia-900\\/65 { + accent-color: #701a75a6; +} + .accent-fuchsia-900\\/70 { accent-color: #701a75b3; } @@ -3530,6 +4846,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #701a75cc; } +.accent-fuchsia-900\\/85 { + accent-color: #701a75d9; +} + .accent-fuchsia-900\\/90 { accent-color: #701a75e6; } @@ -3554,6 +4874,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4a044e; } +.accent-fuchsia-950\\/15 { + accent-color: #4a044e26; +} + .accent-fuchsia-950\\/20 { accent-color: #4a044e33; } @@ -3566,10 +4890,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4a044e4d; } +.accent-fuchsia-950\\/35 { + accent-color: #4a044e59; +} + .accent-fuchsia-950\\/40 { accent-color: #4a044e66; } +.accent-fuchsia-950\\/45 { + accent-color: #4a044e73; +} + .accent-fuchsia-950\\/5 { accent-color: #4a044e0d; } @@ -3578,10 +4910,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4a044e80; } +.accent-fuchsia-950\\/55 { + accent-color: #4a044e8c; +} + .accent-fuchsia-950\\/60 { accent-color: #4a044e99; } +.accent-fuchsia-950\\/65 { + accent-color: #4a044ea6; +} + .accent-fuchsia-950\\/70 { accent-color: #4a044eb3; } @@ -3594,6 +4934,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4a044ecc; } +.accent-fuchsia-950\\/85 { + accent-color: #4a044ed9; +} + .accent-fuchsia-950\\/90 { accent-color: #4a044ee6; } @@ -3618,6 +4962,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3f4f6; } +.accent-gray-100\\/15 { + accent-color: #f3f4f626; +} + .accent-gray-100\\/20 { accent-color: #f3f4f633; } @@ -3630,10 +4978,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3f4f64d; } +.accent-gray-100\\/35 { + accent-color: #f3f4f659; +} + .accent-gray-100\\/40 { accent-color: #f3f4f666; } +.accent-gray-100\\/45 { + accent-color: #f3f4f673; +} + .accent-gray-100\\/5 { accent-color: #f3f4f60d; } @@ -3642,10 +4998,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3f4f680; } +.accent-gray-100\\/55 { + accent-color: #f3f4f68c; +} + .accent-gray-100\\/60 { accent-color: #f3f4f699; } +.accent-gray-100\\/65 { + accent-color: #f3f4f6a6; +} + .accent-gray-100\\/70 { accent-color: #f3f4f6b3; } @@ -3658,6 +5022,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3f4f6cc; } +.accent-gray-100\\/85 { + accent-color: #f3f4f6d9; +} + .accent-gray-100\\/90 { accent-color: #f3f4f6e6; } @@ -3682,6 +5050,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e7eb; } +.accent-gray-200\\/15 { + accent-color: #e5e7eb26; +} + .accent-gray-200\\/20 { accent-color: #e5e7eb33; } @@ -3694,10 +5066,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e7eb4d; } +.accent-gray-200\\/35 { + accent-color: #e5e7eb59; +} + .accent-gray-200\\/40 { accent-color: #e5e7eb66; } +.accent-gray-200\\/45 { + accent-color: #e5e7eb73; +} + .accent-gray-200\\/5 { accent-color: #e5e7eb0d; } @@ -3706,10 +5086,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e7eb80; } +.accent-gray-200\\/55 { + accent-color: #e5e7eb8c; +} + .accent-gray-200\\/60 { accent-color: #e5e7eb99; } +.accent-gray-200\\/65 { + accent-color: #e5e7eba6; +} + .accent-gray-200\\/70 { accent-color: #e5e7ebb3; } @@ -3722,6 +5110,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e7ebcc; } +.accent-gray-200\\/85 { + accent-color: #e5e7ebd9; +} + .accent-gray-200\\/90 { accent-color: #e5e7ebe6; } @@ -3746,6 +5138,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1d5db; } +.accent-gray-300\\/15 { + accent-color: #d1d5db26; +} + .accent-gray-300\\/20 { accent-color: #d1d5db33; } @@ -3758,10 +5154,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1d5db4d; } +.accent-gray-300\\/35 { + accent-color: #d1d5db59; +} + .accent-gray-300\\/40 { accent-color: #d1d5db66; } +.accent-gray-300\\/45 { + accent-color: #d1d5db73; +} + .accent-gray-300\\/5 { accent-color: #d1d5db0d; } @@ -3770,10 +5174,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1d5db80; } +.accent-gray-300\\/55 { + accent-color: #d1d5db8c; +} + .accent-gray-300\\/60 { accent-color: #d1d5db99; } +.accent-gray-300\\/65 { + accent-color: #d1d5dba6; +} + .accent-gray-300\\/70 { accent-color: #d1d5dbb3; } @@ -3786,6 +5198,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d1d5dbcc; } +.accent-gray-300\\/85 { + accent-color: #d1d5dbd9; +} + .accent-gray-300\\/90 { accent-color: #d1d5dbe6; } @@ -3810,6 +5226,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9ca3af; } +.accent-gray-400\\/15 { + accent-color: #9ca3af26; +} + .accent-gray-400\\/20 { accent-color: #9ca3af33; } @@ -3822,10 +5242,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9ca3af4d; } +.accent-gray-400\\/35 { + accent-color: #9ca3af59; +} + .accent-gray-400\\/40 { accent-color: #9ca3af66; } +.accent-gray-400\\/45 { + accent-color: #9ca3af73; +} + .accent-gray-400\\/5 { accent-color: #9ca3af0d; } @@ -3834,10 +5262,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9ca3af80; } +.accent-gray-400\\/55 { + accent-color: #9ca3af8c; +} + .accent-gray-400\\/60 { accent-color: #9ca3af99; } +.accent-gray-400\\/65 { + accent-color: #9ca3afa6; +} + .accent-gray-400\\/70 { accent-color: #9ca3afb3; } @@ -3850,6 +5286,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9ca3afcc; } +.accent-gray-400\\/85 { + accent-color: #9ca3afd9; +} + .accent-gray-400\\/90 { accent-color: #9ca3afe6; } @@ -3874,6 +5314,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9fafb; } +.accent-gray-50\\/15 { + accent-color: #f9fafb26; +} + .accent-gray-50\\/20 { accent-color: #f9fafb33; } @@ -3886,10 +5330,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9fafb4d; } +.accent-gray-50\\/35 { + accent-color: #f9fafb59; +} + .accent-gray-50\\/40 { accent-color: #f9fafb66; } +.accent-gray-50\\/45 { + accent-color: #f9fafb73; +} + .accent-gray-50\\/5 { accent-color: #f9fafb0d; } @@ -3898,10 +5350,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9fafb80; } +.accent-gray-50\\/55 { + accent-color: #f9fafb8c; +} + .accent-gray-50\\/60 { accent-color: #f9fafb99; } +.accent-gray-50\\/65 { + accent-color: #f9fafba6; +} + .accent-gray-50\\/70 { accent-color: #f9fafbb3; } @@ -3914,6 +5374,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9fafbcc; } +.accent-gray-50\\/85 { + accent-color: #f9fafbd9; +} + .accent-gray-50\\/90 { accent-color: #f9fafbe6; } @@ -3938,6 +5402,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b7280; } +.accent-gray-500\\/15 { + accent-color: #6b728026; +} + .accent-gray-500\\/20 { accent-color: #6b728033; } @@ -3950,10 +5418,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b72804d; } +.accent-gray-500\\/35 { + accent-color: #6b728059; +} + .accent-gray-500\\/40 { accent-color: #6b728066; } +.accent-gray-500\\/45 { + accent-color: #6b728073; +} + .accent-gray-500\\/5 { accent-color: #6b72800d; } @@ -3962,10 +5438,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b728080; } +.accent-gray-500\\/55 { + accent-color: #6b72808c; +} + .accent-gray-500\\/60 { accent-color: #6b728099; } +.accent-gray-500\\/65 { + accent-color: #6b7280a6; +} + .accent-gray-500\\/70 { accent-color: #6b7280b3; } @@ -3978,6 +5462,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b7280cc; } +.accent-gray-500\\/85 { + accent-color: #6b7280d9; +} + .accent-gray-500\\/90 { accent-color: #6b7280e6; } @@ -4002,6 +5490,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4b5563; } +.accent-gray-600\\/15 { + accent-color: #4b556326; +} + .accent-gray-600\\/20 { accent-color: #4b556333; } @@ -4014,10 +5506,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4b55634d; } +.accent-gray-600\\/35 { + accent-color: #4b556359; +} + .accent-gray-600\\/40 { accent-color: #4b556366; } +.accent-gray-600\\/45 { + accent-color: #4b556373; +} + .accent-gray-600\\/5 { accent-color: #4b55630d; } @@ -4026,10 +5526,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4b556380; } +.accent-gray-600\\/55 { + accent-color: #4b55638c; +} + .accent-gray-600\\/60 { accent-color: #4b556399; } +.accent-gray-600\\/65 { + accent-color: #4b5563a6; +} + .accent-gray-600\\/70 { accent-color: #4b5563b3; } @@ -4042,6 +5550,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4b5563cc; } +.accent-gray-600\\/85 { + accent-color: #4b5563d9; +} + .accent-gray-600\\/90 { accent-color: #4b5563e6; } @@ -4066,6 +5578,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #374151; } +.accent-gray-700\\/15 { + accent-color: #37415126; +} + .accent-gray-700\\/20 { accent-color: #37415133; } @@ -4078,10 +5594,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3741514d; } +.accent-gray-700\\/35 { + accent-color: #37415159; +} + .accent-gray-700\\/40 { accent-color: #37415166; } +.accent-gray-700\\/45 { + accent-color: #37415173; +} + .accent-gray-700\\/5 { accent-color: #3741510d; } @@ -4090,10 +5614,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #37415180; } +.accent-gray-700\\/55 { + accent-color: #3741518c; +} + .accent-gray-700\\/60 { accent-color: #37415199; } +.accent-gray-700\\/65 { + accent-color: #374151a6; +} + .accent-gray-700\\/70 { accent-color: #374151b3; } @@ -4106,6 +5638,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #374151cc; } +.accent-gray-700\\/85 { + accent-color: #374151d9; +} + .accent-gray-700\\/90 { accent-color: #374151e6; } @@ -4130,6 +5666,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1f2937; } +.accent-gray-800\\/15 { + accent-color: #1f293726; +} + .accent-gray-800\\/20 { accent-color: #1f293733; } @@ -4142,10 +5682,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1f29374d; } +.accent-gray-800\\/35 { + accent-color: #1f293759; +} + .accent-gray-800\\/40 { accent-color: #1f293766; } +.accent-gray-800\\/45 { + accent-color: #1f293773; +} + .accent-gray-800\\/5 { accent-color: #1f29370d; } @@ -4154,10 +5702,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1f293780; } +.accent-gray-800\\/55 { + accent-color: #1f29378c; +} + .accent-gray-800\\/60 { accent-color: #1f293799; } +.accent-gray-800\\/65 { + accent-color: #1f2937a6; +} + .accent-gray-800\\/70 { accent-color: #1f2937b3; } @@ -4170,6 +5726,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1f2937cc; } +.accent-gray-800\\/85 { + accent-color: #1f2937d9; +} + .accent-gray-800\\/90 { accent-color: #1f2937e6; } @@ -4194,6 +5754,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #111827; } +.accent-gray-900\\/15 { + accent-color: #11182726; +} + .accent-gray-900\\/20 { accent-color: #11182733; } @@ -4206,10 +5770,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1118274d; } +.accent-gray-900\\/35 { + accent-color: #11182759; +} + .accent-gray-900\\/40 { accent-color: #11182766; } +.accent-gray-900\\/45 { + accent-color: #11182773; +} + .accent-gray-900\\/5 { accent-color: #1118270d; } @@ -4218,10 +5790,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #11182780; } +.accent-gray-900\\/55 { + accent-color: #1118278c; +} + .accent-gray-900\\/60 { accent-color: #11182799; } +.accent-gray-900\\/65 { + accent-color: #111827a6; +} + .accent-gray-900\\/70 { accent-color: #111827b3; } @@ -4234,6 +5814,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #111827cc; } +.accent-gray-900\\/85 { + accent-color: #111827d9; +} + .accent-gray-900\\/90 { accent-color: #111827e6; } @@ -4258,6 +5842,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #030712; } +.accent-gray-950\\/15 { + accent-color: #03071226; +} + .accent-gray-950\\/20 { accent-color: #03071233; } @@ -4270,10 +5858,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0307124d; } +.accent-gray-950\\/35 { + accent-color: #03071259; +} + .accent-gray-950\\/40 { accent-color: #03071266; } +.accent-gray-950\\/45 { + accent-color: #03071273; +} + .accent-gray-950\\/5 { accent-color: #0307120d; } @@ -4282,10 +5878,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #03071280; } +.accent-gray-950\\/55 { + accent-color: #0307128c; +} + .accent-gray-950\\/60 { accent-color: #03071299; } +.accent-gray-950\\/65 { + accent-color: #030712a6; +} + .accent-gray-950\\/70 { accent-color: #030712b3; } @@ -4298,6 +5902,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #030712cc; } +.accent-gray-950\\/85 { + accent-color: #030712d9; +} + .accent-gray-950\\/90 { accent-color: #030712e6; } @@ -4322,6 +5930,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dcfce7; } +.accent-green-100\\/15 { + accent-color: #dcfce726; +} + .accent-green-100\\/20 { accent-color: #dcfce733; } @@ -4334,10 +5946,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dcfce74d; } +.accent-green-100\\/35 { + accent-color: #dcfce759; +} + .accent-green-100\\/40 { accent-color: #dcfce766; } +.accent-green-100\\/45 { + accent-color: #dcfce773; +} + .accent-green-100\\/5 { accent-color: #dcfce70d; } @@ -4346,10 +5966,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dcfce780; } +.accent-green-100\\/55 { + accent-color: #dcfce78c; +} + .accent-green-100\\/60 { accent-color: #dcfce799; } +.accent-green-100\\/65 { + accent-color: #dcfce7a6; +} + .accent-green-100\\/70 { accent-color: #dcfce7b3; } @@ -4362,6 +5990,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dcfce7cc; } +.accent-green-100\\/85 { + accent-color: #dcfce7d9; +} + .accent-green-100\\/90 { accent-color: #dcfce7e6; } @@ -4386,6 +6018,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bbf7d0; } +.accent-green-200\\/15 { + accent-color: #bbf7d026; +} + .accent-green-200\\/20 { accent-color: #bbf7d033; } @@ -4398,10 +6034,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bbf7d04d; } +.accent-green-200\\/35 { + accent-color: #bbf7d059; +} + .accent-green-200\\/40 { accent-color: #bbf7d066; } +.accent-green-200\\/45 { + accent-color: #bbf7d073; +} + .accent-green-200\\/5 { accent-color: #bbf7d00d; } @@ -4410,10 +6054,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bbf7d080; } +.accent-green-200\\/55 { + accent-color: #bbf7d08c; +} + .accent-green-200\\/60 { accent-color: #bbf7d099; } +.accent-green-200\\/65 { + accent-color: #bbf7d0a6; +} + .accent-green-200\\/70 { accent-color: #bbf7d0b3; } @@ -4426,6 +6078,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bbf7d0cc; } +.accent-green-200\\/85 { + accent-color: #bbf7d0d9; +} + .accent-green-200\\/90 { accent-color: #bbf7d0e6; } @@ -4450,6 +6106,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86efac; } +.accent-green-300\\/15 { + accent-color: #86efac26; +} + .accent-green-300\\/20 { accent-color: #86efac33; } @@ -4462,10 +6122,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86efac4d; } +.accent-green-300\\/35 { + accent-color: #86efac59; +} + .accent-green-300\\/40 { accent-color: #86efac66; } +.accent-green-300\\/45 { + accent-color: #86efac73; +} + .accent-green-300\\/5 { accent-color: #86efac0d; } @@ -4474,10 +6142,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86efac80; } +.accent-green-300\\/55 { + accent-color: #86efac8c; +} + .accent-green-300\\/60 { accent-color: #86efac99; } +.accent-green-300\\/65 { + accent-color: #86efaca6; +} + .accent-green-300\\/70 { accent-color: #86efacb3; } @@ -4490,6 +6166,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #86efaccc; } +.accent-green-300\\/85 { + accent-color: #86efacd9; +} + .accent-green-300\\/90 { accent-color: #86eface6; } @@ -4514,6 +6194,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4ade80; } +.accent-green-400\\/15 { + accent-color: #4ade8026; +} + .accent-green-400\\/20 { accent-color: #4ade8033; } @@ -4526,10 +6210,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4ade804d; } +.accent-green-400\\/35 { + accent-color: #4ade8059; +} + .accent-green-400\\/40 { accent-color: #4ade8066; } +.accent-green-400\\/45 { + accent-color: #4ade8073; +} + .accent-green-400\\/5 { accent-color: #4ade800d; } @@ -4538,10 +6230,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4ade8080; } +.accent-green-400\\/55 { + accent-color: #4ade808c; +} + .accent-green-400\\/60 { accent-color: #4ade8099; } +.accent-green-400\\/65 { + accent-color: #4ade80a6; +} + .accent-green-400\\/70 { accent-color: #4ade80b3; } @@ -4554,6 +6254,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4ade80cc; } +.accent-green-400\\/85 { + accent-color: #4ade80d9; +} + .accent-green-400\\/90 { accent-color: #4ade80e6; } @@ -4578,6 +6282,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdf4; } +.accent-green-50\\/15 { + accent-color: #f0fdf426; +} + .accent-green-50\\/20 { accent-color: #f0fdf433; } @@ -4590,10 +6298,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdf44d; } +.accent-green-50\\/35 { + accent-color: #f0fdf459; +} + .accent-green-50\\/40 { accent-color: #f0fdf466; } +.accent-green-50\\/45 { + accent-color: #f0fdf473; +} + .accent-green-50\\/5 { accent-color: #f0fdf40d; } @@ -4602,10 +6318,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdf480; } +.accent-green-50\\/55 { + accent-color: #f0fdf48c; +} + .accent-green-50\\/60 { accent-color: #f0fdf499; } +.accent-green-50\\/65 { + accent-color: #f0fdf4a6; +} + .accent-green-50\\/70 { accent-color: #f0fdf4b3; } @@ -4618,6 +6342,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdf4cc; } +.accent-green-50\\/85 { + accent-color: #f0fdf4d9; +} + .accent-green-50\\/90 { accent-color: #f0fdf4e6; } @@ -4642,6 +6370,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22c55e; } +.accent-green-500\\/15 { + accent-color: #22c55e26; +} + .accent-green-500\\/20 { accent-color: #22c55e33; } @@ -4654,10 +6386,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22c55e4d; } +.accent-green-500\\/35 { + accent-color: #22c55e59; +} + .accent-green-500\\/40 { accent-color: #22c55e66; } +.accent-green-500\\/45 { + accent-color: #22c55e73; +} + .accent-green-500\\/5 { accent-color: #22c55e0d; } @@ -4666,10 +6406,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22c55e80; } +.accent-green-500\\/55 { + accent-color: #22c55e8c; +} + .accent-green-500\\/60 { accent-color: #22c55e99; } +.accent-green-500\\/65 { + accent-color: #22c55ea6; +} + .accent-green-500\\/70 { accent-color: #22c55eb3; } @@ -4682,6 +6430,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #22c55ecc; } +.accent-green-500\\/85 { + accent-color: #22c55ed9; +} + .accent-green-500\\/90 { accent-color: #22c55ee6; } @@ -4706,6 +6458,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #16a34a; } +.accent-green-600\\/15 { + accent-color: #16a34a26; +} + .accent-green-600\\/20 { accent-color: #16a34a33; } @@ -4718,10 +6474,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #16a34a4d; } +.accent-green-600\\/35 { + accent-color: #16a34a59; +} + .accent-green-600\\/40 { accent-color: #16a34a66; } +.accent-green-600\\/45 { + accent-color: #16a34a73; +} + .accent-green-600\\/5 { accent-color: #16a34a0d; } @@ -4730,10 +6494,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #16a34a80; } +.accent-green-600\\/55 { + accent-color: #16a34a8c; +} + .accent-green-600\\/60 { accent-color: #16a34a99; } +.accent-green-600\\/65 { + accent-color: #16a34aa6; +} + .accent-green-600\\/70 { accent-color: #16a34ab3; } @@ -4746,6 +6518,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #16a34acc; } +.accent-green-600\\/85 { + accent-color: #16a34ad9; +} + .accent-green-600\\/90 { accent-color: #16a34ae6; } @@ -4770,6 +6546,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #15803d; } +.accent-green-700\\/15 { + accent-color: #15803d26; +} + .accent-green-700\\/20 { accent-color: #15803d33; } @@ -4782,10 +6562,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #15803d4d; } +.accent-green-700\\/35 { + accent-color: #15803d59; +} + .accent-green-700\\/40 { accent-color: #15803d66; } +.accent-green-700\\/45 { + accent-color: #15803d73; +} + .accent-green-700\\/5 { accent-color: #15803d0d; } @@ -4794,10 +6582,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #15803d80; } +.accent-green-700\\/55 { + accent-color: #15803d8c; +} + .accent-green-700\\/60 { accent-color: #15803d99; } +.accent-green-700\\/65 { + accent-color: #15803da6; +} + .accent-green-700\\/70 { accent-color: #15803db3; } @@ -4810,6 +6606,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #15803dcc; } +.accent-green-700\\/85 { + accent-color: #15803dd9; +} + .accent-green-700\\/90 { accent-color: #15803de6; } @@ -4834,6 +6634,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #166534; } +.accent-green-800\\/15 { + accent-color: #16653426; +} + .accent-green-800\\/20 { accent-color: #16653433; } @@ -4846,10 +6650,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1665344d; } +.accent-green-800\\/35 { + accent-color: #16653459; +} + .accent-green-800\\/40 { accent-color: #16653466; } +.accent-green-800\\/45 { + accent-color: #16653473; +} + .accent-green-800\\/5 { accent-color: #1665340d; } @@ -4858,10 +6670,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #16653480; } +.accent-green-800\\/55 { + accent-color: #1665348c; +} + .accent-green-800\\/60 { accent-color: #16653499; } +.accent-green-800\\/65 { + accent-color: #166534a6; +} + .accent-green-800\\/70 { accent-color: #166534b3; } @@ -4874,6 +6694,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #166534cc; } +.accent-green-800\\/85 { + accent-color: #166534d9; +} + .accent-green-800\\/90 { accent-color: #166534e6; } @@ -4898,6 +6722,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14532d; } +.accent-green-900\\/15 { + accent-color: #14532d26; +} + .accent-green-900\\/20 { accent-color: #14532d33; } @@ -4910,10 +6738,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14532d4d; } +.accent-green-900\\/35 { + accent-color: #14532d59; +} + .accent-green-900\\/40 { accent-color: #14532d66; } +.accent-green-900\\/45 { + accent-color: #14532d73; +} + .accent-green-900\\/5 { accent-color: #14532d0d; } @@ -4922,10 +6758,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14532d80; } +.accent-green-900\\/55 { + accent-color: #14532d8c; +} + .accent-green-900\\/60 { accent-color: #14532d99; } +.accent-green-900\\/65 { + accent-color: #14532da6; +} + .accent-green-900\\/70 { accent-color: #14532db3; } @@ -4938,6 +6782,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14532dcc; } +.accent-green-900\\/85 { + accent-color: #14532dd9; +} + .accent-green-900\\/90 { accent-color: #14532de6; } @@ -4962,6 +6810,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #052e16; } +.accent-green-950\\/15 { + accent-color: #052e1626; +} + .accent-green-950\\/20 { accent-color: #052e1633; } @@ -4974,10 +6826,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #052e164d; } +.accent-green-950\\/35 { + accent-color: #052e1659; +} + .accent-green-950\\/40 { accent-color: #052e1666; } +.accent-green-950\\/45 { + accent-color: #052e1673; +} + .accent-green-950\\/5 { accent-color: #052e160d; } @@ -4986,10 +6846,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #052e1680; } +.accent-green-950\\/55 { + accent-color: #052e168c; +} + .accent-green-950\\/60 { accent-color: #052e1699; } +.accent-green-950\\/65 { + accent-color: #052e16a6; +} + .accent-green-950\\/70 { accent-color: #052e16b3; } @@ -5002,6 +6870,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #052e16cc; } +.accent-green-950\\/85 { + accent-color: #052e16d9; +} + .accent-green-950\\/90 { accent-color: #052e16e6; } @@ -5026,6 +6898,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0e7ff; } +.accent-indigo-100\\/15 { + accent-color: #e0e7ff26; +} + .accent-indigo-100\\/20 { accent-color: #e0e7ff33; } @@ -5038,10 +6914,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0e7ff4d; } +.accent-indigo-100\\/35 { + accent-color: #e0e7ff59; +} + .accent-indigo-100\\/40 { accent-color: #e0e7ff66; } +.accent-indigo-100\\/45 { + accent-color: #e0e7ff73; +} + .accent-indigo-100\\/5 { accent-color: #e0e7ff0d; } @@ -5050,10 +6934,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0e7ff80; } +.accent-indigo-100\\/55 { + accent-color: #e0e7ff8c; +} + .accent-indigo-100\\/60 { accent-color: #e0e7ff99; } +.accent-indigo-100\\/65 { + accent-color: #e0e7ffa6; +} + .accent-indigo-100\\/70 { accent-color: #e0e7ffb3; } @@ -5066,6 +6958,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0e7ffcc; } +.accent-indigo-100\\/85 { + accent-color: #e0e7ffd9; +} + .accent-indigo-100\\/90 { accent-color: #e0e7ffe6; } @@ -5090,6 +6986,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c7d2fe; } +.accent-indigo-200\\/15 { + accent-color: #c7d2fe26; +} + .accent-indigo-200\\/20 { accent-color: #c7d2fe33; } @@ -5102,10 +7002,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c7d2fe4d; } +.accent-indigo-200\\/35 { + accent-color: #c7d2fe59; +} + .accent-indigo-200\\/40 { accent-color: #c7d2fe66; } +.accent-indigo-200\\/45 { + accent-color: #c7d2fe73; +} + .accent-indigo-200\\/5 { accent-color: #c7d2fe0d; } @@ -5114,10 +7022,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c7d2fe80; } +.accent-indigo-200\\/55 { + accent-color: #c7d2fe8c; +} + .accent-indigo-200\\/60 { accent-color: #c7d2fe99; } +.accent-indigo-200\\/65 { + accent-color: #c7d2fea6; +} + .accent-indigo-200\\/70 { accent-color: #c7d2feb3; } @@ -5130,6 +7046,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c7d2fecc; } +.accent-indigo-200\\/85 { + accent-color: #c7d2fed9; +} + .accent-indigo-200\\/90 { accent-color: #c7d2fee6; } @@ -5154,6 +7074,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5b4fc; } +.accent-indigo-300\\/15 { + accent-color: #a5b4fc26; +} + .accent-indigo-300\\/20 { accent-color: #a5b4fc33; } @@ -5166,10 +7090,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5b4fc4d; } +.accent-indigo-300\\/35 { + accent-color: #a5b4fc59; +} + .accent-indigo-300\\/40 { accent-color: #a5b4fc66; } +.accent-indigo-300\\/45 { + accent-color: #a5b4fc73; +} + .accent-indigo-300\\/5 { accent-color: #a5b4fc0d; } @@ -5178,10 +7110,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5b4fc80; } +.accent-indigo-300\\/55 { + accent-color: #a5b4fc8c; +} + .accent-indigo-300\\/60 { accent-color: #a5b4fc99; } +.accent-indigo-300\\/65 { + accent-color: #a5b4fca6; +} + .accent-indigo-300\\/70 { accent-color: #a5b4fcb3; } @@ -5194,6 +7134,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a5b4fccc; } +.accent-indigo-300\\/85 { + accent-color: #a5b4fcd9; +} + .accent-indigo-300\\/90 { accent-color: #a5b4fce6; } @@ -5218,6 +7162,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #818cf8; } +.accent-indigo-400\\/15 { + accent-color: #818cf826; +} + .accent-indigo-400\\/20 { accent-color: #818cf833; } @@ -5230,10 +7178,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #818cf84d; } +.accent-indigo-400\\/35 { + accent-color: #818cf859; +} + .accent-indigo-400\\/40 { accent-color: #818cf866; } +.accent-indigo-400\\/45 { + accent-color: #818cf873; +} + .accent-indigo-400\\/5 { accent-color: #818cf80d; } @@ -5242,10 +7198,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #818cf880; } +.accent-indigo-400\\/55 { + accent-color: #818cf88c; +} + .accent-indigo-400\\/60 { accent-color: #818cf899; } +.accent-indigo-400\\/65 { + accent-color: #818cf8a6; +} + .accent-indigo-400\\/70 { accent-color: #818cf8b3; } @@ -5258,6 +7222,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #818cf8cc; } +.accent-indigo-400\\/85 { + accent-color: #818cf8d9; +} + .accent-indigo-400\\/90 { accent-color: #818cf8e6; } @@ -5282,6 +7250,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eef2ff; } +.accent-indigo-50\\/15 { + accent-color: #eef2ff26; +} + .accent-indigo-50\\/20 { accent-color: #eef2ff33; } @@ -5294,10 +7266,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eef2ff4d; } +.accent-indigo-50\\/35 { + accent-color: #eef2ff59; +} + .accent-indigo-50\\/40 { accent-color: #eef2ff66; } +.accent-indigo-50\\/45 { + accent-color: #eef2ff73; +} + .accent-indigo-50\\/5 { accent-color: #eef2ff0d; } @@ -5306,10 +7286,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eef2ff80; } +.accent-indigo-50\\/55 { + accent-color: #eef2ff8c; +} + .accent-indigo-50\\/60 { accent-color: #eef2ff99; } +.accent-indigo-50\\/65 { + accent-color: #eef2ffa6; +} + .accent-indigo-50\\/70 { accent-color: #eef2ffb3; } @@ -5322,6 +7310,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eef2ffcc; } +.accent-indigo-50\\/85 { + accent-color: #eef2ffd9; +} + .accent-indigo-50\\/90 { accent-color: #eef2ffe6; } @@ -5346,6 +7338,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6366f1; } +.accent-indigo-500\\/15 { + accent-color: #6366f126; +} + .accent-indigo-500\\/20 { accent-color: #6366f133; } @@ -5358,10 +7354,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6366f14d; } +.accent-indigo-500\\/35 { + accent-color: #6366f159; +} + .accent-indigo-500\\/40 { accent-color: #6366f166; } +.accent-indigo-500\\/45 { + accent-color: #6366f173; +} + .accent-indigo-500\\/5 { accent-color: #6366f10d; } @@ -5370,10 +7374,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6366f180; } +.accent-indigo-500\\/55 { + accent-color: #6366f18c; +} + .accent-indigo-500\\/60 { accent-color: #6366f199; } +.accent-indigo-500\\/65 { + accent-color: #6366f1a6; +} + .accent-indigo-500\\/70 { accent-color: #6366f1b3; } @@ -5386,6 +7398,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6366f1cc; } +.accent-indigo-500\\/85 { + accent-color: #6366f1d9; +} + .accent-indigo-500\\/90 { accent-color: #6366f1e6; } @@ -5410,6 +7426,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4f46e5; } +.accent-indigo-600\\/15 { + accent-color: #4f46e526; +} + .accent-indigo-600\\/20 { accent-color: #4f46e533; } @@ -5422,10 +7442,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4f46e54d; } +.accent-indigo-600\\/35 { + accent-color: #4f46e559; +} + .accent-indigo-600\\/40 { accent-color: #4f46e566; } +.accent-indigo-600\\/45 { + accent-color: #4f46e573; +} + .accent-indigo-600\\/5 { accent-color: #4f46e50d; } @@ -5434,10 +7462,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4f46e580; } +.accent-indigo-600\\/55 { + accent-color: #4f46e58c; +} + .accent-indigo-600\\/60 { accent-color: #4f46e599; } +.accent-indigo-600\\/65 { + accent-color: #4f46e5a6; +} + .accent-indigo-600\\/70 { accent-color: #4f46e5b3; } @@ -5450,6 +7486,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4f46e5cc; } +.accent-indigo-600\\/85 { + accent-color: #4f46e5d9; +} + .accent-indigo-600\\/90 { accent-color: #4f46e5e6; } @@ -5474,6 +7514,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4338ca; } +.accent-indigo-700\\/15 { + accent-color: #4338ca26; +} + .accent-indigo-700\\/20 { accent-color: #4338ca33; } @@ -5486,10 +7530,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4338ca4d; } +.accent-indigo-700\\/35 { + accent-color: #4338ca59; +} + .accent-indigo-700\\/40 { accent-color: #4338ca66; } +.accent-indigo-700\\/45 { + accent-color: #4338ca73; +} + .accent-indigo-700\\/5 { accent-color: #4338ca0d; } @@ -5498,10 +7550,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4338ca80; } +.accent-indigo-700\\/55 { + accent-color: #4338ca8c; +} + .accent-indigo-700\\/60 { accent-color: #4338ca99; } +.accent-indigo-700\\/65 { + accent-color: #4338caa6; +} + .accent-indigo-700\\/70 { accent-color: #4338cab3; } @@ -5514,6 +7574,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4338cacc; } +.accent-indigo-700\\/85 { + accent-color: #4338cad9; +} + .accent-indigo-700\\/90 { accent-color: #4338cae6; } @@ -5538,6 +7602,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3730a3; } +.accent-indigo-800\\/15 { + accent-color: #3730a326; +} + .accent-indigo-800\\/20 { accent-color: #3730a333; } @@ -5550,10 +7618,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3730a34d; } +.accent-indigo-800\\/35 { + accent-color: #3730a359; +} + .accent-indigo-800\\/40 { accent-color: #3730a366; } +.accent-indigo-800\\/45 { + accent-color: #3730a373; +} + .accent-indigo-800\\/5 { accent-color: #3730a30d; } @@ -5562,10 +7638,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3730a380; } +.accent-indigo-800\\/55 { + accent-color: #3730a38c; +} + .accent-indigo-800\\/60 { accent-color: #3730a399; } +.accent-indigo-800\\/65 { + accent-color: #3730a3a6; +} + .accent-indigo-800\\/70 { accent-color: #3730a3b3; } @@ -5578,6 +7662,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3730a3cc; } +.accent-indigo-800\\/85 { + accent-color: #3730a3d9; +} + .accent-indigo-800\\/90 { accent-color: #3730a3e6; } @@ -5602,6 +7690,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #312e81; } +.accent-indigo-900\\/15 { + accent-color: #312e8126; +} + .accent-indigo-900\\/20 { accent-color: #312e8133; } @@ -5614,10 +7706,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #312e814d; } +.accent-indigo-900\\/35 { + accent-color: #312e8159; +} + .accent-indigo-900\\/40 { accent-color: #312e8166; } +.accent-indigo-900\\/45 { + accent-color: #312e8173; +} + .accent-indigo-900\\/5 { accent-color: #312e810d; } @@ -5626,10 +7726,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #312e8180; } +.accent-indigo-900\\/55 { + accent-color: #312e818c; +} + .accent-indigo-900\\/60 { accent-color: #312e8199; } +.accent-indigo-900\\/65 { + accent-color: #312e81a6; +} + .accent-indigo-900\\/70 { accent-color: #312e81b3; } @@ -5642,6 +7750,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #312e81cc; } +.accent-indigo-900\\/85 { + accent-color: #312e81d9; +} + .accent-indigo-900\\/90 { accent-color: #312e81e6; } @@ -5666,6 +7778,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e1b4b; } +.accent-indigo-950\\/15 { + accent-color: #1e1b4b26; +} + .accent-indigo-950\\/20 { accent-color: #1e1b4b33; } @@ -5678,10 +7794,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e1b4b4d; } +.accent-indigo-950\\/35 { + accent-color: #1e1b4b59; +} + .accent-indigo-950\\/40 { accent-color: #1e1b4b66; } +.accent-indigo-950\\/45 { + accent-color: #1e1b4b73; +} + .accent-indigo-950\\/5 { accent-color: #1e1b4b0d; } @@ -5690,10 +7814,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e1b4b80; } +.accent-indigo-950\\/55 { + accent-color: #1e1b4b8c; +} + .accent-indigo-950\\/60 { accent-color: #1e1b4b99; } +.accent-indigo-950\\/65 { + accent-color: #1e1b4ba6; +} + .accent-indigo-950\\/70 { accent-color: #1e1b4bb3; } @@ -5706,6 +7838,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e1b4bcc; } +.accent-indigo-950\\/85 { + accent-color: #1e1b4bd9; +} + .accent-indigo-950\\/90 { accent-color: #1e1b4be6; } @@ -5734,6 +7870,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfccb; } +.accent-lime-100\\/15 { + accent-color: #ecfccb26; +} + .accent-lime-100\\/20 { accent-color: #ecfccb33; } @@ -5746,10 +7886,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfccb4d; } +.accent-lime-100\\/35 { + accent-color: #ecfccb59; +} + .accent-lime-100\\/40 { accent-color: #ecfccb66; } +.accent-lime-100\\/45 { + accent-color: #ecfccb73; +} + .accent-lime-100\\/5 { accent-color: #ecfccb0d; } @@ -5758,10 +7906,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfccb80; } +.accent-lime-100\\/55 { + accent-color: #ecfccb8c; +} + .accent-lime-100\\/60 { accent-color: #ecfccb99; } +.accent-lime-100\\/65 { + accent-color: #ecfccba6; +} + .accent-lime-100\\/70 { accent-color: #ecfccbb3; } @@ -5774,6 +7930,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ecfccbcc; } +.accent-lime-100\\/85 { + accent-color: #ecfccbd9; +} + .accent-lime-100\\/90 { accent-color: #ecfccbe6; } @@ -5798,6 +7958,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d9f99d; } +.accent-lime-200\\/15 { + accent-color: #d9f99d26; +} + .accent-lime-200\\/20 { accent-color: #d9f99d33; } @@ -5810,10 +7974,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d9f99d4d; } +.accent-lime-200\\/35 { + accent-color: #d9f99d59; +} + .accent-lime-200\\/40 { accent-color: #d9f99d66; } +.accent-lime-200\\/45 { + accent-color: #d9f99d73; +} + .accent-lime-200\\/5 { accent-color: #d9f99d0d; } @@ -5822,10 +7994,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d9f99d80; } +.accent-lime-200\\/55 { + accent-color: #d9f99d8c; +} + .accent-lime-200\\/60 { accent-color: #d9f99d99; } +.accent-lime-200\\/65 { + accent-color: #d9f99da6; +} + .accent-lime-200\\/70 { accent-color: #d9f99db3; } @@ -5838,6 +8018,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d9f99dcc; } +.accent-lime-200\\/85 { + accent-color: #d9f99dd9; +} + .accent-lime-200\\/90 { accent-color: #d9f99de6; } @@ -5862,6 +8046,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bef264; } +.accent-lime-300\\/15 { + accent-color: #bef26426; +} + .accent-lime-300\\/20 { accent-color: #bef26433; } @@ -5874,10 +8062,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bef2644d; } +.accent-lime-300\\/35 { + accent-color: #bef26459; +} + .accent-lime-300\\/40 { accent-color: #bef26466; } +.accent-lime-300\\/45 { + accent-color: #bef26473; +} + .accent-lime-300\\/5 { accent-color: #bef2640d; } @@ -5886,10 +8082,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bef26480; } +.accent-lime-300\\/55 { + accent-color: #bef2648c; +} + .accent-lime-300\\/60 { accent-color: #bef26499; } +.accent-lime-300\\/65 { + accent-color: #bef264a6; +} + .accent-lime-300\\/70 { accent-color: #bef264b3; } @@ -5902,6 +8106,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bef264cc; } +.accent-lime-300\\/85 { + accent-color: #bef264d9; +} + .accent-lime-300\\/90 { accent-color: #bef264e6; } @@ -5926,6 +8134,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3e635; } +.accent-lime-400\\/15 { + accent-color: #a3e63526; +} + .accent-lime-400\\/20 { accent-color: #a3e63533; } @@ -5938,10 +8150,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3e6354d; } +.accent-lime-400\\/35 { + accent-color: #a3e63559; +} + .accent-lime-400\\/40 { accent-color: #a3e63566; } +.accent-lime-400\\/45 { + accent-color: #a3e63573; +} + .accent-lime-400\\/5 { accent-color: #a3e6350d; } @@ -5950,10 +8170,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3e63580; } +.accent-lime-400\\/55 { + accent-color: #a3e6358c; +} + .accent-lime-400\\/60 { accent-color: #a3e63599; } +.accent-lime-400\\/65 { + accent-color: #a3e635a6; +} + .accent-lime-400\\/70 { accent-color: #a3e635b3; } @@ -5966,6 +8194,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3e635cc; } +.accent-lime-400\\/85 { + accent-color: #a3e635d9; +} + .accent-lime-400\\/90 { accent-color: #a3e635e6; } @@ -5990,6 +8222,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f7fee7; } +.accent-lime-50\\/15 { + accent-color: #f7fee726; +} + .accent-lime-50\\/20 { accent-color: #f7fee733; } @@ -6002,10 +8238,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f7fee74d; } +.accent-lime-50\\/35 { + accent-color: #f7fee759; +} + .accent-lime-50\\/40 { accent-color: #f7fee766; } +.accent-lime-50\\/45 { + accent-color: #f7fee773; +} + .accent-lime-50\\/5 { accent-color: #f7fee70d; } @@ -6014,10 +8258,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f7fee780; } +.accent-lime-50\\/55 { + accent-color: #f7fee78c; +} + .accent-lime-50\\/60 { accent-color: #f7fee799; } +.accent-lime-50\\/65 { + accent-color: #f7fee7a6; +} + .accent-lime-50\\/70 { accent-color: #f7fee7b3; } @@ -6030,6 +8282,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f7fee7cc; } +.accent-lime-50\\/85 { + accent-color: #f7fee7d9; +} + .accent-lime-50\\/90 { accent-color: #f7fee7e6; } @@ -6054,6 +8310,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #84cc16; } +.accent-lime-500\\/15 { + accent-color: #84cc1626; +} + .accent-lime-500\\/20 { accent-color: #84cc1633; } @@ -6066,10 +8326,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #84cc164d; } +.accent-lime-500\\/35 { + accent-color: #84cc1659; +} + .accent-lime-500\\/40 { accent-color: #84cc1666; } +.accent-lime-500\\/45 { + accent-color: #84cc1673; +} + .accent-lime-500\\/5 { accent-color: #84cc160d; } @@ -6078,10 +8346,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #84cc1680; } +.accent-lime-500\\/55 { + accent-color: #84cc168c; +} + .accent-lime-500\\/60 { accent-color: #84cc1699; } +.accent-lime-500\\/65 { + accent-color: #84cc16a6; +} + .accent-lime-500\\/70 { accent-color: #84cc16b3; } @@ -6094,6 +8370,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #84cc16cc; } +.accent-lime-500\\/85 { + accent-color: #84cc16d9; +} + .accent-lime-500\\/90 { accent-color: #84cc16e6; } @@ -6118,6 +8398,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #65a30d; } +.accent-lime-600\\/15 { + accent-color: #65a30d26; +} + .accent-lime-600\\/20 { accent-color: #65a30d33; } @@ -6130,10 +8414,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #65a30d4d; } +.accent-lime-600\\/35 { + accent-color: #65a30d59; +} + .accent-lime-600\\/40 { accent-color: #65a30d66; } +.accent-lime-600\\/45 { + accent-color: #65a30d73; +} + .accent-lime-600\\/5 { accent-color: #65a30d0d; } @@ -6142,10 +8434,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #65a30d80; } +.accent-lime-600\\/55 { + accent-color: #65a30d8c; +} + .accent-lime-600\\/60 { accent-color: #65a30d99; } +.accent-lime-600\\/65 { + accent-color: #65a30da6; +} + .accent-lime-600\\/70 { accent-color: #65a30db3; } @@ -6158,6 +8458,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #65a30dcc; } +.accent-lime-600\\/85 { + accent-color: #65a30dd9; +} + .accent-lime-600\\/90 { accent-color: #65a30de6; } @@ -6182,6 +8486,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4d7c0f; } +.accent-lime-700\\/15 { + accent-color: #4d7c0f26; +} + .accent-lime-700\\/20 { accent-color: #4d7c0f33; } @@ -6194,10 +8502,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4d7c0f4d; } +.accent-lime-700\\/35 { + accent-color: #4d7c0f59; +} + .accent-lime-700\\/40 { accent-color: #4d7c0f66; } +.accent-lime-700\\/45 { + accent-color: #4d7c0f73; +} + .accent-lime-700\\/5 { accent-color: #4d7c0f0d; } @@ -6206,10 +8522,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4d7c0f80; } +.accent-lime-700\\/55 { + accent-color: #4d7c0f8c; +} + .accent-lime-700\\/60 { accent-color: #4d7c0f99; } +.accent-lime-700\\/65 { + accent-color: #4d7c0fa6; +} + .accent-lime-700\\/70 { accent-color: #4d7c0fb3; } @@ -6222,6 +8546,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4d7c0fcc; } +.accent-lime-700\\/85 { + accent-color: #4d7c0fd9; +} + .accent-lime-700\\/90 { accent-color: #4d7c0fe6; } @@ -6246,6 +8574,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f6212; } +.accent-lime-800\\/15 { + accent-color: #3f621226; +} + .accent-lime-800\\/20 { accent-color: #3f621233; } @@ -6258,10 +8590,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f62124d; } +.accent-lime-800\\/35 { + accent-color: #3f621259; +} + .accent-lime-800\\/40 { accent-color: #3f621266; } +.accent-lime-800\\/45 { + accent-color: #3f621273; +} + .accent-lime-800\\/5 { accent-color: #3f62120d; } @@ -6270,10 +8610,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f621280; } +.accent-lime-800\\/55 { + accent-color: #3f62128c; +} + .accent-lime-800\\/60 { accent-color: #3f621299; } +.accent-lime-800\\/65 { + accent-color: #3f6212a6; +} + .accent-lime-800\\/70 { accent-color: #3f6212b3; } @@ -6286,6 +8634,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f6212cc; } +.accent-lime-800\\/85 { + accent-color: #3f6212d9; +} + .accent-lime-800\\/90 { accent-color: #3f6212e6; } @@ -6310,6 +8662,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #365314; } +.accent-lime-900\\/15 { + accent-color: #36531426; +} + .accent-lime-900\\/20 { accent-color: #36531433; } @@ -6322,10 +8678,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3653144d; } +.accent-lime-900\\/35 { + accent-color: #36531459; +} + .accent-lime-900\\/40 { accent-color: #36531466; } +.accent-lime-900\\/45 { + accent-color: #36531473; +} + .accent-lime-900\\/5 { accent-color: #3653140d; } @@ -6334,10 +8698,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #36531480; } +.accent-lime-900\\/55 { + accent-color: #3653148c; +} + .accent-lime-900\\/60 { accent-color: #36531499; } +.accent-lime-900\\/65 { + accent-color: #365314a6; +} + .accent-lime-900\\/70 { accent-color: #365314b3; } @@ -6350,6 +8722,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #365314cc; } +.accent-lime-900\\/85 { + accent-color: #365314d9; +} + .accent-lime-900\\/90 { accent-color: #365314e6; } @@ -6374,6 +8750,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1a2e05; } +.accent-lime-950\\/15 { + accent-color: #1a2e0526; +} + .accent-lime-950\\/20 { accent-color: #1a2e0533; } @@ -6386,10 +8766,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1a2e054d; } +.accent-lime-950\\/35 { + accent-color: #1a2e0559; +} + .accent-lime-950\\/40 { accent-color: #1a2e0566; } +.accent-lime-950\\/45 { + accent-color: #1a2e0573; +} + .accent-lime-950\\/5 { accent-color: #1a2e050d; } @@ -6398,10 +8786,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1a2e0580; } +.accent-lime-950\\/55 { + accent-color: #1a2e058c; +} + .accent-lime-950\\/60 { accent-color: #1a2e0599; } +.accent-lime-950\\/65 { + accent-color: #1a2e05a6; +} + .accent-lime-950\\/70 { accent-color: #1a2e05b3; } @@ -6414,6 +8810,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1a2e05cc; } +.accent-lime-950\\/85 { + accent-color: #1a2e05d9; +} + .accent-lime-950\\/90 { accent-color: #1a2e05e6; } @@ -6438,6 +8838,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f5; } +.accent-neutral-100\\/15 { + accent-color: #f5f5f526; +} + .accent-neutral-100\\/20 { accent-color: #f5f5f533; } @@ -6450,10 +8854,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f54d; } +.accent-neutral-100\\/35 { + accent-color: #f5f5f559; +} + .accent-neutral-100\\/40 { accent-color: #f5f5f566; } +.accent-neutral-100\\/45 { + accent-color: #f5f5f573; +} + .accent-neutral-100\\/5 { accent-color: #f5f5f50d; } @@ -6462,10 +8874,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f580; } +.accent-neutral-100\\/55 { + accent-color: #f5f5f58c; +} + .accent-neutral-100\\/60 { accent-color: #f5f5f599; } +.accent-neutral-100\\/65 { + accent-color: #f5f5f5a6; +} + .accent-neutral-100\\/70 { accent-color: #f5f5f5b3; } @@ -6478,6 +8898,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f5cc; } +.accent-neutral-100\\/85 { + accent-color: #f5f5f5d9; +} + .accent-neutral-100\\/90 { accent-color: #f5f5f5e6; } @@ -6502,6 +8926,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e5e5; } +.accent-neutral-200\\/15 { + accent-color: #e5e5e526; +} + .accent-neutral-200\\/20 { accent-color: #e5e5e533; } @@ -6514,10 +8942,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e5e54d; } +.accent-neutral-200\\/35 { + accent-color: #e5e5e559; +} + .accent-neutral-200\\/40 { accent-color: #e5e5e566; } +.accent-neutral-200\\/45 { + accent-color: #e5e5e573; +} + .accent-neutral-200\\/5 { accent-color: #e5e5e50d; } @@ -6526,10 +8962,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e5e580; } +.accent-neutral-200\\/55 { + accent-color: #e5e5e58c; +} + .accent-neutral-200\\/60 { accent-color: #e5e5e599; } +.accent-neutral-200\\/65 { + accent-color: #e5e5e5a6; +} + .accent-neutral-200\\/70 { accent-color: #e5e5e5b3; } @@ -6542,6 +8986,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e5e5e5cc; } +.accent-neutral-200\\/85 { + accent-color: #e5e5e5d9; +} + .accent-neutral-200\\/90 { accent-color: #e5e5e5e6; } @@ -6566,6 +9014,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d4; } +.accent-neutral-300\\/15 { + accent-color: #d4d4d426; +} + .accent-neutral-300\\/20 { accent-color: #d4d4d433; } @@ -6578,10 +9030,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d44d; } +.accent-neutral-300\\/35 { + accent-color: #d4d4d459; +} + .accent-neutral-300\\/40 { accent-color: #d4d4d466; } +.accent-neutral-300\\/45 { + accent-color: #d4d4d473; +} + .accent-neutral-300\\/5 { accent-color: #d4d4d40d; } @@ -6590,10 +9050,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d480; } +.accent-neutral-300\\/55 { + accent-color: #d4d4d48c; +} + .accent-neutral-300\\/60 { accent-color: #d4d4d499; } +.accent-neutral-300\\/65 { + accent-color: #d4d4d4a6; +} + .accent-neutral-300\\/70 { accent-color: #d4d4d4b3; } @@ -6606,6 +9074,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d4cc; } +.accent-neutral-300\\/85 { + accent-color: #d4d4d4d9; +} + .accent-neutral-300\\/90 { accent-color: #d4d4d4e6; } @@ -6630,6 +9102,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3a3a3; } +.accent-neutral-400\\/15 { + accent-color: #a3a3a326; +} + .accent-neutral-400\\/20 { accent-color: #a3a3a333; } @@ -6642,10 +9118,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3a3a34d; } +.accent-neutral-400\\/35 { + accent-color: #a3a3a359; +} + .accent-neutral-400\\/40 { accent-color: #a3a3a366; } +.accent-neutral-400\\/45 { + accent-color: #a3a3a373; +} + .accent-neutral-400\\/5 { accent-color: #a3a3a30d; } @@ -6654,10 +9138,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3a3a380; } +.accent-neutral-400\\/55 { + accent-color: #a3a3a38c; +} + .accent-neutral-400\\/60 { accent-color: #a3a3a399; } +.accent-neutral-400\\/65 { + accent-color: #a3a3a3a6; +} + .accent-neutral-400\\/70 { accent-color: #a3a3a3b3; } @@ -6670,6 +9162,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a3a3a3cc; } +.accent-neutral-400\\/85 { + accent-color: #a3a3a3d9; +} + .accent-neutral-400\\/90 { accent-color: #a3a3a3e6; } @@ -6694,6 +9190,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafa; } +.accent-neutral-50\\/15 { + accent-color: #fafafa26; +} + .accent-neutral-50\\/20 { accent-color: #fafafa33; } @@ -6706,10 +9206,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafa4d; } +.accent-neutral-50\\/35 { + accent-color: #fafafa59; +} + .accent-neutral-50\\/40 { accent-color: #fafafa66; } +.accent-neutral-50\\/45 { + accent-color: #fafafa73; +} + .accent-neutral-50\\/5 { accent-color: #fafafa0d; } @@ -6718,10 +9226,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafa80; } +.accent-neutral-50\\/55 { + accent-color: #fafafa8c; +} + .accent-neutral-50\\/60 { accent-color: #fafafa99; } +.accent-neutral-50\\/65 { + accent-color: #fafafaa6; +} + .accent-neutral-50\\/70 { accent-color: #fafafab3; } @@ -6734,6 +9250,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafacc; } +.accent-neutral-50\\/85 { + accent-color: #fafafad9; +} + .accent-neutral-50\\/90 { accent-color: #fafafae6; } @@ -6758,6 +9278,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #737373; } +.accent-neutral-500\\/15 { + accent-color: #73737326; +} + .accent-neutral-500\\/20 { accent-color: #73737333; } @@ -6770,10 +9294,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7373734d; } +.accent-neutral-500\\/35 { + accent-color: #73737359; +} + .accent-neutral-500\\/40 { accent-color: #73737366; } +.accent-neutral-500\\/45 { + accent-color: #73737373; +} + .accent-neutral-500\\/5 { accent-color: #7373730d; } @@ -6782,10 +9314,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #73737380; } +.accent-neutral-500\\/55 { + accent-color: #7373738c; +} + .accent-neutral-500\\/60 { accent-color: #73737399; } +.accent-neutral-500\\/65 { + accent-color: #737373a6; +} + .accent-neutral-500\\/70 { accent-color: #737373b3; } @@ -6798,6 +9338,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #737373cc; } +.accent-neutral-500\\/85 { + accent-color: #737373d9; +} + .accent-neutral-500\\/90 { accent-color: #737373e6; } @@ -6822,6 +9366,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #525252; } +.accent-neutral-600\\/15 { + accent-color: #52525226; +} + .accent-neutral-600\\/20 { accent-color: #52525233; } @@ -6834,10 +9382,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5252524d; } +.accent-neutral-600\\/35 { + accent-color: #52525259; +} + .accent-neutral-600\\/40 { accent-color: #52525266; } +.accent-neutral-600\\/45 { + accent-color: #52525273; +} + .accent-neutral-600\\/5 { accent-color: #5252520d; } @@ -6846,10 +9402,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #52525280; } +.accent-neutral-600\\/55 { + accent-color: #5252528c; +} + .accent-neutral-600\\/60 { accent-color: #52525299; } +.accent-neutral-600\\/65 { + accent-color: #525252a6; +} + .accent-neutral-600\\/70 { accent-color: #525252b3; } @@ -6862,6 +9426,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #525252cc; } +.accent-neutral-600\\/85 { + accent-color: #525252d9; +} + .accent-neutral-600\\/90 { accent-color: #525252e6; } @@ -6886,6 +9454,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #404040; } +.accent-neutral-700\\/15 { + accent-color: #40404026; +} + .accent-neutral-700\\/20 { accent-color: #40404033; } @@ -6898,10 +9470,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4040404d; } +.accent-neutral-700\\/35 { + accent-color: #40404059; +} + .accent-neutral-700\\/40 { accent-color: #40404066; } +.accent-neutral-700\\/45 { + accent-color: #40404073; +} + .accent-neutral-700\\/5 { accent-color: #4040400d; } @@ -6910,10 +9490,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #40404080; } +.accent-neutral-700\\/55 { + accent-color: #4040408c; +} + .accent-neutral-700\\/60 { accent-color: #40404099; } +.accent-neutral-700\\/65 { + accent-color: #404040a6; +} + .accent-neutral-700\\/70 { accent-color: #404040b3; } @@ -6926,6 +9514,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #404040cc; } +.accent-neutral-700\\/85 { + accent-color: #404040d9; +} + .accent-neutral-700\\/90 { accent-color: #404040e6; } @@ -6950,6 +9542,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #262626; } +.accent-neutral-800\\/15 { + accent-color: #26262626; +} + .accent-neutral-800\\/20 { accent-color: #26262633; } @@ -6962,10 +9558,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2626264d; } +.accent-neutral-800\\/35 { + accent-color: #26262659; +} + .accent-neutral-800\\/40 { accent-color: #26262666; } +.accent-neutral-800\\/45 { + accent-color: #26262673; +} + .accent-neutral-800\\/5 { accent-color: #2626260d; } @@ -6974,10 +9578,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #26262680; } +.accent-neutral-800\\/55 { + accent-color: #2626268c; +} + .accent-neutral-800\\/60 { accent-color: #26262699; } +.accent-neutral-800\\/65 { + accent-color: #262626a6; +} + .accent-neutral-800\\/70 { accent-color: #262626b3; } @@ -6990,6 +9602,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #262626cc; } +.accent-neutral-800\\/85 { + accent-color: #262626d9; +} + .accent-neutral-800\\/90 { accent-color: #262626e6; } @@ -7014,6 +9630,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #171717; } +.accent-neutral-900\\/15 { + accent-color: #17171726; +} + .accent-neutral-900\\/20 { accent-color: #17171733; } @@ -7026,10 +9646,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1717174d; } +.accent-neutral-900\\/35 { + accent-color: #17171759; +} + .accent-neutral-900\\/40 { accent-color: #17171766; } +.accent-neutral-900\\/45 { + accent-color: #17171773; +} + .accent-neutral-900\\/5 { accent-color: #1717170d; } @@ -7038,10 +9666,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #17171780; } +.accent-neutral-900\\/55 { + accent-color: #1717178c; +} + .accent-neutral-900\\/60 { accent-color: #17171799; } +.accent-neutral-900\\/65 { + accent-color: #171717a6; +} + .accent-neutral-900\\/70 { accent-color: #171717b3; } @@ -7054,6 +9690,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #171717cc; } +.accent-neutral-900\\/85 { + accent-color: #171717d9; +} + .accent-neutral-900\\/90 { accent-color: #171717e6; } @@ -7078,6 +9718,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0a0a0a; } +.accent-neutral-950\\/15 { + accent-color: #0a0a0a26; +} + .accent-neutral-950\\/20 { accent-color: #0a0a0a33; } @@ -7090,10 +9734,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0a0a0a4d; } +.accent-neutral-950\\/35 { + accent-color: #0a0a0a59; +} + .accent-neutral-950\\/40 { accent-color: #0a0a0a66; } +.accent-neutral-950\\/45 { + accent-color: #0a0a0a73; +} + .accent-neutral-950\\/5 { accent-color: #0a0a0a0d; } @@ -7102,10 +9754,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0a0a0a80; } +.accent-neutral-950\\/55 { + accent-color: #0a0a0a8c; +} + .accent-neutral-950\\/60 { accent-color: #0a0a0a99; } +.accent-neutral-950\\/65 { + accent-color: #0a0a0aa6; +} + .accent-neutral-950\\/70 { accent-color: #0a0a0ab3; } @@ -7118,6 +9778,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0a0a0acc; } +.accent-neutral-950\\/85 { + accent-color: #0a0a0ad9; +} + .accent-neutral-950\\/90 { accent-color: #0a0a0ae6; } @@ -7142,6 +9806,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffedd5; } +.accent-orange-100\\/15 { + accent-color: #ffedd526; +} + .accent-orange-100\\/20 { accent-color: #ffedd533; } @@ -7154,10 +9822,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffedd54d; } +.accent-orange-100\\/35 { + accent-color: #ffedd559; +} + .accent-orange-100\\/40 { accent-color: #ffedd566; } +.accent-orange-100\\/45 { + accent-color: #ffedd573; +} + .accent-orange-100\\/5 { accent-color: #ffedd50d; } @@ -7166,10 +9842,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffedd580; } +.accent-orange-100\\/55 { + accent-color: #ffedd58c; +} + .accent-orange-100\\/60 { accent-color: #ffedd599; } +.accent-orange-100\\/65 { + accent-color: #ffedd5a6; +} + .accent-orange-100\\/70 { accent-color: #ffedd5b3; } @@ -7182,6 +9866,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffedd5cc; } +.accent-orange-100\\/85 { + accent-color: #ffedd5d9; +} + .accent-orange-100\\/90 { accent-color: #ffedd5e6; } @@ -7206,6 +9894,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fed7aa; } +.accent-orange-200\\/15 { + accent-color: #fed7aa26; +} + .accent-orange-200\\/20 { accent-color: #fed7aa33; } @@ -7218,10 +9910,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fed7aa4d; } +.accent-orange-200\\/35 { + accent-color: #fed7aa59; +} + .accent-orange-200\\/40 { accent-color: #fed7aa66; } +.accent-orange-200\\/45 { + accent-color: #fed7aa73; +} + .accent-orange-200\\/5 { accent-color: #fed7aa0d; } @@ -7230,10 +9930,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fed7aa80; } +.accent-orange-200\\/55 { + accent-color: #fed7aa8c; +} + .accent-orange-200\\/60 { accent-color: #fed7aa99; } +.accent-orange-200\\/65 { + accent-color: #fed7aaa6; +} + .accent-orange-200\\/70 { accent-color: #fed7aab3; } @@ -7246,6 +9954,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fed7aacc; } +.accent-orange-200\\/85 { + accent-color: #fed7aad9; +} + .accent-orange-200\\/90 { accent-color: #fed7aae6; } @@ -7270,6 +9982,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdba74; } +.accent-orange-300\\/15 { + accent-color: #fdba7426; +} + .accent-orange-300\\/20 { accent-color: #fdba7433; } @@ -7282,10 +9998,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdba744d; } +.accent-orange-300\\/35 { + accent-color: #fdba7459; +} + .accent-orange-300\\/40 { accent-color: #fdba7466; } +.accent-orange-300\\/45 { + accent-color: #fdba7473; +} + .accent-orange-300\\/5 { accent-color: #fdba740d; } @@ -7294,10 +10018,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdba7480; } +.accent-orange-300\\/55 { + accent-color: #fdba748c; +} + .accent-orange-300\\/60 { accent-color: #fdba7499; } +.accent-orange-300\\/65 { + accent-color: #fdba74a6; +} + .accent-orange-300\\/70 { accent-color: #fdba74b3; } @@ -7310,6 +10042,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdba74cc; } +.accent-orange-300\\/85 { + accent-color: #fdba74d9; +} + .accent-orange-300\\/90 { accent-color: #fdba74e6; } @@ -7334,6 +10070,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb923c; } +.accent-orange-400\\/15 { + accent-color: #fb923c26; +} + .accent-orange-400\\/20 { accent-color: #fb923c33; } @@ -7346,10 +10086,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb923c4d; } +.accent-orange-400\\/35 { + accent-color: #fb923c59; +} + .accent-orange-400\\/40 { accent-color: #fb923c66; } +.accent-orange-400\\/45 { + accent-color: #fb923c73; +} + .accent-orange-400\\/5 { accent-color: #fb923c0d; } @@ -7358,10 +10106,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb923c80; } +.accent-orange-400\\/55 { + accent-color: #fb923c8c; +} + .accent-orange-400\\/60 { accent-color: #fb923c99; } +.accent-orange-400\\/65 { + accent-color: #fb923ca6; +} + .accent-orange-400\\/70 { accent-color: #fb923cb3; } @@ -7374,6 +10130,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb923ccc; } +.accent-orange-400\\/85 { + accent-color: #fb923cd9; +} + .accent-orange-400\\/90 { accent-color: #fb923ce6; } @@ -7398,6 +10158,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff7ed; } +.accent-orange-50\\/15 { + accent-color: #fff7ed26; +} + .accent-orange-50\\/20 { accent-color: #fff7ed33; } @@ -7410,10 +10174,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff7ed4d; } +.accent-orange-50\\/35 { + accent-color: #fff7ed59; +} + .accent-orange-50\\/40 { accent-color: #fff7ed66; } +.accent-orange-50\\/45 { + accent-color: #fff7ed73; +} + .accent-orange-50\\/5 { accent-color: #fff7ed0d; } @@ -7422,10 +10194,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff7ed80; } +.accent-orange-50\\/55 { + accent-color: #fff7ed8c; +} + .accent-orange-50\\/60 { accent-color: #fff7ed99; } +.accent-orange-50\\/65 { + accent-color: #fff7eda6; +} + .accent-orange-50\\/70 { accent-color: #fff7edb3; } @@ -7438,6 +10218,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff7edcc; } +.accent-orange-50\\/85 { + accent-color: #fff7edd9; +} + .accent-orange-50\\/90 { accent-color: #fff7ede6; } @@ -7462,6 +10246,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f97316; } +.accent-orange-500\\/15 { + accent-color: #f9731626; +} + .accent-orange-500\\/20 { accent-color: #f9731633; } @@ -7474,10 +10262,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f973164d; } +.accent-orange-500\\/35 { + accent-color: #f9731659; +} + .accent-orange-500\\/40 { accent-color: #f9731666; } +.accent-orange-500\\/45 { + accent-color: #f9731673; +} + .accent-orange-500\\/5 { accent-color: #f973160d; } @@ -7486,10 +10282,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9731680; } +.accent-orange-500\\/55 { + accent-color: #f973168c; +} + .accent-orange-500\\/60 { accent-color: #f9731699; } +.accent-orange-500\\/65 { + accent-color: #f97316a6; +} + .accent-orange-500\\/70 { accent-color: #f97316b3; } @@ -7502,6 +10306,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f97316cc; } +.accent-orange-500\\/85 { + accent-color: #f97316d9; +} + .accent-orange-500\\/90 { accent-color: #f97316e6; } @@ -7526,6 +10334,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ea580c; } +.accent-orange-600\\/15 { + accent-color: #ea580c26; +} + .accent-orange-600\\/20 { accent-color: #ea580c33; } @@ -7538,10 +10350,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ea580c4d; } +.accent-orange-600\\/35 { + accent-color: #ea580c59; +} + .accent-orange-600\\/40 { accent-color: #ea580c66; } +.accent-orange-600\\/45 { + accent-color: #ea580c73; +} + .accent-orange-600\\/5 { accent-color: #ea580c0d; } @@ -7550,10 +10370,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ea580c80; } +.accent-orange-600\\/55 { + accent-color: #ea580c8c; +} + .accent-orange-600\\/60 { accent-color: #ea580c99; } +.accent-orange-600\\/65 { + accent-color: #ea580ca6; +} + .accent-orange-600\\/70 { accent-color: #ea580cb3; } @@ -7566,6 +10394,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ea580ccc; } +.accent-orange-600\\/85 { + accent-color: #ea580cd9; +} + .accent-orange-600\\/90 { accent-color: #ea580ce6; } @@ -7590,6 +10422,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c2410c; } +.accent-orange-700\\/15 { + accent-color: #c2410c26; +} + .accent-orange-700\\/20 { accent-color: #c2410c33; } @@ -7602,10 +10438,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c2410c4d; } +.accent-orange-700\\/35 { + accent-color: #c2410c59; +} + .accent-orange-700\\/40 { accent-color: #c2410c66; } +.accent-orange-700\\/45 { + accent-color: #c2410c73; +} + .accent-orange-700\\/5 { accent-color: #c2410c0d; } @@ -7614,10 +10458,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c2410c80; } +.accent-orange-700\\/55 { + accent-color: #c2410c8c; +} + .accent-orange-700\\/60 { accent-color: #c2410c99; } +.accent-orange-700\\/65 { + accent-color: #c2410ca6; +} + .accent-orange-700\\/70 { accent-color: #c2410cb3; } @@ -7630,6 +10482,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c2410ccc; } +.accent-orange-700\\/85 { + accent-color: #c2410cd9; +} + .accent-orange-700\\/90 { accent-color: #c2410ce6; } @@ -7654,6 +10510,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9a3412; } +.accent-orange-800\\/15 { + accent-color: #9a341226; +} + .accent-orange-800\\/20 { accent-color: #9a341233; } @@ -7666,10 +10526,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9a34124d; } +.accent-orange-800\\/35 { + accent-color: #9a341259; +} + .accent-orange-800\\/40 { accent-color: #9a341266; } +.accent-orange-800\\/45 { + accent-color: #9a341273; +} + .accent-orange-800\\/5 { accent-color: #9a34120d; } @@ -7678,10 +10546,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9a341280; } +.accent-orange-800\\/55 { + accent-color: #9a34128c; +} + .accent-orange-800\\/60 { accent-color: #9a341299; } +.accent-orange-800\\/65 { + accent-color: #9a3412a6; +} + .accent-orange-800\\/70 { accent-color: #9a3412b3; } @@ -7694,6 +10570,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9a3412cc; } +.accent-orange-800\\/85 { + accent-color: #9a3412d9; +} + .accent-orange-800\\/90 { accent-color: #9a3412e6; } @@ -7718,6 +10598,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c2d12; } +.accent-orange-900\\/15 { + accent-color: #7c2d1226; +} + .accent-orange-900\\/20 { accent-color: #7c2d1233; } @@ -7730,10 +10614,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c2d124d; } +.accent-orange-900\\/35 { + accent-color: #7c2d1259; +} + .accent-orange-900\\/40 { accent-color: #7c2d1266; } +.accent-orange-900\\/45 { + accent-color: #7c2d1273; +} + .accent-orange-900\\/5 { accent-color: #7c2d120d; } @@ -7742,10 +10634,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c2d1280; } +.accent-orange-900\\/55 { + accent-color: #7c2d128c; +} + .accent-orange-900\\/60 { accent-color: #7c2d1299; } +.accent-orange-900\\/65 { + accent-color: #7c2d12a6; +} + .accent-orange-900\\/70 { accent-color: #7c2d12b3; } @@ -7758,6 +10658,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c2d12cc; } +.accent-orange-900\\/85 { + accent-color: #7c2d12d9; +} + .accent-orange-900\\/90 { accent-color: #7c2d12e6; } @@ -7782,6 +10686,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #431407; } +.accent-orange-950\\/15 { + accent-color: #43140726; +} + .accent-orange-950\\/20 { accent-color: #43140733; } @@ -7794,10 +10702,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4314074d; } +.accent-orange-950\\/35 { + accent-color: #43140759; +} + .accent-orange-950\\/40 { accent-color: #43140766; } +.accent-orange-950\\/45 { + accent-color: #43140773; +} + .accent-orange-950\\/5 { accent-color: #4314070d; } @@ -7806,10 +10722,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #43140780; } +.accent-orange-950\\/55 { + accent-color: #4314078c; +} + .accent-orange-950\\/60 { accent-color: #43140799; } +.accent-orange-950\\/65 { + accent-color: #431407a6; +} + .accent-orange-950\\/70 { accent-color: #431407b3; } @@ -7822,6 +10746,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #431407cc; } +.accent-orange-950\\/85 { + accent-color: #431407d9; +} + .accent-orange-950\\/90 { accent-color: #431407e6; } @@ -7846,6 +10774,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fce7f3; } +.accent-pink-100\\/15 { + accent-color: #fce7f326; +} + .accent-pink-100\\/20 { accent-color: #fce7f333; } @@ -7858,10 +10790,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fce7f34d; } +.accent-pink-100\\/35 { + accent-color: #fce7f359; +} + .accent-pink-100\\/40 { accent-color: #fce7f366; } +.accent-pink-100\\/45 { + accent-color: #fce7f373; +} + .accent-pink-100\\/5 { accent-color: #fce7f30d; } @@ -7870,10 +10810,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fce7f380; } +.accent-pink-100\\/55 { + accent-color: #fce7f38c; +} + .accent-pink-100\\/60 { accent-color: #fce7f399; } +.accent-pink-100\\/65 { + accent-color: #fce7f3a6; +} + .accent-pink-100\\/70 { accent-color: #fce7f3b3; } @@ -7886,6 +10834,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fce7f3cc; } +.accent-pink-100\\/85 { + accent-color: #fce7f3d9; +} + .accent-pink-100\\/90 { accent-color: #fce7f3e6; } @@ -7910,6 +10862,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbcfe8; } +.accent-pink-200\\/15 { + accent-color: #fbcfe826; +} + .accent-pink-200\\/20 { accent-color: #fbcfe833; } @@ -7922,10 +10878,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbcfe84d; } +.accent-pink-200\\/35 { + accent-color: #fbcfe859; +} + .accent-pink-200\\/40 { accent-color: #fbcfe866; } +.accent-pink-200\\/45 { + accent-color: #fbcfe873; +} + .accent-pink-200\\/5 { accent-color: #fbcfe80d; } @@ -7934,10 +10898,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbcfe880; } +.accent-pink-200\\/55 { + accent-color: #fbcfe88c; +} + .accent-pink-200\\/60 { accent-color: #fbcfe899; } +.accent-pink-200\\/65 { + accent-color: #fbcfe8a6; +} + .accent-pink-200\\/70 { accent-color: #fbcfe8b3; } @@ -7950,6 +10922,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fbcfe8cc; } +.accent-pink-200\\/85 { + accent-color: #fbcfe8d9; +} + .accent-pink-200\\/90 { accent-color: #fbcfe8e6; } @@ -7974,6 +10950,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9a8d4; } +.accent-pink-300\\/15 { + accent-color: #f9a8d426; +} + .accent-pink-300\\/20 { accent-color: #f9a8d433; } @@ -7986,10 +10966,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9a8d44d; } +.accent-pink-300\\/35 { + accent-color: #f9a8d459; +} + .accent-pink-300\\/40 { accent-color: #f9a8d466; } +.accent-pink-300\\/45 { + accent-color: #f9a8d473; +} + .accent-pink-300\\/5 { accent-color: #f9a8d40d; } @@ -7998,10 +10986,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9a8d480; } +.accent-pink-300\\/55 { + accent-color: #f9a8d48c; +} + .accent-pink-300\\/60 { accent-color: #f9a8d499; } +.accent-pink-300\\/65 { + accent-color: #f9a8d4a6; +} + .accent-pink-300\\/70 { accent-color: #f9a8d4b3; } @@ -8014,6 +11010,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f9a8d4cc; } +.accent-pink-300\\/85 { + accent-color: #f9a8d4d9; +} + .accent-pink-300\\/90 { accent-color: #f9a8d4e6; } @@ -8038,6 +11038,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f472b6; } +.accent-pink-400\\/15 { + accent-color: #f472b626; +} + .accent-pink-400\\/20 { accent-color: #f472b633; } @@ -8050,10 +11054,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f472b64d; } +.accent-pink-400\\/35 { + accent-color: #f472b659; +} + .accent-pink-400\\/40 { accent-color: #f472b666; } +.accent-pink-400\\/45 { + accent-color: #f472b673; +} + .accent-pink-400\\/5 { accent-color: #f472b60d; } @@ -8062,10 +11074,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f472b680; } +.accent-pink-400\\/55 { + accent-color: #f472b68c; +} + .accent-pink-400\\/60 { accent-color: #f472b699; } +.accent-pink-400\\/65 { + accent-color: #f472b6a6; +} + .accent-pink-400\\/70 { accent-color: #f472b6b3; } @@ -8078,6 +11098,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f472b6cc; } +.accent-pink-400\\/85 { + accent-color: #f472b6d9; +} + .accent-pink-400\\/90 { accent-color: #f472b6e6; } @@ -8102,6 +11126,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf2f8; } +.accent-pink-50\\/15 { + accent-color: #fdf2f826; +} + .accent-pink-50\\/20 { accent-color: #fdf2f833; } @@ -8114,10 +11142,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf2f84d; } +.accent-pink-50\\/35 { + accent-color: #fdf2f859; +} + .accent-pink-50\\/40 { accent-color: #fdf2f866; } +.accent-pink-50\\/45 { + accent-color: #fdf2f873; +} + .accent-pink-50\\/5 { accent-color: #fdf2f80d; } @@ -8126,10 +11162,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf2f880; } +.accent-pink-50\\/55 { + accent-color: #fdf2f88c; +} + .accent-pink-50\\/60 { accent-color: #fdf2f899; } +.accent-pink-50\\/65 { + accent-color: #fdf2f8a6; +} + .accent-pink-50\\/70 { accent-color: #fdf2f8b3; } @@ -8142,6 +11186,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fdf2f8cc; } +.accent-pink-50\\/85 { + accent-color: #fdf2f8d9; +} + .accent-pink-50\\/90 { accent-color: #fdf2f8e6; } @@ -8166,6 +11214,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ec4899; } +.accent-pink-500\\/15 { + accent-color: #ec489926; +} + .accent-pink-500\\/20 { accent-color: #ec489933; } @@ -8178,10 +11230,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ec48994d; } +.accent-pink-500\\/35 { + accent-color: #ec489959; +} + .accent-pink-500\\/40 { accent-color: #ec489966; } +.accent-pink-500\\/45 { + accent-color: #ec489973; +} + .accent-pink-500\\/5 { accent-color: #ec48990d; } @@ -8190,10 +11250,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ec489980; } +.accent-pink-500\\/55 { + accent-color: #ec48998c; +} + .accent-pink-500\\/60 { accent-color: #ec489999; } +.accent-pink-500\\/65 { + accent-color: #ec4899a6; +} + .accent-pink-500\\/70 { accent-color: #ec4899b3; } @@ -8206,6 +11274,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ec4899cc; } +.accent-pink-500\\/85 { + accent-color: #ec4899d9; +} + .accent-pink-500\\/90 { accent-color: #ec4899e6; } @@ -8230,6 +11302,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #db2777; } +.accent-pink-600\\/15 { + accent-color: #db277726; +} + .accent-pink-600\\/20 { accent-color: #db277733; } @@ -8242,10 +11318,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #db27774d; } +.accent-pink-600\\/35 { + accent-color: #db277759; +} + .accent-pink-600\\/40 { accent-color: #db277766; } +.accent-pink-600\\/45 { + accent-color: #db277773; +} + .accent-pink-600\\/5 { accent-color: #db27770d; } @@ -8254,10 +11338,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #db277780; } +.accent-pink-600\\/55 { + accent-color: #db27778c; +} + .accent-pink-600\\/60 { accent-color: #db277799; } +.accent-pink-600\\/65 { + accent-color: #db2777a6; +} + .accent-pink-600\\/70 { accent-color: #db2777b3; } @@ -8270,6 +11362,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #db2777cc; } +.accent-pink-600\\/85 { + accent-color: #db2777d9; +} + .accent-pink-600\\/90 { accent-color: #db2777e6; } @@ -8294,6 +11390,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be185d; } +.accent-pink-700\\/15 { + accent-color: #be185d26; +} + .accent-pink-700\\/20 { accent-color: #be185d33; } @@ -8306,10 +11406,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be185d4d; } +.accent-pink-700\\/35 { + accent-color: #be185d59; +} + .accent-pink-700\\/40 { accent-color: #be185d66; } +.accent-pink-700\\/45 { + accent-color: #be185d73; +} + .accent-pink-700\\/5 { accent-color: #be185d0d; } @@ -8318,10 +11426,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be185d80; } +.accent-pink-700\\/55 { + accent-color: #be185d8c; +} + .accent-pink-700\\/60 { accent-color: #be185d99; } +.accent-pink-700\\/65 { + accent-color: #be185da6; +} + .accent-pink-700\\/70 { accent-color: #be185db3; } @@ -8334,6 +11450,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be185dcc; } +.accent-pink-700\\/85 { + accent-color: #be185dd9; +} + .accent-pink-700\\/90 { accent-color: #be185de6; } @@ -8358,6 +11478,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9d174d; } +.accent-pink-800\\/15 { + accent-color: #9d174d26; +} + .accent-pink-800\\/20 { accent-color: #9d174d33; } @@ -8370,10 +11494,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9d174d4d; } +.accent-pink-800\\/35 { + accent-color: #9d174d59; +} + .accent-pink-800\\/40 { accent-color: #9d174d66; } +.accent-pink-800\\/45 { + accent-color: #9d174d73; +} + .accent-pink-800\\/5 { accent-color: #9d174d0d; } @@ -8382,10 +11514,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9d174d80; } +.accent-pink-800\\/55 { + accent-color: #9d174d8c; +} + .accent-pink-800\\/60 { accent-color: #9d174d99; } +.accent-pink-800\\/65 { + accent-color: #9d174da6; +} + .accent-pink-800\\/70 { accent-color: #9d174db3; } @@ -8398,6 +11538,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9d174dcc; } +.accent-pink-800\\/85 { + accent-color: #9d174dd9; +} + .accent-pink-800\\/90 { accent-color: #9d174de6; } @@ -8422,6 +11566,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #831843; } +.accent-pink-900\\/15 { + accent-color: #83184326; +} + .accent-pink-900\\/20 { accent-color: #83184333; } @@ -8434,10 +11582,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #8318434d; } +.accent-pink-900\\/35 { + accent-color: #83184359; +} + .accent-pink-900\\/40 { accent-color: #83184366; } +.accent-pink-900\\/45 { + accent-color: #83184373; +} + .accent-pink-900\\/5 { accent-color: #8318430d; } @@ -8446,10 +11602,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #83184380; } +.accent-pink-900\\/55 { + accent-color: #8318438c; +} + .accent-pink-900\\/60 { accent-color: #83184399; } +.accent-pink-900\\/65 { + accent-color: #831843a6; +} + .accent-pink-900\\/70 { accent-color: #831843b3; } @@ -8462,6 +11626,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #831843cc; } +.accent-pink-900\\/85 { + accent-color: #831843d9; +} + .accent-pink-900\\/90 { accent-color: #831843e6; } @@ -8486,6 +11654,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #500724; } +.accent-pink-950\\/15 { + accent-color: #50072426; +} + .accent-pink-950\\/20 { accent-color: #50072433; } @@ -8498,10 +11670,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5007244d; } +.accent-pink-950\\/35 { + accent-color: #50072459; +} + .accent-pink-950\\/40 { accent-color: #50072466; } +.accent-pink-950\\/45 { + accent-color: #50072473; +} + .accent-pink-950\\/5 { accent-color: #5007240d; } @@ -8510,10 +11690,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #50072480; } +.accent-pink-950\\/55 { + accent-color: #5007248c; +} + .accent-pink-950\\/60 { accent-color: #50072499; } +.accent-pink-950\\/65 { + accent-color: #500724a6; +} + .accent-pink-950\\/70 { accent-color: #500724b3; } @@ -8526,6 +11714,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #500724cc; } +.accent-pink-950\\/85 { + accent-color: #500724d9; +} + .accent-pink-950\\/90 { accent-color: #500724e6; } @@ -8550,6 +11742,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3e8ff; } +.accent-purple-100\\/15 { + accent-color: #f3e8ff26; +} + .accent-purple-100\\/20 { accent-color: #f3e8ff33; } @@ -8562,10 +11758,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3e8ff4d; } +.accent-purple-100\\/35 { + accent-color: #f3e8ff59; +} + .accent-purple-100\\/40 { accent-color: #f3e8ff66; } +.accent-purple-100\\/45 { + accent-color: #f3e8ff73; +} + .accent-purple-100\\/5 { accent-color: #f3e8ff0d; } @@ -8574,10 +11778,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3e8ff80; } +.accent-purple-100\\/55 { + accent-color: #f3e8ff8c; +} + .accent-purple-100\\/60 { accent-color: #f3e8ff99; } +.accent-purple-100\\/65 { + accent-color: #f3e8ffa6; +} + .accent-purple-100\\/70 { accent-color: #f3e8ffb3; } @@ -8590,6 +11802,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f3e8ffcc; } +.accent-purple-100\\/85 { + accent-color: #f3e8ffd9; +} + .accent-purple-100\\/90 { accent-color: #f3e8ffe6; } @@ -8614,6 +11830,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e9d5ff; } +.accent-purple-200\\/15 { + accent-color: #e9d5ff26; +} + .accent-purple-200\\/20 { accent-color: #e9d5ff33; } @@ -8626,10 +11846,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e9d5ff4d; } +.accent-purple-200\\/35 { + accent-color: #e9d5ff59; +} + .accent-purple-200\\/40 { accent-color: #e9d5ff66; } +.accent-purple-200\\/45 { + accent-color: #e9d5ff73; +} + .accent-purple-200\\/5 { accent-color: #e9d5ff0d; } @@ -8638,10 +11866,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e9d5ff80; } +.accent-purple-200\\/55 { + accent-color: #e9d5ff8c; +} + .accent-purple-200\\/60 { accent-color: #e9d5ff99; } +.accent-purple-200\\/65 { + accent-color: #e9d5ffa6; +} + .accent-purple-200\\/70 { accent-color: #e9d5ffb3; } @@ -8654,6 +11890,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e9d5ffcc; } +.accent-purple-200\\/85 { + accent-color: #e9d5ffd9; +} + .accent-purple-200\\/90 { accent-color: #e9d5ffe6; } @@ -8678,6 +11918,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d8b4fe; } +.accent-purple-300\\/15 { + accent-color: #d8b4fe26; +} + .accent-purple-300\\/20 { accent-color: #d8b4fe33; } @@ -8690,10 +11934,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d8b4fe4d; } +.accent-purple-300\\/35 { + accent-color: #d8b4fe59; +} + .accent-purple-300\\/40 { accent-color: #d8b4fe66; } +.accent-purple-300\\/45 { + accent-color: #d8b4fe73; +} + .accent-purple-300\\/5 { accent-color: #d8b4fe0d; } @@ -8702,10 +11954,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d8b4fe80; } +.accent-purple-300\\/55 { + accent-color: #d8b4fe8c; +} + .accent-purple-300\\/60 { accent-color: #d8b4fe99; } +.accent-purple-300\\/65 { + accent-color: #d8b4fea6; +} + .accent-purple-300\\/70 { accent-color: #d8b4feb3; } @@ -8718,6 +11978,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d8b4fecc; } +.accent-purple-300\\/85 { + accent-color: #d8b4fed9; +} + .accent-purple-300\\/90 { accent-color: #d8b4fee6; } @@ -8742,6 +12006,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c084fc; } +.accent-purple-400\\/15 { + accent-color: #c084fc26; +} + .accent-purple-400\\/20 { accent-color: #c084fc33; } @@ -8754,10 +12022,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c084fc4d; } +.accent-purple-400\\/35 { + accent-color: #c084fc59; +} + .accent-purple-400\\/40 { accent-color: #c084fc66; } +.accent-purple-400\\/45 { + accent-color: #c084fc73; +} + .accent-purple-400\\/5 { accent-color: #c084fc0d; } @@ -8766,10 +12042,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c084fc80; } +.accent-purple-400\\/55 { + accent-color: #c084fc8c; +} + .accent-purple-400\\/60 { accent-color: #c084fc99; } +.accent-purple-400\\/65 { + accent-color: #c084fca6; +} + .accent-purple-400\\/70 { accent-color: #c084fcb3; } @@ -8782,6 +12066,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c084fccc; } +.accent-purple-400\\/85 { + accent-color: #c084fcd9; +} + .accent-purple-400\\/90 { accent-color: #c084fce6; } @@ -8806,6 +12094,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #faf5ff; } +.accent-purple-50\\/15 { + accent-color: #faf5ff26; +} + .accent-purple-50\\/20 { accent-color: #faf5ff33; } @@ -8818,10 +12110,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #faf5ff4d; } +.accent-purple-50\\/35 { + accent-color: #faf5ff59; +} + .accent-purple-50\\/40 { accent-color: #faf5ff66; } +.accent-purple-50\\/45 { + accent-color: #faf5ff73; +} + .accent-purple-50\\/5 { accent-color: #faf5ff0d; } @@ -8830,10 +12130,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #faf5ff80; } +.accent-purple-50\\/55 { + accent-color: #faf5ff8c; +} + .accent-purple-50\\/60 { accent-color: #faf5ff99; } +.accent-purple-50\\/65 { + accent-color: #faf5ffa6; +} + .accent-purple-50\\/70 { accent-color: #faf5ffb3; } @@ -8846,6 +12154,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #faf5ffcc; } +.accent-purple-50\\/85 { + accent-color: #faf5ffd9; +} + .accent-purple-50\\/90 { accent-color: #faf5ffe6; } @@ -8870,6 +12182,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a855f7; } +.accent-purple-500\\/15 { + accent-color: #a855f726; +} + .accent-purple-500\\/20 { accent-color: #a855f733; } @@ -8882,10 +12198,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a855f74d; } +.accent-purple-500\\/35 { + accent-color: #a855f759; +} + .accent-purple-500\\/40 { accent-color: #a855f766; } +.accent-purple-500\\/45 { + accent-color: #a855f773; +} + .accent-purple-500\\/5 { accent-color: #a855f70d; } @@ -8894,10 +12218,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a855f780; } +.accent-purple-500\\/55 { + accent-color: #a855f78c; +} + .accent-purple-500\\/60 { accent-color: #a855f799; } +.accent-purple-500\\/65 { + accent-color: #a855f7a6; +} + .accent-purple-500\\/70 { accent-color: #a855f7b3; } @@ -8910,6 +12242,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a855f7cc; } +.accent-purple-500\\/85 { + accent-color: #a855f7d9; +} + .accent-purple-500\\/90 { accent-color: #a855f7e6; } @@ -8934,6 +12270,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9333ea; } +.accent-purple-600\\/15 { + accent-color: #9333ea26; +} + .accent-purple-600\\/20 { accent-color: #9333ea33; } @@ -8946,10 +12286,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9333ea4d; } +.accent-purple-600\\/35 { + accent-color: #9333ea59; +} + .accent-purple-600\\/40 { accent-color: #9333ea66; } +.accent-purple-600\\/45 { + accent-color: #9333ea73; +} + .accent-purple-600\\/5 { accent-color: #9333ea0d; } @@ -8958,10 +12306,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9333ea80; } +.accent-purple-600\\/55 { + accent-color: #9333ea8c; +} + .accent-purple-600\\/60 { accent-color: #9333ea99; } +.accent-purple-600\\/65 { + accent-color: #9333eaa6; +} + .accent-purple-600\\/70 { accent-color: #9333eab3; } @@ -8974,6 +12330,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9333eacc; } +.accent-purple-600\\/85 { + accent-color: #9333ead9; +} + .accent-purple-600\\/90 { accent-color: #9333eae6; } @@ -8998,6 +12358,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7e22ce; } +.accent-purple-700\\/15 { + accent-color: #7e22ce26; +} + .accent-purple-700\\/20 { accent-color: #7e22ce33; } @@ -9010,10 +12374,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7e22ce4d; } +.accent-purple-700\\/35 { + accent-color: #7e22ce59; +} + .accent-purple-700\\/40 { accent-color: #7e22ce66; } +.accent-purple-700\\/45 { + accent-color: #7e22ce73; +} + .accent-purple-700\\/5 { accent-color: #7e22ce0d; } @@ -9022,10 +12394,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7e22ce80; } +.accent-purple-700\\/55 { + accent-color: #7e22ce8c; +} + .accent-purple-700\\/60 { accent-color: #7e22ce99; } +.accent-purple-700\\/65 { + accent-color: #7e22cea6; +} + .accent-purple-700\\/70 { accent-color: #7e22ceb3; } @@ -9038,6 +12418,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7e22cecc; } +.accent-purple-700\\/85 { + accent-color: #7e22ced9; +} + .accent-purple-700\\/90 { accent-color: #7e22cee6; } @@ -9062,6 +12446,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b21a8; } +.accent-purple-800\\/15 { + accent-color: #6b21a826; +} + .accent-purple-800\\/20 { accent-color: #6b21a833; } @@ -9074,10 +12462,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b21a84d; } +.accent-purple-800\\/35 { + accent-color: #6b21a859; +} + .accent-purple-800\\/40 { accent-color: #6b21a866; } +.accent-purple-800\\/45 { + accent-color: #6b21a873; +} + .accent-purple-800\\/5 { accent-color: #6b21a80d; } @@ -9086,10 +12482,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b21a880; } +.accent-purple-800\\/55 { + accent-color: #6b21a88c; +} + .accent-purple-800\\/60 { accent-color: #6b21a899; } +.accent-purple-800\\/65 { + accent-color: #6b21a8a6; +} + .accent-purple-800\\/70 { accent-color: #6b21a8b3; } @@ -9102,6 +12506,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6b21a8cc; } +.accent-purple-800\\/85 { + accent-color: #6b21a8d9; +} + .accent-purple-800\\/90 { accent-color: #6b21a8e6; } @@ -9126,6 +12534,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #581c87; } +.accent-purple-900\\/15 { + accent-color: #581c8726; +} + .accent-purple-900\\/20 { accent-color: #581c8733; } @@ -9138,10 +12550,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #581c874d; } +.accent-purple-900\\/35 { + accent-color: #581c8759; +} + .accent-purple-900\\/40 { accent-color: #581c8766; } +.accent-purple-900\\/45 { + accent-color: #581c8773; +} + .accent-purple-900\\/5 { accent-color: #581c870d; } @@ -9150,10 +12570,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #581c8780; } +.accent-purple-900\\/55 { + accent-color: #581c878c; +} + .accent-purple-900\\/60 { accent-color: #581c8799; } +.accent-purple-900\\/65 { + accent-color: #581c87a6; +} + .accent-purple-900\\/70 { accent-color: #581c87b3; } @@ -9166,6 +12594,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #581c87cc; } +.accent-purple-900\\/85 { + accent-color: #581c87d9; +} + .accent-purple-900\\/90 { accent-color: #581c87e6; } @@ -9190,6 +12622,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b0764; } +.accent-purple-950\\/15 { + accent-color: #3b076426; +} + .accent-purple-950\\/20 { accent-color: #3b076433; } @@ -9202,10 +12638,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b07644d; } +.accent-purple-950\\/35 { + accent-color: #3b076459; +} + .accent-purple-950\\/40 { accent-color: #3b076466; } +.accent-purple-950\\/45 { + accent-color: #3b076473; +} + .accent-purple-950\\/5 { accent-color: #3b07640d; } @@ -9214,10 +12658,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b076480; } +.accent-purple-950\\/55 { + accent-color: #3b07648c; +} + .accent-purple-950\\/60 { accent-color: #3b076499; } +.accent-purple-950\\/65 { + accent-color: #3b0764a6; +} + .accent-purple-950\\/70 { accent-color: #3b0764b3; } @@ -9230,6 +12682,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3b0764cc; } +.accent-purple-950\\/85 { + accent-color: #3b0764d9; +} + .accent-purple-950\\/90 { accent-color: #3b0764e6; } @@ -9254,6 +12710,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fee2e2; } +.accent-red-100\\/15 { + accent-color: #fee2e226; +} + .accent-red-100\\/20 { accent-color: #fee2e233; } @@ -9266,10 +12726,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fee2e24d; } +.accent-red-100\\/35 { + accent-color: #fee2e259; +} + .accent-red-100\\/40 { accent-color: #fee2e266; } +.accent-red-100\\/45 { + accent-color: #fee2e273; +} + .accent-red-100\\/5 { accent-color: #fee2e20d; } @@ -9278,10 +12746,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fee2e280; } +.accent-red-100\\/55 { + accent-color: #fee2e28c; +} + .accent-red-100\\/60 { accent-color: #fee2e299; } +.accent-red-100\\/65 { + accent-color: #fee2e2a6; +} + .accent-red-100\\/70 { accent-color: #fee2e2b3; } @@ -9294,6 +12770,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fee2e2cc; } +.accent-red-100\\/85 { + accent-color: #fee2e2d9; +} + .accent-red-100\\/90 { accent-color: #fee2e2e6; } @@ -9318,6 +12798,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecaca; } +.accent-red-200\\/15 { + accent-color: #fecaca26; +} + .accent-red-200\\/20 { accent-color: #fecaca33; } @@ -9330,10 +12814,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecaca4d; } +.accent-red-200\\/35 { + accent-color: #fecaca59; +} + .accent-red-200\\/40 { accent-color: #fecaca66; } +.accent-red-200\\/45 { + accent-color: #fecaca73; +} + .accent-red-200\\/5 { accent-color: #fecaca0d; } @@ -9342,10 +12834,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecaca80; } +.accent-red-200\\/55 { + accent-color: #fecaca8c; +} + .accent-red-200\\/60 { accent-color: #fecaca99; } +.accent-red-200\\/65 { + accent-color: #fecacaa6; +} + .accent-red-200\\/70 { accent-color: #fecacab3; } @@ -9358,6 +12858,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecacacc; } +.accent-red-200\\/85 { + accent-color: #fecacad9; +} + .accent-red-200\\/90 { accent-color: #fecacae6; } @@ -9382,6 +12886,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fca5a5; } +.accent-red-300\\/15 { + accent-color: #fca5a526; +} + .accent-red-300\\/20 { accent-color: #fca5a533; } @@ -9394,10 +12902,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fca5a54d; } +.accent-red-300\\/35 { + accent-color: #fca5a559; +} + .accent-red-300\\/40 { accent-color: #fca5a566; } +.accent-red-300\\/45 { + accent-color: #fca5a573; +} + .accent-red-300\\/5 { accent-color: #fca5a50d; } @@ -9406,10 +12922,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fca5a580; } +.accent-red-300\\/55 { + accent-color: #fca5a58c; +} + .accent-red-300\\/60 { accent-color: #fca5a599; } +.accent-red-300\\/65 { + accent-color: #fca5a5a6; +} + .accent-red-300\\/70 { accent-color: #fca5a5b3; } @@ -9422,6 +12946,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fca5a5cc; } +.accent-red-300\\/85 { + accent-color: #fca5a5d9; +} + .accent-red-300\\/90 { accent-color: #fca5a5e6; } @@ -9446,6 +12974,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f87171; } +.accent-red-400\\/15 { + accent-color: #f8717126; +} + .accent-red-400\\/20 { accent-color: #f8717133; } @@ -9458,10 +12990,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f871714d; } +.accent-red-400\\/35 { + accent-color: #f8717159; +} + .accent-red-400\\/40 { accent-color: #f8717166; } +.accent-red-400\\/45 { + accent-color: #f8717173; +} + .accent-red-400\\/5 { accent-color: #f871710d; } @@ -9470,10 +13010,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f8717180; } +.accent-red-400\\/55 { + accent-color: #f871718c; +} + .accent-red-400\\/60 { accent-color: #f8717199; } +.accent-red-400\\/65 { + accent-color: #f87171a6; +} + .accent-red-400\\/70 { accent-color: #f87171b3; } @@ -9486,6 +13034,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f87171cc; } +.accent-red-400\\/85 { + accent-color: #f87171d9; +} + .accent-red-400\\/90 { accent-color: #f87171e6; } @@ -9510,6 +13062,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef2f2; } +.accent-red-50\\/15 { + accent-color: #fef2f226; +} + .accent-red-50\\/20 { accent-color: #fef2f233; } @@ -9522,10 +13078,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef2f24d; } +.accent-red-50\\/35 { + accent-color: #fef2f259; +} + .accent-red-50\\/40 { accent-color: #fef2f266; } +.accent-red-50\\/45 { + accent-color: #fef2f273; +} + .accent-red-50\\/5 { accent-color: #fef2f20d; } @@ -9534,10 +13098,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef2f280; } +.accent-red-50\\/55 { + accent-color: #fef2f28c; +} + .accent-red-50\\/60 { accent-color: #fef2f299; } +.accent-red-50\\/65 { + accent-color: #fef2f2a6; +} + .accent-red-50\\/70 { accent-color: #fef2f2b3; } @@ -9550,6 +13122,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef2f2cc; } +.accent-red-50\\/85 { + accent-color: #fef2f2d9; +} + .accent-red-50\\/90 { accent-color: #fef2f2e6; } @@ -9574,6 +13150,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ef4444; } +.accent-red-500\\/15 { + accent-color: #ef444426; +} + .accent-red-500\\/20 { accent-color: #ef444433; } @@ -9586,10 +13166,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ef44444d; } +.accent-red-500\\/35 { + accent-color: #ef444459; +} + .accent-red-500\\/40 { accent-color: #ef444466; } +.accent-red-500\\/45 { + accent-color: #ef444473; +} + .accent-red-500\\/5 { accent-color: #ef44440d; } @@ -9598,10 +13186,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ef444480; } +.accent-red-500\\/55 { + accent-color: #ef44448c; +} + .accent-red-500\\/60 { accent-color: #ef444499; } +.accent-red-500\\/65 { + accent-color: #ef4444a6; +} + .accent-red-500\\/70 { accent-color: #ef4444b3; } @@ -9614,6 +13210,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ef4444cc; } +.accent-red-500\\/85 { + accent-color: #ef4444d9; +} + .accent-red-500\\/90 { accent-color: #ef4444e6; } @@ -9638,6 +13238,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dc2626; } +.accent-red-600\\/15 { + accent-color: #dc262626; +} + .accent-red-600\\/20 { accent-color: #dc262633; } @@ -9650,10 +13254,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dc26264d; } +.accent-red-600\\/35 { + accent-color: #dc262659; +} + .accent-red-600\\/40 { accent-color: #dc262666; } +.accent-red-600\\/45 { + accent-color: #dc262673; +} + .accent-red-600\\/5 { accent-color: #dc26260d; } @@ -9662,10 +13274,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dc262680; } +.accent-red-600\\/55 { + accent-color: #dc26268c; +} + .accent-red-600\\/60 { accent-color: #dc262699; } +.accent-red-600\\/65 { + accent-color: #dc2626a6; +} + .accent-red-600\\/70 { accent-color: #dc2626b3; } @@ -9678,6 +13298,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #dc2626cc; } +.accent-red-600\\/85 { + accent-color: #dc2626d9; +} + .accent-red-600\\/90 { accent-color: #dc2626e6; } @@ -9702,6 +13326,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b91c1c; } +.accent-red-700\\/15 { + accent-color: #b91c1c26; +} + .accent-red-700\\/20 { accent-color: #b91c1c33; } @@ -9714,10 +13342,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b91c1c4d; } +.accent-red-700\\/35 { + accent-color: #b91c1c59; +} + .accent-red-700\\/40 { accent-color: #b91c1c66; } +.accent-red-700\\/45 { + accent-color: #b91c1c73; +} + .accent-red-700\\/5 { accent-color: #b91c1c0d; } @@ -9726,10 +13362,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b91c1c80; } +.accent-red-700\\/55 { + accent-color: #b91c1c8c; +} + .accent-red-700\\/60 { accent-color: #b91c1c99; } +.accent-red-700\\/65 { + accent-color: #b91c1ca6; +} + .accent-red-700\\/70 { accent-color: #b91c1cb3; } @@ -9742,6 +13386,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #b91c1ccc; } +.accent-red-700\\/85 { + accent-color: #b91c1cd9; +} + .accent-red-700\\/90 { accent-color: #b91c1ce6; } @@ -9766,6 +13414,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #991b1b; } +.accent-red-800\\/15 { + accent-color: #991b1b26; +} + .accent-red-800\\/20 { accent-color: #991b1b33; } @@ -9778,10 +13430,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #991b1b4d; } +.accent-red-800\\/35 { + accent-color: #991b1b59; +} + .accent-red-800\\/40 { accent-color: #991b1b66; } +.accent-red-800\\/45 { + accent-color: #991b1b73; +} + .accent-red-800\\/5 { accent-color: #991b1b0d; } @@ -9790,10 +13450,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #991b1b80; } +.accent-red-800\\/55 { + accent-color: #991b1b8c; +} + .accent-red-800\\/60 { accent-color: #991b1b99; } +.accent-red-800\\/65 { + accent-color: #991b1ba6; +} + .accent-red-800\\/70 { accent-color: #991b1bb3; } @@ -9806,6 +13474,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #991b1bcc; } +.accent-red-800\\/85 { + accent-color: #991b1bd9; +} + .accent-red-800\\/90 { accent-color: #991b1be6; } @@ -9830,6 +13502,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7f1d1d; } +.accent-red-900\\/15 { + accent-color: #7f1d1d26; +} + .accent-red-900\\/20 { accent-color: #7f1d1d33; } @@ -9842,10 +13518,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7f1d1d4d; } +.accent-red-900\\/35 { + accent-color: #7f1d1d59; +} + .accent-red-900\\/40 { accent-color: #7f1d1d66; } +.accent-red-900\\/45 { + accent-color: #7f1d1d73; +} + .accent-red-900\\/5 { accent-color: #7f1d1d0d; } @@ -9854,10 +13538,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7f1d1d80; } +.accent-red-900\\/55 { + accent-color: #7f1d1d8c; +} + .accent-red-900\\/60 { accent-color: #7f1d1d99; } +.accent-red-900\\/65 { + accent-color: #7f1d1da6; +} + .accent-red-900\\/70 { accent-color: #7f1d1db3; } @@ -9870,6 +13562,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7f1d1dcc; } +.accent-red-900\\/85 { + accent-color: #7f1d1dd9; +} + .accent-red-900\\/90 { accent-color: #7f1d1de6; } @@ -9894,6 +13590,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #450a0a; } +.accent-red-950\\/15 { + accent-color: #450a0a26; +} + .accent-red-950\\/20 { accent-color: #450a0a33; } @@ -9906,10 +13606,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #450a0a4d; } +.accent-red-950\\/35 { + accent-color: #450a0a59; +} + .accent-red-950\\/40 { accent-color: #450a0a66; } +.accent-red-950\\/45 { + accent-color: #450a0a73; +} + .accent-red-950\\/5 { accent-color: #450a0a0d; } @@ -9918,10 +13626,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #450a0a80; } +.accent-red-950\\/55 { + accent-color: #450a0a8c; +} + .accent-red-950\\/60 { accent-color: #450a0a99; } +.accent-red-950\\/65 { + accent-color: #450a0aa6; +} + .accent-red-950\\/70 { accent-color: #450a0ab3; } @@ -9934,6 +13650,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #450a0acc; } +.accent-red-950\\/85 { + accent-color: #450a0ad9; +} + .accent-red-950\\/90 { accent-color: #450a0ae6; } @@ -9958,6 +13678,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffe4e6; } +.accent-rose-100\\/15 { + accent-color: #ffe4e626; +} + .accent-rose-100\\/20 { accent-color: #ffe4e633; } @@ -9970,10 +13694,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffe4e64d; } +.accent-rose-100\\/35 { + accent-color: #ffe4e659; +} + .accent-rose-100\\/40 { accent-color: #ffe4e666; } +.accent-rose-100\\/45 { + accent-color: #ffe4e673; +} + .accent-rose-100\\/5 { accent-color: #ffe4e60d; } @@ -9982,10 +13714,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffe4e680; } +.accent-rose-100\\/55 { + accent-color: #ffe4e68c; +} + .accent-rose-100\\/60 { accent-color: #ffe4e699; } +.accent-rose-100\\/65 { + accent-color: #ffe4e6a6; +} + .accent-rose-100\\/70 { accent-color: #ffe4e6b3; } @@ -9998,6 +13738,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffe4e6cc; } +.accent-rose-100\\/85 { + accent-color: #ffe4e6d9; +} + .accent-rose-100\\/90 { accent-color: #ffe4e6e6; } @@ -10022,6 +13766,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecdd3; } +.accent-rose-200\\/15 { + accent-color: #fecdd326; +} + .accent-rose-200\\/20 { accent-color: #fecdd333; } @@ -10034,10 +13782,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecdd34d; } +.accent-rose-200\\/35 { + accent-color: #fecdd359; +} + .accent-rose-200\\/40 { accent-color: #fecdd366; } +.accent-rose-200\\/45 { + accent-color: #fecdd373; +} + .accent-rose-200\\/5 { accent-color: #fecdd30d; } @@ -10046,10 +13802,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecdd380; } +.accent-rose-200\\/55 { + accent-color: #fecdd38c; +} + .accent-rose-200\\/60 { accent-color: #fecdd399; } +.accent-rose-200\\/65 { + accent-color: #fecdd3a6; +} + .accent-rose-200\\/70 { accent-color: #fecdd3b3; } @@ -10062,6 +13826,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fecdd3cc; } +.accent-rose-200\\/85 { + accent-color: #fecdd3d9; +} + .accent-rose-200\\/90 { accent-color: #fecdd3e6; } @@ -10086,6 +13854,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fda4af; } +.accent-rose-300\\/15 { + accent-color: #fda4af26; +} + .accent-rose-300\\/20 { accent-color: #fda4af33; } @@ -10098,10 +13870,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fda4af4d; } +.accent-rose-300\\/35 { + accent-color: #fda4af59; +} + .accent-rose-300\\/40 { accent-color: #fda4af66; } +.accent-rose-300\\/45 { + accent-color: #fda4af73; +} + .accent-rose-300\\/5 { accent-color: #fda4af0d; } @@ -10110,10 +13890,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fda4af80; } +.accent-rose-300\\/55 { + accent-color: #fda4af8c; +} + .accent-rose-300\\/60 { accent-color: #fda4af99; } +.accent-rose-300\\/65 { + accent-color: #fda4afa6; +} + .accent-rose-300\\/70 { accent-color: #fda4afb3; } @@ -10126,6 +13914,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fda4afcc; } +.accent-rose-300\\/85 { + accent-color: #fda4afd9; +} + .accent-rose-300\\/90 { accent-color: #fda4afe6; } @@ -10150,6 +13942,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb7185; } +.accent-rose-400\\/15 { + accent-color: #fb718526; +} + .accent-rose-400\\/20 { accent-color: #fb718533; } @@ -10162,10 +13958,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb71854d; } +.accent-rose-400\\/35 { + accent-color: #fb718559; +} + .accent-rose-400\\/40 { accent-color: #fb718566; } +.accent-rose-400\\/45 { + accent-color: #fb718573; +} + .accent-rose-400\\/5 { accent-color: #fb71850d; } @@ -10174,10 +13978,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb718580; } +.accent-rose-400\\/55 { + accent-color: #fb71858c; +} + .accent-rose-400\\/60 { accent-color: #fb718599; } +.accent-rose-400\\/65 { + accent-color: #fb7185a6; +} + .accent-rose-400\\/70 { accent-color: #fb7185b3; } @@ -10190,6 +14002,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fb7185cc; } +.accent-rose-400\\/85 { + accent-color: #fb7185d9; +} + .accent-rose-400\\/90 { accent-color: #fb7185e6; } @@ -10214,6 +14030,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff1f2; } +.accent-rose-50\\/15 { + accent-color: #fff1f226; +} + .accent-rose-50\\/20 { accent-color: #fff1f233; } @@ -10226,10 +14046,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff1f24d; } +.accent-rose-50\\/35 { + accent-color: #fff1f259; +} + .accent-rose-50\\/40 { accent-color: #fff1f266; } +.accent-rose-50\\/45 { + accent-color: #fff1f273; +} + .accent-rose-50\\/5 { accent-color: #fff1f20d; } @@ -10238,10 +14066,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff1f280; } +.accent-rose-50\\/55 { + accent-color: #fff1f28c; +} + .accent-rose-50\\/60 { accent-color: #fff1f299; } +.accent-rose-50\\/65 { + accent-color: #fff1f2a6; +} + .accent-rose-50\\/70 { accent-color: #fff1f2b3; } @@ -10254,6 +14090,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff1f2cc; } +.accent-rose-50\\/85 { + accent-color: #fff1f2d9; +} + .accent-rose-50\\/90 { accent-color: #fff1f2e6; } @@ -10278,6 +14118,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f43f5e; } +.accent-rose-500\\/15 { + accent-color: #f43f5e26; +} + .accent-rose-500\\/20 { accent-color: #f43f5e33; } @@ -10290,10 +14134,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f43f5e4d; } +.accent-rose-500\\/35 { + accent-color: #f43f5e59; +} + .accent-rose-500\\/40 { accent-color: #f43f5e66; } +.accent-rose-500\\/45 { + accent-color: #f43f5e73; +} + .accent-rose-500\\/5 { accent-color: #f43f5e0d; } @@ -10302,10 +14154,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f43f5e80; } +.accent-rose-500\\/55 { + accent-color: #f43f5e8c; +} + .accent-rose-500\\/60 { accent-color: #f43f5e99; } +.accent-rose-500\\/65 { + accent-color: #f43f5ea6; +} + .accent-rose-500\\/70 { accent-color: #f43f5eb3; } @@ -10318,6 +14178,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f43f5ecc; } +.accent-rose-500\\/85 { + accent-color: #f43f5ed9; +} + .accent-rose-500\\/90 { accent-color: #f43f5ee6; } @@ -10342,6 +14206,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e11d48; } +.accent-rose-600\\/15 { + accent-color: #e11d4826; +} + .accent-rose-600\\/20 { accent-color: #e11d4833; } @@ -10354,10 +14222,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e11d484d; } +.accent-rose-600\\/35 { + accent-color: #e11d4859; +} + .accent-rose-600\\/40 { accent-color: #e11d4866; } +.accent-rose-600\\/45 { + accent-color: #e11d4873; +} + .accent-rose-600\\/5 { accent-color: #e11d480d; } @@ -10366,10 +14242,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e11d4880; } +.accent-rose-600\\/55 { + accent-color: #e11d488c; +} + .accent-rose-600\\/60 { accent-color: #e11d4899; } +.accent-rose-600\\/65 { + accent-color: #e11d48a6; +} + .accent-rose-600\\/70 { accent-color: #e11d48b3; } @@ -10382,6 +14266,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e11d48cc; } +.accent-rose-600\\/85 { + accent-color: #e11d48d9; +} + .accent-rose-600\\/90 { accent-color: #e11d48e6; } @@ -10406,6 +14294,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be123c; } +.accent-rose-700\\/15 { + accent-color: #be123c26; +} + .accent-rose-700\\/20 { accent-color: #be123c33; } @@ -10418,10 +14310,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be123c4d; } +.accent-rose-700\\/35 { + accent-color: #be123c59; +} + .accent-rose-700\\/40 { accent-color: #be123c66; } +.accent-rose-700\\/45 { + accent-color: #be123c73; +} + .accent-rose-700\\/5 { accent-color: #be123c0d; } @@ -10430,10 +14330,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be123c80; } +.accent-rose-700\\/55 { + accent-color: #be123c8c; +} + .accent-rose-700\\/60 { accent-color: #be123c99; } +.accent-rose-700\\/65 { + accent-color: #be123ca6; +} + .accent-rose-700\\/70 { accent-color: #be123cb3; } @@ -10446,6 +14354,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #be123ccc; } +.accent-rose-700\\/85 { + accent-color: #be123cd9; +} + .accent-rose-700\\/90 { accent-color: #be123ce6; } @@ -10470,6 +14382,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9f1239; } +.accent-rose-800\\/15 { + accent-color: #9f123926; +} + .accent-rose-800\\/20 { accent-color: #9f123933; } @@ -10482,10 +14398,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9f12394d; } +.accent-rose-800\\/35 { + accent-color: #9f123959; +} + .accent-rose-800\\/40 { accent-color: #9f123966; } +.accent-rose-800\\/45 { + accent-color: #9f123973; +} + .accent-rose-800\\/5 { accent-color: #9f12390d; } @@ -10494,10 +14418,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9f123980; } +.accent-rose-800\\/55 { + accent-color: #9f12398c; +} + .accent-rose-800\\/60 { accent-color: #9f123999; } +.accent-rose-800\\/65 { + accent-color: #9f1239a6; +} + .accent-rose-800\\/70 { accent-color: #9f1239b3; } @@ -10510,6 +14442,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #9f1239cc; } +.accent-rose-800\\/85 { + accent-color: #9f1239d9; +} + .accent-rose-800\\/90 { accent-color: #9f1239e6; } @@ -10534,6 +14470,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #881337; } +.accent-rose-900\\/15 { + accent-color: #88133726; +} + .accent-rose-900\\/20 { accent-color: #88133733; } @@ -10546,10 +14486,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #8813374d; } +.accent-rose-900\\/35 { + accent-color: #88133759; +} + .accent-rose-900\\/40 { accent-color: #88133766; } +.accent-rose-900\\/45 { + accent-color: #88133773; +} + .accent-rose-900\\/5 { accent-color: #8813370d; } @@ -10558,10 +14506,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #88133780; } +.accent-rose-900\\/55 { + accent-color: #8813378c; +} + .accent-rose-900\\/60 { accent-color: #88133799; } +.accent-rose-900\\/65 { + accent-color: #881337a6; +} + .accent-rose-900\\/70 { accent-color: #881337b3; } @@ -10574,6 +14530,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #881337cc; } +.accent-rose-900\\/85 { + accent-color: #881337d9; +} + .accent-rose-900\\/90 { accent-color: #881337e6; } @@ -10598,6 +14558,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c0519; } +.accent-rose-950\\/15 { + accent-color: #4c051926; +} + .accent-rose-950\\/20 { accent-color: #4c051933; } @@ -10610,10 +14574,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c05194d; } +.accent-rose-950\\/35 { + accent-color: #4c051959; +} + .accent-rose-950\\/40 { accent-color: #4c051966; } +.accent-rose-950\\/45 { + accent-color: #4c051973; +} + .accent-rose-950\\/5 { accent-color: #4c05190d; } @@ -10622,10 +14594,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c051980; } +.accent-rose-950\\/55 { + accent-color: #4c05198c; +} + .accent-rose-950\\/60 { accent-color: #4c051999; } +.accent-rose-950\\/65 { + accent-color: #4c0519a6; +} + .accent-rose-950\\/70 { accent-color: #4c0519b3; } @@ -10638,6 +14618,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c0519cc; } +.accent-rose-950\\/85 { + accent-color: #4c0519d9; +} + .accent-rose-950\\/90 { accent-color: #4c0519e6; } @@ -10662,6 +14646,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0f2fe; } +.accent-sky-100\\/15 { + accent-color: #e0f2fe26; +} + .accent-sky-100\\/20 { accent-color: #e0f2fe33; } @@ -10674,10 +14662,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0f2fe4d; } +.accent-sky-100\\/35 { + accent-color: #e0f2fe59; +} + .accent-sky-100\\/40 { accent-color: #e0f2fe66; } +.accent-sky-100\\/45 { + accent-color: #e0f2fe73; +} + .accent-sky-100\\/5 { accent-color: #e0f2fe0d; } @@ -10686,10 +14682,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0f2fe80; } +.accent-sky-100\\/55 { + accent-color: #e0f2fe8c; +} + .accent-sky-100\\/60 { accent-color: #e0f2fe99; } +.accent-sky-100\\/65 { + accent-color: #e0f2fea6; +} + .accent-sky-100\\/70 { accent-color: #e0f2feb3; } @@ -10702,6 +14706,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e0f2fecc; } +.accent-sky-100\\/85 { + accent-color: #e0f2fed9; +} + .accent-sky-100\\/90 { accent-color: #e0f2fee6; } @@ -10726,6 +14734,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bae6fd; } +.accent-sky-200\\/15 { + accent-color: #bae6fd26; +} + .accent-sky-200\\/20 { accent-color: #bae6fd33; } @@ -10738,10 +14750,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bae6fd4d; } +.accent-sky-200\\/35 { + accent-color: #bae6fd59; +} + .accent-sky-200\\/40 { accent-color: #bae6fd66; } +.accent-sky-200\\/45 { + accent-color: #bae6fd73; +} + .accent-sky-200\\/5 { accent-color: #bae6fd0d; } @@ -10750,10 +14770,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bae6fd80; } +.accent-sky-200\\/55 { + accent-color: #bae6fd8c; +} + .accent-sky-200\\/60 { accent-color: #bae6fd99; } +.accent-sky-200\\/65 { + accent-color: #bae6fda6; +} + .accent-sky-200\\/70 { accent-color: #bae6fdb3; } @@ -10766,6 +14794,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #bae6fdcc; } +.accent-sky-200\\/85 { + accent-color: #bae6fdd9; +} + .accent-sky-200\\/90 { accent-color: #bae6fde6; } @@ -10790,6 +14822,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7dd3fc; } +.accent-sky-300\\/15 { + accent-color: #7dd3fc26; +} + .accent-sky-300\\/20 { accent-color: #7dd3fc33; } @@ -10802,10 +14838,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7dd3fc4d; } +.accent-sky-300\\/35 { + accent-color: #7dd3fc59; +} + .accent-sky-300\\/40 { accent-color: #7dd3fc66; } +.accent-sky-300\\/45 { + accent-color: #7dd3fc73; +} + .accent-sky-300\\/5 { accent-color: #7dd3fc0d; } @@ -10814,10 +14858,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7dd3fc80; } +.accent-sky-300\\/55 { + accent-color: #7dd3fc8c; +} + .accent-sky-300\\/60 { accent-color: #7dd3fc99; } +.accent-sky-300\\/65 { + accent-color: #7dd3fca6; +} + .accent-sky-300\\/70 { accent-color: #7dd3fcb3; } @@ -10830,6 +14882,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7dd3fccc; } +.accent-sky-300\\/85 { + accent-color: #7dd3fcd9; +} + .accent-sky-300\\/90 { accent-color: #7dd3fce6; } @@ -10854,6 +14910,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #38bdf8; } +.accent-sky-400\\/15 { + accent-color: #38bdf826; +} + .accent-sky-400\\/20 { accent-color: #38bdf833; } @@ -10866,10 +14926,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #38bdf84d; } +.accent-sky-400\\/35 { + accent-color: #38bdf859; +} + .accent-sky-400\\/40 { accent-color: #38bdf866; } +.accent-sky-400\\/45 { + accent-color: #38bdf873; +} + .accent-sky-400\\/5 { accent-color: #38bdf80d; } @@ -10878,10 +14946,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #38bdf880; } +.accent-sky-400\\/55 { + accent-color: #38bdf88c; +} + .accent-sky-400\\/60 { accent-color: #38bdf899; } +.accent-sky-400\\/65 { + accent-color: #38bdf8a6; +} + .accent-sky-400\\/70 { accent-color: #38bdf8b3; } @@ -10894,6 +14970,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #38bdf8cc; } +.accent-sky-400\\/85 { + accent-color: #38bdf8d9; +} + .accent-sky-400\\/90 { accent-color: #38bdf8e6; } @@ -10918,6 +14998,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0f9ff; } +.accent-sky-50\\/15 { + accent-color: #f0f9ff26; +} + .accent-sky-50\\/20 { accent-color: #f0f9ff33; } @@ -10930,10 +15014,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0f9ff4d; } +.accent-sky-50\\/35 { + accent-color: #f0f9ff59; +} + .accent-sky-50\\/40 { accent-color: #f0f9ff66; } +.accent-sky-50\\/45 { + accent-color: #f0f9ff73; +} + .accent-sky-50\\/5 { accent-color: #f0f9ff0d; } @@ -10942,10 +15034,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0f9ff80; } +.accent-sky-50\\/55 { + accent-color: #f0f9ff8c; +} + .accent-sky-50\\/60 { accent-color: #f0f9ff99; } +.accent-sky-50\\/65 { + accent-color: #f0f9ffa6; +} + .accent-sky-50\\/70 { accent-color: #f0f9ffb3; } @@ -10958,6 +15058,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0f9ffcc; } +.accent-sky-50\\/85 { + accent-color: #f0f9ffd9; +} + .accent-sky-50\\/90 { accent-color: #f0f9ffe6; } @@ -10982,6 +15086,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0ea5e9; } +.accent-sky-500\\/15 { + accent-color: #0ea5e926; +} + .accent-sky-500\\/20 { accent-color: #0ea5e933; } @@ -10994,10 +15102,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0ea5e94d; } +.accent-sky-500\\/35 { + accent-color: #0ea5e959; +} + .accent-sky-500\\/40 { accent-color: #0ea5e966; } +.accent-sky-500\\/45 { + accent-color: #0ea5e973; +} + .accent-sky-500\\/5 { accent-color: #0ea5e90d; } @@ -11006,10 +15122,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0ea5e980; } +.accent-sky-500\\/55 { + accent-color: #0ea5e98c; +} + .accent-sky-500\\/60 { accent-color: #0ea5e999; } +.accent-sky-500\\/65 { + accent-color: #0ea5e9a6; +} + .accent-sky-500\\/70 { accent-color: #0ea5e9b3; } @@ -11022,6 +15146,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0ea5e9cc; } +.accent-sky-500\\/85 { + accent-color: #0ea5e9d9; +} + .accent-sky-500\\/90 { accent-color: #0ea5e9e6; } @@ -11046,6 +15174,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0284c7; } +.accent-sky-600\\/15 { + accent-color: #0284c726; +} + .accent-sky-600\\/20 { accent-color: #0284c733; } @@ -11058,10 +15190,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0284c74d; } +.accent-sky-600\\/35 { + accent-color: #0284c759; +} + .accent-sky-600\\/40 { accent-color: #0284c766; } +.accent-sky-600\\/45 { + accent-color: #0284c773; +} + .accent-sky-600\\/5 { accent-color: #0284c70d; } @@ -11070,10 +15210,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0284c780; } +.accent-sky-600\\/55 { + accent-color: #0284c78c; +} + .accent-sky-600\\/60 { accent-color: #0284c799; } +.accent-sky-600\\/65 { + accent-color: #0284c7a6; +} + .accent-sky-600\\/70 { accent-color: #0284c7b3; } @@ -11086,6 +15234,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0284c7cc; } +.accent-sky-600\\/85 { + accent-color: #0284c7d9; +} + .accent-sky-600\\/90 { accent-color: #0284c7e6; } @@ -11110,6 +15262,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0369a1; } +.accent-sky-700\\/15 { + accent-color: #0369a126; +} + .accent-sky-700\\/20 { accent-color: #0369a133; } @@ -11122,10 +15278,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0369a14d; } +.accent-sky-700\\/35 { + accent-color: #0369a159; +} + .accent-sky-700\\/40 { accent-color: #0369a166; } +.accent-sky-700\\/45 { + accent-color: #0369a173; +} + .accent-sky-700\\/5 { accent-color: #0369a10d; } @@ -11134,10 +15298,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0369a180; } +.accent-sky-700\\/55 { + accent-color: #0369a18c; +} + .accent-sky-700\\/60 { accent-color: #0369a199; } +.accent-sky-700\\/65 { + accent-color: #0369a1a6; +} + .accent-sky-700\\/70 { accent-color: #0369a1b3; } @@ -11150,6 +15322,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0369a1cc; } +.accent-sky-700\\/85 { + accent-color: #0369a1d9; +} + .accent-sky-700\\/90 { accent-color: #0369a1e6; } @@ -11174,6 +15350,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #075985; } +.accent-sky-800\\/15 { + accent-color: #07598526; +} + .accent-sky-800\\/20 { accent-color: #07598533; } @@ -11186,10 +15366,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0759854d; } +.accent-sky-800\\/35 { + accent-color: #07598559; +} + .accent-sky-800\\/40 { accent-color: #07598566; } +.accent-sky-800\\/45 { + accent-color: #07598573; +} + .accent-sky-800\\/5 { accent-color: #0759850d; } @@ -11198,10 +15386,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #07598580; } +.accent-sky-800\\/55 { + accent-color: #0759858c; +} + .accent-sky-800\\/60 { accent-color: #07598599; } +.accent-sky-800\\/65 { + accent-color: #075985a6; +} + .accent-sky-800\\/70 { accent-color: #075985b3; } @@ -11214,6 +15410,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #075985cc; } +.accent-sky-800\\/85 { + accent-color: #075985d9; +} + .accent-sky-800\\/90 { accent-color: #075985e6; } @@ -11238,6 +15438,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c4a6e; } +.accent-sky-900\\/15 { + accent-color: #0c4a6e26; +} + .accent-sky-900\\/20 { accent-color: #0c4a6e33; } @@ -11250,10 +15454,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c4a6e4d; } +.accent-sky-900\\/35 { + accent-color: #0c4a6e59; +} + .accent-sky-900\\/40 { accent-color: #0c4a6e66; } +.accent-sky-900\\/45 { + accent-color: #0c4a6e73; +} + .accent-sky-900\\/5 { accent-color: #0c4a6e0d; } @@ -11262,10 +15474,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c4a6e80; } +.accent-sky-900\\/55 { + accent-color: #0c4a6e8c; +} + .accent-sky-900\\/60 { accent-color: #0c4a6e99; } +.accent-sky-900\\/65 { + accent-color: #0c4a6ea6; +} + .accent-sky-900\\/70 { accent-color: #0c4a6eb3; } @@ -11278,6 +15498,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c4a6ecc; } +.accent-sky-900\\/85 { + accent-color: #0c4a6ed9; +} + .accent-sky-900\\/90 { accent-color: #0c4a6ee6; } @@ -11302,6 +15526,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #082f49; } +.accent-sky-950\\/15 { + accent-color: #082f4926; +} + .accent-sky-950\\/20 { accent-color: #082f4933; } @@ -11314,10 +15542,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #082f494d; } +.accent-sky-950\\/35 { + accent-color: #082f4959; +} + .accent-sky-950\\/40 { accent-color: #082f4966; } +.accent-sky-950\\/45 { + accent-color: #082f4973; +} + .accent-sky-950\\/5 { accent-color: #082f490d; } @@ -11326,10 +15562,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #082f4980; } +.accent-sky-950\\/55 { + accent-color: #082f498c; +} + .accent-sky-950\\/60 { accent-color: #082f4999; } +.accent-sky-950\\/65 { + accent-color: #082f49a6; +} + .accent-sky-950\\/70 { accent-color: #082f49b3; } @@ -11342,6 +15586,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #082f49cc; } +.accent-sky-950\\/85 { + accent-color: #082f49d9; +} + .accent-sky-950\\/90 { accent-color: #082f49e6; } @@ -11366,6 +15614,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f1f5f9; } +.accent-slate-100\\/15 { + accent-color: #f1f5f926; +} + .accent-slate-100\\/20 { accent-color: #f1f5f933; } @@ -11378,10 +15630,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f1f5f94d; } +.accent-slate-100\\/35 { + accent-color: #f1f5f959; +} + .accent-slate-100\\/40 { accent-color: #f1f5f966; } +.accent-slate-100\\/45 { + accent-color: #f1f5f973; +} + .accent-slate-100\\/5 { accent-color: #f1f5f90d; } @@ -11390,10 +15650,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f1f5f980; } +.accent-slate-100\\/55 { + accent-color: #f1f5f98c; +} + .accent-slate-100\\/60 { accent-color: #f1f5f999; } +.accent-slate-100\\/65 { + accent-color: #f1f5f9a6; +} + .accent-slate-100\\/70 { accent-color: #f1f5f9b3; } @@ -11406,6 +15674,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f1f5f9cc; } +.accent-slate-100\\/85 { + accent-color: #f1f5f9d9; +} + .accent-slate-100\\/90 { accent-color: #f1f5f9e6; } @@ -11430,6 +15702,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e2e8f0; } +.accent-slate-200\\/15 { + accent-color: #e2e8f026; +} + .accent-slate-200\\/20 { accent-color: #e2e8f033; } @@ -11442,10 +15718,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e2e8f04d; } +.accent-slate-200\\/35 { + accent-color: #e2e8f059; +} + .accent-slate-200\\/40 { accent-color: #e2e8f066; } +.accent-slate-200\\/45 { + accent-color: #e2e8f073; +} + .accent-slate-200\\/5 { accent-color: #e2e8f00d; } @@ -11454,10 +15738,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e2e8f080; } +.accent-slate-200\\/55 { + accent-color: #e2e8f08c; +} + .accent-slate-200\\/60 { accent-color: #e2e8f099; } +.accent-slate-200\\/65 { + accent-color: #e2e8f0a6; +} + .accent-slate-200\\/70 { accent-color: #e2e8f0b3; } @@ -11470,6 +15762,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e2e8f0cc; } +.accent-slate-200\\/85 { + accent-color: #e2e8f0d9; +} + .accent-slate-200\\/90 { accent-color: #e2e8f0e6; } @@ -11494,6 +15790,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cbd5e1; } +.accent-slate-300\\/15 { + accent-color: #cbd5e126; +} + .accent-slate-300\\/20 { accent-color: #cbd5e133; } @@ -11506,10 +15806,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cbd5e14d; } +.accent-slate-300\\/35 { + accent-color: #cbd5e159; +} + .accent-slate-300\\/40 { accent-color: #cbd5e166; } +.accent-slate-300\\/45 { + accent-color: #cbd5e173; +} + .accent-slate-300\\/5 { accent-color: #cbd5e10d; } @@ -11518,10 +15826,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cbd5e180; } +.accent-slate-300\\/55 { + accent-color: #cbd5e18c; +} + .accent-slate-300\\/60 { accent-color: #cbd5e199; } +.accent-slate-300\\/65 { + accent-color: #cbd5e1a6; +} + .accent-slate-300\\/70 { accent-color: #cbd5e1b3; } @@ -11534,6 +15850,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #cbd5e1cc; } +.accent-slate-300\\/85 { + accent-color: #cbd5e1d9; +} + .accent-slate-300\\/90 { accent-color: #cbd5e1e6; } @@ -11558,6 +15878,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #94a3b8; } +.accent-slate-400\\/15 { + accent-color: #94a3b826; +} + .accent-slate-400\\/20 { accent-color: #94a3b833; } @@ -11570,10 +15894,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #94a3b84d; } +.accent-slate-400\\/35 { + accent-color: #94a3b859; +} + .accent-slate-400\\/40 { accent-color: #94a3b866; } +.accent-slate-400\\/45 { + accent-color: #94a3b873; +} + .accent-slate-400\\/5 { accent-color: #94a3b80d; } @@ -11582,10 +15914,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #94a3b880; } +.accent-slate-400\\/55 { + accent-color: #94a3b88c; +} + .accent-slate-400\\/60 { accent-color: #94a3b899; } +.accent-slate-400\\/65 { + accent-color: #94a3b8a6; +} + .accent-slate-400\\/70 { accent-color: #94a3b8b3; } @@ -11598,6 +15938,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #94a3b8cc; } +.accent-slate-400\\/85 { + accent-color: #94a3b8d9; +} + .accent-slate-400\\/90 { accent-color: #94a3b8e6; } @@ -11622,6 +15966,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f8fafc; } +.accent-slate-50\\/15 { + accent-color: #f8fafc26; +} + .accent-slate-50\\/20 { accent-color: #f8fafc33; } @@ -11634,10 +15982,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f8fafc4d; } +.accent-slate-50\\/35 { + accent-color: #f8fafc59; +} + .accent-slate-50\\/40 { accent-color: #f8fafc66; } +.accent-slate-50\\/45 { + accent-color: #f8fafc73; +} + .accent-slate-50\\/5 { accent-color: #f8fafc0d; } @@ -11646,10 +16002,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f8fafc80; } +.accent-slate-50\\/55 { + accent-color: #f8fafc8c; +} + .accent-slate-50\\/60 { accent-color: #f8fafc99; } +.accent-slate-50\\/65 { + accent-color: #f8fafca6; +} + .accent-slate-50\\/70 { accent-color: #f8fafcb3; } @@ -11662,6 +16026,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f8fafccc; } +.accent-slate-50\\/85 { + accent-color: #f8fafcd9; +} + .accent-slate-50\\/90 { accent-color: #f8fafce6; } @@ -11686,6 +16054,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #64748b; } +.accent-slate-500\\/15 { + accent-color: #64748b26; +} + .accent-slate-500\\/20 { accent-color: #64748b33; } @@ -11698,10 +16070,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #64748b4d; } +.accent-slate-500\\/35 { + accent-color: #64748b59; +} + .accent-slate-500\\/40 { accent-color: #64748b66; } +.accent-slate-500\\/45 { + accent-color: #64748b73; +} + .accent-slate-500\\/5 { accent-color: #64748b0d; } @@ -11710,10 +16090,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #64748b80; } +.accent-slate-500\\/55 { + accent-color: #64748b8c; +} + .accent-slate-500\\/60 { accent-color: #64748b99; } +.accent-slate-500\\/65 { + accent-color: #64748ba6; +} + .accent-slate-500\\/70 { accent-color: #64748bb3; } @@ -11726,6 +16114,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #64748bcc; } +.accent-slate-500\\/85 { + accent-color: #64748bd9; +} + .accent-slate-500\\/90 { accent-color: #64748be6; } @@ -11750,6 +16142,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #475569; } +.accent-slate-600\\/15 { + accent-color: #47556926; +} + .accent-slate-600\\/20 { accent-color: #47556933; } @@ -11762,10 +16158,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4755694d; } +.accent-slate-600\\/35 { + accent-color: #47556959; +} + .accent-slate-600\\/40 { accent-color: #47556966; } +.accent-slate-600\\/45 { + accent-color: #47556973; +} + .accent-slate-600\\/5 { accent-color: #4755690d; } @@ -11774,10 +16178,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #47556980; } +.accent-slate-600\\/55 { + accent-color: #4755698c; +} + .accent-slate-600\\/60 { accent-color: #47556999; } +.accent-slate-600\\/65 { + accent-color: #475569a6; +} + .accent-slate-600\\/70 { accent-color: #475569b3; } @@ -11790,6 +16202,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #475569cc; } +.accent-slate-600\\/85 { + accent-color: #475569d9; +} + .accent-slate-600\\/90 { accent-color: #475569e6; } @@ -11814,6 +16230,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #334155; } +.accent-slate-700\\/15 { + accent-color: #33415526; +} + .accent-slate-700\\/20 { accent-color: #33415533; } @@ -11826,10 +16246,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3341554d; } +.accent-slate-700\\/35 { + accent-color: #33415559; +} + .accent-slate-700\\/40 { accent-color: #33415566; } +.accent-slate-700\\/45 { + accent-color: #33415573; +} + .accent-slate-700\\/5 { accent-color: #3341550d; } @@ -11838,10 +16266,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #33415580; } +.accent-slate-700\\/55 { + accent-color: #3341558c; +} + .accent-slate-700\\/60 { accent-color: #33415599; } +.accent-slate-700\\/65 { + accent-color: #334155a6; +} + .accent-slate-700\\/70 { accent-color: #334155b3; } @@ -11854,6 +16290,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #334155cc; } +.accent-slate-700\\/85 { + accent-color: #334155d9; +} + .accent-slate-700\\/90 { accent-color: #334155e6; } @@ -11878,6 +16318,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e293b; } +.accent-slate-800\\/15 { + accent-color: #1e293b26; +} + .accent-slate-800\\/20 { accent-color: #1e293b33; } @@ -11890,10 +16334,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e293b4d; } +.accent-slate-800\\/35 { + accent-color: #1e293b59; +} + .accent-slate-800\\/40 { accent-color: #1e293b66; } +.accent-slate-800\\/45 { + accent-color: #1e293b73; +} + .accent-slate-800\\/5 { accent-color: #1e293b0d; } @@ -11902,10 +16354,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e293b80; } +.accent-slate-800\\/55 { + accent-color: #1e293b8c; +} + .accent-slate-800\\/60 { accent-color: #1e293b99; } +.accent-slate-800\\/65 { + accent-color: #1e293ba6; +} + .accent-slate-800\\/70 { accent-color: #1e293bb3; } @@ -11918,6 +16378,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1e293bcc; } +.accent-slate-800\\/85 { + accent-color: #1e293bd9; +} + .accent-slate-800\\/90 { accent-color: #1e293be6; } @@ -11942,6 +16406,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f172a; } +.accent-slate-900\\/15 { + accent-color: #0f172a26; +} + .accent-slate-900\\/20 { accent-color: #0f172a33; } @@ -11954,10 +16422,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f172a4d; } +.accent-slate-900\\/35 { + accent-color: #0f172a59; +} + .accent-slate-900\\/40 { accent-color: #0f172a66; } +.accent-slate-900\\/45 { + accent-color: #0f172a73; +} + .accent-slate-900\\/5 { accent-color: #0f172a0d; } @@ -11966,10 +16442,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f172a80; } +.accent-slate-900\\/55 { + accent-color: #0f172a8c; +} + .accent-slate-900\\/60 { accent-color: #0f172a99; } +.accent-slate-900\\/65 { + accent-color: #0f172aa6; +} + .accent-slate-900\\/70 { accent-color: #0f172ab3; } @@ -11982,6 +16466,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f172acc; } +.accent-slate-900\\/85 { + accent-color: #0f172ad9; +} + .accent-slate-900\\/90 { accent-color: #0f172ae6; } @@ -12006,6 +16494,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #020617; } +.accent-slate-950\\/15 { + accent-color: #02061726; +} + .accent-slate-950\\/20 { accent-color: #02061733; } @@ -12018,10 +16510,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0206174d; } +.accent-slate-950\\/35 { + accent-color: #02061759; +} + .accent-slate-950\\/40 { accent-color: #02061766; } +.accent-slate-950\\/45 { + accent-color: #02061773; +} + .accent-slate-950\\/5 { accent-color: #0206170d; } @@ -12030,10 +16530,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #02061780; } +.accent-slate-950\\/55 { + accent-color: #0206178c; +} + .accent-slate-950\\/60 { accent-color: #02061799; } +.accent-slate-950\\/65 { + accent-color: #020617a6; +} + .accent-slate-950\\/70 { accent-color: #020617b3; } @@ -12046,6 +16554,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #020617cc; } +.accent-slate-950\\/85 { + accent-color: #020617d9; +} + .accent-slate-950\\/90 { accent-color: #020617e6; } @@ -12070,6 +16582,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f4; } +.accent-stone-100\\/15 { + accent-color: #f5f5f426; +} + .accent-stone-100\\/20 { accent-color: #f5f5f433; } @@ -12082,10 +16598,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f44d; } +.accent-stone-100\\/35 { + accent-color: #f5f5f459; +} + .accent-stone-100\\/40 { accent-color: #f5f5f466; } +.accent-stone-100\\/45 { + accent-color: #f5f5f473; +} + .accent-stone-100\\/5 { accent-color: #f5f5f40d; } @@ -12094,10 +16618,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f480; } +.accent-stone-100\\/55 { + accent-color: #f5f5f48c; +} + .accent-stone-100\\/60 { accent-color: #f5f5f499; } +.accent-stone-100\\/65 { + accent-color: #f5f5f4a6; +} + .accent-stone-100\\/70 { accent-color: #f5f5f4b3; } @@ -12110,6 +16642,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f5f4cc; } +.accent-stone-100\\/85 { + accent-color: #f5f5f4d9; +} + .accent-stone-100\\/90 { accent-color: #f5f5f4e6; } @@ -12134,6 +16670,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e7e5e4; } +.accent-stone-200\\/15 { + accent-color: #e7e5e426; +} + .accent-stone-200\\/20 { accent-color: #e7e5e433; } @@ -12146,10 +16686,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e7e5e44d; } +.accent-stone-200\\/35 { + accent-color: #e7e5e459; +} + .accent-stone-200\\/40 { accent-color: #e7e5e466; } +.accent-stone-200\\/45 { + accent-color: #e7e5e473; +} + .accent-stone-200\\/5 { accent-color: #e7e5e40d; } @@ -12158,10 +16706,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e7e5e480; } +.accent-stone-200\\/55 { + accent-color: #e7e5e48c; +} + .accent-stone-200\\/60 { accent-color: #e7e5e499; } +.accent-stone-200\\/65 { + accent-color: #e7e5e4a6; +} + .accent-stone-200\\/70 { accent-color: #e7e5e4b3; } @@ -12174,6 +16730,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e7e5e4cc; } +.accent-stone-200\\/85 { + accent-color: #e7e5e4d9; +} + .accent-stone-200\\/90 { accent-color: #e7e5e4e6; } @@ -12198,6 +16758,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d6d3d1; } +.accent-stone-300\\/15 { + accent-color: #d6d3d126; +} + .accent-stone-300\\/20 { accent-color: #d6d3d133; } @@ -12210,10 +16774,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d6d3d14d; } +.accent-stone-300\\/35 { + accent-color: #d6d3d159; +} + .accent-stone-300\\/40 { accent-color: #d6d3d166; } +.accent-stone-300\\/45 { + accent-color: #d6d3d173; +} + .accent-stone-300\\/5 { accent-color: #d6d3d10d; } @@ -12222,10 +16794,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d6d3d180; } +.accent-stone-300\\/55 { + accent-color: #d6d3d18c; +} + .accent-stone-300\\/60 { accent-color: #d6d3d199; } +.accent-stone-300\\/65 { + accent-color: #d6d3d1a6; +} + .accent-stone-300\\/70 { accent-color: #d6d3d1b3; } @@ -12238,6 +16818,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d6d3d1cc; } +.accent-stone-300\\/85 { + accent-color: #d6d3d1d9; +} + .accent-stone-300\\/90 { accent-color: #d6d3d1e6; } @@ -12262,6 +16846,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a8a29e; } +.accent-stone-400\\/15 { + accent-color: #a8a29e26; +} + .accent-stone-400\\/20 { accent-color: #a8a29e33; } @@ -12274,10 +16862,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a8a29e4d; } +.accent-stone-400\\/35 { + accent-color: #a8a29e59; +} + .accent-stone-400\\/40 { accent-color: #a8a29e66; } +.accent-stone-400\\/45 { + accent-color: #a8a29e73; +} + .accent-stone-400\\/5 { accent-color: #a8a29e0d; } @@ -12286,10 +16882,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a8a29e80; } +.accent-stone-400\\/55 { + accent-color: #a8a29e8c; +} + .accent-stone-400\\/60 { accent-color: #a8a29e99; } +.accent-stone-400\\/65 { + accent-color: #a8a29ea6; +} + .accent-stone-400\\/70 { accent-color: #a8a29eb3; } @@ -12302,6 +16906,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a8a29ecc; } +.accent-stone-400\\/85 { + accent-color: #a8a29ed9; +} + .accent-stone-400\\/90 { accent-color: #a8a29ee6; } @@ -12326,6 +16934,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafaf9; } +.accent-stone-50\\/15 { + accent-color: #fafaf926; +} + .accent-stone-50\\/20 { accent-color: #fafaf933; } @@ -12338,10 +16950,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafaf94d; } +.accent-stone-50\\/35 { + accent-color: #fafaf959; +} + .accent-stone-50\\/40 { accent-color: #fafaf966; } +.accent-stone-50\\/45 { + accent-color: #fafaf973; +} + .accent-stone-50\\/5 { accent-color: #fafaf90d; } @@ -12350,10 +16970,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafaf980; } +.accent-stone-50\\/55 { + accent-color: #fafaf98c; +} + .accent-stone-50\\/60 { accent-color: #fafaf999; } +.accent-stone-50\\/65 { + accent-color: #fafaf9a6; +} + .accent-stone-50\\/70 { accent-color: #fafaf9b3; } @@ -12366,6 +16994,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafaf9cc; } +.accent-stone-50\\/85 { + accent-color: #fafaf9d9; +} + .accent-stone-50\\/90 { accent-color: #fafaf9e6; } @@ -12390,6 +17022,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78716c; } +.accent-stone-500\\/15 { + accent-color: #78716c26; +} + .accent-stone-500\\/20 { accent-color: #78716c33; } @@ -12402,10 +17038,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78716c4d; } +.accent-stone-500\\/35 { + accent-color: #78716c59; +} + .accent-stone-500\\/40 { accent-color: #78716c66; } +.accent-stone-500\\/45 { + accent-color: #78716c73; +} + .accent-stone-500\\/5 { accent-color: #78716c0d; } @@ -12414,10 +17058,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78716c80; } +.accent-stone-500\\/55 { + accent-color: #78716c8c; +} + .accent-stone-500\\/60 { accent-color: #78716c99; } +.accent-stone-500\\/65 { + accent-color: #78716ca6; +} + .accent-stone-500\\/70 { accent-color: #78716cb3; } @@ -12430,6 +17082,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #78716ccc; } +.accent-stone-500\\/85 { + accent-color: #78716cd9; +} + .accent-stone-500\\/90 { accent-color: #78716ce6; } @@ -12454,6 +17110,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #57534e; } +.accent-stone-600\\/15 { + accent-color: #57534e26; +} + .accent-stone-600\\/20 { accent-color: #57534e33; } @@ -12466,10 +17126,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #57534e4d; } +.accent-stone-600\\/35 { + accent-color: #57534e59; +} + .accent-stone-600\\/40 { accent-color: #57534e66; } +.accent-stone-600\\/45 { + accent-color: #57534e73; +} + .accent-stone-600\\/5 { accent-color: #57534e0d; } @@ -12478,10 +17146,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #57534e80; } +.accent-stone-600\\/55 { + accent-color: #57534e8c; +} + .accent-stone-600\\/60 { accent-color: #57534e99; } +.accent-stone-600\\/65 { + accent-color: #57534ea6; +} + .accent-stone-600\\/70 { accent-color: #57534eb3; } @@ -12494,6 +17170,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #57534ecc; } +.accent-stone-600\\/85 { + accent-color: #57534ed9; +} + .accent-stone-600\\/90 { accent-color: #57534ee6; } @@ -12518,6 +17198,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #44403c; } +.accent-stone-700\\/15 { + accent-color: #44403c26; +} + .accent-stone-700\\/20 { accent-color: #44403c33; } @@ -12530,10 +17214,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #44403c4d; } +.accent-stone-700\\/35 { + accent-color: #44403c59; +} + .accent-stone-700\\/40 { accent-color: #44403c66; } +.accent-stone-700\\/45 { + accent-color: #44403c73; +} + .accent-stone-700\\/5 { accent-color: #44403c0d; } @@ -12542,10 +17234,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #44403c80; } +.accent-stone-700\\/55 { + accent-color: #44403c8c; +} + .accent-stone-700\\/60 { accent-color: #44403c99; } +.accent-stone-700\\/65 { + accent-color: #44403ca6; +} + .accent-stone-700\\/70 { accent-color: #44403cb3; } @@ -12558,6 +17258,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #44403ccc; } +.accent-stone-700\\/85 { + accent-color: #44403cd9; +} + .accent-stone-700\\/90 { accent-color: #44403ce6; } @@ -12582,6 +17286,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #292524; } +.accent-stone-800\\/15 { + accent-color: #29252426; +} + .accent-stone-800\\/20 { accent-color: #29252433; } @@ -12594,10 +17302,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2925244d; } +.accent-stone-800\\/35 { + accent-color: #29252459; +} + .accent-stone-800\\/40 { accent-color: #29252466; } +.accent-stone-800\\/45 { + accent-color: #29252473; +} + .accent-stone-800\\/5 { accent-color: #2925240d; } @@ -12606,10 +17322,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #29252480; } +.accent-stone-800\\/55 { + accent-color: #2925248c; +} + .accent-stone-800\\/60 { accent-color: #29252499; } +.accent-stone-800\\/65 { + accent-color: #292524a6; +} + .accent-stone-800\\/70 { accent-color: #292524b3; } @@ -12622,6 +17346,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #292524cc; } +.accent-stone-800\\/85 { + accent-color: #292524d9; +} + .accent-stone-800\\/90 { accent-color: #292524e6; } @@ -12646,6 +17374,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1c1917; } +.accent-stone-900\\/15 { + accent-color: #1c191726; +} + .accent-stone-900\\/20 { accent-color: #1c191733; } @@ -12658,10 +17390,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1c19174d; } +.accent-stone-900\\/35 { + accent-color: #1c191759; +} + .accent-stone-900\\/40 { accent-color: #1c191766; } +.accent-stone-900\\/45 { + accent-color: #1c191773; +} + .accent-stone-900\\/5 { accent-color: #1c19170d; } @@ -12670,10 +17410,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1c191780; } +.accent-stone-900\\/55 { + accent-color: #1c19178c; +} + .accent-stone-900\\/60 { accent-color: #1c191799; } +.accent-stone-900\\/65 { + accent-color: #1c1917a6; +} + .accent-stone-900\\/70 { accent-color: #1c1917b3; } @@ -12686,6 +17434,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #1c1917cc; } +.accent-stone-900\\/85 { + accent-color: #1c1917d9; +} + .accent-stone-900\\/90 { accent-color: #1c1917e6; } @@ -12710,6 +17462,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c0a09; } +.accent-stone-950\\/15 { + accent-color: #0c0a0926; +} + .accent-stone-950\\/20 { accent-color: #0c0a0933; } @@ -12722,10 +17478,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c0a094d; } +.accent-stone-950\\/35 { + accent-color: #0c0a0959; +} + .accent-stone-950\\/40 { accent-color: #0c0a0966; } +.accent-stone-950\\/45 { + accent-color: #0c0a0973; +} + .accent-stone-950\\/5 { accent-color: #0c0a090d; } @@ -12734,10 +17498,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c0a0980; } +.accent-stone-950\\/55 { + accent-color: #0c0a098c; +} + .accent-stone-950\\/60 { accent-color: #0c0a0999; } +.accent-stone-950\\/65 { + accent-color: #0c0a09a6; +} + .accent-stone-950\\/70 { accent-color: #0c0a09b3; } @@ -12750,6 +17522,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0c0a09cc; } +.accent-stone-950\\/85 { + accent-color: #0c0a09d9; +} + .accent-stone-950\\/90 { accent-color: #0c0a09e6; } @@ -12774,6 +17550,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ccfbf1; } +.accent-teal-100\\/15 { + accent-color: #ccfbf126; +} + .accent-teal-100\\/20 { accent-color: #ccfbf133; } @@ -12786,10 +17566,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ccfbf14d; } +.accent-teal-100\\/35 { + accent-color: #ccfbf159; +} + .accent-teal-100\\/40 { accent-color: #ccfbf166; } +.accent-teal-100\\/45 { + accent-color: #ccfbf173; +} + .accent-teal-100\\/5 { accent-color: #ccfbf10d; } @@ -12798,10 +17586,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ccfbf180; } +.accent-teal-100\\/55 { + accent-color: #ccfbf18c; +} + .accent-teal-100\\/60 { accent-color: #ccfbf199; } +.accent-teal-100\\/65 { + accent-color: #ccfbf1a6; +} + .accent-teal-100\\/70 { accent-color: #ccfbf1b3; } @@ -12814,6 +17610,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ccfbf1cc; } +.accent-teal-100\\/85 { + accent-color: #ccfbf1d9; +} + .accent-teal-100\\/90 { accent-color: #ccfbf1e6; } @@ -12838,6 +17638,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #99f6e4; } +.accent-teal-200\\/15 { + accent-color: #99f6e426; +} + .accent-teal-200\\/20 { accent-color: #99f6e433; } @@ -12850,10 +17654,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #99f6e44d; } +.accent-teal-200\\/35 { + accent-color: #99f6e459; +} + .accent-teal-200\\/40 { accent-color: #99f6e466; } +.accent-teal-200\\/45 { + accent-color: #99f6e473; +} + .accent-teal-200\\/5 { accent-color: #99f6e40d; } @@ -12862,10 +17674,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #99f6e480; } +.accent-teal-200\\/55 { + accent-color: #99f6e48c; +} + .accent-teal-200\\/60 { accent-color: #99f6e499; } +.accent-teal-200\\/65 { + accent-color: #99f6e4a6; +} + .accent-teal-200\\/70 { accent-color: #99f6e4b3; } @@ -12878,6 +17698,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #99f6e4cc; } +.accent-teal-200\\/85 { + accent-color: #99f6e4d9; +} + .accent-teal-200\\/90 { accent-color: #99f6e4e6; } @@ -12902,6 +17726,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5eead4; } +.accent-teal-300\\/15 { + accent-color: #5eead426; +} + .accent-teal-300\\/20 { accent-color: #5eead433; } @@ -12914,10 +17742,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5eead44d; } +.accent-teal-300\\/35 { + accent-color: #5eead459; +} + .accent-teal-300\\/40 { accent-color: #5eead466; } +.accent-teal-300\\/45 { + accent-color: #5eead473; +} + .accent-teal-300\\/5 { accent-color: #5eead40d; } @@ -12926,10 +17762,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5eead480; } +.accent-teal-300\\/55 { + accent-color: #5eead48c; +} + .accent-teal-300\\/60 { accent-color: #5eead499; } +.accent-teal-300\\/65 { + accent-color: #5eead4a6; +} + .accent-teal-300\\/70 { accent-color: #5eead4b3; } @@ -12942,6 +17786,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5eead4cc; } +.accent-teal-300\\/85 { + accent-color: #5eead4d9; +} + .accent-teal-300\\/90 { accent-color: #5eead4e6; } @@ -12966,6 +17814,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2dd4bf; } +.accent-teal-400\\/15 { + accent-color: #2dd4bf26; +} + .accent-teal-400\\/20 { accent-color: #2dd4bf33; } @@ -12978,10 +17830,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2dd4bf4d; } +.accent-teal-400\\/35 { + accent-color: #2dd4bf59; +} + .accent-teal-400\\/40 { accent-color: #2dd4bf66; } +.accent-teal-400\\/45 { + accent-color: #2dd4bf73; +} + .accent-teal-400\\/5 { accent-color: #2dd4bf0d; } @@ -12990,10 +17850,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2dd4bf80; } +.accent-teal-400\\/55 { + accent-color: #2dd4bf8c; +} + .accent-teal-400\\/60 { accent-color: #2dd4bf99; } +.accent-teal-400\\/65 { + accent-color: #2dd4bfa6; +} + .accent-teal-400\\/70 { accent-color: #2dd4bfb3; } @@ -13006,6 +17874,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2dd4bfcc; } +.accent-teal-400\\/85 { + accent-color: #2dd4bfd9; +} + .accent-teal-400\\/90 { accent-color: #2dd4bfe6; } @@ -13030,6 +17902,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdfa; } +.accent-teal-50\\/15 { + accent-color: #f0fdfa26; +} + .accent-teal-50\\/20 { accent-color: #f0fdfa33; } @@ -13042,10 +17918,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdfa4d; } +.accent-teal-50\\/35 { + accent-color: #f0fdfa59; +} + .accent-teal-50\\/40 { accent-color: #f0fdfa66; } +.accent-teal-50\\/45 { + accent-color: #f0fdfa73; +} + .accent-teal-50\\/5 { accent-color: #f0fdfa0d; } @@ -13054,10 +17938,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdfa80; } +.accent-teal-50\\/55 { + accent-color: #f0fdfa8c; +} + .accent-teal-50\\/60 { accent-color: #f0fdfa99; } +.accent-teal-50\\/65 { + accent-color: #f0fdfaa6; +} + .accent-teal-50\\/70 { accent-color: #f0fdfab3; } @@ -13070,6 +17962,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f0fdfacc; } +.accent-teal-50\\/85 { + accent-color: #f0fdfad9; +} + .accent-teal-50\\/90 { accent-color: #f0fdfae6; } @@ -13094,6 +17990,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14b8a6; } +.accent-teal-500\\/15 { + accent-color: #14b8a626; +} + .accent-teal-500\\/20 { accent-color: #14b8a633; } @@ -13106,10 +18006,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14b8a64d; } +.accent-teal-500\\/35 { + accent-color: #14b8a659; +} + .accent-teal-500\\/40 { accent-color: #14b8a666; } +.accent-teal-500\\/45 { + accent-color: #14b8a673; +} + .accent-teal-500\\/5 { accent-color: #14b8a60d; } @@ -13118,10 +18026,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14b8a680; } +.accent-teal-500\\/55 { + accent-color: #14b8a68c; +} + .accent-teal-500\\/60 { accent-color: #14b8a699; } +.accent-teal-500\\/65 { + accent-color: #14b8a6a6; +} + .accent-teal-500\\/70 { accent-color: #14b8a6b3; } @@ -13134,6 +18050,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #14b8a6cc; } +.accent-teal-500\\/85 { + accent-color: #14b8a6d9; +} + .accent-teal-500\\/90 { accent-color: #14b8a6e6; } @@ -13158,6 +18078,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0d9488; } +.accent-teal-600\\/15 { + accent-color: #0d948826; +} + .accent-teal-600\\/20 { accent-color: #0d948833; } @@ -13170,10 +18094,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0d94884d; } +.accent-teal-600\\/35 { + accent-color: #0d948859; +} + .accent-teal-600\\/40 { accent-color: #0d948866; } +.accent-teal-600\\/45 { + accent-color: #0d948873; +} + .accent-teal-600\\/5 { accent-color: #0d94880d; } @@ -13182,10 +18114,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0d948880; } +.accent-teal-600\\/55 { + accent-color: #0d94888c; +} + .accent-teal-600\\/60 { accent-color: #0d948899; } +.accent-teal-600\\/65 { + accent-color: #0d9488a6; +} + .accent-teal-600\\/70 { accent-color: #0d9488b3; } @@ -13198,6 +18138,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0d9488cc; } +.accent-teal-600\\/85 { + accent-color: #0d9488d9; +} + .accent-teal-600\\/90 { accent-color: #0d9488e6; } @@ -13222,6 +18166,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f766e; } +.accent-teal-700\\/15 { + accent-color: #0f766e26; +} + .accent-teal-700\\/20 { accent-color: #0f766e33; } @@ -13234,10 +18182,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f766e4d; } +.accent-teal-700\\/35 { + accent-color: #0f766e59; +} + .accent-teal-700\\/40 { accent-color: #0f766e66; } +.accent-teal-700\\/45 { + accent-color: #0f766e73; +} + .accent-teal-700\\/5 { accent-color: #0f766e0d; } @@ -13246,10 +18202,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f766e80; } +.accent-teal-700\\/55 { + accent-color: #0f766e8c; +} + .accent-teal-700\\/60 { accent-color: #0f766e99; } +.accent-teal-700\\/65 { + accent-color: #0f766ea6; +} + .accent-teal-700\\/70 { accent-color: #0f766eb3; } @@ -13262,6 +18226,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0f766ecc; } +.accent-teal-700\\/85 { + accent-color: #0f766ed9; +} + .accent-teal-700\\/90 { accent-color: #0f766ee6; } @@ -13286,6 +18254,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #115e59; } +.accent-teal-800\\/15 { + accent-color: #115e5926; +} + .accent-teal-800\\/20 { accent-color: #115e5933; } @@ -13298,10 +18270,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #115e594d; } +.accent-teal-800\\/35 { + accent-color: #115e5959; +} + .accent-teal-800\\/40 { accent-color: #115e5966; } +.accent-teal-800\\/45 { + accent-color: #115e5973; +} + .accent-teal-800\\/5 { accent-color: #115e590d; } @@ -13310,10 +18290,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #115e5980; } +.accent-teal-800\\/55 { + accent-color: #115e598c; +} + .accent-teal-800\\/60 { accent-color: #115e5999; } +.accent-teal-800\\/65 { + accent-color: #115e59a6; +} + .accent-teal-800\\/70 { accent-color: #115e59b3; } @@ -13326,6 +18314,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #115e59cc; } +.accent-teal-800\\/85 { + accent-color: #115e59d9; +} + .accent-teal-800\\/90 { accent-color: #115e59e6; } @@ -13350,6 +18342,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #134e4a; } +.accent-teal-900\\/15 { + accent-color: #134e4a26; +} + .accent-teal-900\\/20 { accent-color: #134e4a33; } @@ -13362,10 +18358,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #134e4a4d; } +.accent-teal-900\\/35 { + accent-color: #134e4a59; +} + .accent-teal-900\\/40 { accent-color: #134e4a66; } +.accent-teal-900\\/45 { + accent-color: #134e4a73; +} + .accent-teal-900\\/5 { accent-color: #134e4a0d; } @@ -13374,10 +18378,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #134e4a80; } +.accent-teal-900\\/55 { + accent-color: #134e4a8c; +} + .accent-teal-900\\/60 { accent-color: #134e4a99; } +.accent-teal-900\\/65 { + accent-color: #134e4aa6; +} + .accent-teal-900\\/70 { accent-color: #134e4ab3; } @@ -13390,6 +18402,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #134e4acc; } +.accent-teal-900\\/85 { + accent-color: #134e4ad9; +} + .accent-teal-900\\/90 { accent-color: #134e4ae6; } @@ -13414,6 +18430,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #042f2e; } +.accent-teal-950\\/15 { + accent-color: #042f2e26; +} + .accent-teal-950\\/20 { accent-color: #042f2e33; } @@ -13426,10 +18446,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #042f2e4d; } +.accent-teal-950\\/35 { + accent-color: #042f2e59; +} + .accent-teal-950\\/40 { accent-color: #042f2e66; } +.accent-teal-950\\/45 { + accent-color: #042f2e73; +} + .accent-teal-950\\/5 { accent-color: #042f2e0d; } @@ -13438,10 +18466,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #042f2e80; } +.accent-teal-950\\/55 { + accent-color: #042f2e8c; +} + .accent-teal-950\\/60 { accent-color: #042f2e99; } +.accent-teal-950\\/65 { + accent-color: #042f2ea6; +} + .accent-teal-950\\/70 { accent-color: #042f2eb3; } @@ -13454,6 +18490,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #042f2ecc; } +.accent-teal-950\\/85 { + accent-color: #042f2ed9; +} + .accent-teal-950\\/90 { accent-color: #042f2ee6; } @@ -13474,6 +18514,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #000; } +.accent-transparent\\/15 { + accent-color: #00000026; +} + .accent-transparent\\/20 { accent-color: #0003; } @@ -13486,10 +18530,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #0000004d; } +.accent-transparent\\/35 { + accent-color: #00000059; +} + .accent-transparent\\/40 { accent-color: #0006; } +.accent-transparent\\/45 { + accent-color: #00000073; +} + .accent-transparent\\/5 { accent-color: #0000000d; } @@ -13498,10 +18550,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #00000080; } +.accent-transparent\\/55 { + accent-color: #0000008c; +} + .accent-transparent\\/60 { accent-color: #0009; } +.accent-transparent\\/65 { + accent-color: #000000a6; +} + .accent-transparent\\/70 { accent-color: #000000b3; } @@ -13514,6 +18574,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #000c; } +.accent-transparent\\/85 { + accent-color: #000000d9; +} + .accent-transparent\\/90 { accent-color: #000000e6; } @@ -13538,6 +18602,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ede9fe; } +.accent-violet-100\\/15 { + accent-color: #ede9fe26; +} + .accent-violet-100\\/20 { accent-color: #ede9fe33; } @@ -13550,10 +18618,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ede9fe4d; } +.accent-violet-100\\/35 { + accent-color: #ede9fe59; +} + .accent-violet-100\\/40 { accent-color: #ede9fe66; } +.accent-violet-100\\/45 { + accent-color: #ede9fe73; +} + .accent-violet-100\\/5 { accent-color: #ede9fe0d; } @@ -13562,10 +18638,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ede9fe80; } +.accent-violet-100\\/55 { + accent-color: #ede9fe8c; +} + .accent-violet-100\\/60 { accent-color: #ede9fe99; } +.accent-violet-100\\/65 { + accent-color: #ede9fea6; +} + .accent-violet-100\\/70 { accent-color: #ede9feb3; } @@ -13578,6 +18662,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ede9fecc; } +.accent-violet-100\\/85 { + accent-color: #ede9fed9; +} + .accent-violet-100\\/90 { accent-color: #ede9fee6; } @@ -13602,6 +18690,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ddd6fe; } +.accent-violet-200\\/15 { + accent-color: #ddd6fe26; +} + .accent-violet-200\\/20 { accent-color: #ddd6fe33; } @@ -13614,10 +18706,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ddd6fe4d; } +.accent-violet-200\\/35 { + accent-color: #ddd6fe59; +} + .accent-violet-200\\/40 { accent-color: #ddd6fe66; } +.accent-violet-200\\/45 { + accent-color: #ddd6fe73; +} + .accent-violet-200\\/5 { accent-color: #ddd6fe0d; } @@ -13626,10 +18726,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ddd6fe80; } +.accent-violet-200\\/55 { + accent-color: #ddd6fe8c; +} + .accent-violet-200\\/60 { accent-color: #ddd6fe99; } +.accent-violet-200\\/65 { + accent-color: #ddd6fea6; +} + .accent-violet-200\\/70 { accent-color: #ddd6feb3; } @@ -13642,6 +18750,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ddd6fecc; } +.accent-violet-200\\/85 { + accent-color: #ddd6fed9; +} + .accent-violet-200\\/90 { accent-color: #ddd6fee6; } @@ -13666,6 +18778,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c4b5fd; } +.accent-violet-300\\/15 { + accent-color: #c4b5fd26; +} + .accent-violet-300\\/20 { accent-color: #c4b5fd33; } @@ -13678,10 +18794,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c4b5fd4d; } +.accent-violet-300\\/35 { + accent-color: #c4b5fd59; +} + .accent-violet-300\\/40 { accent-color: #c4b5fd66; } +.accent-violet-300\\/45 { + accent-color: #c4b5fd73; +} + .accent-violet-300\\/5 { accent-color: #c4b5fd0d; } @@ -13690,10 +18814,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c4b5fd80; } +.accent-violet-300\\/55 { + accent-color: #c4b5fd8c; +} + .accent-violet-300\\/60 { accent-color: #c4b5fd99; } +.accent-violet-300\\/65 { + accent-color: #c4b5fda6; +} + .accent-violet-300\\/70 { accent-color: #c4b5fdb3; } @@ -13706,6 +18838,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #c4b5fdcc; } +.accent-violet-300\\/85 { + accent-color: #c4b5fdd9; +} + .accent-violet-300\\/90 { accent-color: #c4b5fde6; } @@ -13730,6 +18866,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a78bfa; } +.accent-violet-400\\/15 { + accent-color: #a78bfa26; +} + .accent-violet-400\\/20 { accent-color: #a78bfa33; } @@ -13742,10 +18882,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a78bfa4d; } +.accent-violet-400\\/35 { + accent-color: #a78bfa59; +} + .accent-violet-400\\/40 { accent-color: #a78bfa66; } +.accent-violet-400\\/45 { + accent-color: #a78bfa73; +} + .accent-violet-400\\/5 { accent-color: #a78bfa0d; } @@ -13754,10 +18902,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a78bfa80; } +.accent-violet-400\\/55 { + accent-color: #a78bfa8c; +} + .accent-violet-400\\/60 { accent-color: #a78bfa99; } +.accent-violet-400\\/65 { + accent-color: #a78bfaa6; +} + .accent-violet-400\\/70 { accent-color: #a78bfab3; } @@ -13770,6 +18926,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a78bfacc; } +.accent-violet-400\\/85 { + accent-color: #a78bfad9; +} + .accent-violet-400\\/90 { accent-color: #a78bfae6; } @@ -13794,6 +18954,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f3ff; } +.accent-violet-50\\/15 { + accent-color: #f5f3ff26; +} + .accent-violet-50\\/20 { accent-color: #f5f3ff33; } @@ -13806,10 +18970,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f3ff4d; } +.accent-violet-50\\/35 { + accent-color: #f5f3ff59; +} + .accent-violet-50\\/40 { accent-color: #f5f3ff66; } +.accent-violet-50\\/45 { + accent-color: #f5f3ff73; +} + .accent-violet-50\\/5 { accent-color: #f5f3ff0d; } @@ -13818,10 +18990,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f3ff80; } +.accent-violet-50\\/55 { + accent-color: #f5f3ff8c; +} + .accent-violet-50\\/60 { accent-color: #f5f3ff99; } +.accent-violet-50\\/65 { + accent-color: #f5f3ffa6; +} + .accent-violet-50\\/70 { accent-color: #f5f3ffb3; } @@ -13834,6 +19014,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f5f3ffcc; } +.accent-violet-50\\/85 { + accent-color: #f5f3ffd9; +} + .accent-violet-50\\/90 { accent-color: #f5f3ffe6; } @@ -13858,6 +19042,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #8b5cf6; } +.accent-violet-500\\/15 { + accent-color: #8b5cf626; +} + .accent-violet-500\\/20 { accent-color: #8b5cf633; } @@ -13870,10 +19058,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #8b5cf64d; } +.accent-violet-500\\/35 { + accent-color: #8b5cf659; +} + .accent-violet-500\\/40 { accent-color: #8b5cf666; } +.accent-violet-500\\/45 { + accent-color: #8b5cf673; +} + .accent-violet-500\\/5 { accent-color: #8b5cf60d; } @@ -13882,10 +19078,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #8b5cf680; } +.accent-violet-500\\/55 { + accent-color: #8b5cf68c; +} + .accent-violet-500\\/60 { accent-color: #8b5cf699; } +.accent-violet-500\\/65 { + accent-color: #8b5cf6a6; +} + .accent-violet-500\\/70 { accent-color: #8b5cf6b3; } @@ -13898,6 +19102,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #8b5cf6cc; } +.accent-violet-500\\/85 { + accent-color: #8b5cf6d9; +} + .accent-violet-500\\/90 { accent-color: #8b5cf6e6; } @@ -13922,6 +19130,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c3aed; } +.accent-violet-600\\/15 { + accent-color: #7c3aed26; +} + .accent-violet-600\\/20 { accent-color: #7c3aed33; } @@ -13934,10 +19146,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c3aed4d; } +.accent-violet-600\\/35 { + accent-color: #7c3aed59; +} + .accent-violet-600\\/40 { accent-color: #7c3aed66; } +.accent-violet-600\\/45 { + accent-color: #7c3aed73; +} + .accent-violet-600\\/5 { accent-color: #7c3aed0d; } @@ -13946,10 +19166,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c3aed80; } +.accent-violet-600\\/55 { + accent-color: #7c3aed8c; +} + .accent-violet-600\\/60 { accent-color: #7c3aed99; } +.accent-violet-600\\/65 { + accent-color: #7c3aeda6; +} + .accent-violet-600\\/70 { accent-color: #7c3aedb3; } @@ -13962,6 +19190,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #7c3aedcc; } +.accent-violet-600\\/85 { + accent-color: #7c3aedd9; +} + .accent-violet-600\\/90 { accent-color: #7c3aede6; } @@ -13986,6 +19218,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6d28d9; } +.accent-violet-700\\/15 { + accent-color: #6d28d926; +} + .accent-violet-700\\/20 { accent-color: #6d28d933; } @@ -13998,10 +19234,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6d28d94d; } +.accent-violet-700\\/35 { + accent-color: #6d28d959; +} + .accent-violet-700\\/40 { accent-color: #6d28d966; } +.accent-violet-700\\/45 { + accent-color: #6d28d973; +} + .accent-violet-700\\/5 { accent-color: #6d28d90d; } @@ -14010,10 +19254,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6d28d980; } +.accent-violet-700\\/55 { + accent-color: #6d28d98c; +} + .accent-violet-700\\/60 { accent-color: #6d28d999; } +.accent-violet-700\\/65 { + accent-color: #6d28d9a6; +} + .accent-violet-700\\/70 { accent-color: #6d28d9b3; } @@ -14026,6 +19278,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #6d28d9cc; } +.accent-violet-700\\/85 { + accent-color: #6d28d9d9; +} + .accent-violet-700\\/90 { accent-color: #6d28d9e6; } @@ -14050,6 +19306,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5b21b6; } +.accent-violet-800\\/15 { + accent-color: #5b21b626; +} + .accent-violet-800\\/20 { accent-color: #5b21b633; } @@ -14062,10 +19322,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5b21b64d; } +.accent-violet-800\\/35 { + accent-color: #5b21b659; +} + .accent-violet-800\\/40 { accent-color: #5b21b666; } +.accent-violet-800\\/45 { + accent-color: #5b21b673; +} + .accent-violet-800\\/5 { accent-color: #5b21b60d; } @@ -14074,10 +19342,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5b21b680; } +.accent-violet-800\\/55 { + accent-color: #5b21b68c; +} + .accent-violet-800\\/60 { accent-color: #5b21b699; } +.accent-violet-800\\/65 { + accent-color: #5b21b6a6; +} + .accent-violet-800\\/70 { accent-color: #5b21b6b3; } @@ -14090,6 +19366,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #5b21b6cc; } +.accent-violet-800\\/85 { + accent-color: #5b21b6d9; +} + .accent-violet-800\\/90 { accent-color: #5b21b6e6; } @@ -14114,6 +19394,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c1d95; } +.accent-violet-900\\/15 { + accent-color: #4c1d9526; +} + .accent-violet-900\\/20 { accent-color: #4c1d9533; } @@ -14126,10 +19410,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c1d954d; } +.accent-violet-900\\/35 { + accent-color: #4c1d9559; +} + .accent-violet-900\\/40 { accent-color: #4c1d9566; } +.accent-violet-900\\/45 { + accent-color: #4c1d9573; +} + .accent-violet-900\\/5 { accent-color: #4c1d950d; } @@ -14138,10 +19430,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c1d9580; } +.accent-violet-900\\/55 { + accent-color: #4c1d958c; +} + .accent-violet-900\\/60 { accent-color: #4c1d9599; } +.accent-violet-900\\/65 { + accent-color: #4c1d95a6; +} + .accent-violet-900\\/70 { accent-color: #4c1d95b3; } @@ -14154,6 +19454,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4c1d95cc; } +.accent-violet-900\\/85 { + accent-color: #4c1d95d9; +} + .accent-violet-900\\/90 { accent-color: #4c1d95e6; } @@ -14178,6 +19482,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2e1065; } +.accent-violet-950\\/15 { + accent-color: #2e106526; +} + .accent-violet-950\\/20 { accent-color: #2e106533; } @@ -14190,10 +19498,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2e10654d; } +.accent-violet-950\\/35 { + accent-color: #2e106559; +} + .accent-violet-950\\/40 { accent-color: #2e106566; } +.accent-violet-950\\/45 { + accent-color: #2e106573; +} + .accent-violet-950\\/5 { accent-color: #2e10650d; } @@ -14202,10 +19518,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2e106580; } +.accent-violet-950\\/55 { + accent-color: #2e10658c; +} + .accent-violet-950\\/60 { accent-color: #2e106599; } +.accent-violet-950\\/65 { + accent-color: #2e1065a6; +} + .accent-violet-950\\/70 { accent-color: #2e1065b3; } @@ -14218,6 +19542,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #2e1065cc; } +.accent-violet-950\\/85 { + accent-color: #2e1065d9; +} + .accent-violet-950\\/90 { accent-color: #2e1065e6; } @@ -14242,6 +19570,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fff; } +.accent-white\\/15 { + accent-color: #ffffff26; +} + .accent-white\\/20 { accent-color: #fff3; } @@ -14254,10 +19586,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffffff4d; } +.accent-white\\/35 { + accent-color: #ffffff59; +} + .accent-white\\/40 { accent-color: #fff6; } +.accent-white\\/45 { + accent-color: #ffffff73; +} + .accent-white\\/5 { accent-color: #ffffff0d; } @@ -14266,10 +19606,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ffffff80; } +.accent-white\\/55 { + accent-color: #ffffff8c; +} + .accent-white\\/60 { accent-color: #fff9; } +.accent-white\\/65 { + accent-color: #ffffffa6; +} + .accent-white\\/70 { accent-color: #ffffffb3; } @@ -14282,6 +19630,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fffc; } +.accent-white\\/85 { + accent-color: #ffffffd9; +} + .accent-white\\/90 { accent-color: #ffffffe6; } @@ -14306,6 +19658,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef9c3; } +.accent-yellow-100\\/15 { + accent-color: #fef9c326; +} + .accent-yellow-100\\/20 { accent-color: #fef9c333; } @@ -14318,10 +19674,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef9c34d; } +.accent-yellow-100\\/35 { + accent-color: #fef9c359; +} + .accent-yellow-100\\/40 { accent-color: #fef9c366; } +.accent-yellow-100\\/45 { + accent-color: #fef9c373; +} + .accent-yellow-100\\/5 { accent-color: #fef9c30d; } @@ -14330,10 +19694,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef9c380; } +.accent-yellow-100\\/55 { + accent-color: #fef9c38c; +} + .accent-yellow-100\\/60 { accent-color: #fef9c399; } +.accent-yellow-100\\/65 { + accent-color: #fef9c3a6; +} + .accent-yellow-100\\/70 { accent-color: #fef9c3b3; } @@ -14346,6 +19718,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef9c3cc; } +.accent-yellow-100\\/85 { + accent-color: #fef9c3d9; +} + .accent-yellow-100\\/90 { accent-color: #fef9c3e6; } @@ -14370,6 +19746,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef08a; } +.accent-yellow-200\\/15 { + accent-color: #fef08a26; +} + .accent-yellow-200\\/20 { accent-color: #fef08a33; } @@ -14382,10 +19762,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef08a4d; } +.accent-yellow-200\\/35 { + accent-color: #fef08a59; +} + .accent-yellow-200\\/40 { accent-color: #fef08a66; } +.accent-yellow-200\\/45 { + accent-color: #fef08a73; +} + .accent-yellow-200\\/5 { accent-color: #fef08a0d; } @@ -14394,10 +19782,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef08a80; } +.accent-yellow-200\\/55 { + accent-color: #fef08a8c; +} + .accent-yellow-200\\/60 { accent-color: #fef08a99; } +.accent-yellow-200\\/65 { + accent-color: #fef08aa6; +} + .accent-yellow-200\\/70 { accent-color: #fef08ab3; } @@ -14410,6 +19806,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fef08acc; } +.accent-yellow-200\\/85 { + accent-color: #fef08ad9; +} + .accent-yellow-200\\/90 { accent-color: #fef08ae6; } @@ -14434,6 +19834,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde047; } +.accent-yellow-300\\/15 { + accent-color: #fde04726; +} + .accent-yellow-300\\/20 { accent-color: #fde04733; } @@ -14446,10 +19850,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde0474d; } +.accent-yellow-300\\/35 { + accent-color: #fde04759; +} + .accent-yellow-300\\/40 { accent-color: #fde04766; } +.accent-yellow-300\\/45 { + accent-color: #fde04773; +} + .accent-yellow-300\\/5 { accent-color: #fde0470d; } @@ -14458,10 +19870,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde04780; } +.accent-yellow-300\\/55 { + accent-color: #fde0478c; +} + .accent-yellow-300\\/60 { accent-color: #fde04799; } +.accent-yellow-300\\/65 { + accent-color: #fde047a6; +} + .accent-yellow-300\\/70 { accent-color: #fde047b3; } @@ -14474,6 +19894,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fde047cc; } +.accent-yellow-300\\/85 { + accent-color: #fde047d9; +} + .accent-yellow-300\\/90 { accent-color: #fde047e6; } @@ -14498,6 +19922,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #facc15; } +.accent-yellow-400\\/15 { + accent-color: #facc1526; +} + .accent-yellow-400\\/20 { accent-color: #facc1533; } @@ -14510,10 +19938,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #facc154d; } +.accent-yellow-400\\/35 { + accent-color: #facc1559; +} + .accent-yellow-400\\/40 { accent-color: #facc1566; } +.accent-yellow-400\\/45 { + accent-color: #facc1573; +} + .accent-yellow-400\\/5 { accent-color: #facc150d; } @@ -14522,10 +19958,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #facc1580; } +.accent-yellow-400\\/55 { + accent-color: #facc158c; +} + .accent-yellow-400\\/60 { accent-color: #facc1599; } +.accent-yellow-400\\/65 { + accent-color: #facc15a6; +} + .accent-yellow-400\\/70 { accent-color: #facc15b3; } @@ -14538,6 +19982,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #facc15cc; } +.accent-yellow-400\\/85 { + accent-color: #facc15d9; +} + .accent-yellow-400\\/90 { accent-color: #facc15e6; } @@ -14562,6 +20010,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fefce8; } +.accent-yellow-50\\/15 { + accent-color: #fefce826; +} + .accent-yellow-50\\/20 { accent-color: #fefce833; } @@ -14574,10 +20026,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fefce84d; } +.accent-yellow-50\\/35 { + accent-color: #fefce859; +} + .accent-yellow-50\\/40 { accent-color: #fefce866; } +.accent-yellow-50\\/45 { + accent-color: #fefce873; +} + .accent-yellow-50\\/5 { accent-color: #fefce80d; } @@ -14586,10 +20046,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fefce880; } +.accent-yellow-50\\/55 { + accent-color: #fefce88c; +} + .accent-yellow-50\\/60 { accent-color: #fefce899; } +.accent-yellow-50\\/65 { + accent-color: #fefce8a6; +} + .accent-yellow-50\\/70 { accent-color: #fefce8b3; } @@ -14602,6 +20070,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fefce8cc; } +.accent-yellow-50\\/85 { + accent-color: #fefce8d9; +} + .accent-yellow-50\\/90 { accent-color: #fefce8e6; } @@ -14626,6 +20098,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eab308; } +.accent-yellow-500\\/15 { + accent-color: #eab30826; +} + .accent-yellow-500\\/20 { accent-color: #eab30833; } @@ -14638,10 +20114,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eab3084d; } +.accent-yellow-500\\/35 { + accent-color: #eab30859; +} + .accent-yellow-500\\/40 { accent-color: #eab30866; } +.accent-yellow-500\\/45 { + accent-color: #eab30873; +} + .accent-yellow-500\\/5 { accent-color: #eab3080d; } @@ -14650,10 +20134,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eab30880; } +.accent-yellow-500\\/55 { + accent-color: #eab3088c; +} + .accent-yellow-500\\/60 { accent-color: #eab30899; } +.accent-yellow-500\\/65 { + accent-color: #eab308a6; +} + .accent-yellow-500\\/70 { accent-color: #eab308b3; } @@ -14666,6 +20158,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #eab308cc; } +.accent-yellow-500\\/85 { + accent-color: #eab308d9; +} + .accent-yellow-500\\/90 { accent-color: #eab308e6; } @@ -14690,6 +20186,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ca8a04; } +.accent-yellow-600\\/15 { + accent-color: #ca8a0426; +} + .accent-yellow-600\\/20 { accent-color: #ca8a0433; } @@ -14702,10 +20202,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ca8a044d; } +.accent-yellow-600\\/35 { + accent-color: #ca8a0459; +} + .accent-yellow-600\\/40 { accent-color: #ca8a0466; } +.accent-yellow-600\\/45 { + accent-color: #ca8a0473; +} + .accent-yellow-600\\/5 { accent-color: #ca8a040d; } @@ -14714,10 +20222,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ca8a0480; } +.accent-yellow-600\\/55 { + accent-color: #ca8a048c; +} + .accent-yellow-600\\/60 { accent-color: #ca8a0499; } +.accent-yellow-600\\/65 { + accent-color: #ca8a04a6; +} + .accent-yellow-600\\/70 { accent-color: #ca8a04b3; } @@ -14730,6 +20246,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #ca8a04cc; } +.accent-yellow-600\\/85 { + accent-color: #ca8a04d9; +} + .accent-yellow-600\\/90 { accent-color: #ca8a04e6; } @@ -14754,6 +20274,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a16207; } +.accent-yellow-700\\/15 { + accent-color: #a1620726; +} + .accent-yellow-700\\/20 { accent-color: #a1620733; } @@ -14766,10 +20290,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a162074d; } +.accent-yellow-700\\/35 { + accent-color: #a1620759; +} + .accent-yellow-700\\/40 { accent-color: #a1620766; } +.accent-yellow-700\\/45 { + accent-color: #a1620773; +} + .accent-yellow-700\\/5 { accent-color: #a162070d; } @@ -14778,10 +20310,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a1620780; } +.accent-yellow-700\\/55 { + accent-color: #a162078c; +} + .accent-yellow-700\\/60 { accent-color: #a1620799; } +.accent-yellow-700\\/65 { + accent-color: #a16207a6; +} + .accent-yellow-700\\/70 { accent-color: #a16207b3; } @@ -14794,6 +20334,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a16207cc; } +.accent-yellow-700\\/85 { + accent-color: #a16207d9; +} + .accent-yellow-700\\/90 { accent-color: #a16207e6; } @@ -14818,6 +20362,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #854d0e; } +.accent-yellow-800\\/15 { + accent-color: #854d0e26; +} + .accent-yellow-800\\/20 { accent-color: #854d0e33; } @@ -14830,10 +20378,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #854d0e4d; } +.accent-yellow-800\\/35 { + accent-color: #854d0e59; +} + .accent-yellow-800\\/40 { accent-color: #854d0e66; } +.accent-yellow-800\\/45 { + accent-color: #854d0e73; +} + .accent-yellow-800\\/5 { accent-color: #854d0e0d; } @@ -14842,10 +20398,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #854d0e80; } +.accent-yellow-800\\/55 { + accent-color: #854d0e8c; +} + .accent-yellow-800\\/60 { accent-color: #854d0e99; } +.accent-yellow-800\\/65 { + accent-color: #854d0ea6; +} + .accent-yellow-800\\/70 { accent-color: #854d0eb3; } @@ -14858,6 +20422,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #854d0ecc; } +.accent-yellow-800\\/85 { + accent-color: #854d0ed9; +} + .accent-yellow-800\\/90 { accent-color: #854d0ee6; } @@ -14882,6 +20450,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #713f12; } +.accent-yellow-900\\/15 { + accent-color: #713f1226; +} + .accent-yellow-900\\/20 { accent-color: #713f1233; } @@ -14894,10 +20466,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #713f124d; } +.accent-yellow-900\\/35 { + accent-color: #713f1259; +} + .accent-yellow-900\\/40 { accent-color: #713f1266; } +.accent-yellow-900\\/45 { + accent-color: #713f1273; +} + .accent-yellow-900\\/5 { accent-color: #713f120d; } @@ -14906,10 +20486,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #713f1280; } +.accent-yellow-900\\/55 { + accent-color: #713f128c; +} + .accent-yellow-900\\/60 { accent-color: #713f1299; } +.accent-yellow-900\\/65 { + accent-color: #713f12a6; +} + .accent-yellow-900\\/70 { accent-color: #713f12b3; } @@ -14922,6 +20510,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #713f12cc; } +.accent-yellow-900\\/85 { + accent-color: #713f12d9; +} + .accent-yellow-900\\/90 { accent-color: #713f12e6; } @@ -14946,6 +20538,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #422006; } +.accent-yellow-950\\/15 { + accent-color: #42200626; +} + .accent-yellow-950\\/20 { accent-color: #42200633; } @@ -14958,10 +20554,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #4220064d; } +.accent-yellow-950\\/35 { + accent-color: #42200659; +} + .accent-yellow-950\\/40 { accent-color: #42200666; } +.accent-yellow-950\\/45 { + accent-color: #42200673; +} + .accent-yellow-950\\/5 { accent-color: #4220060d; } @@ -14970,10 +20574,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #42200680; } +.accent-yellow-950\\/55 { + accent-color: #4220068c; +} + .accent-yellow-950\\/60 { accent-color: #42200699; } +.accent-yellow-950\\/65 { + accent-color: #422006a6; +} + .accent-yellow-950\\/70 { accent-color: #422006b3; } @@ -14986,6 +20598,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #422006cc; } +.accent-yellow-950\\/85 { + accent-color: #422006d9; +} + .accent-yellow-950\\/90 { accent-color: #422006e6; } @@ -15010,6 +20626,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f4f4f5; } +.accent-zinc-100\\/15 { + accent-color: #f4f4f526; +} + .accent-zinc-100\\/20 { accent-color: #f4f4f533; } @@ -15022,10 +20642,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f4f4f54d; } +.accent-zinc-100\\/35 { + accent-color: #f4f4f559; +} + .accent-zinc-100\\/40 { accent-color: #f4f4f566; } +.accent-zinc-100\\/45 { + accent-color: #f4f4f573; +} + .accent-zinc-100\\/5 { accent-color: #f4f4f50d; } @@ -15034,10 +20662,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f4f4f580; } +.accent-zinc-100\\/55 { + accent-color: #f4f4f58c; +} + .accent-zinc-100\\/60 { accent-color: #f4f4f599; } +.accent-zinc-100\\/65 { + accent-color: #f4f4f5a6; +} + .accent-zinc-100\\/70 { accent-color: #f4f4f5b3; } @@ -15050,6 +20686,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #f4f4f5cc; } +.accent-zinc-100\\/85 { + accent-color: #f4f4f5d9; +} + .accent-zinc-100\\/90 { accent-color: #f4f4f5e6; } @@ -15074,6 +20714,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e4e4e7; } +.accent-zinc-200\\/15 { + accent-color: #e4e4e726; +} + .accent-zinc-200\\/20 { accent-color: #e4e4e733; } @@ -15086,10 +20730,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e4e4e74d; } +.accent-zinc-200\\/35 { + accent-color: #e4e4e759; +} + .accent-zinc-200\\/40 { accent-color: #e4e4e766; } +.accent-zinc-200\\/45 { + accent-color: #e4e4e773; +} + .accent-zinc-200\\/5 { accent-color: #e4e4e70d; } @@ -15098,10 +20750,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e4e4e780; } +.accent-zinc-200\\/55 { + accent-color: #e4e4e78c; +} + .accent-zinc-200\\/60 { accent-color: #e4e4e799; } +.accent-zinc-200\\/65 { + accent-color: #e4e4e7a6; +} + .accent-zinc-200\\/70 { accent-color: #e4e4e7b3; } @@ -15114,6 +20774,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #e4e4e7cc; } +.accent-zinc-200\\/85 { + accent-color: #e4e4e7d9; +} + .accent-zinc-200\\/90 { accent-color: #e4e4e7e6; } @@ -15138,6 +20802,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d8; } +.accent-zinc-300\\/15 { + accent-color: #d4d4d826; +} + .accent-zinc-300\\/20 { accent-color: #d4d4d833; } @@ -15150,10 +20818,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d84d; } +.accent-zinc-300\\/35 { + accent-color: #d4d4d859; +} + .accent-zinc-300\\/40 { accent-color: #d4d4d866; } +.accent-zinc-300\\/45 { + accent-color: #d4d4d873; +} + .accent-zinc-300\\/5 { accent-color: #d4d4d80d; } @@ -15162,10 +20838,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d880; } +.accent-zinc-300\\/55 { + accent-color: #d4d4d88c; +} + .accent-zinc-300\\/60 { accent-color: #d4d4d899; } +.accent-zinc-300\\/65 { + accent-color: #d4d4d8a6; +} + .accent-zinc-300\\/70 { accent-color: #d4d4d8b3; } @@ -15178,6 +20862,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #d4d4d8cc; } +.accent-zinc-300\\/85 { + accent-color: #d4d4d8d9; +} + .accent-zinc-300\\/90 { accent-color: #d4d4d8e6; } @@ -15202,6 +20890,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a1a1aa; } +.accent-zinc-400\\/15 { + accent-color: #a1a1aa26; +} + .accent-zinc-400\\/20 { accent-color: #a1a1aa33; } @@ -15214,10 +20906,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a1a1aa4d; } +.accent-zinc-400\\/35 { + accent-color: #a1a1aa59; +} + .accent-zinc-400\\/40 { accent-color: #a1a1aa66; } +.accent-zinc-400\\/45 { + accent-color: #a1a1aa73; +} + .accent-zinc-400\\/5 { accent-color: #a1a1aa0d; } @@ -15226,10 +20926,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a1a1aa80; } +.accent-zinc-400\\/55 { + accent-color: #a1a1aa8c; +} + .accent-zinc-400\\/60 { accent-color: #a1a1aa99; } +.accent-zinc-400\\/65 { + accent-color: #a1a1aaa6; +} + .accent-zinc-400\\/70 { accent-color: #a1a1aab3; } @@ -15242,6 +20950,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #a1a1aacc; } +.accent-zinc-400\\/85 { + accent-color: #a1a1aad9; +} + .accent-zinc-400\\/90 { accent-color: #a1a1aae6; } @@ -15266,6 +20978,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafa; } +.accent-zinc-50\\/15 { + accent-color: #fafafa26; +} + .accent-zinc-50\\/20 { accent-color: #fafafa33; } @@ -15278,10 +20994,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafa4d; } +.accent-zinc-50\\/35 { + accent-color: #fafafa59; +} + .accent-zinc-50\\/40 { accent-color: #fafafa66; } +.accent-zinc-50\\/45 { + accent-color: #fafafa73; +} + .accent-zinc-50\\/5 { accent-color: #fafafa0d; } @@ -15290,10 +21014,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafa80; } +.accent-zinc-50\\/55 { + accent-color: #fafafa8c; +} + .accent-zinc-50\\/60 { accent-color: #fafafa99; } +.accent-zinc-50\\/65 { + accent-color: #fafafaa6; +} + .accent-zinc-50\\/70 { accent-color: #fafafab3; } @@ -15306,6 +21038,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #fafafacc; } +.accent-zinc-50\\/85 { + accent-color: #fafafad9; +} + .accent-zinc-50\\/90 { accent-color: #fafafae6; } @@ -15330,6 +21066,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #71717a; } +.accent-zinc-500\\/15 { + accent-color: #71717a26; +} + .accent-zinc-500\\/20 { accent-color: #71717a33; } @@ -15342,10 +21082,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #71717a4d; } +.accent-zinc-500\\/35 { + accent-color: #71717a59; +} + .accent-zinc-500\\/40 { accent-color: #71717a66; } +.accent-zinc-500\\/45 { + accent-color: #71717a73; +} + .accent-zinc-500\\/5 { accent-color: #71717a0d; } @@ -15354,10 +21102,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #71717a80; } +.accent-zinc-500\\/55 { + accent-color: #71717a8c; +} + .accent-zinc-500\\/60 { accent-color: #71717a99; } +.accent-zinc-500\\/65 { + accent-color: #71717aa6; +} + .accent-zinc-500\\/70 { accent-color: #71717ab3; } @@ -15370,6 +21126,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #71717acc; } +.accent-zinc-500\\/85 { + accent-color: #71717ad9; +} + .accent-zinc-500\\/90 { accent-color: #71717ae6; } @@ -15394,6 +21154,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #52525b; } +.accent-zinc-600\\/15 { + accent-color: #52525b26; +} + .accent-zinc-600\\/20 { accent-color: #52525b33; } @@ -15406,10 +21170,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #52525b4d; } +.accent-zinc-600\\/35 { + accent-color: #52525b59; +} + .accent-zinc-600\\/40 { accent-color: #52525b66; } +.accent-zinc-600\\/45 { + accent-color: #52525b73; +} + .accent-zinc-600\\/5 { accent-color: #52525b0d; } @@ -15418,10 +21190,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #52525b80; } +.accent-zinc-600\\/55 { + accent-color: #52525b8c; +} + .accent-zinc-600\\/60 { accent-color: #52525b99; } +.accent-zinc-600\\/65 { + accent-color: #52525ba6; +} + .accent-zinc-600\\/70 { accent-color: #52525bb3; } @@ -15434,6 +21214,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #52525bcc; } +.accent-zinc-600\\/85 { + accent-color: #52525bd9; +} + .accent-zinc-600\\/90 { accent-color: #52525be6; } @@ -15458,6 +21242,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f3f46; } +.accent-zinc-700\\/15 { + accent-color: #3f3f4626; +} + .accent-zinc-700\\/20 { accent-color: #3f3f4633; } @@ -15470,10 +21258,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f3f464d; } +.accent-zinc-700\\/35 { + accent-color: #3f3f4659; +} + .accent-zinc-700\\/40 { accent-color: #3f3f4666; } +.accent-zinc-700\\/45 { + accent-color: #3f3f4673; +} + .accent-zinc-700\\/5 { accent-color: #3f3f460d; } @@ -15482,10 +21278,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f3f4680; } +.accent-zinc-700\\/55 { + accent-color: #3f3f468c; +} + .accent-zinc-700\\/60 { accent-color: #3f3f4699; } +.accent-zinc-700\\/65 { + accent-color: #3f3f46a6; +} + .accent-zinc-700\\/70 { accent-color: #3f3f46b3; } @@ -15498,6 +21302,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #3f3f46cc; } +.accent-zinc-700\\/85 { + accent-color: #3f3f46d9; +} + .accent-zinc-700\\/90 { accent-color: #3f3f46e6; } @@ -15522,6 +21330,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #27272a; } +.accent-zinc-800\\/15 { + accent-color: #27272a26; +} + .accent-zinc-800\\/20 { accent-color: #27272a33; } @@ -15534,10 +21346,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #27272a4d; } +.accent-zinc-800\\/35 { + accent-color: #27272a59; +} + .accent-zinc-800\\/40 { accent-color: #27272a66; } +.accent-zinc-800\\/45 { + accent-color: #27272a73; +} + .accent-zinc-800\\/5 { accent-color: #27272a0d; } @@ -15546,10 +21366,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #27272a80; } +.accent-zinc-800\\/55 { + accent-color: #27272a8c; +} + .accent-zinc-800\\/60 { accent-color: #27272a99; } +.accent-zinc-800\\/65 { + accent-color: #27272aa6; +} + .accent-zinc-800\\/70 { accent-color: #27272ab3; } @@ -15562,6 +21390,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #27272acc; } +.accent-zinc-800\\/85 { + accent-color: #27272ad9; +} + .accent-zinc-800\\/90 { accent-color: #27272ae6; } @@ -15586,6 +21418,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #18181b; } +.accent-zinc-900\\/15 { + accent-color: #18181b26; +} + .accent-zinc-900\\/20 { accent-color: #18181b33; } @@ -15598,10 +21434,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #18181b4d; } +.accent-zinc-900\\/35 { + accent-color: #18181b59; +} + .accent-zinc-900\\/40 { accent-color: #18181b66; } +.accent-zinc-900\\/45 { + accent-color: #18181b73; +} + .accent-zinc-900\\/5 { accent-color: #18181b0d; } @@ -15610,10 +21454,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #18181b80; } +.accent-zinc-900\\/55 { + accent-color: #18181b8c; +} + .accent-zinc-900\\/60 { accent-color: #18181b99; } +.accent-zinc-900\\/65 { + accent-color: #18181ba6; +} + .accent-zinc-900\\/70 { accent-color: #18181bb3; } @@ -15626,6 +21478,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #18181bcc; } +.accent-zinc-900\\/85 { + accent-color: #18181bd9; +} + .accent-zinc-900\\/90 { accent-color: #18181be6; } @@ -15650,6 +21506,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #09090b; } +.accent-zinc-950\\/15 { + accent-color: #09090b26; +} + .accent-zinc-950\\/20 { accent-color: #09090b33; } @@ -15662,10 +21522,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #09090b4d; } +.accent-zinc-950\\/35 { + accent-color: #09090b59; +} + .accent-zinc-950\\/40 { accent-color: #09090b66; } +.accent-zinc-950\\/45 { + accent-color: #09090b73; +} + .accent-zinc-950\\/5 { accent-color: #09090b0d; } @@ -15674,10 +21542,18 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #09090b80; } +.accent-zinc-950\\/55 { + accent-color: #09090b8c; +} + .accent-zinc-950\\/60 { accent-color: #09090b99; } +.accent-zinc-950\\/65 { + accent-color: #09090ba6; +} + .accent-zinc-950\\/70 { accent-color: #09090bb3; } @@ -15690,6 +21566,10 @@ exports[`should test the 'accentColor' plugin 1`] = ` accent-color: #09090bcc; } +.accent-zinc-950\\/85 { + accent-color: #09090bd9; +} + .accent-zinc-950\\/90 { accent-color: #09090be6; } diff --git a/tests/plugins/__snapshots__/backdropOpacity.test.js.snap b/tests/plugins/__snapshots__/backdropOpacity.test.js.snap index 80c8dc4c5a54..89e2e01567dc 100644 --- a/tests/plugins/__snapshots__/backdropOpacity.test.js.snap +++ b/tests/plugins/__snapshots__/backdropOpacity.test.js.snap @@ -20,6 +20,12 @@ exports[`should test the 'backdropOpacity' plugin 1`] = ` backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } +.backdrop-opacity-15 { + --tw-backdrop-opacity: opacity(.15); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .backdrop-opacity-20 { --tw-backdrop-opacity: opacity(.2); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); @@ -38,12 +44,24 @@ exports[`should test the 'backdropOpacity' plugin 1`] = ` backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } +.backdrop-opacity-35 { + --tw-backdrop-opacity: opacity(.35); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .backdrop-opacity-40 { --tw-backdrop-opacity: opacity(.4); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } +.backdrop-opacity-45 { + --tw-backdrop-opacity: opacity(.45); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .backdrop-opacity-5 { --tw-backdrop-opacity: opacity(.05); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); @@ -56,12 +74,24 @@ exports[`should test the 'backdropOpacity' plugin 1`] = ` backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } +.backdrop-opacity-55 { + --tw-backdrop-opacity: opacity(.55); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .backdrop-opacity-60 { --tw-backdrop-opacity: opacity(.6); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } +.backdrop-opacity-65 { + --tw-backdrop-opacity: opacity(.65); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .backdrop-opacity-70 { --tw-backdrop-opacity: opacity(.7); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); @@ -80,6 +110,12 @@ exports[`should test the 'backdropOpacity' plugin 1`] = ` backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } +.backdrop-opacity-85 { + --tw-backdrop-opacity: opacity(.85); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .backdrop-opacity-90 { --tw-backdrop-opacity: opacity(.9); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); diff --git a/tests/plugins/__snapshots__/backgroundColor.test.js.snap b/tests/plugins/__snapshots__/backgroundColor.test.js.snap index 74b268f1e31a..f69e0cd8f111 100644 --- a/tests/plugins/__snapshots__/backgroundColor.test.js.snap +++ b/tests/plugins/__snapshots__/backgroundColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef3c7; } +.bg-amber-100\\/15 { + background-color: #fef3c726; +} + .bg-amber-100\\/20 { background-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef3c74d; } +.bg-amber-100\\/35 { + background-color: #fef3c759; +} + .bg-amber-100\\/40 { background-color: #fef3c766; } +.bg-amber-100\\/45 { + background-color: #fef3c773; +} + .bg-amber-100\\/5 { background-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef3c780; } +.bg-amber-100\\/55 { + background-color: #fef3c78c; +} + .bg-amber-100\\/60 { background-color: #fef3c799; } +.bg-amber-100\\/65 { + background-color: #fef3c7a6; +} + .bg-amber-100\\/70 { background-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef3c7cc; } +.bg-amber-100\\/85 { + background-color: #fef3c7d9; +} + .bg-amber-100\\/90 { background-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde68a; } +.bg-amber-200\\/15 { + background-color: #fde68a26; +} + .bg-amber-200\\/20 { background-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde68a4d; } +.bg-amber-200\\/35 { + background-color: #fde68a59; +} + .bg-amber-200\\/40 { background-color: #fde68a66; } +.bg-amber-200\\/45 { + background-color: #fde68a73; +} + .bg-amber-200\\/5 { background-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde68a80; } +.bg-amber-200\\/55 { + background-color: #fde68a8c; +} + .bg-amber-200\\/60 { background-color: #fde68a99; } +.bg-amber-200\\/65 { + background-color: #fde68aa6; +} + .bg-amber-200\\/70 { background-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde68acc; } +.bg-amber-200\\/85 { + background-color: #fde68ad9; +} + .bg-amber-200\\/90 { background-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fcd34d; } +.bg-amber-300\\/15 { + background-color: #fcd34d26; +} + .bg-amber-300\\/20 { background-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fcd34d4d; } +.bg-amber-300\\/35 { + background-color: #fcd34d59; +} + .bg-amber-300\\/40 { background-color: #fcd34d66; } +.bg-amber-300\\/45 { + background-color: #fcd34d73; +} + .bg-amber-300\\/5 { background-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fcd34d80; } +.bg-amber-300\\/55 { + background-color: #fcd34d8c; +} + .bg-amber-300\\/60 { background-color: #fcd34d99; } +.bg-amber-300\\/65 { + background-color: #fcd34da6; +} + .bg-amber-300\\/70 { background-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fcd34dcc; } +.bg-amber-300\\/85 { + background-color: #fcd34dd9; +} + .bg-amber-300\\/90 { background-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbbf24; } +.bg-amber-400\\/15 { + background-color: #fbbf2426; +} + .bg-amber-400\\/20 { background-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbbf244d; } +.bg-amber-400\\/35 { + background-color: #fbbf2459; +} + .bg-amber-400\\/40 { background-color: #fbbf2466; } +.bg-amber-400\\/45 { + background-color: #fbbf2473; +} + .bg-amber-400\\/5 { background-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbbf2480; } +.bg-amber-400\\/55 { + background-color: #fbbf248c; +} + .bg-amber-400\\/60 { background-color: #fbbf2499; } +.bg-amber-400\\/65 { + background-color: #fbbf24a6; +} + .bg-amber-400\\/70 { background-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbbf24cc; } +.bg-amber-400\\/85 { + background-color: #fbbf24d9; +} + .bg-amber-400\\/90 { background-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fffbeb; } +.bg-amber-50\\/15 { + background-color: #fffbeb26; +} + .bg-amber-50\\/20 { background-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fffbeb4d; } +.bg-amber-50\\/35 { + background-color: #fffbeb59; +} + .bg-amber-50\\/40 { background-color: #fffbeb66; } +.bg-amber-50\\/45 { + background-color: #fffbeb73; +} + .bg-amber-50\\/5 { background-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fffbeb80; } +.bg-amber-50\\/55 { + background-color: #fffbeb8c; +} + .bg-amber-50\\/60 { background-color: #fffbeb99; } +.bg-amber-50\\/65 { + background-color: #fffbeba6; +} + .bg-amber-50\\/70 { background-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fffbebcc; } +.bg-amber-50\\/85 { + background-color: #fffbebd9; +} + .bg-amber-50\\/90 { background-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f59e0b; } +.bg-amber-500\\/15 { + background-color: #f59e0b26; +} + .bg-amber-500\\/20 { background-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f59e0b4d; } +.bg-amber-500\\/35 { + background-color: #f59e0b59; +} + .bg-amber-500\\/40 { background-color: #f59e0b66; } +.bg-amber-500\\/45 { + background-color: #f59e0b73; +} + .bg-amber-500\\/5 { background-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f59e0b80; } +.bg-amber-500\\/55 { + background-color: #f59e0b8c; +} + .bg-amber-500\\/60 { background-color: #f59e0b99; } +.bg-amber-500\\/65 { + background-color: #f59e0ba6; +} + .bg-amber-500\\/70 { background-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f59e0bcc; } +.bg-amber-500\\/85 { + background-color: #f59e0bd9; +} + .bg-amber-500\\/90 { background-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d97706; } +.bg-amber-600\\/15 { + background-color: #d9770626; +} + .bg-amber-600\\/20 { background-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d977064d; } +.bg-amber-600\\/35 { + background-color: #d9770659; +} + .bg-amber-600\\/40 { background-color: #d9770666; } +.bg-amber-600\\/45 { + background-color: #d9770673; +} + .bg-amber-600\\/5 { background-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d9770680; } +.bg-amber-600\\/55 { + background-color: #d977068c; +} + .bg-amber-600\\/60 { background-color: #d9770699; } +.bg-amber-600\\/65 { + background-color: #d97706a6; +} + .bg-amber-600\\/70 { background-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d97706cc; } +.bg-amber-600\\/85 { + background-color: #d97706d9; +} + .bg-amber-600\\/90 { background-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b45309; } +.bg-amber-700\\/15 { + background-color: #b4530926; +} + .bg-amber-700\\/20 { background-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b453094d; } +.bg-amber-700\\/35 { + background-color: #b4530959; +} + .bg-amber-700\\/40 { background-color: #b4530966; } +.bg-amber-700\\/45 { + background-color: #b4530973; +} + .bg-amber-700\\/5 { background-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b4530980; } +.bg-amber-700\\/55 { + background-color: #b453098c; +} + .bg-amber-700\\/60 { background-color: #b4530999; } +.bg-amber-700\\/65 { + background-color: #b45309a6; +} + .bg-amber-700\\/70 { background-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b45309cc; } +.bg-amber-700\\/85 { + background-color: #b45309d9; +} + .bg-amber-700\\/90 { background-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #92400e; } +.bg-amber-800\\/15 { + background-color: #92400e26; +} + .bg-amber-800\\/20 { background-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #92400e4d; } +.bg-amber-800\\/35 { + background-color: #92400e59; +} + .bg-amber-800\\/40 { background-color: #92400e66; } +.bg-amber-800\\/45 { + background-color: #92400e73; +} + .bg-amber-800\\/5 { background-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #92400e80; } +.bg-amber-800\\/55 { + background-color: #92400e8c; +} + .bg-amber-800\\/60 { background-color: #92400e99; } +.bg-amber-800\\/65 { + background-color: #92400ea6; +} + .bg-amber-800\\/70 { background-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #92400ecc; } +.bg-amber-800\\/85 { + background-color: #92400ed9; +} + .bg-amber-800\\/90 { background-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78350f; } +.bg-amber-900\\/15 { + background-color: #78350f26; +} + .bg-amber-900\\/20 { background-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78350f4d; } +.bg-amber-900\\/35 { + background-color: #78350f59; +} + .bg-amber-900\\/40 { background-color: #78350f66; } +.bg-amber-900\\/45 { + background-color: #78350f73; +} + .bg-amber-900\\/5 { background-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78350f80; } +.bg-amber-900\\/55 { + background-color: #78350f8c; +} + .bg-amber-900\\/60 { background-color: #78350f99; } +.bg-amber-900\\/65 { + background-color: #78350fa6; +} + .bg-amber-900\\/70 { background-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78350fcc; } +.bg-amber-900\\/85 { + background-color: #78350fd9; +} + .bg-amber-900\\/90 { background-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #451a03; } +.bg-amber-950\\/15 { + background-color: #451a0326; +} + .bg-amber-950\\/20 { background-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #451a034d; } +.bg-amber-950\\/35 { + background-color: #451a0359; +} + .bg-amber-950\\/40 { background-color: #451a0366; } +.bg-amber-950\\/45 { + background-color: #451a0373; +} + .bg-amber-950\\/5 { background-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #451a0380; } +.bg-amber-950\\/55 { + background-color: #451a038c; +} + .bg-amber-950\\/60 { background-color: #451a0399; } +.bg-amber-950\\/65 { + background-color: #451a03a6; +} + .bg-amber-950\\/70 { background-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #451a03cc; } +.bg-amber-950\\/85 { + background-color: #451a03d9; +} + .bg-amber-950\\/90 { background-color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #000; } +.bg-black\\/15 { + background-color: #00000026; +} + .bg-black\\/20 { background-color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0000004d; } +.bg-black\\/35 { + background-color: #00000059; +} + .bg-black\\/40 { background-color: #0006; } +.bg-black\\/45 { + background-color: #00000073; +} + .bg-black\\/5 { background-color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #00000080; } +.bg-black\\/55 { + background-color: #0000008c; +} + .bg-black\\/60 { background-color: #0009; } +.bg-black\\/65 { + background-color: #000000a6; +} + .bg-black\\/70 { background-color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #000c; } +.bg-black\\/85 { + background-color: #000000d9; +} + .bg-black\\/90 { background-color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dbeafe; } +.bg-blue-100\\/15 { + background-color: #dbeafe26; +} + .bg-blue-100\\/20 { background-color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dbeafe4d; } +.bg-blue-100\\/35 { + background-color: #dbeafe59; +} + .bg-blue-100\\/40 { background-color: #dbeafe66; } +.bg-blue-100\\/45 { + background-color: #dbeafe73; +} + .bg-blue-100\\/5 { background-color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dbeafe80; } +.bg-blue-100\\/55 { + background-color: #dbeafe8c; +} + .bg-blue-100\\/60 { background-color: #dbeafe99; } +.bg-blue-100\\/65 { + background-color: #dbeafea6; +} + .bg-blue-100\\/70 { background-color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dbeafecc; } +.bg-blue-100\\/85 { + background-color: #dbeafed9; +} + .bg-blue-100\\/90 { background-color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bfdbfe; } +.bg-blue-200\\/15 { + background-color: #bfdbfe26; +} + .bg-blue-200\\/20 { background-color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bfdbfe4d; } +.bg-blue-200\\/35 { + background-color: #bfdbfe59; +} + .bg-blue-200\\/40 { background-color: #bfdbfe66; } +.bg-blue-200\\/45 { + background-color: #bfdbfe73; +} + .bg-blue-200\\/5 { background-color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bfdbfe80; } +.bg-blue-200\\/55 { + background-color: #bfdbfe8c; +} + .bg-blue-200\\/60 { background-color: #bfdbfe99; } +.bg-blue-200\\/65 { + background-color: #bfdbfea6; +} + .bg-blue-200\\/70 { background-color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bfdbfecc; } +.bg-blue-200\\/85 { + background-color: #bfdbfed9; +} + .bg-blue-200\\/90 { background-color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #93c5fd; } +.bg-blue-300\\/15 { + background-color: #93c5fd26; +} + .bg-blue-300\\/20 { background-color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #93c5fd4d; } +.bg-blue-300\\/35 { + background-color: #93c5fd59; +} + .bg-blue-300\\/40 { background-color: #93c5fd66; } +.bg-blue-300\\/45 { + background-color: #93c5fd73; +} + .bg-blue-300\\/5 { background-color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #93c5fd80; } +.bg-blue-300\\/55 { + background-color: #93c5fd8c; +} + .bg-blue-300\\/60 { background-color: #93c5fd99; } +.bg-blue-300\\/65 { + background-color: #93c5fda6; +} + .bg-blue-300\\/70 { background-color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #93c5fdcc; } +.bg-blue-300\\/85 { + background-color: #93c5fdd9; +} + .bg-blue-300\\/90 { background-color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #60a5fa; } +.bg-blue-400\\/15 { + background-color: #60a5fa26; +} + .bg-blue-400\\/20 { background-color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #60a5fa4d; } +.bg-blue-400\\/35 { + background-color: #60a5fa59; +} + .bg-blue-400\\/40 { background-color: #60a5fa66; } +.bg-blue-400\\/45 { + background-color: #60a5fa73; +} + .bg-blue-400\\/5 { background-color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #60a5fa80; } +.bg-blue-400\\/55 { + background-color: #60a5fa8c; +} + .bg-blue-400\\/60 { background-color: #60a5fa99; } +.bg-blue-400\\/65 { + background-color: #60a5faa6; +} + .bg-blue-400\\/70 { background-color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #60a5facc; } +.bg-blue-400\\/85 { + background-color: #60a5fad9; +} + .bg-blue-400\\/90 { background-color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eff6ff; } +.bg-blue-50\\/15 { + background-color: #eff6ff26; +} + .bg-blue-50\\/20 { background-color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eff6ff4d; } +.bg-blue-50\\/35 { + background-color: #eff6ff59; +} + .bg-blue-50\\/40 { background-color: #eff6ff66; } +.bg-blue-50\\/45 { + background-color: #eff6ff73; +} + .bg-blue-50\\/5 { background-color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eff6ff80; } +.bg-blue-50\\/55 { + background-color: #eff6ff8c; +} + .bg-blue-50\\/60 { background-color: #eff6ff99; } +.bg-blue-50\\/65 { + background-color: #eff6ffa6; +} + .bg-blue-50\\/70 { background-color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eff6ffcc; } +.bg-blue-50\\/85 { + background-color: #eff6ffd9; +} + .bg-blue-50\\/90 { background-color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b82f6; } +.bg-blue-500\\/15 { + background-color: #3b82f626; +} + .bg-blue-500\\/20 { background-color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b82f64d; } +.bg-blue-500\\/35 { + background-color: #3b82f659; +} + .bg-blue-500\\/40 { background-color: #3b82f666; } +.bg-blue-500\\/45 { + background-color: #3b82f673; +} + .bg-blue-500\\/5 { background-color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b82f680; } +.bg-blue-500\\/55 { + background-color: #3b82f68c; +} + .bg-blue-500\\/60 { background-color: #3b82f699; } +.bg-blue-500\\/65 { + background-color: #3b82f6a6; +} + .bg-blue-500\\/70 { background-color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b82f6cc; } +.bg-blue-500\\/85 { + background-color: #3b82f6d9; +} + .bg-blue-500\\/90 { background-color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2563eb; } +.bg-blue-600\\/15 { + background-color: #2563eb26; +} + .bg-blue-600\\/20 { background-color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2563eb4d; } +.bg-blue-600\\/35 { + background-color: #2563eb59; +} + .bg-blue-600\\/40 { background-color: #2563eb66; } +.bg-blue-600\\/45 { + background-color: #2563eb73; +} + .bg-blue-600\\/5 { background-color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2563eb80; } +.bg-blue-600\\/55 { + background-color: #2563eb8c; +} + .bg-blue-600\\/60 { background-color: #2563eb99; } +.bg-blue-600\\/65 { + background-color: #2563eba6; +} + .bg-blue-600\\/70 { background-color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2563ebcc; } +.bg-blue-600\\/85 { + background-color: #2563ebd9; +} + .bg-blue-600\\/90 { background-color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1d4ed8; } +.bg-blue-700\\/15 { + background-color: #1d4ed826; +} + .bg-blue-700\\/20 { background-color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1d4ed84d; } +.bg-blue-700\\/35 { + background-color: #1d4ed859; +} + .bg-blue-700\\/40 { background-color: #1d4ed866; } +.bg-blue-700\\/45 { + background-color: #1d4ed873; +} + .bg-blue-700\\/5 { background-color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1d4ed880; } +.bg-blue-700\\/55 { + background-color: #1d4ed88c; +} + .bg-blue-700\\/60 { background-color: #1d4ed899; } +.bg-blue-700\\/65 { + background-color: #1d4ed8a6; +} + .bg-blue-700\\/70 { background-color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1d4ed8cc; } +.bg-blue-700\\/85 { + background-color: #1d4ed8d9; +} + .bg-blue-700\\/90 { background-color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e40af; } +.bg-blue-800\\/15 { + background-color: #1e40af26; +} + .bg-blue-800\\/20 { background-color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e40af4d; } +.bg-blue-800\\/35 { + background-color: #1e40af59; +} + .bg-blue-800\\/40 { background-color: #1e40af66; } +.bg-blue-800\\/45 { + background-color: #1e40af73; +} + .bg-blue-800\\/5 { background-color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e40af80; } +.bg-blue-800\\/55 { + background-color: #1e40af8c; +} + .bg-blue-800\\/60 { background-color: #1e40af99; } +.bg-blue-800\\/65 { + background-color: #1e40afa6; +} + .bg-blue-800\\/70 { background-color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e40afcc; } +.bg-blue-800\\/85 { + background-color: #1e40afd9; +} + .bg-blue-800\\/90 { background-color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e3a8a; } +.bg-blue-900\\/15 { + background-color: #1e3a8a26; +} + .bg-blue-900\\/20 { background-color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e3a8a4d; } +.bg-blue-900\\/35 { + background-color: #1e3a8a59; +} + .bg-blue-900\\/40 { background-color: #1e3a8a66; } +.bg-blue-900\\/45 { + background-color: #1e3a8a73; +} + .bg-blue-900\\/5 { background-color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e3a8a80; } +.bg-blue-900\\/55 { + background-color: #1e3a8a8c; +} + .bg-blue-900\\/60 { background-color: #1e3a8a99; } +.bg-blue-900\\/65 { + background-color: #1e3a8aa6; +} + .bg-blue-900\\/70 { background-color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e3a8acc; } +.bg-blue-900\\/85 { + background-color: #1e3a8ad9; +} + .bg-blue-900\\/90 { background-color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #172554; } +.bg-blue-950\\/15 { + background-color: #17255426; +} + .bg-blue-950\\/20 { background-color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1725544d; } +.bg-blue-950\\/35 { + background-color: #17255459; +} + .bg-blue-950\\/40 { background-color: #17255466; } +.bg-blue-950\\/45 { + background-color: #17255473; +} + .bg-blue-950\\/5 { background-color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #17255480; } +.bg-blue-950\\/55 { + background-color: #1725548c; +} + .bg-blue-950\\/60 { background-color: #17255499; } +.bg-blue-950\\/65 { + background-color: #172554a6; +} + .bg-blue-950\\/70 { background-color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #172554cc; } +.bg-blue-950\\/85 { + background-color: #172554d9; +} + .bg-blue-950\\/90 { background-color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cffafe; } +.bg-cyan-100\\/15 { + background-color: #cffafe26; +} + .bg-cyan-100\\/20 { background-color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cffafe4d; } +.bg-cyan-100\\/35 { + background-color: #cffafe59; +} + .bg-cyan-100\\/40 { background-color: #cffafe66; } +.bg-cyan-100\\/45 { + background-color: #cffafe73; +} + .bg-cyan-100\\/5 { background-color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cffafe80; } +.bg-cyan-100\\/55 { + background-color: #cffafe8c; +} + .bg-cyan-100\\/60 { background-color: #cffafe99; } +.bg-cyan-100\\/65 { + background-color: #cffafea6; +} + .bg-cyan-100\\/70 { background-color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cffafecc; } +.bg-cyan-100\\/85 { + background-color: #cffafed9; +} + .bg-cyan-100\\/90 { background-color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5f3fc; } +.bg-cyan-200\\/15 { + background-color: #a5f3fc26; +} + .bg-cyan-200\\/20 { background-color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5f3fc4d; } +.bg-cyan-200\\/35 { + background-color: #a5f3fc59; +} + .bg-cyan-200\\/40 { background-color: #a5f3fc66; } +.bg-cyan-200\\/45 { + background-color: #a5f3fc73; +} + .bg-cyan-200\\/5 { background-color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5f3fc80; } +.bg-cyan-200\\/55 { + background-color: #a5f3fc8c; +} + .bg-cyan-200\\/60 { background-color: #a5f3fc99; } +.bg-cyan-200\\/65 { + background-color: #a5f3fca6; +} + .bg-cyan-200\\/70 { background-color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5f3fccc; } +.bg-cyan-200\\/85 { + background-color: #a5f3fcd9; +} + .bg-cyan-200\\/90 { background-color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #67e8f9; } +.bg-cyan-300\\/15 { + background-color: #67e8f926; +} + .bg-cyan-300\\/20 { background-color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #67e8f94d; } +.bg-cyan-300\\/35 { + background-color: #67e8f959; +} + .bg-cyan-300\\/40 { background-color: #67e8f966; } +.bg-cyan-300\\/45 { + background-color: #67e8f973; +} + .bg-cyan-300\\/5 { background-color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #67e8f980; } +.bg-cyan-300\\/55 { + background-color: #67e8f98c; +} + .bg-cyan-300\\/60 { background-color: #67e8f999; } +.bg-cyan-300\\/65 { + background-color: #67e8f9a6; +} + .bg-cyan-300\\/70 { background-color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #67e8f9cc; } +.bg-cyan-300\\/85 { + background-color: #67e8f9d9; +} + .bg-cyan-300\\/90 { background-color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22d3ee; } +.bg-cyan-400\\/15 { + background-color: #22d3ee26; +} + .bg-cyan-400\\/20 { background-color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22d3ee4d; } +.bg-cyan-400\\/35 { + background-color: #22d3ee59; +} + .bg-cyan-400\\/40 { background-color: #22d3ee66; } +.bg-cyan-400\\/45 { + background-color: #22d3ee73; +} + .bg-cyan-400\\/5 { background-color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22d3ee80; } +.bg-cyan-400\\/55 { + background-color: #22d3ee8c; +} + .bg-cyan-400\\/60 { background-color: #22d3ee99; } +.bg-cyan-400\\/65 { + background-color: #22d3eea6; +} + .bg-cyan-400\\/70 { background-color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22d3eecc; } +.bg-cyan-400\\/85 { + background-color: #22d3eed9; +} + .bg-cyan-400\\/90 { background-color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfeff; } +.bg-cyan-50\\/15 { + background-color: #ecfeff26; +} + .bg-cyan-50\\/20 { background-color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfeff4d; } +.bg-cyan-50\\/35 { + background-color: #ecfeff59; +} + .bg-cyan-50\\/40 { background-color: #ecfeff66; } +.bg-cyan-50\\/45 { + background-color: #ecfeff73; +} + .bg-cyan-50\\/5 { background-color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfeff80; } +.bg-cyan-50\\/55 { + background-color: #ecfeff8c; +} + .bg-cyan-50\\/60 { background-color: #ecfeff99; } +.bg-cyan-50\\/65 { + background-color: #ecfeffa6; +} + .bg-cyan-50\\/70 { background-color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfeffcc; } +.bg-cyan-50\\/85 { + background-color: #ecfeffd9; +} + .bg-cyan-50\\/90 { background-color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #06b6d4; } +.bg-cyan-500\\/15 { + background-color: #06b6d426; +} + .bg-cyan-500\\/20 { background-color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #06b6d44d; } +.bg-cyan-500\\/35 { + background-color: #06b6d459; +} + .bg-cyan-500\\/40 { background-color: #06b6d466; } +.bg-cyan-500\\/45 { + background-color: #06b6d473; +} + .bg-cyan-500\\/5 { background-color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #06b6d480; } +.bg-cyan-500\\/55 { + background-color: #06b6d48c; +} + .bg-cyan-500\\/60 { background-color: #06b6d499; } +.bg-cyan-500\\/65 { + background-color: #06b6d4a6; +} + .bg-cyan-500\\/70 { background-color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #06b6d4cc; } +.bg-cyan-500\\/85 { + background-color: #06b6d4d9; +} + .bg-cyan-500\\/90 { background-color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0891b2; } +.bg-cyan-600\\/15 { + background-color: #0891b226; +} + .bg-cyan-600\\/20 { background-color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0891b24d; } +.bg-cyan-600\\/35 { + background-color: #0891b259; +} + .bg-cyan-600\\/40 { background-color: #0891b266; } +.bg-cyan-600\\/45 { + background-color: #0891b273; +} + .bg-cyan-600\\/5 { background-color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0891b280; } +.bg-cyan-600\\/55 { + background-color: #0891b28c; +} + .bg-cyan-600\\/60 { background-color: #0891b299; } +.bg-cyan-600\\/65 { + background-color: #0891b2a6; +} + .bg-cyan-600\\/70 { background-color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0891b2cc; } +.bg-cyan-600\\/85 { + background-color: #0891b2d9; +} + .bg-cyan-600\\/90 { background-color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0e7490; } +.bg-cyan-700\\/15 { + background-color: #0e749026; +} + .bg-cyan-700\\/20 { background-color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0e74904d; } +.bg-cyan-700\\/35 { + background-color: #0e749059; +} + .bg-cyan-700\\/40 { background-color: #0e749066; } +.bg-cyan-700\\/45 { + background-color: #0e749073; +} + .bg-cyan-700\\/5 { background-color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0e749080; } +.bg-cyan-700\\/55 { + background-color: #0e74908c; +} + .bg-cyan-700\\/60 { background-color: #0e749099; } +.bg-cyan-700\\/65 { + background-color: #0e7490a6; +} + .bg-cyan-700\\/70 { background-color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0e7490cc; } +.bg-cyan-700\\/85 { + background-color: #0e7490d9; +} + .bg-cyan-700\\/90 { background-color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #155e75; } +.bg-cyan-800\\/15 { + background-color: #155e7526; +} + .bg-cyan-800\\/20 { background-color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #155e754d; } +.bg-cyan-800\\/35 { + background-color: #155e7559; +} + .bg-cyan-800\\/40 { background-color: #155e7566; } +.bg-cyan-800\\/45 { + background-color: #155e7573; +} + .bg-cyan-800\\/5 { background-color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #155e7580; } +.bg-cyan-800\\/55 { + background-color: #155e758c; +} + .bg-cyan-800\\/60 { background-color: #155e7599; } +.bg-cyan-800\\/65 { + background-color: #155e75a6; +} + .bg-cyan-800\\/70 { background-color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #155e75cc; } +.bg-cyan-800\\/85 { + background-color: #155e75d9; +} + .bg-cyan-800\\/90 { background-color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #164e63; } +.bg-cyan-900\\/15 { + background-color: #164e6326; +} + .bg-cyan-900\\/20 { background-color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #164e634d; } +.bg-cyan-900\\/35 { + background-color: #164e6359; +} + .bg-cyan-900\\/40 { background-color: #164e6366; } +.bg-cyan-900\\/45 { + background-color: #164e6373; +} + .bg-cyan-900\\/5 { background-color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #164e6380; } +.bg-cyan-900\\/55 { + background-color: #164e638c; +} + .bg-cyan-900\\/60 { background-color: #164e6399; } +.bg-cyan-900\\/65 { + background-color: #164e63a6; +} + .bg-cyan-900\\/70 { background-color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #164e63cc; } +.bg-cyan-900\\/85 { + background-color: #164e63d9; +} + .bg-cyan-900\\/90 { background-color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #083344; } +.bg-cyan-950\\/15 { + background-color: #08334426; +} + .bg-cyan-950\\/20 { background-color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0833444d; } +.bg-cyan-950\\/35 { + background-color: #08334459; +} + .bg-cyan-950\\/40 { background-color: #08334466; } +.bg-cyan-950\\/45 { + background-color: #08334473; +} + .bg-cyan-950\\/5 { background-color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #08334480; } +.bg-cyan-950\\/55 { + background-color: #0833448c; +} + .bg-cyan-950\\/60 { background-color: #08334499; } +.bg-cyan-950\\/65 { + background-color: #083344a6; +} + .bg-cyan-950\\/70 { background-color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #083344cc; } +.bg-cyan-950\\/85 { + background-color: #083344d9; +} + .bg-cyan-950\\/90 { background-color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1fae5; } +.bg-emerald-100\\/15 { + background-color: #d1fae526; +} + .bg-emerald-100\\/20 { background-color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1fae54d; } +.bg-emerald-100\\/35 { + background-color: #d1fae559; +} + .bg-emerald-100\\/40 { background-color: #d1fae566; } +.bg-emerald-100\\/45 { + background-color: #d1fae573; +} + .bg-emerald-100\\/5 { background-color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1fae580; } +.bg-emerald-100\\/55 { + background-color: #d1fae58c; +} + .bg-emerald-100\\/60 { background-color: #d1fae599; } +.bg-emerald-100\\/65 { + background-color: #d1fae5a6; +} + .bg-emerald-100\\/70 { background-color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1fae5cc; } +.bg-emerald-100\\/85 { + background-color: #d1fae5d9; +} + .bg-emerald-100\\/90 { background-color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a7f3d0; } +.bg-emerald-200\\/15 { + background-color: #a7f3d026; +} + .bg-emerald-200\\/20 { background-color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a7f3d04d; } +.bg-emerald-200\\/35 { + background-color: #a7f3d059; +} + .bg-emerald-200\\/40 { background-color: #a7f3d066; } +.bg-emerald-200\\/45 { + background-color: #a7f3d073; +} + .bg-emerald-200\\/5 { background-color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a7f3d080; } +.bg-emerald-200\\/55 { + background-color: #a7f3d08c; +} + .bg-emerald-200\\/60 { background-color: #a7f3d099; } +.bg-emerald-200\\/65 { + background-color: #a7f3d0a6; +} + .bg-emerald-200\\/70 { background-color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a7f3d0cc; } +.bg-emerald-200\\/85 { + background-color: #a7f3d0d9; +} + .bg-emerald-200\\/90 { background-color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6ee7b7; } +.bg-emerald-300\\/15 { + background-color: #6ee7b726; +} + .bg-emerald-300\\/20 { background-color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6ee7b74d; } +.bg-emerald-300\\/35 { + background-color: #6ee7b759; +} + .bg-emerald-300\\/40 { background-color: #6ee7b766; } +.bg-emerald-300\\/45 { + background-color: #6ee7b773; +} + .bg-emerald-300\\/5 { background-color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6ee7b780; } +.bg-emerald-300\\/55 { + background-color: #6ee7b78c; +} + .bg-emerald-300\\/60 { background-color: #6ee7b799; } +.bg-emerald-300\\/65 { + background-color: #6ee7b7a6; +} + .bg-emerald-300\\/70 { background-color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6ee7b7cc; } +.bg-emerald-300\\/85 { + background-color: #6ee7b7d9; +} + .bg-emerald-300\\/90 { background-color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #34d399; } +.bg-emerald-400\\/15 { + background-color: #34d39926; +} + .bg-emerald-400\\/20 { background-color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #34d3994d; } +.bg-emerald-400\\/35 { + background-color: #34d39959; +} + .bg-emerald-400\\/40 { background-color: #34d39966; } +.bg-emerald-400\\/45 { + background-color: #34d39973; +} + .bg-emerald-400\\/5 { background-color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #34d39980; } +.bg-emerald-400\\/55 { + background-color: #34d3998c; +} + .bg-emerald-400\\/60 { background-color: #34d39999; } +.bg-emerald-400\\/65 { + background-color: #34d399a6; +} + .bg-emerald-400\\/70 { background-color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #34d399cc; } +.bg-emerald-400\\/85 { + background-color: #34d399d9; +} + .bg-emerald-400\\/90 { background-color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfdf5; } +.bg-emerald-50\\/15 { + background-color: #ecfdf526; +} + .bg-emerald-50\\/20 { background-color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfdf54d; } +.bg-emerald-50\\/35 { + background-color: #ecfdf559; +} + .bg-emerald-50\\/40 { background-color: #ecfdf566; } +.bg-emerald-50\\/45 { + background-color: #ecfdf573; +} + .bg-emerald-50\\/5 { background-color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfdf580; } +.bg-emerald-50\\/55 { + background-color: #ecfdf58c; +} + .bg-emerald-50\\/60 { background-color: #ecfdf599; } +.bg-emerald-50\\/65 { + background-color: #ecfdf5a6; +} + .bg-emerald-50\\/70 { background-color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfdf5cc; } +.bg-emerald-50\\/85 { + background-color: #ecfdf5d9; +} + .bg-emerald-50\\/90 { background-color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #10b981; } +.bg-emerald-500\\/15 { + background-color: #10b98126; +} + .bg-emerald-500\\/20 { background-color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #10b9814d; } +.bg-emerald-500\\/35 { + background-color: #10b98159; +} + .bg-emerald-500\\/40 { background-color: #10b98166; } +.bg-emerald-500\\/45 { + background-color: #10b98173; +} + .bg-emerald-500\\/5 { background-color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #10b98180; } +.bg-emerald-500\\/55 { + background-color: #10b9818c; +} + .bg-emerald-500\\/60 { background-color: #10b98199; } +.bg-emerald-500\\/65 { + background-color: #10b981a6; +} + .bg-emerald-500\\/70 { background-color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #10b981cc; } +.bg-emerald-500\\/85 { + background-color: #10b981d9; +} + .bg-emerald-500\\/90 { background-color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #059669; } +.bg-emerald-600\\/15 { + background-color: #05966926; +} + .bg-emerald-600\\/20 { background-color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0596694d; } +.bg-emerald-600\\/35 { + background-color: #05966959; +} + .bg-emerald-600\\/40 { background-color: #05966966; } +.bg-emerald-600\\/45 { + background-color: #05966973; +} + .bg-emerald-600\\/5 { background-color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #05966980; } +.bg-emerald-600\\/55 { + background-color: #0596698c; +} + .bg-emerald-600\\/60 { background-color: #05966999; } +.bg-emerald-600\\/65 { + background-color: #059669a6; +} + .bg-emerald-600\\/70 { background-color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #059669cc; } +.bg-emerald-600\\/85 { + background-color: #059669d9; +} + .bg-emerald-600\\/90 { background-color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #047857; } +.bg-emerald-700\\/15 { + background-color: #04785726; +} + .bg-emerald-700\\/20 { background-color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0478574d; } +.bg-emerald-700\\/35 { + background-color: #04785759; +} + .bg-emerald-700\\/40 { background-color: #04785766; } +.bg-emerald-700\\/45 { + background-color: #04785773; +} + .bg-emerald-700\\/5 { background-color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #04785780; } +.bg-emerald-700\\/55 { + background-color: #0478578c; +} + .bg-emerald-700\\/60 { background-color: #04785799; } +.bg-emerald-700\\/65 { + background-color: #047857a6; +} + .bg-emerald-700\\/70 { background-color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #047857cc; } +.bg-emerald-700\\/85 { + background-color: #047857d9; +} + .bg-emerald-700\\/90 { background-color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #065f46; } +.bg-emerald-800\\/15 { + background-color: #065f4626; +} + .bg-emerald-800\\/20 { background-color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #065f464d; } +.bg-emerald-800\\/35 { + background-color: #065f4659; +} + .bg-emerald-800\\/40 { background-color: #065f4666; } +.bg-emerald-800\\/45 { + background-color: #065f4673; +} + .bg-emerald-800\\/5 { background-color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #065f4680; } +.bg-emerald-800\\/55 { + background-color: #065f468c; +} + .bg-emerald-800\\/60 { background-color: #065f4699; } +.bg-emerald-800\\/65 { + background-color: #065f46a6; +} + .bg-emerald-800\\/70 { background-color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #065f46cc; } +.bg-emerald-800\\/85 { + background-color: #065f46d9; +} + .bg-emerald-800\\/90 { background-color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #064e3b; } +.bg-emerald-900\\/15 { + background-color: #064e3b26; +} + .bg-emerald-900\\/20 { background-color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #064e3b4d; } +.bg-emerald-900\\/35 { + background-color: #064e3b59; +} + .bg-emerald-900\\/40 { background-color: #064e3b66; } +.bg-emerald-900\\/45 { + background-color: #064e3b73; +} + .bg-emerald-900\\/5 { background-color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #064e3b80; } +.bg-emerald-900\\/55 { + background-color: #064e3b8c; +} + .bg-emerald-900\\/60 { background-color: #064e3b99; } +.bg-emerald-900\\/65 { + background-color: #064e3ba6; +} + .bg-emerald-900\\/70 { background-color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #064e3bcc; } +.bg-emerald-900\\/85 { + background-color: #064e3bd9; +} + .bg-emerald-900\\/90 { background-color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #022c22; } +.bg-emerald-950\\/15 { + background-color: #022c2226; +} + .bg-emerald-950\\/20 { background-color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #022c224d; } +.bg-emerald-950\\/35 { + background-color: #022c2259; +} + .bg-emerald-950\\/40 { background-color: #022c2266; } +.bg-emerald-950\\/45 { + background-color: #022c2273; +} + .bg-emerald-950\\/5 { background-color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #022c2280; } +.bg-emerald-950\\/55 { + background-color: #022c228c; +} + .bg-emerald-950\\/60 { background-color: #022c2299; } +.bg-emerald-950\\/65 { + background-color: #022c22a6; +} + .bg-emerald-950\\/70 { background-color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #022c22cc; } +.bg-emerald-950\\/85 { + background-color: #022c22d9; +} + .bg-emerald-950\\/90 { background-color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fae8ff; } +.bg-fuchsia-100\\/15 { + background-color: #fae8ff26; +} + .bg-fuchsia-100\\/20 { background-color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fae8ff4d; } +.bg-fuchsia-100\\/35 { + background-color: #fae8ff59; +} + .bg-fuchsia-100\\/40 { background-color: #fae8ff66; } +.bg-fuchsia-100\\/45 { + background-color: #fae8ff73; +} + .bg-fuchsia-100\\/5 { background-color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fae8ff80; } +.bg-fuchsia-100\\/55 { + background-color: #fae8ff8c; +} + .bg-fuchsia-100\\/60 { background-color: #fae8ff99; } +.bg-fuchsia-100\\/65 { + background-color: #fae8ffa6; +} + .bg-fuchsia-100\\/70 { background-color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fae8ffcc; } +.bg-fuchsia-100\\/85 { + background-color: #fae8ffd9; +} + .bg-fuchsia-100\\/90 { background-color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5d0fe; } +.bg-fuchsia-200\\/15 { + background-color: #f5d0fe26; +} + .bg-fuchsia-200\\/20 { background-color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5d0fe4d; } +.bg-fuchsia-200\\/35 { + background-color: #f5d0fe59; +} + .bg-fuchsia-200\\/40 { background-color: #f5d0fe66; } +.bg-fuchsia-200\\/45 { + background-color: #f5d0fe73; +} + .bg-fuchsia-200\\/5 { background-color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5d0fe80; } +.bg-fuchsia-200\\/55 { + background-color: #f5d0fe8c; +} + .bg-fuchsia-200\\/60 { background-color: #f5d0fe99; } +.bg-fuchsia-200\\/65 { + background-color: #f5d0fea6; +} + .bg-fuchsia-200\\/70 { background-color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5d0fecc; } +.bg-fuchsia-200\\/85 { + background-color: #f5d0fed9; +} + .bg-fuchsia-200\\/90 { background-color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0abfc; } +.bg-fuchsia-300\\/15 { + background-color: #f0abfc26; +} + .bg-fuchsia-300\\/20 { background-color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0abfc4d; } +.bg-fuchsia-300\\/35 { + background-color: #f0abfc59; +} + .bg-fuchsia-300\\/40 { background-color: #f0abfc66; } +.bg-fuchsia-300\\/45 { + background-color: #f0abfc73; +} + .bg-fuchsia-300\\/5 { background-color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0abfc80; } +.bg-fuchsia-300\\/55 { + background-color: #f0abfc8c; +} + .bg-fuchsia-300\\/60 { background-color: #f0abfc99; } +.bg-fuchsia-300\\/65 { + background-color: #f0abfca6; +} + .bg-fuchsia-300\\/70 { background-color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0abfccc; } +.bg-fuchsia-300\\/85 { + background-color: #f0abfcd9; +} + .bg-fuchsia-300\\/90 { background-color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e879f9; } +.bg-fuchsia-400\\/15 { + background-color: #e879f926; +} + .bg-fuchsia-400\\/20 { background-color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e879f94d; } +.bg-fuchsia-400\\/35 { + background-color: #e879f959; +} + .bg-fuchsia-400\\/40 { background-color: #e879f966; } +.bg-fuchsia-400\\/45 { + background-color: #e879f973; +} + .bg-fuchsia-400\\/5 { background-color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e879f980; } +.bg-fuchsia-400\\/55 { + background-color: #e879f98c; +} + .bg-fuchsia-400\\/60 { background-color: #e879f999; } +.bg-fuchsia-400\\/65 { + background-color: #e879f9a6; +} + .bg-fuchsia-400\\/70 { background-color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e879f9cc; } +.bg-fuchsia-400\\/85 { + background-color: #e879f9d9; +} + .bg-fuchsia-400\\/90 { background-color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf4ff; } +.bg-fuchsia-50\\/15 { + background-color: #fdf4ff26; +} + .bg-fuchsia-50\\/20 { background-color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf4ff4d; } +.bg-fuchsia-50\\/35 { + background-color: #fdf4ff59; +} + .bg-fuchsia-50\\/40 { background-color: #fdf4ff66; } +.bg-fuchsia-50\\/45 { + background-color: #fdf4ff73; +} + .bg-fuchsia-50\\/5 { background-color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf4ff80; } +.bg-fuchsia-50\\/55 { + background-color: #fdf4ff8c; +} + .bg-fuchsia-50\\/60 { background-color: #fdf4ff99; } +.bg-fuchsia-50\\/65 { + background-color: #fdf4ffa6; +} + .bg-fuchsia-50\\/70 { background-color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf4ffcc; } +.bg-fuchsia-50\\/85 { + background-color: #fdf4ffd9; +} + .bg-fuchsia-50\\/90 { background-color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d946ef; } +.bg-fuchsia-500\\/15 { + background-color: #d946ef26; +} + .bg-fuchsia-500\\/20 { background-color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d946ef4d; } +.bg-fuchsia-500\\/35 { + background-color: #d946ef59; +} + .bg-fuchsia-500\\/40 { background-color: #d946ef66; } +.bg-fuchsia-500\\/45 { + background-color: #d946ef73; +} + .bg-fuchsia-500\\/5 { background-color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d946ef80; } +.bg-fuchsia-500\\/55 { + background-color: #d946ef8c; +} + .bg-fuchsia-500\\/60 { background-color: #d946ef99; } +.bg-fuchsia-500\\/65 { + background-color: #d946efa6; +} + .bg-fuchsia-500\\/70 { background-color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d946efcc; } +.bg-fuchsia-500\\/85 { + background-color: #d946efd9; +} + .bg-fuchsia-500\\/90 { background-color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c026d3; } +.bg-fuchsia-600\\/15 { + background-color: #c026d326; +} + .bg-fuchsia-600\\/20 { background-color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c026d34d; } +.bg-fuchsia-600\\/35 { + background-color: #c026d359; +} + .bg-fuchsia-600\\/40 { background-color: #c026d366; } +.bg-fuchsia-600\\/45 { + background-color: #c026d373; +} + .bg-fuchsia-600\\/5 { background-color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c026d380; } +.bg-fuchsia-600\\/55 { + background-color: #c026d38c; +} + .bg-fuchsia-600\\/60 { background-color: #c026d399; } +.bg-fuchsia-600\\/65 { + background-color: #c026d3a6; +} + .bg-fuchsia-600\\/70 { background-color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c026d3cc; } +.bg-fuchsia-600\\/85 { + background-color: #c026d3d9; +} + .bg-fuchsia-600\\/90 { background-color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a21caf; } +.bg-fuchsia-700\\/15 { + background-color: #a21caf26; +} + .bg-fuchsia-700\\/20 { background-color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a21caf4d; } +.bg-fuchsia-700\\/35 { + background-color: #a21caf59; +} + .bg-fuchsia-700\\/40 { background-color: #a21caf66; } +.bg-fuchsia-700\\/45 { + background-color: #a21caf73; +} + .bg-fuchsia-700\\/5 { background-color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a21caf80; } +.bg-fuchsia-700\\/55 { + background-color: #a21caf8c; +} + .bg-fuchsia-700\\/60 { background-color: #a21caf99; } +.bg-fuchsia-700\\/65 { + background-color: #a21cafa6; +} + .bg-fuchsia-700\\/70 { background-color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a21cafcc; } +.bg-fuchsia-700\\/85 { + background-color: #a21cafd9; +} + .bg-fuchsia-700\\/90 { background-color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86198f; } +.bg-fuchsia-800\\/15 { + background-color: #86198f26; +} + .bg-fuchsia-800\\/20 { background-color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86198f4d; } +.bg-fuchsia-800\\/35 { + background-color: #86198f59; +} + .bg-fuchsia-800\\/40 { background-color: #86198f66; } +.bg-fuchsia-800\\/45 { + background-color: #86198f73; +} + .bg-fuchsia-800\\/5 { background-color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86198f80; } +.bg-fuchsia-800\\/55 { + background-color: #86198f8c; +} + .bg-fuchsia-800\\/60 { background-color: #86198f99; } +.bg-fuchsia-800\\/65 { + background-color: #86198fa6; +} + .bg-fuchsia-800\\/70 { background-color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86198fcc; } +.bg-fuchsia-800\\/85 { + background-color: #86198fd9; +} + .bg-fuchsia-800\\/90 { background-color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #701a75; } +.bg-fuchsia-900\\/15 { + background-color: #701a7526; +} + .bg-fuchsia-900\\/20 { background-color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #701a754d; } +.bg-fuchsia-900\\/35 { + background-color: #701a7559; +} + .bg-fuchsia-900\\/40 { background-color: #701a7566; } +.bg-fuchsia-900\\/45 { + background-color: #701a7573; +} + .bg-fuchsia-900\\/5 { background-color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #701a7580; } +.bg-fuchsia-900\\/55 { + background-color: #701a758c; +} + .bg-fuchsia-900\\/60 { background-color: #701a7599; } +.bg-fuchsia-900\\/65 { + background-color: #701a75a6; +} + .bg-fuchsia-900\\/70 { background-color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #701a75cc; } +.bg-fuchsia-900\\/85 { + background-color: #701a75d9; +} + .bg-fuchsia-900\\/90 { background-color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4a044e; } +.bg-fuchsia-950\\/15 { + background-color: #4a044e26; +} + .bg-fuchsia-950\\/20 { background-color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4a044e4d; } +.bg-fuchsia-950\\/35 { + background-color: #4a044e59; +} + .bg-fuchsia-950\\/40 { background-color: #4a044e66; } +.bg-fuchsia-950\\/45 { + background-color: #4a044e73; +} + .bg-fuchsia-950\\/5 { background-color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4a044e80; } +.bg-fuchsia-950\\/55 { + background-color: #4a044e8c; +} + .bg-fuchsia-950\\/60 { background-color: #4a044e99; } +.bg-fuchsia-950\\/65 { + background-color: #4a044ea6; +} + .bg-fuchsia-950\\/70 { background-color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4a044ecc; } +.bg-fuchsia-950\\/85 { + background-color: #4a044ed9; +} + .bg-fuchsia-950\\/90 { background-color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3f4f6; } +.bg-gray-100\\/15 { + background-color: #f3f4f626; +} + .bg-gray-100\\/20 { background-color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3f4f64d; } +.bg-gray-100\\/35 { + background-color: #f3f4f659; +} + .bg-gray-100\\/40 { background-color: #f3f4f666; } +.bg-gray-100\\/45 { + background-color: #f3f4f673; +} + .bg-gray-100\\/5 { background-color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3f4f680; } +.bg-gray-100\\/55 { + background-color: #f3f4f68c; +} + .bg-gray-100\\/60 { background-color: #f3f4f699; } +.bg-gray-100\\/65 { + background-color: #f3f4f6a6; +} + .bg-gray-100\\/70 { background-color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3f4f6cc; } +.bg-gray-100\\/85 { + background-color: #f3f4f6d9; +} + .bg-gray-100\\/90 { background-color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e7eb; } +.bg-gray-200\\/15 { + background-color: #e5e7eb26; +} + .bg-gray-200\\/20 { background-color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e7eb4d; } +.bg-gray-200\\/35 { + background-color: #e5e7eb59; +} + .bg-gray-200\\/40 { background-color: #e5e7eb66; } +.bg-gray-200\\/45 { + background-color: #e5e7eb73; +} + .bg-gray-200\\/5 { background-color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e7eb80; } +.bg-gray-200\\/55 { + background-color: #e5e7eb8c; +} + .bg-gray-200\\/60 { background-color: #e5e7eb99; } +.bg-gray-200\\/65 { + background-color: #e5e7eba6; +} + .bg-gray-200\\/70 { background-color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e7ebcc; } +.bg-gray-200\\/85 { + background-color: #e5e7ebd9; +} + .bg-gray-200\\/90 { background-color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1d5db; } +.bg-gray-300\\/15 { + background-color: #d1d5db26; +} + .bg-gray-300\\/20 { background-color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1d5db4d; } +.bg-gray-300\\/35 { + background-color: #d1d5db59; +} + .bg-gray-300\\/40 { background-color: #d1d5db66; } +.bg-gray-300\\/45 { + background-color: #d1d5db73; +} + .bg-gray-300\\/5 { background-color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1d5db80; } +.bg-gray-300\\/55 { + background-color: #d1d5db8c; +} + .bg-gray-300\\/60 { background-color: #d1d5db99; } +.bg-gray-300\\/65 { + background-color: #d1d5dba6; +} + .bg-gray-300\\/70 { background-color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d1d5dbcc; } +.bg-gray-300\\/85 { + background-color: #d1d5dbd9; +} + .bg-gray-300\\/90 { background-color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9ca3af; } +.bg-gray-400\\/15 { + background-color: #9ca3af26; +} + .bg-gray-400\\/20 { background-color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9ca3af4d; } +.bg-gray-400\\/35 { + background-color: #9ca3af59; +} + .bg-gray-400\\/40 { background-color: #9ca3af66; } +.bg-gray-400\\/45 { + background-color: #9ca3af73; +} + .bg-gray-400\\/5 { background-color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9ca3af80; } +.bg-gray-400\\/55 { + background-color: #9ca3af8c; +} + .bg-gray-400\\/60 { background-color: #9ca3af99; } +.bg-gray-400\\/65 { + background-color: #9ca3afa6; +} + .bg-gray-400\\/70 { background-color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9ca3afcc; } +.bg-gray-400\\/85 { + background-color: #9ca3afd9; +} + .bg-gray-400\\/90 { background-color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9fafb; } +.bg-gray-50\\/15 { + background-color: #f9fafb26; +} + .bg-gray-50\\/20 { background-color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9fafb4d; } +.bg-gray-50\\/35 { + background-color: #f9fafb59; +} + .bg-gray-50\\/40 { background-color: #f9fafb66; } +.bg-gray-50\\/45 { + background-color: #f9fafb73; +} + .bg-gray-50\\/5 { background-color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9fafb80; } +.bg-gray-50\\/55 { + background-color: #f9fafb8c; +} + .bg-gray-50\\/60 { background-color: #f9fafb99; } +.bg-gray-50\\/65 { + background-color: #f9fafba6; +} + .bg-gray-50\\/70 { background-color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9fafbcc; } +.bg-gray-50\\/85 { + background-color: #f9fafbd9; +} + .bg-gray-50\\/90 { background-color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b7280; } +.bg-gray-500\\/15 { + background-color: #6b728026; +} + .bg-gray-500\\/20 { background-color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b72804d; } +.bg-gray-500\\/35 { + background-color: #6b728059; +} + .bg-gray-500\\/40 { background-color: #6b728066; } +.bg-gray-500\\/45 { + background-color: #6b728073; +} + .bg-gray-500\\/5 { background-color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b728080; } +.bg-gray-500\\/55 { + background-color: #6b72808c; +} + .bg-gray-500\\/60 { background-color: #6b728099; } +.bg-gray-500\\/65 { + background-color: #6b7280a6; +} + .bg-gray-500\\/70 { background-color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b7280cc; } +.bg-gray-500\\/85 { + background-color: #6b7280d9; +} + .bg-gray-500\\/90 { background-color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4b5563; } +.bg-gray-600\\/15 { + background-color: #4b556326; +} + .bg-gray-600\\/20 { background-color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4b55634d; } +.bg-gray-600\\/35 { + background-color: #4b556359; +} + .bg-gray-600\\/40 { background-color: #4b556366; } +.bg-gray-600\\/45 { + background-color: #4b556373; +} + .bg-gray-600\\/5 { background-color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4b556380; } +.bg-gray-600\\/55 { + background-color: #4b55638c; +} + .bg-gray-600\\/60 { background-color: #4b556399; } +.bg-gray-600\\/65 { + background-color: #4b5563a6; +} + .bg-gray-600\\/70 { background-color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4b5563cc; } +.bg-gray-600\\/85 { + background-color: #4b5563d9; +} + .bg-gray-600\\/90 { background-color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #374151; } +.bg-gray-700\\/15 { + background-color: #37415126; +} + .bg-gray-700\\/20 { background-color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3741514d; } +.bg-gray-700\\/35 { + background-color: #37415159; +} + .bg-gray-700\\/40 { background-color: #37415166; } +.bg-gray-700\\/45 { + background-color: #37415173; +} + .bg-gray-700\\/5 { background-color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #37415180; } +.bg-gray-700\\/55 { + background-color: #3741518c; +} + .bg-gray-700\\/60 { background-color: #37415199; } +.bg-gray-700\\/65 { + background-color: #374151a6; +} + .bg-gray-700\\/70 { background-color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #374151cc; } +.bg-gray-700\\/85 { + background-color: #374151d9; +} + .bg-gray-700\\/90 { background-color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1f2937; } +.bg-gray-800\\/15 { + background-color: #1f293726; +} + .bg-gray-800\\/20 { background-color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1f29374d; } +.bg-gray-800\\/35 { + background-color: #1f293759; +} + .bg-gray-800\\/40 { background-color: #1f293766; } +.bg-gray-800\\/45 { + background-color: #1f293773; +} + .bg-gray-800\\/5 { background-color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1f293780; } +.bg-gray-800\\/55 { + background-color: #1f29378c; +} + .bg-gray-800\\/60 { background-color: #1f293799; } +.bg-gray-800\\/65 { + background-color: #1f2937a6; +} + .bg-gray-800\\/70 { background-color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1f2937cc; } +.bg-gray-800\\/85 { + background-color: #1f2937d9; +} + .bg-gray-800\\/90 { background-color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #111827; } +.bg-gray-900\\/15 { + background-color: #11182726; +} + .bg-gray-900\\/20 { background-color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1118274d; } +.bg-gray-900\\/35 { + background-color: #11182759; +} + .bg-gray-900\\/40 { background-color: #11182766; } +.bg-gray-900\\/45 { + background-color: #11182773; +} + .bg-gray-900\\/5 { background-color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #11182780; } +.bg-gray-900\\/55 { + background-color: #1118278c; +} + .bg-gray-900\\/60 { background-color: #11182799; } +.bg-gray-900\\/65 { + background-color: #111827a6; +} + .bg-gray-900\\/70 { background-color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #111827cc; } +.bg-gray-900\\/85 { + background-color: #111827d9; +} + .bg-gray-900\\/90 { background-color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #030712; } +.bg-gray-950\\/15 { + background-color: #03071226; +} + .bg-gray-950\\/20 { background-color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0307124d; } +.bg-gray-950\\/35 { + background-color: #03071259; +} + .bg-gray-950\\/40 { background-color: #03071266; } +.bg-gray-950\\/45 { + background-color: #03071273; +} + .bg-gray-950\\/5 { background-color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #03071280; } +.bg-gray-950\\/55 { + background-color: #0307128c; +} + .bg-gray-950\\/60 { background-color: #03071299; } +.bg-gray-950\\/65 { + background-color: #030712a6; +} + .bg-gray-950\\/70 { background-color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #030712cc; } +.bg-gray-950\\/85 { + background-color: #030712d9; +} + .bg-gray-950\\/90 { background-color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dcfce7; } +.bg-green-100\\/15 { + background-color: #dcfce726; +} + .bg-green-100\\/20 { background-color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dcfce74d; } +.bg-green-100\\/35 { + background-color: #dcfce759; +} + .bg-green-100\\/40 { background-color: #dcfce766; } +.bg-green-100\\/45 { + background-color: #dcfce773; +} + .bg-green-100\\/5 { background-color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dcfce780; } +.bg-green-100\\/55 { + background-color: #dcfce78c; +} + .bg-green-100\\/60 { background-color: #dcfce799; } +.bg-green-100\\/65 { + background-color: #dcfce7a6; +} + .bg-green-100\\/70 { background-color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dcfce7cc; } +.bg-green-100\\/85 { + background-color: #dcfce7d9; +} + .bg-green-100\\/90 { background-color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bbf7d0; } +.bg-green-200\\/15 { + background-color: #bbf7d026; +} + .bg-green-200\\/20 { background-color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bbf7d04d; } +.bg-green-200\\/35 { + background-color: #bbf7d059; +} + .bg-green-200\\/40 { background-color: #bbf7d066; } +.bg-green-200\\/45 { + background-color: #bbf7d073; +} + .bg-green-200\\/5 { background-color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bbf7d080; } +.bg-green-200\\/55 { + background-color: #bbf7d08c; +} + .bg-green-200\\/60 { background-color: #bbf7d099; } +.bg-green-200\\/65 { + background-color: #bbf7d0a6; +} + .bg-green-200\\/70 { background-color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bbf7d0cc; } +.bg-green-200\\/85 { + background-color: #bbf7d0d9; +} + .bg-green-200\\/90 { background-color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86efac; } +.bg-green-300\\/15 { + background-color: #86efac26; +} + .bg-green-300\\/20 { background-color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86efac4d; } +.bg-green-300\\/35 { + background-color: #86efac59; +} + .bg-green-300\\/40 { background-color: #86efac66; } +.bg-green-300\\/45 { + background-color: #86efac73; +} + .bg-green-300\\/5 { background-color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86efac80; } +.bg-green-300\\/55 { + background-color: #86efac8c; +} + .bg-green-300\\/60 { background-color: #86efac99; } +.bg-green-300\\/65 { + background-color: #86efaca6; +} + .bg-green-300\\/70 { background-color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #86efaccc; } +.bg-green-300\\/85 { + background-color: #86efacd9; +} + .bg-green-300\\/90 { background-color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4ade80; } +.bg-green-400\\/15 { + background-color: #4ade8026; +} + .bg-green-400\\/20 { background-color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4ade804d; } +.bg-green-400\\/35 { + background-color: #4ade8059; +} + .bg-green-400\\/40 { background-color: #4ade8066; } +.bg-green-400\\/45 { + background-color: #4ade8073; +} + .bg-green-400\\/5 { background-color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4ade8080; } +.bg-green-400\\/55 { + background-color: #4ade808c; +} + .bg-green-400\\/60 { background-color: #4ade8099; } +.bg-green-400\\/65 { + background-color: #4ade80a6; +} + .bg-green-400\\/70 { background-color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4ade80cc; } +.bg-green-400\\/85 { + background-color: #4ade80d9; +} + .bg-green-400\\/90 { background-color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdf4; } +.bg-green-50\\/15 { + background-color: #f0fdf426; +} + .bg-green-50\\/20 { background-color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdf44d; } +.bg-green-50\\/35 { + background-color: #f0fdf459; +} + .bg-green-50\\/40 { background-color: #f0fdf466; } +.bg-green-50\\/45 { + background-color: #f0fdf473; +} + .bg-green-50\\/5 { background-color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdf480; } +.bg-green-50\\/55 { + background-color: #f0fdf48c; +} + .bg-green-50\\/60 { background-color: #f0fdf499; } +.bg-green-50\\/65 { + background-color: #f0fdf4a6; +} + .bg-green-50\\/70 { background-color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdf4cc; } +.bg-green-50\\/85 { + background-color: #f0fdf4d9; +} + .bg-green-50\\/90 { background-color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22c55e; } +.bg-green-500\\/15 { + background-color: #22c55e26; +} + .bg-green-500\\/20 { background-color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22c55e4d; } +.bg-green-500\\/35 { + background-color: #22c55e59; +} + .bg-green-500\\/40 { background-color: #22c55e66; } +.bg-green-500\\/45 { + background-color: #22c55e73; +} + .bg-green-500\\/5 { background-color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22c55e80; } +.bg-green-500\\/55 { + background-color: #22c55e8c; +} + .bg-green-500\\/60 { background-color: #22c55e99; } +.bg-green-500\\/65 { + background-color: #22c55ea6; +} + .bg-green-500\\/70 { background-color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #22c55ecc; } +.bg-green-500\\/85 { + background-color: #22c55ed9; +} + .bg-green-500\\/90 { background-color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #16a34a; } +.bg-green-600\\/15 { + background-color: #16a34a26; +} + .bg-green-600\\/20 { background-color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #16a34a4d; } +.bg-green-600\\/35 { + background-color: #16a34a59; +} + .bg-green-600\\/40 { background-color: #16a34a66; } +.bg-green-600\\/45 { + background-color: #16a34a73; +} + .bg-green-600\\/5 { background-color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #16a34a80; } +.bg-green-600\\/55 { + background-color: #16a34a8c; +} + .bg-green-600\\/60 { background-color: #16a34a99; } +.bg-green-600\\/65 { + background-color: #16a34aa6; +} + .bg-green-600\\/70 { background-color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #16a34acc; } +.bg-green-600\\/85 { + background-color: #16a34ad9; +} + .bg-green-600\\/90 { background-color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #15803d; } +.bg-green-700\\/15 { + background-color: #15803d26; +} + .bg-green-700\\/20 { background-color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #15803d4d; } +.bg-green-700\\/35 { + background-color: #15803d59; +} + .bg-green-700\\/40 { background-color: #15803d66; } +.bg-green-700\\/45 { + background-color: #15803d73; +} + .bg-green-700\\/5 { background-color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #15803d80; } +.bg-green-700\\/55 { + background-color: #15803d8c; +} + .bg-green-700\\/60 { background-color: #15803d99; } +.bg-green-700\\/65 { + background-color: #15803da6; +} + .bg-green-700\\/70 { background-color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #15803dcc; } +.bg-green-700\\/85 { + background-color: #15803dd9; +} + .bg-green-700\\/90 { background-color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #166534; } +.bg-green-800\\/15 { + background-color: #16653426; +} + .bg-green-800\\/20 { background-color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1665344d; } +.bg-green-800\\/35 { + background-color: #16653459; +} + .bg-green-800\\/40 { background-color: #16653466; } +.bg-green-800\\/45 { + background-color: #16653473; +} + .bg-green-800\\/5 { background-color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #16653480; } +.bg-green-800\\/55 { + background-color: #1665348c; +} + .bg-green-800\\/60 { background-color: #16653499; } +.bg-green-800\\/65 { + background-color: #166534a6; +} + .bg-green-800\\/70 { background-color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #166534cc; } +.bg-green-800\\/85 { + background-color: #166534d9; +} + .bg-green-800\\/90 { background-color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14532d; } +.bg-green-900\\/15 { + background-color: #14532d26; +} + .bg-green-900\\/20 { background-color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14532d4d; } +.bg-green-900\\/35 { + background-color: #14532d59; +} + .bg-green-900\\/40 { background-color: #14532d66; } +.bg-green-900\\/45 { + background-color: #14532d73; +} + .bg-green-900\\/5 { background-color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14532d80; } +.bg-green-900\\/55 { + background-color: #14532d8c; +} + .bg-green-900\\/60 { background-color: #14532d99; } +.bg-green-900\\/65 { + background-color: #14532da6; +} + .bg-green-900\\/70 { background-color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14532dcc; } +.bg-green-900\\/85 { + background-color: #14532dd9; +} + .bg-green-900\\/90 { background-color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #052e16; } +.bg-green-950\\/15 { + background-color: #052e1626; +} + .bg-green-950\\/20 { background-color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #052e164d; } +.bg-green-950\\/35 { + background-color: #052e1659; +} + .bg-green-950\\/40 { background-color: #052e1666; } +.bg-green-950\\/45 { + background-color: #052e1673; +} + .bg-green-950\\/5 { background-color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #052e1680; } +.bg-green-950\\/55 { + background-color: #052e168c; +} + .bg-green-950\\/60 { background-color: #052e1699; } +.bg-green-950\\/65 { + background-color: #052e16a6; +} + .bg-green-950\\/70 { background-color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #052e16cc; } +.bg-green-950\\/85 { + background-color: #052e16d9; +} + .bg-green-950\\/90 { background-color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0e7ff; } +.bg-indigo-100\\/15 { + background-color: #e0e7ff26; +} + .bg-indigo-100\\/20 { background-color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0e7ff4d; } +.bg-indigo-100\\/35 { + background-color: #e0e7ff59; +} + .bg-indigo-100\\/40 { background-color: #e0e7ff66; } +.bg-indigo-100\\/45 { + background-color: #e0e7ff73; +} + .bg-indigo-100\\/5 { background-color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0e7ff80; } +.bg-indigo-100\\/55 { + background-color: #e0e7ff8c; +} + .bg-indigo-100\\/60 { background-color: #e0e7ff99; } +.bg-indigo-100\\/65 { + background-color: #e0e7ffa6; +} + .bg-indigo-100\\/70 { background-color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0e7ffcc; } +.bg-indigo-100\\/85 { + background-color: #e0e7ffd9; +} + .bg-indigo-100\\/90 { background-color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c7d2fe; } +.bg-indigo-200\\/15 { + background-color: #c7d2fe26; +} + .bg-indigo-200\\/20 { background-color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c7d2fe4d; } +.bg-indigo-200\\/35 { + background-color: #c7d2fe59; +} + .bg-indigo-200\\/40 { background-color: #c7d2fe66; } +.bg-indigo-200\\/45 { + background-color: #c7d2fe73; +} + .bg-indigo-200\\/5 { background-color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c7d2fe80; } +.bg-indigo-200\\/55 { + background-color: #c7d2fe8c; +} + .bg-indigo-200\\/60 { background-color: #c7d2fe99; } +.bg-indigo-200\\/65 { + background-color: #c7d2fea6; +} + .bg-indigo-200\\/70 { background-color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c7d2fecc; } +.bg-indigo-200\\/85 { + background-color: #c7d2fed9; +} + .bg-indigo-200\\/90 { background-color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5b4fc; } +.bg-indigo-300\\/15 { + background-color: #a5b4fc26; +} + .bg-indigo-300\\/20 { background-color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5b4fc4d; } +.bg-indigo-300\\/35 { + background-color: #a5b4fc59; +} + .bg-indigo-300\\/40 { background-color: #a5b4fc66; } +.bg-indigo-300\\/45 { + background-color: #a5b4fc73; +} + .bg-indigo-300\\/5 { background-color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5b4fc80; } +.bg-indigo-300\\/55 { + background-color: #a5b4fc8c; +} + .bg-indigo-300\\/60 { background-color: #a5b4fc99; } +.bg-indigo-300\\/65 { + background-color: #a5b4fca6; +} + .bg-indigo-300\\/70 { background-color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a5b4fccc; } +.bg-indigo-300\\/85 { + background-color: #a5b4fcd9; +} + .bg-indigo-300\\/90 { background-color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #818cf8; } +.bg-indigo-400\\/15 { + background-color: #818cf826; +} + .bg-indigo-400\\/20 { background-color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #818cf84d; } +.bg-indigo-400\\/35 { + background-color: #818cf859; +} + .bg-indigo-400\\/40 { background-color: #818cf866; } +.bg-indigo-400\\/45 { + background-color: #818cf873; +} + .bg-indigo-400\\/5 { background-color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #818cf880; } +.bg-indigo-400\\/55 { + background-color: #818cf88c; +} + .bg-indigo-400\\/60 { background-color: #818cf899; } +.bg-indigo-400\\/65 { + background-color: #818cf8a6; +} + .bg-indigo-400\\/70 { background-color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #818cf8cc; } +.bg-indigo-400\\/85 { + background-color: #818cf8d9; +} + .bg-indigo-400\\/90 { background-color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eef2ff; } +.bg-indigo-50\\/15 { + background-color: #eef2ff26; +} + .bg-indigo-50\\/20 { background-color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eef2ff4d; } +.bg-indigo-50\\/35 { + background-color: #eef2ff59; +} + .bg-indigo-50\\/40 { background-color: #eef2ff66; } +.bg-indigo-50\\/45 { + background-color: #eef2ff73; +} + .bg-indigo-50\\/5 { background-color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eef2ff80; } +.bg-indigo-50\\/55 { + background-color: #eef2ff8c; +} + .bg-indigo-50\\/60 { background-color: #eef2ff99; } +.bg-indigo-50\\/65 { + background-color: #eef2ffa6; +} + .bg-indigo-50\\/70 { background-color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eef2ffcc; } +.bg-indigo-50\\/85 { + background-color: #eef2ffd9; +} + .bg-indigo-50\\/90 { background-color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6366f1; } +.bg-indigo-500\\/15 { + background-color: #6366f126; +} + .bg-indigo-500\\/20 { background-color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6366f14d; } +.bg-indigo-500\\/35 { + background-color: #6366f159; +} + .bg-indigo-500\\/40 { background-color: #6366f166; } +.bg-indigo-500\\/45 { + background-color: #6366f173; +} + .bg-indigo-500\\/5 { background-color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6366f180; } +.bg-indigo-500\\/55 { + background-color: #6366f18c; +} + .bg-indigo-500\\/60 { background-color: #6366f199; } +.bg-indigo-500\\/65 { + background-color: #6366f1a6; +} + .bg-indigo-500\\/70 { background-color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6366f1cc; } +.bg-indigo-500\\/85 { + background-color: #6366f1d9; +} + .bg-indigo-500\\/90 { background-color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4f46e5; } +.bg-indigo-600\\/15 { + background-color: #4f46e526; +} + .bg-indigo-600\\/20 { background-color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4f46e54d; } +.bg-indigo-600\\/35 { + background-color: #4f46e559; +} + .bg-indigo-600\\/40 { background-color: #4f46e566; } +.bg-indigo-600\\/45 { + background-color: #4f46e573; +} + .bg-indigo-600\\/5 { background-color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4f46e580; } +.bg-indigo-600\\/55 { + background-color: #4f46e58c; +} + .bg-indigo-600\\/60 { background-color: #4f46e599; } +.bg-indigo-600\\/65 { + background-color: #4f46e5a6; +} + .bg-indigo-600\\/70 { background-color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4f46e5cc; } +.bg-indigo-600\\/85 { + background-color: #4f46e5d9; +} + .bg-indigo-600\\/90 { background-color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4338ca; } +.bg-indigo-700\\/15 { + background-color: #4338ca26; +} + .bg-indigo-700\\/20 { background-color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4338ca4d; } +.bg-indigo-700\\/35 { + background-color: #4338ca59; +} + .bg-indigo-700\\/40 { background-color: #4338ca66; } +.bg-indigo-700\\/45 { + background-color: #4338ca73; +} + .bg-indigo-700\\/5 { background-color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4338ca80; } +.bg-indigo-700\\/55 { + background-color: #4338ca8c; +} + .bg-indigo-700\\/60 { background-color: #4338ca99; } +.bg-indigo-700\\/65 { + background-color: #4338caa6; +} + .bg-indigo-700\\/70 { background-color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4338cacc; } +.bg-indigo-700\\/85 { + background-color: #4338cad9; +} + .bg-indigo-700\\/90 { background-color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3730a3; } +.bg-indigo-800\\/15 { + background-color: #3730a326; +} + .bg-indigo-800\\/20 { background-color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3730a34d; } +.bg-indigo-800\\/35 { + background-color: #3730a359; +} + .bg-indigo-800\\/40 { background-color: #3730a366; } +.bg-indigo-800\\/45 { + background-color: #3730a373; +} + .bg-indigo-800\\/5 { background-color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3730a380; } +.bg-indigo-800\\/55 { + background-color: #3730a38c; +} + .bg-indigo-800\\/60 { background-color: #3730a399; } +.bg-indigo-800\\/65 { + background-color: #3730a3a6; +} + .bg-indigo-800\\/70 { background-color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3730a3cc; } +.bg-indigo-800\\/85 { + background-color: #3730a3d9; +} + .bg-indigo-800\\/90 { background-color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #312e81; } +.bg-indigo-900\\/15 { + background-color: #312e8126; +} + .bg-indigo-900\\/20 { background-color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #312e814d; } +.bg-indigo-900\\/35 { + background-color: #312e8159; +} + .bg-indigo-900\\/40 { background-color: #312e8166; } +.bg-indigo-900\\/45 { + background-color: #312e8173; +} + .bg-indigo-900\\/5 { background-color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #312e8180; } +.bg-indigo-900\\/55 { + background-color: #312e818c; +} + .bg-indigo-900\\/60 { background-color: #312e8199; } +.bg-indigo-900\\/65 { + background-color: #312e81a6; +} + .bg-indigo-900\\/70 { background-color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #312e81cc; } +.bg-indigo-900\\/85 { + background-color: #312e81d9; +} + .bg-indigo-900\\/90 { background-color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e1b4b; } +.bg-indigo-950\\/15 { + background-color: #1e1b4b26; +} + .bg-indigo-950\\/20 { background-color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e1b4b4d; } +.bg-indigo-950\\/35 { + background-color: #1e1b4b59; +} + .bg-indigo-950\\/40 { background-color: #1e1b4b66; } +.bg-indigo-950\\/45 { + background-color: #1e1b4b73; +} + .bg-indigo-950\\/5 { background-color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e1b4b80; } +.bg-indigo-950\\/55 { + background-color: #1e1b4b8c; +} + .bg-indigo-950\\/60 { background-color: #1e1b4b99; } +.bg-indigo-950\\/65 { + background-color: #1e1b4ba6; +} + .bg-indigo-950\\/70 { background-color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e1b4bcc; } +.bg-indigo-950\\/85 { + background-color: #1e1b4bd9; +} + .bg-indigo-950\\/90 { background-color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfccb; } +.bg-lime-100\\/15 { + background-color: #ecfccb26; +} + .bg-lime-100\\/20 { background-color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfccb4d; } +.bg-lime-100\\/35 { + background-color: #ecfccb59; +} + .bg-lime-100\\/40 { background-color: #ecfccb66; } +.bg-lime-100\\/45 { + background-color: #ecfccb73; +} + .bg-lime-100\\/5 { background-color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfccb80; } +.bg-lime-100\\/55 { + background-color: #ecfccb8c; +} + .bg-lime-100\\/60 { background-color: #ecfccb99; } +.bg-lime-100\\/65 { + background-color: #ecfccba6; +} + .bg-lime-100\\/70 { background-color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ecfccbcc; } +.bg-lime-100\\/85 { + background-color: #ecfccbd9; +} + .bg-lime-100\\/90 { background-color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d9f99d; } +.bg-lime-200\\/15 { + background-color: #d9f99d26; +} + .bg-lime-200\\/20 { background-color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d9f99d4d; } +.bg-lime-200\\/35 { + background-color: #d9f99d59; +} + .bg-lime-200\\/40 { background-color: #d9f99d66; } +.bg-lime-200\\/45 { + background-color: #d9f99d73; +} + .bg-lime-200\\/5 { background-color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d9f99d80; } +.bg-lime-200\\/55 { + background-color: #d9f99d8c; +} + .bg-lime-200\\/60 { background-color: #d9f99d99; } +.bg-lime-200\\/65 { + background-color: #d9f99da6; +} + .bg-lime-200\\/70 { background-color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d9f99dcc; } +.bg-lime-200\\/85 { + background-color: #d9f99dd9; +} + .bg-lime-200\\/90 { background-color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bef264; } +.bg-lime-300\\/15 { + background-color: #bef26426; +} + .bg-lime-300\\/20 { background-color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bef2644d; } +.bg-lime-300\\/35 { + background-color: #bef26459; +} + .bg-lime-300\\/40 { background-color: #bef26466; } +.bg-lime-300\\/45 { + background-color: #bef26473; +} + .bg-lime-300\\/5 { background-color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bef26480; } +.bg-lime-300\\/55 { + background-color: #bef2648c; +} + .bg-lime-300\\/60 { background-color: #bef26499; } +.bg-lime-300\\/65 { + background-color: #bef264a6; +} + .bg-lime-300\\/70 { background-color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bef264cc; } +.bg-lime-300\\/85 { + background-color: #bef264d9; +} + .bg-lime-300\\/90 { background-color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3e635; } +.bg-lime-400\\/15 { + background-color: #a3e63526; +} + .bg-lime-400\\/20 { background-color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3e6354d; } +.bg-lime-400\\/35 { + background-color: #a3e63559; +} + .bg-lime-400\\/40 { background-color: #a3e63566; } +.bg-lime-400\\/45 { + background-color: #a3e63573; +} + .bg-lime-400\\/5 { background-color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3e63580; } +.bg-lime-400\\/55 { + background-color: #a3e6358c; +} + .bg-lime-400\\/60 { background-color: #a3e63599; } +.bg-lime-400\\/65 { + background-color: #a3e635a6; +} + .bg-lime-400\\/70 { background-color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3e635cc; } +.bg-lime-400\\/85 { + background-color: #a3e635d9; +} + .bg-lime-400\\/90 { background-color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f7fee7; } +.bg-lime-50\\/15 { + background-color: #f7fee726; +} + .bg-lime-50\\/20 { background-color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f7fee74d; } +.bg-lime-50\\/35 { + background-color: #f7fee759; +} + .bg-lime-50\\/40 { background-color: #f7fee766; } +.bg-lime-50\\/45 { + background-color: #f7fee773; +} + .bg-lime-50\\/5 { background-color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f7fee780; } +.bg-lime-50\\/55 { + background-color: #f7fee78c; +} + .bg-lime-50\\/60 { background-color: #f7fee799; } +.bg-lime-50\\/65 { + background-color: #f7fee7a6; +} + .bg-lime-50\\/70 { background-color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f7fee7cc; } +.bg-lime-50\\/85 { + background-color: #f7fee7d9; +} + .bg-lime-50\\/90 { background-color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #84cc16; } +.bg-lime-500\\/15 { + background-color: #84cc1626; +} + .bg-lime-500\\/20 { background-color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #84cc164d; } +.bg-lime-500\\/35 { + background-color: #84cc1659; +} + .bg-lime-500\\/40 { background-color: #84cc1666; } +.bg-lime-500\\/45 { + background-color: #84cc1673; +} + .bg-lime-500\\/5 { background-color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #84cc1680; } +.bg-lime-500\\/55 { + background-color: #84cc168c; +} + .bg-lime-500\\/60 { background-color: #84cc1699; } +.bg-lime-500\\/65 { + background-color: #84cc16a6; +} + .bg-lime-500\\/70 { background-color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #84cc16cc; } +.bg-lime-500\\/85 { + background-color: #84cc16d9; +} + .bg-lime-500\\/90 { background-color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #65a30d; } +.bg-lime-600\\/15 { + background-color: #65a30d26; +} + .bg-lime-600\\/20 { background-color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #65a30d4d; } +.bg-lime-600\\/35 { + background-color: #65a30d59; +} + .bg-lime-600\\/40 { background-color: #65a30d66; } +.bg-lime-600\\/45 { + background-color: #65a30d73; +} + .bg-lime-600\\/5 { background-color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #65a30d80; } +.bg-lime-600\\/55 { + background-color: #65a30d8c; +} + .bg-lime-600\\/60 { background-color: #65a30d99; } +.bg-lime-600\\/65 { + background-color: #65a30da6; +} + .bg-lime-600\\/70 { background-color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #65a30dcc; } +.bg-lime-600\\/85 { + background-color: #65a30dd9; +} + .bg-lime-600\\/90 { background-color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4d7c0f; } +.bg-lime-700\\/15 { + background-color: #4d7c0f26; +} + .bg-lime-700\\/20 { background-color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4d7c0f4d; } +.bg-lime-700\\/35 { + background-color: #4d7c0f59; +} + .bg-lime-700\\/40 { background-color: #4d7c0f66; } +.bg-lime-700\\/45 { + background-color: #4d7c0f73; +} + .bg-lime-700\\/5 { background-color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4d7c0f80; } +.bg-lime-700\\/55 { + background-color: #4d7c0f8c; +} + .bg-lime-700\\/60 { background-color: #4d7c0f99; } +.bg-lime-700\\/65 { + background-color: #4d7c0fa6; +} + .bg-lime-700\\/70 { background-color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4d7c0fcc; } +.bg-lime-700\\/85 { + background-color: #4d7c0fd9; +} + .bg-lime-700\\/90 { background-color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f6212; } +.bg-lime-800\\/15 { + background-color: #3f621226; +} + .bg-lime-800\\/20 { background-color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f62124d; } +.bg-lime-800\\/35 { + background-color: #3f621259; +} + .bg-lime-800\\/40 { background-color: #3f621266; } +.bg-lime-800\\/45 { + background-color: #3f621273; +} + .bg-lime-800\\/5 { background-color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f621280; } +.bg-lime-800\\/55 { + background-color: #3f62128c; +} + .bg-lime-800\\/60 { background-color: #3f621299; } +.bg-lime-800\\/65 { + background-color: #3f6212a6; +} + .bg-lime-800\\/70 { background-color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f6212cc; } +.bg-lime-800\\/85 { + background-color: #3f6212d9; +} + .bg-lime-800\\/90 { background-color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #365314; } +.bg-lime-900\\/15 { + background-color: #36531426; +} + .bg-lime-900\\/20 { background-color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3653144d; } +.bg-lime-900\\/35 { + background-color: #36531459; +} + .bg-lime-900\\/40 { background-color: #36531466; } +.bg-lime-900\\/45 { + background-color: #36531473; +} + .bg-lime-900\\/5 { background-color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #36531480; } +.bg-lime-900\\/55 { + background-color: #3653148c; +} + .bg-lime-900\\/60 { background-color: #36531499; } +.bg-lime-900\\/65 { + background-color: #365314a6; +} + .bg-lime-900\\/70 { background-color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #365314cc; } +.bg-lime-900\\/85 { + background-color: #365314d9; +} + .bg-lime-900\\/90 { background-color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1a2e05; } +.bg-lime-950\\/15 { + background-color: #1a2e0526; +} + .bg-lime-950\\/20 { background-color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1a2e054d; } +.bg-lime-950\\/35 { + background-color: #1a2e0559; +} + .bg-lime-950\\/40 { background-color: #1a2e0566; } +.bg-lime-950\\/45 { + background-color: #1a2e0573; +} + .bg-lime-950\\/5 { background-color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1a2e0580; } +.bg-lime-950\\/55 { + background-color: #1a2e058c; +} + .bg-lime-950\\/60 { background-color: #1a2e0599; } +.bg-lime-950\\/65 { + background-color: #1a2e05a6; +} + .bg-lime-950\\/70 { background-color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1a2e05cc; } +.bg-lime-950\\/85 { + background-color: #1a2e05d9; +} + .bg-lime-950\\/90 { background-color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f5; } +.bg-neutral-100\\/15 { + background-color: #f5f5f526; +} + .bg-neutral-100\\/20 { background-color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f54d; } +.bg-neutral-100\\/35 { + background-color: #f5f5f559; +} + .bg-neutral-100\\/40 { background-color: #f5f5f566; } +.bg-neutral-100\\/45 { + background-color: #f5f5f573; +} + .bg-neutral-100\\/5 { background-color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f580; } +.bg-neutral-100\\/55 { + background-color: #f5f5f58c; +} + .bg-neutral-100\\/60 { background-color: #f5f5f599; } +.bg-neutral-100\\/65 { + background-color: #f5f5f5a6; +} + .bg-neutral-100\\/70 { background-color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f5cc; } +.bg-neutral-100\\/85 { + background-color: #f5f5f5d9; +} + .bg-neutral-100\\/90 { background-color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e5e5; } +.bg-neutral-200\\/15 { + background-color: #e5e5e526; +} + .bg-neutral-200\\/20 { background-color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e5e54d; } +.bg-neutral-200\\/35 { + background-color: #e5e5e559; +} + .bg-neutral-200\\/40 { background-color: #e5e5e566; } +.bg-neutral-200\\/45 { + background-color: #e5e5e573; +} + .bg-neutral-200\\/5 { background-color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e5e580; } +.bg-neutral-200\\/55 { + background-color: #e5e5e58c; +} + .bg-neutral-200\\/60 { background-color: #e5e5e599; } +.bg-neutral-200\\/65 { + background-color: #e5e5e5a6; +} + .bg-neutral-200\\/70 { background-color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e5e5e5cc; } +.bg-neutral-200\\/85 { + background-color: #e5e5e5d9; +} + .bg-neutral-200\\/90 { background-color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d4; } +.bg-neutral-300\\/15 { + background-color: #d4d4d426; +} + .bg-neutral-300\\/20 { background-color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d44d; } +.bg-neutral-300\\/35 { + background-color: #d4d4d459; +} + .bg-neutral-300\\/40 { background-color: #d4d4d466; } +.bg-neutral-300\\/45 { + background-color: #d4d4d473; +} + .bg-neutral-300\\/5 { background-color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d480; } +.bg-neutral-300\\/55 { + background-color: #d4d4d48c; +} + .bg-neutral-300\\/60 { background-color: #d4d4d499; } +.bg-neutral-300\\/65 { + background-color: #d4d4d4a6; +} + .bg-neutral-300\\/70 { background-color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d4cc; } +.bg-neutral-300\\/85 { + background-color: #d4d4d4d9; +} + .bg-neutral-300\\/90 { background-color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3a3a3; } +.bg-neutral-400\\/15 { + background-color: #a3a3a326; +} + .bg-neutral-400\\/20 { background-color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3a3a34d; } +.bg-neutral-400\\/35 { + background-color: #a3a3a359; +} + .bg-neutral-400\\/40 { background-color: #a3a3a366; } +.bg-neutral-400\\/45 { + background-color: #a3a3a373; +} + .bg-neutral-400\\/5 { background-color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3a3a380; } +.bg-neutral-400\\/55 { + background-color: #a3a3a38c; +} + .bg-neutral-400\\/60 { background-color: #a3a3a399; } +.bg-neutral-400\\/65 { + background-color: #a3a3a3a6; +} + .bg-neutral-400\\/70 { background-color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a3a3a3cc; } +.bg-neutral-400\\/85 { + background-color: #a3a3a3d9; +} + .bg-neutral-400\\/90 { background-color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafa; } +.bg-neutral-50\\/15 { + background-color: #fafafa26; +} + .bg-neutral-50\\/20 { background-color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafa4d; } +.bg-neutral-50\\/35 { + background-color: #fafafa59; +} + .bg-neutral-50\\/40 { background-color: #fafafa66; } +.bg-neutral-50\\/45 { + background-color: #fafafa73; +} + .bg-neutral-50\\/5 { background-color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafa80; } +.bg-neutral-50\\/55 { + background-color: #fafafa8c; +} + .bg-neutral-50\\/60 { background-color: #fafafa99; } +.bg-neutral-50\\/65 { + background-color: #fafafaa6; +} + .bg-neutral-50\\/70 { background-color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafacc; } +.bg-neutral-50\\/85 { + background-color: #fafafad9; +} + .bg-neutral-50\\/90 { background-color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #737373; } +.bg-neutral-500\\/15 { + background-color: #73737326; +} + .bg-neutral-500\\/20 { background-color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7373734d; } +.bg-neutral-500\\/35 { + background-color: #73737359; +} + .bg-neutral-500\\/40 { background-color: #73737366; } +.bg-neutral-500\\/45 { + background-color: #73737373; +} + .bg-neutral-500\\/5 { background-color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #73737380; } +.bg-neutral-500\\/55 { + background-color: #7373738c; +} + .bg-neutral-500\\/60 { background-color: #73737399; } +.bg-neutral-500\\/65 { + background-color: #737373a6; +} + .bg-neutral-500\\/70 { background-color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #737373cc; } +.bg-neutral-500\\/85 { + background-color: #737373d9; +} + .bg-neutral-500\\/90 { background-color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #525252; } +.bg-neutral-600\\/15 { + background-color: #52525226; +} + .bg-neutral-600\\/20 { background-color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5252524d; } +.bg-neutral-600\\/35 { + background-color: #52525259; +} + .bg-neutral-600\\/40 { background-color: #52525266; } +.bg-neutral-600\\/45 { + background-color: #52525273; +} + .bg-neutral-600\\/5 { background-color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #52525280; } +.bg-neutral-600\\/55 { + background-color: #5252528c; +} + .bg-neutral-600\\/60 { background-color: #52525299; } +.bg-neutral-600\\/65 { + background-color: #525252a6; +} + .bg-neutral-600\\/70 { background-color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #525252cc; } +.bg-neutral-600\\/85 { + background-color: #525252d9; +} + .bg-neutral-600\\/90 { background-color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #404040; } +.bg-neutral-700\\/15 { + background-color: #40404026; +} + .bg-neutral-700\\/20 { background-color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4040404d; } +.bg-neutral-700\\/35 { + background-color: #40404059; +} + .bg-neutral-700\\/40 { background-color: #40404066; } +.bg-neutral-700\\/45 { + background-color: #40404073; +} + .bg-neutral-700\\/5 { background-color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #40404080; } +.bg-neutral-700\\/55 { + background-color: #4040408c; +} + .bg-neutral-700\\/60 { background-color: #40404099; } +.bg-neutral-700\\/65 { + background-color: #404040a6; +} + .bg-neutral-700\\/70 { background-color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #404040cc; } +.bg-neutral-700\\/85 { + background-color: #404040d9; +} + .bg-neutral-700\\/90 { background-color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #262626; } +.bg-neutral-800\\/15 { + background-color: #26262626; +} + .bg-neutral-800\\/20 { background-color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2626264d; } +.bg-neutral-800\\/35 { + background-color: #26262659; +} + .bg-neutral-800\\/40 { background-color: #26262666; } +.bg-neutral-800\\/45 { + background-color: #26262673; +} + .bg-neutral-800\\/5 { background-color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #26262680; } +.bg-neutral-800\\/55 { + background-color: #2626268c; +} + .bg-neutral-800\\/60 { background-color: #26262699; } +.bg-neutral-800\\/65 { + background-color: #262626a6; +} + .bg-neutral-800\\/70 { background-color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #262626cc; } +.bg-neutral-800\\/85 { + background-color: #262626d9; +} + .bg-neutral-800\\/90 { background-color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #171717; } +.bg-neutral-900\\/15 { + background-color: #17171726; +} + .bg-neutral-900\\/20 { background-color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1717174d; } +.bg-neutral-900\\/35 { + background-color: #17171759; +} + .bg-neutral-900\\/40 { background-color: #17171766; } +.bg-neutral-900\\/45 { + background-color: #17171773; +} + .bg-neutral-900\\/5 { background-color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #17171780; } +.bg-neutral-900\\/55 { + background-color: #1717178c; +} + .bg-neutral-900\\/60 { background-color: #17171799; } +.bg-neutral-900\\/65 { + background-color: #171717a6; +} + .bg-neutral-900\\/70 { background-color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #171717cc; } +.bg-neutral-900\\/85 { + background-color: #171717d9; +} + .bg-neutral-900\\/90 { background-color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0a0a0a; } +.bg-neutral-950\\/15 { + background-color: #0a0a0a26; +} + .bg-neutral-950\\/20 { background-color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0a0a0a4d; } +.bg-neutral-950\\/35 { + background-color: #0a0a0a59; +} + .bg-neutral-950\\/40 { background-color: #0a0a0a66; } +.bg-neutral-950\\/45 { + background-color: #0a0a0a73; +} + .bg-neutral-950\\/5 { background-color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0a0a0a80; } +.bg-neutral-950\\/55 { + background-color: #0a0a0a8c; +} + .bg-neutral-950\\/60 { background-color: #0a0a0a99; } +.bg-neutral-950\\/65 { + background-color: #0a0a0aa6; +} + .bg-neutral-950\\/70 { background-color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0a0a0acc; } +.bg-neutral-950\\/85 { + background-color: #0a0a0ad9; +} + .bg-neutral-950\\/90 { background-color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffedd5; } +.bg-orange-100\\/15 { + background-color: #ffedd526; +} + .bg-orange-100\\/20 { background-color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffedd54d; } +.bg-orange-100\\/35 { + background-color: #ffedd559; +} + .bg-orange-100\\/40 { background-color: #ffedd566; } +.bg-orange-100\\/45 { + background-color: #ffedd573; +} + .bg-orange-100\\/5 { background-color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffedd580; } +.bg-orange-100\\/55 { + background-color: #ffedd58c; +} + .bg-orange-100\\/60 { background-color: #ffedd599; } +.bg-orange-100\\/65 { + background-color: #ffedd5a6; +} + .bg-orange-100\\/70 { background-color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffedd5cc; } +.bg-orange-100\\/85 { + background-color: #ffedd5d9; +} + .bg-orange-100\\/90 { background-color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fed7aa; } +.bg-orange-200\\/15 { + background-color: #fed7aa26; +} + .bg-orange-200\\/20 { background-color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fed7aa4d; } +.bg-orange-200\\/35 { + background-color: #fed7aa59; +} + .bg-orange-200\\/40 { background-color: #fed7aa66; } +.bg-orange-200\\/45 { + background-color: #fed7aa73; +} + .bg-orange-200\\/5 { background-color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fed7aa80; } +.bg-orange-200\\/55 { + background-color: #fed7aa8c; +} + .bg-orange-200\\/60 { background-color: #fed7aa99; } +.bg-orange-200\\/65 { + background-color: #fed7aaa6; +} + .bg-orange-200\\/70 { background-color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fed7aacc; } +.bg-orange-200\\/85 { + background-color: #fed7aad9; +} + .bg-orange-200\\/90 { background-color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdba74; } +.bg-orange-300\\/15 { + background-color: #fdba7426; +} + .bg-orange-300\\/20 { background-color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdba744d; } +.bg-orange-300\\/35 { + background-color: #fdba7459; +} + .bg-orange-300\\/40 { background-color: #fdba7466; } +.bg-orange-300\\/45 { + background-color: #fdba7473; +} + .bg-orange-300\\/5 { background-color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdba7480; } +.bg-orange-300\\/55 { + background-color: #fdba748c; +} + .bg-orange-300\\/60 { background-color: #fdba7499; } +.bg-orange-300\\/65 { + background-color: #fdba74a6; +} + .bg-orange-300\\/70 { background-color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdba74cc; } +.bg-orange-300\\/85 { + background-color: #fdba74d9; +} + .bg-orange-300\\/90 { background-color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb923c; } +.bg-orange-400\\/15 { + background-color: #fb923c26; +} + .bg-orange-400\\/20 { background-color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb923c4d; } +.bg-orange-400\\/35 { + background-color: #fb923c59; +} + .bg-orange-400\\/40 { background-color: #fb923c66; } +.bg-orange-400\\/45 { + background-color: #fb923c73; +} + .bg-orange-400\\/5 { background-color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb923c80; } +.bg-orange-400\\/55 { + background-color: #fb923c8c; +} + .bg-orange-400\\/60 { background-color: #fb923c99; } +.bg-orange-400\\/65 { + background-color: #fb923ca6; +} + .bg-orange-400\\/70 { background-color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb923ccc; } +.bg-orange-400\\/85 { + background-color: #fb923cd9; +} + .bg-orange-400\\/90 { background-color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff7ed; } +.bg-orange-50\\/15 { + background-color: #fff7ed26; +} + .bg-orange-50\\/20 { background-color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff7ed4d; } +.bg-orange-50\\/35 { + background-color: #fff7ed59; +} + .bg-orange-50\\/40 { background-color: #fff7ed66; } +.bg-orange-50\\/45 { + background-color: #fff7ed73; +} + .bg-orange-50\\/5 { background-color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff7ed80; } +.bg-orange-50\\/55 { + background-color: #fff7ed8c; +} + .bg-orange-50\\/60 { background-color: #fff7ed99; } +.bg-orange-50\\/65 { + background-color: #fff7eda6; +} + .bg-orange-50\\/70 { background-color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff7edcc; } +.bg-orange-50\\/85 { + background-color: #fff7edd9; +} + .bg-orange-50\\/90 { background-color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f97316; } +.bg-orange-500\\/15 { + background-color: #f9731626; +} + .bg-orange-500\\/20 { background-color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f973164d; } +.bg-orange-500\\/35 { + background-color: #f9731659; +} + .bg-orange-500\\/40 { background-color: #f9731666; } +.bg-orange-500\\/45 { + background-color: #f9731673; +} + .bg-orange-500\\/5 { background-color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9731680; } +.bg-orange-500\\/55 { + background-color: #f973168c; +} + .bg-orange-500\\/60 { background-color: #f9731699; } +.bg-orange-500\\/65 { + background-color: #f97316a6; +} + .bg-orange-500\\/70 { background-color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f97316cc; } +.bg-orange-500\\/85 { + background-color: #f97316d9; +} + .bg-orange-500\\/90 { background-color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ea580c; } +.bg-orange-600\\/15 { + background-color: #ea580c26; +} + .bg-orange-600\\/20 { background-color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ea580c4d; } +.bg-orange-600\\/35 { + background-color: #ea580c59; +} + .bg-orange-600\\/40 { background-color: #ea580c66; } +.bg-orange-600\\/45 { + background-color: #ea580c73; +} + .bg-orange-600\\/5 { background-color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ea580c80; } +.bg-orange-600\\/55 { + background-color: #ea580c8c; +} + .bg-orange-600\\/60 { background-color: #ea580c99; } +.bg-orange-600\\/65 { + background-color: #ea580ca6; +} + .bg-orange-600\\/70 { background-color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ea580ccc; } +.bg-orange-600\\/85 { + background-color: #ea580cd9; +} + .bg-orange-600\\/90 { background-color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c2410c; } +.bg-orange-700\\/15 { + background-color: #c2410c26; +} + .bg-orange-700\\/20 { background-color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c2410c4d; } +.bg-orange-700\\/35 { + background-color: #c2410c59; +} + .bg-orange-700\\/40 { background-color: #c2410c66; } +.bg-orange-700\\/45 { + background-color: #c2410c73; +} + .bg-orange-700\\/5 { background-color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c2410c80; } +.bg-orange-700\\/55 { + background-color: #c2410c8c; +} + .bg-orange-700\\/60 { background-color: #c2410c99; } +.bg-orange-700\\/65 { + background-color: #c2410ca6; +} + .bg-orange-700\\/70 { background-color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c2410ccc; } +.bg-orange-700\\/85 { + background-color: #c2410cd9; +} + .bg-orange-700\\/90 { background-color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9a3412; } +.bg-orange-800\\/15 { + background-color: #9a341226; +} + .bg-orange-800\\/20 { background-color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9a34124d; } +.bg-orange-800\\/35 { + background-color: #9a341259; +} + .bg-orange-800\\/40 { background-color: #9a341266; } +.bg-orange-800\\/45 { + background-color: #9a341273; +} + .bg-orange-800\\/5 { background-color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9a341280; } +.bg-orange-800\\/55 { + background-color: #9a34128c; +} + .bg-orange-800\\/60 { background-color: #9a341299; } +.bg-orange-800\\/65 { + background-color: #9a3412a6; +} + .bg-orange-800\\/70 { background-color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9a3412cc; } +.bg-orange-800\\/85 { + background-color: #9a3412d9; +} + .bg-orange-800\\/90 { background-color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c2d12; } +.bg-orange-900\\/15 { + background-color: #7c2d1226; +} + .bg-orange-900\\/20 { background-color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c2d124d; } +.bg-orange-900\\/35 { + background-color: #7c2d1259; +} + .bg-orange-900\\/40 { background-color: #7c2d1266; } +.bg-orange-900\\/45 { + background-color: #7c2d1273; +} + .bg-orange-900\\/5 { background-color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c2d1280; } +.bg-orange-900\\/55 { + background-color: #7c2d128c; +} + .bg-orange-900\\/60 { background-color: #7c2d1299; } +.bg-orange-900\\/65 { + background-color: #7c2d12a6; +} + .bg-orange-900\\/70 { background-color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c2d12cc; } +.bg-orange-900\\/85 { + background-color: #7c2d12d9; +} + .bg-orange-900\\/90 { background-color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #431407; } +.bg-orange-950\\/15 { + background-color: #43140726; +} + .bg-orange-950\\/20 { background-color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4314074d; } +.bg-orange-950\\/35 { + background-color: #43140759; +} + .bg-orange-950\\/40 { background-color: #43140766; } +.bg-orange-950\\/45 { + background-color: #43140773; +} + .bg-orange-950\\/5 { background-color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #43140780; } +.bg-orange-950\\/55 { + background-color: #4314078c; +} + .bg-orange-950\\/60 { background-color: #43140799; } +.bg-orange-950\\/65 { + background-color: #431407a6; +} + .bg-orange-950\\/70 { background-color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #431407cc; } +.bg-orange-950\\/85 { + background-color: #431407d9; +} + .bg-orange-950\\/90 { background-color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fce7f3; } +.bg-pink-100\\/15 { + background-color: #fce7f326; +} + .bg-pink-100\\/20 { background-color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fce7f34d; } +.bg-pink-100\\/35 { + background-color: #fce7f359; +} + .bg-pink-100\\/40 { background-color: #fce7f366; } +.bg-pink-100\\/45 { + background-color: #fce7f373; +} + .bg-pink-100\\/5 { background-color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fce7f380; } +.bg-pink-100\\/55 { + background-color: #fce7f38c; +} + .bg-pink-100\\/60 { background-color: #fce7f399; } +.bg-pink-100\\/65 { + background-color: #fce7f3a6; +} + .bg-pink-100\\/70 { background-color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fce7f3cc; } +.bg-pink-100\\/85 { + background-color: #fce7f3d9; +} + .bg-pink-100\\/90 { background-color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbcfe8; } +.bg-pink-200\\/15 { + background-color: #fbcfe826; +} + .bg-pink-200\\/20 { background-color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbcfe84d; } +.bg-pink-200\\/35 { + background-color: #fbcfe859; +} + .bg-pink-200\\/40 { background-color: #fbcfe866; } +.bg-pink-200\\/45 { + background-color: #fbcfe873; +} + .bg-pink-200\\/5 { background-color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbcfe880; } +.bg-pink-200\\/55 { + background-color: #fbcfe88c; +} + .bg-pink-200\\/60 { background-color: #fbcfe899; } +.bg-pink-200\\/65 { + background-color: #fbcfe8a6; +} + .bg-pink-200\\/70 { background-color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fbcfe8cc; } +.bg-pink-200\\/85 { + background-color: #fbcfe8d9; +} + .bg-pink-200\\/90 { background-color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9a8d4; } +.bg-pink-300\\/15 { + background-color: #f9a8d426; +} + .bg-pink-300\\/20 { background-color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9a8d44d; } +.bg-pink-300\\/35 { + background-color: #f9a8d459; +} + .bg-pink-300\\/40 { background-color: #f9a8d466; } +.bg-pink-300\\/45 { + background-color: #f9a8d473; +} + .bg-pink-300\\/5 { background-color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9a8d480; } +.bg-pink-300\\/55 { + background-color: #f9a8d48c; +} + .bg-pink-300\\/60 { background-color: #f9a8d499; } +.bg-pink-300\\/65 { + background-color: #f9a8d4a6; +} + .bg-pink-300\\/70 { background-color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f9a8d4cc; } +.bg-pink-300\\/85 { + background-color: #f9a8d4d9; +} + .bg-pink-300\\/90 { background-color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f472b6; } +.bg-pink-400\\/15 { + background-color: #f472b626; +} + .bg-pink-400\\/20 { background-color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f472b64d; } +.bg-pink-400\\/35 { + background-color: #f472b659; +} + .bg-pink-400\\/40 { background-color: #f472b666; } +.bg-pink-400\\/45 { + background-color: #f472b673; +} + .bg-pink-400\\/5 { background-color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f472b680; } +.bg-pink-400\\/55 { + background-color: #f472b68c; +} + .bg-pink-400\\/60 { background-color: #f472b699; } +.bg-pink-400\\/65 { + background-color: #f472b6a6; +} + .bg-pink-400\\/70 { background-color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f472b6cc; } +.bg-pink-400\\/85 { + background-color: #f472b6d9; +} + .bg-pink-400\\/90 { background-color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf2f8; } +.bg-pink-50\\/15 { + background-color: #fdf2f826; +} + .bg-pink-50\\/20 { background-color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf2f84d; } +.bg-pink-50\\/35 { + background-color: #fdf2f859; +} + .bg-pink-50\\/40 { background-color: #fdf2f866; } +.bg-pink-50\\/45 { + background-color: #fdf2f873; +} + .bg-pink-50\\/5 { background-color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf2f880; } +.bg-pink-50\\/55 { + background-color: #fdf2f88c; +} + .bg-pink-50\\/60 { background-color: #fdf2f899; } +.bg-pink-50\\/65 { + background-color: #fdf2f8a6; +} + .bg-pink-50\\/70 { background-color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fdf2f8cc; } +.bg-pink-50\\/85 { + background-color: #fdf2f8d9; +} + .bg-pink-50\\/90 { background-color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ec4899; } +.bg-pink-500\\/15 { + background-color: #ec489926; +} + .bg-pink-500\\/20 { background-color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ec48994d; } +.bg-pink-500\\/35 { + background-color: #ec489959; +} + .bg-pink-500\\/40 { background-color: #ec489966; } +.bg-pink-500\\/45 { + background-color: #ec489973; +} + .bg-pink-500\\/5 { background-color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ec489980; } +.bg-pink-500\\/55 { + background-color: #ec48998c; +} + .bg-pink-500\\/60 { background-color: #ec489999; } +.bg-pink-500\\/65 { + background-color: #ec4899a6; +} + .bg-pink-500\\/70 { background-color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ec4899cc; } +.bg-pink-500\\/85 { + background-color: #ec4899d9; +} + .bg-pink-500\\/90 { background-color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #db2777; } +.bg-pink-600\\/15 { + background-color: #db277726; +} + .bg-pink-600\\/20 { background-color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #db27774d; } +.bg-pink-600\\/35 { + background-color: #db277759; +} + .bg-pink-600\\/40 { background-color: #db277766; } +.bg-pink-600\\/45 { + background-color: #db277773; +} + .bg-pink-600\\/5 { background-color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #db277780; } +.bg-pink-600\\/55 { + background-color: #db27778c; +} + .bg-pink-600\\/60 { background-color: #db277799; } +.bg-pink-600\\/65 { + background-color: #db2777a6; +} + .bg-pink-600\\/70 { background-color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #db2777cc; } +.bg-pink-600\\/85 { + background-color: #db2777d9; +} + .bg-pink-600\\/90 { background-color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be185d; } +.bg-pink-700\\/15 { + background-color: #be185d26; +} + .bg-pink-700\\/20 { background-color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be185d4d; } +.bg-pink-700\\/35 { + background-color: #be185d59; +} + .bg-pink-700\\/40 { background-color: #be185d66; } +.bg-pink-700\\/45 { + background-color: #be185d73; +} + .bg-pink-700\\/5 { background-color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be185d80; } +.bg-pink-700\\/55 { + background-color: #be185d8c; +} + .bg-pink-700\\/60 { background-color: #be185d99; } +.bg-pink-700\\/65 { + background-color: #be185da6; +} + .bg-pink-700\\/70 { background-color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be185dcc; } +.bg-pink-700\\/85 { + background-color: #be185dd9; +} + .bg-pink-700\\/90 { background-color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9d174d; } +.bg-pink-800\\/15 { + background-color: #9d174d26; +} + .bg-pink-800\\/20 { background-color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9d174d4d; } +.bg-pink-800\\/35 { + background-color: #9d174d59; +} + .bg-pink-800\\/40 { background-color: #9d174d66; } +.bg-pink-800\\/45 { + background-color: #9d174d73; +} + .bg-pink-800\\/5 { background-color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9d174d80; } +.bg-pink-800\\/55 { + background-color: #9d174d8c; +} + .bg-pink-800\\/60 { background-color: #9d174d99; } +.bg-pink-800\\/65 { + background-color: #9d174da6; +} + .bg-pink-800\\/70 { background-color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9d174dcc; } +.bg-pink-800\\/85 { + background-color: #9d174dd9; +} + .bg-pink-800\\/90 { background-color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #831843; } +.bg-pink-900\\/15 { + background-color: #83184326; +} + .bg-pink-900\\/20 { background-color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #8318434d; } +.bg-pink-900\\/35 { + background-color: #83184359; +} + .bg-pink-900\\/40 { background-color: #83184366; } +.bg-pink-900\\/45 { + background-color: #83184373; +} + .bg-pink-900\\/5 { background-color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #83184380; } +.bg-pink-900\\/55 { + background-color: #8318438c; +} + .bg-pink-900\\/60 { background-color: #83184399; } +.bg-pink-900\\/65 { + background-color: #831843a6; +} + .bg-pink-900\\/70 { background-color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #831843cc; } +.bg-pink-900\\/85 { + background-color: #831843d9; +} + .bg-pink-900\\/90 { background-color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #500724; } +.bg-pink-950\\/15 { + background-color: #50072426; +} + .bg-pink-950\\/20 { background-color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5007244d; } +.bg-pink-950\\/35 { + background-color: #50072459; +} + .bg-pink-950\\/40 { background-color: #50072466; } +.bg-pink-950\\/45 { + background-color: #50072473; +} + .bg-pink-950\\/5 { background-color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #50072480; } +.bg-pink-950\\/55 { + background-color: #5007248c; +} + .bg-pink-950\\/60 { background-color: #50072499; } +.bg-pink-950\\/65 { + background-color: #500724a6; +} + .bg-pink-950\\/70 { background-color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #500724cc; } +.bg-pink-950\\/85 { + background-color: #500724d9; +} + .bg-pink-950\\/90 { background-color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3e8ff; } +.bg-purple-100\\/15 { + background-color: #f3e8ff26; +} + .bg-purple-100\\/20 { background-color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3e8ff4d; } +.bg-purple-100\\/35 { + background-color: #f3e8ff59; +} + .bg-purple-100\\/40 { background-color: #f3e8ff66; } +.bg-purple-100\\/45 { + background-color: #f3e8ff73; +} + .bg-purple-100\\/5 { background-color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3e8ff80; } +.bg-purple-100\\/55 { + background-color: #f3e8ff8c; +} + .bg-purple-100\\/60 { background-color: #f3e8ff99; } +.bg-purple-100\\/65 { + background-color: #f3e8ffa6; +} + .bg-purple-100\\/70 { background-color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f3e8ffcc; } +.bg-purple-100\\/85 { + background-color: #f3e8ffd9; +} + .bg-purple-100\\/90 { background-color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e9d5ff; } +.bg-purple-200\\/15 { + background-color: #e9d5ff26; +} + .bg-purple-200\\/20 { background-color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e9d5ff4d; } +.bg-purple-200\\/35 { + background-color: #e9d5ff59; +} + .bg-purple-200\\/40 { background-color: #e9d5ff66; } +.bg-purple-200\\/45 { + background-color: #e9d5ff73; +} + .bg-purple-200\\/5 { background-color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e9d5ff80; } +.bg-purple-200\\/55 { + background-color: #e9d5ff8c; +} + .bg-purple-200\\/60 { background-color: #e9d5ff99; } +.bg-purple-200\\/65 { + background-color: #e9d5ffa6; +} + .bg-purple-200\\/70 { background-color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e9d5ffcc; } +.bg-purple-200\\/85 { + background-color: #e9d5ffd9; +} + .bg-purple-200\\/90 { background-color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d8b4fe; } +.bg-purple-300\\/15 { + background-color: #d8b4fe26; +} + .bg-purple-300\\/20 { background-color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d8b4fe4d; } +.bg-purple-300\\/35 { + background-color: #d8b4fe59; +} + .bg-purple-300\\/40 { background-color: #d8b4fe66; } +.bg-purple-300\\/45 { + background-color: #d8b4fe73; +} + .bg-purple-300\\/5 { background-color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d8b4fe80; } +.bg-purple-300\\/55 { + background-color: #d8b4fe8c; +} + .bg-purple-300\\/60 { background-color: #d8b4fe99; } +.bg-purple-300\\/65 { + background-color: #d8b4fea6; +} + .bg-purple-300\\/70 { background-color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d8b4fecc; } +.bg-purple-300\\/85 { + background-color: #d8b4fed9; +} + .bg-purple-300\\/90 { background-color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c084fc; } +.bg-purple-400\\/15 { + background-color: #c084fc26; +} + .bg-purple-400\\/20 { background-color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c084fc4d; } +.bg-purple-400\\/35 { + background-color: #c084fc59; +} + .bg-purple-400\\/40 { background-color: #c084fc66; } +.bg-purple-400\\/45 { + background-color: #c084fc73; +} + .bg-purple-400\\/5 { background-color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c084fc80; } +.bg-purple-400\\/55 { + background-color: #c084fc8c; +} + .bg-purple-400\\/60 { background-color: #c084fc99; } +.bg-purple-400\\/65 { + background-color: #c084fca6; +} + .bg-purple-400\\/70 { background-color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c084fccc; } +.bg-purple-400\\/85 { + background-color: #c084fcd9; +} + .bg-purple-400\\/90 { background-color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #faf5ff; } +.bg-purple-50\\/15 { + background-color: #faf5ff26; +} + .bg-purple-50\\/20 { background-color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #faf5ff4d; } +.bg-purple-50\\/35 { + background-color: #faf5ff59; +} + .bg-purple-50\\/40 { background-color: #faf5ff66; } +.bg-purple-50\\/45 { + background-color: #faf5ff73; +} + .bg-purple-50\\/5 { background-color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #faf5ff80; } +.bg-purple-50\\/55 { + background-color: #faf5ff8c; +} + .bg-purple-50\\/60 { background-color: #faf5ff99; } +.bg-purple-50\\/65 { + background-color: #faf5ffa6; +} + .bg-purple-50\\/70 { background-color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #faf5ffcc; } +.bg-purple-50\\/85 { + background-color: #faf5ffd9; +} + .bg-purple-50\\/90 { background-color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a855f7; } +.bg-purple-500\\/15 { + background-color: #a855f726; +} + .bg-purple-500\\/20 { background-color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a855f74d; } +.bg-purple-500\\/35 { + background-color: #a855f759; +} + .bg-purple-500\\/40 { background-color: #a855f766; } +.bg-purple-500\\/45 { + background-color: #a855f773; +} + .bg-purple-500\\/5 { background-color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a855f780; } +.bg-purple-500\\/55 { + background-color: #a855f78c; +} + .bg-purple-500\\/60 { background-color: #a855f799; } +.bg-purple-500\\/65 { + background-color: #a855f7a6; +} + .bg-purple-500\\/70 { background-color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a855f7cc; } +.bg-purple-500\\/85 { + background-color: #a855f7d9; +} + .bg-purple-500\\/90 { background-color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9333ea; } +.bg-purple-600\\/15 { + background-color: #9333ea26; +} + .bg-purple-600\\/20 { background-color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9333ea4d; } +.bg-purple-600\\/35 { + background-color: #9333ea59; +} + .bg-purple-600\\/40 { background-color: #9333ea66; } +.bg-purple-600\\/45 { + background-color: #9333ea73; +} + .bg-purple-600\\/5 { background-color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9333ea80; } +.bg-purple-600\\/55 { + background-color: #9333ea8c; +} + .bg-purple-600\\/60 { background-color: #9333ea99; } +.bg-purple-600\\/65 { + background-color: #9333eaa6; +} + .bg-purple-600\\/70 { background-color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9333eacc; } +.bg-purple-600\\/85 { + background-color: #9333ead9; +} + .bg-purple-600\\/90 { background-color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7e22ce; } +.bg-purple-700\\/15 { + background-color: #7e22ce26; +} + .bg-purple-700\\/20 { background-color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7e22ce4d; } +.bg-purple-700\\/35 { + background-color: #7e22ce59; +} + .bg-purple-700\\/40 { background-color: #7e22ce66; } +.bg-purple-700\\/45 { + background-color: #7e22ce73; +} + .bg-purple-700\\/5 { background-color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7e22ce80; } +.bg-purple-700\\/55 { + background-color: #7e22ce8c; +} + .bg-purple-700\\/60 { background-color: #7e22ce99; } +.bg-purple-700\\/65 { + background-color: #7e22cea6; +} + .bg-purple-700\\/70 { background-color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7e22cecc; } +.bg-purple-700\\/85 { + background-color: #7e22ced9; +} + .bg-purple-700\\/90 { background-color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b21a8; } +.bg-purple-800\\/15 { + background-color: #6b21a826; +} + .bg-purple-800\\/20 { background-color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b21a84d; } +.bg-purple-800\\/35 { + background-color: #6b21a859; +} + .bg-purple-800\\/40 { background-color: #6b21a866; } +.bg-purple-800\\/45 { + background-color: #6b21a873; +} + .bg-purple-800\\/5 { background-color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b21a880; } +.bg-purple-800\\/55 { + background-color: #6b21a88c; +} + .bg-purple-800\\/60 { background-color: #6b21a899; } +.bg-purple-800\\/65 { + background-color: #6b21a8a6; +} + .bg-purple-800\\/70 { background-color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6b21a8cc; } +.bg-purple-800\\/85 { + background-color: #6b21a8d9; +} + .bg-purple-800\\/90 { background-color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #581c87; } +.bg-purple-900\\/15 { + background-color: #581c8726; +} + .bg-purple-900\\/20 { background-color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #581c874d; } +.bg-purple-900\\/35 { + background-color: #581c8759; +} + .bg-purple-900\\/40 { background-color: #581c8766; } +.bg-purple-900\\/45 { + background-color: #581c8773; +} + .bg-purple-900\\/5 { background-color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #581c8780; } +.bg-purple-900\\/55 { + background-color: #581c878c; +} + .bg-purple-900\\/60 { background-color: #581c8799; } +.bg-purple-900\\/65 { + background-color: #581c87a6; +} + .bg-purple-900\\/70 { background-color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #581c87cc; } +.bg-purple-900\\/85 { + background-color: #581c87d9; +} + .bg-purple-900\\/90 { background-color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b0764; } +.bg-purple-950\\/15 { + background-color: #3b076426; +} + .bg-purple-950\\/20 { background-color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b07644d; } +.bg-purple-950\\/35 { + background-color: #3b076459; +} + .bg-purple-950\\/40 { background-color: #3b076466; } +.bg-purple-950\\/45 { + background-color: #3b076473; +} + .bg-purple-950\\/5 { background-color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b076480; } +.bg-purple-950\\/55 { + background-color: #3b07648c; +} + .bg-purple-950\\/60 { background-color: #3b076499; } +.bg-purple-950\\/65 { + background-color: #3b0764a6; +} + .bg-purple-950\\/70 { background-color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3b0764cc; } +.bg-purple-950\\/85 { + background-color: #3b0764d9; +} + .bg-purple-950\\/90 { background-color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fee2e2; } +.bg-red-100\\/15 { + background-color: #fee2e226; +} + .bg-red-100\\/20 { background-color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fee2e24d; } +.bg-red-100\\/35 { + background-color: #fee2e259; +} + .bg-red-100\\/40 { background-color: #fee2e266; } +.bg-red-100\\/45 { + background-color: #fee2e273; +} + .bg-red-100\\/5 { background-color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fee2e280; } +.bg-red-100\\/55 { + background-color: #fee2e28c; +} + .bg-red-100\\/60 { background-color: #fee2e299; } +.bg-red-100\\/65 { + background-color: #fee2e2a6; +} + .bg-red-100\\/70 { background-color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fee2e2cc; } +.bg-red-100\\/85 { + background-color: #fee2e2d9; +} + .bg-red-100\\/90 { background-color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecaca; } +.bg-red-200\\/15 { + background-color: #fecaca26; +} + .bg-red-200\\/20 { background-color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecaca4d; } +.bg-red-200\\/35 { + background-color: #fecaca59; +} + .bg-red-200\\/40 { background-color: #fecaca66; } +.bg-red-200\\/45 { + background-color: #fecaca73; +} + .bg-red-200\\/5 { background-color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecaca80; } +.bg-red-200\\/55 { + background-color: #fecaca8c; +} + .bg-red-200\\/60 { background-color: #fecaca99; } +.bg-red-200\\/65 { + background-color: #fecacaa6; +} + .bg-red-200\\/70 { background-color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecacacc; } +.bg-red-200\\/85 { + background-color: #fecacad9; +} + .bg-red-200\\/90 { background-color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fca5a5; } +.bg-red-300\\/15 { + background-color: #fca5a526; +} + .bg-red-300\\/20 { background-color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fca5a54d; } +.bg-red-300\\/35 { + background-color: #fca5a559; +} + .bg-red-300\\/40 { background-color: #fca5a566; } +.bg-red-300\\/45 { + background-color: #fca5a573; +} + .bg-red-300\\/5 { background-color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fca5a580; } +.bg-red-300\\/55 { + background-color: #fca5a58c; +} + .bg-red-300\\/60 { background-color: #fca5a599; } +.bg-red-300\\/65 { + background-color: #fca5a5a6; +} + .bg-red-300\\/70 { background-color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fca5a5cc; } +.bg-red-300\\/85 { + background-color: #fca5a5d9; +} + .bg-red-300\\/90 { background-color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f87171; } +.bg-red-400\\/15 { + background-color: #f8717126; +} + .bg-red-400\\/20 { background-color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f871714d; } +.bg-red-400\\/35 { + background-color: #f8717159; +} + .bg-red-400\\/40 { background-color: #f8717166; } +.bg-red-400\\/45 { + background-color: #f8717173; +} + .bg-red-400\\/5 { background-color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f8717180; } +.bg-red-400\\/55 { + background-color: #f871718c; +} + .bg-red-400\\/60 { background-color: #f8717199; } +.bg-red-400\\/65 { + background-color: #f87171a6; +} + .bg-red-400\\/70 { background-color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f87171cc; } +.bg-red-400\\/85 { + background-color: #f87171d9; +} + .bg-red-400\\/90 { background-color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef2f2; } +.bg-red-50\\/15 { + background-color: #fef2f226; +} + .bg-red-50\\/20 { background-color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef2f24d; } +.bg-red-50\\/35 { + background-color: #fef2f259; +} + .bg-red-50\\/40 { background-color: #fef2f266; } +.bg-red-50\\/45 { + background-color: #fef2f273; +} + .bg-red-50\\/5 { background-color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef2f280; } +.bg-red-50\\/55 { + background-color: #fef2f28c; +} + .bg-red-50\\/60 { background-color: #fef2f299; } +.bg-red-50\\/65 { + background-color: #fef2f2a6; +} + .bg-red-50\\/70 { background-color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef2f2cc; } +.bg-red-50\\/85 { + background-color: #fef2f2d9; +} + .bg-red-50\\/90 { background-color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ef4444; } +.bg-red-500\\/15 { + background-color: #ef444426; +} + .bg-red-500\\/20 { background-color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ef44444d; } +.bg-red-500\\/35 { + background-color: #ef444459; +} + .bg-red-500\\/40 { background-color: #ef444466; } +.bg-red-500\\/45 { + background-color: #ef444473; +} + .bg-red-500\\/5 { background-color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ef444480; } +.bg-red-500\\/55 { + background-color: #ef44448c; +} + .bg-red-500\\/60 { background-color: #ef444499; } +.bg-red-500\\/65 { + background-color: #ef4444a6; +} + .bg-red-500\\/70 { background-color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ef4444cc; } +.bg-red-500\\/85 { + background-color: #ef4444d9; +} + .bg-red-500\\/90 { background-color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dc2626; } +.bg-red-600\\/15 { + background-color: #dc262626; +} + .bg-red-600\\/20 { background-color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dc26264d; } +.bg-red-600\\/35 { + background-color: #dc262659; +} + .bg-red-600\\/40 { background-color: #dc262666; } +.bg-red-600\\/45 { + background-color: #dc262673; +} + .bg-red-600\\/5 { background-color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dc262680; } +.bg-red-600\\/55 { + background-color: #dc26268c; +} + .bg-red-600\\/60 { background-color: #dc262699; } +.bg-red-600\\/65 { + background-color: #dc2626a6; +} + .bg-red-600\\/70 { background-color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #dc2626cc; } +.bg-red-600\\/85 { + background-color: #dc2626d9; +} + .bg-red-600\\/90 { background-color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b91c1c; } +.bg-red-700\\/15 { + background-color: #b91c1c26; +} + .bg-red-700\\/20 { background-color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b91c1c4d; } +.bg-red-700\\/35 { + background-color: #b91c1c59; +} + .bg-red-700\\/40 { background-color: #b91c1c66; } +.bg-red-700\\/45 { + background-color: #b91c1c73; +} + .bg-red-700\\/5 { background-color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b91c1c80; } +.bg-red-700\\/55 { + background-color: #b91c1c8c; +} + .bg-red-700\\/60 { background-color: #b91c1c99; } +.bg-red-700\\/65 { + background-color: #b91c1ca6; +} + .bg-red-700\\/70 { background-color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #b91c1ccc; } +.bg-red-700\\/85 { + background-color: #b91c1cd9; +} + .bg-red-700\\/90 { background-color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #991b1b; } +.bg-red-800\\/15 { + background-color: #991b1b26; +} + .bg-red-800\\/20 { background-color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #991b1b4d; } +.bg-red-800\\/35 { + background-color: #991b1b59; +} + .bg-red-800\\/40 { background-color: #991b1b66; } +.bg-red-800\\/45 { + background-color: #991b1b73; +} + .bg-red-800\\/5 { background-color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #991b1b80; } +.bg-red-800\\/55 { + background-color: #991b1b8c; +} + .bg-red-800\\/60 { background-color: #991b1b99; } +.bg-red-800\\/65 { + background-color: #991b1ba6; +} + .bg-red-800\\/70 { background-color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #991b1bcc; } +.bg-red-800\\/85 { + background-color: #991b1bd9; +} + .bg-red-800\\/90 { background-color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7f1d1d; } +.bg-red-900\\/15 { + background-color: #7f1d1d26; +} + .bg-red-900\\/20 { background-color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7f1d1d4d; } +.bg-red-900\\/35 { + background-color: #7f1d1d59; +} + .bg-red-900\\/40 { background-color: #7f1d1d66; } +.bg-red-900\\/45 { + background-color: #7f1d1d73; +} + .bg-red-900\\/5 { background-color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7f1d1d80; } +.bg-red-900\\/55 { + background-color: #7f1d1d8c; +} + .bg-red-900\\/60 { background-color: #7f1d1d99; } +.bg-red-900\\/65 { + background-color: #7f1d1da6; +} + .bg-red-900\\/70 { background-color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7f1d1dcc; } +.bg-red-900\\/85 { + background-color: #7f1d1dd9; +} + .bg-red-900\\/90 { background-color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #450a0a; } +.bg-red-950\\/15 { + background-color: #450a0a26; +} + .bg-red-950\\/20 { background-color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #450a0a4d; } +.bg-red-950\\/35 { + background-color: #450a0a59; +} + .bg-red-950\\/40 { background-color: #450a0a66; } +.bg-red-950\\/45 { + background-color: #450a0a73; +} + .bg-red-950\\/5 { background-color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #450a0a80; } +.bg-red-950\\/55 { + background-color: #450a0a8c; +} + .bg-red-950\\/60 { background-color: #450a0a99; } +.bg-red-950\\/65 { + background-color: #450a0aa6; +} + .bg-red-950\\/70 { background-color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #450a0acc; } +.bg-red-950\\/85 { + background-color: #450a0ad9; +} + .bg-red-950\\/90 { background-color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffe4e6; } +.bg-rose-100\\/15 { + background-color: #ffe4e626; +} + .bg-rose-100\\/20 { background-color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffe4e64d; } +.bg-rose-100\\/35 { + background-color: #ffe4e659; +} + .bg-rose-100\\/40 { background-color: #ffe4e666; } +.bg-rose-100\\/45 { + background-color: #ffe4e673; +} + .bg-rose-100\\/5 { background-color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffe4e680; } +.bg-rose-100\\/55 { + background-color: #ffe4e68c; +} + .bg-rose-100\\/60 { background-color: #ffe4e699; } +.bg-rose-100\\/65 { + background-color: #ffe4e6a6; +} + .bg-rose-100\\/70 { background-color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffe4e6cc; } +.bg-rose-100\\/85 { + background-color: #ffe4e6d9; +} + .bg-rose-100\\/90 { background-color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecdd3; } +.bg-rose-200\\/15 { + background-color: #fecdd326; +} + .bg-rose-200\\/20 { background-color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecdd34d; } +.bg-rose-200\\/35 { + background-color: #fecdd359; +} + .bg-rose-200\\/40 { background-color: #fecdd366; } +.bg-rose-200\\/45 { + background-color: #fecdd373; +} + .bg-rose-200\\/5 { background-color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecdd380; } +.bg-rose-200\\/55 { + background-color: #fecdd38c; +} + .bg-rose-200\\/60 { background-color: #fecdd399; } +.bg-rose-200\\/65 { + background-color: #fecdd3a6; +} + .bg-rose-200\\/70 { background-color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fecdd3cc; } +.bg-rose-200\\/85 { + background-color: #fecdd3d9; +} + .bg-rose-200\\/90 { background-color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fda4af; } +.bg-rose-300\\/15 { + background-color: #fda4af26; +} + .bg-rose-300\\/20 { background-color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fda4af4d; } +.bg-rose-300\\/35 { + background-color: #fda4af59; +} + .bg-rose-300\\/40 { background-color: #fda4af66; } +.bg-rose-300\\/45 { + background-color: #fda4af73; +} + .bg-rose-300\\/5 { background-color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fda4af80; } +.bg-rose-300\\/55 { + background-color: #fda4af8c; +} + .bg-rose-300\\/60 { background-color: #fda4af99; } +.bg-rose-300\\/65 { + background-color: #fda4afa6; +} + .bg-rose-300\\/70 { background-color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fda4afcc; } +.bg-rose-300\\/85 { + background-color: #fda4afd9; +} + .bg-rose-300\\/90 { background-color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb7185; } +.bg-rose-400\\/15 { + background-color: #fb718526; +} + .bg-rose-400\\/20 { background-color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb71854d; } +.bg-rose-400\\/35 { + background-color: #fb718559; +} + .bg-rose-400\\/40 { background-color: #fb718566; } +.bg-rose-400\\/45 { + background-color: #fb718573; +} + .bg-rose-400\\/5 { background-color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb718580; } +.bg-rose-400\\/55 { + background-color: #fb71858c; +} + .bg-rose-400\\/60 { background-color: #fb718599; } +.bg-rose-400\\/65 { + background-color: #fb7185a6; +} + .bg-rose-400\\/70 { background-color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fb7185cc; } +.bg-rose-400\\/85 { + background-color: #fb7185d9; +} + .bg-rose-400\\/90 { background-color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff1f2; } +.bg-rose-50\\/15 { + background-color: #fff1f226; +} + .bg-rose-50\\/20 { background-color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff1f24d; } +.bg-rose-50\\/35 { + background-color: #fff1f259; +} + .bg-rose-50\\/40 { background-color: #fff1f266; } +.bg-rose-50\\/45 { + background-color: #fff1f273; +} + .bg-rose-50\\/5 { background-color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff1f280; } +.bg-rose-50\\/55 { + background-color: #fff1f28c; +} + .bg-rose-50\\/60 { background-color: #fff1f299; } +.bg-rose-50\\/65 { + background-color: #fff1f2a6; +} + .bg-rose-50\\/70 { background-color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff1f2cc; } +.bg-rose-50\\/85 { + background-color: #fff1f2d9; +} + .bg-rose-50\\/90 { background-color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f43f5e; } +.bg-rose-500\\/15 { + background-color: #f43f5e26; +} + .bg-rose-500\\/20 { background-color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f43f5e4d; } +.bg-rose-500\\/35 { + background-color: #f43f5e59; +} + .bg-rose-500\\/40 { background-color: #f43f5e66; } +.bg-rose-500\\/45 { + background-color: #f43f5e73; +} + .bg-rose-500\\/5 { background-color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f43f5e80; } +.bg-rose-500\\/55 { + background-color: #f43f5e8c; +} + .bg-rose-500\\/60 { background-color: #f43f5e99; } +.bg-rose-500\\/65 { + background-color: #f43f5ea6; +} + .bg-rose-500\\/70 { background-color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f43f5ecc; } +.bg-rose-500\\/85 { + background-color: #f43f5ed9; +} + .bg-rose-500\\/90 { background-color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e11d48; } +.bg-rose-600\\/15 { + background-color: #e11d4826; +} + .bg-rose-600\\/20 { background-color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e11d484d; } +.bg-rose-600\\/35 { + background-color: #e11d4859; +} + .bg-rose-600\\/40 { background-color: #e11d4866; } +.bg-rose-600\\/45 { + background-color: #e11d4873; +} + .bg-rose-600\\/5 { background-color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e11d4880; } +.bg-rose-600\\/55 { + background-color: #e11d488c; +} + .bg-rose-600\\/60 { background-color: #e11d4899; } +.bg-rose-600\\/65 { + background-color: #e11d48a6; +} + .bg-rose-600\\/70 { background-color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e11d48cc; } +.bg-rose-600\\/85 { + background-color: #e11d48d9; +} + .bg-rose-600\\/90 { background-color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be123c; } +.bg-rose-700\\/15 { + background-color: #be123c26; +} + .bg-rose-700\\/20 { background-color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be123c4d; } +.bg-rose-700\\/35 { + background-color: #be123c59; +} + .bg-rose-700\\/40 { background-color: #be123c66; } +.bg-rose-700\\/45 { + background-color: #be123c73; +} + .bg-rose-700\\/5 { background-color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be123c80; } +.bg-rose-700\\/55 { + background-color: #be123c8c; +} + .bg-rose-700\\/60 { background-color: #be123c99; } +.bg-rose-700\\/65 { + background-color: #be123ca6; +} + .bg-rose-700\\/70 { background-color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #be123ccc; } +.bg-rose-700\\/85 { + background-color: #be123cd9; +} + .bg-rose-700\\/90 { background-color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9f1239; } +.bg-rose-800\\/15 { + background-color: #9f123926; +} + .bg-rose-800\\/20 { background-color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9f12394d; } +.bg-rose-800\\/35 { + background-color: #9f123959; +} + .bg-rose-800\\/40 { background-color: #9f123966; } +.bg-rose-800\\/45 { + background-color: #9f123973; +} + .bg-rose-800\\/5 { background-color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9f123980; } +.bg-rose-800\\/55 { + background-color: #9f12398c; +} + .bg-rose-800\\/60 { background-color: #9f123999; } +.bg-rose-800\\/65 { + background-color: #9f1239a6; +} + .bg-rose-800\\/70 { background-color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #9f1239cc; } +.bg-rose-800\\/85 { + background-color: #9f1239d9; +} + .bg-rose-800\\/90 { background-color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #881337; } +.bg-rose-900\\/15 { + background-color: #88133726; +} + .bg-rose-900\\/20 { background-color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #8813374d; } +.bg-rose-900\\/35 { + background-color: #88133759; +} + .bg-rose-900\\/40 { background-color: #88133766; } +.bg-rose-900\\/45 { + background-color: #88133773; +} + .bg-rose-900\\/5 { background-color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #88133780; } +.bg-rose-900\\/55 { + background-color: #8813378c; +} + .bg-rose-900\\/60 { background-color: #88133799; } +.bg-rose-900\\/65 { + background-color: #881337a6; +} + .bg-rose-900\\/70 { background-color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #881337cc; } +.bg-rose-900\\/85 { + background-color: #881337d9; +} + .bg-rose-900\\/90 { background-color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c0519; } +.bg-rose-950\\/15 { + background-color: #4c051926; +} + .bg-rose-950\\/20 { background-color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c05194d; } +.bg-rose-950\\/35 { + background-color: #4c051959; +} + .bg-rose-950\\/40 { background-color: #4c051966; } +.bg-rose-950\\/45 { + background-color: #4c051973; +} + .bg-rose-950\\/5 { background-color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c051980; } +.bg-rose-950\\/55 { + background-color: #4c05198c; +} + .bg-rose-950\\/60 { background-color: #4c051999; } +.bg-rose-950\\/65 { + background-color: #4c0519a6; +} + .bg-rose-950\\/70 { background-color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c0519cc; } +.bg-rose-950\\/85 { + background-color: #4c0519d9; +} + .bg-rose-950\\/90 { background-color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0f2fe; } +.bg-sky-100\\/15 { + background-color: #e0f2fe26; +} + .bg-sky-100\\/20 { background-color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0f2fe4d; } +.bg-sky-100\\/35 { + background-color: #e0f2fe59; +} + .bg-sky-100\\/40 { background-color: #e0f2fe66; } +.bg-sky-100\\/45 { + background-color: #e0f2fe73; +} + .bg-sky-100\\/5 { background-color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0f2fe80; } +.bg-sky-100\\/55 { + background-color: #e0f2fe8c; +} + .bg-sky-100\\/60 { background-color: #e0f2fe99; } +.bg-sky-100\\/65 { + background-color: #e0f2fea6; +} + .bg-sky-100\\/70 { background-color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e0f2fecc; } +.bg-sky-100\\/85 { + background-color: #e0f2fed9; +} + .bg-sky-100\\/90 { background-color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bae6fd; } +.bg-sky-200\\/15 { + background-color: #bae6fd26; +} + .bg-sky-200\\/20 { background-color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bae6fd4d; } +.bg-sky-200\\/35 { + background-color: #bae6fd59; +} + .bg-sky-200\\/40 { background-color: #bae6fd66; } +.bg-sky-200\\/45 { + background-color: #bae6fd73; +} + .bg-sky-200\\/5 { background-color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bae6fd80; } +.bg-sky-200\\/55 { + background-color: #bae6fd8c; +} + .bg-sky-200\\/60 { background-color: #bae6fd99; } +.bg-sky-200\\/65 { + background-color: #bae6fda6; +} + .bg-sky-200\\/70 { background-color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #bae6fdcc; } +.bg-sky-200\\/85 { + background-color: #bae6fdd9; +} + .bg-sky-200\\/90 { background-color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7dd3fc; } +.bg-sky-300\\/15 { + background-color: #7dd3fc26; +} + .bg-sky-300\\/20 { background-color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7dd3fc4d; } +.bg-sky-300\\/35 { + background-color: #7dd3fc59; +} + .bg-sky-300\\/40 { background-color: #7dd3fc66; } +.bg-sky-300\\/45 { + background-color: #7dd3fc73; +} + .bg-sky-300\\/5 { background-color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7dd3fc80; } +.bg-sky-300\\/55 { + background-color: #7dd3fc8c; +} + .bg-sky-300\\/60 { background-color: #7dd3fc99; } +.bg-sky-300\\/65 { + background-color: #7dd3fca6; +} + .bg-sky-300\\/70 { background-color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7dd3fccc; } +.bg-sky-300\\/85 { + background-color: #7dd3fcd9; +} + .bg-sky-300\\/90 { background-color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #38bdf8; } +.bg-sky-400\\/15 { + background-color: #38bdf826; +} + .bg-sky-400\\/20 { background-color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #38bdf84d; } +.bg-sky-400\\/35 { + background-color: #38bdf859; +} + .bg-sky-400\\/40 { background-color: #38bdf866; } +.bg-sky-400\\/45 { + background-color: #38bdf873; +} + .bg-sky-400\\/5 { background-color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #38bdf880; } +.bg-sky-400\\/55 { + background-color: #38bdf88c; +} + .bg-sky-400\\/60 { background-color: #38bdf899; } +.bg-sky-400\\/65 { + background-color: #38bdf8a6; +} + .bg-sky-400\\/70 { background-color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #38bdf8cc; } +.bg-sky-400\\/85 { + background-color: #38bdf8d9; +} + .bg-sky-400\\/90 { background-color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0f9ff; } +.bg-sky-50\\/15 { + background-color: #f0f9ff26; +} + .bg-sky-50\\/20 { background-color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0f9ff4d; } +.bg-sky-50\\/35 { + background-color: #f0f9ff59; +} + .bg-sky-50\\/40 { background-color: #f0f9ff66; } +.bg-sky-50\\/45 { + background-color: #f0f9ff73; +} + .bg-sky-50\\/5 { background-color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0f9ff80; } +.bg-sky-50\\/55 { + background-color: #f0f9ff8c; +} + .bg-sky-50\\/60 { background-color: #f0f9ff99; } +.bg-sky-50\\/65 { + background-color: #f0f9ffa6; +} + .bg-sky-50\\/70 { background-color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0f9ffcc; } +.bg-sky-50\\/85 { + background-color: #f0f9ffd9; +} + .bg-sky-50\\/90 { background-color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0ea5e9; } +.bg-sky-500\\/15 { + background-color: #0ea5e926; +} + .bg-sky-500\\/20 { background-color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0ea5e94d; } +.bg-sky-500\\/35 { + background-color: #0ea5e959; +} + .bg-sky-500\\/40 { background-color: #0ea5e966; } +.bg-sky-500\\/45 { + background-color: #0ea5e973; +} + .bg-sky-500\\/5 { background-color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0ea5e980; } +.bg-sky-500\\/55 { + background-color: #0ea5e98c; +} + .bg-sky-500\\/60 { background-color: #0ea5e999; } +.bg-sky-500\\/65 { + background-color: #0ea5e9a6; +} + .bg-sky-500\\/70 { background-color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0ea5e9cc; } +.bg-sky-500\\/85 { + background-color: #0ea5e9d9; +} + .bg-sky-500\\/90 { background-color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0284c7; } +.bg-sky-600\\/15 { + background-color: #0284c726; +} + .bg-sky-600\\/20 { background-color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0284c74d; } +.bg-sky-600\\/35 { + background-color: #0284c759; +} + .bg-sky-600\\/40 { background-color: #0284c766; } +.bg-sky-600\\/45 { + background-color: #0284c773; +} + .bg-sky-600\\/5 { background-color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0284c780; } +.bg-sky-600\\/55 { + background-color: #0284c78c; +} + .bg-sky-600\\/60 { background-color: #0284c799; } +.bg-sky-600\\/65 { + background-color: #0284c7a6; +} + .bg-sky-600\\/70 { background-color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0284c7cc; } +.bg-sky-600\\/85 { + background-color: #0284c7d9; +} + .bg-sky-600\\/90 { background-color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0369a1; } +.bg-sky-700\\/15 { + background-color: #0369a126; +} + .bg-sky-700\\/20 { background-color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0369a14d; } +.bg-sky-700\\/35 { + background-color: #0369a159; +} + .bg-sky-700\\/40 { background-color: #0369a166; } +.bg-sky-700\\/45 { + background-color: #0369a173; +} + .bg-sky-700\\/5 { background-color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0369a180; } +.bg-sky-700\\/55 { + background-color: #0369a18c; +} + .bg-sky-700\\/60 { background-color: #0369a199; } +.bg-sky-700\\/65 { + background-color: #0369a1a6; +} + .bg-sky-700\\/70 { background-color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0369a1cc; } +.bg-sky-700\\/85 { + background-color: #0369a1d9; +} + .bg-sky-700\\/90 { background-color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #075985; } +.bg-sky-800\\/15 { + background-color: #07598526; +} + .bg-sky-800\\/20 { background-color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0759854d; } +.bg-sky-800\\/35 { + background-color: #07598559; +} + .bg-sky-800\\/40 { background-color: #07598566; } +.bg-sky-800\\/45 { + background-color: #07598573; +} + .bg-sky-800\\/5 { background-color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #07598580; } +.bg-sky-800\\/55 { + background-color: #0759858c; +} + .bg-sky-800\\/60 { background-color: #07598599; } +.bg-sky-800\\/65 { + background-color: #075985a6; +} + .bg-sky-800\\/70 { background-color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #075985cc; } +.bg-sky-800\\/85 { + background-color: #075985d9; +} + .bg-sky-800\\/90 { background-color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c4a6e; } +.bg-sky-900\\/15 { + background-color: #0c4a6e26; +} + .bg-sky-900\\/20 { background-color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c4a6e4d; } +.bg-sky-900\\/35 { + background-color: #0c4a6e59; +} + .bg-sky-900\\/40 { background-color: #0c4a6e66; } +.bg-sky-900\\/45 { + background-color: #0c4a6e73; +} + .bg-sky-900\\/5 { background-color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c4a6e80; } +.bg-sky-900\\/55 { + background-color: #0c4a6e8c; +} + .bg-sky-900\\/60 { background-color: #0c4a6e99; } +.bg-sky-900\\/65 { + background-color: #0c4a6ea6; +} + .bg-sky-900\\/70 { background-color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c4a6ecc; } +.bg-sky-900\\/85 { + background-color: #0c4a6ed9; +} + .bg-sky-900\\/90 { background-color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #082f49; } +.bg-sky-950\\/15 { + background-color: #082f4926; +} + .bg-sky-950\\/20 { background-color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #082f494d; } +.bg-sky-950\\/35 { + background-color: #082f4959; +} + .bg-sky-950\\/40 { background-color: #082f4966; } +.bg-sky-950\\/45 { + background-color: #082f4973; +} + .bg-sky-950\\/5 { background-color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #082f4980; } +.bg-sky-950\\/55 { + background-color: #082f498c; +} + .bg-sky-950\\/60 { background-color: #082f4999; } +.bg-sky-950\\/65 { + background-color: #082f49a6; +} + .bg-sky-950\\/70 { background-color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #082f49cc; } +.bg-sky-950\\/85 { + background-color: #082f49d9; +} + .bg-sky-950\\/90 { background-color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f1f5f9; } +.bg-slate-100\\/15 { + background-color: #f1f5f926; +} + .bg-slate-100\\/20 { background-color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f1f5f94d; } +.bg-slate-100\\/35 { + background-color: #f1f5f959; +} + .bg-slate-100\\/40 { background-color: #f1f5f966; } +.bg-slate-100\\/45 { + background-color: #f1f5f973; +} + .bg-slate-100\\/5 { background-color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f1f5f980; } +.bg-slate-100\\/55 { + background-color: #f1f5f98c; +} + .bg-slate-100\\/60 { background-color: #f1f5f999; } +.bg-slate-100\\/65 { + background-color: #f1f5f9a6; +} + .bg-slate-100\\/70 { background-color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f1f5f9cc; } +.bg-slate-100\\/85 { + background-color: #f1f5f9d9; +} + .bg-slate-100\\/90 { background-color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e2e8f0; } +.bg-slate-200\\/15 { + background-color: #e2e8f026; +} + .bg-slate-200\\/20 { background-color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e2e8f04d; } +.bg-slate-200\\/35 { + background-color: #e2e8f059; +} + .bg-slate-200\\/40 { background-color: #e2e8f066; } +.bg-slate-200\\/45 { + background-color: #e2e8f073; +} + .bg-slate-200\\/5 { background-color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e2e8f080; } +.bg-slate-200\\/55 { + background-color: #e2e8f08c; +} + .bg-slate-200\\/60 { background-color: #e2e8f099; } +.bg-slate-200\\/65 { + background-color: #e2e8f0a6; +} + .bg-slate-200\\/70 { background-color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e2e8f0cc; } +.bg-slate-200\\/85 { + background-color: #e2e8f0d9; +} + .bg-slate-200\\/90 { background-color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cbd5e1; } +.bg-slate-300\\/15 { + background-color: #cbd5e126; +} + .bg-slate-300\\/20 { background-color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cbd5e14d; } +.bg-slate-300\\/35 { + background-color: #cbd5e159; +} + .bg-slate-300\\/40 { background-color: #cbd5e166; } +.bg-slate-300\\/45 { + background-color: #cbd5e173; +} + .bg-slate-300\\/5 { background-color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cbd5e180; } +.bg-slate-300\\/55 { + background-color: #cbd5e18c; +} + .bg-slate-300\\/60 { background-color: #cbd5e199; } +.bg-slate-300\\/65 { + background-color: #cbd5e1a6; +} + .bg-slate-300\\/70 { background-color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #cbd5e1cc; } +.bg-slate-300\\/85 { + background-color: #cbd5e1d9; +} + .bg-slate-300\\/90 { background-color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #94a3b8; } +.bg-slate-400\\/15 { + background-color: #94a3b826; +} + .bg-slate-400\\/20 { background-color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #94a3b84d; } +.bg-slate-400\\/35 { + background-color: #94a3b859; +} + .bg-slate-400\\/40 { background-color: #94a3b866; } +.bg-slate-400\\/45 { + background-color: #94a3b873; +} + .bg-slate-400\\/5 { background-color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #94a3b880; } +.bg-slate-400\\/55 { + background-color: #94a3b88c; +} + .bg-slate-400\\/60 { background-color: #94a3b899; } +.bg-slate-400\\/65 { + background-color: #94a3b8a6; +} + .bg-slate-400\\/70 { background-color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #94a3b8cc; } +.bg-slate-400\\/85 { + background-color: #94a3b8d9; +} + .bg-slate-400\\/90 { background-color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f8fafc; } +.bg-slate-50\\/15 { + background-color: #f8fafc26; +} + .bg-slate-50\\/20 { background-color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f8fafc4d; } +.bg-slate-50\\/35 { + background-color: #f8fafc59; +} + .bg-slate-50\\/40 { background-color: #f8fafc66; } +.bg-slate-50\\/45 { + background-color: #f8fafc73; +} + .bg-slate-50\\/5 { background-color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f8fafc80; } +.bg-slate-50\\/55 { + background-color: #f8fafc8c; +} + .bg-slate-50\\/60 { background-color: #f8fafc99; } +.bg-slate-50\\/65 { + background-color: #f8fafca6; +} + .bg-slate-50\\/70 { background-color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f8fafccc; } +.bg-slate-50\\/85 { + background-color: #f8fafcd9; +} + .bg-slate-50\\/90 { background-color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #64748b; } +.bg-slate-500\\/15 { + background-color: #64748b26; +} + .bg-slate-500\\/20 { background-color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #64748b4d; } +.bg-slate-500\\/35 { + background-color: #64748b59; +} + .bg-slate-500\\/40 { background-color: #64748b66; } +.bg-slate-500\\/45 { + background-color: #64748b73; +} + .bg-slate-500\\/5 { background-color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #64748b80; } +.bg-slate-500\\/55 { + background-color: #64748b8c; +} + .bg-slate-500\\/60 { background-color: #64748b99; } +.bg-slate-500\\/65 { + background-color: #64748ba6; +} + .bg-slate-500\\/70 { background-color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #64748bcc; } +.bg-slate-500\\/85 { + background-color: #64748bd9; +} + .bg-slate-500\\/90 { background-color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #475569; } +.bg-slate-600\\/15 { + background-color: #47556926; +} + .bg-slate-600\\/20 { background-color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4755694d; } +.bg-slate-600\\/35 { + background-color: #47556959; +} + .bg-slate-600\\/40 { background-color: #47556966; } +.bg-slate-600\\/45 { + background-color: #47556973; +} + .bg-slate-600\\/5 { background-color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #47556980; } +.bg-slate-600\\/55 { + background-color: #4755698c; +} + .bg-slate-600\\/60 { background-color: #47556999; } +.bg-slate-600\\/65 { + background-color: #475569a6; +} + .bg-slate-600\\/70 { background-color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #475569cc; } +.bg-slate-600\\/85 { + background-color: #475569d9; +} + .bg-slate-600\\/90 { background-color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #334155; } +.bg-slate-700\\/15 { + background-color: #33415526; +} + .bg-slate-700\\/20 { background-color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3341554d; } +.bg-slate-700\\/35 { + background-color: #33415559; +} + .bg-slate-700\\/40 { background-color: #33415566; } +.bg-slate-700\\/45 { + background-color: #33415573; +} + .bg-slate-700\\/5 { background-color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #33415580; } +.bg-slate-700\\/55 { + background-color: #3341558c; +} + .bg-slate-700\\/60 { background-color: #33415599; } +.bg-slate-700\\/65 { + background-color: #334155a6; +} + .bg-slate-700\\/70 { background-color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #334155cc; } +.bg-slate-700\\/85 { + background-color: #334155d9; +} + .bg-slate-700\\/90 { background-color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e293b; } +.bg-slate-800\\/15 { + background-color: #1e293b26; +} + .bg-slate-800\\/20 { background-color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e293b4d; } +.bg-slate-800\\/35 { + background-color: #1e293b59; +} + .bg-slate-800\\/40 { background-color: #1e293b66; } +.bg-slate-800\\/45 { + background-color: #1e293b73; +} + .bg-slate-800\\/5 { background-color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e293b80; } +.bg-slate-800\\/55 { + background-color: #1e293b8c; +} + .bg-slate-800\\/60 { background-color: #1e293b99; } +.bg-slate-800\\/65 { + background-color: #1e293ba6; +} + .bg-slate-800\\/70 { background-color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1e293bcc; } +.bg-slate-800\\/85 { + background-color: #1e293bd9; +} + .bg-slate-800\\/90 { background-color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f172a; } +.bg-slate-900\\/15 { + background-color: #0f172a26; +} + .bg-slate-900\\/20 { background-color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f172a4d; } +.bg-slate-900\\/35 { + background-color: #0f172a59; +} + .bg-slate-900\\/40 { background-color: #0f172a66; } +.bg-slate-900\\/45 { + background-color: #0f172a73; +} + .bg-slate-900\\/5 { background-color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f172a80; } +.bg-slate-900\\/55 { + background-color: #0f172a8c; +} + .bg-slate-900\\/60 { background-color: #0f172a99; } +.bg-slate-900\\/65 { + background-color: #0f172aa6; +} + .bg-slate-900\\/70 { background-color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f172acc; } +.bg-slate-900\\/85 { + background-color: #0f172ad9; +} + .bg-slate-900\\/90 { background-color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #020617; } +.bg-slate-950\\/15 { + background-color: #02061726; +} + .bg-slate-950\\/20 { background-color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0206174d; } +.bg-slate-950\\/35 { + background-color: #02061759; +} + .bg-slate-950\\/40 { background-color: #02061766; } +.bg-slate-950\\/45 { + background-color: #02061773; +} + .bg-slate-950\\/5 { background-color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #02061780; } +.bg-slate-950\\/55 { + background-color: #0206178c; +} + .bg-slate-950\\/60 { background-color: #02061799; } +.bg-slate-950\\/65 { + background-color: #020617a6; +} + .bg-slate-950\\/70 { background-color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #020617cc; } +.bg-slate-950\\/85 { + background-color: #020617d9; +} + .bg-slate-950\\/90 { background-color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f4; } +.bg-stone-100\\/15 { + background-color: #f5f5f426; +} + .bg-stone-100\\/20 { background-color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f44d; } +.bg-stone-100\\/35 { + background-color: #f5f5f459; +} + .bg-stone-100\\/40 { background-color: #f5f5f466; } +.bg-stone-100\\/45 { + background-color: #f5f5f473; +} + .bg-stone-100\\/5 { background-color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f480; } +.bg-stone-100\\/55 { + background-color: #f5f5f48c; +} + .bg-stone-100\\/60 { background-color: #f5f5f499; } +.bg-stone-100\\/65 { + background-color: #f5f5f4a6; +} + .bg-stone-100\\/70 { background-color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f5f4cc; } +.bg-stone-100\\/85 { + background-color: #f5f5f4d9; +} + .bg-stone-100\\/90 { background-color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e7e5e4; } +.bg-stone-200\\/15 { + background-color: #e7e5e426; +} + .bg-stone-200\\/20 { background-color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e7e5e44d; } +.bg-stone-200\\/35 { + background-color: #e7e5e459; +} + .bg-stone-200\\/40 { background-color: #e7e5e466; } +.bg-stone-200\\/45 { + background-color: #e7e5e473; +} + .bg-stone-200\\/5 { background-color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e7e5e480; } +.bg-stone-200\\/55 { + background-color: #e7e5e48c; +} + .bg-stone-200\\/60 { background-color: #e7e5e499; } +.bg-stone-200\\/65 { + background-color: #e7e5e4a6; +} + .bg-stone-200\\/70 { background-color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e7e5e4cc; } +.bg-stone-200\\/85 { + background-color: #e7e5e4d9; +} + .bg-stone-200\\/90 { background-color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d6d3d1; } +.bg-stone-300\\/15 { + background-color: #d6d3d126; +} + .bg-stone-300\\/20 { background-color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d6d3d14d; } +.bg-stone-300\\/35 { + background-color: #d6d3d159; +} + .bg-stone-300\\/40 { background-color: #d6d3d166; } +.bg-stone-300\\/45 { + background-color: #d6d3d173; +} + .bg-stone-300\\/5 { background-color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d6d3d180; } +.bg-stone-300\\/55 { + background-color: #d6d3d18c; +} + .bg-stone-300\\/60 { background-color: #d6d3d199; } +.bg-stone-300\\/65 { + background-color: #d6d3d1a6; +} + .bg-stone-300\\/70 { background-color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d6d3d1cc; } +.bg-stone-300\\/85 { + background-color: #d6d3d1d9; +} + .bg-stone-300\\/90 { background-color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a8a29e; } +.bg-stone-400\\/15 { + background-color: #a8a29e26; +} + .bg-stone-400\\/20 { background-color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a8a29e4d; } +.bg-stone-400\\/35 { + background-color: #a8a29e59; +} + .bg-stone-400\\/40 { background-color: #a8a29e66; } +.bg-stone-400\\/45 { + background-color: #a8a29e73; +} + .bg-stone-400\\/5 { background-color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a8a29e80; } +.bg-stone-400\\/55 { + background-color: #a8a29e8c; +} + .bg-stone-400\\/60 { background-color: #a8a29e99; } +.bg-stone-400\\/65 { + background-color: #a8a29ea6; +} + .bg-stone-400\\/70 { background-color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a8a29ecc; } +.bg-stone-400\\/85 { + background-color: #a8a29ed9; +} + .bg-stone-400\\/90 { background-color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafaf9; } +.bg-stone-50\\/15 { + background-color: #fafaf926; +} + .bg-stone-50\\/20 { background-color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafaf94d; } +.bg-stone-50\\/35 { + background-color: #fafaf959; +} + .bg-stone-50\\/40 { background-color: #fafaf966; } +.bg-stone-50\\/45 { + background-color: #fafaf973; +} + .bg-stone-50\\/5 { background-color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafaf980; } +.bg-stone-50\\/55 { + background-color: #fafaf98c; +} + .bg-stone-50\\/60 { background-color: #fafaf999; } +.bg-stone-50\\/65 { + background-color: #fafaf9a6; +} + .bg-stone-50\\/70 { background-color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafaf9cc; } +.bg-stone-50\\/85 { + background-color: #fafaf9d9; +} + .bg-stone-50\\/90 { background-color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78716c; } +.bg-stone-500\\/15 { + background-color: #78716c26; +} + .bg-stone-500\\/20 { background-color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78716c4d; } +.bg-stone-500\\/35 { + background-color: #78716c59; +} + .bg-stone-500\\/40 { background-color: #78716c66; } +.bg-stone-500\\/45 { + background-color: #78716c73; +} + .bg-stone-500\\/5 { background-color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78716c80; } +.bg-stone-500\\/55 { + background-color: #78716c8c; +} + .bg-stone-500\\/60 { background-color: #78716c99; } +.bg-stone-500\\/65 { + background-color: #78716ca6; +} + .bg-stone-500\\/70 { background-color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #78716ccc; } +.bg-stone-500\\/85 { + background-color: #78716cd9; +} + .bg-stone-500\\/90 { background-color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #57534e; } +.bg-stone-600\\/15 { + background-color: #57534e26; +} + .bg-stone-600\\/20 { background-color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #57534e4d; } +.bg-stone-600\\/35 { + background-color: #57534e59; +} + .bg-stone-600\\/40 { background-color: #57534e66; } +.bg-stone-600\\/45 { + background-color: #57534e73; +} + .bg-stone-600\\/5 { background-color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #57534e80; } +.bg-stone-600\\/55 { + background-color: #57534e8c; +} + .bg-stone-600\\/60 { background-color: #57534e99; } +.bg-stone-600\\/65 { + background-color: #57534ea6; +} + .bg-stone-600\\/70 { background-color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #57534ecc; } +.bg-stone-600\\/85 { + background-color: #57534ed9; +} + .bg-stone-600\\/90 { background-color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #44403c; } +.bg-stone-700\\/15 { + background-color: #44403c26; +} + .bg-stone-700\\/20 { background-color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #44403c4d; } +.bg-stone-700\\/35 { + background-color: #44403c59; +} + .bg-stone-700\\/40 { background-color: #44403c66; } +.bg-stone-700\\/45 { + background-color: #44403c73; +} + .bg-stone-700\\/5 { background-color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #44403c80; } +.bg-stone-700\\/55 { + background-color: #44403c8c; +} + .bg-stone-700\\/60 { background-color: #44403c99; } +.bg-stone-700\\/65 { + background-color: #44403ca6; +} + .bg-stone-700\\/70 { background-color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #44403ccc; } +.bg-stone-700\\/85 { + background-color: #44403cd9; +} + .bg-stone-700\\/90 { background-color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #292524; } +.bg-stone-800\\/15 { + background-color: #29252426; +} + .bg-stone-800\\/20 { background-color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2925244d; } +.bg-stone-800\\/35 { + background-color: #29252459; +} + .bg-stone-800\\/40 { background-color: #29252466; } +.bg-stone-800\\/45 { + background-color: #29252473; +} + .bg-stone-800\\/5 { background-color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #29252480; } +.bg-stone-800\\/55 { + background-color: #2925248c; +} + .bg-stone-800\\/60 { background-color: #29252499; } +.bg-stone-800\\/65 { + background-color: #292524a6; +} + .bg-stone-800\\/70 { background-color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #292524cc; } +.bg-stone-800\\/85 { + background-color: #292524d9; +} + .bg-stone-800\\/90 { background-color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1c1917; } +.bg-stone-900\\/15 { + background-color: #1c191726; +} + .bg-stone-900\\/20 { background-color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1c19174d; } +.bg-stone-900\\/35 { + background-color: #1c191759; +} + .bg-stone-900\\/40 { background-color: #1c191766; } +.bg-stone-900\\/45 { + background-color: #1c191773; +} + .bg-stone-900\\/5 { background-color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1c191780; } +.bg-stone-900\\/55 { + background-color: #1c19178c; +} + .bg-stone-900\\/60 { background-color: #1c191799; } +.bg-stone-900\\/65 { + background-color: #1c1917a6; +} + .bg-stone-900\\/70 { background-color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #1c1917cc; } +.bg-stone-900\\/85 { + background-color: #1c1917d9; +} + .bg-stone-900\\/90 { background-color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c0a09; } +.bg-stone-950\\/15 { + background-color: #0c0a0926; +} + .bg-stone-950\\/20 { background-color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c0a094d; } +.bg-stone-950\\/35 { + background-color: #0c0a0959; +} + .bg-stone-950\\/40 { background-color: #0c0a0966; } +.bg-stone-950\\/45 { + background-color: #0c0a0973; +} + .bg-stone-950\\/5 { background-color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c0a0980; } +.bg-stone-950\\/55 { + background-color: #0c0a098c; +} + .bg-stone-950\\/60 { background-color: #0c0a0999; } +.bg-stone-950\\/65 { + background-color: #0c0a09a6; +} + .bg-stone-950\\/70 { background-color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0c0a09cc; } +.bg-stone-950\\/85 { + background-color: #0c0a09d9; +} + .bg-stone-950\\/90 { background-color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ccfbf1; } +.bg-teal-100\\/15 { + background-color: #ccfbf126; +} + .bg-teal-100\\/20 { background-color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ccfbf14d; } +.bg-teal-100\\/35 { + background-color: #ccfbf159; +} + .bg-teal-100\\/40 { background-color: #ccfbf166; } +.bg-teal-100\\/45 { + background-color: #ccfbf173; +} + .bg-teal-100\\/5 { background-color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ccfbf180; } +.bg-teal-100\\/55 { + background-color: #ccfbf18c; +} + .bg-teal-100\\/60 { background-color: #ccfbf199; } +.bg-teal-100\\/65 { + background-color: #ccfbf1a6; +} + .bg-teal-100\\/70 { background-color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ccfbf1cc; } +.bg-teal-100\\/85 { + background-color: #ccfbf1d9; +} + .bg-teal-100\\/90 { background-color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #99f6e4; } +.bg-teal-200\\/15 { + background-color: #99f6e426; +} + .bg-teal-200\\/20 { background-color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #99f6e44d; } +.bg-teal-200\\/35 { + background-color: #99f6e459; +} + .bg-teal-200\\/40 { background-color: #99f6e466; } +.bg-teal-200\\/45 { + background-color: #99f6e473; +} + .bg-teal-200\\/5 { background-color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #99f6e480; } +.bg-teal-200\\/55 { + background-color: #99f6e48c; +} + .bg-teal-200\\/60 { background-color: #99f6e499; } +.bg-teal-200\\/65 { + background-color: #99f6e4a6; +} + .bg-teal-200\\/70 { background-color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #99f6e4cc; } +.bg-teal-200\\/85 { + background-color: #99f6e4d9; +} + .bg-teal-200\\/90 { background-color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5eead4; } +.bg-teal-300\\/15 { + background-color: #5eead426; +} + .bg-teal-300\\/20 { background-color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5eead44d; } +.bg-teal-300\\/35 { + background-color: #5eead459; +} + .bg-teal-300\\/40 { background-color: #5eead466; } +.bg-teal-300\\/45 { + background-color: #5eead473; +} + .bg-teal-300\\/5 { background-color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5eead480; } +.bg-teal-300\\/55 { + background-color: #5eead48c; +} + .bg-teal-300\\/60 { background-color: #5eead499; } +.bg-teal-300\\/65 { + background-color: #5eead4a6; +} + .bg-teal-300\\/70 { background-color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5eead4cc; } +.bg-teal-300\\/85 { + background-color: #5eead4d9; +} + .bg-teal-300\\/90 { background-color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2dd4bf; } +.bg-teal-400\\/15 { + background-color: #2dd4bf26; +} + .bg-teal-400\\/20 { background-color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2dd4bf4d; } +.bg-teal-400\\/35 { + background-color: #2dd4bf59; +} + .bg-teal-400\\/40 { background-color: #2dd4bf66; } +.bg-teal-400\\/45 { + background-color: #2dd4bf73; +} + .bg-teal-400\\/5 { background-color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2dd4bf80; } +.bg-teal-400\\/55 { + background-color: #2dd4bf8c; +} + .bg-teal-400\\/60 { background-color: #2dd4bf99; } +.bg-teal-400\\/65 { + background-color: #2dd4bfa6; +} + .bg-teal-400\\/70 { background-color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2dd4bfcc; } +.bg-teal-400\\/85 { + background-color: #2dd4bfd9; +} + .bg-teal-400\\/90 { background-color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdfa; } +.bg-teal-50\\/15 { + background-color: #f0fdfa26; +} + .bg-teal-50\\/20 { background-color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdfa4d; } +.bg-teal-50\\/35 { + background-color: #f0fdfa59; +} + .bg-teal-50\\/40 { background-color: #f0fdfa66; } +.bg-teal-50\\/45 { + background-color: #f0fdfa73; +} + .bg-teal-50\\/5 { background-color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdfa80; } +.bg-teal-50\\/55 { + background-color: #f0fdfa8c; +} + .bg-teal-50\\/60 { background-color: #f0fdfa99; } +.bg-teal-50\\/65 { + background-color: #f0fdfaa6; +} + .bg-teal-50\\/70 { background-color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f0fdfacc; } +.bg-teal-50\\/85 { + background-color: #f0fdfad9; +} + .bg-teal-50\\/90 { background-color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14b8a6; } +.bg-teal-500\\/15 { + background-color: #14b8a626; +} + .bg-teal-500\\/20 { background-color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14b8a64d; } +.bg-teal-500\\/35 { + background-color: #14b8a659; +} + .bg-teal-500\\/40 { background-color: #14b8a666; } +.bg-teal-500\\/45 { + background-color: #14b8a673; +} + .bg-teal-500\\/5 { background-color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14b8a680; } +.bg-teal-500\\/55 { + background-color: #14b8a68c; +} + .bg-teal-500\\/60 { background-color: #14b8a699; } +.bg-teal-500\\/65 { + background-color: #14b8a6a6; +} + .bg-teal-500\\/70 { background-color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #14b8a6cc; } +.bg-teal-500\\/85 { + background-color: #14b8a6d9; +} + .bg-teal-500\\/90 { background-color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0d9488; } +.bg-teal-600\\/15 { + background-color: #0d948826; +} + .bg-teal-600\\/20 { background-color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0d94884d; } +.bg-teal-600\\/35 { + background-color: #0d948859; +} + .bg-teal-600\\/40 { background-color: #0d948866; } +.bg-teal-600\\/45 { + background-color: #0d948873; +} + .bg-teal-600\\/5 { background-color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0d948880; } +.bg-teal-600\\/55 { + background-color: #0d94888c; +} + .bg-teal-600\\/60 { background-color: #0d948899; } +.bg-teal-600\\/65 { + background-color: #0d9488a6; +} + .bg-teal-600\\/70 { background-color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0d9488cc; } +.bg-teal-600\\/85 { + background-color: #0d9488d9; +} + .bg-teal-600\\/90 { background-color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f766e; } +.bg-teal-700\\/15 { + background-color: #0f766e26; +} + .bg-teal-700\\/20 { background-color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f766e4d; } +.bg-teal-700\\/35 { + background-color: #0f766e59; +} + .bg-teal-700\\/40 { background-color: #0f766e66; } +.bg-teal-700\\/45 { + background-color: #0f766e73; +} + .bg-teal-700\\/5 { background-color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f766e80; } +.bg-teal-700\\/55 { + background-color: #0f766e8c; +} + .bg-teal-700\\/60 { background-color: #0f766e99; } +.bg-teal-700\\/65 { + background-color: #0f766ea6; +} + .bg-teal-700\\/70 { background-color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0f766ecc; } +.bg-teal-700\\/85 { + background-color: #0f766ed9; +} + .bg-teal-700\\/90 { background-color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #115e59; } +.bg-teal-800\\/15 { + background-color: #115e5926; +} + .bg-teal-800\\/20 { background-color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #115e594d; } +.bg-teal-800\\/35 { + background-color: #115e5959; +} + .bg-teal-800\\/40 { background-color: #115e5966; } +.bg-teal-800\\/45 { + background-color: #115e5973; +} + .bg-teal-800\\/5 { background-color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #115e5980; } +.bg-teal-800\\/55 { + background-color: #115e598c; +} + .bg-teal-800\\/60 { background-color: #115e5999; } +.bg-teal-800\\/65 { + background-color: #115e59a6; +} + .bg-teal-800\\/70 { background-color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #115e59cc; } +.bg-teal-800\\/85 { + background-color: #115e59d9; +} + .bg-teal-800\\/90 { background-color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #134e4a; } +.bg-teal-900\\/15 { + background-color: #134e4a26; +} + .bg-teal-900\\/20 { background-color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #134e4a4d; } +.bg-teal-900\\/35 { + background-color: #134e4a59; +} + .bg-teal-900\\/40 { background-color: #134e4a66; } +.bg-teal-900\\/45 { + background-color: #134e4a73; +} + .bg-teal-900\\/5 { background-color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #134e4a80; } +.bg-teal-900\\/55 { + background-color: #134e4a8c; +} + .bg-teal-900\\/60 { background-color: #134e4a99; } +.bg-teal-900\\/65 { + background-color: #134e4aa6; +} + .bg-teal-900\\/70 { background-color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #134e4acc; } +.bg-teal-900\\/85 { + background-color: #134e4ad9; +} + .bg-teal-900\\/90 { background-color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #042f2e; } +.bg-teal-950\\/15 { + background-color: #042f2e26; +} + .bg-teal-950\\/20 { background-color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #042f2e4d; } +.bg-teal-950\\/35 { + background-color: #042f2e59; +} + .bg-teal-950\\/40 { background-color: #042f2e66; } +.bg-teal-950\\/45 { + background-color: #042f2e73; +} + .bg-teal-950\\/5 { background-color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #042f2e80; } +.bg-teal-950\\/55 { + background-color: #042f2e8c; +} + .bg-teal-950\\/60 { background-color: #042f2e99; } +.bg-teal-950\\/65 { + background-color: #042f2ea6; +} + .bg-teal-950\\/70 { background-color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #042f2ecc; } +.bg-teal-950\\/85 { + background-color: #042f2ed9; +} + .bg-teal-950\\/90 { background-color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #000; } +.bg-transparent\\/15 { + background-color: #00000026; +} + .bg-transparent\\/20 { background-color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #0000004d; } +.bg-transparent\\/35 { + background-color: #00000059; +} + .bg-transparent\\/40 { background-color: #0006; } +.bg-transparent\\/45 { + background-color: #00000073; +} + .bg-transparent\\/5 { background-color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #00000080; } +.bg-transparent\\/55 { + background-color: #0000008c; +} + .bg-transparent\\/60 { background-color: #0009; } +.bg-transparent\\/65 { + background-color: #000000a6; +} + .bg-transparent\\/70 { background-color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #000c; } +.bg-transparent\\/85 { + background-color: #000000d9; +} + .bg-transparent\\/90 { background-color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ede9fe; } +.bg-violet-100\\/15 { + background-color: #ede9fe26; +} + .bg-violet-100\\/20 { background-color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ede9fe4d; } +.bg-violet-100\\/35 { + background-color: #ede9fe59; +} + .bg-violet-100\\/40 { background-color: #ede9fe66; } +.bg-violet-100\\/45 { + background-color: #ede9fe73; +} + .bg-violet-100\\/5 { background-color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ede9fe80; } +.bg-violet-100\\/55 { + background-color: #ede9fe8c; +} + .bg-violet-100\\/60 { background-color: #ede9fe99; } +.bg-violet-100\\/65 { + background-color: #ede9fea6; +} + .bg-violet-100\\/70 { background-color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ede9fecc; } +.bg-violet-100\\/85 { + background-color: #ede9fed9; +} + .bg-violet-100\\/90 { background-color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ddd6fe; } +.bg-violet-200\\/15 { + background-color: #ddd6fe26; +} + .bg-violet-200\\/20 { background-color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ddd6fe4d; } +.bg-violet-200\\/35 { + background-color: #ddd6fe59; +} + .bg-violet-200\\/40 { background-color: #ddd6fe66; } +.bg-violet-200\\/45 { + background-color: #ddd6fe73; +} + .bg-violet-200\\/5 { background-color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ddd6fe80; } +.bg-violet-200\\/55 { + background-color: #ddd6fe8c; +} + .bg-violet-200\\/60 { background-color: #ddd6fe99; } +.bg-violet-200\\/65 { + background-color: #ddd6fea6; +} + .bg-violet-200\\/70 { background-color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ddd6fecc; } +.bg-violet-200\\/85 { + background-color: #ddd6fed9; +} + .bg-violet-200\\/90 { background-color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c4b5fd; } +.bg-violet-300\\/15 { + background-color: #c4b5fd26; +} + .bg-violet-300\\/20 { background-color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c4b5fd4d; } +.bg-violet-300\\/35 { + background-color: #c4b5fd59; +} + .bg-violet-300\\/40 { background-color: #c4b5fd66; } +.bg-violet-300\\/45 { + background-color: #c4b5fd73; +} + .bg-violet-300\\/5 { background-color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c4b5fd80; } +.bg-violet-300\\/55 { + background-color: #c4b5fd8c; +} + .bg-violet-300\\/60 { background-color: #c4b5fd99; } +.bg-violet-300\\/65 { + background-color: #c4b5fda6; +} + .bg-violet-300\\/70 { background-color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #c4b5fdcc; } +.bg-violet-300\\/85 { + background-color: #c4b5fdd9; +} + .bg-violet-300\\/90 { background-color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a78bfa; } +.bg-violet-400\\/15 { + background-color: #a78bfa26; +} + .bg-violet-400\\/20 { background-color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a78bfa4d; } +.bg-violet-400\\/35 { + background-color: #a78bfa59; +} + .bg-violet-400\\/40 { background-color: #a78bfa66; } +.bg-violet-400\\/45 { + background-color: #a78bfa73; +} + .bg-violet-400\\/5 { background-color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a78bfa80; } +.bg-violet-400\\/55 { + background-color: #a78bfa8c; +} + .bg-violet-400\\/60 { background-color: #a78bfa99; } +.bg-violet-400\\/65 { + background-color: #a78bfaa6; +} + .bg-violet-400\\/70 { background-color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a78bfacc; } +.bg-violet-400\\/85 { + background-color: #a78bfad9; +} + .bg-violet-400\\/90 { background-color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f3ff; } +.bg-violet-50\\/15 { + background-color: #f5f3ff26; +} + .bg-violet-50\\/20 { background-color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f3ff4d; } +.bg-violet-50\\/35 { + background-color: #f5f3ff59; +} + .bg-violet-50\\/40 { background-color: #f5f3ff66; } +.bg-violet-50\\/45 { + background-color: #f5f3ff73; +} + .bg-violet-50\\/5 { background-color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f3ff80; } +.bg-violet-50\\/55 { + background-color: #f5f3ff8c; +} + .bg-violet-50\\/60 { background-color: #f5f3ff99; } +.bg-violet-50\\/65 { + background-color: #f5f3ffa6; +} + .bg-violet-50\\/70 { background-color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f5f3ffcc; } +.bg-violet-50\\/85 { + background-color: #f5f3ffd9; +} + .bg-violet-50\\/90 { background-color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #8b5cf6; } +.bg-violet-500\\/15 { + background-color: #8b5cf626; +} + .bg-violet-500\\/20 { background-color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #8b5cf64d; } +.bg-violet-500\\/35 { + background-color: #8b5cf659; +} + .bg-violet-500\\/40 { background-color: #8b5cf666; } +.bg-violet-500\\/45 { + background-color: #8b5cf673; +} + .bg-violet-500\\/5 { background-color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #8b5cf680; } +.bg-violet-500\\/55 { + background-color: #8b5cf68c; +} + .bg-violet-500\\/60 { background-color: #8b5cf699; } +.bg-violet-500\\/65 { + background-color: #8b5cf6a6; +} + .bg-violet-500\\/70 { background-color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #8b5cf6cc; } +.bg-violet-500\\/85 { + background-color: #8b5cf6d9; +} + .bg-violet-500\\/90 { background-color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c3aed; } +.bg-violet-600\\/15 { + background-color: #7c3aed26; +} + .bg-violet-600\\/20 { background-color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c3aed4d; } +.bg-violet-600\\/35 { + background-color: #7c3aed59; +} + .bg-violet-600\\/40 { background-color: #7c3aed66; } +.bg-violet-600\\/45 { + background-color: #7c3aed73; +} + .bg-violet-600\\/5 { background-color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c3aed80; } +.bg-violet-600\\/55 { + background-color: #7c3aed8c; +} + .bg-violet-600\\/60 { background-color: #7c3aed99; } +.bg-violet-600\\/65 { + background-color: #7c3aeda6; +} + .bg-violet-600\\/70 { background-color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #7c3aedcc; } +.bg-violet-600\\/85 { + background-color: #7c3aedd9; +} + .bg-violet-600\\/90 { background-color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6d28d9; } +.bg-violet-700\\/15 { + background-color: #6d28d926; +} + .bg-violet-700\\/20 { background-color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6d28d94d; } +.bg-violet-700\\/35 { + background-color: #6d28d959; +} + .bg-violet-700\\/40 { background-color: #6d28d966; } +.bg-violet-700\\/45 { + background-color: #6d28d973; +} + .bg-violet-700\\/5 { background-color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6d28d980; } +.bg-violet-700\\/55 { + background-color: #6d28d98c; +} + .bg-violet-700\\/60 { background-color: #6d28d999; } +.bg-violet-700\\/65 { + background-color: #6d28d9a6; +} + .bg-violet-700\\/70 { background-color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #6d28d9cc; } +.bg-violet-700\\/85 { + background-color: #6d28d9d9; +} + .bg-violet-700\\/90 { background-color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5b21b6; } +.bg-violet-800\\/15 { + background-color: #5b21b626; +} + .bg-violet-800\\/20 { background-color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5b21b64d; } +.bg-violet-800\\/35 { + background-color: #5b21b659; +} + .bg-violet-800\\/40 { background-color: #5b21b666; } +.bg-violet-800\\/45 { + background-color: #5b21b673; +} + .bg-violet-800\\/5 { background-color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5b21b680; } +.bg-violet-800\\/55 { + background-color: #5b21b68c; +} + .bg-violet-800\\/60 { background-color: #5b21b699; } +.bg-violet-800\\/65 { + background-color: #5b21b6a6; +} + .bg-violet-800\\/70 { background-color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #5b21b6cc; } +.bg-violet-800\\/85 { + background-color: #5b21b6d9; +} + .bg-violet-800\\/90 { background-color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c1d95; } +.bg-violet-900\\/15 { + background-color: #4c1d9526; +} + .bg-violet-900\\/20 { background-color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c1d954d; } +.bg-violet-900\\/35 { + background-color: #4c1d9559; +} + .bg-violet-900\\/40 { background-color: #4c1d9566; } +.bg-violet-900\\/45 { + background-color: #4c1d9573; +} + .bg-violet-900\\/5 { background-color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c1d9580; } +.bg-violet-900\\/55 { + background-color: #4c1d958c; +} + .bg-violet-900\\/60 { background-color: #4c1d9599; } +.bg-violet-900\\/65 { + background-color: #4c1d95a6; +} + .bg-violet-900\\/70 { background-color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4c1d95cc; } +.bg-violet-900\\/85 { + background-color: #4c1d95d9; +} + .bg-violet-900\\/90 { background-color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2e1065; } +.bg-violet-950\\/15 { + background-color: #2e106526; +} + .bg-violet-950\\/20 { background-color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2e10654d; } +.bg-violet-950\\/35 { + background-color: #2e106559; +} + .bg-violet-950\\/40 { background-color: #2e106566; } +.bg-violet-950\\/45 { + background-color: #2e106573; +} + .bg-violet-950\\/5 { background-color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2e106580; } +.bg-violet-950\\/55 { + background-color: #2e10658c; +} + .bg-violet-950\\/60 { background-color: #2e106599; } +.bg-violet-950\\/65 { + background-color: #2e1065a6; +} + .bg-violet-950\\/70 { background-color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #2e1065cc; } +.bg-violet-950\\/85 { + background-color: #2e1065d9; +} + .bg-violet-950\\/90 { background-color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fff; } +.bg-white\\/15 { + background-color: #ffffff26; +} + .bg-white\\/20 { background-color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffffff4d; } +.bg-white\\/35 { + background-color: #ffffff59; +} + .bg-white\\/40 { background-color: #fff6; } +.bg-white\\/45 { + background-color: #ffffff73; +} + .bg-white\\/5 { background-color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ffffff80; } +.bg-white\\/55 { + background-color: #ffffff8c; +} + .bg-white\\/60 { background-color: #fff9; } +.bg-white\\/65 { + background-color: #ffffffa6; +} + .bg-white\\/70 { background-color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fffc; } +.bg-white\\/85 { + background-color: #ffffffd9; +} + .bg-white\\/90 { background-color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef9c3; } +.bg-yellow-100\\/15 { + background-color: #fef9c326; +} + .bg-yellow-100\\/20 { background-color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef9c34d; } +.bg-yellow-100\\/35 { + background-color: #fef9c359; +} + .bg-yellow-100\\/40 { background-color: #fef9c366; } +.bg-yellow-100\\/45 { + background-color: #fef9c373; +} + .bg-yellow-100\\/5 { background-color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef9c380; } +.bg-yellow-100\\/55 { + background-color: #fef9c38c; +} + .bg-yellow-100\\/60 { background-color: #fef9c399; } +.bg-yellow-100\\/65 { + background-color: #fef9c3a6; +} + .bg-yellow-100\\/70 { background-color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef9c3cc; } +.bg-yellow-100\\/85 { + background-color: #fef9c3d9; +} + .bg-yellow-100\\/90 { background-color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef08a; } +.bg-yellow-200\\/15 { + background-color: #fef08a26; +} + .bg-yellow-200\\/20 { background-color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef08a4d; } +.bg-yellow-200\\/35 { + background-color: #fef08a59; +} + .bg-yellow-200\\/40 { background-color: #fef08a66; } +.bg-yellow-200\\/45 { + background-color: #fef08a73; +} + .bg-yellow-200\\/5 { background-color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef08a80; } +.bg-yellow-200\\/55 { + background-color: #fef08a8c; +} + .bg-yellow-200\\/60 { background-color: #fef08a99; } +.bg-yellow-200\\/65 { + background-color: #fef08aa6; +} + .bg-yellow-200\\/70 { background-color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fef08acc; } +.bg-yellow-200\\/85 { + background-color: #fef08ad9; +} + .bg-yellow-200\\/90 { background-color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde047; } +.bg-yellow-300\\/15 { + background-color: #fde04726; +} + .bg-yellow-300\\/20 { background-color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde0474d; } +.bg-yellow-300\\/35 { + background-color: #fde04759; +} + .bg-yellow-300\\/40 { background-color: #fde04766; } +.bg-yellow-300\\/45 { + background-color: #fde04773; +} + .bg-yellow-300\\/5 { background-color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde04780; } +.bg-yellow-300\\/55 { + background-color: #fde0478c; +} + .bg-yellow-300\\/60 { background-color: #fde04799; } +.bg-yellow-300\\/65 { + background-color: #fde047a6; +} + .bg-yellow-300\\/70 { background-color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fde047cc; } +.bg-yellow-300\\/85 { + background-color: #fde047d9; +} + .bg-yellow-300\\/90 { background-color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #facc15; } +.bg-yellow-400\\/15 { + background-color: #facc1526; +} + .bg-yellow-400\\/20 { background-color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #facc154d; } +.bg-yellow-400\\/35 { + background-color: #facc1559; +} + .bg-yellow-400\\/40 { background-color: #facc1566; } +.bg-yellow-400\\/45 { + background-color: #facc1573; +} + .bg-yellow-400\\/5 { background-color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #facc1580; } +.bg-yellow-400\\/55 { + background-color: #facc158c; +} + .bg-yellow-400\\/60 { background-color: #facc1599; } +.bg-yellow-400\\/65 { + background-color: #facc15a6; +} + .bg-yellow-400\\/70 { background-color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #facc15cc; } +.bg-yellow-400\\/85 { + background-color: #facc15d9; +} + .bg-yellow-400\\/90 { background-color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fefce8; } +.bg-yellow-50\\/15 { + background-color: #fefce826; +} + .bg-yellow-50\\/20 { background-color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fefce84d; } +.bg-yellow-50\\/35 { + background-color: #fefce859; +} + .bg-yellow-50\\/40 { background-color: #fefce866; } +.bg-yellow-50\\/45 { + background-color: #fefce873; +} + .bg-yellow-50\\/5 { background-color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fefce880; } +.bg-yellow-50\\/55 { + background-color: #fefce88c; +} + .bg-yellow-50\\/60 { background-color: #fefce899; } +.bg-yellow-50\\/65 { + background-color: #fefce8a6; +} + .bg-yellow-50\\/70 { background-color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fefce8cc; } +.bg-yellow-50\\/85 { + background-color: #fefce8d9; +} + .bg-yellow-50\\/90 { background-color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eab308; } +.bg-yellow-500\\/15 { + background-color: #eab30826; +} + .bg-yellow-500\\/20 { background-color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eab3084d; } +.bg-yellow-500\\/35 { + background-color: #eab30859; +} + .bg-yellow-500\\/40 { background-color: #eab30866; } +.bg-yellow-500\\/45 { + background-color: #eab30873; +} + .bg-yellow-500\\/5 { background-color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eab30880; } +.bg-yellow-500\\/55 { + background-color: #eab3088c; +} + .bg-yellow-500\\/60 { background-color: #eab30899; } +.bg-yellow-500\\/65 { + background-color: #eab308a6; +} + .bg-yellow-500\\/70 { background-color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #eab308cc; } +.bg-yellow-500\\/85 { + background-color: #eab308d9; +} + .bg-yellow-500\\/90 { background-color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ca8a04; } +.bg-yellow-600\\/15 { + background-color: #ca8a0426; +} + .bg-yellow-600\\/20 { background-color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ca8a044d; } +.bg-yellow-600\\/35 { + background-color: #ca8a0459; +} + .bg-yellow-600\\/40 { background-color: #ca8a0466; } +.bg-yellow-600\\/45 { + background-color: #ca8a0473; +} + .bg-yellow-600\\/5 { background-color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ca8a0480; } +.bg-yellow-600\\/55 { + background-color: #ca8a048c; +} + .bg-yellow-600\\/60 { background-color: #ca8a0499; } +.bg-yellow-600\\/65 { + background-color: #ca8a04a6; +} + .bg-yellow-600\\/70 { background-color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #ca8a04cc; } +.bg-yellow-600\\/85 { + background-color: #ca8a04d9; +} + .bg-yellow-600\\/90 { background-color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a16207; } +.bg-yellow-700\\/15 { + background-color: #a1620726; +} + .bg-yellow-700\\/20 { background-color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a162074d; } +.bg-yellow-700\\/35 { + background-color: #a1620759; +} + .bg-yellow-700\\/40 { background-color: #a1620766; } +.bg-yellow-700\\/45 { + background-color: #a1620773; +} + .bg-yellow-700\\/5 { background-color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a1620780; } +.bg-yellow-700\\/55 { + background-color: #a162078c; +} + .bg-yellow-700\\/60 { background-color: #a1620799; } +.bg-yellow-700\\/65 { + background-color: #a16207a6; +} + .bg-yellow-700\\/70 { background-color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a16207cc; } +.bg-yellow-700\\/85 { + background-color: #a16207d9; +} + .bg-yellow-700\\/90 { background-color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #854d0e; } +.bg-yellow-800\\/15 { + background-color: #854d0e26; +} + .bg-yellow-800\\/20 { background-color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #854d0e4d; } +.bg-yellow-800\\/35 { + background-color: #854d0e59; +} + .bg-yellow-800\\/40 { background-color: #854d0e66; } +.bg-yellow-800\\/45 { + background-color: #854d0e73; +} + .bg-yellow-800\\/5 { background-color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #854d0e80; } +.bg-yellow-800\\/55 { + background-color: #854d0e8c; +} + .bg-yellow-800\\/60 { background-color: #854d0e99; } +.bg-yellow-800\\/65 { + background-color: #854d0ea6; +} + .bg-yellow-800\\/70 { background-color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #854d0ecc; } +.bg-yellow-800\\/85 { + background-color: #854d0ed9; +} + .bg-yellow-800\\/90 { background-color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #713f12; } +.bg-yellow-900\\/15 { + background-color: #713f1226; +} + .bg-yellow-900\\/20 { background-color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #713f124d; } +.bg-yellow-900\\/35 { + background-color: #713f1259; +} + .bg-yellow-900\\/40 { background-color: #713f1266; } +.bg-yellow-900\\/45 { + background-color: #713f1273; +} + .bg-yellow-900\\/5 { background-color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #713f1280; } +.bg-yellow-900\\/55 { + background-color: #713f128c; +} + .bg-yellow-900\\/60 { background-color: #713f1299; } +.bg-yellow-900\\/65 { + background-color: #713f12a6; +} + .bg-yellow-900\\/70 { background-color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #713f12cc; } +.bg-yellow-900\\/85 { + background-color: #713f12d9; +} + .bg-yellow-900\\/90 { background-color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #422006; } +.bg-yellow-950\\/15 { + background-color: #42200626; +} + .bg-yellow-950\\/20 { background-color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #4220064d; } +.bg-yellow-950\\/35 { + background-color: #42200659; +} + .bg-yellow-950\\/40 { background-color: #42200666; } +.bg-yellow-950\\/45 { + background-color: #42200673; +} + .bg-yellow-950\\/5 { background-color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #42200680; } +.bg-yellow-950\\/55 { + background-color: #4220068c; +} + .bg-yellow-950\\/60 { background-color: #42200699; } +.bg-yellow-950\\/65 { + background-color: #422006a6; +} + .bg-yellow-950\\/70 { background-color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #422006cc; } +.bg-yellow-950\\/85 { + background-color: #422006d9; +} + .bg-yellow-950\\/90 { background-color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f4f4f5; } +.bg-zinc-100\\/15 { + background-color: #f4f4f526; +} + .bg-zinc-100\\/20 { background-color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f4f4f54d; } +.bg-zinc-100\\/35 { + background-color: #f4f4f559; +} + .bg-zinc-100\\/40 { background-color: #f4f4f566; } +.bg-zinc-100\\/45 { + background-color: #f4f4f573; +} + .bg-zinc-100\\/5 { background-color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f4f4f580; } +.bg-zinc-100\\/55 { + background-color: #f4f4f58c; +} + .bg-zinc-100\\/60 { background-color: #f4f4f599; } +.bg-zinc-100\\/65 { + background-color: #f4f4f5a6; +} + .bg-zinc-100\\/70 { background-color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #f4f4f5cc; } +.bg-zinc-100\\/85 { + background-color: #f4f4f5d9; +} + .bg-zinc-100\\/90 { background-color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e4e4e7; } +.bg-zinc-200\\/15 { + background-color: #e4e4e726; +} + .bg-zinc-200\\/20 { background-color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e4e4e74d; } +.bg-zinc-200\\/35 { + background-color: #e4e4e759; +} + .bg-zinc-200\\/40 { background-color: #e4e4e766; } +.bg-zinc-200\\/45 { + background-color: #e4e4e773; +} + .bg-zinc-200\\/5 { background-color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e4e4e780; } +.bg-zinc-200\\/55 { + background-color: #e4e4e78c; +} + .bg-zinc-200\\/60 { background-color: #e4e4e799; } +.bg-zinc-200\\/65 { + background-color: #e4e4e7a6; +} + .bg-zinc-200\\/70 { background-color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #e4e4e7cc; } +.bg-zinc-200\\/85 { + background-color: #e4e4e7d9; +} + .bg-zinc-200\\/90 { background-color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d8; } +.bg-zinc-300\\/15 { + background-color: #d4d4d826; +} + .bg-zinc-300\\/20 { background-color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d84d; } +.bg-zinc-300\\/35 { + background-color: #d4d4d859; +} + .bg-zinc-300\\/40 { background-color: #d4d4d866; } +.bg-zinc-300\\/45 { + background-color: #d4d4d873; +} + .bg-zinc-300\\/5 { background-color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d880; } +.bg-zinc-300\\/55 { + background-color: #d4d4d88c; +} + .bg-zinc-300\\/60 { background-color: #d4d4d899; } +.bg-zinc-300\\/65 { + background-color: #d4d4d8a6; +} + .bg-zinc-300\\/70 { background-color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #d4d4d8cc; } +.bg-zinc-300\\/85 { + background-color: #d4d4d8d9; +} + .bg-zinc-300\\/90 { background-color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a1a1aa; } +.bg-zinc-400\\/15 { + background-color: #a1a1aa26; +} + .bg-zinc-400\\/20 { background-color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a1a1aa4d; } +.bg-zinc-400\\/35 { + background-color: #a1a1aa59; +} + .bg-zinc-400\\/40 { background-color: #a1a1aa66; } +.bg-zinc-400\\/45 { + background-color: #a1a1aa73; +} + .bg-zinc-400\\/5 { background-color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a1a1aa80; } +.bg-zinc-400\\/55 { + background-color: #a1a1aa8c; +} + .bg-zinc-400\\/60 { background-color: #a1a1aa99; } +.bg-zinc-400\\/65 { + background-color: #a1a1aaa6; +} + .bg-zinc-400\\/70 { background-color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #a1a1aacc; } +.bg-zinc-400\\/85 { + background-color: #a1a1aad9; +} + .bg-zinc-400\\/90 { background-color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafa; } +.bg-zinc-50\\/15 { + background-color: #fafafa26; +} + .bg-zinc-50\\/20 { background-color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafa4d; } +.bg-zinc-50\\/35 { + background-color: #fafafa59; +} + .bg-zinc-50\\/40 { background-color: #fafafa66; } +.bg-zinc-50\\/45 { + background-color: #fafafa73; +} + .bg-zinc-50\\/5 { background-color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafa80; } +.bg-zinc-50\\/55 { + background-color: #fafafa8c; +} + .bg-zinc-50\\/60 { background-color: #fafafa99; } +.bg-zinc-50\\/65 { + background-color: #fafafaa6; +} + .bg-zinc-50\\/70 { background-color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #fafafacc; } +.bg-zinc-50\\/85 { + background-color: #fafafad9; +} + .bg-zinc-50\\/90 { background-color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #71717a; } +.bg-zinc-500\\/15 { + background-color: #71717a26; +} + .bg-zinc-500\\/20 { background-color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #71717a4d; } +.bg-zinc-500\\/35 { + background-color: #71717a59; +} + .bg-zinc-500\\/40 { background-color: #71717a66; } +.bg-zinc-500\\/45 { + background-color: #71717a73; +} + .bg-zinc-500\\/5 { background-color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #71717a80; } +.bg-zinc-500\\/55 { + background-color: #71717a8c; +} + .bg-zinc-500\\/60 { background-color: #71717a99; } +.bg-zinc-500\\/65 { + background-color: #71717aa6; +} + .bg-zinc-500\\/70 { background-color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #71717acc; } +.bg-zinc-500\\/85 { + background-color: #71717ad9; +} + .bg-zinc-500\\/90 { background-color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #52525b; } +.bg-zinc-600\\/15 { + background-color: #52525b26; +} + .bg-zinc-600\\/20 { background-color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #52525b4d; } +.bg-zinc-600\\/35 { + background-color: #52525b59; +} + .bg-zinc-600\\/40 { background-color: #52525b66; } +.bg-zinc-600\\/45 { + background-color: #52525b73; +} + .bg-zinc-600\\/5 { background-color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #52525b80; } +.bg-zinc-600\\/55 { + background-color: #52525b8c; +} + .bg-zinc-600\\/60 { background-color: #52525b99; } +.bg-zinc-600\\/65 { + background-color: #52525ba6; +} + .bg-zinc-600\\/70 { background-color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #52525bcc; } +.bg-zinc-600\\/85 { + background-color: #52525bd9; +} + .bg-zinc-600\\/90 { background-color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f3f46; } +.bg-zinc-700\\/15 { + background-color: #3f3f4626; +} + .bg-zinc-700\\/20 { background-color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f3f464d; } +.bg-zinc-700\\/35 { + background-color: #3f3f4659; +} + .bg-zinc-700\\/40 { background-color: #3f3f4666; } +.bg-zinc-700\\/45 { + background-color: #3f3f4673; +} + .bg-zinc-700\\/5 { background-color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f3f4680; } +.bg-zinc-700\\/55 { + background-color: #3f3f468c; +} + .bg-zinc-700\\/60 { background-color: #3f3f4699; } +.bg-zinc-700\\/65 { + background-color: #3f3f46a6; +} + .bg-zinc-700\\/70 { background-color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #3f3f46cc; } +.bg-zinc-700\\/85 { + background-color: #3f3f46d9; +} + .bg-zinc-700\\/90 { background-color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #27272a; } +.bg-zinc-800\\/15 { + background-color: #27272a26; +} + .bg-zinc-800\\/20 { background-color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #27272a4d; } +.bg-zinc-800\\/35 { + background-color: #27272a59; +} + .bg-zinc-800\\/40 { background-color: #27272a66; } +.bg-zinc-800\\/45 { + background-color: #27272a73; +} + .bg-zinc-800\\/5 { background-color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #27272a80; } +.bg-zinc-800\\/55 { + background-color: #27272a8c; +} + .bg-zinc-800\\/60 { background-color: #27272a99; } +.bg-zinc-800\\/65 { + background-color: #27272aa6; +} + .bg-zinc-800\\/70 { background-color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #27272acc; } +.bg-zinc-800\\/85 { + background-color: #27272ad9; +} + .bg-zinc-800\\/90 { background-color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #18181b; } +.bg-zinc-900\\/15 { + background-color: #18181b26; +} + .bg-zinc-900\\/20 { background-color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #18181b4d; } +.bg-zinc-900\\/35 { + background-color: #18181b59; +} + .bg-zinc-900\\/40 { background-color: #18181b66; } +.bg-zinc-900\\/45 { + background-color: #18181b73; +} + .bg-zinc-900\\/5 { background-color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #18181b80; } +.bg-zinc-900\\/55 { + background-color: #18181b8c; +} + .bg-zinc-900\\/60 { background-color: #18181b99; } +.bg-zinc-900\\/65 { + background-color: #18181ba6; +} + .bg-zinc-900\\/70 { background-color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #18181bcc; } +.bg-zinc-900\\/85 { + background-color: #18181bd9; +} + .bg-zinc-900\\/90 { background-color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #09090b; } +.bg-zinc-950\\/15 { + background-color: #09090b26; +} + .bg-zinc-950\\/20 { background-color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #09090b4d; } +.bg-zinc-950\\/35 { + background-color: #09090b59; +} + .bg-zinc-950\\/40 { background-color: #09090b66; } +.bg-zinc-950\\/45 { + background-color: #09090b73; +} + .bg-zinc-950\\/5 { background-color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #09090b80; } +.bg-zinc-950\\/55 { + background-color: #09090b8c; +} + .bg-zinc-950\\/60 { background-color: #09090b99; } +.bg-zinc-950\\/65 { + background-color: #09090ba6; +} + .bg-zinc-950\\/70 { background-color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'backgroundColor' plugin 1`] = ` background-color: #09090bcc; } +.bg-zinc-950\\/85 { + background-color: #09090bd9; +} + .bg-zinc-950\\/90 { background-color: #09090be6; } @@ -15724,6 +21604,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef3c7; } +.bg-amber-100\\/15 { + background-color: #fef3c726; +} + .bg-amber-100\\/20 { background-color: #fef3c733; } @@ -15736,10 +21620,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef3c74d; } +.bg-amber-100\\/35 { + background-color: #fef3c759; +} + .bg-amber-100\\/40 { background-color: #fef3c766; } +.bg-amber-100\\/45 { + background-color: #fef3c773; +} + .bg-amber-100\\/5 { background-color: #fef3c70d; } @@ -15748,10 +21640,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef3c780; } +.bg-amber-100\\/55 { + background-color: #fef3c78c; +} + .bg-amber-100\\/60 { background-color: #fef3c799; } +.bg-amber-100\\/65 { + background-color: #fef3c7a6; +} + .bg-amber-100\\/70 { background-color: #fef3c7b3; } @@ -15764,6 +21664,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef3c7cc; } +.bg-amber-100\\/85 { + background-color: #fef3c7d9; +} + .bg-amber-100\\/90 { background-color: #fef3c7e6; } @@ -15789,6 +21693,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde68a; } +.bg-amber-200\\/15 { + background-color: #fde68a26; +} + .bg-amber-200\\/20 { background-color: #fde68a33; } @@ -15801,10 +21709,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde68a4d; } +.bg-amber-200\\/35 { + background-color: #fde68a59; +} + .bg-amber-200\\/40 { background-color: #fde68a66; } +.bg-amber-200\\/45 { + background-color: #fde68a73; +} + .bg-amber-200\\/5 { background-color: #fde68a0d; } @@ -15813,10 +21729,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde68a80; } +.bg-amber-200\\/55 { + background-color: #fde68a8c; +} + .bg-amber-200\\/60 { background-color: #fde68a99; } +.bg-amber-200\\/65 { + background-color: #fde68aa6; +} + .bg-amber-200\\/70 { background-color: #fde68ab3; } @@ -15829,6 +21753,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde68acc; } +.bg-amber-200\\/85 { + background-color: #fde68ad9; +} + .bg-amber-200\\/90 { background-color: #fde68ae6; } @@ -15854,6 +21782,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fcd34d; } +.bg-amber-300\\/15 { + background-color: #fcd34d26; +} + .bg-amber-300\\/20 { background-color: #fcd34d33; } @@ -15866,10 +21798,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fcd34d4d; } +.bg-amber-300\\/35 { + background-color: #fcd34d59; +} + .bg-amber-300\\/40 { background-color: #fcd34d66; } +.bg-amber-300\\/45 { + background-color: #fcd34d73; +} + .bg-amber-300\\/5 { background-color: #fcd34d0d; } @@ -15878,10 +21818,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fcd34d80; } +.bg-amber-300\\/55 { + background-color: #fcd34d8c; +} + .bg-amber-300\\/60 { background-color: #fcd34d99; } +.bg-amber-300\\/65 { + background-color: #fcd34da6; +} + .bg-amber-300\\/70 { background-color: #fcd34db3; } @@ -15894,6 +21842,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fcd34dcc; } +.bg-amber-300\\/85 { + background-color: #fcd34dd9; +} + .bg-amber-300\\/90 { background-color: #fcd34de6; } @@ -15919,6 +21871,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbbf24; } +.bg-amber-400\\/15 { + background-color: #fbbf2426; +} + .bg-amber-400\\/20 { background-color: #fbbf2433; } @@ -15931,10 +21887,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbbf244d; } +.bg-amber-400\\/35 { + background-color: #fbbf2459; +} + .bg-amber-400\\/40 { background-color: #fbbf2466; } +.bg-amber-400\\/45 { + background-color: #fbbf2473; +} + .bg-amber-400\\/5 { background-color: #fbbf240d; } @@ -15943,10 +21907,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbbf2480; } +.bg-amber-400\\/55 { + background-color: #fbbf248c; +} + .bg-amber-400\\/60 { background-color: #fbbf2499; } +.bg-amber-400\\/65 { + background-color: #fbbf24a6; +} + .bg-amber-400\\/70 { background-color: #fbbf24b3; } @@ -15959,6 +21931,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbbf24cc; } +.bg-amber-400\\/85 { + background-color: #fbbf24d9; +} + .bg-amber-400\\/90 { background-color: #fbbf24e6; } @@ -15984,6 +21960,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fffbeb; } +.bg-amber-50\\/15 { + background-color: #fffbeb26; +} + .bg-amber-50\\/20 { background-color: #fffbeb33; } @@ -15996,10 +21976,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fffbeb4d; } +.bg-amber-50\\/35 { + background-color: #fffbeb59; +} + .bg-amber-50\\/40 { background-color: #fffbeb66; } +.bg-amber-50\\/45 { + background-color: #fffbeb73; +} + .bg-amber-50\\/5 { background-color: #fffbeb0d; } @@ -16008,10 +21996,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fffbeb80; } +.bg-amber-50\\/55 { + background-color: #fffbeb8c; +} + .bg-amber-50\\/60 { background-color: #fffbeb99; } +.bg-amber-50\\/65 { + background-color: #fffbeba6; +} + .bg-amber-50\\/70 { background-color: #fffbebb3; } @@ -16024,6 +22020,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fffbebcc; } +.bg-amber-50\\/85 { + background-color: #fffbebd9; +} + .bg-amber-50\\/90 { background-color: #fffbebe6; } @@ -16049,6 +22049,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f59e0b; } +.bg-amber-500\\/15 { + background-color: #f59e0b26; +} + .bg-amber-500\\/20 { background-color: #f59e0b33; } @@ -16061,10 +22065,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f59e0b4d; } +.bg-amber-500\\/35 { + background-color: #f59e0b59; +} + .bg-amber-500\\/40 { background-color: #f59e0b66; } +.bg-amber-500\\/45 { + background-color: #f59e0b73; +} + .bg-amber-500\\/5 { background-color: #f59e0b0d; } @@ -16073,10 +22085,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f59e0b80; } +.bg-amber-500\\/55 { + background-color: #f59e0b8c; +} + .bg-amber-500\\/60 { background-color: #f59e0b99; } +.bg-amber-500\\/65 { + background-color: #f59e0ba6; +} + .bg-amber-500\\/70 { background-color: #f59e0bb3; } @@ -16089,6 +22109,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f59e0bcc; } +.bg-amber-500\\/85 { + background-color: #f59e0bd9; +} + .bg-amber-500\\/90 { background-color: #f59e0be6; } @@ -16114,6 +22138,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d97706; } +.bg-amber-600\\/15 { + background-color: #d9770626; +} + .bg-amber-600\\/20 { background-color: #d9770633; } @@ -16126,10 +22154,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d977064d; } +.bg-amber-600\\/35 { + background-color: #d9770659; +} + .bg-amber-600\\/40 { background-color: #d9770666; } +.bg-amber-600\\/45 { + background-color: #d9770673; +} + .bg-amber-600\\/5 { background-color: #d977060d; } @@ -16138,10 +22174,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d9770680; } +.bg-amber-600\\/55 { + background-color: #d977068c; +} + .bg-amber-600\\/60 { background-color: #d9770699; } +.bg-amber-600\\/65 { + background-color: #d97706a6; +} + .bg-amber-600\\/70 { background-color: #d97706b3; } @@ -16154,6 +22198,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d97706cc; } +.bg-amber-600\\/85 { + background-color: #d97706d9; +} + .bg-amber-600\\/90 { background-color: #d97706e6; } @@ -16179,6 +22227,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b45309; } +.bg-amber-700\\/15 { + background-color: #b4530926; +} + .bg-amber-700\\/20 { background-color: #b4530933; } @@ -16191,10 +22243,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b453094d; } +.bg-amber-700\\/35 { + background-color: #b4530959; +} + .bg-amber-700\\/40 { background-color: #b4530966; } +.bg-amber-700\\/45 { + background-color: #b4530973; +} + .bg-amber-700\\/5 { background-color: #b453090d; } @@ -16203,10 +22263,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b4530980; } +.bg-amber-700\\/55 { + background-color: #b453098c; +} + .bg-amber-700\\/60 { background-color: #b4530999; } +.bg-amber-700\\/65 { + background-color: #b45309a6; +} + .bg-amber-700\\/70 { background-color: #b45309b3; } @@ -16219,6 +22287,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b45309cc; } +.bg-amber-700\\/85 { + background-color: #b45309d9; +} + .bg-amber-700\\/90 { background-color: #b45309e6; } @@ -16244,6 +22316,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #92400e; } +.bg-amber-800\\/15 { + background-color: #92400e26; +} + .bg-amber-800\\/20 { background-color: #92400e33; } @@ -16256,10 +22332,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #92400e4d; } +.bg-amber-800\\/35 { + background-color: #92400e59; +} + .bg-amber-800\\/40 { background-color: #92400e66; } +.bg-amber-800\\/45 { + background-color: #92400e73; +} + .bg-amber-800\\/5 { background-color: #92400e0d; } @@ -16268,10 +22352,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #92400e80; } +.bg-amber-800\\/55 { + background-color: #92400e8c; +} + .bg-amber-800\\/60 { background-color: #92400e99; } +.bg-amber-800\\/65 { + background-color: #92400ea6; +} + .bg-amber-800\\/70 { background-color: #92400eb3; } @@ -16284,6 +22376,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #92400ecc; } +.bg-amber-800\\/85 { + background-color: #92400ed9; +} + .bg-amber-800\\/90 { background-color: #92400ee6; } @@ -16309,6 +22405,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78350f; } +.bg-amber-900\\/15 { + background-color: #78350f26; +} + .bg-amber-900\\/20 { background-color: #78350f33; } @@ -16321,10 +22421,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78350f4d; } +.bg-amber-900\\/35 { + background-color: #78350f59; +} + .bg-amber-900\\/40 { background-color: #78350f66; } +.bg-amber-900\\/45 { + background-color: #78350f73; +} + .bg-amber-900\\/5 { background-color: #78350f0d; } @@ -16333,10 +22441,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78350f80; } +.bg-amber-900\\/55 { + background-color: #78350f8c; +} + .bg-amber-900\\/60 { background-color: #78350f99; } +.bg-amber-900\\/65 { + background-color: #78350fa6; +} + .bg-amber-900\\/70 { background-color: #78350fb3; } @@ -16349,6 +22465,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78350fcc; } +.bg-amber-900\\/85 { + background-color: #78350fd9; +} + .bg-amber-900\\/90 { background-color: #78350fe6; } @@ -16374,6 +22494,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #451a03; } +.bg-amber-950\\/15 { + background-color: #451a0326; +} + .bg-amber-950\\/20 { background-color: #451a0333; } @@ -16386,10 +22510,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #451a034d; } +.bg-amber-950\\/35 { + background-color: #451a0359; +} + .bg-amber-950\\/40 { background-color: #451a0366; } +.bg-amber-950\\/45 { + background-color: #451a0373; +} + .bg-amber-950\\/5 { background-color: #451a030d; } @@ -16398,10 +22530,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #451a0380; } +.bg-amber-950\\/55 { + background-color: #451a038c; +} + .bg-amber-950\\/60 { background-color: #451a0399; } +.bg-amber-950\\/65 { + background-color: #451a03a6; +} + .bg-amber-950\\/70 { background-color: #451a03b3; } @@ -16414,6 +22554,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #451a03cc; } +.bg-amber-950\\/85 { + background-color: #451a03d9; +} + .bg-amber-950\\/90 { background-color: #451a03e6; } @@ -16439,6 +22583,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #000; } +.bg-black\\/15 { + background-color: #00000026; +} + .bg-black\\/20 { background-color: #0003; } @@ -16451,10 +22599,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0000004d; } +.bg-black\\/35 { + background-color: #00000059; +} + .bg-black\\/40 { background-color: #0006; } +.bg-black\\/45 { + background-color: #00000073; +} + .bg-black\\/5 { background-color: #0000000d; } @@ -16463,10 +22619,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #00000080; } +.bg-black\\/55 { + background-color: #0000008c; +} + .bg-black\\/60 { background-color: #0009; } +.bg-black\\/65 { + background-color: #000000a6; +} + .bg-black\\/70 { background-color: #000000b3; } @@ -16479,6 +22643,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #000c; } +.bg-black\\/85 { + background-color: #000000d9; +} + .bg-black\\/90 { background-color: #000000e6; } @@ -16504,6 +22672,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dbeafe; } +.bg-blue-100\\/15 { + background-color: #dbeafe26; +} + .bg-blue-100\\/20 { background-color: #dbeafe33; } @@ -16516,10 +22688,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dbeafe4d; } +.bg-blue-100\\/35 { + background-color: #dbeafe59; +} + .bg-blue-100\\/40 { background-color: #dbeafe66; } +.bg-blue-100\\/45 { + background-color: #dbeafe73; +} + .bg-blue-100\\/5 { background-color: #dbeafe0d; } @@ -16528,10 +22708,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dbeafe80; } +.bg-blue-100\\/55 { + background-color: #dbeafe8c; +} + .bg-blue-100\\/60 { background-color: #dbeafe99; } +.bg-blue-100\\/65 { + background-color: #dbeafea6; +} + .bg-blue-100\\/70 { background-color: #dbeafeb3; } @@ -16544,6 +22732,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dbeafecc; } +.bg-blue-100\\/85 { + background-color: #dbeafed9; +} + .bg-blue-100\\/90 { background-color: #dbeafee6; } @@ -16569,6 +22761,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bfdbfe; } +.bg-blue-200\\/15 { + background-color: #bfdbfe26; +} + .bg-blue-200\\/20 { background-color: #bfdbfe33; } @@ -16581,10 +22777,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bfdbfe4d; } +.bg-blue-200\\/35 { + background-color: #bfdbfe59; +} + .bg-blue-200\\/40 { background-color: #bfdbfe66; } +.bg-blue-200\\/45 { + background-color: #bfdbfe73; +} + .bg-blue-200\\/5 { background-color: #bfdbfe0d; } @@ -16593,10 +22797,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bfdbfe80; } +.bg-blue-200\\/55 { + background-color: #bfdbfe8c; +} + .bg-blue-200\\/60 { background-color: #bfdbfe99; } +.bg-blue-200\\/65 { + background-color: #bfdbfea6; +} + .bg-blue-200\\/70 { background-color: #bfdbfeb3; } @@ -16609,6 +22821,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bfdbfecc; } +.bg-blue-200\\/85 { + background-color: #bfdbfed9; +} + .bg-blue-200\\/90 { background-color: #bfdbfee6; } @@ -16634,6 +22850,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #93c5fd; } +.bg-blue-300\\/15 { + background-color: #93c5fd26; +} + .bg-blue-300\\/20 { background-color: #93c5fd33; } @@ -16646,10 +22866,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #93c5fd4d; } +.bg-blue-300\\/35 { + background-color: #93c5fd59; +} + .bg-blue-300\\/40 { background-color: #93c5fd66; } +.bg-blue-300\\/45 { + background-color: #93c5fd73; +} + .bg-blue-300\\/5 { background-color: #93c5fd0d; } @@ -16658,10 +22886,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #93c5fd80; } +.bg-blue-300\\/55 { + background-color: #93c5fd8c; +} + .bg-blue-300\\/60 { background-color: #93c5fd99; } +.bg-blue-300\\/65 { + background-color: #93c5fda6; +} + .bg-blue-300\\/70 { background-color: #93c5fdb3; } @@ -16674,6 +22910,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #93c5fdcc; } +.bg-blue-300\\/85 { + background-color: #93c5fdd9; +} + .bg-blue-300\\/90 { background-color: #93c5fde6; } @@ -16699,6 +22939,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #60a5fa; } +.bg-blue-400\\/15 { + background-color: #60a5fa26; +} + .bg-blue-400\\/20 { background-color: #60a5fa33; } @@ -16711,10 +22955,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #60a5fa4d; } +.bg-blue-400\\/35 { + background-color: #60a5fa59; +} + .bg-blue-400\\/40 { background-color: #60a5fa66; } +.bg-blue-400\\/45 { + background-color: #60a5fa73; +} + .bg-blue-400\\/5 { background-color: #60a5fa0d; } @@ -16723,10 +22975,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #60a5fa80; } +.bg-blue-400\\/55 { + background-color: #60a5fa8c; +} + .bg-blue-400\\/60 { background-color: #60a5fa99; } +.bg-blue-400\\/65 { + background-color: #60a5faa6; +} + .bg-blue-400\\/70 { background-color: #60a5fab3; } @@ -16739,6 +22999,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #60a5facc; } +.bg-blue-400\\/85 { + background-color: #60a5fad9; +} + .bg-blue-400\\/90 { background-color: #60a5fae6; } @@ -16764,6 +23028,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eff6ff; } +.bg-blue-50\\/15 { + background-color: #eff6ff26; +} + .bg-blue-50\\/20 { background-color: #eff6ff33; } @@ -16776,10 +23044,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eff6ff4d; } +.bg-blue-50\\/35 { + background-color: #eff6ff59; +} + .bg-blue-50\\/40 { background-color: #eff6ff66; } +.bg-blue-50\\/45 { + background-color: #eff6ff73; +} + .bg-blue-50\\/5 { background-color: #eff6ff0d; } @@ -16788,10 +23064,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eff6ff80; } +.bg-blue-50\\/55 { + background-color: #eff6ff8c; +} + .bg-blue-50\\/60 { background-color: #eff6ff99; } +.bg-blue-50\\/65 { + background-color: #eff6ffa6; +} + .bg-blue-50\\/70 { background-color: #eff6ffb3; } @@ -16804,6 +23088,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eff6ffcc; } +.bg-blue-50\\/85 { + background-color: #eff6ffd9; +} + .bg-blue-50\\/90 { background-color: #eff6ffe6; } @@ -16829,6 +23117,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b82f6; } +.bg-blue-500\\/15 { + background-color: #3b82f626; +} + .bg-blue-500\\/20 { background-color: #3b82f633; } @@ -16841,10 +23133,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b82f64d; } +.bg-blue-500\\/35 { + background-color: #3b82f659; +} + .bg-blue-500\\/40 { background-color: #3b82f666; } +.bg-blue-500\\/45 { + background-color: #3b82f673; +} + .bg-blue-500\\/5 { background-color: #3b82f60d; } @@ -16853,10 +23153,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b82f680; } +.bg-blue-500\\/55 { + background-color: #3b82f68c; +} + .bg-blue-500\\/60 { background-color: #3b82f699; } +.bg-blue-500\\/65 { + background-color: #3b82f6a6; +} + .bg-blue-500\\/70 { background-color: #3b82f6b3; } @@ -16869,6 +23177,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b82f6cc; } +.bg-blue-500\\/85 { + background-color: #3b82f6d9; +} + .bg-blue-500\\/90 { background-color: #3b82f6e6; } @@ -16894,6 +23206,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2563eb; } +.bg-blue-600\\/15 { + background-color: #2563eb26; +} + .bg-blue-600\\/20 { background-color: #2563eb33; } @@ -16906,10 +23222,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2563eb4d; } +.bg-blue-600\\/35 { + background-color: #2563eb59; +} + .bg-blue-600\\/40 { background-color: #2563eb66; } +.bg-blue-600\\/45 { + background-color: #2563eb73; +} + .bg-blue-600\\/5 { background-color: #2563eb0d; } @@ -16918,10 +23242,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2563eb80; } +.bg-blue-600\\/55 { + background-color: #2563eb8c; +} + .bg-blue-600\\/60 { background-color: #2563eb99; } +.bg-blue-600\\/65 { + background-color: #2563eba6; +} + .bg-blue-600\\/70 { background-color: #2563ebb3; } @@ -16934,6 +23266,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2563ebcc; } +.bg-blue-600\\/85 { + background-color: #2563ebd9; +} + .bg-blue-600\\/90 { background-color: #2563ebe6; } @@ -16959,6 +23295,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1d4ed8; } +.bg-blue-700\\/15 { + background-color: #1d4ed826; +} + .bg-blue-700\\/20 { background-color: #1d4ed833; } @@ -16971,10 +23311,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1d4ed84d; } +.bg-blue-700\\/35 { + background-color: #1d4ed859; +} + .bg-blue-700\\/40 { background-color: #1d4ed866; } +.bg-blue-700\\/45 { + background-color: #1d4ed873; +} + .bg-blue-700\\/5 { background-color: #1d4ed80d; } @@ -16983,10 +23331,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1d4ed880; } +.bg-blue-700\\/55 { + background-color: #1d4ed88c; +} + .bg-blue-700\\/60 { background-color: #1d4ed899; } +.bg-blue-700\\/65 { + background-color: #1d4ed8a6; +} + .bg-blue-700\\/70 { background-color: #1d4ed8b3; } @@ -16999,6 +23355,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1d4ed8cc; } +.bg-blue-700\\/85 { + background-color: #1d4ed8d9; +} + .bg-blue-700\\/90 { background-color: #1d4ed8e6; } @@ -17024,6 +23384,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e40af; } +.bg-blue-800\\/15 { + background-color: #1e40af26; +} + .bg-blue-800\\/20 { background-color: #1e40af33; } @@ -17036,10 +23400,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e40af4d; } +.bg-blue-800\\/35 { + background-color: #1e40af59; +} + .bg-blue-800\\/40 { background-color: #1e40af66; } +.bg-blue-800\\/45 { + background-color: #1e40af73; +} + .bg-blue-800\\/5 { background-color: #1e40af0d; } @@ -17048,10 +23420,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e40af80; } +.bg-blue-800\\/55 { + background-color: #1e40af8c; +} + .bg-blue-800\\/60 { background-color: #1e40af99; } +.bg-blue-800\\/65 { + background-color: #1e40afa6; +} + .bg-blue-800\\/70 { background-color: #1e40afb3; } @@ -17064,6 +23444,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e40afcc; } +.bg-blue-800\\/85 { + background-color: #1e40afd9; +} + .bg-blue-800\\/90 { background-color: #1e40afe6; } @@ -17089,6 +23473,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e3a8a; } +.bg-blue-900\\/15 { + background-color: #1e3a8a26; +} + .bg-blue-900\\/20 { background-color: #1e3a8a33; } @@ -17101,10 +23489,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e3a8a4d; } +.bg-blue-900\\/35 { + background-color: #1e3a8a59; +} + .bg-blue-900\\/40 { background-color: #1e3a8a66; } +.bg-blue-900\\/45 { + background-color: #1e3a8a73; +} + .bg-blue-900\\/5 { background-color: #1e3a8a0d; } @@ -17113,10 +23509,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e3a8a80; } +.bg-blue-900\\/55 { + background-color: #1e3a8a8c; +} + .bg-blue-900\\/60 { background-color: #1e3a8a99; } +.bg-blue-900\\/65 { + background-color: #1e3a8aa6; +} + .bg-blue-900\\/70 { background-color: #1e3a8ab3; } @@ -17129,6 +23533,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e3a8acc; } +.bg-blue-900\\/85 { + background-color: #1e3a8ad9; +} + .bg-blue-900\\/90 { background-color: #1e3a8ae6; } @@ -17154,6 +23562,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #172554; } +.bg-blue-950\\/15 { + background-color: #17255426; +} + .bg-blue-950\\/20 { background-color: #17255433; } @@ -17166,10 +23578,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1725544d; } +.bg-blue-950\\/35 { + background-color: #17255459; +} + .bg-blue-950\\/40 { background-color: #17255466; } +.bg-blue-950\\/45 { + background-color: #17255473; +} + .bg-blue-950\\/5 { background-color: #1725540d; } @@ -17178,10 +23598,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #17255480; } +.bg-blue-950\\/55 { + background-color: #1725548c; +} + .bg-blue-950\\/60 { background-color: #17255499; } +.bg-blue-950\\/65 { + background-color: #172554a6; +} + .bg-blue-950\\/70 { background-color: #172554b3; } @@ -17194,6 +23622,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #172554cc; } +.bg-blue-950\\/85 { + background-color: #172554d9; +} + .bg-blue-950\\/90 { background-color: #172554e6; } @@ -17223,6 +23655,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cffafe; } +.bg-cyan-100\\/15 { + background-color: #cffafe26; +} + .bg-cyan-100\\/20 { background-color: #cffafe33; } @@ -17235,10 +23671,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cffafe4d; } +.bg-cyan-100\\/35 { + background-color: #cffafe59; +} + .bg-cyan-100\\/40 { background-color: #cffafe66; } +.bg-cyan-100\\/45 { + background-color: #cffafe73; +} + .bg-cyan-100\\/5 { background-color: #cffafe0d; } @@ -17247,10 +23691,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cffafe80; } +.bg-cyan-100\\/55 { + background-color: #cffafe8c; +} + .bg-cyan-100\\/60 { background-color: #cffafe99; } +.bg-cyan-100\\/65 { + background-color: #cffafea6; +} + .bg-cyan-100\\/70 { background-color: #cffafeb3; } @@ -17263,6 +23715,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cffafecc; } +.bg-cyan-100\\/85 { + background-color: #cffafed9; +} + .bg-cyan-100\\/90 { background-color: #cffafee6; } @@ -17288,6 +23744,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5f3fc; } +.bg-cyan-200\\/15 { + background-color: #a5f3fc26; +} + .bg-cyan-200\\/20 { background-color: #a5f3fc33; } @@ -17300,10 +23760,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5f3fc4d; } +.bg-cyan-200\\/35 { + background-color: #a5f3fc59; +} + .bg-cyan-200\\/40 { background-color: #a5f3fc66; } +.bg-cyan-200\\/45 { + background-color: #a5f3fc73; +} + .bg-cyan-200\\/5 { background-color: #a5f3fc0d; } @@ -17312,10 +23780,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5f3fc80; } +.bg-cyan-200\\/55 { + background-color: #a5f3fc8c; +} + .bg-cyan-200\\/60 { background-color: #a5f3fc99; } +.bg-cyan-200\\/65 { + background-color: #a5f3fca6; +} + .bg-cyan-200\\/70 { background-color: #a5f3fcb3; } @@ -17328,6 +23804,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5f3fccc; } +.bg-cyan-200\\/85 { + background-color: #a5f3fcd9; +} + .bg-cyan-200\\/90 { background-color: #a5f3fce6; } @@ -17353,6 +23833,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #67e8f9; } +.bg-cyan-300\\/15 { + background-color: #67e8f926; +} + .bg-cyan-300\\/20 { background-color: #67e8f933; } @@ -17365,10 +23849,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #67e8f94d; } +.bg-cyan-300\\/35 { + background-color: #67e8f959; +} + .bg-cyan-300\\/40 { background-color: #67e8f966; } +.bg-cyan-300\\/45 { + background-color: #67e8f973; +} + .bg-cyan-300\\/5 { background-color: #67e8f90d; } @@ -17377,10 +23869,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #67e8f980; } +.bg-cyan-300\\/55 { + background-color: #67e8f98c; +} + .bg-cyan-300\\/60 { background-color: #67e8f999; } +.bg-cyan-300\\/65 { + background-color: #67e8f9a6; +} + .bg-cyan-300\\/70 { background-color: #67e8f9b3; } @@ -17393,6 +23893,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #67e8f9cc; } +.bg-cyan-300\\/85 { + background-color: #67e8f9d9; +} + .bg-cyan-300\\/90 { background-color: #67e8f9e6; } @@ -17418,6 +23922,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22d3ee; } +.bg-cyan-400\\/15 { + background-color: #22d3ee26; +} + .bg-cyan-400\\/20 { background-color: #22d3ee33; } @@ -17430,10 +23938,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22d3ee4d; } +.bg-cyan-400\\/35 { + background-color: #22d3ee59; +} + .bg-cyan-400\\/40 { background-color: #22d3ee66; } +.bg-cyan-400\\/45 { + background-color: #22d3ee73; +} + .bg-cyan-400\\/5 { background-color: #22d3ee0d; } @@ -17442,10 +23958,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22d3ee80; } +.bg-cyan-400\\/55 { + background-color: #22d3ee8c; +} + .bg-cyan-400\\/60 { background-color: #22d3ee99; } +.bg-cyan-400\\/65 { + background-color: #22d3eea6; +} + .bg-cyan-400\\/70 { background-color: #22d3eeb3; } @@ -17458,6 +23982,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22d3eecc; } +.bg-cyan-400\\/85 { + background-color: #22d3eed9; +} + .bg-cyan-400\\/90 { background-color: #22d3eee6; } @@ -17483,6 +24011,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfeff; } +.bg-cyan-50\\/15 { + background-color: #ecfeff26; +} + .bg-cyan-50\\/20 { background-color: #ecfeff33; } @@ -17495,10 +24027,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfeff4d; } +.bg-cyan-50\\/35 { + background-color: #ecfeff59; +} + .bg-cyan-50\\/40 { background-color: #ecfeff66; } +.bg-cyan-50\\/45 { + background-color: #ecfeff73; +} + .bg-cyan-50\\/5 { background-color: #ecfeff0d; } @@ -17507,10 +24047,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfeff80; } +.bg-cyan-50\\/55 { + background-color: #ecfeff8c; +} + .bg-cyan-50\\/60 { background-color: #ecfeff99; } +.bg-cyan-50\\/65 { + background-color: #ecfeffa6; +} + .bg-cyan-50\\/70 { background-color: #ecfeffb3; } @@ -17523,6 +24071,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfeffcc; } +.bg-cyan-50\\/85 { + background-color: #ecfeffd9; +} + .bg-cyan-50\\/90 { background-color: #ecfeffe6; } @@ -17548,6 +24100,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #06b6d4; } +.bg-cyan-500\\/15 { + background-color: #06b6d426; +} + .bg-cyan-500\\/20 { background-color: #06b6d433; } @@ -17560,10 +24116,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #06b6d44d; } +.bg-cyan-500\\/35 { + background-color: #06b6d459; +} + .bg-cyan-500\\/40 { background-color: #06b6d466; } +.bg-cyan-500\\/45 { + background-color: #06b6d473; +} + .bg-cyan-500\\/5 { background-color: #06b6d40d; } @@ -17572,10 +24136,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #06b6d480; } +.bg-cyan-500\\/55 { + background-color: #06b6d48c; +} + .bg-cyan-500\\/60 { background-color: #06b6d499; } +.bg-cyan-500\\/65 { + background-color: #06b6d4a6; +} + .bg-cyan-500\\/70 { background-color: #06b6d4b3; } @@ -17588,6 +24160,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #06b6d4cc; } +.bg-cyan-500\\/85 { + background-color: #06b6d4d9; +} + .bg-cyan-500\\/90 { background-color: #06b6d4e6; } @@ -17613,6 +24189,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0891b2; } +.bg-cyan-600\\/15 { + background-color: #0891b226; +} + .bg-cyan-600\\/20 { background-color: #0891b233; } @@ -17625,10 +24205,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0891b24d; } +.bg-cyan-600\\/35 { + background-color: #0891b259; +} + .bg-cyan-600\\/40 { background-color: #0891b266; } +.bg-cyan-600\\/45 { + background-color: #0891b273; +} + .bg-cyan-600\\/5 { background-color: #0891b20d; } @@ -17637,10 +24225,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0891b280; } +.bg-cyan-600\\/55 { + background-color: #0891b28c; +} + .bg-cyan-600\\/60 { background-color: #0891b299; } +.bg-cyan-600\\/65 { + background-color: #0891b2a6; +} + .bg-cyan-600\\/70 { background-color: #0891b2b3; } @@ -17653,6 +24249,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0891b2cc; } +.bg-cyan-600\\/85 { + background-color: #0891b2d9; +} + .bg-cyan-600\\/90 { background-color: #0891b2e6; } @@ -17678,6 +24278,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0e7490; } +.bg-cyan-700\\/15 { + background-color: #0e749026; +} + .bg-cyan-700\\/20 { background-color: #0e749033; } @@ -17690,10 +24294,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0e74904d; } +.bg-cyan-700\\/35 { + background-color: #0e749059; +} + .bg-cyan-700\\/40 { background-color: #0e749066; } +.bg-cyan-700\\/45 { + background-color: #0e749073; +} + .bg-cyan-700\\/5 { background-color: #0e74900d; } @@ -17702,10 +24314,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0e749080; } +.bg-cyan-700\\/55 { + background-color: #0e74908c; +} + .bg-cyan-700\\/60 { background-color: #0e749099; } +.bg-cyan-700\\/65 { + background-color: #0e7490a6; +} + .bg-cyan-700\\/70 { background-color: #0e7490b3; } @@ -17718,6 +24338,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0e7490cc; } +.bg-cyan-700\\/85 { + background-color: #0e7490d9; +} + .bg-cyan-700\\/90 { background-color: #0e7490e6; } @@ -17743,6 +24367,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #155e75; } +.bg-cyan-800\\/15 { + background-color: #155e7526; +} + .bg-cyan-800\\/20 { background-color: #155e7533; } @@ -17755,10 +24383,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #155e754d; } +.bg-cyan-800\\/35 { + background-color: #155e7559; +} + .bg-cyan-800\\/40 { background-color: #155e7566; } +.bg-cyan-800\\/45 { + background-color: #155e7573; +} + .bg-cyan-800\\/5 { background-color: #155e750d; } @@ -17767,10 +24403,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #155e7580; } +.bg-cyan-800\\/55 { + background-color: #155e758c; +} + .bg-cyan-800\\/60 { background-color: #155e7599; } +.bg-cyan-800\\/65 { + background-color: #155e75a6; +} + .bg-cyan-800\\/70 { background-color: #155e75b3; } @@ -17783,6 +24427,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #155e75cc; } +.bg-cyan-800\\/85 { + background-color: #155e75d9; +} + .bg-cyan-800\\/90 { background-color: #155e75e6; } @@ -17808,6 +24456,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #164e63; } +.bg-cyan-900\\/15 { + background-color: #164e6326; +} + .bg-cyan-900\\/20 { background-color: #164e6333; } @@ -17820,10 +24472,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #164e634d; } +.bg-cyan-900\\/35 { + background-color: #164e6359; +} + .bg-cyan-900\\/40 { background-color: #164e6366; } +.bg-cyan-900\\/45 { + background-color: #164e6373; +} + .bg-cyan-900\\/5 { background-color: #164e630d; } @@ -17832,10 +24492,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #164e6380; } +.bg-cyan-900\\/55 { + background-color: #164e638c; +} + .bg-cyan-900\\/60 { background-color: #164e6399; } +.bg-cyan-900\\/65 { + background-color: #164e63a6; +} + .bg-cyan-900\\/70 { background-color: #164e63b3; } @@ -17848,6 +24516,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #164e63cc; } +.bg-cyan-900\\/85 { + background-color: #164e63d9; +} + .bg-cyan-900\\/90 { background-color: #164e63e6; } @@ -17873,6 +24545,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #083344; } +.bg-cyan-950\\/15 { + background-color: #08334426; +} + .bg-cyan-950\\/20 { background-color: #08334433; } @@ -17885,10 +24561,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0833444d; } +.bg-cyan-950\\/35 { + background-color: #08334459; +} + .bg-cyan-950\\/40 { background-color: #08334466; } +.bg-cyan-950\\/45 { + background-color: #08334473; +} + .bg-cyan-950\\/5 { background-color: #0833440d; } @@ -17897,10 +24581,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #08334480; } +.bg-cyan-950\\/55 { + background-color: #0833448c; +} + .bg-cyan-950\\/60 { background-color: #08334499; } +.bg-cyan-950\\/65 { + background-color: #083344a6; +} + .bg-cyan-950\\/70 { background-color: #083344b3; } @@ -17913,6 +24605,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #083344cc; } +.bg-cyan-950\\/85 { + background-color: #083344d9; +} + .bg-cyan-950\\/90 { background-color: #083344e6; } @@ -17938,6 +24634,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1fae5; } +.bg-emerald-100\\/15 { + background-color: #d1fae526; +} + .bg-emerald-100\\/20 { background-color: #d1fae533; } @@ -17950,10 +24650,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1fae54d; } +.bg-emerald-100\\/35 { + background-color: #d1fae559; +} + .bg-emerald-100\\/40 { background-color: #d1fae566; } +.bg-emerald-100\\/45 { + background-color: #d1fae573; +} + .bg-emerald-100\\/5 { background-color: #d1fae50d; } @@ -17962,10 +24670,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1fae580; } +.bg-emerald-100\\/55 { + background-color: #d1fae58c; +} + .bg-emerald-100\\/60 { background-color: #d1fae599; } +.bg-emerald-100\\/65 { + background-color: #d1fae5a6; +} + .bg-emerald-100\\/70 { background-color: #d1fae5b3; } @@ -17978,6 +24694,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1fae5cc; } +.bg-emerald-100\\/85 { + background-color: #d1fae5d9; +} + .bg-emerald-100\\/90 { background-color: #d1fae5e6; } @@ -18003,6 +24723,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a7f3d0; } +.bg-emerald-200\\/15 { + background-color: #a7f3d026; +} + .bg-emerald-200\\/20 { background-color: #a7f3d033; } @@ -18015,10 +24739,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a7f3d04d; } +.bg-emerald-200\\/35 { + background-color: #a7f3d059; +} + .bg-emerald-200\\/40 { background-color: #a7f3d066; } +.bg-emerald-200\\/45 { + background-color: #a7f3d073; +} + .bg-emerald-200\\/5 { background-color: #a7f3d00d; } @@ -18027,10 +24759,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a7f3d080; } +.bg-emerald-200\\/55 { + background-color: #a7f3d08c; +} + .bg-emerald-200\\/60 { background-color: #a7f3d099; } +.bg-emerald-200\\/65 { + background-color: #a7f3d0a6; +} + .bg-emerald-200\\/70 { background-color: #a7f3d0b3; } @@ -18043,6 +24783,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a7f3d0cc; } +.bg-emerald-200\\/85 { + background-color: #a7f3d0d9; +} + .bg-emerald-200\\/90 { background-color: #a7f3d0e6; } @@ -18068,6 +24812,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6ee7b7; } +.bg-emerald-300\\/15 { + background-color: #6ee7b726; +} + .bg-emerald-300\\/20 { background-color: #6ee7b733; } @@ -18080,10 +24828,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6ee7b74d; } +.bg-emerald-300\\/35 { + background-color: #6ee7b759; +} + .bg-emerald-300\\/40 { background-color: #6ee7b766; } +.bg-emerald-300\\/45 { + background-color: #6ee7b773; +} + .bg-emerald-300\\/5 { background-color: #6ee7b70d; } @@ -18092,10 +24848,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6ee7b780; } +.bg-emerald-300\\/55 { + background-color: #6ee7b78c; +} + .bg-emerald-300\\/60 { background-color: #6ee7b799; } +.bg-emerald-300\\/65 { + background-color: #6ee7b7a6; +} + .bg-emerald-300\\/70 { background-color: #6ee7b7b3; } @@ -18108,6 +24872,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6ee7b7cc; } +.bg-emerald-300\\/85 { + background-color: #6ee7b7d9; +} + .bg-emerald-300\\/90 { background-color: #6ee7b7e6; } @@ -18133,6 +24901,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #34d399; } +.bg-emerald-400\\/15 { + background-color: #34d39926; +} + .bg-emerald-400\\/20 { background-color: #34d39933; } @@ -18145,10 +24917,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #34d3994d; } +.bg-emerald-400\\/35 { + background-color: #34d39959; +} + .bg-emerald-400\\/40 { background-color: #34d39966; } +.bg-emerald-400\\/45 { + background-color: #34d39973; +} + .bg-emerald-400\\/5 { background-color: #34d3990d; } @@ -18157,10 +24937,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #34d39980; } +.bg-emerald-400\\/55 { + background-color: #34d3998c; +} + .bg-emerald-400\\/60 { background-color: #34d39999; } +.bg-emerald-400\\/65 { + background-color: #34d399a6; +} + .bg-emerald-400\\/70 { background-color: #34d399b3; } @@ -18173,6 +24961,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #34d399cc; } +.bg-emerald-400\\/85 { + background-color: #34d399d9; +} + .bg-emerald-400\\/90 { background-color: #34d399e6; } @@ -18198,6 +24990,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfdf5; } +.bg-emerald-50\\/15 { + background-color: #ecfdf526; +} + .bg-emerald-50\\/20 { background-color: #ecfdf533; } @@ -18210,10 +25006,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfdf54d; } +.bg-emerald-50\\/35 { + background-color: #ecfdf559; +} + .bg-emerald-50\\/40 { background-color: #ecfdf566; } +.bg-emerald-50\\/45 { + background-color: #ecfdf573; +} + .bg-emerald-50\\/5 { background-color: #ecfdf50d; } @@ -18222,10 +25026,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfdf580; } +.bg-emerald-50\\/55 { + background-color: #ecfdf58c; +} + .bg-emerald-50\\/60 { background-color: #ecfdf599; } +.bg-emerald-50\\/65 { + background-color: #ecfdf5a6; +} + .bg-emerald-50\\/70 { background-color: #ecfdf5b3; } @@ -18238,6 +25050,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfdf5cc; } +.bg-emerald-50\\/85 { + background-color: #ecfdf5d9; +} + .bg-emerald-50\\/90 { background-color: #ecfdf5e6; } @@ -18263,6 +25079,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #10b981; } +.bg-emerald-500\\/15 { + background-color: #10b98126; +} + .bg-emerald-500\\/20 { background-color: #10b98133; } @@ -18275,10 +25095,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #10b9814d; } +.bg-emerald-500\\/35 { + background-color: #10b98159; +} + .bg-emerald-500\\/40 { background-color: #10b98166; } +.bg-emerald-500\\/45 { + background-color: #10b98173; +} + .bg-emerald-500\\/5 { background-color: #10b9810d; } @@ -18287,10 +25115,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #10b98180; } +.bg-emerald-500\\/55 { + background-color: #10b9818c; +} + .bg-emerald-500\\/60 { background-color: #10b98199; } +.bg-emerald-500\\/65 { + background-color: #10b981a6; +} + .bg-emerald-500\\/70 { background-color: #10b981b3; } @@ -18303,6 +25139,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #10b981cc; } +.bg-emerald-500\\/85 { + background-color: #10b981d9; +} + .bg-emerald-500\\/90 { background-color: #10b981e6; } @@ -18328,6 +25168,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #059669; } +.bg-emerald-600\\/15 { + background-color: #05966926; +} + .bg-emerald-600\\/20 { background-color: #05966933; } @@ -18340,10 +25184,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0596694d; } +.bg-emerald-600\\/35 { + background-color: #05966959; +} + .bg-emerald-600\\/40 { background-color: #05966966; } +.bg-emerald-600\\/45 { + background-color: #05966973; +} + .bg-emerald-600\\/5 { background-color: #0596690d; } @@ -18352,10 +25204,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #05966980; } +.bg-emerald-600\\/55 { + background-color: #0596698c; +} + .bg-emerald-600\\/60 { background-color: #05966999; } +.bg-emerald-600\\/65 { + background-color: #059669a6; +} + .bg-emerald-600\\/70 { background-color: #059669b3; } @@ -18368,6 +25228,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #059669cc; } +.bg-emerald-600\\/85 { + background-color: #059669d9; +} + .bg-emerald-600\\/90 { background-color: #059669e6; } @@ -18393,6 +25257,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #047857; } +.bg-emerald-700\\/15 { + background-color: #04785726; +} + .bg-emerald-700\\/20 { background-color: #04785733; } @@ -18405,10 +25273,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0478574d; } +.bg-emerald-700\\/35 { + background-color: #04785759; +} + .bg-emerald-700\\/40 { background-color: #04785766; } +.bg-emerald-700\\/45 { + background-color: #04785773; +} + .bg-emerald-700\\/5 { background-color: #0478570d; } @@ -18417,10 +25293,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #04785780; } +.bg-emerald-700\\/55 { + background-color: #0478578c; +} + .bg-emerald-700\\/60 { background-color: #04785799; } +.bg-emerald-700\\/65 { + background-color: #047857a6; +} + .bg-emerald-700\\/70 { background-color: #047857b3; } @@ -18433,6 +25317,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #047857cc; } +.bg-emerald-700\\/85 { + background-color: #047857d9; +} + .bg-emerald-700\\/90 { background-color: #047857e6; } @@ -18458,6 +25346,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #065f46; } +.bg-emerald-800\\/15 { + background-color: #065f4626; +} + .bg-emerald-800\\/20 { background-color: #065f4633; } @@ -18470,10 +25362,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #065f464d; } +.bg-emerald-800\\/35 { + background-color: #065f4659; +} + .bg-emerald-800\\/40 { background-color: #065f4666; } +.bg-emerald-800\\/45 { + background-color: #065f4673; +} + .bg-emerald-800\\/5 { background-color: #065f460d; } @@ -18482,10 +25382,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #065f4680; } +.bg-emerald-800\\/55 { + background-color: #065f468c; +} + .bg-emerald-800\\/60 { background-color: #065f4699; } +.bg-emerald-800\\/65 { + background-color: #065f46a6; +} + .bg-emerald-800\\/70 { background-color: #065f46b3; } @@ -18498,6 +25406,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #065f46cc; } +.bg-emerald-800\\/85 { + background-color: #065f46d9; +} + .bg-emerald-800\\/90 { background-color: #065f46e6; } @@ -18523,6 +25435,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #064e3b; } +.bg-emerald-900\\/15 { + background-color: #064e3b26; +} + .bg-emerald-900\\/20 { background-color: #064e3b33; } @@ -18535,10 +25451,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #064e3b4d; } +.bg-emerald-900\\/35 { + background-color: #064e3b59; +} + .bg-emerald-900\\/40 { background-color: #064e3b66; } +.bg-emerald-900\\/45 { + background-color: #064e3b73; +} + .bg-emerald-900\\/5 { background-color: #064e3b0d; } @@ -18547,10 +25471,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #064e3b80; } +.bg-emerald-900\\/55 { + background-color: #064e3b8c; +} + .bg-emerald-900\\/60 { background-color: #064e3b99; } +.bg-emerald-900\\/65 { + background-color: #064e3ba6; +} + .bg-emerald-900\\/70 { background-color: #064e3bb3; } @@ -18563,6 +25495,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #064e3bcc; } +.bg-emerald-900\\/85 { + background-color: #064e3bd9; +} + .bg-emerald-900\\/90 { background-color: #064e3be6; } @@ -18588,6 +25524,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #022c22; } +.bg-emerald-950\\/15 { + background-color: #022c2226; +} + .bg-emerald-950\\/20 { background-color: #022c2233; } @@ -18600,10 +25540,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #022c224d; } +.bg-emerald-950\\/35 { + background-color: #022c2259; +} + .bg-emerald-950\\/40 { background-color: #022c2266; } +.bg-emerald-950\\/45 { + background-color: #022c2273; +} + .bg-emerald-950\\/5 { background-color: #022c220d; } @@ -18612,10 +25560,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #022c2280; } +.bg-emerald-950\\/55 { + background-color: #022c228c; +} + .bg-emerald-950\\/60 { background-color: #022c2299; } +.bg-emerald-950\\/65 { + background-color: #022c22a6; +} + .bg-emerald-950\\/70 { background-color: #022c22b3; } @@ -18628,6 +25584,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #022c22cc; } +.bg-emerald-950\\/85 { + background-color: #022c22d9; +} + .bg-emerald-950\\/90 { background-color: #022c22e6; } @@ -18653,6 +25613,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fae8ff; } +.bg-fuchsia-100\\/15 { + background-color: #fae8ff26; +} + .bg-fuchsia-100\\/20 { background-color: #fae8ff33; } @@ -18665,10 +25629,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fae8ff4d; } +.bg-fuchsia-100\\/35 { + background-color: #fae8ff59; +} + .bg-fuchsia-100\\/40 { background-color: #fae8ff66; } +.bg-fuchsia-100\\/45 { + background-color: #fae8ff73; +} + .bg-fuchsia-100\\/5 { background-color: #fae8ff0d; } @@ -18677,10 +25649,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fae8ff80; } +.bg-fuchsia-100\\/55 { + background-color: #fae8ff8c; +} + .bg-fuchsia-100\\/60 { background-color: #fae8ff99; } +.bg-fuchsia-100\\/65 { + background-color: #fae8ffa6; +} + .bg-fuchsia-100\\/70 { background-color: #fae8ffb3; } @@ -18693,6 +25673,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fae8ffcc; } +.bg-fuchsia-100\\/85 { + background-color: #fae8ffd9; +} + .bg-fuchsia-100\\/90 { background-color: #fae8ffe6; } @@ -18718,6 +25702,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5d0fe; } +.bg-fuchsia-200\\/15 { + background-color: #f5d0fe26; +} + .bg-fuchsia-200\\/20 { background-color: #f5d0fe33; } @@ -18730,10 +25718,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5d0fe4d; } +.bg-fuchsia-200\\/35 { + background-color: #f5d0fe59; +} + .bg-fuchsia-200\\/40 { background-color: #f5d0fe66; } +.bg-fuchsia-200\\/45 { + background-color: #f5d0fe73; +} + .bg-fuchsia-200\\/5 { background-color: #f5d0fe0d; } @@ -18742,10 +25738,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5d0fe80; } +.bg-fuchsia-200\\/55 { + background-color: #f5d0fe8c; +} + .bg-fuchsia-200\\/60 { background-color: #f5d0fe99; } +.bg-fuchsia-200\\/65 { + background-color: #f5d0fea6; +} + .bg-fuchsia-200\\/70 { background-color: #f5d0feb3; } @@ -18758,6 +25762,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5d0fecc; } +.bg-fuchsia-200\\/85 { + background-color: #f5d0fed9; +} + .bg-fuchsia-200\\/90 { background-color: #f5d0fee6; } @@ -18783,6 +25791,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0abfc; } +.bg-fuchsia-300\\/15 { + background-color: #f0abfc26; +} + .bg-fuchsia-300\\/20 { background-color: #f0abfc33; } @@ -18795,10 +25807,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0abfc4d; } +.bg-fuchsia-300\\/35 { + background-color: #f0abfc59; +} + .bg-fuchsia-300\\/40 { background-color: #f0abfc66; } +.bg-fuchsia-300\\/45 { + background-color: #f0abfc73; +} + .bg-fuchsia-300\\/5 { background-color: #f0abfc0d; } @@ -18807,10 +25827,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0abfc80; } +.bg-fuchsia-300\\/55 { + background-color: #f0abfc8c; +} + .bg-fuchsia-300\\/60 { background-color: #f0abfc99; } +.bg-fuchsia-300\\/65 { + background-color: #f0abfca6; +} + .bg-fuchsia-300\\/70 { background-color: #f0abfcb3; } @@ -18823,6 +25851,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0abfccc; } +.bg-fuchsia-300\\/85 { + background-color: #f0abfcd9; +} + .bg-fuchsia-300\\/90 { background-color: #f0abfce6; } @@ -18848,6 +25880,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e879f9; } +.bg-fuchsia-400\\/15 { + background-color: #e879f926; +} + .bg-fuchsia-400\\/20 { background-color: #e879f933; } @@ -18860,10 +25896,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e879f94d; } +.bg-fuchsia-400\\/35 { + background-color: #e879f959; +} + .bg-fuchsia-400\\/40 { background-color: #e879f966; } +.bg-fuchsia-400\\/45 { + background-color: #e879f973; +} + .bg-fuchsia-400\\/5 { background-color: #e879f90d; } @@ -18872,10 +25916,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e879f980; } +.bg-fuchsia-400\\/55 { + background-color: #e879f98c; +} + .bg-fuchsia-400\\/60 { background-color: #e879f999; } +.bg-fuchsia-400\\/65 { + background-color: #e879f9a6; +} + .bg-fuchsia-400\\/70 { background-color: #e879f9b3; } @@ -18888,6 +25940,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e879f9cc; } +.bg-fuchsia-400\\/85 { + background-color: #e879f9d9; +} + .bg-fuchsia-400\\/90 { background-color: #e879f9e6; } @@ -18913,6 +25969,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf4ff; } +.bg-fuchsia-50\\/15 { + background-color: #fdf4ff26; +} + .bg-fuchsia-50\\/20 { background-color: #fdf4ff33; } @@ -18925,10 +25985,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf4ff4d; } +.bg-fuchsia-50\\/35 { + background-color: #fdf4ff59; +} + .bg-fuchsia-50\\/40 { background-color: #fdf4ff66; } +.bg-fuchsia-50\\/45 { + background-color: #fdf4ff73; +} + .bg-fuchsia-50\\/5 { background-color: #fdf4ff0d; } @@ -18937,10 +26005,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf4ff80; } +.bg-fuchsia-50\\/55 { + background-color: #fdf4ff8c; +} + .bg-fuchsia-50\\/60 { background-color: #fdf4ff99; } +.bg-fuchsia-50\\/65 { + background-color: #fdf4ffa6; +} + .bg-fuchsia-50\\/70 { background-color: #fdf4ffb3; } @@ -18953,6 +26029,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf4ffcc; } +.bg-fuchsia-50\\/85 { + background-color: #fdf4ffd9; +} + .bg-fuchsia-50\\/90 { background-color: #fdf4ffe6; } @@ -18978,6 +26058,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d946ef; } +.bg-fuchsia-500\\/15 { + background-color: #d946ef26; +} + .bg-fuchsia-500\\/20 { background-color: #d946ef33; } @@ -18990,10 +26074,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d946ef4d; } +.bg-fuchsia-500\\/35 { + background-color: #d946ef59; +} + .bg-fuchsia-500\\/40 { background-color: #d946ef66; } +.bg-fuchsia-500\\/45 { + background-color: #d946ef73; +} + .bg-fuchsia-500\\/5 { background-color: #d946ef0d; } @@ -19002,10 +26094,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d946ef80; } +.bg-fuchsia-500\\/55 { + background-color: #d946ef8c; +} + .bg-fuchsia-500\\/60 { background-color: #d946ef99; } +.bg-fuchsia-500\\/65 { + background-color: #d946efa6; +} + .bg-fuchsia-500\\/70 { background-color: #d946efb3; } @@ -19018,6 +26118,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d946efcc; } +.bg-fuchsia-500\\/85 { + background-color: #d946efd9; +} + .bg-fuchsia-500\\/90 { background-color: #d946efe6; } @@ -19043,6 +26147,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c026d3; } +.bg-fuchsia-600\\/15 { + background-color: #c026d326; +} + .bg-fuchsia-600\\/20 { background-color: #c026d333; } @@ -19055,10 +26163,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c026d34d; } +.bg-fuchsia-600\\/35 { + background-color: #c026d359; +} + .bg-fuchsia-600\\/40 { background-color: #c026d366; } +.bg-fuchsia-600\\/45 { + background-color: #c026d373; +} + .bg-fuchsia-600\\/5 { background-color: #c026d30d; } @@ -19067,10 +26183,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c026d380; } +.bg-fuchsia-600\\/55 { + background-color: #c026d38c; +} + .bg-fuchsia-600\\/60 { background-color: #c026d399; } +.bg-fuchsia-600\\/65 { + background-color: #c026d3a6; +} + .bg-fuchsia-600\\/70 { background-color: #c026d3b3; } @@ -19083,6 +26207,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c026d3cc; } +.bg-fuchsia-600\\/85 { + background-color: #c026d3d9; +} + .bg-fuchsia-600\\/90 { background-color: #c026d3e6; } @@ -19108,6 +26236,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a21caf; } +.bg-fuchsia-700\\/15 { + background-color: #a21caf26; +} + .bg-fuchsia-700\\/20 { background-color: #a21caf33; } @@ -19120,10 +26252,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a21caf4d; } +.bg-fuchsia-700\\/35 { + background-color: #a21caf59; +} + .bg-fuchsia-700\\/40 { background-color: #a21caf66; } +.bg-fuchsia-700\\/45 { + background-color: #a21caf73; +} + .bg-fuchsia-700\\/5 { background-color: #a21caf0d; } @@ -19132,10 +26272,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a21caf80; } +.bg-fuchsia-700\\/55 { + background-color: #a21caf8c; +} + .bg-fuchsia-700\\/60 { background-color: #a21caf99; } +.bg-fuchsia-700\\/65 { + background-color: #a21cafa6; +} + .bg-fuchsia-700\\/70 { background-color: #a21cafb3; } @@ -19148,6 +26296,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a21cafcc; } +.bg-fuchsia-700\\/85 { + background-color: #a21cafd9; +} + .bg-fuchsia-700\\/90 { background-color: #a21cafe6; } @@ -19173,6 +26325,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86198f; } +.bg-fuchsia-800\\/15 { + background-color: #86198f26; +} + .bg-fuchsia-800\\/20 { background-color: #86198f33; } @@ -19185,10 +26341,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86198f4d; } +.bg-fuchsia-800\\/35 { + background-color: #86198f59; +} + .bg-fuchsia-800\\/40 { background-color: #86198f66; } +.bg-fuchsia-800\\/45 { + background-color: #86198f73; +} + .bg-fuchsia-800\\/5 { background-color: #86198f0d; } @@ -19197,10 +26361,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86198f80; } +.bg-fuchsia-800\\/55 { + background-color: #86198f8c; +} + .bg-fuchsia-800\\/60 { background-color: #86198f99; } +.bg-fuchsia-800\\/65 { + background-color: #86198fa6; +} + .bg-fuchsia-800\\/70 { background-color: #86198fb3; } @@ -19213,6 +26385,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86198fcc; } +.bg-fuchsia-800\\/85 { + background-color: #86198fd9; +} + .bg-fuchsia-800\\/90 { background-color: #86198fe6; } @@ -19238,6 +26414,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #701a75; } +.bg-fuchsia-900\\/15 { + background-color: #701a7526; +} + .bg-fuchsia-900\\/20 { background-color: #701a7533; } @@ -19250,10 +26430,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #701a754d; } +.bg-fuchsia-900\\/35 { + background-color: #701a7559; +} + .bg-fuchsia-900\\/40 { background-color: #701a7566; } +.bg-fuchsia-900\\/45 { + background-color: #701a7573; +} + .bg-fuchsia-900\\/5 { background-color: #701a750d; } @@ -19262,10 +26450,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #701a7580; } +.bg-fuchsia-900\\/55 { + background-color: #701a758c; +} + .bg-fuchsia-900\\/60 { background-color: #701a7599; } +.bg-fuchsia-900\\/65 { + background-color: #701a75a6; +} + .bg-fuchsia-900\\/70 { background-color: #701a75b3; } @@ -19278,6 +26474,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #701a75cc; } +.bg-fuchsia-900\\/85 { + background-color: #701a75d9; +} + .bg-fuchsia-900\\/90 { background-color: #701a75e6; } @@ -19303,6 +26503,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4a044e; } +.bg-fuchsia-950\\/15 { + background-color: #4a044e26; +} + .bg-fuchsia-950\\/20 { background-color: #4a044e33; } @@ -19315,10 +26519,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4a044e4d; } +.bg-fuchsia-950\\/35 { + background-color: #4a044e59; +} + .bg-fuchsia-950\\/40 { background-color: #4a044e66; } +.bg-fuchsia-950\\/45 { + background-color: #4a044e73; +} + .bg-fuchsia-950\\/5 { background-color: #4a044e0d; } @@ -19327,10 +26539,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4a044e80; } +.bg-fuchsia-950\\/55 { + background-color: #4a044e8c; +} + .bg-fuchsia-950\\/60 { background-color: #4a044e99; } +.bg-fuchsia-950\\/65 { + background-color: #4a044ea6; +} + .bg-fuchsia-950\\/70 { background-color: #4a044eb3; } @@ -19343,6 +26563,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4a044ecc; } +.bg-fuchsia-950\\/85 { + background-color: #4a044ed9; +} + .bg-fuchsia-950\\/90 { background-color: #4a044ee6; } @@ -19368,6 +26592,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3f4f6; } +.bg-gray-100\\/15 { + background-color: #f3f4f626; +} + .bg-gray-100\\/20 { background-color: #f3f4f633; } @@ -19380,10 +26608,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3f4f64d; } +.bg-gray-100\\/35 { + background-color: #f3f4f659; +} + .bg-gray-100\\/40 { background-color: #f3f4f666; } +.bg-gray-100\\/45 { + background-color: #f3f4f673; +} + .bg-gray-100\\/5 { background-color: #f3f4f60d; } @@ -19392,10 +26628,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3f4f680; } +.bg-gray-100\\/55 { + background-color: #f3f4f68c; +} + .bg-gray-100\\/60 { background-color: #f3f4f699; } +.bg-gray-100\\/65 { + background-color: #f3f4f6a6; +} + .bg-gray-100\\/70 { background-color: #f3f4f6b3; } @@ -19408,6 +26652,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3f4f6cc; } +.bg-gray-100\\/85 { + background-color: #f3f4f6d9; +} + .bg-gray-100\\/90 { background-color: #f3f4f6e6; } @@ -19433,6 +26681,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e7eb; } +.bg-gray-200\\/15 { + background-color: #e5e7eb26; +} + .bg-gray-200\\/20 { background-color: #e5e7eb33; } @@ -19445,10 +26697,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e7eb4d; } +.bg-gray-200\\/35 { + background-color: #e5e7eb59; +} + .bg-gray-200\\/40 { background-color: #e5e7eb66; } +.bg-gray-200\\/45 { + background-color: #e5e7eb73; +} + .bg-gray-200\\/5 { background-color: #e5e7eb0d; } @@ -19457,10 +26717,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e7eb80; } +.bg-gray-200\\/55 { + background-color: #e5e7eb8c; +} + .bg-gray-200\\/60 { background-color: #e5e7eb99; } +.bg-gray-200\\/65 { + background-color: #e5e7eba6; +} + .bg-gray-200\\/70 { background-color: #e5e7ebb3; } @@ -19473,6 +26741,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e7ebcc; } +.bg-gray-200\\/85 { + background-color: #e5e7ebd9; +} + .bg-gray-200\\/90 { background-color: #e5e7ebe6; } @@ -19498,6 +26770,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1d5db; } +.bg-gray-300\\/15 { + background-color: #d1d5db26; +} + .bg-gray-300\\/20 { background-color: #d1d5db33; } @@ -19510,10 +26786,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1d5db4d; } +.bg-gray-300\\/35 { + background-color: #d1d5db59; +} + .bg-gray-300\\/40 { background-color: #d1d5db66; } +.bg-gray-300\\/45 { + background-color: #d1d5db73; +} + .bg-gray-300\\/5 { background-color: #d1d5db0d; } @@ -19522,10 +26806,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1d5db80; } +.bg-gray-300\\/55 { + background-color: #d1d5db8c; +} + .bg-gray-300\\/60 { background-color: #d1d5db99; } +.bg-gray-300\\/65 { + background-color: #d1d5dba6; +} + .bg-gray-300\\/70 { background-color: #d1d5dbb3; } @@ -19538,6 +26830,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d1d5dbcc; } +.bg-gray-300\\/85 { + background-color: #d1d5dbd9; +} + .bg-gray-300\\/90 { background-color: #d1d5dbe6; } @@ -19563,6 +26859,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9ca3af; } +.bg-gray-400\\/15 { + background-color: #9ca3af26; +} + .bg-gray-400\\/20 { background-color: #9ca3af33; } @@ -19575,10 +26875,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9ca3af4d; } +.bg-gray-400\\/35 { + background-color: #9ca3af59; +} + .bg-gray-400\\/40 { background-color: #9ca3af66; } +.bg-gray-400\\/45 { + background-color: #9ca3af73; +} + .bg-gray-400\\/5 { background-color: #9ca3af0d; } @@ -19587,10 +26895,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9ca3af80; } +.bg-gray-400\\/55 { + background-color: #9ca3af8c; +} + .bg-gray-400\\/60 { background-color: #9ca3af99; } +.bg-gray-400\\/65 { + background-color: #9ca3afa6; +} + .bg-gray-400\\/70 { background-color: #9ca3afb3; } @@ -19603,6 +26919,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9ca3afcc; } +.bg-gray-400\\/85 { + background-color: #9ca3afd9; +} + .bg-gray-400\\/90 { background-color: #9ca3afe6; } @@ -19628,6 +26948,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9fafb; } +.bg-gray-50\\/15 { + background-color: #f9fafb26; +} + .bg-gray-50\\/20 { background-color: #f9fafb33; } @@ -19640,10 +26964,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9fafb4d; } +.bg-gray-50\\/35 { + background-color: #f9fafb59; +} + .bg-gray-50\\/40 { background-color: #f9fafb66; } +.bg-gray-50\\/45 { + background-color: #f9fafb73; +} + .bg-gray-50\\/5 { background-color: #f9fafb0d; } @@ -19652,10 +26984,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9fafb80; } +.bg-gray-50\\/55 { + background-color: #f9fafb8c; +} + .bg-gray-50\\/60 { background-color: #f9fafb99; } +.bg-gray-50\\/65 { + background-color: #f9fafba6; +} + .bg-gray-50\\/70 { background-color: #f9fafbb3; } @@ -19668,6 +27008,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9fafbcc; } +.bg-gray-50\\/85 { + background-color: #f9fafbd9; +} + .bg-gray-50\\/90 { background-color: #f9fafbe6; } @@ -19693,6 +27037,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b7280; } +.bg-gray-500\\/15 { + background-color: #6b728026; +} + .bg-gray-500\\/20 { background-color: #6b728033; } @@ -19705,10 +27053,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b72804d; } +.bg-gray-500\\/35 { + background-color: #6b728059; +} + .bg-gray-500\\/40 { background-color: #6b728066; } +.bg-gray-500\\/45 { + background-color: #6b728073; +} + .bg-gray-500\\/5 { background-color: #6b72800d; } @@ -19717,10 +27073,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b728080; } +.bg-gray-500\\/55 { + background-color: #6b72808c; +} + .bg-gray-500\\/60 { background-color: #6b728099; } +.bg-gray-500\\/65 { + background-color: #6b7280a6; +} + .bg-gray-500\\/70 { background-color: #6b7280b3; } @@ -19733,6 +27097,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b7280cc; } +.bg-gray-500\\/85 { + background-color: #6b7280d9; +} + .bg-gray-500\\/90 { background-color: #6b7280e6; } @@ -19758,6 +27126,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4b5563; } +.bg-gray-600\\/15 { + background-color: #4b556326; +} + .bg-gray-600\\/20 { background-color: #4b556333; } @@ -19770,10 +27142,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4b55634d; } +.bg-gray-600\\/35 { + background-color: #4b556359; +} + .bg-gray-600\\/40 { background-color: #4b556366; } +.bg-gray-600\\/45 { + background-color: #4b556373; +} + .bg-gray-600\\/5 { background-color: #4b55630d; } @@ -19782,10 +27162,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4b556380; } +.bg-gray-600\\/55 { + background-color: #4b55638c; +} + .bg-gray-600\\/60 { background-color: #4b556399; } +.bg-gray-600\\/65 { + background-color: #4b5563a6; +} + .bg-gray-600\\/70 { background-color: #4b5563b3; } @@ -19798,6 +27186,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4b5563cc; } +.bg-gray-600\\/85 { + background-color: #4b5563d9; +} + .bg-gray-600\\/90 { background-color: #4b5563e6; } @@ -19823,6 +27215,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #374151; } +.bg-gray-700\\/15 { + background-color: #37415126; +} + .bg-gray-700\\/20 { background-color: #37415133; } @@ -19835,10 +27231,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3741514d; } +.bg-gray-700\\/35 { + background-color: #37415159; +} + .bg-gray-700\\/40 { background-color: #37415166; } +.bg-gray-700\\/45 { + background-color: #37415173; +} + .bg-gray-700\\/5 { background-color: #3741510d; } @@ -19847,10 +27251,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #37415180; } +.bg-gray-700\\/55 { + background-color: #3741518c; +} + .bg-gray-700\\/60 { background-color: #37415199; } +.bg-gray-700\\/65 { + background-color: #374151a6; +} + .bg-gray-700\\/70 { background-color: #374151b3; } @@ -19863,6 +27275,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #374151cc; } +.bg-gray-700\\/85 { + background-color: #374151d9; +} + .bg-gray-700\\/90 { background-color: #374151e6; } @@ -19888,6 +27304,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1f2937; } +.bg-gray-800\\/15 { + background-color: #1f293726; +} + .bg-gray-800\\/20 { background-color: #1f293733; } @@ -19900,10 +27320,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1f29374d; } +.bg-gray-800\\/35 { + background-color: #1f293759; +} + .bg-gray-800\\/40 { background-color: #1f293766; } +.bg-gray-800\\/45 { + background-color: #1f293773; +} + .bg-gray-800\\/5 { background-color: #1f29370d; } @@ -19912,10 +27340,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1f293780; } +.bg-gray-800\\/55 { + background-color: #1f29378c; +} + .bg-gray-800\\/60 { background-color: #1f293799; } +.bg-gray-800\\/65 { + background-color: #1f2937a6; +} + .bg-gray-800\\/70 { background-color: #1f2937b3; } @@ -19928,6 +27364,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1f2937cc; } +.bg-gray-800\\/85 { + background-color: #1f2937d9; +} + .bg-gray-800\\/90 { background-color: #1f2937e6; } @@ -19953,6 +27393,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #111827; } +.bg-gray-900\\/15 { + background-color: #11182726; +} + .bg-gray-900\\/20 { background-color: #11182733; } @@ -19965,10 +27409,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1118274d; } +.bg-gray-900\\/35 { + background-color: #11182759; +} + .bg-gray-900\\/40 { background-color: #11182766; } +.bg-gray-900\\/45 { + background-color: #11182773; +} + .bg-gray-900\\/5 { background-color: #1118270d; } @@ -19977,10 +27429,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #11182780; } +.bg-gray-900\\/55 { + background-color: #1118278c; +} + .bg-gray-900\\/60 { background-color: #11182799; } +.bg-gray-900\\/65 { + background-color: #111827a6; +} + .bg-gray-900\\/70 { background-color: #111827b3; } @@ -19993,6 +27453,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #111827cc; } +.bg-gray-900\\/85 { + background-color: #111827d9; +} + .bg-gray-900\\/90 { background-color: #111827e6; } @@ -20018,6 +27482,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #030712; } +.bg-gray-950\\/15 { + background-color: #03071226; +} + .bg-gray-950\\/20 { background-color: #03071233; } @@ -20030,10 +27498,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0307124d; } +.bg-gray-950\\/35 { + background-color: #03071259; +} + .bg-gray-950\\/40 { background-color: #03071266; } +.bg-gray-950\\/45 { + background-color: #03071273; +} + .bg-gray-950\\/5 { background-color: #0307120d; } @@ -20042,10 +27518,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #03071280; } +.bg-gray-950\\/55 { + background-color: #0307128c; +} + .bg-gray-950\\/60 { background-color: #03071299; } +.bg-gray-950\\/65 { + background-color: #030712a6; +} + .bg-gray-950\\/70 { background-color: #030712b3; } @@ -20058,6 +27542,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #030712cc; } +.bg-gray-950\\/85 { + background-color: #030712d9; +} + .bg-gray-950\\/90 { background-color: #030712e6; } @@ -20083,6 +27571,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dcfce7; } +.bg-green-100\\/15 { + background-color: #dcfce726; +} + .bg-green-100\\/20 { background-color: #dcfce733; } @@ -20095,10 +27587,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dcfce74d; } +.bg-green-100\\/35 { + background-color: #dcfce759; +} + .bg-green-100\\/40 { background-color: #dcfce766; } +.bg-green-100\\/45 { + background-color: #dcfce773; +} + .bg-green-100\\/5 { background-color: #dcfce70d; } @@ -20107,10 +27607,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dcfce780; } +.bg-green-100\\/55 { + background-color: #dcfce78c; +} + .bg-green-100\\/60 { background-color: #dcfce799; } +.bg-green-100\\/65 { + background-color: #dcfce7a6; +} + .bg-green-100\\/70 { background-color: #dcfce7b3; } @@ -20123,6 +27631,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dcfce7cc; } +.bg-green-100\\/85 { + background-color: #dcfce7d9; +} + .bg-green-100\\/90 { background-color: #dcfce7e6; } @@ -20148,6 +27660,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bbf7d0; } +.bg-green-200\\/15 { + background-color: #bbf7d026; +} + .bg-green-200\\/20 { background-color: #bbf7d033; } @@ -20160,10 +27676,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bbf7d04d; } +.bg-green-200\\/35 { + background-color: #bbf7d059; +} + .bg-green-200\\/40 { background-color: #bbf7d066; } +.bg-green-200\\/45 { + background-color: #bbf7d073; +} + .bg-green-200\\/5 { background-color: #bbf7d00d; } @@ -20172,10 +27696,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bbf7d080; } +.bg-green-200\\/55 { + background-color: #bbf7d08c; +} + .bg-green-200\\/60 { background-color: #bbf7d099; } +.bg-green-200\\/65 { + background-color: #bbf7d0a6; +} + .bg-green-200\\/70 { background-color: #bbf7d0b3; } @@ -20188,6 +27720,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bbf7d0cc; } +.bg-green-200\\/85 { + background-color: #bbf7d0d9; +} + .bg-green-200\\/90 { background-color: #bbf7d0e6; } @@ -20213,6 +27749,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86efac; } +.bg-green-300\\/15 { + background-color: #86efac26; +} + .bg-green-300\\/20 { background-color: #86efac33; } @@ -20225,10 +27765,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86efac4d; } +.bg-green-300\\/35 { + background-color: #86efac59; +} + .bg-green-300\\/40 { background-color: #86efac66; } +.bg-green-300\\/45 { + background-color: #86efac73; +} + .bg-green-300\\/5 { background-color: #86efac0d; } @@ -20237,10 +27785,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86efac80; } +.bg-green-300\\/55 { + background-color: #86efac8c; +} + .bg-green-300\\/60 { background-color: #86efac99; } +.bg-green-300\\/65 { + background-color: #86efaca6; +} + .bg-green-300\\/70 { background-color: #86efacb3; } @@ -20253,6 +27809,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #86efaccc; } +.bg-green-300\\/85 { + background-color: #86efacd9; +} + .bg-green-300\\/90 { background-color: #86eface6; } @@ -20278,6 +27838,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4ade80; } +.bg-green-400\\/15 { + background-color: #4ade8026; +} + .bg-green-400\\/20 { background-color: #4ade8033; } @@ -20290,10 +27854,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4ade804d; } +.bg-green-400\\/35 { + background-color: #4ade8059; +} + .bg-green-400\\/40 { background-color: #4ade8066; } +.bg-green-400\\/45 { + background-color: #4ade8073; +} + .bg-green-400\\/5 { background-color: #4ade800d; } @@ -20302,10 +27874,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4ade8080; } +.bg-green-400\\/55 { + background-color: #4ade808c; +} + .bg-green-400\\/60 { background-color: #4ade8099; } +.bg-green-400\\/65 { + background-color: #4ade80a6; +} + .bg-green-400\\/70 { background-color: #4ade80b3; } @@ -20318,6 +27898,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4ade80cc; } +.bg-green-400\\/85 { + background-color: #4ade80d9; +} + .bg-green-400\\/90 { background-color: #4ade80e6; } @@ -20343,6 +27927,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdf4; } +.bg-green-50\\/15 { + background-color: #f0fdf426; +} + .bg-green-50\\/20 { background-color: #f0fdf433; } @@ -20355,10 +27943,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdf44d; } +.bg-green-50\\/35 { + background-color: #f0fdf459; +} + .bg-green-50\\/40 { background-color: #f0fdf466; } +.bg-green-50\\/45 { + background-color: #f0fdf473; +} + .bg-green-50\\/5 { background-color: #f0fdf40d; } @@ -20367,10 +27963,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdf480; } +.bg-green-50\\/55 { + background-color: #f0fdf48c; +} + .bg-green-50\\/60 { background-color: #f0fdf499; } +.bg-green-50\\/65 { + background-color: #f0fdf4a6; +} + .bg-green-50\\/70 { background-color: #f0fdf4b3; } @@ -20383,6 +27987,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdf4cc; } +.bg-green-50\\/85 { + background-color: #f0fdf4d9; +} + .bg-green-50\\/90 { background-color: #f0fdf4e6; } @@ -20408,6 +28016,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22c55e; } +.bg-green-500\\/15 { + background-color: #22c55e26; +} + .bg-green-500\\/20 { background-color: #22c55e33; } @@ -20420,10 +28032,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22c55e4d; } +.bg-green-500\\/35 { + background-color: #22c55e59; +} + .bg-green-500\\/40 { background-color: #22c55e66; } +.bg-green-500\\/45 { + background-color: #22c55e73; +} + .bg-green-500\\/5 { background-color: #22c55e0d; } @@ -20432,10 +28052,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22c55e80; } +.bg-green-500\\/55 { + background-color: #22c55e8c; +} + .bg-green-500\\/60 { background-color: #22c55e99; } +.bg-green-500\\/65 { + background-color: #22c55ea6; +} + .bg-green-500\\/70 { background-color: #22c55eb3; } @@ -20448,6 +28076,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #22c55ecc; } +.bg-green-500\\/85 { + background-color: #22c55ed9; +} + .bg-green-500\\/90 { background-color: #22c55ee6; } @@ -20473,6 +28105,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #16a34a; } +.bg-green-600\\/15 { + background-color: #16a34a26; +} + .bg-green-600\\/20 { background-color: #16a34a33; } @@ -20485,10 +28121,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #16a34a4d; } +.bg-green-600\\/35 { + background-color: #16a34a59; +} + .bg-green-600\\/40 { background-color: #16a34a66; } +.bg-green-600\\/45 { + background-color: #16a34a73; +} + .bg-green-600\\/5 { background-color: #16a34a0d; } @@ -20497,10 +28141,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #16a34a80; } +.bg-green-600\\/55 { + background-color: #16a34a8c; +} + .bg-green-600\\/60 { background-color: #16a34a99; } +.bg-green-600\\/65 { + background-color: #16a34aa6; +} + .bg-green-600\\/70 { background-color: #16a34ab3; } @@ -20513,6 +28165,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #16a34acc; } +.bg-green-600\\/85 { + background-color: #16a34ad9; +} + .bg-green-600\\/90 { background-color: #16a34ae6; } @@ -20538,6 +28194,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #15803d; } +.bg-green-700\\/15 { + background-color: #15803d26; +} + .bg-green-700\\/20 { background-color: #15803d33; } @@ -20550,10 +28210,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #15803d4d; } +.bg-green-700\\/35 { + background-color: #15803d59; +} + .bg-green-700\\/40 { background-color: #15803d66; } +.bg-green-700\\/45 { + background-color: #15803d73; +} + .bg-green-700\\/5 { background-color: #15803d0d; } @@ -20562,10 +28230,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #15803d80; } +.bg-green-700\\/55 { + background-color: #15803d8c; +} + .bg-green-700\\/60 { background-color: #15803d99; } +.bg-green-700\\/65 { + background-color: #15803da6; +} + .bg-green-700\\/70 { background-color: #15803db3; } @@ -20578,6 +28254,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #15803dcc; } +.bg-green-700\\/85 { + background-color: #15803dd9; +} + .bg-green-700\\/90 { background-color: #15803de6; } @@ -20603,6 +28283,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #166534; } +.bg-green-800\\/15 { + background-color: #16653426; +} + .bg-green-800\\/20 { background-color: #16653433; } @@ -20615,10 +28299,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1665344d; } +.bg-green-800\\/35 { + background-color: #16653459; +} + .bg-green-800\\/40 { background-color: #16653466; } +.bg-green-800\\/45 { + background-color: #16653473; +} + .bg-green-800\\/5 { background-color: #1665340d; } @@ -20627,10 +28319,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #16653480; } +.bg-green-800\\/55 { + background-color: #1665348c; +} + .bg-green-800\\/60 { background-color: #16653499; } +.bg-green-800\\/65 { + background-color: #166534a6; +} + .bg-green-800\\/70 { background-color: #166534b3; } @@ -20643,6 +28343,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #166534cc; } +.bg-green-800\\/85 { + background-color: #166534d9; +} + .bg-green-800\\/90 { background-color: #166534e6; } @@ -20668,6 +28372,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14532d; } +.bg-green-900\\/15 { + background-color: #14532d26; +} + .bg-green-900\\/20 { background-color: #14532d33; } @@ -20680,10 +28388,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14532d4d; } +.bg-green-900\\/35 { + background-color: #14532d59; +} + .bg-green-900\\/40 { background-color: #14532d66; } +.bg-green-900\\/45 { + background-color: #14532d73; +} + .bg-green-900\\/5 { background-color: #14532d0d; } @@ -20692,10 +28408,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14532d80; } +.bg-green-900\\/55 { + background-color: #14532d8c; +} + .bg-green-900\\/60 { background-color: #14532d99; } +.bg-green-900\\/65 { + background-color: #14532da6; +} + .bg-green-900\\/70 { background-color: #14532db3; } @@ -20708,6 +28432,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14532dcc; } +.bg-green-900\\/85 { + background-color: #14532dd9; +} + .bg-green-900\\/90 { background-color: #14532de6; } @@ -20733,6 +28461,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #052e16; } +.bg-green-950\\/15 { + background-color: #052e1626; +} + .bg-green-950\\/20 { background-color: #052e1633; } @@ -20745,10 +28477,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #052e164d; } +.bg-green-950\\/35 { + background-color: #052e1659; +} + .bg-green-950\\/40 { background-color: #052e1666; } +.bg-green-950\\/45 { + background-color: #052e1673; +} + .bg-green-950\\/5 { background-color: #052e160d; } @@ -20757,10 +28497,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #052e1680; } +.bg-green-950\\/55 { + background-color: #052e168c; +} + .bg-green-950\\/60 { background-color: #052e1699; } +.bg-green-950\\/65 { + background-color: #052e16a6; +} + .bg-green-950\\/70 { background-color: #052e16b3; } @@ -20773,6 +28521,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #052e16cc; } +.bg-green-950\\/85 { + background-color: #052e16d9; +} + .bg-green-950\\/90 { background-color: #052e16e6; } @@ -20798,6 +28550,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0e7ff; } +.bg-indigo-100\\/15 { + background-color: #e0e7ff26; +} + .bg-indigo-100\\/20 { background-color: #e0e7ff33; } @@ -20810,10 +28566,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0e7ff4d; } +.bg-indigo-100\\/35 { + background-color: #e0e7ff59; +} + .bg-indigo-100\\/40 { background-color: #e0e7ff66; } +.bg-indigo-100\\/45 { + background-color: #e0e7ff73; +} + .bg-indigo-100\\/5 { background-color: #e0e7ff0d; } @@ -20822,10 +28586,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0e7ff80; } +.bg-indigo-100\\/55 { + background-color: #e0e7ff8c; +} + .bg-indigo-100\\/60 { background-color: #e0e7ff99; } +.bg-indigo-100\\/65 { + background-color: #e0e7ffa6; +} + .bg-indigo-100\\/70 { background-color: #e0e7ffb3; } @@ -20838,6 +28610,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0e7ffcc; } +.bg-indigo-100\\/85 { + background-color: #e0e7ffd9; +} + .bg-indigo-100\\/90 { background-color: #e0e7ffe6; } @@ -20863,6 +28639,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c7d2fe; } +.bg-indigo-200\\/15 { + background-color: #c7d2fe26; +} + .bg-indigo-200\\/20 { background-color: #c7d2fe33; } @@ -20875,10 +28655,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c7d2fe4d; } +.bg-indigo-200\\/35 { + background-color: #c7d2fe59; +} + .bg-indigo-200\\/40 { background-color: #c7d2fe66; } +.bg-indigo-200\\/45 { + background-color: #c7d2fe73; +} + .bg-indigo-200\\/5 { background-color: #c7d2fe0d; } @@ -20887,10 +28675,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c7d2fe80; } +.bg-indigo-200\\/55 { + background-color: #c7d2fe8c; +} + .bg-indigo-200\\/60 { background-color: #c7d2fe99; } +.bg-indigo-200\\/65 { + background-color: #c7d2fea6; +} + .bg-indigo-200\\/70 { background-color: #c7d2feb3; } @@ -20903,6 +28699,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c7d2fecc; } +.bg-indigo-200\\/85 { + background-color: #c7d2fed9; +} + .bg-indigo-200\\/90 { background-color: #c7d2fee6; } @@ -20928,6 +28728,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5b4fc; } +.bg-indigo-300\\/15 { + background-color: #a5b4fc26; +} + .bg-indigo-300\\/20 { background-color: #a5b4fc33; } @@ -20940,10 +28744,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5b4fc4d; } +.bg-indigo-300\\/35 { + background-color: #a5b4fc59; +} + .bg-indigo-300\\/40 { background-color: #a5b4fc66; } +.bg-indigo-300\\/45 { + background-color: #a5b4fc73; +} + .bg-indigo-300\\/5 { background-color: #a5b4fc0d; } @@ -20952,10 +28764,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5b4fc80; } +.bg-indigo-300\\/55 { + background-color: #a5b4fc8c; +} + .bg-indigo-300\\/60 { background-color: #a5b4fc99; } +.bg-indigo-300\\/65 { + background-color: #a5b4fca6; +} + .bg-indigo-300\\/70 { background-color: #a5b4fcb3; } @@ -20968,6 +28788,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a5b4fccc; } +.bg-indigo-300\\/85 { + background-color: #a5b4fcd9; +} + .bg-indigo-300\\/90 { background-color: #a5b4fce6; } @@ -20993,6 +28817,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #818cf8; } +.bg-indigo-400\\/15 { + background-color: #818cf826; +} + .bg-indigo-400\\/20 { background-color: #818cf833; } @@ -21005,10 +28833,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #818cf84d; } +.bg-indigo-400\\/35 { + background-color: #818cf859; +} + .bg-indigo-400\\/40 { background-color: #818cf866; } +.bg-indigo-400\\/45 { + background-color: #818cf873; +} + .bg-indigo-400\\/5 { background-color: #818cf80d; } @@ -21017,10 +28853,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #818cf880; } +.bg-indigo-400\\/55 { + background-color: #818cf88c; +} + .bg-indigo-400\\/60 { background-color: #818cf899; } +.bg-indigo-400\\/65 { + background-color: #818cf8a6; +} + .bg-indigo-400\\/70 { background-color: #818cf8b3; } @@ -21033,6 +28877,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #818cf8cc; } +.bg-indigo-400\\/85 { + background-color: #818cf8d9; +} + .bg-indigo-400\\/90 { background-color: #818cf8e6; } @@ -21058,6 +28906,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eef2ff; } +.bg-indigo-50\\/15 { + background-color: #eef2ff26; +} + .bg-indigo-50\\/20 { background-color: #eef2ff33; } @@ -21070,10 +28922,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eef2ff4d; } +.bg-indigo-50\\/35 { + background-color: #eef2ff59; +} + .bg-indigo-50\\/40 { background-color: #eef2ff66; } +.bg-indigo-50\\/45 { + background-color: #eef2ff73; +} + .bg-indigo-50\\/5 { background-color: #eef2ff0d; } @@ -21082,10 +28942,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eef2ff80; } +.bg-indigo-50\\/55 { + background-color: #eef2ff8c; +} + .bg-indigo-50\\/60 { background-color: #eef2ff99; } +.bg-indigo-50\\/65 { + background-color: #eef2ffa6; +} + .bg-indigo-50\\/70 { background-color: #eef2ffb3; } @@ -21098,6 +28966,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eef2ffcc; } +.bg-indigo-50\\/85 { + background-color: #eef2ffd9; +} + .bg-indigo-50\\/90 { background-color: #eef2ffe6; } @@ -21123,6 +28995,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6366f1; } +.bg-indigo-500\\/15 { + background-color: #6366f126; +} + .bg-indigo-500\\/20 { background-color: #6366f133; } @@ -21135,10 +29011,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6366f14d; } +.bg-indigo-500\\/35 { + background-color: #6366f159; +} + .bg-indigo-500\\/40 { background-color: #6366f166; } +.bg-indigo-500\\/45 { + background-color: #6366f173; +} + .bg-indigo-500\\/5 { background-color: #6366f10d; } @@ -21147,10 +29031,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6366f180; } +.bg-indigo-500\\/55 { + background-color: #6366f18c; +} + .bg-indigo-500\\/60 { background-color: #6366f199; } +.bg-indigo-500\\/65 { + background-color: #6366f1a6; +} + .bg-indigo-500\\/70 { background-color: #6366f1b3; } @@ -21163,6 +29055,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6366f1cc; } +.bg-indigo-500\\/85 { + background-color: #6366f1d9; +} + .bg-indigo-500\\/90 { background-color: #6366f1e6; } @@ -21188,6 +29084,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4f46e5; } +.bg-indigo-600\\/15 { + background-color: #4f46e526; +} + .bg-indigo-600\\/20 { background-color: #4f46e533; } @@ -21200,10 +29100,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4f46e54d; } +.bg-indigo-600\\/35 { + background-color: #4f46e559; +} + .bg-indigo-600\\/40 { background-color: #4f46e566; } +.bg-indigo-600\\/45 { + background-color: #4f46e573; +} + .bg-indigo-600\\/5 { background-color: #4f46e50d; } @@ -21212,10 +29120,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4f46e580; } +.bg-indigo-600\\/55 { + background-color: #4f46e58c; +} + .bg-indigo-600\\/60 { background-color: #4f46e599; } +.bg-indigo-600\\/65 { + background-color: #4f46e5a6; +} + .bg-indigo-600\\/70 { background-color: #4f46e5b3; } @@ -21228,6 +29144,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4f46e5cc; } +.bg-indigo-600\\/85 { + background-color: #4f46e5d9; +} + .bg-indigo-600\\/90 { background-color: #4f46e5e6; } @@ -21253,6 +29173,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4338ca; } +.bg-indigo-700\\/15 { + background-color: #4338ca26; +} + .bg-indigo-700\\/20 { background-color: #4338ca33; } @@ -21265,10 +29189,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4338ca4d; } +.bg-indigo-700\\/35 { + background-color: #4338ca59; +} + .bg-indigo-700\\/40 { background-color: #4338ca66; } +.bg-indigo-700\\/45 { + background-color: #4338ca73; +} + .bg-indigo-700\\/5 { background-color: #4338ca0d; } @@ -21277,10 +29209,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4338ca80; } +.bg-indigo-700\\/55 { + background-color: #4338ca8c; +} + .bg-indigo-700\\/60 { background-color: #4338ca99; } +.bg-indigo-700\\/65 { + background-color: #4338caa6; +} + .bg-indigo-700\\/70 { background-color: #4338cab3; } @@ -21293,6 +29233,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4338cacc; } +.bg-indigo-700\\/85 { + background-color: #4338cad9; +} + .bg-indigo-700\\/90 { background-color: #4338cae6; } @@ -21318,6 +29262,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3730a3; } +.bg-indigo-800\\/15 { + background-color: #3730a326; +} + .bg-indigo-800\\/20 { background-color: #3730a333; } @@ -21330,10 +29278,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3730a34d; } +.bg-indigo-800\\/35 { + background-color: #3730a359; +} + .bg-indigo-800\\/40 { background-color: #3730a366; } +.bg-indigo-800\\/45 { + background-color: #3730a373; +} + .bg-indigo-800\\/5 { background-color: #3730a30d; } @@ -21342,10 +29298,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3730a380; } +.bg-indigo-800\\/55 { + background-color: #3730a38c; +} + .bg-indigo-800\\/60 { background-color: #3730a399; } +.bg-indigo-800\\/65 { + background-color: #3730a3a6; +} + .bg-indigo-800\\/70 { background-color: #3730a3b3; } @@ -21358,6 +29322,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3730a3cc; } +.bg-indigo-800\\/85 { + background-color: #3730a3d9; +} + .bg-indigo-800\\/90 { background-color: #3730a3e6; } @@ -21383,6 +29351,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #312e81; } +.bg-indigo-900\\/15 { + background-color: #312e8126; +} + .bg-indigo-900\\/20 { background-color: #312e8133; } @@ -21395,10 +29367,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #312e814d; } +.bg-indigo-900\\/35 { + background-color: #312e8159; +} + .bg-indigo-900\\/40 { background-color: #312e8166; } +.bg-indigo-900\\/45 { + background-color: #312e8173; +} + .bg-indigo-900\\/5 { background-color: #312e810d; } @@ -21407,10 +29387,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #312e8180; } +.bg-indigo-900\\/55 { + background-color: #312e818c; +} + .bg-indigo-900\\/60 { background-color: #312e8199; } +.bg-indigo-900\\/65 { + background-color: #312e81a6; +} + .bg-indigo-900\\/70 { background-color: #312e81b3; } @@ -21423,6 +29411,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #312e81cc; } +.bg-indigo-900\\/85 { + background-color: #312e81d9; +} + .bg-indigo-900\\/90 { background-color: #312e81e6; } @@ -21448,6 +29440,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e1b4b; } +.bg-indigo-950\\/15 { + background-color: #1e1b4b26; +} + .bg-indigo-950\\/20 { background-color: #1e1b4b33; } @@ -21460,10 +29456,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e1b4b4d; } +.bg-indigo-950\\/35 { + background-color: #1e1b4b59; +} + .bg-indigo-950\\/40 { background-color: #1e1b4b66; } +.bg-indigo-950\\/45 { + background-color: #1e1b4b73; +} + .bg-indigo-950\\/5 { background-color: #1e1b4b0d; } @@ -21472,10 +29476,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e1b4b80; } +.bg-indigo-950\\/55 { + background-color: #1e1b4b8c; +} + .bg-indigo-950\\/60 { background-color: #1e1b4b99; } +.bg-indigo-950\\/65 { + background-color: #1e1b4ba6; +} + .bg-indigo-950\\/70 { background-color: #1e1b4bb3; } @@ -21488,6 +29500,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e1b4bcc; } +.bg-indigo-950\\/85 { + background-color: #1e1b4bd9; +} + .bg-indigo-950\\/90 { background-color: #1e1b4be6; } @@ -21517,6 +29533,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfccb; } +.bg-lime-100\\/15 { + background-color: #ecfccb26; +} + .bg-lime-100\\/20 { background-color: #ecfccb33; } @@ -21529,10 +29549,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfccb4d; } +.bg-lime-100\\/35 { + background-color: #ecfccb59; +} + .bg-lime-100\\/40 { background-color: #ecfccb66; } +.bg-lime-100\\/45 { + background-color: #ecfccb73; +} + .bg-lime-100\\/5 { background-color: #ecfccb0d; } @@ -21541,10 +29569,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfccb80; } +.bg-lime-100\\/55 { + background-color: #ecfccb8c; +} + .bg-lime-100\\/60 { background-color: #ecfccb99; } +.bg-lime-100\\/65 { + background-color: #ecfccba6; +} + .bg-lime-100\\/70 { background-color: #ecfccbb3; } @@ -21557,6 +29593,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ecfccbcc; } +.bg-lime-100\\/85 { + background-color: #ecfccbd9; +} + .bg-lime-100\\/90 { background-color: #ecfccbe6; } @@ -21582,6 +29622,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d9f99d; } +.bg-lime-200\\/15 { + background-color: #d9f99d26; +} + .bg-lime-200\\/20 { background-color: #d9f99d33; } @@ -21594,10 +29638,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d9f99d4d; } +.bg-lime-200\\/35 { + background-color: #d9f99d59; +} + .bg-lime-200\\/40 { background-color: #d9f99d66; } +.bg-lime-200\\/45 { + background-color: #d9f99d73; +} + .bg-lime-200\\/5 { background-color: #d9f99d0d; } @@ -21606,10 +29658,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d9f99d80; } +.bg-lime-200\\/55 { + background-color: #d9f99d8c; +} + .bg-lime-200\\/60 { background-color: #d9f99d99; } +.bg-lime-200\\/65 { + background-color: #d9f99da6; +} + .bg-lime-200\\/70 { background-color: #d9f99db3; } @@ -21622,6 +29682,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d9f99dcc; } +.bg-lime-200\\/85 { + background-color: #d9f99dd9; +} + .bg-lime-200\\/90 { background-color: #d9f99de6; } @@ -21647,6 +29711,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bef264; } +.bg-lime-300\\/15 { + background-color: #bef26426; +} + .bg-lime-300\\/20 { background-color: #bef26433; } @@ -21659,10 +29727,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bef2644d; } +.bg-lime-300\\/35 { + background-color: #bef26459; +} + .bg-lime-300\\/40 { background-color: #bef26466; } +.bg-lime-300\\/45 { + background-color: #bef26473; +} + .bg-lime-300\\/5 { background-color: #bef2640d; } @@ -21671,10 +29747,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bef26480; } +.bg-lime-300\\/55 { + background-color: #bef2648c; +} + .bg-lime-300\\/60 { background-color: #bef26499; } +.bg-lime-300\\/65 { + background-color: #bef264a6; +} + .bg-lime-300\\/70 { background-color: #bef264b3; } @@ -21687,6 +29771,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bef264cc; } +.bg-lime-300\\/85 { + background-color: #bef264d9; +} + .bg-lime-300\\/90 { background-color: #bef264e6; } @@ -21712,6 +29800,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3e635; } +.bg-lime-400\\/15 { + background-color: #a3e63526; +} + .bg-lime-400\\/20 { background-color: #a3e63533; } @@ -21724,10 +29816,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3e6354d; } +.bg-lime-400\\/35 { + background-color: #a3e63559; +} + .bg-lime-400\\/40 { background-color: #a3e63566; } +.bg-lime-400\\/45 { + background-color: #a3e63573; +} + .bg-lime-400\\/5 { background-color: #a3e6350d; } @@ -21736,10 +29836,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3e63580; } +.bg-lime-400\\/55 { + background-color: #a3e6358c; +} + .bg-lime-400\\/60 { background-color: #a3e63599; } +.bg-lime-400\\/65 { + background-color: #a3e635a6; +} + .bg-lime-400\\/70 { background-color: #a3e635b3; } @@ -21752,6 +29860,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3e635cc; } +.bg-lime-400\\/85 { + background-color: #a3e635d9; +} + .bg-lime-400\\/90 { background-color: #a3e635e6; } @@ -21777,6 +29889,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f7fee7; } +.bg-lime-50\\/15 { + background-color: #f7fee726; +} + .bg-lime-50\\/20 { background-color: #f7fee733; } @@ -21789,10 +29905,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f7fee74d; } +.bg-lime-50\\/35 { + background-color: #f7fee759; +} + .bg-lime-50\\/40 { background-color: #f7fee766; } +.bg-lime-50\\/45 { + background-color: #f7fee773; +} + .bg-lime-50\\/5 { background-color: #f7fee70d; } @@ -21801,10 +29925,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f7fee780; } +.bg-lime-50\\/55 { + background-color: #f7fee78c; +} + .bg-lime-50\\/60 { background-color: #f7fee799; } +.bg-lime-50\\/65 { + background-color: #f7fee7a6; +} + .bg-lime-50\\/70 { background-color: #f7fee7b3; } @@ -21817,6 +29949,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f7fee7cc; } +.bg-lime-50\\/85 { + background-color: #f7fee7d9; +} + .bg-lime-50\\/90 { background-color: #f7fee7e6; } @@ -21842,6 +29978,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #84cc16; } +.bg-lime-500\\/15 { + background-color: #84cc1626; +} + .bg-lime-500\\/20 { background-color: #84cc1633; } @@ -21854,10 +29994,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #84cc164d; } +.bg-lime-500\\/35 { + background-color: #84cc1659; +} + .bg-lime-500\\/40 { background-color: #84cc1666; } +.bg-lime-500\\/45 { + background-color: #84cc1673; +} + .bg-lime-500\\/5 { background-color: #84cc160d; } @@ -21866,10 +30014,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #84cc1680; } +.bg-lime-500\\/55 { + background-color: #84cc168c; +} + .bg-lime-500\\/60 { background-color: #84cc1699; } +.bg-lime-500\\/65 { + background-color: #84cc16a6; +} + .bg-lime-500\\/70 { background-color: #84cc16b3; } @@ -21882,6 +30038,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #84cc16cc; } +.bg-lime-500\\/85 { + background-color: #84cc16d9; +} + .bg-lime-500\\/90 { background-color: #84cc16e6; } @@ -21907,6 +30067,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #65a30d; } +.bg-lime-600\\/15 { + background-color: #65a30d26; +} + .bg-lime-600\\/20 { background-color: #65a30d33; } @@ -21919,10 +30083,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #65a30d4d; } +.bg-lime-600\\/35 { + background-color: #65a30d59; +} + .bg-lime-600\\/40 { background-color: #65a30d66; } +.bg-lime-600\\/45 { + background-color: #65a30d73; +} + .bg-lime-600\\/5 { background-color: #65a30d0d; } @@ -21931,10 +30103,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #65a30d80; } +.bg-lime-600\\/55 { + background-color: #65a30d8c; +} + .bg-lime-600\\/60 { background-color: #65a30d99; } +.bg-lime-600\\/65 { + background-color: #65a30da6; +} + .bg-lime-600\\/70 { background-color: #65a30db3; } @@ -21947,6 +30127,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #65a30dcc; } +.bg-lime-600\\/85 { + background-color: #65a30dd9; +} + .bg-lime-600\\/90 { background-color: #65a30de6; } @@ -21972,6 +30156,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4d7c0f; } +.bg-lime-700\\/15 { + background-color: #4d7c0f26; +} + .bg-lime-700\\/20 { background-color: #4d7c0f33; } @@ -21984,10 +30172,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4d7c0f4d; } +.bg-lime-700\\/35 { + background-color: #4d7c0f59; +} + .bg-lime-700\\/40 { background-color: #4d7c0f66; } +.bg-lime-700\\/45 { + background-color: #4d7c0f73; +} + .bg-lime-700\\/5 { background-color: #4d7c0f0d; } @@ -21996,10 +30192,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4d7c0f80; } +.bg-lime-700\\/55 { + background-color: #4d7c0f8c; +} + .bg-lime-700\\/60 { background-color: #4d7c0f99; } +.bg-lime-700\\/65 { + background-color: #4d7c0fa6; +} + .bg-lime-700\\/70 { background-color: #4d7c0fb3; } @@ -22012,6 +30216,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4d7c0fcc; } +.bg-lime-700\\/85 { + background-color: #4d7c0fd9; +} + .bg-lime-700\\/90 { background-color: #4d7c0fe6; } @@ -22037,6 +30245,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f6212; } +.bg-lime-800\\/15 { + background-color: #3f621226; +} + .bg-lime-800\\/20 { background-color: #3f621233; } @@ -22049,10 +30261,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f62124d; } +.bg-lime-800\\/35 { + background-color: #3f621259; +} + .bg-lime-800\\/40 { background-color: #3f621266; } +.bg-lime-800\\/45 { + background-color: #3f621273; +} + .bg-lime-800\\/5 { background-color: #3f62120d; } @@ -22061,10 +30281,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f621280; } +.bg-lime-800\\/55 { + background-color: #3f62128c; +} + .bg-lime-800\\/60 { background-color: #3f621299; } +.bg-lime-800\\/65 { + background-color: #3f6212a6; +} + .bg-lime-800\\/70 { background-color: #3f6212b3; } @@ -22077,6 +30305,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f6212cc; } +.bg-lime-800\\/85 { + background-color: #3f6212d9; +} + .bg-lime-800\\/90 { background-color: #3f6212e6; } @@ -22102,6 +30334,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #365314; } +.bg-lime-900\\/15 { + background-color: #36531426; +} + .bg-lime-900\\/20 { background-color: #36531433; } @@ -22114,10 +30350,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3653144d; } +.bg-lime-900\\/35 { + background-color: #36531459; +} + .bg-lime-900\\/40 { background-color: #36531466; } +.bg-lime-900\\/45 { + background-color: #36531473; +} + .bg-lime-900\\/5 { background-color: #3653140d; } @@ -22126,10 +30370,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #36531480; } +.bg-lime-900\\/55 { + background-color: #3653148c; +} + .bg-lime-900\\/60 { background-color: #36531499; } +.bg-lime-900\\/65 { + background-color: #365314a6; +} + .bg-lime-900\\/70 { background-color: #365314b3; } @@ -22142,6 +30394,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #365314cc; } +.bg-lime-900\\/85 { + background-color: #365314d9; +} + .bg-lime-900\\/90 { background-color: #365314e6; } @@ -22167,6 +30423,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1a2e05; } +.bg-lime-950\\/15 { + background-color: #1a2e0526; +} + .bg-lime-950\\/20 { background-color: #1a2e0533; } @@ -22179,10 +30439,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1a2e054d; } +.bg-lime-950\\/35 { + background-color: #1a2e0559; +} + .bg-lime-950\\/40 { background-color: #1a2e0566; } +.bg-lime-950\\/45 { + background-color: #1a2e0573; +} + .bg-lime-950\\/5 { background-color: #1a2e050d; } @@ -22191,10 +30459,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1a2e0580; } +.bg-lime-950\\/55 { + background-color: #1a2e058c; +} + .bg-lime-950\\/60 { background-color: #1a2e0599; } +.bg-lime-950\\/65 { + background-color: #1a2e05a6; +} + .bg-lime-950\\/70 { background-color: #1a2e05b3; } @@ -22207,6 +30483,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1a2e05cc; } +.bg-lime-950\\/85 { + background-color: #1a2e05d9; +} + .bg-lime-950\\/90 { background-color: #1a2e05e6; } @@ -22232,6 +30512,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f5; } +.bg-neutral-100\\/15 { + background-color: #f5f5f526; +} + .bg-neutral-100\\/20 { background-color: #f5f5f533; } @@ -22244,10 +30528,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f54d; } +.bg-neutral-100\\/35 { + background-color: #f5f5f559; +} + .bg-neutral-100\\/40 { background-color: #f5f5f566; } +.bg-neutral-100\\/45 { + background-color: #f5f5f573; +} + .bg-neutral-100\\/5 { background-color: #f5f5f50d; } @@ -22256,10 +30548,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f580; } +.bg-neutral-100\\/55 { + background-color: #f5f5f58c; +} + .bg-neutral-100\\/60 { background-color: #f5f5f599; } +.bg-neutral-100\\/65 { + background-color: #f5f5f5a6; +} + .bg-neutral-100\\/70 { background-color: #f5f5f5b3; } @@ -22272,6 +30572,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f5cc; } +.bg-neutral-100\\/85 { + background-color: #f5f5f5d9; +} + .bg-neutral-100\\/90 { background-color: #f5f5f5e6; } @@ -22297,6 +30601,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e5e5; } +.bg-neutral-200\\/15 { + background-color: #e5e5e526; +} + .bg-neutral-200\\/20 { background-color: #e5e5e533; } @@ -22309,10 +30617,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e5e54d; } +.bg-neutral-200\\/35 { + background-color: #e5e5e559; +} + .bg-neutral-200\\/40 { background-color: #e5e5e566; } +.bg-neutral-200\\/45 { + background-color: #e5e5e573; +} + .bg-neutral-200\\/5 { background-color: #e5e5e50d; } @@ -22321,10 +30637,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e5e580; } +.bg-neutral-200\\/55 { + background-color: #e5e5e58c; +} + .bg-neutral-200\\/60 { background-color: #e5e5e599; } +.bg-neutral-200\\/65 { + background-color: #e5e5e5a6; +} + .bg-neutral-200\\/70 { background-color: #e5e5e5b3; } @@ -22337,6 +30661,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e5e5e5cc; } +.bg-neutral-200\\/85 { + background-color: #e5e5e5d9; +} + .bg-neutral-200\\/90 { background-color: #e5e5e5e6; } @@ -22362,6 +30690,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d4; } +.bg-neutral-300\\/15 { + background-color: #d4d4d426; +} + .bg-neutral-300\\/20 { background-color: #d4d4d433; } @@ -22374,10 +30706,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d44d; } +.bg-neutral-300\\/35 { + background-color: #d4d4d459; +} + .bg-neutral-300\\/40 { background-color: #d4d4d466; } +.bg-neutral-300\\/45 { + background-color: #d4d4d473; +} + .bg-neutral-300\\/5 { background-color: #d4d4d40d; } @@ -22386,10 +30726,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d480; } +.bg-neutral-300\\/55 { + background-color: #d4d4d48c; +} + .bg-neutral-300\\/60 { background-color: #d4d4d499; } +.bg-neutral-300\\/65 { + background-color: #d4d4d4a6; +} + .bg-neutral-300\\/70 { background-color: #d4d4d4b3; } @@ -22402,6 +30750,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d4cc; } +.bg-neutral-300\\/85 { + background-color: #d4d4d4d9; +} + .bg-neutral-300\\/90 { background-color: #d4d4d4e6; } @@ -22427,6 +30779,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3a3a3; } +.bg-neutral-400\\/15 { + background-color: #a3a3a326; +} + .bg-neutral-400\\/20 { background-color: #a3a3a333; } @@ -22439,10 +30795,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3a3a34d; } +.bg-neutral-400\\/35 { + background-color: #a3a3a359; +} + .bg-neutral-400\\/40 { background-color: #a3a3a366; } +.bg-neutral-400\\/45 { + background-color: #a3a3a373; +} + .bg-neutral-400\\/5 { background-color: #a3a3a30d; } @@ -22451,10 +30815,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3a3a380; } +.bg-neutral-400\\/55 { + background-color: #a3a3a38c; +} + .bg-neutral-400\\/60 { background-color: #a3a3a399; } +.bg-neutral-400\\/65 { + background-color: #a3a3a3a6; +} + .bg-neutral-400\\/70 { background-color: #a3a3a3b3; } @@ -22467,6 +30839,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a3a3a3cc; } +.bg-neutral-400\\/85 { + background-color: #a3a3a3d9; +} + .bg-neutral-400\\/90 { background-color: #a3a3a3e6; } @@ -22492,6 +30868,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafa; } +.bg-neutral-50\\/15 { + background-color: #fafafa26; +} + .bg-neutral-50\\/20 { background-color: #fafafa33; } @@ -22504,10 +30884,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafa4d; } +.bg-neutral-50\\/35 { + background-color: #fafafa59; +} + .bg-neutral-50\\/40 { background-color: #fafafa66; } +.bg-neutral-50\\/45 { + background-color: #fafafa73; +} + .bg-neutral-50\\/5 { background-color: #fafafa0d; } @@ -22516,10 +30904,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafa80; } +.bg-neutral-50\\/55 { + background-color: #fafafa8c; +} + .bg-neutral-50\\/60 { background-color: #fafafa99; } +.bg-neutral-50\\/65 { + background-color: #fafafaa6; +} + .bg-neutral-50\\/70 { background-color: #fafafab3; } @@ -22532,6 +30928,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafacc; } +.bg-neutral-50\\/85 { + background-color: #fafafad9; +} + .bg-neutral-50\\/90 { background-color: #fafafae6; } @@ -22557,6 +30957,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #737373; } +.bg-neutral-500\\/15 { + background-color: #73737326; +} + .bg-neutral-500\\/20 { background-color: #73737333; } @@ -22569,10 +30973,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7373734d; } +.bg-neutral-500\\/35 { + background-color: #73737359; +} + .bg-neutral-500\\/40 { background-color: #73737366; } +.bg-neutral-500\\/45 { + background-color: #73737373; +} + .bg-neutral-500\\/5 { background-color: #7373730d; } @@ -22581,10 +30993,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #73737380; } +.bg-neutral-500\\/55 { + background-color: #7373738c; +} + .bg-neutral-500\\/60 { background-color: #73737399; } +.bg-neutral-500\\/65 { + background-color: #737373a6; +} + .bg-neutral-500\\/70 { background-color: #737373b3; } @@ -22597,6 +31017,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #737373cc; } +.bg-neutral-500\\/85 { + background-color: #737373d9; +} + .bg-neutral-500\\/90 { background-color: #737373e6; } @@ -22622,6 +31046,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #525252; } +.bg-neutral-600\\/15 { + background-color: #52525226; +} + .bg-neutral-600\\/20 { background-color: #52525233; } @@ -22634,10 +31062,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5252524d; } +.bg-neutral-600\\/35 { + background-color: #52525259; +} + .bg-neutral-600\\/40 { background-color: #52525266; } +.bg-neutral-600\\/45 { + background-color: #52525273; +} + .bg-neutral-600\\/5 { background-color: #5252520d; } @@ -22646,10 +31082,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #52525280; } +.bg-neutral-600\\/55 { + background-color: #5252528c; +} + .bg-neutral-600\\/60 { background-color: #52525299; } +.bg-neutral-600\\/65 { + background-color: #525252a6; +} + .bg-neutral-600\\/70 { background-color: #525252b3; } @@ -22662,6 +31106,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #525252cc; } +.bg-neutral-600\\/85 { + background-color: #525252d9; +} + .bg-neutral-600\\/90 { background-color: #525252e6; } @@ -22687,6 +31135,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #404040; } +.bg-neutral-700\\/15 { + background-color: #40404026; +} + .bg-neutral-700\\/20 { background-color: #40404033; } @@ -22699,10 +31151,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4040404d; } +.bg-neutral-700\\/35 { + background-color: #40404059; +} + .bg-neutral-700\\/40 { background-color: #40404066; } +.bg-neutral-700\\/45 { + background-color: #40404073; +} + .bg-neutral-700\\/5 { background-color: #4040400d; } @@ -22711,10 +31171,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #40404080; } +.bg-neutral-700\\/55 { + background-color: #4040408c; +} + .bg-neutral-700\\/60 { background-color: #40404099; } +.bg-neutral-700\\/65 { + background-color: #404040a6; +} + .bg-neutral-700\\/70 { background-color: #404040b3; } @@ -22727,6 +31195,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #404040cc; } +.bg-neutral-700\\/85 { + background-color: #404040d9; +} + .bg-neutral-700\\/90 { background-color: #404040e6; } @@ -22752,6 +31224,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #262626; } +.bg-neutral-800\\/15 { + background-color: #26262626; +} + .bg-neutral-800\\/20 { background-color: #26262633; } @@ -22764,10 +31240,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2626264d; } +.bg-neutral-800\\/35 { + background-color: #26262659; +} + .bg-neutral-800\\/40 { background-color: #26262666; } +.bg-neutral-800\\/45 { + background-color: #26262673; +} + .bg-neutral-800\\/5 { background-color: #2626260d; } @@ -22776,10 +31260,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #26262680; } +.bg-neutral-800\\/55 { + background-color: #2626268c; +} + .bg-neutral-800\\/60 { background-color: #26262699; } +.bg-neutral-800\\/65 { + background-color: #262626a6; +} + .bg-neutral-800\\/70 { background-color: #262626b3; } @@ -22792,6 +31284,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #262626cc; } +.bg-neutral-800\\/85 { + background-color: #262626d9; +} + .bg-neutral-800\\/90 { background-color: #262626e6; } @@ -22817,6 +31313,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #171717; } +.bg-neutral-900\\/15 { + background-color: #17171726; +} + .bg-neutral-900\\/20 { background-color: #17171733; } @@ -22829,10 +31329,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1717174d; } +.bg-neutral-900\\/35 { + background-color: #17171759; +} + .bg-neutral-900\\/40 { background-color: #17171766; } +.bg-neutral-900\\/45 { + background-color: #17171773; +} + .bg-neutral-900\\/5 { background-color: #1717170d; } @@ -22841,10 +31349,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #17171780; } +.bg-neutral-900\\/55 { + background-color: #1717178c; +} + .bg-neutral-900\\/60 { background-color: #17171799; } +.bg-neutral-900\\/65 { + background-color: #171717a6; +} + .bg-neutral-900\\/70 { background-color: #171717b3; } @@ -22857,6 +31373,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #171717cc; } +.bg-neutral-900\\/85 { + background-color: #171717d9; +} + .bg-neutral-900\\/90 { background-color: #171717e6; } @@ -22882,6 +31402,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0a0a0a; } +.bg-neutral-950\\/15 { + background-color: #0a0a0a26; +} + .bg-neutral-950\\/20 { background-color: #0a0a0a33; } @@ -22894,10 +31418,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0a0a0a4d; } +.bg-neutral-950\\/35 { + background-color: #0a0a0a59; +} + .bg-neutral-950\\/40 { background-color: #0a0a0a66; } +.bg-neutral-950\\/45 { + background-color: #0a0a0a73; +} + .bg-neutral-950\\/5 { background-color: #0a0a0a0d; } @@ -22906,10 +31438,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0a0a0a80; } +.bg-neutral-950\\/55 { + background-color: #0a0a0a8c; +} + .bg-neutral-950\\/60 { background-color: #0a0a0a99; } +.bg-neutral-950\\/65 { + background-color: #0a0a0aa6; +} + .bg-neutral-950\\/70 { background-color: #0a0a0ab3; } @@ -22922,6 +31462,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0a0a0acc; } +.bg-neutral-950\\/85 { + background-color: #0a0a0ad9; +} + .bg-neutral-950\\/90 { background-color: #0a0a0ae6; } @@ -22947,6 +31491,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffedd5; } +.bg-orange-100\\/15 { + background-color: #ffedd526; +} + .bg-orange-100\\/20 { background-color: #ffedd533; } @@ -22959,10 +31507,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffedd54d; } +.bg-orange-100\\/35 { + background-color: #ffedd559; +} + .bg-orange-100\\/40 { background-color: #ffedd566; } +.bg-orange-100\\/45 { + background-color: #ffedd573; +} + .bg-orange-100\\/5 { background-color: #ffedd50d; } @@ -22971,10 +31527,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffedd580; } +.bg-orange-100\\/55 { + background-color: #ffedd58c; +} + .bg-orange-100\\/60 { background-color: #ffedd599; } +.bg-orange-100\\/65 { + background-color: #ffedd5a6; +} + .bg-orange-100\\/70 { background-color: #ffedd5b3; } @@ -22987,6 +31551,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffedd5cc; } +.bg-orange-100\\/85 { + background-color: #ffedd5d9; +} + .bg-orange-100\\/90 { background-color: #ffedd5e6; } @@ -23012,6 +31580,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fed7aa; } +.bg-orange-200\\/15 { + background-color: #fed7aa26; +} + .bg-orange-200\\/20 { background-color: #fed7aa33; } @@ -23024,10 +31596,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fed7aa4d; } +.bg-orange-200\\/35 { + background-color: #fed7aa59; +} + .bg-orange-200\\/40 { background-color: #fed7aa66; } +.bg-orange-200\\/45 { + background-color: #fed7aa73; +} + .bg-orange-200\\/5 { background-color: #fed7aa0d; } @@ -23036,10 +31616,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fed7aa80; } +.bg-orange-200\\/55 { + background-color: #fed7aa8c; +} + .bg-orange-200\\/60 { background-color: #fed7aa99; } +.bg-orange-200\\/65 { + background-color: #fed7aaa6; +} + .bg-orange-200\\/70 { background-color: #fed7aab3; } @@ -23052,6 +31640,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fed7aacc; } +.bg-orange-200\\/85 { + background-color: #fed7aad9; +} + .bg-orange-200\\/90 { background-color: #fed7aae6; } @@ -23077,6 +31669,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdba74; } +.bg-orange-300\\/15 { + background-color: #fdba7426; +} + .bg-orange-300\\/20 { background-color: #fdba7433; } @@ -23089,10 +31685,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdba744d; } +.bg-orange-300\\/35 { + background-color: #fdba7459; +} + .bg-orange-300\\/40 { background-color: #fdba7466; } +.bg-orange-300\\/45 { + background-color: #fdba7473; +} + .bg-orange-300\\/5 { background-color: #fdba740d; } @@ -23101,10 +31705,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdba7480; } +.bg-orange-300\\/55 { + background-color: #fdba748c; +} + .bg-orange-300\\/60 { background-color: #fdba7499; } +.bg-orange-300\\/65 { + background-color: #fdba74a6; +} + .bg-orange-300\\/70 { background-color: #fdba74b3; } @@ -23117,6 +31729,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdba74cc; } +.bg-orange-300\\/85 { + background-color: #fdba74d9; +} + .bg-orange-300\\/90 { background-color: #fdba74e6; } @@ -23142,6 +31758,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb923c; } +.bg-orange-400\\/15 { + background-color: #fb923c26; +} + .bg-orange-400\\/20 { background-color: #fb923c33; } @@ -23154,10 +31774,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb923c4d; } +.bg-orange-400\\/35 { + background-color: #fb923c59; +} + .bg-orange-400\\/40 { background-color: #fb923c66; } +.bg-orange-400\\/45 { + background-color: #fb923c73; +} + .bg-orange-400\\/5 { background-color: #fb923c0d; } @@ -23166,10 +31794,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb923c80; } +.bg-orange-400\\/55 { + background-color: #fb923c8c; +} + .bg-orange-400\\/60 { background-color: #fb923c99; } +.bg-orange-400\\/65 { + background-color: #fb923ca6; +} + .bg-orange-400\\/70 { background-color: #fb923cb3; } @@ -23182,6 +31818,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb923ccc; } +.bg-orange-400\\/85 { + background-color: #fb923cd9; +} + .bg-orange-400\\/90 { background-color: #fb923ce6; } @@ -23207,6 +31847,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff7ed; } +.bg-orange-50\\/15 { + background-color: #fff7ed26; +} + .bg-orange-50\\/20 { background-color: #fff7ed33; } @@ -23219,10 +31863,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff7ed4d; } +.bg-orange-50\\/35 { + background-color: #fff7ed59; +} + .bg-orange-50\\/40 { background-color: #fff7ed66; } +.bg-orange-50\\/45 { + background-color: #fff7ed73; +} + .bg-orange-50\\/5 { background-color: #fff7ed0d; } @@ -23231,10 +31883,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff7ed80; } +.bg-orange-50\\/55 { + background-color: #fff7ed8c; +} + .bg-orange-50\\/60 { background-color: #fff7ed99; } +.bg-orange-50\\/65 { + background-color: #fff7eda6; +} + .bg-orange-50\\/70 { background-color: #fff7edb3; } @@ -23247,6 +31907,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff7edcc; } +.bg-orange-50\\/85 { + background-color: #fff7edd9; +} + .bg-orange-50\\/90 { background-color: #fff7ede6; } @@ -23272,6 +31936,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f97316; } +.bg-orange-500\\/15 { + background-color: #f9731626; +} + .bg-orange-500\\/20 { background-color: #f9731633; } @@ -23284,10 +31952,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f973164d; } +.bg-orange-500\\/35 { + background-color: #f9731659; +} + .bg-orange-500\\/40 { background-color: #f9731666; } +.bg-orange-500\\/45 { + background-color: #f9731673; +} + .bg-orange-500\\/5 { background-color: #f973160d; } @@ -23296,10 +31972,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9731680; } +.bg-orange-500\\/55 { + background-color: #f973168c; +} + .bg-orange-500\\/60 { background-color: #f9731699; } +.bg-orange-500\\/65 { + background-color: #f97316a6; +} + .bg-orange-500\\/70 { background-color: #f97316b3; } @@ -23312,6 +31996,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f97316cc; } +.bg-orange-500\\/85 { + background-color: #f97316d9; +} + .bg-orange-500\\/90 { background-color: #f97316e6; } @@ -23337,6 +32025,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ea580c; } +.bg-orange-600\\/15 { + background-color: #ea580c26; +} + .bg-orange-600\\/20 { background-color: #ea580c33; } @@ -23349,10 +32041,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ea580c4d; } +.bg-orange-600\\/35 { + background-color: #ea580c59; +} + .bg-orange-600\\/40 { background-color: #ea580c66; } +.bg-orange-600\\/45 { + background-color: #ea580c73; +} + .bg-orange-600\\/5 { background-color: #ea580c0d; } @@ -23361,10 +32061,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ea580c80; } +.bg-orange-600\\/55 { + background-color: #ea580c8c; +} + .bg-orange-600\\/60 { background-color: #ea580c99; } +.bg-orange-600\\/65 { + background-color: #ea580ca6; +} + .bg-orange-600\\/70 { background-color: #ea580cb3; } @@ -23377,6 +32085,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ea580ccc; } +.bg-orange-600\\/85 { + background-color: #ea580cd9; +} + .bg-orange-600\\/90 { background-color: #ea580ce6; } @@ -23402,6 +32114,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c2410c; } +.bg-orange-700\\/15 { + background-color: #c2410c26; +} + .bg-orange-700\\/20 { background-color: #c2410c33; } @@ -23414,10 +32130,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c2410c4d; } +.bg-orange-700\\/35 { + background-color: #c2410c59; +} + .bg-orange-700\\/40 { background-color: #c2410c66; } +.bg-orange-700\\/45 { + background-color: #c2410c73; +} + .bg-orange-700\\/5 { background-color: #c2410c0d; } @@ -23426,10 +32150,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c2410c80; } +.bg-orange-700\\/55 { + background-color: #c2410c8c; +} + .bg-orange-700\\/60 { background-color: #c2410c99; } +.bg-orange-700\\/65 { + background-color: #c2410ca6; +} + .bg-orange-700\\/70 { background-color: #c2410cb3; } @@ -23442,6 +32174,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c2410ccc; } +.bg-orange-700\\/85 { + background-color: #c2410cd9; +} + .bg-orange-700\\/90 { background-color: #c2410ce6; } @@ -23467,6 +32203,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9a3412; } +.bg-orange-800\\/15 { + background-color: #9a341226; +} + .bg-orange-800\\/20 { background-color: #9a341233; } @@ -23479,10 +32219,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9a34124d; } +.bg-orange-800\\/35 { + background-color: #9a341259; +} + .bg-orange-800\\/40 { background-color: #9a341266; } +.bg-orange-800\\/45 { + background-color: #9a341273; +} + .bg-orange-800\\/5 { background-color: #9a34120d; } @@ -23491,10 +32239,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9a341280; } +.bg-orange-800\\/55 { + background-color: #9a34128c; +} + .bg-orange-800\\/60 { background-color: #9a341299; } +.bg-orange-800\\/65 { + background-color: #9a3412a6; +} + .bg-orange-800\\/70 { background-color: #9a3412b3; } @@ -23507,6 +32263,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9a3412cc; } +.bg-orange-800\\/85 { + background-color: #9a3412d9; +} + .bg-orange-800\\/90 { background-color: #9a3412e6; } @@ -23532,6 +32292,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c2d12; } +.bg-orange-900\\/15 { + background-color: #7c2d1226; +} + .bg-orange-900\\/20 { background-color: #7c2d1233; } @@ -23544,10 +32308,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c2d124d; } +.bg-orange-900\\/35 { + background-color: #7c2d1259; +} + .bg-orange-900\\/40 { background-color: #7c2d1266; } +.bg-orange-900\\/45 { + background-color: #7c2d1273; +} + .bg-orange-900\\/5 { background-color: #7c2d120d; } @@ -23556,10 +32328,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c2d1280; } +.bg-orange-900\\/55 { + background-color: #7c2d128c; +} + .bg-orange-900\\/60 { background-color: #7c2d1299; } +.bg-orange-900\\/65 { + background-color: #7c2d12a6; +} + .bg-orange-900\\/70 { background-color: #7c2d12b3; } @@ -23572,6 +32352,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c2d12cc; } +.bg-orange-900\\/85 { + background-color: #7c2d12d9; +} + .bg-orange-900\\/90 { background-color: #7c2d12e6; } @@ -23597,6 +32381,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #431407; } +.bg-orange-950\\/15 { + background-color: #43140726; +} + .bg-orange-950\\/20 { background-color: #43140733; } @@ -23609,10 +32397,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4314074d; } +.bg-orange-950\\/35 { + background-color: #43140759; +} + .bg-orange-950\\/40 { background-color: #43140766; } +.bg-orange-950\\/45 { + background-color: #43140773; +} + .bg-orange-950\\/5 { background-color: #4314070d; } @@ -23621,10 +32417,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #43140780; } +.bg-orange-950\\/55 { + background-color: #4314078c; +} + .bg-orange-950\\/60 { background-color: #43140799; } +.bg-orange-950\\/65 { + background-color: #431407a6; +} + .bg-orange-950\\/70 { background-color: #431407b3; } @@ -23637,6 +32441,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #431407cc; } +.bg-orange-950\\/85 { + background-color: #431407d9; +} + .bg-orange-950\\/90 { background-color: #431407e6; } @@ -23662,6 +32470,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fce7f3; } +.bg-pink-100\\/15 { + background-color: #fce7f326; +} + .bg-pink-100\\/20 { background-color: #fce7f333; } @@ -23674,10 +32486,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fce7f34d; } +.bg-pink-100\\/35 { + background-color: #fce7f359; +} + .bg-pink-100\\/40 { background-color: #fce7f366; } +.bg-pink-100\\/45 { + background-color: #fce7f373; +} + .bg-pink-100\\/5 { background-color: #fce7f30d; } @@ -23686,10 +32506,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fce7f380; } +.bg-pink-100\\/55 { + background-color: #fce7f38c; +} + .bg-pink-100\\/60 { background-color: #fce7f399; } +.bg-pink-100\\/65 { + background-color: #fce7f3a6; +} + .bg-pink-100\\/70 { background-color: #fce7f3b3; } @@ -23702,6 +32530,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fce7f3cc; } +.bg-pink-100\\/85 { + background-color: #fce7f3d9; +} + .bg-pink-100\\/90 { background-color: #fce7f3e6; } @@ -23727,6 +32559,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbcfe8; } +.bg-pink-200\\/15 { + background-color: #fbcfe826; +} + .bg-pink-200\\/20 { background-color: #fbcfe833; } @@ -23739,10 +32575,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbcfe84d; } +.bg-pink-200\\/35 { + background-color: #fbcfe859; +} + .bg-pink-200\\/40 { background-color: #fbcfe866; } +.bg-pink-200\\/45 { + background-color: #fbcfe873; +} + .bg-pink-200\\/5 { background-color: #fbcfe80d; } @@ -23751,10 +32595,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbcfe880; } +.bg-pink-200\\/55 { + background-color: #fbcfe88c; +} + .bg-pink-200\\/60 { background-color: #fbcfe899; } +.bg-pink-200\\/65 { + background-color: #fbcfe8a6; +} + .bg-pink-200\\/70 { background-color: #fbcfe8b3; } @@ -23767,6 +32619,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fbcfe8cc; } +.bg-pink-200\\/85 { + background-color: #fbcfe8d9; +} + .bg-pink-200\\/90 { background-color: #fbcfe8e6; } @@ -23792,6 +32648,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9a8d4; } +.bg-pink-300\\/15 { + background-color: #f9a8d426; +} + .bg-pink-300\\/20 { background-color: #f9a8d433; } @@ -23804,10 +32664,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9a8d44d; } +.bg-pink-300\\/35 { + background-color: #f9a8d459; +} + .bg-pink-300\\/40 { background-color: #f9a8d466; } +.bg-pink-300\\/45 { + background-color: #f9a8d473; +} + .bg-pink-300\\/5 { background-color: #f9a8d40d; } @@ -23816,10 +32684,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9a8d480; } +.bg-pink-300\\/55 { + background-color: #f9a8d48c; +} + .bg-pink-300\\/60 { background-color: #f9a8d499; } +.bg-pink-300\\/65 { + background-color: #f9a8d4a6; +} + .bg-pink-300\\/70 { background-color: #f9a8d4b3; } @@ -23832,6 +32708,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f9a8d4cc; } +.bg-pink-300\\/85 { + background-color: #f9a8d4d9; +} + .bg-pink-300\\/90 { background-color: #f9a8d4e6; } @@ -23857,6 +32737,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f472b6; } +.bg-pink-400\\/15 { + background-color: #f472b626; +} + .bg-pink-400\\/20 { background-color: #f472b633; } @@ -23869,10 +32753,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f472b64d; } +.bg-pink-400\\/35 { + background-color: #f472b659; +} + .bg-pink-400\\/40 { background-color: #f472b666; } +.bg-pink-400\\/45 { + background-color: #f472b673; +} + .bg-pink-400\\/5 { background-color: #f472b60d; } @@ -23881,10 +32773,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f472b680; } +.bg-pink-400\\/55 { + background-color: #f472b68c; +} + .bg-pink-400\\/60 { background-color: #f472b699; } +.bg-pink-400\\/65 { + background-color: #f472b6a6; +} + .bg-pink-400\\/70 { background-color: #f472b6b3; } @@ -23897,6 +32797,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f472b6cc; } +.bg-pink-400\\/85 { + background-color: #f472b6d9; +} + .bg-pink-400\\/90 { background-color: #f472b6e6; } @@ -23922,6 +32826,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf2f8; } +.bg-pink-50\\/15 { + background-color: #fdf2f826; +} + .bg-pink-50\\/20 { background-color: #fdf2f833; } @@ -23934,10 +32842,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf2f84d; } +.bg-pink-50\\/35 { + background-color: #fdf2f859; +} + .bg-pink-50\\/40 { background-color: #fdf2f866; } +.bg-pink-50\\/45 { + background-color: #fdf2f873; +} + .bg-pink-50\\/5 { background-color: #fdf2f80d; } @@ -23946,10 +32862,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf2f880; } +.bg-pink-50\\/55 { + background-color: #fdf2f88c; +} + .bg-pink-50\\/60 { background-color: #fdf2f899; } +.bg-pink-50\\/65 { + background-color: #fdf2f8a6; +} + .bg-pink-50\\/70 { background-color: #fdf2f8b3; } @@ -23962,6 +32886,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fdf2f8cc; } +.bg-pink-50\\/85 { + background-color: #fdf2f8d9; +} + .bg-pink-50\\/90 { background-color: #fdf2f8e6; } @@ -23987,6 +32915,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ec4899; } +.bg-pink-500\\/15 { + background-color: #ec489926; +} + .bg-pink-500\\/20 { background-color: #ec489933; } @@ -23999,10 +32931,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ec48994d; } +.bg-pink-500\\/35 { + background-color: #ec489959; +} + .bg-pink-500\\/40 { background-color: #ec489966; } +.bg-pink-500\\/45 { + background-color: #ec489973; +} + .bg-pink-500\\/5 { background-color: #ec48990d; } @@ -24011,10 +32951,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ec489980; } +.bg-pink-500\\/55 { + background-color: #ec48998c; +} + .bg-pink-500\\/60 { background-color: #ec489999; } +.bg-pink-500\\/65 { + background-color: #ec4899a6; +} + .bg-pink-500\\/70 { background-color: #ec4899b3; } @@ -24027,6 +32975,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ec4899cc; } +.bg-pink-500\\/85 { + background-color: #ec4899d9; +} + .bg-pink-500\\/90 { background-color: #ec4899e6; } @@ -24052,6 +33004,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #db2777; } +.bg-pink-600\\/15 { + background-color: #db277726; +} + .bg-pink-600\\/20 { background-color: #db277733; } @@ -24064,10 +33020,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #db27774d; } +.bg-pink-600\\/35 { + background-color: #db277759; +} + .bg-pink-600\\/40 { background-color: #db277766; } +.bg-pink-600\\/45 { + background-color: #db277773; +} + .bg-pink-600\\/5 { background-color: #db27770d; } @@ -24076,10 +33040,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #db277780; } +.bg-pink-600\\/55 { + background-color: #db27778c; +} + .bg-pink-600\\/60 { background-color: #db277799; } +.bg-pink-600\\/65 { + background-color: #db2777a6; +} + .bg-pink-600\\/70 { background-color: #db2777b3; } @@ -24092,6 +33064,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #db2777cc; } +.bg-pink-600\\/85 { + background-color: #db2777d9; +} + .bg-pink-600\\/90 { background-color: #db2777e6; } @@ -24117,6 +33093,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be185d; } +.bg-pink-700\\/15 { + background-color: #be185d26; +} + .bg-pink-700\\/20 { background-color: #be185d33; } @@ -24129,10 +33109,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be185d4d; } +.bg-pink-700\\/35 { + background-color: #be185d59; +} + .bg-pink-700\\/40 { background-color: #be185d66; } +.bg-pink-700\\/45 { + background-color: #be185d73; +} + .bg-pink-700\\/5 { background-color: #be185d0d; } @@ -24141,10 +33129,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be185d80; } +.bg-pink-700\\/55 { + background-color: #be185d8c; +} + .bg-pink-700\\/60 { background-color: #be185d99; } +.bg-pink-700\\/65 { + background-color: #be185da6; +} + .bg-pink-700\\/70 { background-color: #be185db3; } @@ -24157,6 +33153,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be185dcc; } +.bg-pink-700\\/85 { + background-color: #be185dd9; +} + .bg-pink-700\\/90 { background-color: #be185de6; } @@ -24182,6 +33182,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9d174d; } +.bg-pink-800\\/15 { + background-color: #9d174d26; +} + .bg-pink-800\\/20 { background-color: #9d174d33; } @@ -24194,10 +33198,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9d174d4d; } +.bg-pink-800\\/35 { + background-color: #9d174d59; +} + .bg-pink-800\\/40 { background-color: #9d174d66; } +.bg-pink-800\\/45 { + background-color: #9d174d73; +} + .bg-pink-800\\/5 { background-color: #9d174d0d; } @@ -24206,10 +33218,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9d174d80; } +.bg-pink-800\\/55 { + background-color: #9d174d8c; +} + .bg-pink-800\\/60 { background-color: #9d174d99; } +.bg-pink-800\\/65 { + background-color: #9d174da6; +} + .bg-pink-800\\/70 { background-color: #9d174db3; } @@ -24222,6 +33242,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9d174dcc; } +.bg-pink-800\\/85 { + background-color: #9d174dd9; +} + .bg-pink-800\\/90 { background-color: #9d174de6; } @@ -24247,6 +33271,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #831843; } +.bg-pink-900\\/15 { + background-color: #83184326; +} + .bg-pink-900\\/20 { background-color: #83184333; } @@ -24259,10 +33287,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #8318434d; } +.bg-pink-900\\/35 { + background-color: #83184359; +} + .bg-pink-900\\/40 { background-color: #83184366; } +.bg-pink-900\\/45 { + background-color: #83184373; +} + .bg-pink-900\\/5 { background-color: #8318430d; } @@ -24271,10 +33307,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #83184380; } +.bg-pink-900\\/55 { + background-color: #8318438c; +} + .bg-pink-900\\/60 { background-color: #83184399; } +.bg-pink-900\\/65 { + background-color: #831843a6; +} + .bg-pink-900\\/70 { background-color: #831843b3; } @@ -24287,6 +33331,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #831843cc; } +.bg-pink-900\\/85 { + background-color: #831843d9; +} + .bg-pink-900\\/90 { background-color: #831843e6; } @@ -24312,6 +33360,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #500724; } +.bg-pink-950\\/15 { + background-color: #50072426; +} + .bg-pink-950\\/20 { background-color: #50072433; } @@ -24324,10 +33376,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5007244d; } +.bg-pink-950\\/35 { + background-color: #50072459; +} + .bg-pink-950\\/40 { background-color: #50072466; } +.bg-pink-950\\/45 { + background-color: #50072473; +} + .bg-pink-950\\/5 { background-color: #5007240d; } @@ -24336,10 +33396,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #50072480; } +.bg-pink-950\\/55 { + background-color: #5007248c; +} + .bg-pink-950\\/60 { background-color: #50072499; } +.bg-pink-950\\/65 { + background-color: #500724a6; +} + .bg-pink-950\\/70 { background-color: #500724b3; } @@ -24352,6 +33420,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #500724cc; } +.bg-pink-950\\/85 { + background-color: #500724d9; +} + .bg-pink-950\\/90 { background-color: #500724e6; } @@ -24377,6 +33449,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3e8ff; } +.bg-purple-100\\/15 { + background-color: #f3e8ff26; +} + .bg-purple-100\\/20 { background-color: #f3e8ff33; } @@ -24389,10 +33465,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3e8ff4d; } +.bg-purple-100\\/35 { + background-color: #f3e8ff59; +} + .bg-purple-100\\/40 { background-color: #f3e8ff66; } +.bg-purple-100\\/45 { + background-color: #f3e8ff73; +} + .bg-purple-100\\/5 { background-color: #f3e8ff0d; } @@ -24401,10 +33485,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3e8ff80; } +.bg-purple-100\\/55 { + background-color: #f3e8ff8c; +} + .bg-purple-100\\/60 { background-color: #f3e8ff99; } +.bg-purple-100\\/65 { + background-color: #f3e8ffa6; +} + .bg-purple-100\\/70 { background-color: #f3e8ffb3; } @@ -24417,6 +33509,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f3e8ffcc; } +.bg-purple-100\\/85 { + background-color: #f3e8ffd9; +} + .bg-purple-100\\/90 { background-color: #f3e8ffe6; } @@ -24442,6 +33538,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e9d5ff; } +.bg-purple-200\\/15 { + background-color: #e9d5ff26; +} + .bg-purple-200\\/20 { background-color: #e9d5ff33; } @@ -24454,10 +33554,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e9d5ff4d; } +.bg-purple-200\\/35 { + background-color: #e9d5ff59; +} + .bg-purple-200\\/40 { background-color: #e9d5ff66; } +.bg-purple-200\\/45 { + background-color: #e9d5ff73; +} + .bg-purple-200\\/5 { background-color: #e9d5ff0d; } @@ -24466,10 +33574,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e9d5ff80; } +.bg-purple-200\\/55 { + background-color: #e9d5ff8c; +} + .bg-purple-200\\/60 { background-color: #e9d5ff99; } +.bg-purple-200\\/65 { + background-color: #e9d5ffa6; +} + .bg-purple-200\\/70 { background-color: #e9d5ffb3; } @@ -24482,6 +33598,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e9d5ffcc; } +.bg-purple-200\\/85 { + background-color: #e9d5ffd9; +} + .bg-purple-200\\/90 { background-color: #e9d5ffe6; } @@ -24507,6 +33627,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d8b4fe; } +.bg-purple-300\\/15 { + background-color: #d8b4fe26; +} + .bg-purple-300\\/20 { background-color: #d8b4fe33; } @@ -24519,10 +33643,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d8b4fe4d; } +.bg-purple-300\\/35 { + background-color: #d8b4fe59; +} + .bg-purple-300\\/40 { background-color: #d8b4fe66; } +.bg-purple-300\\/45 { + background-color: #d8b4fe73; +} + .bg-purple-300\\/5 { background-color: #d8b4fe0d; } @@ -24531,10 +33663,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d8b4fe80; } +.bg-purple-300\\/55 { + background-color: #d8b4fe8c; +} + .bg-purple-300\\/60 { background-color: #d8b4fe99; } +.bg-purple-300\\/65 { + background-color: #d8b4fea6; +} + .bg-purple-300\\/70 { background-color: #d8b4feb3; } @@ -24547,6 +33687,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d8b4fecc; } +.bg-purple-300\\/85 { + background-color: #d8b4fed9; +} + .bg-purple-300\\/90 { background-color: #d8b4fee6; } @@ -24572,6 +33716,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c084fc; } +.bg-purple-400\\/15 { + background-color: #c084fc26; +} + .bg-purple-400\\/20 { background-color: #c084fc33; } @@ -24584,10 +33732,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c084fc4d; } +.bg-purple-400\\/35 { + background-color: #c084fc59; +} + .bg-purple-400\\/40 { background-color: #c084fc66; } +.bg-purple-400\\/45 { + background-color: #c084fc73; +} + .bg-purple-400\\/5 { background-color: #c084fc0d; } @@ -24596,10 +33752,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c084fc80; } +.bg-purple-400\\/55 { + background-color: #c084fc8c; +} + .bg-purple-400\\/60 { background-color: #c084fc99; } +.bg-purple-400\\/65 { + background-color: #c084fca6; +} + .bg-purple-400\\/70 { background-color: #c084fcb3; } @@ -24612,6 +33776,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c084fccc; } +.bg-purple-400\\/85 { + background-color: #c084fcd9; +} + .bg-purple-400\\/90 { background-color: #c084fce6; } @@ -24637,6 +33805,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #faf5ff; } +.bg-purple-50\\/15 { + background-color: #faf5ff26; +} + .bg-purple-50\\/20 { background-color: #faf5ff33; } @@ -24649,10 +33821,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #faf5ff4d; } +.bg-purple-50\\/35 { + background-color: #faf5ff59; +} + .bg-purple-50\\/40 { background-color: #faf5ff66; } +.bg-purple-50\\/45 { + background-color: #faf5ff73; +} + .bg-purple-50\\/5 { background-color: #faf5ff0d; } @@ -24661,10 +33841,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #faf5ff80; } +.bg-purple-50\\/55 { + background-color: #faf5ff8c; +} + .bg-purple-50\\/60 { background-color: #faf5ff99; } +.bg-purple-50\\/65 { + background-color: #faf5ffa6; +} + .bg-purple-50\\/70 { background-color: #faf5ffb3; } @@ -24677,6 +33865,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #faf5ffcc; } +.bg-purple-50\\/85 { + background-color: #faf5ffd9; +} + .bg-purple-50\\/90 { background-color: #faf5ffe6; } @@ -24702,6 +33894,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a855f7; } +.bg-purple-500\\/15 { + background-color: #a855f726; +} + .bg-purple-500\\/20 { background-color: #a855f733; } @@ -24714,10 +33910,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a855f74d; } +.bg-purple-500\\/35 { + background-color: #a855f759; +} + .bg-purple-500\\/40 { background-color: #a855f766; } +.bg-purple-500\\/45 { + background-color: #a855f773; +} + .bg-purple-500\\/5 { background-color: #a855f70d; } @@ -24726,10 +33930,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a855f780; } +.bg-purple-500\\/55 { + background-color: #a855f78c; +} + .bg-purple-500\\/60 { background-color: #a855f799; } +.bg-purple-500\\/65 { + background-color: #a855f7a6; +} + .bg-purple-500\\/70 { background-color: #a855f7b3; } @@ -24742,6 +33954,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a855f7cc; } +.bg-purple-500\\/85 { + background-color: #a855f7d9; +} + .bg-purple-500\\/90 { background-color: #a855f7e6; } @@ -24767,6 +33983,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9333ea; } +.bg-purple-600\\/15 { + background-color: #9333ea26; +} + .bg-purple-600\\/20 { background-color: #9333ea33; } @@ -24779,10 +33999,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9333ea4d; } +.bg-purple-600\\/35 { + background-color: #9333ea59; +} + .bg-purple-600\\/40 { background-color: #9333ea66; } +.bg-purple-600\\/45 { + background-color: #9333ea73; +} + .bg-purple-600\\/5 { background-color: #9333ea0d; } @@ -24791,10 +34019,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9333ea80; } +.bg-purple-600\\/55 { + background-color: #9333ea8c; +} + .bg-purple-600\\/60 { background-color: #9333ea99; } +.bg-purple-600\\/65 { + background-color: #9333eaa6; +} + .bg-purple-600\\/70 { background-color: #9333eab3; } @@ -24807,6 +34043,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9333eacc; } +.bg-purple-600\\/85 { + background-color: #9333ead9; +} + .bg-purple-600\\/90 { background-color: #9333eae6; } @@ -24832,6 +34072,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7e22ce; } +.bg-purple-700\\/15 { + background-color: #7e22ce26; +} + .bg-purple-700\\/20 { background-color: #7e22ce33; } @@ -24844,10 +34088,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7e22ce4d; } +.bg-purple-700\\/35 { + background-color: #7e22ce59; +} + .bg-purple-700\\/40 { background-color: #7e22ce66; } +.bg-purple-700\\/45 { + background-color: #7e22ce73; +} + .bg-purple-700\\/5 { background-color: #7e22ce0d; } @@ -24856,10 +34108,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7e22ce80; } +.bg-purple-700\\/55 { + background-color: #7e22ce8c; +} + .bg-purple-700\\/60 { background-color: #7e22ce99; } +.bg-purple-700\\/65 { + background-color: #7e22cea6; +} + .bg-purple-700\\/70 { background-color: #7e22ceb3; } @@ -24872,6 +34132,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7e22cecc; } +.bg-purple-700\\/85 { + background-color: #7e22ced9; +} + .bg-purple-700\\/90 { background-color: #7e22cee6; } @@ -24897,6 +34161,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b21a8; } +.bg-purple-800\\/15 { + background-color: #6b21a826; +} + .bg-purple-800\\/20 { background-color: #6b21a833; } @@ -24909,10 +34177,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b21a84d; } +.bg-purple-800\\/35 { + background-color: #6b21a859; +} + .bg-purple-800\\/40 { background-color: #6b21a866; } +.bg-purple-800\\/45 { + background-color: #6b21a873; +} + .bg-purple-800\\/5 { background-color: #6b21a80d; } @@ -24921,10 +34197,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b21a880; } +.bg-purple-800\\/55 { + background-color: #6b21a88c; +} + .bg-purple-800\\/60 { background-color: #6b21a899; } +.bg-purple-800\\/65 { + background-color: #6b21a8a6; +} + .bg-purple-800\\/70 { background-color: #6b21a8b3; } @@ -24937,6 +34221,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6b21a8cc; } +.bg-purple-800\\/85 { + background-color: #6b21a8d9; +} + .bg-purple-800\\/90 { background-color: #6b21a8e6; } @@ -24962,6 +34250,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #581c87; } +.bg-purple-900\\/15 { + background-color: #581c8726; +} + .bg-purple-900\\/20 { background-color: #581c8733; } @@ -24974,10 +34266,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #581c874d; } +.bg-purple-900\\/35 { + background-color: #581c8759; +} + .bg-purple-900\\/40 { background-color: #581c8766; } +.bg-purple-900\\/45 { + background-color: #581c8773; +} + .bg-purple-900\\/5 { background-color: #581c870d; } @@ -24986,10 +34286,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #581c8780; } +.bg-purple-900\\/55 { + background-color: #581c878c; +} + .bg-purple-900\\/60 { background-color: #581c8799; } +.bg-purple-900\\/65 { + background-color: #581c87a6; +} + .bg-purple-900\\/70 { background-color: #581c87b3; } @@ -25002,6 +34310,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #581c87cc; } +.bg-purple-900\\/85 { + background-color: #581c87d9; +} + .bg-purple-900\\/90 { background-color: #581c87e6; } @@ -25027,6 +34339,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b0764; } +.bg-purple-950\\/15 { + background-color: #3b076426; +} + .bg-purple-950\\/20 { background-color: #3b076433; } @@ -25039,10 +34355,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b07644d; } +.bg-purple-950\\/35 { + background-color: #3b076459; +} + .bg-purple-950\\/40 { background-color: #3b076466; } +.bg-purple-950\\/45 { + background-color: #3b076473; +} + .bg-purple-950\\/5 { background-color: #3b07640d; } @@ -25051,10 +34375,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b076480; } +.bg-purple-950\\/55 { + background-color: #3b07648c; +} + .bg-purple-950\\/60 { background-color: #3b076499; } +.bg-purple-950\\/65 { + background-color: #3b0764a6; +} + .bg-purple-950\\/70 { background-color: #3b0764b3; } @@ -25067,6 +34399,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3b0764cc; } +.bg-purple-950\\/85 { + background-color: #3b0764d9; +} + .bg-purple-950\\/90 { background-color: #3b0764e6; } @@ -25092,6 +34428,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fee2e2; } +.bg-red-100\\/15 { + background-color: #fee2e226; +} + .bg-red-100\\/20 { background-color: #fee2e233; } @@ -25104,10 +34444,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fee2e24d; } +.bg-red-100\\/35 { + background-color: #fee2e259; +} + .bg-red-100\\/40 { background-color: #fee2e266; } +.bg-red-100\\/45 { + background-color: #fee2e273; +} + .bg-red-100\\/5 { background-color: #fee2e20d; } @@ -25116,10 +34464,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fee2e280; } +.bg-red-100\\/55 { + background-color: #fee2e28c; +} + .bg-red-100\\/60 { background-color: #fee2e299; } +.bg-red-100\\/65 { + background-color: #fee2e2a6; +} + .bg-red-100\\/70 { background-color: #fee2e2b3; } @@ -25132,6 +34488,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fee2e2cc; } +.bg-red-100\\/85 { + background-color: #fee2e2d9; +} + .bg-red-100\\/90 { background-color: #fee2e2e6; } @@ -25157,6 +34517,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecaca; } +.bg-red-200\\/15 { + background-color: #fecaca26; +} + .bg-red-200\\/20 { background-color: #fecaca33; } @@ -25169,10 +34533,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecaca4d; } +.bg-red-200\\/35 { + background-color: #fecaca59; +} + .bg-red-200\\/40 { background-color: #fecaca66; } +.bg-red-200\\/45 { + background-color: #fecaca73; +} + .bg-red-200\\/5 { background-color: #fecaca0d; } @@ -25181,10 +34553,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecaca80; } +.bg-red-200\\/55 { + background-color: #fecaca8c; +} + .bg-red-200\\/60 { background-color: #fecaca99; } +.bg-red-200\\/65 { + background-color: #fecacaa6; +} + .bg-red-200\\/70 { background-color: #fecacab3; } @@ -25197,6 +34577,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecacacc; } +.bg-red-200\\/85 { + background-color: #fecacad9; +} + .bg-red-200\\/90 { background-color: #fecacae6; } @@ -25222,6 +34606,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fca5a5; } +.bg-red-300\\/15 { + background-color: #fca5a526; +} + .bg-red-300\\/20 { background-color: #fca5a533; } @@ -25234,10 +34622,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fca5a54d; } +.bg-red-300\\/35 { + background-color: #fca5a559; +} + .bg-red-300\\/40 { background-color: #fca5a566; } +.bg-red-300\\/45 { + background-color: #fca5a573; +} + .bg-red-300\\/5 { background-color: #fca5a50d; } @@ -25246,10 +34642,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fca5a580; } +.bg-red-300\\/55 { + background-color: #fca5a58c; +} + .bg-red-300\\/60 { background-color: #fca5a599; } +.bg-red-300\\/65 { + background-color: #fca5a5a6; +} + .bg-red-300\\/70 { background-color: #fca5a5b3; } @@ -25262,6 +34666,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fca5a5cc; } +.bg-red-300\\/85 { + background-color: #fca5a5d9; +} + .bg-red-300\\/90 { background-color: #fca5a5e6; } @@ -25287,6 +34695,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f87171; } +.bg-red-400\\/15 { + background-color: #f8717126; +} + .bg-red-400\\/20 { background-color: #f8717133; } @@ -25299,10 +34711,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f871714d; } +.bg-red-400\\/35 { + background-color: #f8717159; +} + .bg-red-400\\/40 { background-color: #f8717166; } +.bg-red-400\\/45 { + background-color: #f8717173; +} + .bg-red-400\\/5 { background-color: #f871710d; } @@ -25311,10 +34731,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f8717180; } +.bg-red-400\\/55 { + background-color: #f871718c; +} + .bg-red-400\\/60 { background-color: #f8717199; } +.bg-red-400\\/65 { + background-color: #f87171a6; +} + .bg-red-400\\/70 { background-color: #f87171b3; } @@ -25327,6 +34755,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f87171cc; } +.bg-red-400\\/85 { + background-color: #f87171d9; +} + .bg-red-400\\/90 { background-color: #f87171e6; } @@ -25352,6 +34784,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef2f2; } +.bg-red-50\\/15 { + background-color: #fef2f226; +} + .bg-red-50\\/20 { background-color: #fef2f233; } @@ -25364,10 +34800,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef2f24d; } +.bg-red-50\\/35 { + background-color: #fef2f259; +} + .bg-red-50\\/40 { background-color: #fef2f266; } +.bg-red-50\\/45 { + background-color: #fef2f273; +} + .bg-red-50\\/5 { background-color: #fef2f20d; } @@ -25376,10 +34820,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef2f280; } +.bg-red-50\\/55 { + background-color: #fef2f28c; +} + .bg-red-50\\/60 { background-color: #fef2f299; } +.bg-red-50\\/65 { + background-color: #fef2f2a6; +} + .bg-red-50\\/70 { background-color: #fef2f2b3; } @@ -25392,6 +34844,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef2f2cc; } +.bg-red-50\\/85 { + background-color: #fef2f2d9; +} + .bg-red-50\\/90 { background-color: #fef2f2e6; } @@ -25417,6 +34873,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ef4444; } +.bg-red-500\\/15 { + background-color: #ef444426; +} + .bg-red-500\\/20 { background-color: #ef444433; } @@ -25429,10 +34889,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ef44444d; } +.bg-red-500\\/35 { + background-color: #ef444459; +} + .bg-red-500\\/40 { background-color: #ef444466; } +.bg-red-500\\/45 { + background-color: #ef444473; +} + .bg-red-500\\/5 { background-color: #ef44440d; } @@ -25441,10 +34909,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ef444480; } +.bg-red-500\\/55 { + background-color: #ef44448c; +} + .bg-red-500\\/60 { background-color: #ef444499; } +.bg-red-500\\/65 { + background-color: #ef4444a6; +} + .bg-red-500\\/70 { background-color: #ef4444b3; } @@ -25457,6 +34933,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ef4444cc; } +.bg-red-500\\/85 { + background-color: #ef4444d9; +} + .bg-red-500\\/90 { background-color: #ef4444e6; } @@ -25482,6 +34962,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dc2626; } +.bg-red-600\\/15 { + background-color: #dc262626; +} + .bg-red-600\\/20 { background-color: #dc262633; } @@ -25494,10 +34978,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dc26264d; } +.bg-red-600\\/35 { + background-color: #dc262659; +} + .bg-red-600\\/40 { background-color: #dc262666; } +.bg-red-600\\/45 { + background-color: #dc262673; +} + .bg-red-600\\/5 { background-color: #dc26260d; } @@ -25506,10 +34998,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dc262680; } +.bg-red-600\\/55 { + background-color: #dc26268c; +} + .bg-red-600\\/60 { background-color: #dc262699; } +.bg-red-600\\/65 { + background-color: #dc2626a6; +} + .bg-red-600\\/70 { background-color: #dc2626b3; } @@ -25522,6 +35022,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #dc2626cc; } +.bg-red-600\\/85 { + background-color: #dc2626d9; +} + .bg-red-600\\/90 { background-color: #dc2626e6; } @@ -25547,6 +35051,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b91c1c; } +.bg-red-700\\/15 { + background-color: #b91c1c26; +} + .bg-red-700\\/20 { background-color: #b91c1c33; } @@ -25559,10 +35067,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b91c1c4d; } +.bg-red-700\\/35 { + background-color: #b91c1c59; +} + .bg-red-700\\/40 { background-color: #b91c1c66; } +.bg-red-700\\/45 { + background-color: #b91c1c73; +} + .bg-red-700\\/5 { background-color: #b91c1c0d; } @@ -25571,10 +35087,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b91c1c80; } +.bg-red-700\\/55 { + background-color: #b91c1c8c; +} + .bg-red-700\\/60 { background-color: #b91c1c99; } +.bg-red-700\\/65 { + background-color: #b91c1ca6; +} + .bg-red-700\\/70 { background-color: #b91c1cb3; } @@ -25587,6 +35111,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #b91c1ccc; } +.bg-red-700\\/85 { + background-color: #b91c1cd9; +} + .bg-red-700\\/90 { background-color: #b91c1ce6; } @@ -25612,6 +35140,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #991b1b; } +.bg-red-800\\/15 { + background-color: #991b1b26; +} + .bg-red-800\\/20 { background-color: #991b1b33; } @@ -25624,10 +35156,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #991b1b4d; } +.bg-red-800\\/35 { + background-color: #991b1b59; +} + .bg-red-800\\/40 { background-color: #991b1b66; } +.bg-red-800\\/45 { + background-color: #991b1b73; +} + .bg-red-800\\/5 { background-color: #991b1b0d; } @@ -25636,10 +35176,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #991b1b80; } +.bg-red-800\\/55 { + background-color: #991b1b8c; +} + .bg-red-800\\/60 { background-color: #991b1b99; } +.bg-red-800\\/65 { + background-color: #991b1ba6; +} + .bg-red-800\\/70 { background-color: #991b1bb3; } @@ -25652,6 +35200,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #991b1bcc; } +.bg-red-800\\/85 { + background-color: #991b1bd9; +} + .bg-red-800\\/90 { background-color: #991b1be6; } @@ -25677,6 +35229,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7f1d1d; } +.bg-red-900\\/15 { + background-color: #7f1d1d26; +} + .bg-red-900\\/20 { background-color: #7f1d1d33; } @@ -25689,10 +35245,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7f1d1d4d; } +.bg-red-900\\/35 { + background-color: #7f1d1d59; +} + .bg-red-900\\/40 { background-color: #7f1d1d66; } +.bg-red-900\\/45 { + background-color: #7f1d1d73; +} + .bg-red-900\\/5 { background-color: #7f1d1d0d; } @@ -25701,10 +35265,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7f1d1d80; } +.bg-red-900\\/55 { + background-color: #7f1d1d8c; +} + .bg-red-900\\/60 { background-color: #7f1d1d99; } +.bg-red-900\\/65 { + background-color: #7f1d1da6; +} + .bg-red-900\\/70 { background-color: #7f1d1db3; } @@ -25717,6 +35289,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7f1d1dcc; } +.bg-red-900\\/85 { + background-color: #7f1d1dd9; +} + .bg-red-900\\/90 { background-color: #7f1d1de6; } @@ -25742,6 +35318,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #450a0a; } +.bg-red-950\\/15 { + background-color: #450a0a26; +} + .bg-red-950\\/20 { background-color: #450a0a33; } @@ -25754,10 +35334,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #450a0a4d; } +.bg-red-950\\/35 { + background-color: #450a0a59; +} + .bg-red-950\\/40 { background-color: #450a0a66; } +.bg-red-950\\/45 { + background-color: #450a0a73; +} + .bg-red-950\\/5 { background-color: #450a0a0d; } @@ -25766,10 +35354,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #450a0a80; } +.bg-red-950\\/55 { + background-color: #450a0a8c; +} + .bg-red-950\\/60 { background-color: #450a0a99; } +.bg-red-950\\/65 { + background-color: #450a0aa6; +} + .bg-red-950\\/70 { background-color: #450a0ab3; } @@ -25782,6 +35378,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #450a0acc; } +.bg-red-950\\/85 { + background-color: #450a0ad9; +} + .bg-red-950\\/90 { background-color: #450a0ae6; } @@ -25807,6 +35407,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffe4e6; } +.bg-rose-100\\/15 { + background-color: #ffe4e626; +} + .bg-rose-100\\/20 { background-color: #ffe4e633; } @@ -25819,10 +35423,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffe4e64d; } +.bg-rose-100\\/35 { + background-color: #ffe4e659; +} + .bg-rose-100\\/40 { background-color: #ffe4e666; } +.bg-rose-100\\/45 { + background-color: #ffe4e673; +} + .bg-rose-100\\/5 { background-color: #ffe4e60d; } @@ -25831,10 +35443,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffe4e680; } +.bg-rose-100\\/55 { + background-color: #ffe4e68c; +} + .bg-rose-100\\/60 { background-color: #ffe4e699; } +.bg-rose-100\\/65 { + background-color: #ffe4e6a6; +} + .bg-rose-100\\/70 { background-color: #ffe4e6b3; } @@ -25847,6 +35467,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffe4e6cc; } +.bg-rose-100\\/85 { + background-color: #ffe4e6d9; +} + .bg-rose-100\\/90 { background-color: #ffe4e6e6; } @@ -25872,6 +35496,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecdd3; } +.bg-rose-200\\/15 { + background-color: #fecdd326; +} + .bg-rose-200\\/20 { background-color: #fecdd333; } @@ -25884,10 +35512,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecdd34d; } +.bg-rose-200\\/35 { + background-color: #fecdd359; +} + .bg-rose-200\\/40 { background-color: #fecdd366; } +.bg-rose-200\\/45 { + background-color: #fecdd373; +} + .bg-rose-200\\/5 { background-color: #fecdd30d; } @@ -25896,10 +35532,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecdd380; } +.bg-rose-200\\/55 { + background-color: #fecdd38c; +} + .bg-rose-200\\/60 { background-color: #fecdd399; } +.bg-rose-200\\/65 { + background-color: #fecdd3a6; +} + .bg-rose-200\\/70 { background-color: #fecdd3b3; } @@ -25912,6 +35556,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fecdd3cc; } +.bg-rose-200\\/85 { + background-color: #fecdd3d9; +} + .bg-rose-200\\/90 { background-color: #fecdd3e6; } @@ -25937,6 +35585,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fda4af; } +.bg-rose-300\\/15 { + background-color: #fda4af26; +} + .bg-rose-300\\/20 { background-color: #fda4af33; } @@ -25949,10 +35601,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fda4af4d; } +.bg-rose-300\\/35 { + background-color: #fda4af59; +} + .bg-rose-300\\/40 { background-color: #fda4af66; } +.bg-rose-300\\/45 { + background-color: #fda4af73; +} + .bg-rose-300\\/5 { background-color: #fda4af0d; } @@ -25961,10 +35621,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fda4af80; } +.bg-rose-300\\/55 { + background-color: #fda4af8c; +} + .bg-rose-300\\/60 { background-color: #fda4af99; } +.bg-rose-300\\/65 { + background-color: #fda4afa6; +} + .bg-rose-300\\/70 { background-color: #fda4afb3; } @@ -25977,6 +35645,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fda4afcc; } +.bg-rose-300\\/85 { + background-color: #fda4afd9; +} + .bg-rose-300\\/90 { background-color: #fda4afe6; } @@ -26002,6 +35674,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb7185; } +.bg-rose-400\\/15 { + background-color: #fb718526; +} + .bg-rose-400\\/20 { background-color: #fb718533; } @@ -26014,10 +35690,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb71854d; } +.bg-rose-400\\/35 { + background-color: #fb718559; +} + .bg-rose-400\\/40 { background-color: #fb718566; } +.bg-rose-400\\/45 { + background-color: #fb718573; +} + .bg-rose-400\\/5 { background-color: #fb71850d; } @@ -26026,10 +35710,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb718580; } +.bg-rose-400\\/55 { + background-color: #fb71858c; +} + .bg-rose-400\\/60 { background-color: #fb718599; } +.bg-rose-400\\/65 { + background-color: #fb7185a6; +} + .bg-rose-400\\/70 { background-color: #fb7185b3; } @@ -26042,6 +35734,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fb7185cc; } +.bg-rose-400\\/85 { + background-color: #fb7185d9; +} + .bg-rose-400\\/90 { background-color: #fb7185e6; } @@ -26067,6 +35763,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff1f2; } +.bg-rose-50\\/15 { + background-color: #fff1f226; +} + .bg-rose-50\\/20 { background-color: #fff1f233; } @@ -26079,10 +35779,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff1f24d; } +.bg-rose-50\\/35 { + background-color: #fff1f259; +} + .bg-rose-50\\/40 { background-color: #fff1f266; } +.bg-rose-50\\/45 { + background-color: #fff1f273; +} + .bg-rose-50\\/5 { background-color: #fff1f20d; } @@ -26091,10 +35799,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff1f280; } +.bg-rose-50\\/55 { + background-color: #fff1f28c; +} + .bg-rose-50\\/60 { background-color: #fff1f299; } +.bg-rose-50\\/65 { + background-color: #fff1f2a6; +} + .bg-rose-50\\/70 { background-color: #fff1f2b3; } @@ -26107,6 +35823,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff1f2cc; } +.bg-rose-50\\/85 { + background-color: #fff1f2d9; +} + .bg-rose-50\\/90 { background-color: #fff1f2e6; } @@ -26132,6 +35852,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f43f5e; } +.bg-rose-500\\/15 { + background-color: #f43f5e26; +} + .bg-rose-500\\/20 { background-color: #f43f5e33; } @@ -26144,10 +35868,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f43f5e4d; } +.bg-rose-500\\/35 { + background-color: #f43f5e59; +} + .bg-rose-500\\/40 { background-color: #f43f5e66; } +.bg-rose-500\\/45 { + background-color: #f43f5e73; +} + .bg-rose-500\\/5 { background-color: #f43f5e0d; } @@ -26156,10 +35888,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f43f5e80; } +.bg-rose-500\\/55 { + background-color: #f43f5e8c; +} + .bg-rose-500\\/60 { background-color: #f43f5e99; } +.bg-rose-500\\/65 { + background-color: #f43f5ea6; +} + .bg-rose-500\\/70 { background-color: #f43f5eb3; } @@ -26172,6 +35912,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f43f5ecc; } +.bg-rose-500\\/85 { + background-color: #f43f5ed9; +} + .bg-rose-500\\/90 { background-color: #f43f5ee6; } @@ -26197,6 +35941,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e11d48; } +.bg-rose-600\\/15 { + background-color: #e11d4826; +} + .bg-rose-600\\/20 { background-color: #e11d4833; } @@ -26209,10 +35957,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e11d484d; } +.bg-rose-600\\/35 { + background-color: #e11d4859; +} + .bg-rose-600\\/40 { background-color: #e11d4866; } +.bg-rose-600\\/45 { + background-color: #e11d4873; +} + .bg-rose-600\\/5 { background-color: #e11d480d; } @@ -26221,10 +35977,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e11d4880; } +.bg-rose-600\\/55 { + background-color: #e11d488c; +} + .bg-rose-600\\/60 { background-color: #e11d4899; } +.bg-rose-600\\/65 { + background-color: #e11d48a6; +} + .bg-rose-600\\/70 { background-color: #e11d48b3; } @@ -26237,6 +36001,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e11d48cc; } +.bg-rose-600\\/85 { + background-color: #e11d48d9; +} + .bg-rose-600\\/90 { background-color: #e11d48e6; } @@ -26262,6 +36030,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be123c; } +.bg-rose-700\\/15 { + background-color: #be123c26; +} + .bg-rose-700\\/20 { background-color: #be123c33; } @@ -26274,10 +36046,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be123c4d; } +.bg-rose-700\\/35 { + background-color: #be123c59; +} + .bg-rose-700\\/40 { background-color: #be123c66; } +.bg-rose-700\\/45 { + background-color: #be123c73; +} + .bg-rose-700\\/5 { background-color: #be123c0d; } @@ -26286,10 +36066,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be123c80; } +.bg-rose-700\\/55 { + background-color: #be123c8c; +} + .bg-rose-700\\/60 { background-color: #be123c99; } +.bg-rose-700\\/65 { + background-color: #be123ca6; +} + .bg-rose-700\\/70 { background-color: #be123cb3; } @@ -26302,6 +36090,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #be123ccc; } +.bg-rose-700\\/85 { + background-color: #be123cd9; +} + .bg-rose-700\\/90 { background-color: #be123ce6; } @@ -26327,6 +36119,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9f1239; } +.bg-rose-800\\/15 { + background-color: #9f123926; +} + .bg-rose-800\\/20 { background-color: #9f123933; } @@ -26339,10 +36135,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9f12394d; } +.bg-rose-800\\/35 { + background-color: #9f123959; +} + .bg-rose-800\\/40 { background-color: #9f123966; } +.bg-rose-800\\/45 { + background-color: #9f123973; +} + .bg-rose-800\\/5 { background-color: #9f12390d; } @@ -26351,10 +36155,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9f123980; } +.bg-rose-800\\/55 { + background-color: #9f12398c; +} + .bg-rose-800\\/60 { background-color: #9f123999; } +.bg-rose-800\\/65 { + background-color: #9f1239a6; +} + .bg-rose-800\\/70 { background-color: #9f1239b3; } @@ -26367,6 +36179,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #9f1239cc; } +.bg-rose-800\\/85 { + background-color: #9f1239d9; +} + .bg-rose-800\\/90 { background-color: #9f1239e6; } @@ -26392,6 +36208,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #881337; } +.bg-rose-900\\/15 { + background-color: #88133726; +} + .bg-rose-900\\/20 { background-color: #88133733; } @@ -26404,10 +36224,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #8813374d; } +.bg-rose-900\\/35 { + background-color: #88133759; +} + .bg-rose-900\\/40 { background-color: #88133766; } +.bg-rose-900\\/45 { + background-color: #88133773; +} + .bg-rose-900\\/5 { background-color: #8813370d; } @@ -26416,10 +36244,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #88133780; } +.bg-rose-900\\/55 { + background-color: #8813378c; +} + .bg-rose-900\\/60 { background-color: #88133799; } +.bg-rose-900\\/65 { + background-color: #881337a6; +} + .bg-rose-900\\/70 { background-color: #881337b3; } @@ -26432,6 +36268,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #881337cc; } +.bg-rose-900\\/85 { + background-color: #881337d9; +} + .bg-rose-900\\/90 { background-color: #881337e6; } @@ -26457,6 +36297,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c0519; } +.bg-rose-950\\/15 { + background-color: #4c051926; +} + .bg-rose-950\\/20 { background-color: #4c051933; } @@ -26469,10 +36313,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c05194d; } +.bg-rose-950\\/35 { + background-color: #4c051959; +} + .bg-rose-950\\/40 { background-color: #4c051966; } +.bg-rose-950\\/45 { + background-color: #4c051973; +} + .bg-rose-950\\/5 { background-color: #4c05190d; } @@ -26481,10 +36333,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c051980; } +.bg-rose-950\\/55 { + background-color: #4c05198c; +} + .bg-rose-950\\/60 { background-color: #4c051999; } +.bg-rose-950\\/65 { + background-color: #4c0519a6; +} + .bg-rose-950\\/70 { background-color: #4c0519b3; } @@ -26497,6 +36357,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c0519cc; } +.bg-rose-950\\/85 { + background-color: #4c0519d9; +} + .bg-rose-950\\/90 { background-color: #4c0519e6; } @@ -26522,6 +36386,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0f2fe; } +.bg-sky-100\\/15 { + background-color: #e0f2fe26; +} + .bg-sky-100\\/20 { background-color: #e0f2fe33; } @@ -26534,10 +36402,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0f2fe4d; } +.bg-sky-100\\/35 { + background-color: #e0f2fe59; +} + .bg-sky-100\\/40 { background-color: #e0f2fe66; } +.bg-sky-100\\/45 { + background-color: #e0f2fe73; +} + .bg-sky-100\\/5 { background-color: #e0f2fe0d; } @@ -26546,10 +36422,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0f2fe80; } +.bg-sky-100\\/55 { + background-color: #e0f2fe8c; +} + .bg-sky-100\\/60 { background-color: #e0f2fe99; } +.bg-sky-100\\/65 { + background-color: #e0f2fea6; +} + .bg-sky-100\\/70 { background-color: #e0f2feb3; } @@ -26562,6 +36446,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e0f2fecc; } +.bg-sky-100\\/85 { + background-color: #e0f2fed9; +} + .bg-sky-100\\/90 { background-color: #e0f2fee6; } @@ -26587,6 +36475,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bae6fd; } +.bg-sky-200\\/15 { + background-color: #bae6fd26; +} + .bg-sky-200\\/20 { background-color: #bae6fd33; } @@ -26599,10 +36491,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bae6fd4d; } +.bg-sky-200\\/35 { + background-color: #bae6fd59; +} + .bg-sky-200\\/40 { background-color: #bae6fd66; } +.bg-sky-200\\/45 { + background-color: #bae6fd73; +} + .bg-sky-200\\/5 { background-color: #bae6fd0d; } @@ -26611,10 +36511,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bae6fd80; } +.bg-sky-200\\/55 { + background-color: #bae6fd8c; +} + .bg-sky-200\\/60 { background-color: #bae6fd99; } +.bg-sky-200\\/65 { + background-color: #bae6fda6; +} + .bg-sky-200\\/70 { background-color: #bae6fdb3; } @@ -26627,6 +36535,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #bae6fdcc; } +.bg-sky-200\\/85 { + background-color: #bae6fdd9; +} + .bg-sky-200\\/90 { background-color: #bae6fde6; } @@ -26652,6 +36564,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7dd3fc; } +.bg-sky-300\\/15 { + background-color: #7dd3fc26; +} + .bg-sky-300\\/20 { background-color: #7dd3fc33; } @@ -26664,10 +36580,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7dd3fc4d; } +.bg-sky-300\\/35 { + background-color: #7dd3fc59; +} + .bg-sky-300\\/40 { background-color: #7dd3fc66; } +.bg-sky-300\\/45 { + background-color: #7dd3fc73; +} + .bg-sky-300\\/5 { background-color: #7dd3fc0d; } @@ -26676,10 +36600,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7dd3fc80; } +.bg-sky-300\\/55 { + background-color: #7dd3fc8c; +} + .bg-sky-300\\/60 { background-color: #7dd3fc99; } +.bg-sky-300\\/65 { + background-color: #7dd3fca6; +} + .bg-sky-300\\/70 { background-color: #7dd3fcb3; } @@ -26692,6 +36624,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7dd3fccc; } +.bg-sky-300\\/85 { + background-color: #7dd3fcd9; +} + .bg-sky-300\\/90 { background-color: #7dd3fce6; } @@ -26717,6 +36653,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #38bdf8; } +.bg-sky-400\\/15 { + background-color: #38bdf826; +} + .bg-sky-400\\/20 { background-color: #38bdf833; } @@ -26729,10 +36669,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #38bdf84d; } +.bg-sky-400\\/35 { + background-color: #38bdf859; +} + .bg-sky-400\\/40 { background-color: #38bdf866; } +.bg-sky-400\\/45 { + background-color: #38bdf873; +} + .bg-sky-400\\/5 { background-color: #38bdf80d; } @@ -26741,10 +36689,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #38bdf880; } +.bg-sky-400\\/55 { + background-color: #38bdf88c; +} + .bg-sky-400\\/60 { background-color: #38bdf899; } +.bg-sky-400\\/65 { + background-color: #38bdf8a6; +} + .bg-sky-400\\/70 { background-color: #38bdf8b3; } @@ -26757,6 +36713,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #38bdf8cc; } +.bg-sky-400\\/85 { + background-color: #38bdf8d9; +} + .bg-sky-400\\/90 { background-color: #38bdf8e6; } @@ -26782,6 +36742,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0f9ff; } +.bg-sky-50\\/15 { + background-color: #f0f9ff26; +} + .bg-sky-50\\/20 { background-color: #f0f9ff33; } @@ -26794,10 +36758,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0f9ff4d; } +.bg-sky-50\\/35 { + background-color: #f0f9ff59; +} + .bg-sky-50\\/40 { background-color: #f0f9ff66; } +.bg-sky-50\\/45 { + background-color: #f0f9ff73; +} + .bg-sky-50\\/5 { background-color: #f0f9ff0d; } @@ -26806,10 +36778,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0f9ff80; } +.bg-sky-50\\/55 { + background-color: #f0f9ff8c; +} + .bg-sky-50\\/60 { background-color: #f0f9ff99; } +.bg-sky-50\\/65 { + background-color: #f0f9ffa6; +} + .bg-sky-50\\/70 { background-color: #f0f9ffb3; } @@ -26822,6 +36802,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0f9ffcc; } +.bg-sky-50\\/85 { + background-color: #f0f9ffd9; +} + .bg-sky-50\\/90 { background-color: #f0f9ffe6; } @@ -26847,6 +36831,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0ea5e9; } +.bg-sky-500\\/15 { + background-color: #0ea5e926; +} + .bg-sky-500\\/20 { background-color: #0ea5e933; } @@ -26859,10 +36847,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0ea5e94d; } +.bg-sky-500\\/35 { + background-color: #0ea5e959; +} + .bg-sky-500\\/40 { background-color: #0ea5e966; } +.bg-sky-500\\/45 { + background-color: #0ea5e973; +} + .bg-sky-500\\/5 { background-color: #0ea5e90d; } @@ -26871,10 +36867,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0ea5e980; } +.bg-sky-500\\/55 { + background-color: #0ea5e98c; +} + .bg-sky-500\\/60 { background-color: #0ea5e999; } +.bg-sky-500\\/65 { + background-color: #0ea5e9a6; +} + .bg-sky-500\\/70 { background-color: #0ea5e9b3; } @@ -26887,6 +36891,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0ea5e9cc; } +.bg-sky-500\\/85 { + background-color: #0ea5e9d9; +} + .bg-sky-500\\/90 { background-color: #0ea5e9e6; } @@ -26912,6 +36920,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0284c7; } +.bg-sky-600\\/15 { + background-color: #0284c726; +} + .bg-sky-600\\/20 { background-color: #0284c733; } @@ -26924,10 +36936,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0284c74d; } +.bg-sky-600\\/35 { + background-color: #0284c759; +} + .bg-sky-600\\/40 { background-color: #0284c766; } +.bg-sky-600\\/45 { + background-color: #0284c773; +} + .bg-sky-600\\/5 { background-color: #0284c70d; } @@ -26936,10 +36956,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0284c780; } +.bg-sky-600\\/55 { + background-color: #0284c78c; +} + .bg-sky-600\\/60 { background-color: #0284c799; } +.bg-sky-600\\/65 { + background-color: #0284c7a6; +} + .bg-sky-600\\/70 { background-color: #0284c7b3; } @@ -26952,6 +36980,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0284c7cc; } +.bg-sky-600\\/85 { + background-color: #0284c7d9; +} + .bg-sky-600\\/90 { background-color: #0284c7e6; } @@ -26977,6 +37009,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0369a1; } +.bg-sky-700\\/15 { + background-color: #0369a126; +} + .bg-sky-700\\/20 { background-color: #0369a133; } @@ -26989,10 +37025,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0369a14d; } +.bg-sky-700\\/35 { + background-color: #0369a159; +} + .bg-sky-700\\/40 { background-color: #0369a166; } +.bg-sky-700\\/45 { + background-color: #0369a173; +} + .bg-sky-700\\/5 { background-color: #0369a10d; } @@ -27001,10 +37045,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0369a180; } +.bg-sky-700\\/55 { + background-color: #0369a18c; +} + .bg-sky-700\\/60 { background-color: #0369a199; } +.bg-sky-700\\/65 { + background-color: #0369a1a6; +} + .bg-sky-700\\/70 { background-color: #0369a1b3; } @@ -27017,6 +37069,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0369a1cc; } +.bg-sky-700\\/85 { + background-color: #0369a1d9; +} + .bg-sky-700\\/90 { background-color: #0369a1e6; } @@ -27042,6 +37098,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #075985; } +.bg-sky-800\\/15 { + background-color: #07598526; +} + .bg-sky-800\\/20 { background-color: #07598533; } @@ -27054,10 +37114,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0759854d; } +.bg-sky-800\\/35 { + background-color: #07598559; +} + .bg-sky-800\\/40 { background-color: #07598566; } +.bg-sky-800\\/45 { + background-color: #07598573; +} + .bg-sky-800\\/5 { background-color: #0759850d; } @@ -27066,10 +37134,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #07598580; } +.bg-sky-800\\/55 { + background-color: #0759858c; +} + .bg-sky-800\\/60 { background-color: #07598599; } +.bg-sky-800\\/65 { + background-color: #075985a6; +} + .bg-sky-800\\/70 { background-color: #075985b3; } @@ -27082,6 +37158,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #075985cc; } +.bg-sky-800\\/85 { + background-color: #075985d9; +} + .bg-sky-800\\/90 { background-color: #075985e6; } @@ -27107,6 +37187,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c4a6e; } +.bg-sky-900\\/15 { + background-color: #0c4a6e26; +} + .bg-sky-900\\/20 { background-color: #0c4a6e33; } @@ -27119,10 +37203,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c4a6e4d; } +.bg-sky-900\\/35 { + background-color: #0c4a6e59; +} + .bg-sky-900\\/40 { background-color: #0c4a6e66; } +.bg-sky-900\\/45 { + background-color: #0c4a6e73; +} + .bg-sky-900\\/5 { background-color: #0c4a6e0d; } @@ -27131,10 +37223,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c4a6e80; } +.bg-sky-900\\/55 { + background-color: #0c4a6e8c; +} + .bg-sky-900\\/60 { background-color: #0c4a6e99; } +.bg-sky-900\\/65 { + background-color: #0c4a6ea6; +} + .bg-sky-900\\/70 { background-color: #0c4a6eb3; } @@ -27147,6 +37247,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c4a6ecc; } +.bg-sky-900\\/85 { + background-color: #0c4a6ed9; +} + .bg-sky-900\\/90 { background-color: #0c4a6ee6; } @@ -27172,6 +37276,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #082f49; } +.bg-sky-950\\/15 { + background-color: #082f4926; +} + .bg-sky-950\\/20 { background-color: #082f4933; } @@ -27184,10 +37292,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #082f494d; } +.bg-sky-950\\/35 { + background-color: #082f4959; +} + .bg-sky-950\\/40 { background-color: #082f4966; } +.bg-sky-950\\/45 { + background-color: #082f4973; +} + .bg-sky-950\\/5 { background-color: #082f490d; } @@ -27196,10 +37312,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #082f4980; } +.bg-sky-950\\/55 { + background-color: #082f498c; +} + .bg-sky-950\\/60 { background-color: #082f4999; } +.bg-sky-950\\/65 { + background-color: #082f49a6; +} + .bg-sky-950\\/70 { background-color: #082f49b3; } @@ -27212,6 +37336,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #082f49cc; } +.bg-sky-950\\/85 { + background-color: #082f49d9; +} + .bg-sky-950\\/90 { background-color: #082f49e6; } @@ -27237,6 +37365,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f1f5f9; } +.bg-slate-100\\/15 { + background-color: #f1f5f926; +} + .bg-slate-100\\/20 { background-color: #f1f5f933; } @@ -27249,10 +37381,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f1f5f94d; } +.bg-slate-100\\/35 { + background-color: #f1f5f959; +} + .bg-slate-100\\/40 { background-color: #f1f5f966; } +.bg-slate-100\\/45 { + background-color: #f1f5f973; +} + .bg-slate-100\\/5 { background-color: #f1f5f90d; } @@ -27261,10 +37401,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f1f5f980; } +.bg-slate-100\\/55 { + background-color: #f1f5f98c; +} + .bg-slate-100\\/60 { background-color: #f1f5f999; } +.bg-slate-100\\/65 { + background-color: #f1f5f9a6; +} + .bg-slate-100\\/70 { background-color: #f1f5f9b3; } @@ -27277,6 +37425,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f1f5f9cc; } +.bg-slate-100\\/85 { + background-color: #f1f5f9d9; +} + .bg-slate-100\\/90 { background-color: #f1f5f9e6; } @@ -27302,6 +37454,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e2e8f0; } +.bg-slate-200\\/15 { + background-color: #e2e8f026; +} + .bg-slate-200\\/20 { background-color: #e2e8f033; } @@ -27314,10 +37470,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e2e8f04d; } +.bg-slate-200\\/35 { + background-color: #e2e8f059; +} + .bg-slate-200\\/40 { background-color: #e2e8f066; } +.bg-slate-200\\/45 { + background-color: #e2e8f073; +} + .bg-slate-200\\/5 { background-color: #e2e8f00d; } @@ -27326,10 +37490,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e2e8f080; } +.bg-slate-200\\/55 { + background-color: #e2e8f08c; +} + .bg-slate-200\\/60 { background-color: #e2e8f099; } +.bg-slate-200\\/65 { + background-color: #e2e8f0a6; +} + .bg-slate-200\\/70 { background-color: #e2e8f0b3; } @@ -27342,6 +37514,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e2e8f0cc; } +.bg-slate-200\\/85 { + background-color: #e2e8f0d9; +} + .bg-slate-200\\/90 { background-color: #e2e8f0e6; } @@ -27367,6 +37543,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cbd5e1; } +.bg-slate-300\\/15 { + background-color: #cbd5e126; +} + .bg-slate-300\\/20 { background-color: #cbd5e133; } @@ -27379,10 +37559,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cbd5e14d; } +.bg-slate-300\\/35 { + background-color: #cbd5e159; +} + .bg-slate-300\\/40 { background-color: #cbd5e166; } +.bg-slate-300\\/45 { + background-color: #cbd5e173; +} + .bg-slate-300\\/5 { background-color: #cbd5e10d; } @@ -27391,10 +37579,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cbd5e180; } +.bg-slate-300\\/55 { + background-color: #cbd5e18c; +} + .bg-slate-300\\/60 { background-color: #cbd5e199; } +.bg-slate-300\\/65 { + background-color: #cbd5e1a6; +} + .bg-slate-300\\/70 { background-color: #cbd5e1b3; } @@ -27407,6 +37603,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #cbd5e1cc; } +.bg-slate-300\\/85 { + background-color: #cbd5e1d9; +} + .bg-slate-300\\/90 { background-color: #cbd5e1e6; } @@ -27432,6 +37632,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #94a3b8; } +.bg-slate-400\\/15 { + background-color: #94a3b826; +} + .bg-slate-400\\/20 { background-color: #94a3b833; } @@ -27444,10 +37648,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #94a3b84d; } +.bg-slate-400\\/35 { + background-color: #94a3b859; +} + .bg-slate-400\\/40 { background-color: #94a3b866; } +.bg-slate-400\\/45 { + background-color: #94a3b873; +} + .bg-slate-400\\/5 { background-color: #94a3b80d; } @@ -27456,10 +37668,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #94a3b880; } +.bg-slate-400\\/55 { + background-color: #94a3b88c; +} + .bg-slate-400\\/60 { background-color: #94a3b899; } +.bg-slate-400\\/65 { + background-color: #94a3b8a6; +} + .bg-slate-400\\/70 { background-color: #94a3b8b3; } @@ -27472,6 +37692,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #94a3b8cc; } +.bg-slate-400\\/85 { + background-color: #94a3b8d9; +} + .bg-slate-400\\/90 { background-color: #94a3b8e6; } @@ -27497,6 +37721,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f8fafc; } +.bg-slate-50\\/15 { + background-color: #f8fafc26; +} + .bg-slate-50\\/20 { background-color: #f8fafc33; } @@ -27509,10 +37737,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f8fafc4d; } +.bg-slate-50\\/35 { + background-color: #f8fafc59; +} + .bg-slate-50\\/40 { background-color: #f8fafc66; } +.bg-slate-50\\/45 { + background-color: #f8fafc73; +} + .bg-slate-50\\/5 { background-color: #f8fafc0d; } @@ -27521,10 +37757,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f8fafc80; } +.bg-slate-50\\/55 { + background-color: #f8fafc8c; +} + .bg-slate-50\\/60 { background-color: #f8fafc99; } +.bg-slate-50\\/65 { + background-color: #f8fafca6; +} + .bg-slate-50\\/70 { background-color: #f8fafcb3; } @@ -27537,6 +37781,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f8fafccc; } +.bg-slate-50\\/85 { + background-color: #f8fafcd9; +} + .bg-slate-50\\/90 { background-color: #f8fafce6; } @@ -27562,6 +37810,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #64748b; } +.bg-slate-500\\/15 { + background-color: #64748b26; +} + .bg-slate-500\\/20 { background-color: #64748b33; } @@ -27574,10 +37826,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #64748b4d; } +.bg-slate-500\\/35 { + background-color: #64748b59; +} + .bg-slate-500\\/40 { background-color: #64748b66; } +.bg-slate-500\\/45 { + background-color: #64748b73; +} + .bg-slate-500\\/5 { background-color: #64748b0d; } @@ -27586,10 +37846,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #64748b80; } +.bg-slate-500\\/55 { + background-color: #64748b8c; +} + .bg-slate-500\\/60 { background-color: #64748b99; } +.bg-slate-500\\/65 { + background-color: #64748ba6; +} + .bg-slate-500\\/70 { background-color: #64748bb3; } @@ -27602,6 +37870,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #64748bcc; } +.bg-slate-500\\/85 { + background-color: #64748bd9; +} + .bg-slate-500\\/90 { background-color: #64748be6; } @@ -27627,6 +37899,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #475569; } +.bg-slate-600\\/15 { + background-color: #47556926; +} + .bg-slate-600\\/20 { background-color: #47556933; } @@ -27639,10 +37915,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4755694d; } +.bg-slate-600\\/35 { + background-color: #47556959; +} + .bg-slate-600\\/40 { background-color: #47556966; } +.bg-slate-600\\/45 { + background-color: #47556973; +} + .bg-slate-600\\/5 { background-color: #4755690d; } @@ -27651,10 +37935,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #47556980; } +.bg-slate-600\\/55 { + background-color: #4755698c; +} + .bg-slate-600\\/60 { background-color: #47556999; } +.bg-slate-600\\/65 { + background-color: #475569a6; +} + .bg-slate-600\\/70 { background-color: #475569b3; } @@ -27667,6 +37959,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #475569cc; } +.bg-slate-600\\/85 { + background-color: #475569d9; +} + .bg-slate-600\\/90 { background-color: #475569e6; } @@ -27692,6 +37988,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #334155; } +.bg-slate-700\\/15 { + background-color: #33415526; +} + .bg-slate-700\\/20 { background-color: #33415533; } @@ -27704,10 +38004,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3341554d; } +.bg-slate-700\\/35 { + background-color: #33415559; +} + .bg-slate-700\\/40 { background-color: #33415566; } +.bg-slate-700\\/45 { + background-color: #33415573; +} + .bg-slate-700\\/5 { background-color: #3341550d; } @@ -27716,10 +38024,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #33415580; } +.bg-slate-700\\/55 { + background-color: #3341558c; +} + .bg-slate-700\\/60 { background-color: #33415599; } +.bg-slate-700\\/65 { + background-color: #334155a6; +} + .bg-slate-700\\/70 { background-color: #334155b3; } @@ -27732,6 +38048,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #334155cc; } +.bg-slate-700\\/85 { + background-color: #334155d9; +} + .bg-slate-700\\/90 { background-color: #334155e6; } @@ -27757,6 +38077,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e293b; } +.bg-slate-800\\/15 { + background-color: #1e293b26; +} + .bg-slate-800\\/20 { background-color: #1e293b33; } @@ -27769,10 +38093,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e293b4d; } +.bg-slate-800\\/35 { + background-color: #1e293b59; +} + .bg-slate-800\\/40 { background-color: #1e293b66; } +.bg-slate-800\\/45 { + background-color: #1e293b73; +} + .bg-slate-800\\/5 { background-color: #1e293b0d; } @@ -27781,10 +38113,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e293b80; } +.bg-slate-800\\/55 { + background-color: #1e293b8c; +} + .bg-slate-800\\/60 { background-color: #1e293b99; } +.bg-slate-800\\/65 { + background-color: #1e293ba6; +} + .bg-slate-800\\/70 { background-color: #1e293bb3; } @@ -27797,6 +38137,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1e293bcc; } +.bg-slate-800\\/85 { + background-color: #1e293bd9; +} + .bg-slate-800\\/90 { background-color: #1e293be6; } @@ -27822,6 +38166,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f172a; } +.bg-slate-900\\/15 { + background-color: #0f172a26; +} + .bg-slate-900\\/20 { background-color: #0f172a33; } @@ -27834,10 +38182,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f172a4d; } +.bg-slate-900\\/35 { + background-color: #0f172a59; +} + .bg-slate-900\\/40 { background-color: #0f172a66; } +.bg-slate-900\\/45 { + background-color: #0f172a73; +} + .bg-slate-900\\/5 { background-color: #0f172a0d; } @@ -27846,10 +38202,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f172a80; } +.bg-slate-900\\/55 { + background-color: #0f172a8c; +} + .bg-slate-900\\/60 { background-color: #0f172a99; } +.bg-slate-900\\/65 { + background-color: #0f172aa6; +} + .bg-slate-900\\/70 { background-color: #0f172ab3; } @@ -27862,6 +38226,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f172acc; } +.bg-slate-900\\/85 { + background-color: #0f172ad9; +} + .bg-slate-900\\/90 { background-color: #0f172ae6; } @@ -27887,6 +38255,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #020617; } +.bg-slate-950\\/15 { + background-color: #02061726; +} + .bg-slate-950\\/20 { background-color: #02061733; } @@ -27899,10 +38271,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0206174d; } +.bg-slate-950\\/35 { + background-color: #02061759; +} + .bg-slate-950\\/40 { background-color: #02061766; } +.bg-slate-950\\/45 { + background-color: #02061773; +} + .bg-slate-950\\/5 { background-color: #0206170d; } @@ -27911,10 +38291,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #02061780; } +.bg-slate-950\\/55 { + background-color: #0206178c; +} + .bg-slate-950\\/60 { background-color: #02061799; } +.bg-slate-950\\/65 { + background-color: #020617a6; +} + .bg-slate-950\\/70 { background-color: #020617b3; } @@ -27927,6 +38315,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #020617cc; } +.bg-slate-950\\/85 { + background-color: #020617d9; +} + .bg-slate-950\\/90 { background-color: #020617e6; } @@ -27952,6 +38344,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f4; } +.bg-stone-100\\/15 { + background-color: #f5f5f426; +} + .bg-stone-100\\/20 { background-color: #f5f5f433; } @@ -27964,10 +38360,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f44d; } +.bg-stone-100\\/35 { + background-color: #f5f5f459; +} + .bg-stone-100\\/40 { background-color: #f5f5f466; } +.bg-stone-100\\/45 { + background-color: #f5f5f473; +} + .bg-stone-100\\/5 { background-color: #f5f5f40d; } @@ -27976,10 +38380,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f480; } +.bg-stone-100\\/55 { + background-color: #f5f5f48c; +} + .bg-stone-100\\/60 { background-color: #f5f5f499; } +.bg-stone-100\\/65 { + background-color: #f5f5f4a6; +} + .bg-stone-100\\/70 { background-color: #f5f5f4b3; } @@ -27992,6 +38404,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f5f4cc; } +.bg-stone-100\\/85 { + background-color: #f5f5f4d9; +} + .bg-stone-100\\/90 { background-color: #f5f5f4e6; } @@ -28017,6 +38433,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e7e5e4; } +.bg-stone-200\\/15 { + background-color: #e7e5e426; +} + .bg-stone-200\\/20 { background-color: #e7e5e433; } @@ -28029,10 +38449,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e7e5e44d; } +.bg-stone-200\\/35 { + background-color: #e7e5e459; +} + .bg-stone-200\\/40 { background-color: #e7e5e466; } +.bg-stone-200\\/45 { + background-color: #e7e5e473; +} + .bg-stone-200\\/5 { background-color: #e7e5e40d; } @@ -28041,10 +38469,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e7e5e480; } +.bg-stone-200\\/55 { + background-color: #e7e5e48c; +} + .bg-stone-200\\/60 { background-color: #e7e5e499; } +.bg-stone-200\\/65 { + background-color: #e7e5e4a6; +} + .bg-stone-200\\/70 { background-color: #e7e5e4b3; } @@ -28057,6 +38493,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e7e5e4cc; } +.bg-stone-200\\/85 { + background-color: #e7e5e4d9; +} + .bg-stone-200\\/90 { background-color: #e7e5e4e6; } @@ -28082,6 +38522,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d6d3d1; } +.bg-stone-300\\/15 { + background-color: #d6d3d126; +} + .bg-stone-300\\/20 { background-color: #d6d3d133; } @@ -28094,10 +38538,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d6d3d14d; } +.bg-stone-300\\/35 { + background-color: #d6d3d159; +} + .bg-stone-300\\/40 { background-color: #d6d3d166; } +.bg-stone-300\\/45 { + background-color: #d6d3d173; +} + .bg-stone-300\\/5 { background-color: #d6d3d10d; } @@ -28106,10 +38558,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d6d3d180; } +.bg-stone-300\\/55 { + background-color: #d6d3d18c; +} + .bg-stone-300\\/60 { background-color: #d6d3d199; } +.bg-stone-300\\/65 { + background-color: #d6d3d1a6; +} + .bg-stone-300\\/70 { background-color: #d6d3d1b3; } @@ -28122,6 +38582,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d6d3d1cc; } +.bg-stone-300\\/85 { + background-color: #d6d3d1d9; +} + .bg-stone-300\\/90 { background-color: #d6d3d1e6; } @@ -28147,6 +38611,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a8a29e; } +.bg-stone-400\\/15 { + background-color: #a8a29e26; +} + .bg-stone-400\\/20 { background-color: #a8a29e33; } @@ -28159,10 +38627,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a8a29e4d; } +.bg-stone-400\\/35 { + background-color: #a8a29e59; +} + .bg-stone-400\\/40 { background-color: #a8a29e66; } +.bg-stone-400\\/45 { + background-color: #a8a29e73; +} + .bg-stone-400\\/5 { background-color: #a8a29e0d; } @@ -28171,10 +38647,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a8a29e80; } +.bg-stone-400\\/55 { + background-color: #a8a29e8c; +} + .bg-stone-400\\/60 { background-color: #a8a29e99; } +.bg-stone-400\\/65 { + background-color: #a8a29ea6; +} + .bg-stone-400\\/70 { background-color: #a8a29eb3; } @@ -28187,6 +38671,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a8a29ecc; } +.bg-stone-400\\/85 { + background-color: #a8a29ed9; +} + .bg-stone-400\\/90 { background-color: #a8a29ee6; } @@ -28212,6 +38700,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafaf9; } +.bg-stone-50\\/15 { + background-color: #fafaf926; +} + .bg-stone-50\\/20 { background-color: #fafaf933; } @@ -28224,10 +38716,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafaf94d; } +.bg-stone-50\\/35 { + background-color: #fafaf959; +} + .bg-stone-50\\/40 { background-color: #fafaf966; } +.bg-stone-50\\/45 { + background-color: #fafaf973; +} + .bg-stone-50\\/5 { background-color: #fafaf90d; } @@ -28236,10 +38736,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafaf980; } +.bg-stone-50\\/55 { + background-color: #fafaf98c; +} + .bg-stone-50\\/60 { background-color: #fafaf999; } +.bg-stone-50\\/65 { + background-color: #fafaf9a6; +} + .bg-stone-50\\/70 { background-color: #fafaf9b3; } @@ -28252,6 +38760,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafaf9cc; } +.bg-stone-50\\/85 { + background-color: #fafaf9d9; +} + .bg-stone-50\\/90 { background-color: #fafaf9e6; } @@ -28277,6 +38789,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78716c; } +.bg-stone-500\\/15 { + background-color: #78716c26; +} + .bg-stone-500\\/20 { background-color: #78716c33; } @@ -28289,10 +38805,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78716c4d; } +.bg-stone-500\\/35 { + background-color: #78716c59; +} + .bg-stone-500\\/40 { background-color: #78716c66; } +.bg-stone-500\\/45 { + background-color: #78716c73; +} + .bg-stone-500\\/5 { background-color: #78716c0d; } @@ -28301,10 +38825,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78716c80; } +.bg-stone-500\\/55 { + background-color: #78716c8c; +} + .bg-stone-500\\/60 { background-color: #78716c99; } +.bg-stone-500\\/65 { + background-color: #78716ca6; +} + .bg-stone-500\\/70 { background-color: #78716cb3; } @@ -28317,6 +38849,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #78716ccc; } +.bg-stone-500\\/85 { + background-color: #78716cd9; +} + .bg-stone-500\\/90 { background-color: #78716ce6; } @@ -28342,6 +38878,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #57534e; } +.bg-stone-600\\/15 { + background-color: #57534e26; +} + .bg-stone-600\\/20 { background-color: #57534e33; } @@ -28354,10 +38894,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #57534e4d; } +.bg-stone-600\\/35 { + background-color: #57534e59; +} + .bg-stone-600\\/40 { background-color: #57534e66; } +.bg-stone-600\\/45 { + background-color: #57534e73; +} + .bg-stone-600\\/5 { background-color: #57534e0d; } @@ -28366,10 +38914,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #57534e80; } +.bg-stone-600\\/55 { + background-color: #57534e8c; +} + .bg-stone-600\\/60 { background-color: #57534e99; } +.bg-stone-600\\/65 { + background-color: #57534ea6; +} + .bg-stone-600\\/70 { background-color: #57534eb3; } @@ -28382,6 +38938,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #57534ecc; } +.bg-stone-600\\/85 { + background-color: #57534ed9; +} + .bg-stone-600\\/90 { background-color: #57534ee6; } @@ -28407,6 +38967,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #44403c; } +.bg-stone-700\\/15 { + background-color: #44403c26; +} + .bg-stone-700\\/20 { background-color: #44403c33; } @@ -28419,10 +38983,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #44403c4d; } +.bg-stone-700\\/35 { + background-color: #44403c59; +} + .bg-stone-700\\/40 { background-color: #44403c66; } +.bg-stone-700\\/45 { + background-color: #44403c73; +} + .bg-stone-700\\/5 { background-color: #44403c0d; } @@ -28431,10 +39003,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #44403c80; } +.bg-stone-700\\/55 { + background-color: #44403c8c; +} + .bg-stone-700\\/60 { background-color: #44403c99; } +.bg-stone-700\\/65 { + background-color: #44403ca6; +} + .bg-stone-700\\/70 { background-color: #44403cb3; } @@ -28447,6 +39027,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #44403ccc; } +.bg-stone-700\\/85 { + background-color: #44403cd9; +} + .bg-stone-700\\/90 { background-color: #44403ce6; } @@ -28472,6 +39056,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #292524; } +.bg-stone-800\\/15 { + background-color: #29252426; +} + .bg-stone-800\\/20 { background-color: #29252433; } @@ -28484,10 +39072,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2925244d; } +.bg-stone-800\\/35 { + background-color: #29252459; +} + .bg-stone-800\\/40 { background-color: #29252466; } +.bg-stone-800\\/45 { + background-color: #29252473; +} + .bg-stone-800\\/5 { background-color: #2925240d; } @@ -28496,10 +39092,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #29252480; } +.bg-stone-800\\/55 { + background-color: #2925248c; +} + .bg-stone-800\\/60 { background-color: #29252499; } +.bg-stone-800\\/65 { + background-color: #292524a6; +} + .bg-stone-800\\/70 { background-color: #292524b3; } @@ -28512,6 +39116,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #292524cc; } +.bg-stone-800\\/85 { + background-color: #292524d9; +} + .bg-stone-800\\/90 { background-color: #292524e6; } @@ -28537,6 +39145,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1c1917; } +.bg-stone-900\\/15 { + background-color: #1c191726; +} + .bg-stone-900\\/20 { background-color: #1c191733; } @@ -28549,10 +39161,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1c19174d; } +.bg-stone-900\\/35 { + background-color: #1c191759; +} + .bg-stone-900\\/40 { background-color: #1c191766; } +.bg-stone-900\\/45 { + background-color: #1c191773; +} + .bg-stone-900\\/5 { background-color: #1c19170d; } @@ -28561,10 +39181,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1c191780; } +.bg-stone-900\\/55 { + background-color: #1c19178c; +} + .bg-stone-900\\/60 { background-color: #1c191799; } +.bg-stone-900\\/65 { + background-color: #1c1917a6; +} + .bg-stone-900\\/70 { background-color: #1c1917b3; } @@ -28577,6 +39205,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #1c1917cc; } +.bg-stone-900\\/85 { + background-color: #1c1917d9; +} + .bg-stone-900\\/90 { background-color: #1c1917e6; } @@ -28602,6 +39234,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c0a09; } +.bg-stone-950\\/15 { + background-color: #0c0a0926; +} + .bg-stone-950\\/20 { background-color: #0c0a0933; } @@ -28614,10 +39250,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c0a094d; } +.bg-stone-950\\/35 { + background-color: #0c0a0959; +} + .bg-stone-950\\/40 { background-color: #0c0a0966; } +.bg-stone-950\\/45 { + background-color: #0c0a0973; +} + .bg-stone-950\\/5 { background-color: #0c0a090d; } @@ -28626,10 +39270,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c0a0980; } +.bg-stone-950\\/55 { + background-color: #0c0a098c; +} + .bg-stone-950\\/60 { background-color: #0c0a0999; } +.bg-stone-950\\/65 { + background-color: #0c0a09a6; +} + .bg-stone-950\\/70 { background-color: #0c0a09b3; } @@ -28642,6 +39294,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0c0a09cc; } +.bg-stone-950\\/85 { + background-color: #0c0a09d9; +} + .bg-stone-950\\/90 { background-color: #0c0a09e6; } @@ -28667,6 +39323,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ccfbf1; } +.bg-teal-100\\/15 { + background-color: #ccfbf126; +} + .bg-teal-100\\/20 { background-color: #ccfbf133; } @@ -28679,10 +39339,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ccfbf14d; } +.bg-teal-100\\/35 { + background-color: #ccfbf159; +} + .bg-teal-100\\/40 { background-color: #ccfbf166; } +.bg-teal-100\\/45 { + background-color: #ccfbf173; +} + .bg-teal-100\\/5 { background-color: #ccfbf10d; } @@ -28691,10 +39359,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ccfbf180; } +.bg-teal-100\\/55 { + background-color: #ccfbf18c; +} + .bg-teal-100\\/60 { background-color: #ccfbf199; } +.bg-teal-100\\/65 { + background-color: #ccfbf1a6; +} + .bg-teal-100\\/70 { background-color: #ccfbf1b3; } @@ -28707,6 +39383,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ccfbf1cc; } +.bg-teal-100\\/85 { + background-color: #ccfbf1d9; +} + .bg-teal-100\\/90 { background-color: #ccfbf1e6; } @@ -28732,6 +39412,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #99f6e4; } +.bg-teal-200\\/15 { + background-color: #99f6e426; +} + .bg-teal-200\\/20 { background-color: #99f6e433; } @@ -28744,10 +39428,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #99f6e44d; } +.bg-teal-200\\/35 { + background-color: #99f6e459; +} + .bg-teal-200\\/40 { background-color: #99f6e466; } +.bg-teal-200\\/45 { + background-color: #99f6e473; +} + .bg-teal-200\\/5 { background-color: #99f6e40d; } @@ -28756,10 +39448,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #99f6e480; } +.bg-teal-200\\/55 { + background-color: #99f6e48c; +} + .bg-teal-200\\/60 { background-color: #99f6e499; } +.bg-teal-200\\/65 { + background-color: #99f6e4a6; +} + .bg-teal-200\\/70 { background-color: #99f6e4b3; } @@ -28772,6 +39472,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #99f6e4cc; } +.bg-teal-200\\/85 { + background-color: #99f6e4d9; +} + .bg-teal-200\\/90 { background-color: #99f6e4e6; } @@ -28797,6 +39501,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5eead4; } +.bg-teal-300\\/15 { + background-color: #5eead426; +} + .bg-teal-300\\/20 { background-color: #5eead433; } @@ -28809,10 +39517,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5eead44d; } +.bg-teal-300\\/35 { + background-color: #5eead459; +} + .bg-teal-300\\/40 { background-color: #5eead466; } +.bg-teal-300\\/45 { + background-color: #5eead473; +} + .bg-teal-300\\/5 { background-color: #5eead40d; } @@ -28821,10 +39537,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5eead480; } +.bg-teal-300\\/55 { + background-color: #5eead48c; +} + .bg-teal-300\\/60 { background-color: #5eead499; } +.bg-teal-300\\/65 { + background-color: #5eead4a6; +} + .bg-teal-300\\/70 { background-color: #5eead4b3; } @@ -28837,6 +39561,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5eead4cc; } +.bg-teal-300\\/85 { + background-color: #5eead4d9; +} + .bg-teal-300\\/90 { background-color: #5eead4e6; } @@ -28862,6 +39590,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2dd4bf; } +.bg-teal-400\\/15 { + background-color: #2dd4bf26; +} + .bg-teal-400\\/20 { background-color: #2dd4bf33; } @@ -28874,10 +39606,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2dd4bf4d; } +.bg-teal-400\\/35 { + background-color: #2dd4bf59; +} + .bg-teal-400\\/40 { background-color: #2dd4bf66; } +.bg-teal-400\\/45 { + background-color: #2dd4bf73; +} + .bg-teal-400\\/5 { background-color: #2dd4bf0d; } @@ -28886,10 +39626,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2dd4bf80; } +.bg-teal-400\\/55 { + background-color: #2dd4bf8c; +} + .bg-teal-400\\/60 { background-color: #2dd4bf99; } +.bg-teal-400\\/65 { + background-color: #2dd4bfa6; +} + .bg-teal-400\\/70 { background-color: #2dd4bfb3; } @@ -28902,6 +39650,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2dd4bfcc; } +.bg-teal-400\\/85 { + background-color: #2dd4bfd9; +} + .bg-teal-400\\/90 { background-color: #2dd4bfe6; } @@ -28927,6 +39679,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdfa; } +.bg-teal-50\\/15 { + background-color: #f0fdfa26; +} + .bg-teal-50\\/20 { background-color: #f0fdfa33; } @@ -28939,10 +39695,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdfa4d; } +.bg-teal-50\\/35 { + background-color: #f0fdfa59; +} + .bg-teal-50\\/40 { background-color: #f0fdfa66; } +.bg-teal-50\\/45 { + background-color: #f0fdfa73; +} + .bg-teal-50\\/5 { background-color: #f0fdfa0d; } @@ -28951,10 +39715,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdfa80; } +.bg-teal-50\\/55 { + background-color: #f0fdfa8c; +} + .bg-teal-50\\/60 { background-color: #f0fdfa99; } +.bg-teal-50\\/65 { + background-color: #f0fdfaa6; +} + .bg-teal-50\\/70 { background-color: #f0fdfab3; } @@ -28967,6 +39739,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f0fdfacc; } +.bg-teal-50\\/85 { + background-color: #f0fdfad9; +} + .bg-teal-50\\/90 { background-color: #f0fdfae6; } @@ -28992,6 +39768,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14b8a6; } +.bg-teal-500\\/15 { + background-color: #14b8a626; +} + .bg-teal-500\\/20 { background-color: #14b8a633; } @@ -29004,10 +39784,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14b8a64d; } +.bg-teal-500\\/35 { + background-color: #14b8a659; +} + .bg-teal-500\\/40 { background-color: #14b8a666; } +.bg-teal-500\\/45 { + background-color: #14b8a673; +} + .bg-teal-500\\/5 { background-color: #14b8a60d; } @@ -29016,10 +39804,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14b8a680; } +.bg-teal-500\\/55 { + background-color: #14b8a68c; +} + .bg-teal-500\\/60 { background-color: #14b8a699; } +.bg-teal-500\\/65 { + background-color: #14b8a6a6; +} + .bg-teal-500\\/70 { background-color: #14b8a6b3; } @@ -29032,6 +39828,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #14b8a6cc; } +.bg-teal-500\\/85 { + background-color: #14b8a6d9; +} + .bg-teal-500\\/90 { background-color: #14b8a6e6; } @@ -29057,6 +39857,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0d9488; } +.bg-teal-600\\/15 { + background-color: #0d948826; +} + .bg-teal-600\\/20 { background-color: #0d948833; } @@ -29069,10 +39873,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0d94884d; } +.bg-teal-600\\/35 { + background-color: #0d948859; +} + .bg-teal-600\\/40 { background-color: #0d948866; } +.bg-teal-600\\/45 { + background-color: #0d948873; +} + .bg-teal-600\\/5 { background-color: #0d94880d; } @@ -29081,10 +39893,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0d948880; } +.bg-teal-600\\/55 { + background-color: #0d94888c; +} + .bg-teal-600\\/60 { background-color: #0d948899; } +.bg-teal-600\\/65 { + background-color: #0d9488a6; +} + .bg-teal-600\\/70 { background-color: #0d9488b3; } @@ -29097,6 +39917,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0d9488cc; } +.bg-teal-600\\/85 { + background-color: #0d9488d9; +} + .bg-teal-600\\/90 { background-color: #0d9488e6; } @@ -29122,6 +39946,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f766e; } +.bg-teal-700\\/15 { + background-color: #0f766e26; +} + .bg-teal-700\\/20 { background-color: #0f766e33; } @@ -29134,10 +39962,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f766e4d; } +.bg-teal-700\\/35 { + background-color: #0f766e59; +} + .bg-teal-700\\/40 { background-color: #0f766e66; } +.bg-teal-700\\/45 { + background-color: #0f766e73; +} + .bg-teal-700\\/5 { background-color: #0f766e0d; } @@ -29146,10 +39982,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f766e80; } +.bg-teal-700\\/55 { + background-color: #0f766e8c; +} + .bg-teal-700\\/60 { background-color: #0f766e99; } +.bg-teal-700\\/65 { + background-color: #0f766ea6; +} + .bg-teal-700\\/70 { background-color: #0f766eb3; } @@ -29162,6 +40006,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0f766ecc; } +.bg-teal-700\\/85 { + background-color: #0f766ed9; +} + .bg-teal-700\\/90 { background-color: #0f766ee6; } @@ -29187,6 +40035,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #115e59; } +.bg-teal-800\\/15 { + background-color: #115e5926; +} + .bg-teal-800\\/20 { background-color: #115e5933; } @@ -29199,10 +40051,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #115e594d; } +.bg-teal-800\\/35 { + background-color: #115e5959; +} + .bg-teal-800\\/40 { background-color: #115e5966; } +.bg-teal-800\\/45 { + background-color: #115e5973; +} + .bg-teal-800\\/5 { background-color: #115e590d; } @@ -29211,10 +40071,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #115e5980; } +.bg-teal-800\\/55 { + background-color: #115e598c; +} + .bg-teal-800\\/60 { background-color: #115e5999; } +.bg-teal-800\\/65 { + background-color: #115e59a6; +} + .bg-teal-800\\/70 { background-color: #115e59b3; } @@ -29227,6 +40095,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #115e59cc; } +.bg-teal-800\\/85 { + background-color: #115e59d9; +} + .bg-teal-800\\/90 { background-color: #115e59e6; } @@ -29252,6 +40124,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #134e4a; } +.bg-teal-900\\/15 { + background-color: #134e4a26; +} + .bg-teal-900\\/20 { background-color: #134e4a33; } @@ -29264,10 +40140,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #134e4a4d; } +.bg-teal-900\\/35 { + background-color: #134e4a59; +} + .bg-teal-900\\/40 { background-color: #134e4a66; } +.bg-teal-900\\/45 { + background-color: #134e4a73; +} + .bg-teal-900\\/5 { background-color: #134e4a0d; } @@ -29276,10 +40160,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #134e4a80; } +.bg-teal-900\\/55 { + background-color: #134e4a8c; +} + .bg-teal-900\\/60 { background-color: #134e4a99; } +.bg-teal-900\\/65 { + background-color: #134e4aa6; +} + .bg-teal-900\\/70 { background-color: #134e4ab3; } @@ -29292,6 +40184,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #134e4acc; } +.bg-teal-900\\/85 { + background-color: #134e4ad9; +} + .bg-teal-900\\/90 { background-color: #134e4ae6; } @@ -29317,6 +40213,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #042f2e; } +.bg-teal-950\\/15 { + background-color: #042f2e26; +} + .bg-teal-950\\/20 { background-color: #042f2e33; } @@ -29329,10 +40229,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #042f2e4d; } +.bg-teal-950\\/35 { + background-color: #042f2e59; +} + .bg-teal-950\\/40 { background-color: #042f2e66; } +.bg-teal-950\\/45 { + background-color: #042f2e73; +} + .bg-teal-950\\/5 { background-color: #042f2e0d; } @@ -29341,10 +40249,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #042f2e80; } +.bg-teal-950\\/55 { + background-color: #042f2e8c; +} + .bg-teal-950\\/60 { background-color: #042f2e99; } +.bg-teal-950\\/65 { + background-color: #042f2ea6; +} + .bg-teal-950\\/70 { background-color: #042f2eb3; } @@ -29357,6 +40273,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #042f2ecc; } +.bg-teal-950\\/85 { + background-color: #042f2ed9; +} + .bg-teal-950\\/90 { background-color: #042f2ee6; } @@ -29377,6 +40297,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #000; } +.bg-transparent\\/15 { + background-color: #00000026; +} + .bg-transparent\\/20 { background-color: #0003; } @@ -29389,10 +40313,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #0000004d; } +.bg-transparent\\/35 { + background-color: #00000059; +} + .bg-transparent\\/40 { background-color: #0006; } +.bg-transparent\\/45 { + background-color: #00000073; +} + .bg-transparent\\/5 { background-color: #0000000d; } @@ -29401,10 +40333,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #00000080; } +.bg-transparent\\/55 { + background-color: #0000008c; +} + .bg-transparent\\/60 { background-color: #0009; } +.bg-transparent\\/65 { + background-color: #000000a6; +} + .bg-transparent\\/70 { background-color: #000000b3; } @@ -29417,6 +40357,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #000c; } +.bg-transparent\\/85 { + background-color: #000000d9; +} + .bg-transparent\\/90 { background-color: #000000e6; } @@ -29442,6 +40386,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ede9fe; } +.bg-violet-100\\/15 { + background-color: #ede9fe26; +} + .bg-violet-100\\/20 { background-color: #ede9fe33; } @@ -29454,10 +40402,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ede9fe4d; } +.bg-violet-100\\/35 { + background-color: #ede9fe59; +} + .bg-violet-100\\/40 { background-color: #ede9fe66; } +.bg-violet-100\\/45 { + background-color: #ede9fe73; +} + .bg-violet-100\\/5 { background-color: #ede9fe0d; } @@ -29466,10 +40422,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ede9fe80; } +.bg-violet-100\\/55 { + background-color: #ede9fe8c; +} + .bg-violet-100\\/60 { background-color: #ede9fe99; } +.bg-violet-100\\/65 { + background-color: #ede9fea6; +} + .bg-violet-100\\/70 { background-color: #ede9feb3; } @@ -29482,6 +40446,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ede9fecc; } +.bg-violet-100\\/85 { + background-color: #ede9fed9; +} + .bg-violet-100\\/90 { background-color: #ede9fee6; } @@ -29507,6 +40475,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ddd6fe; } +.bg-violet-200\\/15 { + background-color: #ddd6fe26; +} + .bg-violet-200\\/20 { background-color: #ddd6fe33; } @@ -29519,10 +40491,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ddd6fe4d; } +.bg-violet-200\\/35 { + background-color: #ddd6fe59; +} + .bg-violet-200\\/40 { background-color: #ddd6fe66; } +.bg-violet-200\\/45 { + background-color: #ddd6fe73; +} + .bg-violet-200\\/5 { background-color: #ddd6fe0d; } @@ -29531,10 +40511,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ddd6fe80; } +.bg-violet-200\\/55 { + background-color: #ddd6fe8c; +} + .bg-violet-200\\/60 { background-color: #ddd6fe99; } +.bg-violet-200\\/65 { + background-color: #ddd6fea6; +} + .bg-violet-200\\/70 { background-color: #ddd6feb3; } @@ -29547,6 +40535,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ddd6fecc; } +.bg-violet-200\\/85 { + background-color: #ddd6fed9; +} + .bg-violet-200\\/90 { background-color: #ddd6fee6; } @@ -29572,6 +40564,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c4b5fd; } +.bg-violet-300\\/15 { + background-color: #c4b5fd26; +} + .bg-violet-300\\/20 { background-color: #c4b5fd33; } @@ -29584,10 +40580,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c4b5fd4d; } +.bg-violet-300\\/35 { + background-color: #c4b5fd59; +} + .bg-violet-300\\/40 { background-color: #c4b5fd66; } +.bg-violet-300\\/45 { + background-color: #c4b5fd73; +} + .bg-violet-300\\/5 { background-color: #c4b5fd0d; } @@ -29596,10 +40600,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c4b5fd80; } +.bg-violet-300\\/55 { + background-color: #c4b5fd8c; +} + .bg-violet-300\\/60 { background-color: #c4b5fd99; } +.bg-violet-300\\/65 { + background-color: #c4b5fda6; +} + .bg-violet-300\\/70 { background-color: #c4b5fdb3; } @@ -29612,6 +40624,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #c4b5fdcc; } +.bg-violet-300\\/85 { + background-color: #c4b5fdd9; +} + .bg-violet-300\\/90 { background-color: #c4b5fde6; } @@ -29637,6 +40653,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a78bfa; } +.bg-violet-400\\/15 { + background-color: #a78bfa26; +} + .bg-violet-400\\/20 { background-color: #a78bfa33; } @@ -29649,10 +40669,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a78bfa4d; } +.bg-violet-400\\/35 { + background-color: #a78bfa59; +} + .bg-violet-400\\/40 { background-color: #a78bfa66; } +.bg-violet-400\\/45 { + background-color: #a78bfa73; +} + .bg-violet-400\\/5 { background-color: #a78bfa0d; } @@ -29661,10 +40689,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a78bfa80; } +.bg-violet-400\\/55 { + background-color: #a78bfa8c; +} + .bg-violet-400\\/60 { background-color: #a78bfa99; } +.bg-violet-400\\/65 { + background-color: #a78bfaa6; +} + .bg-violet-400\\/70 { background-color: #a78bfab3; } @@ -29677,6 +40713,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a78bfacc; } +.bg-violet-400\\/85 { + background-color: #a78bfad9; +} + .bg-violet-400\\/90 { background-color: #a78bfae6; } @@ -29702,6 +40742,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f3ff; } +.bg-violet-50\\/15 { + background-color: #f5f3ff26; +} + .bg-violet-50\\/20 { background-color: #f5f3ff33; } @@ -29714,10 +40758,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f3ff4d; } +.bg-violet-50\\/35 { + background-color: #f5f3ff59; +} + .bg-violet-50\\/40 { background-color: #f5f3ff66; } +.bg-violet-50\\/45 { + background-color: #f5f3ff73; +} + .bg-violet-50\\/5 { background-color: #f5f3ff0d; } @@ -29726,10 +40778,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f3ff80; } +.bg-violet-50\\/55 { + background-color: #f5f3ff8c; +} + .bg-violet-50\\/60 { background-color: #f5f3ff99; } +.bg-violet-50\\/65 { + background-color: #f5f3ffa6; +} + .bg-violet-50\\/70 { background-color: #f5f3ffb3; } @@ -29742,6 +40802,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f5f3ffcc; } +.bg-violet-50\\/85 { + background-color: #f5f3ffd9; +} + .bg-violet-50\\/90 { background-color: #f5f3ffe6; } @@ -29767,6 +40831,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #8b5cf6; } +.bg-violet-500\\/15 { + background-color: #8b5cf626; +} + .bg-violet-500\\/20 { background-color: #8b5cf633; } @@ -29779,10 +40847,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #8b5cf64d; } +.bg-violet-500\\/35 { + background-color: #8b5cf659; +} + .bg-violet-500\\/40 { background-color: #8b5cf666; } +.bg-violet-500\\/45 { + background-color: #8b5cf673; +} + .bg-violet-500\\/5 { background-color: #8b5cf60d; } @@ -29791,10 +40867,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #8b5cf680; } +.bg-violet-500\\/55 { + background-color: #8b5cf68c; +} + .bg-violet-500\\/60 { background-color: #8b5cf699; } +.bg-violet-500\\/65 { + background-color: #8b5cf6a6; +} + .bg-violet-500\\/70 { background-color: #8b5cf6b3; } @@ -29807,6 +40891,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #8b5cf6cc; } +.bg-violet-500\\/85 { + background-color: #8b5cf6d9; +} + .bg-violet-500\\/90 { background-color: #8b5cf6e6; } @@ -29832,6 +40920,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c3aed; } +.bg-violet-600\\/15 { + background-color: #7c3aed26; +} + .bg-violet-600\\/20 { background-color: #7c3aed33; } @@ -29844,10 +40936,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c3aed4d; } +.bg-violet-600\\/35 { + background-color: #7c3aed59; +} + .bg-violet-600\\/40 { background-color: #7c3aed66; } +.bg-violet-600\\/45 { + background-color: #7c3aed73; +} + .bg-violet-600\\/5 { background-color: #7c3aed0d; } @@ -29856,10 +40956,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c3aed80; } +.bg-violet-600\\/55 { + background-color: #7c3aed8c; +} + .bg-violet-600\\/60 { background-color: #7c3aed99; } +.bg-violet-600\\/65 { + background-color: #7c3aeda6; +} + .bg-violet-600\\/70 { background-color: #7c3aedb3; } @@ -29872,6 +40980,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #7c3aedcc; } +.bg-violet-600\\/85 { + background-color: #7c3aedd9; +} + .bg-violet-600\\/90 { background-color: #7c3aede6; } @@ -29897,6 +41009,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6d28d9; } +.bg-violet-700\\/15 { + background-color: #6d28d926; +} + .bg-violet-700\\/20 { background-color: #6d28d933; } @@ -29909,10 +41025,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6d28d94d; } +.bg-violet-700\\/35 { + background-color: #6d28d959; +} + .bg-violet-700\\/40 { background-color: #6d28d966; } +.bg-violet-700\\/45 { + background-color: #6d28d973; +} + .bg-violet-700\\/5 { background-color: #6d28d90d; } @@ -29921,10 +41045,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6d28d980; } +.bg-violet-700\\/55 { + background-color: #6d28d98c; +} + .bg-violet-700\\/60 { background-color: #6d28d999; } +.bg-violet-700\\/65 { + background-color: #6d28d9a6; +} + .bg-violet-700\\/70 { background-color: #6d28d9b3; } @@ -29937,6 +41069,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #6d28d9cc; } +.bg-violet-700\\/85 { + background-color: #6d28d9d9; +} + .bg-violet-700\\/90 { background-color: #6d28d9e6; } @@ -29962,6 +41098,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5b21b6; } +.bg-violet-800\\/15 { + background-color: #5b21b626; +} + .bg-violet-800\\/20 { background-color: #5b21b633; } @@ -29974,10 +41114,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5b21b64d; } +.bg-violet-800\\/35 { + background-color: #5b21b659; +} + .bg-violet-800\\/40 { background-color: #5b21b666; } +.bg-violet-800\\/45 { + background-color: #5b21b673; +} + .bg-violet-800\\/5 { background-color: #5b21b60d; } @@ -29986,10 +41134,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5b21b680; } +.bg-violet-800\\/55 { + background-color: #5b21b68c; +} + .bg-violet-800\\/60 { background-color: #5b21b699; } +.bg-violet-800\\/65 { + background-color: #5b21b6a6; +} + .bg-violet-800\\/70 { background-color: #5b21b6b3; } @@ -30002,6 +41158,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #5b21b6cc; } +.bg-violet-800\\/85 { + background-color: #5b21b6d9; +} + .bg-violet-800\\/90 { background-color: #5b21b6e6; } @@ -30027,6 +41187,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c1d95; } +.bg-violet-900\\/15 { + background-color: #4c1d9526; +} + .bg-violet-900\\/20 { background-color: #4c1d9533; } @@ -30039,10 +41203,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c1d954d; } +.bg-violet-900\\/35 { + background-color: #4c1d9559; +} + .bg-violet-900\\/40 { background-color: #4c1d9566; } +.bg-violet-900\\/45 { + background-color: #4c1d9573; +} + .bg-violet-900\\/5 { background-color: #4c1d950d; } @@ -30051,10 +41223,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c1d9580; } +.bg-violet-900\\/55 { + background-color: #4c1d958c; +} + .bg-violet-900\\/60 { background-color: #4c1d9599; } +.bg-violet-900\\/65 { + background-color: #4c1d95a6; +} + .bg-violet-900\\/70 { background-color: #4c1d95b3; } @@ -30067,6 +41247,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4c1d95cc; } +.bg-violet-900\\/85 { + background-color: #4c1d95d9; +} + .bg-violet-900\\/90 { background-color: #4c1d95e6; } @@ -30092,6 +41276,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2e1065; } +.bg-violet-950\\/15 { + background-color: #2e106526; +} + .bg-violet-950\\/20 { background-color: #2e106533; } @@ -30104,10 +41292,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2e10654d; } +.bg-violet-950\\/35 { + background-color: #2e106559; +} + .bg-violet-950\\/40 { background-color: #2e106566; } +.bg-violet-950\\/45 { + background-color: #2e106573; +} + .bg-violet-950\\/5 { background-color: #2e10650d; } @@ -30116,10 +41312,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2e106580; } +.bg-violet-950\\/55 { + background-color: #2e10658c; +} + .bg-violet-950\\/60 { background-color: #2e106599; } +.bg-violet-950\\/65 { + background-color: #2e1065a6; +} + .bg-violet-950\\/70 { background-color: #2e1065b3; } @@ -30132,6 +41336,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #2e1065cc; } +.bg-violet-950\\/85 { + background-color: #2e1065d9; +} + .bg-violet-950\\/90 { background-color: #2e1065e6; } @@ -30157,6 +41365,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fff; } +.bg-white\\/15 { + background-color: #ffffff26; +} + .bg-white\\/20 { background-color: #fff3; } @@ -30169,10 +41381,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffffff4d; } +.bg-white\\/35 { + background-color: #ffffff59; +} + .bg-white\\/40 { background-color: #fff6; } +.bg-white\\/45 { + background-color: #ffffff73; +} + .bg-white\\/5 { background-color: #ffffff0d; } @@ -30181,10 +41401,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ffffff80; } +.bg-white\\/55 { + background-color: #ffffff8c; +} + .bg-white\\/60 { background-color: #fff9; } +.bg-white\\/65 { + background-color: #ffffffa6; +} + .bg-white\\/70 { background-color: #ffffffb3; } @@ -30197,6 +41425,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fffc; } +.bg-white\\/85 { + background-color: #ffffffd9; +} + .bg-white\\/90 { background-color: #ffffffe6; } @@ -30222,6 +41454,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef9c3; } +.bg-yellow-100\\/15 { + background-color: #fef9c326; +} + .bg-yellow-100\\/20 { background-color: #fef9c333; } @@ -30234,10 +41470,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef9c34d; } +.bg-yellow-100\\/35 { + background-color: #fef9c359; +} + .bg-yellow-100\\/40 { background-color: #fef9c366; } +.bg-yellow-100\\/45 { + background-color: #fef9c373; +} + .bg-yellow-100\\/5 { background-color: #fef9c30d; } @@ -30246,10 +41490,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef9c380; } +.bg-yellow-100\\/55 { + background-color: #fef9c38c; +} + .bg-yellow-100\\/60 { background-color: #fef9c399; } +.bg-yellow-100\\/65 { + background-color: #fef9c3a6; +} + .bg-yellow-100\\/70 { background-color: #fef9c3b3; } @@ -30262,6 +41514,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef9c3cc; } +.bg-yellow-100\\/85 { + background-color: #fef9c3d9; +} + .bg-yellow-100\\/90 { background-color: #fef9c3e6; } @@ -30287,6 +41543,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef08a; } +.bg-yellow-200\\/15 { + background-color: #fef08a26; +} + .bg-yellow-200\\/20 { background-color: #fef08a33; } @@ -30299,10 +41559,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef08a4d; } +.bg-yellow-200\\/35 { + background-color: #fef08a59; +} + .bg-yellow-200\\/40 { background-color: #fef08a66; } +.bg-yellow-200\\/45 { + background-color: #fef08a73; +} + .bg-yellow-200\\/5 { background-color: #fef08a0d; } @@ -30311,10 +41579,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef08a80; } +.bg-yellow-200\\/55 { + background-color: #fef08a8c; +} + .bg-yellow-200\\/60 { background-color: #fef08a99; } +.bg-yellow-200\\/65 { + background-color: #fef08aa6; +} + .bg-yellow-200\\/70 { background-color: #fef08ab3; } @@ -30327,6 +41603,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fef08acc; } +.bg-yellow-200\\/85 { + background-color: #fef08ad9; +} + .bg-yellow-200\\/90 { background-color: #fef08ae6; } @@ -30352,6 +41632,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde047; } +.bg-yellow-300\\/15 { + background-color: #fde04726; +} + .bg-yellow-300\\/20 { background-color: #fde04733; } @@ -30364,10 +41648,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde0474d; } +.bg-yellow-300\\/35 { + background-color: #fde04759; +} + .bg-yellow-300\\/40 { background-color: #fde04766; } +.bg-yellow-300\\/45 { + background-color: #fde04773; +} + .bg-yellow-300\\/5 { background-color: #fde0470d; } @@ -30376,10 +41668,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde04780; } +.bg-yellow-300\\/55 { + background-color: #fde0478c; +} + .bg-yellow-300\\/60 { background-color: #fde04799; } +.bg-yellow-300\\/65 { + background-color: #fde047a6; +} + .bg-yellow-300\\/70 { background-color: #fde047b3; } @@ -30392,6 +41692,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fde047cc; } +.bg-yellow-300\\/85 { + background-color: #fde047d9; +} + .bg-yellow-300\\/90 { background-color: #fde047e6; } @@ -30417,6 +41721,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #facc15; } +.bg-yellow-400\\/15 { + background-color: #facc1526; +} + .bg-yellow-400\\/20 { background-color: #facc1533; } @@ -30429,10 +41737,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #facc154d; } +.bg-yellow-400\\/35 { + background-color: #facc1559; +} + .bg-yellow-400\\/40 { background-color: #facc1566; } +.bg-yellow-400\\/45 { + background-color: #facc1573; +} + .bg-yellow-400\\/5 { background-color: #facc150d; } @@ -30441,10 +41757,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #facc1580; } +.bg-yellow-400\\/55 { + background-color: #facc158c; +} + .bg-yellow-400\\/60 { background-color: #facc1599; } +.bg-yellow-400\\/65 { + background-color: #facc15a6; +} + .bg-yellow-400\\/70 { background-color: #facc15b3; } @@ -30457,6 +41781,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #facc15cc; } +.bg-yellow-400\\/85 { + background-color: #facc15d9; +} + .bg-yellow-400\\/90 { background-color: #facc15e6; } @@ -30482,6 +41810,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fefce8; } +.bg-yellow-50\\/15 { + background-color: #fefce826; +} + .bg-yellow-50\\/20 { background-color: #fefce833; } @@ -30494,10 +41826,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fefce84d; } +.bg-yellow-50\\/35 { + background-color: #fefce859; +} + .bg-yellow-50\\/40 { background-color: #fefce866; } +.bg-yellow-50\\/45 { + background-color: #fefce873; +} + .bg-yellow-50\\/5 { background-color: #fefce80d; } @@ -30506,10 +41846,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fefce880; } +.bg-yellow-50\\/55 { + background-color: #fefce88c; +} + .bg-yellow-50\\/60 { background-color: #fefce899; } +.bg-yellow-50\\/65 { + background-color: #fefce8a6; +} + .bg-yellow-50\\/70 { background-color: #fefce8b3; } @@ -30522,6 +41870,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fefce8cc; } +.bg-yellow-50\\/85 { + background-color: #fefce8d9; +} + .bg-yellow-50\\/90 { background-color: #fefce8e6; } @@ -30547,6 +41899,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eab308; } +.bg-yellow-500\\/15 { + background-color: #eab30826; +} + .bg-yellow-500\\/20 { background-color: #eab30833; } @@ -30559,10 +41915,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eab3084d; } +.bg-yellow-500\\/35 { + background-color: #eab30859; +} + .bg-yellow-500\\/40 { background-color: #eab30866; } +.bg-yellow-500\\/45 { + background-color: #eab30873; +} + .bg-yellow-500\\/5 { background-color: #eab3080d; } @@ -30571,10 +41935,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eab30880; } +.bg-yellow-500\\/55 { + background-color: #eab3088c; +} + .bg-yellow-500\\/60 { background-color: #eab30899; } +.bg-yellow-500\\/65 { + background-color: #eab308a6; +} + .bg-yellow-500\\/70 { background-color: #eab308b3; } @@ -30587,6 +41959,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #eab308cc; } +.bg-yellow-500\\/85 { + background-color: #eab308d9; +} + .bg-yellow-500\\/90 { background-color: #eab308e6; } @@ -30612,6 +41988,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ca8a04; } +.bg-yellow-600\\/15 { + background-color: #ca8a0426; +} + .bg-yellow-600\\/20 { background-color: #ca8a0433; } @@ -30624,10 +42004,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ca8a044d; } +.bg-yellow-600\\/35 { + background-color: #ca8a0459; +} + .bg-yellow-600\\/40 { background-color: #ca8a0466; } +.bg-yellow-600\\/45 { + background-color: #ca8a0473; +} + .bg-yellow-600\\/5 { background-color: #ca8a040d; } @@ -30636,10 +42024,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ca8a0480; } +.bg-yellow-600\\/55 { + background-color: #ca8a048c; +} + .bg-yellow-600\\/60 { background-color: #ca8a0499; } +.bg-yellow-600\\/65 { + background-color: #ca8a04a6; +} + .bg-yellow-600\\/70 { background-color: #ca8a04b3; } @@ -30652,6 +42048,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #ca8a04cc; } +.bg-yellow-600\\/85 { + background-color: #ca8a04d9; +} + .bg-yellow-600\\/90 { background-color: #ca8a04e6; } @@ -30677,6 +42077,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a16207; } +.bg-yellow-700\\/15 { + background-color: #a1620726; +} + .bg-yellow-700\\/20 { background-color: #a1620733; } @@ -30689,10 +42093,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a162074d; } +.bg-yellow-700\\/35 { + background-color: #a1620759; +} + .bg-yellow-700\\/40 { background-color: #a1620766; } +.bg-yellow-700\\/45 { + background-color: #a1620773; +} + .bg-yellow-700\\/5 { background-color: #a162070d; } @@ -30701,10 +42113,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a1620780; } +.bg-yellow-700\\/55 { + background-color: #a162078c; +} + .bg-yellow-700\\/60 { background-color: #a1620799; } +.bg-yellow-700\\/65 { + background-color: #a16207a6; +} + .bg-yellow-700\\/70 { background-color: #a16207b3; } @@ -30717,6 +42137,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a16207cc; } +.bg-yellow-700\\/85 { + background-color: #a16207d9; +} + .bg-yellow-700\\/90 { background-color: #a16207e6; } @@ -30742,6 +42166,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #854d0e; } +.bg-yellow-800\\/15 { + background-color: #854d0e26; +} + .bg-yellow-800\\/20 { background-color: #854d0e33; } @@ -30754,10 +42182,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #854d0e4d; } +.bg-yellow-800\\/35 { + background-color: #854d0e59; +} + .bg-yellow-800\\/40 { background-color: #854d0e66; } +.bg-yellow-800\\/45 { + background-color: #854d0e73; +} + .bg-yellow-800\\/5 { background-color: #854d0e0d; } @@ -30766,10 +42202,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #854d0e80; } +.bg-yellow-800\\/55 { + background-color: #854d0e8c; +} + .bg-yellow-800\\/60 { background-color: #854d0e99; } +.bg-yellow-800\\/65 { + background-color: #854d0ea6; +} + .bg-yellow-800\\/70 { background-color: #854d0eb3; } @@ -30782,6 +42226,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #854d0ecc; } +.bg-yellow-800\\/85 { + background-color: #854d0ed9; +} + .bg-yellow-800\\/90 { background-color: #854d0ee6; } @@ -30807,6 +42255,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #713f12; } +.bg-yellow-900\\/15 { + background-color: #713f1226; +} + .bg-yellow-900\\/20 { background-color: #713f1233; } @@ -30819,10 +42271,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #713f124d; } +.bg-yellow-900\\/35 { + background-color: #713f1259; +} + .bg-yellow-900\\/40 { background-color: #713f1266; } +.bg-yellow-900\\/45 { + background-color: #713f1273; +} + .bg-yellow-900\\/5 { background-color: #713f120d; } @@ -30831,10 +42291,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #713f1280; } +.bg-yellow-900\\/55 { + background-color: #713f128c; +} + .bg-yellow-900\\/60 { background-color: #713f1299; } +.bg-yellow-900\\/65 { + background-color: #713f12a6; +} + .bg-yellow-900\\/70 { background-color: #713f12b3; } @@ -30847,6 +42315,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #713f12cc; } +.bg-yellow-900\\/85 { + background-color: #713f12d9; +} + .bg-yellow-900\\/90 { background-color: #713f12e6; } @@ -30872,6 +42344,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #422006; } +.bg-yellow-950\\/15 { + background-color: #42200626; +} + .bg-yellow-950\\/20 { background-color: #42200633; } @@ -30884,10 +42360,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #4220064d; } +.bg-yellow-950\\/35 { + background-color: #42200659; +} + .bg-yellow-950\\/40 { background-color: #42200666; } +.bg-yellow-950\\/45 { + background-color: #42200673; +} + .bg-yellow-950\\/5 { background-color: #4220060d; } @@ -30896,10 +42380,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #42200680; } +.bg-yellow-950\\/55 { + background-color: #4220068c; +} + .bg-yellow-950\\/60 { background-color: #42200699; } +.bg-yellow-950\\/65 { + background-color: #422006a6; +} + .bg-yellow-950\\/70 { background-color: #422006b3; } @@ -30912,6 +42404,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #422006cc; } +.bg-yellow-950\\/85 { + background-color: #422006d9; +} + .bg-yellow-950\\/90 { background-color: #422006e6; } @@ -30937,6 +42433,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f4f4f5; } +.bg-zinc-100\\/15 { + background-color: #f4f4f526; +} + .bg-zinc-100\\/20 { background-color: #f4f4f533; } @@ -30949,10 +42449,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f4f4f54d; } +.bg-zinc-100\\/35 { + background-color: #f4f4f559; +} + .bg-zinc-100\\/40 { background-color: #f4f4f566; } +.bg-zinc-100\\/45 { + background-color: #f4f4f573; +} + .bg-zinc-100\\/5 { background-color: #f4f4f50d; } @@ -30961,10 +42469,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f4f4f580; } +.bg-zinc-100\\/55 { + background-color: #f4f4f58c; +} + .bg-zinc-100\\/60 { background-color: #f4f4f599; } +.bg-zinc-100\\/65 { + background-color: #f4f4f5a6; +} + .bg-zinc-100\\/70 { background-color: #f4f4f5b3; } @@ -30977,6 +42493,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #f4f4f5cc; } +.bg-zinc-100\\/85 { + background-color: #f4f4f5d9; +} + .bg-zinc-100\\/90 { background-color: #f4f4f5e6; } @@ -31002,6 +42522,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e4e4e7; } +.bg-zinc-200\\/15 { + background-color: #e4e4e726; +} + .bg-zinc-200\\/20 { background-color: #e4e4e733; } @@ -31014,10 +42538,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e4e4e74d; } +.bg-zinc-200\\/35 { + background-color: #e4e4e759; +} + .bg-zinc-200\\/40 { background-color: #e4e4e766; } +.bg-zinc-200\\/45 { + background-color: #e4e4e773; +} + .bg-zinc-200\\/5 { background-color: #e4e4e70d; } @@ -31026,10 +42558,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e4e4e780; } +.bg-zinc-200\\/55 { + background-color: #e4e4e78c; +} + .bg-zinc-200\\/60 { background-color: #e4e4e799; } +.bg-zinc-200\\/65 { + background-color: #e4e4e7a6; +} + .bg-zinc-200\\/70 { background-color: #e4e4e7b3; } @@ -31042,6 +42582,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #e4e4e7cc; } +.bg-zinc-200\\/85 { + background-color: #e4e4e7d9; +} + .bg-zinc-200\\/90 { background-color: #e4e4e7e6; } @@ -31067,6 +42611,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d8; } +.bg-zinc-300\\/15 { + background-color: #d4d4d826; +} + .bg-zinc-300\\/20 { background-color: #d4d4d833; } @@ -31079,10 +42627,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d84d; } +.bg-zinc-300\\/35 { + background-color: #d4d4d859; +} + .bg-zinc-300\\/40 { background-color: #d4d4d866; } +.bg-zinc-300\\/45 { + background-color: #d4d4d873; +} + .bg-zinc-300\\/5 { background-color: #d4d4d80d; } @@ -31091,10 +42647,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d880; } +.bg-zinc-300\\/55 { + background-color: #d4d4d88c; +} + .bg-zinc-300\\/60 { background-color: #d4d4d899; } +.bg-zinc-300\\/65 { + background-color: #d4d4d8a6; +} + .bg-zinc-300\\/70 { background-color: #d4d4d8b3; } @@ -31107,6 +42671,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #d4d4d8cc; } +.bg-zinc-300\\/85 { + background-color: #d4d4d8d9; +} + .bg-zinc-300\\/90 { background-color: #d4d4d8e6; } @@ -31132,6 +42700,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a1a1aa; } +.bg-zinc-400\\/15 { + background-color: #a1a1aa26; +} + .bg-zinc-400\\/20 { background-color: #a1a1aa33; } @@ -31144,10 +42716,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a1a1aa4d; } +.bg-zinc-400\\/35 { + background-color: #a1a1aa59; +} + .bg-zinc-400\\/40 { background-color: #a1a1aa66; } +.bg-zinc-400\\/45 { + background-color: #a1a1aa73; +} + .bg-zinc-400\\/5 { background-color: #a1a1aa0d; } @@ -31156,10 +42736,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a1a1aa80; } +.bg-zinc-400\\/55 { + background-color: #a1a1aa8c; +} + .bg-zinc-400\\/60 { background-color: #a1a1aa99; } +.bg-zinc-400\\/65 { + background-color: #a1a1aaa6; +} + .bg-zinc-400\\/70 { background-color: #a1a1aab3; } @@ -31172,6 +42760,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #a1a1aacc; } +.bg-zinc-400\\/85 { + background-color: #a1a1aad9; +} + .bg-zinc-400\\/90 { background-color: #a1a1aae6; } @@ -31197,6 +42789,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafa; } +.bg-zinc-50\\/15 { + background-color: #fafafa26; +} + .bg-zinc-50\\/20 { background-color: #fafafa33; } @@ -31209,10 +42805,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafa4d; } +.bg-zinc-50\\/35 { + background-color: #fafafa59; +} + .bg-zinc-50\\/40 { background-color: #fafafa66; } +.bg-zinc-50\\/45 { + background-color: #fafafa73; +} + .bg-zinc-50\\/5 { background-color: #fafafa0d; } @@ -31221,10 +42825,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafa80; } +.bg-zinc-50\\/55 { + background-color: #fafafa8c; +} + .bg-zinc-50\\/60 { background-color: #fafafa99; } +.bg-zinc-50\\/65 { + background-color: #fafafaa6; +} + .bg-zinc-50\\/70 { background-color: #fafafab3; } @@ -31237,6 +42849,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #fafafacc; } +.bg-zinc-50\\/85 { + background-color: #fafafad9; +} + .bg-zinc-50\\/90 { background-color: #fafafae6; } @@ -31262,6 +42878,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #71717a; } +.bg-zinc-500\\/15 { + background-color: #71717a26; +} + .bg-zinc-500\\/20 { background-color: #71717a33; } @@ -31274,10 +42894,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #71717a4d; } +.bg-zinc-500\\/35 { + background-color: #71717a59; +} + .bg-zinc-500\\/40 { background-color: #71717a66; } +.bg-zinc-500\\/45 { + background-color: #71717a73; +} + .bg-zinc-500\\/5 { background-color: #71717a0d; } @@ -31286,10 +42914,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #71717a80; } +.bg-zinc-500\\/55 { + background-color: #71717a8c; +} + .bg-zinc-500\\/60 { background-color: #71717a99; } +.bg-zinc-500\\/65 { + background-color: #71717aa6; +} + .bg-zinc-500\\/70 { background-color: #71717ab3; } @@ -31302,6 +42938,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #71717acc; } +.bg-zinc-500\\/85 { + background-color: #71717ad9; +} + .bg-zinc-500\\/90 { background-color: #71717ae6; } @@ -31327,6 +42967,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #52525b; } +.bg-zinc-600\\/15 { + background-color: #52525b26; +} + .bg-zinc-600\\/20 { background-color: #52525b33; } @@ -31339,10 +42983,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #52525b4d; } +.bg-zinc-600\\/35 { + background-color: #52525b59; +} + .bg-zinc-600\\/40 { background-color: #52525b66; } +.bg-zinc-600\\/45 { + background-color: #52525b73; +} + .bg-zinc-600\\/5 { background-color: #52525b0d; } @@ -31351,10 +43003,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #52525b80; } +.bg-zinc-600\\/55 { + background-color: #52525b8c; +} + .bg-zinc-600\\/60 { background-color: #52525b99; } +.bg-zinc-600\\/65 { + background-color: #52525ba6; +} + .bg-zinc-600\\/70 { background-color: #52525bb3; } @@ -31367,6 +43027,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #52525bcc; } +.bg-zinc-600\\/85 { + background-color: #52525bd9; +} + .bg-zinc-600\\/90 { background-color: #52525be6; } @@ -31392,6 +43056,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f3f46; } +.bg-zinc-700\\/15 { + background-color: #3f3f4626; +} + .bg-zinc-700\\/20 { background-color: #3f3f4633; } @@ -31404,10 +43072,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f3f464d; } +.bg-zinc-700\\/35 { + background-color: #3f3f4659; +} + .bg-zinc-700\\/40 { background-color: #3f3f4666; } +.bg-zinc-700\\/45 { + background-color: #3f3f4673; +} + .bg-zinc-700\\/5 { background-color: #3f3f460d; } @@ -31416,10 +43092,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f3f4680; } +.bg-zinc-700\\/55 { + background-color: #3f3f468c; +} + .bg-zinc-700\\/60 { background-color: #3f3f4699; } +.bg-zinc-700\\/65 { + background-color: #3f3f46a6; +} + .bg-zinc-700\\/70 { background-color: #3f3f46b3; } @@ -31432,6 +43116,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #3f3f46cc; } +.bg-zinc-700\\/85 { + background-color: #3f3f46d9; +} + .bg-zinc-700\\/90 { background-color: #3f3f46e6; } @@ -31457,6 +43145,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #27272a; } +.bg-zinc-800\\/15 { + background-color: #27272a26; +} + .bg-zinc-800\\/20 { background-color: #27272a33; } @@ -31469,10 +43161,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #27272a4d; } +.bg-zinc-800\\/35 { + background-color: #27272a59; +} + .bg-zinc-800\\/40 { background-color: #27272a66; } +.bg-zinc-800\\/45 { + background-color: #27272a73; +} + .bg-zinc-800\\/5 { background-color: #27272a0d; } @@ -31481,10 +43181,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #27272a80; } +.bg-zinc-800\\/55 { + background-color: #27272a8c; +} + .bg-zinc-800\\/60 { background-color: #27272a99; } +.bg-zinc-800\\/65 { + background-color: #27272aa6; +} + .bg-zinc-800\\/70 { background-color: #27272ab3; } @@ -31497,6 +43205,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #27272acc; } +.bg-zinc-800\\/85 { + background-color: #27272ad9; +} + .bg-zinc-800\\/90 { background-color: #27272ae6; } @@ -31522,6 +43234,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #18181b; } +.bg-zinc-900\\/15 { + background-color: #18181b26; +} + .bg-zinc-900\\/20 { background-color: #18181b33; } @@ -31534,10 +43250,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #18181b4d; } +.bg-zinc-900\\/35 { + background-color: #18181b59; +} + .bg-zinc-900\\/40 { background-color: #18181b66; } +.bg-zinc-900\\/45 { + background-color: #18181b73; +} + .bg-zinc-900\\/5 { background-color: #18181b0d; } @@ -31546,10 +43270,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #18181b80; } +.bg-zinc-900\\/55 { + background-color: #18181b8c; +} + .bg-zinc-900\\/60 { background-color: #18181b99; } +.bg-zinc-900\\/65 { + background-color: #18181ba6; +} + .bg-zinc-900\\/70 { background-color: #18181bb3; } @@ -31562,6 +43294,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #18181bcc; } +.bg-zinc-900\\/85 { + background-color: #18181bd9; +} + .bg-zinc-900\\/90 { background-color: #18181be6; } @@ -31587,6 +43323,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #09090b; } +.bg-zinc-950\\/15 { + background-color: #09090b26; +} + .bg-zinc-950\\/20 { background-color: #09090b33; } @@ -31599,10 +43339,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #09090b4d; } +.bg-zinc-950\\/35 { + background-color: #09090b59; +} + .bg-zinc-950\\/40 { background-color: #09090b66; } +.bg-zinc-950\\/45 { + background-color: #09090b73; +} + .bg-zinc-950\\/5 { background-color: #09090b0d; } @@ -31611,10 +43359,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #09090b80; } +.bg-zinc-950\\/55 { + background-color: #09090b8c; +} + .bg-zinc-950\\/60 { background-color: #09090b99; } +.bg-zinc-950\\/65 { + background-color: #09090ba6; +} + .bg-zinc-950\\/70 { background-color: #09090bb3; } @@ -31627,6 +43383,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` background-color: #09090bcc; } +.bg-zinc-950\\/85 { + background-color: #09090bd9; +} + .bg-zinc-950\\/90 { background-color: #09090be6; } @@ -31647,6 +43407,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` --tw-bg-opacity: 1; } +.bg-opacity-15 { + --tw-bg-opacity: .15; +} + .bg-opacity-20 { --tw-bg-opacity: .2; } @@ -31659,10 +43423,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` --tw-bg-opacity: .3; } +.bg-opacity-35 { + --tw-bg-opacity: .35; +} + .bg-opacity-40 { --tw-bg-opacity: .4; } +.bg-opacity-45 { + --tw-bg-opacity: .45; +} + .bg-opacity-5 { --tw-bg-opacity: .05; } @@ -31671,10 +43443,18 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` --tw-bg-opacity: .5; } +.bg-opacity-55 { + --tw-bg-opacity: .55; +} + .bg-opacity-60 { --tw-bg-opacity: .6; } +.bg-opacity-65 { + --tw-bg-opacity: .65; +} + .bg-opacity-70 { --tw-bg-opacity: .7; } @@ -31687,6 +43467,10 @@ exports[`should test the 'backgroundColor' plugin 2`] = ` --tw-bg-opacity: .8; } +.bg-opacity-85 { + --tw-bg-opacity: .85; +} + .bg-opacity-90 { --tw-bg-opacity: .9; } diff --git a/tests/plugins/__snapshots__/backgroundOpacity.test.js.snap b/tests/plugins/__snapshots__/backgroundOpacity.test.js.snap index ea6f6a6f3f6f..2cec59795b89 100644 --- a/tests/plugins/__snapshots__/backgroundOpacity.test.js.snap +++ b/tests/plugins/__snapshots__/backgroundOpacity.test.js.snap @@ -14,6 +14,10 @@ exports[`should test the 'backgroundOpacity' plugin 1`] = ` --tw-bg-opacity: 1; } +.bg-opacity-15 { + --tw-bg-opacity: .15; +} + .bg-opacity-20 { --tw-bg-opacity: .2; } @@ -26,10 +30,18 @@ exports[`should test the 'backgroundOpacity' plugin 1`] = ` --tw-bg-opacity: .3; } +.bg-opacity-35 { + --tw-bg-opacity: .35; +} + .bg-opacity-40 { --tw-bg-opacity: .4; } +.bg-opacity-45 { + --tw-bg-opacity: .45; +} + .bg-opacity-5 { --tw-bg-opacity: .05; } @@ -38,10 +50,18 @@ exports[`should test the 'backgroundOpacity' plugin 1`] = ` --tw-bg-opacity: .5; } +.bg-opacity-55 { + --tw-bg-opacity: .55; +} + .bg-opacity-60 { --tw-bg-opacity: .6; } +.bg-opacity-65 { + --tw-bg-opacity: .65; +} + .bg-opacity-70 { --tw-bg-opacity: .7; } @@ -54,6 +74,10 @@ exports[`should test the 'backgroundOpacity' plugin 1`] = ` --tw-bg-opacity: .8; } +.bg-opacity-85 { + --tw-bg-opacity: .85; +} + .bg-opacity-90 { --tw-bg-opacity: .9; } diff --git a/tests/plugins/__snapshots__/borderColor.test.js.snap b/tests/plugins/__snapshots__/borderColor.test.js.snap index 1fc7e90f9784..c95bbfda734b 100644 --- a/tests/plugins/__snapshots__/borderColor.test.js.snap +++ b/tests/plugins/__snapshots__/borderColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef3c7; } +.border-amber-100\\/15 { + border-color: #fef3c726; +} + .border-amber-100\\/20 { border-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef3c74d; } +.border-amber-100\\/35 { + border-color: #fef3c759; +} + .border-amber-100\\/40 { border-color: #fef3c766; } +.border-amber-100\\/45 { + border-color: #fef3c773; +} + .border-amber-100\\/5 { border-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef3c780; } +.border-amber-100\\/55 { + border-color: #fef3c78c; +} + .border-amber-100\\/60 { border-color: #fef3c799; } +.border-amber-100\\/65 { + border-color: #fef3c7a6; +} + .border-amber-100\\/70 { border-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef3c7cc; } +.border-amber-100\\/85 { + border-color: #fef3c7d9; +} + .border-amber-100\\/90 { border-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde68a; } +.border-amber-200\\/15 { + border-color: #fde68a26; +} + .border-amber-200\\/20 { border-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde68a4d; } +.border-amber-200\\/35 { + border-color: #fde68a59; +} + .border-amber-200\\/40 { border-color: #fde68a66; } +.border-amber-200\\/45 { + border-color: #fde68a73; +} + .border-amber-200\\/5 { border-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde68a80; } +.border-amber-200\\/55 { + border-color: #fde68a8c; +} + .border-amber-200\\/60 { border-color: #fde68a99; } +.border-amber-200\\/65 { + border-color: #fde68aa6; +} + .border-amber-200\\/70 { border-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde68acc; } +.border-amber-200\\/85 { + border-color: #fde68ad9; +} + .border-amber-200\\/90 { border-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fcd34d; } +.border-amber-300\\/15 { + border-color: #fcd34d26; +} + .border-amber-300\\/20 { border-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fcd34d4d; } +.border-amber-300\\/35 { + border-color: #fcd34d59; +} + .border-amber-300\\/40 { border-color: #fcd34d66; } +.border-amber-300\\/45 { + border-color: #fcd34d73; +} + .border-amber-300\\/5 { border-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fcd34d80; } +.border-amber-300\\/55 { + border-color: #fcd34d8c; +} + .border-amber-300\\/60 { border-color: #fcd34d99; } +.border-amber-300\\/65 { + border-color: #fcd34da6; +} + .border-amber-300\\/70 { border-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fcd34dcc; } +.border-amber-300\\/85 { + border-color: #fcd34dd9; +} + .border-amber-300\\/90 { border-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbbf24; } +.border-amber-400\\/15 { + border-color: #fbbf2426; +} + .border-amber-400\\/20 { border-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbbf244d; } +.border-amber-400\\/35 { + border-color: #fbbf2459; +} + .border-amber-400\\/40 { border-color: #fbbf2466; } +.border-amber-400\\/45 { + border-color: #fbbf2473; +} + .border-amber-400\\/5 { border-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbbf2480; } +.border-amber-400\\/55 { + border-color: #fbbf248c; +} + .border-amber-400\\/60 { border-color: #fbbf2499; } +.border-amber-400\\/65 { + border-color: #fbbf24a6; +} + .border-amber-400\\/70 { border-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbbf24cc; } +.border-amber-400\\/85 { + border-color: #fbbf24d9; +} + .border-amber-400\\/90 { border-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fffbeb; } +.border-amber-50\\/15 { + border-color: #fffbeb26; +} + .border-amber-50\\/20 { border-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fffbeb4d; } +.border-amber-50\\/35 { + border-color: #fffbeb59; +} + .border-amber-50\\/40 { border-color: #fffbeb66; } +.border-amber-50\\/45 { + border-color: #fffbeb73; +} + .border-amber-50\\/5 { border-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fffbeb80; } +.border-amber-50\\/55 { + border-color: #fffbeb8c; +} + .border-amber-50\\/60 { border-color: #fffbeb99; } +.border-amber-50\\/65 { + border-color: #fffbeba6; +} + .border-amber-50\\/70 { border-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fffbebcc; } +.border-amber-50\\/85 { + border-color: #fffbebd9; +} + .border-amber-50\\/90 { border-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f59e0b; } +.border-amber-500\\/15 { + border-color: #f59e0b26; +} + .border-amber-500\\/20 { border-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f59e0b4d; } +.border-amber-500\\/35 { + border-color: #f59e0b59; +} + .border-amber-500\\/40 { border-color: #f59e0b66; } +.border-amber-500\\/45 { + border-color: #f59e0b73; +} + .border-amber-500\\/5 { border-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f59e0b80; } +.border-amber-500\\/55 { + border-color: #f59e0b8c; +} + .border-amber-500\\/60 { border-color: #f59e0b99; } +.border-amber-500\\/65 { + border-color: #f59e0ba6; +} + .border-amber-500\\/70 { border-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f59e0bcc; } +.border-amber-500\\/85 { + border-color: #f59e0bd9; +} + .border-amber-500\\/90 { border-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d97706; } +.border-amber-600\\/15 { + border-color: #d9770626; +} + .border-amber-600\\/20 { border-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d977064d; } +.border-amber-600\\/35 { + border-color: #d9770659; +} + .border-amber-600\\/40 { border-color: #d9770666; } +.border-amber-600\\/45 { + border-color: #d9770673; +} + .border-amber-600\\/5 { border-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d9770680; } +.border-amber-600\\/55 { + border-color: #d977068c; +} + .border-amber-600\\/60 { border-color: #d9770699; } +.border-amber-600\\/65 { + border-color: #d97706a6; +} + .border-amber-600\\/70 { border-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d97706cc; } +.border-amber-600\\/85 { + border-color: #d97706d9; +} + .border-amber-600\\/90 { border-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b45309; } +.border-amber-700\\/15 { + border-color: #b4530926; +} + .border-amber-700\\/20 { border-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b453094d; } +.border-amber-700\\/35 { + border-color: #b4530959; +} + .border-amber-700\\/40 { border-color: #b4530966; } +.border-amber-700\\/45 { + border-color: #b4530973; +} + .border-amber-700\\/5 { border-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b4530980; } +.border-amber-700\\/55 { + border-color: #b453098c; +} + .border-amber-700\\/60 { border-color: #b4530999; } +.border-amber-700\\/65 { + border-color: #b45309a6; +} + .border-amber-700\\/70 { border-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b45309cc; } +.border-amber-700\\/85 { + border-color: #b45309d9; +} + .border-amber-700\\/90 { border-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #92400e; } +.border-amber-800\\/15 { + border-color: #92400e26; +} + .border-amber-800\\/20 { border-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #92400e4d; } +.border-amber-800\\/35 { + border-color: #92400e59; +} + .border-amber-800\\/40 { border-color: #92400e66; } +.border-amber-800\\/45 { + border-color: #92400e73; +} + .border-amber-800\\/5 { border-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #92400e80; } +.border-amber-800\\/55 { + border-color: #92400e8c; +} + .border-amber-800\\/60 { border-color: #92400e99; } +.border-amber-800\\/65 { + border-color: #92400ea6; +} + .border-amber-800\\/70 { border-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #92400ecc; } +.border-amber-800\\/85 { + border-color: #92400ed9; +} + .border-amber-800\\/90 { border-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78350f; } +.border-amber-900\\/15 { + border-color: #78350f26; +} + .border-amber-900\\/20 { border-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78350f4d; } +.border-amber-900\\/35 { + border-color: #78350f59; +} + .border-amber-900\\/40 { border-color: #78350f66; } +.border-amber-900\\/45 { + border-color: #78350f73; +} + .border-amber-900\\/5 { border-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78350f80; } +.border-amber-900\\/55 { + border-color: #78350f8c; +} + .border-amber-900\\/60 { border-color: #78350f99; } +.border-amber-900\\/65 { + border-color: #78350fa6; +} + .border-amber-900\\/70 { border-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78350fcc; } +.border-amber-900\\/85 { + border-color: #78350fd9; +} + .border-amber-900\\/90 { border-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #451a03; } +.border-amber-950\\/15 { + border-color: #451a0326; +} + .border-amber-950\\/20 { border-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #451a034d; } +.border-amber-950\\/35 { + border-color: #451a0359; +} + .border-amber-950\\/40 { border-color: #451a0366; } +.border-amber-950\\/45 { + border-color: #451a0373; +} + .border-amber-950\\/5 { border-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #451a0380; } +.border-amber-950\\/55 { + border-color: #451a038c; +} + .border-amber-950\\/60 { border-color: #451a0399; } +.border-amber-950\\/65 { + border-color: #451a03a6; +} + .border-amber-950\\/70 { border-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #451a03cc; } +.border-amber-950\\/85 { + border-color: #451a03d9; +} + .border-amber-950\\/90 { border-color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #000; } +.border-black\\/15 { + border-color: #00000026; +} + .border-black\\/20 { border-color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0000004d; } +.border-black\\/35 { + border-color: #00000059; +} + .border-black\\/40 { border-color: #0006; } +.border-black\\/45 { + border-color: #00000073; +} + .border-black\\/5 { border-color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #00000080; } +.border-black\\/55 { + border-color: #0000008c; +} + .border-black\\/60 { border-color: #0009; } +.border-black\\/65 { + border-color: #000000a6; +} + .border-black\\/70 { border-color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #000c; } +.border-black\\/85 { + border-color: #000000d9; +} + .border-black\\/90 { border-color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dbeafe; } +.border-blue-100\\/15 { + border-color: #dbeafe26; +} + .border-blue-100\\/20 { border-color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dbeafe4d; } +.border-blue-100\\/35 { + border-color: #dbeafe59; +} + .border-blue-100\\/40 { border-color: #dbeafe66; } +.border-blue-100\\/45 { + border-color: #dbeafe73; +} + .border-blue-100\\/5 { border-color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dbeafe80; } +.border-blue-100\\/55 { + border-color: #dbeafe8c; +} + .border-blue-100\\/60 { border-color: #dbeafe99; } +.border-blue-100\\/65 { + border-color: #dbeafea6; +} + .border-blue-100\\/70 { border-color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dbeafecc; } +.border-blue-100\\/85 { + border-color: #dbeafed9; +} + .border-blue-100\\/90 { border-color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bfdbfe; } +.border-blue-200\\/15 { + border-color: #bfdbfe26; +} + .border-blue-200\\/20 { border-color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bfdbfe4d; } +.border-blue-200\\/35 { + border-color: #bfdbfe59; +} + .border-blue-200\\/40 { border-color: #bfdbfe66; } +.border-blue-200\\/45 { + border-color: #bfdbfe73; +} + .border-blue-200\\/5 { border-color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bfdbfe80; } +.border-blue-200\\/55 { + border-color: #bfdbfe8c; +} + .border-blue-200\\/60 { border-color: #bfdbfe99; } +.border-blue-200\\/65 { + border-color: #bfdbfea6; +} + .border-blue-200\\/70 { border-color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bfdbfecc; } +.border-blue-200\\/85 { + border-color: #bfdbfed9; +} + .border-blue-200\\/90 { border-color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #93c5fd; } +.border-blue-300\\/15 { + border-color: #93c5fd26; +} + .border-blue-300\\/20 { border-color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #93c5fd4d; } +.border-blue-300\\/35 { + border-color: #93c5fd59; +} + .border-blue-300\\/40 { border-color: #93c5fd66; } +.border-blue-300\\/45 { + border-color: #93c5fd73; +} + .border-blue-300\\/5 { border-color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #93c5fd80; } +.border-blue-300\\/55 { + border-color: #93c5fd8c; +} + .border-blue-300\\/60 { border-color: #93c5fd99; } +.border-blue-300\\/65 { + border-color: #93c5fda6; +} + .border-blue-300\\/70 { border-color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #93c5fdcc; } +.border-blue-300\\/85 { + border-color: #93c5fdd9; +} + .border-blue-300\\/90 { border-color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #60a5fa; } +.border-blue-400\\/15 { + border-color: #60a5fa26; +} + .border-blue-400\\/20 { border-color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #60a5fa4d; } +.border-blue-400\\/35 { + border-color: #60a5fa59; +} + .border-blue-400\\/40 { border-color: #60a5fa66; } +.border-blue-400\\/45 { + border-color: #60a5fa73; +} + .border-blue-400\\/5 { border-color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #60a5fa80; } +.border-blue-400\\/55 { + border-color: #60a5fa8c; +} + .border-blue-400\\/60 { border-color: #60a5fa99; } +.border-blue-400\\/65 { + border-color: #60a5faa6; +} + .border-blue-400\\/70 { border-color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #60a5facc; } +.border-blue-400\\/85 { + border-color: #60a5fad9; +} + .border-blue-400\\/90 { border-color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eff6ff; } +.border-blue-50\\/15 { + border-color: #eff6ff26; +} + .border-blue-50\\/20 { border-color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eff6ff4d; } +.border-blue-50\\/35 { + border-color: #eff6ff59; +} + .border-blue-50\\/40 { border-color: #eff6ff66; } +.border-blue-50\\/45 { + border-color: #eff6ff73; +} + .border-blue-50\\/5 { border-color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eff6ff80; } +.border-blue-50\\/55 { + border-color: #eff6ff8c; +} + .border-blue-50\\/60 { border-color: #eff6ff99; } +.border-blue-50\\/65 { + border-color: #eff6ffa6; +} + .border-blue-50\\/70 { border-color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eff6ffcc; } +.border-blue-50\\/85 { + border-color: #eff6ffd9; +} + .border-blue-50\\/90 { border-color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b82f6; } +.border-blue-500\\/15 { + border-color: #3b82f626; +} + .border-blue-500\\/20 { border-color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b82f64d; } +.border-blue-500\\/35 { + border-color: #3b82f659; +} + .border-blue-500\\/40 { border-color: #3b82f666; } +.border-blue-500\\/45 { + border-color: #3b82f673; +} + .border-blue-500\\/5 { border-color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b82f680; } +.border-blue-500\\/55 { + border-color: #3b82f68c; +} + .border-blue-500\\/60 { border-color: #3b82f699; } +.border-blue-500\\/65 { + border-color: #3b82f6a6; +} + .border-blue-500\\/70 { border-color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b82f6cc; } +.border-blue-500\\/85 { + border-color: #3b82f6d9; +} + .border-blue-500\\/90 { border-color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2563eb; } +.border-blue-600\\/15 { + border-color: #2563eb26; +} + .border-blue-600\\/20 { border-color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2563eb4d; } +.border-blue-600\\/35 { + border-color: #2563eb59; +} + .border-blue-600\\/40 { border-color: #2563eb66; } +.border-blue-600\\/45 { + border-color: #2563eb73; +} + .border-blue-600\\/5 { border-color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2563eb80; } +.border-blue-600\\/55 { + border-color: #2563eb8c; +} + .border-blue-600\\/60 { border-color: #2563eb99; } +.border-blue-600\\/65 { + border-color: #2563eba6; +} + .border-blue-600\\/70 { border-color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2563ebcc; } +.border-blue-600\\/85 { + border-color: #2563ebd9; +} + .border-blue-600\\/90 { border-color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1d4ed8; } +.border-blue-700\\/15 { + border-color: #1d4ed826; +} + .border-blue-700\\/20 { border-color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1d4ed84d; } +.border-blue-700\\/35 { + border-color: #1d4ed859; +} + .border-blue-700\\/40 { border-color: #1d4ed866; } +.border-blue-700\\/45 { + border-color: #1d4ed873; +} + .border-blue-700\\/5 { border-color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1d4ed880; } +.border-blue-700\\/55 { + border-color: #1d4ed88c; +} + .border-blue-700\\/60 { border-color: #1d4ed899; } +.border-blue-700\\/65 { + border-color: #1d4ed8a6; +} + .border-blue-700\\/70 { border-color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1d4ed8cc; } +.border-blue-700\\/85 { + border-color: #1d4ed8d9; +} + .border-blue-700\\/90 { border-color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e40af; } +.border-blue-800\\/15 { + border-color: #1e40af26; +} + .border-blue-800\\/20 { border-color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e40af4d; } +.border-blue-800\\/35 { + border-color: #1e40af59; +} + .border-blue-800\\/40 { border-color: #1e40af66; } +.border-blue-800\\/45 { + border-color: #1e40af73; +} + .border-blue-800\\/5 { border-color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e40af80; } +.border-blue-800\\/55 { + border-color: #1e40af8c; +} + .border-blue-800\\/60 { border-color: #1e40af99; } +.border-blue-800\\/65 { + border-color: #1e40afa6; +} + .border-blue-800\\/70 { border-color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e40afcc; } +.border-blue-800\\/85 { + border-color: #1e40afd9; +} + .border-blue-800\\/90 { border-color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e3a8a; } +.border-blue-900\\/15 { + border-color: #1e3a8a26; +} + .border-blue-900\\/20 { border-color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e3a8a4d; } +.border-blue-900\\/35 { + border-color: #1e3a8a59; +} + .border-blue-900\\/40 { border-color: #1e3a8a66; } +.border-blue-900\\/45 { + border-color: #1e3a8a73; +} + .border-blue-900\\/5 { border-color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e3a8a80; } +.border-blue-900\\/55 { + border-color: #1e3a8a8c; +} + .border-blue-900\\/60 { border-color: #1e3a8a99; } +.border-blue-900\\/65 { + border-color: #1e3a8aa6; +} + .border-blue-900\\/70 { border-color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e3a8acc; } +.border-blue-900\\/85 { + border-color: #1e3a8ad9; +} + .border-blue-900\\/90 { border-color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #172554; } +.border-blue-950\\/15 { + border-color: #17255426; +} + .border-blue-950\\/20 { border-color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1725544d; } +.border-blue-950\\/35 { + border-color: #17255459; +} + .border-blue-950\\/40 { border-color: #17255466; } +.border-blue-950\\/45 { + border-color: #17255473; +} + .border-blue-950\\/5 { border-color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #17255480; } +.border-blue-950\\/55 { + border-color: #1725548c; +} + .border-blue-950\\/60 { border-color: #17255499; } +.border-blue-950\\/65 { + border-color: #172554a6; +} + .border-blue-950\\/70 { border-color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #172554cc; } +.border-blue-950\\/85 { + border-color: #172554d9; +} + .border-blue-950\\/90 { border-color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cffafe; } +.border-cyan-100\\/15 { + border-color: #cffafe26; +} + .border-cyan-100\\/20 { border-color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cffafe4d; } +.border-cyan-100\\/35 { + border-color: #cffafe59; +} + .border-cyan-100\\/40 { border-color: #cffafe66; } +.border-cyan-100\\/45 { + border-color: #cffafe73; +} + .border-cyan-100\\/5 { border-color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cffafe80; } +.border-cyan-100\\/55 { + border-color: #cffafe8c; +} + .border-cyan-100\\/60 { border-color: #cffafe99; } +.border-cyan-100\\/65 { + border-color: #cffafea6; +} + .border-cyan-100\\/70 { border-color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cffafecc; } +.border-cyan-100\\/85 { + border-color: #cffafed9; +} + .border-cyan-100\\/90 { border-color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5f3fc; } +.border-cyan-200\\/15 { + border-color: #a5f3fc26; +} + .border-cyan-200\\/20 { border-color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5f3fc4d; } +.border-cyan-200\\/35 { + border-color: #a5f3fc59; +} + .border-cyan-200\\/40 { border-color: #a5f3fc66; } +.border-cyan-200\\/45 { + border-color: #a5f3fc73; +} + .border-cyan-200\\/5 { border-color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5f3fc80; } +.border-cyan-200\\/55 { + border-color: #a5f3fc8c; +} + .border-cyan-200\\/60 { border-color: #a5f3fc99; } +.border-cyan-200\\/65 { + border-color: #a5f3fca6; +} + .border-cyan-200\\/70 { border-color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5f3fccc; } +.border-cyan-200\\/85 { + border-color: #a5f3fcd9; +} + .border-cyan-200\\/90 { border-color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #67e8f9; } +.border-cyan-300\\/15 { + border-color: #67e8f926; +} + .border-cyan-300\\/20 { border-color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #67e8f94d; } +.border-cyan-300\\/35 { + border-color: #67e8f959; +} + .border-cyan-300\\/40 { border-color: #67e8f966; } +.border-cyan-300\\/45 { + border-color: #67e8f973; +} + .border-cyan-300\\/5 { border-color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #67e8f980; } +.border-cyan-300\\/55 { + border-color: #67e8f98c; +} + .border-cyan-300\\/60 { border-color: #67e8f999; } +.border-cyan-300\\/65 { + border-color: #67e8f9a6; +} + .border-cyan-300\\/70 { border-color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #67e8f9cc; } +.border-cyan-300\\/85 { + border-color: #67e8f9d9; +} + .border-cyan-300\\/90 { border-color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22d3ee; } +.border-cyan-400\\/15 { + border-color: #22d3ee26; +} + .border-cyan-400\\/20 { border-color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22d3ee4d; } +.border-cyan-400\\/35 { + border-color: #22d3ee59; +} + .border-cyan-400\\/40 { border-color: #22d3ee66; } +.border-cyan-400\\/45 { + border-color: #22d3ee73; +} + .border-cyan-400\\/5 { border-color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22d3ee80; } +.border-cyan-400\\/55 { + border-color: #22d3ee8c; +} + .border-cyan-400\\/60 { border-color: #22d3ee99; } +.border-cyan-400\\/65 { + border-color: #22d3eea6; +} + .border-cyan-400\\/70 { border-color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22d3eecc; } +.border-cyan-400\\/85 { + border-color: #22d3eed9; +} + .border-cyan-400\\/90 { border-color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfeff; } +.border-cyan-50\\/15 { + border-color: #ecfeff26; +} + .border-cyan-50\\/20 { border-color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfeff4d; } +.border-cyan-50\\/35 { + border-color: #ecfeff59; +} + .border-cyan-50\\/40 { border-color: #ecfeff66; } +.border-cyan-50\\/45 { + border-color: #ecfeff73; +} + .border-cyan-50\\/5 { border-color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfeff80; } +.border-cyan-50\\/55 { + border-color: #ecfeff8c; +} + .border-cyan-50\\/60 { border-color: #ecfeff99; } +.border-cyan-50\\/65 { + border-color: #ecfeffa6; +} + .border-cyan-50\\/70 { border-color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfeffcc; } +.border-cyan-50\\/85 { + border-color: #ecfeffd9; +} + .border-cyan-50\\/90 { border-color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #06b6d4; } +.border-cyan-500\\/15 { + border-color: #06b6d426; +} + .border-cyan-500\\/20 { border-color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #06b6d44d; } +.border-cyan-500\\/35 { + border-color: #06b6d459; +} + .border-cyan-500\\/40 { border-color: #06b6d466; } +.border-cyan-500\\/45 { + border-color: #06b6d473; +} + .border-cyan-500\\/5 { border-color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #06b6d480; } +.border-cyan-500\\/55 { + border-color: #06b6d48c; +} + .border-cyan-500\\/60 { border-color: #06b6d499; } +.border-cyan-500\\/65 { + border-color: #06b6d4a6; +} + .border-cyan-500\\/70 { border-color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #06b6d4cc; } +.border-cyan-500\\/85 { + border-color: #06b6d4d9; +} + .border-cyan-500\\/90 { border-color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0891b2; } +.border-cyan-600\\/15 { + border-color: #0891b226; +} + .border-cyan-600\\/20 { border-color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0891b24d; } +.border-cyan-600\\/35 { + border-color: #0891b259; +} + .border-cyan-600\\/40 { border-color: #0891b266; } +.border-cyan-600\\/45 { + border-color: #0891b273; +} + .border-cyan-600\\/5 { border-color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0891b280; } +.border-cyan-600\\/55 { + border-color: #0891b28c; +} + .border-cyan-600\\/60 { border-color: #0891b299; } +.border-cyan-600\\/65 { + border-color: #0891b2a6; +} + .border-cyan-600\\/70 { border-color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0891b2cc; } +.border-cyan-600\\/85 { + border-color: #0891b2d9; +} + .border-cyan-600\\/90 { border-color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0e7490; } +.border-cyan-700\\/15 { + border-color: #0e749026; +} + .border-cyan-700\\/20 { border-color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0e74904d; } +.border-cyan-700\\/35 { + border-color: #0e749059; +} + .border-cyan-700\\/40 { border-color: #0e749066; } +.border-cyan-700\\/45 { + border-color: #0e749073; +} + .border-cyan-700\\/5 { border-color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0e749080; } +.border-cyan-700\\/55 { + border-color: #0e74908c; +} + .border-cyan-700\\/60 { border-color: #0e749099; } +.border-cyan-700\\/65 { + border-color: #0e7490a6; +} + .border-cyan-700\\/70 { border-color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0e7490cc; } +.border-cyan-700\\/85 { + border-color: #0e7490d9; +} + .border-cyan-700\\/90 { border-color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #155e75; } +.border-cyan-800\\/15 { + border-color: #155e7526; +} + .border-cyan-800\\/20 { border-color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #155e754d; } +.border-cyan-800\\/35 { + border-color: #155e7559; +} + .border-cyan-800\\/40 { border-color: #155e7566; } +.border-cyan-800\\/45 { + border-color: #155e7573; +} + .border-cyan-800\\/5 { border-color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #155e7580; } +.border-cyan-800\\/55 { + border-color: #155e758c; +} + .border-cyan-800\\/60 { border-color: #155e7599; } +.border-cyan-800\\/65 { + border-color: #155e75a6; +} + .border-cyan-800\\/70 { border-color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #155e75cc; } +.border-cyan-800\\/85 { + border-color: #155e75d9; +} + .border-cyan-800\\/90 { border-color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #164e63; } +.border-cyan-900\\/15 { + border-color: #164e6326; +} + .border-cyan-900\\/20 { border-color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #164e634d; } +.border-cyan-900\\/35 { + border-color: #164e6359; +} + .border-cyan-900\\/40 { border-color: #164e6366; } +.border-cyan-900\\/45 { + border-color: #164e6373; +} + .border-cyan-900\\/5 { border-color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #164e6380; } +.border-cyan-900\\/55 { + border-color: #164e638c; +} + .border-cyan-900\\/60 { border-color: #164e6399; } +.border-cyan-900\\/65 { + border-color: #164e63a6; +} + .border-cyan-900\\/70 { border-color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #164e63cc; } +.border-cyan-900\\/85 { + border-color: #164e63d9; +} + .border-cyan-900\\/90 { border-color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #083344; } +.border-cyan-950\\/15 { + border-color: #08334426; +} + .border-cyan-950\\/20 { border-color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0833444d; } +.border-cyan-950\\/35 { + border-color: #08334459; +} + .border-cyan-950\\/40 { border-color: #08334466; } +.border-cyan-950\\/45 { + border-color: #08334473; +} + .border-cyan-950\\/5 { border-color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #08334480; } +.border-cyan-950\\/55 { + border-color: #0833448c; +} + .border-cyan-950\\/60 { border-color: #08334499; } +.border-cyan-950\\/65 { + border-color: #083344a6; +} + .border-cyan-950\\/70 { border-color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #083344cc; } +.border-cyan-950\\/85 { + border-color: #083344d9; +} + .border-cyan-950\\/90 { border-color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1fae5; } +.border-emerald-100\\/15 { + border-color: #d1fae526; +} + .border-emerald-100\\/20 { border-color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1fae54d; } +.border-emerald-100\\/35 { + border-color: #d1fae559; +} + .border-emerald-100\\/40 { border-color: #d1fae566; } +.border-emerald-100\\/45 { + border-color: #d1fae573; +} + .border-emerald-100\\/5 { border-color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1fae580; } +.border-emerald-100\\/55 { + border-color: #d1fae58c; +} + .border-emerald-100\\/60 { border-color: #d1fae599; } +.border-emerald-100\\/65 { + border-color: #d1fae5a6; +} + .border-emerald-100\\/70 { border-color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1fae5cc; } +.border-emerald-100\\/85 { + border-color: #d1fae5d9; +} + .border-emerald-100\\/90 { border-color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a7f3d0; } +.border-emerald-200\\/15 { + border-color: #a7f3d026; +} + .border-emerald-200\\/20 { border-color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a7f3d04d; } +.border-emerald-200\\/35 { + border-color: #a7f3d059; +} + .border-emerald-200\\/40 { border-color: #a7f3d066; } +.border-emerald-200\\/45 { + border-color: #a7f3d073; +} + .border-emerald-200\\/5 { border-color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a7f3d080; } +.border-emerald-200\\/55 { + border-color: #a7f3d08c; +} + .border-emerald-200\\/60 { border-color: #a7f3d099; } +.border-emerald-200\\/65 { + border-color: #a7f3d0a6; +} + .border-emerald-200\\/70 { border-color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a7f3d0cc; } +.border-emerald-200\\/85 { + border-color: #a7f3d0d9; +} + .border-emerald-200\\/90 { border-color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6ee7b7; } +.border-emerald-300\\/15 { + border-color: #6ee7b726; +} + .border-emerald-300\\/20 { border-color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6ee7b74d; } +.border-emerald-300\\/35 { + border-color: #6ee7b759; +} + .border-emerald-300\\/40 { border-color: #6ee7b766; } +.border-emerald-300\\/45 { + border-color: #6ee7b773; +} + .border-emerald-300\\/5 { border-color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6ee7b780; } +.border-emerald-300\\/55 { + border-color: #6ee7b78c; +} + .border-emerald-300\\/60 { border-color: #6ee7b799; } +.border-emerald-300\\/65 { + border-color: #6ee7b7a6; +} + .border-emerald-300\\/70 { border-color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6ee7b7cc; } +.border-emerald-300\\/85 { + border-color: #6ee7b7d9; +} + .border-emerald-300\\/90 { border-color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #34d399; } +.border-emerald-400\\/15 { + border-color: #34d39926; +} + .border-emerald-400\\/20 { border-color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #34d3994d; } +.border-emerald-400\\/35 { + border-color: #34d39959; +} + .border-emerald-400\\/40 { border-color: #34d39966; } +.border-emerald-400\\/45 { + border-color: #34d39973; +} + .border-emerald-400\\/5 { border-color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #34d39980; } +.border-emerald-400\\/55 { + border-color: #34d3998c; +} + .border-emerald-400\\/60 { border-color: #34d39999; } +.border-emerald-400\\/65 { + border-color: #34d399a6; +} + .border-emerald-400\\/70 { border-color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #34d399cc; } +.border-emerald-400\\/85 { + border-color: #34d399d9; +} + .border-emerald-400\\/90 { border-color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfdf5; } +.border-emerald-50\\/15 { + border-color: #ecfdf526; +} + .border-emerald-50\\/20 { border-color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfdf54d; } +.border-emerald-50\\/35 { + border-color: #ecfdf559; +} + .border-emerald-50\\/40 { border-color: #ecfdf566; } +.border-emerald-50\\/45 { + border-color: #ecfdf573; +} + .border-emerald-50\\/5 { border-color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfdf580; } +.border-emerald-50\\/55 { + border-color: #ecfdf58c; +} + .border-emerald-50\\/60 { border-color: #ecfdf599; } +.border-emerald-50\\/65 { + border-color: #ecfdf5a6; +} + .border-emerald-50\\/70 { border-color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfdf5cc; } +.border-emerald-50\\/85 { + border-color: #ecfdf5d9; +} + .border-emerald-50\\/90 { border-color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #10b981; } +.border-emerald-500\\/15 { + border-color: #10b98126; +} + .border-emerald-500\\/20 { border-color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #10b9814d; } +.border-emerald-500\\/35 { + border-color: #10b98159; +} + .border-emerald-500\\/40 { border-color: #10b98166; } +.border-emerald-500\\/45 { + border-color: #10b98173; +} + .border-emerald-500\\/5 { border-color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #10b98180; } +.border-emerald-500\\/55 { + border-color: #10b9818c; +} + .border-emerald-500\\/60 { border-color: #10b98199; } +.border-emerald-500\\/65 { + border-color: #10b981a6; +} + .border-emerald-500\\/70 { border-color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #10b981cc; } +.border-emerald-500\\/85 { + border-color: #10b981d9; +} + .border-emerald-500\\/90 { border-color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #059669; } +.border-emerald-600\\/15 { + border-color: #05966926; +} + .border-emerald-600\\/20 { border-color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0596694d; } +.border-emerald-600\\/35 { + border-color: #05966959; +} + .border-emerald-600\\/40 { border-color: #05966966; } +.border-emerald-600\\/45 { + border-color: #05966973; +} + .border-emerald-600\\/5 { border-color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #05966980; } +.border-emerald-600\\/55 { + border-color: #0596698c; +} + .border-emerald-600\\/60 { border-color: #05966999; } +.border-emerald-600\\/65 { + border-color: #059669a6; +} + .border-emerald-600\\/70 { border-color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #059669cc; } +.border-emerald-600\\/85 { + border-color: #059669d9; +} + .border-emerald-600\\/90 { border-color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #047857; } +.border-emerald-700\\/15 { + border-color: #04785726; +} + .border-emerald-700\\/20 { border-color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0478574d; } +.border-emerald-700\\/35 { + border-color: #04785759; +} + .border-emerald-700\\/40 { border-color: #04785766; } +.border-emerald-700\\/45 { + border-color: #04785773; +} + .border-emerald-700\\/5 { border-color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #04785780; } +.border-emerald-700\\/55 { + border-color: #0478578c; +} + .border-emerald-700\\/60 { border-color: #04785799; } +.border-emerald-700\\/65 { + border-color: #047857a6; +} + .border-emerald-700\\/70 { border-color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #047857cc; } +.border-emerald-700\\/85 { + border-color: #047857d9; +} + .border-emerald-700\\/90 { border-color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #065f46; } +.border-emerald-800\\/15 { + border-color: #065f4626; +} + .border-emerald-800\\/20 { border-color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #065f464d; } +.border-emerald-800\\/35 { + border-color: #065f4659; +} + .border-emerald-800\\/40 { border-color: #065f4666; } +.border-emerald-800\\/45 { + border-color: #065f4673; +} + .border-emerald-800\\/5 { border-color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #065f4680; } +.border-emerald-800\\/55 { + border-color: #065f468c; +} + .border-emerald-800\\/60 { border-color: #065f4699; } +.border-emerald-800\\/65 { + border-color: #065f46a6; +} + .border-emerald-800\\/70 { border-color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #065f46cc; } +.border-emerald-800\\/85 { + border-color: #065f46d9; +} + .border-emerald-800\\/90 { border-color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #064e3b; } +.border-emerald-900\\/15 { + border-color: #064e3b26; +} + .border-emerald-900\\/20 { border-color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #064e3b4d; } +.border-emerald-900\\/35 { + border-color: #064e3b59; +} + .border-emerald-900\\/40 { border-color: #064e3b66; } +.border-emerald-900\\/45 { + border-color: #064e3b73; +} + .border-emerald-900\\/5 { border-color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #064e3b80; } +.border-emerald-900\\/55 { + border-color: #064e3b8c; +} + .border-emerald-900\\/60 { border-color: #064e3b99; } +.border-emerald-900\\/65 { + border-color: #064e3ba6; +} + .border-emerald-900\\/70 { border-color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #064e3bcc; } +.border-emerald-900\\/85 { + border-color: #064e3bd9; +} + .border-emerald-900\\/90 { border-color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #022c22; } +.border-emerald-950\\/15 { + border-color: #022c2226; +} + .border-emerald-950\\/20 { border-color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #022c224d; } +.border-emerald-950\\/35 { + border-color: #022c2259; +} + .border-emerald-950\\/40 { border-color: #022c2266; } +.border-emerald-950\\/45 { + border-color: #022c2273; +} + .border-emerald-950\\/5 { border-color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #022c2280; } +.border-emerald-950\\/55 { + border-color: #022c228c; +} + .border-emerald-950\\/60 { border-color: #022c2299; } +.border-emerald-950\\/65 { + border-color: #022c22a6; +} + .border-emerald-950\\/70 { border-color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #022c22cc; } +.border-emerald-950\\/85 { + border-color: #022c22d9; +} + .border-emerald-950\\/90 { border-color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fae8ff; } +.border-fuchsia-100\\/15 { + border-color: #fae8ff26; +} + .border-fuchsia-100\\/20 { border-color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fae8ff4d; } +.border-fuchsia-100\\/35 { + border-color: #fae8ff59; +} + .border-fuchsia-100\\/40 { border-color: #fae8ff66; } +.border-fuchsia-100\\/45 { + border-color: #fae8ff73; +} + .border-fuchsia-100\\/5 { border-color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fae8ff80; } +.border-fuchsia-100\\/55 { + border-color: #fae8ff8c; +} + .border-fuchsia-100\\/60 { border-color: #fae8ff99; } +.border-fuchsia-100\\/65 { + border-color: #fae8ffa6; +} + .border-fuchsia-100\\/70 { border-color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fae8ffcc; } +.border-fuchsia-100\\/85 { + border-color: #fae8ffd9; +} + .border-fuchsia-100\\/90 { border-color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5d0fe; } +.border-fuchsia-200\\/15 { + border-color: #f5d0fe26; +} + .border-fuchsia-200\\/20 { border-color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5d0fe4d; } +.border-fuchsia-200\\/35 { + border-color: #f5d0fe59; +} + .border-fuchsia-200\\/40 { border-color: #f5d0fe66; } +.border-fuchsia-200\\/45 { + border-color: #f5d0fe73; +} + .border-fuchsia-200\\/5 { border-color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5d0fe80; } +.border-fuchsia-200\\/55 { + border-color: #f5d0fe8c; +} + .border-fuchsia-200\\/60 { border-color: #f5d0fe99; } +.border-fuchsia-200\\/65 { + border-color: #f5d0fea6; +} + .border-fuchsia-200\\/70 { border-color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5d0fecc; } +.border-fuchsia-200\\/85 { + border-color: #f5d0fed9; +} + .border-fuchsia-200\\/90 { border-color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0abfc; } +.border-fuchsia-300\\/15 { + border-color: #f0abfc26; +} + .border-fuchsia-300\\/20 { border-color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0abfc4d; } +.border-fuchsia-300\\/35 { + border-color: #f0abfc59; +} + .border-fuchsia-300\\/40 { border-color: #f0abfc66; } +.border-fuchsia-300\\/45 { + border-color: #f0abfc73; +} + .border-fuchsia-300\\/5 { border-color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0abfc80; } +.border-fuchsia-300\\/55 { + border-color: #f0abfc8c; +} + .border-fuchsia-300\\/60 { border-color: #f0abfc99; } +.border-fuchsia-300\\/65 { + border-color: #f0abfca6; +} + .border-fuchsia-300\\/70 { border-color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0abfccc; } +.border-fuchsia-300\\/85 { + border-color: #f0abfcd9; +} + .border-fuchsia-300\\/90 { border-color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e879f9; } +.border-fuchsia-400\\/15 { + border-color: #e879f926; +} + .border-fuchsia-400\\/20 { border-color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e879f94d; } +.border-fuchsia-400\\/35 { + border-color: #e879f959; +} + .border-fuchsia-400\\/40 { border-color: #e879f966; } +.border-fuchsia-400\\/45 { + border-color: #e879f973; +} + .border-fuchsia-400\\/5 { border-color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e879f980; } +.border-fuchsia-400\\/55 { + border-color: #e879f98c; +} + .border-fuchsia-400\\/60 { border-color: #e879f999; } +.border-fuchsia-400\\/65 { + border-color: #e879f9a6; +} + .border-fuchsia-400\\/70 { border-color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e879f9cc; } +.border-fuchsia-400\\/85 { + border-color: #e879f9d9; +} + .border-fuchsia-400\\/90 { border-color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf4ff; } +.border-fuchsia-50\\/15 { + border-color: #fdf4ff26; +} + .border-fuchsia-50\\/20 { border-color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf4ff4d; } +.border-fuchsia-50\\/35 { + border-color: #fdf4ff59; +} + .border-fuchsia-50\\/40 { border-color: #fdf4ff66; } +.border-fuchsia-50\\/45 { + border-color: #fdf4ff73; +} + .border-fuchsia-50\\/5 { border-color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf4ff80; } +.border-fuchsia-50\\/55 { + border-color: #fdf4ff8c; +} + .border-fuchsia-50\\/60 { border-color: #fdf4ff99; } +.border-fuchsia-50\\/65 { + border-color: #fdf4ffa6; +} + .border-fuchsia-50\\/70 { border-color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf4ffcc; } +.border-fuchsia-50\\/85 { + border-color: #fdf4ffd9; +} + .border-fuchsia-50\\/90 { border-color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d946ef; } +.border-fuchsia-500\\/15 { + border-color: #d946ef26; +} + .border-fuchsia-500\\/20 { border-color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d946ef4d; } +.border-fuchsia-500\\/35 { + border-color: #d946ef59; +} + .border-fuchsia-500\\/40 { border-color: #d946ef66; } +.border-fuchsia-500\\/45 { + border-color: #d946ef73; +} + .border-fuchsia-500\\/5 { border-color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d946ef80; } +.border-fuchsia-500\\/55 { + border-color: #d946ef8c; +} + .border-fuchsia-500\\/60 { border-color: #d946ef99; } +.border-fuchsia-500\\/65 { + border-color: #d946efa6; +} + .border-fuchsia-500\\/70 { border-color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d946efcc; } +.border-fuchsia-500\\/85 { + border-color: #d946efd9; +} + .border-fuchsia-500\\/90 { border-color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c026d3; } +.border-fuchsia-600\\/15 { + border-color: #c026d326; +} + .border-fuchsia-600\\/20 { border-color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c026d34d; } +.border-fuchsia-600\\/35 { + border-color: #c026d359; +} + .border-fuchsia-600\\/40 { border-color: #c026d366; } +.border-fuchsia-600\\/45 { + border-color: #c026d373; +} + .border-fuchsia-600\\/5 { border-color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c026d380; } +.border-fuchsia-600\\/55 { + border-color: #c026d38c; +} + .border-fuchsia-600\\/60 { border-color: #c026d399; } +.border-fuchsia-600\\/65 { + border-color: #c026d3a6; +} + .border-fuchsia-600\\/70 { border-color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c026d3cc; } +.border-fuchsia-600\\/85 { + border-color: #c026d3d9; +} + .border-fuchsia-600\\/90 { border-color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a21caf; } +.border-fuchsia-700\\/15 { + border-color: #a21caf26; +} + .border-fuchsia-700\\/20 { border-color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a21caf4d; } +.border-fuchsia-700\\/35 { + border-color: #a21caf59; +} + .border-fuchsia-700\\/40 { border-color: #a21caf66; } +.border-fuchsia-700\\/45 { + border-color: #a21caf73; +} + .border-fuchsia-700\\/5 { border-color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a21caf80; } +.border-fuchsia-700\\/55 { + border-color: #a21caf8c; +} + .border-fuchsia-700\\/60 { border-color: #a21caf99; } +.border-fuchsia-700\\/65 { + border-color: #a21cafa6; +} + .border-fuchsia-700\\/70 { border-color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a21cafcc; } +.border-fuchsia-700\\/85 { + border-color: #a21cafd9; +} + .border-fuchsia-700\\/90 { border-color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86198f; } +.border-fuchsia-800\\/15 { + border-color: #86198f26; +} + .border-fuchsia-800\\/20 { border-color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86198f4d; } +.border-fuchsia-800\\/35 { + border-color: #86198f59; +} + .border-fuchsia-800\\/40 { border-color: #86198f66; } +.border-fuchsia-800\\/45 { + border-color: #86198f73; +} + .border-fuchsia-800\\/5 { border-color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86198f80; } +.border-fuchsia-800\\/55 { + border-color: #86198f8c; +} + .border-fuchsia-800\\/60 { border-color: #86198f99; } +.border-fuchsia-800\\/65 { + border-color: #86198fa6; +} + .border-fuchsia-800\\/70 { border-color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86198fcc; } +.border-fuchsia-800\\/85 { + border-color: #86198fd9; +} + .border-fuchsia-800\\/90 { border-color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #701a75; } +.border-fuchsia-900\\/15 { + border-color: #701a7526; +} + .border-fuchsia-900\\/20 { border-color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #701a754d; } +.border-fuchsia-900\\/35 { + border-color: #701a7559; +} + .border-fuchsia-900\\/40 { border-color: #701a7566; } +.border-fuchsia-900\\/45 { + border-color: #701a7573; +} + .border-fuchsia-900\\/5 { border-color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #701a7580; } +.border-fuchsia-900\\/55 { + border-color: #701a758c; +} + .border-fuchsia-900\\/60 { border-color: #701a7599; } +.border-fuchsia-900\\/65 { + border-color: #701a75a6; +} + .border-fuchsia-900\\/70 { border-color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #701a75cc; } +.border-fuchsia-900\\/85 { + border-color: #701a75d9; +} + .border-fuchsia-900\\/90 { border-color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4a044e; } +.border-fuchsia-950\\/15 { + border-color: #4a044e26; +} + .border-fuchsia-950\\/20 { border-color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4a044e4d; } +.border-fuchsia-950\\/35 { + border-color: #4a044e59; +} + .border-fuchsia-950\\/40 { border-color: #4a044e66; } +.border-fuchsia-950\\/45 { + border-color: #4a044e73; +} + .border-fuchsia-950\\/5 { border-color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4a044e80; } +.border-fuchsia-950\\/55 { + border-color: #4a044e8c; +} + .border-fuchsia-950\\/60 { border-color: #4a044e99; } +.border-fuchsia-950\\/65 { + border-color: #4a044ea6; +} + .border-fuchsia-950\\/70 { border-color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4a044ecc; } +.border-fuchsia-950\\/85 { + border-color: #4a044ed9; +} + .border-fuchsia-950\\/90 { border-color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3f4f6; } +.border-gray-100\\/15 { + border-color: #f3f4f626; +} + .border-gray-100\\/20 { border-color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3f4f64d; } +.border-gray-100\\/35 { + border-color: #f3f4f659; +} + .border-gray-100\\/40 { border-color: #f3f4f666; } +.border-gray-100\\/45 { + border-color: #f3f4f673; +} + .border-gray-100\\/5 { border-color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3f4f680; } +.border-gray-100\\/55 { + border-color: #f3f4f68c; +} + .border-gray-100\\/60 { border-color: #f3f4f699; } +.border-gray-100\\/65 { + border-color: #f3f4f6a6; +} + .border-gray-100\\/70 { border-color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3f4f6cc; } +.border-gray-100\\/85 { + border-color: #f3f4f6d9; +} + .border-gray-100\\/90 { border-color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e7eb; } +.border-gray-200\\/15 { + border-color: #e5e7eb26; +} + .border-gray-200\\/20 { border-color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e7eb4d; } +.border-gray-200\\/35 { + border-color: #e5e7eb59; +} + .border-gray-200\\/40 { border-color: #e5e7eb66; } +.border-gray-200\\/45 { + border-color: #e5e7eb73; +} + .border-gray-200\\/5 { border-color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e7eb80; } +.border-gray-200\\/55 { + border-color: #e5e7eb8c; +} + .border-gray-200\\/60 { border-color: #e5e7eb99; } +.border-gray-200\\/65 { + border-color: #e5e7eba6; +} + .border-gray-200\\/70 { border-color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e7ebcc; } +.border-gray-200\\/85 { + border-color: #e5e7ebd9; +} + .border-gray-200\\/90 { border-color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1d5db; } +.border-gray-300\\/15 { + border-color: #d1d5db26; +} + .border-gray-300\\/20 { border-color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1d5db4d; } +.border-gray-300\\/35 { + border-color: #d1d5db59; +} + .border-gray-300\\/40 { border-color: #d1d5db66; } +.border-gray-300\\/45 { + border-color: #d1d5db73; +} + .border-gray-300\\/5 { border-color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1d5db80; } +.border-gray-300\\/55 { + border-color: #d1d5db8c; +} + .border-gray-300\\/60 { border-color: #d1d5db99; } +.border-gray-300\\/65 { + border-color: #d1d5dba6; +} + .border-gray-300\\/70 { border-color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d1d5dbcc; } +.border-gray-300\\/85 { + border-color: #d1d5dbd9; +} + .border-gray-300\\/90 { border-color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9ca3af; } +.border-gray-400\\/15 { + border-color: #9ca3af26; +} + .border-gray-400\\/20 { border-color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9ca3af4d; } +.border-gray-400\\/35 { + border-color: #9ca3af59; +} + .border-gray-400\\/40 { border-color: #9ca3af66; } +.border-gray-400\\/45 { + border-color: #9ca3af73; +} + .border-gray-400\\/5 { border-color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9ca3af80; } +.border-gray-400\\/55 { + border-color: #9ca3af8c; +} + .border-gray-400\\/60 { border-color: #9ca3af99; } +.border-gray-400\\/65 { + border-color: #9ca3afa6; +} + .border-gray-400\\/70 { border-color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9ca3afcc; } +.border-gray-400\\/85 { + border-color: #9ca3afd9; +} + .border-gray-400\\/90 { border-color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9fafb; } +.border-gray-50\\/15 { + border-color: #f9fafb26; +} + .border-gray-50\\/20 { border-color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9fafb4d; } +.border-gray-50\\/35 { + border-color: #f9fafb59; +} + .border-gray-50\\/40 { border-color: #f9fafb66; } +.border-gray-50\\/45 { + border-color: #f9fafb73; +} + .border-gray-50\\/5 { border-color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9fafb80; } +.border-gray-50\\/55 { + border-color: #f9fafb8c; +} + .border-gray-50\\/60 { border-color: #f9fafb99; } +.border-gray-50\\/65 { + border-color: #f9fafba6; +} + .border-gray-50\\/70 { border-color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9fafbcc; } +.border-gray-50\\/85 { + border-color: #f9fafbd9; +} + .border-gray-50\\/90 { border-color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b7280; } +.border-gray-500\\/15 { + border-color: #6b728026; +} + .border-gray-500\\/20 { border-color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b72804d; } +.border-gray-500\\/35 { + border-color: #6b728059; +} + .border-gray-500\\/40 { border-color: #6b728066; } +.border-gray-500\\/45 { + border-color: #6b728073; +} + .border-gray-500\\/5 { border-color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b728080; } +.border-gray-500\\/55 { + border-color: #6b72808c; +} + .border-gray-500\\/60 { border-color: #6b728099; } +.border-gray-500\\/65 { + border-color: #6b7280a6; +} + .border-gray-500\\/70 { border-color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b7280cc; } +.border-gray-500\\/85 { + border-color: #6b7280d9; +} + .border-gray-500\\/90 { border-color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4b5563; } +.border-gray-600\\/15 { + border-color: #4b556326; +} + .border-gray-600\\/20 { border-color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4b55634d; } +.border-gray-600\\/35 { + border-color: #4b556359; +} + .border-gray-600\\/40 { border-color: #4b556366; } +.border-gray-600\\/45 { + border-color: #4b556373; +} + .border-gray-600\\/5 { border-color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4b556380; } +.border-gray-600\\/55 { + border-color: #4b55638c; +} + .border-gray-600\\/60 { border-color: #4b556399; } +.border-gray-600\\/65 { + border-color: #4b5563a6; +} + .border-gray-600\\/70 { border-color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4b5563cc; } +.border-gray-600\\/85 { + border-color: #4b5563d9; +} + .border-gray-600\\/90 { border-color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #374151; } +.border-gray-700\\/15 { + border-color: #37415126; +} + .border-gray-700\\/20 { border-color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3741514d; } +.border-gray-700\\/35 { + border-color: #37415159; +} + .border-gray-700\\/40 { border-color: #37415166; } +.border-gray-700\\/45 { + border-color: #37415173; +} + .border-gray-700\\/5 { border-color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #37415180; } +.border-gray-700\\/55 { + border-color: #3741518c; +} + .border-gray-700\\/60 { border-color: #37415199; } +.border-gray-700\\/65 { + border-color: #374151a6; +} + .border-gray-700\\/70 { border-color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #374151cc; } +.border-gray-700\\/85 { + border-color: #374151d9; +} + .border-gray-700\\/90 { border-color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1f2937; } +.border-gray-800\\/15 { + border-color: #1f293726; +} + .border-gray-800\\/20 { border-color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1f29374d; } +.border-gray-800\\/35 { + border-color: #1f293759; +} + .border-gray-800\\/40 { border-color: #1f293766; } +.border-gray-800\\/45 { + border-color: #1f293773; +} + .border-gray-800\\/5 { border-color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1f293780; } +.border-gray-800\\/55 { + border-color: #1f29378c; +} + .border-gray-800\\/60 { border-color: #1f293799; } +.border-gray-800\\/65 { + border-color: #1f2937a6; +} + .border-gray-800\\/70 { border-color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1f2937cc; } +.border-gray-800\\/85 { + border-color: #1f2937d9; +} + .border-gray-800\\/90 { border-color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #111827; } +.border-gray-900\\/15 { + border-color: #11182726; +} + .border-gray-900\\/20 { border-color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1118274d; } +.border-gray-900\\/35 { + border-color: #11182759; +} + .border-gray-900\\/40 { border-color: #11182766; } +.border-gray-900\\/45 { + border-color: #11182773; +} + .border-gray-900\\/5 { border-color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #11182780; } +.border-gray-900\\/55 { + border-color: #1118278c; +} + .border-gray-900\\/60 { border-color: #11182799; } +.border-gray-900\\/65 { + border-color: #111827a6; +} + .border-gray-900\\/70 { border-color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #111827cc; } +.border-gray-900\\/85 { + border-color: #111827d9; +} + .border-gray-900\\/90 { border-color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #030712; } +.border-gray-950\\/15 { + border-color: #03071226; +} + .border-gray-950\\/20 { border-color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0307124d; } +.border-gray-950\\/35 { + border-color: #03071259; +} + .border-gray-950\\/40 { border-color: #03071266; } +.border-gray-950\\/45 { + border-color: #03071273; +} + .border-gray-950\\/5 { border-color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #03071280; } +.border-gray-950\\/55 { + border-color: #0307128c; +} + .border-gray-950\\/60 { border-color: #03071299; } +.border-gray-950\\/65 { + border-color: #030712a6; +} + .border-gray-950\\/70 { border-color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #030712cc; } +.border-gray-950\\/85 { + border-color: #030712d9; +} + .border-gray-950\\/90 { border-color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dcfce7; } +.border-green-100\\/15 { + border-color: #dcfce726; +} + .border-green-100\\/20 { border-color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dcfce74d; } +.border-green-100\\/35 { + border-color: #dcfce759; +} + .border-green-100\\/40 { border-color: #dcfce766; } +.border-green-100\\/45 { + border-color: #dcfce773; +} + .border-green-100\\/5 { border-color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dcfce780; } +.border-green-100\\/55 { + border-color: #dcfce78c; +} + .border-green-100\\/60 { border-color: #dcfce799; } +.border-green-100\\/65 { + border-color: #dcfce7a6; +} + .border-green-100\\/70 { border-color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dcfce7cc; } +.border-green-100\\/85 { + border-color: #dcfce7d9; +} + .border-green-100\\/90 { border-color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bbf7d0; } +.border-green-200\\/15 { + border-color: #bbf7d026; +} + .border-green-200\\/20 { border-color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bbf7d04d; } +.border-green-200\\/35 { + border-color: #bbf7d059; +} + .border-green-200\\/40 { border-color: #bbf7d066; } +.border-green-200\\/45 { + border-color: #bbf7d073; +} + .border-green-200\\/5 { border-color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bbf7d080; } +.border-green-200\\/55 { + border-color: #bbf7d08c; +} + .border-green-200\\/60 { border-color: #bbf7d099; } +.border-green-200\\/65 { + border-color: #bbf7d0a6; +} + .border-green-200\\/70 { border-color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bbf7d0cc; } +.border-green-200\\/85 { + border-color: #bbf7d0d9; +} + .border-green-200\\/90 { border-color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86efac; } +.border-green-300\\/15 { + border-color: #86efac26; +} + .border-green-300\\/20 { border-color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86efac4d; } +.border-green-300\\/35 { + border-color: #86efac59; +} + .border-green-300\\/40 { border-color: #86efac66; } +.border-green-300\\/45 { + border-color: #86efac73; +} + .border-green-300\\/5 { border-color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86efac80; } +.border-green-300\\/55 { + border-color: #86efac8c; +} + .border-green-300\\/60 { border-color: #86efac99; } +.border-green-300\\/65 { + border-color: #86efaca6; +} + .border-green-300\\/70 { border-color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #86efaccc; } +.border-green-300\\/85 { + border-color: #86efacd9; +} + .border-green-300\\/90 { border-color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4ade80; } +.border-green-400\\/15 { + border-color: #4ade8026; +} + .border-green-400\\/20 { border-color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4ade804d; } +.border-green-400\\/35 { + border-color: #4ade8059; +} + .border-green-400\\/40 { border-color: #4ade8066; } +.border-green-400\\/45 { + border-color: #4ade8073; +} + .border-green-400\\/5 { border-color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4ade8080; } +.border-green-400\\/55 { + border-color: #4ade808c; +} + .border-green-400\\/60 { border-color: #4ade8099; } +.border-green-400\\/65 { + border-color: #4ade80a6; +} + .border-green-400\\/70 { border-color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4ade80cc; } +.border-green-400\\/85 { + border-color: #4ade80d9; +} + .border-green-400\\/90 { border-color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdf4; } +.border-green-50\\/15 { + border-color: #f0fdf426; +} + .border-green-50\\/20 { border-color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdf44d; } +.border-green-50\\/35 { + border-color: #f0fdf459; +} + .border-green-50\\/40 { border-color: #f0fdf466; } +.border-green-50\\/45 { + border-color: #f0fdf473; +} + .border-green-50\\/5 { border-color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdf480; } +.border-green-50\\/55 { + border-color: #f0fdf48c; +} + .border-green-50\\/60 { border-color: #f0fdf499; } +.border-green-50\\/65 { + border-color: #f0fdf4a6; +} + .border-green-50\\/70 { border-color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdf4cc; } +.border-green-50\\/85 { + border-color: #f0fdf4d9; +} + .border-green-50\\/90 { border-color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22c55e; } +.border-green-500\\/15 { + border-color: #22c55e26; +} + .border-green-500\\/20 { border-color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22c55e4d; } +.border-green-500\\/35 { + border-color: #22c55e59; +} + .border-green-500\\/40 { border-color: #22c55e66; } +.border-green-500\\/45 { + border-color: #22c55e73; +} + .border-green-500\\/5 { border-color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22c55e80; } +.border-green-500\\/55 { + border-color: #22c55e8c; +} + .border-green-500\\/60 { border-color: #22c55e99; } +.border-green-500\\/65 { + border-color: #22c55ea6; +} + .border-green-500\\/70 { border-color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #22c55ecc; } +.border-green-500\\/85 { + border-color: #22c55ed9; +} + .border-green-500\\/90 { border-color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #16a34a; } +.border-green-600\\/15 { + border-color: #16a34a26; +} + .border-green-600\\/20 { border-color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #16a34a4d; } +.border-green-600\\/35 { + border-color: #16a34a59; +} + .border-green-600\\/40 { border-color: #16a34a66; } +.border-green-600\\/45 { + border-color: #16a34a73; +} + .border-green-600\\/5 { border-color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #16a34a80; } +.border-green-600\\/55 { + border-color: #16a34a8c; +} + .border-green-600\\/60 { border-color: #16a34a99; } +.border-green-600\\/65 { + border-color: #16a34aa6; +} + .border-green-600\\/70 { border-color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #16a34acc; } +.border-green-600\\/85 { + border-color: #16a34ad9; +} + .border-green-600\\/90 { border-color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #15803d; } +.border-green-700\\/15 { + border-color: #15803d26; +} + .border-green-700\\/20 { border-color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #15803d4d; } +.border-green-700\\/35 { + border-color: #15803d59; +} + .border-green-700\\/40 { border-color: #15803d66; } +.border-green-700\\/45 { + border-color: #15803d73; +} + .border-green-700\\/5 { border-color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #15803d80; } +.border-green-700\\/55 { + border-color: #15803d8c; +} + .border-green-700\\/60 { border-color: #15803d99; } +.border-green-700\\/65 { + border-color: #15803da6; +} + .border-green-700\\/70 { border-color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #15803dcc; } +.border-green-700\\/85 { + border-color: #15803dd9; +} + .border-green-700\\/90 { border-color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #166534; } +.border-green-800\\/15 { + border-color: #16653426; +} + .border-green-800\\/20 { border-color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1665344d; } +.border-green-800\\/35 { + border-color: #16653459; +} + .border-green-800\\/40 { border-color: #16653466; } +.border-green-800\\/45 { + border-color: #16653473; +} + .border-green-800\\/5 { border-color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #16653480; } +.border-green-800\\/55 { + border-color: #1665348c; +} + .border-green-800\\/60 { border-color: #16653499; } +.border-green-800\\/65 { + border-color: #166534a6; +} + .border-green-800\\/70 { border-color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #166534cc; } +.border-green-800\\/85 { + border-color: #166534d9; +} + .border-green-800\\/90 { border-color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14532d; } +.border-green-900\\/15 { + border-color: #14532d26; +} + .border-green-900\\/20 { border-color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14532d4d; } +.border-green-900\\/35 { + border-color: #14532d59; +} + .border-green-900\\/40 { border-color: #14532d66; } +.border-green-900\\/45 { + border-color: #14532d73; +} + .border-green-900\\/5 { border-color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14532d80; } +.border-green-900\\/55 { + border-color: #14532d8c; +} + .border-green-900\\/60 { border-color: #14532d99; } +.border-green-900\\/65 { + border-color: #14532da6; +} + .border-green-900\\/70 { border-color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14532dcc; } +.border-green-900\\/85 { + border-color: #14532dd9; +} + .border-green-900\\/90 { border-color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #052e16; } +.border-green-950\\/15 { + border-color: #052e1626; +} + .border-green-950\\/20 { border-color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #052e164d; } +.border-green-950\\/35 { + border-color: #052e1659; +} + .border-green-950\\/40 { border-color: #052e1666; } +.border-green-950\\/45 { + border-color: #052e1673; +} + .border-green-950\\/5 { border-color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #052e1680; } +.border-green-950\\/55 { + border-color: #052e168c; +} + .border-green-950\\/60 { border-color: #052e1699; } +.border-green-950\\/65 { + border-color: #052e16a6; +} + .border-green-950\\/70 { border-color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #052e16cc; } +.border-green-950\\/85 { + border-color: #052e16d9; +} + .border-green-950\\/90 { border-color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0e7ff; } +.border-indigo-100\\/15 { + border-color: #e0e7ff26; +} + .border-indigo-100\\/20 { border-color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0e7ff4d; } +.border-indigo-100\\/35 { + border-color: #e0e7ff59; +} + .border-indigo-100\\/40 { border-color: #e0e7ff66; } +.border-indigo-100\\/45 { + border-color: #e0e7ff73; +} + .border-indigo-100\\/5 { border-color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0e7ff80; } +.border-indigo-100\\/55 { + border-color: #e0e7ff8c; +} + .border-indigo-100\\/60 { border-color: #e0e7ff99; } +.border-indigo-100\\/65 { + border-color: #e0e7ffa6; +} + .border-indigo-100\\/70 { border-color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0e7ffcc; } +.border-indigo-100\\/85 { + border-color: #e0e7ffd9; +} + .border-indigo-100\\/90 { border-color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c7d2fe; } +.border-indigo-200\\/15 { + border-color: #c7d2fe26; +} + .border-indigo-200\\/20 { border-color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c7d2fe4d; } +.border-indigo-200\\/35 { + border-color: #c7d2fe59; +} + .border-indigo-200\\/40 { border-color: #c7d2fe66; } +.border-indigo-200\\/45 { + border-color: #c7d2fe73; +} + .border-indigo-200\\/5 { border-color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c7d2fe80; } +.border-indigo-200\\/55 { + border-color: #c7d2fe8c; +} + .border-indigo-200\\/60 { border-color: #c7d2fe99; } +.border-indigo-200\\/65 { + border-color: #c7d2fea6; +} + .border-indigo-200\\/70 { border-color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c7d2fecc; } +.border-indigo-200\\/85 { + border-color: #c7d2fed9; +} + .border-indigo-200\\/90 { border-color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5b4fc; } +.border-indigo-300\\/15 { + border-color: #a5b4fc26; +} + .border-indigo-300\\/20 { border-color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5b4fc4d; } +.border-indigo-300\\/35 { + border-color: #a5b4fc59; +} + .border-indigo-300\\/40 { border-color: #a5b4fc66; } +.border-indigo-300\\/45 { + border-color: #a5b4fc73; +} + .border-indigo-300\\/5 { border-color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5b4fc80; } +.border-indigo-300\\/55 { + border-color: #a5b4fc8c; +} + .border-indigo-300\\/60 { border-color: #a5b4fc99; } +.border-indigo-300\\/65 { + border-color: #a5b4fca6; +} + .border-indigo-300\\/70 { border-color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a5b4fccc; } +.border-indigo-300\\/85 { + border-color: #a5b4fcd9; +} + .border-indigo-300\\/90 { border-color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #818cf8; } +.border-indigo-400\\/15 { + border-color: #818cf826; +} + .border-indigo-400\\/20 { border-color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #818cf84d; } +.border-indigo-400\\/35 { + border-color: #818cf859; +} + .border-indigo-400\\/40 { border-color: #818cf866; } +.border-indigo-400\\/45 { + border-color: #818cf873; +} + .border-indigo-400\\/5 { border-color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #818cf880; } +.border-indigo-400\\/55 { + border-color: #818cf88c; +} + .border-indigo-400\\/60 { border-color: #818cf899; } +.border-indigo-400\\/65 { + border-color: #818cf8a6; +} + .border-indigo-400\\/70 { border-color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #818cf8cc; } +.border-indigo-400\\/85 { + border-color: #818cf8d9; +} + .border-indigo-400\\/90 { border-color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eef2ff; } +.border-indigo-50\\/15 { + border-color: #eef2ff26; +} + .border-indigo-50\\/20 { border-color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eef2ff4d; } +.border-indigo-50\\/35 { + border-color: #eef2ff59; +} + .border-indigo-50\\/40 { border-color: #eef2ff66; } +.border-indigo-50\\/45 { + border-color: #eef2ff73; +} + .border-indigo-50\\/5 { border-color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eef2ff80; } +.border-indigo-50\\/55 { + border-color: #eef2ff8c; +} + .border-indigo-50\\/60 { border-color: #eef2ff99; } +.border-indigo-50\\/65 { + border-color: #eef2ffa6; +} + .border-indigo-50\\/70 { border-color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eef2ffcc; } +.border-indigo-50\\/85 { + border-color: #eef2ffd9; +} + .border-indigo-50\\/90 { border-color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6366f1; } +.border-indigo-500\\/15 { + border-color: #6366f126; +} + .border-indigo-500\\/20 { border-color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6366f14d; } +.border-indigo-500\\/35 { + border-color: #6366f159; +} + .border-indigo-500\\/40 { border-color: #6366f166; } +.border-indigo-500\\/45 { + border-color: #6366f173; +} + .border-indigo-500\\/5 { border-color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6366f180; } +.border-indigo-500\\/55 { + border-color: #6366f18c; +} + .border-indigo-500\\/60 { border-color: #6366f199; } +.border-indigo-500\\/65 { + border-color: #6366f1a6; +} + .border-indigo-500\\/70 { border-color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6366f1cc; } +.border-indigo-500\\/85 { + border-color: #6366f1d9; +} + .border-indigo-500\\/90 { border-color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4f46e5; } +.border-indigo-600\\/15 { + border-color: #4f46e526; +} + .border-indigo-600\\/20 { border-color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4f46e54d; } +.border-indigo-600\\/35 { + border-color: #4f46e559; +} + .border-indigo-600\\/40 { border-color: #4f46e566; } +.border-indigo-600\\/45 { + border-color: #4f46e573; +} + .border-indigo-600\\/5 { border-color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4f46e580; } +.border-indigo-600\\/55 { + border-color: #4f46e58c; +} + .border-indigo-600\\/60 { border-color: #4f46e599; } +.border-indigo-600\\/65 { + border-color: #4f46e5a6; +} + .border-indigo-600\\/70 { border-color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4f46e5cc; } +.border-indigo-600\\/85 { + border-color: #4f46e5d9; +} + .border-indigo-600\\/90 { border-color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4338ca; } +.border-indigo-700\\/15 { + border-color: #4338ca26; +} + .border-indigo-700\\/20 { border-color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4338ca4d; } +.border-indigo-700\\/35 { + border-color: #4338ca59; +} + .border-indigo-700\\/40 { border-color: #4338ca66; } +.border-indigo-700\\/45 { + border-color: #4338ca73; +} + .border-indigo-700\\/5 { border-color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4338ca80; } +.border-indigo-700\\/55 { + border-color: #4338ca8c; +} + .border-indigo-700\\/60 { border-color: #4338ca99; } +.border-indigo-700\\/65 { + border-color: #4338caa6; +} + .border-indigo-700\\/70 { border-color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4338cacc; } +.border-indigo-700\\/85 { + border-color: #4338cad9; +} + .border-indigo-700\\/90 { border-color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3730a3; } +.border-indigo-800\\/15 { + border-color: #3730a326; +} + .border-indigo-800\\/20 { border-color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3730a34d; } +.border-indigo-800\\/35 { + border-color: #3730a359; +} + .border-indigo-800\\/40 { border-color: #3730a366; } +.border-indigo-800\\/45 { + border-color: #3730a373; +} + .border-indigo-800\\/5 { border-color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3730a380; } +.border-indigo-800\\/55 { + border-color: #3730a38c; +} + .border-indigo-800\\/60 { border-color: #3730a399; } +.border-indigo-800\\/65 { + border-color: #3730a3a6; +} + .border-indigo-800\\/70 { border-color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3730a3cc; } +.border-indigo-800\\/85 { + border-color: #3730a3d9; +} + .border-indigo-800\\/90 { border-color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #312e81; } +.border-indigo-900\\/15 { + border-color: #312e8126; +} + .border-indigo-900\\/20 { border-color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #312e814d; } +.border-indigo-900\\/35 { + border-color: #312e8159; +} + .border-indigo-900\\/40 { border-color: #312e8166; } +.border-indigo-900\\/45 { + border-color: #312e8173; +} + .border-indigo-900\\/5 { border-color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #312e8180; } +.border-indigo-900\\/55 { + border-color: #312e818c; +} + .border-indigo-900\\/60 { border-color: #312e8199; } +.border-indigo-900\\/65 { + border-color: #312e81a6; +} + .border-indigo-900\\/70 { border-color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #312e81cc; } +.border-indigo-900\\/85 { + border-color: #312e81d9; +} + .border-indigo-900\\/90 { border-color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e1b4b; } +.border-indigo-950\\/15 { + border-color: #1e1b4b26; +} + .border-indigo-950\\/20 { border-color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e1b4b4d; } +.border-indigo-950\\/35 { + border-color: #1e1b4b59; +} + .border-indigo-950\\/40 { border-color: #1e1b4b66; } +.border-indigo-950\\/45 { + border-color: #1e1b4b73; +} + .border-indigo-950\\/5 { border-color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e1b4b80; } +.border-indigo-950\\/55 { + border-color: #1e1b4b8c; +} + .border-indigo-950\\/60 { border-color: #1e1b4b99; } +.border-indigo-950\\/65 { + border-color: #1e1b4ba6; +} + .border-indigo-950\\/70 { border-color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e1b4bcc; } +.border-indigo-950\\/85 { + border-color: #1e1b4bd9; +} + .border-indigo-950\\/90 { border-color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfccb; } +.border-lime-100\\/15 { + border-color: #ecfccb26; +} + .border-lime-100\\/20 { border-color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfccb4d; } +.border-lime-100\\/35 { + border-color: #ecfccb59; +} + .border-lime-100\\/40 { border-color: #ecfccb66; } +.border-lime-100\\/45 { + border-color: #ecfccb73; +} + .border-lime-100\\/5 { border-color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfccb80; } +.border-lime-100\\/55 { + border-color: #ecfccb8c; +} + .border-lime-100\\/60 { border-color: #ecfccb99; } +.border-lime-100\\/65 { + border-color: #ecfccba6; +} + .border-lime-100\\/70 { border-color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ecfccbcc; } +.border-lime-100\\/85 { + border-color: #ecfccbd9; +} + .border-lime-100\\/90 { border-color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d9f99d; } +.border-lime-200\\/15 { + border-color: #d9f99d26; +} + .border-lime-200\\/20 { border-color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d9f99d4d; } +.border-lime-200\\/35 { + border-color: #d9f99d59; +} + .border-lime-200\\/40 { border-color: #d9f99d66; } +.border-lime-200\\/45 { + border-color: #d9f99d73; +} + .border-lime-200\\/5 { border-color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d9f99d80; } +.border-lime-200\\/55 { + border-color: #d9f99d8c; +} + .border-lime-200\\/60 { border-color: #d9f99d99; } +.border-lime-200\\/65 { + border-color: #d9f99da6; +} + .border-lime-200\\/70 { border-color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d9f99dcc; } +.border-lime-200\\/85 { + border-color: #d9f99dd9; +} + .border-lime-200\\/90 { border-color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bef264; } +.border-lime-300\\/15 { + border-color: #bef26426; +} + .border-lime-300\\/20 { border-color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bef2644d; } +.border-lime-300\\/35 { + border-color: #bef26459; +} + .border-lime-300\\/40 { border-color: #bef26466; } +.border-lime-300\\/45 { + border-color: #bef26473; +} + .border-lime-300\\/5 { border-color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bef26480; } +.border-lime-300\\/55 { + border-color: #bef2648c; +} + .border-lime-300\\/60 { border-color: #bef26499; } +.border-lime-300\\/65 { + border-color: #bef264a6; +} + .border-lime-300\\/70 { border-color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bef264cc; } +.border-lime-300\\/85 { + border-color: #bef264d9; +} + .border-lime-300\\/90 { border-color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3e635; } +.border-lime-400\\/15 { + border-color: #a3e63526; +} + .border-lime-400\\/20 { border-color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3e6354d; } +.border-lime-400\\/35 { + border-color: #a3e63559; +} + .border-lime-400\\/40 { border-color: #a3e63566; } +.border-lime-400\\/45 { + border-color: #a3e63573; +} + .border-lime-400\\/5 { border-color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3e63580; } +.border-lime-400\\/55 { + border-color: #a3e6358c; +} + .border-lime-400\\/60 { border-color: #a3e63599; } +.border-lime-400\\/65 { + border-color: #a3e635a6; +} + .border-lime-400\\/70 { border-color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3e635cc; } +.border-lime-400\\/85 { + border-color: #a3e635d9; +} + .border-lime-400\\/90 { border-color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f7fee7; } +.border-lime-50\\/15 { + border-color: #f7fee726; +} + .border-lime-50\\/20 { border-color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f7fee74d; } +.border-lime-50\\/35 { + border-color: #f7fee759; +} + .border-lime-50\\/40 { border-color: #f7fee766; } +.border-lime-50\\/45 { + border-color: #f7fee773; +} + .border-lime-50\\/5 { border-color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f7fee780; } +.border-lime-50\\/55 { + border-color: #f7fee78c; +} + .border-lime-50\\/60 { border-color: #f7fee799; } +.border-lime-50\\/65 { + border-color: #f7fee7a6; +} + .border-lime-50\\/70 { border-color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f7fee7cc; } +.border-lime-50\\/85 { + border-color: #f7fee7d9; +} + .border-lime-50\\/90 { border-color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #84cc16; } +.border-lime-500\\/15 { + border-color: #84cc1626; +} + .border-lime-500\\/20 { border-color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #84cc164d; } +.border-lime-500\\/35 { + border-color: #84cc1659; +} + .border-lime-500\\/40 { border-color: #84cc1666; } +.border-lime-500\\/45 { + border-color: #84cc1673; +} + .border-lime-500\\/5 { border-color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #84cc1680; } +.border-lime-500\\/55 { + border-color: #84cc168c; +} + .border-lime-500\\/60 { border-color: #84cc1699; } +.border-lime-500\\/65 { + border-color: #84cc16a6; +} + .border-lime-500\\/70 { border-color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #84cc16cc; } +.border-lime-500\\/85 { + border-color: #84cc16d9; +} + .border-lime-500\\/90 { border-color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #65a30d; } +.border-lime-600\\/15 { + border-color: #65a30d26; +} + .border-lime-600\\/20 { border-color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #65a30d4d; } +.border-lime-600\\/35 { + border-color: #65a30d59; +} + .border-lime-600\\/40 { border-color: #65a30d66; } +.border-lime-600\\/45 { + border-color: #65a30d73; +} + .border-lime-600\\/5 { border-color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #65a30d80; } +.border-lime-600\\/55 { + border-color: #65a30d8c; +} + .border-lime-600\\/60 { border-color: #65a30d99; } +.border-lime-600\\/65 { + border-color: #65a30da6; +} + .border-lime-600\\/70 { border-color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #65a30dcc; } +.border-lime-600\\/85 { + border-color: #65a30dd9; +} + .border-lime-600\\/90 { border-color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4d7c0f; } +.border-lime-700\\/15 { + border-color: #4d7c0f26; +} + .border-lime-700\\/20 { border-color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4d7c0f4d; } +.border-lime-700\\/35 { + border-color: #4d7c0f59; +} + .border-lime-700\\/40 { border-color: #4d7c0f66; } +.border-lime-700\\/45 { + border-color: #4d7c0f73; +} + .border-lime-700\\/5 { border-color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4d7c0f80; } +.border-lime-700\\/55 { + border-color: #4d7c0f8c; +} + .border-lime-700\\/60 { border-color: #4d7c0f99; } +.border-lime-700\\/65 { + border-color: #4d7c0fa6; +} + .border-lime-700\\/70 { border-color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4d7c0fcc; } +.border-lime-700\\/85 { + border-color: #4d7c0fd9; +} + .border-lime-700\\/90 { border-color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f6212; } +.border-lime-800\\/15 { + border-color: #3f621226; +} + .border-lime-800\\/20 { border-color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f62124d; } +.border-lime-800\\/35 { + border-color: #3f621259; +} + .border-lime-800\\/40 { border-color: #3f621266; } +.border-lime-800\\/45 { + border-color: #3f621273; +} + .border-lime-800\\/5 { border-color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f621280; } +.border-lime-800\\/55 { + border-color: #3f62128c; +} + .border-lime-800\\/60 { border-color: #3f621299; } +.border-lime-800\\/65 { + border-color: #3f6212a6; +} + .border-lime-800\\/70 { border-color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f6212cc; } +.border-lime-800\\/85 { + border-color: #3f6212d9; +} + .border-lime-800\\/90 { border-color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #365314; } +.border-lime-900\\/15 { + border-color: #36531426; +} + .border-lime-900\\/20 { border-color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3653144d; } +.border-lime-900\\/35 { + border-color: #36531459; +} + .border-lime-900\\/40 { border-color: #36531466; } +.border-lime-900\\/45 { + border-color: #36531473; +} + .border-lime-900\\/5 { border-color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #36531480; } +.border-lime-900\\/55 { + border-color: #3653148c; +} + .border-lime-900\\/60 { border-color: #36531499; } +.border-lime-900\\/65 { + border-color: #365314a6; +} + .border-lime-900\\/70 { border-color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #365314cc; } +.border-lime-900\\/85 { + border-color: #365314d9; +} + .border-lime-900\\/90 { border-color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1a2e05; } +.border-lime-950\\/15 { + border-color: #1a2e0526; +} + .border-lime-950\\/20 { border-color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1a2e054d; } +.border-lime-950\\/35 { + border-color: #1a2e0559; +} + .border-lime-950\\/40 { border-color: #1a2e0566; } +.border-lime-950\\/45 { + border-color: #1a2e0573; +} + .border-lime-950\\/5 { border-color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1a2e0580; } +.border-lime-950\\/55 { + border-color: #1a2e058c; +} + .border-lime-950\\/60 { border-color: #1a2e0599; } +.border-lime-950\\/65 { + border-color: #1a2e05a6; +} + .border-lime-950\\/70 { border-color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1a2e05cc; } +.border-lime-950\\/85 { + border-color: #1a2e05d9; +} + .border-lime-950\\/90 { border-color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f5; } +.border-neutral-100\\/15 { + border-color: #f5f5f526; +} + .border-neutral-100\\/20 { border-color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f54d; } +.border-neutral-100\\/35 { + border-color: #f5f5f559; +} + .border-neutral-100\\/40 { border-color: #f5f5f566; } +.border-neutral-100\\/45 { + border-color: #f5f5f573; +} + .border-neutral-100\\/5 { border-color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f580; } +.border-neutral-100\\/55 { + border-color: #f5f5f58c; +} + .border-neutral-100\\/60 { border-color: #f5f5f599; } +.border-neutral-100\\/65 { + border-color: #f5f5f5a6; +} + .border-neutral-100\\/70 { border-color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f5cc; } +.border-neutral-100\\/85 { + border-color: #f5f5f5d9; +} + .border-neutral-100\\/90 { border-color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e5e5; } +.border-neutral-200\\/15 { + border-color: #e5e5e526; +} + .border-neutral-200\\/20 { border-color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e5e54d; } +.border-neutral-200\\/35 { + border-color: #e5e5e559; +} + .border-neutral-200\\/40 { border-color: #e5e5e566; } +.border-neutral-200\\/45 { + border-color: #e5e5e573; +} + .border-neutral-200\\/5 { border-color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e5e580; } +.border-neutral-200\\/55 { + border-color: #e5e5e58c; +} + .border-neutral-200\\/60 { border-color: #e5e5e599; } +.border-neutral-200\\/65 { + border-color: #e5e5e5a6; +} + .border-neutral-200\\/70 { border-color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e5e5e5cc; } +.border-neutral-200\\/85 { + border-color: #e5e5e5d9; +} + .border-neutral-200\\/90 { border-color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d4; } +.border-neutral-300\\/15 { + border-color: #d4d4d426; +} + .border-neutral-300\\/20 { border-color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d44d; } +.border-neutral-300\\/35 { + border-color: #d4d4d459; +} + .border-neutral-300\\/40 { border-color: #d4d4d466; } +.border-neutral-300\\/45 { + border-color: #d4d4d473; +} + .border-neutral-300\\/5 { border-color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d480; } +.border-neutral-300\\/55 { + border-color: #d4d4d48c; +} + .border-neutral-300\\/60 { border-color: #d4d4d499; } +.border-neutral-300\\/65 { + border-color: #d4d4d4a6; +} + .border-neutral-300\\/70 { border-color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d4cc; } +.border-neutral-300\\/85 { + border-color: #d4d4d4d9; +} + .border-neutral-300\\/90 { border-color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3a3a3; } +.border-neutral-400\\/15 { + border-color: #a3a3a326; +} + .border-neutral-400\\/20 { border-color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3a3a34d; } +.border-neutral-400\\/35 { + border-color: #a3a3a359; +} + .border-neutral-400\\/40 { border-color: #a3a3a366; } +.border-neutral-400\\/45 { + border-color: #a3a3a373; +} + .border-neutral-400\\/5 { border-color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3a3a380; } +.border-neutral-400\\/55 { + border-color: #a3a3a38c; +} + .border-neutral-400\\/60 { border-color: #a3a3a399; } +.border-neutral-400\\/65 { + border-color: #a3a3a3a6; +} + .border-neutral-400\\/70 { border-color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a3a3a3cc; } +.border-neutral-400\\/85 { + border-color: #a3a3a3d9; +} + .border-neutral-400\\/90 { border-color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafa; } +.border-neutral-50\\/15 { + border-color: #fafafa26; +} + .border-neutral-50\\/20 { border-color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafa4d; } +.border-neutral-50\\/35 { + border-color: #fafafa59; +} + .border-neutral-50\\/40 { border-color: #fafafa66; } +.border-neutral-50\\/45 { + border-color: #fafafa73; +} + .border-neutral-50\\/5 { border-color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafa80; } +.border-neutral-50\\/55 { + border-color: #fafafa8c; +} + .border-neutral-50\\/60 { border-color: #fafafa99; } +.border-neutral-50\\/65 { + border-color: #fafafaa6; +} + .border-neutral-50\\/70 { border-color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafacc; } +.border-neutral-50\\/85 { + border-color: #fafafad9; +} + .border-neutral-50\\/90 { border-color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #737373; } +.border-neutral-500\\/15 { + border-color: #73737326; +} + .border-neutral-500\\/20 { border-color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7373734d; } +.border-neutral-500\\/35 { + border-color: #73737359; +} + .border-neutral-500\\/40 { border-color: #73737366; } +.border-neutral-500\\/45 { + border-color: #73737373; +} + .border-neutral-500\\/5 { border-color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #73737380; } +.border-neutral-500\\/55 { + border-color: #7373738c; +} + .border-neutral-500\\/60 { border-color: #73737399; } +.border-neutral-500\\/65 { + border-color: #737373a6; +} + .border-neutral-500\\/70 { border-color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #737373cc; } +.border-neutral-500\\/85 { + border-color: #737373d9; +} + .border-neutral-500\\/90 { border-color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #525252; } +.border-neutral-600\\/15 { + border-color: #52525226; +} + .border-neutral-600\\/20 { border-color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5252524d; } +.border-neutral-600\\/35 { + border-color: #52525259; +} + .border-neutral-600\\/40 { border-color: #52525266; } +.border-neutral-600\\/45 { + border-color: #52525273; +} + .border-neutral-600\\/5 { border-color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #52525280; } +.border-neutral-600\\/55 { + border-color: #5252528c; +} + .border-neutral-600\\/60 { border-color: #52525299; } +.border-neutral-600\\/65 { + border-color: #525252a6; +} + .border-neutral-600\\/70 { border-color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #525252cc; } +.border-neutral-600\\/85 { + border-color: #525252d9; +} + .border-neutral-600\\/90 { border-color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #404040; } +.border-neutral-700\\/15 { + border-color: #40404026; +} + .border-neutral-700\\/20 { border-color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4040404d; } +.border-neutral-700\\/35 { + border-color: #40404059; +} + .border-neutral-700\\/40 { border-color: #40404066; } +.border-neutral-700\\/45 { + border-color: #40404073; +} + .border-neutral-700\\/5 { border-color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #40404080; } +.border-neutral-700\\/55 { + border-color: #4040408c; +} + .border-neutral-700\\/60 { border-color: #40404099; } +.border-neutral-700\\/65 { + border-color: #404040a6; +} + .border-neutral-700\\/70 { border-color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #404040cc; } +.border-neutral-700\\/85 { + border-color: #404040d9; +} + .border-neutral-700\\/90 { border-color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #262626; } +.border-neutral-800\\/15 { + border-color: #26262626; +} + .border-neutral-800\\/20 { border-color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2626264d; } +.border-neutral-800\\/35 { + border-color: #26262659; +} + .border-neutral-800\\/40 { border-color: #26262666; } +.border-neutral-800\\/45 { + border-color: #26262673; +} + .border-neutral-800\\/5 { border-color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #26262680; } +.border-neutral-800\\/55 { + border-color: #2626268c; +} + .border-neutral-800\\/60 { border-color: #26262699; } +.border-neutral-800\\/65 { + border-color: #262626a6; +} + .border-neutral-800\\/70 { border-color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #262626cc; } +.border-neutral-800\\/85 { + border-color: #262626d9; +} + .border-neutral-800\\/90 { border-color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #171717; } +.border-neutral-900\\/15 { + border-color: #17171726; +} + .border-neutral-900\\/20 { border-color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1717174d; } +.border-neutral-900\\/35 { + border-color: #17171759; +} + .border-neutral-900\\/40 { border-color: #17171766; } +.border-neutral-900\\/45 { + border-color: #17171773; +} + .border-neutral-900\\/5 { border-color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #17171780; } +.border-neutral-900\\/55 { + border-color: #1717178c; +} + .border-neutral-900\\/60 { border-color: #17171799; } +.border-neutral-900\\/65 { + border-color: #171717a6; +} + .border-neutral-900\\/70 { border-color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #171717cc; } +.border-neutral-900\\/85 { + border-color: #171717d9; +} + .border-neutral-900\\/90 { border-color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0a0a0a; } +.border-neutral-950\\/15 { + border-color: #0a0a0a26; +} + .border-neutral-950\\/20 { border-color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0a0a0a4d; } +.border-neutral-950\\/35 { + border-color: #0a0a0a59; +} + .border-neutral-950\\/40 { border-color: #0a0a0a66; } +.border-neutral-950\\/45 { + border-color: #0a0a0a73; +} + .border-neutral-950\\/5 { border-color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0a0a0a80; } +.border-neutral-950\\/55 { + border-color: #0a0a0a8c; +} + .border-neutral-950\\/60 { border-color: #0a0a0a99; } +.border-neutral-950\\/65 { + border-color: #0a0a0aa6; +} + .border-neutral-950\\/70 { border-color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0a0a0acc; } +.border-neutral-950\\/85 { + border-color: #0a0a0ad9; +} + .border-neutral-950\\/90 { border-color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffedd5; } +.border-orange-100\\/15 { + border-color: #ffedd526; +} + .border-orange-100\\/20 { border-color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffedd54d; } +.border-orange-100\\/35 { + border-color: #ffedd559; +} + .border-orange-100\\/40 { border-color: #ffedd566; } +.border-orange-100\\/45 { + border-color: #ffedd573; +} + .border-orange-100\\/5 { border-color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffedd580; } +.border-orange-100\\/55 { + border-color: #ffedd58c; +} + .border-orange-100\\/60 { border-color: #ffedd599; } +.border-orange-100\\/65 { + border-color: #ffedd5a6; +} + .border-orange-100\\/70 { border-color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffedd5cc; } +.border-orange-100\\/85 { + border-color: #ffedd5d9; +} + .border-orange-100\\/90 { border-color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fed7aa; } +.border-orange-200\\/15 { + border-color: #fed7aa26; +} + .border-orange-200\\/20 { border-color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fed7aa4d; } +.border-orange-200\\/35 { + border-color: #fed7aa59; +} + .border-orange-200\\/40 { border-color: #fed7aa66; } +.border-orange-200\\/45 { + border-color: #fed7aa73; +} + .border-orange-200\\/5 { border-color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fed7aa80; } +.border-orange-200\\/55 { + border-color: #fed7aa8c; +} + .border-orange-200\\/60 { border-color: #fed7aa99; } +.border-orange-200\\/65 { + border-color: #fed7aaa6; +} + .border-orange-200\\/70 { border-color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fed7aacc; } +.border-orange-200\\/85 { + border-color: #fed7aad9; +} + .border-orange-200\\/90 { border-color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdba74; } +.border-orange-300\\/15 { + border-color: #fdba7426; +} + .border-orange-300\\/20 { border-color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdba744d; } +.border-orange-300\\/35 { + border-color: #fdba7459; +} + .border-orange-300\\/40 { border-color: #fdba7466; } +.border-orange-300\\/45 { + border-color: #fdba7473; +} + .border-orange-300\\/5 { border-color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdba7480; } +.border-orange-300\\/55 { + border-color: #fdba748c; +} + .border-orange-300\\/60 { border-color: #fdba7499; } +.border-orange-300\\/65 { + border-color: #fdba74a6; +} + .border-orange-300\\/70 { border-color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdba74cc; } +.border-orange-300\\/85 { + border-color: #fdba74d9; +} + .border-orange-300\\/90 { border-color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb923c; } +.border-orange-400\\/15 { + border-color: #fb923c26; +} + .border-orange-400\\/20 { border-color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb923c4d; } +.border-orange-400\\/35 { + border-color: #fb923c59; +} + .border-orange-400\\/40 { border-color: #fb923c66; } +.border-orange-400\\/45 { + border-color: #fb923c73; +} + .border-orange-400\\/5 { border-color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb923c80; } +.border-orange-400\\/55 { + border-color: #fb923c8c; +} + .border-orange-400\\/60 { border-color: #fb923c99; } +.border-orange-400\\/65 { + border-color: #fb923ca6; +} + .border-orange-400\\/70 { border-color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb923ccc; } +.border-orange-400\\/85 { + border-color: #fb923cd9; +} + .border-orange-400\\/90 { border-color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff7ed; } +.border-orange-50\\/15 { + border-color: #fff7ed26; +} + .border-orange-50\\/20 { border-color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff7ed4d; } +.border-orange-50\\/35 { + border-color: #fff7ed59; +} + .border-orange-50\\/40 { border-color: #fff7ed66; } +.border-orange-50\\/45 { + border-color: #fff7ed73; +} + .border-orange-50\\/5 { border-color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff7ed80; } +.border-orange-50\\/55 { + border-color: #fff7ed8c; +} + .border-orange-50\\/60 { border-color: #fff7ed99; } +.border-orange-50\\/65 { + border-color: #fff7eda6; +} + .border-orange-50\\/70 { border-color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff7edcc; } +.border-orange-50\\/85 { + border-color: #fff7edd9; +} + .border-orange-50\\/90 { border-color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f97316; } +.border-orange-500\\/15 { + border-color: #f9731626; +} + .border-orange-500\\/20 { border-color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f973164d; } +.border-orange-500\\/35 { + border-color: #f9731659; +} + .border-orange-500\\/40 { border-color: #f9731666; } +.border-orange-500\\/45 { + border-color: #f9731673; +} + .border-orange-500\\/5 { border-color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9731680; } +.border-orange-500\\/55 { + border-color: #f973168c; +} + .border-orange-500\\/60 { border-color: #f9731699; } +.border-orange-500\\/65 { + border-color: #f97316a6; +} + .border-orange-500\\/70 { border-color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f97316cc; } +.border-orange-500\\/85 { + border-color: #f97316d9; +} + .border-orange-500\\/90 { border-color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ea580c; } +.border-orange-600\\/15 { + border-color: #ea580c26; +} + .border-orange-600\\/20 { border-color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ea580c4d; } +.border-orange-600\\/35 { + border-color: #ea580c59; +} + .border-orange-600\\/40 { border-color: #ea580c66; } +.border-orange-600\\/45 { + border-color: #ea580c73; +} + .border-orange-600\\/5 { border-color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ea580c80; } +.border-orange-600\\/55 { + border-color: #ea580c8c; +} + .border-orange-600\\/60 { border-color: #ea580c99; } +.border-orange-600\\/65 { + border-color: #ea580ca6; +} + .border-orange-600\\/70 { border-color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ea580ccc; } +.border-orange-600\\/85 { + border-color: #ea580cd9; +} + .border-orange-600\\/90 { border-color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c2410c; } +.border-orange-700\\/15 { + border-color: #c2410c26; +} + .border-orange-700\\/20 { border-color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c2410c4d; } +.border-orange-700\\/35 { + border-color: #c2410c59; +} + .border-orange-700\\/40 { border-color: #c2410c66; } +.border-orange-700\\/45 { + border-color: #c2410c73; +} + .border-orange-700\\/5 { border-color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c2410c80; } +.border-orange-700\\/55 { + border-color: #c2410c8c; +} + .border-orange-700\\/60 { border-color: #c2410c99; } +.border-orange-700\\/65 { + border-color: #c2410ca6; +} + .border-orange-700\\/70 { border-color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c2410ccc; } +.border-orange-700\\/85 { + border-color: #c2410cd9; +} + .border-orange-700\\/90 { border-color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9a3412; } +.border-orange-800\\/15 { + border-color: #9a341226; +} + .border-orange-800\\/20 { border-color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9a34124d; } +.border-orange-800\\/35 { + border-color: #9a341259; +} + .border-orange-800\\/40 { border-color: #9a341266; } +.border-orange-800\\/45 { + border-color: #9a341273; +} + .border-orange-800\\/5 { border-color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9a341280; } +.border-orange-800\\/55 { + border-color: #9a34128c; +} + .border-orange-800\\/60 { border-color: #9a341299; } +.border-orange-800\\/65 { + border-color: #9a3412a6; +} + .border-orange-800\\/70 { border-color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9a3412cc; } +.border-orange-800\\/85 { + border-color: #9a3412d9; +} + .border-orange-800\\/90 { border-color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c2d12; } +.border-orange-900\\/15 { + border-color: #7c2d1226; +} + .border-orange-900\\/20 { border-color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c2d124d; } +.border-orange-900\\/35 { + border-color: #7c2d1259; +} + .border-orange-900\\/40 { border-color: #7c2d1266; } +.border-orange-900\\/45 { + border-color: #7c2d1273; +} + .border-orange-900\\/5 { border-color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c2d1280; } +.border-orange-900\\/55 { + border-color: #7c2d128c; +} + .border-orange-900\\/60 { border-color: #7c2d1299; } +.border-orange-900\\/65 { + border-color: #7c2d12a6; +} + .border-orange-900\\/70 { border-color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c2d12cc; } +.border-orange-900\\/85 { + border-color: #7c2d12d9; +} + .border-orange-900\\/90 { border-color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #431407; } +.border-orange-950\\/15 { + border-color: #43140726; +} + .border-orange-950\\/20 { border-color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4314074d; } +.border-orange-950\\/35 { + border-color: #43140759; +} + .border-orange-950\\/40 { border-color: #43140766; } +.border-orange-950\\/45 { + border-color: #43140773; +} + .border-orange-950\\/5 { border-color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #43140780; } +.border-orange-950\\/55 { + border-color: #4314078c; +} + .border-orange-950\\/60 { border-color: #43140799; } +.border-orange-950\\/65 { + border-color: #431407a6; +} + .border-orange-950\\/70 { border-color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #431407cc; } +.border-orange-950\\/85 { + border-color: #431407d9; +} + .border-orange-950\\/90 { border-color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fce7f3; } +.border-pink-100\\/15 { + border-color: #fce7f326; +} + .border-pink-100\\/20 { border-color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fce7f34d; } +.border-pink-100\\/35 { + border-color: #fce7f359; +} + .border-pink-100\\/40 { border-color: #fce7f366; } +.border-pink-100\\/45 { + border-color: #fce7f373; +} + .border-pink-100\\/5 { border-color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fce7f380; } +.border-pink-100\\/55 { + border-color: #fce7f38c; +} + .border-pink-100\\/60 { border-color: #fce7f399; } +.border-pink-100\\/65 { + border-color: #fce7f3a6; +} + .border-pink-100\\/70 { border-color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fce7f3cc; } +.border-pink-100\\/85 { + border-color: #fce7f3d9; +} + .border-pink-100\\/90 { border-color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbcfe8; } +.border-pink-200\\/15 { + border-color: #fbcfe826; +} + .border-pink-200\\/20 { border-color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbcfe84d; } +.border-pink-200\\/35 { + border-color: #fbcfe859; +} + .border-pink-200\\/40 { border-color: #fbcfe866; } +.border-pink-200\\/45 { + border-color: #fbcfe873; +} + .border-pink-200\\/5 { border-color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbcfe880; } +.border-pink-200\\/55 { + border-color: #fbcfe88c; +} + .border-pink-200\\/60 { border-color: #fbcfe899; } +.border-pink-200\\/65 { + border-color: #fbcfe8a6; +} + .border-pink-200\\/70 { border-color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fbcfe8cc; } +.border-pink-200\\/85 { + border-color: #fbcfe8d9; +} + .border-pink-200\\/90 { border-color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9a8d4; } +.border-pink-300\\/15 { + border-color: #f9a8d426; +} + .border-pink-300\\/20 { border-color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9a8d44d; } +.border-pink-300\\/35 { + border-color: #f9a8d459; +} + .border-pink-300\\/40 { border-color: #f9a8d466; } +.border-pink-300\\/45 { + border-color: #f9a8d473; +} + .border-pink-300\\/5 { border-color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9a8d480; } +.border-pink-300\\/55 { + border-color: #f9a8d48c; +} + .border-pink-300\\/60 { border-color: #f9a8d499; } +.border-pink-300\\/65 { + border-color: #f9a8d4a6; +} + .border-pink-300\\/70 { border-color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f9a8d4cc; } +.border-pink-300\\/85 { + border-color: #f9a8d4d9; +} + .border-pink-300\\/90 { border-color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f472b6; } +.border-pink-400\\/15 { + border-color: #f472b626; +} + .border-pink-400\\/20 { border-color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f472b64d; } +.border-pink-400\\/35 { + border-color: #f472b659; +} + .border-pink-400\\/40 { border-color: #f472b666; } +.border-pink-400\\/45 { + border-color: #f472b673; +} + .border-pink-400\\/5 { border-color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f472b680; } +.border-pink-400\\/55 { + border-color: #f472b68c; +} + .border-pink-400\\/60 { border-color: #f472b699; } +.border-pink-400\\/65 { + border-color: #f472b6a6; +} + .border-pink-400\\/70 { border-color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f472b6cc; } +.border-pink-400\\/85 { + border-color: #f472b6d9; +} + .border-pink-400\\/90 { border-color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf2f8; } +.border-pink-50\\/15 { + border-color: #fdf2f826; +} + .border-pink-50\\/20 { border-color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf2f84d; } +.border-pink-50\\/35 { + border-color: #fdf2f859; +} + .border-pink-50\\/40 { border-color: #fdf2f866; } +.border-pink-50\\/45 { + border-color: #fdf2f873; +} + .border-pink-50\\/5 { border-color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf2f880; } +.border-pink-50\\/55 { + border-color: #fdf2f88c; +} + .border-pink-50\\/60 { border-color: #fdf2f899; } +.border-pink-50\\/65 { + border-color: #fdf2f8a6; +} + .border-pink-50\\/70 { border-color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fdf2f8cc; } +.border-pink-50\\/85 { + border-color: #fdf2f8d9; +} + .border-pink-50\\/90 { border-color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ec4899; } +.border-pink-500\\/15 { + border-color: #ec489926; +} + .border-pink-500\\/20 { border-color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ec48994d; } +.border-pink-500\\/35 { + border-color: #ec489959; +} + .border-pink-500\\/40 { border-color: #ec489966; } +.border-pink-500\\/45 { + border-color: #ec489973; +} + .border-pink-500\\/5 { border-color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ec489980; } +.border-pink-500\\/55 { + border-color: #ec48998c; +} + .border-pink-500\\/60 { border-color: #ec489999; } +.border-pink-500\\/65 { + border-color: #ec4899a6; +} + .border-pink-500\\/70 { border-color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ec4899cc; } +.border-pink-500\\/85 { + border-color: #ec4899d9; +} + .border-pink-500\\/90 { border-color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #db2777; } +.border-pink-600\\/15 { + border-color: #db277726; +} + .border-pink-600\\/20 { border-color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #db27774d; } +.border-pink-600\\/35 { + border-color: #db277759; +} + .border-pink-600\\/40 { border-color: #db277766; } +.border-pink-600\\/45 { + border-color: #db277773; +} + .border-pink-600\\/5 { border-color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #db277780; } +.border-pink-600\\/55 { + border-color: #db27778c; +} + .border-pink-600\\/60 { border-color: #db277799; } +.border-pink-600\\/65 { + border-color: #db2777a6; +} + .border-pink-600\\/70 { border-color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #db2777cc; } +.border-pink-600\\/85 { + border-color: #db2777d9; +} + .border-pink-600\\/90 { border-color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be185d; } +.border-pink-700\\/15 { + border-color: #be185d26; +} + .border-pink-700\\/20 { border-color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be185d4d; } +.border-pink-700\\/35 { + border-color: #be185d59; +} + .border-pink-700\\/40 { border-color: #be185d66; } +.border-pink-700\\/45 { + border-color: #be185d73; +} + .border-pink-700\\/5 { border-color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be185d80; } +.border-pink-700\\/55 { + border-color: #be185d8c; +} + .border-pink-700\\/60 { border-color: #be185d99; } +.border-pink-700\\/65 { + border-color: #be185da6; +} + .border-pink-700\\/70 { border-color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be185dcc; } +.border-pink-700\\/85 { + border-color: #be185dd9; +} + .border-pink-700\\/90 { border-color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9d174d; } +.border-pink-800\\/15 { + border-color: #9d174d26; +} + .border-pink-800\\/20 { border-color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9d174d4d; } +.border-pink-800\\/35 { + border-color: #9d174d59; +} + .border-pink-800\\/40 { border-color: #9d174d66; } +.border-pink-800\\/45 { + border-color: #9d174d73; +} + .border-pink-800\\/5 { border-color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9d174d80; } +.border-pink-800\\/55 { + border-color: #9d174d8c; +} + .border-pink-800\\/60 { border-color: #9d174d99; } +.border-pink-800\\/65 { + border-color: #9d174da6; +} + .border-pink-800\\/70 { border-color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9d174dcc; } +.border-pink-800\\/85 { + border-color: #9d174dd9; +} + .border-pink-800\\/90 { border-color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #831843; } +.border-pink-900\\/15 { + border-color: #83184326; +} + .border-pink-900\\/20 { border-color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #8318434d; } +.border-pink-900\\/35 { + border-color: #83184359; +} + .border-pink-900\\/40 { border-color: #83184366; } +.border-pink-900\\/45 { + border-color: #83184373; +} + .border-pink-900\\/5 { border-color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #83184380; } +.border-pink-900\\/55 { + border-color: #8318438c; +} + .border-pink-900\\/60 { border-color: #83184399; } +.border-pink-900\\/65 { + border-color: #831843a6; +} + .border-pink-900\\/70 { border-color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #831843cc; } +.border-pink-900\\/85 { + border-color: #831843d9; +} + .border-pink-900\\/90 { border-color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #500724; } +.border-pink-950\\/15 { + border-color: #50072426; +} + .border-pink-950\\/20 { border-color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5007244d; } +.border-pink-950\\/35 { + border-color: #50072459; +} + .border-pink-950\\/40 { border-color: #50072466; } +.border-pink-950\\/45 { + border-color: #50072473; +} + .border-pink-950\\/5 { border-color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #50072480; } +.border-pink-950\\/55 { + border-color: #5007248c; +} + .border-pink-950\\/60 { border-color: #50072499; } +.border-pink-950\\/65 { + border-color: #500724a6; +} + .border-pink-950\\/70 { border-color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #500724cc; } +.border-pink-950\\/85 { + border-color: #500724d9; +} + .border-pink-950\\/90 { border-color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3e8ff; } +.border-purple-100\\/15 { + border-color: #f3e8ff26; +} + .border-purple-100\\/20 { border-color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3e8ff4d; } +.border-purple-100\\/35 { + border-color: #f3e8ff59; +} + .border-purple-100\\/40 { border-color: #f3e8ff66; } +.border-purple-100\\/45 { + border-color: #f3e8ff73; +} + .border-purple-100\\/5 { border-color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3e8ff80; } +.border-purple-100\\/55 { + border-color: #f3e8ff8c; +} + .border-purple-100\\/60 { border-color: #f3e8ff99; } +.border-purple-100\\/65 { + border-color: #f3e8ffa6; +} + .border-purple-100\\/70 { border-color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f3e8ffcc; } +.border-purple-100\\/85 { + border-color: #f3e8ffd9; +} + .border-purple-100\\/90 { border-color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e9d5ff; } +.border-purple-200\\/15 { + border-color: #e9d5ff26; +} + .border-purple-200\\/20 { border-color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e9d5ff4d; } +.border-purple-200\\/35 { + border-color: #e9d5ff59; +} + .border-purple-200\\/40 { border-color: #e9d5ff66; } +.border-purple-200\\/45 { + border-color: #e9d5ff73; +} + .border-purple-200\\/5 { border-color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e9d5ff80; } +.border-purple-200\\/55 { + border-color: #e9d5ff8c; +} + .border-purple-200\\/60 { border-color: #e9d5ff99; } +.border-purple-200\\/65 { + border-color: #e9d5ffa6; +} + .border-purple-200\\/70 { border-color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e9d5ffcc; } +.border-purple-200\\/85 { + border-color: #e9d5ffd9; +} + .border-purple-200\\/90 { border-color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d8b4fe; } +.border-purple-300\\/15 { + border-color: #d8b4fe26; +} + .border-purple-300\\/20 { border-color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d8b4fe4d; } +.border-purple-300\\/35 { + border-color: #d8b4fe59; +} + .border-purple-300\\/40 { border-color: #d8b4fe66; } +.border-purple-300\\/45 { + border-color: #d8b4fe73; +} + .border-purple-300\\/5 { border-color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d8b4fe80; } +.border-purple-300\\/55 { + border-color: #d8b4fe8c; +} + .border-purple-300\\/60 { border-color: #d8b4fe99; } +.border-purple-300\\/65 { + border-color: #d8b4fea6; +} + .border-purple-300\\/70 { border-color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d8b4fecc; } +.border-purple-300\\/85 { + border-color: #d8b4fed9; +} + .border-purple-300\\/90 { border-color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c084fc; } +.border-purple-400\\/15 { + border-color: #c084fc26; +} + .border-purple-400\\/20 { border-color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c084fc4d; } +.border-purple-400\\/35 { + border-color: #c084fc59; +} + .border-purple-400\\/40 { border-color: #c084fc66; } +.border-purple-400\\/45 { + border-color: #c084fc73; +} + .border-purple-400\\/5 { border-color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c084fc80; } +.border-purple-400\\/55 { + border-color: #c084fc8c; +} + .border-purple-400\\/60 { border-color: #c084fc99; } +.border-purple-400\\/65 { + border-color: #c084fca6; +} + .border-purple-400\\/70 { border-color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c084fccc; } +.border-purple-400\\/85 { + border-color: #c084fcd9; +} + .border-purple-400\\/90 { border-color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #faf5ff; } +.border-purple-50\\/15 { + border-color: #faf5ff26; +} + .border-purple-50\\/20 { border-color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #faf5ff4d; } +.border-purple-50\\/35 { + border-color: #faf5ff59; +} + .border-purple-50\\/40 { border-color: #faf5ff66; } +.border-purple-50\\/45 { + border-color: #faf5ff73; +} + .border-purple-50\\/5 { border-color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #faf5ff80; } +.border-purple-50\\/55 { + border-color: #faf5ff8c; +} + .border-purple-50\\/60 { border-color: #faf5ff99; } +.border-purple-50\\/65 { + border-color: #faf5ffa6; +} + .border-purple-50\\/70 { border-color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #faf5ffcc; } +.border-purple-50\\/85 { + border-color: #faf5ffd9; +} + .border-purple-50\\/90 { border-color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a855f7; } +.border-purple-500\\/15 { + border-color: #a855f726; +} + .border-purple-500\\/20 { border-color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a855f74d; } +.border-purple-500\\/35 { + border-color: #a855f759; +} + .border-purple-500\\/40 { border-color: #a855f766; } +.border-purple-500\\/45 { + border-color: #a855f773; +} + .border-purple-500\\/5 { border-color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a855f780; } +.border-purple-500\\/55 { + border-color: #a855f78c; +} + .border-purple-500\\/60 { border-color: #a855f799; } +.border-purple-500\\/65 { + border-color: #a855f7a6; +} + .border-purple-500\\/70 { border-color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a855f7cc; } +.border-purple-500\\/85 { + border-color: #a855f7d9; +} + .border-purple-500\\/90 { border-color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9333ea; } +.border-purple-600\\/15 { + border-color: #9333ea26; +} + .border-purple-600\\/20 { border-color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9333ea4d; } +.border-purple-600\\/35 { + border-color: #9333ea59; +} + .border-purple-600\\/40 { border-color: #9333ea66; } +.border-purple-600\\/45 { + border-color: #9333ea73; +} + .border-purple-600\\/5 { border-color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9333ea80; } +.border-purple-600\\/55 { + border-color: #9333ea8c; +} + .border-purple-600\\/60 { border-color: #9333ea99; } +.border-purple-600\\/65 { + border-color: #9333eaa6; +} + .border-purple-600\\/70 { border-color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9333eacc; } +.border-purple-600\\/85 { + border-color: #9333ead9; +} + .border-purple-600\\/90 { border-color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7e22ce; } +.border-purple-700\\/15 { + border-color: #7e22ce26; +} + .border-purple-700\\/20 { border-color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7e22ce4d; } +.border-purple-700\\/35 { + border-color: #7e22ce59; +} + .border-purple-700\\/40 { border-color: #7e22ce66; } +.border-purple-700\\/45 { + border-color: #7e22ce73; +} + .border-purple-700\\/5 { border-color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7e22ce80; } +.border-purple-700\\/55 { + border-color: #7e22ce8c; +} + .border-purple-700\\/60 { border-color: #7e22ce99; } +.border-purple-700\\/65 { + border-color: #7e22cea6; +} + .border-purple-700\\/70 { border-color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7e22cecc; } +.border-purple-700\\/85 { + border-color: #7e22ced9; +} + .border-purple-700\\/90 { border-color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b21a8; } +.border-purple-800\\/15 { + border-color: #6b21a826; +} + .border-purple-800\\/20 { border-color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b21a84d; } +.border-purple-800\\/35 { + border-color: #6b21a859; +} + .border-purple-800\\/40 { border-color: #6b21a866; } +.border-purple-800\\/45 { + border-color: #6b21a873; +} + .border-purple-800\\/5 { border-color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b21a880; } +.border-purple-800\\/55 { + border-color: #6b21a88c; +} + .border-purple-800\\/60 { border-color: #6b21a899; } +.border-purple-800\\/65 { + border-color: #6b21a8a6; +} + .border-purple-800\\/70 { border-color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6b21a8cc; } +.border-purple-800\\/85 { + border-color: #6b21a8d9; +} + .border-purple-800\\/90 { border-color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #581c87; } +.border-purple-900\\/15 { + border-color: #581c8726; +} + .border-purple-900\\/20 { border-color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #581c874d; } +.border-purple-900\\/35 { + border-color: #581c8759; +} + .border-purple-900\\/40 { border-color: #581c8766; } +.border-purple-900\\/45 { + border-color: #581c8773; +} + .border-purple-900\\/5 { border-color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #581c8780; } +.border-purple-900\\/55 { + border-color: #581c878c; +} + .border-purple-900\\/60 { border-color: #581c8799; } +.border-purple-900\\/65 { + border-color: #581c87a6; +} + .border-purple-900\\/70 { border-color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #581c87cc; } +.border-purple-900\\/85 { + border-color: #581c87d9; +} + .border-purple-900\\/90 { border-color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b0764; } +.border-purple-950\\/15 { + border-color: #3b076426; +} + .border-purple-950\\/20 { border-color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b07644d; } +.border-purple-950\\/35 { + border-color: #3b076459; +} + .border-purple-950\\/40 { border-color: #3b076466; } +.border-purple-950\\/45 { + border-color: #3b076473; +} + .border-purple-950\\/5 { border-color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b076480; } +.border-purple-950\\/55 { + border-color: #3b07648c; +} + .border-purple-950\\/60 { border-color: #3b076499; } +.border-purple-950\\/65 { + border-color: #3b0764a6; +} + .border-purple-950\\/70 { border-color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3b0764cc; } +.border-purple-950\\/85 { + border-color: #3b0764d9; +} + .border-purple-950\\/90 { border-color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fee2e2; } +.border-red-100\\/15 { + border-color: #fee2e226; +} + .border-red-100\\/20 { border-color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fee2e24d; } +.border-red-100\\/35 { + border-color: #fee2e259; +} + .border-red-100\\/40 { border-color: #fee2e266; } +.border-red-100\\/45 { + border-color: #fee2e273; +} + .border-red-100\\/5 { border-color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fee2e280; } +.border-red-100\\/55 { + border-color: #fee2e28c; +} + .border-red-100\\/60 { border-color: #fee2e299; } +.border-red-100\\/65 { + border-color: #fee2e2a6; +} + .border-red-100\\/70 { border-color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fee2e2cc; } +.border-red-100\\/85 { + border-color: #fee2e2d9; +} + .border-red-100\\/90 { border-color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecaca; } +.border-red-200\\/15 { + border-color: #fecaca26; +} + .border-red-200\\/20 { border-color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecaca4d; } +.border-red-200\\/35 { + border-color: #fecaca59; +} + .border-red-200\\/40 { border-color: #fecaca66; } +.border-red-200\\/45 { + border-color: #fecaca73; +} + .border-red-200\\/5 { border-color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecaca80; } +.border-red-200\\/55 { + border-color: #fecaca8c; +} + .border-red-200\\/60 { border-color: #fecaca99; } +.border-red-200\\/65 { + border-color: #fecacaa6; +} + .border-red-200\\/70 { border-color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecacacc; } +.border-red-200\\/85 { + border-color: #fecacad9; +} + .border-red-200\\/90 { border-color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fca5a5; } +.border-red-300\\/15 { + border-color: #fca5a526; +} + .border-red-300\\/20 { border-color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fca5a54d; } +.border-red-300\\/35 { + border-color: #fca5a559; +} + .border-red-300\\/40 { border-color: #fca5a566; } +.border-red-300\\/45 { + border-color: #fca5a573; +} + .border-red-300\\/5 { border-color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fca5a580; } +.border-red-300\\/55 { + border-color: #fca5a58c; +} + .border-red-300\\/60 { border-color: #fca5a599; } +.border-red-300\\/65 { + border-color: #fca5a5a6; +} + .border-red-300\\/70 { border-color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fca5a5cc; } +.border-red-300\\/85 { + border-color: #fca5a5d9; +} + .border-red-300\\/90 { border-color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f87171; } +.border-red-400\\/15 { + border-color: #f8717126; +} + .border-red-400\\/20 { border-color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f871714d; } +.border-red-400\\/35 { + border-color: #f8717159; +} + .border-red-400\\/40 { border-color: #f8717166; } +.border-red-400\\/45 { + border-color: #f8717173; +} + .border-red-400\\/5 { border-color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f8717180; } +.border-red-400\\/55 { + border-color: #f871718c; +} + .border-red-400\\/60 { border-color: #f8717199; } +.border-red-400\\/65 { + border-color: #f87171a6; +} + .border-red-400\\/70 { border-color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f87171cc; } +.border-red-400\\/85 { + border-color: #f87171d9; +} + .border-red-400\\/90 { border-color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef2f2; } +.border-red-50\\/15 { + border-color: #fef2f226; +} + .border-red-50\\/20 { border-color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef2f24d; } +.border-red-50\\/35 { + border-color: #fef2f259; +} + .border-red-50\\/40 { border-color: #fef2f266; } +.border-red-50\\/45 { + border-color: #fef2f273; +} + .border-red-50\\/5 { border-color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef2f280; } +.border-red-50\\/55 { + border-color: #fef2f28c; +} + .border-red-50\\/60 { border-color: #fef2f299; } +.border-red-50\\/65 { + border-color: #fef2f2a6; +} + .border-red-50\\/70 { border-color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef2f2cc; } +.border-red-50\\/85 { + border-color: #fef2f2d9; +} + .border-red-50\\/90 { border-color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ef4444; } +.border-red-500\\/15 { + border-color: #ef444426; +} + .border-red-500\\/20 { border-color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ef44444d; } +.border-red-500\\/35 { + border-color: #ef444459; +} + .border-red-500\\/40 { border-color: #ef444466; } +.border-red-500\\/45 { + border-color: #ef444473; +} + .border-red-500\\/5 { border-color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ef444480; } +.border-red-500\\/55 { + border-color: #ef44448c; +} + .border-red-500\\/60 { border-color: #ef444499; } +.border-red-500\\/65 { + border-color: #ef4444a6; +} + .border-red-500\\/70 { border-color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ef4444cc; } +.border-red-500\\/85 { + border-color: #ef4444d9; +} + .border-red-500\\/90 { border-color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dc2626; } +.border-red-600\\/15 { + border-color: #dc262626; +} + .border-red-600\\/20 { border-color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dc26264d; } +.border-red-600\\/35 { + border-color: #dc262659; +} + .border-red-600\\/40 { border-color: #dc262666; } +.border-red-600\\/45 { + border-color: #dc262673; +} + .border-red-600\\/5 { border-color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dc262680; } +.border-red-600\\/55 { + border-color: #dc26268c; +} + .border-red-600\\/60 { border-color: #dc262699; } +.border-red-600\\/65 { + border-color: #dc2626a6; +} + .border-red-600\\/70 { border-color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #dc2626cc; } +.border-red-600\\/85 { + border-color: #dc2626d9; +} + .border-red-600\\/90 { border-color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b91c1c; } +.border-red-700\\/15 { + border-color: #b91c1c26; +} + .border-red-700\\/20 { border-color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b91c1c4d; } +.border-red-700\\/35 { + border-color: #b91c1c59; +} + .border-red-700\\/40 { border-color: #b91c1c66; } +.border-red-700\\/45 { + border-color: #b91c1c73; +} + .border-red-700\\/5 { border-color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b91c1c80; } +.border-red-700\\/55 { + border-color: #b91c1c8c; +} + .border-red-700\\/60 { border-color: #b91c1c99; } +.border-red-700\\/65 { + border-color: #b91c1ca6; +} + .border-red-700\\/70 { border-color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #b91c1ccc; } +.border-red-700\\/85 { + border-color: #b91c1cd9; +} + .border-red-700\\/90 { border-color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #991b1b; } +.border-red-800\\/15 { + border-color: #991b1b26; +} + .border-red-800\\/20 { border-color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #991b1b4d; } +.border-red-800\\/35 { + border-color: #991b1b59; +} + .border-red-800\\/40 { border-color: #991b1b66; } +.border-red-800\\/45 { + border-color: #991b1b73; +} + .border-red-800\\/5 { border-color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #991b1b80; } +.border-red-800\\/55 { + border-color: #991b1b8c; +} + .border-red-800\\/60 { border-color: #991b1b99; } +.border-red-800\\/65 { + border-color: #991b1ba6; +} + .border-red-800\\/70 { border-color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #991b1bcc; } +.border-red-800\\/85 { + border-color: #991b1bd9; +} + .border-red-800\\/90 { border-color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7f1d1d; } +.border-red-900\\/15 { + border-color: #7f1d1d26; +} + .border-red-900\\/20 { border-color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7f1d1d4d; } +.border-red-900\\/35 { + border-color: #7f1d1d59; +} + .border-red-900\\/40 { border-color: #7f1d1d66; } +.border-red-900\\/45 { + border-color: #7f1d1d73; +} + .border-red-900\\/5 { border-color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7f1d1d80; } +.border-red-900\\/55 { + border-color: #7f1d1d8c; +} + .border-red-900\\/60 { border-color: #7f1d1d99; } +.border-red-900\\/65 { + border-color: #7f1d1da6; +} + .border-red-900\\/70 { border-color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7f1d1dcc; } +.border-red-900\\/85 { + border-color: #7f1d1dd9; +} + .border-red-900\\/90 { border-color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #450a0a; } +.border-red-950\\/15 { + border-color: #450a0a26; +} + .border-red-950\\/20 { border-color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #450a0a4d; } +.border-red-950\\/35 { + border-color: #450a0a59; +} + .border-red-950\\/40 { border-color: #450a0a66; } +.border-red-950\\/45 { + border-color: #450a0a73; +} + .border-red-950\\/5 { border-color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #450a0a80; } +.border-red-950\\/55 { + border-color: #450a0a8c; +} + .border-red-950\\/60 { border-color: #450a0a99; } +.border-red-950\\/65 { + border-color: #450a0aa6; +} + .border-red-950\\/70 { border-color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #450a0acc; } +.border-red-950\\/85 { + border-color: #450a0ad9; +} + .border-red-950\\/90 { border-color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffe4e6; } +.border-rose-100\\/15 { + border-color: #ffe4e626; +} + .border-rose-100\\/20 { border-color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffe4e64d; } +.border-rose-100\\/35 { + border-color: #ffe4e659; +} + .border-rose-100\\/40 { border-color: #ffe4e666; } +.border-rose-100\\/45 { + border-color: #ffe4e673; +} + .border-rose-100\\/5 { border-color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffe4e680; } +.border-rose-100\\/55 { + border-color: #ffe4e68c; +} + .border-rose-100\\/60 { border-color: #ffe4e699; } +.border-rose-100\\/65 { + border-color: #ffe4e6a6; +} + .border-rose-100\\/70 { border-color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffe4e6cc; } +.border-rose-100\\/85 { + border-color: #ffe4e6d9; +} + .border-rose-100\\/90 { border-color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecdd3; } +.border-rose-200\\/15 { + border-color: #fecdd326; +} + .border-rose-200\\/20 { border-color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecdd34d; } +.border-rose-200\\/35 { + border-color: #fecdd359; +} + .border-rose-200\\/40 { border-color: #fecdd366; } +.border-rose-200\\/45 { + border-color: #fecdd373; +} + .border-rose-200\\/5 { border-color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecdd380; } +.border-rose-200\\/55 { + border-color: #fecdd38c; +} + .border-rose-200\\/60 { border-color: #fecdd399; } +.border-rose-200\\/65 { + border-color: #fecdd3a6; +} + .border-rose-200\\/70 { border-color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fecdd3cc; } +.border-rose-200\\/85 { + border-color: #fecdd3d9; +} + .border-rose-200\\/90 { border-color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fda4af; } +.border-rose-300\\/15 { + border-color: #fda4af26; +} + .border-rose-300\\/20 { border-color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fda4af4d; } +.border-rose-300\\/35 { + border-color: #fda4af59; +} + .border-rose-300\\/40 { border-color: #fda4af66; } +.border-rose-300\\/45 { + border-color: #fda4af73; +} + .border-rose-300\\/5 { border-color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fda4af80; } +.border-rose-300\\/55 { + border-color: #fda4af8c; +} + .border-rose-300\\/60 { border-color: #fda4af99; } +.border-rose-300\\/65 { + border-color: #fda4afa6; +} + .border-rose-300\\/70 { border-color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fda4afcc; } +.border-rose-300\\/85 { + border-color: #fda4afd9; +} + .border-rose-300\\/90 { border-color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb7185; } +.border-rose-400\\/15 { + border-color: #fb718526; +} + .border-rose-400\\/20 { border-color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb71854d; } +.border-rose-400\\/35 { + border-color: #fb718559; +} + .border-rose-400\\/40 { border-color: #fb718566; } +.border-rose-400\\/45 { + border-color: #fb718573; +} + .border-rose-400\\/5 { border-color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb718580; } +.border-rose-400\\/55 { + border-color: #fb71858c; +} + .border-rose-400\\/60 { border-color: #fb718599; } +.border-rose-400\\/65 { + border-color: #fb7185a6; +} + .border-rose-400\\/70 { border-color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fb7185cc; } +.border-rose-400\\/85 { + border-color: #fb7185d9; +} + .border-rose-400\\/90 { border-color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff1f2; } +.border-rose-50\\/15 { + border-color: #fff1f226; +} + .border-rose-50\\/20 { border-color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff1f24d; } +.border-rose-50\\/35 { + border-color: #fff1f259; +} + .border-rose-50\\/40 { border-color: #fff1f266; } +.border-rose-50\\/45 { + border-color: #fff1f273; +} + .border-rose-50\\/5 { border-color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff1f280; } +.border-rose-50\\/55 { + border-color: #fff1f28c; +} + .border-rose-50\\/60 { border-color: #fff1f299; } +.border-rose-50\\/65 { + border-color: #fff1f2a6; +} + .border-rose-50\\/70 { border-color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff1f2cc; } +.border-rose-50\\/85 { + border-color: #fff1f2d9; +} + .border-rose-50\\/90 { border-color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f43f5e; } +.border-rose-500\\/15 { + border-color: #f43f5e26; +} + .border-rose-500\\/20 { border-color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f43f5e4d; } +.border-rose-500\\/35 { + border-color: #f43f5e59; +} + .border-rose-500\\/40 { border-color: #f43f5e66; } +.border-rose-500\\/45 { + border-color: #f43f5e73; +} + .border-rose-500\\/5 { border-color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f43f5e80; } +.border-rose-500\\/55 { + border-color: #f43f5e8c; +} + .border-rose-500\\/60 { border-color: #f43f5e99; } +.border-rose-500\\/65 { + border-color: #f43f5ea6; +} + .border-rose-500\\/70 { border-color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f43f5ecc; } +.border-rose-500\\/85 { + border-color: #f43f5ed9; +} + .border-rose-500\\/90 { border-color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e11d48; } +.border-rose-600\\/15 { + border-color: #e11d4826; +} + .border-rose-600\\/20 { border-color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e11d484d; } +.border-rose-600\\/35 { + border-color: #e11d4859; +} + .border-rose-600\\/40 { border-color: #e11d4866; } +.border-rose-600\\/45 { + border-color: #e11d4873; +} + .border-rose-600\\/5 { border-color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e11d4880; } +.border-rose-600\\/55 { + border-color: #e11d488c; +} + .border-rose-600\\/60 { border-color: #e11d4899; } +.border-rose-600\\/65 { + border-color: #e11d48a6; +} + .border-rose-600\\/70 { border-color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e11d48cc; } +.border-rose-600\\/85 { + border-color: #e11d48d9; +} + .border-rose-600\\/90 { border-color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be123c; } +.border-rose-700\\/15 { + border-color: #be123c26; +} + .border-rose-700\\/20 { border-color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be123c4d; } +.border-rose-700\\/35 { + border-color: #be123c59; +} + .border-rose-700\\/40 { border-color: #be123c66; } +.border-rose-700\\/45 { + border-color: #be123c73; +} + .border-rose-700\\/5 { border-color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be123c80; } +.border-rose-700\\/55 { + border-color: #be123c8c; +} + .border-rose-700\\/60 { border-color: #be123c99; } +.border-rose-700\\/65 { + border-color: #be123ca6; +} + .border-rose-700\\/70 { border-color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #be123ccc; } +.border-rose-700\\/85 { + border-color: #be123cd9; +} + .border-rose-700\\/90 { border-color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9f1239; } +.border-rose-800\\/15 { + border-color: #9f123926; +} + .border-rose-800\\/20 { border-color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9f12394d; } +.border-rose-800\\/35 { + border-color: #9f123959; +} + .border-rose-800\\/40 { border-color: #9f123966; } +.border-rose-800\\/45 { + border-color: #9f123973; +} + .border-rose-800\\/5 { border-color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9f123980; } +.border-rose-800\\/55 { + border-color: #9f12398c; +} + .border-rose-800\\/60 { border-color: #9f123999; } +.border-rose-800\\/65 { + border-color: #9f1239a6; +} + .border-rose-800\\/70 { border-color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #9f1239cc; } +.border-rose-800\\/85 { + border-color: #9f1239d9; +} + .border-rose-800\\/90 { border-color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #881337; } +.border-rose-900\\/15 { + border-color: #88133726; +} + .border-rose-900\\/20 { border-color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #8813374d; } +.border-rose-900\\/35 { + border-color: #88133759; +} + .border-rose-900\\/40 { border-color: #88133766; } +.border-rose-900\\/45 { + border-color: #88133773; +} + .border-rose-900\\/5 { border-color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #88133780; } +.border-rose-900\\/55 { + border-color: #8813378c; +} + .border-rose-900\\/60 { border-color: #88133799; } +.border-rose-900\\/65 { + border-color: #881337a6; +} + .border-rose-900\\/70 { border-color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #881337cc; } +.border-rose-900\\/85 { + border-color: #881337d9; +} + .border-rose-900\\/90 { border-color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c0519; } +.border-rose-950\\/15 { + border-color: #4c051926; +} + .border-rose-950\\/20 { border-color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c05194d; } +.border-rose-950\\/35 { + border-color: #4c051959; +} + .border-rose-950\\/40 { border-color: #4c051966; } +.border-rose-950\\/45 { + border-color: #4c051973; +} + .border-rose-950\\/5 { border-color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c051980; } +.border-rose-950\\/55 { + border-color: #4c05198c; +} + .border-rose-950\\/60 { border-color: #4c051999; } +.border-rose-950\\/65 { + border-color: #4c0519a6; +} + .border-rose-950\\/70 { border-color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c0519cc; } +.border-rose-950\\/85 { + border-color: #4c0519d9; +} + .border-rose-950\\/90 { border-color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0f2fe; } +.border-sky-100\\/15 { + border-color: #e0f2fe26; +} + .border-sky-100\\/20 { border-color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0f2fe4d; } +.border-sky-100\\/35 { + border-color: #e0f2fe59; +} + .border-sky-100\\/40 { border-color: #e0f2fe66; } +.border-sky-100\\/45 { + border-color: #e0f2fe73; +} + .border-sky-100\\/5 { border-color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0f2fe80; } +.border-sky-100\\/55 { + border-color: #e0f2fe8c; +} + .border-sky-100\\/60 { border-color: #e0f2fe99; } +.border-sky-100\\/65 { + border-color: #e0f2fea6; +} + .border-sky-100\\/70 { border-color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e0f2fecc; } +.border-sky-100\\/85 { + border-color: #e0f2fed9; +} + .border-sky-100\\/90 { border-color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bae6fd; } +.border-sky-200\\/15 { + border-color: #bae6fd26; +} + .border-sky-200\\/20 { border-color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bae6fd4d; } +.border-sky-200\\/35 { + border-color: #bae6fd59; +} + .border-sky-200\\/40 { border-color: #bae6fd66; } +.border-sky-200\\/45 { + border-color: #bae6fd73; +} + .border-sky-200\\/5 { border-color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bae6fd80; } +.border-sky-200\\/55 { + border-color: #bae6fd8c; +} + .border-sky-200\\/60 { border-color: #bae6fd99; } +.border-sky-200\\/65 { + border-color: #bae6fda6; +} + .border-sky-200\\/70 { border-color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #bae6fdcc; } +.border-sky-200\\/85 { + border-color: #bae6fdd9; +} + .border-sky-200\\/90 { border-color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7dd3fc; } +.border-sky-300\\/15 { + border-color: #7dd3fc26; +} + .border-sky-300\\/20 { border-color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7dd3fc4d; } +.border-sky-300\\/35 { + border-color: #7dd3fc59; +} + .border-sky-300\\/40 { border-color: #7dd3fc66; } +.border-sky-300\\/45 { + border-color: #7dd3fc73; +} + .border-sky-300\\/5 { border-color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7dd3fc80; } +.border-sky-300\\/55 { + border-color: #7dd3fc8c; +} + .border-sky-300\\/60 { border-color: #7dd3fc99; } +.border-sky-300\\/65 { + border-color: #7dd3fca6; +} + .border-sky-300\\/70 { border-color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7dd3fccc; } +.border-sky-300\\/85 { + border-color: #7dd3fcd9; +} + .border-sky-300\\/90 { border-color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #38bdf8; } +.border-sky-400\\/15 { + border-color: #38bdf826; +} + .border-sky-400\\/20 { border-color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #38bdf84d; } +.border-sky-400\\/35 { + border-color: #38bdf859; +} + .border-sky-400\\/40 { border-color: #38bdf866; } +.border-sky-400\\/45 { + border-color: #38bdf873; +} + .border-sky-400\\/5 { border-color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #38bdf880; } +.border-sky-400\\/55 { + border-color: #38bdf88c; +} + .border-sky-400\\/60 { border-color: #38bdf899; } +.border-sky-400\\/65 { + border-color: #38bdf8a6; +} + .border-sky-400\\/70 { border-color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #38bdf8cc; } +.border-sky-400\\/85 { + border-color: #38bdf8d9; +} + .border-sky-400\\/90 { border-color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0f9ff; } +.border-sky-50\\/15 { + border-color: #f0f9ff26; +} + .border-sky-50\\/20 { border-color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0f9ff4d; } +.border-sky-50\\/35 { + border-color: #f0f9ff59; +} + .border-sky-50\\/40 { border-color: #f0f9ff66; } +.border-sky-50\\/45 { + border-color: #f0f9ff73; +} + .border-sky-50\\/5 { border-color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0f9ff80; } +.border-sky-50\\/55 { + border-color: #f0f9ff8c; +} + .border-sky-50\\/60 { border-color: #f0f9ff99; } +.border-sky-50\\/65 { + border-color: #f0f9ffa6; +} + .border-sky-50\\/70 { border-color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0f9ffcc; } +.border-sky-50\\/85 { + border-color: #f0f9ffd9; +} + .border-sky-50\\/90 { border-color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0ea5e9; } +.border-sky-500\\/15 { + border-color: #0ea5e926; +} + .border-sky-500\\/20 { border-color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0ea5e94d; } +.border-sky-500\\/35 { + border-color: #0ea5e959; +} + .border-sky-500\\/40 { border-color: #0ea5e966; } +.border-sky-500\\/45 { + border-color: #0ea5e973; +} + .border-sky-500\\/5 { border-color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0ea5e980; } +.border-sky-500\\/55 { + border-color: #0ea5e98c; +} + .border-sky-500\\/60 { border-color: #0ea5e999; } +.border-sky-500\\/65 { + border-color: #0ea5e9a6; +} + .border-sky-500\\/70 { border-color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0ea5e9cc; } +.border-sky-500\\/85 { + border-color: #0ea5e9d9; +} + .border-sky-500\\/90 { border-color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0284c7; } +.border-sky-600\\/15 { + border-color: #0284c726; +} + .border-sky-600\\/20 { border-color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0284c74d; } +.border-sky-600\\/35 { + border-color: #0284c759; +} + .border-sky-600\\/40 { border-color: #0284c766; } +.border-sky-600\\/45 { + border-color: #0284c773; +} + .border-sky-600\\/5 { border-color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0284c780; } +.border-sky-600\\/55 { + border-color: #0284c78c; +} + .border-sky-600\\/60 { border-color: #0284c799; } +.border-sky-600\\/65 { + border-color: #0284c7a6; +} + .border-sky-600\\/70 { border-color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0284c7cc; } +.border-sky-600\\/85 { + border-color: #0284c7d9; +} + .border-sky-600\\/90 { border-color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0369a1; } +.border-sky-700\\/15 { + border-color: #0369a126; +} + .border-sky-700\\/20 { border-color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0369a14d; } +.border-sky-700\\/35 { + border-color: #0369a159; +} + .border-sky-700\\/40 { border-color: #0369a166; } +.border-sky-700\\/45 { + border-color: #0369a173; +} + .border-sky-700\\/5 { border-color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0369a180; } +.border-sky-700\\/55 { + border-color: #0369a18c; +} + .border-sky-700\\/60 { border-color: #0369a199; } +.border-sky-700\\/65 { + border-color: #0369a1a6; +} + .border-sky-700\\/70 { border-color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0369a1cc; } +.border-sky-700\\/85 { + border-color: #0369a1d9; +} + .border-sky-700\\/90 { border-color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #075985; } +.border-sky-800\\/15 { + border-color: #07598526; +} + .border-sky-800\\/20 { border-color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0759854d; } +.border-sky-800\\/35 { + border-color: #07598559; +} + .border-sky-800\\/40 { border-color: #07598566; } +.border-sky-800\\/45 { + border-color: #07598573; +} + .border-sky-800\\/5 { border-color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #07598580; } +.border-sky-800\\/55 { + border-color: #0759858c; +} + .border-sky-800\\/60 { border-color: #07598599; } +.border-sky-800\\/65 { + border-color: #075985a6; +} + .border-sky-800\\/70 { border-color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #075985cc; } +.border-sky-800\\/85 { + border-color: #075985d9; +} + .border-sky-800\\/90 { border-color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c4a6e; } +.border-sky-900\\/15 { + border-color: #0c4a6e26; +} + .border-sky-900\\/20 { border-color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c4a6e4d; } +.border-sky-900\\/35 { + border-color: #0c4a6e59; +} + .border-sky-900\\/40 { border-color: #0c4a6e66; } +.border-sky-900\\/45 { + border-color: #0c4a6e73; +} + .border-sky-900\\/5 { border-color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c4a6e80; } +.border-sky-900\\/55 { + border-color: #0c4a6e8c; +} + .border-sky-900\\/60 { border-color: #0c4a6e99; } +.border-sky-900\\/65 { + border-color: #0c4a6ea6; +} + .border-sky-900\\/70 { border-color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c4a6ecc; } +.border-sky-900\\/85 { + border-color: #0c4a6ed9; +} + .border-sky-900\\/90 { border-color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #082f49; } +.border-sky-950\\/15 { + border-color: #082f4926; +} + .border-sky-950\\/20 { border-color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #082f494d; } +.border-sky-950\\/35 { + border-color: #082f4959; +} + .border-sky-950\\/40 { border-color: #082f4966; } +.border-sky-950\\/45 { + border-color: #082f4973; +} + .border-sky-950\\/5 { border-color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #082f4980; } +.border-sky-950\\/55 { + border-color: #082f498c; +} + .border-sky-950\\/60 { border-color: #082f4999; } +.border-sky-950\\/65 { + border-color: #082f49a6; +} + .border-sky-950\\/70 { border-color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #082f49cc; } +.border-sky-950\\/85 { + border-color: #082f49d9; +} + .border-sky-950\\/90 { border-color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f1f5f9; } +.border-slate-100\\/15 { + border-color: #f1f5f926; +} + .border-slate-100\\/20 { border-color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f1f5f94d; } +.border-slate-100\\/35 { + border-color: #f1f5f959; +} + .border-slate-100\\/40 { border-color: #f1f5f966; } +.border-slate-100\\/45 { + border-color: #f1f5f973; +} + .border-slate-100\\/5 { border-color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f1f5f980; } +.border-slate-100\\/55 { + border-color: #f1f5f98c; +} + .border-slate-100\\/60 { border-color: #f1f5f999; } +.border-slate-100\\/65 { + border-color: #f1f5f9a6; +} + .border-slate-100\\/70 { border-color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f1f5f9cc; } +.border-slate-100\\/85 { + border-color: #f1f5f9d9; +} + .border-slate-100\\/90 { border-color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e2e8f0; } +.border-slate-200\\/15 { + border-color: #e2e8f026; +} + .border-slate-200\\/20 { border-color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e2e8f04d; } +.border-slate-200\\/35 { + border-color: #e2e8f059; +} + .border-slate-200\\/40 { border-color: #e2e8f066; } +.border-slate-200\\/45 { + border-color: #e2e8f073; +} + .border-slate-200\\/5 { border-color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e2e8f080; } +.border-slate-200\\/55 { + border-color: #e2e8f08c; +} + .border-slate-200\\/60 { border-color: #e2e8f099; } +.border-slate-200\\/65 { + border-color: #e2e8f0a6; +} + .border-slate-200\\/70 { border-color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e2e8f0cc; } +.border-slate-200\\/85 { + border-color: #e2e8f0d9; +} + .border-slate-200\\/90 { border-color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cbd5e1; } +.border-slate-300\\/15 { + border-color: #cbd5e126; +} + .border-slate-300\\/20 { border-color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cbd5e14d; } +.border-slate-300\\/35 { + border-color: #cbd5e159; +} + .border-slate-300\\/40 { border-color: #cbd5e166; } +.border-slate-300\\/45 { + border-color: #cbd5e173; +} + .border-slate-300\\/5 { border-color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cbd5e180; } +.border-slate-300\\/55 { + border-color: #cbd5e18c; +} + .border-slate-300\\/60 { border-color: #cbd5e199; } +.border-slate-300\\/65 { + border-color: #cbd5e1a6; +} + .border-slate-300\\/70 { border-color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #cbd5e1cc; } +.border-slate-300\\/85 { + border-color: #cbd5e1d9; +} + .border-slate-300\\/90 { border-color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #94a3b8; } +.border-slate-400\\/15 { + border-color: #94a3b826; +} + .border-slate-400\\/20 { border-color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #94a3b84d; } +.border-slate-400\\/35 { + border-color: #94a3b859; +} + .border-slate-400\\/40 { border-color: #94a3b866; } +.border-slate-400\\/45 { + border-color: #94a3b873; +} + .border-slate-400\\/5 { border-color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #94a3b880; } +.border-slate-400\\/55 { + border-color: #94a3b88c; +} + .border-slate-400\\/60 { border-color: #94a3b899; } +.border-slate-400\\/65 { + border-color: #94a3b8a6; +} + .border-slate-400\\/70 { border-color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #94a3b8cc; } +.border-slate-400\\/85 { + border-color: #94a3b8d9; +} + .border-slate-400\\/90 { border-color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f8fafc; } +.border-slate-50\\/15 { + border-color: #f8fafc26; +} + .border-slate-50\\/20 { border-color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f8fafc4d; } +.border-slate-50\\/35 { + border-color: #f8fafc59; +} + .border-slate-50\\/40 { border-color: #f8fafc66; } +.border-slate-50\\/45 { + border-color: #f8fafc73; +} + .border-slate-50\\/5 { border-color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f8fafc80; } +.border-slate-50\\/55 { + border-color: #f8fafc8c; +} + .border-slate-50\\/60 { border-color: #f8fafc99; } +.border-slate-50\\/65 { + border-color: #f8fafca6; +} + .border-slate-50\\/70 { border-color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f8fafccc; } +.border-slate-50\\/85 { + border-color: #f8fafcd9; +} + .border-slate-50\\/90 { border-color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #64748b; } +.border-slate-500\\/15 { + border-color: #64748b26; +} + .border-slate-500\\/20 { border-color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #64748b4d; } +.border-slate-500\\/35 { + border-color: #64748b59; +} + .border-slate-500\\/40 { border-color: #64748b66; } +.border-slate-500\\/45 { + border-color: #64748b73; +} + .border-slate-500\\/5 { border-color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #64748b80; } +.border-slate-500\\/55 { + border-color: #64748b8c; +} + .border-slate-500\\/60 { border-color: #64748b99; } +.border-slate-500\\/65 { + border-color: #64748ba6; +} + .border-slate-500\\/70 { border-color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #64748bcc; } +.border-slate-500\\/85 { + border-color: #64748bd9; +} + .border-slate-500\\/90 { border-color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #475569; } +.border-slate-600\\/15 { + border-color: #47556926; +} + .border-slate-600\\/20 { border-color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4755694d; } +.border-slate-600\\/35 { + border-color: #47556959; +} + .border-slate-600\\/40 { border-color: #47556966; } +.border-slate-600\\/45 { + border-color: #47556973; +} + .border-slate-600\\/5 { border-color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #47556980; } +.border-slate-600\\/55 { + border-color: #4755698c; +} + .border-slate-600\\/60 { border-color: #47556999; } +.border-slate-600\\/65 { + border-color: #475569a6; +} + .border-slate-600\\/70 { border-color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #475569cc; } +.border-slate-600\\/85 { + border-color: #475569d9; +} + .border-slate-600\\/90 { border-color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #334155; } +.border-slate-700\\/15 { + border-color: #33415526; +} + .border-slate-700\\/20 { border-color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3341554d; } +.border-slate-700\\/35 { + border-color: #33415559; +} + .border-slate-700\\/40 { border-color: #33415566; } +.border-slate-700\\/45 { + border-color: #33415573; +} + .border-slate-700\\/5 { border-color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #33415580; } +.border-slate-700\\/55 { + border-color: #3341558c; +} + .border-slate-700\\/60 { border-color: #33415599; } +.border-slate-700\\/65 { + border-color: #334155a6; +} + .border-slate-700\\/70 { border-color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #334155cc; } +.border-slate-700\\/85 { + border-color: #334155d9; +} + .border-slate-700\\/90 { border-color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e293b; } +.border-slate-800\\/15 { + border-color: #1e293b26; +} + .border-slate-800\\/20 { border-color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e293b4d; } +.border-slate-800\\/35 { + border-color: #1e293b59; +} + .border-slate-800\\/40 { border-color: #1e293b66; } +.border-slate-800\\/45 { + border-color: #1e293b73; +} + .border-slate-800\\/5 { border-color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e293b80; } +.border-slate-800\\/55 { + border-color: #1e293b8c; +} + .border-slate-800\\/60 { border-color: #1e293b99; } +.border-slate-800\\/65 { + border-color: #1e293ba6; +} + .border-slate-800\\/70 { border-color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1e293bcc; } +.border-slate-800\\/85 { + border-color: #1e293bd9; +} + .border-slate-800\\/90 { border-color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f172a; } +.border-slate-900\\/15 { + border-color: #0f172a26; +} + .border-slate-900\\/20 { border-color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f172a4d; } +.border-slate-900\\/35 { + border-color: #0f172a59; +} + .border-slate-900\\/40 { border-color: #0f172a66; } +.border-slate-900\\/45 { + border-color: #0f172a73; +} + .border-slate-900\\/5 { border-color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f172a80; } +.border-slate-900\\/55 { + border-color: #0f172a8c; +} + .border-slate-900\\/60 { border-color: #0f172a99; } +.border-slate-900\\/65 { + border-color: #0f172aa6; +} + .border-slate-900\\/70 { border-color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f172acc; } +.border-slate-900\\/85 { + border-color: #0f172ad9; +} + .border-slate-900\\/90 { border-color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #020617; } +.border-slate-950\\/15 { + border-color: #02061726; +} + .border-slate-950\\/20 { border-color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0206174d; } +.border-slate-950\\/35 { + border-color: #02061759; +} + .border-slate-950\\/40 { border-color: #02061766; } +.border-slate-950\\/45 { + border-color: #02061773; +} + .border-slate-950\\/5 { border-color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #02061780; } +.border-slate-950\\/55 { + border-color: #0206178c; +} + .border-slate-950\\/60 { border-color: #02061799; } +.border-slate-950\\/65 { + border-color: #020617a6; +} + .border-slate-950\\/70 { border-color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #020617cc; } +.border-slate-950\\/85 { + border-color: #020617d9; +} + .border-slate-950\\/90 { border-color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f4; } +.border-stone-100\\/15 { + border-color: #f5f5f426; +} + .border-stone-100\\/20 { border-color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f44d; } +.border-stone-100\\/35 { + border-color: #f5f5f459; +} + .border-stone-100\\/40 { border-color: #f5f5f466; } +.border-stone-100\\/45 { + border-color: #f5f5f473; +} + .border-stone-100\\/5 { border-color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f480; } +.border-stone-100\\/55 { + border-color: #f5f5f48c; +} + .border-stone-100\\/60 { border-color: #f5f5f499; } +.border-stone-100\\/65 { + border-color: #f5f5f4a6; +} + .border-stone-100\\/70 { border-color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f5f4cc; } +.border-stone-100\\/85 { + border-color: #f5f5f4d9; +} + .border-stone-100\\/90 { border-color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e7e5e4; } +.border-stone-200\\/15 { + border-color: #e7e5e426; +} + .border-stone-200\\/20 { border-color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e7e5e44d; } +.border-stone-200\\/35 { + border-color: #e7e5e459; +} + .border-stone-200\\/40 { border-color: #e7e5e466; } +.border-stone-200\\/45 { + border-color: #e7e5e473; +} + .border-stone-200\\/5 { border-color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e7e5e480; } +.border-stone-200\\/55 { + border-color: #e7e5e48c; +} + .border-stone-200\\/60 { border-color: #e7e5e499; } +.border-stone-200\\/65 { + border-color: #e7e5e4a6; +} + .border-stone-200\\/70 { border-color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e7e5e4cc; } +.border-stone-200\\/85 { + border-color: #e7e5e4d9; +} + .border-stone-200\\/90 { border-color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d6d3d1; } +.border-stone-300\\/15 { + border-color: #d6d3d126; +} + .border-stone-300\\/20 { border-color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d6d3d14d; } +.border-stone-300\\/35 { + border-color: #d6d3d159; +} + .border-stone-300\\/40 { border-color: #d6d3d166; } +.border-stone-300\\/45 { + border-color: #d6d3d173; +} + .border-stone-300\\/5 { border-color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d6d3d180; } +.border-stone-300\\/55 { + border-color: #d6d3d18c; +} + .border-stone-300\\/60 { border-color: #d6d3d199; } +.border-stone-300\\/65 { + border-color: #d6d3d1a6; +} + .border-stone-300\\/70 { border-color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d6d3d1cc; } +.border-stone-300\\/85 { + border-color: #d6d3d1d9; +} + .border-stone-300\\/90 { border-color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a8a29e; } +.border-stone-400\\/15 { + border-color: #a8a29e26; +} + .border-stone-400\\/20 { border-color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a8a29e4d; } +.border-stone-400\\/35 { + border-color: #a8a29e59; +} + .border-stone-400\\/40 { border-color: #a8a29e66; } +.border-stone-400\\/45 { + border-color: #a8a29e73; +} + .border-stone-400\\/5 { border-color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a8a29e80; } +.border-stone-400\\/55 { + border-color: #a8a29e8c; +} + .border-stone-400\\/60 { border-color: #a8a29e99; } +.border-stone-400\\/65 { + border-color: #a8a29ea6; +} + .border-stone-400\\/70 { border-color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a8a29ecc; } +.border-stone-400\\/85 { + border-color: #a8a29ed9; +} + .border-stone-400\\/90 { border-color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafaf9; } +.border-stone-50\\/15 { + border-color: #fafaf926; +} + .border-stone-50\\/20 { border-color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafaf94d; } +.border-stone-50\\/35 { + border-color: #fafaf959; +} + .border-stone-50\\/40 { border-color: #fafaf966; } +.border-stone-50\\/45 { + border-color: #fafaf973; +} + .border-stone-50\\/5 { border-color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafaf980; } +.border-stone-50\\/55 { + border-color: #fafaf98c; +} + .border-stone-50\\/60 { border-color: #fafaf999; } +.border-stone-50\\/65 { + border-color: #fafaf9a6; +} + .border-stone-50\\/70 { border-color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafaf9cc; } +.border-stone-50\\/85 { + border-color: #fafaf9d9; +} + .border-stone-50\\/90 { border-color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78716c; } +.border-stone-500\\/15 { + border-color: #78716c26; +} + .border-stone-500\\/20 { border-color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78716c4d; } +.border-stone-500\\/35 { + border-color: #78716c59; +} + .border-stone-500\\/40 { border-color: #78716c66; } +.border-stone-500\\/45 { + border-color: #78716c73; +} + .border-stone-500\\/5 { border-color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78716c80; } +.border-stone-500\\/55 { + border-color: #78716c8c; +} + .border-stone-500\\/60 { border-color: #78716c99; } +.border-stone-500\\/65 { + border-color: #78716ca6; +} + .border-stone-500\\/70 { border-color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #78716ccc; } +.border-stone-500\\/85 { + border-color: #78716cd9; +} + .border-stone-500\\/90 { border-color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #57534e; } +.border-stone-600\\/15 { + border-color: #57534e26; +} + .border-stone-600\\/20 { border-color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #57534e4d; } +.border-stone-600\\/35 { + border-color: #57534e59; +} + .border-stone-600\\/40 { border-color: #57534e66; } +.border-stone-600\\/45 { + border-color: #57534e73; +} + .border-stone-600\\/5 { border-color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #57534e80; } +.border-stone-600\\/55 { + border-color: #57534e8c; +} + .border-stone-600\\/60 { border-color: #57534e99; } +.border-stone-600\\/65 { + border-color: #57534ea6; +} + .border-stone-600\\/70 { border-color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #57534ecc; } +.border-stone-600\\/85 { + border-color: #57534ed9; +} + .border-stone-600\\/90 { border-color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #44403c; } +.border-stone-700\\/15 { + border-color: #44403c26; +} + .border-stone-700\\/20 { border-color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #44403c4d; } +.border-stone-700\\/35 { + border-color: #44403c59; +} + .border-stone-700\\/40 { border-color: #44403c66; } +.border-stone-700\\/45 { + border-color: #44403c73; +} + .border-stone-700\\/5 { border-color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #44403c80; } +.border-stone-700\\/55 { + border-color: #44403c8c; +} + .border-stone-700\\/60 { border-color: #44403c99; } +.border-stone-700\\/65 { + border-color: #44403ca6; +} + .border-stone-700\\/70 { border-color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #44403ccc; } +.border-stone-700\\/85 { + border-color: #44403cd9; +} + .border-stone-700\\/90 { border-color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #292524; } +.border-stone-800\\/15 { + border-color: #29252426; +} + .border-stone-800\\/20 { border-color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2925244d; } +.border-stone-800\\/35 { + border-color: #29252459; +} + .border-stone-800\\/40 { border-color: #29252466; } +.border-stone-800\\/45 { + border-color: #29252473; +} + .border-stone-800\\/5 { border-color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #29252480; } +.border-stone-800\\/55 { + border-color: #2925248c; +} + .border-stone-800\\/60 { border-color: #29252499; } +.border-stone-800\\/65 { + border-color: #292524a6; +} + .border-stone-800\\/70 { border-color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #292524cc; } +.border-stone-800\\/85 { + border-color: #292524d9; +} + .border-stone-800\\/90 { border-color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1c1917; } +.border-stone-900\\/15 { + border-color: #1c191726; +} + .border-stone-900\\/20 { border-color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1c19174d; } +.border-stone-900\\/35 { + border-color: #1c191759; +} + .border-stone-900\\/40 { border-color: #1c191766; } +.border-stone-900\\/45 { + border-color: #1c191773; +} + .border-stone-900\\/5 { border-color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1c191780; } +.border-stone-900\\/55 { + border-color: #1c19178c; +} + .border-stone-900\\/60 { border-color: #1c191799; } +.border-stone-900\\/65 { + border-color: #1c1917a6; +} + .border-stone-900\\/70 { border-color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #1c1917cc; } +.border-stone-900\\/85 { + border-color: #1c1917d9; +} + .border-stone-900\\/90 { border-color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c0a09; } +.border-stone-950\\/15 { + border-color: #0c0a0926; +} + .border-stone-950\\/20 { border-color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c0a094d; } +.border-stone-950\\/35 { + border-color: #0c0a0959; +} + .border-stone-950\\/40 { border-color: #0c0a0966; } +.border-stone-950\\/45 { + border-color: #0c0a0973; +} + .border-stone-950\\/5 { border-color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c0a0980; } +.border-stone-950\\/55 { + border-color: #0c0a098c; +} + .border-stone-950\\/60 { border-color: #0c0a0999; } +.border-stone-950\\/65 { + border-color: #0c0a09a6; +} + .border-stone-950\\/70 { border-color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0c0a09cc; } +.border-stone-950\\/85 { + border-color: #0c0a09d9; +} + .border-stone-950\\/90 { border-color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ccfbf1; } +.border-teal-100\\/15 { + border-color: #ccfbf126; +} + .border-teal-100\\/20 { border-color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ccfbf14d; } +.border-teal-100\\/35 { + border-color: #ccfbf159; +} + .border-teal-100\\/40 { border-color: #ccfbf166; } +.border-teal-100\\/45 { + border-color: #ccfbf173; +} + .border-teal-100\\/5 { border-color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ccfbf180; } +.border-teal-100\\/55 { + border-color: #ccfbf18c; +} + .border-teal-100\\/60 { border-color: #ccfbf199; } +.border-teal-100\\/65 { + border-color: #ccfbf1a6; +} + .border-teal-100\\/70 { border-color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ccfbf1cc; } +.border-teal-100\\/85 { + border-color: #ccfbf1d9; +} + .border-teal-100\\/90 { border-color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #99f6e4; } +.border-teal-200\\/15 { + border-color: #99f6e426; +} + .border-teal-200\\/20 { border-color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #99f6e44d; } +.border-teal-200\\/35 { + border-color: #99f6e459; +} + .border-teal-200\\/40 { border-color: #99f6e466; } +.border-teal-200\\/45 { + border-color: #99f6e473; +} + .border-teal-200\\/5 { border-color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #99f6e480; } +.border-teal-200\\/55 { + border-color: #99f6e48c; +} + .border-teal-200\\/60 { border-color: #99f6e499; } +.border-teal-200\\/65 { + border-color: #99f6e4a6; +} + .border-teal-200\\/70 { border-color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #99f6e4cc; } +.border-teal-200\\/85 { + border-color: #99f6e4d9; +} + .border-teal-200\\/90 { border-color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5eead4; } +.border-teal-300\\/15 { + border-color: #5eead426; +} + .border-teal-300\\/20 { border-color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5eead44d; } +.border-teal-300\\/35 { + border-color: #5eead459; +} + .border-teal-300\\/40 { border-color: #5eead466; } +.border-teal-300\\/45 { + border-color: #5eead473; +} + .border-teal-300\\/5 { border-color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5eead480; } +.border-teal-300\\/55 { + border-color: #5eead48c; +} + .border-teal-300\\/60 { border-color: #5eead499; } +.border-teal-300\\/65 { + border-color: #5eead4a6; +} + .border-teal-300\\/70 { border-color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5eead4cc; } +.border-teal-300\\/85 { + border-color: #5eead4d9; +} + .border-teal-300\\/90 { border-color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2dd4bf; } +.border-teal-400\\/15 { + border-color: #2dd4bf26; +} + .border-teal-400\\/20 { border-color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2dd4bf4d; } +.border-teal-400\\/35 { + border-color: #2dd4bf59; +} + .border-teal-400\\/40 { border-color: #2dd4bf66; } +.border-teal-400\\/45 { + border-color: #2dd4bf73; +} + .border-teal-400\\/5 { border-color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2dd4bf80; } +.border-teal-400\\/55 { + border-color: #2dd4bf8c; +} + .border-teal-400\\/60 { border-color: #2dd4bf99; } +.border-teal-400\\/65 { + border-color: #2dd4bfa6; +} + .border-teal-400\\/70 { border-color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2dd4bfcc; } +.border-teal-400\\/85 { + border-color: #2dd4bfd9; +} + .border-teal-400\\/90 { border-color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdfa; } +.border-teal-50\\/15 { + border-color: #f0fdfa26; +} + .border-teal-50\\/20 { border-color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdfa4d; } +.border-teal-50\\/35 { + border-color: #f0fdfa59; +} + .border-teal-50\\/40 { border-color: #f0fdfa66; } +.border-teal-50\\/45 { + border-color: #f0fdfa73; +} + .border-teal-50\\/5 { border-color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdfa80; } +.border-teal-50\\/55 { + border-color: #f0fdfa8c; +} + .border-teal-50\\/60 { border-color: #f0fdfa99; } +.border-teal-50\\/65 { + border-color: #f0fdfaa6; +} + .border-teal-50\\/70 { border-color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f0fdfacc; } +.border-teal-50\\/85 { + border-color: #f0fdfad9; +} + .border-teal-50\\/90 { border-color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14b8a6; } +.border-teal-500\\/15 { + border-color: #14b8a626; +} + .border-teal-500\\/20 { border-color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14b8a64d; } +.border-teal-500\\/35 { + border-color: #14b8a659; +} + .border-teal-500\\/40 { border-color: #14b8a666; } +.border-teal-500\\/45 { + border-color: #14b8a673; +} + .border-teal-500\\/5 { border-color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14b8a680; } +.border-teal-500\\/55 { + border-color: #14b8a68c; +} + .border-teal-500\\/60 { border-color: #14b8a699; } +.border-teal-500\\/65 { + border-color: #14b8a6a6; +} + .border-teal-500\\/70 { border-color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #14b8a6cc; } +.border-teal-500\\/85 { + border-color: #14b8a6d9; +} + .border-teal-500\\/90 { border-color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0d9488; } +.border-teal-600\\/15 { + border-color: #0d948826; +} + .border-teal-600\\/20 { border-color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0d94884d; } +.border-teal-600\\/35 { + border-color: #0d948859; +} + .border-teal-600\\/40 { border-color: #0d948866; } +.border-teal-600\\/45 { + border-color: #0d948873; +} + .border-teal-600\\/5 { border-color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0d948880; } +.border-teal-600\\/55 { + border-color: #0d94888c; +} + .border-teal-600\\/60 { border-color: #0d948899; } +.border-teal-600\\/65 { + border-color: #0d9488a6; +} + .border-teal-600\\/70 { border-color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0d9488cc; } +.border-teal-600\\/85 { + border-color: #0d9488d9; +} + .border-teal-600\\/90 { border-color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f766e; } +.border-teal-700\\/15 { + border-color: #0f766e26; +} + .border-teal-700\\/20 { border-color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f766e4d; } +.border-teal-700\\/35 { + border-color: #0f766e59; +} + .border-teal-700\\/40 { border-color: #0f766e66; } +.border-teal-700\\/45 { + border-color: #0f766e73; +} + .border-teal-700\\/5 { border-color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f766e80; } +.border-teal-700\\/55 { + border-color: #0f766e8c; +} + .border-teal-700\\/60 { border-color: #0f766e99; } +.border-teal-700\\/65 { + border-color: #0f766ea6; +} + .border-teal-700\\/70 { border-color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0f766ecc; } +.border-teal-700\\/85 { + border-color: #0f766ed9; +} + .border-teal-700\\/90 { border-color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #115e59; } +.border-teal-800\\/15 { + border-color: #115e5926; +} + .border-teal-800\\/20 { border-color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #115e594d; } +.border-teal-800\\/35 { + border-color: #115e5959; +} + .border-teal-800\\/40 { border-color: #115e5966; } +.border-teal-800\\/45 { + border-color: #115e5973; +} + .border-teal-800\\/5 { border-color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #115e5980; } +.border-teal-800\\/55 { + border-color: #115e598c; +} + .border-teal-800\\/60 { border-color: #115e5999; } +.border-teal-800\\/65 { + border-color: #115e59a6; +} + .border-teal-800\\/70 { border-color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #115e59cc; } +.border-teal-800\\/85 { + border-color: #115e59d9; +} + .border-teal-800\\/90 { border-color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #134e4a; } +.border-teal-900\\/15 { + border-color: #134e4a26; +} + .border-teal-900\\/20 { border-color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #134e4a4d; } +.border-teal-900\\/35 { + border-color: #134e4a59; +} + .border-teal-900\\/40 { border-color: #134e4a66; } +.border-teal-900\\/45 { + border-color: #134e4a73; +} + .border-teal-900\\/5 { border-color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #134e4a80; } +.border-teal-900\\/55 { + border-color: #134e4a8c; +} + .border-teal-900\\/60 { border-color: #134e4a99; } +.border-teal-900\\/65 { + border-color: #134e4aa6; +} + .border-teal-900\\/70 { border-color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #134e4acc; } +.border-teal-900\\/85 { + border-color: #134e4ad9; +} + .border-teal-900\\/90 { border-color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #042f2e; } +.border-teal-950\\/15 { + border-color: #042f2e26; +} + .border-teal-950\\/20 { border-color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #042f2e4d; } +.border-teal-950\\/35 { + border-color: #042f2e59; +} + .border-teal-950\\/40 { border-color: #042f2e66; } +.border-teal-950\\/45 { + border-color: #042f2e73; +} + .border-teal-950\\/5 { border-color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #042f2e80; } +.border-teal-950\\/55 { + border-color: #042f2e8c; +} + .border-teal-950\\/60 { border-color: #042f2e99; } +.border-teal-950\\/65 { + border-color: #042f2ea6; +} + .border-teal-950\\/70 { border-color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #042f2ecc; } +.border-teal-950\\/85 { + border-color: #042f2ed9; +} + .border-teal-950\\/90 { border-color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #000; } +.border-transparent\\/15 { + border-color: #00000026; +} + .border-transparent\\/20 { border-color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #0000004d; } +.border-transparent\\/35 { + border-color: #00000059; +} + .border-transparent\\/40 { border-color: #0006; } +.border-transparent\\/45 { + border-color: #00000073; +} + .border-transparent\\/5 { border-color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #00000080; } +.border-transparent\\/55 { + border-color: #0000008c; +} + .border-transparent\\/60 { border-color: #0009; } +.border-transparent\\/65 { + border-color: #000000a6; +} + .border-transparent\\/70 { border-color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #000c; } +.border-transparent\\/85 { + border-color: #000000d9; +} + .border-transparent\\/90 { border-color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ede9fe; } +.border-violet-100\\/15 { + border-color: #ede9fe26; +} + .border-violet-100\\/20 { border-color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ede9fe4d; } +.border-violet-100\\/35 { + border-color: #ede9fe59; +} + .border-violet-100\\/40 { border-color: #ede9fe66; } +.border-violet-100\\/45 { + border-color: #ede9fe73; +} + .border-violet-100\\/5 { border-color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ede9fe80; } +.border-violet-100\\/55 { + border-color: #ede9fe8c; +} + .border-violet-100\\/60 { border-color: #ede9fe99; } +.border-violet-100\\/65 { + border-color: #ede9fea6; +} + .border-violet-100\\/70 { border-color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ede9fecc; } +.border-violet-100\\/85 { + border-color: #ede9fed9; +} + .border-violet-100\\/90 { border-color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ddd6fe; } +.border-violet-200\\/15 { + border-color: #ddd6fe26; +} + .border-violet-200\\/20 { border-color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ddd6fe4d; } +.border-violet-200\\/35 { + border-color: #ddd6fe59; +} + .border-violet-200\\/40 { border-color: #ddd6fe66; } +.border-violet-200\\/45 { + border-color: #ddd6fe73; +} + .border-violet-200\\/5 { border-color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ddd6fe80; } +.border-violet-200\\/55 { + border-color: #ddd6fe8c; +} + .border-violet-200\\/60 { border-color: #ddd6fe99; } +.border-violet-200\\/65 { + border-color: #ddd6fea6; +} + .border-violet-200\\/70 { border-color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ddd6fecc; } +.border-violet-200\\/85 { + border-color: #ddd6fed9; +} + .border-violet-200\\/90 { border-color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c4b5fd; } +.border-violet-300\\/15 { + border-color: #c4b5fd26; +} + .border-violet-300\\/20 { border-color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c4b5fd4d; } +.border-violet-300\\/35 { + border-color: #c4b5fd59; +} + .border-violet-300\\/40 { border-color: #c4b5fd66; } +.border-violet-300\\/45 { + border-color: #c4b5fd73; +} + .border-violet-300\\/5 { border-color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c4b5fd80; } +.border-violet-300\\/55 { + border-color: #c4b5fd8c; +} + .border-violet-300\\/60 { border-color: #c4b5fd99; } +.border-violet-300\\/65 { + border-color: #c4b5fda6; +} + .border-violet-300\\/70 { border-color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #c4b5fdcc; } +.border-violet-300\\/85 { + border-color: #c4b5fdd9; +} + .border-violet-300\\/90 { border-color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a78bfa; } +.border-violet-400\\/15 { + border-color: #a78bfa26; +} + .border-violet-400\\/20 { border-color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a78bfa4d; } +.border-violet-400\\/35 { + border-color: #a78bfa59; +} + .border-violet-400\\/40 { border-color: #a78bfa66; } +.border-violet-400\\/45 { + border-color: #a78bfa73; +} + .border-violet-400\\/5 { border-color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a78bfa80; } +.border-violet-400\\/55 { + border-color: #a78bfa8c; +} + .border-violet-400\\/60 { border-color: #a78bfa99; } +.border-violet-400\\/65 { + border-color: #a78bfaa6; +} + .border-violet-400\\/70 { border-color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a78bfacc; } +.border-violet-400\\/85 { + border-color: #a78bfad9; +} + .border-violet-400\\/90 { border-color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f3ff; } +.border-violet-50\\/15 { + border-color: #f5f3ff26; +} + .border-violet-50\\/20 { border-color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f3ff4d; } +.border-violet-50\\/35 { + border-color: #f5f3ff59; +} + .border-violet-50\\/40 { border-color: #f5f3ff66; } +.border-violet-50\\/45 { + border-color: #f5f3ff73; +} + .border-violet-50\\/5 { border-color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f3ff80; } +.border-violet-50\\/55 { + border-color: #f5f3ff8c; +} + .border-violet-50\\/60 { border-color: #f5f3ff99; } +.border-violet-50\\/65 { + border-color: #f5f3ffa6; +} + .border-violet-50\\/70 { border-color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f5f3ffcc; } +.border-violet-50\\/85 { + border-color: #f5f3ffd9; +} + .border-violet-50\\/90 { border-color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #8b5cf6; } +.border-violet-500\\/15 { + border-color: #8b5cf626; +} + .border-violet-500\\/20 { border-color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #8b5cf64d; } +.border-violet-500\\/35 { + border-color: #8b5cf659; +} + .border-violet-500\\/40 { border-color: #8b5cf666; } +.border-violet-500\\/45 { + border-color: #8b5cf673; +} + .border-violet-500\\/5 { border-color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #8b5cf680; } +.border-violet-500\\/55 { + border-color: #8b5cf68c; +} + .border-violet-500\\/60 { border-color: #8b5cf699; } +.border-violet-500\\/65 { + border-color: #8b5cf6a6; +} + .border-violet-500\\/70 { border-color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #8b5cf6cc; } +.border-violet-500\\/85 { + border-color: #8b5cf6d9; +} + .border-violet-500\\/90 { border-color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c3aed; } +.border-violet-600\\/15 { + border-color: #7c3aed26; +} + .border-violet-600\\/20 { border-color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c3aed4d; } +.border-violet-600\\/35 { + border-color: #7c3aed59; +} + .border-violet-600\\/40 { border-color: #7c3aed66; } +.border-violet-600\\/45 { + border-color: #7c3aed73; +} + .border-violet-600\\/5 { border-color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c3aed80; } +.border-violet-600\\/55 { + border-color: #7c3aed8c; +} + .border-violet-600\\/60 { border-color: #7c3aed99; } +.border-violet-600\\/65 { + border-color: #7c3aeda6; +} + .border-violet-600\\/70 { border-color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #7c3aedcc; } +.border-violet-600\\/85 { + border-color: #7c3aedd9; +} + .border-violet-600\\/90 { border-color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6d28d9; } +.border-violet-700\\/15 { + border-color: #6d28d926; +} + .border-violet-700\\/20 { border-color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6d28d94d; } +.border-violet-700\\/35 { + border-color: #6d28d959; +} + .border-violet-700\\/40 { border-color: #6d28d966; } +.border-violet-700\\/45 { + border-color: #6d28d973; +} + .border-violet-700\\/5 { border-color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6d28d980; } +.border-violet-700\\/55 { + border-color: #6d28d98c; +} + .border-violet-700\\/60 { border-color: #6d28d999; } +.border-violet-700\\/65 { + border-color: #6d28d9a6; +} + .border-violet-700\\/70 { border-color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #6d28d9cc; } +.border-violet-700\\/85 { + border-color: #6d28d9d9; +} + .border-violet-700\\/90 { border-color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5b21b6; } +.border-violet-800\\/15 { + border-color: #5b21b626; +} + .border-violet-800\\/20 { border-color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5b21b64d; } +.border-violet-800\\/35 { + border-color: #5b21b659; +} + .border-violet-800\\/40 { border-color: #5b21b666; } +.border-violet-800\\/45 { + border-color: #5b21b673; +} + .border-violet-800\\/5 { border-color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5b21b680; } +.border-violet-800\\/55 { + border-color: #5b21b68c; +} + .border-violet-800\\/60 { border-color: #5b21b699; } +.border-violet-800\\/65 { + border-color: #5b21b6a6; +} + .border-violet-800\\/70 { border-color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #5b21b6cc; } +.border-violet-800\\/85 { + border-color: #5b21b6d9; +} + .border-violet-800\\/90 { border-color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c1d95; } +.border-violet-900\\/15 { + border-color: #4c1d9526; +} + .border-violet-900\\/20 { border-color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c1d954d; } +.border-violet-900\\/35 { + border-color: #4c1d9559; +} + .border-violet-900\\/40 { border-color: #4c1d9566; } +.border-violet-900\\/45 { + border-color: #4c1d9573; +} + .border-violet-900\\/5 { border-color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c1d9580; } +.border-violet-900\\/55 { + border-color: #4c1d958c; +} + .border-violet-900\\/60 { border-color: #4c1d9599; } +.border-violet-900\\/65 { + border-color: #4c1d95a6; +} + .border-violet-900\\/70 { border-color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4c1d95cc; } +.border-violet-900\\/85 { + border-color: #4c1d95d9; +} + .border-violet-900\\/90 { border-color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2e1065; } +.border-violet-950\\/15 { + border-color: #2e106526; +} + .border-violet-950\\/20 { border-color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2e10654d; } +.border-violet-950\\/35 { + border-color: #2e106559; +} + .border-violet-950\\/40 { border-color: #2e106566; } +.border-violet-950\\/45 { + border-color: #2e106573; +} + .border-violet-950\\/5 { border-color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2e106580; } +.border-violet-950\\/55 { + border-color: #2e10658c; +} + .border-violet-950\\/60 { border-color: #2e106599; } +.border-violet-950\\/65 { + border-color: #2e1065a6; +} + .border-violet-950\\/70 { border-color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #2e1065cc; } +.border-violet-950\\/85 { + border-color: #2e1065d9; +} + .border-violet-950\\/90 { border-color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fff; } +.border-white\\/15 { + border-color: #ffffff26; +} + .border-white\\/20 { border-color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffffff4d; } +.border-white\\/35 { + border-color: #ffffff59; +} + .border-white\\/40 { border-color: #fff6; } +.border-white\\/45 { + border-color: #ffffff73; +} + .border-white\\/5 { border-color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ffffff80; } +.border-white\\/55 { + border-color: #ffffff8c; +} + .border-white\\/60 { border-color: #fff9; } +.border-white\\/65 { + border-color: #ffffffa6; +} + .border-white\\/70 { border-color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fffc; } +.border-white\\/85 { + border-color: #ffffffd9; +} + .border-white\\/90 { border-color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef9c3; } +.border-yellow-100\\/15 { + border-color: #fef9c326; +} + .border-yellow-100\\/20 { border-color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef9c34d; } +.border-yellow-100\\/35 { + border-color: #fef9c359; +} + .border-yellow-100\\/40 { border-color: #fef9c366; } +.border-yellow-100\\/45 { + border-color: #fef9c373; +} + .border-yellow-100\\/5 { border-color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef9c380; } +.border-yellow-100\\/55 { + border-color: #fef9c38c; +} + .border-yellow-100\\/60 { border-color: #fef9c399; } +.border-yellow-100\\/65 { + border-color: #fef9c3a6; +} + .border-yellow-100\\/70 { border-color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef9c3cc; } +.border-yellow-100\\/85 { + border-color: #fef9c3d9; +} + .border-yellow-100\\/90 { border-color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef08a; } +.border-yellow-200\\/15 { + border-color: #fef08a26; +} + .border-yellow-200\\/20 { border-color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef08a4d; } +.border-yellow-200\\/35 { + border-color: #fef08a59; +} + .border-yellow-200\\/40 { border-color: #fef08a66; } +.border-yellow-200\\/45 { + border-color: #fef08a73; +} + .border-yellow-200\\/5 { border-color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef08a80; } +.border-yellow-200\\/55 { + border-color: #fef08a8c; +} + .border-yellow-200\\/60 { border-color: #fef08a99; } +.border-yellow-200\\/65 { + border-color: #fef08aa6; +} + .border-yellow-200\\/70 { border-color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fef08acc; } +.border-yellow-200\\/85 { + border-color: #fef08ad9; +} + .border-yellow-200\\/90 { border-color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde047; } +.border-yellow-300\\/15 { + border-color: #fde04726; +} + .border-yellow-300\\/20 { border-color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde0474d; } +.border-yellow-300\\/35 { + border-color: #fde04759; +} + .border-yellow-300\\/40 { border-color: #fde04766; } +.border-yellow-300\\/45 { + border-color: #fde04773; +} + .border-yellow-300\\/5 { border-color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde04780; } +.border-yellow-300\\/55 { + border-color: #fde0478c; +} + .border-yellow-300\\/60 { border-color: #fde04799; } +.border-yellow-300\\/65 { + border-color: #fde047a6; +} + .border-yellow-300\\/70 { border-color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fde047cc; } +.border-yellow-300\\/85 { + border-color: #fde047d9; +} + .border-yellow-300\\/90 { border-color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #facc15; } +.border-yellow-400\\/15 { + border-color: #facc1526; +} + .border-yellow-400\\/20 { border-color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #facc154d; } +.border-yellow-400\\/35 { + border-color: #facc1559; +} + .border-yellow-400\\/40 { border-color: #facc1566; } +.border-yellow-400\\/45 { + border-color: #facc1573; +} + .border-yellow-400\\/5 { border-color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #facc1580; } +.border-yellow-400\\/55 { + border-color: #facc158c; +} + .border-yellow-400\\/60 { border-color: #facc1599; } +.border-yellow-400\\/65 { + border-color: #facc15a6; +} + .border-yellow-400\\/70 { border-color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #facc15cc; } +.border-yellow-400\\/85 { + border-color: #facc15d9; +} + .border-yellow-400\\/90 { border-color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fefce8; } +.border-yellow-50\\/15 { + border-color: #fefce826; +} + .border-yellow-50\\/20 { border-color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fefce84d; } +.border-yellow-50\\/35 { + border-color: #fefce859; +} + .border-yellow-50\\/40 { border-color: #fefce866; } +.border-yellow-50\\/45 { + border-color: #fefce873; +} + .border-yellow-50\\/5 { border-color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fefce880; } +.border-yellow-50\\/55 { + border-color: #fefce88c; +} + .border-yellow-50\\/60 { border-color: #fefce899; } +.border-yellow-50\\/65 { + border-color: #fefce8a6; +} + .border-yellow-50\\/70 { border-color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fefce8cc; } +.border-yellow-50\\/85 { + border-color: #fefce8d9; +} + .border-yellow-50\\/90 { border-color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eab308; } +.border-yellow-500\\/15 { + border-color: #eab30826; +} + .border-yellow-500\\/20 { border-color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eab3084d; } +.border-yellow-500\\/35 { + border-color: #eab30859; +} + .border-yellow-500\\/40 { border-color: #eab30866; } +.border-yellow-500\\/45 { + border-color: #eab30873; +} + .border-yellow-500\\/5 { border-color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eab30880; } +.border-yellow-500\\/55 { + border-color: #eab3088c; +} + .border-yellow-500\\/60 { border-color: #eab30899; } +.border-yellow-500\\/65 { + border-color: #eab308a6; +} + .border-yellow-500\\/70 { border-color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #eab308cc; } +.border-yellow-500\\/85 { + border-color: #eab308d9; +} + .border-yellow-500\\/90 { border-color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ca8a04; } +.border-yellow-600\\/15 { + border-color: #ca8a0426; +} + .border-yellow-600\\/20 { border-color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ca8a044d; } +.border-yellow-600\\/35 { + border-color: #ca8a0459; +} + .border-yellow-600\\/40 { border-color: #ca8a0466; } +.border-yellow-600\\/45 { + border-color: #ca8a0473; +} + .border-yellow-600\\/5 { border-color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ca8a0480; } +.border-yellow-600\\/55 { + border-color: #ca8a048c; +} + .border-yellow-600\\/60 { border-color: #ca8a0499; } +.border-yellow-600\\/65 { + border-color: #ca8a04a6; +} + .border-yellow-600\\/70 { border-color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #ca8a04cc; } +.border-yellow-600\\/85 { + border-color: #ca8a04d9; +} + .border-yellow-600\\/90 { border-color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a16207; } +.border-yellow-700\\/15 { + border-color: #a1620726; +} + .border-yellow-700\\/20 { border-color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a162074d; } +.border-yellow-700\\/35 { + border-color: #a1620759; +} + .border-yellow-700\\/40 { border-color: #a1620766; } +.border-yellow-700\\/45 { + border-color: #a1620773; +} + .border-yellow-700\\/5 { border-color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a1620780; } +.border-yellow-700\\/55 { + border-color: #a162078c; +} + .border-yellow-700\\/60 { border-color: #a1620799; } +.border-yellow-700\\/65 { + border-color: #a16207a6; +} + .border-yellow-700\\/70 { border-color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a16207cc; } +.border-yellow-700\\/85 { + border-color: #a16207d9; +} + .border-yellow-700\\/90 { border-color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #854d0e; } +.border-yellow-800\\/15 { + border-color: #854d0e26; +} + .border-yellow-800\\/20 { border-color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #854d0e4d; } +.border-yellow-800\\/35 { + border-color: #854d0e59; +} + .border-yellow-800\\/40 { border-color: #854d0e66; } +.border-yellow-800\\/45 { + border-color: #854d0e73; +} + .border-yellow-800\\/5 { border-color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #854d0e80; } +.border-yellow-800\\/55 { + border-color: #854d0e8c; +} + .border-yellow-800\\/60 { border-color: #854d0e99; } +.border-yellow-800\\/65 { + border-color: #854d0ea6; +} + .border-yellow-800\\/70 { border-color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #854d0ecc; } +.border-yellow-800\\/85 { + border-color: #854d0ed9; +} + .border-yellow-800\\/90 { border-color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #713f12; } +.border-yellow-900\\/15 { + border-color: #713f1226; +} + .border-yellow-900\\/20 { border-color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #713f124d; } +.border-yellow-900\\/35 { + border-color: #713f1259; +} + .border-yellow-900\\/40 { border-color: #713f1266; } +.border-yellow-900\\/45 { + border-color: #713f1273; +} + .border-yellow-900\\/5 { border-color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #713f1280; } +.border-yellow-900\\/55 { + border-color: #713f128c; +} + .border-yellow-900\\/60 { border-color: #713f1299; } +.border-yellow-900\\/65 { + border-color: #713f12a6; +} + .border-yellow-900\\/70 { border-color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #713f12cc; } +.border-yellow-900\\/85 { + border-color: #713f12d9; +} + .border-yellow-900\\/90 { border-color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #422006; } +.border-yellow-950\\/15 { + border-color: #42200626; +} + .border-yellow-950\\/20 { border-color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #4220064d; } +.border-yellow-950\\/35 { + border-color: #42200659; +} + .border-yellow-950\\/40 { border-color: #42200666; } +.border-yellow-950\\/45 { + border-color: #42200673; +} + .border-yellow-950\\/5 { border-color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #42200680; } +.border-yellow-950\\/55 { + border-color: #4220068c; +} + .border-yellow-950\\/60 { border-color: #42200699; } +.border-yellow-950\\/65 { + border-color: #422006a6; +} + .border-yellow-950\\/70 { border-color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #422006cc; } +.border-yellow-950\\/85 { + border-color: #422006d9; +} + .border-yellow-950\\/90 { border-color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f4f4f5; } +.border-zinc-100\\/15 { + border-color: #f4f4f526; +} + .border-zinc-100\\/20 { border-color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f4f4f54d; } +.border-zinc-100\\/35 { + border-color: #f4f4f559; +} + .border-zinc-100\\/40 { border-color: #f4f4f566; } +.border-zinc-100\\/45 { + border-color: #f4f4f573; +} + .border-zinc-100\\/5 { border-color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f4f4f580; } +.border-zinc-100\\/55 { + border-color: #f4f4f58c; +} + .border-zinc-100\\/60 { border-color: #f4f4f599; } +.border-zinc-100\\/65 { + border-color: #f4f4f5a6; +} + .border-zinc-100\\/70 { border-color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #f4f4f5cc; } +.border-zinc-100\\/85 { + border-color: #f4f4f5d9; +} + .border-zinc-100\\/90 { border-color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e4e4e7; } +.border-zinc-200\\/15 { + border-color: #e4e4e726; +} + .border-zinc-200\\/20 { border-color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e4e4e74d; } +.border-zinc-200\\/35 { + border-color: #e4e4e759; +} + .border-zinc-200\\/40 { border-color: #e4e4e766; } +.border-zinc-200\\/45 { + border-color: #e4e4e773; +} + .border-zinc-200\\/5 { border-color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e4e4e780; } +.border-zinc-200\\/55 { + border-color: #e4e4e78c; +} + .border-zinc-200\\/60 { border-color: #e4e4e799; } +.border-zinc-200\\/65 { + border-color: #e4e4e7a6; +} + .border-zinc-200\\/70 { border-color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #e4e4e7cc; } +.border-zinc-200\\/85 { + border-color: #e4e4e7d9; +} + .border-zinc-200\\/90 { border-color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d8; } +.border-zinc-300\\/15 { + border-color: #d4d4d826; +} + .border-zinc-300\\/20 { border-color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d84d; } +.border-zinc-300\\/35 { + border-color: #d4d4d859; +} + .border-zinc-300\\/40 { border-color: #d4d4d866; } +.border-zinc-300\\/45 { + border-color: #d4d4d873; +} + .border-zinc-300\\/5 { border-color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d880; } +.border-zinc-300\\/55 { + border-color: #d4d4d88c; +} + .border-zinc-300\\/60 { border-color: #d4d4d899; } +.border-zinc-300\\/65 { + border-color: #d4d4d8a6; +} + .border-zinc-300\\/70 { border-color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #d4d4d8cc; } +.border-zinc-300\\/85 { + border-color: #d4d4d8d9; +} + .border-zinc-300\\/90 { border-color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a1a1aa; } +.border-zinc-400\\/15 { + border-color: #a1a1aa26; +} + .border-zinc-400\\/20 { border-color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a1a1aa4d; } +.border-zinc-400\\/35 { + border-color: #a1a1aa59; +} + .border-zinc-400\\/40 { border-color: #a1a1aa66; } +.border-zinc-400\\/45 { + border-color: #a1a1aa73; +} + .border-zinc-400\\/5 { border-color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a1a1aa80; } +.border-zinc-400\\/55 { + border-color: #a1a1aa8c; +} + .border-zinc-400\\/60 { border-color: #a1a1aa99; } +.border-zinc-400\\/65 { + border-color: #a1a1aaa6; +} + .border-zinc-400\\/70 { border-color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #a1a1aacc; } +.border-zinc-400\\/85 { + border-color: #a1a1aad9; +} + .border-zinc-400\\/90 { border-color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafa; } +.border-zinc-50\\/15 { + border-color: #fafafa26; +} + .border-zinc-50\\/20 { border-color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafa4d; } +.border-zinc-50\\/35 { + border-color: #fafafa59; +} + .border-zinc-50\\/40 { border-color: #fafafa66; } +.border-zinc-50\\/45 { + border-color: #fafafa73; +} + .border-zinc-50\\/5 { border-color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafa80; } +.border-zinc-50\\/55 { + border-color: #fafafa8c; +} + .border-zinc-50\\/60 { border-color: #fafafa99; } +.border-zinc-50\\/65 { + border-color: #fafafaa6; +} + .border-zinc-50\\/70 { border-color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #fafafacc; } +.border-zinc-50\\/85 { + border-color: #fafafad9; +} + .border-zinc-50\\/90 { border-color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #71717a; } +.border-zinc-500\\/15 { + border-color: #71717a26; +} + .border-zinc-500\\/20 { border-color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #71717a4d; } +.border-zinc-500\\/35 { + border-color: #71717a59; +} + .border-zinc-500\\/40 { border-color: #71717a66; } +.border-zinc-500\\/45 { + border-color: #71717a73; +} + .border-zinc-500\\/5 { border-color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #71717a80; } +.border-zinc-500\\/55 { + border-color: #71717a8c; +} + .border-zinc-500\\/60 { border-color: #71717a99; } +.border-zinc-500\\/65 { + border-color: #71717aa6; +} + .border-zinc-500\\/70 { border-color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #71717acc; } +.border-zinc-500\\/85 { + border-color: #71717ad9; +} + .border-zinc-500\\/90 { border-color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #52525b; } +.border-zinc-600\\/15 { + border-color: #52525b26; +} + .border-zinc-600\\/20 { border-color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #52525b4d; } +.border-zinc-600\\/35 { + border-color: #52525b59; +} + .border-zinc-600\\/40 { border-color: #52525b66; } +.border-zinc-600\\/45 { + border-color: #52525b73; +} + .border-zinc-600\\/5 { border-color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #52525b80; } +.border-zinc-600\\/55 { + border-color: #52525b8c; +} + .border-zinc-600\\/60 { border-color: #52525b99; } +.border-zinc-600\\/65 { + border-color: #52525ba6; +} + .border-zinc-600\\/70 { border-color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #52525bcc; } +.border-zinc-600\\/85 { + border-color: #52525bd9; +} + .border-zinc-600\\/90 { border-color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f3f46; } +.border-zinc-700\\/15 { + border-color: #3f3f4626; +} + .border-zinc-700\\/20 { border-color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f3f464d; } +.border-zinc-700\\/35 { + border-color: #3f3f4659; +} + .border-zinc-700\\/40 { border-color: #3f3f4666; } +.border-zinc-700\\/45 { + border-color: #3f3f4673; +} + .border-zinc-700\\/5 { border-color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f3f4680; } +.border-zinc-700\\/55 { + border-color: #3f3f468c; +} + .border-zinc-700\\/60 { border-color: #3f3f4699; } +.border-zinc-700\\/65 { + border-color: #3f3f46a6; +} + .border-zinc-700\\/70 { border-color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #3f3f46cc; } +.border-zinc-700\\/85 { + border-color: #3f3f46d9; +} + .border-zinc-700\\/90 { border-color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #27272a; } +.border-zinc-800\\/15 { + border-color: #27272a26; +} + .border-zinc-800\\/20 { border-color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #27272a4d; } +.border-zinc-800\\/35 { + border-color: #27272a59; +} + .border-zinc-800\\/40 { border-color: #27272a66; } +.border-zinc-800\\/45 { + border-color: #27272a73; +} + .border-zinc-800\\/5 { border-color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #27272a80; } +.border-zinc-800\\/55 { + border-color: #27272a8c; +} + .border-zinc-800\\/60 { border-color: #27272a99; } +.border-zinc-800\\/65 { + border-color: #27272aa6; +} + .border-zinc-800\\/70 { border-color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #27272acc; } +.border-zinc-800\\/85 { + border-color: #27272ad9; +} + .border-zinc-800\\/90 { border-color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #18181b; } +.border-zinc-900\\/15 { + border-color: #18181b26; +} + .border-zinc-900\\/20 { border-color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #18181b4d; } +.border-zinc-900\\/35 { + border-color: #18181b59; +} + .border-zinc-900\\/40 { border-color: #18181b66; } +.border-zinc-900\\/45 { + border-color: #18181b73; +} + .border-zinc-900\\/5 { border-color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #18181b80; } +.border-zinc-900\\/55 { + border-color: #18181b8c; +} + .border-zinc-900\\/60 { border-color: #18181b99; } +.border-zinc-900\\/65 { + border-color: #18181ba6; +} + .border-zinc-900\\/70 { border-color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #18181bcc; } +.border-zinc-900\\/85 { + border-color: #18181bd9; +} + .border-zinc-900\\/90 { border-color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #09090b; } +.border-zinc-950\\/15 { + border-color: #09090b26; +} + .border-zinc-950\\/20 { border-color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #09090b4d; } +.border-zinc-950\\/35 { + border-color: #09090b59; +} + .border-zinc-950\\/40 { border-color: #09090b66; } +.border-zinc-950\\/45 { + border-color: #09090b73; +} + .border-zinc-950\\/5 { border-color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #09090b80; } +.border-zinc-950\\/55 { + border-color: #09090b8c; +} + .border-zinc-950\\/60 { border-color: #09090b99; } +.border-zinc-950\\/65 { + border-color: #09090ba6; +} + .border-zinc-950\\/70 { border-color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-color: #09090bcc; } +.border-zinc-950\\/85 { + border-color: #09090bd9; +} + .border-zinc-950\\/90 { border-color: #09090be6; } @@ -15714,6 +21594,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c7; } +.border-x-amber-100\\/15 { + border-left-color: #fef3c726; + border-right-color: #fef3c726; +} + .border-x-amber-100\\/20 { border-left-color: #fef3c733; border-right-color: #fef3c733; @@ -15729,11 +21614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c74d; } +.border-x-amber-100\\/35 { + border-left-color: #fef3c759; + border-right-color: #fef3c759; +} + .border-x-amber-100\\/40 { border-left-color: #fef3c766; border-right-color: #fef3c766; } +.border-x-amber-100\\/45 { + border-left-color: #fef3c773; + border-right-color: #fef3c773; +} + .border-x-amber-100\\/5 { border-left-color: #fef3c70d; border-right-color: #fef3c70d; @@ -15744,11 +21639,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c780; } +.border-x-amber-100\\/55 { + border-left-color: #fef3c78c; + border-right-color: #fef3c78c; +} + .border-x-amber-100\\/60 { border-left-color: #fef3c799; border-right-color: #fef3c799; } +.border-x-amber-100\\/65 { + border-left-color: #fef3c7a6; + border-right-color: #fef3c7a6; +} + .border-x-amber-100\\/70 { border-left-color: #fef3c7b3; border-right-color: #fef3c7b3; @@ -15764,6 +21669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c7cc; } +.border-x-amber-100\\/85 { + border-left-color: #fef3c7d9; + border-right-color: #fef3c7d9; +} + .border-x-amber-100\\/90 { border-left-color: #fef3c7e6; border-right-color: #fef3c7e6; @@ -15794,6 +21704,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68a; } +.border-x-amber-200\\/15 { + border-left-color: #fde68a26; + border-right-color: #fde68a26; +} + .border-x-amber-200\\/20 { border-left-color: #fde68a33; border-right-color: #fde68a33; @@ -15809,11 +21724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68a4d; } +.border-x-amber-200\\/35 { + border-left-color: #fde68a59; + border-right-color: #fde68a59; +} + .border-x-amber-200\\/40 { border-left-color: #fde68a66; border-right-color: #fde68a66; } +.border-x-amber-200\\/45 { + border-left-color: #fde68a73; + border-right-color: #fde68a73; +} + .border-x-amber-200\\/5 { border-left-color: #fde68a0d; border-right-color: #fde68a0d; @@ -15824,11 +21749,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68a80; } +.border-x-amber-200\\/55 { + border-left-color: #fde68a8c; + border-right-color: #fde68a8c; +} + .border-x-amber-200\\/60 { border-left-color: #fde68a99; border-right-color: #fde68a99; } +.border-x-amber-200\\/65 { + border-left-color: #fde68aa6; + border-right-color: #fde68aa6; +} + .border-x-amber-200\\/70 { border-left-color: #fde68ab3; border-right-color: #fde68ab3; @@ -15844,6 +21779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68acc; } +.border-x-amber-200\\/85 { + border-left-color: #fde68ad9; + border-right-color: #fde68ad9; +} + .border-x-amber-200\\/90 { border-left-color: #fde68ae6; border-right-color: #fde68ae6; @@ -15874,6 +21814,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34d; } +.border-x-amber-300\\/15 { + border-left-color: #fcd34d26; + border-right-color: #fcd34d26; +} + .border-x-amber-300\\/20 { border-left-color: #fcd34d33; border-right-color: #fcd34d33; @@ -15889,11 +21834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34d4d; } +.border-x-amber-300\\/35 { + border-left-color: #fcd34d59; + border-right-color: #fcd34d59; +} + .border-x-amber-300\\/40 { border-left-color: #fcd34d66; border-right-color: #fcd34d66; } +.border-x-amber-300\\/45 { + border-left-color: #fcd34d73; + border-right-color: #fcd34d73; +} + .border-x-amber-300\\/5 { border-left-color: #fcd34d0d; border-right-color: #fcd34d0d; @@ -15904,11 +21859,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34d80; } +.border-x-amber-300\\/55 { + border-left-color: #fcd34d8c; + border-right-color: #fcd34d8c; +} + .border-x-amber-300\\/60 { border-left-color: #fcd34d99; border-right-color: #fcd34d99; } +.border-x-amber-300\\/65 { + border-left-color: #fcd34da6; + border-right-color: #fcd34da6; +} + .border-x-amber-300\\/70 { border-left-color: #fcd34db3; border-right-color: #fcd34db3; @@ -15924,6 +21889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34dcc; } +.border-x-amber-300\\/85 { + border-left-color: #fcd34dd9; + border-right-color: #fcd34dd9; +} + .border-x-amber-300\\/90 { border-left-color: #fcd34de6; border-right-color: #fcd34de6; @@ -15954,6 +21924,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf24; } +.border-x-amber-400\\/15 { + border-left-color: #fbbf2426; + border-right-color: #fbbf2426; +} + .border-x-amber-400\\/20 { border-left-color: #fbbf2433; border-right-color: #fbbf2433; @@ -15969,11 +21944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf244d; } +.border-x-amber-400\\/35 { + border-left-color: #fbbf2459; + border-right-color: #fbbf2459; +} + .border-x-amber-400\\/40 { border-left-color: #fbbf2466; border-right-color: #fbbf2466; } +.border-x-amber-400\\/45 { + border-left-color: #fbbf2473; + border-right-color: #fbbf2473; +} + .border-x-amber-400\\/5 { border-left-color: #fbbf240d; border-right-color: #fbbf240d; @@ -15984,11 +21969,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf2480; } +.border-x-amber-400\\/55 { + border-left-color: #fbbf248c; + border-right-color: #fbbf248c; +} + .border-x-amber-400\\/60 { border-left-color: #fbbf2499; border-right-color: #fbbf2499; } +.border-x-amber-400\\/65 { + border-left-color: #fbbf24a6; + border-right-color: #fbbf24a6; +} + .border-x-amber-400\\/70 { border-left-color: #fbbf24b3; border-right-color: #fbbf24b3; @@ -16004,6 +21999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf24cc; } +.border-x-amber-400\\/85 { + border-left-color: #fbbf24d9; + border-right-color: #fbbf24d9; +} + .border-x-amber-400\\/90 { border-left-color: #fbbf24e6; border-right-color: #fbbf24e6; @@ -16034,6 +22034,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbeb; } +.border-x-amber-50\\/15 { + border-left-color: #fffbeb26; + border-right-color: #fffbeb26; +} + .border-x-amber-50\\/20 { border-left-color: #fffbeb33; border-right-color: #fffbeb33; @@ -16049,11 +22054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbeb4d; } +.border-x-amber-50\\/35 { + border-left-color: #fffbeb59; + border-right-color: #fffbeb59; +} + .border-x-amber-50\\/40 { border-left-color: #fffbeb66; border-right-color: #fffbeb66; } +.border-x-amber-50\\/45 { + border-left-color: #fffbeb73; + border-right-color: #fffbeb73; +} + .border-x-amber-50\\/5 { border-left-color: #fffbeb0d; border-right-color: #fffbeb0d; @@ -16064,11 +22079,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbeb80; } +.border-x-amber-50\\/55 { + border-left-color: #fffbeb8c; + border-right-color: #fffbeb8c; +} + .border-x-amber-50\\/60 { border-left-color: #fffbeb99; border-right-color: #fffbeb99; } +.border-x-amber-50\\/65 { + border-left-color: #fffbeba6; + border-right-color: #fffbeba6; +} + .border-x-amber-50\\/70 { border-left-color: #fffbebb3; border-right-color: #fffbebb3; @@ -16084,6 +22109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbebcc; } +.border-x-amber-50\\/85 { + border-left-color: #fffbebd9; + border-right-color: #fffbebd9; +} + .border-x-amber-50\\/90 { border-left-color: #fffbebe6; border-right-color: #fffbebe6; @@ -16114,6 +22144,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0b; } +.border-x-amber-500\\/15 { + border-left-color: #f59e0b26; + border-right-color: #f59e0b26; +} + .border-x-amber-500\\/20 { border-left-color: #f59e0b33; border-right-color: #f59e0b33; @@ -16129,11 +22164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0b4d; } +.border-x-amber-500\\/35 { + border-left-color: #f59e0b59; + border-right-color: #f59e0b59; +} + .border-x-amber-500\\/40 { border-left-color: #f59e0b66; border-right-color: #f59e0b66; } +.border-x-amber-500\\/45 { + border-left-color: #f59e0b73; + border-right-color: #f59e0b73; +} + .border-x-amber-500\\/5 { border-left-color: #f59e0b0d; border-right-color: #f59e0b0d; @@ -16144,11 +22189,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0b80; } +.border-x-amber-500\\/55 { + border-left-color: #f59e0b8c; + border-right-color: #f59e0b8c; +} + .border-x-amber-500\\/60 { border-left-color: #f59e0b99; border-right-color: #f59e0b99; } +.border-x-amber-500\\/65 { + border-left-color: #f59e0ba6; + border-right-color: #f59e0ba6; +} + .border-x-amber-500\\/70 { border-left-color: #f59e0bb3; border-right-color: #f59e0bb3; @@ -16164,6 +22219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0bcc; } +.border-x-amber-500\\/85 { + border-left-color: #f59e0bd9; + border-right-color: #f59e0bd9; +} + .border-x-amber-500\\/90 { border-left-color: #f59e0be6; border-right-color: #f59e0be6; @@ -16194,6 +22254,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d97706; } +.border-x-amber-600\\/15 { + border-left-color: #d9770626; + border-right-color: #d9770626; +} + .border-x-amber-600\\/20 { border-left-color: #d9770633; border-right-color: #d9770633; @@ -16209,11 +22274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d977064d; } +.border-x-amber-600\\/35 { + border-left-color: #d9770659; + border-right-color: #d9770659; +} + .border-x-amber-600\\/40 { border-left-color: #d9770666; border-right-color: #d9770666; } +.border-x-amber-600\\/45 { + border-left-color: #d9770673; + border-right-color: #d9770673; +} + .border-x-amber-600\\/5 { border-left-color: #d977060d; border-right-color: #d977060d; @@ -16224,11 +22299,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9770680; } +.border-x-amber-600\\/55 { + border-left-color: #d977068c; + border-right-color: #d977068c; +} + .border-x-amber-600\\/60 { border-left-color: #d9770699; border-right-color: #d9770699; } +.border-x-amber-600\\/65 { + border-left-color: #d97706a6; + border-right-color: #d97706a6; +} + .border-x-amber-600\\/70 { border-left-color: #d97706b3; border-right-color: #d97706b3; @@ -16244,6 +22329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d97706cc; } +.border-x-amber-600\\/85 { + border-left-color: #d97706d9; + border-right-color: #d97706d9; +} + .border-x-amber-600\\/90 { border-left-color: #d97706e6; border-right-color: #d97706e6; @@ -16274,6 +22364,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b45309; } +.border-x-amber-700\\/15 { + border-left-color: #b4530926; + border-right-color: #b4530926; +} + .border-x-amber-700\\/20 { border-left-color: #b4530933; border-right-color: #b4530933; @@ -16289,11 +22384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b453094d; } +.border-x-amber-700\\/35 { + border-left-color: #b4530959; + border-right-color: #b4530959; +} + .border-x-amber-700\\/40 { border-left-color: #b4530966; border-right-color: #b4530966; } +.border-x-amber-700\\/45 { + border-left-color: #b4530973; + border-right-color: #b4530973; +} + .border-x-amber-700\\/5 { border-left-color: #b453090d; border-right-color: #b453090d; @@ -16304,11 +22409,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b4530980; } +.border-x-amber-700\\/55 { + border-left-color: #b453098c; + border-right-color: #b453098c; +} + .border-x-amber-700\\/60 { border-left-color: #b4530999; border-right-color: #b4530999; } +.border-x-amber-700\\/65 { + border-left-color: #b45309a6; + border-right-color: #b45309a6; +} + .border-x-amber-700\\/70 { border-left-color: #b45309b3; border-right-color: #b45309b3; @@ -16324,6 +22439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b45309cc; } +.border-x-amber-700\\/85 { + border-left-color: #b45309d9; + border-right-color: #b45309d9; +} + .border-x-amber-700\\/90 { border-left-color: #b45309e6; border-right-color: #b45309e6; @@ -16354,6 +22474,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400e; } +.border-x-amber-800\\/15 { + border-left-color: #92400e26; + border-right-color: #92400e26; +} + .border-x-amber-800\\/20 { border-left-color: #92400e33; border-right-color: #92400e33; @@ -16369,11 +22494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400e4d; } +.border-x-amber-800\\/35 { + border-left-color: #92400e59; + border-right-color: #92400e59; +} + .border-x-amber-800\\/40 { border-left-color: #92400e66; border-right-color: #92400e66; } +.border-x-amber-800\\/45 { + border-left-color: #92400e73; + border-right-color: #92400e73; +} + .border-x-amber-800\\/5 { border-left-color: #92400e0d; border-right-color: #92400e0d; @@ -16384,11 +22519,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400e80; } +.border-x-amber-800\\/55 { + border-left-color: #92400e8c; + border-right-color: #92400e8c; +} + .border-x-amber-800\\/60 { border-left-color: #92400e99; border-right-color: #92400e99; } +.border-x-amber-800\\/65 { + border-left-color: #92400ea6; + border-right-color: #92400ea6; +} + .border-x-amber-800\\/70 { border-left-color: #92400eb3; border-right-color: #92400eb3; @@ -16404,6 +22549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400ecc; } +.border-x-amber-800\\/85 { + border-left-color: #92400ed9; + border-right-color: #92400ed9; +} + .border-x-amber-800\\/90 { border-left-color: #92400ee6; border-right-color: #92400ee6; @@ -16434,6 +22584,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350f; } +.border-x-amber-900\\/15 { + border-left-color: #78350f26; + border-right-color: #78350f26; +} + .border-x-amber-900\\/20 { border-left-color: #78350f33; border-right-color: #78350f33; @@ -16449,11 +22604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350f4d; } +.border-x-amber-900\\/35 { + border-left-color: #78350f59; + border-right-color: #78350f59; +} + .border-x-amber-900\\/40 { border-left-color: #78350f66; border-right-color: #78350f66; } +.border-x-amber-900\\/45 { + border-left-color: #78350f73; + border-right-color: #78350f73; +} + .border-x-amber-900\\/5 { border-left-color: #78350f0d; border-right-color: #78350f0d; @@ -16464,11 +22629,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350f80; } +.border-x-amber-900\\/55 { + border-left-color: #78350f8c; + border-right-color: #78350f8c; +} + .border-x-amber-900\\/60 { border-left-color: #78350f99; border-right-color: #78350f99; } +.border-x-amber-900\\/65 { + border-left-color: #78350fa6; + border-right-color: #78350fa6; +} + .border-x-amber-900\\/70 { border-left-color: #78350fb3; border-right-color: #78350fb3; @@ -16484,6 +22659,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350fcc; } +.border-x-amber-900\\/85 { + border-left-color: #78350fd9; + border-right-color: #78350fd9; +} + .border-x-amber-900\\/90 { border-left-color: #78350fe6; border-right-color: #78350fe6; @@ -16514,6 +22694,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a03; } +.border-x-amber-950\\/15 { + border-left-color: #451a0326; + border-right-color: #451a0326; +} + .border-x-amber-950\\/20 { border-left-color: #451a0333; border-right-color: #451a0333; @@ -16529,11 +22714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a034d; } +.border-x-amber-950\\/35 { + border-left-color: #451a0359; + border-right-color: #451a0359; +} + .border-x-amber-950\\/40 { border-left-color: #451a0366; border-right-color: #451a0366; } +.border-x-amber-950\\/45 { + border-left-color: #451a0373; + border-right-color: #451a0373; +} + .border-x-amber-950\\/5 { border-left-color: #451a030d; border-right-color: #451a030d; @@ -16544,11 +22739,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a0380; } +.border-x-amber-950\\/55 { + border-left-color: #451a038c; + border-right-color: #451a038c; +} + .border-x-amber-950\\/60 { border-left-color: #451a0399; border-right-color: #451a0399; } +.border-x-amber-950\\/65 { + border-left-color: #451a03a6; + border-right-color: #451a03a6; +} + .border-x-amber-950\\/70 { border-left-color: #451a03b3; border-right-color: #451a03b3; @@ -16564,6 +22769,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a03cc; } +.border-x-amber-950\\/85 { + border-left-color: #451a03d9; + border-right-color: #451a03d9; +} + .border-x-amber-950\\/90 { border-left-color: #451a03e6; border-right-color: #451a03e6; @@ -16594,6 +22804,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000; } +.border-x-black\\/15 { + border-left-color: #00000026; + border-right-color: #00000026; +} + .border-x-black\\/20 { border-left-color: #0003; border-right-color: #0003; @@ -16609,11 +22824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0000004d; } +.border-x-black\\/35 { + border-left-color: #00000059; + border-right-color: #00000059; +} + .border-x-black\\/40 { border-left-color: #0006; border-right-color: #0006; } +.border-x-black\\/45 { + border-left-color: #00000073; + border-right-color: #00000073; +} + .border-x-black\\/5 { border-left-color: #0000000d; border-right-color: #0000000d; @@ -16624,11 +22849,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #00000080; } +.border-x-black\\/55 { + border-left-color: #0000008c; + border-right-color: #0000008c; +} + .border-x-black\\/60 { border-left-color: #0009; border-right-color: #0009; } +.border-x-black\\/65 { + border-left-color: #000000a6; + border-right-color: #000000a6; +} + .border-x-black\\/70 { border-left-color: #000000b3; border-right-color: #000000b3; @@ -16644,6 +22879,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000c; } +.border-x-black\\/85 { + border-left-color: #000000d9; + border-right-color: #000000d9; +} + .border-x-black\\/90 { border-left-color: #000000e6; border-right-color: #000000e6; @@ -16674,6 +22914,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafe; } +.border-x-blue-100\\/15 { + border-left-color: #dbeafe26; + border-right-color: #dbeafe26; +} + .border-x-blue-100\\/20 { border-left-color: #dbeafe33; border-right-color: #dbeafe33; @@ -16689,11 +22934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafe4d; } +.border-x-blue-100\\/35 { + border-left-color: #dbeafe59; + border-right-color: #dbeafe59; +} + .border-x-blue-100\\/40 { border-left-color: #dbeafe66; border-right-color: #dbeafe66; } +.border-x-blue-100\\/45 { + border-left-color: #dbeafe73; + border-right-color: #dbeafe73; +} + .border-x-blue-100\\/5 { border-left-color: #dbeafe0d; border-right-color: #dbeafe0d; @@ -16704,11 +22959,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafe80; } +.border-x-blue-100\\/55 { + border-left-color: #dbeafe8c; + border-right-color: #dbeafe8c; +} + .border-x-blue-100\\/60 { border-left-color: #dbeafe99; border-right-color: #dbeafe99; } +.border-x-blue-100\\/65 { + border-left-color: #dbeafea6; + border-right-color: #dbeafea6; +} + .border-x-blue-100\\/70 { border-left-color: #dbeafeb3; border-right-color: #dbeafeb3; @@ -16724,6 +22989,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafecc; } +.border-x-blue-100\\/85 { + border-left-color: #dbeafed9; + border-right-color: #dbeafed9; +} + .border-x-blue-100\\/90 { border-left-color: #dbeafee6; border-right-color: #dbeafee6; @@ -16754,6 +23024,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfe; } +.border-x-blue-200\\/15 { + border-left-color: #bfdbfe26; + border-right-color: #bfdbfe26; +} + .border-x-blue-200\\/20 { border-left-color: #bfdbfe33; border-right-color: #bfdbfe33; @@ -16769,11 +23044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfe4d; } +.border-x-blue-200\\/35 { + border-left-color: #bfdbfe59; + border-right-color: #bfdbfe59; +} + .border-x-blue-200\\/40 { border-left-color: #bfdbfe66; border-right-color: #bfdbfe66; } +.border-x-blue-200\\/45 { + border-left-color: #bfdbfe73; + border-right-color: #bfdbfe73; +} + .border-x-blue-200\\/5 { border-left-color: #bfdbfe0d; border-right-color: #bfdbfe0d; @@ -16784,11 +23069,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfe80; } +.border-x-blue-200\\/55 { + border-left-color: #bfdbfe8c; + border-right-color: #bfdbfe8c; +} + .border-x-blue-200\\/60 { border-left-color: #bfdbfe99; border-right-color: #bfdbfe99; } +.border-x-blue-200\\/65 { + border-left-color: #bfdbfea6; + border-right-color: #bfdbfea6; +} + .border-x-blue-200\\/70 { border-left-color: #bfdbfeb3; border-right-color: #bfdbfeb3; @@ -16804,6 +23099,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfecc; } +.border-x-blue-200\\/85 { + border-left-color: #bfdbfed9; + border-right-color: #bfdbfed9; +} + .border-x-blue-200\\/90 { border-left-color: #bfdbfee6; border-right-color: #bfdbfee6; @@ -16834,6 +23134,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fd; } +.border-x-blue-300\\/15 { + border-left-color: #93c5fd26; + border-right-color: #93c5fd26; +} + .border-x-blue-300\\/20 { border-left-color: #93c5fd33; border-right-color: #93c5fd33; @@ -16849,11 +23154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fd4d; } +.border-x-blue-300\\/35 { + border-left-color: #93c5fd59; + border-right-color: #93c5fd59; +} + .border-x-blue-300\\/40 { border-left-color: #93c5fd66; border-right-color: #93c5fd66; } +.border-x-blue-300\\/45 { + border-left-color: #93c5fd73; + border-right-color: #93c5fd73; +} + .border-x-blue-300\\/5 { border-left-color: #93c5fd0d; border-right-color: #93c5fd0d; @@ -16864,11 +23179,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fd80; } +.border-x-blue-300\\/55 { + border-left-color: #93c5fd8c; + border-right-color: #93c5fd8c; +} + .border-x-blue-300\\/60 { border-left-color: #93c5fd99; border-right-color: #93c5fd99; } +.border-x-blue-300\\/65 { + border-left-color: #93c5fda6; + border-right-color: #93c5fda6; +} + .border-x-blue-300\\/70 { border-left-color: #93c5fdb3; border-right-color: #93c5fdb3; @@ -16884,6 +23209,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fdcc; } +.border-x-blue-300\\/85 { + border-left-color: #93c5fdd9; + border-right-color: #93c5fdd9; +} + .border-x-blue-300\\/90 { border-left-color: #93c5fde6; border-right-color: #93c5fde6; @@ -16914,6 +23244,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5fa; } +.border-x-blue-400\\/15 { + border-left-color: #60a5fa26; + border-right-color: #60a5fa26; +} + .border-x-blue-400\\/20 { border-left-color: #60a5fa33; border-right-color: #60a5fa33; @@ -16929,11 +23264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5fa4d; } +.border-x-blue-400\\/35 { + border-left-color: #60a5fa59; + border-right-color: #60a5fa59; +} + .border-x-blue-400\\/40 { border-left-color: #60a5fa66; border-right-color: #60a5fa66; } +.border-x-blue-400\\/45 { + border-left-color: #60a5fa73; + border-right-color: #60a5fa73; +} + .border-x-blue-400\\/5 { border-left-color: #60a5fa0d; border-right-color: #60a5fa0d; @@ -16944,11 +23289,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5fa80; } +.border-x-blue-400\\/55 { + border-left-color: #60a5fa8c; + border-right-color: #60a5fa8c; +} + .border-x-blue-400\\/60 { border-left-color: #60a5fa99; border-right-color: #60a5fa99; } +.border-x-blue-400\\/65 { + border-left-color: #60a5faa6; + border-right-color: #60a5faa6; +} + .border-x-blue-400\\/70 { border-left-color: #60a5fab3; border-right-color: #60a5fab3; @@ -16964,6 +23319,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5facc; } +.border-x-blue-400\\/85 { + border-left-color: #60a5fad9; + border-right-color: #60a5fad9; +} + .border-x-blue-400\\/90 { border-left-color: #60a5fae6; border-right-color: #60a5fae6; @@ -16994,6 +23354,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ff; } +.border-x-blue-50\\/15 { + border-left-color: #eff6ff26; + border-right-color: #eff6ff26; +} + .border-x-blue-50\\/20 { border-left-color: #eff6ff33; border-right-color: #eff6ff33; @@ -17009,11 +23374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ff4d; } +.border-x-blue-50\\/35 { + border-left-color: #eff6ff59; + border-right-color: #eff6ff59; +} + .border-x-blue-50\\/40 { border-left-color: #eff6ff66; border-right-color: #eff6ff66; } +.border-x-blue-50\\/45 { + border-left-color: #eff6ff73; + border-right-color: #eff6ff73; +} + .border-x-blue-50\\/5 { border-left-color: #eff6ff0d; border-right-color: #eff6ff0d; @@ -17024,11 +23399,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ff80; } +.border-x-blue-50\\/55 { + border-left-color: #eff6ff8c; + border-right-color: #eff6ff8c; +} + .border-x-blue-50\\/60 { border-left-color: #eff6ff99; border-right-color: #eff6ff99; } +.border-x-blue-50\\/65 { + border-left-color: #eff6ffa6; + border-right-color: #eff6ffa6; +} + .border-x-blue-50\\/70 { border-left-color: #eff6ffb3; border-right-color: #eff6ffb3; @@ -17044,6 +23429,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ffcc; } +.border-x-blue-50\\/85 { + border-left-color: #eff6ffd9; + border-right-color: #eff6ffd9; +} + .border-x-blue-50\\/90 { border-left-color: #eff6ffe6; border-right-color: #eff6ffe6; @@ -17074,6 +23464,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f6; } +.border-x-blue-500\\/15 { + border-left-color: #3b82f626; + border-right-color: #3b82f626; +} + .border-x-blue-500\\/20 { border-left-color: #3b82f633; border-right-color: #3b82f633; @@ -17089,11 +23484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f64d; } +.border-x-blue-500\\/35 { + border-left-color: #3b82f659; + border-right-color: #3b82f659; +} + .border-x-blue-500\\/40 { border-left-color: #3b82f666; border-right-color: #3b82f666; } +.border-x-blue-500\\/45 { + border-left-color: #3b82f673; + border-right-color: #3b82f673; +} + .border-x-blue-500\\/5 { border-left-color: #3b82f60d; border-right-color: #3b82f60d; @@ -17104,11 +23509,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f680; } +.border-x-blue-500\\/55 { + border-left-color: #3b82f68c; + border-right-color: #3b82f68c; +} + .border-x-blue-500\\/60 { border-left-color: #3b82f699; border-right-color: #3b82f699; } +.border-x-blue-500\\/65 { + border-left-color: #3b82f6a6; + border-right-color: #3b82f6a6; +} + .border-x-blue-500\\/70 { border-left-color: #3b82f6b3; border-right-color: #3b82f6b3; @@ -17124,6 +23539,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f6cc; } +.border-x-blue-500\\/85 { + border-left-color: #3b82f6d9; + border-right-color: #3b82f6d9; +} + .border-x-blue-500\\/90 { border-left-color: #3b82f6e6; border-right-color: #3b82f6e6; @@ -17154,6 +23574,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563eb; } +.border-x-blue-600\\/15 { + border-left-color: #2563eb26; + border-right-color: #2563eb26; +} + .border-x-blue-600\\/20 { border-left-color: #2563eb33; border-right-color: #2563eb33; @@ -17169,11 +23594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563eb4d; } +.border-x-blue-600\\/35 { + border-left-color: #2563eb59; + border-right-color: #2563eb59; +} + .border-x-blue-600\\/40 { border-left-color: #2563eb66; border-right-color: #2563eb66; } +.border-x-blue-600\\/45 { + border-left-color: #2563eb73; + border-right-color: #2563eb73; +} + .border-x-blue-600\\/5 { border-left-color: #2563eb0d; border-right-color: #2563eb0d; @@ -17184,11 +23619,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563eb80; } +.border-x-blue-600\\/55 { + border-left-color: #2563eb8c; + border-right-color: #2563eb8c; +} + .border-x-blue-600\\/60 { border-left-color: #2563eb99; border-right-color: #2563eb99; } +.border-x-blue-600\\/65 { + border-left-color: #2563eba6; + border-right-color: #2563eba6; +} + .border-x-blue-600\\/70 { border-left-color: #2563ebb3; border-right-color: #2563ebb3; @@ -17204,6 +23649,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563ebcc; } +.border-x-blue-600\\/85 { + border-left-color: #2563ebd9; + border-right-color: #2563ebd9; +} + .border-x-blue-600\\/90 { border-left-color: #2563ebe6; border-right-color: #2563ebe6; @@ -17234,6 +23684,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed8; } +.border-x-blue-700\\/15 { + border-left-color: #1d4ed826; + border-right-color: #1d4ed826; +} + .border-x-blue-700\\/20 { border-left-color: #1d4ed833; border-right-color: #1d4ed833; @@ -17249,11 +23704,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed84d; } +.border-x-blue-700\\/35 { + border-left-color: #1d4ed859; + border-right-color: #1d4ed859; +} + .border-x-blue-700\\/40 { border-left-color: #1d4ed866; border-right-color: #1d4ed866; } +.border-x-blue-700\\/45 { + border-left-color: #1d4ed873; + border-right-color: #1d4ed873; +} + .border-x-blue-700\\/5 { border-left-color: #1d4ed80d; border-right-color: #1d4ed80d; @@ -17264,11 +23729,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed880; } +.border-x-blue-700\\/55 { + border-left-color: #1d4ed88c; + border-right-color: #1d4ed88c; +} + .border-x-blue-700\\/60 { border-left-color: #1d4ed899; border-right-color: #1d4ed899; } +.border-x-blue-700\\/65 { + border-left-color: #1d4ed8a6; + border-right-color: #1d4ed8a6; +} + .border-x-blue-700\\/70 { border-left-color: #1d4ed8b3; border-right-color: #1d4ed8b3; @@ -17284,6 +23759,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed8cc; } +.border-x-blue-700\\/85 { + border-left-color: #1d4ed8d9; + border-right-color: #1d4ed8d9; +} + .border-x-blue-700\\/90 { border-left-color: #1d4ed8e6; border-right-color: #1d4ed8e6; @@ -17314,6 +23794,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40af; } +.border-x-blue-800\\/15 { + border-left-color: #1e40af26; + border-right-color: #1e40af26; +} + .border-x-blue-800\\/20 { border-left-color: #1e40af33; border-right-color: #1e40af33; @@ -17329,11 +23814,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40af4d; } +.border-x-blue-800\\/35 { + border-left-color: #1e40af59; + border-right-color: #1e40af59; +} + .border-x-blue-800\\/40 { border-left-color: #1e40af66; border-right-color: #1e40af66; } +.border-x-blue-800\\/45 { + border-left-color: #1e40af73; + border-right-color: #1e40af73; +} + .border-x-blue-800\\/5 { border-left-color: #1e40af0d; border-right-color: #1e40af0d; @@ -17344,11 +23839,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40af80; } +.border-x-blue-800\\/55 { + border-left-color: #1e40af8c; + border-right-color: #1e40af8c; +} + .border-x-blue-800\\/60 { border-left-color: #1e40af99; border-right-color: #1e40af99; } +.border-x-blue-800\\/65 { + border-left-color: #1e40afa6; + border-right-color: #1e40afa6; +} + .border-x-blue-800\\/70 { border-left-color: #1e40afb3; border-right-color: #1e40afb3; @@ -17364,6 +23869,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40afcc; } +.border-x-blue-800\\/85 { + border-left-color: #1e40afd9; + border-right-color: #1e40afd9; +} + .border-x-blue-800\\/90 { border-left-color: #1e40afe6; border-right-color: #1e40afe6; @@ -17394,6 +23904,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8a; } +.border-x-blue-900\\/15 { + border-left-color: #1e3a8a26; + border-right-color: #1e3a8a26; +} + .border-x-blue-900\\/20 { border-left-color: #1e3a8a33; border-right-color: #1e3a8a33; @@ -17409,11 +23924,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8a4d; } +.border-x-blue-900\\/35 { + border-left-color: #1e3a8a59; + border-right-color: #1e3a8a59; +} + .border-x-blue-900\\/40 { border-left-color: #1e3a8a66; border-right-color: #1e3a8a66; } +.border-x-blue-900\\/45 { + border-left-color: #1e3a8a73; + border-right-color: #1e3a8a73; +} + .border-x-blue-900\\/5 { border-left-color: #1e3a8a0d; border-right-color: #1e3a8a0d; @@ -17424,11 +23949,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8a80; } +.border-x-blue-900\\/55 { + border-left-color: #1e3a8a8c; + border-right-color: #1e3a8a8c; +} + .border-x-blue-900\\/60 { border-left-color: #1e3a8a99; border-right-color: #1e3a8a99; } +.border-x-blue-900\\/65 { + border-left-color: #1e3a8aa6; + border-right-color: #1e3a8aa6; +} + .border-x-blue-900\\/70 { border-left-color: #1e3a8ab3; border-right-color: #1e3a8ab3; @@ -17444,6 +23979,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8acc; } +.border-x-blue-900\\/85 { + border-left-color: #1e3a8ad9; + border-right-color: #1e3a8ad9; +} + .border-x-blue-900\\/90 { border-left-color: #1e3a8ae6; border-right-color: #1e3a8ae6; @@ -17474,6 +24014,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #172554; } +.border-x-blue-950\\/15 { + border-left-color: #17255426; + border-right-color: #17255426; +} + .border-x-blue-950\\/20 { border-left-color: #17255433; border-right-color: #17255433; @@ -17489,11 +24034,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1725544d; } +.border-x-blue-950\\/35 { + border-left-color: #17255459; + border-right-color: #17255459; +} + .border-x-blue-950\\/40 { border-left-color: #17255466; border-right-color: #17255466; } +.border-x-blue-950\\/45 { + border-left-color: #17255473; + border-right-color: #17255473; +} + .border-x-blue-950\\/5 { border-left-color: #1725540d; border-right-color: #1725540d; @@ -17504,11 +24059,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #17255480; } +.border-x-blue-950\\/55 { + border-left-color: #1725548c; + border-right-color: #1725548c; +} + .border-x-blue-950\\/60 { border-left-color: #17255499; border-right-color: #17255499; } +.border-x-blue-950\\/65 { + border-left-color: #172554a6; + border-right-color: #172554a6; +} + .border-x-blue-950\\/70 { border-left-color: #172554b3; border-right-color: #172554b3; @@ -17524,6 +24089,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #172554cc; } +.border-x-blue-950\\/85 { + border-left-color: #172554d9; + border-right-color: #172554d9; +} + .border-x-blue-950\\/90 { border-left-color: #172554e6; border-right-color: #172554e6; @@ -17559,6 +24129,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafe; } +.border-x-cyan-100\\/15 { + border-left-color: #cffafe26; + border-right-color: #cffafe26; +} + .border-x-cyan-100\\/20 { border-left-color: #cffafe33; border-right-color: #cffafe33; @@ -17574,11 +24149,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafe4d; } +.border-x-cyan-100\\/35 { + border-left-color: #cffafe59; + border-right-color: #cffafe59; +} + .border-x-cyan-100\\/40 { border-left-color: #cffafe66; border-right-color: #cffafe66; } +.border-x-cyan-100\\/45 { + border-left-color: #cffafe73; + border-right-color: #cffafe73; +} + .border-x-cyan-100\\/5 { border-left-color: #cffafe0d; border-right-color: #cffafe0d; @@ -17589,11 +24174,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafe80; } +.border-x-cyan-100\\/55 { + border-left-color: #cffafe8c; + border-right-color: #cffafe8c; +} + .border-x-cyan-100\\/60 { border-left-color: #cffafe99; border-right-color: #cffafe99; } +.border-x-cyan-100\\/65 { + border-left-color: #cffafea6; + border-right-color: #cffafea6; +} + .border-x-cyan-100\\/70 { border-left-color: #cffafeb3; border-right-color: #cffafeb3; @@ -17609,6 +24204,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafecc; } +.border-x-cyan-100\\/85 { + border-left-color: #cffafed9; + border-right-color: #cffafed9; +} + .border-x-cyan-100\\/90 { border-left-color: #cffafee6; border-right-color: #cffafee6; @@ -17639,6 +24239,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fc; } +.border-x-cyan-200\\/15 { + border-left-color: #a5f3fc26; + border-right-color: #a5f3fc26; +} + .border-x-cyan-200\\/20 { border-left-color: #a5f3fc33; border-right-color: #a5f3fc33; @@ -17654,11 +24259,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fc4d; } +.border-x-cyan-200\\/35 { + border-left-color: #a5f3fc59; + border-right-color: #a5f3fc59; +} + .border-x-cyan-200\\/40 { border-left-color: #a5f3fc66; border-right-color: #a5f3fc66; } +.border-x-cyan-200\\/45 { + border-left-color: #a5f3fc73; + border-right-color: #a5f3fc73; +} + .border-x-cyan-200\\/5 { border-left-color: #a5f3fc0d; border-right-color: #a5f3fc0d; @@ -17669,11 +24284,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fc80; } +.border-x-cyan-200\\/55 { + border-left-color: #a5f3fc8c; + border-right-color: #a5f3fc8c; +} + .border-x-cyan-200\\/60 { border-left-color: #a5f3fc99; border-right-color: #a5f3fc99; } +.border-x-cyan-200\\/65 { + border-left-color: #a5f3fca6; + border-right-color: #a5f3fca6; +} + .border-x-cyan-200\\/70 { border-left-color: #a5f3fcb3; border-right-color: #a5f3fcb3; @@ -17689,6 +24314,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fccc; } +.border-x-cyan-200\\/85 { + border-left-color: #a5f3fcd9; + border-right-color: #a5f3fcd9; +} + .border-x-cyan-200\\/90 { border-left-color: #a5f3fce6; border-right-color: #a5f3fce6; @@ -17719,6 +24349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f9; } +.border-x-cyan-300\\/15 { + border-left-color: #67e8f926; + border-right-color: #67e8f926; +} + .border-x-cyan-300\\/20 { border-left-color: #67e8f933; border-right-color: #67e8f933; @@ -17734,11 +24369,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f94d; } +.border-x-cyan-300\\/35 { + border-left-color: #67e8f959; + border-right-color: #67e8f959; +} + .border-x-cyan-300\\/40 { border-left-color: #67e8f966; border-right-color: #67e8f966; } +.border-x-cyan-300\\/45 { + border-left-color: #67e8f973; + border-right-color: #67e8f973; +} + .border-x-cyan-300\\/5 { border-left-color: #67e8f90d; border-right-color: #67e8f90d; @@ -17749,11 +24394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f980; } +.border-x-cyan-300\\/55 { + border-left-color: #67e8f98c; + border-right-color: #67e8f98c; +} + .border-x-cyan-300\\/60 { border-left-color: #67e8f999; border-right-color: #67e8f999; } +.border-x-cyan-300\\/65 { + border-left-color: #67e8f9a6; + border-right-color: #67e8f9a6; +} + .border-x-cyan-300\\/70 { border-left-color: #67e8f9b3; border-right-color: #67e8f9b3; @@ -17769,6 +24424,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f9cc; } +.border-x-cyan-300\\/85 { + border-left-color: #67e8f9d9; + border-right-color: #67e8f9d9; +} + .border-x-cyan-300\\/90 { border-left-color: #67e8f9e6; border-right-color: #67e8f9e6; @@ -17799,6 +24459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3ee; } +.border-x-cyan-400\\/15 { + border-left-color: #22d3ee26; + border-right-color: #22d3ee26; +} + .border-x-cyan-400\\/20 { border-left-color: #22d3ee33; border-right-color: #22d3ee33; @@ -17814,11 +24479,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3ee4d; } +.border-x-cyan-400\\/35 { + border-left-color: #22d3ee59; + border-right-color: #22d3ee59; +} + .border-x-cyan-400\\/40 { border-left-color: #22d3ee66; border-right-color: #22d3ee66; } +.border-x-cyan-400\\/45 { + border-left-color: #22d3ee73; + border-right-color: #22d3ee73; +} + .border-x-cyan-400\\/5 { border-left-color: #22d3ee0d; border-right-color: #22d3ee0d; @@ -17829,11 +24504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3ee80; } +.border-x-cyan-400\\/55 { + border-left-color: #22d3ee8c; + border-right-color: #22d3ee8c; +} + .border-x-cyan-400\\/60 { border-left-color: #22d3ee99; border-right-color: #22d3ee99; } +.border-x-cyan-400\\/65 { + border-left-color: #22d3eea6; + border-right-color: #22d3eea6; +} + .border-x-cyan-400\\/70 { border-left-color: #22d3eeb3; border-right-color: #22d3eeb3; @@ -17849,6 +24534,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3eecc; } +.border-x-cyan-400\\/85 { + border-left-color: #22d3eed9; + border-right-color: #22d3eed9; +} + .border-x-cyan-400\\/90 { border-left-color: #22d3eee6; border-right-color: #22d3eee6; @@ -17879,6 +24569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeff; } +.border-x-cyan-50\\/15 { + border-left-color: #ecfeff26; + border-right-color: #ecfeff26; +} + .border-x-cyan-50\\/20 { border-left-color: #ecfeff33; border-right-color: #ecfeff33; @@ -17894,11 +24589,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeff4d; } +.border-x-cyan-50\\/35 { + border-left-color: #ecfeff59; + border-right-color: #ecfeff59; +} + .border-x-cyan-50\\/40 { border-left-color: #ecfeff66; border-right-color: #ecfeff66; } +.border-x-cyan-50\\/45 { + border-left-color: #ecfeff73; + border-right-color: #ecfeff73; +} + .border-x-cyan-50\\/5 { border-left-color: #ecfeff0d; border-right-color: #ecfeff0d; @@ -17909,11 +24614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeff80; } +.border-x-cyan-50\\/55 { + border-left-color: #ecfeff8c; + border-right-color: #ecfeff8c; +} + .border-x-cyan-50\\/60 { border-left-color: #ecfeff99; border-right-color: #ecfeff99; } +.border-x-cyan-50\\/65 { + border-left-color: #ecfeffa6; + border-right-color: #ecfeffa6; +} + .border-x-cyan-50\\/70 { border-left-color: #ecfeffb3; border-right-color: #ecfeffb3; @@ -17929,6 +24644,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeffcc; } +.border-x-cyan-50\\/85 { + border-left-color: #ecfeffd9; + border-right-color: #ecfeffd9; +} + .border-x-cyan-50\\/90 { border-left-color: #ecfeffe6; border-right-color: #ecfeffe6; @@ -17959,6 +24679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d4; } +.border-x-cyan-500\\/15 { + border-left-color: #06b6d426; + border-right-color: #06b6d426; +} + .border-x-cyan-500\\/20 { border-left-color: #06b6d433; border-right-color: #06b6d433; @@ -17974,11 +24699,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d44d; } +.border-x-cyan-500\\/35 { + border-left-color: #06b6d459; + border-right-color: #06b6d459; +} + .border-x-cyan-500\\/40 { border-left-color: #06b6d466; border-right-color: #06b6d466; } +.border-x-cyan-500\\/45 { + border-left-color: #06b6d473; + border-right-color: #06b6d473; +} + .border-x-cyan-500\\/5 { border-left-color: #06b6d40d; border-right-color: #06b6d40d; @@ -17989,11 +24724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d480; } +.border-x-cyan-500\\/55 { + border-left-color: #06b6d48c; + border-right-color: #06b6d48c; +} + .border-x-cyan-500\\/60 { border-left-color: #06b6d499; border-right-color: #06b6d499; } +.border-x-cyan-500\\/65 { + border-left-color: #06b6d4a6; + border-right-color: #06b6d4a6; +} + .border-x-cyan-500\\/70 { border-left-color: #06b6d4b3; border-right-color: #06b6d4b3; @@ -18009,6 +24754,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d4cc; } +.border-x-cyan-500\\/85 { + border-left-color: #06b6d4d9; + border-right-color: #06b6d4d9; +} + .border-x-cyan-500\\/90 { border-left-color: #06b6d4e6; border-right-color: #06b6d4e6; @@ -18039,6 +24789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b2; } +.border-x-cyan-600\\/15 { + border-left-color: #0891b226; + border-right-color: #0891b226; +} + .border-x-cyan-600\\/20 { border-left-color: #0891b233; border-right-color: #0891b233; @@ -18054,11 +24809,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b24d; } +.border-x-cyan-600\\/35 { + border-left-color: #0891b259; + border-right-color: #0891b259; +} + .border-x-cyan-600\\/40 { border-left-color: #0891b266; border-right-color: #0891b266; } +.border-x-cyan-600\\/45 { + border-left-color: #0891b273; + border-right-color: #0891b273; +} + .border-x-cyan-600\\/5 { border-left-color: #0891b20d; border-right-color: #0891b20d; @@ -18069,11 +24834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b280; } +.border-x-cyan-600\\/55 { + border-left-color: #0891b28c; + border-right-color: #0891b28c; +} + .border-x-cyan-600\\/60 { border-left-color: #0891b299; border-right-color: #0891b299; } +.border-x-cyan-600\\/65 { + border-left-color: #0891b2a6; + border-right-color: #0891b2a6; +} + .border-x-cyan-600\\/70 { border-left-color: #0891b2b3; border-right-color: #0891b2b3; @@ -18089,6 +24864,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b2cc; } +.border-x-cyan-600\\/85 { + border-left-color: #0891b2d9; + border-right-color: #0891b2d9; +} + .border-x-cyan-600\\/90 { border-left-color: #0891b2e6; border-right-color: #0891b2e6; @@ -18119,6 +24899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e7490; } +.border-x-cyan-700\\/15 { + border-left-color: #0e749026; + border-right-color: #0e749026; +} + .border-x-cyan-700\\/20 { border-left-color: #0e749033; border-right-color: #0e749033; @@ -18134,11 +24919,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e74904d; } +.border-x-cyan-700\\/35 { + border-left-color: #0e749059; + border-right-color: #0e749059; +} + .border-x-cyan-700\\/40 { border-left-color: #0e749066; border-right-color: #0e749066; } +.border-x-cyan-700\\/45 { + border-left-color: #0e749073; + border-right-color: #0e749073; +} + .border-x-cyan-700\\/5 { border-left-color: #0e74900d; border-right-color: #0e74900d; @@ -18149,11 +24944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e749080; } +.border-x-cyan-700\\/55 { + border-left-color: #0e74908c; + border-right-color: #0e74908c; +} + .border-x-cyan-700\\/60 { border-left-color: #0e749099; border-right-color: #0e749099; } +.border-x-cyan-700\\/65 { + border-left-color: #0e7490a6; + border-right-color: #0e7490a6; +} + .border-x-cyan-700\\/70 { border-left-color: #0e7490b3; border-right-color: #0e7490b3; @@ -18169,6 +24974,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e7490cc; } +.border-x-cyan-700\\/85 { + border-left-color: #0e7490d9; + border-right-color: #0e7490d9; +} + .border-x-cyan-700\\/90 { border-left-color: #0e7490e6; border-right-color: #0e7490e6; @@ -18199,6 +25009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e75; } +.border-x-cyan-800\\/15 { + border-left-color: #155e7526; + border-right-color: #155e7526; +} + .border-x-cyan-800\\/20 { border-left-color: #155e7533; border-right-color: #155e7533; @@ -18214,11 +25029,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e754d; } +.border-x-cyan-800\\/35 { + border-left-color: #155e7559; + border-right-color: #155e7559; +} + .border-x-cyan-800\\/40 { border-left-color: #155e7566; border-right-color: #155e7566; } +.border-x-cyan-800\\/45 { + border-left-color: #155e7573; + border-right-color: #155e7573; +} + .border-x-cyan-800\\/5 { border-left-color: #155e750d; border-right-color: #155e750d; @@ -18229,11 +25054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e7580; } +.border-x-cyan-800\\/55 { + border-left-color: #155e758c; + border-right-color: #155e758c; +} + .border-x-cyan-800\\/60 { border-left-color: #155e7599; border-right-color: #155e7599; } +.border-x-cyan-800\\/65 { + border-left-color: #155e75a6; + border-right-color: #155e75a6; +} + .border-x-cyan-800\\/70 { border-left-color: #155e75b3; border-right-color: #155e75b3; @@ -18249,6 +25084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e75cc; } +.border-x-cyan-800\\/85 { + border-left-color: #155e75d9; + border-right-color: #155e75d9; +} + .border-x-cyan-800\\/90 { border-left-color: #155e75e6; border-right-color: #155e75e6; @@ -18279,6 +25119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e63; } +.border-x-cyan-900\\/15 { + border-left-color: #164e6326; + border-right-color: #164e6326; +} + .border-x-cyan-900\\/20 { border-left-color: #164e6333; border-right-color: #164e6333; @@ -18294,11 +25139,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e634d; } +.border-x-cyan-900\\/35 { + border-left-color: #164e6359; + border-right-color: #164e6359; +} + .border-x-cyan-900\\/40 { border-left-color: #164e6366; border-right-color: #164e6366; } +.border-x-cyan-900\\/45 { + border-left-color: #164e6373; + border-right-color: #164e6373; +} + .border-x-cyan-900\\/5 { border-left-color: #164e630d; border-right-color: #164e630d; @@ -18309,11 +25164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e6380; } +.border-x-cyan-900\\/55 { + border-left-color: #164e638c; + border-right-color: #164e638c; +} + .border-x-cyan-900\\/60 { border-left-color: #164e6399; border-right-color: #164e6399; } +.border-x-cyan-900\\/65 { + border-left-color: #164e63a6; + border-right-color: #164e63a6; +} + .border-x-cyan-900\\/70 { border-left-color: #164e63b3; border-right-color: #164e63b3; @@ -18329,6 +25194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e63cc; } +.border-x-cyan-900\\/85 { + border-left-color: #164e63d9; + border-right-color: #164e63d9; +} + .border-x-cyan-900\\/90 { border-left-color: #164e63e6; border-right-color: #164e63e6; @@ -18359,6 +25229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #083344; } +.border-x-cyan-950\\/15 { + border-left-color: #08334426; + border-right-color: #08334426; +} + .border-x-cyan-950\\/20 { border-left-color: #08334433; border-right-color: #08334433; @@ -18374,11 +25249,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0833444d; } +.border-x-cyan-950\\/35 { + border-left-color: #08334459; + border-right-color: #08334459; +} + .border-x-cyan-950\\/40 { border-left-color: #08334466; border-right-color: #08334466; } +.border-x-cyan-950\\/45 { + border-left-color: #08334473; + border-right-color: #08334473; +} + .border-x-cyan-950\\/5 { border-left-color: #0833440d; border-right-color: #0833440d; @@ -18389,11 +25274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #08334480; } +.border-x-cyan-950\\/55 { + border-left-color: #0833448c; + border-right-color: #0833448c; +} + .border-x-cyan-950\\/60 { border-left-color: #08334499; border-right-color: #08334499; } +.border-x-cyan-950\\/65 { + border-left-color: #083344a6; + border-right-color: #083344a6; +} + .border-x-cyan-950\\/70 { border-left-color: #083344b3; border-right-color: #083344b3; @@ -18409,6 +25304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #083344cc; } +.border-x-cyan-950\\/85 { + border-left-color: #083344d9; + border-right-color: #083344d9; +} + .border-x-cyan-950\\/90 { border-left-color: #083344e6; border-right-color: #083344e6; @@ -18439,6 +25339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae5; } +.border-x-emerald-100\\/15 { + border-left-color: #d1fae526; + border-right-color: #d1fae526; +} + .border-x-emerald-100\\/20 { border-left-color: #d1fae533; border-right-color: #d1fae533; @@ -18454,11 +25359,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae54d; } +.border-x-emerald-100\\/35 { + border-left-color: #d1fae559; + border-right-color: #d1fae559; +} + .border-x-emerald-100\\/40 { border-left-color: #d1fae566; border-right-color: #d1fae566; } +.border-x-emerald-100\\/45 { + border-left-color: #d1fae573; + border-right-color: #d1fae573; +} + .border-x-emerald-100\\/5 { border-left-color: #d1fae50d; border-right-color: #d1fae50d; @@ -18469,11 +25384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae580; } +.border-x-emerald-100\\/55 { + border-left-color: #d1fae58c; + border-right-color: #d1fae58c; +} + .border-x-emerald-100\\/60 { border-left-color: #d1fae599; border-right-color: #d1fae599; } +.border-x-emerald-100\\/65 { + border-left-color: #d1fae5a6; + border-right-color: #d1fae5a6; +} + .border-x-emerald-100\\/70 { border-left-color: #d1fae5b3; border-right-color: #d1fae5b3; @@ -18489,6 +25414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae5cc; } +.border-x-emerald-100\\/85 { + border-left-color: #d1fae5d9; + border-right-color: #d1fae5d9; +} + .border-x-emerald-100\\/90 { border-left-color: #d1fae5e6; border-right-color: #d1fae5e6; @@ -18519,6 +25449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d0; } +.border-x-emerald-200\\/15 { + border-left-color: #a7f3d026; + border-right-color: #a7f3d026; +} + .border-x-emerald-200\\/20 { border-left-color: #a7f3d033; border-right-color: #a7f3d033; @@ -18534,11 +25469,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d04d; } +.border-x-emerald-200\\/35 { + border-left-color: #a7f3d059; + border-right-color: #a7f3d059; +} + .border-x-emerald-200\\/40 { border-left-color: #a7f3d066; border-right-color: #a7f3d066; } +.border-x-emerald-200\\/45 { + border-left-color: #a7f3d073; + border-right-color: #a7f3d073; +} + .border-x-emerald-200\\/5 { border-left-color: #a7f3d00d; border-right-color: #a7f3d00d; @@ -18549,11 +25494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d080; } +.border-x-emerald-200\\/55 { + border-left-color: #a7f3d08c; + border-right-color: #a7f3d08c; +} + .border-x-emerald-200\\/60 { border-left-color: #a7f3d099; border-right-color: #a7f3d099; } +.border-x-emerald-200\\/65 { + border-left-color: #a7f3d0a6; + border-right-color: #a7f3d0a6; +} + .border-x-emerald-200\\/70 { border-left-color: #a7f3d0b3; border-right-color: #a7f3d0b3; @@ -18569,6 +25524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d0cc; } +.border-x-emerald-200\\/85 { + border-left-color: #a7f3d0d9; + border-right-color: #a7f3d0d9; +} + .border-x-emerald-200\\/90 { border-left-color: #a7f3d0e6; border-right-color: #a7f3d0e6; @@ -18599,6 +25559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b7; } +.border-x-emerald-300\\/15 { + border-left-color: #6ee7b726; + border-right-color: #6ee7b726; +} + .border-x-emerald-300\\/20 { border-left-color: #6ee7b733; border-right-color: #6ee7b733; @@ -18614,11 +25579,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b74d; } +.border-x-emerald-300\\/35 { + border-left-color: #6ee7b759; + border-right-color: #6ee7b759; +} + .border-x-emerald-300\\/40 { border-left-color: #6ee7b766; border-right-color: #6ee7b766; } +.border-x-emerald-300\\/45 { + border-left-color: #6ee7b773; + border-right-color: #6ee7b773; +} + .border-x-emerald-300\\/5 { border-left-color: #6ee7b70d; border-right-color: #6ee7b70d; @@ -18629,11 +25604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b780; } +.border-x-emerald-300\\/55 { + border-left-color: #6ee7b78c; + border-right-color: #6ee7b78c; +} + .border-x-emerald-300\\/60 { border-left-color: #6ee7b799; border-right-color: #6ee7b799; } +.border-x-emerald-300\\/65 { + border-left-color: #6ee7b7a6; + border-right-color: #6ee7b7a6; +} + .border-x-emerald-300\\/70 { border-left-color: #6ee7b7b3; border-right-color: #6ee7b7b3; @@ -18649,6 +25634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b7cc; } +.border-x-emerald-300\\/85 { + border-left-color: #6ee7b7d9; + border-right-color: #6ee7b7d9; +} + .border-x-emerald-300\\/90 { border-left-color: #6ee7b7e6; border-right-color: #6ee7b7e6; @@ -18679,6 +25669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d399; } +.border-x-emerald-400\\/15 { + border-left-color: #34d39926; + border-right-color: #34d39926; +} + .border-x-emerald-400\\/20 { border-left-color: #34d39933; border-right-color: #34d39933; @@ -18694,11 +25689,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d3994d; } +.border-x-emerald-400\\/35 { + border-left-color: #34d39959; + border-right-color: #34d39959; +} + .border-x-emerald-400\\/40 { border-left-color: #34d39966; border-right-color: #34d39966; } +.border-x-emerald-400\\/45 { + border-left-color: #34d39973; + border-right-color: #34d39973; +} + .border-x-emerald-400\\/5 { border-left-color: #34d3990d; border-right-color: #34d3990d; @@ -18709,11 +25714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d39980; } +.border-x-emerald-400\\/55 { + border-left-color: #34d3998c; + border-right-color: #34d3998c; +} + .border-x-emerald-400\\/60 { border-left-color: #34d39999; border-right-color: #34d39999; } +.border-x-emerald-400\\/65 { + border-left-color: #34d399a6; + border-right-color: #34d399a6; +} + .border-x-emerald-400\\/70 { border-left-color: #34d399b3; border-right-color: #34d399b3; @@ -18729,6 +25744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d399cc; } +.border-x-emerald-400\\/85 { + border-left-color: #34d399d9; + border-right-color: #34d399d9; +} + .border-x-emerald-400\\/90 { border-left-color: #34d399e6; border-right-color: #34d399e6; @@ -18759,6 +25779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf5; } +.border-x-emerald-50\\/15 { + border-left-color: #ecfdf526; + border-right-color: #ecfdf526; +} + .border-x-emerald-50\\/20 { border-left-color: #ecfdf533; border-right-color: #ecfdf533; @@ -18774,11 +25799,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf54d; } +.border-x-emerald-50\\/35 { + border-left-color: #ecfdf559; + border-right-color: #ecfdf559; +} + .border-x-emerald-50\\/40 { border-left-color: #ecfdf566; border-right-color: #ecfdf566; } +.border-x-emerald-50\\/45 { + border-left-color: #ecfdf573; + border-right-color: #ecfdf573; +} + .border-x-emerald-50\\/5 { border-left-color: #ecfdf50d; border-right-color: #ecfdf50d; @@ -18789,11 +25824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf580; } +.border-x-emerald-50\\/55 { + border-left-color: #ecfdf58c; + border-right-color: #ecfdf58c; +} + .border-x-emerald-50\\/60 { border-left-color: #ecfdf599; border-right-color: #ecfdf599; } +.border-x-emerald-50\\/65 { + border-left-color: #ecfdf5a6; + border-right-color: #ecfdf5a6; +} + .border-x-emerald-50\\/70 { border-left-color: #ecfdf5b3; border-right-color: #ecfdf5b3; @@ -18809,6 +25854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf5cc; } +.border-x-emerald-50\\/85 { + border-left-color: #ecfdf5d9; + border-right-color: #ecfdf5d9; +} + .border-x-emerald-50\\/90 { border-left-color: #ecfdf5e6; border-right-color: #ecfdf5e6; @@ -18839,6 +25889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b981; } +.border-x-emerald-500\\/15 { + border-left-color: #10b98126; + border-right-color: #10b98126; +} + .border-x-emerald-500\\/20 { border-left-color: #10b98133; border-right-color: #10b98133; @@ -18854,11 +25909,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b9814d; } +.border-x-emerald-500\\/35 { + border-left-color: #10b98159; + border-right-color: #10b98159; +} + .border-x-emerald-500\\/40 { border-left-color: #10b98166; border-right-color: #10b98166; } +.border-x-emerald-500\\/45 { + border-left-color: #10b98173; + border-right-color: #10b98173; +} + .border-x-emerald-500\\/5 { border-left-color: #10b9810d; border-right-color: #10b9810d; @@ -18869,11 +25934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b98180; } +.border-x-emerald-500\\/55 { + border-left-color: #10b9818c; + border-right-color: #10b9818c; +} + .border-x-emerald-500\\/60 { border-left-color: #10b98199; border-right-color: #10b98199; } +.border-x-emerald-500\\/65 { + border-left-color: #10b981a6; + border-right-color: #10b981a6; +} + .border-x-emerald-500\\/70 { border-left-color: #10b981b3; border-right-color: #10b981b3; @@ -18889,6 +25964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b981cc; } +.border-x-emerald-500\\/85 { + border-left-color: #10b981d9; + border-right-color: #10b981d9; +} + .border-x-emerald-500\\/90 { border-left-color: #10b981e6; border-right-color: #10b981e6; @@ -18919,6 +25999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #059669; } +.border-x-emerald-600\\/15 { + border-left-color: #05966926; + border-right-color: #05966926; +} + .border-x-emerald-600\\/20 { border-left-color: #05966933; border-right-color: #05966933; @@ -18934,11 +26019,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0596694d; } +.border-x-emerald-600\\/35 { + border-left-color: #05966959; + border-right-color: #05966959; +} + .border-x-emerald-600\\/40 { border-left-color: #05966966; border-right-color: #05966966; } +.border-x-emerald-600\\/45 { + border-left-color: #05966973; + border-right-color: #05966973; +} + .border-x-emerald-600\\/5 { border-left-color: #0596690d; border-right-color: #0596690d; @@ -18949,11 +26044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #05966980; } +.border-x-emerald-600\\/55 { + border-left-color: #0596698c; + border-right-color: #0596698c; +} + .border-x-emerald-600\\/60 { border-left-color: #05966999; border-right-color: #05966999; } +.border-x-emerald-600\\/65 { + border-left-color: #059669a6; + border-right-color: #059669a6; +} + .border-x-emerald-600\\/70 { border-left-color: #059669b3; border-right-color: #059669b3; @@ -18969,6 +26074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #059669cc; } +.border-x-emerald-600\\/85 { + border-left-color: #059669d9; + border-right-color: #059669d9; +} + .border-x-emerald-600\\/90 { border-left-color: #059669e6; border-right-color: #059669e6; @@ -18999,6 +26109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #047857; } +.border-x-emerald-700\\/15 { + border-left-color: #04785726; + border-right-color: #04785726; +} + .border-x-emerald-700\\/20 { border-left-color: #04785733; border-right-color: #04785733; @@ -19014,11 +26129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0478574d; } +.border-x-emerald-700\\/35 { + border-left-color: #04785759; + border-right-color: #04785759; +} + .border-x-emerald-700\\/40 { border-left-color: #04785766; border-right-color: #04785766; } +.border-x-emerald-700\\/45 { + border-left-color: #04785773; + border-right-color: #04785773; +} + .border-x-emerald-700\\/5 { border-left-color: #0478570d; border-right-color: #0478570d; @@ -19029,11 +26154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #04785780; } +.border-x-emerald-700\\/55 { + border-left-color: #0478578c; + border-right-color: #0478578c; +} + .border-x-emerald-700\\/60 { border-left-color: #04785799; border-right-color: #04785799; } +.border-x-emerald-700\\/65 { + border-left-color: #047857a6; + border-right-color: #047857a6; +} + .border-x-emerald-700\\/70 { border-left-color: #047857b3; border-right-color: #047857b3; @@ -19049,6 +26184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #047857cc; } +.border-x-emerald-700\\/85 { + border-left-color: #047857d9; + border-right-color: #047857d9; +} + .border-x-emerald-700\\/90 { border-left-color: #047857e6; border-right-color: #047857e6; @@ -19079,6 +26219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f46; } +.border-x-emerald-800\\/15 { + border-left-color: #065f4626; + border-right-color: #065f4626; +} + .border-x-emerald-800\\/20 { border-left-color: #065f4633; border-right-color: #065f4633; @@ -19094,11 +26239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f464d; } +.border-x-emerald-800\\/35 { + border-left-color: #065f4659; + border-right-color: #065f4659; +} + .border-x-emerald-800\\/40 { border-left-color: #065f4666; border-right-color: #065f4666; } +.border-x-emerald-800\\/45 { + border-left-color: #065f4673; + border-right-color: #065f4673; +} + .border-x-emerald-800\\/5 { border-left-color: #065f460d; border-right-color: #065f460d; @@ -19109,11 +26264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f4680; } +.border-x-emerald-800\\/55 { + border-left-color: #065f468c; + border-right-color: #065f468c; +} + .border-x-emerald-800\\/60 { border-left-color: #065f4699; border-right-color: #065f4699; } +.border-x-emerald-800\\/65 { + border-left-color: #065f46a6; + border-right-color: #065f46a6; +} + .border-x-emerald-800\\/70 { border-left-color: #065f46b3; border-right-color: #065f46b3; @@ -19129,6 +26294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f46cc; } +.border-x-emerald-800\\/85 { + border-left-color: #065f46d9; + border-right-color: #065f46d9; +} + .border-x-emerald-800\\/90 { border-left-color: #065f46e6; border-right-color: #065f46e6; @@ -19159,6 +26329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3b; } +.border-x-emerald-900\\/15 { + border-left-color: #064e3b26; + border-right-color: #064e3b26; +} + .border-x-emerald-900\\/20 { border-left-color: #064e3b33; border-right-color: #064e3b33; @@ -19174,11 +26349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3b4d; } +.border-x-emerald-900\\/35 { + border-left-color: #064e3b59; + border-right-color: #064e3b59; +} + .border-x-emerald-900\\/40 { border-left-color: #064e3b66; border-right-color: #064e3b66; } +.border-x-emerald-900\\/45 { + border-left-color: #064e3b73; + border-right-color: #064e3b73; +} + .border-x-emerald-900\\/5 { border-left-color: #064e3b0d; border-right-color: #064e3b0d; @@ -19189,11 +26374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3b80; } +.border-x-emerald-900\\/55 { + border-left-color: #064e3b8c; + border-right-color: #064e3b8c; +} + .border-x-emerald-900\\/60 { border-left-color: #064e3b99; border-right-color: #064e3b99; } +.border-x-emerald-900\\/65 { + border-left-color: #064e3ba6; + border-right-color: #064e3ba6; +} + .border-x-emerald-900\\/70 { border-left-color: #064e3bb3; border-right-color: #064e3bb3; @@ -19209,6 +26404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3bcc; } +.border-x-emerald-900\\/85 { + border-left-color: #064e3bd9; + border-right-color: #064e3bd9; +} + .border-x-emerald-900\\/90 { border-left-color: #064e3be6; border-right-color: #064e3be6; @@ -19239,6 +26439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c22; } +.border-x-emerald-950\\/15 { + border-left-color: #022c2226; + border-right-color: #022c2226; +} + .border-x-emerald-950\\/20 { border-left-color: #022c2233; border-right-color: #022c2233; @@ -19254,11 +26459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c224d; } +.border-x-emerald-950\\/35 { + border-left-color: #022c2259; + border-right-color: #022c2259; +} + .border-x-emerald-950\\/40 { border-left-color: #022c2266; border-right-color: #022c2266; } +.border-x-emerald-950\\/45 { + border-left-color: #022c2273; + border-right-color: #022c2273; +} + .border-x-emerald-950\\/5 { border-left-color: #022c220d; border-right-color: #022c220d; @@ -19269,11 +26484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c2280; } +.border-x-emerald-950\\/55 { + border-left-color: #022c228c; + border-right-color: #022c228c; +} + .border-x-emerald-950\\/60 { border-left-color: #022c2299; border-right-color: #022c2299; } +.border-x-emerald-950\\/65 { + border-left-color: #022c22a6; + border-right-color: #022c22a6; +} + .border-x-emerald-950\\/70 { border-left-color: #022c22b3; border-right-color: #022c22b3; @@ -19289,6 +26514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c22cc; } +.border-x-emerald-950\\/85 { + border-left-color: #022c22d9; + border-right-color: #022c22d9; +} + .border-x-emerald-950\\/90 { border-left-color: #022c22e6; border-right-color: #022c22e6; @@ -19319,6 +26549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ff; } +.border-x-fuchsia-100\\/15 { + border-left-color: #fae8ff26; + border-right-color: #fae8ff26; +} + .border-x-fuchsia-100\\/20 { border-left-color: #fae8ff33; border-right-color: #fae8ff33; @@ -19334,11 +26569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ff4d; } +.border-x-fuchsia-100\\/35 { + border-left-color: #fae8ff59; + border-right-color: #fae8ff59; +} + .border-x-fuchsia-100\\/40 { border-left-color: #fae8ff66; border-right-color: #fae8ff66; } +.border-x-fuchsia-100\\/45 { + border-left-color: #fae8ff73; + border-right-color: #fae8ff73; +} + .border-x-fuchsia-100\\/5 { border-left-color: #fae8ff0d; border-right-color: #fae8ff0d; @@ -19349,11 +26594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ff80; } +.border-x-fuchsia-100\\/55 { + border-left-color: #fae8ff8c; + border-right-color: #fae8ff8c; +} + .border-x-fuchsia-100\\/60 { border-left-color: #fae8ff99; border-right-color: #fae8ff99; } +.border-x-fuchsia-100\\/65 { + border-left-color: #fae8ffa6; + border-right-color: #fae8ffa6; +} + .border-x-fuchsia-100\\/70 { border-left-color: #fae8ffb3; border-right-color: #fae8ffb3; @@ -19369,6 +26624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ffcc; } +.border-x-fuchsia-100\\/85 { + border-left-color: #fae8ffd9; + border-right-color: #fae8ffd9; +} + .border-x-fuchsia-100\\/90 { border-left-color: #fae8ffe6; border-right-color: #fae8ffe6; @@ -19399,6 +26659,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fe; } +.border-x-fuchsia-200\\/15 { + border-left-color: #f5d0fe26; + border-right-color: #f5d0fe26; +} + .border-x-fuchsia-200\\/20 { border-left-color: #f5d0fe33; border-right-color: #f5d0fe33; @@ -19414,11 +26679,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fe4d; } +.border-x-fuchsia-200\\/35 { + border-left-color: #f5d0fe59; + border-right-color: #f5d0fe59; +} + .border-x-fuchsia-200\\/40 { border-left-color: #f5d0fe66; border-right-color: #f5d0fe66; } +.border-x-fuchsia-200\\/45 { + border-left-color: #f5d0fe73; + border-right-color: #f5d0fe73; +} + .border-x-fuchsia-200\\/5 { border-left-color: #f5d0fe0d; border-right-color: #f5d0fe0d; @@ -19429,11 +26704,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fe80; } +.border-x-fuchsia-200\\/55 { + border-left-color: #f5d0fe8c; + border-right-color: #f5d0fe8c; +} + .border-x-fuchsia-200\\/60 { border-left-color: #f5d0fe99; border-right-color: #f5d0fe99; } +.border-x-fuchsia-200\\/65 { + border-left-color: #f5d0fea6; + border-right-color: #f5d0fea6; +} + .border-x-fuchsia-200\\/70 { border-left-color: #f5d0feb3; border-right-color: #f5d0feb3; @@ -19449,6 +26734,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fecc; } +.border-x-fuchsia-200\\/85 { + border-left-color: #f5d0fed9; + border-right-color: #f5d0fed9; +} + .border-x-fuchsia-200\\/90 { border-left-color: #f5d0fee6; border-right-color: #f5d0fee6; @@ -19479,6 +26769,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfc; } +.border-x-fuchsia-300\\/15 { + border-left-color: #f0abfc26; + border-right-color: #f0abfc26; +} + .border-x-fuchsia-300\\/20 { border-left-color: #f0abfc33; border-right-color: #f0abfc33; @@ -19494,11 +26789,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfc4d; } +.border-x-fuchsia-300\\/35 { + border-left-color: #f0abfc59; + border-right-color: #f0abfc59; +} + .border-x-fuchsia-300\\/40 { border-left-color: #f0abfc66; border-right-color: #f0abfc66; } +.border-x-fuchsia-300\\/45 { + border-left-color: #f0abfc73; + border-right-color: #f0abfc73; +} + .border-x-fuchsia-300\\/5 { border-left-color: #f0abfc0d; border-right-color: #f0abfc0d; @@ -19509,11 +26814,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfc80; } +.border-x-fuchsia-300\\/55 { + border-left-color: #f0abfc8c; + border-right-color: #f0abfc8c; +} + .border-x-fuchsia-300\\/60 { border-left-color: #f0abfc99; border-right-color: #f0abfc99; } +.border-x-fuchsia-300\\/65 { + border-left-color: #f0abfca6; + border-right-color: #f0abfca6; +} + .border-x-fuchsia-300\\/70 { border-left-color: #f0abfcb3; border-right-color: #f0abfcb3; @@ -19529,6 +26844,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfccc; } +.border-x-fuchsia-300\\/85 { + border-left-color: #f0abfcd9; + border-right-color: #f0abfcd9; +} + .border-x-fuchsia-300\\/90 { border-left-color: #f0abfce6; border-right-color: #f0abfce6; @@ -19559,6 +26879,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f9; } +.border-x-fuchsia-400\\/15 { + border-left-color: #e879f926; + border-right-color: #e879f926; +} + .border-x-fuchsia-400\\/20 { border-left-color: #e879f933; border-right-color: #e879f933; @@ -19574,11 +26899,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f94d; } +.border-x-fuchsia-400\\/35 { + border-left-color: #e879f959; + border-right-color: #e879f959; +} + .border-x-fuchsia-400\\/40 { border-left-color: #e879f966; border-right-color: #e879f966; } +.border-x-fuchsia-400\\/45 { + border-left-color: #e879f973; + border-right-color: #e879f973; +} + .border-x-fuchsia-400\\/5 { border-left-color: #e879f90d; border-right-color: #e879f90d; @@ -19589,11 +26924,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f980; } +.border-x-fuchsia-400\\/55 { + border-left-color: #e879f98c; + border-right-color: #e879f98c; +} + .border-x-fuchsia-400\\/60 { border-left-color: #e879f999; border-right-color: #e879f999; } +.border-x-fuchsia-400\\/65 { + border-left-color: #e879f9a6; + border-right-color: #e879f9a6; +} + .border-x-fuchsia-400\\/70 { border-left-color: #e879f9b3; border-right-color: #e879f9b3; @@ -19609,6 +26954,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f9cc; } +.border-x-fuchsia-400\\/85 { + border-left-color: #e879f9d9; + border-right-color: #e879f9d9; +} + .border-x-fuchsia-400\\/90 { border-left-color: #e879f9e6; border-right-color: #e879f9e6; @@ -19639,6 +26989,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ff; } +.border-x-fuchsia-50\\/15 { + border-left-color: #fdf4ff26; + border-right-color: #fdf4ff26; +} + .border-x-fuchsia-50\\/20 { border-left-color: #fdf4ff33; border-right-color: #fdf4ff33; @@ -19654,11 +27009,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ff4d; } +.border-x-fuchsia-50\\/35 { + border-left-color: #fdf4ff59; + border-right-color: #fdf4ff59; +} + .border-x-fuchsia-50\\/40 { border-left-color: #fdf4ff66; border-right-color: #fdf4ff66; } +.border-x-fuchsia-50\\/45 { + border-left-color: #fdf4ff73; + border-right-color: #fdf4ff73; +} + .border-x-fuchsia-50\\/5 { border-left-color: #fdf4ff0d; border-right-color: #fdf4ff0d; @@ -19669,11 +27034,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ff80; } +.border-x-fuchsia-50\\/55 { + border-left-color: #fdf4ff8c; + border-right-color: #fdf4ff8c; +} + .border-x-fuchsia-50\\/60 { border-left-color: #fdf4ff99; border-right-color: #fdf4ff99; } +.border-x-fuchsia-50\\/65 { + border-left-color: #fdf4ffa6; + border-right-color: #fdf4ffa6; +} + .border-x-fuchsia-50\\/70 { border-left-color: #fdf4ffb3; border-right-color: #fdf4ffb3; @@ -19689,6 +27064,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ffcc; } +.border-x-fuchsia-50\\/85 { + border-left-color: #fdf4ffd9; + border-right-color: #fdf4ffd9; +} + .border-x-fuchsia-50\\/90 { border-left-color: #fdf4ffe6; border-right-color: #fdf4ffe6; @@ -19719,6 +27099,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946ef; } +.border-x-fuchsia-500\\/15 { + border-left-color: #d946ef26; + border-right-color: #d946ef26; +} + .border-x-fuchsia-500\\/20 { border-left-color: #d946ef33; border-right-color: #d946ef33; @@ -19734,11 +27119,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946ef4d; } +.border-x-fuchsia-500\\/35 { + border-left-color: #d946ef59; + border-right-color: #d946ef59; +} + .border-x-fuchsia-500\\/40 { border-left-color: #d946ef66; border-right-color: #d946ef66; } +.border-x-fuchsia-500\\/45 { + border-left-color: #d946ef73; + border-right-color: #d946ef73; +} + .border-x-fuchsia-500\\/5 { border-left-color: #d946ef0d; border-right-color: #d946ef0d; @@ -19749,11 +27144,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946ef80; } +.border-x-fuchsia-500\\/55 { + border-left-color: #d946ef8c; + border-right-color: #d946ef8c; +} + .border-x-fuchsia-500\\/60 { border-left-color: #d946ef99; border-right-color: #d946ef99; } +.border-x-fuchsia-500\\/65 { + border-left-color: #d946efa6; + border-right-color: #d946efa6; +} + .border-x-fuchsia-500\\/70 { border-left-color: #d946efb3; border-right-color: #d946efb3; @@ -19769,6 +27174,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946efcc; } +.border-x-fuchsia-500\\/85 { + border-left-color: #d946efd9; + border-right-color: #d946efd9; +} + .border-x-fuchsia-500\\/90 { border-left-color: #d946efe6; border-right-color: #d946efe6; @@ -19799,6 +27209,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d3; } +.border-x-fuchsia-600\\/15 { + border-left-color: #c026d326; + border-right-color: #c026d326; +} + .border-x-fuchsia-600\\/20 { border-left-color: #c026d333; border-right-color: #c026d333; @@ -19814,11 +27229,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d34d; } +.border-x-fuchsia-600\\/35 { + border-left-color: #c026d359; + border-right-color: #c026d359; +} + .border-x-fuchsia-600\\/40 { border-left-color: #c026d366; border-right-color: #c026d366; } +.border-x-fuchsia-600\\/45 { + border-left-color: #c026d373; + border-right-color: #c026d373; +} + .border-x-fuchsia-600\\/5 { border-left-color: #c026d30d; border-right-color: #c026d30d; @@ -19829,11 +27254,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d380; } +.border-x-fuchsia-600\\/55 { + border-left-color: #c026d38c; + border-right-color: #c026d38c; +} + .border-x-fuchsia-600\\/60 { border-left-color: #c026d399; border-right-color: #c026d399; } +.border-x-fuchsia-600\\/65 { + border-left-color: #c026d3a6; + border-right-color: #c026d3a6; +} + .border-x-fuchsia-600\\/70 { border-left-color: #c026d3b3; border-right-color: #c026d3b3; @@ -19849,6 +27284,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d3cc; } +.border-x-fuchsia-600\\/85 { + border-left-color: #c026d3d9; + border-right-color: #c026d3d9; +} + .border-x-fuchsia-600\\/90 { border-left-color: #c026d3e6; border-right-color: #c026d3e6; @@ -19879,6 +27319,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21caf; } +.border-x-fuchsia-700\\/15 { + border-left-color: #a21caf26; + border-right-color: #a21caf26; +} + .border-x-fuchsia-700\\/20 { border-left-color: #a21caf33; border-right-color: #a21caf33; @@ -19894,11 +27339,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21caf4d; } +.border-x-fuchsia-700\\/35 { + border-left-color: #a21caf59; + border-right-color: #a21caf59; +} + .border-x-fuchsia-700\\/40 { border-left-color: #a21caf66; border-right-color: #a21caf66; } +.border-x-fuchsia-700\\/45 { + border-left-color: #a21caf73; + border-right-color: #a21caf73; +} + .border-x-fuchsia-700\\/5 { border-left-color: #a21caf0d; border-right-color: #a21caf0d; @@ -19909,11 +27364,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21caf80; } +.border-x-fuchsia-700\\/55 { + border-left-color: #a21caf8c; + border-right-color: #a21caf8c; +} + .border-x-fuchsia-700\\/60 { border-left-color: #a21caf99; border-right-color: #a21caf99; } +.border-x-fuchsia-700\\/65 { + border-left-color: #a21cafa6; + border-right-color: #a21cafa6; +} + .border-x-fuchsia-700\\/70 { border-left-color: #a21cafb3; border-right-color: #a21cafb3; @@ -19929,6 +27394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21cafcc; } +.border-x-fuchsia-700\\/85 { + border-left-color: #a21cafd9; + border-right-color: #a21cafd9; +} + .border-x-fuchsia-700\\/90 { border-left-color: #a21cafe6; border-right-color: #a21cafe6; @@ -19959,6 +27429,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198f; } +.border-x-fuchsia-800\\/15 { + border-left-color: #86198f26; + border-right-color: #86198f26; +} + .border-x-fuchsia-800\\/20 { border-left-color: #86198f33; border-right-color: #86198f33; @@ -19974,11 +27449,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198f4d; } +.border-x-fuchsia-800\\/35 { + border-left-color: #86198f59; + border-right-color: #86198f59; +} + .border-x-fuchsia-800\\/40 { border-left-color: #86198f66; border-right-color: #86198f66; } +.border-x-fuchsia-800\\/45 { + border-left-color: #86198f73; + border-right-color: #86198f73; +} + .border-x-fuchsia-800\\/5 { border-left-color: #86198f0d; border-right-color: #86198f0d; @@ -19989,11 +27474,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198f80; } +.border-x-fuchsia-800\\/55 { + border-left-color: #86198f8c; + border-right-color: #86198f8c; +} + .border-x-fuchsia-800\\/60 { border-left-color: #86198f99; border-right-color: #86198f99; } +.border-x-fuchsia-800\\/65 { + border-left-color: #86198fa6; + border-right-color: #86198fa6; +} + .border-x-fuchsia-800\\/70 { border-left-color: #86198fb3; border-right-color: #86198fb3; @@ -20009,6 +27504,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198fcc; } +.border-x-fuchsia-800\\/85 { + border-left-color: #86198fd9; + border-right-color: #86198fd9; +} + .border-x-fuchsia-800\\/90 { border-left-color: #86198fe6; border-right-color: #86198fe6; @@ -20039,6 +27539,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a75; } +.border-x-fuchsia-900\\/15 { + border-left-color: #701a7526; + border-right-color: #701a7526; +} + .border-x-fuchsia-900\\/20 { border-left-color: #701a7533; border-right-color: #701a7533; @@ -20054,11 +27559,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a754d; } +.border-x-fuchsia-900\\/35 { + border-left-color: #701a7559; + border-right-color: #701a7559; +} + .border-x-fuchsia-900\\/40 { border-left-color: #701a7566; border-right-color: #701a7566; } +.border-x-fuchsia-900\\/45 { + border-left-color: #701a7573; + border-right-color: #701a7573; +} + .border-x-fuchsia-900\\/5 { border-left-color: #701a750d; border-right-color: #701a750d; @@ -20069,11 +27584,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a7580; } +.border-x-fuchsia-900\\/55 { + border-left-color: #701a758c; + border-right-color: #701a758c; +} + .border-x-fuchsia-900\\/60 { border-left-color: #701a7599; border-right-color: #701a7599; } +.border-x-fuchsia-900\\/65 { + border-left-color: #701a75a6; + border-right-color: #701a75a6; +} + .border-x-fuchsia-900\\/70 { border-left-color: #701a75b3; border-right-color: #701a75b3; @@ -20089,6 +27614,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a75cc; } +.border-x-fuchsia-900\\/85 { + border-left-color: #701a75d9; + border-right-color: #701a75d9; +} + .border-x-fuchsia-900\\/90 { border-left-color: #701a75e6; border-right-color: #701a75e6; @@ -20119,6 +27649,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044e; } +.border-x-fuchsia-950\\/15 { + border-left-color: #4a044e26; + border-right-color: #4a044e26; +} + .border-x-fuchsia-950\\/20 { border-left-color: #4a044e33; border-right-color: #4a044e33; @@ -20134,11 +27669,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044e4d; } +.border-x-fuchsia-950\\/35 { + border-left-color: #4a044e59; + border-right-color: #4a044e59; +} + .border-x-fuchsia-950\\/40 { border-left-color: #4a044e66; border-right-color: #4a044e66; } +.border-x-fuchsia-950\\/45 { + border-left-color: #4a044e73; + border-right-color: #4a044e73; +} + .border-x-fuchsia-950\\/5 { border-left-color: #4a044e0d; border-right-color: #4a044e0d; @@ -20149,11 +27694,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044e80; } +.border-x-fuchsia-950\\/55 { + border-left-color: #4a044e8c; + border-right-color: #4a044e8c; +} + .border-x-fuchsia-950\\/60 { border-left-color: #4a044e99; border-right-color: #4a044e99; } +.border-x-fuchsia-950\\/65 { + border-left-color: #4a044ea6; + border-right-color: #4a044ea6; +} + .border-x-fuchsia-950\\/70 { border-left-color: #4a044eb3; border-right-color: #4a044eb3; @@ -20169,6 +27724,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044ecc; } +.border-x-fuchsia-950\\/85 { + border-left-color: #4a044ed9; + border-right-color: #4a044ed9; +} + .border-x-fuchsia-950\\/90 { border-left-color: #4a044ee6; border-right-color: #4a044ee6; @@ -20199,6 +27759,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f6; } +.border-x-gray-100\\/15 { + border-left-color: #f3f4f626; + border-right-color: #f3f4f626; +} + .border-x-gray-100\\/20 { border-left-color: #f3f4f633; border-right-color: #f3f4f633; @@ -20214,11 +27779,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f64d; } +.border-x-gray-100\\/35 { + border-left-color: #f3f4f659; + border-right-color: #f3f4f659; +} + .border-x-gray-100\\/40 { border-left-color: #f3f4f666; border-right-color: #f3f4f666; } +.border-x-gray-100\\/45 { + border-left-color: #f3f4f673; + border-right-color: #f3f4f673; +} + .border-x-gray-100\\/5 { border-left-color: #f3f4f60d; border-right-color: #f3f4f60d; @@ -20229,11 +27804,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f680; } +.border-x-gray-100\\/55 { + border-left-color: #f3f4f68c; + border-right-color: #f3f4f68c; +} + .border-x-gray-100\\/60 { border-left-color: #f3f4f699; border-right-color: #f3f4f699; } +.border-x-gray-100\\/65 { + border-left-color: #f3f4f6a6; + border-right-color: #f3f4f6a6; +} + .border-x-gray-100\\/70 { border-left-color: #f3f4f6b3; border-right-color: #f3f4f6b3; @@ -20249,6 +27834,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f6cc; } +.border-x-gray-100\\/85 { + border-left-color: #f3f4f6d9; + border-right-color: #f3f4f6d9; +} + .border-x-gray-100\\/90 { border-left-color: #f3f4f6e6; border-right-color: #f3f4f6e6; @@ -20279,6 +27869,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7eb; } +.border-x-gray-200\\/15 { + border-left-color: #e5e7eb26; + border-right-color: #e5e7eb26; +} + .border-x-gray-200\\/20 { border-left-color: #e5e7eb33; border-right-color: #e5e7eb33; @@ -20294,11 +27889,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7eb4d; } +.border-x-gray-200\\/35 { + border-left-color: #e5e7eb59; + border-right-color: #e5e7eb59; +} + .border-x-gray-200\\/40 { border-left-color: #e5e7eb66; border-right-color: #e5e7eb66; } +.border-x-gray-200\\/45 { + border-left-color: #e5e7eb73; + border-right-color: #e5e7eb73; +} + .border-x-gray-200\\/5 { border-left-color: #e5e7eb0d; border-right-color: #e5e7eb0d; @@ -20309,11 +27914,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7eb80; } +.border-x-gray-200\\/55 { + border-left-color: #e5e7eb8c; + border-right-color: #e5e7eb8c; +} + .border-x-gray-200\\/60 { border-left-color: #e5e7eb99; border-right-color: #e5e7eb99; } +.border-x-gray-200\\/65 { + border-left-color: #e5e7eba6; + border-right-color: #e5e7eba6; +} + .border-x-gray-200\\/70 { border-left-color: #e5e7ebb3; border-right-color: #e5e7ebb3; @@ -20329,6 +27944,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7ebcc; } +.border-x-gray-200\\/85 { + border-left-color: #e5e7ebd9; + border-right-color: #e5e7ebd9; +} + .border-x-gray-200\\/90 { border-left-color: #e5e7ebe6; border-right-color: #e5e7ebe6; @@ -20359,6 +27979,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5db; } +.border-x-gray-300\\/15 { + border-left-color: #d1d5db26; + border-right-color: #d1d5db26; +} + .border-x-gray-300\\/20 { border-left-color: #d1d5db33; border-right-color: #d1d5db33; @@ -20374,11 +27999,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5db4d; } +.border-x-gray-300\\/35 { + border-left-color: #d1d5db59; + border-right-color: #d1d5db59; +} + .border-x-gray-300\\/40 { border-left-color: #d1d5db66; border-right-color: #d1d5db66; } +.border-x-gray-300\\/45 { + border-left-color: #d1d5db73; + border-right-color: #d1d5db73; +} + .border-x-gray-300\\/5 { border-left-color: #d1d5db0d; border-right-color: #d1d5db0d; @@ -20389,11 +28024,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5db80; } +.border-x-gray-300\\/55 { + border-left-color: #d1d5db8c; + border-right-color: #d1d5db8c; +} + .border-x-gray-300\\/60 { border-left-color: #d1d5db99; border-right-color: #d1d5db99; } +.border-x-gray-300\\/65 { + border-left-color: #d1d5dba6; + border-right-color: #d1d5dba6; +} + .border-x-gray-300\\/70 { border-left-color: #d1d5dbb3; border-right-color: #d1d5dbb3; @@ -20409,6 +28054,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5dbcc; } +.border-x-gray-300\\/85 { + border-left-color: #d1d5dbd9; + border-right-color: #d1d5dbd9; +} + .border-x-gray-300\\/90 { border-left-color: #d1d5dbe6; border-right-color: #d1d5dbe6; @@ -20439,6 +28089,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3af; } +.border-x-gray-400\\/15 { + border-left-color: #9ca3af26; + border-right-color: #9ca3af26; +} + .border-x-gray-400\\/20 { border-left-color: #9ca3af33; border-right-color: #9ca3af33; @@ -20454,11 +28109,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3af4d; } +.border-x-gray-400\\/35 { + border-left-color: #9ca3af59; + border-right-color: #9ca3af59; +} + .border-x-gray-400\\/40 { border-left-color: #9ca3af66; border-right-color: #9ca3af66; } +.border-x-gray-400\\/45 { + border-left-color: #9ca3af73; + border-right-color: #9ca3af73; +} + .border-x-gray-400\\/5 { border-left-color: #9ca3af0d; border-right-color: #9ca3af0d; @@ -20469,11 +28134,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3af80; } +.border-x-gray-400\\/55 { + border-left-color: #9ca3af8c; + border-right-color: #9ca3af8c; +} + .border-x-gray-400\\/60 { border-left-color: #9ca3af99; border-right-color: #9ca3af99; } +.border-x-gray-400\\/65 { + border-left-color: #9ca3afa6; + border-right-color: #9ca3afa6; +} + .border-x-gray-400\\/70 { border-left-color: #9ca3afb3; border-right-color: #9ca3afb3; @@ -20489,6 +28164,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3afcc; } +.border-x-gray-400\\/85 { + border-left-color: #9ca3afd9; + border-right-color: #9ca3afd9; +} + .border-x-gray-400\\/90 { border-left-color: #9ca3afe6; border-right-color: #9ca3afe6; @@ -20519,6 +28199,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafb; } +.border-x-gray-50\\/15 { + border-left-color: #f9fafb26; + border-right-color: #f9fafb26; +} + .border-x-gray-50\\/20 { border-left-color: #f9fafb33; border-right-color: #f9fafb33; @@ -20534,11 +28219,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafb4d; } +.border-x-gray-50\\/35 { + border-left-color: #f9fafb59; + border-right-color: #f9fafb59; +} + .border-x-gray-50\\/40 { border-left-color: #f9fafb66; border-right-color: #f9fafb66; } +.border-x-gray-50\\/45 { + border-left-color: #f9fafb73; + border-right-color: #f9fafb73; +} + .border-x-gray-50\\/5 { border-left-color: #f9fafb0d; border-right-color: #f9fafb0d; @@ -20549,11 +28244,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafb80; } +.border-x-gray-50\\/55 { + border-left-color: #f9fafb8c; + border-right-color: #f9fafb8c; +} + .border-x-gray-50\\/60 { border-left-color: #f9fafb99; border-right-color: #f9fafb99; } +.border-x-gray-50\\/65 { + border-left-color: #f9fafba6; + border-right-color: #f9fafba6; +} + .border-x-gray-50\\/70 { border-left-color: #f9fafbb3; border-right-color: #f9fafbb3; @@ -20569,6 +28274,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafbcc; } +.border-x-gray-50\\/85 { + border-left-color: #f9fafbd9; + border-right-color: #f9fafbd9; +} + .border-x-gray-50\\/90 { border-left-color: #f9fafbe6; border-right-color: #f9fafbe6; @@ -20599,6 +28309,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b7280; } +.border-x-gray-500\\/15 { + border-left-color: #6b728026; + border-right-color: #6b728026; +} + .border-x-gray-500\\/20 { border-left-color: #6b728033; border-right-color: #6b728033; @@ -20614,11 +28329,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b72804d; } +.border-x-gray-500\\/35 { + border-left-color: #6b728059; + border-right-color: #6b728059; +} + .border-x-gray-500\\/40 { border-left-color: #6b728066; border-right-color: #6b728066; } +.border-x-gray-500\\/45 { + border-left-color: #6b728073; + border-right-color: #6b728073; +} + .border-x-gray-500\\/5 { border-left-color: #6b72800d; border-right-color: #6b72800d; @@ -20629,11 +28354,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b728080; } +.border-x-gray-500\\/55 { + border-left-color: #6b72808c; + border-right-color: #6b72808c; +} + .border-x-gray-500\\/60 { border-left-color: #6b728099; border-right-color: #6b728099; } +.border-x-gray-500\\/65 { + border-left-color: #6b7280a6; + border-right-color: #6b7280a6; +} + .border-x-gray-500\\/70 { border-left-color: #6b7280b3; border-right-color: #6b7280b3; @@ -20649,6 +28384,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b7280cc; } +.border-x-gray-500\\/85 { + border-left-color: #6b7280d9; + border-right-color: #6b7280d9; +} + .border-x-gray-500\\/90 { border-left-color: #6b7280e6; border-right-color: #6b7280e6; @@ -20679,6 +28419,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b5563; } +.border-x-gray-600\\/15 { + border-left-color: #4b556326; + border-right-color: #4b556326; +} + .border-x-gray-600\\/20 { border-left-color: #4b556333; border-right-color: #4b556333; @@ -20694,11 +28439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b55634d; } +.border-x-gray-600\\/35 { + border-left-color: #4b556359; + border-right-color: #4b556359; +} + .border-x-gray-600\\/40 { border-left-color: #4b556366; border-right-color: #4b556366; } +.border-x-gray-600\\/45 { + border-left-color: #4b556373; + border-right-color: #4b556373; +} + .border-x-gray-600\\/5 { border-left-color: #4b55630d; border-right-color: #4b55630d; @@ -20709,11 +28464,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b556380; } +.border-x-gray-600\\/55 { + border-left-color: #4b55638c; + border-right-color: #4b55638c; +} + .border-x-gray-600\\/60 { border-left-color: #4b556399; border-right-color: #4b556399; } +.border-x-gray-600\\/65 { + border-left-color: #4b5563a6; + border-right-color: #4b5563a6; +} + .border-x-gray-600\\/70 { border-left-color: #4b5563b3; border-right-color: #4b5563b3; @@ -20729,6 +28494,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b5563cc; } +.border-x-gray-600\\/85 { + border-left-color: #4b5563d9; + border-right-color: #4b5563d9; +} + .border-x-gray-600\\/90 { border-left-color: #4b5563e6; border-right-color: #4b5563e6; @@ -20759,6 +28529,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #374151; } +.border-x-gray-700\\/15 { + border-left-color: #37415126; + border-right-color: #37415126; +} + .border-x-gray-700\\/20 { border-left-color: #37415133; border-right-color: #37415133; @@ -20774,11 +28549,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3741514d; } +.border-x-gray-700\\/35 { + border-left-color: #37415159; + border-right-color: #37415159; +} + .border-x-gray-700\\/40 { border-left-color: #37415166; border-right-color: #37415166; } +.border-x-gray-700\\/45 { + border-left-color: #37415173; + border-right-color: #37415173; +} + .border-x-gray-700\\/5 { border-left-color: #3741510d; border-right-color: #3741510d; @@ -20789,11 +28574,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #37415180; } +.border-x-gray-700\\/55 { + border-left-color: #3741518c; + border-right-color: #3741518c; +} + .border-x-gray-700\\/60 { border-left-color: #37415199; border-right-color: #37415199; } +.border-x-gray-700\\/65 { + border-left-color: #374151a6; + border-right-color: #374151a6; +} + .border-x-gray-700\\/70 { border-left-color: #374151b3; border-right-color: #374151b3; @@ -20809,6 +28604,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #374151cc; } +.border-x-gray-700\\/85 { + border-left-color: #374151d9; + border-right-color: #374151d9; +} + .border-x-gray-700\\/90 { border-left-color: #374151e6; border-right-color: #374151e6; @@ -20839,6 +28639,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f2937; } +.border-x-gray-800\\/15 { + border-left-color: #1f293726; + border-right-color: #1f293726; +} + .border-x-gray-800\\/20 { border-left-color: #1f293733; border-right-color: #1f293733; @@ -20854,11 +28659,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f29374d; } +.border-x-gray-800\\/35 { + border-left-color: #1f293759; + border-right-color: #1f293759; +} + .border-x-gray-800\\/40 { border-left-color: #1f293766; border-right-color: #1f293766; } +.border-x-gray-800\\/45 { + border-left-color: #1f293773; + border-right-color: #1f293773; +} + .border-x-gray-800\\/5 { border-left-color: #1f29370d; border-right-color: #1f29370d; @@ -20869,11 +28684,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f293780; } +.border-x-gray-800\\/55 { + border-left-color: #1f29378c; + border-right-color: #1f29378c; +} + .border-x-gray-800\\/60 { border-left-color: #1f293799; border-right-color: #1f293799; } +.border-x-gray-800\\/65 { + border-left-color: #1f2937a6; + border-right-color: #1f2937a6; +} + .border-x-gray-800\\/70 { border-left-color: #1f2937b3; border-right-color: #1f2937b3; @@ -20889,6 +28714,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f2937cc; } +.border-x-gray-800\\/85 { + border-left-color: #1f2937d9; + border-right-color: #1f2937d9; +} + .border-x-gray-800\\/90 { border-left-color: #1f2937e6; border-right-color: #1f2937e6; @@ -20919,6 +28749,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #111827; } +.border-x-gray-900\\/15 { + border-left-color: #11182726; + border-right-color: #11182726; +} + .border-x-gray-900\\/20 { border-left-color: #11182733; border-right-color: #11182733; @@ -20934,11 +28769,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1118274d; } +.border-x-gray-900\\/35 { + border-left-color: #11182759; + border-right-color: #11182759; +} + .border-x-gray-900\\/40 { border-left-color: #11182766; border-right-color: #11182766; } +.border-x-gray-900\\/45 { + border-left-color: #11182773; + border-right-color: #11182773; +} + .border-x-gray-900\\/5 { border-left-color: #1118270d; border-right-color: #1118270d; @@ -20949,11 +28794,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #11182780; } +.border-x-gray-900\\/55 { + border-left-color: #1118278c; + border-right-color: #1118278c; +} + .border-x-gray-900\\/60 { border-left-color: #11182799; border-right-color: #11182799; } +.border-x-gray-900\\/65 { + border-left-color: #111827a6; + border-right-color: #111827a6; +} + .border-x-gray-900\\/70 { border-left-color: #111827b3; border-right-color: #111827b3; @@ -20969,6 +28824,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #111827cc; } +.border-x-gray-900\\/85 { + border-left-color: #111827d9; + border-right-color: #111827d9; +} + .border-x-gray-900\\/90 { border-left-color: #111827e6; border-right-color: #111827e6; @@ -20999,6 +28859,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #030712; } +.border-x-gray-950\\/15 { + border-left-color: #03071226; + border-right-color: #03071226; +} + .border-x-gray-950\\/20 { border-left-color: #03071233; border-right-color: #03071233; @@ -21014,11 +28879,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0307124d; } +.border-x-gray-950\\/35 { + border-left-color: #03071259; + border-right-color: #03071259; +} + .border-x-gray-950\\/40 { border-left-color: #03071266; border-right-color: #03071266; } +.border-x-gray-950\\/45 { + border-left-color: #03071273; + border-right-color: #03071273; +} + .border-x-gray-950\\/5 { border-left-color: #0307120d; border-right-color: #0307120d; @@ -21029,11 +28904,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #03071280; } +.border-x-gray-950\\/55 { + border-left-color: #0307128c; + border-right-color: #0307128c; +} + .border-x-gray-950\\/60 { border-left-color: #03071299; border-right-color: #03071299; } +.border-x-gray-950\\/65 { + border-left-color: #030712a6; + border-right-color: #030712a6; +} + .border-x-gray-950\\/70 { border-left-color: #030712b3; border-right-color: #030712b3; @@ -21049,6 +28934,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #030712cc; } +.border-x-gray-950\\/85 { + border-left-color: #030712d9; + border-right-color: #030712d9; +} + .border-x-gray-950\\/90 { border-left-color: #030712e6; border-right-color: #030712e6; @@ -21079,6 +28969,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce7; } +.border-x-green-100\\/15 { + border-left-color: #dcfce726; + border-right-color: #dcfce726; +} + .border-x-green-100\\/20 { border-left-color: #dcfce733; border-right-color: #dcfce733; @@ -21094,11 +28989,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce74d; } +.border-x-green-100\\/35 { + border-left-color: #dcfce759; + border-right-color: #dcfce759; +} + .border-x-green-100\\/40 { border-left-color: #dcfce766; border-right-color: #dcfce766; } +.border-x-green-100\\/45 { + border-left-color: #dcfce773; + border-right-color: #dcfce773; +} + .border-x-green-100\\/5 { border-left-color: #dcfce70d; border-right-color: #dcfce70d; @@ -21109,11 +29014,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce780; } +.border-x-green-100\\/55 { + border-left-color: #dcfce78c; + border-right-color: #dcfce78c; +} + .border-x-green-100\\/60 { border-left-color: #dcfce799; border-right-color: #dcfce799; } +.border-x-green-100\\/65 { + border-left-color: #dcfce7a6; + border-right-color: #dcfce7a6; +} + .border-x-green-100\\/70 { border-left-color: #dcfce7b3; border-right-color: #dcfce7b3; @@ -21129,6 +29044,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce7cc; } +.border-x-green-100\\/85 { + border-left-color: #dcfce7d9; + border-right-color: #dcfce7d9; +} + .border-x-green-100\\/90 { border-left-color: #dcfce7e6; border-right-color: #dcfce7e6; @@ -21159,6 +29079,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d0; } +.border-x-green-200\\/15 { + border-left-color: #bbf7d026; + border-right-color: #bbf7d026; +} + .border-x-green-200\\/20 { border-left-color: #bbf7d033; border-right-color: #bbf7d033; @@ -21174,11 +29099,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d04d; } +.border-x-green-200\\/35 { + border-left-color: #bbf7d059; + border-right-color: #bbf7d059; +} + .border-x-green-200\\/40 { border-left-color: #bbf7d066; border-right-color: #bbf7d066; } +.border-x-green-200\\/45 { + border-left-color: #bbf7d073; + border-right-color: #bbf7d073; +} + .border-x-green-200\\/5 { border-left-color: #bbf7d00d; border-right-color: #bbf7d00d; @@ -21189,11 +29124,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d080; } +.border-x-green-200\\/55 { + border-left-color: #bbf7d08c; + border-right-color: #bbf7d08c; +} + .border-x-green-200\\/60 { border-left-color: #bbf7d099; border-right-color: #bbf7d099; } +.border-x-green-200\\/65 { + border-left-color: #bbf7d0a6; + border-right-color: #bbf7d0a6; +} + .border-x-green-200\\/70 { border-left-color: #bbf7d0b3; border-right-color: #bbf7d0b3; @@ -21209,6 +29154,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d0cc; } +.border-x-green-200\\/85 { + border-left-color: #bbf7d0d9; + border-right-color: #bbf7d0d9; +} + .border-x-green-200\\/90 { border-left-color: #bbf7d0e6; border-right-color: #bbf7d0e6; @@ -21239,6 +29189,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efac; } +.border-x-green-300\\/15 { + border-left-color: #86efac26; + border-right-color: #86efac26; +} + .border-x-green-300\\/20 { border-left-color: #86efac33; border-right-color: #86efac33; @@ -21254,11 +29209,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efac4d; } +.border-x-green-300\\/35 { + border-left-color: #86efac59; + border-right-color: #86efac59; +} + .border-x-green-300\\/40 { border-left-color: #86efac66; border-right-color: #86efac66; } +.border-x-green-300\\/45 { + border-left-color: #86efac73; + border-right-color: #86efac73; +} + .border-x-green-300\\/5 { border-left-color: #86efac0d; border-right-color: #86efac0d; @@ -21269,11 +29234,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efac80; } +.border-x-green-300\\/55 { + border-left-color: #86efac8c; + border-right-color: #86efac8c; +} + .border-x-green-300\\/60 { border-left-color: #86efac99; border-right-color: #86efac99; } +.border-x-green-300\\/65 { + border-left-color: #86efaca6; + border-right-color: #86efaca6; +} + .border-x-green-300\\/70 { border-left-color: #86efacb3; border-right-color: #86efacb3; @@ -21289,6 +29264,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efaccc; } +.border-x-green-300\\/85 { + border-left-color: #86efacd9; + border-right-color: #86efacd9; +} + .border-x-green-300\\/90 { border-left-color: #86eface6; border-right-color: #86eface6; @@ -21319,6 +29299,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade80; } +.border-x-green-400\\/15 { + border-left-color: #4ade8026; + border-right-color: #4ade8026; +} + .border-x-green-400\\/20 { border-left-color: #4ade8033; border-right-color: #4ade8033; @@ -21334,11 +29319,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade804d; } +.border-x-green-400\\/35 { + border-left-color: #4ade8059; + border-right-color: #4ade8059; +} + .border-x-green-400\\/40 { border-left-color: #4ade8066; border-right-color: #4ade8066; } +.border-x-green-400\\/45 { + border-left-color: #4ade8073; + border-right-color: #4ade8073; +} + .border-x-green-400\\/5 { border-left-color: #4ade800d; border-right-color: #4ade800d; @@ -21349,11 +29344,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade8080; } +.border-x-green-400\\/55 { + border-left-color: #4ade808c; + border-right-color: #4ade808c; +} + .border-x-green-400\\/60 { border-left-color: #4ade8099; border-right-color: #4ade8099; } +.border-x-green-400\\/65 { + border-left-color: #4ade80a6; + border-right-color: #4ade80a6; +} + .border-x-green-400\\/70 { border-left-color: #4ade80b3; border-right-color: #4ade80b3; @@ -21369,6 +29374,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade80cc; } +.border-x-green-400\\/85 { + border-left-color: #4ade80d9; + border-right-color: #4ade80d9; +} + .border-x-green-400\\/90 { border-left-color: #4ade80e6; border-right-color: #4ade80e6; @@ -21399,6 +29409,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf4; } +.border-x-green-50\\/15 { + border-left-color: #f0fdf426; + border-right-color: #f0fdf426; +} + .border-x-green-50\\/20 { border-left-color: #f0fdf433; border-right-color: #f0fdf433; @@ -21414,11 +29429,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf44d; } +.border-x-green-50\\/35 { + border-left-color: #f0fdf459; + border-right-color: #f0fdf459; +} + .border-x-green-50\\/40 { border-left-color: #f0fdf466; border-right-color: #f0fdf466; } +.border-x-green-50\\/45 { + border-left-color: #f0fdf473; + border-right-color: #f0fdf473; +} + .border-x-green-50\\/5 { border-left-color: #f0fdf40d; border-right-color: #f0fdf40d; @@ -21429,11 +29454,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf480; } +.border-x-green-50\\/55 { + border-left-color: #f0fdf48c; + border-right-color: #f0fdf48c; +} + .border-x-green-50\\/60 { border-left-color: #f0fdf499; border-right-color: #f0fdf499; } +.border-x-green-50\\/65 { + border-left-color: #f0fdf4a6; + border-right-color: #f0fdf4a6; +} + .border-x-green-50\\/70 { border-left-color: #f0fdf4b3; border-right-color: #f0fdf4b3; @@ -21449,6 +29484,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf4cc; } +.border-x-green-50\\/85 { + border-left-color: #f0fdf4d9; + border-right-color: #f0fdf4d9; +} + .border-x-green-50\\/90 { border-left-color: #f0fdf4e6; border-right-color: #f0fdf4e6; @@ -21479,6 +29519,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55e; } +.border-x-green-500\\/15 { + border-left-color: #22c55e26; + border-right-color: #22c55e26; +} + .border-x-green-500\\/20 { border-left-color: #22c55e33; border-right-color: #22c55e33; @@ -21494,11 +29539,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55e4d; } +.border-x-green-500\\/35 { + border-left-color: #22c55e59; + border-right-color: #22c55e59; +} + .border-x-green-500\\/40 { border-left-color: #22c55e66; border-right-color: #22c55e66; } +.border-x-green-500\\/45 { + border-left-color: #22c55e73; + border-right-color: #22c55e73; +} + .border-x-green-500\\/5 { border-left-color: #22c55e0d; border-right-color: #22c55e0d; @@ -21509,11 +29564,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55e80; } +.border-x-green-500\\/55 { + border-left-color: #22c55e8c; + border-right-color: #22c55e8c; +} + .border-x-green-500\\/60 { border-left-color: #22c55e99; border-right-color: #22c55e99; } +.border-x-green-500\\/65 { + border-left-color: #22c55ea6; + border-right-color: #22c55ea6; +} + .border-x-green-500\\/70 { border-left-color: #22c55eb3; border-right-color: #22c55eb3; @@ -21529,6 +29594,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55ecc; } +.border-x-green-500\\/85 { + border-left-color: #22c55ed9; + border-right-color: #22c55ed9; +} + .border-x-green-500\\/90 { border-left-color: #22c55ee6; border-right-color: #22c55ee6; @@ -21559,6 +29629,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34a; } +.border-x-green-600\\/15 { + border-left-color: #16a34a26; + border-right-color: #16a34a26; +} + .border-x-green-600\\/20 { border-left-color: #16a34a33; border-right-color: #16a34a33; @@ -21574,11 +29649,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34a4d; } +.border-x-green-600\\/35 { + border-left-color: #16a34a59; + border-right-color: #16a34a59; +} + .border-x-green-600\\/40 { border-left-color: #16a34a66; border-right-color: #16a34a66; } +.border-x-green-600\\/45 { + border-left-color: #16a34a73; + border-right-color: #16a34a73; +} + .border-x-green-600\\/5 { border-left-color: #16a34a0d; border-right-color: #16a34a0d; @@ -21589,11 +29674,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34a80; } +.border-x-green-600\\/55 { + border-left-color: #16a34a8c; + border-right-color: #16a34a8c; +} + .border-x-green-600\\/60 { border-left-color: #16a34a99; border-right-color: #16a34a99; } +.border-x-green-600\\/65 { + border-left-color: #16a34aa6; + border-right-color: #16a34aa6; +} + .border-x-green-600\\/70 { border-left-color: #16a34ab3; border-right-color: #16a34ab3; @@ -21609,6 +29704,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34acc; } +.border-x-green-600\\/85 { + border-left-color: #16a34ad9; + border-right-color: #16a34ad9; +} + .border-x-green-600\\/90 { border-left-color: #16a34ae6; border-right-color: #16a34ae6; @@ -21639,6 +29739,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803d; } +.border-x-green-700\\/15 { + border-left-color: #15803d26; + border-right-color: #15803d26; +} + .border-x-green-700\\/20 { border-left-color: #15803d33; border-right-color: #15803d33; @@ -21654,11 +29759,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803d4d; } +.border-x-green-700\\/35 { + border-left-color: #15803d59; + border-right-color: #15803d59; +} + .border-x-green-700\\/40 { border-left-color: #15803d66; border-right-color: #15803d66; } +.border-x-green-700\\/45 { + border-left-color: #15803d73; + border-right-color: #15803d73; +} + .border-x-green-700\\/5 { border-left-color: #15803d0d; border-right-color: #15803d0d; @@ -21669,11 +29784,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803d80; } +.border-x-green-700\\/55 { + border-left-color: #15803d8c; + border-right-color: #15803d8c; +} + .border-x-green-700\\/60 { border-left-color: #15803d99; border-right-color: #15803d99; } +.border-x-green-700\\/65 { + border-left-color: #15803da6; + border-right-color: #15803da6; +} + .border-x-green-700\\/70 { border-left-color: #15803db3; border-right-color: #15803db3; @@ -21689,6 +29814,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803dcc; } +.border-x-green-700\\/85 { + border-left-color: #15803dd9; + border-right-color: #15803dd9; +} + .border-x-green-700\\/90 { border-left-color: #15803de6; border-right-color: #15803de6; @@ -21719,6 +29849,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #166534; } +.border-x-green-800\\/15 { + border-left-color: #16653426; + border-right-color: #16653426; +} + .border-x-green-800\\/20 { border-left-color: #16653433; border-right-color: #16653433; @@ -21734,11 +29869,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1665344d; } +.border-x-green-800\\/35 { + border-left-color: #16653459; + border-right-color: #16653459; +} + .border-x-green-800\\/40 { border-left-color: #16653466; border-right-color: #16653466; } +.border-x-green-800\\/45 { + border-left-color: #16653473; + border-right-color: #16653473; +} + .border-x-green-800\\/5 { border-left-color: #1665340d; border-right-color: #1665340d; @@ -21749,11 +29894,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16653480; } +.border-x-green-800\\/55 { + border-left-color: #1665348c; + border-right-color: #1665348c; +} + .border-x-green-800\\/60 { border-left-color: #16653499; border-right-color: #16653499; } +.border-x-green-800\\/65 { + border-left-color: #166534a6; + border-right-color: #166534a6; +} + .border-x-green-800\\/70 { border-left-color: #166534b3; border-right-color: #166534b3; @@ -21769,6 +29924,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #166534cc; } +.border-x-green-800\\/85 { + border-left-color: #166534d9; + border-right-color: #166534d9; +} + .border-x-green-800\\/90 { border-left-color: #166534e6; border-right-color: #166534e6; @@ -21799,6 +29959,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532d; } +.border-x-green-900\\/15 { + border-left-color: #14532d26; + border-right-color: #14532d26; +} + .border-x-green-900\\/20 { border-left-color: #14532d33; border-right-color: #14532d33; @@ -21814,11 +29979,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532d4d; } +.border-x-green-900\\/35 { + border-left-color: #14532d59; + border-right-color: #14532d59; +} + .border-x-green-900\\/40 { border-left-color: #14532d66; border-right-color: #14532d66; } +.border-x-green-900\\/45 { + border-left-color: #14532d73; + border-right-color: #14532d73; +} + .border-x-green-900\\/5 { border-left-color: #14532d0d; border-right-color: #14532d0d; @@ -21829,11 +30004,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532d80; } +.border-x-green-900\\/55 { + border-left-color: #14532d8c; + border-right-color: #14532d8c; +} + .border-x-green-900\\/60 { border-left-color: #14532d99; border-right-color: #14532d99; } +.border-x-green-900\\/65 { + border-left-color: #14532da6; + border-right-color: #14532da6; +} + .border-x-green-900\\/70 { border-left-color: #14532db3; border-right-color: #14532db3; @@ -21849,6 +30034,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532dcc; } +.border-x-green-900\\/85 { + border-left-color: #14532dd9; + border-right-color: #14532dd9; +} + .border-x-green-900\\/90 { border-left-color: #14532de6; border-right-color: #14532de6; @@ -21879,6 +30069,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e16; } +.border-x-green-950\\/15 { + border-left-color: #052e1626; + border-right-color: #052e1626; +} + .border-x-green-950\\/20 { border-left-color: #052e1633; border-right-color: #052e1633; @@ -21894,11 +30089,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e164d; } +.border-x-green-950\\/35 { + border-left-color: #052e1659; + border-right-color: #052e1659; +} + .border-x-green-950\\/40 { border-left-color: #052e1666; border-right-color: #052e1666; } +.border-x-green-950\\/45 { + border-left-color: #052e1673; + border-right-color: #052e1673; +} + .border-x-green-950\\/5 { border-left-color: #052e160d; border-right-color: #052e160d; @@ -21909,11 +30114,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e1680; } +.border-x-green-950\\/55 { + border-left-color: #052e168c; + border-right-color: #052e168c; +} + .border-x-green-950\\/60 { border-left-color: #052e1699; border-right-color: #052e1699; } +.border-x-green-950\\/65 { + border-left-color: #052e16a6; + border-right-color: #052e16a6; +} + .border-x-green-950\\/70 { border-left-color: #052e16b3; border-right-color: #052e16b3; @@ -21929,6 +30144,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e16cc; } +.border-x-green-950\\/85 { + border-left-color: #052e16d9; + border-right-color: #052e16d9; +} + .border-x-green-950\\/90 { border-left-color: #052e16e6; border-right-color: #052e16e6; @@ -21959,6 +30179,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ff; } +.border-x-indigo-100\\/15 { + border-left-color: #e0e7ff26; + border-right-color: #e0e7ff26; +} + .border-x-indigo-100\\/20 { border-left-color: #e0e7ff33; border-right-color: #e0e7ff33; @@ -21974,11 +30199,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ff4d; } +.border-x-indigo-100\\/35 { + border-left-color: #e0e7ff59; + border-right-color: #e0e7ff59; +} + .border-x-indigo-100\\/40 { border-left-color: #e0e7ff66; border-right-color: #e0e7ff66; } +.border-x-indigo-100\\/45 { + border-left-color: #e0e7ff73; + border-right-color: #e0e7ff73; +} + .border-x-indigo-100\\/5 { border-left-color: #e0e7ff0d; border-right-color: #e0e7ff0d; @@ -21989,11 +30224,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ff80; } +.border-x-indigo-100\\/55 { + border-left-color: #e0e7ff8c; + border-right-color: #e0e7ff8c; +} + .border-x-indigo-100\\/60 { border-left-color: #e0e7ff99; border-right-color: #e0e7ff99; } +.border-x-indigo-100\\/65 { + border-left-color: #e0e7ffa6; + border-right-color: #e0e7ffa6; +} + .border-x-indigo-100\\/70 { border-left-color: #e0e7ffb3; border-right-color: #e0e7ffb3; @@ -22009,6 +30254,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ffcc; } +.border-x-indigo-100\\/85 { + border-left-color: #e0e7ffd9; + border-right-color: #e0e7ffd9; +} + .border-x-indigo-100\\/90 { border-left-color: #e0e7ffe6; border-right-color: #e0e7ffe6; @@ -22039,6 +30289,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fe; } +.border-x-indigo-200\\/15 { + border-left-color: #c7d2fe26; + border-right-color: #c7d2fe26; +} + .border-x-indigo-200\\/20 { border-left-color: #c7d2fe33; border-right-color: #c7d2fe33; @@ -22054,11 +30309,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fe4d; } +.border-x-indigo-200\\/35 { + border-left-color: #c7d2fe59; + border-right-color: #c7d2fe59; +} + .border-x-indigo-200\\/40 { border-left-color: #c7d2fe66; border-right-color: #c7d2fe66; } +.border-x-indigo-200\\/45 { + border-left-color: #c7d2fe73; + border-right-color: #c7d2fe73; +} + .border-x-indigo-200\\/5 { border-left-color: #c7d2fe0d; border-right-color: #c7d2fe0d; @@ -22069,11 +30334,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fe80; } +.border-x-indigo-200\\/55 { + border-left-color: #c7d2fe8c; + border-right-color: #c7d2fe8c; +} + .border-x-indigo-200\\/60 { border-left-color: #c7d2fe99; border-right-color: #c7d2fe99; } +.border-x-indigo-200\\/65 { + border-left-color: #c7d2fea6; + border-right-color: #c7d2fea6; +} + .border-x-indigo-200\\/70 { border-left-color: #c7d2feb3; border-right-color: #c7d2feb3; @@ -22089,6 +30364,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fecc; } +.border-x-indigo-200\\/85 { + border-left-color: #c7d2fed9; + border-right-color: #c7d2fed9; +} + .border-x-indigo-200\\/90 { border-left-color: #c7d2fee6; border-right-color: #c7d2fee6; @@ -22119,6 +30399,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fc; } +.border-x-indigo-300\\/15 { + border-left-color: #a5b4fc26; + border-right-color: #a5b4fc26; +} + .border-x-indigo-300\\/20 { border-left-color: #a5b4fc33; border-right-color: #a5b4fc33; @@ -22134,11 +30419,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fc4d; } +.border-x-indigo-300\\/35 { + border-left-color: #a5b4fc59; + border-right-color: #a5b4fc59; +} + .border-x-indigo-300\\/40 { border-left-color: #a5b4fc66; border-right-color: #a5b4fc66; } +.border-x-indigo-300\\/45 { + border-left-color: #a5b4fc73; + border-right-color: #a5b4fc73; +} + .border-x-indigo-300\\/5 { border-left-color: #a5b4fc0d; border-right-color: #a5b4fc0d; @@ -22149,11 +30444,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fc80; } +.border-x-indigo-300\\/55 { + border-left-color: #a5b4fc8c; + border-right-color: #a5b4fc8c; +} + .border-x-indigo-300\\/60 { border-left-color: #a5b4fc99; border-right-color: #a5b4fc99; } +.border-x-indigo-300\\/65 { + border-left-color: #a5b4fca6; + border-right-color: #a5b4fca6; +} + .border-x-indigo-300\\/70 { border-left-color: #a5b4fcb3; border-right-color: #a5b4fcb3; @@ -22169,6 +30474,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fccc; } +.border-x-indigo-300\\/85 { + border-left-color: #a5b4fcd9; + border-right-color: #a5b4fcd9; +} + .border-x-indigo-300\\/90 { border-left-color: #a5b4fce6; border-right-color: #a5b4fce6; @@ -22199,6 +30509,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf8; } +.border-x-indigo-400\\/15 { + border-left-color: #818cf826; + border-right-color: #818cf826; +} + .border-x-indigo-400\\/20 { border-left-color: #818cf833; border-right-color: #818cf833; @@ -22214,11 +30529,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf84d; } +.border-x-indigo-400\\/35 { + border-left-color: #818cf859; + border-right-color: #818cf859; +} + .border-x-indigo-400\\/40 { border-left-color: #818cf866; border-right-color: #818cf866; } +.border-x-indigo-400\\/45 { + border-left-color: #818cf873; + border-right-color: #818cf873; +} + .border-x-indigo-400\\/5 { border-left-color: #818cf80d; border-right-color: #818cf80d; @@ -22229,11 +30554,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf880; } +.border-x-indigo-400\\/55 { + border-left-color: #818cf88c; + border-right-color: #818cf88c; +} + .border-x-indigo-400\\/60 { border-left-color: #818cf899; border-right-color: #818cf899; } +.border-x-indigo-400\\/65 { + border-left-color: #818cf8a6; + border-right-color: #818cf8a6; +} + .border-x-indigo-400\\/70 { border-left-color: #818cf8b3; border-right-color: #818cf8b3; @@ -22249,6 +30584,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf8cc; } +.border-x-indigo-400\\/85 { + border-left-color: #818cf8d9; + border-right-color: #818cf8d9; +} + .border-x-indigo-400\\/90 { border-left-color: #818cf8e6; border-right-color: #818cf8e6; @@ -22279,6 +30619,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ff; } +.border-x-indigo-50\\/15 { + border-left-color: #eef2ff26; + border-right-color: #eef2ff26; +} + .border-x-indigo-50\\/20 { border-left-color: #eef2ff33; border-right-color: #eef2ff33; @@ -22294,11 +30639,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ff4d; } +.border-x-indigo-50\\/35 { + border-left-color: #eef2ff59; + border-right-color: #eef2ff59; +} + .border-x-indigo-50\\/40 { border-left-color: #eef2ff66; border-right-color: #eef2ff66; } +.border-x-indigo-50\\/45 { + border-left-color: #eef2ff73; + border-right-color: #eef2ff73; +} + .border-x-indigo-50\\/5 { border-left-color: #eef2ff0d; border-right-color: #eef2ff0d; @@ -22309,11 +30664,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ff80; } +.border-x-indigo-50\\/55 { + border-left-color: #eef2ff8c; + border-right-color: #eef2ff8c; +} + .border-x-indigo-50\\/60 { border-left-color: #eef2ff99; border-right-color: #eef2ff99; } +.border-x-indigo-50\\/65 { + border-left-color: #eef2ffa6; + border-right-color: #eef2ffa6; +} + .border-x-indigo-50\\/70 { border-left-color: #eef2ffb3; border-right-color: #eef2ffb3; @@ -22329,6 +30694,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ffcc; } +.border-x-indigo-50\\/85 { + border-left-color: #eef2ffd9; + border-right-color: #eef2ffd9; +} + .border-x-indigo-50\\/90 { border-left-color: #eef2ffe6; border-right-color: #eef2ffe6; @@ -22359,6 +30729,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f1; } +.border-x-indigo-500\\/15 { + border-left-color: #6366f126; + border-right-color: #6366f126; +} + .border-x-indigo-500\\/20 { border-left-color: #6366f133; border-right-color: #6366f133; @@ -22374,11 +30749,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f14d; } +.border-x-indigo-500\\/35 { + border-left-color: #6366f159; + border-right-color: #6366f159; +} + .border-x-indigo-500\\/40 { border-left-color: #6366f166; border-right-color: #6366f166; } +.border-x-indigo-500\\/45 { + border-left-color: #6366f173; + border-right-color: #6366f173; +} + .border-x-indigo-500\\/5 { border-left-color: #6366f10d; border-right-color: #6366f10d; @@ -22389,11 +30774,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f180; } +.border-x-indigo-500\\/55 { + border-left-color: #6366f18c; + border-right-color: #6366f18c; +} + .border-x-indigo-500\\/60 { border-left-color: #6366f199; border-right-color: #6366f199; } +.border-x-indigo-500\\/65 { + border-left-color: #6366f1a6; + border-right-color: #6366f1a6; +} + .border-x-indigo-500\\/70 { border-left-color: #6366f1b3; border-right-color: #6366f1b3; @@ -22409,6 +30804,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f1cc; } +.border-x-indigo-500\\/85 { + border-left-color: #6366f1d9; + border-right-color: #6366f1d9; +} + .border-x-indigo-500\\/90 { border-left-color: #6366f1e6; border-right-color: #6366f1e6; @@ -22439,6 +30839,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e5; } +.border-x-indigo-600\\/15 { + border-left-color: #4f46e526; + border-right-color: #4f46e526; +} + .border-x-indigo-600\\/20 { border-left-color: #4f46e533; border-right-color: #4f46e533; @@ -22454,11 +30859,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e54d; } +.border-x-indigo-600\\/35 { + border-left-color: #4f46e559; + border-right-color: #4f46e559; +} + .border-x-indigo-600\\/40 { border-left-color: #4f46e566; border-right-color: #4f46e566; } +.border-x-indigo-600\\/45 { + border-left-color: #4f46e573; + border-right-color: #4f46e573; +} + .border-x-indigo-600\\/5 { border-left-color: #4f46e50d; border-right-color: #4f46e50d; @@ -22469,11 +30884,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e580; } +.border-x-indigo-600\\/55 { + border-left-color: #4f46e58c; + border-right-color: #4f46e58c; +} + .border-x-indigo-600\\/60 { border-left-color: #4f46e599; border-right-color: #4f46e599; } +.border-x-indigo-600\\/65 { + border-left-color: #4f46e5a6; + border-right-color: #4f46e5a6; +} + .border-x-indigo-600\\/70 { border-left-color: #4f46e5b3; border-right-color: #4f46e5b3; @@ -22489,6 +30914,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e5cc; } +.border-x-indigo-600\\/85 { + border-left-color: #4f46e5d9; + border-right-color: #4f46e5d9; +} + .border-x-indigo-600\\/90 { border-left-color: #4f46e5e6; border-right-color: #4f46e5e6; @@ -22519,6 +30949,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338ca; } +.border-x-indigo-700\\/15 { + border-left-color: #4338ca26; + border-right-color: #4338ca26; +} + .border-x-indigo-700\\/20 { border-left-color: #4338ca33; border-right-color: #4338ca33; @@ -22534,11 +30969,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338ca4d; } +.border-x-indigo-700\\/35 { + border-left-color: #4338ca59; + border-right-color: #4338ca59; +} + .border-x-indigo-700\\/40 { border-left-color: #4338ca66; border-right-color: #4338ca66; } +.border-x-indigo-700\\/45 { + border-left-color: #4338ca73; + border-right-color: #4338ca73; +} + .border-x-indigo-700\\/5 { border-left-color: #4338ca0d; border-right-color: #4338ca0d; @@ -22549,11 +30994,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338ca80; } +.border-x-indigo-700\\/55 { + border-left-color: #4338ca8c; + border-right-color: #4338ca8c; +} + .border-x-indigo-700\\/60 { border-left-color: #4338ca99; border-right-color: #4338ca99; } +.border-x-indigo-700\\/65 { + border-left-color: #4338caa6; + border-right-color: #4338caa6; +} + .border-x-indigo-700\\/70 { border-left-color: #4338cab3; border-right-color: #4338cab3; @@ -22569,6 +31024,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338cacc; } +.border-x-indigo-700\\/85 { + border-left-color: #4338cad9; + border-right-color: #4338cad9; +} + .border-x-indigo-700\\/90 { border-left-color: #4338cae6; border-right-color: #4338cae6; @@ -22599,6 +31059,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a3; } +.border-x-indigo-800\\/15 { + border-left-color: #3730a326; + border-right-color: #3730a326; +} + .border-x-indigo-800\\/20 { border-left-color: #3730a333; border-right-color: #3730a333; @@ -22614,11 +31079,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a34d; } +.border-x-indigo-800\\/35 { + border-left-color: #3730a359; + border-right-color: #3730a359; +} + .border-x-indigo-800\\/40 { border-left-color: #3730a366; border-right-color: #3730a366; } +.border-x-indigo-800\\/45 { + border-left-color: #3730a373; + border-right-color: #3730a373; +} + .border-x-indigo-800\\/5 { border-left-color: #3730a30d; border-right-color: #3730a30d; @@ -22629,11 +31104,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a380; } +.border-x-indigo-800\\/55 { + border-left-color: #3730a38c; + border-right-color: #3730a38c; +} + .border-x-indigo-800\\/60 { border-left-color: #3730a399; border-right-color: #3730a399; } +.border-x-indigo-800\\/65 { + border-left-color: #3730a3a6; + border-right-color: #3730a3a6; +} + .border-x-indigo-800\\/70 { border-left-color: #3730a3b3; border-right-color: #3730a3b3; @@ -22649,6 +31134,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a3cc; } +.border-x-indigo-800\\/85 { + border-left-color: #3730a3d9; + border-right-color: #3730a3d9; +} + .border-x-indigo-800\\/90 { border-left-color: #3730a3e6; border-right-color: #3730a3e6; @@ -22679,6 +31169,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e81; } +.border-x-indigo-900\\/15 { + border-left-color: #312e8126; + border-right-color: #312e8126; +} + .border-x-indigo-900\\/20 { border-left-color: #312e8133; border-right-color: #312e8133; @@ -22694,11 +31189,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e814d; } +.border-x-indigo-900\\/35 { + border-left-color: #312e8159; + border-right-color: #312e8159; +} + .border-x-indigo-900\\/40 { border-left-color: #312e8166; border-right-color: #312e8166; } +.border-x-indigo-900\\/45 { + border-left-color: #312e8173; + border-right-color: #312e8173; +} + .border-x-indigo-900\\/5 { border-left-color: #312e810d; border-right-color: #312e810d; @@ -22709,11 +31214,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e8180; } +.border-x-indigo-900\\/55 { + border-left-color: #312e818c; + border-right-color: #312e818c; +} + .border-x-indigo-900\\/60 { border-left-color: #312e8199; border-right-color: #312e8199; } +.border-x-indigo-900\\/65 { + border-left-color: #312e81a6; + border-right-color: #312e81a6; +} + .border-x-indigo-900\\/70 { border-left-color: #312e81b3; border-right-color: #312e81b3; @@ -22729,6 +31244,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e81cc; } +.border-x-indigo-900\\/85 { + border-left-color: #312e81d9; + border-right-color: #312e81d9; +} + .border-x-indigo-900\\/90 { border-left-color: #312e81e6; border-right-color: #312e81e6; @@ -22759,6 +31279,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4b; } +.border-x-indigo-950\\/15 { + border-left-color: #1e1b4b26; + border-right-color: #1e1b4b26; +} + .border-x-indigo-950\\/20 { border-left-color: #1e1b4b33; border-right-color: #1e1b4b33; @@ -22774,11 +31299,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4b4d; } +.border-x-indigo-950\\/35 { + border-left-color: #1e1b4b59; + border-right-color: #1e1b4b59; +} + .border-x-indigo-950\\/40 { border-left-color: #1e1b4b66; border-right-color: #1e1b4b66; } +.border-x-indigo-950\\/45 { + border-left-color: #1e1b4b73; + border-right-color: #1e1b4b73; +} + .border-x-indigo-950\\/5 { border-left-color: #1e1b4b0d; border-right-color: #1e1b4b0d; @@ -22789,11 +31324,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4b80; } +.border-x-indigo-950\\/55 { + border-left-color: #1e1b4b8c; + border-right-color: #1e1b4b8c; +} + .border-x-indigo-950\\/60 { border-left-color: #1e1b4b99; border-right-color: #1e1b4b99; } +.border-x-indigo-950\\/65 { + border-left-color: #1e1b4ba6; + border-right-color: #1e1b4ba6; +} + .border-x-indigo-950\\/70 { border-left-color: #1e1b4bb3; border-right-color: #1e1b4bb3; @@ -22809,6 +31354,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4bcc; } +.border-x-indigo-950\\/85 { + border-left-color: #1e1b4bd9; + border-right-color: #1e1b4bd9; +} + .border-x-indigo-950\\/90 { border-left-color: #1e1b4be6; border-right-color: #1e1b4be6; @@ -22844,6 +31394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccb; } +.border-x-lime-100\\/15 { + border-left-color: #ecfccb26; + border-right-color: #ecfccb26; +} + .border-x-lime-100\\/20 { border-left-color: #ecfccb33; border-right-color: #ecfccb33; @@ -22859,11 +31414,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccb4d; } +.border-x-lime-100\\/35 { + border-left-color: #ecfccb59; + border-right-color: #ecfccb59; +} + .border-x-lime-100\\/40 { border-left-color: #ecfccb66; border-right-color: #ecfccb66; } +.border-x-lime-100\\/45 { + border-left-color: #ecfccb73; + border-right-color: #ecfccb73; +} + .border-x-lime-100\\/5 { border-left-color: #ecfccb0d; border-right-color: #ecfccb0d; @@ -22874,11 +31439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccb80; } +.border-x-lime-100\\/55 { + border-left-color: #ecfccb8c; + border-right-color: #ecfccb8c; +} + .border-x-lime-100\\/60 { border-left-color: #ecfccb99; border-right-color: #ecfccb99; } +.border-x-lime-100\\/65 { + border-left-color: #ecfccba6; + border-right-color: #ecfccba6; +} + .border-x-lime-100\\/70 { border-left-color: #ecfccbb3; border-right-color: #ecfccbb3; @@ -22894,6 +31469,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccbcc; } +.border-x-lime-100\\/85 { + border-left-color: #ecfccbd9; + border-right-color: #ecfccbd9; +} + .border-x-lime-100\\/90 { border-left-color: #ecfccbe6; border-right-color: #ecfccbe6; @@ -22924,6 +31504,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99d; } +.border-x-lime-200\\/15 { + border-left-color: #d9f99d26; + border-right-color: #d9f99d26; +} + .border-x-lime-200\\/20 { border-left-color: #d9f99d33; border-right-color: #d9f99d33; @@ -22939,11 +31524,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99d4d; } +.border-x-lime-200\\/35 { + border-left-color: #d9f99d59; + border-right-color: #d9f99d59; +} + .border-x-lime-200\\/40 { border-left-color: #d9f99d66; border-right-color: #d9f99d66; } +.border-x-lime-200\\/45 { + border-left-color: #d9f99d73; + border-right-color: #d9f99d73; +} + .border-x-lime-200\\/5 { border-left-color: #d9f99d0d; border-right-color: #d9f99d0d; @@ -22954,11 +31549,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99d80; } +.border-x-lime-200\\/55 { + border-left-color: #d9f99d8c; + border-right-color: #d9f99d8c; +} + .border-x-lime-200\\/60 { border-left-color: #d9f99d99; border-right-color: #d9f99d99; } +.border-x-lime-200\\/65 { + border-left-color: #d9f99da6; + border-right-color: #d9f99da6; +} + .border-x-lime-200\\/70 { border-left-color: #d9f99db3; border-right-color: #d9f99db3; @@ -22974,6 +31579,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99dcc; } +.border-x-lime-200\\/85 { + border-left-color: #d9f99dd9; + border-right-color: #d9f99dd9; +} + .border-x-lime-200\\/90 { border-left-color: #d9f99de6; border-right-color: #d9f99de6; @@ -23004,6 +31614,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef264; } +.border-x-lime-300\\/15 { + border-left-color: #bef26426; + border-right-color: #bef26426; +} + .border-x-lime-300\\/20 { border-left-color: #bef26433; border-right-color: #bef26433; @@ -23019,11 +31634,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef2644d; } +.border-x-lime-300\\/35 { + border-left-color: #bef26459; + border-right-color: #bef26459; +} + .border-x-lime-300\\/40 { border-left-color: #bef26466; border-right-color: #bef26466; } +.border-x-lime-300\\/45 { + border-left-color: #bef26473; + border-right-color: #bef26473; +} + .border-x-lime-300\\/5 { border-left-color: #bef2640d; border-right-color: #bef2640d; @@ -23034,11 +31659,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef26480; } +.border-x-lime-300\\/55 { + border-left-color: #bef2648c; + border-right-color: #bef2648c; +} + .border-x-lime-300\\/60 { border-left-color: #bef26499; border-right-color: #bef26499; } +.border-x-lime-300\\/65 { + border-left-color: #bef264a6; + border-right-color: #bef264a6; +} + .border-x-lime-300\\/70 { border-left-color: #bef264b3; border-right-color: #bef264b3; @@ -23054,6 +31689,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef264cc; } +.border-x-lime-300\\/85 { + border-left-color: #bef264d9; + border-right-color: #bef264d9; +} + .border-x-lime-300\\/90 { border-left-color: #bef264e6; border-right-color: #bef264e6; @@ -23084,6 +31724,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e635; } +.border-x-lime-400\\/15 { + border-left-color: #a3e63526; + border-right-color: #a3e63526; +} + .border-x-lime-400\\/20 { border-left-color: #a3e63533; border-right-color: #a3e63533; @@ -23099,11 +31744,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e6354d; } +.border-x-lime-400\\/35 { + border-left-color: #a3e63559; + border-right-color: #a3e63559; +} + .border-x-lime-400\\/40 { border-left-color: #a3e63566; border-right-color: #a3e63566; } +.border-x-lime-400\\/45 { + border-left-color: #a3e63573; + border-right-color: #a3e63573; +} + .border-x-lime-400\\/5 { border-left-color: #a3e6350d; border-right-color: #a3e6350d; @@ -23114,11 +31769,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e63580; } +.border-x-lime-400\\/55 { + border-left-color: #a3e6358c; + border-right-color: #a3e6358c; +} + .border-x-lime-400\\/60 { border-left-color: #a3e63599; border-right-color: #a3e63599; } +.border-x-lime-400\\/65 { + border-left-color: #a3e635a6; + border-right-color: #a3e635a6; +} + .border-x-lime-400\\/70 { border-left-color: #a3e635b3; border-right-color: #a3e635b3; @@ -23134,6 +31799,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e635cc; } +.border-x-lime-400\\/85 { + border-left-color: #a3e635d9; + border-right-color: #a3e635d9; +} + .border-x-lime-400\\/90 { border-left-color: #a3e635e6; border-right-color: #a3e635e6; @@ -23164,6 +31834,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee7; } +.border-x-lime-50\\/15 { + border-left-color: #f7fee726; + border-right-color: #f7fee726; +} + .border-x-lime-50\\/20 { border-left-color: #f7fee733; border-right-color: #f7fee733; @@ -23179,11 +31854,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee74d; } +.border-x-lime-50\\/35 { + border-left-color: #f7fee759; + border-right-color: #f7fee759; +} + .border-x-lime-50\\/40 { border-left-color: #f7fee766; border-right-color: #f7fee766; } +.border-x-lime-50\\/45 { + border-left-color: #f7fee773; + border-right-color: #f7fee773; +} + .border-x-lime-50\\/5 { border-left-color: #f7fee70d; border-right-color: #f7fee70d; @@ -23194,11 +31879,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee780; } +.border-x-lime-50\\/55 { + border-left-color: #f7fee78c; + border-right-color: #f7fee78c; +} + .border-x-lime-50\\/60 { border-left-color: #f7fee799; border-right-color: #f7fee799; } +.border-x-lime-50\\/65 { + border-left-color: #f7fee7a6; + border-right-color: #f7fee7a6; +} + .border-x-lime-50\\/70 { border-left-color: #f7fee7b3; border-right-color: #f7fee7b3; @@ -23214,6 +31909,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee7cc; } +.border-x-lime-50\\/85 { + border-left-color: #f7fee7d9; + border-right-color: #f7fee7d9; +} + .border-x-lime-50\\/90 { border-left-color: #f7fee7e6; border-right-color: #f7fee7e6; @@ -23244,6 +31944,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc16; } +.border-x-lime-500\\/15 { + border-left-color: #84cc1626; + border-right-color: #84cc1626; +} + .border-x-lime-500\\/20 { border-left-color: #84cc1633; border-right-color: #84cc1633; @@ -23259,11 +31964,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc164d; } +.border-x-lime-500\\/35 { + border-left-color: #84cc1659; + border-right-color: #84cc1659; +} + .border-x-lime-500\\/40 { border-left-color: #84cc1666; border-right-color: #84cc1666; } +.border-x-lime-500\\/45 { + border-left-color: #84cc1673; + border-right-color: #84cc1673; +} + .border-x-lime-500\\/5 { border-left-color: #84cc160d; border-right-color: #84cc160d; @@ -23274,11 +31989,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc1680; } +.border-x-lime-500\\/55 { + border-left-color: #84cc168c; + border-right-color: #84cc168c; +} + .border-x-lime-500\\/60 { border-left-color: #84cc1699; border-right-color: #84cc1699; } +.border-x-lime-500\\/65 { + border-left-color: #84cc16a6; + border-right-color: #84cc16a6; +} + .border-x-lime-500\\/70 { border-left-color: #84cc16b3; border-right-color: #84cc16b3; @@ -23294,6 +32019,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc16cc; } +.border-x-lime-500\\/85 { + border-left-color: #84cc16d9; + border-right-color: #84cc16d9; +} + .border-x-lime-500\\/90 { border-left-color: #84cc16e6; border-right-color: #84cc16e6; @@ -23324,6 +32054,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30d; } +.border-x-lime-600\\/15 { + border-left-color: #65a30d26; + border-right-color: #65a30d26; +} + .border-x-lime-600\\/20 { border-left-color: #65a30d33; border-right-color: #65a30d33; @@ -23339,11 +32074,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30d4d; } +.border-x-lime-600\\/35 { + border-left-color: #65a30d59; + border-right-color: #65a30d59; +} + .border-x-lime-600\\/40 { border-left-color: #65a30d66; border-right-color: #65a30d66; } +.border-x-lime-600\\/45 { + border-left-color: #65a30d73; + border-right-color: #65a30d73; +} + .border-x-lime-600\\/5 { border-left-color: #65a30d0d; border-right-color: #65a30d0d; @@ -23354,11 +32099,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30d80; } +.border-x-lime-600\\/55 { + border-left-color: #65a30d8c; + border-right-color: #65a30d8c; +} + .border-x-lime-600\\/60 { border-left-color: #65a30d99; border-right-color: #65a30d99; } +.border-x-lime-600\\/65 { + border-left-color: #65a30da6; + border-right-color: #65a30da6; +} + .border-x-lime-600\\/70 { border-left-color: #65a30db3; border-right-color: #65a30db3; @@ -23374,6 +32129,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30dcc; } +.border-x-lime-600\\/85 { + border-left-color: #65a30dd9; + border-right-color: #65a30dd9; +} + .border-x-lime-600\\/90 { border-left-color: #65a30de6; border-right-color: #65a30de6; @@ -23404,6 +32164,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0f; } +.border-x-lime-700\\/15 { + border-left-color: #4d7c0f26; + border-right-color: #4d7c0f26; +} + .border-x-lime-700\\/20 { border-left-color: #4d7c0f33; border-right-color: #4d7c0f33; @@ -23419,11 +32184,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0f4d; } +.border-x-lime-700\\/35 { + border-left-color: #4d7c0f59; + border-right-color: #4d7c0f59; +} + .border-x-lime-700\\/40 { border-left-color: #4d7c0f66; border-right-color: #4d7c0f66; } +.border-x-lime-700\\/45 { + border-left-color: #4d7c0f73; + border-right-color: #4d7c0f73; +} + .border-x-lime-700\\/5 { border-left-color: #4d7c0f0d; border-right-color: #4d7c0f0d; @@ -23434,11 +32209,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0f80; } +.border-x-lime-700\\/55 { + border-left-color: #4d7c0f8c; + border-right-color: #4d7c0f8c; +} + .border-x-lime-700\\/60 { border-left-color: #4d7c0f99; border-right-color: #4d7c0f99; } +.border-x-lime-700\\/65 { + border-left-color: #4d7c0fa6; + border-right-color: #4d7c0fa6; +} + .border-x-lime-700\\/70 { border-left-color: #4d7c0fb3; border-right-color: #4d7c0fb3; @@ -23454,6 +32239,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0fcc; } +.border-x-lime-700\\/85 { + border-left-color: #4d7c0fd9; + border-right-color: #4d7c0fd9; +} + .border-x-lime-700\\/90 { border-left-color: #4d7c0fe6; border-right-color: #4d7c0fe6; @@ -23484,6 +32274,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f6212; } +.border-x-lime-800\\/15 { + border-left-color: #3f621226; + border-right-color: #3f621226; +} + .border-x-lime-800\\/20 { border-left-color: #3f621233; border-right-color: #3f621233; @@ -23499,11 +32294,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f62124d; } +.border-x-lime-800\\/35 { + border-left-color: #3f621259; + border-right-color: #3f621259; +} + .border-x-lime-800\\/40 { border-left-color: #3f621266; border-right-color: #3f621266; } +.border-x-lime-800\\/45 { + border-left-color: #3f621273; + border-right-color: #3f621273; +} + .border-x-lime-800\\/5 { border-left-color: #3f62120d; border-right-color: #3f62120d; @@ -23514,11 +32319,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f621280; } +.border-x-lime-800\\/55 { + border-left-color: #3f62128c; + border-right-color: #3f62128c; +} + .border-x-lime-800\\/60 { border-left-color: #3f621299; border-right-color: #3f621299; } +.border-x-lime-800\\/65 { + border-left-color: #3f6212a6; + border-right-color: #3f6212a6; +} + .border-x-lime-800\\/70 { border-left-color: #3f6212b3; border-right-color: #3f6212b3; @@ -23534,6 +32349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f6212cc; } +.border-x-lime-800\\/85 { + border-left-color: #3f6212d9; + border-right-color: #3f6212d9; +} + .border-x-lime-800\\/90 { border-left-color: #3f6212e6; border-right-color: #3f6212e6; @@ -23564,6 +32384,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #365314; } +.border-x-lime-900\\/15 { + border-left-color: #36531426; + border-right-color: #36531426; +} + .border-x-lime-900\\/20 { border-left-color: #36531433; border-right-color: #36531433; @@ -23579,11 +32404,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3653144d; } +.border-x-lime-900\\/35 { + border-left-color: #36531459; + border-right-color: #36531459; +} + .border-x-lime-900\\/40 { border-left-color: #36531466; border-right-color: #36531466; } +.border-x-lime-900\\/45 { + border-left-color: #36531473; + border-right-color: #36531473; +} + .border-x-lime-900\\/5 { border-left-color: #3653140d; border-right-color: #3653140d; @@ -23594,11 +32429,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #36531480; } +.border-x-lime-900\\/55 { + border-left-color: #3653148c; + border-right-color: #3653148c; +} + .border-x-lime-900\\/60 { border-left-color: #36531499; border-right-color: #36531499; } +.border-x-lime-900\\/65 { + border-left-color: #365314a6; + border-right-color: #365314a6; +} + .border-x-lime-900\\/70 { border-left-color: #365314b3; border-right-color: #365314b3; @@ -23614,6 +32459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #365314cc; } +.border-x-lime-900\\/85 { + border-left-color: #365314d9; + border-right-color: #365314d9; +} + .border-x-lime-900\\/90 { border-left-color: #365314e6; border-right-color: #365314e6; @@ -23644,6 +32494,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e05; } +.border-x-lime-950\\/15 { + border-left-color: #1a2e0526; + border-right-color: #1a2e0526; +} + .border-x-lime-950\\/20 { border-left-color: #1a2e0533; border-right-color: #1a2e0533; @@ -23659,11 +32514,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e054d; } +.border-x-lime-950\\/35 { + border-left-color: #1a2e0559; + border-right-color: #1a2e0559; +} + .border-x-lime-950\\/40 { border-left-color: #1a2e0566; border-right-color: #1a2e0566; } +.border-x-lime-950\\/45 { + border-left-color: #1a2e0573; + border-right-color: #1a2e0573; +} + .border-x-lime-950\\/5 { border-left-color: #1a2e050d; border-right-color: #1a2e050d; @@ -23674,11 +32539,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e0580; } +.border-x-lime-950\\/55 { + border-left-color: #1a2e058c; + border-right-color: #1a2e058c; +} + .border-x-lime-950\\/60 { border-left-color: #1a2e0599; border-right-color: #1a2e0599; } +.border-x-lime-950\\/65 { + border-left-color: #1a2e05a6; + border-right-color: #1a2e05a6; +} + .border-x-lime-950\\/70 { border-left-color: #1a2e05b3; border-right-color: #1a2e05b3; @@ -23694,6 +32569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e05cc; } +.border-x-lime-950\\/85 { + border-left-color: #1a2e05d9; + border-right-color: #1a2e05d9; +} + .border-x-lime-950\\/90 { border-left-color: #1a2e05e6; border-right-color: #1a2e05e6; @@ -23724,6 +32604,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f5; } +.border-x-neutral-100\\/15 { + border-left-color: #f5f5f526; + border-right-color: #f5f5f526; +} + .border-x-neutral-100\\/20 { border-left-color: #f5f5f533; border-right-color: #f5f5f533; @@ -23739,11 +32624,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f54d; } +.border-x-neutral-100\\/35 { + border-left-color: #f5f5f559; + border-right-color: #f5f5f559; +} + .border-x-neutral-100\\/40 { border-left-color: #f5f5f566; border-right-color: #f5f5f566; } +.border-x-neutral-100\\/45 { + border-left-color: #f5f5f573; + border-right-color: #f5f5f573; +} + .border-x-neutral-100\\/5 { border-left-color: #f5f5f50d; border-right-color: #f5f5f50d; @@ -23754,11 +32649,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f580; } +.border-x-neutral-100\\/55 { + border-left-color: #f5f5f58c; + border-right-color: #f5f5f58c; +} + .border-x-neutral-100\\/60 { border-left-color: #f5f5f599; border-right-color: #f5f5f599; } +.border-x-neutral-100\\/65 { + border-left-color: #f5f5f5a6; + border-right-color: #f5f5f5a6; +} + .border-x-neutral-100\\/70 { border-left-color: #f5f5f5b3; border-right-color: #f5f5f5b3; @@ -23774,6 +32679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f5cc; } +.border-x-neutral-100\\/85 { + border-left-color: #f5f5f5d9; + border-right-color: #f5f5f5d9; +} + .border-x-neutral-100\\/90 { border-left-color: #f5f5f5e6; border-right-color: #f5f5f5e6; @@ -23804,6 +32714,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e5; } +.border-x-neutral-200\\/15 { + border-left-color: #e5e5e526; + border-right-color: #e5e5e526; +} + .border-x-neutral-200\\/20 { border-left-color: #e5e5e533; border-right-color: #e5e5e533; @@ -23819,11 +32734,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e54d; } +.border-x-neutral-200\\/35 { + border-left-color: #e5e5e559; + border-right-color: #e5e5e559; +} + .border-x-neutral-200\\/40 { border-left-color: #e5e5e566; border-right-color: #e5e5e566; } +.border-x-neutral-200\\/45 { + border-left-color: #e5e5e573; + border-right-color: #e5e5e573; +} + .border-x-neutral-200\\/5 { border-left-color: #e5e5e50d; border-right-color: #e5e5e50d; @@ -23834,11 +32759,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e580; } +.border-x-neutral-200\\/55 { + border-left-color: #e5e5e58c; + border-right-color: #e5e5e58c; +} + .border-x-neutral-200\\/60 { border-left-color: #e5e5e599; border-right-color: #e5e5e599; } +.border-x-neutral-200\\/65 { + border-left-color: #e5e5e5a6; + border-right-color: #e5e5e5a6; +} + .border-x-neutral-200\\/70 { border-left-color: #e5e5e5b3; border-right-color: #e5e5e5b3; @@ -23854,6 +32789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e5cc; } +.border-x-neutral-200\\/85 { + border-left-color: #e5e5e5d9; + border-right-color: #e5e5e5d9; +} + .border-x-neutral-200\\/90 { border-left-color: #e5e5e5e6; border-right-color: #e5e5e5e6; @@ -23884,6 +32824,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d4; } +.border-x-neutral-300\\/15 { + border-left-color: #d4d4d426; + border-right-color: #d4d4d426; +} + .border-x-neutral-300\\/20 { border-left-color: #d4d4d433; border-right-color: #d4d4d433; @@ -23899,11 +32844,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d44d; } +.border-x-neutral-300\\/35 { + border-left-color: #d4d4d459; + border-right-color: #d4d4d459; +} + .border-x-neutral-300\\/40 { border-left-color: #d4d4d466; border-right-color: #d4d4d466; } +.border-x-neutral-300\\/45 { + border-left-color: #d4d4d473; + border-right-color: #d4d4d473; +} + .border-x-neutral-300\\/5 { border-left-color: #d4d4d40d; border-right-color: #d4d4d40d; @@ -23914,11 +32869,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d480; } +.border-x-neutral-300\\/55 { + border-left-color: #d4d4d48c; + border-right-color: #d4d4d48c; +} + .border-x-neutral-300\\/60 { border-left-color: #d4d4d499; border-right-color: #d4d4d499; } +.border-x-neutral-300\\/65 { + border-left-color: #d4d4d4a6; + border-right-color: #d4d4d4a6; +} + .border-x-neutral-300\\/70 { border-left-color: #d4d4d4b3; border-right-color: #d4d4d4b3; @@ -23934,6 +32899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d4cc; } +.border-x-neutral-300\\/85 { + border-left-color: #d4d4d4d9; + border-right-color: #d4d4d4d9; +} + .border-x-neutral-300\\/90 { border-left-color: #d4d4d4e6; border-right-color: #d4d4d4e6; @@ -23964,6 +32934,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a3; } +.border-x-neutral-400\\/15 { + border-left-color: #a3a3a326; + border-right-color: #a3a3a326; +} + .border-x-neutral-400\\/20 { border-left-color: #a3a3a333; border-right-color: #a3a3a333; @@ -23979,11 +32954,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a34d; } +.border-x-neutral-400\\/35 { + border-left-color: #a3a3a359; + border-right-color: #a3a3a359; +} + .border-x-neutral-400\\/40 { border-left-color: #a3a3a366; border-right-color: #a3a3a366; } +.border-x-neutral-400\\/45 { + border-left-color: #a3a3a373; + border-right-color: #a3a3a373; +} + .border-x-neutral-400\\/5 { border-left-color: #a3a3a30d; border-right-color: #a3a3a30d; @@ -23994,11 +32979,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a380; } +.border-x-neutral-400\\/55 { + border-left-color: #a3a3a38c; + border-right-color: #a3a3a38c; +} + .border-x-neutral-400\\/60 { border-left-color: #a3a3a399; border-right-color: #a3a3a399; } +.border-x-neutral-400\\/65 { + border-left-color: #a3a3a3a6; + border-right-color: #a3a3a3a6; +} + .border-x-neutral-400\\/70 { border-left-color: #a3a3a3b3; border-right-color: #a3a3a3b3; @@ -24014,6 +33009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a3cc; } +.border-x-neutral-400\\/85 { + border-left-color: #a3a3a3d9; + border-right-color: #a3a3a3d9; +} + .border-x-neutral-400\\/90 { border-left-color: #a3a3a3e6; border-right-color: #a3a3a3e6; @@ -24044,6 +33044,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa; } +.border-x-neutral-50\\/15 { + border-left-color: #fafafa26; + border-right-color: #fafafa26; +} + .border-x-neutral-50\\/20 { border-left-color: #fafafa33; border-right-color: #fafafa33; @@ -24059,11 +33064,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa4d; } +.border-x-neutral-50\\/35 { + border-left-color: #fafafa59; + border-right-color: #fafafa59; +} + .border-x-neutral-50\\/40 { border-left-color: #fafafa66; border-right-color: #fafafa66; } +.border-x-neutral-50\\/45 { + border-left-color: #fafafa73; + border-right-color: #fafafa73; +} + .border-x-neutral-50\\/5 { border-left-color: #fafafa0d; border-right-color: #fafafa0d; @@ -24074,11 +33089,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa80; } +.border-x-neutral-50\\/55 { + border-left-color: #fafafa8c; + border-right-color: #fafafa8c; +} + .border-x-neutral-50\\/60 { border-left-color: #fafafa99; border-right-color: #fafafa99; } +.border-x-neutral-50\\/65 { + border-left-color: #fafafaa6; + border-right-color: #fafafaa6; +} + .border-x-neutral-50\\/70 { border-left-color: #fafafab3; border-right-color: #fafafab3; @@ -24094,6 +33119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafacc; } +.border-x-neutral-50\\/85 { + border-left-color: #fafafad9; + border-right-color: #fafafad9; +} + .border-x-neutral-50\\/90 { border-left-color: #fafafae6; border-right-color: #fafafae6; @@ -24124,6 +33154,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #737373; } +.border-x-neutral-500\\/15 { + border-left-color: #73737326; + border-right-color: #73737326; +} + .border-x-neutral-500\\/20 { border-left-color: #73737333; border-right-color: #73737333; @@ -24139,11 +33174,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7373734d; } +.border-x-neutral-500\\/35 { + border-left-color: #73737359; + border-right-color: #73737359; +} + .border-x-neutral-500\\/40 { border-left-color: #73737366; border-right-color: #73737366; } +.border-x-neutral-500\\/45 { + border-left-color: #73737373; + border-right-color: #73737373; +} + .border-x-neutral-500\\/5 { border-left-color: #7373730d; border-right-color: #7373730d; @@ -24154,11 +33199,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #73737380; } +.border-x-neutral-500\\/55 { + border-left-color: #7373738c; + border-right-color: #7373738c; +} + .border-x-neutral-500\\/60 { border-left-color: #73737399; border-right-color: #73737399; } +.border-x-neutral-500\\/65 { + border-left-color: #737373a6; + border-right-color: #737373a6; +} + .border-x-neutral-500\\/70 { border-left-color: #737373b3; border-right-color: #737373b3; @@ -24174,6 +33229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #737373cc; } +.border-x-neutral-500\\/85 { + border-left-color: #737373d9; + border-right-color: #737373d9; +} + .border-x-neutral-500\\/90 { border-left-color: #737373e6; border-right-color: #737373e6; @@ -24204,6 +33264,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #525252; } +.border-x-neutral-600\\/15 { + border-left-color: #52525226; + border-right-color: #52525226; +} + .border-x-neutral-600\\/20 { border-left-color: #52525233; border-right-color: #52525233; @@ -24219,11 +33284,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5252524d; } +.border-x-neutral-600\\/35 { + border-left-color: #52525259; + border-right-color: #52525259; +} + .border-x-neutral-600\\/40 { border-left-color: #52525266; border-right-color: #52525266; } +.border-x-neutral-600\\/45 { + border-left-color: #52525273; + border-right-color: #52525273; +} + .border-x-neutral-600\\/5 { border-left-color: #5252520d; border-right-color: #5252520d; @@ -24234,11 +33309,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525280; } +.border-x-neutral-600\\/55 { + border-left-color: #5252528c; + border-right-color: #5252528c; +} + .border-x-neutral-600\\/60 { border-left-color: #52525299; border-right-color: #52525299; } +.border-x-neutral-600\\/65 { + border-left-color: #525252a6; + border-right-color: #525252a6; +} + .border-x-neutral-600\\/70 { border-left-color: #525252b3; border-right-color: #525252b3; @@ -24254,6 +33339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #525252cc; } +.border-x-neutral-600\\/85 { + border-left-color: #525252d9; + border-right-color: #525252d9; +} + .border-x-neutral-600\\/90 { border-left-color: #525252e6; border-right-color: #525252e6; @@ -24284,6 +33374,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #404040; } +.border-x-neutral-700\\/15 { + border-left-color: #40404026; + border-right-color: #40404026; +} + .border-x-neutral-700\\/20 { border-left-color: #40404033; border-right-color: #40404033; @@ -24299,11 +33394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4040404d; } +.border-x-neutral-700\\/35 { + border-left-color: #40404059; + border-right-color: #40404059; +} + .border-x-neutral-700\\/40 { border-left-color: #40404066; border-right-color: #40404066; } +.border-x-neutral-700\\/45 { + border-left-color: #40404073; + border-right-color: #40404073; +} + .border-x-neutral-700\\/5 { border-left-color: #4040400d; border-right-color: #4040400d; @@ -24314,11 +33419,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #40404080; } +.border-x-neutral-700\\/55 { + border-left-color: #4040408c; + border-right-color: #4040408c; +} + .border-x-neutral-700\\/60 { border-left-color: #40404099; border-right-color: #40404099; } +.border-x-neutral-700\\/65 { + border-left-color: #404040a6; + border-right-color: #404040a6; +} + .border-x-neutral-700\\/70 { border-left-color: #404040b3; border-right-color: #404040b3; @@ -24334,6 +33449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #404040cc; } +.border-x-neutral-700\\/85 { + border-left-color: #404040d9; + border-right-color: #404040d9; +} + .border-x-neutral-700\\/90 { border-left-color: #404040e6; border-right-color: #404040e6; @@ -24364,6 +33484,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #262626; } +.border-x-neutral-800\\/15 { + border-left-color: #26262626; + border-right-color: #26262626; +} + .border-x-neutral-800\\/20 { border-left-color: #26262633; border-right-color: #26262633; @@ -24379,11 +33504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2626264d; } +.border-x-neutral-800\\/35 { + border-left-color: #26262659; + border-right-color: #26262659; +} + .border-x-neutral-800\\/40 { border-left-color: #26262666; border-right-color: #26262666; } +.border-x-neutral-800\\/45 { + border-left-color: #26262673; + border-right-color: #26262673; +} + .border-x-neutral-800\\/5 { border-left-color: #2626260d; border-right-color: #2626260d; @@ -24394,11 +33529,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #26262680; } +.border-x-neutral-800\\/55 { + border-left-color: #2626268c; + border-right-color: #2626268c; +} + .border-x-neutral-800\\/60 { border-left-color: #26262699; border-right-color: #26262699; } +.border-x-neutral-800\\/65 { + border-left-color: #262626a6; + border-right-color: #262626a6; +} + .border-x-neutral-800\\/70 { border-left-color: #262626b3; border-right-color: #262626b3; @@ -24414,6 +33559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #262626cc; } +.border-x-neutral-800\\/85 { + border-left-color: #262626d9; + border-right-color: #262626d9; +} + .border-x-neutral-800\\/90 { border-left-color: #262626e6; border-right-color: #262626e6; @@ -24444,6 +33594,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #171717; } +.border-x-neutral-900\\/15 { + border-left-color: #17171726; + border-right-color: #17171726; +} + .border-x-neutral-900\\/20 { border-left-color: #17171733; border-right-color: #17171733; @@ -24459,11 +33614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1717174d; } +.border-x-neutral-900\\/35 { + border-left-color: #17171759; + border-right-color: #17171759; +} + .border-x-neutral-900\\/40 { border-left-color: #17171766; border-right-color: #17171766; } +.border-x-neutral-900\\/45 { + border-left-color: #17171773; + border-right-color: #17171773; +} + .border-x-neutral-900\\/5 { border-left-color: #1717170d; border-right-color: #1717170d; @@ -24474,11 +33639,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #17171780; } +.border-x-neutral-900\\/55 { + border-left-color: #1717178c; + border-right-color: #1717178c; +} + .border-x-neutral-900\\/60 { border-left-color: #17171799; border-right-color: #17171799; } +.border-x-neutral-900\\/65 { + border-left-color: #171717a6; + border-right-color: #171717a6; +} + .border-x-neutral-900\\/70 { border-left-color: #171717b3; border-right-color: #171717b3; @@ -24494,6 +33669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #171717cc; } +.border-x-neutral-900\\/85 { + border-left-color: #171717d9; + border-right-color: #171717d9; +} + .border-x-neutral-900\\/90 { border-left-color: #171717e6; border-right-color: #171717e6; @@ -24524,6 +33704,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0a; } +.border-x-neutral-950\\/15 { + border-left-color: #0a0a0a26; + border-right-color: #0a0a0a26; +} + .border-x-neutral-950\\/20 { border-left-color: #0a0a0a33; border-right-color: #0a0a0a33; @@ -24539,11 +33724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0a4d; } +.border-x-neutral-950\\/35 { + border-left-color: #0a0a0a59; + border-right-color: #0a0a0a59; +} + .border-x-neutral-950\\/40 { border-left-color: #0a0a0a66; border-right-color: #0a0a0a66; } +.border-x-neutral-950\\/45 { + border-left-color: #0a0a0a73; + border-right-color: #0a0a0a73; +} + .border-x-neutral-950\\/5 { border-left-color: #0a0a0a0d; border-right-color: #0a0a0a0d; @@ -24554,11 +33749,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0a80; } +.border-x-neutral-950\\/55 { + border-left-color: #0a0a0a8c; + border-right-color: #0a0a0a8c; +} + .border-x-neutral-950\\/60 { border-left-color: #0a0a0a99; border-right-color: #0a0a0a99; } +.border-x-neutral-950\\/65 { + border-left-color: #0a0a0aa6; + border-right-color: #0a0a0aa6; +} + .border-x-neutral-950\\/70 { border-left-color: #0a0a0ab3; border-right-color: #0a0a0ab3; @@ -24574,6 +33779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0acc; } +.border-x-neutral-950\\/85 { + border-left-color: #0a0a0ad9; + border-right-color: #0a0a0ad9; +} + .border-x-neutral-950\\/90 { border-left-color: #0a0a0ae6; border-right-color: #0a0a0ae6; @@ -24604,6 +33814,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd5; } +.border-x-orange-100\\/15 { + border-left-color: #ffedd526; + border-right-color: #ffedd526; +} + .border-x-orange-100\\/20 { border-left-color: #ffedd533; border-right-color: #ffedd533; @@ -24619,11 +33834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd54d; } +.border-x-orange-100\\/35 { + border-left-color: #ffedd559; + border-right-color: #ffedd559; +} + .border-x-orange-100\\/40 { border-left-color: #ffedd566; border-right-color: #ffedd566; } +.border-x-orange-100\\/45 { + border-left-color: #ffedd573; + border-right-color: #ffedd573; +} + .border-x-orange-100\\/5 { border-left-color: #ffedd50d; border-right-color: #ffedd50d; @@ -24634,11 +33859,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd580; } +.border-x-orange-100\\/55 { + border-left-color: #ffedd58c; + border-right-color: #ffedd58c; +} + .border-x-orange-100\\/60 { border-left-color: #ffedd599; border-right-color: #ffedd599; } +.border-x-orange-100\\/65 { + border-left-color: #ffedd5a6; + border-right-color: #ffedd5a6; +} + .border-x-orange-100\\/70 { border-left-color: #ffedd5b3; border-right-color: #ffedd5b3; @@ -24654,6 +33889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd5cc; } +.border-x-orange-100\\/85 { + border-left-color: #ffedd5d9; + border-right-color: #ffedd5d9; +} + .border-x-orange-100\\/90 { border-left-color: #ffedd5e6; border-right-color: #ffedd5e6; @@ -24684,6 +33924,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aa; } +.border-x-orange-200\\/15 { + border-left-color: #fed7aa26; + border-right-color: #fed7aa26; +} + .border-x-orange-200\\/20 { border-left-color: #fed7aa33; border-right-color: #fed7aa33; @@ -24699,11 +33944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aa4d; } +.border-x-orange-200\\/35 { + border-left-color: #fed7aa59; + border-right-color: #fed7aa59; +} + .border-x-orange-200\\/40 { border-left-color: #fed7aa66; border-right-color: #fed7aa66; } +.border-x-orange-200\\/45 { + border-left-color: #fed7aa73; + border-right-color: #fed7aa73; +} + .border-x-orange-200\\/5 { border-left-color: #fed7aa0d; border-right-color: #fed7aa0d; @@ -24714,11 +33969,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aa80; } +.border-x-orange-200\\/55 { + border-left-color: #fed7aa8c; + border-right-color: #fed7aa8c; +} + .border-x-orange-200\\/60 { border-left-color: #fed7aa99; border-right-color: #fed7aa99; } +.border-x-orange-200\\/65 { + border-left-color: #fed7aaa6; + border-right-color: #fed7aaa6; +} + .border-x-orange-200\\/70 { border-left-color: #fed7aab3; border-right-color: #fed7aab3; @@ -24734,6 +33999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aacc; } +.border-x-orange-200\\/85 { + border-left-color: #fed7aad9; + border-right-color: #fed7aad9; +} + .border-x-orange-200\\/90 { border-left-color: #fed7aae6; border-right-color: #fed7aae6; @@ -24764,6 +34034,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba74; } +.border-x-orange-300\\/15 { + border-left-color: #fdba7426; + border-right-color: #fdba7426; +} + .border-x-orange-300\\/20 { border-left-color: #fdba7433; border-right-color: #fdba7433; @@ -24779,11 +34054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba744d; } +.border-x-orange-300\\/35 { + border-left-color: #fdba7459; + border-right-color: #fdba7459; +} + .border-x-orange-300\\/40 { border-left-color: #fdba7466; border-right-color: #fdba7466; } +.border-x-orange-300\\/45 { + border-left-color: #fdba7473; + border-right-color: #fdba7473; +} + .border-x-orange-300\\/5 { border-left-color: #fdba740d; border-right-color: #fdba740d; @@ -24794,11 +34079,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba7480; } +.border-x-orange-300\\/55 { + border-left-color: #fdba748c; + border-right-color: #fdba748c; +} + .border-x-orange-300\\/60 { border-left-color: #fdba7499; border-right-color: #fdba7499; } +.border-x-orange-300\\/65 { + border-left-color: #fdba74a6; + border-right-color: #fdba74a6; +} + .border-x-orange-300\\/70 { border-left-color: #fdba74b3; border-right-color: #fdba74b3; @@ -24814,6 +34109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba74cc; } +.border-x-orange-300\\/85 { + border-left-color: #fdba74d9; + border-right-color: #fdba74d9; +} + .border-x-orange-300\\/90 { border-left-color: #fdba74e6; border-right-color: #fdba74e6; @@ -24844,6 +34144,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923c; } +.border-x-orange-400\\/15 { + border-left-color: #fb923c26; + border-right-color: #fb923c26; +} + .border-x-orange-400\\/20 { border-left-color: #fb923c33; border-right-color: #fb923c33; @@ -24859,11 +34164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923c4d; } +.border-x-orange-400\\/35 { + border-left-color: #fb923c59; + border-right-color: #fb923c59; +} + .border-x-orange-400\\/40 { border-left-color: #fb923c66; border-right-color: #fb923c66; } +.border-x-orange-400\\/45 { + border-left-color: #fb923c73; + border-right-color: #fb923c73; +} + .border-x-orange-400\\/5 { border-left-color: #fb923c0d; border-right-color: #fb923c0d; @@ -24874,11 +34189,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923c80; } +.border-x-orange-400\\/55 { + border-left-color: #fb923c8c; + border-right-color: #fb923c8c; +} + .border-x-orange-400\\/60 { border-left-color: #fb923c99; border-right-color: #fb923c99; } +.border-x-orange-400\\/65 { + border-left-color: #fb923ca6; + border-right-color: #fb923ca6; +} + .border-x-orange-400\\/70 { border-left-color: #fb923cb3; border-right-color: #fb923cb3; @@ -24894,6 +34219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923ccc; } +.border-x-orange-400\\/85 { + border-left-color: #fb923cd9; + border-right-color: #fb923cd9; +} + .border-x-orange-400\\/90 { border-left-color: #fb923ce6; border-right-color: #fb923ce6; @@ -24924,6 +34254,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7ed; } +.border-x-orange-50\\/15 { + border-left-color: #fff7ed26; + border-right-color: #fff7ed26; +} + .border-x-orange-50\\/20 { border-left-color: #fff7ed33; border-right-color: #fff7ed33; @@ -24939,11 +34274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7ed4d; } +.border-x-orange-50\\/35 { + border-left-color: #fff7ed59; + border-right-color: #fff7ed59; +} + .border-x-orange-50\\/40 { border-left-color: #fff7ed66; border-right-color: #fff7ed66; } +.border-x-orange-50\\/45 { + border-left-color: #fff7ed73; + border-right-color: #fff7ed73; +} + .border-x-orange-50\\/5 { border-left-color: #fff7ed0d; border-right-color: #fff7ed0d; @@ -24954,11 +34299,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7ed80; } +.border-x-orange-50\\/55 { + border-left-color: #fff7ed8c; + border-right-color: #fff7ed8c; +} + .border-x-orange-50\\/60 { border-left-color: #fff7ed99; border-right-color: #fff7ed99; } +.border-x-orange-50\\/65 { + border-left-color: #fff7eda6; + border-right-color: #fff7eda6; +} + .border-x-orange-50\\/70 { border-left-color: #fff7edb3; border-right-color: #fff7edb3; @@ -24974,6 +34329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7edcc; } +.border-x-orange-50\\/85 { + border-left-color: #fff7edd9; + border-right-color: #fff7edd9; +} + .border-x-orange-50\\/90 { border-left-color: #fff7ede6; border-right-color: #fff7ede6; @@ -25004,6 +34364,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f97316; } +.border-x-orange-500\\/15 { + border-left-color: #f9731626; + border-right-color: #f9731626; +} + .border-x-orange-500\\/20 { border-left-color: #f9731633; border-right-color: #f9731633; @@ -25019,11 +34384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f973164d; } +.border-x-orange-500\\/35 { + border-left-color: #f9731659; + border-right-color: #f9731659; +} + .border-x-orange-500\\/40 { border-left-color: #f9731666; border-right-color: #f9731666; } +.border-x-orange-500\\/45 { + border-left-color: #f9731673; + border-right-color: #f9731673; +} + .border-x-orange-500\\/5 { border-left-color: #f973160d; border-right-color: #f973160d; @@ -25034,11 +34409,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9731680; } +.border-x-orange-500\\/55 { + border-left-color: #f973168c; + border-right-color: #f973168c; +} + .border-x-orange-500\\/60 { border-left-color: #f9731699; border-right-color: #f9731699; } +.border-x-orange-500\\/65 { + border-left-color: #f97316a6; + border-right-color: #f97316a6; +} + .border-x-orange-500\\/70 { border-left-color: #f97316b3; border-right-color: #f97316b3; @@ -25054,6 +34439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f97316cc; } +.border-x-orange-500\\/85 { + border-left-color: #f97316d9; + border-right-color: #f97316d9; +} + .border-x-orange-500\\/90 { border-left-color: #f97316e6; border-right-color: #f97316e6; @@ -25084,6 +34474,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580c; } +.border-x-orange-600\\/15 { + border-left-color: #ea580c26; + border-right-color: #ea580c26; +} + .border-x-orange-600\\/20 { border-left-color: #ea580c33; border-right-color: #ea580c33; @@ -25099,11 +34494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580c4d; } +.border-x-orange-600\\/35 { + border-left-color: #ea580c59; + border-right-color: #ea580c59; +} + .border-x-orange-600\\/40 { border-left-color: #ea580c66; border-right-color: #ea580c66; } +.border-x-orange-600\\/45 { + border-left-color: #ea580c73; + border-right-color: #ea580c73; +} + .border-x-orange-600\\/5 { border-left-color: #ea580c0d; border-right-color: #ea580c0d; @@ -25114,11 +34519,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580c80; } +.border-x-orange-600\\/55 { + border-left-color: #ea580c8c; + border-right-color: #ea580c8c; +} + .border-x-orange-600\\/60 { border-left-color: #ea580c99; border-right-color: #ea580c99; } +.border-x-orange-600\\/65 { + border-left-color: #ea580ca6; + border-right-color: #ea580ca6; +} + .border-x-orange-600\\/70 { border-left-color: #ea580cb3; border-right-color: #ea580cb3; @@ -25134,6 +34549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580ccc; } +.border-x-orange-600\\/85 { + border-left-color: #ea580cd9; + border-right-color: #ea580cd9; +} + .border-x-orange-600\\/90 { border-left-color: #ea580ce6; border-right-color: #ea580ce6; @@ -25164,6 +34584,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410c; } +.border-x-orange-700\\/15 { + border-left-color: #c2410c26; + border-right-color: #c2410c26; +} + .border-x-orange-700\\/20 { border-left-color: #c2410c33; border-right-color: #c2410c33; @@ -25179,11 +34604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410c4d; } +.border-x-orange-700\\/35 { + border-left-color: #c2410c59; + border-right-color: #c2410c59; +} + .border-x-orange-700\\/40 { border-left-color: #c2410c66; border-right-color: #c2410c66; } +.border-x-orange-700\\/45 { + border-left-color: #c2410c73; + border-right-color: #c2410c73; +} + .border-x-orange-700\\/5 { border-left-color: #c2410c0d; border-right-color: #c2410c0d; @@ -25194,11 +34629,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410c80; } +.border-x-orange-700\\/55 { + border-left-color: #c2410c8c; + border-right-color: #c2410c8c; +} + .border-x-orange-700\\/60 { border-left-color: #c2410c99; border-right-color: #c2410c99; } +.border-x-orange-700\\/65 { + border-left-color: #c2410ca6; + border-right-color: #c2410ca6; +} + .border-x-orange-700\\/70 { border-left-color: #c2410cb3; border-right-color: #c2410cb3; @@ -25214,6 +34659,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410ccc; } +.border-x-orange-700\\/85 { + border-left-color: #c2410cd9; + border-right-color: #c2410cd9; +} + .border-x-orange-700\\/90 { border-left-color: #c2410ce6; border-right-color: #c2410ce6; @@ -25244,6 +34694,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a3412; } +.border-x-orange-800\\/15 { + border-left-color: #9a341226; + border-right-color: #9a341226; +} + .border-x-orange-800\\/20 { border-left-color: #9a341233; border-right-color: #9a341233; @@ -25259,11 +34714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a34124d; } +.border-x-orange-800\\/35 { + border-left-color: #9a341259; + border-right-color: #9a341259; +} + .border-x-orange-800\\/40 { border-left-color: #9a341266; border-right-color: #9a341266; } +.border-x-orange-800\\/45 { + border-left-color: #9a341273; + border-right-color: #9a341273; +} + .border-x-orange-800\\/5 { border-left-color: #9a34120d; border-right-color: #9a34120d; @@ -25274,11 +34739,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a341280; } +.border-x-orange-800\\/55 { + border-left-color: #9a34128c; + border-right-color: #9a34128c; +} + .border-x-orange-800\\/60 { border-left-color: #9a341299; border-right-color: #9a341299; } +.border-x-orange-800\\/65 { + border-left-color: #9a3412a6; + border-right-color: #9a3412a6; +} + .border-x-orange-800\\/70 { border-left-color: #9a3412b3; border-right-color: #9a3412b3; @@ -25294,6 +34769,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a3412cc; } +.border-x-orange-800\\/85 { + border-left-color: #9a3412d9; + border-right-color: #9a3412d9; +} + .border-x-orange-800\\/90 { border-left-color: #9a3412e6; border-right-color: #9a3412e6; @@ -25324,6 +34804,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d12; } +.border-x-orange-900\\/15 { + border-left-color: #7c2d1226; + border-right-color: #7c2d1226; +} + .border-x-orange-900\\/20 { border-left-color: #7c2d1233; border-right-color: #7c2d1233; @@ -25339,11 +34824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d124d; } +.border-x-orange-900\\/35 { + border-left-color: #7c2d1259; + border-right-color: #7c2d1259; +} + .border-x-orange-900\\/40 { border-left-color: #7c2d1266; border-right-color: #7c2d1266; } +.border-x-orange-900\\/45 { + border-left-color: #7c2d1273; + border-right-color: #7c2d1273; +} + .border-x-orange-900\\/5 { border-left-color: #7c2d120d; border-right-color: #7c2d120d; @@ -25354,11 +34849,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d1280; } +.border-x-orange-900\\/55 { + border-left-color: #7c2d128c; + border-right-color: #7c2d128c; +} + .border-x-orange-900\\/60 { border-left-color: #7c2d1299; border-right-color: #7c2d1299; } +.border-x-orange-900\\/65 { + border-left-color: #7c2d12a6; + border-right-color: #7c2d12a6; +} + .border-x-orange-900\\/70 { border-left-color: #7c2d12b3; border-right-color: #7c2d12b3; @@ -25374,6 +34879,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d12cc; } +.border-x-orange-900\\/85 { + border-left-color: #7c2d12d9; + border-right-color: #7c2d12d9; +} + .border-x-orange-900\\/90 { border-left-color: #7c2d12e6; border-right-color: #7c2d12e6; @@ -25404,6 +34914,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #431407; } +.border-x-orange-950\\/15 { + border-left-color: #43140726; + border-right-color: #43140726; +} + .border-x-orange-950\\/20 { border-left-color: #43140733; border-right-color: #43140733; @@ -25419,11 +34934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4314074d; } +.border-x-orange-950\\/35 { + border-left-color: #43140759; + border-right-color: #43140759; +} + .border-x-orange-950\\/40 { border-left-color: #43140766; border-right-color: #43140766; } +.border-x-orange-950\\/45 { + border-left-color: #43140773; + border-right-color: #43140773; +} + .border-x-orange-950\\/5 { border-left-color: #4314070d; border-right-color: #4314070d; @@ -25434,11 +34959,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #43140780; } +.border-x-orange-950\\/55 { + border-left-color: #4314078c; + border-right-color: #4314078c; +} + .border-x-orange-950\\/60 { border-left-color: #43140799; border-right-color: #43140799; } +.border-x-orange-950\\/65 { + border-left-color: #431407a6; + border-right-color: #431407a6; +} + .border-x-orange-950\\/70 { border-left-color: #431407b3; border-right-color: #431407b3; @@ -25454,6 +34989,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #431407cc; } +.border-x-orange-950\\/85 { + border-left-color: #431407d9; + border-right-color: #431407d9; +} + .border-x-orange-950\\/90 { border-left-color: #431407e6; border-right-color: #431407e6; @@ -25484,6 +35024,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f3; } +.border-x-pink-100\\/15 { + border-left-color: #fce7f326; + border-right-color: #fce7f326; +} + .border-x-pink-100\\/20 { border-left-color: #fce7f333; border-right-color: #fce7f333; @@ -25499,11 +35044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f34d; } +.border-x-pink-100\\/35 { + border-left-color: #fce7f359; + border-right-color: #fce7f359; +} + .border-x-pink-100\\/40 { border-left-color: #fce7f366; border-right-color: #fce7f366; } +.border-x-pink-100\\/45 { + border-left-color: #fce7f373; + border-right-color: #fce7f373; +} + .border-x-pink-100\\/5 { border-left-color: #fce7f30d; border-right-color: #fce7f30d; @@ -25514,11 +35069,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f380; } +.border-x-pink-100\\/55 { + border-left-color: #fce7f38c; + border-right-color: #fce7f38c; +} + .border-x-pink-100\\/60 { border-left-color: #fce7f399; border-right-color: #fce7f399; } +.border-x-pink-100\\/65 { + border-left-color: #fce7f3a6; + border-right-color: #fce7f3a6; +} + .border-x-pink-100\\/70 { border-left-color: #fce7f3b3; border-right-color: #fce7f3b3; @@ -25534,6 +35099,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f3cc; } +.border-x-pink-100\\/85 { + border-left-color: #fce7f3d9; + border-right-color: #fce7f3d9; +} + .border-x-pink-100\\/90 { border-left-color: #fce7f3e6; border-right-color: #fce7f3e6; @@ -25564,6 +35134,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe8; } +.border-x-pink-200\\/15 { + border-left-color: #fbcfe826; + border-right-color: #fbcfe826; +} + .border-x-pink-200\\/20 { border-left-color: #fbcfe833; border-right-color: #fbcfe833; @@ -25579,11 +35154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe84d; } +.border-x-pink-200\\/35 { + border-left-color: #fbcfe859; + border-right-color: #fbcfe859; +} + .border-x-pink-200\\/40 { border-left-color: #fbcfe866; border-right-color: #fbcfe866; } +.border-x-pink-200\\/45 { + border-left-color: #fbcfe873; + border-right-color: #fbcfe873; +} + .border-x-pink-200\\/5 { border-left-color: #fbcfe80d; border-right-color: #fbcfe80d; @@ -25594,11 +35179,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe880; } +.border-x-pink-200\\/55 { + border-left-color: #fbcfe88c; + border-right-color: #fbcfe88c; +} + .border-x-pink-200\\/60 { border-left-color: #fbcfe899; border-right-color: #fbcfe899; } +.border-x-pink-200\\/65 { + border-left-color: #fbcfe8a6; + border-right-color: #fbcfe8a6; +} + .border-x-pink-200\\/70 { border-left-color: #fbcfe8b3; border-right-color: #fbcfe8b3; @@ -25614,6 +35209,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe8cc; } +.border-x-pink-200\\/85 { + border-left-color: #fbcfe8d9; + border-right-color: #fbcfe8d9; +} + .border-x-pink-200\\/90 { border-left-color: #fbcfe8e6; border-right-color: #fbcfe8e6; @@ -25644,6 +35244,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d4; } +.border-x-pink-300\\/15 { + border-left-color: #f9a8d426; + border-right-color: #f9a8d426; +} + .border-x-pink-300\\/20 { border-left-color: #f9a8d433; border-right-color: #f9a8d433; @@ -25659,11 +35264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d44d; } +.border-x-pink-300\\/35 { + border-left-color: #f9a8d459; + border-right-color: #f9a8d459; +} + .border-x-pink-300\\/40 { border-left-color: #f9a8d466; border-right-color: #f9a8d466; } +.border-x-pink-300\\/45 { + border-left-color: #f9a8d473; + border-right-color: #f9a8d473; +} + .border-x-pink-300\\/5 { border-left-color: #f9a8d40d; border-right-color: #f9a8d40d; @@ -25674,11 +35289,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d480; } +.border-x-pink-300\\/55 { + border-left-color: #f9a8d48c; + border-right-color: #f9a8d48c; +} + .border-x-pink-300\\/60 { border-left-color: #f9a8d499; border-right-color: #f9a8d499; } +.border-x-pink-300\\/65 { + border-left-color: #f9a8d4a6; + border-right-color: #f9a8d4a6; +} + .border-x-pink-300\\/70 { border-left-color: #f9a8d4b3; border-right-color: #f9a8d4b3; @@ -25694,6 +35319,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d4cc; } +.border-x-pink-300\\/85 { + border-left-color: #f9a8d4d9; + border-right-color: #f9a8d4d9; +} + .border-x-pink-300\\/90 { border-left-color: #f9a8d4e6; border-right-color: #f9a8d4e6; @@ -25724,6 +35354,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b6; } +.border-x-pink-400\\/15 { + border-left-color: #f472b626; + border-right-color: #f472b626; +} + .border-x-pink-400\\/20 { border-left-color: #f472b633; border-right-color: #f472b633; @@ -25739,11 +35374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b64d; } +.border-x-pink-400\\/35 { + border-left-color: #f472b659; + border-right-color: #f472b659; +} + .border-x-pink-400\\/40 { border-left-color: #f472b666; border-right-color: #f472b666; } +.border-x-pink-400\\/45 { + border-left-color: #f472b673; + border-right-color: #f472b673; +} + .border-x-pink-400\\/5 { border-left-color: #f472b60d; border-right-color: #f472b60d; @@ -25754,11 +35399,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b680; } +.border-x-pink-400\\/55 { + border-left-color: #f472b68c; + border-right-color: #f472b68c; +} + .border-x-pink-400\\/60 { border-left-color: #f472b699; border-right-color: #f472b699; } +.border-x-pink-400\\/65 { + border-left-color: #f472b6a6; + border-right-color: #f472b6a6; +} + .border-x-pink-400\\/70 { border-left-color: #f472b6b3; border-right-color: #f472b6b3; @@ -25774,6 +35429,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b6cc; } +.border-x-pink-400\\/85 { + border-left-color: #f472b6d9; + border-right-color: #f472b6d9; +} + .border-x-pink-400\\/90 { border-left-color: #f472b6e6; border-right-color: #f472b6e6; @@ -25804,6 +35464,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f8; } +.border-x-pink-50\\/15 { + border-left-color: #fdf2f826; + border-right-color: #fdf2f826; +} + .border-x-pink-50\\/20 { border-left-color: #fdf2f833; border-right-color: #fdf2f833; @@ -25819,11 +35484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f84d; } +.border-x-pink-50\\/35 { + border-left-color: #fdf2f859; + border-right-color: #fdf2f859; +} + .border-x-pink-50\\/40 { border-left-color: #fdf2f866; border-right-color: #fdf2f866; } +.border-x-pink-50\\/45 { + border-left-color: #fdf2f873; + border-right-color: #fdf2f873; +} + .border-x-pink-50\\/5 { border-left-color: #fdf2f80d; border-right-color: #fdf2f80d; @@ -25834,11 +35509,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f880; } +.border-x-pink-50\\/55 { + border-left-color: #fdf2f88c; + border-right-color: #fdf2f88c; +} + .border-x-pink-50\\/60 { border-left-color: #fdf2f899; border-right-color: #fdf2f899; } +.border-x-pink-50\\/65 { + border-left-color: #fdf2f8a6; + border-right-color: #fdf2f8a6; +} + .border-x-pink-50\\/70 { border-left-color: #fdf2f8b3; border-right-color: #fdf2f8b3; @@ -25854,6 +35539,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f8cc; } +.border-x-pink-50\\/85 { + border-left-color: #fdf2f8d9; + border-right-color: #fdf2f8d9; +} + .border-x-pink-50\\/90 { border-left-color: #fdf2f8e6; border-right-color: #fdf2f8e6; @@ -25884,6 +35574,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec4899; } +.border-x-pink-500\\/15 { + border-left-color: #ec489926; + border-right-color: #ec489926; +} + .border-x-pink-500\\/20 { border-left-color: #ec489933; border-right-color: #ec489933; @@ -25899,11 +35594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec48994d; } +.border-x-pink-500\\/35 { + border-left-color: #ec489959; + border-right-color: #ec489959; +} + .border-x-pink-500\\/40 { border-left-color: #ec489966; border-right-color: #ec489966; } +.border-x-pink-500\\/45 { + border-left-color: #ec489973; + border-right-color: #ec489973; +} + .border-x-pink-500\\/5 { border-left-color: #ec48990d; border-right-color: #ec48990d; @@ -25914,11 +35619,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec489980; } +.border-x-pink-500\\/55 { + border-left-color: #ec48998c; + border-right-color: #ec48998c; +} + .border-x-pink-500\\/60 { border-left-color: #ec489999; border-right-color: #ec489999; } +.border-x-pink-500\\/65 { + border-left-color: #ec4899a6; + border-right-color: #ec4899a6; +} + .border-x-pink-500\\/70 { border-left-color: #ec4899b3; border-right-color: #ec4899b3; @@ -25934,6 +35649,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec4899cc; } +.border-x-pink-500\\/85 { + border-left-color: #ec4899d9; + border-right-color: #ec4899d9; +} + .border-x-pink-500\\/90 { border-left-color: #ec4899e6; border-right-color: #ec4899e6; @@ -25964,6 +35684,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db2777; } +.border-x-pink-600\\/15 { + border-left-color: #db277726; + border-right-color: #db277726; +} + .border-x-pink-600\\/20 { border-left-color: #db277733; border-right-color: #db277733; @@ -25979,11 +35704,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db27774d; } +.border-x-pink-600\\/35 { + border-left-color: #db277759; + border-right-color: #db277759; +} + .border-x-pink-600\\/40 { border-left-color: #db277766; border-right-color: #db277766; } +.border-x-pink-600\\/45 { + border-left-color: #db277773; + border-right-color: #db277773; +} + .border-x-pink-600\\/5 { border-left-color: #db27770d; border-right-color: #db27770d; @@ -25994,11 +35729,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db277780; } +.border-x-pink-600\\/55 { + border-left-color: #db27778c; + border-right-color: #db27778c; +} + .border-x-pink-600\\/60 { border-left-color: #db277799; border-right-color: #db277799; } +.border-x-pink-600\\/65 { + border-left-color: #db2777a6; + border-right-color: #db2777a6; +} + .border-x-pink-600\\/70 { border-left-color: #db2777b3; border-right-color: #db2777b3; @@ -26014,6 +35759,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db2777cc; } +.border-x-pink-600\\/85 { + border-left-color: #db2777d9; + border-right-color: #db2777d9; +} + .border-x-pink-600\\/90 { border-left-color: #db2777e6; border-right-color: #db2777e6; @@ -26044,6 +35794,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185d; } +.border-x-pink-700\\/15 { + border-left-color: #be185d26; + border-right-color: #be185d26; +} + .border-x-pink-700\\/20 { border-left-color: #be185d33; border-right-color: #be185d33; @@ -26059,11 +35814,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185d4d; } +.border-x-pink-700\\/35 { + border-left-color: #be185d59; + border-right-color: #be185d59; +} + .border-x-pink-700\\/40 { border-left-color: #be185d66; border-right-color: #be185d66; } +.border-x-pink-700\\/45 { + border-left-color: #be185d73; + border-right-color: #be185d73; +} + .border-x-pink-700\\/5 { border-left-color: #be185d0d; border-right-color: #be185d0d; @@ -26074,11 +35839,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185d80; } +.border-x-pink-700\\/55 { + border-left-color: #be185d8c; + border-right-color: #be185d8c; +} + .border-x-pink-700\\/60 { border-left-color: #be185d99; border-right-color: #be185d99; } +.border-x-pink-700\\/65 { + border-left-color: #be185da6; + border-right-color: #be185da6; +} + .border-x-pink-700\\/70 { border-left-color: #be185db3; border-right-color: #be185db3; @@ -26094,6 +35869,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185dcc; } +.border-x-pink-700\\/85 { + border-left-color: #be185dd9; + border-right-color: #be185dd9; +} + .border-x-pink-700\\/90 { border-left-color: #be185de6; border-right-color: #be185de6; @@ -26124,6 +35904,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174d; } +.border-x-pink-800\\/15 { + border-left-color: #9d174d26; + border-right-color: #9d174d26; +} + .border-x-pink-800\\/20 { border-left-color: #9d174d33; border-right-color: #9d174d33; @@ -26139,11 +35924,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174d4d; } +.border-x-pink-800\\/35 { + border-left-color: #9d174d59; + border-right-color: #9d174d59; +} + .border-x-pink-800\\/40 { border-left-color: #9d174d66; border-right-color: #9d174d66; } +.border-x-pink-800\\/45 { + border-left-color: #9d174d73; + border-right-color: #9d174d73; +} + .border-x-pink-800\\/5 { border-left-color: #9d174d0d; border-right-color: #9d174d0d; @@ -26154,11 +35949,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174d80; } +.border-x-pink-800\\/55 { + border-left-color: #9d174d8c; + border-right-color: #9d174d8c; +} + .border-x-pink-800\\/60 { border-left-color: #9d174d99; border-right-color: #9d174d99; } +.border-x-pink-800\\/65 { + border-left-color: #9d174da6; + border-right-color: #9d174da6; +} + .border-x-pink-800\\/70 { border-left-color: #9d174db3; border-right-color: #9d174db3; @@ -26174,6 +35979,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174dcc; } +.border-x-pink-800\\/85 { + border-left-color: #9d174dd9; + border-right-color: #9d174dd9; +} + .border-x-pink-800\\/90 { border-left-color: #9d174de6; border-right-color: #9d174de6; @@ -26204,6 +36014,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #831843; } +.border-x-pink-900\\/15 { + border-left-color: #83184326; + border-right-color: #83184326; +} + .border-x-pink-900\\/20 { border-left-color: #83184333; border-right-color: #83184333; @@ -26219,11 +36034,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8318434d; } +.border-x-pink-900\\/35 { + border-left-color: #83184359; + border-right-color: #83184359; +} + .border-x-pink-900\\/40 { border-left-color: #83184366; border-right-color: #83184366; } +.border-x-pink-900\\/45 { + border-left-color: #83184373; + border-right-color: #83184373; +} + .border-x-pink-900\\/5 { border-left-color: #8318430d; border-right-color: #8318430d; @@ -26234,11 +36059,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #83184380; } +.border-x-pink-900\\/55 { + border-left-color: #8318438c; + border-right-color: #8318438c; +} + .border-x-pink-900\\/60 { border-left-color: #83184399; border-right-color: #83184399; } +.border-x-pink-900\\/65 { + border-left-color: #831843a6; + border-right-color: #831843a6; +} + .border-x-pink-900\\/70 { border-left-color: #831843b3; border-right-color: #831843b3; @@ -26254,6 +36089,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #831843cc; } +.border-x-pink-900\\/85 { + border-left-color: #831843d9; + border-right-color: #831843d9; +} + .border-x-pink-900\\/90 { border-left-color: #831843e6; border-right-color: #831843e6; @@ -26284,6 +36124,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #500724; } +.border-x-pink-950\\/15 { + border-left-color: #50072426; + border-right-color: #50072426; +} + .border-x-pink-950\\/20 { border-left-color: #50072433; border-right-color: #50072433; @@ -26299,11 +36144,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5007244d; } +.border-x-pink-950\\/35 { + border-left-color: #50072459; + border-right-color: #50072459; +} + .border-x-pink-950\\/40 { border-left-color: #50072466; border-right-color: #50072466; } +.border-x-pink-950\\/45 { + border-left-color: #50072473; + border-right-color: #50072473; +} + .border-x-pink-950\\/5 { border-left-color: #5007240d; border-right-color: #5007240d; @@ -26314,11 +36169,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #50072480; } +.border-x-pink-950\\/55 { + border-left-color: #5007248c; + border-right-color: #5007248c; +} + .border-x-pink-950\\/60 { border-left-color: #50072499; border-right-color: #50072499; } +.border-x-pink-950\\/65 { + border-left-color: #500724a6; + border-right-color: #500724a6; +} + .border-x-pink-950\\/70 { border-left-color: #500724b3; border-right-color: #500724b3; @@ -26334,6 +36199,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #500724cc; } +.border-x-pink-950\\/85 { + border-left-color: #500724d9; + border-right-color: #500724d9; +} + .border-x-pink-950\\/90 { border-left-color: #500724e6; border-right-color: #500724e6; @@ -26364,6 +36234,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ff; } +.border-x-purple-100\\/15 { + border-left-color: #f3e8ff26; + border-right-color: #f3e8ff26; +} + .border-x-purple-100\\/20 { border-left-color: #f3e8ff33; border-right-color: #f3e8ff33; @@ -26379,11 +36254,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ff4d; } +.border-x-purple-100\\/35 { + border-left-color: #f3e8ff59; + border-right-color: #f3e8ff59; +} + .border-x-purple-100\\/40 { border-left-color: #f3e8ff66; border-right-color: #f3e8ff66; } +.border-x-purple-100\\/45 { + border-left-color: #f3e8ff73; + border-right-color: #f3e8ff73; +} + .border-x-purple-100\\/5 { border-left-color: #f3e8ff0d; border-right-color: #f3e8ff0d; @@ -26394,11 +36279,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ff80; } +.border-x-purple-100\\/55 { + border-left-color: #f3e8ff8c; + border-right-color: #f3e8ff8c; +} + .border-x-purple-100\\/60 { border-left-color: #f3e8ff99; border-right-color: #f3e8ff99; } +.border-x-purple-100\\/65 { + border-left-color: #f3e8ffa6; + border-right-color: #f3e8ffa6; +} + .border-x-purple-100\\/70 { border-left-color: #f3e8ffb3; border-right-color: #f3e8ffb3; @@ -26414,6 +36309,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ffcc; } +.border-x-purple-100\\/85 { + border-left-color: #f3e8ffd9; + border-right-color: #f3e8ffd9; +} + .border-x-purple-100\\/90 { border-left-color: #f3e8ffe6; border-right-color: #f3e8ffe6; @@ -26444,6 +36344,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ff; } +.border-x-purple-200\\/15 { + border-left-color: #e9d5ff26; + border-right-color: #e9d5ff26; +} + .border-x-purple-200\\/20 { border-left-color: #e9d5ff33; border-right-color: #e9d5ff33; @@ -26459,11 +36364,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ff4d; } +.border-x-purple-200\\/35 { + border-left-color: #e9d5ff59; + border-right-color: #e9d5ff59; +} + .border-x-purple-200\\/40 { border-left-color: #e9d5ff66; border-right-color: #e9d5ff66; } +.border-x-purple-200\\/45 { + border-left-color: #e9d5ff73; + border-right-color: #e9d5ff73; +} + .border-x-purple-200\\/5 { border-left-color: #e9d5ff0d; border-right-color: #e9d5ff0d; @@ -26474,11 +36389,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ff80; } +.border-x-purple-200\\/55 { + border-left-color: #e9d5ff8c; + border-right-color: #e9d5ff8c; +} + .border-x-purple-200\\/60 { border-left-color: #e9d5ff99; border-right-color: #e9d5ff99; } +.border-x-purple-200\\/65 { + border-left-color: #e9d5ffa6; + border-right-color: #e9d5ffa6; +} + .border-x-purple-200\\/70 { border-left-color: #e9d5ffb3; border-right-color: #e9d5ffb3; @@ -26494,6 +36419,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ffcc; } +.border-x-purple-200\\/85 { + border-left-color: #e9d5ffd9; + border-right-color: #e9d5ffd9; +} + .border-x-purple-200\\/90 { border-left-color: #e9d5ffe6; border-right-color: #e9d5ffe6; @@ -26524,6 +36454,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fe; } +.border-x-purple-300\\/15 { + border-left-color: #d8b4fe26; + border-right-color: #d8b4fe26; +} + .border-x-purple-300\\/20 { border-left-color: #d8b4fe33; border-right-color: #d8b4fe33; @@ -26539,11 +36474,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fe4d; } +.border-x-purple-300\\/35 { + border-left-color: #d8b4fe59; + border-right-color: #d8b4fe59; +} + .border-x-purple-300\\/40 { border-left-color: #d8b4fe66; border-right-color: #d8b4fe66; } +.border-x-purple-300\\/45 { + border-left-color: #d8b4fe73; + border-right-color: #d8b4fe73; +} + .border-x-purple-300\\/5 { border-left-color: #d8b4fe0d; border-right-color: #d8b4fe0d; @@ -26554,11 +36499,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fe80; } +.border-x-purple-300\\/55 { + border-left-color: #d8b4fe8c; + border-right-color: #d8b4fe8c; +} + .border-x-purple-300\\/60 { border-left-color: #d8b4fe99; border-right-color: #d8b4fe99; } +.border-x-purple-300\\/65 { + border-left-color: #d8b4fea6; + border-right-color: #d8b4fea6; +} + .border-x-purple-300\\/70 { border-left-color: #d8b4feb3; border-right-color: #d8b4feb3; @@ -26574,6 +36529,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fecc; } +.border-x-purple-300\\/85 { + border-left-color: #d8b4fed9; + border-right-color: #d8b4fed9; +} + .border-x-purple-300\\/90 { border-left-color: #d8b4fee6; border-right-color: #d8b4fee6; @@ -26604,6 +36564,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fc; } +.border-x-purple-400\\/15 { + border-left-color: #c084fc26; + border-right-color: #c084fc26; +} + .border-x-purple-400\\/20 { border-left-color: #c084fc33; border-right-color: #c084fc33; @@ -26619,11 +36584,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fc4d; } +.border-x-purple-400\\/35 { + border-left-color: #c084fc59; + border-right-color: #c084fc59; +} + .border-x-purple-400\\/40 { border-left-color: #c084fc66; border-right-color: #c084fc66; } +.border-x-purple-400\\/45 { + border-left-color: #c084fc73; + border-right-color: #c084fc73; +} + .border-x-purple-400\\/5 { border-left-color: #c084fc0d; border-right-color: #c084fc0d; @@ -26634,11 +36609,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fc80; } +.border-x-purple-400\\/55 { + border-left-color: #c084fc8c; + border-right-color: #c084fc8c; +} + .border-x-purple-400\\/60 { border-left-color: #c084fc99; border-right-color: #c084fc99; } +.border-x-purple-400\\/65 { + border-left-color: #c084fca6; + border-right-color: #c084fca6; +} + .border-x-purple-400\\/70 { border-left-color: #c084fcb3; border-right-color: #c084fcb3; @@ -26654,6 +36639,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fccc; } +.border-x-purple-400\\/85 { + border-left-color: #c084fcd9; + border-right-color: #c084fcd9; +} + .border-x-purple-400\\/90 { border-left-color: #c084fce6; border-right-color: #c084fce6; @@ -26684,6 +36674,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ff; } +.border-x-purple-50\\/15 { + border-left-color: #faf5ff26; + border-right-color: #faf5ff26; +} + .border-x-purple-50\\/20 { border-left-color: #faf5ff33; border-right-color: #faf5ff33; @@ -26699,11 +36694,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ff4d; } +.border-x-purple-50\\/35 { + border-left-color: #faf5ff59; + border-right-color: #faf5ff59; +} + .border-x-purple-50\\/40 { border-left-color: #faf5ff66; border-right-color: #faf5ff66; } +.border-x-purple-50\\/45 { + border-left-color: #faf5ff73; + border-right-color: #faf5ff73; +} + .border-x-purple-50\\/5 { border-left-color: #faf5ff0d; border-right-color: #faf5ff0d; @@ -26714,11 +36719,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ff80; } +.border-x-purple-50\\/55 { + border-left-color: #faf5ff8c; + border-right-color: #faf5ff8c; +} + .border-x-purple-50\\/60 { border-left-color: #faf5ff99; border-right-color: #faf5ff99; } +.border-x-purple-50\\/65 { + border-left-color: #faf5ffa6; + border-right-color: #faf5ffa6; +} + .border-x-purple-50\\/70 { border-left-color: #faf5ffb3; border-right-color: #faf5ffb3; @@ -26734,6 +36749,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ffcc; } +.border-x-purple-50\\/85 { + border-left-color: #faf5ffd9; + border-right-color: #faf5ffd9; +} + .border-x-purple-50\\/90 { border-left-color: #faf5ffe6; border-right-color: #faf5ffe6; @@ -26764,6 +36784,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f7; } +.border-x-purple-500\\/15 { + border-left-color: #a855f726; + border-right-color: #a855f726; +} + .border-x-purple-500\\/20 { border-left-color: #a855f733; border-right-color: #a855f733; @@ -26779,11 +36804,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f74d; } +.border-x-purple-500\\/35 { + border-left-color: #a855f759; + border-right-color: #a855f759; +} + .border-x-purple-500\\/40 { border-left-color: #a855f766; border-right-color: #a855f766; } +.border-x-purple-500\\/45 { + border-left-color: #a855f773; + border-right-color: #a855f773; +} + .border-x-purple-500\\/5 { border-left-color: #a855f70d; border-right-color: #a855f70d; @@ -26794,11 +36829,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f780; } +.border-x-purple-500\\/55 { + border-left-color: #a855f78c; + border-right-color: #a855f78c; +} + .border-x-purple-500\\/60 { border-left-color: #a855f799; border-right-color: #a855f799; } +.border-x-purple-500\\/65 { + border-left-color: #a855f7a6; + border-right-color: #a855f7a6; +} + .border-x-purple-500\\/70 { border-left-color: #a855f7b3; border-right-color: #a855f7b3; @@ -26814,6 +36859,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f7cc; } +.border-x-purple-500\\/85 { + border-left-color: #a855f7d9; + border-right-color: #a855f7d9; +} + .border-x-purple-500\\/90 { border-left-color: #a855f7e6; border-right-color: #a855f7e6; @@ -26844,6 +36894,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333ea; } +.border-x-purple-600\\/15 { + border-left-color: #9333ea26; + border-right-color: #9333ea26; +} + .border-x-purple-600\\/20 { border-left-color: #9333ea33; border-right-color: #9333ea33; @@ -26859,11 +36914,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333ea4d; } +.border-x-purple-600\\/35 { + border-left-color: #9333ea59; + border-right-color: #9333ea59; +} + .border-x-purple-600\\/40 { border-left-color: #9333ea66; border-right-color: #9333ea66; } +.border-x-purple-600\\/45 { + border-left-color: #9333ea73; + border-right-color: #9333ea73; +} + .border-x-purple-600\\/5 { border-left-color: #9333ea0d; border-right-color: #9333ea0d; @@ -26874,11 +36939,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333ea80; } +.border-x-purple-600\\/55 { + border-left-color: #9333ea8c; + border-right-color: #9333ea8c; +} + .border-x-purple-600\\/60 { border-left-color: #9333ea99; border-right-color: #9333ea99; } +.border-x-purple-600\\/65 { + border-left-color: #9333eaa6; + border-right-color: #9333eaa6; +} + .border-x-purple-600\\/70 { border-left-color: #9333eab3; border-right-color: #9333eab3; @@ -26894,6 +36969,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333eacc; } +.border-x-purple-600\\/85 { + border-left-color: #9333ead9; + border-right-color: #9333ead9; +} + .border-x-purple-600\\/90 { border-left-color: #9333eae6; border-right-color: #9333eae6; @@ -26924,6 +37004,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22ce; } +.border-x-purple-700\\/15 { + border-left-color: #7e22ce26; + border-right-color: #7e22ce26; +} + .border-x-purple-700\\/20 { border-left-color: #7e22ce33; border-right-color: #7e22ce33; @@ -26939,11 +37024,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22ce4d; } +.border-x-purple-700\\/35 { + border-left-color: #7e22ce59; + border-right-color: #7e22ce59; +} + .border-x-purple-700\\/40 { border-left-color: #7e22ce66; border-right-color: #7e22ce66; } +.border-x-purple-700\\/45 { + border-left-color: #7e22ce73; + border-right-color: #7e22ce73; +} + .border-x-purple-700\\/5 { border-left-color: #7e22ce0d; border-right-color: #7e22ce0d; @@ -26954,11 +37049,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22ce80; } +.border-x-purple-700\\/55 { + border-left-color: #7e22ce8c; + border-right-color: #7e22ce8c; +} + .border-x-purple-700\\/60 { border-left-color: #7e22ce99; border-right-color: #7e22ce99; } +.border-x-purple-700\\/65 { + border-left-color: #7e22cea6; + border-right-color: #7e22cea6; +} + .border-x-purple-700\\/70 { border-left-color: #7e22ceb3; border-right-color: #7e22ceb3; @@ -26974,6 +37079,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22cecc; } +.border-x-purple-700\\/85 { + border-left-color: #7e22ced9; + border-right-color: #7e22ced9; +} + .border-x-purple-700\\/90 { border-left-color: #7e22cee6; border-right-color: #7e22cee6; @@ -27004,6 +37114,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a8; } +.border-x-purple-800\\/15 { + border-left-color: #6b21a826; + border-right-color: #6b21a826; +} + .border-x-purple-800\\/20 { border-left-color: #6b21a833; border-right-color: #6b21a833; @@ -27019,11 +37134,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a84d; } +.border-x-purple-800\\/35 { + border-left-color: #6b21a859; + border-right-color: #6b21a859; +} + .border-x-purple-800\\/40 { border-left-color: #6b21a866; border-right-color: #6b21a866; } +.border-x-purple-800\\/45 { + border-left-color: #6b21a873; + border-right-color: #6b21a873; +} + .border-x-purple-800\\/5 { border-left-color: #6b21a80d; border-right-color: #6b21a80d; @@ -27034,11 +37159,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a880; } +.border-x-purple-800\\/55 { + border-left-color: #6b21a88c; + border-right-color: #6b21a88c; +} + .border-x-purple-800\\/60 { border-left-color: #6b21a899; border-right-color: #6b21a899; } +.border-x-purple-800\\/65 { + border-left-color: #6b21a8a6; + border-right-color: #6b21a8a6; +} + .border-x-purple-800\\/70 { border-left-color: #6b21a8b3; border-right-color: #6b21a8b3; @@ -27054,6 +37189,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a8cc; } +.border-x-purple-800\\/85 { + border-left-color: #6b21a8d9; + border-right-color: #6b21a8d9; +} + .border-x-purple-800\\/90 { border-left-color: #6b21a8e6; border-right-color: #6b21a8e6; @@ -27084,6 +37224,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c87; } +.border-x-purple-900\\/15 { + border-left-color: #581c8726; + border-right-color: #581c8726; +} + .border-x-purple-900\\/20 { border-left-color: #581c8733; border-right-color: #581c8733; @@ -27099,11 +37244,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c874d; } +.border-x-purple-900\\/35 { + border-left-color: #581c8759; + border-right-color: #581c8759; +} + .border-x-purple-900\\/40 { border-left-color: #581c8766; border-right-color: #581c8766; } +.border-x-purple-900\\/45 { + border-left-color: #581c8773; + border-right-color: #581c8773; +} + .border-x-purple-900\\/5 { border-left-color: #581c870d; border-right-color: #581c870d; @@ -27114,11 +37269,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c8780; } +.border-x-purple-900\\/55 { + border-left-color: #581c878c; + border-right-color: #581c878c; +} + .border-x-purple-900\\/60 { border-left-color: #581c8799; border-right-color: #581c8799; } +.border-x-purple-900\\/65 { + border-left-color: #581c87a6; + border-right-color: #581c87a6; +} + .border-x-purple-900\\/70 { border-left-color: #581c87b3; border-right-color: #581c87b3; @@ -27134,6 +37299,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c87cc; } +.border-x-purple-900\\/85 { + border-left-color: #581c87d9; + border-right-color: #581c87d9; +} + .border-x-purple-900\\/90 { border-left-color: #581c87e6; border-right-color: #581c87e6; @@ -27164,6 +37334,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b0764; } +.border-x-purple-950\\/15 { + border-left-color: #3b076426; + border-right-color: #3b076426; +} + .border-x-purple-950\\/20 { border-left-color: #3b076433; border-right-color: #3b076433; @@ -27179,11 +37354,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b07644d; } +.border-x-purple-950\\/35 { + border-left-color: #3b076459; + border-right-color: #3b076459; +} + .border-x-purple-950\\/40 { border-left-color: #3b076466; border-right-color: #3b076466; } +.border-x-purple-950\\/45 { + border-left-color: #3b076473; + border-right-color: #3b076473; +} + .border-x-purple-950\\/5 { border-left-color: #3b07640d; border-right-color: #3b07640d; @@ -27194,11 +37379,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b076480; } +.border-x-purple-950\\/55 { + border-left-color: #3b07648c; + border-right-color: #3b07648c; +} + .border-x-purple-950\\/60 { border-left-color: #3b076499; border-right-color: #3b076499; } +.border-x-purple-950\\/65 { + border-left-color: #3b0764a6; + border-right-color: #3b0764a6; +} + .border-x-purple-950\\/70 { border-left-color: #3b0764b3; border-right-color: #3b0764b3; @@ -27214,6 +37409,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b0764cc; } +.border-x-purple-950\\/85 { + border-left-color: #3b0764d9; + border-right-color: #3b0764d9; +} + .border-x-purple-950\\/90 { border-left-color: #3b0764e6; border-right-color: #3b0764e6; @@ -27244,6 +37444,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e2; } +.border-x-red-100\\/15 { + border-left-color: #fee2e226; + border-right-color: #fee2e226; +} + .border-x-red-100\\/20 { border-left-color: #fee2e233; border-right-color: #fee2e233; @@ -27259,11 +37464,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e24d; } +.border-x-red-100\\/35 { + border-left-color: #fee2e259; + border-right-color: #fee2e259; +} + .border-x-red-100\\/40 { border-left-color: #fee2e266; border-right-color: #fee2e266; } +.border-x-red-100\\/45 { + border-left-color: #fee2e273; + border-right-color: #fee2e273; +} + .border-x-red-100\\/5 { border-left-color: #fee2e20d; border-right-color: #fee2e20d; @@ -27274,11 +37489,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e280; } +.border-x-red-100\\/55 { + border-left-color: #fee2e28c; + border-right-color: #fee2e28c; +} + .border-x-red-100\\/60 { border-left-color: #fee2e299; border-right-color: #fee2e299; } +.border-x-red-100\\/65 { + border-left-color: #fee2e2a6; + border-right-color: #fee2e2a6; +} + .border-x-red-100\\/70 { border-left-color: #fee2e2b3; border-right-color: #fee2e2b3; @@ -27294,6 +37519,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e2cc; } +.border-x-red-100\\/85 { + border-left-color: #fee2e2d9; + border-right-color: #fee2e2d9; +} + .border-x-red-100\\/90 { border-left-color: #fee2e2e6; border-right-color: #fee2e2e6; @@ -27324,6 +37554,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecaca; } +.border-x-red-200\\/15 { + border-left-color: #fecaca26; + border-right-color: #fecaca26; +} + .border-x-red-200\\/20 { border-left-color: #fecaca33; border-right-color: #fecaca33; @@ -27339,11 +37574,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecaca4d; } +.border-x-red-200\\/35 { + border-left-color: #fecaca59; + border-right-color: #fecaca59; +} + .border-x-red-200\\/40 { border-left-color: #fecaca66; border-right-color: #fecaca66; } +.border-x-red-200\\/45 { + border-left-color: #fecaca73; + border-right-color: #fecaca73; +} + .border-x-red-200\\/5 { border-left-color: #fecaca0d; border-right-color: #fecaca0d; @@ -27354,11 +37599,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecaca80; } +.border-x-red-200\\/55 { + border-left-color: #fecaca8c; + border-right-color: #fecaca8c; +} + .border-x-red-200\\/60 { border-left-color: #fecaca99; border-right-color: #fecaca99; } +.border-x-red-200\\/65 { + border-left-color: #fecacaa6; + border-right-color: #fecacaa6; +} + .border-x-red-200\\/70 { border-left-color: #fecacab3; border-right-color: #fecacab3; @@ -27374,6 +37629,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecacacc; } +.border-x-red-200\\/85 { + border-left-color: #fecacad9; + border-right-color: #fecacad9; +} + .border-x-red-200\\/90 { border-left-color: #fecacae6; border-right-color: #fecacae6; @@ -27404,6 +37664,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a5; } +.border-x-red-300\\/15 { + border-left-color: #fca5a526; + border-right-color: #fca5a526; +} + .border-x-red-300\\/20 { border-left-color: #fca5a533; border-right-color: #fca5a533; @@ -27419,11 +37684,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a54d; } +.border-x-red-300\\/35 { + border-left-color: #fca5a559; + border-right-color: #fca5a559; +} + .border-x-red-300\\/40 { border-left-color: #fca5a566; border-right-color: #fca5a566; } +.border-x-red-300\\/45 { + border-left-color: #fca5a573; + border-right-color: #fca5a573; +} + .border-x-red-300\\/5 { border-left-color: #fca5a50d; border-right-color: #fca5a50d; @@ -27434,11 +37709,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a580; } +.border-x-red-300\\/55 { + border-left-color: #fca5a58c; + border-right-color: #fca5a58c; +} + .border-x-red-300\\/60 { border-left-color: #fca5a599; border-right-color: #fca5a599; } +.border-x-red-300\\/65 { + border-left-color: #fca5a5a6; + border-right-color: #fca5a5a6; +} + .border-x-red-300\\/70 { border-left-color: #fca5a5b3; border-right-color: #fca5a5b3; @@ -27454,6 +37739,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a5cc; } +.border-x-red-300\\/85 { + border-left-color: #fca5a5d9; + border-right-color: #fca5a5d9; +} + .border-x-red-300\\/90 { border-left-color: #fca5a5e6; border-right-color: #fca5a5e6; @@ -27484,6 +37774,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f87171; } +.border-x-red-400\\/15 { + border-left-color: #f8717126; + border-right-color: #f8717126; +} + .border-x-red-400\\/20 { border-left-color: #f8717133; border-right-color: #f8717133; @@ -27499,11 +37794,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f871714d; } +.border-x-red-400\\/35 { + border-left-color: #f8717159; + border-right-color: #f8717159; +} + .border-x-red-400\\/40 { border-left-color: #f8717166; border-right-color: #f8717166; } +.border-x-red-400\\/45 { + border-left-color: #f8717173; + border-right-color: #f8717173; +} + .border-x-red-400\\/5 { border-left-color: #f871710d; border-right-color: #f871710d; @@ -27514,11 +37819,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8717180; } +.border-x-red-400\\/55 { + border-left-color: #f871718c; + border-right-color: #f871718c; +} + .border-x-red-400\\/60 { border-left-color: #f8717199; border-right-color: #f8717199; } +.border-x-red-400\\/65 { + border-left-color: #f87171a6; + border-right-color: #f87171a6; +} + .border-x-red-400\\/70 { border-left-color: #f87171b3; border-right-color: #f87171b3; @@ -27534,6 +37849,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f87171cc; } +.border-x-red-400\\/85 { + border-left-color: #f87171d9; + border-right-color: #f87171d9; +} + .border-x-red-400\\/90 { border-left-color: #f87171e6; border-right-color: #f87171e6; @@ -27564,6 +37884,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f2; } +.border-x-red-50\\/15 { + border-left-color: #fef2f226; + border-right-color: #fef2f226; +} + .border-x-red-50\\/20 { border-left-color: #fef2f233; border-right-color: #fef2f233; @@ -27579,11 +37904,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f24d; } +.border-x-red-50\\/35 { + border-left-color: #fef2f259; + border-right-color: #fef2f259; +} + .border-x-red-50\\/40 { border-left-color: #fef2f266; border-right-color: #fef2f266; } +.border-x-red-50\\/45 { + border-left-color: #fef2f273; + border-right-color: #fef2f273; +} + .border-x-red-50\\/5 { border-left-color: #fef2f20d; border-right-color: #fef2f20d; @@ -27594,11 +37929,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f280; } +.border-x-red-50\\/55 { + border-left-color: #fef2f28c; + border-right-color: #fef2f28c; +} + .border-x-red-50\\/60 { border-left-color: #fef2f299; border-right-color: #fef2f299; } +.border-x-red-50\\/65 { + border-left-color: #fef2f2a6; + border-right-color: #fef2f2a6; +} + .border-x-red-50\\/70 { border-left-color: #fef2f2b3; border-right-color: #fef2f2b3; @@ -27614,6 +37959,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f2cc; } +.border-x-red-50\\/85 { + border-left-color: #fef2f2d9; + border-right-color: #fef2f2d9; +} + .border-x-red-50\\/90 { border-left-color: #fef2f2e6; border-right-color: #fef2f2e6; @@ -27644,6 +37994,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef4444; } +.border-x-red-500\\/15 { + border-left-color: #ef444426; + border-right-color: #ef444426; +} + .border-x-red-500\\/20 { border-left-color: #ef444433; border-right-color: #ef444433; @@ -27659,11 +38014,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef44444d; } +.border-x-red-500\\/35 { + border-left-color: #ef444459; + border-right-color: #ef444459; +} + .border-x-red-500\\/40 { border-left-color: #ef444466; border-right-color: #ef444466; } +.border-x-red-500\\/45 { + border-left-color: #ef444473; + border-right-color: #ef444473; +} + .border-x-red-500\\/5 { border-left-color: #ef44440d; border-right-color: #ef44440d; @@ -27674,11 +38039,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef444480; } +.border-x-red-500\\/55 { + border-left-color: #ef44448c; + border-right-color: #ef44448c; +} + .border-x-red-500\\/60 { border-left-color: #ef444499; border-right-color: #ef444499; } +.border-x-red-500\\/65 { + border-left-color: #ef4444a6; + border-right-color: #ef4444a6; +} + .border-x-red-500\\/70 { border-left-color: #ef4444b3; border-right-color: #ef4444b3; @@ -27694,6 +38069,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef4444cc; } +.border-x-red-500\\/85 { + border-left-color: #ef4444d9; + border-right-color: #ef4444d9; +} + .border-x-red-500\\/90 { border-left-color: #ef4444e6; border-right-color: #ef4444e6; @@ -27724,6 +38104,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc2626; } +.border-x-red-600\\/15 { + border-left-color: #dc262626; + border-right-color: #dc262626; +} + .border-x-red-600\\/20 { border-left-color: #dc262633; border-right-color: #dc262633; @@ -27739,11 +38124,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc26264d; } +.border-x-red-600\\/35 { + border-left-color: #dc262659; + border-right-color: #dc262659; +} + .border-x-red-600\\/40 { border-left-color: #dc262666; border-right-color: #dc262666; } +.border-x-red-600\\/45 { + border-left-color: #dc262673; + border-right-color: #dc262673; +} + .border-x-red-600\\/5 { border-left-color: #dc26260d; border-right-color: #dc26260d; @@ -27754,11 +38149,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc262680; } +.border-x-red-600\\/55 { + border-left-color: #dc26268c; + border-right-color: #dc26268c; +} + .border-x-red-600\\/60 { border-left-color: #dc262699; border-right-color: #dc262699; } +.border-x-red-600\\/65 { + border-left-color: #dc2626a6; + border-right-color: #dc2626a6; +} + .border-x-red-600\\/70 { border-left-color: #dc2626b3; border-right-color: #dc2626b3; @@ -27774,6 +38179,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc2626cc; } +.border-x-red-600\\/85 { + border-left-color: #dc2626d9; + border-right-color: #dc2626d9; +} + .border-x-red-600\\/90 { border-left-color: #dc2626e6; border-right-color: #dc2626e6; @@ -27804,6 +38214,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1c; } +.border-x-red-700\\/15 { + border-left-color: #b91c1c26; + border-right-color: #b91c1c26; +} + .border-x-red-700\\/20 { border-left-color: #b91c1c33; border-right-color: #b91c1c33; @@ -27819,11 +38234,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1c4d; } +.border-x-red-700\\/35 { + border-left-color: #b91c1c59; + border-right-color: #b91c1c59; +} + .border-x-red-700\\/40 { border-left-color: #b91c1c66; border-right-color: #b91c1c66; } +.border-x-red-700\\/45 { + border-left-color: #b91c1c73; + border-right-color: #b91c1c73; +} + .border-x-red-700\\/5 { border-left-color: #b91c1c0d; border-right-color: #b91c1c0d; @@ -27834,11 +38259,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1c80; } +.border-x-red-700\\/55 { + border-left-color: #b91c1c8c; + border-right-color: #b91c1c8c; +} + .border-x-red-700\\/60 { border-left-color: #b91c1c99; border-right-color: #b91c1c99; } +.border-x-red-700\\/65 { + border-left-color: #b91c1ca6; + border-right-color: #b91c1ca6; +} + .border-x-red-700\\/70 { border-left-color: #b91c1cb3; border-right-color: #b91c1cb3; @@ -27854,6 +38289,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1ccc; } +.border-x-red-700\\/85 { + border-left-color: #b91c1cd9; + border-right-color: #b91c1cd9; +} + .border-x-red-700\\/90 { border-left-color: #b91c1ce6; border-right-color: #b91c1ce6; @@ -27884,6 +38324,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1b; } +.border-x-red-800\\/15 { + border-left-color: #991b1b26; + border-right-color: #991b1b26; +} + .border-x-red-800\\/20 { border-left-color: #991b1b33; border-right-color: #991b1b33; @@ -27899,11 +38344,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1b4d; } +.border-x-red-800\\/35 { + border-left-color: #991b1b59; + border-right-color: #991b1b59; +} + .border-x-red-800\\/40 { border-left-color: #991b1b66; border-right-color: #991b1b66; } +.border-x-red-800\\/45 { + border-left-color: #991b1b73; + border-right-color: #991b1b73; +} + .border-x-red-800\\/5 { border-left-color: #991b1b0d; border-right-color: #991b1b0d; @@ -27914,11 +38369,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1b80; } +.border-x-red-800\\/55 { + border-left-color: #991b1b8c; + border-right-color: #991b1b8c; +} + .border-x-red-800\\/60 { border-left-color: #991b1b99; border-right-color: #991b1b99; } +.border-x-red-800\\/65 { + border-left-color: #991b1ba6; + border-right-color: #991b1ba6; +} + .border-x-red-800\\/70 { border-left-color: #991b1bb3; border-right-color: #991b1bb3; @@ -27934,6 +38399,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1bcc; } +.border-x-red-800\\/85 { + border-left-color: #991b1bd9; + border-right-color: #991b1bd9; +} + .border-x-red-800\\/90 { border-left-color: #991b1be6; border-right-color: #991b1be6; @@ -27964,6 +38434,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1d; } +.border-x-red-900\\/15 { + border-left-color: #7f1d1d26; + border-right-color: #7f1d1d26; +} + .border-x-red-900\\/20 { border-left-color: #7f1d1d33; border-right-color: #7f1d1d33; @@ -27979,11 +38454,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1d4d; } +.border-x-red-900\\/35 { + border-left-color: #7f1d1d59; + border-right-color: #7f1d1d59; +} + .border-x-red-900\\/40 { border-left-color: #7f1d1d66; border-right-color: #7f1d1d66; } +.border-x-red-900\\/45 { + border-left-color: #7f1d1d73; + border-right-color: #7f1d1d73; +} + .border-x-red-900\\/5 { border-left-color: #7f1d1d0d; border-right-color: #7f1d1d0d; @@ -27994,11 +38479,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1d80; } +.border-x-red-900\\/55 { + border-left-color: #7f1d1d8c; + border-right-color: #7f1d1d8c; +} + .border-x-red-900\\/60 { border-left-color: #7f1d1d99; border-right-color: #7f1d1d99; } +.border-x-red-900\\/65 { + border-left-color: #7f1d1da6; + border-right-color: #7f1d1da6; +} + .border-x-red-900\\/70 { border-left-color: #7f1d1db3; border-right-color: #7f1d1db3; @@ -28014,6 +38509,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1dcc; } +.border-x-red-900\\/85 { + border-left-color: #7f1d1dd9; + border-right-color: #7f1d1dd9; +} + .border-x-red-900\\/90 { border-left-color: #7f1d1de6; border-right-color: #7f1d1de6; @@ -28044,6 +38544,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0a; } +.border-x-red-950\\/15 { + border-left-color: #450a0a26; + border-right-color: #450a0a26; +} + .border-x-red-950\\/20 { border-left-color: #450a0a33; border-right-color: #450a0a33; @@ -28059,11 +38564,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0a4d; } +.border-x-red-950\\/35 { + border-left-color: #450a0a59; + border-right-color: #450a0a59; +} + .border-x-red-950\\/40 { border-left-color: #450a0a66; border-right-color: #450a0a66; } +.border-x-red-950\\/45 { + border-left-color: #450a0a73; + border-right-color: #450a0a73; +} + .border-x-red-950\\/5 { border-left-color: #450a0a0d; border-right-color: #450a0a0d; @@ -28074,11 +38589,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0a80; } +.border-x-red-950\\/55 { + border-left-color: #450a0a8c; + border-right-color: #450a0a8c; +} + .border-x-red-950\\/60 { border-left-color: #450a0a99; border-right-color: #450a0a99; } +.border-x-red-950\\/65 { + border-left-color: #450a0aa6; + border-right-color: #450a0aa6; +} + .border-x-red-950\\/70 { border-left-color: #450a0ab3; border-right-color: #450a0ab3; @@ -28094,6 +38619,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0acc; } +.border-x-red-950\\/85 { + border-left-color: #450a0ad9; + border-right-color: #450a0ad9; +} + .border-x-red-950\\/90 { border-left-color: #450a0ae6; border-right-color: #450a0ae6; @@ -28124,6 +38654,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e6; } +.border-x-rose-100\\/15 { + border-left-color: #ffe4e626; + border-right-color: #ffe4e626; +} + .border-x-rose-100\\/20 { border-left-color: #ffe4e633; border-right-color: #ffe4e633; @@ -28139,11 +38674,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e64d; } +.border-x-rose-100\\/35 { + border-left-color: #ffe4e659; + border-right-color: #ffe4e659; +} + .border-x-rose-100\\/40 { border-left-color: #ffe4e666; border-right-color: #ffe4e666; } +.border-x-rose-100\\/45 { + border-left-color: #ffe4e673; + border-right-color: #ffe4e673; +} + .border-x-rose-100\\/5 { border-left-color: #ffe4e60d; border-right-color: #ffe4e60d; @@ -28154,11 +38699,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e680; } +.border-x-rose-100\\/55 { + border-left-color: #ffe4e68c; + border-right-color: #ffe4e68c; +} + .border-x-rose-100\\/60 { border-left-color: #ffe4e699; border-right-color: #ffe4e699; } +.border-x-rose-100\\/65 { + border-left-color: #ffe4e6a6; + border-right-color: #ffe4e6a6; +} + .border-x-rose-100\\/70 { border-left-color: #ffe4e6b3; border-right-color: #ffe4e6b3; @@ -28174,6 +38729,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e6cc; } +.border-x-rose-100\\/85 { + border-left-color: #ffe4e6d9; + border-right-color: #ffe4e6d9; +} + .border-x-rose-100\\/90 { border-left-color: #ffe4e6e6; border-right-color: #ffe4e6e6; @@ -28204,6 +38764,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd3; } +.border-x-rose-200\\/15 { + border-left-color: #fecdd326; + border-right-color: #fecdd326; +} + .border-x-rose-200\\/20 { border-left-color: #fecdd333; border-right-color: #fecdd333; @@ -28219,11 +38784,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd34d; } +.border-x-rose-200\\/35 { + border-left-color: #fecdd359; + border-right-color: #fecdd359; +} + .border-x-rose-200\\/40 { border-left-color: #fecdd366; border-right-color: #fecdd366; } +.border-x-rose-200\\/45 { + border-left-color: #fecdd373; + border-right-color: #fecdd373; +} + .border-x-rose-200\\/5 { border-left-color: #fecdd30d; border-right-color: #fecdd30d; @@ -28234,11 +38809,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd380; } +.border-x-rose-200\\/55 { + border-left-color: #fecdd38c; + border-right-color: #fecdd38c; +} + .border-x-rose-200\\/60 { border-left-color: #fecdd399; border-right-color: #fecdd399; } +.border-x-rose-200\\/65 { + border-left-color: #fecdd3a6; + border-right-color: #fecdd3a6; +} + .border-x-rose-200\\/70 { border-left-color: #fecdd3b3; border-right-color: #fecdd3b3; @@ -28254,6 +38839,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd3cc; } +.border-x-rose-200\\/85 { + border-left-color: #fecdd3d9; + border-right-color: #fecdd3d9; +} + .border-x-rose-200\\/90 { border-left-color: #fecdd3e6; border-right-color: #fecdd3e6; @@ -28284,6 +38874,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4af; } +.border-x-rose-300\\/15 { + border-left-color: #fda4af26; + border-right-color: #fda4af26; +} + .border-x-rose-300\\/20 { border-left-color: #fda4af33; border-right-color: #fda4af33; @@ -28299,11 +38894,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4af4d; } +.border-x-rose-300\\/35 { + border-left-color: #fda4af59; + border-right-color: #fda4af59; +} + .border-x-rose-300\\/40 { border-left-color: #fda4af66; border-right-color: #fda4af66; } +.border-x-rose-300\\/45 { + border-left-color: #fda4af73; + border-right-color: #fda4af73; +} + .border-x-rose-300\\/5 { border-left-color: #fda4af0d; border-right-color: #fda4af0d; @@ -28314,11 +38919,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4af80; } +.border-x-rose-300\\/55 { + border-left-color: #fda4af8c; + border-right-color: #fda4af8c; +} + .border-x-rose-300\\/60 { border-left-color: #fda4af99; border-right-color: #fda4af99; } +.border-x-rose-300\\/65 { + border-left-color: #fda4afa6; + border-right-color: #fda4afa6; +} + .border-x-rose-300\\/70 { border-left-color: #fda4afb3; border-right-color: #fda4afb3; @@ -28334,6 +38949,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4afcc; } +.border-x-rose-300\\/85 { + border-left-color: #fda4afd9; + border-right-color: #fda4afd9; +} + .border-x-rose-300\\/90 { border-left-color: #fda4afe6; border-right-color: #fda4afe6; @@ -28364,6 +38984,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb7185; } +.border-x-rose-400\\/15 { + border-left-color: #fb718526; + border-right-color: #fb718526; +} + .border-x-rose-400\\/20 { border-left-color: #fb718533; border-right-color: #fb718533; @@ -28379,11 +39004,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb71854d; } +.border-x-rose-400\\/35 { + border-left-color: #fb718559; + border-right-color: #fb718559; +} + .border-x-rose-400\\/40 { border-left-color: #fb718566; border-right-color: #fb718566; } +.border-x-rose-400\\/45 { + border-left-color: #fb718573; + border-right-color: #fb718573; +} + .border-x-rose-400\\/5 { border-left-color: #fb71850d; border-right-color: #fb71850d; @@ -28394,11 +39029,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb718580; } +.border-x-rose-400\\/55 { + border-left-color: #fb71858c; + border-right-color: #fb71858c; +} + .border-x-rose-400\\/60 { border-left-color: #fb718599; border-right-color: #fb718599; } +.border-x-rose-400\\/65 { + border-left-color: #fb7185a6; + border-right-color: #fb7185a6; +} + .border-x-rose-400\\/70 { border-left-color: #fb7185b3; border-right-color: #fb7185b3; @@ -28414,6 +39059,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb7185cc; } +.border-x-rose-400\\/85 { + border-left-color: #fb7185d9; + border-right-color: #fb7185d9; +} + .border-x-rose-400\\/90 { border-left-color: #fb7185e6; border-right-color: #fb7185e6; @@ -28444,6 +39094,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f2; } +.border-x-rose-50\\/15 { + border-left-color: #fff1f226; + border-right-color: #fff1f226; +} + .border-x-rose-50\\/20 { border-left-color: #fff1f233; border-right-color: #fff1f233; @@ -28459,11 +39114,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f24d; } +.border-x-rose-50\\/35 { + border-left-color: #fff1f259; + border-right-color: #fff1f259; +} + .border-x-rose-50\\/40 { border-left-color: #fff1f266; border-right-color: #fff1f266; } +.border-x-rose-50\\/45 { + border-left-color: #fff1f273; + border-right-color: #fff1f273; +} + .border-x-rose-50\\/5 { border-left-color: #fff1f20d; border-right-color: #fff1f20d; @@ -28474,11 +39139,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f280; } +.border-x-rose-50\\/55 { + border-left-color: #fff1f28c; + border-right-color: #fff1f28c; +} + .border-x-rose-50\\/60 { border-left-color: #fff1f299; border-right-color: #fff1f299; } +.border-x-rose-50\\/65 { + border-left-color: #fff1f2a6; + border-right-color: #fff1f2a6; +} + .border-x-rose-50\\/70 { border-left-color: #fff1f2b3; border-right-color: #fff1f2b3; @@ -28494,6 +39169,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f2cc; } +.border-x-rose-50\\/85 { + border-left-color: #fff1f2d9; + border-right-color: #fff1f2d9; +} + .border-x-rose-50\\/90 { border-left-color: #fff1f2e6; border-right-color: #fff1f2e6; @@ -28524,6 +39204,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5e; } +.border-x-rose-500\\/15 { + border-left-color: #f43f5e26; + border-right-color: #f43f5e26; +} + .border-x-rose-500\\/20 { border-left-color: #f43f5e33; border-right-color: #f43f5e33; @@ -28539,11 +39224,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5e4d; } +.border-x-rose-500\\/35 { + border-left-color: #f43f5e59; + border-right-color: #f43f5e59; +} + .border-x-rose-500\\/40 { border-left-color: #f43f5e66; border-right-color: #f43f5e66; } +.border-x-rose-500\\/45 { + border-left-color: #f43f5e73; + border-right-color: #f43f5e73; +} + .border-x-rose-500\\/5 { border-left-color: #f43f5e0d; border-right-color: #f43f5e0d; @@ -28554,11 +39249,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5e80; } +.border-x-rose-500\\/55 { + border-left-color: #f43f5e8c; + border-right-color: #f43f5e8c; +} + .border-x-rose-500\\/60 { border-left-color: #f43f5e99; border-right-color: #f43f5e99; } +.border-x-rose-500\\/65 { + border-left-color: #f43f5ea6; + border-right-color: #f43f5ea6; +} + .border-x-rose-500\\/70 { border-left-color: #f43f5eb3; border-right-color: #f43f5eb3; @@ -28574,6 +39279,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5ecc; } +.border-x-rose-500\\/85 { + border-left-color: #f43f5ed9; + border-right-color: #f43f5ed9; +} + .border-x-rose-500\\/90 { border-left-color: #f43f5ee6; border-right-color: #f43f5ee6; @@ -28604,6 +39314,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d48; } +.border-x-rose-600\\/15 { + border-left-color: #e11d4826; + border-right-color: #e11d4826; +} + .border-x-rose-600\\/20 { border-left-color: #e11d4833; border-right-color: #e11d4833; @@ -28619,11 +39334,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d484d; } +.border-x-rose-600\\/35 { + border-left-color: #e11d4859; + border-right-color: #e11d4859; +} + .border-x-rose-600\\/40 { border-left-color: #e11d4866; border-right-color: #e11d4866; } +.border-x-rose-600\\/45 { + border-left-color: #e11d4873; + border-right-color: #e11d4873; +} + .border-x-rose-600\\/5 { border-left-color: #e11d480d; border-right-color: #e11d480d; @@ -28634,11 +39359,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d4880; } +.border-x-rose-600\\/55 { + border-left-color: #e11d488c; + border-right-color: #e11d488c; +} + .border-x-rose-600\\/60 { border-left-color: #e11d4899; border-right-color: #e11d4899; } +.border-x-rose-600\\/65 { + border-left-color: #e11d48a6; + border-right-color: #e11d48a6; +} + .border-x-rose-600\\/70 { border-left-color: #e11d48b3; border-right-color: #e11d48b3; @@ -28654,6 +39389,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d48cc; } +.border-x-rose-600\\/85 { + border-left-color: #e11d48d9; + border-right-color: #e11d48d9; +} + .border-x-rose-600\\/90 { border-left-color: #e11d48e6; border-right-color: #e11d48e6; @@ -28684,6 +39424,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123c; } +.border-x-rose-700\\/15 { + border-left-color: #be123c26; + border-right-color: #be123c26; +} + .border-x-rose-700\\/20 { border-left-color: #be123c33; border-right-color: #be123c33; @@ -28699,11 +39444,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123c4d; } +.border-x-rose-700\\/35 { + border-left-color: #be123c59; + border-right-color: #be123c59; +} + .border-x-rose-700\\/40 { border-left-color: #be123c66; border-right-color: #be123c66; } +.border-x-rose-700\\/45 { + border-left-color: #be123c73; + border-right-color: #be123c73; +} + .border-x-rose-700\\/5 { border-left-color: #be123c0d; border-right-color: #be123c0d; @@ -28714,11 +39469,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123c80; } +.border-x-rose-700\\/55 { + border-left-color: #be123c8c; + border-right-color: #be123c8c; +} + .border-x-rose-700\\/60 { border-left-color: #be123c99; border-right-color: #be123c99; } +.border-x-rose-700\\/65 { + border-left-color: #be123ca6; + border-right-color: #be123ca6; +} + .border-x-rose-700\\/70 { border-left-color: #be123cb3; border-right-color: #be123cb3; @@ -28734,6 +39499,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123ccc; } +.border-x-rose-700\\/85 { + border-left-color: #be123cd9; + border-right-color: #be123cd9; +} + .border-x-rose-700\\/90 { border-left-color: #be123ce6; border-right-color: #be123ce6; @@ -28764,6 +39534,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f1239; } +.border-x-rose-800\\/15 { + border-left-color: #9f123926; + border-right-color: #9f123926; +} + .border-x-rose-800\\/20 { border-left-color: #9f123933; border-right-color: #9f123933; @@ -28779,11 +39554,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f12394d; } +.border-x-rose-800\\/35 { + border-left-color: #9f123959; + border-right-color: #9f123959; +} + .border-x-rose-800\\/40 { border-left-color: #9f123966; border-right-color: #9f123966; } +.border-x-rose-800\\/45 { + border-left-color: #9f123973; + border-right-color: #9f123973; +} + .border-x-rose-800\\/5 { border-left-color: #9f12390d; border-right-color: #9f12390d; @@ -28794,11 +39579,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f123980; } +.border-x-rose-800\\/55 { + border-left-color: #9f12398c; + border-right-color: #9f12398c; +} + .border-x-rose-800\\/60 { border-left-color: #9f123999; border-right-color: #9f123999; } +.border-x-rose-800\\/65 { + border-left-color: #9f1239a6; + border-right-color: #9f1239a6; +} + .border-x-rose-800\\/70 { border-left-color: #9f1239b3; border-right-color: #9f1239b3; @@ -28814,6 +39609,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f1239cc; } +.border-x-rose-800\\/85 { + border-left-color: #9f1239d9; + border-right-color: #9f1239d9; +} + .border-x-rose-800\\/90 { border-left-color: #9f1239e6; border-right-color: #9f1239e6; @@ -28844,6 +39644,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #881337; } +.border-x-rose-900\\/15 { + border-left-color: #88133726; + border-right-color: #88133726; +} + .border-x-rose-900\\/20 { border-left-color: #88133733; border-right-color: #88133733; @@ -28859,11 +39664,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8813374d; } +.border-x-rose-900\\/35 { + border-left-color: #88133759; + border-right-color: #88133759; +} + .border-x-rose-900\\/40 { border-left-color: #88133766; border-right-color: #88133766; } +.border-x-rose-900\\/45 { + border-left-color: #88133773; + border-right-color: #88133773; +} + .border-x-rose-900\\/5 { border-left-color: #8813370d; border-right-color: #8813370d; @@ -28874,11 +39689,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #88133780; } +.border-x-rose-900\\/55 { + border-left-color: #8813378c; + border-right-color: #8813378c; +} + .border-x-rose-900\\/60 { border-left-color: #88133799; border-right-color: #88133799; } +.border-x-rose-900\\/65 { + border-left-color: #881337a6; + border-right-color: #881337a6; +} + .border-x-rose-900\\/70 { border-left-color: #881337b3; border-right-color: #881337b3; @@ -28894,6 +39719,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #881337cc; } +.border-x-rose-900\\/85 { + border-left-color: #881337d9; + border-right-color: #881337d9; +} + .border-x-rose-900\\/90 { border-left-color: #881337e6; border-right-color: #881337e6; @@ -28924,6 +39754,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c0519; } +.border-x-rose-950\\/15 { + border-left-color: #4c051926; + border-right-color: #4c051926; +} + .border-x-rose-950\\/20 { border-left-color: #4c051933; border-right-color: #4c051933; @@ -28939,11 +39774,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c05194d; } +.border-x-rose-950\\/35 { + border-left-color: #4c051959; + border-right-color: #4c051959; +} + .border-x-rose-950\\/40 { border-left-color: #4c051966; border-right-color: #4c051966; } +.border-x-rose-950\\/45 { + border-left-color: #4c051973; + border-right-color: #4c051973; +} + .border-x-rose-950\\/5 { border-left-color: #4c05190d; border-right-color: #4c05190d; @@ -28954,11 +39799,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c051980; } +.border-x-rose-950\\/55 { + border-left-color: #4c05198c; + border-right-color: #4c05198c; +} + .border-x-rose-950\\/60 { border-left-color: #4c051999; border-right-color: #4c051999; } +.border-x-rose-950\\/65 { + border-left-color: #4c0519a6; + border-right-color: #4c0519a6; +} + .border-x-rose-950\\/70 { border-left-color: #4c0519b3; border-right-color: #4c0519b3; @@ -28974,6 +39829,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c0519cc; } +.border-x-rose-950\\/85 { + border-left-color: #4c0519d9; + border-right-color: #4c0519d9; +} + .border-x-rose-950\\/90 { border-left-color: #4c0519e6; border-right-color: #4c0519e6; @@ -29004,6 +39864,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fe; } +.border-x-sky-100\\/15 { + border-left-color: #e0f2fe26; + border-right-color: #e0f2fe26; +} + .border-x-sky-100\\/20 { border-left-color: #e0f2fe33; border-right-color: #e0f2fe33; @@ -29019,11 +39884,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fe4d; } +.border-x-sky-100\\/35 { + border-left-color: #e0f2fe59; + border-right-color: #e0f2fe59; +} + .border-x-sky-100\\/40 { border-left-color: #e0f2fe66; border-right-color: #e0f2fe66; } +.border-x-sky-100\\/45 { + border-left-color: #e0f2fe73; + border-right-color: #e0f2fe73; +} + .border-x-sky-100\\/5 { border-left-color: #e0f2fe0d; border-right-color: #e0f2fe0d; @@ -29034,11 +39909,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fe80; } +.border-x-sky-100\\/55 { + border-left-color: #e0f2fe8c; + border-right-color: #e0f2fe8c; +} + .border-x-sky-100\\/60 { border-left-color: #e0f2fe99; border-right-color: #e0f2fe99; } +.border-x-sky-100\\/65 { + border-left-color: #e0f2fea6; + border-right-color: #e0f2fea6; +} + .border-x-sky-100\\/70 { border-left-color: #e0f2feb3; border-right-color: #e0f2feb3; @@ -29054,6 +39939,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fecc; } +.border-x-sky-100\\/85 { + border-left-color: #e0f2fed9; + border-right-color: #e0f2fed9; +} + .border-x-sky-100\\/90 { border-left-color: #e0f2fee6; border-right-color: #e0f2fee6; @@ -29084,6 +39974,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fd; } +.border-x-sky-200\\/15 { + border-left-color: #bae6fd26; + border-right-color: #bae6fd26; +} + .border-x-sky-200\\/20 { border-left-color: #bae6fd33; border-right-color: #bae6fd33; @@ -29099,11 +39994,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fd4d; } +.border-x-sky-200\\/35 { + border-left-color: #bae6fd59; + border-right-color: #bae6fd59; +} + .border-x-sky-200\\/40 { border-left-color: #bae6fd66; border-right-color: #bae6fd66; } +.border-x-sky-200\\/45 { + border-left-color: #bae6fd73; + border-right-color: #bae6fd73; +} + .border-x-sky-200\\/5 { border-left-color: #bae6fd0d; border-right-color: #bae6fd0d; @@ -29114,11 +40019,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fd80; } +.border-x-sky-200\\/55 { + border-left-color: #bae6fd8c; + border-right-color: #bae6fd8c; +} + .border-x-sky-200\\/60 { border-left-color: #bae6fd99; border-right-color: #bae6fd99; } +.border-x-sky-200\\/65 { + border-left-color: #bae6fda6; + border-right-color: #bae6fda6; +} + .border-x-sky-200\\/70 { border-left-color: #bae6fdb3; border-right-color: #bae6fdb3; @@ -29134,6 +40049,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fdcc; } +.border-x-sky-200\\/85 { + border-left-color: #bae6fdd9; + border-right-color: #bae6fdd9; +} + .border-x-sky-200\\/90 { border-left-color: #bae6fde6; border-right-color: #bae6fde6; @@ -29164,6 +40084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fc; } +.border-x-sky-300\\/15 { + border-left-color: #7dd3fc26; + border-right-color: #7dd3fc26; +} + .border-x-sky-300\\/20 { border-left-color: #7dd3fc33; border-right-color: #7dd3fc33; @@ -29179,11 +40104,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fc4d; } +.border-x-sky-300\\/35 { + border-left-color: #7dd3fc59; + border-right-color: #7dd3fc59; +} + .border-x-sky-300\\/40 { border-left-color: #7dd3fc66; border-right-color: #7dd3fc66; } +.border-x-sky-300\\/45 { + border-left-color: #7dd3fc73; + border-right-color: #7dd3fc73; +} + .border-x-sky-300\\/5 { border-left-color: #7dd3fc0d; border-right-color: #7dd3fc0d; @@ -29194,11 +40129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fc80; } +.border-x-sky-300\\/55 { + border-left-color: #7dd3fc8c; + border-right-color: #7dd3fc8c; +} + .border-x-sky-300\\/60 { border-left-color: #7dd3fc99; border-right-color: #7dd3fc99; } +.border-x-sky-300\\/65 { + border-left-color: #7dd3fca6; + border-right-color: #7dd3fca6; +} + .border-x-sky-300\\/70 { border-left-color: #7dd3fcb3; border-right-color: #7dd3fcb3; @@ -29214,6 +40159,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fccc; } +.border-x-sky-300\\/85 { + border-left-color: #7dd3fcd9; + border-right-color: #7dd3fcd9; +} + .border-x-sky-300\\/90 { border-left-color: #7dd3fce6; border-right-color: #7dd3fce6; @@ -29244,6 +40194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf8; } +.border-x-sky-400\\/15 { + border-left-color: #38bdf826; + border-right-color: #38bdf826; +} + .border-x-sky-400\\/20 { border-left-color: #38bdf833; border-right-color: #38bdf833; @@ -29259,11 +40214,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf84d; } +.border-x-sky-400\\/35 { + border-left-color: #38bdf859; + border-right-color: #38bdf859; +} + .border-x-sky-400\\/40 { border-left-color: #38bdf866; border-right-color: #38bdf866; } +.border-x-sky-400\\/45 { + border-left-color: #38bdf873; + border-right-color: #38bdf873; +} + .border-x-sky-400\\/5 { border-left-color: #38bdf80d; border-right-color: #38bdf80d; @@ -29274,11 +40239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf880; } +.border-x-sky-400\\/55 { + border-left-color: #38bdf88c; + border-right-color: #38bdf88c; +} + .border-x-sky-400\\/60 { border-left-color: #38bdf899; border-right-color: #38bdf899; } +.border-x-sky-400\\/65 { + border-left-color: #38bdf8a6; + border-right-color: #38bdf8a6; +} + .border-x-sky-400\\/70 { border-left-color: #38bdf8b3; border-right-color: #38bdf8b3; @@ -29294,6 +40269,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf8cc; } +.border-x-sky-400\\/85 { + border-left-color: #38bdf8d9; + border-right-color: #38bdf8d9; +} + .border-x-sky-400\\/90 { border-left-color: #38bdf8e6; border-right-color: #38bdf8e6; @@ -29324,6 +40304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ff; } +.border-x-sky-50\\/15 { + border-left-color: #f0f9ff26; + border-right-color: #f0f9ff26; +} + .border-x-sky-50\\/20 { border-left-color: #f0f9ff33; border-right-color: #f0f9ff33; @@ -29339,11 +40324,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ff4d; } +.border-x-sky-50\\/35 { + border-left-color: #f0f9ff59; + border-right-color: #f0f9ff59; +} + .border-x-sky-50\\/40 { border-left-color: #f0f9ff66; border-right-color: #f0f9ff66; } +.border-x-sky-50\\/45 { + border-left-color: #f0f9ff73; + border-right-color: #f0f9ff73; +} + .border-x-sky-50\\/5 { border-left-color: #f0f9ff0d; border-right-color: #f0f9ff0d; @@ -29354,11 +40349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ff80; } +.border-x-sky-50\\/55 { + border-left-color: #f0f9ff8c; + border-right-color: #f0f9ff8c; +} + .border-x-sky-50\\/60 { border-left-color: #f0f9ff99; border-right-color: #f0f9ff99; } +.border-x-sky-50\\/65 { + border-left-color: #f0f9ffa6; + border-right-color: #f0f9ffa6; +} + .border-x-sky-50\\/70 { border-left-color: #f0f9ffb3; border-right-color: #f0f9ffb3; @@ -29374,6 +40379,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ffcc; } +.border-x-sky-50\\/85 { + border-left-color: #f0f9ffd9; + border-right-color: #f0f9ffd9; +} + .border-x-sky-50\\/90 { border-left-color: #f0f9ffe6; border-right-color: #f0f9ffe6; @@ -29404,6 +40414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e9; } +.border-x-sky-500\\/15 { + border-left-color: #0ea5e926; + border-right-color: #0ea5e926; +} + .border-x-sky-500\\/20 { border-left-color: #0ea5e933; border-right-color: #0ea5e933; @@ -29419,11 +40434,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e94d; } +.border-x-sky-500\\/35 { + border-left-color: #0ea5e959; + border-right-color: #0ea5e959; +} + .border-x-sky-500\\/40 { border-left-color: #0ea5e966; border-right-color: #0ea5e966; } +.border-x-sky-500\\/45 { + border-left-color: #0ea5e973; + border-right-color: #0ea5e973; +} + .border-x-sky-500\\/5 { border-left-color: #0ea5e90d; border-right-color: #0ea5e90d; @@ -29434,11 +40459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e980; } +.border-x-sky-500\\/55 { + border-left-color: #0ea5e98c; + border-right-color: #0ea5e98c; +} + .border-x-sky-500\\/60 { border-left-color: #0ea5e999; border-right-color: #0ea5e999; } +.border-x-sky-500\\/65 { + border-left-color: #0ea5e9a6; + border-right-color: #0ea5e9a6; +} + .border-x-sky-500\\/70 { border-left-color: #0ea5e9b3; border-right-color: #0ea5e9b3; @@ -29454,6 +40489,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e9cc; } +.border-x-sky-500\\/85 { + border-left-color: #0ea5e9d9; + border-right-color: #0ea5e9d9; +} + .border-x-sky-500\\/90 { border-left-color: #0ea5e9e6; border-right-color: #0ea5e9e6; @@ -29484,6 +40524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c7; } +.border-x-sky-600\\/15 { + border-left-color: #0284c726; + border-right-color: #0284c726; +} + .border-x-sky-600\\/20 { border-left-color: #0284c733; border-right-color: #0284c733; @@ -29499,11 +40544,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c74d; } +.border-x-sky-600\\/35 { + border-left-color: #0284c759; + border-right-color: #0284c759; +} + .border-x-sky-600\\/40 { border-left-color: #0284c766; border-right-color: #0284c766; } +.border-x-sky-600\\/45 { + border-left-color: #0284c773; + border-right-color: #0284c773; +} + .border-x-sky-600\\/5 { border-left-color: #0284c70d; border-right-color: #0284c70d; @@ -29514,11 +40569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c780; } +.border-x-sky-600\\/55 { + border-left-color: #0284c78c; + border-right-color: #0284c78c; +} + .border-x-sky-600\\/60 { border-left-color: #0284c799; border-right-color: #0284c799; } +.border-x-sky-600\\/65 { + border-left-color: #0284c7a6; + border-right-color: #0284c7a6; +} + .border-x-sky-600\\/70 { border-left-color: #0284c7b3; border-right-color: #0284c7b3; @@ -29534,6 +40599,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c7cc; } +.border-x-sky-600\\/85 { + border-left-color: #0284c7d9; + border-right-color: #0284c7d9; +} + .border-x-sky-600\\/90 { border-left-color: #0284c7e6; border-right-color: #0284c7e6; @@ -29564,6 +40634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a1; } +.border-x-sky-700\\/15 { + border-left-color: #0369a126; + border-right-color: #0369a126; +} + .border-x-sky-700\\/20 { border-left-color: #0369a133; border-right-color: #0369a133; @@ -29579,11 +40654,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a14d; } +.border-x-sky-700\\/35 { + border-left-color: #0369a159; + border-right-color: #0369a159; +} + .border-x-sky-700\\/40 { border-left-color: #0369a166; border-right-color: #0369a166; } +.border-x-sky-700\\/45 { + border-left-color: #0369a173; + border-right-color: #0369a173; +} + .border-x-sky-700\\/5 { border-left-color: #0369a10d; border-right-color: #0369a10d; @@ -29594,11 +40679,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a180; } +.border-x-sky-700\\/55 { + border-left-color: #0369a18c; + border-right-color: #0369a18c; +} + .border-x-sky-700\\/60 { border-left-color: #0369a199; border-right-color: #0369a199; } +.border-x-sky-700\\/65 { + border-left-color: #0369a1a6; + border-right-color: #0369a1a6; +} + .border-x-sky-700\\/70 { border-left-color: #0369a1b3; border-right-color: #0369a1b3; @@ -29614,6 +40709,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a1cc; } +.border-x-sky-700\\/85 { + border-left-color: #0369a1d9; + border-right-color: #0369a1d9; +} + .border-x-sky-700\\/90 { border-left-color: #0369a1e6; border-right-color: #0369a1e6; @@ -29644,6 +40744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #075985; } +.border-x-sky-800\\/15 { + border-left-color: #07598526; + border-right-color: #07598526; +} + .border-x-sky-800\\/20 { border-left-color: #07598533; border-right-color: #07598533; @@ -29659,11 +40764,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0759854d; } +.border-x-sky-800\\/35 { + border-left-color: #07598559; + border-right-color: #07598559; +} + .border-x-sky-800\\/40 { border-left-color: #07598566; border-right-color: #07598566; } +.border-x-sky-800\\/45 { + border-left-color: #07598573; + border-right-color: #07598573; +} + .border-x-sky-800\\/5 { border-left-color: #0759850d; border-right-color: #0759850d; @@ -29674,11 +40789,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #07598580; } +.border-x-sky-800\\/55 { + border-left-color: #0759858c; + border-right-color: #0759858c; +} + .border-x-sky-800\\/60 { border-left-color: #07598599; border-right-color: #07598599; } +.border-x-sky-800\\/65 { + border-left-color: #075985a6; + border-right-color: #075985a6; +} + .border-x-sky-800\\/70 { border-left-color: #075985b3; border-right-color: #075985b3; @@ -29694,6 +40819,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #075985cc; } +.border-x-sky-800\\/85 { + border-left-color: #075985d9; + border-right-color: #075985d9; +} + .border-x-sky-800\\/90 { border-left-color: #075985e6; border-right-color: #075985e6; @@ -29724,6 +40854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6e; } +.border-x-sky-900\\/15 { + border-left-color: #0c4a6e26; + border-right-color: #0c4a6e26; +} + .border-x-sky-900\\/20 { border-left-color: #0c4a6e33; border-right-color: #0c4a6e33; @@ -29739,11 +40874,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6e4d; } +.border-x-sky-900\\/35 { + border-left-color: #0c4a6e59; + border-right-color: #0c4a6e59; +} + .border-x-sky-900\\/40 { border-left-color: #0c4a6e66; border-right-color: #0c4a6e66; } +.border-x-sky-900\\/45 { + border-left-color: #0c4a6e73; + border-right-color: #0c4a6e73; +} + .border-x-sky-900\\/5 { border-left-color: #0c4a6e0d; border-right-color: #0c4a6e0d; @@ -29754,11 +40899,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6e80; } +.border-x-sky-900\\/55 { + border-left-color: #0c4a6e8c; + border-right-color: #0c4a6e8c; +} + .border-x-sky-900\\/60 { border-left-color: #0c4a6e99; border-right-color: #0c4a6e99; } +.border-x-sky-900\\/65 { + border-left-color: #0c4a6ea6; + border-right-color: #0c4a6ea6; +} + .border-x-sky-900\\/70 { border-left-color: #0c4a6eb3; border-right-color: #0c4a6eb3; @@ -29774,6 +40929,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6ecc; } +.border-x-sky-900\\/85 { + border-left-color: #0c4a6ed9; + border-right-color: #0c4a6ed9; +} + .border-x-sky-900\\/90 { border-left-color: #0c4a6ee6; border-right-color: #0c4a6ee6; @@ -29804,6 +40964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f49; } +.border-x-sky-950\\/15 { + border-left-color: #082f4926; + border-right-color: #082f4926; +} + .border-x-sky-950\\/20 { border-left-color: #082f4933; border-right-color: #082f4933; @@ -29819,11 +40984,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f494d; } +.border-x-sky-950\\/35 { + border-left-color: #082f4959; + border-right-color: #082f4959; +} + .border-x-sky-950\\/40 { border-left-color: #082f4966; border-right-color: #082f4966; } +.border-x-sky-950\\/45 { + border-left-color: #082f4973; + border-right-color: #082f4973; +} + .border-x-sky-950\\/5 { border-left-color: #082f490d; border-right-color: #082f490d; @@ -29834,11 +41009,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f4980; } +.border-x-sky-950\\/55 { + border-left-color: #082f498c; + border-right-color: #082f498c; +} + .border-x-sky-950\\/60 { border-left-color: #082f4999; border-right-color: #082f4999; } +.border-x-sky-950\\/65 { + border-left-color: #082f49a6; + border-right-color: #082f49a6; +} + .border-x-sky-950\\/70 { border-left-color: #082f49b3; border-right-color: #082f49b3; @@ -29854,6 +41039,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f49cc; } +.border-x-sky-950\\/85 { + border-left-color: #082f49d9; + border-right-color: #082f49d9; +} + .border-x-sky-950\\/90 { border-left-color: #082f49e6; border-right-color: #082f49e6; @@ -29884,6 +41074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f9; } +.border-x-slate-100\\/15 { + border-left-color: #f1f5f926; + border-right-color: #f1f5f926; +} + .border-x-slate-100\\/20 { border-left-color: #f1f5f933; border-right-color: #f1f5f933; @@ -29899,11 +41094,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f94d; } +.border-x-slate-100\\/35 { + border-left-color: #f1f5f959; + border-right-color: #f1f5f959; +} + .border-x-slate-100\\/40 { border-left-color: #f1f5f966; border-right-color: #f1f5f966; } +.border-x-slate-100\\/45 { + border-left-color: #f1f5f973; + border-right-color: #f1f5f973; +} + .border-x-slate-100\\/5 { border-left-color: #f1f5f90d; border-right-color: #f1f5f90d; @@ -29914,11 +41119,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f980; } +.border-x-slate-100\\/55 { + border-left-color: #f1f5f98c; + border-right-color: #f1f5f98c; +} + .border-x-slate-100\\/60 { border-left-color: #f1f5f999; border-right-color: #f1f5f999; } +.border-x-slate-100\\/65 { + border-left-color: #f1f5f9a6; + border-right-color: #f1f5f9a6; +} + .border-x-slate-100\\/70 { border-left-color: #f1f5f9b3; border-right-color: #f1f5f9b3; @@ -29934,6 +41149,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f9cc; } +.border-x-slate-100\\/85 { + border-left-color: #f1f5f9d9; + border-right-color: #f1f5f9d9; +} + .border-x-slate-100\\/90 { border-left-color: #f1f5f9e6; border-right-color: #f1f5f9e6; @@ -29964,6 +41184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f0; } +.border-x-slate-200\\/15 { + border-left-color: #e2e8f026; + border-right-color: #e2e8f026; +} + .border-x-slate-200\\/20 { border-left-color: #e2e8f033; border-right-color: #e2e8f033; @@ -29979,11 +41204,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f04d; } +.border-x-slate-200\\/35 { + border-left-color: #e2e8f059; + border-right-color: #e2e8f059; +} + .border-x-slate-200\\/40 { border-left-color: #e2e8f066; border-right-color: #e2e8f066; } +.border-x-slate-200\\/45 { + border-left-color: #e2e8f073; + border-right-color: #e2e8f073; +} + .border-x-slate-200\\/5 { border-left-color: #e2e8f00d; border-right-color: #e2e8f00d; @@ -29994,11 +41229,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f080; } +.border-x-slate-200\\/55 { + border-left-color: #e2e8f08c; + border-right-color: #e2e8f08c; +} + .border-x-slate-200\\/60 { border-left-color: #e2e8f099; border-right-color: #e2e8f099; } +.border-x-slate-200\\/65 { + border-left-color: #e2e8f0a6; + border-right-color: #e2e8f0a6; +} + .border-x-slate-200\\/70 { border-left-color: #e2e8f0b3; border-right-color: #e2e8f0b3; @@ -30014,6 +41259,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f0cc; } +.border-x-slate-200\\/85 { + border-left-color: #e2e8f0d9; + border-right-color: #e2e8f0d9; +} + .border-x-slate-200\\/90 { border-left-color: #e2e8f0e6; border-right-color: #e2e8f0e6; @@ -30044,6 +41294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e1; } +.border-x-slate-300\\/15 { + border-left-color: #cbd5e126; + border-right-color: #cbd5e126; +} + .border-x-slate-300\\/20 { border-left-color: #cbd5e133; border-right-color: #cbd5e133; @@ -30059,11 +41314,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e14d; } +.border-x-slate-300\\/35 { + border-left-color: #cbd5e159; + border-right-color: #cbd5e159; +} + .border-x-slate-300\\/40 { border-left-color: #cbd5e166; border-right-color: #cbd5e166; } +.border-x-slate-300\\/45 { + border-left-color: #cbd5e173; + border-right-color: #cbd5e173; +} + .border-x-slate-300\\/5 { border-left-color: #cbd5e10d; border-right-color: #cbd5e10d; @@ -30074,11 +41339,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e180; } +.border-x-slate-300\\/55 { + border-left-color: #cbd5e18c; + border-right-color: #cbd5e18c; +} + .border-x-slate-300\\/60 { border-left-color: #cbd5e199; border-right-color: #cbd5e199; } +.border-x-slate-300\\/65 { + border-left-color: #cbd5e1a6; + border-right-color: #cbd5e1a6; +} + .border-x-slate-300\\/70 { border-left-color: #cbd5e1b3; border-right-color: #cbd5e1b3; @@ -30094,6 +41369,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e1cc; } +.border-x-slate-300\\/85 { + border-left-color: #cbd5e1d9; + border-right-color: #cbd5e1d9; +} + .border-x-slate-300\\/90 { border-left-color: #cbd5e1e6; border-right-color: #cbd5e1e6; @@ -30124,6 +41404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b8; } +.border-x-slate-400\\/15 { + border-left-color: #94a3b826; + border-right-color: #94a3b826; +} + .border-x-slate-400\\/20 { border-left-color: #94a3b833; border-right-color: #94a3b833; @@ -30139,11 +41424,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b84d; } +.border-x-slate-400\\/35 { + border-left-color: #94a3b859; + border-right-color: #94a3b859; +} + .border-x-slate-400\\/40 { border-left-color: #94a3b866; border-right-color: #94a3b866; } +.border-x-slate-400\\/45 { + border-left-color: #94a3b873; + border-right-color: #94a3b873; +} + .border-x-slate-400\\/5 { border-left-color: #94a3b80d; border-right-color: #94a3b80d; @@ -30154,11 +41449,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b880; } +.border-x-slate-400\\/55 { + border-left-color: #94a3b88c; + border-right-color: #94a3b88c; +} + .border-x-slate-400\\/60 { border-left-color: #94a3b899; border-right-color: #94a3b899; } +.border-x-slate-400\\/65 { + border-left-color: #94a3b8a6; + border-right-color: #94a3b8a6; +} + .border-x-slate-400\\/70 { border-left-color: #94a3b8b3; border-right-color: #94a3b8b3; @@ -30174,6 +41479,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b8cc; } +.border-x-slate-400\\/85 { + border-left-color: #94a3b8d9; + border-right-color: #94a3b8d9; +} + .border-x-slate-400\\/90 { border-left-color: #94a3b8e6; border-right-color: #94a3b8e6; @@ -30204,6 +41514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafc; } +.border-x-slate-50\\/15 { + border-left-color: #f8fafc26; + border-right-color: #f8fafc26; +} + .border-x-slate-50\\/20 { border-left-color: #f8fafc33; border-right-color: #f8fafc33; @@ -30219,11 +41534,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafc4d; } +.border-x-slate-50\\/35 { + border-left-color: #f8fafc59; + border-right-color: #f8fafc59; +} + .border-x-slate-50\\/40 { border-left-color: #f8fafc66; border-right-color: #f8fafc66; } +.border-x-slate-50\\/45 { + border-left-color: #f8fafc73; + border-right-color: #f8fafc73; +} + .border-x-slate-50\\/5 { border-left-color: #f8fafc0d; border-right-color: #f8fafc0d; @@ -30234,11 +41559,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafc80; } +.border-x-slate-50\\/55 { + border-left-color: #f8fafc8c; + border-right-color: #f8fafc8c; +} + .border-x-slate-50\\/60 { border-left-color: #f8fafc99; border-right-color: #f8fafc99; } +.border-x-slate-50\\/65 { + border-left-color: #f8fafca6; + border-right-color: #f8fafca6; +} + .border-x-slate-50\\/70 { border-left-color: #f8fafcb3; border-right-color: #f8fafcb3; @@ -30254,6 +41589,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafccc; } +.border-x-slate-50\\/85 { + border-left-color: #f8fafcd9; + border-right-color: #f8fafcd9; +} + .border-x-slate-50\\/90 { border-left-color: #f8fafce6; border-right-color: #f8fafce6; @@ -30284,6 +41624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748b; } +.border-x-slate-500\\/15 { + border-left-color: #64748b26; + border-right-color: #64748b26; +} + .border-x-slate-500\\/20 { border-left-color: #64748b33; border-right-color: #64748b33; @@ -30299,11 +41644,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748b4d; } +.border-x-slate-500\\/35 { + border-left-color: #64748b59; + border-right-color: #64748b59; +} + .border-x-slate-500\\/40 { border-left-color: #64748b66; border-right-color: #64748b66; } +.border-x-slate-500\\/45 { + border-left-color: #64748b73; + border-right-color: #64748b73; +} + .border-x-slate-500\\/5 { border-left-color: #64748b0d; border-right-color: #64748b0d; @@ -30314,11 +41669,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748b80; } +.border-x-slate-500\\/55 { + border-left-color: #64748b8c; + border-right-color: #64748b8c; +} + .border-x-slate-500\\/60 { border-left-color: #64748b99; border-right-color: #64748b99; } +.border-x-slate-500\\/65 { + border-left-color: #64748ba6; + border-right-color: #64748ba6; +} + .border-x-slate-500\\/70 { border-left-color: #64748bb3; border-right-color: #64748bb3; @@ -30334,6 +41699,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748bcc; } +.border-x-slate-500\\/85 { + border-left-color: #64748bd9; + border-right-color: #64748bd9; +} + .border-x-slate-500\\/90 { border-left-color: #64748be6; border-right-color: #64748be6; @@ -30364,6 +41734,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #475569; } +.border-x-slate-600\\/15 { + border-left-color: #47556926; + border-right-color: #47556926; +} + .border-x-slate-600\\/20 { border-left-color: #47556933; border-right-color: #47556933; @@ -30379,11 +41754,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4755694d; } +.border-x-slate-600\\/35 { + border-left-color: #47556959; + border-right-color: #47556959; +} + .border-x-slate-600\\/40 { border-left-color: #47556966; border-right-color: #47556966; } +.border-x-slate-600\\/45 { + border-left-color: #47556973; + border-right-color: #47556973; +} + .border-x-slate-600\\/5 { border-left-color: #4755690d; border-right-color: #4755690d; @@ -30394,11 +41779,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #47556980; } +.border-x-slate-600\\/55 { + border-left-color: #4755698c; + border-right-color: #4755698c; +} + .border-x-slate-600\\/60 { border-left-color: #47556999; border-right-color: #47556999; } +.border-x-slate-600\\/65 { + border-left-color: #475569a6; + border-right-color: #475569a6; +} + .border-x-slate-600\\/70 { border-left-color: #475569b3; border-right-color: #475569b3; @@ -30414,6 +41809,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #475569cc; } +.border-x-slate-600\\/85 { + border-left-color: #475569d9; + border-right-color: #475569d9; +} + .border-x-slate-600\\/90 { border-left-color: #475569e6; border-right-color: #475569e6; @@ -30444,6 +41844,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #334155; } +.border-x-slate-700\\/15 { + border-left-color: #33415526; + border-right-color: #33415526; +} + .border-x-slate-700\\/20 { border-left-color: #33415533; border-right-color: #33415533; @@ -30459,11 +41864,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3341554d; } +.border-x-slate-700\\/35 { + border-left-color: #33415559; + border-right-color: #33415559; +} + .border-x-slate-700\\/40 { border-left-color: #33415566; border-right-color: #33415566; } +.border-x-slate-700\\/45 { + border-left-color: #33415573; + border-right-color: #33415573; +} + .border-x-slate-700\\/5 { border-left-color: #3341550d; border-right-color: #3341550d; @@ -30474,11 +41889,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #33415580; } +.border-x-slate-700\\/55 { + border-left-color: #3341558c; + border-right-color: #3341558c; +} + .border-x-slate-700\\/60 { border-left-color: #33415599; border-right-color: #33415599; } +.border-x-slate-700\\/65 { + border-left-color: #334155a6; + border-right-color: #334155a6; +} + .border-x-slate-700\\/70 { border-left-color: #334155b3; border-right-color: #334155b3; @@ -30494,6 +41919,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #334155cc; } +.border-x-slate-700\\/85 { + border-left-color: #334155d9; + border-right-color: #334155d9; +} + .border-x-slate-700\\/90 { border-left-color: #334155e6; border-right-color: #334155e6; @@ -30524,6 +41954,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293b; } +.border-x-slate-800\\/15 { + border-left-color: #1e293b26; + border-right-color: #1e293b26; +} + .border-x-slate-800\\/20 { border-left-color: #1e293b33; border-right-color: #1e293b33; @@ -30539,11 +41974,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293b4d; } +.border-x-slate-800\\/35 { + border-left-color: #1e293b59; + border-right-color: #1e293b59; +} + .border-x-slate-800\\/40 { border-left-color: #1e293b66; border-right-color: #1e293b66; } +.border-x-slate-800\\/45 { + border-left-color: #1e293b73; + border-right-color: #1e293b73; +} + .border-x-slate-800\\/5 { border-left-color: #1e293b0d; border-right-color: #1e293b0d; @@ -30554,11 +41999,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293b80; } +.border-x-slate-800\\/55 { + border-left-color: #1e293b8c; + border-right-color: #1e293b8c; +} + .border-x-slate-800\\/60 { border-left-color: #1e293b99; border-right-color: #1e293b99; } +.border-x-slate-800\\/65 { + border-left-color: #1e293ba6; + border-right-color: #1e293ba6; +} + .border-x-slate-800\\/70 { border-left-color: #1e293bb3; border-right-color: #1e293bb3; @@ -30574,6 +42029,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293bcc; } +.border-x-slate-800\\/85 { + border-left-color: #1e293bd9; + border-right-color: #1e293bd9; +} + .border-x-slate-800\\/90 { border-left-color: #1e293be6; border-right-color: #1e293be6; @@ -30604,6 +42064,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172a; } +.border-x-slate-900\\/15 { + border-left-color: #0f172a26; + border-right-color: #0f172a26; +} + .border-x-slate-900\\/20 { border-left-color: #0f172a33; border-right-color: #0f172a33; @@ -30619,11 +42084,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172a4d; } +.border-x-slate-900\\/35 { + border-left-color: #0f172a59; + border-right-color: #0f172a59; +} + .border-x-slate-900\\/40 { border-left-color: #0f172a66; border-right-color: #0f172a66; } +.border-x-slate-900\\/45 { + border-left-color: #0f172a73; + border-right-color: #0f172a73; +} + .border-x-slate-900\\/5 { border-left-color: #0f172a0d; border-right-color: #0f172a0d; @@ -30634,11 +42109,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172a80; } +.border-x-slate-900\\/55 { + border-left-color: #0f172a8c; + border-right-color: #0f172a8c; +} + .border-x-slate-900\\/60 { border-left-color: #0f172a99; border-right-color: #0f172a99; } +.border-x-slate-900\\/65 { + border-left-color: #0f172aa6; + border-right-color: #0f172aa6; +} + .border-x-slate-900\\/70 { border-left-color: #0f172ab3; border-right-color: #0f172ab3; @@ -30654,6 +42139,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172acc; } +.border-x-slate-900\\/85 { + border-left-color: #0f172ad9; + border-right-color: #0f172ad9; +} + .border-x-slate-900\\/90 { border-left-color: #0f172ae6; border-right-color: #0f172ae6; @@ -30684,6 +42174,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #020617; } +.border-x-slate-950\\/15 { + border-left-color: #02061726; + border-right-color: #02061726; +} + .border-x-slate-950\\/20 { border-left-color: #02061733; border-right-color: #02061733; @@ -30699,11 +42194,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0206174d; } +.border-x-slate-950\\/35 { + border-left-color: #02061759; + border-right-color: #02061759; +} + .border-x-slate-950\\/40 { border-left-color: #02061766; border-right-color: #02061766; } +.border-x-slate-950\\/45 { + border-left-color: #02061773; + border-right-color: #02061773; +} + .border-x-slate-950\\/5 { border-left-color: #0206170d; border-right-color: #0206170d; @@ -30714,11 +42219,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #02061780; } +.border-x-slate-950\\/55 { + border-left-color: #0206178c; + border-right-color: #0206178c; +} + .border-x-slate-950\\/60 { border-left-color: #02061799; border-right-color: #02061799; } +.border-x-slate-950\\/65 { + border-left-color: #020617a6; + border-right-color: #020617a6; +} + .border-x-slate-950\\/70 { border-left-color: #020617b3; border-right-color: #020617b3; @@ -30734,6 +42249,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #020617cc; } +.border-x-slate-950\\/85 { + border-left-color: #020617d9; + border-right-color: #020617d9; +} + .border-x-slate-950\\/90 { border-left-color: #020617e6; border-right-color: #020617e6; @@ -30764,6 +42284,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f4; } +.border-x-stone-100\\/15 { + border-left-color: #f5f5f426; + border-right-color: #f5f5f426; +} + .border-x-stone-100\\/20 { border-left-color: #f5f5f433; border-right-color: #f5f5f433; @@ -30779,11 +42304,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f44d; } +.border-x-stone-100\\/35 { + border-left-color: #f5f5f459; + border-right-color: #f5f5f459; +} + .border-x-stone-100\\/40 { border-left-color: #f5f5f466; border-right-color: #f5f5f466; } +.border-x-stone-100\\/45 { + border-left-color: #f5f5f473; + border-right-color: #f5f5f473; +} + .border-x-stone-100\\/5 { border-left-color: #f5f5f40d; border-right-color: #f5f5f40d; @@ -30794,11 +42329,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f480; } +.border-x-stone-100\\/55 { + border-left-color: #f5f5f48c; + border-right-color: #f5f5f48c; +} + .border-x-stone-100\\/60 { border-left-color: #f5f5f499; border-right-color: #f5f5f499; } +.border-x-stone-100\\/65 { + border-left-color: #f5f5f4a6; + border-right-color: #f5f5f4a6; +} + .border-x-stone-100\\/70 { border-left-color: #f5f5f4b3; border-right-color: #f5f5f4b3; @@ -30814,6 +42359,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f4cc; } +.border-x-stone-100\\/85 { + border-left-color: #f5f5f4d9; + border-right-color: #f5f5f4d9; +} + .border-x-stone-100\\/90 { border-left-color: #f5f5f4e6; border-right-color: #f5f5f4e6; @@ -30844,6 +42394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e4; } +.border-x-stone-200\\/15 { + border-left-color: #e7e5e426; + border-right-color: #e7e5e426; +} + .border-x-stone-200\\/20 { border-left-color: #e7e5e433; border-right-color: #e7e5e433; @@ -30859,11 +42414,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e44d; } +.border-x-stone-200\\/35 { + border-left-color: #e7e5e459; + border-right-color: #e7e5e459; +} + .border-x-stone-200\\/40 { border-left-color: #e7e5e466; border-right-color: #e7e5e466; } +.border-x-stone-200\\/45 { + border-left-color: #e7e5e473; + border-right-color: #e7e5e473; +} + .border-x-stone-200\\/5 { border-left-color: #e7e5e40d; border-right-color: #e7e5e40d; @@ -30874,11 +42439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e480; } +.border-x-stone-200\\/55 { + border-left-color: #e7e5e48c; + border-right-color: #e7e5e48c; +} + .border-x-stone-200\\/60 { border-left-color: #e7e5e499; border-right-color: #e7e5e499; } +.border-x-stone-200\\/65 { + border-left-color: #e7e5e4a6; + border-right-color: #e7e5e4a6; +} + .border-x-stone-200\\/70 { border-left-color: #e7e5e4b3; border-right-color: #e7e5e4b3; @@ -30894,6 +42469,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e4cc; } +.border-x-stone-200\\/85 { + border-left-color: #e7e5e4d9; + border-right-color: #e7e5e4d9; +} + .border-x-stone-200\\/90 { border-left-color: #e7e5e4e6; border-right-color: #e7e5e4e6; @@ -30924,6 +42504,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d1; } +.border-x-stone-300\\/15 { + border-left-color: #d6d3d126; + border-right-color: #d6d3d126; +} + .border-x-stone-300\\/20 { border-left-color: #d6d3d133; border-right-color: #d6d3d133; @@ -30939,11 +42524,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d14d; } +.border-x-stone-300\\/35 { + border-left-color: #d6d3d159; + border-right-color: #d6d3d159; +} + .border-x-stone-300\\/40 { border-left-color: #d6d3d166; border-right-color: #d6d3d166; } +.border-x-stone-300\\/45 { + border-left-color: #d6d3d173; + border-right-color: #d6d3d173; +} + .border-x-stone-300\\/5 { border-left-color: #d6d3d10d; border-right-color: #d6d3d10d; @@ -30954,11 +42549,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d180; } +.border-x-stone-300\\/55 { + border-left-color: #d6d3d18c; + border-right-color: #d6d3d18c; +} + .border-x-stone-300\\/60 { border-left-color: #d6d3d199; border-right-color: #d6d3d199; } +.border-x-stone-300\\/65 { + border-left-color: #d6d3d1a6; + border-right-color: #d6d3d1a6; +} + .border-x-stone-300\\/70 { border-left-color: #d6d3d1b3; border-right-color: #d6d3d1b3; @@ -30974,6 +42579,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d1cc; } +.border-x-stone-300\\/85 { + border-left-color: #d6d3d1d9; + border-right-color: #d6d3d1d9; +} + .border-x-stone-300\\/90 { border-left-color: #d6d3d1e6; border-right-color: #d6d3d1e6; @@ -31004,6 +42614,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29e; } +.border-x-stone-400\\/15 { + border-left-color: #a8a29e26; + border-right-color: #a8a29e26; +} + .border-x-stone-400\\/20 { border-left-color: #a8a29e33; border-right-color: #a8a29e33; @@ -31019,11 +42634,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29e4d; } +.border-x-stone-400\\/35 { + border-left-color: #a8a29e59; + border-right-color: #a8a29e59; +} + .border-x-stone-400\\/40 { border-left-color: #a8a29e66; border-right-color: #a8a29e66; } +.border-x-stone-400\\/45 { + border-left-color: #a8a29e73; + border-right-color: #a8a29e73; +} + .border-x-stone-400\\/5 { border-left-color: #a8a29e0d; border-right-color: #a8a29e0d; @@ -31034,11 +42659,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29e80; } +.border-x-stone-400\\/55 { + border-left-color: #a8a29e8c; + border-right-color: #a8a29e8c; +} + .border-x-stone-400\\/60 { border-left-color: #a8a29e99; border-right-color: #a8a29e99; } +.border-x-stone-400\\/65 { + border-left-color: #a8a29ea6; + border-right-color: #a8a29ea6; +} + .border-x-stone-400\\/70 { border-left-color: #a8a29eb3; border-right-color: #a8a29eb3; @@ -31054,6 +42689,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29ecc; } +.border-x-stone-400\\/85 { + border-left-color: #a8a29ed9; + border-right-color: #a8a29ed9; +} + .border-x-stone-400\\/90 { border-left-color: #a8a29ee6; border-right-color: #a8a29ee6; @@ -31084,6 +42724,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf9; } +.border-x-stone-50\\/15 { + border-left-color: #fafaf926; + border-right-color: #fafaf926; +} + .border-x-stone-50\\/20 { border-left-color: #fafaf933; border-right-color: #fafaf933; @@ -31099,11 +42744,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf94d; } +.border-x-stone-50\\/35 { + border-left-color: #fafaf959; + border-right-color: #fafaf959; +} + .border-x-stone-50\\/40 { border-left-color: #fafaf966; border-right-color: #fafaf966; } +.border-x-stone-50\\/45 { + border-left-color: #fafaf973; + border-right-color: #fafaf973; +} + .border-x-stone-50\\/5 { border-left-color: #fafaf90d; border-right-color: #fafaf90d; @@ -31114,11 +42769,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf980; } +.border-x-stone-50\\/55 { + border-left-color: #fafaf98c; + border-right-color: #fafaf98c; +} + .border-x-stone-50\\/60 { border-left-color: #fafaf999; border-right-color: #fafaf999; } +.border-x-stone-50\\/65 { + border-left-color: #fafaf9a6; + border-right-color: #fafaf9a6; +} + .border-x-stone-50\\/70 { border-left-color: #fafaf9b3; border-right-color: #fafaf9b3; @@ -31134,6 +42799,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf9cc; } +.border-x-stone-50\\/85 { + border-left-color: #fafaf9d9; + border-right-color: #fafaf9d9; +} + .border-x-stone-50\\/90 { border-left-color: #fafaf9e6; border-right-color: #fafaf9e6; @@ -31164,6 +42834,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716c; } +.border-x-stone-500\\/15 { + border-left-color: #78716c26; + border-right-color: #78716c26; +} + .border-x-stone-500\\/20 { border-left-color: #78716c33; border-right-color: #78716c33; @@ -31179,11 +42854,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716c4d; } +.border-x-stone-500\\/35 { + border-left-color: #78716c59; + border-right-color: #78716c59; +} + .border-x-stone-500\\/40 { border-left-color: #78716c66; border-right-color: #78716c66; } +.border-x-stone-500\\/45 { + border-left-color: #78716c73; + border-right-color: #78716c73; +} + .border-x-stone-500\\/5 { border-left-color: #78716c0d; border-right-color: #78716c0d; @@ -31194,11 +42879,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716c80; } +.border-x-stone-500\\/55 { + border-left-color: #78716c8c; + border-right-color: #78716c8c; +} + .border-x-stone-500\\/60 { border-left-color: #78716c99; border-right-color: #78716c99; } +.border-x-stone-500\\/65 { + border-left-color: #78716ca6; + border-right-color: #78716ca6; +} + .border-x-stone-500\\/70 { border-left-color: #78716cb3; border-right-color: #78716cb3; @@ -31214,6 +42909,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716ccc; } +.border-x-stone-500\\/85 { + border-left-color: #78716cd9; + border-right-color: #78716cd9; +} + .border-x-stone-500\\/90 { border-left-color: #78716ce6; border-right-color: #78716ce6; @@ -31244,6 +42944,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534e; } +.border-x-stone-600\\/15 { + border-left-color: #57534e26; + border-right-color: #57534e26; +} + .border-x-stone-600\\/20 { border-left-color: #57534e33; border-right-color: #57534e33; @@ -31259,11 +42964,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534e4d; } +.border-x-stone-600\\/35 { + border-left-color: #57534e59; + border-right-color: #57534e59; +} + .border-x-stone-600\\/40 { border-left-color: #57534e66; border-right-color: #57534e66; } +.border-x-stone-600\\/45 { + border-left-color: #57534e73; + border-right-color: #57534e73; +} + .border-x-stone-600\\/5 { border-left-color: #57534e0d; border-right-color: #57534e0d; @@ -31274,11 +42989,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534e80; } +.border-x-stone-600\\/55 { + border-left-color: #57534e8c; + border-right-color: #57534e8c; +} + .border-x-stone-600\\/60 { border-left-color: #57534e99; border-right-color: #57534e99; } +.border-x-stone-600\\/65 { + border-left-color: #57534ea6; + border-right-color: #57534ea6; +} + .border-x-stone-600\\/70 { border-left-color: #57534eb3; border-right-color: #57534eb3; @@ -31294,6 +43019,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534ecc; } +.border-x-stone-600\\/85 { + border-left-color: #57534ed9; + border-right-color: #57534ed9; +} + .border-x-stone-600\\/90 { border-left-color: #57534ee6; border-right-color: #57534ee6; @@ -31324,6 +43054,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403c; } +.border-x-stone-700\\/15 { + border-left-color: #44403c26; + border-right-color: #44403c26; +} + .border-x-stone-700\\/20 { border-left-color: #44403c33; border-right-color: #44403c33; @@ -31339,11 +43074,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403c4d; } +.border-x-stone-700\\/35 { + border-left-color: #44403c59; + border-right-color: #44403c59; +} + .border-x-stone-700\\/40 { border-left-color: #44403c66; border-right-color: #44403c66; } +.border-x-stone-700\\/45 { + border-left-color: #44403c73; + border-right-color: #44403c73; +} + .border-x-stone-700\\/5 { border-left-color: #44403c0d; border-right-color: #44403c0d; @@ -31354,11 +43099,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403c80; } +.border-x-stone-700\\/55 { + border-left-color: #44403c8c; + border-right-color: #44403c8c; +} + .border-x-stone-700\\/60 { border-left-color: #44403c99; border-right-color: #44403c99; } +.border-x-stone-700\\/65 { + border-left-color: #44403ca6; + border-right-color: #44403ca6; +} + .border-x-stone-700\\/70 { border-left-color: #44403cb3; border-right-color: #44403cb3; @@ -31374,6 +43129,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403ccc; } +.border-x-stone-700\\/85 { + border-left-color: #44403cd9; + border-right-color: #44403cd9; +} + .border-x-stone-700\\/90 { border-left-color: #44403ce6; border-right-color: #44403ce6; @@ -31404,6 +43164,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #292524; } +.border-x-stone-800\\/15 { + border-left-color: #29252426; + border-right-color: #29252426; +} + .border-x-stone-800\\/20 { border-left-color: #29252433; border-right-color: #29252433; @@ -31419,11 +43184,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2925244d; } +.border-x-stone-800\\/35 { + border-left-color: #29252459; + border-right-color: #29252459; +} + .border-x-stone-800\\/40 { border-left-color: #29252466; border-right-color: #29252466; } +.border-x-stone-800\\/45 { + border-left-color: #29252473; + border-right-color: #29252473; +} + .border-x-stone-800\\/5 { border-left-color: #2925240d; border-right-color: #2925240d; @@ -31434,11 +43209,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #29252480; } +.border-x-stone-800\\/55 { + border-left-color: #2925248c; + border-right-color: #2925248c; +} + .border-x-stone-800\\/60 { border-left-color: #29252499; border-right-color: #29252499; } +.border-x-stone-800\\/65 { + border-left-color: #292524a6; + border-right-color: #292524a6; +} + .border-x-stone-800\\/70 { border-left-color: #292524b3; border-right-color: #292524b3; @@ -31454,6 +43239,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #292524cc; } +.border-x-stone-800\\/85 { + border-left-color: #292524d9; + border-right-color: #292524d9; +} + .border-x-stone-800\\/90 { border-left-color: #292524e6; border-right-color: #292524e6; @@ -31484,6 +43274,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c1917; } +.border-x-stone-900\\/15 { + border-left-color: #1c191726; + border-right-color: #1c191726; +} + .border-x-stone-900\\/20 { border-left-color: #1c191733; border-right-color: #1c191733; @@ -31499,11 +43294,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c19174d; } +.border-x-stone-900\\/35 { + border-left-color: #1c191759; + border-right-color: #1c191759; +} + .border-x-stone-900\\/40 { border-left-color: #1c191766; border-right-color: #1c191766; } +.border-x-stone-900\\/45 { + border-left-color: #1c191773; + border-right-color: #1c191773; +} + .border-x-stone-900\\/5 { border-left-color: #1c19170d; border-right-color: #1c19170d; @@ -31514,11 +43319,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c191780; } +.border-x-stone-900\\/55 { + border-left-color: #1c19178c; + border-right-color: #1c19178c; +} + .border-x-stone-900\\/60 { border-left-color: #1c191799; border-right-color: #1c191799; } +.border-x-stone-900\\/65 { + border-left-color: #1c1917a6; + border-right-color: #1c1917a6; +} + .border-x-stone-900\\/70 { border-left-color: #1c1917b3; border-right-color: #1c1917b3; @@ -31534,6 +43349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c1917cc; } +.border-x-stone-900\\/85 { + border-left-color: #1c1917d9; + border-right-color: #1c1917d9; +} + .border-x-stone-900\\/90 { border-left-color: #1c1917e6; border-right-color: #1c1917e6; @@ -31564,6 +43384,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a09; } +.border-x-stone-950\\/15 { + border-left-color: #0c0a0926; + border-right-color: #0c0a0926; +} + .border-x-stone-950\\/20 { border-left-color: #0c0a0933; border-right-color: #0c0a0933; @@ -31579,11 +43404,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a094d; } +.border-x-stone-950\\/35 { + border-left-color: #0c0a0959; + border-right-color: #0c0a0959; +} + .border-x-stone-950\\/40 { border-left-color: #0c0a0966; border-right-color: #0c0a0966; } +.border-x-stone-950\\/45 { + border-left-color: #0c0a0973; + border-right-color: #0c0a0973; +} + .border-x-stone-950\\/5 { border-left-color: #0c0a090d; border-right-color: #0c0a090d; @@ -31594,11 +43429,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a0980; } +.border-x-stone-950\\/55 { + border-left-color: #0c0a098c; + border-right-color: #0c0a098c; +} + .border-x-stone-950\\/60 { border-left-color: #0c0a0999; border-right-color: #0c0a0999; } +.border-x-stone-950\\/65 { + border-left-color: #0c0a09a6; + border-right-color: #0c0a09a6; +} + .border-x-stone-950\\/70 { border-left-color: #0c0a09b3; border-right-color: #0c0a09b3; @@ -31614,6 +43459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a09cc; } +.border-x-stone-950\\/85 { + border-left-color: #0c0a09d9; + border-right-color: #0c0a09d9; +} + .border-x-stone-950\\/90 { border-left-color: #0c0a09e6; border-right-color: #0c0a09e6; @@ -31644,6 +43494,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf1; } +.border-x-teal-100\\/15 { + border-left-color: #ccfbf126; + border-right-color: #ccfbf126; +} + .border-x-teal-100\\/20 { border-left-color: #ccfbf133; border-right-color: #ccfbf133; @@ -31659,11 +43514,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf14d; } +.border-x-teal-100\\/35 { + border-left-color: #ccfbf159; + border-right-color: #ccfbf159; +} + .border-x-teal-100\\/40 { border-left-color: #ccfbf166; border-right-color: #ccfbf166; } +.border-x-teal-100\\/45 { + border-left-color: #ccfbf173; + border-right-color: #ccfbf173; +} + .border-x-teal-100\\/5 { border-left-color: #ccfbf10d; border-right-color: #ccfbf10d; @@ -31674,11 +43539,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf180; } +.border-x-teal-100\\/55 { + border-left-color: #ccfbf18c; + border-right-color: #ccfbf18c; +} + .border-x-teal-100\\/60 { border-left-color: #ccfbf199; border-right-color: #ccfbf199; } +.border-x-teal-100\\/65 { + border-left-color: #ccfbf1a6; + border-right-color: #ccfbf1a6; +} + .border-x-teal-100\\/70 { border-left-color: #ccfbf1b3; border-right-color: #ccfbf1b3; @@ -31694,6 +43569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf1cc; } +.border-x-teal-100\\/85 { + border-left-color: #ccfbf1d9; + border-right-color: #ccfbf1d9; +} + .border-x-teal-100\\/90 { border-left-color: #ccfbf1e6; border-right-color: #ccfbf1e6; @@ -31724,6 +43604,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e4; } +.border-x-teal-200\\/15 { + border-left-color: #99f6e426; + border-right-color: #99f6e426; +} + .border-x-teal-200\\/20 { border-left-color: #99f6e433; border-right-color: #99f6e433; @@ -31739,11 +43624,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e44d; } +.border-x-teal-200\\/35 { + border-left-color: #99f6e459; + border-right-color: #99f6e459; +} + .border-x-teal-200\\/40 { border-left-color: #99f6e466; border-right-color: #99f6e466; } +.border-x-teal-200\\/45 { + border-left-color: #99f6e473; + border-right-color: #99f6e473; +} + .border-x-teal-200\\/5 { border-left-color: #99f6e40d; border-right-color: #99f6e40d; @@ -31754,11 +43649,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e480; } +.border-x-teal-200\\/55 { + border-left-color: #99f6e48c; + border-right-color: #99f6e48c; +} + .border-x-teal-200\\/60 { border-left-color: #99f6e499; border-right-color: #99f6e499; } +.border-x-teal-200\\/65 { + border-left-color: #99f6e4a6; + border-right-color: #99f6e4a6; +} + .border-x-teal-200\\/70 { border-left-color: #99f6e4b3; border-right-color: #99f6e4b3; @@ -31774,6 +43679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e4cc; } +.border-x-teal-200\\/85 { + border-left-color: #99f6e4d9; + border-right-color: #99f6e4d9; +} + .border-x-teal-200\\/90 { border-left-color: #99f6e4e6; border-right-color: #99f6e4e6; @@ -31804,6 +43714,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead4; } +.border-x-teal-300\\/15 { + border-left-color: #5eead426; + border-right-color: #5eead426; +} + .border-x-teal-300\\/20 { border-left-color: #5eead433; border-right-color: #5eead433; @@ -31819,11 +43734,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead44d; } +.border-x-teal-300\\/35 { + border-left-color: #5eead459; + border-right-color: #5eead459; +} + .border-x-teal-300\\/40 { border-left-color: #5eead466; border-right-color: #5eead466; } +.border-x-teal-300\\/45 { + border-left-color: #5eead473; + border-right-color: #5eead473; +} + .border-x-teal-300\\/5 { border-left-color: #5eead40d; border-right-color: #5eead40d; @@ -31834,11 +43759,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead480; } +.border-x-teal-300\\/55 { + border-left-color: #5eead48c; + border-right-color: #5eead48c; +} + .border-x-teal-300\\/60 { border-left-color: #5eead499; border-right-color: #5eead499; } +.border-x-teal-300\\/65 { + border-left-color: #5eead4a6; + border-right-color: #5eead4a6; +} + .border-x-teal-300\\/70 { border-left-color: #5eead4b3; border-right-color: #5eead4b3; @@ -31854,6 +43789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead4cc; } +.border-x-teal-300\\/85 { + border-left-color: #5eead4d9; + border-right-color: #5eead4d9; +} + .border-x-teal-300\\/90 { border-left-color: #5eead4e6; border-right-color: #5eead4e6; @@ -31884,6 +43824,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bf; } +.border-x-teal-400\\/15 { + border-left-color: #2dd4bf26; + border-right-color: #2dd4bf26; +} + .border-x-teal-400\\/20 { border-left-color: #2dd4bf33; border-right-color: #2dd4bf33; @@ -31899,11 +43844,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bf4d; } +.border-x-teal-400\\/35 { + border-left-color: #2dd4bf59; + border-right-color: #2dd4bf59; +} + .border-x-teal-400\\/40 { border-left-color: #2dd4bf66; border-right-color: #2dd4bf66; } +.border-x-teal-400\\/45 { + border-left-color: #2dd4bf73; + border-right-color: #2dd4bf73; +} + .border-x-teal-400\\/5 { border-left-color: #2dd4bf0d; border-right-color: #2dd4bf0d; @@ -31914,11 +43869,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bf80; } +.border-x-teal-400\\/55 { + border-left-color: #2dd4bf8c; + border-right-color: #2dd4bf8c; +} + .border-x-teal-400\\/60 { border-left-color: #2dd4bf99; border-right-color: #2dd4bf99; } +.border-x-teal-400\\/65 { + border-left-color: #2dd4bfa6; + border-right-color: #2dd4bfa6; +} + .border-x-teal-400\\/70 { border-left-color: #2dd4bfb3; border-right-color: #2dd4bfb3; @@ -31934,6 +43899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bfcc; } +.border-x-teal-400\\/85 { + border-left-color: #2dd4bfd9; + border-right-color: #2dd4bfd9; +} + .border-x-teal-400\\/90 { border-left-color: #2dd4bfe6; border-right-color: #2dd4bfe6; @@ -31964,6 +43934,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfa; } +.border-x-teal-50\\/15 { + border-left-color: #f0fdfa26; + border-right-color: #f0fdfa26; +} + .border-x-teal-50\\/20 { border-left-color: #f0fdfa33; border-right-color: #f0fdfa33; @@ -31979,11 +43954,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfa4d; } +.border-x-teal-50\\/35 { + border-left-color: #f0fdfa59; + border-right-color: #f0fdfa59; +} + .border-x-teal-50\\/40 { border-left-color: #f0fdfa66; border-right-color: #f0fdfa66; } +.border-x-teal-50\\/45 { + border-left-color: #f0fdfa73; + border-right-color: #f0fdfa73; +} + .border-x-teal-50\\/5 { border-left-color: #f0fdfa0d; border-right-color: #f0fdfa0d; @@ -31994,11 +43979,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfa80; } +.border-x-teal-50\\/55 { + border-left-color: #f0fdfa8c; + border-right-color: #f0fdfa8c; +} + .border-x-teal-50\\/60 { border-left-color: #f0fdfa99; border-right-color: #f0fdfa99; } +.border-x-teal-50\\/65 { + border-left-color: #f0fdfaa6; + border-right-color: #f0fdfaa6; +} + .border-x-teal-50\\/70 { border-left-color: #f0fdfab3; border-right-color: #f0fdfab3; @@ -32014,6 +44009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfacc; } +.border-x-teal-50\\/85 { + border-left-color: #f0fdfad9; + border-right-color: #f0fdfad9; +} + .border-x-teal-50\\/90 { border-left-color: #f0fdfae6; border-right-color: #f0fdfae6; @@ -32044,6 +44044,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a6; } +.border-x-teal-500\\/15 { + border-left-color: #14b8a626; + border-right-color: #14b8a626; +} + .border-x-teal-500\\/20 { border-left-color: #14b8a633; border-right-color: #14b8a633; @@ -32059,11 +44064,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a64d; } +.border-x-teal-500\\/35 { + border-left-color: #14b8a659; + border-right-color: #14b8a659; +} + .border-x-teal-500\\/40 { border-left-color: #14b8a666; border-right-color: #14b8a666; } +.border-x-teal-500\\/45 { + border-left-color: #14b8a673; + border-right-color: #14b8a673; +} + .border-x-teal-500\\/5 { border-left-color: #14b8a60d; border-right-color: #14b8a60d; @@ -32074,11 +44089,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a680; } +.border-x-teal-500\\/55 { + border-left-color: #14b8a68c; + border-right-color: #14b8a68c; +} + .border-x-teal-500\\/60 { border-left-color: #14b8a699; border-right-color: #14b8a699; } +.border-x-teal-500\\/65 { + border-left-color: #14b8a6a6; + border-right-color: #14b8a6a6; +} + .border-x-teal-500\\/70 { border-left-color: #14b8a6b3; border-right-color: #14b8a6b3; @@ -32094,6 +44119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a6cc; } +.border-x-teal-500\\/85 { + border-left-color: #14b8a6d9; + border-right-color: #14b8a6d9; +} + .border-x-teal-500\\/90 { border-left-color: #14b8a6e6; border-right-color: #14b8a6e6; @@ -32124,6 +44154,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d9488; } +.border-x-teal-600\\/15 { + border-left-color: #0d948826; + border-right-color: #0d948826; +} + .border-x-teal-600\\/20 { border-left-color: #0d948833; border-right-color: #0d948833; @@ -32139,11 +44174,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d94884d; } +.border-x-teal-600\\/35 { + border-left-color: #0d948859; + border-right-color: #0d948859; +} + .border-x-teal-600\\/40 { border-left-color: #0d948866; border-right-color: #0d948866; } +.border-x-teal-600\\/45 { + border-left-color: #0d948873; + border-right-color: #0d948873; +} + .border-x-teal-600\\/5 { border-left-color: #0d94880d; border-right-color: #0d94880d; @@ -32154,11 +44199,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d948880; } +.border-x-teal-600\\/55 { + border-left-color: #0d94888c; + border-right-color: #0d94888c; +} + .border-x-teal-600\\/60 { border-left-color: #0d948899; border-right-color: #0d948899; } +.border-x-teal-600\\/65 { + border-left-color: #0d9488a6; + border-right-color: #0d9488a6; +} + .border-x-teal-600\\/70 { border-left-color: #0d9488b3; border-right-color: #0d9488b3; @@ -32174,6 +44229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d9488cc; } +.border-x-teal-600\\/85 { + border-left-color: #0d9488d9; + border-right-color: #0d9488d9; +} + .border-x-teal-600\\/90 { border-left-color: #0d9488e6; border-right-color: #0d9488e6; @@ -32204,6 +44264,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766e; } +.border-x-teal-700\\/15 { + border-left-color: #0f766e26; + border-right-color: #0f766e26; +} + .border-x-teal-700\\/20 { border-left-color: #0f766e33; border-right-color: #0f766e33; @@ -32219,11 +44284,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766e4d; } +.border-x-teal-700\\/35 { + border-left-color: #0f766e59; + border-right-color: #0f766e59; +} + .border-x-teal-700\\/40 { border-left-color: #0f766e66; border-right-color: #0f766e66; } +.border-x-teal-700\\/45 { + border-left-color: #0f766e73; + border-right-color: #0f766e73; +} + .border-x-teal-700\\/5 { border-left-color: #0f766e0d; border-right-color: #0f766e0d; @@ -32234,11 +44309,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766e80; } +.border-x-teal-700\\/55 { + border-left-color: #0f766e8c; + border-right-color: #0f766e8c; +} + .border-x-teal-700\\/60 { border-left-color: #0f766e99; border-right-color: #0f766e99; } +.border-x-teal-700\\/65 { + border-left-color: #0f766ea6; + border-right-color: #0f766ea6; +} + .border-x-teal-700\\/70 { border-left-color: #0f766eb3; border-right-color: #0f766eb3; @@ -32254,6 +44339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766ecc; } +.border-x-teal-700\\/85 { + border-left-color: #0f766ed9; + border-right-color: #0f766ed9; +} + .border-x-teal-700\\/90 { border-left-color: #0f766ee6; border-right-color: #0f766ee6; @@ -32284,6 +44374,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e59; } +.border-x-teal-800\\/15 { + border-left-color: #115e5926; + border-right-color: #115e5926; +} + .border-x-teal-800\\/20 { border-left-color: #115e5933; border-right-color: #115e5933; @@ -32299,11 +44394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e594d; } +.border-x-teal-800\\/35 { + border-left-color: #115e5959; + border-right-color: #115e5959; +} + .border-x-teal-800\\/40 { border-left-color: #115e5966; border-right-color: #115e5966; } +.border-x-teal-800\\/45 { + border-left-color: #115e5973; + border-right-color: #115e5973; +} + .border-x-teal-800\\/5 { border-left-color: #115e590d; border-right-color: #115e590d; @@ -32314,11 +44419,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e5980; } +.border-x-teal-800\\/55 { + border-left-color: #115e598c; + border-right-color: #115e598c; +} + .border-x-teal-800\\/60 { border-left-color: #115e5999; border-right-color: #115e5999; } +.border-x-teal-800\\/65 { + border-left-color: #115e59a6; + border-right-color: #115e59a6; +} + .border-x-teal-800\\/70 { border-left-color: #115e59b3; border-right-color: #115e59b3; @@ -32334,6 +44449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e59cc; } +.border-x-teal-800\\/85 { + border-left-color: #115e59d9; + border-right-color: #115e59d9; +} + .border-x-teal-800\\/90 { border-left-color: #115e59e6; border-right-color: #115e59e6; @@ -32364,6 +44484,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4a; } +.border-x-teal-900\\/15 { + border-left-color: #134e4a26; + border-right-color: #134e4a26; +} + .border-x-teal-900\\/20 { border-left-color: #134e4a33; border-right-color: #134e4a33; @@ -32379,11 +44504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4a4d; } +.border-x-teal-900\\/35 { + border-left-color: #134e4a59; + border-right-color: #134e4a59; +} + .border-x-teal-900\\/40 { border-left-color: #134e4a66; border-right-color: #134e4a66; } +.border-x-teal-900\\/45 { + border-left-color: #134e4a73; + border-right-color: #134e4a73; +} + .border-x-teal-900\\/5 { border-left-color: #134e4a0d; border-right-color: #134e4a0d; @@ -32394,11 +44529,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4a80; } +.border-x-teal-900\\/55 { + border-left-color: #134e4a8c; + border-right-color: #134e4a8c; +} + .border-x-teal-900\\/60 { border-left-color: #134e4a99; border-right-color: #134e4a99; } +.border-x-teal-900\\/65 { + border-left-color: #134e4aa6; + border-right-color: #134e4aa6; +} + .border-x-teal-900\\/70 { border-left-color: #134e4ab3; border-right-color: #134e4ab3; @@ -32414,6 +44559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4acc; } +.border-x-teal-900\\/85 { + border-left-color: #134e4ad9; + border-right-color: #134e4ad9; +} + .border-x-teal-900\\/90 { border-left-color: #134e4ae6; border-right-color: #134e4ae6; @@ -32444,6 +44594,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2e; } +.border-x-teal-950\\/15 { + border-left-color: #042f2e26; + border-right-color: #042f2e26; +} + .border-x-teal-950\\/20 { border-left-color: #042f2e33; border-right-color: #042f2e33; @@ -32459,11 +44614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2e4d; } +.border-x-teal-950\\/35 { + border-left-color: #042f2e59; + border-right-color: #042f2e59; +} + .border-x-teal-950\\/40 { border-left-color: #042f2e66; border-right-color: #042f2e66; } +.border-x-teal-950\\/45 { + border-left-color: #042f2e73; + border-right-color: #042f2e73; +} + .border-x-teal-950\\/5 { border-left-color: #042f2e0d; border-right-color: #042f2e0d; @@ -32474,11 +44639,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2e80; } +.border-x-teal-950\\/55 { + border-left-color: #042f2e8c; + border-right-color: #042f2e8c; +} + .border-x-teal-950\\/60 { border-left-color: #042f2e99; border-right-color: #042f2e99; } +.border-x-teal-950\\/65 { + border-left-color: #042f2ea6; + border-right-color: #042f2ea6; +} + .border-x-teal-950\\/70 { border-left-color: #042f2eb3; border-right-color: #042f2eb3; @@ -32494,6 +44669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2ecc; } +.border-x-teal-950\\/85 { + border-left-color: #042f2ed9; + border-right-color: #042f2ed9; +} + .border-x-teal-950\\/90 { border-left-color: #042f2ee6; border-right-color: #042f2ee6; @@ -32519,6 +44699,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000; } +.border-x-transparent\\/15 { + border-left-color: #00000026; + border-right-color: #00000026; +} + .border-x-transparent\\/20 { border-left-color: #0003; border-right-color: #0003; @@ -32534,11 +44719,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0000004d; } +.border-x-transparent\\/35 { + border-left-color: #00000059; + border-right-color: #00000059; +} + .border-x-transparent\\/40 { border-left-color: #0006; border-right-color: #0006; } +.border-x-transparent\\/45 { + border-left-color: #00000073; + border-right-color: #00000073; +} + .border-x-transparent\\/5 { border-left-color: #0000000d; border-right-color: #0000000d; @@ -32549,11 +44744,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #00000080; } +.border-x-transparent\\/55 { + border-left-color: #0000008c; + border-right-color: #0000008c; +} + .border-x-transparent\\/60 { border-left-color: #0009; border-right-color: #0009; } +.border-x-transparent\\/65 { + border-left-color: #000000a6; + border-right-color: #000000a6; +} + .border-x-transparent\\/70 { border-left-color: #000000b3; border-right-color: #000000b3; @@ -32569,6 +44774,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000c; } +.border-x-transparent\\/85 { + border-left-color: #000000d9; + border-right-color: #000000d9; +} + .border-x-transparent\\/90 { border-left-color: #000000e6; border-right-color: #000000e6; @@ -32599,6 +44809,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fe; } +.border-x-violet-100\\/15 { + border-left-color: #ede9fe26; + border-right-color: #ede9fe26; +} + .border-x-violet-100\\/20 { border-left-color: #ede9fe33; border-right-color: #ede9fe33; @@ -32614,11 +44829,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fe4d; } +.border-x-violet-100\\/35 { + border-left-color: #ede9fe59; + border-right-color: #ede9fe59; +} + .border-x-violet-100\\/40 { border-left-color: #ede9fe66; border-right-color: #ede9fe66; } +.border-x-violet-100\\/45 { + border-left-color: #ede9fe73; + border-right-color: #ede9fe73; +} + .border-x-violet-100\\/5 { border-left-color: #ede9fe0d; border-right-color: #ede9fe0d; @@ -32629,11 +44854,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fe80; } +.border-x-violet-100\\/55 { + border-left-color: #ede9fe8c; + border-right-color: #ede9fe8c; +} + .border-x-violet-100\\/60 { border-left-color: #ede9fe99; border-right-color: #ede9fe99; } +.border-x-violet-100\\/65 { + border-left-color: #ede9fea6; + border-right-color: #ede9fea6; +} + .border-x-violet-100\\/70 { border-left-color: #ede9feb3; border-right-color: #ede9feb3; @@ -32649,6 +44884,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fecc; } +.border-x-violet-100\\/85 { + border-left-color: #ede9fed9; + border-right-color: #ede9fed9; +} + .border-x-violet-100\\/90 { border-left-color: #ede9fee6; border-right-color: #ede9fee6; @@ -32679,6 +44919,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fe; } +.border-x-violet-200\\/15 { + border-left-color: #ddd6fe26; + border-right-color: #ddd6fe26; +} + .border-x-violet-200\\/20 { border-left-color: #ddd6fe33; border-right-color: #ddd6fe33; @@ -32694,11 +44939,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fe4d; } +.border-x-violet-200\\/35 { + border-left-color: #ddd6fe59; + border-right-color: #ddd6fe59; +} + .border-x-violet-200\\/40 { border-left-color: #ddd6fe66; border-right-color: #ddd6fe66; } +.border-x-violet-200\\/45 { + border-left-color: #ddd6fe73; + border-right-color: #ddd6fe73; +} + .border-x-violet-200\\/5 { border-left-color: #ddd6fe0d; border-right-color: #ddd6fe0d; @@ -32709,11 +44964,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fe80; } +.border-x-violet-200\\/55 { + border-left-color: #ddd6fe8c; + border-right-color: #ddd6fe8c; +} + .border-x-violet-200\\/60 { border-left-color: #ddd6fe99; border-right-color: #ddd6fe99; } +.border-x-violet-200\\/65 { + border-left-color: #ddd6fea6; + border-right-color: #ddd6fea6; +} + .border-x-violet-200\\/70 { border-left-color: #ddd6feb3; border-right-color: #ddd6feb3; @@ -32729,6 +44994,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fecc; } +.border-x-violet-200\\/85 { + border-left-color: #ddd6fed9; + border-right-color: #ddd6fed9; +} + .border-x-violet-200\\/90 { border-left-color: #ddd6fee6; border-right-color: #ddd6fee6; @@ -32759,6 +45029,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fd; } +.border-x-violet-300\\/15 { + border-left-color: #c4b5fd26; + border-right-color: #c4b5fd26; +} + .border-x-violet-300\\/20 { border-left-color: #c4b5fd33; border-right-color: #c4b5fd33; @@ -32774,11 +45049,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fd4d; } +.border-x-violet-300\\/35 { + border-left-color: #c4b5fd59; + border-right-color: #c4b5fd59; +} + .border-x-violet-300\\/40 { border-left-color: #c4b5fd66; border-right-color: #c4b5fd66; } +.border-x-violet-300\\/45 { + border-left-color: #c4b5fd73; + border-right-color: #c4b5fd73; +} + .border-x-violet-300\\/5 { border-left-color: #c4b5fd0d; border-right-color: #c4b5fd0d; @@ -32789,11 +45074,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fd80; } +.border-x-violet-300\\/55 { + border-left-color: #c4b5fd8c; + border-right-color: #c4b5fd8c; +} + .border-x-violet-300\\/60 { border-left-color: #c4b5fd99; border-right-color: #c4b5fd99; } +.border-x-violet-300\\/65 { + border-left-color: #c4b5fda6; + border-right-color: #c4b5fda6; +} + .border-x-violet-300\\/70 { border-left-color: #c4b5fdb3; border-right-color: #c4b5fdb3; @@ -32809,6 +45104,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fdcc; } +.border-x-violet-300\\/85 { + border-left-color: #c4b5fdd9; + border-right-color: #c4b5fdd9; +} + .border-x-violet-300\\/90 { border-left-color: #c4b5fde6; border-right-color: #c4b5fde6; @@ -32839,6 +45139,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfa; } +.border-x-violet-400\\/15 { + border-left-color: #a78bfa26; + border-right-color: #a78bfa26; +} + .border-x-violet-400\\/20 { border-left-color: #a78bfa33; border-right-color: #a78bfa33; @@ -32854,11 +45159,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfa4d; } +.border-x-violet-400\\/35 { + border-left-color: #a78bfa59; + border-right-color: #a78bfa59; +} + .border-x-violet-400\\/40 { border-left-color: #a78bfa66; border-right-color: #a78bfa66; } +.border-x-violet-400\\/45 { + border-left-color: #a78bfa73; + border-right-color: #a78bfa73; +} + .border-x-violet-400\\/5 { border-left-color: #a78bfa0d; border-right-color: #a78bfa0d; @@ -32869,11 +45184,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfa80; } +.border-x-violet-400\\/55 { + border-left-color: #a78bfa8c; + border-right-color: #a78bfa8c; +} + .border-x-violet-400\\/60 { border-left-color: #a78bfa99; border-right-color: #a78bfa99; } +.border-x-violet-400\\/65 { + border-left-color: #a78bfaa6; + border-right-color: #a78bfaa6; +} + .border-x-violet-400\\/70 { border-left-color: #a78bfab3; border-right-color: #a78bfab3; @@ -32889,6 +45214,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfacc; } +.border-x-violet-400\\/85 { + border-left-color: #a78bfad9; + border-right-color: #a78bfad9; +} + .border-x-violet-400\\/90 { border-left-color: #a78bfae6; border-right-color: #a78bfae6; @@ -32919,6 +45249,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ff; } +.border-x-violet-50\\/15 { + border-left-color: #f5f3ff26; + border-right-color: #f5f3ff26; +} + .border-x-violet-50\\/20 { border-left-color: #f5f3ff33; border-right-color: #f5f3ff33; @@ -32934,11 +45269,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ff4d; } +.border-x-violet-50\\/35 { + border-left-color: #f5f3ff59; + border-right-color: #f5f3ff59; +} + .border-x-violet-50\\/40 { border-left-color: #f5f3ff66; border-right-color: #f5f3ff66; } +.border-x-violet-50\\/45 { + border-left-color: #f5f3ff73; + border-right-color: #f5f3ff73; +} + .border-x-violet-50\\/5 { border-left-color: #f5f3ff0d; border-right-color: #f5f3ff0d; @@ -32949,11 +45294,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ff80; } +.border-x-violet-50\\/55 { + border-left-color: #f5f3ff8c; + border-right-color: #f5f3ff8c; +} + .border-x-violet-50\\/60 { border-left-color: #f5f3ff99; border-right-color: #f5f3ff99; } +.border-x-violet-50\\/65 { + border-left-color: #f5f3ffa6; + border-right-color: #f5f3ffa6; +} + .border-x-violet-50\\/70 { border-left-color: #f5f3ffb3; border-right-color: #f5f3ffb3; @@ -32969,6 +45324,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ffcc; } +.border-x-violet-50\\/85 { + border-left-color: #f5f3ffd9; + border-right-color: #f5f3ffd9; +} + .border-x-violet-50\\/90 { border-left-color: #f5f3ffe6; border-right-color: #f5f3ffe6; @@ -32999,6 +45359,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf6; } +.border-x-violet-500\\/15 { + border-left-color: #8b5cf626; + border-right-color: #8b5cf626; +} + .border-x-violet-500\\/20 { border-left-color: #8b5cf633; border-right-color: #8b5cf633; @@ -33014,11 +45379,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf64d; } +.border-x-violet-500\\/35 { + border-left-color: #8b5cf659; + border-right-color: #8b5cf659; +} + .border-x-violet-500\\/40 { border-left-color: #8b5cf666; border-right-color: #8b5cf666; } +.border-x-violet-500\\/45 { + border-left-color: #8b5cf673; + border-right-color: #8b5cf673; +} + .border-x-violet-500\\/5 { border-left-color: #8b5cf60d; border-right-color: #8b5cf60d; @@ -33029,11 +45404,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf680; } +.border-x-violet-500\\/55 { + border-left-color: #8b5cf68c; + border-right-color: #8b5cf68c; +} + .border-x-violet-500\\/60 { border-left-color: #8b5cf699; border-right-color: #8b5cf699; } +.border-x-violet-500\\/65 { + border-left-color: #8b5cf6a6; + border-right-color: #8b5cf6a6; +} + .border-x-violet-500\\/70 { border-left-color: #8b5cf6b3; border-right-color: #8b5cf6b3; @@ -33049,6 +45434,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf6cc; } +.border-x-violet-500\\/85 { + border-left-color: #8b5cf6d9; + border-right-color: #8b5cf6d9; +} + .border-x-violet-500\\/90 { border-left-color: #8b5cf6e6; border-right-color: #8b5cf6e6; @@ -33079,6 +45469,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aed; } +.border-x-violet-600\\/15 { + border-left-color: #7c3aed26; + border-right-color: #7c3aed26; +} + .border-x-violet-600\\/20 { border-left-color: #7c3aed33; border-right-color: #7c3aed33; @@ -33094,11 +45489,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aed4d; } +.border-x-violet-600\\/35 { + border-left-color: #7c3aed59; + border-right-color: #7c3aed59; +} + .border-x-violet-600\\/40 { border-left-color: #7c3aed66; border-right-color: #7c3aed66; } +.border-x-violet-600\\/45 { + border-left-color: #7c3aed73; + border-right-color: #7c3aed73; +} + .border-x-violet-600\\/5 { border-left-color: #7c3aed0d; border-right-color: #7c3aed0d; @@ -33109,11 +45514,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aed80; } +.border-x-violet-600\\/55 { + border-left-color: #7c3aed8c; + border-right-color: #7c3aed8c; +} + .border-x-violet-600\\/60 { border-left-color: #7c3aed99; border-right-color: #7c3aed99; } +.border-x-violet-600\\/65 { + border-left-color: #7c3aeda6; + border-right-color: #7c3aeda6; +} + .border-x-violet-600\\/70 { border-left-color: #7c3aedb3; border-right-color: #7c3aedb3; @@ -33129,6 +45544,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aedcc; } +.border-x-violet-600\\/85 { + border-left-color: #7c3aedd9; + border-right-color: #7c3aedd9; +} + .border-x-violet-600\\/90 { border-left-color: #7c3aede6; border-right-color: #7c3aede6; @@ -33159,6 +45579,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d9; } +.border-x-violet-700\\/15 { + border-left-color: #6d28d926; + border-right-color: #6d28d926; +} + .border-x-violet-700\\/20 { border-left-color: #6d28d933; border-right-color: #6d28d933; @@ -33174,11 +45599,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d94d; } +.border-x-violet-700\\/35 { + border-left-color: #6d28d959; + border-right-color: #6d28d959; +} + .border-x-violet-700\\/40 { border-left-color: #6d28d966; border-right-color: #6d28d966; } +.border-x-violet-700\\/45 { + border-left-color: #6d28d973; + border-right-color: #6d28d973; +} + .border-x-violet-700\\/5 { border-left-color: #6d28d90d; border-right-color: #6d28d90d; @@ -33189,11 +45624,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d980; } +.border-x-violet-700\\/55 { + border-left-color: #6d28d98c; + border-right-color: #6d28d98c; +} + .border-x-violet-700\\/60 { border-left-color: #6d28d999; border-right-color: #6d28d999; } +.border-x-violet-700\\/65 { + border-left-color: #6d28d9a6; + border-right-color: #6d28d9a6; +} + .border-x-violet-700\\/70 { border-left-color: #6d28d9b3; border-right-color: #6d28d9b3; @@ -33209,6 +45654,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d9cc; } +.border-x-violet-700\\/85 { + border-left-color: #6d28d9d9; + border-right-color: #6d28d9d9; +} + .border-x-violet-700\\/90 { border-left-color: #6d28d9e6; border-right-color: #6d28d9e6; @@ -33239,6 +45689,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b6; } +.border-x-violet-800\\/15 { + border-left-color: #5b21b626; + border-right-color: #5b21b626; +} + .border-x-violet-800\\/20 { border-left-color: #5b21b633; border-right-color: #5b21b633; @@ -33254,11 +45709,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b64d; } +.border-x-violet-800\\/35 { + border-left-color: #5b21b659; + border-right-color: #5b21b659; +} + .border-x-violet-800\\/40 { border-left-color: #5b21b666; border-right-color: #5b21b666; } +.border-x-violet-800\\/45 { + border-left-color: #5b21b673; + border-right-color: #5b21b673; +} + .border-x-violet-800\\/5 { border-left-color: #5b21b60d; border-right-color: #5b21b60d; @@ -33269,11 +45734,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b680; } +.border-x-violet-800\\/55 { + border-left-color: #5b21b68c; + border-right-color: #5b21b68c; +} + .border-x-violet-800\\/60 { border-left-color: #5b21b699; border-right-color: #5b21b699; } +.border-x-violet-800\\/65 { + border-left-color: #5b21b6a6; + border-right-color: #5b21b6a6; +} + .border-x-violet-800\\/70 { border-left-color: #5b21b6b3; border-right-color: #5b21b6b3; @@ -33289,6 +45764,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b6cc; } +.border-x-violet-800\\/85 { + border-left-color: #5b21b6d9; + border-right-color: #5b21b6d9; +} + .border-x-violet-800\\/90 { border-left-color: #5b21b6e6; border-right-color: #5b21b6e6; @@ -33319,6 +45799,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d95; } +.border-x-violet-900\\/15 { + border-left-color: #4c1d9526; + border-right-color: #4c1d9526; +} + .border-x-violet-900\\/20 { border-left-color: #4c1d9533; border-right-color: #4c1d9533; @@ -33334,11 +45819,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d954d; } +.border-x-violet-900\\/35 { + border-left-color: #4c1d9559; + border-right-color: #4c1d9559; +} + .border-x-violet-900\\/40 { border-left-color: #4c1d9566; border-right-color: #4c1d9566; } +.border-x-violet-900\\/45 { + border-left-color: #4c1d9573; + border-right-color: #4c1d9573; +} + .border-x-violet-900\\/5 { border-left-color: #4c1d950d; border-right-color: #4c1d950d; @@ -33349,11 +45844,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d9580; } +.border-x-violet-900\\/55 { + border-left-color: #4c1d958c; + border-right-color: #4c1d958c; +} + .border-x-violet-900\\/60 { border-left-color: #4c1d9599; border-right-color: #4c1d9599; } +.border-x-violet-900\\/65 { + border-left-color: #4c1d95a6; + border-right-color: #4c1d95a6; +} + .border-x-violet-900\\/70 { border-left-color: #4c1d95b3; border-right-color: #4c1d95b3; @@ -33369,6 +45874,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d95cc; } +.border-x-violet-900\\/85 { + border-left-color: #4c1d95d9; + border-right-color: #4c1d95d9; +} + .border-x-violet-900\\/90 { border-left-color: #4c1d95e6; border-right-color: #4c1d95e6; @@ -33399,6 +45909,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e1065; } +.border-x-violet-950\\/15 { + border-left-color: #2e106526; + border-right-color: #2e106526; +} + .border-x-violet-950\\/20 { border-left-color: #2e106533; border-right-color: #2e106533; @@ -33414,11 +45929,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e10654d; } +.border-x-violet-950\\/35 { + border-left-color: #2e106559; + border-right-color: #2e106559; +} + .border-x-violet-950\\/40 { border-left-color: #2e106566; border-right-color: #2e106566; } +.border-x-violet-950\\/45 { + border-left-color: #2e106573; + border-right-color: #2e106573; +} + .border-x-violet-950\\/5 { border-left-color: #2e10650d; border-right-color: #2e10650d; @@ -33429,11 +45954,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e106580; } +.border-x-violet-950\\/55 { + border-left-color: #2e10658c; + border-right-color: #2e10658c; +} + .border-x-violet-950\\/60 { border-left-color: #2e106599; border-right-color: #2e106599; } +.border-x-violet-950\\/65 { + border-left-color: #2e1065a6; + border-right-color: #2e1065a6; +} + .border-x-violet-950\\/70 { border-left-color: #2e1065b3; border-right-color: #2e1065b3; @@ -33449,6 +45984,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e1065cc; } +.border-x-violet-950\\/85 { + border-left-color: #2e1065d9; + border-right-color: #2e1065d9; +} + .border-x-violet-950\\/90 { border-left-color: #2e1065e6; border-right-color: #2e1065e6; @@ -33479,6 +46019,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff; } +.border-x-white\\/15 { + border-left-color: #ffffff26; + border-right-color: #ffffff26; +} + .border-x-white\\/20 { border-left-color: #fff3; border-right-color: #fff3; @@ -33494,11 +46039,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffffff4d; } +.border-x-white\\/35 { + border-left-color: #ffffff59; + border-right-color: #ffffff59; +} + .border-x-white\\/40 { border-left-color: #fff6; border-right-color: #fff6; } +.border-x-white\\/45 { + border-left-color: #ffffff73; + border-right-color: #ffffff73; +} + .border-x-white\\/5 { border-left-color: #ffffff0d; border-right-color: #ffffff0d; @@ -33509,11 +46064,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffffff80; } +.border-x-white\\/55 { + border-left-color: #ffffff8c; + border-right-color: #ffffff8c; +} + .border-x-white\\/60 { border-left-color: #fff9; border-right-color: #fff9; } +.border-x-white\\/65 { + border-left-color: #ffffffa6; + border-right-color: #ffffffa6; +} + .border-x-white\\/70 { border-left-color: #ffffffb3; border-right-color: #ffffffb3; @@ -33529,6 +46094,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffc; } +.border-x-white\\/85 { + border-left-color: #ffffffd9; + border-right-color: #ffffffd9; +} + .border-x-white\\/90 { border-left-color: #ffffffe6; border-right-color: #ffffffe6; @@ -33559,6 +46129,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c3; } +.border-x-yellow-100\\/15 { + border-left-color: #fef9c326; + border-right-color: #fef9c326; +} + .border-x-yellow-100\\/20 { border-left-color: #fef9c333; border-right-color: #fef9c333; @@ -33574,11 +46149,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c34d; } +.border-x-yellow-100\\/35 { + border-left-color: #fef9c359; + border-right-color: #fef9c359; +} + .border-x-yellow-100\\/40 { border-left-color: #fef9c366; border-right-color: #fef9c366; } +.border-x-yellow-100\\/45 { + border-left-color: #fef9c373; + border-right-color: #fef9c373; +} + .border-x-yellow-100\\/5 { border-left-color: #fef9c30d; border-right-color: #fef9c30d; @@ -33589,11 +46174,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c380; } +.border-x-yellow-100\\/55 { + border-left-color: #fef9c38c; + border-right-color: #fef9c38c; +} + .border-x-yellow-100\\/60 { border-left-color: #fef9c399; border-right-color: #fef9c399; } +.border-x-yellow-100\\/65 { + border-left-color: #fef9c3a6; + border-right-color: #fef9c3a6; +} + .border-x-yellow-100\\/70 { border-left-color: #fef9c3b3; border-right-color: #fef9c3b3; @@ -33609,6 +46204,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c3cc; } +.border-x-yellow-100\\/85 { + border-left-color: #fef9c3d9; + border-right-color: #fef9c3d9; +} + .border-x-yellow-100\\/90 { border-left-color: #fef9c3e6; border-right-color: #fef9c3e6; @@ -33639,6 +46239,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08a; } +.border-x-yellow-200\\/15 { + border-left-color: #fef08a26; + border-right-color: #fef08a26; +} + .border-x-yellow-200\\/20 { border-left-color: #fef08a33; border-right-color: #fef08a33; @@ -33654,11 +46259,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08a4d; } +.border-x-yellow-200\\/35 { + border-left-color: #fef08a59; + border-right-color: #fef08a59; +} + .border-x-yellow-200\\/40 { border-left-color: #fef08a66; border-right-color: #fef08a66; } +.border-x-yellow-200\\/45 { + border-left-color: #fef08a73; + border-right-color: #fef08a73; +} + .border-x-yellow-200\\/5 { border-left-color: #fef08a0d; border-right-color: #fef08a0d; @@ -33669,11 +46284,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08a80; } +.border-x-yellow-200\\/55 { + border-left-color: #fef08a8c; + border-right-color: #fef08a8c; +} + .border-x-yellow-200\\/60 { border-left-color: #fef08a99; border-right-color: #fef08a99; } +.border-x-yellow-200\\/65 { + border-left-color: #fef08aa6; + border-right-color: #fef08aa6; +} + .border-x-yellow-200\\/70 { border-left-color: #fef08ab3; border-right-color: #fef08ab3; @@ -33689,6 +46314,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08acc; } +.border-x-yellow-200\\/85 { + border-left-color: #fef08ad9; + border-right-color: #fef08ad9; +} + .border-x-yellow-200\\/90 { border-left-color: #fef08ae6; border-right-color: #fef08ae6; @@ -33719,6 +46349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde047; } +.border-x-yellow-300\\/15 { + border-left-color: #fde04726; + border-right-color: #fde04726; +} + .border-x-yellow-300\\/20 { border-left-color: #fde04733; border-right-color: #fde04733; @@ -33734,11 +46369,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde0474d; } +.border-x-yellow-300\\/35 { + border-left-color: #fde04759; + border-right-color: #fde04759; +} + .border-x-yellow-300\\/40 { border-left-color: #fde04766; border-right-color: #fde04766; } +.border-x-yellow-300\\/45 { + border-left-color: #fde04773; + border-right-color: #fde04773; +} + .border-x-yellow-300\\/5 { border-left-color: #fde0470d; border-right-color: #fde0470d; @@ -33749,11 +46394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde04780; } +.border-x-yellow-300\\/55 { + border-left-color: #fde0478c; + border-right-color: #fde0478c; +} + .border-x-yellow-300\\/60 { border-left-color: #fde04799; border-right-color: #fde04799; } +.border-x-yellow-300\\/65 { + border-left-color: #fde047a6; + border-right-color: #fde047a6; +} + .border-x-yellow-300\\/70 { border-left-color: #fde047b3; border-right-color: #fde047b3; @@ -33769,6 +46424,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde047cc; } +.border-x-yellow-300\\/85 { + border-left-color: #fde047d9; + border-right-color: #fde047d9; +} + .border-x-yellow-300\\/90 { border-left-color: #fde047e6; border-right-color: #fde047e6; @@ -33799,6 +46459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc15; } +.border-x-yellow-400\\/15 { + border-left-color: #facc1526; + border-right-color: #facc1526; +} + .border-x-yellow-400\\/20 { border-left-color: #facc1533; border-right-color: #facc1533; @@ -33814,11 +46479,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc154d; } +.border-x-yellow-400\\/35 { + border-left-color: #facc1559; + border-right-color: #facc1559; +} + .border-x-yellow-400\\/40 { border-left-color: #facc1566; border-right-color: #facc1566; } +.border-x-yellow-400\\/45 { + border-left-color: #facc1573; + border-right-color: #facc1573; +} + .border-x-yellow-400\\/5 { border-left-color: #facc150d; border-right-color: #facc150d; @@ -33829,11 +46504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc1580; } +.border-x-yellow-400\\/55 { + border-left-color: #facc158c; + border-right-color: #facc158c; +} + .border-x-yellow-400\\/60 { border-left-color: #facc1599; border-right-color: #facc1599; } +.border-x-yellow-400\\/65 { + border-left-color: #facc15a6; + border-right-color: #facc15a6; +} + .border-x-yellow-400\\/70 { border-left-color: #facc15b3; border-right-color: #facc15b3; @@ -33849,6 +46534,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc15cc; } +.border-x-yellow-400\\/85 { + border-left-color: #facc15d9; + border-right-color: #facc15d9; +} + .border-x-yellow-400\\/90 { border-left-color: #facc15e6; border-right-color: #facc15e6; @@ -33879,6 +46569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce8; } +.border-x-yellow-50\\/15 { + border-left-color: #fefce826; + border-right-color: #fefce826; +} + .border-x-yellow-50\\/20 { border-left-color: #fefce833; border-right-color: #fefce833; @@ -33894,11 +46589,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce84d; } +.border-x-yellow-50\\/35 { + border-left-color: #fefce859; + border-right-color: #fefce859; +} + .border-x-yellow-50\\/40 { border-left-color: #fefce866; border-right-color: #fefce866; } +.border-x-yellow-50\\/45 { + border-left-color: #fefce873; + border-right-color: #fefce873; +} + .border-x-yellow-50\\/5 { border-left-color: #fefce80d; border-right-color: #fefce80d; @@ -33909,11 +46614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce880; } +.border-x-yellow-50\\/55 { + border-left-color: #fefce88c; + border-right-color: #fefce88c; +} + .border-x-yellow-50\\/60 { border-left-color: #fefce899; border-right-color: #fefce899; } +.border-x-yellow-50\\/65 { + border-left-color: #fefce8a6; + border-right-color: #fefce8a6; +} + .border-x-yellow-50\\/70 { border-left-color: #fefce8b3; border-right-color: #fefce8b3; @@ -33929,6 +46644,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce8cc; } +.border-x-yellow-50\\/85 { + border-left-color: #fefce8d9; + border-right-color: #fefce8d9; +} + .border-x-yellow-50\\/90 { border-left-color: #fefce8e6; border-right-color: #fefce8e6; @@ -33959,6 +46679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab308; } +.border-x-yellow-500\\/15 { + border-left-color: #eab30826; + border-right-color: #eab30826; +} + .border-x-yellow-500\\/20 { border-left-color: #eab30833; border-right-color: #eab30833; @@ -33974,11 +46699,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab3084d; } +.border-x-yellow-500\\/35 { + border-left-color: #eab30859; + border-right-color: #eab30859; +} + .border-x-yellow-500\\/40 { border-left-color: #eab30866; border-right-color: #eab30866; } +.border-x-yellow-500\\/45 { + border-left-color: #eab30873; + border-right-color: #eab30873; +} + .border-x-yellow-500\\/5 { border-left-color: #eab3080d; border-right-color: #eab3080d; @@ -33989,11 +46724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab30880; } +.border-x-yellow-500\\/55 { + border-left-color: #eab3088c; + border-right-color: #eab3088c; +} + .border-x-yellow-500\\/60 { border-left-color: #eab30899; border-right-color: #eab30899; } +.border-x-yellow-500\\/65 { + border-left-color: #eab308a6; + border-right-color: #eab308a6; +} + .border-x-yellow-500\\/70 { border-left-color: #eab308b3; border-right-color: #eab308b3; @@ -34009,6 +46754,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab308cc; } +.border-x-yellow-500\\/85 { + border-left-color: #eab308d9; + border-right-color: #eab308d9; +} + .border-x-yellow-500\\/90 { border-left-color: #eab308e6; border-right-color: #eab308e6; @@ -34039,6 +46789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a04; } +.border-x-yellow-600\\/15 { + border-left-color: #ca8a0426; + border-right-color: #ca8a0426; +} + .border-x-yellow-600\\/20 { border-left-color: #ca8a0433; border-right-color: #ca8a0433; @@ -34054,11 +46809,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a044d; } +.border-x-yellow-600\\/35 { + border-left-color: #ca8a0459; + border-right-color: #ca8a0459; +} + .border-x-yellow-600\\/40 { border-left-color: #ca8a0466; border-right-color: #ca8a0466; } +.border-x-yellow-600\\/45 { + border-left-color: #ca8a0473; + border-right-color: #ca8a0473; +} + .border-x-yellow-600\\/5 { border-left-color: #ca8a040d; border-right-color: #ca8a040d; @@ -34069,11 +46834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a0480; } +.border-x-yellow-600\\/55 { + border-left-color: #ca8a048c; + border-right-color: #ca8a048c; +} + .border-x-yellow-600\\/60 { border-left-color: #ca8a0499; border-right-color: #ca8a0499; } +.border-x-yellow-600\\/65 { + border-left-color: #ca8a04a6; + border-right-color: #ca8a04a6; +} + .border-x-yellow-600\\/70 { border-left-color: #ca8a04b3; border-right-color: #ca8a04b3; @@ -34089,6 +46864,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a04cc; } +.border-x-yellow-600\\/85 { + border-left-color: #ca8a04d9; + border-right-color: #ca8a04d9; +} + .border-x-yellow-600\\/90 { border-left-color: #ca8a04e6; border-right-color: #ca8a04e6; @@ -34119,6 +46899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a16207; } +.border-x-yellow-700\\/15 { + border-left-color: #a1620726; + border-right-color: #a1620726; +} + .border-x-yellow-700\\/20 { border-left-color: #a1620733; border-right-color: #a1620733; @@ -34134,11 +46919,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a162074d; } +.border-x-yellow-700\\/35 { + border-left-color: #a1620759; + border-right-color: #a1620759; +} + .border-x-yellow-700\\/40 { border-left-color: #a1620766; border-right-color: #a1620766; } +.border-x-yellow-700\\/45 { + border-left-color: #a1620773; + border-right-color: #a1620773; +} + .border-x-yellow-700\\/5 { border-left-color: #a162070d; border-right-color: #a162070d; @@ -34149,11 +46944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1620780; } +.border-x-yellow-700\\/55 { + border-left-color: #a162078c; + border-right-color: #a162078c; +} + .border-x-yellow-700\\/60 { border-left-color: #a1620799; border-right-color: #a1620799; } +.border-x-yellow-700\\/65 { + border-left-color: #a16207a6; + border-right-color: #a16207a6; +} + .border-x-yellow-700\\/70 { border-left-color: #a16207b3; border-right-color: #a16207b3; @@ -34169,6 +46974,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a16207cc; } +.border-x-yellow-700\\/85 { + border-left-color: #a16207d9; + border-right-color: #a16207d9; +} + .border-x-yellow-700\\/90 { border-left-color: #a16207e6; border-right-color: #a16207e6; @@ -34199,6 +47009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0e; } +.border-x-yellow-800\\/15 { + border-left-color: #854d0e26; + border-right-color: #854d0e26; +} + .border-x-yellow-800\\/20 { border-left-color: #854d0e33; border-right-color: #854d0e33; @@ -34214,11 +47029,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0e4d; } +.border-x-yellow-800\\/35 { + border-left-color: #854d0e59; + border-right-color: #854d0e59; +} + .border-x-yellow-800\\/40 { border-left-color: #854d0e66; border-right-color: #854d0e66; } +.border-x-yellow-800\\/45 { + border-left-color: #854d0e73; + border-right-color: #854d0e73; +} + .border-x-yellow-800\\/5 { border-left-color: #854d0e0d; border-right-color: #854d0e0d; @@ -34229,11 +47054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0e80; } +.border-x-yellow-800\\/55 { + border-left-color: #854d0e8c; + border-right-color: #854d0e8c; +} + .border-x-yellow-800\\/60 { border-left-color: #854d0e99; border-right-color: #854d0e99; } +.border-x-yellow-800\\/65 { + border-left-color: #854d0ea6; + border-right-color: #854d0ea6; +} + .border-x-yellow-800\\/70 { border-left-color: #854d0eb3; border-right-color: #854d0eb3; @@ -34249,6 +47084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0ecc; } +.border-x-yellow-800\\/85 { + border-left-color: #854d0ed9; + border-right-color: #854d0ed9; +} + .border-x-yellow-800\\/90 { border-left-color: #854d0ee6; border-right-color: #854d0ee6; @@ -34279,6 +47119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f12; } +.border-x-yellow-900\\/15 { + border-left-color: #713f1226; + border-right-color: #713f1226; +} + .border-x-yellow-900\\/20 { border-left-color: #713f1233; border-right-color: #713f1233; @@ -34294,11 +47139,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f124d; } +.border-x-yellow-900\\/35 { + border-left-color: #713f1259; + border-right-color: #713f1259; +} + .border-x-yellow-900\\/40 { border-left-color: #713f1266; border-right-color: #713f1266; } +.border-x-yellow-900\\/45 { + border-left-color: #713f1273; + border-right-color: #713f1273; +} + .border-x-yellow-900\\/5 { border-left-color: #713f120d; border-right-color: #713f120d; @@ -34309,11 +47164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f1280; } +.border-x-yellow-900\\/55 { + border-left-color: #713f128c; + border-right-color: #713f128c; +} + .border-x-yellow-900\\/60 { border-left-color: #713f1299; border-right-color: #713f1299; } +.border-x-yellow-900\\/65 { + border-left-color: #713f12a6; + border-right-color: #713f12a6; +} + .border-x-yellow-900\\/70 { border-left-color: #713f12b3; border-right-color: #713f12b3; @@ -34329,6 +47194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f12cc; } +.border-x-yellow-900\\/85 { + border-left-color: #713f12d9; + border-right-color: #713f12d9; +} + .border-x-yellow-900\\/90 { border-left-color: #713f12e6; border-right-color: #713f12e6; @@ -34359,6 +47229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #422006; } +.border-x-yellow-950\\/15 { + border-left-color: #42200626; + border-right-color: #42200626; +} + .border-x-yellow-950\\/20 { border-left-color: #42200633; border-right-color: #42200633; @@ -34374,11 +47249,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4220064d; } +.border-x-yellow-950\\/35 { + border-left-color: #42200659; + border-right-color: #42200659; +} + .border-x-yellow-950\\/40 { border-left-color: #42200666; border-right-color: #42200666; } +.border-x-yellow-950\\/45 { + border-left-color: #42200673; + border-right-color: #42200673; +} + .border-x-yellow-950\\/5 { border-left-color: #4220060d; border-right-color: #4220060d; @@ -34389,11 +47274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #42200680; } +.border-x-yellow-950\\/55 { + border-left-color: #4220068c; + border-right-color: #4220068c; +} + .border-x-yellow-950\\/60 { border-left-color: #42200699; border-right-color: #42200699; } +.border-x-yellow-950\\/65 { + border-left-color: #422006a6; + border-right-color: #422006a6; +} + .border-x-yellow-950\\/70 { border-left-color: #422006b3; border-right-color: #422006b3; @@ -34409,6 +47304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #422006cc; } +.border-x-yellow-950\\/85 { + border-left-color: #422006d9; + border-right-color: #422006d9; +} + .border-x-yellow-950\\/90 { border-left-color: #422006e6; border-right-color: #422006e6; @@ -34439,6 +47339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f5; } +.border-x-zinc-100\\/15 { + border-left-color: #f4f4f526; + border-right-color: #f4f4f526; +} + .border-x-zinc-100\\/20 { border-left-color: #f4f4f533; border-right-color: #f4f4f533; @@ -34454,11 +47359,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f54d; } +.border-x-zinc-100\\/35 { + border-left-color: #f4f4f559; + border-right-color: #f4f4f559; +} + .border-x-zinc-100\\/40 { border-left-color: #f4f4f566; border-right-color: #f4f4f566; } +.border-x-zinc-100\\/45 { + border-left-color: #f4f4f573; + border-right-color: #f4f4f573; +} + .border-x-zinc-100\\/5 { border-left-color: #f4f4f50d; border-right-color: #f4f4f50d; @@ -34469,11 +47384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f580; } +.border-x-zinc-100\\/55 { + border-left-color: #f4f4f58c; + border-right-color: #f4f4f58c; +} + .border-x-zinc-100\\/60 { border-left-color: #f4f4f599; border-right-color: #f4f4f599; } +.border-x-zinc-100\\/65 { + border-left-color: #f4f4f5a6; + border-right-color: #f4f4f5a6; +} + .border-x-zinc-100\\/70 { border-left-color: #f4f4f5b3; border-right-color: #f4f4f5b3; @@ -34489,6 +47414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f5cc; } +.border-x-zinc-100\\/85 { + border-left-color: #f4f4f5d9; + border-right-color: #f4f4f5d9; +} + .border-x-zinc-100\\/90 { border-left-color: #f4f4f5e6; border-right-color: #f4f4f5e6; @@ -34519,6 +47449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e7; } +.border-x-zinc-200\\/15 { + border-left-color: #e4e4e726; + border-right-color: #e4e4e726; +} + .border-x-zinc-200\\/20 { border-left-color: #e4e4e733; border-right-color: #e4e4e733; @@ -34534,11 +47469,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e74d; } +.border-x-zinc-200\\/35 { + border-left-color: #e4e4e759; + border-right-color: #e4e4e759; +} + .border-x-zinc-200\\/40 { border-left-color: #e4e4e766; border-right-color: #e4e4e766; } +.border-x-zinc-200\\/45 { + border-left-color: #e4e4e773; + border-right-color: #e4e4e773; +} + .border-x-zinc-200\\/5 { border-left-color: #e4e4e70d; border-right-color: #e4e4e70d; @@ -34549,11 +47494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e780; } +.border-x-zinc-200\\/55 { + border-left-color: #e4e4e78c; + border-right-color: #e4e4e78c; +} + .border-x-zinc-200\\/60 { border-left-color: #e4e4e799; border-right-color: #e4e4e799; } +.border-x-zinc-200\\/65 { + border-left-color: #e4e4e7a6; + border-right-color: #e4e4e7a6; +} + .border-x-zinc-200\\/70 { border-left-color: #e4e4e7b3; border-right-color: #e4e4e7b3; @@ -34569,6 +47524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e7cc; } +.border-x-zinc-200\\/85 { + border-left-color: #e4e4e7d9; + border-right-color: #e4e4e7d9; +} + .border-x-zinc-200\\/90 { border-left-color: #e4e4e7e6; border-right-color: #e4e4e7e6; @@ -34599,6 +47559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d8; } +.border-x-zinc-300\\/15 { + border-left-color: #d4d4d826; + border-right-color: #d4d4d826; +} + .border-x-zinc-300\\/20 { border-left-color: #d4d4d833; border-right-color: #d4d4d833; @@ -34614,11 +47579,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d84d; } +.border-x-zinc-300\\/35 { + border-left-color: #d4d4d859; + border-right-color: #d4d4d859; +} + .border-x-zinc-300\\/40 { border-left-color: #d4d4d866; border-right-color: #d4d4d866; } +.border-x-zinc-300\\/45 { + border-left-color: #d4d4d873; + border-right-color: #d4d4d873; +} + .border-x-zinc-300\\/5 { border-left-color: #d4d4d80d; border-right-color: #d4d4d80d; @@ -34629,11 +47604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d880; } +.border-x-zinc-300\\/55 { + border-left-color: #d4d4d88c; + border-right-color: #d4d4d88c; +} + .border-x-zinc-300\\/60 { border-left-color: #d4d4d899; border-right-color: #d4d4d899; } +.border-x-zinc-300\\/65 { + border-left-color: #d4d4d8a6; + border-right-color: #d4d4d8a6; +} + .border-x-zinc-300\\/70 { border-left-color: #d4d4d8b3; border-right-color: #d4d4d8b3; @@ -34649,6 +47634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d8cc; } +.border-x-zinc-300\\/85 { + border-left-color: #d4d4d8d9; + border-right-color: #d4d4d8d9; +} + .border-x-zinc-300\\/90 { border-left-color: #d4d4d8e6; border-right-color: #d4d4d8e6; @@ -34679,6 +47669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aa; } +.border-x-zinc-400\\/15 { + border-left-color: #a1a1aa26; + border-right-color: #a1a1aa26; +} + .border-x-zinc-400\\/20 { border-left-color: #a1a1aa33; border-right-color: #a1a1aa33; @@ -34694,11 +47689,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aa4d; } +.border-x-zinc-400\\/35 { + border-left-color: #a1a1aa59; + border-right-color: #a1a1aa59; +} + .border-x-zinc-400\\/40 { border-left-color: #a1a1aa66; border-right-color: #a1a1aa66; } +.border-x-zinc-400\\/45 { + border-left-color: #a1a1aa73; + border-right-color: #a1a1aa73; +} + .border-x-zinc-400\\/5 { border-left-color: #a1a1aa0d; border-right-color: #a1a1aa0d; @@ -34709,11 +47714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aa80; } +.border-x-zinc-400\\/55 { + border-left-color: #a1a1aa8c; + border-right-color: #a1a1aa8c; +} + .border-x-zinc-400\\/60 { border-left-color: #a1a1aa99; border-right-color: #a1a1aa99; } +.border-x-zinc-400\\/65 { + border-left-color: #a1a1aaa6; + border-right-color: #a1a1aaa6; +} + .border-x-zinc-400\\/70 { border-left-color: #a1a1aab3; border-right-color: #a1a1aab3; @@ -34729,6 +47744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aacc; } +.border-x-zinc-400\\/85 { + border-left-color: #a1a1aad9; + border-right-color: #a1a1aad9; +} + .border-x-zinc-400\\/90 { border-left-color: #a1a1aae6; border-right-color: #a1a1aae6; @@ -34759,6 +47779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa; } +.border-x-zinc-50\\/15 { + border-left-color: #fafafa26; + border-right-color: #fafafa26; +} + .border-x-zinc-50\\/20 { border-left-color: #fafafa33; border-right-color: #fafafa33; @@ -34774,11 +47799,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa4d; } +.border-x-zinc-50\\/35 { + border-left-color: #fafafa59; + border-right-color: #fafafa59; +} + .border-x-zinc-50\\/40 { border-left-color: #fafafa66; border-right-color: #fafafa66; } +.border-x-zinc-50\\/45 { + border-left-color: #fafafa73; + border-right-color: #fafafa73; +} + .border-x-zinc-50\\/5 { border-left-color: #fafafa0d; border-right-color: #fafafa0d; @@ -34789,11 +47824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa80; } +.border-x-zinc-50\\/55 { + border-left-color: #fafafa8c; + border-right-color: #fafafa8c; +} + .border-x-zinc-50\\/60 { border-left-color: #fafafa99; border-right-color: #fafafa99; } +.border-x-zinc-50\\/65 { + border-left-color: #fafafaa6; + border-right-color: #fafafaa6; +} + .border-x-zinc-50\\/70 { border-left-color: #fafafab3; border-right-color: #fafafab3; @@ -34809,6 +47854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafacc; } +.border-x-zinc-50\\/85 { + border-left-color: #fafafad9; + border-right-color: #fafafad9; +} + .border-x-zinc-50\\/90 { border-left-color: #fafafae6; border-right-color: #fafafae6; @@ -34839,6 +47889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717a; } +.border-x-zinc-500\\/15 { + border-left-color: #71717a26; + border-right-color: #71717a26; +} + .border-x-zinc-500\\/20 { border-left-color: #71717a33; border-right-color: #71717a33; @@ -34854,11 +47909,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717a4d; } +.border-x-zinc-500\\/35 { + border-left-color: #71717a59; + border-right-color: #71717a59; +} + .border-x-zinc-500\\/40 { border-left-color: #71717a66; border-right-color: #71717a66; } +.border-x-zinc-500\\/45 { + border-left-color: #71717a73; + border-right-color: #71717a73; +} + .border-x-zinc-500\\/5 { border-left-color: #71717a0d; border-right-color: #71717a0d; @@ -34869,11 +47934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717a80; } +.border-x-zinc-500\\/55 { + border-left-color: #71717a8c; + border-right-color: #71717a8c; +} + .border-x-zinc-500\\/60 { border-left-color: #71717a99; border-right-color: #71717a99; } +.border-x-zinc-500\\/65 { + border-left-color: #71717aa6; + border-right-color: #71717aa6; +} + .border-x-zinc-500\\/70 { border-left-color: #71717ab3; border-right-color: #71717ab3; @@ -34889,6 +47964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717acc; } +.border-x-zinc-500\\/85 { + border-left-color: #71717ad9; + border-right-color: #71717ad9; +} + .border-x-zinc-500\\/90 { border-left-color: #71717ae6; border-right-color: #71717ae6; @@ -34919,6 +47999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525b; } +.border-x-zinc-600\\/15 { + border-left-color: #52525b26; + border-right-color: #52525b26; +} + .border-x-zinc-600\\/20 { border-left-color: #52525b33; border-right-color: #52525b33; @@ -34934,11 +48019,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525b4d; } +.border-x-zinc-600\\/35 { + border-left-color: #52525b59; + border-right-color: #52525b59; +} + .border-x-zinc-600\\/40 { border-left-color: #52525b66; border-right-color: #52525b66; } +.border-x-zinc-600\\/45 { + border-left-color: #52525b73; + border-right-color: #52525b73; +} + .border-x-zinc-600\\/5 { border-left-color: #52525b0d; border-right-color: #52525b0d; @@ -34949,11 +48044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525b80; } +.border-x-zinc-600\\/55 { + border-left-color: #52525b8c; + border-right-color: #52525b8c; +} + .border-x-zinc-600\\/60 { border-left-color: #52525b99; border-right-color: #52525b99; } +.border-x-zinc-600\\/65 { + border-left-color: #52525ba6; + border-right-color: #52525ba6; +} + .border-x-zinc-600\\/70 { border-left-color: #52525bb3; border-right-color: #52525bb3; @@ -34969,6 +48074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525bcc; } +.border-x-zinc-600\\/85 { + border-left-color: #52525bd9; + border-right-color: #52525bd9; +} + .border-x-zinc-600\\/90 { border-left-color: #52525be6; border-right-color: #52525be6; @@ -34999,6 +48109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f46; } +.border-x-zinc-700\\/15 { + border-left-color: #3f3f4626; + border-right-color: #3f3f4626; +} + .border-x-zinc-700\\/20 { border-left-color: #3f3f4633; border-right-color: #3f3f4633; @@ -35014,11 +48129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f464d; } +.border-x-zinc-700\\/35 { + border-left-color: #3f3f4659; + border-right-color: #3f3f4659; +} + .border-x-zinc-700\\/40 { border-left-color: #3f3f4666; border-right-color: #3f3f4666; } +.border-x-zinc-700\\/45 { + border-left-color: #3f3f4673; + border-right-color: #3f3f4673; +} + .border-x-zinc-700\\/5 { border-left-color: #3f3f460d; border-right-color: #3f3f460d; @@ -35029,11 +48154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f4680; } +.border-x-zinc-700\\/55 { + border-left-color: #3f3f468c; + border-right-color: #3f3f468c; +} + .border-x-zinc-700\\/60 { border-left-color: #3f3f4699; border-right-color: #3f3f4699; } +.border-x-zinc-700\\/65 { + border-left-color: #3f3f46a6; + border-right-color: #3f3f46a6; +} + .border-x-zinc-700\\/70 { border-left-color: #3f3f46b3; border-right-color: #3f3f46b3; @@ -35049,6 +48184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f46cc; } +.border-x-zinc-700\\/85 { + border-left-color: #3f3f46d9; + border-right-color: #3f3f46d9; +} + .border-x-zinc-700\\/90 { border-left-color: #3f3f46e6; border-right-color: #3f3f46e6; @@ -35079,6 +48219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272a; } +.border-x-zinc-800\\/15 { + border-left-color: #27272a26; + border-right-color: #27272a26; +} + .border-x-zinc-800\\/20 { border-left-color: #27272a33; border-right-color: #27272a33; @@ -35094,11 +48239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272a4d; } +.border-x-zinc-800\\/35 { + border-left-color: #27272a59; + border-right-color: #27272a59; +} + .border-x-zinc-800\\/40 { border-left-color: #27272a66; border-right-color: #27272a66; } +.border-x-zinc-800\\/45 { + border-left-color: #27272a73; + border-right-color: #27272a73; +} + .border-x-zinc-800\\/5 { border-left-color: #27272a0d; border-right-color: #27272a0d; @@ -35109,11 +48264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272a80; } +.border-x-zinc-800\\/55 { + border-left-color: #27272a8c; + border-right-color: #27272a8c; +} + .border-x-zinc-800\\/60 { border-left-color: #27272a99; border-right-color: #27272a99; } +.border-x-zinc-800\\/65 { + border-left-color: #27272aa6; + border-right-color: #27272aa6; +} + .border-x-zinc-800\\/70 { border-left-color: #27272ab3; border-right-color: #27272ab3; @@ -35129,6 +48294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272acc; } +.border-x-zinc-800\\/85 { + border-left-color: #27272ad9; + border-right-color: #27272ad9; +} + .border-x-zinc-800\\/90 { border-left-color: #27272ae6; border-right-color: #27272ae6; @@ -35159,6 +48329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181b; } +.border-x-zinc-900\\/15 { + border-left-color: #18181b26; + border-right-color: #18181b26; +} + .border-x-zinc-900\\/20 { border-left-color: #18181b33; border-right-color: #18181b33; @@ -35174,11 +48349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181b4d; } +.border-x-zinc-900\\/35 { + border-left-color: #18181b59; + border-right-color: #18181b59; +} + .border-x-zinc-900\\/40 { border-left-color: #18181b66; border-right-color: #18181b66; } +.border-x-zinc-900\\/45 { + border-left-color: #18181b73; + border-right-color: #18181b73; +} + .border-x-zinc-900\\/5 { border-left-color: #18181b0d; border-right-color: #18181b0d; @@ -35189,11 +48374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181b80; } +.border-x-zinc-900\\/55 { + border-left-color: #18181b8c; + border-right-color: #18181b8c; +} + .border-x-zinc-900\\/60 { border-left-color: #18181b99; border-right-color: #18181b99; } +.border-x-zinc-900\\/65 { + border-left-color: #18181ba6; + border-right-color: #18181ba6; +} + .border-x-zinc-900\\/70 { border-left-color: #18181bb3; border-right-color: #18181bb3; @@ -35209,6 +48404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181bcc; } +.border-x-zinc-900\\/85 { + border-left-color: #18181bd9; + border-right-color: #18181bd9; +} + .border-x-zinc-900\\/90 { border-left-color: #18181be6; border-right-color: #18181be6; @@ -35239,6 +48439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090b; } +.border-x-zinc-950\\/15 { + border-left-color: #09090b26; + border-right-color: #09090b26; +} + .border-x-zinc-950\\/20 { border-left-color: #09090b33; border-right-color: #09090b33; @@ -35254,11 +48459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090b4d; } +.border-x-zinc-950\\/35 { + border-left-color: #09090b59; + border-right-color: #09090b59; +} + .border-x-zinc-950\\/40 { border-left-color: #09090b66; border-right-color: #09090b66; } +.border-x-zinc-950\\/45 { + border-left-color: #09090b73; + border-right-color: #09090b73; +} + .border-x-zinc-950\\/5 { border-left-color: #09090b0d; border-right-color: #09090b0d; @@ -35269,11 +48484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090b80; } +.border-x-zinc-950\\/55 { + border-left-color: #09090b8c; + border-right-color: #09090b8c; +} + .border-x-zinc-950\\/60 { border-left-color: #09090b99; border-right-color: #09090b99; } +.border-x-zinc-950\\/65 { + border-left-color: #09090ba6; + border-right-color: #09090ba6; +} + .border-x-zinc-950\\/70 { border-left-color: #09090bb3; border-right-color: #09090bb3; @@ -35289,6 +48514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090bcc; } +.border-x-zinc-950\\/85 { + border-left-color: #09090bd9; + border-right-color: #09090bd9; +} + .border-x-zinc-950\\/90 { border-left-color: #09090be6; border-right-color: #09090be6; @@ -35319,6 +48549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c7; } +.border-y-amber-100\\/15 { + border-top-color: #fef3c726; + border-bottom-color: #fef3c726; +} + .border-y-amber-100\\/20 { border-top-color: #fef3c733; border-bottom-color: #fef3c733; @@ -35334,11 +48569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c74d; } +.border-y-amber-100\\/35 { + border-top-color: #fef3c759; + border-bottom-color: #fef3c759; +} + .border-y-amber-100\\/40 { border-top-color: #fef3c766; border-bottom-color: #fef3c766; } +.border-y-amber-100\\/45 { + border-top-color: #fef3c773; + border-bottom-color: #fef3c773; +} + .border-y-amber-100\\/5 { border-top-color: #fef3c70d; border-bottom-color: #fef3c70d; @@ -35349,11 +48594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c780; } +.border-y-amber-100\\/55 { + border-top-color: #fef3c78c; + border-bottom-color: #fef3c78c; +} + .border-y-amber-100\\/60 { border-top-color: #fef3c799; border-bottom-color: #fef3c799; } +.border-y-amber-100\\/65 { + border-top-color: #fef3c7a6; + border-bottom-color: #fef3c7a6; +} + .border-y-amber-100\\/70 { border-top-color: #fef3c7b3; border-bottom-color: #fef3c7b3; @@ -35369,6 +48624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c7cc; } +.border-y-amber-100\\/85 { + border-top-color: #fef3c7d9; + border-bottom-color: #fef3c7d9; +} + .border-y-amber-100\\/90 { border-top-color: #fef3c7e6; border-bottom-color: #fef3c7e6; @@ -35399,6 +48659,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68a; } +.border-y-amber-200\\/15 { + border-top-color: #fde68a26; + border-bottom-color: #fde68a26; +} + .border-y-amber-200\\/20 { border-top-color: #fde68a33; border-bottom-color: #fde68a33; @@ -35414,11 +48679,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68a4d; } +.border-y-amber-200\\/35 { + border-top-color: #fde68a59; + border-bottom-color: #fde68a59; +} + .border-y-amber-200\\/40 { border-top-color: #fde68a66; border-bottom-color: #fde68a66; } +.border-y-amber-200\\/45 { + border-top-color: #fde68a73; + border-bottom-color: #fde68a73; +} + .border-y-amber-200\\/5 { border-top-color: #fde68a0d; border-bottom-color: #fde68a0d; @@ -35429,11 +48704,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68a80; } +.border-y-amber-200\\/55 { + border-top-color: #fde68a8c; + border-bottom-color: #fde68a8c; +} + .border-y-amber-200\\/60 { border-top-color: #fde68a99; border-bottom-color: #fde68a99; } +.border-y-amber-200\\/65 { + border-top-color: #fde68aa6; + border-bottom-color: #fde68aa6; +} + .border-y-amber-200\\/70 { border-top-color: #fde68ab3; border-bottom-color: #fde68ab3; @@ -35449,6 +48734,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68acc; } +.border-y-amber-200\\/85 { + border-top-color: #fde68ad9; + border-bottom-color: #fde68ad9; +} + .border-y-amber-200\\/90 { border-top-color: #fde68ae6; border-bottom-color: #fde68ae6; @@ -35479,6 +48769,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34d; } +.border-y-amber-300\\/15 { + border-top-color: #fcd34d26; + border-bottom-color: #fcd34d26; +} + .border-y-amber-300\\/20 { border-top-color: #fcd34d33; border-bottom-color: #fcd34d33; @@ -35494,11 +48789,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34d4d; } +.border-y-amber-300\\/35 { + border-top-color: #fcd34d59; + border-bottom-color: #fcd34d59; +} + .border-y-amber-300\\/40 { border-top-color: #fcd34d66; border-bottom-color: #fcd34d66; } +.border-y-amber-300\\/45 { + border-top-color: #fcd34d73; + border-bottom-color: #fcd34d73; +} + .border-y-amber-300\\/5 { border-top-color: #fcd34d0d; border-bottom-color: #fcd34d0d; @@ -35509,11 +48814,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34d80; } +.border-y-amber-300\\/55 { + border-top-color: #fcd34d8c; + border-bottom-color: #fcd34d8c; +} + .border-y-amber-300\\/60 { border-top-color: #fcd34d99; border-bottom-color: #fcd34d99; } +.border-y-amber-300\\/65 { + border-top-color: #fcd34da6; + border-bottom-color: #fcd34da6; +} + .border-y-amber-300\\/70 { border-top-color: #fcd34db3; border-bottom-color: #fcd34db3; @@ -35529,6 +48844,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34dcc; } +.border-y-amber-300\\/85 { + border-top-color: #fcd34dd9; + border-bottom-color: #fcd34dd9; +} + .border-y-amber-300\\/90 { border-top-color: #fcd34de6; border-bottom-color: #fcd34de6; @@ -35559,6 +48879,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf24; } +.border-y-amber-400\\/15 { + border-top-color: #fbbf2426; + border-bottom-color: #fbbf2426; +} + .border-y-amber-400\\/20 { border-top-color: #fbbf2433; border-bottom-color: #fbbf2433; @@ -35574,11 +48899,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf244d; } +.border-y-amber-400\\/35 { + border-top-color: #fbbf2459; + border-bottom-color: #fbbf2459; +} + .border-y-amber-400\\/40 { border-top-color: #fbbf2466; border-bottom-color: #fbbf2466; } +.border-y-amber-400\\/45 { + border-top-color: #fbbf2473; + border-bottom-color: #fbbf2473; +} + .border-y-amber-400\\/5 { border-top-color: #fbbf240d; border-bottom-color: #fbbf240d; @@ -35589,11 +48924,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf2480; } +.border-y-amber-400\\/55 { + border-top-color: #fbbf248c; + border-bottom-color: #fbbf248c; +} + .border-y-amber-400\\/60 { border-top-color: #fbbf2499; border-bottom-color: #fbbf2499; } +.border-y-amber-400\\/65 { + border-top-color: #fbbf24a6; + border-bottom-color: #fbbf24a6; +} + .border-y-amber-400\\/70 { border-top-color: #fbbf24b3; border-bottom-color: #fbbf24b3; @@ -35609,6 +48954,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf24cc; } +.border-y-amber-400\\/85 { + border-top-color: #fbbf24d9; + border-bottom-color: #fbbf24d9; +} + .border-y-amber-400\\/90 { border-top-color: #fbbf24e6; border-bottom-color: #fbbf24e6; @@ -35639,6 +48989,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbeb; } +.border-y-amber-50\\/15 { + border-top-color: #fffbeb26; + border-bottom-color: #fffbeb26; +} + .border-y-amber-50\\/20 { border-top-color: #fffbeb33; border-bottom-color: #fffbeb33; @@ -35654,11 +49009,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbeb4d; } +.border-y-amber-50\\/35 { + border-top-color: #fffbeb59; + border-bottom-color: #fffbeb59; +} + .border-y-amber-50\\/40 { border-top-color: #fffbeb66; border-bottom-color: #fffbeb66; } +.border-y-amber-50\\/45 { + border-top-color: #fffbeb73; + border-bottom-color: #fffbeb73; +} + .border-y-amber-50\\/5 { border-top-color: #fffbeb0d; border-bottom-color: #fffbeb0d; @@ -35669,11 +49034,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbeb80; } +.border-y-amber-50\\/55 { + border-top-color: #fffbeb8c; + border-bottom-color: #fffbeb8c; +} + .border-y-amber-50\\/60 { border-top-color: #fffbeb99; border-bottom-color: #fffbeb99; } +.border-y-amber-50\\/65 { + border-top-color: #fffbeba6; + border-bottom-color: #fffbeba6; +} + .border-y-amber-50\\/70 { border-top-color: #fffbebb3; border-bottom-color: #fffbebb3; @@ -35689,6 +49064,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbebcc; } +.border-y-amber-50\\/85 { + border-top-color: #fffbebd9; + border-bottom-color: #fffbebd9; +} + .border-y-amber-50\\/90 { border-top-color: #fffbebe6; border-bottom-color: #fffbebe6; @@ -35719,6 +49099,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0b; } +.border-y-amber-500\\/15 { + border-top-color: #f59e0b26; + border-bottom-color: #f59e0b26; +} + .border-y-amber-500\\/20 { border-top-color: #f59e0b33; border-bottom-color: #f59e0b33; @@ -35734,11 +49119,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0b4d; } +.border-y-amber-500\\/35 { + border-top-color: #f59e0b59; + border-bottom-color: #f59e0b59; +} + .border-y-amber-500\\/40 { border-top-color: #f59e0b66; border-bottom-color: #f59e0b66; } +.border-y-amber-500\\/45 { + border-top-color: #f59e0b73; + border-bottom-color: #f59e0b73; +} + .border-y-amber-500\\/5 { border-top-color: #f59e0b0d; border-bottom-color: #f59e0b0d; @@ -35749,11 +49144,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0b80; } +.border-y-amber-500\\/55 { + border-top-color: #f59e0b8c; + border-bottom-color: #f59e0b8c; +} + .border-y-amber-500\\/60 { border-top-color: #f59e0b99; border-bottom-color: #f59e0b99; } +.border-y-amber-500\\/65 { + border-top-color: #f59e0ba6; + border-bottom-color: #f59e0ba6; +} + .border-y-amber-500\\/70 { border-top-color: #f59e0bb3; border-bottom-color: #f59e0bb3; @@ -35769,6 +49174,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0bcc; } +.border-y-amber-500\\/85 { + border-top-color: #f59e0bd9; + border-bottom-color: #f59e0bd9; +} + .border-y-amber-500\\/90 { border-top-color: #f59e0be6; border-bottom-color: #f59e0be6; @@ -35799,6 +49209,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d97706; } +.border-y-amber-600\\/15 { + border-top-color: #d9770626; + border-bottom-color: #d9770626; +} + .border-y-amber-600\\/20 { border-top-color: #d9770633; border-bottom-color: #d9770633; @@ -35814,11 +49229,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d977064d; } +.border-y-amber-600\\/35 { + border-top-color: #d9770659; + border-bottom-color: #d9770659; +} + .border-y-amber-600\\/40 { border-top-color: #d9770666; border-bottom-color: #d9770666; } +.border-y-amber-600\\/45 { + border-top-color: #d9770673; + border-bottom-color: #d9770673; +} + .border-y-amber-600\\/5 { border-top-color: #d977060d; border-bottom-color: #d977060d; @@ -35829,11 +49254,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9770680; } +.border-y-amber-600\\/55 { + border-top-color: #d977068c; + border-bottom-color: #d977068c; +} + .border-y-amber-600\\/60 { border-top-color: #d9770699; border-bottom-color: #d9770699; } +.border-y-amber-600\\/65 { + border-top-color: #d97706a6; + border-bottom-color: #d97706a6; +} + .border-y-amber-600\\/70 { border-top-color: #d97706b3; border-bottom-color: #d97706b3; @@ -35849,6 +49284,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d97706cc; } +.border-y-amber-600\\/85 { + border-top-color: #d97706d9; + border-bottom-color: #d97706d9; +} + .border-y-amber-600\\/90 { border-top-color: #d97706e6; border-bottom-color: #d97706e6; @@ -35879,6 +49319,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b45309; } +.border-y-amber-700\\/15 { + border-top-color: #b4530926; + border-bottom-color: #b4530926; +} + .border-y-amber-700\\/20 { border-top-color: #b4530933; border-bottom-color: #b4530933; @@ -35894,11 +49339,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b453094d; } +.border-y-amber-700\\/35 { + border-top-color: #b4530959; + border-bottom-color: #b4530959; +} + .border-y-amber-700\\/40 { border-top-color: #b4530966; border-bottom-color: #b4530966; } +.border-y-amber-700\\/45 { + border-top-color: #b4530973; + border-bottom-color: #b4530973; +} + .border-y-amber-700\\/5 { border-top-color: #b453090d; border-bottom-color: #b453090d; @@ -35909,11 +49364,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b4530980; } +.border-y-amber-700\\/55 { + border-top-color: #b453098c; + border-bottom-color: #b453098c; +} + .border-y-amber-700\\/60 { border-top-color: #b4530999; border-bottom-color: #b4530999; } +.border-y-amber-700\\/65 { + border-top-color: #b45309a6; + border-bottom-color: #b45309a6; +} + .border-y-amber-700\\/70 { border-top-color: #b45309b3; border-bottom-color: #b45309b3; @@ -35929,6 +49394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b45309cc; } +.border-y-amber-700\\/85 { + border-top-color: #b45309d9; + border-bottom-color: #b45309d9; +} + .border-y-amber-700\\/90 { border-top-color: #b45309e6; border-bottom-color: #b45309e6; @@ -35959,6 +49429,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400e; } +.border-y-amber-800\\/15 { + border-top-color: #92400e26; + border-bottom-color: #92400e26; +} + .border-y-amber-800\\/20 { border-top-color: #92400e33; border-bottom-color: #92400e33; @@ -35974,11 +49449,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400e4d; } +.border-y-amber-800\\/35 { + border-top-color: #92400e59; + border-bottom-color: #92400e59; +} + .border-y-amber-800\\/40 { border-top-color: #92400e66; border-bottom-color: #92400e66; } +.border-y-amber-800\\/45 { + border-top-color: #92400e73; + border-bottom-color: #92400e73; +} + .border-y-amber-800\\/5 { border-top-color: #92400e0d; border-bottom-color: #92400e0d; @@ -35989,11 +49474,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400e80; } +.border-y-amber-800\\/55 { + border-top-color: #92400e8c; + border-bottom-color: #92400e8c; +} + .border-y-amber-800\\/60 { border-top-color: #92400e99; border-bottom-color: #92400e99; } +.border-y-amber-800\\/65 { + border-top-color: #92400ea6; + border-bottom-color: #92400ea6; +} + .border-y-amber-800\\/70 { border-top-color: #92400eb3; border-bottom-color: #92400eb3; @@ -36009,6 +49504,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400ecc; } +.border-y-amber-800\\/85 { + border-top-color: #92400ed9; + border-bottom-color: #92400ed9; +} + .border-y-amber-800\\/90 { border-top-color: #92400ee6; border-bottom-color: #92400ee6; @@ -36039,6 +49539,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350f; } +.border-y-amber-900\\/15 { + border-top-color: #78350f26; + border-bottom-color: #78350f26; +} + .border-y-amber-900\\/20 { border-top-color: #78350f33; border-bottom-color: #78350f33; @@ -36054,11 +49559,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350f4d; } +.border-y-amber-900\\/35 { + border-top-color: #78350f59; + border-bottom-color: #78350f59; +} + .border-y-amber-900\\/40 { border-top-color: #78350f66; border-bottom-color: #78350f66; } +.border-y-amber-900\\/45 { + border-top-color: #78350f73; + border-bottom-color: #78350f73; +} + .border-y-amber-900\\/5 { border-top-color: #78350f0d; border-bottom-color: #78350f0d; @@ -36069,11 +49584,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350f80; } +.border-y-amber-900\\/55 { + border-top-color: #78350f8c; + border-bottom-color: #78350f8c; +} + .border-y-amber-900\\/60 { border-top-color: #78350f99; border-bottom-color: #78350f99; } +.border-y-amber-900\\/65 { + border-top-color: #78350fa6; + border-bottom-color: #78350fa6; +} + .border-y-amber-900\\/70 { border-top-color: #78350fb3; border-bottom-color: #78350fb3; @@ -36089,6 +49614,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350fcc; } +.border-y-amber-900\\/85 { + border-top-color: #78350fd9; + border-bottom-color: #78350fd9; +} + .border-y-amber-900\\/90 { border-top-color: #78350fe6; border-bottom-color: #78350fe6; @@ -36119,6 +49649,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a03; } +.border-y-amber-950\\/15 { + border-top-color: #451a0326; + border-bottom-color: #451a0326; +} + .border-y-amber-950\\/20 { border-top-color: #451a0333; border-bottom-color: #451a0333; @@ -36134,11 +49669,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a034d; } +.border-y-amber-950\\/35 { + border-top-color: #451a0359; + border-bottom-color: #451a0359; +} + .border-y-amber-950\\/40 { border-top-color: #451a0366; border-bottom-color: #451a0366; } +.border-y-amber-950\\/45 { + border-top-color: #451a0373; + border-bottom-color: #451a0373; +} + .border-y-amber-950\\/5 { border-top-color: #451a030d; border-bottom-color: #451a030d; @@ -36149,11 +49694,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a0380; } +.border-y-amber-950\\/55 { + border-top-color: #451a038c; + border-bottom-color: #451a038c; +} + .border-y-amber-950\\/60 { border-top-color: #451a0399; border-bottom-color: #451a0399; } +.border-y-amber-950\\/65 { + border-top-color: #451a03a6; + border-bottom-color: #451a03a6; +} + .border-y-amber-950\\/70 { border-top-color: #451a03b3; border-bottom-color: #451a03b3; @@ -36169,6 +49724,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a03cc; } +.border-y-amber-950\\/85 { + border-top-color: #451a03d9; + border-bottom-color: #451a03d9; +} + .border-y-amber-950\\/90 { border-top-color: #451a03e6; border-bottom-color: #451a03e6; @@ -36199,6 +49759,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000; } +.border-y-black\\/15 { + border-top-color: #00000026; + border-bottom-color: #00000026; +} + .border-y-black\\/20 { border-top-color: #0003; border-bottom-color: #0003; @@ -36214,11 +49779,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0000004d; } +.border-y-black\\/35 { + border-top-color: #00000059; + border-bottom-color: #00000059; +} + .border-y-black\\/40 { border-top-color: #0006; border-bottom-color: #0006; } +.border-y-black\\/45 { + border-top-color: #00000073; + border-bottom-color: #00000073; +} + .border-y-black\\/5 { border-top-color: #0000000d; border-bottom-color: #0000000d; @@ -36229,11 +49804,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #00000080; } +.border-y-black\\/55 { + border-top-color: #0000008c; + border-bottom-color: #0000008c; +} + .border-y-black\\/60 { border-top-color: #0009; border-bottom-color: #0009; } +.border-y-black\\/65 { + border-top-color: #000000a6; + border-bottom-color: #000000a6; +} + .border-y-black\\/70 { border-top-color: #000000b3; border-bottom-color: #000000b3; @@ -36249,6 +49834,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000c; } +.border-y-black\\/85 { + border-top-color: #000000d9; + border-bottom-color: #000000d9; +} + .border-y-black\\/90 { border-top-color: #000000e6; border-bottom-color: #000000e6; @@ -36279,6 +49869,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafe; } +.border-y-blue-100\\/15 { + border-top-color: #dbeafe26; + border-bottom-color: #dbeafe26; +} + .border-y-blue-100\\/20 { border-top-color: #dbeafe33; border-bottom-color: #dbeafe33; @@ -36294,11 +49889,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafe4d; } +.border-y-blue-100\\/35 { + border-top-color: #dbeafe59; + border-bottom-color: #dbeafe59; +} + .border-y-blue-100\\/40 { border-top-color: #dbeafe66; border-bottom-color: #dbeafe66; } +.border-y-blue-100\\/45 { + border-top-color: #dbeafe73; + border-bottom-color: #dbeafe73; +} + .border-y-blue-100\\/5 { border-top-color: #dbeafe0d; border-bottom-color: #dbeafe0d; @@ -36309,11 +49914,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafe80; } +.border-y-blue-100\\/55 { + border-top-color: #dbeafe8c; + border-bottom-color: #dbeafe8c; +} + .border-y-blue-100\\/60 { border-top-color: #dbeafe99; border-bottom-color: #dbeafe99; } +.border-y-blue-100\\/65 { + border-top-color: #dbeafea6; + border-bottom-color: #dbeafea6; +} + .border-y-blue-100\\/70 { border-top-color: #dbeafeb3; border-bottom-color: #dbeafeb3; @@ -36329,6 +49944,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafecc; } +.border-y-blue-100\\/85 { + border-top-color: #dbeafed9; + border-bottom-color: #dbeafed9; +} + .border-y-blue-100\\/90 { border-top-color: #dbeafee6; border-bottom-color: #dbeafee6; @@ -36359,6 +49979,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfe; } +.border-y-blue-200\\/15 { + border-top-color: #bfdbfe26; + border-bottom-color: #bfdbfe26; +} + .border-y-blue-200\\/20 { border-top-color: #bfdbfe33; border-bottom-color: #bfdbfe33; @@ -36374,11 +49999,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfe4d; } +.border-y-blue-200\\/35 { + border-top-color: #bfdbfe59; + border-bottom-color: #bfdbfe59; +} + .border-y-blue-200\\/40 { border-top-color: #bfdbfe66; border-bottom-color: #bfdbfe66; } +.border-y-blue-200\\/45 { + border-top-color: #bfdbfe73; + border-bottom-color: #bfdbfe73; +} + .border-y-blue-200\\/5 { border-top-color: #bfdbfe0d; border-bottom-color: #bfdbfe0d; @@ -36389,11 +50024,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfe80; } +.border-y-blue-200\\/55 { + border-top-color: #bfdbfe8c; + border-bottom-color: #bfdbfe8c; +} + .border-y-blue-200\\/60 { border-top-color: #bfdbfe99; border-bottom-color: #bfdbfe99; } +.border-y-blue-200\\/65 { + border-top-color: #bfdbfea6; + border-bottom-color: #bfdbfea6; +} + .border-y-blue-200\\/70 { border-top-color: #bfdbfeb3; border-bottom-color: #bfdbfeb3; @@ -36409,6 +50054,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfecc; } +.border-y-blue-200\\/85 { + border-top-color: #bfdbfed9; + border-bottom-color: #bfdbfed9; +} + .border-y-blue-200\\/90 { border-top-color: #bfdbfee6; border-bottom-color: #bfdbfee6; @@ -36439,6 +50089,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fd; } +.border-y-blue-300\\/15 { + border-top-color: #93c5fd26; + border-bottom-color: #93c5fd26; +} + .border-y-blue-300\\/20 { border-top-color: #93c5fd33; border-bottom-color: #93c5fd33; @@ -36454,11 +50109,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fd4d; } +.border-y-blue-300\\/35 { + border-top-color: #93c5fd59; + border-bottom-color: #93c5fd59; +} + .border-y-blue-300\\/40 { border-top-color: #93c5fd66; border-bottom-color: #93c5fd66; } +.border-y-blue-300\\/45 { + border-top-color: #93c5fd73; + border-bottom-color: #93c5fd73; +} + .border-y-blue-300\\/5 { border-top-color: #93c5fd0d; border-bottom-color: #93c5fd0d; @@ -36469,11 +50134,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fd80; } +.border-y-blue-300\\/55 { + border-top-color: #93c5fd8c; + border-bottom-color: #93c5fd8c; +} + .border-y-blue-300\\/60 { border-top-color: #93c5fd99; border-bottom-color: #93c5fd99; } +.border-y-blue-300\\/65 { + border-top-color: #93c5fda6; + border-bottom-color: #93c5fda6; +} + .border-y-blue-300\\/70 { border-top-color: #93c5fdb3; border-bottom-color: #93c5fdb3; @@ -36489,6 +50164,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fdcc; } +.border-y-blue-300\\/85 { + border-top-color: #93c5fdd9; + border-bottom-color: #93c5fdd9; +} + .border-y-blue-300\\/90 { border-top-color: #93c5fde6; border-bottom-color: #93c5fde6; @@ -36519,6 +50199,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5fa; } +.border-y-blue-400\\/15 { + border-top-color: #60a5fa26; + border-bottom-color: #60a5fa26; +} + .border-y-blue-400\\/20 { border-top-color: #60a5fa33; border-bottom-color: #60a5fa33; @@ -36534,11 +50219,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5fa4d; } +.border-y-blue-400\\/35 { + border-top-color: #60a5fa59; + border-bottom-color: #60a5fa59; +} + .border-y-blue-400\\/40 { border-top-color: #60a5fa66; border-bottom-color: #60a5fa66; } +.border-y-blue-400\\/45 { + border-top-color: #60a5fa73; + border-bottom-color: #60a5fa73; +} + .border-y-blue-400\\/5 { border-top-color: #60a5fa0d; border-bottom-color: #60a5fa0d; @@ -36549,11 +50244,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5fa80; } +.border-y-blue-400\\/55 { + border-top-color: #60a5fa8c; + border-bottom-color: #60a5fa8c; +} + .border-y-blue-400\\/60 { border-top-color: #60a5fa99; border-bottom-color: #60a5fa99; } +.border-y-blue-400\\/65 { + border-top-color: #60a5faa6; + border-bottom-color: #60a5faa6; +} + .border-y-blue-400\\/70 { border-top-color: #60a5fab3; border-bottom-color: #60a5fab3; @@ -36569,6 +50274,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5facc; } +.border-y-blue-400\\/85 { + border-top-color: #60a5fad9; + border-bottom-color: #60a5fad9; +} + .border-y-blue-400\\/90 { border-top-color: #60a5fae6; border-bottom-color: #60a5fae6; @@ -36599,6 +50309,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ff; } +.border-y-blue-50\\/15 { + border-top-color: #eff6ff26; + border-bottom-color: #eff6ff26; +} + .border-y-blue-50\\/20 { border-top-color: #eff6ff33; border-bottom-color: #eff6ff33; @@ -36614,11 +50329,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ff4d; } +.border-y-blue-50\\/35 { + border-top-color: #eff6ff59; + border-bottom-color: #eff6ff59; +} + .border-y-blue-50\\/40 { border-top-color: #eff6ff66; border-bottom-color: #eff6ff66; } +.border-y-blue-50\\/45 { + border-top-color: #eff6ff73; + border-bottom-color: #eff6ff73; +} + .border-y-blue-50\\/5 { border-top-color: #eff6ff0d; border-bottom-color: #eff6ff0d; @@ -36629,11 +50354,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ff80; } +.border-y-blue-50\\/55 { + border-top-color: #eff6ff8c; + border-bottom-color: #eff6ff8c; +} + .border-y-blue-50\\/60 { border-top-color: #eff6ff99; border-bottom-color: #eff6ff99; } +.border-y-blue-50\\/65 { + border-top-color: #eff6ffa6; + border-bottom-color: #eff6ffa6; +} + .border-y-blue-50\\/70 { border-top-color: #eff6ffb3; border-bottom-color: #eff6ffb3; @@ -36649,6 +50384,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ffcc; } +.border-y-blue-50\\/85 { + border-top-color: #eff6ffd9; + border-bottom-color: #eff6ffd9; +} + .border-y-blue-50\\/90 { border-top-color: #eff6ffe6; border-bottom-color: #eff6ffe6; @@ -36679,6 +50419,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f6; } +.border-y-blue-500\\/15 { + border-top-color: #3b82f626; + border-bottom-color: #3b82f626; +} + .border-y-blue-500\\/20 { border-top-color: #3b82f633; border-bottom-color: #3b82f633; @@ -36694,11 +50439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f64d; } +.border-y-blue-500\\/35 { + border-top-color: #3b82f659; + border-bottom-color: #3b82f659; +} + .border-y-blue-500\\/40 { border-top-color: #3b82f666; border-bottom-color: #3b82f666; } +.border-y-blue-500\\/45 { + border-top-color: #3b82f673; + border-bottom-color: #3b82f673; +} + .border-y-blue-500\\/5 { border-top-color: #3b82f60d; border-bottom-color: #3b82f60d; @@ -36709,11 +50464,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f680; } +.border-y-blue-500\\/55 { + border-top-color: #3b82f68c; + border-bottom-color: #3b82f68c; +} + .border-y-blue-500\\/60 { border-top-color: #3b82f699; border-bottom-color: #3b82f699; } +.border-y-blue-500\\/65 { + border-top-color: #3b82f6a6; + border-bottom-color: #3b82f6a6; +} + .border-y-blue-500\\/70 { border-top-color: #3b82f6b3; border-bottom-color: #3b82f6b3; @@ -36729,6 +50494,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f6cc; } +.border-y-blue-500\\/85 { + border-top-color: #3b82f6d9; + border-bottom-color: #3b82f6d9; +} + .border-y-blue-500\\/90 { border-top-color: #3b82f6e6; border-bottom-color: #3b82f6e6; @@ -36759,6 +50529,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563eb; } +.border-y-blue-600\\/15 { + border-top-color: #2563eb26; + border-bottom-color: #2563eb26; +} + .border-y-blue-600\\/20 { border-top-color: #2563eb33; border-bottom-color: #2563eb33; @@ -36774,11 +50549,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563eb4d; } +.border-y-blue-600\\/35 { + border-top-color: #2563eb59; + border-bottom-color: #2563eb59; +} + .border-y-blue-600\\/40 { border-top-color: #2563eb66; border-bottom-color: #2563eb66; } +.border-y-blue-600\\/45 { + border-top-color: #2563eb73; + border-bottom-color: #2563eb73; +} + .border-y-blue-600\\/5 { border-top-color: #2563eb0d; border-bottom-color: #2563eb0d; @@ -36789,11 +50574,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563eb80; } +.border-y-blue-600\\/55 { + border-top-color: #2563eb8c; + border-bottom-color: #2563eb8c; +} + .border-y-blue-600\\/60 { border-top-color: #2563eb99; border-bottom-color: #2563eb99; } +.border-y-blue-600\\/65 { + border-top-color: #2563eba6; + border-bottom-color: #2563eba6; +} + .border-y-blue-600\\/70 { border-top-color: #2563ebb3; border-bottom-color: #2563ebb3; @@ -36809,6 +50604,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563ebcc; } +.border-y-blue-600\\/85 { + border-top-color: #2563ebd9; + border-bottom-color: #2563ebd9; +} + .border-y-blue-600\\/90 { border-top-color: #2563ebe6; border-bottom-color: #2563ebe6; @@ -36839,6 +50639,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed8; } +.border-y-blue-700\\/15 { + border-top-color: #1d4ed826; + border-bottom-color: #1d4ed826; +} + .border-y-blue-700\\/20 { border-top-color: #1d4ed833; border-bottom-color: #1d4ed833; @@ -36854,11 +50659,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed84d; } +.border-y-blue-700\\/35 { + border-top-color: #1d4ed859; + border-bottom-color: #1d4ed859; +} + .border-y-blue-700\\/40 { border-top-color: #1d4ed866; border-bottom-color: #1d4ed866; } +.border-y-blue-700\\/45 { + border-top-color: #1d4ed873; + border-bottom-color: #1d4ed873; +} + .border-y-blue-700\\/5 { border-top-color: #1d4ed80d; border-bottom-color: #1d4ed80d; @@ -36869,11 +50684,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed880; } +.border-y-blue-700\\/55 { + border-top-color: #1d4ed88c; + border-bottom-color: #1d4ed88c; +} + .border-y-blue-700\\/60 { border-top-color: #1d4ed899; border-bottom-color: #1d4ed899; } +.border-y-blue-700\\/65 { + border-top-color: #1d4ed8a6; + border-bottom-color: #1d4ed8a6; +} + .border-y-blue-700\\/70 { border-top-color: #1d4ed8b3; border-bottom-color: #1d4ed8b3; @@ -36889,6 +50714,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed8cc; } +.border-y-blue-700\\/85 { + border-top-color: #1d4ed8d9; + border-bottom-color: #1d4ed8d9; +} + .border-y-blue-700\\/90 { border-top-color: #1d4ed8e6; border-bottom-color: #1d4ed8e6; @@ -36919,6 +50749,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40af; } +.border-y-blue-800\\/15 { + border-top-color: #1e40af26; + border-bottom-color: #1e40af26; +} + .border-y-blue-800\\/20 { border-top-color: #1e40af33; border-bottom-color: #1e40af33; @@ -36934,11 +50769,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40af4d; } +.border-y-blue-800\\/35 { + border-top-color: #1e40af59; + border-bottom-color: #1e40af59; +} + .border-y-blue-800\\/40 { border-top-color: #1e40af66; border-bottom-color: #1e40af66; } +.border-y-blue-800\\/45 { + border-top-color: #1e40af73; + border-bottom-color: #1e40af73; +} + .border-y-blue-800\\/5 { border-top-color: #1e40af0d; border-bottom-color: #1e40af0d; @@ -36949,11 +50794,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40af80; } +.border-y-blue-800\\/55 { + border-top-color: #1e40af8c; + border-bottom-color: #1e40af8c; +} + .border-y-blue-800\\/60 { border-top-color: #1e40af99; border-bottom-color: #1e40af99; } +.border-y-blue-800\\/65 { + border-top-color: #1e40afa6; + border-bottom-color: #1e40afa6; +} + .border-y-blue-800\\/70 { border-top-color: #1e40afb3; border-bottom-color: #1e40afb3; @@ -36969,6 +50824,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40afcc; } +.border-y-blue-800\\/85 { + border-top-color: #1e40afd9; + border-bottom-color: #1e40afd9; +} + .border-y-blue-800\\/90 { border-top-color: #1e40afe6; border-bottom-color: #1e40afe6; @@ -36999,6 +50859,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8a; } +.border-y-blue-900\\/15 { + border-top-color: #1e3a8a26; + border-bottom-color: #1e3a8a26; +} + .border-y-blue-900\\/20 { border-top-color: #1e3a8a33; border-bottom-color: #1e3a8a33; @@ -37014,11 +50879,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8a4d; } +.border-y-blue-900\\/35 { + border-top-color: #1e3a8a59; + border-bottom-color: #1e3a8a59; +} + .border-y-blue-900\\/40 { border-top-color: #1e3a8a66; border-bottom-color: #1e3a8a66; } +.border-y-blue-900\\/45 { + border-top-color: #1e3a8a73; + border-bottom-color: #1e3a8a73; +} + .border-y-blue-900\\/5 { border-top-color: #1e3a8a0d; border-bottom-color: #1e3a8a0d; @@ -37029,11 +50904,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8a80; } +.border-y-blue-900\\/55 { + border-top-color: #1e3a8a8c; + border-bottom-color: #1e3a8a8c; +} + .border-y-blue-900\\/60 { border-top-color: #1e3a8a99; border-bottom-color: #1e3a8a99; } +.border-y-blue-900\\/65 { + border-top-color: #1e3a8aa6; + border-bottom-color: #1e3a8aa6; +} + .border-y-blue-900\\/70 { border-top-color: #1e3a8ab3; border-bottom-color: #1e3a8ab3; @@ -37049,6 +50934,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8acc; } +.border-y-blue-900\\/85 { + border-top-color: #1e3a8ad9; + border-bottom-color: #1e3a8ad9; +} + .border-y-blue-900\\/90 { border-top-color: #1e3a8ae6; border-bottom-color: #1e3a8ae6; @@ -37079,6 +50969,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #172554; } +.border-y-blue-950\\/15 { + border-top-color: #17255426; + border-bottom-color: #17255426; +} + .border-y-blue-950\\/20 { border-top-color: #17255433; border-bottom-color: #17255433; @@ -37094,11 +50989,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1725544d; } +.border-y-blue-950\\/35 { + border-top-color: #17255459; + border-bottom-color: #17255459; +} + .border-y-blue-950\\/40 { border-top-color: #17255466; border-bottom-color: #17255466; } +.border-y-blue-950\\/45 { + border-top-color: #17255473; + border-bottom-color: #17255473; +} + .border-y-blue-950\\/5 { border-top-color: #1725540d; border-bottom-color: #1725540d; @@ -37109,11 +51014,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #17255480; } +.border-y-blue-950\\/55 { + border-top-color: #1725548c; + border-bottom-color: #1725548c; +} + .border-y-blue-950\\/60 { border-top-color: #17255499; border-bottom-color: #17255499; } +.border-y-blue-950\\/65 { + border-top-color: #172554a6; + border-bottom-color: #172554a6; +} + .border-y-blue-950\\/70 { border-top-color: #172554b3; border-bottom-color: #172554b3; @@ -37129,6 +51044,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #172554cc; } +.border-y-blue-950\\/85 { + border-top-color: #172554d9; + border-bottom-color: #172554d9; +} + .border-y-blue-950\\/90 { border-top-color: #172554e6; border-bottom-color: #172554e6; @@ -37164,6 +51084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafe; } +.border-y-cyan-100\\/15 { + border-top-color: #cffafe26; + border-bottom-color: #cffafe26; +} + .border-y-cyan-100\\/20 { border-top-color: #cffafe33; border-bottom-color: #cffafe33; @@ -37179,11 +51104,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafe4d; } +.border-y-cyan-100\\/35 { + border-top-color: #cffafe59; + border-bottom-color: #cffafe59; +} + .border-y-cyan-100\\/40 { border-top-color: #cffafe66; border-bottom-color: #cffafe66; } +.border-y-cyan-100\\/45 { + border-top-color: #cffafe73; + border-bottom-color: #cffafe73; +} + .border-y-cyan-100\\/5 { border-top-color: #cffafe0d; border-bottom-color: #cffafe0d; @@ -37194,11 +51129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafe80; } +.border-y-cyan-100\\/55 { + border-top-color: #cffafe8c; + border-bottom-color: #cffafe8c; +} + .border-y-cyan-100\\/60 { border-top-color: #cffafe99; border-bottom-color: #cffafe99; } +.border-y-cyan-100\\/65 { + border-top-color: #cffafea6; + border-bottom-color: #cffafea6; +} + .border-y-cyan-100\\/70 { border-top-color: #cffafeb3; border-bottom-color: #cffafeb3; @@ -37214,6 +51159,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafecc; } +.border-y-cyan-100\\/85 { + border-top-color: #cffafed9; + border-bottom-color: #cffafed9; +} + .border-y-cyan-100\\/90 { border-top-color: #cffafee6; border-bottom-color: #cffafee6; @@ -37244,6 +51194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fc; } +.border-y-cyan-200\\/15 { + border-top-color: #a5f3fc26; + border-bottom-color: #a5f3fc26; +} + .border-y-cyan-200\\/20 { border-top-color: #a5f3fc33; border-bottom-color: #a5f3fc33; @@ -37259,11 +51214,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fc4d; } +.border-y-cyan-200\\/35 { + border-top-color: #a5f3fc59; + border-bottom-color: #a5f3fc59; +} + .border-y-cyan-200\\/40 { border-top-color: #a5f3fc66; border-bottom-color: #a5f3fc66; } +.border-y-cyan-200\\/45 { + border-top-color: #a5f3fc73; + border-bottom-color: #a5f3fc73; +} + .border-y-cyan-200\\/5 { border-top-color: #a5f3fc0d; border-bottom-color: #a5f3fc0d; @@ -37274,11 +51239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fc80; } +.border-y-cyan-200\\/55 { + border-top-color: #a5f3fc8c; + border-bottom-color: #a5f3fc8c; +} + .border-y-cyan-200\\/60 { border-top-color: #a5f3fc99; border-bottom-color: #a5f3fc99; } +.border-y-cyan-200\\/65 { + border-top-color: #a5f3fca6; + border-bottom-color: #a5f3fca6; +} + .border-y-cyan-200\\/70 { border-top-color: #a5f3fcb3; border-bottom-color: #a5f3fcb3; @@ -37294,6 +51269,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fccc; } +.border-y-cyan-200\\/85 { + border-top-color: #a5f3fcd9; + border-bottom-color: #a5f3fcd9; +} + .border-y-cyan-200\\/90 { border-top-color: #a5f3fce6; border-bottom-color: #a5f3fce6; @@ -37324,6 +51304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f9; } +.border-y-cyan-300\\/15 { + border-top-color: #67e8f926; + border-bottom-color: #67e8f926; +} + .border-y-cyan-300\\/20 { border-top-color: #67e8f933; border-bottom-color: #67e8f933; @@ -37339,11 +51324,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f94d; } +.border-y-cyan-300\\/35 { + border-top-color: #67e8f959; + border-bottom-color: #67e8f959; +} + .border-y-cyan-300\\/40 { border-top-color: #67e8f966; border-bottom-color: #67e8f966; } +.border-y-cyan-300\\/45 { + border-top-color: #67e8f973; + border-bottom-color: #67e8f973; +} + .border-y-cyan-300\\/5 { border-top-color: #67e8f90d; border-bottom-color: #67e8f90d; @@ -37354,11 +51349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f980; } +.border-y-cyan-300\\/55 { + border-top-color: #67e8f98c; + border-bottom-color: #67e8f98c; +} + .border-y-cyan-300\\/60 { border-top-color: #67e8f999; border-bottom-color: #67e8f999; } +.border-y-cyan-300\\/65 { + border-top-color: #67e8f9a6; + border-bottom-color: #67e8f9a6; +} + .border-y-cyan-300\\/70 { border-top-color: #67e8f9b3; border-bottom-color: #67e8f9b3; @@ -37374,6 +51379,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f9cc; } +.border-y-cyan-300\\/85 { + border-top-color: #67e8f9d9; + border-bottom-color: #67e8f9d9; +} + .border-y-cyan-300\\/90 { border-top-color: #67e8f9e6; border-bottom-color: #67e8f9e6; @@ -37404,6 +51414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3ee; } +.border-y-cyan-400\\/15 { + border-top-color: #22d3ee26; + border-bottom-color: #22d3ee26; +} + .border-y-cyan-400\\/20 { border-top-color: #22d3ee33; border-bottom-color: #22d3ee33; @@ -37419,11 +51434,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3ee4d; } +.border-y-cyan-400\\/35 { + border-top-color: #22d3ee59; + border-bottom-color: #22d3ee59; +} + .border-y-cyan-400\\/40 { border-top-color: #22d3ee66; border-bottom-color: #22d3ee66; } +.border-y-cyan-400\\/45 { + border-top-color: #22d3ee73; + border-bottom-color: #22d3ee73; +} + .border-y-cyan-400\\/5 { border-top-color: #22d3ee0d; border-bottom-color: #22d3ee0d; @@ -37434,11 +51459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3ee80; } +.border-y-cyan-400\\/55 { + border-top-color: #22d3ee8c; + border-bottom-color: #22d3ee8c; +} + .border-y-cyan-400\\/60 { border-top-color: #22d3ee99; border-bottom-color: #22d3ee99; } +.border-y-cyan-400\\/65 { + border-top-color: #22d3eea6; + border-bottom-color: #22d3eea6; +} + .border-y-cyan-400\\/70 { border-top-color: #22d3eeb3; border-bottom-color: #22d3eeb3; @@ -37454,6 +51489,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3eecc; } +.border-y-cyan-400\\/85 { + border-top-color: #22d3eed9; + border-bottom-color: #22d3eed9; +} + .border-y-cyan-400\\/90 { border-top-color: #22d3eee6; border-bottom-color: #22d3eee6; @@ -37484,6 +51524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeff; } +.border-y-cyan-50\\/15 { + border-top-color: #ecfeff26; + border-bottom-color: #ecfeff26; +} + .border-y-cyan-50\\/20 { border-top-color: #ecfeff33; border-bottom-color: #ecfeff33; @@ -37499,11 +51544,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeff4d; } +.border-y-cyan-50\\/35 { + border-top-color: #ecfeff59; + border-bottom-color: #ecfeff59; +} + .border-y-cyan-50\\/40 { border-top-color: #ecfeff66; border-bottom-color: #ecfeff66; } +.border-y-cyan-50\\/45 { + border-top-color: #ecfeff73; + border-bottom-color: #ecfeff73; +} + .border-y-cyan-50\\/5 { border-top-color: #ecfeff0d; border-bottom-color: #ecfeff0d; @@ -37514,11 +51569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeff80; } +.border-y-cyan-50\\/55 { + border-top-color: #ecfeff8c; + border-bottom-color: #ecfeff8c; +} + .border-y-cyan-50\\/60 { border-top-color: #ecfeff99; border-bottom-color: #ecfeff99; } +.border-y-cyan-50\\/65 { + border-top-color: #ecfeffa6; + border-bottom-color: #ecfeffa6; +} + .border-y-cyan-50\\/70 { border-top-color: #ecfeffb3; border-bottom-color: #ecfeffb3; @@ -37534,6 +51599,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeffcc; } +.border-y-cyan-50\\/85 { + border-top-color: #ecfeffd9; + border-bottom-color: #ecfeffd9; +} + .border-y-cyan-50\\/90 { border-top-color: #ecfeffe6; border-bottom-color: #ecfeffe6; @@ -37564,6 +51634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d4; } +.border-y-cyan-500\\/15 { + border-top-color: #06b6d426; + border-bottom-color: #06b6d426; +} + .border-y-cyan-500\\/20 { border-top-color: #06b6d433; border-bottom-color: #06b6d433; @@ -37579,11 +51654,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d44d; } +.border-y-cyan-500\\/35 { + border-top-color: #06b6d459; + border-bottom-color: #06b6d459; +} + .border-y-cyan-500\\/40 { border-top-color: #06b6d466; border-bottom-color: #06b6d466; } +.border-y-cyan-500\\/45 { + border-top-color: #06b6d473; + border-bottom-color: #06b6d473; +} + .border-y-cyan-500\\/5 { border-top-color: #06b6d40d; border-bottom-color: #06b6d40d; @@ -37594,11 +51679,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d480; } +.border-y-cyan-500\\/55 { + border-top-color: #06b6d48c; + border-bottom-color: #06b6d48c; +} + .border-y-cyan-500\\/60 { border-top-color: #06b6d499; border-bottom-color: #06b6d499; } +.border-y-cyan-500\\/65 { + border-top-color: #06b6d4a6; + border-bottom-color: #06b6d4a6; +} + .border-y-cyan-500\\/70 { border-top-color: #06b6d4b3; border-bottom-color: #06b6d4b3; @@ -37614,6 +51709,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d4cc; } +.border-y-cyan-500\\/85 { + border-top-color: #06b6d4d9; + border-bottom-color: #06b6d4d9; +} + .border-y-cyan-500\\/90 { border-top-color: #06b6d4e6; border-bottom-color: #06b6d4e6; @@ -37644,6 +51744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b2; } +.border-y-cyan-600\\/15 { + border-top-color: #0891b226; + border-bottom-color: #0891b226; +} + .border-y-cyan-600\\/20 { border-top-color: #0891b233; border-bottom-color: #0891b233; @@ -37659,11 +51764,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b24d; } +.border-y-cyan-600\\/35 { + border-top-color: #0891b259; + border-bottom-color: #0891b259; +} + .border-y-cyan-600\\/40 { border-top-color: #0891b266; border-bottom-color: #0891b266; } +.border-y-cyan-600\\/45 { + border-top-color: #0891b273; + border-bottom-color: #0891b273; +} + .border-y-cyan-600\\/5 { border-top-color: #0891b20d; border-bottom-color: #0891b20d; @@ -37674,11 +51789,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b280; } +.border-y-cyan-600\\/55 { + border-top-color: #0891b28c; + border-bottom-color: #0891b28c; +} + .border-y-cyan-600\\/60 { border-top-color: #0891b299; border-bottom-color: #0891b299; } +.border-y-cyan-600\\/65 { + border-top-color: #0891b2a6; + border-bottom-color: #0891b2a6; +} + .border-y-cyan-600\\/70 { border-top-color: #0891b2b3; border-bottom-color: #0891b2b3; @@ -37694,6 +51819,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b2cc; } +.border-y-cyan-600\\/85 { + border-top-color: #0891b2d9; + border-bottom-color: #0891b2d9; +} + .border-y-cyan-600\\/90 { border-top-color: #0891b2e6; border-bottom-color: #0891b2e6; @@ -37724,6 +51854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e7490; } +.border-y-cyan-700\\/15 { + border-top-color: #0e749026; + border-bottom-color: #0e749026; +} + .border-y-cyan-700\\/20 { border-top-color: #0e749033; border-bottom-color: #0e749033; @@ -37739,11 +51874,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e74904d; } +.border-y-cyan-700\\/35 { + border-top-color: #0e749059; + border-bottom-color: #0e749059; +} + .border-y-cyan-700\\/40 { border-top-color: #0e749066; border-bottom-color: #0e749066; } +.border-y-cyan-700\\/45 { + border-top-color: #0e749073; + border-bottom-color: #0e749073; +} + .border-y-cyan-700\\/5 { border-top-color: #0e74900d; border-bottom-color: #0e74900d; @@ -37754,11 +51899,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e749080; } +.border-y-cyan-700\\/55 { + border-top-color: #0e74908c; + border-bottom-color: #0e74908c; +} + .border-y-cyan-700\\/60 { border-top-color: #0e749099; border-bottom-color: #0e749099; } +.border-y-cyan-700\\/65 { + border-top-color: #0e7490a6; + border-bottom-color: #0e7490a6; +} + .border-y-cyan-700\\/70 { border-top-color: #0e7490b3; border-bottom-color: #0e7490b3; @@ -37774,6 +51929,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e7490cc; } +.border-y-cyan-700\\/85 { + border-top-color: #0e7490d9; + border-bottom-color: #0e7490d9; +} + .border-y-cyan-700\\/90 { border-top-color: #0e7490e6; border-bottom-color: #0e7490e6; @@ -37804,6 +51964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e75; } +.border-y-cyan-800\\/15 { + border-top-color: #155e7526; + border-bottom-color: #155e7526; +} + .border-y-cyan-800\\/20 { border-top-color: #155e7533; border-bottom-color: #155e7533; @@ -37819,11 +51984,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e754d; } +.border-y-cyan-800\\/35 { + border-top-color: #155e7559; + border-bottom-color: #155e7559; +} + .border-y-cyan-800\\/40 { border-top-color: #155e7566; border-bottom-color: #155e7566; } +.border-y-cyan-800\\/45 { + border-top-color: #155e7573; + border-bottom-color: #155e7573; +} + .border-y-cyan-800\\/5 { border-top-color: #155e750d; border-bottom-color: #155e750d; @@ -37834,11 +52009,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e7580; } +.border-y-cyan-800\\/55 { + border-top-color: #155e758c; + border-bottom-color: #155e758c; +} + .border-y-cyan-800\\/60 { border-top-color: #155e7599; border-bottom-color: #155e7599; } +.border-y-cyan-800\\/65 { + border-top-color: #155e75a6; + border-bottom-color: #155e75a6; +} + .border-y-cyan-800\\/70 { border-top-color: #155e75b3; border-bottom-color: #155e75b3; @@ -37854,6 +52039,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e75cc; } +.border-y-cyan-800\\/85 { + border-top-color: #155e75d9; + border-bottom-color: #155e75d9; +} + .border-y-cyan-800\\/90 { border-top-color: #155e75e6; border-bottom-color: #155e75e6; @@ -37884,6 +52074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e63; } +.border-y-cyan-900\\/15 { + border-top-color: #164e6326; + border-bottom-color: #164e6326; +} + .border-y-cyan-900\\/20 { border-top-color: #164e6333; border-bottom-color: #164e6333; @@ -37899,11 +52094,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e634d; } +.border-y-cyan-900\\/35 { + border-top-color: #164e6359; + border-bottom-color: #164e6359; +} + .border-y-cyan-900\\/40 { border-top-color: #164e6366; border-bottom-color: #164e6366; } +.border-y-cyan-900\\/45 { + border-top-color: #164e6373; + border-bottom-color: #164e6373; +} + .border-y-cyan-900\\/5 { border-top-color: #164e630d; border-bottom-color: #164e630d; @@ -37914,11 +52119,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e6380; } +.border-y-cyan-900\\/55 { + border-top-color: #164e638c; + border-bottom-color: #164e638c; +} + .border-y-cyan-900\\/60 { border-top-color: #164e6399; border-bottom-color: #164e6399; } +.border-y-cyan-900\\/65 { + border-top-color: #164e63a6; + border-bottom-color: #164e63a6; +} + .border-y-cyan-900\\/70 { border-top-color: #164e63b3; border-bottom-color: #164e63b3; @@ -37934,6 +52149,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e63cc; } +.border-y-cyan-900\\/85 { + border-top-color: #164e63d9; + border-bottom-color: #164e63d9; +} + .border-y-cyan-900\\/90 { border-top-color: #164e63e6; border-bottom-color: #164e63e6; @@ -37964,6 +52184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #083344; } +.border-y-cyan-950\\/15 { + border-top-color: #08334426; + border-bottom-color: #08334426; +} + .border-y-cyan-950\\/20 { border-top-color: #08334433; border-bottom-color: #08334433; @@ -37979,11 +52204,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0833444d; } +.border-y-cyan-950\\/35 { + border-top-color: #08334459; + border-bottom-color: #08334459; +} + .border-y-cyan-950\\/40 { border-top-color: #08334466; border-bottom-color: #08334466; } +.border-y-cyan-950\\/45 { + border-top-color: #08334473; + border-bottom-color: #08334473; +} + .border-y-cyan-950\\/5 { border-top-color: #0833440d; border-bottom-color: #0833440d; @@ -37994,11 +52229,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #08334480; } +.border-y-cyan-950\\/55 { + border-top-color: #0833448c; + border-bottom-color: #0833448c; +} + .border-y-cyan-950\\/60 { border-top-color: #08334499; border-bottom-color: #08334499; } +.border-y-cyan-950\\/65 { + border-top-color: #083344a6; + border-bottom-color: #083344a6; +} + .border-y-cyan-950\\/70 { border-top-color: #083344b3; border-bottom-color: #083344b3; @@ -38014,6 +52259,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #083344cc; } +.border-y-cyan-950\\/85 { + border-top-color: #083344d9; + border-bottom-color: #083344d9; +} + .border-y-cyan-950\\/90 { border-top-color: #083344e6; border-bottom-color: #083344e6; @@ -38044,6 +52294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae5; } +.border-y-emerald-100\\/15 { + border-top-color: #d1fae526; + border-bottom-color: #d1fae526; +} + .border-y-emerald-100\\/20 { border-top-color: #d1fae533; border-bottom-color: #d1fae533; @@ -38059,11 +52314,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae54d; } +.border-y-emerald-100\\/35 { + border-top-color: #d1fae559; + border-bottom-color: #d1fae559; +} + .border-y-emerald-100\\/40 { border-top-color: #d1fae566; border-bottom-color: #d1fae566; } +.border-y-emerald-100\\/45 { + border-top-color: #d1fae573; + border-bottom-color: #d1fae573; +} + .border-y-emerald-100\\/5 { border-top-color: #d1fae50d; border-bottom-color: #d1fae50d; @@ -38074,11 +52339,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae580; } +.border-y-emerald-100\\/55 { + border-top-color: #d1fae58c; + border-bottom-color: #d1fae58c; +} + .border-y-emerald-100\\/60 { border-top-color: #d1fae599; border-bottom-color: #d1fae599; } +.border-y-emerald-100\\/65 { + border-top-color: #d1fae5a6; + border-bottom-color: #d1fae5a6; +} + .border-y-emerald-100\\/70 { border-top-color: #d1fae5b3; border-bottom-color: #d1fae5b3; @@ -38094,6 +52369,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae5cc; } +.border-y-emerald-100\\/85 { + border-top-color: #d1fae5d9; + border-bottom-color: #d1fae5d9; +} + .border-y-emerald-100\\/90 { border-top-color: #d1fae5e6; border-bottom-color: #d1fae5e6; @@ -38124,6 +52404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d0; } +.border-y-emerald-200\\/15 { + border-top-color: #a7f3d026; + border-bottom-color: #a7f3d026; +} + .border-y-emerald-200\\/20 { border-top-color: #a7f3d033; border-bottom-color: #a7f3d033; @@ -38139,11 +52424,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d04d; } +.border-y-emerald-200\\/35 { + border-top-color: #a7f3d059; + border-bottom-color: #a7f3d059; +} + .border-y-emerald-200\\/40 { border-top-color: #a7f3d066; border-bottom-color: #a7f3d066; } +.border-y-emerald-200\\/45 { + border-top-color: #a7f3d073; + border-bottom-color: #a7f3d073; +} + .border-y-emerald-200\\/5 { border-top-color: #a7f3d00d; border-bottom-color: #a7f3d00d; @@ -38154,11 +52449,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d080; } +.border-y-emerald-200\\/55 { + border-top-color: #a7f3d08c; + border-bottom-color: #a7f3d08c; +} + .border-y-emerald-200\\/60 { border-top-color: #a7f3d099; border-bottom-color: #a7f3d099; } +.border-y-emerald-200\\/65 { + border-top-color: #a7f3d0a6; + border-bottom-color: #a7f3d0a6; +} + .border-y-emerald-200\\/70 { border-top-color: #a7f3d0b3; border-bottom-color: #a7f3d0b3; @@ -38174,6 +52479,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d0cc; } +.border-y-emerald-200\\/85 { + border-top-color: #a7f3d0d9; + border-bottom-color: #a7f3d0d9; +} + .border-y-emerald-200\\/90 { border-top-color: #a7f3d0e6; border-bottom-color: #a7f3d0e6; @@ -38204,6 +52514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b7; } +.border-y-emerald-300\\/15 { + border-top-color: #6ee7b726; + border-bottom-color: #6ee7b726; +} + .border-y-emerald-300\\/20 { border-top-color: #6ee7b733; border-bottom-color: #6ee7b733; @@ -38219,11 +52534,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b74d; } +.border-y-emerald-300\\/35 { + border-top-color: #6ee7b759; + border-bottom-color: #6ee7b759; +} + .border-y-emerald-300\\/40 { border-top-color: #6ee7b766; border-bottom-color: #6ee7b766; } +.border-y-emerald-300\\/45 { + border-top-color: #6ee7b773; + border-bottom-color: #6ee7b773; +} + .border-y-emerald-300\\/5 { border-top-color: #6ee7b70d; border-bottom-color: #6ee7b70d; @@ -38234,11 +52559,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b780; } +.border-y-emerald-300\\/55 { + border-top-color: #6ee7b78c; + border-bottom-color: #6ee7b78c; +} + .border-y-emerald-300\\/60 { border-top-color: #6ee7b799; border-bottom-color: #6ee7b799; } +.border-y-emerald-300\\/65 { + border-top-color: #6ee7b7a6; + border-bottom-color: #6ee7b7a6; +} + .border-y-emerald-300\\/70 { border-top-color: #6ee7b7b3; border-bottom-color: #6ee7b7b3; @@ -38254,6 +52589,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b7cc; } +.border-y-emerald-300\\/85 { + border-top-color: #6ee7b7d9; + border-bottom-color: #6ee7b7d9; +} + .border-y-emerald-300\\/90 { border-top-color: #6ee7b7e6; border-bottom-color: #6ee7b7e6; @@ -38284,6 +52624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d399; } +.border-y-emerald-400\\/15 { + border-top-color: #34d39926; + border-bottom-color: #34d39926; +} + .border-y-emerald-400\\/20 { border-top-color: #34d39933; border-bottom-color: #34d39933; @@ -38299,11 +52644,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d3994d; } +.border-y-emerald-400\\/35 { + border-top-color: #34d39959; + border-bottom-color: #34d39959; +} + .border-y-emerald-400\\/40 { border-top-color: #34d39966; border-bottom-color: #34d39966; } +.border-y-emerald-400\\/45 { + border-top-color: #34d39973; + border-bottom-color: #34d39973; +} + .border-y-emerald-400\\/5 { border-top-color: #34d3990d; border-bottom-color: #34d3990d; @@ -38314,11 +52669,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d39980; } +.border-y-emerald-400\\/55 { + border-top-color: #34d3998c; + border-bottom-color: #34d3998c; +} + .border-y-emerald-400\\/60 { border-top-color: #34d39999; border-bottom-color: #34d39999; } +.border-y-emerald-400\\/65 { + border-top-color: #34d399a6; + border-bottom-color: #34d399a6; +} + .border-y-emerald-400\\/70 { border-top-color: #34d399b3; border-bottom-color: #34d399b3; @@ -38334,6 +52699,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d399cc; } +.border-y-emerald-400\\/85 { + border-top-color: #34d399d9; + border-bottom-color: #34d399d9; +} + .border-y-emerald-400\\/90 { border-top-color: #34d399e6; border-bottom-color: #34d399e6; @@ -38364,6 +52734,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf5; } +.border-y-emerald-50\\/15 { + border-top-color: #ecfdf526; + border-bottom-color: #ecfdf526; +} + .border-y-emerald-50\\/20 { border-top-color: #ecfdf533; border-bottom-color: #ecfdf533; @@ -38379,11 +52754,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf54d; } +.border-y-emerald-50\\/35 { + border-top-color: #ecfdf559; + border-bottom-color: #ecfdf559; +} + .border-y-emerald-50\\/40 { border-top-color: #ecfdf566; border-bottom-color: #ecfdf566; } +.border-y-emerald-50\\/45 { + border-top-color: #ecfdf573; + border-bottom-color: #ecfdf573; +} + .border-y-emerald-50\\/5 { border-top-color: #ecfdf50d; border-bottom-color: #ecfdf50d; @@ -38394,11 +52779,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf580; } +.border-y-emerald-50\\/55 { + border-top-color: #ecfdf58c; + border-bottom-color: #ecfdf58c; +} + .border-y-emerald-50\\/60 { border-top-color: #ecfdf599; border-bottom-color: #ecfdf599; } +.border-y-emerald-50\\/65 { + border-top-color: #ecfdf5a6; + border-bottom-color: #ecfdf5a6; +} + .border-y-emerald-50\\/70 { border-top-color: #ecfdf5b3; border-bottom-color: #ecfdf5b3; @@ -38414,6 +52809,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf5cc; } +.border-y-emerald-50\\/85 { + border-top-color: #ecfdf5d9; + border-bottom-color: #ecfdf5d9; +} + .border-y-emerald-50\\/90 { border-top-color: #ecfdf5e6; border-bottom-color: #ecfdf5e6; @@ -38444,6 +52844,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b981; } +.border-y-emerald-500\\/15 { + border-top-color: #10b98126; + border-bottom-color: #10b98126; +} + .border-y-emerald-500\\/20 { border-top-color: #10b98133; border-bottom-color: #10b98133; @@ -38459,11 +52864,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b9814d; } +.border-y-emerald-500\\/35 { + border-top-color: #10b98159; + border-bottom-color: #10b98159; +} + .border-y-emerald-500\\/40 { border-top-color: #10b98166; border-bottom-color: #10b98166; } +.border-y-emerald-500\\/45 { + border-top-color: #10b98173; + border-bottom-color: #10b98173; +} + .border-y-emerald-500\\/5 { border-top-color: #10b9810d; border-bottom-color: #10b9810d; @@ -38474,11 +52889,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b98180; } +.border-y-emerald-500\\/55 { + border-top-color: #10b9818c; + border-bottom-color: #10b9818c; +} + .border-y-emerald-500\\/60 { border-top-color: #10b98199; border-bottom-color: #10b98199; } +.border-y-emerald-500\\/65 { + border-top-color: #10b981a6; + border-bottom-color: #10b981a6; +} + .border-y-emerald-500\\/70 { border-top-color: #10b981b3; border-bottom-color: #10b981b3; @@ -38494,6 +52919,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b981cc; } +.border-y-emerald-500\\/85 { + border-top-color: #10b981d9; + border-bottom-color: #10b981d9; +} + .border-y-emerald-500\\/90 { border-top-color: #10b981e6; border-bottom-color: #10b981e6; @@ -38524,6 +52954,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #059669; } +.border-y-emerald-600\\/15 { + border-top-color: #05966926; + border-bottom-color: #05966926; +} + .border-y-emerald-600\\/20 { border-top-color: #05966933; border-bottom-color: #05966933; @@ -38539,11 +52974,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0596694d; } +.border-y-emerald-600\\/35 { + border-top-color: #05966959; + border-bottom-color: #05966959; +} + .border-y-emerald-600\\/40 { border-top-color: #05966966; border-bottom-color: #05966966; } +.border-y-emerald-600\\/45 { + border-top-color: #05966973; + border-bottom-color: #05966973; +} + .border-y-emerald-600\\/5 { border-top-color: #0596690d; border-bottom-color: #0596690d; @@ -38554,11 +52999,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #05966980; } +.border-y-emerald-600\\/55 { + border-top-color: #0596698c; + border-bottom-color: #0596698c; +} + .border-y-emerald-600\\/60 { border-top-color: #05966999; border-bottom-color: #05966999; } +.border-y-emerald-600\\/65 { + border-top-color: #059669a6; + border-bottom-color: #059669a6; +} + .border-y-emerald-600\\/70 { border-top-color: #059669b3; border-bottom-color: #059669b3; @@ -38574,6 +53029,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #059669cc; } +.border-y-emerald-600\\/85 { + border-top-color: #059669d9; + border-bottom-color: #059669d9; +} + .border-y-emerald-600\\/90 { border-top-color: #059669e6; border-bottom-color: #059669e6; @@ -38604,6 +53064,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #047857; } +.border-y-emerald-700\\/15 { + border-top-color: #04785726; + border-bottom-color: #04785726; +} + .border-y-emerald-700\\/20 { border-top-color: #04785733; border-bottom-color: #04785733; @@ -38619,11 +53084,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0478574d; } +.border-y-emerald-700\\/35 { + border-top-color: #04785759; + border-bottom-color: #04785759; +} + .border-y-emerald-700\\/40 { border-top-color: #04785766; border-bottom-color: #04785766; } +.border-y-emerald-700\\/45 { + border-top-color: #04785773; + border-bottom-color: #04785773; +} + .border-y-emerald-700\\/5 { border-top-color: #0478570d; border-bottom-color: #0478570d; @@ -38634,11 +53109,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #04785780; } +.border-y-emerald-700\\/55 { + border-top-color: #0478578c; + border-bottom-color: #0478578c; +} + .border-y-emerald-700\\/60 { border-top-color: #04785799; border-bottom-color: #04785799; } +.border-y-emerald-700\\/65 { + border-top-color: #047857a6; + border-bottom-color: #047857a6; +} + .border-y-emerald-700\\/70 { border-top-color: #047857b3; border-bottom-color: #047857b3; @@ -38654,6 +53139,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #047857cc; } +.border-y-emerald-700\\/85 { + border-top-color: #047857d9; + border-bottom-color: #047857d9; +} + .border-y-emerald-700\\/90 { border-top-color: #047857e6; border-bottom-color: #047857e6; @@ -38684,6 +53174,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f46; } +.border-y-emerald-800\\/15 { + border-top-color: #065f4626; + border-bottom-color: #065f4626; +} + .border-y-emerald-800\\/20 { border-top-color: #065f4633; border-bottom-color: #065f4633; @@ -38699,11 +53194,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f464d; } +.border-y-emerald-800\\/35 { + border-top-color: #065f4659; + border-bottom-color: #065f4659; +} + .border-y-emerald-800\\/40 { border-top-color: #065f4666; border-bottom-color: #065f4666; } +.border-y-emerald-800\\/45 { + border-top-color: #065f4673; + border-bottom-color: #065f4673; +} + .border-y-emerald-800\\/5 { border-top-color: #065f460d; border-bottom-color: #065f460d; @@ -38714,11 +53219,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f4680; } +.border-y-emerald-800\\/55 { + border-top-color: #065f468c; + border-bottom-color: #065f468c; +} + .border-y-emerald-800\\/60 { border-top-color: #065f4699; border-bottom-color: #065f4699; } +.border-y-emerald-800\\/65 { + border-top-color: #065f46a6; + border-bottom-color: #065f46a6; +} + .border-y-emerald-800\\/70 { border-top-color: #065f46b3; border-bottom-color: #065f46b3; @@ -38734,6 +53249,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f46cc; } +.border-y-emerald-800\\/85 { + border-top-color: #065f46d9; + border-bottom-color: #065f46d9; +} + .border-y-emerald-800\\/90 { border-top-color: #065f46e6; border-bottom-color: #065f46e6; @@ -38764,6 +53284,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3b; } +.border-y-emerald-900\\/15 { + border-top-color: #064e3b26; + border-bottom-color: #064e3b26; +} + .border-y-emerald-900\\/20 { border-top-color: #064e3b33; border-bottom-color: #064e3b33; @@ -38779,11 +53304,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3b4d; } +.border-y-emerald-900\\/35 { + border-top-color: #064e3b59; + border-bottom-color: #064e3b59; +} + .border-y-emerald-900\\/40 { border-top-color: #064e3b66; border-bottom-color: #064e3b66; } +.border-y-emerald-900\\/45 { + border-top-color: #064e3b73; + border-bottom-color: #064e3b73; +} + .border-y-emerald-900\\/5 { border-top-color: #064e3b0d; border-bottom-color: #064e3b0d; @@ -38794,11 +53329,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3b80; } +.border-y-emerald-900\\/55 { + border-top-color: #064e3b8c; + border-bottom-color: #064e3b8c; +} + .border-y-emerald-900\\/60 { border-top-color: #064e3b99; border-bottom-color: #064e3b99; } +.border-y-emerald-900\\/65 { + border-top-color: #064e3ba6; + border-bottom-color: #064e3ba6; +} + .border-y-emerald-900\\/70 { border-top-color: #064e3bb3; border-bottom-color: #064e3bb3; @@ -38814,6 +53359,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3bcc; } +.border-y-emerald-900\\/85 { + border-top-color: #064e3bd9; + border-bottom-color: #064e3bd9; +} + .border-y-emerald-900\\/90 { border-top-color: #064e3be6; border-bottom-color: #064e3be6; @@ -38844,6 +53394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c22; } +.border-y-emerald-950\\/15 { + border-top-color: #022c2226; + border-bottom-color: #022c2226; +} + .border-y-emerald-950\\/20 { border-top-color: #022c2233; border-bottom-color: #022c2233; @@ -38859,11 +53414,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c224d; } +.border-y-emerald-950\\/35 { + border-top-color: #022c2259; + border-bottom-color: #022c2259; +} + .border-y-emerald-950\\/40 { border-top-color: #022c2266; border-bottom-color: #022c2266; } +.border-y-emerald-950\\/45 { + border-top-color: #022c2273; + border-bottom-color: #022c2273; +} + .border-y-emerald-950\\/5 { border-top-color: #022c220d; border-bottom-color: #022c220d; @@ -38874,11 +53439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c2280; } +.border-y-emerald-950\\/55 { + border-top-color: #022c228c; + border-bottom-color: #022c228c; +} + .border-y-emerald-950\\/60 { border-top-color: #022c2299; border-bottom-color: #022c2299; } +.border-y-emerald-950\\/65 { + border-top-color: #022c22a6; + border-bottom-color: #022c22a6; +} + .border-y-emerald-950\\/70 { border-top-color: #022c22b3; border-bottom-color: #022c22b3; @@ -38894,6 +53469,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c22cc; } +.border-y-emerald-950\\/85 { + border-top-color: #022c22d9; + border-bottom-color: #022c22d9; +} + .border-y-emerald-950\\/90 { border-top-color: #022c22e6; border-bottom-color: #022c22e6; @@ -38924,6 +53504,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ff; } +.border-y-fuchsia-100\\/15 { + border-top-color: #fae8ff26; + border-bottom-color: #fae8ff26; +} + .border-y-fuchsia-100\\/20 { border-top-color: #fae8ff33; border-bottom-color: #fae8ff33; @@ -38939,11 +53524,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ff4d; } +.border-y-fuchsia-100\\/35 { + border-top-color: #fae8ff59; + border-bottom-color: #fae8ff59; +} + .border-y-fuchsia-100\\/40 { border-top-color: #fae8ff66; border-bottom-color: #fae8ff66; } +.border-y-fuchsia-100\\/45 { + border-top-color: #fae8ff73; + border-bottom-color: #fae8ff73; +} + .border-y-fuchsia-100\\/5 { border-top-color: #fae8ff0d; border-bottom-color: #fae8ff0d; @@ -38954,11 +53549,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ff80; } +.border-y-fuchsia-100\\/55 { + border-top-color: #fae8ff8c; + border-bottom-color: #fae8ff8c; +} + .border-y-fuchsia-100\\/60 { border-top-color: #fae8ff99; border-bottom-color: #fae8ff99; } +.border-y-fuchsia-100\\/65 { + border-top-color: #fae8ffa6; + border-bottom-color: #fae8ffa6; +} + .border-y-fuchsia-100\\/70 { border-top-color: #fae8ffb3; border-bottom-color: #fae8ffb3; @@ -38974,6 +53579,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ffcc; } +.border-y-fuchsia-100\\/85 { + border-top-color: #fae8ffd9; + border-bottom-color: #fae8ffd9; +} + .border-y-fuchsia-100\\/90 { border-top-color: #fae8ffe6; border-bottom-color: #fae8ffe6; @@ -39004,6 +53614,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fe; } +.border-y-fuchsia-200\\/15 { + border-top-color: #f5d0fe26; + border-bottom-color: #f5d0fe26; +} + .border-y-fuchsia-200\\/20 { border-top-color: #f5d0fe33; border-bottom-color: #f5d0fe33; @@ -39019,11 +53634,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fe4d; } +.border-y-fuchsia-200\\/35 { + border-top-color: #f5d0fe59; + border-bottom-color: #f5d0fe59; +} + .border-y-fuchsia-200\\/40 { border-top-color: #f5d0fe66; border-bottom-color: #f5d0fe66; } +.border-y-fuchsia-200\\/45 { + border-top-color: #f5d0fe73; + border-bottom-color: #f5d0fe73; +} + .border-y-fuchsia-200\\/5 { border-top-color: #f5d0fe0d; border-bottom-color: #f5d0fe0d; @@ -39034,11 +53659,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fe80; } +.border-y-fuchsia-200\\/55 { + border-top-color: #f5d0fe8c; + border-bottom-color: #f5d0fe8c; +} + .border-y-fuchsia-200\\/60 { border-top-color: #f5d0fe99; border-bottom-color: #f5d0fe99; } +.border-y-fuchsia-200\\/65 { + border-top-color: #f5d0fea6; + border-bottom-color: #f5d0fea6; +} + .border-y-fuchsia-200\\/70 { border-top-color: #f5d0feb3; border-bottom-color: #f5d0feb3; @@ -39054,6 +53689,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fecc; } +.border-y-fuchsia-200\\/85 { + border-top-color: #f5d0fed9; + border-bottom-color: #f5d0fed9; +} + .border-y-fuchsia-200\\/90 { border-top-color: #f5d0fee6; border-bottom-color: #f5d0fee6; @@ -39084,6 +53724,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfc; } +.border-y-fuchsia-300\\/15 { + border-top-color: #f0abfc26; + border-bottom-color: #f0abfc26; +} + .border-y-fuchsia-300\\/20 { border-top-color: #f0abfc33; border-bottom-color: #f0abfc33; @@ -39099,11 +53744,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfc4d; } +.border-y-fuchsia-300\\/35 { + border-top-color: #f0abfc59; + border-bottom-color: #f0abfc59; +} + .border-y-fuchsia-300\\/40 { border-top-color: #f0abfc66; border-bottom-color: #f0abfc66; } +.border-y-fuchsia-300\\/45 { + border-top-color: #f0abfc73; + border-bottom-color: #f0abfc73; +} + .border-y-fuchsia-300\\/5 { border-top-color: #f0abfc0d; border-bottom-color: #f0abfc0d; @@ -39114,11 +53769,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfc80; } +.border-y-fuchsia-300\\/55 { + border-top-color: #f0abfc8c; + border-bottom-color: #f0abfc8c; +} + .border-y-fuchsia-300\\/60 { border-top-color: #f0abfc99; border-bottom-color: #f0abfc99; } +.border-y-fuchsia-300\\/65 { + border-top-color: #f0abfca6; + border-bottom-color: #f0abfca6; +} + .border-y-fuchsia-300\\/70 { border-top-color: #f0abfcb3; border-bottom-color: #f0abfcb3; @@ -39134,6 +53799,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfccc; } +.border-y-fuchsia-300\\/85 { + border-top-color: #f0abfcd9; + border-bottom-color: #f0abfcd9; +} + .border-y-fuchsia-300\\/90 { border-top-color: #f0abfce6; border-bottom-color: #f0abfce6; @@ -39164,6 +53834,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f9; } +.border-y-fuchsia-400\\/15 { + border-top-color: #e879f926; + border-bottom-color: #e879f926; +} + .border-y-fuchsia-400\\/20 { border-top-color: #e879f933; border-bottom-color: #e879f933; @@ -39179,11 +53854,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f94d; } +.border-y-fuchsia-400\\/35 { + border-top-color: #e879f959; + border-bottom-color: #e879f959; +} + .border-y-fuchsia-400\\/40 { border-top-color: #e879f966; border-bottom-color: #e879f966; } +.border-y-fuchsia-400\\/45 { + border-top-color: #e879f973; + border-bottom-color: #e879f973; +} + .border-y-fuchsia-400\\/5 { border-top-color: #e879f90d; border-bottom-color: #e879f90d; @@ -39194,11 +53879,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f980; } +.border-y-fuchsia-400\\/55 { + border-top-color: #e879f98c; + border-bottom-color: #e879f98c; +} + .border-y-fuchsia-400\\/60 { border-top-color: #e879f999; border-bottom-color: #e879f999; } +.border-y-fuchsia-400\\/65 { + border-top-color: #e879f9a6; + border-bottom-color: #e879f9a6; +} + .border-y-fuchsia-400\\/70 { border-top-color: #e879f9b3; border-bottom-color: #e879f9b3; @@ -39214,6 +53909,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f9cc; } +.border-y-fuchsia-400\\/85 { + border-top-color: #e879f9d9; + border-bottom-color: #e879f9d9; +} + .border-y-fuchsia-400\\/90 { border-top-color: #e879f9e6; border-bottom-color: #e879f9e6; @@ -39244,6 +53944,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ff; } +.border-y-fuchsia-50\\/15 { + border-top-color: #fdf4ff26; + border-bottom-color: #fdf4ff26; +} + .border-y-fuchsia-50\\/20 { border-top-color: #fdf4ff33; border-bottom-color: #fdf4ff33; @@ -39259,11 +53964,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ff4d; } +.border-y-fuchsia-50\\/35 { + border-top-color: #fdf4ff59; + border-bottom-color: #fdf4ff59; +} + .border-y-fuchsia-50\\/40 { border-top-color: #fdf4ff66; border-bottom-color: #fdf4ff66; } +.border-y-fuchsia-50\\/45 { + border-top-color: #fdf4ff73; + border-bottom-color: #fdf4ff73; +} + .border-y-fuchsia-50\\/5 { border-top-color: #fdf4ff0d; border-bottom-color: #fdf4ff0d; @@ -39274,11 +53989,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ff80; } +.border-y-fuchsia-50\\/55 { + border-top-color: #fdf4ff8c; + border-bottom-color: #fdf4ff8c; +} + .border-y-fuchsia-50\\/60 { border-top-color: #fdf4ff99; border-bottom-color: #fdf4ff99; } +.border-y-fuchsia-50\\/65 { + border-top-color: #fdf4ffa6; + border-bottom-color: #fdf4ffa6; +} + .border-y-fuchsia-50\\/70 { border-top-color: #fdf4ffb3; border-bottom-color: #fdf4ffb3; @@ -39294,6 +54019,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ffcc; } +.border-y-fuchsia-50\\/85 { + border-top-color: #fdf4ffd9; + border-bottom-color: #fdf4ffd9; +} + .border-y-fuchsia-50\\/90 { border-top-color: #fdf4ffe6; border-bottom-color: #fdf4ffe6; @@ -39324,6 +54054,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946ef; } +.border-y-fuchsia-500\\/15 { + border-top-color: #d946ef26; + border-bottom-color: #d946ef26; +} + .border-y-fuchsia-500\\/20 { border-top-color: #d946ef33; border-bottom-color: #d946ef33; @@ -39339,11 +54074,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946ef4d; } +.border-y-fuchsia-500\\/35 { + border-top-color: #d946ef59; + border-bottom-color: #d946ef59; +} + .border-y-fuchsia-500\\/40 { border-top-color: #d946ef66; border-bottom-color: #d946ef66; } +.border-y-fuchsia-500\\/45 { + border-top-color: #d946ef73; + border-bottom-color: #d946ef73; +} + .border-y-fuchsia-500\\/5 { border-top-color: #d946ef0d; border-bottom-color: #d946ef0d; @@ -39354,11 +54099,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946ef80; } +.border-y-fuchsia-500\\/55 { + border-top-color: #d946ef8c; + border-bottom-color: #d946ef8c; +} + .border-y-fuchsia-500\\/60 { border-top-color: #d946ef99; border-bottom-color: #d946ef99; } +.border-y-fuchsia-500\\/65 { + border-top-color: #d946efa6; + border-bottom-color: #d946efa6; +} + .border-y-fuchsia-500\\/70 { border-top-color: #d946efb3; border-bottom-color: #d946efb3; @@ -39374,6 +54129,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946efcc; } +.border-y-fuchsia-500\\/85 { + border-top-color: #d946efd9; + border-bottom-color: #d946efd9; +} + .border-y-fuchsia-500\\/90 { border-top-color: #d946efe6; border-bottom-color: #d946efe6; @@ -39404,6 +54164,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d3; } +.border-y-fuchsia-600\\/15 { + border-top-color: #c026d326; + border-bottom-color: #c026d326; +} + .border-y-fuchsia-600\\/20 { border-top-color: #c026d333; border-bottom-color: #c026d333; @@ -39419,11 +54184,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d34d; } +.border-y-fuchsia-600\\/35 { + border-top-color: #c026d359; + border-bottom-color: #c026d359; +} + .border-y-fuchsia-600\\/40 { border-top-color: #c026d366; border-bottom-color: #c026d366; } +.border-y-fuchsia-600\\/45 { + border-top-color: #c026d373; + border-bottom-color: #c026d373; +} + .border-y-fuchsia-600\\/5 { border-top-color: #c026d30d; border-bottom-color: #c026d30d; @@ -39434,11 +54209,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d380; } +.border-y-fuchsia-600\\/55 { + border-top-color: #c026d38c; + border-bottom-color: #c026d38c; +} + .border-y-fuchsia-600\\/60 { border-top-color: #c026d399; border-bottom-color: #c026d399; } +.border-y-fuchsia-600\\/65 { + border-top-color: #c026d3a6; + border-bottom-color: #c026d3a6; +} + .border-y-fuchsia-600\\/70 { border-top-color: #c026d3b3; border-bottom-color: #c026d3b3; @@ -39454,6 +54239,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d3cc; } +.border-y-fuchsia-600\\/85 { + border-top-color: #c026d3d9; + border-bottom-color: #c026d3d9; +} + .border-y-fuchsia-600\\/90 { border-top-color: #c026d3e6; border-bottom-color: #c026d3e6; @@ -39484,6 +54274,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21caf; } +.border-y-fuchsia-700\\/15 { + border-top-color: #a21caf26; + border-bottom-color: #a21caf26; +} + .border-y-fuchsia-700\\/20 { border-top-color: #a21caf33; border-bottom-color: #a21caf33; @@ -39499,11 +54294,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21caf4d; } +.border-y-fuchsia-700\\/35 { + border-top-color: #a21caf59; + border-bottom-color: #a21caf59; +} + .border-y-fuchsia-700\\/40 { border-top-color: #a21caf66; border-bottom-color: #a21caf66; } +.border-y-fuchsia-700\\/45 { + border-top-color: #a21caf73; + border-bottom-color: #a21caf73; +} + .border-y-fuchsia-700\\/5 { border-top-color: #a21caf0d; border-bottom-color: #a21caf0d; @@ -39514,11 +54319,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21caf80; } +.border-y-fuchsia-700\\/55 { + border-top-color: #a21caf8c; + border-bottom-color: #a21caf8c; +} + .border-y-fuchsia-700\\/60 { border-top-color: #a21caf99; border-bottom-color: #a21caf99; } +.border-y-fuchsia-700\\/65 { + border-top-color: #a21cafa6; + border-bottom-color: #a21cafa6; +} + .border-y-fuchsia-700\\/70 { border-top-color: #a21cafb3; border-bottom-color: #a21cafb3; @@ -39534,6 +54349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21cafcc; } +.border-y-fuchsia-700\\/85 { + border-top-color: #a21cafd9; + border-bottom-color: #a21cafd9; +} + .border-y-fuchsia-700\\/90 { border-top-color: #a21cafe6; border-bottom-color: #a21cafe6; @@ -39564,6 +54384,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198f; } +.border-y-fuchsia-800\\/15 { + border-top-color: #86198f26; + border-bottom-color: #86198f26; +} + .border-y-fuchsia-800\\/20 { border-top-color: #86198f33; border-bottom-color: #86198f33; @@ -39579,11 +54404,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198f4d; } +.border-y-fuchsia-800\\/35 { + border-top-color: #86198f59; + border-bottom-color: #86198f59; +} + .border-y-fuchsia-800\\/40 { border-top-color: #86198f66; border-bottom-color: #86198f66; } +.border-y-fuchsia-800\\/45 { + border-top-color: #86198f73; + border-bottom-color: #86198f73; +} + .border-y-fuchsia-800\\/5 { border-top-color: #86198f0d; border-bottom-color: #86198f0d; @@ -39594,11 +54429,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198f80; } +.border-y-fuchsia-800\\/55 { + border-top-color: #86198f8c; + border-bottom-color: #86198f8c; +} + .border-y-fuchsia-800\\/60 { border-top-color: #86198f99; border-bottom-color: #86198f99; } +.border-y-fuchsia-800\\/65 { + border-top-color: #86198fa6; + border-bottom-color: #86198fa6; +} + .border-y-fuchsia-800\\/70 { border-top-color: #86198fb3; border-bottom-color: #86198fb3; @@ -39614,6 +54459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198fcc; } +.border-y-fuchsia-800\\/85 { + border-top-color: #86198fd9; + border-bottom-color: #86198fd9; +} + .border-y-fuchsia-800\\/90 { border-top-color: #86198fe6; border-bottom-color: #86198fe6; @@ -39644,6 +54494,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a75; } +.border-y-fuchsia-900\\/15 { + border-top-color: #701a7526; + border-bottom-color: #701a7526; +} + .border-y-fuchsia-900\\/20 { border-top-color: #701a7533; border-bottom-color: #701a7533; @@ -39659,11 +54514,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a754d; } +.border-y-fuchsia-900\\/35 { + border-top-color: #701a7559; + border-bottom-color: #701a7559; +} + .border-y-fuchsia-900\\/40 { border-top-color: #701a7566; border-bottom-color: #701a7566; } +.border-y-fuchsia-900\\/45 { + border-top-color: #701a7573; + border-bottom-color: #701a7573; +} + .border-y-fuchsia-900\\/5 { border-top-color: #701a750d; border-bottom-color: #701a750d; @@ -39674,11 +54539,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a7580; } +.border-y-fuchsia-900\\/55 { + border-top-color: #701a758c; + border-bottom-color: #701a758c; +} + .border-y-fuchsia-900\\/60 { border-top-color: #701a7599; border-bottom-color: #701a7599; } +.border-y-fuchsia-900\\/65 { + border-top-color: #701a75a6; + border-bottom-color: #701a75a6; +} + .border-y-fuchsia-900\\/70 { border-top-color: #701a75b3; border-bottom-color: #701a75b3; @@ -39694,6 +54569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a75cc; } +.border-y-fuchsia-900\\/85 { + border-top-color: #701a75d9; + border-bottom-color: #701a75d9; +} + .border-y-fuchsia-900\\/90 { border-top-color: #701a75e6; border-bottom-color: #701a75e6; @@ -39724,6 +54604,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044e; } +.border-y-fuchsia-950\\/15 { + border-top-color: #4a044e26; + border-bottom-color: #4a044e26; +} + .border-y-fuchsia-950\\/20 { border-top-color: #4a044e33; border-bottom-color: #4a044e33; @@ -39739,11 +54624,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044e4d; } +.border-y-fuchsia-950\\/35 { + border-top-color: #4a044e59; + border-bottom-color: #4a044e59; +} + .border-y-fuchsia-950\\/40 { border-top-color: #4a044e66; border-bottom-color: #4a044e66; } +.border-y-fuchsia-950\\/45 { + border-top-color: #4a044e73; + border-bottom-color: #4a044e73; +} + .border-y-fuchsia-950\\/5 { border-top-color: #4a044e0d; border-bottom-color: #4a044e0d; @@ -39754,11 +54649,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044e80; } +.border-y-fuchsia-950\\/55 { + border-top-color: #4a044e8c; + border-bottom-color: #4a044e8c; +} + .border-y-fuchsia-950\\/60 { border-top-color: #4a044e99; border-bottom-color: #4a044e99; } +.border-y-fuchsia-950\\/65 { + border-top-color: #4a044ea6; + border-bottom-color: #4a044ea6; +} + .border-y-fuchsia-950\\/70 { border-top-color: #4a044eb3; border-bottom-color: #4a044eb3; @@ -39774,6 +54679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044ecc; } +.border-y-fuchsia-950\\/85 { + border-top-color: #4a044ed9; + border-bottom-color: #4a044ed9; +} + .border-y-fuchsia-950\\/90 { border-top-color: #4a044ee6; border-bottom-color: #4a044ee6; @@ -39804,6 +54714,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f6; } +.border-y-gray-100\\/15 { + border-top-color: #f3f4f626; + border-bottom-color: #f3f4f626; +} + .border-y-gray-100\\/20 { border-top-color: #f3f4f633; border-bottom-color: #f3f4f633; @@ -39819,11 +54734,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f64d; } +.border-y-gray-100\\/35 { + border-top-color: #f3f4f659; + border-bottom-color: #f3f4f659; +} + .border-y-gray-100\\/40 { border-top-color: #f3f4f666; border-bottom-color: #f3f4f666; } +.border-y-gray-100\\/45 { + border-top-color: #f3f4f673; + border-bottom-color: #f3f4f673; +} + .border-y-gray-100\\/5 { border-top-color: #f3f4f60d; border-bottom-color: #f3f4f60d; @@ -39834,11 +54759,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f680; } +.border-y-gray-100\\/55 { + border-top-color: #f3f4f68c; + border-bottom-color: #f3f4f68c; +} + .border-y-gray-100\\/60 { border-top-color: #f3f4f699; border-bottom-color: #f3f4f699; } +.border-y-gray-100\\/65 { + border-top-color: #f3f4f6a6; + border-bottom-color: #f3f4f6a6; +} + .border-y-gray-100\\/70 { border-top-color: #f3f4f6b3; border-bottom-color: #f3f4f6b3; @@ -39854,6 +54789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f6cc; } +.border-y-gray-100\\/85 { + border-top-color: #f3f4f6d9; + border-bottom-color: #f3f4f6d9; +} + .border-y-gray-100\\/90 { border-top-color: #f3f4f6e6; border-bottom-color: #f3f4f6e6; @@ -39884,6 +54824,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7eb; } +.border-y-gray-200\\/15 { + border-top-color: #e5e7eb26; + border-bottom-color: #e5e7eb26; +} + .border-y-gray-200\\/20 { border-top-color: #e5e7eb33; border-bottom-color: #e5e7eb33; @@ -39899,11 +54844,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7eb4d; } +.border-y-gray-200\\/35 { + border-top-color: #e5e7eb59; + border-bottom-color: #e5e7eb59; +} + .border-y-gray-200\\/40 { border-top-color: #e5e7eb66; border-bottom-color: #e5e7eb66; } +.border-y-gray-200\\/45 { + border-top-color: #e5e7eb73; + border-bottom-color: #e5e7eb73; +} + .border-y-gray-200\\/5 { border-top-color: #e5e7eb0d; border-bottom-color: #e5e7eb0d; @@ -39914,11 +54869,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7eb80; } +.border-y-gray-200\\/55 { + border-top-color: #e5e7eb8c; + border-bottom-color: #e5e7eb8c; +} + .border-y-gray-200\\/60 { border-top-color: #e5e7eb99; border-bottom-color: #e5e7eb99; } +.border-y-gray-200\\/65 { + border-top-color: #e5e7eba6; + border-bottom-color: #e5e7eba6; +} + .border-y-gray-200\\/70 { border-top-color: #e5e7ebb3; border-bottom-color: #e5e7ebb3; @@ -39934,6 +54899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7ebcc; } +.border-y-gray-200\\/85 { + border-top-color: #e5e7ebd9; + border-bottom-color: #e5e7ebd9; +} + .border-y-gray-200\\/90 { border-top-color: #e5e7ebe6; border-bottom-color: #e5e7ebe6; @@ -39964,6 +54934,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5db; } +.border-y-gray-300\\/15 { + border-top-color: #d1d5db26; + border-bottom-color: #d1d5db26; +} + .border-y-gray-300\\/20 { border-top-color: #d1d5db33; border-bottom-color: #d1d5db33; @@ -39979,11 +54954,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5db4d; } +.border-y-gray-300\\/35 { + border-top-color: #d1d5db59; + border-bottom-color: #d1d5db59; +} + .border-y-gray-300\\/40 { border-top-color: #d1d5db66; border-bottom-color: #d1d5db66; } +.border-y-gray-300\\/45 { + border-top-color: #d1d5db73; + border-bottom-color: #d1d5db73; +} + .border-y-gray-300\\/5 { border-top-color: #d1d5db0d; border-bottom-color: #d1d5db0d; @@ -39994,11 +54979,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5db80; } +.border-y-gray-300\\/55 { + border-top-color: #d1d5db8c; + border-bottom-color: #d1d5db8c; +} + .border-y-gray-300\\/60 { border-top-color: #d1d5db99; border-bottom-color: #d1d5db99; } +.border-y-gray-300\\/65 { + border-top-color: #d1d5dba6; + border-bottom-color: #d1d5dba6; +} + .border-y-gray-300\\/70 { border-top-color: #d1d5dbb3; border-bottom-color: #d1d5dbb3; @@ -40014,6 +55009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5dbcc; } +.border-y-gray-300\\/85 { + border-top-color: #d1d5dbd9; + border-bottom-color: #d1d5dbd9; +} + .border-y-gray-300\\/90 { border-top-color: #d1d5dbe6; border-bottom-color: #d1d5dbe6; @@ -40044,6 +55044,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3af; } +.border-y-gray-400\\/15 { + border-top-color: #9ca3af26; + border-bottom-color: #9ca3af26; +} + .border-y-gray-400\\/20 { border-top-color: #9ca3af33; border-bottom-color: #9ca3af33; @@ -40059,11 +55064,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3af4d; } +.border-y-gray-400\\/35 { + border-top-color: #9ca3af59; + border-bottom-color: #9ca3af59; +} + .border-y-gray-400\\/40 { border-top-color: #9ca3af66; border-bottom-color: #9ca3af66; } +.border-y-gray-400\\/45 { + border-top-color: #9ca3af73; + border-bottom-color: #9ca3af73; +} + .border-y-gray-400\\/5 { border-top-color: #9ca3af0d; border-bottom-color: #9ca3af0d; @@ -40074,11 +55089,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3af80; } +.border-y-gray-400\\/55 { + border-top-color: #9ca3af8c; + border-bottom-color: #9ca3af8c; +} + .border-y-gray-400\\/60 { border-top-color: #9ca3af99; border-bottom-color: #9ca3af99; } +.border-y-gray-400\\/65 { + border-top-color: #9ca3afa6; + border-bottom-color: #9ca3afa6; +} + .border-y-gray-400\\/70 { border-top-color: #9ca3afb3; border-bottom-color: #9ca3afb3; @@ -40094,6 +55119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3afcc; } +.border-y-gray-400\\/85 { + border-top-color: #9ca3afd9; + border-bottom-color: #9ca3afd9; +} + .border-y-gray-400\\/90 { border-top-color: #9ca3afe6; border-bottom-color: #9ca3afe6; @@ -40124,6 +55154,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafb; } +.border-y-gray-50\\/15 { + border-top-color: #f9fafb26; + border-bottom-color: #f9fafb26; +} + .border-y-gray-50\\/20 { border-top-color: #f9fafb33; border-bottom-color: #f9fafb33; @@ -40139,11 +55174,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafb4d; } +.border-y-gray-50\\/35 { + border-top-color: #f9fafb59; + border-bottom-color: #f9fafb59; +} + .border-y-gray-50\\/40 { border-top-color: #f9fafb66; border-bottom-color: #f9fafb66; } +.border-y-gray-50\\/45 { + border-top-color: #f9fafb73; + border-bottom-color: #f9fafb73; +} + .border-y-gray-50\\/5 { border-top-color: #f9fafb0d; border-bottom-color: #f9fafb0d; @@ -40154,11 +55199,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafb80; } +.border-y-gray-50\\/55 { + border-top-color: #f9fafb8c; + border-bottom-color: #f9fafb8c; +} + .border-y-gray-50\\/60 { border-top-color: #f9fafb99; border-bottom-color: #f9fafb99; } +.border-y-gray-50\\/65 { + border-top-color: #f9fafba6; + border-bottom-color: #f9fafba6; +} + .border-y-gray-50\\/70 { border-top-color: #f9fafbb3; border-bottom-color: #f9fafbb3; @@ -40174,6 +55229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafbcc; } +.border-y-gray-50\\/85 { + border-top-color: #f9fafbd9; + border-bottom-color: #f9fafbd9; +} + .border-y-gray-50\\/90 { border-top-color: #f9fafbe6; border-bottom-color: #f9fafbe6; @@ -40204,6 +55264,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b7280; } +.border-y-gray-500\\/15 { + border-top-color: #6b728026; + border-bottom-color: #6b728026; +} + .border-y-gray-500\\/20 { border-top-color: #6b728033; border-bottom-color: #6b728033; @@ -40219,11 +55284,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b72804d; } +.border-y-gray-500\\/35 { + border-top-color: #6b728059; + border-bottom-color: #6b728059; +} + .border-y-gray-500\\/40 { border-top-color: #6b728066; border-bottom-color: #6b728066; } +.border-y-gray-500\\/45 { + border-top-color: #6b728073; + border-bottom-color: #6b728073; +} + .border-y-gray-500\\/5 { border-top-color: #6b72800d; border-bottom-color: #6b72800d; @@ -40234,11 +55309,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b728080; } +.border-y-gray-500\\/55 { + border-top-color: #6b72808c; + border-bottom-color: #6b72808c; +} + .border-y-gray-500\\/60 { border-top-color: #6b728099; border-bottom-color: #6b728099; } +.border-y-gray-500\\/65 { + border-top-color: #6b7280a6; + border-bottom-color: #6b7280a6; +} + .border-y-gray-500\\/70 { border-top-color: #6b7280b3; border-bottom-color: #6b7280b3; @@ -40254,6 +55339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b7280cc; } +.border-y-gray-500\\/85 { + border-top-color: #6b7280d9; + border-bottom-color: #6b7280d9; +} + .border-y-gray-500\\/90 { border-top-color: #6b7280e6; border-bottom-color: #6b7280e6; @@ -40284,6 +55374,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b5563; } +.border-y-gray-600\\/15 { + border-top-color: #4b556326; + border-bottom-color: #4b556326; +} + .border-y-gray-600\\/20 { border-top-color: #4b556333; border-bottom-color: #4b556333; @@ -40299,11 +55394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b55634d; } +.border-y-gray-600\\/35 { + border-top-color: #4b556359; + border-bottom-color: #4b556359; +} + .border-y-gray-600\\/40 { border-top-color: #4b556366; border-bottom-color: #4b556366; } +.border-y-gray-600\\/45 { + border-top-color: #4b556373; + border-bottom-color: #4b556373; +} + .border-y-gray-600\\/5 { border-top-color: #4b55630d; border-bottom-color: #4b55630d; @@ -40314,11 +55419,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b556380; } +.border-y-gray-600\\/55 { + border-top-color: #4b55638c; + border-bottom-color: #4b55638c; +} + .border-y-gray-600\\/60 { border-top-color: #4b556399; border-bottom-color: #4b556399; } +.border-y-gray-600\\/65 { + border-top-color: #4b5563a6; + border-bottom-color: #4b5563a6; +} + .border-y-gray-600\\/70 { border-top-color: #4b5563b3; border-bottom-color: #4b5563b3; @@ -40334,6 +55449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b5563cc; } +.border-y-gray-600\\/85 { + border-top-color: #4b5563d9; + border-bottom-color: #4b5563d9; +} + .border-y-gray-600\\/90 { border-top-color: #4b5563e6; border-bottom-color: #4b5563e6; @@ -40364,6 +55484,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #374151; } +.border-y-gray-700\\/15 { + border-top-color: #37415126; + border-bottom-color: #37415126; +} + .border-y-gray-700\\/20 { border-top-color: #37415133; border-bottom-color: #37415133; @@ -40379,11 +55504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3741514d; } +.border-y-gray-700\\/35 { + border-top-color: #37415159; + border-bottom-color: #37415159; +} + .border-y-gray-700\\/40 { border-top-color: #37415166; border-bottom-color: #37415166; } +.border-y-gray-700\\/45 { + border-top-color: #37415173; + border-bottom-color: #37415173; +} + .border-y-gray-700\\/5 { border-top-color: #3741510d; border-bottom-color: #3741510d; @@ -40394,11 +55529,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #37415180; } +.border-y-gray-700\\/55 { + border-top-color: #3741518c; + border-bottom-color: #3741518c; +} + .border-y-gray-700\\/60 { border-top-color: #37415199; border-bottom-color: #37415199; } +.border-y-gray-700\\/65 { + border-top-color: #374151a6; + border-bottom-color: #374151a6; +} + .border-y-gray-700\\/70 { border-top-color: #374151b3; border-bottom-color: #374151b3; @@ -40414,6 +55559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #374151cc; } +.border-y-gray-700\\/85 { + border-top-color: #374151d9; + border-bottom-color: #374151d9; +} + .border-y-gray-700\\/90 { border-top-color: #374151e6; border-bottom-color: #374151e6; @@ -40444,6 +55594,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f2937; } +.border-y-gray-800\\/15 { + border-top-color: #1f293726; + border-bottom-color: #1f293726; +} + .border-y-gray-800\\/20 { border-top-color: #1f293733; border-bottom-color: #1f293733; @@ -40459,11 +55614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f29374d; } +.border-y-gray-800\\/35 { + border-top-color: #1f293759; + border-bottom-color: #1f293759; +} + .border-y-gray-800\\/40 { border-top-color: #1f293766; border-bottom-color: #1f293766; } +.border-y-gray-800\\/45 { + border-top-color: #1f293773; + border-bottom-color: #1f293773; +} + .border-y-gray-800\\/5 { border-top-color: #1f29370d; border-bottom-color: #1f29370d; @@ -40474,11 +55639,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f293780; } +.border-y-gray-800\\/55 { + border-top-color: #1f29378c; + border-bottom-color: #1f29378c; +} + .border-y-gray-800\\/60 { border-top-color: #1f293799; border-bottom-color: #1f293799; } +.border-y-gray-800\\/65 { + border-top-color: #1f2937a6; + border-bottom-color: #1f2937a6; +} + .border-y-gray-800\\/70 { border-top-color: #1f2937b3; border-bottom-color: #1f2937b3; @@ -40494,6 +55669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f2937cc; } +.border-y-gray-800\\/85 { + border-top-color: #1f2937d9; + border-bottom-color: #1f2937d9; +} + .border-y-gray-800\\/90 { border-top-color: #1f2937e6; border-bottom-color: #1f2937e6; @@ -40524,6 +55704,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #111827; } +.border-y-gray-900\\/15 { + border-top-color: #11182726; + border-bottom-color: #11182726; +} + .border-y-gray-900\\/20 { border-top-color: #11182733; border-bottom-color: #11182733; @@ -40539,11 +55724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1118274d; } +.border-y-gray-900\\/35 { + border-top-color: #11182759; + border-bottom-color: #11182759; +} + .border-y-gray-900\\/40 { border-top-color: #11182766; border-bottom-color: #11182766; } +.border-y-gray-900\\/45 { + border-top-color: #11182773; + border-bottom-color: #11182773; +} + .border-y-gray-900\\/5 { border-top-color: #1118270d; border-bottom-color: #1118270d; @@ -40554,11 +55749,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #11182780; } +.border-y-gray-900\\/55 { + border-top-color: #1118278c; + border-bottom-color: #1118278c; +} + .border-y-gray-900\\/60 { border-top-color: #11182799; border-bottom-color: #11182799; } +.border-y-gray-900\\/65 { + border-top-color: #111827a6; + border-bottom-color: #111827a6; +} + .border-y-gray-900\\/70 { border-top-color: #111827b3; border-bottom-color: #111827b3; @@ -40574,6 +55779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #111827cc; } +.border-y-gray-900\\/85 { + border-top-color: #111827d9; + border-bottom-color: #111827d9; +} + .border-y-gray-900\\/90 { border-top-color: #111827e6; border-bottom-color: #111827e6; @@ -40604,6 +55814,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #030712; } +.border-y-gray-950\\/15 { + border-top-color: #03071226; + border-bottom-color: #03071226; +} + .border-y-gray-950\\/20 { border-top-color: #03071233; border-bottom-color: #03071233; @@ -40619,11 +55834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0307124d; } +.border-y-gray-950\\/35 { + border-top-color: #03071259; + border-bottom-color: #03071259; +} + .border-y-gray-950\\/40 { border-top-color: #03071266; border-bottom-color: #03071266; } +.border-y-gray-950\\/45 { + border-top-color: #03071273; + border-bottom-color: #03071273; +} + .border-y-gray-950\\/5 { border-top-color: #0307120d; border-bottom-color: #0307120d; @@ -40634,11 +55859,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #03071280; } +.border-y-gray-950\\/55 { + border-top-color: #0307128c; + border-bottom-color: #0307128c; +} + .border-y-gray-950\\/60 { border-top-color: #03071299; border-bottom-color: #03071299; } +.border-y-gray-950\\/65 { + border-top-color: #030712a6; + border-bottom-color: #030712a6; +} + .border-y-gray-950\\/70 { border-top-color: #030712b3; border-bottom-color: #030712b3; @@ -40654,6 +55889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #030712cc; } +.border-y-gray-950\\/85 { + border-top-color: #030712d9; + border-bottom-color: #030712d9; +} + .border-y-gray-950\\/90 { border-top-color: #030712e6; border-bottom-color: #030712e6; @@ -40684,6 +55924,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce7; } +.border-y-green-100\\/15 { + border-top-color: #dcfce726; + border-bottom-color: #dcfce726; +} + .border-y-green-100\\/20 { border-top-color: #dcfce733; border-bottom-color: #dcfce733; @@ -40699,11 +55944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce74d; } +.border-y-green-100\\/35 { + border-top-color: #dcfce759; + border-bottom-color: #dcfce759; +} + .border-y-green-100\\/40 { border-top-color: #dcfce766; border-bottom-color: #dcfce766; } +.border-y-green-100\\/45 { + border-top-color: #dcfce773; + border-bottom-color: #dcfce773; +} + .border-y-green-100\\/5 { border-top-color: #dcfce70d; border-bottom-color: #dcfce70d; @@ -40714,11 +55969,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce780; } +.border-y-green-100\\/55 { + border-top-color: #dcfce78c; + border-bottom-color: #dcfce78c; +} + .border-y-green-100\\/60 { border-top-color: #dcfce799; border-bottom-color: #dcfce799; } +.border-y-green-100\\/65 { + border-top-color: #dcfce7a6; + border-bottom-color: #dcfce7a6; +} + .border-y-green-100\\/70 { border-top-color: #dcfce7b3; border-bottom-color: #dcfce7b3; @@ -40734,6 +55999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce7cc; } +.border-y-green-100\\/85 { + border-top-color: #dcfce7d9; + border-bottom-color: #dcfce7d9; +} + .border-y-green-100\\/90 { border-top-color: #dcfce7e6; border-bottom-color: #dcfce7e6; @@ -40764,6 +56034,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d0; } +.border-y-green-200\\/15 { + border-top-color: #bbf7d026; + border-bottom-color: #bbf7d026; +} + .border-y-green-200\\/20 { border-top-color: #bbf7d033; border-bottom-color: #bbf7d033; @@ -40779,11 +56054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d04d; } +.border-y-green-200\\/35 { + border-top-color: #bbf7d059; + border-bottom-color: #bbf7d059; +} + .border-y-green-200\\/40 { border-top-color: #bbf7d066; border-bottom-color: #bbf7d066; } +.border-y-green-200\\/45 { + border-top-color: #bbf7d073; + border-bottom-color: #bbf7d073; +} + .border-y-green-200\\/5 { border-top-color: #bbf7d00d; border-bottom-color: #bbf7d00d; @@ -40794,11 +56079,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d080; } +.border-y-green-200\\/55 { + border-top-color: #bbf7d08c; + border-bottom-color: #bbf7d08c; +} + .border-y-green-200\\/60 { border-top-color: #bbf7d099; border-bottom-color: #bbf7d099; } +.border-y-green-200\\/65 { + border-top-color: #bbf7d0a6; + border-bottom-color: #bbf7d0a6; +} + .border-y-green-200\\/70 { border-top-color: #bbf7d0b3; border-bottom-color: #bbf7d0b3; @@ -40814,6 +56109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d0cc; } +.border-y-green-200\\/85 { + border-top-color: #bbf7d0d9; + border-bottom-color: #bbf7d0d9; +} + .border-y-green-200\\/90 { border-top-color: #bbf7d0e6; border-bottom-color: #bbf7d0e6; @@ -40844,6 +56144,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efac; } +.border-y-green-300\\/15 { + border-top-color: #86efac26; + border-bottom-color: #86efac26; +} + .border-y-green-300\\/20 { border-top-color: #86efac33; border-bottom-color: #86efac33; @@ -40859,11 +56164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efac4d; } +.border-y-green-300\\/35 { + border-top-color: #86efac59; + border-bottom-color: #86efac59; +} + .border-y-green-300\\/40 { border-top-color: #86efac66; border-bottom-color: #86efac66; } +.border-y-green-300\\/45 { + border-top-color: #86efac73; + border-bottom-color: #86efac73; +} + .border-y-green-300\\/5 { border-top-color: #86efac0d; border-bottom-color: #86efac0d; @@ -40874,11 +56189,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efac80; } +.border-y-green-300\\/55 { + border-top-color: #86efac8c; + border-bottom-color: #86efac8c; +} + .border-y-green-300\\/60 { border-top-color: #86efac99; border-bottom-color: #86efac99; } +.border-y-green-300\\/65 { + border-top-color: #86efaca6; + border-bottom-color: #86efaca6; +} + .border-y-green-300\\/70 { border-top-color: #86efacb3; border-bottom-color: #86efacb3; @@ -40894,6 +56219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efaccc; } +.border-y-green-300\\/85 { + border-top-color: #86efacd9; + border-bottom-color: #86efacd9; +} + .border-y-green-300\\/90 { border-top-color: #86eface6; border-bottom-color: #86eface6; @@ -40924,6 +56254,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade80; } +.border-y-green-400\\/15 { + border-top-color: #4ade8026; + border-bottom-color: #4ade8026; +} + .border-y-green-400\\/20 { border-top-color: #4ade8033; border-bottom-color: #4ade8033; @@ -40939,11 +56274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade804d; } +.border-y-green-400\\/35 { + border-top-color: #4ade8059; + border-bottom-color: #4ade8059; +} + .border-y-green-400\\/40 { border-top-color: #4ade8066; border-bottom-color: #4ade8066; } +.border-y-green-400\\/45 { + border-top-color: #4ade8073; + border-bottom-color: #4ade8073; +} + .border-y-green-400\\/5 { border-top-color: #4ade800d; border-bottom-color: #4ade800d; @@ -40954,11 +56299,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade8080; } +.border-y-green-400\\/55 { + border-top-color: #4ade808c; + border-bottom-color: #4ade808c; +} + .border-y-green-400\\/60 { border-top-color: #4ade8099; border-bottom-color: #4ade8099; } +.border-y-green-400\\/65 { + border-top-color: #4ade80a6; + border-bottom-color: #4ade80a6; +} + .border-y-green-400\\/70 { border-top-color: #4ade80b3; border-bottom-color: #4ade80b3; @@ -40974,6 +56329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade80cc; } +.border-y-green-400\\/85 { + border-top-color: #4ade80d9; + border-bottom-color: #4ade80d9; +} + .border-y-green-400\\/90 { border-top-color: #4ade80e6; border-bottom-color: #4ade80e6; @@ -41004,6 +56364,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf4; } +.border-y-green-50\\/15 { + border-top-color: #f0fdf426; + border-bottom-color: #f0fdf426; +} + .border-y-green-50\\/20 { border-top-color: #f0fdf433; border-bottom-color: #f0fdf433; @@ -41019,11 +56384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf44d; } +.border-y-green-50\\/35 { + border-top-color: #f0fdf459; + border-bottom-color: #f0fdf459; +} + .border-y-green-50\\/40 { border-top-color: #f0fdf466; border-bottom-color: #f0fdf466; } +.border-y-green-50\\/45 { + border-top-color: #f0fdf473; + border-bottom-color: #f0fdf473; +} + .border-y-green-50\\/5 { border-top-color: #f0fdf40d; border-bottom-color: #f0fdf40d; @@ -41034,11 +56409,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf480; } +.border-y-green-50\\/55 { + border-top-color: #f0fdf48c; + border-bottom-color: #f0fdf48c; +} + .border-y-green-50\\/60 { border-top-color: #f0fdf499; border-bottom-color: #f0fdf499; } +.border-y-green-50\\/65 { + border-top-color: #f0fdf4a6; + border-bottom-color: #f0fdf4a6; +} + .border-y-green-50\\/70 { border-top-color: #f0fdf4b3; border-bottom-color: #f0fdf4b3; @@ -41054,6 +56439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf4cc; } +.border-y-green-50\\/85 { + border-top-color: #f0fdf4d9; + border-bottom-color: #f0fdf4d9; +} + .border-y-green-50\\/90 { border-top-color: #f0fdf4e6; border-bottom-color: #f0fdf4e6; @@ -41084,6 +56474,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55e; } +.border-y-green-500\\/15 { + border-top-color: #22c55e26; + border-bottom-color: #22c55e26; +} + .border-y-green-500\\/20 { border-top-color: #22c55e33; border-bottom-color: #22c55e33; @@ -41099,11 +56494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55e4d; } +.border-y-green-500\\/35 { + border-top-color: #22c55e59; + border-bottom-color: #22c55e59; +} + .border-y-green-500\\/40 { border-top-color: #22c55e66; border-bottom-color: #22c55e66; } +.border-y-green-500\\/45 { + border-top-color: #22c55e73; + border-bottom-color: #22c55e73; +} + .border-y-green-500\\/5 { border-top-color: #22c55e0d; border-bottom-color: #22c55e0d; @@ -41114,11 +56519,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55e80; } +.border-y-green-500\\/55 { + border-top-color: #22c55e8c; + border-bottom-color: #22c55e8c; +} + .border-y-green-500\\/60 { border-top-color: #22c55e99; border-bottom-color: #22c55e99; } +.border-y-green-500\\/65 { + border-top-color: #22c55ea6; + border-bottom-color: #22c55ea6; +} + .border-y-green-500\\/70 { border-top-color: #22c55eb3; border-bottom-color: #22c55eb3; @@ -41134,6 +56549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55ecc; } +.border-y-green-500\\/85 { + border-top-color: #22c55ed9; + border-bottom-color: #22c55ed9; +} + .border-y-green-500\\/90 { border-top-color: #22c55ee6; border-bottom-color: #22c55ee6; @@ -41164,6 +56584,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34a; } +.border-y-green-600\\/15 { + border-top-color: #16a34a26; + border-bottom-color: #16a34a26; +} + .border-y-green-600\\/20 { border-top-color: #16a34a33; border-bottom-color: #16a34a33; @@ -41179,11 +56604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34a4d; } +.border-y-green-600\\/35 { + border-top-color: #16a34a59; + border-bottom-color: #16a34a59; +} + .border-y-green-600\\/40 { border-top-color: #16a34a66; border-bottom-color: #16a34a66; } +.border-y-green-600\\/45 { + border-top-color: #16a34a73; + border-bottom-color: #16a34a73; +} + .border-y-green-600\\/5 { border-top-color: #16a34a0d; border-bottom-color: #16a34a0d; @@ -41194,11 +56629,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34a80; } +.border-y-green-600\\/55 { + border-top-color: #16a34a8c; + border-bottom-color: #16a34a8c; +} + .border-y-green-600\\/60 { border-top-color: #16a34a99; border-bottom-color: #16a34a99; } +.border-y-green-600\\/65 { + border-top-color: #16a34aa6; + border-bottom-color: #16a34aa6; +} + .border-y-green-600\\/70 { border-top-color: #16a34ab3; border-bottom-color: #16a34ab3; @@ -41214,6 +56659,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34acc; } +.border-y-green-600\\/85 { + border-top-color: #16a34ad9; + border-bottom-color: #16a34ad9; +} + .border-y-green-600\\/90 { border-top-color: #16a34ae6; border-bottom-color: #16a34ae6; @@ -41244,6 +56694,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803d; } +.border-y-green-700\\/15 { + border-top-color: #15803d26; + border-bottom-color: #15803d26; +} + .border-y-green-700\\/20 { border-top-color: #15803d33; border-bottom-color: #15803d33; @@ -41259,11 +56714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803d4d; } +.border-y-green-700\\/35 { + border-top-color: #15803d59; + border-bottom-color: #15803d59; +} + .border-y-green-700\\/40 { border-top-color: #15803d66; border-bottom-color: #15803d66; } +.border-y-green-700\\/45 { + border-top-color: #15803d73; + border-bottom-color: #15803d73; +} + .border-y-green-700\\/5 { border-top-color: #15803d0d; border-bottom-color: #15803d0d; @@ -41274,11 +56739,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803d80; } +.border-y-green-700\\/55 { + border-top-color: #15803d8c; + border-bottom-color: #15803d8c; +} + .border-y-green-700\\/60 { border-top-color: #15803d99; border-bottom-color: #15803d99; } +.border-y-green-700\\/65 { + border-top-color: #15803da6; + border-bottom-color: #15803da6; +} + .border-y-green-700\\/70 { border-top-color: #15803db3; border-bottom-color: #15803db3; @@ -41294,6 +56769,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803dcc; } +.border-y-green-700\\/85 { + border-top-color: #15803dd9; + border-bottom-color: #15803dd9; +} + .border-y-green-700\\/90 { border-top-color: #15803de6; border-bottom-color: #15803de6; @@ -41324,6 +56804,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #166534; } +.border-y-green-800\\/15 { + border-top-color: #16653426; + border-bottom-color: #16653426; +} + .border-y-green-800\\/20 { border-top-color: #16653433; border-bottom-color: #16653433; @@ -41339,11 +56824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1665344d; } +.border-y-green-800\\/35 { + border-top-color: #16653459; + border-bottom-color: #16653459; +} + .border-y-green-800\\/40 { border-top-color: #16653466; border-bottom-color: #16653466; } +.border-y-green-800\\/45 { + border-top-color: #16653473; + border-bottom-color: #16653473; +} + .border-y-green-800\\/5 { border-top-color: #1665340d; border-bottom-color: #1665340d; @@ -41354,11 +56849,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16653480; } +.border-y-green-800\\/55 { + border-top-color: #1665348c; + border-bottom-color: #1665348c; +} + .border-y-green-800\\/60 { border-top-color: #16653499; border-bottom-color: #16653499; } +.border-y-green-800\\/65 { + border-top-color: #166534a6; + border-bottom-color: #166534a6; +} + .border-y-green-800\\/70 { border-top-color: #166534b3; border-bottom-color: #166534b3; @@ -41374,6 +56879,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #166534cc; } +.border-y-green-800\\/85 { + border-top-color: #166534d9; + border-bottom-color: #166534d9; +} + .border-y-green-800\\/90 { border-top-color: #166534e6; border-bottom-color: #166534e6; @@ -41404,6 +56914,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532d; } +.border-y-green-900\\/15 { + border-top-color: #14532d26; + border-bottom-color: #14532d26; +} + .border-y-green-900\\/20 { border-top-color: #14532d33; border-bottom-color: #14532d33; @@ -41419,11 +56934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532d4d; } +.border-y-green-900\\/35 { + border-top-color: #14532d59; + border-bottom-color: #14532d59; +} + .border-y-green-900\\/40 { border-top-color: #14532d66; border-bottom-color: #14532d66; } +.border-y-green-900\\/45 { + border-top-color: #14532d73; + border-bottom-color: #14532d73; +} + .border-y-green-900\\/5 { border-top-color: #14532d0d; border-bottom-color: #14532d0d; @@ -41434,11 +56959,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532d80; } +.border-y-green-900\\/55 { + border-top-color: #14532d8c; + border-bottom-color: #14532d8c; +} + .border-y-green-900\\/60 { border-top-color: #14532d99; border-bottom-color: #14532d99; } +.border-y-green-900\\/65 { + border-top-color: #14532da6; + border-bottom-color: #14532da6; +} + .border-y-green-900\\/70 { border-top-color: #14532db3; border-bottom-color: #14532db3; @@ -41454,6 +56989,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532dcc; } +.border-y-green-900\\/85 { + border-top-color: #14532dd9; + border-bottom-color: #14532dd9; +} + .border-y-green-900\\/90 { border-top-color: #14532de6; border-bottom-color: #14532de6; @@ -41484,6 +57024,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e16; } +.border-y-green-950\\/15 { + border-top-color: #052e1626; + border-bottom-color: #052e1626; +} + .border-y-green-950\\/20 { border-top-color: #052e1633; border-bottom-color: #052e1633; @@ -41499,11 +57044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e164d; } +.border-y-green-950\\/35 { + border-top-color: #052e1659; + border-bottom-color: #052e1659; +} + .border-y-green-950\\/40 { border-top-color: #052e1666; border-bottom-color: #052e1666; } +.border-y-green-950\\/45 { + border-top-color: #052e1673; + border-bottom-color: #052e1673; +} + .border-y-green-950\\/5 { border-top-color: #052e160d; border-bottom-color: #052e160d; @@ -41514,11 +57069,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e1680; } +.border-y-green-950\\/55 { + border-top-color: #052e168c; + border-bottom-color: #052e168c; +} + .border-y-green-950\\/60 { border-top-color: #052e1699; border-bottom-color: #052e1699; } +.border-y-green-950\\/65 { + border-top-color: #052e16a6; + border-bottom-color: #052e16a6; +} + .border-y-green-950\\/70 { border-top-color: #052e16b3; border-bottom-color: #052e16b3; @@ -41534,6 +57099,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e16cc; } +.border-y-green-950\\/85 { + border-top-color: #052e16d9; + border-bottom-color: #052e16d9; +} + .border-y-green-950\\/90 { border-top-color: #052e16e6; border-bottom-color: #052e16e6; @@ -41564,6 +57134,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ff; } +.border-y-indigo-100\\/15 { + border-top-color: #e0e7ff26; + border-bottom-color: #e0e7ff26; +} + .border-y-indigo-100\\/20 { border-top-color: #e0e7ff33; border-bottom-color: #e0e7ff33; @@ -41579,11 +57154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ff4d; } +.border-y-indigo-100\\/35 { + border-top-color: #e0e7ff59; + border-bottom-color: #e0e7ff59; +} + .border-y-indigo-100\\/40 { border-top-color: #e0e7ff66; border-bottom-color: #e0e7ff66; } +.border-y-indigo-100\\/45 { + border-top-color: #e0e7ff73; + border-bottom-color: #e0e7ff73; +} + .border-y-indigo-100\\/5 { border-top-color: #e0e7ff0d; border-bottom-color: #e0e7ff0d; @@ -41594,11 +57179,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ff80; } +.border-y-indigo-100\\/55 { + border-top-color: #e0e7ff8c; + border-bottom-color: #e0e7ff8c; +} + .border-y-indigo-100\\/60 { border-top-color: #e0e7ff99; border-bottom-color: #e0e7ff99; } +.border-y-indigo-100\\/65 { + border-top-color: #e0e7ffa6; + border-bottom-color: #e0e7ffa6; +} + .border-y-indigo-100\\/70 { border-top-color: #e0e7ffb3; border-bottom-color: #e0e7ffb3; @@ -41614,6 +57209,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ffcc; } +.border-y-indigo-100\\/85 { + border-top-color: #e0e7ffd9; + border-bottom-color: #e0e7ffd9; +} + .border-y-indigo-100\\/90 { border-top-color: #e0e7ffe6; border-bottom-color: #e0e7ffe6; @@ -41644,6 +57244,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fe; } +.border-y-indigo-200\\/15 { + border-top-color: #c7d2fe26; + border-bottom-color: #c7d2fe26; +} + .border-y-indigo-200\\/20 { border-top-color: #c7d2fe33; border-bottom-color: #c7d2fe33; @@ -41659,11 +57264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fe4d; } +.border-y-indigo-200\\/35 { + border-top-color: #c7d2fe59; + border-bottom-color: #c7d2fe59; +} + .border-y-indigo-200\\/40 { border-top-color: #c7d2fe66; border-bottom-color: #c7d2fe66; } +.border-y-indigo-200\\/45 { + border-top-color: #c7d2fe73; + border-bottom-color: #c7d2fe73; +} + .border-y-indigo-200\\/5 { border-top-color: #c7d2fe0d; border-bottom-color: #c7d2fe0d; @@ -41674,11 +57289,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fe80; } +.border-y-indigo-200\\/55 { + border-top-color: #c7d2fe8c; + border-bottom-color: #c7d2fe8c; +} + .border-y-indigo-200\\/60 { border-top-color: #c7d2fe99; border-bottom-color: #c7d2fe99; } +.border-y-indigo-200\\/65 { + border-top-color: #c7d2fea6; + border-bottom-color: #c7d2fea6; +} + .border-y-indigo-200\\/70 { border-top-color: #c7d2feb3; border-bottom-color: #c7d2feb3; @@ -41694,6 +57319,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fecc; } +.border-y-indigo-200\\/85 { + border-top-color: #c7d2fed9; + border-bottom-color: #c7d2fed9; +} + .border-y-indigo-200\\/90 { border-top-color: #c7d2fee6; border-bottom-color: #c7d2fee6; @@ -41724,6 +57354,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fc; } +.border-y-indigo-300\\/15 { + border-top-color: #a5b4fc26; + border-bottom-color: #a5b4fc26; +} + .border-y-indigo-300\\/20 { border-top-color: #a5b4fc33; border-bottom-color: #a5b4fc33; @@ -41739,11 +57374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fc4d; } +.border-y-indigo-300\\/35 { + border-top-color: #a5b4fc59; + border-bottom-color: #a5b4fc59; +} + .border-y-indigo-300\\/40 { border-top-color: #a5b4fc66; border-bottom-color: #a5b4fc66; } +.border-y-indigo-300\\/45 { + border-top-color: #a5b4fc73; + border-bottom-color: #a5b4fc73; +} + .border-y-indigo-300\\/5 { border-top-color: #a5b4fc0d; border-bottom-color: #a5b4fc0d; @@ -41754,11 +57399,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fc80; } +.border-y-indigo-300\\/55 { + border-top-color: #a5b4fc8c; + border-bottom-color: #a5b4fc8c; +} + .border-y-indigo-300\\/60 { border-top-color: #a5b4fc99; border-bottom-color: #a5b4fc99; } +.border-y-indigo-300\\/65 { + border-top-color: #a5b4fca6; + border-bottom-color: #a5b4fca6; +} + .border-y-indigo-300\\/70 { border-top-color: #a5b4fcb3; border-bottom-color: #a5b4fcb3; @@ -41774,6 +57429,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fccc; } +.border-y-indigo-300\\/85 { + border-top-color: #a5b4fcd9; + border-bottom-color: #a5b4fcd9; +} + .border-y-indigo-300\\/90 { border-top-color: #a5b4fce6; border-bottom-color: #a5b4fce6; @@ -41804,6 +57464,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf8; } +.border-y-indigo-400\\/15 { + border-top-color: #818cf826; + border-bottom-color: #818cf826; +} + .border-y-indigo-400\\/20 { border-top-color: #818cf833; border-bottom-color: #818cf833; @@ -41819,11 +57484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf84d; } +.border-y-indigo-400\\/35 { + border-top-color: #818cf859; + border-bottom-color: #818cf859; +} + .border-y-indigo-400\\/40 { border-top-color: #818cf866; border-bottom-color: #818cf866; } +.border-y-indigo-400\\/45 { + border-top-color: #818cf873; + border-bottom-color: #818cf873; +} + .border-y-indigo-400\\/5 { border-top-color: #818cf80d; border-bottom-color: #818cf80d; @@ -41834,11 +57509,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf880; } +.border-y-indigo-400\\/55 { + border-top-color: #818cf88c; + border-bottom-color: #818cf88c; +} + .border-y-indigo-400\\/60 { border-top-color: #818cf899; border-bottom-color: #818cf899; } +.border-y-indigo-400\\/65 { + border-top-color: #818cf8a6; + border-bottom-color: #818cf8a6; +} + .border-y-indigo-400\\/70 { border-top-color: #818cf8b3; border-bottom-color: #818cf8b3; @@ -41854,6 +57539,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf8cc; } +.border-y-indigo-400\\/85 { + border-top-color: #818cf8d9; + border-bottom-color: #818cf8d9; +} + .border-y-indigo-400\\/90 { border-top-color: #818cf8e6; border-bottom-color: #818cf8e6; @@ -41884,6 +57574,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ff; } +.border-y-indigo-50\\/15 { + border-top-color: #eef2ff26; + border-bottom-color: #eef2ff26; +} + .border-y-indigo-50\\/20 { border-top-color: #eef2ff33; border-bottom-color: #eef2ff33; @@ -41899,11 +57594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ff4d; } +.border-y-indigo-50\\/35 { + border-top-color: #eef2ff59; + border-bottom-color: #eef2ff59; +} + .border-y-indigo-50\\/40 { border-top-color: #eef2ff66; border-bottom-color: #eef2ff66; } +.border-y-indigo-50\\/45 { + border-top-color: #eef2ff73; + border-bottom-color: #eef2ff73; +} + .border-y-indigo-50\\/5 { border-top-color: #eef2ff0d; border-bottom-color: #eef2ff0d; @@ -41914,11 +57619,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ff80; } +.border-y-indigo-50\\/55 { + border-top-color: #eef2ff8c; + border-bottom-color: #eef2ff8c; +} + .border-y-indigo-50\\/60 { border-top-color: #eef2ff99; border-bottom-color: #eef2ff99; } +.border-y-indigo-50\\/65 { + border-top-color: #eef2ffa6; + border-bottom-color: #eef2ffa6; +} + .border-y-indigo-50\\/70 { border-top-color: #eef2ffb3; border-bottom-color: #eef2ffb3; @@ -41934,6 +57649,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ffcc; } +.border-y-indigo-50\\/85 { + border-top-color: #eef2ffd9; + border-bottom-color: #eef2ffd9; +} + .border-y-indigo-50\\/90 { border-top-color: #eef2ffe6; border-bottom-color: #eef2ffe6; @@ -41964,6 +57684,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f1; } +.border-y-indigo-500\\/15 { + border-top-color: #6366f126; + border-bottom-color: #6366f126; +} + .border-y-indigo-500\\/20 { border-top-color: #6366f133; border-bottom-color: #6366f133; @@ -41979,11 +57704,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f14d; } +.border-y-indigo-500\\/35 { + border-top-color: #6366f159; + border-bottom-color: #6366f159; +} + .border-y-indigo-500\\/40 { border-top-color: #6366f166; border-bottom-color: #6366f166; } +.border-y-indigo-500\\/45 { + border-top-color: #6366f173; + border-bottom-color: #6366f173; +} + .border-y-indigo-500\\/5 { border-top-color: #6366f10d; border-bottom-color: #6366f10d; @@ -41994,11 +57729,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f180; } +.border-y-indigo-500\\/55 { + border-top-color: #6366f18c; + border-bottom-color: #6366f18c; +} + .border-y-indigo-500\\/60 { border-top-color: #6366f199; border-bottom-color: #6366f199; } +.border-y-indigo-500\\/65 { + border-top-color: #6366f1a6; + border-bottom-color: #6366f1a6; +} + .border-y-indigo-500\\/70 { border-top-color: #6366f1b3; border-bottom-color: #6366f1b3; @@ -42014,6 +57759,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f1cc; } +.border-y-indigo-500\\/85 { + border-top-color: #6366f1d9; + border-bottom-color: #6366f1d9; +} + .border-y-indigo-500\\/90 { border-top-color: #6366f1e6; border-bottom-color: #6366f1e6; @@ -42044,6 +57794,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e5; } +.border-y-indigo-600\\/15 { + border-top-color: #4f46e526; + border-bottom-color: #4f46e526; +} + .border-y-indigo-600\\/20 { border-top-color: #4f46e533; border-bottom-color: #4f46e533; @@ -42059,11 +57814,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e54d; } +.border-y-indigo-600\\/35 { + border-top-color: #4f46e559; + border-bottom-color: #4f46e559; +} + .border-y-indigo-600\\/40 { border-top-color: #4f46e566; border-bottom-color: #4f46e566; } +.border-y-indigo-600\\/45 { + border-top-color: #4f46e573; + border-bottom-color: #4f46e573; +} + .border-y-indigo-600\\/5 { border-top-color: #4f46e50d; border-bottom-color: #4f46e50d; @@ -42074,11 +57839,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e580; } +.border-y-indigo-600\\/55 { + border-top-color: #4f46e58c; + border-bottom-color: #4f46e58c; +} + .border-y-indigo-600\\/60 { border-top-color: #4f46e599; border-bottom-color: #4f46e599; } +.border-y-indigo-600\\/65 { + border-top-color: #4f46e5a6; + border-bottom-color: #4f46e5a6; +} + .border-y-indigo-600\\/70 { border-top-color: #4f46e5b3; border-bottom-color: #4f46e5b3; @@ -42094,6 +57869,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e5cc; } +.border-y-indigo-600\\/85 { + border-top-color: #4f46e5d9; + border-bottom-color: #4f46e5d9; +} + .border-y-indigo-600\\/90 { border-top-color: #4f46e5e6; border-bottom-color: #4f46e5e6; @@ -42124,6 +57904,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338ca; } +.border-y-indigo-700\\/15 { + border-top-color: #4338ca26; + border-bottom-color: #4338ca26; +} + .border-y-indigo-700\\/20 { border-top-color: #4338ca33; border-bottom-color: #4338ca33; @@ -42139,11 +57924,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338ca4d; } +.border-y-indigo-700\\/35 { + border-top-color: #4338ca59; + border-bottom-color: #4338ca59; +} + .border-y-indigo-700\\/40 { border-top-color: #4338ca66; border-bottom-color: #4338ca66; } +.border-y-indigo-700\\/45 { + border-top-color: #4338ca73; + border-bottom-color: #4338ca73; +} + .border-y-indigo-700\\/5 { border-top-color: #4338ca0d; border-bottom-color: #4338ca0d; @@ -42154,11 +57949,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338ca80; } +.border-y-indigo-700\\/55 { + border-top-color: #4338ca8c; + border-bottom-color: #4338ca8c; +} + .border-y-indigo-700\\/60 { border-top-color: #4338ca99; border-bottom-color: #4338ca99; } +.border-y-indigo-700\\/65 { + border-top-color: #4338caa6; + border-bottom-color: #4338caa6; +} + .border-y-indigo-700\\/70 { border-top-color: #4338cab3; border-bottom-color: #4338cab3; @@ -42174,6 +57979,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338cacc; } +.border-y-indigo-700\\/85 { + border-top-color: #4338cad9; + border-bottom-color: #4338cad9; +} + .border-y-indigo-700\\/90 { border-top-color: #4338cae6; border-bottom-color: #4338cae6; @@ -42204,6 +58014,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a3; } +.border-y-indigo-800\\/15 { + border-top-color: #3730a326; + border-bottom-color: #3730a326; +} + .border-y-indigo-800\\/20 { border-top-color: #3730a333; border-bottom-color: #3730a333; @@ -42219,11 +58034,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a34d; } +.border-y-indigo-800\\/35 { + border-top-color: #3730a359; + border-bottom-color: #3730a359; +} + .border-y-indigo-800\\/40 { border-top-color: #3730a366; border-bottom-color: #3730a366; } +.border-y-indigo-800\\/45 { + border-top-color: #3730a373; + border-bottom-color: #3730a373; +} + .border-y-indigo-800\\/5 { border-top-color: #3730a30d; border-bottom-color: #3730a30d; @@ -42234,11 +58059,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a380; } +.border-y-indigo-800\\/55 { + border-top-color: #3730a38c; + border-bottom-color: #3730a38c; +} + .border-y-indigo-800\\/60 { border-top-color: #3730a399; border-bottom-color: #3730a399; } +.border-y-indigo-800\\/65 { + border-top-color: #3730a3a6; + border-bottom-color: #3730a3a6; +} + .border-y-indigo-800\\/70 { border-top-color: #3730a3b3; border-bottom-color: #3730a3b3; @@ -42254,6 +58089,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a3cc; } +.border-y-indigo-800\\/85 { + border-top-color: #3730a3d9; + border-bottom-color: #3730a3d9; +} + .border-y-indigo-800\\/90 { border-top-color: #3730a3e6; border-bottom-color: #3730a3e6; @@ -42284,6 +58124,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e81; } +.border-y-indigo-900\\/15 { + border-top-color: #312e8126; + border-bottom-color: #312e8126; +} + .border-y-indigo-900\\/20 { border-top-color: #312e8133; border-bottom-color: #312e8133; @@ -42299,11 +58144,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e814d; } +.border-y-indigo-900\\/35 { + border-top-color: #312e8159; + border-bottom-color: #312e8159; +} + .border-y-indigo-900\\/40 { border-top-color: #312e8166; border-bottom-color: #312e8166; } +.border-y-indigo-900\\/45 { + border-top-color: #312e8173; + border-bottom-color: #312e8173; +} + .border-y-indigo-900\\/5 { border-top-color: #312e810d; border-bottom-color: #312e810d; @@ -42314,11 +58169,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e8180; } +.border-y-indigo-900\\/55 { + border-top-color: #312e818c; + border-bottom-color: #312e818c; +} + .border-y-indigo-900\\/60 { border-top-color: #312e8199; border-bottom-color: #312e8199; } +.border-y-indigo-900\\/65 { + border-top-color: #312e81a6; + border-bottom-color: #312e81a6; +} + .border-y-indigo-900\\/70 { border-top-color: #312e81b3; border-bottom-color: #312e81b3; @@ -42334,6 +58199,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e81cc; } +.border-y-indigo-900\\/85 { + border-top-color: #312e81d9; + border-bottom-color: #312e81d9; +} + .border-y-indigo-900\\/90 { border-top-color: #312e81e6; border-bottom-color: #312e81e6; @@ -42364,6 +58234,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4b; } +.border-y-indigo-950\\/15 { + border-top-color: #1e1b4b26; + border-bottom-color: #1e1b4b26; +} + .border-y-indigo-950\\/20 { border-top-color: #1e1b4b33; border-bottom-color: #1e1b4b33; @@ -42379,11 +58254,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4b4d; } +.border-y-indigo-950\\/35 { + border-top-color: #1e1b4b59; + border-bottom-color: #1e1b4b59; +} + .border-y-indigo-950\\/40 { border-top-color: #1e1b4b66; border-bottom-color: #1e1b4b66; } +.border-y-indigo-950\\/45 { + border-top-color: #1e1b4b73; + border-bottom-color: #1e1b4b73; +} + .border-y-indigo-950\\/5 { border-top-color: #1e1b4b0d; border-bottom-color: #1e1b4b0d; @@ -42394,11 +58279,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4b80; } +.border-y-indigo-950\\/55 { + border-top-color: #1e1b4b8c; + border-bottom-color: #1e1b4b8c; +} + .border-y-indigo-950\\/60 { border-top-color: #1e1b4b99; border-bottom-color: #1e1b4b99; } +.border-y-indigo-950\\/65 { + border-top-color: #1e1b4ba6; + border-bottom-color: #1e1b4ba6; +} + .border-y-indigo-950\\/70 { border-top-color: #1e1b4bb3; border-bottom-color: #1e1b4bb3; @@ -42414,6 +58309,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4bcc; } +.border-y-indigo-950\\/85 { + border-top-color: #1e1b4bd9; + border-bottom-color: #1e1b4bd9; +} + .border-y-indigo-950\\/90 { border-top-color: #1e1b4be6; border-bottom-color: #1e1b4be6; @@ -42449,6 +58349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccb; } +.border-y-lime-100\\/15 { + border-top-color: #ecfccb26; + border-bottom-color: #ecfccb26; +} + .border-y-lime-100\\/20 { border-top-color: #ecfccb33; border-bottom-color: #ecfccb33; @@ -42464,11 +58369,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccb4d; } +.border-y-lime-100\\/35 { + border-top-color: #ecfccb59; + border-bottom-color: #ecfccb59; +} + .border-y-lime-100\\/40 { border-top-color: #ecfccb66; border-bottom-color: #ecfccb66; } +.border-y-lime-100\\/45 { + border-top-color: #ecfccb73; + border-bottom-color: #ecfccb73; +} + .border-y-lime-100\\/5 { border-top-color: #ecfccb0d; border-bottom-color: #ecfccb0d; @@ -42479,11 +58394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccb80; } +.border-y-lime-100\\/55 { + border-top-color: #ecfccb8c; + border-bottom-color: #ecfccb8c; +} + .border-y-lime-100\\/60 { border-top-color: #ecfccb99; border-bottom-color: #ecfccb99; } +.border-y-lime-100\\/65 { + border-top-color: #ecfccba6; + border-bottom-color: #ecfccba6; +} + .border-y-lime-100\\/70 { border-top-color: #ecfccbb3; border-bottom-color: #ecfccbb3; @@ -42499,6 +58424,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccbcc; } +.border-y-lime-100\\/85 { + border-top-color: #ecfccbd9; + border-bottom-color: #ecfccbd9; +} + .border-y-lime-100\\/90 { border-top-color: #ecfccbe6; border-bottom-color: #ecfccbe6; @@ -42529,6 +58459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99d; } +.border-y-lime-200\\/15 { + border-top-color: #d9f99d26; + border-bottom-color: #d9f99d26; +} + .border-y-lime-200\\/20 { border-top-color: #d9f99d33; border-bottom-color: #d9f99d33; @@ -42544,11 +58479,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99d4d; } +.border-y-lime-200\\/35 { + border-top-color: #d9f99d59; + border-bottom-color: #d9f99d59; +} + .border-y-lime-200\\/40 { border-top-color: #d9f99d66; border-bottom-color: #d9f99d66; } +.border-y-lime-200\\/45 { + border-top-color: #d9f99d73; + border-bottom-color: #d9f99d73; +} + .border-y-lime-200\\/5 { border-top-color: #d9f99d0d; border-bottom-color: #d9f99d0d; @@ -42559,11 +58504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99d80; } +.border-y-lime-200\\/55 { + border-top-color: #d9f99d8c; + border-bottom-color: #d9f99d8c; +} + .border-y-lime-200\\/60 { border-top-color: #d9f99d99; border-bottom-color: #d9f99d99; } +.border-y-lime-200\\/65 { + border-top-color: #d9f99da6; + border-bottom-color: #d9f99da6; +} + .border-y-lime-200\\/70 { border-top-color: #d9f99db3; border-bottom-color: #d9f99db3; @@ -42579,6 +58534,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99dcc; } +.border-y-lime-200\\/85 { + border-top-color: #d9f99dd9; + border-bottom-color: #d9f99dd9; +} + .border-y-lime-200\\/90 { border-top-color: #d9f99de6; border-bottom-color: #d9f99de6; @@ -42609,6 +58569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef264; } +.border-y-lime-300\\/15 { + border-top-color: #bef26426; + border-bottom-color: #bef26426; +} + .border-y-lime-300\\/20 { border-top-color: #bef26433; border-bottom-color: #bef26433; @@ -42624,11 +58589,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef2644d; } +.border-y-lime-300\\/35 { + border-top-color: #bef26459; + border-bottom-color: #bef26459; +} + .border-y-lime-300\\/40 { border-top-color: #bef26466; border-bottom-color: #bef26466; } +.border-y-lime-300\\/45 { + border-top-color: #bef26473; + border-bottom-color: #bef26473; +} + .border-y-lime-300\\/5 { border-top-color: #bef2640d; border-bottom-color: #bef2640d; @@ -42639,11 +58614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef26480; } +.border-y-lime-300\\/55 { + border-top-color: #bef2648c; + border-bottom-color: #bef2648c; +} + .border-y-lime-300\\/60 { border-top-color: #bef26499; border-bottom-color: #bef26499; } +.border-y-lime-300\\/65 { + border-top-color: #bef264a6; + border-bottom-color: #bef264a6; +} + .border-y-lime-300\\/70 { border-top-color: #bef264b3; border-bottom-color: #bef264b3; @@ -42659,6 +58644,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef264cc; } +.border-y-lime-300\\/85 { + border-top-color: #bef264d9; + border-bottom-color: #bef264d9; +} + .border-y-lime-300\\/90 { border-top-color: #bef264e6; border-bottom-color: #bef264e6; @@ -42689,6 +58679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e635; } +.border-y-lime-400\\/15 { + border-top-color: #a3e63526; + border-bottom-color: #a3e63526; +} + .border-y-lime-400\\/20 { border-top-color: #a3e63533; border-bottom-color: #a3e63533; @@ -42704,11 +58699,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e6354d; } +.border-y-lime-400\\/35 { + border-top-color: #a3e63559; + border-bottom-color: #a3e63559; +} + .border-y-lime-400\\/40 { border-top-color: #a3e63566; border-bottom-color: #a3e63566; } +.border-y-lime-400\\/45 { + border-top-color: #a3e63573; + border-bottom-color: #a3e63573; +} + .border-y-lime-400\\/5 { border-top-color: #a3e6350d; border-bottom-color: #a3e6350d; @@ -42719,11 +58724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e63580; } +.border-y-lime-400\\/55 { + border-top-color: #a3e6358c; + border-bottom-color: #a3e6358c; +} + .border-y-lime-400\\/60 { border-top-color: #a3e63599; border-bottom-color: #a3e63599; } +.border-y-lime-400\\/65 { + border-top-color: #a3e635a6; + border-bottom-color: #a3e635a6; +} + .border-y-lime-400\\/70 { border-top-color: #a3e635b3; border-bottom-color: #a3e635b3; @@ -42739,6 +58754,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e635cc; } +.border-y-lime-400\\/85 { + border-top-color: #a3e635d9; + border-bottom-color: #a3e635d9; +} + .border-y-lime-400\\/90 { border-top-color: #a3e635e6; border-bottom-color: #a3e635e6; @@ -42769,6 +58789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee7; } +.border-y-lime-50\\/15 { + border-top-color: #f7fee726; + border-bottom-color: #f7fee726; +} + .border-y-lime-50\\/20 { border-top-color: #f7fee733; border-bottom-color: #f7fee733; @@ -42784,11 +58809,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee74d; } +.border-y-lime-50\\/35 { + border-top-color: #f7fee759; + border-bottom-color: #f7fee759; +} + .border-y-lime-50\\/40 { border-top-color: #f7fee766; border-bottom-color: #f7fee766; } +.border-y-lime-50\\/45 { + border-top-color: #f7fee773; + border-bottom-color: #f7fee773; +} + .border-y-lime-50\\/5 { border-top-color: #f7fee70d; border-bottom-color: #f7fee70d; @@ -42799,11 +58834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee780; } +.border-y-lime-50\\/55 { + border-top-color: #f7fee78c; + border-bottom-color: #f7fee78c; +} + .border-y-lime-50\\/60 { border-top-color: #f7fee799; border-bottom-color: #f7fee799; } +.border-y-lime-50\\/65 { + border-top-color: #f7fee7a6; + border-bottom-color: #f7fee7a6; +} + .border-y-lime-50\\/70 { border-top-color: #f7fee7b3; border-bottom-color: #f7fee7b3; @@ -42819,6 +58864,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee7cc; } +.border-y-lime-50\\/85 { + border-top-color: #f7fee7d9; + border-bottom-color: #f7fee7d9; +} + .border-y-lime-50\\/90 { border-top-color: #f7fee7e6; border-bottom-color: #f7fee7e6; @@ -42849,6 +58899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc16; } +.border-y-lime-500\\/15 { + border-top-color: #84cc1626; + border-bottom-color: #84cc1626; +} + .border-y-lime-500\\/20 { border-top-color: #84cc1633; border-bottom-color: #84cc1633; @@ -42864,11 +58919,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc164d; } +.border-y-lime-500\\/35 { + border-top-color: #84cc1659; + border-bottom-color: #84cc1659; +} + .border-y-lime-500\\/40 { border-top-color: #84cc1666; border-bottom-color: #84cc1666; } +.border-y-lime-500\\/45 { + border-top-color: #84cc1673; + border-bottom-color: #84cc1673; +} + .border-y-lime-500\\/5 { border-top-color: #84cc160d; border-bottom-color: #84cc160d; @@ -42879,11 +58944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc1680; } +.border-y-lime-500\\/55 { + border-top-color: #84cc168c; + border-bottom-color: #84cc168c; +} + .border-y-lime-500\\/60 { border-top-color: #84cc1699; border-bottom-color: #84cc1699; } +.border-y-lime-500\\/65 { + border-top-color: #84cc16a6; + border-bottom-color: #84cc16a6; +} + .border-y-lime-500\\/70 { border-top-color: #84cc16b3; border-bottom-color: #84cc16b3; @@ -42899,6 +58974,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc16cc; } +.border-y-lime-500\\/85 { + border-top-color: #84cc16d9; + border-bottom-color: #84cc16d9; +} + .border-y-lime-500\\/90 { border-top-color: #84cc16e6; border-bottom-color: #84cc16e6; @@ -42929,6 +59009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30d; } +.border-y-lime-600\\/15 { + border-top-color: #65a30d26; + border-bottom-color: #65a30d26; +} + .border-y-lime-600\\/20 { border-top-color: #65a30d33; border-bottom-color: #65a30d33; @@ -42944,11 +59029,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30d4d; } +.border-y-lime-600\\/35 { + border-top-color: #65a30d59; + border-bottom-color: #65a30d59; +} + .border-y-lime-600\\/40 { border-top-color: #65a30d66; border-bottom-color: #65a30d66; } +.border-y-lime-600\\/45 { + border-top-color: #65a30d73; + border-bottom-color: #65a30d73; +} + .border-y-lime-600\\/5 { border-top-color: #65a30d0d; border-bottom-color: #65a30d0d; @@ -42959,11 +59054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30d80; } +.border-y-lime-600\\/55 { + border-top-color: #65a30d8c; + border-bottom-color: #65a30d8c; +} + .border-y-lime-600\\/60 { border-top-color: #65a30d99; border-bottom-color: #65a30d99; } +.border-y-lime-600\\/65 { + border-top-color: #65a30da6; + border-bottom-color: #65a30da6; +} + .border-y-lime-600\\/70 { border-top-color: #65a30db3; border-bottom-color: #65a30db3; @@ -42979,6 +59084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30dcc; } +.border-y-lime-600\\/85 { + border-top-color: #65a30dd9; + border-bottom-color: #65a30dd9; +} + .border-y-lime-600\\/90 { border-top-color: #65a30de6; border-bottom-color: #65a30de6; @@ -43009,6 +59119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0f; } +.border-y-lime-700\\/15 { + border-top-color: #4d7c0f26; + border-bottom-color: #4d7c0f26; +} + .border-y-lime-700\\/20 { border-top-color: #4d7c0f33; border-bottom-color: #4d7c0f33; @@ -43024,11 +59139,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0f4d; } +.border-y-lime-700\\/35 { + border-top-color: #4d7c0f59; + border-bottom-color: #4d7c0f59; +} + .border-y-lime-700\\/40 { border-top-color: #4d7c0f66; border-bottom-color: #4d7c0f66; } +.border-y-lime-700\\/45 { + border-top-color: #4d7c0f73; + border-bottom-color: #4d7c0f73; +} + .border-y-lime-700\\/5 { border-top-color: #4d7c0f0d; border-bottom-color: #4d7c0f0d; @@ -43039,11 +59164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0f80; } +.border-y-lime-700\\/55 { + border-top-color: #4d7c0f8c; + border-bottom-color: #4d7c0f8c; +} + .border-y-lime-700\\/60 { border-top-color: #4d7c0f99; border-bottom-color: #4d7c0f99; } +.border-y-lime-700\\/65 { + border-top-color: #4d7c0fa6; + border-bottom-color: #4d7c0fa6; +} + .border-y-lime-700\\/70 { border-top-color: #4d7c0fb3; border-bottom-color: #4d7c0fb3; @@ -43059,6 +59194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0fcc; } +.border-y-lime-700\\/85 { + border-top-color: #4d7c0fd9; + border-bottom-color: #4d7c0fd9; +} + .border-y-lime-700\\/90 { border-top-color: #4d7c0fe6; border-bottom-color: #4d7c0fe6; @@ -43089,6 +59229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f6212; } +.border-y-lime-800\\/15 { + border-top-color: #3f621226; + border-bottom-color: #3f621226; +} + .border-y-lime-800\\/20 { border-top-color: #3f621233; border-bottom-color: #3f621233; @@ -43104,11 +59249,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f62124d; } +.border-y-lime-800\\/35 { + border-top-color: #3f621259; + border-bottom-color: #3f621259; +} + .border-y-lime-800\\/40 { border-top-color: #3f621266; border-bottom-color: #3f621266; } +.border-y-lime-800\\/45 { + border-top-color: #3f621273; + border-bottom-color: #3f621273; +} + .border-y-lime-800\\/5 { border-top-color: #3f62120d; border-bottom-color: #3f62120d; @@ -43119,11 +59274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f621280; } +.border-y-lime-800\\/55 { + border-top-color: #3f62128c; + border-bottom-color: #3f62128c; +} + .border-y-lime-800\\/60 { border-top-color: #3f621299; border-bottom-color: #3f621299; } +.border-y-lime-800\\/65 { + border-top-color: #3f6212a6; + border-bottom-color: #3f6212a6; +} + .border-y-lime-800\\/70 { border-top-color: #3f6212b3; border-bottom-color: #3f6212b3; @@ -43139,6 +59304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f6212cc; } +.border-y-lime-800\\/85 { + border-top-color: #3f6212d9; + border-bottom-color: #3f6212d9; +} + .border-y-lime-800\\/90 { border-top-color: #3f6212e6; border-bottom-color: #3f6212e6; @@ -43169,6 +59339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #365314; } +.border-y-lime-900\\/15 { + border-top-color: #36531426; + border-bottom-color: #36531426; +} + .border-y-lime-900\\/20 { border-top-color: #36531433; border-bottom-color: #36531433; @@ -43184,11 +59359,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3653144d; } +.border-y-lime-900\\/35 { + border-top-color: #36531459; + border-bottom-color: #36531459; +} + .border-y-lime-900\\/40 { border-top-color: #36531466; border-bottom-color: #36531466; } +.border-y-lime-900\\/45 { + border-top-color: #36531473; + border-bottom-color: #36531473; +} + .border-y-lime-900\\/5 { border-top-color: #3653140d; border-bottom-color: #3653140d; @@ -43199,11 +59384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #36531480; } +.border-y-lime-900\\/55 { + border-top-color: #3653148c; + border-bottom-color: #3653148c; +} + .border-y-lime-900\\/60 { border-top-color: #36531499; border-bottom-color: #36531499; } +.border-y-lime-900\\/65 { + border-top-color: #365314a6; + border-bottom-color: #365314a6; +} + .border-y-lime-900\\/70 { border-top-color: #365314b3; border-bottom-color: #365314b3; @@ -43219,6 +59414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #365314cc; } +.border-y-lime-900\\/85 { + border-top-color: #365314d9; + border-bottom-color: #365314d9; +} + .border-y-lime-900\\/90 { border-top-color: #365314e6; border-bottom-color: #365314e6; @@ -43249,6 +59449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e05; } +.border-y-lime-950\\/15 { + border-top-color: #1a2e0526; + border-bottom-color: #1a2e0526; +} + .border-y-lime-950\\/20 { border-top-color: #1a2e0533; border-bottom-color: #1a2e0533; @@ -43264,11 +59469,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e054d; } +.border-y-lime-950\\/35 { + border-top-color: #1a2e0559; + border-bottom-color: #1a2e0559; +} + .border-y-lime-950\\/40 { border-top-color: #1a2e0566; border-bottom-color: #1a2e0566; } +.border-y-lime-950\\/45 { + border-top-color: #1a2e0573; + border-bottom-color: #1a2e0573; +} + .border-y-lime-950\\/5 { border-top-color: #1a2e050d; border-bottom-color: #1a2e050d; @@ -43279,11 +59494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e0580; } +.border-y-lime-950\\/55 { + border-top-color: #1a2e058c; + border-bottom-color: #1a2e058c; +} + .border-y-lime-950\\/60 { border-top-color: #1a2e0599; border-bottom-color: #1a2e0599; } +.border-y-lime-950\\/65 { + border-top-color: #1a2e05a6; + border-bottom-color: #1a2e05a6; +} + .border-y-lime-950\\/70 { border-top-color: #1a2e05b3; border-bottom-color: #1a2e05b3; @@ -43299,6 +59524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e05cc; } +.border-y-lime-950\\/85 { + border-top-color: #1a2e05d9; + border-bottom-color: #1a2e05d9; +} + .border-y-lime-950\\/90 { border-top-color: #1a2e05e6; border-bottom-color: #1a2e05e6; @@ -43329,6 +59559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f5; } +.border-y-neutral-100\\/15 { + border-top-color: #f5f5f526; + border-bottom-color: #f5f5f526; +} + .border-y-neutral-100\\/20 { border-top-color: #f5f5f533; border-bottom-color: #f5f5f533; @@ -43344,11 +59579,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f54d; } +.border-y-neutral-100\\/35 { + border-top-color: #f5f5f559; + border-bottom-color: #f5f5f559; +} + .border-y-neutral-100\\/40 { border-top-color: #f5f5f566; border-bottom-color: #f5f5f566; } +.border-y-neutral-100\\/45 { + border-top-color: #f5f5f573; + border-bottom-color: #f5f5f573; +} + .border-y-neutral-100\\/5 { border-top-color: #f5f5f50d; border-bottom-color: #f5f5f50d; @@ -43359,11 +59604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f580; } +.border-y-neutral-100\\/55 { + border-top-color: #f5f5f58c; + border-bottom-color: #f5f5f58c; +} + .border-y-neutral-100\\/60 { border-top-color: #f5f5f599; border-bottom-color: #f5f5f599; } +.border-y-neutral-100\\/65 { + border-top-color: #f5f5f5a6; + border-bottom-color: #f5f5f5a6; +} + .border-y-neutral-100\\/70 { border-top-color: #f5f5f5b3; border-bottom-color: #f5f5f5b3; @@ -43379,6 +59634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f5cc; } +.border-y-neutral-100\\/85 { + border-top-color: #f5f5f5d9; + border-bottom-color: #f5f5f5d9; +} + .border-y-neutral-100\\/90 { border-top-color: #f5f5f5e6; border-bottom-color: #f5f5f5e6; @@ -43409,6 +59669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e5; } +.border-y-neutral-200\\/15 { + border-top-color: #e5e5e526; + border-bottom-color: #e5e5e526; +} + .border-y-neutral-200\\/20 { border-top-color: #e5e5e533; border-bottom-color: #e5e5e533; @@ -43424,11 +59689,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e54d; } +.border-y-neutral-200\\/35 { + border-top-color: #e5e5e559; + border-bottom-color: #e5e5e559; +} + .border-y-neutral-200\\/40 { border-top-color: #e5e5e566; border-bottom-color: #e5e5e566; } +.border-y-neutral-200\\/45 { + border-top-color: #e5e5e573; + border-bottom-color: #e5e5e573; +} + .border-y-neutral-200\\/5 { border-top-color: #e5e5e50d; border-bottom-color: #e5e5e50d; @@ -43439,11 +59714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e580; } +.border-y-neutral-200\\/55 { + border-top-color: #e5e5e58c; + border-bottom-color: #e5e5e58c; +} + .border-y-neutral-200\\/60 { border-top-color: #e5e5e599; border-bottom-color: #e5e5e599; } +.border-y-neutral-200\\/65 { + border-top-color: #e5e5e5a6; + border-bottom-color: #e5e5e5a6; +} + .border-y-neutral-200\\/70 { border-top-color: #e5e5e5b3; border-bottom-color: #e5e5e5b3; @@ -43459,6 +59744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e5cc; } +.border-y-neutral-200\\/85 { + border-top-color: #e5e5e5d9; + border-bottom-color: #e5e5e5d9; +} + .border-y-neutral-200\\/90 { border-top-color: #e5e5e5e6; border-bottom-color: #e5e5e5e6; @@ -43489,6 +59779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d4; } +.border-y-neutral-300\\/15 { + border-top-color: #d4d4d426; + border-bottom-color: #d4d4d426; +} + .border-y-neutral-300\\/20 { border-top-color: #d4d4d433; border-bottom-color: #d4d4d433; @@ -43504,11 +59799,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d44d; } +.border-y-neutral-300\\/35 { + border-top-color: #d4d4d459; + border-bottom-color: #d4d4d459; +} + .border-y-neutral-300\\/40 { border-top-color: #d4d4d466; border-bottom-color: #d4d4d466; } +.border-y-neutral-300\\/45 { + border-top-color: #d4d4d473; + border-bottom-color: #d4d4d473; +} + .border-y-neutral-300\\/5 { border-top-color: #d4d4d40d; border-bottom-color: #d4d4d40d; @@ -43519,11 +59824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d480; } +.border-y-neutral-300\\/55 { + border-top-color: #d4d4d48c; + border-bottom-color: #d4d4d48c; +} + .border-y-neutral-300\\/60 { border-top-color: #d4d4d499; border-bottom-color: #d4d4d499; } +.border-y-neutral-300\\/65 { + border-top-color: #d4d4d4a6; + border-bottom-color: #d4d4d4a6; +} + .border-y-neutral-300\\/70 { border-top-color: #d4d4d4b3; border-bottom-color: #d4d4d4b3; @@ -43539,6 +59854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d4cc; } +.border-y-neutral-300\\/85 { + border-top-color: #d4d4d4d9; + border-bottom-color: #d4d4d4d9; +} + .border-y-neutral-300\\/90 { border-top-color: #d4d4d4e6; border-bottom-color: #d4d4d4e6; @@ -43569,6 +59889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a3; } +.border-y-neutral-400\\/15 { + border-top-color: #a3a3a326; + border-bottom-color: #a3a3a326; +} + .border-y-neutral-400\\/20 { border-top-color: #a3a3a333; border-bottom-color: #a3a3a333; @@ -43584,11 +59909,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a34d; } +.border-y-neutral-400\\/35 { + border-top-color: #a3a3a359; + border-bottom-color: #a3a3a359; +} + .border-y-neutral-400\\/40 { border-top-color: #a3a3a366; border-bottom-color: #a3a3a366; } +.border-y-neutral-400\\/45 { + border-top-color: #a3a3a373; + border-bottom-color: #a3a3a373; +} + .border-y-neutral-400\\/5 { border-top-color: #a3a3a30d; border-bottom-color: #a3a3a30d; @@ -43599,11 +59934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a380; } +.border-y-neutral-400\\/55 { + border-top-color: #a3a3a38c; + border-bottom-color: #a3a3a38c; +} + .border-y-neutral-400\\/60 { border-top-color: #a3a3a399; border-bottom-color: #a3a3a399; } +.border-y-neutral-400\\/65 { + border-top-color: #a3a3a3a6; + border-bottom-color: #a3a3a3a6; +} + .border-y-neutral-400\\/70 { border-top-color: #a3a3a3b3; border-bottom-color: #a3a3a3b3; @@ -43619,6 +59964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a3cc; } +.border-y-neutral-400\\/85 { + border-top-color: #a3a3a3d9; + border-bottom-color: #a3a3a3d9; +} + .border-y-neutral-400\\/90 { border-top-color: #a3a3a3e6; border-bottom-color: #a3a3a3e6; @@ -43649,6 +59999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa; } +.border-y-neutral-50\\/15 { + border-top-color: #fafafa26; + border-bottom-color: #fafafa26; +} + .border-y-neutral-50\\/20 { border-top-color: #fafafa33; border-bottom-color: #fafafa33; @@ -43664,11 +60019,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa4d; } +.border-y-neutral-50\\/35 { + border-top-color: #fafafa59; + border-bottom-color: #fafafa59; +} + .border-y-neutral-50\\/40 { border-top-color: #fafafa66; border-bottom-color: #fafafa66; } +.border-y-neutral-50\\/45 { + border-top-color: #fafafa73; + border-bottom-color: #fafafa73; +} + .border-y-neutral-50\\/5 { border-top-color: #fafafa0d; border-bottom-color: #fafafa0d; @@ -43679,11 +60044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa80; } +.border-y-neutral-50\\/55 { + border-top-color: #fafafa8c; + border-bottom-color: #fafafa8c; +} + .border-y-neutral-50\\/60 { border-top-color: #fafafa99; border-bottom-color: #fafafa99; } +.border-y-neutral-50\\/65 { + border-top-color: #fafafaa6; + border-bottom-color: #fafafaa6; +} + .border-y-neutral-50\\/70 { border-top-color: #fafafab3; border-bottom-color: #fafafab3; @@ -43699,6 +60074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafacc; } +.border-y-neutral-50\\/85 { + border-top-color: #fafafad9; + border-bottom-color: #fafafad9; +} + .border-y-neutral-50\\/90 { border-top-color: #fafafae6; border-bottom-color: #fafafae6; @@ -43729,6 +60109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #737373; } +.border-y-neutral-500\\/15 { + border-top-color: #73737326; + border-bottom-color: #73737326; +} + .border-y-neutral-500\\/20 { border-top-color: #73737333; border-bottom-color: #73737333; @@ -43744,11 +60129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7373734d; } +.border-y-neutral-500\\/35 { + border-top-color: #73737359; + border-bottom-color: #73737359; +} + .border-y-neutral-500\\/40 { border-top-color: #73737366; border-bottom-color: #73737366; } +.border-y-neutral-500\\/45 { + border-top-color: #73737373; + border-bottom-color: #73737373; +} + .border-y-neutral-500\\/5 { border-top-color: #7373730d; border-bottom-color: #7373730d; @@ -43759,11 +60154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #73737380; } +.border-y-neutral-500\\/55 { + border-top-color: #7373738c; + border-bottom-color: #7373738c; +} + .border-y-neutral-500\\/60 { border-top-color: #73737399; border-bottom-color: #73737399; } +.border-y-neutral-500\\/65 { + border-top-color: #737373a6; + border-bottom-color: #737373a6; +} + .border-y-neutral-500\\/70 { border-top-color: #737373b3; border-bottom-color: #737373b3; @@ -43779,6 +60184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #737373cc; } +.border-y-neutral-500\\/85 { + border-top-color: #737373d9; + border-bottom-color: #737373d9; +} + .border-y-neutral-500\\/90 { border-top-color: #737373e6; border-bottom-color: #737373e6; @@ -43809,6 +60219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #525252; } +.border-y-neutral-600\\/15 { + border-top-color: #52525226; + border-bottom-color: #52525226; +} + .border-y-neutral-600\\/20 { border-top-color: #52525233; border-bottom-color: #52525233; @@ -43824,11 +60239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5252524d; } +.border-y-neutral-600\\/35 { + border-top-color: #52525259; + border-bottom-color: #52525259; +} + .border-y-neutral-600\\/40 { border-top-color: #52525266; border-bottom-color: #52525266; } +.border-y-neutral-600\\/45 { + border-top-color: #52525273; + border-bottom-color: #52525273; +} + .border-y-neutral-600\\/5 { border-top-color: #5252520d; border-bottom-color: #5252520d; @@ -43839,11 +60264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525280; } +.border-y-neutral-600\\/55 { + border-top-color: #5252528c; + border-bottom-color: #5252528c; +} + .border-y-neutral-600\\/60 { border-top-color: #52525299; border-bottom-color: #52525299; } +.border-y-neutral-600\\/65 { + border-top-color: #525252a6; + border-bottom-color: #525252a6; +} + .border-y-neutral-600\\/70 { border-top-color: #525252b3; border-bottom-color: #525252b3; @@ -43859,6 +60294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #525252cc; } +.border-y-neutral-600\\/85 { + border-top-color: #525252d9; + border-bottom-color: #525252d9; +} + .border-y-neutral-600\\/90 { border-top-color: #525252e6; border-bottom-color: #525252e6; @@ -43889,6 +60329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #404040; } +.border-y-neutral-700\\/15 { + border-top-color: #40404026; + border-bottom-color: #40404026; +} + .border-y-neutral-700\\/20 { border-top-color: #40404033; border-bottom-color: #40404033; @@ -43904,11 +60349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4040404d; } +.border-y-neutral-700\\/35 { + border-top-color: #40404059; + border-bottom-color: #40404059; +} + .border-y-neutral-700\\/40 { border-top-color: #40404066; border-bottom-color: #40404066; } +.border-y-neutral-700\\/45 { + border-top-color: #40404073; + border-bottom-color: #40404073; +} + .border-y-neutral-700\\/5 { border-top-color: #4040400d; border-bottom-color: #4040400d; @@ -43919,11 +60374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #40404080; } +.border-y-neutral-700\\/55 { + border-top-color: #4040408c; + border-bottom-color: #4040408c; +} + .border-y-neutral-700\\/60 { border-top-color: #40404099; border-bottom-color: #40404099; } +.border-y-neutral-700\\/65 { + border-top-color: #404040a6; + border-bottom-color: #404040a6; +} + .border-y-neutral-700\\/70 { border-top-color: #404040b3; border-bottom-color: #404040b3; @@ -43939,6 +60404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #404040cc; } +.border-y-neutral-700\\/85 { + border-top-color: #404040d9; + border-bottom-color: #404040d9; +} + .border-y-neutral-700\\/90 { border-top-color: #404040e6; border-bottom-color: #404040e6; @@ -43969,6 +60439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #262626; } +.border-y-neutral-800\\/15 { + border-top-color: #26262626; + border-bottom-color: #26262626; +} + .border-y-neutral-800\\/20 { border-top-color: #26262633; border-bottom-color: #26262633; @@ -43984,11 +60459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2626264d; } +.border-y-neutral-800\\/35 { + border-top-color: #26262659; + border-bottom-color: #26262659; +} + .border-y-neutral-800\\/40 { border-top-color: #26262666; border-bottom-color: #26262666; } +.border-y-neutral-800\\/45 { + border-top-color: #26262673; + border-bottom-color: #26262673; +} + .border-y-neutral-800\\/5 { border-top-color: #2626260d; border-bottom-color: #2626260d; @@ -43999,11 +60484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #26262680; } +.border-y-neutral-800\\/55 { + border-top-color: #2626268c; + border-bottom-color: #2626268c; +} + .border-y-neutral-800\\/60 { border-top-color: #26262699; border-bottom-color: #26262699; } +.border-y-neutral-800\\/65 { + border-top-color: #262626a6; + border-bottom-color: #262626a6; +} + .border-y-neutral-800\\/70 { border-top-color: #262626b3; border-bottom-color: #262626b3; @@ -44019,6 +60514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #262626cc; } +.border-y-neutral-800\\/85 { + border-top-color: #262626d9; + border-bottom-color: #262626d9; +} + .border-y-neutral-800\\/90 { border-top-color: #262626e6; border-bottom-color: #262626e6; @@ -44049,6 +60549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #171717; } +.border-y-neutral-900\\/15 { + border-top-color: #17171726; + border-bottom-color: #17171726; +} + .border-y-neutral-900\\/20 { border-top-color: #17171733; border-bottom-color: #17171733; @@ -44064,11 +60569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1717174d; } +.border-y-neutral-900\\/35 { + border-top-color: #17171759; + border-bottom-color: #17171759; +} + .border-y-neutral-900\\/40 { border-top-color: #17171766; border-bottom-color: #17171766; } +.border-y-neutral-900\\/45 { + border-top-color: #17171773; + border-bottom-color: #17171773; +} + .border-y-neutral-900\\/5 { border-top-color: #1717170d; border-bottom-color: #1717170d; @@ -44079,11 +60594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #17171780; } +.border-y-neutral-900\\/55 { + border-top-color: #1717178c; + border-bottom-color: #1717178c; +} + .border-y-neutral-900\\/60 { border-top-color: #17171799; border-bottom-color: #17171799; } +.border-y-neutral-900\\/65 { + border-top-color: #171717a6; + border-bottom-color: #171717a6; +} + .border-y-neutral-900\\/70 { border-top-color: #171717b3; border-bottom-color: #171717b3; @@ -44099,6 +60624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #171717cc; } +.border-y-neutral-900\\/85 { + border-top-color: #171717d9; + border-bottom-color: #171717d9; +} + .border-y-neutral-900\\/90 { border-top-color: #171717e6; border-bottom-color: #171717e6; @@ -44129,6 +60659,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0a; } +.border-y-neutral-950\\/15 { + border-top-color: #0a0a0a26; + border-bottom-color: #0a0a0a26; +} + .border-y-neutral-950\\/20 { border-top-color: #0a0a0a33; border-bottom-color: #0a0a0a33; @@ -44144,11 +60679,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0a4d; } +.border-y-neutral-950\\/35 { + border-top-color: #0a0a0a59; + border-bottom-color: #0a0a0a59; +} + .border-y-neutral-950\\/40 { border-top-color: #0a0a0a66; border-bottom-color: #0a0a0a66; } +.border-y-neutral-950\\/45 { + border-top-color: #0a0a0a73; + border-bottom-color: #0a0a0a73; +} + .border-y-neutral-950\\/5 { border-top-color: #0a0a0a0d; border-bottom-color: #0a0a0a0d; @@ -44159,11 +60704,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0a80; } +.border-y-neutral-950\\/55 { + border-top-color: #0a0a0a8c; + border-bottom-color: #0a0a0a8c; +} + .border-y-neutral-950\\/60 { border-top-color: #0a0a0a99; border-bottom-color: #0a0a0a99; } +.border-y-neutral-950\\/65 { + border-top-color: #0a0a0aa6; + border-bottom-color: #0a0a0aa6; +} + .border-y-neutral-950\\/70 { border-top-color: #0a0a0ab3; border-bottom-color: #0a0a0ab3; @@ -44179,6 +60734,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0acc; } +.border-y-neutral-950\\/85 { + border-top-color: #0a0a0ad9; + border-bottom-color: #0a0a0ad9; +} + .border-y-neutral-950\\/90 { border-top-color: #0a0a0ae6; border-bottom-color: #0a0a0ae6; @@ -44209,6 +60769,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd5; } +.border-y-orange-100\\/15 { + border-top-color: #ffedd526; + border-bottom-color: #ffedd526; +} + .border-y-orange-100\\/20 { border-top-color: #ffedd533; border-bottom-color: #ffedd533; @@ -44224,11 +60789,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd54d; } +.border-y-orange-100\\/35 { + border-top-color: #ffedd559; + border-bottom-color: #ffedd559; +} + .border-y-orange-100\\/40 { border-top-color: #ffedd566; border-bottom-color: #ffedd566; } +.border-y-orange-100\\/45 { + border-top-color: #ffedd573; + border-bottom-color: #ffedd573; +} + .border-y-orange-100\\/5 { border-top-color: #ffedd50d; border-bottom-color: #ffedd50d; @@ -44239,11 +60814,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd580; } +.border-y-orange-100\\/55 { + border-top-color: #ffedd58c; + border-bottom-color: #ffedd58c; +} + .border-y-orange-100\\/60 { border-top-color: #ffedd599; border-bottom-color: #ffedd599; } +.border-y-orange-100\\/65 { + border-top-color: #ffedd5a6; + border-bottom-color: #ffedd5a6; +} + .border-y-orange-100\\/70 { border-top-color: #ffedd5b3; border-bottom-color: #ffedd5b3; @@ -44259,6 +60844,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd5cc; } +.border-y-orange-100\\/85 { + border-top-color: #ffedd5d9; + border-bottom-color: #ffedd5d9; +} + .border-y-orange-100\\/90 { border-top-color: #ffedd5e6; border-bottom-color: #ffedd5e6; @@ -44289,6 +60879,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aa; } +.border-y-orange-200\\/15 { + border-top-color: #fed7aa26; + border-bottom-color: #fed7aa26; +} + .border-y-orange-200\\/20 { border-top-color: #fed7aa33; border-bottom-color: #fed7aa33; @@ -44304,11 +60899,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aa4d; } +.border-y-orange-200\\/35 { + border-top-color: #fed7aa59; + border-bottom-color: #fed7aa59; +} + .border-y-orange-200\\/40 { border-top-color: #fed7aa66; border-bottom-color: #fed7aa66; } +.border-y-orange-200\\/45 { + border-top-color: #fed7aa73; + border-bottom-color: #fed7aa73; +} + .border-y-orange-200\\/5 { border-top-color: #fed7aa0d; border-bottom-color: #fed7aa0d; @@ -44319,11 +60924,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aa80; } +.border-y-orange-200\\/55 { + border-top-color: #fed7aa8c; + border-bottom-color: #fed7aa8c; +} + .border-y-orange-200\\/60 { border-top-color: #fed7aa99; border-bottom-color: #fed7aa99; } +.border-y-orange-200\\/65 { + border-top-color: #fed7aaa6; + border-bottom-color: #fed7aaa6; +} + .border-y-orange-200\\/70 { border-top-color: #fed7aab3; border-bottom-color: #fed7aab3; @@ -44339,6 +60954,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aacc; } +.border-y-orange-200\\/85 { + border-top-color: #fed7aad9; + border-bottom-color: #fed7aad9; +} + .border-y-orange-200\\/90 { border-top-color: #fed7aae6; border-bottom-color: #fed7aae6; @@ -44369,6 +60989,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba74; } +.border-y-orange-300\\/15 { + border-top-color: #fdba7426; + border-bottom-color: #fdba7426; +} + .border-y-orange-300\\/20 { border-top-color: #fdba7433; border-bottom-color: #fdba7433; @@ -44384,11 +61009,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba744d; } +.border-y-orange-300\\/35 { + border-top-color: #fdba7459; + border-bottom-color: #fdba7459; +} + .border-y-orange-300\\/40 { border-top-color: #fdba7466; border-bottom-color: #fdba7466; } +.border-y-orange-300\\/45 { + border-top-color: #fdba7473; + border-bottom-color: #fdba7473; +} + .border-y-orange-300\\/5 { border-top-color: #fdba740d; border-bottom-color: #fdba740d; @@ -44399,11 +61034,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba7480; } +.border-y-orange-300\\/55 { + border-top-color: #fdba748c; + border-bottom-color: #fdba748c; +} + .border-y-orange-300\\/60 { border-top-color: #fdba7499; border-bottom-color: #fdba7499; } +.border-y-orange-300\\/65 { + border-top-color: #fdba74a6; + border-bottom-color: #fdba74a6; +} + .border-y-orange-300\\/70 { border-top-color: #fdba74b3; border-bottom-color: #fdba74b3; @@ -44419,6 +61064,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba74cc; } +.border-y-orange-300\\/85 { + border-top-color: #fdba74d9; + border-bottom-color: #fdba74d9; +} + .border-y-orange-300\\/90 { border-top-color: #fdba74e6; border-bottom-color: #fdba74e6; @@ -44449,6 +61099,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923c; } +.border-y-orange-400\\/15 { + border-top-color: #fb923c26; + border-bottom-color: #fb923c26; +} + .border-y-orange-400\\/20 { border-top-color: #fb923c33; border-bottom-color: #fb923c33; @@ -44464,11 +61119,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923c4d; } +.border-y-orange-400\\/35 { + border-top-color: #fb923c59; + border-bottom-color: #fb923c59; +} + .border-y-orange-400\\/40 { border-top-color: #fb923c66; border-bottom-color: #fb923c66; } +.border-y-orange-400\\/45 { + border-top-color: #fb923c73; + border-bottom-color: #fb923c73; +} + .border-y-orange-400\\/5 { border-top-color: #fb923c0d; border-bottom-color: #fb923c0d; @@ -44479,11 +61144,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923c80; } +.border-y-orange-400\\/55 { + border-top-color: #fb923c8c; + border-bottom-color: #fb923c8c; +} + .border-y-orange-400\\/60 { border-top-color: #fb923c99; border-bottom-color: #fb923c99; } +.border-y-orange-400\\/65 { + border-top-color: #fb923ca6; + border-bottom-color: #fb923ca6; +} + .border-y-orange-400\\/70 { border-top-color: #fb923cb3; border-bottom-color: #fb923cb3; @@ -44499,6 +61174,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923ccc; } +.border-y-orange-400\\/85 { + border-top-color: #fb923cd9; + border-bottom-color: #fb923cd9; +} + .border-y-orange-400\\/90 { border-top-color: #fb923ce6; border-bottom-color: #fb923ce6; @@ -44529,6 +61209,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7ed; } +.border-y-orange-50\\/15 { + border-top-color: #fff7ed26; + border-bottom-color: #fff7ed26; +} + .border-y-orange-50\\/20 { border-top-color: #fff7ed33; border-bottom-color: #fff7ed33; @@ -44544,11 +61229,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7ed4d; } +.border-y-orange-50\\/35 { + border-top-color: #fff7ed59; + border-bottom-color: #fff7ed59; +} + .border-y-orange-50\\/40 { border-top-color: #fff7ed66; border-bottom-color: #fff7ed66; } +.border-y-orange-50\\/45 { + border-top-color: #fff7ed73; + border-bottom-color: #fff7ed73; +} + .border-y-orange-50\\/5 { border-top-color: #fff7ed0d; border-bottom-color: #fff7ed0d; @@ -44559,11 +61254,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7ed80; } +.border-y-orange-50\\/55 { + border-top-color: #fff7ed8c; + border-bottom-color: #fff7ed8c; +} + .border-y-orange-50\\/60 { border-top-color: #fff7ed99; border-bottom-color: #fff7ed99; } +.border-y-orange-50\\/65 { + border-top-color: #fff7eda6; + border-bottom-color: #fff7eda6; +} + .border-y-orange-50\\/70 { border-top-color: #fff7edb3; border-bottom-color: #fff7edb3; @@ -44579,6 +61284,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7edcc; } +.border-y-orange-50\\/85 { + border-top-color: #fff7edd9; + border-bottom-color: #fff7edd9; +} + .border-y-orange-50\\/90 { border-top-color: #fff7ede6; border-bottom-color: #fff7ede6; @@ -44609,6 +61319,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f97316; } +.border-y-orange-500\\/15 { + border-top-color: #f9731626; + border-bottom-color: #f9731626; +} + .border-y-orange-500\\/20 { border-top-color: #f9731633; border-bottom-color: #f9731633; @@ -44624,11 +61339,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f973164d; } +.border-y-orange-500\\/35 { + border-top-color: #f9731659; + border-bottom-color: #f9731659; +} + .border-y-orange-500\\/40 { border-top-color: #f9731666; border-bottom-color: #f9731666; } +.border-y-orange-500\\/45 { + border-top-color: #f9731673; + border-bottom-color: #f9731673; +} + .border-y-orange-500\\/5 { border-top-color: #f973160d; border-bottom-color: #f973160d; @@ -44639,11 +61364,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9731680; } +.border-y-orange-500\\/55 { + border-top-color: #f973168c; + border-bottom-color: #f973168c; +} + .border-y-orange-500\\/60 { border-top-color: #f9731699; border-bottom-color: #f9731699; } +.border-y-orange-500\\/65 { + border-top-color: #f97316a6; + border-bottom-color: #f97316a6; +} + .border-y-orange-500\\/70 { border-top-color: #f97316b3; border-bottom-color: #f97316b3; @@ -44659,6 +61394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f97316cc; } +.border-y-orange-500\\/85 { + border-top-color: #f97316d9; + border-bottom-color: #f97316d9; +} + .border-y-orange-500\\/90 { border-top-color: #f97316e6; border-bottom-color: #f97316e6; @@ -44689,6 +61429,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580c; } +.border-y-orange-600\\/15 { + border-top-color: #ea580c26; + border-bottom-color: #ea580c26; +} + .border-y-orange-600\\/20 { border-top-color: #ea580c33; border-bottom-color: #ea580c33; @@ -44704,11 +61449,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580c4d; } +.border-y-orange-600\\/35 { + border-top-color: #ea580c59; + border-bottom-color: #ea580c59; +} + .border-y-orange-600\\/40 { border-top-color: #ea580c66; border-bottom-color: #ea580c66; } +.border-y-orange-600\\/45 { + border-top-color: #ea580c73; + border-bottom-color: #ea580c73; +} + .border-y-orange-600\\/5 { border-top-color: #ea580c0d; border-bottom-color: #ea580c0d; @@ -44719,11 +61474,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580c80; } +.border-y-orange-600\\/55 { + border-top-color: #ea580c8c; + border-bottom-color: #ea580c8c; +} + .border-y-orange-600\\/60 { border-top-color: #ea580c99; border-bottom-color: #ea580c99; } +.border-y-orange-600\\/65 { + border-top-color: #ea580ca6; + border-bottom-color: #ea580ca6; +} + .border-y-orange-600\\/70 { border-top-color: #ea580cb3; border-bottom-color: #ea580cb3; @@ -44739,6 +61504,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580ccc; } +.border-y-orange-600\\/85 { + border-top-color: #ea580cd9; + border-bottom-color: #ea580cd9; +} + .border-y-orange-600\\/90 { border-top-color: #ea580ce6; border-bottom-color: #ea580ce6; @@ -44769,6 +61539,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410c; } +.border-y-orange-700\\/15 { + border-top-color: #c2410c26; + border-bottom-color: #c2410c26; +} + .border-y-orange-700\\/20 { border-top-color: #c2410c33; border-bottom-color: #c2410c33; @@ -44784,11 +61559,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410c4d; } +.border-y-orange-700\\/35 { + border-top-color: #c2410c59; + border-bottom-color: #c2410c59; +} + .border-y-orange-700\\/40 { border-top-color: #c2410c66; border-bottom-color: #c2410c66; } +.border-y-orange-700\\/45 { + border-top-color: #c2410c73; + border-bottom-color: #c2410c73; +} + .border-y-orange-700\\/5 { border-top-color: #c2410c0d; border-bottom-color: #c2410c0d; @@ -44799,11 +61584,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410c80; } +.border-y-orange-700\\/55 { + border-top-color: #c2410c8c; + border-bottom-color: #c2410c8c; +} + .border-y-orange-700\\/60 { border-top-color: #c2410c99; border-bottom-color: #c2410c99; } +.border-y-orange-700\\/65 { + border-top-color: #c2410ca6; + border-bottom-color: #c2410ca6; +} + .border-y-orange-700\\/70 { border-top-color: #c2410cb3; border-bottom-color: #c2410cb3; @@ -44819,6 +61614,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410ccc; } +.border-y-orange-700\\/85 { + border-top-color: #c2410cd9; + border-bottom-color: #c2410cd9; +} + .border-y-orange-700\\/90 { border-top-color: #c2410ce6; border-bottom-color: #c2410ce6; @@ -44849,6 +61649,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a3412; } +.border-y-orange-800\\/15 { + border-top-color: #9a341226; + border-bottom-color: #9a341226; +} + .border-y-orange-800\\/20 { border-top-color: #9a341233; border-bottom-color: #9a341233; @@ -44864,11 +61669,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a34124d; } +.border-y-orange-800\\/35 { + border-top-color: #9a341259; + border-bottom-color: #9a341259; +} + .border-y-orange-800\\/40 { border-top-color: #9a341266; border-bottom-color: #9a341266; } +.border-y-orange-800\\/45 { + border-top-color: #9a341273; + border-bottom-color: #9a341273; +} + .border-y-orange-800\\/5 { border-top-color: #9a34120d; border-bottom-color: #9a34120d; @@ -44879,11 +61694,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a341280; } +.border-y-orange-800\\/55 { + border-top-color: #9a34128c; + border-bottom-color: #9a34128c; +} + .border-y-orange-800\\/60 { border-top-color: #9a341299; border-bottom-color: #9a341299; } +.border-y-orange-800\\/65 { + border-top-color: #9a3412a6; + border-bottom-color: #9a3412a6; +} + .border-y-orange-800\\/70 { border-top-color: #9a3412b3; border-bottom-color: #9a3412b3; @@ -44899,6 +61724,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a3412cc; } +.border-y-orange-800\\/85 { + border-top-color: #9a3412d9; + border-bottom-color: #9a3412d9; +} + .border-y-orange-800\\/90 { border-top-color: #9a3412e6; border-bottom-color: #9a3412e6; @@ -44929,6 +61759,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d12; } +.border-y-orange-900\\/15 { + border-top-color: #7c2d1226; + border-bottom-color: #7c2d1226; +} + .border-y-orange-900\\/20 { border-top-color: #7c2d1233; border-bottom-color: #7c2d1233; @@ -44944,11 +61779,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d124d; } +.border-y-orange-900\\/35 { + border-top-color: #7c2d1259; + border-bottom-color: #7c2d1259; +} + .border-y-orange-900\\/40 { border-top-color: #7c2d1266; border-bottom-color: #7c2d1266; } +.border-y-orange-900\\/45 { + border-top-color: #7c2d1273; + border-bottom-color: #7c2d1273; +} + .border-y-orange-900\\/5 { border-top-color: #7c2d120d; border-bottom-color: #7c2d120d; @@ -44959,11 +61804,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d1280; } +.border-y-orange-900\\/55 { + border-top-color: #7c2d128c; + border-bottom-color: #7c2d128c; +} + .border-y-orange-900\\/60 { border-top-color: #7c2d1299; border-bottom-color: #7c2d1299; } +.border-y-orange-900\\/65 { + border-top-color: #7c2d12a6; + border-bottom-color: #7c2d12a6; +} + .border-y-orange-900\\/70 { border-top-color: #7c2d12b3; border-bottom-color: #7c2d12b3; @@ -44979,6 +61834,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d12cc; } +.border-y-orange-900\\/85 { + border-top-color: #7c2d12d9; + border-bottom-color: #7c2d12d9; +} + .border-y-orange-900\\/90 { border-top-color: #7c2d12e6; border-bottom-color: #7c2d12e6; @@ -45009,6 +61869,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #431407; } +.border-y-orange-950\\/15 { + border-top-color: #43140726; + border-bottom-color: #43140726; +} + .border-y-orange-950\\/20 { border-top-color: #43140733; border-bottom-color: #43140733; @@ -45024,11 +61889,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4314074d; } +.border-y-orange-950\\/35 { + border-top-color: #43140759; + border-bottom-color: #43140759; +} + .border-y-orange-950\\/40 { border-top-color: #43140766; border-bottom-color: #43140766; } +.border-y-orange-950\\/45 { + border-top-color: #43140773; + border-bottom-color: #43140773; +} + .border-y-orange-950\\/5 { border-top-color: #4314070d; border-bottom-color: #4314070d; @@ -45039,11 +61914,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #43140780; } +.border-y-orange-950\\/55 { + border-top-color: #4314078c; + border-bottom-color: #4314078c; +} + .border-y-orange-950\\/60 { border-top-color: #43140799; border-bottom-color: #43140799; } +.border-y-orange-950\\/65 { + border-top-color: #431407a6; + border-bottom-color: #431407a6; +} + .border-y-orange-950\\/70 { border-top-color: #431407b3; border-bottom-color: #431407b3; @@ -45059,6 +61944,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #431407cc; } +.border-y-orange-950\\/85 { + border-top-color: #431407d9; + border-bottom-color: #431407d9; +} + .border-y-orange-950\\/90 { border-top-color: #431407e6; border-bottom-color: #431407e6; @@ -45089,6 +61979,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f3; } +.border-y-pink-100\\/15 { + border-top-color: #fce7f326; + border-bottom-color: #fce7f326; +} + .border-y-pink-100\\/20 { border-top-color: #fce7f333; border-bottom-color: #fce7f333; @@ -45104,11 +61999,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f34d; } +.border-y-pink-100\\/35 { + border-top-color: #fce7f359; + border-bottom-color: #fce7f359; +} + .border-y-pink-100\\/40 { border-top-color: #fce7f366; border-bottom-color: #fce7f366; } +.border-y-pink-100\\/45 { + border-top-color: #fce7f373; + border-bottom-color: #fce7f373; +} + .border-y-pink-100\\/5 { border-top-color: #fce7f30d; border-bottom-color: #fce7f30d; @@ -45119,11 +62024,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f380; } +.border-y-pink-100\\/55 { + border-top-color: #fce7f38c; + border-bottom-color: #fce7f38c; +} + .border-y-pink-100\\/60 { border-top-color: #fce7f399; border-bottom-color: #fce7f399; } +.border-y-pink-100\\/65 { + border-top-color: #fce7f3a6; + border-bottom-color: #fce7f3a6; +} + .border-y-pink-100\\/70 { border-top-color: #fce7f3b3; border-bottom-color: #fce7f3b3; @@ -45139,6 +62054,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f3cc; } +.border-y-pink-100\\/85 { + border-top-color: #fce7f3d9; + border-bottom-color: #fce7f3d9; +} + .border-y-pink-100\\/90 { border-top-color: #fce7f3e6; border-bottom-color: #fce7f3e6; @@ -45169,6 +62089,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe8; } +.border-y-pink-200\\/15 { + border-top-color: #fbcfe826; + border-bottom-color: #fbcfe826; +} + .border-y-pink-200\\/20 { border-top-color: #fbcfe833; border-bottom-color: #fbcfe833; @@ -45184,11 +62109,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe84d; } +.border-y-pink-200\\/35 { + border-top-color: #fbcfe859; + border-bottom-color: #fbcfe859; +} + .border-y-pink-200\\/40 { border-top-color: #fbcfe866; border-bottom-color: #fbcfe866; } +.border-y-pink-200\\/45 { + border-top-color: #fbcfe873; + border-bottom-color: #fbcfe873; +} + .border-y-pink-200\\/5 { border-top-color: #fbcfe80d; border-bottom-color: #fbcfe80d; @@ -45199,11 +62134,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe880; } +.border-y-pink-200\\/55 { + border-top-color: #fbcfe88c; + border-bottom-color: #fbcfe88c; +} + .border-y-pink-200\\/60 { border-top-color: #fbcfe899; border-bottom-color: #fbcfe899; } +.border-y-pink-200\\/65 { + border-top-color: #fbcfe8a6; + border-bottom-color: #fbcfe8a6; +} + .border-y-pink-200\\/70 { border-top-color: #fbcfe8b3; border-bottom-color: #fbcfe8b3; @@ -45219,6 +62164,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe8cc; } +.border-y-pink-200\\/85 { + border-top-color: #fbcfe8d9; + border-bottom-color: #fbcfe8d9; +} + .border-y-pink-200\\/90 { border-top-color: #fbcfe8e6; border-bottom-color: #fbcfe8e6; @@ -45249,6 +62199,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d4; } +.border-y-pink-300\\/15 { + border-top-color: #f9a8d426; + border-bottom-color: #f9a8d426; +} + .border-y-pink-300\\/20 { border-top-color: #f9a8d433; border-bottom-color: #f9a8d433; @@ -45264,11 +62219,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d44d; } +.border-y-pink-300\\/35 { + border-top-color: #f9a8d459; + border-bottom-color: #f9a8d459; +} + .border-y-pink-300\\/40 { border-top-color: #f9a8d466; border-bottom-color: #f9a8d466; } +.border-y-pink-300\\/45 { + border-top-color: #f9a8d473; + border-bottom-color: #f9a8d473; +} + .border-y-pink-300\\/5 { border-top-color: #f9a8d40d; border-bottom-color: #f9a8d40d; @@ -45279,11 +62244,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d480; } +.border-y-pink-300\\/55 { + border-top-color: #f9a8d48c; + border-bottom-color: #f9a8d48c; +} + .border-y-pink-300\\/60 { border-top-color: #f9a8d499; border-bottom-color: #f9a8d499; } +.border-y-pink-300\\/65 { + border-top-color: #f9a8d4a6; + border-bottom-color: #f9a8d4a6; +} + .border-y-pink-300\\/70 { border-top-color: #f9a8d4b3; border-bottom-color: #f9a8d4b3; @@ -45299,6 +62274,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d4cc; } +.border-y-pink-300\\/85 { + border-top-color: #f9a8d4d9; + border-bottom-color: #f9a8d4d9; +} + .border-y-pink-300\\/90 { border-top-color: #f9a8d4e6; border-bottom-color: #f9a8d4e6; @@ -45329,6 +62309,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b6; } +.border-y-pink-400\\/15 { + border-top-color: #f472b626; + border-bottom-color: #f472b626; +} + .border-y-pink-400\\/20 { border-top-color: #f472b633; border-bottom-color: #f472b633; @@ -45344,11 +62329,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b64d; } +.border-y-pink-400\\/35 { + border-top-color: #f472b659; + border-bottom-color: #f472b659; +} + .border-y-pink-400\\/40 { border-top-color: #f472b666; border-bottom-color: #f472b666; } +.border-y-pink-400\\/45 { + border-top-color: #f472b673; + border-bottom-color: #f472b673; +} + .border-y-pink-400\\/5 { border-top-color: #f472b60d; border-bottom-color: #f472b60d; @@ -45359,11 +62354,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b680; } +.border-y-pink-400\\/55 { + border-top-color: #f472b68c; + border-bottom-color: #f472b68c; +} + .border-y-pink-400\\/60 { border-top-color: #f472b699; border-bottom-color: #f472b699; } +.border-y-pink-400\\/65 { + border-top-color: #f472b6a6; + border-bottom-color: #f472b6a6; +} + .border-y-pink-400\\/70 { border-top-color: #f472b6b3; border-bottom-color: #f472b6b3; @@ -45379,6 +62384,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b6cc; } +.border-y-pink-400\\/85 { + border-top-color: #f472b6d9; + border-bottom-color: #f472b6d9; +} + .border-y-pink-400\\/90 { border-top-color: #f472b6e6; border-bottom-color: #f472b6e6; @@ -45409,6 +62419,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f8; } +.border-y-pink-50\\/15 { + border-top-color: #fdf2f826; + border-bottom-color: #fdf2f826; +} + .border-y-pink-50\\/20 { border-top-color: #fdf2f833; border-bottom-color: #fdf2f833; @@ -45424,11 +62439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f84d; } +.border-y-pink-50\\/35 { + border-top-color: #fdf2f859; + border-bottom-color: #fdf2f859; +} + .border-y-pink-50\\/40 { border-top-color: #fdf2f866; border-bottom-color: #fdf2f866; } +.border-y-pink-50\\/45 { + border-top-color: #fdf2f873; + border-bottom-color: #fdf2f873; +} + .border-y-pink-50\\/5 { border-top-color: #fdf2f80d; border-bottom-color: #fdf2f80d; @@ -45439,11 +62464,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f880; } +.border-y-pink-50\\/55 { + border-top-color: #fdf2f88c; + border-bottom-color: #fdf2f88c; +} + .border-y-pink-50\\/60 { border-top-color: #fdf2f899; border-bottom-color: #fdf2f899; } +.border-y-pink-50\\/65 { + border-top-color: #fdf2f8a6; + border-bottom-color: #fdf2f8a6; +} + .border-y-pink-50\\/70 { border-top-color: #fdf2f8b3; border-bottom-color: #fdf2f8b3; @@ -45459,6 +62494,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f8cc; } +.border-y-pink-50\\/85 { + border-top-color: #fdf2f8d9; + border-bottom-color: #fdf2f8d9; +} + .border-y-pink-50\\/90 { border-top-color: #fdf2f8e6; border-bottom-color: #fdf2f8e6; @@ -45489,6 +62529,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec4899; } +.border-y-pink-500\\/15 { + border-top-color: #ec489926; + border-bottom-color: #ec489926; +} + .border-y-pink-500\\/20 { border-top-color: #ec489933; border-bottom-color: #ec489933; @@ -45504,11 +62549,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec48994d; } +.border-y-pink-500\\/35 { + border-top-color: #ec489959; + border-bottom-color: #ec489959; +} + .border-y-pink-500\\/40 { border-top-color: #ec489966; border-bottom-color: #ec489966; } +.border-y-pink-500\\/45 { + border-top-color: #ec489973; + border-bottom-color: #ec489973; +} + .border-y-pink-500\\/5 { border-top-color: #ec48990d; border-bottom-color: #ec48990d; @@ -45519,11 +62574,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec489980; } +.border-y-pink-500\\/55 { + border-top-color: #ec48998c; + border-bottom-color: #ec48998c; +} + .border-y-pink-500\\/60 { border-top-color: #ec489999; border-bottom-color: #ec489999; } +.border-y-pink-500\\/65 { + border-top-color: #ec4899a6; + border-bottom-color: #ec4899a6; +} + .border-y-pink-500\\/70 { border-top-color: #ec4899b3; border-bottom-color: #ec4899b3; @@ -45539,6 +62604,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec4899cc; } +.border-y-pink-500\\/85 { + border-top-color: #ec4899d9; + border-bottom-color: #ec4899d9; +} + .border-y-pink-500\\/90 { border-top-color: #ec4899e6; border-bottom-color: #ec4899e6; @@ -45569,6 +62639,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db2777; } +.border-y-pink-600\\/15 { + border-top-color: #db277726; + border-bottom-color: #db277726; +} + .border-y-pink-600\\/20 { border-top-color: #db277733; border-bottom-color: #db277733; @@ -45584,11 +62659,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db27774d; } +.border-y-pink-600\\/35 { + border-top-color: #db277759; + border-bottom-color: #db277759; +} + .border-y-pink-600\\/40 { border-top-color: #db277766; border-bottom-color: #db277766; } +.border-y-pink-600\\/45 { + border-top-color: #db277773; + border-bottom-color: #db277773; +} + .border-y-pink-600\\/5 { border-top-color: #db27770d; border-bottom-color: #db27770d; @@ -45599,11 +62684,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db277780; } +.border-y-pink-600\\/55 { + border-top-color: #db27778c; + border-bottom-color: #db27778c; +} + .border-y-pink-600\\/60 { border-top-color: #db277799; border-bottom-color: #db277799; } +.border-y-pink-600\\/65 { + border-top-color: #db2777a6; + border-bottom-color: #db2777a6; +} + .border-y-pink-600\\/70 { border-top-color: #db2777b3; border-bottom-color: #db2777b3; @@ -45619,6 +62714,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db2777cc; } +.border-y-pink-600\\/85 { + border-top-color: #db2777d9; + border-bottom-color: #db2777d9; +} + .border-y-pink-600\\/90 { border-top-color: #db2777e6; border-bottom-color: #db2777e6; @@ -45649,6 +62749,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185d; } +.border-y-pink-700\\/15 { + border-top-color: #be185d26; + border-bottom-color: #be185d26; +} + .border-y-pink-700\\/20 { border-top-color: #be185d33; border-bottom-color: #be185d33; @@ -45664,11 +62769,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185d4d; } +.border-y-pink-700\\/35 { + border-top-color: #be185d59; + border-bottom-color: #be185d59; +} + .border-y-pink-700\\/40 { border-top-color: #be185d66; border-bottom-color: #be185d66; } +.border-y-pink-700\\/45 { + border-top-color: #be185d73; + border-bottom-color: #be185d73; +} + .border-y-pink-700\\/5 { border-top-color: #be185d0d; border-bottom-color: #be185d0d; @@ -45679,11 +62794,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185d80; } +.border-y-pink-700\\/55 { + border-top-color: #be185d8c; + border-bottom-color: #be185d8c; +} + .border-y-pink-700\\/60 { border-top-color: #be185d99; border-bottom-color: #be185d99; } +.border-y-pink-700\\/65 { + border-top-color: #be185da6; + border-bottom-color: #be185da6; +} + .border-y-pink-700\\/70 { border-top-color: #be185db3; border-bottom-color: #be185db3; @@ -45699,6 +62824,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185dcc; } +.border-y-pink-700\\/85 { + border-top-color: #be185dd9; + border-bottom-color: #be185dd9; +} + .border-y-pink-700\\/90 { border-top-color: #be185de6; border-bottom-color: #be185de6; @@ -45729,6 +62859,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174d; } +.border-y-pink-800\\/15 { + border-top-color: #9d174d26; + border-bottom-color: #9d174d26; +} + .border-y-pink-800\\/20 { border-top-color: #9d174d33; border-bottom-color: #9d174d33; @@ -45744,11 +62879,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174d4d; } +.border-y-pink-800\\/35 { + border-top-color: #9d174d59; + border-bottom-color: #9d174d59; +} + .border-y-pink-800\\/40 { border-top-color: #9d174d66; border-bottom-color: #9d174d66; } +.border-y-pink-800\\/45 { + border-top-color: #9d174d73; + border-bottom-color: #9d174d73; +} + .border-y-pink-800\\/5 { border-top-color: #9d174d0d; border-bottom-color: #9d174d0d; @@ -45759,11 +62904,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174d80; } +.border-y-pink-800\\/55 { + border-top-color: #9d174d8c; + border-bottom-color: #9d174d8c; +} + .border-y-pink-800\\/60 { border-top-color: #9d174d99; border-bottom-color: #9d174d99; } +.border-y-pink-800\\/65 { + border-top-color: #9d174da6; + border-bottom-color: #9d174da6; +} + .border-y-pink-800\\/70 { border-top-color: #9d174db3; border-bottom-color: #9d174db3; @@ -45779,6 +62934,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174dcc; } +.border-y-pink-800\\/85 { + border-top-color: #9d174dd9; + border-bottom-color: #9d174dd9; +} + .border-y-pink-800\\/90 { border-top-color: #9d174de6; border-bottom-color: #9d174de6; @@ -45809,6 +62969,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #831843; } +.border-y-pink-900\\/15 { + border-top-color: #83184326; + border-bottom-color: #83184326; +} + .border-y-pink-900\\/20 { border-top-color: #83184333; border-bottom-color: #83184333; @@ -45824,11 +62989,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8318434d; } +.border-y-pink-900\\/35 { + border-top-color: #83184359; + border-bottom-color: #83184359; +} + .border-y-pink-900\\/40 { border-top-color: #83184366; border-bottom-color: #83184366; } +.border-y-pink-900\\/45 { + border-top-color: #83184373; + border-bottom-color: #83184373; +} + .border-y-pink-900\\/5 { border-top-color: #8318430d; border-bottom-color: #8318430d; @@ -45839,11 +63014,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #83184380; } +.border-y-pink-900\\/55 { + border-top-color: #8318438c; + border-bottom-color: #8318438c; +} + .border-y-pink-900\\/60 { border-top-color: #83184399; border-bottom-color: #83184399; } +.border-y-pink-900\\/65 { + border-top-color: #831843a6; + border-bottom-color: #831843a6; +} + .border-y-pink-900\\/70 { border-top-color: #831843b3; border-bottom-color: #831843b3; @@ -45859,6 +63044,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #831843cc; } +.border-y-pink-900\\/85 { + border-top-color: #831843d9; + border-bottom-color: #831843d9; +} + .border-y-pink-900\\/90 { border-top-color: #831843e6; border-bottom-color: #831843e6; @@ -45889,6 +63079,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #500724; } +.border-y-pink-950\\/15 { + border-top-color: #50072426; + border-bottom-color: #50072426; +} + .border-y-pink-950\\/20 { border-top-color: #50072433; border-bottom-color: #50072433; @@ -45904,11 +63099,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5007244d; } +.border-y-pink-950\\/35 { + border-top-color: #50072459; + border-bottom-color: #50072459; +} + .border-y-pink-950\\/40 { border-top-color: #50072466; border-bottom-color: #50072466; } +.border-y-pink-950\\/45 { + border-top-color: #50072473; + border-bottom-color: #50072473; +} + .border-y-pink-950\\/5 { border-top-color: #5007240d; border-bottom-color: #5007240d; @@ -45919,11 +63124,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #50072480; } +.border-y-pink-950\\/55 { + border-top-color: #5007248c; + border-bottom-color: #5007248c; +} + .border-y-pink-950\\/60 { border-top-color: #50072499; border-bottom-color: #50072499; } +.border-y-pink-950\\/65 { + border-top-color: #500724a6; + border-bottom-color: #500724a6; +} + .border-y-pink-950\\/70 { border-top-color: #500724b3; border-bottom-color: #500724b3; @@ -45939,6 +63154,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #500724cc; } +.border-y-pink-950\\/85 { + border-top-color: #500724d9; + border-bottom-color: #500724d9; +} + .border-y-pink-950\\/90 { border-top-color: #500724e6; border-bottom-color: #500724e6; @@ -45969,6 +63189,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ff; } +.border-y-purple-100\\/15 { + border-top-color: #f3e8ff26; + border-bottom-color: #f3e8ff26; +} + .border-y-purple-100\\/20 { border-top-color: #f3e8ff33; border-bottom-color: #f3e8ff33; @@ -45984,11 +63209,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ff4d; } +.border-y-purple-100\\/35 { + border-top-color: #f3e8ff59; + border-bottom-color: #f3e8ff59; +} + .border-y-purple-100\\/40 { border-top-color: #f3e8ff66; border-bottom-color: #f3e8ff66; } +.border-y-purple-100\\/45 { + border-top-color: #f3e8ff73; + border-bottom-color: #f3e8ff73; +} + .border-y-purple-100\\/5 { border-top-color: #f3e8ff0d; border-bottom-color: #f3e8ff0d; @@ -45999,11 +63234,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ff80; } +.border-y-purple-100\\/55 { + border-top-color: #f3e8ff8c; + border-bottom-color: #f3e8ff8c; +} + .border-y-purple-100\\/60 { border-top-color: #f3e8ff99; border-bottom-color: #f3e8ff99; } +.border-y-purple-100\\/65 { + border-top-color: #f3e8ffa6; + border-bottom-color: #f3e8ffa6; +} + .border-y-purple-100\\/70 { border-top-color: #f3e8ffb3; border-bottom-color: #f3e8ffb3; @@ -46019,6 +63264,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ffcc; } +.border-y-purple-100\\/85 { + border-top-color: #f3e8ffd9; + border-bottom-color: #f3e8ffd9; +} + .border-y-purple-100\\/90 { border-top-color: #f3e8ffe6; border-bottom-color: #f3e8ffe6; @@ -46049,6 +63299,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ff; } +.border-y-purple-200\\/15 { + border-top-color: #e9d5ff26; + border-bottom-color: #e9d5ff26; +} + .border-y-purple-200\\/20 { border-top-color: #e9d5ff33; border-bottom-color: #e9d5ff33; @@ -46064,11 +63319,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ff4d; } +.border-y-purple-200\\/35 { + border-top-color: #e9d5ff59; + border-bottom-color: #e9d5ff59; +} + .border-y-purple-200\\/40 { border-top-color: #e9d5ff66; border-bottom-color: #e9d5ff66; } +.border-y-purple-200\\/45 { + border-top-color: #e9d5ff73; + border-bottom-color: #e9d5ff73; +} + .border-y-purple-200\\/5 { border-top-color: #e9d5ff0d; border-bottom-color: #e9d5ff0d; @@ -46079,11 +63344,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ff80; } +.border-y-purple-200\\/55 { + border-top-color: #e9d5ff8c; + border-bottom-color: #e9d5ff8c; +} + .border-y-purple-200\\/60 { border-top-color: #e9d5ff99; border-bottom-color: #e9d5ff99; } +.border-y-purple-200\\/65 { + border-top-color: #e9d5ffa6; + border-bottom-color: #e9d5ffa6; +} + .border-y-purple-200\\/70 { border-top-color: #e9d5ffb3; border-bottom-color: #e9d5ffb3; @@ -46099,6 +63374,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ffcc; } +.border-y-purple-200\\/85 { + border-top-color: #e9d5ffd9; + border-bottom-color: #e9d5ffd9; +} + .border-y-purple-200\\/90 { border-top-color: #e9d5ffe6; border-bottom-color: #e9d5ffe6; @@ -46129,6 +63409,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fe; } +.border-y-purple-300\\/15 { + border-top-color: #d8b4fe26; + border-bottom-color: #d8b4fe26; +} + .border-y-purple-300\\/20 { border-top-color: #d8b4fe33; border-bottom-color: #d8b4fe33; @@ -46144,11 +63429,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fe4d; } +.border-y-purple-300\\/35 { + border-top-color: #d8b4fe59; + border-bottom-color: #d8b4fe59; +} + .border-y-purple-300\\/40 { border-top-color: #d8b4fe66; border-bottom-color: #d8b4fe66; } +.border-y-purple-300\\/45 { + border-top-color: #d8b4fe73; + border-bottom-color: #d8b4fe73; +} + .border-y-purple-300\\/5 { border-top-color: #d8b4fe0d; border-bottom-color: #d8b4fe0d; @@ -46159,11 +63454,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fe80; } +.border-y-purple-300\\/55 { + border-top-color: #d8b4fe8c; + border-bottom-color: #d8b4fe8c; +} + .border-y-purple-300\\/60 { border-top-color: #d8b4fe99; border-bottom-color: #d8b4fe99; } +.border-y-purple-300\\/65 { + border-top-color: #d8b4fea6; + border-bottom-color: #d8b4fea6; +} + .border-y-purple-300\\/70 { border-top-color: #d8b4feb3; border-bottom-color: #d8b4feb3; @@ -46179,6 +63484,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fecc; } +.border-y-purple-300\\/85 { + border-top-color: #d8b4fed9; + border-bottom-color: #d8b4fed9; +} + .border-y-purple-300\\/90 { border-top-color: #d8b4fee6; border-bottom-color: #d8b4fee6; @@ -46209,6 +63519,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fc; } +.border-y-purple-400\\/15 { + border-top-color: #c084fc26; + border-bottom-color: #c084fc26; +} + .border-y-purple-400\\/20 { border-top-color: #c084fc33; border-bottom-color: #c084fc33; @@ -46224,11 +63539,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fc4d; } +.border-y-purple-400\\/35 { + border-top-color: #c084fc59; + border-bottom-color: #c084fc59; +} + .border-y-purple-400\\/40 { border-top-color: #c084fc66; border-bottom-color: #c084fc66; } +.border-y-purple-400\\/45 { + border-top-color: #c084fc73; + border-bottom-color: #c084fc73; +} + .border-y-purple-400\\/5 { border-top-color: #c084fc0d; border-bottom-color: #c084fc0d; @@ -46239,11 +63564,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fc80; } +.border-y-purple-400\\/55 { + border-top-color: #c084fc8c; + border-bottom-color: #c084fc8c; +} + .border-y-purple-400\\/60 { border-top-color: #c084fc99; border-bottom-color: #c084fc99; } +.border-y-purple-400\\/65 { + border-top-color: #c084fca6; + border-bottom-color: #c084fca6; +} + .border-y-purple-400\\/70 { border-top-color: #c084fcb3; border-bottom-color: #c084fcb3; @@ -46259,6 +63594,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fccc; } +.border-y-purple-400\\/85 { + border-top-color: #c084fcd9; + border-bottom-color: #c084fcd9; +} + .border-y-purple-400\\/90 { border-top-color: #c084fce6; border-bottom-color: #c084fce6; @@ -46289,6 +63629,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ff; } +.border-y-purple-50\\/15 { + border-top-color: #faf5ff26; + border-bottom-color: #faf5ff26; +} + .border-y-purple-50\\/20 { border-top-color: #faf5ff33; border-bottom-color: #faf5ff33; @@ -46304,11 +63649,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ff4d; } +.border-y-purple-50\\/35 { + border-top-color: #faf5ff59; + border-bottom-color: #faf5ff59; +} + .border-y-purple-50\\/40 { border-top-color: #faf5ff66; border-bottom-color: #faf5ff66; } +.border-y-purple-50\\/45 { + border-top-color: #faf5ff73; + border-bottom-color: #faf5ff73; +} + .border-y-purple-50\\/5 { border-top-color: #faf5ff0d; border-bottom-color: #faf5ff0d; @@ -46319,11 +63674,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ff80; } +.border-y-purple-50\\/55 { + border-top-color: #faf5ff8c; + border-bottom-color: #faf5ff8c; +} + .border-y-purple-50\\/60 { border-top-color: #faf5ff99; border-bottom-color: #faf5ff99; } +.border-y-purple-50\\/65 { + border-top-color: #faf5ffa6; + border-bottom-color: #faf5ffa6; +} + .border-y-purple-50\\/70 { border-top-color: #faf5ffb3; border-bottom-color: #faf5ffb3; @@ -46339,6 +63704,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ffcc; } +.border-y-purple-50\\/85 { + border-top-color: #faf5ffd9; + border-bottom-color: #faf5ffd9; +} + .border-y-purple-50\\/90 { border-top-color: #faf5ffe6; border-bottom-color: #faf5ffe6; @@ -46369,6 +63739,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f7; } +.border-y-purple-500\\/15 { + border-top-color: #a855f726; + border-bottom-color: #a855f726; +} + .border-y-purple-500\\/20 { border-top-color: #a855f733; border-bottom-color: #a855f733; @@ -46384,11 +63759,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f74d; } +.border-y-purple-500\\/35 { + border-top-color: #a855f759; + border-bottom-color: #a855f759; +} + .border-y-purple-500\\/40 { border-top-color: #a855f766; border-bottom-color: #a855f766; } +.border-y-purple-500\\/45 { + border-top-color: #a855f773; + border-bottom-color: #a855f773; +} + .border-y-purple-500\\/5 { border-top-color: #a855f70d; border-bottom-color: #a855f70d; @@ -46399,11 +63784,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f780; } +.border-y-purple-500\\/55 { + border-top-color: #a855f78c; + border-bottom-color: #a855f78c; +} + .border-y-purple-500\\/60 { border-top-color: #a855f799; border-bottom-color: #a855f799; } +.border-y-purple-500\\/65 { + border-top-color: #a855f7a6; + border-bottom-color: #a855f7a6; +} + .border-y-purple-500\\/70 { border-top-color: #a855f7b3; border-bottom-color: #a855f7b3; @@ -46419,6 +63814,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f7cc; } +.border-y-purple-500\\/85 { + border-top-color: #a855f7d9; + border-bottom-color: #a855f7d9; +} + .border-y-purple-500\\/90 { border-top-color: #a855f7e6; border-bottom-color: #a855f7e6; @@ -46449,6 +63849,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333ea; } +.border-y-purple-600\\/15 { + border-top-color: #9333ea26; + border-bottom-color: #9333ea26; +} + .border-y-purple-600\\/20 { border-top-color: #9333ea33; border-bottom-color: #9333ea33; @@ -46464,11 +63869,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333ea4d; } +.border-y-purple-600\\/35 { + border-top-color: #9333ea59; + border-bottom-color: #9333ea59; +} + .border-y-purple-600\\/40 { border-top-color: #9333ea66; border-bottom-color: #9333ea66; } +.border-y-purple-600\\/45 { + border-top-color: #9333ea73; + border-bottom-color: #9333ea73; +} + .border-y-purple-600\\/5 { border-top-color: #9333ea0d; border-bottom-color: #9333ea0d; @@ -46479,11 +63894,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333ea80; } +.border-y-purple-600\\/55 { + border-top-color: #9333ea8c; + border-bottom-color: #9333ea8c; +} + .border-y-purple-600\\/60 { border-top-color: #9333ea99; border-bottom-color: #9333ea99; } +.border-y-purple-600\\/65 { + border-top-color: #9333eaa6; + border-bottom-color: #9333eaa6; +} + .border-y-purple-600\\/70 { border-top-color: #9333eab3; border-bottom-color: #9333eab3; @@ -46499,6 +63924,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333eacc; } +.border-y-purple-600\\/85 { + border-top-color: #9333ead9; + border-bottom-color: #9333ead9; +} + .border-y-purple-600\\/90 { border-top-color: #9333eae6; border-bottom-color: #9333eae6; @@ -46529,6 +63959,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22ce; } +.border-y-purple-700\\/15 { + border-top-color: #7e22ce26; + border-bottom-color: #7e22ce26; +} + .border-y-purple-700\\/20 { border-top-color: #7e22ce33; border-bottom-color: #7e22ce33; @@ -46544,11 +63979,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22ce4d; } +.border-y-purple-700\\/35 { + border-top-color: #7e22ce59; + border-bottom-color: #7e22ce59; +} + .border-y-purple-700\\/40 { border-top-color: #7e22ce66; border-bottom-color: #7e22ce66; } +.border-y-purple-700\\/45 { + border-top-color: #7e22ce73; + border-bottom-color: #7e22ce73; +} + .border-y-purple-700\\/5 { border-top-color: #7e22ce0d; border-bottom-color: #7e22ce0d; @@ -46559,11 +64004,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22ce80; } +.border-y-purple-700\\/55 { + border-top-color: #7e22ce8c; + border-bottom-color: #7e22ce8c; +} + .border-y-purple-700\\/60 { border-top-color: #7e22ce99; border-bottom-color: #7e22ce99; } +.border-y-purple-700\\/65 { + border-top-color: #7e22cea6; + border-bottom-color: #7e22cea6; +} + .border-y-purple-700\\/70 { border-top-color: #7e22ceb3; border-bottom-color: #7e22ceb3; @@ -46579,6 +64034,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22cecc; } +.border-y-purple-700\\/85 { + border-top-color: #7e22ced9; + border-bottom-color: #7e22ced9; +} + .border-y-purple-700\\/90 { border-top-color: #7e22cee6; border-bottom-color: #7e22cee6; @@ -46609,6 +64069,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a8; } +.border-y-purple-800\\/15 { + border-top-color: #6b21a826; + border-bottom-color: #6b21a826; +} + .border-y-purple-800\\/20 { border-top-color: #6b21a833; border-bottom-color: #6b21a833; @@ -46624,11 +64089,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a84d; } +.border-y-purple-800\\/35 { + border-top-color: #6b21a859; + border-bottom-color: #6b21a859; +} + .border-y-purple-800\\/40 { border-top-color: #6b21a866; border-bottom-color: #6b21a866; } +.border-y-purple-800\\/45 { + border-top-color: #6b21a873; + border-bottom-color: #6b21a873; +} + .border-y-purple-800\\/5 { border-top-color: #6b21a80d; border-bottom-color: #6b21a80d; @@ -46639,11 +64114,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a880; } +.border-y-purple-800\\/55 { + border-top-color: #6b21a88c; + border-bottom-color: #6b21a88c; +} + .border-y-purple-800\\/60 { border-top-color: #6b21a899; border-bottom-color: #6b21a899; } +.border-y-purple-800\\/65 { + border-top-color: #6b21a8a6; + border-bottom-color: #6b21a8a6; +} + .border-y-purple-800\\/70 { border-top-color: #6b21a8b3; border-bottom-color: #6b21a8b3; @@ -46659,6 +64144,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a8cc; } +.border-y-purple-800\\/85 { + border-top-color: #6b21a8d9; + border-bottom-color: #6b21a8d9; +} + .border-y-purple-800\\/90 { border-top-color: #6b21a8e6; border-bottom-color: #6b21a8e6; @@ -46689,6 +64179,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c87; } +.border-y-purple-900\\/15 { + border-top-color: #581c8726; + border-bottom-color: #581c8726; +} + .border-y-purple-900\\/20 { border-top-color: #581c8733; border-bottom-color: #581c8733; @@ -46704,11 +64199,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c874d; } +.border-y-purple-900\\/35 { + border-top-color: #581c8759; + border-bottom-color: #581c8759; +} + .border-y-purple-900\\/40 { border-top-color: #581c8766; border-bottom-color: #581c8766; } +.border-y-purple-900\\/45 { + border-top-color: #581c8773; + border-bottom-color: #581c8773; +} + .border-y-purple-900\\/5 { border-top-color: #581c870d; border-bottom-color: #581c870d; @@ -46719,11 +64224,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c8780; } +.border-y-purple-900\\/55 { + border-top-color: #581c878c; + border-bottom-color: #581c878c; +} + .border-y-purple-900\\/60 { border-top-color: #581c8799; border-bottom-color: #581c8799; } +.border-y-purple-900\\/65 { + border-top-color: #581c87a6; + border-bottom-color: #581c87a6; +} + .border-y-purple-900\\/70 { border-top-color: #581c87b3; border-bottom-color: #581c87b3; @@ -46739,6 +64254,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c87cc; } +.border-y-purple-900\\/85 { + border-top-color: #581c87d9; + border-bottom-color: #581c87d9; +} + .border-y-purple-900\\/90 { border-top-color: #581c87e6; border-bottom-color: #581c87e6; @@ -46769,6 +64289,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b0764; } +.border-y-purple-950\\/15 { + border-top-color: #3b076426; + border-bottom-color: #3b076426; +} + .border-y-purple-950\\/20 { border-top-color: #3b076433; border-bottom-color: #3b076433; @@ -46784,11 +64309,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b07644d; } +.border-y-purple-950\\/35 { + border-top-color: #3b076459; + border-bottom-color: #3b076459; +} + .border-y-purple-950\\/40 { border-top-color: #3b076466; border-bottom-color: #3b076466; } +.border-y-purple-950\\/45 { + border-top-color: #3b076473; + border-bottom-color: #3b076473; +} + .border-y-purple-950\\/5 { border-top-color: #3b07640d; border-bottom-color: #3b07640d; @@ -46799,11 +64334,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b076480; } +.border-y-purple-950\\/55 { + border-top-color: #3b07648c; + border-bottom-color: #3b07648c; +} + .border-y-purple-950\\/60 { border-top-color: #3b076499; border-bottom-color: #3b076499; } +.border-y-purple-950\\/65 { + border-top-color: #3b0764a6; + border-bottom-color: #3b0764a6; +} + .border-y-purple-950\\/70 { border-top-color: #3b0764b3; border-bottom-color: #3b0764b3; @@ -46819,6 +64364,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b0764cc; } +.border-y-purple-950\\/85 { + border-top-color: #3b0764d9; + border-bottom-color: #3b0764d9; +} + .border-y-purple-950\\/90 { border-top-color: #3b0764e6; border-bottom-color: #3b0764e6; @@ -46849,6 +64399,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e2; } +.border-y-red-100\\/15 { + border-top-color: #fee2e226; + border-bottom-color: #fee2e226; +} + .border-y-red-100\\/20 { border-top-color: #fee2e233; border-bottom-color: #fee2e233; @@ -46864,11 +64419,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e24d; } +.border-y-red-100\\/35 { + border-top-color: #fee2e259; + border-bottom-color: #fee2e259; +} + .border-y-red-100\\/40 { border-top-color: #fee2e266; border-bottom-color: #fee2e266; } +.border-y-red-100\\/45 { + border-top-color: #fee2e273; + border-bottom-color: #fee2e273; +} + .border-y-red-100\\/5 { border-top-color: #fee2e20d; border-bottom-color: #fee2e20d; @@ -46879,11 +64444,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e280; } +.border-y-red-100\\/55 { + border-top-color: #fee2e28c; + border-bottom-color: #fee2e28c; +} + .border-y-red-100\\/60 { border-top-color: #fee2e299; border-bottom-color: #fee2e299; } +.border-y-red-100\\/65 { + border-top-color: #fee2e2a6; + border-bottom-color: #fee2e2a6; +} + .border-y-red-100\\/70 { border-top-color: #fee2e2b3; border-bottom-color: #fee2e2b3; @@ -46899,6 +64474,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e2cc; } +.border-y-red-100\\/85 { + border-top-color: #fee2e2d9; + border-bottom-color: #fee2e2d9; +} + .border-y-red-100\\/90 { border-top-color: #fee2e2e6; border-bottom-color: #fee2e2e6; @@ -46929,6 +64509,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecaca; } +.border-y-red-200\\/15 { + border-top-color: #fecaca26; + border-bottom-color: #fecaca26; +} + .border-y-red-200\\/20 { border-top-color: #fecaca33; border-bottom-color: #fecaca33; @@ -46944,11 +64529,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecaca4d; } +.border-y-red-200\\/35 { + border-top-color: #fecaca59; + border-bottom-color: #fecaca59; +} + .border-y-red-200\\/40 { border-top-color: #fecaca66; border-bottom-color: #fecaca66; } +.border-y-red-200\\/45 { + border-top-color: #fecaca73; + border-bottom-color: #fecaca73; +} + .border-y-red-200\\/5 { border-top-color: #fecaca0d; border-bottom-color: #fecaca0d; @@ -46959,11 +64554,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecaca80; } +.border-y-red-200\\/55 { + border-top-color: #fecaca8c; + border-bottom-color: #fecaca8c; +} + .border-y-red-200\\/60 { border-top-color: #fecaca99; border-bottom-color: #fecaca99; } +.border-y-red-200\\/65 { + border-top-color: #fecacaa6; + border-bottom-color: #fecacaa6; +} + .border-y-red-200\\/70 { border-top-color: #fecacab3; border-bottom-color: #fecacab3; @@ -46979,6 +64584,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecacacc; } +.border-y-red-200\\/85 { + border-top-color: #fecacad9; + border-bottom-color: #fecacad9; +} + .border-y-red-200\\/90 { border-top-color: #fecacae6; border-bottom-color: #fecacae6; @@ -47009,6 +64619,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a5; } +.border-y-red-300\\/15 { + border-top-color: #fca5a526; + border-bottom-color: #fca5a526; +} + .border-y-red-300\\/20 { border-top-color: #fca5a533; border-bottom-color: #fca5a533; @@ -47024,11 +64639,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a54d; } +.border-y-red-300\\/35 { + border-top-color: #fca5a559; + border-bottom-color: #fca5a559; +} + .border-y-red-300\\/40 { border-top-color: #fca5a566; border-bottom-color: #fca5a566; } +.border-y-red-300\\/45 { + border-top-color: #fca5a573; + border-bottom-color: #fca5a573; +} + .border-y-red-300\\/5 { border-top-color: #fca5a50d; border-bottom-color: #fca5a50d; @@ -47039,11 +64664,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a580; } +.border-y-red-300\\/55 { + border-top-color: #fca5a58c; + border-bottom-color: #fca5a58c; +} + .border-y-red-300\\/60 { border-top-color: #fca5a599; border-bottom-color: #fca5a599; } +.border-y-red-300\\/65 { + border-top-color: #fca5a5a6; + border-bottom-color: #fca5a5a6; +} + .border-y-red-300\\/70 { border-top-color: #fca5a5b3; border-bottom-color: #fca5a5b3; @@ -47059,6 +64694,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a5cc; } +.border-y-red-300\\/85 { + border-top-color: #fca5a5d9; + border-bottom-color: #fca5a5d9; +} + .border-y-red-300\\/90 { border-top-color: #fca5a5e6; border-bottom-color: #fca5a5e6; @@ -47089,6 +64729,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f87171; } +.border-y-red-400\\/15 { + border-top-color: #f8717126; + border-bottom-color: #f8717126; +} + .border-y-red-400\\/20 { border-top-color: #f8717133; border-bottom-color: #f8717133; @@ -47104,11 +64749,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f871714d; } +.border-y-red-400\\/35 { + border-top-color: #f8717159; + border-bottom-color: #f8717159; +} + .border-y-red-400\\/40 { border-top-color: #f8717166; border-bottom-color: #f8717166; } +.border-y-red-400\\/45 { + border-top-color: #f8717173; + border-bottom-color: #f8717173; +} + .border-y-red-400\\/5 { border-top-color: #f871710d; border-bottom-color: #f871710d; @@ -47119,11 +64774,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8717180; } +.border-y-red-400\\/55 { + border-top-color: #f871718c; + border-bottom-color: #f871718c; +} + .border-y-red-400\\/60 { border-top-color: #f8717199; border-bottom-color: #f8717199; } +.border-y-red-400\\/65 { + border-top-color: #f87171a6; + border-bottom-color: #f87171a6; +} + .border-y-red-400\\/70 { border-top-color: #f87171b3; border-bottom-color: #f87171b3; @@ -47139,6 +64804,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f87171cc; } +.border-y-red-400\\/85 { + border-top-color: #f87171d9; + border-bottom-color: #f87171d9; +} + .border-y-red-400\\/90 { border-top-color: #f87171e6; border-bottom-color: #f87171e6; @@ -47169,6 +64839,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f2; } +.border-y-red-50\\/15 { + border-top-color: #fef2f226; + border-bottom-color: #fef2f226; +} + .border-y-red-50\\/20 { border-top-color: #fef2f233; border-bottom-color: #fef2f233; @@ -47184,11 +64859,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f24d; } +.border-y-red-50\\/35 { + border-top-color: #fef2f259; + border-bottom-color: #fef2f259; +} + .border-y-red-50\\/40 { border-top-color: #fef2f266; border-bottom-color: #fef2f266; } +.border-y-red-50\\/45 { + border-top-color: #fef2f273; + border-bottom-color: #fef2f273; +} + .border-y-red-50\\/5 { border-top-color: #fef2f20d; border-bottom-color: #fef2f20d; @@ -47199,11 +64884,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f280; } +.border-y-red-50\\/55 { + border-top-color: #fef2f28c; + border-bottom-color: #fef2f28c; +} + .border-y-red-50\\/60 { border-top-color: #fef2f299; border-bottom-color: #fef2f299; } +.border-y-red-50\\/65 { + border-top-color: #fef2f2a6; + border-bottom-color: #fef2f2a6; +} + .border-y-red-50\\/70 { border-top-color: #fef2f2b3; border-bottom-color: #fef2f2b3; @@ -47219,6 +64914,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f2cc; } +.border-y-red-50\\/85 { + border-top-color: #fef2f2d9; + border-bottom-color: #fef2f2d9; +} + .border-y-red-50\\/90 { border-top-color: #fef2f2e6; border-bottom-color: #fef2f2e6; @@ -47249,6 +64949,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef4444; } +.border-y-red-500\\/15 { + border-top-color: #ef444426; + border-bottom-color: #ef444426; +} + .border-y-red-500\\/20 { border-top-color: #ef444433; border-bottom-color: #ef444433; @@ -47264,11 +64969,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef44444d; } +.border-y-red-500\\/35 { + border-top-color: #ef444459; + border-bottom-color: #ef444459; +} + .border-y-red-500\\/40 { border-top-color: #ef444466; border-bottom-color: #ef444466; } +.border-y-red-500\\/45 { + border-top-color: #ef444473; + border-bottom-color: #ef444473; +} + .border-y-red-500\\/5 { border-top-color: #ef44440d; border-bottom-color: #ef44440d; @@ -47279,11 +64994,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef444480; } +.border-y-red-500\\/55 { + border-top-color: #ef44448c; + border-bottom-color: #ef44448c; +} + .border-y-red-500\\/60 { border-top-color: #ef444499; border-bottom-color: #ef444499; } +.border-y-red-500\\/65 { + border-top-color: #ef4444a6; + border-bottom-color: #ef4444a6; +} + .border-y-red-500\\/70 { border-top-color: #ef4444b3; border-bottom-color: #ef4444b3; @@ -47299,6 +65024,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef4444cc; } +.border-y-red-500\\/85 { + border-top-color: #ef4444d9; + border-bottom-color: #ef4444d9; +} + .border-y-red-500\\/90 { border-top-color: #ef4444e6; border-bottom-color: #ef4444e6; @@ -47329,6 +65059,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc2626; } +.border-y-red-600\\/15 { + border-top-color: #dc262626; + border-bottom-color: #dc262626; +} + .border-y-red-600\\/20 { border-top-color: #dc262633; border-bottom-color: #dc262633; @@ -47344,11 +65079,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc26264d; } +.border-y-red-600\\/35 { + border-top-color: #dc262659; + border-bottom-color: #dc262659; +} + .border-y-red-600\\/40 { border-top-color: #dc262666; border-bottom-color: #dc262666; } +.border-y-red-600\\/45 { + border-top-color: #dc262673; + border-bottom-color: #dc262673; +} + .border-y-red-600\\/5 { border-top-color: #dc26260d; border-bottom-color: #dc26260d; @@ -47359,11 +65104,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc262680; } +.border-y-red-600\\/55 { + border-top-color: #dc26268c; + border-bottom-color: #dc26268c; +} + .border-y-red-600\\/60 { border-top-color: #dc262699; border-bottom-color: #dc262699; } +.border-y-red-600\\/65 { + border-top-color: #dc2626a6; + border-bottom-color: #dc2626a6; +} + .border-y-red-600\\/70 { border-top-color: #dc2626b3; border-bottom-color: #dc2626b3; @@ -47379,6 +65134,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc2626cc; } +.border-y-red-600\\/85 { + border-top-color: #dc2626d9; + border-bottom-color: #dc2626d9; +} + .border-y-red-600\\/90 { border-top-color: #dc2626e6; border-bottom-color: #dc2626e6; @@ -47409,6 +65169,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1c; } +.border-y-red-700\\/15 { + border-top-color: #b91c1c26; + border-bottom-color: #b91c1c26; +} + .border-y-red-700\\/20 { border-top-color: #b91c1c33; border-bottom-color: #b91c1c33; @@ -47424,11 +65189,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1c4d; } +.border-y-red-700\\/35 { + border-top-color: #b91c1c59; + border-bottom-color: #b91c1c59; +} + .border-y-red-700\\/40 { border-top-color: #b91c1c66; border-bottom-color: #b91c1c66; } +.border-y-red-700\\/45 { + border-top-color: #b91c1c73; + border-bottom-color: #b91c1c73; +} + .border-y-red-700\\/5 { border-top-color: #b91c1c0d; border-bottom-color: #b91c1c0d; @@ -47439,11 +65214,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1c80; } +.border-y-red-700\\/55 { + border-top-color: #b91c1c8c; + border-bottom-color: #b91c1c8c; +} + .border-y-red-700\\/60 { border-top-color: #b91c1c99; border-bottom-color: #b91c1c99; } +.border-y-red-700\\/65 { + border-top-color: #b91c1ca6; + border-bottom-color: #b91c1ca6; +} + .border-y-red-700\\/70 { border-top-color: #b91c1cb3; border-bottom-color: #b91c1cb3; @@ -47459,6 +65244,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1ccc; } +.border-y-red-700\\/85 { + border-top-color: #b91c1cd9; + border-bottom-color: #b91c1cd9; +} + .border-y-red-700\\/90 { border-top-color: #b91c1ce6; border-bottom-color: #b91c1ce6; @@ -47489,6 +65279,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1b; } +.border-y-red-800\\/15 { + border-top-color: #991b1b26; + border-bottom-color: #991b1b26; +} + .border-y-red-800\\/20 { border-top-color: #991b1b33; border-bottom-color: #991b1b33; @@ -47504,11 +65299,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1b4d; } +.border-y-red-800\\/35 { + border-top-color: #991b1b59; + border-bottom-color: #991b1b59; +} + .border-y-red-800\\/40 { border-top-color: #991b1b66; border-bottom-color: #991b1b66; } +.border-y-red-800\\/45 { + border-top-color: #991b1b73; + border-bottom-color: #991b1b73; +} + .border-y-red-800\\/5 { border-top-color: #991b1b0d; border-bottom-color: #991b1b0d; @@ -47519,11 +65324,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1b80; } +.border-y-red-800\\/55 { + border-top-color: #991b1b8c; + border-bottom-color: #991b1b8c; +} + .border-y-red-800\\/60 { border-top-color: #991b1b99; border-bottom-color: #991b1b99; } +.border-y-red-800\\/65 { + border-top-color: #991b1ba6; + border-bottom-color: #991b1ba6; +} + .border-y-red-800\\/70 { border-top-color: #991b1bb3; border-bottom-color: #991b1bb3; @@ -47539,6 +65354,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1bcc; } +.border-y-red-800\\/85 { + border-top-color: #991b1bd9; + border-bottom-color: #991b1bd9; +} + .border-y-red-800\\/90 { border-top-color: #991b1be6; border-bottom-color: #991b1be6; @@ -47569,6 +65389,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1d; } +.border-y-red-900\\/15 { + border-top-color: #7f1d1d26; + border-bottom-color: #7f1d1d26; +} + .border-y-red-900\\/20 { border-top-color: #7f1d1d33; border-bottom-color: #7f1d1d33; @@ -47584,11 +65409,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1d4d; } +.border-y-red-900\\/35 { + border-top-color: #7f1d1d59; + border-bottom-color: #7f1d1d59; +} + .border-y-red-900\\/40 { border-top-color: #7f1d1d66; border-bottom-color: #7f1d1d66; } +.border-y-red-900\\/45 { + border-top-color: #7f1d1d73; + border-bottom-color: #7f1d1d73; +} + .border-y-red-900\\/5 { border-top-color: #7f1d1d0d; border-bottom-color: #7f1d1d0d; @@ -47599,11 +65434,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1d80; } +.border-y-red-900\\/55 { + border-top-color: #7f1d1d8c; + border-bottom-color: #7f1d1d8c; +} + .border-y-red-900\\/60 { border-top-color: #7f1d1d99; border-bottom-color: #7f1d1d99; } +.border-y-red-900\\/65 { + border-top-color: #7f1d1da6; + border-bottom-color: #7f1d1da6; +} + .border-y-red-900\\/70 { border-top-color: #7f1d1db3; border-bottom-color: #7f1d1db3; @@ -47619,6 +65464,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1dcc; } +.border-y-red-900\\/85 { + border-top-color: #7f1d1dd9; + border-bottom-color: #7f1d1dd9; +} + .border-y-red-900\\/90 { border-top-color: #7f1d1de6; border-bottom-color: #7f1d1de6; @@ -47649,6 +65499,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0a; } +.border-y-red-950\\/15 { + border-top-color: #450a0a26; + border-bottom-color: #450a0a26; +} + .border-y-red-950\\/20 { border-top-color: #450a0a33; border-bottom-color: #450a0a33; @@ -47664,11 +65519,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0a4d; } +.border-y-red-950\\/35 { + border-top-color: #450a0a59; + border-bottom-color: #450a0a59; +} + .border-y-red-950\\/40 { border-top-color: #450a0a66; border-bottom-color: #450a0a66; } +.border-y-red-950\\/45 { + border-top-color: #450a0a73; + border-bottom-color: #450a0a73; +} + .border-y-red-950\\/5 { border-top-color: #450a0a0d; border-bottom-color: #450a0a0d; @@ -47679,11 +65544,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0a80; } +.border-y-red-950\\/55 { + border-top-color: #450a0a8c; + border-bottom-color: #450a0a8c; +} + .border-y-red-950\\/60 { border-top-color: #450a0a99; border-bottom-color: #450a0a99; } +.border-y-red-950\\/65 { + border-top-color: #450a0aa6; + border-bottom-color: #450a0aa6; +} + .border-y-red-950\\/70 { border-top-color: #450a0ab3; border-bottom-color: #450a0ab3; @@ -47699,6 +65574,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0acc; } +.border-y-red-950\\/85 { + border-top-color: #450a0ad9; + border-bottom-color: #450a0ad9; +} + .border-y-red-950\\/90 { border-top-color: #450a0ae6; border-bottom-color: #450a0ae6; @@ -47729,6 +65609,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e6; } +.border-y-rose-100\\/15 { + border-top-color: #ffe4e626; + border-bottom-color: #ffe4e626; +} + .border-y-rose-100\\/20 { border-top-color: #ffe4e633; border-bottom-color: #ffe4e633; @@ -47744,11 +65629,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e64d; } +.border-y-rose-100\\/35 { + border-top-color: #ffe4e659; + border-bottom-color: #ffe4e659; +} + .border-y-rose-100\\/40 { border-top-color: #ffe4e666; border-bottom-color: #ffe4e666; } +.border-y-rose-100\\/45 { + border-top-color: #ffe4e673; + border-bottom-color: #ffe4e673; +} + .border-y-rose-100\\/5 { border-top-color: #ffe4e60d; border-bottom-color: #ffe4e60d; @@ -47759,11 +65654,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e680; } +.border-y-rose-100\\/55 { + border-top-color: #ffe4e68c; + border-bottom-color: #ffe4e68c; +} + .border-y-rose-100\\/60 { border-top-color: #ffe4e699; border-bottom-color: #ffe4e699; } +.border-y-rose-100\\/65 { + border-top-color: #ffe4e6a6; + border-bottom-color: #ffe4e6a6; +} + .border-y-rose-100\\/70 { border-top-color: #ffe4e6b3; border-bottom-color: #ffe4e6b3; @@ -47779,6 +65684,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e6cc; } +.border-y-rose-100\\/85 { + border-top-color: #ffe4e6d9; + border-bottom-color: #ffe4e6d9; +} + .border-y-rose-100\\/90 { border-top-color: #ffe4e6e6; border-bottom-color: #ffe4e6e6; @@ -47809,6 +65719,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd3; } +.border-y-rose-200\\/15 { + border-top-color: #fecdd326; + border-bottom-color: #fecdd326; +} + .border-y-rose-200\\/20 { border-top-color: #fecdd333; border-bottom-color: #fecdd333; @@ -47824,11 +65739,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd34d; } +.border-y-rose-200\\/35 { + border-top-color: #fecdd359; + border-bottom-color: #fecdd359; +} + .border-y-rose-200\\/40 { border-top-color: #fecdd366; border-bottom-color: #fecdd366; } +.border-y-rose-200\\/45 { + border-top-color: #fecdd373; + border-bottom-color: #fecdd373; +} + .border-y-rose-200\\/5 { border-top-color: #fecdd30d; border-bottom-color: #fecdd30d; @@ -47839,11 +65764,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd380; } +.border-y-rose-200\\/55 { + border-top-color: #fecdd38c; + border-bottom-color: #fecdd38c; +} + .border-y-rose-200\\/60 { border-top-color: #fecdd399; border-bottom-color: #fecdd399; } +.border-y-rose-200\\/65 { + border-top-color: #fecdd3a6; + border-bottom-color: #fecdd3a6; +} + .border-y-rose-200\\/70 { border-top-color: #fecdd3b3; border-bottom-color: #fecdd3b3; @@ -47859,6 +65794,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd3cc; } +.border-y-rose-200\\/85 { + border-top-color: #fecdd3d9; + border-bottom-color: #fecdd3d9; +} + .border-y-rose-200\\/90 { border-top-color: #fecdd3e6; border-bottom-color: #fecdd3e6; @@ -47889,6 +65829,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4af; } +.border-y-rose-300\\/15 { + border-top-color: #fda4af26; + border-bottom-color: #fda4af26; +} + .border-y-rose-300\\/20 { border-top-color: #fda4af33; border-bottom-color: #fda4af33; @@ -47904,11 +65849,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4af4d; } +.border-y-rose-300\\/35 { + border-top-color: #fda4af59; + border-bottom-color: #fda4af59; +} + .border-y-rose-300\\/40 { border-top-color: #fda4af66; border-bottom-color: #fda4af66; } +.border-y-rose-300\\/45 { + border-top-color: #fda4af73; + border-bottom-color: #fda4af73; +} + .border-y-rose-300\\/5 { border-top-color: #fda4af0d; border-bottom-color: #fda4af0d; @@ -47919,11 +65874,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4af80; } +.border-y-rose-300\\/55 { + border-top-color: #fda4af8c; + border-bottom-color: #fda4af8c; +} + .border-y-rose-300\\/60 { border-top-color: #fda4af99; border-bottom-color: #fda4af99; } +.border-y-rose-300\\/65 { + border-top-color: #fda4afa6; + border-bottom-color: #fda4afa6; +} + .border-y-rose-300\\/70 { border-top-color: #fda4afb3; border-bottom-color: #fda4afb3; @@ -47939,6 +65904,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4afcc; } +.border-y-rose-300\\/85 { + border-top-color: #fda4afd9; + border-bottom-color: #fda4afd9; +} + .border-y-rose-300\\/90 { border-top-color: #fda4afe6; border-bottom-color: #fda4afe6; @@ -47969,6 +65939,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb7185; } +.border-y-rose-400\\/15 { + border-top-color: #fb718526; + border-bottom-color: #fb718526; +} + .border-y-rose-400\\/20 { border-top-color: #fb718533; border-bottom-color: #fb718533; @@ -47984,11 +65959,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb71854d; } +.border-y-rose-400\\/35 { + border-top-color: #fb718559; + border-bottom-color: #fb718559; +} + .border-y-rose-400\\/40 { border-top-color: #fb718566; border-bottom-color: #fb718566; } +.border-y-rose-400\\/45 { + border-top-color: #fb718573; + border-bottom-color: #fb718573; +} + .border-y-rose-400\\/5 { border-top-color: #fb71850d; border-bottom-color: #fb71850d; @@ -47999,11 +65984,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb718580; } +.border-y-rose-400\\/55 { + border-top-color: #fb71858c; + border-bottom-color: #fb71858c; +} + .border-y-rose-400\\/60 { border-top-color: #fb718599; border-bottom-color: #fb718599; } +.border-y-rose-400\\/65 { + border-top-color: #fb7185a6; + border-bottom-color: #fb7185a6; +} + .border-y-rose-400\\/70 { border-top-color: #fb7185b3; border-bottom-color: #fb7185b3; @@ -48019,6 +66014,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb7185cc; } +.border-y-rose-400\\/85 { + border-top-color: #fb7185d9; + border-bottom-color: #fb7185d9; +} + .border-y-rose-400\\/90 { border-top-color: #fb7185e6; border-bottom-color: #fb7185e6; @@ -48049,6 +66049,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f2; } +.border-y-rose-50\\/15 { + border-top-color: #fff1f226; + border-bottom-color: #fff1f226; +} + .border-y-rose-50\\/20 { border-top-color: #fff1f233; border-bottom-color: #fff1f233; @@ -48064,11 +66069,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f24d; } +.border-y-rose-50\\/35 { + border-top-color: #fff1f259; + border-bottom-color: #fff1f259; +} + .border-y-rose-50\\/40 { border-top-color: #fff1f266; border-bottom-color: #fff1f266; } +.border-y-rose-50\\/45 { + border-top-color: #fff1f273; + border-bottom-color: #fff1f273; +} + .border-y-rose-50\\/5 { border-top-color: #fff1f20d; border-bottom-color: #fff1f20d; @@ -48079,11 +66094,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f280; } +.border-y-rose-50\\/55 { + border-top-color: #fff1f28c; + border-bottom-color: #fff1f28c; +} + .border-y-rose-50\\/60 { border-top-color: #fff1f299; border-bottom-color: #fff1f299; } +.border-y-rose-50\\/65 { + border-top-color: #fff1f2a6; + border-bottom-color: #fff1f2a6; +} + .border-y-rose-50\\/70 { border-top-color: #fff1f2b3; border-bottom-color: #fff1f2b3; @@ -48099,6 +66124,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f2cc; } +.border-y-rose-50\\/85 { + border-top-color: #fff1f2d9; + border-bottom-color: #fff1f2d9; +} + .border-y-rose-50\\/90 { border-top-color: #fff1f2e6; border-bottom-color: #fff1f2e6; @@ -48129,6 +66159,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5e; } +.border-y-rose-500\\/15 { + border-top-color: #f43f5e26; + border-bottom-color: #f43f5e26; +} + .border-y-rose-500\\/20 { border-top-color: #f43f5e33; border-bottom-color: #f43f5e33; @@ -48144,11 +66179,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5e4d; } +.border-y-rose-500\\/35 { + border-top-color: #f43f5e59; + border-bottom-color: #f43f5e59; +} + .border-y-rose-500\\/40 { border-top-color: #f43f5e66; border-bottom-color: #f43f5e66; } +.border-y-rose-500\\/45 { + border-top-color: #f43f5e73; + border-bottom-color: #f43f5e73; +} + .border-y-rose-500\\/5 { border-top-color: #f43f5e0d; border-bottom-color: #f43f5e0d; @@ -48159,11 +66204,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5e80; } +.border-y-rose-500\\/55 { + border-top-color: #f43f5e8c; + border-bottom-color: #f43f5e8c; +} + .border-y-rose-500\\/60 { border-top-color: #f43f5e99; border-bottom-color: #f43f5e99; } +.border-y-rose-500\\/65 { + border-top-color: #f43f5ea6; + border-bottom-color: #f43f5ea6; +} + .border-y-rose-500\\/70 { border-top-color: #f43f5eb3; border-bottom-color: #f43f5eb3; @@ -48179,6 +66234,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5ecc; } +.border-y-rose-500\\/85 { + border-top-color: #f43f5ed9; + border-bottom-color: #f43f5ed9; +} + .border-y-rose-500\\/90 { border-top-color: #f43f5ee6; border-bottom-color: #f43f5ee6; @@ -48209,6 +66269,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d48; } +.border-y-rose-600\\/15 { + border-top-color: #e11d4826; + border-bottom-color: #e11d4826; +} + .border-y-rose-600\\/20 { border-top-color: #e11d4833; border-bottom-color: #e11d4833; @@ -48224,11 +66289,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d484d; } +.border-y-rose-600\\/35 { + border-top-color: #e11d4859; + border-bottom-color: #e11d4859; +} + .border-y-rose-600\\/40 { border-top-color: #e11d4866; border-bottom-color: #e11d4866; } +.border-y-rose-600\\/45 { + border-top-color: #e11d4873; + border-bottom-color: #e11d4873; +} + .border-y-rose-600\\/5 { border-top-color: #e11d480d; border-bottom-color: #e11d480d; @@ -48239,11 +66314,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d4880; } +.border-y-rose-600\\/55 { + border-top-color: #e11d488c; + border-bottom-color: #e11d488c; +} + .border-y-rose-600\\/60 { border-top-color: #e11d4899; border-bottom-color: #e11d4899; } +.border-y-rose-600\\/65 { + border-top-color: #e11d48a6; + border-bottom-color: #e11d48a6; +} + .border-y-rose-600\\/70 { border-top-color: #e11d48b3; border-bottom-color: #e11d48b3; @@ -48259,6 +66344,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d48cc; } +.border-y-rose-600\\/85 { + border-top-color: #e11d48d9; + border-bottom-color: #e11d48d9; +} + .border-y-rose-600\\/90 { border-top-color: #e11d48e6; border-bottom-color: #e11d48e6; @@ -48289,6 +66379,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123c; } +.border-y-rose-700\\/15 { + border-top-color: #be123c26; + border-bottom-color: #be123c26; +} + .border-y-rose-700\\/20 { border-top-color: #be123c33; border-bottom-color: #be123c33; @@ -48304,11 +66399,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123c4d; } +.border-y-rose-700\\/35 { + border-top-color: #be123c59; + border-bottom-color: #be123c59; +} + .border-y-rose-700\\/40 { border-top-color: #be123c66; border-bottom-color: #be123c66; } +.border-y-rose-700\\/45 { + border-top-color: #be123c73; + border-bottom-color: #be123c73; +} + .border-y-rose-700\\/5 { border-top-color: #be123c0d; border-bottom-color: #be123c0d; @@ -48319,11 +66424,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123c80; } +.border-y-rose-700\\/55 { + border-top-color: #be123c8c; + border-bottom-color: #be123c8c; +} + .border-y-rose-700\\/60 { border-top-color: #be123c99; border-bottom-color: #be123c99; } +.border-y-rose-700\\/65 { + border-top-color: #be123ca6; + border-bottom-color: #be123ca6; +} + .border-y-rose-700\\/70 { border-top-color: #be123cb3; border-bottom-color: #be123cb3; @@ -48339,6 +66454,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123ccc; } +.border-y-rose-700\\/85 { + border-top-color: #be123cd9; + border-bottom-color: #be123cd9; +} + .border-y-rose-700\\/90 { border-top-color: #be123ce6; border-bottom-color: #be123ce6; @@ -48369,6 +66489,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f1239; } +.border-y-rose-800\\/15 { + border-top-color: #9f123926; + border-bottom-color: #9f123926; +} + .border-y-rose-800\\/20 { border-top-color: #9f123933; border-bottom-color: #9f123933; @@ -48384,11 +66509,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f12394d; } +.border-y-rose-800\\/35 { + border-top-color: #9f123959; + border-bottom-color: #9f123959; +} + .border-y-rose-800\\/40 { border-top-color: #9f123966; border-bottom-color: #9f123966; } +.border-y-rose-800\\/45 { + border-top-color: #9f123973; + border-bottom-color: #9f123973; +} + .border-y-rose-800\\/5 { border-top-color: #9f12390d; border-bottom-color: #9f12390d; @@ -48399,11 +66534,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f123980; } +.border-y-rose-800\\/55 { + border-top-color: #9f12398c; + border-bottom-color: #9f12398c; +} + .border-y-rose-800\\/60 { border-top-color: #9f123999; border-bottom-color: #9f123999; } +.border-y-rose-800\\/65 { + border-top-color: #9f1239a6; + border-bottom-color: #9f1239a6; +} + .border-y-rose-800\\/70 { border-top-color: #9f1239b3; border-bottom-color: #9f1239b3; @@ -48419,6 +66564,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f1239cc; } +.border-y-rose-800\\/85 { + border-top-color: #9f1239d9; + border-bottom-color: #9f1239d9; +} + .border-y-rose-800\\/90 { border-top-color: #9f1239e6; border-bottom-color: #9f1239e6; @@ -48449,6 +66599,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #881337; } +.border-y-rose-900\\/15 { + border-top-color: #88133726; + border-bottom-color: #88133726; +} + .border-y-rose-900\\/20 { border-top-color: #88133733; border-bottom-color: #88133733; @@ -48464,11 +66619,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8813374d; } +.border-y-rose-900\\/35 { + border-top-color: #88133759; + border-bottom-color: #88133759; +} + .border-y-rose-900\\/40 { border-top-color: #88133766; border-bottom-color: #88133766; } +.border-y-rose-900\\/45 { + border-top-color: #88133773; + border-bottom-color: #88133773; +} + .border-y-rose-900\\/5 { border-top-color: #8813370d; border-bottom-color: #8813370d; @@ -48479,11 +66644,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #88133780; } +.border-y-rose-900\\/55 { + border-top-color: #8813378c; + border-bottom-color: #8813378c; +} + .border-y-rose-900\\/60 { border-top-color: #88133799; border-bottom-color: #88133799; } +.border-y-rose-900\\/65 { + border-top-color: #881337a6; + border-bottom-color: #881337a6; +} + .border-y-rose-900\\/70 { border-top-color: #881337b3; border-bottom-color: #881337b3; @@ -48499,6 +66674,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #881337cc; } +.border-y-rose-900\\/85 { + border-top-color: #881337d9; + border-bottom-color: #881337d9; +} + .border-y-rose-900\\/90 { border-top-color: #881337e6; border-bottom-color: #881337e6; @@ -48529,6 +66709,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c0519; } +.border-y-rose-950\\/15 { + border-top-color: #4c051926; + border-bottom-color: #4c051926; +} + .border-y-rose-950\\/20 { border-top-color: #4c051933; border-bottom-color: #4c051933; @@ -48544,11 +66729,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c05194d; } +.border-y-rose-950\\/35 { + border-top-color: #4c051959; + border-bottom-color: #4c051959; +} + .border-y-rose-950\\/40 { border-top-color: #4c051966; border-bottom-color: #4c051966; } +.border-y-rose-950\\/45 { + border-top-color: #4c051973; + border-bottom-color: #4c051973; +} + .border-y-rose-950\\/5 { border-top-color: #4c05190d; border-bottom-color: #4c05190d; @@ -48559,11 +66754,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c051980; } +.border-y-rose-950\\/55 { + border-top-color: #4c05198c; + border-bottom-color: #4c05198c; +} + .border-y-rose-950\\/60 { border-top-color: #4c051999; border-bottom-color: #4c051999; } +.border-y-rose-950\\/65 { + border-top-color: #4c0519a6; + border-bottom-color: #4c0519a6; +} + .border-y-rose-950\\/70 { border-top-color: #4c0519b3; border-bottom-color: #4c0519b3; @@ -48579,6 +66784,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c0519cc; } +.border-y-rose-950\\/85 { + border-top-color: #4c0519d9; + border-bottom-color: #4c0519d9; +} + .border-y-rose-950\\/90 { border-top-color: #4c0519e6; border-bottom-color: #4c0519e6; @@ -48609,6 +66819,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fe; } +.border-y-sky-100\\/15 { + border-top-color: #e0f2fe26; + border-bottom-color: #e0f2fe26; +} + .border-y-sky-100\\/20 { border-top-color: #e0f2fe33; border-bottom-color: #e0f2fe33; @@ -48624,11 +66839,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fe4d; } +.border-y-sky-100\\/35 { + border-top-color: #e0f2fe59; + border-bottom-color: #e0f2fe59; +} + .border-y-sky-100\\/40 { border-top-color: #e0f2fe66; border-bottom-color: #e0f2fe66; } +.border-y-sky-100\\/45 { + border-top-color: #e0f2fe73; + border-bottom-color: #e0f2fe73; +} + .border-y-sky-100\\/5 { border-top-color: #e0f2fe0d; border-bottom-color: #e0f2fe0d; @@ -48639,11 +66864,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fe80; } +.border-y-sky-100\\/55 { + border-top-color: #e0f2fe8c; + border-bottom-color: #e0f2fe8c; +} + .border-y-sky-100\\/60 { border-top-color: #e0f2fe99; border-bottom-color: #e0f2fe99; } +.border-y-sky-100\\/65 { + border-top-color: #e0f2fea6; + border-bottom-color: #e0f2fea6; +} + .border-y-sky-100\\/70 { border-top-color: #e0f2feb3; border-bottom-color: #e0f2feb3; @@ -48659,6 +66894,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fecc; } +.border-y-sky-100\\/85 { + border-top-color: #e0f2fed9; + border-bottom-color: #e0f2fed9; +} + .border-y-sky-100\\/90 { border-top-color: #e0f2fee6; border-bottom-color: #e0f2fee6; @@ -48689,6 +66929,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fd; } +.border-y-sky-200\\/15 { + border-top-color: #bae6fd26; + border-bottom-color: #bae6fd26; +} + .border-y-sky-200\\/20 { border-top-color: #bae6fd33; border-bottom-color: #bae6fd33; @@ -48704,11 +66949,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fd4d; } +.border-y-sky-200\\/35 { + border-top-color: #bae6fd59; + border-bottom-color: #bae6fd59; +} + .border-y-sky-200\\/40 { border-top-color: #bae6fd66; border-bottom-color: #bae6fd66; } +.border-y-sky-200\\/45 { + border-top-color: #bae6fd73; + border-bottom-color: #bae6fd73; +} + .border-y-sky-200\\/5 { border-top-color: #bae6fd0d; border-bottom-color: #bae6fd0d; @@ -48719,11 +66974,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fd80; } +.border-y-sky-200\\/55 { + border-top-color: #bae6fd8c; + border-bottom-color: #bae6fd8c; +} + .border-y-sky-200\\/60 { border-top-color: #bae6fd99; border-bottom-color: #bae6fd99; } +.border-y-sky-200\\/65 { + border-top-color: #bae6fda6; + border-bottom-color: #bae6fda6; +} + .border-y-sky-200\\/70 { border-top-color: #bae6fdb3; border-bottom-color: #bae6fdb3; @@ -48739,6 +67004,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fdcc; } +.border-y-sky-200\\/85 { + border-top-color: #bae6fdd9; + border-bottom-color: #bae6fdd9; +} + .border-y-sky-200\\/90 { border-top-color: #bae6fde6; border-bottom-color: #bae6fde6; @@ -48769,6 +67039,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fc; } +.border-y-sky-300\\/15 { + border-top-color: #7dd3fc26; + border-bottom-color: #7dd3fc26; +} + .border-y-sky-300\\/20 { border-top-color: #7dd3fc33; border-bottom-color: #7dd3fc33; @@ -48784,11 +67059,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fc4d; } +.border-y-sky-300\\/35 { + border-top-color: #7dd3fc59; + border-bottom-color: #7dd3fc59; +} + .border-y-sky-300\\/40 { border-top-color: #7dd3fc66; border-bottom-color: #7dd3fc66; } +.border-y-sky-300\\/45 { + border-top-color: #7dd3fc73; + border-bottom-color: #7dd3fc73; +} + .border-y-sky-300\\/5 { border-top-color: #7dd3fc0d; border-bottom-color: #7dd3fc0d; @@ -48799,11 +67084,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fc80; } +.border-y-sky-300\\/55 { + border-top-color: #7dd3fc8c; + border-bottom-color: #7dd3fc8c; +} + .border-y-sky-300\\/60 { border-top-color: #7dd3fc99; border-bottom-color: #7dd3fc99; } +.border-y-sky-300\\/65 { + border-top-color: #7dd3fca6; + border-bottom-color: #7dd3fca6; +} + .border-y-sky-300\\/70 { border-top-color: #7dd3fcb3; border-bottom-color: #7dd3fcb3; @@ -48819,6 +67114,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fccc; } +.border-y-sky-300\\/85 { + border-top-color: #7dd3fcd9; + border-bottom-color: #7dd3fcd9; +} + .border-y-sky-300\\/90 { border-top-color: #7dd3fce6; border-bottom-color: #7dd3fce6; @@ -48849,6 +67149,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf8; } +.border-y-sky-400\\/15 { + border-top-color: #38bdf826; + border-bottom-color: #38bdf826; +} + .border-y-sky-400\\/20 { border-top-color: #38bdf833; border-bottom-color: #38bdf833; @@ -48864,11 +67169,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf84d; } +.border-y-sky-400\\/35 { + border-top-color: #38bdf859; + border-bottom-color: #38bdf859; +} + .border-y-sky-400\\/40 { border-top-color: #38bdf866; border-bottom-color: #38bdf866; } +.border-y-sky-400\\/45 { + border-top-color: #38bdf873; + border-bottom-color: #38bdf873; +} + .border-y-sky-400\\/5 { border-top-color: #38bdf80d; border-bottom-color: #38bdf80d; @@ -48879,11 +67194,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf880; } +.border-y-sky-400\\/55 { + border-top-color: #38bdf88c; + border-bottom-color: #38bdf88c; +} + .border-y-sky-400\\/60 { border-top-color: #38bdf899; border-bottom-color: #38bdf899; } +.border-y-sky-400\\/65 { + border-top-color: #38bdf8a6; + border-bottom-color: #38bdf8a6; +} + .border-y-sky-400\\/70 { border-top-color: #38bdf8b3; border-bottom-color: #38bdf8b3; @@ -48899,6 +67224,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf8cc; } +.border-y-sky-400\\/85 { + border-top-color: #38bdf8d9; + border-bottom-color: #38bdf8d9; +} + .border-y-sky-400\\/90 { border-top-color: #38bdf8e6; border-bottom-color: #38bdf8e6; @@ -48929,6 +67259,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ff; } +.border-y-sky-50\\/15 { + border-top-color: #f0f9ff26; + border-bottom-color: #f0f9ff26; +} + .border-y-sky-50\\/20 { border-top-color: #f0f9ff33; border-bottom-color: #f0f9ff33; @@ -48944,11 +67279,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ff4d; } +.border-y-sky-50\\/35 { + border-top-color: #f0f9ff59; + border-bottom-color: #f0f9ff59; +} + .border-y-sky-50\\/40 { border-top-color: #f0f9ff66; border-bottom-color: #f0f9ff66; } +.border-y-sky-50\\/45 { + border-top-color: #f0f9ff73; + border-bottom-color: #f0f9ff73; +} + .border-y-sky-50\\/5 { border-top-color: #f0f9ff0d; border-bottom-color: #f0f9ff0d; @@ -48959,11 +67304,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ff80; } +.border-y-sky-50\\/55 { + border-top-color: #f0f9ff8c; + border-bottom-color: #f0f9ff8c; +} + .border-y-sky-50\\/60 { border-top-color: #f0f9ff99; border-bottom-color: #f0f9ff99; } +.border-y-sky-50\\/65 { + border-top-color: #f0f9ffa6; + border-bottom-color: #f0f9ffa6; +} + .border-y-sky-50\\/70 { border-top-color: #f0f9ffb3; border-bottom-color: #f0f9ffb3; @@ -48979,6 +67334,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ffcc; } +.border-y-sky-50\\/85 { + border-top-color: #f0f9ffd9; + border-bottom-color: #f0f9ffd9; +} + .border-y-sky-50\\/90 { border-top-color: #f0f9ffe6; border-bottom-color: #f0f9ffe6; @@ -49009,6 +67369,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e9; } +.border-y-sky-500\\/15 { + border-top-color: #0ea5e926; + border-bottom-color: #0ea5e926; +} + .border-y-sky-500\\/20 { border-top-color: #0ea5e933; border-bottom-color: #0ea5e933; @@ -49024,11 +67389,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e94d; } +.border-y-sky-500\\/35 { + border-top-color: #0ea5e959; + border-bottom-color: #0ea5e959; +} + .border-y-sky-500\\/40 { border-top-color: #0ea5e966; border-bottom-color: #0ea5e966; } +.border-y-sky-500\\/45 { + border-top-color: #0ea5e973; + border-bottom-color: #0ea5e973; +} + .border-y-sky-500\\/5 { border-top-color: #0ea5e90d; border-bottom-color: #0ea5e90d; @@ -49039,11 +67414,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e980; } +.border-y-sky-500\\/55 { + border-top-color: #0ea5e98c; + border-bottom-color: #0ea5e98c; +} + .border-y-sky-500\\/60 { border-top-color: #0ea5e999; border-bottom-color: #0ea5e999; } +.border-y-sky-500\\/65 { + border-top-color: #0ea5e9a6; + border-bottom-color: #0ea5e9a6; +} + .border-y-sky-500\\/70 { border-top-color: #0ea5e9b3; border-bottom-color: #0ea5e9b3; @@ -49059,6 +67444,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e9cc; } +.border-y-sky-500\\/85 { + border-top-color: #0ea5e9d9; + border-bottom-color: #0ea5e9d9; +} + .border-y-sky-500\\/90 { border-top-color: #0ea5e9e6; border-bottom-color: #0ea5e9e6; @@ -49089,6 +67479,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c7; } +.border-y-sky-600\\/15 { + border-top-color: #0284c726; + border-bottom-color: #0284c726; +} + .border-y-sky-600\\/20 { border-top-color: #0284c733; border-bottom-color: #0284c733; @@ -49104,11 +67499,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c74d; } +.border-y-sky-600\\/35 { + border-top-color: #0284c759; + border-bottom-color: #0284c759; +} + .border-y-sky-600\\/40 { border-top-color: #0284c766; border-bottom-color: #0284c766; } +.border-y-sky-600\\/45 { + border-top-color: #0284c773; + border-bottom-color: #0284c773; +} + .border-y-sky-600\\/5 { border-top-color: #0284c70d; border-bottom-color: #0284c70d; @@ -49119,11 +67524,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c780; } +.border-y-sky-600\\/55 { + border-top-color: #0284c78c; + border-bottom-color: #0284c78c; +} + .border-y-sky-600\\/60 { border-top-color: #0284c799; border-bottom-color: #0284c799; } +.border-y-sky-600\\/65 { + border-top-color: #0284c7a6; + border-bottom-color: #0284c7a6; +} + .border-y-sky-600\\/70 { border-top-color: #0284c7b3; border-bottom-color: #0284c7b3; @@ -49139,6 +67554,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c7cc; } +.border-y-sky-600\\/85 { + border-top-color: #0284c7d9; + border-bottom-color: #0284c7d9; +} + .border-y-sky-600\\/90 { border-top-color: #0284c7e6; border-bottom-color: #0284c7e6; @@ -49169,6 +67589,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a1; } +.border-y-sky-700\\/15 { + border-top-color: #0369a126; + border-bottom-color: #0369a126; +} + .border-y-sky-700\\/20 { border-top-color: #0369a133; border-bottom-color: #0369a133; @@ -49184,11 +67609,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a14d; } +.border-y-sky-700\\/35 { + border-top-color: #0369a159; + border-bottom-color: #0369a159; +} + .border-y-sky-700\\/40 { border-top-color: #0369a166; border-bottom-color: #0369a166; } +.border-y-sky-700\\/45 { + border-top-color: #0369a173; + border-bottom-color: #0369a173; +} + .border-y-sky-700\\/5 { border-top-color: #0369a10d; border-bottom-color: #0369a10d; @@ -49199,11 +67634,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a180; } +.border-y-sky-700\\/55 { + border-top-color: #0369a18c; + border-bottom-color: #0369a18c; +} + .border-y-sky-700\\/60 { border-top-color: #0369a199; border-bottom-color: #0369a199; } +.border-y-sky-700\\/65 { + border-top-color: #0369a1a6; + border-bottom-color: #0369a1a6; +} + .border-y-sky-700\\/70 { border-top-color: #0369a1b3; border-bottom-color: #0369a1b3; @@ -49219,6 +67664,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a1cc; } +.border-y-sky-700\\/85 { + border-top-color: #0369a1d9; + border-bottom-color: #0369a1d9; +} + .border-y-sky-700\\/90 { border-top-color: #0369a1e6; border-bottom-color: #0369a1e6; @@ -49249,6 +67699,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #075985; } +.border-y-sky-800\\/15 { + border-top-color: #07598526; + border-bottom-color: #07598526; +} + .border-y-sky-800\\/20 { border-top-color: #07598533; border-bottom-color: #07598533; @@ -49264,11 +67719,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0759854d; } +.border-y-sky-800\\/35 { + border-top-color: #07598559; + border-bottom-color: #07598559; +} + .border-y-sky-800\\/40 { border-top-color: #07598566; border-bottom-color: #07598566; } +.border-y-sky-800\\/45 { + border-top-color: #07598573; + border-bottom-color: #07598573; +} + .border-y-sky-800\\/5 { border-top-color: #0759850d; border-bottom-color: #0759850d; @@ -49279,11 +67744,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #07598580; } +.border-y-sky-800\\/55 { + border-top-color: #0759858c; + border-bottom-color: #0759858c; +} + .border-y-sky-800\\/60 { border-top-color: #07598599; border-bottom-color: #07598599; } +.border-y-sky-800\\/65 { + border-top-color: #075985a6; + border-bottom-color: #075985a6; +} + .border-y-sky-800\\/70 { border-top-color: #075985b3; border-bottom-color: #075985b3; @@ -49299,6 +67774,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #075985cc; } +.border-y-sky-800\\/85 { + border-top-color: #075985d9; + border-bottom-color: #075985d9; +} + .border-y-sky-800\\/90 { border-top-color: #075985e6; border-bottom-color: #075985e6; @@ -49329,6 +67809,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6e; } +.border-y-sky-900\\/15 { + border-top-color: #0c4a6e26; + border-bottom-color: #0c4a6e26; +} + .border-y-sky-900\\/20 { border-top-color: #0c4a6e33; border-bottom-color: #0c4a6e33; @@ -49344,11 +67829,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6e4d; } +.border-y-sky-900\\/35 { + border-top-color: #0c4a6e59; + border-bottom-color: #0c4a6e59; +} + .border-y-sky-900\\/40 { border-top-color: #0c4a6e66; border-bottom-color: #0c4a6e66; } +.border-y-sky-900\\/45 { + border-top-color: #0c4a6e73; + border-bottom-color: #0c4a6e73; +} + .border-y-sky-900\\/5 { border-top-color: #0c4a6e0d; border-bottom-color: #0c4a6e0d; @@ -49359,11 +67854,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6e80; } +.border-y-sky-900\\/55 { + border-top-color: #0c4a6e8c; + border-bottom-color: #0c4a6e8c; +} + .border-y-sky-900\\/60 { border-top-color: #0c4a6e99; border-bottom-color: #0c4a6e99; } +.border-y-sky-900\\/65 { + border-top-color: #0c4a6ea6; + border-bottom-color: #0c4a6ea6; +} + .border-y-sky-900\\/70 { border-top-color: #0c4a6eb3; border-bottom-color: #0c4a6eb3; @@ -49379,6 +67884,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6ecc; } +.border-y-sky-900\\/85 { + border-top-color: #0c4a6ed9; + border-bottom-color: #0c4a6ed9; +} + .border-y-sky-900\\/90 { border-top-color: #0c4a6ee6; border-bottom-color: #0c4a6ee6; @@ -49409,6 +67919,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f49; } +.border-y-sky-950\\/15 { + border-top-color: #082f4926; + border-bottom-color: #082f4926; +} + .border-y-sky-950\\/20 { border-top-color: #082f4933; border-bottom-color: #082f4933; @@ -49424,11 +67939,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f494d; } +.border-y-sky-950\\/35 { + border-top-color: #082f4959; + border-bottom-color: #082f4959; +} + .border-y-sky-950\\/40 { border-top-color: #082f4966; border-bottom-color: #082f4966; } +.border-y-sky-950\\/45 { + border-top-color: #082f4973; + border-bottom-color: #082f4973; +} + .border-y-sky-950\\/5 { border-top-color: #082f490d; border-bottom-color: #082f490d; @@ -49439,11 +67964,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f4980; } +.border-y-sky-950\\/55 { + border-top-color: #082f498c; + border-bottom-color: #082f498c; +} + .border-y-sky-950\\/60 { border-top-color: #082f4999; border-bottom-color: #082f4999; } +.border-y-sky-950\\/65 { + border-top-color: #082f49a6; + border-bottom-color: #082f49a6; +} + .border-y-sky-950\\/70 { border-top-color: #082f49b3; border-bottom-color: #082f49b3; @@ -49459,6 +67994,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f49cc; } +.border-y-sky-950\\/85 { + border-top-color: #082f49d9; + border-bottom-color: #082f49d9; +} + .border-y-sky-950\\/90 { border-top-color: #082f49e6; border-bottom-color: #082f49e6; @@ -49489,6 +68029,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f9; } +.border-y-slate-100\\/15 { + border-top-color: #f1f5f926; + border-bottom-color: #f1f5f926; +} + .border-y-slate-100\\/20 { border-top-color: #f1f5f933; border-bottom-color: #f1f5f933; @@ -49504,11 +68049,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f94d; } +.border-y-slate-100\\/35 { + border-top-color: #f1f5f959; + border-bottom-color: #f1f5f959; +} + .border-y-slate-100\\/40 { border-top-color: #f1f5f966; border-bottom-color: #f1f5f966; } +.border-y-slate-100\\/45 { + border-top-color: #f1f5f973; + border-bottom-color: #f1f5f973; +} + .border-y-slate-100\\/5 { border-top-color: #f1f5f90d; border-bottom-color: #f1f5f90d; @@ -49519,11 +68074,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f980; } +.border-y-slate-100\\/55 { + border-top-color: #f1f5f98c; + border-bottom-color: #f1f5f98c; +} + .border-y-slate-100\\/60 { border-top-color: #f1f5f999; border-bottom-color: #f1f5f999; } +.border-y-slate-100\\/65 { + border-top-color: #f1f5f9a6; + border-bottom-color: #f1f5f9a6; +} + .border-y-slate-100\\/70 { border-top-color: #f1f5f9b3; border-bottom-color: #f1f5f9b3; @@ -49539,6 +68104,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f9cc; } +.border-y-slate-100\\/85 { + border-top-color: #f1f5f9d9; + border-bottom-color: #f1f5f9d9; +} + .border-y-slate-100\\/90 { border-top-color: #f1f5f9e6; border-bottom-color: #f1f5f9e6; @@ -49569,6 +68139,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f0; } +.border-y-slate-200\\/15 { + border-top-color: #e2e8f026; + border-bottom-color: #e2e8f026; +} + .border-y-slate-200\\/20 { border-top-color: #e2e8f033; border-bottom-color: #e2e8f033; @@ -49584,11 +68159,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f04d; } +.border-y-slate-200\\/35 { + border-top-color: #e2e8f059; + border-bottom-color: #e2e8f059; +} + .border-y-slate-200\\/40 { border-top-color: #e2e8f066; border-bottom-color: #e2e8f066; } +.border-y-slate-200\\/45 { + border-top-color: #e2e8f073; + border-bottom-color: #e2e8f073; +} + .border-y-slate-200\\/5 { border-top-color: #e2e8f00d; border-bottom-color: #e2e8f00d; @@ -49599,11 +68184,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f080; } +.border-y-slate-200\\/55 { + border-top-color: #e2e8f08c; + border-bottom-color: #e2e8f08c; +} + .border-y-slate-200\\/60 { border-top-color: #e2e8f099; border-bottom-color: #e2e8f099; } +.border-y-slate-200\\/65 { + border-top-color: #e2e8f0a6; + border-bottom-color: #e2e8f0a6; +} + .border-y-slate-200\\/70 { border-top-color: #e2e8f0b3; border-bottom-color: #e2e8f0b3; @@ -49619,6 +68214,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f0cc; } +.border-y-slate-200\\/85 { + border-top-color: #e2e8f0d9; + border-bottom-color: #e2e8f0d9; +} + .border-y-slate-200\\/90 { border-top-color: #e2e8f0e6; border-bottom-color: #e2e8f0e6; @@ -49649,6 +68249,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e1; } +.border-y-slate-300\\/15 { + border-top-color: #cbd5e126; + border-bottom-color: #cbd5e126; +} + .border-y-slate-300\\/20 { border-top-color: #cbd5e133; border-bottom-color: #cbd5e133; @@ -49664,11 +68269,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e14d; } +.border-y-slate-300\\/35 { + border-top-color: #cbd5e159; + border-bottom-color: #cbd5e159; +} + .border-y-slate-300\\/40 { border-top-color: #cbd5e166; border-bottom-color: #cbd5e166; } +.border-y-slate-300\\/45 { + border-top-color: #cbd5e173; + border-bottom-color: #cbd5e173; +} + .border-y-slate-300\\/5 { border-top-color: #cbd5e10d; border-bottom-color: #cbd5e10d; @@ -49679,11 +68294,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e180; } +.border-y-slate-300\\/55 { + border-top-color: #cbd5e18c; + border-bottom-color: #cbd5e18c; +} + .border-y-slate-300\\/60 { border-top-color: #cbd5e199; border-bottom-color: #cbd5e199; } +.border-y-slate-300\\/65 { + border-top-color: #cbd5e1a6; + border-bottom-color: #cbd5e1a6; +} + .border-y-slate-300\\/70 { border-top-color: #cbd5e1b3; border-bottom-color: #cbd5e1b3; @@ -49699,6 +68324,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e1cc; } +.border-y-slate-300\\/85 { + border-top-color: #cbd5e1d9; + border-bottom-color: #cbd5e1d9; +} + .border-y-slate-300\\/90 { border-top-color: #cbd5e1e6; border-bottom-color: #cbd5e1e6; @@ -49729,6 +68359,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b8; } +.border-y-slate-400\\/15 { + border-top-color: #94a3b826; + border-bottom-color: #94a3b826; +} + .border-y-slate-400\\/20 { border-top-color: #94a3b833; border-bottom-color: #94a3b833; @@ -49744,11 +68379,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b84d; } +.border-y-slate-400\\/35 { + border-top-color: #94a3b859; + border-bottom-color: #94a3b859; +} + .border-y-slate-400\\/40 { border-top-color: #94a3b866; border-bottom-color: #94a3b866; } +.border-y-slate-400\\/45 { + border-top-color: #94a3b873; + border-bottom-color: #94a3b873; +} + .border-y-slate-400\\/5 { border-top-color: #94a3b80d; border-bottom-color: #94a3b80d; @@ -49759,11 +68404,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b880; } +.border-y-slate-400\\/55 { + border-top-color: #94a3b88c; + border-bottom-color: #94a3b88c; +} + .border-y-slate-400\\/60 { border-top-color: #94a3b899; border-bottom-color: #94a3b899; } +.border-y-slate-400\\/65 { + border-top-color: #94a3b8a6; + border-bottom-color: #94a3b8a6; +} + .border-y-slate-400\\/70 { border-top-color: #94a3b8b3; border-bottom-color: #94a3b8b3; @@ -49779,6 +68434,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b8cc; } +.border-y-slate-400\\/85 { + border-top-color: #94a3b8d9; + border-bottom-color: #94a3b8d9; +} + .border-y-slate-400\\/90 { border-top-color: #94a3b8e6; border-bottom-color: #94a3b8e6; @@ -49809,6 +68469,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafc; } +.border-y-slate-50\\/15 { + border-top-color: #f8fafc26; + border-bottom-color: #f8fafc26; +} + .border-y-slate-50\\/20 { border-top-color: #f8fafc33; border-bottom-color: #f8fafc33; @@ -49824,11 +68489,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafc4d; } +.border-y-slate-50\\/35 { + border-top-color: #f8fafc59; + border-bottom-color: #f8fafc59; +} + .border-y-slate-50\\/40 { border-top-color: #f8fafc66; border-bottom-color: #f8fafc66; } +.border-y-slate-50\\/45 { + border-top-color: #f8fafc73; + border-bottom-color: #f8fafc73; +} + .border-y-slate-50\\/5 { border-top-color: #f8fafc0d; border-bottom-color: #f8fafc0d; @@ -49839,11 +68514,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafc80; } +.border-y-slate-50\\/55 { + border-top-color: #f8fafc8c; + border-bottom-color: #f8fafc8c; +} + .border-y-slate-50\\/60 { border-top-color: #f8fafc99; border-bottom-color: #f8fafc99; } +.border-y-slate-50\\/65 { + border-top-color: #f8fafca6; + border-bottom-color: #f8fafca6; +} + .border-y-slate-50\\/70 { border-top-color: #f8fafcb3; border-bottom-color: #f8fafcb3; @@ -49859,6 +68544,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafccc; } +.border-y-slate-50\\/85 { + border-top-color: #f8fafcd9; + border-bottom-color: #f8fafcd9; +} + .border-y-slate-50\\/90 { border-top-color: #f8fafce6; border-bottom-color: #f8fafce6; @@ -49889,6 +68579,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748b; } +.border-y-slate-500\\/15 { + border-top-color: #64748b26; + border-bottom-color: #64748b26; +} + .border-y-slate-500\\/20 { border-top-color: #64748b33; border-bottom-color: #64748b33; @@ -49904,11 +68599,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748b4d; } +.border-y-slate-500\\/35 { + border-top-color: #64748b59; + border-bottom-color: #64748b59; +} + .border-y-slate-500\\/40 { border-top-color: #64748b66; border-bottom-color: #64748b66; } +.border-y-slate-500\\/45 { + border-top-color: #64748b73; + border-bottom-color: #64748b73; +} + .border-y-slate-500\\/5 { border-top-color: #64748b0d; border-bottom-color: #64748b0d; @@ -49919,11 +68624,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748b80; } +.border-y-slate-500\\/55 { + border-top-color: #64748b8c; + border-bottom-color: #64748b8c; +} + .border-y-slate-500\\/60 { border-top-color: #64748b99; border-bottom-color: #64748b99; } +.border-y-slate-500\\/65 { + border-top-color: #64748ba6; + border-bottom-color: #64748ba6; +} + .border-y-slate-500\\/70 { border-top-color: #64748bb3; border-bottom-color: #64748bb3; @@ -49939,6 +68654,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748bcc; } +.border-y-slate-500\\/85 { + border-top-color: #64748bd9; + border-bottom-color: #64748bd9; +} + .border-y-slate-500\\/90 { border-top-color: #64748be6; border-bottom-color: #64748be6; @@ -49969,6 +68689,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #475569; } +.border-y-slate-600\\/15 { + border-top-color: #47556926; + border-bottom-color: #47556926; +} + .border-y-slate-600\\/20 { border-top-color: #47556933; border-bottom-color: #47556933; @@ -49984,11 +68709,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4755694d; } +.border-y-slate-600\\/35 { + border-top-color: #47556959; + border-bottom-color: #47556959; +} + .border-y-slate-600\\/40 { border-top-color: #47556966; border-bottom-color: #47556966; } +.border-y-slate-600\\/45 { + border-top-color: #47556973; + border-bottom-color: #47556973; +} + .border-y-slate-600\\/5 { border-top-color: #4755690d; border-bottom-color: #4755690d; @@ -49999,11 +68734,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #47556980; } +.border-y-slate-600\\/55 { + border-top-color: #4755698c; + border-bottom-color: #4755698c; +} + .border-y-slate-600\\/60 { border-top-color: #47556999; border-bottom-color: #47556999; } +.border-y-slate-600\\/65 { + border-top-color: #475569a6; + border-bottom-color: #475569a6; +} + .border-y-slate-600\\/70 { border-top-color: #475569b3; border-bottom-color: #475569b3; @@ -50019,6 +68764,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #475569cc; } +.border-y-slate-600\\/85 { + border-top-color: #475569d9; + border-bottom-color: #475569d9; +} + .border-y-slate-600\\/90 { border-top-color: #475569e6; border-bottom-color: #475569e6; @@ -50049,6 +68799,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #334155; } +.border-y-slate-700\\/15 { + border-top-color: #33415526; + border-bottom-color: #33415526; +} + .border-y-slate-700\\/20 { border-top-color: #33415533; border-bottom-color: #33415533; @@ -50064,11 +68819,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3341554d; } +.border-y-slate-700\\/35 { + border-top-color: #33415559; + border-bottom-color: #33415559; +} + .border-y-slate-700\\/40 { border-top-color: #33415566; border-bottom-color: #33415566; } +.border-y-slate-700\\/45 { + border-top-color: #33415573; + border-bottom-color: #33415573; +} + .border-y-slate-700\\/5 { border-top-color: #3341550d; border-bottom-color: #3341550d; @@ -50079,11 +68844,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #33415580; } +.border-y-slate-700\\/55 { + border-top-color: #3341558c; + border-bottom-color: #3341558c; +} + .border-y-slate-700\\/60 { border-top-color: #33415599; border-bottom-color: #33415599; } +.border-y-slate-700\\/65 { + border-top-color: #334155a6; + border-bottom-color: #334155a6; +} + .border-y-slate-700\\/70 { border-top-color: #334155b3; border-bottom-color: #334155b3; @@ -50099,6 +68874,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #334155cc; } +.border-y-slate-700\\/85 { + border-top-color: #334155d9; + border-bottom-color: #334155d9; +} + .border-y-slate-700\\/90 { border-top-color: #334155e6; border-bottom-color: #334155e6; @@ -50129,6 +68909,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293b; } +.border-y-slate-800\\/15 { + border-top-color: #1e293b26; + border-bottom-color: #1e293b26; +} + .border-y-slate-800\\/20 { border-top-color: #1e293b33; border-bottom-color: #1e293b33; @@ -50144,11 +68929,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293b4d; } +.border-y-slate-800\\/35 { + border-top-color: #1e293b59; + border-bottom-color: #1e293b59; +} + .border-y-slate-800\\/40 { border-top-color: #1e293b66; border-bottom-color: #1e293b66; } +.border-y-slate-800\\/45 { + border-top-color: #1e293b73; + border-bottom-color: #1e293b73; +} + .border-y-slate-800\\/5 { border-top-color: #1e293b0d; border-bottom-color: #1e293b0d; @@ -50159,11 +68954,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293b80; } +.border-y-slate-800\\/55 { + border-top-color: #1e293b8c; + border-bottom-color: #1e293b8c; +} + .border-y-slate-800\\/60 { border-top-color: #1e293b99; border-bottom-color: #1e293b99; } +.border-y-slate-800\\/65 { + border-top-color: #1e293ba6; + border-bottom-color: #1e293ba6; +} + .border-y-slate-800\\/70 { border-top-color: #1e293bb3; border-bottom-color: #1e293bb3; @@ -50179,6 +68984,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293bcc; } +.border-y-slate-800\\/85 { + border-top-color: #1e293bd9; + border-bottom-color: #1e293bd9; +} + .border-y-slate-800\\/90 { border-top-color: #1e293be6; border-bottom-color: #1e293be6; @@ -50209,6 +69019,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172a; } +.border-y-slate-900\\/15 { + border-top-color: #0f172a26; + border-bottom-color: #0f172a26; +} + .border-y-slate-900\\/20 { border-top-color: #0f172a33; border-bottom-color: #0f172a33; @@ -50224,11 +69039,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172a4d; } +.border-y-slate-900\\/35 { + border-top-color: #0f172a59; + border-bottom-color: #0f172a59; +} + .border-y-slate-900\\/40 { border-top-color: #0f172a66; border-bottom-color: #0f172a66; } +.border-y-slate-900\\/45 { + border-top-color: #0f172a73; + border-bottom-color: #0f172a73; +} + .border-y-slate-900\\/5 { border-top-color: #0f172a0d; border-bottom-color: #0f172a0d; @@ -50239,11 +69064,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172a80; } +.border-y-slate-900\\/55 { + border-top-color: #0f172a8c; + border-bottom-color: #0f172a8c; +} + .border-y-slate-900\\/60 { border-top-color: #0f172a99; border-bottom-color: #0f172a99; } +.border-y-slate-900\\/65 { + border-top-color: #0f172aa6; + border-bottom-color: #0f172aa6; +} + .border-y-slate-900\\/70 { border-top-color: #0f172ab3; border-bottom-color: #0f172ab3; @@ -50259,6 +69094,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172acc; } +.border-y-slate-900\\/85 { + border-top-color: #0f172ad9; + border-bottom-color: #0f172ad9; +} + .border-y-slate-900\\/90 { border-top-color: #0f172ae6; border-bottom-color: #0f172ae6; @@ -50289,6 +69129,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #020617; } +.border-y-slate-950\\/15 { + border-top-color: #02061726; + border-bottom-color: #02061726; +} + .border-y-slate-950\\/20 { border-top-color: #02061733; border-bottom-color: #02061733; @@ -50304,11 +69149,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0206174d; } +.border-y-slate-950\\/35 { + border-top-color: #02061759; + border-bottom-color: #02061759; +} + .border-y-slate-950\\/40 { border-top-color: #02061766; border-bottom-color: #02061766; } +.border-y-slate-950\\/45 { + border-top-color: #02061773; + border-bottom-color: #02061773; +} + .border-y-slate-950\\/5 { border-top-color: #0206170d; border-bottom-color: #0206170d; @@ -50319,11 +69174,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #02061780; } +.border-y-slate-950\\/55 { + border-top-color: #0206178c; + border-bottom-color: #0206178c; +} + .border-y-slate-950\\/60 { border-top-color: #02061799; border-bottom-color: #02061799; } +.border-y-slate-950\\/65 { + border-top-color: #020617a6; + border-bottom-color: #020617a6; +} + .border-y-slate-950\\/70 { border-top-color: #020617b3; border-bottom-color: #020617b3; @@ -50339,6 +69204,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #020617cc; } +.border-y-slate-950\\/85 { + border-top-color: #020617d9; + border-bottom-color: #020617d9; +} + .border-y-slate-950\\/90 { border-top-color: #020617e6; border-bottom-color: #020617e6; @@ -50369,6 +69239,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f4; } +.border-y-stone-100\\/15 { + border-top-color: #f5f5f426; + border-bottom-color: #f5f5f426; +} + .border-y-stone-100\\/20 { border-top-color: #f5f5f433; border-bottom-color: #f5f5f433; @@ -50384,11 +69259,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f44d; } +.border-y-stone-100\\/35 { + border-top-color: #f5f5f459; + border-bottom-color: #f5f5f459; +} + .border-y-stone-100\\/40 { border-top-color: #f5f5f466; border-bottom-color: #f5f5f466; } +.border-y-stone-100\\/45 { + border-top-color: #f5f5f473; + border-bottom-color: #f5f5f473; +} + .border-y-stone-100\\/5 { border-top-color: #f5f5f40d; border-bottom-color: #f5f5f40d; @@ -50399,11 +69284,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f480; } +.border-y-stone-100\\/55 { + border-top-color: #f5f5f48c; + border-bottom-color: #f5f5f48c; +} + .border-y-stone-100\\/60 { border-top-color: #f5f5f499; border-bottom-color: #f5f5f499; } +.border-y-stone-100\\/65 { + border-top-color: #f5f5f4a6; + border-bottom-color: #f5f5f4a6; +} + .border-y-stone-100\\/70 { border-top-color: #f5f5f4b3; border-bottom-color: #f5f5f4b3; @@ -50419,6 +69314,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f4cc; } +.border-y-stone-100\\/85 { + border-top-color: #f5f5f4d9; + border-bottom-color: #f5f5f4d9; +} + .border-y-stone-100\\/90 { border-top-color: #f5f5f4e6; border-bottom-color: #f5f5f4e6; @@ -50449,6 +69349,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e4; } +.border-y-stone-200\\/15 { + border-top-color: #e7e5e426; + border-bottom-color: #e7e5e426; +} + .border-y-stone-200\\/20 { border-top-color: #e7e5e433; border-bottom-color: #e7e5e433; @@ -50464,11 +69369,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e44d; } +.border-y-stone-200\\/35 { + border-top-color: #e7e5e459; + border-bottom-color: #e7e5e459; +} + .border-y-stone-200\\/40 { border-top-color: #e7e5e466; border-bottom-color: #e7e5e466; } +.border-y-stone-200\\/45 { + border-top-color: #e7e5e473; + border-bottom-color: #e7e5e473; +} + .border-y-stone-200\\/5 { border-top-color: #e7e5e40d; border-bottom-color: #e7e5e40d; @@ -50479,11 +69394,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e480; } +.border-y-stone-200\\/55 { + border-top-color: #e7e5e48c; + border-bottom-color: #e7e5e48c; +} + .border-y-stone-200\\/60 { border-top-color: #e7e5e499; border-bottom-color: #e7e5e499; } +.border-y-stone-200\\/65 { + border-top-color: #e7e5e4a6; + border-bottom-color: #e7e5e4a6; +} + .border-y-stone-200\\/70 { border-top-color: #e7e5e4b3; border-bottom-color: #e7e5e4b3; @@ -50499,6 +69424,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e4cc; } +.border-y-stone-200\\/85 { + border-top-color: #e7e5e4d9; + border-bottom-color: #e7e5e4d9; +} + .border-y-stone-200\\/90 { border-top-color: #e7e5e4e6; border-bottom-color: #e7e5e4e6; @@ -50529,6 +69459,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d1; } +.border-y-stone-300\\/15 { + border-top-color: #d6d3d126; + border-bottom-color: #d6d3d126; +} + .border-y-stone-300\\/20 { border-top-color: #d6d3d133; border-bottom-color: #d6d3d133; @@ -50544,11 +69479,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d14d; } +.border-y-stone-300\\/35 { + border-top-color: #d6d3d159; + border-bottom-color: #d6d3d159; +} + .border-y-stone-300\\/40 { border-top-color: #d6d3d166; border-bottom-color: #d6d3d166; } +.border-y-stone-300\\/45 { + border-top-color: #d6d3d173; + border-bottom-color: #d6d3d173; +} + .border-y-stone-300\\/5 { border-top-color: #d6d3d10d; border-bottom-color: #d6d3d10d; @@ -50559,11 +69504,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d180; } +.border-y-stone-300\\/55 { + border-top-color: #d6d3d18c; + border-bottom-color: #d6d3d18c; +} + .border-y-stone-300\\/60 { border-top-color: #d6d3d199; border-bottom-color: #d6d3d199; } +.border-y-stone-300\\/65 { + border-top-color: #d6d3d1a6; + border-bottom-color: #d6d3d1a6; +} + .border-y-stone-300\\/70 { border-top-color: #d6d3d1b3; border-bottom-color: #d6d3d1b3; @@ -50579,6 +69534,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d1cc; } +.border-y-stone-300\\/85 { + border-top-color: #d6d3d1d9; + border-bottom-color: #d6d3d1d9; +} + .border-y-stone-300\\/90 { border-top-color: #d6d3d1e6; border-bottom-color: #d6d3d1e6; @@ -50609,6 +69569,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29e; } +.border-y-stone-400\\/15 { + border-top-color: #a8a29e26; + border-bottom-color: #a8a29e26; +} + .border-y-stone-400\\/20 { border-top-color: #a8a29e33; border-bottom-color: #a8a29e33; @@ -50624,11 +69589,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29e4d; } +.border-y-stone-400\\/35 { + border-top-color: #a8a29e59; + border-bottom-color: #a8a29e59; +} + .border-y-stone-400\\/40 { border-top-color: #a8a29e66; border-bottom-color: #a8a29e66; } +.border-y-stone-400\\/45 { + border-top-color: #a8a29e73; + border-bottom-color: #a8a29e73; +} + .border-y-stone-400\\/5 { border-top-color: #a8a29e0d; border-bottom-color: #a8a29e0d; @@ -50639,11 +69614,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29e80; } +.border-y-stone-400\\/55 { + border-top-color: #a8a29e8c; + border-bottom-color: #a8a29e8c; +} + .border-y-stone-400\\/60 { border-top-color: #a8a29e99; border-bottom-color: #a8a29e99; } +.border-y-stone-400\\/65 { + border-top-color: #a8a29ea6; + border-bottom-color: #a8a29ea6; +} + .border-y-stone-400\\/70 { border-top-color: #a8a29eb3; border-bottom-color: #a8a29eb3; @@ -50659,6 +69644,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29ecc; } +.border-y-stone-400\\/85 { + border-top-color: #a8a29ed9; + border-bottom-color: #a8a29ed9; +} + .border-y-stone-400\\/90 { border-top-color: #a8a29ee6; border-bottom-color: #a8a29ee6; @@ -50689,6 +69679,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf9; } +.border-y-stone-50\\/15 { + border-top-color: #fafaf926; + border-bottom-color: #fafaf926; +} + .border-y-stone-50\\/20 { border-top-color: #fafaf933; border-bottom-color: #fafaf933; @@ -50704,11 +69699,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf94d; } +.border-y-stone-50\\/35 { + border-top-color: #fafaf959; + border-bottom-color: #fafaf959; +} + .border-y-stone-50\\/40 { border-top-color: #fafaf966; border-bottom-color: #fafaf966; } +.border-y-stone-50\\/45 { + border-top-color: #fafaf973; + border-bottom-color: #fafaf973; +} + .border-y-stone-50\\/5 { border-top-color: #fafaf90d; border-bottom-color: #fafaf90d; @@ -50719,11 +69724,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf980; } +.border-y-stone-50\\/55 { + border-top-color: #fafaf98c; + border-bottom-color: #fafaf98c; +} + .border-y-stone-50\\/60 { border-top-color: #fafaf999; border-bottom-color: #fafaf999; } +.border-y-stone-50\\/65 { + border-top-color: #fafaf9a6; + border-bottom-color: #fafaf9a6; +} + .border-y-stone-50\\/70 { border-top-color: #fafaf9b3; border-bottom-color: #fafaf9b3; @@ -50739,6 +69754,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf9cc; } +.border-y-stone-50\\/85 { + border-top-color: #fafaf9d9; + border-bottom-color: #fafaf9d9; +} + .border-y-stone-50\\/90 { border-top-color: #fafaf9e6; border-bottom-color: #fafaf9e6; @@ -50769,6 +69789,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716c; } +.border-y-stone-500\\/15 { + border-top-color: #78716c26; + border-bottom-color: #78716c26; +} + .border-y-stone-500\\/20 { border-top-color: #78716c33; border-bottom-color: #78716c33; @@ -50784,11 +69809,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716c4d; } +.border-y-stone-500\\/35 { + border-top-color: #78716c59; + border-bottom-color: #78716c59; +} + .border-y-stone-500\\/40 { border-top-color: #78716c66; border-bottom-color: #78716c66; } +.border-y-stone-500\\/45 { + border-top-color: #78716c73; + border-bottom-color: #78716c73; +} + .border-y-stone-500\\/5 { border-top-color: #78716c0d; border-bottom-color: #78716c0d; @@ -50799,11 +69834,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716c80; } +.border-y-stone-500\\/55 { + border-top-color: #78716c8c; + border-bottom-color: #78716c8c; +} + .border-y-stone-500\\/60 { border-top-color: #78716c99; border-bottom-color: #78716c99; } +.border-y-stone-500\\/65 { + border-top-color: #78716ca6; + border-bottom-color: #78716ca6; +} + .border-y-stone-500\\/70 { border-top-color: #78716cb3; border-bottom-color: #78716cb3; @@ -50819,6 +69864,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716ccc; } +.border-y-stone-500\\/85 { + border-top-color: #78716cd9; + border-bottom-color: #78716cd9; +} + .border-y-stone-500\\/90 { border-top-color: #78716ce6; border-bottom-color: #78716ce6; @@ -50849,6 +69899,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534e; } +.border-y-stone-600\\/15 { + border-top-color: #57534e26; + border-bottom-color: #57534e26; +} + .border-y-stone-600\\/20 { border-top-color: #57534e33; border-bottom-color: #57534e33; @@ -50864,11 +69919,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534e4d; } +.border-y-stone-600\\/35 { + border-top-color: #57534e59; + border-bottom-color: #57534e59; +} + .border-y-stone-600\\/40 { border-top-color: #57534e66; border-bottom-color: #57534e66; } +.border-y-stone-600\\/45 { + border-top-color: #57534e73; + border-bottom-color: #57534e73; +} + .border-y-stone-600\\/5 { border-top-color: #57534e0d; border-bottom-color: #57534e0d; @@ -50879,11 +69944,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534e80; } +.border-y-stone-600\\/55 { + border-top-color: #57534e8c; + border-bottom-color: #57534e8c; +} + .border-y-stone-600\\/60 { border-top-color: #57534e99; border-bottom-color: #57534e99; } +.border-y-stone-600\\/65 { + border-top-color: #57534ea6; + border-bottom-color: #57534ea6; +} + .border-y-stone-600\\/70 { border-top-color: #57534eb3; border-bottom-color: #57534eb3; @@ -50899,6 +69974,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534ecc; } +.border-y-stone-600\\/85 { + border-top-color: #57534ed9; + border-bottom-color: #57534ed9; +} + .border-y-stone-600\\/90 { border-top-color: #57534ee6; border-bottom-color: #57534ee6; @@ -50929,6 +70009,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403c; } +.border-y-stone-700\\/15 { + border-top-color: #44403c26; + border-bottom-color: #44403c26; +} + .border-y-stone-700\\/20 { border-top-color: #44403c33; border-bottom-color: #44403c33; @@ -50944,11 +70029,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403c4d; } +.border-y-stone-700\\/35 { + border-top-color: #44403c59; + border-bottom-color: #44403c59; +} + .border-y-stone-700\\/40 { border-top-color: #44403c66; border-bottom-color: #44403c66; } +.border-y-stone-700\\/45 { + border-top-color: #44403c73; + border-bottom-color: #44403c73; +} + .border-y-stone-700\\/5 { border-top-color: #44403c0d; border-bottom-color: #44403c0d; @@ -50959,11 +70054,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403c80; } +.border-y-stone-700\\/55 { + border-top-color: #44403c8c; + border-bottom-color: #44403c8c; +} + .border-y-stone-700\\/60 { border-top-color: #44403c99; border-bottom-color: #44403c99; } +.border-y-stone-700\\/65 { + border-top-color: #44403ca6; + border-bottom-color: #44403ca6; +} + .border-y-stone-700\\/70 { border-top-color: #44403cb3; border-bottom-color: #44403cb3; @@ -50979,6 +70084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403ccc; } +.border-y-stone-700\\/85 { + border-top-color: #44403cd9; + border-bottom-color: #44403cd9; +} + .border-y-stone-700\\/90 { border-top-color: #44403ce6; border-bottom-color: #44403ce6; @@ -51009,6 +70119,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #292524; } +.border-y-stone-800\\/15 { + border-top-color: #29252426; + border-bottom-color: #29252426; +} + .border-y-stone-800\\/20 { border-top-color: #29252433; border-bottom-color: #29252433; @@ -51024,11 +70139,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2925244d; } +.border-y-stone-800\\/35 { + border-top-color: #29252459; + border-bottom-color: #29252459; +} + .border-y-stone-800\\/40 { border-top-color: #29252466; border-bottom-color: #29252466; } +.border-y-stone-800\\/45 { + border-top-color: #29252473; + border-bottom-color: #29252473; +} + .border-y-stone-800\\/5 { border-top-color: #2925240d; border-bottom-color: #2925240d; @@ -51039,11 +70164,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #29252480; } +.border-y-stone-800\\/55 { + border-top-color: #2925248c; + border-bottom-color: #2925248c; +} + .border-y-stone-800\\/60 { border-top-color: #29252499; border-bottom-color: #29252499; } +.border-y-stone-800\\/65 { + border-top-color: #292524a6; + border-bottom-color: #292524a6; +} + .border-y-stone-800\\/70 { border-top-color: #292524b3; border-bottom-color: #292524b3; @@ -51059,6 +70194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #292524cc; } +.border-y-stone-800\\/85 { + border-top-color: #292524d9; + border-bottom-color: #292524d9; +} + .border-y-stone-800\\/90 { border-top-color: #292524e6; border-bottom-color: #292524e6; @@ -51089,6 +70229,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c1917; } +.border-y-stone-900\\/15 { + border-top-color: #1c191726; + border-bottom-color: #1c191726; +} + .border-y-stone-900\\/20 { border-top-color: #1c191733; border-bottom-color: #1c191733; @@ -51104,11 +70249,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c19174d; } +.border-y-stone-900\\/35 { + border-top-color: #1c191759; + border-bottom-color: #1c191759; +} + .border-y-stone-900\\/40 { border-top-color: #1c191766; border-bottom-color: #1c191766; } +.border-y-stone-900\\/45 { + border-top-color: #1c191773; + border-bottom-color: #1c191773; +} + .border-y-stone-900\\/5 { border-top-color: #1c19170d; border-bottom-color: #1c19170d; @@ -51119,11 +70274,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c191780; } +.border-y-stone-900\\/55 { + border-top-color: #1c19178c; + border-bottom-color: #1c19178c; +} + .border-y-stone-900\\/60 { border-top-color: #1c191799; border-bottom-color: #1c191799; } +.border-y-stone-900\\/65 { + border-top-color: #1c1917a6; + border-bottom-color: #1c1917a6; +} + .border-y-stone-900\\/70 { border-top-color: #1c1917b3; border-bottom-color: #1c1917b3; @@ -51139,6 +70304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c1917cc; } +.border-y-stone-900\\/85 { + border-top-color: #1c1917d9; + border-bottom-color: #1c1917d9; +} + .border-y-stone-900\\/90 { border-top-color: #1c1917e6; border-bottom-color: #1c1917e6; @@ -51169,6 +70339,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a09; } +.border-y-stone-950\\/15 { + border-top-color: #0c0a0926; + border-bottom-color: #0c0a0926; +} + .border-y-stone-950\\/20 { border-top-color: #0c0a0933; border-bottom-color: #0c0a0933; @@ -51184,11 +70359,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a094d; } +.border-y-stone-950\\/35 { + border-top-color: #0c0a0959; + border-bottom-color: #0c0a0959; +} + .border-y-stone-950\\/40 { border-top-color: #0c0a0966; border-bottom-color: #0c0a0966; } +.border-y-stone-950\\/45 { + border-top-color: #0c0a0973; + border-bottom-color: #0c0a0973; +} + .border-y-stone-950\\/5 { border-top-color: #0c0a090d; border-bottom-color: #0c0a090d; @@ -51199,11 +70384,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a0980; } +.border-y-stone-950\\/55 { + border-top-color: #0c0a098c; + border-bottom-color: #0c0a098c; +} + .border-y-stone-950\\/60 { border-top-color: #0c0a0999; border-bottom-color: #0c0a0999; } +.border-y-stone-950\\/65 { + border-top-color: #0c0a09a6; + border-bottom-color: #0c0a09a6; +} + .border-y-stone-950\\/70 { border-top-color: #0c0a09b3; border-bottom-color: #0c0a09b3; @@ -51219,6 +70414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a09cc; } +.border-y-stone-950\\/85 { + border-top-color: #0c0a09d9; + border-bottom-color: #0c0a09d9; +} + .border-y-stone-950\\/90 { border-top-color: #0c0a09e6; border-bottom-color: #0c0a09e6; @@ -51249,6 +70449,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf1; } +.border-y-teal-100\\/15 { + border-top-color: #ccfbf126; + border-bottom-color: #ccfbf126; +} + .border-y-teal-100\\/20 { border-top-color: #ccfbf133; border-bottom-color: #ccfbf133; @@ -51264,11 +70469,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf14d; } +.border-y-teal-100\\/35 { + border-top-color: #ccfbf159; + border-bottom-color: #ccfbf159; +} + .border-y-teal-100\\/40 { border-top-color: #ccfbf166; border-bottom-color: #ccfbf166; } +.border-y-teal-100\\/45 { + border-top-color: #ccfbf173; + border-bottom-color: #ccfbf173; +} + .border-y-teal-100\\/5 { border-top-color: #ccfbf10d; border-bottom-color: #ccfbf10d; @@ -51279,11 +70494,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf180; } +.border-y-teal-100\\/55 { + border-top-color: #ccfbf18c; + border-bottom-color: #ccfbf18c; +} + .border-y-teal-100\\/60 { border-top-color: #ccfbf199; border-bottom-color: #ccfbf199; } +.border-y-teal-100\\/65 { + border-top-color: #ccfbf1a6; + border-bottom-color: #ccfbf1a6; +} + .border-y-teal-100\\/70 { border-top-color: #ccfbf1b3; border-bottom-color: #ccfbf1b3; @@ -51299,6 +70524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf1cc; } +.border-y-teal-100\\/85 { + border-top-color: #ccfbf1d9; + border-bottom-color: #ccfbf1d9; +} + .border-y-teal-100\\/90 { border-top-color: #ccfbf1e6; border-bottom-color: #ccfbf1e6; @@ -51329,6 +70559,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e4; } +.border-y-teal-200\\/15 { + border-top-color: #99f6e426; + border-bottom-color: #99f6e426; +} + .border-y-teal-200\\/20 { border-top-color: #99f6e433; border-bottom-color: #99f6e433; @@ -51344,11 +70579,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e44d; } +.border-y-teal-200\\/35 { + border-top-color: #99f6e459; + border-bottom-color: #99f6e459; +} + .border-y-teal-200\\/40 { border-top-color: #99f6e466; border-bottom-color: #99f6e466; } +.border-y-teal-200\\/45 { + border-top-color: #99f6e473; + border-bottom-color: #99f6e473; +} + .border-y-teal-200\\/5 { border-top-color: #99f6e40d; border-bottom-color: #99f6e40d; @@ -51359,11 +70604,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e480; } +.border-y-teal-200\\/55 { + border-top-color: #99f6e48c; + border-bottom-color: #99f6e48c; +} + .border-y-teal-200\\/60 { border-top-color: #99f6e499; border-bottom-color: #99f6e499; } +.border-y-teal-200\\/65 { + border-top-color: #99f6e4a6; + border-bottom-color: #99f6e4a6; +} + .border-y-teal-200\\/70 { border-top-color: #99f6e4b3; border-bottom-color: #99f6e4b3; @@ -51379,6 +70634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e4cc; } +.border-y-teal-200\\/85 { + border-top-color: #99f6e4d9; + border-bottom-color: #99f6e4d9; +} + .border-y-teal-200\\/90 { border-top-color: #99f6e4e6; border-bottom-color: #99f6e4e6; @@ -51409,6 +70669,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead4; } +.border-y-teal-300\\/15 { + border-top-color: #5eead426; + border-bottom-color: #5eead426; +} + .border-y-teal-300\\/20 { border-top-color: #5eead433; border-bottom-color: #5eead433; @@ -51424,11 +70689,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead44d; } +.border-y-teal-300\\/35 { + border-top-color: #5eead459; + border-bottom-color: #5eead459; +} + .border-y-teal-300\\/40 { border-top-color: #5eead466; border-bottom-color: #5eead466; } +.border-y-teal-300\\/45 { + border-top-color: #5eead473; + border-bottom-color: #5eead473; +} + .border-y-teal-300\\/5 { border-top-color: #5eead40d; border-bottom-color: #5eead40d; @@ -51439,11 +70714,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead480; } +.border-y-teal-300\\/55 { + border-top-color: #5eead48c; + border-bottom-color: #5eead48c; +} + .border-y-teal-300\\/60 { border-top-color: #5eead499; border-bottom-color: #5eead499; } +.border-y-teal-300\\/65 { + border-top-color: #5eead4a6; + border-bottom-color: #5eead4a6; +} + .border-y-teal-300\\/70 { border-top-color: #5eead4b3; border-bottom-color: #5eead4b3; @@ -51459,6 +70744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead4cc; } +.border-y-teal-300\\/85 { + border-top-color: #5eead4d9; + border-bottom-color: #5eead4d9; +} + .border-y-teal-300\\/90 { border-top-color: #5eead4e6; border-bottom-color: #5eead4e6; @@ -51489,6 +70779,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bf; } +.border-y-teal-400\\/15 { + border-top-color: #2dd4bf26; + border-bottom-color: #2dd4bf26; +} + .border-y-teal-400\\/20 { border-top-color: #2dd4bf33; border-bottom-color: #2dd4bf33; @@ -51504,11 +70799,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bf4d; } +.border-y-teal-400\\/35 { + border-top-color: #2dd4bf59; + border-bottom-color: #2dd4bf59; +} + .border-y-teal-400\\/40 { border-top-color: #2dd4bf66; border-bottom-color: #2dd4bf66; } +.border-y-teal-400\\/45 { + border-top-color: #2dd4bf73; + border-bottom-color: #2dd4bf73; +} + .border-y-teal-400\\/5 { border-top-color: #2dd4bf0d; border-bottom-color: #2dd4bf0d; @@ -51519,11 +70824,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bf80; } +.border-y-teal-400\\/55 { + border-top-color: #2dd4bf8c; + border-bottom-color: #2dd4bf8c; +} + .border-y-teal-400\\/60 { border-top-color: #2dd4bf99; border-bottom-color: #2dd4bf99; } +.border-y-teal-400\\/65 { + border-top-color: #2dd4bfa6; + border-bottom-color: #2dd4bfa6; +} + .border-y-teal-400\\/70 { border-top-color: #2dd4bfb3; border-bottom-color: #2dd4bfb3; @@ -51539,6 +70854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bfcc; } +.border-y-teal-400\\/85 { + border-top-color: #2dd4bfd9; + border-bottom-color: #2dd4bfd9; +} + .border-y-teal-400\\/90 { border-top-color: #2dd4bfe6; border-bottom-color: #2dd4bfe6; @@ -51569,6 +70889,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfa; } +.border-y-teal-50\\/15 { + border-top-color: #f0fdfa26; + border-bottom-color: #f0fdfa26; +} + .border-y-teal-50\\/20 { border-top-color: #f0fdfa33; border-bottom-color: #f0fdfa33; @@ -51584,11 +70909,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfa4d; } +.border-y-teal-50\\/35 { + border-top-color: #f0fdfa59; + border-bottom-color: #f0fdfa59; +} + .border-y-teal-50\\/40 { border-top-color: #f0fdfa66; border-bottom-color: #f0fdfa66; } +.border-y-teal-50\\/45 { + border-top-color: #f0fdfa73; + border-bottom-color: #f0fdfa73; +} + .border-y-teal-50\\/5 { border-top-color: #f0fdfa0d; border-bottom-color: #f0fdfa0d; @@ -51599,11 +70934,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfa80; } +.border-y-teal-50\\/55 { + border-top-color: #f0fdfa8c; + border-bottom-color: #f0fdfa8c; +} + .border-y-teal-50\\/60 { border-top-color: #f0fdfa99; border-bottom-color: #f0fdfa99; } +.border-y-teal-50\\/65 { + border-top-color: #f0fdfaa6; + border-bottom-color: #f0fdfaa6; +} + .border-y-teal-50\\/70 { border-top-color: #f0fdfab3; border-bottom-color: #f0fdfab3; @@ -51619,6 +70964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfacc; } +.border-y-teal-50\\/85 { + border-top-color: #f0fdfad9; + border-bottom-color: #f0fdfad9; +} + .border-y-teal-50\\/90 { border-top-color: #f0fdfae6; border-bottom-color: #f0fdfae6; @@ -51649,6 +70999,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a6; } +.border-y-teal-500\\/15 { + border-top-color: #14b8a626; + border-bottom-color: #14b8a626; +} + .border-y-teal-500\\/20 { border-top-color: #14b8a633; border-bottom-color: #14b8a633; @@ -51664,11 +71019,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a64d; } +.border-y-teal-500\\/35 { + border-top-color: #14b8a659; + border-bottom-color: #14b8a659; +} + .border-y-teal-500\\/40 { border-top-color: #14b8a666; border-bottom-color: #14b8a666; } +.border-y-teal-500\\/45 { + border-top-color: #14b8a673; + border-bottom-color: #14b8a673; +} + .border-y-teal-500\\/5 { border-top-color: #14b8a60d; border-bottom-color: #14b8a60d; @@ -51679,11 +71044,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a680; } +.border-y-teal-500\\/55 { + border-top-color: #14b8a68c; + border-bottom-color: #14b8a68c; +} + .border-y-teal-500\\/60 { border-top-color: #14b8a699; border-bottom-color: #14b8a699; } +.border-y-teal-500\\/65 { + border-top-color: #14b8a6a6; + border-bottom-color: #14b8a6a6; +} + .border-y-teal-500\\/70 { border-top-color: #14b8a6b3; border-bottom-color: #14b8a6b3; @@ -51699,6 +71074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a6cc; } +.border-y-teal-500\\/85 { + border-top-color: #14b8a6d9; + border-bottom-color: #14b8a6d9; +} + .border-y-teal-500\\/90 { border-top-color: #14b8a6e6; border-bottom-color: #14b8a6e6; @@ -51729,6 +71109,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d9488; } +.border-y-teal-600\\/15 { + border-top-color: #0d948826; + border-bottom-color: #0d948826; +} + .border-y-teal-600\\/20 { border-top-color: #0d948833; border-bottom-color: #0d948833; @@ -51744,11 +71129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d94884d; } +.border-y-teal-600\\/35 { + border-top-color: #0d948859; + border-bottom-color: #0d948859; +} + .border-y-teal-600\\/40 { border-top-color: #0d948866; border-bottom-color: #0d948866; } +.border-y-teal-600\\/45 { + border-top-color: #0d948873; + border-bottom-color: #0d948873; +} + .border-y-teal-600\\/5 { border-top-color: #0d94880d; border-bottom-color: #0d94880d; @@ -51759,11 +71154,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d948880; } +.border-y-teal-600\\/55 { + border-top-color: #0d94888c; + border-bottom-color: #0d94888c; +} + .border-y-teal-600\\/60 { border-top-color: #0d948899; border-bottom-color: #0d948899; } +.border-y-teal-600\\/65 { + border-top-color: #0d9488a6; + border-bottom-color: #0d9488a6; +} + .border-y-teal-600\\/70 { border-top-color: #0d9488b3; border-bottom-color: #0d9488b3; @@ -51779,6 +71184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d9488cc; } +.border-y-teal-600\\/85 { + border-top-color: #0d9488d9; + border-bottom-color: #0d9488d9; +} + .border-y-teal-600\\/90 { border-top-color: #0d9488e6; border-bottom-color: #0d9488e6; @@ -51809,6 +71219,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766e; } +.border-y-teal-700\\/15 { + border-top-color: #0f766e26; + border-bottom-color: #0f766e26; +} + .border-y-teal-700\\/20 { border-top-color: #0f766e33; border-bottom-color: #0f766e33; @@ -51824,11 +71239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766e4d; } +.border-y-teal-700\\/35 { + border-top-color: #0f766e59; + border-bottom-color: #0f766e59; +} + .border-y-teal-700\\/40 { border-top-color: #0f766e66; border-bottom-color: #0f766e66; } +.border-y-teal-700\\/45 { + border-top-color: #0f766e73; + border-bottom-color: #0f766e73; +} + .border-y-teal-700\\/5 { border-top-color: #0f766e0d; border-bottom-color: #0f766e0d; @@ -51839,11 +71264,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766e80; } +.border-y-teal-700\\/55 { + border-top-color: #0f766e8c; + border-bottom-color: #0f766e8c; +} + .border-y-teal-700\\/60 { border-top-color: #0f766e99; border-bottom-color: #0f766e99; } +.border-y-teal-700\\/65 { + border-top-color: #0f766ea6; + border-bottom-color: #0f766ea6; +} + .border-y-teal-700\\/70 { border-top-color: #0f766eb3; border-bottom-color: #0f766eb3; @@ -51859,6 +71294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766ecc; } +.border-y-teal-700\\/85 { + border-top-color: #0f766ed9; + border-bottom-color: #0f766ed9; +} + .border-y-teal-700\\/90 { border-top-color: #0f766ee6; border-bottom-color: #0f766ee6; @@ -51889,6 +71329,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e59; } +.border-y-teal-800\\/15 { + border-top-color: #115e5926; + border-bottom-color: #115e5926; +} + .border-y-teal-800\\/20 { border-top-color: #115e5933; border-bottom-color: #115e5933; @@ -51904,11 +71349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e594d; } +.border-y-teal-800\\/35 { + border-top-color: #115e5959; + border-bottom-color: #115e5959; +} + .border-y-teal-800\\/40 { border-top-color: #115e5966; border-bottom-color: #115e5966; } +.border-y-teal-800\\/45 { + border-top-color: #115e5973; + border-bottom-color: #115e5973; +} + .border-y-teal-800\\/5 { border-top-color: #115e590d; border-bottom-color: #115e590d; @@ -51919,11 +71374,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e5980; } +.border-y-teal-800\\/55 { + border-top-color: #115e598c; + border-bottom-color: #115e598c; +} + .border-y-teal-800\\/60 { border-top-color: #115e5999; border-bottom-color: #115e5999; } +.border-y-teal-800\\/65 { + border-top-color: #115e59a6; + border-bottom-color: #115e59a6; +} + .border-y-teal-800\\/70 { border-top-color: #115e59b3; border-bottom-color: #115e59b3; @@ -51939,6 +71404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e59cc; } +.border-y-teal-800\\/85 { + border-top-color: #115e59d9; + border-bottom-color: #115e59d9; +} + .border-y-teal-800\\/90 { border-top-color: #115e59e6; border-bottom-color: #115e59e6; @@ -51969,6 +71439,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4a; } +.border-y-teal-900\\/15 { + border-top-color: #134e4a26; + border-bottom-color: #134e4a26; +} + .border-y-teal-900\\/20 { border-top-color: #134e4a33; border-bottom-color: #134e4a33; @@ -51984,11 +71459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4a4d; } +.border-y-teal-900\\/35 { + border-top-color: #134e4a59; + border-bottom-color: #134e4a59; +} + .border-y-teal-900\\/40 { border-top-color: #134e4a66; border-bottom-color: #134e4a66; } +.border-y-teal-900\\/45 { + border-top-color: #134e4a73; + border-bottom-color: #134e4a73; +} + .border-y-teal-900\\/5 { border-top-color: #134e4a0d; border-bottom-color: #134e4a0d; @@ -51999,11 +71484,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4a80; } +.border-y-teal-900\\/55 { + border-top-color: #134e4a8c; + border-bottom-color: #134e4a8c; +} + .border-y-teal-900\\/60 { border-top-color: #134e4a99; border-bottom-color: #134e4a99; } +.border-y-teal-900\\/65 { + border-top-color: #134e4aa6; + border-bottom-color: #134e4aa6; +} + .border-y-teal-900\\/70 { border-top-color: #134e4ab3; border-bottom-color: #134e4ab3; @@ -52019,6 +71514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4acc; } +.border-y-teal-900\\/85 { + border-top-color: #134e4ad9; + border-bottom-color: #134e4ad9; +} + .border-y-teal-900\\/90 { border-top-color: #134e4ae6; border-bottom-color: #134e4ae6; @@ -52049,6 +71549,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2e; } +.border-y-teal-950\\/15 { + border-top-color: #042f2e26; + border-bottom-color: #042f2e26; +} + .border-y-teal-950\\/20 { border-top-color: #042f2e33; border-bottom-color: #042f2e33; @@ -52064,11 +71569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2e4d; } +.border-y-teal-950\\/35 { + border-top-color: #042f2e59; + border-bottom-color: #042f2e59; +} + .border-y-teal-950\\/40 { border-top-color: #042f2e66; border-bottom-color: #042f2e66; } +.border-y-teal-950\\/45 { + border-top-color: #042f2e73; + border-bottom-color: #042f2e73; +} + .border-y-teal-950\\/5 { border-top-color: #042f2e0d; border-bottom-color: #042f2e0d; @@ -52079,11 +71594,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2e80; } +.border-y-teal-950\\/55 { + border-top-color: #042f2e8c; + border-bottom-color: #042f2e8c; +} + .border-y-teal-950\\/60 { border-top-color: #042f2e99; border-bottom-color: #042f2e99; } +.border-y-teal-950\\/65 { + border-top-color: #042f2ea6; + border-bottom-color: #042f2ea6; +} + .border-y-teal-950\\/70 { border-top-color: #042f2eb3; border-bottom-color: #042f2eb3; @@ -52099,6 +71624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2ecc; } +.border-y-teal-950\\/85 { + border-top-color: #042f2ed9; + border-bottom-color: #042f2ed9; +} + .border-y-teal-950\\/90 { border-top-color: #042f2ee6; border-bottom-color: #042f2ee6; @@ -52124,6 +71654,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000; } +.border-y-transparent\\/15 { + border-top-color: #00000026; + border-bottom-color: #00000026; +} + .border-y-transparent\\/20 { border-top-color: #0003; border-bottom-color: #0003; @@ -52139,11 +71674,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0000004d; } +.border-y-transparent\\/35 { + border-top-color: #00000059; + border-bottom-color: #00000059; +} + .border-y-transparent\\/40 { border-top-color: #0006; border-bottom-color: #0006; } +.border-y-transparent\\/45 { + border-top-color: #00000073; + border-bottom-color: #00000073; +} + .border-y-transparent\\/5 { border-top-color: #0000000d; border-bottom-color: #0000000d; @@ -52154,11 +71699,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #00000080; } +.border-y-transparent\\/55 { + border-top-color: #0000008c; + border-bottom-color: #0000008c; +} + .border-y-transparent\\/60 { border-top-color: #0009; border-bottom-color: #0009; } +.border-y-transparent\\/65 { + border-top-color: #000000a6; + border-bottom-color: #000000a6; +} + .border-y-transparent\\/70 { border-top-color: #000000b3; border-bottom-color: #000000b3; @@ -52174,6 +71729,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000c; } +.border-y-transparent\\/85 { + border-top-color: #000000d9; + border-bottom-color: #000000d9; +} + .border-y-transparent\\/90 { border-top-color: #000000e6; border-bottom-color: #000000e6; @@ -52204,6 +71764,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fe; } +.border-y-violet-100\\/15 { + border-top-color: #ede9fe26; + border-bottom-color: #ede9fe26; +} + .border-y-violet-100\\/20 { border-top-color: #ede9fe33; border-bottom-color: #ede9fe33; @@ -52219,11 +71784,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fe4d; } +.border-y-violet-100\\/35 { + border-top-color: #ede9fe59; + border-bottom-color: #ede9fe59; +} + .border-y-violet-100\\/40 { border-top-color: #ede9fe66; border-bottom-color: #ede9fe66; } +.border-y-violet-100\\/45 { + border-top-color: #ede9fe73; + border-bottom-color: #ede9fe73; +} + .border-y-violet-100\\/5 { border-top-color: #ede9fe0d; border-bottom-color: #ede9fe0d; @@ -52234,11 +71809,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fe80; } +.border-y-violet-100\\/55 { + border-top-color: #ede9fe8c; + border-bottom-color: #ede9fe8c; +} + .border-y-violet-100\\/60 { border-top-color: #ede9fe99; border-bottom-color: #ede9fe99; } +.border-y-violet-100\\/65 { + border-top-color: #ede9fea6; + border-bottom-color: #ede9fea6; +} + .border-y-violet-100\\/70 { border-top-color: #ede9feb3; border-bottom-color: #ede9feb3; @@ -52254,6 +71839,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fecc; } +.border-y-violet-100\\/85 { + border-top-color: #ede9fed9; + border-bottom-color: #ede9fed9; +} + .border-y-violet-100\\/90 { border-top-color: #ede9fee6; border-bottom-color: #ede9fee6; @@ -52284,6 +71874,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fe; } +.border-y-violet-200\\/15 { + border-top-color: #ddd6fe26; + border-bottom-color: #ddd6fe26; +} + .border-y-violet-200\\/20 { border-top-color: #ddd6fe33; border-bottom-color: #ddd6fe33; @@ -52299,11 +71894,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fe4d; } +.border-y-violet-200\\/35 { + border-top-color: #ddd6fe59; + border-bottom-color: #ddd6fe59; +} + .border-y-violet-200\\/40 { border-top-color: #ddd6fe66; border-bottom-color: #ddd6fe66; } +.border-y-violet-200\\/45 { + border-top-color: #ddd6fe73; + border-bottom-color: #ddd6fe73; +} + .border-y-violet-200\\/5 { border-top-color: #ddd6fe0d; border-bottom-color: #ddd6fe0d; @@ -52314,11 +71919,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fe80; } +.border-y-violet-200\\/55 { + border-top-color: #ddd6fe8c; + border-bottom-color: #ddd6fe8c; +} + .border-y-violet-200\\/60 { border-top-color: #ddd6fe99; border-bottom-color: #ddd6fe99; } +.border-y-violet-200\\/65 { + border-top-color: #ddd6fea6; + border-bottom-color: #ddd6fea6; +} + .border-y-violet-200\\/70 { border-top-color: #ddd6feb3; border-bottom-color: #ddd6feb3; @@ -52334,6 +71949,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fecc; } +.border-y-violet-200\\/85 { + border-top-color: #ddd6fed9; + border-bottom-color: #ddd6fed9; +} + .border-y-violet-200\\/90 { border-top-color: #ddd6fee6; border-bottom-color: #ddd6fee6; @@ -52364,6 +71984,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fd; } +.border-y-violet-300\\/15 { + border-top-color: #c4b5fd26; + border-bottom-color: #c4b5fd26; +} + .border-y-violet-300\\/20 { border-top-color: #c4b5fd33; border-bottom-color: #c4b5fd33; @@ -52379,11 +72004,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fd4d; } +.border-y-violet-300\\/35 { + border-top-color: #c4b5fd59; + border-bottom-color: #c4b5fd59; +} + .border-y-violet-300\\/40 { border-top-color: #c4b5fd66; border-bottom-color: #c4b5fd66; } +.border-y-violet-300\\/45 { + border-top-color: #c4b5fd73; + border-bottom-color: #c4b5fd73; +} + .border-y-violet-300\\/5 { border-top-color: #c4b5fd0d; border-bottom-color: #c4b5fd0d; @@ -52394,11 +72029,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fd80; } +.border-y-violet-300\\/55 { + border-top-color: #c4b5fd8c; + border-bottom-color: #c4b5fd8c; +} + .border-y-violet-300\\/60 { border-top-color: #c4b5fd99; border-bottom-color: #c4b5fd99; } +.border-y-violet-300\\/65 { + border-top-color: #c4b5fda6; + border-bottom-color: #c4b5fda6; +} + .border-y-violet-300\\/70 { border-top-color: #c4b5fdb3; border-bottom-color: #c4b5fdb3; @@ -52414,6 +72059,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fdcc; } +.border-y-violet-300\\/85 { + border-top-color: #c4b5fdd9; + border-bottom-color: #c4b5fdd9; +} + .border-y-violet-300\\/90 { border-top-color: #c4b5fde6; border-bottom-color: #c4b5fde6; @@ -52444,6 +72094,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfa; } +.border-y-violet-400\\/15 { + border-top-color: #a78bfa26; + border-bottom-color: #a78bfa26; +} + .border-y-violet-400\\/20 { border-top-color: #a78bfa33; border-bottom-color: #a78bfa33; @@ -52459,11 +72114,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfa4d; } +.border-y-violet-400\\/35 { + border-top-color: #a78bfa59; + border-bottom-color: #a78bfa59; +} + .border-y-violet-400\\/40 { border-top-color: #a78bfa66; border-bottom-color: #a78bfa66; } +.border-y-violet-400\\/45 { + border-top-color: #a78bfa73; + border-bottom-color: #a78bfa73; +} + .border-y-violet-400\\/5 { border-top-color: #a78bfa0d; border-bottom-color: #a78bfa0d; @@ -52474,11 +72139,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfa80; } +.border-y-violet-400\\/55 { + border-top-color: #a78bfa8c; + border-bottom-color: #a78bfa8c; +} + .border-y-violet-400\\/60 { border-top-color: #a78bfa99; border-bottom-color: #a78bfa99; } +.border-y-violet-400\\/65 { + border-top-color: #a78bfaa6; + border-bottom-color: #a78bfaa6; +} + .border-y-violet-400\\/70 { border-top-color: #a78bfab3; border-bottom-color: #a78bfab3; @@ -52494,6 +72169,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfacc; } +.border-y-violet-400\\/85 { + border-top-color: #a78bfad9; + border-bottom-color: #a78bfad9; +} + .border-y-violet-400\\/90 { border-top-color: #a78bfae6; border-bottom-color: #a78bfae6; @@ -52524,6 +72204,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ff; } +.border-y-violet-50\\/15 { + border-top-color: #f5f3ff26; + border-bottom-color: #f5f3ff26; +} + .border-y-violet-50\\/20 { border-top-color: #f5f3ff33; border-bottom-color: #f5f3ff33; @@ -52539,11 +72224,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ff4d; } +.border-y-violet-50\\/35 { + border-top-color: #f5f3ff59; + border-bottom-color: #f5f3ff59; +} + .border-y-violet-50\\/40 { border-top-color: #f5f3ff66; border-bottom-color: #f5f3ff66; } +.border-y-violet-50\\/45 { + border-top-color: #f5f3ff73; + border-bottom-color: #f5f3ff73; +} + .border-y-violet-50\\/5 { border-top-color: #f5f3ff0d; border-bottom-color: #f5f3ff0d; @@ -52554,11 +72249,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ff80; } +.border-y-violet-50\\/55 { + border-top-color: #f5f3ff8c; + border-bottom-color: #f5f3ff8c; +} + .border-y-violet-50\\/60 { border-top-color: #f5f3ff99; border-bottom-color: #f5f3ff99; } +.border-y-violet-50\\/65 { + border-top-color: #f5f3ffa6; + border-bottom-color: #f5f3ffa6; +} + .border-y-violet-50\\/70 { border-top-color: #f5f3ffb3; border-bottom-color: #f5f3ffb3; @@ -52574,6 +72279,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ffcc; } +.border-y-violet-50\\/85 { + border-top-color: #f5f3ffd9; + border-bottom-color: #f5f3ffd9; +} + .border-y-violet-50\\/90 { border-top-color: #f5f3ffe6; border-bottom-color: #f5f3ffe6; @@ -52604,6 +72314,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf6; } +.border-y-violet-500\\/15 { + border-top-color: #8b5cf626; + border-bottom-color: #8b5cf626; +} + .border-y-violet-500\\/20 { border-top-color: #8b5cf633; border-bottom-color: #8b5cf633; @@ -52619,11 +72334,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf64d; } +.border-y-violet-500\\/35 { + border-top-color: #8b5cf659; + border-bottom-color: #8b5cf659; +} + .border-y-violet-500\\/40 { border-top-color: #8b5cf666; border-bottom-color: #8b5cf666; } +.border-y-violet-500\\/45 { + border-top-color: #8b5cf673; + border-bottom-color: #8b5cf673; +} + .border-y-violet-500\\/5 { border-top-color: #8b5cf60d; border-bottom-color: #8b5cf60d; @@ -52634,11 +72359,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf680; } +.border-y-violet-500\\/55 { + border-top-color: #8b5cf68c; + border-bottom-color: #8b5cf68c; +} + .border-y-violet-500\\/60 { border-top-color: #8b5cf699; border-bottom-color: #8b5cf699; } +.border-y-violet-500\\/65 { + border-top-color: #8b5cf6a6; + border-bottom-color: #8b5cf6a6; +} + .border-y-violet-500\\/70 { border-top-color: #8b5cf6b3; border-bottom-color: #8b5cf6b3; @@ -52654,6 +72389,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf6cc; } +.border-y-violet-500\\/85 { + border-top-color: #8b5cf6d9; + border-bottom-color: #8b5cf6d9; +} + .border-y-violet-500\\/90 { border-top-color: #8b5cf6e6; border-bottom-color: #8b5cf6e6; @@ -52684,6 +72424,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aed; } +.border-y-violet-600\\/15 { + border-top-color: #7c3aed26; + border-bottom-color: #7c3aed26; +} + .border-y-violet-600\\/20 { border-top-color: #7c3aed33; border-bottom-color: #7c3aed33; @@ -52699,11 +72444,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aed4d; } +.border-y-violet-600\\/35 { + border-top-color: #7c3aed59; + border-bottom-color: #7c3aed59; +} + .border-y-violet-600\\/40 { border-top-color: #7c3aed66; border-bottom-color: #7c3aed66; } +.border-y-violet-600\\/45 { + border-top-color: #7c3aed73; + border-bottom-color: #7c3aed73; +} + .border-y-violet-600\\/5 { border-top-color: #7c3aed0d; border-bottom-color: #7c3aed0d; @@ -52714,11 +72469,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aed80; } +.border-y-violet-600\\/55 { + border-top-color: #7c3aed8c; + border-bottom-color: #7c3aed8c; +} + .border-y-violet-600\\/60 { border-top-color: #7c3aed99; border-bottom-color: #7c3aed99; } +.border-y-violet-600\\/65 { + border-top-color: #7c3aeda6; + border-bottom-color: #7c3aeda6; +} + .border-y-violet-600\\/70 { border-top-color: #7c3aedb3; border-bottom-color: #7c3aedb3; @@ -52734,6 +72499,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aedcc; } +.border-y-violet-600\\/85 { + border-top-color: #7c3aedd9; + border-bottom-color: #7c3aedd9; +} + .border-y-violet-600\\/90 { border-top-color: #7c3aede6; border-bottom-color: #7c3aede6; @@ -52764,6 +72534,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d9; } +.border-y-violet-700\\/15 { + border-top-color: #6d28d926; + border-bottom-color: #6d28d926; +} + .border-y-violet-700\\/20 { border-top-color: #6d28d933; border-bottom-color: #6d28d933; @@ -52779,11 +72554,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d94d; } +.border-y-violet-700\\/35 { + border-top-color: #6d28d959; + border-bottom-color: #6d28d959; +} + .border-y-violet-700\\/40 { border-top-color: #6d28d966; border-bottom-color: #6d28d966; } +.border-y-violet-700\\/45 { + border-top-color: #6d28d973; + border-bottom-color: #6d28d973; +} + .border-y-violet-700\\/5 { border-top-color: #6d28d90d; border-bottom-color: #6d28d90d; @@ -52794,11 +72579,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d980; } +.border-y-violet-700\\/55 { + border-top-color: #6d28d98c; + border-bottom-color: #6d28d98c; +} + .border-y-violet-700\\/60 { border-top-color: #6d28d999; border-bottom-color: #6d28d999; } +.border-y-violet-700\\/65 { + border-top-color: #6d28d9a6; + border-bottom-color: #6d28d9a6; +} + .border-y-violet-700\\/70 { border-top-color: #6d28d9b3; border-bottom-color: #6d28d9b3; @@ -52814,6 +72609,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d9cc; } +.border-y-violet-700\\/85 { + border-top-color: #6d28d9d9; + border-bottom-color: #6d28d9d9; +} + .border-y-violet-700\\/90 { border-top-color: #6d28d9e6; border-bottom-color: #6d28d9e6; @@ -52844,6 +72644,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b6; } +.border-y-violet-800\\/15 { + border-top-color: #5b21b626; + border-bottom-color: #5b21b626; +} + .border-y-violet-800\\/20 { border-top-color: #5b21b633; border-bottom-color: #5b21b633; @@ -52859,11 +72664,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b64d; } +.border-y-violet-800\\/35 { + border-top-color: #5b21b659; + border-bottom-color: #5b21b659; +} + .border-y-violet-800\\/40 { border-top-color: #5b21b666; border-bottom-color: #5b21b666; } +.border-y-violet-800\\/45 { + border-top-color: #5b21b673; + border-bottom-color: #5b21b673; +} + .border-y-violet-800\\/5 { border-top-color: #5b21b60d; border-bottom-color: #5b21b60d; @@ -52874,11 +72689,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b680; } +.border-y-violet-800\\/55 { + border-top-color: #5b21b68c; + border-bottom-color: #5b21b68c; +} + .border-y-violet-800\\/60 { border-top-color: #5b21b699; border-bottom-color: #5b21b699; } +.border-y-violet-800\\/65 { + border-top-color: #5b21b6a6; + border-bottom-color: #5b21b6a6; +} + .border-y-violet-800\\/70 { border-top-color: #5b21b6b3; border-bottom-color: #5b21b6b3; @@ -52894,6 +72719,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b6cc; } +.border-y-violet-800\\/85 { + border-top-color: #5b21b6d9; + border-bottom-color: #5b21b6d9; +} + .border-y-violet-800\\/90 { border-top-color: #5b21b6e6; border-bottom-color: #5b21b6e6; @@ -52924,6 +72754,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d95; } +.border-y-violet-900\\/15 { + border-top-color: #4c1d9526; + border-bottom-color: #4c1d9526; +} + .border-y-violet-900\\/20 { border-top-color: #4c1d9533; border-bottom-color: #4c1d9533; @@ -52939,11 +72774,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d954d; } +.border-y-violet-900\\/35 { + border-top-color: #4c1d9559; + border-bottom-color: #4c1d9559; +} + .border-y-violet-900\\/40 { border-top-color: #4c1d9566; border-bottom-color: #4c1d9566; } +.border-y-violet-900\\/45 { + border-top-color: #4c1d9573; + border-bottom-color: #4c1d9573; +} + .border-y-violet-900\\/5 { border-top-color: #4c1d950d; border-bottom-color: #4c1d950d; @@ -52954,11 +72799,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d9580; } +.border-y-violet-900\\/55 { + border-top-color: #4c1d958c; + border-bottom-color: #4c1d958c; +} + .border-y-violet-900\\/60 { border-top-color: #4c1d9599; border-bottom-color: #4c1d9599; } +.border-y-violet-900\\/65 { + border-top-color: #4c1d95a6; + border-bottom-color: #4c1d95a6; +} + .border-y-violet-900\\/70 { border-top-color: #4c1d95b3; border-bottom-color: #4c1d95b3; @@ -52974,6 +72829,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d95cc; } +.border-y-violet-900\\/85 { + border-top-color: #4c1d95d9; + border-bottom-color: #4c1d95d9; +} + .border-y-violet-900\\/90 { border-top-color: #4c1d95e6; border-bottom-color: #4c1d95e6; @@ -53004,6 +72864,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e1065; } +.border-y-violet-950\\/15 { + border-top-color: #2e106526; + border-bottom-color: #2e106526; +} + .border-y-violet-950\\/20 { border-top-color: #2e106533; border-bottom-color: #2e106533; @@ -53019,11 +72884,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e10654d; } +.border-y-violet-950\\/35 { + border-top-color: #2e106559; + border-bottom-color: #2e106559; +} + .border-y-violet-950\\/40 { border-top-color: #2e106566; border-bottom-color: #2e106566; } +.border-y-violet-950\\/45 { + border-top-color: #2e106573; + border-bottom-color: #2e106573; +} + .border-y-violet-950\\/5 { border-top-color: #2e10650d; border-bottom-color: #2e10650d; @@ -53034,11 +72909,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e106580; } +.border-y-violet-950\\/55 { + border-top-color: #2e10658c; + border-bottom-color: #2e10658c; +} + .border-y-violet-950\\/60 { border-top-color: #2e106599; border-bottom-color: #2e106599; } +.border-y-violet-950\\/65 { + border-top-color: #2e1065a6; + border-bottom-color: #2e1065a6; +} + .border-y-violet-950\\/70 { border-top-color: #2e1065b3; border-bottom-color: #2e1065b3; @@ -53054,6 +72939,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e1065cc; } +.border-y-violet-950\\/85 { + border-top-color: #2e1065d9; + border-bottom-color: #2e1065d9; +} + .border-y-violet-950\\/90 { border-top-color: #2e1065e6; border-bottom-color: #2e1065e6; @@ -53084,6 +72974,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff; } +.border-y-white\\/15 { + border-top-color: #ffffff26; + border-bottom-color: #ffffff26; +} + .border-y-white\\/20 { border-top-color: #fff3; border-bottom-color: #fff3; @@ -53099,11 +72994,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffffff4d; } +.border-y-white\\/35 { + border-top-color: #ffffff59; + border-bottom-color: #ffffff59; +} + .border-y-white\\/40 { border-top-color: #fff6; border-bottom-color: #fff6; } +.border-y-white\\/45 { + border-top-color: #ffffff73; + border-bottom-color: #ffffff73; +} + .border-y-white\\/5 { border-top-color: #ffffff0d; border-bottom-color: #ffffff0d; @@ -53114,11 +73019,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffffff80; } +.border-y-white\\/55 { + border-top-color: #ffffff8c; + border-bottom-color: #ffffff8c; +} + .border-y-white\\/60 { border-top-color: #fff9; border-bottom-color: #fff9; } +.border-y-white\\/65 { + border-top-color: #ffffffa6; + border-bottom-color: #ffffffa6; +} + .border-y-white\\/70 { border-top-color: #ffffffb3; border-bottom-color: #ffffffb3; @@ -53134,6 +73049,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffc; } +.border-y-white\\/85 { + border-top-color: #ffffffd9; + border-bottom-color: #ffffffd9; +} + .border-y-white\\/90 { border-top-color: #ffffffe6; border-bottom-color: #ffffffe6; @@ -53164,6 +73084,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c3; } +.border-y-yellow-100\\/15 { + border-top-color: #fef9c326; + border-bottom-color: #fef9c326; +} + .border-y-yellow-100\\/20 { border-top-color: #fef9c333; border-bottom-color: #fef9c333; @@ -53179,11 +73104,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c34d; } +.border-y-yellow-100\\/35 { + border-top-color: #fef9c359; + border-bottom-color: #fef9c359; +} + .border-y-yellow-100\\/40 { border-top-color: #fef9c366; border-bottom-color: #fef9c366; } +.border-y-yellow-100\\/45 { + border-top-color: #fef9c373; + border-bottom-color: #fef9c373; +} + .border-y-yellow-100\\/5 { border-top-color: #fef9c30d; border-bottom-color: #fef9c30d; @@ -53194,11 +73129,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c380; } +.border-y-yellow-100\\/55 { + border-top-color: #fef9c38c; + border-bottom-color: #fef9c38c; +} + .border-y-yellow-100\\/60 { border-top-color: #fef9c399; border-bottom-color: #fef9c399; } +.border-y-yellow-100\\/65 { + border-top-color: #fef9c3a6; + border-bottom-color: #fef9c3a6; +} + .border-y-yellow-100\\/70 { border-top-color: #fef9c3b3; border-bottom-color: #fef9c3b3; @@ -53214,6 +73159,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c3cc; } +.border-y-yellow-100\\/85 { + border-top-color: #fef9c3d9; + border-bottom-color: #fef9c3d9; +} + .border-y-yellow-100\\/90 { border-top-color: #fef9c3e6; border-bottom-color: #fef9c3e6; @@ -53244,6 +73194,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08a; } +.border-y-yellow-200\\/15 { + border-top-color: #fef08a26; + border-bottom-color: #fef08a26; +} + .border-y-yellow-200\\/20 { border-top-color: #fef08a33; border-bottom-color: #fef08a33; @@ -53259,11 +73214,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08a4d; } +.border-y-yellow-200\\/35 { + border-top-color: #fef08a59; + border-bottom-color: #fef08a59; +} + .border-y-yellow-200\\/40 { border-top-color: #fef08a66; border-bottom-color: #fef08a66; } +.border-y-yellow-200\\/45 { + border-top-color: #fef08a73; + border-bottom-color: #fef08a73; +} + .border-y-yellow-200\\/5 { border-top-color: #fef08a0d; border-bottom-color: #fef08a0d; @@ -53274,11 +73239,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08a80; } +.border-y-yellow-200\\/55 { + border-top-color: #fef08a8c; + border-bottom-color: #fef08a8c; +} + .border-y-yellow-200\\/60 { border-top-color: #fef08a99; border-bottom-color: #fef08a99; } +.border-y-yellow-200\\/65 { + border-top-color: #fef08aa6; + border-bottom-color: #fef08aa6; +} + .border-y-yellow-200\\/70 { border-top-color: #fef08ab3; border-bottom-color: #fef08ab3; @@ -53294,6 +73269,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08acc; } +.border-y-yellow-200\\/85 { + border-top-color: #fef08ad9; + border-bottom-color: #fef08ad9; +} + .border-y-yellow-200\\/90 { border-top-color: #fef08ae6; border-bottom-color: #fef08ae6; @@ -53324,6 +73304,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde047; } +.border-y-yellow-300\\/15 { + border-top-color: #fde04726; + border-bottom-color: #fde04726; +} + .border-y-yellow-300\\/20 { border-top-color: #fde04733; border-bottom-color: #fde04733; @@ -53339,11 +73324,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde0474d; } +.border-y-yellow-300\\/35 { + border-top-color: #fde04759; + border-bottom-color: #fde04759; +} + .border-y-yellow-300\\/40 { border-top-color: #fde04766; border-bottom-color: #fde04766; } +.border-y-yellow-300\\/45 { + border-top-color: #fde04773; + border-bottom-color: #fde04773; +} + .border-y-yellow-300\\/5 { border-top-color: #fde0470d; border-bottom-color: #fde0470d; @@ -53354,11 +73349,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde04780; } +.border-y-yellow-300\\/55 { + border-top-color: #fde0478c; + border-bottom-color: #fde0478c; +} + .border-y-yellow-300\\/60 { border-top-color: #fde04799; border-bottom-color: #fde04799; } +.border-y-yellow-300\\/65 { + border-top-color: #fde047a6; + border-bottom-color: #fde047a6; +} + .border-y-yellow-300\\/70 { border-top-color: #fde047b3; border-bottom-color: #fde047b3; @@ -53374,6 +73379,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde047cc; } +.border-y-yellow-300\\/85 { + border-top-color: #fde047d9; + border-bottom-color: #fde047d9; +} + .border-y-yellow-300\\/90 { border-top-color: #fde047e6; border-bottom-color: #fde047e6; @@ -53404,6 +73414,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc15; } +.border-y-yellow-400\\/15 { + border-top-color: #facc1526; + border-bottom-color: #facc1526; +} + .border-y-yellow-400\\/20 { border-top-color: #facc1533; border-bottom-color: #facc1533; @@ -53419,11 +73434,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc154d; } +.border-y-yellow-400\\/35 { + border-top-color: #facc1559; + border-bottom-color: #facc1559; +} + .border-y-yellow-400\\/40 { border-top-color: #facc1566; border-bottom-color: #facc1566; } +.border-y-yellow-400\\/45 { + border-top-color: #facc1573; + border-bottom-color: #facc1573; +} + .border-y-yellow-400\\/5 { border-top-color: #facc150d; border-bottom-color: #facc150d; @@ -53434,11 +73459,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc1580; } +.border-y-yellow-400\\/55 { + border-top-color: #facc158c; + border-bottom-color: #facc158c; +} + .border-y-yellow-400\\/60 { border-top-color: #facc1599; border-bottom-color: #facc1599; } +.border-y-yellow-400\\/65 { + border-top-color: #facc15a6; + border-bottom-color: #facc15a6; +} + .border-y-yellow-400\\/70 { border-top-color: #facc15b3; border-bottom-color: #facc15b3; @@ -53454,6 +73489,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc15cc; } +.border-y-yellow-400\\/85 { + border-top-color: #facc15d9; + border-bottom-color: #facc15d9; +} + .border-y-yellow-400\\/90 { border-top-color: #facc15e6; border-bottom-color: #facc15e6; @@ -53484,6 +73524,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce8; } +.border-y-yellow-50\\/15 { + border-top-color: #fefce826; + border-bottom-color: #fefce826; +} + .border-y-yellow-50\\/20 { border-top-color: #fefce833; border-bottom-color: #fefce833; @@ -53499,11 +73544,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce84d; } +.border-y-yellow-50\\/35 { + border-top-color: #fefce859; + border-bottom-color: #fefce859; +} + .border-y-yellow-50\\/40 { border-top-color: #fefce866; border-bottom-color: #fefce866; } +.border-y-yellow-50\\/45 { + border-top-color: #fefce873; + border-bottom-color: #fefce873; +} + .border-y-yellow-50\\/5 { border-top-color: #fefce80d; border-bottom-color: #fefce80d; @@ -53514,11 +73569,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce880; } +.border-y-yellow-50\\/55 { + border-top-color: #fefce88c; + border-bottom-color: #fefce88c; +} + .border-y-yellow-50\\/60 { border-top-color: #fefce899; border-bottom-color: #fefce899; } +.border-y-yellow-50\\/65 { + border-top-color: #fefce8a6; + border-bottom-color: #fefce8a6; +} + .border-y-yellow-50\\/70 { border-top-color: #fefce8b3; border-bottom-color: #fefce8b3; @@ -53534,6 +73599,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce8cc; } +.border-y-yellow-50\\/85 { + border-top-color: #fefce8d9; + border-bottom-color: #fefce8d9; +} + .border-y-yellow-50\\/90 { border-top-color: #fefce8e6; border-bottom-color: #fefce8e6; @@ -53564,6 +73634,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab308; } +.border-y-yellow-500\\/15 { + border-top-color: #eab30826; + border-bottom-color: #eab30826; +} + .border-y-yellow-500\\/20 { border-top-color: #eab30833; border-bottom-color: #eab30833; @@ -53579,11 +73654,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab3084d; } +.border-y-yellow-500\\/35 { + border-top-color: #eab30859; + border-bottom-color: #eab30859; +} + .border-y-yellow-500\\/40 { border-top-color: #eab30866; border-bottom-color: #eab30866; } +.border-y-yellow-500\\/45 { + border-top-color: #eab30873; + border-bottom-color: #eab30873; +} + .border-y-yellow-500\\/5 { border-top-color: #eab3080d; border-bottom-color: #eab3080d; @@ -53594,11 +73679,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab30880; } +.border-y-yellow-500\\/55 { + border-top-color: #eab3088c; + border-bottom-color: #eab3088c; +} + .border-y-yellow-500\\/60 { border-top-color: #eab30899; border-bottom-color: #eab30899; } +.border-y-yellow-500\\/65 { + border-top-color: #eab308a6; + border-bottom-color: #eab308a6; +} + .border-y-yellow-500\\/70 { border-top-color: #eab308b3; border-bottom-color: #eab308b3; @@ -53614,6 +73709,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab308cc; } +.border-y-yellow-500\\/85 { + border-top-color: #eab308d9; + border-bottom-color: #eab308d9; +} + .border-y-yellow-500\\/90 { border-top-color: #eab308e6; border-bottom-color: #eab308e6; @@ -53644,6 +73744,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a04; } +.border-y-yellow-600\\/15 { + border-top-color: #ca8a0426; + border-bottom-color: #ca8a0426; +} + .border-y-yellow-600\\/20 { border-top-color: #ca8a0433; border-bottom-color: #ca8a0433; @@ -53659,11 +73764,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a044d; } +.border-y-yellow-600\\/35 { + border-top-color: #ca8a0459; + border-bottom-color: #ca8a0459; +} + .border-y-yellow-600\\/40 { border-top-color: #ca8a0466; border-bottom-color: #ca8a0466; } +.border-y-yellow-600\\/45 { + border-top-color: #ca8a0473; + border-bottom-color: #ca8a0473; +} + .border-y-yellow-600\\/5 { border-top-color: #ca8a040d; border-bottom-color: #ca8a040d; @@ -53674,11 +73789,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a0480; } +.border-y-yellow-600\\/55 { + border-top-color: #ca8a048c; + border-bottom-color: #ca8a048c; +} + .border-y-yellow-600\\/60 { border-top-color: #ca8a0499; border-bottom-color: #ca8a0499; } +.border-y-yellow-600\\/65 { + border-top-color: #ca8a04a6; + border-bottom-color: #ca8a04a6; +} + .border-y-yellow-600\\/70 { border-top-color: #ca8a04b3; border-bottom-color: #ca8a04b3; @@ -53694,6 +73819,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a04cc; } +.border-y-yellow-600\\/85 { + border-top-color: #ca8a04d9; + border-bottom-color: #ca8a04d9; +} + .border-y-yellow-600\\/90 { border-top-color: #ca8a04e6; border-bottom-color: #ca8a04e6; @@ -53724,6 +73854,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a16207; } +.border-y-yellow-700\\/15 { + border-top-color: #a1620726; + border-bottom-color: #a1620726; +} + .border-y-yellow-700\\/20 { border-top-color: #a1620733; border-bottom-color: #a1620733; @@ -53739,11 +73874,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a162074d; } +.border-y-yellow-700\\/35 { + border-top-color: #a1620759; + border-bottom-color: #a1620759; +} + .border-y-yellow-700\\/40 { border-top-color: #a1620766; border-bottom-color: #a1620766; } +.border-y-yellow-700\\/45 { + border-top-color: #a1620773; + border-bottom-color: #a1620773; +} + .border-y-yellow-700\\/5 { border-top-color: #a162070d; border-bottom-color: #a162070d; @@ -53754,11 +73899,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1620780; } +.border-y-yellow-700\\/55 { + border-top-color: #a162078c; + border-bottom-color: #a162078c; +} + .border-y-yellow-700\\/60 { border-top-color: #a1620799; border-bottom-color: #a1620799; } +.border-y-yellow-700\\/65 { + border-top-color: #a16207a6; + border-bottom-color: #a16207a6; +} + .border-y-yellow-700\\/70 { border-top-color: #a16207b3; border-bottom-color: #a16207b3; @@ -53774,6 +73929,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a16207cc; } +.border-y-yellow-700\\/85 { + border-top-color: #a16207d9; + border-bottom-color: #a16207d9; +} + .border-y-yellow-700\\/90 { border-top-color: #a16207e6; border-bottom-color: #a16207e6; @@ -53804,6 +73964,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0e; } +.border-y-yellow-800\\/15 { + border-top-color: #854d0e26; + border-bottom-color: #854d0e26; +} + .border-y-yellow-800\\/20 { border-top-color: #854d0e33; border-bottom-color: #854d0e33; @@ -53819,11 +73984,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0e4d; } +.border-y-yellow-800\\/35 { + border-top-color: #854d0e59; + border-bottom-color: #854d0e59; +} + .border-y-yellow-800\\/40 { border-top-color: #854d0e66; border-bottom-color: #854d0e66; } +.border-y-yellow-800\\/45 { + border-top-color: #854d0e73; + border-bottom-color: #854d0e73; +} + .border-y-yellow-800\\/5 { border-top-color: #854d0e0d; border-bottom-color: #854d0e0d; @@ -53834,11 +74009,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0e80; } +.border-y-yellow-800\\/55 { + border-top-color: #854d0e8c; + border-bottom-color: #854d0e8c; +} + .border-y-yellow-800\\/60 { border-top-color: #854d0e99; border-bottom-color: #854d0e99; } +.border-y-yellow-800\\/65 { + border-top-color: #854d0ea6; + border-bottom-color: #854d0ea6; +} + .border-y-yellow-800\\/70 { border-top-color: #854d0eb3; border-bottom-color: #854d0eb3; @@ -53854,6 +74039,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0ecc; } +.border-y-yellow-800\\/85 { + border-top-color: #854d0ed9; + border-bottom-color: #854d0ed9; +} + .border-y-yellow-800\\/90 { border-top-color: #854d0ee6; border-bottom-color: #854d0ee6; @@ -53884,6 +74074,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f12; } +.border-y-yellow-900\\/15 { + border-top-color: #713f1226; + border-bottom-color: #713f1226; +} + .border-y-yellow-900\\/20 { border-top-color: #713f1233; border-bottom-color: #713f1233; @@ -53899,11 +74094,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f124d; } +.border-y-yellow-900\\/35 { + border-top-color: #713f1259; + border-bottom-color: #713f1259; +} + .border-y-yellow-900\\/40 { border-top-color: #713f1266; border-bottom-color: #713f1266; } +.border-y-yellow-900\\/45 { + border-top-color: #713f1273; + border-bottom-color: #713f1273; +} + .border-y-yellow-900\\/5 { border-top-color: #713f120d; border-bottom-color: #713f120d; @@ -53914,11 +74119,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f1280; } +.border-y-yellow-900\\/55 { + border-top-color: #713f128c; + border-bottom-color: #713f128c; +} + .border-y-yellow-900\\/60 { border-top-color: #713f1299; border-bottom-color: #713f1299; } +.border-y-yellow-900\\/65 { + border-top-color: #713f12a6; + border-bottom-color: #713f12a6; +} + .border-y-yellow-900\\/70 { border-top-color: #713f12b3; border-bottom-color: #713f12b3; @@ -53934,6 +74149,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f12cc; } +.border-y-yellow-900\\/85 { + border-top-color: #713f12d9; + border-bottom-color: #713f12d9; +} + .border-y-yellow-900\\/90 { border-top-color: #713f12e6; border-bottom-color: #713f12e6; @@ -53964,6 +74184,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #422006; } +.border-y-yellow-950\\/15 { + border-top-color: #42200626; + border-bottom-color: #42200626; +} + .border-y-yellow-950\\/20 { border-top-color: #42200633; border-bottom-color: #42200633; @@ -53979,11 +74204,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4220064d; } +.border-y-yellow-950\\/35 { + border-top-color: #42200659; + border-bottom-color: #42200659; +} + .border-y-yellow-950\\/40 { border-top-color: #42200666; border-bottom-color: #42200666; } +.border-y-yellow-950\\/45 { + border-top-color: #42200673; + border-bottom-color: #42200673; +} + .border-y-yellow-950\\/5 { border-top-color: #4220060d; border-bottom-color: #4220060d; @@ -53994,11 +74229,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #42200680; } +.border-y-yellow-950\\/55 { + border-top-color: #4220068c; + border-bottom-color: #4220068c; +} + .border-y-yellow-950\\/60 { border-top-color: #42200699; border-bottom-color: #42200699; } +.border-y-yellow-950\\/65 { + border-top-color: #422006a6; + border-bottom-color: #422006a6; +} + .border-y-yellow-950\\/70 { border-top-color: #422006b3; border-bottom-color: #422006b3; @@ -54014,6 +74259,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #422006cc; } +.border-y-yellow-950\\/85 { + border-top-color: #422006d9; + border-bottom-color: #422006d9; +} + .border-y-yellow-950\\/90 { border-top-color: #422006e6; border-bottom-color: #422006e6; @@ -54044,6 +74294,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f5; } +.border-y-zinc-100\\/15 { + border-top-color: #f4f4f526; + border-bottom-color: #f4f4f526; +} + .border-y-zinc-100\\/20 { border-top-color: #f4f4f533; border-bottom-color: #f4f4f533; @@ -54059,11 +74314,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f54d; } +.border-y-zinc-100\\/35 { + border-top-color: #f4f4f559; + border-bottom-color: #f4f4f559; +} + .border-y-zinc-100\\/40 { border-top-color: #f4f4f566; border-bottom-color: #f4f4f566; } +.border-y-zinc-100\\/45 { + border-top-color: #f4f4f573; + border-bottom-color: #f4f4f573; +} + .border-y-zinc-100\\/5 { border-top-color: #f4f4f50d; border-bottom-color: #f4f4f50d; @@ -54074,11 +74339,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f580; } +.border-y-zinc-100\\/55 { + border-top-color: #f4f4f58c; + border-bottom-color: #f4f4f58c; +} + .border-y-zinc-100\\/60 { border-top-color: #f4f4f599; border-bottom-color: #f4f4f599; } +.border-y-zinc-100\\/65 { + border-top-color: #f4f4f5a6; + border-bottom-color: #f4f4f5a6; +} + .border-y-zinc-100\\/70 { border-top-color: #f4f4f5b3; border-bottom-color: #f4f4f5b3; @@ -54094,6 +74369,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f5cc; } +.border-y-zinc-100\\/85 { + border-top-color: #f4f4f5d9; + border-bottom-color: #f4f4f5d9; +} + .border-y-zinc-100\\/90 { border-top-color: #f4f4f5e6; border-bottom-color: #f4f4f5e6; @@ -54124,6 +74404,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e7; } +.border-y-zinc-200\\/15 { + border-top-color: #e4e4e726; + border-bottom-color: #e4e4e726; +} + .border-y-zinc-200\\/20 { border-top-color: #e4e4e733; border-bottom-color: #e4e4e733; @@ -54139,11 +74424,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e74d; } +.border-y-zinc-200\\/35 { + border-top-color: #e4e4e759; + border-bottom-color: #e4e4e759; +} + .border-y-zinc-200\\/40 { border-top-color: #e4e4e766; border-bottom-color: #e4e4e766; } +.border-y-zinc-200\\/45 { + border-top-color: #e4e4e773; + border-bottom-color: #e4e4e773; +} + .border-y-zinc-200\\/5 { border-top-color: #e4e4e70d; border-bottom-color: #e4e4e70d; @@ -54154,11 +74449,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e780; } +.border-y-zinc-200\\/55 { + border-top-color: #e4e4e78c; + border-bottom-color: #e4e4e78c; +} + .border-y-zinc-200\\/60 { border-top-color: #e4e4e799; border-bottom-color: #e4e4e799; } +.border-y-zinc-200\\/65 { + border-top-color: #e4e4e7a6; + border-bottom-color: #e4e4e7a6; +} + .border-y-zinc-200\\/70 { border-top-color: #e4e4e7b3; border-bottom-color: #e4e4e7b3; @@ -54174,6 +74479,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e7cc; } +.border-y-zinc-200\\/85 { + border-top-color: #e4e4e7d9; + border-bottom-color: #e4e4e7d9; +} + .border-y-zinc-200\\/90 { border-top-color: #e4e4e7e6; border-bottom-color: #e4e4e7e6; @@ -54204,6 +74514,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d8; } +.border-y-zinc-300\\/15 { + border-top-color: #d4d4d826; + border-bottom-color: #d4d4d826; +} + .border-y-zinc-300\\/20 { border-top-color: #d4d4d833; border-bottom-color: #d4d4d833; @@ -54219,11 +74534,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d84d; } +.border-y-zinc-300\\/35 { + border-top-color: #d4d4d859; + border-bottom-color: #d4d4d859; +} + .border-y-zinc-300\\/40 { border-top-color: #d4d4d866; border-bottom-color: #d4d4d866; } +.border-y-zinc-300\\/45 { + border-top-color: #d4d4d873; + border-bottom-color: #d4d4d873; +} + .border-y-zinc-300\\/5 { border-top-color: #d4d4d80d; border-bottom-color: #d4d4d80d; @@ -54234,11 +74559,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d880; } +.border-y-zinc-300\\/55 { + border-top-color: #d4d4d88c; + border-bottom-color: #d4d4d88c; +} + .border-y-zinc-300\\/60 { border-top-color: #d4d4d899; border-bottom-color: #d4d4d899; } +.border-y-zinc-300\\/65 { + border-top-color: #d4d4d8a6; + border-bottom-color: #d4d4d8a6; +} + .border-y-zinc-300\\/70 { border-top-color: #d4d4d8b3; border-bottom-color: #d4d4d8b3; @@ -54254,6 +74589,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d8cc; } +.border-y-zinc-300\\/85 { + border-top-color: #d4d4d8d9; + border-bottom-color: #d4d4d8d9; +} + .border-y-zinc-300\\/90 { border-top-color: #d4d4d8e6; border-bottom-color: #d4d4d8e6; @@ -54284,6 +74624,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aa; } +.border-y-zinc-400\\/15 { + border-top-color: #a1a1aa26; + border-bottom-color: #a1a1aa26; +} + .border-y-zinc-400\\/20 { border-top-color: #a1a1aa33; border-bottom-color: #a1a1aa33; @@ -54299,11 +74644,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aa4d; } +.border-y-zinc-400\\/35 { + border-top-color: #a1a1aa59; + border-bottom-color: #a1a1aa59; +} + .border-y-zinc-400\\/40 { border-top-color: #a1a1aa66; border-bottom-color: #a1a1aa66; } +.border-y-zinc-400\\/45 { + border-top-color: #a1a1aa73; + border-bottom-color: #a1a1aa73; +} + .border-y-zinc-400\\/5 { border-top-color: #a1a1aa0d; border-bottom-color: #a1a1aa0d; @@ -54314,11 +74669,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aa80; } +.border-y-zinc-400\\/55 { + border-top-color: #a1a1aa8c; + border-bottom-color: #a1a1aa8c; +} + .border-y-zinc-400\\/60 { border-top-color: #a1a1aa99; border-bottom-color: #a1a1aa99; } +.border-y-zinc-400\\/65 { + border-top-color: #a1a1aaa6; + border-bottom-color: #a1a1aaa6; +} + .border-y-zinc-400\\/70 { border-top-color: #a1a1aab3; border-bottom-color: #a1a1aab3; @@ -54334,6 +74699,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aacc; } +.border-y-zinc-400\\/85 { + border-top-color: #a1a1aad9; + border-bottom-color: #a1a1aad9; +} + .border-y-zinc-400\\/90 { border-top-color: #a1a1aae6; border-bottom-color: #a1a1aae6; @@ -54364,6 +74734,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa; } +.border-y-zinc-50\\/15 { + border-top-color: #fafafa26; + border-bottom-color: #fafafa26; +} + .border-y-zinc-50\\/20 { border-top-color: #fafafa33; border-bottom-color: #fafafa33; @@ -54379,11 +74754,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa4d; } +.border-y-zinc-50\\/35 { + border-top-color: #fafafa59; + border-bottom-color: #fafafa59; +} + .border-y-zinc-50\\/40 { border-top-color: #fafafa66; border-bottom-color: #fafafa66; } +.border-y-zinc-50\\/45 { + border-top-color: #fafafa73; + border-bottom-color: #fafafa73; +} + .border-y-zinc-50\\/5 { border-top-color: #fafafa0d; border-bottom-color: #fafafa0d; @@ -54394,11 +74779,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa80; } +.border-y-zinc-50\\/55 { + border-top-color: #fafafa8c; + border-bottom-color: #fafafa8c; +} + .border-y-zinc-50\\/60 { border-top-color: #fafafa99; border-bottom-color: #fafafa99; } +.border-y-zinc-50\\/65 { + border-top-color: #fafafaa6; + border-bottom-color: #fafafaa6; +} + .border-y-zinc-50\\/70 { border-top-color: #fafafab3; border-bottom-color: #fafafab3; @@ -54414,6 +74809,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafacc; } +.border-y-zinc-50\\/85 { + border-top-color: #fafafad9; + border-bottom-color: #fafafad9; +} + .border-y-zinc-50\\/90 { border-top-color: #fafafae6; border-bottom-color: #fafafae6; @@ -54444,6 +74844,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717a; } +.border-y-zinc-500\\/15 { + border-top-color: #71717a26; + border-bottom-color: #71717a26; +} + .border-y-zinc-500\\/20 { border-top-color: #71717a33; border-bottom-color: #71717a33; @@ -54459,11 +74864,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717a4d; } +.border-y-zinc-500\\/35 { + border-top-color: #71717a59; + border-bottom-color: #71717a59; +} + .border-y-zinc-500\\/40 { border-top-color: #71717a66; border-bottom-color: #71717a66; } +.border-y-zinc-500\\/45 { + border-top-color: #71717a73; + border-bottom-color: #71717a73; +} + .border-y-zinc-500\\/5 { border-top-color: #71717a0d; border-bottom-color: #71717a0d; @@ -54474,11 +74889,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717a80; } +.border-y-zinc-500\\/55 { + border-top-color: #71717a8c; + border-bottom-color: #71717a8c; +} + .border-y-zinc-500\\/60 { border-top-color: #71717a99; border-bottom-color: #71717a99; } +.border-y-zinc-500\\/65 { + border-top-color: #71717aa6; + border-bottom-color: #71717aa6; +} + .border-y-zinc-500\\/70 { border-top-color: #71717ab3; border-bottom-color: #71717ab3; @@ -54494,6 +74919,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717acc; } +.border-y-zinc-500\\/85 { + border-top-color: #71717ad9; + border-bottom-color: #71717ad9; +} + .border-y-zinc-500\\/90 { border-top-color: #71717ae6; border-bottom-color: #71717ae6; @@ -54524,6 +74954,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525b; } +.border-y-zinc-600\\/15 { + border-top-color: #52525b26; + border-bottom-color: #52525b26; +} + .border-y-zinc-600\\/20 { border-top-color: #52525b33; border-bottom-color: #52525b33; @@ -54539,11 +74974,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525b4d; } +.border-y-zinc-600\\/35 { + border-top-color: #52525b59; + border-bottom-color: #52525b59; +} + .border-y-zinc-600\\/40 { border-top-color: #52525b66; border-bottom-color: #52525b66; } +.border-y-zinc-600\\/45 { + border-top-color: #52525b73; + border-bottom-color: #52525b73; +} + .border-y-zinc-600\\/5 { border-top-color: #52525b0d; border-bottom-color: #52525b0d; @@ -54554,11 +74999,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525b80; } +.border-y-zinc-600\\/55 { + border-top-color: #52525b8c; + border-bottom-color: #52525b8c; +} + .border-y-zinc-600\\/60 { border-top-color: #52525b99; border-bottom-color: #52525b99; } +.border-y-zinc-600\\/65 { + border-top-color: #52525ba6; + border-bottom-color: #52525ba6; +} + .border-y-zinc-600\\/70 { border-top-color: #52525bb3; border-bottom-color: #52525bb3; @@ -54574,6 +75029,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525bcc; } +.border-y-zinc-600\\/85 { + border-top-color: #52525bd9; + border-bottom-color: #52525bd9; +} + .border-y-zinc-600\\/90 { border-top-color: #52525be6; border-bottom-color: #52525be6; @@ -54604,6 +75064,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f46; } +.border-y-zinc-700\\/15 { + border-top-color: #3f3f4626; + border-bottom-color: #3f3f4626; +} + .border-y-zinc-700\\/20 { border-top-color: #3f3f4633; border-bottom-color: #3f3f4633; @@ -54619,11 +75084,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f464d; } +.border-y-zinc-700\\/35 { + border-top-color: #3f3f4659; + border-bottom-color: #3f3f4659; +} + .border-y-zinc-700\\/40 { border-top-color: #3f3f4666; border-bottom-color: #3f3f4666; } +.border-y-zinc-700\\/45 { + border-top-color: #3f3f4673; + border-bottom-color: #3f3f4673; +} + .border-y-zinc-700\\/5 { border-top-color: #3f3f460d; border-bottom-color: #3f3f460d; @@ -54634,11 +75109,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f4680; } +.border-y-zinc-700\\/55 { + border-top-color: #3f3f468c; + border-bottom-color: #3f3f468c; +} + .border-y-zinc-700\\/60 { border-top-color: #3f3f4699; border-bottom-color: #3f3f4699; } +.border-y-zinc-700\\/65 { + border-top-color: #3f3f46a6; + border-bottom-color: #3f3f46a6; +} + .border-y-zinc-700\\/70 { border-top-color: #3f3f46b3; border-bottom-color: #3f3f46b3; @@ -54654,6 +75139,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f46cc; } +.border-y-zinc-700\\/85 { + border-top-color: #3f3f46d9; + border-bottom-color: #3f3f46d9; +} + .border-y-zinc-700\\/90 { border-top-color: #3f3f46e6; border-bottom-color: #3f3f46e6; @@ -54684,6 +75174,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272a; } +.border-y-zinc-800\\/15 { + border-top-color: #27272a26; + border-bottom-color: #27272a26; +} + .border-y-zinc-800\\/20 { border-top-color: #27272a33; border-bottom-color: #27272a33; @@ -54699,11 +75194,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272a4d; } +.border-y-zinc-800\\/35 { + border-top-color: #27272a59; + border-bottom-color: #27272a59; +} + .border-y-zinc-800\\/40 { border-top-color: #27272a66; border-bottom-color: #27272a66; } +.border-y-zinc-800\\/45 { + border-top-color: #27272a73; + border-bottom-color: #27272a73; +} + .border-y-zinc-800\\/5 { border-top-color: #27272a0d; border-bottom-color: #27272a0d; @@ -54714,11 +75219,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272a80; } +.border-y-zinc-800\\/55 { + border-top-color: #27272a8c; + border-bottom-color: #27272a8c; +} + .border-y-zinc-800\\/60 { border-top-color: #27272a99; border-bottom-color: #27272a99; } +.border-y-zinc-800\\/65 { + border-top-color: #27272aa6; + border-bottom-color: #27272aa6; +} + .border-y-zinc-800\\/70 { border-top-color: #27272ab3; border-bottom-color: #27272ab3; @@ -54734,6 +75249,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272acc; } +.border-y-zinc-800\\/85 { + border-top-color: #27272ad9; + border-bottom-color: #27272ad9; +} + .border-y-zinc-800\\/90 { border-top-color: #27272ae6; border-bottom-color: #27272ae6; @@ -54764,6 +75284,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181b; } +.border-y-zinc-900\\/15 { + border-top-color: #18181b26; + border-bottom-color: #18181b26; +} + .border-y-zinc-900\\/20 { border-top-color: #18181b33; border-bottom-color: #18181b33; @@ -54779,11 +75304,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181b4d; } +.border-y-zinc-900\\/35 { + border-top-color: #18181b59; + border-bottom-color: #18181b59; +} + .border-y-zinc-900\\/40 { border-top-color: #18181b66; border-bottom-color: #18181b66; } +.border-y-zinc-900\\/45 { + border-top-color: #18181b73; + border-bottom-color: #18181b73; +} + .border-y-zinc-900\\/5 { border-top-color: #18181b0d; border-bottom-color: #18181b0d; @@ -54794,11 +75329,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181b80; } +.border-y-zinc-900\\/55 { + border-top-color: #18181b8c; + border-bottom-color: #18181b8c; +} + .border-y-zinc-900\\/60 { border-top-color: #18181b99; border-bottom-color: #18181b99; } +.border-y-zinc-900\\/65 { + border-top-color: #18181ba6; + border-bottom-color: #18181ba6; +} + .border-y-zinc-900\\/70 { border-top-color: #18181bb3; border-bottom-color: #18181bb3; @@ -54814,6 +75359,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181bcc; } +.border-y-zinc-900\\/85 { + border-top-color: #18181bd9; + border-bottom-color: #18181bd9; +} + .border-y-zinc-900\\/90 { border-top-color: #18181be6; border-bottom-color: #18181be6; @@ -54844,6 +75394,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090b; } +.border-y-zinc-950\\/15 { + border-top-color: #09090b26; + border-bottom-color: #09090b26; +} + .border-y-zinc-950\\/20 { border-top-color: #09090b33; border-bottom-color: #09090b33; @@ -54859,11 +75414,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090b4d; } +.border-y-zinc-950\\/35 { + border-top-color: #09090b59; + border-bottom-color: #09090b59; +} + .border-y-zinc-950\\/40 { border-top-color: #09090b66; border-bottom-color: #09090b66; } +.border-y-zinc-950\\/45 { + border-top-color: #09090b73; + border-bottom-color: #09090b73; +} + .border-y-zinc-950\\/5 { border-top-color: #09090b0d; border-bottom-color: #09090b0d; @@ -54874,11 +75439,21 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090b80; } +.border-y-zinc-950\\/55 { + border-top-color: #09090b8c; + border-bottom-color: #09090b8c; +} + .border-y-zinc-950\\/60 { border-top-color: #09090b99; border-bottom-color: #09090b99; } +.border-y-zinc-950\\/65 { + border-top-color: #09090ba6; + border-bottom-color: #09090ba6; +} + .border-y-zinc-950\\/70 { border-top-color: #09090bb3; border-bottom-color: #09090bb3; @@ -54894,6 +75469,11 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090bcc; } +.border-y-zinc-950\\/85 { + border-top-color: #09090bd9; + border-bottom-color: #09090bd9; +} + .border-y-zinc-950\\/90 { border-top-color: #09090be6; border-bottom-color: #09090be6; @@ -54920,6 +75500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c7; } +.border-b-amber-100\\/15 { + border-bottom-color: #fef3c726; +} + .border-b-amber-100\\/20 { border-bottom-color: #fef3c733; } @@ -54932,10 +75516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c74d; } +.border-b-amber-100\\/35 { + border-bottom-color: #fef3c759; +} + .border-b-amber-100\\/40 { border-bottom-color: #fef3c766; } +.border-b-amber-100\\/45 { + border-bottom-color: #fef3c773; +} + .border-b-amber-100\\/5 { border-bottom-color: #fef3c70d; } @@ -54944,10 +75536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c780; } +.border-b-amber-100\\/55 { + border-bottom-color: #fef3c78c; +} + .border-b-amber-100\\/60 { border-bottom-color: #fef3c799; } +.border-b-amber-100\\/65 { + border-bottom-color: #fef3c7a6; +} + .border-b-amber-100\\/70 { border-bottom-color: #fef3c7b3; } @@ -54960,6 +75560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef3c7cc; } +.border-b-amber-100\\/85 { + border-bottom-color: #fef3c7d9; +} + .border-b-amber-100\\/90 { border-bottom-color: #fef3c7e6; } @@ -54984,6 +75588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68a; } +.border-b-amber-200\\/15 { + border-bottom-color: #fde68a26; +} + .border-b-amber-200\\/20 { border-bottom-color: #fde68a33; } @@ -54996,10 +75604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68a4d; } +.border-b-amber-200\\/35 { + border-bottom-color: #fde68a59; +} + .border-b-amber-200\\/40 { border-bottom-color: #fde68a66; } +.border-b-amber-200\\/45 { + border-bottom-color: #fde68a73; +} + .border-b-amber-200\\/5 { border-bottom-color: #fde68a0d; } @@ -55008,10 +75624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68a80; } +.border-b-amber-200\\/55 { + border-bottom-color: #fde68a8c; +} + .border-b-amber-200\\/60 { border-bottom-color: #fde68a99; } +.border-b-amber-200\\/65 { + border-bottom-color: #fde68aa6; +} + .border-b-amber-200\\/70 { border-bottom-color: #fde68ab3; } @@ -55024,6 +75648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde68acc; } +.border-b-amber-200\\/85 { + border-bottom-color: #fde68ad9; +} + .border-b-amber-200\\/90 { border-bottom-color: #fde68ae6; } @@ -55048,6 +75676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34d; } +.border-b-amber-300\\/15 { + border-bottom-color: #fcd34d26; +} + .border-b-amber-300\\/20 { border-bottom-color: #fcd34d33; } @@ -55060,10 +75692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34d4d; } +.border-b-amber-300\\/35 { + border-bottom-color: #fcd34d59; +} + .border-b-amber-300\\/40 { border-bottom-color: #fcd34d66; } +.border-b-amber-300\\/45 { + border-bottom-color: #fcd34d73; +} + .border-b-amber-300\\/5 { border-bottom-color: #fcd34d0d; } @@ -55072,10 +75712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34d80; } +.border-b-amber-300\\/55 { + border-bottom-color: #fcd34d8c; +} + .border-b-amber-300\\/60 { border-bottom-color: #fcd34d99; } +.border-b-amber-300\\/65 { + border-bottom-color: #fcd34da6; +} + .border-b-amber-300\\/70 { border-bottom-color: #fcd34db3; } @@ -55088,6 +75736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fcd34dcc; } +.border-b-amber-300\\/85 { + border-bottom-color: #fcd34dd9; +} + .border-b-amber-300\\/90 { border-bottom-color: #fcd34de6; } @@ -55112,6 +75764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf24; } +.border-b-amber-400\\/15 { + border-bottom-color: #fbbf2426; +} + .border-b-amber-400\\/20 { border-bottom-color: #fbbf2433; } @@ -55124,10 +75780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf244d; } +.border-b-amber-400\\/35 { + border-bottom-color: #fbbf2459; +} + .border-b-amber-400\\/40 { border-bottom-color: #fbbf2466; } +.border-b-amber-400\\/45 { + border-bottom-color: #fbbf2473; +} + .border-b-amber-400\\/5 { border-bottom-color: #fbbf240d; } @@ -55136,10 +75800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf2480; } +.border-b-amber-400\\/55 { + border-bottom-color: #fbbf248c; +} + .border-b-amber-400\\/60 { border-bottom-color: #fbbf2499; } +.border-b-amber-400\\/65 { + border-bottom-color: #fbbf24a6; +} + .border-b-amber-400\\/70 { border-bottom-color: #fbbf24b3; } @@ -55152,6 +75824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbbf24cc; } +.border-b-amber-400\\/85 { + border-bottom-color: #fbbf24d9; +} + .border-b-amber-400\\/90 { border-bottom-color: #fbbf24e6; } @@ -55176,6 +75852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbeb; } +.border-b-amber-50\\/15 { + border-bottom-color: #fffbeb26; +} + .border-b-amber-50\\/20 { border-bottom-color: #fffbeb33; } @@ -55188,10 +75868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbeb4d; } +.border-b-amber-50\\/35 { + border-bottom-color: #fffbeb59; +} + .border-b-amber-50\\/40 { border-bottom-color: #fffbeb66; } +.border-b-amber-50\\/45 { + border-bottom-color: #fffbeb73; +} + .border-b-amber-50\\/5 { border-bottom-color: #fffbeb0d; } @@ -55200,10 +75888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbeb80; } +.border-b-amber-50\\/55 { + border-bottom-color: #fffbeb8c; +} + .border-b-amber-50\\/60 { border-bottom-color: #fffbeb99; } +.border-b-amber-50\\/65 { + border-bottom-color: #fffbeba6; +} + .border-b-amber-50\\/70 { border-bottom-color: #fffbebb3; } @@ -55216,6 +75912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffbebcc; } +.border-b-amber-50\\/85 { + border-bottom-color: #fffbebd9; +} + .border-b-amber-50\\/90 { border-bottom-color: #fffbebe6; } @@ -55240,6 +75940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0b; } +.border-b-amber-500\\/15 { + border-bottom-color: #f59e0b26; +} + .border-b-amber-500\\/20 { border-bottom-color: #f59e0b33; } @@ -55252,10 +75956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0b4d; } +.border-b-amber-500\\/35 { + border-bottom-color: #f59e0b59; +} + .border-b-amber-500\\/40 { border-bottom-color: #f59e0b66; } +.border-b-amber-500\\/45 { + border-bottom-color: #f59e0b73; +} + .border-b-amber-500\\/5 { border-bottom-color: #f59e0b0d; } @@ -55264,10 +75976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0b80; } +.border-b-amber-500\\/55 { + border-bottom-color: #f59e0b8c; +} + .border-b-amber-500\\/60 { border-bottom-color: #f59e0b99; } +.border-b-amber-500\\/65 { + border-bottom-color: #f59e0ba6; +} + .border-b-amber-500\\/70 { border-bottom-color: #f59e0bb3; } @@ -55280,6 +76000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f59e0bcc; } +.border-b-amber-500\\/85 { + border-bottom-color: #f59e0bd9; +} + .border-b-amber-500\\/90 { border-bottom-color: #f59e0be6; } @@ -55304,6 +76028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d97706; } +.border-b-amber-600\\/15 { + border-bottom-color: #d9770626; +} + .border-b-amber-600\\/20 { border-bottom-color: #d9770633; } @@ -55316,10 +76044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d977064d; } +.border-b-amber-600\\/35 { + border-bottom-color: #d9770659; +} + .border-b-amber-600\\/40 { border-bottom-color: #d9770666; } +.border-b-amber-600\\/45 { + border-bottom-color: #d9770673; +} + .border-b-amber-600\\/5 { border-bottom-color: #d977060d; } @@ -55328,10 +76064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9770680; } +.border-b-amber-600\\/55 { + border-bottom-color: #d977068c; +} + .border-b-amber-600\\/60 { border-bottom-color: #d9770699; } +.border-b-amber-600\\/65 { + border-bottom-color: #d97706a6; +} + .border-b-amber-600\\/70 { border-bottom-color: #d97706b3; } @@ -55344,6 +76088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d97706cc; } +.border-b-amber-600\\/85 { + border-bottom-color: #d97706d9; +} + .border-b-amber-600\\/90 { border-bottom-color: #d97706e6; } @@ -55368,6 +76116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b45309; } +.border-b-amber-700\\/15 { + border-bottom-color: #b4530926; +} + .border-b-amber-700\\/20 { border-bottom-color: #b4530933; } @@ -55380,10 +76132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b453094d; } +.border-b-amber-700\\/35 { + border-bottom-color: #b4530959; +} + .border-b-amber-700\\/40 { border-bottom-color: #b4530966; } +.border-b-amber-700\\/45 { + border-bottom-color: #b4530973; +} + .border-b-amber-700\\/5 { border-bottom-color: #b453090d; } @@ -55392,10 +76152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b4530980; } +.border-b-amber-700\\/55 { + border-bottom-color: #b453098c; +} + .border-b-amber-700\\/60 { border-bottom-color: #b4530999; } +.border-b-amber-700\\/65 { + border-bottom-color: #b45309a6; +} + .border-b-amber-700\\/70 { border-bottom-color: #b45309b3; } @@ -55408,6 +76176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b45309cc; } +.border-b-amber-700\\/85 { + border-bottom-color: #b45309d9; +} + .border-b-amber-700\\/90 { border-bottom-color: #b45309e6; } @@ -55432,6 +76204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400e; } +.border-b-amber-800\\/15 { + border-bottom-color: #92400e26; +} + .border-b-amber-800\\/20 { border-bottom-color: #92400e33; } @@ -55444,10 +76220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400e4d; } +.border-b-amber-800\\/35 { + border-bottom-color: #92400e59; +} + .border-b-amber-800\\/40 { border-bottom-color: #92400e66; } +.border-b-amber-800\\/45 { + border-bottom-color: #92400e73; +} + .border-b-amber-800\\/5 { border-bottom-color: #92400e0d; } @@ -55456,10 +76240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400e80; } +.border-b-amber-800\\/55 { + border-bottom-color: #92400e8c; +} + .border-b-amber-800\\/60 { border-bottom-color: #92400e99; } +.border-b-amber-800\\/65 { + border-bottom-color: #92400ea6; +} + .border-b-amber-800\\/70 { border-bottom-color: #92400eb3; } @@ -55472,6 +76264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #92400ecc; } +.border-b-amber-800\\/85 { + border-bottom-color: #92400ed9; +} + .border-b-amber-800\\/90 { border-bottom-color: #92400ee6; } @@ -55496,6 +76292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350f; } +.border-b-amber-900\\/15 { + border-bottom-color: #78350f26; +} + .border-b-amber-900\\/20 { border-bottom-color: #78350f33; } @@ -55508,10 +76308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350f4d; } +.border-b-amber-900\\/35 { + border-bottom-color: #78350f59; +} + .border-b-amber-900\\/40 { border-bottom-color: #78350f66; } +.border-b-amber-900\\/45 { + border-bottom-color: #78350f73; +} + .border-b-amber-900\\/5 { border-bottom-color: #78350f0d; } @@ -55520,10 +76328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350f80; } +.border-b-amber-900\\/55 { + border-bottom-color: #78350f8c; +} + .border-b-amber-900\\/60 { border-bottom-color: #78350f99; } +.border-b-amber-900\\/65 { + border-bottom-color: #78350fa6; +} + .border-b-amber-900\\/70 { border-bottom-color: #78350fb3; } @@ -55536,6 +76352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78350fcc; } +.border-b-amber-900\\/85 { + border-bottom-color: #78350fd9; +} + .border-b-amber-900\\/90 { border-bottom-color: #78350fe6; } @@ -55560,6 +76380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a03; } +.border-b-amber-950\\/15 { + border-bottom-color: #451a0326; +} + .border-b-amber-950\\/20 { border-bottom-color: #451a0333; } @@ -55572,10 +76396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a034d; } +.border-b-amber-950\\/35 { + border-bottom-color: #451a0359; +} + .border-b-amber-950\\/40 { border-bottom-color: #451a0366; } +.border-b-amber-950\\/45 { + border-bottom-color: #451a0373; +} + .border-b-amber-950\\/5 { border-bottom-color: #451a030d; } @@ -55584,10 +76416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a0380; } +.border-b-amber-950\\/55 { + border-bottom-color: #451a038c; +} + .border-b-amber-950\\/60 { border-bottom-color: #451a0399; } +.border-b-amber-950\\/65 { + border-bottom-color: #451a03a6; +} + .border-b-amber-950\\/70 { border-bottom-color: #451a03b3; } @@ -55600,6 +76440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #451a03cc; } +.border-b-amber-950\\/85 { + border-bottom-color: #451a03d9; +} + .border-b-amber-950\\/90 { border-bottom-color: #451a03e6; } @@ -55624,6 +76468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000; } +.border-b-black\\/15 { + border-bottom-color: #00000026; +} + .border-b-black\\/20 { border-bottom-color: #0003; } @@ -55636,10 +76484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0000004d; } +.border-b-black\\/35 { + border-bottom-color: #00000059; +} + .border-b-black\\/40 { border-bottom-color: #0006; } +.border-b-black\\/45 { + border-bottom-color: #00000073; +} + .border-b-black\\/5 { border-bottom-color: #0000000d; } @@ -55648,10 +76504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #00000080; } +.border-b-black\\/55 { + border-bottom-color: #0000008c; +} + .border-b-black\\/60 { border-bottom-color: #0009; } +.border-b-black\\/65 { + border-bottom-color: #000000a6; +} + .border-b-black\\/70 { border-bottom-color: #000000b3; } @@ -55664,6 +76528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000c; } +.border-b-black\\/85 { + border-bottom-color: #000000d9; +} + .border-b-black\\/90 { border-bottom-color: #000000e6; } @@ -55688,6 +76556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafe; } +.border-b-blue-100\\/15 { + border-bottom-color: #dbeafe26; +} + .border-b-blue-100\\/20 { border-bottom-color: #dbeafe33; } @@ -55700,10 +76572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafe4d; } +.border-b-blue-100\\/35 { + border-bottom-color: #dbeafe59; +} + .border-b-blue-100\\/40 { border-bottom-color: #dbeafe66; } +.border-b-blue-100\\/45 { + border-bottom-color: #dbeafe73; +} + .border-b-blue-100\\/5 { border-bottom-color: #dbeafe0d; } @@ -55712,10 +76592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafe80; } +.border-b-blue-100\\/55 { + border-bottom-color: #dbeafe8c; +} + .border-b-blue-100\\/60 { border-bottom-color: #dbeafe99; } +.border-b-blue-100\\/65 { + border-bottom-color: #dbeafea6; +} + .border-b-blue-100\\/70 { border-bottom-color: #dbeafeb3; } @@ -55728,6 +76616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dbeafecc; } +.border-b-blue-100\\/85 { + border-bottom-color: #dbeafed9; +} + .border-b-blue-100\\/90 { border-bottom-color: #dbeafee6; } @@ -55752,6 +76644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfe; } +.border-b-blue-200\\/15 { + border-bottom-color: #bfdbfe26; +} + .border-b-blue-200\\/20 { border-bottom-color: #bfdbfe33; } @@ -55764,10 +76660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfe4d; } +.border-b-blue-200\\/35 { + border-bottom-color: #bfdbfe59; +} + .border-b-blue-200\\/40 { border-bottom-color: #bfdbfe66; } +.border-b-blue-200\\/45 { + border-bottom-color: #bfdbfe73; +} + .border-b-blue-200\\/5 { border-bottom-color: #bfdbfe0d; } @@ -55776,10 +76680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfe80; } +.border-b-blue-200\\/55 { + border-bottom-color: #bfdbfe8c; +} + .border-b-blue-200\\/60 { border-bottom-color: #bfdbfe99; } +.border-b-blue-200\\/65 { + border-bottom-color: #bfdbfea6; +} + .border-b-blue-200\\/70 { border-bottom-color: #bfdbfeb3; } @@ -55792,6 +76704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bfdbfecc; } +.border-b-blue-200\\/85 { + border-bottom-color: #bfdbfed9; +} + .border-b-blue-200\\/90 { border-bottom-color: #bfdbfee6; } @@ -55816,6 +76732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fd; } +.border-b-blue-300\\/15 { + border-bottom-color: #93c5fd26; +} + .border-b-blue-300\\/20 { border-bottom-color: #93c5fd33; } @@ -55828,10 +76748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fd4d; } +.border-b-blue-300\\/35 { + border-bottom-color: #93c5fd59; +} + .border-b-blue-300\\/40 { border-bottom-color: #93c5fd66; } +.border-b-blue-300\\/45 { + border-bottom-color: #93c5fd73; +} + .border-b-blue-300\\/5 { border-bottom-color: #93c5fd0d; } @@ -55840,10 +76768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fd80; } +.border-b-blue-300\\/55 { + border-bottom-color: #93c5fd8c; +} + .border-b-blue-300\\/60 { border-bottom-color: #93c5fd99; } +.border-b-blue-300\\/65 { + border-bottom-color: #93c5fda6; +} + .border-b-blue-300\\/70 { border-bottom-color: #93c5fdb3; } @@ -55856,6 +76792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #93c5fdcc; } +.border-b-blue-300\\/85 { + border-bottom-color: #93c5fdd9; +} + .border-b-blue-300\\/90 { border-bottom-color: #93c5fde6; } @@ -55880,6 +76820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5fa; } +.border-b-blue-400\\/15 { + border-bottom-color: #60a5fa26; +} + .border-b-blue-400\\/20 { border-bottom-color: #60a5fa33; } @@ -55892,10 +76836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5fa4d; } +.border-b-blue-400\\/35 { + border-bottom-color: #60a5fa59; +} + .border-b-blue-400\\/40 { border-bottom-color: #60a5fa66; } +.border-b-blue-400\\/45 { + border-bottom-color: #60a5fa73; +} + .border-b-blue-400\\/5 { border-bottom-color: #60a5fa0d; } @@ -55904,10 +76856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5fa80; } +.border-b-blue-400\\/55 { + border-bottom-color: #60a5fa8c; +} + .border-b-blue-400\\/60 { border-bottom-color: #60a5fa99; } +.border-b-blue-400\\/65 { + border-bottom-color: #60a5faa6; +} + .border-b-blue-400\\/70 { border-bottom-color: #60a5fab3; } @@ -55920,6 +76880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #60a5facc; } +.border-b-blue-400\\/85 { + border-bottom-color: #60a5fad9; +} + .border-b-blue-400\\/90 { border-bottom-color: #60a5fae6; } @@ -55944,6 +76908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ff; } +.border-b-blue-50\\/15 { + border-bottom-color: #eff6ff26; +} + .border-b-blue-50\\/20 { border-bottom-color: #eff6ff33; } @@ -55956,10 +76924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ff4d; } +.border-b-blue-50\\/35 { + border-bottom-color: #eff6ff59; +} + .border-b-blue-50\\/40 { border-bottom-color: #eff6ff66; } +.border-b-blue-50\\/45 { + border-bottom-color: #eff6ff73; +} + .border-b-blue-50\\/5 { border-bottom-color: #eff6ff0d; } @@ -55968,10 +76944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ff80; } +.border-b-blue-50\\/55 { + border-bottom-color: #eff6ff8c; +} + .border-b-blue-50\\/60 { border-bottom-color: #eff6ff99; } +.border-b-blue-50\\/65 { + border-bottom-color: #eff6ffa6; +} + .border-b-blue-50\\/70 { border-bottom-color: #eff6ffb3; } @@ -55984,6 +76968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eff6ffcc; } +.border-b-blue-50\\/85 { + border-bottom-color: #eff6ffd9; +} + .border-b-blue-50\\/90 { border-bottom-color: #eff6ffe6; } @@ -56008,6 +76996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f6; } +.border-b-blue-500\\/15 { + border-bottom-color: #3b82f626; +} + .border-b-blue-500\\/20 { border-bottom-color: #3b82f633; } @@ -56020,10 +77012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f64d; } +.border-b-blue-500\\/35 { + border-bottom-color: #3b82f659; +} + .border-b-blue-500\\/40 { border-bottom-color: #3b82f666; } +.border-b-blue-500\\/45 { + border-bottom-color: #3b82f673; +} + .border-b-blue-500\\/5 { border-bottom-color: #3b82f60d; } @@ -56032,10 +77032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f680; } +.border-b-blue-500\\/55 { + border-bottom-color: #3b82f68c; +} + .border-b-blue-500\\/60 { border-bottom-color: #3b82f699; } +.border-b-blue-500\\/65 { + border-bottom-color: #3b82f6a6; +} + .border-b-blue-500\\/70 { border-bottom-color: #3b82f6b3; } @@ -56048,6 +77056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b82f6cc; } +.border-b-blue-500\\/85 { + border-bottom-color: #3b82f6d9; +} + .border-b-blue-500\\/90 { border-bottom-color: #3b82f6e6; } @@ -56072,6 +77084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563eb; } +.border-b-blue-600\\/15 { + border-bottom-color: #2563eb26; +} + .border-b-blue-600\\/20 { border-bottom-color: #2563eb33; } @@ -56084,10 +77100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563eb4d; } +.border-b-blue-600\\/35 { + border-bottom-color: #2563eb59; +} + .border-b-blue-600\\/40 { border-bottom-color: #2563eb66; } +.border-b-blue-600\\/45 { + border-bottom-color: #2563eb73; +} + .border-b-blue-600\\/5 { border-bottom-color: #2563eb0d; } @@ -56096,10 +77120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563eb80; } +.border-b-blue-600\\/55 { + border-bottom-color: #2563eb8c; +} + .border-b-blue-600\\/60 { border-bottom-color: #2563eb99; } +.border-b-blue-600\\/65 { + border-bottom-color: #2563eba6; +} + .border-b-blue-600\\/70 { border-bottom-color: #2563ebb3; } @@ -56112,6 +77144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2563ebcc; } +.border-b-blue-600\\/85 { + border-bottom-color: #2563ebd9; +} + .border-b-blue-600\\/90 { border-bottom-color: #2563ebe6; } @@ -56136,6 +77172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed8; } +.border-b-blue-700\\/15 { + border-bottom-color: #1d4ed826; +} + .border-b-blue-700\\/20 { border-bottom-color: #1d4ed833; } @@ -56148,10 +77188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed84d; } +.border-b-blue-700\\/35 { + border-bottom-color: #1d4ed859; +} + .border-b-blue-700\\/40 { border-bottom-color: #1d4ed866; } +.border-b-blue-700\\/45 { + border-bottom-color: #1d4ed873; +} + .border-b-blue-700\\/5 { border-bottom-color: #1d4ed80d; } @@ -56160,10 +77208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed880; } +.border-b-blue-700\\/55 { + border-bottom-color: #1d4ed88c; +} + .border-b-blue-700\\/60 { border-bottom-color: #1d4ed899; } +.border-b-blue-700\\/65 { + border-bottom-color: #1d4ed8a6; +} + .border-b-blue-700\\/70 { border-bottom-color: #1d4ed8b3; } @@ -56176,6 +77232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1d4ed8cc; } +.border-b-blue-700\\/85 { + border-bottom-color: #1d4ed8d9; +} + .border-b-blue-700\\/90 { border-bottom-color: #1d4ed8e6; } @@ -56200,6 +77260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40af; } +.border-b-blue-800\\/15 { + border-bottom-color: #1e40af26; +} + .border-b-blue-800\\/20 { border-bottom-color: #1e40af33; } @@ -56212,10 +77276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40af4d; } +.border-b-blue-800\\/35 { + border-bottom-color: #1e40af59; +} + .border-b-blue-800\\/40 { border-bottom-color: #1e40af66; } +.border-b-blue-800\\/45 { + border-bottom-color: #1e40af73; +} + .border-b-blue-800\\/5 { border-bottom-color: #1e40af0d; } @@ -56224,10 +77296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40af80; } +.border-b-blue-800\\/55 { + border-bottom-color: #1e40af8c; +} + .border-b-blue-800\\/60 { border-bottom-color: #1e40af99; } +.border-b-blue-800\\/65 { + border-bottom-color: #1e40afa6; +} + .border-b-blue-800\\/70 { border-bottom-color: #1e40afb3; } @@ -56240,6 +77320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e40afcc; } +.border-b-blue-800\\/85 { + border-bottom-color: #1e40afd9; +} + .border-b-blue-800\\/90 { border-bottom-color: #1e40afe6; } @@ -56264,6 +77348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8a; } +.border-b-blue-900\\/15 { + border-bottom-color: #1e3a8a26; +} + .border-b-blue-900\\/20 { border-bottom-color: #1e3a8a33; } @@ -56276,10 +77364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8a4d; } +.border-b-blue-900\\/35 { + border-bottom-color: #1e3a8a59; +} + .border-b-blue-900\\/40 { border-bottom-color: #1e3a8a66; } +.border-b-blue-900\\/45 { + border-bottom-color: #1e3a8a73; +} + .border-b-blue-900\\/5 { border-bottom-color: #1e3a8a0d; } @@ -56288,10 +77384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8a80; } +.border-b-blue-900\\/55 { + border-bottom-color: #1e3a8a8c; +} + .border-b-blue-900\\/60 { border-bottom-color: #1e3a8a99; } +.border-b-blue-900\\/65 { + border-bottom-color: #1e3a8aa6; +} + .border-b-blue-900\\/70 { border-bottom-color: #1e3a8ab3; } @@ -56304,6 +77408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e3a8acc; } +.border-b-blue-900\\/85 { + border-bottom-color: #1e3a8ad9; +} + .border-b-blue-900\\/90 { border-bottom-color: #1e3a8ae6; } @@ -56328,6 +77436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #172554; } +.border-b-blue-950\\/15 { + border-bottom-color: #17255426; +} + .border-b-blue-950\\/20 { border-bottom-color: #17255433; } @@ -56340,10 +77452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1725544d; } +.border-b-blue-950\\/35 { + border-bottom-color: #17255459; +} + .border-b-blue-950\\/40 { border-bottom-color: #17255466; } +.border-b-blue-950\\/45 { + border-bottom-color: #17255473; +} + .border-b-blue-950\\/5 { border-bottom-color: #1725540d; } @@ -56352,10 +77472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #17255480; } +.border-b-blue-950\\/55 { + border-bottom-color: #1725548c; +} + .border-b-blue-950\\/60 { border-bottom-color: #17255499; } +.border-b-blue-950\\/65 { + border-bottom-color: #172554a6; +} + .border-b-blue-950\\/70 { border-bottom-color: #172554b3; } @@ -56368,6 +77496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #172554cc; } +.border-b-blue-950\\/85 { + border-bottom-color: #172554d9; +} + .border-b-blue-950\\/90 { border-bottom-color: #172554e6; } @@ -56396,6 +77528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafe; } +.border-b-cyan-100\\/15 { + border-bottom-color: #cffafe26; +} + .border-b-cyan-100\\/20 { border-bottom-color: #cffafe33; } @@ -56408,10 +77544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafe4d; } +.border-b-cyan-100\\/35 { + border-bottom-color: #cffafe59; +} + .border-b-cyan-100\\/40 { border-bottom-color: #cffafe66; } +.border-b-cyan-100\\/45 { + border-bottom-color: #cffafe73; +} + .border-b-cyan-100\\/5 { border-bottom-color: #cffafe0d; } @@ -56420,10 +77564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafe80; } +.border-b-cyan-100\\/55 { + border-bottom-color: #cffafe8c; +} + .border-b-cyan-100\\/60 { border-bottom-color: #cffafe99; } +.border-b-cyan-100\\/65 { + border-bottom-color: #cffafea6; +} + .border-b-cyan-100\\/70 { border-bottom-color: #cffafeb3; } @@ -56436,6 +77588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cffafecc; } +.border-b-cyan-100\\/85 { + border-bottom-color: #cffafed9; +} + .border-b-cyan-100\\/90 { border-bottom-color: #cffafee6; } @@ -56460,6 +77616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fc; } +.border-b-cyan-200\\/15 { + border-bottom-color: #a5f3fc26; +} + .border-b-cyan-200\\/20 { border-bottom-color: #a5f3fc33; } @@ -56472,10 +77632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fc4d; } +.border-b-cyan-200\\/35 { + border-bottom-color: #a5f3fc59; +} + .border-b-cyan-200\\/40 { border-bottom-color: #a5f3fc66; } +.border-b-cyan-200\\/45 { + border-bottom-color: #a5f3fc73; +} + .border-b-cyan-200\\/5 { border-bottom-color: #a5f3fc0d; } @@ -56484,10 +77652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fc80; } +.border-b-cyan-200\\/55 { + border-bottom-color: #a5f3fc8c; +} + .border-b-cyan-200\\/60 { border-bottom-color: #a5f3fc99; } +.border-b-cyan-200\\/65 { + border-bottom-color: #a5f3fca6; +} + .border-b-cyan-200\\/70 { border-bottom-color: #a5f3fcb3; } @@ -56500,6 +77676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5f3fccc; } +.border-b-cyan-200\\/85 { + border-bottom-color: #a5f3fcd9; +} + .border-b-cyan-200\\/90 { border-bottom-color: #a5f3fce6; } @@ -56524,6 +77704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f9; } +.border-b-cyan-300\\/15 { + border-bottom-color: #67e8f926; +} + .border-b-cyan-300\\/20 { border-bottom-color: #67e8f933; } @@ -56536,10 +77720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f94d; } +.border-b-cyan-300\\/35 { + border-bottom-color: #67e8f959; +} + .border-b-cyan-300\\/40 { border-bottom-color: #67e8f966; } +.border-b-cyan-300\\/45 { + border-bottom-color: #67e8f973; +} + .border-b-cyan-300\\/5 { border-bottom-color: #67e8f90d; } @@ -56548,10 +77740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f980; } +.border-b-cyan-300\\/55 { + border-bottom-color: #67e8f98c; +} + .border-b-cyan-300\\/60 { border-bottom-color: #67e8f999; } +.border-b-cyan-300\\/65 { + border-bottom-color: #67e8f9a6; +} + .border-b-cyan-300\\/70 { border-bottom-color: #67e8f9b3; } @@ -56564,6 +77764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #67e8f9cc; } +.border-b-cyan-300\\/85 { + border-bottom-color: #67e8f9d9; +} + .border-b-cyan-300\\/90 { border-bottom-color: #67e8f9e6; } @@ -56588,6 +77792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3ee; } +.border-b-cyan-400\\/15 { + border-bottom-color: #22d3ee26; +} + .border-b-cyan-400\\/20 { border-bottom-color: #22d3ee33; } @@ -56600,10 +77808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3ee4d; } +.border-b-cyan-400\\/35 { + border-bottom-color: #22d3ee59; +} + .border-b-cyan-400\\/40 { border-bottom-color: #22d3ee66; } +.border-b-cyan-400\\/45 { + border-bottom-color: #22d3ee73; +} + .border-b-cyan-400\\/5 { border-bottom-color: #22d3ee0d; } @@ -56612,10 +77828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3ee80; } +.border-b-cyan-400\\/55 { + border-bottom-color: #22d3ee8c; +} + .border-b-cyan-400\\/60 { border-bottom-color: #22d3ee99; } +.border-b-cyan-400\\/65 { + border-bottom-color: #22d3eea6; +} + .border-b-cyan-400\\/70 { border-bottom-color: #22d3eeb3; } @@ -56628,6 +77852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22d3eecc; } +.border-b-cyan-400\\/85 { + border-bottom-color: #22d3eed9; +} + .border-b-cyan-400\\/90 { border-bottom-color: #22d3eee6; } @@ -56652,6 +77880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeff; } +.border-b-cyan-50\\/15 { + border-bottom-color: #ecfeff26; +} + .border-b-cyan-50\\/20 { border-bottom-color: #ecfeff33; } @@ -56664,10 +77896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeff4d; } +.border-b-cyan-50\\/35 { + border-bottom-color: #ecfeff59; +} + .border-b-cyan-50\\/40 { border-bottom-color: #ecfeff66; } +.border-b-cyan-50\\/45 { + border-bottom-color: #ecfeff73; +} + .border-b-cyan-50\\/5 { border-bottom-color: #ecfeff0d; } @@ -56676,10 +77916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeff80; } +.border-b-cyan-50\\/55 { + border-bottom-color: #ecfeff8c; +} + .border-b-cyan-50\\/60 { border-bottom-color: #ecfeff99; } +.border-b-cyan-50\\/65 { + border-bottom-color: #ecfeffa6; +} + .border-b-cyan-50\\/70 { border-bottom-color: #ecfeffb3; } @@ -56692,6 +77940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfeffcc; } +.border-b-cyan-50\\/85 { + border-bottom-color: #ecfeffd9; +} + .border-b-cyan-50\\/90 { border-bottom-color: #ecfeffe6; } @@ -56716,6 +77968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d4; } +.border-b-cyan-500\\/15 { + border-bottom-color: #06b6d426; +} + .border-b-cyan-500\\/20 { border-bottom-color: #06b6d433; } @@ -56728,10 +77984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d44d; } +.border-b-cyan-500\\/35 { + border-bottom-color: #06b6d459; +} + .border-b-cyan-500\\/40 { border-bottom-color: #06b6d466; } +.border-b-cyan-500\\/45 { + border-bottom-color: #06b6d473; +} + .border-b-cyan-500\\/5 { border-bottom-color: #06b6d40d; } @@ -56740,10 +78004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d480; } +.border-b-cyan-500\\/55 { + border-bottom-color: #06b6d48c; +} + .border-b-cyan-500\\/60 { border-bottom-color: #06b6d499; } +.border-b-cyan-500\\/65 { + border-bottom-color: #06b6d4a6; +} + .border-b-cyan-500\\/70 { border-bottom-color: #06b6d4b3; } @@ -56756,6 +78028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #06b6d4cc; } +.border-b-cyan-500\\/85 { + border-bottom-color: #06b6d4d9; +} + .border-b-cyan-500\\/90 { border-bottom-color: #06b6d4e6; } @@ -56780,6 +78056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b2; } +.border-b-cyan-600\\/15 { + border-bottom-color: #0891b226; +} + .border-b-cyan-600\\/20 { border-bottom-color: #0891b233; } @@ -56792,10 +78072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b24d; } +.border-b-cyan-600\\/35 { + border-bottom-color: #0891b259; +} + .border-b-cyan-600\\/40 { border-bottom-color: #0891b266; } +.border-b-cyan-600\\/45 { + border-bottom-color: #0891b273; +} + .border-b-cyan-600\\/5 { border-bottom-color: #0891b20d; } @@ -56804,10 +78092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b280; } +.border-b-cyan-600\\/55 { + border-bottom-color: #0891b28c; +} + .border-b-cyan-600\\/60 { border-bottom-color: #0891b299; } +.border-b-cyan-600\\/65 { + border-bottom-color: #0891b2a6; +} + .border-b-cyan-600\\/70 { border-bottom-color: #0891b2b3; } @@ -56820,6 +78116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0891b2cc; } +.border-b-cyan-600\\/85 { + border-bottom-color: #0891b2d9; +} + .border-b-cyan-600\\/90 { border-bottom-color: #0891b2e6; } @@ -56844,6 +78144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e7490; } +.border-b-cyan-700\\/15 { + border-bottom-color: #0e749026; +} + .border-b-cyan-700\\/20 { border-bottom-color: #0e749033; } @@ -56856,10 +78160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e74904d; } +.border-b-cyan-700\\/35 { + border-bottom-color: #0e749059; +} + .border-b-cyan-700\\/40 { border-bottom-color: #0e749066; } +.border-b-cyan-700\\/45 { + border-bottom-color: #0e749073; +} + .border-b-cyan-700\\/5 { border-bottom-color: #0e74900d; } @@ -56868,10 +78180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e749080; } +.border-b-cyan-700\\/55 { + border-bottom-color: #0e74908c; +} + .border-b-cyan-700\\/60 { border-bottom-color: #0e749099; } +.border-b-cyan-700\\/65 { + border-bottom-color: #0e7490a6; +} + .border-b-cyan-700\\/70 { border-bottom-color: #0e7490b3; } @@ -56884,6 +78204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0e7490cc; } +.border-b-cyan-700\\/85 { + border-bottom-color: #0e7490d9; +} + .border-b-cyan-700\\/90 { border-bottom-color: #0e7490e6; } @@ -56908,6 +78232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e75; } +.border-b-cyan-800\\/15 { + border-bottom-color: #155e7526; +} + .border-b-cyan-800\\/20 { border-bottom-color: #155e7533; } @@ -56920,10 +78248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e754d; } +.border-b-cyan-800\\/35 { + border-bottom-color: #155e7559; +} + .border-b-cyan-800\\/40 { border-bottom-color: #155e7566; } +.border-b-cyan-800\\/45 { + border-bottom-color: #155e7573; +} + .border-b-cyan-800\\/5 { border-bottom-color: #155e750d; } @@ -56932,10 +78268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e7580; } +.border-b-cyan-800\\/55 { + border-bottom-color: #155e758c; +} + .border-b-cyan-800\\/60 { border-bottom-color: #155e7599; } +.border-b-cyan-800\\/65 { + border-bottom-color: #155e75a6; +} + .border-b-cyan-800\\/70 { border-bottom-color: #155e75b3; } @@ -56948,6 +78292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #155e75cc; } +.border-b-cyan-800\\/85 { + border-bottom-color: #155e75d9; +} + .border-b-cyan-800\\/90 { border-bottom-color: #155e75e6; } @@ -56972,6 +78320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e63; } +.border-b-cyan-900\\/15 { + border-bottom-color: #164e6326; +} + .border-b-cyan-900\\/20 { border-bottom-color: #164e6333; } @@ -56984,10 +78336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e634d; } +.border-b-cyan-900\\/35 { + border-bottom-color: #164e6359; +} + .border-b-cyan-900\\/40 { border-bottom-color: #164e6366; } +.border-b-cyan-900\\/45 { + border-bottom-color: #164e6373; +} + .border-b-cyan-900\\/5 { border-bottom-color: #164e630d; } @@ -56996,10 +78356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e6380; } +.border-b-cyan-900\\/55 { + border-bottom-color: #164e638c; +} + .border-b-cyan-900\\/60 { border-bottom-color: #164e6399; } +.border-b-cyan-900\\/65 { + border-bottom-color: #164e63a6; +} + .border-b-cyan-900\\/70 { border-bottom-color: #164e63b3; } @@ -57012,6 +78380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #164e63cc; } +.border-b-cyan-900\\/85 { + border-bottom-color: #164e63d9; +} + .border-b-cyan-900\\/90 { border-bottom-color: #164e63e6; } @@ -57036,6 +78408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #083344; } +.border-b-cyan-950\\/15 { + border-bottom-color: #08334426; +} + .border-b-cyan-950\\/20 { border-bottom-color: #08334433; } @@ -57048,10 +78424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0833444d; } +.border-b-cyan-950\\/35 { + border-bottom-color: #08334459; +} + .border-b-cyan-950\\/40 { border-bottom-color: #08334466; } +.border-b-cyan-950\\/45 { + border-bottom-color: #08334473; +} + .border-b-cyan-950\\/5 { border-bottom-color: #0833440d; } @@ -57060,10 +78444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #08334480; } +.border-b-cyan-950\\/55 { + border-bottom-color: #0833448c; +} + .border-b-cyan-950\\/60 { border-bottom-color: #08334499; } +.border-b-cyan-950\\/65 { + border-bottom-color: #083344a6; +} + .border-b-cyan-950\\/70 { border-bottom-color: #083344b3; } @@ -57076,6 +78468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #083344cc; } +.border-b-cyan-950\\/85 { + border-bottom-color: #083344d9; +} + .border-b-cyan-950\\/90 { border-bottom-color: #083344e6; } @@ -57100,6 +78496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae5; } +.border-b-emerald-100\\/15 { + border-bottom-color: #d1fae526; +} + .border-b-emerald-100\\/20 { border-bottom-color: #d1fae533; } @@ -57112,10 +78512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae54d; } +.border-b-emerald-100\\/35 { + border-bottom-color: #d1fae559; +} + .border-b-emerald-100\\/40 { border-bottom-color: #d1fae566; } +.border-b-emerald-100\\/45 { + border-bottom-color: #d1fae573; +} + .border-b-emerald-100\\/5 { border-bottom-color: #d1fae50d; } @@ -57124,10 +78532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae580; } +.border-b-emerald-100\\/55 { + border-bottom-color: #d1fae58c; +} + .border-b-emerald-100\\/60 { border-bottom-color: #d1fae599; } +.border-b-emerald-100\\/65 { + border-bottom-color: #d1fae5a6; +} + .border-b-emerald-100\\/70 { border-bottom-color: #d1fae5b3; } @@ -57140,6 +78556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1fae5cc; } +.border-b-emerald-100\\/85 { + border-bottom-color: #d1fae5d9; +} + .border-b-emerald-100\\/90 { border-bottom-color: #d1fae5e6; } @@ -57164,6 +78584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d0; } +.border-b-emerald-200\\/15 { + border-bottom-color: #a7f3d026; +} + .border-b-emerald-200\\/20 { border-bottom-color: #a7f3d033; } @@ -57176,10 +78600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d04d; } +.border-b-emerald-200\\/35 { + border-bottom-color: #a7f3d059; +} + .border-b-emerald-200\\/40 { border-bottom-color: #a7f3d066; } +.border-b-emerald-200\\/45 { + border-bottom-color: #a7f3d073; +} + .border-b-emerald-200\\/5 { border-bottom-color: #a7f3d00d; } @@ -57188,10 +78620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d080; } +.border-b-emerald-200\\/55 { + border-bottom-color: #a7f3d08c; +} + .border-b-emerald-200\\/60 { border-bottom-color: #a7f3d099; } +.border-b-emerald-200\\/65 { + border-bottom-color: #a7f3d0a6; +} + .border-b-emerald-200\\/70 { border-bottom-color: #a7f3d0b3; } @@ -57204,6 +78644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a7f3d0cc; } +.border-b-emerald-200\\/85 { + border-bottom-color: #a7f3d0d9; +} + .border-b-emerald-200\\/90 { border-bottom-color: #a7f3d0e6; } @@ -57228,6 +78672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b7; } +.border-b-emerald-300\\/15 { + border-bottom-color: #6ee7b726; +} + .border-b-emerald-300\\/20 { border-bottom-color: #6ee7b733; } @@ -57240,10 +78688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b74d; } +.border-b-emerald-300\\/35 { + border-bottom-color: #6ee7b759; +} + .border-b-emerald-300\\/40 { border-bottom-color: #6ee7b766; } +.border-b-emerald-300\\/45 { + border-bottom-color: #6ee7b773; +} + .border-b-emerald-300\\/5 { border-bottom-color: #6ee7b70d; } @@ -57252,10 +78708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b780; } +.border-b-emerald-300\\/55 { + border-bottom-color: #6ee7b78c; +} + .border-b-emerald-300\\/60 { border-bottom-color: #6ee7b799; } +.border-b-emerald-300\\/65 { + border-bottom-color: #6ee7b7a6; +} + .border-b-emerald-300\\/70 { border-bottom-color: #6ee7b7b3; } @@ -57268,6 +78732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6ee7b7cc; } +.border-b-emerald-300\\/85 { + border-bottom-color: #6ee7b7d9; +} + .border-b-emerald-300\\/90 { border-bottom-color: #6ee7b7e6; } @@ -57292,6 +78760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d399; } +.border-b-emerald-400\\/15 { + border-bottom-color: #34d39926; +} + .border-b-emerald-400\\/20 { border-bottom-color: #34d39933; } @@ -57304,10 +78776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d3994d; } +.border-b-emerald-400\\/35 { + border-bottom-color: #34d39959; +} + .border-b-emerald-400\\/40 { border-bottom-color: #34d39966; } +.border-b-emerald-400\\/45 { + border-bottom-color: #34d39973; +} + .border-b-emerald-400\\/5 { border-bottom-color: #34d3990d; } @@ -57316,10 +78796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d39980; } +.border-b-emerald-400\\/55 { + border-bottom-color: #34d3998c; +} + .border-b-emerald-400\\/60 { border-bottom-color: #34d39999; } +.border-b-emerald-400\\/65 { + border-bottom-color: #34d399a6; +} + .border-b-emerald-400\\/70 { border-bottom-color: #34d399b3; } @@ -57332,6 +78820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #34d399cc; } +.border-b-emerald-400\\/85 { + border-bottom-color: #34d399d9; +} + .border-b-emerald-400\\/90 { border-bottom-color: #34d399e6; } @@ -57356,6 +78848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf5; } +.border-b-emerald-50\\/15 { + border-bottom-color: #ecfdf526; +} + .border-b-emerald-50\\/20 { border-bottom-color: #ecfdf533; } @@ -57368,10 +78864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf54d; } +.border-b-emerald-50\\/35 { + border-bottom-color: #ecfdf559; +} + .border-b-emerald-50\\/40 { border-bottom-color: #ecfdf566; } +.border-b-emerald-50\\/45 { + border-bottom-color: #ecfdf573; +} + .border-b-emerald-50\\/5 { border-bottom-color: #ecfdf50d; } @@ -57380,10 +78884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf580; } +.border-b-emerald-50\\/55 { + border-bottom-color: #ecfdf58c; +} + .border-b-emerald-50\\/60 { border-bottom-color: #ecfdf599; } +.border-b-emerald-50\\/65 { + border-bottom-color: #ecfdf5a6; +} + .border-b-emerald-50\\/70 { border-bottom-color: #ecfdf5b3; } @@ -57396,6 +78908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfdf5cc; } +.border-b-emerald-50\\/85 { + border-bottom-color: #ecfdf5d9; +} + .border-b-emerald-50\\/90 { border-bottom-color: #ecfdf5e6; } @@ -57420,6 +78936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b981; } +.border-b-emerald-500\\/15 { + border-bottom-color: #10b98126; +} + .border-b-emerald-500\\/20 { border-bottom-color: #10b98133; } @@ -57432,10 +78952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b9814d; } +.border-b-emerald-500\\/35 { + border-bottom-color: #10b98159; +} + .border-b-emerald-500\\/40 { border-bottom-color: #10b98166; } +.border-b-emerald-500\\/45 { + border-bottom-color: #10b98173; +} + .border-b-emerald-500\\/5 { border-bottom-color: #10b9810d; } @@ -57444,10 +78972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b98180; } +.border-b-emerald-500\\/55 { + border-bottom-color: #10b9818c; +} + .border-b-emerald-500\\/60 { border-bottom-color: #10b98199; } +.border-b-emerald-500\\/65 { + border-bottom-color: #10b981a6; +} + .border-b-emerald-500\\/70 { border-bottom-color: #10b981b3; } @@ -57460,6 +78996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #10b981cc; } +.border-b-emerald-500\\/85 { + border-bottom-color: #10b981d9; +} + .border-b-emerald-500\\/90 { border-bottom-color: #10b981e6; } @@ -57484,6 +79024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #059669; } +.border-b-emerald-600\\/15 { + border-bottom-color: #05966926; +} + .border-b-emerald-600\\/20 { border-bottom-color: #05966933; } @@ -57496,10 +79040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0596694d; } +.border-b-emerald-600\\/35 { + border-bottom-color: #05966959; +} + .border-b-emerald-600\\/40 { border-bottom-color: #05966966; } +.border-b-emerald-600\\/45 { + border-bottom-color: #05966973; +} + .border-b-emerald-600\\/5 { border-bottom-color: #0596690d; } @@ -57508,10 +79060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #05966980; } +.border-b-emerald-600\\/55 { + border-bottom-color: #0596698c; +} + .border-b-emerald-600\\/60 { border-bottom-color: #05966999; } +.border-b-emerald-600\\/65 { + border-bottom-color: #059669a6; +} + .border-b-emerald-600\\/70 { border-bottom-color: #059669b3; } @@ -57524,6 +79084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #059669cc; } +.border-b-emerald-600\\/85 { + border-bottom-color: #059669d9; +} + .border-b-emerald-600\\/90 { border-bottom-color: #059669e6; } @@ -57548,6 +79112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #047857; } +.border-b-emerald-700\\/15 { + border-bottom-color: #04785726; +} + .border-b-emerald-700\\/20 { border-bottom-color: #04785733; } @@ -57560,10 +79128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0478574d; } +.border-b-emerald-700\\/35 { + border-bottom-color: #04785759; +} + .border-b-emerald-700\\/40 { border-bottom-color: #04785766; } +.border-b-emerald-700\\/45 { + border-bottom-color: #04785773; +} + .border-b-emerald-700\\/5 { border-bottom-color: #0478570d; } @@ -57572,10 +79148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #04785780; } +.border-b-emerald-700\\/55 { + border-bottom-color: #0478578c; +} + .border-b-emerald-700\\/60 { border-bottom-color: #04785799; } +.border-b-emerald-700\\/65 { + border-bottom-color: #047857a6; +} + .border-b-emerald-700\\/70 { border-bottom-color: #047857b3; } @@ -57588,6 +79172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #047857cc; } +.border-b-emerald-700\\/85 { + border-bottom-color: #047857d9; +} + .border-b-emerald-700\\/90 { border-bottom-color: #047857e6; } @@ -57612,6 +79200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f46; } +.border-b-emerald-800\\/15 { + border-bottom-color: #065f4626; +} + .border-b-emerald-800\\/20 { border-bottom-color: #065f4633; } @@ -57624,10 +79216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f464d; } +.border-b-emerald-800\\/35 { + border-bottom-color: #065f4659; +} + .border-b-emerald-800\\/40 { border-bottom-color: #065f4666; } +.border-b-emerald-800\\/45 { + border-bottom-color: #065f4673; +} + .border-b-emerald-800\\/5 { border-bottom-color: #065f460d; } @@ -57636,10 +79236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f4680; } +.border-b-emerald-800\\/55 { + border-bottom-color: #065f468c; +} + .border-b-emerald-800\\/60 { border-bottom-color: #065f4699; } +.border-b-emerald-800\\/65 { + border-bottom-color: #065f46a6; +} + .border-b-emerald-800\\/70 { border-bottom-color: #065f46b3; } @@ -57652,6 +79260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #065f46cc; } +.border-b-emerald-800\\/85 { + border-bottom-color: #065f46d9; +} + .border-b-emerald-800\\/90 { border-bottom-color: #065f46e6; } @@ -57676,6 +79288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3b; } +.border-b-emerald-900\\/15 { + border-bottom-color: #064e3b26; +} + .border-b-emerald-900\\/20 { border-bottom-color: #064e3b33; } @@ -57688,10 +79304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3b4d; } +.border-b-emerald-900\\/35 { + border-bottom-color: #064e3b59; +} + .border-b-emerald-900\\/40 { border-bottom-color: #064e3b66; } +.border-b-emerald-900\\/45 { + border-bottom-color: #064e3b73; +} + .border-b-emerald-900\\/5 { border-bottom-color: #064e3b0d; } @@ -57700,10 +79324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3b80; } +.border-b-emerald-900\\/55 { + border-bottom-color: #064e3b8c; +} + .border-b-emerald-900\\/60 { border-bottom-color: #064e3b99; } +.border-b-emerald-900\\/65 { + border-bottom-color: #064e3ba6; +} + .border-b-emerald-900\\/70 { border-bottom-color: #064e3bb3; } @@ -57716,6 +79348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #064e3bcc; } +.border-b-emerald-900\\/85 { + border-bottom-color: #064e3bd9; +} + .border-b-emerald-900\\/90 { border-bottom-color: #064e3be6; } @@ -57740,6 +79376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c22; } +.border-b-emerald-950\\/15 { + border-bottom-color: #022c2226; +} + .border-b-emerald-950\\/20 { border-bottom-color: #022c2233; } @@ -57752,10 +79392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c224d; } +.border-b-emerald-950\\/35 { + border-bottom-color: #022c2259; +} + .border-b-emerald-950\\/40 { border-bottom-color: #022c2266; } +.border-b-emerald-950\\/45 { + border-bottom-color: #022c2273; +} + .border-b-emerald-950\\/5 { border-bottom-color: #022c220d; } @@ -57764,10 +79412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c2280; } +.border-b-emerald-950\\/55 { + border-bottom-color: #022c228c; +} + .border-b-emerald-950\\/60 { border-bottom-color: #022c2299; } +.border-b-emerald-950\\/65 { + border-bottom-color: #022c22a6; +} + .border-b-emerald-950\\/70 { border-bottom-color: #022c22b3; } @@ -57780,6 +79436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #022c22cc; } +.border-b-emerald-950\\/85 { + border-bottom-color: #022c22d9; +} + .border-b-emerald-950\\/90 { border-bottom-color: #022c22e6; } @@ -57804,6 +79464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ff; } +.border-b-fuchsia-100\\/15 { + border-bottom-color: #fae8ff26; +} + .border-b-fuchsia-100\\/20 { border-bottom-color: #fae8ff33; } @@ -57816,10 +79480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ff4d; } +.border-b-fuchsia-100\\/35 { + border-bottom-color: #fae8ff59; +} + .border-b-fuchsia-100\\/40 { border-bottom-color: #fae8ff66; } +.border-b-fuchsia-100\\/45 { + border-bottom-color: #fae8ff73; +} + .border-b-fuchsia-100\\/5 { border-bottom-color: #fae8ff0d; } @@ -57828,10 +79500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ff80; } +.border-b-fuchsia-100\\/55 { + border-bottom-color: #fae8ff8c; +} + .border-b-fuchsia-100\\/60 { border-bottom-color: #fae8ff99; } +.border-b-fuchsia-100\\/65 { + border-bottom-color: #fae8ffa6; +} + .border-b-fuchsia-100\\/70 { border-bottom-color: #fae8ffb3; } @@ -57844,6 +79524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fae8ffcc; } +.border-b-fuchsia-100\\/85 { + border-bottom-color: #fae8ffd9; +} + .border-b-fuchsia-100\\/90 { border-bottom-color: #fae8ffe6; } @@ -57868,6 +79552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fe; } +.border-b-fuchsia-200\\/15 { + border-bottom-color: #f5d0fe26; +} + .border-b-fuchsia-200\\/20 { border-bottom-color: #f5d0fe33; } @@ -57880,10 +79568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fe4d; } +.border-b-fuchsia-200\\/35 { + border-bottom-color: #f5d0fe59; +} + .border-b-fuchsia-200\\/40 { border-bottom-color: #f5d0fe66; } +.border-b-fuchsia-200\\/45 { + border-bottom-color: #f5d0fe73; +} + .border-b-fuchsia-200\\/5 { border-bottom-color: #f5d0fe0d; } @@ -57892,10 +79588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fe80; } +.border-b-fuchsia-200\\/55 { + border-bottom-color: #f5d0fe8c; +} + .border-b-fuchsia-200\\/60 { border-bottom-color: #f5d0fe99; } +.border-b-fuchsia-200\\/65 { + border-bottom-color: #f5d0fea6; +} + .border-b-fuchsia-200\\/70 { border-bottom-color: #f5d0feb3; } @@ -57908,6 +79612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5d0fecc; } +.border-b-fuchsia-200\\/85 { + border-bottom-color: #f5d0fed9; +} + .border-b-fuchsia-200\\/90 { border-bottom-color: #f5d0fee6; } @@ -57932,6 +79640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfc; } +.border-b-fuchsia-300\\/15 { + border-bottom-color: #f0abfc26; +} + .border-b-fuchsia-300\\/20 { border-bottom-color: #f0abfc33; } @@ -57944,10 +79656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfc4d; } +.border-b-fuchsia-300\\/35 { + border-bottom-color: #f0abfc59; +} + .border-b-fuchsia-300\\/40 { border-bottom-color: #f0abfc66; } +.border-b-fuchsia-300\\/45 { + border-bottom-color: #f0abfc73; +} + .border-b-fuchsia-300\\/5 { border-bottom-color: #f0abfc0d; } @@ -57956,10 +79676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfc80; } +.border-b-fuchsia-300\\/55 { + border-bottom-color: #f0abfc8c; +} + .border-b-fuchsia-300\\/60 { border-bottom-color: #f0abfc99; } +.border-b-fuchsia-300\\/65 { + border-bottom-color: #f0abfca6; +} + .border-b-fuchsia-300\\/70 { border-bottom-color: #f0abfcb3; } @@ -57972,6 +79700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0abfccc; } +.border-b-fuchsia-300\\/85 { + border-bottom-color: #f0abfcd9; +} + .border-b-fuchsia-300\\/90 { border-bottom-color: #f0abfce6; } @@ -57996,6 +79728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f9; } +.border-b-fuchsia-400\\/15 { + border-bottom-color: #e879f926; +} + .border-b-fuchsia-400\\/20 { border-bottom-color: #e879f933; } @@ -58008,10 +79744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f94d; } +.border-b-fuchsia-400\\/35 { + border-bottom-color: #e879f959; +} + .border-b-fuchsia-400\\/40 { border-bottom-color: #e879f966; } +.border-b-fuchsia-400\\/45 { + border-bottom-color: #e879f973; +} + .border-b-fuchsia-400\\/5 { border-bottom-color: #e879f90d; } @@ -58020,10 +79764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f980; } +.border-b-fuchsia-400\\/55 { + border-bottom-color: #e879f98c; +} + .border-b-fuchsia-400\\/60 { border-bottom-color: #e879f999; } +.border-b-fuchsia-400\\/65 { + border-bottom-color: #e879f9a6; +} + .border-b-fuchsia-400\\/70 { border-bottom-color: #e879f9b3; } @@ -58036,6 +79788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e879f9cc; } +.border-b-fuchsia-400\\/85 { + border-bottom-color: #e879f9d9; +} + .border-b-fuchsia-400\\/90 { border-bottom-color: #e879f9e6; } @@ -58060,6 +79816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ff; } +.border-b-fuchsia-50\\/15 { + border-bottom-color: #fdf4ff26; +} + .border-b-fuchsia-50\\/20 { border-bottom-color: #fdf4ff33; } @@ -58072,10 +79832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ff4d; } +.border-b-fuchsia-50\\/35 { + border-bottom-color: #fdf4ff59; +} + .border-b-fuchsia-50\\/40 { border-bottom-color: #fdf4ff66; } +.border-b-fuchsia-50\\/45 { + border-bottom-color: #fdf4ff73; +} + .border-b-fuchsia-50\\/5 { border-bottom-color: #fdf4ff0d; } @@ -58084,10 +79852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ff80; } +.border-b-fuchsia-50\\/55 { + border-bottom-color: #fdf4ff8c; +} + .border-b-fuchsia-50\\/60 { border-bottom-color: #fdf4ff99; } +.border-b-fuchsia-50\\/65 { + border-bottom-color: #fdf4ffa6; +} + .border-b-fuchsia-50\\/70 { border-bottom-color: #fdf4ffb3; } @@ -58100,6 +79876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf4ffcc; } +.border-b-fuchsia-50\\/85 { + border-bottom-color: #fdf4ffd9; +} + .border-b-fuchsia-50\\/90 { border-bottom-color: #fdf4ffe6; } @@ -58124,6 +79904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946ef; } +.border-b-fuchsia-500\\/15 { + border-bottom-color: #d946ef26; +} + .border-b-fuchsia-500\\/20 { border-bottom-color: #d946ef33; } @@ -58136,10 +79920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946ef4d; } +.border-b-fuchsia-500\\/35 { + border-bottom-color: #d946ef59; +} + .border-b-fuchsia-500\\/40 { border-bottom-color: #d946ef66; } +.border-b-fuchsia-500\\/45 { + border-bottom-color: #d946ef73; +} + .border-b-fuchsia-500\\/5 { border-bottom-color: #d946ef0d; } @@ -58148,10 +79940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946ef80; } +.border-b-fuchsia-500\\/55 { + border-bottom-color: #d946ef8c; +} + .border-b-fuchsia-500\\/60 { border-bottom-color: #d946ef99; } +.border-b-fuchsia-500\\/65 { + border-bottom-color: #d946efa6; +} + .border-b-fuchsia-500\\/70 { border-bottom-color: #d946efb3; } @@ -58164,6 +79964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d946efcc; } +.border-b-fuchsia-500\\/85 { + border-bottom-color: #d946efd9; +} + .border-b-fuchsia-500\\/90 { border-bottom-color: #d946efe6; } @@ -58188,6 +79992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d3; } +.border-b-fuchsia-600\\/15 { + border-bottom-color: #c026d326; +} + .border-b-fuchsia-600\\/20 { border-bottom-color: #c026d333; } @@ -58200,10 +80008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d34d; } +.border-b-fuchsia-600\\/35 { + border-bottom-color: #c026d359; +} + .border-b-fuchsia-600\\/40 { border-bottom-color: #c026d366; } +.border-b-fuchsia-600\\/45 { + border-bottom-color: #c026d373; +} + .border-b-fuchsia-600\\/5 { border-bottom-color: #c026d30d; } @@ -58212,10 +80028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d380; } +.border-b-fuchsia-600\\/55 { + border-bottom-color: #c026d38c; +} + .border-b-fuchsia-600\\/60 { border-bottom-color: #c026d399; } +.border-b-fuchsia-600\\/65 { + border-bottom-color: #c026d3a6; +} + .border-b-fuchsia-600\\/70 { border-bottom-color: #c026d3b3; } @@ -58228,6 +80052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c026d3cc; } +.border-b-fuchsia-600\\/85 { + border-bottom-color: #c026d3d9; +} + .border-b-fuchsia-600\\/90 { border-bottom-color: #c026d3e6; } @@ -58252,6 +80080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21caf; } +.border-b-fuchsia-700\\/15 { + border-bottom-color: #a21caf26; +} + .border-b-fuchsia-700\\/20 { border-bottom-color: #a21caf33; } @@ -58264,10 +80096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21caf4d; } +.border-b-fuchsia-700\\/35 { + border-bottom-color: #a21caf59; +} + .border-b-fuchsia-700\\/40 { border-bottom-color: #a21caf66; } +.border-b-fuchsia-700\\/45 { + border-bottom-color: #a21caf73; +} + .border-b-fuchsia-700\\/5 { border-bottom-color: #a21caf0d; } @@ -58276,10 +80116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21caf80; } +.border-b-fuchsia-700\\/55 { + border-bottom-color: #a21caf8c; +} + .border-b-fuchsia-700\\/60 { border-bottom-color: #a21caf99; } +.border-b-fuchsia-700\\/65 { + border-bottom-color: #a21cafa6; +} + .border-b-fuchsia-700\\/70 { border-bottom-color: #a21cafb3; } @@ -58292,6 +80140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a21cafcc; } +.border-b-fuchsia-700\\/85 { + border-bottom-color: #a21cafd9; +} + .border-b-fuchsia-700\\/90 { border-bottom-color: #a21cafe6; } @@ -58316,6 +80168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198f; } +.border-b-fuchsia-800\\/15 { + border-bottom-color: #86198f26; +} + .border-b-fuchsia-800\\/20 { border-bottom-color: #86198f33; } @@ -58328,10 +80184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198f4d; } +.border-b-fuchsia-800\\/35 { + border-bottom-color: #86198f59; +} + .border-b-fuchsia-800\\/40 { border-bottom-color: #86198f66; } +.border-b-fuchsia-800\\/45 { + border-bottom-color: #86198f73; +} + .border-b-fuchsia-800\\/5 { border-bottom-color: #86198f0d; } @@ -58340,10 +80204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198f80; } +.border-b-fuchsia-800\\/55 { + border-bottom-color: #86198f8c; +} + .border-b-fuchsia-800\\/60 { border-bottom-color: #86198f99; } +.border-b-fuchsia-800\\/65 { + border-bottom-color: #86198fa6; +} + .border-b-fuchsia-800\\/70 { border-bottom-color: #86198fb3; } @@ -58356,6 +80228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86198fcc; } +.border-b-fuchsia-800\\/85 { + border-bottom-color: #86198fd9; +} + .border-b-fuchsia-800\\/90 { border-bottom-color: #86198fe6; } @@ -58380,6 +80256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a75; } +.border-b-fuchsia-900\\/15 { + border-bottom-color: #701a7526; +} + .border-b-fuchsia-900\\/20 { border-bottom-color: #701a7533; } @@ -58392,10 +80272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a754d; } +.border-b-fuchsia-900\\/35 { + border-bottom-color: #701a7559; +} + .border-b-fuchsia-900\\/40 { border-bottom-color: #701a7566; } +.border-b-fuchsia-900\\/45 { + border-bottom-color: #701a7573; +} + .border-b-fuchsia-900\\/5 { border-bottom-color: #701a750d; } @@ -58404,10 +80292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a7580; } +.border-b-fuchsia-900\\/55 { + border-bottom-color: #701a758c; +} + .border-b-fuchsia-900\\/60 { border-bottom-color: #701a7599; } +.border-b-fuchsia-900\\/65 { + border-bottom-color: #701a75a6; +} + .border-b-fuchsia-900\\/70 { border-bottom-color: #701a75b3; } @@ -58420,6 +80316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #701a75cc; } +.border-b-fuchsia-900\\/85 { + border-bottom-color: #701a75d9; +} + .border-b-fuchsia-900\\/90 { border-bottom-color: #701a75e6; } @@ -58444,6 +80344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044e; } +.border-b-fuchsia-950\\/15 { + border-bottom-color: #4a044e26; +} + .border-b-fuchsia-950\\/20 { border-bottom-color: #4a044e33; } @@ -58456,10 +80360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044e4d; } +.border-b-fuchsia-950\\/35 { + border-bottom-color: #4a044e59; +} + .border-b-fuchsia-950\\/40 { border-bottom-color: #4a044e66; } +.border-b-fuchsia-950\\/45 { + border-bottom-color: #4a044e73; +} + .border-b-fuchsia-950\\/5 { border-bottom-color: #4a044e0d; } @@ -58468,10 +80380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044e80; } +.border-b-fuchsia-950\\/55 { + border-bottom-color: #4a044e8c; +} + .border-b-fuchsia-950\\/60 { border-bottom-color: #4a044e99; } +.border-b-fuchsia-950\\/65 { + border-bottom-color: #4a044ea6; +} + .border-b-fuchsia-950\\/70 { border-bottom-color: #4a044eb3; } @@ -58484,6 +80404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4a044ecc; } +.border-b-fuchsia-950\\/85 { + border-bottom-color: #4a044ed9; +} + .border-b-fuchsia-950\\/90 { border-bottom-color: #4a044ee6; } @@ -58508,6 +80432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f6; } +.border-b-gray-100\\/15 { + border-bottom-color: #f3f4f626; +} + .border-b-gray-100\\/20 { border-bottom-color: #f3f4f633; } @@ -58520,10 +80448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f64d; } +.border-b-gray-100\\/35 { + border-bottom-color: #f3f4f659; +} + .border-b-gray-100\\/40 { border-bottom-color: #f3f4f666; } +.border-b-gray-100\\/45 { + border-bottom-color: #f3f4f673; +} + .border-b-gray-100\\/5 { border-bottom-color: #f3f4f60d; } @@ -58532,10 +80468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f680; } +.border-b-gray-100\\/55 { + border-bottom-color: #f3f4f68c; +} + .border-b-gray-100\\/60 { border-bottom-color: #f3f4f699; } +.border-b-gray-100\\/65 { + border-bottom-color: #f3f4f6a6; +} + .border-b-gray-100\\/70 { border-bottom-color: #f3f4f6b3; } @@ -58548,6 +80492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3f4f6cc; } +.border-b-gray-100\\/85 { + border-bottom-color: #f3f4f6d9; +} + .border-b-gray-100\\/90 { border-bottom-color: #f3f4f6e6; } @@ -58572,6 +80520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7eb; } +.border-b-gray-200\\/15 { + border-bottom-color: #e5e7eb26; +} + .border-b-gray-200\\/20 { border-bottom-color: #e5e7eb33; } @@ -58584,10 +80536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7eb4d; } +.border-b-gray-200\\/35 { + border-bottom-color: #e5e7eb59; +} + .border-b-gray-200\\/40 { border-bottom-color: #e5e7eb66; } +.border-b-gray-200\\/45 { + border-bottom-color: #e5e7eb73; +} + .border-b-gray-200\\/5 { border-bottom-color: #e5e7eb0d; } @@ -58596,10 +80556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7eb80; } +.border-b-gray-200\\/55 { + border-bottom-color: #e5e7eb8c; +} + .border-b-gray-200\\/60 { border-bottom-color: #e5e7eb99; } +.border-b-gray-200\\/65 { + border-bottom-color: #e5e7eba6; +} + .border-b-gray-200\\/70 { border-bottom-color: #e5e7ebb3; } @@ -58612,6 +80580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e7ebcc; } +.border-b-gray-200\\/85 { + border-bottom-color: #e5e7ebd9; +} + .border-b-gray-200\\/90 { border-bottom-color: #e5e7ebe6; } @@ -58636,6 +80608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5db; } +.border-b-gray-300\\/15 { + border-bottom-color: #d1d5db26; +} + .border-b-gray-300\\/20 { border-bottom-color: #d1d5db33; } @@ -58648,10 +80624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5db4d; } +.border-b-gray-300\\/35 { + border-bottom-color: #d1d5db59; +} + .border-b-gray-300\\/40 { border-bottom-color: #d1d5db66; } +.border-b-gray-300\\/45 { + border-bottom-color: #d1d5db73; +} + .border-b-gray-300\\/5 { border-bottom-color: #d1d5db0d; } @@ -58660,10 +80644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5db80; } +.border-b-gray-300\\/55 { + border-bottom-color: #d1d5db8c; +} + .border-b-gray-300\\/60 { border-bottom-color: #d1d5db99; } +.border-b-gray-300\\/65 { + border-bottom-color: #d1d5dba6; +} + .border-b-gray-300\\/70 { border-bottom-color: #d1d5dbb3; } @@ -58676,6 +80668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d1d5dbcc; } +.border-b-gray-300\\/85 { + border-bottom-color: #d1d5dbd9; +} + .border-b-gray-300\\/90 { border-bottom-color: #d1d5dbe6; } @@ -58700,6 +80696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3af; } +.border-b-gray-400\\/15 { + border-bottom-color: #9ca3af26; +} + .border-b-gray-400\\/20 { border-bottom-color: #9ca3af33; } @@ -58712,10 +80712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3af4d; } +.border-b-gray-400\\/35 { + border-bottom-color: #9ca3af59; +} + .border-b-gray-400\\/40 { border-bottom-color: #9ca3af66; } +.border-b-gray-400\\/45 { + border-bottom-color: #9ca3af73; +} + .border-b-gray-400\\/5 { border-bottom-color: #9ca3af0d; } @@ -58724,10 +80732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3af80; } +.border-b-gray-400\\/55 { + border-bottom-color: #9ca3af8c; +} + .border-b-gray-400\\/60 { border-bottom-color: #9ca3af99; } +.border-b-gray-400\\/65 { + border-bottom-color: #9ca3afa6; +} + .border-b-gray-400\\/70 { border-bottom-color: #9ca3afb3; } @@ -58740,6 +80756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9ca3afcc; } +.border-b-gray-400\\/85 { + border-bottom-color: #9ca3afd9; +} + .border-b-gray-400\\/90 { border-bottom-color: #9ca3afe6; } @@ -58764,6 +80784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafb; } +.border-b-gray-50\\/15 { + border-bottom-color: #f9fafb26; +} + .border-b-gray-50\\/20 { border-bottom-color: #f9fafb33; } @@ -58776,10 +80800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafb4d; } +.border-b-gray-50\\/35 { + border-bottom-color: #f9fafb59; +} + .border-b-gray-50\\/40 { border-bottom-color: #f9fafb66; } +.border-b-gray-50\\/45 { + border-bottom-color: #f9fafb73; +} + .border-b-gray-50\\/5 { border-bottom-color: #f9fafb0d; } @@ -58788,10 +80820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafb80; } +.border-b-gray-50\\/55 { + border-bottom-color: #f9fafb8c; +} + .border-b-gray-50\\/60 { border-bottom-color: #f9fafb99; } +.border-b-gray-50\\/65 { + border-bottom-color: #f9fafba6; +} + .border-b-gray-50\\/70 { border-bottom-color: #f9fafbb3; } @@ -58804,6 +80844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9fafbcc; } +.border-b-gray-50\\/85 { + border-bottom-color: #f9fafbd9; +} + .border-b-gray-50\\/90 { border-bottom-color: #f9fafbe6; } @@ -58828,6 +80872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b7280; } +.border-b-gray-500\\/15 { + border-bottom-color: #6b728026; +} + .border-b-gray-500\\/20 { border-bottom-color: #6b728033; } @@ -58840,10 +80888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b72804d; } +.border-b-gray-500\\/35 { + border-bottom-color: #6b728059; +} + .border-b-gray-500\\/40 { border-bottom-color: #6b728066; } +.border-b-gray-500\\/45 { + border-bottom-color: #6b728073; +} + .border-b-gray-500\\/5 { border-bottom-color: #6b72800d; } @@ -58852,10 +80908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b728080; } +.border-b-gray-500\\/55 { + border-bottom-color: #6b72808c; +} + .border-b-gray-500\\/60 { border-bottom-color: #6b728099; } +.border-b-gray-500\\/65 { + border-bottom-color: #6b7280a6; +} + .border-b-gray-500\\/70 { border-bottom-color: #6b7280b3; } @@ -58868,6 +80932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b7280cc; } +.border-b-gray-500\\/85 { + border-bottom-color: #6b7280d9; +} + .border-b-gray-500\\/90 { border-bottom-color: #6b7280e6; } @@ -58892,6 +80960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b5563; } +.border-b-gray-600\\/15 { + border-bottom-color: #4b556326; +} + .border-b-gray-600\\/20 { border-bottom-color: #4b556333; } @@ -58904,10 +80976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b55634d; } +.border-b-gray-600\\/35 { + border-bottom-color: #4b556359; +} + .border-b-gray-600\\/40 { border-bottom-color: #4b556366; } +.border-b-gray-600\\/45 { + border-bottom-color: #4b556373; +} + .border-b-gray-600\\/5 { border-bottom-color: #4b55630d; } @@ -58916,10 +80996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b556380; } +.border-b-gray-600\\/55 { + border-bottom-color: #4b55638c; +} + .border-b-gray-600\\/60 { border-bottom-color: #4b556399; } +.border-b-gray-600\\/65 { + border-bottom-color: #4b5563a6; +} + .border-b-gray-600\\/70 { border-bottom-color: #4b5563b3; } @@ -58932,6 +81020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4b5563cc; } +.border-b-gray-600\\/85 { + border-bottom-color: #4b5563d9; +} + .border-b-gray-600\\/90 { border-bottom-color: #4b5563e6; } @@ -58956,6 +81048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #374151; } +.border-b-gray-700\\/15 { + border-bottom-color: #37415126; +} + .border-b-gray-700\\/20 { border-bottom-color: #37415133; } @@ -58968,10 +81064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3741514d; } +.border-b-gray-700\\/35 { + border-bottom-color: #37415159; +} + .border-b-gray-700\\/40 { border-bottom-color: #37415166; } +.border-b-gray-700\\/45 { + border-bottom-color: #37415173; +} + .border-b-gray-700\\/5 { border-bottom-color: #3741510d; } @@ -58980,10 +81084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #37415180; } +.border-b-gray-700\\/55 { + border-bottom-color: #3741518c; +} + .border-b-gray-700\\/60 { border-bottom-color: #37415199; } +.border-b-gray-700\\/65 { + border-bottom-color: #374151a6; +} + .border-b-gray-700\\/70 { border-bottom-color: #374151b3; } @@ -58996,6 +81108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #374151cc; } +.border-b-gray-700\\/85 { + border-bottom-color: #374151d9; +} + .border-b-gray-700\\/90 { border-bottom-color: #374151e6; } @@ -59020,6 +81136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f2937; } +.border-b-gray-800\\/15 { + border-bottom-color: #1f293726; +} + .border-b-gray-800\\/20 { border-bottom-color: #1f293733; } @@ -59032,10 +81152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f29374d; } +.border-b-gray-800\\/35 { + border-bottom-color: #1f293759; +} + .border-b-gray-800\\/40 { border-bottom-color: #1f293766; } +.border-b-gray-800\\/45 { + border-bottom-color: #1f293773; +} + .border-b-gray-800\\/5 { border-bottom-color: #1f29370d; } @@ -59044,10 +81172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f293780; } +.border-b-gray-800\\/55 { + border-bottom-color: #1f29378c; +} + .border-b-gray-800\\/60 { border-bottom-color: #1f293799; } +.border-b-gray-800\\/65 { + border-bottom-color: #1f2937a6; +} + .border-b-gray-800\\/70 { border-bottom-color: #1f2937b3; } @@ -59060,6 +81196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1f2937cc; } +.border-b-gray-800\\/85 { + border-bottom-color: #1f2937d9; +} + .border-b-gray-800\\/90 { border-bottom-color: #1f2937e6; } @@ -59084,6 +81224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #111827; } +.border-b-gray-900\\/15 { + border-bottom-color: #11182726; +} + .border-b-gray-900\\/20 { border-bottom-color: #11182733; } @@ -59096,10 +81240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1118274d; } +.border-b-gray-900\\/35 { + border-bottom-color: #11182759; +} + .border-b-gray-900\\/40 { border-bottom-color: #11182766; } +.border-b-gray-900\\/45 { + border-bottom-color: #11182773; +} + .border-b-gray-900\\/5 { border-bottom-color: #1118270d; } @@ -59108,10 +81260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #11182780; } +.border-b-gray-900\\/55 { + border-bottom-color: #1118278c; +} + .border-b-gray-900\\/60 { border-bottom-color: #11182799; } +.border-b-gray-900\\/65 { + border-bottom-color: #111827a6; +} + .border-b-gray-900\\/70 { border-bottom-color: #111827b3; } @@ -59124,6 +81284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #111827cc; } +.border-b-gray-900\\/85 { + border-bottom-color: #111827d9; +} + .border-b-gray-900\\/90 { border-bottom-color: #111827e6; } @@ -59148,6 +81312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #030712; } +.border-b-gray-950\\/15 { + border-bottom-color: #03071226; +} + .border-b-gray-950\\/20 { border-bottom-color: #03071233; } @@ -59160,10 +81328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0307124d; } +.border-b-gray-950\\/35 { + border-bottom-color: #03071259; +} + .border-b-gray-950\\/40 { border-bottom-color: #03071266; } +.border-b-gray-950\\/45 { + border-bottom-color: #03071273; +} + .border-b-gray-950\\/5 { border-bottom-color: #0307120d; } @@ -59172,10 +81348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #03071280; } +.border-b-gray-950\\/55 { + border-bottom-color: #0307128c; +} + .border-b-gray-950\\/60 { border-bottom-color: #03071299; } +.border-b-gray-950\\/65 { + border-bottom-color: #030712a6; +} + .border-b-gray-950\\/70 { border-bottom-color: #030712b3; } @@ -59188,6 +81372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #030712cc; } +.border-b-gray-950\\/85 { + border-bottom-color: #030712d9; +} + .border-b-gray-950\\/90 { border-bottom-color: #030712e6; } @@ -59212,6 +81400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce7; } +.border-b-green-100\\/15 { + border-bottom-color: #dcfce726; +} + .border-b-green-100\\/20 { border-bottom-color: #dcfce733; } @@ -59224,10 +81416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce74d; } +.border-b-green-100\\/35 { + border-bottom-color: #dcfce759; +} + .border-b-green-100\\/40 { border-bottom-color: #dcfce766; } +.border-b-green-100\\/45 { + border-bottom-color: #dcfce773; +} + .border-b-green-100\\/5 { border-bottom-color: #dcfce70d; } @@ -59236,10 +81436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce780; } +.border-b-green-100\\/55 { + border-bottom-color: #dcfce78c; +} + .border-b-green-100\\/60 { border-bottom-color: #dcfce799; } +.border-b-green-100\\/65 { + border-bottom-color: #dcfce7a6; +} + .border-b-green-100\\/70 { border-bottom-color: #dcfce7b3; } @@ -59252,6 +81460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dcfce7cc; } +.border-b-green-100\\/85 { + border-bottom-color: #dcfce7d9; +} + .border-b-green-100\\/90 { border-bottom-color: #dcfce7e6; } @@ -59276,6 +81488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d0; } +.border-b-green-200\\/15 { + border-bottom-color: #bbf7d026; +} + .border-b-green-200\\/20 { border-bottom-color: #bbf7d033; } @@ -59288,10 +81504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d04d; } +.border-b-green-200\\/35 { + border-bottom-color: #bbf7d059; +} + .border-b-green-200\\/40 { border-bottom-color: #bbf7d066; } +.border-b-green-200\\/45 { + border-bottom-color: #bbf7d073; +} + .border-b-green-200\\/5 { border-bottom-color: #bbf7d00d; } @@ -59300,10 +81524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d080; } +.border-b-green-200\\/55 { + border-bottom-color: #bbf7d08c; +} + .border-b-green-200\\/60 { border-bottom-color: #bbf7d099; } +.border-b-green-200\\/65 { + border-bottom-color: #bbf7d0a6; +} + .border-b-green-200\\/70 { border-bottom-color: #bbf7d0b3; } @@ -59316,6 +81548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bbf7d0cc; } +.border-b-green-200\\/85 { + border-bottom-color: #bbf7d0d9; +} + .border-b-green-200\\/90 { border-bottom-color: #bbf7d0e6; } @@ -59340,6 +81576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efac; } +.border-b-green-300\\/15 { + border-bottom-color: #86efac26; +} + .border-b-green-300\\/20 { border-bottom-color: #86efac33; } @@ -59352,10 +81592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efac4d; } +.border-b-green-300\\/35 { + border-bottom-color: #86efac59; +} + .border-b-green-300\\/40 { border-bottom-color: #86efac66; } +.border-b-green-300\\/45 { + border-bottom-color: #86efac73; +} + .border-b-green-300\\/5 { border-bottom-color: #86efac0d; } @@ -59364,10 +81612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efac80; } +.border-b-green-300\\/55 { + border-bottom-color: #86efac8c; +} + .border-b-green-300\\/60 { border-bottom-color: #86efac99; } +.border-b-green-300\\/65 { + border-bottom-color: #86efaca6; +} + .border-b-green-300\\/70 { border-bottom-color: #86efacb3; } @@ -59380,6 +81636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #86efaccc; } +.border-b-green-300\\/85 { + border-bottom-color: #86efacd9; +} + .border-b-green-300\\/90 { border-bottom-color: #86eface6; } @@ -59404,6 +81664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade80; } +.border-b-green-400\\/15 { + border-bottom-color: #4ade8026; +} + .border-b-green-400\\/20 { border-bottom-color: #4ade8033; } @@ -59416,10 +81680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade804d; } +.border-b-green-400\\/35 { + border-bottom-color: #4ade8059; +} + .border-b-green-400\\/40 { border-bottom-color: #4ade8066; } +.border-b-green-400\\/45 { + border-bottom-color: #4ade8073; +} + .border-b-green-400\\/5 { border-bottom-color: #4ade800d; } @@ -59428,10 +81700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade8080; } +.border-b-green-400\\/55 { + border-bottom-color: #4ade808c; +} + .border-b-green-400\\/60 { border-bottom-color: #4ade8099; } +.border-b-green-400\\/65 { + border-bottom-color: #4ade80a6; +} + .border-b-green-400\\/70 { border-bottom-color: #4ade80b3; } @@ -59444,6 +81724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4ade80cc; } +.border-b-green-400\\/85 { + border-bottom-color: #4ade80d9; +} + .border-b-green-400\\/90 { border-bottom-color: #4ade80e6; } @@ -59468,6 +81752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf4; } +.border-b-green-50\\/15 { + border-bottom-color: #f0fdf426; +} + .border-b-green-50\\/20 { border-bottom-color: #f0fdf433; } @@ -59480,10 +81768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf44d; } +.border-b-green-50\\/35 { + border-bottom-color: #f0fdf459; +} + .border-b-green-50\\/40 { border-bottom-color: #f0fdf466; } +.border-b-green-50\\/45 { + border-bottom-color: #f0fdf473; +} + .border-b-green-50\\/5 { border-bottom-color: #f0fdf40d; } @@ -59492,10 +81788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf480; } +.border-b-green-50\\/55 { + border-bottom-color: #f0fdf48c; +} + .border-b-green-50\\/60 { border-bottom-color: #f0fdf499; } +.border-b-green-50\\/65 { + border-bottom-color: #f0fdf4a6; +} + .border-b-green-50\\/70 { border-bottom-color: #f0fdf4b3; } @@ -59508,6 +81812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdf4cc; } +.border-b-green-50\\/85 { + border-bottom-color: #f0fdf4d9; +} + .border-b-green-50\\/90 { border-bottom-color: #f0fdf4e6; } @@ -59532,6 +81840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55e; } +.border-b-green-500\\/15 { + border-bottom-color: #22c55e26; +} + .border-b-green-500\\/20 { border-bottom-color: #22c55e33; } @@ -59544,10 +81856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55e4d; } +.border-b-green-500\\/35 { + border-bottom-color: #22c55e59; +} + .border-b-green-500\\/40 { border-bottom-color: #22c55e66; } +.border-b-green-500\\/45 { + border-bottom-color: #22c55e73; +} + .border-b-green-500\\/5 { border-bottom-color: #22c55e0d; } @@ -59556,10 +81876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55e80; } +.border-b-green-500\\/55 { + border-bottom-color: #22c55e8c; +} + .border-b-green-500\\/60 { border-bottom-color: #22c55e99; } +.border-b-green-500\\/65 { + border-bottom-color: #22c55ea6; +} + .border-b-green-500\\/70 { border-bottom-color: #22c55eb3; } @@ -59572,6 +81900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #22c55ecc; } +.border-b-green-500\\/85 { + border-bottom-color: #22c55ed9; +} + .border-b-green-500\\/90 { border-bottom-color: #22c55ee6; } @@ -59596,6 +81928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34a; } +.border-b-green-600\\/15 { + border-bottom-color: #16a34a26; +} + .border-b-green-600\\/20 { border-bottom-color: #16a34a33; } @@ -59608,10 +81944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34a4d; } +.border-b-green-600\\/35 { + border-bottom-color: #16a34a59; +} + .border-b-green-600\\/40 { border-bottom-color: #16a34a66; } +.border-b-green-600\\/45 { + border-bottom-color: #16a34a73; +} + .border-b-green-600\\/5 { border-bottom-color: #16a34a0d; } @@ -59620,10 +81964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34a80; } +.border-b-green-600\\/55 { + border-bottom-color: #16a34a8c; +} + .border-b-green-600\\/60 { border-bottom-color: #16a34a99; } +.border-b-green-600\\/65 { + border-bottom-color: #16a34aa6; +} + .border-b-green-600\\/70 { border-bottom-color: #16a34ab3; } @@ -59636,6 +81988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16a34acc; } +.border-b-green-600\\/85 { + border-bottom-color: #16a34ad9; +} + .border-b-green-600\\/90 { border-bottom-color: #16a34ae6; } @@ -59660,6 +82016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803d; } +.border-b-green-700\\/15 { + border-bottom-color: #15803d26; +} + .border-b-green-700\\/20 { border-bottom-color: #15803d33; } @@ -59672,10 +82032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803d4d; } +.border-b-green-700\\/35 { + border-bottom-color: #15803d59; +} + .border-b-green-700\\/40 { border-bottom-color: #15803d66; } +.border-b-green-700\\/45 { + border-bottom-color: #15803d73; +} + .border-b-green-700\\/5 { border-bottom-color: #15803d0d; } @@ -59684,10 +82052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803d80; } +.border-b-green-700\\/55 { + border-bottom-color: #15803d8c; +} + .border-b-green-700\\/60 { border-bottom-color: #15803d99; } +.border-b-green-700\\/65 { + border-bottom-color: #15803da6; +} + .border-b-green-700\\/70 { border-bottom-color: #15803db3; } @@ -59700,6 +82076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #15803dcc; } +.border-b-green-700\\/85 { + border-bottom-color: #15803dd9; +} + .border-b-green-700\\/90 { border-bottom-color: #15803de6; } @@ -59724,6 +82104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #166534; } +.border-b-green-800\\/15 { + border-bottom-color: #16653426; +} + .border-b-green-800\\/20 { border-bottom-color: #16653433; } @@ -59736,10 +82120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1665344d; } +.border-b-green-800\\/35 { + border-bottom-color: #16653459; +} + .border-b-green-800\\/40 { border-bottom-color: #16653466; } +.border-b-green-800\\/45 { + border-bottom-color: #16653473; +} + .border-b-green-800\\/5 { border-bottom-color: #1665340d; } @@ -59748,10 +82140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #16653480; } +.border-b-green-800\\/55 { + border-bottom-color: #1665348c; +} + .border-b-green-800\\/60 { border-bottom-color: #16653499; } +.border-b-green-800\\/65 { + border-bottom-color: #166534a6; +} + .border-b-green-800\\/70 { border-bottom-color: #166534b3; } @@ -59764,6 +82164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #166534cc; } +.border-b-green-800\\/85 { + border-bottom-color: #166534d9; +} + .border-b-green-800\\/90 { border-bottom-color: #166534e6; } @@ -59788,6 +82192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532d; } +.border-b-green-900\\/15 { + border-bottom-color: #14532d26; +} + .border-b-green-900\\/20 { border-bottom-color: #14532d33; } @@ -59800,10 +82208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532d4d; } +.border-b-green-900\\/35 { + border-bottom-color: #14532d59; +} + .border-b-green-900\\/40 { border-bottom-color: #14532d66; } +.border-b-green-900\\/45 { + border-bottom-color: #14532d73; +} + .border-b-green-900\\/5 { border-bottom-color: #14532d0d; } @@ -59812,10 +82228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532d80; } +.border-b-green-900\\/55 { + border-bottom-color: #14532d8c; +} + .border-b-green-900\\/60 { border-bottom-color: #14532d99; } +.border-b-green-900\\/65 { + border-bottom-color: #14532da6; +} + .border-b-green-900\\/70 { border-bottom-color: #14532db3; } @@ -59828,6 +82252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14532dcc; } +.border-b-green-900\\/85 { + border-bottom-color: #14532dd9; +} + .border-b-green-900\\/90 { border-bottom-color: #14532de6; } @@ -59852,6 +82280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e16; } +.border-b-green-950\\/15 { + border-bottom-color: #052e1626; +} + .border-b-green-950\\/20 { border-bottom-color: #052e1633; } @@ -59864,10 +82296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e164d; } +.border-b-green-950\\/35 { + border-bottom-color: #052e1659; +} + .border-b-green-950\\/40 { border-bottom-color: #052e1666; } +.border-b-green-950\\/45 { + border-bottom-color: #052e1673; +} + .border-b-green-950\\/5 { border-bottom-color: #052e160d; } @@ -59876,10 +82316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e1680; } +.border-b-green-950\\/55 { + border-bottom-color: #052e168c; +} + .border-b-green-950\\/60 { border-bottom-color: #052e1699; } +.border-b-green-950\\/65 { + border-bottom-color: #052e16a6; +} + .border-b-green-950\\/70 { border-bottom-color: #052e16b3; } @@ -59892,6 +82340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #052e16cc; } +.border-b-green-950\\/85 { + border-bottom-color: #052e16d9; +} + .border-b-green-950\\/90 { border-bottom-color: #052e16e6; } @@ -59916,6 +82368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ff; } +.border-b-indigo-100\\/15 { + border-bottom-color: #e0e7ff26; +} + .border-b-indigo-100\\/20 { border-bottom-color: #e0e7ff33; } @@ -59928,10 +82384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ff4d; } +.border-b-indigo-100\\/35 { + border-bottom-color: #e0e7ff59; +} + .border-b-indigo-100\\/40 { border-bottom-color: #e0e7ff66; } +.border-b-indigo-100\\/45 { + border-bottom-color: #e0e7ff73; +} + .border-b-indigo-100\\/5 { border-bottom-color: #e0e7ff0d; } @@ -59940,10 +82404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ff80; } +.border-b-indigo-100\\/55 { + border-bottom-color: #e0e7ff8c; +} + .border-b-indigo-100\\/60 { border-bottom-color: #e0e7ff99; } +.border-b-indigo-100\\/65 { + border-bottom-color: #e0e7ffa6; +} + .border-b-indigo-100\\/70 { border-bottom-color: #e0e7ffb3; } @@ -59956,6 +82428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0e7ffcc; } +.border-b-indigo-100\\/85 { + border-bottom-color: #e0e7ffd9; +} + .border-b-indigo-100\\/90 { border-bottom-color: #e0e7ffe6; } @@ -59980,6 +82456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fe; } +.border-b-indigo-200\\/15 { + border-bottom-color: #c7d2fe26; +} + .border-b-indigo-200\\/20 { border-bottom-color: #c7d2fe33; } @@ -59992,10 +82472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fe4d; } +.border-b-indigo-200\\/35 { + border-bottom-color: #c7d2fe59; +} + .border-b-indigo-200\\/40 { border-bottom-color: #c7d2fe66; } +.border-b-indigo-200\\/45 { + border-bottom-color: #c7d2fe73; +} + .border-b-indigo-200\\/5 { border-bottom-color: #c7d2fe0d; } @@ -60004,10 +82492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fe80; } +.border-b-indigo-200\\/55 { + border-bottom-color: #c7d2fe8c; +} + .border-b-indigo-200\\/60 { border-bottom-color: #c7d2fe99; } +.border-b-indigo-200\\/65 { + border-bottom-color: #c7d2fea6; +} + .border-b-indigo-200\\/70 { border-bottom-color: #c7d2feb3; } @@ -60020,6 +82516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c7d2fecc; } +.border-b-indigo-200\\/85 { + border-bottom-color: #c7d2fed9; +} + .border-b-indigo-200\\/90 { border-bottom-color: #c7d2fee6; } @@ -60044,6 +82544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fc; } +.border-b-indigo-300\\/15 { + border-bottom-color: #a5b4fc26; +} + .border-b-indigo-300\\/20 { border-bottom-color: #a5b4fc33; } @@ -60056,10 +82560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fc4d; } +.border-b-indigo-300\\/35 { + border-bottom-color: #a5b4fc59; +} + .border-b-indigo-300\\/40 { border-bottom-color: #a5b4fc66; } +.border-b-indigo-300\\/45 { + border-bottom-color: #a5b4fc73; +} + .border-b-indigo-300\\/5 { border-bottom-color: #a5b4fc0d; } @@ -60068,10 +82580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fc80; } +.border-b-indigo-300\\/55 { + border-bottom-color: #a5b4fc8c; +} + .border-b-indigo-300\\/60 { border-bottom-color: #a5b4fc99; } +.border-b-indigo-300\\/65 { + border-bottom-color: #a5b4fca6; +} + .border-b-indigo-300\\/70 { border-bottom-color: #a5b4fcb3; } @@ -60084,6 +82604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a5b4fccc; } +.border-b-indigo-300\\/85 { + border-bottom-color: #a5b4fcd9; +} + .border-b-indigo-300\\/90 { border-bottom-color: #a5b4fce6; } @@ -60108,6 +82632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf8; } +.border-b-indigo-400\\/15 { + border-bottom-color: #818cf826; +} + .border-b-indigo-400\\/20 { border-bottom-color: #818cf833; } @@ -60120,10 +82648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf84d; } +.border-b-indigo-400\\/35 { + border-bottom-color: #818cf859; +} + .border-b-indigo-400\\/40 { border-bottom-color: #818cf866; } +.border-b-indigo-400\\/45 { + border-bottom-color: #818cf873; +} + .border-b-indigo-400\\/5 { border-bottom-color: #818cf80d; } @@ -60132,10 +82668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf880; } +.border-b-indigo-400\\/55 { + border-bottom-color: #818cf88c; +} + .border-b-indigo-400\\/60 { border-bottom-color: #818cf899; } +.border-b-indigo-400\\/65 { + border-bottom-color: #818cf8a6; +} + .border-b-indigo-400\\/70 { border-bottom-color: #818cf8b3; } @@ -60148,6 +82692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #818cf8cc; } +.border-b-indigo-400\\/85 { + border-bottom-color: #818cf8d9; +} + .border-b-indigo-400\\/90 { border-bottom-color: #818cf8e6; } @@ -60172,6 +82720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ff; } +.border-b-indigo-50\\/15 { + border-bottom-color: #eef2ff26; +} + .border-b-indigo-50\\/20 { border-bottom-color: #eef2ff33; } @@ -60184,10 +82736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ff4d; } +.border-b-indigo-50\\/35 { + border-bottom-color: #eef2ff59; +} + .border-b-indigo-50\\/40 { border-bottom-color: #eef2ff66; } +.border-b-indigo-50\\/45 { + border-bottom-color: #eef2ff73; +} + .border-b-indigo-50\\/5 { border-bottom-color: #eef2ff0d; } @@ -60196,10 +82756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ff80; } +.border-b-indigo-50\\/55 { + border-bottom-color: #eef2ff8c; +} + .border-b-indigo-50\\/60 { border-bottom-color: #eef2ff99; } +.border-b-indigo-50\\/65 { + border-bottom-color: #eef2ffa6; +} + .border-b-indigo-50\\/70 { border-bottom-color: #eef2ffb3; } @@ -60212,6 +82780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eef2ffcc; } +.border-b-indigo-50\\/85 { + border-bottom-color: #eef2ffd9; +} + .border-b-indigo-50\\/90 { border-bottom-color: #eef2ffe6; } @@ -60236,6 +82808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f1; } +.border-b-indigo-500\\/15 { + border-bottom-color: #6366f126; +} + .border-b-indigo-500\\/20 { border-bottom-color: #6366f133; } @@ -60248,10 +82824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f14d; } +.border-b-indigo-500\\/35 { + border-bottom-color: #6366f159; +} + .border-b-indigo-500\\/40 { border-bottom-color: #6366f166; } +.border-b-indigo-500\\/45 { + border-bottom-color: #6366f173; +} + .border-b-indigo-500\\/5 { border-bottom-color: #6366f10d; } @@ -60260,10 +82844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f180; } +.border-b-indigo-500\\/55 { + border-bottom-color: #6366f18c; +} + .border-b-indigo-500\\/60 { border-bottom-color: #6366f199; } +.border-b-indigo-500\\/65 { + border-bottom-color: #6366f1a6; +} + .border-b-indigo-500\\/70 { border-bottom-color: #6366f1b3; } @@ -60276,6 +82868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6366f1cc; } +.border-b-indigo-500\\/85 { + border-bottom-color: #6366f1d9; +} + .border-b-indigo-500\\/90 { border-bottom-color: #6366f1e6; } @@ -60300,6 +82896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e5; } +.border-b-indigo-600\\/15 { + border-bottom-color: #4f46e526; +} + .border-b-indigo-600\\/20 { border-bottom-color: #4f46e533; } @@ -60312,10 +82912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e54d; } +.border-b-indigo-600\\/35 { + border-bottom-color: #4f46e559; +} + .border-b-indigo-600\\/40 { border-bottom-color: #4f46e566; } +.border-b-indigo-600\\/45 { + border-bottom-color: #4f46e573; +} + .border-b-indigo-600\\/5 { border-bottom-color: #4f46e50d; } @@ -60324,10 +82932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e580; } +.border-b-indigo-600\\/55 { + border-bottom-color: #4f46e58c; +} + .border-b-indigo-600\\/60 { border-bottom-color: #4f46e599; } +.border-b-indigo-600\\/65 { + border-bottom-color: #4f46e5a6; +} + .border-b-indigo-600\\/70 { border-bottom-color: #4f46e5b3; } @@ -60340,6 +82956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4f46e5cc; } +.border-b-indigo-600\\/85 { + border-bottom-color: #4f46e5d9; +} + .border-b-indigo-600\\/90 { border-bottom-color: #4f46e5e6; } @@ -60364,6 +82984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338ca; } +.border-b-indigo-700\\/15 { + border-bottom-color: #4338ca26; +} + .border-b-indigo-700\\/20 { border-bottom-color: #4338ca33; } @@ -60376,10 +83000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338ca4d; } +.border-b-indigo-700\\/35 { + border-bottom-color: #4338ca59; +} + .border-b-indigo-700\\/40 { border-bottom-color: #4338ca66; } +.border-b-indigo-700\\/45 { + border-bottom-color: #4338ca73; +} + .border-b-indigo-700\\/5 { border-bottom-color: #4338ca0d; } @@ -60388,10 +83020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338ca80; } +.border-b-indigo-700\\/55 { + border-bottom-color: #4338ca8c; +} + .border-b-indigo-700\\/60 { border-bottom-color: #4338ca99; } +.border-b-indigo-700\\/65 { + border-bottom-color: #4338caa6; +} + .border-b-indigo-700\\/70 { border-bottom-color: #4338cab3; } @@ -60404,6 +83044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4338cacc; } +.border-b-indigo-700\\/85 { + border-bottom-color: #4338cad9; +} + .border-b-indigo-700\\/90 { border-bottom-color: #4338cae6; } @@ -60428,6 +83072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a3; } +.border-b-indigo-800\\/15 { + border-bottom-color: #3730a326; +} + .border-b-indigo-800\\/20 { border-bottom-color: #3730a333; } @@ -60440,10 +83088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a34d; } +.border-b-indigo-800\\/35 { + border-bottom-color: #3730a359; +} + .border-b-indigo-800\\/40 { border-bottom-color: #3730a366; } +.border-b-indigo-800\\/45 { + border-bottom-color: #3730a373; +} + .border-b-indigo-800\\/5 { border-bottom-color: #3730a30d; } @@ -60452,10 +83108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a380; } +.border-b-indigo-800\\/55 { + border-bottom-color: #3730a38c; +} + .border-b-indigo-800\\/60 { border-bottom-color: #3730a399; } +.border-b-indigo-800\\/65 { + border-bottom-color: #3730a3a6; +} + .border-b-indigo-800\\/70 { border-bottom-color: #3730a3b3; } @@ -60468,6 +83132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3730a3cc; } +.border-b-indigo-800\\/85 { + border-bottom-color: #3730a3d9; +} + .border-b-indigo-800\\/90 { border-bottom-color: #3730a3e6; } @@ -60492,6 +83160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e81; } +.border-b-indigo-900\\/15 { + border-bottom-color: #312e8126; +} + .border-b-indigo-900\\/20 { border-bottom-color: #312e8133; } @@ -60504,10 +83176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e814d; } +.border-b-indigo-900\\/35 { + border-bottom-color: #312e8159; +} + .border-b-indigo-900\\/40 { border-bottom-color: #312e8166; } +.border-b-indigo-900\\/45 { + border-bottom-color: #312e8173; +} + .border-b-indigo-900\\/5 { border-bottom-color: #312e810d; } @@ -60516,10 +83196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e8180; } +.border-b-indigo-900\\/55 { + border-bottom-color: #312e818c; +} + .border-b-indigo-900\\/60 { border-bottom-color: #312e8199; } +.border-b-indigo-900\\/65 { + border-bottom-color: #312e81a6; +} + .border-b-indigo-900\\/70 { border-bottom-color: #312e81b3; } @@ -60532,6 +83220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #312e81cc; } +.border-b-indigo-900\\/85 { + border-bottom-color: #312e81d9; +} + .border-b-indigo-900\\/90 { border-bottom-color: #312e81e6; } @@ -60556,6 +83248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4b; } +.border-b-indigo-950\\/15 { + border-bottom-color: #1e1b4b26; +} + .border-b-indigo-950\\/20 { border-bottom-color: #1e1b4b33; } @@ -60568,10 +83264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4b4d; } +.border-b-indigo-950\\/35 { + border-bottom-color: #1e1b4b59; +} + .border-b-indigo-950\\/40 { border-bottom-color: #1e1b4b66; } +.border-b-indigo-950\\/45 { + border-bottom-color: #1e1b4b73; +} + .border-b-indigo-950\\/5 { border-bottom-color: #1e1b4b0d; } @@ -60580,10 +83284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4b80; } +.border-b-indigo-950\\/55 { + border-bottom-color: #1e1b4b8c; +} + .border-b-indigo-950\\/60 { border-bottom-color: #1e1b4b99; } +.border-b-indigo-950\\/65 { + border-bottom-color: #1e1b4ba6; +} + .border-b-indigo-950\\/70 { border-bottom-color: #1e1b4bb3; } @@ -60596,6 +83308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e1b4bcc; } +.border-b-indigo-950\\/85 { + border-bottom-color: #1e1b4bd9; +} + .border-b-indigo-950\\/90 { border-bottom-color: #1e1b4be6; } @@ -60624,6 +83340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccb; } +.border-b-lime-100\\/15 { + border-bottom-color: #ecfccb26; +} + .border-b-lime-100\\/20 { border-bottom-color: #ecfccb33; } @@ -60636,10 +83356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccb4d; } +.border-b-lime-100\\/35 { + border-bottom-color: #ecfccb59; +} + .border-b-lime-100\\/40 { border-bottom-color: #ecfccb66; } +.border-b-lime-100\\/45 { + border-bottom-color: #ecfccb73; +} + .border-b-lime-100\\/5 { border-bottom-color: #ecfccb0d; } @@ -60648,10 +83376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccb80; } +.border-b-lime-100\\/55 { + border-bottom-color: #ecfccb8c; +} + .border-b-lime-100\\/60 { border-bottom-color: #ecfccb99; } +.border-b-lime-100\\/65 { + border-bottom-color: #ecfccba6; +} + .border-b-lime-100\\/70 { border-bottom-color: #ecfccbb3; } @@ -60664,6 +83400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ecfccbcc; } +.border-b-lime-100\\/85 { + border-bottom-color: #ecfccbd9; +} + .border-b-lime-100\\/90 { border-bottom-color: #ecfccbe6; } @@ -60688,6 +83428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99d; } +.border-b-lime-200\\/15 { + border-bottom-color: #d9f99d26; +} + .border-b-lime-200\\/20 { border-bottom-color: #d9f99d33; } @@ -60700,10 +83444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99d4d; } +.border-b-lime-200\\/35 { + border-bottom-color: #d9f99d59; +} + .border-b-lime-200\\/40 { border-bottom-color: #d9f99d66; } +.border-b-lime-200\\/45 { + border-bottom-color: #d9f99d73; +} + .border-b-lime-200\\/5 { border-bottom-color: #d9f99d0d; } @@ -60712,10 +83464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99d80; } +.border-b-lime-200\\/55 { + border-bottom-color: #d9f99d8c; +} + .border-b-lime-200\\/60 { border-bottom-color: #d9f99d99; } +.border-b-lime-200\\/65 { + border-bottom-color: #d9f99da6; +} + .border-b-lime-200\\/70 { border-bottom-color: #d9f99db3; } @@ -60728,6 +83488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d9f99dcc; } +.border-b-lime-200\\/85 { + border-bottom-color: #d9f99dd9; +} + .border-b-lime-200\\/90 { border-bottom-color: #d9f99de6; } @@ -60752,6 +83516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef264; } +.border-b-lime-300\\/15 { + border-bottom-color: #bef26426; +} + .border-b-lime-300\\/20 { border-bottom-color: #bef26433; } @@ -60764,10 +83532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef2644d; } +.border-b-lime-300\\/35 { + border-bottom-color: #bef26459; +} + .border-b-lime-300\\/40 { border-bottom-color: #bef26466; } +.border-b-lime-300\\/45 { + border-bottom-color: #bef26473; +} + .border-b-lime-300\\/5 { border-bottom-color: #bef2640d; } @@ -60776,10 +83552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef26480; } +.border-b-lime-300\\/55 { + border-bottom-color: #bef2648c; +} + .border-b-lime-300\\/60 { border-bottom-color: #bef26499; } +.border-b-lime-300\\/65 { + border-bottom-color: #bef264a6; +} + .border-b-lime-300\\/70 { border-bottom-color: #bef264b3; } @@ -60792,6 +83576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bef264cc; } +.border-b-lime-300\\/85 { + border-bottom-color: #bef264d9; +} + .border-b-lime-300\\/90 { border-bottom-color: #bef264e6; } @@ -60816,6 +83604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e635; } +.border-b-lime-400\\/15 { + border-bottom-color: #a3e63526; +} + .border-b-lime-400\\/20 { border-bottom-color: #a3e63533; } @@ -60828,10 +83620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e6354d; } +.border-b-lime-400\\/35 { + border-bottom-color: #a3e63559; +} + .border-b-lime-400\\/40 { border-bottom-color: #a3e63566; } +.border-b-lime-400\\/45 { + border-bottom-color: #a3e63573; +} + .border-b-lime-400\\/5 { border-bottom-color: #a3e6350d; } @@ -60840,10 +83640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e63580; } +.border-b-lime-400\\/55 { + border-bottom-color: #a3e6358c; +} + .border-b-lime-400\\/60 { border-bottom-color: #a3e63599; } +.border-b-lime-400\\/65 { + border-bottom-color: #a3e635a6; +} + .border-b-lime-400\\/70 { border-bottom-color: #a3e635b3; } @@ -60856,6 +83664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3e635cc; } +.border-b-lime-400\\/85 { + border-bottom-color: #a3e635d9; +} + .border-b-lime-400\\/90 { border-bottom-color: #a3e635e6; } @@ -60880,6 +83692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee7; } +.border-b-lime-50\\/15 { + border-bottom-color: #f7fee726; +} + .border-b-lime-50\\/20 { border-bottom-color: #f7fee733; } @@ -60892,10 +83708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee74d; } +.border-b-lime-50\\/35 { + border-bottom-color: #f7fee759; +} + .border-b-lime-50\\/40 { border-bottom-color: #f7fee766; } +.border-b-lime-50\\/45 { + border-bottom-color: #f7fee773; +} + .border-b-lime-50\\/5 { border-bottom-color: #f7fee70d; } @@ -60904,10 +83728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee780; } +.border-b-lime-50\\/55 { + border-bottom-color: #f7fee78c; +} + .border-b-lime-50\\/60 { border-bottom-color: #f7fee799; } +.border-b-lime-50\\/65 { + border-bottom-color: #f7fee7a6; +} + .border-b-lime-50\\/70 { border-bottom-color: #f7fee7b3; } @@ -60920,6 +83752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f7fee7cc; } +.border-b-lime-50\\/85 { + border-bottom-color: #f7fee7d9; +} + .border-b-lime-50\\/90 { border-bottom-color: #f7fee7e6; } @@ -60944,6 +83780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc16; } +.border-b-lime-500\\/15 { + border-bottom-color: #84cc1626; +} + .border-b-lime-500\\/20 { border-bottom-color: #84cc1633; } @@ -60956,10 +83796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc164d; } +.border-b-lime-500\\/35 { + border-bottom-color: #84cc1659; +} + .border-b-lime-500\\/40 { border-bottom-color: #84cc1666; } +.border-b-lime-500\\/45 { + border-bottom-color: #84cc1673; +} + .border-b-lime-500\\/5 { border-bottom-color: #84cc160d; } @@ -60968,10 +83816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc1680; } +.border-b-lime-500\\/55 { + border-bottom-color: #84cc168c; +} + .border-b-lime-500\\/60 { border-bottom-color: #84cc1699; } +.border-b-lime-500\\/65 { + border-bottom-color: #84cc16a6; +} + .border-b-lime-500\\/70 { border-bottom-color: #84cc16b3; } @@ -60984,6 +83840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #84cc16cc; } +.border-b-lime-500\\/85 { + border-bottom-color: #84cc16d9; +} + .border-b-lime-500\\/90 { border-bottom-color: #84cc16e6; } @@ -61008,6 +83868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30d; } +.border-b-lime-600\\/15 { + border-bottom-color: #65a30d26; +} + .border-b-lime-600\\/20 { border-bottom-color: #65a30d33; } @@ -61020,10 +83884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30d4d; } +.border-b-lime-600\\/35 { + border-bottom-color: #65a30d59; +} + .border-b-lime-600\\/40 { border-bottom-color: #65a30d66; } +.border-b-lime-600\\/45 { + border-bottom-color: #65a30d73; +} + .border-b-lime-600\\/5 { border-bottom-color: #65a30d0d; } @@ -61032,10 +83904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30d80; } +.border-b-lime-600\\/55 { + border-bottom-color: #65a30d8c; +} + .border-b-lime-600\\/60 { border-bottom-color: #65a30d99; } +.border-b-lime-600\\/65 { + border-bottom-color: #65a30da6; +} + .border-b-lime-600\\/70 { border-bottom-color: #65a30db3; } @@ -61048,6 +83928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #65a30dcc; } +.border-b-lime-600\\/85 { + border-bottom-color: #65a30dd9; +} + .border-b-lime-600\\/90 { border-bottom-color: #65a30de6; } @@ -61072,6 +83956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0f; } +.border-b-lime-700\\/15 { + border-bottom-color: #4d7c0f26; +} + .border-b-lime-700\\/20 { border-bottom-color: #4d7c0f33; } @@ -61084,10 +83972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0f4d; } +.border-b-lime-700\\/35 { + border-bottom-color: #4d7c0f59; +} + .border-b-lime-700\\/40 { border-bottom-color: #4d7c0f66; } +.border-b-lime-700\\/45 { + border-bottom-color: #4d7c0f73; +} + .border-b-lime-700\\/5 { border-bottom-color: #4d7c0f0d; } @@ -61096,10 +83992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0f80; } +.border-b-lime-700\\/55 { + border-bottom-color: #4d7c0f8c; +} + .border-b-lime-700\\/60 { border-bottom-color: #4d7c0f99; } +.border-b-lime-700\\/65 { + border-bottom-color: #4d7c0fa6; +} + .border-b-lime-700\\/70 { border-bottom-color: #4d7c0fb3; } @@ -61112,6 +84016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4d7c0fcc; } +.border-b-lime-700\\/85 { + border-bottom-color: #4d7c0fd9; +} + .border-b-lime-700\\/90 { border-bottom-color: #4d7c0fe6; } @@ -61136,6 +84044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f6212; } +.border-b-lime-800\\/15 { + border-bottom-color: #3f621226; +} + .border-b-lime-800\\/20 { border-bottom-color: #3f621233; } @@ -61148,10 +84060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f62124d; } +.border-b-lime-800\\/35 { + border-bottom-color: #3f621259; +} + .border-b-lime-800\\/40 { border-bottom-color: #3f621266; } +.border-b-lime-800\\/45 { + border-bottom-color: #3f621273; +} + .border-b-lime-800\\/5 { border-bottom-color: #3f62120d; } @@ -61160,10 +84080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f621280; } +.border-b-lime-800\\/55 { + border-bottom-color: #3f62128c; +} + .border-b-lime-800\\/60 { border-bottom-color: #3f621299; } +.border-b-lime-800\\/65 { + border-bottom-color: #3f6212a6; +} + .border-b-lime-800\\/70 { border-bottom-color: #3f6212b3; } @@ -61176,6 +84104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f6212cc; } +.border-b-lime-800\\/85 { + border-bottom-color: #3f6212d9; +} + .border-b-lime-800\\/90 { border-bottom-color: #3f6212e6; } @@ -61200,6 +84132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #365314; } +.border-b-lime-900\\/15 { + border-bottom-color: #36531426; +} + .border-b-lime-900\\/20 { border-bottom-color: #36531433; } @@ -61212,10 +84148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3653144d; } +.border-b-lime-900\\/35 { + border-bottom-color: #36531459; +} + .border-b-lime-900\\/40 { border-bottom-color: #36531466; } +.border-b-lime-900\\/45 { + border-bottom-color: #36531473; +} + .border-b-lime-900\\/5 { border-bottom-color: #3653140d; } @@ -61224,10 +84168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #36531480; } +.border-b-lime-900\\/55 { + border-bottom-color: #3653148c; +} + .border-b-lime-900\\/60 { border-bottom-color: #36531499; } +.border-b-lime-900\\/65 { + border-bottom-color: #365314a6; +} + .border-b-lime-900\\/70 { border-bottom-color: #365314b3; } @@ -61240,6 +84192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #365314cc; } +.border-b-lime-900\\/85 { + border-bottom-color: #365314d9; +} + .border-b-lime-900\\/90 { border-bottom-color: #365314e6; } @@ -61264,6 +84220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e05; } +.border-b-lime-950\\/15 { + border-bottom-color: #1a2e0526; +} + .border-b-lime-950\\/20 { border-bottom-color: #1a2e0533; } @@ -61276,10 +84236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e054d; } +.border-b-lime-950\\/35 { + border-bottom-color: #1a2e0559; +} + .border-b-lime-950\\/40 { border-bottom-color: #1a2e0566; } +.border-b-lime-950\\/45 { + border-bottom-color: #1a2e0573; +} + .border-b-lime-950\\/5 { border-bottom-color: #1a2e050d; } @@ -61288,10 +84256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e0580; } +.border-b-lime-950\\/55 { + border-bottom-color: #1a2e058c; +} + .border-b-lime-950\\/60 { border-bottom-color: #1a2e0599; } +.border-b-lime-950\\/65 { + border-bottom-color: #1a2e05a6; +} + .border-b-lime-950\\/70 { border-bottom-color: #1a2e05b3; } @@ -61304,6 +84280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1a2e05cc; } +.border-b-lime-950\\/85 { + border-bottom-color: #1a2e05d9; +} + .border-b-lime-950\\/90 { border-bottom-color: #1a2e05e6; } @@ -61328,6 +84308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f5; } +.border-b-neutral-100\\/15 { + border-bottom-color: #f5f5f526; +} + .border-b-neutral-100\\/20 { border-bottom-color: #f5f5f533; } @@ -61340,10 +84324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f54d; } +.border-b-neutral-100\\/35 { + border-bottom-color: #f5f5f559; +} + .border-b-neutral-100\\/40 { border-bottom-color: #f5f5f566; } +.border-b-neutral-100\\/45 { + border-bottom-color: #f5f5f573; +} + .border-b-neutral-100\\/5 { border-bottom-color: #f5f5f50d; } @@ -61352,10 +84344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f580; } +.border-b-neutral-100\\/55 { + border-bottom-color: #f5f5f58c; +} + .border-b-neutral-100\\/60 { border-bottom-color: #f5f5f599; } +.border-b-neutral-100\\/65 { + border-bottom-color: #f5f5f5a6; +} + .border-b-neutral-100\\/70 { border-bottom-color: #f5f5f5b3; } @@ -61368,6 +84368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f5cc; } +.border-b-neutral-100\\/85 { + border-bottom-color: #f5f5f5d9; +} + .border-b-neutral-100\\/90 { border-bottom-color: #f5f5f5e6; } @@ -61392,6 +84396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e5; } +.border-b-neutral-200\\/15 { + border-bottom-color: #e5e5e526; +} + .border-b-neutral-200\\/20 { border-bottom-color: #e5e5e533; } @@ -61404,10 +84412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e54d; } +.border-b-neutral-200\\/35 { + border-bottom-color: #e5e5e559; +} + .border-b-neutral-200\\/40 { border-bottom-color: #e5e5e566; } +.border-b-neutral-200\\/45 { + border-bottom-color: #e5e5e573; +} + .border-b-neutral-200\\/5 { border-bottom-color: #e5e5e50d; } @@ -61416,10 +84432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e580; } +.border-b-neutral-200\\/55 { + border-bottom-color: #e5e5e58c; +} + .border-b-neutral-200\\/60 { border-bottom-color: #e5e5e599; } +.border-b-neutral-200\\/65 { + border-bottom-color: #e5e5e5a6; +} + .border-b-neutral-200\\/70 { border-bottom-color: #e5e5e5b3; } @@ -61432,6 +84456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e5e5e5cc; } +.border-b-neutral-200\\/85 { + border-bottom-color: #e5e5e5d9; +} + .border-b-neutral-200\\/90 { border-bottom-color: #e5e5e5e6; } @@ -61456,6 +84484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d4; } +.border-b-neutral-300\\/15 { + border-bottom-color: #d4d4d426; +} + .border-b-neutral-300\\/20 { border-bottom-color: #d4d4d433; } @@ -61468,10 +84500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d44d; } +.border-b-neutral-300\\/35 { + border-bottom-color: #d4d4d459; +} + .border-b-neutral-300\\/40 { border-bottom-color: #d4d4d466; } +.border-b-neutral-300\\/45 { + border-bottom-color: #d4d4d473; +} + .border-b-neutral-300\\/5 { border-bottom-color: #d4d4d40d; } @@ -61480,10 +84520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d480; } +.border-b-neutral-300\\/55 { + border-bottom-color: #d4d4d48c; +} + .border-b-neutral-300\\/60 { border-bottom-color: #d4d4d499; } +.border-b-neutral-300\\/65 { + border-bottom-color: #d4d4d4a6; +} + .border-b-neutral-300\\/70 { border-bottom-color: #d4d4d4b3; } @@ -61496,6 +84544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d4cc; } +.border-b-neutral-300\\/85 { + border-bottom-color: #d4d4d4d9; +} + .border-b-neutral-300\\/90 { border-bottom-color: #d4d4d4e6; } @@ -61520,6 +84572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a3; } +.border-b-neutral-400\\/15 { + border-bottom-color: #a3a3a326; +} + .border-b-neutral-400\\/20 { border-bottom-color: #a3a3a333; } @@ -61532,10 +84588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a34d; } +.border-b-neutral-400\\/35 { + border-bottom-color: #a3a3a359; +} + .border-b-neutral-400\\/40 { border-bottom-color: #a3a3a366; } +.border-b-neutral-400\\/45 { + border-bottom-color: #a3a3a373; +} + .border-b-neutral-400\\/5 { border-bottom-color: #a3a3a30d; } @@ -61544,10 +84608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a380; } +.border-b-neutral-400\\/55 { + border-bottom-color: #a3a3a38c; +} + .border-b-neutral-400\\/60 { border-bottom-color: #a3a3a399; } +.border-b-neutral-400\\/65 { + border-bottom-color: #a3a3a3a6; +} + .border-b-neutral-400\\/70 { border-bottom-color: #a3a3a3b3; } @@ -61560,6 +84632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a3a3a3cc; } +.border-b-neutral-400\\/85 { + border-bottom-color: #a3a3a3d9; +} + .border-b-neutral-400\\/90 { border-bottom-color: #a3a3a3e6; } @@ -61584,6 +84660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa; } +.border-b-neutral-50\\/15 { + border-bottom-color: #fafafa26; +} + .border-b-neutral-50\\/20 { border-bottom-color: #fafafa33; } @@ -61596,10 +84676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa4d; } +.border-b-neutral-50\\/35 { + border-bottom-color: #fafafa59; +} + .border-b-neutral-50\\/40 { border-bottom-color: #fafafa66; } +.border-b-neutral-50\\/45 { + border-bottom-color: #fafafa73; +} + .border-b-neutral-50\\/5 { border-bottom-color: #fafafa0d; } @@ -61608,10 +84696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa80; } +.border-b-neutral-50\\/55 { + border-bottom-color: #fafafa8c; +} + .border-b-neutral-50\\/60 { border-bottom-color: #fafafa99; } +.border-b-neutral-50\\/65 { + border-bottom-color: #fafafaa6; +} + .border-b-neutral-50\\/70 { border-bottom-color: #fafafab3; } @@ -61624,6 +84720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafacc; } +.border-b-neutral-50\\/85 { + border-bottom-color: #fafafad9; +} + .border-b-neutral-50\\/90 { border-bottom-color: #fafafae6; } @@ -61648,6 +84748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #737373; } +.border-b-neutral-500\\/15 { + border-bottom-color: #73737326; +} + .border-b-neutral-500\\/20 { border-bottom-color: #73737333; } @@ -61660,10 +84764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7373734d; } +.border-b-neutral-500\\/35 { + border-bottom-color: #73737359; +} + .border-b-neutral-500\\/40 { border-bottom-color: #73737366; } +.border-b-neutral-500\\/45 { + border-bottom-color: #73737373; +} + .border-b-neutral-500\\/5 { border-bottom-color: #7373730d; } @@ -61672,10 +84784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #73737380; } +.border-b-neutral-500\\/55 { + border-bottom-color: #7373738c; +} + .border-b-neutral-500\\/60 { border-bottom-color: #73737399; } +.border-b-neutral-500\\/65 { + border-bottom-color: #737373a6; +} + .border-b-neutral-500\\/70 { border-bottom-color: #737373b3; } @@ -61688,6 +84808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #737373cc; } +.border-b-neutral-500\\/85 { + border-bottom-color: #737373d9; +} + .border-b-neutral-500\\/90 { border-bottom-color: #737373e6; } @@ -61712,6 +84836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #525252; } +.border-b-neutral-600\\/15 { + border-bottom-color: #52525226; +} + .border-b-neutral-600\\/20 { border-bottom-color: #52525233; } @@ -61724,10 +84852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5252524d; } +.border-b-neutral-600\\/35 { + border-bottom-color: #52525259; +} + .border-b-neutral-600\\/40 { border-bottom-color: #52525266; } +.border-b-neutral-600\\/45 { + border-bottom-color: #52525273; +} + .border-b-neutral-600\\/5 { border-bottom-color: #5252520d; } @@ -61736,10 +84872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525280; } +.border-b-neutral-600\\/55 { + border-bottom-color: #5252528c; +} + .border-b-neutral-600\\/60 { border-bottom-color: #52525299; } +.border-b-neutral-600\\/65 { + border-bottom-color: #525252a6; +} + .border-b-neutral-600\\/70 { border-bottom-color: #525252b3; } @@ -61752,6 +84896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #525252cc; } +.border-b-neutral-600\\/85 { + border-bottom-color: #525252d9; +} + .border-b-neutral-600\\/90 { border-bottom-color: #525252e6; } @@ -61776,6 +84924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #404040; } +.border-b-neutral-700\\/15 { + border-bottom-color: #40404026; +} + .border-b-neutral-700\\/20 { border-bottom-color: #40404033; } @@ -61788,10 +84940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4040404d; } +.border-b-neutral-700\\/35 { + border-bottom-color: #40404059; +} + .border-b-neutral-700\\/40 { border-bottom-color: #40404066; } +.border-b-neutral-700\\/45 { + border-bottom-color: #40404073; +} + .border-b-neutral-700\\/5 { border-bottom-color: #4040400d; } @@ -61800,10 +84960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #40404080; } +.border-b-neutral-700\\/55 { + border-bottom-color: #4040408c; +} + .border-b-neutral-700\\/60 { border-bottom-color: #40404099; } +.border-b-neutral-700\\/65 { + border-bottom-color: #404040a6; +} + .border-b-neutral-700\\/70 { border-bottom-color: #404040b3; } @@ -61816,6 +84984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #404040cc; } +.border-b-neutral-700\\/85 { + border-bottom-color: #404040d9; +} + .border-b-neutral-700\\/90 { border-bottom-color: #404040e6; } @@ -61840,6 +85012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #262626; } +.border-b-neutral-800\\/15 { + border-bottom-color: #26262626; +} + .border-b-neutral-800\\/20 { border-bottom-color: #26262633; } @@ -61852,10 +85028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2626264d; } +.border-b-neutral-800\\/35 { + border-bottom-color: #26262659; +} + .border-b-neutral-800\\/40 { border-bottom-color: #26262666; } +.border-b-neutral-800\\/45 { + border-bottom-color: #26262673; +} + .border-b-neutral-800\\/5 { border-bottom-color: #2626260d; } @@ -61864,10 +85048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #26262680; } +.border-b-neutral-800\\/55 { + border-bottom-color: #2626268c; +} + .border-b-neutral-800\\/60 { border-bottom-color: #26262699; } +.border-b-neutral-800\\/65 { + border-bottom-color: #262626a6; +} + .border-b-neutral-800\\/70 { border-bottom-color: #262626b3; } @@ -61880,6 +85072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #262626cc; } +.border-b-neutral-800\\/85 { + border-bottom-color: #262626d9; +} + .border-b-neutral-800\\/90 { border-bottom-color: #262626e6; } @@ -61904,6 +85100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #171717; } +.border-b-neutral-900\\/15 { + border-bottom-color: #17171726; +} + .border-b-neutral-900\\/20 { border-bottom-color: #17171733; } @@ -61916,10 +85116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1717174d; } +.border-b-neutral-900\\/35 { + border-bottom-color: #17171759; +} + .border-b-neutral-900\\/40 { border-bottom-color: #17171766; } +.border-b-neutral-900\\/45 { + border-bottom-color: #17171773; +} + .border-b-neutral-900\\/5 { border-bottom-color: #1717170d; } @@ -61928,10 +85136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #17171780; } +.border-b-neutral-900\\/55 { + border-bottom-color: #1717178c; +} + .border-b-neutral-900\\/60 { border-bottom-color: #17171799; } +.border-b-neutral-900\\/65 { + border-bottom-color: #171717a6; +} + .border-b-neutral-900\\/70 { border-bottom-color: #171717b3; } @@ -61944,6 +85160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #171717cc; } +.border-b-neutral-900\\/85 { + border-bottom-color: #171717d9; +} + .border-b-neutral-900\\/90 { border-bottom-color: #171717e6; } @@ -61968,6 +85188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0a; } +.border-b-neutral-950\\/15 { + border-bottom-color: #0a0a0a26; +} + .border-b-neutral-950\\/20 { border-bottom-color: #0a0a0a33; } @@ -61980,10 +85204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0a4d; } +.border-b-neutral-950\\/35 { + border-bottom-color: #0a0a0a59; +} + .border-b-neutral-950\\/40 { border-bottom-color: #0a0a0a66; } +.border-b-neutral-950\\/45 { + border-bottom-color: #0a0a0a73; +} + .border-b-neutral-950\\/5 { border-bottom-color: #0a0a0a0d; } @@ -61992,10 +85224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0a80; } +.border-b-neutral-950\\/55 { + border-bottom-color: #0a0a0a8c; +} + .border-b-neutral-950\\/60 { border-bottom-color: #0a0a0a99; } +.border-b-neutral-950\\/65 { + border-bottom-color: #0a0a0aa6; +} + .border-b-neutral-950\\/70 { border-bottom-color: #0a0a0ab3; } @@ -62008,6 +85248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0a0a0acc; } +.border-b-neutral-950\\/85 { + border-bottom-color: #0a0a0ad9; +} + .border-b-neutral-950\\/90 { border-bottom-color: #0a0a0ae6; } @@ -62032,6 +85276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd5; } +.border-b-orange-100\\/15 { + border-bottom-color: #ffedd526; +} + .border-b-orange-100\\/20 { border-bottom-color: #ffedd533; } @@ -62044,10 +85292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd54d; } +.border-b-orange-100\\/35 { + border-bottom-color: #ffedd559; +} + .border-b-orange-100\\/40 { border-bottom-color: #ffedd566; } +.border-b-orange-100\\/45 { + border-bottom-color: #ffedd573; +} + .border-b-orange-100\\/5 { border-bottom-color: #ffedd50d; } @@ -62056,10 +85312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd580; } +.border-b-orange-100\\/55 { + border-bottom-color: #ffedd58c; +} + .border-b-orange-100\\/60 { border-bottom-color: #ffedd599; } +.border-b-orange-100\\/65 { + border-bottom-color: #ffedd5a6; +} + .border-b-orange-100\\/70 { border-bottom-color: #ffedd5b3; } @@ -62072,6 +85336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffedd5cc; } +.border-b-orange-100\\/85 { + border-bottom-color: #ffedd5d9; +} + .border-b-orange-100\\/90 { border-bottom-color: #ffedd5e6; } @@ -62096,6 +85364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aa; } +.border-b-orange-200\\/15 { + border-bottom-color: #fed7aa26; +} + .border-b-orange-200\\/20 { border-bottom-color: #fed7aa33; } @@ -62108,10 +85380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aa4d; } +.border-b-orange-200\\/35 { + border-bottom-color: #fed7aa59; +} + .border-b-orange-200\\/40 { border-bottom-color: #fed7aa66; } +.border-b-orange-200\\/45 { + border-bottom-color: #fed7aa73; +} + .border-b-orange-200\\/5 { border-bottom-color: #fed7aa0d; } @@ -62120,10 +85400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aa80; } +.border-b-orange-200\\/55 { + border-bottom-color: #fed7aa8c; +} + .border-b-orange-200\\/60 { border-bottom-color: #fed7aa99; } +.border-b-orange-200\\/65 { + border-bottom-color: #fed7aaa6; +} + .border-b-orange-200\\/70 { border-bottom-color: #fed7aab3; } @@ -62136,6 +85424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fed7aacc; } +.border-b-orange-200\\/85 { + border-bottom-color: #fed7aad9; +} + .border-b-orange-200\\/90 { border-bottom-color: #fed7aae6; } @@ -62160,6 +85452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba74; } +.border-b-orange-300\\/15 { + border-bottom-color: #fdba7426; +} + .border-b-orange-300\\/20 { border-bottom-color: #fdba7433; } @@ -62172,10 +85468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba744d; } +.border-b-orange-300\\/35 { + border-bottom-color: #fdba7459; +} + .border-b-orange-300\\/40 { border-bottom-color: #fdba7466; } +.border-b-orange-300\\/45 { + border-bottom-color: #fdba7473; +} + .border-b-orange-300\\/5 { border-bottom-color: #fdba740d; } @@ -62184,10 +85488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba7480; } +.border-b-orange-300\\/55 { + border-bottom-color: #fdba748c; +} + .border-b-orange-300\\/60 { border-bottom-color: #fdba7499; } +.border-b-orange-300\\/65 { + border-bottom-color: #fdba74a6; +} + .border-b-orange-300\\/70 { border-bottom-color: #fdba74b3; } @@ -62200,6 +85512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdba74cc; } +.border-b-orange-300\\/85 { + border-bottom-color: #fdba74d9; +} + .border-b-orange-300\\/90 { border-bottom-color: #fdba74e6; } @@ -62224,6 +85540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923c; } +.border-b-orange-400\\/15 { + border-bottom-color: #fb923c26; +} + .border-b-orange-400\\/20 { border-bottom-color: #fb923c33; } @@ -62236,10 +85556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923c4d; } +.border-b-orange-400\\/35 { + border-bottom-color: #fb923c59; +} + .border-b-orange-400\\/40 { border-bottom-color: #fb923c66; } +.border-b-orange-400\\/45 { + border-bottom-color: #fb923c73; +} + .border-b-orange-400\\/5 { border-bottom-color: #fb923c0d; } @@ -62248,10 +85576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923c80; } +.border-b-orange-400\\/55 { + border-bottom-color: #fb923c8c; +} + .border-b-orange-400\\/60 { border-bottom-color: #fb923c99; } +.border-b-orange-400\\/65 { + border-bottom-color: #fb923ca6; +} + .border-b-orange-400\\/70 { border-bottom-color: #fb923cb3; } @@ -62264,6 +85600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb923ccc; } +.border-b-orange-400\\/85 { + border-bottom-color: #fb923cd9; +} + .border-b-orange-400\\/90 { border-bottom-color: #fb923ce6; } @@ -62288,6 +85628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7ed; } +.border-b-orange-50\\/15 { + border-bottom-color: #fff7ed26; +} + .border-b-orange-50\\/20 { border-bottom-color: #fff7ed33; } @@ -62300,10 +85644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7ed4d; } +.border-b-orange-50\\/35 { + border-bottom-color: #fff7ed59; +} + .border-b-orange-50\\/40 { border-bottom-color: #fff7ed66; } +.border-b-orange-50\\/45 { + border-bottom-color: #fff7ed73; +} + .border-b-orange-50\\/5 { border-bottom-color: #fff7ed0d; } @@ -62312,10 +85664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7ed80; } +.border-b-orange-50\\/55 { + border-bottom-color: #fff7ed8c; +} + .border-b-orange-50\\/60 { border-bottom-color: #fff7ed99; } +.border-b-orange-50\\/65 { + border-bottom-color: #fff7eda6; +} + .border-b-orange-50\\/70 { border-bottom-color: #fff7edb3; } @@ -62328,6 +85688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff7edcc; } +.border-b-orange-50\\/85 { + border-bottom-color: #fff7edd9; +} + .border-b-orange-50\\/90 { border-bottom-color: #fff7ede6; } @@ -62352,6 +85716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f97316; } +.border-b-orange-500\\/15 { + border-bottom-color: #f9731626; +} + .border-b-orange-500\\/20 { border-bottom-color: #f9731633; } @@ -62364,10 +85732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f973164d; } +.border-b-orange-500\\/35 { + border-bottom-color: #f9731659; +} + .border-b-orange-500\\/40 { border-bottom-color: #f9731666; } +.border-b-orange-500\\/45 { + border-bottom-color: #f9731673; +} + .border-b-orange-500\\/5 { border-bottom-color: #f973160d; } @@ -62376,10 +85752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9731680; } +.border-b-orange-500\\/55 { + border-bottom-color: #f973168c; +} + .border-b-orange-500\\/60 { border-bottom-color: #f9731699; } +.border-b-orange-500\\/65 { + border-bottom-color: #f97316a6; +} + .border-b-orange-500\\/70 { border-bottom-color: #f97316b3; } @@ -62392,6 +85776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f97316cc; } +.border-b-orange-500\\/85 { + border-bottom-color: #f97316d9; +} + .border-b-orange-500\\/90 { border-bottom-color: #f97316e6; } @@ -62416,6 +85804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580c; } +.border-b-orange-600\\/15 { + border-bottom-color: #ea580c26; +} + .border-b-orange-600\\/20 { border-bottom-color: #ea580c33; } @@ -62428,10 +85820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580c4d; } +.border-b-orange-600\\/35 { + border-bottom-color: #ea580c59; +} + .border-b-orange-600\\/40 { border-bottom-color: #ea580c66; } +.border-b-orange-600\\/45 { + border-bottom-color: #ea580c73; +} + .border-b-orange-600\\/5 { border-bottom-color: #ea580c0d; } @@ -62440,10 +85840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580c80; } +.border-b-orange-600\\/55 { + border-bottom-color: #ea580c8c; +} + .border-b-orange-600\\/60 { border-bottom-color: #ea580c99; } +.border-b-orange-600\\/65 { + border-bottom-color: #ea580ca6; +} + .border-b-orange-600\\/70 { border-bottom-color: #ea580cb3; } @@ -62456,6 +85864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ea580ccc; } +.border-b-orange-600\\/85 { + border-bottom-color: #ea580cd9; +} + .border-b-orange-600\\/90 { border-bottom-color: #ea580ce6; } @@ -62480,6 +85892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410c; } +.border-b-orange-700\\/15 { + border-bottom-color: #c2410c26; +} + .border-b-orange-700\\/20 { border-bottom-color: #c2410c33; } @@ -62492,10 +85908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410c4d; } +.border-b-orange-700\\/35 { + border-bottom-color: #c2410c59; +} + .border-b-orange-700\\/40 { border-bottom-color: #c2410c66; } +.border-b-orange-700\\/45 { + border-bottom-color: #c2410c73; +} + .border-b-orange-700\\/5 { border-bottom-color: #c2410c0d; } @@ -62504,10 +85928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410c80; } +.border-b-orange-700\\/55 { + border-bottom-color: #c2410c8c; +} + .border-b-orange-700\\/60 { border-bottom-color: #c2410c99; } +.border-b-orange-700\\/65 { + border-bottom-color: #c2410ca6; +} + .border-b-orange-700\\/70 { border-bottom-color: #c2410cb3; } @@ -62520,6 +85952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c2410ccc; } +.border-b-orange-700\\/85 { + border-bottom-color: #c2410cd9; +} + .border-b-orange-700\\/90 { border-bottom-color: #c2410ce6; } @@ -62544,6 +85980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a3412; } +.border-b-orange-800\\/15 { + border-bottom-color: #9a341226; +} + .border-b-orange-800\\/20 { border-bottom-color: #9a341233; } @@ -62556,10 +85996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a34124d; } +.border-b-orange-800\\/35 { + border-bottom-color: #9a341259; +} + .border-b-orange-800\\/40 { border-bottom-color: #9a341266; } +.border-b-orange-800\\/45 { + border-bottom-color: #9a341273; +} + .border-b-orange-800\\/5 { border-bottom-color: #9a34120d; } @@ -62568,10 +86016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a341280; } +.border-b-orange-800\\/55 { + border-bottom-color: #9a34128c; +} + .border-b-orange-800\\/60 { border-bottom-color: #9a341299; } +.border-b-orange-800\\/65 { + border-bottom-color: #9a3412a6; +} + .border-b-orange-800\\/70 { border-bottom-color: #9a3412b3; } @@ -62584,6 +86040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9a3412cc; } +.border-b-orange-800\\/85 { + border-bottom-color: #9a3412d9; +} + .border-b-orange-800\\/90 { border-bottom-color: #9a3412e6; } @@ -62608,6 +86068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d12; } +.border-b-orange-900\\/15 { + border-bottom-color: #7c2d1226; +} + .border-b-orange-900\\/20 { border-bottom-color: #7c2d1233; } @@ -62620,10 +86084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d124d; } +.border-b-orange-900\\/35 { + border-bottom-color: #7c2d1259; +} + .border-b-orange-900\\/40 { border-bottom-color: #7c2d1266; } +.border-b-orange-900\\/45 { + border-bottom-color: #7c2d1273; +} + .border-b-orange-900\\/5 { border-bottom-color: #7c2d120d; } @@ -62632,10 +86104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d1280; } +.border-b-orange-900\\/55 { + border-bottom-color: #7c2d128c; +} + .border-b-orange-900\\/60 { border-bottom-color: #7c2d1299; } +.border-b-orange-900\\/65 { + border-bottom-color: #7c2d12a6; +} + .border-b-orange-900\\/70 { border-bottom-color: #7c2d12b3; } @@ -62648,6 +86128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c2d12cc; } +.border-b-orange-900\\/85 { + border-bottom-color: #7c2d12d9; +} + .border-b-orange-900\\/90 { border-bottom-color: #7c2d12e6; } @@ -62672,6 +86156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #431407; } +.border-b-orange-950\\/15 { + border-bottom-color: #43140726; +} + .border-b-orange-950\\/20 { border-bottom-color: #43140733; } @@ -62684,10 +86172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4314074d; } +.border-b-orange-950\\/35 { + border-bottom-color: #43140759; +} + .border-b-orange-950\\/40 { border-bottom-color: #43140766; } +.border-b-orange-950\\/45 { + border-bottom-color: #43140773; +} + .border-b-orange-950\\/5 { border-bottom-color: #4314070d; } @@ -62696,10 +86192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #43140780; } +.border-b-orange-950\\/55 { + border-bottom-color: #4314078c; +} + .border-b-orange-950\\/60 { border-bottom-color: #43140799; } +.border-b-orange-950\\/65 { + border-bottom-color: #431407a6; +} + .border-b-orange-950\\/70 { border-bottom-color: #431407b3; } @@ -62712,6 +86216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #431407cc; } +.border-b-orange-950\\/85 { + border-bottom-color: #431407d9; +} + .border-b-orange-950\\/90 { border-bottom-color: #431407e6; } @@ -62736,6 +86244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f3; } +.border-b-pink-100\\/15 { + border-bottom-color: #fce7f326; +} + .border-b-pink-100\\/20 { border-bottom-color: #fce7f333; } @@ -62748,10 +86260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f34d; } +.border-b-pink-100\\/35 { + border-bottom-color: #fce7f359; +} + .border-b-pink-100\\/40 { border-bottom-color: #fce7f366; } +.border-b-pink-100\\/45 { + border-bottom-color: #fce7f373; +} + .border-b-pink-100\\/5 { border-bottom-color: #fce7f30d; } @@ -62760,10 +86280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f380; } +.border-b-pink-100\\/55 { + border-bottom-color: #fce7f38c; +} + .border-b-pink-100\\/60 { border-bottom-color: #fce7f399; } +.border-b-pink-100\\/65 { + border-bottom-color: #fce7f3a6; +} + .border-b-pink-100\\/70 { border-bottom-color: #fce7f3b3; } @@ -62776,6 +86304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fce7f3cc; } +.border-b-pink-100\\/85 { + border-bottom-color: #fce7f3d9; +} + .border-b-pink-100\\/90 { border-bottom-color: #fce7f3e6; } @@ -62800,6 +86332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe8; } +.border-b-pink-200\\/15 { + border-bottom-color: #fbcfe826; +} + .border-b-pink-200\\/20 { border-bottom-color: #fbcfe833; } @@ -62812,10 +86348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe84d; } +.border-b-pink-200\\/35 { + border-bottom-color: #fbcfe859; +} + .border-b-pink-200\\/40 { border-bottom-color: #fbcfe866; } +.border-b-pink-200\\/45 { + border-bottom-color: #fbcfe873; +} + .border-b-pink-200\\/5 { border-bottom-color: #fbcfe80d; } @@ -62824,10 +86368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe880; } +.border-b-pink-200\\/55 { + border-bottom-color: #fbcfe88c; +} + .border-b-pink-200\\/60 { border-bottom-color: #fbcfe899; } +.border-b-pink-200\\/65 { + border-bottom-color: #fbcfe8a6; +} + .border-b-pink-200\\/70 { border-bottom-color: #fbcfe8b3; } @@ -62840,6 +86392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fbcfe8cc; } +.border-b-pink-200\\/85 { + border-bottom-color: #fbcfe8d9; +} + .border-b-pink-200\\/90 { border-bottom-color: #fbcfe8e6; } @@ -62864,6 +86420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d4; } +.border-b-pink-300\\/15 { + border-bottom-color: #f9a8d426; +} + .border-b-pink-300\\/20 { border-bottom-color: #f9a8d433; } @@ -62876,10 +86436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d44d; } +.border-b-pink-300\\/35 { + border-bottom-color: #f9a8d459; +} + .border-b-pink-300\\/40 { border-bottom-color: #f9a8d466; } +.border-b-pink-300\\/45 { + border-bottom-color: #f9a8d473; +} + .border-b-pink-300\\/5 { border-bottom-color: #f9a8d40d; } @@ -62888,10 +86456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d480; } +.border-b-pink-300\\/55 { + border-bottom-color: #f9a8d48c; +} + .border-b-pink-300\\/60 { border-bottom-color: #f9a8d499; } +.border-b-pink-300\\/65 { + border-bottom-color: #f9a8d4a6; +} + .border-b-pink-300\\/70 { border-bottom-color: #f9a8d4b3; } @@ -62904,6 +86480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f9a8d4cc; } +.border-b-pink-300\\/85 { + border-bottom-color: #f9a8d4d9; +} + .border-b-pink-300\\/90 { border-bottom-color: #f9a8d4e6; } @@ -62928,6 +86508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b6; } +.border-b-pink-400\\/15 { + border-bottom-color: #f472b626; +} + .border-b-pink-400\\/20 { border-bottom-color: #f472b633; } @@ -62940,10 +86524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b64d; } +.border-b-pink-400\\/35 { + border-bottom-color: #f472b659; +} + .border-b-pink-400\\/40 { border-bottom-color: #f472b666; } +.border-b-pink-400\\/45 { + border-bottom-color: #f472b673; +} + .border-b-pink-400\\/5 { border-bottom-color: #f472b60d; } @@ -62952,10 +86544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b680; } +.border-b-pink-400\\/55 { + border-bottom-color: #f472b68c; +} + .border-b-pink-400\\/60 { border-bottom-color: #f472b699; } +.border-b-pink-400\\/65 { + border-bottom-color: #f472b6a6; +} + .border-b-pink-400\\/70 { border-bottom-color: #f472b6b3; } @@ -62968,6 +86568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f472b6cc; } +.border-b-pink-400\\/85 { + border-bottom-color: #f472b6d9; +} + .border-b-pink-400\\/90 { border-bottom-color: #f472b6e6; } @@ -62992,6 +86596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f8; } +.border-b-pink-50\\/15 { + border-bottom-color: #fdf2f826; +} + .border-b-pink-50\\/20 { border-bottom-color: #fdf2f833; } @@ -63004,10 +86612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f84d; } +.border-b-pink-50\\/35 { + border-bottom-color: #fdf2f859; +} + .border-b-pink-50\\/40 { border-bottom-color: #fdf2f866; } +.border-b-pink-50\\/45 { + border-bottom-color: #fdf2f873; +} + .border-b-pink-50\\/5 { border-bottom-color: #fdf2f80d; } @@ -63016,10 +86632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f880; } +.border-b-pink-50\\/55 { + border-bottom-color: #fdf2f88c; +} + .border-b-pink-50\\/60 { border-bottom-color: #fdf2f899; } +.border-b-pink-50\\/65 { + border-bottom-color: #fdf2f8a6; +} + .border-b-pink-50\\/70 { border-bottom-color: #fdf2f8b3; } @@ -63032,6 +86656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fdf2f8cc; } +.border-b-pink-50\\/85 { + border-bottom-color: #fdf2f8d9; +} + .border-b-pink-50\\/90 { border-bottom-color: #fdf2f8e6; } @@ -63056,6 +86684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec4899; } +.border-b-pink-500\\/15 { + border-bottom-color: #ec489926; +} + .border-b-pink-500\\/20 { border-bottom-color: #ec489933; } @@ -63068,10 +86700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec48994d; } +.border-b-pink-500\\/35 { + border-bottom-color: #ec489959; +} + .border-b-pink-500\\/40 { border-bottom-color: #ec489966; } +.border-b-pink-500\\/45 { + border-bottom-color: #ec489973; +} + .border-b-pink-500\\/5 { border-bottom-color: #ec48990d; } @@ -63080,10 +86720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec489980; } +.border-b-pink-500\\/55 { + border-bottom-color: #ec48998c; +} + .border-b-pink-500\\/60 { border-bottom-color: #ec489999; } +.border-b-pink-500\\/65 { + border-bottom-color: #ec4899a6; +} + .border-b-pink-500\\/70 { border-bottom-color: #ec4899b3; } @@ -63096,6 +86744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ec4899cc; } +.border-b-pink-500\\/85 { + border-bottom-color: #ec4899d9; +} + .border-b-pink-500\\/90 { border-bottom-color: #ec4899e6; } @@ -63120,6 +86772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db2777; } +.border-b-pink-600\\/15 { + border-bottom-color: #db277726; +} + .border-b-pink-600\\/20 { border-bottom-color: #db277733; } @@ -63132,10 +86788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db27774d; } +.border-b-pink-600\\/35 { + border-bottom-color: #db277759; +} + .border-b-pink-600\\/40 { border-bottom-color: #db277766; } +.border-b-pink-600\\/45 { + border-bottom-color: #db277773; +} + .border-b-pink-600\\/5 { border-bottom-color: #db27770d; } @@ -63144,10 +86808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db277780; } +.border-b-pink-600\\/55 { + border-bottom-color: #db27778c; +} + .border-b-pink-600\\/60 { border-bottom-color: #db277799; } +.border-b-pink-600\\/65 { + border-bottom-color: #db2777a6; +} + .border-b-pink-600\\/70 { border-bottom-color: #db2777b3; } @@ -63160,6 +86832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #db2777cc; } +.border-b-pink-600\\/85 { + border-bottom-color: #db2777d9; +} + .border-b-pink-600\\/90 { border-bottom-color: #db2777e6; } @@ -63184,6 +86860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185d; } +.border-b-pink-700\\/15 { + border-bottom-color: #be185d26; +} + .border-b-pink-700\\/20 { border-bottom-color: #be185d33; } @@ -63196,10 +86876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185d4d; } +.border-b-pink-700\\/35 { + border-bottom-color: #be185d59; +} + .border-b-pink-700\\/40 { border-bottom-color: #be185d66; } +.border-b-pink-700\\/45 { + border-bottom-color: #be185d73; +} + .border-b-pink-700\\/5 { border-bottom-color: #be185d0d; } @@ -63208,10 +86896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185d80; } +.border-b-pink-700\\/55 { + border-bottom-color: #be185d8c; +} + .border-b-pink-700\\/60 { border-bottom-color: #be185d99; } +.border-b-pink-700\\/65 { + border-bottom-color: #be185da6; +} + .border-b-pink-700\\/70 { border-bottom-color: #be185db3; } @@ -63224,6 +86920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be185dcc; } +.border-b-pink-700\\/85 { + border-bottom-color: #be185dd9; +} + .border-b-pink-700\\/90 { border-bottom-color: #be185de6; } @@ -63248,6 +86948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174d; } +.border-b-pink-800\\/15 { + border-bottom-color: #9d174d26; +} + .border-b-pink-800\\/20 { border-bottom-color: #9d174d33; } @@ -63260,10 +86964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174d4d; } +.border-b-pink-800\\/35 { + border-bottom-color: #9d174d59; +} + .border-b-pink-800\\/40 { border-bottom-color: #9d174d66; } +.border-b-pink-800\\/45 { + border-bottom-color: #9d174d73; +} + .border-b-pink-800\\/5 { border-bottom-color: #9d174d0d; } @@ -63272,10 +86984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174d80; } +.border-b-pink-800\\/55 { + border-bottom-color: #9d174d8c; +} + .border-b-pink-800\\/60 { border-bottom-color: #9d174d99; } +.border-b-pink-800\\/65 { + border-bottom-color: #9d174da6; +} + .border-b-pink-800\\/70 { border-bottom-color: #9d174db3; } @@ -63288,6 +87008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9d174dcc; } +.border-b-pink-800\\/85 { + border-bottom-color: #9d174dd9; +} + .border-b-pink-800\\/90 { border-bottom-color: #9d174de6; } @@ -63312,6 +87036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #831843; } +.border-b-pink-900\\/15 { + border-bottom-color: #83184326; +} + .border-b-pink-900\\/20 { border-bottom-color: #83184333; } @@ -63324,10 +87052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8318434d; } +.border-b-pink-900\\/35 { + border-bottom-color: #83184359; +} + .border-b-pink-900\\/40 { border-bottom-color: #83184366; } +.border-b-pink-900\\/45 { + border-bottom-color: #83184373; +} + .border-b-pink-900\\/5 { border-bottom-color: #8318430d; } @@ -63336,10 +87072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #83184380; } +.border-b-pink-900\\/55 { + border-bottom-color: #8318438c; +} + .border-b-pink-900\\/60 { border-bottom-color: #83184399; } +.border-b-pink-900\\/65 { + border-bottom-color: #831843a6; +} + .border-b-pink-900\\/70 { border-bottom-color: #831843b3; } @@ -63352,6 +87096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #831843cc; } +.border-b-pink-900\\/85 { + border-bottom-color: #831843d9; +} + .border-b-pink-900\\/90 { border-bottom-color: #831843e6; } @@ -63376,6 +87124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #500724; } +.border-b-pink-950\\/15 { + border-bottom-color: #50072426; +} + .border-b-pink-950\\/20 { border-bottom-color: #50072433; } @@ -63388,10 +87140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5007244d; } +.border-b-pink-950\\/35 { + border-bottom-color: #50072459; +} + .border-b-pink-950\\/40 { border-bottom-color: #50072466; } +.border-b-pink-950\\/45 { + border-bottom-color: #50072473; +} + .border-b-pink-950\\/5 { border-bottom-color: #5007240d; } @@ -63400,10 +87160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #50072480; } +.border-b-pink-950\\/55 { + border-bottom-color: #5007248c; +} + .border-b-pink-950\\/60 { border-bottom-color: #50072499; } +.border-b-pink-950\\/65 { + border-bottom-color: #500724a6; +} + .border-b-pink-950\\/70 { border-bottom-color: #500724b3; } @@ -63416,6 +87184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #500724cc; } +.border-b-pink-950\\/85 { + border-bottom-color: #500724d9; +} + .border-b-pink-950\\/90 { border-bottom-color: #500724e6; } @@ -63440,6 +87212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ff; } +.border-b-purple-100\\/15 { + border-bottom-color: #f3e8ff26; +} + .border-b-purple-100\\/20 { border-bottom-color: #f3e8ff33; } @@ -63452,10 +87228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ff4d; } +.border-b-purple-100\\/35 { + border-bottom-color: #f3e8ff59; +} + .border-b-purple-100\\/40 { border-bottom-color: #f3e8ff66; } +.border-b-purple-100\\/45 { + border-bottom-color: #f3e8ff73; +} + .border-b-purple-100\\/5 { border-bottom-color: #f3e8ff0d; } @@ -63464,10 +87248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ff80; } +.border-b-purple-100\\/55 { + border-bottom-color: #f3e8ff8c; +} + .border-b-purple-100\\/60 { border-bottom-color: #f3e8ff99; } +.border-b-purple-100\\/65 { + border-bottom-color: #f3e8ffa6; +} + .border-b-purple-100\\/70 { border-bottom-color: #f3e8ffb3; } @@ -63480,6 +87272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f3e8ffcc; } +.border-b-purple-100\\/85 { + border-bottom-color: #f3e8ffd9; +} + .border-b-purple-100\\/90 { border-bottom-color: #f3e8ffe6; } @@ -63504,6 +87300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ff; } +.border-b-purple-200\\/15 { + border-bottom-color: #e9d5ff26; +} + .border-b-purple-200\\/20 { border-bottom-color: #e9d5ff33; } @@ -63516,10 +87316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ff4d; } +.border-b-purple-200\\/35 { + border-bottom-color: #e9d5ff59; +} + .border-b-purple-200\\/40 { border-bottom-color: #e9d5ff66; } +.border-b-purple-200\\/45 { + border-bottom-color: #e9d5ff73; +} + .border-b-purple-200\\/5 { border-bottom-color: #e9d5ff0d; } @@ -63528,10 +87336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ff80; } +.border-b-purple-200\\/55 { + border-bottom-color: #e9d5ff8c; +} + .border-b-purple-200\\/60 { border-bottom-color: #e9d5ff99; } +.border-b-purple-200\\/65 { + border-bottom-color: #e9d5ffa6; +} + .border-b-purple-200\\/70 { border-bottom-color: #e9d5ffb3; } @@ -63544,6 +87360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e9d5ffcc; } +.border-b-purple-200\\/85 { + border-bottom-color: #e9d5ffd9; +} + .border-b-purple-200\\/90 { border-bottom-color: #e9d5ffe6; } @@ -63568,6 +87388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fe; } +.border-b-purple-300\\/15 { + border-bottom-color: #d8b4fe26; +} + .border-b-purple-300\\/20 { border-bottom-color: #d8b4fe33; } @@ -63580,10 +87404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fe4d; } +.border-b-purple-300\\/35 { + border-bottom-color: #d8b4fe59; +} + .border-b-purple-300\\/40 { border-bottom-color: #d8b4fe66; } +.border-b-purple-300\\/45 { + border-bottom-color: #d8b4fe73; +} + .border-b-purple-300\\/5 { border-bottom-color: #d8b4fe0d; } @@ -63592,10 +87424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fe80; } +.border-b-purple-300\\/55 { + border-bottom-color: #d8b4fe8c; +} + .border-b-purple-300\\/60 { border-bottom-color: #d8b4fe99; } +.border-b-purple-300\\/65 { + border-bottom-color: #d8b4fea6; +} + .border-b-purple-300\\/70 { border-bottom-color: #d8b4feb3; } @@ -63608,6 +87448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d8b4fecc; } +.border-b-purple-300\\/85 { + border-bottom-color: #d8b4fed9; +} + .border-b-purple-300\\/90 { border-bottom-color: #d8b4fee6; } @@ -63632,6 +87476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fc; } +.border-b-purple-400\\/15 { + border-bottom-color: #c084fc26; +} + .border-b-purple-400\\/20 { border-bottom-color: #c084fc33; } @@ -63644,10 +87492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fc4d; } +.border-b-purple-400\\/35 { + border-bottom-color: #c084fc59; +} + .border-b-purple-400\\/40 { border-bottom-color: #c084fc66; } +.border-b-purple-400\\/45 { + border-bottom-color: #c084fc73; +} + .border-b-purple-400\\/5 { border-bottom-color: #c084fc0d; } @@ -63656,10 +87512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fc80; } +.border-b-purple-400\\/55 { + border-bottom-color: #c084fc8c; +} + .border-b-purple-400\\/60 { border-bottom-color: #c084fc99; } +.border-b-purple-400\\/65 { + border-bottom-color: #c084fca6; +} + .border-b-purple-400\\/70 { border-bottom-color: #c084fcb3; } @@ -63672,6 +87536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c084fccc; } +.border-b-purple-400\\/85 { + border-bottom-color: #c084fcd9; +} + .border-b-purple-400\\/90 { border-bottom-color: #c084fce6; } @@ -63696,6 +87564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ff; } +.border-b-purple-50\\/15 { + border-bottom-color: #faf5ff26; +} + .border-b-purple-50\\/20 { border-bottom-color: #faf5ff33; } @@ -63708,10 +87580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ff4d; } +.border-b-purple-50\\/35 { + border-bottom-color: #faf5ff59; +} + .border-b-purple-50\\/40 { border-bottom-color: #faf5ff66; } +.border-b-purple-50\\/45 { + border-bottom-color: #faf5ff73; +} + .border-b-purple-50\\/5 { border-bottom-color: #faf5ff0d; } @@ -63720,10 +87600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ff80; } +.border-b-purple-50\\/55 { + border-bottom-color: #faf5ff8c; +} + .border-b-purple-50\\/60 { border-bottom-color: #faf5ff99; } +.border-b-purple-50\\/65 { + border-bottom-color: #faf5ffa6; +} + .border-b-purple-50\\/70 { border-bottom-color: #faf5ffb3; } @@ -63736,6 +87624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #faf5ffcc; } +.border-b-purple-50\\/85 { + border-bottom-color: #faf5ffd9; +} + .border-b-purple-50\\/90 { border-bottom-color: #faf5ffe6; } @@ -63760,6 +87652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f7; } +.border-b-purple-500\\/15 { + border-bottom-color: #a855f726; +} + .border-b-purple-500\\/20 { border-bottom-color: #a855f733; } @@ -63772,10 +87668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f74d; } +.border-b-purple-500\\/35 { + border-bottom-color: #a855f759; +} + .border-b-purple-500\\/40 { border-bottom-color: #a855f766; } +.border-b-purple-500\\/45 { + border-bottom-color: #a855f773; +} + .border-b-purple-500\\/5 { border-bottom-color: #a855f70d; } @@ -63784,10 +87688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f780; } +.border-b-purple-500\\/55 { + border-bottom-color: #a855f78c; +} + .border-b-purple-500\\/60 { border-bottom-color: #a855f799; } +.border-b-purple-500\\/65 { + border-bottom-color: #a855f7a6; +} + .border-b-purple-500\\/70 { border-bottom-color: #a855f7b3; } @@ -63800,6 +87712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a855f7cc; } +.border-b-purple-500\\/85 { + border-bottom-color: #a855f7d9; +} + .border-b-purple-500\\/90 { border-bottom-color: #a855f7e6; } @@ -63824,6 +87740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333ea; } +.border-b-purple-600\\/15 { + border-bottom-color: #9333ea26; +} + .border-b-purple-600\\/20 { border-bottom-color: #9333ea33; } @@ -63836,10 +87756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333ea4d; } +.border-b-purple-600\\/35 { + border-bottom-color: #9333ea59; +} + .border-b-purple-600\\/40 { border-bottom-color: #9333ea66; } +.border-b-purple-600\\/45 { + border-bottom-color: #9333ea73; +} + .border-b-purple-600\\/5 { border-bottom-color: #9333ea0d; } @@ -63848,10 +87776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333ea80; } +.border-b-purple-600\\/55 { + border-bottom-color: #9333ea8c; +} + .border-b-purple-600\\/60 { border-bottom-color: #9333ea99; } +.border-b-purple-600\\/65 { + border-bottom-color: #9333eaa6; +} + .border-b-purple-600\\/70 { border-bottom-color: #9333eab3; } @@ -63864,6 +87800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9333eacc; } +.border-b-purple-600\\/85 { + border-bottom-color: #9333ead9; +} + .border-b-purple-600\\/90 { border-bottom-color: #9333eae6; } @@ -63888,6 +87828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22ce; } +.border-b-purple-700\\/15 { + border-bottom-color: #7e22ce26; +} + .border-b-purple-700\\/20 { border-bottom-color: #7e22ce33; } @@ -63900,10 +87844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22ce4d; } +.border-b-purple-700\\/35 { + border-bottom-color: #7e22ce59; +} + .border-b-purple-700\\/40 { border-bottom-color: #7e22ce66; } +.border-b-purple-700\\/45 { + border-bottom-color: #7e22ce73; +} + .border-b-purple-700\\/5 { border-bottom-color: #7e22ce0d; } @@ -63912,10 +87864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22ce80; } +.border-b-purple-700\\/55 { + border-bottom-color: #7e22ce8c; +} + .border-b-purple-700\\/60 { border-bottom-color: #7e22ce99; } +.border-b-purple-700\\/65 { + border-bottom-color: #7e22cea6; +} + .border-b-purple-700\\/70 { border-bottom-color: #7e22ceb3; } @@ -63928,6 +87888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7e22cecc; } +.border-b-purple-700\\/85 { + border-bottom-color: #7e22ced9; +} + .border-b-purple-700\\/90 { border-bottom-color: #7e22cee6; } @@ -63952,6 +87916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a8; } +.border-b-purple-800\\/15 { + border-bottom-color: #6b21a826; +} + .border-b-purple-800\\/20 { border-bottom-color: #6b21a833; } @@ -63964,10 +87932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a84d; } +.border-b-purple-800\\/35 { + border-bottom-color: #6b21a859; +} + .border-b-purple-800\\/40 { border-bottom-color: #6b21a866; } +.border-b-purple-800\\/45 { + border-bottom-color: #6b21a873; +} + .border-b-purple-800\\/5 { border-bottom-color: #6b21a80d; } @@ -63976,10 +87952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a880; } +.border-b-purple-800\\/55 { + border-bottom-color: #6b21a88c; +} + .border-b-purple-800\\/60 { border-bottom-color: #6b21a899; } +.border-b-purple-800\\/65 { + border-bottom-color: #6b21a8a6; +} + .border-b-purple-800\\/70 { border-bottom-color: #6b21a8b3; } @@ -63992,6 +87976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6b21a8cc; } +.border-b-purple-800\\/85 { + border-bottom-color: #6b21a8d9; +} + .border-b-purple-800\\/90 { border-bottom-color: #6b21a8e6; } @@ -64016,6 +88004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c87; } +.border-b-purple-900\\/15 { + border-bottom-color: #581c8726; +} + .border-b-purple-900\\/20 { border-bottom-color: #581c8733; } @@ -64028,10 +88020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c874d; } +.border-b-purple-900\\/35 { + border-bottom-color: #581c8759; +} + .border-b-purple-900\\/40 { border-bottom-color: #581c8766; } +.border-b-purple-900\\/45 { + border-bottom-color: #581c8773; +} + .border-b-purple-900\\/5 { border-bottom-color: #581c870d; } @@ -64040,10 +88040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c8780; } +.border-b-purple-900\\/55 { + border-bottom-color: #581c878c; +} + .border-b-purple-900\\/60 { border-bottom-color: #581c8799; } +.border-b-purple-900\\/65 { + border-bottom-color: #581c87a6; +} + .border-b-purple-900\\/70 { border-bottom-color: #581c87b3; } @@ -64056,6 +88064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #581c87cc; } +.border-b-purple-900\\/85 { + border-bottom-color: #581c87d9; +} + .border-b-purple-900\\/90 { border-bottom-color: #581c87e6; } @@ -64080,6 +88092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b0764; } +.border-b-purple-950\\/15 { + border-bottom-color: #3b076426; +} + .border-b-purple-950\\/20 { border-bottom-color: #3b076433; } @@ -64092,10 +88108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b07644d; } +.border-b-purple-950\\/35 { + border-bottom-color: #3b076459; +} + .border-b-purple-950\\/40 { border-bottom-color: #3b076466; } +.border-b-purple-950\\/45 { + border-bottom-color: #3b076473; +} + .border-b-purple-950\\/5 { border-bottom-color: #3b07640d; } @@ -64104,10 +88128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b076480; } +.border-b-purple-950\\/55 { + border-bottom-color: #3b07648c; +} + .border-b-purple-950\\/60 { border-bottom-color: #3b076499; } +.border-b-purple-950\\/65 { + border-bottom-color: #3b0764a6; +} + .border-b-purple-950\\/70 { border-bottom-color: #3b0764b3; } @@ -64120,6 +88152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3b0764cc; } +.border-b-purple-950\\/85 { + border-bottom-color: #3b0764d9; +} + .border-b-purple-950\\/90 { border-bottom-color: #3b0764e6; } @@ -64144,6 +88180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e2; } +.border-b-red-100\\/15 { + border-bottom-color: #fee2e226; +} + .border-b-red-100\\/20 { border-bottom-color: #fee2e233; } @@ -64156,10 +88196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e24d; } +.border-b-red-100\\/35 { + border-bottom-color: #fee2e259; +} + .border-b-red-100\\/40 { border-bottom-color: #fee2e266; } +.border-b-red-100\\/45 { + border-bottom-color: #fee2e273; +} + .border-b-red-100\\/5 { border-bottom-color: #fee2e20d; } @@ -64168,10 +88216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e280; } +.border-b-red-100\\/55 { + border-bottom-color: #fee2e28c; +} + .border-b-red-100\\/60 { border-bottom-color: #fee2e299; } +.border-b-red-100\\/65 { + border-bottom-color: #fee2e2a6; +} + .border-b-red-100\\/70 { border-bottom-color: #fee2e2b3; } @@ -64184,6 +88240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fee2e2cc; } +.border-b-red-100\\/85 { + border-bottom-color: #fee2e2d9; +} + .border-b-red-100\\/90 { border-bottom-color: #fee2e2e6; } @@ -64208,6 +88268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecaca; } +.border-b-red-200\\/15 { + border-bottom-color: #fecaca26; +} + .border-b-red-200\\/20 { border-bottom-color: #fecaca33; } @@ -64220,10 +88284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecaca4d; } +.border-b-red-200\\/35 { + border-bottom-color: #fecaca59; +} + .border-b-red-200\\/40 { border-bottom-color: #fecaca66; } +.border-b-red-200\\/45 { + border-bottom-color: #fecaca73; +} + .border-b-red-200\\/5 { border-bottom-color: #fecaca0d; } @@ -64232,10 +88304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecaca80; } +.border-b-red-200\\/55 { + border-bottom-color: #fecaca8c; +} + .border-b-red-200\\/60 { border-bottom-color: #fecaca99; } +.border-b-red-200\\/65 { + border-bottom-color: #fecacaa6; +} + .border-b-red-200\\/70 { border-bottom-color: #fecacab3; } @@ -64248,6 +88328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecacacc; } +.border-b-red-200\\/85 { + border-bottom-color: #fecacad9; +} + .border-b-red-200\\/90 { border-bottom-color: #fecacae6; } @@ -64272,6 +88356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a5; } +.border-b-red-300\\/15 { + border-bottom-color: #fca5a526; +} + .border-b-red-300\\/20 { border-bottom-color: #fca5a533; } @@ -64284,10 +88372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a54d; } +.border-b-red-300\\/35 { + border-bottom-color: #fca5a559; +} + .border-b-red-300\\/40 { border-bottom-color: #fca5a566; } +.border-b-red-300\\/45 { + border-bottom-color: #fca5a573; +} + .border-b-red-300\\/5 { border-bottom-color: #fca5a50d; } @@ -64296,10 +88392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a580; } +.border-b-red-300\\/55 { + border-bottom-color: #fca5a58c; +} + .border-b-red-300\\/60 { border-bottom-color: #fca5a599; } +.border-b-red-300\\/65 { + border-bottom-color: #fca5a5a6; +} + .border-b-red-300\\/70 { border-bottom-color: #fca5a5b3; } @@ -64312,6 +88416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fca5a5cc; } +.border-b-red-300\\/85 { + border-bottom-color: #fca5a5d9; +} + .border-b-red-300\\/90 { border-bottom-color: #fca5a5e6; } @@ -64336,6 +88444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f87171; } +.border-b-red-400\\/15 { + border-bottom-color: #f8717126; +} + .border-b-red-400\\/20 { border-bottom-color: #f8717133; } @@ -64348,10 +88460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f871714d; } +.border-b-red-400\\/35 { + border-bottom-color: #f8717159; +} + .border-b-red-400\\/40 { border-bottom-color: #f8717166; } +.border-b-red-400\\/45 { + border-bottom-color: #f8717173; +} + .border-b-red-400\\/5 { border-bottom-color: #f871710d; } @@ -64360,10 +88480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8717180; } +.border-b-red-400\\/55 { + border-bottom-color: #f871718c; +} + .border-b-red-400\\/60 { border-bottom-color: #f8717199; } +.border-b-red-400\\/65 { + border-bottom-color: #f87171a6; +} + .border-b-red-400\\/70 { border-bottom-color: #f87171b3; } @@ -64376,6 +88504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f87171cc; } +.border-b-red-400\\/85 { + border-bottom-color: #f87171d9; +} + .border-b-red-400\\/90 { border-bottom-color: #f87171e6; } @@ -64400,6 +88532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f2; } +.border-b-red-50\\/15 { + border-bottom-color: #fef2f226; +} + .border-b-red-50\\/20 { border-bottom-color: #fef2f233; } @@ -64412,10 +88548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f24d; } +.border-b-red-50\\/35 { + border-bottom-color: #fef2f259; +} + .border-b-red-50\\/40 { border-bottom-color: #fef2f266; } +.border-b-red-50\\/45 { + border-bottom-color: #fef2f273; +} + .border-b-red-50\\/5 { border-bottom-color: #fef2f20d; } @@ -64424,10 +88568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f280; } +.border-b-red-50\\/55 { + border-bottom-color: #fef2f28c; +} + .border-b-red-50\\/60 { border-bottom-color: #fef2f299; } +.border-b-red-50\\/65 { + border-bottom-color: #fef2f2a6; +} + .border-b-red-50\\/70 { border-bottom-color: #fef2f2b3; } @@ -64440,6 +88592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef2f2cc; } +.border-b-red-50\\/85 { + border-bottom-color: #fef2f2d9; +} + .border-b-red-50\\/90 { border-bottom-color: #fef2f2e6; } @@ -64464,6 +88620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef4444; } +.border-b-red-500\\/15 { + border-bottom-color: #ef444426; +} + .border-b-red-500\\/20 { border-bottom-color: #ef444433; } @@ -64476,10 +88636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef44444d; } +.border-b-red-500\\/35 { + border-bottom-color: #ef444459; +} + .border-b-red-500\\/40 { border-bottom-color: #ef444466; } +.border-b-red-500\\/45 { + border-bottom-color: #ef444473; +} + .border-b-red-500\\/5 { border-bottom-color: #ef44440d; } @@ -64488,10 +88656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef444480; } +.border-b-red-500\\/55 { + border-bottom-color: #ef44448c; +} + .border-b-red-500\\/60 { border-bottom-color: #ef444499; } +.border-b-red-500\\/65 { + border-bottom-color: #ef4444a6; +} + .border-b-red-500\\/70 { border-bottom-color: #ef4444b3; } @@ -64504,6 +88680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ef4444cc; } +.border-b-red-500\\/85 { + border-bottom-color: #ef4444d9; +} + .border-b-red-500\\/90 { border-bottom-color: #ef4444e6; } @@ -64528,6 +88708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc2626; } +.border-b-red-600\\/15 { + border-bottom-color: #dc262626; +} + .border-b-red-600\\/20 { border-bottom-color: #dc262633; } @@ -64540,10 +88724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc26264d; } +.border-b-red-600\\/35 { + border-bottom-color: #dc262659; +} + .border-b-red-600\\/40 { border-bottom-color: #dc262666; } +.border-b-red-600\\/45 { + border-bottom-color: #dc262673; +} + .border-b-red-600\\/5 { border-bottom-color: #dc26260d; } @@ -64552,10 +88744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc262680; } +.border-b-red-600\\/55 { + border-bottom-color: #dc26268c; +} + .border-b-red-600\\/60 { border-bottom-color: #dc262699; } +.border-b-red-600\\/65 { + border-bottom-color: #dc2626a6; +} + .border-b-red-600\\/70 { border-bottom-color: #dc2626b3; } @@ -64568,6 +88768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #dc2626cc; } +.border-b-red-600\\/85 { + border-bottom-color: #dc2626d9; +} + .border-b-red-600\\/90 { border-bottom-color: #dc2626e6; } @@ -64592,6 +88796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1c; } +.border-b-red-700\\/15 { + border-bottom-color: #b91c1c26; +} + .border-b-red-700\\/20 { border-bottom-color: #b91c1c33; } @@ -64604,10 +88812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1c4d; } +.border-b-red-700\\/35 { + border-bottom-color: #b91c1c59; +} + .border-b-red-700\\/40 { border-bottom-color: #b91c1c66; } +.border-b-red-700\\/45 { + border-bottom-color: #b91c1c73; +} + .border-b-red-700\\/5 { border-bottom-color: #b91c1c0d; } @@ -64616,10 +88832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1c80; } +.border-b-red-700\\/55 { + border-bottom-color: #b91c1c8c; +} + .border-b-red-700\\/60 { border-bottom-color: #b91c1c99; } +.border-b-red-700\\/65 { + border-bottom-color: #b91c1ca6; +} + .border-b-red-700\\/70 { border-bottom-color: #b91c1cb3; } @@ -64632,6 +88856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #b91c1ccc; } +.border-b-red-700\\/85 { + border-bottom-color: #b91c1cd9; +} + .border-b-red-700\\/90 { border-bottom-color: #b91c1ce6; } @@ -64656,6 +88884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1b; } +.border-b-red-800\\/15 { + border-bottom-color: #991b1b26; +} + .border-b-red-800\\/20 { border-bottom-color: #991b1b33; } @@ -64668,10 +88900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1b4d; } +.border-b-red-800\\/35 { + border-bottom-color: #991b1b59; +} + .border-b-red-800\\/40 { border-bottom-color: #991b1b66; } +.border-b-red-800\\/45 { + border-bottom-color: #991b1b73; +} + .border-b-red-800\\/5 { border-bottom-color: #991b1b0d; } @@ -64680,10 +88920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1b80; } +.border-b-red-800\\/55 { + border-bottom-color: #991b1b8c; +} + .border-b-red-800\\/60 { border-bottom-color: #991b1b99; } +.border-b-red-800\\/65 { + border-bottom-color: #991b1ba6; +} + .border-b-red-800\\/70 { border-bottom-color: #991b1bb3; } @@ -64696,6 +88944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #991b1bcc; } +.border-b-red-800\\/85 { + border-bottom-color: #991b1bd9; +} + .border-b-red-800\\/90 { border-bottom-color: #991b1be6; } @@ -64720,6 +88972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1d; } +.border-b-red-900\\/15 { + border-bottom-color: #7f1d1d26; +} + .border-b-red-900\\/20 { border-bottom-color: #7f1d1d33; } @@ -64732,10 +88988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1d4d; } +.border-b-red-900\\/35 { + border-bottom-color: #7f1d1d59; +} + .border-b-red-900\\/40 { border-bottom-color: #7f1d1d66; } +.border-b-red-900\\/45 { + border-bottom-color: #7f1d1d73; +} + .border-b-red-900\\/5 { border-bottom-color: #7f1d1d0d; } @@ -64744,10 +89008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1d80; } +.border-b-red-900\\/55 { + border-bottom-color: #7f1d1d8c; +} + .border-b-red-900\\/60 { border-bottom-color: #7f1d1d99; } +.border-b-red-900\\/65 { + border-bottom-color: #7f1d1da6; +} + .border-b-red-900\\/70 { border-bottom-color: #7f1d1db3; } @@ -64760,6 +89032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7f1d1dcc; } +.border-b-red-900\\/85 { + border-bottom-color: #7f1d1dd9; +} + .border-b-red-900\\/90 { border-bottom-color: #7f1d1de6; } @@ -64784,6 +89060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0a; } +.border-b-red-950\\/15 { + border-bottom-color: #450a0a26; +} + .border-b-red-950\\/20 { border-bottom-color: #450a0a33; } @@ -64796,10 +89076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0a4d; } +.border-b-red-950\\/35 { + border-bottom-color: #450a0a59; +} + .border-b-red-950\\/40 { border-bottom-color: #450a0a66; } +.border-b-red-950\\/45 { + border-bottom-color: #450a0a73; +} + .border-b-red-950\\/5 { border-bottom-color: #450a0a0d; } @@ -64808,10 +89096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0a80; } +.border-b-red-950\\/55 { + border-bottom-color: #450a0a8c; +} + .border-b-red-950\\/60 { border-bottom-color: #450a0a99; } +.border-b-red-950\\/65 { + border-bottom-color: #450a0aa6; +} + .border-b-red-950\\/70 { border-bottom-color: #450a0ab3; } @@ -64824,6 +89120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #450a0acc; } +.border-b-red-950\\/85 { + border-bottom-color: #450a0ad9; +} + .border-b-red-950\\/90 { border-bottom-color: #450a0ae6; } @@ -64848,6 +89148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e6; } +.border-b-rose-100\\/15 { + border-bottom-color: #ffe4e626; +} + .border-b-rose-100\\/20 { border-bottom-color: #ffe4e633; } @@ -64860,10 +89164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e64d; } +.border-b-rose-100\\/35 { + border-bottom-color: #ffe4e659; +} + .border-b-rose-100\\/40 { border-bottom-color: #ffe4e666; } +.border-b-rose-100\\/45 { + border-bottom-color: #ffe4e673; +} + .border-b-rose-100\\/5 { border-bottom-color: #ffe4e60d; } @@ -64872,10 +89184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e680; } +.border-b-rose-100\\/55 { + border-bottom-color: #ffe4e68c; +} + .border-b-rose-100\\/60 { border-bottom-color: #ffe4e699; } +.border-b-rose-100\\/65 { + border-bottom-color: #ffe4e6a6; +} + .border-b-rose-100\\/70 { border-bottom-color: #ffe4e6b3; } @@ -64888,6 +89208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffe4e6cc; } +.border-b-rose-100\\/85 { + border-bottom-color: #ffe4e6d9; +} + .border-b-rose-100\\/90 { border-bottom-color: #ffe4e6e6; } @@ -64912,6 +89236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd3; } +.border-b-rose-200\\/15 { + border-bottom-color: #fecdd326; +} + .border-b-rose-200\\/20 { border-bottom-color: #fecdd333; } @@ -64924,10 +89252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd34d; } +.border-b-rose-200\\/35 { + border-bottom-color: #fecdd359; +} + .border-b-rose-200\\/40 { border-bottom-color: #fecdd366; } +.border-b-rose-200\\/45 { + border-bottom-color: #fecdd373; +} + .border-b-rose-200\\/5 { border-bottom-color: #fecdd30d; } @@ -64936,10 +89272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd380; } +.border-b-rose-200\\/55 { + border-bottom-color: #fecdd38c; +} + .border-b-rose-200\\/60 { border-bottom-color: #fecdd399; } +.border-b-rose-200\\/65 { + border-bottom-color: #fecdd3a6; +} + .border-b-rose-200\\/70 { border-bottom-color: #fecdd3b3; } @@ -64952,6 +89296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fecdd3cc; } +.border-b-rose-200\\/85 { + border-bottom-color: #fecdd3d9; +} + .border-b-rose-200\\/90 { border-bottom-color: #fecdd3e6; } @@ -64976,6 +89324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4af; } +.border-b-rose-300\\/15 { + border-bottom-color: #fda4af26; +} + .border-b-rose-300\\/20 { border-bottom-color: #fda4af33; } @@ -64988,10 +89340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4af4d; } +.border-b-rose-300\\/35 { + border-bottom-color: #fda4af59; +} + .border-b-rose-300\\/40 { border-bottom-color: #fda4af66; } +.border-b-rose-300\\/45 { + border-bottom-color: #fda4af73; +} + .border-b-rose-300\\/5 { border-bottom-color: #fda4af0d; } @@ -65000,10 +89360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4af80; } +.border-b-rose-300\\/55 { + border-bottom-color: #fda4af8c; +} + .border-b-rose-300\\/60 { border-bottom-color: #fda4af99; } +.border-b-rose-300\\/65 { + border-bottom-color: #fda4afa6; +} + .border-b-rose-300\\/70 { border-bottom-color: #fda4afb3; } @@ -65016,6 +89384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fda4afcc; } +.border-b-rose-300\\/85 { + border-bottom-color: #fda4afd9; +} + .border-b-rose-300\\/90 { border-bottom-color: #fda4afe6; } @@ -65040,6 +89412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb7185; } +.border-b-rose-400\\/15 { + border-bottom-color: #fb718526; +} + .border-b-rose-400\\/20 { border-bottom-color: #fb718533; } @@ -65052,10 +89428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb71854d; } +.border-b-rose-400\\/35 { + border-bottom-color: #fb718559; +} + .border-b-rose-400\\/40 { border-bottom-color: #fb718566; } +.border-b-rose-400\\/45 { + border-bottom-color: #fb718573; +} + .border-b-rose-400\\/5 { border-bottom-color: #fb71850d; } @@ -65064,10 +89448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb718580; } +.border-b-rose-400\\/55 { + border-bottom-color: #fb71858c; +} + .border-b-rose-400\\/60 { border-bottom-color: #fb718599; } +.border-b-rose-400\\/65 { + border-bottom-color: #fb7185a6; +} + .border-b-rose-400\\/70 { border-bottom-color: #fb7185b3; } @@ -65080,6 +89472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fb7185cc; } +.border-b-rose-400\\/85 { + border-bottom-color: #fb7185d9; +} + .border-b-rose-400\\/90 { border-bottom-color: #fb7185e6; } @@ -65104,6 +89500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f2; } +.border-b-rose-50\\/15 { + border-bottom-color: #fff1f226; +} + .border-b-rose-50\\/20 { border-bottom-color: #fff1f233; } @@ -65116,10 +89516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f24d; } +.border-b-rose-50\\/35 { + border-bottom-color: #fff1f259; +} + .border-b-rose-50\\/40 { border-bottom-color: #fff1f266; } +.border-b-rose-50\\/45 { + border-bottom-color: #fff1f273; +} + .border-b-rose-50\\/5 { border-bottom-color: #fff1f20d; } @@ -65128,10 +89536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f280; } +.border-b-rose-50\\/55 { + border-bottom-color: #fff1f28c; +} + .border-b-rose-50\\/60 { border-bottom-color: #fff1f299; } +.border-b-rose-50\\/65 { + border-bottom-color: #fff1f2a6; +} + .border-b-rose-50\\/70 { border-bottom-color: #fff1f2b3; } @@ -65144,6 +89560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff1f2cc; } +.border-b-rose-50\\/85 { + border-bottom-color: #fff1f2d9; +} + .border-b-rose-50\\/90 { border-bottom-color: #fff1f2e6; } @@ -65168,6 +89588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5e; } +.border-b-rose-500\\/15 { + border-bottom-color: #f43f5e26; +} + .border-b-rose-500\\/20 { border-bottom-color: #f43f5e33; } @@ -65180,10 +89604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5e4d; } +.border-b-rose-500\\/35 { + border-bottom-color: #f43f5e59; +} + .border-b-rose-500\\/40 { border-bottom-color: #f43f5e66; } +.border-b-rose-500\\/45 { + border-bottom-color: #f43f5e73; +} + .border-b-rose-500\\/5 { border-bottom-color: #f43f5e0d; } @@ -65192,10 +89624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5e80; } +.border-b-rose-500\\/55 { + border-bottom-color: #f43f5e8c; +} + .border-b-rose-500\\/60 { border-bottom-color: #f43f5e99; } +.border-b-rose-500\\/65 { + border-bottom-color: #f43f5ea6; +} + .border-b-rose-500\\/70 { border-bottom-color: #f43f5eb3; } @@ -65208,6 +89648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f43f5ecc; } +.border-b-rose-500\\/85 { + border-bottom-color: #f43f5ed9; +} + .border-b-rose-500\\/90 { border-bottom-color: #f43f5ee6; } @@ -65232,6 +89676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d48; } +.border-b-rose-600\\/15 { + border-bottom-color: #e11d4826; +} + .border-b-rose-600\\/20 { border-bottom-color: #e11d4833; } @@ -65244,10 +89692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d484d; } +.border-b-rose-600\\/35 { + border-bottom-color: #e11d4859; +} + .border-b-rose-600\\/40 { border-bottom-color: #e11d4866; } +.border-b-rose-600\\/45 { + border-bottom-color: #e11d4873; +} + .border-b-rose-600\\/5 { border-bottom-color: #e11d480d; } @@ -65256,10 +89712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d4880; } +.border-b-rose-600\\/55 { + border-bottom-color: #e11d488c; +} + .border-b-rose-600\\/60 { border-bottom-color: #e11d4899; } +.border-b-rose-600\\/65 { + border-bottom-color: #e11d48a6; +} + .border-b-rose-600\\/70 { border-bottom-color: #e11d48b3; } @@ -65272,6 +89736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e11d48cc; } +.border-b-rose-600\\/85 { + border-bottom-color: #e11d48d9; +} + .border-b-rose-600\\/90 { border-bottom-color: #e11d48e6; } @@ -65296,6 +89764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123c; } +.border-b-rose-700\\/15 { + border-bottom-color: #be123c26; +} + .border-b-rose-700\\/20 { border-bottom-color: #be123c33; } @@ -65308,10 +89780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123c4d; } +.border-b-rose-700\\/35 { + border-bottom-color: #be123c59; +} + .border-b-rose-700\\/40 { border-bottom-color: #be123c66; } +.border-b-rose-700\\/45 { + border-bottom-color: #be123c73; +} + .border-b-rose-700\\/5 { border-bottom-color: #be123c0d; } @@ -65320,10 +89800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123c80; } +.border-b-rose-700\\/55 { + border-bottom-color: #be123c8c; +} + .border-b-rose-700\\/60 { border-bottom-color: #be123c99; } +.border-b-rose-700\\/65 { + border-bottom-color: #be123ca6; +} + .border-b-rose-700\\/70 { border-bottom-color: #be123cb3; } @@ -65336,6 +89824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #be123ccc; } +.border-b-rose-700\\/85 { + border-bottom-color: #be123cd9; +} + .border-b-rose-700\\/90 { border-bottom-color: #be123ce6; } @@ -65360,6 +89852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f1239; } +.border-b-rose-800\\/15 { + border-bottom-color: #9f123926; +} + .border-b-rose-800\\/20 { border-bottom-color: #9f123933; } @@ -65372,10 +89868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f12394d; } +.border-b-rose-800\\/35 { + border-bottom-color: #9f123959; +} + .border-b-rose-800\\/40 { border-bottom-color: #9f123966; } +.border-b-rose-800\\/45 { + border-bottom-color: #9f123973; +} + .border-b-rose-800\\/5 { border-bottom-color: #9f12390d; } @@ -65384,10 +89888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f123980; } +.border-b-rose-800\\/55 { + border-bottom-color: #9f12398c; +} + .border-b-rose-800\\/60 { border-bottom-color: #9f123999; } +.border-b-rose-800\\/65 { + border-bottom-color: #9f1239a6; +} + .border-b-rose-800\\/70 { border-bottom-color: #9f1239b3; } @@ -65400,6 +89912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #9f1239cc; } +.border-b-rose-800\\/85 { + border-bottom-color: #9f1239d9; +} + .border-b-rose-800\\/90 { border-bottom-color: #9f1239e6; } @@ -65424,6 +89940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #881337; } +.border-b-rose-900\\/15 { + border-bottom-color: #88133726; +} + .border-b-rose-900\\/20 { border-bottom-color: #88133733; } @@ -65436,10 +89956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8813374d; } +.border-b-rose-900\\/35 { + border-bottom-color: #88133759; +} + .border-b-rose-900\\/40 { border-bottom-color: #88133766; } +.border-b-rose-900\\/45 { + border-bottom-color: #88133773; +} + .border-b-rose-900\\/5 { border-bottom-color: #8813370d; } @@ -65448,10 +89976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #88133780; } +.border-b-rose-900\\/55 { + border-bottom-color: #8813378c; +} + .border-b-rose-900\\/60 { border-bottom-color: #88133799; } +.border-b-rose-900\\/65 { + border-bottom-color: #881337a6; +} + .border-b-rose-900\\/70 { border-bottom-color: #881337b3; } @@ -65464,6 +90000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #881337cc; } +.border-b-rose-900\\/85 { + border-bottom-color: #881337d9; +} + .border-b-rose-900\\/90 { border-bottom-color: #881337e6; } @@ -65488,6 +90028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c0519; } +.border-b-rose-950\\/15 { + border-bottom-color: #4c051926; +} + .border-b-rose-950\\/20 { border-bottom-color: #4c051933; } @@ -65500,10 +90044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c05194d; } +.border-b-rose-950\\/35 { + border-bottom-color: #4c051959; +} + .border-b-rose-950\\/40 { border-bottom-color: #4c051966; } +.border-b-rose-950\\/45 { + border-bottom-color: #4c051973; +} + .border-b-rose-950\\/5 { border-bottom-color: #4c05190d; } @@ -65512,10 +90064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c051980; } +.border-b-rose-950\\/55 { + border-bottom-color: #4c05198c; +} + .border-b-rose-950\\/60 { border-bottom-color: #4c051999; } +.border-b-rose-950\\/65 { + border-bottom-color: #4c0519a6; +} + .border-b-rose-950\\/70 { border-bottom-color: #4c0519b3; } @@ -65528,6 +90088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c0519cc; } +.border-b-rose-950\\/85 { + border-bottom-color: #4c0519d9; +} + .border-b-rose-950\\/90 { border-bottom-color: #4c0519e6; } @@ -65552,6 +90116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fe; } +.border-b-sky-100\\/15 { + border-bottom-color: #e0f2fe26; +} + .border-b-sky-100\\/20 { border-bottom-color: #e0f2fe33; } @@ -65564,10 +90132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fe4d; } +.border-b-sky-100\\/35 { + border-bottom-color: #e0f2fe59; +} + .border-b-sky-100\\/40 { border-bottom-color: #e0f2fe66; } +.border-b-sky-100\\/45 { + border-bottom-color: #e0f2fe73; +} + .border-b-sky-100\\/5 { border-bottom-color: #e0f2fe0d; } @@ -65576,10 +90152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fe80; } +.border-b-sky-100\\/55 { + border-bottom-color: #e0f2fe8c; +} + .border-b-sky-100\\/60 { border-bottom-color: #e0f2fe99; } +.border-b-sky-100\\/65 { + border-bottom-color: #e0f2fea6; +} + .border-b-sky-100\\/70 { border-bottom-color: #e0f2feb3; } @@ -65592,6 +90176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e0f2fecc; } +.border-b-sky-100\\/85 { + border-bottom-color: #e0f2fed9; +} + .border-b-sky-100\\/90 { border-bottom-color: #e0f2fee6; } @@ -65616,6 +90204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fd; } +.border-b-sky-200\\/15 { + border-bottom-color: #bae6fd26; +} + .border-b-sky-200\\/20 { border-bottom-color: #bae6fd33; } @@ -65628,10 +90220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fd4d; } +.border-b-sky-200\\/35 { + border-bottom-color: #bae6fd59; +} + .border-b-sky-200\\/40 { border-bottom-color: #bae6fd66; } +.border-b-sky-200\\/45 { + border-bottom-color: #bae6fd73; +} + .border-b-sky-200\\/5 { border-bottom-color: #bae6fd0d; } @@ -65640,10 +90240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fd80; } +.border-b-sky-200\\/55 { + border-bottom-color: #bae6fd8c; +} + .border-b-sky-200\\/60 { border-bottom-color: #bae6fd99; } +.border-b-sky-200\\/65 { + border-bottom-color: #bae6fda6; +} + .border-b-sky-200\\/70 { border-bottom-color: #bae6fdb3; } @@ -65656,6 +90264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #bae6fdcc; } +.border-b-sky-200\\/85 { + border-bottom-color: #bae6fdd9; +} + .border-b-sky-200\\/90 { border-bottom-color: #bae6fde6; } @@ -65680,6 +90292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fc; } +.border-b-sky-300\\/15 { + border-bottom-color: #7dd3fc26; +} + .border-b-sky-300\\/20 { border-bottom-color: #7dd3fc33; } @@ -65692,10 +90308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fc4d; } +.border-b-sky-300\\/35 { + border-bottom-color: #7dd3fc59; +} + .border-b-sky-300\\/40 { border-bottom-color: #7dd3fc66; } +.border-b-sky-300\\/45 { + border-bottom-color: #7dd3fc73; +} + .border-b-sky-300\\/5 { border-bottom-color: #7dd3fc0d; } @@ -65704,10 +90328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fc80; } +.border-b-sky-300\\/55 { + border-bottom-color: #7dd3fc8c; +} + .border-b-sky-300\\/60 { border-bottom-color: #7dd3fc99; } +.border-b-sky-300\\/65 { + border-bottom-color: #7dd3fca6; +} + .border-b-sky-300\\/70 { border-bottom-color: #7dd3fcb3; } @@ -65720,6 +90352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7dd3fccc; } +.border-b-sky-300\\/85 { + border-bottom-color: #7dd3fcd9; +} + .border-b-sky-300\\/90 { border-bottom-color: #7dd3fce6; } @@ -65744,6 +90380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf8; } +.border-b-sky-400\\/15 { + border-bottom-color: #38bdf826; +} + .border-b-sky-400\\/20 { border-bottom-color: #38bdf833; } @@ -65756,10 +90396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf84d; } +.border-b-sky-400\\/35 { + border-bottom-color: #38bdf859; +} + .border-b-sky-400\\/40 { border-bottom-color: #38bdf866; } +.border-b-sky-400\\/45 { + border-bottom-color: #38bdf873; +} + .border-b-sky-400\\/5 { border-bottom-color: #38bdf80d; } @@ -65768,10 +90416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf880; } +.border-b-sky-400\\/55 { + border-bottom-color: #38bdf88c; +} + .border-b-sky-400\\/60 { border-bottom-color: #38bdf899; } +.border-b-sky-400\\/65 { + border-bottom-color: #38bdf8a6; +} + .border-b-sky-400\\/70 { border-bottom-color: #38bdf8b3; } @@ -65784,6 +90440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #38bdf8cc; } +.border-b-sky-400\\/85 { + border-bottom-color: #38bdf8d9; +} + .border-b-sky-400\\/90 { border-bottom-color: #38bdf8e6; } @@ -65808,6 +90468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ff; } +.border-b-sky-50\\/15 { + border-bottom-color: #f0f9ff26; +} + .border-b-sky-50\\/20 { border-bottom-color: #f0f9ff33; } @@ -65820,10 +90484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ff4d; } +.border-b-sky-50\\/35 { + border-bottom-color: #f0f9ff59; +} + .border-b-sky-50\\/40 { border-bottom-color: #f0f9ff66; } +.border-b-sky-50\\/45 { + border-bottom-color: #f0f9ff73; +} + .border-b-sky-50\\/5 { border-bottom-color: #f0f9ff0d; } @@ -65832,10 +90504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ff80; } +.border-b-sky-50\\/55 { + border-bottom-color: #f0f9ff8c; +} + .border-b-sky-50\\/60 { border-bottom-color: #f0f9ff99; } +.border-b-sky-50\\/65 { + border-bottom-color: #f0f9ffa6; +} + .border-b-sky-50\\/70 { border-bottom-color: #f0f9ffb3; } @@ -65848,6 +90528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0f9ffcc; } +.border-b-sky-50\\/85 { + border-bottom-color: #f0f9ffd9; +} + .border-b-sky-50\\/90 { border-bottom-color: #f0f9ffe6; } @@ -65872,6 +90556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e9; } +.border-b-sky-500\\/15 { + border-bottom-color: #0ea5e926; +} + .border-b-sky-500\\/20 { border-bottom-color: #0ea5e933; } @@ -65884,10 +90572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e94d; } +.border-b-sky-500\\/35 { + border-bottom-color: #0ea5e959; +} + .border-b-sky-500\\/40 { border-bottom-color: #0ea5e966; } +.border-b-sky-500\\/45 { + border-bottom-color: #0ea5e973; +} + .border-b-sky-500\\/5 { border-bottom-color: #0ea5e90d; } @@ -65896,10 +90592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e980; } +.border-b-sky-500\\/55 { + border-bottom-color: #0ea5e98c; +} + .border-b-sky-500\\/60 { border-bottom-color: #0ea5e999; } +.border-b-sky-500\\/65 { + border-bottom-color: #0ea5e9a6; +} + .border-b-sky-500\\/70 { border-bottom-color: #0ea5e9b3; } @@ -65912,6 +90616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0ea5e9cc; } +.border-b-sky-500\\/85 { + border-bottom-color: #0ea5e9d9; +} + .border-b-sky-500\\/90 { border-bottom-color: #0ea5e9e6; } @@ -65936,6 +90644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c7; } +.border-b-sky-600\\/15 { + border-bottom-color: #0284c726; +} + .border-b-sky-600\\/20 { border-bottom-color: #0284c733; } @@ -65948,10 +90660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c74d; } +.border-b-sky-600\\/35 { + border-bottom-color: #0284c759; +} + .border-b-sky-600\\/40 { border-bottom-color: #0284c766; } +.border-b-sky-600\\/45 { + border-bottom-color: #0284c773; +} + .border-b-sky-600\\/5 { border-bottom-color: #0284c70d; } @@ -65960,10 +90680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c780; } +.border-b-sky-600\\/55 { + border-bottom-color: #0284c78c; +} + .border-b-sky-600\\/60 { border-bottom-color: #0284c799; } +.border-b-sky-600\\/65 { + border-bottom-color: #0284c7a6; +} + .border-b-sky-600\\/70 { border-bottom-color: #0284c7b3; } @@ -65976,6 +90704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0284c7cc; } +.border-b-sky-600\\/85 { + border-bottom-color: #0284c7d9; +} + .border-b-sky-600\\/90 { border-bottom-color: #0284c7e6; } @@ -66000,6 +90732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a1; } +.border-b-sky-700\\/15 { + border-bottom-color: #0369a126; +} + .border-b-sky-700\\/20 { border-bottom-color: #0369a133; } @@ -66012,10 +90748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a14d; } +.border-b-sky-700\\/35 { + border-bottom-color: #0369a159; +} + .border-b-sky-700\\/40 { border-bottom-color: #0369a166; } +.border-b-sky-700\\/45 { + border-bottom-color: #0369a173; +} + .border-b-sky-700\\/5 { border-bottom-color: #0369a10d; } @@ -66024,10 +90768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a180; } +.border-b-sky-700\\/55 { + border-bottom-color: #0369a18c; +} + .border-b-sky-700\\/60 { border-bottom-color: #0369a199; } +.border-b-sky-700\\/65 { + border-bottom-color: #0369a1a6; +} + .border-b-sky-700\\/70 { border-bottom-color: #0369a1b3; } @@ -66040,6 +90792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0369a1cc; } +.border-b-sky-700\\/85 { + border-bottom-color: #0369a1d9; +} + .border-b-sky-700\\/90 { border-bottom-color: #0369a1e6; } @@ -66064,6 +90820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #075985; } +.border-b-sky-800\\/15 { + border-bottom-color: #07598526; +} + .border-b-sky-800\\/20 { border-bottom-color: #07598533; } @@ -66076,10 +90836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0759854d; } +.border-b-sky-800\\/35 { + border-bottom-color: #07598559; +} + .border-b-sky-800\\/40 { border-bottom-color: #07598566; } +.border-b-sky-800\\/45 { + border-bottom-color: #07598573; +} + .border-b-sky-800\\/5 { border-bottom-color: #0759850d; } @@ -66088,10 +90856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #07598580; } +.border-b-sky-800\\/55 { + border-bottom-color: #0759858c; +} + .border-b-sky-800\\/60 { border-bottom-color: #07598599; } +.border-b-sky-800\\/65 { + border-bottom-color: #075985a6; +} + .border-b-sky-800\\/70 { border-bottom-color: #075985b3; } @@ -66104,6 +90880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #075985cc; } +.border-b-sky-800\\/85 { + border-bottom-color: #075985d9; +} + .border-b-sky-800\\/90 { border-bottom-color: #075985e6; } @@ -66128,6 +90908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6e; } +.border-b-sky-900\\/15 { + border-bottom-color: #0c4a6e26; +} + .border-b-sky-900\\/20 { border-bottom-color: #0c4a6e33; } @@ -66140,10 +90924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6e4d; } +.border-b-sky-900\\/35 { + border-bottom-color: #0c4a6e59; +} + .border-b-sky-900\\/40 { border-bottom-color: #0c4a6e66; } +.border-b-sky-900\\/45 { + border-bottom-color: #0c4a6e73; +} + .border-b-sky-900\\/5 { border-bottom-color: #0c4a6e0d; } @@ -66152,10 +90944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6e80; } +.border-b-sky-900\\/55 { + border-bottom-color: #0c4a6e8c; +} + .border-b-sky-900\\/60 { border-bottom-color: #0c4a6e99; } +.border-b-sky-900\\/65 { + border-bottom-color: #0c4a6ea6; +} + .border-b-sky-900\\/70 { border-bottom-color: #0c4a6eb3; } @@ -66168,6 +90968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c4a6ecc; } +.border-b-sky-900\\/85 { + border-bottom-color: #0c4a6ed9; +} + .border-b-sky-900\\/90 { border-bottom-color: #0c4a6ee6; } @@ -66192,6 +90996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f49; } +.border-b-sky-950\\/15 { + border-bottom-color: #082f4926; +} + .border-b-sky-950\\/20 { border-bottom-color: #082f4933; } @@ -66204,10 +91012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f494d; } +.border-b-sky-950\\/35 { + border-bottom-color: #082f4959; +} + .border-b-sky-950\\/40 { border-bottom-color: #082f4966; } +.border-b-sky-950\\/45 { + border-bottom-color: #082f4973; +} + .border-b-sky-950\\/5 { border-bottom-color: #082f490d; } @@ -66216,10 +91032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f4980; } +.border-b-sky-950\\/55 { + border-bottom-color: #082f498c; +} + .border-b-sky-950\\/60 { border-bottom-color: #082f4999; } +.border-b-sky-950\\/65 { + border-bottom-color: #082f49a6; +} + .border-b-sky-950\\/70 { border-bottom-color: #082f49b3; } @@ -66232,6 +91056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #082f49cc; } +.border-b-sky-950\\/85 { + border-bottom-color: #082f49d9; +} + .border-b-sky-950\\/90 { border-bottom-color: #082f49e6; } @@ -66256,6 +91084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f9; } +.border-b-slate-100\\/15 { + border-bottom-color: #f1f5f926; +} + .border-b-slate-100\\/20 { border-bottom-color: #f1f5f933; } @@ -66268,10 +91100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f94d; } +.border-b-slate-100\\/35 { + border-bottom-color: #f1f5f959; +} + .border-b-slate-100\\/40 { border-bottom-color: #f1f5f966; } +.border-b-slate-100\\/45 { + border-bottom-color: #f1f5f973; +} + .border-b-slate-100\\/5 { border-bottom-color: #f1f5f90d; } @@ -66280,10 +91120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f980; } +.border-b-slate-100\\/55 { + border-bottom-color: #f1f5f98c; +} + .border-b-slate-100\\/60 { border-bottom-color: #f1f5f999; } +.border-b-slate-100\\/65 { + border-bottom-color: #f1f5f9a6; +} + .border-b-slate-100\\/70 { border-bottom-color: #f1f5f9b3; } @@ -66296,6 +91144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f1f5f9cc; } +.border-b-slate-100\\/85 { + border-bottom-color: #f1f5f9d9; +} + .border-b-slate-100\\/90 { border-bottom-color: #f1f5f9e6; } @@ -66320,6 +91172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f0; } +.border-b-slate-200\\/15 { + border-bottom-color: #e2e8f026; +} + .border-b-slate-200\\/20 { border-bottom-color: #e2e8f033; } @@ -66332,10 +91188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f04d; } +.border-b-slate-200\\/35 { + border-bottom-color: #e2e8f059; +} + .border-b-slate-200\\/40 { border-bottom-color: #e2e8f066; } +.border-b-slate-200\\/45 { + border-bottom-color: #e2e8f073; +} + .border-b-slate-200\\/5 { border-bottom-color: #e2e8f00d; } @@ -66344,10 +91208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f080; } +.border-b-slate-200\\/55 { + border-bottom-color: #e2e8f08c; +} + .border-b-slate-200\\/60 { border-bottom-color: #e2e8f099; } +.border-b-slate-200\\/65 { + border-bottom-color: #e2e8f0a6; +} + .border-b-slate-200\\/70 { border-bottom-color: #e2e8f0b3; } @@ -66360,6 +91232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e2e8f0cc; } +.border-b-slate-200\\/85 { + border-bottom-color: #e2e8f0d9; +} + .border-b-slate-200\\/90 { border-bottom-color: #e2e8f0e6; } @@ -66384,6 +91260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e1; } +.border-b-slate-300\\/15 { + border-bottom-color: #cbd5e126; +} + .border-b-slate-300\\/20 { border-bottom-color: #cbd5e133; } @@ -66396,10 +91276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e14d; } +.border-b-slate-300\\/35 { + border-bottom-color: #cbd5e159; +} + .border-b-slate-300\\/40 { border-bottom-color: #cbd5e166; } +.border-b-slate-300\\/45 { + border-bottom-color: #cbd5e173; +} + .border-b-slate-300\\/5 { border-bottom-color: #cbd5e10d; } @@ -66408,10 +91296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e180; } +.border-b-slate-300\\/55 { + border-bottom-color: #cbd5e18c; +} + .border-b-slate-300\\/60 { border-bottom-color: #cbd5e199; } +.border-b-slate-300\\/65 { + border-bottom-color: #cbd5e1a6; +} + .border-b-slate-300\\/70 { border-bottom-color: #cbd5e1b3; } @@ -66424,6 +91320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #cbd5e1cc; } +.border-b-slate-300\\/85 { + border-bottom-color: #cbd5e1d9; +} + .border-b-slate-300\\/90 { border-bottom-color: #cbd5e1e6; } @@ -66448,6 +91348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b8; } +.border-b-slate-400\\/15 { + border-bottom-color: #94a3b826; +} + .border-b-slate-400\\/20 { border-bottom-color: #94a3b833; } @@ -66460,10 +91364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b84d; } +.border-b-slate-400\\/35 { + border-bottom-color: #94a3b859; +} + .border-b-slate-400\\/40 { border-bottom-color: #94a3b866; } +.border-b-slate-400\\/45 { + border-bottom-color: #94a3b873; +} + .border-b-slate-400\\/5 { border-bottom-color: #94a3b80d; } @@ -66472,10 +91384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b880; } +.border-b-slate-400\\/55 { + border-bottom-color: #94a3b88c; +} + .border-b-slate-400\\/60 { border-bottom-color: #94a3b899; } +.border-b-slate-400\\/65 { + border-bottom-color: #94a3b8a6; +} + .border-b-slate-400\\/70 { border-bottom-color: #94a3b8b3; } @@ -66488,6 +91408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #94a3b8cc; } +.border-b-slate-400\\/85 { + border-bottom-color: #94a3b8d9; +} + .border-b-slate-400\\/90 { border-bottom-color: #94a3b8e6; } @@ -66512,6 +91436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafc; } +.border-b-slate-50\\/15 { + border-bottom-color: #f8fafc26; +} + .border-b-slate-50\\/20 { border-bottom-color: #f8fafc33; } @@ -66524,10 +91452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafc4d; } +.border-b-slate-50\\/35 { + border-bottom-color: #f8fafc59; +} + .border-b-slate-50\\/40 { border-bottom-color: #f8fafc66; } +.border-b-slate-50\\/45 { + border-bottom-color: #f8fafc73; +} + .border-b-slate-50\\/5 { border-bottom-color: #f8fafc0d; } @@ -66536,10 +91472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafc80; } +.border-b-slate-50\\/55 { + border-bottom-color: #f8fafc8c; +} + .border-b-slate-50\\/60 { border-bottom-color: #f8fafc99; } +.border-b-slate-50\\/65 { + border-bottom-color: #f8fafca6; +} + .border-b-slate-50\\/70 { border-bottom-color: #f8fafcb3; } @@ -66552,6 +91496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f8fafccc; } +.border-b-slate-50\\/85 { + border-bottom-color: #f8fafcd9; +} + .border-b-slate-50\\/90 { border-bottom-color: #f8fafce6; } @@ -66576,6 +91524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748b; } +.border-b-slate-500\\/15 { + border-bottom-color: #64748b26; +} + .border-b-slate-500\\/20 { border-bottom-color: #64748b33; } @@ -66588,10 +91540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748b4d; } +.border-b-slate-500\\/35 { + border-bottom-color: #64748b59; +} + .border-b-slate-500\\/40 { border-bottom-color: #64748b66; } +.border-b-slate-500\\/45 { + border-bottom-color: #64748b73; +} + .border-b-slate-500\\/5 { border-bottom-color: #64748b0d; } @@ -66600,10 +91560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748b80; } +.border-b-slate-500\\/55 { + border-bottom-color: #64748b8c; +} + .border-b-slate-500\\/60 { border-bottom-color: #64748b99; } +.border-b-slate-500\\/65 { + border-bottom-color: #64748ba6; +} + .border-b-slate-500\\/70 { border-bottom-color: #64748bb3; } @@ -66616,6 +91584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #64748bcc; } +.border-b-slate-500\\/85 { + border-bottom-color: #64748bd9; +} + .border-b-slate-500\\/90 { border-bottom-color: #64748be6; } @@ -66640,6 +91612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #475569; } +.border-b-slate-600\\/15 { + border-bottom-color: #47556926; +} + .border-b-slate-600\\/20 { border-bottom-color: #47556933; } @@ -66652,10 +91628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4755694d; } +.border-b-slate-600\\/35 { + border-bottom-color: #47556959; +} + .border-b-slate-600\\/40 { border-bottom-color: #47556966; } +.border-b-slate-600\\/45 { + border-bottom-color: #47556973; +} + .border-b-slate-600\\/5 { border-bottom-color: #4755690d; } @@ -66664,10 +91648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #47556980; } +.border-b-slate-600\\/55 { + border-bottom-color: #4755698c; +} + .border-b-slate-600\\/60 { border-bottom-color: #47556999; } +.border-b-slate-600\\/65 { + border-bottom-color: #475569a6; +} + .border-b-slate-600\\/70 { border-bottom-color: #475569b3; } @@ -66680,6 +91672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #475569cc; } +.border-b-slate-600\\/85 { + border-bottom-color: #475569d9; +} + .border-b-slate-600\\/90 { border-bottom-color: #475569e6; } @@ -66704,6 +91700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #334155; } +.border-b-slate-700\\/15 { + border-bottom-color: #33415526; +} + .border-b-slate-700\\/20 { border-bottom-color: #33415533; } @@ -66716,10 +91716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3341554d; } +.border-b-slate-700\\/35 { + border-bottom-color: #33415559; +} + .border-b-slate-700\\/40 { border-bottom-color: #33415566; } +.border-b-slate-700\\/45 { + border-bottom-color: #33415573; +} + .border-b-slate-700\\/5 { border-bottom-color: #3341550d; } @@ -66728,10 +91736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #33415580; } +.border-b-slate-700\\/55 { + border-bottom-color: #3341558c; +} + .border-b-slate-700\\/60 { border-bottom-color: #33415599; } +.border-b-slate-700\\/65 { + border-bottom-color: #334155a6; +} + .border-b-slate-700\\/70 { border-bottom-color: #334155b3; } @@ -66744,6 +91760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #334155cc; } +.border-b-slate-700\\/85 { + border-bottom-color: #334155d9; +} + .border-b-slate-700\\/90 { border-bottom-color: #334155e6; } @@ -66768,6 +91788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293b; } +.border-b-slate-800\\/15 { + border-bottom-color: #1e293b26; +} + .border-b-slate-800\\/20 { border-bottom-color: #1e293b33; } @@ -66780,10 +91804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293b4d; } +.border-b-slate-800\\/35 { + border-bottom-color: #1e293b59; +} + .border-b-slate-800\\/40 { border-bottom-color: #1e293b66; } +.border-b-slate-800\\/45 { + border-bottom-color: #1e293b73; +} + .border-b-slate-800\\/5 { border-bottom-color: #1e293b0d; } @@ -66792,10 +91824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293b80; } +.border-b-slate-800\\/55 { + border-bottom-color: #1e293b8c; +} + .border-b-slate-800\\/60 { border-bottom-color: #1e293b99; } +.border-b-slate-800\\/65 { + border-bottom-color: #1e293ba6; +} + .border-b-slate-800\\/70 { border-bottom-color: #1e293bb3; } @@ -66808,6 +91848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1e293bcc; } +.border-b-slate-800\\/85 { + border-bottom-color: #1e293bd9; +} + .border-b-slate-800\\/90 { border-bottom-color: #1e293be6; } @@ -66832,6 +91876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172a; } +.border-b-slate-900\\/15 { + border-bottom-color: #0f172a26; +} + .border-b-slate-900\\/20 { border-bottom-color: #0f172a33; } @@ -66844,10 +91892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172a4d; } +.border-b-slate-900\\/35 { + border-bottom-color: #0f172a59; +} + .border-b-slate-900\\/40 { border-bottom-color: #0f172a66; } +.border-b-slate-900\\/45 { + border-bottom-color: #0f172a73; +} + .border-b-slate-900\\/5 { border-bottom-color: #0f172a0d; } @@ -66856,10 +91912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172a80; } +.border-b-slate-900\\/55 { + border-bottom-color: #0f172a8c; +} + .border-b-slate-900\\/60 { border-bottom-color: #0f172a99; } +.border-b-slate-900\\/65 { + border-bottom-color: #0f172aa6; +} + .border-b-slate-900\\/70 { border-bottom-color: #0f172ab3; } @@ -66872,6 +91936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f172acc; } +.border-b-slate-900\\/85 { + border-bottom-color: #0f172ad9; +} + .border-b-slate-900\\/90 { border-bottom-color: #0f172ae6; } @@ -66896,6 +91964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #020617; } +.border-b-slate-950\\/15 { + border-bottom-color: #02061726; +} + .border-b-slate-950\\/20 { border-bottom-color: #02061733; } @@ -66908,10 +91980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0206174d; } +.border-b-slate-950\\/35 { + border-bottom-color: #02061759; +} + .border-b-slate-950\\/40 { border-bottom-color: #02061766; } +.border-b-slate-950\\/45 { + border-bottom-color: #02061773; +} + .border-b-slate-950\\/5 { border-bottom-color: #0206170d; } @@ -66920,10 +92000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #02061780; } +.border-b-slate-950\\/55 { + border-bottom-color: #0206178c; +} + .border-b-slate-950\\/60 { border-bottom-color: #02061799; } +.border-b-slate-950\\/65 { + border-bottom-color: #020617a6; +} + .border-b-slate-950\\/70 { border-bottom-color: #020617b3; } @@ -66936,6 +92024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #020617cc; } +.border-b-slate-950\\/85 { + border-bottom-color: #020617d9; +} + .border-b-slate-950\\/90 { border-bottom-color: #020617e6; } @@ -66960,6 +92052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f4; } +.border-b-stone-100\\/15 { + border-bottom-color: #f5f5f426; +} + .border-b-stone-100\\/20 { border-bottom-color: #f5f5f433; } @@ -66972,10 +92068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f44d; } +.border-b-stone-100\\/35 { + border-bottom-color: #f5f5f459; +} + .border-b-stone-100\\/40 { border-bottom-color: #f5f5f466; } +.border-b-stone-100\\/45 { + border-bottom-color: #f5f5f473; +} + .border-b-stone-100\\/5 { border-bottom-color: #f5f5f40d; } @@ -66984,10 +92088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f480; } +.border-b-stone-100\\/55 { + border-bottom-color: #f5f5f48c; +} + .border-b-stone-100\\/60 { border-bottom-color: #f5f5f499; } +.border-b-stone-100\\/65 { + border-bottom-color: #f5f5f4a6; +} + .border-b-stone-100\\/70 { border-bottom-color: #f5f5f4b3; } @@ -67000,6 +92112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f5f4cc; } +.border-b-stone-100\\/85 { + border-bottom-color: #f5f5f4d9; +} + .border-b-stone-100\\/90 { border-bottom-color: #f5f5f4e6; } @@ -67024,6 +92140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e4; } +.border-b-stone-200\\/15 { + border-bottom-color: #e7e5e426; +} + .border-b-stone-200\\/20 { border-bottom-color: #e7e5e433; } @@ -67036,10 +92156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e44d; } +.border-b-stone-200\\/35 { + border-bottom-color: #e7e5e459; +} + .border-b-stone-200\\/40 { border-bottom-color: #e7e5e466; } +.border-b-stone-200\\/45 { + border-bottom-color: #e7e5e473; +} + .border-b-stone-200\\/5 { border-bottom-color: #e7e5e40d; } @@ -67048,10 +92176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e480; } +.border-b-stone-200\\/55 { + border-bottom-color: #e7e5e48c; +} + .border-b-stone-200\\/60 { border-bottom-color: #e7e5e499; } +.border-b-stone-200\\/65 { + border-bottom-color: #e7e5e4a6; +} + .border-b-stone-200\\/70 { border-bottom-color: #e7e5e4b3; } @@ -67064,6 +92200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e7e5e4cc; } +.border-b-stone-200\\/85 { + border-bottom-color: #e7e5e4d9; +} + .border-b-stone-200\\/90 { border-bottom-color: #e7e5e4e6; } @@ -67088,6 +92228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d1; } +.border-b-stone-300\\/15 { + border-bottom-color: #d6d3d126; +} + .border-b-stone-300\\/20 { border-bottom-color: #d6d3d133; } @@ -67100,10 +92244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d14d; } +.border-b-stone-300\\/35 { + border-bottom-color: #d6d3d159; +} + .border-b-stone-300\\/40 { border-bottom-color: #d6d3d166; } +.border-b-stone-300\\/45 { + border-bottom-color: #d6d3d173; +} + .border-b-stone-300\\/5 { border-bottom-color: #d6d3d10d; } @@ -67112,10 +92264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d180; } +.border-b-stone-300\\/55 { + border-bottom-color: #d6d3d18c; +} + .border-b-stone-300\\/60 { border-bottom-color: #d6d3d199; } +.border-b-stone-300\\/65 { + border-bottom-color: #d6d3d1a6; +} + .border-b-stone-300\\/70 { border-bottom-color: #d6d3d1b3; } @@ -67128,6 +92288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d6d3d1cc; } +.border-b-stone-300\\/85 { + border-bottom-color: #d6d3d1d9; +} + .border-b-stone-300\\/90 { border-bottom-color: #d6d3d1e6; } @@ -67152,6 +92316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29e; } +.border-b-stone-400\\/15 { + border-bottom-color: #a8a29e26; +} + .border-b-stone-400\\/20 { border-bottom-color: #a8a29e33; } @@ -67164,10 +92332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29e4d; } +.border-b-stone-400\\/35 { + border-bottom-color: #a8a29e59; +} + .border-b-stone-400\\/40 { border-bottom-color: #a8a29e66; } +.border-b-stone-400\\/45 { + border-bottom-color: #a8a29e73; +} + .border-b-stone-400\\/5 { border-bottom-color: #a8a29e0d; } @@ -67176,10 +92352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29e80; } +.border-b-stone-400\\/55 { + border-bottom-color: #a8a29e8c; +} + .border-b-stone-400\\/60 { border-bottom-color: #a8a29e99; } +.border-b-stone-400\\/65 { + border-bottom-color: #a8a29ea6; +} + .border-b-stone-400\\/70 { border-bottom-color: #a8a29eb3; } @@ -67192,6 +92376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a8a29ecc; } +.border-b-stone-400\\/85 { + border-bottom-color: #a8a29ed9; +} + .border-b-stone-400\\/90 { border-bottom-color: #a8a29ee6; } @@ -67216,6 +92404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf9; } +.border-b-stone-50\\/15 { + border-bottom-color: #fafaf926; +} + .border-b-stone-50\\/20 { border-bottom-color: #fafaf933; } @@ -67228,10 +92420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf94d; } +.border-b-stone-50\\/35 { + border-bottom-color: #fafaf959; +} + .border-b-stone-50\\/40 { border-bottom-color: #fafaf966; } +.border-b-stone-50\\/45 { + border-bottom-color: #fafaf973; +} + .border-b-stone-50\\/5 { border-bottom-color: #fafaf90d; } @@ -67240,10 +92440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf980; } +.border-b-stone-50\\/55 { + border-bottom-color: #fafaf98c; +} + .border-b-stone-50\\/60 { border-bottom-color: #fafaf999; } +.border-b-stone-50\\/65 { + border-bottom-color: #fafaf9a6; +} + .border-b-stone-50\\/70 { border-bottom-color: #fafaf9b3; } @@ -67256,6 +92464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafaf9cc; } +.border-b-stone-50\\/85 { + border-bottom-color: #fafaf9d9; +} + .border-b-stone-50\\/90 { border-bottom-color: #fafaf9e6; } @@ -67280,6 +92492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716c; } +.border-b-stone-500\\/15 { + border-bottom-color: #78716c26; +} + .border-b-stone-500\\/20 { border-bottom-color: #78716c33; } @@ -67292,10 +92508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716c4d; } +.border-b-stone-500\\/35 { + border-bottom-color: #78716c59; +} + .border-b-stone-500\\/40 { border-bottom-color: #78716c66; } +.border-b-stone-500\\/45 { + border-bottom-color: #78716c73; +} + .border-b-stone-500\\/5 { border-bottom-color: #78716c0d; } @@ -67304,10 +92528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716c80; } +.border-b-stone-500\\/55 { + border-bottom-color: #78716c8c; +} + .border-b-stone-500\\/60 { border-bottom-color: #78716c99; } +.border-b-stone-500\\/65 { + border-bottom-color: #78716ca6; +} + .border-b-stone-500\\/70 { border-bottom-color: #78716cb3; } @@ -67320,6 +92552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #78716ccc; } +.border-b-stone-500\\/85 { + border-bottom-color: #78716cd9; +} + .border-b-stone-500\\/90 { border-bottom-color: #78716ce6; } @@ -67344,6 +92580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534e; } +.border-b-stone-600\\/15 { + border-bottom-color: #57534e26; +} + .border-b-stone-600\\/20 { border-bottom-color: #57534e33; } @@ -67356,10 +92596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534e4d; } +.border-b-stone-600\\/35 { + border-bottom-color: #57534e59; +} + .border-b-stone-600\\/40 { border-bottom-color: #57534e66; } +.border-b-stone-600\\/45 { + border-bottom-color: #57534e73; +} + .border-b-stone-600\\/5 { border-bottom-color: #57534e0d; } @@ -67368,10 +92616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534e80; } +.border-b-stone-600\\/55 { + border-bottom-color: #57534e8c; +} + .border-b-stone-600\\/60 { border-bottom-color: #57534e99; } +.border-b-stone-600\\/65 { + border-bottom-color: #57534ea6; +} + .border-b-stone-600\\/70 { border-bottom-color: #57534eb3; } @@ -67384,6 +92640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #57534ecc; } +.border-b-stone-600\\/85 { + border-bottom-color: #57534ed9; +} + .border-b-stone-600\\/90 { border-bottom-color: #57534ee6; } @@ -67408,6 +92668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403c; } +.border-b-stone-700\\/15 { + border-bottom-color: #44403c26; +} + .border-b-stone-700\\/20 { border-bottom-color: #44403c33; } @@ -67420,10 +92684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403c4d; } +.border-b-stone-700\\/35 { + border-bottom-color: #44403c59; +} + .border-b-stone-700\\/40 { border-bottom-color: #44403c66; } +.border-b-stone-700\\/45 { + border-bottom-color: #44403c73; +} + .border-b-stone-700\\/5 { border-bottom-color: #44403c0d; } @@ -67432,10 +92704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403c80; } +.border-b-stone-700\\/55 { + border-bottom-color: #44403c8c; +} + .border-b-stone-700\\/60 { border-bottom-color: #44403c99; } +.border-b-stone-700\\/65 { + border-bottom-color: #44403ca6; +} + .border-b-stone-700\\/70 { border-bottom-color: #44403cb3; } @@ -67448,6 +92728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #44403ccc; } +.border-b-stone-700\\/85 { + border-bottom-color: #44403cd9; +} + .border-b-stone-700\\/90 { border-bottom-color: #44403ce6; } @@ -67472,6 +92756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #292524; } +.border-b-stone-800\\/15 { + border-bottom-color: #29252426; +} + .border-b-stone-800\\/20 { border-bottom-color: #29252433; } @@ -67484,10 +92772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2925244d; } +.border-b-stone-800\\/35 { + border-bottom-color: #29252459; +} + .border-b-stone-800\\/40 { border-bottom-color: #29252466; } +.border-b-stone-800\\/45 { + border-bottom-color: #29252473; +} + .border-b-stone-800\\/5 { border-bottom-color: #2925240d; } @@ -67496,10 +92792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #29252480; } +.border-b-stone-800\\/55 { + border-bottom-color: #2925248c; +} + .border-b-stone-800\\/60 { border-bottom-color: #29252499; } +.border-b-stone-800\\/65 { + border-bottom-color: #292524a6; +} + .border-b-stone-800\\/70 { border-bottom-color: #292524b3; } @@ -67512,6 +92816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #292524cc; } +.border-b-stone-800\\/85 { + border-bottom-color: #292524d9; +} + .border-b-stone-800\\/90 { border-bottom-color: #292524e6; } @@ -67536,6 +92844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c1917; } +.border-b-stone-900\\/15 { + border-bottom-color: #1c191726; +} + .border-b-stone-900\\/20 { border-bottom-color: #1c191733; } @@ -67548,10 +92860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c19174d; } +.border-b-stone-900\\/35 { + border-bottom-color: #1c191759; +} + .border-b-stone-900\\/40 { border-bottom-color: #1c191766; } +.border-b-stone-900\\/45 { + border-bottom-color: #1c191773; +} + .border-b-stone-900\\/5 { border-bottom-color: #1c19170d; } @@ -67560,10 +92880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c191780; } +.border-b-stone-900\\/55 { + border-bottom-color: #1c19178c; +} + .border-b-stone-900\\/60 { border-bottom-color: #1c191799; } +.border-b-stone-900\\/65 { + border-bottom-color: #1c1917a6; +} + .border-b-stone-900\\/70 { border-bottom-color: #1c1917b3; } @@ -67576,6 +92904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #1c1917cc; } +.border-b-stone-900\\/85 { + border-bottom-color: #1c1917d9; +} + .border-b-stone-900\\/90 { border-bottom-color: #1c1917e6; } @@ -67600,6 +92932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a09; } +.border-b-stone-950\\/15 { + border-bottom-color: #0c0a0926; +} + .border-b-stone-950\\/20 { border-bottom-color: #0c0a0933; } @@ -67612,10 +92948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a094d; } +.border-b-stone-950\\/35 { + border-bottom-color: #0c0a0959; +} + .border-b-stone-950\\/40 { border-bottom-color: #0c0a0966; } +.border-b-stone-950\\/45 { + border-bottom-color: #0c0a0973; +} + .border-b-stone-950\\/5 { border-bottom-color: #0c0a090d; } @@ -67624,10 +92968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a0980; } +.border-b-stone-950\\/55 { + border-bottom-color: #0c0a098c; +} + .border-b-stone-950\\/60 { border-bottom-color: #0c0a0999; } +.border-b-stone-950\\/65 { + border-bottom-color: #0c0a09a6; +} + .border-b-stone-950\\/70 { border-bottom-color: #0c0a09b3; } @@ -67640,6 +92992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0c0a09cc; } +.border-b-stone-950\\/85 { + border-bottom-color: #0c0a09d9; +} + .border-b-stone-950\\/90 { border-bottom-color: #0c0a09e6; } @@ -67664,6 +93020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf1; } +.border-b-teal-100\\/15 { + border-bottom-color: #ccfbf126; +} + .border-b-teal-100\\/20 { border-bottom-color: #ccfbf133; } @@ -67676,10 +93036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf14d; } +.border-b-teal-100\\/35 { + border-bottom-color: #ccfbf159; +} + .border-b-teal-100\\/40 { border-bottom-color: #ccfbf166; } +.border-b-teal-100\\/45 { + border-bottom-color: #ccfbf173; +} + .border-b-teal-100\\/5 { border-bottom-color: #ccfbf10d; } @@ -67688,10 +93056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf180; } +.border-b-teal-100\\/55 { + border-bottom-color: #ccfbf18c; +} + .border-b-teal-100\\/60 { border-bottom-color: #ccfbf199; } +.border-b-teal-100\\/65 { + border-bottom-color: #ccfbf1a6; +} + .border-b-teal-100\\/70 { border-bottom-color: #ccfbf1b3; } @@ -67704,6 +93080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ccfbf1cc; } +.border-b-teal-100\\/85 { + border-bottom-color: #ccfbf1d9; +} + .border-b-teal-100\\/90 { border-bottom-color: #ccfbf1e6; } @@ -67728,6 +93108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e4; } +.border-b-teal-200\\/15 { + border-bottom-color: #99f6e426; +} + .border-b-teal-200\\/20 { border-bottom-color: #99f6e433; } @@ -67740,10 +93124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e44d; } +.border-b-teal-200\\/35 { + border-bottom-color: #99f6e459; +} + .border-b-teal-200\\/40 { border-bottom-color: #99f6e466; } +.border-b-teal-200\\/45 { + border-bottom-color: #99f6e473; +} + .border-b-teal-200\\/5 { border-bottom-color: #99f6e40d; } @@ -67752,10 +93144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e480; } +.border-b-teal-200\\/55 { + border-bottom-color: #99f6e48c; +} + .border-b-teal-200\\/60 { border-bottom-color: #99f6e499; } +.border-b-teal-200\\/65 { + border-bottom-color: #99f6e4a6; +} + .border-b-teal-200\\/70 { border-bottom-color: #99f6e4b3; } @@ -67768,6 +93168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #99f6e4cc; } +.border-b-teal-200\\/85 { + border-bottom-color: #99f6e4d9; +} + .border-b-teal-200\\/90 { border-bottom-color: #99f6e4e6; } @@ -67792,6 +93196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead4; } +.border-b-teal-300\\/15 { + border-bottom-color: #5eead426; +} + .border-b-teal-300\\/20 { border-bottom-color: #5eead433; } @@ -67804,10 +93212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead44d; } +.border-b-teal-300\\/35 { + border-bottom-color: #5eead459; +} + .border-b-teal-300\\/40 { border-bottom-color: #5eead466; } +.border-b-teal-300\\/45 { + border-bottom-color: #5eead473; +} + .border-b-teal-300\\/5 { border-bottom-color: #5eead40d; } @@ -67816,10 +93232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead480; } +.border-b-teal-300\\/55 { + border-bottom-color: #5eead48c; +} + .border-b-teal-300\\/60 { border-bottom-color: #5eead499; } +.border-b-teal-300\\/65 { + border-bottom-color: #5eead4a6; +} + .border-b-teal-300\\/70 { border-bottom-color: #5eead4b3; } @@ -67832,6 +93256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5eead4cc; } +.border-b-teal-300\\/85 { + border-bottom-color: #5eead4d9; +} + .border-b-teal-300\\/90 { border-bottom-color: #5eead4e6; } @@ -67856,6 +93284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bf; } +.border-b-teal-400\\/15 { + border-bottom-color: #2dd4bf26; +} + .border-b-teal-400\\/20 { border-bottom-color: #2dd4bf33; } @@ -67868,10 +93300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bf4d; } +.border-b-teal-400\\/35 { + border-bottom-color: #2dd4bf59; +} + .border-b-teal-400\\/40 { border-bottom-color: #2dd4bf66; } +.border-b-teal-400\\/45 { + border-bottom-color: #2dd4bf73; +} + .border-b-teal-400\\/5 { border-bottom-color: #2dd4bf0d; } @@ -67880,10 +93320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bf80; } +.border-b-teal-400\\/55 { + border-bottom-color: #2dd4bf8c; +} + .border-b-teal-400\\/60 { border-bottom-color: #2dd4bf99; } +.border-b-teal-400\\/65 { + border-bottom-color: #2dd4bfa6; +} + .border-b-teal-400\\/70 { border-bottom-color: #2dd4bfb3; } @@ -67896,6 +93344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2dd4bfcc; } +.border-b-teal-400\\/85 { + border-bottom-color: #2dd4bfd9; +} + .border-b-teal-400\\/90 { border-bottom-color: #2dd4bfe6; } @@ -67920,6 +93372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfa; } +.border-b-teal-50\\/15 { + border-bottom-color: #f0fdfa26; +} + .border-b-teal-50\\/20 { border-bottom-color: #f0fdfa33; } @@ -67932,10 +93388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfa4d; } +.border-b-teal-50\\/35 { + border-bottom-color: #f0fdfa59; +} + .border-b-teal-50\\/40 { border-bottom-color: #f0fdfa66; } +.border-b-teal-50\\/45 { + border-bottom-color: #f0fdfa73; +} + .border-b-teal-50\\/5 { border-bottom-color: #f0fdfa0d; } @@ -67944,10 +93408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfa80; } +.border-b-teal-50\\/55 { + border-bottom-color: #f0fdfa8c; +} + .border-b-teal-50\\/60 { border-bottom-color: #f0fdfa99; } +.border-b-teal-50\\/65 { + border-bottom-color: #f0fdfaa6; +} + .border-b-teal-50\\/70 { border-bottom-color: #f0fdfab3; } @@ -67960,6 +93432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f0fdfacc; } +.border-b-teal-50\\/85 { + border-bottom-color: #f0fdfad9; +} + .border-b-teal-50\\/90 { border-bottom-color: #f0fdfae6; } @@ -67984,6 +93460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a6; } +.border-b-teal-500\\/15 { + border-bottom-color: #14b8a626; +} + .border-b-teal-500\\/20 { border-bottom-color: #14b8a633; } @@ -67996,10 +93476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a64d; } +.border-b-teal-500\\/35 { + border-bottom-color: #14b8a659; +} + .border-b-teal-500\\/40 { border-bottom-color: #14b8a666; } +.border-b-teal-500\\/45 { + border-bottom-color: #14b8a673; +} + .border-b-teal-500\\/5 { border-bottom-color: #14b8a60d; } @@ -68008,10 +93496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a680; } +.border-b-teal-500\\/55 { + border-bottom-color: #14b8a68c; +} + .border-b-teal-500\\/60 { border-bottom-color: #14b8a699; } +.border-b-teal-500\\/65 { + border-bottom-color: #14b8a6a6; +} + .border-b-teal-500\\/70 { border-bottom-color: #14b8a6b3; } @@ -68024,6 +93520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #14b8a6cc; } +.border-b-teal-500\\/85 { + border-bottom-color: #14b8a6d9; +} + .border-b-teal-500\\/90 { border-bottom-color: #14b8a6e6; } @@ -68048,6 +93548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d9488; } +.border-b-teal-600\\/15 { + border-bottom-color: #0d948826; +} + .border-b-teal-600\\/20 { border-bottom-color: #0d948833; } @@ -68060,10 +93564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d94884d; } +.border-b-teal-600\\/35 { + border-bottom-color: #0d948859; +} + .border-b-teal-600\\/40 { border-bottom-color: #0d948866; } +.border-b-teal-600\\/45 { + border-bottom-color: #0d948873; +} + .border-b-teal-600\\/5 { border-bottom-color: #0d94880d; } @@ -68072,10 +93584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d948880; } +.border-b-teal-600\\/55 { + border-bottom-color: #0d94888c; +} + .border-b-teal-600\\/60 { border-bottom-color: #0d948899; } +.border-b-teal-600\\/65 { + border-bottom-color: #0d9488a6; +} + .border-b-teal-600\\/70 { border-bottom-color: #0d9488b3; } @@ -68088,6 +93608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0d9488cc; } +.border-b-teal-600\\/85 { + border-bottom-color: #0d9488d9; +} + .border-b-teal-600\\/90 { border-bottom-color: #0d9488e6; } @@ -68112,6 +93636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766e; } +.border-b-teal-700\\/15 { + border-bottom-color: #0f766e26; +} + .border-b-teal-700\\/20 { border-bottom-color: #0f766e33; } @@ -68124,10 +93652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766e4d; } +.border-b-teal-700\\/35 { + border-bottom-color: #0f766e59; +} + .border-b-teal-700\\/40 { border-bottom-color: #0f766e66; } +.border-b-teal-700\\/45 { + border-bottom-color: #0f766e73; +} + .border-b-teal-700\\/5 { border-bottom-color: #0f766e0d; } @@ -68136,10 +93672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766e80; } +.border-b-teal-700\\/55 { + border-bottom-color: #0f766e8c; +} + .border-b-teal-700\\/60 { border-bottom-color: #0f766e99; } +.border-b-teal-700\\/65 { + border-bottom-color: #0f766ea6; +} + .border-b-teal-700\\/70 { border-bottom-color: #0f766eb3; } @@ -68152,6 +93696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0f766ecc; } +.border-b-teal-700\\/85 { + border-bottom-color: #0f766ed9; +} + .border-b-teal-700\\/90 { border-bottom-color: #0f766ee6; } @@ -68176,6 +93724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e59; } +.border-b-teal-800\\/15 { + border-bottom-color: #115e5926; +} + .border-b-teal-800\\/20 { border-bottom-color: #115e5933; } @@ -68188,10 +93740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e594d; } +.border-b-teal-800\\/35 { + border-bottom-color: #115e5959; +} + .border-b-teal-800\\/40 { border-bottom-color: #115e5966; } +.border-b-teal-800\\/45 { + border-bottom-color: #115e5973; +} + .border-b-teal-800\\/5 { border-bottom-color: #115e590d; } @@ -68200,10 +93760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e5980; } +.border-b-teal-800\\/55 { + border-bottom-color: #115e598c; +} + .border-b-teal-800\\/60 { border-bottom-color: #115e5999; } +.border-b-teal-800\\/65 { + border-bottom-color: #115e59a6; +} + .border-b-teal-800\\/70 { border-bottom-color: #115e59b3; } @@ -68216,6 +93784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #115e59cc; } +.border-b-teal-800\\/85 { + border-bottom-color: #115e59d9; +} + .border-b-teal-800\\/90 { border-bottom-color: #115e59e6; } @@ -68240,6 +93812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4a; } +.border-b-teal-900\\/15 { + border-bottom-color: #134e4a26; +} + .border-b-teal-900\\/20 { border-bottom-color: #134e4a33; } @@ -68252,10 +93828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4a4d; } +.border-b-teal-900\\/35 { + border-bottom-color: #134e4a59; +} + .border-b-teal-900\\/40 { border-bottom-color: #134e4a66; } +.border-b-teal-900\\/45 { + border-bottom-color: #134e4a73; +} + .border-b-teal-900\\/5 { border-bottom-color: #134e4a0d; } @@ -68264,10 +93848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4a80; } +.border-b-teal-900\\/55 { + border-bottom-color: #134e4a8c; +} + .border-b-teal-900\\/60 { border-bottom-color: #134e4a99; } +.border-b-teal-900\\/65 { + border-bottom-color: #134e4aa6; +} + .border-b-teal-900\\/70 { border-bottom-color: #134e4ab3; } @@ -68280,6 +93872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #134e4acc; } +.border-b-teal-900\\/85 { + border-bottom-color: #134e4ad9; +} + .border-b-teal-900\\/90 { border-bottom-color: #134e4ae6; } @@ -68304,6 +93900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2e; } +.border-b-teal-950\\/15 { + border-bottom-color: #042f2e26; +} + .border-b-teal-950\\/20 { border-bottom-color: #042f2e33; } @@ -68316,10 +93916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2e4d; } +.border-b-teal-950\\/35 { + border-bottom-color: #042f2e59; +} + .border-b-teal-950\\/40 { border-bottom-color: #042f2e66; } +.border-b-teal-950\\/45 { + border-bottom-color: #042f2e73; +} + .border-b-teal-950\\/5 { border-bottom-color: #042f2e0d; } @@ -68328,10 +93936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2e80; } +.border-b-teal-950\\/55 { + border-bottom-color: #042f2e8c; +} + .border-b-teal-950\\/60 { border-bottom-color: #042f2e99; } +.border-b-teal-950\\/65 { + border-bottom-color: #042f2ea6; +} + .border-b-teal-950\\/70 { border-bottom-color: #042f2eb3; } @@ -68344,6 +93960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #042f2ecc; } +.border-b-teal-950\\/85 { + border-bottom-color: #042f2ed9; +} + .border-b-teal-950\\/90 { border-bottom-color: #042f2ee6; } @@ -68364,6 +93984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000; } +.border-b-transparent\\/15 { + border-bottom-color: #00000026; +} + .border-b-transparent\\/20 { border-bottom-color: #0003; } @@ -68376,10 +94000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #0000004d; } +.border-b-transparent\\/35 { + border-bottom-color: #00000059; +} + .border-b-transparent\\/40 { border-bottom-color: #0006; } +.border-b-transparent\\/45 { + border-bottom-color: #00000073; +} + .border-b-transparent\\/5 { border-bottom-color: #0000000d; } @@ -68388,10 +94020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #00000080; } +.border-b-transparent\\/55 { + border-bottom-color: #0000008c; +} + .border-b-transparent\\/60 { border-bottom-color: #0009; } +.border-b-transparent\\/65 { + border-bottom-color: #000000a6; +} + .border-b-transparent\\/70 { border-bottom-color: #000000b3; } @@ -68404,6 +94044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #000c; } +.border-b-transparent\\/85 { + border-bottom-color: #000000d9; +} + .border-b-transparent\\/90 { border-bottom-color: #000000e6; } @@ -68428,6 +94072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fe; } +.border-b-violet-100\\/15 { + border-bottom-color: #ede9fe26; +} + .border-b-violet-100\\/20 { border-bottom-color: #ede9fe33; } @@ -68440,10 +94088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fe4d; } +.border-b-violet-100\\/35 { + border-bottom-color: #ede9fe59; +} + .border-b-violet-100\\/40 { border-bottom-color: #ede9fe66; } +.border-b-violet-100\\/45 { + border-bottom-color: #ede9fe73; +} + .border-b-violet-100\\/5 { border-bottom-color: #ede9fe0d; } @@ -68452,10 +94108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fe80; } +.border-b-violet-100\\/55 { + border-bottom-color: #ede9fe8c; +} + .border-b-violet-100\\/60 { border-bottom-color: #ede9fe99; } +.border-b-violet-100\\/65 { + border-bottom-color: #ede9fea6; +} + .border-b-violet-100\\/70 { border-bottom-color: #ede9feb3; } @@ -68468,6 +94132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ede9fecc; } +.border-b-violet-100\\/85 { + border-bottom-color: #ede9fed9; +} + .border-b-violet-100\\/90 { border-bottom-color: #ede9fee6; } @@ -68492,6 +94160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fe; } +.border-b-violet-200\\/15 { + border-bottom-color: #ddd6fe26; +} + .border-b-violet-200\\/20 { border-bottom-color: #ddd6fe33; } @@ -68504,10 +94176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fe4d; } +.border-b-violet-200\\/35 { + border-bottom-color: #ddd6fe59; +} + .border-b-violet-200\\/40 { border-bottom-color: #ddd6fe66; } +.border-b-violet-200\\/45 { + border-bottom-color: #ddd6fe73; +} + .border-b-violet-200\\/5 { border-bottom-color: #ddd6fe0d; } @@ -68516,10 +94196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fe80; } +.border-b-violet-200\\/55 { + border-bottom-color: #ddd6fe8c; +} + .border-b-violet-200\\/60 { border-bottom-color: #ddd6fe99; } +.border-b-violet-200\\/65 { + border-bottom-color: #ddd6fea6; +} + .border-b-violet-200\\/70 { border-bottom-color: #ddd6feb3; } @@ -68532,6 +94220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ddd6fecc; } +.border-b-violet-200\\/85 { + border-bottom-color: #ddd6fed9; +} + .border-b-violet-200\\/90 { border-bottom-color: #ddd6fee6; } @@ -68556,6 +94248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fd; } +.border-b-violet-300\\/15 { + border-bottom-color: #c4b5fd26; +} + .border-b-violet-300\\/20 { border-bottom-color: #c4b5fd33; } @@ -68568,10 +94264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fd4d; } +.border-b-violet-300\\/35 { + border-bottom-color: #c4b5fd59; +} + .border-b-violet-300\\/40 { border-bottom-color: #c4b5fd66; } +.border-b-violet-300\\/45 { + border-bottom-color: #c4b5fd73; +} + .border-b-violet-300\\/5 { border-bottom-color: #c4b5fd0d; } @@ -68580,10 +94284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fd80; } +.border-b-violet-300\\/55 { + border-bottom-color: #c4b5fd8c; +} + .border-b-violet-300\\/60 { border-bottom-color: #c4b5fd99; } +.border-b-violet-300\\/65 { + border-bottom-color: #c4b5fda6; +} + .border-b-violet-300\\/70 { border-bottom-color: #c4b5fdb3; } @@ -68596,6 +94308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #c4b5fdcc; } +.border-b-violet-300\\/85 { + border-bottom-color: #c4b5fdd9; +} + .border-b-violet-300\\/90 { border-bottom-color: #c4b5fde6; } @@ -68620,6 +94336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfa; } +.border-b-violet-400\\/15 { + border-bottom-color: #a78bfa26; +} + .border-b-violet-400\\/20 { border-bottom-color: #a78bfa33; } @@ -68632,10 +94352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfa4d; } +.border-b-violet-400\\/35 { + border-bottom-color: #a78bfa59; +} + .border-b-violet-400\\/40 { border-bottom-color: #a78bfa66; } +.border-b-violet-400\\/45 { + border-bottom-color: #a78bfa73; +} + .border-b-violet-400\\/5 { border-bottom-color: #a78bfa0d; } @@ -68644,10 +94372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfa80; } +.border-b-violet-400\\/55 { + border-bottom-color: #a78bfa8c; +} + .border-b-violet-400\\/60 { border-bottom-color: #a78bfa99; } +.border-b-violet-400\\/65 { + border-bottom-color: #a78bfaa6; +} + .border-b-violet-400\\/70 { border-bottom-color: #a78bfab3; } @@ -68660,6 +94396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a78bfacc; } +.border-b-violet-400\\/85 { + border-bottom-color: #a78bfad9; +} + .border-b-violet-400\\/90 { border-bottom-color: #a78bfae6; } @@ -68684,6 +94424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ff; } +.border-b-violet-50\\/15 { + border-bottom-color: #f5f3ff26; +} + .border-b-violet-50\\/20 { border-bottom-color: #f5f3ff33; } @@ -68696,10 +94440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ff4d; } +.border-b-violet-50\\/35 { + border-bottom-color: #f5f3ff59; +} + .border-b-violet-50\\/40 { border-bottom-color: #f5f3ff66; } +.border-b-violet-50\\/45 { + border-bottom-color: #f5f3ff73; +} + .border-b-violet-50\\/5 { border-bottom-color: #f5f3ff0d; } @@ -68708,10 +94460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ff80; } +.border-b-violet-50\\/55 { + border-bottom-color: #f5f3ff8c; +} + .border-b-violet-50\\/60 { border-bottom-color: #f5f3ff99; } +.border-b-violet-50\\/65 { + border-bottom-color: #f5f3ffa6; +} + .border-b-violet-50\\/70 { border-bottom-color: #f5f3ffb3; } @@ -68724,6 +94484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f5f3ffcc; } +.border-b-violet-50\\/85 { + border-bottom-color: #f5f3ffd9; +} + .border-b-violet-50\\/90 { border-bottom-color: #f5f3ffe6; } @@ -68748,6 +94512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf6; } +.border-b-violet-500\\/15 { + border-bottom-color: #8b5cf626; +} + .border-b-violet-500\\/20 { border-bottom-color: #8b5cf633; } @@ -68760,10 +94528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf64d; } +.border-b-violet-500\\/35 { + border-bottom-color: #8b5cf659; +} + .border-b-violet-500\\/40 { border-bottom-color: #8b5cf666; } +.border-b-violet-500\\/45 { + border-bottom-color: #8b5cf673; +} + .border-b-violet-500\\/5 { border-bottom-color: #8b5cf60d; } @@ -68772,10 +94548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf680; } +.border-b-violet-500\\/55 { + border-bottom-color: #8b5cf68c; +} + .border-b-violet-500\\/60 { border-bottom-color: #8b5cf699; } +.border-b-violet-500\\/65 { + border-bottom-color: #8b5cf6a6; +} + .border-b-violet-500\\/70 { border-bottom-color: #8b5cf6b3; } @@ -68788,6 +94572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #8b5cf6cc; } +.border-b-violet-500\\/85 { + border-bottom-color: #8b5cf6d9; +} + .border-b-violet-500\\/90 { border-bottom-color: #8b5cf6e6; } @@ -68812,6 +94600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aed; } +.border-b-violet-600\\/15 { + border-bottom-color: #7c3aed26; +} + .border-b-violet-600\\/20 { border-bottom-color: #7c3aed33; } @@ -68824,10 +94616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aed4d; } +.border-b-violet-600\\/35 { + border-bottom-color: #7c3aed59; +} + .border-b-violet-600\\/40 { border-bottom-color: #7c3aed66; } +.border-b-violet-600\\/45 { + border-bottom-color: #7c3aed73; +} + .border-b-violet-600\\/5 { border-bottom-color: #7c3aed0d; } @@ -68836,10 +94636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aed80; } +.border-b-violet-600\\/55 { + border-bottom-color: #7c3aed8c; +} + .border-b-violet-600\\/60 { border-bottom-color: #7c3aed99; } +.border-b-violet-600\\/65 { + border-bottom-color: #7c3aeda6; +} + .border-b-violet-600\\/70 { border-bottom-color: #7c3aedb3; } @@ -68852,6 +94660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #7c3aedcc; } +.border-b-violet-600\\/85 { + border-bottom-color: #7c3aedd9; +} + .border-b-violet-600\\/90 { border-bottom-color: #7c3aede6; } @@ -68876,6 +94688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d9; } +.border-b-violet-700\\/15 { + border-bottom-color: #6d28d926; +} + .border-b-violet-700\\/20 { border-bottom-color: #6d28d933; } @@ -68888,10 +94704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d94d; } +.border-b-violet-700\\/35 { + border-bottom-color: #6d28d959; +} + .border-b-violet-700\\/40 { border-bottom-color: #6d28d966; } +.border-b-violet-700\\/45 { + border-bottom-color: #6d28d973; +} + .border-b-violet-700\\/5 { border-bottom-color: #6d28d90d; } @@ -68900,10 +94724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d980; } +.border-b-violet-700\\/55 { + border-bottom-color: #6d28d98c; +} + .border-b-violet-700\\/60 { border-bottom-color: #6d28d999; } +.border-b-violet-700\\/65 { + border-bottom-color: #6d28d9a6; +} + .border-b-violet-700\\/70 { border-bottom-color: #6d28d9b3; } @@ -68916,6 +94748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #6d28d9cc; } +.border-b-violet-700\\/85 { + border-bottom-color: #6d28d9d9; +} + .border-b-violet-700\\/90 { border-bottom-color: #6d28d9e6; } @@ -68940,6 +94776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b6; } +.border-b-violet-800\\/15 { + border-bottom-color: #5b21b626; +} + .border-b-violet-800\\/20 { border-bottom-color: #5b21b633; } @@ -68952,10 +94792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b64d; } +.border-b-violet-800\\/35 { + border-bottom-color: #5b21b659; +} + .border-b-violet-800\\/40 { border-bottom-color: #5b21b666; } +.border-b-violet-800\\/45 { + border-bottom-color: #5b21b673; +} + .border-b-violet-800\\/5 { border-bottom-color: #5b21b60d; } @@ -68964,10 +94812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b680; } +.border-b-violet-800\\/55 { + border-bottom-color: #5b21b68c; +} + .border-b-violet-800\\/60 { border-bottom-color: #5b21b699; } +.border-b-violet-800\\/65 { + border-bottom-color: #5b21b6a6; +} + .border-b-violet-800\\/70 { border-bottom-color: #5b21b6b3; } @@ -68980,6 +94836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #5b21b6cc; } +.border-b-violet-800\\/85 { + border-bottom-color: #5b21b6d9; +} + .border-b-violet-800\\/90 { border-bottom-color: #5b21b6e6; } @@ -69004,6 +94864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d95; } +.border-b-violet-900\\/15 { + border-bottom-color: #4c1d9526; +} + .border-b-violet-900\\/20 { border-bottom-color: #4c1d9533; } @@ -69016,10 +94880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d954d; } +.border-b-violet-900\\/35 { + border-bottom-color: #4c1d9559; +} + .border-b-violet-900\\/40 { border-bottom-color: #4c1d9566; } +.border-b-violet-900\\/45 { + border-bottom-color: #4c1d9573; +} + .border-b-violet-900\\/5 { border-bottom-color: #4c1d950d; } @@ -69028,10 +94900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d9580; } +.border-b-violet-900\\/55 { + border-bottom-color: #4c1d958c; +} + .border-b-violet-900\\/60 { border-bottom-color: #4c1d9599; } +.border-b-violet-900\\/65 { + border-bottom-color: #4c1d95a6; +} + .border-b-violet-900\\/70 { border-bottom-color: #4c1d95b3; } @@ -69044,6 +94924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4c1d95cc; } +.border-b-violet-900\\/85 { + border-bottom-color: #4c1d95d9; +} + .border-b-violet-900\\/90 { border-bottom-color: #4c1d95e6; } @@ -69068,6 +94952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e1065; } +.border-b-violet-950\\/15 { + border-bottom-color: #2e106526; +} + .border-b-violet-950\\/20 { border-bottom-color: #2e106533; } @@ -69080,10 +94968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e10654d; } +.border-b-violet-950\\/35 { + border-bottom-color: #2e106559; +} + .border-b-violet-950\\/40 { border-bottom-color: #2e106566; } +.border-b-violet-950\\/45 { + border-bottom-color: #2e106573; +} + .border-b-violet-950\\/5 { border-bottom-color: #2e10650d; } @@ -69092,10 +94988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e106580; } +.border-b-violet-950\\/55 { + border-bottom-color: #2e10658c; +} + .border-b-violet-950\\/60 { border-bottom-color: #2e106599; } +.border-b-violet-950\\/65 { + border-bottom-color: #2e1065a6; +} + .border-b-violet-950\\/70 { border-bottom-color: #2e1065b3; } @@ -69108,6 +95012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #2e1065cc; } +.border-b-violet-950\\/85 { + border-bottom-color: #2e1065d9; +} + .border-b-violet-950\\/90 { border-bottom-color: #2e1065e6; } @@ -69132,6 +95040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fff; } +.border-b-white\\/15 { + border-bottom-color: #ffffff26; +} + .border-b-white\\/20 { border-bottom-color: #fff3; } @@ -69144,10 +95056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffffff4d; } +.border-b-white\\/35 { + border-bottom-color: #ffffff59; +} + .border-b-white\\/40 { border-bottom-color: #fff6; } +.border-b-white\\/45 { + border-bottom-color: #ffffff73; +} + .border-b-white\\/5 { border-bottom-color: #ffffff0d; } @@ -69156,10 +95076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ffffff80; } +.border-b-white\\/55 { + border-bottom-color: #ffffff8c; +} + .border-b-white\\/60 { border-bottom-color: #fff9; } +.border-b-white\\/65 { + border-bottom-color: #ffffffa6; +} + .border-b-white\\/70 { border-bottom-color: #ffffffb3; } @@ -69172,6 +95100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fffc; } +.border-b-white\\/85 { + border-bottom-color: #ffffffd9; +} + .border-b-white\\/90 { border-bottom-color: #ffffffe6; } @@ -69196,6 +95128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c3; } +.border-b-yellow-100\\/15 { + border-bottom-color: #fef9c326; +} + .border-b-yellow-100\\/20 { border-bottom-color: #fef9c333; } @@ -69208,10 +95144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c34d; } +.border-b-yellow-100\\/35 { + border-bottom-color: #fef9c359; +} + .border-b-yellow-100\\/40 { border-bottom-color: #fef9c366; } +.border-b-yellow-100\\/45 { + border-bottom-color: #fef9c373; +} + .border-b-yellow-100\\/5 { border-bottom-color: #fef9c30d; } @@ -69220,10 +95164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c380; } +.border-b-yellow-100\\/55 { + border-bottom-color: #fef9c38c; +} + .border-b-yellow-100\\/60 { border-bottom-color: #fef9c399; } +.border-b-yellow-100\\/65 { + border-bottom-color: #fef9c3a6; +} + .border-b-yellow-100\\/70 { border-bottom-color: #fef9c3b3; } @@ -69236,6 +95188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef9c3cc; } +.border-b-yellow-100\\/85 { + border-bottom-color: #fef9c3d9; +} + .border-b-yellow-100\\/90 { border-bottom-color: #fef9c3e6; } @@ -69260,6 +95216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08a; } +.border-b-yellow-200\\/15 { + border-bottom-color: #fef08a26; +} + .border-b-yellow-200\\/20 { border-bottom-color: #fef08a33; } @@ -69272,10 +95232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08a4d; } +.border-b-yellow-200\\/35 { + border-bottom-color: #fef08a59; +} + .border-b-yellow-200\\/40 { border-bottom-color: #fef08a66; } +.border-b-yellow-200\\/45 { + border-bottom-color: #fef08a73; +} + .border-b-yellow-200\\/5 { border-bottom-color: #fef08a0d; } @@ -69284,10 +95252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08a80; } +.border-b-yellow-200\\/55 { + border-bottom-color: #fef08a8c; +} + .border-b-yellow-200\\/60 { border-bottom-color: #fef08a99; } +.border-b-yellow-200\\/65 { + border-bottom-color: #fef08aa6; +} + .border-b-yellow-200\\/70 { border-bottom-color: #fef08ab3; } @@ -69300,6 +95276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fef08acc; } +.border-b-yellow-200\\/85 { + border-bottom-color: #fef08ad9; +} + .border-b-yellow-200\\/90 { border-bottom-color: #fef08ae6; } @@ -69324,6 +95304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde047; } +.border-b-yellow-300\\/15 { + border-bottom-color: #fde04726; +} + .border-b-yellow-300\\/20 { border-bottom-color: #fde04733; } @@ -69336,10 +95320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde0474d; } +.border-b-yellow-300\\/35 { + border-bottom-color: #fde04759; +} + .border-b-yellow-300\\/40 { border-bottom-color: #fde04766; } +.border-b-yellow-300\\/45 { + border-bottom-color: #fde04773; +} + .border-b-yellow-300\\/5 { border-bottom-color: #fde0470d; } @@ -69348,10 +95340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde04780; } +.border-b-yellow-300\\/55 { + border-bottom-color: #fde0478c; +} + .border-b-yellow-300\\/60 { border-bottom-color: #fde04799; } +.border-b-yellow-300\\/65 { + border-bottom-color: #fde047a6; +} + .border-b-yellow-300\\/70 { border-bottom-color: #fde047b3; } @@ -69364,6 +95364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fde047cc; } +.border-b-yellow-300\\/85 { + border-bottom-color: #fde047d9; +} + .border-b-yellow-300\\/90 { border-bottom-color: #fde047e6; } @@ -69388,6 +95392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc15; } +.border-b-yellow-400\\/15 { + border-bottom-color: #facc1526; +} + .border-b-yellow-400\\/20 { border-bottom-color: #facc1533; } @@ -69400,10 +95408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc154d; } +.border-b-yellow-400\\/35 { + border-bottom-color: #facc1559; +} + .border-b-yellow-400\\/40 { border-bottom-color: #facc1566; } +.border-b-yellow-400\\/45 { + border-bottom-color: #facc1573; +} + .border-b-yellow-400\\/5 { border-bottom-color: #facc150d; } @@ -69412,10 +95428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc1580; } +.border-b-yellow-400\\/55 { + border-bottom-color: #facc158c; +} + .border-b-yellow-400\\/60 { border-bottom-color: #facc1599; } +.border-b-yellow-400\\/65 { + border-bottom-color: #facc15a6; +} + .border-b-yellow-400\\/70 { border-bottom-color: #facc15b3; } @@ -69428,6 +95452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #facc15cc; } +.border-b-yellow-400\\/85 { + border-bottom-color: #facc15d9; +} + .border-b-yellow-400\\/90 { border-bottom-color: #facc15e6; } @@ -69452,6 +95480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce8; } +.border-b-yellow-50\\/15 { + border-bottom-color: #fefce826; +} + .border-b-yellow-50\\/20 { border-bottom-color: #fefce833; } @@ -69464,10 +95496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce84d; } +.border-b-yellow-50\\/35 { + border-bottom-color: #fefce859; +} + .border-b-yellow-50\\/40 { border-bottom-color: #fefce866; } +.border-b-yellow-50\\/45 { + border-bottom-color: #fefce873; +} + .border-b-yellow-50\\/5 { border-bottom-color: #fefce80d; } @@ -69476,10 +95516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce880; } +.border-b-yellow-50\\/55 { + border-bottom-color: #fefce88c; +} + .border-b-yellow-50\\/60 { border-bottom-color: #fefce899; } +.border-b-yellow-50\\/65 { + border-bottom-color: #fefce8a6; +} + .border-b-yellow-50\\/70 { border-bottom-color: #fefce8b3; } @@ -69492,6 +95540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fefce8cc; } +.border-b-yellow-50\\/85 { + border-bottom-color: #fefce8d9; +} + .border-b-yellow-50\\/90 { border-bottom-color: #fefce8e6; } @@ -69516,6 +95568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab308; } +.border-b-yellow-500\\/15 { + border-bottom-color: #eab30826; +} + .border-b-yellow-500\\/20 { border-bottom-color: #eab30833; } @@ -69528,10 +95584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab3084d; } +.border-b-yellow-500\\/35 { + border-bottom-color: #eab30859; +} + .border-b-yellow-500\\/40 { border-bottom-color: #eab30866; } +.border-b-yellow-500\\/45 { + border-bottom-color: #eab30873; +} + .border-b-yellow-500\\/5 { border-bottom-color: #eab3080d; } @@ -69540,10 +95604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab30880; } +.border-b-yellow-500\\/55 { + border-bottom-color: #eab3088c; +} + .border-b-yellow-500\\/60 { border-bottom-color: #eab30899; } +.border-b-yellow-500\\/65 { + border-bottom-color: #eab308a6; +} + .border-b-yellow-500\\/70 { border-bottom-color: #eab308b3; } @@ -69556,6 +95628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #eab308cc; } +.border-b-yellow-500\\/85 { + border-bottom-color: #eab308d9; +} + .border-b-yellow-500\\/90 { border-bottom-color: #eab308e6; } @@ -69580,6 +95656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a04; } +.border-b-yellow-600\\/15 { + border-bottom-color: #ca8a0426; +} + .border-b-yellow-600\\/20 { border-bottom-color: #ca8a0433; } @@ -69592,10 +95672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a044d; } +.border-b-yellow-600\\/35 { + border-bottom-color: #ca8a0459; +} + .border-b-yellow-600\\/40 { border-bottom-color: #ca8a0466; } +.border-b-yellow-600\\/45 { + border-bottom-color: #ca8a0473; +} + .border-b-yellow-600\\/5 { border-bottom-color: #ca8a040d; } @@ -69604,10 +95692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a0480; } +.border-b-yellow-600\\/55 { + border-bottom-color: #ca8a048c; +} + .border-b-yellow-600\\/60 { border-bottom-color: #ca8a0499; } +.border-b-yellow-600\\/65 { + border-bottom-color: #ca8a04a6; +} + .border-b-yellow-600\\/70 { border-bottom-color: #ca8a04b3; } @@ -69620,6 +95716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #ca8a04cc; } +.border-b-yellow-600\\/85 { + border-bottom-color: #ca8a04d9; +} + .border-b-yellow-600\\/90 { border-bottom-color: #ca8a04e6; } @@ -69644,6 +95744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a16207; } +.border-b-yellow-700\\/15 { + border-bottom-color: #a1620726; +} + .border-b-yellow-700\\/20 { border-bottom-color: #a1620733; } @@ -69656,10 +95760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a162074d; } +.border-b-yellow-700\\/35 { + border-bottom-color: #a1620759; +} + .border-b-yellow-700\\/40 { border-bottom-color: #a1620766; } +.border-b-yellow-700\\/45 { + border-bottom-color: #a1620773; +} + .border-b-yellow-700\\/5 { border-bottom-color: #a162070d; } @@ -69668,10 +95780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1620780; } +.border-b-yellow-700\\/55 { + border-bottom-color: #a162078c; +} + .border-b-yellow-700\\/60 { border-bottom-color: #a1620799; } +.border-b-yellow-700\\/65 { + border-bottom-color: #a16207a6; +} + .border-b-yellow-700\\/70 { border-bottom-color: #a16207b3; } @@ -69684,6 +95804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a16207cc; } +.border-b-yellow-700\\/85 { + border-bottom-color: #a16207d9; +} + .border-b-yellow-700\\/90 { border-bottom-color: #a16207e6; } @@ -69708,6 +95832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0e; } +.border-b-yellow-800\\/15 { + border-bottom-color: #854d0e26; +} + .border-b-yellow-800\\/20 { border-bottom-color: #854d0e33; } @@ -69720,10 +95848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0e4d; } +.border-b-yellow-800\\/35 { + border-bottom-color: #854d0e59; +} + .border-b-yellow-800\\/40 { border-bottom-color: #854d0e66; } +.border-b-yellow-800\\/45 { + border-bottom-color: #854d0e73; +} + .border-b-yellow-800\\/5 { border-bottom-color: #854d0e0d; } @@ -69732,10 +95868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0e80; } +.border-b-yellow-800\\/55 { + border-bottom-color: #854d0e8c; +} + .border-b-yellow-800\\/60 { border-bottom-color: #854d0e99; } +.border-b-yellow-800\\/65 { + border-bottom-color: #854d0ea6; +} + .border-b-yellow-800\\/70 { border-bottom-color: #854d0eb3; } @@ -69748,6 +95892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #854d0ecc; } +.border-b-yellow-800\\/85 { + border-bottom-color: #854d0ed9; +} + .border-b-yellow-800\\/90 { border-bottom-color: #854d0ee6; } @@ -69772,6 +95920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f12; } +.border-b-yellow-900\\/15 { + border-bottom-color: #713f1226; +} + .border-b-yellow-900\\/20 { border-bottom-color: #713f1233; } @@ -69784,10 +95936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f124d; } +.border-b-yellow-900\\/35 { + border-bottom-color: #713f1259; +} + .border-b-yellow-900\\/40 { border-bottom-color: #713f1266; } +.border-b-yellow-900\\/45 { + border-bottom-color: #713f1273; +} + .border-b-yellow-900\\/5 { border-bottom-color: #713f120d; } @@ -69796,10 +95956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f1280; } +.border-b-yellow-900\\/55 { + border-bottom-color: #713f128c; +} + .border-b-yellow-900\\/60 { border-bottom-color: #713f1299; } +.border-b-yellow-900\\/65 { + border-bottom-color: #713f12a6; +} + .border-b-yellow-900\\/70 { border-bottom-color: #713f12b3; } @@ -69812,6 +95980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #713f12cc; } +.border-b-yellow-900\\/85 { + border-bottom-color: #713f12d9; +} + .border-b-yellow-900\\/90 { border-bottom-color: #713f12e6; } @@ -69836,6 +96008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #422006; } +.border-b-yellow-950\\/15 { + border-bottom-color: #42200626; +} + .border-b-yellow-950\\/20 { border-bottom-color: #42200633; } @@ -69848,10 +96024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #4220064d; } +.border-b-yellow-950\\/35 { + border-bottom-color: #42200659; +} + .border-b-yellow-950\\/40 { border-bottom-color: #42200666; } +.border-b-yellow-950\\/45 { + border-bottom-color: #42200673; +} + .border-b-yellow-950\\/5 { border-bottom-color: #4220060d; } @@ -69860,10 +96044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #42200680; } +.border-b-yellow-950\\/55 { + border-bottom-color: #4220068c; +} + .border-b-yellow-950\\/60 { border-bottom-color: #42200699; } +.border-b-yellow-950\\/65 { + border-bottom-color: #422006a6; +} + .border-b-yellow-950\\/70 { border-bottom-color: #422006b3; } @@ -69876,6 +96068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #422006cc; } +.border-b-yellow-950\\/85 { + border-bottom-color: #422006d9; +} + .border-b-yellow-950\\/90 { border-bottom-color: #422006e6; } @@ -69900,6 +96096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f5; } +.border-b-zinc-100\\/15 { + border-bottom-color: #f4f4f526; +} + .border-b-zinc-100\\/20 { border-bottom-color: #f4f4f533; } @@ -69912,10 +96112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f54d; } +.border-b-zinc-100\\/35 { + border-bottom-color: #f4f4f559; +} + .border-b-zinc-100\\/40 { border-bottom-color: #f4f4f566; } +.border-b-zinc-100\\/45 { + border-bottom-color: #f4f4f573; +} + .border-b-zinc-100\\/5 { border-bottom-color: #f4f4f50d; } @@ -69924,10 +96132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f580; } +.border-b-zinc-100\\/55 { + border-bottom-color: #f4f4f58c; +} + .border-b-zinc-100\\/60 { border-bottom-color: #f4f4f599; } +.border-b-zinc-100\\/65 { + border-bottom-color: #f4f4f5a6; +} + .border-b-zinc-100\\/70 { border-bottom-color: #f4f4f5b3; } @@ -69940,6 +96156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #f4f4f5cc; } +.border-b-zinc-100\\/85 { + border-bottom-color: #f4f4f5d9; +} + .border-b-zinc-100\\/90 { border-bottom-color: #f4f4f5e6; } @@ -69964,6 +96184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e7; } +.border-b-zinc-200\\/15 { + border-bottom-color: #e4e4e726; +} + .border-b-zinc-200\\/20 { border-bottom-color: #e4e4e733; } @@ -69976,10 +96200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e74d; } +.border-b-zinc-200\\/35 { + border-bottom-color: #e4e4e759; +} + .border-b-zinc-200\\/40 { border-bottom-color: #e4e4e766; } +.border-b-zinc-200\\/45 { + border-bottom-color: #e4e4e773; +} + .border-b-zinc-200\\/5 { border-bottom-color: #e4e4e70d; } @@ -69988,10 +96220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e780; } +.border-b-zinc-200\\/55 { + border-bottom-color: #e4e4e78c; +} + .border-b-zinc-200\\/60 { border-bottom-color: #e4e4e799; } +.border-b-zinc-200\\/65 { + border-bottom-color: #e4e4e7a6; +} + .border-b-zinc-200\\/70 { border-bottom-color: #e4e4e7b3; } @@ -70004,6 +96244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #e4e4e7cc; } +.border-b-zinc-200\\/85 { + border-bottom-color: #e4e4e7d9; +} + .border-b-zinc-200\\/90 { border-bottom-color: #e4e4e7e6; } @@ -70028,6 +96272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d8; } +.border-b-zinc-300\\/15 { + border-bottom-color: #d4d4d826; +} + .border-b-zinc-300\\/20 { border-bottom-color: #d4d4d833; } @@ -70040,10 +96288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d84d; } +.border-b-zinc-300\\/35 { + border-bottom-color: #d4d4d859; +} + .border-b-zinc-300\\/40 { border-bottom-color: #d4d4d866; } +.border-b-zinc-300\\/45 { + border-bottom-color: #d4d4d873; +} + .border-b-zinc-300\\/5 { border-bottom-color: #d4d4d80d; } @@ -70052,10 +96308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d880; } +.border-b-zinc-300\\/55 { + border-bottom-color: #d4d4d88c; +} + .border-b-zinc-300\\/60 { border-bottom-color: #d4d4d899; } +.border-b-zinc-300\\/65 { + border-bottom-color: #d4d4d8a6; +} + .border-b-zinc-300\\/70 { border-bottom-color: #d4d4d8b3; } @@ -70068,6 +96332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #d4d4d8cc; } +.border-b-zinc-300\\/85 { + border-bottom-color: #d4d4d8d9; +} + .border-b-zinc-300\\/90 { border-bottom-color: #d4d4d8e6; } @@ -70092,6 +96360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aa; } +.border-b-zinc-400\\/15 { + border-bottom-color: #a1a1aa26; +} + .border-b-zinc-400\\/20 { border-bottom-color: #a1a1aa33; } @@ -70104,10 +96376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aa4d; } +.border-b-zinc-400\\/35 { + border-bottom-color: #a1a1aa59; +} + .border-b-zinc-400\\/40 { border-bottom-color: #a1a1aa66; } +.border-b-zinc-400\\/45 { + border-bottom-color: #a1a1aa73; +} + .border-b-zinc-400\\/5 { border-bottom-color: #a1a1aa0d; } @@ -70116,10 +96396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aa80; } +.border-b-zinc-400\\/55 { + border-bottom-color: #a1a1aa8c; +} + .border-b-zinc-400\\/60 { border-bottom-color: #a1a1aa99; } +.border-b-zinc-400\\/65 { + border-bottom-color: #a1a1aaa6; +} + .border-b-zinc-400\\/70 { border-bottom-color: #a1a1aab3; } @@ -70132,6 +96420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #a1a1aacc; } +.border-b-zinc-400\\/85 { + border-bottom-color: #a1a1aad9; +} + .border-b-zinc-400\\/90 { border-bottom-color: #a1a1aae6; } @@ -70156,6 +96448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa; } +.border-b-zinc-50\\/15 { + border-bottom-color: #fafafa26; +} + .border-b-zinc-50\\/20 { border-bottom-color: #fafafa33; } @@ -70168,10 +96464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa4d; } +.border-b-zinc-50\\/35 { + border-bottom-color: #fafafa59; +} + .border-b-zinc-50\\/40 { border-bottom-color: #fafafa66; } +.border-b-zinc-50\\/45 { + border-bottom-color: #fafafa73; +} + .border-b-zinc-50\\/5 { border-bottom-color: #fafafa0d; } @@ -70180,10 +96484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafa80; } +.border-b-zinc-50\\/55 { + border-bottom-color: #fafafa8c; +} + .border-b-zinc-50\\/60 { border-bottom-color: #fafafa99; } +.border-b-zinc-50\\/65 { + border-bottom-color: #fafafaa6; +} + .border-b-zinc-50\\/70 { border-bottom-color: #fafafab3; } @@ -70196,6 +96508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #fafafacc; } +.border-b-zinc-50\\/85 { + border-bottom-color: #fafafad9; +} + .border-b-zinc-50\\/90 { border-bottom-color: #fafafae6; } @@ -70220,6 +96536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717a; } +.border-b-zinc-500\\/15 { + border-bottom-color: #71717a26; +} + .border-b-zinc-500\\/20 { border-bottom-color: #71717a33; } @@ -70232,10 +96552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717a4d; } +.border-b-zinc-500\\/35 { + border-bottom-color: #71717a59; +} + .border-b-zinc-500\\/40 { border-bottom-color: #71717a66; } +.border-b-zinc-500\\/45 { + border-bottom-color: #71717a73; +} + .border-b-zinc-500\\/5 { border-bottom-color: #71717a0d; } @@ -70244,10 +96572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717a80; } +.border-b-zinc-500\\/55 { + border-bottom-color: #71717a8c; +} + .border-b-zinc-500\\/60 { border-bottom-color: #71717a99; } +.border-b-zinc-500\\/65 { + border-bottom-color: #71717aa6; +} + .border-b-zinc-500\\/70 { border-bottom-color: #71717ab3; } @@ -70260,6 +96596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #71717acc; } +.border-b-zinc-500\\/85 { + border-bottom-color: #71717ad9; +} + .border-b-zinc-500\\/90 { border-bottom-color: #71717ae6; } @@ -70284,6 +96624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525b; } +.border-b-zinc-600\\/15 { + border-bottom-color: #52525b26; +} + .border-b-zinc-600\\/20 { border-bottom-color: #52525b33; } @@ -70296,10 +96640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525b4d; } +.border-b-zinc-600\\/35 { + border-bottom-color: #52525b59; +} + .border-b-zinc-600\\/40 { border-bottom-color: #52525b66; } +.border-b-zinc-600\\/45 { + border-bottom-color: #52525b73; +} + .border-b-zinc-600\\/5 { border-bottom-color: #52525b0d; } @@ -70308,10 +96660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525b80; } +.border-b-zinc-600\\/55 { + border-bottom-color: #52525b8c; +} + .border-b-zinc-600\\/60 { border-bottom-color: #52525b99; } +.border-b-zinc-600\\/65 { + border-bottom-color: #52525ba6; +} + .border-b-zinc-600\\/70 { border-bottom-color: #52525bb3; } @@ -70324,6 +96684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #52525bcc; } +.border-b-zinc-600\\/85 { + border-bottom-color: #52525bd9; +} + .border-b-zinc-600\\/90 { border-bottom-color: #52525be6; } @@ -70348,6 +96712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f46; } +.border-b-zinc-700\\/15 { + border-bottom-color: #3f3f4626; +} + .border-b-zinc-700\\/20 { border-bottom-color: #3f3f4633; } @@ -70360,10 +96728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f464d; } +.border-b-zinc-700\\/35 { + border-bottom-color: #3f3f4659; +} + .border-b-zinc-700\\/40 { border-bottom-color: #3f3f4666; } +.border-b-zinc-700\\/45 { + border-bottom-color: #3f3f4673; +} + .border-b-zinc-700\\/5 { border-bottom-color: #3f3f460d; } @@ -70372,10 +96748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f4680; } +.border-b-zinc-700\\/55 { + border-bottom-color: #3f3f468c; +} + .border-b-zinc-700\\/60 { border-bottom-color: #3f3f4699; } +.border-b-zinc-700\\/65 { + border-bottom-color: #3f3f46a6; +} + .border-b-zinc-700\\/70 { border-bottom-color: #3f3f46b3; } @@ -70388,6 +96772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #3f3f46cc; } +.border-b-zinc-700\\/85 { + border-bottom-color: #3f3f46d9; +} + .border-b-zinc-700\\/90 { border-bottom-color: #3f3f46e6; } @@ -70412,6 +96800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272a; } +.border-b-zinc-800\\/15 { + border-bottom-color: #27272a26; +} + .border-b-zinc-800\\/20 { border-bottom-color: #27272a33; } @@ -70424,10 +96816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272a4d; } +.border-b-zinc-800\\/35 { + border-bottom-color: #27272a59; +} + .border-b-zinc-800\\/40 { border-bottom-color: #27272a66; } +.border-b-zinc-800\\/45 { + border-bottom-color: #27272a73; +} + .border-b-zinc-800\\/5 { border-bottom-color: #27272a0d; } @@ -70436,10 +96836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272a80; } +.border-b-zinc-800\\/55 { + border-bottom-color: #27272a8c; +} + .border-b-zinc-800\\/60 { border-bottom-color: #27272a99; } +.border-b-zinc-800\\/65 { + border-bottom-color: #27272aa6; +} + .border-b-zinc-800\\/70 { border-bottom-color: #27272ab3; } @@ -70452,6 +96860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #27272acc; } +.border-b-zinc-800\\/85 { + border-bottom-color: #27272ad9; +} + .border-b-zinc-800\\/90 { border-bottom-color: #27272ae6; } @@ -70476,6 +96888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181b; } +.border-b-zinc-900\\/15 { + border-bottom-color: #18181b26; +} + .border-b-zinc-900\\/20 { border-bottom-color: #18181b33; } @@ -70488,10 +96904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181b4d; } +.border-b-zinc-900\\/35 { + border-bottom-color: #18181b59; +} + .border-b-zinc-900\\/40 { border-bottom-color: #18181b66; } +.border-b-zinc-900\\/45 { + border-bottom-color: #18181b73; +} + .border-b-zinc-900\\/5 { border-bottom-color: #18181b0d; } @@ -70500,10 +96924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181b80; } +.border-b-zinc-900\\/55 { + border-bottom-color: #18181b8c; +} + .border-b-zinc-900\\/60 { border-bottom-color: #18181b99; } +.border-b-zinc-900\\/65 { + border-bottom-color: #18181ba6; +} + .border-b-zinc-900\\/70 { border-bottom-color: #18181bb3; } @@ -70516,6 +96948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #18181bcc; } +.border-b-zinc-900\\/85 { + border-bottom-color: #18181bd9; +} + .border-b-zinc-900\\/90 { border-bottom-color: #18181be6; } @@ -70540,6 +96976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090b; } +.border-b-zinc-950\\/15 { + border-bottom-color: #09090b26; +} + .border-b-zinc-950\\/20 { border-bottom-color: #09090b33; } @@ -70552,10 +96992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090b4d; } +.border-b-zinc-950\\/35 { + border-bottom-color: #09090b59; +} + .border-b-zinc-950\\/40 { border-bottom-color: #09090b66; } +.border-b-zinc-950\\/45 { + border-bottom-color: #09090b73; +} + .border-b-zinc-950\\/5 { border-bottom-color: #09090b0d; } @@ -70564,10 +97012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090b80; } +.border-b-zinc-950\\/55 { + border-bottom-color: #09090b8c; +} + .border-b-zinc-950\\/60 { border-bottom-color: #09090b99; } +.border-b-zinc-950\\/65 { + border-bottom-color: #09090ba6; +} + .border-b-zinc-950\\/70 { border-bottom-color: #09090bb3; } @@ -70580,6 +97036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-bottom-color: #09090bcc; } +.border-b-zinc-950\\/85 { + border-bottom-color: #09090bd9; +} + .border-b-zinc-950\\/90 { border-bottom-color: #09090be6; } @@ -70604,6 +97064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef3c7; } +.border-e-amber-100\\/15 { + border-inline-end-color: #fef3c726; +} + .border-e-amber-100\\/20 { border-inline-end-color: #fef3c733; } @@ -70616,10 +97080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef3c74d; } +.border-e-amber-100\\/35 { + border-inline-end-color: #fef3c759; +} + .border-e-amber-100\\/40 { border-inline-end-color: #fef3c766; } +.border-e-amber-100\\/45 { + border-inline-end-color: #fef3c773; +} + .border-e-amber-100\\/5 { border-inline-end-color: #fef3c70d; } @@ -70628,10 +97100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef3c780; } +.border-e-amber-100\\/55 { + border-inline-end-color: #fef3c78c; +} + .border-e-amber-100\\/60 { border-inline-end-color: #fef3c799; } +.border-e-amber-100\\/65 { + border-inline-end-color: #fef3c7a6; +} + .border-e-amber-100\\/70 { border-inline-end-color: #fef3c7b3; } @@ -70644,6 +97124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef3c7cc; } +.border-e-amber-100\\/85 { + border-inline-end-color: #fef3c7d9; +} + .border-e-amber-100\\/90 { border-inline-end-color: #fef3c7e6; } @@ -70668,6 +97152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde68a; } +.border-e-amber-200\\/15 { + border-inline-end-color: #fde68a26; +} + .border-e-amber-200\\/20 { border-inline-end-color: #fde68a33; } @@ -70680,10 +97168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde68a4d; } +.border-e-amber-200\\/35 { + border-inline-end-color: #fde68a59; +} + .border-e-amber-200\\/40 { border-inline-end-color: #fde68a66; } +.border-e-amber-200\\/45 { + border-inline-end-color: #fde68a73; +} + .border-e-amber-200\\/5 { border-inline-end-color: #fde68a0d; } @@ -70692,10 +97188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde68a80; } +.border-e-amber-200\\/55 { + border-inline-end-color: #fde68a8c; +} + .border-e-amber-200\\/60 { border-inline-end-color: #fde68a99; } +.border-e-amber-200\\/65 { + border-inline-end-color: #fde68aa6; +} + .border-e-amber-200\\/70 { border-inline-end-color: #fde68ab3; } @@ -70708,6 +97212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde68acc; } +.border-e-amber-200\\/85 { + border-inline-end-color: #fde68ad9; +} + .border-e-amber-200\\/90 { border-inline-end-color: #fde68ae6; } @@ -70732,6 +97240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fcd34d; } +.border-e-amber-300\\/15 { + border-inline-end-color: #fcd34d26; +} + .border-e-amber-300\\/20 { border-inline-end-color: #fcd34d33; } @@ -70744,10 +97256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fcd34d4d; } +.border-e-amber-300\\/35 { + border-inline-end-color: #fcd34d59; +} + .border-e-amber-300\\/40 { border-inline-end-color: #fcd34d66; } +.border-e-amber-300\\/45 { + border-inline-end-color: #fcd34d73; +} + .border-e-amber-300\\/5 { border-inline-end-color: #fcd34d0d; } @@ -70756,10 +97276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fcd34d80; } +.border-e-amber-300\\/55 { + border-inline-end-color: #fcd34d8c; +} + .border-e-amber-300\\/60 { border-inline-end-color: #fcd34d99; } +.border-e-amber-300\\/65 { + border-inline-end-color: #fcd34da6; +} + .border-e-amber-300\\/70 { border-inline-end-color: #fcd34db3; } @@ -70772,6 +97300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fcd34dcc; } +.border-e-amber-300\\/85 { + border-inline-end-color: #fcd34dd9; +} + .border-e-amber-300\\/90 { border-inline-end-color: #fcd34de6; } @@ -70796,6 +97328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbbf24; } +.border-e-amber-400\\/15 { + border-inline-end-color: #fbbf2426; +} + .border-e-amber-400\\/20 { border-inline-end-color: #fbbf2433; } @@ -70808,10 +97344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbbf244d; } +.border-e-amber-400\\/35 { + border-inline-end-color: #fbbf2459; +} + .border-e-amber-400\\/40 { border-inline-end-color: #fbbf2466; } +.border-e-amber-400\\/45 { + border-inline-end-color: #fbbf2473; +} + .border-e-amber-400\\/5 { border-inline-end-color: #fbbf240d; } @@ -70820,10 +97364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbbf2480; } +.border-e-amber-400\\/55 { + border-inline-end-color: #fbbf248c; +} + .border-e-amber-400\\/60 { border-inline-end-color: #fbbf2499; } +.border-e-amber-400\\/65 { + border-inline-end-color: #fbbf24a6; +} + .border-e-amber-400\\/70 { border-inline-end-color: #fbbf24b3; } @@ -70836,6 +97388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbbf24cc; } +.border-e-amber-400\\/85 { + border-inline-end-color: #fbbf24d9; +} + .border-e-amber-400\\/90 { border-inline-end-color: #fbbf24e6; } @@ -70860,6 +97416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fffbeb; } +.border-e-amber-50\\/15 { + border-inline-end-color: #fffbeb26; +} + .border-e-amber-50\\/20 { border-inline-end-color: #fffbeb33; } @@ -70872,10 +97432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fffbeb4d; } +.border-e-amber-50\\/35 { + border-inline-end-color: #fffbeb59; +} + .border-e-amber-50\\/40 { border-inline-end-color: #fffbeb66; } +.border-e-amber-50\\/45 { + border-inline-end-color: #fffbeb73; +} + .border-e-amber-50\\/5 { border-inline-end-color: #fffbeb0d; } @@ -70884,10 +97452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fffbeb80; } +.border-e-amber-50\\/55 { + border-inline-end-color: #fffbeb8c; +} + .border-e-amber-50\\/60 { border-inline-end-color: #fffbeb99; } +.border-e-amber-50\\/65 { + border-inline-end-color: #fffbeba6; +} + .border-e-amber-50\\/70 { border-inline-end-color: #fffbebb3; } @@ -70900,6 +97476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fffbebcc; } +.border-e-amber-50\\/85 { + border-inline-end-color: #fffbebd9; +} + .border-e-amber-50\\/90 { border-inline-end-color: #fffbebe6; } @@ -70924,6 +97504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f59e0b; } +.border-e-amber-500\\/15 { + border-inline-end-color: #f59e0b26; +} + .border-e-amber-500\\/20 { border-inline-end-color: #f59e0b33; } @@ -70936,10 +97520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f59e0b4d; } +.border-e-amber-500\\/35 { + border-inline-end-color: #f59e0b59; +} + .border-e-amber-500\\/40 { border-inline-end-color: #f59e0b66; } +.border-e-amber-500\\/45 { + border-inline-end-color: #f59e0b73; +} + .border-e-amber-500\\/5 { border-inline-end-color: #f59e0b0d; } @@ -70948,10 +97540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f59e0b80; } +.border-e-amber-500\\/55 { + border-inline-end-color: #f59e0b8c; +} + .border-e-amber-500\\/60 { border-inline-end-color: #f59e0b99; } +.border-e-amber-500\\/65 { + border-inline-end-color: #f59e0ba6; +} + .border-e-amber-500\\/70 { border-inline-end-color: #f59e0bb3; } @@ -70964,6 +97564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f59e0bcc; } +.border-e-amber-500\\/85 { + border-inline-end-color: #f59e0bd9; +} + .border-e-amber-500\\/90 { border-inline-end-color: #f59e0be6; } @@ -70988,6 +97592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d97706; } +.border-e-amber-600\\/15 { + border-inline-end-color: #d9770626; +} + .border-e-amber-600\\/20 { border-inline-end-color: #d9770633; } @@ -71000,10 +97608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d977064d; } +.border-e-amber-600\\/35 { + border-inline-end-color: #d9770659; +} + .border-e-amber-600\\/40 { border-inline-end-color: #d9770666; } +.border-e-amber-600\\/45 { + border-inline-end-color: #d9770673; +} + .border-e-amber-600\\/5 { border-inline-end-color: #d977060d; } @@ -71012,10 +97628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d9770680; } +.border-e-amber-600\\/55 { + border-inline-end-color: #d977068c; +} + .border-e-amber-600\\/60 { border-inline-end-color: #d9770699; } +.border-e-amber-600\\/65 { + border-inline-end-color: #d97706a6; +} + .border-e-amber-600\\/70 { border-inline-end-color: #d97706b3; } @@ -71028,6 +97652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d97706cc; } +.border-e-amber-600\\/85 { + border-inline-end-color: #d97706d9; +} + .border-e-amber-600\\/90 { border-inline-end-color: #d97706e6; } @@ -71052,6 +97680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b45309; } +.border-e-amber-700\\/15 { + border-inline-end-color: #b4530926; +} + .border-e-amber-700\\/20 { border-inline-end-color: #b4530933; } @@ -71064,10 +97696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b453094d; } +.border-e-amber-700\\/35 { + border-inline-end-color: #b4530959; +} + .border-e-amber-700\\/40 { border-inline-end-color: #b4530966; } +.border-e-amber-700\\/45 { + border-inline-end-color: #b4530973; +} + .border-e-amber-700\\/5 { border-inline-end-color: #b453090d; } @@ -71076,10 +97716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b4530980; } +.border-e-amber-700\\/55 { + border-inline-end-color: #b453098c; +} + .border-e-amber-700\\/60 { border-inline-end-color: #b4530999; } +.border-e-amber-700\\/65 { + border-inline-end-color: #b45309a6; +} + .border-e-amber-700\\/70 { border-inline-end-color: #b45309b3; } @@ -71092,6 +97740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b45309cc; } +.border-e-amber-700\\/85 { + border-inline-end-color: #b45309d9; +} + .border-e-amber-700\\/90 { border-inline-end-color: #b45309e6; } @@ -71116,6 +97768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #92400e; } +.border-e-amber-800\\/15 { + border-inline-end-color: #92400e26; +} + .border-e-amber-800\\/20 { border-inline-end-color: #92400e33; } @@ -71128,10 +97784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #92400e4d; } +.border-e-amber-800\\/35 { + border-inline-end-color: #92400e59; +} + .border-e-amber-800\\/40 { border-inline-end-color: #92400e66; } +.border-e-amber-800\\/45 { + border-inline-end-color: #92400e73; +} + .border-e-amber-800\\/5 { border-inline-end-color: #92400e0d; } @@ -71140,10 +97804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #92400e80; } +.border-e-amber-800\\/55 { + border-inline-end-color: #92400e8c; +} + .border-e-amber-800\\/60 { border-inline-end-color: #92400e99; } +.border-e-amber-800\\/65 { + border-inline-end-color: #92400ea6; +} + .border-e-amber-800\\/70 { border-inline-end-color: #92400eb3; } @@ -71156,6 +97828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #92400ecc; } +.border-e-amber-800\\/85 { + border-inline-end-color: #92400ed9; +} + .border-e-amber-800\\/90 { border-inline-end-color: #92400ee6; } @@ -71180,6 +97856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78350f; } +.border-e-amber-900\\/15 { + border-inline-end-color: #78350f26; +} + .border-e-amber-900\\/20 { border-inline-end-color: #78350f33; } @@ -71192,10 +97872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78350f4d; } +.border-e-amber-900\\/35 { + border-inline-end-color: #78350f59; +} + .border-e-amber-900\\/40 { border-inline-end-color: #78350f66; } +.border-e-amber-900\\/45 { + border-inline-end-color: #78350f73; +} + .border-e-amber-900\\/5 { border-inline-end-color: #78350f0d; } @@ -71204,10 +97892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78350f80; } +.border-e-amber-900\\/55 { + border-inline-end-color: #78350f8c; +} + .border-e-amber-900\\/60 { border-inline-end-color: #78350f99; } +.border-e-amber-900\\/65 { + border-inline-end-color: #78350fa6; +} + .border-e-amber-900\\/70 { border-inline-end-color: #78350fb3; } @@ -71220,6 +97916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78350fcc; } +.border-e-amber-900\\/85 { + border-inline-end-color: #78350fd9; +} + .border-e-amber-900\\/90 { border-inline-end-color: #78350fe6; } @@ -71244,6 +97944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #451a03; } +.border-e-amber-950\\/15 { + border-inline-end-color: #451a0326; +} + .border-e-amber-950\\/20 { border-inline-end-color: #451a0333; } @@ -71256,10 +97960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #451a034d; } +.border-e-amber-950\\/35 { + border-inline-end-color: #451a0359; +} + .border-e-amber-950\\/40 { border-inline-end-color: #451a0366; } +.border-e-amber-950\\/45 { + border-inline-end-color: #451a0373; +} + .border-e-amber-950\\/5 { border-inline-end-color: #451a030d; } @@ -71268,10 +97980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #451a0380; } +.border-e-amber-950\\/55 { + border-inline-end-color: #451a038c; +} + .border-e-amber-950\\/60 { border-inline-end-color: #451a0399; } +.border-e-amber-950\\/65 { + border-inline-end-color: #451a03a6; +} + .border-e-amber-950\\/70 { border-inline-end-color: #451a03b3; } @@ -71284,6 +98004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #451a03cc; } +.border-e-amber-950\\/85 { + border-inline-end-color: #451a03d9; +} + .border-e-amber-950\\/90 { border-inline-end-color: #451a03e6; } @@ -71308,6 +98032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #000; } +.border-e-black\\/15 { + border-inline-end-color: #00000026; +} + .border-e-black\\/20 { border-inline-end-color: #0003; } @@ -71320,10 +98048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0000004d; } +.border-e-black\\/35 { + border-inline-end-color: #00000059; +} + .border-e-black\\/40 { border-inline-end-color: #0006; } +.border-e-black\\/45 { + border-inline-end-color: #00000073; +} + .border-e-black\\/5 { border-inline-end-color: #0000000d; } @@ -71332,10 +98068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #00000080; } +.border-e-black\\/55 { + border-inline-end-color: #0000008c; +} + .border-e-black\\/60 { border-inline-end-color: #0009; } +.border-e-black\\/65 { + border-inline-end-color: #000000a6; +} + .border-e-black\\/70 { border-inline-end-color: #000000b3; } @@ -71348,6 +98092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #000c; } +.border-e-black\\/85 { + border-inline-end-color: #000000d9; +} + .border-e-black\\/90 { border-inline-end-color: #000000e6; } @@ -71372,6 +98120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dbeafe; } +.border-e-blue-100\\/15 { + border-inline-end-color: #dbeafe26; +} + .border-e-blue-100\\/20 { border-inline-end-color: #dbeafe33; } @@ -71384,10 +98136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dbeafe4d; } +.border-e-blue-100\\/35 { + border-inline-end-color: #dbeafe59; +} + .border-e-blue-100\\/40 { border-inline-end-color: #dbeafe66; } +.border-e-blue-100\\/45 { + border-inline-end-color: #dbeafe73; +} + .border-e-blue-100\\/5 { border-inline-end-color: #dbeafe0d; } @@ -71396,10 +98156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dbeafe80; } +.border-e-blue-100\\/55 { + border-inline-end-color: #dbeafe8c; +} + .border-e-blue-100\\/60 { border-inline-end-color: #dbeafe99; } +.border-e-blue-100\\/65 { + border-inline-end-color: #dbeafea6; +} + .border-e-blue-100\\/70 { border-inline-end-color: #dbeafeb3; } @@ -71412,6 +98180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dbeafecc; } +.border-e-blue-100\\/85 { + border-inline-end-color: #dbeafed9; +} + .border-e-blue-100\\/90 { border-inline-end-color: #dbeafee6; } @@ -71436,6 +98208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bfdbfe; } +.border-e-blue-200\\/15 { + border-inline-end-color: #bfdbfe26; +} + .border-e-blue-200\\/20 { border-inline-end-color: #bfdbfe33; } @@ -71448,10 +98224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bfdbfe4d; } +.border-e-blue-200\\/35 { + border-inline-end-color: #bfdbfe59; +} + .border-e-blue-200\\/40 { border-inline-end-color: #bfdbfe66; } +.border-e-blue-200\\/45 { + border-inline-end-color: #bfdbfe73; +} + .border-e-blue-200\\/5 { border-inline-end-color: #bfdbfe0d; } @@ -71460,10 +98244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bfdbfe80; } +.border-e-blue-200\\/55 { + border-inline-end-color: #bfdbfe8c; +} + .border-e-blue-200\\/60 { border-inline-end-color: #bfdbfe99; } +.border-e-blue-200\\/65 { + border-inline-end-color: #bfdbfea6; +} + .border-e-blue-200\\/70 { border-inline-end-color: #bfdbfeb3; } @@ -71476,6 +98268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bfdbfecc; } +.border-e-blue-200\\/85 { + border-inline-end-color: #bfdbfed9; +} + .border-e-blue-200\\/90 { border-inline-end-color: #bfdbfee6; } @@ -71500,6 +98296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #93c5fd; } +.border-e-blue-300\\/15 { + border-inline-end-color: #93c5fd26; +} + .border-e-blue-300\\/20 { border-inline-end-color: #93c5fd33; } @@ -71512,10 +98312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #93c5fd4d; } +.border-e-blue-300\\/35 { + border-inline-end-color: #93c5fd59; +} + .border-e-blue-300\\/40 { border-inline-end-color: #93c5fd66; } +.border-e-blue-300\\/45 { + border-inline-end-color: #93c5fd73; +} + .border-e-blue-300\\/5 { border-inline-end-color: #93c5fd0d; } @@ -71524,10 +98332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #93c5fd80; } +.border-e-blue-300\\/55 { + border-inline-end-color: #93c5fd8c; +} + .border-e-blue-300\\/60 { border-inline-end-color: #93c5fd99; } +.border-e-blue-300\\/65 { + border-inline-end-color: #93c5fda6; +} + .border-e-blue-300\\/70 { border-inline-end-color: #93c5fdb3; } @@ -71540,6 +98356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #93c5fdcc; } +.border-e-blue-300\\/85 { + border-inline-end-color: #93c5fdd9; +} + .border-e-blue-300\\/90 { border-inline-end-color: #93c5fde6; } @@ -71564,6 +98384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #60a5fa; } +.border-e-blue-400\\/15 { + border-inline-end-color: #60a5fa26; +} + .border-e-blue-400\\/20 { border-inline-end-color: #60a5fa33; } @@ -71576,10 +98400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #60a5fa4d; } +.border-e-blue-400\\/35 { + border-inline-end-color: #60a5fa59; +} + .border-e-blue-400\\/40 { border-inline-end-color: #60a5fa66; } +.border-e-blue-400\\/45 { + border-inline-end-color: #60a5fa73; +} + .border-e-blue-400\\/5 { border-inline-end-color: #60a5fa0d; } @@ -71588,10 +98420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #60a5fa80; } +.border-e-blue-400\\/55 { + border-inline-end-color: #60a5fa8c; +} + .border-e-blue-400\\/60 { border-inline-end-color: #60a5fa99; } +.border-e-blue-400\\/65 { + border-inline-end-color: #60a5faa6; +} + .border-e-blue-400\\/70 { border-inline-end-color: #60a5fab3; } @@ -71604,6 +98444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #60a5facc; } +.border-e-blue-400\\/85 { + border-inline-end-color: #60a5fad9; +} + .border-e-blue-400\\/90 { border-inline-end-color: #60a5fae6; } @@ -71628,6 +98472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eff6ff; } +.border-e-blue-50\\/15 { + border-inline-end-color: #eff6ff26; +} + .border-e-blue-50\\/20 { border-inline-end-color: #eff6ff33; } @@ -71640,10 +98488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eff6ff4d; } +.border-e-blue-50\\/35 { + border-inline-end-color: #eff6ff59; +} + .border-e-blue-50\\/40 { border-inline-end-color: #eff6ff66; } +.border-e-blue-50\\/45 { + border-inline-end-color: #eff6ff73; +} + .border-e-blue-50\\/5 { border-inline-end-color: #eff6ff0d; } @@ -71652,10 +98508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eff6ff80; } +.border-e-blue-50\\/55 { + border-inline-end-color: #eff6ff8c; +} + .border-e-blue-50\\/60 { border-inline-end-color: #eff6ff99; } +.border-e-blue-50\\/65 { + border-inline-end-color: #eff6ffa6; +} + .border-e-blue-50\\/70 { border-inline-end-color: #eff6ffb3; } @@ -71668,6 +98532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eff6ffcc; } +.border-e-blue-50\\/85 { + border-inline-end-color: #eff6ffd9; +} + .border-e-blue-50\\/90 { border-inline-end-color: #eff6ffe6; } @@ -71692,6 +98560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b82f6; } +.border-e-blue-500\\/15 { + border-inline-end-color: #3b82f626; +} + .border-e-blue-500\\/20 { border-inline-end-color: #3b82f633; } @@ -71704,10 +98576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b82f64d; } +.border-e-blue-500\\/35 { + border-inline-end-color: #3b82f659; +} + .border-e-blue-500\\/40 { border-inline-end-color: #3b82f666; } +.border-e-blue-500\\/45 { + border-inline-end-color: #3b82f673; +} + .border-e-blue-500\\/5 { border-inline-end-color: #3b82f60d; } @@ -71716,10 +98596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b82f680; } +.border-e-blue-500\\/55 { + border-inline-end-color: #3b82f68c; +} + .border-e-blue-500\\/60 { border-inline-end-color: #3b82f699; } +.border-e-blue-500\\/65 { + border-inline-end-color: #3b82f6a6; +} + .border-e-blue-500\\/70 { border-inline-end-color: #3b82f6b3; } @@ -71732,6 +98620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b82f6cc; } +.border-e-blue-500\\/85 { + border-inline-end-color: #3b82f6d9; +} + .border-e-blue-500\\/90 { border-inline-end-color: #3b82f6e6; } @@ -71756,6 +98648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2563eb; } +.border-e-blue-600\\/15 { + border-inline-end-color: #2563eb26; +} + .border-e-blue-600\\/20 { border-inline-end-color: #2563eb33; } @@ -71768,10 +98664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2563eb4d; } +.border-e-blue-600\\/35 { + border-inline-end-color: #2563eb59; +} + .border-e-blue-600\\/40 { border-inline-end-color: #2563eb66; } +.border-e-blue-600\\/45 { + border-inline-end-color: #2563eb73; +} + .border-e-blue-600\\/5 { border-inline-end-color: #2563eb0d; } @@ -71780,10 +98684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2563eb80; } +.border-e-blue-600\\/55 { + border-inline-end-color: #2563eb8c; +} + .border-e-blue-600\\/60 { border-inline-end-color: #2563eb99; } +.border-e-blue-600\\/65 { + border-inline-end-color: #2563eba6; +} + .border-e-blue-600\\/70 { border-inline-end-color: #2563ebb3; } @@ -71796,6 +98708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2563ebcc; } +.border-e-blue-600\\/85 { + border-inline-end-color: #2563ebd9; +} + .border-e-blue-600\\/90 { border-inline-end-color: #2563ebe6; } @@ -71820,6 +98736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1d4ed8; } +.border-e-blue-700\\/15 { + border-inline-end-color: #1d4ed826; +} + .border-e-blue-700\\/20 { border-inline-end-color: #1d4ed833; } @@ -71832,10 +98752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1d4ed84d; } +.border-e-blue-700\\/35 { + border-inline-end-color: #1d4ed859; +} + .border-e-blue-700\\/40 { border-inline-end-color: #1d4ed866; } +.border-e-blue-700\\/45 { + border-inline-end-color: #1d4ed873; +} + .border-e-blue-700\\/5 { border-inline-end-color: #1d4ed80d; } @@ -71844,10 +98772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1d4ed880; } +.border-e-blue-700\\/55 { + border-inline-end-color: #1d4ed88c; +} + .border-e-blue-700\\/60 { border-inline-end-color: #1d4ed899; } +.border-e-blue-700\\/65 { + border-inline-end-color: #1d4ed8a6; +} + .border-e-blue-700\\/70 { border-inline-end-color: #1d4ed8b3; } @@ -71860,6 +98796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1d4ed8cc; } +.border-e-blue-700\\/85 { + border-inline-end-color: #1d4ed8d9; +} + .border-e-blue-700\\/90 { border-inline-end-color: #1d4ed8e6; } @@ -71884,6 +98824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e40af; } +.border-e-blue-800\\/15 { + border-inline-end-color: #1e40af26; +} + .border-e-blue-800\\/20 { border-inline-end-color: #1e40af33; } @@ -71896,10 +98840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e40af4d; } +.border-e-blue-800\\/35 { + border-inline-end-color: #1e40af59; +} + .border-e-blue-800\\/40 { border-inline-end-color: #1e40af66; } +.border-e-blue-800\\/45 { + border-inline-end-color: #1e40af73; +} + .border-e-blue-800\\/5 { border-inline-end-color: #1e40af0d; } @@ -71908,10 +98860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e40af80; } +.border-e-blue-800\\/55 { + border-inline-end-color: #1e40af8c; +} + .border-e-blue-800\\/60 { border-inline-end-color: #1e40af99; } +.border-e-blue-800\\/65 { + border-inline-end-color: #1e40afa6; +} + .border-e-blue-800\\/70 { border-inline-end-color: #1e40afb3; } @@ -71924,6 +98884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e40afcc; } +.border-e-blue-800\\/85 { + border-inline-end-color: #1e40afd9; +} + .border-e-blue-800\\/90 { border-inline-end-color: #1e40afe6; } @@ -71948,6 +98912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e3a8a; } +.border-e-blue-900\\/15 { + border-inline-end-color: #1e3a8a26; +} + .border-e-blue-900\\/20 { border-inline-end-color: #1e3a8a33; } @@ -71960,10 +98928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e3a8a4d; } +.border-e-blue-900\\/35 { + border-inline-end-color: #1e3a8a59; +} + .border-e-blue-900\\/40 { border-inline-end-color: #1e3a8a66; } +.border-e-blue-900\\/45 { + border-inline-end-color: #1e3a8a73; +} + .border-e-blue-900\\/5 { border-inline-end-color: #1e3a8a0d; } @@ -71972,10 +98948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e3a8a80; } +.border-e-blue-900\\/55 { + border-inline-end-color: #1e3a8a8c; +} + .border-e-blue-900\\/60 { border-inline-end-color: #1e3a8a99; } +.border-e-blue-900\\/65 { + border-inline-end-color: #1e3a8aa6; +} + .border-e-blue-900\\/70 { border-inline-end-color: #1e3a8ab3; } @@ -71988,6 +98972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e3a8acc; } +.border-e-blue-900\\/85 { + border-inline-end-color: #1e3a8ad9; +} + .border-e-blue-900\\/90 { border-inline-end-color: #1e3a8ae6; } @@ -72012,6 +99000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #172554; } +.border-e-blue-950\\/15 { + border-inline-end-color: #17255426; +} + .border-e-blue-950\\/20 { border-inline-end-color: #17255433; } @@ -72024,10 +99016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1725544d; } +.border-e-blue-950\\/35 { + border-inline-end-color: #17255459; +} + .border-e-blue-950\\/40 { border-inline-end-color: #17255466; } +.border-e-blue-950\\/45 { + border-inline-end-color: #17255473; +} + .border-e-blue-950\\/5 { border-inline-end-color: #1725540d; } @@ -72036,10 +99036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #17255480; } +.border-e-blue-950\\/55 { + border-inline-end-color: #1725548c; +} + .border-e-blue-950\\/60 { border-inline-end-color: #17255499; } +.border-e-blue-950\\/65 { + border-inline-end-color: #172554a6; +} + .border-e-blue-950\\/70 { border-inline-end-color: #172554b3; } @@ -72052,6 +99060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #172554cc; } +.border-e-blue-950\\/85 { + border-inline-end-color: #172554d9; +} + .border-e-blue-950\\/90 { border-inline-end-color: #172554e6; } @@ -72080,6 +99092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cffafe; } +.border-e-cyan-100\\/15 { + border-inline-end-color: #cffafe26; +} + .border-e-cyan-100\\/20 { border-inline-end-color: #cffafe33; } @@ -72092,10 +99108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cffafe4d; } +.border-e-cyan-100\\/35 { + border-inline-end-color: #cffafe59; +} + .border-e-cyan-100\\/40 { border-inline-end-color: #cffafe66; } +.border-e-cyan-100\\/45 { + border-inline-end-color: #cffafe73; +} + .border-e-cyan-100\\/5 { border-inline-end-color: #cffafe0d; } @@ -72104,10 +99128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cffafe80; } +.border-e-cyan-100\\/55 { + border-inline-end-color: #cffafe8c; +} + .border-e-cyan-100\\/60 { border-inline-end-color: #cffafe99; } +.border-e-cyan-100\\/65 { + border-inline-end-color: #cffafea6; +} + .border-e-cyan-100\\/70 { border-inline-end-color: #cffafeb3; } @@ -72120,6 +99152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cffafecc; } +.border-e-cyan-100\\/85 { + border-inline-end-color: #cffafed9; +} + .border-e-cyan-100\\/90 { border-inline-end-color: #cffafee6; } @@ -72144,6 +99180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5f3fc; } +.border-e-cyan-200\\/15 { + border-inline-end-color: #a5f3fc26; +} + .border-e-cyan-200\\/20 { border-inline-end-color: #a5f3fc33; } @@ -72156,10 +99196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5f3fc4d; } +.border-e-cyan-200\\/35 { + border-inline-end-color: #a5f3fc59; +} + .border-e-cyan-200\\/40 { border-inline-end-color: #a5f3fc66; } +.border-e-cyan-200\\/45 { + border-inline-end-color: #a5f3fc73; +} + .border-e-cyan-200\\/5 { border-inline-end-color: #a5f3fc0d; } @@ -72168,10 +99216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5f3fc80; } +.border-e-cyan-200\\/55 { + border-inline-end-color: #a5f3fc8c; +} + .border-e-cyan-200\\/60 { border-inline-end-color: #a5f3fc99; } +.border-e-cyan-200\\/65 { + border-inline-end-color: #a5f3fca6; +} + .border-e-cyan-200\\/70 { border-inline-end-color: #a5f3fcb3; } @@ -72184,6 +99240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5f3fccc; } +.border-e-cyan-200\\/85 { + border-inline-end-color: #a5f3fcd9; +} + .border-e-cyan-200\\/90 { border-inline-end-color: #a5f3fce6; } @@ -72208,6 +99268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #67e8f9; } +.border-e-cyan-300\\/15 { + border-inline-end-color: #67e8f926; +} + .border-e-cyan-300\\/20 { border-inline-end-color: #67e8f933; } @@ -72220,10 +99284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #67e8f94d; } +.border-e-cyan-300\\/35 { + border-inline-end-color: #67e8f959; +} + .border-e-cyan-300\\/40 { border-inline-end-color: #67e8f966; } +.border-e-cyan-300\\/45 { + border-inline-end-color: #67e8f973; +} + .border-e-cyan-300\\/5 { border-inline-end-color: #67e8f90d; } @@ -72232,10 +99304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #67e8f980; } +.border-e-cyan-300\\/55 { + border-inline-end-color: #67e8f98c; +} + .border-e-cyan-300\\/60 { border-inline-end-color: #67e8f999; } +.border-e-cyan-300\\/65 { + border-inline-end-color: #67e8f9a6; +} + .border-e-cyan-300\\/70 { border-inline-end-color: #67e8f9b3; } @@ -72248,6 +99328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #67e8f9cc; } +.border-e-cyan-300\\/85 { + border-inline-end-color: #67e8f9d9; +} + .border-e-cyan-300\\/90 { border-inline-end-color: #67e8f9e6; } @@ -72272,6 +99356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22d3ee; } +.border-e-cyan-400\\/15 { + border-inline-end-color: #22d3ee26; +} + .border-e-cyan-400\\/20 { border-inline-end-color: #22d3ee33; } @@ -72284,10 +99372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22d3ee4d; } +.border-e-cyan-400\\/35 { + border-inline-end-color: #22d3ee59; +} + .border-e-cyan-400\\/40 { border-inline-end-color: #22d3ee66; } +.border-e-cyan-400\\/45 { + border-inline-end-color: #22d3ee73; +} + .border-e-cyan-400\\/5 { border-inline-end-color: #22d3ee0d; } @@ -72296,10 +99392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22d3ee80; } +.border-e-cyan-400\\/55 { + border-inline-end-color: #22d3ee8c; +} + .border-e-cyan-400\\/60 { border-inline-end-color: #22d3ee99; } +.border-e-cyan-400\\/65 { + border-inline-end-color: #22d3eea6; +} + .border-e-cyan-400\\/70 { border-inline-end-color: #22d3eeb3; } @@ -72312,6 +99416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22d3eecc; } +.border-e-cyan-400\\/85 { + border-inline-end-color: #22d3eed9; +} + .border-e-cyan-400\\/90 { border-inline-end-color: #22d3eee6; } @@ -72336,6 +99444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfeff; } +.border-e-cyan-50\\/15 { + border-inline-end-color: #ecfeff26; +} + .border-e-cyan-50\\/20 { border-inline-end-color: #ecfeff33; } @@ -72348,10 +99460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfeff4d; } +.border-e-cyan-50\\/35 { + border-inline-end-color: #ecfeff59; +} + .border-e-cyan-50\\/40 { border-inline-end-color: #ecfeff66; } +.border-e-cyan-50\\/45 { + border-inline-end-color: #ecfeff73; +} + .border-e-cyan-50\\/5 { border-inline-end-color: #ecfeff0d; } @@ -72360,10 +99480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfeff80; } +.border-e-cyan-50\\/55 { + border-inline-end-color: #ecfeff8c; +} + .border-e-cyan-50\\/60 { border-inline-end-color: #ecfeff99; } +.border-e-cyan-50\\/65 { + border-inline-end-color: #ecfeffa6; +} + .border-e-cyan-50\\/70 { border-inline-end-color: #ecfeffb3; } @@ -72376,6 +99504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfeffcc; } +.border-e-cyan-50\\/85 { + border-inline-end-color: #ecfeffd9; +} + .border-e-cyan-50\\/90 { border-inline-end-color: #ecfeffe6; } @@ -72400,6 +99532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #06b6d4; } +.border-e-cyan-500\\/15 { + border-inline-end-color: #06b6d426; +} + .border-e-cyan-500\\/20 { border-inline-end-color: #06b6d433; } @@ -72412,10 +99548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #06b6d44d; } +.border-e-cyan-500\\/35 { + border-inline-end-color: #06b6d459; +} + .border-e-cyan-500\\/40 { border-inline-end-color: #06b6d466; } +.border-e-cyan-500\\/45 { + border-inline-end-color: #06b6d473; +} + .border-e-cyan-500\\/5 { border-inline-end-color: #06b6d40d; } @@ -72424,10 +99568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #06b6d480; } +.border-e-cyan-500\\/55 { + border-inline-end-color: #06b6d48c; +} + .border-e-cyan-500\\/60 { border-inline-end-color: #06b6d499; } +.border-e-cyan-500\\/65 { + border-inline-end-color: #06b6d4a6; +} + .border-e-cyan-500\\/70 { border-inline-end-color: #06b6d4b3; } @@ -72440,6 +99592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #06b6d4cc; } +.border-e-cyan-500\\/85 { + border-inline-end-color: #06b6d4d9; +} + .border-e-cyan-500\\/90 { border-inline-end-color: #06b6d4e6; } @@ -72464,6 +99620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0891b2; } +.border-e-cyan-600\\/15 { + border-inline-end-color: #0891b226; +} + .border-e-cyan-600\\/20 { border-inline-end-color: #0891b233; } @@ -72476,10 +99636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0891b24d; } +.border-e-cyan-600\\/35 { + border-inline-end-color: #0891b259; +} + .border-e-cyan-600\\/40 { border-inline-end-color: #0891b266; } +.border-e-cyan-600\\/45 { + border-inline-end-color: #0891b273; +} + .border-e-cyan-600\\/5 { border-inline-end-color: #0891b20d; } @@ -72488,10 +99656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0891b280; } +.border-e-cyan-600\\/55 { + border-inline-end-color: #0891b28c; +} + .border-e-cyan-600\\/60 { border-inline-end-color: #0891b299; } +.border-e-cyan-600\\/65 { + border-inline-end-color: #0891b2a6; +} + .border-e-cyan-600\\/70 { border-inline-end-color: #0891b2b3; } @@ -72504,6 +99680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0891b2cc; } +.border-e-cyan-600\\/85 { + border-inline-end-color: #0891b2d9; +} + .border-e-cyan-600\\/90 { border-inline-end-color: #0891b2e6; } @@ -72528,6 +99708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0e7490; } +.border-e-cyan-700\\/15 { + border-inline-end-color: #0e749026; +} + .border-e-cyan-700\\/20 { border-inline-end-color: #0e749033; } @@ -72540,10 +99724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0e74904d; } +.border-e-cyan-700\\/35 { + border-inline-end-color: #0e749059; +} + .border-e-cyan-700\\/40 { border-inline-end-color: #0e749066; } +.border-e-cyan-700\\/45 { + border-inline-end-color: #0e749073; +} + .border-e-cyan-700\\/5 { border-inline-end-color: #0e74900d; } @@ -72552,10 +99744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0e749080; } +.border-e-cyan-700\\/55 { + border-inline-end-color: #0e74908c; +} + .border-e-cyan-700\\/60 { border-inline-end-color: #0e749099; } +.border-e-cyan-700\\/65 { + border-inline-end-color: #0e7490a6; +} + .border-e-cyan-700\\/70 { border-inline-end-color: #0e7490b3; } @@ -72568,6 +99768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0e7490cc; } +.border-e-cyan-700\\/85 { + border-inline-end-color: #0e7490d9; +} + .border-e-cyan-700\\/90 { border-inline-end-color: #0e7490e6; } @@ -72592,6 +99796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #155e75; } +.border-e-cyan-800\\/15 { + border-inline-end-color: #155e7526; +} + .border-e-cyan-800\\/20 { border-inline-end-color: #155e7533; } @@ -72604,10 +99812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #155e754d; } +.border-e-cyan-800\\/35 { + border-inline-end-color: #155e7559; +} + .border-e-cyan-800\\/40 { border-inline-end-color: #155e7566; } +.border-e-cyan-800\\/45 { + border-inline-end-color: #155e7573; +} + .border-e-cyan-800\\/5 { border-inline-end-color: #155e750d; } @@ -72616,10 +99832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #155e7580; } +.border-e-cyan-800\\/55 { + border-inline-end-color: #155e758c; +} + .border-e-cyan-800\\/60 { border-inline-end-color: #155e7599; } +.border-e-cyan-800\\/65 { + border-inline-end-color: #155e75a6; +} + .border-e-cyan-800\\/70 { border-inline-end-color: #155e75b3; } @@ -72632,6 +99856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #155e75cc; } +.border-e-cyan-800\\/85 { + border-inline-end-color: #155e75d9; +} + .border-e-cyan-800\\/90 { border-inline-end-color: #155e75e6; } @@ -72656,6 +99884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #164e63; } +.border-e-cyan-900\\/15 { + border-inline-end-color: #164e6326; +} + .border-e-cyan-900\\/20 { border-inline-end-color: #164e6333; } @@ -72668,10 +99900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #164e634d; } +.border-e-cyan-900\\/35 { + border-inline-end-color: #164e6359; +} + .border-e-cyan-900\\/40 { border-inline-end-color: #164e6366; } +.border-e-cyan-900\\/45 { + border-inline-end-color: #164e6373; +} + .border-e-cyan-900\\/5 { border-inline-end-color: #164e630d; } @@ -72680,10 +99920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #164e6380; } +.border-e-cyan-900\\/55 { + border-inline-end-color: #164e638c; +} + .border-e-cyan-900\\/60 { border-inline-end-color: #164e6399; } +.border-e-cyan-900\\/65 { + border-inline-end-color: #164e63a6; +} + .border-e-cyan-900\\/70 { border-inline-end-color: #164e63b3; } @@ -72696,6 +99944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #164e63cc; } +.border-e-cyan-900\\/85 { + border-inline-end-color: #164e63d9; +} + .border-e-cyan-900\\/90 { border-inline-end-color: #164e63e6; } @@ -72720,6 +99972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #083344; } +.border-e-cyan-950\\/15 { + border-inline-end-color: #08334426; +} + .border-e-cyan-950\\/20 { border-inline-end-color: #08334433; } @@ -72732,10 +99988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0833444d; } +.border-e-cyan-950\\/35 { + border-inline-end-color: #08334459; +} + .border-e-cyan-950\\/40 { border-inline-end-color: #08334466; } +.border-e-cyan-950\\/45 { + border-inline-end-color: #08334473; +} + .border-e-cyan-950\\/5 { border-inline-end-color: #0833440d; } @@ -72744,10 +100008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #08334480; } +.border-e-cyan-950\\/55 { + border-inline-end-color: #0833448c; +} + .border-e-cyan-950\\/60 { border-inline-end-color: #08334499; } +.border-e-cyan-950\\/65 { + border-inline-end-color: #083344a6; +} + .border-e-cyan-950\\/70 { border-inline-end-color: #083344b3; } @@ -72760,6 +100032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #083344cc; } +.border-e-cyan-950\\/85 { + border-inline-end-color: #083344d9; +} + .border-e-cyan-950\\/90 { border-inline-end-color: #083344e6; } @@ -72784,6 +100060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1fae5; } +.border-e-emerald-100\\/15 { + border-inline-end-color: #d1fae526; +} + .border-e-emerald-100\\/20 { border-inline-end-color: #d1fae533; } @@ -72796,10 +100076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1fae54d; } +.border-e-emerald-100\\/35 { + border-inline-end-color: #d1fae559; +} + .border-e-emerald-100\\/40 { border-inline-end-color: #d1fae566; } +.border-e-emerald-100\\/45 { + border-inline-end-color: #d1fae573; +} + .border-e-emerald-100\\/5 { border-inline-end-color: #d1fae50d; } @@ -72808,10 +100096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1fae580; } +.border-e-emerald-100\\/55 { + border-inline-end-color: #d1fae58c; +} + .border-e-emerald-100\\/60 { border-inline-end-color: #d1fae599; } +.border-e-emerald-100\\/65 { + border-inline-end-color: #d1fae5a6; +} + .border-e-emerald-100\\/70 { border-inline-end-color: #d1fae5b3; } @@ -72824,6 +100120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1fae5cc; } +.border-e-emerald-100\\/85 { + border-inline-end-color: #d1fae5d9; +} + .border-e-emerald-100\\/90 { border-inline-end-color: #d1fae5e6; } @@ -72848,6 +100148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a7f3d0; } +.border-e-emerald-200\\/15 { + border-inline-end-color: #a7f3d026; +} + .border-e-emerald-200\\/20 { border-inline-end-color: #a7f3d033; } @@ -72860,10 +100164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a7f3d04d; } +.border-e-emerald-200\\/35 { + border-inline-end-color: #a7f3d059; +} + .border-e-emerald-200\\/40 { border-inline-end-color: #a7f3d066; } +.border-e-emerald-200\\/45 { + border-inline-end-color: #a7f3d073; +} + .border-e-emerald-200\\/5 { border-inline-end-color: #a7f3d00d; } @@ -72872,10 +100184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a7f3d080; } +.border-e-emerald-200\\/55 { + border-inline-end-color: #a7f3d08c; +} + .border-e-emerald-200\\/60 { border-inline-end-color: #a7f3d099; } +.border-e-emerald-200\\/65 { + border-inline-end-color: #a7f3d0a6; +} + .border-e-emerald-200\\/70 { border-inline-end-color: #a7f3d0b3; } @@ -72888,6 +100208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a7f3d0cc; } +.border-e-emerald-200\\/85 { + border-inline-end-color: #a7f3d0d9; +} + .border-e-emerald-200\\/90 { border-inline-end-color: #a7f3d0e6; } @@ -72912,6 +100236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6ee7b7; } +.border-e-emerald-300\\/15 { + border-inline-end-color: #6ee7b726; +} + .border-e-emerald-300\\/20 { border-inline-end-color: #6ee7b733; } @@ -72924,10 +100252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6ee7b74d; } +.border-e-emerald-300\\/35 { + border-inline-end-color: #6ee7b759; +} + .border-e-emerald-300\\/40 { border-inline-end-color: #6ee7b766; } +.border-e-emerald-300\\/45 { + border-inline-end-color: #6ee7b773; +} + .border-e-emerald-300\\/5 { border-inline-end-color: #6ee7b70d; } @@ -72936,10 +100272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6ee7b780; } +.border-e-emerald-300\\/55 { + border-inline-end-color: #6ee7b78c; +} + .border-e-emerald-300\\/60 { border-inline-end-color: #6ee7b799; } +.border-e-emerald-300\\/65 { + border-inline-end-color: #6ee7b7a6; +} + .border-e-emerald-300\\/70 { border-inline-end-color: #6ee7b7b3; } @@ -72952,6 +100296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6ee7b7cc; } +.border-e-emerald-300\\/85 { + border-inline-end-color: #6ee7b7d9; +} + .border-e-emerald-300\\/90 { border-inline-end-color: #6ee7b7e6; } @@ -72976,6 +100324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #34d399; } +.border-e-emerald-400\\/15 { + border-inline-end-color: #34d39926; +} + .border-e-emerald-400\\/20 { border-inline-end-color: #34d39933; } @@ -72988,10 +100340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #34d3994d; } +.border-e-emerald-400\\/35 { + border-inline-end-color: #34d39959; +} + .border-e-emerald-400\\/40 { border-inline-end-color: #34d39966; } +.border-e-emerald-400\\/45 { + border-inline-end-color: #34d39973; +} + .border-e-emerald-400\\/5 { border-inline-end-color: #34d3990d; } @@ -73000,10 +100360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #34d39980; } +.border-e-emerald-400\\/55 { + border-inline-end-color: #34d3998c; +} + .border-e-emerald-400\\/60 { border-inline-end-color: #34d39999; } +.border-e-emerald-400\\/65 { + border-inline-end-color: #34d399a6; +} + .border-e-emerald-400\\/70 { border-inline-end-color: #34d399b3; } @@ -73016,6 +100384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #34d399cc; } +.border-e-emerald-400\\/85 { + border-inline-end-color: #34d399d9; +} + .border-e-emerald-400\\/90 { border-inline-end-color: #34d399e6; } @@ -73040,6 +100412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfdf5; } +.border-e-emerald-50\\/15 { + border-inline-end-color: #ecfdf526; +} + .border-e-emerald-50\\/20 { border-inline-end-color: #ecfdf533; } @@ -73052,10 +100428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfdf54d; } +.border-e-emerald-50\\/35 { + border-inline-end-color: #ecfdf559; +} + .border-e-emerald-50\\/40 { border-inline-end-color: #ecfdf566; } +.border-e-emerald-50\\/45 { + border-inline-end-color: #ecfdf573; +} + .border-e-emerald-50\\/5 { border-inline-end-color: #ecfdf50d; } @@ -73064,10 +100448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfdf580; } +.border-e-emerald-50\\/55 { + border-inline-end-color: #ecfdf58c; +} + .border-e-emerald-50\\/60 { border-inline-end-color: #ecfdf599; } +.border-e-emerald-50\\/65 { + border-inline-end-color: #ecfdf5a6; +} + .border-e-emerald-50\\/70 { border-inline-end-color: #ecfdf5b3; } @@ -73080,6 +100472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfdf5cc; } +.border-e-emerald-50\\/85 { + border-inline-end-color: #ecfdf5d9; +} + .border-e-emerald-50\\/90 { border-inline-end-color: #ecfdf5e6; } @@ -73104,6 +100500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #10b981; } +.border-e-emerald-500\\/15 { + border-inline-end-color: #10b98126; +} + .border-e-emerald-500\\/20 { border-inline-end-color: #10b98133; } @@ -73116,10 +100516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #10b9814d; } +.border-e-emerald-500\\/35 { + border-inline-end-color: #10b98159; +} + .border-e-emerald-500\\/40 { border-inline-end-color: #10b98166; } +.border-e-emerald-500\\/45 { + border-inline-end-color: #10b98173; +} + .border-e-emerald-500\\/5 { border-inline-end-color: #10b9810d; } @@ -73128,10 +100536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #10b98180; } +.border-e-emerald-500\\/55 { + border-inline-end-color: #10b9818c; +} + .border-e-emerald-500\\/60 { border-inline-end-color: #10b98199; } +.border-e-emerald-500\\/65 { + border-inline-end-color: #10b981a6; +} + .border-e-emerald-500\\/70 { border-inline-end-color: #10b981b3; } @@ -73144,6 +100560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #10b981cc; } +.border-e-emerald-500\\/85 { + border-inline-end-color: #10b981d9; +} + .border-e-emerald-500\\/90 { border-inline-end-color: #10b981e6; } @@ -73168,6 +100588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #059669; } +.border-e-emerald-600\\/15 { + border-inline-end-color: #05966926; +} + .border-e-emerald-600\\/20 { border-inline-end-color: #05966933; } @@ -73180,10 +100604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0596694d; } +.border-e-emerald-600\\/35 { + border-inline-end-color: #05966959; +} + .border-e-emerald-600\\/40 { border-inline-end-color: #05966966; } +.border-e-emerald-600\\/45 { + border-inline-end-color: #05966973; +} + .border-e-emerald-600\\/5 { border-inline-end-color: #0596690d; } @@ -73192,10 +100624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #05966980; } +.border-e-emerald-600\\/55 { + border-inline-end-color: #0596698c; +} + .border-e-emerald-600\\/60 { border-inline-end-color: #05966999; } +.border-e-emerald-600\\/65 { + border-inline-end-color: #059669a6; +} + .border-e-emerald-600\\/70 { border-inline-end-color: #059669b3; } @@ -73208,6 +100648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #059669cc; } +.border-e-emerald-600\\/85 { + border-inline-end-color: #059669d9; +} + .border-e-emerald-600\\/90 { border-inline-end-color: #059669e6; } @@ -73232,6 +100676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #047857; } +.border-e-emerald-700\\/15 { + border-inline-end-color: #04785726; +} + .border-e-emerald-700\\/20 { border-inline-end-color: #04785733; } @@ -73244,10 +100692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0478574d; } +.border-e-emerald-700\\/35 { + border-inline-end-color: #04785759; +} + .border-e-emerald-700\\/40 { border-inline-end-color: #04785766; } +.border-e-emerald-700\\/45 { + border-inline-end-color: #04785773; +} + .border-e-emerald-700\\/5 { border-inline-end-color: #0478570d; } @@ -73256,10 +100712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #04785780; } +.border-e-emerald-700\\/55 { + border-inline-end-color: #0478578c; +} + .border-e-emerald-700\\/60 { border-inline-end-color: #04785799; } +.border-e-emerald-700\\/65 { + border-inline-end-color: #047857a6; +} + .border-e-emerald-700\\/70 { border-inline-end-color: #047857b3; } @@ -73272,6 +100736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #047857cc; } +.border-e-emerald-700\\/85 { + border-inline-end-color: #047857d9; +} + .border-e-emerald-700\\/90 { border-inline-end-color: #047857e6; } @@ -73296,6 +100764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #065f46; } +.border-e-emerald-800\\/15 { + border-inline-end-color: #065f4626; +} + .border-e-emerald-800\\/20 { border-inline-end-color: #065f4633; } @@ -73308,10 +100780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #065f464d; } +.border-e-emerald-800\\/35 { + border-inline-end-color: #065f4659; +} + .border-e-emerald-800\\/40 { border-inline-end-color: #065f4666; } +.border-e-emerald-800\\/45 { + border-inline-end-color: #065f4673; +} + .border-e-emerald-800\\/5 { border-inline-end-color: #065f460d; } @@ -73320,10 +100800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #065f4680; } +.border-e-emerald-800\\/55 { + border-inline-end-color: #065f468c; +} + .border-e-emerald-800\\/60 { border-inline-end-color: #065f4699; } +.border-e-emerald-800\\/65 { + border-inline-end-color: #065f46a6; +} + .border-e-emerald-800\\/70 { border-inline-end-color: #065f46b3; } @@ -73336,6 +100824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #065f46cc; } +.border-e-emerald-800\\/85 { + border-inline-end-color: #065f46d9; +} + .border-e-emerald-800\\/90 { border-inline-end-color: #065f46e6; } @@ -73360,6 +100852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #064e3b; } +.border-e-emerald-900\\/15 { + border-inline-end-color: #064e3b26; +} + .border-e-emerald-900\\/20 { border-inline-end-color: #064e3b33; } @@ -73372,10 +100868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #064e3b4d; } +.border-e-emerald-900\\/35 { + border-inline-end-color: #064e3b59; +} + .border-e-emerald-900\\/40 { border-inline-end-color: #064e3b66; } +.border-e-emerald-900\\/45 { + border-inline-end-color: #064e3b73; +} + .border-e-emerald-900\\/5 { border-inline-end-color: #064e3b0d; } @@ -73384,10 +100888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #064e3b80; } +.border-e-emerald-900\\/55 { + border-inline-end-color: #064e3b8c; +} + .border-e-emerald-900\\/60 { border-inline-end-color: #064e3b99; } +.border-e-emerald-900\\/65 { + border-inline-end-color: #064e3ba6; +} + .border-e-emerald-900\\/70 { border-inline-end-color: #064e3bb3; } @@ -73400,6 +100912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #064e3bcc; } +.border-e-emerald-900\\/85 { + border-inline-end-color: #064e3bd9; +} + .border-e-emerald-900\\/90 { border-inline-end-color: #064e3be6; } @@ -73424,6 +100940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #022c22; } +.border-e-emerald-950\\/15 { + border-inline-end-color: #022c2226; +} + .border-e-emerald-950\\/20 { border-inline-end-color: #022c2233; } @@ -73436,10 +100956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #022c224d; } +.border-e-emerald-950\\/35 { + border-inline-end-color: #022c2259; +} + .border-e-emerald-950\\/40 { border-inline-end-color: #022c2266; } +.border-e-emerald-950\\/45 { + border-inline-end-color: #022c2273; +} + .border-e-emerald-950\\/5 { border-inline-end-color: #022c220d; } @@ -73448,10 +100976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #022c2280; } +.border-e-emerald-950\\/55 { + border-inline-end-color: #022c228c; +} + .border-e-emerald-950\\/60 { border-inline-end-color: #022c2299; } +.border-e-emerald-950\\/65 { + border-inline-end-color: #022c22a6; +} + .border-e-emerald-950\\/70 { border-inline-end-color: #022c22b3; } @@ -73464,6 +101000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #022c22cc; } +.border-e-emerald-950\\/85 { + border-inline-end-color: #022c22d9; +} + .border-e-emerald-950\\/90 { border-inline-end-color: #022c22e6; } @@ -73488,6 +101028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fae8ff; } +.border-e-fuchsia-100\\/15 { + border-inline-end-color: #fae8ff26; +} + .border-e-fuchsia-100\\/20 { border-inline-end-color: #fae8ff33; } @@ -73500,10 +101044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fae8ff4d; } +.border-e-fuchsia-100\\/35 { + border-inline-end-color: #fae8ff59; +} + .border-e-fuchsia-100\\/40 { border-inline-end-color: #fae8ff66; } +.border-e-fuchsia-100\\/45 { + border-inline-end-color: #fae8ff73; +} + .border-e-fuchsia-100\\/5 { border-inline-end-color: #fae8ff0d; } @@ -73512,10 +101064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fae8ff80; } +.border-e-fuchsia-100\\/55 { + border-inline-end-color: #fae8ff8c; +} + .border-e-fuchsia-100\\/60 { border-inline-end-color: #fae8ff99; } +.border-e-fuchsia-100\\/65 { + border-inline-end-color: #fae8ffa6; +} + .border-e-fuchsia-100\\/70 { border-inline-end-color: #fae8ffb3; } @@ -73528,6 +101088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fae8ffcc; } +.border-e-fuchsia-100\\/85 { + border-inline-end-color: #fae8ffd9; +} + .border-e-fuchsia-100\\/90 { border-inline-end-color: #fae8ffe6; } @@ -73552,6 +101116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5d0fe; } +.border-e-fuchsia-200\\/15 { + border-inline-end-color: #f5d0fe26; +} + .border-e-fuchsia-200\\/20 { border-inline-end-color: #f5d0fe33; } @@ -73564,10 +101132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5d0fe4d; } +.border-e-fuchsia-200\\/35 { + border-inline-end-color: #f5d0fe59; +} + .border-e-fuchsia-200\\/40 { border-inline-end-color: #f5d0fe66; } +.border-e-fuchsia-200\\/45 { + border-inline-end-color: #f5d0fe73; +} + .border-e-fuchsia-200\\/5 { border-inline-end-color: #f5d0fe0d; } @@ -73576,10 +101152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5d0fe80; } +.border-e-fuchsia-200\\/55 { + border-inline-end-color: #f5d0fe8c; +} + .border-e-fuchsia-200\\/60 { border-inline-end-color: #f5d0fe99; } +.border-e-fuchsia-200\\/65 { + border-inline-end-color: #f5d0fea6; +} + .border-e-fuchsia-200\\/70 { border-inline-end-color: #f5d0feb3; } @@ -73592,6 +101176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5d0fecc; } +.border-e-fuchsia-200\\/85 { + border-inline-end-color: #f5d0fed9; +} + .border-e-fuchsia-200\\/90 { border-inline-end-color: #f5d0fee6; } @@ -73616,6 +101204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0abfc; } +.border-e-fuchsia-300\\/15 { + border-inline-end-color: #f0abfc26; +} + .border-e-fuchsia-300\\/20 { border-inline-end-color: #f0abfc33; } @@ -73628,10 +101220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0abfc4d; } +.border-e-fuchsia-300\\/35 { + border-inline-end-color: #f0abfc59; +} + .border-e-fuchsia-300\\/40 { border-inline-end-color: #f0abfc66; } +.border-e-fuchsia-300\\/45 { + border-inline-end-color: #f0abfc73; +} + .border-e-fuchsia-300\\/5 { border-inline-end-color: #f0abfc0d; } @@ -73640,10 +101240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0abfc80; } +.border-e-fuchsia-300\\/55 { + border-inline-end-color: #f0abfc8c; +} + .border-e-fuchsia-300\\/60 { border-inline-end-color: #f0abfc99; } +.border-e-fuchsia-300\\/65 { + border-inline-end-color: #f0abfca6; +} + .border-e-fuchsia-300\\/70 { border-inline-end-color: #f0abfcb3; } @@ -73656,6 +101264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0abfccc; } +.border-e-fuchsia-300\\/85 { + border-inline-end-color: #f0abfcd9; +} + .border-e-fuchsia-300\\/90 { border-inline-end-color: #f0abfce6; } @@ -73680,6 +101292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e879f9; } +.border-e-fuchsia-400\\/15 { + border-inline-end-color: #e879f926; +} + .border-e-fuchsia-400\\/20 { border-inline-end-color: #e879f933; } @@ -73692,10 +101308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e879f94d; } +.border-e-fuchsia-400\\/35 { + border-inline-end-color: #e879f959; +} + .border-e-fuchsia-400\\/40 { border-inline-end-color: #e879f966; } +.border-e-fuchsia-400\\/45 { + border-inline-end-color: #e879f973; +} + .border-e-fuchsia-400\\/5 { border-inline-end-color: #e879f90d; } @@ -73704,10 +101328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e879f980; } +.border-e-fuchsia-400\\/55 { + border-inline-end-color: #e879f98c; +} + .border-e-fuchsia-400\\/60 { border-inline-end-color: #e879f999; } +.border-e-fuchsia-400\\/65 { + border-inline-end-color: #e879f9a6; +} + .border-e-fuchsia-400\\/70 { border-inline-end-color: #e879f9b3; } @@ -73720,6 +101352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e879f9cc; } +.border-e-fuchsia-400\\/85 { + border-inline-end-color: #e879f9d9; +} + .border-e-fuchsia-400\\/90 { border-inline-end-color: #e879f9e6; } @@ -73744,6 +101380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf4ff; } +.border-e-fuchsia-50\\/15 { + border-inline-end-color: #fdf4ff26; +} + .border-e-fuchsia-50\\/20 { border-inline-end-color: #fdf4ff33; } @@ -73756,10 +101396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf4ff4d; } +.border-e-fuchsia-50\\/35 { + border-inline-end-color: #fdf4ff59; +} + .border-e-fuchsia-50\\/40 { border-inline-end-color: #fdf4ff66; } +.border-e-fuchsia-50\\/45 { + border-inline-end-color: #fdf4ff73; +} + .border-e-fuchsia-50\\/5 { border-inline-end-color: #fdf4ff0d; } @@ -73768,10 +101416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf4ff80; } +.border-e-fuchsia-50\\/55 { + border-inline-end-color: #fdf4ff8c; +} + .border-e-fuchsia-50\\/60 { border-inline-end-color: #fdf4ff99; } +.border-e-fuchsia-50\\/65 { + border-inline-end-color: #fdf4ffa6; +} + .border-e-fuchsia-50\\/70 { border-inline-end-color: #fdf4ffb3; } @@ -73784,6 +101440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf4ffcc; } +.border-e-fuchsia-50\\/85 { + border-inline-end-color: #fdf4ffd9; +} + .border-e-fuchsia-50\\/90 { border-inline-end-color: #fdf4ffe6; } @@ -73808,6 +101468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d946ef; } +.border-e-fuchsia-500\\/15 { + border-inline-end-color: #d946ef26; +} + .border-e-fuchsia-500\\/20 { border-inline-end-color: #d946ef33; } @@ -73820,10 +101484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d946ef4d; } +.border-e-fuchsia-500\\/35 { + border-inline-end-color: #d946ef59; +} + .border-e-fuchsia-500\\/40 { border-inline-end-color: #d946ef66; } +.border-e-fuchsia-500\\/45 { + border-inline-end-color: #d946ef73; +} + .border-e-fuchsia-500\\/5 { border-inline-end-color: #d946ef0d; } @@ -73832,10 +101504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d946ef80; } +.border-e-fuchsia-500\\/55 { + border-inline-end-color: #d946ef8c; +} + .border-e-fuchsia-500\\/60 { border-inline-end-color: #d946ef99; } +.border-e-fuchsia-500\\/65 { + border-inline-end-color: #d946efa6; +} + .border-e-fuchsia-500\\/70 { border-inline-end-color: #d946efb3; } @@ -73848,6 +101528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d946efcc; } +.border-e-fuchsia-500\\/85 { + border-inline-end-color: #d946efd9; +} + .border-e-fuchsia-500\\/90 { border-inline-end-color: #d946efe6; } @@ -73872,6 +101556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c026d3; } +.border-e-fuchsia-600\\/15 { + border-inline-end-color: #c026d326; +} + .border-e-fuchsia-600\\/20 { border-inline-end-color: #c026d333; } @@ -73884,10 +101572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c026d34d; } +.border-e-fuchsia-600\\/35 { + border-inline-end-color: #c026d359; +} + .border-e-fuchsia-600\\/40 { border-inline-end-color: #c026d366; } +.border-e-fuchsia-600\\/45 { + border-inline-end-color: #c026d373; +} + .border-e-fuchsia-600\\/5 { border-inline-end-color: #c026d30d; } @@ -73896,10 +101592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c026d380; } +.border-e-fuchsia-600\\/55 { + border-inline-end-color: #c026d38c; +} + .border-e-fuchsia-600\\/60 { border-inline-end-color: #c026d399; } +.border-e-fuchsia-600\\/65 { + border-inline-end-color: #c026d3a6; +} + .border-e-fuchsia-600\\/70 { border-inline-end-color: #c026d3b3; } @@ -73912,6 +101616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c026d3cc; } +.border-e-fuchsia-600\\/85 { + border-inline-end-color: #c026d3d9; +} + .border-e-fuchsia-600\\/90 { border-inline-end-color: #c026d3e6; } @@ -73936,6 +101644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a21caf; } +.border-e-fuchsia-700\\/15 { + border-inline-end-color: #a21caf26; +} + .border-e-fuchsia-700\\/20 { border-inline-end-color: #a21caf33; } @@ -73948,10 +101660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a21caf4d; } +.border-e-fuchsia-700\\/35 { + border-inline-end-color: #a21caf59; +} + .border-e-fuchsia-700\\/40 { border-inline-end-color: #a21caf66; } +.border-e-fuchsia-700\\/45 { + border-inline-end-color: #a21caf73; +} + .border-e-fuchsia-700\\/5 { border-inline-end-color: #a21caf0d; } @@ -73960,10 +101680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a21caf80; } +.border-e-fuchsia-700\\/55 { + border-inline-end-color: #a21caf8c; +} + .border-e-fuchsia-700\\/60 { border-inline-end-color: #a21caf99; } +.border-e-fuchsia-700\\/65 { + border-inline-end-color: #a21cafa6; +} + .border-e-fuchsia-700\\/70 { border-inline-end-color: #a21cafb3; } @@ -73976,6 +101704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a21cafcc; } +.border-e-fuchsia-700\\/85 { + border-inline-end-color: #a21cafd9; +} + .border-e-fuchsia-700\\/90 { border-inline-end-color: #a21cafe6; } @@ -74000,6 +101732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86198f; } +.border-e-fuchsia-800\\/15 { + border-inline-end-color: #86198f26; +} + .border-e-fuchsia-800\\/20 { border-inline-end-color: #86198f33; } @@ -74012,10 +101748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86198f4d; } +.border-e-fuchsia-800\\/35 { + border-inline-end-color: #86198f59; +} + .border-e-fuchsia-800\\/40 { border-inline-end-color: #86198f66; } +.border-e-fuchsia-800\\/45 { + border-inline-end-color: #86198f73; +} + .border-e-fuchsia-800\\/5 { border-inline-end-color: #86198f0d; } @@ -74024,10 +101768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86198f80; } +.border-e-fuchsia-800\\/55 { + border-inline-end-color: #86198f8c; +} + .border-e-fuchsia-800\\/60 { border-inline-end-color: #86198f99; } +.border-e-fuchsia-800\\/65 { + border-inline-end-color: #86198fa6; +} + .border-e-fuchsia-800\\/70 { border-inline-end-color: #86198fb3; } @@ -74040,6 +101792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86198fcc; } +.border-e-fuchsia-800\\/85 { + border-inline-end-color: #86198fd9; +} + .border-e-fuchsia-800\\/90 { border-inline-end-color: #86198fe6; } @@ -74064,6 +101820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #701a75; } +.border-e-fuchsia-900\\/15 { + border-inline-end-color: #701a7526; +} + .border-e-fuchsia-900\\/20 { border-inline-end-color: #701a7533; } @@ -74076,10 +101836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #701a754d; } +.border-e-fuchsia-900\\/35 { + border-inline-end-color: #701a7559; +} + .border-e-fuchsia-900\\/40 { border-inline-end-color: #701a7566; } +.border-e-fuchsia-900\\/45 { + border-inline-end-color: #701a7573; +} + .border-e-fuchsia-900\\/5 { border-inline-end-color: #701a750d; } @@ -74088,10 +101856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #701a7580; } +.border-e-fuchsia-900\\/55 { + border-inline-end-color: #701a758c; +} + .border-e-fuchsia-900\\/60 { border-inline-end-color: #701a7599; } +.border-e-fuchsia-900\\/65 { + border-inline-end-color: #701a75a6; +} + .border-e-fuchsia-900\\/70 { border-inline-end-color: #701a75b3; } @@ -74104,6 +101880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #701a75cc; } +.border-e-fuchsia-900\\/85 { + border-inline-end-color: #701a75d9; +} + .border-e-fuchsia-900\\/90 { border-inline-end-color: #701a75e6; } @@ -74128,6 +101908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4a044e; } +.border-e-fuchsia-950\\/15 { + border-inline-end-color: #4a044e26; +} + .border-e-fuchsia-950\\/20 { border-inline-end-color: #4a044e33; } @@ -74140,10 +101924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4a044e4d; } +.border-e-fuchsia-950\\/35 { + border-inline-end-color: #4a044e59; +} + .border-e-fuchsia-950\\/40 { border-inline-end-color: #4a044e66; } +.border-e-fuchsia-950\\/45 { + border-inline-end-color: #4a044e73; +} + .border-e-fuchsia-950\\/5 { border-inline-end-color: #4a044e0d; } @@ -74152,10 +101944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4a044e80; } +.border-e-fuchsia-950\\/55 { + border-inline-end-color: #4a044e8c; +} + .border-e-fuchsia-950\\/60 { border-inline-end-color: #4a044e99; } +.border-e-fuchsia-950\\/65 { + border-inline-end-color: #4a044ea6; +} + .border-e-fuchsia-950\\/70 { border-inline-end-color: #4a044eb3; } @@ -74168,6 +101968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4a044ecc; } +.border-e-fuchsia-950\\/85 { + border-inline-end-color: #4a044ed9; +} + .border-e-fuchsia-950\\/90 { border-inline-end-color: #4a044ee6; } @@ -74192,6 +101996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3f4f6; } +.border-e-gray-100\\/15 { + border-inline-end-color: #f3f4f626; +} + .border-e-gray-100\\/20 { border-inline-end-color: #f3f4f633; } @@ -74204,10 +102012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3f4f64d; } +.border-e-gray-100\\/35 { + border-inline-end-color: #f3f4f659; +} + .border-e-gray-100\\/40 { border-inline-end-color: #f3f4f666; } +.border-e-gray-100\\/45 { + border-inline-end-color: #f3f4f673; +} + .border-e-gray-100\\/5 { border-inline-end-color: #f3f4f60d; } @@ -74216,10 +102032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3f4f680; } +.border-e-gray-100\\/55 { + border-inline-end-color: #f3f4f68c; +} + .border-e-gray-100\\/60 { border-inline-end-color: #f3f4f699; } +.border-e-gray-100\\/65 { + border-inline-end-color: #f3f4f6a6; +} + .border-e-gray-100\\/70 { border-inline-end-color: #f3f4f6b3; } @@ -74232,6 +102056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3f4f6cc; } +.border-e-gray-100\\/85 { + border-inline-end-color: #f3f4f6d9; +} + .border-e-gray-100\\/90 { border-inline-end-color: #f3f4f6e6; } @@ -74256,6 +102084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e7eb; } +.border-e-gray-200\\/15 { + border-inline-end-color: #e5e7eb26; +} + .border-e-gray-200\\/20 { border-inline-end-color: #e5e7eb33; } @@ -74268,10 +102100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e7eb4d; } +.border-e-gray-200\\/35 { + border-inline-end-color: #e5e7eb59; +} + .border-e-gray-200\\/40 { border-inline-end-color: #e5e7eb66; } +.border-e-gray-200\\/45 { + border-inline-end-color: #e5e7eb73; +} + .border-e-gray-200\\/5 { border-inline-end-color: #e5e7eb0d; } @@ -74280,10 +102120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e7eb80; } +.border-e-gray-200\\/55 { + border-inline-end-color: #e5e7eb8c; +} + .border-e-gray-200\\/60 { border-inline-end-color: #e5e7eb99; } +.border-e-gray-200\\/65 { + border-inline-end-color: #e5e7eba6; +} + .border-e-gray-200\\/70 { border-inline-end-color: #e5e7ebb3; } @@ -74296,6 +102144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e7ebcc; } +.border-e-gray-200\\/85 { + border-inline-end-color: #e5e7ebd9; +} + .border-e-gray-200\\/90 { border-inline-end-color: #e5e7ebe6; } @@ -74320,6 +102172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1d5db; } +.border-e-gray-300\\/15 { + border-inline-end-color: #d1d5db26; +} + .border-e-gray-300\\/20 { border-inline-end-color: #d1d5db33; } @@ -74332,10 +102188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1d5db4d; } +.border-e-gray-300\\/35 { + border-inline-end-color: #d1d5db59; +} + .border-e-gray-300\\/40 { border-inline-end-color: #d1d5db66; } +.border-e-gray-300\\/45 { + border-inline-end-color: #d1d5db73; +} + .border-e-gray-300\\/5 { border-inline-end-color: #d1d5db0d; } @@ -74344,10 +102208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1d5db80; } +.border-e-gray-300\\/55 { + border-inline-end-color: #d1d5db8c; +} + .border-e-gray-300\\/60 { border-inline-end-color: #d1d5db99; } +.border-e-gray-300\\/65 { + border-inline-end-color: #d1d5dba6; +} + .border-e-gray-300\\/70 { border-inline-end-color: #d1d5dbb3; } @@ -74360,6 +102232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d1d5dbcc; } +.border-e-gray-300\\/85 { + border-inline-end-color: #d1d5dbd9; +} + .border-e-gray-300\\/90 { border-inline-end-color: #d1d5dbe6; } @@ -74384,6 +102260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9ca3af; } +.border-e-gray-400\\/15 { + border-inline-end-color: #9ca3af26; +} + .border-e-gray-400\\/20 { border-inline-end-color: #9ca3af33; } @@ -74396,10 +102276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9ca3af4d; } +.border-e-gray-400\\/35 { + border-inline-end-color: #9ca3af59; +} + .border-e-gray-400\\/40 { border-inline-end-color: #9ca3af66; } +.border-e-gray-400\\/45 { + border-inline-end-color: #9ca3af73; +} + .border-e-gray-400\\/5 { border-inline-end-color: #9ca3af0d; } @@ -74408,10 +102296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9ca3af80; } +.border-e-gray-400\\/55 { + border-inline-end-color: #9ca3af8c; +} + .border-e-gray-400\\/60 { border-inline-end-color: #9ca3af99; } +.border-e-gray-400\\/65 { + border-inline-end-color: #9ca3afa6; +} + .border-e-gray-400\\/70 { border-inline-end-color: #9ca3afb3; } @@ -74424,6 +102320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9ca3afcc; } +.border-e-gray-400\\/85 { + border-inline-end-color: #9ca3afd9; +} + .border-e-gray-400\\/90 { border-inline-end-color: #9ca3afe6; } @@ -74448,6 +102348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9fafb; } +.border-e-gray-50\\/15 { + border-inline-end-color: #f9fafb26; +} + .border-e-gray-50\\/20 { border-inline-end-color: #f9fafb33; } @@ -74460,10 +102364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9fafb4d; } +.border-e-gray-50\\/35 { + border-inline-end-color: #f9fafb59; +} + .border-e-gray-50\\/40 { border-inline-end-color: #f9fafb66; } +.border-e-gray-50\\/45 { + border-inline-end-color: #f9fafb73; +} + .border-e-gray-50\\/5 { border-inline-end-color: #f9fafb0d; } @@ -74472,10 +102384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9fafb80; } +.border-e-gray-50\\/55 { + border-inline-end-color: #f9fafb8c; +} + .border-e-gray-50\\/60 { border-inline-end-color: #f9fafb99; } +.border-e-gray-50\\/65 { + border-inline-end-color: #f9fafba6; +} + .border-e-gray-50\\/70 { border-inline-end-color: #f9fafbb3; } @@ -74488,6 +102408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9fafbcc; } +.border-e-gray-50\\/85 { + border-inline-end-color: #f9fafbd9; +} + .border-e-gray-50\\/90 { border-inline-end-color: #f9fafbe6; } @@ -74512,6 +102436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b7280; } +.border-e-gray-500\\/15 { + border-inline-end-color: #6b728026; +} + .border-e-gray-500\\/20 { border-inline-end-color: #6b728033; } @@ -74524,10 +102452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b72804d; } +.border-e-gray-500\\/35 { + border-inline-end-color: #6b728059; +} + .border-e-gray-500\\/40 { border-inline-end-color: #6b728066; } +.border-e-gray-500\\/45 { + border-inline-end-color: #6b728073; +} + .border-e-gray-500\\/5 { border-inline-end-color: #6b72800d; } @@ -74536,10 +102472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b728080; } +.border-e-gray-500\\/55 { + border-inline-end-color: #6b72808c; +} + .border-e-gray-500\\/60 { border-inline-end-color: #6b728099; } +.border-e-gray-500\\/65 { + border-inline-end-color: #6b7280a6; +} + .border-e-gray-500\\/70 { border-inline-end-color: #6b7280b3; } @@ -74552,6 +102496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b7280cc; } +.border-e-gray-500\\/85 { + border-inline-end-color: #6b7280d9; +} + .border-e-gray-500\\/90 { border-inline-end-color: #6b7280e6; } @@ -74576,6 +102524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4b5563; } +.border-e-gray-600\\/15 { + border-inline-end-color: #4b556326; +} + .border-e-gray-600\\/20 { border-inline-end-color: #4b556333; } @@ -74588,10 +102540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4b55634d; } +.border-e-gray-600\\/35 { + border-inline-end-color: #4b556359; +} + .border-e-gray-600\\/40 { border-inline-end-color: #4b556366; } +.border-e-gray-600\\/45 { + border-inline-end-color: #4b556373; +} + .border-e-gray-600\\/5 { border-inline-end-color: #4b55630d; } @@ -74600,10 +102560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4b556380; } +.border-e-gray-600\\/55 { + border-inline-end-color: #4b55638c; +} + .border-e-gray-600\\/60 { border-inline-end-color: #4b556399; } +.border-e-gray-600\\/65 { + border-inline-end-color: #4b5563a6; +} + .border-e-gray-600\\/70 { border-inline-end-color: #4b5563b3; } @@ -74616,6 +102584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4b5563cc; } +.border-e-gray-600\\/85 { + border-inline-end-color: #4b5563d9; +} + .border-e-gray-600\\/90 { border-inline-end-color: #4b5563e6; } @@ -74640,6 +102612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #374151; } +.border-e-gray-700\\/15 { + border-inline-end-color: #37415126; +} + .border-e-gray-700\\/20 { border-inline-end-color: #37415133; } @@ -74652,10 +102628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3741514d; } +.border-e-gray-700\\/35 { + border-inline-end-color: #37415159; +} + .border-e-gray-700\\/40 { border-inline-end-color: #37415166; } +.border-e-gray-700\\/45 { + border-inline-end-color: #37415173; +} + .border-e-gray-700\\/5 { border-inline-end-color: #3741510d; } @@ -74664,10 +102648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #37415180; } +.border-e-gray-700\\/55 { + border-inline-end-color: #3741518c; +} + .border-e-gray-700\\/60 { border-inline-end-color: #37415199; } +.border-e-gray-700\\/65 { + border-inline-end-color: #374151a6; +} + .border-e-gray-700\\/70 { border-inline-end-color: #374151b3; } @@ -74680,6 +102672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #374151cc; } +.border-e-gray-700\\/85 { + border-inline-end-color: #374151d9; +} + .border-e-gray-700\\/90 { border-inline-end-color: #374151e6; } @@ -74704,6 +102700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1f2937; } +.border-e-gray-800\\/15 { + border-inline-end-color: #1f293726; +} + .border-e-gray-800\\/20 { border-inline-end-color: #1f293733; } @@ -74716,10 +102716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1f29374d; } +.border-e-gray-800\\/35 { + border-inline-end-color: #1f293759; +} + .border-e-gray-800\\/40 { border-inline-end-color: #1f293766; } +.border-e-gray-800\\/45 { + border-inline-end-color: #1f293773; +} + .border-e-gray-800\\/5 { border-inline-end-color: #1f29370d; } @@ -74728,10 +102736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1f293780; } +.border-e-gray-800\\/55 { + border-inline-end-color: #1f29378c; +} + .border-e-gray-800\\/60 { border-inline-end-color: #1f293799; } +.border-e-gray-800\\/65 { + border-inline-end-color: #1f2937a6; +} + .border-e-gray-800\\/70 { border-inline-end-color: #1f2937b3; } @@ -74744,6 +102760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1f2937cc; } +.border-e-gray-800\\/85 { + border-inline-end-color: #1f2937d9; +} + .border-e-gray-800\\/90 { border-inline-end-color: #1f2937e6; } @@ -74768,6 +102788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #111827; } +.border-e-gray-900\\/15 { + border-inline-end-color: #11182726; +} + .border-e-gray-900\\/20 { border-inline-end-color: #11182733; } @@ -74780,10 +102804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1118274d; } +.border-e-gray-900\\/35 { + border-inline-end-color: #11182759; +} + .border-e-gray-900\\/40 { border-inline-end-color: #11182766; } +.border-e-gray-900\\/45 { + border-inline-end-color: #11182773; +} + .border-e-gray-900\\/5 { border-inline-end-color: #1118270d; } @@ -74792,10 +102824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #11182780; } +.border-e-gray-900\\/55 { + border-inline-end-color: #1118278c; +} + .border-e-gray-900\\/60 { border-inline-end-color: #11182799; } +.border-e-gray-900\\/65 { + border-inline-end-color: #111827a6; +} + .border-e-gray-900\\/70 { border-inline-end-color: #111827b3; } @@ -74808,6 +102848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #111827cc; } +.border-e-gray-900\\/85 { + border-inline-end-color: #111827d9; +} + .border-e-gray-900\\/90 { border-inline-end-color: #111827e6; } @@ -74832,6 +102876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #030712; } +.border-e-gray-950\\/15 { + border-inline-end-color: #03071226; +} + .border-e-gray-950\\/20 { border-inline-end-color: #03071233; } @@ -74844,10 +102892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0307124d; } +.border-e-gray-950\\/35 { + border-inline-end-color: #03071259; +} + .border-e-gray-950\\/40 { border-inline-end-color: #03071266; } +.border-e-gray-950\\/45 { + border-inline-end-color: #03071273; +} + .border-e-gray-950\\/5 { border-inline-end-color: #0307120d; } @@ -74856,10 +102912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #03071280; } +.border-e-gray-950\\/55 { + border-inline-end-color: #0307128c; +} + .border-e-gray-950\\/60 { border-inline-end-color: #03071299; } +.border-e-gray-950\\/65 { + border-inline-end-color: #030712a6; +} + .border-e-gray-950\\/70 { border-inline-end-color: #030712b3; } @@ -74872,6 +102936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #030712cc; } +.border-e-gray-950\\/85 { + border-inline-end-color: #030712d9; +} + .border-e-gray-950\\/90 { border-inline-end-color: #030712e6; } @@ -74896,6 +102964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dcfce7; } +.border-e-green-100\\/15 { + border-inline-end-color: #dcfce726; +} + .border-e-green-100\\/20 { border-inline-end-color: #dcfce733; } @@ -74908,10 +102980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dcfce74d; } +.border-e-green-100\\/35 { + border-inline-end-color: #dcfce759; +} + .border-e-green-100\\/40 { border-inline-end-color: #dcfce766; } +.border-e-green-100\\/45 { + border-inline-end-color: #dcfce773; +} + .border-e-green-100\\/5 { border-inline-end-color: #dcfce70d; } @@ -74920,10 +103000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dcfce780; } +.border-e-green-100\\/55 { + border-inline-end-color: #dcfce78c; +} + .border-e-green-100\\/60 { border-inline-end-color: #dcfce799; } +.border-e-green-100\\/65 { + border-inline-end-color: #dcfce7a6; +} + .border-e-green-100\\/70 { border-inline-end-color: #dcfce7b3; } @@ -74936,6 +103024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dcfce7cc; } +.border-e-green-100\\/85 { + border-inline-end-color: #dcfce7d9; +} + .border-e-green-100\\/90 { border-inline-end-color: #dcfce7e6; } @@ -74960,6 +103052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bbf7d0; } +.border-e-green-200\\/15 { + border-inline-end-color: #bbf7d026; +} + .border-e-green-200\\/20 { border-inline-end-color: #bbf7d033; } @@ -74972,10 +103068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bbf7d04d; } +.border-e-green-200\\/35 { + border-inline-end-color: #bbf7d059; +} + .border-e-green-200\\/40 { border-inline-end-color: #bbf7d066; } +.border-e-green-200\\/45 { + border-inline-end-color: #bbf7d073; +} + .border-e-green-200\\/5 { border-inline-end-color: #bbf7d00d; } @@ -74984,10 +103088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bbf7d080; } +.border-e-green-200\\/55 { + border-inline-end-color: #bbf7d08c; +} + .border-e-green-200\\/60 { border-inline-end-color: #bbf7d099; } +.border-e-green-200\\/65 { + border-inline-end-color: #bbf7d0a6; +} + .border-e-green-200\\/70 { border-inline-end-color: #bbf7d0b3; } @@ -75000,6 +103112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bbf7d0cc; } +.border-e-green-200\\/85 { + border-inline-end-color: #bbf7d0d9; +} + .border-e-green-200\\/90 { border-inline-end-color: #bbf7d0e6; } @@ -75024,6 +103140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86efac; } +.border-e-green-300\\/15 { + border-inline-end-color: #86efac26; +} + .border-e-green-300\\/20 { border-inline-end-color: #86efac33; } @@ -75036,10 +103156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86efac4d; } +.border-e-green-300\\/35 { + border-inline-end-color: #86efac59; +} + .border-e-green-300\\/40 { border-inline-end-color: #86efac66; } +.border-e-green-300\\/45 { + border-inline-end-color: #86efac73; +} + .border-e-green-300\\/5 { border-inline-end-color: #86efac0d; } @@ -75048,10 +103176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86efac80; } +.border-e-green-300\\/55 { + border-inline-end-color: #86efac8c; +} + .border-e-green-300\\/60 { border-inline-end-color: #86efac99; } +.border-e-green-300\\/65 { + border-inline-end-color: #86efaca6; +} + .border-e-green-300\\/70 { border-inline-end-color: #86efacb3; } @@ -75064,6 +103200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #86efaccc; } +.border-e-green-300\\/85 { + border-inline-end-color: #86efacd9; +} + .border-e-green-300\\/90 { border-inline-end-color: #86eface6; } @@ -75088,6 +103228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4ade80; } +.border-e-green-400\\/15 { + border-inline-end-color: #4ade8026; +} + .border-e-green-400\\/20 { border-inline-end-color: #4ade8033; } @@ -75100,10 +103244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4ade804d; } +.border-e-green-400\\/35 { + border-inline-end-color: #4ade8059; +} + .border-e-green-400\\/40 { border-inline-end-color: #4ade8066; } +.border-e-green-400\\/45 { + border-inline-end-color: #4ade8073; +} + .border-e-green-400\\/5 { border-inline-end-color: #4ade800d; } @@ -75112,10 +103264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4ade8080; } +.border-e-green-400\\/55 { + border-inline-end-color: #4ade808c; +} + .border-e-green-400\\/60 { border-inline-end-color: #4ade8099; } +.border-e-green-400\\/65 { + border-inline-end-color: #4ade80a6; +} + .border-e-green-400\\/70 { border-inline-end-color: #4ade80b3; } @@ -75128,6 +103288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4ade80cc; } +.border-e-green-400\\/85 { + border-inline-end-color: #4ade80d9; +} + .border-e-green-400\\/90 { border-inline-end-color: #4ade80e6; } @@ -75152,6 +103316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdf4; } +.border-e-green-50\\/15 { + border-inline-end-color: #f0fdf426; +} + .border-e-green-50\\/20 { border-inline-end-color: #f0fdf433; } @@ -75164,10 +103332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdf44d; } +.border-e-green-50\\/35 { + border-inline-end-color: #f0fdf459; +} + .border-e-green-50\\/40 { border-inline-end-color: #f0fdf466; } +.border-e-green-50\\/45 { + border-inline-end-color: #f0fdf473; +} + .border-e-green-50\\/5 { border-inline-end-color: #f0fdf40d; } @@ -75176,10 +103352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdf480; } +.border-e-green-50\\/55 { + border-inline-end-color: #f0fdf48c; +} + .border-e-green-50\\/60 { border-inline-end-color: #f0fdf499; } +.border-e-green-50\\/65 { + border-inline-end-color: #f0fdf4a6; +} + .border-e-green-50\\/70 { border-inline-end-color: #f0fdf4b3; } @@ -75192,6 +103376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdf4cc; } +.border-e-green-50\\/85 { + border-inline-end-color: #f0fdf4d9; +} + .border-e-green-50\\/90 { border-inline-end-color: #f0fdf4e6; } @@ -75216,6 +103404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22c55e; } +.border-e-green-500\\/15 { + border-inline-end-color: #22c55e26; +} + .border-e-green-500\\/20 { border-inline-end-color: #22c55e33; } @@ -75228,10 +103420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22c55e4d; } +.border-e-green-500\\/35 { + border-inline-end-color: #22c55e59; +} + .border-e-green-500\\/40 { border-inline-end-color: #22c55e66; } +.border-e-green-500\\/45 { + border-inline-end-color: #22c55e73; +} + .border-e-green-500\\/5 { border-inline-end-color: #22c55e0d; } @@ -75240,10 +103440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22c55e80; } +.border-e-green-500\\/55 { + border-inline-end-color: #22c55e8c; +} + .border-e-green-500\\/60 { border-inline-end-color: #22c55e99; } +.border-e-green-500\\/65 { + border-inline-end-color: #22c55ea6; +} + .border-e-green-500\\/70 { border-inline-end-color: #22c55eb3; } @@ -75256,6 +103464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #22c55ecc; } +.border-e-green-500\\/85 { + border-inline-end-color: #22c55ed9; +} + .border-e-green-500\\/90 { border-inline-end-color: #22c55ee6; } @@ -75280,6 +103492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #16a34a; } +.border-e-green-600\\/15 { + border-inline-end-color: #16a34a26; +} + .border-e-green-600\\/20 { border-inline-end-color: #16a34a33; } @@ -75292,10 +103508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #16a34a4d; } +.border-e-green-600\\/35 { + border-inline-end-color: #16a34a59; +} + .border-e-green-600\\/40 { border-inline-end-color: #16a34a66; } +.border-e-green-600\\/45 { + border-inline-end-color: #16a34a73; +} + .border-e-green-600\\/5 { border-inline-end-color: #16a34a0d; } @@ -75304,10 +103528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #16a34a80; } +.border-e-green-600\\/55 { + border-inline-end-color: #16a34a8c; +} + .border-e-green-600\\/60 { border-inline-end-color: #16a34a99; } +.border-e-green-600\\/65 { + border-inline-end-color: #16a34aa6; +} + .border-e-green-600\\/70 { border-inline-end-color: #16a34ab3; } @@ -75320,6 +103552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #16a34acc; } +.border-e-green-600\\/85 { + border-inline-end-color: #16a34ad9; +} + .border-e-green-600\\/90 { border-inline-end-color: #16a34ae6; } @@ -75344,6 +103580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #15803d; } +.border-e-green-700\\/15 { + border-inline-end-color: #15803d26; +} + .border-e-green-700\\/20 { border-inline-end-color: #15803d33; } @@ -75356,10 +103596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #15803d4d; } +.border-e-green-700\\/35 { + border-inline-end-color: #15803d59; +} + .border-e-green-700\\/40 { border-inline-end-color: #15803d66; } +.border-e-green-700\\/45 { + border-inline-end-color: #15803d73; +} + .border-e-green-700\\/5 { border-inline-end-color: #15803d0d; } @@ -75368,10 +103616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #15803d80; } +.border-e-green-700\\/55 { + border-inline-end-color: #15803d8c; +} + .border-e-green-700\\/60 { border-inline-end-color: #15803d99; } +.border-e-green-700\\/65 { + border-inline-end-color: #15803da6; +} + .border-e-green-700\\/70 { border-inline-end-color: #15803db3; } @@ -75384,6 +103640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #15803dcc; } +.border-e-green-700\\/85 { + border-inline-end-color: #15803dd9; +} + .border-e-green-700\\/90 { border-inline-end-color: #15803de6; } @@ -75408,6 +103668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #166534; } +.border-e-green-800\\/15 { + border-inline-end-color: #16653426; +} + .border-e-green-800\\/20 { border-inline-end-color: #16653433; } @@ -75420,10 +103684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1665344d; } +.border-e-green-800\\/35 { + border-inline-end-color: #16653459; +} + .border-e-green-800\\/40 { border-inline-end-color: #16653466; } +.border-e-green-800\\/45 { + border-inline-end-color: #16653473; +} + .border-e-green-800\\/5 { border-inline-end-color: #1665340d; } @@ -75432,10 +103704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #16653480; } +.border-e-green-800\\/55 { + border-inline-end-color: #1665348c; +} + .border-e-green-800\\/60 { border-inline-end-color: #16653499; } +.border-e-green-800\\/65 { + border-inline-end-color: #166534a6; +} + .border-e-green-800\\/70 { border-inline-end-color: #166534b3; } @@ -75448,6 +103728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #166534cc; } +.border-e-green-800\\/85 { + border-inline-end-color: #166534d9; +} + .border-e-green-800\\/90 { border-inline-end-color: #166534e6; } @@ -75472,6 +103756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14532d; } +.border-e-green-900\\/15 { + border-inline-end-color: #14532d26; +} + .border-e-green-900\\/20 { border-inline-end-color: #14532d33; } @@ -75484,10 +103772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14532d4d; } +.border-e-green-900\\/35 { + border-inline-end-color: #14532d59; +} + .border-e-green-900\\/40 { border-inline-end-color: #14532d66; } +.border-e-green-900\\/45 { + border-inline-end-color: #14532d73; +} + .border-e-green-900\\/5 { border-inline-end-color: #14532d0d; } @@ -75496,10 +103792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14532d80; } +.border-e-green-900\\/55 { + border-inline-end-color: #14532d8c; +} + .border-e-green-900\\/60 { border-inline-end-color: #14532d99; } +.border-e-green-900\\/65 { + border-inline-end-color: #14532da6; +} + .border-e-green-900\\/70 { border-inline-end-color: #14532db3; } @@ -75512,6 +103816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14532dcc; } +.border-e-green-900\\/85 { + border-inline-end-color: #14532dd9; +} + .border-e-green-900\\/90 { border-inline-end-color: #14532de6; } @@ -75536,6 +103844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #052e16; } +.border-e-green-950\\/15 { + border-inline-end-color: #052e1626; +} + .border-e-green-950\\/20 { border-inline-end-color: #052e1633; } @@ -75548,10 +103860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #052e164d; } +.border-e-green-950\\/35 { + border-inline-end-color: #052e1659; +} + .border-e-green-950\\/40 { border-inline-end-color: #052e1666; } +.border-e-green-950\\/45 { + border-inline-end-color: #052e1673; +} + .border-e-green-950\\/5 { border-inline-end-color: #052e160d; } @@ -75560,10 +103880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #052e1680; } +.border-e-green-950\\/55 { + border-inline-end-color: #052e168c; +} + .border-e-green-950\\/60 { border-inline-end-color: #052e1699; } +.border-e-green-950\\/65 { + border-inline-end-color: #052e16a6; +} + .border-e-green-950\\/70 { border-inline-end-color: #052e16b3; } @@ -75576,6 +103904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #052e16cc; } +.border-e-green-950\\/85 { + border-inline-end-color: #052e16d9; +} + .border-e-green-950\\/90 { border-inline-end-color: #052e16e6; } @@ -75600,6 +103932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0e7ff; } +.border-e-indigo-100\\/15 { + border-inline-end-color: #e0e7ff26; +} + .border-e-indigo-100\\/20 { border-inline-end-color: #e0e7ff33; } @@ -75612,10 +103948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0e7ff4d; } +.border-e-indigo-100\\/35 { + border-inline-end-color: #e0e7ff59; +} + .border-e-indigo-100\\/40 { border-inline-end-color: #e0e7ff66; } +.border-e-indigo-100\\/45 { + border-inline-end-color: #e0e7ff73; +} + .border-e-indigo-100\\/5 { border-inline-end-color: #e0e7ff0d; } @@ -75624,10 +103968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0e7ff80; } +.border-e-indigo-100\\/55 { + border-inline-end-color: #e0e7ff8c; +} + .border-e-indigo-100\\/60 { border-inline-end-color: #e0e7ff99; } +.border-e-indigo-100\\/65 { + border-inline-end-color: #e0e7ffa6; +} + .border-e-indigo-100\\/70 { border-inline-end-color: #e0e7ffb3; } @@ -75640,6 +103992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0e7ffcc; } +.border-e-indigo-100\\/85 { + border-inline-end-color: #e0e7ffd9; +} + .border-e-indigo-100\\/90 { border-inline-end-color: #e0e7ffe6; } @@ -75664,6 +104020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c7d2fe; } +.border-e-indigo-200\\/15 { + border-inline-end-color: #c7d2fe26; +} + .border-e-indigo-200\\/20 { border-inline-end-color: #c7d2fe33; } @@ -75676,10 +104036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c7d2fe4d; } +.border-e-indigo-200\\/35 { + border-inline-end-color: #c7d2fe59; +} + .border-e-indigo-200\\/40 { border-inline-end-color: #c7d2fe66; } +.border-e-indigo-200\\/45 { + border-inline-end-color: #c7d2fe73; +} + .border-e-indigo-200\\/5 { border-inline-end-color: #c7d2fe0d; } @@ -75688,10 +104056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c7d2fe80; } +.border-e-indigo-200\\/55 { + border-inline-end-color: #c7d2fe8c; +} + .border-e-indigo-200\\/60 { border-inline-end-color: #c7d2fe99; } +.border-e-indigo-200\\/65 { + border-inline-end-color: #c7d2fea6; +} + .border-e-indigo-200\\/70 { border-inline-end-color: #c7d2feb3; } @@ -75704,6 +104080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c7d2fecc; } +.border-e-indigo-200\\/85 { + border-inline-end-color: #c7d2fed9; +} + .border-e-indigo-200\\/90 { border-inline-end-color: #c7d2fee6; } @@ -75728,6 +104108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5b4fc; } +.border-e-indigo-300\\/15 { + border-inline-end-color: #a5b4fc26; +} + .border-e-indigo-300\\/20 { border-inline-end-color: #a5b4fc33; } @@ -75740,10 +104124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5b4fc4d; } +.border-e-indigo-300\\/35 { + border-inline-end-color: #a5b4fc59; +} + .border-e-indigo-300\\/40 { border-inline-end-color: #a5b4fc66; } +.border-e-indigo-300\\/45 { + border-inline-end-color: #a5b4fc73; +} + .border-e-indigo-300\\/5 { border-inline-end-color: #a5b4fc0d; } @@ -75752,10 +104144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5b4fc80; } +.border-e-indigo-300\\/55 { + border-inline-end-color: #a5b4fc8c; +} + .border-e-indigo-300\\/60 { border-inline-end-color: #a5b4fc99; } +.border-e-indigo-300\\/65 { + border-inline-end-color: #a5b4fca6; +} + .border-e-indigo-300\\/70 { border-inline-end-color: #a5b4fcb3; } @@ -75768,6 +104168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a5b4fccc; } +.border-e-indigo-300\\/85 { + border-inline-end-color: #a5b4fcd9; +} + .border-e-indigo-300\\/90 { border-inline-end-color: #a5b4fce6; } @@ -75792,6 +104196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #818cf8; } +.border-e-indigo-400\\/15 { + border-inline-end-color: #818cf826; +} + .border-e-indigo-400\\/20 { border-inline-end-color: #818cf833; } @@ -75804,10 +104212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #818cf84d; } +.border-e-indigo-400\\/35 { + border-inline-end-color: #818cf859; +} + .border-e-indigo-400\\/40 { border-inline-end-color: #818cf866; } +.border-e-indigo-400\\/45 { + border-inline-end-color: #818cf873; +} + .border-e-indigo-400\\/5 { border-inline-end-color: #818cf80d; } @@ -75816,10 +104232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #818cf880; } +.border-e-indigo-400\\/55 { + border-inline-end-color: #818cf88c; +} + .border-e-indigo-400\\/60 { border-inline-end-color: #818cf899; } +.border-e-indigo-400\\/65 { + border-inline-end-color: #818cf8a6; +} + .border-e-indigo-400\\/70 { border-inline-end-color: #818cf8b3; } @@ -75832,6 +104256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #818cf8cc; } +.border-e-indigo-400\\/85 { + border-inline-end-color: #818cf8d9; +} + .border-e-indigo-400\\/90 { border-inline-end-color: #818cf8e6; } @@ -75856,6 +104284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eef2ff; } +.border-e-indigo-50\\/15 { + border-inline-end-color: #eef2ff26; +} + .border-e-indigo-50\\/20 { border-inline-end-color: #eef2ff33; } @@ -75868,10 +104300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eef2ff4d; } +.border-e-indigo-50\\/35 { + border-inline-end-color: #eef2ff59; +} + .border-e-indigo-50\\/40 { border-inline-end-color: #eef2ff66; } +.border-e-indigo-50\\/45 { + border-inline-end-color: #eef2ff73; +} + .border-e-indigo-50\\/5 { border-inline-end-color: #eef2ff0d; } @@ -75880,10 +104320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eef2ff80; } +.border-e-indigo-50\\/55 { + border-inline-end-color: #eef2ff8c; +} + .border-e-indigo-50\\/60 { border-inline-end-color: #eef2ff99; } +.border-e-indigo-50\\/65 { + border-inline-end-color: #eef2ffa6; +} + .border-e-indigo-50\\/70 { border-inline-end-color: #eef2ffb3; } @@ -75896,6 +104344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eef2ffcc; } +.border-e-indigo-50\\/85 { + border-inline-end-color: #eef2ffd9; +} + .border-e-indigo-50\\/90 { border-inline-end-color: #eef2ffe6; } @@ -75920,6 +104372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6366f1; } +.border-e-indigo-500\\/15 { + border-inline-end-color: #6366f126; +} + .border-e-indigo-500\\/20 { border-inline-end-color: #6366f133; } @@ -75932,10 +104388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6366f14d; } +.border-e-indigo-500\\/35 { + border-inline-end-color: #6366f159; +} + .border-e-indigo-500\\/40 { border-inline-end-color: #6366f166; } +.border-e-indigo-500\\/45 { + border-inline-end-color: #6366f173; +} + .border-e-indigo-500\\/5 { border-inline-end-color: #6366f10d; } @@ -75944,10 +104408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6366f180; } +.border-e-indigo-500\\/55 { + border-inline-end-color: #6366f18c; +} + .border-e-indigo-500\\/60 { border-inline-end-color: #6366f199; } +.border-e-indigo-500\\/65 { + border-inline-end-color: #6366f1a6; +} + .border-e-indigo-500\\/70 { border-inline-end-color: #6366f1b3; } @@ -75960,6 +104432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6366f1cc; } +.border-e-indigo-500\\/85 { + border-inline-end-color: #6366f1d9; +} + .border-e-indigo-500\\/90 { border-inline-end-color: #6366f1e6; } @@ -75984,6 +104460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4f46e5; } +.border-e-indigo-600\\/15 { + border-inline-end-color: #4f46e526; +} + .border-e-indigo-600\\/20 { border-inline-end-color: #4f46e533; } @@ -75996,10 +104476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4f46e54d; } +.border-e-indigo-600\\/35 { + border-inline-end-color: #4f46e559; +} + .border-e-indigo-600\\/40 { border-inline-end-color: #4f46e566; } +.border-e-indigo-600\\/45 { + border-inline-end-color: #4f46e573; +} + .border-e-indigo-600\\/5 { border-inline-end-color: #4f46e50d; } @@ -76008,10 +104496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4f46e580; } +.border-e-indigo-600\\/55 { + border-inline-end-color: #4f46e58c; +} + .border-e-indigo-600\\/60 { border-inline-end-color: #4f46e599; } +.border-e-indigo-600\\/65 { + border-inline-end-color: #4f46e5a6; +} + .border-e-indigo-600\\/70 { border-inline-end-color: #4f46e5b3; } @@ -76024,6 +104520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4f46e5cc; } +.border-e-indigo-600\\/85 { + border-inline-end-color: #4f46e5d9; +} + .border-e-indigo-600\\/90 { border-inline-end-color: #4f46e5e6; } @@ -76048,6 +104548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4338ca; } +.border-e-indigo-700\\/15 { + border-inline-end-color: #4338ca26; +} + .border-e-indigo-700\\/20 { border-inline-end-color: #4338ca33; } @@ -76060,10 +104564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4338ca4d; } +.border-e-indigo-700\\/35 { + border-inline-end-color: #4338ca59; +} + .border-e-indigo-700\\/40 { border-inline-end-color: #4338ca66; } +.border-e-indigo-700\\/45 { + border-inline-end-color: #4338ca73; +} + .border-e-indigo-700\\/5 { border-inline-end-color: #4338ca0d; } @@ -76072,10 +104584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4338ca80; } +.border-e-indigo-700\\/55 { + border-inline-end-color: #4338ca8c; +} + .border-e-indigo-700\\/60 { border-inline-end-color: #4338ca99; } +.border-e-indigo-700\\/65 { + border-inline-end-color: #4338caa6; +} + .border-e-indigo-700\\/70 { border-inline-end-color: #4338cab3; } @@ -76088,6 +104608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4338cacc; } +.border-e-indigo-700\\/85 { + border-inline-end-color: #4338cad9; +} + .border-e-indigo-700\\/90 { border-inline-end-color: #4338cae6; } @@ -76112,6 +104636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3730a3; } +.border-e-indigo-800\\/15 { + border-inline-end-color: #3730a326; +} + .border-e-indigo-800\\/20 { border-inline-end-color: #3730a333; } @@ -76124,10 +104652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3730a34d; } +.border-e-indigo-800\\/35 { + border-inline-end-color: #3730a359; +} + .border-e-indigo-800\\/40 { border-inline-end-color: #3730a366; } +.border-e-indigo-800\\/45 { + border-inline-end-color: #3730a373; +} + .border-e-indigo-800\\/5 { border-inline-end-color: #3730a30d; } @@ -76136,10 +104672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3730a380; } +.border-e-indigo-800\\/55 { + border-inline-end-color: #3730a38c; +} + .border-e-indigo-800\\/60 { border-inline-end-color: #3730a399; } +.border-e-indigo-800\\/65 { + border-inline-end-color: #3730a3a6; +} + .border-e-indigo-800\\/70 { border-inline-end-color: #3730a3b3; } @@ -76152,6 +104696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3730a3cc; } +.border-e-indigo-800\\/85 { + border-inline-end-color: #3730a3d9; +} + .border-e-indigo-800\\/90 { border-inline-end-color: #3730a3e6; } @@ -76176,6 +104724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #312e81; } +.border-e-indigo-900\\/15 { + border-inline-end-color: #312e8126; +} + .border-e-indigo-900\\/20 { border-inline-end-color: #312e8133; } @@ -76188,10 +104740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #312e814d; } +.border-e-indigo-900\\/35 { + border-inline-end-color: #312e8159; +} + .border-e-indigo-900\\/40 { border-inline-end-color: #312e8166; } +.border-e-indigo-900\\/45 { + border-inline-end-color: #312e8173; +} + .border-e-indigo-900\\/5 { border-inline-end-color: #312e810d; } @@ -76200,10 +104760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #312e8180; } +.border-e-indigo-900\\/55 { + border-inline-end-color: #312e818c; +} + .border-e-indigo-900\\/60 { border-inline-end-color: #312e8199; } +.border-e-indigo-900\\/65 { + border-inline-end-color: #312e81a6; +} + .border-e-indigo-900\\/70 { border-inline-end-color: #312e81b3; } @@ -76216,6 +104784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #312e81cc; } +.border-e-indigo-900\\/85 { + border-inline-end-color: #312e81d9; +} + .border-e-indigo-900\\/90 { border-inline-end-color: #312e81e6; } @@ -76240,6 +104812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e1b4b; } +.border-e-indigo-950\\/15 { + border-inline-end-color: #1e1b4b26; +} + .border-e-indigo-950\\/20 { border-inline-end-color: #1e1b4b33; } @@ -76252,10 +104828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e1b4b4d; } +.border-e-indigo-950\\/35 { + border-inline-end-color: #1e1b4b59; +} + .border-e-indigo-950\\/40 { border-inline-end-color: #1e1b4b66; } +.border-e-indigo-950\\/45 { + border-inline-end-color: #1e1b4b73; +} + .border-e-indigo-950\\/5 { border-inline-end-color: #1e1b4b0d; } @@ -76264,10 +104848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e1b4b80; } +.border-e-indigo-950\\/55 { + border-inline-end-color: #1e1b4b8c; +} + .border-e-indigo-950\\/60 { border-inline-end-color: #1e1b4b99; } +.border-e-indigo-950\\/65 { + border-inline-end-color: #1e1b4ba6; +} + .border-e-indigo-950\\/70 { border-inline-end-color: #1e1b4bb3; } @@ -76280,6 +104872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e1b4bcc; } +.border-e-indigo-950\\/85 { + border-inline-end-color: #1e1b4bd9; +} + .border-e-indigo-950\\/90 { border-inline-end-color: #1e1b4be6; } @@ -76308,6 +104904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfccb; } +.border-e-lime-100\\/15 { + border-inline-end-color: #ecfccb26; +} + .border-e-lime-100\\/20 { border-inline-end-color: #ecfccb33; } @@ -76320,10 +104920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfccb4d; } +.border-e-lime-100\\/35 { + border-inline-end-color: #ecfccb59; +} + .border-e-lime-100\\/40 { border-inline-end-color: #ecfccb66; } +.border-e-lime-100\\/45 { + border-inline-end-color: #ecfccb73; +} + .border-e-lime-100\\/5 { border-inline-end-color: #ecfccb0d; } @@ -76332,10 +104940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfccb80; } +.border-e-lime-100\\/55 { + border-inline-end-color: #ecfccb8c; +} + .border-e-lime-100\\/60 { border-inline-end-color: #ecfccb99; } +.border-e-lime-100\\/65 { + border-inline-end-color: #ecfccba6; +} + .border-e-lime-100\\/70 { border-inline-end-color: #ecfccbb3; } @@ -76348,6 +104964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ecfccbcc; } +.border-e-lime-100\\/85 { + border-inline-end-color: #ecfccbd9; +} + .border-e-lime-100\\/90 { border-inline-end-color: #ecfccbe6; } @@ -76372,6 +104992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d9f99d; } +.border-e-lime-200\\/15 { + border-inline-end-color: #d9f99d26; +} + .border-e-lime-200\\/20 { border-inline-end-color: #d9f99d33; } @@ -76384,10 +105008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d9f99d4d; } +.border-e-lime-200\\/35 { + border-inline-end-color: #d9f99d59; +} + .border-e-lime-200\\/40 { border-inline-end-color: #d9f99d66; } +.border-e-lime-200\\/45 { + border-inline-end-color: #d9f99d73; +} + .border-e-lime-200\\/5 { border-inline-end-color: #d9f99d0d; } @@ -76396,10 +105028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d9f99d80; } +.border-e-lime-200\\/55 { + border-inline-end-color: #d9f99d8c; +} + .border-e-lime-200\\/60 { border-inline-end-color: #d9f99d99; } +.border-e-lime-200\\/65 { + border-inline-end-color: #d9f99da6; +} + .border-e-lime-200\\/70 { border-inline-end-color: #d9f99db3; } @@ -76412,6 +105052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d9f99dcc; } +.border-e-lime-200\\/85 { + border-inline-end-color: #d9f99dd9; +} + .border-e-lime-200\\/90 { border-inline-end-color: #d9f99de6; } @@ -76436,6 +105080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bef264; } +.border-e-lime-300\\/15 { + border-inline-end-color: #bef26426; +} + .border-e-lime-300\\/20 { border-inline-end-color: #bef26433; } @@ -76448,10 +105096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bef2644d; } +.border-e-lime-300\\/35 { + border-inline-end-color: #bef26459; +} + .border-e-lime-300\\/40 { border-inline-end-color: #bef26466; } +.border-e-lime-300\\/45 { + border-inline-end-color: #bef26473; +} + .border-e-lime-300\\/5 { border-inline-end-color: #bef2640d; } @@ -76460,10 +105116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bef26480; } +.border-e-lime-300\\/55 { + border-inline-end-color: #bef2648c; +} + .border-e-lime-300\\/60 { border-inline-end-color: #bef26499; } +.border-e-lime-300\\/65 { + border-inline-end-color: #bef264a6; +} + .border-e-lime-300\\/70 { border-inline-end-color: #bef264b3; } @@ -76476,6 +105140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bef264cc; } +.border-e-lime-300\\/85 { + border-inline-end-color: #bef264d9; +} + .border-e-lime-300\\/90 { border-inline-end-color: #bef264e6; } @@ -76500,6 +105168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3e635; } +.border-e-lime-400\\/15 { + border-inline-end-color: #a3e63526; +} + .border-e-lime-400\\/20 { border-inline-end-color: #a3e63533; } @@ -76512,10 +105184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3e6354d; } +.border-e-lime-400\\/35 { + border-inline-end-color: #a3e63559; +} + .border-e-lime-400\\/40 { border-inline-end-color: #a3e63566; } +.border-e-lime-400\\/45 { + border-inline-end-color: #a3e63573; +} + .border-e-lime-400\\/5 { border-inline-end-color: #a3e6350d; } @@ -76524,10 +105204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3e63580; } +.border-e-lime-400\\/55 { + border-inline-end-color: #a3e6358c; +} + .border-e-lime-400\\/60 { border-inline-end-color: #a3e63599; } +.border-e-lime-400\\/65 { + border-inline-end-color: #a3e635a6; +} + .border-e-lime-400\\/70 { border-inline-end-color: #a3e635b3; } @@ -76540,6 +105228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3e635cc; } +.border-e-lime-400\\/85 { + border-inline-end-color: #a3e635d9; +} + .border-e-lime-400\\/90 { border-inline-end-color: #a3e635e6; } @@ -76564,6 +105256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f7fee7; } +.border-e-lime-50\\/15 { + border-inline-end-color: #f7fee726; +} + .border-e-lime-50\\/20 { border-inline-end-color: #f7fee733; } @@ -76576,10 +105272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f7fee74d; } +.border-e-lime-50\\/35 { + border-inline-end-color: #f7fee759; +} + .border-e-lime-50\\/40 { border-inline-end-color: #f7fee766; } +.border-e-lime-50\\/45 { + border-inline-end-color: #f7fee773; +} + .border-e-lime-50\\/5 { border-inline-end-color: #f7fee70d; } @@ -76588,10 +105292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f7fee780; } +.border-e-lime-50\\/55 { + border-inline-end-color: #f7fee78c; +} + .border-e-lime-50\\/60 { border-inline-end-color: #f7fee799; } +.border-e-lime-50\\/65 { + border-inline-end-color: #f7fee7a6; +} + .border-e-lime-50\\/70 { border-inline-end-color: #f7fee7b3; } @@ -76604,6 +105316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f7fee7cc; } +.border-e-lime-50\\/85 { + border-inline-end-color: #f7fee7d9; +} + .border-e-lime-50\\/90 { border-inline-end-color: #f7fee7e6; } @@ -76628,6 +105344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #84cc16; } +.border-e-lime-500\\/15 { + border-inline-end-color: #84cc1626; +} + .border-e-lime-500\\/20 { border-inline-end-color: #84cc1633; } @@ -76640,10 +105360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #84cc164d; } +.border-e-lime-500\\/35 { + border-inline-end-color: #84cc1659; +} + .border-e-lime-500\\/40 { border-inline-end-color: #84cc1666; } +.border-e-lime-500\\/45 { + border-inline-end-color: #84cc1673; +} + .border-e-lime-500\\/5 { border-inline-end-color: #84cc160d; } @@ -76652,10 +105380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #84cc1680; } +.border-e-lime-500\\/55 { + border-inline-end-color: #84cc168c; +} + .border-e-lime-500\\/60 { border-inline-end-color: #84cc1699; } +.border-e-lime-500\\/65 { + border-inline-end-color: #84cc16a6; +} + .border-e-lime-500\\/70 { border-inline-end-color: #84cc16b3; } @@ -76668,6 +105404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #84cc16cc; } +.border-e-lime-500\\/85 { + border-inline-end-color: #84cc16d9; +} + .border-e-lime-500\\/90 { border-inline-end-color: #84cc16e6; } @@ -76692,6 +105432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #65a30d; } +.border-e-lime-600\\/15 { + border-inline-end-color: #65a30d26; +} + .border-e-lime-600\\/20 { border-inline-end-color: #65a30d33; } @@ -76704,10 +105448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #65a30d4d; } +.border-e-lime-600\\/35 { + border-inline-end-color: #65a30d59; +} + .border-e-lime-600\\/40 { border-inline-end-color: #65a30d66; } +.border-e-lime-600\\/45 { + border-inline-end-color: #65a30d73; +} + .border-e-lime-600\\/5 { border-inline-end-color: #65a30d0d; } @@ -76716,10 +105468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #65a30d80; } +.border-e-lime-600\\/55 { + border-inline-end-color: #65a30d8c; +} + .border-e-lime-600\\/60 { border-inline-end-color: #65a30d99; } +.border-e-lime-600\\/65 { + border-inline-end-color: #65a30da6; +} + .border-e-lime-600\\/70 { border-inline-end-color: #65a30db3; } @@ -76732,6 +105492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #65a30dcc; } +.border-e-lime-600\\/85 { + border-inline-end-color: #65a30dd9; +} + .border-e-lime-600\\/90 { border-inline-end-color: #65a30de6; } @@ -76756,6 +105520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4d7c0f; } +.border-e-lime-700\\/15 { + border-inline-end-color: #4d7c0f26; +} + .border-e-lime-700\\/20 { border-inline-end-color: #4d7c0f33; } @@ -76768,10 +105536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4d7c0f4d; } +.border-e-lime-700\\/35 { + border-inline-end-color: #4d7c0f59; +} + .border-e-lime-700\\/40 { border-inline-end-color: #4d7c0f66; } +.border-e-lime-700\\/45 { + border-inline-end-color: #4d7c0f73; +} + .border-e-lime-700\\/5 { border-inline-end-color: #4d7c0f0d; } @@ -76780,10 +105556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4d7c0f80; } +.border-e-lime-700\\/55 { + border-inline-end-color: #4d7c0f8c; +} + .border-e-lime-700\\/60 { border-inline-end-color: #4d7c0f99; } +.border-e-lime-700\\/65 { + border-inline-end-color: #4d7c0fa6; +} + .border-e-lime-700\\/70 { border-inline-end-color: #4d7c0fb3; } @@ -76796,6 +105580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4d7c0fcc; } +.border-e-lime-700\\/85 { + border-inline-end-color: #4d7c0fd9; +} + .border-e-lime-700\\/90 { border-inline-end-color: #4d7c0fe6; } @@ -76820,6 +105608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f6212; } +.border-e-lime-800\\/15 { + border-inline-end-color: #3f621226; +} + .border-e-lime-800\\/20 { border-inline-end-color: #3f621233; } @@ -76832,10 +105624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f62124d; } +.border-e-lime-800\\/35 { + border-inline-end-color: #3f621259; +} + .border-e-lime-800\\/40 { border-inline-end-color: #3f621266; } +.border-e-lime-800\\/45 { + border-inline-end-color: #3f621273; +} + .border-e-lime-800\\/5 { border-inline-end-color: #3f62120d; } @@ -76844,10 +105644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f621280; } +.border-e-lime-800\\/55 { + border-inline-end-color: #3f62128c; +} + .border-e-lime-800\\/60 { border-inline-end-color: #3f621299; } +.border-e-lime-800\\/65 { + border-inline-end-color: #3f6212a6; +} + .border-e-lime-800\\/70 { border-inline-end-color: #3f6212b3; } @@ -76860,6 +105668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f6212cc; } +.border-e-lime-800\\/85 { + border-inline-end-color: #3f6212d9; +} + .border-e-lime-800\\/90 { border-inline-end-color: #3f6212e6; } @@ -76884,6 +105696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #365314; } +.border-e-lime-900\\/15 { + border-inline-end-color: #36531426; +} + .border-e-lime-900\\/20 { border-inline-end-color: #36531433; } @@ -76896,10 +105712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3653144d; } +.border-e-lime-900\\/35 { + border-inline-end-color: #36531459; +} + .border-e-lime-900\\/40 { border-inline-end-color: #36531466; } +.border-e-lime-900\\/45 { + border-inline-end-color: #36531473; +} + .border-e-lime-900\\/5 { border-inline-end-color: #3653140d; } @@ -76908,10 +105732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #36531480; } +.border-e-lime-900\\/55 { + border-inline-end-color: #3653148c; +} + .border-e-lime-900\\/60 { border-inline-end-color: #36531499; } +.border-e-lime-900\\/65 { + border-inline-end-color: #365314a6; +} + .border-e-lime-900\\/70 { border-inline-end-color: #365314b3; } @@ -76924,6 +105756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #365314cc; } +.border-e-lime-900\\/85 { + border-inline-end-color: #365314d9; +} + .border-e-lime-900\\/90 { border-inline-end-color: #365314e6; } @@ -76948,6 +105784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1a2e05; } +.border-e-lime-950\\/15 { + border-inline-end-color: #1a2e0526; +} + .border-e-lime-950\\/20 { border-inline-end-color: #1a2e0533; } @@ -76960,10 +105800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1a2e054d; } +.border-e-lime-950\\/35 { + border-inline-end-color: #1a2e0559; +} + .border-e-lime-950\\/40 { border-inline-end-color: #1a2e0566; } +.border-e-lime-950\\/45 { + border-inline-end-color: #1a2e0573; +} + .border-e-lime-950\\/5 { border-inline-end-color: #1a2e050d; } @@ -76972,10 +105820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1a2e0580; } +.border-e-lime-950\\/55 { + border-inline-end-color: #1a2e058c; +} + .border-e-lime-950\\/60 { border-inline-end-color: #1a2e0599; } +.border-e-lime-950\\/65 { + border-inline-end-color: #1a2e05a6; +} + .border-e-lime-950\\/70 { border-inline-end-color: #1a2e05b3; } @@ -76988,6 +105844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1a2e05cc; } +.border-e-lime-950\\/85 { + border-inline-end-color: #1a2e05d9; +} + .border-e-lime-950\\/90 { border-inline-end-color: #1a2e05e6; } @@ -77012,6 +105872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f5; } +.border-e-neutral-100\\/15 { + border-inline-end-color: #f5f5f526; +} + .border-e-neutral-100\\/20 { border-inline-end-color: #f5f5f533; } @@ -77024,10 +105888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f54d; } +.border-e-neutral-100\\/35 { + border-inline-end-color: #f5f5f559; +} + .border-e-neutral-100\\/40 { border-inline-end-color: #f5f5f566; } +.border-e-neutral-100\\/45 { + border-inline-end-color: #f5f5f573; +} + .border-e-neutral-100\\/5 { border-inline-end-color: #f5f5f50d; } @@ -77036,10 +105908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f580; } +.border-e-neutral-100\\/55 { + border-inline-end-color: #f5f5f58c; +} + .border-e-neutral-100\\/60 { border-inline-end-color: #f5f5f599; } +.border-e-neutral-100\\/65 { + border-inline-end-color: #f5f5f5a6; +} + .border-e-neutral-100\\/70 { border-inline-end-color: #f5f5f5b3; } @@ -77052,6 +105932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f5cc; } +.border-e-neutral-100\\/85 { + border-inline-end-color: #f5f5f5d9; +} + .border-e-neutral-100\\/90 { border-inline-end-color: #f5f5f5e6; } @@ -77076,6 +105960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e5e5; } +.border-e-neutral-200\\/15 { + border-inline-end-color: #e5e5e526; +} + .border-e-neutral-200\\/20 { border-inline-end-color: #e5e5e533; } @@ -77088,10 +105976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e5e54d; } +.border-e-neutral-200\\/35 { + border-inline-end-color: #e5e5e559; +} + .border-e-neutral-200\\/40 { border-inline-end-color: #e5e5e566; } +.border-e-neutral-200\\/45 { + border-inline-end-color: #e5e5e573; +} + .border-e-neutral-200\\/5 { border-inline-end-color: #e5e5e50d; } @@ -77100,10 +105996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e5e580; } +.border-e-neutral-200\\/55 { + border-inline-end-color: #e5e5e58c; +} + .border-e-neutral-200\\/60 { border-inline-end-color: #e5e5e599; } +.border-e-neutral-200\\/65 { + border-inline-end-color: #e5e5e5a6; +} + .border-e-neutral-200\\/70 { border-inline-end-color: #e5e5e5b3; } @@ -77116,6 +106020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e5e5e5cc; } +.border-e-neutral-200\\/85 { + border-inline-end-color: #e5e5e5d9; +} + .border-e-neutral-200\\/90 { border-inline-end-color: #e5e5e5e6; } @@ -77140,6 +106048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d4; } +.border-e-neutral-300\\/15 { + border-inline-end-color: #d4d4d426; +} + .border-e-neutral-300\\/20 { border-inline-end-color: #d4d4d433; } @@ -77152,10 +106064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d44d; } +.border-e-neutral-300\\/35 { + border-inline-end-color: #d4d4d459; +} + .border-e-neutral-300\\/40 { border-inline-end-color: #d4d4d466; } +.border-e-neutral-300\\/45 { + border-inline-end-color: #d4d4d473; +} + .border-e-neutral-300\\/5 { border-inline-end-color: #d4d4d40d; } @@ -77164,10 +106084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d480; } +.border-e-neutral-300\\/55 { + border-inline-end-color: #d4d4d48c; +} + .border-e-neutral-300\\/60 { border-inline-end-color: #d4d4d499; } +.border-e-neutral-300\\/65 { + border-inline-end-color: #d4d4d4a6; +} + .border-e-neutral-300\\/70 { border-inline-end-color: #d4d4d4b3; } @@ -77180,6 +106108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d4cc; } +.border-e-neutral-300\\/85 { + border-inline-end-color: #d4d4d4d9; +} + .border-e-neutral-300\\/90 { border-inline-end-color: #d4d4d4e6; } @@ -77204,6 +106136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3a3a3; } +.border-e-neutral-400\\/15 { + border-inline-end-color: #a3a3a326; +} + .border-e-neutral-400\\/20 { border-inline-end-color: #a3a3a333; } @@ -77216,10 +106152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3a3a34d; } +.border-e-neutral-400\\/35 { + border-inline-end-color: #a3a3a359; +} + .border-e-neutral-400\\/40 { border-inline-end-color: #a3a3a366; } +.border-e-neutral-400\\/45 { + border-inline-end-color: #a3a3a373; +} + .border-e-neutral-400\\/5 { border-inline-end-color: #a3a3a30d; } @@ -77228,10 +106172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3a3a380; } +.border-e-neutral-400\\/55 { + border-inline-end-color: #a3a3a38c; +} + .border-e-neutral-400\\/60 { border-inline-end-color: #a3a3a399; } +.border-e-neutral-400\\/65 { + border-inline-end-color: #a3a3a3a6; +} + .border-e-neutral-400\\/70 { border-inline-end-color: #a3a3a3b3; } @@ -77244,6 +106196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a3a3a3cc; } +.border-e-neutral-400\\/85 { + border-inline-end-color: #a3a3a3d9; +} + .border-e-neutral-400\\/90 { border-inline-end-color: #a3a3a3e6; } @@ -77268,6 +106224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafa; } +.border-e-neutral-50\\/15 { + border-inline-end-color: #fafafa26; +} + .border-e-neutral-50\\/20 { border-inline-end-color: #fafafa33; } @@ -77280,10 +106240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafa4d; } +.border-e-neutral-50\\/35 { + border-inline-end-color: #fafafa59; +} + .border-e-neutral-50\\/40 { border-inline-end-color: #fafafa66; } +.border-e-neutral-50\\/45 { + border-inline-end-color: #fafafa73; +} + .border-e-neutral-50\\/5 { border-inline-end-color: #fafafa0d; } @@ -77292,10 +106260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafa80; } +.border-e-neutral-50\\/55 { + border-inline-end-color: #fafafa8c; +} + .border-e-neutral-50\\/60 { border-inline-end-color: #fafafa99; } +.border-e-neutral-50\\/65 { + border-inline-end-color: #fafafaa6; +} + .border-e-neutral-50\\/70 { border-inline-end-color: #fafafab3; } @@ -77308,6 +106284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafacc; } +.border-e-neutral-50\\/85 { + border-inline-end-color: #fafafad9; +} + .border-e-neutral-50\\/90 { border-inline-end-color: #fafafae6; } @@ -77332,6 +106312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #737373; } +.border-e-neutral-500\\/15 { + border-inline-end-color: #73737326; +} + .border-e-neutral-500\\/20 { border-inline-end-color: #73737333; } @@ -77344,10 +106328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7373734d; } +.border-e-neutral-500\\/35 { + border-inline-end-color: #73737359; +} + .border-e-neutral-500\\/40 { border-inline-end-color: #73737366; } +.border-e-neutral-500\\/45 { + border-inline-end-color: #73737373; +} + .border-e-neutral-500\\/5 { border-inline-end-color: #7373730d; } @@ -77356,10 +106348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #73737380; } +.border-e-neutral-500\\/55 { + border-inline-end-color: #7373738c; +} + .border-e-neutral-500\\/60 { border-inline-end-color: #73737399; } +.border-e-neutral-500\\/65 { + border-inline-end-color: #737373a6; +} + .border-e-neutral-500\\/70 { border-inline-end-color: #737373b3; } @@ -77372,6 +106372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #737373cc; } +.border-e-neutral-500\\/85 { + border-inline-end-color: #737373d9; +} + .border-e-neutral-500\\/90 { border-inline-end-color: #737373e6; } @@ -77396,6 +106400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #525252; } +.border-e-neutral-600\\/15 { + border-inline-end-color: #52525226; +} + .border-e-neutral-600\\/20 { border-inline-end-color: #52525233; } @@ -77408,10 +106416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5252524d; } +.border-e-neutral-600\\/35 { + border-inline-end-color: #52525259; +} + .border-e-neutral-600\\/40 { border-inline-end-color: #52525266; } +.border-e-neutral-600\\/45 { + border-inline-end-color: #52525273; +} + .border-e-neutral-600\\/5 { border-inline-end-color: #5252520d; } @@ -77420,10 +106436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #52525280; } +.border-e-neutral-600\\/55 { + border-inline-end-color: #5252528c; +} + .border-e-neutral-600\\/60 { border-inline-end-color: #52525299; } +.border-e-neutral-600\\/65 { + border-inline-end-color: #525252a6; +} + .border-e-neutral-600\\/70 { border-inline-end-color: #525252b3; } @@ -77436,6 +106460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #525252cc; } +.border-e-neutral-600\\/85 { + border-inline-end-color: #525252d9; +} + .border-e-neutral-600\\/90 { border-inline-end-color: #525252e6; } @@ -77460,6 +106488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #404040; } +.border-e-neutral-700\\/15 { + border-inline-end-color: #40404026; +} + .border-e-neutral-700\\/20 { border-inline-end-color: #40404033; } @@ -77472,10 +106504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4040404d; } +.border-e-neutral-700\\/35 { + border-inline-end-color: #40404059; +} + .border-e-neutral-700\\/40 { border-inline-end-color: #40404066; } +.border-e-neutral-700\\/45 { + border-inline-end-color: #40404073; +} + .border-e-neutral-700\\/5 { border-inline-end-color: #4040400d; } @@ -77484,10 +106524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #40404080; } +.border-e-neutral-700\\/55 { + border-inline-end-color: #4040408c; +} + .border-e-neutral-700\\/60 { border-inline-end-color: #40404099; } +.border-e-neutral-700\\/65 { + border-inline-end-color: #404040a6; +} + .border-e-neutral-700\\/70 { border-inline-end-color: #404040b3; } @@ -77500,6 +106548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #404040cc; } +.border-e-neutral-700\\/85 { + border-inline-end-color: #404040d9; +} + .border-e-neutral-700\\/90 { border-inline-end-color: #404040e6; } @@ -77524,6 +106576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #262626; } +.border-e-neutral-800\\/15 { + border-inline-end-color: #26262626; +} + .border-e-neutral-800\\/20 { border-inline-end-color: #26262633; } @@ -77536,10 +106592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2626264d; } +.border-e-neutral-800\\/35 { + border-inline-end-color: #26262659; +} + .border-e-neutral-800\\/40 { border-inline-end-color: #26262666; } +.border-e-neutral-800\\/45 { + border-inline-end-color: #26262673; +} + .border-e-neutral-800\\/5 { border-inline-end-color: #2626260d; } @@ -77548,10 +106612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #26262680; } +.border-e-neutral-800\\/55 { + border-inline-end-color: #2626268c; +} + .border-e-neutral-800\\/60 { border-inline-end-color: #26262699; } +.border-e-neutral-800\\/65 { + border-inline-end-color: #262626a6; +} + .border-e-neutral-800\\/70 { border-inline-end-color: #262626b3; } @@ -77564,6 +106636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #262626cc; } +.border-e-neutral-800\\/85 { + border-inline-end-color: #262626d9; +} + .border-e-neutral-800\\/90 { border-inline-end-color: #262626e6; } @@ -77588,6 +106664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #171717; } +.border-e-neutral-900\\/15 { + border-inline-end-color: #17171726; +} + .border-e-neutral-900\\/20 { border-inline-end-color: #17171733; } @@ -77600,10 +106680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1717174d; } +.border-e-neutral-900\\/35 { + border-inline-end-color: #17171759; +} + .border-e-neutral-900\\/40 { border-inline-end-color: #17171766; } +.border-e-neutral-900\\/45 { + border-inline-end-color: #17171773; +} + .border-e-neutral-900\\/5 { border-inline-end-color: #1717170d; } @@ -77612,10 +106700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #17171780; } +.border-e-neutral-900\\/55 { + border-inline-end-color: #1717178c; +} + .border-e-neutral-900\\/60 { border-inline-end-color: #17171799; } +.border-e-neutral-900\\/65 { + border-inline-end-color: #171717a6; +} + .border-e-neutral-900\\/70 { border-inline-end-color: #171717b3; } @@ -77628,6 +106724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #171717cc; } +.border-e-neutral-900\\/85 { + border-inline-end-color: #171717d9; +} + .border-e-neutral-900\\/90 { border-inline-end-color: #171717e6; } @@ -77652,6 +106752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0a0a0a; } +.border-e-neutral-950\\/15 { + border-inline-end-color: #0a0a0a26; +} + .border-e-neutral-950\\/20 { border-inline-end-color: #0a0a0a33; } @@ -77664,10 +106768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0a0a0a4d; } +.border-e-neutral-950\\/35 { + border-inline-end-color: #0a0a0a59; +} + .border-e-neutral-950\\/40 { border-inline-end-color: #0a0a0a66; } +.border-e-neutral-950\\/45 { + border-inline-end-color: #0a0a0a73; +} + .border-e-neutral-950\\/5 { border-inline-end-color: #0a0a0a0d; } @@ -77676,10 +106788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0a0a0a80; } +.border-e-neutral-950\\/55 { + border-inline-end-color: #0a0a0a8c; +} + .border-e-neutral-950\\/60 { border-inline-end-color: #0a0a0a99; } +.border-e-neutral-950\\/65 { + border-inline-end-color: #0a0a0aa6; +} + .border-e-neutral-950\\/70 { border-inline-end-color: #0a0a0ab3; } @@ -77692,6 +106812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0a0a0acc; } +.border-e-neutral-950\\/85 { + border-inline-end-color: #0a0a0ad9; +} + .border-e-neutral-950\\/90 { border-inline-end-color: #0a0a0ae6; } @@ -77716,6 +106840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffedd5; } +.border-e-orange-100\\/15 { + border-inline-end-color: #ffedd526; +} + .border-e-orange-100\\/20 { border-inline-end-color: #ffedd533; } @@ -77728,10 +106856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffedd54d; } +.border-e-orange-100\\/35 { + border-inline-end-color: #ffedd559; +} + .border-e-orange-100\\/40 { border-inline-end-color: #ffedd566; } +.border-e-orange-100\\/45 { + border-inline-end-color: #ffedd573; +} + .border-e-orange-100\\/5 { border-inline-end-color: #ffedd50d; } @@ -77740,10 +106876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffedd580; } +.border-e-orange-100\\/55 { + border-inline-end-color: #ffedd58c; +} + .border-e-orange-100\\/60 { border-inline-end-color: #ffedd599; } +.border-e-orange-100\\/65 { + border-inline-end-color: #ffedd5a6; +} + .border-e-orange-100\\/70 { border-inline-end-color: #ffedd5b3; } @@ -77756,6 +106900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffedd5cc; } +.border-e-orange-100\\/85 { + border-inline-end-color: #ffedd5d9; +} + .border-e-orange-100\\/90 { border-inline-end-color: #ffedd5e6; } @@ -77780,6 +106928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fed7aa; } +.border-e-orange-200\\/15 { + border-inline-end-color: #fed7aa26; +} + .border-e-orange-200\\/20 { border-inline-end-color: #fed7aa33; } @@ -77792,10 +106944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fed7aa4d; } +.border-e-orange-200\\/35 { + border-inline-end-color: #fed7aa59; +} + .border-e-orange-200\\/40 { border-inline-end-color: #fed7aa66; } +.border-e-orange-200\\/45 { + border-inline-end-color: #fed7aa73; +} + .border-e-orange-200\\/5 { border-inline-end-color: #fed7aa0d; } @@ -77804,10 +106964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fed7aa80; } +.border-e-orange-200\\/55 { + border-inline-end-color: #fed7aa8c; +} + .border-e-orange-200\\/60 { border-inline-end-color: #fed7aa99; } +.border-e-orange-200\\/65 { + border-inline-end-color: #fed7aaa6; +} + .border-e-orange-200\\/70 { border-inline-end-color: #fed7aab3; } @@ -77820,6 +106988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fed7aacc; } +.border-e-orange-200\\/85 { + border-inline-end-color: #fed7aad9; +} + .border-e-orange-200\\/90 { border-inline-end-color: #fed7aae6; } @@ -77844,6 +107016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdba74; } +.border-e-orange-300\\/15 { + border-inline-end-color: #fdba7426; +} + .border-e-orange-300\\/20 { border-inline-end-color: #fdba7433; } @@ -77856,10 +107032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdba744d; } +.border-e-orange-300\\/35 { + border-inline-end-color: #fdba7459; +} + .border-e-orange-300\\/40 { border-inline-end-color: #fdba7466; } +.border-e-orange-300\\/45 { + border-inline-end-color: #fdba7473; +} + .border-e-orange-300\\/5 { border-inline-end-color: #fdba740d; } @@ -77868,10 +107052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdba7480; } +.border-e-orange-300\\/55 { + border-inline-end-color: #fdba748c; +} + .border-e-orange-300\\/60 { border-inline-end-color: #fdba7499; } +.border-e-orange-300\\/65 { + border-inline-end-color: #fdba74a6; +} + .border-e-orange-300\\/70 { border-inline-end-color: #fdba74b3; } @@ -77884,6 +107076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdba74cc; } +.border-e-orange-300\\/85 { + border-inline-end-color: #fdba74d9; +} + .border-e-orange-300\\/90 { border-inline-end-color: #fdba74e6; } @@ -77908,6 +107104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb923c; } +.border-e-orange-400\\/15 { + border-inline-end-color: #fb923c26; +} + .border-e-orange-400\\/20 { border-inline-end-color: #fb923c33; } @@ -77920,10 +107120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb923c4d; } +.border-e-orange-400\\/35 { + border-inline-end-color: #fb923c59; +} + .border-e-orange-400\\/40 { border-inline-end-color: #fb923c66; } +.border-e-orange-400\\/45 { + border-inline-end-color: #fb923c73; +} + .border-e-orange-400\\/5 { border-inline-end-color: #fb923c0d; } @@ -77932,10 +107140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb923c80; } +.border-e-orange-400\\/55 { + border-inline-end-color: #fb923c8c; +} + .border-e-orange-400\\/60 { border-inline-end-color: #fb923c99; } +.border-e-orange-400\\/65 { + border-inline-end-color: #fb923ca6; +} + .border-e-orange-400\\/70 { border-inline-end-color: #fb923cb3; } @@ -77948,6 +107164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb923ccc; } +.border-e-orange-400\\/85 { + border-inline-end-color: #fb923cd9; +} + .border-e-orange-400\\/90 { border-inline-end-color: #fb923ce6; } @@ -77972,6 +107192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff7ed; } +.border-e-orange-50\\/15 { + border-inline-end-color: #fff7ed26; +} + .border-e-orange-50\\/20 { border-inline-end-color: #fff7ed33; } @@ -77984,10 +107208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff7ed4d; } +.border-e-orange-50\\/35 { + border-inline-end-color: #fff7ed59; +} + .border-e-orange-50\\/40 { border-inline-end-color: #fff7ed66; } +.border-e-orange-50\\/45 { + border-inline-end-color: #fff7ed73; +} + .border-e-orange-50\\/5 { border-inline-end-color: #fff7ed0d; } @@ -77996,10 +107228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff7ed80; } +.border-e-orange-50\\/55 { + border-inline-end-color: #fff7ed8c; +} + .border-e-orange-50\\/60 { border-inline-end-color: #fff7ed99; } +.border-e-orange-50\\/65 { + border-inline-end-color: #fff7eda6; +} + .border-e-orange-50\\/70 { border-inline-end-color: #fff7edb3; } @@ -78012,6 +107252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff7edcc; } +.border-e-orange-50\\/85 { + border-inline-end-color: #fff7edd9; +} + .border-e-orange-50\\/90 { border-inline-end-color: #fff7ede6; } @@ -78036,6 +107280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f97316; } +.border-e-orange-500\\/15 { + border-inline-end-color: #f9731626; +} + .border-e-orange-500\\/20 { border-inline-end-color: #f9731633; } @@ -78048,10 +107296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f973164d; } +.border-e-orange-500\\/35 { + border-inline-end-color: #f9731659; +} + .border-e-orange-500\\/40 { border-inline-end-color: #f9731666; } +.border-e-orange-500\\/45 { + border-inline-end-color: #f9731673; +} + .border-e-orange-500\\/5 { border-inline-end-color: #f973160d; } @@ -78060,10 +107316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9731680; } +.border-e-orange-500\\/55 { + border-inline-end-color: #f973168c; +} + .border-e-orange-500\\/60 { border-inline-end-color: #f9731699; } +.border-e-orange-500\\/65 { + border-inline-end-color: #f97316a6; +} + .border-e-orange-500\\/70 { border-inline-end-color: #f97316b3; } @@ -78076,6 +107340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f97316cc; } +.border-e-orange-500\\/85 { + border-inline-end-color: #f97316d9; +} + .border-e-orange-500\\/90 { border-inline-end-color: #f97316e6; } @@ -78100,6 +107368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ea580c; } +.border-e-orange-600\\/15 { + border-inline-end-color: #ea580c26; +} + .border-e-orange-600\\/20 { border-inline-end-color: #ea580c33; } @@ -78112,10 +107384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ea580c4d; } +.border-e-orange-600\\/35 { + border-inline-end-color: #ea580c59; +} + .border-e-orange-600\\/40 { border-inline-end-color: #ea580c66; } +.border-e-orange-600\\/45 { + border-inline-end-color: #ea580c73; +} + .border-e-orange-600\\/5 { border-inline-end-color: #ea580c0d; } @@ -78124,10 +107404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ea580c80; } +.border-e-orange-600\\/55 { + border-inline-end-color: #ea580c8c; +} + .border-e-orange-600\\/60 { border-inline-end-color: #ea580c99; } +.border-e-orange-600\\/65 { + border-inline-end-color: #ea580ca6; +} + .border-e-orange-600\\/70 { border-inline-end-color: #ea580cb3; } @@ -78140,6 +107428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ea580ccc; } +.border-e-orange-600\\/85 { + border-inline-end-color: #ea580cd9; +} + .border-e-orange-600\\/90 { border-inline-end-color: #ea580ce6; } @@ -78164,6 +107456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c2410c; } +.border-e-orange-700\\/15 { + border-inline-end-color: #c2410c26; +} + .border-e-orange-700\\/20 { border-inline-end-color: #c2410c33; } @@ -78176,10 +107472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c2410c4d; } +.border-e-orange-700\\/35 { + border-inline-end-color: #c2410c59; +} + .border-e-orange-700\\/40 { border-inline-end-color: #c2410c66; } +.border-e-orange-700\\/45 { + border-inline-end-color: #c2410c73; +} + .border-e-orange-700\\/5 { border-inline-end-color: #c2410c0d; } @@ -78188,10 +107492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c2410c80; } +.border-e-orange-700\\/55 { + border-inline-end-color: #c2410c8c; +} + .border-e-orange-700\\/60 { border-inline-end-color: #c2410c99; } +.border-e-orange-700\\/65 { + border-inline-end-color: #c2410ca6; +} + .border-e-orange-700\\/70 { border-inline-end-color: #c2410cb3; } @@ -78204,6 +107516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c2410ccc; } +.border-e-orange-700\\/85 { + border-inline-end-color: #c2410cd9; +} + .border-e-orange-700\\/90 { border-inline-end-color: #c2410ce6; } @@ -78228,6 +107544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9a3412; } +.border-e-orange-800\\/15 { + border-inline-end-color: #9a341226; +} + .border-e-orange-800\\/20 { border-inline-end-color: #9a341233; } @@ -78240,10 +107560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9a34124d; } +.border-e-orange-800\\/35 { + border-inline-end-color: #9a341259; +} + .border-e-orange-800\\/40 { border-inline-end-color: #9a341266; } +.border-e-orange-800\\/45 { + border-inline-end-color: #9a341273; +} + .border-e-orange-800\\/5 { border-inline-end-color: #9a34120d; } @@ -78252,10 +107580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9a341280; } +.border-e-orange-800\\/55 { + border-inline-end-color: #9a34128c; +} + .border-e-orange-800\\/60 { border-inline-end-color: #9a341299; } +.border-e-orange-800\\/65 { + border-inline-end-color: #9a3412a6; +} + .border-e-orange-800\\/70 { border-inline-end-color: #9a3412b3; } @@ -78268,6 +107604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9a3412cc; } +.border-e-orange-800\\/85 { + border-inline-end-color: #9a3412d9; +} + .border-e-orange-800\\/90 { border-inline-end-color: #9a3412e6; } @@ -78292,6 +107632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c2d12; } +.border-e-orange-900\\/15 { + border-inline-end-color: #7c2d1226; +} + .border-e-orange-900\\/20 { border-inline-end-color: #7c2d1233; } @@ -78304,10 +107648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c2d124d; } +.border-e-orange-900\\/35 { + border-inline-end-color: #7c2d1259; +} + .border-e-orange-900\\/40 { border-inline-end-color: #7c2d1266; } +.border-e-orange-900\\/45 { + border-inline-end-color: #7c2d1273; +} + .border-e-orange-900\\/5 { border-inline-end-color: #7c2d120d; } @@ -78316,10 +107668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c2d1280; } +.border-e-orange-900\\/55 { + border-inline-end-color: #7c2d128c; +} + .border-e-orange-900\\/60 { border-inline-end-color: #7c2d1299; } +.border-e-orange-900\\/65 { + border-inline-end-color: #7c2d12a6; +} + .border-e-orange-900\\/70 { border-inline-end-color: #7c2d12b3; } @@ -78332,6 +107692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c2d12cc; } +.border-e-orange-900\\/85 { + border-inline-end-color: #7c2d12d9; +} + .border-e-orange-900\\/90 { border-inline-end-color: #7c2d12e6; } @@ -78356,6 +107720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #431407; } +.border-e-orange-950\\/15 { + border-inline-end-color: #43140726; +} + .border-e-orange-950\\/20 { border-inline-end-color: #43140733; } @@ -78368,10 +107736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4314074d; } +.border-e-orange-950\\/35 { + border-inline-end-color: #43140759; +} + .border-e-orange-950\\/40 { border-inline-end-color: #43140766; } +.border-e-orange-950\\/45 { + border-inline-end-color: #43140773; +} + .border-e-orange-950\\/5 { border-inline-end-color: #4314070d; } @@ -78380,10 +107756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #43140780; } +.border-e-orange-950\\/55 { + border-inline-end-color: #4314078c; +} + .border-e-orange-950\\/60 { border-inline-end-color: #43140799; } +.border-e-orange-950\\/65 { + border-inline-end-color: #431407a6; +} + .border-e-orange-950\\/70 { border-inline-end-color: #431407b3; } @@ -78396,6 +107780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #431407cc; } +.border-e-orange-950\\/85 { + border-inline-end-color: #431407d9; +} + .border-e-orange-950\\/90 { border-inline-end-color: #431407e6; } @@ -78420,6 +107808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fce7f3; } +.border-e-pink-100\\/15 { + border-inline-end-color: #fce7f326; +} + .border-e-pink-100\\/20 { border-inline-end-color: #fce7f333; } @@ -78432,10 +107824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fce7f34d; } +.border-e-pink-100\\/35 { + border-inline-end-color: #fce7f359; +} + .border-e-pink-100\\/40 { border-inline-end-color: #fce7f366; } +.border-e-pink-100\\/45 { + border-inline-end-color: #fce7f373; +} + .border-e-pink-100\\/5 { border-inline-end-color: #fce7f30d; } @@ -78444,10 +107844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fce7f380; } +.border-e-pink-100\\/55 { + border-inline-end-color: #fce7f38c; +} + .border-e-pink-100\\/60 { border-inline-end-color: #fce7f399; } +.border-e-pink-100\\/65 { + border-inline-end-color: #fce7f3a6; +} + .border-e-pink-100\\/70 { border-inline-end-color: #fce7f3b3; } @@ -78460,6 +107868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fce7f3cc; } +.border-e-pink-100\\/85 { + border-inline-end-color: #fce7f3d9; +} + .border-e-pink-100\\/90 { border-inline-end-color: #fce7f3e6; } @@ -78484,6 +107896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbcfe8; } +.border-e-pink-200\\/15 { + border-inline-end-color: #fbcfe826; +} + .border-e-pink-200\\/20 { border-inline-end-color: #fbcfe833; } @@ -78496,10 +107912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbcfe84d; } +.border-e-pink-200\\/35 { + border-inline-end-color: #fbcfe859; +} + .border-e-pink-200\\/40 { border-inline-end-color: #fbcfe866; } +.border-e-pink-200\\/45 { + border-inline-end-color: #fbcfe873; +} + .border-e-pink-200\\/5 { border-inline-end-color: #fbcfe80d; } @@ -78508,10 +107932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbcfe880; } +.border-e-pink-200\\/55 { + border-inline-end-color: #fbcfe88c; +} + .border-e-pink-200\\/60 { border-inline-end-color: #fbcfe899; } +.border-e-pink-200\\/65 { + border-inline-end-color: #fbcfe8a6; +} + .border-e-pink-200\\/70 { border-inline-end-color: #fbcfe8b3; } @@ -78524,6 +107956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fbcfe8cc; } +.border-e-pink-200\\/85 { + border-inline-end-color: #fbcfe8d9; +} + .border-e-pink-200\\/90 { border-inline-end-color: #fbcfe8e6; } @@ -78548,6 +107984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9a8d4; } +.border-e-pink-300\\/15 { + border-inline-end-color: #f9a8d426; +} + .border-e-pink-300\\/20 { border-inline-end-color: #f9a8d433; } @@ -78560,10 +108000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9a8d44d; } +.border-e-pink-300\\/35 { + border-inline-end-color: #f9a8d459; +} + .border-e-pink-300\\/40 { border-inline-end-color: #f9a8d466; } +.border-e-pink-300\\/45 { + border-inline-end-color: #f9a8d473; +} + .border-e-pink-300\\/5 { border-inline-end-color: #f9a8d40d; } @@ -78572,10 +108020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9a8d480; } +.border-e-pink-300\\/55 { + border-inline-end-color: #f9a8d48c; +} + .border-e-pink-300\\/60 { border-inline-end-color: #f9a8d499; } +.border-e-pink-300\\/65 { + border-inline-end-color: #f9a8d4a6; +} + .border-e-pink-300\\/70 { border-inline-end-color: #f9a8d4b3; } @@ -78588,6 +108044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f9a8d4cc; } +.border-e-pink-300\\/85 { + border-inline-end-color: #f9a8d4d9; +} + .border-e-pink-300\\/90 { border-inline-end-color: #f9a8d4e6; } @@ -78612,6 +108072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f472b6; } +.border-e-pink-400\\/15 { + border-inline-end-color: #f472b626; +} + .border-e-pink-400\\/20 { border-inline-end-color: #f472b633; } @@ -78624,10 +108088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f472b64d; } +.border-e-pink-400\\/35 { + border-inline-end-color: #f472b659; +} + .border-e-pink-400\\/40 { border-inline-end-color: #f472b666; } +.border-e-pink-400\\/45 { + border-inline-end-color: #f472b673; +} + .border-e-pink-400\\/5 { border-inline-end-color: #f472b60d; } @@ -78636,10 +108108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f472b680; } +.border-e-pink-400\\/55 { + border-inline-end-color: #f472b68c; +} + .border-e-pink-400\\/60 { border-inline-end-color: #f472b699; } +.border-e-pink-400\\/65 { + border-inline-end-color: #f472b6a6; +} + .border-e-pink-400\\/70 { border-inline-end-color: #f472b6b3; } @@ -78652,6 +108132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f472b6cc; } +.border-e-pink-400\\/85 { + border-inline-end-color: #f472b6d9; +} + .border-e-pink-400\\/90 { border-inline-end-color: #f472b6e6; } @@ -78676,6 +108160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf2f8; } +.border-e-pink-50\\/15 { + border-inline-end-color: #fdf2f826; +} + .border-e-pink-50\\/20 { border-inline-end-color: #fdf2f833; } @@ -78688,10 +108176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf2f84d; } +.border-e-pink-50\\/35 { + border-inline-end-color: #fdf2f859; +} + .border-e-pink-50\\/40 { border-inline-end-color: #fdf2f866; } +.border-e-pink-50\\/45 { + border-inline-end-color: #fdf2f873; +} + .border-e-pink-50\\/5 { border-inline-end-color: #fdf2f80d; } @@ -78700,10 +108196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf2f880; } +.border-e-pink-50\\/55 { + border-inline-end-color: #fdf2f88c; +} + .border-e-pink-50\\/60 { border-inline-end-color: #fdf2f899; } +.border-e-pink-50\\/65 { + border-inline-end-color: #fdf2f8a6; +} + .border-e-pink-50\\/70 { border-inline-end-color: #fdf2f8b3; } @@ -78716,6 +108220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fdf2f8cc; } +.border-e-pink-50\\/85 { + border-inline-end-color: #fdf2f8d9; +} + .border-e-pink-50\\/90 { border-inline-end-color: #fdf2f8e6; } @@ -78740,6 +108248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ec4899; } +.border-e-pink-500\\/15 { + border-inline-end-color: #ec489926; +} + .border-e-pink-500\\/20 { border-inline-end-color: #ec489933; } @@ -78752,10 +108264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ec48994d; } +.border-e-pink-500\\/35 { + border-inline-end-color: #ec489959; +} + .border-e-pink-500\\/40 { border-inline-end-color: #ec489966; } +.border-e-pink-500\\/45 { + border-inline-end-color: #ec489973; +} + .border-e-pink-500\\/5 { border-inline-end-color: #ec48990d; } @@ -78764,10 +108284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ec489980; } +.border-e-pink-500\\/55 { + border-inline-end-color: #ec48998c; +} + .border-e-pink-500\\/60 { border-inline-end-color: #ec489999; } +.border-e-pink-500\\/65 { + border-inline-end-color: #ec4899a6; +} + .border-e-pink-500\\/70 { border-inline-end-color: #ec4899b3; } @@ -78780,6 +108308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ec4899cc; } +.border-e-pink-500\\/85 { + border-inline-end-color: #ec4899d9; +} + .border-e-pink-500\\/90 { border-inline-end-color: #ec4899e6; } @@ -78804,6 +108336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #db2777; } +.border-e-pink-600\\/15 { + border-inline-end-color: #db277726; +} + .border-e-pink-600\\/20 { border-inline-end-color: #db277733; } @@ -78816,10 +108352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #db27774d; } +.border-e-pink-600\\/35 { + border-inline-end-color: #db277759; +} + .border-e-pink-600\\/40 { border-inline-end-color: #db277766; } +.border-e-pink-600\\/45 { + border-inline-end-color: #db277773; +} + .border-e-pink-600\\/5 { border-inline-end-color: #db27770d; } @@ -78828,10 +108372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #db277780; } +.border-e-pink-600\\/55 { + border-inline-end-color: #db27778c; +} + .border-e-pink-600\\/60 { border-inline-end-color: #db277799; } +.border-e-pink-600\\/65 { + border-inline-end-color: #db2777a6; +} + .border-e-pink-600\\/70 { border-inline-end-color: #db2777b3; } @@ -78844,6 +108396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #db2777cc; } +.border-e-pink-600\\/85 { + border-inline-end-color: #db2777d9; +} + .border-e-pink-600\\/90 { border-inline-end-color: #db2777e6; } @@ -78868,6 +108424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be185d; } +.border-e-pink-700\\/15 { + border-inline-end-color: #be185d26; +} + .border-e-pink-700\\/20 { border-inline-end-color: #be185d33; } @@ -78880,10 +108440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be185d4d; } +.border-e-pink-700\\/35 { + border-inline-end-color: #be185d59; +} + .border-e-pink-700\\/40 { border-inline-end-color: #be185d66; } +.border-e-pink-700\\/45 { + border-inline-end-color: #be185d73; +} + .border-e-pink-700\\/5 { border-inline-end-color: #be185d0d; } @@ -78892,10 +108460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be185d80; } +.border-e-pink-700\\/55 { + border-inline-end-color: #be185d8c; +} + .border-e-pink-700\\/60 { border-inline-end-color: #be185d99; } +.border-e-pink-700\\/65 { + border-inline-end-color: #be185da6; +} + .border-e-pink-700\\/70 { border-inline-end-color: #be185db3; } @@ -78908,6 +108484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be185dcc; } +.border-e-pink-700\\/85 { + border-inline-end-color: #be185dd9; +} + .border-e-pink-700\\/90 { border-inline-end-color: #be185de6; } @@ -78932,6 +108512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9d174d; } +.border-e-pink-800\\/15 { + border-inline-end-color: #9d174d26; +} + .border-e-pink-800\\/20 { border-inline-end-color: #9d174d33; } @@ -78944,10 +108528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9d174d4d; } +.border-e-pink-800\\/35 { + border-inline-end-color: #9d174d59; +} + .border-e-pink-800\\/40 { border-inline-end-color: #9d174d66; } +.border-e-pink-800\\/45 { + border-inline-end-color: #9d174d73; +} + .border-e-pink-800\\/5 { border-inline-end-color: #9d174d0d; } @@ -78956,10 +108548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9d174d80; } +.border-e-pink-800\\/55 { + border-inline-end-color: #9d174d8c; +} + .border-e-pink-800\\/60 { border-inline-end-color: #9d174d99; } +.border-e-pink-800\\/65 { + border-inline-end-color: #9d174da6; +} + .border-e-pink-800\\/70 { border-inline-end-color: #9d174db3; } @@ -78972,6 +108572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9d174dcc; } +.border-e-pink-800\\/85 { + border-inline-end-color: #9d174dd9; +} + .border-e-pink-800\\/90 { border-inline-end-color: #9d174de6; } @@ -78996,6 +108600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #831843; } +.border-e-pink-900\\/15 { + border-inline-end-color: #83184326; +} + .border-e-pink-900\\/20 { border-inline-end-color: #83184333; } @@ -79008,10 +108616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #8318434d; } +.border-e-pink-900\\/35 { + border-inline-end-color: #83184359; +} + .border-e-pink-900\\/40 { border-inline-end-color: #83184366; } +.border-e-pink-900\\/45 { + border-inline-end-color: #83184373; +} + .border-e-pink-900\\/5 { border-inline-end-color: #8318430d; } @@ -79020,10 +108636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #83184380; } +.border-e-pink-900\\/55 { + border-inline-end-color: #8318438c; +} + .border-e-pink-900\\/60 { border-inline-end-color: #83184399; } +.border-e-pink-900\\/65 { + border-inline-end-color: #831843a6; +} + .border-e-pink-900\\/70 { border-inline-end-color: #831843b3; } @@ -79036,6 +108660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #831843cc; } +.border-e-pink-900\\/85 { + border-inline-end-color: #831843d9; +} + .border-e-pink-900\\/90 { border-inline-end-color: #831843e6; } @@ -79060,6 +108688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #500724; } +.border-e-pink-950\\/15 { + border-inline-end-color: #50072426; +} + .border-e-pink-950\\/20 { border-inline-end-color: #50072433; } @@ -79072,10 +108704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5007244d; } +.border-e-pink-950\\/35 { + border-inline-end-color: #50072459; +} + .border-e-pink-950\\/40 { border-inline-end-color: #50072466; } +.border-e-pink-950\\/45 { + border-inline-end-color: #50072473; +} + .border-e-pink-950\\/5 { border-inline-end-color: #5007240d; } @@ -79084,10 +108724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #50072480; } +.border-e-pink-950\\/55 { + border-inline-end-color: #5007248c; +} + .border-e-pink-950\\/60 { border-inline-end-color: #50072499; } +.border-e-pink-950\\/65 { + border-inline-end-color: #500724a6; +} + .border-e-pink-950\\/70 { border-inline-end-color: #500724b3; } @@ -79100,6 +108748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #500724cc; } +.border-e-pink-950\\/85 { + border-inline-end-color: #500724d9; +} + .border-e-pink-950\\/90 { border-inline-end-color: #500724e6; } @@ -79124,6 +108776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3e8ff; } +.border-e-purple-100\\/15 { + border-inline-end-color: #f3e8ff26; +} + .border-e-purple-100\\/20 { border-inline-end-color: #f3e8ff33; } @@ -79136,10 +108792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3e8ff4d; } +.border-e-purple-100\\/35 { + border-inline-end-color: #f3e8ff59; +} + .border-e-purple-100\\/40 { border-inline-end-color: #f3e8ff66; } +.border-e-purple-100\\/45 { + border-inline-end-color: #f3e8ff73; +} + .border-e-purple-100\\/5 { border-inline-end-color: #f3e8ff0d; } @@ -79148,10 +108812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3e8ff80; } +.border-e-purple-100\\/55 { + border-inline-end-color: #f3e8ff8c; +} + .border-e-purple-100\\/60 { border-inline-end-color: #f3e8ff99; } +.border-e-purple-100\\/65 { + border-inline-end-color: #f3e8ffa6; +} + .border-e-purple-100\\/70 { border-inline-end-color: #f3e8ffb3; } @@ -79164,6 +108836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f3e8ffcc; } +.border-e-purple-100\\/85 { + border-inline-end-color: #f3e8ffd9; +} + .border-e-purple-100\\/90 { border-inline-end-color: #f3e8ffe6; } @@ -79188,6 +108864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e9d5ff; } +.border-e-purple-200\\/15 { + border-inline-end-color: #e9d5ff26; +} + .border-e-purple-200\\/20 { border-inline-end-color: #e9d5ff33; } @@ -79200,10 +108880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e9d5ff4d; } +.border-e-purple-200\\/35 { + border-inline-end-color: #e9d5ff59; +} + .border-e-purple-200\\/40 { border-inline-end-color: #e9d5ff66; } +.border-e-purple-200\\/45 { + border-inline-end-color: #e9d5ff73; +} + .border-e-purple-200\\/5 { border-inline-end-color: #e9d5ff0d; } @@ -79212,10 +108900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e9d5ff80; } +.border-e-purple-200\\/55 { + border-inline-end-color: #e9d5ff8c; +} + .border-e-purple-200\\/60 { border-inline-end-color: #e9d5ff99; } +.border-e-purple-200\\/65 { + border-inline-end-color: #e9d5ffa6; +} + .border-e-purple-200\\/70 { border-inline-end-color: #e9d5ffb3; } @@ -79228,6 +108924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e9d5ffcc; } +.border-e-purple-200\\/85 { + border-inline-end-color: #e9d5ffd9; +} + .border-e-purple-200\\/90 { border-inline-end-color: #e9d5ffe6; } @@ -79252,6 +108952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d8b4fe; } +.border-e-purple-300\\/15 { + border-inline-end-color: #d8b4fe26; +} + .border-e-purple-300\\/20 { border-inline-end-color: #d8b4fe33; } @@ -79264,10 +108968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d8b4fe4d; } +.border-e-purple-300\\/35 { + border-inline-end-color: #d8b4fe59; +} + .border-e-purple-300\\/40 { border-inline-end-color: #d8b4fe66; } +.border-e-purple-300\\/45 { + border-inline-end-color: #d8b4fe73; +} + .border-e-purple-300\\/5 { border-inline-end-color: #d8b4fe0d; } @@ -79276,10 +108988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d8b4fe80; } +.border-e-purple-300\\/55 { + border-inline-end-color: #d8b4fe8c; +} + .border-e-purple-300\\/60 { border-inline-end-color: #d8b4fe99; } +.border-e-purple-300\\/65 { + border-inline-end-color: #d8b4fea6; +} + .border-e-purple-300\\/70 { border-inline-end-color: #d8b4feb3; } @@ -79292,6 +109012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d8b4fecc; } +.border-e-purple-300\\/85 { + border-inline-end-color: #d8b4fed9; +} + .border-e-purple-300\\/90 { border-inline-end-color: #d8b4fee6; } @@ -79316,6 +109040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c084fc; } +.border-e-purple-400\\/15 { + border-inline-end-color: #c084fc26; +} + .border-e-purple-400\\/20 { border-inline-end-color: #c084fc33; } @@ -79328,10 +109056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c084fc4d; } +.border-e-purple-400\\/35 { + border-inline-end-color: #c084fc59; +} + .border-e-purple-400\\/40 { border-inline-end-color: #c084fc66; } +.border-e-purple-400\\/45 { + border-inline-end-color: #c084fc73; +} + .border-e-purple-400\\/5 { border-inline-end-color: #c084fc0d; } @@ -79340,10 +109076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c084fc80; } +.border-e-purple-400\\/55 { + border-inline-end-color: #c084fc8c; +} + .border-e-purple-400\\/60 { border-inline-end-color: #c084fc99; } +.border-e-purple-400\\/65 { + border-inline-end-color: #c084fca6; +} + .border-e-purple-400\\/70 { border-inline-end-color: #c084fcb3; } @@ -79356,6 +109100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c084fccc; } +.border-e-purple-400\\/85 { + border-inline-end-color: #c084fcd9; +} + .border-e-purple-400\\/90 { border-inline-end-color: #c084fce6; } @@ -79380,6 +109128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #faf5ff; } +.border-e-purple-50\\/15 { + border-inline-end-color: #faf5ff26; +} + .border-e-purple-50\\/20 { border-inline-end-color: #faf5ff33; } @@ -79392,10 +109144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #faf5ff4d; } +.border-e-purple-50\\/35 { + border-inline-end-color: #faf5ff59; +} + .border-e-purple-50\\/40 { border-inline-end-color: #faf5ff66; } +.border-e-purple-50\\/45 { + border-inline-end-color: #faf5ff73; +} + .border-e-purple-50\\/5 { border-inline-end-color: #faf5ff0d; } @@ -79404,10 +109164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #faf5ff80; } +.border-e-purple-50\\/55 { + border-inline-end-color: #faf5ff8c; +} + .border-e-purple-50\\/60 { border-inline-end-color: #faf5ff99; } +.border-e-purple-50\\/65 { + border-inline-end-color: #faf5ffa6; +} + .border-e-purple-50\\/70 { border-inline-end-color: #faf5ffb3; } @@ -79420,6 +109188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #faf5ffcc; } +.border-e-purple-50\\/85 { + border-inline-end-color: #faf5ffd9; +} + .border-e-purple-50\\/90 { border-inline-end-color: #faf5ffe6; } @@ -79444,6 +109216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a855f7; } +.border-e-purple-500\\/15 { + border-inline-end-color: #a855f726; +} + .border-e-purple-500\\/20 { border-inline-end-color: #a855f733; } @@ -79456,10 +109232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a855f74d; } +.border-e-purple-500\\/35 { + border-inline-end-color: #a855f759; +} + .border-e-purple-500\\/40 { border-inline-end-color: #a855f766; } +.border-e-purple-500\\/45 { + border-inline-end-color: #a855f773; +} + .border-e-purple-500\\/5 { border-inline-end-color: #a855f70d; } @@ -79468,10 +109252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a855f780; } +.border-e-purple-500\\/55 { + border-inline-end-color: #a855f78c; +} + .border-e-purple-500\\/60 { border-inline-end-color: #a855f799; } +.border-e-purple-500\\/65 { + border-inline-end-color: #a855f7a6; +} + .border-e-purple-500\\/70 { border-inline-end-color: #a855f7b3; } @@ -79484,6 +109276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a855f7cc; } +.border-e-purple-500\\/85 { + border-inline-end-color: #a855f7d9; +} + .border-e-purple-500\\/90 { border-inline-end-color: #a855f7e6; } @@ -79508,6 +109304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9333ea; } +.border-e-purple-600\\/15 { + border-inline-end-color: #9333ea26; +} + .border-e-purple-600\\/20 { border-inline-end-color: #9333ea33; } @@ -79520,10 +109320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9333ea4d; } +.border-e-purple-600\\/35 { + border-inline-end-color: #9333ea59; +} + .border-e-purple-600\\/40 { border-inline-end-color: #9333ea66; } +.border-e-purple-600\\/45 { + border-inline-end-color: #9333ea73; +} + .border-e-purple-600\\/5 { border-inline-end-color: #9333ea0d; } @@ -79532,10 +109340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9333ea80; } +.border-e-purple-600\\/55 { + border-inline-end-color: #9333ea8c; +} + .border-e-purple-600\\/60 { border-inline-end-color: #9333ea99; } +.border-e-purple-600\\/65 { + border-inline-end-color: #9333eaa6; +} + .border-e-purple-600\\/70 { border-inline-end-color: #9333eab3; } @@ -79548,6 +109364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9333eacc; } +.border-e-purple-600\\/85 { + border-inline-end-color: #9333ead9; +} + .border-e-purple-600\\/90 { border-inline-end-color: #9333eae6; } @@ -79572,6 +109392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7e22ce; } +.border-e-purple-700\\/15 { + border-inline-end-color: #7e22ce26; +} + .border-e-purple-700\\/20 { border-inline-end-color: #7e22ce33; } @@ -79584,10 +109408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7e22ce4d; } +.border-e-purple-700\\/35 { + border-inline-end-color: #7e22ce59; +} + .border-e-purple-700\\/40 { border-inline-end-color: #7e22ce66; } +.border-e-purple-700\\/45 { + border-inline-end-color: #7e22ce73; +} + .border-e-purple-700\\/5 { border-inline-end-color: #7e22ce0d; } @@ -79596,10 +109428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7e22ce80; } +.border-e-purple-700\\/55 { + border-inline-end-color: #7e22ce8c; +} + .border-e-purple-700\\/60 { border-inline-end-color: #7e22ce99; } +.border-e-purple-700\\/65 { + border-inline-end-color: #7e22cea6; +} + .border-e-purple-700\\/70 { border-inline-end-color: #7e22ceb3; } @@ -79612,6 +109452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7e22cecc; } +.border-e-purple-700\\/85 { + border-inline-end-color: #7e22ced9; +} + .border-e-purple-700\\/90 { border-inline-end-color: #7e22cee6; } @@ -79636,6 +109480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b21a8; } +.border-e-purple-800\\/15 { + border-inline-end-color: #6b21a826; +} + .border-e-purple-800\\/20 { border-inline-end-color: #6b21a833; } @@ -79648,10 +109496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b21a84d; } +.border-e-purple-800\\/35 { + border-inline-end-color: #6b21a859; +} + .border-e-purple-800\\/40 { border-inline-end-color: #6b21a866; } +.border-e-purple-800\\/45 { + border-inline-end-color: #6b21a873; +} + .border-e-purple-800\\/5 { border-inline-end-color: #6b21a80d; } @@ -79660,10 +109516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b21a880; } +.border-e-purple-800\\/55 { + border-inline-end-color: #6b21a88c; +} + .border-e-purple-800\\/60 { border-inline-end-color: #6b21a899; } +.border-e-purple-800\\/65 { + border-inline-end-color: #6b21a8a6; +} + .border-e-purple-800\\/70 { border-inline-end-color: #6b21a8b3; } @@ -79676,6 +109540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6b21a8cc; } +.border-e-purple-800\\/85 { + border-inline-end-color: #6b21a8d9; +} + .border-e-purple-800\\/90 { border-inline-end-color: #6b21a8e6; } @@ -79700,6 +109568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #581c87; } +.border-e-purple-900\\/15 { + border-inline-end-color: #581c8726; +} + .border-e-purple-900\\/20 { border-inline-end-color: #581c8733; } @@ -79712,10 +109584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #581c874d; } +.border-e-purple-900\\/35 { + border-inline-end-color: #581c8759; +} + .border-e-purple-900\\/40 { border-inline-end-color: #581c8766; } +.border-e-purple-900\\/45 { + border-inline-end-color: #581c8773; +} + .border-e-purple-900\\/5 { border-inline-end-color: #581c870d; } @@ -79724,10 +109604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #581c8780; } +.border-e-purple-900\\/55 { + border-inline-end-color: #581c878c; +} + .border-e-purple-900\\/60 { border-inline-end-color: #581c8799; } +.border-e-purple-900\\/65 { + border-inline-end-color: #581c87a6; +} + .border-e-purple-900\\/70 { border-inline-end-color: #581c87b3; } @@ -79740,6 +109628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #581c87cc; } +.border-e-purple-900\\/85 { + border-inline-end-color: #581c87d9; +} + .border-e-purple-900\\/90 { border-inline-end-color: #581c87e6; } @@ -79764,6 +109656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b0764; } +.border-e-purple-950\\/15 { + border-inline-end-color: #3b076426; +} + .border-e-purple-950\\/20 { border-inline-end-color: #3b076433; } @@ -79776,10 +109672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b07644d; } +.border-e-purple-950\\/35 { + border-inline-end-color: #3b076459; +} + .border-e-purple-950\\/40 { border-inline-end-color: #3b076466; } +.border-e-purple-950\\/45 { + border-inline-end-color: #3b076473; +} + .border-e-purple-950\\/5 { border-inline-end-color: #3b07640d; } @@ -79788,10 +109692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b076480; } +.border-e-purple-950\\/55 { + border-inline-end-color: #3b07648c; +} + .border-e-purple-950\\/60 { border-inline-end-color: #3b076499; } +.border-e-purple-950\\/65 { + border-inline-end-color: #3b0764a6; +} + .border-e-purple-950\\/70 { border-inline-end-color: #3b0764b3; } @@ -79804,6 +109716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3b0764cc; } +.border-e-purple-950\\/85 { + border-inline-end-color: #3b0764d9; +} + .border-e-purple-950\\/90 { border-inline-end-color: #3b0764e6; } @@ -79828,6 +109744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fee2e2; } +.border-e-red-100\\/15 { + border-inline-end-color: #fee2e226; +} + .border-e-red-100\\/20 { border-inline-end-color: #fee2e233; } @@ -79840,10 +109760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fee2e24d; } +.border-e-red-100\\/35 { + border-inline-end-color: #fee2e259; +} + .border-e-red-100\\/40 { border-inline-end-color: #fee2e266; } +.border-e-red-100\\/45 { + border-inline-end-color: #fee2e273; +} + .border-e-red-100\\/5 { border-inline-end-color: #fee2e20d; } @@ -79852,10 +109780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fee2e280; } +.border-e-red-100\\/55 { + border-inline-end-color: #fee2e28c; +} + .border-e-red-100\\/60 { border-inline-end-color: #fee2e299; } +.border-e-red-100\\/65 { + border-inline-end-color: #fee2e2a6; +} + .border-e-red-100\\/70 { border-inline-end-color: #fee2e2b3; } @@ -79868,6 +109804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fee2e2cc; } +.border-e-red-100\\/85 { + border-inline-end-color: #fee2e2d9; +} + .border-e-red-100\\/90 { border-inline-end-color: #fee2e2e6; } @@ -79892,6 +109832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecaca; } +.border-e-red-200\\/15 { + border-inline-end-color: #fecaca26; +} + .border-e-red-200\\/20 { border-inline-end-color: #fecaca33; } @@ -79904,10 +109848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecaca4d; } +.border-e-red-200\\/35 { + border-inline-end-color: #fecaca59; +} + .border-e-red-200\\/40 { border-inline-end-color: #fecaca66; } +.border-e-red-200\\/45 { + border-inline-end-color: #fecaca73; +} + .border-e-red-200\\/5 { border-inline-end-color: #fecaca0d; } @@ -79916,10 +109868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecaca80; } +.border-e-red-200\\/55 { + border-inline-end-color: #fecaca8c; +} + .border-e-red-200\\/60 { border-inline-end-color: #fecaca99; } +.border-e-red-200\\/65 { + border-inline-end-color: #fecacaa6; +} + .border-e-red-200\\/70 { border-inline-end-color: #fecacab3; } @@ -79932,6 +109892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecacacc; } +.border-e-red-200\\/85 { + border-inline-end-color: #fecacad9; +} + .border-e-red-200\\/90 { border-inline-end-color: #fecacae6; } @@ -79956,6 +109920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fca5a5; } +.border-e-red-300\\/15 { + border-inline-end-color: #fca5a526; +} + .border-e-red-300\\/20 { border-inline-end-color: #fca5a533; } @@ -79968,10 +109936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fca5a54d; } +.border-e-red-300\\/35 { + border-inline-end-color: #fca5a559; +} + .border-e-red-300\\/40 { border-inline-end-color: #fca5a566; } +.border-e-red-300\\/45 { + border-inline-end-color: #fca5a573; +} + .border-e-red-300\\/5 { border-inline-end-color: #fca5a50d; } @@ -79980,10 +109956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fca5a580; } +.border-e-red-300\\/55 { + border-inline-end-color: #fca5a58c; +} + .border-e-red-300\\/60 { border-inline-end-color: #fca5a599; } +.border-e-red-300\\/65 { + border-inline-end-color: #fca5a5a6; +} + .border-e-red-300\\/70 { border-inline-end-color: #fca5a5b3; } @@ -79996,6 +109980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fca5a5cc; } +.border-e-red-300\\/85 { + border-inline-end-color: #fca5a5d9; +} + .border-e-red-300\\/90 { border-inline-end-color: #fca5a5e6; } @@ -80020,6 +110008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f87171; } +.border-e-red-400\\/15 { + border-inline-end-color: #f8717126; +} + .border-e-red-400\\/20 { border-inline-end-color: #f8717133; } @@ -80032,10 +110024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f871714d; } +.border-e-red-400\\/35 { + border-inline-end-color: #f8717159; +} + .border-e-red-400\\/40 { border-inline-end-color: #f8717166; } +.border-e-red-400\\/45 { + border-inline-end-color: #f8717173; +} + .border-e-red-400\\/5 { border-inline-end-color: #f871710d; } @@ -80044,10 +110044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f8717180; } +.border-e-red-400\\/55 { + border-inline-end-color: #f871718c; +} + .border-e-red-400\\/60 { border-inline-end-color: #f8717199; } +.border-e-red-400\\/65 { + border-inline-end-color: #f87171a6; +} + .border-e-red-400\\/70 { border-inline-end-color: #f87171b3; } @@ -80060,6 +110068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f87171cc; } +.border-e-red-400\\/85 { + border-inline-end-color: #f87171d9; +} + .border-e-red-400\\/90 { border-inline-end-color: #f87171e6; } @@ -80084,6 +110096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef2f2; } +.border-e-red-50\\/15 { + border-inline-end-color: #fef2f226; +} + .border-e-red-50\\/20 { border-inline-end-color: #fef2f233; } @@ -80096,10 +110112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef2f24d; } +.border-e-red-50\\/35 { + border-inline-end-color: #fef2f259; +} + .border-e-red-50\\/40 { border-inline-end-color: #fef2f266; } +.border-e-red-50\\/45 { + border-inline-end-color: #fef2f273; +} + .border-e-red-50\\/5 { border-inline-end-color: #fef2f20d; } @@ -80108,10 +110132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef2f280; } +.border-e-red-50\\/55 { + border-inline-end-color: #fef2f28c; +} + .border-e-red-50\\/60 { border-inline-end-color: #fef2f299; } +.border-e-red-50\\/65 { + border-inline-end-color: #fef2f2a6; +} + .border-e-red-50\\/70 { border-inline-end-color: #fef2f2b3; } @@ -80124,6 +110156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef2f2cc; } +.border-e-red-50\\/85 { + border-inline-end-color: #fef2f2d9; +} + .border-e-red-50\\/90 { border-inline-end-color: #fef2f2e6; } @@ -80148,6 +110184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ef4444; } +.border-e-red-500\\/15 { + border-inline-end-color: #ef444426; +} + .border-e-red-500\\/20 { border-inline-end-color: #ef444433; } @@ -80160,10 +110200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ef44444d; } +.border-e-red-500\\/35 { + border-inline-end-color: #ef444459; +} + .border-e-red-500\\/40 { border-inline-end-color: #ef444466; } +.border-e-red-500\\/45 { + border-inline-end-color: #ef444473; +} + .border-e-red-500\\/5 { border-inline-end-color: #ef44440d; } @@ -80172,10 +110220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ef444480; } +.border-e-red-500\\/55 { + border-inline-end-color: #ef44448c; +} + .border-e-red-500\\/60 { border-inline-end-color: #ef444499; } +.border-e-red-500\\/65 { + border-inline-end-color: #ef4444a6; +} + .border-e-red-500\\/70 { border-inline-end-color: #ef4444b3; } @@ -80188,6 +110244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ef4444cc; } +.border-e-red-500\\/85 { + border-inline-end-color: #ef4444d9; +} + .border-e-red-500\\/90 { border-inline-end-color: #ef4444e6; } @@ -80212,6 +110272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dc2626; } +.border-e-red-600\\/15 { + border-inline-end-color: #dc262626; +} + .border-e-red-600\\/20 { border-inline-end-color: #dc262633; } @@ -80224,10 +110288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dc26264d; } +.border-e-red-600\\/35 { + border-inline-end-color: #dc262659; +} + .border-e-red-600\\/40 { border-inline-end-color: #dc262666; } +.border-e-red-600\\/45 { + border-inline-end-color: #dc262673; +} + .border-e-red-600\\/5 { border-inline-end-color: #dc26260d; } @@ -80236,10 +110308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dc262680; } +.border-e-red-600\\/55 { + border-inline-end-color: #dc26268c; +} + .border-e-red-600\\/60 { border-inline-end-color: #dc262699; } +.border-e-red-600\\/65 { + border-inline-end-color: #dc2626a6; +} + .border-e-red-600\\/70 { border-inline-end-color: #dc2626b3; } @@ -80252,6 +110332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #dc2626cc; } +.border-e-red-600\\/85 { + border-inline-end-color: #dc2626d9; +} + .border-e-red-600\\/90 { border-inline-end-color: #dc2626e6; } @@ -80276,6 +110360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b91c1c; } +.border-e-red-700\\/15 { + border-inline-end-color: #b91c1c26; +} + .border-e-red-700\\/20 { border-inline-end-color: #b91c1c33; } @@ -80288,10 +110376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b91c1c4d; } +.border-e-red-700\\/35 { + border-inline-end-color: #b91c1c59; +} + .border-e-red-700\\/40 { border-inline-end-color: #b91c1c66; } +.border-e-red-700\\/45 { + border-inline-end-color: #b91c1c73; +} + .border-e-red-700\\/5 { border-inline-end-color: #b91c1c0d; } @@ -80300,10 +110396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b91c1c80; } +.border-e-red-700\\/55 { + border-inline-end-color: #b91c1c8c; +} + .border-e-red-700\\/60 { border-inline-end-color: #b91c1c99; } +.border-e-red-700\\/65 { + border-inline-end-color: #b91c1ca6; +} + .border-e-red-700\\/70 { border-inline-end-color: #b91c1cb3; } @@ -80316,6 +110420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #b91c1ccc; } +.border-e-red-700\\/85 { + border-inline-end-color: #b91c1cd9; +} + .border-e-red-700\\/90 { border-inline-end-color: #b91c1ce6; } @@ -80340,6 +110448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #991b1b; } +.border-e-red-800\\/15 { + border-inline-end-color: #991b1b26; +} + .border-e-red-800\\/20 { border-inline-end-color: #991b1b33; } @@ -80352,10 +110464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #991b1b4d; } +.border-e-red-800\\/35 { + border-inline-end-color: #991b1b59; +} + .border-e-red-800\\/40 { border-inline-end-color: #991b1b66; } +.border-e-red-800\\/45 { + border-inline-end-color: #991b1b73; +} + .border-e-red-800\\/5 { border-inline-end-color: #991b1b0d; } @@ -80364,10 +110484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #991b1b80; } +.border-e-red-800\\/55 { + border-inline-end-color: #991b1b8c; +} + .border-e-red-800\\/60 { border-inline-end-color: #991b1b99; } +.border-e-red-800\\/65 { + border-inline-end-color: #991b1ba6; +} + .border-e-red-800\\/70 { border-inline-end-color: #991b1bb3; } @@ -80380,6 +110508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #991b1bcc; } +.border-e-red-800\\/85 { + border-inline-end-color: #991b1bd9; +} + .border-e-red-800\\/90 { border-inline-end-color: #991b1be6; } @@ -80404,6 +110536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7f1d1d; } +.border-e-red-900\\/15 { + border-inline-end-color: #7f1d1d26; +} + .border-e-red-900\\/20 { border-inline-end-color: #7f1d1d33; } @@ -80416,10 +110552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7f1d1d4d; } +.border-e-red-900\\/35 { + border-inline-end-color: #7f1d1d59; +} + .border-e-red-900\\/40 { border-inline-end-color: #7f1d1d66; } +.border-e-red-900\\/45 { + border-inline-end-color: #7f1d1d73; +} + .border-e-red-900\\/5 { border-inline-end-color: #7f1d1d0d; } @@ -80428,10 +110572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7f1d1d80; } +.border-e-red-900\\/55 { + border-inline-end-color: #7f1d1d8c; +} + .border-e-red-900\\/60 { border-inline-end-color: #7f1d1d99; } +.border-e-red-900\\/65 { + border-inline-end-color: #7f1d1da6; +} + .border-e-red-900\\/70 { border-inline-end-color: #7f1d1db3; } @@ -80444,6 +110596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7f1d1dcc; } +.border-e-red-900\\/85 { + border-inline-end-color: #7f1d1dd9; +} + .border-e-red-900\\/90 { border-inline-end-color: #7f1d1de6; } @@ -80468,6 +110624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #450a0a; } +.border-e-red-950\\/15 { + border-inline-end-color: #450a0a26; +} + .border-e-red-950\\/20 { border-inline-end-color: #450a0a33; } @@ -80480,10 +110640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #450a0a4d; } +.border-e-red-950\\/35 { + border-inline-end-color: #450a0a59; +} + .border-e-red-950\\/40 { border-inline-end-color: #450a0a66; } +.border-e-red-950\\/45 { + border-inline-end-color: #450a0a73; +} + .border-e-red-950\\/5 { border-inline-end-color: #450a0a0d; } @@ -80492,10 +110660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #450a0a80; } +.border-e-red-950\\/55 { + border-inline-end-color: #450a0a8c; +} + .border-e-red-950\\/60 { border-inline-end-color: #450a0a99; } +.border-e-red-950\\/65 { + border-inline-end-color: #450a0aa6; +} + .border-e-red-950\\/70 { border-inline-end-color: #450a0ab3; } @@ -80508,6 +110684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #450a0acc; } +.border-e-red-950\\/85 { + border-inline-end-color: #450a0ad9; +} + .border-e-red-950\\/90 { border-inline-end-color: #450a0ae6; } @@ -80532,6 +110712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffe4e6; } +.border-e-rose-100\\/15 { + border-inline-end-color: #ffe4e626; +} + .border-e-rose-100\\/20 { border-inline-end-color: #ffe4e633; } @@ -80544,10 +110728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffe4e64d; } +.border-e-rose-100\\/35 { + border-inline-end-color: #ffe4e659; +} + .border-e-rose-100\\/40 { border-inline-end-color: #ffe4e666; } +.border-e-rose-100\\/45 { + border-inline-end-color: #ffe4e673; +} + .border-e-rose-100\\/5 { border-inline-end-color: #ffe4e60d; } @@ -80556,10 +110748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffe4e680; } +.border-e-rose-100\\/55 { + border-inline-end-color: #ffe4e68c; +} + .border-e-rose-100\\/60 { border-inline-end-color: #ffe4e699; } +.border-e-rose-100\\/65 { + border-inline-end-color: #ffe4e6a6; +} + .border-e-rose-100\\/70 { border-inline-end-color: #ffe4e6b3; } @@ -80572,6 +110772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffe4e6cc; } +.border-e-rose-100\\/85 { + border-inline-end-color: #ffe4e6d9; +} + .border-e-rose-100\\/90 { border-inline-end-color: #ffe4e6e6; } @@ -80596,6 +110800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecdd3; } +.border-e-rose-200\\/15 { + border-inline-end-color: #fecdd326; +} + .border-e-rose-200\\/20 { border-inline-end-color: #fecdd333; } @@ -80608,10 +110816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecdd34d; } +.border-e-rose-200\\/35 { + border-inline-end-color: #fecdd359; +} + .border-e-rose-200\\/40 { border-inline-end-color: #fecdd366; } +.border-e-rose-200\\/45 { + border-inline-end-color: #fecdd373; +} + .border-e-rose-200\\/5 { border-inline-end-color: #fecdd30d; } @@ -80620,10 +110836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecdd380; } +.border-e-rose-200\\/55 { + border-inline-end-color: #fecdd38c; +} + .border-e-rose-200\\/60 { border-inline-end-color: #fecdd399; } +.border-e-rose-200\\/65 { + border-inline-end-color: #fecdd3a6; +} + .border-e-rose-200\\/70 { border-inline-end-color: #fecdd3b3; } @@ -80636,6 +110860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fecdd3cc; } +.border-e-rose-200\\/85 { + border-inline-end-color: #fecdd3d9; +} + .border-e-rose-200\\/90 { border-inline-end-color: #fecdd3e6; } @@ -80660,6 +110888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fda4af; } +.border-e-rose-300\\/15 { + border-inline-end-color: #fda4af26; +} + .border-e-rose-300\\/20 { border-inline-end-color: #fda4af33; } @@ -80672,10 +110904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fda4af4d; } +.border-e-rose-300\\/35 { + border-inline-end-color: #fda4af59; +} + .border-e-rose-300\\/40 { border-inline-end-color: #fda4af66; } +.border-e-rose-300\\/45 { + border-inline-end-color: #fda4af73; +} + .border-e-rose-300\\/5 { border-inline-end-color: #fda4af0d; } @@ -80684,10 +110924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fda4af80; } +.border-e-rose-300\\/55 { + border-inline-end-color: #fda4af8c; +} + .border-e-rose-300\\/60 { border-inline-end-color: #fda4af99; } +.border-e-rose-300\\/65 { + border-inline-end-color: #fda4afa6; +} + .border-e-rose-300\\/70 { border-inline-end-color: #fda4afb3; } @@ -80700,6 +110948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fda4afcc; } +.border-e-rose-300\\/85 { + border-inline-end-color: #fda4afd9; +} + .border-e-rose-300\\/90 { border-inline-end-color: #fda4afe6; } @@ -80724,6 +110976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb7185; } +.border-e-rose-400\\/15 { + border-inline-end-color: #fb718526; +} + .border-e-rose-400\\/20 { border-inline-end-color: #fb718533; } @@ -80736,10 +110992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb71854d; } +.border-e-rose-400\\/35 { + border-inline-end-color: #fb718559; +} + .border-e-rose-400\\/40 { border-inline-end-color: #fb718566; } +.border-e-rose-400\\/45 { + border-inline-end-color: #fb718573; +} + .border-e-rose-400\\/5 { border-inline-end-color: #fb71850d; } @@ -80748,10 +111012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb718580; } +.border-e-rose-400\\/55 { + border-inline-end-color: #fb71858c; +} + .border-e-rose-400\\/60 { border-inline-end-color: #fb718599; } +.border-e-rose-400\\/65 { + border-inline-end-color: #fb7185a6; +} + .border-e-rose-400\\/70 { border-inline-end-color: #fb7185b3; } @@ -80764,6 +111036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fb7185cc; } +.border-e-rose-400\\/85 { + border-inline-end-color: #fb7185d9; +} + .border-e-rose-400\\/90 { border-inline-end-color: #fb7185e6; } @@ -80788,6 +111064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff1f2; } +.border-e-rose-50\\/15 { + border-inline-end-color: #fff1f226; +} + .border-e-rose-50\\/20 { border-inline-end-color: #fff1f233; } @@ -80800,10 +111080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff1f24d; } +.border-e-rose-50\\/35 { + border-inline-end-color: #fff1f259; +} + .border-e-rose-50\\/40 { border-inline-end-color: #fff1f266; } +.border-e-rose-50\\/45 { + border-inline-end-color: #fff1f273; +} + .border-e-rose-50\\/5 { border-inline-end-color: #fff1f20d; } @@ -80812,10 +111100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff1f280; } +.border-e-rose-50\\/55 { + border-inline-end-color: #fff1f28c; +} + .border-e-rose-50\\/60 { border-inline-end-color: #fff1f299; } +.border-e-rose-50\\/65 { + border-inline-end-color: #fff1f2a6; +} + .border-e-rose-50\\/70 { border-inline-end-color: #fff1f2b3; } @@ -80828,6 +111124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff1f2cc; } +.border-e-rose-50\\/85 { + border-inline-end-color: #fff1f2d9; +} + .border-e-rose-50\\/90 { border-inline-end-color: #fff1f2e6; } @@ -80852,6 +111152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f43f5e; } +.border-e-rose-500\\/15 { + border-inline-end-color: #f43f5e26; +} + .border-e-rose-500\\/20 { border-inline-end-color: #f43f5e33; } @@ -80864,10 +111168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f43f5e4d; } +.border-e-rose-500\\/35 { + border-inline-end-color: #f43f5e59; +} + .border-e-rose-500\\/40 { border-inline-end-color: #f43f5e66; } +.border-e-rose-500\\/45 { + border-inline-end-color: #f43f5e73; +} + .border-e-rose-500\\/5 { border-inline-end-color: #f43f5e0d; } @@ -80876,10 +111188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f43f5e80; } +.border-e-rose-500\\/55 { + border-inline-end-color: #f43f5e8c; +} + .border-e-rose-500\\/60 { border-inline-end-color: #f43f5e99; } +.border-e-rose-500\\/65 { + border-inline-end-color: #f43f5ea6; +} + .border-e-rose-500\\/70 { border-inline-end-color: #f43f5eb3; } @@ -80892,6 +111212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f43f5ecc; } +.border-e-rose-500\\/85 { + border-inline-end-color: #f43f5ed9; +} + .border-e-rose-500\\/90 { border-inline-end-color: #f43f5ee6; } @@ -80916,6 +111240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e11d48; } +.border-e-rose-600\\/15 { + border-inline-end-color: #e11d4826; +} + .border-e-rose-600\\/20 { border-inline-end-color: #e11d4833; } @@ -80928,10 +111256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e11d484d; } +.border-e-rose-600\\/35 { + border-inline-end-color: #e11d4859; +} + .border-e-rose-600\\/40 { border-inline-end-color: #e11d4866; } +.border-e-rose-600\\/45 { + border-inline-end-color: #e11d4873; +} + .border-e-rose-600\\/5 { border-inline-end-color: #e11d480d; } @@ -80940,10 +111276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e11d4880; } +.border-e-rose-600\\/55 { + border-inline-end-color: #e11d488c; +} + .border-e-rose-600\\/60 { border-inline-end-color: #e11d4899; } +.border-e-rose-600\\/65 { + border-inline-end-color: #e11d48a6; +} + .border-e-rose-600\\/70 { border-inline-end-color: #e11d48b3; } @@ -80956,6 +111300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e11d48cc; } +.border-e-rose-600\\/85 { + border-inline-end-color: #e11d48d9; +} + .border-e-rose-600\\/90 { border-inline-end-color: #e11d48e6; } @@ -80980,6 +111328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be123c; } +.border-e-rose-700\\/15 { + border-inline-end-color: #be123c26; +} + .border-e-rose-700\\/20 { border-inline-end-color: #be123c33; } @@ -80992,10 +111344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be123c4d; } +.border-e-rose-700\\/35 { + border-inline-end-color: #be123c59; +} + .border-e-rose-700\\/40 { border-inline-end-color: #be123c66; } +.border-e-rose-700\\/45 { + border-inline-end-color: #be123c73; +} + .border-e-rose-700\\/5 { border-inline-end-color: #be123c0d; } @@ -81004,10 +111364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be123c80; } +.border-e-rose-700\\/55 { + border-inline-end-color: #be123c8c; +} + .border-e-rose-700\\/60 { border-inline-end-color: #be123c99; } +.border-e-rose-700\\/65 { + border-inline-end-color: #be123ca6; +} + .border-e-rose-700\\/70 { border-inline-end-color: #be123cb3; } @@ -81020,6 +111388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #be123ccc; } +.border-e-rose-700\\/85 { + border-inline-end-color: #be123cd9; +} + .border-e-rose-700\\/90 { border-inline-end-color: #be123ce6; } @@ -81044,6 +111416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9f1239; } +.border-e-rose-800\\/15 { + border-inline-end-color: #9f123926; +} + .border-e-rose-800\\/20 { border-inline-end-color: #9f123933; } @@ -81056,10 +111432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9f12394d; } +.border-e-rose-800\\/35 { + border-inline-end-color: #9f123959; +} + .border-e-rose-800\\/40 { border-inline-end-color: #9f123966; } +.border-e-rose-800\\/45 { + border-inline-end-color: #9f123973; +} + .border-e-rose-800\\/5 { border-inline-end-color: #9f12390d; } @@ -81068,10 +111452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9f123980; } +.border-e-rose-800\\/55 { + border-inline-end-color: #9f12398c; +} + .border-e-rose-800\\/60 { border-inline-end-color: #9f123999; } +.border-e-rose-800\\/65 { + border-inline-end-color: #9f1239a6; +} + .border-e-rose-800\\/70 { border-inline-end-color: #9f1239b3; } @@ -81084,6 +111476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #9f1239cc; } +.border-e-rose-800\\/85 { + border-inline-end-color: #9f1239d9; +} + .border-e-rose-800\\/90 { border-inline-end-color: #9f1239e6; } @@ -81108,6 +111504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #881337; } +.border-e-rose-900\\/15 { + border-inline-end-color: #88133726; +} + .border-e-rose-900\\/20 { border-inline-end-color: #88133733; } @@ -81120,10 +111520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #8813374d; } +.border-e-rose-900\\/35 { + border-inline-end-color: #88133759; +} + .border-e-rose-900\\/40 { border-inline-end-color: #88133766; } +.border-e-rose-900\\/45 { + border-inline-end-color: #88133773; +} + .border-e-rose-900\\/5 { border-inline-end-color: #8813370d; } @@ -81132,10 +111540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #88133780; } +.border-e-rose-900\\/55 { + border-inline-end-color: #8813378c; +} + .border-e-rose-900\\/60 { border-inline-end-color: #88133799; } +.border-e-rose-900\\/65 { + border-inline-end-color: #881337a6; +} + .border-e-rose-900\\/70 { border-inline-end-color: #881337b3; } @@ -81148,6 +111564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #881337cc; } +.border-e-rose-900\\/85 { + border-inline-end-color: #881337d9; +} + .border-e-rose-900\\/90 { border-inline-end-color: #881337e6; } @@ -81172,6 +111592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c0519; } +.border-e-rose-950\\/15 { + border-inline-end-color: #4c051926; +} + .border-e-rose-950\\/20 { border-inline-end-color: #4c051933; } @@ -81184,10 +111608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c05194d; } +.border-e-rose-950\\/35 { + border-inline-end-color: #4c051959; +} + .border-e-rose-950\\/40 { border-inline-end-color: #4c051966; } +.border-e-rose-950\\/45 { + border-inline-end-color: #4c051973; +} + .border-e-rose-950\\/5 { border-inline-end-color: #4c05190d; } @@ -81196,10 +111628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c051980; } +.border-e-rose-950\\/55 { + border-inline-end-color: #4c05198c; +} + .border-e-rose-950\\/60 { border-inline-end-color: #4c051999; } +.border-e-rose-950\\/65 { + border-inline-end-color: #4c0519a6; +} + .border-e-rose-950\\/70 { border-inline-end-color: #4c0519b3; } @@ -81212,6 +111652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c0519cc; } +.border-e-rose-950\\/85 { + border-inline-end-color: #4c0519d9; +} + .border-e-rose-950\\/90 { border-inline-end-color: #4c0519e6; } @@ -81236,6 +111680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0f2fe; } +.border-e-sky-100\\/15 { + border-inline-end-color: #e0f2fe26; +} + .border-e-sky-100\\/20 { border-inline-end-color: #e0f2fe33; } @@ -81248,10 +111696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0f2fe4d; } +.border-e-sky-100\\/35 { + border-inline-end-color: #e0f2fe59; +} + .border-e-sky-100\\/40 { border-inline-end-color: #e0f2fe66; } +.border-e-sky-100\\/45 { + border-inline-end-color: #e0f2fe73; +} + .border-e-sky-100\\/5 { border-inline-end-color: #e0f2fe0d; } @@ -81260,10 +111716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0f2fe80; } +.border-e-sky-100\\/55 { + border-inline-end-color: #e0f2fe8c; +} + .border-e-sky-100\\/60 { border-inline-end-color: #e0f2fe99; } +.border-e-sky-100\\/65 { + border-inline-end-color: #e0f2fea6; +} + .border-e-sky-100\\/70 { border-inline-end-color: #e0f2feb3; } @@ -81276,6 +111740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e0f2fecc; } +.border-e-sky-100\\/85 { + border-inline-end-color: #e0f2fed9; +} + .border-e-sky-100\\/90 { border-inline-end-color: #e0f2fee6; } @@ -81300,6 +111768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bae6fd; } +.border-e-sky-200\\/15 { + border-inline-end-color: #bae6fd26; +} + .border-e-sky-200\\/20 { border-inline-end-color: #bae6fd33; } @@ -81312,10 +111784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bae6fd4d; } +.border-e-sky-200\\/35 { + border-inline-end-color: #bae6fd59; +} + .border-e-sky-200\\/40 { border-inline-end-color: #bae6fd66; } +.border-e-sky-200\\/45 { + border-inline-end-color: #bae6fd73; +} + .border-e-sky-200\\/5 { border-inline-end-color: #bae6fd0d; } @@ -81324,10 +111804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bae6fd80; } +.border-e-sky-200\\/55 { + border-inline-end-color: #bae6fd8c; +} + .border-e-sky-200\\/60 { border-inline-end-color: #bae6fd99; } +.border-e-sky-200\\/65 { + border-inline-end-color: #bae6fda6; +} + .border-e-sky-200\\/70 { border-inline-end-color: #bae6fdb3; } @@ -81340,6 +111828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #bae6fdcc; } +.border-e-sky-200\\/85 { + border-inline-end-color: #bae6fdd9; +} + .border-e-sky-200\\/90 { border-inline-end-color: #bae6fde6; } @@ -81364,6 +111856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7dd3fc; } +.border-e-sky-300\\/15 { + border-inline-end-color: #7dd3fc26; +} + .border-e-sky-300\\/20 { border-inline-end-color: #7dd3fc33; } @@ -81376,10 +111872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7dd3fc4d; } +.border-e-sky-300\\/35 { + border-inline-end-color: #7dd3fc59; +} + .border-e-sky-300\\/40 { border-inline-end-color: #7dd3fc66; } +.border-e-sky-300\\/45 { + border-inline-end-color: #7dd3fc73; +} + .border-e-sky-300\\/5 { border-inline-end-color: #7dd3fc0d; } @@ -81388,10 +111892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7dd3fc80; } +.border-e-sky-300\\/55 { + border-inline-end-color: #7dd3fc8c; +} + .border-e-sky-300\\/60 { border-inline-end-color: #7dd3fc99; } +.border-e-sky-300\\/65 { + border-inline-end-color: #7dd3fca6; +} + .border-e-sky-300\\/70 { border-inline-end-color: #7dd3fcb3; } @@ -81404,6 +111916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7dd3fccc; } +.border-e-sky-300\\/85 { + border-inline-end-color: #7dd3fcd9; +} + .border-e-sky-300\\/90 { border-inline-end-color: #7dd3fce6; } @@ -81428,6 +111944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #38bdf8; } +.border-e-sky-400\\/15 { + border-inline-end-color: #38bdf826; +} + .border-e-sky-400\\/20 { border-inline-end-color: #38bdf833; } @@ -81440,10 +111960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #38bdf84d; } +.border-e-sky-400\\/35 { + border-inline-end-color: #38bdf859; +} + .border-e-sky-400\\/40 { border-inline-end-color: #38bdf866; } +.border-e-sky-400\\/45 { + border-inline-end-color: #38bdf873; +} + .border-e-sky-400\\/5 { border-inline-end-color: #38bdf80d; } @@ -81452,10 +111980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #38bdf880; } +.border-e-sky-400\\/55 { + border-inline-end-color: #38bdf88c; +} + .border-e-sky-400\\/60 { border-inline-end-color: #38bdf899; } +.border-e-sky-400\\/65 { + border-inline-end-color: #38bdf8a6; +} + .border-e-sky-400\\/70 { border-inline-end-color: #38bdf8b3; } @@ -81468,6 +112004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #38bdf8cc; } +.border-e-sky-400\\/85 { + border-inline-end-color: #38bdf8d9; +} + .border-e-sky-400\\/90 { border-inline-end-color: #38bdf8e6; } @@ -81492,6 +112032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0f9ff; } +.border-e-sky-50\\/15 { + border-inline-end-color: #f0f9ff26; +} + .border-e-sky-50\\/20 { border-inline-end-color: #f0f9ff33; } @@ -81504,10 +112048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0f9ff4d; } +.border-e-sky-50\\/35 { + border-inline-end-color: #f0f9ff59; +} + .border-e-sky-50\\/40 { border-inline-end-color: #f0f9ff66; } +.border-e-sky-50\\/45 { + border-inline-end-color: #f0f9ff73; +} + .border-e-sky-50\\/5 { border-inline-end-color: #f0f9ff0d; } @@ -81516,10 +112068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0f9ff80; } +.border-e-sky-50\\/55 { + border-inline-end-color: #f0f9ff8c; +} + .border-e-sky-50\\/60 { border-inline-end-color: #f0f9ff99; } +.border-e-sky-50\\/65 { + border-inline-end-color: #f0f9ffa6; +} + .border-e-sky-50\\/70 { border-inline-end-color: #f0f9ffb3; } @@ -81532,6 +112092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0f9ffcc; } +.border-e-sky-50\\/85 { + border-inline-end-color: #f0f9ffd9; +} + .border-e-sky-50\\/90 { border-inline-end-color: #f0f9ffe6; } @@ -81556,6 +112120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0ea5e9; } +.border-e-sky-500\\/15 { + border-inline-end-color: #0ea5e926; +} + .border-e-sky-500\\/20 { border-inline-end-color: #0ea5e933; } @@ -81568,10 +112136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0ea5e94d; } +.border-e-sky-500\\/35 { + border-inline-end-color: #0ea5e959; +} + .border-e-sky-500\\/40 { border-inline-end-color: #0ea5e966; } +.border-e-sky-500\\/45 { + border-inline-end-color: #0ea5e973; +} + .border-e-sky-500\\/5 { border-inline-end-color: #0ea5e90d; } @@ -81580,10 +112156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0ea5e980; } +.border-e-sky-500\\/55 { + border-inline-end-color: #0ea5e98c; +} + .border-e-sky-500\\/60 { border-inline-end-color: #0ea5e999; } +.border-e-sky-500\\/65 { + border-inline-end-color: #0ea5e9a6; +} + .border-e-sky-500\\/70 { border-inline-end-color: #0ea5e9b3; } @@ -81596,6 +112180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0ea5e9cc; } +.border-e-sky-500\\/85 { + border-inline-end-color: #0ea5e9d9; +} + .border-e-sky-500\\/90 { border-inline-end-color: #0ea5e9e6; } @@ -81620,6 +112208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0284c7; } +.border-e-sky-600\\/15 { + border-inline-end-color: #0284c726; +} + .border-e-sky-600\\/20 { border-inline-end-color: #0284c733; } @@ -81632,10 +112224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0284c74d; } +.border-e-sky-600\\/35 { + border-inline-end-color: #0284c759; +} + .border-e-sky-600\\/40 { border-inline-end-color: #0284c766; } +.border-e-sky-600\\/45 { + border-inline-end-color: #0284c773; +} + .border-e-sky-600\\/5 { border-inline-end-color: #0284c70d; } @@ -81644,10 +112244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0284c780; } +.border-e-sky-600\\/55 { + border-inline-end-color: #0284c78c; +} + .border-e-sky-600\\/60 { border-inline-end-color: #0284c799; } +.border-e-sky-600\\/65 { + border-inline-end-color: #0284c7a6; +} + .border-e-sky-600\\/70 { border-inline-end-color: #0284c7b3; } @@ -81660,6 +112268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0284c7cc; } +.border-e-sky-600\\/85 { + border-inline-end-color: #0284c7d9; +} + .border-e-sky-600\\/90 { border-inline-end-color: #0284c7e6; } @@ -81684,6 +112296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0369a1; } +.border-e-sky-700\\/15 { + border-inline-end-color: #0369a126; +} + .border-e-sky-700\\/20 { border-inline-end-color: #0369a133; } @@ -81696,10 +112312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0369a14d; } +.border-e-sky-700\\/35 { + border-inline-end-color: #0369a159; +} + .border-e-sky-700\\/40 { border-inline-end-color: #0369a166; } +.border-e-sky-700\\/45 { + border-inline-end-color: #0369a173; +} + .border-e-sky-700\\/5 { border-inline-end-color: #0369a10d; } @@ -81708,10 +112332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0369a180; } +.border-e-sky-700\\/55 { + border-inline-end-color: #0369a18c; +} + .border-e-sky-700\\/60 { border-inline-end-color: #0369a199; } +.border-e-sky-700\\/65 { + border-inline-end-color: #0369a1a6; +} + .border-e-sky-700\\/70 { border-inline-end-color: #0369a1b3; } @@ -81724,6 +112356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0369a1cc; } +.border-e-sky-700\\/85 { + border-inline-end-color: #0369a1d9; +} + .border-e-sky-700\\/90 { border-inline-end-color: #0369a1e6; } @@ -81748,6 +112384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #075985; } +.border-e-sky-800\\/15 { + border-inline-end-color: #07598526; +} + .border-e-sky-800\\/20 { border-inline-end-color: #07598533; } @@ -81760,10 +112400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0759854d; } +.border-e-sky-800\\/35 { + border-inline-end-color: #07598559; +} + .border-e-sky-800\\/40 { border-inline-end-color: #07598566; } +.border-e-sky-800\\/45 { + border-inline-end-color: #07598573; +} + .border-e-sky-800\\/5 { border-inline-end-color: #0759850d; } @@ -81772,10 +112420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #07598580; } +.border-e-sky-800\\/55 { + border-inline-end-color: #0759858c; +} + .border-e-sky-800\\/60 { border-inline-end-color: #07598599; } +.border-e-sky-800\\/65 { + border-inline-end-color: #075985a6; +} + .border-e-sky-800\\/70 { border-inline-end-color: #075985b3; } @@ -81788,6 +112444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #075985cc; } +.border-e-sky-800\\/85 { + border-inline-end-color: #075985d9; +} + .border-e-sky-800\\/90 { border-inline-end-color: #075985e6; } @@ -81812,6 +112472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c4a6e; } +.border-e-sky-900\\/15 { + border-inline-end-color: #0c4a6e26; +} + .border-e-sky-900\\/20 { border-inline-end-color: #0c4a6e33; } @@ -81824,10 +112488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c4a6e4d; } +.border-e-sky-900\\/35 { + border-inline-end-color: #0c4a6e59; +} + .border-e-sky-900\\/40 { border-inline-end-color: #0c4a6e66; } +.border-e-sky-900\\/45 { + border-inline-end-color: #0c4a6e73; +} + .border-e-sky-900\\/5 { border-inline-end-color: #0c4a6e0d; } @@ -81836,10 +112508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c4a6e80; } +.border-e-sky-900\\/55 { + border-inline-end-color: #0c4a6e8c; +} + .border-e-sky-900\\/60 { border-inline-end-color: #0c4a6e99; } +.border-e-sky-900\\/65 { + border-inline-end-color: #0c4a6ea6; +} + .border-e-sky-900\\/70 { border-inline-end-color: #0c4a6eb3; } @@ -81852,6 +112532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c4a6ecc; } +.border-e-sky-900\\/85 { + border-inline-end-color: #0c4a6ed9; +} + .border-e-sky-900\\/90 { border-inline-end-color: #0c4a6ee6; } @@ -81876,6 +112560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #082f49; } +.border-e-sky-950\\/15 { + border-inline-end-color: #082f4926; +} + .border-e-sky-950\\/20 { border-inline-end-color: #082f4933; } @@ -81888,10 +112576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #082f494d; } +.border-e-sky-950\\/35 { + border-inline-end-color: #082f4959; +} + .border-e-sky-950\\/40 { border-inline-end-color: #082f4966; } +.border-e-sky-950\\/45 { + border-inline-end-color: #082f4973; +} + .border-e-sky-950\\/5 { border-inline-end-color: #082f490d; } @@ -81900,10 +112596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #082f4980; } +.border-e-sky-950\\/55 { + border-inline-end-color: #082f498c; +} + .border-e-sky-950\\/60 { border-inline-end-color: #082f4999; } +.border-e-sky-950\\/65 { + border-inline-end-color: #082f49a6; +} + .border-e-sky-950\\/70 { border-inline-end-color: #082f49b3; } @@ -81916,6 +112620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #082f49cc; } +.border-e-sky-950\\/85 { + border-inline-end-color: #082f49d9; +} + .border-e-sky-950\\/90 { border-inline-end-color: #082f49e6; } @@ -81940,6 +112648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f1f5f9; } +.border-e-slate-100\\/15 { + border-inline-end-color: #f1f5f926; +} + .border-e-slate-100\\/20 { border-inline-end-color: #f1f5f933; } @@ -81952,10 +112664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f1f5f94d; } +.border-e-slate-100\\/35 { + border-inline-end-color: #f1f5f959; +} + .border-e-slate-100\\/40 { border-inline-end-color: #f1f5f966; } +.border-e-slate-100\\/45 { + border-inline-end-color: #f1f5f973; +} + .border-e-slate-100\\/5 { border-inline-end-color: #f1f5f90d; } @@ -81964,10 +112684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f1f5f980; } +.border-e-slate-100\\/55 { + border-inline-end-color: #f1f5f98c; +} + .border-e-slate-100\\/60 { border-inline-end-color: #f1f5f999; } +.border-e-slate-100\\/65 { + border-inline-end-color: #f1f5f9a6; +} + .border-e-slate-100\\/70 { border-inline-end-color: #f1f5f9b3; } @@ -81980,6 +112708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f1f5f9cc; } +.border-e-slate-100\\/85 { + border-inline-end-color: #f1f5f9d9; +} + .border-e-slate-100\\/90 { border-inline-end-color: #f1f5f9e6; } @@ -82004,6 +112736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e2e8f0; } +.border-e-slate-200\\/15 { + border-inline-end-color: #e2e8f026; +} + .border-e-slate-200\\/20 { border-inline-end-color: #e2e8f033; } @@ -82016,10 +112752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e2e8f04d; } +.border-e-slate-200\\/35 { + border-inline-end-color: #e2e8f059; +} + .border-e-slate-200\\/40 { border-inline-end-color: #e2e8f066; } +.border-e-slate-200\\/45 { + border-inline-end-color: #e2e8f073; +} + .border-e-slate-200\\/5 { border-inline-end-color: #e2e8f00d; } @@ -82028,10 +112772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e2e8f080; } +.border-e-slate-200\\/55 { + border-inline-end-color: #e2e8f08c; +} + .border-e-slate-200\\/60 { border-inline-end-color: #e2e8f099; } +.border-e-slate-200\\/65 { + border-inline-end-color: #e2e8f0a6; +} + .border-e-slate-200\\/70 { border-inline-end-color: #e2e8f0b3; } @@ -82044,6 +112796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e2e8f0cc; } +.border-e-slate-200\\/85 { + border-inline-end-color: #e2e8f0d9; +} + .border-e-slate-200\\/90 { border-inline-end-color: #e2e8f0e6; } @@ -82068,6 +112824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cbd5e1; } +.border-e-slate-300\\/15 { + border-inline-end-color: #cbd5e126; +} + .border-e-slate-300\\/20 { border-inline-end-color: #cbd5e133; } @@ -82080,10 +112840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cbd5e14d; } +.border-e-slate-300\\/35 { + border-inline-end-color: #cbd5e159; +} + .border-e-slate-300\\/40 { border-inline-end-color: #cbd5e166; } +.border-e-slate-300\\/45 { + border-inline-end-color: #cbd5e173; +} + .border-e-slate-300\\/5 { border-inline-end-color: #cbd5e10d; } @@ -82092,10 +112860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cbd5e180; } +.border-e-slate-300\\/55 { + border-inline-end-color: #cbd5e18c; +} + .border-e-slate-300\\/60 { border-inline-end-color: #cbd5e199; } +.border-e-slate-300\\/65 { + border-inline-end-color: #cbd5e1a6; +} + .border-e-slate-300\\/70 { border-inline-end-color: #cbd5e1b3; } @@ -82108,6 +112884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #cbd5e1cc; } +.border-e-slate-300\\/85 { + border-inline-end-color: #cbd5e1d9; +} + .border-e-slate-300\\/90 { border-inline-end-color: #cbd5e1e6; } @@ -82132,6 +112912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #94a3b8; } +.border-e-slate-400\\/15 { + border-inline-end-color: #94a3b826; +} + .border-e-slate-400\\/20 { border-inline-end-color: #94a3b833; } @@ -82144,10 +112928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #94a3b84d; } +.border-e-slate-400\\/35 { + border-inline-end-color: #94a3b859; +} + .border-e-slate-400\\/40 { border-inline-end-color: #94a3b866; } +.border-e-slate-400\\/45 { + border-inline-end-color: #94a3b873; +} + .border-e-slate-400\\/5 { border-inline-end-color: #94a3b80d; } @@ -82156,10 +112948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #94a3b880; } +.border-e-slate-400\\/55 { + border-inline-end-color: #94a3b88c; +} + .border-e-slate-400\\/60 { border-inline-end-color: #94a3b899; } +.border-e-slate-400\\/65 { + border-inline-end-color: #94a3b8a6; +} + .border-e-slate-400\\/70 { border-inline-end-color: #94a3b8b3; } @@ -82172,6 +112972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #94a3b8cc; } +.border-e-slate-400\\/85 { + border-inline-end-color: #94a3b8d9; +} + .border-e-slate-400\\/90 { border-inline-end-color: #94a3b8e6; } @@ -82196,6 +113000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f8fafc; } +.border-e-slate-50\\/15 { + border-inline-end-color: #f8fafc26; +} + .border-e-slate-50\\/20 { border-inline-end-color: #f8fafc33; } @@ -82208,10 +113016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f8fafc4d; } +.border-e-slate-50\\/35 { + border-inline-end-color: #f8fafc59; +} + .border-e-slate-50\\/40 { border-inline-end-color: #f8fafc66; } +.border-e-slate-50\\/45 { + border-inline-end-color: #f8fafc73; +} + .border-e-slate-50\\/5 { border-inline-end-color: #f8fafc0d; } @@ -82220,10 +113036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f8fafc80; } +.border-e-slate-50\\/55 { + border-inline-end-color: #f8fafc8c; +} + .border-e-slate-50\\/60 { border-inline-end-color: #f8fafc99; } +.border-e-slate-50\\/65 { + border-inline-end-color: #f8fafca6; +} + .border-e-slate-50\\/70 { border-inline-end-color: #f8fafcb3; } @@ -82236,6 +113060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f8fafccc; } +.border-e-slate-50\\/85 { + border-inline-end-color: #f8fafcd9; +} + .border-e-slate-50\\/90 { border-inline-end-color: #f8fafce6; } @@ -82260,6 +113088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #64748b; } +.border-e-slate-500\\/15 { + border-inline-end-color: #64748b26; +} + .border-e-slate-500\\/20 { border-inline-end-color: #64748b33; } @@ -82272,10 +113104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #64748b4d; } +.border-e-slate-500\\/35 { + border-inline-end-color: #64748b59; +} + .border-e-slate-500\\/40 { border-inline-end-color: #64748b66; } +.border-e-slate-500\\/45 { + border-inline-end-color: #64748b73; +} + .border-e-slate-500\\/5 { border-inline-end-color: #64748b0d; } @@ -82284,10 +113124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #64748b80; } +.border-e-slate-500\\/55 { + border-inline-end-color: #64748b8c; +} + .border-e-slate-500\\/60 { border-inline-end-color: #64748b99; } +.border-e-slate-500\\/65 { + border-inline-end-color: #64748ba6; +} + .border-e-slate-500\\/70 { border-inline-end-color: #64748bb3; } @@ -82300,6 +113148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #64748bcc; } +.border-e-slate-500\\/85 { + border-inline-end-color: #64748bd9; +} + .border-e-slate-500\\/90 { border-inline-end-color: #64748be6; } @@ -82324,6 +113176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #475569; } +.border-e-slate-600\\/15 { + border-inline-end-color: #47556926; +} + .border-e-slate-600\\/20 { border-inline-end-color: #47556933; } @@ -82336,10 +113192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4755694d; } +.border-e-slate-600\\/35 { + border-inline-end-color: #47556959; +} + .border-e-slate-600\\/40 { border-inline-end-color: #47556966; } +.border-e-slate-600\\/45 { + border-inline-end-color: #47556973; +} + .border-e-slate-600\\/5 { border-inline-end-color: #4755690d; } @@ -82348,10 +113212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #47556980; } +.border-e-slate-600\\/55 { + border-inline-end-color: #4755698c; +} + .border-e-slate-600\\/60 { border-inline-end-color: #47556999; } +.border-e-slate-600\\/65 { + border-inline-end-color: #475569a6; +} + .border-e-slate-600\\/70 { border-inline-end-color: #475569b3; } @@ -82364,6 +113236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #475569cc; } +.border-e-slate-600\\/85 { + border-inline-end-color: #475569d9; +} + .border-e-slate-600\\/90 { border-inline-end-color: #475569e6; } @@ -82388,6 +113264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #334155; } +.border-e-slate-700\\/15 { + border-inline-end-color: #33415526; +} + .border-e-slate-700\\/20 { border-inline-end-color: #33415533; } @@ -82400,10 +113280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3341554d; } +.border-e-slate-700\\/35 { + border-inline-end-color: #33415559; +} + .border-e-slate-700\\/40 { border-inline-end-color: #33415566; } +.border-e-slate-700\\/45 { + border-inline-end-color: #33415573; +} + .border-e-slate-700\\/5 { border-inline-end-color: #3341550d; } @@ -82412,10 +113300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #33415580; } +.border-e-slate-700\\/55 { + border-inline-end-color: #3341558c; +} + .border-e-slate-700\\/60 { border-inline-end-color: #33415599; } +.border-e-slate-700\\/65 { + border-inline-end-color: #334155a6; +} + .border-e-slate-700\\/70 { border-inline-end-color: #334155b3; } @@ -82428,6 +113324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #334155cc; } +.border-e-slate-700\\/85 { + border-inline-end-color: #334155d9; +} + .border-e-slate-700\\/90 { border-inline-end-color: #334155e6; } @@ -82452,6 +113352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e293b; } +.border-e-slate-800\\/15 { + border-inline-end-color: #1e293b26; +} + .border-e-slate-800\\/20 { border-inline-end-color: #1e293b33; } @@ -82464,10 +113368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e293b4d; } +.border-e-slate-800\\/35 { + border-inline-end-color: #1e293b59; +} + .border-e-slate-800\\/40 { border-inline-end-color: #1e293b66; } +.border-e-slate-800\\/45 { + border-inline-end-color: #1e293b73; +} + .border-e-slate-800\\/5 { border-inline-end-color: #1e293b0d; } @@ -82476,10 +113388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e293b80; } +.border-e-slate-800\\/55 { + border-inline-end-color: #1e293b8c; +} + .border-e-slate-800\\/60 { border-inline-end-color: #1e293b99; } +.border-e-slate-800\\/65 { + border-inline-end-color: #1e293ba6; +} + .border-e-slate-800\\/70 { border-inline-end-color: #1e293bb3; } @@ -82492,6 +113412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1e293bcc; } +.border-e-slate-800\\/85 { + border-inline-end-color: #1e293bd9; +} + .border-e-slate-800\\/90 { border-inline-end-color: #1e293be6; } @@ -82516,6 +113440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f172a; } +.border-e-slate-900\\/15 { + border-inline-end-color: #0f172a26; +} + .border-e-slate-900\\/20 { border-inline-end-color: #0f172a33; } @@ -82528,10 +113456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f172a4d; } +.border-e-slate-900\\/35 { + border-inline-end-color: #0f172a59; +} + .border-e-slate-900\\/40 { border-inline-end-color: #0f172a66; } +.border-e-slate-900\\/45 { + border-inline-end-color: #0f172a73; +} + .border-e-slate-900\\/5 { border-inline-end-color: #0f172a0d; } @@ -82540,10 +113476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f172a80; } +.border-e-slate-900\\/55 { + border-inline-end-color: #0f172a8c; +} + .border-e-slate-900\\/60 { border-inline-end-color: #0f172a99; } +.border-e-slate-900\\/65 { + border-inline-end-color: #0f172aa6; +} + .border-e-slate-900\\/70 { border-inline-end-color: #0f172ab3; } @@ -82556,6 +113500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f172acc; } +.border-e-slate-900\\/85 { + border-inline-end-color: #0f172ad9; +} + .border-e-slate-900\\/90 { border-inline-end-color: #0f172ae6; } @@ -82580,6 +113528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #020617; } +.border-e-slate-950\\/15 { + border-inline-end-color: #02061726; +} + .border-e-slate-950\\/20 { border-inline-end-color: #02061733; } @@ -82592,10 +113544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0206174d; } +.border-e-slate-950\\/35 { + border-inline-end-color: #02061759; +} + .border-e-slate-950\\/40 { border-inline-end-color: #02061766; } +.border-e-slate-950\\/45 { + border-inline-end-color: #02061773; +} + .border-e-slate-950\\/5 { border-inline-end-color: #0206170d; } @@ -82604,10 +113564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #02061780; } +.border-e-slate-950\\/55 { + border-inline-end-color: #0206178c; +} + .border-e-slate-950\\/60 { border-inline-end-color: #02061799; } +.border-e-slate-950\\/65 { + border-inline-end-color: #020617a6; +} + .border-e-slate-950\\/70 { border-inline-end-color: #020617b3; } @@ -82620,6 +113588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #020617cc; } +.border-e-slate-950\\/85 { + border-inline-end-color: #020617d9; +} + .border-e-slate-950\\/90 { border-inline-end-color: #020617e6; } @@ -82644,6 +113616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f4; } +.border-e-stone-100\\/15 { + border-inline-end-color: #f5f5f426; +} + .border-e-stone-100\\/20 { border-inline-end-color: #f5f5f433; } @@ -82656,10 +113632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f44d; } +.border-e-stone-100\\/35 { + border-inline-end-color: #f5f5f459; +} + .border-e-stone-100\\/40 { border-inline-end-color: #f5f5f466; } +.border-e-stone-100\\/45 { + border-inline-end-color: #f5f5f473; +} + .border-e-stone-100\\/5 { border-inline-end-color: #f5f5f40d; } @@ -82668,10 +113652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f480; } +.border-e-stone-100\\/55 { + border-inline-end-color: #f5f5f48c; +} + .border-e-stone-100\\/60 { border-inline-end-color: #f5f5f499; } +.border-e-stone-100\\/65 { + border-inline-end-color: #f5f5f4a6; +} + .border-e-stone-100\\/70 { border-inline-end-color: #f5f5f4b3; } @@ -82684,6 +113676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f5f4cc; } +.border-e-stone-100\\/85 { + border-inline-end-color: #f5f5f4d9; +} + .border-e-stone-100\\/90 { border-inline-end-color: #f5f5f4e6; } @@ -82708,6 +113704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e7e5e4; } +.border-e-stone-200\\/15 { + border-inline-end-color: #e7e5e426; +} + .border-e-stone-200\\/20 { border-inline-end-color: #e7e5e433; } @@ -82720,10 +113720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e7e5e44d; } +.border-e-stone-200\\/35 { + border-inline-end-color: #e7e5e459; +} + .border-e-stone-200\\/40 { border-inline-end-color: #e7e5e466; } +.border-e-stone-200\\/45 { + border-inline-end-color: #e7e5e473; +} + .border-e-stone-200\\/5 { border-inline-end-color: #e7e5e40d; } @@ -82732,10 +113740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e7e5e480; } +.border-e-stone-200\\/55 { + border-inline-end-color: #e7e5e48c; +} + .border-e-stone-200\\/60 { border-inline-end-color: #e7e5e499; } +.border-e-stone-200\\/65 { + border-inline-end-color: #e7e5e4a6; +} + .border-e-stone-200\\/70 { border-inline-end-color: #e7e5e4b3; } @@ -82748,6 +113764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e7e5e4cc; } +.border-e-stone-200\\/85 { + border-inline-end-color: #e7e5e4d9; +} + .border-e-stone-200\\/90 { border-inline-end-color: #e7e5e4e6; } @@ -82772,6 +113792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d6d3d1; } +.border-e-stone-300\\/15 { + border-inline-end-color: #d6d3d126; +} + .border-e-stone-300\\/20 { border-inline-end-color: #d6d3d133; } @@ -82784,10 +113808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d6d3d14d; } +.border-e-stone-300\\/35 { + border-inline-end-color: #d6d3d159; +} + .border-e-stone-300\\/40 { border-inline-end-color: #d6d3d166; } +.border-e-stone-300\\/45 { + border-inline-end-color: #d6d3d173; +} + .border-e-stone-300\\/5 { border-inline-end-color: #d6d3d10d; } @@ -82796,10 +113828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d6d3d180; } +.border-e-stone-300\\/55 { + border-inline-end-color: #d6d3d18c; +} + .border-e-stone-300\\/60 { border-inline-end-color: #d6d3d199; } +.border-e-stone-300\\/65 { + border-inline-end-color: #d6d3d1a6; +} + .border-e-stone-300\\/70 { border-inline-end-color: #d6d3d1b3; } @@ -82812,6 +113852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d6d3d1cc; } +.border-e-stone-300\\/85 { + border-inline-end-color: #d6d3d1d9; +} + .border-e-stone-300\\/90 { border-inline-end-color: #d6d3d1e6; } @@ -82836,6 +113880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a8a29e; } +.border-e-stone-400\\/15 { + border-inline-end-color: #a8a29e26; +} + .border-e-stone-400\\/20 { border-inline-end-color: #a8a29e33; } @@ -82848,10 +113896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a8a29e4d; } +.border-e-stone-400\\/35 { + border-inline-end-color: #a8a29e59; +} + .border-e-stone-400\\/40 { border-inline-end-color: #a8a29e66; } +.border-e-stone-400\\/45 { + border-inline-end-color: #a8a29e73; +} + .border-e-stone-400\\/5 { border-inline-end-color: #a8a29e0d; } @@ -82860,10 +113916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a8a29e80; } +.border-e-stone-400\\/55 { + border-inline-end-color: #a8a29e8c; +} + .border-e-stone-400\\/60 { border-inline-end-color: #a8a29e99; } +.border-e-stone-400\\/65 { + border-inline-end-color: #a8a29ea6; +} + .border-e-stone-400\\/70 { border-inline-end-color: #a8a29eb3; } @@ -82876,6 +113940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a8a29ecc; } +.border-e-stone-400\\/85 { + border-inline-end-color: #a8a29ed9; +} + .border-e-stone-400\\/90 { border-inline-end-color: #a8a29ee6; } @@ -82900,6 +113968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafaf9; } +.border-e-stone-50\\/15 { + border-inline-end-color: #fafaf926; +} + .border-e-stone-50\\/20 { border-inline-end-color: #fafaf933; } @@ -82912,10 +113984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafaf94d; } +.border-e-stone-50\\/35 { + border-inline-end-color: #fafaf959; +} + .border-e-stone-50\\/40 { border-inline-end-color: #fafaf966; } +.border-e-stone-50\\/45 { + border-inline-end-color: #fafaf973; +} + .border-e-stone-50\\/5 { border-inline-end-color: #fafaf90d; } @@ -82924,10 +114004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafaf980; } +.border-e-stone-50\\/55 { + border-inline-end-color: #fafaf98c; +} + .border-e-stone-50\\/60 { border-inline-end-color: #fafaf999; } +.border-e-stone-50\\/65 { + border-inline-end-color: #fafaf9a6; +} + .border-e-stone-50\\/70 { border-inline-end-color: #fafaf9b3; } @@ -82940,6 +114028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafaf9cc; } +.border-e-stone-50\\/85 { + border-inline-end-color: #fafaf9d9; +} + .border-e-stone-50\\/90 { border-inline-end-color: #fafaf9e6; } @@ -82964,6 +114056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78716c; } +.border-e-stone-500\\/15 { + border-inline-end-color: #78716c26; +} + .border-e-stone-500\\/20 { border-inline-end-color: #78716c33; } @@ -82976,10 +114072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78716c4d; } +.border-e-stone-500\\/35 { + border-inline-end-color: #78716c59; +} + .border-e-stone-500\\/40 { border-inline-end-color: #78716c66; } +.border-e-stone-500\\/45 { + border-inline-end-color: #78716c73; +} + .border-e-stone-500\\/5 { border-inline-end-color: #78716c0d; } @@ -82988,10 +114092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78716c80; } +.border-e-stone-500\\/55 { + border-inline-end-color: #78716c8c; +} + .border-e-stone-500\\/60 { border-inline-end-color: #78716c99; } +.border-e-stone-500\\/65 { + border-inline-end-color: #78716ca6; +} + .border-e-stone-500\\/70 { border-inline-end-color: #78716cb3; } @@ -83004,6 +114116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #78716ccc; } +.border-e-stone-500\\/85 { + border-inline-end-color: #78716cd9; +} + .border-e-stone-500\\/90 { border-inline-end-color: #78716ce6; } @@ -83028,6 +114144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #57534e; } +.border-e-stone-600\\/15 { + border-inline-end-color: #57534e26; +} + .border-e-stone-600\\/20 { border-inline-end-color: #57534e33; } @@ -83040,10 +114160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #57534e4d; } +.border-e-stone-600\\/35 { + border-inline-end-color: #57534e59; +} + .border-e-stone-600\\/40 { border-inline-end-color: #57534e66; } +.border-e-stone-600\\/45 { + border-inline-end-color: #57534e73; +} + .border-e-stone-600\\/5 { border-inline-end-color: #57534e0d; } @@ -83052,10 +114180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #57534e80; } +.border-e-stone-600\\/55 { + border-inline-end-color: #57534e8c; +} + .border-e-stone-600\\/60 { border-inline-end-color: #57534e99; } +.border-e-stone-600\\/65 { + border-inline-end-color: #57534ea6; +} + .border-e-stone-600\\/70 { border-inline-end-color: #57534eb3; } @@ -83068,6 +114204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #57534ecc; } +.border-e-stone-600\\/85 { + border-inline-end-color: #57534ed9; +} + .border-e-stone-600\\/90 { border-inline-end-color: #57534ee6; } @@ -83092,6 +114232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #44403c; } +.border-e-stone-700\\/15 { + border-inline-end-color: #44403c26; +} + .border-e-stone-700\\/20 { border-inline-end-color: #44403c33; } @@ -83104,10 +114248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #44403c4d; } +.border-e-stone-700\\/35 { + border-inline-end-color: #44403c59; +} + .border-e-stone-700\\/40 { border-inline-end-color: #44403c66; } +.border-e-stone-700\\/45 { + border-inline-end-color: #44403c73; +} + .border-e-stone-700\\/5 { border-inline-end-color: #44403c0d; } @@ -83116,10 +114268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #44403c80; } +.border-e-stone-700\\/55 { + border-inline-end-color: #44403c8c; +} + .border-e-stone-700\\/60 { border-inline-end-color: #44403c99; } +.border-e-stone-700\\/65 { + border-inline-end-color: #44403ca6; +} + .border-e-stone-700\\/70 { border-inline-end-color: #44403cb3; } @@ -83132,6 +114292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #44403ccc; } +.border-e-stone-700\\/85 { + border-inline-end-color: #44403cd9; +} + .border-e-stone-700\\/90 { border-inline-end-color: #44403ce6; } @@ -83156,6 +114320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #292524; } +.border-e-stone-800\\/15 { + border-inline-end-color: #29252426; +} + .border-e-stone-800\\/20 { border-inline-end-color: #29252433; } @@ -83168,10 +114336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2925244d; } +.border-e-stone-800\\/35 { + border-inline-end-color: #29252459; +} + .border-e-stone-800\\/40 { border-inline-end-color: #29252466; } +.border-e-stone-800\\/45 { + border-inline-end-color: #29252473; +} + .border-e-stone-800\\/5 { border-inline-end-color: #2925240d; } @@ -83180,10 +114356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #29252480; } +.border-e-stone-800\\/55 { + border-inline-end-color: #2925248c; +} + .border-e-stone-800\\/60 { border-inline-end-color: #29252499; } +.border-e-stone-800\\/65 { + border-inline-end-color: #292524a6; +} + .border-e-stone-800\\/70 { border-inline-end-color: #292524b3; } @@ -83196,6 +114380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #292524cc; } +.border-e-stone-800\\/85 { + border-inline-end-color: #292524d9; +} + .border-e-stone-800\\/90 { border-inline-end-color: #292524e6; } @@ -83220,6 +114408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1c1917; } +.border-e-stone-900\\/15 { + border-inline-end-color: #1c191726; +} + .border-e-stone-900\\/20 { border-inline-end-color: #1c191733; } @@ -83232,10 +114424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1c19174d; } +.border-e-stone-900\\/35 { + border-inline-end-color: #1c191759; +} + .border-e-stone-900\\/40 { border-inline-end-color: #1c191766; } +.border-e-stone-900\\/45 { + border-inline-end-color: #1c191773; +} + .border-e-stone-900\\/5 { border-inline-end-color: #1c19170d; } @@ -83244,10 +114444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1c191780; } +.border-e-stone-900\\/55 { + border-inline-end-color: #1c19178c; +} + .border-e-stone-900\\/60 { border-inline-end-color: #1c191799; } +.border-e-stone-900\\/65 { + border-inline-end-color: #1c1917a6; +} + .border-e-stone-900\\/70 { border-inline-end-color: #1c1917b3; } @@ -83260,6 +114468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #1c1917cc; } +.border-e-stone-900\\/85 { + border-inline-end-color: #1c1917d9; +} + .border-e-stone-900\\/90 { border-inline-end-color: #1c1917e6; } @@ -83284,6 +114496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c0a09; } +.border-e-stone-950\\/15 { + border-inline-end-color: #0c0a0926; +} + .border-e-stone-950\\/20 { border-inline-end-color: #0c0a0933; } @@ -83296,10 +114512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c0a094d; } +.border-e-stone-950\\/35 { + border-inline-end-color: #0c0a0959; +} + .border-e-stone-950\\/40 { border-inline-end-color: #0c0a0966; } +.border-e-stone-950\\/45 { + border-inline-end-color: #0c0a0973; +} + .border-e-stone-950\\/5 { border-inline-end-color: #0c0a090d; } @@ -83308,10 +114532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c0a0980; } +.border-e-stone-950\\/55 { + border-inline-end-color: #0c0a098c; +} + .border-e-stone-950\\/60 { border-inline-end-color: #0c0a0999; } +.border-e-stone-950\\/65 { + border-inline-end-color: #0c0a09a6; +} + .border-e-stone-950\\/70 { border-inline-end-color: #0c0a09b3; } @@ -83324,6 +114556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0c0a09cc; } +.border-e-stone-950\\/85 { + border-inline-end-color: #0c0a09d9; +} + .border-e-stone-950\\/90 { border-inline-end-color: #0c0a09e6; } @@ -83348,6 +114584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ccfbf1; } +.border-e-teal-100\\/15 { + border-inline-end-color: #ccfbf126; +} + .border-e-teal-100\\/20 { border-inline-end-color: #ccfbf133; } @@ -83360,10 +114600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ccfbf14d; } +.border-e-teal-100\\/35 { + border-inline-end-color: #ccfbf159; +} + .border-e-teal-100\\/40 { border-inline-end-color: #ccfbf166; } +.border-e-teal-100\\/45 { + border-inline-end-color: #ccfbf173; +} + .border-e-teal-100\\/5 { border-inline-end-color: #ccfbf10d; } @@ -83372,10 +114620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ccfbf180; } +.border-e-teal-100\\/55 { + border-inline-end-color: #ccfbf18c; +} + .border-e-teal-100\\/60 { border-inline-end-color: #ccfbf199; } +.border-e-teal-100\\/65 { + border-inline-end-color: #ccfbf1a6; +} + .border-e-teal-100\\/70 { border-inline-end-color: #ccfbf1b3; } @@ -83388,6 +114644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ccfbf1cc; } +.border-e-teal-100\\/85 { + border-inline-end-color: #ccfbf1d9; +} + .border-e-teal-100\\/90 { border-inline-end-color: #ccfbf1e6; } @@ -83412,6 +114672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #99f6e4; } +.border-e-teal-200\\/15 { + border-inline-end-color: #99f6e426; +} + .border-e-teal-200\\/20 { border-inline-end-color: #99f6e433; } @@ -83424,10 +114688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #99f6e44d; } +.border-e-teal-200\\/35 { + border-inline-end-color: #99f6e459; +} + .border-e-teal-200\\/40 { border-inline-end-color: #99f6e466; } +.border-e-teal-200\\/45 { + border-inline-end-color: #99f6e473; +} + .border-e-teal-200\\/5 { border-inline-end-color: #99f6e40d; } @@ -83436,10 +114708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #99f6e480; } +.border-e-teal-200\\/55 { + border-inline-end-color: #99f6e48c; +} + .border-e-teal-200\\/60 { border-inline-end-color: #99f6e499; } +.border-e-teal-200\\/65 { + border-inline-end-color: #99f6e4a6; +} + .border-e-teal-200\\/70 { border-inline-end-color: #99f6e4b3; } @@ -83452,6 +114732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #99f6e4cc; } +.border-e-teal-200\\/85 { + border-inline-end-color: #99f6e4d9; +} + .border-e-teal-200\\/90 { border-inline-end-color: #99f6e4e6; } @@ -83476,6 +114760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5eead4; } +.border-e-teal-300\\/15 { + border-inline-end-color: #5eead426; +} + .border-e-teal-300\\/20 { border-inline-end-color: #5eead433; } @@ -83488,10 +114776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5eead44d; } +.border-e-teal-300\\/35 { + border-inline-end-color: #5eead459; +} + .border-e-teal-300\\/40 { border-inline-end-color: #5eead466; } +.border-e-teal-300\\/45 { + border-inline-end-color: #5eead473; +} + .border-e-teal-300\\/5 { border-inline-end-color: #5eead40d; } @@ -83500,10 +114796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5eead480; } +.border-e-teal-300\\/55 { + border-inline-end-color: #5eead48c; +} + .border-e-teal-300\\/60 { border-inline-end-color: #5eead499; } +.border-e-teal-300\\/65 { + border-inline-end-color: #5eead4a6; +} + .border-e-teal-300\\/70 { border-inline-end-color: #5eead4b3; } @@ -83516,6 +114820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5eead4cc; } +.border-e-teal-300\\/85 { + border-inline-end-color: #5eead4d9; +} + .border-e-teal-300\\/90 { border-inline-end-color: #5eead4e6; } @@ -83540,6 +114848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2dd4bf; } +.border-e-teal-400\\/15 { + border-inline-end-color: #2dd4bf26; +} + .border-e-teal-400\\/20 { border-inline-end-color: #2dd4bf33; } @@ -83552,10 +114864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2dd4bf4d; } +.border-e-teal-400\\/35 { + border-inline-end-color: #2dd4bf59; +} + .border-e-teal-400\\/40 { border-inline-end-color: #2dd4bf66; } +.border-e-teal-400\\/45 { + border-inline-end-color: #2dd4bf73; +} + .border-e-teal-400\\/5 { border-inline-end-color: #2dd4bf0d; } @@ -83564,10 +114884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2dd4bf80; } +.border-e-teal-400\\/55 { + border-inline-end-color: #2dd4bf8c; +} + .border-e-teal-400\\/60 { border-inline-end-color: #2dd4bf99; } +.border-e-teal-400\\/65 { + border-inline-end-color: #2dd4bfa6; +} + .border-e-teal-400\\/70 { border-inline-end-color: #2dd4bfb3; } @@ -83580,6 +114908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2dd4bfcc; } +.border-e-teal-400\\/85 { + border-inline-end-color: #2dd4bfd9; +} + .border-e-teal-400\\/90 { border-inline-end-color: #2dd4bfe6; } @@ -83604,6 +114936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdfa; } +.border-e-teal-50\\/15 { + border-inline-end-color: #f0fdfa26; +} + .border-e-teal-50\\/20 { border-inline-end-color: #f0fdfa33; } @@ -83616,10 +114952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdfa4d; } +.border-e-teal-50\\/35 { + border-inline-end-color: #f0fdfa59; +} + .border-e-teal-50\\/40 { border-inline-end-color: #f0fdfa66; } +.border-e-teal-50\\/45 { + border-inline-end-color: #f0fdfa73; +} + .border-e-teal-50\\/5 { border-inline-end-color: #f0fdfa0d; } @@ -83628,10 +114972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdfa80; } +.border-e-teal-50\\/55 { + border-inline-end-color: #f0fdfa8c; +} + .border-e-teal-50\\/60 { border-inline-end-color: #f0fdfa99; } +.border-e-teal-50\\/65 { + border-inline-end-color: #f0fdfaa6; +} + .border-e-teal-50\\/70 { border-inline-end-color: #f0fdfab3; } @@ -83644,6 +114996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f0fdfacc; } +.border-e-teal-50\\/85 { + border-inline-end-color: #f0fdfad9; +} + .border-e-teal-50\\/90 { border-inline-end-color: #f0fdfae6; } @@ -83668,6 +115024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14b8a6; } +.border-e-teal-500\\/15 { + border-inline-end-color: #14b8a626; +} + .border-e-teal-500\\/20 { border-inline-end-color: #14b8a633; } @@ -83680,10 +115040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14b8a64d; } +.border-e-teal-500\\/35 { + border-inline-end-color: #14b8a659; +} + .border-e-teal-500\\/40 { border-inline-end-color: #14b8a666; } +.border-e-teal-500\\/45 { + border-inline-end-color: #14b8a673; +} + .border-e-teal-500\\/5 { border-inline-end-color: #14b8a60d; } @@ -83692,10 +115060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14b8a680; } +.border-e-teal-500\\/55 { + border-inline-end-color: #14b8a68c; +} + .border-e-teal-500\\/60 { border-inline-end-color: #14b8a699; } +.border-e-teal-500\\/65 { + border-inline-end-color: #14b8a6a6; +} + .border-e-teal-500\\/70 { border-inline-end-color: #14b8a6b3; } @@ -83708,6 +115084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #14b8a6cc; } +.border-e-teal-500\\/85 { + border-inline-end-color: #14b8a6d9; +} + .border-e-teal-500\\/90 { border-inline-end-color: #14b8a6e6; } @@ -83732,6 +115112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0d9488; } +.border-e-teal-600\\/15 { + border-inline-end-color: #0d948826; +} + .border-e-teal-600\\/20 { border-inline-end-color: #0d948833; } @@ -83744,10 +115128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0d94884d; } +.border-e-teal-600\\/35 { + border-inline-end-color: #0d948859; +} + .border-e-teal-600\\/40 { border-inline-end-color: #0d948866; } +.border-e-teal-600\\/45 { + border-inline-end-color: #0d948873; +} + .border-e-teal-600\\/5 { border-inline-end-color: #0d94880d; } @@ -83756,10 +115148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0d948880; } +.border-e-teal-600\\/55 { + border-inline-end-color: #0d94888c; +} + .border-e-teal-600\\/60 { border-inline-end-color: #0d948899; } +.border-e-teal-600\\/65 { + border-inline-end-color: #0d9488a6; +} + .border-e-teal-600\\/70 { border-inline-end-color: #0d9488b3; } @@ -83772,6 +115172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0d9488cc; } +.border-e-teal-600\\/85 { + border-inline-end-color: #0d9488d9; +} + .border-e-teal-600\\/90 { border-inline-end-color: #0d9488e6; } @@ -83796,6 +115200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f766e; } +.border-e-teal-700\\/15 { + border-inline-end-color: #0f766e26; +} + .border-e-teal-700\\/20 { border-inline-end-color: #0f766e33; } @@ -83808,10 +115216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f766e4d; } +.border-e-teal-700\\/35 { + border-inline-end-color: #0f766e59; +} + .border-e-teal-700\\/40 { border-inline-end-color: #0f766e66; } +.border-e-teal-700\\/45 { + border-inline-end-color: #0f766e73; +} + .border-e-teal-700\\/5 { border-inline-end-color: #0f766e0d; } @@ -83820,10 +115236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f766e80; } +.border-e-teal-700\\/55 { + border-inline-end-color: #0f766e8c; +} + .border-e-teal-700\\/60 { border-inline-end-color: #0f766e99; } +.border-e-teal-700\\/65 { + border-inline-end-color: #0f766ea6; +} + .border-e-teal-700\\/70 { border-inline-end-color: #0f766eb3; } @@ -83836,6 +115260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0f766ecc; } +.border-e-teal-700\\/85 { + border-inline-end-color: #0f766ed9; +} + .border-e-teal-700\\/90 { border-inline-end-color: #0f766ee6; } @@ -83860,6 +115288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #115e59; } +.border-e-teal-800\\/15 { + border-inline-end-color: #115e5926; +} + .border-e-teal-800\\/20 { border-inline-end-color: #115e5933; } @@ -83872,10 +115304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #115e594d; } +.border-e-teal-800\\/35 { + border-inline-end-color: #115e5959; +} + .border-e-teal-800\\/40 { border-inline-end-color: #115e5966; } +.border-e-teal-800\\/45 { + border-inline-end-color: #115e5973; +} + .border-e-teal-800\\/5 { border-inline-end-color: #115e590d; } @@ -83884,10 +115324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #115e5980; } +.border-e-teal-800\\/55 { + border-inline-end-color: #115e598c; +} + .border-e-teal-800\\/60 { border-inline-end-color: #115e5999; } +.border-e-teal-800\\/65 { + border-inline-end-color: #115e59a6; +} + .border-e-teal-800\\/70 { border-inline-end-color: #115e59b3; } @@ -83900,6 +115348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #115e59cc; } +.border-e-teal-800\\/85 { + border-inline-end-color: #115e59d9; +} + .border-e-teal-800\\/90 { border-inline-end-color: #115e59e6; } @@ -83924,6 +115376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #134e4a; } +.border-e-teal-900\\/15 { + border-inline-end-color: #134e4a26; +} + .border-e-teal-900\\/20 { border-inline-end-color: #134e4a33; } @@ -83936,10 +115392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #134e4a4d; } +.border-e-teal-900\\/35 { + border-inline-end-color: #134e4a59; +} + .border-e-teal-900\\/40 { border-inline-end-color: #134e4a66; } +.border-e-teal-900\\/45 { + border-inline-end-color: #134e4a73; +} + .border-e-teal-900\\/5 { border-inline-end-color: #134e4a0d; } @@ -83948,10 +115412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #134e4a80; } +.border-e-teal-900\\/55 { + border-inline-end-color: #134e4a8c; +} + .border-e-teal-900\\/60 { border-inline-end-color: #134e4a99; } +.border-e-teal-900\\/65 { + border-inline-end-color: #134e4aa6; +} + .border-e-teal-900\\/70 { border-inline-end-color: #134e4ab3; } @@ -83964,6 +115436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #134e4acc; } +.border-e-teal-900\\/85 { + border-inline-end-color: #134e4ad9; +} + .border-e-teal-900\\/90 { border-inline-end-color: #134e4ae6; } @@ -83988,6 +115464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #042f2e; } +.border-e-teal-950\\/15 { + border-inline-end-color: #042f2e26; +} + .border-e-teal-950\\/20 { border-inline-end-color: #042f2e33; } @@ -84000,10 +115480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #042f2e4d; } +.border-e-teal-950\\/35 { + border-inline-end-color: #042f2e59; +} + .border-e-teal-950\\/40 { border-inline-end-color: #042f2e66; } +.border-e-teal-950\\/45 { + border-inline-end-color: #042f2e73; +} + .border-e-teal-950\\/5 { border-inline-end-color: #042f2e0d; } @@ -84012,10 +115500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #042f2e80; } +.border-e-teal-950\\/55 { + border-inline-end-color: #042f2e8c; +} + .border-e-teal-950\\/60 { border-inline-end-color: #042f2e99; } +.border-e-teal-950\\/65 { + border-inline-end-color: #042f2ea6; +} + .border-e-teal-950\\/70 { border-inline-end-color: #042f2eb3; } @@ -84028,6 +115524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #042f2ecc; } +.border-e-teal-950\\/85 { + border-inline-end-color: #042f2ed9; +} + .border-e-teal-950\\/90 { border-inline-end-color: #042f2ee6; } @@ -84048,6 +115548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #000; } +.border-e-transparent\\/15 { + border-inline-end-color: #00000026; +} + .border-e-transparent\\/20 { border-inline-end-color: #0003; } @@ -84060,10 +115564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #0000004d; } +.border-e-transparent\\/35 { + border-inline-end-color: #00000059; +} + .border-e-transparent\\/40 { border-inline-end-color: #0006; } +.border-e-transparent\\/45 { + border-inline-end-color: #00000073; +} + .border-e-transparent\\/5 { border-inline-end-color: #0000000d; } @@ -84072,10 +115584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #00000080; } +.border-e-transparent\\/55 { + border-inline-end-color: #0000008c; +} + .border-e-transparent\\/60 { border-inline-end-color: #0009; } +.border-e-transparent\\/65 { + border-inline-end-color: #000000a6; +} + .border-e-transparent\\/70 { border-inline-end-color: #000000b3; } @@ -84088,6 +115608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #000c; } +.border-e-transparent\\/85 { + border-inline-end-color: #000000d9; +} + .border-e-transparent\\/90 { border-inline-end-color: #000000e6; } @@ -84112,6 +115636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ede9fe; } +.border-e-violet-100\\/15 { + border-inline-end-color: #ede9fe26; +} + .border-e-violet-100\\/20 { border-inline-end-color: #ede9fe33; } @@ -84124,10 +115652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ede9fe4d; } +.border-e-violet-100\\/35 { + border-inline-end-color: #ede9fe59; +} + .border-e-violet-100\\/40 { border-inline-end-color: #ede9fe66; } +.border-e-violet-100\\/45 { + border-inline-end-color: #ede9fe73; +} + .border-e-violet-100\\/5 { border-inline-end-color: #ede9fe0d; } @@ -84136,10 +115672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ede9fe80; } +.border-e-violet-100\\/55 { + border-inline-end-color: #ede9fe8c; +} + .border-e-violet-100\\/60 { border-inline-end-color: #ede9fe99; } +.border-e-violet-100\\/65 { + border-inline-end-color: #ede9fea6; +} + .border-e-violet-100\\/70 { border-inline-end-color: #ede9feb3; } @@ -84152,6 +115696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ede9fecc; } +.border-e-violet-100\\/85 { + border-inline-end-color: #ede9fed9; +} + .border-e-violet-100\\/90 { border-inline-end-color: #ede9fee6; } @@ -84176,6 +115724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ddd6fe; } +.border-e-violet-200\\/15 { + border-inline-end-color: #ddd6fe26; +} + .border-e-violet-200\\/20 { border-inline-end-color: #ddd6fe33; } @@ -84188,10 +115740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ddd6fe4d; } +.border-e-violet-200\\/35 { + border-inline-end-color: #ddd6fe59; +} + .border-e-violet-200\\/40 { border-inline-end-color: #ddd6fe66; } +.border-e-violet-200\\/45 { + border-inline-end-color: #ddd6fe73; +} + .border-e-violet-200\\/5 { border-inline-end-color: #ddd6fe0d; } @@ -84200,10 +115760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ddd6fe80; } +.border-e-violet-200\\/55 { + border-inline-end-color: #ddd6fe8c; +} + .border-e-violet-200\\/60 { border-inline-end-color: #ddd6fe99; } +.border-e-violet-200\\/65 { + border-inline-end-color: #ddd6fea6; +} + .border-e-violet-200\\/70 { border-inline-end-color: #ddd6feb3; } @@ -84216,6 +115784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ddd6fecc; } +.border-e-violet-200\\/85 { + border-inline-end-color: #ddd6fed9; +} + .border-e-violet-200\\/90 { border-inline-end-color: #ddd6fee6; } @@ -84240,6 +115812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c4b5fd; } +.border-e-violet-300\\/15 { + border-inline-end-color: #c4b5fd26; +} + .border-e-violet-300\\/20 { border-inline-end-color: #c4b5fd33; } @@ -84252,10 +115828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c4b5fd4d; } +.border-e-violet-300\\/35 { + border-inline-end-color: #c4b5fd59; +} + .border-e-violet-300\\/40 { border-inline-end-color: #c4b5fd66; } +.border-e-violet-300\\/45 { + border-inline-end-color: #c4b5fd73; +} + .border-e-violet-300\\/5 { border-inline-end-color: #c4b5fd0d; } @@ -84264,10 +115848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c4b5fd80; } +.border-e-violet-300\\/55 { + border-inline-end-color: #c4b5fd8c; +} + .border-e-violet-300\\/60 { border-inline-end-color: #c4b5fd99; } +.border-e-violet-300\\/65 { + border-inline-end-color: #c4b5fda6; +} + .border-e-violet-300\\/70 { border-inline-end-color: #c4b5fdb3; } @@ -84280,6 +115872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #c4b5fdcc; } +.border-e-violet-300\\/85 { + border-inline-end-color: #c4b5fdd9; +} + .border-e-violet-300\\/90 { border-inline-end-color: #c4b5fde6; } @@ -84304,6 +115900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a78bfa; } +.border-e-violet-400\\/15 { + border-inline-end-color: #a78bfa26; +} + .border-e-violet-400\\/20 { border-inline-end-color: #a78bfa33; } @@ -84316,10 +115916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a78bfa4d; } +.border-e-violet-400\\/35 { + border-inline-end-color: #a78bfa59; +} + .border-e-violet-400\\/40 { border-inline-end-color: #a78bfa66; } +.border-e-violet-400\\/45 { + border-inline-end-color: #a78bfa73; +} + .border-e-violet-400\\/5 { border-inline-end-color: #a78bfa0d; } @@ -84328,10 +115936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a78bfa80; } +.border-e-violet-400\\/55 { + border-inline-end-color: #a78bfa8c; +} + .border-e-violet-400\\/60 { border-inline-end-color: #a78bfa99; } +.border-e-violet-400\\/65 { + border-inline-end-color: #a78bfaa6; +} + .border-e-violet-400\\/70 { border-inline-end-color: #a78bfab3; } @@ -84344,6 +115960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a78bfacc; } +.border-e-violet-400\\/85 { + border-inline-end-color: #a78bfad9; +} + .border-e-violet-400\\/90 { border-inline-end-color: #a78bfae6; } @@ -84368,6 +115988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f3ff; } +.border-e-violet-50\\/15 { + border-inline-end-color: #f5f3ff26; +} + .border-e-violet-50\\/20 { border-inline-end-color: #f5f3ff33; } @@ -84380,10 +116004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f3ff4d; } +.border-e-violet-50\\/35 { + border-inline-end-color: #f5f3ff59; +} + .border-e-violet-50\\/40 { border-inline-end-color: #f5f3ff66; } +.border-e-violet-50\\/45 { + border-inline-end-color: #f5f3ff73; +} + .border-e-violet-50\\/5 { border-inline-end-color: #f5f3ff0d; } @@ -84392,10 +116024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f3ff80; } +.border-e-violet-50\\/55 { + border-inline-end-color: #f5f3ff8c; +} + .border-e-violet-50\\/60 { border-inline-end-color: #f5f3ff99; } +.border-e-violet-50\\/65 { + border-inline-end-color: #f5f3ffa6; +} + .border-e-violet-50\\/70 { border-inline-end-color: #f5f3ffb3; } @@ -84408,6 +116048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f5f3ffcc; } +.border-e-violet-50\\/85 { + border-inline-end-color: #f5f3ffd9; +} + .border-e-violet-50\\/90 { border-inline-end-color: #f5f3ffe6; } @@ -84432,6 +116076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #8b5cf6; } +.border-e-violet-500\\/15 { + border-inline-end-color: #8b5cf626; +} + .border-e-violet-500\\/20 { border-inline-end-color: #8b5cf633; } @@ -84444,10 +116092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #8b5cf64d; } +.border-e-violet-500\\/35 { + border-inline-end-color: #8b5cf659; +} + .border-e-violet-500\\/40 { border-inline-end-color: #8b5cf666; } +.border-e-violet-500\\/45 { + border-inline-end-color: #8b5cf673; +} + .border-e-violet-500\\/5 { border-inline-end-color: #8b5cf60d; } @@ -84456,10 +116112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #8b5cf680; } +.border-e-violet-500\\/55 { + border-inline-end-color: #8b5cf68c; +} + .border-e-violet-500\\/60 { border-inline-end-color: #8b5cf699; } +.border-e-violet-500\\/65 { + border-inline-end-color: #8b5cf6a6; +} + .border-e-violet-500\\/70 { border-inline-end-color: #8b5cf6b3; } @@ -84472,6 +116136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #8b5cf6cc; } +.border-e-violet-500\\/85 { + border-inline-end-color: #8b5cf6d9; +} + .border-e-violet-500\\/90 { border-inline-end-color: #8b5cf6e6; } @@ -84496,6 +116164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c3aed; } +.border-e-violet-600\\/15 { + border-inline-end-color: #7c3aed26; +} + .border-e-violet-600\\/20 { border-inline-end-color: #7c3aed33; } @@ -84508,10 +116180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c3aed4d; } +.border-e-violet-600\\/35 { + border-inline-end-color: #7c3aed59; +} + .border-e-violet-600\\/40 { border-inline-end-color: #7c3aed66; } +.border-e-violet-600\\/45 { + border-inline-end-color: #7c3aed73; +} + .border-e-violet-600\\/5 { border-inline-end-color: #7c3aed0d; } @@ -84520,10 +116200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c3aed80; } +.border-e-violet-600\\/55 { + border-inline-end-color: #7c3aed8c; +} + .border-e-violet-600\\/60 { border-inline-end-color: #7c3aed99; } +.border-e-violet-600\\/65 { + border-inline-end-color: #7c3aeda6; +} + .border-e-violet-600\\/70 { border-inline-end-color: #7c3aedb3; } @@ -84536,6 +116224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #7c3aedcc; } +.border-e-violet-600\\/85 { + border-inline-end-color: #7c3aedd9; +} + .border-e-violet-600\\/90 { border-inline-end-color: #7c3aede6; } @@ -84560,6 +116252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6d28d9; } +.border-e-violet-700\\/15 { + border-inline-end-color: #6d28d926; +} + .border-e-violet-700\\/20 { border-inline-end-color: #6d28d933; } @@ -84572,10 +116268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6d28d94d; } +.border-e-violet-700\\/35 { + border-inline-end-color: #6d28d959; +} + .border-e-violet-700\\/40 { border-inline-end-color: #6d28d966; } +.border-e-violet-700\\/45 { + border-inline-end-color: #6d28d973; +} + .border-e-violet-700\\/5 { border-inline-end-color: #6d28d90d; } @@ -84584,10 +116288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6d28d980; } +.border-e-violet-700\\/55 { + border-inline-end-color: #6d28d98c; +} + .border-e-violet-700\\/60 { border-inline-end-color: #6d28d999; } +.border-e-violet-700\\/65 { + border-inline-end-color: #6d28d9a6; +} + .border-e-violet-700\\/70 { border-inline-end-color: #6d28d9b3; } @@ -84600,6 +116312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #6d28d9cc; } +.border-e-violet-700\\/85 { + border-inline-end-color: #6d28d9d9; +} + .border-e-violet-700\\/90 { border-inline-end-color: #6d28d9e6; } @@ -84624,6 +116340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5b21b6; } +.border-e-violet-800\\/15 { + border-inline-end-color: #5b21b626; +} + .border-e-violet-800\\/20 { border-inline-end-color: #5b21b633; } @@ -84636,10 +116356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5b21b64d; } +.border-e-violet-800\\/35 { + border-inline-end-color: #5b21b659; +} + .border-e-violet-800\\/40 { border-inline-end-color: #5b21b666; } +.border-e-violet-800\\/45 { + border-inline-end-color: #5b21b673; +} + .border-e-violet-800\\/5 { border-inline-end-color: #5b21b60d; } @@ -84648,10 +116376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5b21b680; } +.border-e-violet-800\\/55 { + border-inline-end-color: #5b21b68c; +} + .border-e-violet-800\\/60 { border-inline-end-color: #5b21b699; } +.border-e-violet-800\\/65 { + border-inline-end-color: #5b21b6a6; +} + .border-e-violet-800\\/70 { border-inline-end-color: #5b21b6b3; } @@ -84664,6 +116400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #5b21b6cc; } +.border-e-violet-800\\/85 { + border-inline-end-color: #5b21b6d9; +} + .border-e-violet-800\\/90 { border-inline-end-color: #5b21b6e6; } @@ -84688,6 +116428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c1d95; } +.border-e-violet-900\\/15 { + border-inline-end-color: #4c1d9526; +} + .border-e-violet-900\\/20 { border-inline-end-color: #4c1d9533; } @@ -84700,10 +116444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c1d954d; } +.border-e-violet-900\\/35 { + border-inline-end-color: #4c1d9559; +} + .border-e-violet-900\\/40 { border-inline-end-color: #4c1d9566; } +.border-e-violet-900\\/45 { + border-inline-end-color: #4c1d9573; +} + .border-e-violet-900\\/5 { border-inline-end-color: #4c1d950d; } @@ -84712,10 +116464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c1d9580; } +.border-e-violet-900\\/55 { + border-inline-end-color: #4c1d958c; +} + .border-e-violet-900\\/60 { border-inline-end-color: #4c1d9599; } +.border-e-violet-900\\/65 { + border-inline-end-color: #4c1d95a6; +} + .border-e-violet-900\\/70 { border-inline-end-color: #4c1d95b3; } @@ -84728,6 +116488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4c1d95cc; } +.border-e-violet-900\\/85 { + border-inline-end-color: #4c1d95d9; +} + .border-e-violet-900\\/90 { border-inline-end-color: #4c1d95e6; } @@ -84752,6 +116516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2e1065; } +.border-e-violet-950\\/15 { + border-inline-end-color: #2e106526; +} + .border-e-violet-950\\/20 { border-inline-end-color: #2e106533; } @@ -84764,10 +116532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2e10654d; } +.border-e-violet-950\\/35 { + border-inline-end-color: #2e106559; +} + .border-e-violet-950\\/40 { border-inline-end-color: #2e106566; } +.border-e-violet-950\\/45 { + border-inline-end-color: #2e106573; +} + .border-e-violet-950\\/5 { border-inline-end-color: #2e10650d; } @@ -84776,10 +116552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2e106580; } +.border-e-violet-950\\/55 { + border-inline-end-color: #2e10658c; +} + .border-e-violet-950\\/60 { border-inline-end-color: #2e106599; } +.border-e-violet-950\\/65 { + border-inline-end-color: #2e1065a6; +} + .border-e-violet-950\\/70 { border-inline-end-color: #2e1065b3; } @@ -84792,6 +116576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #2e1065cc; } +.border-e-violet-950\\/85 { + border-inline-end-color: #2e1065d9; +} + .border-e-violet-950\\/90 { border-inline-end-color: #2e1065e6; } @@ -84816,6 +116604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fff; } +.border-e-white\\/15 { + border-inline-end-color: #ffffff26; +} + .border-e-white\\/20 { border-inline-end-color: #fff3; } @@ -84828,10 +116620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffffff4d; } +.border-e-white\\/35 { + border-inline-end-color: #ffffff59; +} + .border-e-white\\/40 { border-inline-end-color: #fff6; } +.border-e-white\\/45 { + border-inline-end-color: #ffffff73; +} + .border-e-white\\/5 { border-inline-end-color: #ffffff0d; } @@ -84840,10 +116640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ffffff80; } +.border-e-white\\/55 { + border-inline-end-color: #ffffff8c; +} + .border-e-white\\/60 { border-inline-end-color: #fff9; } +.border-e-white\\/65 { + border-inline-end-color: #ffffffa6; +} + .border-e-white\\/70 { border-inline-end-color: #ffffffb3; } @@ -84856,6 +116664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fffc; } +.border-e-white\\/85 { + border-inline-end-color: #ffffffd9; +} + .border-e-white\\/90 { border-inline-end-color: #ffffffe6; } @@ -84880,6 +116692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef9c3; } +.border-e-yellow-100\\/15 { + border-inline-end-color: #fef9c326; +} + .border-e-yellow-100\\/20 { border-inline-end-color: #fef9c333; } @@ -84892,10 +116708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef9c34d; } +.border-e-yellow-100\\/35 { + border-inline-end-color: #fef9c359; +} + .border-e-yellow-100\\/40 { border-inline-end-color: #fef9c366; } +.border-e-yellow-100\\/45 { + border-inline-end-color: #fef9c373; +} + .border-e-yellow-100\\/5 { border-inline-end-color: #fef9c30d; } @@ -84904,10 +116728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef9c380; } +.border-e-yellow-100\\/55 { + border-inline-end-color: #fef9c38c; +} + .border-e-yellow-100\\/60 { border-inline-end-color: #fef9c399; } +.border-e-yellow-100\\/65 { + border-inline-end-color: #fef9c3a6; +} + .border-e-yellow-100\\/70 { border-inline-end-color: #fef9c3b3; } @@ -84920,6 +116752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef9c3cc; } +.border-e-yellow-100\\/85 { + border-inline-end-color: #fef9c3d9; +} + .border-e-yellow-100\\/90 { border-inline-end-color: #fef9c3e6; } @@ -84944,6 +116780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef08a; } +.border-e-yellow-200\\/15 { + border-inline-end-color: #fef08a26; +} + .border-e-yellow-200\\/20 { border-inline-end-color: #fef08a33; } @@ -84956,10 +116796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef08a4d; } +.border-e-yellow-200\\/35 { + border-inline-end-color: #fef08a59; +} + .border-e-yellow-200\\/40 { border-inline-end-color: #fef08a66; } +.border-e-yellow-200\\/45 { + border-inline-end-color: #fef08a73; +} + .border-e-yellow-200\\/5 { border-inline-end-color: #fef08a0d; } @@ -84968,10 +116816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef08a80; } +.border-e-yellow-200\\/55 { + border-inline-end-color: #fef08a8c; +} + .border-e-yellow-200\\/60 { border-inline-end-color: #fef08a99; } +.border-e-yellow-200\\/65 { + border-inline-end-color: #fef08aa6; +} + .border-e-yellow-200\\/70 { border-inline-end-color: #fef08ab3; } @@ -84984,6 +116840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fef08acc; } +.border-e-yellow-200\\/85 { + border-inline-end-color: #fef08ad9; +} + .border-e-yellow-200\\/90 { border-inline-end-color: #fef08ae6; } @@ -85008,6 +116868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde047; } +.border-e-yellow-300\\/15 { + border-inline-end-color: #fde04726; +} + .border-e-yellow-300\\/20 { border-inline-end-color: #fde04733; } @@ -85020,10 +116884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde0474d; } +.border-e-yellow-300\\/35 { + border-inline-end-color: #fde04759; +} + .border-e-yellow-300\\/40 { border-inline-end-color: #fde04766; } +.border-e-yellow-300\\/45 { + border-inline-end-color: #fde04773; +} + .border-e-yellow-300\\/5 { border-inline-end-color: #fde0470d; } @@ -85032,10 +116904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde04780; } +.border-e-yellow-300\\/55 { + border-inline-end-color: #fde0478c; +} + .border-e-yellow-300\\/60 { border-inline-end-color: #fde04799; } +.border-e-yellow-300\\/65 { + border-inline-end-color: #fde047a6; +} + .border-e-yellow-300\\/70 { border-inline-end-color: #fde047b3; } @@ -85048,6 +116928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fde047cc; } +.border-e-yellow-300\\/85 { + border-inline-end-color: #fde047d9; +} + .border-e-yellow-300\\/90 { border-inline-end-color: #fde047e6; } @@ -85072,6 +116956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #facc15; } +.border-e-yellow-400\\/15 { + border-inline-end-color: #facc1526; +} + .border-e-yellow-400\\/20 { border-inline-end-color: #facc1533; } @@ -85084,10 +116972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #facc154d; } +.border-e-yellow-400\\/35 { + border-inline-end-color: #facc1559; +} + .border-e-yellow-400\\/40 { border-inline-end-color: #facc1566; } +.border-e-yellow-400\\/45 { + border-inline-end-color: #facc1573; +} + .border-e-yellow-400\\/5 { border-inline-end-color: #facc150d; } @@ -85096,10 +116992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #facc1580; } +.border-e-yellow-400\\/55 { + border-inline-end-color: #facc158c; +} + .border-e-yellow-400\\/60 { border-inline-end-color: #facc1599; } +.border-e-yellow-400\\/65 { + border-inline-end-color: #facc15a6; +} + .border-e-yellow-400\\/70 { border-inline-end-color: #facc15b3; } @@ -85112,6 +117016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #facc15cc; } +.border-e-yellow-400\\/85 { + border-inline-end-color: #facc15d9; +} + .border-e-yellow-400\\/90 { border-inline-end-color: #facc15e6; } @@ -85136,6 +117044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fefce8; } +.border-e-yellow-50\\/15 { + border-inline-end-color: #fefce826; +} + .border-e-yellow-50\\/20 { border-inline-end-color: #fefce833; } @@ -85148,10 +117060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fefce84d; } +.border-e-yellow-50\\/35 { + border-inline-end-color: #fefce859; +} + .border-e-yellow-50\\/40 { border-inline-end-color: #fefce866; } +.border-e-yellow-50\\/45 { + border-inline-end-color: #fefce873; +} + .border-e-yellow-50\\/5 { border-inline-end-color: #fefce80d; } @@ -85160,10 +117080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fefce880; } +.border-e-yellow-50\\/55 { + border-inline-end-color: #fefce88c; +} + .border-e-yellow-50\\/60 { border-inline-end-color: #fefce899; } +.border-e-yellow-50\\/65 { + border-inline-end-color: #fefce8a6; +} + .border-e-yellow-50\\/70 { border-inline-end-color: #fefce8b3; } @@ -85176,6 +117104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fefce8cc; } +.border-e-yellow-50\\/85 { + border-inline-end-color: #fefce8d9; +} + .border-e-yellow-50\\/90 { border-inline-end-color: #fefce8e6; } @@ -85200,6 +117132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eab308; } +.border-e-yellow-500\\/15 { + border-inline-end-color: #eab30826; +} + .border-e-yellow-500\\/20 { border-inline-end-color: #eab30833; } @@ -85212,10 +117148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eab3084d; } +.border-e-yellow-500\\/35 { + border-inline-end-color: #eab30859; +} + .border-e-yellow-500\\/40 { border-inline-end-color: #eab30866; } +.border-e-yellow-500\\/45 { + border-inline-end-color: #eab30873; +} + .border-e-yellow-500\\/5 { border-inline-end-color: #eab3080d; } @@ -85224,10 +117168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eab30880; } +.border-e-yellow-500\\/55 { + border-inline-end-color: #eab3088c; +} + .border-e-yellow-500\\/60 { border-inline-end-color: #eab30899; } +.border-e-yellow-500\\/65 { + border-inline-end-color: #eab308a6; +} + .border-e-yellow-500\\/70 { border-inline-end-color: #eab308b3; } @@ -85240,6 +117192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #eab308cc; } +.border-e-yellow-500\\/85 { + border-inline-end-color: #eab308d9; +} + .border-e-yellow-500\\/90 { border-inline-end-color: #eab308e6; } @@ -85264,6 +117220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ca8a04; } +.border-e-yellow-600\\/15 { + border-inline-end-color: #ca8a0426; +} + .border-e-yellow-600\\/20 { border-inline-end-color: #ca8a0433; } @@ -85276,10 +117236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ca8a044d; } +.border-e-yellow-600\\/35 { + border-inline-end-color: #ca8a0459; +} + .border-e-yellow-600\\/40 { border-inline-end-color: #ca8a0466; } +.border-e-yellow-600\\/45 { + border-inline-end-color: #ca8a0473; +} + .border-e-yellow-600\\/5 { border-inline-end-color: #ca8a040d; } @@ -85288,10 +117256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ca8a0480; } +.border-e-yellow-600\\/55 { + border-inline-end-color: #ca8a048c; +} + .border-e-yellow-600\\/60 { border-inline-end-color: #ca8a0499; } +.border-e-yellow-600\\/65 { + border-inline-end-color: #ca8a04a6; +} + .border-e-yellow-600\\/70 { border-inline-end-color: #ca8a04b3; } @@ -85304,6 +117280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #ca8a04cc; } +.border-e-yellow-600\\/85 { + border-inline-end-color: #ca8a04d9; +} + .border-e-yellow-600\\/90 { border-inline-end-color: #ca8a04e6; } @@ -85328,6 +117308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a16207; } +.border-e-yellow-700\\/15 { + border-inline-end-color: #a1620726; +} + .border-e-yellow-700\\/20 { border-inline-end-color: #a1620733; } @@ -85340,10 +117324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a162074d; } +.border-e-yellow-700\\/35 { + border-inline-end-color: #a1620759; +} + .border-e-yellow-700\\/40 { border-inline-end-color: #a1620766; } +.border-e-yellow-700\\/45 { + border-inline-end-color: #a1620773; +} + .border-e-yellow-700\\/5 { border-inline-end-color: #a162070d; } @@ -85352,10 +117344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a1620780; } +.border-e-yellow-700\\/55 { + border-inline-end-color: #a162078c; +} + .border-e-yellow-700\\/60 { border-inline-end-color: #a1620799; } +.border-e-yellow-700\\/65 { + border-inline-end-color: #a16207a6; +} + .border-e-yellow-700\\/70 { border-inline-end-color: #a16207b3; } @@ -85368,6 +117368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a16207cc; } +.border-e-yellow-700\\/85 { + border-inline-end-color: #a16207d9; +} + .border-e-yellow-700\\/90 { border-inline-end-color: #a16207e6; } @@ -85392,6 +117396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #854d0e; } +.border-e-yellow-800\\/15 { + border-inline-end-color: #854d0e26; +} + .border-e-yellow-800\\/20 { border-inline-end-color: #854d0e33; } @@ -85404,10 +117412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #854d0e4d; } +.border-e-yellow-800\\/35 { + border-inline-end-color: #854d0e59; +} + .border-e-yellow-800\\/40 { border-inline-end-color: #854d0e66; } +.border-e-yellow-800\\/45 { + border-inline-end-color: #854d0e73; +} + .border-e-yellow-800\\/5 { border-inline-end-color: #854d0e0d; } @@ -85416,10 +117432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #854d0e80; } +.border-e-yellow-800\\/55 { + border-inline-end-color: #854d0e8c; +} + .border-e-yellow-800\\/60 { border-inline-end-color: #854d0e99; } +.border-e-yellow-800\\/65 { + border-inline-end-color: #854d0ea6; +} + .border-e-yellow-800\\/70 { border-inline-end-color: #854d0eb3; } @@ -85432,6 +117456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #854d0ecc; } +.border-e-yellow-800\\/85 { + border-inline-end-color: #854d0ed9; +} + .border-e-yellow-800\\/90 { border-inline-end-color: #854d0ee6; } @@ -85456,6 +117484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #713f12; } +.border-e-yellow-900\\/15 { + border-inline-end-color: #713f1226; +} + .border-e-yellow-900\\/20 { border-inline-end-color: #713f1233; } @@ -85468,10 +117500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #713f124d; } +.border-e-yellow-900\\/35 { + border-inline-end-color: #713f1259; +} + .border-e-yellow-900\\/40 { border-inline-end-color: #713f1266; } +.border-e-yellow-900\\/45 { + border-inline-end-color: #713f1273; +} + .border-e-yellow-900\\/5 { border-inline-end-color: #713f120d; } @@ -85480,10 +117520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #713f1280; } +.border-e-yellow-900\\/55 { + border-inline-end-color: #713f128c; +} + .border-e-yellow-900\\/60 { border-inline-end-color: #713f1299; } +.border-e-yellow-900\\/65 { + border-inline-end-color: #713f12a6; +} + .border-e-yellow-900\\/70 { border-inline-end-color: #713f12b3; } @@ -85496,6 +117544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #713f12cc; } +.border-e-yellow-900\\/85 { + border-inline-end-color: #713f12d9; +} + .border-e-yellow-900\\/90 { border-inline-end-color: #713f12e6; } @@ -85520,6 +117572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #422006; } +.border-e-yellow-950\\/15 { + border-inline-end-color: #42200626; +} + .border-e-yellow-950\\/20 { border-inline-end-color: #42200633; } @@ -85532,10 +117588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #4220064d; } +.border-e-yellow-950\\/35 { + border-inline-end-color: #42200659; +} + .border-e-yellow-950\\/40 { border-inline-end-color: #42200666; } +.border-e-yellow-950\\/45 { + border-inline-end-color: #42200673; +} + .border-e-yellow-950\\/5 { border-inline-end-color: #4220060d; } @@ -85544,10 +117608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #42200680; } +.border-e-yellow-950\\/55 { + border-inline-end-color: #4220068c; +} + .border-e-yellow-950\\/60 { border-inline-end-color: #42200699; } +.border-e-yellow-950\\/65 { + border-inline-end-color: #422006a6; +} + .border-e-yellow-950\\/70 { border-inline-end-color: #422006b3; } @@ -85560,6 +117632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #422006cc; } +.border-e-yellow-950\\/85 { + border-inline-end-color: #422006d9; +} + .border-e-yellow-950\\/90 { border-inline-end-color: #422006e6; } @@ -85584,6 +117660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f4f4f5; } +.border-e-zinc-100\\/15 { + border-inline-end-color: #f4f4f526; +} + .border-e-zinc-100\\/20 { border-inline-end-color: #f4f4f533; } @@ -85596,10 +117676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f4f4f54d; } +.border-e-zinc-100\\/35 { + border-inline-end-color: #f4f4f559; +} + .border-e-zinc-100\\/40 { border-inline-end-color: #f4f4f566; } +.border-e-zinc-100\\/45 { + border-inline-end-color: #f4f4f573; +} + .border-e-zinc-100\\/5 { border-inline-end-color: #f4f4f50d; } @@ -85608,10 +117696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f4f4f580; } +.border-e-zinc-100\\/55 { + border-inline-end-color: #f4f4f58c; +} + .border-e-zinc-100\\/60 { border-inline-end-color: #f4f4f599; } +.border-e-zinc-100\\/65 { + border-inline-end-color: #f4f4f5a6; +} + .border-e-zinc-100\\/70 { border-inline-end-color: #f4f4f5b3; } @@ -85624,6 +117720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #f4f4f5cc; } +.border-e-zinc-100\\/85 { + border-inline-end-color: #f4f4f5d9; +} + .border-e-zinc-100\\/90 { border-inline-end-color: #f4f4f5e6; } @@ -85648,6 +117748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e4e4e7; } +.border-e-zinc-200\\/15 { + border-inline-end-color: #e4e4e726; +} + .border-e-zinc-200\\/20 { border-inline-end-color: #e4e4e733; } @@ -85660,10 +117764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e4e4e74d; } +.border-e-zinc-200\\/35 { + border-inline-end-color: #e4e4e759; +} + .border-e-zinc-200\\/40 { border-inline-end-color: #e4e4e766; } +.border-e-zinc-200\\/45 { + border-inline-end-color: #e4e4e773; +} + .border-e-zinc-200\\/5 { border-inline-end-color: #e4e4e70d; } @@ -85672,10 +117784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e4e4e780; } +.border-e-zinc-200\\/55 { + border-inline-end-color: #e4e4e78c; +} + .border-e-zinc-200\\/60 { border-inline-end-color: #e4e4e799; } +.border-e-zinc-200\\/65 { + border-inline-end-color: #e4e4e7a6; +} + .border-e-zinc-200\\/70 { border-inline-end-color: #e4e4e7b3; } @@ -85688,6 +117808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #e4e4e7cc; } +.border-e-zinc-200\\/85 { + border-inline-end-color: #e4e4e7d9; +} + .border-e-zinc-200\\/90 { border-inline-end-color: #e4e4e7e6; } @@ -85712,6 +117836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d8; } +.border-e-zinc-300\\/15 { + border-inline-end-color: #d4d4d826; +} + .border-e-zinc-300\\/20 { border-inline-end-color: #d4d4d833; } @@ -85724,10 +117852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d84d; } +.border-e-zinc-300\\/35 { + border-inline-end-color: #d4d4d859; +} + .border-e-zinc-300\\/40 { border-inline-end-color: #d4d4d866; } +.border-e-zinc-300\\/45 { + border-inline-end-color: #d4d4d873; +} + .border-e-zinc-300\\/5 { border-inline-end-color: #d4d4d80d; } @@ -85736,10 +117872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d880; } +.border-e-zinc-300\\/55 { + border-inline-end-color: #d4d4d88c; +} + .border-e-zinc-300\\/60 { border-inline-end-color: #d4d4d899; } +.border-e-zinc-300\\/65 { + border-inline-end-color: #d4d4d8a6; +} + .border-e-zinc-300\\/70 { border-inline-end-color: #d4d4d8b3; } @@ -85752,6 +117896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #d4d4d8cc; } +.border-e-zinc-300\\/85 { + border-inline-end-color: #d4d4d8d9; +} + .border-e-zinc-300\\/90 { border-inline-end-color: #d4d4d8e6; } @@ -85776,6 +117924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a1a1aa; } +.border-e-zinc-400\\/15 { + border-inline-end-color: #a1a1aa26; +} + .border-e-zinc-400\\/20 { border-inline-end-color: #a1a1aa33; } @@ -85788,10 +117940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a1a1aa4d; } +.border-e-zinc-400\\/35 { + border-inline-end-color: #a1a1aa59; +} + .border-e-zinc-400\\/40 { border-inline-end-color: #a1a1aa66; } +.border-e-zinc-400\\/45 { + border-inline-end-color: #a1a1aa73; +} + .border-e-zinc-400\\/5 { border-inline-end-color: #a1a1aa0d; } @@ -85800,10 +117960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a1a1aa80; } +.border-e-zinc-400\\/55 { + border-inline-end-color: #a1a1aa8c; +} + .border-e-zinc-400\\/60 { border-inline-end-color: #a1a1aa99; } +.border-e-zinc-400\\/65 { + border-inline-end-color: #a1a1aaa6; +} + .border-e-zinc-400\\/70 { border-inline-end-color: #a1a1aab3; } @@ -85816,6 +117984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #a1a1aacc; } +.border-e-zinc-400\\/85 { + border-inline-end-color: #a1a1aad9; +} + .border-e-zinc-400\\/90 { border-inline-end-color: #a1a1aae6; } @@ -85840,6 +118012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafa; } +.border-e-zinc-50\\/15 { + border-inline-end-color: #fafafa26; +} + .border-e-zinc-50\\/20 { border-inline-end-color: #fafafa33; } @@ -85852,10 +118028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafa4d; } +.border-e-zinc-50\\/35 { + border-inline-end-color: #fafafa59; +} + .border-e-zinc-50\\/40 { border-inline-end-color: #fafafa66; } +.border-e-zinc-50\\/45 { + border-inline-end-color: #fafafa73; +} + .border-e-zinc-50\\/5 { border-inline-end-color: #fafafa0d; } @@ -85864,10 +118048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafa80; } +.border-e-zinc-50\\/55 { + border-inline-end-color: #fafafa8c; +} + .border-e-zinc-50\\/60 { border-inline-end-color: #fafafa99; } +.border-e-zinc-50\\/65 { + border-inline-end-color: #fafafaa6; +} + .border-e-zinc-50\\/70 { border-inline-end-color: #fafafab3; } @@ -85880,6 +118072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #fafafacc; } +.border-e-zinc-50\\/85 { + border-inline-end-color: #fafafad9; +} + .border-e-zinc-50\\/90 { border-inline-end-color: #fafafae6; } @@ -85904,6 +118100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #71717a; } +.border-e-zinc-500\\/15 { + border-inline-end-color: #71717a26; +} + .border-e-zinc-500\\/20 { border-inline-end-color: #71717a33; } @@ -85916,10 +118116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #71717a4d; } +.border-e-zinc-500\\/35 { + border-inline-end-color: #71717a59; +} + .border-e-zinc-500\\/40 { border-inline-end-color: #71717a66; } +.border-e-zinc-500\\/45 { + border-inline-end-color: #71717a73; +} + .border-e-zinc-500\\/5 { border-inline-end-color: #71717a0d; } @@ -85928,10 +118136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #71717a80; } +.border-e-zinc-500\\/55 { + border-inline-end-color: #71717a8c; +} + .border-e-zinc-500\\/60 { border-inline-end-color: #71717a99; } +.border-e-zinc-500\\/65 { + border-inline-end-color: #71717aa6; +} + .border-e-zinc-500\\/70 { border-inline-end-color: #71717ab3; } @@ -85944,6 +118160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #71717acc; } +.border-e-zinc-500\\/85 { + border-inline-end-color: #71717ad9; +} + .border-e-zinc-500\\/90 { border-inline-end-color: #71717ae6; } @@ -85968,6 +118188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #52525b; } +.border-e-zinc-600\\/15 { + border-inline-end-color: #52525b26; +} + .border-e-zinc-600\\/20 { border-inline-end-color: #52525b33; } @@ -85980,10 +118204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #52525b4d; } +.border-e-zinc-600\\/35 { + border-inline-end-color: #52525b59; +} + .border-e-zinc-600\\/40 { border-inline-end-color: #52525b66; } +.border-e-zinc-600\\/45 { + border-inline-end-color: #52525b73; +} + .border-e-zinc-600\\/5 { border-inline-end-color: #52525b0d; } @@ -85992,10 +118224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #52525b80; } +.border-e-zinc-600\\/55 { + border-inline-end-color: #52525b8c; +} + .border-e-zinc-600\\/60 { border-inline-end-color: #52525b99; } +.border-e-zinc-600\\/65 { + border-inline-end-color: #52525ba6; +} + .border-e-zinc-600\\/70 { border-inline-end-color: #52525bb3; } @@ -86008,6 +118248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #52525bcc; } +.border-e-zinc-600\\/85 { + border-inline-end-color: #52525bd9; +} + .border-e-zinc-600\\/90 { border-inline-end-color: #52525be6; } @@ -86032,6 +118276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f3f46; } +.border-e-zinc-700\\/15 { + border-inline-end-color: #3f3f4626; +} + .border-e-zinc-700\\/20 { border-inline-end-color: #3f3f4633; } @@ -86044,10 +118292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f3f464d; } +.border-e-zinc-700\\/35 { + border-inline-end-color: #3f3f4659; +} + .border-e-zinc-700\\/40 { border-inline-end-color: #3f3f4666; } +.border-e-zinc-700\\/45 { + border-inline-end-color: #3f3f4673; +} + .border-e-zinc-700\\/5 { border-inline-end-color: #3f3f460d; } @@ -86056,10 +118312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f3f4680; } +.border-e-zinc-700\\/55 { + border-inline-end-color: #3f3f468c; +} + .border-e-zinc-700\\/60 { border-inline-end-color: #3f3f4699; } +.border-e-zinc-700\\/65 { + border-inline-end-color: #3f3f46a6; +} + .border-e-zinc-700\\/70 { border-inline-end-color: #3f3f46b3; } @@ -86072,6 +118336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #3f3f46cc; } +.border-e-zinc-700\\/85 { + border-inline-end-color: #3f3f46d9; +} + .border-e-zinc-700\\/90 { border-inline-end-color: #3f3f46e6; } @@ -86096,6 +118364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #27272a; } +.border-e-zinc-800\\/15 { + border-inline-end-color: #27272a26; +} + .border-e-zinc-800\\/20 { border-inline-end-color: #27272a33; } @@ -86108,10 +118380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #27272a4d; } +.border-e-zinc-800\\/35 { + border-inline-end-color: #27272a59; +} + .border-e-zinc-800\\/40 { border-inline-end-color: #27272a66; } +.border-e-zinc-800\\/45 { + border-inline-end-color: #27272a73; +} + .border-e-zinc-800\\/5 { border-inline-end-color: #27272a0d; } @@ -86120,10 +118400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #27272a80; } +.border-e-zinc-800\\/55 { + border-inline-end-color: #27272a8c; +} + .border-e-zinc-800\\/60 { border-inline-end-color: #27272a99; } +.border-e-zinc-800\\/65 { + border-inline-end-color: #27272aa6; +} + .border-e-zinc-800\\/70 { border-inline-end-color: #27272ab3; } @@ -86136,6 +118424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #27272acc; } +.border-e-zinc-800\\/85 { + border-inline-end-color: #27272ad9; +} + .border-e-zinc-800\\/90 { border-inline-end-color: #27272ae6; } @@ -86160,6 +118452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #18181b; } +.border-e-zinc-900\\/15 { + border-inline-end-color: #18181b26; +} + .border-e-zinc-900\\/20 { border-inline-end-color: #18181b33; } @@ -86172,10 +118468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #18181b4d; } +.border-e-zinc-900\\/35 { + border-inline-end-color: #18181b59; +} + .border-e-zinc-900\\/40 { border-inline-end-color: #18181b66; } +.border-e-zinc-900\\/45 { + border-inline-end-color: #18181b73; +} + .border-e-zinc-900\\/5 { border-inline-end-color: #18181b0d; } @@ -86184,10 +118488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #18181b80; } +.border-e-zinc-900\\/55 { + border-inline-end-color: #18181b8c; +} + .border-e-zinc-900\\/60 { border-inline-end-color: #18181b99; } +.border-e-zinc-900\\/65 { + border-inline-end-color: #18181ba6; +} + .border-e-zinc-900\\/70 { border-inline-end-color: #18181bb3; } @@ -86200,6 +118512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #18181bcc; } +.border-e-zinc-900\\/85 { + border-inline-end-color: #18181bd9; +} + .border-e-zinc-900\\/90 { border-inline-end-color: #18181be6; } @@ -86224,6 +118540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #09090b; } +.border-e-zinc-950\\/15 { + border-inline-end-color: #09090b26; +} + .border-e-zinc-950\\/20 { border-inline-end-color: #09090b33; } @@ -86236,10 +118556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #09090b4d; } +.border-e-zinc-950\\/35 { + border-inline-end-color: #09090b59; +} + .border-e-zinc-950\\/40 { border-inline-end-color: #09090b66; } +.border-e-zinc-950\\/45 { + border-inline-end-color: #09090b73; +} + .border-e-zinc-950\\/5 { border-inline-end-color: #09090b0d; } @@ -86248,10 +118576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #09090b80; } +.border-e-zinc-950\\/55 { + border-inline-end-color: #09090b8c; +} + .border-e-zinc-950\\/60 { border-inline-end-color: #09090b99; } +.border-e-zinc-950\\/65 { + border-inline-end-color: #09090ba6; +} + .border-e-zinc-950\\/70 { border-inline-end-color: #09090bb3; } @@ -86264,6 +118600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-end-color: #09090bcc; } +.border-e-zinc-950\\/85 { + border-inline-end-color: #09090bd9; +} + .border-e-zinc-950\\/90 { border-inline-end-color: #09090be6; } @@ -86288,6 +118628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef3c7; } +.border-l-amber-100\\/15 { + border-left-color: #fef3c726; +} + .border-l-amber-100\\/20 { border-left-color: #fef3c733; } @@ -86300,10 +118644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef3c74d; } +.border-l-amber-100\\/35 { + border-left-color: #fef3c759; +} + .border-l-amber-100\\/40 { border-left-color: #fef3c766; } +.border-l-amber-100\\/45 { + border-left-color: #fef3c773; +} + .border-l-amber-100\\/5 { border-left-color: #fef3c70d; } @@ -86312,10 +118664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef3c780; } +.border-l-amber-100\\/55 { + border-left-color: #fef3c78c; +} + .border-l-amber-100\\/60 { border-left-color: #fef3c799; } +.border-l-amber-100\\/65 { + border-left-color: #fef3c7a6; +} + .border-l-amber-100\\/70 { border-left-color: #fef3c7b3; } @@ -86328,6 +118688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef3c7cc; } +.border-l-amber-100\\/85 { + border-left-color: #fef3c7d9; +} + .border-l-amber-100\\/90 { border-left-color: #fef3c7e6; } @@ -86352,6 +118716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde68a; } +.border-l-amber-200\\/15 { + border-left-color: #fde68a26; +} + .border-l-amber-200\\/20 { border-left-color: #fde68a33; } @@ -86364,10 +118732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde68a4d; } +.border-l-amber-200\\/35 { + border-left-color: #fde68a59; +} + .border-l-amber-200\\/40 { border-left-color: #fde68a66; } +.border-l-amber-200\\/45 { + border-left-color: #fde68a73; +} + .border-l-amber-200\\/5 { border-left-color: #fde68a0d; } @@ -86376,10 +118752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde68a80; } +.border-l-amber-200\\/55 { + border-left-color: #fde68a8c; +} + .border-l-amber-200\\/60 { border-left-color: #fde68a99; } +.border-l-amber-200\\/65 { + border-left-color: #fde68aa6; +} + .border-l-amber-200\\/70 { border-left-color: #fde68ab3; } @@ -86392,6 +118776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde68acc; } +.border-l-amber-200\\/85 { + border-left-color: #fde68ad9; +} + .border-l-amber-200\\/90 { border-left-color: #fde68ae6; } @@ -86416,6 +118804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fcd34d; } +.border-l-amber-300\\/15 { + border-left-color: #fcd34d26; +} + .border-l-amber-300\\/20 { border-left-color: #fcd34d33; } @@ -86428,10 +118820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fcd34d4d; } +.border-l-amber-300\\/35 { + border-left-color: #fcd34d59; +} + .border-l-amber-300\\/40 { border-left-color: #fcd34d66; } +.border-l-amber-300\\/45 { + border-left-color: #fcd34d73; +} + .border-l-amber-300\\/5 { border-left-color: #fcd34d0d; } @@ -86440,10 +118840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fcd34d80; } +.border-l-amber-300\\/55 { + border-left-color: #fcd34d8c; +} + .border-l-amber-300\\/60 { border-left-color: #fcd34d99; } +.border-l-amber-300\\/65 { + border-left-color: #fcd34da6; +} + .border-l-amber-300\\/70 { border-left-color: #fcd34db3; } @@ -86456,6 +118864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fcd34dcc; } +.border-l-amber-300\\/85 { + border-left-color: #fcd34dd9; +} + .border-l-amber-300\\/90 { border-left-color: #fcd34de6; } @@ -86480,6 +118892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbbf24; } +.border-l-amber-400\\/15 { + border-left-color: #fbbf2426; +} + .border-l-amber-400\\/20 { border-left-color: #fbbf2433; } @@ -86492,10 +118908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbbf244d; } +.border-l-amber-400\\/35 { + border-left-color: #fbbf2459; +} + .border-l-amber-400\\/40 { border-left-color: #fbbf2466; } +.border-l-amber-400\\/45 { + border-left-color: #fbbf2473; +} + .border-l-amber-400\\/5 { border-left-color: #fbbf240d; } @@ -86504,10 +118928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbbf2480; } +.border-l-amber-400\\/55 { + border-left-color: #fbbf248c; +} + .border-l-amber-400\\/60 { border-left-color: #fbbf2499; } +.border-l-amber-400\\/65 { + border-left-color: #fbbf24a6; +} + .border-l-amber-400\\/70 { border-left-color: #fbbf24b3; } @@ -86520,6 +118952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbbf24cc; } +.border-l-amber-400\\/85 { + border-left-color: #fbbf24d9; +} + .border-l-amber-400\\/90 { border-left-color: #fbbf24e6; } @@ -86544,6 +118980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fffbeb; } +.border-l-amber-50\\/15 { + border-left-color: #fffbeb26; +} + .border-l-amber-50\\/20 { border-left-color: #fffbeb33; } @@ -86556,10 +118996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fffbeb4d; } +.border-l-amber-50\\/35 { + border-left-color: #fffbeb59; +} + .border-l-amber-50\\/40 { border-left-color: #fffbeb66; } +.border-l-amber-50\\/45 { + border-left-color: #fffbeb73; +} + .border-l-amber-50\\/5 { border-left-color: #fffbeb0d; } @@ -86568,10 +119016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fffbeb80; } +.border-l-amber-50\\/55 { + border-left-color: #fffbeb8c; +} + .border-l-amber-50\\/60 { border-left-color: #fffbeb99; } +.border-l-amber-50\\/65 { + border-left-color: #fffbeba6; +} + .border-l-amber-50\\/70 { border-left-color: #fffbebb3; } @@ -86584,6 +119040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fffbebcc; } +.border-l-amber-50\\/85 { + border-left-color: #fffbebd9; +} + .border-l-amber-50\\/90 { border-left-color: #fffbebe6; } @@ -86608,6 +119068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f59e0b; } +.border-l-amber-500\\/15 { + border-left-color: #f59e0b26; +} + .border-l-amber-500\\/20 { border-left-color: #f59e0b33; } @@ -86620,10 +119084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f59e0b4d; } +.border-l-amber-500\\/35 { + border-left-color: #f59e0b59; +} + .border-l-amber-500\\/40 { border-left-color: #f59e0b66; } +.border-l-amber-500\\/45 { + border-left-color: #f59e0b73; +} + .border-l-amber-500\\/5 { border-left-color: #f59e0b0d; } @@ -86632,10 +119104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f59e0b80; } +.border-l-amber-500\\/55 { + border-left-color: #f59e0b8c; +} + .border-l-amber-500\\/60 { border-left-color: #f59e0b99; } +.border-l-amber-500\\/65 { + border-left-color: #f59e0ba6; +} + .border-l-amber-500\\/70 { border-left-color: #f59e0bb3; } @@ -86648,6 +119128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f59e0bcc; } +.border-l-amber-500\\/85 { + border-left-color: #f59e0bd9; +} + .border-l-amber-500\\/90 { border-left-color: #f59e0be6; } @@ -86672,6 +119156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d97706; } +.border-l-amber-600\\/15 { + border-left-color: #d9770626; +} + .border-l-amber-600\\/20 { border-left-color: #d9770633; } @@ -86684,10 +119172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d977064d; } +.border-l-amber-600\\/35 { + border-left-color: #d9770659; +} + .border-l-amber-600\\/40 { border-left-color: #d9770666; } +.border-l-amber-600\\/45 { + border-left-color: #d9770673; +} + .border-l-amber-600\\/5 { border-left-color: #d977060d; } @@ -86696,10 +119192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d9770680; } +.border-l-amber-600\\/55 { + border-left-color: #d977068c; +} + .border-l-amber-600\\/60 { border-left-color: #d9770699; } +.border-l-amber-600\\/65 { + border-left-color: #d97706a6; +} + .border-l-amber-600\\/70 { border-left-color: #d97706b3; } @@ -86712,6 +119216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d97706cc; } +.border-l-amber-600\\/85 { + border-left-color: #d97706d9; +} + .border-l-amber-600\\/90 { border-left-color: #d97706e6; } @@ -86736,6 +119244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b45309; } +.border-l-amber-700\\/15 { + border-left-color: #b4530926; +} + .border-l-amber-700\\/20 { border-left-color: #b4530933; } @@ -86748,10 +119260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b453094d; } +.border-l-amber-700\\/35 { + border-left-color: #b4530959; +} + .border-l-amber-700\\/40 { border-left-color: #b4530966; } +.border-l-amber-700\\/45 { + border-left-color: #b4530973; +} + .border-l-amber-700\\/5 { border-left-color: #b453090d; } @@ -86760,10 +119280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b4530980; } +.border-l-amber-700\\/55 { + border-left-color: #b453098c; +} + .border-l-amber-700\\/60 { border-left-color: #b4530999; } +.border-l-amber-700\\/65 { + border-left-color: #b45309a6; +} + .border-l-amber-700\\/70 { border-left-color: #b45309b3; } @@ -86776,6 +119304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b45309cc; } +.border-l-amber-700\\/85 { + border-left-color: #b45309d9; +} + .border-l-amber-700\\/90 { border-left-color: #b45309e6; } @@ -86800,6 +119332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #92400e; } +.border-l-amber-800\\/15 { + border-left-color: #92400e26; +} + .border-l-amber-800\\/20 { border-left-color: #92400e33; } @@ -86812,10 +119348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #92400e4d; } +.border-l-amber-800\\/35 { + border-left-color: #92400e59; +} + .border-l-amber-800\\/40 { border-left-color: #92400e66; } +.border-l-amber-800\\/45 { + border-left-color: #92400e73; +} + .border-l-amber-800\\/5 { border-left-color: #92400e0d; } @@ -86824,10 +119368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #92400e80; } +.border-l-amber-800\\/55 { + border-left-color: #92400e8c; +} + .border-l-amber-800\\/60 { border-left-color: #92400e99; } +.border-l-amber-800\\/65 { + border-left-color: #92400ea6; +} + .border-l-amber-800\\/70 { border-left-color: #92400eb3; } @@ -86840,6 +119392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #92400ecc; } +.border-l-amber-800\\/85 { + border-left-color: #92400ed9; +} + .border-l-amber-800\\/90 { border-left-color: #92400ee6; } @@ -86864,6 +119420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78350f; } +.border-l-amber-900\\/15 { + border-left-color: #78350f26; +} + .border-l-amber-900\\/20 { border-left-color: #78350f33; } @@ -86876,10 +119436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78350f4d; } +.border-l-amber-900\\/35 { + border-left-color: #78350f59; +} + .border-l-amber-900\\/40 { border-left-color: #78350f66; } +.border-l-amber-900\\/45 { + border-left-color: #78350f73; +} + .border-l-amber-900\\/5 { border-left-color: #78350f0d; } @@ -86888,10 +119456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78350f80; } +.border-l-amber-900\\/55 { + border-left-color: #78350f8c; +} + .border-l-amber-900\\/60 { border-left-color: #78350f99; } +.border-l-amber-900\\/65 { + border-left-color: #78350fa6; +} + .border-l-amber-900\\/70 { border-left-color: #78350fb3; } @@ -86904,6 +119480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78350fcc; } +.border-l-amber-900\\/85 { + border-left-color: #78350fd9; +} + .border-l-amber-900\\/90 { border-left-color: #78350fe6; } @@ -86928,6 +119508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #451a03; } +.border-l-amber-950\\/15 { + border-left-color: #451a0326; +} + .border-l-amber-950\\/20 { border-left-color: #451a0333; } @@ -86940,10 +119524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #451a034d; } +.border-l-amber-950\\/35 { + border-left-color: #451a0359; +} + .border-l-amber-950\\/40 { border-left-color: #451a0366; } +.border-l-amber-950\\/45 { + border-left-color: #451a0373; +} + .border-l-amber-950\\/5 { border-left-color: #451a030d; } @@ -86952,10 +119544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #451a0380; } +.border-l-amber-950\\/55 { + border-left-color: #451a038c; +} + .border-l-amber-950\\/60 { border-left-color: #451a0399; } +.border-l-amber-950\\/65 { + border-left-color: #451a03a6; +} + .border-l-amber-950\\/70 { border-left-color: #451a03b3; } @@ -86968,6 +119568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #451a03cc; } +.border-l-amber-950\\/85 { + border-left-color: #451a03d9; +} + .border-l-amber-950\\/90 { border-left-color: #451a03e6; } @@ -86992,6 +119596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #000; } +.border-l-black\\/15 { + border-left-color: #00000026; +} + .border-l-black\\/20 { border-left-color: #0003; } @@ -87004,10 +119612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0000004d; } +.border-l-black\\/35 { + border-left-color: #00000059; +} + .border-l-black\\/40 { border-left-color: #0006; } +.border-l-black\\/45 { + border-left-color: #00000073; +} + .border-l-black\\/5 { border-left-color: #0000000d; } @@ -87016,10 +119632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #00000080; } +.border-l-black\\/55 { + border-left-color: #0000008c; +} + .border-l-black\\/60 { border-left-color: #0009; } +.border-l-black\\/65 { + border-left-color: #000000a6; +} + .border-l-black\\/70 { border-left-color: #000000b3; } @@ -87032,6 +119656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #000c; } +.border-l-black\\/85 { + border-left-color: #000000d9; +} + .border-l-black\\/90 { border-left-color: #000000e6; } @@ -87056,6 +119684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dbeafe; } +.border-l-blue-100\\/15 { + border-left-color: #dbeafe26; +} + .border-l-blue-100\\/20 { border-left-color: #dbeafe33; } @@ -87068,10 +119700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dbeafe4d; } +.border-l-blue-100\\/35 { + border-left-color: #dbeafe59; +} + .border-l-blue-100\\/40 { border-left-color: #dbeafe66; } +.border-l-blue-100\\/45 { + border-left-color: #dbeafe73; +} + .border-l-blue-100\\/5 { border-left-color: #dbeafe0d; } @@ -87080,10 +119720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dbeafe80; } +.border-l-blue-100\\/55 { + border-left-color: #dbeafe8c; +} + .border-l-blue-100\\/60 { border-left-color: #dbeafe99; } +.border-l-blue-100\\/65 { + border-left-color: #dbeafea6; +} + .border-l-blue-100\\/70 { border-left-color: #dbeafeb3; } @@ -87096,6 +119744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dbeafecc; } +.border-l-blue-100\\/85 { + border-left-color: #dbeafed9; +} + .border-l-blue-100\\/90 { border-left-color: #dbeafee6; } @@ -87120,6 +119772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bfdbfe; } +.border-l-blue-200\\/15 { + border-left-color: #bfdbfe26; +} + .border-l-blue-200\\/20 { border-left-color: #bfdbfe33; } @@ -87132,10 +119788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bfdbfe4d; } +.border-l-blue-200\\/35 { + border-left-color: #bfdbfe59; +} + .border-l-blue-200\\/40 { border-left-color: #bfdbfe66; } +.border-l-blue-200\\/45 { + border-left-color: #bfdbfe73; +} + .border-l-blue-200\\/5 { border-left-color: #bfdbfe0d; } @@ -87144,10 +119808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bfdbfe80; } +.border-l-blue-200\\/55 { + border-left-color: #bfdbfe8c; +} + .border-l-blue-200\\/60 { border-left-color: #bfdbfe99; } +.border-l-blue-200\\/65 { + border-left-color: #bfdbfea6; +} + .border-l-blue-200\\/70 { border-left-color: #bfdbfeb3; } @@ -87160,6 +119832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bfdbfecc; } +.border-l-blue-200\\/85 { + border-left-color: #bfdbfed9; +} + .border-l-blue-200\\/90 { border-left-color: #bfdbfee6; } @@ -87184,6 +119860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #93c5fd; } +.border-l-blue-300\\/15 { + border-left-color: #93c5fd26; +} + .border-l-blue-300\\/20 { border-left-color: #93c5fd33; } @@ -87196,10 +119876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #93c5fd4d; } +.border-l-blue-300\\/35 { + border-left-color: #93c5fd59; +} + .border-l-blue-300\\/40 { border-left-color: #93c5fd66; } +.border-l-blue-300\\/45 { + border-left-color: #93c5fd73; +} + .border-l-blue-300\\/5 { border-left-color: #93c5fd0d; } @@ -87208,10 +119896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #93c5fd80; } +.border-l-blue-300\\/55 { + border-left-color: #93c5fd8c; +} + .border-l-blue-300\\/60 { border-left-color: #93c5fd99; } +.border-l-blue-300\\/65 { + border-left-color: #93c5fda6; +} + .border-l-blue-300\\/70 { border-left-color: #93c5fdb3; } @@ -87224,6 +119920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #93c5fdcc; } +.border-l-blue-300\\/85 { + border-left-color: #93c5fdd9; +} + .border-l-blue-300\\/90 { border-left-color: #93c5fde6; } @@ -87248,6 +119948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #60a5fa; } +.border-l-blue-400\\/15 { + border-left-color: #60a5fa26; +} + .border-l-blue-400\\/20 { border-left-color: #60a5fa33; } @@ -87260,10 +119964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #60a5fa4d; } +.border-l-blue-400\\/35 { + border-left-color: #60a5fa59; +} + .border-l-blue-400\\/40 { border-left-color: #60a5fa66; } +.border-l-blue-400\\/45 { + border-left-color: #60a5fa73; +} + .border-l-blue-400\\/5 { border-left-color: #60a5fa0d; } @@ -87272,10 +119984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #60a5fa80; } +.border-l-blue-400\\/55 { + border-left-color: #60a5fa8c; +} + .border-l-blue-400\\/60 { border-left-color: #60a5fa99; } +.border-l-blue-400\\/65 { + border-left-color: #60a5faa6; +} + .border-l-blue-400\\/70 { border-left-color: #60a5fab3; } @@ -87288,6 +120008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #60a5facc; } +.border-l-blue-400\\/85 { + border-left-color: #60a5fad9; +} + .border-l-blue-400\\/90 { border-left-color: #60a5fae6; } @@ -87312,6 +120036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eff6ff; } +.border-l-blue-50\\/15 { + border-left-color: #eff6ff26; +} + .border-l-blue-50\\/20 { border-left-color: #eff6ff33; } @@ -87324,10 +120052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eff6ff4d; } +.border-l-blue-50\\/35 { + border-left-color: #eff6ff59; +} + .border-l-blue-50\\/40 { border-left-color: #eff6ff66; } +.border-l-blue-50\\/45 { + border-left-color: #eff6ff73; +} + .border-l-blue-50\\/5 { border-left-color: #eff6ff0d; } @@ -87336,10 +120072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eff6ff80; } +.border-l-blue-50\\/55 { + border-left-color: #eff6ff8c; +} + .border-l-blue-50\\/60 { border-left-color: #eff6ff99; } +.border-l-blue-50\\/65 { + border-left-color: #eff6ffa6; +} + .border-l-blue-50\\/70 { border-left-color: #eff6ffb3; } @@ -87352,6 +120096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eff6ffcc; } +.border-l-blue-50\\/85 { + border-left-color: #eff6ffd9; +} + .border-l-blue-50\\/90 { border-left-color: #eff6ffe6; } @@ -87376,6 +120124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b82f6; } +.border-l-blue-500\\/15 { + border-left-color: #3b82f626; +} + .border-l-blue-500\\/20 { border-left-color: #3b82f633; } @@ -87388,10 +120140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b82f64d; } +.border-l-blue-500\\/35 { + border-left-color: #3b82f659; +} + .border-l-blue-500\\/40 { border-left-color: #3b82f666; } +.border-l-blue-500\\/45 { + border-left-color: #3b82f673; +} + .border-l-blue-500\\/5 { border-left-color: #3b82f60d; } @@ -87400,10 +120160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b82f680; } +.border-l-blue-500\\/55 { + border-left-color: #3b82f68c; +} + .border-l-blue-500\\/60 { border-left-color: #3b82f699; } +.border-l-blue-500\\/65 { + border-left-color: #3b82f6a6; +} + .border-l-blue-500\\/70 { border-left-color: #3b82f6b3; } @@ -87416,6 +120184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b82f6cc; } +.border-l-blue-500\\/85 { + border-left-color: #3b82f6d9; +} + .border-l-blue-500\\/90 { border-left-color: #3b82f6e6; } @@ -87440,6 +120212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2563eb; } +.border-l-blue-600\\/15 { + border-left-color: #2563eb26; +} + .border-l-blue-600\\/20 { border-left-color: #2563eb33; } @@ -87452,10 +120228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2563eb4d; } +.border-l-blue-600\\/35 { + border-left-color: #2563eb59; +} + .border-l-blue-600\\/40 { border-left-color: #2563eb66; } +.border-l-blue-600\\/45 { + border-left-color: #2563eb73; +} + .border-l-blue-600\\/5 { border-left-color: #2563eb0d; } @@ -87464,10 +120248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2563eb80; } +.border-l-blue-600\\/55 { + border-left-color: #2563eb8c; +} + .border-l-blue-600\\/60 { border-left-color: #2563eb99; } +.border-l-blue-600\\/65 { + border-left-color: #2563eba6; +} + .border-l-blue-600\\/70 { border-left-color: #2563ebb3; } @@ -87480,6 +120272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2563ebcc; } +.border-l-blue-600\\/85 { + border-left-color: #2563ebd9; +} + .border-l-blue-600\\/90 { border-left-color: #2563ebe6; } @@ -87504,6 +120300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1d4ed8; } +.border-l-blue-700\\/15 { + border-left-color: #1d4ed826; +} + .border-l-blue-700\\/20 { border-left-color: #1d4ed833; } @@ -87516,10 +120316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1d4ed84d; } +.border-l-blue-700\\/35 { + border-left-color: #1d4ed859; +} + .border-l-blue-700\\/40 { border-left-color: #1d4ed866; } +.border-l-blue-700\\/45 { + border-left-color: #1d4ed873; +} + .border-l-blue-700\\/5 { border-left-color: #1d4ed80d; } @@ -87528,10 +120336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1d4ed880; } +.border-l-blue-700\\/55 { + border-left-color: #1d4ed88c; +} + .border-l-blue-700\\/60 { border-left-color: #1d4ed899; } +.border-l-blue-700\\/65 { + border-left-color: #1d4ed8a6; +} + .border-l-blue-700\\/70 { border-left-color: #1d4ed8b3; } @@ -87544,6 +120360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1d4ed8cc; } +.border-l-blue-700\\/85 { + border-left-color: #1d4ed8d9; +} + .border-l-blue-700\\/90 { border-left-color: #1d4ed8e6; } @@ -87568,6 +120388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e40af; } +.border-l-blue-800\\/15 { + border-left-color: #1e40af26; +} + .border-l-blue-800\\/20 { border-left-color: #1e40af33; } @@ -87580,10 +120404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e40af4d; } +.border-l-blue-800\\/35 { + border-left-color: #1e40af59; +} + .border-l-blue-800\\/40 { border-left-color: #1e40af66; } +.border-l-blue-800\\/45 { + border-left-color: #1e40af73; +} + .border-l-blue-800\\/5 { border-left-color: #1e40af0d; } @@ -87592,10 +120424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e40af80; } +.border-l-blue-800\\/55 { + border-left-color: #1e40af8c; +} + .border-l-blue-800\\/60 { border-left-color: #1e40af99; } +.border-l-blue-800\\/65 { + border-left-color: #1e40afa6; +} + .border-l-blue-800\\/70 { border-left-color: #1e40afb3; } @@ -87608,6 +120448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e40afcc; } +.border-l-blue-800\\/85 { + border-left-color: #1e40afd9; +} + .border-l-blue-800\\/90 { border-left-color: #1e40afe6; } @@ -87632,6 +120476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e3a8a; } +.border-l-blue-900\\/15 { + border-left-color: #1e3a8a26; +} + .border-l-blue-900\\/20 { border-left-color: #1e3a8a33; } @@ -87644,10 +120492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e3a8a4d; } +.border-l-blue-900\\/35 { + border-left-color: #1e3a8a59; +} + .border-l-blue-900\\/40 { border-left-color: #1e3a8a66; } +.border-l-blue-900\\/45 { + border-left-color: #1e3a8a73; +} + .border-l-blue-900\\/5 { border-left-color: #1e3a8a0d; } @@ -87656,10 +120512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e3a8a80; } +.border-l-blue-900\\/55 { + border-left-color: #1e3a8a8c; +} + .border-l-blue-900\\/60 { border-left-color: #1e3a8a99; } +.border-l-blue-900\\/65 { + border-left-color: #1e3a8aa6; +} + .border-l-blue-900\\/70 { border-left-color: #1e3a8ab3; } @@ -87672,6 +120536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e3a8acc; } +.border-l-blue-900\\/85 { + border-left-color: #1e3a8ad9; +} + .border-l-blue-900\\/90 { border-left-color: #1e3a8ae6; } @@ -87696,6 +120564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #172554; } +.border-l-blue-950\\/15 { + border-left-color: #17255426; +} + .border-l-blue-950\\/20 { border-left-color: #17255433; } @@ -87708,10 +120580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1725544d; } +.border-l-blue-950\\/35 { + border-left-color: #17255459; +} + .border-l-blue-950\\/40 { border-left-color: #17255466; } +.border-l-blue-950\\/45 { + border-left-color: #17255473; +} + .border-l-blue-950\\/5 { border-left-color: #1725540d; } @@ -87720,10 +120600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #17255480; } +.border-l-blue-950\\/55 { + border-left-color: #1725548c; +} + .border-l-blue-950\\/60 { border-left-color: #17255499; } +.border-l-blue-950\\/65 { + border-left-color: #172554a6; +} + .border-l-blue-950\\/70 { border-left-color: #172554b3; } @@ -87736,6 +120624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #172554cc; } +.border-l-blue-950\\/85 { + border-left-color: #172554d9; +} + .border-l-blue-950\\/90 { border-left-color: #172554e6; } @@ -87764,6 +120656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cffafe; } +.border-l-cyan-100\\/15 { + border-left-color: #cffafe26; +} + .border-l-cyan-100\\/20 { border-left-color: #cffafe33; } @@ -87776,10 +120672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cffafe4d; } +.border-l-cyan-100\\/35 { + border-left-color: #cffafe59; +} + .border-l-cyan-100\\/40 { border-left-color: #cffafe66; } +.border-l-cyan-100\\/45 { + border-left-color: #cffafe73; +} + .border-l-cyan-100\\/5 { border-left-color: #cffafe0d; } @@ -87788,10 +120692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cffafe80; } +.border-l-cyan-100\\/55 { + border-left-color: #cffafe8c; +} + .border-l-cyan-100\\/60 { border-left-color: #cffafe99; } +.border-l-cyan-100\\/65 { + border-left-color: #cffafea6; +} + .border-l-cyan-100\\/70 { border-left-color: #cffafeb3; } @@ -87804,6 +120716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cffafecc; } +.border-l-cyan-100\\/85 { + border-left-color: #cffafed9; +} + .border-l-cyan-100\\/90 { border-left-color: #cffafee6; } @@ -87828,6 +120744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5f3fc; } +.border-l-cyan-200\\/15 { + border-left-color: #a5f3fc26; +} + .border-l-cyan-200\\/20 { border-left-color: #a5f3fc33; } @@ -87840,10 +120760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5f3fc4d; } +.border-l-cyan-200\\/35 { + border-left-color: #a5f3fc59; +} + .border-l-cyan-200\\/40 { border-left-color: #a5f3fc66; } +.border-l-cyan-200\\/45 { + border-left-color: #a5f3fc73; +} + .border-l-cyan-200\\/5 { border-left-color: #a5f3fc0d; } @@ -87852,10 +120780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5f3fc80; } +.border-l-cyan-200\\/55 { + border-left-color: #a5f3fc8c; +} + .border-l-cyan-200\\/60 { border-left-color: #a5f3fc99; } +.border-l-cyan-200\\/65 { + border-left-color: #a5f3fca6; +} + .border-l-cyan-200\\/70 { border-left-color: #a5f3fcb3; } @@ -87868,6 +120804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5f3fccc; } +.border-l-cyan-200\\/85 { + border-left-color: #a5f3fcd9; +} + .border-l-cyan-200\\/90 { border-left-color: #a5f3fce6; } @@ -87892,6 +120832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #67e8f9; } +.border-l-cyan-300\\/15 { + border-left-color: #67e8f926; +} + .border-l-cyan-300\\/20 { border-left-color: #67e8f933; } @@ -87904,10 +120848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #67e8f94d; } +.border-l-cyan-300\\/35 { + border-left-color: #67e8f959; +} + .border-l-cyan-300\\/40 { border-left-color: #67e8f966; } +.border-l-cyan-300\\/45 { + border-left-color: #67e8f973; +} + .border-l-cyan-300\\/5 { border-left-color: #67e8f90d; } @@ -87916,10 +120868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #67e8f980; } +.border-l-cyan-300\\/55 { + border-left-color: #67e8f98c; +} + .border-l-cyan-300\\/60 { border-left-color: #67e8f999; } +.border-l-cyan-300\\/65 { + border-left-color: #67e8f9a6; +} + .border-l-cyan-300\\/70 { border-left-color: #67e8f9b3; } @@ -87932,6 +120892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #67e8f9cc; } +.border-l-cyan-300\\/85 { + border-left-color: #67e8f9d9; +} + .border-l-cyan-300\\/90 { border-left-color: #67e8f9e6; } @@ -87956,6 +120920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22d3ee; } +.border-l-cyan-400\\/15 { + border-left-color: #22d3ee26; +} + .border-l-cyan-400\\/20 { border-left-color: #22d3ee33; } @@ -87968,10 +120936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22d3ee4d; } +.border-l-cyan-400\\/35 { + border-left-color: #22d3ee59; +} + .border-l-cyan-400\\/40 { border-left-color: #22d3ee66; } +.border-l-cyan-400\\/45 { + border-left-color: #22d3ee73; +} + .border-l-cyan-400\\/5 { border-left-color: #22d3ee0d; } @@ -87980,10 +120956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22d3ee80; } +.border-l-cyan-400\\/55 { + border-left-color: #22d3ee8c; +} + .border-l-cyan-400\\/60 { border-left-color: #22d3ee99; } +.border-l-cyan-400\\/65 { + border-left-color: #22d3eea6; +} + .border-l-cyan-400\\/70 { border-left-color: #22d3eeb3; } @@ -87996,6 +120980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22d3eecc; } +.border-l-cyan-400\\/85 { + border-left-color: #22d3eed9; +} + .border-l-cyan-400\\/90 { border-left-color: #22d3eee6; } @@ -88020,6 +121008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfeff; } +.border-l-cyan-50\\/15 { + border-left-color: #ecfeff26; +} + .border-l-cyan-50\\/20 { border-left-color: #ecfeff33; } @@ -88032,10 +121024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfeff4d; } +.border-l-cyan-50\\/35 { + border-left-color: #ecfeff59; +} + .border-l-cyan-50\\/40 { border-left-color: #ecfeff66; } +.border-l-cyan-50\\/45 { + border-left-color: #ecfeff73; +} + .border-l-cyan-50\\/5 { border-left-color: #ecfeff0d; } @@ -88044,10 +121044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfeff80; } +.border-l-cyan-50\\/55 { + border-left-color: #ecfeff8c; +} + .border-l-cyan-50\\/60 { border-left-color: #ecfeff99; } +.border-l-cyan-50\\/65 { + border-left-color: #ecfeffa6; +} + .border-l-cyan-50\\/70 { border-left-color: #ecfeffb3; } @@ -88060,6 +121068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfeffcc; } +.border-l-cyan-50\\/85 { + border-left-color: #ecfeffd9; +} + .border-l-cyan-50\\/90 { border-left-color: #ecfeffe6; } @@ -88084,6 +121096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #06b6d4; } +.border-l-cyan-500\\/15 { + border-left-color: #06b6d426; +} + .border-l-cyan-500\\/20 { border-left-color: #06b6d433; } @@ -88096,10 +121112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #06b6d44d; } +.border-l-cyan-500\\/35 { + border-left-color: #06b6d459; +} + .border-l-cyan-500\\/40 { border-left-color: #06b6d466; } +.border-l-cyan-500\\/45 { + border-left-color: #06b6d473; +} + .border-l-cyan-500\\/5 { border-left-color: #06b6d40d; } @@ -88108,10 +121132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #06b6d480; } +.border-l-cyan-500\\/55 { + border-left-color: #06b6d48c; +} + .border-l-cyan-500\\/60 { border-left-color: #06b6d499; } +.border-l-cyan-500\\/65 { + border-left-color: #06b6d4a6; +} + .border-l-cyan-500\\/70 { border-left-color: #06b6d4b3; } @@ -88124,6 +121156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #06b6d4cc; } +.border-l-cyan-500\\/85 { + border-left-color: #06b6d4d9; +} + .border-l-cyan-500\\/90 { border-left-color: #06b6d4e6; } @@ -88148,6 +121184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0891b2; } +.border-l-cyan-600\\/15 { + border-left-color: #0891b226; +} + .border-l-cyan-600\\/20 { border-left-color: #0891b233; } @@ -88160,10 +121200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0891b24d; } +.border-l-cyan-600\\/35 { + border-left-color: #0891b259; +} + .border-l-cyan-600\\/40 { border-left-color: #0891b266; } +.border-l-cyan-600\\/45 { + border-left-color: #0891b273; +} + .border-l-cyan-600\\/5 { border-left-color: #0891b20d; } @@ -88172,10 +121220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0891b280; } +.border-l-cyan-600\\/55 { + border-left-color: #0891b28c; +} + .border-l-cyan-600\\/60 { border-left-color: #0891b299; } +.border-l-cyan-600\\/65 { + border-left-color: #0891b2a6; +} + .border-l-cyan-600\\/70 { border-left-color: #0891b2b3; } @@ -88188,6 +121244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0891b2cc; } +.border-l-cyan-600\\/85 { + border-left-color: #0891b2d9; +} + .border-l-cyan-600\\/90 { border-left-color: #0891b2e6; } @@ -88212,6 +121272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0e7490; } +.border-l-cyan-700\\/15 { + border-left-color: #0e749026; +} + .border-l-cyan-700\\/20 { border-left-color: #0e749033; } @@ -88224,10 +121288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0e74904d; } +.border-l-cyan-700\\/35 { + border-left-color: #0e749059; +} + .border-l-cyan-700\\/40 { border-left-color: #0e749066; } +.border-l-cyan-700\\/45 { + border-left-color: #0e749073; +} + .border-l-cyan-700\\/5 { border-left-color: #0e74900d; } @@ -88236,10 +121308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0e749080; } +.border-l-cyan-700\\/55 { + border-left-color: #0e74908c; +} + .border-l-cyan-700\\/60 { border-left-color: #0e749099; } +.border-l-cyan-700\\/65 { + border-left-color: #0e7490a6; +} + .border-l-cyan-700\\/70 { border-left-color: #0e7490b3; } @@ -88252,6 +121332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0e7490cc; } +.border-l-cyan-700\\/85 { + border-left-color: #0e7490d9; +} + .border-l-cyan-700\\/90 { border-left-color: #0e7490e6; } @@ -88276,6 +121360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #155e75; } +.border-l-cyan-800\\/15 { + border-left-color: #155e7526; +} + .border-l-cyan-800\\/20 { border-left-color: #155e7533; } @@ -88288,10 +121376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #155e754d; } +.border-l-cyan-800\\/35 { + border-left-color: #155e7559; +} + .border-l-cyan-800\\/40 { border-left-color: #155e7566; } +.border-l-cyan-800\\/45 { + border-left-color: #155e7573; +} + .border-l-cyan-800\\/5 { border-left-color: #155e750d; } @@ -88300,10 +121396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #155e7580; } +.border-l-cyan-800\\/55 { + border-left-color: #155e758c; +} + .border-l-cyan-800\\/60 { border-left-color: #155e7599; } +.border-l-cyan-800\\/65 { + border-left-color: #155e75a6; +} + .border-l-cyan-800\\/70 { border-left-color: #155e75b3; } @@ -88316,6 +121420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #155e75cc; } +.border-l-cyan-800\\/85 { + border-left-color: #155e75d9; +} + .border-l-cyan-800\\/90 { border-left-color: #155e75e6; } @@ -88340,6 +121448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #164e63; } +.border-l-cyan-900\\/15 { + border-left-color: #164e6326; +} + .border-l-cyan-900\\/20 { border-left-color: #164e6333; } @@ -88352,10 +121464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #164e634d; } +.border-l-cyan-900\\/35 { + border-left-color: #164e6359; +} + .border-l-cyan-900\\/40 { border-left-color: #164e6366; } +.border-l-cyan-900\\/45 { + border-left-color: #164e6373; +} + .border-l-cyan-900\\/5 { border-left-color: #164e630d; } @@ -88364,10 +121484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #164e6380; } +.border-l-cyan-900\\/55 { + border-left-color: #164e638c; +} + .border-l-cyan-900\\/60 { border-left-color: #164e6399; } +.border-l-cyan-900\\/65 { + border-left-color: #164e63a6; +} + .border-l-cyan-900\\/70 { border-left-color: #164e63b3; } @@ -88380,6 +121508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #164e63cc; } +.border-l-cyan-900\\/85 { + border-left-color: #164e63d9; +} + .border-l-cyan-900\\/90 { border-left-color: #164e63e6; } @@ -88404,6 +121536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #083344; } +.border-l-cyan-950\\/15 { + border-left-color: #08334426; +} + .border-l-cyan-950\\/20 { border-left-color: #08334433; } @@ -88416,10 +121552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0833444d; } +.border-l-cyan-950\\/35 { + border-left-color: #08334459; +} + .border-l-cyan-950\\/40 { border-left-color: #08334466; } +.border-l-cyan-950\\/45 { + border-left-color: #08334473; +} + .border-l-cyan-950\\/5 { border-left-color: #0833440d; } @@ -88428,10 +121572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #08334480; } +.border-l-cyan-950\\/55 { + border-left-color: #0833448c; +} + .border-l-cyan-950\\/60 { border-left-color: #08334499; } +.border-l-cyan-950\\/65 { + border-left-color: #083344a6; +} + .border-l-cyan-950\\/70 { border-left-color: #083344b3; } @@ -88444,6 +121596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #083344cc; } +.border-l-cyan-950\\/85 { + border-left-color: #083344d9; +} + .border-l-cyan-950\\/90 { border-left-color: #083344e6; } @@ -88468,6 +121624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1fae5; } +.border-l-emerald-100\\/15 { + border-left-color: #d1fae526; +} + .border-l-emerald-100\\/20 { border-left-color: #d1fae533; } @@ -88480,10 +121640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1fae54d; } +.border-l-emerald-100\\/35 { + border-left-color: #d1fae559; +} + .border-l-emerald-100\\/40 { border-left-color: #d1fae566; } +.border-l-emerald-100\\/45 { + border-left-color: #d1fae573; +} + .border-l-emerald-100\\/5 { border-left-color: #d1fae50d; } @@ -88492,10 +121660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1fae580; } +.border-l-emerald-100\\/55 { + border-left-color: #d1fae58c; +} + .border-l-emerald-100\\/60 { border-left-color: #d1fae599; } +.border-l-emerald-100\\/65 { + border-left-color: #d1fae5a6; +} + .border-l-emerald-100\\/70 { border-left-color: #d1fae5b3; } @@ -88508,6 +121684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1fae5cc; } +.border-l-emerald-100\\/85 { + border-left-color: #d1fae5d9; +} + .border-l-emerald-100\\/90 { border-left-color: #d1fae5e6; } @@ -88532,6 +121712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a7f3d0; } +.border-l-emerald-200\\/15 { + border-left-color: #a7f3d026; +} + .border-l-emerald-200\\/20 { border-left-color: #a7f3d033; } @@ -88544,10 +121728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a7f3d04d; } +.border-l-emerald-200\\/35 { + border-left-color: #a7f3d059; +} + .border-l-emerald-200\\/40 { border-left-color: #a7f3d066; } +.border-l-emerald-200\\/45 { + border-left-color: #a7f3d073; +} + .border-l-emerald-200\\/5 { border-left-color: #a7f3d00d; } @@ -88556,10 +121748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a7f3d080; } +.border-l-emerald-200\\/55 { + border-left-color: #a7f3d08c; +} + .border-l-emerald-200\\/60 { border-left-color: #a7f3d099; } +.border-l-emerald-200\\/65 { + border-left-color: #a7f3d0a6; +} + .border-l-emerald-200\\/70 { border-left-color: #a7f3d0b3; } @@ -88572,6 +121772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a7f3d0cc; } +.border-l-emerald-200\\/85 { + border-left-color: #a7f3d0d9; +} + .border-l-emerald-200\\/90 { border-left-color: #a7f3d0e6; } @@ -88596,6 +121800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6ee7b7; } +.border-l-emerald-300\\/15 { + border-left-color: #6ee7b726; +} + .border-l-emerald-300\\/20 { border-left-color: #6ee7b733; } @@ -88608,10 +121816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6ee7b74d; } +.border-l-emerald-300\\/35 { + border-left-color: #6ee7b759; +} + .border-l-emerald-300\\/40 { border-left-color: #6ee7b766; } +.border-l-emerald-300\\/45 { + border-left-color: #6ee7b773; +} + .border-l-emerald-300\\/5 { border-left-color: #6ee7b70d; } @@ -88620,10 +121836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6ee7b780; } +.border-l-emerald-300\\/55 { + border-left-color: #6ee7b78c; +} + .border-l-emerald-300\\/60 { border-left-color: #6ee7b799; } +.border-l-emerald-300\\/65 { + border-left-color: #6ee7b7a6; +} + .border-l-emerald-300\\/70 { border-left-color: #6ee7b7b3; } @@ -88636,6 +121860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6ee7b7cc; } +.border-l-emerald-300\\/85 { + border-left-color: #6ee7b7d9; +} + .border-l-emerald-300\\/90 { border-left-color: #6ee7b7e6; } @@ -88660,6 +121888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #34d399; } +.border-l-emerald-400\\/15 { + border-left-color: #34d39926; +} + .border-l-emerald-400\\/20 { border-left-color: #34d39933; } @@ -88672,10 +121904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #34d3994d; } +.border-l-emerald-400\\/35 { + border-left-color: #34d39959; +} + .border-l-emerald-400\\/40 { border-left-color: #34d39966; } +.border-l-emerald-400\\/45 { + border-left-color: #34d39973; +} + .border-l-emerald-400\\/5 { border-left-color: #34d3990d; } @@ -88684,10 +121924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #34d39980; } +.border-l-emerald-400\\/55 { + border-left-color: #34d3998c; +} + .border-l-emerald-400\\/60 { border-left-color: #34d39999; } +.border-l-emerald-400\\/65 { + border-left-color: #34d399a6; +} + .border-l-emerald-400\\/70 { border-left-color: #34d399b3; } @@ -88700,6 +121948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #34d399cc; } +.border-l-emerald-400\\/85 { + border-left-color: #34d399d9; +} + .border-l-emerald-400\\/90 { border-left-color: #34d399e6; } @@ -88724,6 +121976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfdf5; } +.border-l-emerald-50\\/15 { + border-left-color: #ecfdf526; +} + .border-l-emerald-50\\/20 { border-left-color: #ecfdf533; } @@ -88736,10 +121992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfdf54d; } +.border-l-emerald-50\\/35 { + border-left-color: #ecfdf559; +} + .border-l-emerald-50\\/40 { border-left-color: #ecfdf566; } +.border-l-emerald-50\\/45 { + border-left-color: #ecfdf573; +} + .border-l-emerald-50\\/5 { border-left-color: #ecfdf50d; } @@ -88748,10 +122012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfdf580; } +.border-l-emerald-50\\/55 { + border-left-color: #ecfdf58c; +} + .border-l-emerald-50\\/60 { border-left-color: #ecfdf599; } +.border-l-emerald-50\\/65 { + border-left-color: #ecfdf5a6; +} + .border-l-emerald-50\\/70 { border-left-color: #ecfdf5b3; } @@ -88764,6 +122036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfdf5cc; } +.border-l-emerald-50\\/85 { + border-left-color: #ecfdf5d9; +} + .border-l-emerald-50\\/90 { border-left-color: #ecfdf5e6; } @@ -88788,6 +122064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #10b981; } +.border-l-emerald-500\\/15 { + border-left-color: #10b98126; +} + .border-l-emerald-500\\/20 { border-left-color: #10b98133; } @@ -88800,10 +122080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #10b9814d; } +.border-l-emerald-500\\/35 { + border-left-color: #10b98159; +} + .border-l-emerald-500\\/40 { border-left-color: #10b98166; } +.border-l-emerald-500\\/45 { + border-left-color: #10b98173; +} + .border-l-emerald-500\\/5 { border-left-color: #10b9810d; } @@ -88812,10 +122100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #10b98180; } +.border-l-emerald-500\\/55 { + border-left-color: #10b9818c; +} + .border-l-emerald-500\\/60 { border-left-color: #10b98199; } +.border-l-emerald-500\\/65 { + border-left-color: #10b981a6; +} + .border-l-emerald-500\\/70 { border-left-color: #10b981b3; } @@ -88828,6 +122124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #10b981cc; } +.border-l-emerald-500\\/85 { + border-left-color: #10b981d9; +} + .border-l-emerald-500\\/90 { border-left-color: #10b981e6; } @@ -88852,6 +122152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #059669; } +.border-l-emerald-600\\/15 { + border-left-color: #05966926; +} + .border-l-emerald-600\\/20 { border-left-color: #05966933; } @@ -88864,10 +122168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0596694d; } +.border-l-emerald-600\\/35 { + border-left-color: #05966959; +} + .border-l-emerald-600\\/40 { border-left-color: #05966966; } +.border-l-emerald-600\\/45 { + border-left-color: #05966973; +} + .border-l-emerald-600\\/5 { border-left-color: #0596690d; } @@ -88876,10 +122188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #05966980; } +.border-l-emerald-600\\/55 { + border-left-color: #0596698c; +} + .border-l-emerald-600\\/60 { border-left-color: #05966999; } +.border-l-emerald-600\\/65 { + border-left-color: #059669a6; +} + .border-l-emerald-600\\/70 { border-left-color: #059669b3; } @@ -88892,6 +122212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #059669cc; } +.border-l-emerald-600\\/85 { + border-left-color: #059669d9; +} + .border-l-emerald-600\\/90 { border-left-color: #059669e6; } @@ -88916,6 +122240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #047857; } +.border-l-emerald-700\\/15 { + border-left-color: #04785726; +} + .border-l-emerald-700\\/20 { border-left-color: #04785733; } @@ -88928,10 +122256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0478574d; } +.border-l-emerald-700\\/35 { + border-left-color: #04785759; +} + .border-l-emerald-700\\/40 { border-left-color: #04785766; } +.border-l-emerald-700\\/45 { + border-left-color: #04785773; +} + .border-l-emerald-700\\/5 { border-left-color: #0478570d; } @@ -88940,10 +122276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #04785780; } +.border-l-emerald-700\\/55 { + border-left-color: #0478578c; +} + .border-l-emerald-700\\/60 { border-left-color: #04785799; } +.border-l-emerald-700\\/65 { + border-left-color: #047857a6; +} + .border-l-emerald-700\\/70 { border-left-color: #047857b3; } @@ -88956,6 +122300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #047857cc; } +.border-l-emerald-700\\/85 { + border-left-color: #047857d9; +} + .border-l-emerald-700\\/90 { border-left-color: #047857e6; } @@ -88980,6 +122328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #065f46; } +.border-l-emerald-800\\/15 { + border-left-color: #065f4626; +} + .border-l-emerald-800\\/20 { border-left-color: #065f4633; } @@ -88992,10 +122344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #065f464d; } +.border-l-emerald-800\\/35 { + border-left-color: #065f4659; +} + .border-l-emerald-800\\/40 { border-left-color: #065f4666; } +.border-l-emerald-800\\/45 { + border-left-color: #065f4673; +} + .border-l-emerald-800\\/5 { border-left-color: #065f460d; } @@ -89004,10 +122364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #065f4680; } +.border-l-emerald-800\\/55 { + border-left-color: #065f468c; +} + .border-l-emerald-800\\/60 { border-left-color: #065f4699; } +.border-l-emerald-800\\/65 { + border-left-color: #065f46a6; +} + .border-l-emerald-800\\/70 { border-left-color: #065f46b3; } @@ -89020,6 +122388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #065f46cc; } +.border-l-emerald-800\\/85 { + border-left-color: #065f46d9; +} + .border-l-emerald-800\\/90 { border-left-color: #065f46e6; } @@ -89044,6 +122416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #064e3b; } +.border-l-emerald-900\\/15 { + border-left-color: #064e3b26; +} + .border-l-emerald-900\\/20 { border-left-color: #064e3b33; } @@ -89056,10 +122432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #064e3b4d; } +.border-l-emerald-900\\/35 { + border-left-color: #064e3b59; +} + .border-l-emerald-900\\/40 { border-left-color: #064e3b66; } +.border-l-emerald-900\\/45 { + border-left-color: #064e3b73; +} + .border-l-emerald-900\\/5 { border-left-color: #064e3b0d; } @@ -89068,10 +122452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #064e3b80; } +.border-l-emerald-900\\/55 { + border-left-color: #064e3b8c; +} + .border-l-emerald-900\\/60 { border-left-color: #064e3b99; } +.border-l-emerald-900\\/65 { + border-left-color: #064e3ba6; +} + .border-l-emerald-900\\/70 { border-left-color: #064e3bb3; } @@ -89084,6 +122476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #064e3bcc; } +.border-l-emerald-900\\/85 { + border-left-color: #064e3bd9; +} + .border-l-emerald-900\\/90 { border-left-color: #064e3be6; } @@ -89108,6 +122504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #022c22; } +.border-l-emerald-950\\/15 { + border-left-color: #022c2226; +} + .border-l-emerald-950\\/20 { border-left-color: #022c2233; } @@ -89120,10 +122520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #022c224d; } +.border-l-emerald-950\\/35 { + border-left-color: #022c2259; +} + .border-l-emerald-950\\/40 { border-left-color: #022c2266; } +.border-l-emerald-950\\/45 { + border-left-color: #022c2273; +} + .border-l-emerald-950\\/5 { border-left-color: #022c220d; } @@ -89132,10 +122540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #022c2280; } +.border-l-emerald-950\\/55 { + border-left-color: #022c228c; +} + .border-l-emerald-950\\/60 { border-left-color: #022c2299; } +.border-l-emerald-950\\/65 { + border-left-color: #022c22a6; +} + .border-l-emerald-950\\/70 { border-left-color: #022c22b3; } @@ -89148,6 +122564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #022c22cc; } +.border-l-emerald-950\\/85 { + border-left-color: #022c22d9; +} + .border-l-emerald-950\\/90 { border-left-color: #022c22e6; } @@ -89172,6 +122592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fae8ff; } +.border-l-fuchsia-100\\/15 { + border-left-color: #fae8ff26; +} + .border-l-fuchsia-100\\/20 { border-left-color: #fae8ff33; } @@ -89184,10 +122608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fae8ff4d; } +.border-l-fuchsia-100\\/35 { + border-left-color: #fae8ff59; +} + .border-l-fuchsia-100\\/40 { border-left-color: #fae8ff66; } +.border-l-fuchsia-100\\/45 { + border-left-color: #fae8ff73; +} + .border-l-fuchsia-100\\/5 { border-left-color: #fae8ff0d; } @@ -89196,10 +122628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fae8ff80; } +.border-l-fuchsia-100\\/55 { + border-left-color: #fae8ff8c; +} + .border-l-fuchsia-100\\/60 { border-left-color: #fae8ff99; } +.border-l-fuchsia-100\\/65 { + border-left-color: #fae8ffa6; +} + .border-l-fuchsia-100\\/70 { border-left-color: #fae8ffb3; } @@ -89212,6 +122652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fae8ffcc; } +.border-l-fuchsia-100\\/85 { + border-left-color: #fae8ffd9; +} + .border-l-fuchsia-100\\/90 { border-left-color: #fae8ffe6; } @@ -89236,6 +122680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5d0fe; } +.border-l-fuchsia-200\\/15 { + border-left-color: #f5d0fe26; +} + .border-l-fuchsia-200\\/20 { border-left-color: #f5d0fe33; } @@ -89248,10 +122696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5d0fe4d; } +.border-l-fuchsia-200\\/35 { + border-left-color: #f5d0fe59; +} + .border-l-fuchsia-200\\/40 { border-left-color: #f5d0fe66; } +.border-l-fuchsia-200\\/45 { + border-left-color: #f5d0fe73; +} + .border-l-fuchsia-200\\/5 { border-left-color: #f5d0fe0d; } @@ -89260,10 +122716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5d0fe80; } +.border-l-fuchsia-200\\/55 { + border-left-color: #f5d0fe8c; +} + .border-l-fuchsia-200\\/60 { border-left-color: #f5d0fe99; } +.border-l-fuchsia-200\\/65 { + border-left-color: #f5d0fea6; +} + .border-l-fuchsia-200\\/70 { border-left-color: #f5d0feb3; } @@ -89276,6 +122740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5d0fecc; } +.border-l-fuchsia-200\\/85 { + border-left-color: #f5d0fed9; +} + .border-l-fuchsia-200\\/90 { border-left-color: #f5d0fee6; } @@ -89300,6 +122768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0abfc; } +.border-l-fuchsia-300\\/15 { + border-left-color: #f0abfc26; +} + .border-l-fuchsia-300\\/20 { border-left-color: #f0abfc33; } @@ -89312,10 +122784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0abfc4d; } +.border-l-fuchsia-300\\/35 { + border-left-color: #f0abfc59; +} + .border-l-fuchsia-300\\/40 { border-left-color: #f0abfc66; } +.border-l-fuchsia-300\\/45 { + border-left-color: #f0abfc73; +} + .border-l-fuchsia-300\\/5 { border-left-color: #f0abfc0d; } @@ -89324,10 +122804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0abfc80; } +.border-l-fuchsia-300\\/55 { + border-left-color: #f0abfc8c; +} + .border-l-fuchsia-300\\/60 { border-left-color: #f0abfc99; } +.border-l-fuchsia-300\\/65 { + border-left-color: #f0abfca6; +} + .border-l-fuchsia-300\\/70 { border-left-color: #f0abfcb3; } @@ -89340,6 +122828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0abfccc; } +.border-l-fuchsia-300\\/85 { + border-left-color: #f0abfcd9; +} + .border-l-fuchsia-300\\/90 { border-left-color: #f0abfce6; } @@ -89364,6 +122856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e879f9; } +.border-l-fuchsia-400\\/15 { + border-left-color: #e879f926; +} + .border-l-fuchsia-400\\/20 { border-left-color: #e879f933; } @@ -89376,10 +122872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e879f94d; } +.border-l-fuchsia-400\\/35 { + border-left-color: #e879f959; +} + .border-l-fuchsia-400\\/40 { border-left-color: #e879f966; } +.border-l-fuchsia-400\\/45 { + border-left-color: #e879f973; +} + .border-l-fuchsia-400\\/5 { border-left-color: #e879f90d; } @@ -89388,10 +122892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e879f980; } +.border-l-fuchsia-400\\/55 { + border-left-color: #e879f98c; +} + .border-l-fuchsia-400\\/60 { border-left-color: #e879f999; } +.border-l-fuchsia-400\\/65 { + border-left-color: #e879f9a6; +} + .border-l-fuchsia-400\\/70 { border-left-color: #e879f9b3; } @@ -89404,6 +122916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e879f9cc; } +.border-l-fuchsia-400\\/85 { + border-left-color: #e879f9d9; +} + .border-l-fuchsia-400\\/90 { border-left-color: #e879f9e6; } @@ -89428,6 +122944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf4ff; } +.border-l-fuchsia-50\\/15 { + border-left-color: #fdf4ff26; +} + .border-l-fuchsia-50\\/20 { border-left-color: #fdf4ff33; } @@ -89440,10 +122960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf4ff4d; } +.border-l-fuchsia-50\\/35 { + border-left-color: #fdf4ff59; +} + .border-l-fuchsia-50\\/40 { border-left-color: #fdf4ff66; } +.border-l-fuchsia-50\\/45 { + border-left-color: #fdf4ff73; +} + .border-l-fuchsia-50\\/5 { border-left-color: #fdf4ff0d; } @@ -89452,10 +122980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf4ff80; } +.border-l-fuchsia-50\\/55 { + border-left-color: #fdf4ff8c; +} + .border-l-fuchsia-50\\/60 { border-left-color: #fdf4ff99; } +.border-l-fuchsia-50\\/65 { + border-left-color: #fdf4ffa6; +} + .border-l-fuchsia-50\\/70 { border-left-color: #fdf4ffb3; } @@ -89468,6 +123004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf4ffcc; } +.border-l-fuchsia-50\\/85 { + border-left-color: #fdf4ffd9; +} + .border-l-fuchsia-50\\/90 { border-left-color: #fdf4ffe6; } @@ -89492,6 +123032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d946ef; } +.border-l-fuchsia-500\\/15 { + border-left-color: #d946ef26; +} + .border-l-fuchsia-500\\/20 { border-left-color: #d946ef33; } @@ -89504,10 +123048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d946ef4d; } +.border-l-fuchsia-500\\/35 { + border-left-color: #d946ef59; +} + .border-l-fuchsia-500\\/40 { border-left-color: #d946ef66; } +.border-l-fuchsia-500\\/45 { + border-left-color: #d946ef73; +} + .border-l-fuchsia-500\\/5 { border-left-color: #d946ef0d; } @@ -89516,10 +123068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d946ef80; } +.border-l-fuchsia-500\\/55 { + border-left-color: #d946ef8c; +} + .border-l-fuchsia-500\\/60 { border-left-color: #d946ef99; } +.border-l-fuchsia-500\\/65 { + border-left-color: #d946efa6; +} + .border-l-fuchsia-500\\/70 { border-left-color: #d946efb3; } @@ -89532,6 +123092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d946efcc; } +.border-l-fuchsia-500\\/85 { + border-left-color: #d946efd9; +} + .border-l-fuchsia-500\\/90 { border-left-color: #d946efe6; } @@ -89556,6 +123120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c026d3; } +.border-l-fuchsia-600\\/15 { + border-left-color: #c026d326; +} + .border-l-fuchsia-600\\/20 { border-left-color: #c026d333; } @@ -89568,10 +123136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c026d34d; } +.border-l-fuchsia-600\\/35 { + border-left-color: #c026d359; +} + .border-l-fuchsia-600\\/40 { border-left-color: #c026d366; } +.border-l-fuchsia-600\\/45 { + border-left-color: #c026d373; +} + .border-l-fuchsia-600\\/5 { border-left-color: #c026d30d; } @@ -89580,10 +123156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c026d380; } +.border-l-fuchsia-600\\/55 { + border-left-color: #c026d38c; +} + .border-l-fuchsia-600\\/60 { border-left-color: #c026d399; } +.border-l-fuchsia-600\\/65 { + border-left-color: #c026d3a6; +} + .border-l-fuchsia-600\\/70 { border-left-color: #c026d3b3; } @@ -89596,6 +123180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c026d3cc; } +.border-l-fuchsia-600\\/85 { + border-left-color: #c026d3d9; +} + .border-l-fuchsia-600\\/90 { border-left-color: #c026d3e6; } @@ -89620,6 +123208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a21caf; } +.border-l-fuchsia-700\\/15 { + border-left-color: #a21caf26; +} + .border-l-fuchsia-700\\/20 { border-left-color: #a21caf33; } @@ -89632,10 +123224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a21caf4d; } +.border-l-fuchsia-700\\/35 { + border-left-color: #a21caf59; +} + .border-l-fuchsia-700\\/40 { border-left-color: #a21caf66; } +.border-l-fuchsia-700\\/45 { + border-left-color: #a21caf73; +} + .border-l-fuchsia-700\\/5 { border-left-color: #a21caf0d; } @@ -89644,10 +123244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a21caf80; } +.border-l-fuchsia-700\\/55 { + border-left-color: #a21caf8c; +} + .border-l-fuchsia-700\\/60 { border-left-color: #a21caf99; } +.border-l-fuchsia-700\\/65 { + border-left-color: #a21cafa6; +} + .border-l-fuchsia-700\\/70 { border-left-color: #a21cafb3; } @@ -89660,6 +123268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a21cafcc; } +.border-l-fuchsia-700\\/85 { + border-left-color: #a21cafd9; +} + .border-l-fuchsia-700\\/90 { border-left-color: #a21cafe6; } @@ -89684,6 +123296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86198f; } +.border-l-fuchsia-800\\/15 { + border-left-color: #86198f26; +} + .border-l-fuchsia-800\\/20 { border-left-color: #86198f33; } @@ -89696,10 +123312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86198f4d; } +.border-l-fuchsia-800\\/35 { + border-left-color: #86198f59; +} + .border-l-fuchsia-800\\/40 { border-left-color: #86198f66; } +.border-l-fuchsia-800\\/45 { + border-left-color: #86198f73; +} + .border-l-fuchsia-800\\/5 { border-left-color: #86198f0d; } @@ -89708,10 +123332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86198f80; } +.border-l-fuchsia-800\\/55 { + border-left-color: #86198f8c; +} + .border-l-fuchsia-800\\/60 { border-left-color: #86198f99; } +.border-l-fuchsia-800\\/65 { + border-left-color: #86198fa6; +} + .border-l-fuchsia-800\\/70 { border-left-color: #86198fb3; } @@ -89724,6 +123356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86198fcc; } +.border-l-fuchsia-800\\/85 { + border-left-color: #86198fd9; +} + .border-l-fuchsia-800\\/90 { border-left-color: #86198fe6; } @@ -89748,6 +123384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #701a75; } +.border-l-fuchsia-900\\/15 { + border-left-color: #701a7526; +} + .border-l-fuchsia-900\\/20 { border-left-color: #701a7533; } @@ -89760,10 +123400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #701a754d; } +.border-l-fuchsia-900\\/35 { + border-left-color: #701a7559; +} + .border-l-fuchsia-900\\/40 { border-left-color: #701a7566; } +.border-l-fuchsia-900\\/45 { + border-left-color: #701a7573; +} + .border-l-fuchsia-900\\/5 { border-left-color: #701a750d; } @@ -89772,10 +123420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #701a7580; } +.border-l-fuchsia-900\\/55 { + border-left-color: #701a758c; +} + .border-l-fuchsia-900\\/60 { border-left-color: #701a7599; } +.border-l-fuchsia-900\\/65 { + border-left-color: #701a75a6; +} + .border-l-fuchsia-900\\/70 { border-left-color: #701a75b3; } @@ -89788,6 +123444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #701a75cc; } +.border-l-fuchsia-900\\/85 { + border-left-color: #701a75d9; +} + .border-l-fuchsia-900\\/90 { border-left-color: #701a75e6; } @@ -89812,6 +123472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4a044e; } +.border-l-fuchsia-950\\/15 { + border-left-color: #4a044e26; +} + .border-l-fuchsia-950\\/20 { border-left-color: #4a044e33; } @@ -89824,10 +123488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4a044e4d; } +.border-l-fuchsia-950\\/35 { + border-left-color: #4a044e59; +} + .border-l-fuchsia-950\\/40 { border-left-color: #4a044e66; } +.border-l-fuchsia-950\\/45 { + border-left-color: #4a044e73; +} + .border-l-fuchsia-950\\/5 { border-left-color: #4a044e0d; } @@ -89836,10 +123508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4a044e80; } +.border-l-fuchsia-950\\/55 { + border-left-color: #4a044e8c; +} + .border-l-fuchsia-950\\/60 { border-left-color: #4a044e99; } +.border-l-fuchsia-950\\/65 { + border-left-color: #4a044ea6; +} + .border-l-fuchsia-950\\/70 { border-left-color: #4a044eb3; } @@ -89852,6 +123532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4a044ecc; } +.border-l-fuchsia-950\\/85 { + border-left-color: #4a044ed9; +} + .border-l-fuchsia-950\\/90 { border-left-color: #4a044ee6; } @@ -89876,6 +123560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3f4f6; } +.border-l-gray-100\\/15 { + border-left-color: #f3f4f626; +} + .border-l-gray-100\\/20 { border-left-color: #f3f4f633; } @@ -89888,10 +123576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3f4f64d; } +.border-l-gray-100\\/35 { + border-left-color: #f3f4f659; +} + .border-l-gray-100\\/40 { border-left-color: #f3f4f666; } +.border-l-gray-100\\/45 { + border-left-color: #f3f4f673; +} + .border-l-gray-100\\/5 { border-left-color: #f3f4f60d; } @@ -89900,10 +123596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3f4f680; } +.border-l-gray-100\\/55 { + border-left-color: #f3f4f68c; +} + .border-l-gray-100\\/60 { border-left-color: #f3f4f699; } +.border-l-gray-100\\/65 { + border-left-color: #f3f4f6a6; +} + .border-l-gray-100\\/70 { border-left-color: #f3f4f6b3; } @@ -89916,6 +123620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3f4f6cc; } +.border-l-gray-100\\/85 { + border-left-color: #f3f4f6d9; +} + .border-l-gray-100\\/90 { border-left-color: #f3f4f6e6; } @@ -89940,6 +123648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e7eb; } +.border-l-gray-200\\/15 { + border-left-color: #e5e7eb26; +} + .border-l-gray-200\\/20 { border-left-color: #e5e7eb33; } @@ -89952,10 +123664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e7eb4d; } +.border-l-gray-200\\/35 { + border-left-color: #e5e7eb59; +} + .border-l-gray-200\\/40 { border-left-color: #e5e7eb66; } +.border-l-gray-200\\/45 { + border-left-color: #e5e7eb73; +} + .border-l-gray-200\\/5 { border-left-color: #e5e7eb0d; } @@ -89964,10 +123684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e7eb80; } +.border-l-gray-200\\/55 { + border-left-color: #e5e7eb8c; +} + .border-l-gray-200\\/60 { border-left-color: #e5e7eb99; } +.border-l-gray-200\\/65 { + border-left-color: #e5e7eba6; +} + .border-l-gray-200\\/70 { border-left-color: #e5e7ebb3; } @@ -89980,6 +123708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e7ebcc; } +.border-l-gray-200\\/85 { + border-left-color: #e5e7ebd9; +} + .border-l-gray-200\\/90 { border-left-color: #e5e7ebe6; } @@ -90004,6 +123736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1d5db; } +.border-l-gray-300\\/15 { + border-left-color: #d1d5db26; +} + .border-l-gray-300\\/20 { border-left-color: #d1d5db33; } @@ -90016,10 +123752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1d5db4d; } +.border-l-gray-300\\/35 { + border-left-color: #d1d5db59; +} + .border-l-gray-300\\/40 { border-left-color: #d1d5db66; } +.border-l-gray-300\\/45 { + border-left-color: #d1d5db73; +} + .border-l-gray-300\\/5 { border-left-color: #d1d5db0d; } @@ -90028,10 +123772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1d5db80; } +.border-l-gray-300\\/55 { + border-left-color: #d1d5db8c; +} + .border-l-gray-300\\/60 { border-left-color: #d1d5db99; } +.border-l-gray-300\\/65 { + border-left-color: #d1d5dba6; +} + .border-l-gray-300\\/70 { border-left-color: #d1d5dbb3; } @@ -90044,6 +123796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d1d5dbcc; } +.border-l-gray-300\\/85 { + border-left-color: #d1d5dbd9; +} + .border-l-gray-300\\/90 { border-left-color: #d1d5dbe6; } @@ -90068,6 +123824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9ca3af; } +.border-l-gray-400\\/15 { + border-left-color: #9ca3af26; +} + .border-l-gray-400\\/20 { border-left-color: #9ca3af33; } @@ -90080,10 +123840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9ca3af4d; } +.border-l-gray-400\\/35 { + border-left-color: #9ca3af59; +} + .border-l-gray-400\\/40 { border-left-color: #9ca3af66; } +.border-l-gray-400\\/45 { + border-left-color: #9ca3af73; +} + .border-l-gray-400\\/5 { border-left-color: #9ca3af0d; } @@ -90092,10 +123860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9ca3af80; } +.border-l-gray-400\\/55 { + border-left-color: #9ca3af8c; +} + .border-l-gray-400\\/60 { border-left-color: #9ca3af99; } +.border-l-gray-400\\/65 { + border-left-color: #9ca3afa6; +} + .border-l-gray-400\\/70 { border-left-color: #9ca3afb3; } @@ -90108,6 +123884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9ca3afcc; } +.border-l-gray-400\\/85 { + border-left-color: #9ca3afd9; +} + .border-l-gray-400\\/90 { border-left-color: #9ca3afe6; } @@ -90132,6 +123912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9fafb; } +.border-l-gray-50\\/15 { + border-left-color: #f9fafb26; +} + .border-l-gray-50\\/20 { border-left-color: #f9fafb33; } @@ -90144,10 +123928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9fafb4d; } +.border-l-gray-50\\/35 { + border-left-color: #f9fafb59; +} + .border-l-gray-50\\/40 { border-left-color: #f9fafb66; } +.border-l-gray-50\\/45 { + border-left-color: #f9fafb73; +} + .border-l-gray-50\\/5 { border-left-color: #f9fafb0d; } @@ -90156,10 +123948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9fafb80; } +.border-l-gray-50\\/55 { + border-left-color: #f9fafb8c; +} + .border-l-gray-50\\/60 { border-left-color: #f9fafb99; } +.border-l-gray-50\\/65 { + border-left-color: #f9fafba6; +} + .border-l-gray-50\\/70 { border-left-color: #f9fafbb3; } @@ -90172,6 +123972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9fafbcc; } +.border-l-gray-50\\/85 { + border-left-color: #f9fafbd9; +} + .border-l-gray-50\\/90 { border-left-color: #f9fafbe6; } @@ -90196,6 +124000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b7280; } +.border-l-gray-500\\/15 { + border-left-color: #6b728026; +} + .border-l-gray-500\\/20 { border-left-color: #6b728033; } @@ -90208,10 +124016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b72804d; } +.border-l-gray-500\\/35 { + border-left-color: #6b728059; +} + .border-l-gray-500\\/40 { border-left-color: #6b728066; } +.border-l-gray-500\\/45 { + border-left-color: #6b728073; +} + .border-l-gray-500\\/5 { border-left-color: #6b72800d; } @@ -90220,10 +124036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b728080; } +.border-l-gray-500\\/55 { + border-left-color: #6b72808c; +} + .border-l-gray-500\\/60 { border-left-color: #6b728099; } +.border-l-gray-500\\/65 { + border-left-color: #6b7280a6; +} + .border-l-gray-500\\/70 { border-left-color: #6b7280b3; } @@ -90236,6 +124060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b7280cc; } +.border-l-gray-500\\/85 { + border-left-color: #6b7280d9; +} + .border-l-gray-500\\/90 { border-left-color: #6b7280e6; } @@ -90260,6 +124088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4b5563; } +.border-l-gray-600\\/15 { + border-left-color: #4b556326; +} + .border-l-gray-600\\/20 { border-left-color: #4b556333; } @@ -90272,10 +124104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4b55634d; } +.border-l-gray-600\\/35 { + border-left-color: #4b556359; +} + .border-l-gray-600\\/40 { border-left-color: #4b556366; } +.border-l-gray-600\\/45 { + border-left-color: #4b556373; +} + .border-l-gray-600\\/5 { border-left-color: #4b55630d; } @@ -90284,10 +124124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4b556380; } +.border-l-gray-600\\/55 { + border-left-color: #4b55638c; +} + .border-l-gray-600\\/60 { border-left-color: #4b556399; } +.border-l-gray-600\\/65 { + border-left-color: #4b5563a6; +} + .border-l-gray-600\\/70 { border-left-color: #4b5563b3; } @@ -90300,6 +124148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4b5563cc; } +.border-l-gray-600\\/85 { + border-left-color: #4b5563d9; +} + .border-l-gray-600\\/90 { border-left-color: #4b5563e6; } @@ -90324,6 +124176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #374151; } +.border-l-gray-700\\/15 { + border-left-color: #37415126; +} + .border-l-gray-700\\/20 { border-left-color: #37415133; } @@ -90336,10 +124192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3741514d; } +.border-l-gray-700\\/35 { + border-left-color: #37415159; +} + .border-l-gray-700\\/40 { border-left-color: #37415166; } +.border-l-gray-700\\/45 { + border-left-color: #37415173; +} + .border-l-gray-700\\/5 { border-left-color: #3741510d; } @@ -90348,10 +124212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #37415180; } +.border-l-gray-700\\/55 { + border-left-color: #3741518c; +} + .border-l-gray-700\\/60 { border-left-color: #37415199; } +.border-l-gray-700\\/65 { + border-left-color: #374151a6; +} + .border-l-gray-700\\/70 { border-left-color: #374151b3; } @@ -90364,6 +124236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #374151cc; } +.border-l-gray-700\\/85 { + border-left-color: #374151d9; +} + .border-l-gray-700\\/90 { border-left-color: #374151e6; } @@ -90388,6 +124264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1f2937; } +.border-l-gray-800\\/15 { + border-left-color: #1f293726; +} + .border-l-gray-800\\/20 { border-left-color: #1f293733; } @@ -90400,10 +124280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1f29374d; } +.border-l-gray-800\\/35 { + border-left-color: #1f293759; +} + .border-l-gray-800\\/40 { border-left-color: #1f293766; } +.border-l-gray-800\\/45 { + border-left-color: #1f293773; +} + .border-l-gray-800\\/5 { border-left-color: #1f29370d; } @@ -90412,10 +124300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1f293780; } +.border-l-gray-800\\/55 { + border-left-color: #1f29378c; +} + .border-l-gray-800\\/60 { border-left-color: #1f293799; } +.border-l-gray-800\\/65 { + border-left-color: #1f2937a6; +} + .border-l-gray-800\\/70 { border-left-color: #1f2937b3; } @@ -90428,6 +124324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1f2937cc; } +.border-l-gray-800\\/85 { + border-left-color: #1f2937d9; +} + .border-l-gray-800\\/90 { border-left-color: #1f2937e6; } @@ -90452,6 +124352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #111827; } +.border-l-gray-900\\/15 { + border-left-color: #11182726; +} + .border-l-gray-900\\/20 { border-left-color: #11182733; } @@ -90464,10 +124368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1118274d; } +.border-l-gray-900\\/35 { + border-left-color: #11182759; +} + .border-l-gray-900\\/40 { border-left-color: #11182766; } +.border-l-gray-900\\/45 { + border-left-color: #11182773; +} + .border-l-gray-900\\/5 { border-left-color: #1118270d; } @@ -90476,10 +124388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #11182780; } +.border-l-gray-900\\/55 { + border-left-color: #1118278c; +} + .border-l-gray-900\\/60 { border-left-color: #11182799; } +.border-l-gray-900\\/65 { + border-left-color: #111827a6; +} + .border-l-gray-900\\/70 { border-left-color: #111827b3; } @@ -90492,6 +124412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #111827cc; } +.border-l-gray-900\\/85 { + border-left-color: #111827d9; +} + .border-l-gray-900\\/90 { border-left-color: #111827e6; } @@ -90516,6 +124440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #030712; } +.border-l-gray-950\\/15 { + border-left-color: #03071226; +} + .border-l-gray-950\\/20 { border-left-color: #03071233; } @@ -90528,10 +124456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0307124d; } +.border-l-gray-950\\/35 { + border-left-color: #03071259; +} + .border-l-gray-950\\/40 { border-left-color: #03071266; } +.border-l-gray-950\\/45 { + border-left-color: #03071273; +} + .border-l-gray-950\\/5 { border-left-color: #0307120d; } @@ -90540,10 +124476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #03071280; } +.border-l-gray-950\\/55 { + border-left-color: #0307128c; +} + .border-l-gray-950\\/60 { border-left-color: #03071299; } +.border-l-gray-950\\/65 { + border-left-color: #030712a6; +} + .border-l-gray-950\\/70 { border-left-color: #030712b3; } @@ -90556,6 +124500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #030712cc; } +.border-l-gray-950\\/85 { + border-left-color: #030712d9; +} + .border-l-gray-950\\/90 { border-left-color: #030712e6; } @@ -90580,6 +124528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dcfce7; } +.border-l-green-100\\/15 { + border-left-color: #dcfce726; +} + .border-l-green-100\\/20 { border-left-color: #dcfce733; } @@ -90592,10 +124544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dcfce74d; } +.border-l-green-100\\/35 { + border-left-color: #dcfce759; +} + .border-l-green-100\\/40 { border-left-color: #dcfce766; } +.border-l-green-100\\/45 { + border-left-color: #dcfce773; +} + .border-l-green-100\\/5 { border-left-color: #dcfce70d; } @@ -90604,10 +124564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dcfce780; } +.border-l-green-100\\/55 { + border-left-color: #dcfce78c; +} + .border-l-green-100\\/60 { border-left-color: #dcfce799; } +.border-l-green-100\\/65 { + border-left-color: #dcfce7a6; +} + .border-l-green-100\\/70 { border-left-color: #dcfce7b3; } @@ -90620,6 +124588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dcfce7cc; } +.border-l-green-100\\/85 { + border-left-color: #dcfce7d9; +} + .border-l-green-100\\/90 { border-left-color: #dcfce7e6; } @@ -90644,6 +124616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bbf7d0; } +.border-l-green-200\\/15 { + border-left-color: #bbf7d026; +} + .border-l-green-200\\/20 { border-left-color: #bbf7d033; } @@ -90656,10 +124632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bbf7d04d; } +.border-l-green-200\\/35 { + border-left-color: #bbf7d059; +} + .border-l-green-200\\/40 { border-left-color: #bbf7d066; } +.border-l-green-200\\/45 { + border-left-color: #bbf7d073; +} + .border-l-green-200\\/5 { border-left-color: #bbf7d00d; } @@ -90668,10 +124652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bbf7d080; } +.border-l-green-200\\/55 { + border-left-color: #bbf7d08c; +} + .border-l-green-200\\/60 { border-left-color: #bbf7d099; } +.border-l-green-200\\/65 { + border-left-color: #bbf7d0a6; +} + .border-l-green-200\\/70 { border-left-color: #bbf7d0b3; } @@ -90684,6 +124676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bbf7d0cc; } +.border-l-green-200\\/85 { + border-left-color: #bbf7d0d9; +} + .border-l-green-200\\/90 { border-left-color: #bbf7d0e6; } @@ -90708,6 +124704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86efac; } +.border-l-green-300\\/15 { + border-left-color: #86efac26; +} + .border-l-green-300\\/20 { border-left-color: #86efac33; } @@ -90720,10 +124720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86efac4d; } +.border-l-green-300\\/35 { + border-left-color: #86efac59; +} + .border-l-green-300\\/40 { border-left-color: #86efac66; } +.border-l-green-300\\/45 { + border-left-color: #86efac73; +} + .border-l-green-300\\/5 { border-left-color: #86efac0d; } @@ -90732,10 +124740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86efac80; } +.border-l-green-300\\/55 { + border-left-color: #86efac8c; +} + .border-l-green-300\\/60 { border-left-color: #86efac99; } +.border-l-green-300\\/65 { + border-left-color: #86efaca6; +} + .border-l-green-300\\/70 { border-left-color: #86efacb3; } @@ -90748,6 +124764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #86efaccc; } +.border-l-green-300\\/85 { + border-left-color: #86efacd9; +} + .border-l-green-300\\/90 { border-left-color: #86eface6; } @@ -90772,6 +124792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4ade80; } +.border-l-green-400\\/15 { + border-left-color: #4ade8026; +} + .border-l-green-400\\/20 { border-left-color: #4ade8033; } @@ -90784,10 +124808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4ade804d; } +.border-l-green-400\\/35 { + border-left-color: #4ade8059; +} + .border-l-green-400\\/40 { border-left-color: #4ade8066; } +.border-l-green-400\\/45 { + border-left-color: #4ade8073; +} + .border-l-green-400\\/5 { border-left-color: #4ade800d; } @@ -90796,10 +124828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4ade8080; } +.border-l-green-400\\/55 { + border-left-color: #4ade808c; +} + .border-l-green-400\\/60 { border-left-color: #4ade8099; } +.border-l-green-400\\/65 { + border-left-color: #4ade80a6; +} + .border-l-green-400\\/70 { border-left-color: #4ade80b3; } @@ -90812,6 +124852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4ade80cc; } +.border-l-green-400\\/85 { + border-left-color: #4ade80d9; +} + .border-l-green-400\\/90 { border-left-color: #4ade80e6; } @@ -90836,6 +124880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdf4; } +.border-l-green-50\\/15 { + border-left-color: #f0fdf426; +} + .border-l-green-50\\/20 { border-left-color: #f0fdf433; } @@ -90848,10 +124896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdf44d; } +.border-l-green-50\\/35 { + border-left-color: #f0fdf459; +} + .border-l-green-50\\/40 { border-left-color: #f0fdf466; } +.border-l-green-50\\/45 { + border-left-color: #f0fdf473; +} + .border-l-green-50\\/5 { border-left-color: #f0fdf40d; } @@ -90860,10 +124916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdf480; } +.border-l-green-50\\/55 { + border-left-color: #f0fdf48c; +} + .border-l-green-50\\/60 { border-left-color: #f0fdf499; } +.border-l-green-50\\/65 { + border-left-color: #f0fdf4a6; +} + .border-l-green-50\\/70 { border-left-color: #f0fdf4b3; } @@ -90876,6 +124940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdf4cc; } +.border-l-green-50\\/85 { + border-left-color: #f0fdf4d9; +} + .border-l-green-50\\/90 { border-left-color: #f0fdf4e6; } @@ -90900,6 +124968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22c55e; } +.border-l-green-500\\/15 { + border-left-color: #22c55e26; +} + .border-l-green-500\\/20 { border-left-color: #22c55e33; } @@ -90912,10 +124984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22c55e4d; } +.border-l-green-500\\/35 { + border-left-color: #22c55e59; +} + .border-l-green-500\\/40 { border-left-color: #22c55e66; } +.border-l-green-500\\/45 { + border-left-color: #22c55e73; +} + .border-l-green-500\\/5 { border-left-color: #22c55e0d; } @@ -90924,10 +125004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22c55e80; } +.border-l-green-500\\/55 { + border-left-color: #22c55e8c; +} + .border-l-green-500\\/60 { border-left-color: #22c55e99; } +.border-l-green-500\\/65 { + border-left-color: #22c55ea6; +} + .border-l-green-500\\/70 { border-left-color: #22c55eb3; } @@ -90940,6 +125028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #22c55ecc; } +.border-l-green-500\\/85 { + border-left-color: #22c55ed9; +} + .border-l-green-500\\/90 { border-left-color: #22c55ee6; } @@ -90964,6 +125056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #16a34a; } +.border-l-green-600\\/15 { + border-left-color: #16a34a26; +} + .border-l-green-600\\/20 { border-left-color: #16a34a33; } @@ -90976,10 +125072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #16a34a4d; } +.border-l-green-600\\/35 { + border-left-color: #16a34a59; +} + .border-l-green-600\\/40 { border-left-color: #16a34a66; } +.border-l-green-600\\/45 { + border-left-color: #16a34a73; +} + .border-l-green-600\\/5 { border-left-color: #16a34a0d; } @@ -90988,10 +125092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #16a34a80; } +.border-l-green-600\\/55 { + border-left-color: #16a34a8c; +} + .border-l-green-600\\/60 { border-left-color: #16a34a99; } +.border-l-green-600\\/65 { + border-left-color: #16a34aa6; +} + .border-l-green-600\\/70 { border-left-color: #16a34ab3; } @@ -91004,6 +125116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #16a34acc; } +.border-l-green-600\\/85 { + border-left-color: #16a34ad9; +} + .border-l-green-600\\/90 { border-left-color: #16a34ae6; } @@ -91028,6 +125144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #15803d; } +.border-l-green-700\\/15 { + border-left-color: #15803d26; +} + .border-l-green-700\\/20 { border-left-color: #15803d33; } @@ -91040,10 +125160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #15803d4d; } +.border-l-green-700\\/35 { + border-left-color: #15803d59; +} + .border-l-green-700\\/40 { border-left-color: #15803d66; } +.border-l-green-700\\/45 { + border-left-color: #15803d73; +} + .border-l-green-700\\/5 { border-left-color: #15803d0d; } @@ -91052,10 +125180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #15803d80; } +.border-l-green-700\\/55 { + border-left-color: #15803d8c; +} + .border-l-green-700\\/60 { border-left-color: #15803d99; } +.border-l-green-700\\/65 { + border-left-color: #15803da6; +} + .border-l-green-700\\/70 { border-left-color: #15803db3; } @@ -91068,6 +125204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #15803dcc; } +.border-l-green-700\\/85 { + border-left-color: #15803dd9; +} + .border-l-green-700\\/90 { border-left-color: #15803de6; } @@ -91092,6 +125232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #166534; } +.border-l-green-800\\/15 { + border-left-color: #16653426; +} + .border-l-green-800\\/20 { border-left-color: #16653433; } @@ -91104,10 +125248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1665344d; } +.border-l-green-800\\/35 { + border-left-color: #16653459; +} + .border-l-green-800\\/40 { border-left-color: #16653466; } +.border-l-green-800\\/45 { + border-left-color: #16653473; +} + .border-l-green-800\\/5 { border-left-color: #1665340d; } @@ -91116,10 +125268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #16653480; } +.border-l-green-800\\/55 { + border-left-color: #1665348c; +} + .border-l-green-800\\/60 { border-left-color: #16653499; } +.border-l-green-800\\/65 { + border-left-color: #166534a6; +} + .border-l-green-800\\/70 { border-left-color: #166534b3; } @@ -91132,6 +125292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #166534cc; } +.border-l-green-800\\/85 { + border-left-color: #166534d9; +} + .border-l-green-800\\/90 { border-left-color: #166534e6; } @@ -91156,6 +125320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14532d; } +.border-l-green-900\\/15 { + border-left-color: #14532d26; +} + .border-l-green-900\\/20 { border-left-color: #14532d33; } @@ -91168,10 +125336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14532d4d; } +.border-l-green-900\\/35 { + border-left-color: #14532d59; +} + .border-l-green-900\\/40 { border-left-color: #14532d66; } +.border-l-green-900\\/45 { + border-left-color: #14532d73; +} + .border-l-green-900\\/5 { border-left-color: #14532d0d; } @@ -91180,10 +125356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14532d80; } +.border-l-green-900\\/55 { + border-left-color: #14532d8c; +} + .border-l-green-900\\/60 { border-left-color: #14532d99; } +.border-l-green-900\\/65 { + border-left-color: #14532da6; +} + .border-l-green-900\\/70 { border-left-color: #14532db3; } @@ -91196,6 +125380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14532dcc; } +.border-l-green-900\\/85 { + border-left-color: #14532dd9; +} + .border-l-green-900\\/90 { border-left-color: #14532de6; } @@ -91220,6 +125408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #052e16; } +.border-l-green-950\\/15 { + border-left-color: #052e1626; +} + .border-l-green-950\\/20 { border-left-color: #052e1633; } @@ -91232,10 +125424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #052e164d; } +.border-l-green-950\\/35 { + border-left-color: #052e1659; +} + .border-l-green-950\\/40 { border-left-color: #052e1666; } +.border-l-green-950\\/45 { + border-left-color: #052e1673; +} + .border-l-green-950\\/5 { border-left-color: #052e160d; } @@ -91244,10 +125444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #052e1680; } +.border-l-green-950\\/55 { + border-left-color: #052e168c; +} + .border-l-green-950\\/60 { border-left-color: #052e1699; } +.border-l-green-950\\/65 { + border-left-color: #052e16a6; +} + .border-l-green-950\\/70 { border-left-color: #052e16b3; } @@ -91260,6 +125468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #052e16cc; } +.border-l-green-950\\/85 { + border-left-color: #052e16d9; +} + .border-l-green-950\\/90 { border-left-color: #052e16e6; } @@ -91284,6 +125496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0e7ff; } +.border-l-indigo-100\\/15 { + border-left-color: #e0e7ff26; +} + .border-l-indigo-100\\/20 { border-left-color: #e0e7ff33; } @@ -91296,10 +125512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0e7ff4d; } +.border-l-indigo-100\\/35 { + border-left-color: #e0e7ff59; +} + .border-l-indigo-100\\/40 { border-left-color: #e0e7ff66; } +.border-l-indigo-100\\/45 { + border-left-color: #e0e7ff73; +} + .border-l-indigo-100\\/5 { border-left-color: #e0e7ff0d; } @@ -91308,10 +125532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0e7ff80; } +.border-l-indigo-100\\/55 { + border-left-color: #e0e7ff8c; +} + .border-l-indigo-100\\/60 { border-left-color: #e0e7ff99; } +.border-l-indigo-100\\/65 { + border-left-color: #e0e7ffa6; +} + .border-l-indigo-100\\/70 { border-left-color: #e0e7ffb3; } @@ -91324,6 +125556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0e7ffcc; } +.border-l-indigo-100\\/85 { + border-left-color: #e0e7ffd9; +} + .border-l-indigo-100\\/90 { border-left-color: #e0e7ffe6; } @@ -91348,6 +125584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c7d2fe; } +.border-l-indigo-200\\/15 { + border-left-color: #c7d2fe26; +} + .border-l-indigo-200\\/20 { border-left-color: #c7d2fe33; } @@ -91360,10 +125600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c7d2fe4d; } +.border-l-indigo-200\\/35 { + border-left-color: #c7d2fe59; +} + .border-l-indigo-200\\/40 { border-left-color: #c7d2fe66; } +.border-l-indigo-200\\/45 { + border-left-color: #c7d2fe73; +} + .border-l-indigo-200\\/5 { border-left-color: #c7d2fe0d; } @@ -91372,10 +125620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c7d2fe80; } +.border-l-indigo-200\\/55 { + border-left-color: #c7d2fe8c; +} + .border-l-indigo-200\\/60 { border-left-color: #c7d2fe99; } +.border-l-indigo-200\\/65 { + border-left-color: #c7d2fea6; +} + .border-l-indigo-200\\/70 { border-left-color: #c7d2feb3; } @@ -91388,6 +125644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c7d2fecc; } +.border-l-indigo-200\\/85 { + border-left-color: #c7d2fed9; +} + .border-l-indigo-200\\/90 { border-left-color: #c7d2fee6; } @@ -91412,6 +125672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5b4fc; } +.border-l-indigo-300\\/15 { + border-left-color: #a5b4fc26; +} + .border-l-indigo-300\\/20 { border-left-color: #a5b4fc33; } @@ -91424,10 +125688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5b4fc4d; } +.border-l-indigo-300\\/35 { + border-left-color: #a5b4fc59; +} + .border-l-indigo-300\\/40 { border-left-color: #a5b4fc66; } +.border-l-indigo-300\\/45 { + border-left-color: #a5b4fc73; +} + .border-l-indigo-300\\/5 { border-left-color: #a5b4fc0d; } @@ -91436,10 +125708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5b4fc80; } +.border-l-indigo-300\\/55 { + border-left-color: #a5b4fc8c; +} + .border-l-indigo-300\\/60 { border-left-color: #a5b4fc99; } +.border-l-indigo-300\\/65 { + border-left-color: #a5b4fca6; +} + .border-l-indigo-300\\/70 { border-left-color: #a5b4fcb3; } @@ -91452,6 +125732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a5b4fccc; } +.border-l-indigo-300\\/85 { + border-left-color: #a5b4fcd9; +} + .border-l-indigo-300\\/90 { border-left-color: #a5b4fce6; } @@ -91476,6 +125760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #818cf8; } +.border-l-indigo-400\\/15 { + border-left-color: #818cf826; +} + .border-l-indigo-400\\/20 { border-left-color: #818cf833; } @@ -91488,10 +125776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #818cf84d; } +.border-l-indigo-400\\/35 { + border-left-color: #818cf859; +} + .border-l-indigo-400\\/40 { border-left-color: #818cf866; } +.border-l-indigo-400\\/45 { + border-left-color: #818cf873; +} + .border-l-indigo-400\\/5 { border-left-color: #818cf80d; } @@ -91500,10 +125796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #818cf880; } +.border-l-indigo-400\\/55 { + border-left-color: #818cf88c; +} + .border-l-indigo-400\\/60 { border-left-color: #818cf899; } +.border-l-indigo-400\\/65 { + border-left-color: #818cf8a6; +} + .border-l-indigo-400\\/70 { border-left-color: #818cf8b3; } @@ -91516,6 +125820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #818cf8cc; } +.border-l-indigo-400\\/85 { + border-left-color: #818cf8d9; +} + .border-l-indigo-400\\/90 { border-left-color: #818cf8e6; } @@ -91540,6 +125848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eef2ff; } +.border-l-indigo-50\\/15 { + border-left-color: #eef2ff26; +} + .border-l-indigo-50\\/20 { border-left-color: #eef2ff33; } @@ -91552,10 +125864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eef2ff4d; } +.border-l-indigo-50\\/35 { + border-left-color: #eef2ff59; +} + .border-l-indigo-50\\/40 { border-left-color: #eef2ff66; } +.border-l-indigo-50\\/45 { + border-left-color: #eef2ff73; +} + .border-l-indigo-50\\/5 { border-left-color: #eef2ff0d; } @@ -91564,10 +125884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eef2ff80; } +.border-l-indigo-50\\/55 { + border-left-color: #eef2ff8c; +} + .border-l-indigo-50\\/60 { border-left-color: #eef2ff99; } +.border-l-indigo-50\\/65 { + border-left-color: #eef2ffa6; +} + .border-l-indigo-50\\/70 { border-left-color: #eef2ffb3; } @@ -91580,6 +125908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eef2ffcc; } +.border-l-indigo-50\\/85 { + border-left-color: #eef2ffd9; +} + .border-l-indigo-50\\/90 { border-left-color: #eef2ffe6; } @@ -91604,6 +125936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6366f1; } +.border-l-indigo-500\\/15 { + border-left-color: #6366f126; +} + .border-l-indigo-500\\/20 { border-left-color: #6366f133; } @@ -91616,10 +125952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6366f14d; } +.border-l-indigo-500\\/35 { + border-left-color: #6366f159; +} + .border-l-indigo-500\\/40 { border-left-color: #6366f166; } +.border-l-indigo-500\\/45 { + border-left-color: #6366f173; +} + .border-l-indigo-500\\/5 { border-left-color: #6366f10d; } @@ -91628,10 +125972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6366f180; } +.border-l-indigo-500\\/55 { + border-left-color: #6366f18c; +} + .border-l-indigo-500\\/60 { border-left-color: #6366f199; } +.border-l-indigo-500\\/65 { + border-left-color: #6366f1a6; +} + .border-l-indigo-500\\/70 { border-left-color: #6366f1b3; } @@ -91644,6 +125996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6366f1cc; } +.border-l-indigo-500\\/85 { + border-left-color: #6366f1d9; +} + .border-l-indigo-500\\/90 { border-left-color: #6366f1e6; } @@ -91668,6 +126024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4f46e5; } +.border-l-indigo-600\\/15 { + border-left-color: #4f46e526; +} + .border-l-indigo-600\\/20 { border-left-color: #4f46e533; } @@ -91680,10 +126040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4f46e54d; } +.border-l-indigo-600\\/35 { + border-left-color: #4f46e559; +} + .border-l-indigo-600\\/40 { border-left-color: #4f46e566; } +.border-l-indigo-600\\/45 { + border-left-color: #4f46e573; +} + .border-l-indigo-600\\/5 { border-left-color: #4f46e50d; } @@ -91692,10 +126060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4f46e580; } +.border-l-indigo-600\\/55 { + border-left-color: #4f46e58c; +} + .border-l-indigo-600\\/60 { border-left-color: #4f46e599; } +.border-l-indigo-600\\/65 { + border-left-color: #4f46e5a6; +} + .border-l-indigo-600\\/70 { border-left-color: #4f46e5b3; } @@ -91708,6 +126084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4f46e5cc; } +.border-l-indigo-600\\/85 { + border-left-color: #4f46e5d9; +} + .border-l-indigo-600\\/90 { border-left-color: #4f46e5e6; } @@ -91732,6 +126112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4338ca; } +.border-l-indigo-700\\/15 { + border-left-color: #4338ca26; +} + .border-l-indigo-700\\/20 { border-left-color: #4338ca33; } @@ -91744,10 +126128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4338ca4d; } +.border-l-indigo-700\\/35 { + border-left-color: #4338ca59; +} + .border-l-indigo-700\\/40 { border-left-color: #4338ca66; } +.border-l-indigo-700\\/45 { + border-left-color: #4338ca73; +} + .border-l-indigo-700\\/5 { border-left-color: #4338ca0d; } @@ -91756,10 +126148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4338ca80; } +.border-l-indigo-700\\/55 { + border-left-color: #4338ca8c; +} + .border-l-indigo-700\\/60 { border-left-color: #4338ca99; } +.border-l-indigo-700\\/65 { + border-left-color: #4338caa6; +} + .border-l-indigo-700\\/70 { border-left-color: #4338cab3; } @@ -91772,6 +126172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4338cacc; } +.border-l-indigo-700\\/85 { + border-left-color: #4338cad9; +} + .border-l-indigo-700\\/90 { border-left-color: #4338cae6; } @@ -91796,6 +126200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3730a3; } +.border-l-indigo-800\\/15 { + border-left-color: #3730a326; +} + .border-l-indigo-800\\/20 { border-left-color: #3730a333; } @@ -91808,10 +126216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3730a34d; } +.border-l-indigo-800\\/35 { + border-left-color: #3730a359; +} + .border-l-indigo-800\\/40 { border-left-color: #3730a366; } +.border-l-indigo-800\\/45 { + border-left-color: #3730a373; +} + .border-l-indigo-800\\/5 { border-left-color: #3730a30d; } @@ -91820,10 +126236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3730a380; } +.border-l-indigo-800\\/55 { + border-left-color: #3730a38c; +} + .border-l-indigo-800\\/60 { border-left-color: #3730a399; } +.border-l-indigo-800\\/65 { + border-left-color: #3730a3a6; +} + .border-l-indigo-800\\/70 { border-left-color: #3730a3b3; } @@ -91836,6 +126260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3730a3cc; } +.border-l-indigo-800\\/85 { + border-left-color: #3730a3d9; +} + .border-l-indigo-800\\/90 { border-left-color: #3730a3e6; } @@ -91860,6 +126288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #312e81; } +.border-l-indigo-900\\/15 { + border-left-color: #312e8126; +} + .border-l-indigo-900\\/20 { border-left-color: #312e8133; } @@ -91872,10 +126304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #312e814d; } +.border-l-indigo-900\\/35 { + border-left-color: #312e8159; +} + .border-l-indigo-900\\/40 { border-left-color: #312e8166; } +.border-l-indigo-900\\/45 { + border-left-color: #312e8173; +} + .border-l-indigo-900\\/5 { border-left-color: #312e810d; } @@ -91884,10 +126324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #312e8180; } +.border-l-indigo-900\\/55 { + border-left-color: #312e818c; +} + .border-l-indigo-900\\/60 { border-left-color: #312e8199; } +.border-l-indigo-900\\/65 { + border-left-color: #312e81a6; +} + .border-l-indigo-900\\/70 { border-left-color: #312e81b3; } @@ -91900,6 +126348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #312e81cc; } +.border-l-indigo-900\\/85 { + border-left-color: #312e81d9; +} + .border-l-indigo-900\\/90 { border-left-color: #312e81e6; } @@ -91924,6 +126376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e1b4b; } +.border-l-indigo-950\\/15 { + border-left-color: #1e1b4b26; +} + .border-l-indigo-950\\/20 { border-left-color: #1e1b4b33; } @@ -91936,10 +126392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e1b4b4d; } +.border-l-indigo-950\\/35 { + border-left-color: #1e1b4b59; +} + .border-l-indigo-950\\/40 { border-left-color: #1e1b4b66; } +.border-l-indigo-950\\/45 { + border-left-color: #1e1b4b73; +} + .border-l-indigo-950\\/5 { border-left-color: #1e1b4b0d; } @@ -91948,10 +126412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e1b4b80; } +.border-l-indigo-950\\/55 { + border-left-color: #1e1b4b8c; +} + .border-l-indigo-950\\/60 { border-left-color: #1e1b4b99; } +.border-l-indigo-950\\/65 { + border-left-color: #1e1b4ba6; +} + .border-l-indigo-950\\/70 { border-left-color: #1e1b4bb3; } @@ -91964,6 +126436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e1b4bcc; } +.border-l-indigo-950\\/85 { + border-left-color: #1e1b4bd9; +} + .border-l-indigo-950\\/90 { border-left-color: #1e1b4be6; } @@ -91992,6 +126468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfccb; } +.border-l-lime-100\\/15 { + border-left-color: #ecfccb26; +} + .border-l-lime-100\\/20 { border-left-color: #ecfccb33; } @@ -92004,10 +126484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfccb4d; } +.border-l-lime-100\\/35 { + border-left-color: #ecfccb59; +} + .border-l-lime-100\\/40 { border-left-color: #ecfccb66; } +.border-l-lime-100\\/45 { + border-left-color: #ecfccb73; +} + .border-l-lime-100\\/5 { border-left-color: #ecfccb0d; } @@ -92016,10 +126504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfccb80; } +.border-l-lime-100\\/55 { + border-left-color: #ecfccb8c; +} + .border-l-lime-100\\/60 { border-left-color: #ecfccb99; } +.border-l-lime-100\\/65 { + border-left-color: #ecfccba6; +} + .border-l-lime-100\\/70 { border-left-color: #ecfccbb3; } @@ -92032,6 +126528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ecfccbcc; } +.border-l-lime-100\\/85 { + border-left-color: #ecfccbd9; +} + .border-l-lime-100\\/90 { border-left-color: #ecfccbe6; } @@ -92056,6 +126556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d9f99d; } +.border-l-lime-200\\/15 { + border-left-color: #d9f99d26; +} + .border-l-lime-200\\/20 { border-left-color: #d9f99d33; } @@ -92068,10 +126572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d9f99d4d; } +.border-l-lime-200\\/35 { + border-left-color: #d9f99d59; +} + .border-l-lime-200\\/40 { border-left-color: #d9f99d66; } +.border-l-lime-200\\/45 { + border-left-color: #d9f99d73; +} + .border-l-lime-200\\/5 { border-left-color: #d9f99d0d; } @@ -92080,10 +126592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d9f99d80; } +.border-l-lime-200\\/55 { + border-left-color: #d9f99d8c; +} + .border-l-lime-200\\/60 { border-left-color: #d9f99d99; } +.border-l-lime-200\\/65 { + border-left-color: #d9f99da6; +} + .border-l-lime-200\\/70 { border-left-color: #d9f99db3; } @@ -92096,6 +126616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d9f99dcc; } +.border-l-lime-200\\/85 { + border-left-color: #d9f99dd9; +} + .border-l-lime-200\\/90 { border-left-color: #d9f99de6; } @@ -92120,6 +126644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bef264; } +.border-l-lime-300\\/15 { + border-left-color: #bef26426; +} + .border-l-lime-300\\/20 { border-left-color: #bef26433; } @@ -92132,10 +126660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bef2644d; } +.border-l-lime-300\\/35 { + border-left-color: #bef26459; +} + .border-l-lime-300\\/40 { border-left-color: #bef26466; } +.border-l-lime-300\\/45 { + border-left-color: #bef26473; +} + .border-l-lime-300\\/5 { border-left-color: #bef2640d; } @@ -92144,10 +126680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bef26480; } +.border-l-lime-300\\/55 { + border-left-color: #bef2648c; +} + .border-l-lime-300\\/60 { border-left-color: #bef26499; } +.border-l-lime-300\\/65 { + border-left-color: #bef264a6; +} + .border-l-lime-300\\/70 { border-left-color: #bef264b3; } @@ -92160,6 +126704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bef264cc; } +.border-l-lime-300\\/85 { + border-left-color: #bef264d9; +} + .border-l-lime-300\\/90 { border-left-color: #bef264e6; } @@ -92184,6 +126732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3e635; } +.border-l-lime-400\\/15 { + border-left-color: #a3e63526; +} + .border-l-lime-400\\/20 { border-left-color: #a3e63533; } @@ -92196,10 +126748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3e6354d; } +.border-l-lime-400\\/35 { + border-left-color: #a3e63559; +} + .border-l-lime-400\\/40 { border-left-color: #a3e63566; } +.border-l-lime-400\\/45 { + border-left-color: #a3e63573; +} + .border-l-lime-400\\/5 { border-left-color: #a3e6350d; } @@ -92208,10 +126768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3e63580; } +.border-l-lime-400\\/55 { + border-left-color: #a3e6358c; +} + .border-l-lime-400\\/60 { border-left-color: #a3e63599; } +.border-l-lime-400\\/65 { + border-left-color: #a3e635a6; +} + .border-l-lime-400\\/70 { border-left-color: #a3e635b3; } @@ -92224,6 +126792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3e635cc; } +.border-l-lime-400\\/85 { + border-left-color: #a3e635d9; +} + .border-l-lime-400\\/90 { border-left-color: #a3e635e6; } @@ -92248,6 +126820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f7fee7; } +.border-l-lime-50\\/15 { + border-left-color: #f7fee726; +} + .border-l-lime-50\\/20 { border-left-color: #f7fee733; } @@ -92260,10 +126836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f7fee74d; } +.border-l-lime-50\\/35 { + border-left-color: #f7fee759; +} + .border-l-lime-50\\/40 { border-left-color: #f7fee766; } +.border-l-lime-50\\/45 { + border-left-color: #f7fee773; +} + .border-l-lime-50\\/5 { border-left-color: #f7fee70d; } @@ -92272,10 +126856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f7fee780; } +.border-l-lime-50\\/55 { + border-left-color: #f7fee78c; +} + .border-l-lime-50\\/60 { border-left-color: #f7fee799; } +.border-l-lime-50\\/65 { + border-left-color: #f7fee7a6; +} + .border-l-lime-50\\/70 { border-left-color: #f7fee7b3; } @@ -92288,6 +126880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f7fee7cc; } +.border-l-lime-50\\/85 { + border-left-color: #f7fee7d9; +} + .border-l-lime-50\\/90 { border-left-color: #f7fee7e6; } @@ -92312,6 +126908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #84cc16; } +.border-l-lime-500\\/15 { + border-left-color: #84cc1626; +} + .border-l-lime-500\\/20 { border-left-color: #84cc1633; } @@ -92324,10 +126924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #84cc164d; } +.border-l-lime-500\\/35 { + border-left-color: #84cc1659; +} + .border-l-lime-500\\/40 { border-left-color: #84cc1666; } +.border-l-lime-500\\/45 { + border-left-color: #84cc1673; +} + .border-l-lime-500\\/5 { border-left-color: #84cc160d; } @@ -92336,10 +126944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #84cc1680; } +.border-l-lime-500\\/55 { + border-left-color: #84cc168c; +} + .border-l-lime-500\\/60 { border-left-color: #84cc1699; } +.border-l-lime-500\\/65 { + border-left-color: #84cc16a6; +} + .border-l-lime-500\\/70 { border-left-color: #84cc16b3; } @@ -92352,6 +126968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #84cc16cc; } +.border-l-lime-500\\/85 { + border-left-color: #84cc16d9; +} + .border-l-lime-500\\/90 { border-left-color: #84cc16e6; } @@ -92376,6 +126996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #65a30d; } +.border-l-lime-600\\/15 { + border-left-color: #65a30d26; +} + .border-l-lime-600\\/20 { border-left-color: #65a30d33; } @@ -92388,10 +127012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #65a30d4d; } +.border-l-lime-600\\/35 { + border-left-color: #65a30d59; +} + .border-l-lime-600\\/40 { border-left-color: #65a30d66; } +.border-l-lime-600\\/45 { + border-left-color: #65a30d73; +} + .border-l-lime-600\\/5 { border-left-color: #65a30d0d; } @@ -92400,10 +127032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #65a30d80; } +.border-l-lime-600\\/55 { + border-left-color: #65a30d8c; +} + .border-l-lime-600\\/60 { border-left-color: #65a30d99; } +.border-l-lime-600\\/65 { + border-left-color: #65a30da6; +} + .border-l-lime-600\\/70 { border-left-color: #65a30db3; } @@ -92416,6 +127056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #65a30dcc; } +.border-l-lime-600\\/85 { + border-left-color: #65a30dd9; +} + .border-l-lime-600\\/90 { border-left-color: #65a30de6; } @@ -92440,6 +127084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4d7c0f; } +.border-l-lime-700\\/15 { + border-left-color: #4d7c0f26; +} + .border-l-lime-700\\/20 { border-left-color: #4d7c0f33; } @@ -92452,10 +127100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4d7c0f4d; } +.border-l-lime-700\\/35 { + border-left-color: #4d7c0f59; +} + .border-l-lime-700\\/40 { border-left-color: #4d7c0f66; } +.border-l-lime-700\\/45 { + border-left-color: #4d7c0f73; +} + .border-l-lime-700\\/5 { border-left-color: #4d7c0f0d; } @@ -92464,10 +127120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4d7c0f80; } +.border-l-lime-700\\/55 { + border-left-color: #4d7c0f8c; +} + .border-l-lime-700\\/60 { border-left-color: #4d7c0f99; } +.border-l-lime-700\\/65 { + border-left-color: #4d7c0fa6; +} + .border-l-lime-700\\/70 { border-left-color: #4d7c0fb3; } @@ -92480,6 +127144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4d7c0fcc; } +.border-l-lime-700\\/85 { + border-left-color: #4d7c0fd9; +} + .border-l-lime-700\\/90 { border-left-color: #4d7c0fe6; } @@ -92504,6 +127172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f6212; } +.border-l-lime-800\\/15 { + border-left-color: #3f621226; +} + .border-l-lime-800\\/20 { border-left-color: #3f621233; } @@ -92516,10 +127188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f62124d; } +.border-l-lime-800\\/35 { + border-left-color: #3f621259; +} + .border-l-lime-800\\/40 { border-left-color: #3f621266; } +.border-l-lime-800\\/45 { + border-left-color: #3f621273; +} + .border-l-lime-800\\/5 { border-left-color: #3f62120d; } @@ -92528,10 +127208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f621280; } +.border-l-lime-800\\/55 { + border-left-color: #3f62128c; +} + .border-l-lime-800\\/60 { border-left-color: #3f621299; } +.border-l-lime-800\\/65 { + border-left-color: #3f6212a6; +} + .border-l-lime-800\\/70 { border-left-color: #3f6212b3; } @@ -92544,6 +127232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f6212cc; } +.border-l-lime-800\\/85 { + border-left-color: #3f6212d9; +} + .border-l-lime-800\\/90 { border-left-color: #3f6212e6; } @@ -92568,6 +127260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #365314; } +.border-l-lime-900\\/15 { + border-left-color: #36531426; +} + .border-l-lime-900\\/20 { border-left-color: #36531433; } @@ -92580,10 +127276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3653144d; } +.border-l-lime-900\\/35 { + border-left-color: #36531459; +} + .border-l-lime-900\\/40 { border-left-color: #36531466; } +.border-l-lime-900\\/45 { + border-left-color: #36531473; +} + .border-l-lime-900\\/5 { border-left-color: #3653140d; } @@ -92592,10 +127296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #36531480; } +.border-l-lime-900\\/55 { + border-left-color: #3653148c; +} + .border-l-lime-900\\/60 { border-left-color: #36531499; } +.border-l-lime-900\\/65 { + border-left-color: #365314a6; +} + .border-l-lime-900\\/70 { border-left-color: #365314b3; } @@ -92608,6 +127320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #365314cc; } +.border-l-lime-900\\/85 { + border-left-color: #365314d9; +} + .border-l-lime-900\\/90 { border-left-color: #365314e6; } @@ -92632,6 +127348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1a2e05; } +.border-l-lime-950\\/15 { + border-left-color: #1a2e0526; +} + .border-l-lime-950\\/20 { border-left-color: #1a2e0533; } @@ -92644,10 +127364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1a2e054d; } +.border-l-lime-950\\/35 { + border-left-color: #1a2e0559; +} + .border-l-lime-950\\/40 { border-left-color: #1a2e0566; } +.border-l-lime-950\\/45 { + border-left-color: #1a2e0573; +} + .border-l-lime-950\\/5 { border-left-color: #1a2e050d; } @@ -92656,10 +127384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1a2e0580; } +.border-l-lime-950\\/55 { + border-left-color: #1a2e058c; +} + .border-l-lime-950\\/60 { border-left-color: #1a2e0599; } +.border-l-lime-950\\/65 { + border-left-color: #1a2e05a6; +} + .border-l-lime-950\\/70 { border-left-color: #1a2e05b3; } @@ -92672,6 +127408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1a2e05cc; } +.border-l-lime-950\\/85 { + border-left-color: #1a2e05d9; +} + .border-l-lime-950\\/90 { border-left-color: #1a2e05e6; } @@ -92696,6 +127436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f5; } +.border-l-neutral-100\\/15 { + border-left-color: #f5f5f526; +} + .border-l-neutral-100\\/20 { border-left-color: #f5f5f533; } @@ -92708,10 +127452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f54d; } +.border-l-neutral-100\\/35 { + border-left-color: #f5f5f559; +} + .border-l-neutral-100\\/40 { border-left-color: #f5f5f566; } +.border-l-neutral-100\\/45 { + border-left-color: #f5f5f573; +} + .border-l-neutral-100\\/5 { border-left-color: #f5f5f50d; } @@ -92720,10 +127472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f580; } +.border-l-neutral-100\\/55 { + border-left-color: #f5f5f58c; +} + .border-l-neutral-100\\/60 { border-left-color: #f5f5f599; } +.border-l-neutral-100\\/65 { + border-left-color: #f5f5f5a6; +} + .border-l-neutral-100\\/70 { border-left-color: #f5f5f5b3; } @@ -92736,6 +127496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f5cc; } +.border-l-neutral-100\\/85 { + border-left-color: #f5f5f5d9; +} + .border-l-neutral-100\\/90 { border-left-color: #f5f5f5e6; } @@ -92760,6 +127524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e5e5; } +.border-l-neutral-200\\/15 { + border-left-color: #e5e5e526; +} + .border-l-neutral-200\\/20 { border-left-color: #e5e5e533; } @@ -92772,10 +127540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e5e54d; } +.border-l-neutral-200\\/35 { + border-left-color: #e5e5e559; +} + .border-l-neutral-200\\/40 { border-left-color: #e5e5e566; } +.border-l-neutral-200\\/45 { + border-left-color: #e5e5e573; +} + .border-l-neutral-200\\/5 { border-left-color: #e5e5e50d; } @@ -92784,10 +127560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e5e580; } +.border-l-neutral-200\\/55 { + border-left-color: #e5e5e58c; +} + .border-l-neutral-200\\/60 { border-left-color: #e5e5e599; } +.border-l-neutral-200\\/65 { + border-left-color: #e5e5e5a6; +} + .border-l-neutral-200\\/70 { border-left-color: #e5e5e5b3; } @@ -92800,6 +127584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e5e5e5cc; } +.border-l-neutral-200\\/85 { + border-left-color: #e5e5e5d9; +} + .border-l-neutral-200\\/90 { border-left-color: #e5e5e5e6; } @@ -92824,6 +127612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d4; } +.border-l-neutral-300\\/15 { + border-left-color: #d4d4d426; +} + .border-l-neutral-300\\/20 { border-left-color: #d4d4d433; } @@ -92836,10 +127628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d44d; } +.border-l-neutral-300\\/35 { + border-left-color: #d4d4d459; +} + .border-l-neutral-300\\/40 { border-left-color: #d4d4d466; } +.border-l-neutral-300\\/45 { + border-left-color: #d4d4d473; +} + .border-l-neutral-300\\/5 { border-left-color: #d4d4d40d; } @@ -92848,10 +127648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d480; } +.border-l-neutral-300\\/55 { + border-left-color: #d4d4d48c; +} + .border-l-neutral-300\\/60 { border-left-color: #d4d4d499; } +.border-l-neutral-300\\/65 { + border-left-color: #d4d4d4a6; +} + .border-l-neutral-300\\/70 { border-left-color: #d4d4d4b3; } @@ -92864,6 +127672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d4cc; } +.border-l-neutral-300\\/85 { + border-left-color: #d4d4d4d9; +} + .border-l-neutral-300\\/90 { border-left-color: #d4d4d4e6; } @@ -92888,6 +127700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3a3a3; } +.border-l-neutral-400\\/15 { + border-left-color: #a3a3a326; +} + .border-l-neutral-400\\/20 { border-left-color: #a3a3a333; } @@ -92900,10 +127716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3a3a34d; } +.border-l-neutral-400\\/35 { + border-left-color: #a3a3a359; +} + .border-l-neutral-400\\/40 { border-left-color: #a3a3a366; } +.border-l-neutral-400\\/45 { + border-left-color: #a3a3a373; +} + .border-l-neutral-400\\/5 { border-left-color: #a3a3a30d; } @@ -92912,10 +127736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3a3a380; } +.border-l-neutral-400\\/55 { + border-left-color: #a3a3a38c; +} + .border-l-neutral-400\\/60 { border-left-color: #a3a3a399; } +.border-l-neutral-400\\/65 { + border-left-color: #a3a3a3a6; +} + .border-l-neutral-400\\/70 { border-left-color: #a3a3a3b3; } @@ -92928,6 +127760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a3a3a3cc; } +.border-l-neutral-400\\/85 { + border-left-color: #a3a3a3d9; +} + .border-l-neutral-400\\/90 { border-left-color: #a3a3a3e6; } @@ -92952,6 +127788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafa; } +.border-l-neutral-50\\/15 { + border-left-color: #fafafa26; +} + .border-l-neutral-50\\/20 { border-left-color: #fafafa33; } @@ -92964,10 +127804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafa4d; } +.border-l-neutral-50\\/35 { + border-left-color: #fafafa59; +} + .border-l-neutral-50\\/40 { border-left-color: #fafafa66; } +.border-l-neutral-50\\/45 { + border-left-color: #fafafa73; +} + .border-l-neutral-50\\/5 { border-left-color: #fafafa0d; } @@ -92976,10 +127824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafa80; } +.border-l-neutral-50\\/55 { + border-left-color: #fafafa8c; +} + .border-l-neutral-50\\/60 { border-left-color: #fafafa99; } +.border-l-neutral-50\\/65 { + border-left-color: #fafafaa6; +} + .border-l-neutral-50\\/70 { border-left-color: #fafafab3; } @@ -92992,6 +127848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafacc; } +.border-l-neutral-50\\/85 { + border-left-color: #fafafad9; +} + .border-l-neutral-50\\/90 { border-left-color: #fafafae6; } @@ -93016,6 +127876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #737373; } +.border-l-neutral-500\\/15 { + border-left-color: #73737326; +} + .border-l-neutral-500\\/20 { border-left-color: #73737333; } @@ -93028,10 +127892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7373734d; } +.border-l-neutral-500\\/35 { + border-left-color: #73737359; +} + .border-l-neutral-500\\/40 { border-left-color: #73737366; } +.border-l-neutral-500\\/45 { + border-left-color: #73737373; +} + .border-l-neutral-500\\/5 { border-left-color: #7373730d; } @@ -93040,10 +127912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #73737380; } +.border-l-neutral-500\\/55 { + border-left-color: #7373738c; +} + .border-l-neutral-500\\/60 { border-left-color: #73737399; } +.border-l-neutral-500\\/65 { + border-left-color: #737373a6; +} + .border-l-neutral-500\\/70 { border-left-color: #737373b3; } @@ -93056,6 +127936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #737373cc; } +.border-l-neutral-500\\/85 { + border-left-color: #737373d9; +} + .border-l-neutral-500\\/90 { border-left-color: #737373e6; } @@ -93080,6 +127964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #525252; } +.border-l-neutral-600\\/15 { + border-left-color: #52525226; +} + .border-l-neutral-600\\/20 { border-left-color: #52525233; } @@ -93092,10 +127980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5252524d; } +.border-l-neutral-600\\/35 { + border-left-color: #52525259; +} + .border-l-neutral-600\\/40 { border-left-color: #52525266; } +.border-l-neutral-600\\/45 { + border-left-color: #52525273; +} + .border-l-neutral-600\\/5 { border-left-color: #5252520d; } @@ -93104,10 +128000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #52525280; } +.border-l-neutral-600\\/55 { + border-left-color: #5252528c; +} + .border-l-neutral-600\\/60 { border-left-color: #52525299; } +.border-l-neutral-600\\/65 { + border-left-color: #525252a6; +} + .border-l-neutral-600\\/70 { border-left-color: #525252b3; } @@ -93120,6 +128024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #525252cc; } +.border-l-neutral-600\\/85 { + border-left-color: #525252d9; +} + .border-l-neutral-600\\/90 { border-left-color: #525252e6; } @@ -93144,6 +128052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #404040; } +.border-l-neutral-700\\/15 { + border-left-color: #40404026; +} + .border-l-neutral-700\\/20 { border-left-color: #40404033; } @@ -93156,10 +128068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4040404d; } +.border-l-neutral-700\\/35 { + border-left-color: #40404059; +} + .border-l-neutral-700\\/40 { border-left-color: #40404066; } +.border-l-neutral-700\\/45 { + border-left-color: #40404073; +} + .border-l-neutral-700\\/5 { border-left-color: #4040400d; } @@ -93168,10 +128088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #40404080; } +.border-l-neutral-700\\/55 { + border-left-color: #4040408c; +} + .border-l-neutral-700\\/60 { border-left-color: #40404099; } +.border-l-neutral-700\\/65 { + border-left-color: #404040a6; +} + .border-l-neutral-700\\/70 { border-left-color: #404040b3; } @@ -93184,6 +128112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #404040cc; } +.border-l-neutral-700\\/85 { + border-left-color: #404040d9; +} + .border-l-neutral-700\\/90 { border-left-color: #404040e6; } @@ -93208,6 +128140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #262626; } +.border-l-neutral-800\\/15 { + border-left-color: #26262626; +} + .border-l-neutral-800\\/20 { border-left-color: #26262633; } @@ -93220,10 +128156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2626264d; } +.border-l-neutral-800\\/35 { + border-left-color: #26262659; +} + .border-l-neutral-800\\/40 { border-left-color: #26262666; } +.border-l-neutral-800\\/45 { + border-left-color: #26262673; +} + .border-l-neutral-800\\/5 { border-left-color: #2626260d; } @@ -93232,10 +128176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #26262680; } +.border-l-neutral-800\\/55 { + border-left-color: #2626268c; +} + .border-l-neutral-800\\/60 { border-left-color: #26262699; } +.border-l-neutral-800\\/65 { + border-left-color: #262626a6; +} + .border-l-neutral-800\\/70 { border-left-color: #262626b3; } @@ -93248,6 +128200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #262626cc; } +.border-l-neutral-800\\/85 { + border-left-color: #262626d9; +} + .border-l-neutral-800\\/90 { border-left-color: #262626e6; } @@ -93272,6 +128228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #171717; } +.border-l-neutral-900\\/15 { + border-left-color: #17171726; +} + .border-l-neutral-900\\/20 { border-left-color: #17171733; } @@ -93284,10 +128244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1717174d; } +.border-l-neutral-900\\/35 { + border-left-color: #17171759; +} + .border-l-neutral-900\\/40 { border-left-color: #17171766; } +.border-l-neutral-900\\/45 { + border-left-color: #17171773; +} + .border-l-neutral-900\\/5 { border-left-color: #1717170d; } @@ -93296,10 +128264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #17171780; } +.border-l-neutral-900\\/55 { + border-left-color: #1717178c; +} + .border-l-neutral-900\\/60 { border-left-color: #17171799; } +.border-l-neutral-900\\/65 { + border-left-color: #171717a6; +} + .border-l-neutral-900\\/70 { border-left-color: #171717b3; } @@ -93312,6 +128288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #171717cc; } +.border-l-neutral-900\\/85 { + border-left-color: #171717d9; +} + .border-l-neutral-900\\/90 { border-left-color: #171717e6; } @@ -93336,6 +128316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0a0a0a; } +.border-l-neutral-950\\/15 { + border-left-color: #0a0a0a26; +} + .border-l-neutral-950\\/20 { border-left-color: #0a0a0a33; } @@ -93348,10 +128332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0a0a0a4d; } +.border-l-neutral-950\\/35 { + border-left-color: #0a0a0a59; +} + .border-l-neutral-950\\/40 { border-left-color: #0a0a0a66; } +.border-l-neutral-950\\/45 { + border-left-color: #0a0a0a73; +} + .border-l-neutral-950\\/5 { border-left-color: #0a0a0a0d; } @@ -93360,10 +128352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0a0a0a80; } +.border-l-neutral-950\\/55 { + border-left-color: #0a0a0a8c; +} + .border-l-neutral-950\\/60 { border-left-color: #0a0a0a99; } +.border-l-neutral-950\\/65 { + border-left-color: #0a0a0aa6; +} + .border-l-neutral-950\\/70 { border-left-color: #0a0a0ab3; } @@ -93376,6 +128376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0a0a0acc; } +.border-l-neutral-950\\/85 { + border-left-color: #0a0a0ad9; +} + .border-l-neutral-950\\/90 { border-left-color: #0a0a0ae6; } @@ -93400,6 +128404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffedd5; } +.border-l-orange-100\\/15 { + border-left-color: #ffedd526; +} + .border-l-orange-100\\/20 { border-left-color: #ffedd533; } @@ -93412,10 +128420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffedd54d; } +.border-l-orange-100\\/35 { + border-left-color: #ffedd559; +} + .border-l-orange-100\\/40 { border-left-color: #ffedd566; } +.border-l-orange-100\\/45 { + border-left-color: #ffedd573; +} + .border-l-orange-100\\/5 { border-left-color: #ffedd50d; } @@ -93424,10 +128440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffedd580; } +.border-l-orange-100\\/55 { + border-left-color: #ffedd58c; +} + .border-l-orange-100\\/60 { border-left-color: #ffedd599; } +.border-l-orange-100\\/65 { + border-left-color: #ffedd5a6; +} + .border-l-orange-100\\/70 { border-left-color: #ffedd5b3; } @@ -93440,6 +128464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffedd5cc; } +.border-l-orange-100\\/85 { + border-left-color: #ffedd5d9; +} + .border-l-orange-100\\/90 { border-left-color: #ffedd5e6; } @@ -93464,6 +128492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fed7aa; } +.border-l-orange-200\\/15 { + border-left-color: #fed7aa26; +} + .border-l-orange-200\\/20 { border-left-color: #fed7aa33; } @@ -93476,10 +128508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fed7aa4d; } +.border-l-orange-200\\/35 { + border-left-color: #fed7aa59; +} + .border-l-orange-200\\/40 { border-left-color: #fed7aa66; } +.border-l-orange-200\\/45 { + border-left-color: #fed7aa73; +} + .border-l-orange-200\\/5 { border-left-color: #fed7aa0d; } @@ -93488,10 +128528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fed7aa80; } +.border-l-orange-200\\/55 { + border-left-color: #fed7aa8c; +} + .border-l-orange-200\\/60 { border-left-color: #fed7aa99; } +.border-l-orange-200\\/65 { + border-left-color: #fed7aaa6; +} + .border-l-orange-200\\/70 { border-left-color: #fed7aab3; } @@ -93504,6 +128552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fed7aacc; } +.border-l-orange-200\\/85 { + border-left-color: #fed7aad9; +} + .border-l-orange-200\\/90 { border-left-color: #fed7aae6; } @@ -93528,6 +128580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdba74; } +.border-l-orange-300\\/15 { + border-left-color: #fdba7426; +} + .border-l-orange-300\\/20 { border-left-color: #fdba7433; } @@ -93540,10 +128596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdba744d; } +.border-l-orange-300\\/35 { + border-left-color: #fdba7459; +} + .border-l-orange-300\\/40 { border-left-color: #fdba7466; } +.border-l-orange-300\\/45 { + border-left-color: #fdba7473; +} + .border-l-orange-300\\/5 { border-left-color: #fdba740d; } @@ -93552,10 +128616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdba7480; } +.border-l-orange-300\\/55 { + border-left-color: #fdba748c; +} + .border-l-orange-300\\/60 { border-left-color: #fdba7499; } +.border-l-orange-300\\/65 { + border-left-color: #fdba74a6; +} + .border-l-orange-300\\/70 { border-left-color: #fdba74b3; } @@ -93568,6 +128640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdba74cc; } +.border-l-orange-300\\/85 { + border-left-color: #fdba74d9; +} + .border-l-orange-300\\/90 { border-left-color: #fdba74e6; } @@ -93592,6 +128668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb923c; } +.border-l-orange-400\\/15 { + border-left-color: #fb923c26; +} + .border-l-orange-400\\/20 { border-left-color: #fb923c33; } @@ -93604,10 +128684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb923c4d; } +.border-l-orange-400\\/35 { + border-left-color: #fb923c59; +} + .border-l-orange-400\\/40 { border-left-color: #fb923c66; } +.border-l-orange-400\\/45 { + border-left-color: #fb923c73; +} + .border-l-orange-400\\/5 { border-left-color: #fb923c0d; } @@ -93616,10 +128704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb923c80; } +.border-l-orange-400\\/55 { + border-left-color: #fb923c8c; +} + .border-l-orange-400\\/60 { border-left-color: #fb923c99; } +.border-l-orange-400\\/65 { + border-left-color: #fb923ca6; +} + .border-l-orange-400\\/70 { border-left-color: #fb923cb3; } @@ -93632,6 +128728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb923ccc; } +.border-l-orange-400\\/85 { + border-left-color: #fb923cd9; +} + .border-l-orange-400\\/90 { border-left-color: #fb923ce6; } @@ -93656,6 +128756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff7ed; } +.border-l-orange-50\\/15 { + border-left-color: #fff7ed26; +} + .border-l-orange-50\\/20 { border-left-color: #fff7ed33; } @@ -93668,10 +128772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff7ed4d; } +.border-l-orange-50\\/35 { + border-left-color: #fff7ed59; +} + .border-l-orange-50\\/40 { border-left-color: #fff7ed66; } +.border-l-orange-50\\/45 { + border-left-color: #fff7ed73; +} + .border-l-orange-50\\/5 { border-left-color: #fff7ed0d; } @@ -93680,10 +128792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff7ed80; } +.border-l-orange-50\\/55 { + border-left-color: #fff7ed8c; +} + .border-l-orange-50\\/60 { border-left-color: #fff7ed99; } +.border-l-orange-50\\/65 { + border-left-color: #fff7eda6; +} + .border-l-orange-50\\/70 { border-left-color: #fff7edb3; } @@ -93696,6 +128816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff7edcc; } +.border-l-orange-50\\/85 { + border-left-color: #fff7edd9; +} + .border-l-orange-50\\/90 { border-left-color: #fff7ede6; } @@ -93720,6 +128844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f97316; } +.border-l-orange-500\\/15 { + border-left-color: #f9731626; +} + .border-l-orange-500\\/20 { border-left-color: #f9731633; } @@ -93732,10 +128860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f973164d; } +.border-l-orange-500\\/35 { + border-left-color: #f9731659; +} + .border-l-orange-500\\/40 { border-left-color: #f9731666; } +.border-l-orange-500\\/45 { + border-left-color: #f9731673; +} + .border-l-orange-500\\/5 { border-left-color: #f973160d; } @@ -93744,10 +128880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9731680; } +.border-l-orange-500\\/55 { + border-left-color: #f973168c; +} + .border-l-orange-500\\/60 { border-left-color: #f9731699; } +.border-l-orange-500\\/65 { + border-left-color: #f97316a6; +} + .border-l-orange-500\\/70 { border-left-color: #f97316b3; } @@ -93760,6 +128904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f97316cc; } +.border-l-orange-500\\/85 { + border-left-color: #f97316d9; +} + .border-l-orange-500\\/90 { border-left-color: #f97316e6; } @@ -93784,6 +128932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ea580c; } +.border-l-orange-600\\/15 { + border-left-color: #ea580c26; +} + .border-l-orange-600\\/20 { border-left-color: #ea580c33; } @@ -93796,10 +128948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ea580c4d; } +.border-l-orange-600\\/35 { + border-left-color: #ea580c59; +} + .border-l-orange-600\\/40 { border-left-color: #ea580c66; } +.border-l-orange-600\\/45 { + border-left-color: #ea580c73; +} + .border-l-orange-600\\/5 { border-left-color: #ea580c0d; } @@ -93808,10 +128968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ea580c80; } +.border-l-orange-600\\/55 { + border-left-color: #ea580c8c; +} + .border-l-orange-600\\/60 { border-left-color: #ea580c99; } +.border-l-orange-600\\/65 { + border-left-color: #ea580ca6; +} + .border-l-orange-600\\/70 { border-left-color: #ea580cb3; } @@ -93824,6 +128992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ea580ccc; } +.border-l-orange-600\\/85 { + border-left-color: #ea580cd9; +} + .border-l-orange-600\\/90 { border-left-color: #ea580ce6; } @@ -93848,6 +129020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c2410c; } +.border-l-orange-700\\/15 { + border-left-color: #c2410c26; +} + .border-l-orange-700\\/20 { border-left-color: #c2410c33; } @@ -93860,10 +129036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c2410c4d; } +.border-l-orange-700\\/35 { + border-left-color: #c2410c59; +} + .border-l-orange-700\\/40 { border-left-color: #c2410c66; } +.border-l-orange-700\\/45 { + border-left-color: #c2410c73; +} + .border-l-orange-700\\/5 { border-left-color: #c2410c0d; } @@ -93872,10 +129056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c2410c80; } +.border-l-orange-700\\/55 { + border-left-color: #c2410c8c; +} + .border-l-orange-700\\/60 { border-left-color: #c2410c99; } +.border-l-orange-700\\/65 { + border-left-color: #c2410ca6; +} + .border-l-orange-700\\/70 { border-left-color: #c2410cb3; } @@ -93888,6 +129080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c2410ccc; } +.border-l-orange-700\\/85 { + border-left-color: #c2410cd9; +} + .border-l-orange-700\\/90 { border-left-color: #c2410ce6; } @@ -93912,6 +129108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9a3412; } +.border-l-orange-800\\/15 { + border-left-color: #9a341226; +} + .border-l-orange-800\\/20 { border-left-color: #9a341233; } @@ -93924,10 +129124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9a34124d; } +.border-l-orange-800\\/35 { + border-left-color: #9a341259; +} + .border-l-orange-800\\/40 { border-left-color: #9a341266; } +.border-l-orange-800\\/45 { + border-left-color: #9a341273; +} + .border-l-orange-800\\/5 { border-left-color: #9a34120d; } @@ -93936,10 +129144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9a341280; } +.border-l-orange-800\\/55 { + border-left-color: #9a34128c; +} + .border-l-orange-800\\/60 { border-left-color: #9a341299; } +.border-l-orange-800\\/65 { + border-left-color: #9a3412a6; +} + .border-l-orange-800\\/70 { border-left-color: #9a3412b3; } @@ -93952,6 +129168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9a3412cc; } +.border-l-orange-800\\/85 { + border-left-color: #9a3412d9; +} + .border-l-orange-800\\/90 { border-left-color: #9a3412e6; } @@ -93976,6 +129196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c2d12; } +.border-l-orange-900\\/15 { + border-left-color: #7c2d1226; +} + .border-l-orange-900\\/20 { border-left-color: #7c2d1233; } @@ -93988,10 +129212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c2d124d; } +.border-l-orange-900\\/35 { + border-left-color: #7c2d1259; +} + .border-l-orange-900\\/40 { border-left-color: #7c2d1266; } +.border-l-orange-900\\/45 { + border-left-color: #7c2d1273; +} + .border-l-orange-900\\/5 { border-left-color: #7c2d120d; } @@ -94000,10 +129232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c2d1280; } +.border-l-orange-900\\/55 { + border-left-color: #7c2d128c; +} + .border-l-orange-900\\/60 { border-left-color: #7c2d1299; } +.border-l-orange-900\\/65 { + border-left-color: #7c2d12a6; +} + .border-l-orange-900\\/70 { border-left-color: #7c2d12b3; } @@ -94016,6 +129256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c2d12cc; } +.border-l-orange-900\\/85 { + border-left-color: #7c2d12d9; +} + .border-l-orange-900\\/90 { border-left-color: #7c2d12e6; } @@ -94040,6 +129284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #431407; } +.border-l-orange-950\\/15 { + border-left-color: #43140726; +} + .border-l-orange-950\\/20 { border-left-color: #43140733; } @@ -94052,10 +129300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4314074d; } +.border-l-orange-950\\/35 { + border-left-color: #43140759; +} + .border-l-orange-950\\/40 { border-left-color: #43140766; } +.border-l-orange-950\\/45 { + border-left-color: #43140773; +} + .border-l-orange-950\\/5 { border-left-color: #4314070d; } @@ -94064,10 +129320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #43140780; } +.border-l-orange-950\\/55 { + border-left-color: #4314078c; +} + .border-l-orange-950\\/60 { border-left-color: #43140799; } +.border-l-orange-950\\/65 { + border-left-color: #431407a6; +} + .border-l-orange-950\\/70 { border-left-color: #431407b3; } @@ -94080,6 +129344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #431407cc; } +.border-l-orange-950\\/85 { + border-left-color: #431407d9; +} + .border-l-orange-950\\/90 { border-left-color: #431407e6; } @@ -94104,6 +129372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fce7f3; } +.border-l-pink-100\\/15 { + border-left-color: #fce7f326; +} + .border-l-pink-100\\/20 { border-left-color: #fce7f333; } @@ -94116,10 +129388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fce7f34d; } +.border-l-pink-100\\/35 { + border-left-color: #fce7f359; +} + .border-l-pink-100\\/40 { border-left-color: #fce7f366; } +.border-l-pink-100\\/45 { + border-left-color: #fce7f373; +} + .border-l-pink-100\\/5 { border-left-color: #fce7f30d; } @@ -94128,10 +129408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fce7f380; } +.border-l-pink-100\\/55 { + border-left-color: #fce7f38c; +} + .border-l-pink-100\\/60 { border-left-color: #fce7f399; } +.border-l-pink-100\\/65 { + border-left-color: #fce7f3a6; +} + .border-l-pink-100\\/70 { border-left-color: #fce7f3b3; } @@ -94144,6 +129432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fce7f3cc; } +.border-l-pink-100\\/85 { + border-left-color: #fce7f3d9; +} + .border-l-pink-100\\/90 { border-left-color: #fce7f3e6; } @@ -94168,6 +129460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbcfe8; } +.border-l-pink-200\\/15 { + border-left-color: #fbcfe826; +} + .border-l-pink-200\\/20 { border-left-color: #fbcfe833; } @@ -94180,10 +129476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbcfe84d; } +.border-l-pink-200\\/35 { + border-left-color: #fbcfe859; +} + .border-l-pink-200\\/40 { border-left-color: #fbcfe866; } +.border-l-pink-200\\/45 { + border-left-color: #fbcfe873; +} + .border-l-pink-200\\/5 { border-left-color: #fbcfe80d; } @@ -94192,10 +129496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbcfe880; } +.border-l-pink-200\\/55 { + border-left-color: #fbcfe88c; +} + .border-l-pink-200\\/60 { border-left-color: #fbcfe899; } +.border-l-pink-200\\/65 { + border-left-color: #fbcfe8a6; +} + .border-l-pink-200\\/70 { border-left-color: #fbcfe8b3; } @@ -94208,6 +129520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fbcfe8cc; } +.border-l-pink-200\\/85 { + border-left-color: #fbcfe8d9; +} + .border-l-pink-200\\/90 { border-left-color: #fbcfe8e6; } @@ -94232,6 +129548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9a8d4; } +.border-l-pink-300\\/15 { + border-left-color: #f9a8d426; +} + .border-l-pink-300\\/20 { border-left-color: #f9a8d433; } @@ -94244,10 +129564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9a8d44d; } +.border-l-pink-300\\/35 { + border-left-color: #f9a8d459; +} + .border-l-pink-300\\/40 { border-left-color: #f9a8d466; } +.border-l-pink-300\\/45 { + border-left-color: #f9a8d473; +} + .border-l-pink-300\\/5 { border-left-color: #f9a8d40d; } @@ -94256,10 +129584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9a8d480; } +.border-l-pink-300\\/55 { + border-left-color: #f9a8d48c; +} + .border-l-pink-300\\/60 { border-left-color: #f9a8d499; } +.border-l-pink-300\\/65 { + border-left-color: #f9a8d4a6; +} + .border-l-pink-300\\/70 { border-left-color: #f9a8d4b3; } @@ -94272,6 +129608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f9a8d4cc; } +.border-l-pink-300\\/85 { + border-left-color: #f9a8d4d9; +} + .border-l-pink-300\\/90 { border-left-color: #f9a8d4e6; } @@ -94296,6 +129636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f472b6; } +.border-l-pink-400\\/15 { + border-left-color: #f472b626; +} + .border-l-pink-400\\/20 { border-left-color: #f472b633; } @@ -94308,10 +129652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f472b64d; } +.border-l-pink-400\\/35 { + border-left-color: #f472b659; +} + .border-l-pink-400\\/40 { border-left-color: #f472b666; } +.border-l-pink-400\\/45 { + border-left-color: #f472b673; +} + .border-l-pink-400\\/5 { border-left-color: #f472b60d; } @@ -94320,10 +129672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f472b680; } +.border-l-pink-400\\/55 { + border-left-color: #f472b68c; +} + .border-l-pink-400\\/60 { border-left-color: #f472b699; } +.border-l-pink-400\\/65 { + border-left-color: #f472b6a6; +} + .border-l-pink-400\\/70 { border-left-color: #f472b6b3; } @@ -94336,6 +129696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f472b6cc; } +.border-l-pink-400\\/85 { + border-left-color: #f472b6d9; +} + .border-l-pink-400\\/90 { border-left-color: #f472b6e6; } @@ -94360,6 +129724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf2f8; } +.border-l-pink-50\\/15 { + border-left-color: #fdf2f826; +} + .border-l-pink-50\\/20 { border-left-color: #fdf2f833; } @@ -94372,10 +129740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf2f84d; } +.border-l-pink-50\\/35 { + border-left-color: #fdf2f859; +} + .border-l-pink-50\\/40 { border-left-color: #fdf2f866; } +.border-l-pink-50\\/45 { + border-left-color: #fdf2f873; +} + .border-l-pink-50\\/5 { border-left-color: #fdf2f80d; } @@ -94384,10 +129760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf2f880; } +.border-l-pink-50\\/55 { + border-left-color: #fdf2f88c; +} + .border-l-pink-50\\/60 { border-left-color: #fdf2f899; } +.border-l-pink-50\\/65 { + border-left-color: #fdf2f8a6; +} + .border-l-pink-50\\/70 { border-left-color: #fdf2f8b3; } @@ -94400,6 +129784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fdf2f8cc; } +.border-l-pink-50\\/85 { + border-left-color: #fdf2f8d9; +} + .border-l-pink-50\\/90 { border-left-color: #fdf2f8e6; } @@ -94424,6 +129812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ec4899; } +.border-l-pink-500\\/15 { + border-left-color: #ec489926; +} + .border-l-pink-500\\/20 { border-left-color: #ec489933; } @@ -94436,10 +129828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ec48994d; } +.border-l-pink-500\\/35 { + border-left-color: #ec489959; +} + .border-l-pink-500\\/40 { border-left-color: #ec489966; } +.border-l-pink-500\\/45 { + border-left-color: #ec489973; +} + .border-l-pink-500\\/5 { border-left-color: #ec48990d; } @@ -94448,10 +129848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ec489980; } +.border-l-pink-500\\/55 { + border-left-color: #ec48998c; +} + .border-l-pink-500\\/60 { border-left-color: #ec489999; } +.border-l-pink-500\\/65 { + border-left-color: #ec4899a6; +} + .border-l-pink-500\\/70 { border-left-color: #ec4899b3; } @@ -94464,6 +129872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ec4899cc; } +.border-l-pink-500\\/85 { + border-left-color: #ec4899d9; +} + .border-l-pink-500\\/90 { border-left-color: #ec4899e6; } @@ -94488,6 +129900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #db2777; } +.border-l-pink-600\\/15 { + border-left-color: #db277726; +} + .border-l-pink-600\\/20 { border-left-color: #db277733; } @@ -94500,10 +129916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #db27774d; } +.border-l-pink-600\\/35 { + border-left-color: #db277759; +} + .border-l-pink-600\\/40 { border-left-color: #db277766; } +.border-l-pink-600\\/45 { + border-left-color: #db277773; +} + .border-l-pink-600\\/5 { border-left-color: #db27770d; } @@ -94512,10 +129936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #db277780; } +.border-l-pink-600\\/55 { + border-left-color: #db27778c; +} + .border-l-pink-600\\/60 { border-left-color: #db277799; } +.border-l-pink-600\\/65 { + border-left-color: #db2777a6; +} + .border-l-pink-600\\/70 { border-left-color: #db2777b3; } @@ -94528,6 +129960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #db2777cc; } +.border-l-pink-600\\/85 { + border-left-color: #db2777d9; +} + .border-l-pink-600\\/90 { border-left-color: #db2777e6; } @@ -94552,6 +129988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be185d; } +.border-l-pink-700\\/15 { + border-left-color: #be185d26; +} + .border-l-pink-700\\/20 { border-left-color: #be185d33; } @@ -94564,10 +130004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be185d4d; } +.border-l-pink-700\\/35 { + border-left-color: #be185d59; +} + .border-l-pink-700\\/40 { border-left-color: #be185d66; } +.border-l-pink-700\\/45 { + border-left-color: #be185d73; +} + .border-l-pink-700\\/5 { border-left-color: #be185d0d; } @@ -94576,10 +130024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be185d80; } +.border-l-pink-700\\/55 { + border-left-color: #be185d8c; +} + .border-l-pink-700\\/60 { border-left-color: #be185d99; } +.border-l-pink-700\\/65 { + border-left-color: #be185da6; +} + .border-l-pink-700\\/70 { border-left-color: #be185db3; } @@ -94592,6 +130048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be185dcc; } +.border-l-pink-700\\/85 { + border-left-color: #be185dd9; +} + .border-l-pink-700\\/90 { border-left-color: #be185de6; } @@ -94616,6 +130076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9d174d; } +.border-l-pink-800\\/15 { + border-left-color: #9d174d26; +} + .border-l-pink-800\\/20 { border-left-color: #9d174d33; } @@ -94628,10 +130092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9d174d4d; } +.border-l-pink-800\\/35 { + border-left-color: #9d174d59; +} + .border-l-pink-800\\/40 { border-left-color: #9d174d66; } +.border-l-pink-800\\/45 { + border-left-color: #9d174d73; +} + .border-l-pink-800\\/5 { border-left-color: #9d174d0d; } @@ -94640,10 +130112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9d174d80; } +.border-l-pink-800\\/55 { + border-left-color: #9d174d8c; +} + .border-l-pink-800\\/60 { border-left-color: #9d174d99; } +.border-l-pink-800\\/65 { + border-left-color: #9d174da6; +} + .border-l-pink-800\\/70 { border-left-color: #9d174db3; } @@ -94656,6 +130136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9d174dcc; } +.border-l-pink-800\\/85 { + border-left-color: #9d174dd9; +} + .border-l-pink-800\\/90 { border-left-color: #9d174de6; } @@ -94680,6 +130164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #831843; } +.border-l-pink-900\\/15 { + border-left-color: #83184326; +} + .border-l-pink-900\\/20 { border-left-color: #83184333; } @@ -94692,10 +130180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #8318434d; } +.border-l-pink-900\\/35 { + border-left-color: #83184359; +} + .border-l-pink-900\\/40 { border-left-color: #83184366; } +.border-l-pink-900\\/45 { + border-left-color: #83184373; +} + .border-l-pink-900\\/5 { border-left-color: #8318430d; } @@ -94704,10 +130200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #83184380; } +.border-l-pink-900\\/55 { + border-left-color: #8318438c; +} + .border-l-pink-900\\/60 { border-left-color: #83184399; } +.border-l-pink-900\\/65 { + border-left-color: #831843a6; +} + .border-l-pink-900\\/70 { border-left-color: #831843b3; } @@ -94720,6 +130224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #831843cc; } +.border-l-pink-900\\/85 { + border-left-color: #831843d9; +} + .border-l-pink-900\\/90 { border-left-color: #831843e6; } @@ -94744,6 +130252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #500724; } +.border-l-pink-950\\/15 { + border-left-color: #50072426; +} + .border-l-pink-950\\/20 { border-left-color: #50072433; } @@ -94756,10 +130268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5007244d; } +.border-l-pink-950\\/35 { + border-left-color: #50072459; +} + .border-l-pink-950\\/40 { border-left-color: #50072466; } +.border-l-pink-950\\/45 { + border-left-color: #50072473; +} + .border-l-pink-950\\/5 { border-left-color: #5007240d; } @@ -94768,10 +130288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #50072480; } +.border-l-pink-950\\/55 { + border-left-color: #5007248c; +} + .border-l-pink-950\\/60 { border-left-color: #50072499; } +.border-l-pink-950\\/65 { + border-left-color: #500724a6; +} + .border-l-pink-950\\/70 { border-left-color: #500724b3; } @@ -94784,6 +130312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #500724cc; } +.border-l-pink-950\\/85 { + border-left-color: #500724d9; +} + .border-l-pink-950\\/90 { border-left-color: #500724e6; } @@ -94808,6 +130340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3e8ff; } +.border-l-purple-100\\/15 { + border-left-color: #f3e8ff26; +} + .border-l-purple-100\\/20 { border-left-color: #f3e8ff33; } @@ -94820,10 +130356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3e8ff4d; } +.border-l-purple-100\\/35 { + border-left-color: #f3e8ff59; +} + .border-l-purple-100\\/40 { border-left-color: #f3e8ff66; } +.border-l-purple-100\\/45 { + border-left-color: #f3e8ff73; +} + .border-l-purple-100\\/5 { border-left-color: #f3e8ff0d; } @@ -94832,10 +130376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3e8ff80; } +.border-l-purple-100\\/55 { + border-left-color: #f3e8ff8c; +} + .border-l-purple-100\\/60 { border-left-color: #f3e8ff99; } +.border-l-purple-100\\/65 { + border-left-color: #f3e8ffa6; +} + .border-l-purple-100\\/70 { border-left-color: #f3e8ffb3; } @@ -94848,6 +130400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f3e8ffcc; } +.border-l-purple-100\\/85 { + border-left-color: #f3e8ffd9; +} + .border-l-purple-100\\/90 { border-left-color: #f3e8ffe6; } @@ -94872,6 +130428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e9d5ff; } +.border-l-purple-200\\/15 { + border-left-color: #e9d5ff26; +} + .border-l-purple-200\\/20 { border-left-color: #e9d5ff33; } @@ -94884,10 +130444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e9d5ff4d; } +.border-l-purple-200\\/35 { + border-left-color: #e9d5ff59; +} + .border-l-purple-200\\/40 { border-left-color: #e9d5ff66; } +.border-l-purple-200\\/45 { + border-left-color: #e9d5ff73; +} + .border-l-purple-200\\/5 { border-left-color: #e9d5ff0d; } @@ -94896,10 +130464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e9d5ff80; } +.border-l-purple-200\\/55 { + border-left-color: #e9d5ff8c; +} + .border-l-purple-200\\/60 { border-left-color: #e9d5ff99; } +.border-l-purple-200\\/65 { + border-left-color: #e9d5ffa6; +} + .border-l-purple-200\\/70 { border-left-color: #e9d5ffb3; } @@ -94912,6 +130488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e9d5ffcc; } +.border-l-purple-200\\/85 { + border-left-color: #e9d5ffd9; +} + .border-l-purple-200\\/90 { border-left-color: #e9d5ffe6; } @@ -94936,6 +130516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d8b4fe; } +.border-l-purple-300\\/15 { + border-left-color: #d8b4fe26; +} + .border-l-purple-300\\/20 { border-left-color: #d8b4fe33; } @@ -94948,10 +130532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d8b4fe4d; } +.border-l-purple-300\\/35 { + border-left-color: #d8b4fe59; +} + .border-l-purple-300\\/40 { border-left-color: #d8b4fe66; } +.border-l-purple-300\\/45 { + border-left-color: #d8b4fe73; +} + .border-l-purple-300\\/5 { border-left-color: #d8b4fe0d; } @@ -94960,10 +130552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d8b4fe80; } +.border-l-purple-300\\/55 { + border-left-color: #d8b4fe8c; +} + .border-l-purple-300\\/60 { border-left-color: #d8b4fe99; } +.border-l-purple-300\\/65 { + border-left-color: #d8b4fea6; +} + .border-l-purple-300\\/70 { border-left-color: #d8b4feb3; } @@ -94976,6 +130576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d8b4fecc; } +.border-l-purple-300\\/85 { + border-left-color: #d8b4fed9; +} + .border-l-purple-300\\/90 { border-left-color: #d8b4fee6; } @@ -95000,6 +130604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c084fc; } +.border-l-purple-400\\/15 { + border-left-color: #c084fc26; +} + .border-l-purple-400\\/20 { border-left-color: #c084fc33; } @@ -95012,10 +130620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c084fc4d; } +.border-l-purple-400\\/35 { + border-left-color: #c084fc59; +} + .border-l-purple-400\\/40 { border-left-color: #c084fc66; } +.border-l-purple-400\\/45 { + border-left-color: #c084fc73; +} + .border-l-purple-400\\/5 { border-left-color: #c084fc0d; } @@ -95024,10 +130640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c084fc80; } +.border-l-purple-400\\/55 { + border-left-color: #c084fc8c; +} + .border-l-purple-400\\/60 { border-left-color: #c084fc99; } +.border-l-purple-400\\/65 { + border-left-color: #c084fca6; +} + .border-l-purple-400\\/70 { border-left-color: #c084fcb3; } @@ -95040,6 +130664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c084fccc; } +.border-l-purple-400\\/85 { + border-left-color: #c084fcd9; +} + .border-l-purple-400\\/90 { border-left-color: #c084fce6; } @@ -95064,6 +130692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #faf5ff; } +.border-l-purple-50\\/15 { + border-left-color: #faf5ff26; +} + .border-l-purple-50\\/20 { border-left-color: #faf5ff33; } @@ -95076,10 +130708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #faf5ff4d; } +.border-l-purple-50\\/35 { + border-left-color: #faf5ff59; +} + .border-l-purple-50\\/40 { border-left-color: #faf5ff66; } +.border-l-purple-50\\/45 { + border-left-color: #faf5ff73; +} + .border-l-purple-50\\/5 { border-left-color: #faf5ff0d; } @@ -95088,10 +130728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #faf5ff80; } +.border-l-purple-50\\/55 { + border-left-color: #faf5ff8c; +} + .border-l-purple-50\\/60 { border-left-color: #faf5ff99; } +.border-l-purple-50\\/65 { + border-left-color: #faf5ffa6; +} + .border-l-purple-50\\/70 { border-left-color: #faf5ffb3; } @@ -95104,6 +130752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #faf5ffcc; } +.border-l-purple-50\\/85 { + border-left-color: #faf5ffd9; +} + .border-l-purple-50\\/90 { border-left-color: #faf5ffe6; } @@ -95128,6 +130780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a855f7; } +.border-l-purple-500\\/15 { + border-left-color: #a855f726; +} + .border-l-purple-500\\/20 { border-left-color: #a855f733; } @@ -95140,10 +130796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a855f74d; } +.border-l-purple-500\\/35 { + border-left-color: #a855f759; +} + .border-l-purple-500\\/40 { border-left-color: #a855f766; } +.border-l-purple-500\\/45 { + border-left-color: #a855f773; +} + .border-l-purple-500\\/5 { border-left-color: #a855f70d; } @@ -95152,10 +130816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a855f780; } +.border-l-purple-500\\/55 { + border-left-color: #a855f78c; +} + .border-l-purple-500\\/60 { border-left-color: #a855f799; } +.border-l-purple-500\\/65 { + border-left-color: #a855f7a6; +} + .border-l-purple-500\\/70 { border-left-color: #a855f7b3; } @@ -95168,6 +130840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a855f7cc; } +.border-l-purple-500\\/85 { + border-left-color: #a855f7d9; +} + .border-l-purple-500\\/90 { border-left-color: #a855f7e6; } @@ -95192,6 +130868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9333ea; } +.border-l-purple-600\\/15 { + border-left-color: #9333ea26; +} + .border-l-purple-600\\/20 { border-left-color: #9333ea33; } @@ -95204,10 +130884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9333ea4d; } +.border-l-purple-600\\/35 { + border-left-color: #9333ea59; +} + .border-l-purple-600\\/40 { border-left-color: #9333ea66; } +.border-l-purple-600\\/45 { + border-left-color: #9333ea73; +} + .border-l-purple-600\\/5 { border-left-color: #9333ea0d; } @@ -95216,10 +130904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9333ea80; } +.border-l-purple-600\\/55 { + border-left-color: #9333ea8c; +} + .border-l-purple-600\\/60 { border-left-color: #9333ea99; } +.border-l-purple-600\\/65 { + border-left-color: #9333eaa6; +} + .border-l-purple-600\\/70 { border-left-color: #9333eab3; } @@ -95232,6 +130928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9333eacc; } +.border-l-purple-600\\/85 { + border-left-color: #9333ead9; +} + .border-l-purple-600\\/90 { border-left-color: #9333eae6; } @@ -95256,6 +130956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7e22ce; } +.border-l-purple-700\\/15 { + border-left-color: #7e22ce26; +} + .border-l-purple-700\\/20 { border-left-color: #7e22ce33; } @@ -95268,10 +130972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7e22ce4d; } +.border-l-purple-700\\/35 { + border-left-color: #7e22ce59; +} + .border-l-purple-700\\/40 { border-left-color: #7e22ce66; } +.border-l-purple-700\\/45 { + border-left-color: #7e22ce73; +} + .border-l-purple-700\\/5 { border-left-color: #7e22ce0d; } @@ -95280,10 +130992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7e22ce80; } +.border-l-purple-700\\/55 { + border-left-color: #7e22ce8c; +} + .border-l-purple-700\\/60 { border-left-color: #7e22ce99; } +.border-l-purple-700\\/65 { + border-left-color: #7e22cea6; +} + .border-l-purple-700\\/70 { border-left-color: #7e22ceb3; } @@ -95296,6 +131016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7e22cecc; } +.border-l-purple-700\\/85 { + border-left-color: #7e22ced9; +} + .border-l-purple-700\\/90 { border-left-color: #7e22cee6; } @@ -95320,6 +131044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b21a8; } +.border-l-purple-800\\/15 { + border-left-color: #6b21a826; +} + .border-l-purple-800\\/20 { border-left-color: #6b21a833; } @@ -95332,10 +131060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b21a84d; } +.border-l-purple-800\\/35 { + border-left-color: #6b21a859; +} + .border-l-purple-800\\/40 { border-left-color: #6b21a866; } +.border-l-purple-800\\/45 { + border-left-color: #6b21a873; +} + .border-l-purple-800\\/5 { border-left-color: #6b21a80d; } @@ -95344,10 +131080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b21a880; } +.border-l-purple-800\\/55 { + border-left-color: #6b21a88c; +} + .border-l-purple-800\\/60 { border-left-color: #6b21a899; } +.border-l-purple-800\\/65 { + border-left-color: #6b21a8a6; +} + .border-l-purple-800\\/70 { border-left-color: #6b21a8b3; } @@ -95360,6 +131104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6b21a8cc; } +.border-l-purple-800\\/85 { + border-left-color: #6b21a8d9; +} + .border-l-purple-800\\/90 { border-left-color: #6b21a8e6; } @@ -95384,6 +131132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #581c87; } +.border-l-purple-900\\/15 { + border-left-color: #581c8726; +} + .border-l-purple-900\\/20 { border-left-color: #581c8733; } @@ -95396,10 +131148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #581c874d; } +.border-l-purple-900\\/35 { + border-left-color: #581c8759; +} + .border-l-purple-900\\/40 { border-left-color: #581c8766; } +.border-l-purple-900\\/45 { + border-left-color: #581c8773; +} + .border-l-purple-900\\/5 { border-left-color: #581c870d; } @@ -95408,10 +131168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #581c8780; } +.border-l-purple-900\\/55 { + border-left-color: #581c878c; +} + .border-l-purple-900\\/60 { border-left-color: #581c8799; } +.border-l-purple-900\\/65 { + border-left-color: #581c87a6; +} + .border-l-purple-900\\/70 { border-left-color: #581c87b3; } @@ -95424,6 +131192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #581c87cc; } +.border-l-purple-900\\/85 { + border-left-color: #581c87d9; +} + .border-l-purple-900\\/90 { border-left-color: #581c87e6; } @@ -95448,6 +131220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b0764; } +.border-l-purple-950\\/15 { + border-left-color: #3b076426; +} + .border-l-purple-950\\/20 { border-left-color: #3b076433; } @@ -95460,10 +131236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b07644d; } +.border-l-purple-950\\/35 { + border-left-color: #3b076459; +} + .border-l-purple-950\\/40 { border-left-color: #3b076466; } +.border-l-purple-950\\/45 { + border-left-color: #3b076473; +} + .border-l-purple-950\\/5 { border-left-color: #3b07640d; } @@ -95472,10 +131256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b076480; } +.border-l-purple-950\\/55 { + border-left-color: #3b07648c; +} + .border-l-purple-950\\/60 { border-left-color: #3b076499; } +.border-l-purple-950\\/65 { + border-left-color: #3b0764a6; +} + .border-l-purple-950\\/70 { border-left-color: #3b0764b3; } @@ -95488,6 +131280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3b0764cc; } +.border-l-purple-950\\/85 { + border-left-color: #3b0764d9; +} + .border-l-purple-950\\/90 { border-left-color: #3b0764e6; } @@ -95512,6 +131308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fee2e2; } +.border-l-red-100\\/15 { + border-left-color: #fee2e226; +} + .border-l-red-100\\/20 { border-left-color: #fee2e233; } @@ -95524,10 +131324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fee2e24d; } +.border-l-red-100\\/35 { + border-left-color: #fee2e259; +} + .border-l-red-100\\/40 { border-left-color: #fee2e266; } +.border-l-red-100\\/45 { + border-left-color: #fee2e273; +} + .border-l-red-100\\/5 { border-left-color: #fee2e20d; } @@ -95536,10 +131344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fee2e280; } +.border-l-red-100\\/55 { + border-left-color: #fee2e28c; +} + .border-l-red-100\\/60 { border-left-color: #fee2e299; } +.border-l-red-100\\/65 { + border-left-color: #fee2e2a6; +} + .border-l-red-100\\/70 { border-left-color: #fee2e2b3; } @@ -95552,6 +131368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fee2e2cc; } +.border-l-red-100\\/85 { + border-left-color: #fee2e2d9; +} + .border-l-red-100\\/90 { border-left-color: #fee2e2e6; } @@ -95576,6 +131396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecaca; } +.border-l-red-200\\/15 { + border-left-color: #fecaca26; +} + .border-l-red-200\\/20 { border-left-color: #fecaca33; } @@ -95588,10 +131412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecaca4d; } +.border-l-red-200\\/35 { + border-left-color: #fecaca59; +} + .border-l-red-200\\/40 { border-left-color: #fecaca66; } +.border-l-red-200\\/45 { + border-left-color: #fecaca73; +} + .border-l-red-200\\/5 { border-left-color: #fecaca0d; } @@ -95600,10 +131432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecaca80; } +.border-l-red-200\\/55 { + border-left-color: #fecaca8c; +} + .border-l-red-200\\/60 { border-left-color: #fecaca99; } +.border-l-red-200\\/65 { + border-left-color: #fecacaa6; +} + .border-l-red-200\\/70 { border-left-color: #fecacab3; } @@ -95616,6 +131456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecacacc; } +.border-l-red-200\\/85 { + border-left-color: #fecacad9; +} + .border-l-red-200\\/90 { border-left-color: #fecacae6; } @@ -95640,6 +131484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fca5a5; } +.border-l-red-300\\/15 { + border-left-color: #fca5a526; +} + .border-l-red-300\\/20 { border-left-color: #fca5a533; } @@ -95652,10 +131500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fca5a54d; } +.border-l-red-300\\/35 { + border-left-color: #fca5a559; +} + .border-l-red-300\\/40 { border-left-color: #fca5a566; } +.border-l-red-300\\/45 { + border-left-color: #fca5a573; +} + .border-l-red-300\\/5 { border-left-color: #fca5a50d; } @@ -95664,10 +131520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fca5a580; } +.border-l-red-300\\/55 { + border-left-color: #fca5a58c; +} + .border-l-red-300\\/60 { border-left-color: #fca5a599; } +.border-l-red-300\\/65 { + border-left-color: #fca5a5a6; +} + .border-l-red-300\\/70 { border-left-color: #fca5a5b3; } @@ -95680,6 +131544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fca5a5cc; } +.border-l-red-300\\/85 { + border-left-color: #fca5a5d9; +} + .border-l-red-300\\/90 { border-left-color: #fca5a5e6; } @@ -95704,6 +131572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f87171; } +.border-l-red-400\\/15 { + border-left-color: #f8717126; +} + .border-l-red-400\\/20 { border-left-color: #f8717133; } @@ -95716,10 +131588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f871714d; } +.border-l-red-400\\/35 { + border-left-color: #f8717159; +} + .border-l-red-400\\/40 { border-left-color: #f8717166; } +.border-l-red-400\\/45 { + border-left-color: #f8717173; +} + .border-l-red-400\\/5 { border-left-color: #f871710d; } @@ -95728,10 +131608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f8717180; } +.border-l-red-400\\/55 { + border-left-color: #f871718c; +} + .border-l-red-400\\/60 { border-left-color: #f8717199; } +.border-l-red-400\\/65 { + border-left-color: #f87171a6; +} + .border-l-red-400\\/70 { border-left-color: #f87171b3; } @@ -95744,6 +131632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f87171cc; } +.border-l-red-400\\/85 { + border-left-color: #f87171d9; +} + .border-l-red-400\\/90 { border-left-color: #f87171e6; } @@ -95768,6 +131660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef2f2; } +.border-l-red-50\\/15 { + border-left-color: #fef2f226; +} + .border-l-red-50\\/20 { border-left-color: #fef2f233; } @@ -95780,10 +131676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef2f24d; } +.border-l-red-50\\/35 { + border-left-color: #fef2f259; +} + .border-l-red-50\\/40 { border-left-color: #fef2f266; } +.border-l-red-50\\/45 { + border-left-color: #fef2f273; +} + .border-l-red-50\\/5 { border-left-color: #fef2f20d; } @@ -95792,10 +131696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef2f280; } +.border-l-red-50\\/55 { + border-left-color: #fef2f28c; +} + .border-l-red-50\\/60 { border-left-color: #fef2f299; } +.border-l-red-50\\/65 { + border-left-color: #fef2f2a6; +} + .border-l-red-50\\/70 { border-left-color: #fef2f2b3; } @@ -95808,6 +131720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef2f2cc; } +.border-l-red-50\\/85 { + border-left-color: #fef2f2d9; +} + .border-l-red-50\\/90 { border-left-color: #fef2f2e6; } @@ -95832,6 +131748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ef4444; } +.border-l-red-500\\/15 { + border-left-color: #ef444426; +} + .border-l-red-500\\/20 { border-left-color: #ef444433; } @@ -95844,10 +131764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ef44444d; } +.border-l-red-500\\/35 { + border-left-color: #ef444459; +} + .border-l-red-500\\/40 { border-left-color: #ef444466; } +.border-l-red-500\\/45 { + border-left-color: #ef444473; +} + .border-l-red-500\\/5 { border-left-color: #ef44440d; } @@ -95856,10 +131784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ef444480; } +.border-l-red-500\\/55 { + border-left-color: #ef44448c; +} + .border-l-red-500\\/60 { border-left-color: #ef444499; } +.border-l-red-500\\/65 { + border-left-color: #ef4444a6; +} + .border-l-red-500\\/70 { border-left-color: #ef4444b3; } @@ -95872,6 +131808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ef4444cc; } +.border-l-red-500\\/85 { + border-left-color: #ef4444d9; +} + .border-l-red-500\\/90 { border-left-color: #ef4444e6; } @@ -95896,6 +131836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dc2626; } +.border-l-red-600\\/15 { + border-left-color: #dc262626; +} + .border-l-red-600\\/20 { border-left-color: #dc262633; } @@ -95908,10 +131852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dc26264d; } +.border-l-red-600\\/35 { + border-left-color: #dc262659; +} + .border-l-red-600\\/40 { border-left-color: #dc262666; } +.border-l-red-600\\/45 { + border-left-color: #dc262673; +} + .border-l-red-600\\/5 { border-left-color: #dc26260d; } @@ -95920,10 +131872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dc262680; } +.border-l-red-600\\/55 { + border-left-color: #dc26268c; +} + .border-l-red-600\\/60 { border-left-color: #dc262699; } +.border-l-red-600\\/65 { + border-left-color: #dc2626a6; +} + .border-l-red-600\\/70 { border-left-color: #dc2626b3; } @@ -95936,6 +131896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #dc2626cc; } +.border-l-red-600\\/85 { + border-left-color: #dc2626d9; +} + .border-l-red-600\\/90 { border-left-color: #dc2626e6; } @@ -95960,6 +131924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b91c1c; } +.border-l-red-700\\/15 { + border-left-color: #b91c1c26; +} + .border-l-red-700\\/20 { border-left-color: #b91c1c33; } @@ -95972,10 +131940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b91c1c4d; } +.border-l-red-700\\/35 { + border-left-color: #b91c1c59; +} + .border-l-red-700\\/40 { border-left-color: #b91c1c66; } +.border-l-red-700\\/45 { + border-left-color: #b91c1c73; +} + .border-l-red-700\\/5 { border-left-color: #b91c1c0d; } @@ -95984,10 +131960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b91c1c80; } +.border-l-red-700\\/55 { + border-left-color: #b91c1c8c; +} + .border-l-red-700\\/60 { border-left-color: #b91c1c99; } +.border-l-red-700\\/65 { + border-left-color: #b91c1ca6; +} + .border-l-red-700\\/70 { border-left-color: #b91c1cb3; } @@ -96000,6 +131984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #b91c1ccc; } +.border-l-red-700\\/85 { + border-left-color: #b91c1cd9; +} + .border-l-red-700\\/90 { border-left-color: #b91c1ce6; } @@ -96024,6 +132012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #991b1b; } +.border-l-red-800\\/15 { + border-left-color: #991b1b26; +} + .border-l-red-800\\/20 { border-left-color: #991b1b33; } @@ -96036,10 +132028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #991b1b4d; } +.border-l-red-800\\/35 { + border-left-color: #991b1b59; +} + .border-l-red-800\\/40 { border-left-color: #991b1b66; } +.border-l-red-800\\/45 { + border-left-color: #991b1b73; +} + .border-l-red-800\\/5 { border-left-color: #991b1b0d; } @@ -96048,10 +132048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #991b1b80; } +.border-l-red-800\\/55 { + border-left-color: #991b1b8c; +} + .border-l-red-800\\/60 { border-left-color: #991b1b99; } +.border-l-red-800\\/65 { + border-left-color: #991b1ba6; +} + .border-l-red-800\\/70 { border-left-color: #991b1bb3; } @@ -96064,6 +132072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #991b1bcc; } +.border-l-red-800\\/85 { + border-left-color: #991b1bd9; +} + .border-l-red-800\\/90 { border-left-color: #991b1be6; } @@ -96088,6 +132100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7f1d1d; } +.border-l-red-900\\/15 { + border-left-color: #7f1d1d26; +} + .border-l-red-900\\/20 { border-left-color: #7f1d1d33; } @@ -96100,10 +132116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7f1d1d4d; } +.border-l-red-900\\/35 { + border-left-color: #7f1d1d59; +} + .border-l-red-900\\/40 { border-left-color: #7f1d1d66; } +.border-l-red-900\\/45 { + border-left-color: #7f1d1d73; +} + .border-l-red-900\\/5 { border-left-color: #7f1d1d0d; } @@ -96112,10 +132136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7f1d1d80; } +.border-l-red-900\\/55 { + border-left-color: #7f1d1d8c; +} + .border-l-red-900\\/60 { border-left-color: #7f1d1d99; } +.border-l-red-900\\/65 { + border-left-color: #7f1d1da6; +} + .border-l-red-900\\/70 { border-left-color: #7f1d1db3; } @@ -96128,6 +132160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7f1d1dcc; } +.border-l-red-900\\/85 { + border-left-color: #7f1d1dd9; +} + .border-l-red-900\\/90 { border-left-color: #7f1d1de6; } @@ -96152,6 +132188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #450a0a; } +.border-l-red-950\\/15 { + border-left-color: #450a0a26; +} + .border-l-red-950\\/20 { border-left-color: #450a0a33; } @@ -96164,10 +132204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #450a0a4d; } +.border-l-red-950\\/35 { + border-left-color: #450a0a59; +} + .border-l-red-950\\/40 { border-left-color: #450a0a66; } +.border-l-red-950\\/45 { + border-left-color: #450a0a73; +} + .border-l-red-950\\/5 { border-left-color: #450a0a0d; } @@ -96176,10 +132224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #450a0a80; } +.border-l-red-950\\/55 { + border-left-color: #450a0a8c; +} + .border-l-red-950\\/60 { border-left-color: #450a0a99; } +.border-l-red-950\\/65 { + border-left-color: #450a0aa6; +} + .border-l-red-950\\/70 { border-left-color: #450a0ab3; } @@ -96192,6 +132248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #450a0acc; } +.border-l-red-950\\/85 { + border-left-color: #450a0ad9; +} + .border-l-red-950\\/90 { border-left-color: #450a0ae6; } @@ -96216,6 +132276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffe4e6; } +.border-l-rose-100\\/15 { + border-left-color: #ffe4e626; +} + .border-l-rose-100\\/20 { border-left-color: #ffe4e633; } @@ -96228,10 +132292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffe4e64d; } +.border-l-rose-100\\/35 { + border-left-color: #ffe4e659; +} + .border-l-rose-100\\/40 { border-left-color: #ffe4e666; } +.border-l-rose-100\\/45 { + border-left-color: #ffe4e673; +} + .border-l-rose-100\\/5 { border-left-color: #ffe4e60d; } @@ -96240,10 +132312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffe4e680; } +.border-l-rose-100\\/55 { + border-left-color: #ffe4e68c; +} + .border-l-rose-100\\/60 { border-left-color: #ffe4e699; } +.border-l-rose-100\\/65 { + border-left-color: #ffe4e6a6; +} + .border-l-rose-100\\/70 { border-left-color: #ffe4e6b3; } @@ -96256,6 +132336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffe4e6cc; } +.border-l-rose-100\\/85 { + border-left-color: #ffe4e6d9; +} + .border-l-rose-100\\/90 { border-left-color: #ffe4e6e6; } @@ -96280,6 +132364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecdd3; } +.border-l-rose-200\\/15 { + border-left-color: #fecdd326; +} + .border-l-rose-200\\/20 { border-left-color: #fecdd333; } @@ -96292,10 +132380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecdd34d; } +.border-l-rose-200\\/35 { + border-left-color: #fecdd359; +} + .border-l-rose-200\\/40 { border-left-color: #fecdd366; } +.border-l-rose-200\\/45 { + border-left-color: #fecdd373; +} + .border-l-rose-200\\/5 { border-left-color: #fecdd30d; } @@ -96304,10 +132400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecdd380; } +.border-l-rose-200\\/55 { + border-left-color: #fecdd38c; +} + .border-l-rose-200\\/60 { border-left-color: #fecdd399; } +.border-l-rose-200\\/65 { + border-left-color: #fecdd3a6; +} + .border-l-rose-200\\/70 { border-left-color: #fecdd3b3; } @@ -96320,6 +132424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fecdd3cc; } +.border-l-rose-200\\/85 { + border-left-color: #fecdd3d9; +} + .border-l-rose-200\\/90 { border-left-color: #fecdd3e6; } @@ -96344,6 +132452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fda4af; } +.border-l-rose-300\\/15 { + border-left-color: #fda4af26; +} + .border-l-rose-300\\/20 { border-left-color: #fda4af33; } @@ -96356,10 +132468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fda4af4d; } +.border-l-rose-300\\/35 { + border-left-color: #fda4af59; +} + .border-l-rose-300\\/40 { border-left-color: #fda4af66; } +.border-l-rose-300\\/45 { + border-left-color: #fda4af73; +} + .border-l-rose-300\\/5 { border-left-color: #fda4af0d; } @@ -96368,10 +132488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fda4af80; } +.border-l-rose-300\\/55 { + border-left-color: #fda4af8c; +} + .border-l-rose-300\\/60 { border-left-color: #fda4af99; } +.border-l-rose-300\\/65 { + border-left-color: #fda4afa6; +} + .border-l-rose-300\\/70 { border-left-color: #fda4afb3; } @@ -96384,6 +132512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fda4afcc; } +.border-l-rose-300\\/85 { + border-left-color: #fda4afd9; +} + .border-l-rose-300\\/90 { border-left-color: #fda4afe6; } @@ -96408,6 +132540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb7185; } +.border-l-rose-400\\/15 { + border-left-color: #fb718526; +} + .border-l-rose-400\\/20 { border-left-color: #fb718533; } @@ -96420,10 +132556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb71854d; } +.border-l-rose-400\\/35 { + border-left-color: #fb718559; +} + .border-l-rose-400\\/40 { border-left-color: #fb718566; } +.border-l-rose-400\\/45 { + border-left-color: #fb718573; +} + .border-l-rose-400\\/5 { border-left-color: #fb71850d; } @@ -96432,10 +132576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb718580; } +.border-l-rose-400\\/55 { + border-left-color: #fb71858c; +} + .border-l-rose-400\\/60 { border-left-color: #fb718599; } +.border-l-rose-400\\/65 { + border-left-color: #fb7185a6; +} + .border-l-rose-400\\/70 { border-left-color: #fb7185b3; } @@ -96448,6 +132600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fb7185cc; } +.border-l-rose-400\\/85 { + border-left-color: #fb7185d9; +} + .border-l-rose-400\\/90 { border-left-color: #fb7185e6; } @@ -96472,6 +132628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff1f2; } +.border-l-rose-50\\/15 { + border-left-color: #fff1f226; +} + .border-l-rose-50\\/20 { border-left-color: #fff1f233; } @@ -96484,10 +132644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff1f24d; } +.border-l-rose-50\\/35 { + border-left-color: #fff1f259; +} + .border-l-rose-50\\/40 { border-left-color: #fff1f266; } +.border-l-rose-50\\/45 { + border-left-color: #fff1f273; +} + .border-l-rose-50\\/5 { border-left-color: #fff1f20d; } @@ -96496,10 +132664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff1f280; } +.border-l-rose-50\\/55 { + border-left-color: #fff1f28c; +} + .border-l-rose-50\\/60 { border-left-color: #fff1f299; } +.border-l-rose-50\\/65 { + border-left-color: #fff1f2a6; +} + .border-l-rose-50\\/70 { border-left-color: #fff1f2b3; } @@ -96512,6 +132688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff1f2cc; } +.border-l-rose-50\\/85 { + border-left-color: #fff1f2d9; +} + .border-l-rose-50\\/90 { border-left-color: #fff1f2e6; } @@ -96536,6 +132716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f43f5e; } +.border-l-rose-500\\/15 { + border-left-color: #f43f5e26; +} + .border-l-rose-500\\/20 { border-left-color: #f43f5e33; } @@ -96548,10 +132732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f43f5e4d; } +.border-l-rose-500\\/35 { + border-left-color: #f43f5e59; +} + .border-l-rose-500\\/40 { border-left-color: #f43f5e66; } +.border-l-rose-500\\/45 { + border-left-color: #f43f5e73; +} + .border-l-rose-500\\/5 { border-left-color: #f43f5e0d; } @@ -96560,10 +132752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f43f5e80; } +.border-l-rose-500\\/55 { + border-left-color: #f43f5e8c; +} + .border-l-rose-500\\/60 { border-left-color: #f43f5e99; } +.border-l-rose-500\\/65 { + border-left-color: #f43f5ea6; +} + .border-l-rose-500\\/70 { border-left-color: #f43f5eb3; } @@ -96576,6 +132776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f43f5ecc; } +.border-l-rose-500\\/85 { + border-left-color: #f43f5ed9; +} + .border-l-rose-500\\/90 { border-left-color: #f43f5ee6; } @@ -96600,6 +132804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e11d48; } +.border-l-rose-600\\/15 { + border-left-color: #e11d4826; +} + .border-l-rose-600\\/20 { border-left-color: #e11d4833; } @@ -96612,10 +132820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e11d484d; } +.border-l-rose-600\\/35 { + border-left-color: #e11d4859; +} + .border-l-rose-600\\/40 { border-left-color: #e11d4866; } +.border-l-rose-600\\/45 { + border-left-color: #e11d4873; +} + .border-l-rose-600\\/5 { border-left-color: #e11d480d; } @@ -96624,10 +132840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e11d4880; } +.border-l-rose-600\\/55 { + border-left-color: #e11d488c; +} + .border-l-rose-600\\/60 { border-left-color: #e11d4899; } +.border-l-rose-600\\/65 { + border-left-color: #e11d48a6; +} + .border-l-rose-600\\/70 { border-left-color: #e11d48b3; } @@ -96640,6 +132864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e11d48cc; } +.border-l-rose-600\\/85 { + border-left-color: #e11d48d9; +} + .border-l-rose-600\\/90 { border-left-color: #e11d48e6; } @@ -96664,6 +132892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be123c; } +.border-l-rose-700\\/15 { + border-left-color: #be123c26; +} + .border-l-rose-700\\/20 { border-left-color: #be123c33; } @@ -96676,10 +132908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be123c4d; } +.border-l-rose-700\\/35 { + border-left-color: #be123c59; +} + .border-l-rose-700\\/40 { border-left-color: #be123c66; } +.border-l-rose-700\\/45 { + border-left-color: #be123c73; +} + .border-l-rose-700\\/5 { border-left-color: #be123c0d; } @@ -96688,10 +132928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be123c80; } +.border-l-rose-700\\/55 { + border-left-color: #be123c8c; +} + .border-l-rose-700\\/60 { border-left-color: #be123c99; } +.border-l-rose-700\\/65 { + border-left-color: #be123ca6; +} + .border-l-rose-700\\/70 { border-left-color: #be123cb3; } @@ -96704,6 +132952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #be123ccc; } +.border-l-rose-700\\/85 { + border-left-color: #be123cd9; +} + .border-l-rose-700\\/90 { border-left-color: #be123ce6; } @@ -96728,6 +132980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9f1239; } +.border-l-rose-800\\/15 { + border-left-color: #9f123926; +} + .border-l-rose-800\\/20 { border-left-color: #9f123933; } @@ -96740,10 +132996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9f12394d; } +.border-l-rose-800\\/35 { + border-left-color: #9f123959; +} + .border-l-rose-800\\/40 { border-left-color: #9f123966; } +.border-l-rose-800\\/45 { + border-left-color: #9f123973; +} + .border-l-rose-800\\/5 { border-left-color: #9f12390d; } @@ -96752,10 +133016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9f123980; } +.border-l-rose-800\\/55 { + border-left-color: #9f12398c; +} + .border-l-rose-800\\/60 { border-left-color: #9f123999; } +.border-l-rose-800\\/65 { + border-left-color: #9f1239a6; +} + .border-l-rose-800\\/70 { border-left-color: #9f1239b3; } @@ -96768,6 +133040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #9f1239cc; } +.border-l-rose-800\\/85 { + border-left-color: #9f1239d9; +} + .border-l-rose-800\\/90 { border-left-color: #9f1239e6; } @@ -96792,6 +133068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #881337; } +.border-l-rose-900\\/15 { + border-left-color: #88133726; +} + .border-l-rose-900\\/20 { border-left-color: #88133733; } @@ -96804,10 +133084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #8813374d; } +.border-l-rose-900\\/35 { + border-left-color: #88133759; +} + .border-l-rose-900\\/40 { border-left-color: #88133766; } +.border-l-rose-900\\/45 { + border-left-color: #88133773; +} + .border-l-rose-900\\/5 { border-left-color: #8813370d; } @@ -96816,10 +133104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #88133780; } +.border-l-rose-900\\/55 { + border-left-color: #8813378c; +} + .border-l-rose-900\\/60 { border-left-color: #88133799; } +.border-l-rose-900\\/65 { + border-left-color: #881337a6; +} + .border-l-rose-900\\/70 { border-left-color: #881337b3; } @@ -96832,6 +133128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #881337cc; } +.border-l-rose-900\\/85 { + border-left-color: #881337d9; +} + .border-l-rose-900\\/90 { border-left-color: #881337e6; } @@ -96856,6 +133156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c0519; } +.border-l-rose-950\\/15 { + border-left-color: #4c051926; +} + .border-l-rose-950\\/20 { border-left-color: #4c051933; } @@ -96868,10 +133172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c05194d; } +.border-l-rose-950\\/35 { + border-left-color: #4c051959; +} + .border-l-rose-950\\/40 { border-left-color: #4c051966; } +.border-l-rose-950\\/45 { + border-left-color: #4c051973; +} + .border-l-rose-950\\/5 { border-left-color: #4c05190d; } @@ -96880,10 +133192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c051980; } +.border-l-rose-950\\/55 { + border-left-color: #4c05198c; +} + .border-l-rose-950\\/60 { border-left-color: #4c051999; } +.border-l-rose-950\\/65 { + border-left-color: #4c0519a6; +} + .border-l-rose-950\\/70 { border-left-color: #4c0519b3; } @@ -96896,6 +133216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c0519cc; } +.border-l-rose-950\\/85 { + border-left-color: #4c0519d9; +} + .border-l-rose-950\\/90 { border-left-color: #4c0519e6; } @@ -96920,6 +133244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0f2fe; } +.border-l-sky-100\\/15 { + border-left-color: #e0f2fe26; +} + .border-l-sky-100\\/20 { border-left-color: #e0f2fe33; } @@ -96932,10 +133260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0f2fe4d; } +.border-l-sky-100\\/35 { + border-left-color: #e0f2fe59; +} + .border-l-sky-100\\/40 { border-left-color: #e0f2fe66; } +.border-l-sky-100\\/45 { + border-left-color: #e0f2fe73; +} + .border-l-sky-100\\/5 { border-left-color: #e0f2fe0d; } @@ -96944,10 +133280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0f2fe80; } +.border-l-sky-100\\/55 { + border-left-color: #e0f2fe8c; +} + .border-l-sky-100\\/60 { border-left-color: #e0f2fe99; } +.border-l-sky-100\\/65 { + border-left-color: #e0f2fea6; +} + .border-l-sky-100\\/70 { border-left-color: #e0f2feb3; } @@ -96960,6 +133304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e0f2fecc; } +.border-l-sky-100\\/85 { + border-left-color: #e0f2fed9; +} + .border-l-sky-100\\/90 { border-left-color: #e0f2fee6; } @@ -96984,6 +133332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bae6fd; } +.border-l-sky-200\\/15 { + border-left-color: #bae6fd26; +} + .border-l-sky-200\\/20 { border-left-color: #bae6fd33; } @@ -96996,10 +133348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bae6fd4d; } +.border-l-sky-200\\/35 { + border-left-color: #bae6fd59; +} + .border-l-sky-200\\/40 { border-left-color: #bae6fd66; } +.border-l-sky-200\\/45 { + border-left-color: #bae6fd73; +} + .border-l-sky-200\\/5 { border-left-color: #bae6fd0d; } @@ -97008,10 +133368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bae6fd80; } +.border-l-sky-200\\/55 { + border-left-color: #bae6fd8c; +} + .border-l-sky-200\\/60 { border-left-color: #bae6fd99; } +.border-l-sky-200\\/65 { + border-left-color: #bae6fda6; +} + .border-l-sky-200\\/70 { border-left-color: #bae6fdb3; } @@ -97024,6 +133392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #bae6fdcc; } +.border-l-sky-200\\/85 { + border-left-color: #bae6fdd9; +} + .border-l-sky-200\\/90 { border-left-color: #bae6fde6; } @@ -97048,6 +133420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7dd3fc; } +.border-l-sky-300\\/15 { + border-left-color: #7dd3fc26; +} + .border-l-sky-300\\/20 { border-left-color: #7dd3fc33; } @@ -97060,10 +133436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7dd3fc4d; } +.border-l-sky-300\\/35 { + border-left-color: #7dd3fc59; +} + .border-l-sky-300\\/40 { border-left-color: #7dd3fc66; } +.border-l-sky-300\\/45 { + border-left-color: #7dd3fc73; +} + .border-l-sky-300\\/5 { border-left-color: #7dd3fc0d; } @@ -97072,10 +133456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7dd3fc80; } +.border-l-sky-300\\/55 { + border-left-color: #7dd3fc8c; +} + .border-l-sky-300\\/60 { border-left-color: #7dd3fc99; } +.border-l-sky-300\\/65 { + border-left-color: #7dd3fca6; +} + .border-l-sky-300\\/70 { border-left-color: #7dd3fcb3; } @@ -97088,6 +133480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7dd3fccc; } +.border-l-sky-300\\/85 { + border-left-color: #7dd3fcd9; +} + .border-l-sky-300\\/90 { border-left-color: #7dd3fce6; } @@ -97112,6 +133508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #38bdf8; } +.border-l-sky-400\\/15 { + border-left-color: #38bdf826; +} + .border-l-sky-400\\/20 { border-left-color: #38bdf833; } @@ -97124,10 +133524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #38bdf84d; } +.border-l-sky-400\\/35 { + border-left-color: #38bdf859; +} + .border-l-sky-400\\/40 { border-left-color: #38bdf866; } +.border-l-sky-400\\/45 { + border-left-color: #38bdf873; +} + .border-l-sky-400\\/5 { border-left-color: #38bdf80d; } @@ -97136,10 +133544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #38bdf880; } +.border-l-sky-400\\/55 { + border-left-color: #38bdf88c; +} + .border-l-sky-400\\/60 { border-left-color: #38bdf899; } +.border-l-sky-400\\/65 { + border-left-color: #38bdf8a6; +} + .border-l-sky-400\\/70 { border-left-color: #38bdf8b3; } @@ -97152,6 +133568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #38bdf8cc; } +.border-l-sky-400\\/85 { + border-left-color: #38bdf8d9; +} + .border-l-sky-400\\/90 { border-left-color: #38bdf8e6; } @@ -97176,6 +133596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0f9ff; } +.border-l-sky-50\\/15 { + border-left-color: #f0f9ff26; +} + .border-l-sky-50\\/20 { border-left-color: #f0f9ff33; } @@ -97188,10 +133612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0f9ff4d; } +.border-l-sky-50\\/35 { + border-left-color: #f0f9ff59; +} + .border-l-sky-50\\/40 { border-left-color: #f0f9ff66; } +.border-l-sky-50\\/45 { + border-left-color: #f0f9ff73; +} + .border-l-sky-50\\/5 { border-left-color: #f0f9ff0d; } @@ -97200,10 +133632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0f9ff80; } +.border-l-sky-50\\/55 { + border-left-color: #f0f9ff8c; +} + .border-l-sky-50\\/60 { border-left-color: #f0f9ff99; } +.border-l-sky-50\\/65 { + border-left-color: #f0f9ffa6; +} + .border-l-sky-50\\/70 { border-left-color: #f0f9ffb3; } @@ -97216,6 +133656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0f9ffcc; } +.border-l-sky-50\\/85 { + border-left-color: #f0f9ffd9; +} + .border-l-sky-50\\/90 { border-left-color: #f0f9ffe6; } @@ -97240,6 +133684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0ea5e9; } +.border-l-sky-500\\/15 { + border-left-color: #0ea5e926; +} + .border-l-sky-500\\/20 { border-left-color: #0ea5e933; } @@ -97252,10 +133700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0ea5e94d; } +.border-l-sky-500\\/35 { + border-left-color: #0ea5e959; +} + .border-l-sky-500\\/40 { border-left-color: #0ea5e966; } +.border-l-sky-500\\/45 { + border-left-color: #0ea5e973; +} + .border-l-sky-500\\/5 { border-left-color: #0ea5e90d; } @@ -97264,10 +133720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0ea5e980; } +.border-l-sky-500\\/55 { + border-left-color: #0ea5e98c; +} + .border-l-sky-500\\/60 { border-left-color: #0ea5e999; } +.border-l-sky-500\\/65 { + border-left-color: #0ea5e9a6; +} + .border-l-sky-500\\/70 { border-left-color: #0ea5e9b3; } @@ -97280,6 +133744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0ea5e9cc; } +.border-l-sky-500\\/85 { + border-left-color: #0ea5e9d9; +} + .border-l-sky-500\\/90 { border-left-color: #0ea5e9e6; } @@ -97304,6 +133772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0284c7; } +.border-l-sky-600\\/15 { + border-left-color: #0284c726; +} + .border-l-sky-600\\/20 { border-left-color: #0284c733; } @@ -97316,10 +133788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0284c74d; } +.border-l-sky-600\\/35 { + border-left-color: #0284c759; +} + .border-l-sky-600\\/40 { border-left-color: #0284c766; } +.border-l-sky-600\\/45 { + border-left-color: #0284c773; +} + .border-l-sky-600\\/5 { border-left-color: #0284c70d; } @@ -97328,10 +133808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0284c780; } +.border-l-sky-600\\/55 { + border-left-color: #0284c78c; +} + .border-l-sky-600\\/60 { border-left-color: #0284c799; } +.border-l-sky-600\\/65 { + border-left-color: #0284c7a6; +} + .border-l-sky-600\\/70 { border-left-color: #0284c7b3; } @@ -97344,6 +133832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0284c7cc; } +.border-l-sky-600\\/85 { + border-left-color: #0284c7d9; +} + .border-l-sky-600\\/90 { border-left-color: #0284c7e6; } @@ -97368,6 +133860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0369a1; } +.border-l-sky-700\\/15 { + border-left-color: #0369a126; +} + .border-l-sky-700\\/20 { border-left-color: #0369a133; } @@ -97380,10 +133876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0369a14d; } +.border-l-sky-700\\/35 { + border-left-color: #0369a159; +} + .border-l-sky-700\\/40 { border-left-color: #0369a166; } +.border-l-sky-700\\/45 { + border-left-color: #0369a173; +} + .border-l-sky-700\\/5 { border-left-color: #0369a10d; } @@ -97392,10 +133896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0369a180; } +.border-l-sky-700\\/55 { + border-left-color: #0369a18c; +} + .border-l-sky-700\\/60 { border-left-color: #0369a199; } +.border-l-sky-700\\/65 { + border-left-color: #0369a1a6; +} + .border-l-sky-700\\/70 { border-left-color: #0369a1b3; } @@ -97408,6 +133920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0369a1cc; } +.border-l-sky-700\\/85 { + border-left-color: #0369a1d9; +} + .border-l-sky-700\\/90 { border-left-color: #0369a1e6; } @@ -97432,6 +133948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #075985; } +.border-l-sky-800\\/15 { + border-left-color: #07598526; +} + .border-l-sky-800\\/20 { border-left-color: #07598533; } @@ -97444,10 +133964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0759854d; } +.border-l-sky-800\\/35 { + border-left-color: #07598559; +} + .border-l-sky-800\\/40 { border-left-color: #07598566; } +.border-l-sky-800\\/45 { + border-left-color: #07598573; +} + .border-l-sky-800\\/5 { border-left-color: #0759850d; } @@ -97456,10 +133984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #07598580; } +.border-l-sky-800\\/55 { + border-left-color: #0759858c; +} + .border-l-sky-800\\/60 { border-left-color: #07598599; } +.border-l-sky-800\\/65 { + border-left-color: #075985a6; +} + .border-l-sky-800\\/70 { border-left-color: #075985b3; } @@ -97472,6 +134008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #075985cc; } +.border-l-sky-800\\/85 { + border-left-color: #075985d9; +} + .border-l-sky-800\\/90 { border-left-color: #075985e6; } @@ -97496,6 +134036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c4a6e; } +.border-l-sky-900\\/15 { + border-left-color: #0c4a6e26; +} + .border-l-sky-900\\/20 { border-left-color: #0c4a6e33; } @@ -97508,10 +134052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c4a6e4d; } +.border-l-sky-900\\/35 { + border-left-color: #0c4a6e59; +} + .border-l-sky-900\\/40 { border-left-color: #0c4a6e66; } +.border-l-sky-900\\/45 { + border-left-color: #0c4a6e73; +} + .border-l-sky-900\\/5 { border-left-color: #0c4a6e0d; } @@ -97520,10 +134072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c4a6e80; } +.border-l-sky-900\\/55 { + border-left-color: #0c4a6e8c; +} + .border-l-sky-900\\/60 { border-left-color: #0c4a6e99; } +.border-l-sky-900\\/65 { + border-left-color: #0c4a6ea6; +} + .border-l-sky-900\\/70 { border-left-color: #0c4a6eb3; } @@ -97536,6 +134096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c4a6ecc; } +.border-l-sky-900\\/85 { + border-left-color: #0c4a6ed9; +} + .border-l-sky-900\\/90 { border-left-color: #0c4a6ee6; } @@ -97560,6 +134124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #082f49; } +.border-l-sky-950\\/15 { + border-left-color: #082f4926; +} + .border-l-sky-950\\/20 { border-left-color: #082f4933; } @@ -97572,10 +134140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #082f494d; } +.border-l-sky-950\\/35 { + border-left-color: #082f4959; +} + .border-l-sky-950\\/40 { border-left-color: #082f4966; } +.border-l-sky-950\\/45 { + border-left-color: #082f4973; +} + .border-l-sky-950\\/5 { border-left-color: #082f490d; } @@ -97584,10 +134160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #082f4980; } +.border-l-sky-950\\/55 { + border-left-color: #082f498c; +} + .border-l-sky-950\\/60 { border-left-color: #082f4999; } +.border-l-sky-950\\/65 { + border-left-color: #082f49a6; +} + .border-l-sky-950\\/70 { border-left-color: #082f49b3; } @@ -97600,6 +134184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #082f49cc; } +.border-l-sky-950\\/85 { + border-left-color: #082f49d9; +} + .border-l-sky-950\\/90 { border-left-color: #082f49e6; } @@ -97624,6 +134212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f1f5f9; } +.border-l-slate-100\\/15 { + border-left-color: #f1f5f926; +} + .border-l-slate-100\\/20 { border-left-color: #f1f5f933; } @@ -97636,10 +134228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f1f5f94d; } +.border-l-slate-100\\/35 { + border-left-color: #f1f5f959; +} + .border-l-slate-100\\/40 { border-left-color: #f1f5f966; } +.border-l-slate-100\\/45 { + border-left-color: #f1f5f973; +} + .border-l-slate-100\\/5 { border-left-color: #f1f5f90d; } @@ -97648,10 +134248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f1f5f980; } +.border-l-slate-100\\/55 { + border-left-color: #f1f5f98c; +} + .border-l-slate-100\\/60 { border-left-color: #f1f5f999; } +.border-l-slate-100\\/65 { + border-left-color: #f1f5f9a6; +} + .border-l-slate-100\\/70 { border-left-color: #f1f5f9b3; } @@ -97664,6 +134272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f1f5f9cc; } +.border-l-slate-100\\/85 { + border-left-color: #f1f5f9d9; +} + .border-l-slate-100\\/90 { border-left-color: #f1f5f9e6; } @@ -97688,6 +134300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e2e8f0; } +.border-l-slate-200\\/15 { + border-left-color: #e2e8f026; +} + .border-l-slate-200\\/20 { border-left-color: #e2e8f033; } @@ -97700,10 +134316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e2e8f04d; } +.border-l-slate-200\\/35 { + border-left-color: #e2e8f059; +} + .border-l-slate-200\\/40 { border-left-color: #e2e8f066; } +.border-l-slate-200\\/45 { + border-left-color: #e2e8f073; +} + .border-l-slate-200\\/5 { border-left-color: #e2e8f00d; } @@ -97712,10 +134336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e2e8f080; } +.border-l-slate-200\\/55 { + border-left-color: #e2e8f08c; +} + .border-l-slate-200\\/60 { border-left-color: #e2e8f099; } +.border-l-slate-200\\/65 { + border-left-color: #e2e8f0a6; +} + .border-l-slate-200\\/70 { border-left-color: #e2e8f0b3; } @@ -97728,6 +134360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e2e8f0cc; } +.border-l-slate-200\\/85 { + border-left-color: #e2e8f0d9; +} + .border-l-slate-200\\/90 { border-left-color: #e2e8f0e6; } @@ -97752,6 +134388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cbd5e1; } +.border-l-slate-300\\/15 { + border-left-color: #cbd5e126; +} + .border-l-slate-300\\/20 { border-left-color: #cbd5e133; } @@ -97764,10 +134404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cbd5e14d; } +.border-l-slate-300\\/35 { + border-left-color: #cbd5e159; +} + .border-l-slate-300\\/40 { border-left-color: #cbd5e166; } +.border-l-slate-300\\/45 { + border-left-color: #cbd5e173; +} + .border-l-slate-300\\/5 { border-left-color: #cbd5e10d; } @@ -97776,10 +134424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cbd5e180; } +.border-l-slate-300\\/55 { + border-left-color: #cbd5e18c; +} + .border-l-slate-300\\/60 { border-left-color: #cbd5e199; } +.border-l-slate-300\\/65 { + border-left-color: #cbd5e1a6; +} + .border-l-slate-300\\/70 { border-left-color: #cbd5e1b3; } @@ -97792,6 +134448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #cbd5e1cc; } +.border-l-slate-300\\/85 { + border-left-color: #cbd5e1d9; +} + .border-l-slate-300\\/90 { border-left-color: #cbd5e1e6; } @@ -97816,6 +134476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #94a3b8; } +.border-l-slate-400\\/15 { + border-left-color: #94a3b826; +} + .border-l-slate-400\\/20 { border-left-color: #94a3b833; } @@ -97828,10 +134492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #94a3b84d; } +.border-l-slate-400\\/35 { + border-left-color: #94a3b859; +} + .border-l-slate-400\\/40 { border-left-color: #94a3b866; } +.border-l-slate-400\\/45 { + border-left-color: #94a3b873; +} + .border-l-slate-400\\/5 { border-left-color: #94a3b80d; } @@ -97840,10 +134512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #94a3b880; } +.border-l-slate-400\\/55 { + border-left-color: #94a3b88c; +} + .border-l-slate-400\\/60 { border-left-color: #94a3b899; } +.border-l-slate-400\\/65 { + border-left-color: #94a3b8a6; +} + .border-l-slate-400\\/70 { border-left-color: #94a3b8b3; } @@ -97856,6 +134536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #94a3b8cc; } +.border-l-slate-400\\/85 { + border-left-color: #94a3b8d9; +} + .border-l-slate-400\\/90 { border-left-color: #94a3b8e6; } @@ -97880,6 +134564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f8fafc; } +.border-l-slate-50\\/15 { + border-left-color: #f8fafc26; +} + .border-l-slate-50\\/20 { border-left-color: #f8fafc33; } @@ -97892,10 +134580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f8fafc4d; } +.border-l-slate-50\\/35 { + border-left-color: #f8fafc59; +} + .border-l-slate-50\\/40 { border-left-color: #f8fafc66; } +.border-l-slate-50\\/45 { + border-left-color: #f8fafc73; +} + .border-l-slate-50\\/5 { border-left-color: #f8fafc0d; } @@ -97904,10 +134600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f8fafc80; } +.border-l-slate-50\\/55 { + border-left-color: #f8fafc8c; +} + .border-l-slate-50\\/60 { border-left-color: #f8fafc99; } +.border-l-slate-50\\/65 { + border-left-color: #f8fafca6; +} + .border-l-slate-50\\/70 { border-left-color: #f8fafcb3; } @@ -97920,6 +134624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f8fafccc; } +.border-l-slate-50\\/85 { + border-left-color: #f8fafcd9; +} + .border-l-slate-50\\/90 { border-left-color: #f8fafce6; } @@ -97944,6 +134652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #64748b; } +.border-l-slate-500\\/15 { + border-left-color: #64748b26; +} + .border-l-slate-500\\/20 { border-left-color: #64748b33; } @@ -97956,10 +134668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #64748b4d; } +.border-l-slate-500\\/35 { + border-left-color: #64748b59; +} + .border-l-slate-500\\/40 { border-left-color: #64748b66; } +.border-l-slate-500\\/45 { + border-left-color: #64748b73; +} + .border-l-slate-500\\/5 { border-left-color: #64748b0d; } @@ -97968,10 +134688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #64748b80; } +.border-l-slate-500\\/55 { + border-left-color: #64748b8c; +} + .border-l-slate-500\\/60 { border-left-color: #64748b99; } +.border-l-slate-500\\/65 { + border-left-color: #64748ba6; +} + .border-l-slate-500\\/70 { border-left-color: #64748bb3; } @@ -97984,6 +134712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #64748bcc; } +.border-l-slate-500\\/85 { + border-left-color: #64748bd9; +} + .border-l-slate-500\\/90 { border-left-color: #64748be6; } @@ -98008,6 +134740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #475569; } +.border-l-slate-600\\/15 { + border-left-color: #47556926; +} + .border-l-slate-600\\/20 { border-left-color: #47556933; } @@ -98020,10 +134756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4755694d; } +.border-l-slate-600\\/35 { + border-left-color: #47556959; +} + .border-l-slate-600\\/40 { border-left-color: #47556966; } +.border-l-slate-600\\/45 { + border-left-color: #47556973; +} + .border-l-slate-600\\/5 { border-left-color: #4755690d; } @@ -98032,10 +134776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #47556980; } +.border-l-slate-600\\/55 { + border-left-color: #4755698c; +} + .border-l-slate-600\\/60 { border-left-color: #47556999; } +.border-l-slate-600\\/65 { + border-left-color: #475569a6; +} + .border-l-slate-600\\/70 { border-left-color: #475569b3; } @@ -98048,6 +134800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #475569cc; } +.border-l-slate-600\\/85 { + border-left-color: #475569d9; +} + .border-l-slate-600\\/90 { border-left-color: #475569e6; } @@ -98072,6 +134828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #334155; } +.border-l-slate-700\\/15 { + border-left-color: #33415526; +} + .border-l-slate-700\\/20 { border-left-color: #33415533; } @@ -98084,10 +134844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3341554d; } +.border-l-slate-700\\/35 { + border-left-color: #33415559; +} + .border-l-slate-700\\/40 { border-left-color: #33415566; } +.border-l-slate-700\\/45 { + border-left-color: #33415573; +} + .border-l-slate-700\\/5 { border-left-color: #3341550d; } @@ -98096,10 +134864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #33415580; } +.border-l-slate-700\\/55 { + border-left-color: #3341558c; +} + .border-l-slate-700\\/60 { border-left-color: #33415599; } +.border-l-slate-700\\/65 { + border-left-color: #334155a6; +} + .border-l-slate-700\\/70 { border-left-color: #334155b3; } @@ -98112,6 +134888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #334155cc; } +.border-l-slate-700\\/85 { + border-left-color: #334155d9; +} + .border-l-slate-700\\/90 { border-left-color: #334155e6; } @@ -98136,6 +134916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e293b; } +.border-l-slate-800\\/15 { + border-left-color: #1e293b26; +} + .border-l-slate-800\\/20 { border-left-color: #1e293b33; } @@ -98148,10 +134932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e293b4d; } +.border-l-slate-800\\/35 { + border-left-color: #1e293b59; +} + .border-l-slate-800\\/40 { border-left-color: #1e293b66; } +.border-l-slate-800\\/45 { + border-left-color: #1e293b73; +} + .border-l-slate-800\\/5 { border-left-color: #1e293b0d; } @@ -98160,10 +134952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e293b80; } +.border-l-slate-800\\/55 { + border-left-color: #1e293b8c; +} + .border-l-slate-800\\/60 { border-left-color: #1e293b99; } +.border-l-slate-800\\/65 { + border-left-color: #1e293ba6; +} + .border-l-slate-800\\/70 { border-left-color: #1e293bb3; } @@ -98176,6 +134976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1e293bcc; } +.border-l-slate-800\\/85 { + border-left-color: #1e293bd9; +} + .border-l-slate-800\\/90 { border-left-color: #1e293be6; } @@ -98200,6 +135004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f172a; } +.border-l-slate-900\\/15 { + border-left-color: #0f172a26; +} + .border-l-slate-900\\/20 { border-left-color: #0f172a33; } @@ -98212,10 +135020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f172a4d; } +.border-l-slate-900\\/35 { + border-left-color: #0f172a59; +} + .border-l-slate-900\\/40 { border-left-color: #0f172a66; } +.border-l-slate-900\\/45 { + border-left-color: #0f172a73; +} + .border-l-slate-900\\/5 { border-left-color: #0f172a0d; } @@ -98224,10 +135040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f172a80; } +.border-l-slate-900\\/55 { + border-left-color: #0f172a8c; +} + .border-l-slate-900\\/60 { border-left-color: #0f172a99; } +.border-l-slate-900\\/65 { + border-left-color: #0f172aa6; +} + .border-l-slate-900\\/70 { border-left-color: #0f172ab3; } @@ -98240,6 +135064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f172acc; } +.border-l-slate-900\\/85 { + border-left-color: #0f172ad9; +} + .border-l-slate-900\\/90 { border-left-color: #0f172ae6; } @@ -98264,6 +135092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #020617; } +.border-l-slate-950\\/15 { + border-left-color: #02061726; +} + .border-l-slate-950\\/20 { border-left-color: #02061733; } @@ -98276,10 +135108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0206174d; } +.border-l-slate-950\\/35 { + border-left-color: #02061759; +} + .border-l-slate-950\\/40 { border-left-color: #02061766; } +.border-l-slate-950\\/45 { + border-left-color: #02061773; +} + .border-l-slate-950\\/5 { border-left-color: #0206170d; } @@ -98288,10 +135128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #02061780; } +.border-l-slate-950\\/55 { + border-left-color: #0206178c; +} + .border-l-slate-950\\/60 { border-left-color: #02061799; } +.border-l-slate-950\\/65 { + border-left-color: #020617a6; +} + .border-l-slate-950\\/70 { border-left-color: #020617b3; } @@ -98304,6 +135152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #020617cc; } +.border-l-slate-950\\/85 { + border-left-color: #020617d9; +} + .border-l-slate-950\\/90 { border-left-color: #020617e6; } @@ -98328,6 +135180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f4; } +.border-l-stone-100\\/15 { + border-left-color: #f5f5f426; +} + .border-l-stone-100\\/20 { border-left-color: #f5f5f433; } @@ -98340,10 +135196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f44d; } +.border-l-stone-100\\/35 { + border-left-color: #f5f5f459; +} + .border-l-stone-100\\/40 { border-left-color: #f5f5f466; } +.border-l-stone-100\\/45 { + border-left-color: #f5f5f473; +} + .border-l-stone-100\\/5 { border-left-color: #f5f5f40d; } @@ -98352,10 +135216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f480; } +.border-l-stone-100\\/55 { + border-left-color: #f5f5f48c; +} + .border-l-stone-100\\/60 { border-left-color: #f5f5f499; } +.border-l-stone-100\\/65 { + border-left-color: #f5f5f4a6; +} + .border-l-stone-100\\/70 { border-left-color: #f5f5f4b3; } @@ -98368,6 +135240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f5f4cc; } +.border-l-stone-100\\/85 { + border-left-color: #f5f5f4d9; +} + .border-l-stone-100\\/90 { border-left-color: #f5f5f4e6; } @@ -98392,6 +135268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e7e5e4; } +.border-l-stone-200\\/15 { + border-left-color: #e7e5e426; +} + .border-l-stone-200\\/20 { border-left-color: #e7e5e433; } @@ -98404,10 +135284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e7e5e44d; } +.border-l-stone-200\\/35 { + border-left-color: #e7e5e459; +} + .border-l-stone-200\\/40 { border-left-color: #e7e5e466; } +.border-l-stone-200\\/45 { + border-left-color: #e7e5e473; +} + .border-l-stone-200\\/5 { border-left-color: #e7e5e40d; } @@ -98416,10 +135304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e7e5e480; } +.border-l-stone-200\\/55 { + border-left-color: #e7e5e48c; +} + .border-l-stone-200\\/60 { border-left-color: #e7e5e499; } +.border-l-stone-200\\/65 { + border-left-color: #e7e5e4a6; +} + .border-l-stone-200\\/70 { border-left-color: #e7e5e4b3; } @@ -98432,6 +135328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e7e5e4cc; } +.border-l-stone-200\\/85 { + border-left-color: #e7e5e4d9; +} + .border-l-stone-200\\/90 { border-left-color: #e7e5e4e6; } @@ -98456,6 +135356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d6d3d1; } +.border-l-stone-300\\/15 { + border-left-color: #d6d3d126; +} + .border-l-stone-300\\/20 { border-left-color: #d6d3d133; } @@ -98468,10 +135372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d6d3d14d; } +.border-l-stone-300\\/35 { + border-left-color: #d6d3d159; +} + .border-l-stone-300\\/40 { border-left-color: #d6d3d166; } +.border-l-stone-300\\/45 { + border-left-color: #d6d3d173; +} + .border-l-stone-300\\/5 { border-left-color: #d6d3d10d; } @@ -98480,10 +135392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d6d3d180; } +.border-l-stone-300\\/55 { + border-left-color: #d6d3d18c; +} + .border-l-stone-300\\/60 { border-left-color: #d6d3d199; } +.border-l-stone-300\\/65 { + border-left-color: #d6d3d1a6; +} + .border-l-stone-300\\/70 { border-left-color: #d6d3d1b3; } @@ -98496,6 +135416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d6d3d1cc; } +.border-l-stone-300\\/85 { + border-left-color: #d6d3d1d9; +} + .border-l-stone-300\\/90 { border-left-color: #d6d3d1e6; } @@ -98520,6 +135444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a8a29e; } +.border-l-stone-400\\/15 { + border-left-color: #a8a29e26; +} + .border-l-stone-400\\/20 { border-left-color: #a8a29e33; } @@ -98532,10 +135460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a8a29e4d; } +.border-l-stone-400\\/35 { + border-left-color: #a8a29e59; +} + .border-l-stone-400\\/40 { border-left-color: #a8a29e66; } +.border-l-stone-400\\/45 { + border-left-color: #a8a29e73; +} + .border-l-stone-400\\/5 { border-left-color: #a8a29e0d; } @@ -98544,10 +135480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a8a29e80; } +.border-l-stone-400\\/55 { + border-left-color: #a8a29e8c; +} + .border-l-stone-400\\/60 { border-left-color: #a8a29e99; } +.border-l-stone-400\\/65 { + border-left-color: #a8a29ea6; +} + .border-l-stone-400\\/70 { border-left-color: #a8a29eb3; } @@ -98560,6 +135504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a8a29ecc; } +.border-l-stone-400\\/85 { + border-left-color: #a8a29ed9; +} + .border-l-stone-400\\/90 { border-left-color: #a8a29ee6; } @@ -98584,6 +135532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafaf9; } +.border-l-stone-50\\/15 { + border-left-color: #fafaf926; +} + .border-l-stone-50\\/20 { border-left-color: #fafaf933; } @@ -98596,10 +135548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafaf94d; } +.border-l-stone-50\\/35 { + border-left-color: #fafaf959; +} + .border-l-stone-50\\/40 { border-left-color: #fafaf966; } +.border-l-stone-50\\/45 { + border-left-color: #fafaf973; +} + .border-l-stone-50\\/5 { border-left-color: #fafaf90d; } @@ -98608,10 +135568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafaf980; } +.border-l-stone-50\\/55 { + border-left-color: #fafaf98c; +} + .border-l-stone-50\\/60 { border-left-color: #fafaf999; } +.border-l-stone-50\\/65 { + border-left-color: #fafaf9a6; +} + .border-l-stone-50\\/70 { border-left-color: #fafaf9b3; } @@ -98624,6 +135592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafaf9cc; } +.border-l-stone-50\\/85 { + border-left-color: #fafaf9d9; +} + .border-l-stone-50\\/90 { border-left-color: #fafaf9e6; } @@ -98648,6 +135620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78716c; } +.border-l-stone-500\\/15 { + border-left-color: #78716c26; +} + .border-l-stone-500\\/20 { border-left-color: #78716c33; } @@ -98660,10 +135636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78716c4d; } +.border-l-stone-500\\/35 { + border-left-color: #78716c59; +} + .border-l-stone-500\\/40 { border-left-color: #78716c66; } +.border-l-stone-500\\/45 { + border-left-color: #78716c73; +} + .border-l-stone-500\\/5 { border-left-color: #78716c0d; } @@ -98672,10 +135656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78716c80; } +.border-l-stone-500\\/55 { + border-left-color: #78716c8c; +} + .border-l-stone-500\\/60 { border-left-color: #78716c99; } +.border-l-stone-500\\/65 { + border-left-color: #78716ca6; +} + .border-l-stone-500\\/70 { border-left-color: #78716cb3; } @@ -98688,6 +135680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #78716ccc; } +.border-l-stone-500\\/85 { + border-left-color: #78716cd9; +} + .border-l-stone-500\\/90 { border-left-color: #78716ce6; } @@ -98712,6 +135708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #57534e; } +.border-l-stone-600\\/15 { + border-left-color: #57534e26; +} + .border-l-stone-600\\/20 { border-left-color: #57534e33; } @@ -98724,10 +135724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #57534e4d; } +.border-l-stone-600\\/35 { + border-left-color: #57534e59; +} + .border-l-stone-600\\/40 { border-left-color: #57534e66; } +.border-l-stone-600\\/45 { + border-left-color: #57534e73; +} + .border-l-stone-600\\/5 { border-left-color: #57534e0d; } @@ -98736,10 +135744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #57534e80; } +.border-l-stone-600\\/55 { + border-left-color: #57534e8c; +} + .border-l-stone-600\\/60 { border-left-color: #57534e99; } +.border-l-stone-600\\/65 { + border-left-color: #57534ea6; +} + .border-l-stone-600\\/70 { border-left-color: #57534eb3; } @@ -98752,6 +135768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #57534ecc; } +.border-l-stone-600\\/85 { + border-left-color: #57534ed9; +} + .border-l-stone-600\\/90 { border-left-color: #57534ee6; } @@ -98776,6 +135796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #44403c; } +.border-l-stone-700\\/15 { + border-left-color: #44403c26; +} + .border-l-stone-700\\/20 { border-left-color: #44403c33; } @@ -98788,10 +135812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #44403c4d; } +.border-l-stone-700\\/35 { + border-left-color: #44403c59; +} + .border-l-stone-700\\/40 { border-left-color: #44403c66; } +.border-l-stone-700\\/45 { + border-left-color: #44403c73; +} + .border-l-stone-700\\/5 { border-left-color: #44403c0d; } @@ -98800,10 +135832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #44403c80; } +.border-l-stone-700\\/55 { + border-left-color: #44403c8c; +} + .border-l-stone-700\\/60 { border-left-color: #44403c99; } +.border-l-stone-700\\/65 { + border-left-color: #44403ca6; +} + .border-l-stone-700\\/70 { border-left-color: #44403cb3; } @@ -98816,6 +135856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #44403ccc; } +.border-l-stone-700\\/85 { + border-left-color: #44403cd9; +} + .border-l-stone-700\\/90 { border-left-color: #44403ce6; } @@ -98840,6 +135884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #292524; } +.border-l-stone-800\\/15 { + border-left-color: #29252426; +} + .border-l-stone-800\\/20 { border-left-color: #29252433; } @@ -98852,10 +135900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2925244d; } +.border-l-stone-800\\/35 { + border-left-color: #29252459; +} + .border-l-stone-800\\/40 { border-left-color: #29252466; } +.border-l-stone-800\\/45 { + border-left-color: #29252473; +} + .border-l-stone-800\\/5 { border-left-color: #2925240d; } @@ -98864,10 +135920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #29252480; } +.border-l-stone-800\\/55 { + border-left-color: #2925248c; +} + .border-l-stone-800\\/60 { border-left-color: #29252499; } +.border-l-stone-800\\/65 { + border-left-color: #292524a6; +} + .border-l-stone-800\\/70 { border-left-color: #292524b3; } @@ -98880,6 +135944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #292524cc; } +.border-l-stone-800\\/85 { + border-left-color: #292524d9; +} + .border-l-stone-800\\/90 { border-left-color: #292524e6; } @@ -98904,6 +135972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1c1917; } +.border-l-stone-900\\/15 { + border-left-color: #1c191726; +} + .border-l-stone-900\\/20 { border-left-color: #1c191733; } @@ -98916,10 +135988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1c19174d; } +.border-l-stone-900\\/35 { + border-left-color: #1c191759; +} + .border-l-stone-900\\/40 { border-left-color: #1c191766; } +.border-l-stone-900\\/45 { + border-left-color: #1c191773; +} + .border-l-stone-900\\/5 { border-left-color: #1c19170d; } @@ -98928,10 +136008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1c191780; } +.border-l-stone-900\\/55 { + border-left-color: #1c19178c; +} + .border-l-stone-900\\/60 { border-left-color: #1c191799; } +.border-l-stone-900\\/65 { + border-left-color: #1c1917a6; +} + .border-l-stone-900\\/70 { border-left-color: #1c1917b3; } @@ -98944,6 +136032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #1c1917cc; } +.border-l-stone-900\\/85 { + border-left-color: #1c1917d9; +} + .border-l-stone-900\\/90 { border-left-color: #1c1917e6; } @@ -98968,6 +136060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c0a09; } +.border-l-stone-950\\/15 { + border-left-color: #0c0a0926; +} + .border-l-stone-950\\/20 { border-left-color: #0c0a0933; } @@ -98980,10 +136076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c0a094d; } +.border-l-stone-950\\/35 { + border-left-color: #0c0a0959; +} + .border-l-stone-950\\/40 { border-left-color: #0c0a0966; } +.border-l-stone-950\\/45 { + border-left-color: #0c0a0973; +} + .border-l-stone-950\\/5 { border-left-color: #0c0a090d; } @@ -98992,10 +136096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c0a0980; } +.border-l-stone-950\\/55 { + border-left-color: #0c0a098c; +} + .border-l-stone-950\\/60 { border-left-color: #0c0a0999; } +.border-l-stone-950\\/65 { + border-left-color: #0c0a09a6; +} + .border-l-stone-950\\/70 { border-left-color: #0c0a09b3; } @@ -99008,6 +136120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0c0a09cc; } +.border-l-stone-950\\/85 { + border-left-color: #0c0a09d9; +} + .border-l-stone-950\\/90 { border-left-color: #0c0a09e6; } @@ -99032,6 +136148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ccfbf1; } +.border-l-teal-100\\/15 { + border-left-color: #ccfbf126; +} + .border-l-teal-100\\/20 { border-left-color: #ccfbf133; } @@ -99044,10 +136164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ccfbf14d; } +.border-l-teal-100\\/35 { + border-left-color: #ccfbf159; +} + .border-l-teal-100\\/40 { border-left-color: #ccfbf166; } +.border-l-teal-100\\/45 { + border-left-color: #ccfbf173; +} + .border-l-teal-100\\/5 { border-left-color: #ccfbf10d; } @@ -99056,10 +136184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ccfbf180; } +.border-l-teal-100\\/55 { + border-left-color: #ccfbf18c; +} + .border-l-teal-100\\/60 { border-left-color: #ccfbf199; } +.border-l-teal-100\\/65 { + border-left-color: #ccfbf1a6; +} + .border-l-teal-100\\/70 { border-left-color: #ccfbf1b3; } @@ -99072,6 +136208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ccfbf1cc; } +.border-l-teal-100\\/85 { + border-left-color: #ccfbf1d9; +} + .border-l-teal-100\\/90 { border-left-color: #ccfbf1e6; } @@ -99096,6 +136236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #99f6e4; } +.border-l-teal-200\\/15 { + border-left-color: #99f6e426; +} + .border-l-teal-200\\/20 { border-left-color: #99f6e433; } @@ -99108,10 +136252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #99f6e44d; } +.border-l-teal-200\\/35 { + border-left-color: #99f6e459; +} + .border-l-teal-200\\/40 { border-left-color: #99f6e466; } +.border-l-teal-200\\/45 { + border-left-color: #99f6e473; +} + .border-l-teal-200\\/5 { border-left-color: #99f6e40d; } @@ -99120,10 +136272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #99f6e480; } +.border-l-teal-200\\/55 { + border-left-color: #99f6e48c; +} + .border-l-teal-200\\/60 { border-left-color: #99f6e499; } +.border-l-teal-200\\/65 { + border-left-color: #99f6e4a6; +} + .border-l-teal-200\\/70 { border-left-color: #99f6e4b3; } @@ -99136,6 +136296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #99f6e4cc; } +.border-l-teal-200\\/85 { + border-left-color: #99f6e4d9; +} + .border-l-teal-200\\/90 { border-left-color: #99f6e4e6; } @@ -99160,6 +136324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5eead4; } +.border-l-teal-300\\/15 { + border-left-color: #5eead426; +} + .border-l-teal-300\\/20 { border-left-color: #5eead433; } @@ -99172,10 +136340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5eead44d; } +.border-l-teal-300\\/35 { + border-left-color: #5eead459; +} + .border-l-teal-300\\/40 { border-left-color: #5eead466; } +.border-l-teal-300\\/45 { + border-left-color: #5eead473; +} + .border-l-teal-300\\/5 { border-left-color: #5eead40d; } @@ -99184,10 +136360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5eead480; } +.border-l-teal-300\\/55 { + border-left-color: #5eead48c; +} + .border-l-teal-300\\/60 { border-left-color: #5eead499; } +.border-l-teal-300\\/65 { + border-left-color: #5eead4a6; +} + .border-l-teal-300\\/70 { border-left-color: #5eead4b3; } @@ -99200,6 +136384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5eead4cc; } +.border-l-teal-300\\/85 { + border-left-color: #5eead4d9; +} + .border-l-teal-300\\/90 { border-left-color: #5eead4e6; } @@ -99224,6 +136412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2dd4bf; } +.border-l-teal-400\\/15 { + border-left-color: #2dd4bf26; +} + .border-l-teal-400\\/20 { border-left-color: #2dd4bf33; } @@ -99236,10 +136428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2dd4bf4d; } +.border-l-teal-400\\/35 { + border-left-color: #2dd4bf59; +} + .border-l-teal-400\\/40 { border-left-color: #2dd4bf66; } +.border-l-teal-400\\/45 { + border-left-color: #2dd4bf73; +} + .border-l-teal-400\\/5 { border-left-color: #2dd4bf0d; } @@ -99248,10 +136448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2dd4bf80; } +.border-l-teal-400\\/55 { + border-left-color: #2dd4bf8c; +} + .border-l-teal-400\\/60 { border-left-color: #2dd4bf99; } +.border-l-teal-400\\/65 { + border-left-color: #2dd4bfa6; +} + .border-l-teal-400\\/70 { border-left-color: #2dd4bfb3; } @@ -99264,6 +136472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2dd4bfcc; } +.border-l-teal-400\\/85 { + border-left-color: #2dd4bfd9; +} + .border-l-teal-400\\/90 { border-left-color: #2dd4bfe6; } @@ -99288,6 +136500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdfa; } +.border-l-teal-50\\/15 { + border-left-color: #f0fdfa26; +} + .border-l-teal-50\\/20 { border-left-color: #f0fdfa33; } @@ -99300,10 +136516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdfa4d; } +.border-l-teal-50\\/35 { + border-left-color: #f0fdfa59; +} + .border-l-teal-50\\/40 { border-left-color: #f0fdfa66; } +.border-l-teal-50\\/45 { + border-left-color: #f0fdfa73; +} + .border-l-teal-50\\/5 { border-left-color: #f0fdfa0d; } @@ -99312,10 +136536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdfa80; } +.border-l-teal-50\\/55 { + border-left-color: #f0fdfa8c; +} + .border-l-teal-50\\/60 { border-left-color: #f0fdfa99; } +.border-l-teal-50\\/65 { + border-left-color: #f0fdfaa6; +} + .border-l-teal-50\\/70 { border-left-color: #f0fdfab3; } @@ -99328,6 +136560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f0fdfacc; } +.border-l-teal-50\\/85 { + border-left-color: #f0fdfad9; +} + .border-l-teal-50\\/90 { border-left-color: #f0fdfae6; } @@ -99352,6 +136588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14b8a6; } +.border-l-teal-500\\/15 { + border-left-color: #14b8a626; +} + .border-l-teal-500\\/20 { border-left-color: #14b8a633; } @@ -99364,10 +136604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14b8a64d; } +.border-l-teal-500\\/35 { + border-left-color: #14b8a659; +} + .border-l-teal-500\\/40 { border-left-color: #14b8a666; } +.border-l-teal-500\\/45 { + border-left-color: #14b8a673; +} + .border-l-teal-500\\/5 { border-left-color: #14b8a60d; } @@ -99376,10 +136624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14b8a680; } +.border-l-teal-500\\/55 { + border-left-color: #14b8a68c; +} + .border-l-teal-500\\/60 { border-left-color: #14b8a699; } +.border-l-teal-500\\/65 { + border-left-color: #14b8a6a6; +} + .border-l-teal-500\\/70 { border-left-color: #14b8a6b3; } @@ -99392,6 +136648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #14b8a6cc; } +.border-l-teal-500\\/85 { + border-left-color: #14b8a6d9; +} + .border-l-teal-500\\/90 { border-left-color: #14b8a6e6; } @@ -99416,6 +136676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0d9488; } +.border-l-teal-600\\/15 { + border-left-color: #0d948826; +} + .border-l-teal-600\\/20 { border-left-color: #0d948833; } @@ -99428,10 +136692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0d94884d; } +.border-l-teal-600\\/35 { + border-left-color: #0d948859; +} + .border-l-teal-600\\/40 { border-left-color: #0d948866; } +.border-l-teal-600\\/45 { + border-left-color: #0d948873; +} + .border-l-teal-600\\/5 { border-left-color: #0d94880d; } @@ -99440,10 +136712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0d948880; } +.border-l-teal-600\\/55 { + border-left-color: #0d94888c; +} + .border-l-teal-600\\/60 { border-left-color: #0d948899; } +.border-l-teal-600\\/65 { + border-left-color: #0d9488a6; +} + .border-l-teal-600\\/70 { border-left-color: #0d9488b3; } @@ -99456,6 +136736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0d9488cc; } +.border-l-teal-600\\/85 { + border-left-color: #0d9488d9; +} + .border-l-teal-600\\/90 { border-left-color: #0d9488e6; } @@ -99480,6 +136764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f766e; } +.border-l-teal-700\\/15 { + border-left-color: #0f766e26; +} + .border-l-teal-700\\/20 { border-left-color: #0f766e33; } @@ -99492,10 +136780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f766e4d; } +.border-l-teal-700\\/35 { + border-left-color: #0f766e59; +} + .border-l-teal-700\\/40 { border-left-color: #0f766e66; } +.border-l-teal-700\\/45 { + border-left-color: #0f766e73; +} + .border-l-teal-700\\/5 { border-left-color: #0f766e0d; } @@ -99504,10 +136800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f766e80; } +.border-l-teal-700\\/55 { + border-left-color: #0f766e8c; +} + .border-l-teal-700\\/60 { border-left-color: #0f766e99; } +.border-l-teal-700\\/65 { + border-left-color: #0f766ea6; +} + .border-l-teal-700\\/70 { border-left-color: #0f766eb3; } @@ -99520,6 +136824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0f766ecc; } +.border-l-teal-700\\/85 { + border-left-color: #0f766ed9; +} + .border-l-teal-700\\/90 { border-left-color: #0f766ee6; } @@ -99544,6 +136852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #115e59; } +.border-l-teal-800\\/15 { + border-left-color: #115e5926; +} + .border-l-teal-800\\/20 { border-left-color: #115e5933; } @@ -99556,10 +136868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #115e594d; } +.border-l-teal-800\\/35 { + border-left-color: #115e5959; +} + .border-l-teal-800\\/40 { border-left-color: #115e5966; } +.border-l-teal-800\\/45 { + border-left-color: #115e5973; +} + .border-l-teal-800\\/5 { border-left-color: #115e590d; } @@ -99568,10 +136888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #115e5980; } +.border-l-teal-800\\/55 { + border-left-color: #115e598c; +} + .border-l-teal-800\\/60 { border-left-color: #115e5999; } +.border-l-teal-800\\/65 { + border-left-color: #115e59a6; +} + .border-l-teal-800\\/70 { border-left-color: #115e59b3; } @@ -99584,6 +136912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #115e59cc; } +.border-l-teal-800\\/85 { + border-left-color: #115e59d9; +} + .border-l-teal-800\\/90 { border-left-color: #115e59e6; } @@ -99608,6 +136940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #134e4a; } +.border-l-teal-900\\/15 { + border-left-color: #134e4a26; +} + .border-l-teal-900\\/20 { border-left-color: #134e4a33; } @@ -99620,10 +136956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #134e4a4d; } +.border-l-teal-900\\/35 { + border-left-color: #134e4a59; +} + .border-l-teal-900\\/40 { border-left-color: #134e4a66; } +.border-l-teal-900\\/45 { + border-left-color: #134e4a73; +} + .border-l-teal-900\\/5 { border-left-color: #134e4a0d; } @@ -99632,10 +136976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #134e4a80; } +.border-l-teal-900\\/55 { + border-left-color: #134e4a8c; +} + .border-l-teal-900\\/60 { border-left-color: #134e4a99; } +.border-l-teal-900\\/65 { + border-left-color: #134e4aa6; +} + .border-l-teal-900\\/70 { border-left-color: #134e4ab3; } @@ -99648,6 +137000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #134e4acc; } +.border-l-teal-900\\/85 { + border-left-color: #134e4ad9; +} + .border-l-teal-900\\/90 { border-left-color: #134e4ae6; } @@ -99672,6 +137028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #042f2e; } +.border-l-teal-950\\/15 { + border-left-color: #042f2e26; +} + .border-l-teal-950\\/20 { border-left-color: #042f2e33; } @@ -99684,10 +137044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #042f2e4d; } +.border-l-teal-950\\/35 { + border-left-color: #042f2e59; +} + .border-l-teal-950\\/40 { border-left-color: #042f2e66; } +.border-l-teal-950\\/45 { + border-left-color: #042f2e73; +} + .border-l-teal-950\\/5 { border-left-color: #042f2e0d; } @@ -99696,10 +137064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #042f2e80; } +.border-l-teal-950\\/55 { + border-left-color: #042f2e8c; +} + .border-l-teal-950\\/60 { border-left-color: #042f2e99; } +.border-l-teal-950\\/65 { + border-left-color: #042f2ea6; +} + .border-l-teal-950\\/70 { border-left-color: #042f2eb3; } @@ -99712,6 +137088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #042f2ecc; } +.border-l-teal-950\\/85 { + border-left-color: #042f2ed9; +} + .border-l-teal-950\\/90 { border-left-color: #042f2ee6; } @@ -99732,6 +137112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #000; } +.border-l-transparent\\/15 { + border-left-color: #00000026; +} + .border-l-transparent\\/20 { border-left-color: #0003; } @@ -99744,10 +137128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #0000004d; } +.border-l-transparent\\/35 { + border-left-color: #00000059; +} + .border-l-transparent\\/40 { border-left-color: #0006; } +.border-l-transparent\\/45 { + border-left-color: #00000073; +} + .border-l-transparent\\/5 { border-left-color: #0000000d; } @@ -99756,10 +137148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #00000080; } +.border-l-transparent\\/55 { + border-left-color: #0000008c; +} + .border-l-transparent\\/60 { border-left-color: #0009; } +.border-l-transparent\\/65 { + border-left-color: #000000a6; +} + .border-l-transparent\\/70 { border-left-color: #000000b3; } @@ -99772,6 +137172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #000c; } +.border-l-transparent\\/85 { + border-left-color: #000000d9; +} + .border-l-transparent\\/90 { border-left-color: #000000e6; } @@ -99796,6 +137200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ede9fe; } +.border-l-violet-100\\/15 { + border-left-color: #ede9fe26; +} + .border-l-violet-100\\/20 { border-left-color: #ede9fe33; } @@ -99808,10 +137216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ede9fe4d; } +.border-l-violet-100\\/35 { + border-left-color: #ede9fe59; +} + .border-l-violet-100\\/40 { border-left-color: #ede9fe66; } +.border-l-violet-100\\/45 { + border-left-color: #ede9fe73; +} + .border-l-violet-100\\/5 { border-left-color: #ede9fe0d; } @@ -99820,10 +137236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ede9fe80; } +.border-l-violet-100\\/55 { + border-left-color: #ede9fe8c; +} + .border-l-violet-100\\/60 { border-left-color: #ede9fe99; } +.border-l-violet-100\\/65 { + border-left-color: #ede9fea6; +} + .border-l-violet-100\\/70 { border-left-color: #ede9feb3; } @@ -99836,6 +137260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ede9fecc; } +.border-l-violet-100\\/85 { + border-left-color: #ede9fed9; +} + .border-l-violet-100\\/90 { border-left-color: #ede9fee6; } @@ -99860,6 +137288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ddd6fe; } +.border-l-violet-200\\/15 { + border-left-color: #ddd6fe26; +} + .border-l-violet-200\\/20 { border-left-color: #ddd6fe33; } @@ -99872,10 +137304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ddd6fe4d; } +.border-l-violet-200\\/35 { + border-left-color: #ddd6fe59; +} + .border-l-violet-200\\/40 { border-left-color: #ddd6fe66; } +.border-l-violet-200\\/45 { + border-left-color: #ddd6fe73; +} + .border-l-violet-200\\/5 { border-left-color: #ddd6fe0d; } @@ -99884,10 +137324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ddd6fe80; } +.border-l-violet-200\\/55 { + border-left-color: #ddd6fe8c; +} + .border-l-violet-200\\/60 { border-left-color: #ddd6fe99; } +.border-l-violet-200\\/65 { + border-left-color: #ddd6fea6; +} + .border-l-violet-200\\/70 { border-left-color: #ddd6feb3; } @@ -99900,6 +137348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ddd6fecc; } +.border-l-violet-200\\/85 { + border-left-color: #ddd6fed9; +} + .border-l-violet-200\\/90 { border-left-color: #ddd6fee6; } @@ -99924,6 +137376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c4b5fd; } +.border-l-violet-300\\/15 { + border-left-color: #c4b5fd26; +} + .border-l-violet-300\\/20 { border-left-color: #c4b5fd33; } @@ -99936,10 +137392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c4b5fd4d; } +.border-l-violet-300\\/35 { + border-left-color: #c4b5fd59; +} + .border-l-violet-300\\/40 { border-left-color: #c4b5fd66; } +.border-l-violet-300\\/45 { + border-left-color: #c4b5fd73; +} + .border-l-violet-300\\/5 { border-left-color: #c4b5fd0d; } @@ -99948,10 +137412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c4b5fd80; } +.border-l-violet-300\\/55 { + border-left-color: #c4b5fd8c; +} + .border-l-violet-300\\/60 { border-left-color: #c4b5fd99; } +.border-l-violet-300\\/65 { + border-left-color: #c4b5fda6; +} + .border-l-violet-300\\/70 { border-left-color: #c4b5fdb3; } @@ -99964,6 +137436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #c4b5fdcc; } +.border-l-violet-300\\/85 { + border-left-color: #c4b5fdd9; +} + .border-l-violet-300\\/90 { border-left-color: #c4b5fde6; } @@ -99988,6 +137464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a78bfa; } +.border-l-violet-400\\/15 { + border-left-color: #a78bfa26; +} + .border-l-violet-400\\/20 { border-left-color: #a78bfa33; } @@ -100000,10 +137480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a78bfa4d; } +.border-l-violet-400\\/35 { + border-left-color: #a78bfa59; +} + .border-l-violet-400\\/40 { border-left-color: #a78bfa66; } +.border-l-violet-400\\/45 { + border-left-color: #a78bfa73; +} + .border-l-violet-400\\/5 { border-left-color: #a78bfa0d; } @@ -100012,10 +137500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a78bfa80; } +.border-l-violet-400\\/55 { + border-left-color: #a78bfa8c; +} + .border-l-violet-400\\/60 { border-left-color: #a78bfa99; } +.border-l-violet-400\\/65 { + border-left-color: #a78bfaa6; +} + .border-l-violet-400\\/70 { border-left-color: #a78bfab3; } @@ -100028,6 +137524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a78bfacc; } +.border-l-violet-400\\/85 { + border-left-color: #a78bfad9; +} + .border-l-violet-400\\/90 { border-left-color: #a78bfae6; } @@ -100052,6 +137552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f3ff; } +.border-l-violet-50\\/15 { + border-left-color: #f5f3ff26; +} + .border-l-violet-50\\/20 { border-left-color: #f5f3ff33; } @@ -100064,10 +137568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f3ff4d; } +.border-l-violet-50\\/35 { + border-left-color: #f5f3ff59; +} + .border-l-violet-50\\/40 { border-left-color: #f5f3ff66; } +.border-l-violet-50\\/45 { + border-left-color: #f5f3ff73; +} + .border-l-violet-50\\/5 { border-left-color: #f5f3ff0d; } @@ -100076,10 +137588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f3ff80; } +.border-l-violet-50\\/55 { + border-left-color: #f5f3ff8c; +} + .border-l-violet-50\\/60 { border-left-color: #f5f3ff99; } +.border-l-violet-50\\/65 { + border-left-color: #f5f3ffa6; +} + .border-l-violet-50\\/70 { border-left-color: #f5f3ffb3; } @@ -100092,6 +137612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f5f3ffcc; } +.border-l-violet-50\\/85 { + border-left-color: #f5f3ffd9; +} + .border-l-violet-50\\/90 { border-left-color: #f5f3ffe6; } @@ -100116,6 +137640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #8b5cf6; } +.border-l-violet-500\\/15 { + border-left-color: #8b5cf626; +} + .border-l-violet-500\\/20 { border-left-color: #8b5cf633; } @@ -100128,10 +137656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #8b5cf64d; } +.border-l-violet-500\\/35 { + border-left-color: #8b5cf659; +} + .border-l-violet-500\\/40 { border-left-color: #8b5cf666; } +.border-l-violet-500\\/45 { + border-left-color: #8b5cf673; +} + .border-l-violet-500\\/5 { border-left-color: #8b5cf60d; } @@ -100140,10 +137676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #8b5cf680; } +.border-l-violet-500\\/55 { + border-left-color: #8b5cf68c; +} + .border-l-violet-500\\/60 { border-left-color: #8b5cf699; } +.border-l-violet-500\\/65 { + border-left-color: #8b5cf6a6; +} + .border-l-violet-500\\/70 { border-left-color: #8b5cf6b3; } @@ -100156,6 +137700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #8b5cf6cc; } +.border-l-violet-500\\/85 { + border-left-color: #8b5cf6d9; +} + .border-l-violet-500\\/90 { border-left-color: #8b5cf6e6; } @@ -100180,6 +137728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c3aed; } +.border-l-violet-600\\/15 { + border-left-color: #7c3aed26; +} + .border-l-violet-600\\/20 { border-left-color: #7c3aed33; } @@ -100192,10 +137744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c3aed4d; } +.border-l-violet-600\\/35 { + border-left-color: #7c3aed59; +} + .border-l-violet-600\\/40 { border-left-color: #7c3aed66; } +.border-l-violet-600\\/45 { + border-left-color: #7c3aed73; +} + .border-l-violet-600\\/5 { border-left-color: #7c3aed0d; } @@ -100204,10 +137764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c3aed80; } +.border-l-violet-600\\/55 { + border-left-color: #7c3aed8c; +} + .border-l-violet-600\\/60 { border-left-color: #7c3aed99; } +.border-l-violet-600\\/65 { + border-left-color: #7c3aeda6; +} + .border-l-violet-600\\/70 { border-left-color: #7c3aedb3; } @@ -100220,6 +137788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #7c3aedcc; } +.border-l-violet-600\\/85 { + border-left-color: #7c3aedd9; +} + .border-l-violet-600\\/90 { border-left-color: #7c3aede6; } @@ -100244,6 +137816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6d28d9; } +.border-l-violet-700\\/15 { + border-left-color: #6d28d926; +} + .border-l-violet-700\\/20 { border-left-color: #6d28d933; } @@ -100256,10 +137832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6d28d94d; } +.border-l-violet-700\\/35 { + border-left-color: #6d28d959; +} + .border-l-violet-700\\/40 { border-left-color: #6d28d966; } +.border-l-violet-700\\/45 { + border-left-color: #6d28d973; +} + .border-l-violet-700\\/5 { border-left-color: #6d28d90d; } @@ -100268,10 +137852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6d28d980; } +.border-l-violet-700\\/55 { + border-left-color: #6d28d98c; +} + .border-l-violet-700\\/60 { border-left-color: #6d28d999; } +.border-l-violet-700\\/65 { + border-left-color: #6d28d9a6; +} + .border-l-violet-700\\/70 { border-left-color: #6d28d9b3; } @@ -100284,6 +137876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #6d28d9cc; } +.border-l-violet-700\\/85 { + border-left-color: #6d28d9d9; +} + .border-l-violet-700\\/90 { border-left-color: #6d28d9e6; } @@ -100308,6 +137904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5b21b6; } +.border-l-violet-800\\/15 { + border-left-color: #5b21b626; +} + .border-l-violet-800\\/20 { border-left-color: #5b21b633; } @@ -100320,10 +137920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5b21b64d; } +.border-l-violet-800\\/35 { + border-left-color: #5b21b659; +} + .border-l-violet-800\\/40 { border-left-color: #5b21b666; } +.border-l-violet-800\\/45 { + border-left-color: #5b21b673; +} + .border-l-violet-800\\/5 { border-left-color: #5b21b60d; } @@ -100332,10 +137940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5b21b680; } +.border-l-violet-800\\/55 { + border-left-color: #5b21b68c; +} + .border-l-violet-800\\/60 { border-left-color: #5b21b699; } +.border-l-violet-800\\/65 { + border-left-color: #5b21b6a6; +} + .border-l-violet-800\\/70 { border-left-color: #5b21b6b3; } @@ -100348,6 +137964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #5b21b6cc; } +.border-l-violet-800\\/85 { + border-left-color: #5b21b6d9; +} + .border-l-violet-800\\/90 { border-left-color: #5b21b6e6; } @@ -100372,6 +137992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c1d95; } +.border-l-violet-900\\/15 { + border-left-color: #4c1d9526; +} + .border-l-violet-900\\/20 { border-left-color: #4c1d9533; } @@ -100384,10 +138008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c1d954d; } +.border-l-violet-900\\/35 { + border-left-color: #4c1d9559; +} + .border-l-violet-900\\/40 { border-left-color: #4c1d9566; } +.border-l-violet-900\\/45 { + border-left-color: #4c1d9573; +} + .border-l-violet-900\\/5 { border-left-color: #4c1d950d; } @@ -100396,10 +138028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c1d9580; } +.border-l-violet-900\\/55 { + border-left-color: #4c1d958c; +} + .border-l-violet-900\\/60 { border-left-color: #4c1d9599; } +.border-l-violet-900\\/65 { + border-left-color: #4c1d95a6; +} + .border-l-violet-900\\/70 { border-left-color: #4c1d95b3; } @@ -100412,6 +138052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4c1d95cc; } +.border-l-violet-900\\/85 { + border-left-color: #4c1d95d9; +} + .border-l-violet-900\\/90 { border-left-color: #4c1d95e6; } @@ -100436,6 +138080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2e1065; } +.border-l-violet-950\\/15 { + border-left-color: #2e106526; +} + .border-l-violet-950\\/20 { border-left-color: #2e106533; } @@ -100448,10 +138096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2e10654d; } +.border-l-violet-950\\/35 { + border-left-color: #2e106559; +} + .border-l-violet-950\\/40 { border-left-color: #2e106566; } +.border-l-violet-950\\/45 { + border-left-color: #2e106573; +} + .border-l-violet-950\\/5 { border-left-color: #2e10650d; } @@ -100460,10 +138116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2e106580; } +.border-l-violet-950\\/55 { + border-left-color: #2e10658c; +} + .border-l-violet-950\\/60 { border-left-color: #2e106599; } +.border-l-violet-950\\/65 { + border-left-color: #2e1065a6; +} + .border-l-violet-950\\/70 { border-left-color: #2e1065b3; } @@ -100476,6 +138140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #2e1065cc; } +.border-l-violet-950\\/85 { + border-left-color: #2e1065d9; +} + .border-l-violet-950\\/90 { border-left-color: #2e1065e6; } @@ -100500,6 +138168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fff; } +.border-l-white\\/15 { + border-left-color: #ffffff26; +} + .border-l-white\\/20 { border-left-color: #fff3; } @@ -100512,10 +138184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffffff4d; } +.border-l-white\\/35 { + border-left-color: #ffffff59; +} + .border-l-white\\/40 { border-left-color: #fff6; } +.border-l-white\\/45 { + border-left-color: #ffffff73; +} + .border-l-white\\/5 { border-left-color: #ffffff0d; } @@ -100524,10 +138204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ffffff80; } +.border-l-white\\/55 { + border-left-color: #ffffff8c; +} + .border-l-white\\/60 { border-left-color: #fff9; } +.border-l-white\\/65 { + border-left-color: #ffffffa6; +} + .border-l-white\\/70 { border-left-color: #ffffffb3; } @@ -100540,6 +138228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fffc; } +.border-l-white\\/85 { + border-left-color: #ffffffd9; +} + .border-l-white\\/90 { border-left-color: #ffffffe6; } @@ -100564,6 +138256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef9c3; } +.border-l-yellow-100\\/15 { + border-left-color: #fef9c326; +} + .border-l-yellow-100\\/20 { border-left-color: #fef9c333; } @@ -100576,10 +138272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef9c34d; } +.border-l-yellow-100\\/35 { + border-left-color: #fef9c359; +} + .border-l-yellow-100\\/40 { border-left-color: #fef9c366; } +.border-l-yellow-100\\/45 { + border-left-color: #fef9c373; +} + .border-l-yellow-100\\/5 { border-left-color: #fef9c30d; } @@ -100588,10 +138292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef9c380; } +.border-l-yellow-100\\/55 { + border-left-color: #fef9c38c; +} + .border-l-yellow-100\\/60 { border-left-color: #fef9c399; } +.border-l-yellow-100\\/65 { + border-left-color: #fef9c3a6; +} + .border-l-yellow-100\\/70 { border-left-color: #fef9c3b3; } @@ -100604,6 +138316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef9c3cc; } +.border-l-yellow-100\\/85 { + border-left-color: #fef9c3d9; +} + .border-l-yellow-100\\/90 { border-left-color: #fef9c3e6; } @@ -100628,6 +138344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef08a; } +.border-l-yellow-200\\/15 { + border-left-color: #fef08a26; +} + .border-l-yellow-200\\/20 { border-left-color: #fef08a33; } @@ -100640,10 +138360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef08a4d; } +.border-l-yellow-200\\/35 { + border-left-color: #fef08a59; +} + .border-l-yellow-200\\/40 { border-left-color: #fef08a66; } +.border-l-yellow-200\\/45 { + border-left-color: #fef08a73; +} + .border-l-yellow-200\\/5 { border-left-color: #fef08a0d; } @@ -100652,10 +138380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef08a80; } +.border-l-yellow-200\\/55 { + border-left-color: #fef08a8c; +} + .border-l-yellow-200\\/60 { border-left-color: #fef08a99; } +.border-l-yellow-200\\/65 { + border-left-color: #fef08aa6; +} + .border-l-yellow-200\\/70 { border-left-color: #fef08ab3; } @@ -100668,6 +138404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fef08acc; } +.border-l-yellow-200\\/85 { + border-left-color: #fef08ad9; +} + .border-l-yellow-200\\/90 { border-left-color: #fef08ae6; } @@ -100692,6 +138432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde047; } +.border-l-yellow-300\\/15 { + border-left-color: #fde04726; +} + .border-l-yellow-300\\/20 { border-left-color: #fde04733; } @@ -100704,10 +138448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde0474d; } +.border-l-yellow-300\\/35 { + border-left-color: #fde04759; +} + .border-l-yellow-300\\/40 { border-left-color: #fde04766; } +.border-l-yellow-300\\/45 { + border-left-color: #fde04773; +} + .border-l-yellow-300\\/5 { border-left-color: #fde0470d; } @@ -100716,10 +138468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde04780; } +.border-l-yellow-300\\/55 { + border-left-color: #fde0478c; +} + .border-l-yellow-300\\/60 { border-left-color: #fde04799; } +.border-l-yellow-300\\/65 { + border-left-color: #fde047a6; +} + .border-l-yellow-300\\/70 { border-left-color: #fde047b3; } @@ -100732,6 +138492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fde047cc; } +.border-l-yellow-300\\/85 { + border-left-color: #fde047d9; +} + .border-l-yellow-300\\/90 { border-left-color: #fde047e6; } @@ -100756,6 +138520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #facc15; } +.border-l-yellow-400\\/15 { + border-left-color: #facc1526; +} + .border-l-yellow-400\\/20 { border-left-color: #facc1533; } @@ -100768,10 +138536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #facc154d; } +.border-l-yellow-400\\/35 { + border-left-color: #facc1559; +} + .border-l-yellow-400\\/40 { border-left-color: #facc1566; } +.border-l-yellow-400\\/45 { + border-left-color: #facc1573; +} + .border-l-yellow-400\\/5 { border-left-color: #facc150d; } @@ -100780,10 +138556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #facc1580; } +.border-l-yellow-400\\/55 { + border-left-color: #facc158c; +} + .border-l-yellow-400\\/60 { border-left-color: #facc1599; } +.border-l-yellow-400\\/65 { + border-left-color: #facc15a6; +} + .border-l-yellow-400\\/70 { border-left-color: #facc15b3; } @@ -100796,6 +138580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #facc15cc; } +.border-l-yellow-400\\/85 { + border-left-color: #facc15d9; +} + .border-l-yellow-400\\/90 { border-left-color: #facc15e6; } @@ -100820,6 +138608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fefce8; } +.border-l-yellow-50\\/15 { + border-left-color: #fefce826; +} + .border-l-yellow-50\\/20 { border-left-color: #fefce833; } @@ -100832,10 +138624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fefce84d; } +.border-l-yellow-50\\/35 { + border-left-color: #fefce859; +} + .border-l-yellow-50\\/40 { border-left-color: #fefce866; } +.border-l-yellow-50\\/45 { + border-left-color: #fefce873; +} + .border-l-yellow-50\\/5 { border-left-color: #fefce80d; } @@ -100844,10 +138644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fefce880; } +.border-l-yellow-50\\/55 { + border-left-color: #fefce88c; +} + .border-l-yellow-50\\/60 { border-left-color: #fefce899; } +.border-l-yellow-50\\/65 { + border-left-color: #fefce8a6; +} + .border-l-yellow-50\\/70 { border-left-color: #fefce8b3; } @@ -100860,6 +138668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fefce8cc; } +.border-l-yellow-50\\/85 { + border-left-color: #fefce8d9; +} + .border-l-yellow-50\\/90 { border-left-color: #fefce8e6; } @@ -100884,6 +138696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eab308; } +.border-l-yellow-500\\/15 { + border-left-color: #eab30826; +} + .border-l-yellow-500\\/20 { border-left-color: #eab30833; } @@ -100896,10 +138712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eab3084d; } +.border-l-yellow-500\\/35 { + border-left-color: #eab30859; +} + .border-l-yellow-500\\/40 { border-left-color: #eab30866; } +.border-l-yellow-500\\/45 { + border-left-color: #eab30873; +} + .border-l-yellow-500\\/5 { border-left-color: #eab3080d; } @@ -100908,10 +138732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eab30880; } +.border-l-yellow-500\\/55 { + border-left-color: #eab3088c; +} + .border-l-yellow-500\\/60 { border-left-color: #eab30899; } +.border-l-yellow-500\\/65 { + border-left-color: #eab308a6; +} + .border-l-yellow-500\\/70 { border-left-color: #eab308b3; } @@ -100924,6 +138756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #eab308cc; } +.border-l-yellow-500\\/85 { + border-left-color: #eab308d9; +} + .border-l-yellow-500\\/90 { border-left-color: #eab308e6; } @@ -100948,6 +138784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ca8a04; } +.border-l-yellow-600\\/15 { + border-left-color: #ca8a0426; +} + .border-l-yellow-600\\/20 { border-left-color: #ca8a0433; } @@ -100960,10 +138800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ca8a044d; } +.border-l-yellow-600\\/35 { + border-left-color: #ca8a0459; +} + .border-l-yellow-600\\/40 { border-left-color: #ca8a0466; } +.border-l-yellow-600\\/45 { + border-left-color: #ca8a0473; +} + .border-l-yellow-600\\/5 { border-left-color: #ca8a040d; } @@ -100972,10 +138820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ca8a0480; } +.border-l-yellow-600\\/55 { + border-left-color: #ca8a048c; +} + .border-l-yellow-600\\/60 { border-left-color: #ca8a0499; } +.border-l-yellow-600\\/65 { + border-left-color: #ca8a04a6; +} + .border-l-yellow-600\\/70 { border-left-color: #ca8a04b3; } @@ -100988,6 +138844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #ca8a04cc; } +.border-l-yellow-600\\/85 { + border-left-color: #ca8a04d9; +} + .border-l-yellow-600\\/90 { border-left-color: #ca8a04e6; } @@ -101012,6 +138872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a16207; } +.border-l-yellow-700\\/15 { + border-left-color: #a1620726; +} + .border-l-yellow-700\\/20 { border-left-color: #a1620733; } @@ -101024,10 +138888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a162074d; } +.border-l-yellow-700\\/35 { + border-left-color: #a1620759; +} + .border-l-yellow-700\\/40 { border-left-color: #a1620766; } +.border-l-yellow-700\\/45 { + border-left-color: #a1620773; +} + .border-l-yellow-700\\/5 { border-left-color: #a162070d; } @@ -101036,10 +138908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a1620780; } +.border-l-yellow-700\\/55 { + border-left-color: #a162078c; +} + .border-l-yellow-700\\/60 { border-left-color: #a1620799; } +.border-l-yellow-700\\/65 { + border-left-color: #a16207a6; +} + .border-l-yellow-700\\/70 { border-left-color: #a16207b3; } @@ -101052,6 +138932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a16207cc; } +.border-l-yellow-700\\/85 { + border-left-color: #a16207d9; +} + .border-l-yellow-700\\/90 { border-left-color: #a16207e6; } @@ -101076,6 +138960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #854d0e; } +.border-l-yellow-800\\/15 { + border-left-color: #854d0e26; +} + .border-l-yellow-800\\/20 { border-left-color: #854d0e33; } @@ -101088,10 +138976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #854d0e4d; } +.border-l-yellow-800\\/35 { + border-left-color: #854d0e59; +} + .border-l-yellow-800\\/40 { border-left-color: #854d0e66; } +.border-l-yellow-800\\/45 { + border-left-color: #854d0e73; +} + .border-l-yellow-800\\/5 { border-left-color: #854d0e0d; } @@ -101100,10 +138996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #854d0e80; } +.border-l-yellow-800\\/55 { + border-left-color: #854d0e8c; +} + .border-l-yellow-800\\/60 { border-left-color: #854d0e99; } +.border-l-yellow-800\\/65 { + border-left-color: #854d0ea6; +} + .border-l-yellow-800\\/70 { border-left-color: #854d0eb3; } @@ -101116,6 +139020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #854d0ecc; } +.border-l-yellow-800\\/85 { + border-left-color: #854d0ed9; +} + .border-l-yellow-800\\/90 { border-left-color: #854d0ee6; } @@ -101140,6 +139048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #713f12; } +.border-l-yellow-900\\/15 { + border-left-color: #713f1226; +} + .border-l-yellow-900\\/20 { border-left-color: #713f1233; } @@ -101152,10 +139064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #713f124d; } +.border-l-yellow-900\\/35 { + border-left-color: #713f1259; +} + .border-l-yellow-900\\/40 { border-left-color: #713f1266; } +.border-l-yellow-900\\/45 { + border-left-color: #713f1273; +} + .border-l-yellow-900\\/5 { border-left-color: #713f120d; } @@ -101164,10 +139084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #713f1280; } +.border-l-yellow-900\\/55 { + border-left-color: #713f128c; +} + .border-l-yellow-900\\/60 { border-left-color: #713f1299; } +.border-l-yellow-900\\/65 { + border-left-color: #713f12a6; +} + .border-l-yellow-900\\/70 { border-left-color: #713f12b3; } @@ -101180,6 +139108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #713f12cc; } +.border-l-yellow-900\\/85 { + border-left-color: #713f12d9; +} + .border-l-yellow-900\\/90 { border-left-color: #713f12e6; } @@ -101204,6 +139136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #422006; } +.border-l-yellow-950\\/15 { + border-left-color: #42200626; +} + .border-l-yellow-950\\/20 { border-left-color: #42200633; } @@ -101216,10 +139152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #4220064d; } +.border-l-yellow-950\\/35 { + border-left-color: #42200659; +} + .border-l-yellow-950\\/40 { border-left-color: #42200666; } +.border-l-yellow-950\\/45 { + border-left-color: #42200673; +} + .border-l-yellow-950\\/5 { border-left-color: #4220060d; } @@ -101228,10 +139172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #42200680; } +.border-l-yellow-950\\/55 { + border-left-color: #4220068c; +} + .border-l-yellow-950\\/60 { border-left-color: #42200699; } +.border-l-yellow-950\\/65 { + border-left-color: #422006a6; +} + .border-l-yellow-950\\/70 { border-left-color: #422006b3; } @@ -101244,6 +139196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #422006cc; } +.border-l-yellow-950\\/85 { + border-left-color: #422006d9; +} + .border-l-yellow-950\\/90 { border-left-color: #422006e6; } @@ -101268,6 +139224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f4f4f5; } +.border-l-zinc-100\\/15 { + border-left-color: #f4f4f526; +} + .border-l-zinc-100\\/20 { border-left-color: #f4f4f533; } @@ -101280,10 +139240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f4f4f54d; } +.border-l-zinc-100\\/35 { + border-left-color: #f4f4f559; +} + .border-l-zinc-100\\/40 { border-left-color: #f4f4f566; } +.border-l-zinc-100\\/45 { + border-left-color: #f4f4f573; +} + .border-l-zinc-100\\/5 { border-left-color: #f4f4f50d; } @@ -101292,10 +139260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f4f4f580; } +.border-l-zinc-100\\/55 { + border-left-color: #f4f4f58c; +} + .border-l-zinc-100\\/60 { border-left-color: #f4f4f599; } +.border-l-zinc-100\\/65 { + border-left-color: #f4f4f5a6; +} + .border-l-zinc-100\\/70 { border-left-color: #f4f4f5b3; } @@ -101308,6 +139284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #f4f4f5cc; } +.border-l-zinc-100\\/85 { + border-left-color: #f4f4f5d9; +} + .border-l-zinc-100\\/90 { border-left-color: #f4f4f5e6; } @@ -101332,6 +139312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e4e4e7; } +.border-l-zinc-200\\/15 { + border-left-color: #e4e4e726; +} + .border-l-zinc-200\\/20 { border-left-color: #e4e4e733; } @@ -101344,10 +139328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e4e4e74d; } +.border-l-zinc-200\\/35 { + border-left-color: #e4e4e759; +} + .border-l-zinc-200\\/40 { border-left-color: #e4e4e766; } +.border-l-zinc-200\\/45 { + border-left-color: #e4e4e773; +} + .border-l-zinc-200\\/5 { border-left-color: #e4e4e70d; } @@ -101356,10 +139348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e4e4e780; } +.border-l-zinc-200\\/55 { + border-left-color: #e4e4e78c; +} + .border-l-zinc-200\\/60 { border-left-color: #e4e4e799; } +.border-l-zinc-200\\/65 { + border-left-color: #e4e4e7a6; +} + .border-l-zinc-200\\/70 { border-left-color: #e4e4e7b3; } @@ -101372,6 +139372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #e4e4e7cc; } +.border-l-zinc-200\\/85 { + border-left-color: #e4e4e7d9; +} + .border-l-zinc-200\\/90 { border-left-color: #e4e4e7e6; } @@ -101396,6 +139400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d8; } +.border-l-zinc-300\\/15 { + border-left-color: #d4d4d826; +} + .border-l-zinc-300\\/20 { border-left-color: #d4d4d833; } @@ -101408,10 +139416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d84d; } +.border-l-zinc-300\\/35 { + border-left-color: #d4d4d859; +} + .border-l-zinc-300\\/40 { border-left-color: #d4d4d866; } +.border-l-zinc-300\\/45 { + border-left-color: #d4d4d873; +} + .border-l-zinc-300\\/5 { border-left-color: #d4d4d80d; } @@ -101420,10 +139436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d880; } +.border-l-zinc-300\\/55 { + border-left-color: #d4d4d88c; +} + .border-l-zinc-300\\/60 { border-left-color: #d4d4d899; } +.border-l-zinc-300\\/65 { + border-left-color: #d4d4d8a6; +} + .border-l-zinc-300\\/70 { border-left-color: #d4d4d8b3; } @@ -101436,6 +139460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #d4d4d8cc; } +.border-l-zinc-300\\/85 { + border-left-color: #d4d4d8d9; +} + .border-l-zinc-300\\/90 { border-left-color: #d4d4d8e6; } @@ -101460,6 +139488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a1a1aa; } +.border-l-zinc-400\\/15 { + border-left-color: #a1a1aa26; +} + .border-l-zinc-400\\/20 { border-left-color: #a1a1aa33; } @@ -101472,10 +139504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a1a1aa4d; } +.border-l-zinc-400\\/35 { + border-left-color: #a1a1aa59; +} + .border-l-zinc-400\\/40 { border-left-color: #a1a1aa66; } +.border-l-zinc-400\\/45 { + border-left-color: #a1a1aa73; +} + .border-l-zinc-400\\/5 { border-left-color: #a1a1aa0d; } @@ -101484,10 +139524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a1a1aa80; } +.border-l-zinc-400\\/55 { + border-left-color: #a1a1aa8c; +} + .border-l-zinc-400\\/60 { border-left-color: #a1a1aa99; } +.border-l-zinc-400\\/65 { + border-left-color: #a1a1aaa6; +} + .border-l-zinc-400\\/70 { border-left-color: #a1a1aab3; } @@ -101500,6 +139548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #a1a1aacc; } +.border-l-zinc-400\\/85 { + border-left-color: #a1a1aad9; +} + .border-l-zinc-400\\/90 { border-left-color: #a1a1aae6; } @@ -101524,6 +139576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafa; } +.border-l-zinc-50\\/15 { + border-left-color: #fafafa26; +} + .border-l-zinc-50\\/20 { border-left-color: #fafafa33; } @@ -101536,10 +139592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafa4d; } +.border-l-zinc-50\\/35 { + border-left-color: #fafafa59; +} + .border-l-zinc-50\\/40 { border-left-color: #fafafa66; } +.border-l-zinc-50\\/45 { + border-left-color: #fafafa73; +} + .border-l-zinc-50\\/5 { border-left-color: #fafafa0d; } @@ -101548,10 +139612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafa80; } +.border-l-zinc-50\\/55 { + border-left-color: #fafafa8c; +} + .border-l-zinc-50\\/60 { border-left-color: #fafafa99; } +.border-l-zinc-50\\/65 { + border-left-color: #fafafaa6; +} + .border-l-zinc-50\\/70 { border-left-color: #fafafab3; } @@ -101564,6 +139636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #fafafacc; } +.border-l-zinc-50\\/85 { + border-left-color: #fafafad9; +} + .border-l-zinc-50\\/90 { border-left-color: #fafafae6; } @@ -101588,6 +139664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #71717a; } +.border-l-zinc-500\\/15 { + border-left-color: #71717a26; +} + .border-l-zinc-500\\/20 { border-left-color: #71717a33; } @@ -101600,10 +139680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #71717a4d; } +.border-l-zinc-500\\/35 { + border-left-color: #71717a59; +} + .border-l-zinc-500\\/40 { border-left-color: #71717a66; } +.border-l-zinc-500\\/45 { + border-left-color: #71717a73; +} + .border-l-zinc-500\\/5 { border-left-color: #71717a0d; } @@ -101612,10 +139700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #71717a80; } +.border-l-zinc-500\\/55 { + border-left-color: #71717a8c; +} + .border-l-zinc-500\\/60 { border-left-color: #71717a99; } +.border-l-zinc-500\\/65 { + border-left-color: #71717aa6; +} + .border-l-zinc-500\\/70 { border-left-color: #71717ab3; } @@ -101628,6 +139724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #71717acc; } +.border-l-zinc-500\\/85 { + border-left-color: #71717ad9; +} + .border-l-zinc-500\\/90 { border-left-color: #71717ae6; } @@ -101652,6 +139752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #52525b; } +.border-l-zinc-600\\/15 { + border-left-color: #52525b26; +} + .border-l-zinc-600\\/20 { border-left-color: #52525b33; } @@ -101664,10 +139768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #52525b4d; } +.border-l-zinc-600\\/35 { + border-left-color: #52525b59; +} + .border-l-zinc-600\\/40 { border-left-color: #52525b66; } +.border-l-zinc-600\\/45 { + border-left-color: #52525b73; +} + .border-l-zinc-600\\/5 { border-left-color: #52525b0d; } @@ -101676,10 +139788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #52525b80; } +.border-l-zinc-600\\/55 { + border-left-color: #52525b8c; +} + .border-l-zinc-600\\/60 { border-left-color: #52525b99; } +.border-l-zinc-600\\/65 { + border-left-color: #52525ba6; +} + .border-l-zinc-600\\/70 { border-left-color: #52525bb3; } @@ -101692,6 +139812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #52525bcc; } +.border-l-zinc-600\\/85 { + border-left-color: #52525bd9; +} + .border-l-zinc-600\\/90 { border-left-color: #52525be6; } @@ -101716,6 +139840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f3f46; } +.border-l-zinc-700\\/15 { + border-left-color: #3f3f4626; +} + .border-l-zinc-700\\/20 { border-left-color: #3f3f4633; } @@ -101728,10 +139856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f3f464d; } +.border-l-zinc-700\\/35 { + border-left-color: #3f3f4659; +} + .border-l-zinc-700\\/40 { border-left-color: #3f3f4666; } +.border-l-zinc-700\\/45 { + border-left-color: #3f3f4673; +} + .border-l-zinc-700\\/5 { border-left-color: #3f3f460d; } @@ -101740,10 +139876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f3f4680; } +.border-l-zinc-700\\/55 { + border-left-color: #3f3f468c; +} + .border-l-zinc-700\\/60 { border-left-color: #3f3f4699; } +.border-l-zinc-700\\/65 { + border-left-color: #3f3f46a6; +} + .border-l-zinc-700\\/70 { border-left-color: #3f3f46b3; } @@ -101756,6 +139900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #3f3f46cc; } +.border-l-zinc-700\\/85 { + border-left-color: #3f3f46d9; +} + .border-l-zinc-700\\/90 { border-left-color: #3f3f46e6; } @@ -101780,6 +139928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #27272a; } +.border-l-zinc-800\\/15 { + border-left-color: #27272a26; +} + .border-l-zinc-800\\/20 { border-left-color: #27272a33; } @@ -101792,10 +139944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #27272a4d; } +.border-l-zinc-800\\/35 { + border-left-color: #27272a59; +} + .border-l-zinc-800\\/40 { border-left-color: #27272a66; } +.border-l-zinc-800\\/45 { + border-left-color: #27272a73; +} + .border-l-zinc-800\\/5 { border-left-color: #27272a0d; } @@ -101804,10 +139964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #27272a80; } +.border-l-zinc-800\\/55 { + border-left-color: #27272a8c; +} + .border-l-zinc-800\\/60 { border-left-color: #27272a99; } +.border-l-zinc-800\\/65 { + border-left-color: #27272aa6; +} + .border-l-zinc-800\\/70 { border-left-color: #27272ab3; } @@ -101820,6 +139988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #27272acc; } +.border-l-zinc-800\\/85 { + border-left-color: #27272ad9; +} + .border-l-zinc-800\\/90 { border-left-color: #27272ae6; } @@ -101844,6 +140016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #18181b; } +.border-l-zinc-900\\/15 { + border-left-color: #18181b26; +} + .border-l-zinc-900\\/20 { border-left-color: #18181b33; } @@ -101856,10 +140032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #18181b4d; } +.border-l-zinc-900\\/35 { + border-left-color: #18181b59; +} + .border-l-zinc-900\\/40 { border-left-color: #18181b66; } +.border-l-zinc-900\\/45 { + border-left-color: #18181b73; +} + .border-l-zinc-900\\/5 { border-left-color: #18181b0d; } @@ -101868,10 +140052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #18181b80; } +.border-l-zinc-900\\/55 { + border-left-color: #18181b8c; +} + .border-l-zinc-900\\/60 { border-left-color: #18181b99; } +.border-l-zinc-900\\/65 { + border-left-color: #18181ba6; +} + .border-l-zinc-900\\/70 { border-left-color: #18181bb3; } @@ -101884,6 +140076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #18181bcc; } +.border-l-zinc-900\\/85 { + border-left-color: #18181bd9; +} + .border-l-zinc-900\\/90 { border-left-color: #18181be6; } @@ -101908,6 +140104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #09090b; } +.border-l-zinc-950\\/15 { + border-left-color: #09090b26; +} + .border-l-zinc-950\\/20 { border-left-color: #09090b33; } @@ -101920,10 +140120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #09090b4d; } +.border-l-zinc-950\\/35 { + border-left-color: #09090b59; +} + .border-l-zinc-950\\/40 { border-left-color: #09090b66; } +.border-l-zinc-950\\/45 { + border-left-color: #09090b73; +} + .border-l-zinc-950\\/5 { border-left-color: #09090b0d; } @@ -101932,10 +140140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #09090b80; } +.border-l-zinc-950\\/55 { + border-left-color: #09090b8c; +} + .border-l-zinc-950\\/60 { border-left-color: #09090b99; } +.border-l-zinc-950\\/65 { + border-left-color: #09090ba6; +} + .border-l-zinc-950\\/70 { border-left-color: #09090bb3; } @@ -101948,6 +140164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-left-color: #09090bcc; } +.border-l-zinc-950\\/85 { + border-left-color: #09090bd9; +} + .border-l-zinc-950\\/90 { border-left-color: #09090be6; } @@ -101972,6 +140192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c7; } +.border-r-amber-100\\/15 { + border-right-color: #fef3c726; +} + .border-r-amber-100\\/20 { border-right-color: #fef3c733; } @@ -101984,10 +140208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c74d; } +.border-r-amber-100\\/35 { + border-right-color: #fef3c759; +} + .border-r-amber-100\\/40 { border-right-color: #fef3c766; } +.border-r-amber-100\\/45 { + border-right-color: #fef3c773; +} + .border-r-amber-100\\/5 { border-right-color: #fef3c70d; } @@ -101996,10 +140228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c780; } +.border-r-amber-100\\/55 { + border-right-color: #fef3c78c; +} + .border-r-amber-100\\/60 { border-right-color: #fef3c799; } +.border-r-amber-100\\/65 { + border-right-color: #fef3c7a6; +} + .border-r-amber-100\\/70 { border-right-color: #fef3c7b3; } @@ -102012,6 +140252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef3c7cc; } +.border-r-amber-100\\/85 { + border-right-color: #fef3c7d9; +} + .border-r-amber-100\\/90 { border-right-color: #fef3c7e6; } @@ -102036,6 +140280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68a; } +.border-r-amber-200\\/15 { + border-right-color: #fde68a26; +} + .border-r-amber-200\\/20 { border-right-color: #fde68a33; } @@ -102048,10 +140296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68a4d; } +.border-r-amber-200\\/35 { + border-right-color: #fde68a59; +} + .border-r-amber-200\\/40 { border-right-color: #fde68a66; } +.border-r-amber-200\\/45 { + border-right-color: #fde68a73; +} + .border-r-amber-200\\/5 { border-right-color: #fde68a0d; } @@ -102060,10 +140316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68a80; } +.border-r-amber-200\\/55 { + border-right-color: #fde68a8c; +} + .border-r-amber-200\\/60 { border-right-color: #fde68a99; } +.border-r-amber-200\\/65 { + border-right-color: #fde68aa6; +} + .border-r-amber-200\\/70 { border-right-color: #fde68ab3; } @@ -102076,6 +140340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde68acc; } +.border-r-amber-200\\/85 { + border-right-color: #fde68ad9; +} + .border-r-amber-200\\/90 { border-right-color: #fde68ae6; } @@ -102100,6 +140368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34d; } +.border-r-amber-300\\/15 { + border-right-color: #fcd34d26; +} + .border-r-amber-300\\/20 { border-right-color: #fcd34d33; } @@ -102112,10 +140384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34d4d; } +.border-r-amber-300\\/35 { + border-right-color: #fcd34d59; +} + .border-r-amber-300\\/40 { border-right-color: #fcd34d66; } +.border-r-amber-300\\/45 { + border-right-color: #fcd34d73; +} + .border-r-amber-300\\/5 { border-right-color: #fcd34d0d; } @@ -102124,10 +140404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34d80; } +.border-r-amber-300\\/55 { + border-right-color: #fcd34d8c; +} + .border-r-amber-300\\/60 { border-right-color: #fcd34d99; } +.border-r-amber-300\\/65 { + border-right-color: #fcd34da6; +} + .border-r-amber-300\\/70 { border-right-color: #fcd34db3; } @@ -102140,6 +140428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fcd34dcc; } +.border-r-amber-300\\/85 { + border-right-color: #fcd34dd9; +} + .border-r-amber-300\\/90 { border-right-color: #fcd34de6; } @@ -102164,6 +140456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf24; } +.border-r-amber-400\\/15 { + border-right-color: #fbbf2426; +} + .border-r-amber-400\\/20 { border-right-color: #fbbf2433; } @@ -102176,10 +140472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf244d; } +.border-r-amber-400\\/35 { + border-right-color: #fbbf2459; +} + .border-r-amber-400\\/40 { border-right-color: #fbbf2466; } +.border-r-amber-400\\/45 { + border-right-color: #fbbf2473; +} + .border-r-amber-400\\/5 { border-right-color: #fbbf240d; } @@ -102188,10 +140492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf2480; } +.border-r-amber-400\\/55 { + border-right-color: #fbbf248c; +} + .border-r-amber-400\\/60 { border-right-color: #fbbf2499; } +.border-r-amber-400\\/65 { + border-right-color: #fbbf24a6; +} + .border-r-amber-400\\/70 { border-right-color: #fbbf24b3; } @@ -102204,6 +140516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbbf24cc; } +.border-r-amber-400\\/85 { + border-right-color: #fbbf24d9; +} + .border-r-amber-400\\/90 { border-right-color: #fbbf24e6; } @@ -102228,6 +140544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbeb; } +.border-r-amber-50\\/15 { + border-right-color: #fffbeb26; +} + .border-r-amber-50\\/20 { border-right-color: #fffbeb33; } @@ -102240,10 +140560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbeb4d; } +.border-r-amber-50\\/35 { + border-right-color: #fffbeb59; +} + .border-r-amber-50\\/40 { border-right-color: #fffbeb66; } +.border-r-amber-50\\/45 { + border-right-color: #fffbeb73; +} + .border-r-amber-50\\/5 { border-right-color: #fffbeb0d; } @@ -102252,10 +140580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbeb80; } +.border-r-amber-50\\/55 { + border-right-color: #fffbeb8c; +} + .border-r-amber-50\\/60 { border-right-color: #fffbeb99; } +.border-r-amber-50\\/65 { + border-right-color: #fffbeba6; +} + .border-r-amber-50\\/70 { border-right-color: #fffbebb3; } @@ -102268,6 +140604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffbebcc; } +.border-r-amber-50\\/85 { + border-right-color: #fffbebd9; +} + .border-r-amber-50\\/90 { border-right-color: #fffbebe6; } @@ -102292,6 +140632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0b; } +.border-r-amber-500\\/15 { + border-right-color: #f59e0b26; +} + .border-r-amber-500\\/20 { border-right-color: #f59e0b33; } @@ -102304,10 +140648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0b4d; } +.border-r-amber-500\\/35 { + border-right-color: #f59e0b59; +} + .border-r-amber-500\\/40 { border-right-color: #f59e0b66; } +.border-r-amber-500\\/45 { + border-right-color: #f59e0b73; +} + .border-r-amber-500\\/5 { border-right-color: #f59e0b0d; } @@ -102316,10 +140668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0b80; } +.border-r-amber-500\\/55 { + border-right-color: #f59e0b8c; +} + .border-r-amber-500\\/60 { border-right-color: #f59e0b99; } +.border-r-amber-500\\/65 { + border-right-color: #f59e0ba6; +} + .border-r-amber-500\\/70 { border-right-color: #f59e0bb3; } @@ -102332,6 +140692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f59e0bcc; } +.border-r-amber-500\\/85 { + border-right-color: #f59e0bd9; +} + .border-r-amber-500\\/90 { border-right-color: #f59e0be6; } @@ -102356,6 +140720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d97706; } +.border-r-amber-600\\/15 { + border-right-color: #d9770626; +} + .border-r-amber-600\\/20 { border-right-color: #d9770633; } @@ -102368,10 +140736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d977064d; } +.border-r-amber-600\\/35 { + border-right-color: #d9770659; +} + .border-r-amber-600\\/40 { border-right-color: #d9770666; } +.border-r-amber-600\\/45 { + border-right-color: #d9770673; +} + .border-r-amber-600\\/5 { border-right-color: #d977060d; } @@ -102380,10 +140756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9770680; } +.border-r-amber-600\\/55 { + border-right-color: #d977068c; +} + .border-r-amber-600\\/60 { border-right-color: #d9770699; } +.border-r-amber-600\\/65 { + border-right-color: #d97706a6; +} + .border-r-amber-600\\/70 { border-right-color: #d97706b3; } @@ -102396,6 +140780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d97706cc; } +.border-r-amber-600\\/85 { + border-right-color: #d97706d9; +} + .border-r-amber-600\\/90 { border-right-color: #d97706e6; } @@ -102420,6 +140808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b45309; } +.border-r-amber-700\\/15 { + border-right-color: #b4530926; +} + .border-r-amber-700\\/20 { border-right-color: #b4530933; } @@ -102432,10 +140824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b453094d; } +.border-r-amber-700\\/35 { + border-right-color: #b4530959; +} + .border-r-amber-700\\/40 { border-right-color: #b4530966; } +.border-r-amber-700\\/45 { + border-right-color: #b4530973; +} + .border-r-amber-700\\/5 { border-right-color: #b453090d; } @@ -102444,10 +140844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b4530980; } +.border-r-amber-700\\/55 { + border-right-color: #b453098c; +} + .border-r-amber-700\\/60 { border-right-color: #b4530999; } +.border-r-amber-700\\/65 { + border-right-color: #b45309a6; +} + .border-r-amber-700\\/70 { border-right-color: #b45309b3; } @@ -102460,6 +140868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b45309cc; } +.border-r-amber-700\\/85 { + border-right-color: #b45309d9; +} + .border-r-amber-700\\/90 { border-right-color: #b45309e6; } @@ -102484,6 +140896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400e; } +.border-r-amber-800\\/15 { + border-right-color: #92400e26; +} + .border-r-amber-800\\/20 { border-right-color: #92400e33; } @@ -102496,10 +140912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400e4d; } +.border-r-amber-800\\/35 { + border-right-color: #92400e59; +} + .border-r-amber-800\\/40 { border-right-color: #92400e66; } +.border-r-amber-800\\/45 { + border-right-color: #92400e73; +} + .border-r-amber-800\\/5 { border-right-color: #92400e0d; } @@ -102508,10 +140932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400e80; } +.border-r-amber-800\\/55 { + border-right-color: #92400e8c; +} + .border-r-amber-800\\/60 { border-right-color: #92400e99; } +.border-r-amber-800\\/65 { + border-right-color: #92400ea6; +} + .border-r-amber-800\\/70 { border-right-color: #92400eb3; } @@ -102524,6 +140956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #92400ecc; } +.border-r-amber-800\\/85 { + border-right-color: #92400ed9; +} + .border-r-amber-800\\/90 { border-right-color: #92400ee6; } @@ -102548,6 +140984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350f; } +.border-r-amber-900\\/15 { + border-right-color: #78350f26; +} + .border-r-amber-900\\/20 { border-right-color: #78350f33; } @@ -102560,10 +141000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350f4d; } +.border-r-amber-900\\/35 { + border-right-color: #78350f59; +} + .border-r-amber-900\\/40 { border-right-color: #78350f66; } +.border-r-amber-900\\/45 { + border-right-color: #78350f73; +} + .border-r-amber-900\\/5 { border-right-color: #78350f0d; } @@ -102572,10 +141020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350f80; } +.border-r-amber-900\\/55 { + border-right-color: #78350f8c; +} + .border-r-amber-900\\/60 { border-right-color: #78350f99; } +.border-r-amber-900\\/65 { + border-right-color: #78350fa6; +} + .border-r-amber-900\\/70 { border-right-color: #78350fb3; } @@ -102588,6 +141044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78350fcc; } +.border-r-amber-900\\/85 { + border-right-color: #78350fd9; +} + .border-r-amber-900\\/90 { border-right-color: #78350fe6; } @@ -102612,6 +141072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a03; } +.border-r-amber-950\\/15 { + border-right-color: #451a0326; +} + .border-r-amber-950\\/20 { border-right-color: #451a0333; } @@ -102624,10 +141088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a034d; } +.border-r-amber-950\\/35 { + border-right-color: #451a0359; +} + .border-r-amber-950\\/40 { border-right-color: #451a0366; } +.border-r-amber-950\\/45 { + border-right-color: #451a0373; +} + .border-r-amber-950\\/5 { border-right-color: #451a030d; } @@ -102636,10 +141108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a0380; } +.border-r-amber-950\\/55 { + border-right-color: #451a038c; +} + .border-r-amber-950\\/60 { border-right-color: #451a0399; } +.border-r-amber-950\\/65 { + border-right-color: #451a03a6; +} + .border-r-amber-950\\/70 { border-right-color: #451a03b3; } @@ -102652,6 +141132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #451a03cc; } +.border-r-amber-950\\/85 { + border-right-color: #451a03d9; +} + .border-r-amber-950\\/90 { border-right-color: #451a03e6; } @@ -102676,6 +141160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000; } +.border-r-black\\/15 { + border-right-color: #00000026; +} + .border-r-black\\/20 { border-right-color: #0003; } @@ -102688,10 +141176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0000004d; } +.border-r-black\\/35 { + border-right-color: #00000059; +} + .border-r-black\\/40 { border-right-color: #0006; } +.border-r-black\\/45 { + border-right-color: #00000073; +} + .border-r-black\\/5 { border-right-color: #0000000d; } @@ -102700,10 +141196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #00000080; } +.border-r-black\\/55 { + border-right-color: #0000008c; +} + .border-r-black\\/60 { border-right-color: #0009; } +.border-r-black\\/65 { + border-right-color: #000000a6; +} + .border-r-black\\/70 { border-right-color: #000000b3; } @@ -102716,6 +141220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000c; } +.border-r-black\\/85 { + border-right-color: #000000d9; +} + .border-r-black\\/90 { border-right-color: #000000e6; } @@ -102740,6 +141248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafe; } +.border-r-blue-100\\/15 { + border-right-color: #dbeafe26; +} + .border-r-blue-100\\/20 { border-right-color: #dbeafe33; } @@ -102752,10 +141264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafe4d; } +.border-r-blue-100\\/35 { + border-right-color: #dbeafe59; +} + .border-r-blue-100\\/40 { border-right-color: #dbeafe66; } +.border-r-blue-100\\/45 { + border-right-color: #dbeafe73; +} + .border-r-blue-100\\/5 { border-right-color: #dbeafe0d; } @@ -102764,10 +141284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafe80; } +.border-r-blue-100\\/55 { + border-right-color: #dbeafe8c; +} + .border-r-blue-100\\/60 { border-right-color: #dbeafe99; } +.border-r-blue-100\\/65 { + border-right-color: #dbeafea6; +} + .border-r-blue-100\\/70 { border-right-color: #dbeafeb3; } @@ -102780,6 +141308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dbeafecc; } +.border-r-blue-100\\/85 { + border-right-color: #dbeafed9; +} + .border-r-blue-100\\/90 { border-right-color: #dbeafee6; } @@ -102804,6 +141336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfe; } +.border-r-blue-200\\/15 { + border-right-color: #bfdbfe26; +} + .border-r-blue-200\\/20 { border-right-color: #bfdbfe33; } @@ -102816,10 +141352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfe4d; } +.border-r-blue-200\\/35 { + border-right-color: #bfdbfe59; +} + .border-r-blue-200\\/40 { border-right-color: #bfdbfe66; } +.border-r-blue-200\\/45 { + border-right-color: #bfdbfe73; +} + .border-r-blue-200\\/5 { border-right-color: #bfdbfe0d; } @@ -102828,10 +141372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfe80; } +.border-r-blue-200\\/55 { + border-right-color: #bfdbfe8c; +} + .border-r-blue-200\\/60 { border-right-color: #bfdbfe99; } +.border-r-blue-200\\/65 { + border-right-color: #bfdbfea6; +} + .border-r-blue-200\\/70 { border-right-color: #bfdbfeb3; } @@ -102844,6 +141396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bfdbfecc; } +.border-r-blue-200\\/85 { + border-right-color: #bfdbfed9; +} + .border-r-blue-200\\/90 { border-right-color: #bfdbfee6; } @@ -102868,6 +141424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fd; } +.border-r-blue-300\\/15 { + border-right-color: #93c5fd26; +} + .border-r-blue-300\\/20 { border-right-color: #93c5fd33; } @@ -102880,10 +141440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fd4d; } +.border-r-blue-300\\/35 { + border-right-color: #93c5fd59; +} + .border-r-blue-300\\/40 { border-right-color: #93c5fd66; } +.border-r-blue-300\\/45 { + border-right-color: #93c5fd73; +} + .border-r-blue-300\\/5 { border-right-color: #93c5fd0d; } @@ -102892,10 +141460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fd80; } +.border-r-blue-300\\/55 { + border-right-color: #93c5fd8c; +} + .border-r-blue-300\\/60 { border-right-color: #93c5fd99; } +.border-r-blue-300\\/65 { + border-right-color: #93c5fda6; +} + .border-r-blue-300\\/70 { border-right-color: #93c5fdb3; } @@ -102908,6 +141484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #93c5fdcc; } +.border-r-blue-300\\/85 { + border-right-color: #93c5fdd9; +} + .border-r-blue-300\\/90 { border-right-color: #93c5fde6; } @@ -102932,6 +141512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5fa; } +.border-r-blue-400\\/15 { + border-right-color: #60a5fa26; +} + .border-r-blue-400\\/20 { border-right-color: #60a5fa33; } @@ -102944,10 +141528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5fa4d; } +.border-r-blue-400\\/35 { + border-right-color: #60a5fa59; +} + .border-r-blue-400\\/40 { border-right-color: #60a5fa66; } +.border-r-blue-400\\/45 { + border-right-color: #60a5fa73; +} + .border-r-blue-400\\/5 { border-right-color: #60a5fa0d; } @@ -102956,10 +141548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5fa80; } +.border-r-blue-400\\/55 { + border-right-color: #60a5fa8c; +} + .border-r-blue-400\\/60 { border-right-color: #60a5fa99; } +.border-r-blue-400\\/65 { + border-right-color: #60a5faa6; +} + .border-r-blue-400\\/70 { border-right-color: #60a5fab3; } @@ -102972,6 +141572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #60a5facc; } +.border-r-blue-400\\/85 { + border-right-color: #60a5fad9; +} + .border-r-blue-400\\/90 { border-right-color: #60a5fae6; } @@ -102996,6 +141600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ff; } +.border-r-blue-50\\/15 { + border-right-color: #eff6ff26; +} + .border-r-blue-50\\/20 { border-right-color: #eff6ff33; } @@ -103008,10 +141616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ff4d; } +.border-r-blue-50\\/35 { + border-right-color: #eff6ff59; +} + .border-r-blue-50\\/40 { border-right-color: #eff6ff66; } +.border-r-blue-50\\/45 { + border-right-color: #eff6ff73; +} + .border-r-blue-50\\/5 { border-right-color: #eff6ff0d; } @@ -103020,10 +141636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ff80; } +.border-r-blue-50\\/55 { + border-right-color: #eff6ff8c; +} + .border-r-blue-50\\/60 { border-right-color: #eff6ff99; } +.border-r-blue-50\\/65 { + border-right-color: #eff6ffa6; +} + .border-r-blue-50\\/70 { border-right-color: #eff6ffb3; } @@ -103036,6 +141660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eff6ffcc; } +.border-r-blue-50\\/85 { + border-right-color: #eff6ffd9; +} + .border-r-blue-50\\/90 { border-right-color: #eff6ffe6; } @@ -103060,6 +141688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f6; } +.border-r-blue-500\\/15 { + border-right-color: #3b82f626; +} + .border-r-blue-500\\/20 { border-right-color: #3b82f633; } @@ -103072,10 +141704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f64d; } +.border-r-blue-500\\/35 { + border-right-color: #3b82f659; +} + .border-r-blue-500\\/40 { border-right-color: #3b82f666; } +.border-r-blue-500\\/45 { + border-right-color: #3b82f673; +} + .border-r-blue-500\\/5 { border-right-color: #3b82f60d; } @@ -103084,10 +141724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f680; } +.border-r-blue-500\\/55 { + border-right-color: #3b82f68c; +} + .border-r-blue-500\\/60 { border-right-color: #3b82f699; } +.border-r-blue-500\\/65 { + border-right-color: #3b82f6a6; +} + .border-r-blue-500\\/70 { border-right-color: #3b82f6b3; } @@ -103100,6 +141748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b82f6cc; } +.border-r-blue-500\\/85 { + border-right-color: #3b82f6d9; +} + .border-r-blue-500\\/90 { border-right-color: #3b82f6e6; } @@ -103124,6 +141776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563eb; } +.border-r-blue-600\\/15 { + border-right-color: #2563eb26; +} + .border-r-blue-600\\/20 { border-right-color: #2563eb33; } @@ -103136,10 +141792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563eb4d; } +.border-r-blue-600\\/35 { + border-right-color: #2563eb59; +} + .border-r-blue-600\\/40 { border-right-color: #2563eb66; } +.border-r-blue-600\\/45 { + border-right-color: #2563eb73; +} + .border-r-blue-600\\/5 { border-right-color: #2563eb0d; } @@ -103148,10 +141812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563eb80; } +.border-r-blue-600\\/55 { + border-right-color: #2563eb8c; +} + .border-r-blue-600\\/60 { border-right-color: #2563eb99; } +.border-r-blue-600\\/65 { + border-right-color: #2563eba6; +} + .border-r-blue-600\\/70 { border-right-color: #2563ebb3; } @@ -103164,6 +141836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2563ebcc; } +.border-r-blue-600\\/85 { + border-right-color: #2563ebd9; +} + .border-r-blue-600\\/90 { border-right-color: #2563ebe6; } @@ -103188,6 +141864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed8; } +.border-r-blue-700\\/15 { + border-right-color: #1d4ed826; +} + .border-r-blue-700\\/20 { border-right-color: #1d4ed833; } @@ -103200,10 +141880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed84d; } +.border-r-blue-700\\/35 { + border-right-color: #1d4ed859; +} + .border-r-blue-700\\/40 { border-right-color: #1d4ed866; } +.border-r-blue-700\\/45 { + border-right-color: #1d4ed873; +} + .border-r-blue-700\\/5 { border-right-color: #1d4ed80d; } @@ -103212,10 +141900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed880; } +.border-r-blue-700\\/55 { + border-right-color: #1d4ed88c; +} + .border-r-blue-700\\/60 { border-right-color: #1d4ed899; } +.border-r-blue-700\\/65 { + border-right-color: #1d4ed8a6; +} + .border-r-blue-700\\/70 { border-right-color: #1d4ed8b3; } @@ -103228,6 +141924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1d4ed8cc; } +.border-r-blue-700\\/85 { + border-right-color: #1d4ed8d9; +} + .border-r-blue-700\\/90 { border-right-color: #1d4ed8e6; } @@ -103252,6 +141952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40af; } +.border-r-blue-800\\/15 { + border-right-color: #1e40af26; +} + .border-r-blue-800\\/20 { border-right-color: #1e40af33; } @@ -103264,10 +141968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40af4d; } +.border-r-blue-800\\/35 { + border-right-color: #1e40af59; +} + .border-r-blue-800\\/40 { border-right-color: #1e40af66; } +.border-r-blue-800\\/45 { + border-right-color: #1e40af73; +} + .border-r-blue-800\\/5 { border-right-color: #1e40af0d; } @@ -103276,10 +141988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40af80; } +.border-r-blue-800\\/55 { + border-right-color: #1e40af8c; +} + .border-r-blue-800\\/60 { border-right-color: #1e40af99; } +.border-r-blue-800\\/65 { + border-right-color: #1e40afa6; +} + .border-r-blue-800\\/70 { border-right-color: #1e40afb3; } @@ -103292,6 +142012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e40afcc; } +.border-r-blue-800\\/85 { + border-right-color: #1e40afd9; +} + .border-r-blue-800\\/90 { border-right-color: #1e40afe6; } @@ -103316,6 +142040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8a; } +.border-r-blue-900\\/15 { + border-right-color: #1e3a8a26; +} + .border-r-blue-900\\/20 { border-right-color: #1e3a8a33; } @@ -103328,10 +142056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8a4d; } +.border-r-blue-900\\/35 { + border-right-color: #1e3a8a59; +} + .border-r-blue-900\\/40 { border-right-color: #1e3a8a66; } +.border-r-blue-900\\/45 { + border-right-color: #1e3a8a73; +} + .border-r-blue-900\\/5 { border-right-color: #1e3a8a0d; } @@ -103340,10 +142076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8a80; } +.border-r-blue-900\\/55 { + border-right-color: #1e3a8a8c; +} + .border-r-blue-900\\/60 { border-right-color: #1e3a8a99; } +.border-r-blue-900\\/65 { + border-right-color: #1e3a8aa6; +} + .border-r-blue-900\\/70 { border-right-color: #1e3a8ab3; } @@ -103356,6 +142100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e3a8acc; } +.border-r-blue-900\\/85 { + border-right-color: #1e3a8ad9; +} + .border-r-blue-900\\/90 { border-right-color: #1e3a8ae6; } @@ -103380,6 +142128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #172554; } +.border-r-blue-950\\/15 { + border-right-color: #17255426; +} + .border-r-blue-950\\/20 { border-right-color: #17255433; } @@ -103392,10 +142144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1725544d; } +.border-r-blue-950\\/35 { + border-right-color: #17255459; +} + .border-r-blue-950\\/40 { border-right-color: #17255466; } +.border-r-blue-950\\/45 { + border-right-color: #17255473; +} + .border-r-blue-950\\/5 { border-right-color: #1725540d; } @@ -103404,10 +142164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #17255480; } +.border-r-blue-950\\/55 { + border-right-color: #1725548c; +} + .border-r-blue-950\\/60 { border-right-color: #17255499; } +.border-r-blue-950\\/65 { + border-right-color: #172554a6; +} + .border-r-blue-950\\/70 { border-right-color: #172554b3; } @@ -103420,6 +142188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #172554cc; } +.border-r-blue-950\\/85 { + border-right-color: #172554d9; +} + .border-r-blue-950\\/90 { border-right-color: #172554e6; } @@ -103448,6 +142220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafe; } +.border-r-cyan-100\\/15 { + border-right-color: #cffafe26; +} + .border-r-cyan-100\\/20 { border-right-color: #cffafe33; } @@ -103460,10 +142236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafe4d; } +.border-r-cyan-100\\/35 { + border-right-color: #cffafe59; +} + .border-r-cyan-100\\/40 { border-right-color: #cffafe66; } +.border-r-cyan-100\\/45 { + border-right-color: #cffafe73; +} + .border-r-cyan-100\\/5 { border-right-color: #cffafe0d; } @@ -103472,10 +142256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafe80; } +.border-r-cyan-100\\/55 { + border-right-color: #cffafe8c; +} + .border-r-cyan-100\\/60 { border-right-color: #cffafe99; } +.border-r-cyan-100\\/65 { + border-right-color: #cffafea6; +} + .border-r-cyan-100\\/70 { border-right-color: #cffafeb3; } @@ -103488,6 +142280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cffafecc; } +.border-r-cyan-100\\/85 { + border-right-color: #cffafed9; +} + .border-r-cyan-100\\/90 { border-right-color: #cffafee6; } @@ -103512,6 +142308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fc; } +.border-r-cyan-200\\/15 { + border-right-color: #a5f3fc26; +} + .border-r-cyan-200\\/20 { border-right-color: #a5f3fc33; } @@ -103524,10 +142324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fc4d; } +.border-r-cyan-200\\/35 { + border-right-color: #a5f3fc59; +} + .border-r-cyan-200\\/40 { border-right-color: #a5f3fc66; } +.border-r-cyan-200\\/45 { + border-right-color: #a5f3fc73; +} + .border-r-cyan-200\\/5 { border-right-color: #a5f3fc0d; } @@ -103536,10 +142344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fc80; } +.border-r-cyan-200\\/55 { + border-right-color: #a5f3fc8c; +} + .border-r-cyan-200\\/60 { border-right-color: #a5f3fc99; } +.border-r-cyan-200\\/65 { + border-right-color: #a5f3fca6; +} + .border-r-cyan-200\\/70 { border-right-color: #a5f3fcb3; } @@ -103552,6 +142368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5f3fccc; } +.border-r-cyan-200\\/85 { + border-right-color: #a5f3fcd9; +} + .border-r-cyan-200\\/90 { border-right-color: #a5f3fce6; } @@ -103576,6 +142396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f9; } +.border-r-cyan-300\\/15 { + border-right-color: #67e8f926; +} + .border-r-cyan-300\\/20 { border-right-color: #67e8f933; } @@ -103588,10 +142412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f94d; } +.border-r-cyan-300\\/35 { + border-right-color: #67e8f959; +} + .border-r-cyan-300\\/40 { border-right-color: #67e8f966; } +.border-r-cyan-300\\/45 { + border-right-color: #67e8f973; +} + .border-r-cyan-300\\/5 { border-right-color: #67e8f90d; } @@ -103600,10 +142432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f980; } +.border-r-cyan-300\\/55 { + border-right-color: #67e8f98c; +} + .border-r-cyan-300\\/60 { border-right-color: #67e8f999; } +.border-r-cyan-300\\/65 { + border-right-color: #67e8f9a6; +} + .border-r-cyan-300\\/70 { border-right-color: #67e8f9b3; } @@ -103616,6 +142456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #67e8f9cc; } +.border-r-cyan-300\\/85 { + border-right-color: #67e8f9d9; +} + .border-r-cyan-300\\/90 { border-right-color: #67e8f9e6; } @@ -103640,6 +142484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3ee; } +.border-r-cyan-400\\/15 { + border-right-color: #22d3ee26; +} + .border-r-cyan-400\\/20 { border-right-color: #22d3ee33; } @@ -103652,10 +142500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3ee4d; } +.border-r-cyan-400\\/35 { + border-right-color: #22d3ee59; +} + .border-r-cyan-400\\/40 { border-right-color: #22d3ee66; } +.border-r-cyan-400\\/45 { + border-right-color: #22d3ee73; +} + .border-r-cyan-400\\/5 { border-right-color: #22d3ee0d; } @@ -103664,10 +142520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3ee80; } +.border-r-cyan-400\\/55 { + border-right-color: #22d3ee8c; +} + .border-r-cyan-400\\/60 { border-right-color: #22d3ee99; } +.border-r-cyan-400\\/65 { + border-right-color: #22d3eea6; +} + .border-r-cyan-400\\/70 { border-right-color: #22d3eeb3; } @@ -103680,6 +142544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22d3eecc; } +.border-r-cyan-400\\/85 { + border-right-color: #22d3eed9; +} + .border-r-cyan-400\\/90 { border-right-color: #22d3eee6; } @@ -103704,6 +142572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeff; } +.border-r-cyan-50\\/15 { + border-right-color: #ecfeff26; +} + .border-r-cyan-50\\/20 { border-right-color: #ecfeff33; } @@ -103716,10 +142588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeff4d; } +.border-r-cyan-50\\/35 { + border-right-color: #ecfeff59; +} + .border-r-cyan-50\\/40 { border-right-color: #ecfeff66; } +.border-r-cyan-50\\/45 { + border-right-color: #ecfeff73; +} + .border-r-cyan-50\\/5 { border-right-color: #ecfeff0d; } @@ -103728,10 +142608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeff80; } +.border-r-cyan-50\\/55 { + border-right-color: #ecfeff8c; +} + .border-r-cyan-50\\/60 { border-right-color: #ecfeff99; } +.border-r-cyan-50\\/65 { + border-right-color: #ecfeffa6; +} + .border-r-cyan-50\\/70 { border-right-color: #ecfeffb3; } @@ -103744,6 +142632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfeffcc; } +.border-r-cyan-50\\/85 { + border-right-color: #ecfeffd9; +} + .border-r-cyan-50\\/90 { border-right-color: #ecfeffe6; } @@ -103768,6 +142660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d4; } +.border-r-cyan-500\\/15 { + border-right-color: #06b6d426; +} + .border-r-cyan-500\\/20 { border-right-color: #06b6d433; } @@ -103780,10 +142676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d44d; } +.border-r-cyan-500\\/35 { + border-right-color: #06b6d459; +} + .border-r-cyan-500\\/40 { border-right-color: #06b6d466; } +.border-r-cyan-500\\/45 { + border-right-color: #06b6d473; +} + .border-r-cyan-500\\/5 { border-right-color: #06b6d40d; } @@ -103792,10 +142696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d480; } +.border-r-cyan-500\\/55 { + border-right-color: #06b6d48c; +} + .border-r-cyan-500\\/60 { border-right-color: #06b6d499; } +.border-r-cyan-500\\/65 { + border-right-color: #06b6d4a6; +} + .border-r-cyan-500\\/70 { border-right-color: #06b6d4b3; } @@ -103808,6 +142720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #06b6d4cc; } +.border-r-cyan-500\\/85 { + border-right-color: #06b6d4d9; +} + .border-r-cyan-500\\/90 { border-right-color: #06b6d4e6; } @@ -103832,6 +142748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b2; } +.border-r-cyan-600\\/15 { + border-right-color: #0891b226; +} + .border-r-cyan-600\\/20 { border-right-color: #0891b233; } @@ -103844,10 +142764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b24d; } +.border-r-cyan-600\\/35 { + border-right-color: #0891b259; +} + .border-r-cyan-600\\/40 { border-right-color: #0891b266; } +.border-r-cyan-600\\/45 { + border-right-color: #0891b273; +} + .border-r-cyan-600\\/5 { border-right-color: #0891b20d; } @@ -103856,10 +142784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b280; } +.border-r-cyan-600\\/55 { + border-right-color: #0891b28c; +} + .border-r-cyan-600\\/60 { border-right-color: #0891b299; } +.border-r-cyan-600\\/65 { + border-right-color: #0891b2a6; +} + .border-r-cyan-600\\/70 { border-right-color: #0891b2b3; } @@ -103872,6 +142808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0891b2cc; } +.border-r-cyan-600\\/85 { + border-right-color: #0891b2d9; +} + .border-r-cyan-600\\/90 { border-right-color: #0891b2e6; } @@ -103896,6 +142836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e7490; } +.border-r-cyan-700\\/15 { + border-right-color: #0e749026; +} + .border-r-cyan-700\\/20 { border-right-color: #0e749033; } @@ -103908,10 +142852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e74904d; } +.border-r-cyan-700\\/35 { + border-right-color: #0e749059; +} + .border-r-cyan-700\\/40 { border-right-color: #0e749066; } +.border-r-cyan-700\\/45 { + border-right-color: #0e749073; +} + .border-r-cyan-700\\/5 { border-right-color: #0e74900d; } @@ -103920,10 +142872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e749080; } +.border-r-cyan-700\\/55 { + border-right-color: #0e74908c; +} + .border-r-cyan-700\\/60 { border-right-color: #0e749099; } +.border-r-cyan-700\\/65 { + border-right-color: #0e7490a6; +} + .border-r-cyan-700\\/70 { border-right-color: #0e7490b3; } @@ -103936,6 +142896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0e7490cc; } +.border-r-cyan-700\\/85 { + border-right-color: #0e7490d9; +} + .border-r-cyan-700\\/90 { border-right-color: #0e7490e6; } @@ -103960,6 +142924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e75; } +.border-r-cyan-800\\/15 { + border-right-color: #155e7526; +} + .border-r-cyan-800\\/20 { border-right-color: #155e7533; } @@ -103972,10 +142940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e754d; } +.border-r-cyan-800\\/35 { + border-right-color: #155e7559; +} + .border-r-cyan-800\\/40 { border-right-color: #155e7566; } +.border-r-cyan-800\\/45 { + border-right-color: #155e7573; +} + .border-r-cyan-800\\/5 { border-right-color: #155e750d; } @@ -103984,10 +142960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e7580; } +.border-r-cyan-800\\/55 { + border-right-color: #155e758c; +} + .border-r-cyan-800\\/60 { border-right-color: #155e7599; } +.border-r-cyan-800\\/65 { + border-right-color: #155e75a6; +} + .border-r-cyan-800\\/70 { border-right-color: #155e75b3; } @@ -104000,6 +142984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #155e75cc; } +.border-r-cyan-800\\/85 { + border-right-color: #155e75d9; +} + .border-r-cyan-800\\/90 { border-right-color: #155e75e6; } @@ -104024,6 +143012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e63; } +.border-r-cyan-900\\/15 { + border-right-color: #164e6326; +} + .border-r-cyan-900\\/20 { border-right-color: #164e6333; } @@ -104036,10 +143028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e634d; } +.border-r-cyan-900\\/35 { + border-right-color: #164e6359; +} + .border-r-cyan-900\\/40 { border-right-color: #164e6366; } +.border-r-cyan-900\\/45 { + border-right-color: #164e6373; +} + .border-r-cyan-900\\/5 { border-right-color: #164e630d; } @@ -104048,10 +143048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e6380; } +.border-r-cyan-900\\/55 { + border-right-color: #164e638c; +} + .border-r-cyan-900\\/60 { border-right-color: #164e6399; } +.border-r-cyan-900\\/65 { + border-right-color: #164e63a6; +} + .border-r-cyan-900\\/70 { border-right-color: #164e63b3; } @@ -104064,6 +143072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #164e63cc; } +.border-r-cyan-900\\/85 { + border-right-color: #164e63d9; +} + .border-r-cyan-900\\/90 { border-right-color: #164e63e6; } @@ -104088,6 +143100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #083344; } +.border-r-cyan-950\\/15 { + border-right-color: #08334426; +} + .border-r-cyan-950\\/20 { border-right-color: #08334433; } @@ -104100,10 +143116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0833444d; } +.border-r-cyan-950\\/35 { + border-right-color: #08334459; +} + .border-r-cyan-950\\/40 { border-right-color: #08334466; } +.border-r-cyan-950\\/45 { + border-right-color: #08334473; +} + .border-r-cyan-950\\/5 { border-right-color: #0833440d; } @@ -104112,10 +143136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #08334480; } +.border-r-cyan-950\\/55 { + border-right-color: #0833448c; +} + .border-r-cyan-950\\/60 { border-right-color: #08334499; } +.border-r-cyan-950\\/65 { + border-right-color: #083344a6; +} + .border-r-cyan-950\\/70 { border-right-color: #083344b3; } @@ -104128,6 +143160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #083344cc; } +.border-r-cyan-950\\/85 { + border-right-color: #083344d9; +} + .border-r-cyan-950\\/90 { border-right-color: #083344e6; } @@ -104152,6 +143188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae5; } +.border-r-emerald-100\\/15 { + border-right-color: #d1fae526; +} + .border-r-emerald-100\\/20 { border-right-color: #d1fae533; } @@ -104164,10 +143204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae54d; } +.border-r-emerald-100\\/35 { + border-right-color: #d1fae559; +} + .border-r-emerald-100\\/40 { border-right-color: #d1fae566; } +.border-r-emerald-100\\/45 { + border-right-color: #d1fae573; +} + .border-r-emerald-100\\/5 { border-right-color: #d1fae50d; } @@ -104176,10 +143224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae580; } +.border-r-emerald-100\\/55 { + border-right-color: #d1fae58c; +} + .border-r-emerald-100\\/60 { border-right-color: #d1fae599; } +.border-r-emerald-100\\/65 { + border-right-color: #d1fae5a6; +} + .border-r-emerald-100\\/70 { border-right-color: #d1fae5b3; } @@ -104192,6 +143248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1fae5cc; } +.border-r-emerald-100\\/85 { + border-right-color: #d1fae5d9; +} + .border-r-emerald-100\\/90 { border-right-color: #d1fae5e6; } @@ -104216,6 +143276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d0; } +.border-r-emerald-200\\/15 { + border-right-color: #a7f3d026; +} + .border-r-emerald-200\\/20 { border-right-color: #a7f3d033; } @@ -104228,10 +143292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d04d; } +.border-r-emerald-200\\/35 { + border-right-color: #a7f3d059; +} + .border-r-emerald-200\\/40 { border-right-color: #a7f3d066; } +.border-r-emerald-200\\/45 { + border-right-color: #a7f3d073; +} + .border-r-emerald-200\\/5 { border-right-color: #a7f3d00d; } @@ -104240,10 +143312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d080; } +.border-r-emerald-200\\/55 { + border-right-color: #a7f3d08c; +} + .border-r-emerald-200\\/60 { border-right-color: #a7f3d099; } +.border-r-emerald-200\\/65 { + border-right-color: #a7f3d0a6; +} + .border-r-emerald-200\\/70 { border-right-color: #a7f3d0b3; } @@ -104256,6 +143336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a7f3d0cc; } +.border-r-emerald-200\\/85 { + border-right-color: #a7f3d0d9; +} + .border-r-emerald-200\\/90 { border-right-color: #a7f3d0e6; } @@ -104280,6 +143364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b7; } +.border-r-emerald-300\\/15 { + border-right-color: #6ee7b726; +} + .border-r-emerald-300\\/20 { border-right-color: #6ee7b733; } @@ -104292,10 +143380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b74d; } +.border-r-emerald-300\\/35 { + border-right-color: #6ee7b759; +} + .border-r-emerald-300\\/40 { border-right-color: #6ee7b766; } +.border-r-emerald-300\\/45 { + border-right-color: #6ee7b773; +} + .border-r-emerald-300\\/5 { border-right-color: #6ee7b70d; } @@ -104304,10 +143400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b780; } +.border-r-emerald-300\\/55 { + border-right-color: #6ee7b78c; +} + .border-r-emerald-300\\/60 { border-right-color: #6ee7b799; } +.border-r-emerald-300\\/65 { + border-right-color: #6ee7b7a6; +} + .border-r-emerald-300\\/70 { border-right-color: #6ee7b7b3; } @@ -104320,6 +143424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6ee7b7cc; } +.border-r-emerald-300\\/85 { + border-right-color: #6ee7b7d9; +} + .border-r-emerald-300\\/90 { border-right-color: #6ee7b7e6; } @@ -104344,6 +143452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d399; } +.border-r-emerald-400\\/15 { + border-right-color: #34d39926; +} + .border-r-emerald-400\\/20 { border-right-color: #34d39933; } @@ -104356,10 +143468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d3994d; } +.border-r-emerald-400\\/35 { + border-right-color: #34d39959; +} + .border-r-emerald-400\\/40 { border-right-color: #34d39966; } +.border-r-emerald-400\\/45 { + border-right-color: #34d39973; +} + .border-r-emerald-400\\/5 { border-right-color: #34d3990d; } @@ -104368,10 +143488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d39980; } +.border-r-emerald-400\\/55 { + border-right-color: #34d3998c; +} + .border-r-emerald-400\\/60 { border-right-color: #34d39999; } +.border-r-emerald-400\\/65 { + border-right-color: #34d399a6; +} + .border-r-emerald-400\\/70 { border-right-color: #34d399b3; } @@ -104384,6 +143512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #34d399cc; } +.border-r-emerald-400\\/85 { + border-right-color: #34d399d9; +} + .border-r-emerald-400\\/90 { border-right-color: #34d399e6; } @@ -104408,6 +143540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf5; } +.border-r-emerald-50\\/15 { + border-right-color: #ecfdf526; +} + .border-r-emerald-50\\/20 { border-right-color: #ecfdf533; } @@ -104420,10 +143556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf54d; } +.border-r-emerald-50\\/35 { + border-right-color: #ecfdf559; +} + .border-r-emerald-50\\/40 { border-right-color: #ecfdf566; } +.border-r-emerald-50\\/45 { + border-right-color: #ecfdf573; +} + .border-r-emerald-50\\/5 { border-right-color: #ecfdf50d; } @@ -104432,10 +143576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf580; } +.border-r-emerald-50\\/55 { + border-right-color: #ecfdf58c; +} + .border-r-emerald-50\\/60 { border-right-color: #ecfdf599; } +.border-r-emerald-50\\/65 { + border-right-color: #ecfdf5a6; +} + .border-r-emerald-50\\/70 { border-right-color: #ecfdf5b3; } @@ -104448,6 +143600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfdf5cc; } +.border-r-emerald-50\\/85 { + border-right-color: #ecfdf5d9; +} + .border-r-emerald-50\\/90 { border-right-color: #ecfdf5e6; } @@ -104472,6 +143628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b981; } +.border-r-emerald-500\\/15 { + border-right-color: #10b98126; +} + .border-r-emerald-500\\/20 { border-right-color: #10b98133; } @@ -104484,10 +143644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b9814d; } +.border-r-emerald-500\\/35 { + border-right-color: #10b98159; +} + .border-r-emerald-500\\/40 { border-right-color: #10b98166; } +.border-r-emerald-500\\/45 { + border-right-color: #10b98173; +} + .border-r-emerald-500\\/5 { border-right-color: #10b9810d; } @@ -104496,10 +143664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b98180; } +.border-r-emerald-500\\/55 { + border-right-color: #10b9818c; +} + .border-r-emerald-500\\/60 { border-right-color: #10b98199; } +.border-r-emerald-500\\/65 { + border-right-color: #10b981a6; +} + .border-r-emerald-500\\/70 { border-right-color: #10b981b3; } @@ -104512,6 +143688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #10b981cc; } +.border-r-emerald-500\\/85 { + border-right-color: #10b981d9; +} + .border-r-emerald-500\\/90 { border-right-color: #10b981e6; } @@ -104536,6 +143716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #059669; } +.border-r-emerald-600\\/15 { + border-right-color: #05966926; +} + .border-r-emerald-600\\/20 { border-right-color: #05966933; } @@ -104548,10 +143732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0596694d; } +.border-r-emerald-600\\/35 { + border-right-color: #05966959; +} + .border-r-emerald-600\\/40 { border-right-color: #05966966; } +.border-r-emerald-600\\/45 { + border-right-color: #05966973; +} + .border-r-emerald-600\\/5 { border-right-color: #0596690d; } @@ -104560,10 +143752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #05966980; } +.border-r-emerald-600\\/55 { + border-right-color: #0596698c; +} + .border-r-emerald-600\\/60 { border-right-color: #05966999; } +.border-r-emerald-600\\/65 { + border-right-color: #059669a6; +} + .border-r-emerald-600\\/70 { border-right-color: #059669b3; } @@ -104576,6 +143776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #059669cc; } +.border-r-emerald-600\\/85 { + border-right-color: #059669d9; +} + .border-r-emerald-600\\/90 { border-right-color: #059669e6; } @@ -104600,6 +143804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #047857; } +.border-r-emerald-700\\/15 { + border-right-color: #04785726; +} + .border-r-emerald-700\\/20 { border-right-color: #04785733; } @@ -104612,10 +143820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0478574d; } +.border-r-emerald-700\\/35 { + border-right-color: #04785759; +} + .border-r-emerald-700\\/40 { border-right-color: #04785766; } +.border-r-emerald-700\\/45 { + border-right-color: #04785773; +} + .border-r-emerald-700\\/5 { border-right-color: #0478570d; } @@ -104624,10 +143840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #04785780; } +.border-r-emerald-700\\/55 { + border-right-color: #0478578c; +} + .border-r-emerald-700\\/60 { border-right-color: #04785799; } +.border-r-emerald-700\\/65 { + border-right-color: #047857a6; +} + .border-r-emerald-700\\/70 { border-right-color: #047857b3; } @@ -104640,6 +143864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #047857cc; } +.border-r-emerald-700\\/85 { + border-right-color: #047857d9; +} + .border-r-emerald-700\\/90 { border-right-color: #047857e6; } @@ -104664,6 +143892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f46; } +.border-r-emerald-800\\/15 { + border-right-color: #065f4626; +} + .border-r-emerald-800\\/20 { border-right-color: #065f4633; } @@ -104676,10 +143908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f464d; } +.border-r-emerald-800\\/35 { + border-right-color: #065f4659; +} + .border-r-emerald-800\\/40 { border-right-color: #065f4666; } +.border-r-emerald-800\\/45 { + border-right-color: #065f4673; +} + .border-r-emerald-800\\/5 { border-right-color: #065f460d; } @@ -104688,10 +143928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f4680; } +.border-r-emerald-800\\/55 { + border-right-color: #065f468c; +} + .border-r-emerald-800\\/60 { border-right-color: #065f4699; } +.border-r-emerald-800\\/65 { + border-right-color: #065f46a6; +} + .border-r-emerald-800\\/70 { border-right-color: #065f46b3; } @@ -104704,6 +143952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #065f46cc; } +.border-r-emerald-800\\/85 { + border-right-color: #065f46d9; +} + .border-r-emerald-800\\/90 { border-right-color: #065f46e6; } @@ -104728,6 +143980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3b; } +.border-r-emerald-900\\/15 { + border-right-color: #064e3b26; +} + .border-r-emerald-900\\/20 { border-right-color: #064e3b33; } @@ -104740,10 +143996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3b4d; } +.border-r-emerald-900\\/35 { + border-right-color: #064e3b59; +} + .border-r-emerald-900\\/40 { border-right-color: #064e3b66; } +.border-r-emerald-900\\/45 { + border-right-color: #064e3b73; +} + .border-r-emerald-900\\/5 { border-right-color: #064e3b0d; } @@ -104752,10 +144016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3b80; } +.border-r-emerald-900\\/55 { + border-right-color: #064e3b8c; +} + .border-r-emerald-900\\/60 { border-right-color: #064e3b99; } +.border-r-emerald-900\\/65 { + border-right-color: #064e3ba6; +} + .border-r-emerald-900\\/70 { border-right-color: #064e3bb3; } @@ -104768,6 +144040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #064e3bcc; } +.border-r-emerald-900\\/85 { + border-right-color: #064e3bd9; +} + .border-r-emerald-900\\/90 { border-right-color: #064e3be6; } @@ -104792,6 +144068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c22; } +.border-r-emerald-950\\/15 { + border-right-color: #022c2226; +} + .border-r-emerald-950\\/20 { border-right-color: #022c2233; } @@ -104804,10 +144084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c224d; } +.border-r-emerald-950\\/35 { + border-right-color: #022c2259; +} + .border-r-emerald-950\\/40 { border-right-color: #022c2266; } +.border-r-emerald-950\\/45 { + border-right-color: #022c2273; +} + .border-r-emerald-950\\/5 { border-right-color: #022c220d; } @@ -104816,10 +144104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c2280; } +.border-r-emerald-950\\/55 { + border-right-color: #022c228c; +} + .border-r-emerald-950\\/60 { border-right-color: #022c2299; } +.border-r-emerald-950\\/65 { + border-right-color: #022c22a6; +} + .border-r-emerald-950\\/70 { border-right-color: #022c22b3; } @@ -104832,6 +144128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #022c22cc; } +.border-r-emerald-950\\/85 { + border-right-color: #022c22d9; +} + .border-r-emerald-950\\/90 { border-right-color: #022c22e6; } @@ -104856,6 +144156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ff; } +.border-r-fuchsia-100\\/15 { + border-right-color: #fae8ff26; +} + .border-r-fuchsia-100\\/20 { border-right-color: #fae8ff33; } @@ -104868,10 +144172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ff4d; } +.border-r-fuchsia-100\\/35 { + border-right-color: #fae8ff59; +} + .border-r-fuchsia-100\\/40 { border-right-color: #fae8ff66; } +.border-r-fuchsia-100\\/45 { + border-right-color: #fae8ff73; +} + .border-r-fuchsia-100\\/5 { border-right-color: #fae8ff0d; } @@ -104880,10 +144192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ff80; } +.border-r-fuchsia-100\\/55 { + border-right-color: #fae8ff8c; +} + .border-r-fuchsia-100\\/60 { border-right-color: #fae8ff99; } +.border-r-fuchsia-100\\/65 { + border-right-color: #fae8ffa6; +} + .border-r-fuchsia-100\\/70 { border-right-color: #fae8ffb3; } @@ -104896,6 +144216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fae8ffcc; } +.border-r-fuchsia-100\\/85 { + border-right-color: #fae8ffd9; +} + .border-r-fuchsia-100\\/90 { border-right-color: #fae8ffe6; } @@ -104920,6 +144244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fe; } +.border-r-fuchsia-200\\/15 { + border-right-color: #f5d0fe26; +} + .border-r-fuchsia-200\\/20 { border-right-color: #f5d0fe33; } @@ -104932,10 +144260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fe4d; } +.border-r-fuchsia-200\\/35 { + border-right-color: #f5d0fe59; +} + .border-r-fuchsia-200\\/40 { border-right-color: #f5d0fe66; } +.border-r-fuchsia-200\\/45 { + border-right-color: #f5d0fe73; +} + .border-r-fuchsia-200\\/5 { border-right-color: #f5d0fe0d; } @@ -104944,10 +144280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fe80; } +.border-r-fuchsia-200\\/55 { + border-right-color: #f5d0fe8c; +} + .border-r-fuchsia-200\\/60 { border-right-color: #f5d0fe99; } +.border-r-fuchsia-200\\/65 { + border-right-color: #f5d0fea6; +} + .border-r-fuchsia-200\\/70 { border-right-color: #f5d0feb3; } @@ -104960,6 +144304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5d0fecc; } +.border-r-fuchsia-200\\/85 { + border-right-color: #f5d0fed9; +} + .border-r-fuchsia-200\\/90 { border-right-color: #f5d0fee6; } @@ -104984,6 +144332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfc; } +.border-r-fuchsia-300\\/15 { + border-right-color: #f0abfc26; +} + .border-r-fuchsia-300\\/20 { border-right-color: #f0abfc33; } @@ -104996,10 +144348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfc4d; } +.border-r-fuchsia-300\\/35 { + border-right-color: #f0abfc59; +} + .border-r-fuchsia-300\\/40 { border-right-color: #f0abfc66; } +.border-r-fuchsia-300\\/45 { + border-right-color: #f0abfc73; +} + .border-r-fuchsia-300\\/5 { border-right-color: #f0abfc0d; } @@ -105008,10 +144368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfc80; } +.border-r-fuchsia-300\\/55 { + border-right-color: #f0abfc8c; +} + .border-r-fuchsia-300\\/60 { border-right-color: #f0abfc99; } +.border-r-fuchsia-300\\/65 { + border-right-color: #f0abfca6; +} + .border-r-fuchsia-300\\/70 { border-right-color: #f0abfcb3; } @@ -105024,6 +144392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0abfccc; } +.border-r-fuchsia-300\\/85 { + border-right-color: #f0abfcd9; +} + .border-r-fuchsia-300\\/90 { border-right-color: #f0abfce6; } @@ -105048,6 +144420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f9; } +.border-r-fuchsia-400\\/15 { + border-right-color: #e879f926; +} + .border-r-fuchsia-400\\/20 { border-right-color: #e879f933; } @@ -105060,10 +144436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f94d; } +.border-r-fuchsia-400\\/35 { + border-right-color: #e879f959; +} + .border-r-fuchsia-400\\/40 { border-right-color: #e879f966; } +.border-r-fuchsia-400\\/45 { + border-right-color: #e879f973; +} + .border-r-fuchsia-400\\/5 { border-right-color: #e879f90d; } @@ -105072,10 +144456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f980; } +.border-r-fuchsia-400\\/55 { + border-right-color: #e879f98c; +} + .border-r-fuchsia-400\\/60 { border-right-color: #e879f999; } +.border-r-fuchsia-400\\/65 { + border-right-color: #e879f9a6; +} + .border-r-fuchsia-400\\/70 { border-right-color: #e879f9b3; } @@ -105088,6 +144480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e879f9cc; } +.border-r-fuchsia-400\\/85 { + border-right-color: #e879f9d9; +} + .border-r-fuchsia-400\\/90 { border-right-color: #e879f9e6; } @@ -105112,6 +144508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ff; } +.border-r-fuchsia-50\\/15 { + border-right-color: #fdf4ff26; +} + .border-r-fuchsia-50\\/20 { border-right-color: #fdf4ff33; } @@ -105124,10 +144524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ff4d; } +.border-r-fuchsia-50\\/35 { + border-right-color: #fdf4ff59; +} + .border-r-fuchsia-50\\/40 { border-right-color: #fdf4ff66; } +.border-r-fuchsia-50\\/45 { + border-right-color: #fdf4ff73; +} + .border-r-fuchsia-50\\/5 { border-right-color: #fdf4ff0d; } @@ -105136,10 +144544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ff80; } +.border-r-fuchsia-50\\/55 { + border-right-color: #fdf4ff8c; +} + .border-r-fuchsia-50\\/60 { border-right-color: #fdf4ff99; } +.border-r-fuchsia-50\\/65 { + border-right-color: #fdf4ffa6; +} + .border-r-fuchsia-50\\/70 { border-right-color: #fdf4ffb3; } @@ -105152,6 +144568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf4ffcc; } +.border-r-fuchsia-50\\/85 { + border-right-color: #fdf4ffd9; +} + .border-r-fuchsia-50\\/90 { border-right-color: #fdf4ffe6; } @@ -105176,6 +144596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946ef; } +.border-r-fuchsia-500\\/15 { + border-right-color: #d946ef26; +} + .border-r-fuchsia-500\\/20 { border-right-color: #d946ef33; } @@ -105188,10 +144612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946ef4d; } +.border-r-fuchsia-500\\/35 { + border-right-color: #d946ef59; +} + .border-r-fuchsia-500\\/40 { border-right-color: #d946ef66; } +.border-r-fuchsia-500\\/45 { + border-right-color: #d946ef73; +} + .border-r-fuchsia-500\\/5 { border-right-color: #d946ef0d; } @@ -105200,10 +144632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946ef80; } +.border-r-fuchsia-500\\/55 { + border-right-color: #d946ef8c; +} + .border-r-fuchsia-500\\/60 { border-right-color: #d946ef99; } +.border-r-fuchsia-500\\/65 { + border-right-color: #d946efa6; +} + .border-r-fuchsia-500\\/70 { border-right-color: #d946efb3; } @@ -105216,6 +144656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d946efcc; } +.border-r-fuchsia-500\\/85 { + border-right-color: #d946efd9; +} + .border-r-fuchsia-500\\/90 { border-right-color: #d946efe6; } @@ -105240,6 +144684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d3; } +.border-r-fuchsia-600\\/15 { + border-right-color: #c026d326; +} + .border-r-fuchsia-600\\/20 { border-right-color: #c026d333; } @@ -105252,10 +144700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d34d; } +.border-r-fuchsia-600\\/35 { + border-right-color: #c026d359; +} + .border-r-fuchsia-600\\/40 { border-right-color: #c026d366; } +.border-r-fuchsia-600\\/45 { + border-right-color: #c026d373; +} + .border-r-fuchsia-600\\/5 { border-right-color: #c026d30d; } @@ -105264,10 +144720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d380; } +.border-r-fuchsia-600\\/55 { + border-right-color: #c026d38c; +} + .border-r-fuchsia-600\\/60 { border-right-color: #c026d399; } +.border-r-fuchsia-600\\/65 { + border-right-color: #c026d3a6; +} + .border-r-fuchsia-600\\/70 { border-right-color: #c026d3b3; } @@ -105280,6 +144744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c026d3cc; } +.border-r-fuchsia-600\\/85 { + border-right-color: #c026d3d9; +} + .border-r-fuchsia-600\\/90 { border-right-color: #c026d3e6; } @@ -105304,6 +144772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21caf; } +.border-r-fuchsia-700\\/15 { + border-right-color: #a21caf26; +} + .border-r-fuchsia-700\\/20 { border-right-color: #a21caf33; } @@ -105316,10 +144788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21caf4d; } +.border-r-fuchsia-700\\/35 { + border-right-color: #a21caf59; +} + .border-r-fuchsia-700\\/40 { border-right-color: #a21caf66; } +.border-r-fuchsia-700\\/45 { + border-right-color: #a21caf73; +} + .border-r-fuchsia-700\\/5 { border-right-color: #a21caf0d; } @@ -105328,10 +144808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21caf80; } +.border-r-fuchsia-700\\/55 { + border-right-color: #a21caf8c; +} + .border-r-fuchsia-700\\/60 { border-right-color: #a21caf99; } +.border-r-fuchsia-700\\/65 { + border-right-color: #a21cafa6; +} + .border-r-fuchsia-700\\/70 { border-right-color: #a21cafb3; } @@ -105344,6 +144832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a21cafcc; } +.border-r-fuchsia-700\\/85 { + border-right-color: #a21cafd9; +} + .border-r-fuchsia-700\\/90 { border-right-color: #a21cafe6; } @@ -105368,6 +144860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198f; } +.border-r-fuchsia-800\\/15 { + border-right-color: #86198f26; +} + .border-r-fuchsia-800\\/20 { border-right-color: #86198f33; } @@ -105380,10 +144876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198f4d; } +.border-r-fuchsia-800\\/35 { + border-right-color: #86198f59; +} + .border-r-fuchsia-800\\/40 { border-right-color: #86198f66; } +.border-r-fuchsia-800\\/45 { + border-right-color: #86198f73; +} + .border-r-fuchsia-800\\/5 { border-right-color: #86198f0d; } @@ -105392,10 +144896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198f80; } +.border-r-fuchsia-800\\/55 { + border-right-color: #86198f8c; +} + .border-r-fuchsia-800\\/60 { border-right-color: #86198f99; } +.border-r-fuchsia-800\\/65 { + border-right-color: #86198fa6; +} + .border-r-fuchsia-800\\/70 { border-right-color: #86198fb3; } @@ -105408,6 +144920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86198fcc; } +.border-r-fuchsia-800\\/85 { + border-right-color: #86198fd9; +} + .border-r-fuchsia-800\\/90 { border-right-color: #86198fe6; } @@ -105432,6 +144948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a75; } +.border-r-fuchsia-900\\/15 { + border-right-color: #701a7526; +} + .border-r-fuchsia-900\\/20 { border-right-color: #701a7533; } @@ -105444,10 +144964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a754d; } +.border-r-fuchsia-900\\/35 { + border-right-color: #701a7559; +} + .border-r-fuchsia-900\\/40 { border-right-color: #701a7566; } +.border-r-fuchsia-900\\/45 { + border-right-color: #701a7573; +} + .border-r-fuchsia-900\\/5 { border-right-color: #701a750d; } @@ -105456,10 +144984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a7580; } +.border-r-fuchsia-900\\/55 { + border-right-color: #701a758c; +} + .border-r-fuchsia-900\\/60 { border-right-color: #701a7599; } +.border-r-fuchsia-900\\/65 { + border-right-color: #701a75a6; +} + .border-r-fuchsia-900\\/70 { border-right-color: #701a75b3; } @@ -105472,6 +145008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #701a75cc; } +.border-r-fuchsia-900\\/85 { + border-right-color: #701a75d9; +} + .border-r-fuchsia-900\\/90 { border-right-color: #701a75e6; } @@ -105496,6 +145036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044e; } +.border-r-fuchsia-950\\/15 { + border-right-color: #4a044e26; +} + .border-r-fuchsia-950\\/20 { border-right-color: #4a044e33; } @@ -105508,10 +145052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044e4d; } +.border-r-fuchsia-950\\/35 { + border-right-color: #4a044e59; +} + .border-r-fuchsia-950\\/40 { border-right-color: #4a044e66; } +.border-r-fuchsia-950\\/45 { + border-right-color: #4a044e73; +} + .border-r-fuchsia-950\\/5 { border-right-color: #4a044e0d; } @@ -105520,10 +145072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044e80; } +.border-r-fuchsia-950\\/55 { + border-right-color: #4a044e8c; +} + .border-r-fuchsia-950\\/60 { border-right-color: #4a044e99; } +.border-r-fuchsia-950\\/65 { + border-right-color: #4a044ea6; +} + .border-r-fuchsia-950\\/70 { border-right-color: #4a044eb3; } @@ -105536,6 +145096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4a044ecc; } +.border-r-fuchsia-950\\/85 { + border-right-color: #4a044ed9; +} + .border-r-fuchsia-950\\/90 { border-right-color: #4a044ee6; } @@ -105560,6 +145124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f6; } +.border-r-gray-100\\/15 { + border-right-color: #f3f4f626; +} + .border-r-gray-100\\/20 { border-right-color: #f3f4f633; } @@ -105572,10 +145140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f64d; } +.border-r-gray-100\\/35 { + border-right-color: #f3f4f659; +} + .border-r-gray-100\\/40 { border-right-color: #f3f4f666; } +.border-r-gray-100\\/45 { + border-right-color: #f3f4f673; +} + .border-r-gray-100\\/5 { border-right-color: #f3f4f60d; } @@ -105584,10 +145160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f680; } +.border-r-gray-100\\/55 { + border-right-color: #f3f4f68c; +} + .border-r-gray-100\\/60 { border-right-color: #f3f4f699; } +.border-r-gray-100\\/65 { + border-right-color: #f3f4f6a6; +} + .border-r-gray-100\\/70 { border-right-color: #f3f4f6b3; } @@ -105600,6 +145184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3f4f6cc; } +.border-r-gray-100\\/85 { + border-right-color: #f3f4f6d9; +} + .border-r-gray-100\\/90 { border-right-color: #f3f4f6e6; } @@ -105624,6 +145212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7eb; } +.border-r-gray-200\\/15 { + border-right-color: #e5e7eb26; +} + .border-r-gray-200\\/20 { border-right-color: #e5e7eb33; } @@ -105636,10 +145228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7eb4d; } +.border-r-gray-200\\/35 { + border-right-color: #e5e7eb59; +} + .border-r-gray-200\\/40 { border-right-color: #e5e7eb66; } +.border-r-gray-200\\/45 { + border-right-color: #e5e7eb73; +} + .border-r-gray-200\\/5 { border-right-color: #e5e7eb0d; } @@ -105648,10 +145248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7eb80; } +.border-r-gray-200\\/55 { + border-right-color: #e5e7eb8c; +} + .border-r-gray-200\\/60 { border-right-color: #e5e7eb99; } +.border-r-gray-200\\/65 { + border-right-color: #e5e7eba6; +} + .border-r-gray-200\\/70 { border-right-color: #e5e7ebb3; } @@ -105664,6 +145272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e7ebcc; } +.border-r-gray-200\\/85 { + border-right-color: #e5e7ebd9; +} + .border-r-gray-200\\/90 { border-right-color: #e5e7ebe6; } @@ -105688,6 +145300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5db; } +.border-r-gray-300\\/15 { + border-right-color: #d1d5db26; +} + .border-r-gray-300\\/20 { border-right-color: #d1d5db33; } @@ -105700,10 +145316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5db4d; } +.border-r-gray-300\\/35 { + border-right-color: #d1d5db59; +} + .border-r-gray-300\\/40 { border-right-color: #d1d5db66; } +.border-r-gray-300\\/45 { + border-right-color: #d1d5db73; +} + .border-r-gray-300\\/5 { border-right-color: #d1d5db0d; } @@ -105712,10 +145336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5db80; } +.border-r-gray-300\\/55 { + border-right-color: #d1d5db8c; +} + .border-r-gray-300\\/60 { border-right-color: #d1d5db99; } +.border-r-gray-300\\/65 { + border-right-color: #d1d5dba6; +} + .border-r-gray-300\\/70 { border-right-color: #d1d5dbb3; } @@ -105728,6 +145360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d1d5dbcc; } +.border-r-gray-300\\/85 { + border-right-color: #d1d5dbd9; +} + .border-r-gray-300\\/90 { border-right-color: #d1d5dbe6; } @@ -105752,6 +145388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3af; } +.border-r-gray-400\\/15 { + border-right-color: #9ca3af26; +} + .border-r-gray-400\\/20 { border-right-color: #9ca3af33; } @@ -105764,10 +145404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3af4d; } +.border-r-gray-400\\/35 { + border-right-color: #9ca3af59; +} + .border-r-gray-400\\/40 { border-right-color: #9ca3af66; } +.border-r-gray-400\\/45 { + border-right-color: #9ca3af73; +} + .border-r-gray-400\\/5 { border-right-color: #9ca3af0d; } @@ -105776,10 +145424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3af80; } +.border-r-gray-400\\/55 { + border-right-color: #9ca3af8c; +} + .border-r-gray-400\\/60 { border-right-color: #9ca3af99; } +.border-r-gray-400\\/65 { + border-right-color: #9ca3afa6; +} + .border-r-gray-400\\/70 { border-right-color: #9ca3afb3; } @@ -105792,6 +145448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9ca3afcc; } +.border-r-gray-400\\/85 { + border-right-color: #9ca3afd9; +} + .border-r-gray-400\\/90 { border-right-color: #9ca3afe6; } @@ -105816,6 +145476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafb; } +.border-r-gray-50\\/15 { + border-right-color: #f9fafb26; +} + .border-r-gray-50\\/20 { border-right-color: #f9fafb33; } @@ -105828,10 +145492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafb4d; } +.border-r-gray-50\\/35 { + border-right-color: #f9fafb59; +} + .border-r-gray-50\\/40 { border-right-color: #f9fafb66; } +.border-r-gray-50\\/45 { + border-right-color: #f9fafb73; +} + .border-r-gray-50\\/5 { border-right-color: #f9fafb0d; } @@ -105840,10 +145512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafb80; } +.border-r-gray-50\\/55 { + border-right-color: #f9fafb8c; +} + .border-r-gray-50\\/60 { border-right-color: #f9fafb99; } +.border-r-gray-50\\/65 { + border-right-color: #f9fafba6; +} + .border-r-gray-50\\/70 { border-right-color: #f9fafbb3; } @@ -105856,6 +145536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9fafbcc; } +.border-r-gray-50\\/85 { + border-right-color: #f9fafbd9; +} + .border-r-gray-50\\/90 { border-right-color: #f9fafbe6; } @@ -105880,6 +145564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b7280; } +.border-r-gray-500\\/15 { + border-right-color: #6b728026; +} + .border-r-gray-500\\/20 { border-right-color: #6b728033; } @@ -105892,10 +145580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b72804d; } +.border-r-gray-500\\/35 { + border-right-color: #6b728059; +} + .border-r-gray-500\\/40 { border-right-color: #6b728066; } +.border-r-gray-500\\/45 { + border-right-color: #6b728073; +} + .border-r-gray-500\\/5 { border-right-color: #6b72800d; } @@ -105904,10 +145600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b728080; } +.border-r-gray-500\\/55 { + border-right-color: #6b72808c; +} + .border-r-gray-500\\/60 { border-right-color: #6b728099; } +.border-r-gray-500\\/65 { + border-right-color: #6b7280a6; +} + .border-r-gray-500\\/70 { border-right-color: #6b7280b3; } @@ -105920,6 +145624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b7280cc; } +.border-r-gray-500\\/85 { + border-right-color: #6b7280d9; +} + .border-r-gray-500\\/90 { border-right-color: #6b7280e6; } @@ -105944,6 +145652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b5563; } +.border-r-gray-600\\/15 { + border-right-color: #4b556326; +} + .border-r-gray-600\\/20 { border-right-color: #4b556333; } @@ -105956,10 +145668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b55634d; } +.border-r-gray-600\\/35 { + border-right-color: #4b556359; +} + .border-r-gray-600\\/40 { border-right-color: #4b556366; } +.border-r-gray-600\\/45 { + border-right-color: #4b556373; +} + .border-r-gray-600\\/5 { border-right-color: #4b55630d; } @@ -105968,10 +145688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b556380; } +.border-r-gray-600\\/55 { + border-right-color: #4b55638c; +} + .border-r-gray-600\\/60 { border-right-color: #4b556399; } +.border-r-gray-600\\/65 { + border-right-color: #4b5563a6; +} + .border-r-gray-600\\/70 { border-right-color: #4b5563b3; } @@ -105984,6 +145712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4b5563cc; } +.border-r-gray-600\\/85 { + border-right-color: #4b5563d9; +} + .border-r-gray-600\\/90 { border-right-color: #4b5563e6; } @@ -106008,6 +145740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #374151; } +.border-r-gray-700\\/15 { + border-right-color: #37415126; +} + .border-r-gray-700\\/20 { border-right-color: #37415133; } @@ -106020,10 +145756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3741514d; } +.border-r-gray-700\\/35 { + border-right-color: #37415159; +} + .border-r-gray-700\\/40 { border-right-color: #37415166; } +.border-r-gray-700\\/45 { + border-right-color: #37415173; +} + .border-r-gray-700\\/5 { border-right-color: #3741510d; } @@ -106032,10 +145776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #37415180; } +.border-r-gray-700\\/55 { + border-right-color: #3741518c; +} + .border-r-gray-700\\/60 { border-right-color: #37415199; } +.border-r-gray-700\\/65 { + border-right-color: #374151a6; +} + .border-r-gray-700\\/70 { border-right-color: #374151b3; } @@ -106048,6 +145800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #374151cc; } +.border-r-gray-700\\/85 { + border-right-color: #374151d9; +} + .border-r-gray-700\\/90 { border-right-color: #374151e6; } @@ -106072,6 +145828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f2937; } +.border-r-gray-800\\/15 { + border-right-color: #1f293726; +} + .border-r-gray-800\\/20 { border-right-color: #1f293733; } @@ -106084,10 +145844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f29374d; } +.border-r-gray-800\\/35 { + border-right-color: #1f293759; +} + .border-r-gray-800\\/40 { border-right-color: #1f293766; } +.border-r-gray-800\\/45 { + border-right-color: #1f293773; +} + .border-r-gray-800\\/5 { border-right-color: #1f29370d; } @@ -106096,10 +145864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f293780; } +.border-r-gray-800\\/55 { + border-right-color: #1f29378c; +} + .border-r-gray-800\\/60 { border-right-color: #1f293799; } +.border-r-gray-800\\/65 { + border-right-color: #1f2937a6; +} + .border-r-gray-800\\/70 { border-right-color: #1f2937b3; } @@ -106112,6 +145888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1f2937cc; } +.border-r-gray-800\\/85 { + border-right-color: #1f2937d9; +} + .border-r-gray-800\\/90 { border-right-color: #1f2937e6; } @@ -106136,6 +145916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #111827; } +.border-r-gray-900\\/15 { + border-right-color: #11182726; +} + .border-r-gray-900\\/20 { border-right-color: #11182733; } @@ -106148,10 +145932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1118274d; } +.border-r-gray-900\\/35 { + border-right-color: #11182759; +} + .border-r-gray-900\\/40 { border-right-color: #11182766; } +.border-r-gray-900\\/45 { + border-right-color: #11182773; +} + .border-r-gray-900\\/5 { border-right-color: #1118270d; } @@ -106160,10 +145952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #11182780; } +.border-r-gray-900\\/55 { + border-right-color: #1118278c; +} + .border-r-gray-900\\/60 { border-right-color: #11182799; } +.border-r-gray-900\\/65 { + border-right-color: #111827a6; +} + .border-r-gray-900\\/70 { border-right-color: #111827b3; } @@ -106176,6 +145976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #111827cc; } +.border-r-gray-900\\/85 { + border-right-color: #111827d9; +} + .border-r-gray-900\\/90 { border-right-color: #111827e6; } @@ -106200,6 +146004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #030712; } +.border-r-gray-950\\/15 { + border-right-color: #03071226; +} + .border-r-gray-950\\/20 { border-right-color: #03071233; } @@ -106212,10 +146020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0307124d; } +.border-r-gray-950\\/35 { + border-right-color: #03071259; +} + .border-r-gray-950\\/40 { border-right-color: #03071266; } +.border-r-gray-950\\/45 { + border-right-color: #03071273; +} + .border-r-gray-950\\/5 { border-right-color: #0307120d; } @@ -106224,10 +146040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #03071280; } +.border-r-gray-950\\/55 { + border-right-color: #0307128c; +} + .border-r-gray-950\\/60 { border-right-color: #03071299; } +.border-r-gray-950\\/65 { + border-right-color: #030712a6; +} + .border-r-gray-950\\/70 { border-right-color: #030712b3; } @@ -106240,6 +146064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #030712cc; } +.border-r-gray-950\\/85 { + border-right-color: #030712d9; +} + .border-r-gray-950\\/90 { border-right-color: #030712e6; } @@ -106264,6 +146092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce7; } +.border-r-green-100\\/15 { + border-right-color: #dcfce726; +} + .border-r-green-100\\/20 { border-right-color: #dcfce733; } @@ -106276,10 +146108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce74d; } +.border-r-green-100\\/35 { + border-right-color: #dcfce759; +} + .border-r-green-100\\/40 { border-right-color: #dcfce766; } +.border-r-green-100\\/45 { + border-right-color: #dcfce773; +} + .border-r-green-100\\/5 { border-right-color: #dcfce70d; } @@ -106288,10 +146128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce780; } +.border-r-green-100\\/55 { + border-right-color: #dcfce78c; +} + .border-r-green-100\\/60 { border-right-color: #dcfce799; } +.border-r-green-100\\/65 { + border-right-color: #dcfce7a6; +} + .border-r-green-100\\/70 { border-right-color: #dcfce7b3; } @@ -106304,6 +146152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dcfce7cc; } +.border-r-green-100\\/85 { + border-right-color: #dcfce7d9; +} + .border-r-green-100\\/90 { border-right-color: #dcfce7e6; } @@ -106328,6 +146180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d0; } +.border-r-green-200\\/15 { + border-right-color: #bbf7d026; +} + .border-r-green-200\\/20 { border-right-color: #bbf7d033; } @@ -106340,10 +146196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d04d; } +.border-r-green-200\\/35 { + border-right-color: #bbf7d059; +} + .border-r-green-200\\/40 { border-right-color: #bbf7d066; } +.border-r-green-200\\/45 { + border-right-color: #bbf7d073; +} + .border-r-green-200\\/5 { border-right-color: #bbf7d00d; } @@ -106352,10 +146216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d080; } +.border-r-green-200\\/55 { + border-right-color: #bbf7d08c; +} + .border-r-green-200\\/60 { border-right-color: #bbf7d099; } +.border-r-green-200\\/65 { + border-right-color: #bbf7d0a6; +} + .border-r-green-200\\/70 { border-right-color: #bbf7d0b3; } @@ -106368,6 +146240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bbf7d0cc; } +.border-r-green-200\\/85 { + border-right-color: #bbf7d0d9; +} + .border-r-green-200\\/90 { border-right-color: #bbf7d0e6; } @@ -106392,6 +146268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efac; } +.border-r-green-300\\/15 { + border-right-color: #86efac26; +} + .border-r-green-300\\/20 { border-right-color: #86efac33; } @@ -106404,10 +146284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efac4d; } +.border-r-green-300\\/35 { + border-right-color: #86efac59; +} + .border-r-green-300\\/40 { border-right-color: #86efac66; } +.border-r-green-300\\/45 { + border-right-color: #86efac73; +} + .border-r-green-300\\/5 { border-right-color: #86efac0d; } @@ -106416,10 +146304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efac80; } +.border-r-green-300\\/55 { + border-right-color: #86efac8c; +} + .border-r-green-300\\/60 { border-right-color: #86efac99; } +.border-r-green-300\\/65 { + border-right-color: #86efaca6; +} + .border-r-green-300\\/70 { border-right-color: #86efacb3; } @@ -106432,6 +146328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #86efaccc; } +.border-r-green-300\\/85 { + border-right-color: #86efacd9; +} + .border-r-green-300\\/90 { border-right-color: #86eface6; } @@ -106456,6 +146356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade80; } +.border-r-green-400\\/15 { + border-right-color: #4ade8026; +} + .border-r-green-400\\/20 { border-right-color: #4ade8033; } @@ -106468,10 +146372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade804d; } +.border-r-green-400\\/35 { + border-right-color: #4ade8059; +} + .border-r-green-400\\/40 { border-right-color: #4ade8066; } +.border-r-green-400\\/45 { + border-right-color: #4ade8073; +} + .border-r-green-400\\/5 { border-right-color: #4ade800d; } @@ -106480,10 +146392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade8080; } +.border-r-green-400\\/55 { + border-right-color: #4ade808c; +} + .border-r-green-400\\/60 { border-right-color: #4ade8099; } +.border-r-green-400\\/65 { + border-right-color: #4ade80a6; +} + .border-r-green-400\\/70 { border-right-color: #4ade80b3; } @@ -106496,6 +146416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4ade80cc; } +.border-r-green-400\\/85 { + border-right-color: #4ade80d9; +} + .border-r-green-400\\/90 { border-right-color: #4ade80e6; } @@ -106520,6 +146444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf4; } +.border-r-green-50\\/15 { + border-right-color: #f0fdf426; +} + .border-r-green-50\\/20 { border-right-color: #f0fdf433; } @@ -106532,10 +146460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf44d; } +.border-r-green-50\\/35 { + border-right-color: #f0fdf459; +} + .border-r-green-50\\/40 { border-right-color: #f0fdf466; } +.border-r-green-50\\/45 { + border-right-color: #f0fdf473; +} + .border-r-green-50\\/5 { border-right-color: #f0fdf40d; } @@ -106544,10 +146480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf480; } +.border-r-green-50\\/55 { + border-right-color: #f0fdf48c; +} + .border-r-green-50\\/60 { border-right-color: #f0fdf499; } +.border-r-green-50\\/65 { + border-right-color: #f0fdf4a6; +} + .border-r-green-50\\/70 { border-right-color: #f0fdf4b3; } @@ -106560,6 +146504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdf4cc; } +.border-r-green-50\\/85 { + border-right-color: #f0fdf4d9; +} + .border-r-green-50\\/90 { border-right-color: #f0fdf4e6; } @@ -106584,6 +146532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55e; } +.border-r-green-500\\/15 { + border-right-color: #22c55e26; +} + .border-r-green-500\\/20 { border-right-color: #22c55e33; } @@ -106596,10 +146548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55e4d; } +.border-r-green-500\\/35 { + border-right-color: #22c55e59; +} + .border-r-green-500\\/40 { border-right-color: #22c55e66; } +.border-r-green-500\\/45 { + border-right-color: #22c55e73; +} + .border-r-green-500\\/5 { border-right-color: #22c55e0d; } @@ -106608,10 +146568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55e80; } +.border-r-green-500\\/55 { + border-right-color: #22c55e8c; +} + .border-r-green-500\\/60 { border-right-color: #22c55e99; } +.border-r-green-500\\/65 { + border-right-color: #22c55ea6; +} + .border-r-green-500\\/70 { border-right-color: #22c55eb3; } @@ -106624,6 +146592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #22c55ecc; } +.border-r-green-500\\/85 { + border-right-color: #22c55ed9; +} + .border-r-green-500\\/90 { border-right-color: #22c55ee6; } @@ -106648,6 +146620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34a; } +.border-r-green-600\\/15 { + border-right-color: #16a34a26; +} + .border-r-green-600\\/20 { border-right-color: #16a34a33; } @@ -106660,10 +146636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34a4d; } +.border-r-green-600\\/35 { + border-right-color: #16a34a59; +} + .border-r-green-600\\/40 { border-right-color: #16a34a66; } +.border-r-green-600\\/45 { + border-right-color: #16a34a73; +} + .border-r-green-600\\/5 { border-right-color: #16a34a0d; } @@ -106672,10 +146656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34a80; } +.border-r-green-600\\/55 { + border-right-color: #16a34a8c; +} + .border-r-green-600\\/60 { border-right-color: #16a34a99; } +.border-r-green-600\\/65 { + border-right-color: #16a34aa6; +} + .border-r-green-600\\/70 { border-right-color: #16a34ab3; } @@ -106688,6 +146680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16a34acc; } +.border-r-green-600\\/85 { + border-right-color: #16a34ad9; +} + .border-r-green-600\\/90 { border-right-color: #16a34ae6; } @@ -106712,6 +146708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803d; } +.border-r-green-700\\/15 { + border-right-color: #15803d26; +} + .border-r-green-700\\/20 { border-right-color: #15803d33; } @@ -106724,10 +146724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803d4d; } +.border-r-green-700\\/35 { + border-right-color: #15803d59; +} + .border-r-green-700\\/40 { border-right-color: #15803d66; } +.border-r-green-700\\/45 { + border-right-color: #15803d73; +} + .border-r-green-700\\/5 { border-right-color: #15803d0d; } @@ -106736,10 +146744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803d80; } +.border-r-green-700\\/55 { + border-right-color: #15803d8c; +} + .border-r-green-700\\/60 { border-right-color: #15803d99; } +.border-r-green-700\\/65 { + border-right-color: #15803da6; +} + .border-r-green-700\\/70 { border-right-color: #15803db3; } @@ -106752,6 +146768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #15803dcc; } +.border-r-green-700\\/85 { + border-right-color: #15803dd9; +} + .border-r-green-700\\/90 { border-right-color: #15803de6; } @@ -106776,6 +146796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #166534; } +.border-r-green-800\\/15 { + border-right-color: #16653426; +} + .border-r-green-800\\/20 { border-right-color: #16653433; } @@ -106788,10 +146812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1665344d; } +.border-r-green-800\\/35 { + border-right-color: #16653459; +} + .border-r-green-800\\/40 { border-right-color: #16653466; } +.border-r-green-800\\/45 { + border-right-color: #16653473; +} + .border-r-green-800\\/5 { border-right-color: #1665340d; } @@ -106800,10 +146832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #16653480; } +.border-r-green-800\\/55 { + border-right-color: #1665348c; +} + .border-r-green-800\\/60 { border-right-color: #16653499; } +.border-r-green-800\\/65 { + border-right-color: #166534a6; +} + .border-r-green-800\\/70 { border-right-color: #166534b3; } @@ -106816,6 +146856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #166534cc; } +.border-r-green-800\\/85 { + border-right-color: #166534d9; +} + .border-r-green-800\\/90 { border-right-color: #166534e6; } @@ -106840,6 +146884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532d; } +.border-r-green-900\\/15 { + border-right-color: #14532d26; +} + .border-r-green-900\\/20 { border-right-color: #14532d33; } @@ -106852,10 +146900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532d4d; } +.border-r-green-900\\/35 { + border-right-color: #14532d59; +} + .border-r-green-900\\/40 { border-right-color: #14532d66; } +.border-r-green-900\\/45 { + border-right-color: #14532d73; +} + .border-r-green-900\\/5 { border-right-color: #14532d0d; } @@ -106864,10 +146920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532d80; } +.border-r-green-900\\/55 { + border-right-color: #14532d8c; +} + .border-r-green-900\\/60 { border-right-color: #14532d99; } +.border-r-green-900\\/65 { + border-right-color: #14532da6; +} + .border-r-green-900\\/70 { border-right-color: #14532db3; } @@ -106880,6 +146944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14532dcc; } +.border-r-green-900\\/85 { + border-right-color: #14532dd9; +} + .border-r-green-900\\/90 { border-right-color: #14532de6; } @@ -106904,6 +146972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e16; } +.border-r-green-950\\/15 { + border-right-color: #052e1626; +} + .border-r-green-950\\/20 { border-right-color: #052e1633; } @@ -106916,10 +146988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e164d; } +.border-r-green-950\\/35 { + border-right-color: #052e1659; +} + .border-r-green-950\\/40 { border-right-color: #052e1666; } +.border-r-green-950\\/45 { + border-right-color: #052e1673; +} + .border-r-green-950\\/5 { border-right-color: #052e160d; } @@ -106928,10 +147008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e1680; } +.border-r-green-950\\/55 { + border-right-color: #052e168c; +} + .border-r-green-950\\/60 { border-right-color: #052e1699; } +.border-r-green-950\\/65 { + border-right-color: #052e16a6; +} + .border-r-green-950\\/70 { border-right-color: #052e16b3; } @@ -106944,6 +147032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #052e16cc; } +.border-r-green-950\\/85 { + border-right-color: #052e16d9; +} + .border-r-green-950\\/90 { border-right-color: #052e16e6; } @@ -106968,6 +147060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ff; } +.border-r-indigo-100\\/15 { + border-right-color: #e0e7ff26; +} + .border-r-indigo-100\\/20 { border-right-color: #e0e7ff33; } @@ -106980,10 +147076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ff4d; } +.border-r-indigo-100\\/35 { + border-right-color: #e0e7ff59; +} + .border-r-indigo-100\\/40 { border-right-color: #e0e7ff66; } +.border-r-indigo-100\\/45 { + border-right-color: #e0e7ff73; +} + .border-r-indigo-100\\/5 { border-right-color: #e0e7ff0d; } @@ -106992,10 +147096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ff80; } +.border-r-indigo-100\\/55 { + border-right-color: #e0e7ff8c; +} + .border-r-indigo-100\\/60 { border-right-color: #e0e7ff99; } +.border-r-indigo-100\\/65 { + border-right-color: #e0e7ffa6; +} + .border-r-indigo-100\\/70 { border-right-color: #e0e7ffb3; } @@ -107008,6 +147120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0e7ffcc; } +.border-r-indigo-100\\/85 { + border-right-color: #e0e7ffd9; +} + .border-r-indigo-100\\/90 { border-right-color: #e0e7ffe6; } @@ -107032,6 +147148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fe; } +.border-r-indigo-200\\/15 { + border-right-color: #c7d2fe26; +} + .border-r-indigo-200\\/20 { border-right-color: #c7d2fe33; } @@ -107044,10 +147164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fe4d; } +.border-r-indigo-200\\/35 { + border-right-color: #c7d2fe59; +} + .border-r-indigo-200\\/40 { border-right-color: #c7d2fe66; } +.border-r-indigo-200\\/45 { + border-right-color: #c7d2fe73; +} + .border-r-indigo-200\\/5 { border-right-color: #c7d2fe0d; } @@ -107056,10 +147184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fe80; } +.border-r-indigo-200\\/55 { + border-right-color: #c7d2fe8c; +} + .border-r-indigo-200\\/60 { border-right-color: #c7d2fe99; } +.border-r-indigo-200\\/65 { + border-right-color: #c7d2fea6; +} + .border-r-indigo-200\\/70 { border-right-color: #c7d2feb3; } @@ -107072,6 +147208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c7d2fecc; } +.border-r-indigo-200\\/85 { + border-right-color: #c7d2fed9; +} + .border-r-indigo-200\\/90 { border-right-color: #c7d2fee6; } @@ -107096,6 +147236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fc; } +.border-r-indigo-300\\/15 { + border-right-color: #a5b4fc26; +} + .border-r-indigo-300\\/20 { border-right-color: #a5b4fc33; } @@ -107108,10 +147252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fc4d; } +.border-r-indigo-300\\/35 { + border-right-color: #a5b4fc59; +} + .border-r-indigo-300\\/40 { border-right-color: #a5b4fc66; } +.border-r-indigo-300\\/45 { + border-right-color: #a5b4fc73; +} + .border-r-indigo-300\\/5 { border-right-color: #a5b4fc0d; } @@ -107120,10 +147272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fc80; } +.border-r-indigo-300\\/55 { + border-right-color: #a5b4fc8c; +} + .border-r-indigo-300\\/60 { border-right-color: #a5b4fc99; } +.border-r-indigo-300\\/65 { + border-right-color: #a5b4fca6; +} + .border-r-indigo-300\\/70 { border-right-color: #a5b4fcb3; } @@ -107136,6 +147296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a5b4fccc; } +.border-r-indigo-300\\/85 { + border-right-color: #a5b4fcd9; +} + .border-r-indigo-300\\/90 { border-right-color: #a5b4fce6; } @@ -107160,6 +147324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf8; } +.border-r-indigo-400\\/15 { + border-right-color: #818cf826; +} + .border-r-indigo-400\\/20 { border-right-color: #818cf833; } @@ -107172,10 +147340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf84d; } +.border-r-indigo-400\\/35 { + border-right-color: #818cf859; +} + .border-r-indigo-400\\/40 { border-right-color: #818cf866; } +.border-r-indigo-400\\/45 { + border-right-color: #818cf873; +} + .border-r-indigo-400\\/5 { border-right-color: #818cf80d; } @@ -107184,10 +147360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf880; } +.border-r-indigo-400\\/55 { + border-right-color: #818cf88c; +} + .border-r-indigo-400\\/60 { border-right-color: #818cf899; } +.border-r-indigo-400\\/65 { + border-right-color: #818cf8a6; +} + .border-r-indigo-400\\/70 { border-right-color: #818cf8b3; } @@ -107200,6 +147384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #818cf8cc; } +.border-r-indigo-400\\/85 { + border-right-color: #818cf8d9; +} + .border-r-indigo-400\\/90 { border-right-color: #818cf8e6; } @@ -107224,6 +147412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ff; } +.border-r-indigo-50\\/15 { + border-right-color: #eef2ff26; +} + .border-r-indigo-50\\/20 { border-right-color: #eef2ff33; } @@ -107236,10 +147428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ff4d; } +.border-r-indigo-50\\/35 { + border-right-color: #eef2ff59; +} + .border-r-indigo-50\\/40 { border-right-color: #eef2ff66; } +.border-r-indigo-50\\/45 { + border-right-color: #eef2ff73; +} + .border-r-indigo-50\\/5 { border-right-color: #eef2ff0d; } @@ -107248,10 +147448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ff80; } +.border-r-indigo-50\\/55 { + border-right-color: #eef2ff8c; +} + .border-r-indigo-50\\/60 { border-right-color: #eef2ff99; } +.border-r-indigo-50\\/65 { + border-right-color: #eef2ffa6; +} + .border-r-indigo-50\\/70 { border-right-color: #eef2ffb3; } @@ -107264,6 +147472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eef2ffcc; } +.border-r-indigo-50\\/85 { + border-right-color: #eef2ffd9; +} + .border-r-indigo-50\\/90 { border-right-color: #eef2ffe6; } @@ -107288,6 +147500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f1; } +.border-r-indigo-500\\/15 { + border-right-color: #6366f126; +} + .border-r-indigo-500\\/20 { border-right-color: #6366f133; } @@ -107300,10 +147516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f14d; } +.border-r-indigo-500\\/35 { + border-right-color: #6366f159; +} + .border-r-indigo-500\\/40 { border-right-color: #6366f166; } +.border-r-indigo-500\\/45 { + border-right-color: #6366f173; +} + .border-r-indigo-500\\/5 { border-right-color: #6366f10d; } @@ -107312,10 +147536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f180; } +.border-r-indigo-500\\/55 { + border-right-color: #6366f18c; +} + .border-r-indigo-500\\/60 { border-right-color: #6366f199; } +.border-r-indigo-500\\/65 { + border-right-color: #6366f1a6; +} + .border-r-indigo-500\\/70 { border-right-color: #6366f1b3; } @@ -107328,6 +147560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6366f1cc; } +.border-r-indigo-500\\/85 { + border-right-color: #6366f1d9; +} + .border-r-indigo-500\\/90 { border-right-color: #6366f1e6; } @@ -107352,6 +147588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e5; } +.border-r-indigo-600\\/15 { + border-right-color: #4f46e526; +} + .border-r-indigo-600\\/20 { border-right-color: #4f46e533; } @@ -107364,10 +147604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e54d; } +.border-r-indigo-600\\/35 { + border-right-color: #4f46e559; +} + .border-r-indigo-600\\/40 { border-right-color: #4f46e566; } +.border-r-indigo-600\\/45 { + border-right-color: #4f46e573; +} + .border-r-indigo-600\\/5 { border-right-color: #4f46e50d; } @@ -107376,10 +147624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e580; } +.border-r-indigo-600\\/55 { + border-right-color: #4f46e58c; +} + .border-r-indigo-600\\/60 { border-right-color: #4f46e599; } +.border-r-indigo-600\\/65 { + border-right-color: #4f46e5a6; +} + .border-r-indigo-600\\/70 { border-right-color: #4f46e5b3; } @@ -107392,6 +147648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4f46e5cc; } +.border-r-indigo-600\\/85 { + border-right-color: #4f46e5d9; +} + .border-r-indigo-600\\/90 { border-right-color: #4f46e5e6; } @@ -107416,6 +147676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338ca; } +.border-r-indigo-700\\/15 { + border-right-color: #4338ca26; +} + .border-r-indigo-700\\/20 { border-right-color: #4338ca33; } @@ -107428,10 +147692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338ca4d; } +.border-r-indigo-700\\/35 { + border-right-color: #4338ca59; +} + .border-r-indigo-700\\/40 { border-right-color: #4338ca66; } +.border-r-indigo-700\\/45 { + border-right-color: #4338ca73; +} + .border-r-indigo-700\\/5 { border-right-color: #4338ca0d; } @@ -107440,10 +147712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338ca80; } +.border-r-indigo-700\\/55 { + border-right-color: #4338ca8c; +} + .border-r-indigo-700\\/60 { border-right-color: #4338ca99; } +.border-r-indigo-700\\/65 { + border-right-color: #4338caa6; +} + .border-r-indigo-700\\/70 { border-right-color: #4338cab3; } @@ -107456,6 +147736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4338cacc; } +.border-r-indigo-700\\/85 { + border-right-color: #4338cad9; +} + .border-r-indigo-700\\/90 { border-right-color: #4338cae6; } @@ -107480,6 +147764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a3; } +.border-r-indigo-800\\/15 { + border-right-color: #3730a326; +} + .border-r-indigo-800\\/20 { border-right-color: #3730a333; } @@ -107492,10 +147780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a34d; } +.border-r-indigo-800\\/35 { + border-right-color: #3730a359; +} + .border-r-indigo-800\\/40 { border-right-color: #3730a366; } +.border-r-indigo-800\\/45 { + border-right-color: #3730a373; +} + .border-r-indigo-800\\/5 { border-right-color: #3730a30d; } @@ -107504,10 +147800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a380; } +.border-r-indigo-800\\/55 { + border-right-color: #3730a38c; +} + .border-r-indigo-800\\/60 { border-right-color: #3730a399; } +.border-r-indigo-800\\/65 { + border-right-color: #3730a3a6; +} + .border-r-indigo-800\\/70 { border-right-color: #3730a3b3; } @@ -107520,6 +147824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3730a3cc; } +.border-r-indigo-800\\/85 { + border-right-color: #3730a3d9; +} + .border-r-indigo-800\\/90 { border-right-color: #3730a3e6; } @@ -107544,6 +147852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e81; } +.border-r-indigo-900\\/15 { + border-right-color: #312e8126; +} + .border-r-indigo-900\\/20 { border-right-color: #312e8133; } @@ -107556,10 +147868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e814d; } +.border-r-indigo-900\\/35 { + border-right-color: #312e8159; +} + .border-r-indigo-900\\/40 { border-right-color: #312e8166; } +.border-r-indigo-900\\/45 { + border-right-color: #312e8173; +} + .border-r-indigo-900\\/5 { border-right-color: #312e810d; } @@ -107568,10 +147888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e8180; } +.border-r-indigo-900\\/55 { + border-right-color: #312e818c; +} + .border-r-indigo-900\\/60 { border-right-color: #312e8199; } +.border-r-indigo-900\\/65 { + border-right-color: #312e81a6; +} + .border-r-indigo-900\\/70 { border-right-color: #312e81b3; } @@ -107584,6 +147912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #312e81cc; } +.border-r-indigo-900\\/85 { + border-right-color: #312e81d9; +} + .border-r-indigo-900\\/90 { border-right-color: #312e81e6; } @@ -107608,6 +147940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4b; } +.border-r-indigo-950\\/15 { + border-right-color: #1e1b4b26; +} + .border-r-indigo-950\\/20 { border-right-color: #1e1b4b33; } @@ -107620,10 +147956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4b4d; } +.border-r-indigo-950\\/35 { + border-right-color: #1e1b4b59; +} + .border-r-indigo-950\\/40 { border-right-color: #1e1b4b66; } +.border-r-indigo-950\\/45 { + border-right-color: #1e1b4b73; +} + .border-r-indigo-950\\/5 { border-right-color: #1e1b4b0d; } @@ -107632,10 +147976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4b80; } +.border-r-indigo-950\\/55 { + border-right-color: #1e1b4b8c; +} + .border-r-indigo-950\\/60 { border-right-color: #1e1b4b99; } +.border-r-indigo-950\\/65 { + border-right-color: #1e1b4ba6; +} + .border-r-indigo-950\\/70 { border-right-color: #1e1b4bb3; } @@ -107648,6 +148000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e1b4bcc; } +.border-r-indigo-950\\/85 { + border-right-color: #1e1b4bd9; +} + .border-r-indigo-950\\/90 { border-right-color: #1e1b4be6; } @@ -107676,6 +148032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccb; } +.border-r-lime-100\\/15 { + border-right-color: #ecfccb26; +} + .border-r-lime-100\\/20 { border-right-color: #ecfccb33; } @@ -107688,10 +148048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccb4d; } +.border-r-lime-100\\/35 { + border-right-color: #ecfccb59; +} + .border-r-lime-100\\/40 { border-right-color: #ecfccb66; } +.border-r-lime-100\\/45 { + border-right-color: #ecfccb73; +} + .border-r-lime-100\\/5 { border-right-color: #ecfccb0d; } @@ -107700,10 +148068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccb80; } +.border-r-lime-100\\/55 { + border-right-color: #ecfccb8c; +} + .border-r-lime-100\\/60 { border-right-color: #ecfccb99; } +.border-r-lime-100\\/65 { + border-right-color: #ecfccba6; +} + .border-r-lime-100\\/70 { border-right-color: #ecfccbb3; } @@ -107716,6 +148092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ecfccbcc; } +.border-r-lime-100\\/85 { + border-right-color: #ecfccbd9; +} + .border-r-lime-100\\/90 { border-right-color: #ecfccbe6; } @@ -107740,6 +148120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99d; } +.border-r-lime-200\\/15 { + border-right-color: #d9f99d26; +} + .border-r-lime-200\\/20 { border-right-color: #d9f99d33; } @@ -107752,10 +148136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99d4d; } +.border-r-lime-200\\/35 { + border-right-color: #d9f99d59; +} + .border-r-lime-200\\/40 { border-right-color: #d9f99d66; } +.border-r-lime-200\\/45 { + border-right-color: #d9f99d73; +} + .border-r-lime-200\\/5 { border-right-color: #d9f99d0d; } @@ -107764,10 +148156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99d80; } +.border-r-lime-200\\/55 { + border-right-color: #d9f99d8c; +} + .border-r-lime-200\\/60 { border-right-color: #d9f99d99; } +.border-r-lime-200\\/65 { + border-right-color: #d9f99da6; +} + .border-r-lime-200\\/70 { border-right-color: #d9f99db3; } @@ -107780,6 +148180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d9f99dcc; } +.border-r-lime-200\\/85 { + border-right-color: #d9f99dd9; +} + .border-r-lime-200\\/90 { border-right-color: #d9f99de6; } @@ -107804,6 +148208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef264; } +.border-r-lime-300\\/15 { + border-right-color: #bef26426; +} + .border-r-lime-300\\/20 { border-right-color: #bef26433; } @@ -107816,10 +148224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef2644d; } +.border-r-lime-300\\/35 { + border-right-color: #bef26459; +} + .border-r-lime-300\\/40 { border-right-color: #bef26466; } +.border-r-lime-300\\/45 { + border-right-color: #bef26473; +} + .border-r-lime-300\\/5 { border-right-color: #bef2640d; } @@ -107828,10 +148244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef26480; } +.border-r-lime-300\\/55 { + border-right-color: #bef2648c; +} + .border-r-lime-300\\/60 { border-right-color: #bef26499; } +.border-r-lime-300\\/65 { + border-right-color: #bef264a6; +} + .border-r-lime-300\\/70 { border-right-color: #bef264b3; } @@ -107844,6 +148268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bef264cc; } +.border-r-lime-300\\/85 { + border-right-color: #bef264d9; +} + .border-r-lime-300\\/90 { border-right-color: #bef264e6; } @@ -107868,6 +148296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e635; } +.border-r-lime-400\\/15 { + border-right-color: #a3e63526; +} + .border-r-lime-400\\/20 { border-right-color: #a3e63533; } @@ -107880,10 +148312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e6354d; } +.border-r-lime-400\\/35 { + border-right-color: #a3e63559; +} + .border-r-lime-400\\/40 { border-right-color: #a3e63566; } +.border-r-lime-400\\/45 { + border-right-color: #a3e63573; +} + .border-r-lime-400\\/5 { border-right-color: #a3e6350d; } @@ -107892,10 +148332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e63580; } +.border-r-lime-400\\/55 { + border-right-color: #a3e6358c; +} + .border-r-lime-400\\/60 { border-right-color: #a3e63599; } +.border-r-lime-400\\/65 { + border-right-color: #a3e635a6; +} + .border-r-lime-400\\/70 { border-right-color: #a3e635b3; } @@ -107908,6 +148356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3e635cc; } +.border-r-lime-400\\/85 { + border-right-color: #a3e635d9; +} + .border-r-lime-400\\/90 { border-right-color: #a3e635e6; } @@ -107932,6 +148384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee7; } +.border-r-lime-50\\/15 { + border-right-color: #f7fee726; +} + .border-r-lime-50\\/20 { border-right-color: #f7fee733; } @@ -107944,10 +148400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee74d; } +.border-r-lime-50\\/35 { + border-right-color: #f7fee759; +} + .border-r-lime-50\\/40 { border-right-color: #f7fee766; } +.border-r-lime-50\\/45 { + border-right-color: #f7fee773; +} + .border-r-lime-50\\/5 { border-right-color: #f7fee70d; } @@ -107956,10 +148420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee780; } +.border-r-lime-50\\/55 { + border-right-color: #f7fee78c; +} + .border-r-lime-50\\/60 { border-right-color: #f7fee799; } +.border-r-lime-50\\/65 { + border-right-color: #f7fee7a6; +} + .border-r-lime-50\\/70 { border-right-color: #f7fee7b3; } @@ -107972,6 +148444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f7fee7cc; } +.border-r-lime-50\\/85 { + border-right-color: #f7fee7d9; +} + .border-r-lime-50\\/90 { border-right-color: #f7fee7e6; } @@ -107996,6 +148472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc16; } +.border-r-lime-500\\/15 { + border-right-color: #84cc1626; +} + .border-r-lime-500\\/20 { border-right-color: #84cc1633; } @@ -108008,10 +148488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc164d; } +.border-r-lime-500\\/35 { + border-right-color: #84cc1659; +} + .border-r-lime-500\\/40 { border-right-color: #84cc1666; } +.border-r-lime-500\\/45 { + border-right-color: #84cc1673; +} + .border-r-lime-500\\/5 { border-right-color: #84cc160d; } @@ -108020,10 +148508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc1680; } +.border-r-lime-500\\/55 { + border-right-color: #84cc168c; +} + .border-r-lime-500\\/60 { border-right-color: #84cc1699; } +.border-r-lime-500\\/65 { + border-right-color: #84cc16a6; +} + .border-r-lime-500\\/70 { border-right-color: #84cc16b3; } @@ -108036,6 +148532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #84cc16cc; } +.border-r-lime-500\\/85 { + border-right-color: #84cc16d9; +} + .border-r-lime-500\\/90 { border-right-color: #84cc16e6; } @@ -108060,6 +148560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30d; } +.border-r-lime-600\\/15 { + border-right-color: #65a30d26; +} + .border-r-lime-600\\/20 { border-right-color: #65a30d33; } @@ -108072,10 +148576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30d4d; } +.border-r-lime-600\\/35 { + border-right-color: #65a30d59; +} + .border-r-lime-600\\/40 { border-right-color: #65a30d66; } +.border-r-lime-600\\/45 { + border-right-color: #65a30d73; +} + .border-r-lime-600\\/5 { border-right-color: #65a30d0d; } @@ -108084,10 +148596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30d80; } +.border-r-lime-600\\/55 { + border-right-color: #65a30d8c; +} + .border-r-lime-600\\/60 { border-right-color: #65a30d99; } +.border-r-lime-600\\/65 { + border-right-color: #65a30da6; +} + .border-r-lime-600\\/70 { border-right-color: #65a30db3; } @@ -108100,6 +148620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #65a30dcc; } +.border-r-lime-600\\/85 { + border-right-color: #65a30dd9; +} + .border-r-lime-600\\/90 { border-right-color: #65a30de6; } @@ -108124,6 +148648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0f; } +.border-r-lime-700\\/15 { + border-right-color: #4d7c0f26; +} + .border-r-lime-700\\/20 { border-right-color: #4d7c0f33; } @@ -108136,10 +148664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0f4d; } +.border-r-lime-700\\/35 { + border-right-color: #4d7c0f59; +} + .border-r-lime-700\\/40 { border-right-color: #4d7c0f66; } +.border-r-lime-700\\/45 { + border-right-color: #4d7c0f73; +} + .border-r-lime-700\\/5 { border-right-color: #4d7c0f0d; } @@ -108148,10 +148684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0f80; } +.border-r-lime-700\\/55 { + border-right-color: #4d7c0f8c; +} + .border-r-lime-700\\/60 { border-right-color: #4d7c0f99; } +.border-r-lime-700\\/65 { + border-right-color: #4d7c0fa6; +} + .border-r-lime-700\\/70 { border-right-color: #4d7c0fb3; } @@ -108164,6 +148708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4d7c0fcc; } +.border-r-lime-700\\/85 { + border-right-color: #4d7c0fd9; +} + .border-r-lime-700\\/90 { border-right-color: #4d7c0fe6; } @@ -108188,6 +148736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f6212; } +.border-r-lime-800\\/15 { + border-right-color: #3f621226; +} + .border-r-lime-800\\/20 { border-right-color: #3f621233; } @@ -108200,10 +148752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f62124d; } +.border-r-lime-800\\/35 { + border-right-color: #3f621259; +} + .border-r-lime-800\\/40 { border-right-color: #3f621266; } +.border-r-lime-800\\/45 { + border-right-color: #3f621273; +} + .border-r-lime-800\\/5 { border-right-color: #3f62120d; } @@ -108212,10 +148772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f621280; } +.border-r-lime-800\\/55 { + border-right-color: #3f62128c; +} + .border-r-lime-800\\/60 { border-right-color: #3f621299; } +.border-r-lime-800\\/65 { + border-right-color: #3f6212a6; +} + .border-r-lime-800\\/70 { border-right-color: #3f6212b3; } @@ -108228,6 +148796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f6212cc; } +.border-r-lime-800\\/85 { + border-right-color: #3f6212d9; +} + .border-r-lime-800\\/90 { border-right-color: #3f6212e6; } @@ -108252,6 +148824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #365314; } +.border-r-lime-900\\/15 { + border-right-color: #36531426; +} + .border-r-lime-900\\/20 { border-right-color: #36531433; } @@ -108264,10 +148840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3653144d; } +.border-r-lime-900\\/35 { + border-right-color: #36531459; +} + .border-r-lime-900\\/40 { border-right-color: #36531466; } +.border-r-lime-900\\/45 { + border-right-color: #36531473; +} + .border-r-lime-900\\/5 { border-right-color: #3653140d; } @@ -108276,10 +148860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #36531480; } +.border-r-lime-900\\/55 { + border-right-color: #3653148c; +} + .border-r-lime-900\\/60 { border-right-color: #36531499; } +.border-r-lime-900\\/65 { + border-right-color: #365314a6; +} + .border-r-lime-900\\/70 { border-right-color: #365314b3; } @@ -108292,6 +148884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #365314cc; } +.border-r-lime-900\\/85 { + border-right-color: #365314d9; +} + .border-r-lime-900\\/90 { border-right-color: #365314e6; } @@ -108316,6 +148912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e05; } +.border-r-lime-950\\/15 { + border-right-color: #1a2e0526; +} + .border-r-lime-950\\/20 { border-right-color: #1a2e0533; } @@ -108328,10 +148928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e054d; } +.border-r-lime-950\\/35 { + border-right-color: #1a2e0559; +} + .border-r-lime-950\\/40 { border-right-color: #1a2e0566; } +.border-r-lime-950\\/45 { + border-right-color: #1a2e0573; +} + .border-r-lime-950\\/5 { border-right-color: #1a2e050d; } @@ -108340,10 +148948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e0580; } +.border-r-lime-950\\/55 { + border-right-color: #1a2e058c; +} + .border-r-lime-950\\/60 { border-right-color: #1a2e0599; } +.border-r-lime-950\\/65 { + border-right-color: #1a2e05a6; +} + .border-r-lime-950\\/70 { border-right-color: #1a2e05b3; } @@ -108356,6 +148972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1a2e05cc; } +.border-r-lime-950\\/85 { + border-right-color: #1a2e05d9; +} + .border-r-lime-950\\/90 { border-right-color: #1a2e05e6; } @@ -108380,6 +149000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f5; } +.border-r-neutral-100\\/15 { + border-right-color: #f5f5f526; +} + .border-r-neutral-100\\/20 { border-right-color: #f5f5f533; } @@ -108392,10 +149016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f54d; } +.border-r-neutral-100\\/35 { + border-right-color: #f5f5f559; +} + .border-r-neutral-100\\/40 { border-right-color: #f5f5f566; } +.border-r-neutral-100\\/45 { + border-right-color: #f5f5f573; +} + .border-r-neutral-100\\/5 { border-right-color: #f5f5f50d; } @@ -108404,10 +149036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f580; } +.border-r-neutral-100\\/55 { + border-right-color: #f5f5f58c; +} + .border-r-neutral-100\\/60 { border-right-color: #f5f5f599; } +.border-r-neutral-100\\/65 { + border-right-color: #f5f5f5a6; +} + .border-r-neutral-100\\/70 { border-right-color: #f5f5f5b3; } @@ -108420,6 +149060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f5cc; } +.border-r-neutral-100\\/85 { + border-right-color: #f5f5f5d9; +} + .border-r-neutral-100\\/90 { border-right-color: #f5f5f5e6; } @@ -108444,6 +149088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e5; } +.border-r-neutral-200\\/15 { + border-right-color: #e5e5e526; +} + .border-r-neutral-200\\/20 { border-right-color: #e5e5e533; } @@ -108456,10 +149104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e54d; } +.border-r-neutral-200\\/35 { + border-right-color: #e5e5e559; +} + .border-r-neutral-200\\/40 { border-right-color: #e5e5e566; } +.border-r-neutral-200\\/45 { + border-right-color: #e5e5e573; +} + .border-r-neutral-200\\/5 { border-right-color: #e5e5e50d; } @@ -108468,10 +149124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e580; } +.border-r-neutral-200\\/55 { + border-right-color: #e5e5e58c; +} + .border-r-neutral-200\\/60 { border-right-color: #e5e5e599; } +.border-r-neutral-200\\/65 { + border-right-color: #e5e5e5a6; +} + .border-r-neutral-200\\/70 { border-right-color: #e5e5e5b3; } @@ -108484,6 +149148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e5e5e5cc; } +.border-r-neutral-200\\/85 { + border-right-color: #e5e5e5d9; +} + .border-r-neutral-200\\/90 { border-right-color: #e5e5e5e6; } @@ -108508,6 +149176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d4; } +.border-r-neutral-300\\/15 { + border-right-color: #d4d4d426; +} + .border-r-neutral-300\\/20 { border-right-color: #d4d4d433; } @@ -108520,10 +149192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d44d; } +.border-r-neutral-300\\/35 { + border-right-color: #d4d4d459; +} + .border-r-neutral-300\\/40 { border-right-color: #d4d4d466; } +.border-r-neutral-300\\/45 { + border-right-color: #d4d4d473; +} + .border-r-neutral-300\\/5 { border-right-color: #d4d4d40d; } @@ -108532,10 +149212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d480; } +.border-r-neutral-300\\/55 { + border-right-color: #d4d4d48c; +} + .border-r-neutral-300\\/60 { border-right-color: #d4d4d499; } +.border-r-neutral-300\\/65 { + border-right-color: #d4d4d4a6; +} + .border-r-neutral-300\\/70 { border-right-color: #d4d4d4b3; } @@ -108548,6 +149236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d4cc; } +.border-r-neutral-300\\/85 { + border-right-color: #d4d4d4d9; +} + .border-r-neutral-300\\/90 { border-right-color: #d4d4d4e6; } @@ -108572,6 +149264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a3; } +.border-r-neutral-400\\/15 { + border-right-color: #a3a3a326; +} + .border-r-neutral-400\\/20 { border-right-color: #a3a3a333; } @@ -108584,10 +149280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a34d; } +.border-r-neutral-400\\/35 { + border-right-color: #a3a3a359; +} + .border-r-neutral-400\\/40 { border-right-color: #a3a3a366; } +.border-r-neutral-400\\/45 { + border-right-color: #a3a3a373; +} + .border-r-neutral-400\\/5 { border-right-color: #a3a3a30d; } @@ -108596,10 +149300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a380; } +.border-r-neutral-400\\/55 { + border-right-color: #a3a3a38c; +} + .border-r-neutral-400\\/60 { border-right-color: #a3a3a399; } +.border-r-neutral-400\\/65 { + border-right-color: #a3a3a3a6; +} + .border-r-neutral-400\\/70 { border-right-color: #a3a3a3b3; } @@ -108612,6 +149324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a3a3a3cc; } +.border-r-neutral-400\\/85 { + border-right-color: #a3a3a3d9; +} + .border-r-neutral-400\\/90 { border-right-color: #a3a3a3e6; } @@ -108636,6 +149352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa; } +.border-r-neutral-50\\/15 { + border-right-color: #fafafa26; +} + .border-r-neutral-50\\/20 { border-right-color: #fafafa33; } @@ -108648,10 +149368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa4d; } +.border-r-neutral-50\\/35 { + border-right-color: #fafafa59; +} + .border-r-neutral-50\\/40 { border-right-color: #fafafa66; } +.border-r-neutral-50\\/45 { + border-right-color: #fafafa73; +} + .border-r-neutral-50\\/5 { border-right-color: #fafafa0d; } @@ -108660,10 +149388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa80; } +.border-r-neutral-50\\/55 { + border-right-color: #fafafa8c; +} + .border-r-neutral-50\\/60 { border-right-color: #fafafa99; } +.border-r-neutral-50\\/65 { + border-right-color: #fafafaa6; +} + .border-r-neutral-50\\/70 { border-right-color: #fafafab3; } @@ -108676,6 +149412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafacc; } +.border-r-neutral-50\\/85 { + border-right-color: #fafafad9; +} + .border-r-neutral-50\\/90 { border-right-color: #fafafae6; } @@ -108700,6 +149440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #737373; } +.border-r-neutral-500\\/15 { + border-right-color: #73737326; +} + .border-r-neutral-500\\/20 { border-right-color: #73737333; } @@ -108712,10 +149456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7373734d; } +.border-r-neutral-500\\/35 { + border-right-color: #73737359; +} + .border-r-neutral-500\\/40 { border-right-color: #73737366; } +.border-r-neutral-500\\/45 { + border-right-color: #73737373; +} + .border-r-neutral-500\\/5 { border-right-color: #7373730d; } @@ -108724,10 +149476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #73737380; } +.border-r-neutral-500\\/55 { + border-right-color: #7373738c; +} + .border-r-neutral-500\\/60 { border-right-color: #73737399; } +.border-r-neutral-500\\/65 { + border-right-color: #737373a6; +} + .border-r-neutral-500\\/70 { border-right-color: #737373b3; } @@ -108740,6 +149500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #737373cc; } +.border-r-neutral-500\\/85 { + border-right-color: #737373d9; +} + .border-r-neutral-500\\/90 { border-right-color: #737373e6; } @@ -108764,6 +149528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #525252; } +.border-r-neutral-600\\/15 { + border-right-color: #52525226; +} + .border-r-neutral-600\\/20 { border-right-color: #52525233; } @@ -108776,10 +149544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5252524d; } +.border-r-neutral-600\\/35 { + border-right-color: #52525259; +} + .border-r-neutral-600\\/40 { border-right-color: #52525266; } +.border-r-neutral-600\\/45 { + border-right-color: #52525273; +} + .border-r-neutral-600\\/5 { border-right-color: #5252520d; } @@ -108788,10 +149564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525280; } +.border-r-neutral-600\\/55 { + border-right-color: #5252528c; +} + .border-r-neutral-600\\/60 { border-right-color: #52525299; } +.border-r-neutral-600\\/65 { + border-right-color: #525252a6; +} + .border-r-neutral-600\\/70 { border-right-color: #525252b3; } @@ -108804,6 +149588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #525252cc; } +.border-r-neutral-600\\/85 { + border-right-color: #525252d9; +} + .border-r-neutral-600\\/90 { border-right-color: #525252e6; } @@ -108828,6 +149616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #404040; } +.border-r-neutral-700\\/15 { + border-right-color: #40404026; +} + .border-r-neutral-700\\/20 { border-right-color: #40404033; } @@ -108840,10 +149632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4040404d; } +.border-r-neutral-700\\/35 { + border-right-color: #40404059; +} + .border-r-neutral-700\\/40 { border-right-color: #40404066; } +.border-r-neutral-700\\/45 { + border-right-color: #40404073; +} + .border-r-neutral-700\\/5 { border-right-color: #4040400d; } @@ -108852,10 +149652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #40404080; } +.border-r-neutral-700\\/55 { + border-right-color: #4040408c; +} + .border-r-neutral-700\\/60 { border-right-color: #40404099; } +.border-r-neutral-700\\/65 { + border-right-color: #404040a6; +} + .border-r-neutral-700\\/70 { border-right-color: #404040b3; } @@ -108868,6 +149676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #404040cc; } +.border-r-neutral-700\\/85 { + border-right-color: #404040d9; +} + .border-r-neutral-700\\/90 { border-right-color: #404040e6; } @@ -108892,6 +149704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #262626; } +.border-r-neutral-800\\/15 { + border-right-color: #26262626; +} + .border-r-neutral-800\\/20 { border-right-color: #26262633; } @@ -108904,10 +149720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2626264d; } +.border-r-neutral-800\\/35 { + border-right-color: #26262659; +} + .border-r-neutral-800\\/40 { border-right-color: #26262666; } +.border-r-neutral-800\\/45 { + border-right-color: #26262673; +} + .border-r-neutral-800\\/5 { border-right-color: #2626260d; } @@ -108916,10 +149740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #26262680; } +.border-r-neutral-800\\/55 { + border-right-color: #2626268c; +} + .border-r-neutral-800\\/60 { border-right-color: #26262699; } +.border-r-neutral-800\\/65 { + border-right-color: #262626a6; +} + .border-r-neutral-800\\/70 { border-right-color: #262626b3; } @@ -108932,6 +149764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #262626cc; } +.border-r-neutral-800\\/85 { + border-right-color: #262626d9; +} + .border-r-neutral-800\\/90 { border-right-color: #262626e6; } @@ -108956,6 +149792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #171717; } +.border-r-neutral-900\\/15 { + border-right-color: #17171726; +} + .border-r-neutral-900\\/20 { border-right-color: #17171733; } @@ -108968,10 +149808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1717174d; } +.border-r-neutral-900\\/35 { + border-right-color: #17171759; +} + .border-r-neutral-900\\/40 { border-right-color: #17171766; } +.border-r-neutral-900\\/45 { + border-right-color: #17171773; +} + .border-r-neutral-900\\/5 { border-right-color: #1717170d; } @@ -108980,10 +149828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #17171780; } +.border-r-neutral-900\\/55 { + border-right-color: #1717178c; +} + .border-r-neutral-900\\/60 { border-right-color: #17171799; } +.border-r-neutral-900\\/65 { + border-right-color: #171717a6; +} + .border-r-neutral-900\\/70 { border-right-color: #171717b3; } @@ -108996,6 +149852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #171717cc; } +.border-r-neutral-900\\/85 { + border-right-color: #171717d9; +} + .border-r-neutral-900\\/90 { border-right-color: #171717e6; } @@ -109020,6 +149880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0a; } +.border-r-neutral-950\\/15 { + border-right-color: #0a0a0a26; +} + .border-r-neutral-950\\/20 { border-right-color: #0a0a0a33; } @@ -109032,10 +149896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0a4d; } +.border-r-neutral-950\\/35 { + border-right-color: #0a0a0a59; +} + .border-r-neutral-950\\/40 { border-right-color: #0a0a0a66; } +.border-r-neutral-950\\/45 { + border-right-color: #0a0a0a73; +} + .border-r-neutral-950\\/5 { border-right-color: #0a0a0a0d; } @@ -109044,10 +149916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0a80; } +.border-r-neutral-950\\/55 { + border-right-color: #0a0a0a8c; +} + .border-r-neutral-950\\/60 { border-right-color: #0a0a0a99; } +.border-r-neutral-950\\/65 { + border-right-color: #0a0a0aa6; +} + .border-r-neutral-950\\/70 { border-right-color: #0a0a0ab3; } @@ -109060,6 +149940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0a0a0acc; } +.border-r-neutral-950\\/85 { + border-right-color: #0a0a0ad9; +} + .border-r-neutral-950\\/90 { border-right-color: #0a0a0ae6; } @@ -109084,6 +149968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd5; } +.border-r-orange-100\\/15 { + border-right-color: #ffedd526; +} + .border-r-orange-100\\/20 { border-right-color: #ffedd533; } @@ -109096,10 +149984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd54d; } +.border-r-orange-100\\/35 { + border-right-color: #ffedd559; +} + .border-r-orange-100\\/40 { border-right-color: #ffedd566; } +.border-r-orange-100\\/45 { + border-right-color: #ffedd573; +} + .border-r-orange-100\\/5 { border-right-color: #ffedd50d; } @@ -109108,10 +150004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd580; } +.border-r-orange-100\\/55 { + border-right-color: #ffedd58c; +} + .border-r-orange-100\\/60 { border-right-color: #ffedd599; } +.border-r-orange-100\\/65 { + border-right-color: #ffedd5a6; +} + .border-r-orange-100\\/70 { border-right-color: #ffedd5b3; } @@ -109124,6 +150028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffedd5cc; } +.border-r-orange-100\\/85 { + border-right-color: #ffedd5d9; +} + .border-r-orange-100\\/90 { border-right-color: #ffedd5e6; } @@ -109148,6 +150056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aa; } +.border-r-orange-200\\/15 { + border-right-color: #fed7aa26; +} + .border-r-orange-200\\/20 { border-right-color: #fed7aa33; } @@ -109160,10 +150072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aa4d; } +.border-r-orange-200\\/35 { + border-right-color: #fed7aa59; +} + .border-r-orange-200\\/40 { border-right-color: #fed7aa66; } +.border-r-orange-200\\/45 { + border-right-color: #fed7aa73; +} + .border-r-orange-200\\/5 { border-right-color: #fed7aa0d; } @@ -109172,10 +150092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aa80; } +.border-r-orange-200\\/55 { + border-right-color: #fed7aa8c; +} + .border-r-orange-200\\/60 { border-right-color: #fed7aa99; } +.border-r-orange-200\\/65 { + border-right-color: #fed7aaa6; +} + .border-r-orange-200\\/70 { border-right-color: #fed7aab3; } @@ -109188,6 +150116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fed7aacc; } +.border-r-orange-200\\/85 { + border-right-color: #fed7aad9; +} + .border-r-orange-200\\/90 { border-right-color: #fed7aae6; } @@ -109212,6 +150144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba74; } +.border-r-orange-300\\/15 { + border-right-color: #fdba7426; +} + .border-r-orange-300\\/20 { border-right-color: #fdba7433; } @@ -109224,10 +150160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba744d; } +.border-r-orange-300\\/35 { + border-right-color: #fdba7459; +} + .border-r-orange-300\\/40 { border-right-color: #fdba7466; } +.border-r-orange-300\\/45 { + border-right-color: #fdba7473; +} + .border-r-orange-300\\/5 { border-right-color: #fdba740d; } @@ -109236,10 +150180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba7480; } +.border-r-orange-300\\/55 { + border-right-color: #fdba748c; +} + .border-r-orange-300\\/60 { border-right-color: #fdba7499; } +.border-r-orange-300\\/65 { + border-right-color: #fdba74a6; +} + .border-r-orange-300\\/70 { border-right-color: #fdba74b3; } @@ -109252,6 +150204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdba74cc; } +.border-r-orange-300\\/85 { + border-right-color: #fdba74d9; +} + .border-r-orange-300\\/90 { border-right-color: #fdba74e6; } @@ -109276,6 +150232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923c; } +.border-r-orange-400\\/15 { + border-right-color: #fb923c26; +} + .border-r-orange-400\\/20 { border-right-color: #fb923c33; } @@ -109288,10 +150248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923c4d; } +.border-r-orange-400\\/35 { + border-right-color: #fb923c59; +} + .border-r-orange-400\\/40 { border-right-color: #fb923c66; } +.border-r-orange-400\\/45 { + border-right-color: #fb923c73; +} + .border-r-orange-400\\/5 { border-right-color: #fb923c0d; } @@ -109300,10 +150268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923c80; } +.border-r-orange-400\\/55 { + border-right-color: #fb923c8c; +} + .border-r-orange-400\\/60 { border-right-color: #fb923c99; } +.border-r-orange-400\\/65 { + border-right-color: #fb923ca6; +} + .border-r-orange-400\\/70 { border-right-color: #fb923cb3; } @@ -109316,6 +150292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb923ccc; } +.border-r-orange-400\\/85 { + border-right-color: #fb923cd9; +} + .border-r-orange-400\\/90 { border-right-color: #fb923ce6; } @@ -109340,6 +150320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7ed; } +.border-r-orange-50\\/15 { + border-right-color: #fff7ed26; +} + .border-r-orange-50\\/20 { border-right-color: #fff7ed33; } @@ -109352,10 +150336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7ed4d; } +.border-r-orange-50\\/35 { + border-right-color: #fff7ed59; +} + .border-r-orange-50\\/40 { border-right-color: #fff7ed66; } +.border-r-orange-50\\/45 { + border-right-color: #fff7ed73; +} + .border-r-orange-50\\/5 { border-right-color: #fff7ed0d; } @@ -109364,10 +150356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7ed80; } +.border-r-orange-50\\/55 { + border-right-color: #fff7ed8c; +} + .border-r-orange-50\\/60 { border-right-color: #fff7ed99; } +.border-r-orange-50\\/65 { + border-right-color: #fff7eda6; +} + .border-r-orange-50\\/70 { border-right-color: #fff7edb3; } @@ -109380,6 +150380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff7edcc; } +.border-r-orange-50\\/85 { + border-right-color: #fff7edd9; +} + .border-r-orange-50\\/90 { border-right-color: #fff7ede6; } @@ -109404,6 +150408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f97316; } +.border-r-orange-500\\/15 { + border-right-color: #f9731626; +} + .border-r-orange-500\\/20 { border-right-color: #f9731633; } @@ -109416,10 +150424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f973164d; } +.border-r-orange-500\\/35 { + border-right-color: #f9731659; +} + .border-r-orange-500\\/40 { border-right-color: #f9731666; } +.border-r-orange-500\\/45 { + border-right-color: #f9731673; +} + .border-r-orange-500\\/5 { border-right-color: #f973160d; } @@ -109428,10 +150444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9731680; } +.border-r-orange-500\\/55 { + border-right-color: #f973168c; +} + .border-r-orange-500\\/60 { border-right-color: #f9731699; } +.border-r-orange-500\\/65 { + border-right-color: #f97316a6; +} + .border-r-orange-500\\/70 { border-right-color: #f97316b3; } @@ -109444,6 +150468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f97316cc; } +.border-r-orange-500\\/85 { + border-right-color: #f97316d9; +} + .border-r-orange-500\\/90 { border-right-color: #f97316e6; } @@ -109468,6 +150496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580c; } +.border-r-orange-600\\/15 { + border-right-color: #ea580c26; +} + .border-r-orange-600\\/20 { border-right-color: #ea580c33; } @@ -109480,10 +150512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580c4d; } +.border-r-orange-600\\/35 { + border-right-color: #ea580c59; +} + .border-r-orange-600\\/40 { border-right-color: #ea580c66; } +.border-r-orange-600\\/45 { + border-right-color: #ea580c73; +} + .border-r-orange-600\\/5 { border-right-color: #ea580c0d; } @@ -109492,10 +150532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580c80; } +.border-r-orange-600\\/55 { + border-right-color: #ea580c8c; +} + .border-r-orange-600\\/60 { border-right-color: #ea580c99; } +.border-r-orange-600\\/65 { + border-right-color: #ea580ca6; +} + .border-r-orange-600\\/70 { border-right-color: #ea580cb3; } @@ -109508,6 +150556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ea580ccc; } +.border-r-orange-600\\/85 { + border-right-color: #ea580cd9; +} + .border-r-orange-600\\/90 { border-right-color: #ea580ce6; } @@ -109532,6 +150584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410c; } +.border-r-orange-700\\/15 { + border-right-color: #c2410c26; +} + .border-r-orange-700\\/20 { border-right-color: #c2410c33; } @@ -109544,10 +150600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410c4d; } +.border-r-orange-700\\/35 { + border-right-color: #c2410c59; +} + .border-r-orange-700\\/40 { border-right-color: #c2410c66; } +.border-r-orange-700\\/45 { + border-right-color: #c2410c73; +} + .border-r-orange-700\\/5 { border-right-color: #c2410c0d; } @@ -109556,10 +150620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410c80; } +.border-r-orange-700\\/55 { + border-right-color: #c2410c8c; +} + .border-r-orange-700\\/60 { border-right-color: #c2410c99; } +.border-r-orange-700\\/65 { + border-right-color: #c2410ca6; +} + .border-r-orange-700\\/70 { border-right-color: #c2410cb3; } @@ -109572,6 +150644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c2410ccc; } +.border-r-orange-700\\/85 { + border-right-color: #c2410cd9; +} + .border-r-orange-700\\/90 { border-right-color: #c2410ce6; } @@ -109596,6 +150672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a3412; } +.border-r-orange-800\\/15 { + border-right-color: #9a341226; +} + .border-r-orange-800\\/20 { border-right-color: #9a341233; } @@ -109608,10 +150688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a34124d; } +.border-r-orange-800\\/35 { + border-right-color: #9a341259; +} + .border-r-orange-800\\/40 { border-right-color: #9a341266; } +.border-r-orange-800\\/45 { + border-right-color: #9a341273; +} + .border-r-orange-800\\/5 { border-right-color: #9a34120d; } @@ -109620,10 +150708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a341280; } +.border-r-orange-800\\/55 { + border-right-color: #9a34128c; +} + .border-r-orange-800\\/60 { border-right-color: #9a341299; } +.border-r-orange-800\\/65 { + border-right-color: #9a3412a6; +} + .border-r-orange-800\\/70 { border-right-color: #9a3412b3; } @@ -109636,6 +150732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9a3412cc; } +.border-r-orange-800\\/85 { + border-right-color: #9a3412d9; +} + .border-r-orange-800\\/90 { border-right-color: #9a3412e6; } @@ -109660,6 +150760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d12; } +.border-r-orange-900\\/15 { + border-right-color: #7c2d1226; +} + .border-r-orange-900\\/20 { border-right-color: #7c2d1233; } @@ -109672,10 +150776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d124d; } +.border-r-orange-900\\/35 { + border-right-color: #7c2d1259; +} + .border-r-orange-900\\/40 { border-right-color: #7c2d1266; } +.border-r-orange-900\\/45 { + border-right-color: #7c2d1273; +} + .border-r-orange-900\\/5 { border-right-color: #7c2d120d; } @@ -109684,10 +150796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d1280; } +.border-r-orange-900\\/55 { + border-right-color: #7c2d128c; +} + .border-r-orange-900\\/60 { border-right-color: #7c2d1299; } +.border-r-orange-900\\/65 { + border-right-color: #7c2d12a6; +} + .border-r-orange-900\\/70 { border-right-color: #7c2d12b3; } @@ -109700,6 +150820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c2d12cc; } +.border-r-orange-900\\/85 { + border-right-color: #7c2d12d9; +} + .border-r-orange-900\\/90 { border-right-color: #7c2d12e6; } @@ -109724,6 +150848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #431407; } +.border-r-orange-950\\/15 { + border-right-color: #43140726; +} + .border-r-orange-950\\/20 { border-right-color: #43140733; } @@ -109736,10 +150864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4314074d; } +.border-r-orange-950\\/35 { + border-right-color: #43140759; +} + .border-r-orange-950\\/40 { border-right-color: #43140766; } +.border-r-orange-950\\/45 { + border-right-color: #43140773; +} + .border-r-orange-950\\/5 { border-right-color: #4314070d; } @@ -109748,10 +150884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #43140780; } +.border-r-orange-950\\/55 { + border-right-color: #4314078c; +} + .border-r-orange-950\\/60 { border-right-color: #43140799; } +.border-r-orange-950\\/65 { + border-right-color: #431407a6; +} + .border-r-orange-950\\/70 { border-right-color: #431407b3; } @@ -109764,6 +150908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #431407cc; } +.border-r-orange-950\\/85 { + border-right-color: #431407d9; +} + .border-r-orange-950\\/90 { border-right-color: #431407e6; } @@ -109788,6 +150936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f3; } +.border-r-pink-100\\/15 { + border-right-color: #fce7f326; +} + .border-r-pink-100\\/20 { border-right-color: #fce7f333; } @@ -109800,10 +150952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f34d; } +.border-r-pink-100\\/35 { + border-right-color: #fce7f359; +} + .border-r-pink-100\\/40 { border-right-color: #fce7f366; } +.border-r-pink-100\\/45 { + border-right-color: #fce7f373; +} + .border-r-pink-100\\/5 { border-right-color: #fce7f30d; } @@ -109812,10 +150972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f380; } +.border-r-pink-100\\/55 { + border-right-color: #fce7f38c; +} + .border-r-pink-100\\/60 { border-right-color: #fce7f399; } +.border-r-pink-100\\/65 { + border-right-color: #fce7f3a6; +} + .border-r-pink-100\\/70 { border-right-color: #fce7f3b3; } @@ -109828,6 +150996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fce7f3cc; } +.border-r-pink-100\\/85 { + border-right-color: #fce7f3d9; +} + .border-r-pink-100\\/90 { border-right-color: #fce7f3e6; } @@ -109852,6 +151024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe8; } +.border-r-pink-200\\/15 { + border-right-color: #fbcfe826; +} + .border-r-pink-200\\/20 { border-right-color: #fbcfe833; } @@ -109864,10 +151040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe84d; } +.border-r-pink-200\\/35 { + border-right-color: #fbcfe859; +} + .border-r-pink-200\\/40 { border-right-color: #fbcfe866; } +.border-r-pink-200\\/45 { + border-right-color: #fbcfe873; +} + .border-r-pink-200\\/5 { border-right-color: #fbcfe80d; } @@ -109876,10 +151060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe880; } +.border-r-pink-200\\/55 { + border-right-color: #fbcfe88c; +} + .border-r-pink-200\\/60 { border-right-color: #fbcfe899; } +.border-r-pink-200\\/65 { + border-right-color: #fbcfe8a6; +} + .border-r-pink-200\\/70 { border-right-color: #fbcfe8b3; } @@ -109892,6 +151084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fbcfe8cc; } +.border-r-pink-200\\/85 { + border-right-color: #fbcfe8d9; +} + .border-r-pink-200\\/90 { border-right-color: #fbcfe8e6; } @@ -109916,6 +151112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d4; } +.border-r-pink-300\\/15 { + border-right-color: #f9a8d426; +} + .border-r-pink-300\\/20 { border-right-color: #f9a8d433; } @@ -109928,10 +151128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d44d; } +.border-r-pink-300\\/35 { + border-right-color: #f9a8d459; +} + .border-r-pink-300\\/40 { border-right-color: #f9a8d466; } +.border-r-pink-300\\/45 { + border-right-color: #f9a8d473; +} + .border-r-pink-300\\/5 { border-right-color: #f9a8d40d; } @@ -109940,10 +151148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d480; } +.border-r-pink-300\\/55 { + border-right-color: #f9a8d48c; +} + .border-r-pink-300\\/60 { border-right-color: #f9a8d499; } +.border-r-pink-300\\/65 { + border-right-color: #f9a8d4a6; +} + .border-r-pink-300\\/70 { border-right-color: #f9a8d4b3; } @@ -109956,6 +151172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f9a8d4cc; } +.border-r-pink-300\\/85 { + border-right-color: #f9a8d4d9; +} + .border-r-pink-300\\/90 { border-right-color: #f9a8d4e6; } @@ -109980,6 +151200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b6; } +.border-r-pink-400\\/15 { + border-right-color: #f472b626; +} + .border-r-pink-400\\/20 { border-right-color: #f472b633; } @@ -109992,10 +151216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b64d; } +.border-r-pink-400\\/35 { + border-right-color: #f472b659; +} + .border-r-pink-400\\/40 { border-right-color: #f472b666; } +.border-r-pink-400\\/45 { + border-right-color: #f472b673; +} + .border-r-pink-400\\/5 { border-right-color: #f472b60d; } @@ -110004,10 +151236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b680; } +.border-r-pink-400\\/55 { + border-right-color: #f472b68c; +} + .border-r-pink-400\\/60 { border-right-color: #f472b699; } +.border-r-pink-400\\/65 { + border-right-color: #f472b6a6; +} + .border-r-pink-400\\/70 { border-right-color: #f472b6b3; } @@ -110020,6 +151260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f472b6cc; } +.border-r-pink-400\\/85 { + border-right-color: #f472b6d9; +} + .border-r-pink-400\\/90 { border-right-color: #f472b6e6; } @@ -110044,6 +151288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f8; } +.border-r-pink-50\\/15 { + border-right-color: #fdf2f826; +} + .border-r-pink-50\\/20 { border-right-color: #fdf2f833; } @@ -110056,10 +151304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f84d; } +.border-r-pink-50\\/35 { + border-right-color: #fdf2f859; +} + .border-r-pink-50\\/40 { border-right-color: #fdf2f866; } +.border-r-pink-50\\/45 { + border-right-color: #fdf2f873; +} + .border-r-pink-50\\/5 { border-right-color: #fdf2f80d; } @@ -110068,10 +151324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f880; } +.border-r-pink-50\\/55 { + border-right-color: #fdf2f88c; +} + .border-r-pink-50\\/60 { border-right-color: #fdf2f899; } +.border-r-pink-50\\/65 { + border-right-color: #fdf2f8a6; +} + .border-r-pink-50\\/70 { border-right-color: #fdf2f8b3; } @@ -110084,6 +151348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fdf2f8cc; } +.border-r-pink-50\\/85 { + border-right-color: #fdf2f8d9; +} + .border-r-pink-50\\/90 { border-right-color: #fdf2f8e6; } @@ -110108,6 +151376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec4899; } +.border-r-pink-500\\/15 { + border-right-color: #ec489926; +} + .border-r-pink-500\\/20 { border-right-color: #ec489933; } @@ -110120,10 +151392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec48994d; } +.border-r-pink-500\\/35 { + border-right-color: #ec489959; +} + .border-r-pink-500\\/40 { border-right-color: #ec489966; } +.border-r-pink-500\\/45 { + border-right-color: #ec489973; +} + .border-r-pink-500\\/5 { border-right-color: #ec48990d; } @@ -110132,10 +151412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec489980; } +.border-r-pink-500\\/55 { + border-right-color: #ec48998c; +} + .border-r-pink-500\\/60 { border-right-color: #ec489999; } +.border-r-pink-500\\/65 { + border-right-color: #ec4899a6; +} + .border-r-pink-500\\/70 { border-right-color: #ec4899b3; } @@ -110148,6 +151436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ec4899cc; } +.border-r-pink-500\\/85 { + border-right-color: #ec4899d9; +} + .border-r-pink-500\\/90 { border-right-color: #ec4899e6; } @@ -110172,6 +151464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db2777; } +.border-r-pink-600\\/15 { + border-right-color: #db277726; +} + .border-r-pink-600\\/20 { border-right-color: #db277733; } @@ -110184,10 +151480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db27774d; } +.border-r-pink-600\\/35 { + border-right-color: #db277759; +} + .border-r-pink-600\\/40 { border-right-color: #db277766; } +.border-r-pink-600\\/45 { + border-right-color: #db277773; +} + .border-r-pink-600\\/5 { border-right-color: #db27770d; } @@ -110196,10 +151500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db277780; } +.border-r-pink-600\\/55 { + border-right-color: #db27778c; +} + .border-r-pink-600\\/60 { border-right-color: #db277799; } +.border-r-pink-600\\/65 { + border-right-color: #db2777a6; +} + .border-r-pink-600\\/70 { border-right-color: #db2777b3; } @@ -110212,6 +151524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #db2777cc; } +.border-r-pink-600\\/85 { + border-right-color: #db2777d9; +} + .border-r-pink-600\\/90 { border-right-color: #db2777e6; } @@ -110236,6 +151552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185d; } +.border-r-pink-700\\/15 { + border-right-color: #be185d26; +} + .border-r-pink-700\\/20 { border-right-color: #be185d33; } @@ -110248,10 +151568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185d4d; } +.border-r-pink-700\\/35 { + border-right-color: #be185d59; +} + .border-r-pink-700\\/40 { border-right-color: #be185d66; } +.border-r-pink-700\\/45 { + border-right-color: #be185d73; +} + .border-r-pink-700\\/5 { border-right-color: #be185d0d; } @@ -110260,10 +151588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185d80; } +.border-r-pink-700\\/55 { + border-right-color: #be185d8c; +} + .border-r-pink-700\\/60 { border-right-color: #be185d99; } +.border-r-pink-700\\/65 { + border-right-color: #be185da6; +} + .border-r-pink-700\\/70 { border-right-color: #be185db3; } @@ -110276,6 +151612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be185dcc; } +.border-r-pink-700\\/85 { + border-right-color: #be185dd9; +} + .border-r-pink-700\\/90 { border-right-color: #be185de6; } @@ -110300,6 +151640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174d; } +.border-r-pink-800\\/15 { + border-right-color: #9d174d26; +} + .border-r-pink-800\\/20 { border-right-color: #9d174d33; } @@ -110312,10 +151656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174d4d; } +.border-r-pink-800\\/35 { + border-right-color: #9d174d59; +} + .border-r-pink-800\\/40 { border-right-color: #9d174d66; } +.border-r-pink-800\\/45 { + border-right-color: #9d174d73; +} + .border-r-pink-800\\/5 { border-right-color: #9d174d0d; } @@ -110324,10 +151676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174d80; } +.border-r-pink-800\\/55 { + border-right-color: #9d174d8c; +} + .border-r-pink-800\\/60 { border-right-color: #9d174d99; } +.border-r-pink-800\\/65 { + border-right-color: #9d174da6; +} + .border-r-pink-800\\/70 { border-right-color: #9d174db3; } @@ -110340,6 +151700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9d174dcc; } +.border-r-pink-800\\/85 { + border-right-color: #9d174dd9; +} + .border-r-pink-800\\/90 { border-right-color: #9d174de6; } @@ -110364,6 +151728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #831843; } +.border-r-pink-900\\/15 { + border-right-color: #83184326; +} + .border-r-pink-900\\/20 { border-right-color: #83184333; } @@ -110376,10 +151744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8318434d; } +.border-r-pink-900\\/35 { + border-right-color: #83184359; +} + .border-r-pink-900\\/40 { border-right-color: #83184366; } +.border-r-pink-900\\/45 { + border-right-color: #83184373; +} + .border-r-pink-900\\/5 { border-right-color: #8318430d; } @@ -110388,10 +151764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #83184380; } +.border-r-pink-900\\/55 { + border-right-color: #8318438c; +} + .border-r-pink-900\\/60 { border-right-color: #83184399; } +.border-r-pink-900\\/65 { + border-right-color: #831843a6; +} + .border-r-pink-900\\/70 { border-right-color: #831843b3; } @@ -110404,6 +151788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #831843cc; } +.border-r-pink-900\\/85 { + border-right-color: #831843d9; +} + .border-r-pink-900\\/90 { border-right-color: #831843e6; } @@ -110428,6 +151816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #500724; } +.border-r-pink-950\\/15 { + border-right-color: #50072426; +} + .border-r-pink-950\\/20 { border-right-color: #50072433; } @@ -110440,10 +151832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5007244d; } +.border-r-pink-950\\/35 { + border-right-color: #50072459; +} + .border-r-pink-950\\/40 { border-right-color: #50072466; } +.border-r-pink-950\\/45 { + border-right-color: #50072473; +} + .border-r-pink-950\\/5 { border-right-color: #5007240d; } @@ -110452,10 +151852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #50072480; } +.border-r-pink-950\\/55 { + border-right-color: #5007248c; +} + .border-r-pink-950\\/60 { border-right-color: #50072499; } +.border-r-pink-950\\/65 { + border-right-color: #500724a6; +} + .border-r-pink-950\\/70 { border-right-color: #500724b3; } @@ -110468,6 +151876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #500724cc; } +.border-r-pink-950\\/85 { + border-right-color: #500724d9; +} + .border-r-pink-950\\/90 { border-right-color: #500724e6; } @@ -110492,6 +151904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ff; } +.border-r-purple-100\\/15 { + border-right-color: #f3e8ff26; +} + .border-r-purple-100\\/20 { border-right-color: #f3e8ff33; } @@ -110504,10 +151920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ff4d; } +.border-r-purple-100\\/35 { + border-right-color: #f3e8ff59; +} + .border-r-purple-100\\/40 { border-right-color: #f3e8ff66; } +.border-r-purple-100\\/45 { + border-right-color: #f3e8ff73; +} + .border-r-purple-100\\/5 { border-right-color: #f3e8ff0d; } @@ -110516,10 +151940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ff80; } +.border-r-purple-100\\/55 { + border-right-color: #f3e8ff8c; +} + .border-r-purple-100\\/60 { border-right-color: #f3e8ff99; } +.border-r-purple-100\\/65 { + border-right-color: #f3e8ffa6; +} + .border-r-purple-100\\/70 { border-right-color: #f3e8ffb3; } @@ -110532,6 +151964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f3e8ffcc; } +.border-r-purple-100\\/85 { + border-right-color: #f3e8ffd9; +} + .border-r-purple-100\\/90 { border-right-color: #f3e8ffe6; } @@ -110556,6 +151992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ff; } +.border-r-purple-200\\/15 { + border-right-color: #e9d5ff26; +} + .border-r-purple-200\\/20 { border-right-color: #e9d5ff33; } @@ -110568,10 +152008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ff4d; } +.border-r-purple-200\\/35 { + border-right-color: #e9d5ff59; +} + .border-r-purple-200\\/40 { border-right-color: #e9d5ff66; } +.border-r-purple-200\\/45 { + border-right-color: #e9d5ff73; +} + .border-r-purple-200\\/5 { border-right-color: #e9d5ff0d; } @@ -110580,10 +152028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ff80; } +.border-r-purple-200\\/55 { + border-right-color: #e9d5ff8c; +} + .border-r-purple-200\\/60 { border-right-color: #e9d5ff99; } +.border-r-purple-200\\/65 { + border-right-color: #e9d5ffa6; +} + .border-r-purple-200\\/70 { border-right-color: #e9d5ffb3; } @@ -110596,6 +152052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e9d5ffcc; } +.border-r-purple-200\\/85 { + border-right-color: #e9d5ffd9; +} + .border-r-purple-200\\/90 { border-right-color: #e9d5ffe6; } @@ -110620,6 +152080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fe; } +.border-r-purple-300\\/15 { + border-right-color: #d8b4fe26; +} + .border-r-purple-300\\/20 { border-right-color: #d8b4fe33; } @@ -110632,10 +152096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fe4d; } +.border-r-purple-300\\/35 { + border-right-color: #d8b4fe59; +} + .border-r-purple-300\\/40 { border-right-color: #d8b4fe66; } +.border-r-purple-300\\/45 { + border-right-color: #d8b4fe73; +} + .border-r-purple-300\\/5 { border-right-color: #d8b4fe0d; } @@ -110644,10 +152116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fe80; } +.border-r-purple-300\\/55 { + border-right-color: #d8b4fe8c; +} + .border-r-purple-300\\/60 { border-right-color: #d8b4fe99; } +.border-r-purple-300\\/65 { + border-right-color: #d8b4fea6; +} + .border-r-purple-300\\/70 { border-right-color: #d8b4feb3; } @@ -110660,6 +152140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d8b4fecc; } +.border-r-purple-300\\/85 { + border-right-color: #d8b4fed9; +} + .border-r-purple-300\\/90 { border-right-color: #d8b4fee6; } @@ -110684,6 +152168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fc; } +.border-r-purple-400\\/15 { + border-right-color: #c084fc26; +} + .border-r-purple-400\\/20 { border-right-color: #c084fc33; } @@ -110696,10 +152184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fc4d; } +.border-r-purple-400\\/35 { + border-right-color: #c084fc59; +} + .border-r-purple-400\\/40 { border-right-color: #c084fc66; } +.border-r-purple-400\\/45 { + border-right-color: #c084fc73; +} + .border-r-purple-400\\/5 { border-right-color: #c084fc0d; } @@ -110708,10 +152204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fc80; } +.border-r-purple-400\\/55 { + border-right-color: #c084fc8c; +} + .border-r-purple-400\\/60 { border-right-color: #c084fc99; } +.border-r-purple-400\\/65 { + border-right-color: #c084fca6; +} + .border-r-purple-400\\/70 { border-right-color: #c084fcb3; } @@ -110724,6 +152228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c084fccc; } +.border-r-purple-400\\/85 { + border-right-color: #c084fcd9; +} + .border-r-purple-400\\/90 { border-right-color: #c084fce6; } @@ -110748,6 +152256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ff; } +.border-r-purple-50\\/15 { + border-right-color: #faf5ff26; +} + .border-r-purple-50\\/20 { border-right-color: #faf5ff33; } @@ -110760,10 +152272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ff4d; } +.border-r-purple-50\\/35 { + border-right-color: #faf5ff59; +} + .border-r-purple-50\\/40 { border-right-color: #faf5ff66; } +.border-r-purple-50\\/45 { + border-right-color: #faf5ff73; +} + .border-r-purple-50\\/5 { border-right-color: #faf5ff0d; } @@ -110772,10 +152292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ff80; } +.border-r-purple-50\\/55 { + border-right-color: #faf5ff8c; +} + .border-r-purple-50\\/60 { border-right-color: #faf5ff99; } +.border-r-purple-50\\/65 { + border-right-color: #faf5ffa6; +} + .border-r-purple-50\\/70 { border-right-color: #faf5ffb3; } @@ -110788,6 +152316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #faf5ffcc; } +.border-r-purple-50\\/85 { + border-right-color: #faf5ffd9; +} + .border-r-purple-50\\/90 { border-right-color: #faf5ffe6; } @@ -110812,6 +152344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f7; } +.border-r-purple-500\\/15 { + border-right-color: #a855f726; +} + .border-r-purple-500\\/20 { border-right-color: #a855f733; } @@ -110824,10 +152360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f74d; } +.border-r-purple-500\\/35 { + border-right-color: #a855f759; +} + .border-r-purple-500\\/40 { border-right-color: #a855f766; } +.border-r-purple-500\\/45 { + border-right-color: #a855f773; +} + .border-r-purple-500\\/5 { border-right-color: #a855f70d; } @@ -110836,10 +152380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f780; } +.border-r-purple-500\\/55 { + border-right-color: #a855f78c; +} + .border-r-purple-500\\/60 { border-right-color: #a855f799; } +.border-r-purple-500\\/65 { + border-right-color: #a855f7a6; +} + .border-r-purple-500\\/70 { border-right-color: #a855f7b3; } @@ -110852,6 +152404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a855f7cc; } +.border-r-purple-500\\/85 { + border-right-color: #a855f7d9; +} + .border-r-purple-500\\/90 { border-right-color: #a855f7e6; } @@ -110876,6 +152432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333ea; } +.border-r-purple-600\\/15 { + border-right-color: #9333ea26; +} + .border-r-purple-600\\/20 { border-right-color: #9333ea33; } @@ -110888,10 +152448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333ea4d; } +.border-r-purple-600\\/35 { + border-right-color: #9333ea59; +} + .border-r-purple-600\\/40 { border-right-color: #9333ea66; } +.border-r-purple-600\\/45 { + border-right-color: #9333ea73; +} + .border-r-purple-600\\/5 { border-right-color: #9333ea0d; } @@ -110900,10 +152468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333ea80; } +.border-r-purple-600\\/55 { + border-right-color: #9333ea8c; +} + .border-r-purple-600\\/60 { border-right-color: #9333ea99; } +.border-r-purple-600\\/65 { + border-right-color: #9333eaa6; +} + .border-r-purple-600\\/70 { border-right-color: #9333eab3; } @@ -110916,6 +152492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9333eacc; } +.border-r-purple-600\\/85 { + border-right-color: #9333ead9; +} + .border-r-purple-600\\/90 { border-right-color: #9333eae6; } @@ -110940,6 +152520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22ce; } +.border-r-purple-700\\/15 { + border-right-color: #7e22ce26; +} + .border-r-purple-700\\/20 { border-right-color: #7e22ce33; } @@ -110952,10 +152536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22ce4d; } +.border-r-purple-700\\/35 { + border-right-color: #7e22ce59; +} + .border-r-purple-700\\/40 { border-right-color: #7e22ce66; } +.border-r-purple-700\\/45 { + border-right-color: #7e22ce73; +} + .border-r-purple-700\\/5 { border-right-color: #7e22ce0d; } @@ -110964,10 +152556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22ce80; } +.border-r-purple-700\\/55 { + border-right-color: #7e22ce8c; +} + .border-r-purple-700\\/60 { border-right-color: #7e22ce99; } +.border-r-purple-700\\/65 { + border-right-color: #7e22cea6; +} + .border-r-purple-700\\/70 { border-right-color: #7e22ceb3; } @@ -110980,6 +152580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7e22cecc; } +.border-r-purple-700\\/85 { + border-right-color: #7e22ced9; +} + .border-r-purple-700\\/90 { border-right-color: #7e22cee6; } @@ -111004,6 +152608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a8; } +.border-r-purple-800\\/15 { + border-right-color: #6b21a826; +} + .border-r-purple-800\\/20 { border-right-color: #6b21a833; } @@ -111016,10 +152624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a84d; } +.border-r-purple-800\\/35 { + border-right-color: #6b21a859; +} + .border-r-purple-800\\/40 { border-right-color: #6b21a866; } +.border-r-purple-800\\/45 { + border-right-color: #6b21a873; +} + .border-r-purple-800\\/5 { border-right-color: #6b21a80d; } @@ -111028,10 +152644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a880; } +.border-r-purple-800\\/55 { + border-right-color: #6b21a88c; +} + .border-r-purple-800\\/60 { border-right-color: #6b21a899; } +.border-r-purple-800\\/65 { + border-right-color: #6b21a8a6; +} + .border-r-purple-800\\/70 { border-right-color: #6b21a8b3; } @@ -111044,6 +152668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6b21a8cc; } +.border-r-purple-800\\/85 { + border-right-color: #6b21a8d9; +} + .border-r-purple-800\\/90 { border-right-color: #6b21a8e6; } @@ -111068,6 +152696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c87; } +.border-r-purple-900\\/15 { + border-right-color: #581c8726; +} + .border-r-purple-900\\/20 { border-right-color: #581c8733; } @@ -111080,10 +152712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c874d; } +.border-r-purple-900\\/35 { + border-right-color: #581c8759; +} + .border-r-purple-900\\/40 { border-right-color: #581c8766; } +.border-r-purple-900\\/45 { + border-right-color: #581c8773; +} + .border-r-purple-900\\/5 { border-right-color: #581c870d; } @@ -111092,10 +152732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c8780; } +.border-r-purple-900\\/55 { + border-right-color: #581c878c; +} + .border-r-purple-900\\/60 { border-right-color: #581c8799; } +.border-r-purple-900\\/65 { + border-right-color: #581c87a6; +} + .border-r-purple-900\\/70 { border-right-color: #581c87b3; } @@ -111108,6 +152756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #581c87cc; } +.border-r-purple-900\\/85 { + border-right-color: #581c87d9; +} + .border-r-purple-900\\/90 { border-right-color: #581c87e6; } @@ -111132,6 +152784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b0764; } +.border-r-purple-950\\/15 { + border-right-color: #3b076426; +} + .border-r-purple-950\\/20 { border-right-color: #3b076433; } @@ -111144,10 +152800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b07644d; } +.border-r-purple-950\\/35 { + border-right-color: #3b076459; +} + .border-r-purple-950\\/40 { border-right-color: #3b076466; } +.border-r-purple-950\\/45 { + border-right-color: #3b076473; +} + .border-r-purple-950\\/5 { border-right-color: #3b07640d; } @@ -111156,10 +152820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b076480; } +.border-r-purple-950\\/55 { + border-right-color: #3b07648c; +} + .border-r-purple-950\\/60 { border-right-color: #3b076499; } +.border-r-purple-950\\/65 { + border-right-color: #3b0764a6; +} + .border-r-purple-950\\/70 { border-right-color: #3b0764b3; } @@ -111172,6 +152844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3b0764cc; } +.border-r-purple-950\\/85 { + border-right-color: #3b0764d9; +} + .border-r-purple-950\\/90 { border-right-color: #3b0764e6; } @@ -111196,6 +152872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e2; } +.border-r-red-100\\/15 { + border-right-color: #fee2e226; +} + .border-r-red-100\\/20 { border-right-color: #fee2e233; } @@ -111208,10 +152888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e24d; } +.border-r-red-100\\/35 { + border-right-color: #fee2e259; +} + .border-r-red-100\\/40 { border-right-color: #fee2e266; } +.border-r-red-100\\/45 { + border-right-color: #fee2e273; +} + .border-r-red-100\\/5 { border-right-color: #fee2e20d; } @@ -111220,10 +152908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e280; } +.border-r-red-100\\/55 { + border-right-color: #fee2e28c; +} + .border-r-red-100\\/60 { border-right-color: #fee2e299; } +.border-r-red-100\\/65 { + border-right-color: #fee2e2a6; +} + .border-r-red-100\\/70 { border-right-color: #fee2e2b3; } @@ -111236,6 +152932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fee2e2cc; } +.border-r-red-100\\/85 { + border-right-color: #fee2e2d9; +} + .border-r-red-100\\/90 { border-right-color: #fee2e2e6; } @@ -111260,6 +152960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecaca; } +.border-r-red-200\\/15 { + border-right-color: #fecaca26; +} + .border-r-red-200\\/20 { border-right-color: #fecaca33; } @@ -111272,10 +152976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecaca4d; } +.border-r-red-200\\/35 { + border-right-color: #fecaca59; +} + .border-r-red-200\\/40 { border-right-color: #fecaca66; } +.border-r-red-200\\/45 { + border-right-color: #fecaca73; +} + .border-r-red-200\\/5 { border-right-color: #fecaca0d; } @@ -111284,10 +152996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecaca80; } +.border-r-red-200\\/55 { + border-right-color: #fecaca8c; +} + .border-r-red-200\\/60 { border-right-color: #fecaca99; } +.border-r-red-200\\/65 { + border-right-color: #fecacaa6; +} + .border-r-red-200\\/70 { border-right-color: #fecacab3; } @@ -111300,6 +153020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecacacc; } +.border-r-red-200\\/85 { + border-right-color: #fecacad9; +} + .border-r-red-200\\/90 { border-right-color: #fecacae6; } @@ -111324,6 +153048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a5; } +.border-r-red-300\\/15 { + border-right-color: #fca5a526; +} + .border-r-red-300\\/20 { border-right-color: #fca5a533; } @@ -111336,10 +153064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a54d; } +.border-r-red-300\\/35 { + border-right-color: #fca5a559; +} + .border-r-red-300\\/40 { border-right-color: #fca5a566; } +.border-r-red-300\\/45 { + border-right-color: #fca5a573; +} + .border-r-red-300\\/5 { border-right-color: #fca5a50d; } @@ -111348,10 +153084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a580; } +.border-r-red-300\\/55 { + border-right-color: #fca5a58c; +} + .border-r-red-300\\/60 { border-right-color: #fca5a599; } +.border-r-red-300\\/65 { + border-right-color: #fca5a5a6; +} + .border-r-red-300\\/70 { border-right-color: #fca5a5b3; } @@ -111364,6 +153108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fca5a5cc; } +.border-r-red-300\\/85 { + border-right-color: #fca5a5d9; +} + .border-r-red-300\\/90 { border-right-color: #fca5a5e6; } @@ -111388,6 +153136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f87171; } +.border-r-red-400\\/15 { + border-right-color: #f8717126; +} + .border-r-red-400\\/20 { border-right-color: #f8717133; } @@ -111400,10 +153152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f871714d; } +.border-r-red-400\\/35 { + border-right-color: #f8717159; +} + .border-r-red-400\\/40 { border-right-color: #f8717166; } +.border-r-red-400\\/45 { + border-right-color: #f8717173; +} + .border-r-red-400\\/5 { border-right-color: #f871710d; } @@ -111412,10 +153172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8717180; } +.border-r-red-400\\/55 { + border-right-color: #f871718c; +} + .border-r-red-400\\/60 { border-right-color: #f8717199; } +.border-r-red-400\\/65 { + border-right-color: #f87171a6; +} + .border-r-red-400\\/70 { border-right-color: #f87171b3; } @@ -111428,6 +153196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f87171cc; } +.border-r-red-400\\/85 { + border-right-color: #f87171d9; +} + .border-r-red-400\\/90 { border-right-color: #f87171e6; } @@ -111452,6 +153224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f2; } +.border-r-red-50\\/15 { + border-right-color: #fef2f226; +} + .border-r-red-50\\/20 { border-right-color: #fef2f233; } @@ -111464,10 +153240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f24d; } +.border-r-red-50\\/35 { + border-right-color: #fef2f259; +} + .border-r-red-50\\/40 { border-right-color: #fef2f266; } +.border-r-red-50\\/45 { + border-right-color: #fef2f273; +} + .border-r-red-50\\/5 { border-right-color: #fef2f20d; } @@ -111476,10 +153260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f280; } +.border-r-red-50\\/55 { + border-right-color: #fef2f28c; +} + .border-r-red-50\\/60 { border-right-color: #fef2f299; } +.border-r-red-50\\/65 { + border-right-color: #fef2f2a6; +} + .border-r-red-50\\/70 { border-right-color: #fef2f2b3; } @@ -111492,6 +153284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef2f2cc; } +.border-r-red-50\\/85 { + border-right-color: #fef2f2d9; +} + .border-r-red-50\\/90 { border-right-color: #fef2f2e6; } @@ -111516,6 +153312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef4444; } +.border-r-red-500\\/15 { + border-right-color: #ef444426; +} + .border-r-red-500\\/20 { border-right-color: #ef444433; } @@ -111528,10 +153328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef44444d; } +.border-r-red-500\\/35 { + border-right-color: #ef444459; +} + .border-r-red-500\\/40 { border-right-color: #ef444466; } +.border-r-red-500\\/45 { + border-right-color: #ef444473; +} + .border-r-red-500\\/5 { border-right-color: #ef44440d; } @@ -111540,10 +153348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef444480; } +.border-r-red-500\\/55 { + border-right-color: #ef44448c; +} + .border-r-red-500\\/60 { border-right-color: #ef444499; } +.border-r-red-500\\/65 { + border-right-color: #ef4444a6; +} + .border-r-red-500\\/70 { border-right-color: #ef4444b3; } @@ -111556,6 +153372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ef4444cc; } +.border-r-red-500\\/85 { + border-right-color: #ef4444d9; +} + .border-r-red-500\\/90 { border-right-color: #ef4444e6; } @@ -111580,6 +153400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc2626; } +.border-r-red-600\\/15 { + border-right-color: #dc262626; +} + .border-r-red-600\\/20 { border-right-color: #dc262633; } @@ -111592,10 +153416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc26264d; } +.border-r-red-600\\/35 { + border-right-color: #dc262659; +} + .border-r-red-600\\/40 { border-right-color: #dc262666; } +.border-r-red-600\\/45 { + border-right-color: #dc262673; +} + .border-r-red-600\\/5 { border-right-color: #dc26260d; } @@ -111604,10 +153436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc262680; } +.border-r-red-600\\/55 { + border-right-color: #dc26268c; +} + .border-r-red-600\\/60 { border-right-color: #dc262699; } +.border-r-red-600\\/65 { + border-right-color: #dc2626a6; +} + .border-r-red-600\\/70 { border-right-color: #dc2626b3; } @@ -111620,6 +153460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #dc2626cc; } +.border-r-red-600\\/85 { + border-right-color: #dc2626d9; +} + .border-r-red-600\\/90 { border-right-color: #dc2626e6; } @@ -111644,6 +153488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1c; } +.border-r-red-700\\/15 { + border-right-color: #b91c1c26; +} + .border-r-red-700\\/20 { border-right-color: #b91c1c33; } @@ -111656,10 +153504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1c4d; } +.border-r-red-700\\/35 { + border-right-color: #b91c1c59; +} + .border-r-red-700\\/40 { border-right-color: #b91c1c66; } +.border-r-red-700\\/45 { + border-right-color: #b91c1c73; +} + .border-r-red-700\\/5 { border-right-color: #b91c1c0d; } @@ -111668,10 +153524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1c80; } +.border-r-red-700\\/55 { + border-right-color: #b91c1c8c; +} + .border-r-red-700\\/60 { border-right-color: #b91c1c99; } +.border-r-red-700\\/65 { + border-right-color: #b91c1ca6; +} + .border-r-red-700\\/70 { border-right-color: #b91c1cb3; } @@ -111684,6 +153548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #b91c1ccc; } +.border-r-red-700\\/85 { + border-right-color: #b91c1cd9; +} + .border-r-red-700\\/90 { border-right-color: #b91c1ce6; } @@ -111708,6 +153576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1b; } +.border-r-red-800\\/15 { + border-right-color: #991b1b26; +} + .border-r-red-800\\/20 { border-right-color: #991b1b33; } @@ -111720,10 +153592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1b4d; } +.border-r-red-800\\/35 { + border-right-color: #991b1b59; +} + .border-r-red-800\\/40 { border-right-color: #991b1b66; } +.border-r-red-800\\/45 { + border-right-color: #991b1b73; +} + .border-r-red-800\\/5 { border-right-color: #991b1b0d; } @@ -111732,10 +153612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1b80; } +.border-r-red-800\\/55 { + border-right-color: #991b1b8c; +} + .border-r-red-800\\/60 { border-right-color: #991b1b99; } +.border-r-red-800\\/65 { + border-right-color: #991b1ba6; +} + .border-r-red-800\\/70 { border-right-color: #991b1bb3; } @@ -111748,6 +153636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #991b1bcc; } +.border-r-red-800\\/85 { + border-right-color: #991b1bd9; +} + .border-r-red-800\\/90 { border-right-color: #991b1be6; } @@ -111772,6 +153664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1d; } +.border-r-red-900\\/15 { + border-right-color: #7f1d1d26; +} + .border-r-red-900\\/20 { border-right-color: #7f1d1d33; } @@ -111784,10 +153680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1d4d; } +.border-r-red-900\\/35 { + border-right-color: #7f1d1d59; +} + .border-r-red-900\\/40 { border-right-color: #7f1d1d66; } +.border-r-red-900\\/45 { + border-right-color: #7f1d1d73; +} + .border-r-red-900\\/5 { border-right-color: #7f1d1d0d; } @@ -111796,10 +153700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1d80; } +.border-r-red-900\\/55 { + border-right-color: #7f1d1d8c; +} + .border-r-red-900\\/60 { border-right-color: #7f1d1d99; } +.border-r-red-900\\/65 { + border-right-color: #7f1d1da6; +} + .border-r-red-900\\/70 { border-right-color: #7f1d1db3; } @@ -111812,6 +153724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7f1d1dcc; } +.border-r-red-900\\/85 { + border-right-color: #7f1d1dd9; +} + .border-r-red-900\\/90 { border-right-color: #7f1d1de6; } @@ -111836,6 +153752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0a; } +.border-r-red-950\\/15 { + border-right-color: #450a0a26; +} + .border-r-red-950\\/20 { border-right-color: #450a0a33; } @@ -111848,10 +153768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0a4d; } +.border-r-red-950\\/35 { + border-right-color: #450a0a59; +} + .border-r-red-950\\/40 { border-right-color: #450a0a66; } +.border-r-red-950\\/45 { + border-right-color: #450a0a73; +} + .border-r-red-950\\/5 { border-right-color: #450a0a0d; } @@ -111860,10 +153788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0a80; } +.border-r-red-950\\/55 { + border-right-color: #450a0a8c; +} + .border-r-red-950\\/60 { border-right-color: #450a0a99; } +.border-r-red-950\\/65 { + border-right-color: #450a0aa6; +} + .border-r-red-950\\/70 { border-right-color: #450a0ab3; } @@ -111876,6 +153812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #450a0acc; } +.border-r-red-950\\/85 { + border-right-color: #450a0ad9; +} + .border-r-red-950\\/90 { border-right-color: #450a0ae6; } @@ -111900,6 +153840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e6; } +.border-r-rose-100\\/15 { + border-right-color: #ffe4e626; +} + .border-r-rose-100\\/20 { border-right-color: #ffe4e633; } @@ -111912,10 +153856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e64d; } +.border-r-rose-100\\/35 { + border-right-color: #ffe4e659; +} + .border-r-rose-100\\/40 { border-right-color: #ffe4e666; } +.border-r-rose-100\\/45 { + border-right-color: #ffe4e673; +} + .border-r-rose-100\\/5 { border-right-color: #ffe4e60d; } @@ -111924,10 +153876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e680; } +.border-r-rose-100\\/55 { + border-right-color: #ffe4e68c; +} + .border-r-rose-100\\/60 { border-right-color: #ffe4e699; } +.border-r-rose-100\\/65 { + border-right-color: #ffe4e6a6; +} + .border-r-rose-100\\/70 { border-right-color: #ffe4e6b3; } @@ -111940,6 +153900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffe4e6cc; } +.border-r-rose-100\\/85 { + border-right-color: #ffe4e6d9; +} + .border-r-rose-100\\/90 { border-right-color: #ffe4e6e6; } @@ -111964,6 +153928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd3; } +.border-r-rose-200\\/15 { + border-right-color: #fecdd326; +} + .border-r-rose-200\\/20 { border-right-color: #fecdd333; } @@ -111976,10 +153944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd34d; } +.border-r-rose-200\\/35 { + border-right-color: #fecdd359; +} + .border-r-rose-200\\/40 { border-right-color: #fecdd366; } +.border-r-rose-200\\/45 { + border-right-color: #fecdd373; +} + .border-r-rose-200\\/5 { border-right-color: #fecdd30d; } @@ -111988,10 +153964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd380; } +.border-r-rose-200\\/55 { + border-right-color: #fecdd38c; +} + .border-r-rose-200\\/60 { border-right-color: #fecdd399; } +.border-r-rose-200\\/65 { + border-right-color: #fecdd3a6; +} + .border-r-rose-200\\/70 { border-right-color: #fecdd3b3; } @@ -112004,6 +153988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fecdd3cc; } +.border-r-rose-200\\/85 { + border-right-color: #fecdd3d9; +} + .border-r-rose-200\\/90 { border-right-color: #fecdd3e6; } @@ -112028,6 +154016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4af; } +.border-r-rose-300\\/15 { + border-right-color: #fda4af26; +} + .border-r-rose-300\\/20 { border-right-color: #fda4af33; } @@ -112040,10 +154032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4af4d; } +.border-r-rose-300\\/35 { + border-right-color: #fda4af59; +} + .border-r-rose-300\\/40 { border-right-color: #fda4af66; } +.border-r-rose-300\\/45 { + border-right-color: #fda4af73; +} + .border-r-rose-300\\/5 { border-right-color: #fda4af0d; } @@ -112052,10 +154052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4af80; } +.border-r-rose-300\\/55 { + border-right-color: #fda4af8c; +} + .border-r-rose-300\\/60 { border-right-color: #fda4af99; } +.border-r-rose-300\\/65 { + border-right-color: #fda4afa6; +} + .border-r-rose-300\\/70 { border-right-color: #fda4afb3; } @@ -112068,6 +154076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fda4afcc; } +.border-r-rose-300\\/85 { + border-right-color: #fda4afd9; +} + .border-r-rose-300\\/90 { border-right-color: #fda4afe6; } @@ -112092,6 +154104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb7185; } +.border-r-rose-400\\/15 { + border-right-color: #fb718526; +} + .border-r-rose-400\\/20 { border-right-color: #fb718533; } @@ -112104,10 +154120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb71854d; } +.border-r-rose-400\\/35 { + border-right-color: #fb718559; +} + .border-r-rose-400\\/40 { border-right-color: #fb718566; } +.border-r-rose-400\\/45 { + border-right-color: #fb718573; +} + .border-r-rose-400\\/5 { border-right-color: #fb71850d; } @@ -112116,10 +154140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb718580; } +.border-r-rose-400\\/55 { + border-right-color: #fb71858c; +} + .border-r-rose-400\\/60 { border-right-color: #fb718599; } +.border-r-rose-400\\/65 { + border-right-color: #fb7185a6; +} + .border-r-rose-400\\/70 { border-right-color: #fb7185b3; } @@ -112132,6 +154164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fb7185cc; } +.border-r-rose-400\\/85 { + border-right-color: #fb7185d9; +} + .border-r-rose-400\\/90 { border-right-color: #fb7185e6; } @@ -112156,6 +154192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f2; } +.border-r-rose-50\\/15 { + border-right-color: #fff1f226; +} + .border-r-rose-50\\/20 { border-right-color: #fff1f233; } @@ -112168,10 +154208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f24d; } +.border-r-rose-50\\/35 { + border-right-color: #fff1f259; +} + .border-r-rose-50\\/40 { border-right-color: #fff1f266; } +.border-r-rose-50\\/45 { + border-right-color: #fff1f273; +} + .border-r-rose-50\\/5 { border-right-color: #fff1f20d; } @@ -112180,10 +154228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f280; } +.border-r-rose-50\\/55 { + border-right-color: #fff1f28c; +} + .border-r-rose-50\\/60 { border-right-color: #fff1f299; } +.border-r-rose-50\\/65 { + border-right-color: #fff1f2a6; +} + .border-r-rose-50\\/70 { border-right-color: #fff1f2b3; } @@ -112196,6 +154252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff1f2cc; } +.border-r-rose-50\\/85 { + border-right-color: #fff1f2d9; +} + .border-r-rose-50\\/90 { border-right-color: #fff1f2e6; } @@ -112220,6 +154280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5e; } +.border-r-rose-500\\/15 { + border-right-color: #f43f5e26; +} + .border-r-rose-500\\/20 { border-right-color: #f43f5e33; } @@ -112232,10 +154296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5e4d; } +.border-r-rose-500\\/35 { + border-right-color: #f43f5e59; +} + .border-r-rose-500\\/40 { border-right-color: #f43f5e66; } +.border-r-rose-500\\/45 { + border-right-color: #f43f5e73; +} + .border-r-rose-500\\/5 { border-right-color: #f43f5e0d; } @@ -112244,10 +154316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5e80; } +.border-r-rose-500\\/55 { + border-right-color: #f43f5e8c; +} + .border-r-rose-500\\/60 { border-right-color: #f43f5e99; } +.border-r-rose-500\\/65 { + border-right-color: #f43f5ea6; +} + .border-r-rose-500\\/70 { border-right-color: #f43f5eb3; } @@ -112260,6 +154340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f43f5ecc; } +.border-r-rose-500\\/85 { + border-right-color: #f43f5ed9; +} + .border-r-rose-500\\/90 { border-right-color: #f43f5ee6; } @@ -112284,6 +154368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d48; } +.border-r-rose-600\\/15 { + border-right-color: #e11d4826; +} + .border-r-rose-600\\/20 { border-right-color: #e11d4833; } @@ -112296,10 +154384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d484d; } +.border-r-rose-600\\/35 { + border-right-color: #e11d4859; +} + .border-r-rose-600\\/40 { border-right-color: #e11d4866; } +.border-r-rose-600\\/45 { + border-right-color: #e11d4873; +} + .border-r-rose-600\\/5 { border-right-color: #e11d480d; } @@ -112308,10 +154404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d4880; } +.border-r-rose-600\\/55 { + border-right-color: #e11d488c; +} + .border-r-rose-600\\/60 { border-right-color: #e11d4899; } +.border-r-rose-600\\/65 { + border-right-color: #e11d48a6; +} + .border-r-rose-600\\/70 { border-right-color: #e11d48b3; } @@ -112324,6 +154428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e11d48cc; } +.border-r-rose-600\\/85 { + border-right-color: #e11d48d9; +} + .border-r-rose-600\\/90 { border-right-color: #e11d48e6; } @@ -112348,6 +154456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123c; } +.border-r-rose-700\\/15 { + border-right-color: #be123c26; +} + .border-r-rose-700\\/20 { border-right-color: #be123c33; } @@ -112360,10 +154472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123c4d; } +.border-r-rose-700\\/35 { + border-right-color: #be123c59; +} + .border-r-rose-700\\/40 { border-right-color: #be123c66; } +.border-r-rose-700\\/45 { + border-right-color: #be123c73; +} + .border-r-rose-700\\/5 { border-right-color: #be123c0d; } @@ -112372,10 +154492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123c80; } +.border-r-rose-700\\/55 { + border-right-color: #be123c8c; +} + .border-r-rose-700\\/60 { border-right-color: #be123c99; } +.border-r-rose-700\\/65 { + border-right-color: #be123ca6; +} + .border-r-rose-700\\/70 { border-right-color: #be123cb3; } @@ -112388,6 +154516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #be123ccc; } +.border-r-rose-700\\/85 { + border-right-color: #be123cd9; +} + .border-r-rose-700\\/90 { border-right-color: #be123ce6; } @@ -112412,6 +154544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f1239; } +.border-r-rose-800\\/15 { + border-right-color: #9f123926; +} + .border-r-rose-800\\/20 { border-right-color: #9f123933; } @@ -112424,10 +154560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f12394d; } +.border-r-rose-800\\/35 { + border-right-color: #9f123959; +} + .border-r-rose-800\\/40 { border-right-color: #9f123966; } +.border-r-rose-800\\/45 { + border-right-color: #9f123973; +} + .border-r-rose-800\\/5 { border-right-color: #9f12390d; } @@ -112436,10 +154580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f123980; } +.border-r-rose-800\\/55 { + border-right-color: #9f12398c; +} + .border-r-rose-800\\/60 { border-right-color: #9f123999; } +.border-r-rose-800\\/65 { + border-right-color: #9f1239a6; +} + .border-r-rose-800\\/70 { border-right-color: #9f1239b3; } @@ -112452,6 +154604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #9f1239cc; } +.border-r-rose-800\\/85 { + border-right-color: #9f1239d9; +} + .border-r-rose-800\\/90 { border-right-color: #9f1239e6; } @@ -112476,6 +154632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #881337; } +.border-r-rose-900\\/15 { + border-right-color: #88133726; +} + .border-r-rose-900\\/20 { border-right-color: #88133733; } @@ -112488,10 +154648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8813374d; } +.border-r-rose-900\\/35 { + border-right-color: #88133759; +} + .border-r-rose-900\\/40 { border-right-color: #88133766; } +.border-r-rose-900\\/45 { + border-right-color: #88133773; +} + .border-r-rose-900\\/5 { border-right-color: #8813370d; } @@ -112500,10 +154668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #88133780; } +.border-r-rose-900\\/55 { + border-right-color: #8813378c; +} + .border-r-rose-900\\/60 { border-right-color: #88133799; } +.border-r-rose-900\\/65 { + border-right-color: #881337a6; +} + .border-r-rose-900\\/70 { border-right-color: #881337b3; } @@ -112516,6 +154692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #881337cc; } +.border-r-rose-900\\/85 { + border-right-color: #881337d9; +} + .border-r-rose-900\\/90 { border-right-color: #881337e6; } @@ -112540,6 +154720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c0519; } +.border-r-rose-950\\/15 { + border-right-color: #4c051926; +} + .border-r-rose-950\\/20 { border-right-color: #4c051933; } @@ -112552,10 +154736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c05194d; } +.border-r-rose-950\\/35 { + border-right-color: #4c051959; +} + .border-r-rose-950\\/40 { border-right-color: #4c051966; } +.border-r-rose-950\\/45 { + border-right-color: #4c051973; +} + .border-r-rose-950\\/5 { border-right-color: #4c05190d; } @@ -112564,10 +154756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c051980; } +.border-r-rose-950\\/55 { + border-right-color: #4c05198c; +} + .border-r-rose-950\\/60 { border-right-color: #4c051999; } +.border-r-rose-950\\/65 { + border-right-color: #4c0519a6; +} + .border-r-rose-950\\/70 { border-right-color: #4c0519b3; } @@ -112580,6 +154780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c0519cc; } +.border-r-rose-950\\/85 { + border-right-color: #4c0519d9; +} + .border-r-rose-950\\/90 { border-right-color: #4c0519e6; } @@ -112604,6 +154808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fe; } +.border-r-sky-100\\/15 { + border-right-color: #e0f2fe26; +} + .border-r-sky-100\\/20 { border-right-color: #e0f2fe33; } @@ -112616,10 +154824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fe4d; } +.border-r-sky-100\\/35 { + border-right-color: #e0f2fe59; +} + .border-r-sky-100\\/40 { border-right-color: #e0f2fe66; } +.border-r-sky-100\\/45 { + border-right-color: #e0f2fe73; +} + .border-r-sky-100\\/5 { border-right-color: #e0f2fe0d; } @@ -112628,10 +154844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fe80; } +.border-r-sky-100\\/55 { + border-right-color: #e0f2fe8c; +} + .border-r-sky-100\\/60 { border-right-color: #e0f2fe99; } +.border-r-sky-100\\/65 { + border-right-color: #e0f2fea6; +} + .border-r-sky-100\\/70 { border-right-color: #e0f2feb3; } @@ -112644,6 +154868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e0f2fecc; } +.border-r-sky-100\\/85 { + border-right-color: #e0f2fed9; +} + .border-r-sky-100\\/90 { border-right-color: #e0f2fee6; } @@ -112668,6 +154896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fd; } +.border-r-sky-200\\/15 { + border-right-color: #bae6fd26; +} + .border-r-sky-200\\/20 { border-right-color: #bae6fd33; } @@ -112680,10 +154912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fd4d; } +.border-r-sky-200\\/35 { + border-right-color: #bae6fd59; +} + .border-r-sky-200\\/40 { border-right-color: #bae6fd66; } +.border-r-sky-200\\/45 { + border-right-color: #bae6fd73; +} + .border-r-sky-200\\/5 { border-right-color: #bae6fd0d; } @@ -112692,10 +154932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fd80; } +.border-r-sky-200\\/55 { + border-right-color: #bae6fd8c; +} + .border-r-sky-200\\/60 { border-right-color: #bae6fd99; } +.border-r-sky-200\\/65 { + border-right-color: #bae6fda6; +} + .border-r-sky-200\\/70 { border-right-color: #bae6fdb3; } @@ -112708,6 +154956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #bae6fdcc; } +.border-r-sky-200\\/85 { + border-right-color: #bae6fdd9; +} + .border-r-sky-200\\/90 { border-right-color: #bae6fde6; } @@ -112732,6 +154984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fc; } +.border-r-sky-300\\/15 { + border-right-color: #7dd3fc26; +} + .border-r-sky-300\\/20 { border-right-color: #7dd3fc33; } @@ -112744,10 +155000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fc4d; } +.border-r-sky-300\\/35 { + border-right-color: #7dd3fc59; +} + .border-r-sky-300\\/40 { border-right-color: #7dd3fc66; } +.border-r-sky-300\\/45 { + border-right-color: #7dd3fc73; +} + .border-r-sky-300\\/5 { border-right-color: #7dd3fc0d; } @@ -112756,10 +155020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fc80; } +.border-r-sky-300\\/55 { + border-right-color: #7dd3fc8c; +} + .border-r-sky-300\\/60 { border-right-color: #7dd3fc99; } +.border-r-sky-300\\/65 { + border-right-color: #7dd3fca6; +} + .border-r-sky-300\\/70 { border-right-color: #7dd3fcb3; } @@ -112772,6 +155044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7dd3fccc; } +.border-r-sky-300\\/85 { + border-right-color: #7dd3fcd9; +} + .border-r-sky-300\\/90 { border-right-color: #7dd3fce6; } @@ -112796,6 +155072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf8; } +.border-r-sky-400\\/15 { + border-right-color: #38bdf826; +} + .border-r-sky-400\\/20 { border-right-color: #38bdf833; } @@ -112808,10 +155088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf84d; } +.border-r-sky-400\\/35 { + border-right-color: #38bdf859; +} + .border-r-sky-400\\/40 { border-right-color: #38bdf866; } +.border-r-sky-400\\/45 { + border-right-color: #38bdf873; +} + .border-r-sky-400\\/5 { border-right-color: #38bdf80d; } @@ -112820,10 +155108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf880; } +.border-r-sky-400\\/55 { + border-right-color: #38bdf88c; +} + .border-r-sky-400\\/60 { border-right-color: #38bdf899; } +.border-r-sky-400\\/65 { + border-right-color: #38bdf8a6; +} + .border-r-sky-400\\/70 { border-right-color: #38bdf8b3; } @@ -112836,6 +155132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #38bdf8cc; } +.border-r-sky-400\\/85 { + border-right-color: #38bdf8d9; +} + .border-r-sky-400\\/90 { border-right-color: #38bdf8e6; } @@ -112860,6 +155160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ff; } +.border-r-sky-50\\/15 { + border-right-color: #f0f9ff26; +} + .border-r-sky-50\\/20 { border-right-color: #f0f9ff33; } @@ -112872,10 +155176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ff4d; } +.border-r-sky-50\\/35 { + border-right-color: #f0f9ff59; +} + .border-r-sky-50\\/40 { border-right-color: #f0f9ff66; } +.border-r-sky-50\\/45 { + border-right-color: #f0f9ff73; +} + .border-r-sky-50\\/5 { border-right-color: #f0f9ff0d; } @@ -112884,10 +155196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ff80; } +.border-r-sky-50\\/55 { + border-right-color: #f0f9ff8c; +} + .border-r-sky-50\\/60 { border-right-color: #f0f9ff99; } +.border-r-sky-50\\/65 { + border-right-color: #f0f9ffa6; +} + .border-r-sky-50\\/70 { border-right-color: #f0f9ffb3; } @@ -112900,6 +155220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0f9ffcc; } +.border-r-sky-50\\/85 { + border-right-color: #f0f9ffd9; +} + .border-r-sky-50\\/90 { border-right-color: #f0f9ffe6; } @@ -112924,6 +155248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e9; } +.border-r-sky-500\\/15 { + border-right-color: #0ea5e926; +} + .border-r-sky-500\\/20 { border-right-color: #0ea5e933; } @@ -112936,10 +155264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e94d; } +.border-r-sky-500\\/35 { + border-right-color: #0ea5e959; +} + .border-r-sky-500\\/40 { border-right-color: #0ea5e966; } +.border-r-sky-500\\/45 { + border-right-color: #0ea5e973; +} + .border-r-sky-500\\/5 { border-right-color: #0ea5e90d; } @@ -112948,10 +155284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e980; } +.border-r-sky-500\\/55 { + border-right-color: #0ea5e98c; +} + .border-r-sky-500\\/60 { border-right-color: #0ea5e999; } +.border-r-sky-500\\/65 { + border-right-color: #0ea5e9a6; +} + .border-r-sky-500\\/70 { border-right-color: #0ea5e9b3; } @@ -112964,6 +155308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0ea5e9cc; } +.border-r-sky-500\\/85 { + border-right-color: #0ea5e9d9; +} + .border-r-sky-500\\/90 { border-right-color: #0ea5e9e6; } @@ -112988,6 +155336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c7; } +.border-r-sky-600\\/15 { + border-right-color: #0284c726; +} + .border-r-sky-600\\/20 { border-right-color: #0284c733; } @@ -113000,10 +155352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c74d; } +.border-r-sky-600\\/35 { + border-right-color: #0284c759; +} + .border-r-sky-600\\/40 { border-right-color: #0284c766; } +.border-r-sky-600\\/45 { + border-right-color: #0284c773; +} + .border-r-sky-600\\/5 { border-right-color: #0284c70d; } @@ -113012,10 +155372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c780; } +.border-r-sky-600\\/55 { + border-right-color: #0284c78c; +} + .border-r-sky-600\\/60 { border-right-color: #0284c799; } +.border-r-sky-600\\/65 { + border-right-color: #0284c7a6; +} + .border-r-sky-600\\/70 { border-right-color: #0284c7b3; } @@ -113028,6 +155396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0284c7cc; } +.border-r-sky-600\\/85 { + border-right-color: #0284c7d9; +} + .border-r-sky-600\\/90 { border-right-color: #0284c7e6; } @@ -113052,6 +155424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a1; } +.border-r-sky-700\\/15 { + border-right-color: #0369a126; +} + .border-r-sky-700\\/20 { border-right-color: #0369a133; } @@ -113064,10 +155440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a14d; } +.border-r-sky-700\\/35 { + border-right-color: #0369a159; +} + .border-r-sky-700\\/40 { border-right-color: #0369a166; } +.border-r-sky-700\\/45 { + border-right-color: #0369a173; +} + .border-r-sky-700\\/5 { border-right-color: #0369a10d; } @@ -113076,10 +155460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a180; } +.border-r-sky-700\\/55 { + border-right-color: #0369a18c; +} + .border-r-sky-700\\/60 { border-right-color: #0369a199; } +.border-r-sky-700\\/65 { + border-right-color: #0369a1a6; +} + .border-r-sky-700\\/70 { border-right-color: #0369a1b3; } @@ -113092,6 +155484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0369a1cc; } +.border-r-sky-700\\/85 { + border-right-color: #0369a1d9; +} + .border-r-sky-700\\/90 { border-right-color: #0369a1e6; } @@ -113116,6 +155512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #075985; } +.border-r-sky-800\\/15 { + border-right-color: #07598526; +} + .border-r-sky-800\\/20 { border-right-color: #07598533; } @@ -113128,10 +155528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0759854d; } +.border-r-sky-800\\/35 { + border-right-color: #07598559; +} + .border-r-sky-800\\/40 { border-right-color: #07598566; } +.border-r-sky-800\\/45 { + border-right-color: #07598573; +} + .border-r-sky-800\\/5 { border-right-color: #0759850d; } @@ -113140,10 +155548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #07598580; } +.border-r-sky-800\\/55 { + border-right-color: #0759858c; +} + .border-r-sky-800\\/60 { border-right-color: #07598599; } +.border-r-sky-800\\/65 { + border-right-color: #075985a6; +} + .border-r-sky-800\\/70 { border-right-color: #075985b3; } @@ -113156,6 +155572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #075985cc; } +.border-r-sky-800\\/85 { + border-right-color: #075985d9; +} + .border-r-sky-800\\/90 { border-right-color: #075985e6; } @@ -113180,6 +155600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6e; } +.border-r-sky-900\\/15 { + border-right-color: #0c4a6e26; +} + .border-r-sky-900\\/20 { border-right-color: #0c4a6e33; } @@ -113192,10 +155616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6e4d; } +.border-r-sky-900\\/35 { + border-right-color: #0c4a6e59; +} + .border-r-sky-900\\/40 { border-right-color: #0c4a6e66; } +.border-r-sky-900\\/45 { + border-right-color: #0c4a6e73; +} + .border-r-sky-900\\/5 { border-right-color: #0c4a6e0d; } @@ -113204,10 +155636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6e80; } +.border-r-sky-900\\/55 { + border-right-color: #0c4a6e8c; +} + .border-r-sky-900\\/60 { border-right-color: #0c4a6e99; } +.border-r-sky-900\\/65 { + border-right-color: #0c4a6ea6; +} + .border-r-sky-900\\/70 { border-right-color: #0c4a6eb3; } @@ -113220,6 +155660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c4a6ecc; } +.border-r-sky-900\\/85 { + border-right-color: #0c4a6ed9; +} + .border-r-sky-900\\/90 { border-right-color: #0c4a6ee6; } @@ -113244,6 +155688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f49; } +.border-r-sky-950\\/15 { + border-right-color: #082f4926; +} + .border-r-sky-950\\/20 { border-right-color: #082f4933; } @@ -113256,10 +155704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f494d; } +.border-r-sky-950\\/35 { + border-right-color: #082f4959; +} + .border-r-sky-950\\/40 { border-right-color: #082f4966; } +.border-r-sky-950\\/45 { + border-right-color: #082f4973; +} + .border-r-sky-950\\/5 { border-right-color: #082f490d; } @@ -113268,10 +155724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f4980; } +.border-r-sky-950\\/55 { + border-right-color: #082f498c; +} + .border-r-sky-950\\/60 { border-right-color: #082f4999; } +.border-r-sky-950\\/65 { + border-right-color: #082f49a6; +} + .border-r-sky-950\\/70 { border-right-color: #082f49b3; } @@ -113284,6 +155748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #082f49cc; } +.border-r-sky-950\\/85 { + border-right-color: #082f49d9; +} + .border-r-sky-950\\/90 { border-right-color: #082f49e6; } @@ -113308,6 +155776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f9; } +.border-r-slate-100\\/15 { + border-right-color: #f1f5f926; +} + .border-r-slate-100\\/20 { border-right-color: #f1f5f933; } @@ -113320,10 +155792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f94d; } +.border-r-slate-100\\/35 { + border-right-color: #f1f5f959; +} + .border-r-slate-100\\/40 { border-right-color: #f1f5f966; } +.border-r-slate-100\\/45 { + border-right-color: #f1f5f973; +} + .border-r-slate-100\\/5 { border-right-color: #f1f5f90d; } @@ -113332,10 +155812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f980; } +.border-r-slate-100\\/55 { + border-right-color: #f1f5f98c; +} + .border-r-slate-100\\/60 { border-right-color: #f1f5f999; } +.border-r-slate-100\\/65 { + border-right-color: #f1f5f9a6; +} + .border-r-slate-100\\/70 { border-right-color: #f1f5f9b3; } @@ -113348,6 +155836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f1f5f9cc; } +.border-r-slate-100\\/85 { + border-right-color: #f1f5f9d9; +} + .border-r-slate-100\\/90 { border-right-color: #f1f5f9e6; } @@ -113372,6 +155864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f0; } +.border-r-slate-200\\/15 { + border-right-color: #e2e8f026; +} + .border-r-slate-200\\/20 { border-right-color: #e2e8f033; } @@ -113384,10 +155880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f04d; } +.border-r-slate-200\\/35 { + border-right-color: #e2e8f059; +} + .border-r-slate-200\\/40 { border-right-color: #e2e8f066; } +.border-r-slate-200\\/45 { + border-right-color: #e2e8f073; +} + .border-r-slate-200\\/5 { border-right-color: #e2e8f00d; } @@ -113396,10 +155900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f080; } +.border-r-slate-200\\/55 { + border-right-color: #e2e8f08c; +} + .border-r-slate-200\\/60 { border-right-color: #e2e8f099; } +.border-r-slate-200\\/65 { + border-right-color: #e2e8f0a6; +} + .border-r-slate-200\\/70 { border-right-color: #e2e8f0b3; } @@ -113412,6 +155924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e2e8f0cc; } +.border-r-slate-200\\/85 { + border-right-color: #e2e8f0d9; +} + .border-r-slate-200\\/90 { border-right-color: #e2e8f0e6; } @@ -113436,6 +155952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e1; } +.border-r-slate-300\\/15 { + border-right-color: #cbd5e126; +} + .border-r-slate-300\\/20 { border-right-color: #cbd5e133; } @@ -113448,10 +155968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e14d; } +.border-r-slate-300\\/35 { + border-right-color: #cbd5e159; +} + .border-r-slate-300\\/40 { border-right-color: #cbd5e166; } +.border-r-slate-300\\/45 { + border-right-color: #cbd5e173; +} + .border-r-slate-300\\/5 { border-right-color: #cbd5e10d; } @@ -113460,10 +155988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e180; } +.border-r-slate-300\\/55 { + border-right-color: #cbd5e18c; +} + .border-r-slate-300\\/60 { border-right-color: #cbd5e199; } +.border-r-slate-300\\/65 { + border-right-color: #cbd5e1a6; +} + .border-r-slate-300\\/70 { border-right-color: #cbd5e1b3; } @@ -113476,6 +156012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #cbd5e1cc; } +.border-r-slate-300\\/85 { + border-right-color: #cbd5e1d9; +} + .border-r-slate-300\\/90 { border-right-color: #cbd5e1e6; } @@ -113500,6 +156040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b8; } +.border-r-slate-400\\/15 { + border-right-color: #94a3b826; +} + .border-r-slate-400\\/20 { border-right-color: #94a3b833; } @@ -113512,10 +156056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b84d; } +.border-r-slate-400\\/35 { + border-right-color: #94a3b859; +} + .border-r-slate-400\\/40 { border-right-color: #94a3b866; } +.border-r-slate-400\\/45 { + border-right-color: #94a3b873; +} + .border-r-slate-400\\/5 { border-right-color: #94a3b80d; } @@ -113524,10 +156076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b880; } +.border-r-slate-400\\/55 { + border-right-color: #94a3b88c; +} + .border-r-slate-400\\/60 { border-right-color: #94a3b899; } +.border-r-slate-400\\/65 { + border-right-color: #94a3b8a6; +} + .border-r-slate-400\\/70 { border-right-color: #94a3b8b3; } @@ -113540,6 +156100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #94a3b8cc; } +.border-r-slate-400\\/85 { + border-right-color: #94a3b8d9; +} + .border-r-slate-400\\/90 { border-right-color: #94a3b8e6; } @@ -113564,6 +156128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafc; } +.border-r-slate-50\\/15 { + border-right-color: #f8fafc26; +} + .border-r-slate-50\\/20 { border-right-color: #f8fafc33; } @@ -113576,10 +156144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafc4d; } +.border-r-slate-50\\/35 { + border-right-color: #f8fafc59; +} + .border-r-slate-50\\/40 { border-right-color: #f8fafc66; } +.border-r-slate-50\\/45 { + border-right-color: #f8fafc73; +} + .border-r-slate-50\\/5 { border-right-color: #f8fafc0d; } @@ -113588,10 +156164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafc80; } +.border-r-slate-50\\/55 { + border-right-color: #f8fafc8c; +} + .border-r-slate-50\\/60 { border-right-color: #f8fafc99; } +.border-r-slate-50\\/65 { + border-right-color: #f8fafca6; +} + .border-r-slate-50\\/70 { border-right-color: #f8fafcb3; } @@ -113604,6 +156188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f8fafccc; } +.border-r-slate-50\\/85 { + border-right-color: #f8fafcd9; +} + .border-r-slate-50\\/90 { border-right-color: #f8fafce6; } @@ -113628,6 +156216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748b; } +.border-r-slate-500\\/15 { + border-right-color: #64748b26; +} + .border-r-slate-500\\/20 { border-right-color: #64748b33; } @@ -113640,10 +156232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748b4d; } +.border-r-slate-500\\/35 { + border-right-color: #64748b59; +} + .border-r-slate-500\\/40 { border-right-color: #64748b66; } +.border-r-slate-500\\/45 { + border-right-color: #64748b73; +} + .border-r-slate-500\\/5 { border-right-color: #64748b0d; } @@ -113652,10 +156252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748b80; } +.border-r-slate-500\\/55 { + border-right-color: #64748b8c; +} + .border-r-slate-500\\/60 { border-right-color: #64748b99; } +.border-r-slate-500\\/65 { + border-right-color: #64748ba6; +} + .border-r-slate-500\\/70 { border-right-color: #64748bb3; } @@ -113668,6 +156276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #64748bcc; } +.border-r-slate-500\\/85 { + border-right-color: #64748bd9; +} + .border-r-slate-500\\/90 { border-right-color: #64748be6; } @@ -113692,6 +156304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #475569; } +.border-r-slate-600\\/15 { + border-right-color: #47556926; +} + .border-r-slate-600\\/20 { border-right-color: #47556933; } @@ -113704,10 +156320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4755694d; } +.border-r-slate-600\\/35 { + border-right-color: #47556959; +} + .border-r-slate-600\\/40 { border-right-color: #47556966; } +.border-r-slate-600\\/45 { + border-right-color: #47556973; +} + .border-r-slate-600\\/5 { border-right-color: #4755690d; } @@ -113716,10 +156340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #47556980; } +.border-r-slate-600\\/55 { + border-right-color: #4755698c; +} + .border-r-slate-600\\/60 { border-right-color: #47556999; } +.border-r-slate-600\\/65 { + border-right-color: #475569a6; +} + .border-r-slate-600\\/70 { border-right-color: #475569b3; } @@ -113732,6 +156364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #475569cc; } +.border-r-slate-600\\/85 { + border-right-color: #475569d9; +} + .border-r-slate-600\\/90 { border-right-color: #475569e6; } @@ -113756,6 +156392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #334155; } +.border-r-slate-700\\/15 { + border-right-color: #33415526; +} + .border-r-slate-700\\/20 { border-right-color: #33415533; } @@ -113768,10 +156408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3341554d; } +.border-r-slate-700\\/35 { + border-right-color: #33415559; +} + .border-r-slate-700\\/40 { border-right-color: #33415566; } +.border-r-slate-700\\/45 { + border-right-color: #33415573; +} + .border-r-slate-700\\/5 { border-right-color: #3341550d; } @@ -113780,10 +156428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #33415580; } +.border-r-slate-700\\/55 { + border-right-color: #3341558c; +} + .border-r-slate-700\\/60 { border-right-color: #33415599; } +.border-r-slate-700\\/65 { + border-right-color: #334155a6; +} + .border-r-slate-700\\/70 { border-right-color: #334155b3; } @@ -113796,6 +156452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #334155cc; } +.border-r-slate-700\\/85 { + border-right-color: #334155d9; +} + .border-r-slate-700\\/90 { border-right-color: #334155e6; } @@ -113820,6 +156480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293b; } +.border-r-slate-800\\/15 { + border-right-color: #1e293b26; +} + .border-r-slate-800\\/20 { border-right-color: #1e293b33; } @@ -113832,10 +156496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293b4d; } +.border-r-slate-800\\/35 { + border-right-color: #1e293b59; +} + .border-r-slate-800\\/40 { border-right-color: #1e293b66; } +.border-r-slate-800\\/45 { + border-right-color: #1e293b73; +} + .border-r-slate-800\\/5 { border-right-color: #1e293b0d; } @@ -113844,10 +156516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293b80; } +.border-r-slate-800\\/55 { + border-right-color: #1e293b8c; +} + .border-r-slate-800\\/60 { border-right-color: #1e293b99; } +.border-r-slate-800\\/65 { + border-right-color: #1e293ba6; +} + .border-r-slate-800\\/70 { border-right-color: #1e293bb3; } @@ -113860,6 +156540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1e293bcc; } +.border-r-slate-800\\/85 { + border-right-color: #1e293bd9; +} + .border-r-slate-800\\/90 { border-right-color: #1e293be6; } @@ -113884,6 +156568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172a; } +.border-r-slate-900\\/15 { + border-right-color: #0f172a26; +} + .border-r-slate-900\\/20 { border-right-color: #0f172a33; } @@ -113896,10 +156584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172a4d; } +.border-r-slate-900\\/35 { + border-right-color: #0f172a59; +} + .border-r-slate-900\\/40 { border-right-color: #0f172a66; } +.border-r-slate-900\\/45 { + border-right-color: #0f172a73; +} + .border-r-slate-900\\/5 { border-right-color: #0f172a0d; } @@ -113908,10 +156604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172a80; } +.border-r-slate-900\\/55 { + border-right-color: #0f172a8c; +} + .border-r-slate-900\\/60 { border-right-color: #0f172a99; } +.border-r-slate-900\\/65 { + border-right-color: #0f172aa6; +} + .border-r-slate-900\\/70 { border-right-color: #0f172ab3; } @@ -113924,6 +156628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f172acc; } +.border-r-slate-900\\/85 { + border-right-color: #0f172ad9; +} + .border-r-slate-900\\/90 { border-right-color: #0f172ae6; } @@ -113948,6 +156656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #020617; } +.border-r-slate-950\\/15 { + border-right-color: #02061726; +} + .border-r-slate-950\\/20 { border-right-color: #02061733; } @@ -113960,10 +156672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0206174d; } +.border-r-slate-950\\/35 { + border-right-color: #02061759; +} + .border-r-slate-950\\/40 { border-right-color: #02061766; } +.border-r-slate-950\\/45 { + border-right-color: #02061773; +} + .border-r-slate-950\\/5 { border-right-color: #0206170d; } @@ -113972,10 +156692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #02061780; } +.border-r-slate-950\\/55 { + border-right-color: #0206178c; +} + .border-r-slate-950\\/60 { border-right-color: #02061799; } +.border-r-slate-950\\/65 { + border-right-color: #020617a6; +} + .border-r-slate-950\\/70 { border-right-color: #020617b3; } @@ -113988,6 +156716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #020617cc; } +.border-r-slate-950\\/85 { + border-right-color: #020617d9; +} + .border-r-slate-950\\/90 { border-right-color: #020617e6; } @@ -114012,6 +156744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f4; } +.border-r-stone-100\\/15 { + border-right-color: #f5f5f426; +} + .border-r-stone-100\\/20 { border-right-color: #f5f5f433; } @@ -114024,10 +156760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f44d; } +.border-r-stone-100\\/35 { + border-right-color: #f5f5f459; +} + .border-r-stone-100\\/40 { border-right-color: #f5f5f466; } +.border-r-stone-100\\/45 { + border-right-color: #f5f5f473; +} + .border-r-stone-100\\/5 { border-right-color: #f5f5f40d; } @@ -114036,10 +156780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f480; } +.border-r-stone-100\\/55 { + border-right-color: #f5f5f48c; +} + .border-r-stone-100\\/60 { border-right-color: #f5f5f499; } +.border-r-stone-100\\/65 { + border-right-color: #f5f5f4a6; +} + .border-r-stone-100\\/70 { border-right-color: #f5f5f4b3; } @@ -114052,6 +156804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f5f4cc; } +.border-r-stone-100\\/85 { + border-right-color: #f5f5f4d9; +} + .border-r-stone-100\\/90 { border-right-color: #f5f5f4e6; } @@ -114076,6 +156832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e4; } +.border-r-stone-200\\/15 { + border-right-color: #e7e5e426; +} + .border-r-stone-200\\/20 { border-right-color: #e7e5e433; } @@ -114088,10 +156848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e44d; } +.border-r-stone-200\\/35 { + border-right-color: #e7e5e459; +} + .border-r-stone-200\\/40 { border-right-color: #e7e5e466; } +.border-r-stone-200\\/45 { + border-right-color: #e7e5e473; +} + .border-r-stone-200\\/5 { border-right-color: #e7e5e40d; } @@ -114100,10 +156868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e480; } +.border-r-stone-200\\/55 { + border-right-color: #e7e5e48c; +} + .border-r-stone-200\\/60 { border-right-color: #e7e5e499; } +.border-r-stone-200\\/65 { + border-right-color: #e7e5e4a6; +} + .border-r-stone-200\\/70 { border-right-color: #e7e5e4b3; } @@ -114116,6 +156892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e7e5e4cc; } +.border-r-stone-200\\/85 { + border-right-color: #e7e5e4d9; +} + .border-r-stone-200\\/90 { border-right-color: #e7e5e4e6; } @@ -114140,6 +156920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d1; } +.border-r-stone-300\\/15 { + border-right-color: #d6d3d126; +} + .border-r-stone-300\\/20 { border-right-color: #d6d3d133; } @@ -114152,10 +156936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d14d; } +.border-r-stone-300\\/35 { + border-right-color: #d6d3d159; +} + .border-r-stone-300\\/40 { border-right-color: #d6d3d166; } +.border-r-stone-300\\/45 { + border-right-color: #d6d3d173; +} + .border-r-stone-300\\/5 { border-right-color: #d6d3d10d; } @@ -114164,10 +156956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d180; } +.border-r-stone-300\\/55 { + border-right-color: #d6d3d18c; +} + .border-r-stone-300\\/60 { border-right-color: #d6d3d199; } +.border-r-stone-300\\/65 { + border-right-color: #d6d3d1a6; +} + .border-r-stone-300\\/70 { border-right-color: #d6d3d1b3; } @@ -114180,6 +156980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d6d3d1cc; } +.border-r-stone-300\\/85 { + border-right-color: #d6d3d1d9; +} + .border-r-stone-300\\/90 { border-right-color: #d6d3d1e6; } @@ -114204,6 +157008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29e; } +.border-r-stone-400\\/15 { + border-right-color: #a8a29e26; +} + .border-r-stone-400\\/20 { border-right-color: #a8a29e33; } @@ -114216,10 +157024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29e4d; } +.border-r-stone-400\\/35 { + border-right-color: #a8a29e59; +} + .border-r-stone-400\\/40 { border-right-color: #a8a29e66; } +.border-r-stone-400\\/45 { + border-right-color: #a8a29e73; +} + .border-r-stone-400\\/5 { border-right-color: #a8a29e0d; } @@ -114228,10 +157044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29e80; } +.border-r-stone-400\\/55 { + border-right-color: #a8a29e8c; +} + .border-r-stone-400\\/60 { border-right-color: #a8a29e99; } +.border-r-stone-400\\/65 { + border-right-color: #a8a29ea6; +} + .border-r-stone-400\\/70 { border-right-color: #a8a29eb3; } @@ -114244,6 +157068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a8a29ecc; } +.border-r-stone-400\\/85 { + border-right-color: #a8a29ed9; +} + .border-r-stone-400\\/90 { border-right-color: #a8a29ee6; } @@ -114268,6 +157096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf9; } +.border-r-stone-50\\/15 { + border-right-color: #fafaf926; +} + .border-r-stone-50\\/20 { border-right-color: #fafaf933; } @@ -114280,10 +157112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf94d; } +.border-r-stone-50\\/35 { + border-right-color: #fafaf959; +} + .border-r-stone-50\\/40 { border-right-color: #fafaf966; } +.border-r-stone-50\\/45 { + border-right-color: #fafaf973; +} + .border-r-stone-50\\/5 { border-right-color: #fafaf90d; } @@ -114292,10 +157132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf980; } +.border-r-stone-50\\/55 { + border-right-color: #fafaf98c; +} + .border-r-stone-50\\/60 { border-right-color: #fafaf999; } +.border-r-stone-50\\/65 { + border-right-color: #fafaf9a6; +} + .border-r-stone-50\\/70 { border-right-color: #fafaf9b3; } @@ -114308,6 +157156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafaf9cc; } +.border-r-stone-50\\/85 { + border-right-color: #fafaf9d9; +} + .border-r-stone-50\\/90 { border-right-color: #fafaf9e6; } @@ -114332,6 +157184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716c; } +.border-r-stone-500\\/15 { + border-right-color: #78716c26; +} + .border-r-stone-500\\/20 { border-right-color: #78716c33; } @@ -114344,10 +157200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716c4d; } +.border-r-stone-500\\/35 { + border-right-color: #78716c59; +} + .border-r-stone-500\\/40 { border-right-color: #78716c66; } +.border-r-stone-500\\/45 { + border-right-color: #78716c73; +} + .border-r-stone-500\\/5 { border-right-color: #78716c0d; } @@ -114356,10 +157220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716c80; } +.border-r-stone-500\\/55 { + border-right-color: #78716c8c; +} + .border-r-stone-500\\/60 { border-right-color: #78716c99; } +.border-r-stone-500\\/65 { + border-right-color: #78716ca6; +} + .border-r-stone-500\\/70 { border-right-color: #78716cb3; } @@ -114372,6 +157244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #78716ccc; } +.border-r-stone-500\\/85 { + border-right-color: #78716cd9; +} + .border-r-stone-500\\/90 { border-right-color: #78716ce6; } @@ -114396,6 +157272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534e; } +.border-r-stone-600\\/15 { + border-right-color: #57534e26; +} + .border-r-stone-600\\/20 { border-right-color: #57534e33; } @@ -114408,10 +157288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534e4d; } +.border-r-stone-600\\/35 { + border-right-color: #57534e59; +} + .border-r-stone-600\\/40 { border-right-color: #57534e66; } +.border-r-stone-600\\/45 { + border-right-color: #57534e73; +} + .border-r-stone-600\\/5 { border-right-color: #57534e0d; } @@ -114420,10 +157308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534e80; } +.border-r-stone-600\\/55 { + border-right-color: #57534e8c; +} + .border-r-stone-600\\/60 { border-right-color: #57534e99; } +.border-r-stone-600\\/65 { + border-right-color: #57534ea6; +} + .border-r-stone-600\\/70 { border-right-color: #57534eb3; } @@ -114436,6 +157332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #57534ecc; } +.border-r-stone-600\\/85 { + border-right-color: #57534ed9; +} + .border-r-stone-600\\/90 { border-right-color: #57534ee6; } @@ -114460,6 +157360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403c; } +.border-r-stone-700\\/15 { + border-right-color: #44403c26; +} + .border-r-stone-700\\/20 { border-right-color: #44403c33; } @@ -114472,10 +157376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403c4d; } +.border-r-stone-700\\/35 { + border-right-color: #44403c59; +} + .border-r-stone-700\\/40 { border-right-color: #44403c66; } +.border-r-stone-700\\/45 { + border-right-color: #44403c73; +} + .border-r-stone-700\\/5 { border-right-color: #44403c0d; } @@ -114484,10 +157396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403c80; } +.border-r-stone-700\\/55 { + border-right-color: #44403c8c; +} + .border-r-stone-700\\/60 { border-right-color: #44403c99; } +.border-r-stone-700\\/65 { + border-right-color: #44403ca6; +} + .border-r-stone-700\\/70 { border-right-color: #44403cb3; } @@ -114500,6 +157420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #44403ccc; } +.border-r-stone-700\\/85 { + border-right-color: #44403cd9; +} + .border-r-stone-700\\/90 { border-right-color: #44403ce6; } @@ -114524,6 +157448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #292524; } +.border-r-stone-800\\/15 { + border-right-color: #29252426; +} + .border-r-stone-800\\/20 { border-right-color: #29252433; } @@ -114536,10 +157464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2925244d; } +.border-r-stone-800\\/35 { + border-right-color: #29252459; +} + .border-r-stone-800\\/40 { border-right-color: #29252466; } +.border-r-stone-800\\/45 { + border-right-color: #29252473; +} + .border-r-stone-800\\/5 { border-right-color: #2925240d; } @@ -114548,10 +157484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #29252480; } +.border-r-stone-800\\/55 { + border-right-color: #2925248c; +} + .border-r-stone-800\\/60 { border-right-color: #29252499; } +.border-r-stone-800\\/65 { + border-right-color: #292524a6; +} + .border-r-stone-800\\/70 { border-right-color: #292524b3; } @@ -114564,6 +157508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #292524cc; } +.border-r-stone-800\\/85 { + border-right-color: #292524d9; +} + .border-r-stone-800\\/90 { border-right-color: #292524e6; } @@ -114588,6 +157536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c1917; } +.border-r-stone-900\\/15 { + border-right-color: #1c191726; +} + .border-r-stone-900\\/20 { border-right-color: #1c191733; } @@ -114600,10 +157552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c19174d; } +.border-r-stone-900\\/35 { + border-right-color: #1c191759; +} + .border-r-stone-900\\/40 { border-right-color: #1c191766; } +.border-r-stone-900\\/45 { + border-right-color: #1c191773; +} + .border-r-stone-900\\/5 { border-right-color: #1c19170d; } @@ -114612,10 +157572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c191780; } +.border-r-stone-900\\/55 { + border-right-color: #1c19178c; +} + .border-r-stone-900\\/60 { border-right-color: #1c191799; } +.border-r-stone-900\\/65 { + border-right-color: #1c1917a6; +} + .border-r-stone-900\\/70 { border-right-color: #1c1917b3; } @@ -114628,6 +157596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #1c1917cc; } +.border-r-stone-900\\/85 { + border-right-color: #1c1917d9; +} + .border-r-stone-900\\/90 { border-right-color: #1c1917e6; } @@ -114652,6 +157624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a09; } +.border-r-stone-950\\/15 { + border-right-color: #0c0a0926; +} + .border-r-stone-950\\/20 { border-right-color: #0c0a0933; } @@ -114664,10 +157640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a094d; } +.border-r-stone-950\\/35 { + border-right-color: #0c0a0959; +} + .border-r-stone-950\\/40 { border-right-color: #0c0a0966; } +.border-r-stone-950\\/45 { + border-right-color: #0c0a0973; +} + .border-r-stone-950\\/5 { border-right-color: #0c0a090d; } @@ -114676,10 +157660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a0980; } +.border-r-stone-950\\/55 { + border-right-color: #0c0a098c; +} + .border-r-stone-950\\/60 { border-right-color: #0c0a0999; } +.border-r-stone-950\\/65 { + border-right-color: #0c0a09a6; +} + .border-r-stone-950\\/70 { border-right-color: #0c0a09b3; } @@ -114692,6 +157684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0c0a09cc; } +.border-r-stone-950\\/85 { + border-right-color: #0c0a09d9; +} + .border-r-stone-950\\/90 { border-right-color: #0c0a09e6; } @@ -114716,6 +157712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf1; } +.border-r-teal-100\\/15 { + border-right-color: #ccfbf126; +} + .border-r-teal-100\\/20 { border-right-color: #ccfbf133; } @@ -114728,10 +157728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf14d; } +.border-r-teal-100\\/35 { + border-right-color: #ccfbf159; +} + .border-r-teal-100\\/40 { border-right-color: #ccfbf166; } +.border-r-teal-100\\/45 { + border-right-color: #ccfbf173; +} + .border-r-teal-100\\/5 { border-right-color: #ccfbf10d; } @@ -114740,10 +157748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf180; } +.border-r-teal-100\\/55 { + border-right-color: #ccfbf18c; +} + .border-r-teal-100\\/60 { border-right-color: #ccfbf199; } +.border-r-teal-100\\/65 { + border-right-color: #ccfbf1a6; +} + .border-r-teal-100\\/70 { border-right-color: #ccfbf1b3; } @@ -114756,6 +157772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ccfbf1cc; } +.border-r-teal-100\\/85 { + border-right-color: #ccfbf1d9; +} + .border-r-teal-100\\/90 { border-right-color: #ccfbf1e6; } @@ -114780,6 +157800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e4; } +.border-r-teal-200\\/15 { + border-right-color: #99f6e426; +} + .border-r-teal-200\\/20 { border-right-color: #99f6e433; } @@ -114792,10 +157816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e44d; } +.border-r-teal-200\\/35 { + border-right-color: #99f6e459; +} + .border-r-teal-200\\/40 { border-right-color: #99f6e466; } +.border-r-teal-200\\/45 { + border-right-color: #99f6e473; +} + .border-r-teal-200\\/5 { border-right-color: #99f6e40d; } @@ -114804,10 +157836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e480; } +.border-r-teal-200\\/55 { + border-right-color: #99f6e48c; +} + .border-r-teal-200\\/60 { border-right-color: #99f6e499; } +.border-r-teal-200\\/65 { + border-right-color: #99f6e4a6; +} + .border-r-teal-200\\/70 { border-right-color: #99f6e4b3; } @@ -114820,6 +157860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #99f6e4cc; } +.border-r-teal-200\\/85 { + border-right-color: #99f6e4d9; +} + .border-r-teal-200\\/90 { border-right-color: #99f6e4e6; } @@ -114844,6 +157888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead4; } +.border-r-teal-300\\/15 { + border-right-color: #5eead426; +} + .border-r-teal-300\\/20 { border-right-color: #5eead433; } @@ -114856,10 +157904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead44d; } +.border-r-teal-300\\/35 { + border-right-color: #5eead459; +} + .border-r-teal-300\\/40 { border-right-color: #5eead466; } +.border-r-teal-300\\/45 { + border-right-color: #5eead473; +} + .border-r-teal-300\\/5 { border-right-color: #5eead40d; } @@ -114868,10 +157924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead480; } +.border-r-teal-300\\/55 { + border-right-color: #5eead48c; +} + .border-r-teal-300\\/60 { border-right-color: #5eead499; } +.border-r-teal-300\\/65 { + border-right-color: #5eead4a6; +} + .border-r-teal-300\\/70 { border-right-color: #5eead4b3; } @@ -114884,6 +157948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5eead4cc; } +.border-r-teal-300\\/85 { + border-right-color: #5eead4d9; +} + .border-r-teal-300\\/90 { border-right-color: #5eead4e6; } @@ -114908,6 +157976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bf; } +.border-r-teal-400\\/15 { + border-right-color: #2dd4bf26; +} + .border-r-teal-400\\/20 { border-right-color: #2dd4bf33; } @@ -114920,10 +157992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bf4d; } +.border-r-teal-400\\/35 { + border-right-color: #2dd4bf59; +} + .border-r-teal-400\\/40 { border-right-color: #2dd4bf66; } +.border-r-teal-400\\/45 { + border-right-color: #2dd4bf73; +} + .border-r-teal-400\\/5 { border-right-color: #2dd4bf0d; } @@ -114932,10 +158012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bf80; } +.border-r-teal-400\\/55 { + border-right-color: #2dd4bf8c; +} + .border-r-teal-400\\/60 { border-right-color: #2dd4bf99; } +.border-r-teal-400\\/65 { + border-right-color: #2dd4bfa6; +} + .border-r-teal-400\\/70 { border-right-color: #2dd4bfb3; } @@ -114948,6 +158036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2dd4bfcc; } +.border-r-teal-400\\/85 { + border-right-color: #2dd4bfd9; +} + .border-r-teal-400\\/90 { border-right-color: #2dd4bfe6; } @@ -114972,6 +158064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfa; } +.border-r-teal-50\\/15 { + border-right-color: #f0fdfa26; +} + .border-r-teal-50\\/20 { border-right-color: #f0fdfa33; } @@ -114984,10 +158080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfa4d; } +.border-r-teal-50\\/35 { + border-right-color: #f0fdfa59; +} + .border-r-teal-50\\/40 { border-right-color: #f0fdfa66; } +.border-r-teal-50\\/45 { + border-right-color: #f0fdfa73; +} + .border-r-teal-50\\/5 { border-right-color: #f0fdfa0d; } @@ -114996,10 +158100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfa80; } +.border-r-teal-50\\/55 { + border-right-color: #f0fdfa8c; +} + .border-r-teal-50\\/60 { border-right-color: #f0fdfa99; } +.border-r-teal-50\\/65 { + border-right-color: #f0fdfaa6; +} + .border-r-teal-50\\/70 { border-right-color: #f0fdfab3; } @@ -115012,6 +158124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f0fdfacc; } +.border-r-teal-50\\/85 { + border-right-color: #f0fdfad9; +} + .border-r-teal-50\\/90 { border-right-color: #f0fdfae6; } @@ -115036,6 +158152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a6; } +.border-r-teal-500\\/15 { + border-right-color: #14b8a626; +} + .border-r-teal-500\\/20 { border-right-color: #14b8a633; } @@ -115048,10 +158168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a64d; } +.border-r-teal-500\\/35 { + border-right-color: #14b8a659; +} + .border-r-teal-500\\/40 { border-right-color: #14b8a666; } +.border-r-teal-500\\/45 { + border-right-color: #14b8a673; +} + .border-r-teal-500\\/5 { border-right-color: #14b8a60d; } @@ -115060,10 +158188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a680; } +.border-r-teal-500\\/55 { + border-right-color: #14b8a68c; +} + .border-r-teal-500\\/60 { border-right-color: #14b8a699; } +.border-r-teal-500\\/65 { + border-right-color: #14b8a6a6; +} + .border-r-teal-500\\/70 { border-right-color: #14b8a6b3; } @@ -115076,6 +158212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #14b8a6cc; } +.border-r-teal-500\\/85 { + border-right-color: #14b8a6d9; +} + .border-r-teal-500\\/90 { border-right-color: #14b8a6e6; } @@ -115100,6 +158240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d9488; } +.border-r-teal-600\\/15 { + border-right-color: #0d948826; +} + .border-r-teal-600\\/20 { border-right-color: #0d948833; } @@ -115112,10 +158256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d94884d; } +.border-r-teal-600\\/35 { + border-right-color: #0d948859; +} + .border-r-teal-600\\/40 { border-right-color: #0d948866; } +.border-r-teal-600\\/45 { + border-right-color: #0d948873; +} + .border-r-teal-600\\/5 { border-right-color: #0d94880d; } @@ -115124,10 +158276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d948880; } +.border-r-teal-600\\/55 { + border-right-color: #0d94888c; +} + .border-r-teal-600\\/60 { border-right-color: #0d948899; } +.border-r-teal-600\\/65 { + border-right-color: #0d9488a6; +} + .border-r-teal-600\\/70 { border-right-color: #0d9488b3; } @@ -115140,6 +158300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0d9488cc; } +.border-r-teal-600\\/85 { + border-right-color: #0d9488d9; +} + .border-r-teal-600\\/90 { border-right-color: #0d9488e6; } @@ -115164,6 +158328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766e; } +.border-r-teal-700\\/15 { + border-right-color: #0f766e26; +} + .border-r-teal-700\\/20 { border-right-color: #0f766e33; } @@ -115176,10 +158344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766e4d; } +.border-r-teal-700\\/35 { + border-right-color: #0f766e59; +} + .border-r-teal-700\\/40 { border-right-color: #0f766e66; } +.border-r-teal-700\\/45 { + border-right-color: #0f766e73; +} + .border-r-teal-700\\/5 { border-right-color: #0f766e0d; } @@ -115188,10 +158364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766e80; } +.border-r-teal-700\\/55 { + border-right-color: #0f766e8c; +} + .border-r-teal-700\\/60 { border-right-color: #0f766e99; } +.border-r-teal-700\\/65 { + border-right-color: #0f766ea6; +} + .border-r-teal-700\\/70 { border-right-color: #0f766eb3; } @@ -115204,6 +158388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0f766ecc; } +.border-r-teal-700\\/85 { + border-right-color: #0f766ed9; +} + .border-r-teal-700\\/90 { border-right-color: #0f766ee6; } @@ -115228,6 +158416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e59; } +.border-r-teal-800\\/15 { + border-right-color: #115e5926; +} + .border-r-teal-800\\/20 { border-right-color: #115e5933; } @@ -115240,10 +158432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e594d; } +.border-r-teal-800\\/35 { + border-right-color: #115e5959; +} + .border-r-teal-800\\/40 { border-right-color: #115e5966; } +.border-r-teal-800\\/45 { + border-right-color: #115e5973; +} + .border-r-teal-800\\/5 { border-right-color: #115e590d; } @@ -115252,10 +158452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e5980; } +.border-r-teal-800\\/55 { + border-right-color: #115e598c; +} + .border-r-teal-800\\/60 { border-right-color: #115e5999; } +.border-r-teal-800\\/65 { + border-right-color: #115e59a6; +} + .border-r-teal-800\\/70 { border-right-color: #115e59b3; } @@ -115268,6 +158476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #115e59cc; } +.border-r-teal-800\\/85 { + border-right-color: #115e59d9; +} + .border-r-teal-800\\/90 { border-right-color: #115e59e6; } @@ -115292,6 +158504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4a; } +.border-r-teal-900\\/15 { + border-right-color: #134e4a26; +} + .border-r-teal-900\\/20 { border-right-color: #134e4a33; } @@ -115304,10 +158520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4a4d; } +.border-r-teal-900\\/35 { + border-right-color: #134e4a59; +} + .border-r-teal-900\\/40 { border-right-color: #134e4a66; } +.border-r-teal-900\\/45 { + border-right-color: #134e4a73; +} + .border-r-teal-900\\/5 { border-right-color: #134e4a0d; } @@ -115316,10 +158540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4a80; } +.border-r-teal-900\\/55 { + border-right-color: #134e4a8c; +} + .border-r-teal-900\\/60 { border-right-color: #134e4a99; } +.border-r-teal-900\\/65 { + border-right-color: #134e4aa6; +} + .border-r-teal-900\\/70 { border-right-color: #134e4ab3; } @@ -115332,6 +158564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #134e4acc; } +.border-r-teal-900\\/85 { + border-right-color: #134e4ad9; +} + .border-r-teal-900\\/90 { border-right-color: #134e4ae6; } @@ -115356,6 +158592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2e; } +.border-r-teal-950\\/15 { + border-right-color: #042f2e26; +} + .border-r-teal-950\\/20 { border-right-color: #042f2e33; } @@ -115368,10 +158608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2e4d; } +.border-r-teal-950\\/35 { + border-right-color: #042f2e59; +} + .border-r-teal-950\\/40 { border-right-color: #042f2e66; } +.border-r-teal-950\\/45 { + border-right-color: #042f2e73; +} + .border-r-teal-950\\/5 { border-right-color: #042f2e0d; } @@ -115380,10 +158628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2e80; } +.border-r-teal-950\\/55 { + border-right-color: #042f2e8c; +} + .border-r-teal-950\\/60 { border-right-color: #042f2e99; } +.border-r-teal-950\\/65 { + border-right-color: #042f2ea6; +} + .border-r-teal-950\\/70 { border-right-color: #042f2eb3; } @@ -115396,6 +158652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #042f2ecc; } +.border-r-teal-950\\/85 { + border-right-color: #042f2ed9; +} + .border-r-teal-950\\/90 { border-right-color: #042f2ee6; } @@ -115416,6 +158676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000; } +.border-r-transparent\\/15 { + border-right-color: #00000026; +} + .border-r-transparent\\/20 { border-right-color: #0003; } @@ -115428,10 +158692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #0000004d; } +.border-r-transparent\\/35 { + border-right-color: #00000059; +} + .border-r-transparent\\/40 { border-right-color: #0006; } +.border-r-transparent\\/45 { + border-right-color: #00000073; +} + .border-r-transparent\\/5 { border-right-color: #0000000d; } @@ -115440,10 +158712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #00000080; } +.border-r-transparent\\/55 { + border-right-color: #0000008c; +} + .border-r-transparent\\/60 { border-right-color: #0009; } +.border-r-transparent\\/65 { + border-right-color: #000000a6; +} + .border-r-transparent\\/70 { border-right-color: #000000b3; } @@ -115456,6 +158736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #000c; } +.border-r-transparent\\/85 { + border-right-color: #000000d9; +} + .border-r-transparent\\/90 { border-right-color: #000000e6; } @@ -115480,6 +158764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fe; } +.border-r-violet-100\\/15 { + border-right-color: #ede9fe26; +} + .border-r-violet-100\\/20 { border-right-color: #ede9fe33; } @@ -115492,10 +158780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fe4d; } +.border-r-violet-100\\/35 { + border-right-color: #ede9fe59; +} + .border-r-violet-100\\/40 { border-right-color: #ede9fe66; } +.border-r-violet-100\\/45 { + border-right-color: #ede9fe73; +} + .border-r-violet-100\\/5 { border-right-color: #ede9fe0d; } @@ -115504,10 +158800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fe80; } +.border-r-violet-100\\/55 { + border-right-color: #ede9fe8c; +} + .border-r-violet-100\\/60 { border-right-color: #ede9fe99; } +.border-r-violet-100\\/65 { + border-right-color: #ede9fea6; +} + .border-r-violet-100\\/70 { border-right-color: #ede9feb3; } @@ -115520,6 +158824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ede9fecc; } +.border-r-violet-100\\/85 { + border-right-color: #ede9fed9; +} + .border-r-violet-100\\/90 { border-right-color: #ede9fee6; } @@ -115544,6 +158852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fe; } +.border-r-violet-200\\/15 { + border-right-color: #ddd6fe26; +} + .border-r-violet-200\\/20 { border-right-color: #ddd6fe33; } @@ -115556,10 +158868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fe4d; } +.border-r-violet-200\\/35 { + border-right-color: #ddd6fe59; +} + .border-r-violet-200\\/40 { border-right-color: #ddd6fe66; } +.border-r-violet-200\\/45 { + border-right-color: #ddd6fe73; +} + .border-r-violet-200\\/5 { border-right-color: #ddd6fe0d; } @@ -115568,10 +158888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fe80; } +.border-r-violet-200\\/55 { + border-right-color: #ddd6fe8c; +} + .border-r-violet-200\\/60 { border-right-color: #ddd6fe99; } +.border-r-violet-200\\/65 { + border-right-color: #ddd6fea6; +} + .border-r-violet-200\\/70 { border-right-color: #ddd6feb3; } @@ -115584,6 +158912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ddd6fecc; } +.border-r-violet-200\\/85 { + border-right-color: #ddd6fed9; +} + .border-r-violet-200\\/90 { border-right-color: #ddd6fee6; } @@ -115608,6 +158940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fd; } +.border-r-violet-300\\/15 { + border-right-color: #c4b5fd26; +} + .border-r-violet-300\\/20 { border-right-color: #c4b5fd33; } @@ -115620,10 +158956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fd4d; } +.border-r-violet-300\\/35 { + border-right-color: #c4b5fd59; +} + .border-r-violet-300\\/40 { border-right-color: #c4b5fd66; } +.border-r-violet-300\\/45 { + border-right-color: #c4b5fd73; +} + .border-r-violet-300\\/5 { border-right-color: #c4b5fd0d; } @@ -115632,10 +158976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fd80; } +.border-r-violet-300\\/55 { + border-right-color: #c4b5fd8c; +} + .border-r-violet-300\\/60 { border-right-color: #c4b5fd99; } +.border-r-violet-300\\/65 { + border-right-color: #c4b5fda6; +} + .border-r-violet-300\\/70 { border-right-color: #c4b5fdb3; } @@ -115648,6 +159000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #c4b5fdcc; } +.border-r-violet-300\\/85 { + border-right-color: #c4b5fdd9; +} + .border-r-violet-300\\/90 { border-right-color: #c4b5fde6; } @@ -115672,6 +159028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfa; } +.border-r-violet-400\\/15 { + border-right-color: #a78bfa26; +} + .border-r-violet-400\\/20 { border-right-color: #a78bfa33; } @@ -115684,10 +159044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfa4d; } +.border-r-violet-400\\/35 { + border-right-color: #a78bfa59; +} + .border-r-violet-400\\/40 { border-right-color: #a78bfa66; } +.border-r-violet-400\\/45 { + border-right-color: #a78bfa73; +} + .border-r-violet-400\\/5 { border-right-color: #a78bfa0d; } @@ -115696,10 +159064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfa80; } +.border-r-violet-400\\/55 { + border-right-color: #a78bfa8c; +} + .border-r-violet-400\\/60 { border-right-color: #a78bfa99; } +.border-r-violet-400\\/65 { + border-right-color: #a78bfaa6; +} + .border-r-violet-400\\/70 { border-right-color: #a78bfab3; } @@ -115712,6 +159088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a78bfacc; } +.border-r-violet-400\\/85 { + border-right-color: #a78bfad9; +} + .border-r-violet-400\\/90 { border-right-color: #a78bfae6; } @@ -115736,6 +159116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ff; } +.border-r-violet-50\\/15 { + border-right-color: #f5f3ff26; +} + .border-r-violet-50\\/20 { border-right-color: #f5f3ff33; } @@ -115748,10 +159132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ff4d; } +.border-r-violet-50\\/35 { + border-right-color: #f5f3ff59; +} + .border-r-violet-50\\/40 { border-right-color: #f5f3ff66; } +.border-r-violet-50\\/45 { + border-right-color: #f5f3ff73; +} + .border-r-violet-50\\/5 { border-right-color: #f5f3ff0d; } @@ -115760,10 +159152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ff80; } +.border-r-violet-50\\/55 { + border-right-color: #f5f3ff8c; +} + .border-r-violet-50\\/60 { border-right-color: #f5f3ff99; } +.border-r-violet-50\\/65 { + border-right-color: #f5f3ffa6; +} + .border-r-violet-50\\/70 { border-right-color: #f5f3ffb3; } @@ -115776,6 +159176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f5f3ffcc; } +.border-r-violet-50\\/85 { + border-right-color: #f5f3ffd9; +} + .border-r-violet-50\\/90 { border-right-color: #f5f3ffe6; } @@ -115800,6 +159204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf6; } +.border-r-violet-500\\/15 { + border-right-color: #8b5cf626; +} + .border-r-violet-500\\/20 { border-right-color: #8b5cf633; } @@ -115812,10 +159220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf64d; } +.border-r-violet-500\\/35 { + border-right-color: #8b5cf659; +} + .border-r-violet-500\\/40 { border-right-color: #8b5cf666; } +.border-r-violet-500\\/45 { + border-right-color: #8b5cf673; +} + .border-r-violet-500\\/5 { border-right-color: #8b5cf60d; } @@ -115824,10 +159240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf680; } +.border-r-violet-500\\/55 { + border-right-color: #8b5cf68c; +} + .border-r-violet-500\\/60 { border-right-color: #8b5cf699; } +.border-r-violet-500\\/65 { + border-right-color: #8b5cf6a6; +} + .border-r-violet-500\\/70 { border-right-color: #8b5cf6b3; } @@ -115840,6 +159264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #8b5cf6cc; } +.border-r-violet-500\\/85 { + border-right-color: #8b5cf6d9; +} + .border-r-violet-500\\/90 { border-right-color: #8b5cf6e6; } @@ -115864,6 +159292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aed; } +.border-r-violet-600\\/15 { + border-right-color: #7c3aed26; +} + .border-r-violet-600\\/20 { border-right-color: #7c3aed33; } @@ -115876,10 +159308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aed4d; } +.border-r-violet-600\\/35 { + border-right-color: #7c3aed59; +} + .border-r-violet-600\\/40 { border-right-color: #7c3aed66; } +.border-r-violet-600\\/45 { + border-right-color: #7c3aed73; +} + .border-r-violet-600\\/5 { border-right-color: #7c3aed0d; } @@ -115888,10 +159328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aed80; } +.border-r-violet-600\\/55 { + border-right-color: #7c3aed8c; +} + .border-r-violet-600\\/60 { border-right-color: #7c3aed99; } +.border-r-violet-600\\/65 { + border-right-color: #7c3aeda6; +} + .border-r-violet-600\\/70 { border-right-color: #7c3aedb3; } @@ -115904,6 +159352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #7c3aedcc; } +.border-r-violet-600\\/85 { + border-right-color: #7c3aedd9; +} + .border-r-violet-600\\/90 { border-right-color: #7c3aede6; } @@ -115928,6 +159380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d9; } +.border-r-violet-700\\/15 { + border-right-color: #6d28d926; +} + .border-r-violet-700\\/20 { border-right-color: #6d28d933; } @@ -115940,10 +159396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d94d; } +.border-r-violet-700\\/35 { + border-right-color: #6d28d959; +} + .border-r-violet-700\\/40 { border-right-color: #6d28d966; } +.border-r-violet-700\\/45 { + border-right-color: #6d28d973; +} + .border-r-violet-700\\/5 { border-right-color: #6d28d90d; } @@ -115952,10 +159416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d980; } +.border-r-violet-700\\/55 { + border-right-color: #6d28d98c; +} + .border-r-violet-700\\/60 { border-right-color: #6d28d999; } +.border-r-violet-700\\/65 { + border-right-color: #6d28d9a6; +} + .border-r-violet-700\\/70 { border-right-color: #6d28d9b3; } @@ -115968,6 +159440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #6d28d9cc; } +.border-r-violet-700\\/85 { + border-right-color: #6d28d9d9; +} + .border-r-violet-700\\/90 { border-right-color: #6d28d9e6; } @@ -115992,6 +159468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b6; } +.border-r-violet-800\\/15 { + border-right-color: #5b21b626; +} + .border-r-violet-800\\/20 { border-right-color: #5b21b633; } @@ -116004,10 +159484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b64d; } +.border-r-violet-800\\/35 { + border-right-color: #5b21b659; +} + .border-r-violet-800\\/40 { border-right-color: #5b21b666; } +.border-r-violet-800\\/45 { + border-right-color: #5b21b673; +} + .border-r-violet-800\\/5 { border-right-color: #5b21b60d; } @@ -116016,10 +159504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b680; } +.border-r-violet-800\\/55 { + border-right-color: #5b21b68c; +} + .border-r-violet-800\\/60 { border-right-color: #5b21b699; } +.border-r-violet-800\\/65 { + border-right-color: #5b21b6a6; +} + .border-r-violet-800\\/70 { border-right-color: #5b21b6b3; } @@ -116032,6 +159528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #5b21b6cc; } +.border-r-violet-800\\/85 { + border-right-color: #5b21b6d9; +} + .border-r-violet-800\\/90 { border-right-color: #5b21b6e6; } @@ -116056,6 +159556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d95; } +.border-r-violet-900\\/15 { + border-right-color: #4c1d9526; +} + .border-r-violet-900\\/20 { border-right-color: #4c1d9533; } @@ -116068,10 +159572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d954d; } +.border-r-violet-900\\/35 { + border-right-color: #4c1d9559; +} + .border-r-violet-900\\/40 { border-right-color: #4c1d9566; } +.border-r-violet-900\\/45 { + border-right-color: #4c1d9573; +} + .border-r-violet-900\\/5 { border-right-color: #4c1d950d; } @@ -116080,10 +159592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d9580; } +.border-r-violet-900\\/55 { + border-right-color: #4c1d958c; +} + .border-r-violet-900\\/60 { border-right-color: #4c1d9599; } +.border-r-violet-900\\/65 { + border-right-color: #4c1d95a6; +} + .border-r-violet-900\\/70 { border-right-color: #4c1d95b3; } @@ -116096,6 +159616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4c1d95cc; } +.border-r-violet-900\\/85 { + border-right-color: #4c1d95d9; +} + .border-r-violet-900\\/90 { border-right-color: #4c1d95e6; } @@ -116120,6 +159644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e1065; } +.border-r-violet-950\\/15 { + border-right-color: #2e106526; +} + .border-r-violet-950\\/20 { border-right-color: #2e106533; } @@ -116132,10 +159660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e10654d; } +.border-r-violet-950\\/35 { + border-right-color: #2e106559; +} + .border-r-violet-950\\/40 { border-right-color: #2e106566; } +.border-r-violet-950\\/45 { + border-right-color: #2e106573; +} + .border-r-violet-950\\/5 { border-right-color: #2e10650d; } @@ -116144,10 +159680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e106580; } +.border-r-violet-950\\/55 { + border-right-color: #2e10658c; +} + .border-r-violet-950\\/60 { border-right-color: #2e106599; } +.border-r-violet-950\\/65 { + border-right-color: #2e1065a6; +} + .border-r-violet-950\\/70 { border-right-color: #2e1065b3; } @@ -116160,6 +159704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #2e1065cc; } +.border-r-violet-950\\/85 { + border-right-color: #2e1065d9; +} + .border-r-violet-950\\/90 { border-right-color: #2e1065e6; } @@ -116184,6 +159732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fff; } +.border-r-white\\/15 { + border-right-color: #ffffff26; +} + .border-r-white\\/20 { border-right-color: #fff3; } @@ -116196,10 +159748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffffff4d; } +.border-r-white\\/35 { + border-right-color: #ffffff59; +} + .border-r-white\\/40 { border-right-color: #fff6; } +.border-r-white\\/45 { + border-right-color: #ffffff73; +} + .border-r-white\\/5 { border-right-color: #ffffff0d; } @@ -116208,10 +159768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ffffff80; } +.border-r-white\\/55 { + border-right-color: #ffffff8c; +} + .border-r-white\\/60 { border-right-color: #fff9; } +.border-r-white\\/65 { + border-right-color: #ffffffa6; +} + .border-r-white\\/70 { border-right-color: #ffffffb3; } @@ -116224,6 +159792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fffc; } +.border-r-white\\/85 { + border-right-color: #ffffffd9; +} + .border-r-white\\/90 { border-right-color: #ffffffe6; } @@ -116248,6 +159820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c3; } +.border-r-yellow-100\\/15 { + border-right-color: #fef9c326; +} + .border-r-yellow-100\\/20 { border-right-color: #fef9c333; } @@ -116260,10 +159836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c34d; } +.border-r-yellow-100\\/35 { + border-right-color: #fef9c359; +} + .border-r-yellow-100\\/40 { border-right-color: #fef9c366; } +.border-r-yellow-100\\/45 { + border-right-color: #fef9c373; +} + .border-r-yellow-100\\/5 { border-right-color: #fef9c30d; } @@ -116272,10 +159856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c380; } +.border-r-yellow-100\\/55 { + border-right-color: #fef9c38c; +} + .border-r-yellow-100\\/60 { border-right-color: #fef9c399; } +.border-r-yellow-100\\/65 { + border-right-color: #fef9c3a6; +} + .border-r-yellow-100\\/70 { border-right-color: #fef9c3b3; } @@ -116288,6 +159880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef9c3cc; } +.border-r-yellow-100\\/85 { + border-right-color: #fef9c3d9; +} + .border-r-yellow-100\\/90 { border-right-color: #fef9c3e6; } @@ -116312,6 +159908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08a; } +.border-r-yellow-200\\/15 { + border-right-color: #fef08a26; +} + .border-r-yellow-200\\/20 { border-right-color: #fef08a33; } @@ -116324,10 +159924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08a4d; } +.border-r-yellow-200\\/35 { + border-right-color: #fef08a59; +} + .border-r-yellow-200\\/40 { border-right-color: #fef08a66; } +.border-r-yellow-200\\/45 { + border-right-color: #fef08a73; +} + .border-r-yellow-200\\/5 { border-right-color: #fef08a0d; } @@ -116336,10 +159944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08a80; } +.border-r-yellow-200\\/55 { + border-right-color: #fef08a8c; +} + .border-r-yellow-200\\/60 { border-right-color: #fef08a99; } +.border-r-yellow-200\\/65 { + border-right-color: #fef08aa6; +} + .border-r-yellow-200\\/70 { border-right-color: #fef08ab3; } @@ -116352,6 +159968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fef08acc; } +.border-r-yellow-200\\/85 { + border-right-color: #fef08ad9; +} + .border-r-yellow-200\\/90 { border-right-color: #fef08ae6; } @@ -116376,6 +159996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde047; } +.border-r-yellow-300\\/15 { + border-right-color: #fde04726; +} + .border-r-yellow-300\\/20 { border-right-color: #fde04733; } @@ -116388,10 +160012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde0474d; } +.border-r-yellow-300\\/35 { + border-right-color: #fde04759; +} + .border-r-yellow-300\\/40 { border-right-color: #fde04766; } +.border-r-yellow-300\\/45 { + border-right-color: #fde04773; +} + .border-r-yellow-300\\/5 { border-right-color: #fde0470d; } @@ -116400,10 +160032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde04780; } +.border-r-yellow-300\\/55 { + border-right-color: #fde0478c; +} + .border-r-yellow-300\\/60 { border-right-color: #fde04799; } +.border-r-yellow-300\\/65 { + border-right-color: #fde047a6; +} + .border-r-yellow-300\\/70 { border-right-color: #fde047b3; } @@ -116416,6 +160056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fde047cc; } +.border-r-yellow-300\\/85 { + border-right-color: #fde047d9; +} + .border-r-yellow-300\\/90 { border-right-color: #fde047e6; } @@ -116440,6 +160084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc15; } +.border-r-yellow-400\\/15 { + border-right-color: #facc1526; +} + .border-r-yellow-400\\/20 { border-right-color: #facc1533; } @@ -116452,10 +160100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc154d; } +.border-r-yellow-400\\/35 { + border-right-color: #facc1559; +} + .border-r-yellow-400\\/40 { border-right-color: #facc1566; } +.border-r-yellow-400\\/45 { + border-right-color: #facc1573; +} + .border-r-yellow-400\\/5 { border-right-color: #facc150d; } @@ -116464,10 +160120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc1580; } +.border-r-yellow-400\\/55 { + border-right-color: #facc158c; +} + .border-r-yellow-400\\/60 { border-right-color: #facc1599; } +.border-r-yellow-400\\/65 { + border-right-color: #facc15a6; +} + .border-r-yellow-400\\/70 { border-right-color: #facc15b3; } @@ -116480,6 +160144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #facc15cc; } +.border-r-yellow-400\\/85 { + border-right-color: #facc15d9; +} + .border-r-yellow-400\\/90 { border-right-color: #facc15e6; } @@ -116504,6 +160172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce8; } +.border-r-yellow-50\\/15 { + border-right-color: #fefce826; +} + .border-r-yellow-50\\/20 { border-right-color: #fefce833; } @@ -116516,10 +160188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce84d; } +.border-r-yellow-50\\/35 { + border-right-color: #fefce859; +} + .border-r-yellow-50\\/40 { border-right-color: #fefce866; } +.border-r-yellow-50\\/45 { + border-right-color: #fefce873; +} + .border-r-yellow-50\\/5 { border-right-color: #fefce80d; } @@ -116528,10 +160208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce880; } +.border-r-yellow-50\\/55 { + border-right-color: #fefce88c; +} + .border-r-yellow-50\\/60 { border-right-color: #fefce899; } +.border-r-yellow-50\\/65 { + border-right-color: #fefce8a6; +} + .border-r-yellow-50\\/70 { border-right-color: #fefce8b3; } @@ -116544,6 +160232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fefce8cc; } +.border-r-yellow-50\\/85 { + border-right-color: #fefce8d9; +} + .border-r-yellow-50\\/90 { border-right-color: #fefce8e6; } @@ -116568,6 +160260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab308; } +.border-r-yellow-500\\/15 { + border-right-color: #eab30826; +} + .border-r-yellow-500\\/20 { border-right-color: #eab30833; } @@ -116580,10 +160276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab3084d; } +.border-r-yellow-500\\/35 { + border-right-color: #eab30859; +} + .border-r-yellow-500\\/40 { border-right-color: #eab30866; } +.border-r-yellow-500\\/45 { + border-right-color: #eab30873; +} + .border-r-yellow-500\\/5 { border-right-color: #eab3080d; } @@ -116592,10 +160296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab30880; } +.border-r-yellow-500\\/55 { + border-right-color: #eab3088c; +} + .border-r-yellow-500\\/60 { border-right-color: #eab30899; } +.border-r-yellow-500\\/65 { + border-right-color: #eab308a6; +} + .border-r-yellow-500\\/70 { border-right-color: #eab308b3; } @@ -116608,6 +160320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #eab308cc; } +.border-r-yellow-500\\/85 { + border-right-color: #eab308d9; +} + .border-r-yellow-500\\/90 { border-right-color: #eab308e6; } @@ -116632,6 +160348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a04; } +.border-r-yellow-600\\/15 { + border-right-color: #ca8a0426; +} + .border-r-yellow-600\\/20 { border-right-color: #ca8a0433; } @@ -116644,10 +160364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a044d; } +.border-r-yellow-600\\/35 { + border-right-color: #ca8a0459; +} + .border-r-yellow-600\\/40 { border-right-color: #ca8a0466; } +.border-r-yellow-600\\/45 { + border-right-color: #ca8a0473; +} + .border-r-yellow-600\\/5 { border-right-color: #ca8a040d; } @@ -116656,10 +160384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a0480; } +.border-r-yellow-600\\/55 { + border-right-color: #ca8a048c; +} + .border-r-yellow-600\\/60 { border-right-color: #ca8a0499; } +.border-r-yellow-600\\/65 { + border-right-color: #ca8a04a6; +} + .border-r-yellow-600\\/70 { border-right-color: #ca8a04b3; } @@ -116672,6 +160408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #ca8a04cc; } +.border-r-yellow-600\\/85 { + border-right-color: #ca8a04d9; +} + .border-r-yellow-600\\/90 { border-right-color: #ca8a04e6; } @@ -116696,6 +160436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a16207; } +.border-r-yellow-700\\/15 { + border-right-color: #a1620726; +} + .border-r-yellow-700\\/20 { border-right-color: #a1620733; } @@ -116708,10 +160452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a162074d; } +.border-r-yellow-700\\/35 { + border-right-color: #a1620759; +} + .border-r-yellow-700\\/40 { border-right-color: #a1620766; } +.border-r-yellow-700\\/45 { + border-right-color: #a1620773; +} + .border-r-yellow-700\\/5 { border-right-color: #a162070d; } @@ -116720,10 +160472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1620780; } +.border-r-yellow-700\\/55 { + border-right-color: #a162078c; +} + .border-r-yellow-700\\/60 { border-right-color: #a1620799; } +.border-r-yellow-700\\/65 { + border-right-color: #a16207a6; +} + .border-r-yellow-700\\/70 { border-right-color: #a16207b3; } @@ -116736,6 +160496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a16207cc; } +.border-r-yellow-700\\/85 { + border-right-color: #a16207d9; +} + .border-r-yellow-700\\/90 { border-right-color: #a16207e6; } @@ -116760,6 +160524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0e; } +.border-r-yellow-800\\/15 { + border-right-color: #854d0e26; +} + .border-r-yellow-800\\/20 { border-right-color: #854d0e33; } @@ -116772,10 +160540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0e4d; } +.border-r-yellow-800\\/35 { + border-right-color: #854d0e59; +} + .border-r-yellow-800\\/40 { border-right-color: #854d0e66; } +.border-r-yellow-800\\/45 { + border-right-color: #854d0e73; +} + .border-r-yellow-800\\/5 { border-right-color: #854d0e0d; } @@ -116784,10 +160560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0e80; } +.border-r-yellow-800\\/55 { + border-right-color: #854d0e8c; +} + .border-r-yellow-800\\/60 { border-right-color: #854d0e99; } +.border-r-yellow-800\\/65 { + border-right-color: #854d0ea6; +} + .border-r-yellow-800\\/70 { border-right-color: #854d0eb3; } @@ -116800,6 +160584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #854d0ecc; } +.border-r-yellow-800\\/85 { + border-right-color: #854d0ed9; +} + .border-r-yellow-800\\/90 { border-right-color: #854d0ee6; } @@ -116824,6 +160612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f12; } +.border-r-yellow-900\\/15 { + border-right-color: #713f1226; +} + .border-r-yellow-900\\/20 { border-right-color: #713f1233; } @@ -116836,10 +160628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f124d; } +.border-r-yellow-900\\/35 { + border-right-color: #713f1259; +} + .border-r-yellow-900\\/40 { border-right-color: #713f1266; } +.border-r-yellow-900\\/45 { + border-right-color: #713f1273; +} + .border-r-yellow-900\\/5 { border-right-color: #713f120d; } @@ -116848,10 +160648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f1280; } +.border-r-yellow-900\\/55 { + border-right-color: #713f128c; +} + .border-r-yellow-900\\/60 { border-right-color: #713f1299; } +.border-r-yellow-900\\/65 { + border-right-color: #713f12a6; +} + .border-r-yellow-900\\/70 { border-right-color: #713f12b3; } @@ -116864,6 +160672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #713f12cc; } +.border-r-yellow-900\\/85 { + border-right-color: #713f12d9; +} + .border-r-yellow-900\\/90 { border-right-color: #713f12e6; } @@ -116888,6 +160700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #422006; } +.border-r-yellow-950\\/15 { + border-right-color: #42200626; +} + .border-r-yellow-950\\/20 { border-right-color: #42200633; } @@ -116900,10 +160716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #4220064d; } +.border-r-yellow-950\\/35 { + border-right-color: #42200659; +} + .border-r-yellow-950\\/40 { border-right-color: #42200666; } +.border-r-yellow-950\\/45 { + border-right-color: #42200673; +} + .border-r-yellow-950\\/5 { border-right-color: #4220060d; } @@ -116912,10 +160736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #42200680; } +.border-r-yellow-950\\/55 { + border-right-color: #4220068c; +} + .border-r-yellow-950\\/60 { border-right-color: #42200699; } +.border-r-yellow-950\\/65 { + border-right-color: #422006a6; +} + .border-r-yellow-950\\/70 { border-right-color: #422006b3; } @@ -116928,6 +160760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #422006cc; } +.border-r-yellow-950\\/85 { + border-right-color: #422006d9; +} + .border-r-yellow-950\\/90 { border-right-color: #422006e6; } @@ -116952,6 +160788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f5; } +.border-r-zinc-100\\/15 { + border-right-color: #f4f4f526; +} + .border-r-zinc-100\\/20 { border-right-color: #f4f4f533; } @@ -116964,10 +160804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f54d; } +.border-r-zinc-100\\/35 { + border-right-color: #f4f4f559; +} + .border-r-zinc-100\\/40 { border-right-color: #f4f4f566; } +.border-r-zinc-100\\/45 { + border-right-color: #f4f4f573; +} + .border-r-zinc-100\\/5 { border-right-color: #f4f4f50d; } @@ -116976,10 +160824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f580; } +.border-r-zinc-100\\/55 { + border-right-color: #f4f4f58c; +} + .border-r-zinc-100\\/60 { border-right-color: #f4f4f599; } +.border-r-zinc-100\\/65 { + border-right-color: #f4f4f5a6; +} + .border-r-zinc-100\\/70 { border-right-color: #f4f4f5b3; } @@ -116992,6 +160848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #f4f4f5cc; } +.border-r-zinc-100\\/85 { + border-right-color: #f4f4f5d9; +} + .border-r-zinc-100\\/90 { border-right-color: #f4f4f5e6; } @@ -117016,6 +160876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e7; } +.border-r-zinc-200\\/15 { + border-right-color: #e4e4e726; +} + .border-r-zinc-200\\/20 { border-right-color: #e4e4e733; } @@ -117028,10 +160892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e74d; } +.border-r-zinc-200\\/35 { + border-right-color: #e4e4e759; +} + .border-r-zinc-200\\/40 { border-right-color: #e4e4e766; } +.border-r-zinc-200\\/45 { + border-right-color: #e4e4e773; +} + .border-r-zinc-200\\/5 { border-right-color: #e4e4e70d; } @@ -117040,10 +160912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e780; } +.border-r-zinc-200\\/55 { + border-right-color: #e4e4e78c; +} + .border-r-zinc-200\\/60 { border-right-color: #e4e4e799; } +.border-r-zinc-200\\/65 { + border-right-color: #e4e4e7a6; +} + .border-r-zinc-200\\/70 { border-right-color: #e4e4e7b3; } @@ -117056,6 +160936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #e4e4e7cc; } +.border-r-zinc-200\\/85 { + border-right-color: #e4e4e7d9; +} + .border-r-zinc-200\\/90 { border-right-color: #e4e4e7e6; } @@ -117080,6 +160964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d8; } +.border-r-zinc-300\\/15 { + border-right-color: #d4d4d826; +} + .border-r-zinc-300\\/20 { border-right-color: #d4d4d833; } @@ -117092,10 +160980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d84d; } +.border-r-zinc-300\\/35 { + border-right-color: #d4d4d859; +} + .border-r-zinc-300\\/40 { border-right-color: #d4d4d866; } +.border-r-zinc-300\\/45 { + border-right-color: #d4d4d873; +} + .border-r-zinc-300\\/5 { border-right-color: #d4d4d80d; } @@ -117104,10 +161000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d880; } +.border-r-zinc-300\\/55 { + border-right-color: #d4d4d88c; +} + .border-r-zinc-300\\/60 { border-right-color: #d4d4d899; } +.border-r-zinc-300\\/65 { + border-right-color: #d4d4d8a6; +} + .border-r-zinc-300\\/70 { border-right-color: #d4d4d8b3; } @@ -117120,6 +161024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #d4d4d8cc; } +.border-r-zinc-300\\/85 { + border-right-color: #d4d4d8d9; +} + .border-r-zinc-300\\/90 { border-right-color: #d4d4d8e6; } @@ -117144,6 +161052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aa; } +.border-r-zinc-400\\/15 { + border-right-color: #a1a1aa26; +} + .border-r-zinc-400\\/20 { border-right-color: #a1a1aa33; } @@ -117156,10 +161068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aa4d; } +.border-r-zinc-400\\/35 { + border-right-color: #a1a1aa59; +} + .border-r-zinc-400\\/40 { border-right-color: #a1a1aa66; } +.border-r-zinc-400\\/45 { + border-right-color: #a1a1aa73; +} + .border-r-zinc-400\\/5 { border-right-color: #a1a1aa0d; } @@ -117168,10 +161088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aa80; } +.border-r-zinc-400\\/55 { + border-right-color: #a1a1aa8c; +} + .border-r-zinc-400\\/60 { border-right-color: #a1a1aa99; } +.border-r-zinc-400\\/65 { + border-right-color: #a1a1aaa6; +} + .border-r-zinc-400\\/70 { border-right-color: #a1a1aab3; } @@ -117184,6 +161112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #a1a1aacc; } +.border-r-zinc-400\\/85 { + border-right-color: #a1a1aad9; +} + .border-r-zinc-400\\/90 { border-right-color: #a1a1aae6; } @@ -117208,6 +161140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa; } +.border-r-zinc-50\\/15 { + border-right-color: #fafafa26; +} + .border-r-zinc-50\\/20 { border-right-color: #fafafa33; } @@ -117220,10 +161156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa4d; } +.border-r-zinc-50\\/35 { + border-right-color: #fafafa59; +} + .border-r-zinc-50\\/40 { border-right-color: #fafafa66; } +.border-r-zinc-50\\/45 { + border-right-color: #fafafa73; +} + .border-r-zinc-50\\/5 { border-right-color: #fafafa0d; } @@ -117232,10 +161176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafa80; } +.border-r-zinc-50\\/55 { + border-right-color: #fafafa8c; +} + .border-r-zinc-50\\/60 { border-right-color: #fafafa99; } +.border-r-zinc-50\\/65 { + border-right-color: #fafafaa6; +} + .border-r-zinc-50\\/70 { border-right-color: #fafafab3; } @@ -117248,6 +161200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #fafafacc; } +.border-r-zinc-50\\/85 { + border-right-color: #fafafad9; +} + .border-r-zinc-50\\/90 { border-right-color: #fafafae6; } @@ -117272,6 +161228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717a; } +.border-r-zinc-500\\/15 { + border-right-color: #71717a26; +} + .border-r-zinc-500\\/20 { border-right-color: #71717a33; } @@ -117284,10 +161244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717a4d; } +.border-r-zinc-500\\/35 { + border-right-color: #71717a59; +} + .border-r-zinc-500\\/40 { border-right-color: #71717a66; } +.border-r-zinc-500\\/45 { + border-right-color: #71717a73; +} + .border-r-zinc-500\\/5 { border-right-color: #71717a0d; } @@ -117296,10 +161264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717a80; } +.border-r-zinc-500\\/55 { + border-right-color: #71717a8c; +} + .border-r-zinc-500\\/60 { border-right-color: #71717a99; } +.border-r-zinc-500\\/65 { + border-right-color: #71717aa6; +} + .border-r-zinc-500\\/70 { border-right-color: #71717ab3; } @@ -117312,6 +161288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #71717acc; } +.border-r-zinc-500\\/85 { + border-right-color: #71717ad9; +} + .border-r-zinc-500\\/90 { border-right-color: #71717ae6; } @@ -117336,6 +161316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525b; } +.border-r-zinc-600\\/15 { + border-right-color: #52525b26; +} + .border-r-zinc-600\\/20 { border-right-color: #52525b33; } @@ -117348,10 +161332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525b4d; } +.border-r-zinc-600\\/35 { + border-right-color: #52525b59; +} + .border-r-zinc-600\\/40 { border-right-color: #52525b66; } +.border-r-zinc-600\\/45 { + border-right-color: #52525b73; +} + .border-r-zinc-600\\/5 { border-right-color: #52525b0d; } @@ -117360,10 +161352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525b80; } +.border-r-zinc-600\\/55 { + border-right-color: #52525b8c; +} + .border-r-zinc-600\\/60 { border-right-color: #52525b99; } +.border-r-zinc-600\\/65 { + border-right-color: #52525ba6; +} + .border-r-zinc-600\\/70 { border-right-color: #52525bb3; } @@ -117376,6 +161376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #52525bcc; } +.border-r-zinc-600\\/85 { + border-right-color: #52525bd9; +} + .border-r-zinc-600\\/90 { border-right-color: #52525be6; } @@ -117400,6 +161404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f46; } +.border-r-zinc-700\\/15 { + border-right-color: #3f3f4626; +} + .border-r-zinc-700\\/20 { border-right-color: #3f3f4633; } @@ -117412,10 +161420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f464d; } +.border-r-zinc-700\\/35 { + border-right-color: #3f3f4659; +} + .border-r-zinc-700\\/40 { border-right-color: #3f3f4666; } +.border-r-zinc-700\\/45 { + border-right-color: #3f3f4673; +} + .border-r-zinc-700\\/5 { border-right-color: #3f3f460d; } @@ -117424,10 +161440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f4680; } +.border-r-zinc-700\\/55 { + border-right-color: #3f3f468c; +} + .border-r-zinc-700\\/60 { border-right-color: #3f3f4699; } +.border-r-zinc-700\\/65 { + border-right-color: #3f3f46a6; +} + .border-r-zinc-700\\/70 { border-right-color: #3f3f46b3; } @@ -117440,6 +161464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #3f3f46cc; } +.border-r-zinc-700\\/85 { + border-right-color: #3f3f46d9; +} + .border-r-zinc-700\\/90 { border-right-color: #3f3f46e6; } @@ -117464,6 +161492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272a; } +.border-r-zinc-800\\/15 { + border-right-color: #27272a26; +} + .border-r-zinc-800\\/20 { border-right-color: #27272a33; } @@ -117476,10 +161508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272a4d; } +.border-r-zinc-800\\/35 { + border-right-color: #27272a59; +} + .border-r-zinc-800\\/40 { border-right-color: #27272a66; } +.border-r-zinc-800\\/45 { + border-right-color: #27272a73; +} + .border-r-zinc-800\\/5 { border-right-color: #27272a0d; } @@ -117488,10 +161528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272a80; } +.border-r-zinc-800\\/55 { + border-right-color: #27272a8c; +} + .border-r-zinc-800\\/60 { border-right-color: #27272a99; } +.border-r-zinc-800\\/65 { + border-right-color: #27272aa6; +} + .border-r-zinc-800\\/70 { border-right-color: #27272ab3; } @@ -117504,6 +161552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #27272acc; } +.border-r-zinc-800\\/85 { + border-right-color: #27272ad9; +} + .border-r-zinc-800\\/90 { border-right-color: #27272ae6; } @@ -117528,6 +161580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181b; } +.border-r-zinc-900\\/15 { + border-right-color: #18181b26; +} + .border-r-zinc-900\\/20 { border-right-color: #18181b33; } @@ -117540,10 +161596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181b4d; } +.border-r-zinc-900\\/35 { + border-right-color: #18181b59; +} + .border-r-zinc-900\\/40 { border-right-color: #18181b66; } +.border-r-zinc-900\\/45 { + border-right-color: #18181b73; +} + .border-r-zinc-900\\/5 { border-right-color: #18181b0d; } @@ -117552,10 +161616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181b80; } +.border-r-zinc-900\\/55 { + border-right-color: #18181b8c; +} + .border-r-zinc-900\\/60 { border-right-color: #18181b99; } +.border-r-zinc-900\\/65 { + border-right-color: #18181ba6; +} + .border-r-zinc-900\\/70 { border-right-color: #18181bb3; } @@ -117568,6 +161640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #18181bcc; } +.border-r-zinc-900\\/85 { + border-right-color: #18181bd9; +} + .border-r-zinc-900\\/90 { border-right-color: #18181be6; } @@ -117592,6 +161668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090b; } +.border-r-zinc-950\\/15 { + border-right-color: #09090b26; +} + .border-r-zinc-950\\/20 { border-right-color: #09090b33; } @@ -117604,10 +161684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090b4d; } +.border-r-zinc-950\\/35 { + border-right-color: #09090b59; +} + .border-r-zinc-950\\/40 { border-right-color: #09090b66; } +.border-r-zinc-950\\/45 { + border-right-color: #09090b73; +} + .border-r-zinc-950\\/5 { border-right-color: #09090b0d; } @@ -117616,10 +161704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090b80; } +.border-r-zinc-950\\/55 { + border-right-color: #09090b8c; +} + .border-r-zinc-950\\/60 { border-right-color: #09090b99; } +.border-r-zinc-950\\/65 { + border-right-color: #09090ba6; +} + .border-r-zinc-950\\/70 { border-right-color: #09090bb3; } @@ -117632,6 +161728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-right-color: #09090bcc; } +.border-r-zinc-950\\/85 { + border-right-color: #09090bd9; +} + .border-r-zinc-950\\/90 { border-right-color: #09090be6; } @@ -117656,6 +161756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef3c7; } +.border-s-amber-100\\/15 { + border-inline-start-color: #fef3c726; +} + .border-s-amber-100\\/20 { border-inline-start-color: #fef3c733; } @@ -117668,10 +161772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef3c74d; } +.border-s-amber-100\\/35 { + border-inline-start-color: #fef3c759; +} + .border-s-amber-100\\/40 { border-inline-start-color: #fef3c766; } +.border-s-amber-100\\/45 { + border-inline-start-color: #fef3c773; +} + .border-s-amber-100\\/5 { border-inline-start-color: #fef3c70d; } @@ -117680,10 +161792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef3c780; } +.border-s-amber-100\\/55 { + border-inline-start-color: #fef3c78c; +} + .border-s-amber-100\\/60 { border-inline-start-color: #fef3c799; } +.border-s-amber-100\\/65 { + border-inline-start-color: #fef3c7a6; +} + .border-s-amber-100\\/70 { border-inline-start-color: #fef3c7b3; } @@ -117696,6 +161816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef3c7cc; } +.border-s-amber-100\\/85 { + border-inline-start-color: #fef3c7d9; +} + .border-s-amber-100\\/90 { border-inline-start-color: #fef3c7e6; } @@ -117720,6 +161844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde68a; } +.border-s-amber-200\\/15 { + border-inline-start-color: #fde68a26; +} + .border-s-amber-200\\/20 { border-inline-start-color: #fde68a33; } @@ -117732,10 +161860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde68a4d; } +.border-s-amber-200\\/35 { + border-inline-start-color: #fde68a59; +} + .border-s-amber-200\\/40 { border-inline-start-color: #fde68a66; } +.border-s-amber-200\\/45 { + border-inline-start-color: #fde68a73; +} + .border-s-amber-200\\/5 { border-inline-start-color: #fde68a0d; } @@ -117744,10 +161880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde68a80; } +.border-s-amber-200\\/55 { + border-inline-start-color: #fde68a8c; +} + .border-s-amber-200\\/60 { border-inline-start-color: #fde68a99; } +.border-s-amber-200\\/65 { + border-inline-start-color: #fde68aa6; +} + .border-s-amber-200\\/70 { border-inline-start-color: #fde68ab3; } @@ -117760,6 +161904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde68acc; } +.border-s-amber-200\\/85 { + border-inline-start-color: #fde68ad9; +} + .border-s-amber-200\\/90 { border-inline-start-color: #fde68ae6; } @@ -117784,6 +161932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fcd34d; } +.border-s-amber-300\\/15 { + border-inline-start-color: #fcd34d26; +} + .border-s-amber-300\\/20 { border-inline-start-color: #fcd34d33; } @@ -117796,10 +161948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fcd34d4d; } +.border-s-amber-300\\/35 { + border-inline-start-color: #fcd34d59; +} + .border-s-amber-300\\/40 { border-inline-start-color: #fcd34d66; } +.border-s-amber-300\\/45 { + border-inline-start-color: #fcd34d73; +} + .border-s-amber-300\\/5 { border-inline-start-color: #fcd34d0d; } @@ -117808,10 +161968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fcd34d80; } +.border-s-amber-300\\/55 { + border-inline-start-color: #fcd34d8c; +} + .border-s-amber-300\\/60 { border-inline-start-color: #fcd34d99; } +.border-s-amber-300\\/65 { + border-inline-start-color: #fcd34da6; +} + .border-s-amber-300\\/70 { border-inline-start-color: #fcd34db3; } @@ -117824,6 +161992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fcd34dcc; } +.border-s-amber-300\\/85 { + border-inline-start-color: #fcd34dd9; +} + .border-s-amber-300\\/90 { border-inline-start-color: #fcd34de6; } @@ -117848,6 +162020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbbf24; } +.border-s-amber-400\\/15 { + border-inline-start-color: #fbbf2426; +} + .border-s-amber-400\\/20 { border-inline-start-color: #fbbf2433; } @@ -117860,10 +162036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbbf244d; } +.border-s-amber-400\\/35 { + border-inline-start-color: #fbbf2459; +} + .border-s-amber-400\\/40 { border-inline-start-color: #fbbf2466; } +.border-s-amber-400\\/45 { + border-inline-start-color: #fbbf2473; +} + .border-s-amber-400\\/5 { border-inline-start-color: #fbbf240d; } @@ -117872,10 +162056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbbf2480; } +.border-s-amber-400\\/55 { + border-inline-start-color: #fbbf248c; +} + .border-s-amber-400\\/60 { border-inline-start-color: #fbbf2499; } +.border-s-amber-400\\/65 { + border-inline-start-color: #fbbf24a6; +} + .border-s-amber-400\\/70 { border-inline-start-color: #fbbf24b3; } @@ -117888,6 +162080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbbf24cc; } +.border-s-amber-400\\/85 { + border-inline-start-color: #fbbf24d9; +} + .border-s-amber-400\\/90 { border-inline-start-color: #fbbf24e6; } @@ -117912,6 +162108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fffbeb; } +.border-s-amber-50\\/15 { + border-inline-start-color: #fffbeb26; +} + .border-s-amber-50\\/20 { border-inline-start-color: #fffbeb33; } @@ -117924,10 +162124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fffbeb4d; } +.border-s-amber-50\\/35 { + border-inline-start-color: #fffbeb59; +} + .border-s-amber-50\\/40 { border-inline-start-color: #fffbeb66; } +.border-s-amber-50\\/45 { + border-inline-start-color: #fffbeb73; +} + .border-s-amber-50\\/5 { border-inline-start-color: #fffbeb0d; } @@ -117936,10 +162144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fffbeb80; } +.border-s-amber-50\\/55 { + border-inline-start-color: #fffbeb8c; +} + .border-s-amber-50\\/60 { border-inline-start-color: #fffbeb99; } +.border-s-amber-50\\/65 { + border-inline-start-color: #fffbeba6; +} + .border-s-amber-50\\/70 { border-inline-start-color: #fffbebb3; } @@ -117952,6 +162168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fffbebcc; } +.border-s-amber-50\\/85 { + border-inline-start-color: #fffbebd9; +} + .border-s-amber-50\\/90 { border-inline-start-color: #fffbebe6; } @@ -117976,6 +162196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f59e0b; } +.border-s-amber-500\\/15 { + border-inline-start-color: #f59e0b26; +} + .border-s-amber-500\\/20 { border-inline-start-color: #f59e0b33; } @@ -117988,10 +162212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f59e0b4d; } +.border-s-amber-500\\/35 { + border-inline-start-color: #f59e0b59; +} + .border-s-amber-500\\/40 { border-inline-start-color: #f59e0b66; } +.border-s-amber-500\\/45 { + border-inline-start-color: #f59e0b73; +} + .border-s-amber-500\\/5 { border-inline-start-color: #f59e0b0d; } @@ -118000,10 +162232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f59e0b80; } +.border-s-amber-500\\/55 { + border-inline-start-color: #f59e0b8c; +} + .border-s-amber-500\\/60 { border-inline-start-color: #f59e0b99; } +.border-s-amber-500\\/65 { + border-inline-start-color: #f59e0ba6; +} + .border-s-amber-500\\/70 { border-inline-start-color: #f59e0bb3; } @@ -118016,6 +162256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f59e0bcc; } +.border-s-amber-500\\/85 { + border-inline-start-color: #f59e0bd9; +} + .border-s-amber-500\\/90 { border-inline-start-color: #f59e0be6; } @@ -118040,6 +162284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d97706; } +.border-s-amber-600\\/15 { + border-inline-start-color: #d9770626; +} + .border-s-amber-600\\/20 { border-inline-start-color: #d9770633; } @@ -118052,10 +162300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d977064d; } +.border-s-amber-600\\/35 { + border-inline-start-color: #d9770659; +} + .border-s-amber-600\\/40 { border-inline-start-color: #d9770666; } +.border-s-amber-600\\/45 { + border-inline-start-color: #d9770673; +} + .border-s-amber-600\\/5 { border-inline-start-color: #d977060d; } @@ -118064,10 +162320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d9770680; } +.border-s-amber-600\\/55 { + border-inline-start-color: #d977068c; +} + .border-s-amber-600\\/60 { border-inline-start-color: #d9770699; } +.border-s-amber-600\\/65 { + border-inline-start-color: #d97706a6; +} + .border-s-amber-600\\/70 { border-inline-start-color: #d97706b3; } @@ -118080,6 +162344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d97706cc; } +.border-s-amber-600\\/85 { + border-inline-start-color: #d97706d9; +} + .border-s-amber-600\\/90 { border-inline-start-color: #d97706e6; } @@ -118104,6 +162372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b45309; } +.border-s-amber-700\\/15 { + border-inline-start-color: #b4530926; +} + .border-s-amber-700\\/20 { border-inline-start-color: #b4530933; } @@ -118116,10 +162388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b453094d; } +.border-s-amber-700\\/35 { + border-inline-start-color: #b4530959; +} + .border-s-amber-700\\/40 { border-inline-start-color: #b4530966; } +.border-s-amber-700\\/45 { + border-inline-start-color: #b4530973; +} + .border-s-amber-700\\/5 { border-inline-start-color: #b453090d; } @@ -118128,10 +162408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b4530980; } +.border-s-amber-700\\/55 { + border-inline-start-color: #b453098c; +} + .border-s-amber-700\\/60 { border-inline-start-color: #b4530999; } +.border-s-amber-700\\/65 { + border-inline-start-color: #b45309a6; +} + .border-s-amber-700\\/70 { border-inline-start-color: #b45309b3; } @@ -118144,6 +162432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b45309cc; } +.border-s-amber-700\\/85 { + border-inline-start-color: #b45309d9; +} + .border-s-amber-700\\/90 { border-inline-start-color: #b45309e6; } @@ -118168,6 +162460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #92400e; } +.border-s-amber-800\\/15 { + border-inline-start-color: #92400e26; +} + .border-s-amber-800\\/20 { border-inline-start-color: #92400e33; } @@ -118180,10 +162476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #92400e4d; } +.border-s-amber-800\\/35 { + border-inline-start-color: #92400e59; +} + .border-s-amber-800\\/40 { border-inline-start-color: #92400e66; } +.border-s-amber-800\\/45 { + border-inline-start-color: #92400e73; +} + .border-s-amber-800\\/5 { border-inline-start-color: #92400e0d; } @@ -118192,10 +162496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #92400e80; } +.border-s-amber-800\\/55 { + border-inline-start-color: #92400e8c; +} + .border-s-amber-800\\/60 { border-inline-start-color: #92400e99; } +.border-s-amber-800\\/65 { + border-inline-start-color: #92400ea6; +} + .border-s-amber-800\\/70 { border-inline-start-color: #92400eb3; } @@ -118208,6 +162520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #92400ecc; } +.border-s-amber-800\\/85 { + border-inline-start-color: #92400ed9; +} + .border-s-amber-800\\/90 { border-inline-start-color: #92400ee6; } @@ -118232,6 +162548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78350f; } +.border-s-amber-900\\/15 { + border-inline-start-color: #78350f26; +} + .border-s-amber-900\\/20 { border-inline-start-color: #78350f33; } @@ -118244,10 +162564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78350f4d; } +.border-s-amber-900\\/35 { + border-inline-start-color: #78350f59; +} + .border-s-amber-900\\/40 { border-inline-start-color: #78350f66; } +.border-s-amber-900\\/45 { + border-inline-start-color: #78350f73; +} + .border-s-amber-900\\/5 { border-inline-start-color: #78350f0d; } @@ -118256,10 +162584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78350f80; } +.border-s-amber-900\\/55 { + border-inline-start-color: #78350f8c; +} + .border-s-amber-900\\/60 { border-inline-start-color: #78350f99; } +.border-s-amber-900\\/65 { + border-inline-start-color: #78350fa6; +} + .border-s-amber-900\\/70 { border-inline-start-color: #78350fb3; } @@ -118272,6 +162608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78350fcc; } +.border-s-amber-900\\/85 { + border-inline-start-color: #78350fd9; +} + .border-s-amber-900\\/90 { border-inline-start-color: #78350fe6; } @@ -118296,6 +162636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #451a03; } +.border-s-amber-950\\/15 { + border-inline-start-color: #451a0326; +} + .border-s-amber-950\\/20 { border-inline-start-color: #451a0333; } @@ -118308,10 +162652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #451a034d; } +.border-s-amber-950\\/35 { + border-inline-start-color: #451a0359; +} + .border-s-amber-950\\/40 { border-inline-start-color: #451a0366; } +.border-s-amber-950\\/45 { + border-inline-start-color: #451a0373; +} + .border-s-amber-950\\/5 { border-inline-start-color: #451a030d; } @@ -118320,10 +162672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #451a0380; } +.border-s-amber-950\\/55 { + border-inline-start-color: #451a038c; +} + .border-s-amber-950\\/60 { border-inline-start-color: #451a0399; } +.border-s-amber-950\\/65 { + border-inline-start-color: #451a03a6; +} + .border-s-amber-950\\/70 { border-inline-start-color: #451a03b3; } @@ -118336,6 +162696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #451a03cc; } +.border-s-amber-950\\/85 { + border-inline-start-color: #451a03d9; +} + .border-s-amber-950\\/90 { border-inline-start-color: #451a03e6; } @@ -118360,6 +162724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #000; } +.border-s-black\\/15 { + border-inline-start-color: #00000026; +} + .border-s-black\\/20 { border-inline-start-color: #0003; } @@ -118372,10 +162740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0000004d; } +.border-s-black\\/35 { + border-inline-start-color: #00000059; +} + .border-s-black\\/40 { border-inline-start-color: #0006; } +.border-s-black\\/45 { + border-inline-start-color: #00000073; +} + .border-s-black\\/5 { border-inline-start-color: #0000000d; } @@ -118384,10 +162760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #00000080; } +.border-s-black\\/55 { + border-inline-start-color: #0000008c; +} + .border-s-black\\/60 { border-inline-start-color: #0009; } +.border-s-black\\/65 { + border-inline-start-color: #000000a6; +} + .border-s-black\\/70 { border-inline-start-color: #000000b3; } @@ -118400,6 +162784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #000c; } +.border-s-black\\/85 { + border-inline-start-color: #000000d9; +} + .border-s-black\\/90 { border-inline-start-color: #000000e6; } @@ -118424,6 +162812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dbeafe; } +.border-s-blue-100\\/15 { + border-inline-start-color: #dbeafe26; +} + .border-s-blue-100\\/20 { border-inline-start-color: #dbeafe33; } @@ -118436,10 +162828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dbeafe4d; } +.border-s-blue-100\\/35 { + border-inline-start-color: #dbeafe59; +} + .border-s-blue-100\\/40 { border-inline-start-color: #dbeafe66; } +.border-s-blue-100\\/45 { + border-inline-start-color: #dbeafe73; +} + .border-s-blue-100\\/5 { border-inline-start-color: #dbeafe0d; } @@ -118448,10 +162848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dbeafe80; } +.border-s-blue-100\\/55 { + border-inline-start-color: #dbeafe8c; +} + .border-s-blue-100\\/60 { border-inline-start-color: #dbeafe99; } +.border-s-blue-100\\/65 { + border-inline-start-color: #dbeafea6; +} + .border-s-blue-100\\/70 { border-inline-start-color: #dbeafeb3; } @@ -118464,6 +162872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dbeafecc; } +.border-s-blue-100\\/85 { + border-inline-start-color: #dbeafed9; +} + .border-s-blue-100\\/90 { border-inline-start-color: #dbeafee6; } @@ -118488,6 +162900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bfdbfe; } +.border-s-blue-200\\/15 { + border-inline-start-color: #bfdbfe26; +} + .border-s-blue-200\\/20 { border-inline-start-color: #bfdbfe33; } @@ -118500,10 +162916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bfdbfe4d; } +.border-s-blue-200\\/35 { + border-inline-start-color: #bfdbfe59; +} + .border-s-blue-200\\/40 { border-inline-start-color: #bfdbfe66; } +.border-s-blue-200\\/45 { + border-inline-start-color: #bfdbfe73; +} + .border-s-blue-200\\/5 { border-inline-start-color: #bfdbfe0d; } @@ -118512,10 +162936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bfdbfe80; } +.border-s-blue-200\\/55 { + border-inline-start-color: #bfdbfe8c; +} + .border-s-blue-200\\/60 { border-inline-start-color: #bfdbfe99; } +.border-s-blue-200\\/65 { + border-inline-start-color: #bfdbfea6; +} + .border-s-blue-200\\/70 { border-inline-start-color: #bfdbfeb3; } @@ -118528,6 +162960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bfdbfecc; } +.border-s-blue-200\\/85 { + border-inline-start-color: #bfdbfed9; +} + .border-s-blue-200\\/90 { border-inline-start-color: #bfdbfee6; } @@ -118552,6 +162988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #93c5fd; } +.border-s-blue-300\\/15 { + border-inline-start-color: #93c5fd26; +} + .border-s-blue-300\\/20 { border-inline-start-color: #93c5fd33; } @@ -118564,10 +163004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #93c5fd4d; } +.border-s-blue-300\\/35 { + border-inline-start-color: #93c5fd59; +} + .border-s-blue-300\\/40 { border-inline-start-color: #93c5fd66; } +.border-s-blue-300\\/45 { + border-inline-start-color: #93c5fd73; +} + .border-s-blue-300\\/5 { border-inline-start-color: #93c5fd0d; } @@ -118576,10 +163024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #93c5fd80; } +.border-s-blue-300\\/55 { + border-inline-start-color: #93c5fd8c; +} + .border-s-blue-300\\/60 { border-inline-start-color: #93c5fd99; } +.border-s-blue-300\\/65 { + border-inline-start-color: #93c5fda6; +} + .border-s-blue-300\\/70 { border-inline-start-color: #93c5fdb3; } @@ -118592,6 +163048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #93c5fdcc; } +.border-s-blue-300\\/85 { + border-inline-start-color: #93c5fdd9; +} + .border-s-blue-300\\/90 { border-inline-start-color: #93c5fde6; } @@ -118616,6 +163076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #60a5fa; } +.border-s-blue-400\\/15 { + border-inline-start-color: #60a5fa26; +} + .border-s-blue-400\\/20 { border-inline-start-color: #60a5fa33; } @@ -118628,10 +163092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #60a5fa4d; } +.border-s-blue-400\\/35 { + border-inline-start-color: #60a5fa59; +} + .border-s-blue-400\\/40 { border-inline-start-color: #60a5fa66; } +.border-s-blue-400\\/45 { + border-inline-start-color: #60a5fa73; +} + .border-s-blue-400\\/5 { border-inline-start-color: #60a5fa0d; } @@ -118640,10 +163112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #60a5fa80; } +.border-s-blue-400\\/55 { + border-inline-start-color: #60a5fa8c; +} + .border-s-blue-400\\/60 { border-inline-start-color: #60a5fa99; } +.border-s-blue-400\\/65 { + border-inline-start-color: #60a5faa6; +} + .border-s-blue-400\\/70 { border-inline-start-color: #60a5fab3; } @@ -118656,6 +163136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #60a5facc; } +.border-s-blue-400\\/85 { + border-inline-start-color: #60a5fad9; +} + .border-s-blue-400\\/90 { border-inline-start-color: #60a5fae6; } @@ -118680,6 +163164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eff6ff; } +.border-s-blue-50\\/15 { + border-inline-start-color: #eff6ff26; +} + .border-s-blue-50\\/20 { border-inline-start-color: #eff6ff33; } @@ -118692,10 +163180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eff6ff4d; } +.border-s-blue-50\\/35 { + border-inline-start-color: #eff6ff59; +} + .border-s-blue-50\\/40 { border-inline-start-color: #eff6ff66; } +.border-s-blue-50\\/45 { + border-inline-start-color: #eff6ff73; +} + .border-s-blue-50\\/5 { border-inline-start-color: #eff6ff0d; } @@ -118704,10 +163200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eff6ff80; } +.border-s-blue-50\\/55 { + border-inline-start-color: #eff6ff8c; +} + .border-s-blue-50\\/60 { border-inline-start-color: #eff6ff99; } +.border-s-blue-50\\/65 { + border-inline-start-color: #eff6ffa6; +} + .border-s-blue-50\\/70 { border-inline-start-color: #eff6ffb3; } @@ -118720,6 +163224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eff6ffcc; } +.border-s-blue-50\\/85 { + border-inline-start-color: #eff6ffd9; +} + .border-s-blue-50\\/90 { border-inline-start-color: #eff6ffe6; } @@ -118744,6 +163252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b82f6; } +.border-s-blue-500\\/15 { + border-inline-start-color: #3b82f626; +} + .border-s-blue-500\\/20 { border-inline-start-color: #3b82f633; } @@ -118756,10 +163268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b82f64d; } +.border-s-blue-500\\/35 { + border-inline-start-color: #3b82f659; +} + .border-s-blue-500\\/40 { border-inline-start-color: #3b82f666; } +.border-s-blue-500\\/45 { + border-inline-start-color: #3b82f673; +} + .border-s-blue-500\\/5 { border-inline-start-color: #3b82f60d; } @@ -118768,10 +163288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b82f680; } +.border-s-blue-500\\/55 { + border-inline-start-color: #3b82f68c; +} + .border-s-blue-500\\/60 { border-inline-start-color: #3b82f699; } +.border-s-blue-500\\/65 { + border-inline-start-color: #3b82f6a6; +} + .border-s-blue-500\\/70 { border-inline-start-color: #3b82f6b3; } @@ -118784,6 +163312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b82f6cc; } +.border-s-blue-500\\/85 { + border-inline-start-color: #3b82f6d9; +} + .border-s-blue-500\\/90 { border-inline-start-color: #3b82f6e6; } @@ -118808,6 +163340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2563eb; } +.border-s-blue-600\\/15 { + border-inline-start-color: #2563eb26; +} + .border-s-blue-600\\/20 { border-inline-start-color: #2563eb33; } @@ -118820,10 +163356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2563eb4d; } +.border-s-blue-600\\/35 { + border-inline-start-color: #2563eb59; +} + .border-s-blue-600\\/40 { border-inline-start-color: #2563eb66; } +.border-s-blue-600\\/45 { + border-inline-start-color: #2563eb73; +} + .border-s-blue-600\\/5 { border-inline-start-color: #2563eb0d; } @@ -118832,10 +163376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2563eb80; } +.border-s-blue-600\\/55 { + border-inline-start-color: #2563eb8c; +} + .border-s-blue-600\\/60 { border-inline-start-color: #2563eb99; } +.border-s-blue-600\\/65 { + border-inline-start-color: #2563eba6; +} + .border-s-blue-600\\/70 { border-inline-start-color: #2563ebb3; } @@ -118848,6 +163400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2563ebcc; } +.border-s-blue-600\\/85 { + border-inline-start-color: #2563ebd9; +} + .border-s-blue-600\\/90 { border-inline-start-color: #2563ebe6; } @@ -118872,6 +163428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1d4ed8; } +.border-s-blue-700\\/15 { + border-inline-start-color: #1d4ed826; +} + .border-s-blue-700\\/20 { border-inline-start-color: #1d4ed833; } @@ -118884,10 +163444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1d4ed84d; } +.border-s-blue-700\\/35 { + border-inline-start-color: #1d4ed859; +} + .border-s-blue-700\\/40 { border-inline-start-color: #1d4ed866; } +.border-s-blue-700\\/45 { + border-inline-start-color: #1d4ed873; +} + .border-s-blue-700\\/5 { border-inline-start-color: #1d4ed80d; } @@ -118896,10 +163464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1d4ed880; } +.border-s-blue-700\\/55 { + border-inline-start-color: #1d4ed88c; +} + .border-s-blue-700\\/60 { border-inline-start-color: #1d4ed899; } +.border-s-blue-700\\/65 { + border-inline-start-color: #1d4ed8a6; +} + .border-s-blue-700\\/70 { border-inline-start-color: #1d4ed8b3; } @@ -118912,6 +163488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1d4ed8cc; } +.border-s-blue-700\\/85 { + border-inline-start-color: #1d4ed8d9; +} + .border-s-blue-700\\/90 { border-inline-start-color: #1d4ed8e6; } @@ -118936,6 +163516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e40af; } +.border-s-blue-800\\/15 { + border-inline-start-color: #1e40af26; +} + .border-s-blue-800\\/20 { border-inline-start-color: #1e40af33; } @@ -118948,10 +163532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e40af4d; } +.border-s-blue-800\\/35 { + border-inline-start-color: #1e40af59; +} + .border-s-blue-800\\/40 { border-inline-start-color: #1e40af66; } +.border-s-blue-800\\/45 { + border-inline-start-color: #1e40af73; +} + .border-s-blue-800\\/5 { border-inline-start-color: #1e40af0d; } @@ -118960,10 +163552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e40af80; } +.border-s-blue-800\\/55 { + border-inline-start-color: #1e40af8c; +} + .border-s-blue-800\\/60 { border-inline-start-color: #1e40af99; } +.border-s-blue-800\\/65 { + border-inline-start-color: #1e40afa6; +} + .border-s-blue-800\\/70 { border-inline-start-color: #1e40afb3; } @@ -118976,6 +163576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e40afcc; } +.border-s-blue-800\\/85 { + border-inline-start-color: #1e40afd9; +} + .border-s-blue-800\\/90 { border-inline-start-color: #1e40afe6; } @@ -119000,6 +163604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e3a8a; } +.border-s-blue-900\\/15 { + border-inline-start-color: #1e3a8a26; +} + .border-s-blue-900\\/20 { border-inline-start-color: #1e3a8a33; } @@ -119012,10 +163620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e3a8a4d; } +.border-s-blue-900\\/35 { + border-inline-start-color: #1e3a8a59; +} + .border-s-blue-900\\/40 { border-inline-start-color: #1e3a8a66; } +.border-s-blue-900\\/45 { + border-inline-start-color: #1e3a8a73; +} + .border-s-blue-900\\/5 { border-inline-start-color: #1e3a8a0d; } @@ -119024,10 +163640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e3a8a80; } +.border-s-blue-900\\/55 { + border-inline-start-color: #1e3a8a8c; +} + .border-s-blue-900\\/60 { border-inline-start-color: #1e3a8a99; } +.border-s-blue-900\\/65 { + border-inline-start-color: #1e3a8aa6; +} + .border-s-blue-900\\/70 { border-inline-start-color: #1e3a8ab3; } @@ -119040,6 +163664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e3a8acc; } +.border-s-blue-900\\/85 { + border-inline-start-color: #1e3a8ad9; +} + .border-s-blue-900\\/90 { border-inline-start-color: #1e3a8ae6; } @@ -119064,6 +163692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #172554; } +.border-s-blue-950\\/15 { + border-inline-start-color: #17255426; +} + .border-s-blue-950\\/20 { border-inline-start-color: #17255433; } @@ -119076,10 +163708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1725544d; } +.border-s-blue-950\\/35 { + border-inline-start-color: #17255459; +} + .border-s-blue-950\\/40 { border-inline-start-color: #17255466; } +.border-s-blue-950\\/45 { + border-inline-start-color: #17255473; +} + .border-s-blue-950\\/5 { border-inline-start-color: #1725540d; } @@ -119088,10 +163728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #17255480; } +.border-s-blue-950\\/55 { + border-inline-start-color: #1725548c; +} + .border-s-blue-950\\/60 { border-inline-start-color: #17255499; } +.border-s-blue-950\\/65 { + border-inline-start-color: #172554a6; +} + .border-s-blue-950\\/70 { border-inline-start-color: #172554b3; } @@ -119104,6 +163752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #172554cc; } +.border-s-blue-950\\/85 { + border-inline-start-color: #172554d9; +} + .border-s-blue-950\\/90 { border-inline-start-color: #172554e6; } @@ -119132,6 +163784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cffafe; } +.border-s-cyan-100\\/15 { + border-inline-start-color: #cffafe26; +} + .border-s-cyan-100\\/20 { border-inline-start-color: #cffafe33; } @@ -119144,10 +163800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cffafe4d; } +.border-s-cyan-100\\/35 { + border-inline-start-color: #cffafe59; +} + .border-s-cyan-100\\/40 { border-inline-start-color: #cffafe66; } +.border-s-cyan-100\\/45 { + border-inline-start-color: #cffafe73; +} + .border-s-cyan-100\\/5 { border-inline-start-color: #cffafe0d; } @@ -119156,10 +163820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cffafe80; } +.border-s-cyan-100\\/55 { + border-inline-start-color: #cffafe8c; +} + .border-s-cyan-100\\/60 { border-inline-start-color: #cffafe99; } +.border-s-cyan-100\\/65 { + border-inline-start-color: #cffafea6; +} + .border-s-cyan-100\\/70 { border-inline-start-color: #cffafeb3; } @@ -119172,6 +163844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cffafecc; } +.border-s-cyan-100\\/85 { + border-inline-start-color: #cffafed9; +} + .border-s-cyan-100\\/90 { border-inline-start-color: #cffafee6; } @@ -119196,6 +163872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5f3fc; } +.border-s-cyan-200\\/15 { + border-inline-start-color: #a5f3fc26; +} + .border-s-cyan-200\\/20 { border-inline-start-color: #a5f3fc33; } @@ -119208,10 +163888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5f3fc4d; } +.border-s-cyan-200\\/35 { + border-inline-start-color: #a5f3fc59; +} + .border-s-cyan-200\\/40 { border-inline-start-color: #a5f3fc66; } +.border-s-cyan-200\\/45 { + border-inline-start-color: #a5f3fc73; +} + .border-s-cyan-200\\/5 { border-inline-start-color: #a5f3fc0d; } @@ -119220,10 +163908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5f3fc80; } +.border-s-cyan-200\\/55 { + border-inline-start-color: #a5f3fc8c; +} + .border-s-cyan-200\\/60 { border-inline-start-color: #a5f3fc99; } +.border-s-cyan-200\\/65 { + border-inline-start-color: #a5f3fca6; +} + .border-s-cyan-200\\/70 { border-inline-start-color: #a5f3fcb3; } @@ -119236,6 +163932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5f3fccc; } +.border-s-cyan-200\\/85 { + border-inline-start-color: #a5f3fcd9; +} + .border-s-cyan-200\\/90 { border-inline-start-color: #a5f3fce6; } @@ -119260,6 +163960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #67e8f9; } +.border-s-cyan-300\\/15 { + border-inline-start-color: #67e8f926; +} + .border-s-cyan-300\\/20 { border-inline-start-color: #67e8f933; } @@ -119272,10 +163976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #67e8f94d; } +.border-s-cyan-300\\/35 { + border-inline-start-color: #67e8f959; +} + .border-s-cyan-300\\/40 { border-inline-start-color: #67e8f966; } +.border-s-cyan-300\\/45 { + border-inline-start-color: #67e8f973; +} + .border-s-cyan-300\\/5 { border-inline-start-color: #67e8f90d; } @@ -119284,10 +163996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #67e8f980; } +.border-s-cyan-300\\/55 { + border-inline-start-color: #67e8f98c; +} + .border-s-cyan-300\\/60 { border-inline-start-color: #67e8f999; } +.border-s-cyan-300\\/65 { + border-inline-start-color: #67e8f9a6; +} + .border-s-cyan-300\\/70 { border-inline-start-color: #67e8f9b3; } @@ -119300,6 +164020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #67e8f9cc; } +.border-s-cyan-300\\/85 { + border-inline-start-color: #67e8f9d9; +} + .border-s-cyan-300\\/90 { border-inline-start-color: #67e8f9e6; } @@ -119324,6 +164048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22d3ee; } +.border-s-cyan-400\\/15 { + border-inline-start-color: #22d3ee26; +} + .border-s-cyan-400\\/20 { border-inline-start-color: #22d3ee33; } @@ -119336,10 +164064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22d3ee4d; } +.border-s-cyan-400\\/35 { + border-inline-start-color: #22d3ee59; +} + .border-s-cyan-400\\/40 { border-inline-start-color: #22d3ee66; } +.border-s-cyan-400\\/45 { + border-inline-start-color: #22d3ee73; +} + .border-s-cyan-400\\/5 { border-inline-start-color: #22d3ee0d; } @@ -119348,10 +164084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22d3ee80; } +.border-s-cyan-400\\/55 { + border-inline-start-color: #22d3ee8c; +} + .border-s-cyan-400\\/60 { border-inline-start-color: #22d3ee99; } +.border-s-cyan-400\\/65 { + border-inline-start-color: #22d3eea6; +} + .border-s-cyan-400\\/70 { border-inline-start-color: #22d3eeb3; } @@ -119364,6 +164108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22d3eecc; } +.border-s-cyan-400\\/85 { + border-inline-start-color: #22d3eed9; +} + .border-s-cyan-400\\/90 { border-inline-start-color: #22d3eee6; } @@ -119388,6 +164136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfeff; } +.border-s-cyan-50\\/15 { + border-inline-start-color: #ecfeff26; +} + .border-s-cyan-50\\/20 { border-inline-start-color: #ecfeff33; } @@ -119400,10 +164152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfeff4d; } +.border-s-cyan-50\\/35 { + border-inline-start-color: #ecfeff59; +} + .border-s-cyan-50\\/40 { border-inline-start-color: #ecfeff66; } +.border-s-cyan-50\\/45 { + border-inline-start-color: #ecfeff73; +} + .border-s-cyan-50\\/5 { border-inline-start-color: #ecfeff0d; } @@ -119412,10 +164172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfeff80; } +.border-s-cyan-50\\/55 { + border-inline-start-color: #ecfeff8c; +} + .border-s-cyan-50\\/60 { border-inline-start-color: #ecfeff99; } +.border-s-cyan-50\\/65 { + border-inline-start-color: #ecfeffa6; +} + .border-s-cyan-50\\/70 { border-inline-start-color: #ecfeffb3; } @@ -119428,6 +164196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfeffcc; } +.border-s-cyan-50\\/85 { + border-inline-start-color: #ecfeffd9; +} + .border-s-cyan-50\\/90 { border-inline-start-color: #ecfeffe6; } @@ -119452,6 +164224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #06b6d4; } +.border-s-cyan-500\\/15 { + border-inline-start-color: #06b6d426; +} + .border-s-cyan-500\\/20 { border-inline-start-color: #06b6d433; } @@ -119464,10 +164240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #06b6d44d; } +.border-s-cyan-500\\/35 { + border-inline-start-color: #06b6d459; +} + .border-s-cyan-500\\/40 { border-inline-start-color: #06b6d466; } +.border-s-cyan-500\\/45 { + border-inline-start-color: #06b6d473; +} + .border-s-cyan-500\\/5 { border-inline-start-color: #06b6d40d; } @@ -119476,10 +164260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #06b6d480; } +.border-s-cyan-500\\/55 { + border-inline-start-color: #06b6d48c; +} + .border-s-cyan-500\\/60 { border-inline-start-color: #06b6d499; } +.border-s-cyan-500\\/65 { + border-inline-start-color: #06b6d4a6; +} + .border-s-cyan-500\\/70 { border-inline-start-color: #06b6d4b3; } @@ -119492,6 +164284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #06b6d4cc; } +.border-s-cyan-500\\/85 { + border-inline-start-color: #06b6d4d9; +} + .border-s-cyan-500\\/90 { border-inline-start-color: #06b6d4e6; } @@ -119516,6 +164312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0891b2; } +.border-s-cyan-600\\/15 { + border-inline-start-color: #0891b226; +} + .border-s-cyan-600\\/20 { border-inline-start-color: #0891b233; } @@ -119528,10 +164328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0891b24d; } +.border-s-cyan-600\\/35 { + border-inline-start-color: #0891b259; +} + .border-s-cyan-600\\/40 { border-inline-start-color: #0891b266; } +.border-s-cyan-600\\/45 { + border-inline-start-color: #0891b273; +} + .border-s-cyan-600\\/5 { border-inline-start-color: #0891b20d; } @@ -119540,10 +164348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0891b280; } +.border-s-cyan-600\\/55 { + border-inline-start-color: #0891b28c; +} + .border-s-cyan-600\\/60 { border-inline-start-color: #0891b299; } +.border-s-cyan-600\\/65 { + border-inline-start-color: #0891b2a6; +} + .border-s-cyan-600\\/70 { border-inline-start-color: #0891b2b3; } @@ -119556,6 +164372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0891b2cc; } +.border-s-cyan-600\\/85 { + border-inline-start-color: #0891b2d9; +} + .border-s-cyan-600\\/90 { border-inline-start-color: #0891b2e6; } @@ -119580,6 +164400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0e7490; } +.border-s-cyan-700\\/15 { + border-inline-start-color: #0e749026; +} + .border-s-cyan-700\\/20 { border-inline-start-color: #0e749033; } @@ -119592,10 +164416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0e74904d; } +.border-s-cyan-700\\/35 { + border-inline-start-color: #0e749059; +} + .border-s-cyan-700\\/40 { border-inline-start-color: #0e749066; } +.border-s-cyan-700\\/45 { + border-inline-start-color: #0e749073; +} + .border-s-cyan-700\\/5 { border-inline-start-color: #0e74900d; } @@ -119604,10 +164436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0e749080; } +.border-s-cyan-700\\/55 { + border-inline-start-color: #0e74908c; +} + .border-s-cyan-700\\/60 { border-inline-start-color: #0e749099; } +.border-s-cyan-700\\/65 { + border-inline-start-color: #0e7490a6; +} + .border-s-cyan-700\\/70 { border-inline-start-color: #0e7490b3; } @@ -119620,6 +164460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0e7490cc; } +.border-s-cyan-700\\/85 { + border-inline-start-color: #0e7490d9; +} + .border-s-cyan-700\\/90 { border-inline-start-color: #0e7490e6; } @@ -119644,6 +164488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #155e75; } +.border-s-cyan-800\\/15 { + border-inline-start-color: #155e7526; +} + .border-s-cyan-800\\/20 { border-inline-start-color: #155e7533; } @@ -119656,10 +164504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #155e754d; } +.border-s-cyan-800\\/35 { + border-inline-start-color: #155e7559; +} + .border-s-cyan-800\\/40 { border-inline-start-color: #155e7566; } +.border-s-cyan-800\\/45 { + border-inline-start-color: #155e7573; +} + .border-s-cyan-800\\/5 { border-inline-start-color: #155e750d; } @@ -119668,10 +164524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #155e7580; } +.border-s-cyan-800\\/55 { + border-inline-start-color: #155e758c; +} + .border-s-cyan-800\\/60 { border-inline-start-color: #155e7599; } +.border-s-cyan-800\\/65 { + border-inline-start-color: #155e75a6; +} + .border-s-cyan-800\\/70 { border-inline-start-color: #155e75b3; } @@ -119684,6 +164548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #155e75cc; } +.border-s-cyan-800\\/85 { + border-inline-start-color: #155e75d9; +} + .border-s-cyan-800\\/90 { border-inline-start-color: #155e75e6; } @@ -119708,6 +164576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #164e63; } +.border-s-cyan-900\\/15 { + border-inline-start-color: #164e6326; +} + .border-s-cyan-900\\/20 { border-inline-start-color: #164e6333; } @@ -119720,10 +164592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #164e634d; } +.border-s-cyan-900\\/35 { + border-inline-start-color: #164e6359; +} + .border-s-cyan-900\\/40 { border-inline-start-color: #164e6366; } +.border-s-cyan-900\\/45 { + border-inline-start-color: #164e6373; +} + .border-s-cyan-900\\/5 { border-inline-start-color: #164e630d; } @@ -119732,10 +164612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #164e6380; } +.border-s-cyan-900\\/55 { + border-inline-start-color: #164e638c; +} + .border-s-cyan-900\\/60 { border-inline-start-color: #164e6399; } +.border-s-cyan-900\\/65 { + border-inline-start-color: #164e63a6; +} + .border-s-cyan-900\\/70 { border-inline-start-color: #164e63b3; } @@ -119748,6 +164636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #164e63cc; } +.border-s-cyan-900\\/85 { + border-inline-start-color: #164e63d9; +} + .border-s-cyan-900\\/90 { border-inline-start-color: #164e63e6; } @@ -119772,6 +164664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #083344; } +.border-s-cyan-950\\/15 { + border-inline-start-color: #08334426; +} + .border-s-cyan-950\\/20 { border-inline-start-color: #08334433; } @@ -119784,10 +164680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0833444d; } +.border-s-cyan-950\\/35 { + border-inline-start-color: #08334459; +} + .border-s-cyan-950\\/40 { border-inline-start-color: #08334466; } +.border-s-cyan-950\\/45 { + border-inline-start-color: #08334473; +} + .border-s-cyan-950\\/5 { border-inline-start-color: #0833440d; } @@ -119796,10 +164700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #08334480; } +.border-s-cyan-950\\/55 { + border-inline-start-color: #0833448c; +} + .border-s-cyan-950\\/60 { border-inline-start-color: #08334499; } +.border-s-cyan-950\\/65 { + border-inline-start-color: #083344a6; +} + .border-s-cyan-950\\/70 { border-inline-start-color: #083344b3; } @@ -119812,6 +164724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #083344cc; } +.border-s-cyan-950\\/85 { + border-inline-start-color: #083344d9; +} + .border-s-cyan-950\\/90 { border-inline-start-color: #083344e6; } @@ -119836,6 +164752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1fae5; } +.border-s-emerald-100\\/15 { + border-inline-start-color: #d1fae526; +} + .border-s-emerald-100\\/20 { border-inline-start-color: #d1fae533; } @@ -119848,10 +164768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1fae54d; } +.border-s-emerald-100\\/35 { + border-inline-start-color: #d1fae559; +} + .border-s-emerald-100\\/40 { border-inline-start-color: #d1fae566; } +.border-s-emerald-100\\/45 { + border-inline-start-color: #d1fae573; +} + .border-s-emerald-100\\/5 { border-inline-start-color: #d1fae50d; } @@ -119860,10 +164788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1fae580; } +.border-s-emerald-100\\/55 { + border-inline-start-color: #d1fae58c; +} + .border-s-emerald-100\\/60 { border-inline-start-color: #d1fae599; } +.border-s-emerald-100\\/65 { + border-inline-start-color: #d1fae5a6; +} + .border-s-emerald-100\\/70 { border-inline-start-color: #d1fae5b3; } @@ -119876,6 +164812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1fae5cc; } +.border-s-emerald-100\\/85 { + border-inline-start-color: #d1fae5d9; +} + .border-s-emerald-100\\/90 { border-inline-start-color: #d1fae5e6; } @@ -119900,6 +164840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a7f3d0; } +.border-s-emerald-200\\/15 { + border-inline-start-color: #a7f3d026; +} + .border-s-emerald-200\\/20 { border-inline-start-color: #a7f3d033; } @@ -119912,10 +164856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a7f3d04d; } +.border-s-emerald-200\\/35 { + border-inline-start-color: #a7f3d059; +} + .border-s-emerald-200\\/40 { border-inline-start-color: #a7f3d066; } +.border-s-emerald-200\\/45 { + border-inline-start-color: #a7f3d073; +} + .border-s-emerald-200\\/5 { border-inline-start-color: #a7f3d00d; } @@ -119924,10 +164876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a7f3d080; } +.border-s-emerald-200\\/55 { + border-inline-start-color: #a7f3d08c; +} + .border-s-emerald-200\\/60 { border-inline-start-color: #a7f3d099; } +.border-s-emerald-200\\/65 { + border-inline-start-color: #a7f3d0a6; +} + .border-s-emerald-200\\/70 { border-inline-start-color: #a7f3d0b3; } @@ -119940,6 +164900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a7f3d0cc; } +.border-s-emerald-200\\/85 { + border-inline-start-color: #a7f3d0d9; +} + .border-s-emerald-200\\/90 { border-inline-start-color: #a7f3d0e6; } @@ -119964,6 +164928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6ee7b7; } +.border-s-emerald-300\\/15 { + border-inline-start-color: #6ee7b726; +} + .border-s-emerald-300\\/20 { border-inline-start-color: #6ee7b733; } @@ -119976,10 +164944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6ee7b74d; } +.border-s-emerald-300\\/35 { + border-inline-start-color: #6ee7b759; +} + .border-s-emerald-300\\/40 { border-inline-start-color: #6ee7b766; } +.border-s-emerald-300\\/45 { + border-inline-start-color: #6ee7b773; +} + .border-s-emerald-300\\/5 { border-inline-start-color: #6ee7b70d; } @@ -119988,10 +164964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6ee7b780; } +.border-s-emerald-300\\/55 { + border-inline-start-color: #6ee7b78c; +} + .border-s-emerald-300\\/60 { border-inline-start-color: #6ee7b799; } +.border-s-emerald-300\\/65 { + border-inline-start-color: #6ee7b7a6; +} + .border-s-emerald-300\\/70 { border-inline-start-color: #6ee7b7b3; } @@ -120004,6 +164988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6ee7b7cc; } +.border-s-emerald-300\\/85 { + border-inline-start-color: #6ee7b7d9; +} + .border-s-emerald-300\\/90 { border-inline-start-color: #6ee7b7e6; } @@ -120028,6 +165016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #34d399; } +.border-s-emerald-400\\/15 { + border-inline-start-color: #34d39926; +} + .border-s-emerald-400\\/20 { border-inline-start-color: #34d39933; } @@ -120040,10 +165032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #34d3994d; } +.border-s-emerald-400\\/35 { + border-inline-start-color: #34d39959; +} + .border-s-emerald-400\\/40 { border-inline-start-color: #34d39966; } +.border-s-emerald-400\\/45 { + border-inline-start-color: #34d39973; +} + .border-s-emerald-400\\/5 { border-inline-start-color: #34d3990d; } @@ -120052,10 +165052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #34d39980; } +.border-s-emerald-400\\/55 { + border-inline-start-color: #34d3998c; +} + .border-s-emerald-400\\/60 { border-inline-start-color: #34d39999; } +.border-s-emerald-400\\/65 { + border-inline-start-color: #34d399a6; +} + .border-s-emerald-400\\/70 { border-inline-start-color: #34d399b3; } @@ -120068,6 +165076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #34d399cc; } +.border-s-emerald-400\\/85 { + border-inline-start-color: #34d399d9; +} + .border-s-emerald-400\\/90 { border-inline-start-color: #34d399e6; } @@ -120092,6 +165104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfdf5; } +.border-s-emerald-50\\/15 { + border-inline-start-color: #ecfdf526; +} + .border-s-emerald-50\\/20 { border-inline-start-color: #ecfdf533; } @@ -120104,10 +165120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfdf54d; } +.border-s-emerald-50\\/35 { + border-inline-start-color: #ecfdf559; +} + .border-s-emerald-50\\/40 { border-inline-start-color: #ecfdf566; } +.border-s-emerald-50\\/45 { + border-inline-start-color: #ecfdf573; +} + .border-s-emerald-50\\/5 { border-inline-start-color: #ecfdf50d; } @@ -120116,10 +165140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfdf580; } +.border-s-emerald-50\\/55 { + border-inline-start-color: #ecfdf58c; +} + .border-s-emerald-50\\/60 { border-inline-start-color: #ecfdf599; } +.border-s-emerald-50\\/65 { + border-inline-start-color: #ecfdf5a6; +} + .border-s-emerald-50\\/70 { border-inline-start-color: #ecfdf5b3; } @@ -120132,6 +165164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfdf5cc; } +.border-s-emerald-50\\/85 { + border-inline-start-color: #ecfdf5d9; +} + .border-s-emerald-50\\/90 { border-inline-start-color: #ecfdf5e6; } @@ -120156,6 +165192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #10b981; } +.border-s-emerald-500\\/15 { + border-inline-start-color: #10b98126; +} + .border-s-emerald-500\\/20 { border-inline-start-color: #10b98133; } @@ -120168,10 +165208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #10b9814d; } +.border-s-emerald-500\\/35 { + border-inline-start-color: #10b98159; +} + .border-s-emerald-500\\/40 { border-inline-start-color: #10b98166; } +.border-s-emerald-500\\/45 { + border-inline-start-color: #10b98173; +} + .border-s-emerald-500\\/5 { border-inline-start-color: #10b9810d; } @@ -120180,10 +165228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #10b98180; } +.border-s-emerald-500\\/55 { + border-inline-start-color: #10b9818c; +} + .border-s-emerald-500\\/60 { border-inline-start-color: #10b98199; } +.border-s-emerald-500\\/65 { + border-inline-start-color: #10b981a6; +} + .border-s-emerald-500\\/70 { border-inline-start-color: #10b981b3; } @@ -120196,6 +165252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #10b981cc; } +.border-s-emerald-500\\/85 { + border-inline-start-color: #10b981d9; +} + .border-s-emerald-500\\/90 { border-inline-start-color: #10b981e6; } @@ -120220,6 +165280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #059669; } +.border-s-emerald-600\\/15 { + border-inline-start-color: #05966926; +} + .border-s-emerald-600\\/20 { border-inline-start-color: #05966933; } @@ -120232,10 +165296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0596694d; } +.border-s-emerald-600\\/35 { + border-inline-start-color: #05966959; +} + .border-s-emerald-600\\/40 { border-inline-start-color: #05966966; } +.border-s-emerald-600\\/45 { + border-inline-start-color: #05966973; +} + .border-s-emerald-600\\/5 { border-inline-start-color: #0596690d; } @@ -120244,10 +165316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #05966980; } +.border-s-emerald-600\\/55 { + border-inline-start-color: #0596698c; +} + .border-s-emerald-600\\/60 { border-inline-start-color: #05966999; } +.border-s-emerald-600\\/65 { + border-inline-start-color: #059669a6; +} + .border-s-emerald-600\\/70 { border-inline-start-color: #059669b3; } @@ -120260,6 +165340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #059669cc; } +.border-s-emerald-600\\/85 { + border-inline-start-color: #059669d9; +} + .border-s-emerald-600\\/90 { border-inline-start-color: #059669e6; } @@ -120284,6 +165368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #047857; } +.border-s-emerald-700\\/15 { + border-inline-start-color: #04785726; +} + .border-s-emerald-700\\/20 { border-inline-start-color: #04785733; } @@ -120296,10 +165384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0478574d; } +.border-s-emerald-700\\/35 { + border-inline-start-color: #04785759; +} + .border-s-emerald-700\\/40 { border-inline-start-color: #04785766; } +.border-s-emerald-700\\/45 { + border-inline-start-color: #04785773; +} + .border-s-emerald-700\\/5 { border-inline-start-color: #0478570d; } @@ -120308,10 +165404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #04785780; } +.border-s-emerald-700\\/55 { + border-inline-start-color: #0478578c; +} + .border-s-emerald-700\\/60 { border-inline-start-color: #04785799; } +.border-s-emerald-700\\/65 { + border-inline-start-color: #047857a6; +} + .border-s-emerald-700\\/70 { border-inline-start-color: #047857b3; } @@ -120324,6 +165428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #047857cc; } +.border-s-emerald-700\\/85 { + border-inline-start-color: #047857d9; +} + .border-s-emerald-700\\/90 { border-inline-start-color: #047857e6; } @@ -120348,6 +165456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #065f46; } +.border-s-emerald-800\\/15 { + border-inline-start-color: #065f4626; +} + .border-s-emerald-800\\/20 { border-inline-start-color: #065f4633; } @@ -120360,10 +165472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #065f464d; } +.border-s-emerald-800\\/35 { + border-inline-start-color: #065f4659; +} + .border-s-emerald-800\\/40 { border-inline-start-color: #065f4666; } +.border-s-emerald-800\\/45 { + border-inline-start-color: #065f4673; +} + .border-s-emerald-800\\/5 { border-inline-start-color: #065f460d; } @@ -120372,10 +165492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #065f4680; } +.border-s-emerald-800\\/55 { + border-inline-start-color: #065f468c; +} + .border-s-emerald-800\\/60 { border-inline-start-color: #065f4699; } +.border-s-emerald-800\\/65 { + border-inline-start-color: #065f46a6; +} + .border-s-emerald-800\\/70 { border-inline-start-color: #065f46b3; } @@ -120388,6 +165516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #065f46cc; } +.border-s-emerald-800\\/85 { + border-inline-start-color: #065f46d9; +} + .border-s-emerald-800\\/90 { border-inline-start-color: #065f46e6; } @@ -120412,6 +165544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #064e3b; } +.border-s-emerald-900\\/15 { + border-inline-start-color: #064e3b26; +} + .border-s-emerald-900\\/20 { border-inline-start-color: #064e3b33; } @@ -120424,10 +165560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #064e3b4d; } +.border-s-emerald-900\\/35 { + border-inline-start-color: #064e3b59; +} + .border-s-emerald-900\\/40 { border-inline-start-color: #064e3b66; } +.border-s-emerald-900\\/45 { + border-inline-start-color: #064e3b73; +} + .border-s-emerald-900\\/5 { border-inline-start-color: #064e3b0d; } @@ -120436,10 +165580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #064e3b80; } +.border-s-emerald-900\\/55 { + border-inline-start-color: #064e3b8c; +} + .border-s-emerald-900\\/60 { border-inline-start-color: #064e3b99; } +.border-s-emerald-900\\/65 { + border-inline-start-color: #064e3ba6; +} + .border-s-emerald-900\\/70 { border-inline-start-color: #064e3bb3; } @@ -120452,6 +165604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #064e3bcc; } +.border-s-emerald-900\\/85 { + border-inline-start-color: #064e3bd9; +} + .border-s-emerald-900\\/90 { border-inline-start-color: #064e3be6; } @@ -120476,6 +165632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #022c22; } +.border-s-emerald-950\\/15 { + border-inline-start-color: #022c2226; +} + .border-s-emerald-950\\/20 { border-inline-start-color: #022c2233; } @@ -120488,10 +165648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #022c224d; } +.border-s-emerald-950\\/35 { + border-inline-start-color: #022c2259; +} + .border-s-emerald-950\\/40 { border-inline-start-color: #022c2266; } +.border-s-emerald-950\\/45 { + border-inline-start-color: #022c2273; +} + .border-s-emerald-950\\/5 { border-inline-start-color: #022c220d; } @@ -120500,10 +165668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #022c2280; } +.border-s-emerald-950\\/55 { + border-inline-start-color: #022c228c; +} + .border-s-emerald-950\\/60 { border-inline-start-color: #022c2299; } +.border-s-emerald-950\\/65 { + border-inline-start-color: #022c22a6; +} + .border-s-emerald-950\\/70 { border-inline-start-color: #022c22b3; } @@ -120516,6 +165692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #022c22cc; } +.border-s-emerald-950\\/85 { + border-inline-start-color: #022c22d9; +} + .border-s-emerald-950\\/90 { border-inline-start-color: #022c22e6; } @@ -120540,6 +165720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fae8ff; } +.border-s-fuchsia-100\\/15 { + border-inline-start-color: #fae8ff26; +} + .border-s-fuchsia-100\\/20 { border-inline-start-color: #fae8ff33; } @@ -120552,10 +165736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fae8ff4d; } +.border-s-fuchsia-100\\/35 { + border-inline-start-color: #fae8ff59; +} + .border-s-fuchsia-100\\/40 { border-inline-start-color: #fae8ff66; } +.border-s-fuchsia-100\\/45 { + border-inline-start-color: #fae8ff73; +} + .border-s-fuchsia-100\\/5 { border-inline-start-color: #fae8ff0d; } @@ -120564,10 +165756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fae8ff80; } +.border-s-fuchsia-100\\/55 { + border-inline-start-color: #fae8ff8c; +} + .border-s-fuchsia-100\\/60 { border-inline-start-color: #fae8ff99; } +.border-s-fuchsia-100\\/65 { + border-inline-start-color: #fae8ffa6; +} + .border-s-fuchsia-100\\/70 { border-inline-start-color: #fae8ffb3; } @@ -120580,6 +165780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fae8ffcc; } +.border-s-fuchsia-100\\/85 { + border-inline-start-color: #fae8ffd9; +} + .border-s-fuchsia-100\\/90 { border-inline-start-color: #fae8ffe6; } @@ -120604,6 +165808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5d0fe; } +.border-s-fuchsia-200\\/15 { + border-inline-start-color: #f5d0fe26; +} + .border-s-fuchsia-200\\/20 { border-inline-start-color: #f5d0fe33; } @@ -120616,10 +165824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5d0fe4d; } +.border-s-fuchsia-200\\/35 { + border-inline-start-color: #f5d0fe59; +} + .border-s-fuchsia-200\\/40 { border-inline-start-color: #f5d0fe66; } +.border-s-fuchsia-200\\/45 { + border-inline-start-color: #f5d0fe73; +} + .border-s-fuchsia-200\\/5 { border-inline-start-color: #f5d0fe0d; } @@ -120628,10 +165844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5d0fe80; } +.border-s-fuchsia-200\\/55 { + border-inline-start-color: #f5d0fe8c; +} + .border-s-fuchsia-200\\/60 { border-inline-start-color: #f5d0fe99; } +.border-s-fuchsia-200\\/65 { + border-inline-start-color: #f5d0fea6; +} + .border-s-fuchsia-200\\/70 { border-inline-start-color: #f5d0feb3; } @@ -120644,6 +165868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5d0fecc; } +.border-s-fuchsia-200\\/85 { + border-inline-start-color: #f5d0fed9; +} + .border-s-fuchsia-200\\/90 { border-inline-start-color: #f5d0fee6; } @@ -120668,6 +165896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0abfc; } +.border-s-fuchsia-300\\/15 { + border-inline-start-color: #f0abfc26; +} + .border-s-fuchsia-300\\/20 { border-inline-start-color: #f0abfc33; } @@ -120680,10 +165912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0abfc4d; } +.border-s-fuchsia-300\\/35 { + border-inline-start-color: #f0abfc59; +} + .border-s-fuchsia-300\\/40 { border-inline-start-color: #f0abfc66; } +.border-s-fuchsia-300\\/45 { + border-inline-start-color: #f0abfc73; +} + .border-s-fuchsia-300\\/5 { border-inline-start-color: #f0abfc0d; } @@ -120692,10 +165932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0abfc80; } +.border-s-fuchsia-300\\/55 { + border-inline-start-color: #f0abfc8c; +} + .border-s-fuchsia-300\\/60 { border-inline-start-color: #f0abfc99; } +.border-s-fuchsia-300\\/65 { + border-inline-start-color: #f0abfca6; +} + .border-s-fuchsia-300\\/70 { border-inline-start-color: #f0abfcb3; } @@ -120708,6 +165956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0abfccc; } +.border-s-fuchsia-300\\/85 { + border-inline-start-color: #f0abfcd9; +} + .border-s-fuchsia-300\\/90 { border-inline-start-color: #f0abfce6; } @@ -120732,6 +165984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e879f9; } +.border-s-fuchsia-400\\/15 { + border-inline-start-color: #e879f926; +} + .border-s-fuchsia-400\\/20 { border-inline-start-color: #e879f933; } @@ -120744,10 +166000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e879f94d; } +.border-s-fuchsia-400\\/35 { + border-inline-start-color: #e879f959; +} + .border-s-fuchsia-400\\/40 { border-inline-start-color: #e879f966; } +.border-s-fuchsia-400\\/45 { + border-inline-start-color: #e879f973; +} + .border-s-fuchsia-400\\/5 { border-inline-start-color: #e879f90d; } @@ -120756,10 +166020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e879f980; } +.border-s-fuchsia-400\\/55 { + border-inline-start-color: #e879f98c; +} + .border-s-fuchsia-400\\/60 { border-inline-start-color: #e879f999; } +.border-s-fuchsia-400\\/65 { + border-inline-start-color: #e879f9a6; +} + .border-s-fuchsia-400\\/70 { border-inline-start-color: #e879f9b3; } @@ -120772,6 +166044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e879f9cc; } +.border-s-fuchsia-400\\/85 { + border-inline-start-color: #e879f9d9; +} + .border-s-fuchsia-400\\/90 { border-inline-start-color: #e879f9e6; } @@ -120796,6 +166072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf4ff; } +.border-s-fuchsia-50\\/15 { + border-inline-start-color: #fdf4ff26; +} + .border-s-fuchsia-50\\/20 { border-inline-start-color: #fdf4ff33; } @@ -120808,10 +166088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf4ff4d; } +.border-s-fuchsia-50\\/35 { + border-inline-start-color: #fdf4ff59; +} + .border-s-fuchsia-50\\/40 { border-inline-start-color: #fdf4ff66; } +.border-s-fuchsia-50\\/45 { + border-inline-start-color: #fdf4ff73; +} + .border-s-fuchsia-50\\/5 { border-inline-start-color: #fdf4ff0d; } @@ -120820,10 +166108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf4ff80; } +.border-s-fuchsia-50\\/55 { + border-inline-start-color: #fdf4ff8c; +} + .border-s-fuchsia-50\\/60 { border-inline-start-color: #fdf4ff99; } +.border-s-fuchsia-50\\/65 { + border-inline-start-color: #fdf4ffa6; +} + .border-s-fuchsia-50\\/70 { border-inline-start-color: #fdf4ffb3; } @@ -120836,6 +166132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf4ffcc; } +.border-s-fuchsia-50\\/85 { + border-inline-start-color: #fdf4ffd9; +} + .border-s-fuchsia-50\\/90 { border-inline-start-color: #fdf4ffe6; } @@ -120860,6 +166160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d946ef; } +.border-s-fuchsia-500\\/15 { + border-inline-start-color: #d946ef26; +} + .border-s-fuchsia-500\\/20 { border-inline-start-color: #d946ef33; } @@ -120872,10 +166176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d946ef4d; } +.border-s-fuchsia-500\\/35 { + border-inline-start-color: #d946ef59; +} + .border-s-fuchsia-500\\/40 { border-inline-start-color: #d946ef66; } +.border-s-fuchsia-500\\/45 { + border-inline-start-color: #d946ef73; +} + .border-s-fuchsia-500\\/5 { border-inline-start-color: #d946ef0d; } @@ -120884,10 +166196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d946ef80; } +.border-s-fuchsia-500\\/55 { + border-inline-start-color: #d946ef8c; +} + .border-s-fuchsia-500\\/60 { border-inline-start-color: #d946ef99; } +.border-s-fuchsia-500\\/65 { + border-inline-start-color: #d946efa6; +} + .border-s-fuchsia-500\\/70 { border-inline-start-color: #d946efb3; } @@ -120900,6 +166220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d946efcc; } +.border-s-fuchsia-500\\/85 { + border-inline-start-color: #d946efd9; +} + .border-s-fuchsia-500\\/90 { border-inline-start-color: #d946efe6; } @@ -120924,6 +166248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c026d3; } +.border-s-fuchsia-600\\/15 { + border-inline-start-color: #c026d326; +} + .border-s-fuchsia-600\\/20 { border-inline-start-color: #c026d333; } @@ -120936,10 +166264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c026d34d; } +.border-s-fuchsia-600\\/35 { + border-inline-start-color: #c026d359; +} + .border-s-fuchsia-600\\/40 { border-inline-start-color: #c026d366; } +.border-s-fuchsia-600\\/45 { + border-inline-start-color: #c026d373; +} + .border-s-fuchsia-600\\/5 { border-inline-start-color: #c026d30d; } @@ -120948,10 +166284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c026d380; } +.border-s-fuchsia-600\\/55 { + border-inline-start-color: #c026d38c; +} + .border-s-fuchsia-600\\/60 { border-inline-start-color: #c026d399; } +.border-s-fuchsia-600\\/65 { + border-inline-start-color: #c026d3a6; +} + .border-s-fuchsia-600\\/70 { border-inline-start-color: #c026d3b3; } @@ -120964,6 +166308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c026d3cc; } +.border-s-fuchsia-600\\/85 { + border-inline-start-color: #c026d3d9; +} + .border-s-fuchsia-600\\/90 { border-inline-start-color: #c026d3e6; } @@ -120988,6 +166336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a21caf; } +.border-s-fuchsia-700\\/15 { + border-inline-start-color: #a21caf26; +} + .border-s-fuchsia-700\\/20 { border-inline-start-color: #a21caf33; } @@ -121000,10 +166352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a21caf4d; } +.border-s-fuchsia-700\\/35 { + border-inline-start-color: #a21caf59; +} + .border-s-fuchsia-700\\/40 { border-inline-start-color: #a21caf66; } +.border-s-fuchsia-700\\/45 { + border-inline-start-color: #a21caf73; +} + .border-s-fuchsia-700\\/5 { border-inline-start-color: #a21caf0d; } @@ -121012,10 +166372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a21caf80; } +.border-s-fuchsia-700\\/55 { + border-inline-start-color: #a21caf8c; +} + .border-s-fuchsia-700\\/60 { border-inline-start-color: #a21caf99; } +.border-s-fuchsia-700\\/65 { + border-inline-start-color: #a21cafa6; +} + .border-s-fuchsia-700\\/70 { border-inline-start-color: #a21cafb3; } @@ -121028,6 +166396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a21cafcc; } +.border-s-fuchsia-700\\/85 { + border-inline-start-color: #a21cafd9; +} + .border-s-fuchsia-700\\/90 { border-inline-start-color: #a21cafe6; } @@ -121052,6 +166424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86198f; } +.border-s-fuchsia-800\\/15 { + border-inline-start-color: #86198f26; +} + .border-s-fuchsia-800\\/20 { border-inline-start-color: #86198f33; } @@ -121064,10 +166440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86198f4d; } +.border-s-fuchsia-800\\/35 { + border-inline-start-color: #86198f59; +} + .border-s-fuchsia-800\\/40 { border-inline-start-color: #86198f66; } +.border-s-fuchsia-800\\/45 { + border-inline-start-color: #86198f73; +} + .border-s-fuchsia-800\\/5 { border-inline-start-color: #86198f0d; } @@ -121076,10 +166460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86198f80; } +.border-s-fuchsia-800\\/55 { + border-inline-start-color: #86198f8c; +} + .border-s-fuchsia-800\\/60 { border-inline-start-color: #86198f99; } +.border-s-fuchsia-800\\/65 { + border-inline-start-color: #86198fa6; +} + .border-s-fuchsia-800\\/70 { border-inline-start-color: #86198fb3; } @@ -121092,6 +166484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86198fcc; } +.border-s-fuchsia-800\\/85 { + border-inline-start-color: #86198fd9; +} + .border-s-fuchsia-800\\/90 { border-inline-start-color: #86198fe6; } @@ -121116,6 +166512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #701a75; } +.border-s-fuchsia-900\\/15 { + border-inline-start-color: #701a7526; +} + .border-s-fuchsia-900\\/20 { border-inline-start-color: #701a7533; } @@ -121128,10 +166528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #701a754d; } +.border-s-fuchsia-900\\/35 { + border-inline-start-color: #701a7559; +} + .border-s-fuchsia-900\\/40 { border-inline-start-color: #701a7566; } +.border-s-fuchsia-900\\/45 { + border-inline-start-color: #701a7573; +} + .border-s-fuchsia-900\\/5 { border-inline-start-color: #701a750d; } @@ -121140,10 +166548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #701a7580; } +.border-s-fuchsia-900\\/55 { + border-inline-start-color: #701a758c; +} + .border-s-fuchsia-900\\/60 { border-inline-start-color: #701a7599; } +.border-s-fuchsia-900\\/65 { + border-inline-start-color: #701a75a6; +} + .border-s-fuchsia-900\\/70 { border-inline-start-color: #701a75b3; } @@ -121156,6 +166572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #701a75cc; } +.border-s-fuchsia-900\\/85 { + border-inline-start-color: #701a75d9; +} + .border-s-fuchsia-900\\/90 { border-inline-start-color: #701a75e6; } @@ -121180,6 +166600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4a044e; } +.border-s-fuchsia-950\\/15 { + border-inline-start-color: #4a044e26; +} + .border-s-fuchsia-950\\/20 { border-inline-start-color: #4a044e33; } @@ -121192,10 +166616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4a044e4d; } +.border-s-fuchsia-950\\/35 { + border-inline-start-color: #4a044e59; +} + .border-s-fuchsia-950\\/40 { border-inline-start-color: #4a044e66; } +.border-s-fuchsia-950\\/45 { + border-inline-start-color: #4a044e73; +} + .border-s-fuchsia-950\\/5 { border-inline-start-color: #4a044e0d; } @@ -121204,10 +166636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4a044e80; } +.border-s-fuchsia-950\\/55 { + border-inline-start-color: #4a044e8c; +} + .border-s-fuchsia-950\\/60 { border-inline-start-color: #4a044e99; } +.border-s-fuchsia-950\\/65 { + border-inline-start-color: #4a044ea6; +} + .border-s-fuchsia-950\\/70 { border-inline-start-color: #4a044eb3; } @@ -121220,6 +166660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4a044ecc; } +.border-s-fuchsia-950\\/85 { + border-inline-start-color: #4a044ed9; +} + .border-s-fuchsia-950\\/90 { border-inline-start-color: #4a044ee6; } @@ -121244,6 +166688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3f4f6; } +.border-s-gray-100\\/15 { + border-inline-start-color: #f3f4f626; +} + .border-s-gray-100\\/20 { border-inline-start-color: #f3f4f633; } @@ -121256,10 +166704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3f4f64d; } +.border-s-gray-100\\/35 { + border-inline-start-color: #f3f4f659; +} + .border-s-gray-100\\/40 { border-inline-start-color: #f3f4f666; } +.border-s-gray-100\\/45 { + border-inline-start-color: #f3f4f673; +} + .border-s-gray-100\\/5 { border-inline-start-color: #f3f4f60d; } @@ -121268,10 +166724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3f4f680; } +.border-s-gray-100\\/55 { + border-inline-start-color: #f3f4f68c; +} + .border-s-gray-100\\/60 { border-inline-start-color: #f3f4f699; } +.border-s-gray-100\\/65 { + border-inline-start-color: #f3f4f6a6; +} + .border-s-gray-100\\/70 { border-inline-start-color: #f3f4f6b3; } @@ -121284,6 +166748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3f4f6cc; } +.border-s-gray-100\\/85 { + border-inline-start-color: #f3f4f6d9; +} + .border-s-gray-100\\/90 { border-inline-start-color: #f3f4f6e6; } @@ -121308,6 +166776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e7eb; } +.border-s-gray-200\\/15 { + border-inline-start-color: #e5e7eb26; +} + .border-s-gray-200\\/20 { border-inline-start-color: #e5e7eb33; } @@ -121320,10 +166792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e7eb4d; } +.border-s-gray-200\\/35 { + border-inline-start-color: #e5e7eb59; +} + .border-s-gray-200\\/40 { border-inline-start-color: #e5e7eb66; } +.border-s-gray-200\\/45 { + border-inline-start-color: #e5e7eb73; +} + .border-s-gray-200\\/5 { border-inline-start-color: #e5e7eb0d; } @@ -121332,10 +166812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e7eb80; } +.border-s-gray-200\\/55 { + border-inline-start-color: #e5e7eb8c; +} + .border-s-gray-200\\/60 { border-inline-start-color: #e5e7eb99; } +.border-s-gray-200\\/65 { + border-inline-start-color: #e5e7eba6; +} + .border-s-gray-200\\/70 { border-inline-start-color: #e5e7ebb3; } @@ -121348,6 +166836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e7ebcc; } +.border-s-gray-200\\/85 { + border-inline-start-color: #e5e7ebd9; +} + .border-s-gray-200\\/90 { border-inline-start-color: #e5e7ebe6; } @@ -121372,6 +166864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1d5db; } +.border-s-gray-300\\/15 { + border-inline-start-color: #d1d5db26; +} + .border-s-gray-300\\/20 { border-inline-start-color: #d1d5db33; } @@ -121384,10 +166880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1d5db4d; } +.border-s-gray-300\\/35 { + border-inline-start-color: #d1d5db59; +} + .border-s-gray-300\\/40 { border-inline-start-color: #d1d5db66; } +.border-s-gray-300\\/45 { + border-inline-start-color: #d1d5db73; +} + .border-s-gray-300\\/5 { border-inline-start-color: #d1d5db0d; } @@ -121396,10 +166900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1d5db80; } +.border-s-gray-300\\/55 { + border-inline-start-color: #d1d5db8c; +} + .border-s-gray-300\\/60 { border-inline-start-color: #d1d5db99; } +.border-s-gray-300\\/65 { + border-inline-start-color: #d1d5dba6; +} + .border-s-gray-300\\/70 { border-inline-start-color: #d1d5dbb3; } @@ -121412,6 +166924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d1d5dbcc; } +.border-s-gray-300\\/85 { + border-inline-start-color: #d1d5dbd9; +} + .border-s-gray-300\\/90 { border-inline-start-color: #d1d5dbe6; } @@ -121436,6 +166952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9ca3af; } +.border-s-gray-400\\/15 { + border-inline-start-color: #9ca3af26; +} + .border-s-gray-400\\/20 { border-inline-start-color: #9ca3af33; } @@ -121448,10 +166968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9ca3af4d; } +.border-s-gray-400\\/35 { + border-inline-start-color: #9ca3af59; +} + .border-s-gray-400\\/40 { border-inline-start-color: #9ca3af66; } +.border-s-gray-400\\/45 { + border-inline-start-color: #9ca3af73; +} + .border-s-gray-400\\/5 { border-inline-start-color: #9ca3af0d; } @@ -121460,10 +166988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9ca3af80; } +.border-s-gray-400\\/55 { + border-inline-start-color: #9ca3af8c; +} + .border-s-gray-400\\/60 { border-inline-start-color: #9ca3af99; } +.border-s-gray-400\\/65 { + border-inline-start-color: #9ca3afa6; +} + .border-s-gray-400\\/70 { border-inline-start-color: #9ca3afb3; } @@ -121476,6 +167012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9ca3afcc; } +.border-s-gray-400\\/85 { + border-inline-start-color: #9ca3afd9; +} + .border-s-gray-400\\/90 { border-inline-start-color: #9ca3afe6; } @@ -121500,6 +167040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9fafb; } +.border-s-gray-50\\/15 { + border-inline-start-color: #f9fafb26; +} + .border-s-gray-50\\/20 { border-inline-start-color: #f9fafb33; } @@ -121512,10 +167056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9fafb4d; } +.border-s-gray-50\\/35 { + border-inline-start-color: #f9fafb59; +} + .border-s-gray-50\\/40 { border-inline-start-color: #f9fafb66; } +.border-s-gray-50\\/45 { + border-inline-start-color: #f9fafb73; +} + .border-s-gray-50\\/5 { border-inline-start-color: #f9fafb0d; } @@ -121524,10 +167076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9fafb80; } +.border-s-gray-50\\/55 { + border-inline-start-color: #f9fafb8c; +} + .border-s-gray-50\\/60 { border-inline-start-color: #f9fafb99; } +.border-s-gray-50\\/65 { + border-inline-start-color: #f9fafba6; +} + .border-s-gray-50\\/70 { border-inline-start-color: #f9fafbb3; } @@ -121540,6 +167100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9fafbcc; } +.border-s-gray-50\\/85 { + border-inline-start-color: #f9fafbd9; +} + .border-s-gray-50\\/90 { border-inline-start-color: #f9fafbe6; } @@ -121564,6 +167128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b7280; } +.border-s-gray-500\\/15 { + border-inline-start-color: #6b728026; +} + .border-s-gray-500\\/20 { border-inline-start-color: #6b728033; } @@ -121576,10 +167144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b72804d; } +.border-s-gray-500\\/35 { + border-inline-start-color: #6b728059; +} + .border-s-gray-500\\/40 { border-inline-start-color: #6b728066; } +.border-s-gray-500\\/45 { + border-inline-start-color: #6b728073; +} + .border-s-gray-500\\/5 { border-inline-start-color: #6b72800d; } @@ -121588,10 +167164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b728080; } +.border-s-gray-500\\/55 { + border-inline-start-color: #6b72808c; +} + .border-s-gray-500\\/60 { border-inline-start-color: #6b728099; } +.border-s-gray-500\\/65 { + border-inline-start-color: #6b7280a6; +} + .border-s-gray-500\\/70 { border-inline-start-color: #6b7280b3; } @@ -121604,6 +167188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b7280cc; } +.border-s-gray-500\\/85 { + border-inline-start-color: #6b7280d9; +} + .border-s-gray-500\\/90 { border-inline-start-color: #6b7280e6; } @@ -121628,6 +167216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4b5563; } +.border-s-gray-600\\/15 { + border-inline-start-color: #4b556326; +} + .border-s-gray-600\\/20 { border-inline-start-color: #4b556333; } @@ -121640,10 +167232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4b55634d; } +.border-s-gray-600\\/35 { + border-inline-start-color: #4b556359; +} + .border-s-gray-600\\/40 { border-inline-start-color: #4b556366; } +.border-s-gray-600\\/45 { + border-inline-start-color: #4b556373; +} + .border-s-gray-600\\/5 { border-inline-start-color: #4b55630d; } @@ -121652,10 +167252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4b556380; } +.border-s-gray-600\\/55 { + border-inline-start-color: #4b55638c; +} + .border-s-gray-600\\/60 { border-inline-start-color: #4b556399; } +.border-s-gray-600\\/65 { + border-inline-start-color: #4b5563a6; +} + .border-s-gray-600\\/70 { border-inline-start-color: #4b5563b3; } @@ -121668,6 +167276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4b5563cc; } +.border-s-gray-600\\/85 { + border-inline-start-color: #4b5563d9; +} + .border-s-gray-600\\/90 { border-inline-start-color: #4b5563e6; } @@ -121692,6 +167304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #374151; } +.border-s-gray-700\\/15 { + border-inline-start-color: #37415126; +} + .border-s-gray-700\\/20 { border-inline-start-color: #37415133; } @@ -121704,10 +167320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3741514d; } +.border-s-gray-700\\/35 { + border-inline-start-color: #37415159; +} + .border-s-gray-700\\/40 { border-inline-start-color: #37415166; } +.border-s-gray-700\\/45 { + border-inline-start-color: #37415173; +} + .border-s-gray-700\\/5 { border-inline-start-color: #3741510d; } @@ -121716,10 +167340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #37415180; } +.border-s-gray-700\\/55 { + border-inline-start-color: #3741518c; +} + .border-s-gray-700\\/60 { border-inline-start-color: #37415199; } +.border-s-gray-700\\/65 { + border-inline-start-color: #374151a6; +} + .border-s-gray-700\\/70 { border-inline-start-color: #374151b3; } @@ -121732,6 +167364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #374151cc; } +.border-s-gray-700\\/85 { + border-inline-start-color: #374151d9; +} + .border-s-gray-700\\/90 { border-inline-start-color: #374151e6; } @@ -121756,6 +167392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1f2937; } +.border-s-gray-800\\/15 { + border-inline-start-color: #1f293726; +} + .border-s-gray-800\\/20 { border-inline-start-color: #1f293733; } @@ -121768,10 +167408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1f29374d; } +.border-s-gray-800\\/35 { + border-inline-start-color: #1f293759; +} + .border-s-gray-800\\/40 { border-inline-start-color: #1f293766; } +.border-s-gray-800\\/45 { + border-inline-start-color: #1f293773; +} + .border-s-gray-800\\/5 { border-inline-start-color: #1f29370d; } @@ -121780,10 +167428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1f293780; } +.border-s-gray-800\\/55 { + border-inline-start-color: #1f29378c; +} + .border-s-gray-800\\/60 { border-inline-start-color: #1f293799; } +.border-s-gray-800\\/65 { + border-inline-start-color: #1f2937a6; +} + .border-s-gray-800\\/70 { border-inline-start-color: #1f2937b3; } @@ -121796,6 +167452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1f2937cc; } +.border-s-gray-800\\/85 { + border-inline-start-color: #1f2937d9; +} + .border-s-gray-800\\/90 { border-inline-start-color: #1f2937e6; } @@ -121820,6 +167480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #111827; } +.border-s-gray-900\\/15 { + border-inline-start-color: #11182726; +} + .border-s-gray-900\\/20 { border-inline-start-color: #11182733; } @@ -121832,10 +167496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1118274d; } +.border-s-gray-900\\/35 { + border-inline-start-color: #11182759; +} + .border-s-gray-900\\/40 { border-inline-start-color: #11182766; } +.border-s-gray-900\\/45 { + border-inline-start-color: #11182773; +} + .border-s-gray-900\\/5 { border-inline-start-color: #1118270d; } @@ -121844,10 +167516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #11182780; } +.border-s-gray-900\\/55 { + border-inline-start-color: #1118278c; +} + .border-s-gray-900\\/60 { border-inline-start-color: #11182799; } +.border-s-gray-900\\/65 { + border-inline-start-color: #111827a6; +} + .border-s-gray-900\\/70 { border-inline-start-color: #111827b3; } @@ -121860,6 +167540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #111827cc; } +.border-s-gray-900\\/85 { + border-inline-start-color: #111827d9; +} + .border-s-gray-900\\/90 { border-inline-start-color: #111827e6; } @@ -121884,6 +167568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #030712; } +.border-s-gray-950\\/15 { + border-inline-start-color: #03071226; +} + .border-s-gray-950\\/20 { border-inline-start-color: #03071233; } @@ -121896,10 +167584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0307124d; } +.border-s-gray-950\\/35 { + border-inline-start-color: #03071259; +} + .border-s-gray-950\\/40 { border-inline-start-color: #03071266; } +.border-s-gray-950\\/45 { + border-inline-start-color: #03071273; +} + .border-s-gray-950\\/5 { border-inline-start-color: #0307120d; } @@ -121908,10 +167604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #03071280; } +.border-s-gray-950\\/55 { + border-inline-start-color: #0307128c; +} + .border-s-gray-950\\/60 { border-inline-start-color: #03071299; } +.border-s-gray-950\\/65 { + border-inline-start-color: #030712a6; +} + .border-s-gray-950\\/70 { border-inline-start-color: #030712b3; } @@ -121924,6 +167628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #030712cc; } +.border-s-gray-950\\/85 { + border-inline-start-color: #030712d9; +} + .border-s-gray-950\\/90 { border-inline-start-color: #030712e6; } @@ -121948,6 +167656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dcfce7; } +.border-s-green-100\\/15 { + border-inline-start-color: #dcfce726; +} + .border-s-green-100\\/20 { border-inline-start-color: #dcfce733; } @@ -121960,10 +167672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dcfce74d; } +.border-s-green-100\\/35 { + border-inline-start-color: #dcfce759; +} + .border-s-green-100\\/40 { border-inline-start-color: #dcfce766; } +.border-s-green-100\\/45 { + border-inline-start-color: #dcfce773; +} + .border-s-green-100\\/5 { border-inline-start-color: #dcfce70d; } @@ -121972,10 +167692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dcfce780; } +.border-s-green-100\\/55 { + border-inline-start-color: #dcfce78c; +} + .border-s-green-100\\/60 { border-inline-start-color: #dcfce799; } +.border-s-green-100\\/65 { + border-inline-start-color: #dcfce7a6; +} + .border-s-green-100\\/70 { border-inline-start-color: #dcfce7b3; } @@ -121988,6 +167716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dcfce7cc; } +.border-s-green-100\\/85 { + border-inline-start-color: #dcfce7d9; +} + .border-s-green-100\\/90 { border-inline-start-color: #dcfce7e6; } @@ -122012,6 +167744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bbf7d0; } +.border-s-green-200\\/15 { + border-inline-start-color: #bbf7d026; +} + .border-s-green-200\\/20 { border-inline-start-color: #bbf7d033; } @@ -122024,10 +167760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bbf7d04d; } +.border-s-green-200\\/35 { + border-inline-start-color: #bbf7d059; +} + .border-s-green-200\\/40 { border-inline-start-color: #bbf7d066; } +.border-s-green-200\\/45 { + border-inline-start-color: #bbf7d073; +} + .border-s-green-200\\/5 { border-inline-start-color: #bbf7d00d; } @@ -122036,10 +167780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bbf7d080; } +.border-s-green-200\\/55 { + border-inline-start-color: #bbf7d08c; +} + .border-s-green-200\\/60 { border-inline-start-color: #bbf7d099; } +.border-s-green-200\\/65 { + border-inline-start-color: #bbf7d0a6; +} + .border-s-green-200\\/70 { border-inline-start-color: #bbf7d0b3; } @@ -122052,6 +167804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bbf7d0cc; } +.border-s-green-200\\/85 { + border-inline-start-color: #bbf7d0d9; +} + .border-s-green-200\\/90 { border-inline-start-color: #bbf7d0e6; } @@ -122076,6 +167832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86efac; } +.border-s-green-300\\/15 { + border-inline-start-color: #86efac26; +} + .border-s-green-300\\/20 { border-inline-start-color: #86efac33; } @@ -122088,10 +167848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86efac4d; } +.border-s-green-300\\/35 { + border-inline-start-color: #86efac59; +} + .border-s-green-300\\/40 { border-inline-start-color: #86efac66; } +.border-s-green-300\\/45 { + border-inline-start-color: #86efac73; +} + .border-s-green-300\\/5 { border-inline-start-color: #86efac0d; } @@ -122100,10 +167868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86efac80; } +.border-s-green-300\\/55 { + border-inline-start-color: #86efac8c; +} + .border-s-green-300\\/60 { border-inline-start-color: #86efac99; } +.border-s-green-300\\/65 { + border-inline-start-color: #86efaca6; +} + .border-s-green-300\\/70 { border-inline-start-color: #86efacb3; } @@ -122116,6 +167892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #86efaccc; } +.border-s-green-300\\/85 { + border-inline-start-color: #86efacd9; +} + .border-s-green-300\\/90 { border-inline-start-color: #86eface6; } @@ -122140,6 +167920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4ade80; } +.border-s-green-400\\/15 { + border-inline-start-color: #4ade8026; +} + .border-s-green-400\\/20 { border-inline-start-color: #4ade8033; } @@ -122152,10 +167936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4ade804d; } +.border-s-green-400\\/35 { + border-inline-start-color: #4ade8059; +} + .border-s-green-400\\/40 { border-inline-start-color: #4ade8066; } +.border-s-green-400\\/45 { + border-inline-start-color: #4ade8073; +} + .border-s-green-400\\/5 { border-inline-start-color: #4ade800d; } @@ -122164,10 +167956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4ade8080; } +.border-s-green-400\\/55 { + border-inline-start-color: #4ade808c; +} + .border-s-green-400\\/60 { border-inline-start-color: #4ade8099; } +.border-s-green-400\\/65 { + border-inline-start-color: #4ade80a6; +} + .border-s-green-400\\/70 { border-inline-start-color: #4ade80b3; } @@ -122180,6 +167980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4ade80cc; } +.border-s-green-400\\/85 { + border-inline-start-color: #4ade80d9; +} + .border-s-green-400\\/90 { border-inline-start-color: #4ade80e6; } @@ -122204,6 +168008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdf4; } +.border-s-green-50\\/15 { + border-inline-start-color: #f0fdf426; +} + .border-s-green-50\\/20 { border-inline-start-color: #f0fdf433; } @@ -122216,10 +168024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdf44d; } +.border-s-green-50\\/35 { + border-inline-start-color: #f0fdf459; +} + .border-s-green-50\\/40 { border-inline-start-color: #f0fdf466; } +.border-s-green-50\\/45 { + border-inline-start-color: #f0fdf473; +} + .border-s-green-50\\/5 { border-inline-start-color: #f0fdf40d; } @@ -122228,10 +168044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdf480; } +.border-s-green-50\\/55 { + border-inline-start-color: #f0fdf48c; +} + .border-s-green-50\\/60 { border-inline-start-color: #f0fdf499; } +.border-s-green-50\\/65 { + border-inline-start-color: #f0fdf4a6; +} + .border-s-green-50\\/70 { border-inline-start-color: #f0fdf4b3; } @@ -122244,6 +168068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdf4cc; } +.border-s-green-50\\/85 { + border-inline-start-color: #f0fdf4d9; +} + .border-s-green-50\\/90 { border-inline-start-color: #f0fdf4e6; } @@ -122268,6 +168096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22c55e; } +.border-s-green-500\\/15 { + border-inline-start-color: #22c55e26; +} + .border-s-green-500\\/20 { border-inline-start-color: #22c55e33; } @@ -122280,10 +168112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22c55e4d; } +.border-s-green-500\\/35 { + border-inline-start-color: #22c55e59; +} + .border-s-green-500\\/40 { border-inline-start-color: #22c55e66; } +.border-s-green-500\\/45 { + border-inline-start-color: #22c55e73; +} + .border-s-green-500\\/5 { border-inline-start-color: #22c55e0d; } @@ -122292,10 +168132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22c55e80; } +.border-s-green-500\\/55 { + border-inline-start-color: #22c55e8c; +} + .border-s-green-500\\/60 { border-inline-start-color: #22c55e99; } +.border-s-green-500\\/65 { + border-inline-start-color: #22c55ea6; +} + .border-s-green-500\\/70 { border-inline-start-color: #22c55eb3; } @@ -122308,6 +168156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #22c55ecc; } +.border-s-green-500\\/85 { + border-inline-start-color: #22c55ed9; +} + .border-s-green-500\\/90 { border-inline-start-color: #22c55ee6; } @@ -122332,6 +168184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #16a34a; } +.border-s-green-600\\/15 { + border-inline-start-color: #16a34a26; +} + .border-s-green-600\\/20 { border-inline-start-color: #16a34a33; } @@ -122344,10 +168200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #16a34a4d; } +.border-s-green-600\\/35 { + border-inline-start-color: #16a34a59; +} + .border-s-green-600\\/40 { border-inline-start-color: #16a34a66; } +.border-s-green-600\\/45 { + border-inline-start-color: #16a34a73; +} + .border-s-green-600\\/5 { border-inline-start-color: #16a34a0d; } @@ -122356,10 +168220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #16a34a80; } +.border-s-green-600\\/55 { + border-inline-start-color: #16a34a8c; +} + .border-s-green-600\\/60 { border-inline-start-color: #16a34a99; } +.border-s-green-600\\/65 { + border-inline-start-color: #16a34aa6; +} + .border-s-green-600\\/70 { border-inline-start-color: #16a34ab3; } @@ -122372,6 +168244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #16a34acc; } +.border-s-green-600\\/85 { + border-inline-start-color: #16a34ad9; +} + .border-s-green-600\\/90 { border-inline-start-color: #16a34ae6; } @@ -122396,6 +168272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #15803d; } +.border-s-green-700\\/15 { + border-inline-start-color: #15803d26; +} + .border-s-green-700\\/20 { border-inline-start-color: #15803d33; } @@ -122408,10 +168288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #15803d4d; } +.border-s-green-700\\/35 { + border-inline-start-color: #15803d59; +} + .border-s-green-700\\/40 { border-inline-start-color: #15803d66; } +.border-s-green-700\\/45 { + border-inline-start-color: #15803d73; +} + .border-s-green-700\\/5 { border-inline-start-color: #15803d0d; } @@ -122420,10 +168308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #15803d80; } +.border-s-green-700\\/55 { + border-inline-start-color: #15803d8c; +} + .border-s-green-700\\/60 { border-inline-start-color: #15803d99; } +.border-s-green-700\\/65 { + border-inline-start-color: #15803da6; +} + .border-s-green-700\\/70 { border-inline-start-color: #15803db3; } @@ -122436,6 +168332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #15803dcc; } +.border-s-green-700\\/85 { + border-inline-start-color: #15803dd9; +} + .border-s-green-700\\/90 { border-inline-start-color: #15803de6; } @@ -122460,6 +168360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #166534; } +.border-s-green-800\\/15 { + border-inline-start-color: #16653426; +} + .border-s-green-800\\/20 { border-inline-start-color: #16653433; } @@ -122472,10 +168376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1665344d; } +.border-s-green-800\\/35 { + border-inline-start-color: #16653459; +} + .border-s-green-800\\/40 { border-inline-start-color: #16653466; } +.border-s-green-800\\/45 { + border-inline-start-color: #16653473; +} + .border-s-green-800\\/5 { border-inline-start-color: #1665340d; } @@ -122484,10 +168396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #16653480; } +.border-s-green-800\\/55 { + border-inline-start-color: #1665348c; +} + .border-s-green-800\\/60 { border-inline-start-color: #16653499; } +.border-s-green-800\\/65 { + border-inline-start-color: #166534a6; +} + .border-s-green-800\\/70 { border-inline-start-color: #166534b3; } @@ -122500,6 +168420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #166534cc; } +.border-s-green-800\\/85 { + border-inline-start-color: #166534d9; +} + .border-s-green-800\\/90 { border-inline-start-color: #166534e6; } @@ -122524,6 +168448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14532d; } +.border-s-green-900\\/15 { + border-inline-start-color: #14532d26; +} + .border-s-green-900\\/20 { border-inline-start-color: #14532d33; } @@ -122536,10 +168464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14532d4d; } +.border-s-green-900\\/35 { + border-inline-start-color: #14532d59; +} + .border-s-green-900\\/40 { border-inline-start-color: #14532d66; } +.border-s-green-900\\/45 { + border-inline-start-color: #14532d73; +} + .border-s-green-900\\/5 { border-inline-start-color: #14532d0d; } @@ -122548,10 +168484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14532d80; } +.border-s-green-900\\/55 { + border-inline-start-color: #14532d8c; +} + .border-s-green-900\\/60 { border-inline-start-color: #14532d99; } +.border-s-green-900\\/65 { + border-inline-start-color: #14532da6; +} + .border-s-green-900\\/70 { border-inline-start-color: #14532db3; } @@ -122564,6 +168508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14532dcc; } +.border-s-green-900\\/85 { + border-inline-start-color: #14532dd9; +} + .border-s-green-900\\/90 { border-inline-start-color: #14532de6; } @@ -122588,6 +168536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #052e16; } +.border-s-green-950\\/15 { + border-inline-start-color: #052e1626; +} + .border-s-green-950\\/20 { border-inline-start-color: #052e1633; } @@ -122600,10 +168552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #052e164d; } +.border-s-green-950\\/35 { + border-inline-start-color: #052e1659; +} + .border-s-green-950\\/40 { border-inline-start-color: #052e1666; } +.border-s-green-950\\/45 { + border-inline-start-color: #052e1673; +} + .border-s-green-950\\/5 { border-inline-start-color: #052e160d; } @@ -122612,10 +168572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #052e1680; } +.border-s-green-950\\/55 { + border-inline-start-color: #052e168c; +} + .border-s-green-950\\/60 { border-inline-start-color: #052e1699; } +.border-s-green-950\\/65 { + border-inline-start-color: #052e16a6; +} + .border-s-green-950\\/70 { border-inline-start-color: #052e16b3; } @@ -122628,6 +168596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #052e16cc; } +.border-s-green-950\\/85 { + border-inline-start-color: #052e16d9; +} + .border-s-green-950\\/90 { border-inline-start-color: #052e16e6; } @@ -122652,6 +168624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0e7ff; } +.border-s-indigo-100\\/15 { + border-inline-start-color: #e0e7ff26; +} + .border-s-indigo-100\\/20 { border-inline-start-color: #e0e7ff33; } @@ -122664,10 +168640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0e7ff4d; } +.border-s-indigo-100\\/35 { + border-inline-start-color: #e0e7ff59; +} + .border-s-indigo-100\\/40 { border-inline-start-color: #e0e7ff66; } +.border-s-indigo-100\\/45 { + border-inline-start-color: #e0e7ff73; +} + .border-s-indigo-100\\/5 { border-inline-start-color: #e0e7ff0d; } @@ -122676,10 +168660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0e7ff80; } +.border-s-indigo-100\\/55 { + border-inline-start-color: #e0e7ff8c; +} + .border-s-indigo-100\\/60 { border-inline-start-color: #e0e7ff99; } +.border-s-indigo-100\\/65 { + border-inline-start-color: #e0e7ffa6; +} + .border-s-indigo-100\\/70 { border-inline-start-color: #e0e7ffb3; } @@ -122692,6 +168684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0e7ffcc; } +.border-s-indigo-100\\/85 { + border-inline-start-color: #e0e7ffd9; +} + .border-s-indigo-100\\/90 { border-inline-start-color: #e0e7ffe6; } @@ -122716,6 +168712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c7d2fe; } +.border-s-indigo-200\\/15 { + border-inline-start-color: #c7d2fe26; +} + .border-s-indigo-200\\/20 { border-inline-start-color: #c7d2fe33; } @@ -122728,10 +168728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c7d2fe4d; } +.border-s-indigo-200\\/35 { + border-inline-start-color: #c7d2fe59; +} + .border-s-indigo-200\\/40 { border-inline-start-color: #c7d2fe66; } +.border-s-indigo-200\\/45 { + border-inline-start-color: #c7d2fe73; +} + .border-s-indigo-200\\/5 { border-inline-start-color: #c7d2fe0d; } @@ -122740,10 +168748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c7d2fe80; } +.border-s-indigo-200\\/55 { + border-inline-start-color: #c7d2fe8c; +} + .border-s-indigo-200\\/60 { border-inline-start-color: #c7d2fe99; } +.border-s-indigo-200\\/65 { + border-inline-start-color: #c7d2fea6; +} + .border-s-indigo-200\\/70 { border-inline-start-color: #c7d2feb3; } @@ -122756,6 +168772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c7d2fecc; } +.border-s-indigo-200\\/85 { + border-inline-start-color: #c7d2fed9; +} + .border-s-indigo-200\\/90 { border-inline-start-color: #c7d2fee6; } @@ -122780,6 +168800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5b4fc; } +.border-s-indigo-300\\/15 { + border-inline-start-color: #a5b4fc26; +} + .border-s-indigo-300\\/20 { border-inline-start-color: #a5b4fc33; } @@ -122792,10 +168816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5b4fc4d; } +.border-s-indigo-300\\/35 { + border-inline-start-color: #a5b4fc59; +} + .border-s-indigo-300\\/40 { border-inline-start-color: #a5b4fc66; } +.border-s-indigo-300\\/45 { + border-inline-start-color: #a5b4fc73; +} + .border-s-indigo-300\\/5 { border-inline-start-color: #a5b4fc0d; } @@ -122804,10 +168836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5b4fc80; } +.border-s-indigo-300\\/55 { + border-inline-start-color: #a5b4fc8c; +} + .border-s-indigo-300\\/60 { border-inline-start-color: #a5b4fc99; } +.border-s-indigo-300\\/65 { + border-inline-start-color: #a5b4fca6; +} + .border-s-indigo-300\\/70 { border-inline-start-color: #a5b4fcb3; } @@ -122820,6 +168860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a5b4fccc; } +.border-s-indigo-300\\/85 { + border-inline-start-color: #a5b4fcd9; +} + .border-s-indigo-300\\/90 { border-inline-start-color: #a5b4fce6; } @@ -122844,6 +168888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #818cf8; } +.border-s-indigo-400\\/15 { + border-inline-start-color: #818cf826; +} + .border-s-indigo-400\\/20 { border-inline-start-color: #818cf833; } @@ -122856,10 +168904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #818cf84d; } +.border-s-indigo-400\\/35 { + border-inline-start-color: #818cf859; +} + .border-s-indigo-400\\/40 { border-inline-start-color: #818cf866; } +.border-s-indigo-400\\/45 { + border-inline-start-color: #818cf873; +} + .border-s-indigo-400\\/5 { border-inline-start-color: #818cf80d; } @@ -122868,10 +168924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #818cf880; } +.border-s-indigo-400\\/55 { + border-inline-start-color: #818cf88c; +} + .border-s-indigo-400\\/60 { border-inline-start-color: #818cf899; } +.border-s-indigo-400\\/65 { + border-inline-start-color: #818cf8a6; +} + .border-s-indigo-400\\/70 { border-inline-start-color: #818cf8b3; } @@ -122884,6 +168948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #818cf8cc; } +.border-s-indigo-400\\/85 { + border-inline-start-color: #818cf8d9; +} + .border-s-indigo-400\\/90 { border-inline-start-color: #818cf8e6; } @@ -122908,6 +168976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eef2ff; } +.border-s-indigo-50\\/15 { + border-inline-start-color: #eef2ff26; +} + .border-s-indigo-50\\/20 { border-inline-start-color: #eef2ff33; } @@ -122920,10 +168992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eef2ff4d; } +.border-s-indigo-50\\/35 { + border-inline-start-color: #eef2ff59; +} + .border-s-indigo-50\\/40 { border-inline-start-color: #eef2ff66; } +.border-s-indigo-50\\/45 { + border-inline-start-color: #eef2ff73; +} + .border-s-indigo-50\\/5 { border-inline-start-color: #eef2ff0d; } @@ -122932,10 +169012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eef2ff80; } +.border-s-indigo-50\\/55 { + border-inline-start-color: #eef2ff8c; +} + .border-s-indigo-50\\/60 { border-inline-start-color: #eef2ff99; } +.border-s-indigo-50\\/65 { + border-inline-start-color: #eef2ffa6; +} + .border-s-indigo-50\\/70 { border-inline-start-color: #eef2ffb3; } @@ -122948,6 +169036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eef2ffcc; } +.border-s-indigo-50\\/85 { + border-inline-start-color: #eef2ffd9; +} + .border-s-indigo-50\\/90 { border-inline-start-color: #eef2ffe6; } @@ -122972,6 +169064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6366f1; } +.border-s-indigo-500\\/15 { + border-inline-start-color: #6366f126; +} + .border-s-indigo-500\\/20 { border-inline-start-color: #6366f133; } @@ -122984,10 +169080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6366f14d; } +.border-s-indigo-500\\/35 { + border-inline-start-color: #6366f159; +} + .border-s-indigo-500\\/40 { border-inline-start-color: #6366f166; } +.border-s-indigo-500\\/45 { + border-inline-start-color: #6366f173; +} + .border-s-indigo-500\\/5 { border-inline-start-color: #6366f10d; } @@ -122996,10 +169100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6366f180; } +.border-s-indigo-500\\/55 { + border-inline-start-color: #6366f18c; +} + .border-s-indigo-500\\/60 { border-inline-start-color: #6366f199; } +.border-s-indigo-500\\/65 { + border-inline-start-color: #6366f1a6; +} + .border-s-indigo-500\\/70 { border-inline-start-color: #6366f1b3; } @@ -123012,6 +169124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6366f1cc; } +.border-s-indigo-500\\/85 { + border-inline-start-color: #6366f1d9; +} + .border-s-indigo-500\\/90 { border-inline-start-color: #6366f1e6; } @@ -123036,6 +169152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4f46e5; } +.border-s-indigo-600\\/15 { + border-inline-start-color: #4f46e526; +} + .border-s-indigo-600\\/20 { border-inline-start-color: #4f46e533; } @@ -123048,10 +169168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4f46e54d; } +.border-s-indigo-600\\/35 { + border-inline-start-color: #4f46e559; +} + .border-s-indigo-600\\/40 { border-inline-start-color: #4f46e566; } +.border-s-indigo-600\\/45 { + border-inline-start-color: #4f46e573; +} + .border-s-indigo-600\\/5 { border-inline-start-color: #4f46e50d; } @@ -123060,10 +169188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4f46e580; } +.border-s-indigo-600\\/55 { + border-inline-start-color: #4f46e58c; +} + .border-s-indigo-600\\/60 { border-inline-start-color: #4f46e599; } +.border-s-indigo-600\\/65 { + border-inline-start-color: #4f46e5a6; +} + .border-s-indigo-600\\/70 { border-inline-start-color: #4f46e5b3; } @@ -123076,6 +169212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4f46e5cc; } +.border-s-indigo-600\\/85 { + border-inline-start-color: #4f46e5d9; +} + .border-s-indigo-600\\/90 { border-inline-start-color: #4f46e5e6; } @@ -123100,6 +169240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4338ca; } +.border-s-indigo-700\\/15 { + border-inline-start-color: #4338ca26; +} + .border-s-indigo-700\\/20 { border-inline-start-color: #4338ca33; } @@ -123112,10 +169256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4338ca4d; } +.border-s-indigo-700\\/35 { + border-inline-start-color: #4338ca59; +} + .border-s-indigo-700\\/40 { border-inline-start-color: #4338ca66; } +.border-s-indigo-700\\/45 { + border-inline-start-color: #4338ca73; +} + .border-s-indigo-700\\/5 { border-inline-start-color: #4338ca0d; } @@ -123124,10 +169276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4338ca80; } +.border-s-indigo-700\\/55 { + border-inline-start-color: #4338ca8c; +} + .border-s-indigo-700\\/60 { border-inline-start-color: #4338ca99; } +.border-s-indigo-700\\/65 { + border-inline-start-color: #4338caa6; +} + .border-s-indigo-700\\/70 { border-inline-start-color: #4338cab3; } @@ -123140,6 +169300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4338cacc; } +.border-s-indigo-700\\/85 { + border-inline-start-color: #4338cad9; +} + .border-s-indigo-700\\/90 { border-inline-start-color: #4338cae6; } @@ -123164,6 +169328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3730a3; } +.border-s-indigo-800\\/15 { + border-inline-start-color: #3730a326; +} + .border-s-indigo-800\\/20 { border-inline-start-color: #3730a333; } @@ -123176,10 +169344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3730a34d; } +.border-s-indigo-800\\/35 { + border-inline-start-color: #3730a359; +} + .border-s-indigo-800\\/40 { border-inline-start-color: #3730a366; } +.border-s-indigo-800\\/45 { + border-inline-start-color: #3730a373; +} + .border-s-indigo-800\\/5 { border-inline-start-color: #3730a30d; } @@ -123188,10 +169364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3730a380; } +.border-s-indigo-800\\/55 { + border-inline-start-color: #3730a38c; +} + .border-s-indigo-800\\/60 { border-inline-start-color: #3730a399; } +.border-s-indigo-800\\/65 { + border-inline-start-color: #3730a3a6; +} + .border-s-indigo-800\\/70 { border-inline-start-color: #3730a3b3; } @@ -123204,6 +169388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3730a3cc; } +.border-s-indigo-800\\/85 { + border-inline-start-color: #3730a3d9; +} + .border-s-indigo-800\\/90 { border-inline-start-color: #3730a3e6; } @@ -123228,6 +169416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #312e81; } +.border-s-indigo-900\\/15 { + border-inline-start-color: #312e8126; +} + .border-s-indigo-900\\/20 { border-inline-start-color: #312e8133; } @@ -123240,10 +169432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #312e814d; } +.border-s-indigo-900\\/35 { + border-inline-start-color: #312e8159; +} + .border-s-indigo-900\\/40 { border-inline-start-color: #312e8166; } +.border-s-indigo-900\\/45 { + border-inline-start-color: #312e8173; +} + .border-s-indigo-900\\/5 { border-inline-start-color: #312e810d; } @@ -123252,10 +169452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #312e8180; } +.border-s-indigo-900\\/55 { + border-inline-start-color: #312e818c; +} + .border-s-indigo-900\\/60 { border-inline-start-color: #312e8199; } +.border-s-indigo-900\\/65 { + border-inline-start-color: #312e81a6; +} + .border-s-indigo-900\\/70 { border-inline-start-color: #312e81b3; } @@ -123268,6 +169476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #312e81cc; } +.border-s-indigo-900\\/85 { + border-inline-start-color: #312e81d9; +} + .border-s-indigo-900\\/90 { border-inline-start-color: #312e81e6; } @@ -123292,6 +169504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e1b4b; } +.border-s-indigo-950\\/15 { + border-inline-start-color: #1e1b4b26; +} + .border-s-indigo-950\\/20 { border-inline-start-color: #1e1b4b33; } @@ -123304,10 +169520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e1b4b4d; } +.border-s-indigo-950\\/35 { + border-inline-start-color: #1e1b4b59; +} + .border-s-indigo-950\\/40 { border-inline-start-color: #1e1b4b66; } +.border-s-indigo-950\\/45 { + border-inline-start-color: #1e1b4b73; +} + .border-s-indigo-950\\/5 { border-inline-start-color: #1e1b4b0d; } @@ -123316,10 +169540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e1b4b80; } +.border-s-indigo-950\\/55 { + border-inline-start-color: #1e1b4b8c; +} + .border-s-indigo-950\\/60 { border-inline-start-color: #1e1b4b99; } +.border-s-indigo-950\\/65 { + border-inline-start-color: #1e1b4ba6; +} + .border-s-indigo-950\\/70 { border-inline-start-color: #1e1b4bb3; } @@ -123332,6 +169564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e1b4bcc; } +.border-s-indigo-950\\/85 { + border-inline-start-color: #1e1b4bd9; +} + .border-s-indigo-950\\/90 { border-inline-start-color: #1e1b4be6; } @@ -123360,6 +169596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfccb; } +.border-s-lime-100\\/15 { + border-inline-start-color: #ecfccb26; +} + .border-s-lime-100\\/20 { border-inline-start-color: #ecfccb33; } @@ -123372,10 +169612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfccb4d; } +.border-s-lime-100\\/35 { + border-inline-start-color: #ecfccb59; +} + .border-s-lime-100\\/40 { border-inline-start-color: #ecfccb66; } +.border-s-lime-100\\/45 { + border-inline-start-color: #ecfccb73; +} + .border-s-lime-100\\/5 { border-inline-start-color: #ecfccb0d; } @@ -123384,10 +169632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfccb80; } +.border-s-lime-100\\/55 { + border-inline-start-color: #ecfccb8c; +} + .border-s-lime-100\\/60 { border-inline-start-color: #ecfccb99; } +.border-s-lime-100\\/65 { + border-inline-start-color: #ecfccba6; +} + .border-s-lime-100\\/70 { border-inline-start-color: #ecfccbb3; } @@ -123400,6 +169656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ecfccbcc; } +.border-s-lime-100\\/85 { + border-inline-start-color: #ecfccbd9; +} + .border-s-lime-100\\/90 { border-inline-start-color: #ecfccbe6; } @@ -123424,6 +169684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d9f99d; } +.border-s-lime-200\\/15 { + border-inline-start-color: #d9f99d26; +} + .border-s-lime-200\\/20 { border-inline-start-color: #d9f99d33; } @@ -123436,10 +169700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d9f99d4d; } +.border-s-lime-200\\/35 { + border-inline-start-color: #d9f99d59; +} + .border-s-lime-200\\/40 { border-inline-start-color: #d9f99d66; } +.border-s-lime-200\\/45 { + border-inline-start-color: #d9f99d73; +} + .border-s-lime-200\\/5 { border-inline-start-color: #d9f99d0d; } @@ -123448,10 +169720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d9f99d80; } +.border-s-lime-200\\/55 { + border-inline-start-color: #d9f99d8c; +} + .border-s-lime-200\\/60 { border-inline-start-color: #d9f99d99; } +.border-s-lime-200\\/65 { + border-inline-start-color: #d9f99da6; +} + .border-s-lime-200\\/70 { border-inline-start-color: #d9f99db3; } @@ -123464,6 +169744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d9f99dcc; } +.border-s-lime-200\\/85 { + border-inline-start-color: #d9f99dd9; +} + .border-s-lime-200\\/90 { border-inline-start-color: #d9f99de6; } @@ -123488,6 +169772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bef264; } +.border-s-lime-300\\/15 { + border-inline-start-color: #bef26426; +} + .border-s-lime-300\\/20 { border-inline-start-color: #bef26433; } @@ -123500,10 +169788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bef2644d; } +.border-s-lime-300\\/35 { + border-inline-start-color: #bef26459; +} + .border-s-lime-300\\/40 { border-inline-start-color: #bef26466; } +.border-s-lime-300\\/45 { + border-inline-start-color: #bef26473; +} + .border-s-lime-300\\/5 { border-inline-start-color: #bef2640d; } @@ -123512,10 +169808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bef26480; } +.border-s-lime-300\\/55 { + border-inline-start-color: #bef2648c; +} + .border-s-lime-300\\/60 { border-inline-start-color: #bef26499; } +.border-s-lime-300\\/65 { + border-inline-start-color: #bef264a6; +} + .border-s-lime-300\\/70 { border-inline-start-color: #bef264b3; } @@ -123528,6 +169832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bef264cc; } +.border-s-lime-300\\/85 { + border-inline-start-color: #bef264d9; +} + .border-s-lime-300\\/90 { border-inline-start-color: #bef264e6; } @@ -123552,6 +169860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3e635; } +.border-s-lime-400\\/15 { + border-inline-start-color: #a3e63526; +} + .border-s-lime-400\\/20 { border-inline-start-color: #a3e63533; } @@ -123564,10 +169876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3e6354d; } +.border-s-lime-400\\/35 { + border-inline-start-color: #a3e63559; +} + .border-s-lime-400\\/40 { border-inline-start-color: #a3e63566; } +.border-s-lime-400\\/45 { + border-inline-start-color: #a3e63573; +} + .border-s-lime-400\\/5 { border-inline-start-color: #a3e6350d; } @@ -123576,10 +169896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3e63580; } +.border-s-lime-400\\/55 { + border-inline-start-color: #a3e6358c; +} + .border-s-lime-400\\/60 { border-inline-start-color: #a3e63599; } +.border-s-lime-400\\/65 { + border-inline-start-color: #a3e635a6; +} + .border-s-lime-400\\/70 { border-inline-start-color: #a3e635b3; } @@ -123592,6 +169920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3e635cc; } +.border-s-lime-400\\/85 { + border-inline-start-color: #a3e635d9; +} + .border-s-lime-400\\/90 { border-inline-start-color: #a3e635e6; } @@ -123616,6 +169948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f7fee7; } +.border-s-lime-50\\/15 { + border-inline-start-color: #f7fee726; +} + .border-s-lime-50\\/20 { border-inline-start-color: #f7fee733; } @@ -123628,10 +169964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f7fee74d; } +.border-s-lime-50\\/35 { + border-inline-start-color: #f7fee759; +} + .border-s-lime-50\\/40 { border-inline-start-color: #f7fee766; } +.border-s-lime-50\\/45 { + border-inline-start-color: #f7fee773; +} + .border-s-lime-50\\/5 { border-inline-start-color: #f7fee70d; } @@ -123640,10 +169984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f7fee780; } +.border-s-lime-50\\/55 { + border-inline-start-color: #f7fee78c; +} + .border-s-lime-50\\/60 { border-inline-start-color: #f7fee799; } +.border-s-lime-50\\/65 { + border-inline-start-color: #f7fee7a6; +} + .border-s-lime-50\\/70 { border-inline-start-color: #f7fee7b3; } @@ -123656,6 +170008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f7fee7cc; } +.border-s-lime-50\\/85 { + border-inline-start-color: #f7fee7d9; +} + .border-s-lime-50\\/90 { border-inline-start-color: #f7fee7e6; } @@ -123680,6 +170036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #84cc16; } +.border-s-lime-500\\/15 { + border-inline-start-color: #84cc1626; +} + .border-s-lime-500\\/20 { border-inline-start-color: #84cc1633; } @@ -123692,10 +170052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #84cc164d; } +.border-s-lime-500\\/35 { + border-inline-start-color: #84cc1659; +} + .border-s-lime-500\\/40 { border-inline-start-color: #84cc1666; } +.border-s-lime-500\\/45 { + border-inline-start-color: #84cc1673; +} + .border-s-lime-500\\/5 { border-inline-start-color: #84cc160d; } @@ -123704,10 +170072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #84cc1680; } +.border-s-lime-500\\/55 { + border-inline-start-color: #84cc168c; +} + .border-s-lime-500\\/60 { border-inline-start-color: #84cc1699; } +.border-s-lime-500\\/65 { + border-inline-start-color: #84cc16a6; +} + .border-s-lime-500\\/70 { border-inline-start-color: #84cc16b3; } @@ -123720,6 +170096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #84cc16cc; } +.border-s-lime-500\\/85 { + border-inline-start-color: #84cc16d9; +} + .border-s-lime-500\\/90 { border-inline-start-color: #84cc16e6; } @@ -123744,6 +170124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #65a30d; } +.border-s-lime-600\\/15 { + border-inline-start-color: #65a30d26; +} + .border-s-lime-600\\/20 { border-inline-start-color: #65a30d33; } @@ -123756,10 +170140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #65a30d4d; } +.border-s-lime-600\\/35 { + border-inline-start-color: #65a30d59; +} + .border-s-lime-600\\/40 { border-inline-start-color: #65a30d66; } +.border-s-lime-600\\/45 { + border-inline-start-color: #65a30d73; +} + .border-s-lime-600\\/5 { border-inline-start-color: #65a30d0d; } @@ -123768,10 +170160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #65a30d80; } +.border-s-lime-600\\/55 { + border-inline-start-color: #65a30d8c; +} + .border-s-lime-600\\/60 { border-inline-start-color: #65a30d99; } +.border-s-lime-600\\/65 { + border-inline-start-color: #65a30da6; +} + .border-s-lime-600\\/70 { border-inline-start-color: #65a30db3; } @@ -123784,6 +170184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #65a30dcc; } +.border-s-lime-600\\/85 { + border-inline-start-color: #65a30dd9; +} + .border-s-lime-600\\/90 { border-inline-start-color: #65a30de6; } @@ -123808,6 +170212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4d7c0f; } +.border-s-lime-700\\/15 { + border-inline-start-color: #4d7c0f26; +} + .border-s-lime-700\\/20 { border-inline-start-color: #4d7c0f33; } @@ -123820,10 +170228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4d7c0f4d; } +.border-s-lime-700\\/35 { + border-inline-start-color: #4d7c0f59; +} + .border-s-lime-700\\/40 { border-inline-start-color: #4d7c0f66; } +.border-s-lime-700\\/45 { + border-inline-start-color: #4d7c0f73; +} + .border-s-lime-700\\/5 { border-inline-start-color: #4d7c0f0d; } @@ -123832,10 +170248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4d7c0f80; } +.border-s-lime-700\\/55 { + border-inline-start-color: #4d7c0f8c; +} + .border-s-lime-700\\/60 { border-inline-start-color: #4d7c0f99; } +.border-s-lime-700\\/65 { + border-inline-start-color: #4d7c0fa6; +} + .border-s-lime-700\\/70 { border-inline-start-color: #4d7c0fb3; } @@ -123848,6 +170272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4d7c0fcc; } +.border-s-lime-700\\/85 { + border-inline-start-color: #4d7c0fd9; +} + .border-s-lime-700\\/90 { border-inline-start-color: #4d7c0fe6; } @@ -123872,6 +170300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f6212; } +.border-s-lime-800\\/15 { + border-inline-start-color: #3f621226; +} + .border-s-lime-800\\/20 { border-inline-start-color: #3f621233; } @@ -123884,10 +170316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f62124d; } +.border-s-lime-800\\/35 { + border-inline-start-color: #3f621259; +} + .border-s-lime-800\\/40 { border-inline-start-color: #3f621266; } +.border-s-lime-800\\/45 { + border-inline-start-color: #3f621273; +} + .border-s-lime-800\\/5 { border-inline-start-color: #3f62120d; } @@ -123896,10 +170336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f621280; } +.border-s-lime-800\\/55 { + border-inline-start-color: #3f62128c; +} + .border-s-lime-800\\/60 { border-inline-start-color: #3f621299; } +.border-s-lime-800\\/65 { + border-inline-start-color: #3f6212a6; +} + .border-s-lime-800\\/70 { border-inline-start-color: #3f6212b3; } @@ -123912,6 +170360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f6212cc; } +.border-s-lime-800\\/85 { + border-inline-start-color: #3f6212d9; +} + .border-s-lime-800\\/90 { border-inline-start-color: #3f6212e6; } @@ -123936,6 +170388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #365314; } +.border-s-lime-900\\/15 { + border-inline-start-color: #36531426; +} + .border-s-lime-900\\/20 { border-inline-start-color: #36531433; } @@ -123948,10 +170404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3653144d; } +.border-s-lime-900\\/35 { + border-inline-start-color: #36531459; +} + .border-s-lime-900\\/40 { border-inline-start-color: #36531466; } +.border-s-lime-900\\/45 { + border-inline-start-color: #36531473; +} + .border-s-lime-900\\/5 { border-inline-start-color: #3653140d; } @@ -123960,10 +170424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #36531480; } +.border-s-lime-900\\/55 { + border-inline-start-color: #3653148c; +} + .border-s-lime-900\\/60 { border-inline-start-color: #36531499; } +.border-s-lime-900\\/65 { + border-inline-start-color: #365314a6; +} + .border-s-lime-900\\/70 { border-inline-start-color: #365314b3; } @@ -123976,6 +170448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #365314cc; } +.border-s-lime-900\\/85 { + border-inline-start-color: #365314d9; +} + .border-s-lime-900\\/90 { border-inline-start-color: #365314e6; } @@ -124000,6 +170476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1a2e05; } +.border-s-lime-950\\/15 { + border-inline-start-color: #1a2e0526; +} + .border-s-lime-950\\/20 { border-inline-start-color: #1a2e0533; } @@ -124012,10 +170492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1a2e054d; } +.border-s-lime-950\\/35 { + border-inline-start-color: #1a2e0559; +} + .border-s-lime-950\\/40 { border-inline-start-color: #1a2e0566; } +.border-s-lime-950\\/45 { + border-inline-start-color: #1a2e0573; +} + .border-s-lime-950\\/5 { border-inline-start-color: #1a2e050d; } @@ -124024,10 +170512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1a2e0580; } +.border-s-lime-950\\/55 { + border-inline-start-color: #1a2e058c; +} + .border-s-lime-950\\/60 { border-inline-start-color: #1a2e0599; } +.border-s-lime-950\\/65 { + border-inline-start-color: #1a2e05a6; +} + .border-s-lime-950\\/70 { border-inline-start-color: #1a2e05b3; } @@ -124040,6 +170536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1a2e05cc; } +.border-s-lime-950\\/85 { + border-inline-start-color: #1a2e05d9; +} + .border-s-lime-950\\/90 { border-inline-start-color: #1a2e05e6; } @@ -124064,6 +170564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f5; } +.border-s-neutral-100\\/15 { + border-inline-start-color: #f5f5f526; +} + .border-s-neutral-100\\/20 { border-inline-start-color: #f5f5f533; } @@ -124076,10 +170580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f54d; } +.border-s-neutral-100\\/35 { + border-inline-start-color: #f5f5f559; +} + .border-s-neutral-100\\/40 { border-inline-start-color: #f5f5f566; } +.border-s-neutral-100\\/45 { + border-inline-start-color: #f5f5f573; +} + .border-s-neutral-100\\/5 { border-inline-start-color: #f5f5f50d; } @@ -124088,10 +170600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f580; } +.border-s-neutral-100\\/55 { + border-inline-start-color: #f5f5f58c; +} + .border-s-neutral-100\\/60 { border-inline-start-color: #f5f5f599; } +.border-s-neutral-100\\/65 { + border-inline-start-color: #f5f5f5a6; +} + .border-s-neutral-100\\/70 { border-inline-start-color: #f5f5f5b3; } @@ -124104,6 +170624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f5cc; } +.border-s-neutral-100\\/85 { + border-inline-start-color: #f5f5f5d9; +} + .border-s-neutral-100\\/90 { border-inline-start-color: #f5f5f5e6; } @@ -124128,6 +170652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e5e5; } +.border-s-neutral-200\\/15 { + border-inline-start-color: #e5e5e526; +} + .border-s-neutral-200\\/20 { border-inline-start-color: #e5e5e533; } @@ -124140,10 +170668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e5e54d; } +.border-s-neutral-200\\/35 { + border-inline-start-color: #e5e5e559; +} + .border-s-neutral-200\\/40 { border-inline-start-color: #e5e5e566; } +.border-s-neutral-200\\/45 { + border-inline-start-color: #e5e5e573; +} + .border-s-neutral-200\\/5 { border-inline-start-color: #e5e5e50d; } @@ -124152,10 +170688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e5e580; } +.border-s-neutral-200\\/55 { + border-inline-start-color: #e5e5e58c; +} + .border-s-neutral-200\\/60 { border-inline-start-color: #e5e5e599; } +.border-s-neutral-200\\/65 { + border-inline-start-color: #e5e5e5a6; +} + .border-s-neutral-200\\/70 { border-inline-start-color: #e5e5e5b3; } @@ -124168,6 +170712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e5e5e5cc; } +.border-s-neutral-200\\/85 { + border-inline-start-color: #e5e5e5d9; +} + .border-s-neutral-200\\/90 { border-inline-start-color: #e5e5e5e6; } @@ -124192,6 +170740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d4; } +.border-s-neutral-300\\/15 { + border-inline-start-color: #d4d4d426; +} + .border-s-neutral-300\\/20 { border-inline-start-color: #d4d4d433; } @@ -124204,10 +170756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d44d; } +.border-s-neutral-300\\/35 { + border-inline-start-color: #d4d4d459; +} + .border-s-neutral-300\\/40 { border-inline-start-color: #d4d4d466; } +.border-s-neutral-300\\/45 { + border-inline-start-color: #d4d4d473; +} + .border-s-neutral-300\\/5 { border-inline-start-color: #d4d4d40d; } @@ -124216,10 +170776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d480; } +.border-s-neutral-300\\/55 { + border-inline-start-color: #d4d4d48c; +} + .border-s-neutral-300\\/60 { border-inline-start-color: #d4d4d499; } +.border-s-neutral-300\\/65 { + border-inline-start-color: #d4d4d4a6; +} + .border-s-neutral-300\\/70 { border-inline-start-color: #d4d4d4b3; } @@ -124232,6 +170800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d4cc; } +.border-s-neutral-300\\/85 { + border-inline-start-color: #d4d4d4d9; +} + .border-s-neutral-300\\/90 { border-inline-start-color: #d4d4d4e6; } @@ -124256,6 +170828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3a3a3; } +.border-s-neutral-400\\/15 { + border-inline-start-color: #a3a3a326; +} + .border-s-neutral-400\\/20 { border-inline-start-color: #a3a3a333; } @@ -124268,10 +170844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3a3a34d; } +.border-s-neutral-400\\/35 { + border-inline-start-color: #a3a3a359; +} + .border-s-neutral-400\\/40 { border-inline-start-color: #a3a3a366; } +.border-s-neutral-400\\/45 { + border-inline-start-color: #a3a3a373; +} + .border-s-neutral-400\\/5 { border-inline-start-color: #a3a3a30d; } @@ -124280,10 +170864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3a3a380; } +.border-s-neutral-400\\/55 { + border-inline-start-color: #a3a3a38c; +} + .border-s-neutral-400\\/60 { border-inline-start-color: #a3a3a399; } +.border-s-neutral-400\\/65 { + border-inline-start-color: #a3a3a3a6; +} + .border-s-neutral-400\\/70 { border-inline-start-color: #a3a3a3b3; } @@ -124296,6 +170888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a3a3a3cc; } +.border-s-neutral-400\\/85 { + border-inline-start-color: #a3a3a3d9; +} + .border-s-neutral-400\\/90 { border-inline-start-color: #a3a3a3e6; } @@ -124320,6 +170916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafa; } +.border-s-neutral-50\\/15 { + border-inline-start-color: #fafafa26; +} + .border-s-neutral-50\\/20 { border-inline-start-color: #fafafa33; } @@ -124332,10 +170932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafa4d; } +.border-s-neutral-50\\/35 { + border-inline-start-color: #fafafa59; +} + .border-s-neutral-50\\/40 { border-inline-start-color: #fafafa66; } +.border-s-neutral-50\\/45 { + border-inline-start-color: #fafafa73; +} + .border-s-neutral-50\\/5 { border-inline-start-color: #fafafa0d; } @@ -124344,10 +170952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafa80; } +.border-s-neutral-50\\/55 { + border-inline-start-color: #fafafa8c; +} + .border-s-neutral-50\\/60 { border-inline-start-color: #fafafa99; } +.border-s-neutral-50\\/65 { + border-inline-start-color: #fafafaa6; +} + .border-s-neutral-50\\/70 { border-inline-start-color: #fafafab3; } @@ -124360,6 +170976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafacc; } +.border-s-neutral-50\\/85 { + border-inline-start-color: #fafafad9; +} + .border-s-neutral-50\\/90 { border-inline-start-color: #fafafae6; } @@ -124384,6 +171004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #737373; } +.border-s-neutral-500\\/15 { + border-inline-start-color: #73737326; +} + .border-s-neutral-500\\/20 { border-inline-start-color: #73737333; } @@ -124396,10 +171020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7373734d; } +.border-s-neutral-500\\/35 { + border-inline-start-color: #73737359; +} + .border-s-neutral-500\\/40 { border-inline-start-color: #73737366; } +.border-s-neutral-500\\/45 { + border-inline-start-color: #73737373; +} + .border-s-neutral-500\\/5 { border-inline-start-color: #7373730d; } @@ -124408,10 +171040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #73737380; } +.border-s-neutral-500\\/55 { + border-inline-start-color: #7373738c; +} + .border-s-neutral-500\\/60 { border-inline-start-color: #73737399; } +.border-s-neutral-500\\/65 { + border-inline-start-color: #737373a6; +} + .border-s-neutral-500\\/70 { border-inline-start-color: #737373b3; } @@ -124424,6 +171064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #737373cc; } +.border-s-neutral-500\\/85 { + border-inline-start-color: #737373d9; +} + .border-s-neutral-500\\/90 { border-inline-start-color: #737373e6; } @@ -124448,6 +171092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #525252; } +.border-s-neutral-600\\/15 { + border-inline-start-color: #52525226; +} + .border-s-neutral-600\\/20 { border-inline-start-color: #52525233; } @@ -124460,10 +171108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5252524d; } +.border-s-neutral-600\\/35 { + border-inline-start-color: #52525259; +} + .border-s-neutral-600\\/40 { border-inline-start-color: #52525266; } +.border-s-neutral-600\\/45 { + border-inline-start-color: #52525273; +} + .border-s-neutral-600\\/5 { border-inline-start-color: #5252520d; } @@ -124472,10 +171128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #52525280; } +.border-s-neutral-600\\/55 { + border-inline-start-color: #5252528c; +} + .border-s-neutral-600\\/60 { border-inline-start-color: #52525299; } +.border-s-neutral-600\\/65 { + border-inline-start-color: #525252a6; +} + .border-s-neutral-600\\/70 { border-inline-start-color: #525252b3; } @@ -124488,6 +171152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #525252cc; } +.border-s-neutral-600\\/85 { + border-inline-start-color: #525252d9; +} + .border-s-neutral-600\\/90 { border-inline-start-color: #525252e6; } @@ -124512,6 +171180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #404040; } +.border-s-neutral-700\\/15 { + border-inline-start-color: #40404026; +} + .border-s-neutral-700\\/20 { border-inline-start-color: #40404033; } @@ -124524,10 +171196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4040404d; } +.border-s-neutral-700\\/35 { + border-inline-start-color: #40404059; +} + .border-s-neutral-700\\/40 { border-inline-start-color: #40404066; } +.border-s-neutral-700\\/45 { + border-inline-start-color: #40404073; +} + .border-s-neutral-700\\/5 { border-inline-start-color: #4040400d; } @@ -124536,10 +171216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #40404080; } +.border-s-neutral-700\\/55 { + border-inline-start-color: #4040408c; +} + .border-s-neutral-700\\/60 { border-inline-start-color: #40404099; } +.border-s-neutral-700\\/65 { + border-inline-start-color: #404040a6; +} + .border-s-neutral-700\\/70 { border-inline-start-color: #404040b3; } @@ -124552,6 +171240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #404040cc; } +.border-s-neutral-700\\/85 { + border-inline-start-color: #404040d9; +} + .border-s-neutral-700\\/90 { border-inline-start-color: #404040e6; } @@ -124576,6 +171268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #262626; } +.border-s-neutral-800\\/15 { + border-inline-start-color: #26262626; +} + .border-s-neutral-800\\/20 { border-inline-start-color: #26262633; } @@ -124588,10 +171284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2626264d; } +.border-s-neutral-800\\/35 { + border-inline-start-color: #26262659; +} + .border-s-neutral-800\\/40 { border-inline-start-color: #26262666; } +.border-s-neutral-800\\/45 { + border-inline-start-color: #26262673; +} + .border-s-neutral-800\\/5 { border-inline-start-color: #2626260d; } @@ -124600,10 +171304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #26262680; } +.border-s-neutral-800\\/55 { + border-inline-start-color: #2626268c; +} + .border-s-neutral-800\\/60 { border-inline-start-color: #26262699; } +.border-s-neutral-800\\/65 { + border-inline-start-color: #262626a6; +} + .border-s-neutral-800\\/70 { border-inline-start-color: #262626b3; } @@ -124616,6 +171328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #262626cc; } +.border-s-neutral-800\\/85 { + border-inline-start-color: #262626d9; +} + .border-s-neutral-800\\/90 { border-inline-start-color: #262626e6; } @@ -124640,6 +171356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #171717; } +.border-s-neutral-900\\/15 { + border-inline-start-color: #17171726; +} + .border-s-neutral-900\\/20 { border-inline-start-color: #17171733; } @@ -124652,10 +171372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1717174d; } +.border-s-neutral-900\\/35 { + border-inline-start-color: #17171759; +} + .border-s-neutral-900\\/40 { border-inline-start-color: #17171766; } +.border-s-neutral-900\\/45 { + border-inline-start-color: #17171773; +} + .border-s-neutral-900\\/5 { border-inline-start-color: #1717170d; } @@ -124664,10 +171392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #17171780; } +.border-s-neutral-900\\/55 { + border-inline-start-color: #1717178c; +} + .border-s-neutral-900\\/60 { border-inline-start-color: #17171799; } +.border-s-neutral-900\\/65 { + border-inline-start-color: #171717a6; +} + .border-s-neutral-900\\/70 { border-inline-start-color: #171717b3; } @@ -124680,6 +171416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #171717cc; } +.border-s-neutral-900\\/85 { + border-inline-start-color: #171717d9; +} + .border-s-neutral-900\\/90 { border-inline-start-color: #171717e6; } @@ -124704,6 +171444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0a0a0a; } +.border-s-neutral-950\\/15 { + border-inline-start-color: #0a0a0a26; +} + .border-s-neutral-950\\/20 { border-inline-start-color: #0a0a0a33; } @@ -124716,10 +171460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0a0a0a4d; } +.border-s-neutral-950\\/35 { + border-inline-start-color: #0a0a0a59; +} + .border-s-neutral-950\\/40 { border-inline-start-color: #0a0a0a66; } +.border-s-neutral-950\\/45 { + border-inline-start-color: #0a0a0a73; +} + .border-s-neutral-950\\/5 { border-inline-start-color: #0a0a0a0d; } @@ -124728,10 +171480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0a0a0a80; } +.border-s-neutral-950\\/55 { + border-inline-start-color: #0a0a0a8c; +} + .border-s-neutral-950\\/60 { border-inline-start-color: #0a0a0a99; } +.border-s-neutral-950\\/65 { + border-inline-start-color: #0a0a0aa6; +} + .border-s-neutral-950\\/70 { border-inline-start-color: #0a0a0ab3; } @@ -124744,6 +171504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0a0a0acc; } +.border-s-neutral-950\\/85 { + border-inline-start-color: #0a0a0ad9; +} + .border-s-neutral-950\\/90 { border-inline-start-color: #0a0a0ae6; } @@ -124768,6 +171532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffedd5; } +.border-s-orange-100\\/15 { + border-inline-start-color: #ffedd526; +} + .border-s-orange-100\\/20 { border-inline-start-color: #ffedd533; } @@ -124780,10 +171548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffedd54d; } +.border-s-orange-100\\/35 { + border-inline-start-color: #ffedd559; +} + .border-s-orange-100\\/40 { border-inline-start-color: #ffedd566; } +.border-s-orange-100\\/45 { + border-inline-start-color: #ffedd573; +} + .border-s-orange-100\\/5 { border-inline-start-color: #ffedd50d; } @@ -124792,10 +171568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffedd580; } +.border-s-orange-100\\/55 { + border-inline-start-color: #ffedd58c; +} + .border-s-orange-100\\/60 { border-inline-start-color: #ffedd599; } +.border-s-orange-100\\/65 { + border-inline-start-color: #ffedd5a6; +} + .border-s-orange-100\\/70 { border-inline-start-color: #ffedd5b3; } @@ -124808,6 +171592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffedd5cc; } +.border-s-orange-100\\/85 { + border-inline-start-color: #ffedd5d9; +} + .border-s-orange-100\\/90 { border-inline-start-color: #ffedd5e6; } @@ -124832,6 +171620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fed7aa; } +.border-s-orange-200\\/15 { + border-inline-start-color: #fed7aa26; +} + .border-s-orange-200\\/20 { border-inline-start-color: #fed7aa33; } @@ -124844,10 +171636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fed7aa4d; } +.border-s-orange-200\\/35 { + border-inline-start-color: #fed7aa59; +} + .border-s-orange-200\\/40 { border-inline-start-color: #fed7aa66; } +.border-s-orange-200\\/45 { + border-inline-start-color: #fed7aa73; +} + .border-s-orange-200\\/5 { border-inline-start-color: #fed7aa0d; } @@ -124856,10 +171656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fed7aa80; } +.border-s-orange-200\\/55 { + border-inline-start-color: #fed7aa8c; +} + .border-s-orange-200\\/60 { border-inline-start-color: #fed7aa99; } +.border-s-orange-200\\/65 { + border-inline-start-color: #fed7aaa6; +} + .border-s-orange-200\\/70 { border-inline-start-color: #fed7aab3; } @@ -124872,6 +171680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fed7aacc; } +.border-s-orange-200\\/85 { + border-inline-start-color: #fed7aad9; +} + .border-s-orange-200\\/90 { border-inline-start-color: #fed7aae6; } @@ -124896,6 +171708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdba74; } +.border-s-orange-300\\/15 { + border-inline-start-color: #fdba7426; +} + .border-s-orange-300\\/20 { border-inline-start-color: #fdba7433; } @@ -124908,10 +171724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdba744d; } +.border-s-orange-300\\/35 { + border-inline-start-color: #fdba7459; +} + .border-s-orange-300\\/40 { border-inline-start-color: #fdba7466; } +.border-s-orange-300\\/45 { + border-inline-start-color: #fdba7473; +} + .border-s-orange-300\\/5 { border-inline-start-color: #fdba740d; } @@ -124920,10 +171744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdba7480; } +.border-s-orange-300\\/55 { + border-inline-start-color: #fdba748c; +} + .border-s-orange-300\\/60 { border-inline-start-color: #fdba7499; } +.border-s-orange-300\\/65 { + border-inline-start-color: #fdba74a6; +} + .border-s-orange-300\\/70 { border-inline-start-color: #fdba74b3; } @@ -124936,6 +171768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdba74cc; } +.border-s-orange-300\\/85 { + border-inline-start-color: #fdba74d9; +} + .border-s-orange-300\\/90 { border-inline-start-color: #fdba74e6; } @@ -124960,6 +171796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb923c; } +.border-s-orange-400\\/15 { + border-inline-start-color: #fb923c26; +} + .border-s-orange-400\\/20 { border-inline-start-color: #fb923c33; } @@ -124972,10 +171812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb923c4d; } +.border-s-orange-400\\/35 { + border-inline-start-color: #fb923c59; +} + .border-s-orange-400\\/40 { border-inline-start-color: #fb923c66; } +.border-s-orange-400\\/45 { + border-inline-start-color: #fb923c73; +} + .border-s-orange-400\\/5 { border-inline-start-color: #fb923c0d; } @@ -124984,10 +171832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb923c80; } +.border-s-orange-400\\/55 { + border-inline-start-color: #fb923c8c; +} + .border-s-orange-400\\/60 { border-inline-start-color: #fb923c99; } +.border-s-orange-400\\/65 { + border-inline-start-color: #fb923ca6; +} + .border-s-orange-400\\/70 { border-inline-start-color: #fb923cb3; } @@ -125000,6 +171856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb923ccc; } +.border-s-orange-400\\/85 { + border-inline-start-color: #fb923cd9; +} + .border-s-orange-400\\/90 { border-inline-start-color: #fb923ce6; } @@ -125024,6 +171884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff7ed; } +.border-s-orange-50\\/15 { + border-inline-start-color: #fff7ed26; +} + .border-s-orange-50\\/20 { border-inline-start-color: #fff7ed33; } @@ -125036,10 +171900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff7ed4d; } +.border-s-orange-50\\/35 { + border-inline-start-color: #fff7ed59; +} + .border-s-orange-50\\/40 { border-inline-start-color: #fff7ed66; } +.border-s-orange-50\\/45 { + border-inline-start-color: #fff7ed73; +} + .border-s-orange-50\\/5 { border-inline-start-color: #fff7ed0d; } @@ -125048,10 +171920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff7ed80; } +.border-s-orange-50\\/55 { + border-inline-start-color: #fff7ed8c; +} + .border-s-orange-50\\/60 { border-inline-start-color: #fff7ed99; } +.border-s-orange-50\\/65 { + border-inline-start-color: #fff7eda6; +} + .border-s-orange-50\\/70 { border-inline-start-color: #fff7edb3; } @@ -125064,6 +171944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff7edcc; } +.border-s-orange-50\\/85 { + border-inline-start-color: #fff7edd9; +} + .border-s-orange-50\\/90 { border-inline-start-color: #fff7ede6; } @@ -125088,6 +171972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f97316; } +.border-s-orange-500\\/15 { + border-inline-start-color: #f9731626; +} + .border-s-orange-500\\/20 { border-inline-start-color: #f9731633; } @@ -125100,10 +171988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f973164d; } +.border-s-orange-500\\/35 { + border-inline-start-color: #f9731659; +} + .border-s-orange-500\\/40 { border-inline-start-color: #f9731666; } +.border-s-orange-500\\/45 { + border-inline-start-color: #f9731673; +} + .border-s-orange-500\\/5 { border-inline-start-color: #f973160d; } @@ -125112,10 +172008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9731680; } +.border-s-orange-500\\/55 { + border-inline-start-color: #f973168c; +} + .border-s-orange-500\\/60 { border-inline-start-color: #f9731699; } +.border-s-orange-500\\/65 { + border-inline-start-color: #f97316a6; +} + .border-s-orange-500\\/70 { border-inline-start-color: #f97316b3; } @@ -125128,6 +172032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f97316cc; } +.border-s-orange-500\\/85 { + border-inline-start-color: #f97316d9; +} + .border-s-orange-500\\/90 { border-inline-start-color: #f97316e6; } @@ -125152,6 +172060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ea580c; } +.border-s-orange-600\\/15 { + border-inline-start-color: #ea580c26; +} + .border-s-orange-600\\/20 { border-inline-start-color: #ea580c33; } @@ -125164,10 +172076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ea580c4d; } +.border-s-orange-600\\/35 { + border-inline-start-color: #ea580c59; +} + .border-s-orange-600\\/40 { border-inline-start-color: #ea580c66; } +.border-s-orange-600\\/45 { + border-inline-start-color: #ea580c73; +} + .border-s-orange-600\\/5 { border-inline-start-color: #ea580c0d; } @@ -125176,10 +172096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ea580c80; } +.border-s-orange-600\\/55 { + border-inline-start-color: #ea580c8c; +} + .border-s-orange-600\\/60 { border-inline-start-color: #ea580c99; } +.border-s-orange-600\\/65 { + border-inline-start-color: #ea580ca6; +} + .border-s-orange-600\\/70 { border-inline-start-color: #ea580cb3; } @@ -125192,6 +172120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ea580ccc; } +.border-s-orange-600\\/85 { + border-inline-start-color: #ea580cd9; +} + .border-s-orange-600\\/90 { border-inline-start-color: #ea580ce6; } @@ -125216,6 +172148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c2410c; } +.border-s-orange-700\\/15 { + border-inline-start-color: #c2410c26; +} + .border-s-orange-700\\/20 { border-inline-start-color: #c2410c33; } @@ -125228,10 +172164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c2410c4d; } +.border-s-orange-700\\/35 { + border-inline-start-color: #c2410c59; +} + .border-s-orange-700\\/40 { border-inline-start-color: #c2410c66; } +.border-s-orange-700\\/45 { + border-inline-start-color: #c2410c73; +} + .border-s-orange-700\\/5 { border-inline-start-color: #c2410c0d; } @@ -125240,10 +172184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c2410c80; } +.border-s-orange-700\\/55 { + border-inline-start-color: #c2410c8c; +} + .border-s-orange-700\\/60 { border-inline-start-color: #c2410c99; } +.border-s-orange-700\\/65 { + border-inline-start-color: #c2410ca6; +} + .border-s-orange-700\\/70 { border-inline-start-color: #c2410cb3; } @@ -125256,6 +172208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c2410ccc; } +.border-s-orange-700\\/85 { + border-inline-start-color: #c2410cd9; +} + .border-s-orange-700\\/90 { border-inline-start-color: #c2410ce6; } @@ -125280,6 +172236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9a3412; } +.border-s-orange-800\\/15 { + border-inline-start-color: #9a341226; +} + .border-s-orange-800\\/20 { border-inline-start-color: #9a341233; } @@ -125292,10 +172252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9a34124d; } +.border-s-orange-800\\/35 { + border-inline-start-color: #9a341259; +} + .border-s-orange-800\\/40 { border-inline-start-color: #9a341266; } +.border-s-orange-800\\/45 { + border-inline-start-color: #9a341273; +} + .border-s-orange-800\\/5 { border-inline-start-color: #9a34120d; } @@ -125304,10 +172272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9a341280; } +.border-s-orange-800\\/55 { + border-inline-start-color: #9a34128c; +} + .border-s-orange-800\\/60 { border-inline-start-color: #9a341299; } +.border-s-orange-800\\/65 { + border-inline-start-color: #9a3412a6; +} + .border-s-orange-800\\/70 { border-inline-start-color: #9a3412b3; } @@ -125320,6 +172296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9a3412cc; } +.border-s-orange-800\\/85 { + border-inline-start-color: #9a3412d9; +} + .border-s-orange-800\\/90 { border-inline-start-color: #9a3412e6; } @@ -125344,6 +172324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c2d12; } +.border-s-orange-900\\/15 { + border-inline-start-color: #7c2d1226; +} + .border-s-orange-900\\/20 { border-inline-start-color: #7c2d1233; } @@ -125356,10 +172340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c2d124d; } +.border-s-orange-900\\/35 { + border-inline-start-color: #7c2d1259; +} + .border-s-orange-900\\/40 { border-inline-start-color: #7c2d1266; } +.border-s-orange-900\\/45 { + border-inline-start-color: #7c2d1273; +} + .border-s-orange-900\\/5 { border-inline-start-color: #7c2d120d; } @@ -125368,10 +172360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c2d1280; } +.border-s-orange-900\\/55 { + border-inline-start-color: #7c2d128c; +} + .border-s-orange-900\\/60 { border-inline-start-color: #7c2d1299; } +.border-s-orange-900\\/65 { + border-inline-start-color: #7c2d12a6; +} + .border-s-orange-900\\/70 { border-inline-start-color: #7c2d12b3; } @@ -125384,6 +172384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c2d12cc; } +.border-s-orange-900\\/85 { + border-inline-start-color: #7c2d12d9; +} + .border-s-orange-900\\/90 { border-inline-start-color: #7c2d12e6; } @@ -125408,6 +172412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #431407; } +.border-s-orange-950\\/15 { + border-inline-start-color: #43140726; +} + .border-s-orange-950\\/20 { border-inline-start-color: #43140733; } @@ -125420,10 +172428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4314074d; } +.border-s-orange-950\\/35 { + border-inline-start-color: #43140759; +} + .border-s-orange-950\\/40 { border-inline-start-color: #43140766; } +.border-s-orange-950\\/45 { + border-inline-start-color: #43140773; +} + .border-s-orange-950\\/5 { border-inline-start-color: #4314070d; } @@ -125432,10 +172448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #43140780; } +.border-s-orange-950\\/55 { + border-inline-start-color: #4314078c; +} + .border-s-orange-950\\/60 { border-inline-start-color: #43140799; } +.border-s-orange-950\\/65 { + border-inline-start-color: #431407a6; +} + .border-s-orange-950\\/70 { border-inline-start-color: #431407b3; } @@ -125448,6 +172472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #431407cc; } +.border-s-orange-950\\/85 { + border-inline-start-color: #431407d9; +} + .border-s-orange-950\\/90 { border-inline-start-color: #431407e6; } @@ -125472,6 +172500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fce7f3; } +.border-s-pink-100\\/15 { + border-inline-start-color: #fce7f326; +} + .border-s-pink-100\\/20 { border-inline-start-color: #fce7f333; } @@ -125484,10 +172516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fce7f34d; } +.border-s-pink-100\\/35 { + border-inline-start-color: #fce7f359; +} + .border-s-pink-100\\/40 { border-inline-start-color: #fce7f366; } +.border-s-pink-100\\/45 { + border-inline-start-color: #fce7f373; +} + .border-s-pink-100\\/5 { border-inline-start-color: #fce7f30d; } @@ -125496,10 +172536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fce7f380; } +.border-s-pink-100\\/55 { + border-inline-start-color: #fce7f38c; +} + .border-s-pink-100\\/60 { border-inline-start-color: #fce7f399; } +.border-s-pink-100\\/65 { + border-inline-start-color: #fce7f3a6; +} + .border-s-pink-100\\/70 { border-inline-start-color: #fce7f3b3; } @@ -125512,6 +172560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fce7f3cc; } +.border-s-pink-100\\/85 { + border-inline-start-color: #fce7f3d9; +} + .border-s-pink-100\\/90 { border-inline-start-color: #fce7f3e6; } @@ -125536,6 +172588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbcfe8; } +.border-s-pink-200\\/15 { + border-inline-start-color: #fbcfe826; +} + .border-s-pink-200\\/20 { border-inline-start-color: #fbcfe833; } @@ -125548,10 +172604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbcfe84d; } +.border-s-pink-200\\/35 { + border-inline-start-color: #fbcfe859; +} + .border-s-pink-200\\/40 { border-inline-start-color: #fbcfe866; } +.border-s-pink-200\\/45 { + border-inline-start-color: #fbcfe873; +} + .border-s-pink-200\\/5 { border-inline-start-color: #fbcfe80d; } @@ -125560,10 +172624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbcfe880; } +.border-s-pink-200\\/55 { + border-inline-start-color: #fbcfe88c; +} + .border-s-pink-200\\/60 { border-inline-start-color: #fbcfe899; } +.border-s-pink-200\\/65 { + border-inline-start-color: #fbcfe8a6; +} + .border-s-pink-200\\/70 { border-inline-start-color: #fbcfe8b3; } @@ -125576,6 +172648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fbcfe8cc; } +.border-s-pink-200\\/85 { + border-inline-start-color: #fbcfe8d9; +} + .border-s-pink-200\\/90 { border-inline-start-color: #fbcfe8e6; } @@ -125600,6 +172676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9a8d4; } +.border-s-pink-300\\/15 { + border-inline-start-color: #f9a8d426; +} + .border-s-pink-300\\/20 { border-inline-start-color: #f9a8d433; } @@ -125612,10 +172692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9a8d44d; } +.border-s-pink-300\\/35 { + border-inline-start-color: #f9a8d459; +} + .border-s-pink-300\\/40 { border-inline-start-color: #f9a8d466; } +.border-s-pink-300\\/45 { + border-inline-start-color: #f9a8d473; +} + .border-s-pink-300\\/5 { border-inline-start-color: #f9a8d40d; } @@ -125624,10 +172712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9a8d480; } +.border-s-pink-300\\/55 { + border-inline-start-color: #f9a8d48c; +} + .border-s-pink-300\\/60 { border-inline-start-color: #f9a8d499; } +.border-s-pink-300\\/65 { + border-inline-start-color: #f9a8d4a6; +} + .border-s-pink-300\\/70 { border-inline-start-color: #f9a8d4b3; } @@ -125640,6 +172736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f9a8d4cc; } +.border-s-pink-300\\/85 { + border-inline-start-color: #f9a8d4d9; +} + .border-s-pink-300\\/90 { border-inline-start-color: #f9a8d4e6; } @@ -125664,6 +172764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f472b6; } +.border-s-pink-400\\/15 { + border-inline-start-color: #f472b626; +} + .border-s-pink-400\\/20 { border-inline-start-color: #f472b633; } @@ -125676,10 +172780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f472b64d; } +.border-s-pink-400\\/35 { + border-inline-start-color: #f472b659; +} + .border-s-pink-400\\/40 { border-inline-start-color: #f472b666; } +.border-s-pink-400\\/45 { + border-inline-start-color: #f472b673; +} + .border-s-pink-400\\/5 { border-inline-start-color: #f472b60d; } @@ -125688,10 +172800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f472b680; } +.border-s-pink-400\\/55 { + border-inline-start-color: #f472b68c; +} + .border-s-pink-400\\/60 { border-inline-start-color: #f472b699; } +.border-s-pink-400\\/65 { + border-inline-start-color: #f472b6a6; +} + .border-s-pink-400\\/70 { border-inline-start-color: #f472b6b3; } @@ -125704,6 +172824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f472b6cc; } +.border-s-pink-400\\/85 { + border-inline-start-color: #f472b6d9; +} + .border-s-pink-400\\/90 { border-inline-start-color: #f472b6e6; } @@ -125728,6 +172852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf2f8; } +.border-s-pink-50\\/15 { + border-inline-start-color: #fdf2f826; +} + .border-s-pink-50\\/20 { border-inline-start-color: #fdf2f833; } @@ -125740,10 +172868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf2f84d; } +.border-s-pink-50\\/35 { + border-inline-start-color: #fdf2f859; +} + .border-s-pink-50\\/40 { border-inline-start-color: #fdf2f866; } +.border-s-pink-50\\/45 { + border-inline-start-color: #fdf2f873; +} + .border-s-pink-50\\/5 { border-inline-start-color: #fdf2f80d; } @@ -125752,10 +172888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf2f880; } +.border-s-pink-50\\/55 { + border-inline-start-color: #fdf2f88c; +} + .border-s-pink-50\\/60 { border-inline-start-color: #fdf2f899; } +.border-s-pink-50\\/65 { + border-inline-start-color: #fdf2f8a6; +} + .border-s-pink-50\\/70 { border-inline-start-color: #fdf2f8b3; } @@ -125768,6 +172912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fdf2f8cc; } +.border-s-pink-50\\/85 { + border-inline-start-color: #fdf2f8d9; +} + .border-s-pink-50\\/90 { border-inline-start-color: #fdf2f8e6; } @@ -125792,6 +172940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ec4899; } +.border-s-pink-500\\/15 { + border-inline-start-color: #ec489926; +} + .border-s-pink-500\\/20 { border-inline-start-color: #ec489933; } @@ -125804,10 +172956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ec48994d; } +.border-s-pink-500\\/35 { + border-inline-start-color: #ec489959; +} + .border-s-pink-500\\/40 { border-inline-start-color: #ec489966; } +.border-s-pink-500\\/45 { + border-inline-start-color: #ec489973; +} + .border-s-pink-500\\/5 { border-inline-start-color: #ec48990d; } @@ -125816,10 +172976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ec489980; } +.border-s-pink-500\\/55 { + border-inline-start-color: #ec48998c; +} + .border-s-pink-500\\/60 { border-inline-start-color: #ec489999; } +.border-s-pink-500\\/65 { + border-inline-start-color: #ec4899a6; +} + .border-s-pink-500\\/70 { border-inline-start-color: #ec4899b3; } @@ -125832,6 +173000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ec4899cc; } +.border-s-pink-500\\/85 { + border-inline-start-color: #ec4899d9; +} + .border-s-pink-500\\/90 { border-inline-start-color: #ec4899e6; } @@ -125856,6 +173028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #db2777; } +.border-s-pink-600\\/15 { + border-inline-start-color: #db277726; +} + .border-s-pink-600\\/20 { border-inline-start-color: #db277733; } @@ -125868,10 +173044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #db27774d; } +.border-s-pink-600\\/35 { + border-inline-start-color: #db277759; +} + .border-s-pink-600\\/40 { border-inline-start-color: #db277766; } +.border-s-pink-600\\/45 { + border-inline-start-color: #db277773; +} + .border-s-pink-600\\/5 { border-inline-start-color: #db27770d; } @@ -125880,10 +173064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #db277780; } +.border-s-pink-600\\/55 { + border-inline-start-color: #db27778c; +} + .border-s-pink-600\\/60 { border-inline-start-color: #db277799; } +.border-s-pink-600\\/65 { + border-inline-start-color: #db2777a6; +} + .border-s-pink-600\\/70 { border-inline-start-color: #db2777b3; } @@ -125896,6 +173088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #db2777cc; } +.border-s-pink-600\\/85 { + border-inline-start-color: #db2777d9; +} + .border-s-pink-600\\/90 { border-inline-start-color: #db2777e6; } @@ -125920,6 +173116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be185d; } +.border-s-pink-700\\/15 { + border-inline-start-color: #be185d26; +} + .border-s-pink-700\\/20 { border-inline-start-color: #be185d33; } @@ -125932,10 +173132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be185d4d; } +.border-s-pink-700\\/35 { + border-inline-start-color: #be185d59; +} + .border-s-pink-700\\/40 { border-inline-start-color: #be185d66; } +.border-s-pink-700\\/45 { + border-inline-start-color: #be185d73; +} + .border-s-pink-700\\/5 { border-inline-start-color: #be185d0d; } @@ -125944,10 +173152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be185d80; } +.border-s-pink-700\\/55 { + border-inline-start-color: #be185d8c; +} + .border-s-pink-700\\/60 { border-inline-start-color: #be185d99; } +.border-s-pink-700\\/65 { + border-inline-start-color: #be185da6; +} + .border-s-pink-700\\/70 { border-inline-start-color: #be185db3; } @@ -125960,6 +173176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be185dcc; } +.border-s-pink-700\\/85 { + border-inline-start-color: #be185dd9; +} + .border-s-pink-700\\/90 { border-inline-start-color: #be185de6; } @@ -125984,6 +173204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9d174d; } +.border-s-pink-800\\/15 { + border-inline-start-color: #9d174d26; +} + .border-s-pink-800\\/20 { border-inline-start-color: #9d174d33; } @@ -125996,10 +173220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9d174d4d; } +.border-s-pink-800\\/35 { + border-inline-start-color: #9d174d59; +} + .border-s-pink-800\\/40 { border-inline-start-color: #9d174d66; } +.border-s-pink-800\\/45 { + border-inline-start-color: #9d174d73; +} + .border-s-pink-800\\/5 { border-inline-start-color: #9d174d0d; } @@ -126008,10 +173240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9d174d80; } +.border-s-pink-800\\/55 { + border-inline-start-color: #9d174d8c; +} + .border-s-pink-800\\/60 { border-inline-start-color: #9d174d99; } +.border-s-pink-800\\/65 { + border-inline-start-color: #9d174da6; +} + .border-s-pink-800\\/70 { border-inline-start-color: #9d174db3; } @@ -126024,6 +173264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9d174dcc; } +.border-s-pink-800\\/85 { + border-inline-start-color: #9d174dd9; +} + .border-s-pink-800\\/90 { border-inline-start-color: #9d174de6; } @@ -126048,6 +173292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #831843; } +.border-s-pink-900\\/15 { + border-inline-start-color: #83184326; +} + .border-s-pink-900\\/20 { border-inline-start-color: #83184333; } @@ -126060,10 +173308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #8318434d; } +.border-s-pink-900\\/35 { + border-inline-start-color: #83184359; +} + .border-s-pink-900\\/40 { border-inline-start-color: #83184366; } +.border-s-pink-900\\/45 { + border-inline-start-color: #83184373; +} + .border-s-pink-900\\/5 { border-inline-start-color: #8318430d; } @@ -126072,10 +173328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #83184380; } +.border-s-pink-900\\/55 { + border-inline-start-color: #8318438c; +} + .border-s-pink-900\\/60 { border-inline-start-color: #83184399; } +.border-s-pink-900\\/65 { + border-inline-start-color: #831843a6; +} + .border-s-pink-900\\/70 { border-inline-start-color: #831843b3; } @@ -126088,6 +173352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #831843cc; } +.border-s-pink-900\\/85 { + border-inline-start-color: #831843d9; +} + .border-s-pink-900\\/90 { border-inline-start-color: #831843e6; } @@ -126112,6 +173380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #500724; } +.border-s-pink-950\\/15 { + border-inline-start-color: #50072426; +} + .border-s-pink-950\\/20 { border-inline-start-color: #50072433; } @@ -126124,10 +173396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5007244d; } +.border-s-pink-950\\/35 { + border-inline-start-color: #50072459; +} + .border-s-pink-950\\/40 { border-inline-start-color: #50072466; } +.border-s-pink-950\\/45 { + border-inline-start-color: #50072473; +} + .border-s-pink-950\\/5 { border-inline-start-color: #5007240d; } @@ -126136,10 +173416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #50072480; } +.border-s-pink-950\\/55 { + border-inline-start-color: #5007248c; +} + .border-s-pink-950\\/60 { border-inline-start-color: #50072499; } +.border-s-pink-950\\/65 { + border-inline-start-color: #500724a6; +} + .border-s-pink-950\\/70 { border-inline-start-color: #500724b3; } @@ -126152,6 +173440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #500724cc; } +.border-s-pink-950\\/85 { + border-inline-start-color: #500724d9; +} + .border-s-pink-950\\/90 { border-inline-start-color: #500724e6; } @@ -126176,6 +173468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3e8ff; } +.border-s-purple-100\\/15 { + border-inline-start-color: #f3e8ff26; +} + .border-s-purple-100\\/20 { border-inline-start-color: #f3e8ff33; } @@ -126188,10 +173484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3e8ff4d; } +.border-s-purple-100\\/35 { + border-inline-start-color: #f3e8ff59; +} + .border-s-purple-100\\/40 { border-inline-start-color: #f3e8ff66; } +.border-s-purple-100\\/45 { + border-inline-start-color: #f3e8ff73; +} + .border-s-purple-100\\/5 { border-inline-start-color: #f3e8ff0d; } @@ -126200,10 +173504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3e8ff80; } +.border-s-purple-100\\/55 { + border-inline-start-color: #f3e8ff8c; +} + .border-s-purple-100\\/60 { border-inline-start-color: #f3e8ff99; } +.border-s-purple-100\\/65 { + border-inline-start-color: #f3e8ffa6; +} + .border-s-purple-100\\/70 { border-inline-start-color: #f3e8ffb3; } @@ -126216,6 +173528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f3e8ffcc; } +.border-s-purple-100\\/85 { + border-inline-start-color: #f3e8ffd9; +} + .border-s-purple-100\\/90 { border-inline-start-color: #f3e8ffe6; } @@ -126240,6 +173556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e9d5ff; } +.border-s-purple-200\\/15 { + border-inline-start-color: #e9d5ff26; +} + .border-s-purple-200\\/20 { border-inline-start-color: #e9d5ff33; } @@ -126252,10 +173572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e9d5ff4d; } +.border-s-purple-200\\/35 { + border-inline-start-color: #e9d5ff59; +} + .border-s-purple-200\\/40 { border-inline-start-color: #e9d5ff66; } +.border-s-purple-200\\/45 { + border-inline-start-color: #e9d5ff73; +} + .border-s-purple-200\\/5 { border-inline-start-color: #e9d5ff0d; } @@ -126264,10 +173592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e9d5ff80; } +.border-s-purple-200\\/55 { + border-inline-start-color: #e9d5ff8c; +} + .border-s-purple-200\\/60 { border-inline-start-color: #e9d5ff99; } +.border-s-purple-200\\/65 { + border-inline-start-color: #e9d5ffa6; +} + .border-s-purple-200\\/70 { border-inline-start-color: #e9d5ffb3; } @@ -126280,6 +173616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e9d5ffcc; } +.border-s-purple-200\\/85 { + border-inline-start-color: #e9d5ffd9; +} + .border-s-purple-200\\/90 { border-inline-start-color: #e9d5ffe6; } @@ -126304,6 +173644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d8b4fe; } +.border-s-purple-300\\/15 { + border-inline-start-color: #d8b4fe26; +} + .border-s-purple-300\\/20 { border-inline-start-color: #d8b4fe33; } @@ -126316,10 +173660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d8b4fe4d; } +.border-s-purple-300\\/35 { + border-inline-start-color: #d8b4fe59; +} + .border-s-purple-300\\/40 { border-inline-start-color: #d8b4fe66; } +.border-s-purple-300\\/45 { + border-inline-start-color: #d8b4fe73; +} + .border-s-purple-300\\/5 { border-inline-start-color: #d8b4fe0d; } @@ -126328,10 +173680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d8b4fe80; } +.border-s-purple-300\\/55 { + border-inline-start-color: #d8b4fe8c; +} + .border-s-purple-300\\/60 { border-inline-start-color: #d8b4fe99; } +.border-s-purple-300\\/65 { + border-inline-start-color: #d8b4fea6; +} + .border-s-purple-300\\/70 { border-inline-start-color: #d8b4feb3; } @@ -126344,6 +173704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d8b4fecc; } +.border-s-purple-300\\/85 { + border-inline-start-color: #d8b4fed9; +} + .border-s-purple-300\\/90 { border-inline-start-color: #d8b4fee6; } @@ -126368,6 +173732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c084fc; } +.border-s-purple-400\\/15 { + border-inline-start-color: #c084fc26; +} + .border-s-purple-400\\/20 { border-inline-start-color: #c084fc33; } @@ -126380,10 +173748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c084fc4d; } +.border-s-purple-400\\/35 { + border-inline-start-color: #c084fc59; +} + .border-s-purple-400\\/40 { border-inline-start-color: #c084fc66; } +.border-s-purple-400\\/45 { + border-inline-start-color: #c084fc73; +} + .border-s-purple-400\\/5 { border-inline-start-color: #c084fc0d; } @@ -126392,10 +173768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c084fc80; } +.border-s-purple-400\\/55 { + border-inline-start-color: #c084fc8c; +} + .border-s-purple-400\\/60 { border-inline-start-color: #c084fc99; } +.border-s-purple-400\\/65 { + border-inline-start-color: #c084fca6; +} + .border-s-purple-400\\/70 { border-inline-start-color: #c084fcb3; } @@ -126408,6 +173792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c084fccc; } +.border-s-purple-400\\/85 { + border-inline-start-color: #c084fcd9; +} + .border-s-purple-400\\/90 { border-inline-start-color: #c084fce6; } @@ -126432,6 +173820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #faf5ff; } +.border-s-purple-50\\/15 { + border-inline-start-color: #faf5ff26; +} + .border-s-purple-50\\/20 { border-inline-start-color: #faf5ff33; } @@ -126444,10 +173836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #faf5ff4d; } +.border-s-purple-50\\/35 { + border-inline-start-color: #faf5ff59; +} + .border-s-purple-50\\/40 { border-inline-start-color: #faf5ff66; } +.border-s-purple-50\\/45 { + border-inline-start-color: #faf5ff73; +} + .border-s-purple-50\\/5 { border-inline-start-color: #faf5ff0d; } @@ -126456,10 +173856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #faf5ff80; } +.border-s-purple-50\\/55 { + border-inline-start-color: #faf5ff8c; +} + .border-s-purple-50\\/60 { border-inline-start-color: #faf5ff99; } +.border-s-purple-50\\/65 { + border-inline-start-color: #faf5ffa6; +} + .border-s-purple-50\\/70 { border-inline-start-color: #faf5ffb3; } @@ -126472,6 +173880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #faf5ffcc; } +.border-s-purple-50\\/85 { + border-inline-start-color: #faf5ffd9; +} + .border-s-purple-50\\/90 { border-inline-start-color: #faf5ffe6; } @@ -126496,6 +173908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a855f7; } +.border-s-purple-500\\/15 { + border-inline-start-color: #a855f726; +} + .border-s-purple-500\\/20 { border-inline-start-color: #a855f733; } @@ -126508,10 +173924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a855f74d; } +.border-s-purple-500\\/35 { + border-inline-start-color: #a855f759; +} + .border-s-purple-500\\/40 { border-inline-start-color: #a855f766; } +.border-s-purple-500\\/45 { + border-inline-start-color: #a855f773; +} + .border-s-purple-500\\/5 { border-inline-start-color: #a855f70d; } @@ -126520,10 +173944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a855f780; } +.border-s-purple-500\\/55 { + border-inline-start-color: #a855f78c; +} + .border-s-purple-500\\/60 { border-inline-start-color: #a855f799; } +.border-s-purple-500\\/65 { + border-inline-start-color: #a855f7a6; +} + .border-s-purple-500\\/70 { border-inline-start-color: #a855f7b3; } @@ -126536,6 +173968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a855f7cc; } +.border-s-purple-500\\/85 { + border-inline-start-color: #a855f7d9; +} + .border-s-purple-500\\/90 { border-inline-start-color: #a855f7e6; } @@ -126560,6 +173996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9333ea; } +.border-s-purple-600\\/15 { + border-inline-start-color: #9333ea26; +} + .border-s-purple-600\\/20 { border-inline-start-color: #9333ea33; } @@ -126572,10 +174012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9333ea4d; } +.border-s-purple-600\\/35 { + border-inline-start-color: #9333ea59; +} + .border-s-purple-600\\/40 { border-inline-start-color: #9333ea66; } +.border-s-purple-600\\/45 { + border-inline-start-color: #9333ea73; +} + .border-s-purple-600\\/5 { border-inline-start-color: #9333ea0d; } @@ -126584,10 +174032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9333ea80; } +.border-s-purple-600\\/55 { + border-inline-start-color: #9333ea8c; +} + .border-s-purple-600\\/60 { border-inline-start-color: #9333ea99; } +.border-s-purple-600\\/65 { + border-inline-start-color: #9333eaa6; +} + .border-s-purple-600\\/70 { border-inline-start-color: #9333eab3; } @@ -126600,6 +174056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9333eacc; } +.border-s-purple-600\\/85 { + border-inline-start-color: #9333ead9; +} + .border-s-purple-600\\/90 { border-inline-start-color: #9333eae6; } @@ -126624,6 +174084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7e22ce; } +.border-s-purple-700\\/15 { + border-inline-start-color: #7e22ce26; +} + .border-s-purple-700\\/20 { border-inline-start-color: #7e22ce33; } @@ -126636,10 +174100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7e22ce4d; } +.border-s-purple-700\\/35 { + border-inline-start-color: #7e22ce59; +} + .border-s-purple-700\\/40 { border-inline-start-color: #7e22ce66; } +.border-s-purple-700\\/45 { + border-inline-start-color: #7e22ce73; +} + .border-s-purple-700\\/5 { border-inline-start-color: #7e22ce0d; } @@ -126648,10 +174120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7e22ce80; } +.border-s-purple-700\\/55 { + border-inline-start-color: #7e22ce8c; +} + .border-s-purple-700\\/60 { border-inline-start-color: #7e22ce99; } +.border-s-purple-700\\/65 { + border-inline-start-color: #7e22cea6; +} + .border-s-purple-700\\/70 { border-inline-start-color: #7e22ceb3; } @@ -126664,6 +174144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7e22cecc; } +.border-s-purple-700\\/85 { + border-inline-start-color: #7e22ced9; +} + .border-s-purple-700\\/90 { border-inline-start-color: #7e22cee6; } @@ -126688,6 +174172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b21a8; } +.border-s-purple-800\\/15 { + border-inline-start-color: #6b21a826; +} + .border-s-purple-800\\/20 { border-inline-start-color: #6b21a833; } @@ -126700,10 +174188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b21a84d; } +.border-s-purple-800\\/35 { + border-inline-start-color: #6b21a859; +} + .border-s-purple-800\\/40 { border-inline-start-color: #6b21a866; } +.border-s-purple-800\\/45 { + border-inline-start-color: #6b21a873; +} + .border-s-purple-800\\/5 { border-inline-start-color: #6b21a80d; } @@ -126712,10 +174208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b21a880; } +.border-s-purple-800\\/55 { + border-inline-start-color: #6b21a88c; +} + .border-s-purple-800\\/60 { border-inline-start-color: #6b21a899; } +.border-s-purple-800\\/65 { + border-inline-start-color: #6b21a8a6; +} + .border-s-purple-800\\/70 { border-inline-start-color: #6b21a8b3; } @@ -126728,6 +174232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6b21a8cc; } +.border-s-purple-800\\/85 { + border-inline-start-color: #6b21a8d9; +} + .border-s-purple-800\\/90 { border-inline-start-color: #6b21a8e6; } @@ -126752,6 +174260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #581c87; } +.border-s-purple-900\\/15 { + border-inline-start-color: #581c8726; +} + .border-s-purple-900\\/20 { border-inline-start-color: #581c8733; } @@ -126764,10 +174276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #581c874d; } +.border-s-purple-900\\/35 { + border-inline-start-color: #581c8759; +} + .border-s-purple-900\\/40 { border-inline-start-color: #581c8766; } +.border-s-purple-900\\/45 { + border-inline-start-color: #581c8773; +} + .border-s-purple-900\\/5 { border-inline-start-color: #581c870d; } @@ -126776,10 +174296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #581c8780; } +.border-s-purple-900\\/55 { + border-inline-start-color: #581c878c; +} + .border-s-purple-900\\/60 { border-inline-start-color: #581c8799; } +.border-s-purple-900\\/65 { + border-inline-start-color: #581c87a6; +} + .border-s-purple-900\\/70 { border-inline-start-color: #581c87b3; } @@ -126792,6 +174320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #581c87cc; } +.border-s-purple-900\\/85 { + border-inline-start-color: #581c87d9; +} + .border-s-purple-900\\/90 { border-inline-start-color: #581c87e6; } @@ -126816,6 +174348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b0764; } +.border-s-purple-950\\/15 { + border-inline-start-color: #3b076426; +} + .border-s-purple-950\\/20 { border-inline-start-color: #3b076433; } @@ -126828,10 +174364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b07644d; } +.border-s-purple-950\\/35 { + border-inline-start-color: #3b076459; +} + .border-s-purple-950\\/40 { border-inline-start-color: #3b076466; } +.border-s-purple-950\\/45 { + border-inline-start-color: #3b076473; +} + .border-s-purple-950\\/5 { border-inline-start-color: #3b07640d; } @@ -126840,10 +174384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b076480; } +.border-s-purple-950\\/55 { + border-inline-start-color: #3b07648c; +} + .border-s-purple-950\\/60 { border-inline-start-color: #3b076499; } +.border-s-purple-950\\/65 { + border-inline-start-color: #3b0764a6; +} + .border-s-purple-950\\/70 { border-inline-start-color: #3b0764b3; } @@ -126856,6 +174408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3b0764cc; } +.border-s-purple-950\\/85 { + border-inline-start-color: #3b0764d9; +} + .border-s-purple-950\\/90 { border-inline-start-color: #3b0764e6; } @@ -126880,6 +174436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fee2e2; } +.border-s-red-100\\/15 { + border-inline-start-color: #fee2e226; +} + .border-s-red-100\\/20 { border-inline-start-color: #fee2e233; } @@ -126892,10 +174452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fee2e24d; } +.border-s-red-100\\/35 { + border-inline-start-color: #fee2e259; +} + .border-s-red-100\\/40 { border-inline-start-color: #fee2e266; } +.border-s-red-100\\/45 { + border-inline-start-color: #fee2e273; +} + .border-s-red-100\\/5 { border-inline-start-color: #fee2e20d; } @@ -126904,10 +174472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fee2e280; } +.border-s-red-100\\/55 { + border-inline-start-color: #fee2e28c; +} + .border-s-red-100\\/60 { border-inline-start-color: #fee2e299; } +.border-s-red-100\\/65 { + border-inline-start-color: #fee2e2a6; +} + .border-s-red-100\\/70 { border-inline-start-color: #fee2e2b3; } @@ -126920,6 +174496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fee2e2cc; } +.border-s-red-100\\/85 { + border-inline-start-color: #fee2e2d9; +} + .border-s-red-100\\/90 { border-inline-start-color: #fee2e2e6; } @@ -126944,6 +174524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecaca; } +.border-s-red-200\\/15 { + border-inline-start-color: #fecaca26; +} + .border-s-red-200\\/20 { border-inline-start-color: #fecaca33; } @@ -126956,10 +174540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecaca4d; } +.border-s-red-200\\/35 { + border-inline-start-color: #fecaca59; +} + .border-s-red-200\\/40 { border-inline-start-color: #fecaca66; } +.border-s-red-200\\/45 { + border-inline-start-color: #fecaca73; +} + .border-s-red-200\\/5 { border-inline-start-color: #fecaca0d; } @@ -126968,10 +174560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecaca80; } +.border-s-red-200\\/55 { + border-inline-start-color: #fecaca8c; +} + .border-s-red-200\\/60 { border-inline-start-color: #fecaca99; } +.border-s-red-200\\/65 { + border-inline-start-color: #fecacaa6; +} + .border-s-red-200\\/70 { border-inline-start-color: #fecacab3; } @@ -126984,6 +174584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecacacc; } +.border-s-red-200\\/85 { + border-inline-start-color: #fecacad9; +} + .border-s-red-200\\/90 { border-inline-start-color: #fecacae6; } @@ -127008,6 +174612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fca5a5; } +.border-s-red-300\\/15 { + border-inline-start-color: #fca5a526; +} + .border-s-red-300\\/20 { border-inline-start-color: #fca5a533; } @@ -127020,10 +174628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fca5a54d; } +.border-s-red-300\\/35 { + border-inline-start-color: #fca5a559; +} + .border-s-red-300\\/40 { border-inline-start-color: #fca5a566; } +.border-s-red-300\\/45 { + border-inline-start-color: #fca5a573; +} + .border-s-red-300\\/5 { border-inline-start-color: #fca5a50d; } @@ -127032,10 +174648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fca5a580; } +.border-s-red-300\\/55 { + border-inline-start-color: #fca5a58c; +} + .border-s-red-300\\/60 { border-inline-start-color: #fca5a599; } +.border-s-red-300\\/65 { + border-inline-start-color: #fca5a5a6; +} + .border-s-red-300\\/70 { border-inline-start-color: #fca5a5b3; } @@ -127048,6 +174672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fca5a5cc; } +.border-s-red-300\\/85 { + border-inline-start-color: #fca5a5d9; +} + .border-s-red-300\\/90 { border-inline-start-color: #fca5a5e6; } @@ -127072,6 +174700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f87171; } +.border-s-red-400\\/15 { + border-inline-start-color: #f8717126; +} + .border-s-red-400\\/20 { border-inline-start-color: #f8717133; } @@ -127084,10 +174716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f871714d; } +.border-s-red-400\\/35 { + border-inline-start-color: #f8717159; +} + .border-s-red-400\\/40 { border-inline-start-color: #f8717166; } +.border-s-red-400\\/45 { + border-inline-start-color: #f8717173; +} + .border-s-red-400\\/5 { border-inline-start-color: #f871710d; } @@ -127096,10 +174736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f8717180; } +.border-s-red-400\\/55 { + border-inline-start-color: #f871718c; +} + .border-s-red-400\\/60 { border-inline-start-color: #f8717199; } +.border-s-red-400\\/65 { + border-inline-start-color: #f87171a6; +} + .border-s-red-400\\/70 { border-inline-start-color: #f87171b3; } @@ -127112,6 +174760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f87171cc; } +.border-s-red-400\\/85 { + border-inline-start-color: #f87171d9; +} + .border-s-red-400\\/90 { border-inline-start-color: #f87171e6; } @@ -127136,6 +174788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef2f2; } +.border-s-red-50\\/15 { + border-inline-start-color: #fef2f226; +} + .border-s-red-50\\/20 { border-inline-start-color: #fef2f233; } @@ -127148,10 +174804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef2f24d; } +.border-s-red-50\\/35 { + border-inline-start-color: #fef2f259; +} + .border-s-red-50\\/40 { border-inline-start-color: #fef2f266; } +.border-s-red-50\\/45 { + border-inline-start-color: #fef2f273; +} + .border-s-red-50\\/5 { border-inline-start-color: #fef2f20d; } @@ -127160,10 +174824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef2f280; } +.border-s-red-50\\/55 { + border-inline-start-color: #fef2f28c; +} + .border-s-red-50\\/60 { border-inline-start-color: #fef2f299; } +.border-s-red-50\\/65 { + border-inline-start-color: #fef2f2a6; +} + .border-s-red-50\\/70 { border-inline-start-color: #fef2f2b3; } @@ -127176,6 +174848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef2f2cc; } +.border-s-red-50\\/85 { + border-inline-start-color: #fef2f2d9; +} + .border-s-red-50\\/90 { border-inline-start-color: #fef2f2e6; } @@ -127200,6 +174876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ef4444; } +.border-s-red-500\\/15 { + border-inline-start-color: #ef444426; +} + .border-s-red-500\\/20 { border-inline-start-color: #ef444433; } @@ -127212,10 +174892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ef44444d; } +.border-s-red-500\\/35 { + border-inline-start-color: #ef444459; +} + .border-s-red-500\\/40 { border-inline-start-color: #ef444466; } +.border-s-red-500\\/45 { + border-inline-start-color: #ef444473; +} + .border-s-red-500\\/5 { border-inline-start-color: #ef44440d; } @@ -127224,10 +174912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ef444480; } +.border-s-red-500\\/55 { + border-inline-start-color: #ef44448c; +} + .border-s-red-500\\/60 { border-inline-start-color: #ef444499; } +.border-s-red-500\\/65 { + border-inline-start-color: #ef4444a6; +} + .border-s-red-500\\/70 { border-inline-start-color: #ef4444b3; } @@ -127240,6 +174936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ef4444cc; } +.border-s-red-500\\/85 { + border-inline-start-color: #ef4444d9; +} + .border-s-red-500\\/90 { border-inline-start-color: #ef4444e6; } @@ -127264,6 +174964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dc2626; } +.border-s-red-600\\/15 { + border-inline-start-color: #dc262626; +} + .border-s-red-600\\/20 { border-inline-start-color: #dc262633; } @@ -127276,10 +174980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dc26264d; } +.border-s-red-600\\/35 { + border-inline-start-color: #dc262659; +} + .border-s-red-600\\/40 { border-inline-start-color: #dc262666; } +.border-s-red-600\\/45 { + border-inline-start-color: #dc262673; +} + .border-s-red-600\\/5 { border-inline-start-color: #dc26260d; } @@ -127288,10 +175000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dc262680; } +.border-s-red-600\\/55 { + border-inline-start-color: #dc26268c; +} + .border-s-red-600\\/60 { border-inline-start-color: #dc262699; } +.border-s-red-600\\/65 { + border-inline-start-color: #dc2626a6; +} + .border-s-red-600\\/70 { border-inline-start-color: #dc2626b3; } @@ -127304,6 +175024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #dc2626cc; } +.border-s-red-600\\/85 { + border-inline-start-color: #dc2626d9; +} + .border-s-red-600\\/90 { border-inline-start-color: #dc2626e6; } @@ -127328,6 +175052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b91c1c; } +.border-s-red-700\\/15 { + border-inline-start-color: #b91c1c26; +} + .border-s-red-700\\/20 { border-inline-start-color: #b91c1c33; } @@ -127340,10 +175068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b91c1c4d; } +.border-s-red-700\\/35 { + border-inline-start-color: #b91c1c59; +} + .border-s-red-700\\/40 { border-inline-start-color: #b91c1c66; } +.border-s-red-700\\/45 { + border-inline-start-color: #b91c1c73; +} + .border-s-red-700\\/5 { border-inline-start-color: #b91c1c0d; } @@ -127352,10 +175088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b91c1c80; } +.border-s-red-700\\/55 { + border-inline-start-color: #b91c1c8c; +} + .border-s-red-700\\/60 { border-inline-start-color: #b91c1c99; } +.border-s-red-700\\/65 { + border-inline-start-color: #b91c1ca6; +} + .border-s-red-700\\/70 { border-inline-start-color: #b91c1cb3; } @@ -127368,6 +175112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #b91c1ccc; } +.border-s-red-700\\/85 { + border-inline-start-color: #b91c1cd9; +} + .border-s-red-700\\/90 { border-inline-start-color: #b91c1ce6; } @@ -127392,6 +175140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #991b1b; } +.border-s-red-800\\/15 { + border-inline-start-color: #991b1b26; +} + .border-s-red-800\\/20 { border-inline-start-color: #991b1b33; } @@ -127404,10 +175156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #991b1b4d; } +.border-s-red-800\\/35 { + border-inline-start-color: #991b1b59; +} + .border-s-red-800\\/40 { border-inline-start-color: #991b1b66; } +.border-s-red-800\\/45 { + border-inline-start-color: #991b1b73; +} + .border-s-red-800\\/5 { border-inline-start-color: #991b1b0d; } @@ -127416,10 +175176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #991b1b80; } +.border-s-red-800\\/55 { + border-inline-start-color: #991b1b8c; +} + .border-s-red-800\\/60 { border-inline-start-color: #991b1b99; } +.border-s-red-800\\/65 { + border-inline-start-color: #991b1ba6; +} + .border-s-red-800\\/70 { border-inline-start-color: #991b1bb3; } @@ -127432,6 +175200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #991b1bcc; } +.border-s-red-800\\/85 { + border-inline-start-color: #991b1bd9; +} + .border-s-red-800\\/90 { border-inline-start-color: #991b1be6; } @@ -127456,6 +175228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7f1d1d; } +.border-s-red-900\\/15 { + border-inline-start-color: #7f1d1d26; +} + .border-s-red-900\\/20 { border-inline-start-color: #7f1d1d33; } @@ -127468,10 +175244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7f1d1d4d; } +.border-s-red-900\\/35 { + border-inline-start-color: #7f1d1d59; +} + .border-s-red-900\\/40 { border-inline-start-color: #7f1d1d66; } +.border-s-red-900\\/45 { + border-inline-start-color: #7f1d1d73; +} + .border-s-red-900\\/5 { border-inline-start-color: #7f1d1d0d; } @@ -127480,10 +175264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7f1d1d80; } +.border-s-red-900\\/55 { + border-inline-start-color: #7f1d1d8c; +} + .border-s-red-900\\/60 { border-inline-start-color: #7f1d1d99; } +.border-s-red-900\\/65 { + border-inline-start-color: #7f1d1da6; +} + .border-s-red-900\\/70 { border-inline-start-color: #7f1d1db3; } @@ -127496,6 +175288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7f1d1dcc; } +.border-s-red-900\\/85 { + border-inline-start-color: #7f1d1dd9; +} + .border-s-red-900\\/90 { border-inline-start-color: #7f1d1de6; } @@ -127520,6 +175316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #450a0a; } +.border-s-red-950\\/15 { + border-inline-start-color: #450a0a26; +} + .border-s-red-950\\/20 { border-inline-start-color: #450a0a33; } @@ -127532,10 +175332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #450a0a4d; } +.border-s-red-950\\/35 { + border-inline-start-color: #450a0a59; +} + .border-s-red-950\\/40 { border-inline-start-color: #450a0a66; } +.border-s-red-950\\/45 { + border-inline-start-color: #450a0a73; +} + .border-s-red-950\\/5 { border-inline-start-color: #450a0a0d; } @@ -127544,10 +175352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #450a0a80; } +.border-s-red-950\\/55 { + border-inline-start-color: #450a0a8c; +} + .border-s-red-950\\/60 { border-inline-start-color: #450a0a99; } +.border-s-red-950\\/65 { + border-inline-start-color: #450a0aa6; +} + .border-s-red-950\\/70 { border-inline-start-color: #450a0ab3; } @@ -127560,6 +175376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #450a0acc; } +.border-s-red-950\\/85 { + border-inline-start-color: #450a0ad9; +} + .border-s-red-950\\/90 { border-inline-start-color: #450a0ae6; } @@ -127584,6 +175404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffe4e6; } +.border-s-rose-100\\/15 { + border-inline-start-color: #ffe4e626; +} + .border-s-rose-100\\/20 { border-inline-start-color: #ffe4e633; } @@ -127596,10 +175420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffe4e64d; } +.border-s-rose-100\\/35 { + border-inline-start-color: #ffe4e659; +} + .border-s-rose-100\\/40 { border-inline-start-color: #ffe4e666; } +.border-s-rose-100\\/45 { + border-inline-start-color: #ffe4e673; +} + .border-s-rose-100\\/5 { border-inline-start-color: #ffe4e60d; } @@ -127608,10 +175440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffe4e680; } +.border-s-rose-100\\/55 { + border-inline-start-color: #ffe4e68c; +} + .border-s-rose-100\\/60 { border-inline-start-color: #ffe4e699; } +.border-s-rose-100\\/65 { + border-inline-start-color: #ffe4e6a6; +} + .border-s-rose-100\\/70 { border-inline-start-color: #ffe4e6b3; } @@ -127624,6 +175464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffe4e6cc; } +.border-s-rose-100\\/85 { + border-inline-start-color: #ffe4e6d9; +} + .border-s-rose-100\\/90 { border-inline-start-color: #ffe4e6e6; } @@ -127648,6 +175492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecdd3; } +.border-s-rose-200\\/15 { + border-inline-start-color: #fecdd326; +} + .border-s-rose-200\\/20 { border-inline-start-color: #fecdd333; } @@ -127660,10 +175508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecdd34d; } +.border-s-rose-200\\/35 { + border-inline-start-color: #fecdd359; +} + .border-s-rose-200\\/40 { border-inline-start-color: #fecdd366; } +.border-s-rose-200\\/45 { + border-inline-start-color: #fecdd373; +} + .border-s-rose-200\\/5 { border-inline-start-color: #fecdd30d; } @@ -127672,10 +175528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecdd380; } +.border-s-rose-200\\/55 { + border-inline-start-color: #fecdd38c; +} + .border-s-rose-200\\/60 { border-inline-start-color: #fecdd399; } +.border-s-rose-200\\/65 { + border-inline-start-color: #fecdd3a6; +} + .border-s-rose-200\\/70 { border-inline-start-color: #fecdd3b3; } @@ -127688,6 +175552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fecdd3cc; } +.border-s-rose-200\\/85 { + border-inline-start-color: #fecdd3d9; +} + .border-s-rose-200\\/90 { border-inline-start-color: #fecdd3e6; } @@ -127712,6 +175580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fda4af; } +.border-s-rose-300\\/15 { + border-inline-start-color: #fda4af26; +} + .border-s-rose-300\\/20 { border-inline-start-color: #fda4af33; } @@ -127724,10 +175596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fda4af4d; } +.border-s-rose-300\\/35 { + border-inline-start-color: #fda4af59; +} + .border-s-rose-300\\/40 { border-inline-start-color: #fda4af66; } +.border-s-rose-300\\/45 { + border-inline-start-color: #fda4af73; +} + .border-s-rose-300\\/5 { border-inline-start-color: #fda4af0d; } @@ -127736,10 +175616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fda4af80; } +.border-s-rose-300\\/55 { + border-inline-start-color: #fda4af8c; +} + .border-s-rose-300\\/60 { border-inline-start-color: #fda4af99; } +.border-s-rose-300\\/65 { + border-inline-start-color: #fda4afa6; +} + .border-s-rose-300\\/70 { border-inline-start-color: #fda4afb3; } @@ -127752,6 +175640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fda4afcc; } +.border-s-rose-300\\/85 { + border-inline-start-color: #fda4afd9; +} + .border-s-rose-300\\/90 { border-inline-start-color: #fda4afe6; } @@ -127776,6 +175668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb7185; } +.border-s-rose-400\\/15 { + border-inline-start-color: #fb718526; +} + .border-s-rose-400\\/20 { border-inline-start-color: #fb718533; } @@ -127788,10 +175684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb71854d; } +.border-s-rose-400\\/35 { + border-inline-start-color: #fb718559; +} + .border-s-rose-400\\/40 { border-inline-start-color: #fb718566; } +.border-s-rose-400\\/45 { + border-inline-start-color: #fb718573; +} + .border-s-rose-400\\/5 { border-inline-start-color: #fb71850d; } @@ -127800,10 +175704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb718580; } +.border-s-rose-400\\/55 { + border-inline-start-color: #fb71858c; +} + .border-s-rose-400\\/60 { border-inline-start-color: #fb718599; } +.border-s-rose-400\\/65 { + border-inline-start-color: #fb7185a6; +} + .border-s-rose-400\\/70 { border-inline-start-color: #fb7185b3; } @@ -127816,6 +175728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fb7185cc; } +.border-s-rose-400\\/85 { + border-inline-start-color: #fb7185d9; +} + .border-s-rose-400\\/90 { border-inline-start-color: #fb7185e6; } @@ -127840,6 +175756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff1f2; } +.border-s-rose-50\\/15 { + border-inline-start-color: #fff1f226; +} + .border-s-rose-50\\/20 { border-inline-start-color: #fff1f233; } @@ -127852,10 +175772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff1f24d; } +.border-s-rose-50\\/35 { + border-inline-start-color: #fff1f259; +} + .border-s-rose-50\\/40 { border-inline-start-color: #fff1f266; } +.border-s-rose-50\\/45 { + border-inline-start-color: #fff1f273; +} + .border-s-rose-50\\/5 { border-inline-start-color: #fff1f20d; } @@ -127864,10 +175792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff1f280; } +.border-s-rose-50\\/55 { + border-inline-start-color: #fff1f28c; +} + .border-s-rose-50\\/60 { border-inline-start-color: #fff1f299; } +.border-s-rose-50\\/65 { + border-inline-start-color: #fff1f2a6; +} + .border-s-rose-50\\/70 { border-inline-start-color: #fff1f2b3; } @@ -127880,6 +175816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff1f2cc; } +.border-s-rose-50\\/85 { + border-inline-start-color: #fff1f2d9; +} + .border-s-rose-50\\/90 { border-inline-start-color: #fff1f2e6; } @@ -127904,6 +175844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f43f5e; } +.border-s-rose-500\\/15 { + border-inline-start-color: #f43f5e26; +} + .border-s-rose-500\\/20 { border-inline-start-color: #f43f5e33; } @@ -127916,10 +175860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f43f5e4d; } +.border-s-rose-500\\/35 { + border-inline-start-color: #f43f5e59; +} + .border-s-rose-500\\/40 { border-inline-start-color: #f43f5e66; } +.border-s-rose-500\\/45 { + border-inline-start-color: #f43f5e73; +} + .border-s-rose-500\\/5 { border-inline-start-color: #f43f5e0d; } @@ -127928,10 +175880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f43f5e80; } +.border-s-rose-500\\/55 { + border-inline-start-color: #f43f5e8c; +} + .border-s-rose-500\\/60 { border-inline-start-color: #f43f5e99; } +.border-s-rose-500\\/65 { + border-inline-start-color: #f43f5ea6; +} + .border-s-rose-500\\/70 { border-inline-start-color: #f43f5eb3; } @@ -127944,6 +175904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f43f5ecc; } +.border-s-rose-500\\/85 { + border-inline-start-color: #f43f5ed9; +} + .border-s-rose-500\\/90 { border-inline-start-color: #f43f5ee6; } @@ -127968,6 +175932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e11d48; } +.border-s-rose-600\\/15 { + border-inline-start-color: #e11d4826; +} + .border-s-rose-600\\/20 { border-inline-start-color: #e11d4833; } @@ -127980,10 +175948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e11d484d; } +.border-s-rose-600\\/35 { + border-inline-start-color: #e11d4859; +} + .border-s-rose-600\\/40 { border-inline-start-color: #e11d4866; } +.border-s-rose-600\\/45 { + border-inline-start-color: #e11d4873; +} + .border-s-rose-600\\/5 { border-inline-start-color: #e11d480d; } @@ -127992,10 +175968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e11d4880; } +.border-s-rose-600\\/55 { + border-inline-start-color: #e11d488c; +} + .border-s-rose-600\\/60 { border-inline-start-color: #e11d4899; } +.border-s-rose-600\\/65 { + border-inline-start-color: #e11d48a6; +} + .border-s-rose-600\\/70 { border-inline-start-color: #e11d48b3; } @@ -128008,6 +175992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e11d48cc; } +.border-s-rose-600\\/85 { + border-inline-start-color: #e11d48d9; +} + .border-s-rose-600\\/90 { border-inline-start-color: #e11d48e6; } @@ -128032,6 +176020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be123c; } +.border-s-rose-700\\/15 { + border-inline-start-color: #be123c26; +} + .border-s-rose-700\\/20 { border-inline-start-color: #be123c33; } @@ -128044,10 +176036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be123c4d; } +.border-s-rose-700\\/35 { + border-inline-start-color: #be123c59; +} + .border-s-rose-700\\/40 { border-inline-start-color: #be123c66; } +.border-s-rose-700\\/45 { + border-inline-start-color: #be123c73; +} + .border-s-rose-700\\/5 { border-inline-start-color: #be123c0d; } @@ -128056,10 +176056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be123c80; } +.border-s-rose-700\\/55 { + border-inline-start-color: #be123c8c; +} + .border-s-rose-700\\/60 { border-inline-start-color: #be123c99; } +.border-s-rose-700\\/65 { + border-inline-start-color: #be123ca6; +} + .border-s-rose-700\\/70 { border-inline-start-color: #be123cb3; } @@ -128072,6 +176080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #be123ccc; } +.border-s-rose-700\\/85 { + border-inline-start-color: #be123cd9; +} + .border-s-rose-700\\/90 { border-inline-start-color: #be123ce6; } @@ -128096,6 +176108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9f1239; } +.border-s-rose-800\\/15 { + border-inline-start-color: #9f123926; +} + .border-s-rose-800\\/20 { border-inline-start-color: #9f123933; } @@ -128108,10 +176124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9f12394d; } +.border-s-rose-800\\/35 { + border-inline-start-color: #9f123959; +} + .border-s-rose-800\\/40 { border-inline-start-color: #9f123966; } +.border-s-rose-800\\/45 { + border-inline-start-color: #9f123973; +} + .border-s-rose-800\\/5 { border-inline-start-color: #9f12390d; } @@ -128120,10 +176144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9f123980; } +.border-s-rose-800\\/55 { + border-inline-start-color: #9f12398c; +} + .border-s-rose-800\\/60 { border-inline-start-color: #9f123999; } +.border-s-rose-800\\/65 { + border-inline-start-color: #9f1239a6; +} + .border-s-rose-800\\/70 { border-inline-start-color: #9f1239b3; } @@ -128136,6 +176168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #9f1239cc; } +.border-s-rose-800\\/85 { + border-inline-start-color: #9f1239d9; +} + .border-s-rose-800\\/90 { border-inline-start-color: #9f1239e6; } @@ -128160,6 +176196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #881337; } +.border-s-rose-900\\/15 { + border-inline-start-color: #88133726; +} + .border-s-rose-900\\/20 { border-inline-start-color: #88133733; } @@ -128172,10 +176212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #8813374d; } +.border-s-rose-900\\/35 { + border-inline-start-color: #88133759; +} + .border-s-rose-900\\/40 { border-inline-start-color: #88133766; } +.border-s-rose-900\\/45 { + border-inline-start-color: #88133773; +} + .border-s-rose-900\\/5 { border-inline-start-color: #8813370d; } @@ -128184,10 +176232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #88133780; } +.border-s-rose-900\\/55 { + border-inline-start-color: #8813378c; +} + .border-s-rose-900\\/60 { border-inline-start-color: #88133799; } +.border-s-rose-900\\/65 { + border-inline-start-color: #881337a6; +} + .border-s-rose-900\\/70 { border-inline-start-color: #881337b3; } @@ -128200,6 +176256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #881337cc; } +.border-s-rose-900\\/85 { + border-inline-start-color: #881337d9; +} + .border-s-rose-900\\/90 { border-inline-start-color: #881337e6; } @@ -128224,6 +176284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c0519; } +.border-s-rose-950\\/15 { + border-inline-start-color: #4c051926; +} + .border-s-rose-950\\/20 { border-inline-start-color: #4c051933; } @@ -128236,10 +176300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c05194d; } +.border-s-rose-950\\/35 { + border-inline-start-color: #4c051959; +} + .border-s-rose-950\\/40 { border-inline-start-color: #4c051966; } +.border-s-rose-950\\/45 { + border-inline-start-color: #4c051973; +} + .border-s-rose-950\\/5 { border-inline-start-color: #4c05190d; } @@ -128248,10 +176320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c051980; } +.border-s-rose-950\\/55 { + border-inline-start-color: #4c05198c; +} + .border-s-rose-950\\/60 { border-inline-start-color: #4c051999; } +.border-s-rose-950\\/65 { + border-inline-start-color: #4c0519a6; +} + .border-s-rose-950\\/70 { border-inline-start-color: #4c0519b3; } @@ -128264,6 +176344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c0519cc; } +.border-s-rose-950\\/85 { + border-inline-start-color: #4c0519d9; +} + .border-s-rose-950\\/90 { border-inline-start-color: #4c0519e6; } @@ -128288,6 +176372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0f2fe; } +.border-s-sky-100\\/15 { + border-inline-start-color: #e0f2fe26; +} + .border-s-sky-100\\/20 { border-inline-start-color: #e0f2fe33; } @@ -128300,10 +176388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0f2fe4d; } +.border-s-sky-100\\/35 { + border-inline-start-color: #e0f2fe59; +} + .border-s-sky-100\\/40 { border-inline-start-color: #e0f2fe66; } +.border-s-sky-100\\/45 { + border-inline-start-color: #e0f2fe73; +} + .border-s-sky-100\\/5 { border-inline-start-color: #e0f2fe0d; } @@ -128312,10 +176408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0f2fe80; } +.border-s-sky-100\\/55 { + border-inline-start-color: #e0f2fe8c; +} + .border-s-sky-100\\/60 { border-inline-start-color: #e0f2fe99; } +.border-s-sky-100\\/65 { + border-inline-start-color: #e0f2fea6; +} + .border-s-sky-100\\/70 { border-inline-start-color: #e0f2feb3; } @@ -128328,6 +176432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e0f2fecc; } +.border-s-sky-100\\/85 { + border-inline-start-color: #e0f2fed9; +} + .border-s-sky-100\\/90 { border-inline-start-color: #e0f2fee6; } @@ -128352,6 +176460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bae6fd; } +.border-s-sky-200\\/15 { + border-inline-start-color: #bae6fd26; +} + .border-s-sky-200\\/20 { border-inline-start-color: #bae6fd33; } @@ -128364,10 +176476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bae6fd4d; } +.border-s-sky-200\\/35 { + border-inline-start-color: #bae6fd59; +} + .border-s-sky-200\\/40 { border-inline-start-color: #bae6fd66; } +.border-s-sky-200\\/45 { + border-inline-start-color: #bae6fd73; +} + .border-s-sky-200\\/5 { border-inline-start-color: #bae6fd0d; } @@ -128376,10 +176496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bae6fd80; } +.border-s-sky-200\\/55 { + border-inline-start-color: #bae6fd8c; +} + .border-s-sky-200\\/60 { border-inline-start-color: #bae6fd99; } +.border-s-sky-200\\/65 { + border-inline-start-color: #bae6fda6; +} + .border-s-sky-200\\/70 { border-inline-start-color: #bae6fdb3; } @@ -128392,6 +176520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #bae6fdcc; } +.border-s-sky-200\\/85 { + border-inline-start-color: #bae6fdd9; +} + .border-s-sky-200\\/90 { border-inline-start-color: #bae6fde6; } @@ -128416,6 +176548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7dd3fc; } +.border-s-sky-300\\/15 { + border-inline-start-color: #7dd3fc26; +} + .border-s-sky-300\\/20 { border-inline-start-color: #7dd3fc33; } @@ -128428,10 +176564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7dd3fc4d; } +.border-s-sky-300\\/35 { + border-inline-start-color: #7dd3fc59; +} + .border-s-sky-300\\/40 { border-inline-start-color: #7dd3fc66; } +.border-s-sky-300\\/45 { + border-inline-start-color: #7dd3fc73; +} + .border-s-sky-300\\/5 { border-inline-start-color: #7dd3fc0d; } @@ -128440,10 +176584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7dd3fc80; } +.border-s-sky-300\\/55 { + border-inline-start-color: #7dd3fc8c; +} + .border-s-sky-300\\/60 { border-inline-start-color: #7dd3fc99; } +.border-s-sky-300\\/65 { + border-inline-start-color: #7dd3fca6; +} + .border-s-sky-300\\/70 { border-inline-start-color: #7dd3fcb3; } @@ -128456,6 +176608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7dd3fccc; } +.border-s-sky-300\\/85 { + border-inline-start-color: #7dd3fcd9; +} + .border-s-sky-300\\/90 { border-inline-start-color: #7dd3fce6; } @@ -128480,6 +176636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #38bdf8; } +.border-s-sky-400\\/15 { + border-inline-start-color: #38bdf826; +} + .border-s-sky-400\\/20 { border-inline-start-color: #38bdf833; } @@ -128492,10 +176652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #38bdf84d; } +.border-s-sky-400\\/35 { + border-inline-start-color: #38bdf859; +} + .border-s-sky-400\\/40 { border-inline-start-color: #38bdf866; } +.border-s-sky-400\\/45 { + border-inline-start-color: #38bdf873; +} + .border-s-sky-400\\/5 { border-inline-start-color: #38bdf80d; } @@ -128504,10 +176672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #38bdf880; } +.border-s-sky-400\\/55 { + border-inline-start-color: #38bdf88c; +} + .border-s-sky-400\\/60 { border-inline-start-color: #38bdf899; } +.border-s-sky-400\\/65 { + border-inline-start-color: #38bdf8a6; +} + .border-s-sky-400\\/70 { border-inline-start-color: #38bdf8b3; } @@ -128520,6 +176696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #38bdf8cc; } +.border-s-sky-400\\/85 { + border-inline-start-color: #38bdf8d9; +} + .border-s-sky-400\\/90 { border-inline-start-color: #38bdf8e6; } @@ -128544,6 +176724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0f9ff; } +.border-s-sky-50\\/15 { + border-inline-start-color: #f0f9ff26; +} + .border-s-sky-50\\/20 { border-inline-start-color: #f0f9ff33; } @@ -128556,10 +176740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0f9ff4d; } +.border-s-sky-50\\/35 { + border-inline-start-color: #f0f9ff59; +} + .border-s-sky-50\\/40 { border-inline-start-color: #f0f9ff66; } +.border-s-sky-50\\/45 { + border-inline-start-color: #f0f9ff73; +} + .border-s-sky-50\\/5 { border-inline-start-color: #f0f9ff0d; } @@ -128568,10 +176760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0f9ff80; } +.border-s-sky-50\\/55 { + border-inline-start-color: #f0f9ff8c; +} + .border-s-sky-50\\/60 { border-inline-start-color: #f0f9ff99; } +.border-s-sky-50\\/65 { + border-inline-start-color: #f0f9ffa6; +} + .border-s-sky-50\\/70 { border-inline-start-color: #f0f9ffb3; } @@ -128584,6 +176784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0f9ffcc; } +.border-s-sky-50\\/85 { + border-inline-start-color: #f0f9ffd9; +} + .border-s-sky-50\\/90 { border-inline-start-color: #f0f9ffe6; } @@ -128608,6 +176812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0ea5e9; } +.border-s-sky-500\\/15 { + border-inline-start-color: #0ea5e926; +} + .border-s-sky-500\\/20 { border-inline-start-color: #0ea5e933; } @@ -128620,10 +176828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0ea5e94d; } +.border-s-sky-500\\/35 { + border-inline-start-color: #0ea5e959; +} + .border-s-sky-500\\/40 { border-inline-start-color: #0ea5e966; } +.border-s-sky-500\\/45 { + border-inline-start-color: #0ea5e973; +} + .border-s-sky-500\\/5 { border-inline-start-color: #0ea5e90d; } @@ -128632,10 +176848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0ea5e980; } +.border-s-sky-500\\/55 { + border-inline-start-color: #0ea5e98c; +} + .border-s-sky-500\\/60 { border-inline-start-color: #0ea5e999; } +.border-s-sky-500\\/65 { + border-inline-start-color: #0ea5e9a6; +} + .border-s-sky-500\\/70 { border-inline-start-color: #0ea5e9b3; } @@ -128648,6 +176872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0ea5e9cc; } +.border-s-sky-500\\/85 { + border-inline-start-color: #0ea5e9d9; +} + .border-s-sky-500\\/90 { border-inline-start-color: #0ea5e9e6; } @@ -128672,6 +176900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0284c7; } +.border-s-sky-600\\/15 { + border-inline-start-color: #0284c726; +} + .border-s-sky-600\\/20 { border-inline-start-color: #0284c733; } @@ -128684,10 +176916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0284c74d; } +.border-s-sky-600\\/35 { + border-inline-start-color: #0284c759; +} + .border-s-sky-600\\/40 { border-inline-start-color: #0284c766; } +.border-s-sky-600\\/45 { + border-inline-start-color: #0284c773; +} + .border-s-sky-600\\/5 { border-inline-start-color: #0284c70d; } @@ -128696,10 +176936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0284c780; } +.border-s-sky-600\\/55 { + border-inline-start-color: #0284c78c; +} + .border-s-sky-600\\/60 { border-inline-start-color: #0284c799; } +.border-s-sky-600\\/65 { + border-inline-start-color: #0284c7a6; +} + .border-s-sky-600\\/70 { border-inline-start-color: #0284c7b3; } @@ -128712,6 +176960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0284c7cc; } +.border-s-sky-600\\/85 { + border-inline-start-color: #0284c7d9; +} + .border-s-sky-600\\/90 { border-inline-start-color: #0284c7e6; } @@ -128736,6 +176988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0369a1; } +.border-s-sky-700\\/15 { + border-inline-start-color: #0369a126; +} + .border-s-sky-700\\/20 { border-inline-start-color: #0369a133; } @@ -128748,10 +177004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0369a14d; } +.border-s-sky-700\\/35 { + border-inline-start-color: #0369a159; +} + .border-s-sky-700\\/40 { border-inline-start-color: #0369a166; } +.border-s-sky-700\\/45 { + border-inline-start-color: #0369a173; +} + .border-s-sky-700\\/5 { border-inline-start-color: #0369a10d; } @@ -128760,10 +177024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0369a180; } +.border-s-sky-700\\/55 { + border-inline-start-color: #0369a18c; +} + .border-s-sky-700\\/60 { border-inline-start-color: #0369a199; } +.border-s-sky-700\\/65 { + border-inline-start-color: #0369a1a6; +} + .border-s-sky-700\\/70 { border-inline-start-color: #0369a1b3; } @@ -128776,6 +177048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0369a1cc; } +.border-s-sky-700\\/85 { + border-inline-start-color: #0369a1d9; +} + .border-s-sky-700\\/90 { border-inline-start-color: #0369a1e6; } @@ -128800,6 +177076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #075985; } +.border-s-sky-800\\/15 { + border-inline-start-color: #07598526; +} + .border-s-sky-800\\/20 { border-inline-start-color: #07598533; } @@ -128812,10 +177092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0759854d; } +.border-s-sky-800\\/35 { + border-inline-start-color: #07598559; +} + .border-s-sky-800\\/40 { border-inline-start-color: #07598566; } +.border-s-sky-800\\/45 { + border-inline-start-color: #07598573; +} + .border-s-sky-800\\/5 { border-inline-start-color: #0759850d; } @@ -128824,10 +177112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #07598580; } +.border-s-sky-800\\/55 { + border-inline-start-color: #0759858c; +} + .border-s-sky-800\\/60 { border-inline-start-color: #07598599; } +.border-s-sky-800\\/65 { + border-inline-start-color: #075985a6; +} + .border-s-sky-800\\/70 { border-inline-start-color: #075985b3; } @@ -128840,6 +177136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #075985cc; } +.border-s-sky-800\\/85 { + border-inline-start-color: #075985d9; +} + .border-s-sky-800\\/90 { border-inline-start-color: #075985e6; } @@ -128864,6 +177164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c4a6e; } +.border-s-sky-900\\/15 { + border-inline-start-color: #0c4a6e26; +} + .border-s-sky-900\\/20 { border-inline-start-color: #0c4a6e33; } @@ -128876,10 +177180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c4a6e4d; } +.border-s-sky-900\\/35 { + border-inline-start-color: #0c4a6e59; +} + .border-s-sky-900\\/40 { border-inline-start-color: #0c4a6e66; } +.border-s-sky-900\\/45 { + border-inline-start-color: #0c4a6e73; +} + .border-s-sky-900\\/5 { border-inline-start-color: #0c4a6e0d; } @@ -128888,10 +177200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c4a6e80; } +.border-s-sky-900\\/55 { + border-inline-start-color: #0c4a6e8c; +} + .border-s-sky-900\\/60 { border-inline-start-color: #0c4a6e99; } +.border-s-sky-900\\/65 { + border-inline-start-color: #0c4a6ea6; +} + .border-s-sky-900\\/70 { border-inline-start-color: #0c4a6eb3; } @@ -128904,6 +177224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c4a6ecc; } +.border-s-sky-900\\/85 { + border-inline-start-color: #0c4a6ed9; +} + .border-s-sky-900\\/90 { border-inline-start-color: #0c4a6ee6; } @@ -128928,6 +177252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #082f49; } +.border-s-sky-950\\/15 { + border-inline-start-color: #082f4926; +} + .border-s-sky-950\\/20 { border-inline-start-color: #082f4933; } @@ -128940,10 +177268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #082f494d; } +.border-s-sky-950\\/35 { + border-inline-start-color: #082f4959; +} + .border-s-sky-950\\/40 { border-inline-start-color: #082f4966; } +.border-s-sky-950\\/45 { + border-inline-start-color: #082f4973; +} + .border-s-sky-950\\/5 { border-inline-start-color: #082f490d; } @@ -128952,10 +177288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #082f4980; } +.border-s-sky-950\\/55 { + border-inline-start-color: #082f498c; +} + .border-s-sky-950\\/60 { border-inline-start-color: #082f4999; } +.border-s-sky-950\\/65 { + border-inline-start-color: #082f49a6; +} + .border-s-sky-950\\/70 { border-inline-start-color: #082f49b3; } @@ -128968,6 +177312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #082f49cc; } +.border-s-sky-950\\/85 { + border-inline-start-color: #082f49d9; +} + .border-s-sky-950\\/90 { border-inline-start-color: #082f49e6; } @@ -128992,6 +177340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f1f5f9; } +.border-s-slate-100\\/15 { + border-inline-start-color: #f1f5f926; +} + .border-s-slate-100\\/20 { border-inline-start-color: #f1f5f933; } @@ -129004,10 +177356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f1f5f94d; } +.border-s-slate-100\\/35 { + border-inline-start-color: #f1f5f959; +} + .border-s-slate-100\\/40 { border-inline-start-color: #f1f5f966; } +.border-s-slate-100\\/45 { + border-inline-start-color: #f1f5f973; +} + .border-s-slate-100\\/5 { border-inline-start-color: #f1f5f90d; } @@ -129016,10 +177376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f1f5f980; } +.border-s-slate-100\\/55 { + border-inline-start-color: #f1f5f98c; +} + .border-s-slate-100\\/60 { border-inline-start-color: #f1f5f999; } +.border-s-slate-100\\/65 { + border-inline-start-color: #f1f5f9a6; +} + .border-s-slate-100\\/70 { border-inline-start-color: #f1f5f9b3; } @@ -129032,6 +177400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f1f5f9cc; } +.border-s-slate-100\\/85 { + border-inline-start-color: #f1f5f9d9; +} + .border-s-slate-100\\/90 { border-inline-start-color: #f1f5f9e6; } @@ -129056,6 +177428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e2e8f0; } +.border-s-slate-200\\/15 { + border-inline-start-color: #e2e8f026; +} + .border-s-slate-200\\/20 { border-inline-start-color: #e2e8f033; } @@ -129068,10 +177444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e2e8f04d; } +.border-s-slate-200\\/35 { + border-inline-start-color: #e2e8f059; +} + .border-s-slate-200\\/40 { border-inline-start-color: #e2e8f066; } +.border-s-slate-200\\/45 { + border-inline-start-color: #e2e8f073; +} + .border-s-slate-200\\/5 { border-inline-start-color: #e2e8f00d; } @@ -129080,10 +177464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e2e8f080; } +.border-s-slate-200\\/55 { + border-inline-start-color: #e2e8f08c; +} + .border-s-slate-200\\/60 { border-inline-start-color: #e2e8f099; } +.border-s-slate-200\\/65 { + border-inline-start-color: #e2e8f0a6; +} + .border-s-slate-200\\/70 { border-inline-start-color: #e2e8f0b3; } @@ -129096,6 +177488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e2e8f0cc; } +.border-s-slate-200\\/85 { + border-inline-start-color: #e2e8f0d9; +} + .border-s-slate-200\\/90 { border-inline-start-color: #e2e8f0e6; } @@ -129120,6 +177516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cbd5e1; } +.border-s-slate-300\\/15 { + border-inline-start-color: #cbd5e126; +} + .border-s-slate-300\\/20 { border-inline-start-color: #cbd5e133; } @@ -129132,10 +177532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cbd5e14d; } +.border-s-slate-300\\/35 { + border-inline-start-color: #cbd5e159; +} + .border-s-slate-300\\/40 { border-inline-start-color: #cbd5e166; } +.border-s-slate-300\\/45 { + border-inline-start-color: #cbd5e173; +} + .border-s-slate-300\\/5 { border-inline-start-color: #cbd5e10d; } @@ -129144,10 +177552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cbd5e180; } +.border-s-slate-300\\/55 { + border-inline-start-color: #cbd5e18c; +} + .border-s-slate-300\\/60 { border-inline-start-color: #cbd5e199; } +.border-s-slate-300\\/65 { + border-inline-start-color: #cbd5e1a6; +} + .border-s-slate-300\\/70 { border-inline-start-color: #cbd5e1b3; } @@ -129160,6 +177576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #cbd5e1cc; } +.border-s-slate-300\\/85 { + border-inline-start-color: #cbd5e1d9; +} + .border-s-slate-300\\/90 { border-inline-start-color: #cbd5e1e6; } @@ -129184,6 +177604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #94a3b8; } +.border-s-slate-400\\/15 { + border-inline-start-color: #94a3b826; +} + .border-s-slate-400\\/20 { border-inline-start-color: #94a3b833; } @@ -129196,10 +177620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #94a3b84d; } +.border-s-slate-400\\/35 { + border-inline-start-color: #94a3b859; +} + .border-s-slate-400\\/40 { border-inline-start-color: #94a3b866; } +.border-s-slate-400\\/45 { + border-inline-start-color: #94a3b873; +} + .border-s-slate-400\\/5 { border-inline-start-color: #94a3b80d; } @@ -129208,10 +177640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #94a3b880; } +.border-s-slate-400\\/55 { + border-inline-start-color: #94a3b88c; +} + .border-s-slate-400\\/60 { border-inline-start-color: #94a3b899; } +.border-s-slate-400\\/65 { + border-inline-start-color: #94a3b8a6; +} + .border-s-slate-400\\/70 { border-inline-start-color: #94a3b8b3; } @@ -129224,6 +177664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #94a3b8cc; } +.border-s-slate-400\\/85 { + border-inline-start-color: #94a3b8d9; +} + .border-s-slate-400\\/90 { border-inline-start-color: #94a3b8e6; } @@ -129248,6 +177692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f8fafc; } +.border-s-slate-50\\/15 { + border-inline-start-color: #f8fafc26; +} + .border-s-slate-50\\/20 { border-inline-start-color: #f8fafc33; } @@ -129260,10 +177708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f8fafc4d; } +.border-s-slate-50\\/35 { + border-inline-start-color: #f8fafc59; +} + .border-s-slate-50\\/40 { border-inline-start-color: #f8fafc66; } +.border-s-slate-50\\/45 { + border-inline-start-color: #f8fafc73; +} + .border-s-slate-50\\/5 { border-inline-start-color: #f8fafc0d; } @@ -129272,10 +177728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f8fafc80; } +.border-s-slate-50\\/55 { + border-inline-start-color: #f8fafc8c; +} + .border-s-slate-50\\/60 { border-inline-start-color: #f8fafc99; } +.border-s-slate-50\\/65 { + border-inline-start-color: #f8fafca6; +} + .border-s-slate-50\\/70 { border-inline-start-color: #f8fafcb3; } @@ -129288,6 +177752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f8fafccc; } +.border-s-slate-50\\/85 { + border-inline-start-color: #f8fafcd9; +} + .border-s-slate-50\\/90 { border-inline-start-color: #f8fafce6; } @@ -129312,6 +177780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #64748b; } +.border-s-slate-500\\/15 { + border-inline-start-color: #64748b26; +} + .border-s-slate-500\\/20 { border-inline-start-color: #64748b33; } @@ -129324,10 +177796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #64748b4d; } +.border-s-slate-500\\/35 { + border-inline-start-color: #64748b59; +} + .border-s-slate-500\\/40 { border-inline-start-color: #64748b66; } +.border-s-slate-500\\/45 { + border-inline-start-color: #64748b73; +} + .border-s-slate-500\\/5 { border-inline-start-color: #64748b0d; } @@ -129336,10 +177816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #64748b80; } +.border-s-slate-500\\/55 { + border-inline-start-color: #64748b8c; +} + .border-s-slate-500\\/60 { border-inline-start-color: #64748b99; } +.border-s-slate-500\\/65 { + border-inline-start-color: #64748ba6; +} + .border-s-slate-500\\/70 { border-inline-start-color: #64748bb3; } @@ -129352,6 +177840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #64748bcc; } +.border-s-slate-500\\/85 { + border-inline-start-color: #64748bd9; +} + .border-s-slate-500\\/90 { border-inline-start-color: #64748be6; } @@ -129376,6 +177868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #475569; } +.border-s-slate-600\\/15 { + border-inline-start-color: #47556926; +} + .border-s-slate-600\\/20 { border-inline-start-color: #47556933; } @@ -129388,10 +177884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4755694d; } +.border-s-slate-600\\/35 { + border-inline-start-color: #47556959; +} + .border-s-slate-600\\/40 { border-inline-start-color: #47556966; } +.border-s-slate-600\\/45 { + border-inline-start-color: #47556973; +} + .border-s-slate-600\\/5 { border-inline-start-color: #4755690d; } @@ -129400,10 +177904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #47556980; } +.border-s-slate-600\\/55 { + border-inline-start-color: #4755698c; +} + .border-s-slate-600\\/60 { border-inline-start-color: #47556999; } +.border-s-slate-600\\/65 { + border-inline-start-color: #475569a6; +} + .border-s-slate-600\\/70 { border-inline-start-color: #475569b3; } @@ -129416,6 +177928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #475569cc; } +.border-s-slate-600\\/85 { + border-inline-start-color: #475569d9; +} + .border-s-slate-600\\/90 { border-inline-start-color: #475569e6; } @@ -129440,6 +177956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #334155; } +.border-s-slate-700\\/15 { + border-inline-start-color: #33415526; +} + .border-s-slate-700\\/20 { border-inline-start-color: #33415533; } @@ -129452,10 +177972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3341554d; } +.border-s-slate-700\\/35 { + border-inline-start-color: #33415559; +} + .border-s-slate-700\\/40 { border-inline-start-color: #33415566; } +.border-s-slate-700\\/45 { + border-inline-start-color: #33415573; +} + .border-s-slate-700\\/5 { border-inline-start-color: #3341550d; } @@ -129464,10 +177992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #33415580; } +.border-s-slate-700\\/55 { + border-inline-start-color: #3341558c; +} + .border-s-slate-700\\/60 { border-inline-start-color: #33415599; } +.border-s-slate-700\\/65 { + border-inline-start-color: #334155a6; +} + .border-s-slate-700\\/70 { border-inline-start-color: #334155b3; } @@ -129480,6 +178016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #334155cc; } +.border-s-slate-700\\/85 { + border-inline-start-color: #334155d9; +} + .border-s-slate-700\\/90 { border-inline-start-color: #334155e6; } @@ -129504,6 +178044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e293b; } +.border-s-slate-800\\/15 { + border-inline-start-color: #1e293b26; +} + .border-s-slate-800\\/20 { border-inline-start-color: #1e293b33; } @@ -129516,10 +178060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e293b4d; } +.border-s-slate-800\\/35 { + border-inline-start-color: #1e293b59; +} + .border-s-slate-800\\/40 { border-inline-start-color: #1e293b66; } +.border-s-slate-800\\/45 { + border-inline-start-color: #1e293b73; +} + .border-s-slate-800\\/5 { border-inline-start-color: #1e293b0d; } @@ -129528,10 +178080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e293b80; } +.border-s-slate-800\\/55 { + border-inline-start-color: #1e293b8c; +} + .border-s-slate-800\\/60 { border-inline-start-color: #1e293b99; } +.border-s-slate-800\\/65 { + border-inline-start-color: #1e293ba6; +} + .border-s-slate-800\\/70 { border-inline-start-color: #1e293bb3; } @@ -129544,6 +178104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1e293bcc; } +.border-s-slate-800\\/85 { + border-inline-start-color: #1e293bd9; +} + .border-s-slate-800\\/90 { border-inline-start-color: #1e293be6; } @@ -129568,6 +178132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f172a; } +.border-s-slate-900\\/15 { + border-inline-start-color: #0f172a26; +} + .border-s-slate-900\\/20 { border-inline-start-color: #0f172a33; } @@ -129580,10 +178148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f172a4d; } +.border-s-slate-900\\/35 { + border-inline-start-color: #0f172a59; +} + .border-s-slate-900\\/40 { border-inline-start-color: #0f172a66; } +.border-s-slate-900\\/45 { + border-inline-start-color: #0f172a73; +} + .border-s-slate-900\\/5 { border-inline-start-color: #0f172a0d; } @@ -129592,10 +178168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f172a80; } +.border-s-slate-900\\/55 { + border-inline-start-color: #0f172a8c; +} + .border-s-slate-900\\/60 { border-inline-start-color: #0f172a99; } +.border-s-slate-900\\/65 { + border-inline-start-color: #0f172aa6; +} + .border-s-slate-900\\/70 { border-inline-start-color: #0f172ab3; } @@ -129608,6 +178192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f172acc; } +.border-s-slate-900\\/85 { + border-inline-start-color: #0f172ad9; +} + .border-s-slate-900\\/90 { border-inline-start-color: #0f172ae6; } @@ -129632,6 +178220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #020617; } +.border-s-slate-950\\/15 { + border-inline-start-color: #02061726; +} + .border-s-slate-950\\/20 { border-inline-start-color: #02061733; } @@ -129644,10 +178236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0206174d; } +.border-s-slate-950\\/35 { + border-inline-start-color: #02061759; +} + .border-s-slate-950\\/40 { border-inline-start-color: #02061766; } +.border-s-slate-950\\/45 { + border-inline-start-color: #02061773; +} + .border-s-slate-950\\/5 { border-inline-start-color: #0206170d; } @@ -129656,10 +178256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #02061780; } +.border-s-slate-950\\/55 { + border-inline-start-color: #0206178c; +} + .border-s-slate-950\\/60 { border-inline-start-color: #02061799; } +.border-s-slate-950\\/65 { + border-inline-start-color: #020617a6; +} + .border-s-slate-950\\/70 { border-inline-start-color: #020617b3; } @@ -129672,6 +178280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #020617cc; } +.border-s-slate-950\\/85 { + border-inline-start-color: #020617d9; +} + .border-s-slate-950\\/90 { border-inline-start-color: #020617e6; } @@ -129696,6 +178308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f4; } +.border-s-stone-100\\/15 { + border-inline-start-color: #f5f5f426; +} + .border-s-stone-100\\/20 { border-inline-start-color: #f5f5f433; } @@ -129708,10 +178324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f44d; } +.border-s-stone-100\\/35 { + border-inline-start-color: #f5f5f459; +} + .border-s-stone-100\\/40 { border-inline-start-color: #f5f5f466; } +.border-s-stone-100\\/45 { + border-inline-start-color: #f5f5f473; +} + .border-s-stone-100\\/5 { border-inline-start-color: #f5f5f40d; } @@ -129720,10 +178344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f480; } +.border-s-stone-100\\/55 { + border-inline-start-color: #f5f5f48c; +} + .border-s-stone-100\\/60 { border-inline-start-color: #f5f5f499; } +.border-s-stone-100\\/65 { + border-inline-start-color: #f5f5f4a6; +} + .border-s-stone-100\\/70 { border-inline-start-color: #f5f5f4b3; } @@ -129736,6 +178368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f5f4cc; } +.border-s-stone-100\\/85 { + border-inline-start-color: #f5f5f4d9; +} + .border-s-stone-100\\/90 { border-inline-start-color: #f5f5f4e6; } @@ -129760,6 +178396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e7e5e4; } +.border-s-stone-200\\/15 { + border-inline-start-color: #e7e5e426; +} + .border-s-stone-200\\/20 { border-inline-start-color: #e7e5e433; } @@ -129772,10 +178412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e7e5e44d; } +.border-s-stone-200\\/35 { + border-inline-start-color: #e7e5e459; +} + .border-s-stone-200\\/40 { border-inline-start-color: #e7e5e466; } +.border-s-stone-200\\/45 { + border-inline-start-color: #e7e5e473; +} + .border-s-stone-200\\/5 { border-inline-start-color: #e7e5e40d; } @@ -129784,10 +178432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e7e5e480; } +.border-s-stone-200\\/55 { + border-inline-start-color: #e7e5e48c; +} + .border-s-stone-200\\/60 { border-inline-start-color: #e7e5e499; } +.border-s-stone-200\\/65 { + border-inline-start-color: #e7e5e4a6; +} + .border-s-stone-200\\/70 { border-inline-start-color: #e7e5e4b3; } @@ -129800,6 +178456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e7e5e4cc; } +.border-s-stone-200\\/85 { + border-inline-start-color: #e7e5e4d9; +} + .border-s-stone-200\\/90 { border-inline-start-color: #e7e5e4e6; } @@ -129824,6 +178484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d6d3d1; } +.border-s-stone-300\\/15 { + border-inline-start-color: #d6d3d126; +} + .border-s-stone-300\\/20 { border-inline-start-color: #d6d3d133; } @@ -129836,10 +178500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d6d3d14d; } +.border-s-stone-300\\/35 { + border-inline-start-color: #d6d3d159; +} + .border-s-stone-300\\/40 { border-inline-start-color: #d6d3d166; } +.border-s-stone-300\\/45 { + border-inline-start-color: #d6d3d173; +} + .border-s-stone-300\\/5 { border-inline-start-color: #d6d3d10d; } @@ -129848,10 +178520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d6d3d180; } +.border-s-stone-300\\/55 { + border-inline-start-color: #d6d3d18c; +} + .border-s-stone-300\\/60 { border-inline-start-color: #d6d3d199; } +.border-s-stone-300\\/65 { + border-inline-start-color: #d6d3d1a6; +} + .border-s-stone-300\\/70 { border-inline-start-color: #d6d3d1b3; } @@ -129864,6 +178544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d6d3d1cc; } +.border-s-stone-300\\/85 { + border-inline-start-color: #d6d3d1d9; +} + .border-s-stone-300\\/90 { border-inline-start-color: #d6d3d1e6; } @@ -129888,6 +178572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a8a29e; } +.border-s-stone-400\\/15 { + border-inline-start-color: #a8a29e26; +} + .border-s-stone-400\\/20 { border-inline-start-color: #a8a29e33; } @@ -129900,10 +178588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a8a29e4d; } +.border-s-stone-400\\/35 { + border-inline-start-color: #a8a29e59; +} + .border-s-stone-400\\/40 { border-inline-start-color: #a8a29e66; } +.border-s-stone-400\\/45 { + border-inline-start-color: #a8a29e73; +} + .border-s-stone-400\\/5 { border-inline-start-color: #a8a29e0d; } @@ -129912,10 +178608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a8a29e80; } +.border-s-stone-400\\/55 { + border-inline-start-color: #a8a29e8c; +} + .border-s-stone-400\\/60 { border-inline-start-color: #a8a29e99; } +.border-s-stone-400\\/65 { + border-inline-start-color: #a8a29ea6; +} + .border-s-stone-400\\/70 { border-inline-start-color: #a8a29eb3; } @@ -129928,6 +178632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a8a29ecc; } +.border-s-stone-400\\/85 { + border-inline-start-color: #a8a29ed9; +} + .border-s-stone-400\\/90 { border-inline-start-color: #a8a29ee6; } @@ -129952,6 +178660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafaf9; } +.border-s-stone-50\\/15 { + border-inline-start-color: #fafaf926; +} + .border-s-stone-50\\/20 { border-inline-start-color: #fafaf933; } @@ -129964,10 +178676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafaf94d; } +.border-s-stone-50\\/35 { + border-inline-start-color: #fafaf959; +} + .border-s-stone-50\\/40 { border-inline-start-color: #fafaf966; } +.border-s-stone-50\\/45 { + border-inline-start-color: #fafaf973; +} + .border-s-stone-50\\/5 { border-inline-start-color: #fafaf90d; } @@ -129976,10 +178696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafaf980; } +.border-s-stone-50\\/55 { + border-inline-start-color: #fafaf98c; +} + .border-s-stone-50\\/60 { border-inline-start-color: #fafaf999; } +.border-s-stone-50\\/65 { + border-inline-start-color: #fafaf9a6; +} + .border-s-stone-50\\/70 { border-inline-start-color: #fafaf9b3; } @@ -129992,6 +178720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafaf9cc; } +.border-s-stone-50\\/85 { + border-inline-start-color: #fafaf9d9; +} + .border-s-stone-50\\/90 { border-inline-start-color: #fafaf9e6; } @@ -130016,6 +178748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78716c; } +.border-s-stone-500\\/15 { + border-inline-start-color: #78716c26; +} + .border-s-stone-500\\/20 { border-inline-start-color: #78716c33; } @@ -130028,10 +178764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78716c4d; } +.border-s-stone-500\\/35 { + border-inline-start-color: #78716c59; +} + .border-s-stone-500\\/40 { border-inline-start-color: #78716c66; } +.border-s-stone-500\\/45 { + border-inline-start-color: #78716c73; +} + .border-s-stone-500\\/5 { border-inline-start-color: #78716c0d; } @@ -130040,10 +178784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78716c80; } +.border-s-stone-500\\/55 { + border-inline-start-color: #78716c8c; +} + .border-s-stone-500\\/60 { border-inline-start-color: #78716c99; } +.border-s-stone-500\\/65 { + border-inline-start-color: #78716ca6; +} + .border-s-stone-500\\/70 { border-inline-start-color: #78716cb3; } @@ -130056,6 +178808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #78716ccc; } +.border-s-stone-500\\/85 { + border-inline-start-color: #78716cd9; +} + .border-s-stone-500\\/90 { border-inline-start-color: #78716ce6; } @@ -130080,6 +178836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #57534e; } +.border-s-stone-600\\/15 { + border-inline-start-color: #57534e26; +} + .border-s-stone-600\\/20 { border-inline-start-color: #57534e33; } @@ -130092,10 +178852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #57534e4d; } +.border-s-stone-600\\/35 { + border-inline-start-color: #57534e59; +} + .border-s-stone-600\\/40 { border-inline-start-color: #57534e66; } +.border-s-stone-600\\/45 { + border-inline-start-color: #57534e73; +} + .border-s-stone-600\\/5 { border-inline-start-color: #57534e0d; } @@ -130104,10 +178872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #57534e80; } +.border-s-stone-600\\/55 { + border-inline-start-color: #57534e8c; +} + .border-s-stone-600\\/60 { border-inline-start-color: #57534e99; } +.border-s-stone-600\\/65 { + border-inline-start-color: #57534ea6; +} + .border-s-stone-600\\/70 { border-inline-start-color: #57534eb3; } @@ -130120,6 +178896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #57534ecc; } +.border-s-stone-600\\/85 { + border-inline-start-color: #57534ed9; +} + .border-s-stone-600\\/90 { border-inline-start-color: #57534ee6; } @@ -130144,6 +178924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #44403c; } +.border-s-stone-700\\/15 { + border-inline-start-color: #44403c26; +} + .border-s-stone-700\\/20 { border-inline-start-color: #44403c33; } @@ -130156,10 +178940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #44403c4d; } +.border-s-stone-700\\/35 { + border-inline-start-color: #44403c59; +} + .border-s-stone-700\\/40 { border-inline-start-color: #44403c66; } +.border-s-stone-700\\/45 { + border-inline-start-color: #44403c73; +} + .border-s-stone-700\\/5 { border-inline-start-color: #44403c0d; } @@ -130168,10 +178960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #44403c80; } +.border-s-stone-700\\/55 { + border-inline-start-color: #44403c8c; +} + .border-s-stone-700\\/60 { border-inline-start-color: #44403c99; } +.border-s-stone-700\\/65 { + border-inline-start-color: #44403ca6; +} + .border-s-stone-700\\/70 { border-inline-start-color: #44403cb3; } @@ -130184,6 +178984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #44403ccc; } +.border-s-stone-700\\/85 { + border-inline-start-color: #44403cd9; +} + .border-s-stone-700\\/90 { border-inline-start-color: #44403ce6; } @@ -130208,6 +179012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #292524; } +.border-s-stone-800\\/15 { + border-inline-start-color: #29252426; +} + .border-s-stone-800\\/20 { border-inline-start-color: #29252433; } @@ -130220,10 +179028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2925244d; } +.border-s-stone-800\\/35 { + border-inline-start-color: #29252459; +} + .border-s-stone-800\\/40 { border-inline-start-color: #29252466; } +.border-s-stone-800\\/45 { + border-inline-start-color: #29252473; +} + .border-s-stone-800\\/5 { border-inline-start-color: #2925240d; } @@ -130232,10 +179048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #29252480; } +.border-s-stone-800\\/55 { + border-inline-start-color: #2925248c; +} + .border-s-stone-800\\/60 { border-inline-start-color: #29252499; } +.border-s-stone-800\\/65 { + border-inline-start-color: #292524a6; +} + .border-s-stone-800\\/70 { border-inline-start-color: #292524b3; } @@ -130248,6 +179072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #292524cc; } +.border-s-stone-800\\/85 { + border-inline-start-color: #292524d9; +} + .border-s-stone-800\\/90 { border-inline-start-color: #292524e6; } @@ -130272,6 +179100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1c1917; } +.border-s-stone-900\\/15 { + border-inline-start-color: #1c191726; +} + .border-s-stone-900\\/20 { border-inline-start-color: #1c191733; } @@ -130284,10 +179116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1c19174d; } +.border-s-stone-900\\/35 { + border-inline-start-color: #1c191759; +} + .border-s-stone-900\\/40 { border-inline-start-color: #1c191766; } +.border-s-stone-900\\/45 { + border-inline-start-color: #1c191773; +} + .border-s-stone-900\\/5 { border-inline-start-color: #1c19170d; } @@ -130296,10 +179136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1c191780; } +.border-s-stone-900\\/55 { + border-inline-start-color: #1c19178c; +} + .border-s-stone-900\\/60 { border-inline-start-color: #1c191799; } +.border-s-stone-900\\/65 { + border-inline-start-color: #1c1917a6; +} + .border-s-stone-900\\/70 { border-inline-start-color: #1c1917b3; } @@ -130312,6 +179160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #1c1917cc; } +.border-s-stone-900\\/85 { + border-inline-start-color: #1c1917d9; +} + .border-s-stone-900\\/90 { border-inline-start-color: #1c1917e6; } @@ -130336,6 +179188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c0a09; } +.border-s-stone-950\\/15 { + border-inline-start-color: #0c0a0926; +} + .border-s-stone-950\\/20 { border-inline-start-color: #0c0a0933; } @@ -130348,10 +179204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c0a094d; } +.border-s-stone-950\\/35 { + border-inline-start-color: #0c0a0959; +} + .border-s-stone-950\\/40 { border-inline-start-color: #0c0a0966; } +.border-s-stone-950\\/45 { + border-inline-start-color: #0c0a0973; +} + .border-s-stone-950\\/5 { border-inline-start-color: #0c0a090d; } @@ -130360,10 +179224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c0a0980; } +.border-s-stone-950\\/55 { + border-inline-start-color: #0c0a098c; +} + .border-s-stone-950\\/60 { border-inline-start-color: #0c0a0999; } +.border-s-stone-950\\/65 { + border-inline-start-color: #0c0a09a6; +} + .border-s-stone-950\\/70 { border-inline-start-color: #0c0a09b3; } @@ -130376,6 +179248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0c0a09cc; } +.border-s-stone-950\\/85 { + border-inline-start-color: #0c0a09d9; +} + .border-s-stone-950\\/90 { border-inline-start-color: #0c0a09e6; } @@ -130400,6 +179276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ccfbf1; } +.border-s-teal-100\\/15 { + border-inline-start-color: #ccfbf126; +} + .border-s-teal-100\\/20 { border-inline-start-color: #ccfbf133; } @@ -130412,10 +179292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ccfbf14d; } +.border-s-teal-100\\/35 { + border-inline-start-color: #ccfbf159; +} + .border-s-teal-100\\/40 { border-inline-start-color: #ccfbf166; } +.border-s-teal-100\\/45 { + border-inline-start-color: #ccfbf173; +} + .border-s-teal-100\\/5 { border-inline-start-color: #ccfbf10d; } @@ -130424,10 +179312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ccfbf180; } +.border-s-teal-100\\/55 { + border-inline-start-color: #ccfbf18c; +} + .border-s-teal-100\\/60 { border-inline-start-color: #ccfbf199; } +.border-s-teal-100\\/65 { + border-inline-start-color: #ccfbf1a6; +} + .border-s-teal-100\\/70 { border-inline-start-color: #ccfbf1b3; } @@ -130440,6 +179336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ccfbf1cc; } +.border-s-teal-100\\/85 { + border-inline-start-color: #ccfbf1d9; +} + .border-s-teal-100\\/90 { border-inline-start-color: #ccfbf1e6; } @@ -130464,6 +179364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #99f6e4; } +.border-s-teal-200\\/15 { + border-inline-start-color: #99f6e426; +} + .border-s-teal-200\\/20 { border-inline-start-color: #99f6e433; } @@ -130476,10 +179380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #99f6e44d; } +.border-s-teal-200\\/35 { + border-inline-start-color: #99f6e459; +} + .border-s-teal-200\\/40 { border-inline-start-color: #99f6e466; } +.border-s-teal-200\\/45 { + border-inline-start-color: #99f6e473; +} + .border-s-teal-200\\/5 { border-inline-start-color: #99f6e40d; } @@ -130488,10 +179400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #99f6e480; } +.border-s-teal-200\\/55 { + border-inline-start-color: #99f6e48c; +} + .border-s-teal-200\\/60 { border-inline-start-color: #99f6e499; } +.border-s-teal-200\\/65 { + border-inline-start-color: #99f6e4a6; +} + .border-s-teal-200\\/70 { border-inline-start-color: #99f6e4b3; } @@ -130504,6 +179424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #99f6e4cc; } +.border-s-teal-200\\/85 { + border-inline-start-color: #99f6e4d9; +} + .border-s-teal-200\\/90 { border-inline-start-color: #99f6e4e6; } @@ -130528,6 +179452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5eead4; } +.border-s-teal-300\\/15 { + border-inline-start-color: #5eead426; +} + .border-s-teal-300\\/20 { border-inline-start-color: #5eead433; } @@ -130540,10 +179468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5eead44d; } +.border-s-teal-300\\/35 { + border-inline-start-color: #5eead459; +} + .border-s-teal-300\\/40 { border-inline-start-color: #5eead466; } +.border-s-teal-300\\/45 { + border-inline-start-color: #5eead473; +} + .border-s-teal-300\\/5 { border-inline-start-color: #5eead40d; } @@ -130552,10 +179488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5eead480; } +.border-s-teal-300\\/55 { + border-inline-start-color: #5eead48c; +} + .border-s-teal-300\\/60 { border-inline-start-color: #5eead499; } +.border-s-teal-300\\/65 { + border-inline-start-color: #5eead4a6; +} + .border-s-teal-300\\/70 { border-inline-start-color: #5eead4b3; } @@ -130568,6 +179512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5eead4cc; } +.border-s-teal-300\\/85 { + border-inline-start-color: #5eead4d9; +} + .border-s-teal-300\\/90 { border-inline-start-color: #5eead4e6; } @@ -130592,6 +179540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2dd4bf; } +.border-s-teal-400\\/15 { + border-inline-start-color: #2dd4bf26; +} + .border-s-teal-400\\/20 { border-inline-start-color: #2dd4bf33; } @@ -130604,10 +179556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2dd4bf4d; } +.border-s-teal-400\\/35 { + border-inline-start-color: #2dd4bf59; +} + .border-s-teal-400\\/40 { border-inline-start-color: #2dd4bf66; } +.border-s-teal-400\\/45 { + border-inline-start-color: #2dd4bf73; +} + .border-s-teal-400\\/5 { border-inline-start-color: #2dd4bf0d; } @@ -130616,10 +179576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2dd4bf80; } +.border-s-teal-400\\/55 { + border-inline-start-color: #2dd4bf8c; +} + .border-s-teal-400\\/60 { border-inline-start-color: #2dd4bf99; } +.border-s-teal-400\\/65 { + border-inline-start-color: #2dd4bfa6; +} + .border-s-teal-400\\/70 { border-inline-start-color: #2dd4bfb3; } @@ -130632,6 +179600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2dd4bfcc; } +.border-s-teal-400\\/85 { + border-inline-start-color: #2dd4bfd9; +} + .border-s-teal-400\\/90 { border-inline-start-color: #2dd4bfe6; } @@ -130656,6 +179628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdfa; } +.border-s-teal-50\\/15 { + border-inline-start-color: #f0fdfa26; +} + .border-s-teal-50\\/20 { border-inline-start-color: #f0fdfa33; } @@ -130668,10 +179644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdfa4d; } +.border-s-teal-50\\/35 { + border-inline-start-color: #f0fdfa59; +} + .border-s-teal-50\\/40 { border-inline-start-color: #f0fdfa66; } +.border-s-teal-50\\/45 { + border-inline-start-color: #f0fdfa73; +} + .border-s-teal-50\\/5 { border-inline-start-color: #f0fdfa0d; } @@ -130680,10 +179664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdfa80; } +.border-s-teal-50\\/55 { + border-inline-start-color: #f0fdfa8c; +} + .border-s-teal-50\\/60 { border-inline-start-color: #f0fdfa99; } +.border-s-teal-50\\/65 { + border-inline-start-color: #f0fdfaa6; +} + .border-s-teal-50\\/70 { border-inline-start-color: #f0fdfab3; } @@ -130696,6 +179688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f0fdfacc; } +.border-s-teal-50\\/85 { + border-inline-start-color: #f0fdfad9; +} + .border-s-teal-50\\/90 { border-inline-start-color: #f0fdfae6; } @@ -130720,6 +179716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14b8a6; } +.border-s-teal-500\\/15 { + border-inline-start-color: #14b8a626; +} + .border-s-teal-500\\/20 { border-inline-start-color: #14b8a633; } @@ -130732,10 +179732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14b8a64d; } +.border-s-teal-500\\/35 { + border-inline-start-color: #14b8a659; +} + .border-s-teal-500\\/40 { border-inline-start-color: #14b8a666; } +.border-s-teal-500\\/45 { + border-inline-start-color: #14b8a673; +} + .border-s-teal-500\\/5 { border-inline-start-color: #14b8a60d; } @@ -130744,10 +179752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14b8a680; } +.border-s-teal-500\\/55 { + border-inline-start-color: #14b8a68c; +} + .border-s-teal-500\\/60 { border-inline-start-color: #14b8a699; } +.border-s-teal-500\\/65 { + border-inline-start-color: #14b8a6a6; +} + .border-s-teal-500\\/70 { border-inline-start-color: #14b8a6b3; } @@ -130760,6 +179776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #14b8a6cc; } +.border-s-teal-500\\/85 { + border-inline-start-color: #14b8a6d9; +} + .border-s-teal-500\\/90 { border-inline-start-color: #14b8a6e6; } @@ -130784,6 +179804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0d9488; } +.border-s-teal-600\\/15 { + border-inline-start-color: #0d948826; +} + .border-s-teal-600\\/20 { border-inline-start-color: #0d948833; } @@ -130796,10 +179820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0d94884d; } +.border-s-teal-600\\/35 { + border-inline-start-color: #0d948859; +} + .border-s-teal-600\\/40 { border-inline-start-color: #0d948866; } +.border-s-teal-600\\/45 { + border-inline-start-color: #0d948873; +} + .border-s-teal-600\\/5 { border-inline-start-color: #0d94880d; } @@ -130808,10 +179840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0d948880; } +.border-s-teal-600\\/55 { + border-inline-start-color: #0d94888c; +} + .border-s-teal-600\\/60 { border-inline-start-color: #0d948899; } +.border-s-teal-600\\/65 { + border-inline-start-color: #0d9488a6; +} + .border-s-teal-600\\/70 { border-inline-start-color: #0d9488b3; } @@ -130824,6 +179864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0d9488cc; } +.border-s-teal-600\\/85 { + border-inline-start-color: #0d9488d9; +} + .border-s-teal-600\\/90 { border-inline-start-color: #0d9488e6; } @@ -130848,6 +179892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f766e; } +.border-s-teal-700\\/15 { + border-inline-start-color: #0f766e26; +} + .border-s-teal-700\\/20 { border-inline-start-color: #0f766e33; } @@ -130860,10 +179908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f766e4d; } +.border-s-teal-700\\/35 { + border-inline-start-color: #0f766e59; +} + .border-s-teal-700\\/40 { border-inline-start-color: #0f766e66; } +.border-s-teal-700\\/45 { + border-inline-start-color: #0f766e73; +} + .border-s-teal-700\\/5 { border-inline-start-color: #0f766e0d; } @@ -130872,10 +179928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f766e80; } +.border-s-teal-700\\/55 { + border-inline-start-color: #0f766e8c; +} + .border-s-teal-700\\/60 { border-inline-start-color: #0f766e99; } +.border-s-teal-700\\/65 { + border-inline-start-color: #0f766ea6; +} + .border-s-teal-700\\/70 { border-inline-start-color: #0f766eb3; } @@ -130888,6 +179952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0f766ecc; } +.border-s-teal-700\\/85 { + border-inline-start-color: #0f766ed9; +} + .border-s-teal-700\\/90 { border-inline-start-color: #0f766ee6; } @@ -130912,6 +179980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #115e59; } +.border-s-teal-800\\/15 { + border-inline-start-color: #115e5926; +} + .border-s-teal-800\\/20 { border-inline-start-color: #115e5933; } @@ -130924,10 +179996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #115e594d; } +.border-s-teal-800\\/35 { + border-inline-start-color: #115e5959; +} + .border-s-teal-800\\/40 { border-inline-start-color: #115e5966; } +.border-s-teal-800\\/45 { + border-inline-start-color: #115e5973; +} + .border-s-teal-800\\/5 { border-inline-start-color: #115e590d; } @@ -130936,10 +180016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #115e5980; } +.border-s-teal-800\\/55 { + border-inline-start-color: #115e598c; +} + .border-s-teal-800\\/60 { border-inline-start-color: #115e5999; } +.border-s-teal-800\\/65 { + border-inline-start-color: #115e59a6; +} + .border-s-teal-800\\/70 { border-inline-start-color: #115e59b3; } @@ -130952,6 +180040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #115e59cc; } +.border-s-teal-800\\/85 { + border-inline-start-color: #115e59d9; +} + .border-s-teal-800\\/90 { border-inline-start-color: #115e59e6; } @@ -130976,6 +180068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #134e4a; } +.border-s-teal-900\\/15 { + border-inline-start-color: #134e4a26; +} + .border-s-teal-900\\/20 { border-inline-start-color: #134e4a33; } @@ -130988,10 +180084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #134e4a4d; } +.border-s-teal-900\\/35 { + border-inline-start-color: #134e4a59; +} + .border-s-teal-900\\/40 { border-inline-start-color: #134e4a66; } +.border-s-teal-900\\/45 { + border-inline-start-color: #134e4a73; +} + .border-s-teal-900\\/5 { border-inline-start-color: #134e4a0d; } @@ -131000,10 +180104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #134e4a80; } +.border-s-teal-900\\/55 { + border-inline-start-color: #134e4a8c; +} + .border-s-teal-900\\/60 { border-inline-start-color: #134e4a99; } +.border-s-teal-900\\/65 { + border-inline-start-color: #134e4aa6; +} + .border-s-teal-900\\/70 { border-inline-start-color: #134e4ab3; } @@ -131016,6 +180128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #134e4acc; } +.border-s-teal-900\\/85 { + border-inline-start-color: #134e4ad9; +} + .border-s-teal-900\\/90 { border-inline-start-color: #134e4ae6; } @@ -131040,6 +180156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #042f2e; } +.border-s-teal-950\\/15 { + border-inline-start-color: #042f2e26; +} + .border-s-teal-950\\/20 { border-inline-start-color: #042f2e33; } @@ -131052,10 +180172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #042f2e4d; } +.border-s-teal-950\\/35 { + border-inline-start-color: #042f2e59; +} + .border-s-teal-950\\/40 { border-inline-start-color: #042f2e66; } +.border-s-teal-950\\/45 { + border-inline-start-color: #042f2e73; +} + .border-s-teal-950\\/5 { border-inline-start-color: #042f2e0d; } @@ -131064,10 +180192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #042f2e80; } +.border-s-teal-950\\/55 { + border-inline-start-color: #042f2e8c; +} + .border-s-teal-950\\/60 { border-inline-start-color: #042f2e99; } +.border-s-teal-950\\/65 { + border-inline-start-color: #042f2ea6; +} + .border-s-teal-950\\/70 { border-inline-start-color: #042f2eb3; } @@ -131080,6 +180216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #042f2ecc; } +.border-s-teal-950\\/85 { + border-inline-start-color: #042f2ed9; +} + .border-s-teal-950\\/90 { border-inline-start-color: #042f2ee6; } @@ -131100,6 +180240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #000; } +.border-s-transparent\\/15 { + border-inline-start-color: #00000026; +} + .border-s-transparent\\/20 { border-inline-start-color: #0003; } @@ -131112,10 +180256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #0000004d; } +.border-s-transparent\\/35 { + border-inline-start-color: #00000059; +} + .border-s-transparent\\/40 { border-inline-start-color: #0006; } +.border-s-transparent\\/45 { + border-inline-start-color: #00000073; +} + .border-s-transparent\\/5 { border-inline-start-color: #0000000d; } @@ -131124,10 +180276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #00000080; } +.border-s-transparent\\/55 { + border-inline-start-color: #0000008c; +} + .border-s-transparent\\/60 { border-inline-start-color: #0009; } +.border-s-transparent\\/65 { + border-inline-start-color: #000000a6; +} + .border-s-transparent\\/70 { border-inline-start-color: #000000b3; } @@ -131140,6 +180300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #000c; } +.border-s-transparent\\/85 { + border-inline-start-color: #000000d9; +} + .border-s-transparent\\/90 { border-inline-start-color: #000000e6; } @@ -131164,6 +180328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ede9fe; } +.border-s-violet-100\\/15 { + border-inline-start-color: #ede9fe26; +} + .border-s-violet-100\\/20 { border-inline-start-color: #ede9fe33; } @@ -131176,10 +180344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ede9fe4d; } +.border-s-violet-100\\/35 { + border-inline-start-color: #ede9fe59; +} + .border-s-violet-100\\/40 { border-inline-start-color: #ede9fe66; } +.border-s-violet-100\\/45 { + border-inline-start-color: #ede9fe73; +} + .border-s-violet-100\\/5 { border-inline-start-color: #ede9fe0d; } @@ -131188,10 +180364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ede9fe80; } +.border-s-violet-100\\/55 { + border-inline-start-color: #ede9fe8c; +} + .border-s-violet-100\\/60 { border-inline-start-color: #ede9fe99; } +.border-s-violet-100\\/65 { + border-inline-start-color: #ede9fea6; +} + .border-s-violet-100\\/70 { border-inline-start-color: #ede9feb3; } @@ -131204,6 +180388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ede9fecc; } +.border-s-violet-100\\/85 { + border-inline-start-color: #ede9fed9; +} + .border-s-violet-100\\/90 { border-inline-start-color: #ede9fee6; } @@ -131228,6 +180416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ddd6fe; } +.border-s-violet-200\\/15 { + border-inline-start-color: #ddd6fe26; +} + .border-s-violet-200\\/20 { border-inline-start-color: #ddd6fe33; } @@ -131240,10 +180432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ddd6fe4d; } +.border-s-violet-200\\/35 { + border-inline-start-color: #ddd6fe59; +} + .border-s-violet-200\\/40 { border-inline-start-color: #ddd6fe66; } +.border-s-violet-200\\/45 { + border-inline-start-color: #ddd6fe73; +} + .border-s-violet-200\\/5 { border-inline-start-color: #ddd6fe0d; } @@ -131252,10 +180452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ddd6fe80; } +.border-s-violet-200\\/55 { + border-inline-start-color: #ddd6fe8c; +} + .border-s-violet-200\\/60 { border-inline-start-color: #ddd6fe99; } +.border-s-violet-200\\/65 { + border-inline-start-color: #ddd6fea6; +} + .border-s-violet-200\\/70 { border-inline-start-color: #ddd6feb3; } @@ -131268,6 +180476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ddd6fecc; } +.border-s-violet-200\\/85 { + border-inline-start-color: #ddd6fed9; +} + .border-s-violet-200\\/90 { border-inline-start-color: #ddd6fee6; } @@ -131292,6 +180504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c4b5fd; } +.border-s-violet-300\\/15 { + border-inline-start-color: #c4b5fd26; +} + .border-s-violet-300\\/20 { border-inline-start-color: #c4b5fd33; } @@ -131304,10 +180520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c4b5fd4d; } +.border-s-violet-300\\/35 { + border-inline-start-color: #c4b5fd59; +} + .border-s-violet-300\\/40 { border-inline-start-color: #c4b5fd66; } +.border-s-violet-300\\/45 { + border-inline-start-color: #c4b5fd73; +} + .border-s-violet-300\\/5 { border-inline-start-color: #c4b5fd0d; } @@ -131316,10 +180540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c4b5fd80; } +.border-s-violet-300\\/55 { + border-inline-start-color: #c4b5fd8c; +} + .border-s-violet-300\\/60 { border-inline-start-color: #c4b5fd99; } +.border-s-violet-300\\/65 { + border-inline-start-color: #c4b5fda6; +} + .border-s-violet-300\\/70 { border-inline-start-color: #c4b5fdb3; } @@ -131332,6 +180564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #c4b5fdcc; } +.border-s-violet-300\\/85 { + border-inline-start-color: #c4b5fdd9; +} + .border-s-violet-300\\/90 { border-inline-start-color: #c4b5fde6; } @@ -131356,6 +180592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a78bfa; } +.border-s-violet-400\\/15 { + border-inline-start-color: #a78bfa26; +} + .border-s-violet-400\\/20 { border-inline-start-color: #a78bfa33; } @@ -131368,10 +180608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a78bfa4d; } +.border-s-violet-400\\/35 { + border-inline-start-color: #a78bfa59; +} + .border-s-violet-400\\/40 { border-inline-start-color: #a78bfa66; } +.border-s-violet-400\\/45 { + border-inline-start-color: #a78bfa73; +} + .border-s-violet-400\\/5 { border-inline-start-color: #a78bfa0d; } @@ -131380,10 +180628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a78bfa80; } +.border-s-violet-400\\/55 { + border-inline-start-color: #a78bfa8c; +} + .border-s-violet-400\\/60 { border-inline-start-color: #a78bfa99; } +.border-s-violet-400\\/65 { + border-inline-start-color: #a78bfaa6; +} + .border-s-violet-400\\/70 { border-inline-start-color: #a78bfab3; } @@ -131396,6 +180652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a78bfacc; } +.border-s-violet-400\\/85 { + border-inline-start-color: #a78bfad9; +} + .border-s-violet-400\\/90 { border-inline-start-color: #a78bfae6; } @@ -131420,6 +180680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f3ff; } +.border-s-violet-50\\/15 { + border-inline-start-color: #f5f3ff26; +} + .border-s-violet-50\\/20 { border-inline-start-color: #f5f3ff33; } @@ -131432,10 +180696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f3ff4d; } +.border-s-violet-50\\/35 { + border-inline-start-color: #f5f3ff59; +} + .border-s-violet-50\\/40 { border-inline-start-color: #f5f3ff66; } +.border-s-violet-50\\/45 { + border-inline-start-color: #f5f3ff73; +} + .border-s-violet-50\\/5 { border-inline-start-color: #f5f3ff0d; } @@ -131444,10 +180716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f3ff80; } +.border-s-violet-50\\/55 { + border-inline-start-color: #f5f3ff8c; +} + .border-s-violet-50\\/60 { border-inline-start-color: #f5f3ff99; } +.border-s-violet-50\\/65 { + border-inline-start-color: #f5f3ffa6; +} + .border-s-violet-50\\/70 { border-inline-start-color: #f5f3ffb3; } @@ -131460,6 +180740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f5f3ffcc; } +.border-s-violet-50\\/85 { + border-inline-start-color: #f5f3ffd9; +} + .border-s-violet-50\\/90 { border-inline-start-color: #f5f3ffe6; } @@ -131484,6 +180768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #8b5cf6; } +.border-s-violet-500\\/15 { + border-inline-start-color: #8b5cf626; +} + .border-s-violet-500\\/20 { border-inline-start-color: #8b5cf633; } @@ -131496,10 +180784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #8b5cf64d; } +.border-s-violet-500\\/35 { + border-inline-start-color: #8b5cf659; +} + .border-s-violet-500\\/40 { border-inline-start-color: #8b5cf666; } +.border-s-violet-500\\/45 { + border-inline-start-color: #8b5cf673; +} + .border-s-violet-500\\/5 { border-inline-start-color: #8b5cf60d; } @@ -131508,10 +180804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #8b5cf680; } +.border-s-violet-500\\/55 { + border-inline-start-color: #8b5cf68c; +} + .border-s-violet-500\\/60 { border-inline-start-color: #8b5cf699; } +.border-s-violet-500\\/65 { + border-inline-start-color: #8b5cf6a6; +} + .border-s-violet-500\\/70 { border-inline-start-color: #8b5cf6b3; } @@ -131524,6 +180828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #8b5cf6cc; } +.border-s-violet-500\\/85 { + border-inline-start-color: #8b5cf6d9; +} + .border-s-violet-500\\/90 { border-inline-start-color: #8b5cf6e6; } @@ -131548,6 +180856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c3aed; } +.border-s-violet-600\\/15 { + border-inline-start-color: #7c3aed26; +} + .border-s-violet-600\\/20 { border-inline-start-color: #7c3aed33; } @@ -131560,10 +180872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c3aed4d; } +.border-s-violet-600\\/35 { + border-inline-start-color: #7c3aed59; +} + .border-s-violet-600\\/40 { border-inline-start-color: #7c3aed66; } +.border-s-violet-600\\/45 { + border-inline-start-color: #7c3aed73; +} + .border-s-violet-600\\/5 { border-inline-start-color: #7c3aed0d; } @@ -131572,10 +180892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c3aed80; } +.border-s-violet-600\\/55 { + border-inline-start-color: #7c3aed8c; +} + .border-s-violet-600\\/60 { border-inline-start-color: #7c3aed99; } +.border-s-violet-600\\/65 { + border-inline-start-color: #7c3aeda6; +} + .border-s-violet-600\\/70 { border-inline-start-color: #7c3aedb3; } @@ -131588,6 +180916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #7c3aedcc; } +.border-s-violet-600\\/85 { + border-inline-start-color: #7c3aedd9; +} + .border-s-violet-600\\/90 { border-inline-start-color: #7c3aede6; } @@ -131612,6 +180944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6d28d9; } +.border-s-violet-700\\/15 { + border-inline-start-color: #6d28d926; +} + .border-s-violet-700\\/20 { border-inline-start-color: #6d28d933; } @@ -131624,10 +180960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6d28d94d; } +.border-s-violet-700\\/35 { + border-inline-start-color: #6d28d959; +} + .border-s-violet-700\\/40 { border-inline-start-color: #6d28d966; } +.border-s-violet-700\\/45 { + border-inline-start-color: #6d28d973; +} + .border-s-violet-700\\/5 { border-inline-start-color: #6d28d90d; } @@ -131636,10 +180980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6d28d980; } +.border-s-violet-700\\/55 { + border-inline-start-color: #6d28d98c; +} + .border-s-violet-700\\/60 { border-inline-start-color: #6d28d999; } +.border-s-violet-700\\/65 { + border-inline-start-color: #6d28d9a6; +} + .border-s-violet-700\\/70 { border-inline-start-color: #6d28d9b3; } @@ -131652,6 +181004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #6d28d9cc; } +.border-s-violet-700\\/85 { + border-inline-start-color: #6d28d9d9; +} + .border-s-violet-700\\/90 { border-inline-start-color: #6d28d9e6; } @@ -131676,6 +181032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5b21b6; } +.border-s-violet-800\\/15 { + border-inline-start-color: #5b21b626; +} + .border-s-violet-800\\/20 { border-inline-start-color: #5b21b633; } @@ -131688,10 +181048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5b21b64d; } +.border-s-violet-800\\/35 { + border-inline-start-color: #5b21b659; +} + .border-s-violet-800\\/40 { border-inline-start-color: #5b21b666; } +.border-s-violet-800\\/45 { + border-inline-start-color: #5b21b673; +} + .border-s-violet-800\\/5 { border-inline-start-color: #5b21b60d; } @@ -131700,10 +181068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5b21b680; } +.border-s-violet-800\\/55 { + border-inline-start-color: #5b21b68c; +} + .border-s-violet-800\\/60 { border-inline-start-color: #5b21b699; } +.border-s-violet-800\\/65 { + border-inline-start-color: #5b21b6a6; +} + .border-s-violet-800\\/70 { border-inline-start-color: #5b21b6b3; } @@ -131716,6 +181092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #5b21b6cc; } +.border-s-violet-800\\/85 { + border-inline-start-color: #5b21b6d9; +} + .border-s-violet-800\\/90 { border-inline-start-color: #5b21b6e6; } @@ -131740,6 +181120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c1d95; } +.border-s-violet-900\\/15 { + border-inline-start-color: #4c1d9526; +} + .border-s-violet-900\\/20 { border-inline-start-color: #4c1d9533; } @@ -131752,10 +181136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c1d954d; } +.border-s-violet-900\\/35 { + border-inline-start-color: #4c1d9559; +} + .border-s-violet-900\\/40 { border-inline-start-color: #4c1d9566; } +.border-s-violet-900\\/45 { + border-inline-start-color: #4c1d9573; +} + .border-s-violet-900\\/5 { border-inline-start-color: #4c1d950d; } @@ -131764,10 +181156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c1d9580; } +.border-s-violet-900\\/55 { + border-inline-start-color: #4c1d958c; +} + .border-s-violet-900\\/60 { border-inline-start-color: #4c1d9599; } +.border-s-violet-900\\/65 { + border-inline-start-color: #4c1d95a6; +} + .border-s-violet-900\\/70 { border-inline-start-color: #4c1d95b3; } @@ -131780,6 +181180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4c1d95cc; } +.border-s-violet-900\\/85 { + border-inline-start-color: #4c1d95d9; +} + .border-s-violet-900\\/90 { border-inline-start-color: #4c1d95e6; } @@ -131804,6 +181208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2e1065; } +.border-s-violet-950\\/15 { + border-inline-start-color: #2e106526; +} + .border-s-violet-950\\/20 { border-inline-start-color: #2e106533; } @@ -131816,10 +181224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2e10654d; } +.border-s-violet-950\\/35 { + border-inline-start-color: #2e106559; +} + .border-s-violet-950\\/40 { border-inline-start-color: #2e106566; } +.border-s-violet-950\\/45 { + border-inline-start-color: #2e106573; +} + .border-s-violet-950\\/5 { border-inline-start-color: #2e10650d; } @@ -131828,10 +181244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2e106580; } +.border-s-violet-950\\/55 { + border-inline-start-color: #2e10658c; +} + .border-s-violet-950\\/60 { border-inline-start-color: #2e106599; } +.border-s-violet-950\\/65 { + border-inline-start-color: #2e1065a6; +} + .border-s-violet-950\\/70 { border-inline-start-color: #2e1065b3; } @@ -131844,6 +181268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #2e1065cc; } +.border-s-violet-950\\/85 { + border-inline-start-color: #2e1065d9; +} + .border-s-violet-950\\/90 { border-inline-start-color: #2e1065e6; } @@ -131868,6 +181296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fff; } +.border-s-white\\/15 { + border-inline-start-color: #ffffff26; +} + .border-s-white\\/20 { border-inline-start-color: #fff3; } @@ -131880,10 +181312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffffff4d; } +.border-s-white\\/35 { + border-inline-start-color: #ffffff59; +} + .border-s-white\\/40 { border-inline-start-color: #fff6; } +.border-s-white\\/45 { + border-inline-start-color: #ffffff73; +} + .border-s-white\\/5 { border-inline-start-color: #ffffff0d; } @@ -131892,10 +181332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ffffff80; } +.border-s-white\\/55 { + border-inline-start-color: #ffffff8c; +} + .border-s-white\\/60 { border-inline-start-color: #fff9; } +.border-s-white\\/65 { + border-inline-start-color: #ffffffa6; +} + .border-s-white\\/70 { border-inline-start-color: #ffffffb3; } @@ -131908,6 +181356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fffc; } +.border-s-white\\/85 { + border-inline-start-color: #ffffffd9; +} + .border-s-white\\/90 { border-inline-start-color: #ffffffe6; } @@ -131932,6 +181384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef9c3; } +.border-s-yellow-100\\/15 { + border-inline-start-color: #fef9c326; +} + .border-s-yellow-100\\/20 { border-inline-start-color: #fef9c333; } @@ -131944,10 +181400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef9c34d; } +.border-s-yellow-100\\/35 { + border-inline-start-color: #fef9c359; +} + .border-s-yellow-100\\/40 { border-inline-start-color: #fef9c366; } +.border-s-yellow-100\\/45 { + border-inline-start-color: #fef9c373; +} + .border-s-yellow-100\\/5 { border-inline-start-color: #fef9c30d; } @@ -131956,10 +181420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef9c380; } +.border-s-yellow-100\\/55 { + border-inline-start-color: #fef9c38c; +} + .border-s-yellow-100\\/60 { border-inline-start-color: #fef9c399; } +.border-s-yellow-100\\/65 { + border-inline-start-color: #fef9c3a6; +} + .border-s-yellow-100\\/70 { border-inline-start-color: #fef9c3b3; } @@ -131972,6 +181444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef9c3cc; } +.border-s-yellow-100\\/85 { + border-inline-start-color: #fef9c3d9; +} + .border-s-yellow-100\\/90 { border-inline-start-color: #fef9c3e6; } @@ -131996,6 +181472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef08a; } +.border-s-yellow-200\\/15 { + border-inline-start-color: #fef08a26; +} + .border-s-yellow-200\\/20 { border-inline-start-color: #fef08a33; } @@ -132008,10 +181488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef08a4d; } +.border-s-yellow-200\\/35 { + border-inline-start-color: #fef08a59; +} + .border-s-yellow-200\\/40 { border-inline-start-color: #fef08a66; } +.border-s-yellow-200\\/45 { + border-inline-start-color: #fef08a73; +} + .border-s-yellow-200\\/5 { border-inline-start-color: #fef08a0d; } @@ -132020,10 +181508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef08a80; } +.border-s-yellow-200\\/55 { + border-inline-start-color: #fef08a8c; +} + .border-s-yellow-200\\/60 { border-inline-start-color: #fef08a99; } +.border-s-yellow-200\\/65 { + border-inline-start-color: #fef08aa6; +} + .border-s-yellow-200\\/70 { border-inline-start-color: #fef08ab3; } @@ -132036,6 +181532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fef08acc; } +.border-s-yellow-200\\/85 { + border-inline-start-color: #fef08ad9; +} + .border-s-yellow-200\\/90 { border-inline-start-color: #fef08ae6; } @@ -132060,6 +181560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde047; } +.border-s-yellow-300\\/15 { + border-inline-start-color: #fde04726; +} + .border-s-yellow-300\\/20 { border-inline-start-color: #fde04733; } @@ -132072,10 +181576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde0474d; } +.border-s-yellow-300\\/35 { + border-inline-start-color: #fde04759; +} + .border-s-yellow-300\\/40 { border-inline-start-color: #fde04766; } +.border-s-yellow-300\\/45 { + border-inline-start-color: #fde04773; +} + .border-s-yellow-300\\/5 { border-inline-start-color: #fde0470d; } @@ -132084,10 +181596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde04780; } +.border-s-yellow-300\\/55 { + border-inline-start-color: #fde0478c; +} + .border-s-yellow-300\\/60 { border-inline-start-color: #fde04799; } +.border-s-yellow-300\\/65 { + border-inline-start-color: #fde047a6; +} + .border-s-yellow-300\\/70 { border-inline-start-color: #fde047b3; } @@ -132100,6 +181620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fde047cc; } +.border-s-yellow-300\\/85 { + border-inline-start-color: #fde047d9; +} + .border-s-yellow-300\\/90 { border-inline-start-color: #fde047e6; } @@ -132124,6 +181648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #facc15; } +.border-s-yellow-400\\/15 { + border-inline-start-color: #facc1526; +} + .border-s-yellow-400\\/20 { border-inline-start-color: #facc1533; } @@ -132136,10 +181664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #facc154d; } +.border-s-yellow-400\\/35 { + border-inline-start-color: #facc1559; +} + .border-s-yellow-400\\/40 { border-inline-start-color: #facc1566; } +.border-s-yellow-400\\/45 { + border-inline-start-color: #facc1573; +} + .border-s-yellow-400\\/5 { border-inline-start-color: #facc150d; } @@ -132148,10 +181684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #facc1580; } +.border-s-yellow-400\\/55 { + border-inline-start-color: #facc158c; +} + .border-s-yellow-400\\/60 { border-inline-start-color: #facc1599; } +.border-s-yellow-400\\/65 { + border-inline-start-color: #facc15a6; +} + .border-s-yellow-400\\/70 { border-inline-start-color: #facc15b3; } @@ -132164,6 +181708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #facc15cc; } +.border-s-yellow-400\\/85 { + border-inline-start-color: #facc15d9; +} + .border-s-yellow-400\\/90 { border-inline-start-color: #facc15e6; } @@ -132188,6 +181736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fefce8; } +.border-s-yellow-50\\/15 { + border-inline-start-color: #fefce826; +} + .border-s-yellow-50\\/20 { border-inline-start-color: #fefce833; } @@ -132200,10 +181752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fefce84d; } +.border-s-yellow-50\\/35 { + border-inline-start-color: #fefce859; +} + .border-s-yellow-50\\/40 { border-inline-start-color: #fefce866; } +.border-s-yellow-50\\/45 { + border-inline-start-color: #fefce873; +} + .border-s-yellow-50\\/5 { border-inline-start-color: #fefce80d; } @@ -132212,10 +181772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fefce880; } +.border-s-yellow-50\\/55 { + border-inline-start-color: #fefce88c; +} + .border-s-yellow-50\\/60 { border-inline-start-color: #fefce899; } +.border-s-yellow-50\\/65 { + border-inline-start-color: #fefce8a6; +} + .border-s-yellow-50\\/70 { border-inline-start-color: #fefce8b3; } @@ -132228,6 +181796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fefce8cc; } +.border-s-yellow-50\\/85 { + border-inline-start-color: #fefce8d9; +} + .border-s-yellow-50\\/90 { border-inline-start-color: #fefce8e6; } @@ -132252,6 +181824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eab308; } +.border-s-yellow-500\\/15 { + border-inline-start-color: #eab30826; +} + .border-s-yellow-500\\/20 { border-inline-start-color: #eab30833; } @@ -132264,10 +181840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eab3084d; } +.border-s-yellow-500\\/35 { + border-inline-start-color: #eab30859; +} + .border-s-yellow-500\\/40 { border-inline-start-color: #eab30866; } +.border-s-yellow-500\\/45 { + border-inline-start-color: #eab30873; +} + .border-s-yellow-500\\/5 { border-inline-start-color: #eab3080d; } @@ -132276,10 +181860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eab30880; } +.border-s-yellow-500\\/55 { + border-inline-start-color: #eab3088c; +} + .border-s-yellow-500\\/60 { border-inline-start-color: #eab30899; } +.border-s-yellow-500\\/65 { + border-inline-start-color: #eab308a6; +} + .border-s-yellow-500\\/70 { border-inline-start-color: #eab308b3; } @@ -132292,6 +181884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #eab308cc; } +.border-s-yellow-500\\/85 { + border-inline-start-color: #eab308d9; +} + .border-s-yellow-500\\/90 { border-inline-start-color: #eab308e6; } @@ -132316,6 +181912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ca8a04; } +.border-s-yellow-600\\/15 { + border-inline-start-color: #ca8a0426; +} + .border-s-yellow-600\\/20 { border-inline-start-color: #ca8a0433; } @@ -132328,10 +181928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ca8a044d; } +.border-s-yellow-600\\/35 { + border-inline-start-color: #ca8a0459; +} + .border-s-yellow-600\\/40 { border-inline-start-color: #ca8a0466; } +.border-s-yellow-600\\/45 { + border-inline-start-color: #ca8a0473; +} + .border-s-yellow-600\\/5 { border-inline-start-color: #ca8a040d; } @@ -132340,10 +181948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ca8a0480; } +.border-s-yellow-600\\/55 { + border-inline-start-color: #ca8a048c; +} + .border-s-yellow-600\\/60 { border-inline-start-color: #ca8a0499; } +.border-s-yellow-600\\/65 { + border-inline-start-color: #ca8a04a6; +} + .border-s-yellow-600\\/70 { border-inline-start-color: #ca8a04b3; } @@ -132356,6 +181972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #ca8a04cc; } +.border-s-yellow-600\\/85 { + border-inline-start-color: #ca8a04d9; +} + .border-s-yellow-600\\/90 { border-inline-start-color: #ca8a04e6; } @@ -132380,6 +182000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a16207; } +.border-s-yellow-700\\/15 { + border-inline-start-color: #a1620726; +} + .border-s-yellow-700\\/20 { border-inline-start-color: #a1620733; } @@ -132392,10 +182016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a162074d; } +.border-s-yellow-700\\/35 { + border-inline-start-color: #a1620759; +} + .border-s-yellow-700\\/40 { border-inline-start-color: #a1620766; } +.border-s-yellow-700\\/45 { + border-inline-start-color: #a1620773; +} + .border-s-yellow-700\\/5 { border-inline-start-color: #a162070d; } @@ -132404,10 +182036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a1620780; } +.border-s-yellow-700\\/55 { + border-inline-start-color: #a162078c; +} + .border-s-yellow-700\\/60 { border-inline-start-color: #a1620799; } +.border-s-yellow-700\\/65 { + border-inline-start-color: #a16207a6; +} + .border-s-yellow-700\\/70 { border-inline-start-color: #a16207b3; } @@ -132420,6 +182060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a16207cc; } +.border-s-yellow-700\\/85 { + border-inline-start-color: #a16207d9; +} + .border-s-yellow-700\\/90 { border-inline-start-color: #a16207e6; } @@ -132444,6 +182088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #854d0e; } +.border-s-yellow-800\\/15 { + border-inline-start-color: #854d0e26; +} + .border-s-yellow-800\\/20 { border-inline-start-color: #854d0e33; } @@ -132456,10 +182104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #854d0e4d; } +.border-s-yellow-800\\/35 { + border-inline-start-color: #854d0e59; +} + .border-s-yellow-800\\/40 { border-inline-start-color: #854d0e66; } +.border-s-yellow-800\\/45 { + border-inline-start-color: #854d0e73; +} + .border-s-yellow-800\\/5 { border-inline-start-color: #854d0e0d; } @@ -132468,10 +182124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #854d0e80; } +.border-s-yellow-800\\/55 { + border-inline-start-color: #854d0e8c; +} + .border-s-yellow-800\\/60 { border-inline-start-color: #854d0e99; } +.border-s-yellow-800\\/65 { + border-inline-start-color: #854d0ea6; +} + .border-s-yellow-800\\/70 { border-inline-start-color: #854d0eb3; } @@ -132484,6 +182148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #854d0ecc; } +.border-s-yellow-800\\/85 { + border-inline-start-color: #854d0ed9; +} + .border-s-yellow-800\\/90 { border-inline-start-color: #854d0ee6; } @@ -132508,6 +182176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #713f12; } +.border-s-yellow-900\\/15 { + border-inline-start-color: #713f1226; +} + .border-s-yellow-900\\/20 { border-inline-start-color: #713f1233; } @@ -132520,10 +182192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #713f124d; } +.border-s-yellow-900\\/35 { + border-inline-start-color: #713f1259; +} + .border-s-yellow-900\\/40 { border-inline-start-color: #713f1266; } +.border-s-yellow-900\\/45 { + border-inline-start-color: #713f1273; +} + .border-s-yellow-900\\/5 { border-inline-start-color: #713f120d; } @@ -132532,10 +182212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #713f1280; } +.border-s-yellow-900\\/55 { + border-inline-start-color: #713f128c; +} + .border-s-yellow-900\\/60 { border-inline-start-color: #713f1299; } +.border-s-yellow-900\\/65 { + border-inline-start-color: #713f12a6; +} + .border-s-yellow-900\\/70 { border-inline-start-color: #713f12b3; } @@ -132548,6 +182236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #713f12cc; } +.border-s-yellow-900\\/85 { + border-inline-start-color: #713f12d9; +} + .border-s-yellow-900\\/90 { border-inline-start-color: #713f12e6; } @@ -132572,6 +182264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #422006; } +.border-s-yellow-950\\/15 { + border-inline-start-color: #42200626; +} + .border-s-yellow-950\\/20 { border-inline-start-color: #42200633; } @@ -132584,10 +182280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #4220064d; } +.border-s-yellow-950\\/35 { + border-inline-start-color: #42200659; +} + .border-s-yellow-950\\/40 { border-inline-start-color: #42200666; } +.border-s-yellow-950\\/45 { + border-inline-start-color: #42200673; +} + .border-s-yellow-950\\/5 { border-inline-start-color: #4220060d; } @@ -132596,10 +182300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #42200680; } +.border-s-yellow-950\\/55 { + border-inline-start-color: #4220068c; +} + .border-s-yellow-950\\/60 { border-inline-start-color: #42200699; } +.border-s-yellow-950\\/65 { + border-inline-start-color: #422006a6; +} + .border-s-yellow-950\\/70 { border-inline-start-color: #422006b3; } @@ -132612,6 +182324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #422006cc; } +.border-s-yellow-950\\/85 { + border-inline-start-color: #422006d9; +} + .border-s-yellow-950\\/90 { border-inline-start-color: #422006e6; } @@ -132636,6 +182352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f4f4f5; } +.border-s-zinc-100\\/15 { + border-inline-start-color: #f4f4f526; +} + .border-s-zinc-100\\/20 { border-inline-start-color: #f4f4f533; } @@ -132648,10 +182368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f4f4f54d; } +.border-s-zinc-100\\/35 { + border-inline-start-color: #f4f4f559; +} + .border-s-zinc-100\\/40 { border-inline-start-color: #f4f4f566; } +.border-s-zinc-100\\/45 { + border-inline-start-color: #f4f4f573; +} + .border-s-zinc-100\\/5 { border-inline-start-color: #f4f4f50d; } @@ -132660,10 +182388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f4f4f580; } +.border-s-zinc-100\\/55 { + border-inline-start-color: #f4f4f58c; +} + .border-s-zinc-100\\/60 { border-inline-start-color: #f4f4f599; } +.border-s-zinc-100\\/65 { + border-inline-start-color: #f4f4f5a6; +} + .border-s-zinc-100\\/70 { border-inline-start-color: #f4f4f5b3; } @@ -132676,6 +182412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #f4f4f5cc; } +.border-s-zinc-100\\/85 { + border-inline-start-color: #f4f4f5d9; +} + .border-s-zinc-100\\/90 { border-inline-start-color: #f4f4f5e6; } @@ -132700,6 +182440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e4e4e7; } +.border-s-zinc-200\\/15 { + border-inline-start-color: #e4e4e726; +} + .border-s-zinc-200\\/20 { border-inline-start-color: #e4e4e733; } @@ -132712,10 +182456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e4e4e74d; } +.border-s-zinc-200\\/35 { + border-inline-start-color: #e4e4e759; +} + .border-s-zinc-200\\/40 { border-inline-start-color: #e4e4e766; } +.border-s-zinc-200\\/45 { + border-inline-start-color: #e4e4e773; +} + .border-s-zinc-200\\/5 { border-inline-start-color: #e4e4e70d; } @@ -132724,10 +182476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e4e4e780; } +.border-s-zinc-200\\/55 { + border-inline-start-color: #e4e4e78c; +} + .border-s-zinc-200\\/60 { border-inline-start-color: #e4e4e799; } +.border-s-zinc-200\\/65 { + border-inline-start-color: #e4e4e7a6; +} + .border-s-zinc-200\\/70 { border-inline-start-color: #e4e4e7b3; } @@ -132740,6 +182500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #e4e4e7cc; } +.border-s-zinc-200\\/85 { + border-inline-start-color: #e4e4e7d9; +} + .border-s-zinc-200\\/90 { border-inline-start-color: #e4e4e7e6; } @@ -132764,6 +182528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d8; } +.border-s-zinc-300\\/15 { + border-inline-start-color: #d4d4d826; +} + .border-s-zinc-300\\/20 { border-inline-start-color: #d4d4d833; } @@ -132776,10 +182544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d84d; } +.border-s-zinc-300\\/35 { + border-inline-start-color: #d4d4d859; +} + .border-s-zinc-300\\/40 { border-inline-start-color: #d4d4d866; } +.border-s-zinc-300\\/45 { + border-inline-start-color: #d4d4d873; +} + .border-s-zinc-300\\/5 { border-inline-start-color: #d4d4d80d; } @@ -132788,10 +182564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d880; } +.border-s-zinc-300\\/55 { + border-inline-start-color: #d4d4d88c; +} + .border-s-zinc-300\\/60 { border-inline-start-color: #d4d4d899; } +.border-s-zinc-300\\/65 { + border-inline-start-color: #d4d4d8a6; +} + .border-s-zinc-300\\/70 { border-inline-start-color: #d4d4d8b3; } @@ -132804,6 +182588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #d4d4d8cc; } +.border-s-zinc-300\\/85 { + border-inline-start-color: #d4d4d8d9; +} + .border-s-zinc-300\\/90 { border-inline-start-color: #d4d4d8e6; } @@ -132828,6 +182616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a1a1aa; } +.border-s-zinc-400\\/15 { + border-inline-start-color: #a1a1aa26; +} + .border-s-zinc-400\\/20 { border-inline-start-color: #a1a1aa33; } @@ -132840,10 +182632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a1a1aa4d; } +.border-s-zinc-400\\/35 { + border-inline-start-color: #a1a1aa59; +} + .border-s-zinc-400\\/40 { border-inline-start-color: #a1a1aa66; } +.border-s-zinc-400\\/45 { + border-inline-start-color: #a1a1aa73; +} + .border-s-zinc-400\\/5 { border-inline-start-color: #a1a1aa0d; } @@ -132852,10 +182652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a1a1aa80; } +.border-s-zinc-400\\/55 { + border-inline-start-color: #a1a1aa8c; +} + .border-s-zinc-400\\/60 { border-inline-start-color: #a1a1aa99; } +.border-s-zinc-400\\/65 { + border-inline-start-color: #a1a1aaa6; +} + .border-s-zinc-400\\/70 { border-inline-start-color: #a1a1aab3; } @@ -132868,6 +182676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #a1a1aacc; } +.border-s-zinc-400\\/85 { + border-inline-start-color: #a1a1aad9; +} + .border-s-zinc-400\\/90 { border-inline-start-color: #a1a1aae6; } @@ -132892,6 +182704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafa; } +.border-s-zinc-50\\/15 { + border-inline-start-color: #fafafa26; +} + .border-s-zinc-50\\/20 { border-inline-start-color: #fafafa33; } @@ -132904,10 +182720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafa4d; } +.border-s-zinc-50\\/35 { + border-inline-start-color: #fafafa59; +} + .border-s-zinc-50\\/40 { border-inline-start-color: #fafafa66; } +.border-s-zinc-50\\/45 { + border-inline-start-color: #fafafa73; +} + .border-s-zinc-50\\/5 { border-inline-start-color: #fafafa0d; } @@ -132916,10 +182740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafa80; } +.border-s-zinc-50\\/55 { + border-inline-start-color: #fafafa8c; +} + .border-s-zinc-50\\/60 { border-inline-start-color: #fafafa99; } +.border-s-zinc-50\\/65 { + border-inline-start-color: #fafafaa6; +} + .border-s-zinc-50\\/70 { border-inline-start-color: #fafafab3; } @@ -132932,6 +182764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #fafafacc; } +.border-s-zinc-50\\/85 { + border-inline-start-color: #fafafad9; +} + .border-s-zinc-50\\/90 { border-inline-start-color: #fafafae6; } @@ -132956,6 +182792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #71717a; } +.border-s-zinc-500\\/15 { + border-inline-start-color: #71717a26; +} + .border-s-zinc-500\\/20 { border-inline-start-color: #71717a33; } @@ -132968,10 +182808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #71717a4d; } +.border-s-zinc-500\\/35 { + border-inline-start-color: #71717a59; +} + .border-s-zinc-500\\/40 { border-inline-start-color: #71717a66; } +.border-s-zinc-500\\/45 { + border-inline-start-color: #71717a73; +} + .border-s-zinc-500\\/5 { border-inline-start-color: #71717a0d; } @@ -132980,10 +182828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #71717a80; } +.border-s-zinc-500\\/55 { + border-inline-start-color: #71717a8c; +} + .border-s-zinc-500\\/60 { border-inline-start-color: #71717a99; } +.border-s-zinc-500\\/65 { + border-inline-start-color: #71717aa6; +} + .border-s-zinc-500\\/70 { border-inline-start-color: #71717ab3; } @@ -132996,6 +182852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #71717acc; } +.border-s-zinc-500\\/85 { + border-inline-start-color: #71717ad9; +} + .border-s-zinc-500\\/90 { border-inline-start-color: #71717ae6; } @@ -133020,6 +182880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #52525b; } +.border-s-zinc-600\\/15 { + border-inline-start-color: #52525b26; +} + .border-s-zinc-600\\/20 { border-inline-start-color: #52525b33; } @@ -133032,10 +182896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #52525b4d; } +.border-s-zinc-600\\/35 { + border-inline-start-color: #52525b59; +} + .border-s-zinc-600\\/40 { border-inline-start-color: #52525b66; } +.border-s-zinc-600\\/45 { + border-inline-start-color: #52525b73; +} + .border-s-zinc-600\\/5 { border-inline-start-color: #52525b0d; } @@ -133044,10 +182916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #52525b80; } +.border-s-zinc-600\\/55 { + border-inline-start-color: #52525b8c; +} + .border-s-zinc-600\\/60 { border-inline-start-color: #52525b99; } +.border-s-zinc-600\\/65 { + border-inline-start-color: #52525ba6; +} + .border-s-zinc-600\\/70 { border-inline-start-color: #52525bb3; } @@ -133060,6 +182940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #52525bcc; } +.border-s-zinc-600\\/85 { + border-inline-start-color: #52525bd9; +} + .border-s-zinc-600\\/90 { border-inline-start-color: #52525be6; } @@ -133084,6 +182968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f3f46; } +.border-s-zinc-700\\/15 { + border-inline-start-color: #3f3f4626; +} + .border-s-zinc-700\\/20 { border-inline-start-color: #3f3f4633; } @@ -133096,10 +182984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f3f464d; } +.border-s-zinc-700\\/35 { + border-inline-start-color: #3f3f4659; +} + .border-s-zinc-700\\/40 { border-inline-start-color: #3f3f4666; } +.border-s-zinc-700\\/45 { + border-inline-start-color: #3f3f4673; +} + .border-s-zinc-700\\/5 { border-inline-start-color: #3f3f460d; } @@ -133108,10 +183004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f3f4680; } +.border-s-zinc-700\\/55 { + border-inline-start-color: #3f3f468c; +} + .border-s-zinc-700\\/60 { border-inline-start-color: #3f3f4699; } +.border-s-zinc-700\\/65 { + border-inline-start-color: #3f3f46a6; +} + .border-s-zinc-700\\/70 { border-inline-start-color: #3f3f46b3; } @@ -133124,6 +183028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #3f3f46cc; } +.border-s-zinc-700\\/85 { + border-inline-start-color: #3f3f46d9; +} + .border-s-zinc-700\\/90 { border-inline-start-color: #3f3f46e6; } @@ -133148,6 +183056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #27272a; } +.border-s-zinc-800\\/15 { + border-inline-start-color: #27272a26; +} + .border-s-zinc-800\\/20 { border-inline-start-color: #27272a33; } @@ -133160,10 +183072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #27272a4d; } +.border-s-zinc-800\\/35 { + border-inline-start-color: #27272a59; +} + .border-s-zinc-800\\/40 { border-inline-start-color: #27272a66; } +.border-s-zinc-800\\/45 { + border-inline-start-color: #27272a73; +} + .border-s-zinc-800\\/5 { border-inline-start-color: #27272a0d; } @@ -133172,10 +183092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #27272a80; } +.border-s-zinc-800\\/55 { + border-inline-start-color: #27272a8c; +} + .border-s-zinc-800\\/60 { border-inline-start-color: #27272a99; } +.border-s-zinc-800\\/65 { + border-inline-start-color: #27272aa6; +} + .border-s-zinc-800\\/70 { border-inline-start-color: #27272ab3; } @@ -133188,6 +183116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #27272acc; } +.border-s-zinc-800\\/85 { + border-inline-start-color: #27272ad9; +} + .border-s-zinc-800\\/90 { border-inline-start-color: #27272ae6; } @@ -133212,6 +183144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #18181b; } +.border-s-zinc-900\\/15 { + border-inline-start-color: #18181b26; +} + .border-s-zinc-900\\/20 { border-inline-start-color: #18181b33; } @@ -133224,10 +183160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #18181b4d; } +.border-s-zinc-900\\/35 { + border-inline-start-color: #18181b59; +} + .border-s-zinc-900\\/40 { border-inline-start-color: #18181b66; } +.border-s-zinc-900\\/45 { + border-inline-start-color: #18181b73; +} + .border-s-zinc-900\\/5 { border-inline-start-color: #18181b0d; } @@ -133236,10 +183180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #18181b80; } +.border-s-zinc-900\\/55 { + border-inline-start-color: #18181b8c; +} + .border-s-zinc-900\\/60 { border-inline-start-color: #18181b99; } +.border-s-zinc-900\\/65 { + border-inline-start-color: #18181ba6; +} + .border-s-zinc-900\\/70 { border-inline-start-color: #18181bb3; } @@ -133252,6 +183204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #18181bcc; } +.border-s-zinc-900\\/85 { + border-inline-start-color: #18181bd9; +} + .border-s-zinc-900\\/90 { border-inline-start-color: #18181be6; } @@ -133276,6 +183232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #09090b; } +.border-s-zinc-950\\/15 { + border-inline-start-color: #09090b26; +} + .border-s-zinc-950\\/20 { border-inline-start-color: #09090b33; } @@ -133288,10 +183248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #09090b4d; } +.border-s-zinc-950\\/35 { + border-inline-start-color: #09090b59; +} + .border-s-zinc-950\\/40 { border-inline-start-color: #09090b66; } +.border-s-zinc-950\\/45 { + border-inline-start-color: #09090b73; +} + .border-s-zinc-950\\/5 { border-inline-start-color: #09090b0d; } @@ -133300,10 +183268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #09090b80; } +.border-s-zinc-950\\/55 { + border-inline-start-color: #09090b8c; +} + .border-s-zinc-950\\/60 { border-inline-start-color: #09090b99; } +.border-s-zinc-950\\/65 { + border-inline-start-color: #09090ba6; +} + .border-s-zinc-950\\/70 { border-inline-start-color: #09090bb3; } @@ -133316,6 +183292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-inline-start-color: #09090bcc; } +.border-s-zinc-950\\/85 { + border-inline-start-color: #09090bd9; +} + .border-s-zinc-950\\/90 { border-inline-start-color: #09090be6; } @@ -133340,6 +183320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef3c7; } +.border-t-amber-100\\/15 { + border-top-color: #fef3c726; +} + .border-t-amber-100\\/20 { border-top-color: #fef3c733; } @@ -133352,10 +183336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef3c74d; } +.border-t-amber-100\\/35 { + border-top-color: #fef3c759; +} + .border-t-amber-100\\/40 { border-top-color: #fef3c766; } +.border-t-amber-100\\/45 { + border-top-color: #fef3c773; +} + .border-t-amber-100\\/5 { border-top-color: #fef3c70d; } @@ -133364,10 +183356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef3c780; } +.border-t-amber-100\\/55 { + border-top-color: #fef3c78c; +} + .border-t-amber-100\\/60 { border-top-color: #fef3c799; } +.border-t-amber-100\\/65 { + border-top-color: #fef3c7a6; +} + .border-t-amber-100\\/70 { border-top-color: #fef3c7b3; } @@ -133380,6 +183380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef3c7cc; } +.border-t-amber-100\\/85 { + border-top-color: #fef3c7d9; +} + .border-t-amber-100\\/90 { border-top-color: #fef3c7e6; } @@ -133404,6 +183408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde68a; } +.border-t-amber-200\\/15 { + border-top-color: #fde68a26; +} + .border-t-amber-200\\/20 { border-top-color: #fde68a33; } @@ -133416,10 +183424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde68a4d; } +.border-t-amber-200\\/35 { + border-top-color: #fde68a59; +} + .border-t-amber-200\\/40 { border-top-color: #fde68a66; } +.border-t-amber-200\\/45 { + border-top-color: #fde68a73; +} + .border-t-amber-200\\/5 { border-top-color: #fde68a0d; } @@ -133428,10 +183444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde68a80; } +.border-t-amber-200\\/55 { + border-top-color: #fde68a8c; +} + .border-t-amber-200\\/60 { border-top-color: #fde68a99; } +.border-t-amber-200\\/65 { + border-top-color: #fde68aa6; +} + .border-t-amber-200\\/70 { border-top-color: #fde68ab3; } @@ -133444,6 +183468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde68acc; } +.border-t-amber-200\\/85 { + border-top-color: #fde68ad9; +} + .border-t-amber-200\\/90 { border-top-color: #fde68ae6; } @@ -133468,6 +183496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fcd34d; } +.border-t-amber-300\\/15 { + border-top-color: #fcd34d26; +} + .border-t-amber-300\\/20 { border-top-color: #fcd34d33; } @@ -133480,10 +183512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fcd34d4d; } +.border-t-amber-300\\/35 { + border-top-color: #fcd34d59; +} + .border-t-amber-300\\/40 { border-top-color: #fcd34d66; } +.border-t-amber-300\\/45 { + border-top-color: #fcd34d73; +} + .border-t-amber-300\\/5 { border-top-color: #fcd34d0d; } @@ -133492,10 +183532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fcd34d80; } +.border-t-amber-300\\/55 { + border-top-color: #fcd34d8c; +} + .border-t-amber-300\\/60 { border-top-color: #fcd34d99; } +.border-t-amber-300\\/65 { + border-top-color: #fcd34da6; +} + .border-t-amber-300\\/70 { border-top-color: #fcd34db3; } @@ -133508,6 +183556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fcd34dcc; } +.border-t-amber-300\\/85 { + border-top-color: #fcd34dd9; +} + .border-t-amber-300\\/90 { border-top-color: #fcd34de6; } @@ -133532,6 +183584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbbf24; } +.border-t-amber-400\\/15 { + border-top-color: #fbbf2426; +} + .border-t-amber-400\\/20 { border-top-color: #fbbf2433; } @@ -133544,10 +183600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbbf244d; } +.border-t-amber-400\\/35 { + border-top-color: #fbbf2459; +} + .border-t-amber-400\\/40 { border-top-color: #fbbf2466; } +.border-t-amber-400\\/45 { + border-top-color: #fbbf2473; +} + .border-t-amber-400\\/5 { border-top-color: #fbbf240d; } @@ -133556,10 +183620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbbf2480; } +.border-t-amber-400\\/55 { + border-top-color: #fbbf248c; +} + .border-t-amber-400\\/60 { border-top-color: #fbbf2499; } +.border-t-amber-400\\/65 { + border-top-color: #fbbf24a6; +} + .border-t-amber-400\\/70 { border-top-color: #fbbf24b3; } @@ -133572,6 +183644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbbf24cc; } +.border-t-amber-400\\/85 { + border-top-color: #fbbf24d9; +} + .border-t-amber-400\\/90 { border-top-color: #fbbf24e6; } @@ -133596,6 +183672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fffbeb; } +.border-t-amber-50\\/15 { + border-top-color: #fffbeb26; +} + .border-t-amber-50\\/20 { border-top-color: #fffbeb33; } @@ -133608,10 +183688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fffbeb4d; } +.border-t-amber-50\\/35 { + border-top-color: #fffbeb59; +} + .border-t-amber-50\\/40 { border-top-color: #fffbeb66; } +.border-t-amber-50\\/45 { + border-top-color: #fffbeb73; +} + .border-t-amber-50\\/5 { border-top-color: #fffbeb0d; } @@ -133620,10 +183708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fffbeb80; } +.border-t-amber-50\\/55 { + border-top-color: #fffbeb8c; +} + .border-t-amber-50\\/60 { border-top-color: #fffbeb99; } +.border-t-amber-50\\/65 { + border-top-color: #fffbeba6; +} + .border-t-amber-50\\/70 { border-top-color: #fffbebb3; } @@ -133636,6 +183732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fffbebcc; } +.border-t-amber-50\\/85 { + border-top-color: #fffbebd9; +} + .border-t-amber-50\\/90 { border-top-color: #fffbebe6; } @@ -133660,6 +183760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f59e0b; } +.border-t-amber-500\\/15 { + border-top-color: #f59e0b26; +} + .border-t-amber-500\\/20 { border-top-color: #f59e0b33; } @@ -133672,10 +183776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f59e0b4d; } +.border-t-amber-500\\/35 { + border-top-color: #f59e0b59; +} + .border-t-amber-500\\/40 { border-top-color: #f59e0b66; } +.border-t-amber-500\\/45 { + border-top-color: #f59e0b73; +} + .border-t-amber-500\\/5 { border-top-color: #f59e0b0d; } @@ -133684,10 +183796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f59e0b80; } +.border-t-amber-500\\/55 { + border-top-color: #f59e0b8c; +} + .border-t-amber-500\\/60 { border-top-color: #f59e0b99; } +.border-t-amber-500\\/65 { + border-top-color: #f59e0ba6; +} + .border-t-amber-500\\/70 { border-top-color: #f59e0bb3; } @@ -133700,6 +183820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f59e0bcc; } +.border-t-amber-500\\/85 { + border-top-color: #f59e0bd9; +} + .border-t-amber-500\\/90 { border-top-color: #f59e0be6; } @@ -133724,6 +183848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d97706; } +.border-t-amber-600\\/15 { + border-top-color: #d9770626; +} + .border-t-amber-600\\/20 { border-top-color: #d9770633; } @@ -133736,10 +183864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d977064d; } +.border-t-amber-600\\/35 { + border-top-color: #d9770659; +} + .border-t-amber-600\\/40 { border-top-color: #d9770666; } +.border-t-amber-600\\/45 { + border-top-color: #d9770673; +} + .border-t-amber-600\\/5 { border-top-color: #d977060d; } @@ -133748,10 +183884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d9770680; } +.border-t-amber-600\\/55 { + border-top-color: #d977068c; +} + .border-t-amber-600\\/60 { border-top-color: #d9770699; } +.border-t-amber-600\\/65 { + border-top-color: #d97706a6; +} + .border-t-amber-600\\/70 { border-top-color: #d97706b3; } @@ -133764,6 +183908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d97706cc; } +.border-t-amber-600\\/85 { + border-top-color: #d97706d9; +} + .border-t-amber-600\\/90 { border-top-color: #d97706e6; } @@ -133788,6 +183936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b45309; } +.border-t-amber-700\\/15 { + border-top-color: #b4530926; +} + .border-t-amber-700\\/20 { border-top-color: #b4530933; } @@ -133800,10 +183952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b453094d; } +.border-t-amber-700\\/35 { + border-top-color: #b4530959; +} + .border-t-amber-700\\/40 { border-top-color: #b4530966; } +.border-t-amber-700\\/45 { + border-top-color: #b4530973; +} + .border-t-amber-700\\/5 { border-top-color: #b453090d; } @@ -133812,10 +183972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b4530980; } +.border-t-amber-700\\/55 { + border-top-color: #b453098c; +} + .border-t-amber-700\\/60 { border-top-color: #b4530999; } +.border-t-amber-700\\/65 { + border-top-color: #b45309a6; +} + .border-t-amber-700\\/70 { border-top-color: #b45309b3; } @@ -133828,6 +183996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b45309cc; } +.border-t-amber-700\\/85 { + border-top-color: #b45309d9; +} + .border-t-amber-700\\/90 { border-top-color: #b45309e6; } @@ -133852,6 +184024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #92400e; } +.border-t-amber-800\\/15 { + border-top-color: #92400e26; +} + .border-t-amber-800\\/20 { border-top-color: #92400e33; } @@ -133864,10 +184040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #92400e4d; } +.border-t-amber-800\\/35 { + border-top-color: #92400e59; +} + .border-t-amber-800\\/40 { border-top-color: #92400e66; } +.border-t-amber-800\\/45 { + border-top-color: #92400e73; +} + .border-t-amber-800\\/5 { border-top-color: #92400e0d; } @@ -133876,10 +184060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #92400e80; } +.border-t-amber-800\\/55 { + border-top-color: #92400e8c; +} + .border-t-amber-800\\/60 { border-top-color: #92400e99; } +.border-t-amber-800\\/65 { + border-top-color: #92400ea6; +} + .border-t-amber-800\\/70 { border-top-color: #92400eb3; } @@ -133892,6 +184084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #92400ecc; } +.border-t-amber-800\\/85 { + border-top-color: #92400ed9; +} + .border-t-amber-800\\/90 { border-top-color: #92400ee6; } @@ -133916,6 +184112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78350f; } +.border-t-amber-900\\/15 { + border-top-color: #78350f26; +} + .border-t-amber-900\\/20 { border-top-color: #78350f33; } @@ -133928,10 +184128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78350f4d; } +.border-t-amber-900\\/35 { + border-top-color: #78350f59; +} + .border-t-amber-900\\/40 { border-top-color: #78350f66; } +.border-t-amber-900\\/45 { + border-top-color: #78350f73; +} + .border-t-amber-900\\/5 { border-top-color: #78350f0d; } @@ -133940,10 +184148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78350f80; } +.border-t-amber-900\\/55 { + border-top-color: #78350f8c; +} + .border-t-amber-900\\/60 { border-top-color: #78350f99; } +.border-t-amber-900\\/65 { + border-top-color: #78350fa6; +} + .border-t-amber-900\\/70 { border-top-color: #78350fb3; } @@ -133956,6 +184172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78350fcc; } +.border-t-amber-900\\/85 { + border-top-color: #78350fd9; +} + .border-t-amber-900\\/90 { border-top-color: #78350fe6; } @@ -133980,6 +184200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #451a03; } +.border-t-amber-950\\/15 { + border-top-color: #451a0326; +} + .border-t-amber-950\\/20 { border-top-color: #451a0333; } @@ -133992,10 +184216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #451a034d; } +.border-t-amber-950\\/35 { + border-top-color: #451a0359; +} + .border-t-amber-950\\/40 { border-top-color: #451a0366; } +.border-t-amber-950\\/45 { + border-top-color: #451a0373; +} + .border-t-amber-950\\/5 { border-top-color: #451a030d; } @@ -134004,10 +184236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #451a0380; } +.border-t-amber-950\\/55 { + border-top-color: #451a038c; +} + .border-t-amber-950\\/60 { border-top-color: #451a0399; } +.border-t-amber-950\\/65 { + border-top-color: #451a03a6; +} + .border-t-amber-950\\/70 { border-top-color: #451a03b3; } @@ -134020,6 +184260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #451a03cc; } +.border-t-amber-950\\/85 { + border-top-color: #451a03d9; +} + .border-t-amber-950\\/90 { border-top-color: #451a03e6; } @@ -134044,6 +184288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #000; } +.border-t-black\\/15 { + border-top-color: #00000026; +} + .border-t-black\\/20 { border-top-color: #0003; } @@ -134056,10 +184304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0000004d; } +.border-t-black\\/35 { + border-top-color: #00000059; +} + .border-t-black\\/40 { border-top-color: #0006; } +.border-t-black\\/45 { + border-top-color: #00000073; +} + .border-t-black\\/5 { border-top-color: #0000000d; } @@ -134068,10 +184324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #00000080; } +.border-t-black\\/55 { + border-top-color: #0000008c; +} + .border-t-black\\/60 { border-top-color: #0009; } +.border-t-black\\/65 { + border-top-color: #000000a6; +} + .border-t-black\\/70 { border-top-color: #000000b3; } @@ -134084,6 +184348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #000c; } +.border-t-black\\/85 { + border-top-color: #000000d9; +} + .border-t-black\\/90 { border-top-color: #000000e6; } @@ -134108,6 +184376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dbeafe; } +.border-t-blue-100\\/15 { + border-top-color: #dbeafe26; +} + .border-t-blue-100\\/20 { border-top-color: #dbeafe33; } @@ -134120,10 +184392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dbeafe4d; } +.border-t-blue-100\\/35 { + border-top-color: #dbeafe59; +} + .border-t-blue-100\\/40 { border-top-color: #dbeafe66; } +.border-t-blue-100\\/45 { + border-top-color: #dbeafe73; +} + .border-t-blue-100\\/5 { border-top-color: #dbeafe0d; } @@ -134132,10 +184412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dbeafe80; } +.border-t-blue-100\\/55 { + border-top-color: #dbeafe8c; +} + .border-t-blue-100\\/60 { border-top-color: #dbeafe99; } +.border-t-blue-100\\/65 { + border-top-color: #dbeafea6; +} + .border-t-blue-100\\/70 { border-top-color: #dbeafeb3; } @@ -134148,6 +184436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dbeafecc; } +.border-t-blue-100\\/85 { + border-top-color: #dbeafed9; +} + .border-t-blue-100\\/90 { border-top-color: #dbeafee6; } @@ -134172,6 +184464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bfdbfe; } +.border-t-blue-200\\/15 { + border-top-color: #bfdbfe26; +} + .border-t-blue-200\\/20 { border-top-color: #bfdbfe33; } @@ -134184,10 +184480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bfdbfe4d; } +.border-t-blue-200\\/35 { + border-top-color: #bfdbfe59; +} + .border-t-blue-200\\/40 { border-top-color: #bfdbfe66; } +.border-t-blue-200\\/45 { + border-top-color: #bfdbfe73; +} + .border-t-blue-200\\/5 { border-top-color: #bfdbfe0d; } @@ -134196,10 +184500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bfdbfe80; } +.border-t-blue-200\\/55 { + border-top-color: #bfdbfe8c; +} + .border-t-blue-200\\/60 { border-top-color: #bfdbfe99; } +.border-t-blue-200\\/65 { + border-top-color: #bfdbfea6; +} + .border-t-blue-200\\/70 { border-top-color: #bfdbfeb3; } @@ -134212,6 +184524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bfdbfecc; } +.border-t-blue-200\\/85 { + border-top-color: #bfdbfed9; +} + .border-t-blue-200\\/90 { border-top-color: #bfdbfee6; } @@ -134236,6 +184552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #93c5fd; } +.border-t-blue-300\\/15 { + border-top-color: #93c5fd26; +} + .border-t-blue-300\\/20 { border-top-color: #93c5fd33; } @@ -134248,10 +184568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #93c5fd4d; } +.border-t-blue-300\\/35 { + border-top-color: #93c5fd59; +} + .border-t-blue-300\\/40 { border-top-color: #93c5fd66; } +.border-t-blue-300\\/45 { + border-top-color: #93c5fd73; +} + .border-t-blue-300\\/5 { border-top-color: #93c5fd0d; } @@ -134260,10 +184588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #93c5fd80; } +.border-t-blue-300\\/55 { + border-top-color: #93c5fd8c; +} + .border-t-blue-300\\/60 { border-top-color: #93c5fd99; } +.border-t-blue-300\\/65 { + border-top-color: #93c5fda6; +} + .border-t-blue-300\\/70 { border-top-color: #93c5fdb3; } @@ -134276,6 +184612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #93c5fdcc; } +.border-t-blue-300\\/85 { + border-top-color: #93c5fdd9; +} + .border-t-blue-300\\/90 { border-top-color: #93c5fde6; } @@ -134300,6 +184640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #60a5fa; } +.border-t-blue-400\\/15 { + border-top-color: #60a5fa26; +} + .border-t-blue-400\\/20 { border-top-color: #60a5fa33; } @@ -134312,10 +184656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #60a5fa4d; } +.border-t-blue-400\\/35 { + border-top-color: #60a5fa59; +} + .border-t-blue-400\\/40 { border-top-color: #60a5fa66; } +.border-t-blue-400\\/45 { + border-top-color: #60a5fa73; +} + .border-t-blue-400\\/5 { border-top-color: #60a5fa0d; } @@ -134324,10 +184676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #60a5fa80; } +.border-t-blue-400\\/55 { + border-top-color: #60a5fa8c; +} + .border-t-blue-400\\/60 { border-top-color: #60a5fa99; } +.border-t-blue-400\\/65 { + border-top-color: #60a5faa6; +} + .border-t-blue-400\\/70 { border-top-color: #60a5fab3; } @@ -134340,6 +184700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #60a5facc; } +.border-t-blue-400\\/85 { + border-top-color: #60a5fad9; +} + .border-t-blue-400\\/90 { border-top-color: #60a5fae6; } @@ -134364,6 +184728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eff6ff; } +.border-t-blue-50\\/15 { + border-top-color: #eff6ff26; +} + .border-t-blue-50\\/20 { border-top-color: #eff6ff33; } @@ -134376,10 +184744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eff6ff4d; } +.border-t-blue-50\\/35 { + border-top-color: #eff6ff59; +} + .border-t-blue-50\\/40 { border-top-color: #eff6ff66; } +.border-t-blue-50\\/45 { + border-top-color: #eff6ff73; +} + .border-t-blue-50\\/5 { border-top-color: #eff6ff0d; } @@ -134388,10 +184764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eff6ff80; } +.border-t-blue-50\\/55 { + border-top-color: #eff6ff8c; +} + .border-t-blue-50\\/60 { border-top-color: #eff6ff99; } +.border-t-blue-50\\/65 { + border-top-color: #eff6ffa6; +} + .border-t-blue-50\\/70 { border-top-color: #eff6ffb3; } @@ -134404,6 +184788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eff6ffcc; } +.border-t-blue-50\\/85 { + border-top-color: #eff6ffd9; +} + .border-t-blue-50\\/90 { border-top-color: #eff6ffe6; } @@ -134428,6 +184816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b82f6; } +.border-t-blue-500\\/15 { + border-top-color: #3b82f626; +} + .border-t-blue-500\\/20 { border-top-color: #3b82f633; } @@ -134440,10 +184832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b82f64d; } +.border-t-blue-500\\/35 { + border-top-color: #3b82f659; +} + .border-t-blue-500\\/40 { border-top-color: #3b82f666; } +.border-t-blue-500\\/45 { + border-top-color: #3b82f673; +} + .border-t-blue-500\\/5 { border-top-color: #3b82f60d; } @@ -134452,10 +184852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b82f680; } +.border-t-blue-500\\/55 { + border-top-color: #3b82f68c; +} + .border-t-blue-500\\/60 { border-top-color: #3b82f699; } +.border-t-blue-500\\/65 { + border-top-color: #3b82f6a6; +} + .border-t-blue-500\\/70 { border-top-color: #3b82f6b3; } @@ -134468,6 +184876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b82f6cc; } +.border-t-blue-500\\/85 { + border-top-color: #3b82f6d9; +} + .border-t-blue-500\\/90 { border-top-color: #3b82f6e6; } @@ -134492,6 +184904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2563eb; } +.border-t-blue-600\\/15 { + border-top-color: #2563eb26; +} + .border-t-blue-600\\/20 { border-top-color: #2563eb33; } @@ -134504,10 +184920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2563eb4d; } +.border-t-blue-600\\/35 { + border-top-color: #2563eb59; +} + .border-t-blue-600\\/40 { border-top-color: #2563eb66; } +.border-t-blue-600\\/45 { + border-top-color: #2563eb73; +} + .border-t-blue-600\\/5 { border-top-color: #2563eb0d; } @@ -134516,10 +184940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2563eb80; } +.border-t-blue-600\\/55 { + border-top-color: #2563eb8c; +} + .border-t-blue-600\\/60 { border-top-color: #2563eb99; } +.border-t-blue-600\\/65 { + border-top-color: #2563eba6; +} + .border-t-blue-600\\/70 { border-top-color: #2563ebb3; } @@ -134532,6 +184964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2563ebcc; } +.border-t-blue-600\\/85 { + border-top-color: #2563ebd9; +} + .border-t-blue-600\\/90 { border-top-color: #2563ebe6; } @@ -134556,6 +184992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1d4ed8; } +.border-t-blue-700\\/15 { + border-top-color: #1d4ed826; +} + .border-t-blue-700\\/20 { border-top-color: #1d4ed833; } @@ -134568,10 +185008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1d4ed84d; } +.border-t-blue-700\\/35 { + border-top-color: #1d4ed859; +} + .border-t-blue-700\\/40 { border-top-color: #1d4ed866; } +.border-t-blue-700\\/45 { + border-top-color: #1d4ed873; +} + .border-t-blue-700\\/5 { border-top-color: #1d4ed80d; } @@ -134580,10 +185028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1d4ed880; } +.border-t-blue-700\\/55 { + border-top-color: #1d4ed88c; +} + .border-t-blue-700\\/60 { border-top-color: #1d4ed899; } +.border-t-blue-700\\/65 { + border-top-color: #1d4ed8a6; +} + .border-t-blue-700\\/70 { border-top-color: #1d4ed8b3; } @@ -134596,6 +185052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1d4ed8cc; } +.border-t-blue-700\\/85 { + border-top-color: #1d4ed8d9; +} + .border-t-blue-700\\/90 { border-top-color: #1d4ed8e6; } @@ -134620,6 +185080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e40af; } +.border-t-blue-800\\/15 { + border-top-color: #1e40af26; +} + .border-t-blue-800\\/20 { border-top-color: #1e40af33; } @@ -134632,10 +185096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e40af4d; } +.border-t-blue-800\\/35 { + border-top-color: #1e40af59; +} + .border-t-blue-800\\/40 { border-top-color: #1e40af66; } +.border-t-blue-800\\/45 { + border-top-color: #1e40af73; +} + .border-t-blue-800\\/5 { border-top-color: #1e40af0d; } @@ -134644,10 +185116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e40af80; } +.border-t-blue-800\\/55 { + border-top-color: #1e40af8c; +} + .border-t-blue-800\\/60 { border-top-color: #1e40af99; } +.border-t-blue-800\\/65 { + border-top-color: #1e40afa6; +} + .border-t-blue-800\\/70 { border-top-color: #1e40afb3; } @@ -134660,6 +185140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e40afcc; } +.border-t-blue-800\\/85 { + border-top-color: #1e40afd9; +} + .border-t-blue-800\\/90 { border-top-color: #1e40afe6; } @@ -134684,6 +185168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e3a8a; } +.border-t-blue-900\\/15 { + border-top-color: #1e3a8a26; +} + .border-t-blue-900\\/20 { border-top-color: #1e3a8a33; } @@ -134696,10 +185184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e3a8a4d; } +.border-t-blue-900\\/35 { + border-top-color: #1e3a8a59; +} + .border-t-blue-900\\/40 { border-top-color: #1e3a8a66; } +.border-t-blue-900\\/45 { + border-top-color: #1e3a8a73; +} + .border-t-blue-900\\/5 { border-top-color: #1e3a8a0d; } @@ -134708,10 +185204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e3a8a80; } +.border-t-blue-900\\/55 { + border-top-color: #1e3a8a8c; +} + .border-t-blue-900\\/60 { border-top-color: #1e3a8a99; } +.border-t-blue-900\\/65 { + border-top-color: #1e3a8aa6; +} + .border-t-blue-900\\/70 { border-top-color: #1e3a8ab3; } @@ -134724,6 +185228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e3a8acc; } +.border-t-blue-900\\/85 { + border-top-color: #1e3a8ad9; +} + .border-t-blue-900\\/90 { border-top-color: #1e3a8ae6; } @@ -134748,6 +185256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #172554; } +.border-t-blue-950\\/15 { + border-top-color: #17255426; +} + .border-t-blue-950\\/20 { border-top-color: #17255433; } @@ -134760,10 +185272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1725544d; } +.border-t-blue-950\\/35 { + border-top-color: #17255459; +} + .border-t-blue-950\\/40 { border-top-color: #17255466; } +.border-t-blue-950\\/45 { + border-top-color: #17255473; +} + .border-t-blue-950\\/5 { border-top-color: #1725540d; } @@ -134772,10 +185292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #17255480; } +.border-t-blue-950\\/55 { + border-top-color: #1725548c; +} + .border-t-blue-950\\/60 { border-top-color: #17255499; } +.border-t-blue-950\\/65 { + border-top-color: #172554a6; +} + .border-t-blue-950\\/70 { border-top-color: #172554b3; } @@ -134788,6 +185316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #172554cc; } +.border-t-blue-950\\/85 { + border-top-color: #172554d9; +} + .border-t-blue-950\\/90 { border-top-color: #172554e6; } @@ -134816,6 +185348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cffafe; } +.border-t-cyan-100\\/15 { + border-top-color: #cffafe26; +} + .border-t-cyan-100\\/20 { border-top-color: #cffafe33; } @@ -134828,10 +185364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cffafe4d; } +.border-t-cyan-100\\/35 { + border-top-color: #cffafe59; +} + .border-t-cyan-100\\/40 { border-top-color: #cffafe66; } +.border-t-cyan-100\\/45 { + border-top-color: #cffafe73; +} + .border-t-cyan-100\\/5 { border-top-color: #cffafe0d; } @@ -134840,10 +185384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cffafe80; } +.border-t-cyan-100\\/55 { + border-top-color: #cffafe8c; +} + .border-t-cyan-100\\/60 { border-top-color: #cffafe99; } +.border-t-cyan-100\\/65 { + border-top-color: #cffafea6; +} + .border-t-cyan-100\\/70 { border-top-color: #cffafeb3; } @@ -134856,6 +185408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cffafecc; } +.border-t-cyan-100\\/85 { + border-top-color: #cffafed9; +} + .border-t-cyan-100\\/90 { border-top-color: #cffafee6; } @@ -134880,6 +185436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5f3fc; } +.border-t-cyan-200\\/15 { + border-top-color: #a5f3fc26; +} + .border-t-cyan-200\\/20 { border-top-color: #a5f3fc33; } @@ -134892,10 +185452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5f3fc4d; } +.border-t-cyan-200\\/35 { + border-top-color: #a5f3fc59; +} + .border-t-cyan-200\\/40 { border-top-color: #a5f3fc66; } +.border-t-cyan-200\\/45 { + border-top-color: #a5f3fc73; +} + .border-t-cyan-200\\/5 { border-top-color: #a5f3fc0d; } @@ -134904,10 +185472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5f3fc80; } +.border-t-cyan-200\\/55 { + border-top-color: #a5f3fc8c; +} + .border-t-cyan-200\\/60 { border-top-color: #a5f3fc99; } +.border-t-cyan-200\\/65 { + border-top-color: #a5f3fca6; +} + .border-t-cyan-200\\/70 { border-top-color: #a5f3fcb3; } @@ -134920,6 +185496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5f3fccc; } +.border-t-cyan-200\\/85 { + border-top-color: #a5f3fcd9; +} + .border-t-cyan-200\\/90 { border-top-color: #a5f3fce6; } @@ -134944,6 +185524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #67e8f9; } +.border-t-cyan-300\\/15 { + border-top-color: #67e8f926; +} + .border-t-cyan-300\\/20 { border-top-color: #67e8f933; } @@ -134956,10 +185540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #67e8f94d; } +.border-t-cyan-300\\/35 { + border-top-color: #67e8f959; +} + .border-t-cyan-300\\/40 { border-top-color: #67e8f966; } +.border-t-cyan-300\\/45 { + border-top-color: #67e8f973; +} + .border-t-cyan-300\\/5 { border-top-color: #67e8f90d; } @@ -134968,10 +185560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #67e8f980; } +.border-t-cyan-300\\/55 { + border-top-color: #67e8f98c; +} + .border-t-cyan-300\\/60 { border-top-color: #67e8f999; } +.border-t-cyan-300\\/65 { + border-top-color: #67e8f9a6; +} + .border-t-cyan-300\\/70 { border-top-color: #67e8f9b3; } @@ -134984,6 +185584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #67e8f9cc; } +.border-t-cyan-300\\/85 { + border-top-color: #67e8f9d9; +} + .border-t-cyan-300\\/90 { border-top-color: #67e8f9e6; } @@ -135008,6 +185612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22d3ee; } +.border-t-cyan-400\\/15 { + border-top-color: #22d3ee26; +} + .border-t-cyan-400\\/20 { border-top-color: #22d3ee33; } @@ -135020,10 +185628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22d3ee4d; } +.border-t-cyan-400\\/35 { + border-top-color: #22d3ee59; +} + .border-t-cyan-400\\/40 { border-top-color: #22d3ee66; } +.border-t-cyan-400\\/45 { + border-top-color: #22d3ee73; +} + .border-t-cyan-400\\/5 { border-top-color: #22d3ee0d; } @@ -135032,10 +185648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22d3ee80; } +.border-t-cyan-400\\/55 { + border-top-color: #22d3ee8c; +} + .border-t-cyan-400\\/60 { border-top-color: #22d3ee99; } +.border-t-cyan-400\\/65 { + border-top-color: #22d3eea6; +} + .border-t-cyan-400\\/70 { border-top-color: #22d3eeb3; } @@ -135048,6 +185672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22d3eecc; } +.border-t-cyan-400\\/85 { + border-top-color: #22d3eed9; +} + .border-t-cyan-400\\/90 { border-top-color: #22d3eee6; } @@ -135072,6 +185700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfeff; } +.border-t-cyan-50\\/15 { + border-top-color: #ecfeff26; +} + .border-t-cyan-50\\/20 { border-top-color: #ecfeff33; } @@ -135084,10 +185716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfeff4d; } +.border-t-cyan-50\\/35 { + border-top-color: #ecfeff59; +} + .border-t-cyan-50\\/40 { border-top-color: #ecfeff66; } +.border-t-cyan-50\\/45 { + border-top-color: #ecfeff73; +} + .border-t-cyan-50\\/5 { border-top-color: #ecfeff0d; } @@ -135096,10 +185736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfeff80; } +.border-t-cyan-50\\/55 { + border-top-color: #ecfeff8c; +} + .border-t-cyan-50\\/60 { border-top-color: #ecfeff99; } +.border-t-cyan-50\\/65 { + border-top-color: #ecfeffa6; +} + .border-t-cyan-50\\/70 { border-top-color: #ecfeffb3; } @@ -135112,6 +185760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfeffcc; } +.border-t-cyan-50\\/85 { + border-top-color: #ecfeffd9; +} + .border-t-cyan-50\\/90 { border-top-color: #ecfeffe6; } @@ -135136,6 +185788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #06b6d4; } +.border-t-cyan-500\\/15 { + border-top-color: #06b6d426; +} + .border-t-cyan-500\\/20 { border-top-color: #06b6d433; } @@ -135148,10 +185804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #06b6d44d; } +.border-t-cyan-500\\/35 { + border-top-color: #06b6d459; +} + .border-t-cyan-500\\/40 { border-top-color: #06b6d466; } +.border-t-cyan-500\\/45 { + border-top-color: #06b6d473; +} + .border-t-cyan-500\\/5 { border-top-color: #06b6d40d; } @@ -135160,10 +185824,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #06b6d480; } +.border-t-cyan-500\\/55 { + border-top-color: #06b6d48c; +} + .border-t-cyan-500\\/60 { border-top-color: #06b6d499; } +.border-t-cyan-500\\/65 { + border-top-color: #06b6d4a6; +} + .border-t-cyan-500\\/70 { border-top-color: #06b6d4b3; } @@ -135176,6 +185848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #06b6d4cc; } +.border-t-cyan-500\\/85 { + border-top-color: #06b6d4d9; +} + .border-t-cyan-500\\/90 { border-top-color: #06b6d4e6; } @@ -135200,6 +185876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0891b2; } +.border-t-cyan-600\\/15 { + border-top-color: #0891b226; +} + .border-t-cyan-600\\/20 { border-top-color: #0891b233; } @@ -135212,10 +185892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0891b24d; } +.border-t-cyan-600\\/35 { + border-top-color: #0891b259; +} + .border-t-cyan-600\\/40 { border-top-color: #0891b266; } +.border-t-cyan-600\\/45 { + border-top-color: #0891b273; +} + .border-t-cyan-600\\/5 { border-top-color: #0891b20d; } @@ -135224,10 +185912,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0891b280; } +.border-t-cyan-600\\/55 { + border-top-color: #0891b28c; +} + .border-t-cyan-600\\/60 { border-top-color: #0891b299; } +.border-t-cyan-600\\/65 { + border-top-color: #0891b2a6; +} + .border-t-cyan-600\\/70 { border-top-color: #0891b2b3; } @@ -135240,6 +185936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0891b2cc; } +.border-t-cyan-600\\/85 { + border-top-color: #0891b2d9; +} + .border-t-cyan-600\\/90 { border-top-color: #0891b2e6; } @@ -135264,6 +185964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0e7490; } +.border-t-cyan-700\\/15 { + border-top-color: #0e749026; +} + .border-t-cyan-700\\/20 { border-top-color: #0e749033; } @@ -135276,10 +185980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0e74904d; } +.border-t-cyan-700\\/35 { + border-top-color: #0e749059; +} + .border-t-cyan-700\\/40 { border-top-color: #0e749066; } +.border-t-cyan-700\\/45 { + border-top-color: #0e749073; +} + .border-t-cyan-700\\/5 { border-top-color: #0e74900d; } @@ -135288,10 +186000,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0e749080; } +.border-t-cyan-700\\/55 { + border-top-color: #0e74908c; +} + .border-t-cyan-700\\/60 { border-top-color: #0e749099; } +.border-t-cyan-700\\/65 { + border-top-color: #0e7490a6; +} + .border-t-cyan-700\\/70 { border-top-color: #0e7490b3; } @@ -135304,6 +186024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0e7490cc; } +.border-t-cyan-700\\/85 { + border-top-color: #0e7490d9; +} + .border-t-cyan-700\\/90 { border-top-color: #0e7490e6; } @@ -135328,6 +186052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #155e75; } +.border-t-cyan-800\\/15 { + border-top-color: #155e7526; +} + .border-t-cyan-800\\/20 { border-top-color: #155e7533; } @@ -135340,10 +186068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #155e754d; } +.border-t-cyan-800\\/35 { + border-top-color: #155e7559; +} + .border-t-cyan-800\\/40 { border-top-color: #155e7566; } +.border-t-cyan-800\\/45 { + border-top-color: #155e7573; +} + .border-t-cyan-800\\/5 { border-top-color: #155e750d; } @@ -135352,10 +186088,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #155e7580; } +.border-t-cyan-800\\/55 { + border-top-color: #155e758c; +} + .border-t-cyan-800\\/60 { border-top-color: #155e7599; } +.border-t-cyan-800\\/65 { + border-top-color: #155e75a6; +} + .border-t-cyan-800\\/70 { border-top-color: #155e75b3; } @@ -135368,6 +186112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #155e75cc; } +.border-t-cyan-800\\/85 { + border-top-color: #155e75d9; +} + .border-t-cyan-800\\/90 { border-top-color: #155e75e6; } @@ -135392,6 +186140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #164e63; } +.border-t-cyan-900\\/15 { + border-top-color: #164e6326; +} + .border-t-cyan-900\\/20 { border-top-color: #164e6333; } @@ -135404,10 +186156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #164e634d; } +.border-t-cyan-900\\/35 { + border-top-color: #164e6359; +} + .border-t-cyan-900\\/40 { border-top-color: #164e6366; } +.border-t-cyan-900\\/45 { + border-top-color: #164e6373; +} + .border-t-cyan-900\\/5 { border-top-color: #164e630d; } @@ -135416,10 +186176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #164e6380; } +.border-t-cyan-900\\/55 { + border-top-color: #164e638c; +} + .border-t-cyan-900\\/60 { border-top-color: #164e6399; } +.border-t-cyan-900\\/65 { + border-top-color: #164e63a6; +} + .border-t-cyan-900\\/70 { border-top-color: #164e63b3; } @@ -135432,6 +186200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #164e63cc; } +.border-t-cyan-900\\/85 { + border-top-color: #164e63d9; +} + .border-t-cyan-900\\/90 { border-top-color: #164e63e6; } @@ -135456,6 +186228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #083344; } +.border-t-cyan-950\\/15 { + border-top-color: #08334426; +} + .border-t-cyan-950\\/20 { border-top-color: #08334433; } @@ -135468,10 +186244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0833444d; } +.border-t-cyan-950\\/35 { + border-top-color: #08334459; +} + .border-t-cyan-950\\/40 { border-top-color: #08334466; } +.border-t-cyan-950\\/45 { + border-top-color: #08334473; +} + .border-t-cyan-950\\/5 { border-top-color: #0833440d; } @@ -135480,10 +186264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #08334480; } +.border-t-cyan-950\\/55 { + border-top-color: #0833448c; +} + .border-t-cyan-950\\/60 { border-top-color: #08334499; } +.border-t-cyan-950\\/65 { + border-top-color: #083344a6; +} + .border-t-cyan-950\\/70 { border-top-color: #083344b3; } @@ -135496,6 +186288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #083344cc; } +.border-t-cyan-950\\/85 { + border-top-color: #083344d9; +} + .border-t-cyan-950\\/90 { border-top-color: #083344e6; } @@ -135520,6 +186316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1fae5; } +.border-t-emerald-100\\/15 { + border-top-color: #d1fae526; +} + .border-t-emerald-100\\/20 { border-top-color: #d1fae533; } @@ -135532,10 +186332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1fae54d; } +.border-t-emerald-100\\/35 { + border-top-color: #d1fae559; +} + .border-t-emerald-100\\/40 { border-top-color: #d1fae566; } +.border-t-emerald-100\\/45 { + border-top-color: #d1fae573; +} + .border-t-emerald-100\\/5 { border-top-color: #d1fae50d; } @@ -135544,10 +186352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1fae580; } +.border-t-emerald-100\\/55 { + border-top-color: #d1fae58c; +} + .border-t-emerald-100\\/60 { border-top-color: #d1fae599; } +.border-t-emerald-100\\/65 { + border-top-color: #d1fae5a6; +} + .border-t-emerald-100\\/70 { border-top-color: #d1fae5b3; } @@ -135560,6 +186376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1fae5cc; } +.border-t-emerald-100\\/85 { + border-top-color: #d1fae5d9; +} + .border-t-emerald-100\\/90 { border-top-color: #d1fae5e6; } @@ -135584,6 +186404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a7f3d0; } +.border-t-emerald-200\\/15 { + border-top-color: #a7f3d026; +} + .border-t-emerald-200\\/20 { border-top-color: #a7f3d033; } @@ -135596,10 +186420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a7f3d04d; } +.border-t-emerald-200\\/35 { + border-top-color: #a7f3d059; +} + .border-t-emerald-200\\/40 { border-top-color: #a7f3d066; } +.border-t-emerald-200\\/45 { + border-top-color: #a7f3d073; +} + .border-t-emerald-200\\/5 { border-top-color: #a7f3d00d; } @@ -135608,10 +186440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a7f3d080; } +.border-t-emerald-200\\/55 { + border-top-color: #a7f3d08c; +} + .border-t-emerald-200\\/60 { border-top-color: #a7f3d099; } +.border-t-emerald-200\\/65 { + border-top-color: #a7f3d0a6; +} + .border-t-emerald-200\\/70 { border-top-color: #a7f3d0b3; } @@ -135624,6 +186464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a7f3d0cc; } +.border-t-emerald-200\\/85 { + border-top-color: #a7f3d0d9; +} + .border-t-emerald-200\\/90 { border-top-color: #a7f3d0e6; } @@ -135648,6 +186492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6ee7b7; } +.border-t-emerald-300\\/15 { + border-top-color: #6ee7b726; +} + .border-t-emerald-300\\/20 { border-top-color: #6ee7b733; } @@ -135660,10 +186508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6ee7b74d; } +.border-t-emerald-300\\/35 { + border-top-color: #6ee7b759; +} + .border-t-emerald-300\\/40 { border-top-color: #6ee7b766; } +.border-t-emerald-300\\/45 { + border-top-color: #6ee7b773; +} + .border-t-emerald-300\\/5 { border-top-color: #6ee7b70d; } @@ -135672,10 +186528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6ee7b780; } +.border-t-emerald-300\\/55 { + border-top-color: #6ee7b78c; +} + .border-t-emerald-300\\/60 { border-top-color: #6ee7b799; } +.border-t-emerald-300\\/65 { + border-top-color: #6ee7b7a6; +} + .border-t-emerald-300\\/70 { border-top-color: #6ee7b7b3; } @@ -135688,6 +186552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6ee7b7cc; } +.border-t-emerald-300\\/85 { + border-top-color: #6ee7b7d9; +} + .border-t-emerald-300\\/90 { border-top-color: #6ee7b7e6; } @@ -135712,6 +186580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #34d399; } +.border-t-emerald-400\\/15 { + border-top-color: #34d39926; +} + .border-t-emerald-400\\/20 { border-top-color: #34d39933; } @@ -135724,10 +186596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #34d3994d; } +.border-t-emerald-400\\/35 { + border-top-color: #34d39959; +} + .border-t-emerald-400\\/40 { border-top-color: #34d39966; } +.border-t-emerald-400\\/45 { + border-top-color: #34d39973; +} + .border-t-emerald-400\\/5 { border-top-color: #34d3990d; } @@ -135736,10 +186616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #34d39980; } +.border-t-emerald-400\\/55 { + border-top-color: #34d3998c; +} + .border-t-emerald-400\\/60 { border-top-color: #34d39999; } +.border-t-emerald-400\\/65 { + border-top-color: #34d399a6; +} + .border-t-emerald-400\\/70 { border-top-color: #34d399b3; } @@ -135752,6 +186640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #34d399cc; } +.border-t-emerald-400\\/85 { + border-top-color: #34d399d9; +} + .border-t-emerald-400\\/90 { border-top-color: #34d399e6; } @@ -135776,6 +186668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfdf5; } +.border-t-emerald-50\\/15 { + border-top-color: #ecfdf526; +} + .border-t-emerald-50\\/20 { border-top-color: #ecfdf533; } @@ -135788,10 +186684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfdf54d; } +.border-t-emerald-50\\/35 { + border-top-color: #ecfdf559; +} + .border-t-emerald-50\\/40 { border-top-color: #ecfdf566; } +.border-t-emerald-50\\/45 { + border-top-color: #ecfdf573; +} + .border-t-emerald-50\\/5 { border-top-color: #ecfdf50d; } @@ -135800,10 +186704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfdf580; } +.border-t-emerald-50\\/55 { + border-top-color: #ecfdf58c; +} + .border-t-emerald-50\\/60 { border-top-color: #ecfdf599; } +.border-t-emerald-50\\/65 { + border-top-color: #ecfdf5a6; +} + .border-t-emerald-50\\/70 { border-top-color: #ecfdf5b3; } @@ -135816,6 +186728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfdf5cc; } +.border-t-emerald-50\\/85 { + border-top-color: #ecfdf5d9; +} + .border-t-emerald-50\\/90 { border-top-color: #ecfdf5e6; } @@ -135840,6 +186756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #10b981; } +.border-t-emerald-500\\/15 { + border-top-color: #10b98126; +} + .border-t-emerald-500\\/20 { border-top-color: #10b98133; } @@ -135852,10 +186772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #10b9814d; } +.border-t-emerald-500\\/35 { + border-top-color: #10b98159; +} + .border-t-emerald-500\\/40 { border-top-color: #10b98166; } +.border-t-emerald-500\\/45 { + border-top-color: #10b98173; +} + .border-t-emerald-500\\/5 { border-top-color: #10b9810d; } @@ -135864,10 +186792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #10b98180; } +.border-t-emerald-500\\/55 { + border-top-color: #10b9818c; +} + .border-t-emerald-500\\/60 { border-top-color: #10b98199; } +.border-t-emerald-500\\/65 { + border-top-color: #10b981a6; +} + .border-t-emerald-500\\/70 { border-top-color: #10b981b3; } @@ -135880,6 +186816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #10b981cc; } +.border-t-emerald-500\\/85 { + border-top-color: #10b981d9; +} + .border-t-emerald-500\\/90 { border-top-color: #10b981e6; } @@ -135904,6 +186844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #059669; } +.border-t-emerald-600\\/15 { + border-top-color: #05966926; +} + .border-t-emerald-600\\/20 { border-top-color: #05966933; } @@ -135916,10 +186860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0596694d; } +.border-t-emerald-600\\/35 { + border-top-color: #05966959; +} + .border-t-emerald-600\\/40 { border-top-color: #05966966; } +.border-t-emerald-600\\/45 { + border-top-color: #05966973; +} + .border-t-emerald-600\\/5 { border-top-color: #0596690d; } @@ -135928,10 +186880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #05966980; } +.border-t-emerald-600\\/55 { + border-top-color: #0596698c; +} + .border-t-emerald-600\\/60 { border-top-color: #05966999; } +.border-t-emerald-600\\/65 { + border-top-color: #059669a6; +} + .border-t-emerald-600\\/70 { border-top-color: #059669b3; } @@ -135944,6 +186904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #059669cc; } +.border-t-emerald-600\\/85 { + border-top-color: #059669d9; +} + .border-t-emerald-600\\/90 { border-top-color: #059669e6; } @@ -135968,6 +186932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #047857; } +.border-t-emerald-700\\/15 { + border-top-color: #04785726; +} + .border-t-emerald-700\\/20 { border-top-color: #04785733; } @@ -135980,10 +186948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0478574d; } +.border-t-emerald-700\\/35 { + border-top-color: #04785759; +} + .border-t-emerald-700\\/40 { border-top-color: #04785766; } +.border-t-emerald-700\\/45 { + border-top-color: #04785773; +} + .border-t-emerald-700\\/5 { border-top-color: #0478570d; } @@ -135992,10 +186968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #04785780; } +.border-t-emerald-700\\/55 { + border-top-color: #0478578c; +} + .border-t-emerald-700\\/60 { border-top-color: #04785799; } +.border-t-emerald-700\\/65 { + border-top-color: #047857a6; +} + .border-t-emerald-700\\/70 { border-top-color: #047857b3; } @@ -136008,6 +186992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #047857cc; } +.border-t-emerald-700\\/85 { + border-top-color: #047857d9; +} + .border-t-emerald-700\\/90 { border-top-color: #047857e6; } @@ -136032,6 +187020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #065f46; } +.border-t-emerald-800\\/15 { + border-top-color: #065f4626; +} + .border-t-emerald-800\\/20 { border-top-color: #065f4633; } @@ -136044,10 +187036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #065f464d; } +.border-t-emerald-800\\/35 { + border-top-color: #065f4659; +} + .border-t-emerald-800\\/40 { border-top-color: #065f4666; } +.border-t-emerald-800\\/45 { + border-top-color: #065f4673; +} + .border-t-emerald-800\\/5 { border-top-color: #065f460d; } @@ -136056,10 +187056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #065f4680; } +.border-t-emerald-800\\/55 { + border-top-color: #065f468c; +} + .border-t-emerald-800\\/60 { border-top-color: #065f4699; } +.border-t-emerald-800\\/65 { + border-top-color: #065f46a6; +} + .border-t-emerald-800\\/70 { border-top-color: #065f46b3; } @@ -136072,6 +187080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #065f46cc; } +.border-t-emerald-800\\/85 { + border-top-color: #065f46d9; +} + .border-t-emerald-800\\/90 { border-top-color: #065f46e6; } @@ -136096,6 +187108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #064e3b; } +.border-t-emerald-900\\/15 { + border-top-color: #064e3b26; +} + .border-t-emerald-900\\/20 { border-top-color: #064e3b33; } @@ -136108,10 +187124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #064e3b4d; } +.border-t-emerald-900\\/35 { + border-top-color: #064e3b59; +} + .border-t-emerald-900\\/40 { border-top-color: #064e3b66; } +.border-t-emerald-900\\/45 { + border-top-color: #064e3b73; +} + .border-t-emerald-900\\/5 { border-top-color: #064e3b0d; } @@ -136120,10 +187144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #064e3b80; } +.border-t-emerald-900\\/55 { + border-top-color: #064e3b8c; +} + .border-t-emerald-900\\/60 { border-top-color: #064e3b99; } +.border-t-emerald-900\\/65 { + border-top-color: #064e3ba6; +} + .border-t-emerald-900\\/70 { border-top-color: #064e3bb3; } @@ -136136,6 +187168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #064e3bcc; } +.border-t-emerald-900\\/85 { + border-top-color: #064e3bd9; +} + .border-t-emerald-900\\/90 { border-top-color: #064e3be6; } @@ -136160,6 +187196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #022c22; } +.border-t-emerald-950\\/15 { + border-top-color: #022c2226; +} + .border-t-emerald-950\\/20 { border-top-color: #022c2233; } @@ -136172,10 +187212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #022c224d; } +.border-t-emerald-950\\/35 { + border-top-color: #022c2259; +} + .border-t-emerald-950\\/40 { border-top-color: #022c2266; } +.border-t-emerald-950\\/45 { + border-top-color: #022c2273; +} + .border-t-emerald-950\\/5 { border-top-color: #022c220d; } @@ -136184,10 +187232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #022c2280; } +.border-t-emerald-950\\/55 { + border-top-color: #022c228c; +} + .border-t-emerald-950\\/60 { border-top-color: #022c2299; } +.border-t-emerald-950\\/65 { + border-top-color: #022c22a6; +} + .border-t-emerald-950\\/70 { border-top-color: #022c22b3; } @@ -136200,6 +187256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #022c22cc; } +.border-t-emerald-950\\/85 { + border-top-color: #022c22d9; +} + .border-t-emerald-950\\/90 { border-top-color: #022c22e6; } @@ -136224,6 +187284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fae8ff; } +.border-t-fuchsia-100\\/15 { + border-top-color: #fae8ff26; +} + .border-t-fuchsia-100\\/20 { border-top-color: #fae8ff33; } @@ -136236,10 +187300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fae8ff4d; } +.border-t-fuchsia-100\\/35 { + border-top-color: #fae8ff59; +} + .border-t-fuchsia-100\\/40 { border-top-color: #fae8ff66; } +.border-t-fuchsia-100\\/45 { + border-top-color: #fae8ff73; +} + .border-t-fuchsia-100\\/5 { border-top-color: #fae8ff0d; } @@ -136248,10 +187320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fae8ff80; } +.border-t-fuchsia-100\\/55 { + border-top-color: #fae8ff8c; +} + .border-t-fuchsia-100\\/60 { border-top-color: #fae8ff99; } +.border-t-fuchsia-100\\/65 { + border-top-color: #fae8ffa6; +} + .border-t-fuchsia-100\\/70 { border-top-color: #fae8ffb3; } @@ -136264,6 +187344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fae8ffcc; } +.border-t-fuchsia-100\\/85 { + border-top-color: #fae8ffd9; +} + .border-t-fuchsia-100\\/90 { border-top-color: #fae8ffe6; } @@ -136288,6 +187372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5d0fe; } +.border-t-fuchsia-200\\/15 { + border-top-color: #f5d0fe26; +} + .border-t-fuchsia-200\\/20 { border-top-color: #f5d0fe33; } @@ -136300,10 +187388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5d0fe4d; } +.border-t-fuchsia-200\\/35 { + border-top-color: #f5d0fe59; +} + .border-t-fuchsia-200\\/40 { border-top-color: #f5d0fe66; } +.border-t-fuchsia-200\\/45 { + border-top-color: #f5d0fe73; +} + .border-t-fuchsia-200\\/5 { border-top-color: #f5d0fe0d; } @@ -136312,10 +187408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5d0fe80; } +.border-t-fuchsia-200\\/55 { + border-top-color: #f5d0fe8c; +} + .border-t-fuchsia-200\\/60 { border-top-color: #f5d0fe99; } +.border-t-fuchsia-200\\/65 { + border-top-color: #f5d0fea6; +} + .border-t-fuchsia-200\\/70 { border-top-color: #f5d0feb3; } @@ -136328,6 +187432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5d0fecc; } +.border-t-fuchsia-200\\/85 { + border-top-color: #f5d0fed9; +} + .border-t-fuchsia-200\\/90 { border-top-color: #f5d0fee6; } @@ -136352,6 +187460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0abfc; } +.border-t-fuchsia-300\\/15 { + border-top-color: #f0abfc26; +} + .border-t-fuchsia-300\\/20 { border-top-color: #f0abfc33; } @@ -136364,10 +187476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0abfc4d; } +.border-t-fuchsia-300\\/35 { + border-top-color: #f0abfc59; +} + .border-t-fuchsia-300\\/40 { border-top-color: #f0abfc66; } +.border-t-fuchsia-300\\/45 { + border-top-color: #f0abfc73; +} + .border-t-fuchsia-300\\/5 { border-top-color: #f0abfc0d; } @@ -136376,10 +187496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0abfc80; } +.border-t-fuchsia-300\\/55 { + border-top-color: #f0abfc8c; +} + .border-t-fuchsia-300\\/60 { border-top-color: #f0abfc99; } +.border-t-fuchsia-300\\/65 { + border-top-color: #f0abfca6; +} + .border-t-fuchsia-300\\/70 { border-top-color: #f0abfcb3; } @@ -136392,6 +187520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0abfccc; } +.border-t-fuchsia-300\\/85 { + border-top-color: #f0abfcd9; +} + .border-t-fuchsia-300\\/90 { border-top-color: #f0abfce6; } @@ -136416,6 +187548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e879f9; } +.border-t-fuchsia-400\\/15 { + border-top-color: #e879f926; +} + .border-t-fuchsia-400\\/20 { border-top-color: #e879f933; } @@ -136428,10 +187564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e879f94d; } +.border-t-fuchsia-400\\/35 { + border-top-color: #e879f959; +} + .border-t-fuchsia-400\\/40 { border-top-color: #e879f966; } +.border-t-fuchsia-400\\/45 { + border-top-color: #e879f973; +} + .border-t-fuchsia-400\\/5 { border-top-color: #e879f90d; } @@ -136440,10 +187584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e879f980; } +.border-t-fuchsia-400\\/55 { + border-top-color: #e879f98c; +} + .border-t-fuchsia-400\\/60 { border-top-color: #e879f999; } +.border-t-fuchsia-400\\/65 { + border-top-color: #e879f9a6; +} + .border-t-fuchsia-400\\/70 { border-top-color: #e879f9b3; } @@ -136456,6 +187608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e879f9cc; } +.border-t-fuchsia-400\\/85 { + border-top-color: #e879f9d9; +} + .border-t-fuchsia-400\\/90 { border-top-color: #e879f9e6; } @@ -136480,6 +187636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf4ff; } +.border-t-fuchsia-50\\/15 { + border-top-color: #fdf4ff26; +} + .border-t-fuchsia-50\\/20 { border-top-color: #fdf4ff33; } @@ -136492,10 +187652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf4ff4d; } +.border-t-fuchsia-50\\/35 { + border-top-color: #fdf4ff59; +} + .border-t-fuchsia-50\\/40 { border-top-color: #fdf4ff66; } +.border-t-fuchsia-50\\/45 { + border-top-color: #fdf4ff73; +} + .border-t-fuchsia-50\\/5 { border-top-color: #fdf4ff0d; } @@ -136504,10 +187672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf4ff80; } +.border-t-fuchsia-50\\/55 { + border-top-color: #fdf4ff8c; +} + .border-t-fuchsia-50\\/60 { border-top-color: #fdf4ff99; } +.border-t-fuchsia-50\\/65 { + border-top-color: #fdf4ffa6; +} + .border-t-fuchsia-50\\/70 { border-top-color: #fdf4ffb3; } @@ -136520,6 +187696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf4ffcc; } +.border-t-fuchsia-50\\/85 { + border-top-color: #fdf4ffd9; +} + .border-t-fuchsia-50\\/90 { border-top-color: #fdf4ffe6; } @@ -136544,6 +187724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d946ef; } +.border-t-fuchsia-500\\/15 { + border-top-color: #d946ef26; +} + .border-t-fuchsia-500\\/20 { border-top-color: #d946ef33; } @@ -136556,10 +187740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d946ef4d; } +.border-t-fuchsia-500\\/35 { + border-top-color: #d946ef59; +} + .border-t-fuchsia-500\\/40 { border-top-color: #d946ef66; } +.border-t-fuchsia-500\\/45 { + border-top-color: #d946ef73; +} + .border-t-fuchsia-500\\/5 { border-top-color: #d946ef0d; } @@ -136568,10 +187760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d946ef80; } +.border-t-fuchsia-500\\/55 { + border-top-color: #d946ef8c; +} + .border-t-fuchsia-500\\/60 { border-top-color: #d946ef99; } +.border-t-fuchsia-500\\/65 { + border-top-color: #d946efa6; +} + .border-t-fuchsia-500\\/70 { border-top-color: #d946efb3; } @@ -136584,6 +187784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d946efcc; } +.border-t-fuchsia-500\\/85 { + border-top-color: #d946efd9; +} + .border-t-fuchsia-500\\/90 { border-top-color: #d946efe6; } @@ -136608,6 +187812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c026d3; } +.border-t-fuchsia-600\\/15 { + border-top-color: #c026d326; +} + .border-t-fuchsia-600\\/20 { border-top-color: #c026d333; } @@ -136620,10 +187828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c026d34d; } +.border-t-fuchsia-600\\/35 { + border-top-color: #c026d359; +} + .border-t-fuchsia-600\\/40 { border-top-color: #c026d366; } +.border-t-fuchsia-600\\/45 { + border-top-color: #c026d373; +} + .border-t-fuchsia-600\\/5 { border-top-color: #c026d30d; } @@ -136632,10 +187848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c026d380; } +.border-t-fuchsia-600\\/55 { + border-top-color: #c026d38c; +} + .border-t-fuchsia-600\\/60 { border-top-color: #c026d399; } +.border-t-fuchsia-600\\/65 { + border-top-color: #c026d3a6; +} + .border-t-fuchsia-600\\/70 { border-top-color: #c026d3b3; } @@ -136648,6 +187872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c026d3cc; } +.border-t-fuchsia-600\\/85 { + border-top-color: #c026d3d9; +} + .border-t-fuchsia-600\\/90 { border-top-color: #c026d3e6; } @@ -136672,6 +187900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a21caf; } +.border-t-fuchsia-700\\/15 { + border-top-color: #a21caf26; +} + .border-t-fuchsia-700\\/20 { border-top-color: #a21caf33; } @@ -136684,10 +187916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a21caf4d; } +.border-t-fuchsia-700\\/35 { + border-top-color: #a21caf59; +} + .border-t-fuchsia-700\\/40 { border-top-color: #a21caf66; } +.border-t-fuchsia-700\\/45 { + border-top-color: #a21caf73; +} + .border-t-fuchsia-700\\/5 { border-top-color: #a21caf0d; } @@ -136696,10 +187936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a21caf80; } +.border-t-fuchsia-700\\/55 { + border-top-color: #a21caf8c; +} + .border-t-fuchsia-700\\/60 { border-top-color: #a21caf99; } +.border-t-fuchsia-700\\/65 { + border-top-color: #a21cafa6; +} + .border-t-fuchsia-700\\/70 { border-top-color: #a21cafb3; } @@ -136712,6 +187960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a21cafcc; } +.border-t-fuchsia-700\\/85 { + border-top-color: #a21cafd9; +} + .border-t-fuchsia-700\\/90 { border-top-color: #a21cafe6; } @@ -136736,6 +187988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86198f; } +.border-t-fuchsia-800\\/15 { + border-top-color: #86198f26; +} + .border-t-fuchsia-800\\/20 { border-top-color: #86198f33; } @@ -136748,10 +188004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86198f4d; } +.border-t-fuchsia-800\\/35 { + border-top-color: #86198f59; +} + .border-t-fuchsia-800\\/40 { border-top-color: #86198f66; } +.border-t-fuchsia-800\\/45 { + border-top-color: #86198f73; +} + .border-t-fuchsia-800\\/5 { border-top-color: #86198f0d; } @@ -136760,10 +188024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86198f80; } +.border-t-fuchsia-800\\/55 { + border-top-color: #86198f8c; +} + .border-t-fuchsia-800\\/60 { border-top-color: #86198f99; } +.border-t-fuchsia-800\\/65 { + border-top-color: #86198fa6; +} + .border-t-fuchsia-800\\/70 { border-top-color: #86198fb3; } @@ -136776,6 +188048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86198fcc; } +.border-t-fuchsia-800\\/85 { + border-top-color: #86198fd9; +} + .border-t-fuchsia-800\\/90 { border-top-color: #86198fe6; } @@ -136800,6 +188076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #701a75; } +.border-t-fuchsia-900\\/15 { + border-top-color: #701a7526; +} + .border-t-fuchsia-900\\/20 { border-top-color: #701a7533; } @@ -136812,10 +188092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #701a754d; } +.border-t-fuchsia-900\\/35 { + border-top-color: #701a7559; +} + .border-t-fuchsia-900\\/40 { border-top-color: #701a7566; } +.border-t-fuchsia-900\\/45 { + border-top-color: #701a7573; +} + .border-t-fuchsia-900\\/5 { border-top-color: #701a750d; } @@ -136824,10 +188112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #701a7580; } +.border-t-fuchsia-900\\/55 { + border-top-color: #701a758c; +} + .border-t-fuchsia-900\\/60 { border-top-color: #701a7599; } +.border-t-fuchsia-900\\/65 { + border-top-color: #701a75a6; +} + .border-t-fuchsia-900\\/70 { border-top-color: #701a75b3; } @@ -136840,6 +188136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #701a75cc; } +.border-t-fuchsia-900\\/85 { + border-top-color: #701a75d9; +} + .border-t-fuchsia-900\\/90 { border-top-color: #701a75e6; } @@ -136864,6 +188164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4a044e; } +.border-t-fuchsia-950\\/15 { + border-top-color: #4a044e26; +} + .border-t-fuchsia-950\\/20 { border-top-color: #4a044e33; } @@ -136876,10 +188180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4a044e4d; } +.border-t-fuchsia-950\\/35 { + border-top-color: #4a044e59; +} + .border-t-fuchsia-950\\/40 { border-top-color: #4a044e66; } +.border-t-fuchsia-950\\/45 { + border-top-color: #4a044e73; +} + .border-t-fuchsia-950\\/5 { border-top-color: #4a044e0d; } @@ -136888,10 +188200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4a044e80; } +.border-t-fuchsia-950\\/55 { + border-top-color: #4a044e8c; +} + .border-t-fuchsia-950\\/60 { border-top-color: #4a044e99; } +.border-t-fuchsia-950\\/65 { + border-top-color: #4a044ea6; +} + .border-t-fuchsia-950\\/70 { border-top-color: #4a044eb3; } @@ -136904,6 +188224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4a044ecc; } +.border-t-fuchsia-950\\/85 { + border-top-color: #4a044ed9; +} + .border-t-fuchsia-950\\/90 { border-top-color: #4a044ee6; } @@ -136928,6 +188252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3f4f6; } +.border-t-gray-100\\/15 { + border-top-color: #f3f4f626; +} + .border-t-gray-100\\/20 { border-top-color: #f3f4f633; } @@ -136940,10 +188268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3f4f64d; } +.border-t-gray-100\\/35 { + border-top-color: #f3f4f659; +} + .border-t-gray-100\\/40 { border-top-color: #f3f4f666; } +.border-t-gray-100\\/45 { + border-top-color: #f3f4f673; +} + .border-t-gray-100\\/5 { border-top-color: #f3f4f60d; } @@ -136952,10 +188288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3f4f680; } +.border-t-gray-100\\/55 { + border-top-color: #f3f4f68c; +} + .border-t-gray-100\\/60 { border-top-color: #f3f4f699; } +.border-t-gray-100\\/65 { + border-top-color: #f3f4f6a6; +} + .border-t-gray-100\\/70 { border-top-color: #f3f4f6b3; } @@ -136968,6 +188312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3f4f6cc; } +.border-t-gray-100\\/85 { + border-top-color: #f3f4f6d9; +} + .border-t-gray-100\\/90 { border-top-color: #f3f4f6e6; } @@ -136992,6 +188340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e7eb; } +.border-t-gray-200\\/15 { + border-top-color: #e5e7eb26; +} + .border-t-gray-200\\/20 { border-top-color: #e5e7eb33; } @@ -137004,10 +188356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e7eb4d; } +.border-t-gray-200\\/35 { + border-top-color: #e5e7eb59; +} + .border-t-gray-200\\/40 { border-top-color: #e5e7eb66; } +.border-t-gray-200\\/45 { + border-top-color: #e5e7eb73; +} + .border-t-gray-200\\/5 { border-top-color: #e5e7eb0d; } @@ -137016,10 +188376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e7eb80; } +.border-t-gray-200\\/55 { + border-top-color: #e5e7eb8c; +} + .border-t-gray-200\\/60 { border-top-color: #e5e7eb99; } +.border-t-gray-200\\/65 { + border-top-color: #e5e7eba6; +} + .border-t-gray-200\\/70 { border-top-color: #e5e7ebb3; } @@ -137032,6 +188400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e7ebcc; } +.border-t-gray-200\\/85 { + border-top-color: #e5e7ebd9; +} + .border-t-gray-200\\/90 { border-top-color: #e5e7ebe6; } @@ -137056,6 +188428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1d5db; } +.border-t-gray-300\\/15 { + border-top-color: #d1d5db26; +} + .border-t-gray-300\\/20 { border-top-color: #d1d5db33; } @@ -137068,10 +188444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1d5db4d; } +.border-t-gray-300\\/35 { + border-top-color: #d1d5db59; +} + .border-t-gray-300\\/40 { border-top-color: #d1d5db66; } +.border-t-gray-300\\/45 { + border-top-color: #d1d5db73; +} + .border-t-gray-300\\/5 { border-top-color: #d1d5db0d; } @@ -137080,10 +188464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1d5db80; } +.border-t-gray-300\\/55 { + border-top-color: #d1d5db8c; +} + .border-t-gray-300\\/60 { border-top-color: #d1d5db99; } +.border-t-gray-300\\/65 { + border-top-color: #d1d5dba6; +} + .border-t-gray-300\\/70 { border-top-color: #d1d5dbb3; } @@ -137096,6 +188488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d1d5dbcc; } +.border-t-gray-300\\/85 { + border-top-color: #d1d5dbd9; +} + .border-t-gray-300\\/90 { border-top-color: #d1d5dbe6; } @@ -137120,6 +188516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9ca3af; } +.border-t-gray-400\\/15 { + border-top-color: #9ca3af26; +} + .border-t-gray-400\\/20 { border-top-color: #9ca3af33; } @@ -137132,10 +188532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9ca3af4d; } +.border-t-gray-400\\/35 { + border-top-color: #9ca3af59; +} + .border-t-gray-400\\/40 { border-top-color: #9ca3af66; } +.border-t-gray-400\\/45 { + border-top-color: #9ca3af73; +} + .border-t-gray-400\\/5 { border-top-color: #9ca3af0d; } @@ -137144,10 +188552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9ca3af80; } +.border-t-gray-400\\/55 { + border-top-color: #9ca3af8c; +} + .border-t-gray-400\\/60 { border-top-color: #9ca3af99; } +.border-t-gray-400\\/65 { + border-top-color: #9ca3afa6; +} + .border-t-gray-400\\/70 { border-top-color: #9ca3afb3; } @@ -137160,6 +188576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9ca3afcc; } +.border-t-gray-400\\/85 { + border-top-color: #9ca3afd9; +} + .border-t-gray-400\\/90 { border-top-color: #9ca3afe6; } @@ -137184,6 +188604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9fafb; } +.border-t-gray-50\\/15 { + border-top-color: #f9fafb26; +} + .border-t-gray-50\\/20 { border-top-color: #f9fafb33; } @@ -137196,10 +188620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9fafb4d; } +.border-t-gray-50\\/35 { + border-top-color: #f9fafb59; +} + .border-t-gray-50\\/40 { border-top-color: #f9fafb66; } +.border-t-gray-50\\/45 { + border-top-color: #f9fafb73; +} + .border-t-gray-50\\/5 { border-top-color: #f9fafb0d; } @@ -137208,10 +188640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9fafb80; } +.border-t-gray-50\\/55 { + border-top-color: #f9fafb8c; +} + .border-t-gray-50\\/60 { border-top-color: #f9fafb99; } +.border-t-gray-50\\/65 { + border-top-color: #f9fafba6; +} + .border-t-gray-50\\/70 { border-top-color: #f9fafbb3; } @@ -137224,6 +188664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9fafbcc; } +.border-t-gray-50\\/85 { + border-top-color: #f9fafbd9; +} + .border-t-gray-50\\/90 { border-top-color: #f9fafbe6; } @@ -137248,6 +188692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b7280; } +.border-t-gray-500\\/15 { + border-top-color: #6b728026; +} + .border-t-gray-500\\/20 { border-top-color: #6b728033; } @@ -137260,10 +188708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b72804d; } +.border-t-gray-500\\/35 { + border-top-color: #6b728059; +} + .border-t-gray-500\\/40 { border-top-color: #6b728066; } +.border-t-gray-500\\/45 { + border-top-color: #6b728073; +} + .border-t-gray-500\\/5 { border-top-color: #6b72800d; } @@ -137272,10 +188728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b728080; } +.border-t-gray-500\\/55 { + border-top-color: #6b72808c; +} + .border-t-gray-500\\/60 { border-top-color: #6b728099; } +.border-t-gray-500\\/65 { + border-top-color: #6b7280a6; +} + .border-t-gray-500\\/70 { border-top-color: #6b7280b3; } @@ -137288,6 +188752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b7280cc; } +.border-t-gray-500\\/85 { + border-top-color: #6b7280d9; +} + .border-t-gray-500\\/90 { border-top-color: #6b7280e6; } @@ -137312,6 +188780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4b5563; } +.border-t-gray-600\\/15 { + border-top-color: #4b556326; +} + .border-t-gray-600\\/20 { border-top-color: #4b556333; } @@ -137324,10 +188796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4b55634d; } +.border-t-gray-600\\/35 { + border-top-color: #4b556359; +} + .border-t-gray-600\\/40 { border-top-color: #4b556366; } +.border-t-gray-600\\/45 { + border-top-color: #4b556373; +} + .border-t-gray-600\\/5 { border-top-color: #4b55630d; } @@ -137336,10 +188816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4b556380; } +.border-t-gray-600\\/55 { + border-top-color: #4b55638c; +} + .border-t-gray-600\\/60 { border-top-color: #4b556399; } +.border-t-gray-600\\/65 { + border-top-color: #4b5563a6; +} + .border-t-gray-600\\/70 { border-top-color: #4b5563b3; } @@ -137352,6 +188840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4b5563cc; } +.border-t-gray-600\\/85 { + border-top-color: #4b5563d9; +} + .border-t-gray-600\\/90 { border-top-color: #4b5563e6; } @@ -137376,6 +188868,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #374151; } +.border-t-gray-700\\/15 { + border-top-color: #37415126; +} + .border-t-gray-700\\/20 { border-top-color: #37415133; } @@ -137388,10 +188884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3741514d; } +.border-t-gray-700\\/35 { + border-top-color: #37415159; +} + .border-t-gray-700\\/40 { border-top-color: #37415166; } +.border-t-gray-700\\/45 { + border-top-color: #37415173; +} + .border-t-gray-700\\/5 { border-top-color: #3741510d; } @@ -137400,10 +188904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #37415180; } +.border-t-gray-700\\/55 { + border-top-color: #3741518c; +} + .border-t-gray-700\\/60 { border-top-color: #37415199; } +.border-t-gray-700\\/65 { + border-top-color: #374151a6; +} + .border-t-gray-700\\/70 { border-top-color: #374151b3; } @@ -137416,6 +188928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #374151cc; } +.border-t-gray-700\\/85 { + border-top-color: #374151d9; +} + .border-t-gray-700\\/90 { border-top-color: #374151e6; } @@ -137440,6 +188956,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1f2937; } +.border-t-gray-800\\/15 { + border-top-color: #1f293726; +} + .border-t-gray-800\\/20 { border-top-color: #1f293733; } @@ -137452,10 +188972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1f29374d; } +.border-t-gray-800\\/35 { + border-top-color: #1f293759; +} + .border-t-gray-800\\/40 { border-top-color: #1f293766; } +.border-t-gray-800\\/45 { + border-top-color: #1f293773; +} + .border-t-gray-800\\/5 { border-top-color: #1f29370d; } @@ -137464,10 +188992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1f293780; } +.border-t-gray-800\\/55 { + border-top-color: #1f29378c; +} + .border-t-gray-800\\/60 { border-top-color: #1f293799; } +.border-t-gray-800\\/65 { + border-top-color: #1f2937a6; +} + .border-t-gray-800\\/70 { border-top-color: #1f2937b3; } @@ -137480,6 +189016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1f2937cc; } +.border-t-gray-800\\/85 { + border-top-color: #1f2937d9; +} + .border-t-gray-800\\/90 { border-top-color: #1f2937e6; } @@ -137504,6 +189044,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #111827; } +.border-t-gray-900\\/15 { + border-top-color: #11182726; +} + .border-t-gray-900\\/20 { border-top-color: #11182733; } @@ -137516,10 +189060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1118274d; } +.border-t-gray-900\\/35 { + border-top-color: #11182759; +} + .border-t-gray-900\\/40 { border-top-color: #11182766; } +.border-t-gray-900\\/45 { + border-top-color: #11182773; +} + .border-t-gray-900\\/5 { border-top-color: #1118270d; } @@ -137528,10 +189080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #11182780; } +.border-t-gray-900\\/55 { + border-top-color: #1118278c; +} + .border-t-gray-900\\/60 { border-top-color: #11182799; } +.border-t-gray-900\\/65 { + border-top-color: #111827a6; +} + .border-t-gray-900\\/70 { border-top-color: #111827b3; } @@ -137544,6 +189104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #111827cc; } +.border-t-gray-900\\/85 { + border-top-color: #111827d9; +} + .border-t-gray-900\\/90 { border-top-color: #111827e6; } @@ -137568,6 +189132,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #030712; } +.border-t-gray-950\\/15 { + border-top-color: #03071226; +} + .border-t-gray-950\\/20 { border-top-color: #03071233; } @@ -137580,10 +189148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0307124d; } +.border-t-gray-950\\/35 { + border-top-color: #03071259; +} + .border-t-gray-950\\/40 { border-top-color: #03071266; } +.border-t-gray-950\\/45 { + border-top-color: #03071273; +} + .border-t-gray-950\\/5 { border-top-color: #0307120d; } @@ -137592,10 +189168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #03071280; } +.border-t-gray-950\\/55 { + border-top-color: #0307128c; +} + .border-t-gray-950\\/60 { border-top-color: #03071299; } +.border-t-gray-950\\/65 { + border-top-color: #030712a6; +} + .border-t-gray-950\\/70 { border-top-color: #030712b3; } @@ -137608,6 +189192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #030712cc; } +.border-t-gray-950\\/85 { + border-top-color: #030712d9; +} + .border-t-gray-950\\/90 { border-top-color: #030712e6; } @@ -137632,6 +189220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dcfce7; } +.border-t-green-100\\/15 { + border-top-color: #dcfce726; +} + .border-t-green-100\\/20 { border-top-color: #dcfce733; } @@ -137644,10 +189236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dcfce74d; } +.border-t-green-100\\/35 { + border-top-color: #dcfce759; +} + .border-t-green-100\\/40 { border-top-color: #dcfce766; } +.border-t-green-100\\/45 { + border-top-color: #dcfce773; +} + .border-t-green-100\\/5 { border-top-color: #dcfce70d; } @@ -137656,10 +189256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dcfce780; } +.border-t-green-100\\/55 { + border-top-color: #dcfce78c; +} + .border-t-green-100\\/60 { border-top-color: #dcfce799; } +.border-t-green-100\\/65 { + border-top-color: #dcfce7a6; +} + .border-t-green-100\\/70 { border-top-color: #dcfce7b3; } @@ -137672,6 +189280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dcfce7cc; } +.border-t-green-100\\/85 { + border-top-color: #dcfce7d9; +} + .border-t-green-100\\/90 { border-top-color: #dcfce7e6; } @@ -137696,6 +189308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bbf7d0; } +.border-t-green-200\\/15 { + border-top-color: #bbf7d026; +} + .border-t-green-200\\/20 { border-top-color: #bbf7d033; } @@ -137708,10 +189324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bbf7d04d; } +.border-t-green-200\\/35 { + border-top-color: #bbf7d059; +} + .border-t-green-200\\/40 { border-top-color: #bbf7d066; } +.border-t-green-200\\/45 { + border-top-color: #bbf7d073; +} + .border-t-green-200\\/5 { border-top-color: #bbf7d00d; } @@ -137720,10 +189344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bbf7d080; } +.border-t-green-200\\/55 { + border-top-color: #bbf7d08c; +} + .border-t-green-200\\/60 { border-top-color: #bbf7d099; } +.border-t-green-200\\/65 { + border-top-color: #bbf7d0a6; +} + .border-t-green-200\\/70 { border-top-color: #bbf7d0b3; } @@ -137736,6 +189368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bbf7d0cc; } +.border-t-green-200\\/85 { + border-top-color: #bbf7d0d9; +} + .border-t-green-200\\/90 { border-top-color: #bbf7d0e6; } @@ -137760,6 +189396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86efac; } +.border-t-green-300\\/15 { + border-top-color: #86efac26; +} + .border-t-green-300\\/20 { border-top-color: #86efac33; } @@ -137772,10 +189412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86efac4d; } +.border-t-green-300\\/35 { + border-top-color: #86efac59; +} + .border-t-green-300\\/40 { border-top-color: #86efac66; } +.border-t-green-300\\/45 { + border-top-color: #86efac73; +} + .border-t-green-300\\/5 { border-top-color: #86efac0d; } @@ -137784,10 +189432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86efac80; } +.border-t-green-300\\/55 { + border-top-color: #86efac8c; +} + .border-t-green-300\\/60 { border-top-color: #86efac99; } +.border-t-green-300\\/65 { + border-top-color: #86efaca6; +} + .border-t-green-300\\/70 { border-top-color: #86efacb3; } @@ -137800,6 +189456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #86efaccc; } +.border-t-green-300\\/85 { + border-top-color: #86efacd9; +} + .border-t-green-300\\/90 { border-top-color: #86eface6; } @@ -137824,6 +189484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4ade80; } +.border-t-green-400\\/15 { + border-top-color: #4ade8026; +} + .border-t-green-400\\/20 { border-top-color: #4ade8033; } @@ -137836,10 +189500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4ade804d; } +.border-t-green-400\\/35 { + border-top-color: #4ade8059; +} + .border-t-green-400\\/40 { border-top-color: #4ade8066; } +.border-t-green-400\\/45 { + border-top-color: #4ade8073; +} + .border-t-green-400\\/5 { border-top-color: #4ade800d; } @@ -137848,10 +189520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4ade8080; } +.border-t-green-400\\/55 { + border-top-color: #4ade808c; +} + .border-t-green-400\\/60 { border-top-color: #4ade8099; } +.border-t-green-400\\/65 { + border-top-color: #4ade80a6; +} + .border-t-green-400\\/70 { border-top-color: #4ade80b3; } @@ -137864,6 +189544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4ade80cc; } +.border-t-green-400\\/85 { + border-top-color: #4ade80d9; +} + .border-t-green-400\\/90 { border-top-color: #4ade80e6; } @@ -137888,6 +189572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdf4; } +.border-t-green-50\\/15 { + border-top-color: #f0fdf426; +} + .border-t-green-50\\/20 { border-top-color: #f0fdf433; } @@ -137900,10 +189588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdf44d; } +.border-t-green-50\\/35 { + border-top-color: #f0fdf459; +} + .border-t-green-50\\/40 { border-top-color: #f0fdf466; } +.border-t-green-50\\/45 { + border-top-color: #f0fdf473; +} + .border-t-green-50\\/5 { border-top-color: #f0fdf40d; } @@ -137912,10 +189608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdf480; } +.border-t-green-50\\/55 { + border-top-color: #f0fdf48c; +} + .border-t-green-50\\/60 { border-top-color: #f0fdf499; } +.border-t-green-50\\/65 { + border-top-color: #f0fdf4a6; +} + .border-t-green-50\\/70 { border-top-color: #f0fdf4b3; } @@ -137928,6 +189632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdf4cc; } +.border-t-green-50\\/85 { + border-top-color: #f0fdf4d9; +} + .border-t-green-50\\/90 { border-top-color: #f0fdf4e6; } @@ -137952,6 +189660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22c55e; } +.border-t-green-500\\/15 { + border-top-color: #22c55e26; +} + .border-t-green-500\\/20 { border-top-color: #22c55e33; } @@ -137964,10 +189676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22c55e4d; } +.border-t-green-500\\/35 { + border-top-color: #22c55e59; +} + .border-t-green-500\\/40 { border-top-color: #22c55e66; } +.border-t-green-500\\/45 { + border-top-color: #22c55e73; +} + .border-t-green-500\\/5 { border-top-color: #22c55e0d; } @@ -137976,10 +189696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22c55e80; } +.border-t-green-500\\/55 { + border-top-color: #22c55e8c; +} + .border-t-green-500\\/60 { border-top-color: #22c55e99; } +.border-t-green-500\\/65 { + border-top-color: #22c55ea6; +} + .border-t-green-500\\/70 { border-top-color: #22c55eb3; } @@ -137992,6 +189720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #22c55ecc; } +.border-t-green-500\\/85 { + border-top-color: #22c55ed9; +} + .border-t-green-500\\/90 { border-top-color: #22c55ee6; } @@ -138016,6 +189748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #16a34a; } +.border-t-green-600\\/15 { + border-top-color: #16a34a26; +} + .border-t-green-600\\/20 { border-top-color: #16a34a33; } @@ -138028,10 +189764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #16a34a4d; } +.border-t-green-600\\/35 { + border-top-color: #16a34a59; +} + .border-t-green-600\\/40 { border-top-color: #16a34a66; } +.border-t-green-600\\/45 { + border-top-color: #16a34a73; +} + .border-t-green-600\\/5 { border-top-color: #16a34a0d; } @@ -138040,10 +189784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #16a34a80; } +.border-t-green-600\\/55 { + border-top-color: #16a34a8c; +} + .border-t-green-600\\/60 { border-top-color: #16a34a99; } +.border-t-green-600\\/65 { + border-top-color: #16a34aa6; +} + .border-t-green-600\\/70 { border-top-color: #16a34ab3; } @@ -138056,6 +189808,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #16a34acc; } +.border-t-green-600\\/85 { + border-top-color: #16a34ad9; +} + .border-t-green-600\\/90 { border-top-color: #16a34ae6; } @@ -138080,6 +189836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #15803d; } +.border-t-green-700\\/15 { + border-top-color: #15803d26; +} + .border-t-green-700\\/20 { border-top-color: #15803d33; } @@ -138092,10 +189852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #15803d4d; } +.border-t-green-700\\/35 { + border-top-color: #15803d59; +} + .border-t-green-700\\/40 { border-top-color: #15803d66; } +.border-t-green-700\\/45 { + border-top-color: #15803d73; +} + .border-t-green-700\\/5 { border-top-color: #15803d0d; } @@ -138104,10 +189872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #15803d80; } +.border-t-green-700\\/55 { + border-top-color: #15803d8c; +} + .border-t-green-700\\/60 { border-top-color: #15803d99; } +.border-t-green-700\\/65 { + border-top-color: #15803da6; +} + .border-t-green-700\\/70 { border-top-color: #15803db3; } @@ -138120,6 +189896,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #15803dcc; } +.border-t-green-700\\/85 { + border-top-color: #15803dd9; +} + .border-t-green-700\\/90 { border-top-color: #15803de6; } @@ -138144,6 +189924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #166534; } +.border-t-green-800\\/15 { + border-top-color: #16653426; +} + .border-t-green-800\\/20 { border-top-color: #16653433; } @@ -138156,10 +189940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1665344d; } +.border-t-green-800\\/35 { + border-top-color: #16653459; +} + .border-t-green-800\\/40 { border-top-color: #16653466; } +.border-t-green-800\\/45 { + border-top-color: #16653473; +} + .border-t-green-800\\/5 { border-top-color: #1665340d; } @@ -138168,10 +189960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #16653480; } +.border-t-green-800\\/55 { + border-top-color: #1665348c; +} + .border-t-green-800\\/60 { border-top-color: #16653499; } +.border-t-green-800\\/65 { + border-top-color: #166534a6; +} + .border-t-green-800\\/70 { border-top-color: #166534b3; } @@ -138184,6 +189984,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #166534cc; } +.border-t-green-800\\/85 { + border-top-color: #166534d9; +} + .border-t-green-800\\/90 { border-top-color: #166534e6; } @@ -138208,6 +190012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14532d; } +.border-t-green-900\\/15 { + border-top-color: #14532d26; +} + .border-t-green-900\\/20 { border-top-color: #14532d33; } @@ -138220,10 +190028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14532d4d; } +.border-t-green-900\\/35 { + border-top-color: #14532d59; +} + .border-t-green-900\\/40 { border-top-color: #14532d66; } +.border-t-green-900\\/45 { + border-top-color: #14532d73; +} + .border-t-green-900\\/5 { border-top-color: #14532d0d; } @@ -138232,10 +190048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14532d80; } +.border-t-green-900\\/55 { + border-top-color: #14532d8c; +} + .border-t-green-900\\/60 { border-top-color: #14532d99; } +.border-t-green-900\\/65 { + border-top-color: #14532da6; +} + .border-t-green-900\\/70 { border-top-color: #14532db3; } @@ -138248,6 +190072,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14532dcc; } +.border-t-green-900\\/85 { + border-top-color: #14532dd9; +} + .border-t-green-900\\/90 { border-top-color: #14532de6; } @@ -138272,6 +190100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #052e16; } +.border-t-green-950\\/15 { + border-top-color: #052e1626; +} + .border-t-green-950\\/20 { border-top-color: #052e1633; } @@ -138284,10 +190116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #052e164d; } +.border-t-green-950\\/35 { + border-top-color: #052e1659; +} + .border-t-green-950\\/40 { border-top-color: #052e1666; } +.border-t-green-950\\/45 { + border-top-color: #052e1673; +} + .border-t-green-950\\/5 { border-top-color: #052e160d; } @@ -138296,10 +190136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #052e1680; } +.border-t-green-950\\/55 { + border-top-color: #052e168c; +} + .border-t-green-950\\/60 { border-top-color: #052e1699; } +.border-t-green-950\\/65 { + border-top-color: #052e16a6; +} + .border-t-green-950\\/70 { border-top-color: #052e16b3; } @@ -138312,6 +190160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #052e16cc; } +.border-t-green-950\\/85 { + border-top-color: #052e16d9; +} + .border-t-green-950\\/90 { border-top-color: #052e16e6; } @@ -138336,6 +190188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0e7ff; } +.border-t-indigo-100\\/15 { + border-top-color: #e0e7ff26; +} + .border-t-indigo-100\\/20 { border-top-color: #e0e7ff33; } @@ -138348,10 +190204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0e7ff4d; } +.border-t-indigo-100\\/35 { + border-top-color: #e0e7ff59; +} + .border-t-indigo-100\\/40 { border-top-color: #e0e7ff66; } +.border-t-indigo-100\\/45 { + border-top-color: #e0e7ff73; +} + .border-t-indigo-100\\/5 { border-top-color: #e0e7ff0d; } @@ -138360,10 +190224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0e7ff80; } +.border-t-indigo-100\\/55 { + border-top-color: #e0e7ff8c; +} + .border-t-indigo-100\\/60 { border-top-color: #e0e7ff99; } +.border-t-indigo-100\\/65 { + border-top-color: #e0e7ffa6; +} + .border-t-indigo-100\\/70 { border-top-color: #e0e7ffb3; } @@ -138376,6 +190248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0e7ffcc; } +.border-t-indigo-100\\/85 { + border-top-color: #e0e7ffd9; +} + .border-t-indigo-100\\/90 { border-top-color: #e0e7ffe6; } @@ -138400,6 +190276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c7d2fe; } +.border-t-indigo-200\\/15 { + border-top-color: #c7d2fe26; +} + .border-t-indigo-200\\/20 { border-top-color: #c7d2fe33; } @@ -138412,10 +190292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c7d2fe4d; } +.border-t-indigo-200\\/35 { + border-top-color: #c7d2fe59; +} + .border-t-indigo-200\\/40 { border-top-color: #c7d2fe66; } +.border-t-indigo-200\\/45 { + border-top-color: #c7d2fe73; +} + .border-t-indigo-200\\/5 { border-top-color: #c7d2fe0d; } @@ -138424,10 +190312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c7d2fe80; } +.border-t-indigo-200\\/55 { + border-top-color: #c7d2fe8c; +} + .border-t-indigo-200\\/60 { border-top-color: #c7d2fe99; } +.border-t-indigo-200\\/65 { + border-top-color: #c7d2fea6; +} + .border-t-indigo-200\\/70 { border-top-color: #c7d2feb3; } @@ -138440,6 +190336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c7d2fecc; } +.border-t-indigo-200\\/85 { + border-top-color: #c7d2fed9; +} + .border-t-indigo-200\\/90 { border-top-color: #c7d2fee6; } @@ -138464,6 +190364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5b4fc; } +.border-t-indigo-300\\/15 { + border-top-color: #a5b4fc26; +} + .border-t-indigo-300\\/20 { border-top-color: #a5b4fc33; } @@ -138476,10 +190380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5b4fc4d; } +.border-t-indigo-300\\/35 { + border-top-color: #a5b4fc59; +} + .border-t-indigo-300\\/40 { border-top-color: #a5b4fc66; } +.border-t-indigo-300\\/45 { + border-top-color: #a5b4fc73; +} + .border-t-indigo-300\\/5 { border-top-color: #a5b4fc0d; } @@ -138488,10 +190400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5b4fc80; } +.border-t-indigo-300\\/55 { + border-top-color: #a5b4fc8c; +} + .border-t-indigo-300\\/60 { border-top-color: #a5b4fc99; } +.border-t-indigo-300\\/65 { + border-top-color: #a5b4fca6; +} + .border-t-indigo-300\\/70 { border-top-color: #a5b4fcb3; } @@ -138504,6 +190424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a5b4fccc; } +.border-t-indigo-300\\/85 { + border-top-color: #a5b4fcd9; +} + .border-t-indigo-300\\/90 { border-top-color: #a5b4fce6; } @@ -138528,6 +190452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #818cf8; } +.border-t-indigo-400\\/15 { + border-top-color: #818cf826; +} + .border-t-indigo-400\\/20 { border-top-color: #818cf833; } @@ -138540,10 +190468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #818cf84d; } +.border-t-indigo-400\\/35 { + border-top-color: #818cf859; +} + .border-t-indigo-400\\/40 { border-top-color: #818cf866; } +.border-t-indigo-400\\/45 { + border-top-color: #818cf873; +} + .border-t-indigo-400\\/5 { border-top-color: #818cf80d; } @@ -138552,10 +190488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #818cf880; } +.border-t-indigo-400\\/55 { + border-top-color: #818cf88c; +} + .border-t-indigo-400\\/60 { border-top-color: #818cf899; } +.border-t-indigo-400\\/65 { + border-top-color: #818cf8a6; +} + .border-t-indigo-400\\/70 { border-top-color: #818cf8b3; } @@ -138568,6 +190512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #818cf8cc; } +.border-t-indigo-400\\/85 { + border-top-color: #818cf8d9; +} + .border-t-indigo-400\\/90 { border-top-color: #818cf8e6; } @@ -138592,6 +190540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eef2ff; } +.border-t-indigo-50\\/15 { + border-top-color: #eef2ff26; +} + .border-t-indigo-50\\/20 { border-top-color: #eef2ff33; } @@ -138604,10 +190556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eef2ff4d; } +.border-t-indigo-50\\/35 { + border-top-color: #eef2ff59; +} + .border-t-indigo-50\\/40 { border-top-color: #eef2ff66; } +.border-t-indigo-50\\/45 { + border-top-color: #eef2ff73; +} + .border-t-indigo-50\\/5 { border-top-color: #eef2ff0d; } @@ -138616,10 +190576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eef2ff80; } +.border-t-indigo-50\\/55 { + border-top-color: #eef2ff8c; +} + .border-t-indigo-50\\/60 { border-top-color: #eef2ff99; } +.border-t-indigo-50\\/65 { + border-top-color: #eef2ffa6; +} + .border-t-indigo-50\\/70 { border-top-color: #eef2ffb3; } @@ -138632,6 +190600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eef2ffcc; } +.border-t-indigo-50\\/85 { + border-top-color: #eef2ffd9; +} + .border-t-indigo-50\\/90 { border-top-color: #eef2ffe6; } @@ -138656,6 +190628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6366f1; } +.border-t-indigo-500\\/15 { + border-top-color: #6366f126; +} + .border-t-indigo-500\\/20 { border-top-color: #6366f133; } @@ -138668,10 +190644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6366f14d; } +.border-t-indigo-500\\/35 { + border-top-color: #6366f159; +} + .border-t-indigo-500\\/40 { border-top-color: #6366f166; } +.border-t-indigo-500\\/45 { + border-top-color: #6366f173; +} + .border-t-indigo-500\\/5 { border-top-color: #6366f10d; } @@ -138680,10 +190664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6366f180; } +.border-t-indigo-500\\/55 { + border-top-color: #6366f18c; +} + .border-t-indigo-500\\/60 { border-top-color: #6366f199; } +.border-t-indigo-500\\/65 { + border-top-color: #6366f1a6; +} + .border-t-indigo-500\\/70 { border-top-color: #6366f1b3; } @@ -138696,6 +190688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6366f1cc; } +.border-t-indigo-500\\/85 { + border-top-color: #6366f1d9; +} + .border-t-indigo-500\\/90 { border-top-color: #6366f1e6; } @@ -138720,6 +190716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4f46e5; } +.border-t-indigo-600\\/15 { + border-top-color: #4f46e526; +} + .border-t-indigo-600\\/20 { border-top-color: #4f46e533; } @@ -138732,10 +190732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4f46e54d; } +.border-t-indigo-600\\/35 { + border-top-color: #4f46e559; +} + .border-t-indigo-600\\/40 { border-top-color: #4f46e566; } +.border-t-indigo-600\\/45 { + border-top-color: #4f46e573; +} + .border-t-indigo-600\\/5 { border-top-color: #4f46e50d; } @@ -138744,10 +190752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4f46e580; } +.border-t-indigo-600\\/55 { + border-top-color: #4f46e58c; +} + .border-t-indigo-600\\/60 { border-top-color: #4f46e599; } +.border-t-indigo-600\\/65 { + border-top-color: #4f46e5a6; +} + .border-t-indigo-600\\/70 { border-top-color: #4f46e5b3; } @@ -138760,6 +190776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4f46e5cc; } +.border-t-indigo-600\\/85 { + border-top-color: #4f46e5d9; +} + .border-t-indigo-600\\/90 { border-top-color: #4f46e5e6; } @@ -138784,6 +190804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4338ca; } +.border-t-indigo-700\\/15 { + border-top-color: #4338ca26; +} + .border-t-indigo-700\\/20 { border-top-color: #4338ca33; } @@ -138796,10 +190820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4338ca4d; } +.border-t-indigo-700\\/35 { + border-top-color: #4338ca59; +} + .border-t-indigo-700\\/40 { border-top-color: #4338ca66; } +.border-t-indigo-700\\/45 { + border-top-color: #4338ca73; +} + .border-t-indigo-700\\/5 { border-top-color: #4338ca0d; } @@ -138808,10 +190840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4338ca80; } +.border-t-indigo-700\\/55 { + border-top-color: #4338ca8c; +} + .border-t-indigo-700\\/60 { border-top-color: #4338ca99; } +.border-t-indigo-700\\/65 { + border-top-color: #4338caa6; +} + .border-t-indigo-700\\/70 { border-top-color: #4338cab3; } @@ -138824,6 +190864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4338cacc; } +.border-t-indigo-700\\/85 { + border-top-color: #4338cad9; +} + .border-t-indigo-700\\/90 { border-top-color: #4338cae6; } @@ -138848,6 +190892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3730a3; } +.border-t-indigo-800\\/15 { + border-top-color: #3730a326; +} + .border-t-indigo-800\\/20 { border-top-color: #3730a333; } @@ -138860,10 +190908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3730a34d; } +.border-t-indigo-800\\/35 { + border-top-color: #3730a359; +} + .border-t-indigo-800\\/40 { border-top-color: #3730a366; } +.border-t-indigo-800\\/45 { + border-top-color: #3730a373; +} + .border-t-indigo-800\\/5 { border-top-color: #3730a30d; } @@ -138872,10 +190928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3730a380; } +.border-t-indigo-800\\/55 { + border-top-color: #3730a38c; +} + .border-t-indigo-800\\/60 { border-top-color: #3730a399; } +.border-t-indigo-800\\/65 { + border-top-color: #3730a3a6; +} + .border-t-indigo-800\\/70 { border-top-color: #3730a3b3; } @@ -138888,6 +190952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3730a3cc; } +.border-t-indigo-800\\/85 { + border-top-color: #3730a3d9; +} + .border-t-indigo-800\\/90 { border-top-color: #3730a3e6; } @@ -138912,6 +190980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #312e81; } +.border-t-indigo-900\\/15 { + border-top-color: #312e8126; +} + .border-t-indigo-900\\/20 { border-top-color: #312e8133; } @@ -138924,10 +190996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #312e814d; } +.border-t-indigo-900\\/35 { + border-top-color: #312e8159; +} + .border-t-indigo-900\\/40 { border-top-color: #312e8166; } +.border-t-indigo-900\\/45 { + border-top-color: #312e8173; +} + .border-t-indigo-900\\/5 { border-top-color: #312e810d; } @@ -138936,10 +191016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #312e8180; } +.border-t-indigo-900\\/55 { + border-top-color: #312e818c; +} + .border-t-indigo-900\\/60 { border-top-color: #312e8199; } +.border-t-indigo-900\\/65 { + border-top-color: #312e81a6; +} + .border-t-indigo-900\\/70 { border-top-color: #312e81b3; } @@ -138952,6 +191040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #312e81cc; } +.border-t-indigo-900\\/85 { + border-top-color: #312e81d9; +} + .border-t-indigo-900\\/90 { border-top-color: #312e81e6; } @@ -138976,6 +191068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e1b4b; } +.border-t-indigo-950\\/15 { + border-top-color: #1e1b4b26; +} + .border-t-indigo-950\\/20 { border-top-color: #1e1b4b33; } @@ -138988,10 +191084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e1b4b4d; } +.border-t-indigo-950\\/35 { + border-top-color: #1e1b4b59; +} + .border-t-indigo-950\\/40 { border-top-color: #1e1b4b66; } +.border-t-indigo-950\\/45 { + border-top-color: #1e1b4b73; +} + .border-t-indigo-950\\/5 { border-top-color: #1e1b4b0d; } @@ -139000,10 +191104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e1b4b80; } +.border-t-indigo-950\\/55 { + border-top-color: #1e1b4b8c; +} + .border-t-indigo-950\\/60 { border-top-color: #1e1b4b99; } +.border-t-indigo-950\\/65 { + border-top-color: #1e1b4ba6; +} + .border-t-indigo-950\\/70 { border-top-color: #1e1b4bb3; } @@ -139016,6 +191128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e1b4bcc; } +.border-t-indigo-950\\/85 { + border-top-color: #1e1b4bd9; +} + .border-t-indigo-950\\/90 { border-top-color: #1e1b4be6; } @@ -139044,6 +191160,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfccb; } +.border-t-lime-100\\/15 { + border-top-color: #ecfccb26; +} + .border-t-lime-100\\/20 { border-top-color: #ecfccb33; } @@ -139056,10 +191176,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfccb4d; } +.border-t-lime-100\\/35 { + border-top-color: #ecfccb59; +} + .border-t-lime-100\\/40 { border-top-color: #ecfccb66; } +.border-t-lime-100\\/45 { + border-top-color: #ecfccb73; +} + .border-t-lime-100\\/5 { border-top-color: #ecfccb0d; } @@ -139068,10 +191196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfccb80; } +.border-t-lime-100\\/55 { + border-top-color: #ecfccb8c; +} + .border-t-lime-100\\/60 { border-top-color: #ecfccb99; } +.border-t-lime-100\\/65 { + border-top-color: #ecfccba6; +} + .border-t-lime-100\\/70 { border-top-color: #ecfccbb3; } @@ -139084,6 +191220,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ecfccbcc; } +.border-t-lime-100\\/85 { + border-top-color: #ecfccbd9; +} + .border-t-lime-100\\/90 { border-top-color: #ecfccbe6; } @@ -139108,6 +191248,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d9f99d; } +.border-t-lime-200\\/15 { + border-top-color: #d9f99d26; +} + .border-t-lime-200\\/20 { border-top-color: #d9f99d33; } @@ -139120,10 +191264,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d9f99d4d; } +.border-t-lime-200\\/35 { + border-top-color: #d9f99d59; +} + .border-t-lime-200\\/40 { border-top-color: #d9f99d66; } +.border-t-lime-200\\/45 { + border-top-color: #d9f99d73; +} + .border-t-lime-200\\/5 { border-top-color: #d9f99d0d; } @@ -139132,10 +191284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d9f99d80; } +.border-t-lime-200\\/55 { + border-top-color: #d9f99d8c; +} + .border-t-lime-200\\/60 { border-top-color: #d9f99d99; } +.border-t-lime-200\\/65 { + border-top-color: #d9f99da6; +} + .border-t-lime-200\\/70 { border-top-color: #d9f99db3; } @@ -139148,6 +191308,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d9f99dcc; } +.border-t-lime-200\\/85 { + border-top-color: #d9f99dd9; +} + .border-t-lime-200\\/90 { border-top-color: #d9f99de6; } @@ -139172,6 +191336,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bef264; } +.border-t-lime-300\\/15 { + border-top-color: #bef26426; +} + .border-t-lime-300\\/20 { border-top-color: #bef26433; } @@ -139184,10 +191352,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bef2644d; } +.border-t-lime-300\\/35 { + border-top-color: #bef26459; +} + .border-t-lime-300\\/40 { border-top-color: #bef26466; } +.border-t-lime-300\\/45 { + border-top-color: #bef26473; +} + .border-t-lime-300\\/5 { border-top-color: #bef2640d; } @@ -139196,10 +191372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bef26480; } +.border-t-lime-300\\/55 { + border-top-color: #bef2648c; +} + .border-t-lime-300\\/60 { border-top-color: #bef26499; } +.border-t-lime-300\\/65 { + border-top-color: #bef264a6; +} + .border-t-lime-300\\/70 { border-top-color: #bef264b3; } @@ -139212,6 +191396,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bef264cc; } +.border-t-lime-300\\/85 { + border-top-color: #bef264d9; +} + .border-t-lime-300\\/90 { border-top-color: #bef264e6; } @@ -139236,6 +191424,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3e635; } +.border-t-lime-400\\/15 { + border-top-color: #a3e63526; +} + .border-t-lime-400\\/20 { border-top-color: #a3e63533; } @@ -139248,10 +191440,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3e6354d; } +.border-t-lime-400\\/35 { + border-top-color: #a3e63559; +} + .border-t-lime-400\\/40 { border-top-color: #a3e63566; } +.border-t-lime-400\\/45 { + border-top-color: #a3e63573; +} + .border-t-lime-400\\/5 { border-top-color: #a3e6350d; } @@ -139260,10 +191460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3e63580; } +.border-t-lime-400\\/55 { + border-top-color: #a3e6358c; +} + .border-t-lime-400\\/60 { border-top-color: #a3e63599; } +.border-t-lime-400\\/65 { + border-top-color: #a3e635a6; +} + .border-t-lime-400\\/70 { border-top-color: #a3e635b3; } @@ -139276,6 +191484,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3e635cc; } +.border-t-lime-400\\/85 { + border-top-color: #a3e635d9; +} + .border-t-lime-400\\/90 { border-top-color: #a3e635e6; } @@ -139300,6 +191512,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f7fee7; } +.border-t-lime-50\\/15 { + border-top-color: #f7fee726; +} + .border-t-lime-50\\/20 { border-top-color: #f7fee733; } @@ -139312,10 +191528,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f7fee74d; } +.border-t-lime-50\\/35 { + border-top-color: #f7fee759; +} + .border-t-lime-50\\/40 { border-top-color: #f7fee766; } +.border-t-lime-50\\/45 { + border-top-color: #f7fee773; +} + .border-t-lime-50\\/5 { border-top-color: #f7fee70d; } @@ -139324,10 +191548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f7fee780; } +.border-t-lime-50\\/55 { + border-top-color: #f7fee78c; +} + .border-t-lime-50\\/60 { border-top-color: #f7fee799; } +.border-t-lime-50\\/65 { + border-top-color: #f7fee7a6; +} + .border-t-lime-50\\/70 { border-top-color: #f7fee7b3; } @@ -139340,6 +191572,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f7fee7cc; } +.border-t-lime-50\\/85 { + border-top-color: #f7fee7d9; +} + .border-t-lime-50\\/90 { border-top-color: #f7fee7e6; } @@ -139364,6 +191600,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #84cc16; } +.border-t-lime-500\\/15 { + border-top-color: #84cc1626; +} + .border-t-lime-500\\/20 { border-top-color: #84cc1633; } @@ -139376,10 +191616,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #84cc164d; } +.border-t-lime-500\\/35 { + border-top-color: #84cc1659; +} + .border-t-lime-500\\/40 { border-top-color: #84cc1666; } +.border-t-lime-500\\/45 { + border-top-color: #84cc1673; +} + .border-t-lime-500\\/5 { border-top-color: #84cc160d; } @@ -139388,10 +191636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #84cc1680; } +.border-t-lime-500\\/55 { + border-top-color: #84cc168c; +} + .border-t-lime-500\\/60 { border-top-color: #84cc1699; } +.border-t-lime-500\\/65 { + border-top-color: #84cc16a6; +} + .border-t-lime-500\\/70 { border-top-color: #84cc16b3; } @@ -139404,6 +191660,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #84cc16cc; } +.border-t-lime-500\\/85 { + border-top-color: #84cc16d9; +} + .border-t-lime-500\\/90 { border-top-color: #84cc16e6; } @@ -139428,6 +191688,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #65a30d; } +.border-t-lime-600\\/15 { + border-top-color: #65a30d26; +} + .border-t-lime-600\\/20 { border-top-color: #65a30d33; } @@ -139440,10 +191704,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #65a30d4d; } +.border-t-lime-600\\/35 { + border-top-color: #65a30d59; +} + .border-t-lime-600\\/40 { border-top-color: #65a30d66; } +.border-t-lime-600\\/45 { + border-top-color: #65a30d73; +} + .border-t-lime-600\\/5 { border-top-color: #65a30d0d; } @@ -139452,10 +191724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #65a30d80; } +.border-t-lime-600\\/55 { + border-top-color: #65a30d8c; +} + .border-t-lime-600\\/60 { border-top-color: #65a30d99; } +.border-t-lime-600\\/65 { + border-top-color: #65a30da6; +} + .border-t-lime-600\\/70 { border-top-color: #65a30db3; } @@ -139468,6 +191748,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #65a30dcc; } +.border-t-lime-600\\/85 { + border-top-color: #65a30dd9; +} + .border-t-lime-600\\/90 { border-top-color: #65a30de6; } @@ -139492,6 +191776,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4d7c0f; } +.border-t-lime-700\\/15 { + border-top-color: #4d7c0f26; +} + .border-t-lime-700\\/20 { border-top-color: #4d7c0f33; } @@ -139504,10 +191792,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4d7c0f4d; } +.border-t-lime-700\\/35 { + border-top-color: #4d7c0f59; +} + .border-t-lime-700\\/40 { border-top-color: #4d7c0f66; } +.border-t-lime-700\\/45 { + border-top-color: #4d7c0f73; +} + .border-t-lime-700\\/5 { border-top-color: #4d7c0f0d; } @@ -139516,10 +191812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4d7c0f80; } +.border-t-lime-700\\/55 { + border-top-color: #4d7c0f8c; +} + .border-t-lime-700\\/60 { border-top-color: #4d7c0f99; } +.border-t-lime-700\\/65 { + border-top-color: #4d7c0fa6; +} + .border-t-lime-700\\/70 { border-top-color: #4d7c0fb3; } @@ -139532,6 +191836,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4d7c0fcc; } +.border-t-lime-700\\/85 { + border-top-color: #4d7c0fd9; +} + .border-t-lime-700\\/90 { border-top-color: #4d7c0fe6; } @@ -139556,6 +191864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f6212; } +.border-t-lime-800\\/15 { + border-top-color: #3f621226; +} + .border-t-lime-800\\/20 { border-top-color: #3f621233; } @@ -139568,10 +191880,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f62124d; } +.border-t-lime-800\\/35 { + border-top-color: #3f621259; +} + .border-t-lime-800\\/40 { border-top-color: #3f621266; } +.border-t-lime-800\\/45 { + border-top-color: #3f621273; +} + .border-t-lime-800\\/5 { border-top-color: #3f62120d; } @@ -139580,10 +191900,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f621280; } +.border-t-lime-800\\/55 { + border-top-color: #3f62128c; +} + .border-t-lime-800\\/60 { border-top-color: #3f621299; } +.border-t-lime-800\\/65 { + border-top-color: #3f6212a6; +} + .border-t-lime-800\\/70 { border-top-color: #3f6212b3; } @@ -139596,6 +191924,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f6212cc; } +.border-t-lime-800\\/85 { + border-top-color: #3f6212d9; +} + .border-t-lime-800\\/90 { border-top-color: #3f6212e6; } @@ -139620,6 +191952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #365314; } +.border-t-lime-900\\/15 { + border-top-color: #36531426; +} + .border-t-lime-900\\/20 { border-top-color: #36531433; } @@ -139632,10 +191968,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3653144d; } +.border-t-lime-900\\/35 { + border-top-color: #36531459; +} + .border-t-lime-900\\/40 { border-top-color: #36531466; } +.border-t-lime-900\\/45 { + border-top-color: #36531473; +} + .border-t-lime-900\\/5 { border-top-color: #3653140d; } @@ -139644,10 +191988,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #36531480; } +.border-t-lime-900\\/55 { + border-top-color: #3653148c; +} + .border-t-lime-900\\/60 { border-top-color: #36531499; } +.border-t-lime-900\\/65 { + border-top-color: #365314a6; +} + .border-t-lime-900\\/70 { border-top-color: #365314b3; } @@ -139660,6 +192012,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #365314cc; } +.border-t-lime-900\\/85 { + border-top-color: #365314d9; +} + .border-t-lime-900\\/90 { border-top-color: #365314e6; } @@ -139684,6 +192040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1a2e05; } +.border-t-lime-950\\/15 { + border-top-color: #1a2e0526; +} + .border-t-lime-950\\/20 { border-top-color: #1a2e0533; } @@ -139696,10 +192056,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1a2e054d; } +.border-t-lime-950\\/35 { + border-top-color: #1a2e0559; +} + .border-t-lime-950\\/40 { border-top-color: #1a2e0566; } +.border-t-lime-950\\/45 { + border-top-color: #1a2e0573; +} + .border-t-lime-950\\/5 { border-top-color: #1a2e050d; } @@ -139708,10 +192076,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1a2e0580; } +.border-t-lime-950\\/55 { + border-top-color: #1a2e058c; +} + .border-t-lime-950\\/60 { border-top-color: #1a2e0599; } +.border-t-lime-950\\/65 { + border-top-color: #1a2e05a6; +} + .border-t-lime-950\\/70 { border-top-color: #1a2e05b3; } @@ -139724,6 +192100,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1a2e05cc; } +.border-t-lime-950\\/85 { + border-top-color: #1a2e05d9; +} + .border-t-lime-950\\/90 { border-top-color: #1a2e05e6; } @@ -139748,6 +192128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f5; } +.border-t-neutral-100\\/15 { + border-top-color: #f5f5f526; +} + .border-t-neutral-100\\/20 { border-top-color: #f5f5f533; } @@ -139760,10 +192144,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f54d; } +.border-t-neutral-100\\/35 { + border-top-color: #f5f5f559; +} + .border-t-neutral-100\\/40 { border-top-color: #f5f5f566; } +.border-t-neutral-100\\/45 { + border-top-color: #f5f5f573; +} + .border-t-neutral-100\\/5 { border-top-color: #f5f5f50d; } @@ -139772,10 +192164,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f580; } +.border-t-neutral-100\\/55 { + border-top-color: #f5f5f58c; +} + .border-t-neutral-100\\/60 { border-top-color: #f5f5f599; } +.border-t-neutral-100\\/65 { + border-top-color: #f5f5f5a6; +} + .border-t-neutral-100\\/70 { border-top-color: #f5f5f5b3; } @@ -139788,6 +192188,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f5cc; } +.border-t-neutral-100\\/85 { + border-top-color: #f5f5f5d9; +} + .border-t-neutral-100\\/90 { border-top-color: #f5f5f5e6; } @@ -139812,6 +192216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e5e5; } +.border-t-neutral-200\\/15 { + border-top-color: #e5e5e526; +} + .border-t-neutral-200\\/20 { border-top-color: #e5e5e533; } @@ -139824,10 +192232,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e5e54d; } +.border-t-neutral-200\\/35 { + border-top-color: #e5e5e559; +} + .border-t-neutral-200\\/40 { border-top-color: #e5e5e566; } +.border-t-neutral-200\\/45 { + border-top-color: #e5e5e573; +} + .border-t-neutral-200\\/5 { border-top-color: #e5e5e50d; } @@ -139836,10 +192252,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e5e580; } +.border-t-neutral-200\\/55 { + border-top-color: #e5e5e58c; +} + .border-t-neutral-200\\/60 { border-top-color: #e5e5e599; } +.border-t-neutral-200\\/65 { + border-top-color: #e5e5e5a6; +} + .border-t-neutral-200\\/70 { border-top-color: #e5e5e5b3; } @@ -139852,6 +192276,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e5e5e5cc; } +.border-t-neutral-200\\/85 { + border-top-color: #e5e5e5d9; +} + .border-t-neutral-200\\/90 { border-top-color: #e5e5e5e6; } @@ -139876,6 +192304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d4; } +.border-t-neutral-300\\/15 { + border-top-color: #d4d4d426; +} + .border-t-neutral-300\\/20 { border-top-color: #d4d4d433; } @@ -139888,10 +192320,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d44d; } +.border-t-neutral-300\\/35 { + border-top-color: #d4d4d459; +} + .border-t-neutral-300\\/40 { border-top-color: #d4d4d466; } +.border-t-neutral-300\\/45 { + border-top-color: #d4d4d473; +} + .border-t-neutral-300\\/5 { border-top-color: #d4d4d40d; } @@ -139900,10 +192340,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d480; } +.border-t-neutral-300\\/55 { + border-top-color: #d4d4d48c; +} + .border-t-neutral-300\\/60 { border-top-color: #d4d4d499; } +.border-t-neutral-300\\/65 { + border-top-color: #d4d4d4a6; +} + .border-t-neutral-300\\/70 { border-top-color: #d4d4d4b3; } @@ -139916,6 +192364,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d4cc; } +.border-t-neutral-300\\/85 { + border-top-color: #d4d4d4d9; +} + .border-t-neutral-300\\/90 { border-top-color: #d4d4d4e6; } @@ -139940,6 +192392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3a3a3; } +.border-t-neutral-400\\/15 { + border-top-color: #a3a3a326; +} + .border-t-neutral-400\\/20 { border-top-color: #a3a3a333; } @@ -139952,10 +192408,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3a3a34d; } +.border-t-neutral-400\\/35 { + border-top-color: #a3a3a359; +} + .border-t-neutral-400\\/40 { border-top-color: #a3a3a366; } +.border-t-neutral-400\\/45 { + border-top-color: #a3a3a373; +} + .border-t-neutral-400\\/5 { border-top-color: #a3a3a30d; } @@ -139964,10 +192428,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3a3a380; } +.border-t-neutral-400\\/55 { + border-top-color: #a3a3a38c; +} + .border-t-neutral-400\\/60 { border-top-color: #a3a3a399; } +.border-t-neutral-400\\/65 { + border-top-color: #a3a3a3a6; +} + .border-t-neutral-400\\/70 { border-top-color: #a3a3a3b3; } @@ -139980,6 +192452,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a3a3a3cc; } +.border-t-neutral-400\\/85 { + border-top-color: #a3a3a3d9; +} + .border-t-neutral-400\\/90 { border-top-color: #a3a3a3e6; } @@ -140004,6 +192480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafa; } +.border-t-neutral-50\\/15 { + border-top-color: #fafafa26; +} + .border-t-neutral-50\\/20 { border-top-color: #fafafa33; } @@ -140016,10 +192496,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafa4d; } +.border-t-neutral-50\\/35 { + border-top-color: #fafafa59; +} + .border-t-neutral-50\\/40 { border-top-color: #fafafa66; } +.border-t-neutral-50\\/45 { + border-top-color: #fafafa73; +} + .border-t-neutral-50\\/5 { border-top-color: #fafafa0d; } @@ -140028,10 +192516,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafa80; } +.border-t-neutral-50\\/55 { + border-top-color: #fafafa8c; +} + .border-t-neutral-50\\/60 { border-top-color: #fafafa99; } +.border-t-neutral-50\\/65 { + border-top-color: #fafafaa6; +} + .border-t-neutral-50\\/70 { border-top-color: #fafafab3; } @@ -140044,6 +192540,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafacc; } +.border-t-neutral-50\\/85 { + border-top-color: #fafafad9; +} + .border-t-neutral-50\\/90 { border-top-color: #fafafae6; } @@ -140068,6 +192568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #737373; } +.border-t-neutral-500\\/15 { + border-top-color: #73737326; +} + .border-t-neutral-500\\/20 { border-top-color: #73737333; } @@ -140080,10 +192584,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7373734d; } +.border-t-neutral-500\\/35 { + border-top-color: #73737359; +} + .border-t-neutral-500\\/40 { border-top-color: #73737366; } +.border-t-neutral-500\\/45 { + border-top-color: #73737373; +} + .border-t-neutral-500\\/5 { border-top-color: #7373730d; } @@ -140092,10 +192604,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #73737380; } +.border-t-neutral-500\\/55 { + border-top-color: #7373738c; +} + .border-t-neutral-500\\/60 { border-top-color: #73737399; } +.border-t-neutral-500\\/65 { + border-top-color: #737373a6; +} + .border-t-neutral-500\\/70 { border-top-color: #737373b3; } @@ -140108,6 +192628,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #737373cc; } +.border-t-neutral-500\\/85 { + border-top-color: #737373d9; +} + .border-t-neutral-500\\/90 { border-top-color: #737373e6; } @@ -140132,6 +192656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #525252; } +.border-t-neutral-600\\/15 { + border-top-color: #52525226; +} + .border-t-neutral-600\\/20 { border-top-color: #52525233; } @@ -140144,10 +192672,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5252524d; } +.border-t-neutral-600\\/35 { + border-top-color: #52525259; +} + .border-t-neutral-600\\/40 { border-top-color: #52525266; } +.border-t-neutral-600\\/45 { + border-top-color: #52525273; +} + .border-t-neutral-600\\/5 { border-top-color: #5252520d; } @@ -140156,10 +192692,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #52525280; } +.border-t-neutral-600\\/55 { + border-top-color: #5252528c; +} + .border-t-neutral-600\\/60 { border-top-color: #52525299; } +.border-t-neutral-600\\/65 { + border-top-color: #525252a6; +} + .border-t-neutral-600\\/70 { border-top-color: #525252b3; } @@ -140172,6 +192716,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #525252cc; } +.border-t-neutral-600\\/85 { + border-top-color: #525252d9; +} + .border-t-neutral-600\\/90 { border-top-color: #525252e6; } @@ -140196,6 +192744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #404040; } +.border-t-neutral-700\\/15 { + border-top-color: #40404026; +} + .border-t-neutral-700\\/20 { border-top-color: #40404033; } @@ -140208,10 +192760,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4040404d; } +.border-t-neutral-700\\/35 { + border-top-color: #40404059; +} + .border-t-neutral-700\\/40 { border-top-color: #40404066; } +.border-t-neutral-700\\/45 { + border-top-color: #40404073; +} + .border-t-neutral-700\\/5 { border-top-color: #4040400d; } @@ -140220,10 +192780,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #40404080; } +.border-t-neutral-700\\/55 { + border-top-color: #4040408c; +} + .border-t-neutral-700\\/60 { border-top-color: #40404099; } +.border-t-neutral-700\\/65 { + border-top-color: #404040a6; +} + .border-t-neutral-700\\/70 { border-top-color: #404040b3; } @@ -140236,6 +192804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #404040cc; } +.border-t-neutral-700\\/85 { + border-top-color: #404040d9; +} + .border-t-neutral-700\\/90 { border-top-color: #404040e6; } @@ -140260,6 +192832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #262626; } +.border-t-neutral-800\\/15 { + border-top-color: #26262626; +} + .border-t-neutral-800\\/20 { border-top-color: #26262633; } @@ -140272,10 +192848,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2626264d; } +.border-t-neutral-800\\/35 { + border-top-color: #26262659; +} + .border-t-neutral-800\\/40 { border-top-color: #26262666; } +.border-t-neutral-800\\/45 { + border-top-color: #26262673; +} + .border-t-neutral-800\\/5 { border-top-color: #2626260d; } @@ -140284,10 +192868,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #26262680; } +.border-t-neutral-800\\/55 { + border-top-color: #2626268c; +} + .border-t-neutral-800\\/60 { border-top-color: #26262699; } +.border-t-neutral-800\\/65 { + border-top-color: #262626a6; +} + .border-t-neutral-800\\/70 { border-top-color: #262626b3; } @@ -140300,6 +192892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #262626cc; } +.border-t-neutral-800\\/85 { + border-top-color: #262626d9; +} + .border-t-neutral-800\\/90 { border-top-color: #262626e6; } @@ -140324,6 +192920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #171717; } +.border-t-neutral-900\\/15 { + border-top-color: #17171726; +} + .border-t-neutral-900\\/20 { border-top-color: #17171733; } @@ -140336,10 +192936,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1717174d; } +.border-t-neutral-900\\/35 { + border-top-color: #17171759; +} + .border-t-neutral-900\\/40 { border-top-color: #17171766; } +.border-t-neutral-900\\/45 { + border-top-color: #17171773; +} + .border-t-neutral-900\\/5 { border-top-color: #1717170d; } @@ -140348,10 +192956,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #17171780; } +.border-t-neutral-900\\/55 { + border-top-color: #1717178c; +} + .border-t-neutral-900\\/60 { border-top-color: #17171799; } +.border-t-neutral-900\\/65 { + border-top-color: #171717a6; +} + .border-t-neutral-900\\/70 { border-top-color: #171717b3; } @@ -140364,6 +192980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #171717cc; } +.border-t-neutral-900\\/85 { + border-top-color: #171717d9; +} + .border-t-neutral-900\\/90 { border-top-color: #171717e6; } @@ -140388,6 +193008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0a0a0a; } +.border-t-neutral-950\\/15 { + border-top-color: #0a0a0a26; +} + .border-t-neutral-950\\/20 { border-top-color: #0a0a0a33; } @@ -140400,10 +193024,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0a0a0a4d; } +.border-t-neutral-950\\/35 { + border-top-color: #0a0a0a59; +} + .border-t-neutral-950\\/40 { border-top-color: #0a0a0a66; } +.border-t-neutral-950\\/45 { + border-top-color: #0a0a0a73; +} + .border-t-neutral-950\\/5 { border-top-color: #0a0a0a0d; } @@ -140412,10 +193044,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0a0a0a80; } +.border-t-neutral-950\\/55 { + border-top-color: #0a0a0a8c; +} + .border-t-neutral-950\\/60 { border-top-color: #0a0a0a99; } +.border-t-neutral-950\\/65 { + border-top-color: #0a0a0aa6; +} + .border-t-neutral-950\\/70 { border-top-color: #0a0a0ab3; } @@ -140428,6 +193068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0a0a0acc; } +.border-t-neutral-950\\/85 { + border-top-color: #0a0a0ad9; +} + .border-t-neutral-950\\/90 { border-top-color: #0a0a0ae6; } @@ -140452,6 +193096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffedd5; } +.border-t-orange-100\\/15 { + border-top-color: #ffedd526; +} + .border-t-orange-100\\/20 { border-top-color: #ffedd533; } @@ -140464,10 +193112,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffedd54d; } +.border-t-orange-100\\/35 { + border-top-color: #ffedd559; +} + .border-t-orange-100\\/40 { border-top-color: #ffedd566; } +.border-t-orange-100\\/45 { + border-top-color: #ffedd573; +} + .border-t-orange-100\\/5 { border-top-color: #ffedd50d; } @@ -140476,10 +193132,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffedd580; } +.border-t-orange-100\\/55 { + border-top-color: #ffedd58c; +} + .border-t-orange-100\\/60 { border-top-color: #ffedd599; } +.border-t-orange-100\\/65 { + border-top-color: #ffedd5a6; +} + .border-t-orange-100\\/70 { border-top-color: #ffedd5b3; } @@ -140492,6 +193156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffedd5cc; } +.border-t-orange-100\\/85 { + border-top-color: #ffedd5d9; +} + .border-t-orange-100\\/90 { border-top-color: #ffedd5e6; } @@ -140516,6 +193184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fed7aa; } +.border-t-orange-200\\/15 { + border-top-color: #fed7aa26; +} + .border-t-orange-200\\/20 { border-top-color: #fed7aa33; } @@ -140528,10 +193200,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fed7aa4d; } +.border-t-orange-200\\/35 { + border-top-color: #fed7aa59; +} + .border-t-orange-200\\/40 { border-top-color: #fed7aa66; } +.border-t-orange-200\\/45 { + border-top-color: #fed7aa73; +} + .border-t-orange-200\\/5 { border-top-color: #fed7aa0d; } @@ -140540,10 +193220,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fed7aa80; } +.border-t-orange-200\\/55 { + border-top-color: #fed7aa8c; +} + .border-t-orange-200\\/60 { border-top-color: #fed7aa99; } +.border-t-orange-200\\/65 { + border-top-color: #fed7aaa6; +} + .border-t-orange-200\\/70 { border-top-color: #fed7aab3; } @@ -140556,6 +193244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fed7aacc; } +.border-t-orange-200\\/85 { + border-top-color: #fed7aad9; +} + .border-t-orange-200\\/90 { border-top-color: #fed7aae6; } @@ -140580,6 +193272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdba74; } +.border-t-orange-300\\/15 { + border-top-color: #fdba7426; +} + .border-t-orange-300\\/20 { border-top-color: #fdba7433; } @@ -140592,10 +193288,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdba744d; } +.border-t-orange-300\\/35 { + border-top-color: #fdba7459; +} + .border-t-orange-300\\/40 { border-top-color: #fdba7466; } +.border-t-orange-300\\/45 { + border-top-color: #fdba7473; +} + .border-t-orange-300\\/5 { border-top-color: #fdba740d; } @@ -140604,10 +193308,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdba7480; } +.border-t-orange-300\\/55 { + border-top-color: #fdba748c; +} + .border-t-orange-300\\/60 { border-top-color: #fdba7499; } +.border-t-orange-300\\/65 { + border-top-color: #fdba74a6; +} + .border-t-orange-300\\/70 { border-top-color: #fdba74b3; } @@ -140620,6 +193332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdba74cc; } +.border-t-orange-300\\/85 { + border-top-color: #fdba74d9; +} + .border-t-orange-300\\/90 { border-top-color: #fdba74e6; } @@ -140644,6 +193360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb923c; } +.border-t-orange-400\\/15 { + border-top-color: #fb923c26; +} + .border-t-orange-400\\/20 { border-top-color: #fb923c33; } @@ -140656,10 +193376,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb923c4d; } +.border-t-orange-400\\/35 { + border-top-color: #fb923c59; +} + .border-t-orange-400\\/40 { border-top-color: #fb923c66; } +.border-t-orange-400\\/45 { + border-top-color: #fb923c73; +} + .border-t-orange-400\\/5 { border-top-color: #fb923c0d; } @@ -140668,10 +193396,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb923c80; } +.border-t-orange-400\\/55 { + border-top-color: #fb923c8c; +} + .border-t-orange-400\\/60 { border-top-color: #fb923c99; } +.border-t-orange-400\\/65 { + border-top-color: #fb923ca6; +} + .border-t-orange-400\\/70 { border-top-color: #fb923cb3; } @@ -140684,6 +193420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb923ccc; } +.border-t-orange-400\\/85 { + border-top-color: #fb923cd9; +} + .border-t-orange-400\\/90 { border-top-color: #fb923ce6; } @@ -140708,6 +193448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff7ed; } +.border-t-orange-50\\/15 { + border-top-color: #fff7ed26; +} + .border-t-orange-50\\/20 { border-top-color: #fff7ed33; } @@ -140720,10 +193464,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff7ed4d; } +.border-t-orange-50\\/35 { + border-top-color: #fff7ed59; +} + .border-t-orange-50\\/40 { border-top-color: #fff7ed66; } +.border-t-orange-50\\/45 { + border-top-color: #fff7ed73; +} + .border-t-orange-50\\/5 { border-top-color: #fff7ed0d; } @@ -140732,10 +193484,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff7ed80; } +.border-t-orange-50\\/55 { + border-top-color: #fff7ed8c; +} + .border-t-orange-50\\/60 { border-top-color: #fff7ed99; } +.border-t-orange-50\\/65 { + border-top-color: #fff7eda6; +} + .border-t-orange-50\\/70 { border-top-color: #fff7edb3; } @@ -140748,6 +193508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff7edcc; } +.border-t-orange-50\\/85 { + border-top-color: #fff7edd9; +} + .border-t-orange-50\\/90 { border-top-color: #fff7ede6; } @@ -140772,6 +193536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f97316; } +.border-t-orange-500\\/15 { + border-top-color: #f9731626; +} + .border-t-orange-500\\/20 { border-top-color: #f9731633; } @@ -140784,10 +193552,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f973164d; } +.border-t-orange-500\\/35 { + border-top-color: #f9731659; +} + .border-t-orange-500\\/40 { border-top-color: #f9731666; } +.border-t-orange-500\\/45 { + border-top-color: #f9731673; +} + .border-t-orange-500\\/5 { border-top-color: #f973160d; } @@ -140796,10 +193572,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9731680; } +.border-t-orange-500\\/55 { + border-top-color: #f973168c; +} + .border-t-orange-500\\/60 { border-top-color: #f9731699; } +.border-t-orange-500\\/65 { + border-top-color: #f97316a6; +} + .border-t-orange-500\\/70 { border-top-color: #f97316b3; } @@ -140812,6 +193596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f97316cc; } +.border-t-orange-500\\/85 { + border-top-color: #f97316d9; +} + .border-t-orange-500\\/90 { border-top-color: #f97316e6; } @@ -140836,6 +193624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ea580c; } +.border-t-orange-600\\/15 { + border-top-color: #ea580c26; +} + .border-t-orange-600\\/20 { border-top-color: #ea580c33; } @@ -140848,10 +193640,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ea580c4d; } +.border-t-orange-600\\/35 { + border-top-color: #ea580c59; +} + .border-t-orange-600\\/40 { border-top-color: #ea580c66; } +.border-t-orange-600\\/45 { + border-top-color: #ea580c73; +} + .border-t-orange-600\\/5 { border-top-color: #ea580c0d; } @@ -140860,10 +193660,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ea580c80; } +.border-t-orange-600\\/55 { + border-top-color: #ea580c8c; +} + .border-t-orange-600\\/60 { border-top-color: #ea580c99; } +.border-t-orange-600\\/65 { + border-top-color: #ea580ca6; +} + .border-t-orange-600\\/70 { border-top-color: #ea580cb3; } @@ -140876,6 +193684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ea580ccc; } +.border-t-orange-600\\/85 { + border-top-color: #ea580cd9; +} + .border-t-orange-600\\/90 { border-top-color: #ea580ce6; } @@ -140900,6 +193712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c2410c; } +.border-t-orange-700\\/15 { + border-top-color: #c2410c26; +} + .border-t-orange-700\\/20 { border-top-color: #c2410c33; } @@ -140912,10 +193728,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c2410c4d; } +.border-t-orange-700\\/35 { + border-top-color: #c2410c59; +} + .border-t-orange-700\\/40 { border-top-color: #c2410c66; } +.border-t-orange-700\\/45 { + border-top-color: #c2410c73; +} + .border-t-orange-700\\/5 { border-top-color: #c2410c0d; } @@ -140924,10 +193748,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c2410c80; } +.border-t-orange-700\\/55 { + border-top-color: #c2410c8c; +} + .border-t-orange-700\\/60 { border-top-color: #c2410c99; } +.border-t-orange-700\\/65 { + border-top-color: #c2410ca6; +} + .border-t-orange-700\\/70 { border-top-color: #c2410cb3; } @@ -140940,6 +193772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c2410ccc; } +.border-t-orange-700\\/85 { + border-top-color: #c2410cd9; +} + .border-t-orange-700\\/90 { border-top-color: #c2410ce6; } @@ -140964,6 +193800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9a3412; } +.border-t-orange-800\\/15 { + border-top-color: #9a341226; +} + .border-t-orange-800\\/20 { border-top-color: #9a341233; } @@ -140976,10 +193816,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9a34124d; } +.border-t-orange-800\\/35 { + border-top-color: #9a341259; +} + .border-t-orange-800\\/40 { border-top-color: #9a341266; } +.border-t-orange-800\\/45 { + border-top-color: #9a341273; +} + .border-t-orange-800\\/5 { border-top-color: #9a34120d; } @@ -140988,10 +193836,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9a341280; } +.border-t-orange-800\\/55 { + border-top-color: #9a34128c; +} + .border-t-orange-800\\/60 { border-top-color: #9a341299; } +.border-t-orange-800\\/65 { + border-top-color: #9a3412a6; +} + .border-t-orange-800\\/70 { border-top-color: #9a3412b3; } @@ -141004,6 +193860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9a3412cc; } +.border-t-orange-800\\/85 { + border-top-color: #9a3412d9; +} + .border-t-orange-800\\/90 { border-top-color: #9a3412e6; } @@ -141028,6 +193888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c2d12; } +.border-t-orange-900\\/15 { + border-top-color: #7c2d1226; +} + .border-t-orange-900\\/20 { border-top-color: #7c2d1233; } @@ -141040,10 +193904,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c2d124d; } +.border-t-orange-900\\/35 { + border-top-color: #7c2d1259; +} + .border-t-orange-900\\/40 { border-top-color: #7c2d1266; } +.border-t-orange-900\\/45 { + border-top-color: #7c2d1273; +} + .border-t-orange-900\\/5 { border-top-color: #7c2d120d; } @@ -141052,10 +193924,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c2d1280; } +.border-t-orange-900\\/55 { + border-top-color: #7c2d128c; +} + .border-t-orange-900\\/60 { border-top-color: #7c2d1299; } +.border-t-orange-900\\/65 { + border-top-color: #7c2d12a6; +} + .border-t-orange-900\\/70 { border-top-color: #7c2d12b3; } @@ -141068,6 +193948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c2d12cc; } +.border-t-orange-900\\/85 { + border-top-color: #7c2d12d9; +} + .border-t-orange-900\\/90 { border-top-color: #7c2d12e6; } @@ -141092,6 +193976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #431407; } +.border-t-orange-950\\/15 { + border-top-color: #43140726; +} + .border-t-orange-950\\/20 { border-top-color: #43140733; } @@ -141104,10 +193992,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4314074d; } +.border-t-orange-950\\/35 { + border-top-color: #43140759; +} + .border-t-orange-950\\/40 { border-top-color: #43140766; } +.border-t-orange-950\\/45 { + border-top-color: #43140773; +} + .border-t-orange-950\\/5 { border-top-color: #4314070d; } @@ -141116,10 +194012,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #43140780; } +.border-t-orange-950\\/55 { + border-top-color: #4314078c; +} + .border-t-orange-950\\/60 { border-top-color: #43140799; } +.border-t-orange-950\\/65 { + border-top-color: #431407a6; +} + .border-t-orange-950\\/70 { border-top-color: #431407b3; } @@ -141132,6 +194036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #431407cc; } +.border-t-orange-950\\/85 { + border-top-color: #431407d9; +} + .border-t-orange-950\\/90 { border-top-color: #431407e6; } @@ -141156,6 +194064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fce7f3; } +.border-t-pink-100\\/15 { + border-top-color: #fce7f326; +} + .border-t-pink-100\\/20 { border-top-color: #fce7f333; } @@ -141168,10 +194080,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fce7f34d; } +.border-t-pink-100\\/35 { + border-top-color: #fce7f359; +} + .border-t-pink-100\\/40 { border-top-color: #fce7f366; } +.border-t-pink-100\\/45 { + border-top-color: #fce7f373; +} + .border-t-pink-100\\/5 { border-top-color: #fce7f30d; } @@ -141180,10 +194100,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fce7f380; } +.border-t-pink-100\\/55 { + border-top-color: #fce7f38c; +} + .border-t-pink-100\\/60 { border-top-color: #fce7f399; } +.border-t-pink-100\\/65 { + border-top-color: #fce7f3a6; +} + .border-t-pink-100\\/70 { border-top-color: #fce7f3b3; } @@ -141196,6 +194124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fce7f3cc; } +.border-t-pink-100\\/85 { + border-top-color: #fce7f3d9; +} + .border-t-pink-100\\/90 { border-top-color: #fce7f3e6; } @@ -141220,6 +194152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbcfe8; } +.border-t-pink-200\\/15 { + border-top-color: #fbcfe826; +} + .border-t-pink-200\\/20 { border-top-color: #fbcfe833; } @@ -141232,10 +194168,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbcfe84d; } +.border-t-pink-200\\/35 { + border-top-color: #fbcfe859; +} + .border-t-pink-200\\/40 { border-top-color: #fbcfe866; } +.border-t-pink-200\\/45 { + border-top-color: #fbcfe873; +} + .border-t-pink-200\\/5 { border-top-color: #fbcfe80d; } @@ -141244,10 +194188,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbcfe880; } +.border-t-pink-200\\/55 { + border-top-color: #fbcfe88c; +} + .border-t-pink-200\\/60 { border-top-color: #fbcfe899; } +.border-t-pink-200\\/65 { + border-top-color: #fbcfe8a6; +} + .border-t-pink-200\\/70 { border-top-color: #fbcfe8b3; } @@ -141260,6 +194212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fbcfe8cc; } +.border-t-pink-200\\/85 { + border-top-color: #fbcfe8d9; +} + .border-t-pink-200\\/90 { border-top-color: #fbcfe8e6; } @@ -141284,6 +194240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9a8d4; } +.border-t-pink-300\\/15 { + border-top-color: #f9a8d426; +} + .border-t-pink-300\\/20 { border-top-color: #f9a8d433; } @@ -141296,10 +194256,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9a8d44d; } +.border-t-pink-300\\/35 { + border-top-color: #f9a8d459; +} + .border-t-pink-300\\/40 { border-top-color: #f9a8d466; } +.border-t-pink-300\\/45 { + border-top-color: #f9a8d473; +} + .border-t-pink-300\\/5 { border-top-color: #f9a8d40d; } @@ -141308,10 +194276,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9a8d480; } +.border-t-pink-300\\/55 { + border-top-color: #f9a8d48c; +} + .border-t-pink-300\\/60 { border-top-color: #f9a8d499; } +.border-t-pink-300\\/65 { + border-top-color: #f9a8d4a6; +} + .border-t-pink-300\\/70 { border-top-color: #f9a8d4b3; } @@ -141324,6 +194300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f9a8d4cc; } +.border-t-pink-300\\/85 { + border-top-color: #f9a8d4d9; +} + .border-t-pink-300\\/90 { border-top-color: #f9a8d4e6; } @@ -141348,6 +194328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f472b6; } +.border-t-pink-400\\/15 { + border-top-color: #f472b626; +} + .border-t-pink-400\\/20 { border-top-color: #f472b633; } @@ -141360,10 +194344,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f472b64d; } +.border-t-pink-400\\/35 { + border-top-color: #f472b659; +} + .border-t-pink-400\\/40 { border-top-color: #f472b666; } +.border-t-pink-400\\/45 { + border-top-color: #f472b673; +} + .border-t-pink-400\\/5 { border-top-color: #f472b60d; } @@ -141372,10 +194364,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f472b680; } +.border-t-pink-400\\/55 { + border-top-color: #f472b68c; +} + .border-t-pink-400\\/60 { border-top-color: #f472b699; } +.border-t-pink-400\\/65 { + border-top-color: #f472b6a6; +} + .border-t-pink-400\\/70 { border-top-color: #f472b6b3; } @@ -141388,6 +194388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f472b6cc; } +.border-t-pink-400\\/85 { + border-top-color: #f472b6d9; +} + .border-t-pink-400\\/90 { border-top-color: #f472b6e6; } @@ -141412,6 +194416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf2f8; } +.border-t-pink-50\\/15 { + border-top-color: #fdf2f826; +} + .border-t-pink-50\\/20 { border-top-color: #fdf2f833; } @@ -141424,10 +194432,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf2f84d; } +.border-t-pink-50\\/35 { + border-top-color: #fdf2f859; +} + .border-t-pink-50\\/40 { border-top-color: #fdf2f866; } +.border-t-pink-50\\/45 { + border-top-color: #fdf2f873; +} + .border-t-pink-50\\/5 { border-top-color: #fdf2f80d; } @@ -141436,10 +194452,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf2f880; } +.border-t-pink-50\\/55 { + border-top-color: #fdf2f88c; +} + .border-t-pink-50\\/60 { border-top-color: #fdf2f899; } +.border-t-pink-50\\/65 { + border-top-color: #fdf2f8a6; +} + .border-t-pink-50\\/70 { border-top-color: #fdf2f8b3; } @@ -141452,6 +194476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fdf2f8cc; } +.border-t-pink-50\\/85 { + border-top-color: #fdf2f8d9; +} + .border-t-pink-50\\/90 { border-top-color: #fdf2f8e6; } @@ -141476,6 +194504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ec4899; } +.border-t-pink-500\\/15 { + border-top-color: #ec489926; +} + .border-t-pink-500\\/20 { border-top-color: #ec489933; } @@ -141488,10 +194520,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ec48994d; } +.border-t-pink-500\\/35 { + border-top-color: #ec489959; +} + .border-t-pink-500\\/40 { border-top-color: #ec489966; } +.border-t-pink-500\\/45 { + border-top-color: #ec489973; +} + .border-t-pink-500\\/5 { border-top-color: #ec48990d; } @@ -141500,10 +194540,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ec489980; } +.border-t-pink-500\\/55 { + border-top-color: #ec48998c; +} + .border-t-pink-500\\/60 { border-top-color: #ec489999; } +.border-t-pink-500\\/65 { + border-top-color: #ec4899a6; +} + .border-t-pink-500\\/70 { border-top-color: #ec4899b3; } @@ -141516,6 +194564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ec4899cc; } +.border-t-pink-500\\/85 { + border-top-color: #ec4899d9; +} + .border-t-pink-500\\/90 { border-top-color: #ec4899e6; } @@ -141540,6 +194592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #db2777; } +.border-t-pink-600\\/15 { + border-top-color: #db277726; +} + .border-t-pink-600\\/20 { border-top-color: #db277733; } @@ -141552,10 +194608,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #db27774d; } +.border-t-pink-600\\/35 { + border-top-color: #db277759; +} + .border-t-pink-600\\/40 { border-top-color: #db277766; } +.border-t-pink-600\\/45 { + border-top-color: #db277773; +} + .border-t-pink-600\\/5 { border-top-color: #db27770d; } @@ -141564,10 +194628,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #db277780; } +.border-t-pink-600\\/55 { + border-top-color: #db27778c; +} + .border-t-pink-600\\/60 { border-top-color: #db277799; } +.border-t-pink-600\\/65 { + border-top-color: #db2777a6; +} + .border-t-pink-600\\/70 { border-top-color: #db2777b3; } @@ -141580,6 +194652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #db2777cc; } +.border-t-pink-600\\/85 { + border-top-color: #db2777d9; +} + .border-t-pink-600\\/90 { border-top-color: #db2777e6; } @@ -141604,6 +194680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be185d; } +.border-t-pink-700\\/15 { + border-top-color: #be185d26; +} + .border-t-pink-700\\/20 { border-top-color: #be185d33; } @@ -141616,10 +194696,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be185d4d; } +.border-t-pink-700\\/35 { + border-top-color: #be185d59; +} + .border-t-pink-700\\/40 { border-top-color: #be185d66; } +.border-t-pink-700\\/45 { + border-top-color: #be185d73; +} + .border-t-pink-700\\/5 { border-top-color: #be185d0d; } @@ -141628,10 +194716,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be185d80; } +.border-t-pink-700\\/55 { + border-top-color: #be185d8c; +} + .border-t-pink-700\\/60 { border-top-color: #be185d99; } +.border-t-pink-700\\/65 { + border-top-color: #be185da6; +} + .border-t-pink-700\\/70 { border-top-color: #be185db3; } @@ -141644,6 +194740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be185dcc; } +.border-t-pink-700\\/85 { + border-top-color: #be185dd9; +} + .border-t-pink-700\\/90 { border-top-color: #be185de6; } @@ -141668,6 +194768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9d174d; } +.border-t-pink-800\\/15 { + border-top-color: #9d174d26; +} + .border-t-pink-800\\/20 { border-top-color: #9d174d33; } @@ -141680,10 +194784,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9d174d4d; } +.border-t-pink-800\\/35 { + border-top-color: #9d174d59; +} + .border-t-pink-800\\/40 { border-top-color: #9d174d66; } +.border-t-pink-800\\/45 { + border-top-color: #9d174d73; +} + .border-t-pink-800\\/5 { border-top-color: #9d174d0d; } @@ -141692,10 +194804,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9d174d80; } +.border-t-pink-800\\/55 { + border-top-color: #9d174d8c; +} + .border-t-pink-800\\/60 { border-top-color: #9d174d99; } +.border-t-pink-800\\/65 { + border-top-color: #9d174da6; +} + .border-t-pink-800\\/70 { border-top-color: #9d174db3; } @@ -141708,6 +194828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9d174dcc; } +.border-t-pink-800\\/85 { + border-top-color: #9d174dd9; +} + .border-t-pink-800\\/90 { border-top-color: #9d174de6; } @@ -141732,6 +194856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #831843; } +.border-t-pink-900\\/15 { + border-top-color: #83184326; +} + .border-t-pink-900\\/20 { border-top-color: #83184333; } @@ -141744,10 +194872,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #8318434d; } +.border-t-pink-900\\/35 { + border-top-color: #83184359; +} + .border-t-pink-900\\/40 { border-top-color: #83184366; } +.border-t-pink-900\\/45 { + border-top-color: #83184373; +} + .border-t-pink-900\\/5 { border-top-color: #8318430d; } @@ -141756,10 +194892,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #83184380; } +.border-t-pink-900\\/55 { + border-top-color: #8318438c; +} + .border-t-pink-900\\/60 { border-top-color: #83184399; } +.border-t-pink-900\\/65 { + border-top-color: #831843a6; +} + .border-t-pink-900\\/70 { border-top-color: #831843b3; } @@ -141772,6 +194916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #831843cc; } +.border-t-pink-900\\/85 { + border-top-color: #831843d9; +} + .border-t-pink-900\\/90 { border-top-color: #831843e6; } @@ -141796,6 +194944,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #500724; } +.border-t-pink-950\\/15 { + border-top-color: #50072426; +} + .border-t-pink-950\\/20 { border-top-color: #50072433; } @@ -141808,10 +194960,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5007244d; } +.border-t-pink-950\\/35 { + border-top-color: #50072459; +} + .border-t-pink-950\\/40 { border-top-color: #50072466; } +.border-t-pink-950\\/45 { + border-top-color: #50072473; +} + .border-t-pink-950\\/5 { border-top-color: #5007240d; } @@ -141820,10 +194980,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #50072480; } +.border-t-pink-950\\/55 { + border-top-color: #5007248c; +} + .border-t-pink-950\\/60 { border-top-color: #50072499; } +.border-t-pink-950\\/65 { + border-top-color: #500724a6; +} + .border-t-pink-950\\/70 { border-top-color: #500724b3; } @@ -141836,6 +195004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #500724cc; } +.border-t-pink-950\\/85 { + border-top-color: #500724d9; +} + .border-t-pink-950\\/90 { border-top-color: #500724e6; } @@ -141860,6 +195032,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3e8ff; } +.border-t-purple-100\\/15 { + border-top-color: #f3e8ff26; +} + .border-t-purple-100\\/20 { border-top-color: #f3e8ff33; } @@ -141872,10 +195048,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3e8ff4d; } +.border-t-purple-100\\/35 { + border-top-color: #f3e8ff59; +} + .border-t-purple-100\\/40 { border-top-color: #f3e8ff66; } +.border-t-purple-100\\/45 { + border-top-color: #f3e8ff73; +} + .border-t-purple-100\\/5 { border-top-color: #f3e8ff0d; } @@ -141884,10 +195068,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3e8ff80; } +.border-t-purple-100\\/55 { + border-top-color: #f3e8ff8c; +} + .border-t-purple-100\\/60 { border-top-color: #f3e8ff99; } +.border-t-purple-100\\/65 { + border-top-color: #f3e8ffa6; +} + .border-t-purple-100\\/70 { border-top-color: #f3e8ffb3; } @@ -141900,6 +195092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f3e8ffcc; } +.border-t-purple-100\\/85 { + border-top-color: #f3e8ffd9; +} + .border-t-purple-100\\/90 { border-top-color: #f3e8ffe6; } @@ -141924,6 +195120,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e9d5ff; } +.border-t-purple-200\\/15 { + border-top-color: #e9d5ff26; +} + .border-t-purple-200\\/20 { border-top-color: #e9d5ff33; } @@ -141936,10 +195136,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e9d5ff4d; } +.border-t-purple-200\\/35 { + border-top-color: #e9d5ff59; +} + .border-t-purple-200\\/40 { border-top-color: #e9d5ff66; } +.border-t-purple-200\\/45 { + border-top-color: #e9d5ff73; +} + .border-t-purple-200\\/5 { border-top-color: #e9d5ff0d; } @@ -141948,10 +195156,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e9d5ff80; } +.border-t-purple-200\\/55 { + border-top-color: #e9d5ff8c; +} + .border-t-purple-200\\/60 { border-top-color: #e9d5ff99; } +.border-t-purple-200\\/65 { + border-top-color: #e9d5ffa6; +} + .border-t-purple-200\\/70 { border-top-color: #e9d5ffb3; } @@ -141964,6 +195180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e9d5ffcc; } +.border-t-purple-200\\/85 { + border-top-color: #e9d5ffd9; +} + .border-t-purple-200\\/90 { border-top-color: #e9d5ffe6; } @@ -141988,6 +195208,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d8b4fe; } +.border-t-purple-300\\/15 { + border-top-color: #d8b4fe26; +} + .border-t-purple-300\\/20 { border-top-color: #d8b4fe33; } @@ -142000,10 +195224,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d8b4fe4d; } +.border-t-purple-300\\/35 { + border-top-color: #d8b4fe59; +} + .border-t-purple-300\\/40 { border-top-color: #d8b4fe66; } +.border-t-purple-300\\/45 { + border-top-color: #d8b4fe73; +} + .border-t-purple-300\\/5 { border-top-color: #d8b4fe0d; } @@ -142012,10 +195244,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d8b4fe80; } +.border-t-purple-300\\/55 { + border-top-color: #d8b4fe8c; +} + .border-t-purple-300\\/60 { border-top-color: #d8b4fe99; } +.border-t-purple-300\\/65 { + border-top-color: #d8b4fea6; +} + .border-t-purple-300\\/70 { border-top-color: #d8b4feb3; } @@ -142028,6 +195268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d8b4fecc; } +.border-t-purple-300\\/85 { + border-top-color: #d8b4fed9; +} + .border-t-purple-300\\/90 { border-top-color: #d8b4fee6; } @@ -142052,6 +195296,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c084fc; } +.border-t-purple-400\\/15 { + border-top-color: #c084fc26; +} + .border-t-purple-400\\/20 { border-top-color: #c084fc33; } @@ -142064,10 +195312,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c084fc4d; } +.border-t-purple-400\\/35 { + border-top-color: #c084fc59; +} + .border-t-purple-400\\/40 { border-top-color: #c084fc66; } +.border-t-purple-400\\/45 { + border-top-color: #c084fc73; +} + .border-t-purple-400\\/5 { border-top-color: #c084fc0d; } @@ -142076,10 +195332,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c084fc80; } +.border-t-purple-400\\/55 { + border-top-color: #c084fc8c; +} + .border-t-purple-400\\/60 { border-top-color: #c084fc99; } +.border-t-purple-400\\/65 { + border-top-color: #c084fca6; +} + .border-t-purple-400\\/70 { border-top-color: #c084fcb3; } @@ -142092,6 +195356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c084fccc; } +.border-t-purple-400\\/85 { + border-top-color: #c084fcd9; +} + .border-t-purple-400\\/90 { border-top-color: #c084fce6; } @@ -142116,6 +195384,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #faf5ff; } +.border-t-purple-50\\/15 { + border-top-color: #faf5ff26; +} + .border-t-purple-50\\/20 { border-top-color: #faf5ff33; } @@ -142128,10 +195400,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #faf5ff4d; } +.border-t-purple-50\\/35 { + border-top-color: #faf5ff59; +} + .border-t-purple-50\\/40 { border-top-color: #faf5ff66; } +.border-t-purple-50\\/45 { + border-top-color: #faf5ff73; +} + .border-t-purple-50\\/5 { border-top-color: #faf5ff0d; } @@ -142140,10 +195420,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #faf5ff80; } +.border-t-purple-50\\/55 { + border-top-color: #faf5ff8c; +} + .border-t-purple-50\\/60 { border-top-color: #faf5ff99; } +.border-t-purple-50\\/65 { + border-top-color: #faf5ffa6; +} + .border-t-purple-50\\/70 { border-top-color: #faf5ffb3; } @@ -142156,6 +195444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #faf5ffcc; } +.border-t-purple-50\\/85 { + border-top-color: #faf5ffd9; +} + .border-t-purple-50\\/90 { border-top-color: #faf5ffe6; } @@ -142180,6 +195472,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a855f7; } +.border-t-purple-500\\/15 { + border-top-color: #a855f726; +} + .border-t-purple-500\\/20 { border-top-color: #a855f733; } @@ -142192,10 +195488,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a855f74d; } +.border-t-purple-500\\/35 { + border-top-color: #a855f759; +} + .border-t-purple-500\\/40 { border-top-color: #a855f766; } +.border-t-purple-500\\/45 { + border-top-color: #a855f773; +} + .border-t-purple-500\\/5 { border-top-color: #a855f70d; } @@ -142204,10 +195508,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a855f780; } +.border-t-purple-500\\/55 { + border-top-color: #a855f78c; +} + .border-t-purple-500\\/60 { border-top-color: #a855f799; } +.border-t-purple-500\\/65 { + border-top-color: #a855f7a6; +} + .border-t-purple-500\\/70 { border-top-color: #a855f7b3; } @@ -142220,6 +195532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a855f7cc; } +.border-t-purple-500\\/85 { + border-top-color: #a855f7d9; +} + .border-t-purple-500\\/90 { border-top-color: #a855f7e6; } @@ -142244,6 +195560,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9333ea; } +.border-t-purple-600\\/15 { + border-top-color: #9333ea26; +} + .border-t-purple-600\\/20 { border-top-color: #9333ea33; } @@ -142256,10 +195576,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9333ea4d; } +.border-t-purple-600\\/35 { + border-top-color: #9333ea59; +} + .border-t-purple-600\\/40 { border-top-color: #9333ea66; } +.border-t-purple-600\\/45 { + border-top-color: #9333ea73; +} + .border-t-purple-600\\/5 { border-top-color: #9333ea0d; } @@ -142268,10 +195596,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9333ea80; } +.border-t-purple-600\\/55 { + border-top-color: #9333ea8c; +} + .border-t-purple-600\\/60 { border-top-color: #9333ea99; } +.border-t-purple-600\\/65 { + border-top-color: #9333eaa6; +} + .border-t-purple-600\\/70 { border-top-color: #9333eab3; } @@ -142284,6 +195620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9333eacc; } +.border-t-purple-600\\/85 { + border-top-color: #9333ead9; +} + .border-t-purple-600\\/90 { border-top-color: #9333eae6; } @@ -142308,6 +195648,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7e22ce; } +.border-t-purple-700\\/15 { + border-top-color: #7e22ce26; +} + .border-t-purple-700\\/20 { border-top-color: #7e22ce33; } @@ -142320,10 +195664,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7e22ce4d; } +.border-t-purple-700\\/35 { + border-top-color: #7e22ce59; +} + .border-t-purple-700\\/40 { border-top-color: #7e22ce66; } +.border-t-purple-700\\/45 { + border-top-color: #7e22ce73; +} + .border-t-purple-700\\/5 { border-top-color: #7e22ce0d; } @@ -142332,10 +195684,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7e22ce80; } +.border-t-purple-700\\/55 { + border-top-color: #7e22ce8c; +} + .border-t-purple-700\\/60 { border-top-color: #7e22ce99; } +.border-t-purple-700\\/65 { + border-top-color: #7e22cea6; +} + .border-t-purple-700\\/70 { border-top-color: #7e22ceb3; } @@ -142348,6 +195708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7e22cecc; } +.border-t-purple-700\\/85 { + border-top-color: #7e22ced9; +} + .border-t-purple-700\\/90 { border-top-color: #7e22cee6; } @@ -142372,6 +195736,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b21a8; } +.border-t-purple-800\\/15 { + border-top-color: #6b21a826; +} + .border-t-purple-800\\/20 { border-top-color: #6b21a833; } @@ -142384,10 +195752,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b21a84d; } +.border-t-purple-800\\/35 { + border-top-color: #6b21a859; +} + .border-t-purple-800\\/40 { border-top-color: #6b21a866; } +.border-t-purple-800\\/45 { + border-top-color: #6b21a873; +} + .border-t-purple-800\\/5 { border-top-color: #6b21a80d; } @@ -142396,10 +195772,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b21a880; } +.border-t-purple-800\\/55 { + border-top-color: #6b21a88c; +} + .border-t-purple-800\\/60 { border-top-color: #6b21a899; } +.border-t-purple-800\\/65 { + border-top-color: #6b21a8a6; +} + .border-t-purple-800\\/70 { border-top-color: #6b21a8b3; } @@ -142412,6 +195796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6b21a8cc; } +.border-t-purple-800\\/85 { + border-top-color: #6b21a8d9; +} + .border-t-purple-800\\/90 { border-top-color: #6b21a8e6; } @@ -142436,6 +195824,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #581c87; } +.border-t-purple-900\\/15 { + border-top-color: #581c8726; +} + .border-t-purple-900\\/20 { border-top-color: #581c8733; } @@ -142448,10 +195840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #581c874d; } +.border-t-purple-900\\/35 { + border-top-color: #581c8759; +} + .border-t-purple-900\\/40 { border-top-color: #581c8766; } +.border-t-purple-900\\/45 { + border-top-color: #581c8773; +} + .border-t-purple-900\\/5 { border-top-color: #581c870d; } @@ -142460,10 +195860,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #581c8780; } +.border-t-purple-900\\/55 { + border-top-color: #581c878c; +} + .border-t-purple-900\\/60 { border-top-color: #581c8799; } +.border-t-purple-900\\/65 { + border-top-color: #581c87a6; +} + .border-t-purple-900\\/70 { border-top-color: #581c87b3; } @@ -142476,6 +195884,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #581c87cc; } +.border-t-purple-900\\/85 { + border-top-color: #581c87d9; +} + .border-t-purple-900\\/90 { border-top-color: #581c87e6; } @@ -142500,6 +195912,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b0764; } +.border-t-purple-950\\/15 { + border-top-color: #3b076426; +} + .border-t-purple-950\\/20 { border-top-color: #3b076433; } @@ -142512,10 +195928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b07644d; } +.border-t-purple-950\\/35 { + border-top-color: #3b076459; +} + .border-t-purple-950\\/40 { border-top-color: #3b076466; } +.border-t-purple-950\\/45 { + border-top-color: #3b076473; +} + .border-t-purple-950\\/5 { border-top-color: #3b07640d; } @@ -142524,10 +195948,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b076480; } +.border-t-purple-950\\/55 { + border-top-color: #3b07648c; +} + .border-t-purple-950\\/60 { border-top-color: #3b076499; } +.border-t-purple-950\\/65 { + border-top-color: #3b0764a6; +} + .border-t-purple-950\\/70 { border-top-color: #3b0764b3; } @@ -142540,6 +195972,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3b0764cc; } +.border-t-purple-950\\/85 { + border-top-color: #3b0764d9; +} + .border-t-purple-950\\/90 { border-top-color: #3b0764e6; } @@ -142564,6 +196000,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fee2e2; } +.border-t-red-100\\/15 { + border-top-color: #fee2e226; +} + .border-t-red-100\\/20 { border-top-color: #fee2e233; } @@ -142576,10 +196016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fee2e24d; } +.border-t-red-100\\/35 { + border-top-color: #fee2e259; +} + .border-t-red-100\\/40 { border-top-color: #fee2e266; } +.border-t-red-100\\/45 { + border-top-color: #fee2e273; +} + .border-t-red-100\\/5 { border-top-color: #fee2e20d; } @@ -142588,10 +196036,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fee2e280; } +.border-t-red-100\\/55 { + border-top-color: #fee2e28c; +} + .border-t-red-100\\/60 { border-top-color: #fee2e299; } +.border-t-red-100\\/65 { + border-top-color: #fee2e2a6; +} + .border-t-red-100\\/70 { border-top-color: #fee2e2b3; } @@ -142604,6 +196060,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fee2e2cc; } +.border-t-red-100\\/85 { + border-top-color: #fee2e2d9; +} + .border-t-red-100\\/90 { border-top-color: #fee2e2e6; } @@ -142628,6 +196088,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecaca; } +.border-t-red-200\\/15 { + border-top-color: #fecaca26; +} + .border-t-red-200\\/20 { border-top-color: #fecaca33; } @@ -142640,10 +196104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecaca4d; } +.border-t-red-200\\/35 { + border-top-color: #fecaca59; +} + .border-t-red-200\\/40 { border-top-color: #fecaca66; } +.border-t-red-200\\/45 { + border-top-color: #fecaca73; +} + .border-t-red-200\\/5 { border-top-color: #fecaca0d; } @@ -142652,10 +196124,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecaca80; } +.border-t-red-200\\/55 { + border-top-color: #fecaca8c; +} + .border-t-red-200\\/60 { border-top-color: #fecaca99; } +.border-t-red-200\\/65 { + border-top-color: #fecacaa6; +} + .border-t-red-200\\/70 { border-top-color: #fecacab3; } @@ -142668,6 +196148,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecacacc; } +.border-t-red-200\\/85 { + border-top-color: #fecacad9; +} + .border-t-red-200\\/90 { border-top-color: #fecacae6; } @@ -142692,6 +196176,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fca5a5; } +.border-t-red-300\\/15 { + border-top-color: #fca5a526; +} + .border-t-red-300\\/20 { border-top-color: #fca5a533; } @@ -142704,10 +196192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fca5a54d; } +.border-t-red-300\\/35 { + border-top-color: #fca5a559; +} + .border-t-red-300\\/40 { border-top-color: #fca5a566; } +.border-t-red-300\\/45 { + border-top-color: #fca5a573; +} + .border-t-red-300\\/5 { border-top-color: #fca5a50d; } @@ -142716,10 +196212,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fca5a580; } +.border-t-red-300\\/55 { + border-top-color: #fca5a58c; +} + .border-t-red-300\\/60 { border-top-color: #fca5a599; } +.border-t-red-300\\/65 { + border-top-color: #fca5a5a6; +} + .border-t-red-300\\/70 { border-top-color: #fca5a5b3; } @@ -142732,6 +196236,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fca5a5cc; } +.border-t-red-300\\/85 { + border-top-color: #fca5a5d9; +} + .border-t-red-300\\/90 { border-top-color: #fca5a5e6; } @@ -142756,6 +196264,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f87171; } +.border-t-red-400\\/15 { + border-top-color: #f8717126; +} + .border-t-red-400\\/20 { border-top-color: #f8717133; } @@ -142768,10 +196280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f871714d; } +.border-t-red-400\\/35 { + border-top-color: #f8717159; +} + .border-t-red-400\\/40 { border-top-color: #f8717166; } +.border-t-red-400\\/45 { + border-top-color: #f8717173; +} + .border-t-red-400\\/5 { border-top-color: #f871710d; } @@ -142780,10 +196300,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f8717180; } +.border-t-red-400\\/55 { + border-top-color: #f871718c; +} + .border-t-red-400\\/60 { border-top-color: #f8717199; } +.border-t-red-400\\/65 { + border-top-color: #f87171a6; +} + .border-t-red-400\\/70 { border-top-color: #f87171b3; } @@ -142796,6 +196324,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f87171cc; } +.border-t-red-400\\/85 { + border-top-color: #f87171d9; +} + .border-t-red-400\\/90 { border-top-color: #f87171e6; } @@ -142820,6 +196352,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef2f2; } +.border-t-red-50\\/15 { + border-top-color: #fef2f226; +} + .border-t-red-50\\/20 { border-top-color: #fef2f233; } @@ -142832,10 +196368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef2f24d; } +.border-t-red-50\\/35 { + border-top-color: #fef2f259; +} + .border-t-red-50\\/40 { border-top-color: #fef2f266; } +.border-t-red-50\\/45 { + border-top-color: #fef2f273; +} + .border-t-red-50\\/5 { border-top-color: #fef2f20d; } @@ -142844,10 +196388,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef2f280; } +.border-t-red-50\\/55 { + border-top-color: #fef2f28c; +} + .border-t-red-50\\/60 { border-top-color: #fef2f299; } +.border-t-red-50\\/65 { + border-top-color: #fef2f2a6; +} + .border-t-red-50\\/70 { border-top-color: #fef2f2b3; } @@ -142860,6 +196412,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef2f2cc; } +.border-t-red-50\\/85 { + border-top-color: #fef2f2d9; +} + .border-t-red-50\\/90 { border-top-color: #fef2f2e6; } @@ -142884,6 +196440,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ef4444; } +.border-t-red-500\\/15 { + border-top-color: #ef444426; +} + .border-t-red-500\\/20 { border-top-color: #ef444433; } @@ -142896,10 +196456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ef44444d; } +.border-t-red-500\\/35 { + border-top-color: #ef444459; +} + .border-t-red-500\\/40 { border-top-color: #ef444466; } +.border-t-red-500\\/45 { + border-top-color: #ef444473; +} + .border-t-red-500\\/5 { border-top-color: #ef44440d; } @@ -142908,10 +196476,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ef444480; } +.border-t-red-500\\/55 { + border-top-color: #ef44448c; +} + .border-t-red-500\\/60 { border-top-color: #ef444499; } +.border-t-red-500\\/65 { + border-top-color: #ef4444a6; +} + .border-t-red-500\\/70 { border-top-color: #ef4444b3; } @@ -142924,6 +196500,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ef4444cc; } +.border-t-red-500\\/85 { + border-top-color: #ef4444d9; +} + .border-t-red-500\\/90 { border-top-color: #ef4444e6; } @@ -142948,6 +196528,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dc2626; } +.border-t-red-600\\/15 { + border-top-color: #dc262626; +} + .border-t-red-600\\/20 { border-top-color: #dc262633; } @@ -142960,10 +196544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dc26264d; } +.border-t-red-600\\/35 { + border-top-color: #dc262659; +} + .border-t-red-600\\/40 { border-top-color: #dc262666; } +.border-t-red-600\\/45 { + border-top-color: #dc262673; +} + .border-t-red-600\\/5 { border-top-color: #dc26260d; } @@ -142972,10 +196564,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dc262680; } +.border-t-red-600\\/55 { + border-top-color: #dc26268c; +} + .border-t-red-600\\/60 { border-top-color: #dc262699; } +.border-t-red-600\\/65 { + border-top-color: #dc2626a6; +} + .border-t-red-600\\/70 { border-top-color: #dc2626b3; } @@ -142988,6 +196588,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #dc2626cc; } +.border-t-red-600\\/85 { + border-top-color: #dc2626d9; +} + .border-t-red-600\\/90 { border-top-color: #dc2626e6; } @@ -143012,6 +196616,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b91c1c; } +.border-t-red-700\\/15 { + border-top-color: #b91c1c26; +} + .border-t-red-700\\/20 { border-top-color: #b91c1c33; } @@ -143024,10 +196632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b91c1c4d; } +.border-t-red-700\\/35 { + border-top-color: #b91c1c59; +} + .border-t-red-700\\/40 { border-top-color: #b91c1c66; } +.border-t-red-700\\/45 { + border-top-color: #b91c1c73; +} + .border-t-red-700\\/5 { border-top-color: #b91c1c0d; } @@ -143036,10 +196652,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b91c1c80; } +.border-t-red-700\\/55 { + border-top-color: #b91c1c8c; +} + .border-t-red-700\\/60 { border-top-color: #b91c1c99; } +.border-t-red-700\\/65 { + border-top-color: #b91c1ca6; +} + .border-t-red-700\\/70 { border-top-color: #b91c1cb3; } @@ -143052,6 +196676,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #b91c1ccc; } +.border-t-red-700\\/85 { + border-top-color: #b91c1cd9; +} + .border-t-red-700\\/90 { border-top-color: #b91c1ce6; } @@ -143076,6 +196704,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #991b1b; } +.border-t-red-800\\/15 { + border-top-color: #991b1b26; +} + .border-t-red-800\\/20 { border-top-color: #991b1b33; } @@ -143088,10 +196720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #991b1b4d; } +.border-t-red-800\\/35 { + border-top-color: #991b1b59; +} + .border-t-red-800\\/40 { border-top-color: #991b1b66; } +.border-t-red-800\\/45 { + border-top-color: #991b1b73; +} + .border-t-red-800\\/5 { border-top-color: #991b1b0d; } @@ -143100,10 +196740,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #991b1b80; } +.border-t-red-800\\/55 { + border-top-color: #991b1b8c; +} + .border-t-red-800\\/60 { border-top-color: #991b1b99; } +.border-t-red-800\\/65 { + border-top-color: #991b1ba6; +} + .border-t-red-800\\/70 { border-top-color: #991b1bb3; } @@ -143116,6 +196764,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #991b1bcc; } +.border-t-red-800\\/85 { + border-top-color: #991b1bd9; +} + .border-t-red-800\\/90 { border-top-color: #991b1be6; } @@ -143140,6 +196792,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7f1d1d; } +.border-t-red-900\\/15 { + border-top-color: #7f1d1d26; +} + .border-t-red-900\\/20 { border-top-color: #7f1d1d33; } @@ -143152,10 +196808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7f1d1d4d; } +.border-t-red-900\\/35 { + border-top-color: #7f1d1d59; +} + .border-t-red-900\\/40 { border-top-color: #7f1d1d66; } +.border-t-red-900\\/45 { + border-top-color: #7f1d1d73; +} + .border-t-red-900\\/5 { border-top-color: #7f1d1d0d; } @@ -143164,10 +196828,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7f1d1d80; } +.border-t-red-900\\/55 { + border-top-color: #7f1d1d8c; +} + .border-t-red-900\\/60 { border-top-color: #7f1d1d99; } +.border-t-red-900\\/65 { + border-top-color: #7f1d1da6; +} + .border-t-red-900\\/70 { border-top-color: #7f1d1db3; } @@ -143180,6 +196852,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7f1d1dcc; } +.border-t-red-900\\/85 { + border-top-color: #7f1d1dd9; +} + .border-t-red-900\\/90 { border-top-color: #7f1d1de6; } @@ -143204,6 +196880,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #450a0a; } +.border-t-red-950\\/15 { + border-top-color: #450a0a26; +} + .border-t-red-950\\/20 { border-top-color: #450a0a33; } @@ -143216,10 +196896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #450a0a4d; } +.border-t-red-950\\/35 { + border-top-color: #450a0a59; +} + .border-t-red-950\\/40 { border-top-color: #450a0a66; } +.border-t-red-950\\/45 { + border-top-color: #450a0a73; +} + .border-t-red-950\\/5 { border-top-color: #450a0a0d; } @@ -143228,10 +196916,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #450a0a80; } +.border-t-red-950\\/55 { + border-top-color: #450a0a8c; +} + .border-t-red-950\\/60 { border-top-color: #450a0a99; } +.border-t-red-950\\/65 { + border-top-color: #450a0aa6; +} + .border-t-red-950\\/70 { border-top-color: #450a0ab3; } @@ -143244,6 +196940,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #450a0acc; } +.border-t-red-950\\/85 { + border-top-color: #450a0ad9; +} + .border-t-red-950\\/90 { border-top-color: #450a0ae6; } @@ -143268,6 +196968,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffe4e6; } +.border-t-rose-100\\/15 { + border-top-color: #ffe4e626; +} + .border-t-rose-100\\/20 { border-top-color: #ffe4e633; } @@ -143280,10 +196984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffe4e64d; } +.border-t-rose-100\\/35 { + border-top-color: #ffe4e659; +} + .border-t-rose-100\\/40 { border-top-color: #ffe4e666; } +.border-t-rose-100\\/45 { + border-top-color: #ffe4e673; +} + .border-t-rose-100\\/5 { border-top-color: #ffe4e60d; } @@ -143292,10 +197004,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffe4e680; } +.border-t-rose-100\\/55 { + border-top-color: #ffe4e68c; +} + .border-t-rose-100\\/60 { border-top-color: #ffe4e699; } +.border-t-rose-100\\/65 { + border-top-color: #ffe4e6a6; +} + .border-t-rose-100\\/70 { border-top-color: #ffe4e6b3; } @@ -143308,6 +197028,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffe4e6cc; } +.border-t-rose-100\\/85 { + border-top-color: #ffe4e6d9; +} + .border-t-rose-100\\/90 { border-top-color: #ffe4e6e6; } @@ -143332,6 +197056,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecdd3; } +.border-t-rose-200\\/15 { + border-top-color: #fecdd326; +} + .border-t-rose-200\\/20 { border-top-color: #fecdd333; } @@ -143344,10 +197072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecdd34d; } +.border-t-rose-200\\/35 { + border-top-color: #fecdd359; +} + .border-t-rose-200\\/40 { border-top-color: #fecdd366; } +.border-t-rose-200\\/45 { + border-top-color: #fecdd373; +} + .border-t-rose-200\\/5 { border-top-color: #fecdd30d; } @@ -143356,10 +197092,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecdd380; } +.border-t-rose-200\\/55 { + border-top-color: #fecdd38c; +} + .border-t-rose-200\\/60 { border-top-color: #fecdd399; } +.border-t-rose-200\\/65 { + border-top-color: #fecdd3a6; +} + .border-t-rose-200\\/70 { border-top-color: #fecdd3b3; } @@ -143372,6 +197116,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fecdd3cc; } +.border-t-rose-200\\/85 { + border-top-color: #fecdd3d9; +} + .border-t-rose-200\\/90 { border-top-color: #fecdd3e6; } @@ -143396,6 +197144,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fda4af; } +.border-t-rose-300\\/15 { + border-top-color: #fda4af26; +} + .border-t-rose-300\\/20 { border-top-color: #fda4af33; } @@ -143408,10 +197160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fda4af4d; } +.border-t-rose-300\\/35 { + border-top-color: #fda4af59; +} + .border-t-rose-300\\/40 { border-top-color: #fda4af66; } +.border-t-rose-300\\/45 { + border-top-color: #fda4af73; +} + .border-t-rose-300\\/5 { border-top-color: #fda4af0d; } @@ -143420,10 +197180,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fda4af80; } +.border-t-rose-300\\/55 { + border-top-color: #fda4af8c; +} + .border-t-rose-300\\/60 { border-top-color: #fda4af99; } +.border-t-rose-300\\/65 { + border-top-color: #fda4afa6; +} + .border-t-rose-300\\/70 { border-top-color: #fda4afb3; } @@ -143436,6 +197204,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fda4afcc; } +.border-t-rose-300\\/85 { + border-top-color: #fda4afd9; +} + .border-t-rose-300\\/90 { border-top-color: #fda4afe6; } @@ -143460,6 +197232,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb7185; } +.border-t-rose-400\\/15 { + border-top-color: #fb718526; +} + .border-t-rose-400\\/20 { border-top-color: #fb718533; } @@ -143472,10 +197248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb71854d; } +.border-t-rose-400\\/35 { + border-top-color: #fb718559; +} + .border-t-rose-400\\/40 { border-top-color: #fb718566; } +.border-t-rose-400\\/45 { + border-top-color: #fb718573; +} + .border-t-rose-400\\/5 { border-top-color: #fb71850d; } @@ -143484,10 +197268,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb718580; } +.border-t-rose-400\\/55 { + border-top-color: #fb71858c; +} + .border-t-rose-400\\/60 { border-top-color: #fb718599; } +.border-t-rose-400\\/65 { + border-top-color: #fb7185a6; +} + .border-t-rose-400\\/70 { border-top-color: #fb7185b3; } @@ -143500,6 +197292,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fb7185cc; } +.border-t-rose-400\\/85 { + border-top-color: #fb7185d9; +} + .border-t-rose-400\\/90 { border-top-color: #fb7185e6; } @@ -143524,6 +197320,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff1f2; } +.border-t-rose-50\\/15 { + border-top-color: #fff1f226; +} + .border-t-rose-50\\/20 { border-top-color: #fff1f233; } @@ -143536,10 +197336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff1f24d; } +.border-t-rose-50\\/35 { + border-top-color: #fff1f259; +} + .border-t-rose-50\\/40 { border-top-color: #fff1f266; } +.border-t-rose-50\\/45 { + border-top-color: #fff1f273; +} + .border-t-rose-50\\/5 { border-top-color: #fff1f20d; } @@ -143548,10 +197356,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff1f280; } +.border-t-rose-50\\/55 { + border-top-color: #fff1f28c; +} + .border-t-rose-50\\/60 { border-top-color: #fff1f299; } +.border-t-rose-50\\/65 { + border-top-color: #fff1f2a6; +} + .border-t-rose-50\\/70 { border-top-color: #fff1f2b3; } @@ -143564,6 +197380,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff1f2cc; } +.border-t-rose-50\\/85 { + border-top-color: #fff1f2d9; +} + .border-t-rose-50\\/90 { border-top-color: #fff1f2e6; } @@ -143588,6 +197408,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f43f5e; } +.border-t-rose-500\\/15 { + border-top-color: #f43f5e26; +} + .border-t-rose-500\\/20 { border-top-color: #f43f5e33; } @@ -143600,10 +197424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f43f5e4d; } +.border-t-rose-500\\/35 { + border-top-color: #f43f5e59; +} + .border-t-rose-500\\/40 { border-top-color: #f43f5e66; } +.border-t-rose-500\\/45 { + border-top-color: #f43f5e73; +} + .border-t-rose-500\\/5 { border-top-color: #f43f5e0d; } @@ -143612,10 +197444,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f43f5e80; } +.border-t-rose-500\\/55 { + border-top-color: #f43f5e8c; +} + .border-t-rose-500\\/60 { border-top-color: #f43f5e99; } +.border-t-rose-500\\/65 { + border-top-color: #f43f5ea6; +} + .border-t-rose-500\\/70 { border-top-color: #f43f5eb3; } @@ -143628,6 +197468,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f43f5ecc; } +.border-t-rose-500\\/85 { + border-top-color: #f43f5ed9; +} + .border-t-rose-500\\/90 { border-top-color: #f43f5ee6; } @@ -143652,6 +197496,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e11d48; } +.border-t-rose-600\\/15 { + border-top-color: #e11d4826; +} + .border-t-rose-600\\/20 { border-top-color: #e11d4833; } @@ -143664,10 +197512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e11d484d; } +.border-t-rose-600\\/35 { + border-top-color: #e11d4859; +} + .border-t-rose-600\\/40 { border-top-color: #e11d4866; } +.border-t-rose-600\\/45 { + border-top-color: #e11d4873; +} + .border-t-rose-600\\/5 { border-top-color: #e11d480d; } @@ -143676,10 +197532,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e11d4880; } +.border-t-rose-600\\/55 { + border-top-color: #e11d488c; +} + .border-t-rose-600\\/60 { border-top-color: #e11d4899; } +.border-t-rose-600\\/65 { + border-top-color: #e11d48a6; +} + .border-t-rose-600\\/70 { border-top-color: #e11d48b3; } @@ -143692,6 +197556,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e11d48cc; } +.border-t-rose-600\\/85 { + border-top-color: #e11d48d9; +} + .border-t-rose-600\\/90 { border-top-color: #e11d48e6; } @@ -143716,6 +197584,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be123c; } +.border-t-rose-700\\/15 { + border-top-color: #be123c26; +} + .border-t-rose-700\\/20 { border-top-color: #be123c33; } @@ -143728,10 +197600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be123c4d; } +.border-t-rose-700\\/35 { + border-top-color: #be123c59; +} + .border-t-rose-700\\/40 { border-top-color: #be123c66; } +.border-t-rose-700\\/45 { + border-top-color: #be123c73; +} + .border-t-rose-700\\/5 { border-top-color: #be123c0d; } @@ -143740,10 +197620,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be123c80; } +.border-t-rose-700\\/55 { + border-top-color: #be123c8c; +} + .border-t-rose-700\\/60 { border-top-color: #be123c99; } +.border-t-rose-700\\/65 { + border-top-color: #be123ca6; +} + .border-t-rose-700\\/70 { border-top-color: #be123cb3; } @@ -143756,6 +197644,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #be123ccc; } +.border-t-rose-700\\/85 { + border-top-color: #be123cd9; +} + .border-t-rose-700\\/90 { border-top-color: #be123ce6; } @@ -143780,6 +197672,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9f1239; } +.border-t-rose-800\\/15 { + border-top-color: #9f123926; +} + .border-t-rose-800\\/20 { border-top-color: #9f123933; } @@ -143792,10 +197688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9f12394d; } +.border-t-rose-800\\/35 { + border-top-color: #9f123959; +} + .border-t-rose-800\\/40 { border-top-color: #9f123966; } +.border-t-rose-800\\/45 { + border-top-color: #9f123973; +} + .border-t-rose-800\\/5 { border-top-color: #9f12390d; } @@ -143804,10 +197708,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9f123980; } +.border-t-rose-800\\/55 { + border-top-color: #9f12398c; +} + .border-t-rose-800\\/60 { border-top-color: #9f123999; } +.border-t-rose-800\\/65 { + border-top-color: #9f1239a6; +} + .border-t-rose-800\\/70 { border-top-color: #9f1239b3; } @@ -143820,6 +197732,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #9f1239cc; } +.border-t-rose-800\\/85 { + border-top-color: #9f1239d9; +} + .border-t-rose-800\\/90 { border-top-color: #9f1239e6; } @@ -143844,6 +197760,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #881337; } +.border-t-rose-900\\/15 { + border-top-color: #88133726; +} + .border-t-rose-900\\/20 { border-top-color: #88133733; } @@ -143856,10 +197776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #8813374d; } +.border-t-rose-900\\/35 { + border-top-color: #88133759; +} + .border-t-rose-900\\/40 { border-top-color: #88133766; } +.border-t-rose-900\\/45 { + border-top-color: #88133773; +} + .border-t-rose-900\\/5 { border-top-color: #8813370d; } @@ -143868,10 +197796,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #88133780; } +.border-t-rose-900\\/55 { + border-top-color: #8813378c; +} + .border-t-rose-900\\/60 { border-top-color: #88133799; } +.border-t-rose-900\\/65 { + border-top-color: #881337a6; +} + .border-t-rose-900\\/70 { border-top-color: #881337b3; } @@ -143884,6 +197820,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #881337cc; } +.border-t-rose-900\\/85 { + border-top-color: #881337d9; +} + .border-t-rose-900\\/90 { border-top-color: #881337e6; } @@ -143908,6 +197848,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c0519; } +.border-t-rose-950\\/15 { + border-top-color: #4c051926; +} + .border-t-rose-950\\/20 { border-top-color: #4c051933; } @@ -143920,10 +197864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c05194d; } +.border-t-rose-950\\/35 { + border-top-color: #4c051959; +} + .border-t-rose-950\\/40 { border-top-color: #4c051966; } +.border-t-rose-950\\/45 { + border-top-color: #4c051973; +} + .border-t-rose-950\\/5 { border-top-color: #4c05190d; } @@ -143932,10 +197884,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c051980; } +.border-t-rose-950\\/55 { + border-top-color: #4c05198c; +} + .border-t-rose-950\\/60 { border-top-color: #4c051999; } +.border-t-rose-950\\/65 { + border-top-color: #4c0519a6; +} + .border-t-rose-950\\/70 { border-top-color: #4c0519b3; } @@ -143948,6 +197908,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c0519cc; } +.border-t-rose-950\\/85 { + border-top-color: #4c0519d9; +} + .border-t-rose-950\\/90 { border-top-color: #4c0519e6; } @@ -143972,6 +197936,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0f2fe; } +.border-t-sky-100\\/15 { + border-top-color: #e0f2fe26; +} + .border-t-sky-100\\/20 { border-top-color: #e0f2fe33; } @@ -143984,10 +197952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0f2fe4d; } +.border-t-sky-100\\/35 { + border-top-color: #e0f2fe59; +} + .border-t-sky-100\\/40 { border-top-color: #e0f2fe66; } +.border-t-sky-100\\/45 { + border-top-color: #e0f2fe73; +} + .border-t-sky-100\\/5 { border-top-color: #e0f2fe0d; } @@ -143996,10 +197972,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0f2fe80; } +.border-t-sky-100\\/55 { + border-top-color: #e0f2fe8c; +} + .border-t-sky-100\\/60 { border-top-color: #e0f2fe99; } +.border-t-sky-100\\/65 { + border-top-color: #e0f2fea6; +} + .border-t-sky-100\\/70 { border-top-color: #e0f2feb3; } @@ -144012,6 +197996,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e0f2fecc; } +.border-t-sky-100\\/85 { + border-top-color: #e0f2fed9; +} + .border-t-sky-100\\/90 { border-top-color: #e0f2fee6; } @@ -144036,6 +198024,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bae6fd; } +.border-t-sky-200\\/15 { + border-top-color: #bae6fd26; +} + .border-t-sky-200\\/20 { border-top-color: #bae6fd33; } @@ -144048,10 +198040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bae6fd4d; } +.border-t-sky-200\\/35 { + border-top-color: #bae6fd59; +} + .border-t-sky-200\\/40 { border-top-color: #bae6fd66; } +.border-t-sky-200\\/45 { + border-top-color: #bae6fd73; +} + .border-t-sky-200\\/5 { border-top-color: #bae6fd0d; } @@ -144060,10 +198060,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bae6fd80; } +.border-t-sky-200\\/55 { + border-top-color: #bae6fd8c; +} + .border-t-sky-200\\/60 { border-top-color: #bae6fd99; } +.border-t-sky-200\\/65 { + border-top-color: #bae6fda6; +} + .border-t-sky-200\\/70 { border-top-color: #bae6fdb3; } @@ -144076,6 +198084,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #bae6fdcc; } +.border-t-sky-200\\/85 { + border-top-color: #bae6fdd9; +} + .border-t-sky-200\\/90 { border-top-color: #bae6fde6; } @@ -144100,6 +198112,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7dd3fc; } +.border-t-sky-300\\/15 { + border-top-color: #7dd3fc26; +} + .border-t-sky-300\\/20 { border-top-color: #7dd3fc33; } @@ -144112,10 +198128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7dd3fc4d; } +.border-t-sky-300\\/35 { + border-top-color: #7dd3fc59; +} + .border-t-sky-300\\/40 { border-top-color: #7dd3fc66; } +.border-t-sky-300\\/45 { + border-top-color: #7dd3fc73; +} + .border-t-sky-300\\/5 { border-top-color: #7dd3fc0d; } @@ -144124,10 +198148,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7dd3fc80; } +.border-t-sky-300\\/55 { + border-top-color: #7dd3fc8c; +} + .border-t-sky-300\\/60 { border-top-color: #7dd3fc99; } +.border-t-sky-300\\/65 { + border-top-color: #7dd3fca6; +} + .border-t-sky-300\\/70 { border-top-color: #7dd3fcb3; } @@ -144140,6 +198172,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7dd3fccc; } +.border-t-sky-300\\/85 { + border-top-color: #7dd3fcd9; +} + .border-t-sky-300\\/90 { border-top-color: #7dd3fce6; } @@ -144164,6 +198200,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #38bdf8; } +.border-t-sky-400\\/15 { + border-top-color: #38bdf826; +} + .border-t-sky-400\\/20 { border-top-color: #38bdf833; } @@ -144176,10 +198216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #38bdf84d; } +.border-t-sky-400\\/35 { + border-top-color: #38bdf859; +} + .border-t-sky-400\\/40 { border-top-color: #38bdf866; } +.border-t-sky-400\\/45 { + border-top-color: #38bdf873; +} + .border-t-sky-400\\/5 { border-top-color: #38bdf80d; } @@ -144188,10 +198236,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #38bdf880; } +.border-t-sky-400\\/55 { + border-top-color: #38bdf88c; +} + .border-t-sky-400\\/60 { border-top-color: #38bdf899; } +.border-t-sky-400\\/65 { + border-top-color: #38bdf8a6; +} + .border-t-sky-400\\/70 { border-top-color: #38bdf8b3; } @@ -144204,6 +198260,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #38bdf8cc; } +.border-t-sky-400\\/85 { + border-top-color: #38bdf8d9; +} + .border-t-sky-400\\/90 { border-top-color: #38bdf8e6; } @@ -144228,6 +198288,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0f9ff; } +.border-t-sky-50\\/15 { + border-top-color: #f0f9ff26; +} + .border-t-sky-50\\/20 { border-top-color: #f0f9ff33; } @@ -144240,10 +198304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0f9ff4d; } +.border-t-sky-50\\/35 { + border-top-color: #f0f9ff59; +} + .border-t-sky-50\\/40 { border-top-color: #f0f9ff66; } +.border-t-sky-50\\/45 { + border-top-color: #f0f9ff73; +} + .border-t-sky-50\\/5 { border-top-color: #f0f9ff0d; } @@ -144252,10 +198324,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0f9ff80; } +.border-t-sky-50\\/55 { + border-top-color: #f0f9ff8c; +} + .border-t-sky-50\\/60 { border-top-color: #f0f9ff99; } +.border-t-sky-50\\/65 { + border-top-color: #f0f9ffa6; +} + .border-t-sky-50\\/70 { border-top-color: #f0f9ffb3; } @@ -144268,6 +198348,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0f9ffcc; } +.border-t-sky-50\\/85 { + border-top-color: #f0f9ffd9; +} + .border-t-sky-50\\/90 { border-top-color: #f0f9ffe6; } @@ -144292,6 +198376,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0ea5e9; } +.border-t-sky-500\\/15 { + border-top-color: #0ea5e926; +} + .border-t-sky-500\\/20 { border-top-color: #0ea5e933; } @@ -144304,10 +198392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0ea5e94d; } +.border-t-sky-500\\/35 { + border-top-color: #0ea5e959; +} + .border-t-sky-500\\/40 { border-top-color: #0ea5e966; } +.border-t-sky-500\\/45 { + border-top-color: #0ea5e973; +} + .border-t-sky-500\\/5 { border-top-color: #0ea5e90d; } @@ -144316,10 +198412,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0ea5e980; } +.border-t-sky-500\\/55 { + border-top-color: #0ea5e98c; +} + .border-t-sky-500\\/60 { border-top-color: #0ea5e999; } +.border-t-sky-500\\/65 { + border-top-color: #0ea5e9a6; +} + .border-t-sky-500\\/70 { border-top-color: #0ea5e9b3; } @@ -144332,6 +198436,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0ea5e9cc; } +.border-t-sky-500\\/85 { + border-top-color: #0ea5e9d9; +} + .border-t-sky-500\\/90 { border-top-color: #0ea5e9e6; } @@ -144356,6 +198464,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0284c7; } +.border-t-sky-600\\/15 { + border-top-color: #0284c726; +} + .border-t-sky-600\\/20 { border-top-color: #0284c733; } @@ -144368,10 +198480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0284c74d; } +.border-t-sky-600\\/35 { + border-top-color: #0284c759; +} + .border-t-sky-600\\/40 { border-top-color: #0284c766; } +.border-t-sky-600\\/45 { + border-top-color: #0284c773; +} + .border-t-sky-600\\/5 { border-top-color: #0284c70d; } @@ -144380,10 +198500,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0284c780; } +.border-t-sky-600\\/55 { + border-top-color: #0284c78c; +} + .border-t-sky-600\\/60 { border-top-color: #0284c799; } +.border-t-sky-600\\/65 { + border-top-color: #0284c7a6; +} + .border-t-sky-600\\/70 { border-top-color: #0284c7b3; } @@ -144396,6 +198524,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0284c7cc; } +.border-t-sky-600\\/85 { + border-top-color: #0284c7d9; +} + .border-t-sky-600\\/90 { border-top-color: #0284c7e6; } @@ -144420,6 +198552,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0369a1; } +.border-t-sky-700\\/15 { + border-top-color: #0369a126; +} + .border-t-sky-700\\/20 { border-top-color: #0369a133; } @@ -144432,10 +198568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0369a14d; } +.border-t-sky-700\\/35 { + border-top-color: #0369a159; +} + .border-t-sky-700\\/40 { border-top-color: #0369a166; } +.border-t-sky-700\\/45 { + border-top-color: #0369a173; +} + .border-t-sky-700\\/5 { border-top-color: #0369a10d; } @@ -144444,10 +198588,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0369a180; } +.border-t-sky-700\\/55 { + border-top-color: #0369a18c; +} + .border-t-sky-700\\/60 { border-top-color: #0369a199; } +.border-t-sky-700\\/65 { + border-top-color: #0369a1a6; +} + .border-t-sky-700\\/70 { border-top-color: #0369a1b3; } @@ -144460,6 +198612,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0369a1cc; } +.border-t-sky-700\\/85 { + border-top-color: #0369a1d9; +} + .border-t-sky-700\\/90 { border-top-color: #0369a1e6; } @@ -144484,6 +198640,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #075985; } +.border-t-sky-800\\/15 { + border-top-color: #07598526; +} + .border-t-sky-800\\/20 { border-top-color: #07598533; } @@ -144496,10 +198656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0759854d; } +.border-t-sky-800\\/35 { + border-top-color: #07598559; +} + .border-t-sky-800\\/40 { border-top-color: #07598566; } +.border-t-sky-800\\/45 { + border-top-color: #07598573; +} + .border-t-sky-800\\/5 { border-top-color: #0759850d; } @@ -144508,10 +198676,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #07598580; } +.border-t-sky-800\\/55 { + border-top-color: #0759858c; +} + .border-t-sky-800\\/60 { border-top-color: #07598599; } +.border-t-sky-800\\/65 { + border-top-color: #075985a6; +} + .border-t-sky-800\\/70 { border-top-color: #075985b3; } @@ -144524,6 +198700,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #075985cc; } +.border-t-sky-800\\/85 { + border-top-color: #075985d9; +} + .border-t-sky-800\\/90 { border-top-color: #075985e6; } @@ -144548,6 +198728,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c4a6e; } +.border-t-sky-900\\/15 { + border-top-color: #0c4a6e26; +} + .border-t-sky-900\\/20 { border-top-color: #0c4a6e33; } @@ -144560,10 +198744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c4a6e4d; } +.border-t-sky-900\\/35 { + border-top-color: #0c4a6e59; +} + .border-t-sky-900\\/40 { border-top-color: #0c4a6e66; } +.border-t-sky-900\\/45 { + border-top-color: #0c4a6e73; +} + .border-t-sky-900\\/5 { border-top-color: #0c4a6e0d; } @@ -144572,10 +198764,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c4a6e80; } +.border-t-sky-900\\/55 { + border-top-color: #0c4a6e8c; +} + .border-t-sky-900\\/60 { border-top-color: #0c4a6e99; } +.border-t-sky-900\\/65 { + border-top-color: #0c4a6ea6; +} + .border-t-sky-900\\/70 { border-top-color: #0c4a6eb3; } @@ -144588,6 +198788,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c4a6ecc; } +.border-t-sky-900\\/85 { + border-top-color: #0c4a6ed9; +} + .border-t-sky-900\\/90 { border-top-color: #0c4a6ee6; } @@ -144612,6 +198816,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #082f49; } +.border-t-sky-950\\/15 { + border-top-color: #082f4926; +} + .border-t-sky-950\\/20 { border-top-color: #082f4933; } @@ -144624,10 +198832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #082f494d; } +.border-t-sky-950\\/35 { + border-top-color: #082f4959; +} + .border-t-sky-950\\/40 { border-top-color: #082f4966; } +.border-t-sky-950\\/45 { + border-top-color: #082f4973; +} + .border-t-sky-950\\/5 { border-top-color: #082f490d; } @@ -144636,10 +198852,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #082f4980; } +.border-t-sky-950\\/55 { + border-top-color: #082f498c; +} + .border-t-sky-950\\/60 { border-top-color: #082f4999; } +.border-t-sky-950\\/65 { + border-top-color: #082f49a6; +} + .border-t-sky-950\\/70 { border-top-color: #082f49b3; } @@ -144652,6 +198876,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #082f49cc; } +.border-t-sky-950\\/85 { + border-top-color: #082f49d9; +} + .border-t-sky-950\\/90 { border-top-color: #082f49e6; } @@ -144676,6 +198904,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f1f5f9; } +.border-t-slate-100\\/15 { + border-top-color: #f1f5f926; +} + .border-t-slate-100\\/20 { border-top-color: #f1f5f933; } @@ -144688,10 +198920,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f1f5f94d; } +.border-t-slate-100\\/35 { + border-top-color: #f1f5f959; +} + .border-t-slate-100\\/40 { border-top-color: #f1f5f966; } +.border-t-slate-100\\/45 { + border-top-color: #f1f5f973; +} + .border-t-slate-100\\/5 { border-top-color: #f1f5f90d; } @@ -144700,10 +198940,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f1f5f980; } +.border-t-slate-100\\/55 { + border-top-color: #f1f5f98c; +} + .border-t-slate-100\\/60 { border-top-color: #f1f5f999; } +.border-t-slate-100\\/65 { + border-top-color: #f1f5f9a6; +} + .border-t-slate-100\\/70 { border-top-color: #f1f5f9b3; } @@ -144716,6 +198964,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f1f5f9cc; } +.border-t-slate-100\\/85 { + border-top-color: #f1f5f9d9; +} + .border-t-slate-100\\/90 { border-top-color: #f1f5f9e6; } @@ -144740,6 +198992,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e2e8f0; } +.border-t-slate-200\\/15 { + border-top-color: #e2e8f026; +} + .border-t-slate-200\\/20 { border-top-color: #e2e8f033; } @@ -144752,10 +199008,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e2e8f04d; } +.border-t-slate-200\\/35 { + border-top-color: #e2e8f059; +} + .border-t-slate-200\\/40 { border-top-color: #e2e8f066; } +.border-t-slate-200\\/45 { + border-top-color: #e2e8f073; +} + .border-t-slate-200\\/5 { border-top-color: #e2e8f00d; } @@ -144764,10 +199028,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e2e8f080; } +.border-t-slate-200\\/55 { + border-top-color: #e2e8f08c; +} + .border-t-slate-200\\/60 { border-top-color: #e2e8f099; } +.border-t-slate-200\\/65 { + border-top-color: #e2e8f0a6; +} + .border-t-slate-200\\/70 { border-top-color: #e2e8f0b3; } @@ -144780,6 +199052,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e2e8f0cc; } +.border-t-slate-200\\/85 { + border-top-color: #e2e8f0d9; +} + .border-t-slate-200\\/90 { border-top-color: #e2e8f0e6; } @@ -144804,6 +199080,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cbd5e1; } +.border-t-slate-300\\/15 { + border-top-color: #cbd5e126; +} + .border-t-slate-300\\/20 { border-top-color: #cbd5e133; } @@ -144816,10 +199096,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cbd5e14d; } +.border-t-slate-300\\/35 { + border-top-color: #cbd5e159; +} + .border-t-slate-300\\/40 { border-top-color: #cbd5e166; } +.border-t-slate-300\\/45 { + border-top-color: #cbd5e173; +} + .border-t-slate-300\\/5 { border-top-color: #cbd5e10d; } @@ -144828,10 +199116,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cbd5e180; } +.border-t-slate-300\\/55 { + border-top-color: #cbd5e18c; +} + .border-t-slate-300\\/60 { border-top-color: #cbd5e199; } +.border-t-slate-300\\/65 { + border-top-color: #cbd5e1a6; +} + .border-t-slate-300\\/70 { border-top-color: #cbd5e1b3; } @@ -144844,6 +199140,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #cbd5e1cc; } +.border-t-slate-300\\/85 { + border-top-color: #cbd5e1d9; +} + .border-t-slate-300\\/90 { border-top-color: #cbd5e1e6; } @@ -144868,6 +199168,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #94a3b8; } +.border-t-slate-400\\/15 { + border-top-color: #94a3b826; +} + .border-t-slate-400\\/20 { border-top-color: #94a3b833; } @@ -144880,10 +199184,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #94a3b84d; } +.border-t-slate-400\\/35 { + border-top-color: #94a3b859; +} + .border-t-slate-400\\/40 { border-top-color: #94a3b866; } +.border-t-slate-400\\/45 { + border-top-color: #94a3b873; +} + .border-t-slate-400\\/5 { border-top-color: #94a3b80d; } @@ -144892,10 +199204,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #94a3b880; } +.border-t-slate-400\\/55 { + border-top-color: #94a3b88c; +} + .border-t-slate-400\\/60 { border-top-color: #94a3b899; } +.border-t-slate-400\\/65 { + border-top-color: #94a3b8a6; +} + .border-t-slate-400\\/70 { border-top-color: #94a3b8b3; } @@ -144908,6 +199228,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #94a3b8cc; } +.border-t-slate-400\\/85 { + border-top-color: #94a3b8d9; +} + .border-t-slate-400\\/90 { border-top-color: #94a3b8e6; } @@ -144932,6 +199256,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f8fafc; } +.border-t-slate-50\\/15 { + border-top-color: #f8fafc26; +} + .border-t-slate-50\\/20 { border-top-color: #f8fafc33; } @@ -144944,10 +199272,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f8fafc4d; } +.border-t-slate-50\\/35 { + border-top-color: #f8fafc59; +} + .border-t-slate-50\\/40 { border-top-color: #f8fafc66; } +.border-t-slate-50\\/45 { + border-top-color: #f8fafc73; +} + .border-t-slate-50\\/5 { border-top-color: #f8fafc0d; } @@ -144956,10 +199292,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f8fafc80; } +.border-t-slate-50\\/55 { + border-top-color: #f8fafc8c; +} + .border-t-slate-50\\/60 { border-top-color: #f8fafc99; } +.border-t-slate-50\\/65 { + border-top-color: #f8fafca6; +} + .border-t-slate-50\\/70 { border-top-color: #f8fafcb3; } @@ -144972,6 +199316,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f8fafccc; } +.border-t-slate-50\\/85 { + border-top-color: #f8fafcd9; +} + .border-t-slate-50\\/90 { border-top-color: #f8fafce6; } @@ -144996,6 +199344,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #64748b; } +.border-t-slate-500\\/15 { + border-top-color: #64748b26; +} + .border-t-slate-500\\/20 { border-top-color: #64748b33; } @@ -145008,10 +199360,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #64748b4d; } +.border-t-slate-500\\/35 { + border-top-color: #64748b59; +} + .border-t-slate-500\\/40 { border-top-color: #64748b66; } +.border-t-slate-500\\/45 { + border-top-color: #64748b73; +} + .border-t-slate-500\\/5 { border-top-color: #64748b0d; } @@ -145020,10 +199380,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #64748b80; } +.border-t-slate-500\\/55 { + border-top-color: #64748b8c; +} + .border-t-slate-500\\/60 { border-top-color: #64748b99; } +.border-t-slate-500\\/65 { + border-top-color: #64748ba6; +} + .border-t-slate-500\\/70 { border-top-color: #64748bb3; } @@ -145036,6 +199404,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #64748bcc; } +.border-t-slate-500\\/85 { + border-top-color: #64748bd9; +} + .border-t-slate-500\\/90 { border-top-color: #64748be6; } @@ -145060,6 +199432,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #475569; } +.border-t-slate-600\\/15 { + border-top-color: #47556926; +} + .border-t-slate-600\\/20 { border-top-color: #47556933; } @@ -145072,10 +199448,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4755694d; } +.border-t-slate-600\\/35 { + border-top-color: #47556959; +} + .border-t-slate-600\\/40 { border-top-color: #47556966; } +.border-t-slate-600\\/45 { + border-top-color: #47556973; +} + .border-t-slate-600\\/5 { border-top-color: #4755690d; } @@ -145084,10 +199468,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #47556980; } +.border-t-slate-600\\/55 { + border-top-color: #4755698c; +} + .border-t-slate-600\\/60 { border-top-color: #47556999; } +.border-t-slate-600\\/65 { + border-top-color: #475569a6; +} + .border-t-slate-600\\/70 { border-top-color: #475569b3; } @@ -145100,6 +199492,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #475569cc; } +.border-t-slate-600\\/85 { + border-top-color: #475569d9; +} + .border-t-slate-600\\/90 { border-top-color: #475569e6; } @@ -145124,6 +199520,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #334155; } +.border-t-slate-700\\/15 { + border-top-color: #33415526; +} + .border-t-slate-700\\/20 { border-top-color: #33415533; } @@ -145136,10 +199536,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3341554d; } +.border-t-slate-700\\/35 { + border-top-color: #33415559; +} + .border-t-slate-700\\/40 { border-top-color: #33415566; } +.border-t-slate-700\\/45 { + border-top-color: #33415573; +} + .border-t-slate-700\\/5 { border-top-color: #3341550d; } @@ -145148,10 +199556,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #33415580; } +.border-t-slate-700\\/55 { + border-top-color: #3341558c; +} + .border-t-slate-700\\/60 { border-top-color: #33415599; } +.border-t-slate-700\\/65 { + border-top-color: #334155a6; +} + .border-t-slate-700\\/70 { border-top-color: #334155b3; } @@ -145164,6 +199580,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #334155cc; } +.border-t-slate-700\\/85 { + border-top-color: #334155d9; +} + .border-t-slate-700\\/90 { border-top-color: #334155e6; } @@ -145188,6 +199608,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e293b; } +.border-t-slate-800\\/15 { + border-top-color: #1e293b26; +} + .border-t-slate-800\\/20 { border-top-color: #1e293b33; } @@ -145200,10 +199624,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e293b4d; } +.border-t-slate-800\\/35 { + border-top-color: #1e293b59; +} + .border-t-slate-800\\/40 { border-top-color: #1e293b66; } +.border-t-slate-800\\/45 { + border-top-color: #1e293b73; +} + .border-t-slate-800\\/5 { border-top-color: #1e293b0d; } @@ -145212,10 +199644,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e293b80; } +.border-t-slate-800\\/55 { + border-top-color: #1e293b8c; +} + .border-t-slate-800\\/60 { border-top-color: #1e293b99; } +.border-t-slate-800\\/65 { + border-top-color: #1e293ba6; +} + .border-t-slate-800\\/70 { border-top-color: #1e293bb3; } @@ -145228,6 +199668,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1e293bcc; } +.border-t-slate-800\\/85 { + border-top-color: #1e293bd9; +} + .border-t-slate-800\\/90 { border-top-color: #1e293be6; } @@ -145252,6 +199696,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f172a; } +.border-t-slate-900\\/15 { + border-top-color: #0f172a26; +} + .border-t-slate-900\\/20 { border-top-color: #0f172a33; } @@ -145264,10 +199712,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f172a4d; } +.border-t-slate-900\\/35 { + border-top-color: #0f172a59; +} + .border-t-slate-900\\/40 { border-top-color: #0f172a66; } +.border-t-slate-900\\/45 { + border-top-color: #0f172a73; +} + .border-t-slate-900\\/5 { border-top-color: #0f172a0d; } @@ -145276,10 +199732,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f172a80; } +.border-t-slate-900\\/55 { + border-top-color: #0f172a8c; +} + .border-t-slate-900\\/60 { border-top-color: #0f172a99; } +.border-t-slate-900\\/65 { + border-top-color: #0f172aa6; +} + .border-t-slate-900\\/70 { border-top-color: #0f172ab3; } @@ -145292,6 +199756,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f172acc; } +.border-t-slate-900\\/85 { + border-top-color: #0f172ad9; +} + .border-t-slate-900\\/90 { border-top-color: #0f172ae6; } @@ -145316,6 +199784,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #020617; } +.border-t-slate-950\\/15 { + border-top-color: #02061726; +} + .border-t-slate-950\\/20 { border-top-color: #02061733; } @@ -145328,10 +199800,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0206174d; } +.border-t-slate-950\\/35 { + border-top-color: #02061759; +} + .border-t-slate-950\\/40 { border-top-color: #02061766; } +.border-t-slate-950\\/45 { + border-top-color: #02061773; +} + .border-t-slate-950\\/5 { border-top-color: #0206170d; } @@ -145340,10 +199820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #02061780; } +.border-t-slate-950\\/55 { + border-top-color: #0206178c; +} + .border-t-slate-950\\/60 { border-top-color: #02061799; } +.border-t-slate-950\\/65 { + border-top-color: #020617a6; +} + .border-t-slate-950\\/70 { border-top-color: #020617b3; } @@ -145356,6 +199844,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #020617cc; } +.border-t-slate-950\\/85 { + border-top-color: #020617d9; +} + .border-t-slate-950\\/90 { border-top-color: #020617e6; } @@ -145380,6 +199872,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f4; } +.border-t-stone-100\\/15 { + border-top-color: #f5f5f426; +} + .border-t-stone-100\\/20 { border-top-color: #f5f5f433; } @@ -145392,10 +199888,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f44d; } +.border-t-stone-100\\/35 { + border-top-color: #f5f5f459; +} + .border-t-stone-100\\/40 { border-top-color: #f5f5f466; } +.border-t-stone-100\\/45 { + border-top-color: #f5f5f473; +} + .border-t-stone-100\\/5 { border-top-color: #f5f5f40d; } @@ -145404,10 +199908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f480; } +.border-t-stone-100\\/55 { + border-top-color: #f5f5f48c; +} + .border-t-stone-100\\/60 { border-top-color: #f5f5f499; } +.border-t-stone-100\\/65 { + border-top-color: #f5f5f4a6; +} + .border-t-stone-100\\/70 { border-top-color: #f5f5f4b3; } @@ -145420,6 +199932,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f5f4cc; } +.border-t-stone-100\\/85 { + border-top-color: #f5f5f4d9; +} + .border-t-stone-100\\/90 { border-top-color: #f5f5f4e6; } @@ -145444,6 +199960,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e7e5e4; } +.border-t-stone-200\\/15 { + border-top-color: #e7e5e426; +} + .border-t-stone-200\\/20 { border-top-color: #e7e5e433; } @@ -145456,10 +199976,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e7e5e44d; } +.border-t-stone-200\\/35 { + border-top-color: #e7e5e459; +} + .border-t-stone-200\\/40 { border-top-color: #e7e5e466; } +.border-t-stone-200\\/45 { + border-top-color: #e7e5e473; +} + .border-t-stone-200\\/5 { border-top-color: #e7e5e40d; } @@ -145468,10 +199996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e7e5e480; } +.border-t-stone-200\\/55 { + border-top-color: #e7e5e48c; +} + .border-t-stone-200\\/60 { border-top-color: #e7e5e499; } +.border-t-stone-200\\/65 { + border-top-color: #e7e5e4a6; +} + .border-t-stone-200\\/70 { border-top-color: #e7e5e4b3; } @@ -145484,6 +200020,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e7e5e4cc; } +.border-t-stone-200\\/85 { + border-top-color: #e7e5e4d9; +} + .border-t-stone-200\\/90 { border-top-color: #e7e5e4e6; } @@ -145508,6 +200048,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d6d3d1; } +.border-t-stone-300\\/15 { + border-top-color: #d6d3d126; +} + .border-t-stone-300\\/20 { border-top-color: #d6d3d133; } @@ -145520,10 +200064,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d6d3d14d; } +.border-t-stone-300\\/35 { + border-top-color: #d6d3d159; +} + .border-t-stone-300\\/40 { border-top-color: #d6d3d166; } +.border-t-stone-300\\/45 { + border-top-color: #d6d3d173; +} + .border-t-stone-300\\/5 { border-top-color: #d6d3d10d; } @@ -145532,10 +200084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d6d3d180; } +.border-t-stone-300\\/55 { + border-top-color: #d6d3d18c; +} + .border-t-stone-300\\/60 { border-top-color: #d6d3d199; } +.border-t-stone-300\\/65 { + border-top-color: #d6d3d1a6; +} + .border-t-stone-300\\/70 { border-top-color: #d6d3d1b3; } @@ -145548,6 +200108,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d6d3d1cc; } +.border-t-stone-300\\/85 { + border-top-color: #d6d3d1d9; +} + .border-t-stone-300\\/90 { border-top-color: #d6d3d1e6; } @@ -145572,6 +200136,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a8a29e; } +.border-t-stone-400\\/15 { + border-top-color: #a8a29e26; +} + .border-t-stone-400\\/20 { border-top-color: #a8a29e33; } @@ -145584,10 +200152,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a8a29e4d; } +.border-t-stone-400\\/35 { + border-top-color: #a8a29e59; +} + .border-t-stone-400\\/40 { border-top-color: #a8a29e66; } +.border-t-stone-400\\/45 { + border-top-color: #a8a29e73; +} + .border-t-stone-400\\/5 { border-top-color: #a8a29e0d; } @@ -145596,10 +200172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a8a29e80; } +.border-t-stone-400\\/55 { + border-top-color: #a8a29e8c; +} + .border-t-stone-400\\/60 { border-top-color: #a8a29e99; } +.border-t-stone-400\\/65 { + border-top-color: #a8a29ea6; +} + .border-t-stone-400\\/70 { border-top-color: #a8a29eb3; } @@ -145612,6 +200196,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a8a29ecc; } +.border-t-stone-400\\/85 { + border-top-color: #a8a29ed9; +} + .border-t-stone-400\\/90 { border-top-color: #a8a29ee6; } @@ -145636,6 +200224,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafaf9; } +.border-t-stone-50\\/15 { + border-top-color: #fafaf926; +} + .border-t-stone-50\\/20 { border-top-color: #fafaf933; } @@ -145648,10 +200240,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafaf94d; } +.border-t-stone-50\\/35 { + border-top-color: #fafaf959; +} + .border-t-stone-50\\/40 { border-top-color: #fafaf966; } +.border-t-stone-50\\/45 { + border-top-color: #fafaf973; +} + .border-t-stone-50\\/5 { border-top-color: #fafaf90d; } @@ -145660,10 +200260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafaf980; } +.border-t-stone-50\\/55 { + border-top-color: #fafaf98c; +} + .border-t-stone-50\\/60 { border-top-color: #fafaf999; } +.border-t-stone-50\\/65 { + border-top-color: #fafaf9a6; +} + .border-t-stone-50\\/70 { border-top-color: #fafaf9b3; } @@ -145676,6 +200284,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafaf9cc; } +.border-t-stone-50\\/85 { + border-top-color: #fafaf9d9; +} + .border-t-stone-50\\/90 { border-top-color: #fafaf9e6; } @@ -145700,6 +200312,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78716c; } +.border-t-stone-500\\/15 { + border-top-color: #78716c26; +} + .border-t-stone-500\\/20 { border-top-color: #78716c33; } @@ -145712,10 +200328,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78716c4d; } +.border-t-stone-500\\/35 { + border-top-color: #78716c59; +} + .border-t-stone-500\\/40 { border-top-color: #78716c66; } +.border-t-stone-500\\/45 { + border-top-color: #78716c73; +} + .border-t-stone-500\\/5 { border-top-color: #78716c0d; } @@ -145724,10 +200348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78716c80; } +.border-t-stone-500\\/55 { + border-top-color: #78716c8c; +} + .border-t-stone-500\\/60 { border-top-color: #78716c99; } +.border-t-stone-500\\/65 { + border-top-color: #78716ca6; +} + .border-t-stone-500\\/70 { border-top-color: #78716cb3; } @@ -145740,6 +200372,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #78716ccc; } +.border-t-stone-500\\/85 { + border-top-color: #78716cd9; +} + .border-t-stone-500\\/90 { border-top-color: #78716ce6; } @@ -145764,6 +200400,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #57534e; } +.border-t-stone-600\\/15 { + border-top-color: #57534e26; +} + .border-t-stone-600\\/20 { border-top-color: #57534e33; } @@ -145776,10 +200416,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #57534e4d; } +.border-t-stone-600\\/35 { + border-top-color: #57534e59; +} + .border-t-stone-600\\/40 { border-top-color: #57534e66; } +.border-t-stone-600\\/45 { + border-top-color: #57534e73; +} + .border-t-stone-600\\/5 { border-top-color: #57534e0d; } @@ -145788,10 +200436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #57534e80; } +.border-t-stone-600\\/55 { + border-top-color: #57534e8c; +} + .border-t-stone-600\\/60 { border-top-color: #57534e99; } +.border-t-stone-600\\/65 { + border-top-color: #57534ea6; +} + .border-t-stone-600\\/70 { border-top-color: #57534eb3; } @@ -145804,6 +200460,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #57534ecc; } +.border-t-stone-600\\/85 { + border-top-color: #57534ed9; +} + .border-t-stone-600\\/90 { border-top-color: #57534ee6; } @@ -145828,6 +200488,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #44403c; } +.border-t-stone-700\\/15 { + border-top-color: #44403c26; +} + .border-t-stone-700\\/20 { border-top-color: #44403c33; } @@ -145840,10 +200504,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #44403c4d; } +.border-t-stone-700\\/35 { + border-top-color: #44403c59; +} + .border-t-stone-700\\/40 { border-top-color: #44403c66; } +.border-t-stone-700\\/45 { + border-top-color: #44403c73; +} + .border-t-stone-700\\/5 { border-top-color: #44403c0d; } @@ -145852,10 +200524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #44403c80; } +.border-t-stone-700\\/55 { + border-top-color: #44403c8c; +} + .border-t-stone-700\\/60 { border-top-color: #44403c99; } +.border-t-stone-700\\/65 { + border-top-color: #44403ca6; +} + .border-t-stone-700\\/70 { border-top-color: #44403cb3; } @@ -145868,6 +200548,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #44403ccc; } +.border-t-stone-700\\/85 { + border-top-color: #44403cd9; +} + .border-t-stone-700\\/90 { border-top-color: #44403ce6; } @@ -145892,6 +200576,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #292524; } +.border-t-stone-800\\/15 { + border-top-color: #29252426; +} + .border-t-stone-800\\/20 { border-top-color: #29252433; } @@ -145904,10 +200592,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2925244d; } +.border-t-stone-800\\/35 { + border-top-color: #29252459; +} + .border-t-stone-800\\/40 { border-top-color: #29252466; } +.border-t-stone-800\\/45 { + border-top-color: #29252473; +} + .border-t-stone-800\\/5 { border-top-color: #2925240d; } @@ -145916,10 +200612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #29252480; } +.border-t-stone-800\\/55 { + border-top-color: #2925248c; +} + .border-t-stone-800\\/60 { border-top-color: #29252499; } +.border-t-stone-800\\/65 { + border-top-color: #292524a6; +} + .border-t-stone-800\\/70 { border-top-color: #292524b3; } @@ -145932,6 +200636,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #292524cc; } +.border-t-stone-800\\/85 { + border-top-color: #292524d9; +} + .border-t-stone-800\\/90 { border-top-color: #292524e6; } @@ -145956,6 +200664,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1c1917; } +.border-t-stone-900\\/15 { + border-top-color: #1c191726; +} + .border-t-stone-900\\/20 { border-top-color: #1c191733; } @@ -145968,10 +200680,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1c19174d; } +.border-t-stone-900\\/35 { + border-top-color: #1c191759; +} + .border-t-stone-900\\/40 { border-top-color: #1c191766; } +.border-t-stone-900\\/45 { + border-top-color: #1c191773; +} + .border-t-stone-900\\/5 { border-top-color: #1c19170d; } @@ -145980,10 +200700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1c191780; } +.border-t-stone-900\\/55 { + border-top-color: #1c19178c; +} + .border-t-stone-900\\/60 { border-top-color: #1c191799; } +.border-t-stone-900\\/65 { + border-top-color: #1c1917a6; +} + .border-t-stone-900\\/70 { border-top-color: #1c1917b3; } @@ -145996,6 +200724,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #1c1917cc; } +.border-t-stone-900\\/85 { + border-top-color: #1c1917d9; +} + .border-t-stone-900\\/90 { border-top-color: #1c1917e6; } @@ -146020,6 +200752,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c0a09; } +.border-t-stone-950\\/15 { + border-top-color: #0c0a0926; +} + .border-t-stone-950\\/20 { border-top-color: #0c0a0933; } @@ -146032,10 +200768,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c0a094d; } +.border-t-stone-950\\/35 { + border-top-color: #0c0a0959; +} + .border-t-stone-950\\/40 { border-top-color: #0c0a0966; } +.border-t-stone-950\\/45 { + border-top-color: #0c0a0973; +} + .border-t-stone-950\\/5 { border-top-color: #0c0a090d; } @@ -146044,10 +200788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c0a0980; } +.border-t-stone-950\\/55 { + border-top-color: #0c0a098c; +} + .border-t-stone-950\\/60 { border-top-color: #0c0a0999; } +.border-t-stone-950\\/65 { + border-top-color: #0c0a09a6; +} + .border-t-stone-950\\/70 { border-top-color: #0c0a09b3; } @@ -146060,6 +200812,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0c0a09cc; } +.border-t-stone-950\\/85 { + border-top-color: #0c0a09d9; +} + .border-t-stone-950\\/90 { border-top-color: #0c0a09e6; } @@ -146084,6 +200840,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ccfbf1; } +.border-t-teal-100\\/15 { + border-top-color: #ccfbf126; +} + .border-t-teal-100\\/20 { border-top-color: #ccfbf133; } @@ -146096,10 +200856,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ccfbf14d; } +.border-t-teal-100\\/35 { + border-top-color: #ccfbf159; +} + .border-t-teal-100\\/40 { border-top-color: #ccfbf166; } +.border-t-teal-100\\/45 { + border-top-color: #ccfbf173; +} + .border-t-teal-100\\/5 { border-top-color: #ccfbf10d; } @@ -146108,10 +200876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ccfbf180; } +.border-t-teal-100\\/55 { + border-top-color: #ccfbf18c; +} + .border-t-teal-100\\/60 { border-top-color: #ccfbf199; } +.border-t-teal-100\\/65 { + border-top-color: #ccfbf1a6; +} + .border-t-teal-100\\/70 { border-top-color: #ccfbf1b3; } @@ -146124,6 +200900,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ccfbf1cc; } +.border-t-teal-100\\/85 { + border-top-color: #ccfbf1d9; +} + .border-t-teal-100\\/90 { border-top-color: #ccfbf1e6; } @@ -146148,6 +200928,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #99f6e4; } +.border-t-teal-200\\/15 { + border-top-color: #99f6e426; +} + .border-t-teal-200\\/20 { border-top-color: #99f6e433; } @@ -146160,10 +200944,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #99f6e44d; } +.border-t-teal-200\\/35 { + border-top-color: #99f6e459; +} + .border-t-teal-200\\/40 { border-top-color: #99f6e466; } +.border-t-teal-200\\/45 { + border-top-color: #99f6e473; +} + .border-t-teal-200\\/5 { border-top-color: #99f6e40d; } @@ -146172,10 +200964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #99f6e480; } +.border-t-teal-200\\/55 { + border-top-color: #99f6e48c; +} + .border-t-teal-200\\/60 { border-top-color: #99f6e499; } +.border-t-teal-200\\/65 { + border-top-color: #99f6e4a6; +} + .border-t-teal-200\\/70 { border-top-color: #99f6e4b3; } @@ -146188,6 +200988,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #99f6e4cc; } +.border-t-teal-200\\/85 { + border-top-color: #99f6e4d9; +} + .border-t-teal-200\\/90 { border-top-color: #99f6e4e6; } @@ -146212,6 +201016,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5eead4; } +.border-t-teal-300\\/15 { + border-top-color: #5eead426; +} + .border-t-teal-300\\/20 { border-top-color: #5eead433; } @@ -146224,10 +201032,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5eead44d; } +.border-t-teal-300\\/35 { + border-top-color: #5eead459; +} + .border-t-teal-300\\/40 { border-top-color: #5eead466; } +.border-t-teal-300\\/45 { + border-top-color: #5eead473; +} + .border-t-teal-300\\/5 { border-top-color: #5eead40d; } @@ -146236,10 +201052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5eead480; } +.border-t-teal-300\\/55 { + border-top-color: #5eead48c; +} + .border-t-teal-300\\/60 { border-top-color: #5eead499; } +.border-t-teal-300\\/65 { + border-top-color: #5eead4a6; +} + .border-t-teal-300\\/70 { border-top-color: #5eead4b3; } @@ -146252,6 +201076,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5eead4cc; } +.border-t-teal-300\\/85 { + border-top-color: #5eead4d9; +} + .border-t-teal-300\\/90 { border-top-color: #5eead4e6; } @@ -146276,6 +201104,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2dd4bf; } +.border-t-teal-400\\/15 { + border-top-color: #2dd4bf26; +} + .border-t-teal-400\\/20 { border-top-color: #2dd4bf33; } @@ -146288,10 +201120,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2dd4bf4d; } +.border-t-teal-400\\/35 { + border-top-color: #2dd4bf59; +} + .border-t-teal-400\\/40 { border-top-color: #2dd4bf66; } +.border-t-teal-400\\/45 { + border-top-color: #2dd4bf73; +} + .border-t-teal-400\\/5 { border-top-color: #2dd4bf0d; } @@ -146300,10 +201140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2dd4bf80; } +.border-t-teal-400\\/55 { + border-top-color: #2dd4bf8c; +} + .border-t-teal-400\\/60 { border-top-color: #2dd4bf99; } +.border-t-teal-400\\/65 { + border-top-color: #2dd4bfa6; +} + .border-t-teal-400\\/70 { border-top-color: #2dd4bfb3; } @@ -146316,6 +201164,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2dd4bfcc; } +.border-t-teal-400\\/85 { + border-top-color: #2dd4bfd9; +} + .border-t-teal-400\\/90 { border-top-color: #2dd4bfe6; } @@ -146340,6 +201192,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdfa; } +.border-t-teal-50\\/15 { + border-top-color: #f0fdfa26; +} + .border-t-teal-50\\/20 { border-top-color: #f0fdfa33; } @@ -146352,10 +201208,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdfa4d; } +.border-t-teal-50\\/35 { + border-top-color: #f0fdfa59; +} + .border-t-teal-50\\/40 { border-top-color: #f0fdfa66; } +.border-t-teal-50\\/45 { + border-top-color: #f0fdfa73; +} + .border-t-teal-50\\/5 { border-top-color: #f0fdfa0d; } @@ -146364,10 +201228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdfa80; } +.border-t-teal-50\\/55 { + border-top-color: #f0fdfa8c; +} + .border-t-teal-50\\/60 { border-top-color: #f0fdfa99; } +.border-t-teal-50\\/65 { + border-top-color: #f0fdfaa6; +} + .border-t-teal-50\\/70 { border-top-color: #f0fdfab3; } @@ -146380,6 +201252,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f0fdfacc; } +.border-t-teal-50\\/85 { + border-top-color: #f0fdfad9; +} + .border-t-teal-50\\/90 { border-top-color: #f0fdfae6; } @@ -146404,6 +201280,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14b8a6; } +.border-t-teal-500\\/15 { + border-top-color: #14b8a626; +} + .border-t-teal-500\\/20 { border-top-color: #14b8a633; } @@ -146416,10 +201296,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14b8a64d; } +.border-t-teal-500\\/35 { + border-top-color: #14b8a659; +} + .border-t-teal-500\\/40 { border-top-color: #14b8a666; } +.border-t-teal-500\\/45 { + border-top-color: #14b8a673; +} + .border-t-teal-500\\/5 { border-top-color: #14b8a60d; } @@ -146428,10 +201316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14b8a680; } +.border-t-teal-500\\/55 { + border-top-color: #14b8a68c; +} + .border-t-teal-500\\/60 { border-top-color: #14b8a699; } +.border-t-teal-500\\/65 { + border-top-color: #14b8a6a6; +} + .border-t-teal-500\\/70 { border-top-color: #14b8a6b3; } @@ -146444,6 +201340,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #14b8a6cc; } +.border-t-teal-500\\/85 { + border-top-color: #14b8a6d9; +} + .border-t-teal-500\\/90 { border-top-color: #14b8a6e6; } @@ -146468,6 +201368,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0d9488; } +.border-t-teal-600\\/15 { + border-top-color: #0d948826; +} + .border-t-teal-600\\/20 { border-top-color: #0d948833; } @@ -146480,10 +201384,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0d94884d; } +.border-t-teal-600\\/35 { + border-top-color: #0d948859; +} + .border-t-teal-600\\/40 { border-top-color: #0d948866; } +.border-t-teal-600\\/45 { + border-top-color: #0d948873; +} + .border-t-teal-600\\/5 { border-top-color: #0d94880d; } @@ -146492,10 +201404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0d948880; } +.border-t-teal-600\\/55 { + border-top-color: #0d94888c; +} + .border-t-teal-600\\/60 { border-top-color: #0d948899; } +.border-t-teal-600\\/65 { + border-top-color: #0d9488a6; +} + .border-t-teal-600\\/70 { border-top-color: #0d9488b3; } @@ -146508,6 +201428,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0d9488cc; } +.border-t-teal-600\\/85 { + border-top-color: #0d9488d9; +} + .border-t-teal-600\\/90 { border-top-color: #0d9488e6; } @@ -146532,6 +201456,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f766e; } +.border-t-teal-700\\/15 { + border-top-color: #0f766e26; +} + .border-t-teal-700\\/20 { border-top-color: #0f766e33; } @@ -146544,10 +201472,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f766e4d; } +.border-t-teal-700\\/35 { + border-top-color: #0f766e59; +} + .border-t-teal-700\\/40 { border-top-color: #0f766e66; } +.border-t-teal-700\\/45 { + border-top-color: #0f766e73; +} + .border-t-teal-700\\/5 { border-top-color: #0f766e0d; } @@ -146556,10 +201492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f766e80; } +.border-t-teal-700\\/55 { + border-top-color: #0f766e8c; +} + .border-t-teal-700\\/60 { border-top-color: #0f766e99; } +.border-t-teal-700\\/65 { + border-top-color: #0f766ea6; +} + .border-t-teal-700\\/70 { border-top-color: #0f766eb3; } @@ -146572,6 +201516,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0f766ecc; } +.border-t-teal-700\\/85 { + border-top-color: #0f766ed9; +} + .border-t-teal-700\\/90 { border-top-color: #0f766ee6; } @@ -146596,6 +201544,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #115e59; } +.border-t-teal-800\\/15 { + border-top-color: #115e5926; +} + .border-t-teal-800\\/20 { border-top-color: #115e5933; } @@ -146608,10 +201560,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #115e594d; } +.border-t-teal-800\\/35 { + border-top-color: #115e5959; +} + .border-t-teal-800\\/40 { border-top-color: #115e5966; } +.border-t-teal-800\\/45 { + border-top-color: #115e5973; +} + .border-t-teal-800\\/5 { border-top-color: #115e590d; } @@ -146620,10 +201580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #115e5980; } +.border-t-teal-800\\/55 { + border-top-color: #115e598c; +} + .border-t-teal-800\\/60 { border-top-color: #115e5999; } +.border-t-teal-800\\/65 { + border-top-color: #115e59a6; +} + .border-t-teal-800\\/70 { border-top-color: #115e59b3; } @@ -146636,6 +201604,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #115e59cc; } +.border-t-teal-800\\/85 { + border-top-color: #115e59d9; +} + .border-t-teal-800\\/90 { border-top-color: #115e59e6; } @@ -146660,6 +201632,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #134e4a; } +.border-t-teal-900\\/15 { + border-top-color: #134e4a26; +} + .border-t-teal-900\\/20 { border-top-color: #134e4a33; } @@ -146672,10 +201648,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #134e4a4d; } +.border-t-teal-900\\/35 { + border-top-color: #134e4a59; +} + .border-t-teal-900\\/40 { border-top-color: #134e4a66; } +.border-t-teal-900\\/45 { + border-top-color: #134e4a73; +} + .border-t-teal-900\\/5 { border-top-color: #134e4a0d; } @@ -146684,10 +201668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #134e4a80; } +.border-t-teal-900\\/55 { + border-top-color: #134e4a8c; +} + .border-t-teal-900\\/60 { border-top-color: #134e4a99; } +.border-t-teal-900\\/65 { + border-top-color: #134e4aa6; +} + .border-t-teal-900\\/70 { border-top-color: #134e4ab3; } @@ -146700,6 +201692,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #134e4acc; } +.border-t-teal-900\\/85 { + border-top-color: #134e4ad9; +} + .border-t-teal-900\\/90 { border-top-color: #134e4ae6; } @@ -146724,6 +201720,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #042f2e; } +.border-t-teal-950\\/15 { + border-top-color: #042f2e26; +} + .border-t-teal-950\\/20 { border-top-color: #042f2e33; } @@ -146736,10 +201736,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #042f2e4d; } +.border-t-teal-950\\/35 { + border-top-color: #042f2e59; +} + .border-t-teal-950\\/40 { border-top-color: #042f2e66; } +.border-t-teal-950\\/45 { + border-top-color: #042f2e73; +} + .border-t-teal-950\\/5 { border-top-color: #042f2e0d; } @@ -146748,10 +201756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #042f2e80; } +.border-t-teal-950\\/55 { + border-top-color: #042f2e8c; +} + .border-t-teal-950\\/60 { border-top-color: #042f2e99; } +.border-t-teal-950\\/65 { + border-top-color: #042f2ea6; +} + .border-t-teal-950\\/70 { border-top-color: #042f2eb3; } @@ -146764,6 +201780,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #042f2ecc; } +.border-t-teal-950\\/85 { + border-top-color: #042f2ed9; +} + .border-t-teal-950\\/90 { border-top-color: #042f2ee6; } @@ -146784,6 +201804,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #000; } +.border-t-transparent\\/15 { + border-top-color: #00000026; +} + .border-t-transparent\\/20 { border-top-color: #0003; } @@ -146796,10 +201820,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #0000004d; } +.border-t-transparent\\/35 { + border-top-color: #00000059; +} + .border-t-transparent\\/40 { border-top-color: #0006; } +.border-t-transparent\\/45 { + border-top-color: #00000073; +} + .border-t-transparent\\/5 { border-top-color: #0000000d; } @@ -146808,10 +201840,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #00000080; } +.border-t-transparent\\/55 { + border-top-color: #0000008c; +} + .border-t-transparent\\/60 { border-top-color: #0009; } +.border-t-transparent\\/65 { + border-top-color: #000000a6; +} + .border-t-transparent\\/70 { border-top-color: #000000b3; } @@ -146824,6 +201864,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #000c; } +.border-t-transparent\\/85 { + border-top-color: #000000d9; +} + .border-t-transparent\\/90 { border-top-color: #000000e6; } @@ -146848,6 +201892,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ede9fe; } +.border-t-violet-100\\/15 { + border-top-color: #ede9fe26; +} + .border-t-violet-100\\/20 { border-top-color: #ede9fe33; } @@ -146860,10 +201908,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ede9fe4d; } +.border-t-violet-100\\/35 { + border-top-color: #ede9fe59; +} + .border-t-violet-100\\/40 { border-top-color: #ede9fe66; } +.border-t-violet-100\\/45 { + border-top-color: #ede9fe73; +} + .border-t-violet-100\\/5 { border-top-color: #ede9fe0d; } @@ -146872,10 +201928,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ede9fe80; } +.border-t-violet-100\\/55 { + border-top-color: #ede9fe8c; +} + .border-t-violet-100\\/60 { border-top-color: #ede9fe99; } +.border-t-violet-100\\/65 { + border-top-color: #ede9fea6; +} + .border-t-violet-100\\/70 { border-top-color: #ede9feb3; } @@ -146888,6 +201952,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ede9fecc; } +.border-t-violet-100\\/85 { + border-top-color: #ede9fed9; +} + .border-t-violet-100\\/90 { border-top-color: #ede9fee6; } @@ -146912,6 +201980,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ddd6fe; } +.border-t-violet-200\\/15 { + border-top-color: #ddd6fe26; +} + .border-t-violet-200\\/20 { border-top-color: #ddd6fe33; } @@ -146924,10 +201996,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ddd6fe4d; } +.border-t-violet-200\\/35 { + border-top-color: #ddd6fe59; +} + .border-t-violet-200\\/40 { border-top-color: #ddd6fe66; } +.border-t-violet-200\\/45 { + border-top-color: #ddd6fe73; +} + .border-t-violet-200\\/5 { border-top-color: #ddd6fe0d; } @@ -146936,10 +202016,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ddd6fe80; } +.border-t-violet-200\\/55 { + border-top-color: #ddd6fe8c; +} + .border-t-violet-200\\/60 { border-top-color: #ddd6fe99; } +.border-t-violet-200\\/65 { + border-top-color: #ddd6fea6; +} + .border-t-violet-200\\/70 { border-top-color: #ddd6feb3; } @@ -146952,6 +202040,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ddd6fecc; } +.border-t-violet-200\\/85 { + border-top-color: #ddd6fed9; +} + .border-t-violet-200\\/90 { border-top-color: #ddd6fee6; } @@ -146976,6 +202068,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c4b5fd; } +.border-t-violet-300\\/15 { + border-top-color: #c4b5fd26; +} + .border-t-violet-300\\/20 { border-top-color: #c4b5fd33; } @@ -146988,10 +202084,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c4b5fd4d; } +.border-t-violet-300\\/35 { + border-top-color: #c4b5fd59; +} + .border-t-violet-300\\/40 { border-top-color: #c4b5fd66; } +.border-t-violet-300\\/45 { + border-top-color: #c4b5fd73; +} + .border-t-violet-300\\/5 { border-top-color: #c4b5fd0d; } @@ -147000,10 +202104,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c4b5fd80; } +.border-t-violet-300\\/55 { + border-top-color: #c4b5fd8c; +} + .border-t-violet-300\\/60 { border-top-color: #c4b5fd99; } +.border-t-violet-300\\/65 { + border-top-color: #c4b5fda6; +} + .border-t-violet-300\\/70 { border-top-color: #c4b5fdb3; } @@ -147016,6 +202128,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #c4b5fdcc; } +.border-t-violet-300\\/85 { + border-top-color: #c4b5fdd9; +} + .border-t-violet-300\\/90 { border-top-color: #c4b5fde6; } @@ -147040,6 +202156,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a78bfa; } +.border-t-violet-400\\/15 { + border-top-color: #a78bfa26; +} + .border-t-violet-400\\/20 { border-top-color: #a78bfa33; } @@ -147052,10 +202172,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a78bfa4d; } +.border-t-violet-400\\/35 { + border-top-color: #a78bfa59; +} + .border-t-violet-400\\/40 { border-top-color: #a78bfa66; } +.border-t-violet-400\\/45 { + border-top-color: #a78bfa73; +} + .border-t-violet-400\\/5 { border-top-color: #a78bfa0d; } @@ -147064,10 +202192,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a78bfa80; } +.border-t-violet-400\\/55 { + border-top-color: #a78bfa8c; +} + .border-t-violet-400\\/60 { border-top-color: #a78bfa99; } +.border-t-violet-400\\/65 { + border-top-color: #a78bfaa6; +} + .border-t-violet-400\\/70 { border-top-color: #a78bfab3; } @@ -147080,6 +202216,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a78bfacc; } +.border-t-violet-400\\/85 { + border-top-color: #a78bfad9; +} + .border-t-violet-400\\/90 { border-top-color: #a78bfae6; } @@ -147104,6 +202244,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f3ff; } +.border-t-violet-50\\/15 { + border-top-color: #f5f3ff26; +} + .border-t-violet-50\\/20 { border-top-color: #f5f3ff33; } @@ -147116,10 +202260,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f3ff4d; } +.border-t-violet-50\\/35 { + border-top-color: #f5f3ff59; +} + .border-t-violet-50\\/40 { border-top-color: #f5f3ff66; } +.border-t-violet-50\\/45 { + border-top-color: #f5f3ff73; +} + .border-t-violet-50\\/5 { border-top-color: #f5f3ff0d; } @@ -147128,10 +202280,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f3ff80; } +.border-t-violet-50\\/55 { + border-top-color: #f5f3ff8c; +} + .border-t-violet-50\\/60 { border-top-color: #f5f3ff99; } +.border-t-violet-50\\/65 { + border-top-color: #f5f3ffa6; +} + .border-t-violet-50\\/70 { border-top-color: #f5f3ffb3; } @@ -147144,6 +202304,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f5f3ffcc; } +.border-t-violet-50\\/85 { + border-top-color: #f5f3ffd9; +} + .border-t-violet-50\\/90 { border-top-color: #f5f3ffe6; } @@ -147168,6 +202332,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #8b5cf6; } +.border-t-violet-500\\/15 { + border-top-color: #8b5cf626; +} + .border-t-violet-500\\/20 { border-top-color: #8b5cf633; } @@ -147180,10 +202348,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #8b5cf64d; } +.border-t-violet-500\\/35 { + border-top-color: #8b5cf659; +} + .border-t-violet-500\\/40 { border-top-color: #8b5cf666; } +.border-t-violet-500\\/45 { + border-top-color: #8b5cf673; +} + .border-t-violet-500\\/5 { border-top-color: #8b5cf60d; } @@ -147192,10 +202368,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #8b5cf680; } +.border-t-violet-500\\/55 { + border-top-color: #8b5cf68c; +} + .border-t-violet-500\\/60 { border-top-color: #8b5cf699; } +.border-t-violet-500\\/65 { + border-top-color: #8b5cf6a6; +} + .border-t-violet-500\\/70 { border-top-color: #8b5cf6b3; } @@ -147208,6 +202392,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #8b5cf6cc; } +.border-t-violet-500\\/85 { + border-top-color: #8b5cf6d9; +} + .border-t-violet-500\\/90 { border-top-color: #8b5cf6e6; } @@ -147232,6 +202420,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c3aed; } +.border-t-violet-600\\/15 { + border-top-color: #7c3aed26; +} + .border-t-violet-600\\/20 { border-top-color: #7c3aed33; } @@ -147244,10 +202436,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c3aed4d; } +.border-t-violet-600\\/35 { + border-top-color: #7c3aed59; +} + .border-t-violet-600\\/40 { border-top-color: #7c3aed66; } +.border-t-violet-600\\/45 { + border-top-color: #7c3aed73; +} + .border-t-violet-600\\/5 { border-top-color: #7c3aed0d; } @@ -147256,10 +202456,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c3aed80; } +.border-t-violet-600\\/55 { + border-top-color: #7c3aed8c; +} + .border-t-violet-600\\/60 { border-top-color: #7c3aed99; } +.border-t-violet-600\\/65 { + border-top-color: #7c3aeda6; +} + .border-t-violet-600\\/70 { border-top-color: #7c3aedb3; } @@ -147272,6 +202480,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #7c3aedcc; } +.border-t-violet-600\\/85 { + border-top-color: #7c3aedd9; +} + .border-t-violet-600\\/90 { border-top-color: #7c3aede6; } @@ -147296,6 +202508,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6d28d9; } +.border-t-violet-700\\/15 { + border-top-color: #6d28d926; +} + .border-t-violet-700\\/20 { border-top-color: #6d28d933; } @@ -147308,10 +202524,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6d28d94d; } +.border-t-violet-700\\/35 { + border-top-color: #6d28d959; +} + .border-t-violet-700\\/40 { border-top-color: #6d28d966; } +.border-t-violet-700\\/45 { + border-top-color: #6d28d973; +} + .border-t-violet-700\\/5 { border-top-color: #6d28d90d; } @@ -147320,10 +202544,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6d28d980; } +.border-t-violet-700\\/55 { + border-top-color: #6d28d98c; +} + .border-t-violet-700\\/60 { border-top-color: #6d28d999; } +.border-t-violet-700\\/65 { + border-top-color: #6d28d9a6; +} + .border-t-violet-700\\/70 { border-top-color: #6d28d9b3; } @@ -147336,6 +202568,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #6d28d9cc; } +.border-t-violet-700\\/85 { + border-top-color: #6d28d9d9; +} + .border-t-violet-700\\/90 { border-top-color: #6d28d9e6; } @@ -147360,6 +202596,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5b21b6; } +.border-t-violet-800\\/15 { + border-top-color: #5b21b626; +} + .border-t-violet-800\\/20 { border-top-color: #5b21b633; } @@ -147372,10 +202612,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5b21b64d; } +.border-t-violet-800\\/35 { + border-top-color: #5b21b659; +} + .border-t-violet-800\\/40 { border-top-color: #5b21b666; } +.border-t-violet-800\\/45 { + border-top-color: #5b21b673; +} + .border-t-violet-800\\/5 { border-top-color: #5b21b60d; } @@ -147384,10 +202632,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5b21b680; } +.border-t-violet-800\\/55 { + border-top-color: #5b21b68c; +} + .border-t-violet-800\\/60 { border-top-color: #5b21b699; } +.border-t-violet-800\\/65 { + border-top-color: #5b21b6a6; +} + .border-t-violet-800\\/70 { border-top-color: #5b21b6b3; } @@ -147400,6 +202656,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #5b21b6cc; } +.border-t-violet-800\\/85 { + border-top-color: #5b21b6d9; +} + .border-t-violet-800\\/90 { border-top-color: #5b21b6e6; } @@ -147424,6 +202684,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c1d95; } +.border-t-violet-900\\/15 { + border-top-color: #4c1d9526; +} + .border-t-violet-900\\/20 { border-top-color: #4c1d9533; } @@ -147436,10 +202700,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c1d954d; } +.border-t-violet-900\\/35 { + border-top-color: #4c1d9559; +} + .border-t-violet-900\\/40 { border-top-color: #4c1d9566; } +.border-t-violet-900\\/45 { + border-top-color: #4c1d9573; +} + .border-t-violet-900\\/5 { border-top-color: #4c1d950d; } @@ -147448,10 +202720,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c1d9580; } +.border-t-violet-900\\/55 { + border-top-color: #4c1d958c; +} + .border-t-violet-900\\/60 { border-top-color: #4c1d9599; } +.border-t-violet-900\\/65 { + border-top-color: #4c1d95a6; +} + .border-t-violet-900\\/70 { border-top-color: #4c1d95b3; } @@ -147464,6 +202744,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4c1d95cc; } +.border-t-violet-900\\/85 { + border-top-color: #4c1d95d9; +} + .border-t-violet-900\\/90 { border-top-color: #4c1d95e6; } @@ -147488,6 +202772,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2e1065; } +.border-t-violet-950\\/15 { + border-top-color: #2e106526; +} + .border-t-violet-950\\/20 { border-top-color: #2e106533; } @@ -147500,10 +202788,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2e10654d; } +.border-t-violet-950\\/35 { + border-top-color: #2e106559; +} + .border-t-violet-950\\/40 { border-top-color: #2e106566; } +.border-t-violet-950\\/45 { + border-top-color: #2e106573; +} + .border-t-violet-950\\/5 { border-top-color: #2e10650d; } @@ -147512,10 +202808,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2e106580; } +.border-t-violet-950\\/55 { + border-top-color: #2e10658c; +} + .border-t-violet-950\\/60 { border-top-color: #2e106599; } +.border-t-violet-950\\/65 { + border-top-color: #2e1065a6; +} + .border-t-violet-950\\/70 { border-top-color: #2e1065b3; } @@ -147528,6 +202832,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #2e1065cc; } +.border-t-violet-950\\/85 { + border-top-color: #2e1065d9; +} + .border-t-violet-950\\/90 { border-top-color: #2e1065e6; } @@ -147552,6 +202860,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fff; } +.border-t-white\\/15 { + border-top-color: #ffffff26; +} + .border-t-white\\/20 { border-top-color: #fff3; } @@ -147564,10 +202876,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffffff4d; } +.border-t-white\\/35 { + border-top-color: #ffffff59; +} + .border-t-white\\/40 { border-top-color: #fff6; } +.border-t-white\\/45 { + border-top-color: #ffffff73; +} + .border-t-white\\/5 { border-top-color: #ffffff0d; } @@ -147576,10 +202896,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ffffff80; } +.border-t-white\\/55 { + border-top-color: #ffffff8c; +} + .border-t-white\\/60 { border-top-color: #fff9; } +.border-t-white\\/65 { + border-top-color: #ffffffa6; +} + .border-t-white\\/70 { border-top-color: #ffffffb3; } @@ -147592,6 +202920,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fffc; } +.border-t-white\\/85 { + border-top-color: #ffffffd9; +} + .border-t-white\\/90 { border-top-color: #ffffffe6; } @@ -147616,6 +202948,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef9c3; } +.border-t-yellow-100\\/15 { + border-top-color: #fef9c326; +} + .border-t-yellow-100\\/20 { border-top-color: #fef9c333; } @@ -147628,10 +202964,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef9c34d; } +.border-t-yellow-100\\/35 { + border-top-color: #fef9c359; +} + .border-t-yellow-100\\/40 { border-top-color: #fef9c366; } +.border-t-yellow-100\\/45 { + border-top-color: #fef9c373; +} + .border-t-yellow-100\\/5 { border-top-color: #fef9c30d; } @@ -147640,10 +202984,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef9c380; } +.border-t-yellow-100\\/55 { + border-top-color: #fef9c38c; +} + .border-t-yellow-100\\/60 { border-top-color: #fef9c399; } +.border-t-yellow-100\\/65 { + border-top-color: #fef9c3a6; +} + .border-t-yellow-100\\/70 { border-top-color: #fef9c3b3; } @@ -147656,6 +203008,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef9c3cc; } +.border-t-yellow-100\\/85 { + border-top-color: #fef9c3d9; +} + .border-t-yellow-100\\/90 { border-top-color: #fef9c3e6; } @@ -147680,6 +203036,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef08a; } +.border-t-yellow-200\\/15 { + border-top-color: #fef08a26; +} + .border-t-yellow-200\\/20 { border-top-color: #fef08a33; } @@ -147692,10 +203052,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef08a4d; } +.border-t-yellow-200\\/35 { + border-top-color: #fef08a59; +} + .border-t-yellow-200\\/40 { border-top-color: #fef08a66; } +.border-t-yellow-200\\/45 { + border-top-color: #fef08a73; +} + .border-t-yellow-200\\/5 { border-top-color: #fef08a0d; } @@ -147704,10 +203072,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef08a80; } +.border-t-yellow-200\\/55 { + border-top-color: #fef08a8c; +} + .border-t-yellow-200\\/60 { border-top-color: #fef08a99; } +.border-t-yellow-200\\/65 { + border-top-color: #fef08aa6; +} + .border-t-yellow-200\\/70 { border-top-color: #fef08ab3; } @@ -147720,6 +203096,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fef08acc; } +.border-t-yellow-200\\/85 { + border-top-color: #fef08ad9; +} + .border-t-yellow-200\\/90 { border-top-color: #fef08ae6; } @@ -147744,6 +203124,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde047; } +.border-t-yellow-300\\/15 { + border-top-color: #fde04726; +} + .border-t-yellow-300\\/20 { border-top-color: #fde04733; } @@ -147756,10 +203140,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde0474d; } +.border-t-yellow-300\\/35 { + border-top-color: #fde04759; +} + .border-t-yellow-300\\/40 { border-top-color: #fde04766; } +.border-t-yellow-300\\/45 { + border-top-color: #fde04773; +} + .border-t-yellow-300\\/5 { border-top-color: #fde0470d; } @@ -147768,10 +203160,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde04780; } +.border-t-yellow-300\\/55 { + border-top-color: #fde0478c; +} + .border-t-yellow-300\\/60 { border-top-color: #fde04799; } +.border-t-yellow-300\\/65 { + border-top-color: #fde047a6; +} + .border-t-yellow-300\\/70 { border-top-color: #fde047b3; } @@ -147784,6 +203184,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fde047cc; } +.border-t-yellow-300\\/85 { + border-top-color: #fde047d9; +} + .border-t-yellow-300\\/90 { border-top-color: #fde047e6; } @@ -147808,6 +203212,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #facc15; } +.border-t-yellow-400\\/15 { + border-top-color: #facc1526; +} + .border-t-yellow-400\\/20 { border-top-color: #facc1533; } @@ -147820,10 +203228,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #facc154d; } +.border-t-yellow-400\\/35 { + border-top-color: #facc1559; +} + .border-t-yellow-400\\/40 { border-top-color: #facc1566; } +.border-t-yellow-400\\/45 { + border-top-color: #facc1573; +} + .border-t-yellow-400\\/5 { border-top-color: #facc150d; } @@ -147832,10 +203248,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #facc1580; } +.border-t-yellow-400\\/55 { + border-top-color: #facc158c; +} + .border-t-yellow-400\\/60 { border-top-color: #facc1599; } +.border-t-yellow-400\\/65 { + border-top-color: #facc15a6; +} + .border-t-yellow-400\\/70 { border-top-color: #facc15b3; } @@ -147848,6 +203272,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #facc15cc; } +.border-t-yellow-400\\/85 { + border-top-color: #facc15d9; +} + .border-t-yellow-400\\/90 { border-top-color: #facc15e6; } @@ -147872,6 +203300,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fefce8; } +.border-t-yellow-50\\/15 { + border-top-color: #fefce826; +} + .border-t-yellow-50\\/20 { border-top-color: #fefce833; } @@ -147884,10 +203316,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fefce84d; } +.border-t-yellow-50\\/35 { + border-top-color: #fefce859; +} + .border-t-yellow-50\\/40 { border-top-color: #fefce866; } +.border-t-yellow-50\\/45 { + border-top-color: #fefce873; +} + .border-t-yellow-50\\/5 { border-top-color: #fefce80d; } @@ -147896,10 +203336,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fefce880; } +.border-t-yellow-50\\/55 { + border-top-color: #fefce88c; +} + .border-t-yellow-50\\/60 { border-top-color: #fefce899; } +.border-t-yellow-50\\/65 { + border-top-color: #fefce8a6; +} + .border-t-yellow-50\\/70 { border-top-color: #fefce8b3; } @@ -147912,6 +203360,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fefce8cc; } +.border-t-yellow-50\\/85 { + border-top-color: #fefce8d9; +} + .border-t-yellow-50\\/90 { border-top-color: #fefce8e6; } @@ -147936,6 +203388,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eab308; } +.border-t-yellow-500\\/15 { + border-top-color: #eab30826; +} + .border-t-yellow-500\\/20 { border-top-color: #eab30833; } @@ -147948,10 +203404,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eab3084d; } +.border-t-yellow-500\\/35 { + border-top-color: #eab30859; +} + .border-t-yellow-500\\/40 { border-top-color: #eab30866; } +.border-t-yellow-500\\/45 { + border-top-color: #eab30873; +} + .border-t-yellow-500\\/5 { border-top-color: #eab3080d; } @@ -147960,10 +203424,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eab30880; } +.border-t-yellow-500\\/55 { + border-top-color: #eab3088c; +} + .border-t-yellow-500\\/60 { border-top-color: #eab30899; } +.border-t-yellow-500\\/65 { + border-top-color: #eab308a6; +} + .border-t-yellow-500\\/70 { border-top-color: #eab308b3; } @@ -147976,6 +203448,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #eab308cc; } +.border-t-yellow-500\\/85 { + border-top-color: #eab308d9; +} + .border-t-yellow-500\\/90 { border-top-color: #eab308e6; } @@ -148000,6 +203476,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ca8a04; } +.border-t-yellow-600\\/15 { + border-top-color: #ca8a0426; +} + .border-t-yellow-600\\/20 { border-top-color: #ca8a0433; } @@ -148012,10 +203492,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ca8a044d; } +.border-t-yellow-600\\/35 { + border-top-color: #ca8a0459; +} + .border-t-yellow-600\\/40 { border-top-color: #ca8a0466; } +.border-t-yellow-600\\/45 { + border-top-color: #ca8a0473; +} + .border-t-yellow-600\\/5 { border-top-color: #ca8a040d; } @@ -148024,10 +203512,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ca8a0480; } +.border-t-yellow-600\\/55 { + border-top-color: #ca8a048c; +} + .border-t-yellow-600\\/60 { border-top-color: #ca8a0499; } +.border-t-yellow-600\\/65 { + border-top-color: #ca8a04a6; +} + .border-t-yellow-600\\/70 { border-top-color: #ca8a04b3; } @@ -148040,6 +203536,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #ca8a04cc; } +.border-t-yellow-600\\/85 { + border-top-color: #ca8a04d9; +} + .border-t-yellow-600\\/90 { border-top-color: #ca8a04e6; } @@ -148064,6 +203564,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a16207; } +.border-t-yellow-700\\/15 { + border-top-color: #a1620726; +} + .border-t-yellow-700\\/20 { border-top-color: #a1620733; } @@ -148076,10 +203580,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a162074d; } +.border-t-yellow-700\\/35 { + border-top-color: #a1620759; +} + .border-t-yellow-700\\/40 { border-top-color: #a1620766; } +.border-t-yellow-700\\/45 { + border-top-color: #a1620773; +} + .border-t-yellow-700\\/5 { border-top-color: #a162070d; } @@ -148088,10 +203600,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a1620780; } +.border-t-yellow-700\\/55 { + border-top-color: #a162078c; +} + .border-t-yellow-700\\/60 { border-top-color: #a1620799; } +.border-t-yellow-700\\/65 { + border-top-color: #a16207a6; +} + .border-t-yellow-700\\/70 { border-top-color: #a16207b3; } @@ -148104,6 +203624,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a16207cc; } +.border-t-yellow-700\\/85 { + border-top-color: #a16207d9; +} + .border-t-yellow-700\\/90 { border-top-color: #a16207e6; } @@ -148128,6 +203652,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #854d0e; } +.border-t-yellow-800\\/15 { + border-top-color: #854d0e26; +} + .border-t-yellow-800\\/20 { border-top-color: #854d0e33; } @@ -148140,10 +203668,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #854d0e4d; } +.border-t-yellow-800\\/35 { + border-top-color: #854d0e59; +} + .border-t-yellow-800\\/40 { border-top-color: #854d0e66; } +.border-t-yellow-800\\/45 { + border-top-color: #854d0e73; +} + .border-t-yellow-800\\/5 { border-top-color: #854d0e0d; } @@ -148152,10 +203688,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #854d0e80; } +.border-t-yellow-800\\/55 { + border-top-color: #854d0e8c; +} + .border-t-yellow-800\\/60 { border-top-color: #854d0e99; } +.border-t-yellow-800\\/65 { + border-top-color: #854d0ea6; +} + .border-t-yellow-800\\/70 { border-top-color: #854d0eb3; } @@ -148168,6 +203712,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #854d0ecc; } +.border-t-yellow-800\\/85 { + border-top-color: #854d0ed9; +} + .border-t-yellow-800\\/90 { border-top-color: #854d0ee6; } @@ -148192,6 +203740,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #713f12; } +.border-t-yellow-900\\/15 { + border-top-color: #713f1226; +} + .border-t-yellow-900\\/20 { border-top-color: #713f1233; } @@ -148204,10 +203756,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #713f124d; } +.border-t-yellow-900\\/35 { + border-top-color: #713f1259; +} + .border-t-yellow-900\\/40 { border-top-color: #713f1266; } +.border-t-yellow-900\\/45 { + border-top-color: #713f1273; +} + .border-t-yellow-900\\/5 { border-top-color: #713f120d; } @@ -148216,10 +203776,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #713f1280; } +.border-t-yellow-900\\/55 { + border-top-color: #713f128c; +} + .border-t-yellow-900\\/60 { border-top-color: #713f1299; } +.border-t-yellow-900\\/65 { + border-top-color: #713f12a6; +} + .border-t-yellow-900\\/70 { border-top-color: #713f12b3; } @@ -148232,6 +203800,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #713f12cc; } +.border-t-yellow-900\\/85 { + border-top-color: #713f12d9; +} + .border-t-yellow-900\\/90 { border-top-color: #713f12e6; } @@ -148256,6 +203828,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #422006; } +.border-t-yellow-950\\/15 { + border-top-color: #42200626; +} + .border-t-yellow-950\\/20 { border-top-color: #42200633; } @@ -148268,10 +203844,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #4220064d; } +.border-t-yellow-950\\/35 { + border-top-color: #42200659; +} + .border-t-yellow-950\\/40 { border-top-color: #42200666; } +.border-t-yellow-950\\/45 { + border-top-color: #42200673; +} + .border-t-yellow-950\\/5 { border-top-color: #4220060d; } @@ -148280,10 +203864,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #42200680; } +.border-t-yellow-950\\/55 { + border-top-color: #4220068c; +} + .border-t-yellow-950\\/60 { border-top-color: #42200699; } +.border-t-yellow-950\\/65 { + border-top-color: #422006a6; +} + .border-t-yellow-950\\/70 { border-top-color: #422006b3; } @@ -148296,6 +203888,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #422006cc; } +.border-t-yellow-950\\/85 { + border-top-color: #422006d9; +} + .border-t-yellow-950\\/90 { border-top-color: #422006e6; } @@ -148320,6 +203916,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f4f4f5; } +.border-t-zinc-100\\/15 { + border-top-color: #f4f4f526; +} + .border-t-zinc-100\\/20 { border-top-color: #f4f4f533; } @@ -148332,10 +203932,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f4f4f54d; } +.border-t-zinc-100\\/35 { + border-top-color: #f4f4f559; +} + .border-t-zinc-100\\/40 { border-top-color: #f4f4f566; } +.border-t-zinc-100\\/45 { + border-top-color: #f4f4f573; +} + .border-t-zinc-100\\/5 { border-top-color: #f4f4f50d; } @@ -148344,10 +203952,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f4f4f580; } +.border-t-zinc-100\\/55 { + border-top-color: #f4f4f58c; +} + .border-t-zinc-100\\/60 { border-top-color: #f4f4f599; } +.border-t-zinc-100\\/65 { + border-top-color: #f4f4f5a6; +} + .border-t-zinc-100\\/70 { border-top-color: #f4f4f5b3; } @@ -148360,6 +203976,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #f4f4f5cc; } +.border-t-zinc-100\\/85 { + border-top-color: #f4f4f5d9; +} + .border-t-zinc-100\\/90 { border-top-color: #f4f4f5e6; } @@ -148384,6 +204004,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e4e4e7; } +.border-t-zinc-200\\/15 { + border-top-color: #e4e4e726; +} + .border-t-zinc-200\\/20 { border-top-color: #e4e4e733; } @@ -148396,10 +204020,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e4e4e74d; } +.border-t-zinc-200\\/35 { + border-top-color: #e4e4e759; +} + .border-t-zinc-200\\/40 { border-top-color: #e4e4e766; } +.border-t-zinc-200\\/45 { + border-top-color: #e4e4e773; +} + .border-t-zinc-200\\/5 { border-top-color: #e4e4e70d; } @@ -148408,10 +204040,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e4e4e780; } +.border-t-zinc-200\\/55 { + border-top-color: #e4e4e78c; +} + .border-t-zinc-200\\/60 { border-top-color: #e4e4e799; } +.border-t-zinc-200\\/65 { + border-top-color: #e4e4e7a6; +} + .border-t-zinc-200\\/70 { border-top-color: #e4e4e7b3; } @@ -148424,6 +204064,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #e4e4e7cc; } +.border-t-zinc-200\\/85 { + border-top-color: #e4e4e7d9; +} + .border-t-zinc-200\\/90 { border-top-color: #e4e4e7e6; } @@ -148448,6 +204092,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d8; } +.border-t-zinc-300\\/15 { + border-top-color: #d4d4d826; +} + .border-t-zinc-300\\/20 { border-top-color: #d4d4d833; } @@ -148460,10 +204108,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d84d; } +.border-t-zinc-300\\/35 { + border-top-color: #d4d4d859; +} + .border-t-zinc-300\\/40 { border-top-color: #d4d4d866; } +.border-t-zinc-300\\/45 { + border-top-color: #d4d4d873; +} + .border-t-zinc-300\\/5 { border-top-color: #d4d4d80d; } @@ -148472,10 +204128,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d880; } +.border-t-zinc-300\\/55 { + border-top-color: #d4d4d88c; +} + .border-t-zinc-300\\/60 { border-top-color: #d4d4d899; } +.border-t-zinc-300\\/65 { + border-top-color: #d4d4d8a6; +} + .border-t-zinc-300\\/70 { border-top-color: #d4d4d8b3; } @@ -148488,6 +204152,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #d4d4d8cc; } +.border-t-zinc-300\\/85 { + border-top-color: #d4d4d8d9; +} + .border-t-zinc-300\\/90 { border-top-color: #d4d4d8e6; } @@ -148512,6 +204180,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a1a1aa; } +.border-t-zinc-400\\/15 { + border-top-color: #a1a1aa26; +} + .border-t-zinc-400\\/20 { border-top-color: #a1a1aa33; } @@ -148524,10 +204196,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a1a1aa4d; } +.border-t-zinc-400\\/35 { + border-top-color: #a1a1aa59; +} + .border-t-zinc-400\\/40 { border-top-color: #a1a1aa66; } +.border-t-zinc-400\\/45 { + border-top-color: #a1a1aa73; +} + .border-t-zinc-400\\/5 { border-top-color: #a1a1aa0d; } @@ -148536,10 +204216,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a1a1aa80; } +.border-t-zinc-400\\/55 { + border-top-color: #a1a1aa8c; +} + .border-t-zinc-400\\/60 { border-top-color: #a1a1aa99; } +.border-t-zinc-400\\/65 { + border-top-color: #a1a1aaa6; +} + .border-t-zinc-400\\/70 { border-top-color: #a1a1aab3; } @@ -148552,6 +204240,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #a1a1aacc; } +.border-t-zinc-400\\/85 { + border-top-color: #a1a1aad9; +} + .border-t-zinc-400\\/90 { border-top-color: #a1a1aae6; } @@ -148576,6 +204268,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafa; } +.border-t-zinc-50\\/15 { + border-top-color: #fafafa26; +} + .border-t-zinc-50\\/20 { border-top-color: #fafafa33; } @@ -148588,10 +204284,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafa4d; } +.border-t-zinc-50\\/35 { + border-top-color: #fafafa59; +} + .border-t-zinc-50\\/40 { border-top-color: #fafafa66; } +.border-t-zinc-50\\/45 { + border-top-color: #fafafa73; +} + .border-t-zinc-50\\/5 { border-top-color: #fafafa0d; } @@ -148600,10 +204304,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafa80; } +.border-t-zinc-50\\/55 { + border-top-color: #fafafa8c; +} + .border-t-zinc-50\\/60 { border-top-color: #fafafa99; } +.border-t-zinc-50\\/65 { + border-top-color: #fafafaa6; +} + .border-t-zinc-50\\/70 { border-top-color: #fafafab3; } @@ -148616,6 +204328,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #fafafacc; } +.border-t-zinc-50\\/85 { + border-top-color: #fafafad9; +} + .border-t-zinc-50\\/90 { border-top-color: #fafafae6; } @@ -148640,6 +204356,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #71717a; } +.border-t-zinc-500\\/15 { + border-top-color: #71717a26; +} + .border-t-zinc-500\\/20 { border-top-color: #71717a33; } @@ -148652,10 +204372,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #71717a4d; } +.border-t-zinc-500\\/35 { + border-top-color: #71717a59; +} + .border-t-zinc-500\\/40 { border-top-color: #71717a66; } +.border-t-zinc-500\\/45 { + border-top-color: #71717a73; +} + .border-t-zinc-500\\/5 { border-top-color: #71717a0d; } @@ -148664,10 +204392,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #71717a80; } +.border-t-zinc-500\\/55 { + border-top-color: #71717a8c; +} + .border-t-zinc-500\\/60 { border-top-color: #71717a99; } +.border-t-zinc-500\\/65 { + border-top-color: #71717aa6; +} + .border-t-zinc-500\\/70 { border-top-color: #71717ab3; } @@ -148680,6 +204416,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #71717acc; } +.border-t-zinc-500\\/85 { + border-top-color: #71717ad9; +} + .border-t-zinc-500\\/90 { border-top-color: #71717ae6; } @@ -148704,6 +204444,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #52525b; } +.border-t-zinc-600\\/15 { + border-top-color: #52525b26; +} + .border-t-zinc-600\\/20 { border-top-color: #52525b33; } @@ -148716,10 +204460,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #52525b4d; } +.border-t-zinc-600\\/35 { + border-top-color: #52525b59; +} + .border-t-zinc-600\\/40 { border-top-color: #52525b66; } +.border-t-zinc-600\\/45 { + border-top-color: #52525b73; +} + .border-t-zinc-600\\/5 { border-top-color: #52525b0d; } @@ -148728,10 +204480,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #52525b80; } +.border-t-zinc-600\\/55 { + border-top-color: #52525b8c; +} + .border-t-zinc-600\\/60 { border-top-color: #52525b99; } +.border-t-zinc-600\\/65 { + border-top-color: #52525ba6; +} + .border-t-zinc-600\\/70 { border-top-color: #52525bb3; } @@ -148744,6 +204504,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #52525bcc; } +.border-t-zinc-600\\/85 { + border-top-color: #52525bd9; +} + .border-t-zinc-600\\/90 { border-top-color: #52525be6; } @@ -148768,6 +204532,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f3f46; } +.border-t-zinc-700\\/15 { + border-top-color: #3f3f4626; +} + .border-t-zinc-700\\/20 { border-top-color: #3f3f4633; } @@ -148780,10 +204548,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f3f464d; } +.border-t-zinc-700\\/35 { + border-top-color: #3f3f4659; +} + .border-t-zinc-700\\/40 { border-top-color: #3f3f4666; } +.border-t-zinc-700\\/45 { + border-top-color: #3f3f4673; +} + .border-t-zinc-700\\/5 { border-top-color: #3f3f460d; } @@ -148792,10 +204568,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f3f4680; } +.border-t-zinc-700\\/55 { + border-top-color: #3f3f468c; +} + .border-t-zinc-700\\/60 { border-top-color: #3f3f4699; } +.border-t-zinc-700\\/65 { + border-top-color: #3f3f46a6; +} + .border-t-zinc-700\\/70 { border-top-color: #3f3f46b3; } @@ -148808,6 +204592,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #3f3f46cc; } +.border-t-zinc-700\\/85 { + border-top-color: #3f3f46d9; +} + .border-t-zinc-700\\/90 { border-top-color: #3f3f46e6; } @@ -148832,6 +204620,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #27272a; } +.border-t-zinc-800\\/15 { + border-top-color: #27272a26; +} + .border-t-zinc-800\\/20 { border-top-color: #27272a33; } @@ -148844,10 +204636,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #27272a4d; } +.border-t-zinc-800\\/35 { + border-top-color: #27272a59; +} + .border-t-zinc-800\\/40 { border-top-color: #27272a66; } +.border-t-zinc-800\\/45 { + border-top-color: #27272a73; +} + .border-t-zinc-800\\/5 { border-top-color: #27272a0d; } @@ -148856,10 +204656,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #27272a80; } +.border-t-zinc-800\\/55 { + border-top-color: #27272a8c; +} + .border-t-zinc-800\\/60 { border-top-color: #27272a99; } +.border-t-zinc-800\\/65 { + border-top-color: #27272aa6; +} + .border-t-zinc-800\\/70 { border-top-color: #27272ab3; } @@ -148872,6 +204680,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #27272acc; } +.border-t-zinc-800\\/85 { + border-top-color: #27272ad9; +} + .border-t-zinc-800\\/90 { border-top-color: #27272ae6; } @@ -148896,6 +204708,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #18181b; } +.border-t-zinc-900\\/15 { + border-top-color: #18181b26; +} + .border-t-zinc-900\\/20 { border-top-color: #18181b33; } @@ -148908,10 +204724,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #18181b4d; } +.border-t-zinc-900\\/35 { + border-top-color: #18181b59; +} + .border-t-zinc-900\\/40 { border-top-color: #18181b66; } +.border-t-zinc-900\\/45 { + border-top-color: #18181b73; +} + .border-t-zinc-900\\/5 { border-top-color: #18181b0d; } @@ -148920,10 +204744,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #18181b80; } +.border-t-zinc-900\\/55 { + border-top-color: #18181b8c; +} + .border-t-zinc-900\\/60 { border-top-color: #18181b99; } +.border-t-zinc-900\\/65 { + border-top-color: #18181ba6; +} + .border-t-zinc-900\\/70 { border-top-color: #18181bb3; } @@ -148936,6 +204768,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #18181bcc; } +.border-t-zinc-900\\/85 { + border-top-color: #18181bd9; +} + .border-t-zinc-900\\/90 { border-top-color: #18181be6; } @@ -148960,6 +204796,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #09090b; } +.border-t-zinc-950\\/15 { + border-top-color: #09090b26; +} + .border-t-zinc-950\\/20 { border-top-color: #09090b33; } @@ -148972,10 +204812,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #09090b4d; } +.border-t-zinc-950\\/35 { + border-top-color: #09090b59; +} + .border-t-zinc-950\\/40 { border-top-color: #09090b66; } +.border-t-zinc-950\\/45 { + border-top-color: #09090b73; +} + .border-t-zinc-950\\/5 { border-top-color: #09090b0d; } @@ -148984,10 +204832,18 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #09090b80; } +.border-t-zinc-950\\/55 { + border-top-color: #09090b8c; +} + .border-t-zinc-950\\/60 { border-top-color: #09090b99; } +.border-t-zinc-950\\/65 { + border-top-color: #09090ba6; +} + .border-t-zinc-950\\/70 { border-top-color: #09090bb3; } @@ -149000,6 +204856,10 @@ exports[`should test the 'borderColor' plugin 1`] = ` border-top-color: #09090bcc; } +.border-t-zinc-950\\/85 { + border-top-color: #09090bd9; +} + .border-t-zinc-950\\/90 { border-top-color: #09090be6; } @@ -149038,6 +204898,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef3c7; } +.border-amber-100\\/15 { + border-color: #fef3c726; +} + .border-amber-100\\/20 { border-color: #fef3c733; } @@ -149050,10 +204914,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef3c74d; } +.border-amber-100\\/35 { + border-color: #fef3c759; +} + .border-amber-100\\/40 { border-color: #fef3c766; } +.border-amber-100\\/45 { + border-color: #fef3c773; +} + .border-amber-100\\/5 { border-color: #fef3c70d; } @@ -149062,10 +204934,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef3c780; } +.border-amber-100\\/55 { + border-color: #fef3c78c; +} + .border-amber-100\\/60 { border-color: #fef3c799; } +.border-amber-100\\/65 { + border-color: #fef3c7a6; +} + .border-amber-100\\/70 { border-color: #fef3c7b3; } @@ -149078,6 +204958,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef3c7cc; } +.border-amber-100\\/85 { + border-color: #fef3c7d9; +} + .border-amber-100\\/90 { border-color: #fef3c7e6; } @@ -149103,6 +204987,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde68a; } +.border-amber-200\\/15 { + border-color: #fde68a26; +} + .border-amber-200\\/20 { border-color: #fde68a33; } @@ -149115,10 +205003,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde68a4d; } +.border-amber-200\\/35 { + border-color: #fde68a59; +} + .border-amber-200\\/40 { border-color: #fde68a66; } +.border-amber-200\\/45 { + border-color: #fde68a73; +} + .border-amber-200\\/5 { border-color: #fde68a0d; } @@ -149127,10 +205023,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde68a80; } +.border-amber-200\\/55 { + border-color: #fde68a8c; +} + .border-amber-200\\/60 { border-color: #fde68a99; } +.border-amber-200\\/65 { + border-color: #fde68aa6; +} + .border-amber-200\\/70 { border-color: #fde68ab3; } @@ -149143,6 +205047,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde68acc; } +.border-amber-200\\/85 { + border-color: #fde68ad9; +} + .border-amber-200\\/90 { border-color: #fde68ae6; } @@ -149168,6 +205076,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fcd34d; } +.border-amber-300\\/15 { + border-color: #fcd34d26; +} + .border-amber-300\\/20 { border-color: #fcd34d33; } @@ -149180,10 +205092,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fcd34d4d; } +.border-amber-300\\/35 { + border-color: #fcd34d59; +} + .border-amber-300\\/40 { border-color: #fcd34d66; } +.border-amber-300\\/45 { + border-color: #fcd34d73; +} + .border-amber-300\\/5 { border-color: #fcd34d0d; } @@ -149192,10 +205112,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fcd34d80; } +.border-amber-300\\/55 { + border-color: #fcd34d8c; +} + .border-amber-300\\/60 { border-color: #fcd34d99; } +.border-amber-300\\/65 { + border-color: #fcd34da6; +} + .border-amber-300\\/70 { border-color: #fcd34db3; } @@ -149208,6 +205136,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fcd34dcc; } +.border-amber-300\\/85 { + border-color: #fcd34dd9; +} + .border-amber-300\\/90 { border-color: #fcd34de6; } @@ -149233,6 +205165,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbbf24; } +.border-amber-400\\/15 { + border-color: #fbbf2426; +} + .border-amber-400\\/20 { border-color: #fbbf2433; } @@ -149245,10 +205181,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbbf244d; } +.border-amber-400\\/35 { + border-color: #fbbf2459; +} + .border-amber-400\\/40 { border-color: #fbbf2466; } +.border-amber-400\\/45 { + border-color: #fbbf2473; +} + .border-amber-400\\/5 { border-color: #fbbf240d; } @@ -149257,10 +205201,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbbf2480; } +.border-amber-400\\/55 { + border-color: #fbbf248c; +} + .border-amber-400\\/60 { border-color: #fbbf2499; } +.border-amber-400\\/65 { + border-color: #fbbf24a6; +} + .border-amber-400\\/70 { border-color: #fbbf24b3; } @@ -149273,6 +205225,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbbf24cc; } +.border-amber-400\\/85 { + border-color: #fbbf24d9; +} + .border-amber-400\\/90 { border-color: #fbbf24e6; } @@ -149298,6 +205254,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fffbeb; } +.border-amber-50\\/15 { + border-color: #fffbeb26; +} + .border-amber-50\\/20 { border-color: #fffbeb33; } @@ -149310,10 +205270,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fffbeb4d; } +.border-amber-50\\/35 { + border-color: #fffbeb59; +} + .border-amber-50\\/40 { border-color: #fffbeb66; } +.border-amber-50\\/45 { + border-color: #fffbeb73; +} + .border-amber-50\\/5 { border-color: #fffbeb0d; } @@ -149322,10 +205290,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fffbeb80; } +.border-amber-50\\/55 { + border-color: #fffbeb8c; +} + .border-amber-50\\/60 { border-color: #fffbeb99; } +.border-amber-50\\/65 { + border-color: #fffbeba6; +} + .border-amber-50\\/70 { border-color: #fffbebb3; } @@ -149338,6 +205314,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fffbebcc; } +.border-amber-50\\/85 { + border-color: #fffbebd9; +} + .border-amber-50\\/90 { border-color: #fffbebe6; } @@ -149363,6 +205343,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f59e0b; } +.border-amber-500\\/15 { + border-color: #f59e0b26; +} + .border-amber-500\\/20 { border-color: #f59e0b33; } @@ -149375,10 +205359,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f59e0b4d; } +.border-amber-500\\/35 { + border-color: #f59e0b59; +} + .border-amber-500\\/40 { border-color: #f59e0b66; } +.border-amber-500\\/45 { + border-color: #f59e0b73; +} + .border-amber-500\\/5 { border-color: #f59e0b0d; } @@ -149387,10 +205379,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f59e0b80; } +.border-amber-500\\/55 { + border-color: #f59e0b8c; +} + .border-amber-500\\/60 { border-color: #f59e0b99; } +.border-amber-500\\/65 { + border-color: #f59e0ba6; +} + .border-amber-500\\/70 { border-color: #f59e0bb3; } @@ -149403,6 +205403,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f59e0bcc; } +.border-amber-500\\/85 { + border-color: #f59e0bd9; +} + .border-amber-500\\/90 { border-color: #f59e0be6; } @@ -149428,6 +205432,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d97706; } +.border-amber-600\\/15 { + border-color: #d9770626; +} + .border-amber-600\\/20 { border-color: #d9770633; } @@ -149440,10 +205448,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d977064d; } +.border-amber-600\\/35 { + border-color: #d9770659; +} + .border-amber-600\\/40 { border-color: #d9770666; } +.border-amber-600\\/45 { + border-color: #d9770673; +} + .border-amber-600\\/5 { border-color: #d977060d; } @@ -149452,10 +205468,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d9770680; } +.border-amber-600\\/55 { + border-color: #d977068c; +} + .border-amber-600\\/60 { border-color: #d9770699; } +.border-amber-600\\/65 { + border-color: #d97706a6; +} + .border-amber-600\\/70 { border-color: #d97706b3; } @@ -149468,6 +205492,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d97706cc; } +.border-amber-600\\/85 { + border-color: #d97706d9; +} + .border-amber-600\\/90 { border-color: #d97706e6; } @@ -149493,6 +205521,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b45309; } +.border-amber-700\\/15 { + border-color: #b4530926; +} + .border-amber-700\\/20 { border-color: #b4530933; } @@ -149505,10 +205537,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b453094d; } +.border-amber-700\\/35 { + border-color: #b4530959; +} + .border-amber-700\\/40 { border-color: #b4530966; } +.border-amber-700\\/45 { + border-color: #b4530973; +} + .border-amber-700\\/5 { border-color: #b453090d; } @@ -149517,10 +205557,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b4530980; } +.border-amber-700\\/55 { + border-color: #b453098c; +} + .border-amber-700\\/60 { border-color: #b4530999; } +.border-amber-700\\/65 { + border-color: #b45309a6; +} + .border-amber-700\\/70 { border-color: #b45309b3; } @@ -149533,6 +205581,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b45309cc; } +.border-amber-700\\/85 { + border-color: #b45309d9; +} + .border-amber-700\\/90 { border-color: #b45309e6; } @@ -149558,6 +205610,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #92400e; } +.border-amber-800\\/15 { + border-color: #92400e26; +} + .border-amber-800\\/20 { border-color: #92400e33; } @@ -149570,10 +205626,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #92400e4d; } +.border-amber-800\\/35 { + border-color: #92400e59; +} + .border-amber-800\\/40 { border-color: #92400e66; } +.border-amber-800\\/45 { + border-color: #92400e73; +} + .border-amber-800\\/5 { border-color: #92400e0d; } @@ -149582,10 +205646,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #92400e80; } +.border-amber-800\\/55 { + border-color: #92400e8c; +} + .border-amber-800\\/60 { border-color: #92400e99; } +.border-amber-800\\/65 { + border-color: #92400ea6; +} + .border-amber-800\\/70 { border-color: #92400eb3; } @@ -149598,6 +205670,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #92400ecc; } +.border-amber-800\\/85 { + border-color: #92400ed9; +} + .border-amber-800\\/90 { border-color: #92400ee6; } @@ -149623,6 +205699,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78350f; } +.border-amber-900\\/15 { + border-color: #78350f26; +} + .border-amber-900\\/20 { border-color: #78350f33; } @@ -149635,10 +205715,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78350f4d; } +.border-amber-900\\/35 { + border-color: #78350f59; +} + .border-amber-900\\/40 { border-color: #78350f66; } +.border-amber-900\\/45 { + border-color: #78350f73; +} + .border-amber-900\\/5 { border-color: #78350f0d; } @@ -149647,10 +205735,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78350f80; } +.border-amber-900\\/55 { + border-color: #78350f8c; +} + .border-amber-900\\/60 { border-color: #78350f99; } +.border-amber-900\\/65 { + border-color: #78350fa6; +} + .border-amber-900\\/70 { border-color: #78350fb3; } @@ -149663,6 +205759,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78350fcc; } +.border-amber-900\\/85 { + border-color: #78350fd9; +} + .border-amber-900\\/90 { border-color: #78350fe6; } @@ -149688,6 +205788,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #451a03; } +.border-amber-950\\/15 { + border-color: #451a0326; +} + .border-amber-950\\/20 { border-color: #451a0333; } @@ -149700,10 +205804,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #451a034d; } +.border-amber-950\\/35 { + border-color: #451a0359; +} + .border-amber-950\\/40 { border-color: #451a0366; } +.border-amber-950\\/45 { + border-color: #451a0373; +} + .border-amber-950\\/5 { border-color: #451a030d; } @@ -149712,10 +205824,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #451a0380; } +.border-amber-950\\/55 { + border-color: #451a038c; +} + .border-amber-950\\/60 { border-color: #451a0399; } +.border-amber-950\\/65 { + border-color: #451a03a6; +} + .border-amber-950\\/70 { border-color: #451a03b3; } @@ -149728,6 +205848,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #451a03cc; } +.border-amber-950\\/85 { + border-color: #451a03d9; +} + .border-amber-950\\/90 { border-color: #451a03e6; } @@ -149753,6 +205877,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #000; } +.border-black\\/15 { + border-color: #00000026; +} + .border-black\\/20 { border-color: #0003; } @@ -149765,10 +205893,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0000004d; } +.border-black\\/35 { + border-color: #00000059; +} + .border-black\\/40 { border-color: #0006; } +.border-black\\/45 { + border-color: #00000073; +} + .border-black\\/5 { border-color: #0000000d; } @@ -149777,10 +205913,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #00000080; } +.border-black\\/55 { + border-color: #0000008c; +} + .border-black\\/60 { border-color: #0009; } +.border-black\\/65 { + border-color: #000000a6; +} + .border-black\\/70 { border-color: #000000b3; } @@ -149793,6 +205937,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #000c; } +.border-black\\/85 { + border-color: #000000d9; +} + .border-black\\/90 { border-color: #000000e6; } @@ -149818,6 +205966,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dbeafe; } +.border-blue-100\\/15 { + border-color: #dbeafe26; +} + .border-blue-100\\/20 { border-color: #dbeafe33; } @@ -149830,10 +205982,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dbeafe4d; } +.border-blue-100\\/35 { + border-color: #dbeafe59; +} + .border-blue-100\\/40 { border-color: #dbeafe66; } +.border-blue-100\\/45 { + border-color: #dbeafe73; +} + .border-blue-100\\/5 { border-color: #dbeafe0d; } @@ -149842,10 +206002,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dbeafe80; } +.border-blue-100\\/55 { + border-color: #dbeafe8c; +} + .border-blue-100\\/60 { border-color: #dbeafe99; } +.border-blue-100\\/65 { + border-color: #dbeafea6; +} + .border-blue-100\\/70 { border-color: #dbeafeb3; } @@ -149858,6 +206026,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dbeafecc; } +.border-blue-100\\/85 { + border-color: #dbeafed9; +} + .border-blue-100\\/90 { border-color: #dbeafee6; } @@ -149883,6 +206055,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bfdbfe; } +.border-blue-200\\/15 { + border-color: #bfdbfe26; +} + .border-blue-200\\/20 { border-color: #bfdbfe33; } @@ -149895,10 +206071,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bfdbfe4d; } +.border-blue-200\\/35 { + border-color: #bfdbfe59; +} + .border-blue-200\\/40 { border-color: #bfdbfe66; } +.border-blue-200\\/45 { + border-color: #bfdbfe73; +} + .border-blue-200\\/5 { border-color: #bfdbfe0d; } @@ -149907,10 +206091,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bfdbfe80; } +.border-blue-200\\/55 { + border-color: #bfdbfe8c; +} + .border-blue-200\\/60 { border-color: #bfdbfe99; } +.border-blue-200\\/65 { + border-color: #bfdbfea6; +} + .border-blue-200\\/70 { border-color: #bfdbfeb3; } @@ -149923,6 +206115,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bfdbfecc; } +.border-blue-200\\/85 { + border-color: #bfdbfed9; +} + .border-blue-200\\/90 { border-color: #bfdbfee6; } @@ -149948,6 +206144,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #93c5fd; } +.border-blue-300\\/15 { + border-color: #93c5fd26; +} + .border-blue-300\\/20 { border-color: #93c5fd33; } @@ -149960,10 +206160,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #93c5fd4d; } +.border-blue-300\\/35 { + border-color: #93c5fd59; +} + .border-blue-300\\/40 { border-color: #93c5fd66; } +.border-blue-300\\/45 { + border-color: #93c5fd73; +} + .border-blue-300\\/5 { border-color: #93c5fd0d; } @@ -149972,10 +206180,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #93c5fd80; } +.border-blue-300\\/55 { + border-color: #93c5fd8c; +} + .border-blue-300\\/60 { border-color: #93c5fd99; } +.border-blue-300\\/65 { + border-color: #93c5fda6; +} + .border-blue-300\\/70 { border-color: #93c5fdb3; } @@ -149988,6 +206204,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #93c5fdcc; } +.border-blue-300\\/85 { + border-color: #93c5fdd9; +} + .border-blue-300\\/90 { border-color: #93c5fde6; } @@ -150013,6 +206233,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #60a5fa; } +.border-blue-400\\/15 { + border-color: #60a5fa26; +} + .border-blue-400\\/20 { border-color: #60a5fa33; } @@ -150025,10 +206249,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #60a5fa4d; } +.border-blue-400\\/35 { + border-color: #60a5fa59; +} + .border-blue-400\\/40 { border-color: #60a5fa66; } +.border-blue-400\\/45 { + border-color: #60a5fa73; +} + .border-blue-400\\/5 { border-color: #60a5fa0d; } @@ -150037,10 +206269,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #60a5fa80; } +.border-blue-400\\/55 { + border-color: #60a5fa8c; +} + .border-blue-400\\/60 { border-color: #60a5fa99; } +.border-blue-400\\/65 { + border-color: #60a5faa6; +} + .border-blue-400\\/70 { border-color: #60a5fab3; } @@ -150053,6 +206293,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #60a5facc; } +.border-blue-400\\/85 { + border-color: #60a5fad9; +} + .border-blue-400\\/90 { border-color: #60a5fae6; } @@ -150078,6 +206322,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eff6ff; } +.border-blue-50\\/15 { + border-color: #eff6ff26; +} + .border-blue-50\\/20 { border-color: #eff6ff33; } @@ -150090,10 +206338,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eff6ff4d; } +.border-blue-50\\/35 { + border-color: #eff6ff59; +} + .border-blue-50\\/40 { border-color: #eff6ff66; } +.border-blue-50\\/45 { + border-color: #eff6ff73; +} + .border-blue-50\\/5 { border-color: #eff6ff0d; } @@ -150102,10 +206358,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eff6ff80; } +.border-blue-50\\/55 { + border-color: #eff6ff8c; +} + .border-blue-50\\/60 { border-color: #eff6ff99; } +.border-blue-50\\/65 { + border-color: #eff6ffa6; +} + .border-blue-50\\/70 { border-color: #eff6ffb3; } @@ -150118,6 +206382,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eff6ffcc; } +.border-blue-50\\/85 { + border-color: #eff6ffd9; +} + .border-blue-50\\/90 { border-color: #eff6ffe6; } @@ -150143,6 +206411,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b82f6; } +.border-blue-500\\/15 { + border-color: #3b82f626; +} + .border-blue-500\\/20 { border-color: #3b82f633; } @@ -150155,10 +206427,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b82f64d; } +.border-blue-500\\/35 { + border-color: #3b82f659; +} + .border-blue-500\\/40 { border-color: #3b82f666; } +.border-blue-500\\/45 { + border-color: #3b82f673; +} + .border-blue-500\\/5 { border-color: #3b82f60d; } @@ -150167,10 +206447,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b82f680; } +.border-blue-500\\/55 { + border-color: #3b82f68c; +} + .border-blue-500\\/60 { border-color: #3b82f699; } +.border-blue-500\\/65 { + border-color: #3b82f6a6; +} + .border-blue-500\\/70 { border-color: #3b82f6b3; } @@ -150183,6 +206471,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b82f6cc; } +.border-blue-500\\/85 { + border-color: #3b82f6d9; +} + .border-blue-500\\/90 { border-color: #3b82f6e6; } @@ -150208,6 +206500,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2563eb; } +.border-blue-600\\/15 { + border-color: #2563eb26; +} + .border-blue-600\\/20 { border-color: #2563eb33; } @@ -150220,10 +206516,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2563eb4d; } +.border-blue-600\\/35 { + border-color: #2563eb59; +} + .border-blue-600\\/40 { border-color: #2563eb66; } +.border-blue-600\\/45 { + border-color: #2563eb73; +} + .border-blue-600\\/5 { border-color: #2563eb0d; } @@ -150232,10 +206536,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2563eb80; } +.border-blue-600\\/55 { + border-color: #2563eb8c; +} + .border-blue-600\\/60 { border-color: #2563eb99; } +.border-blue-600\\/65 { + border-color: #2563eba6; +} + .border-blue-600\\/70 { border-color: #2563ebb3; } @@ -150248,6 +206560,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2563ebcc; } +.border-blue-600\\/85 { + border-color: #2563ebd9; +} + .border-blue-600\\/90 { border-color: #2563ebe6; } @@ -150273,6 +206589,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1d4ed8; } +.border-blue-700\\/15 { + border-color: #1d4ed826; +} + .border-blue-700\\/20 { border-color: #1d4ed833; } @@ -150285,10 +206605,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1d4ed84d; } +.border-blue-700\\/35 { + border-color: #1d4ed859; +} + .border-blue-700\\/40 { border-color: #1d4ed866; } +.border-blue-700\\/45 { + border-color: #1d4ed873; +} + .border-blue-700\\/5 { border-color: #1d4ed80d; } @@ -150297,10 +206625,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1d4ed880; } +.border-blue-700\\/55 { + border-color: #1d4ed88c; +} + .border-blue-700\\/60 { border-color: #1d4ed899; } +.border-blue-700\\/65 { + border-color: #1d4ed8a6; +} + .border-blue-700\\/70 { border-color: #1d4ed8b3; } @@ -150313,6 +206649,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1d4ed8cc; } +.border-blue-700\\/85 { + border-color: #1d4ed8d9; +} + .border-blue-700\\/90 { border-color: #1d4ed8e6; } @@ -150338,6 +206678,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e40af; } +.border-blue-800\\/15 { + border-color: #1e40af26; +} + .border-blue-800\\/20 { border-color: #1e40af33; } @@ -150350,10 +206694,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e40af4d; } +.border-blue-800\\/35 { + border-color: #1e40af59; +} + .border-blue-800\\/40 { border-color: #1e40af66; } +.border-blue-800\\/45 { + border-color: #1e40af73; +} + .border-blue-800\\/5 { border-color: #1e40af0d; } @@ -150362,10 +206714,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e40af80; } +.border-blue-800\\/55 { + border-color: #1e40af8c; +} + .border-blue-800\\/60 { border-color: #1e40af99; } +.border-blue-800\\/65 { + border-color: #1e40afa6; +} + .border-blue-800\\/70 { border-color: #1e40afb3; } @@ -150378,6 +206738,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e40afcc; } +.border-blue-800\\/85 { + border-color: #1e40afd9; +} + .border-blue-800\\/90 { border-color: #1e40afe6; } @@ -150403,6 +206767,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e3a8a; } +.border-blue-900\\/15 { + border-color: #1e3a8a26; +} + .border-blue-900\\/20 { border-color: #1e3a8a33; } @@ -150415,10 +206783,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e3a8a4d; } +.border-blue-900\\/35 { + border-color: #1e3a8a59; +} + .border-blue-900\\/40 { border-color: #1e3a8a66; } +.border-blue-900\\/45 { + border-color: #1e3a8a73; +} + .border-blue-900\\/5 { border-color: #1e3a8a0d; } @@ -150427,10 +206803,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e3a8a80; } +.border-blue-900\\/55 { + border-color: #1e3a8a8c; +} + .border-blue-900\\/60 { border-color: #1e3a8a99; } +.border-blue-900\\/65 { + border-color: #1e3a8aa6; +} + .border-blue-900\\/70 { border-color: #1e3a8ab3; } @@ -150443,6 +206827,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e3a8acc; } +.border-blue-900\\/85 { + border-color: #1e3a8ad9; +} + .border-blue-900\\/90 { border-color: #1e3a8ae6; } @@ -150468,6 +206856,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #172554; } +.border-blue-950\\/15 { + border-color: #17255426; +} + .border-blue-950\\/20 { border-color: #17255433; } @@ -150480,10 +206872,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1725544d; } +.border-blue-950\\/35 { + border-color: #17255459; +} + .border-blue-950\\/40 { border-color: #17255466; } +.border-blue-950\\/45 { + border-color: #17255473; +} + .border-blue-950\\/5 { border-color: #1725540d; } @@ -150492,10 +206892,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #17255480; } +.border-blue-950\\/55 { + border-color: #1725548c; +} + .border-blue-950\\/60 { border-color: #17255499; } +.border-blue-950\\/65 { + border-color: #172554a6; +} + .border-blue-950\\/70 { border-color: #172554b3; } @@ -150508,6 +206916,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #172554cc; } +.border-blue-950\\/85 { + border-color: #172554d9; +} + .border-blue-950\\/90 { border-color: #172554e6; } @@ -150537,6 +206949,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cffafe; } +.border-cyan-100\\/15 { + border-color: #cffafe26; +} + .border-cyan-100\\/20 { border-color: #cffafe33; } @@ -150549,10 +206965,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cffafe4d; } +.border-cyan-100\\/35 { + border-color: #cffafe59; +} + .border-cyan-100\\/40 { border-color: #cffafe66; } +.border-cyan-100\\/45 { + border-color: #cffafe73; +} + .border-cyan-100\\/5 { border-color: #cffafe0d; } @@ -150561,10 +206985,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cffafe80; } +.border-cyan-100\\/55 { + border-color: #cffafe8c; +} + .border-cyan-100\\/60 { border-color: #cffafe99; } +.border-cyan-100\\/65 { + border-color: #cffafea6; +} + .border-cyan-100\\/70 { border-color: #cffafeb3; } @@ -150577,6 +207009,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cffafecc; } +.border-cyan-100\\/85 { + border-color: #cffafed9; +} + .border-cyan-100\\/90 { border-color: #cffafee6; } @@ -150602,6 +207038,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5f3fc; } +.border-cyan-200\\/15 { + border-color: #a5f3fc26; +} + .border-cyan-200\\/20 { border-color: #a5f3fc33; } @@ -150614,10 +207054,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5f3fc4d; } +.border-cyan-200\\/35 { + border-color: #a5f3fc59; +} + .border-cyan-200\\/40 { border-color: #a5f3fc66; } +.border-cyan-200\\/45 { + border-color: #a5f3fc73; +} + .border-cyan-200\\/5 { border-color: #a5f3fc0d; } @@ -150626,10 +207074,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5f3fc80; } +.border-cyan-200\\/55 { + border-color: #a5f3fc8c; +} + .border-cyan-200\\/60 { border-color: #a5f3fc99; } +.border-cyan-200\\/65 { + border-color: #a5f3fca6; +} + .border-cyan-200\\/70 { border-color: #a5f3fcb3; } @@ -150642,6 +207098,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5f3fccc; } +.border-cyan-200\\/85 { + border-color: #a5f3fcd9; +} + .border-cyan-200\\/90 { border-color: #a5f3fce6; } @@ -150667,6 +207127,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #67e8f9; } +.border-cyan-300\\/15 { + border-color: #67e8f926; +} + .border-cyan-300\\/20 { border-color: #67e8f933; } @@ -150679,10 +207143,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #67e8f94d; } +.border-cyan-300\\/35 { + border-color: #67e8f959; +} + .border-cyan-300\\/40 { border-color: #67e8f966; } +.border-cyan-300\\/45 { + border-color: #67e8f973; +} + .border-cyan-300\\/5 { border-color: #67e8f90d; } @@ -150691,10 +207163,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #67e8f980; } +.border-cyan-300\\/55 { + border-color: #67e8f98c; +} + .border-cyan-300\\/60 { border-color: #67e8f999; } +.border-cyan-300\\/65 { + border-color: #67e8f9a6; +} + .border-cyan-300\\/70 { border-color: #67e8f9b3; } @@ -150707,6 +207187,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #67e8f9cc; } +.border-cyan-300\\/85 { + border-color: #67e8f9d9; +} + .border-cyan-300\\/90 { border-color: #67e8f9e6; } @@ -150732,6 +207216,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22d3ee; } +.border-cyan-400\\/15 { + border-color: #22d3ee26; +} + .border-cyan-400\\/20 { border-color: #22d3ee33; } @@ -150744,10 +207232,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22d3ee4d; } +.border-cyan-400\\/35 { + border-color: #22d3ee59; +} + .border-cyan-400\\/40 { border-color: #22d3ee66; } +.border-cyan-400\\/45 { + border-color: #22d3ee73; +} + .border-cyan-400\\/5 { border-color: #22d3ee0d; } @@ -150756,10 +207252,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22d3ee80; } +.border-cyan-400\\/55 { + border-color: #22d3ee8c; +} + .border-cyan-400\\/60 { border-color: #22d3ee99; } +.border-cyan-400\\/65 { + border-color: #22d3eea6; +} + .border-cyan-400\\/70 { border-color: #22d3eeb3; } @@ -150772,6 +207276,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22d3eecc; } +.border-cyan-400\\/85 { + border-color: #22d3eed9; +} + .border-cyan-400\\/90 { border-color: #22d3eee6; } @@ -150797,6 +207305,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfeff; } +.border-cyan-50\\/15 { + border-color: #ecfeff26; +} + .border-cyan-50\\/20 { border-color: #ecfeff33; } @@ -150809,10 +207321,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfeff4d; } +.border-cyan-50\\/35 { + border-color: #ecfeff59; +} + .border-cyan-50\\/40 { border-color: #ecfeff66; } +.border-cyan-50\\/45 { + border-color: #ecfeff73; +} + .border-cyan-50\\/5 { border-color: #ecfeff0d; } @@ -150821,10 +207341,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfeff80; } +.border-cyan-50\\/55 { + border-color: #ecfeff8c; +} + .border-cyan-50\\/60 { border-color: #ecfeff99; } +.border-cyan-50\\/65 { + border-color: #ecfeffa6; +} + .border-cyan-50\\/70 { border-color: #ecfeffb3; } @@ -150837,6 +207365,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfeffcc; } +.border-cyan-50\\/85 { + border-color: #ecfeffd9; +} + .border-cyan-50\\/90 { border-color: #ecfeffe6; } @@ -150862,6 +207394,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #06b6d4; } +.border-cyan-500\\/15 { + border-color: #06b6d426; +} + .border-cyan-500\\/20 { border-color: #06b6d433; } @@ -150874,10 +207410,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #06b6d44d; } +.border-cyan-500\\/35 { + border-color: #06b6d459; +} + .border-cyan-500\\/40 { border-color: #06b6d466; } +.border-cyan-500\\/45 { + border-color: #06b6d473; +} + .border-cyan-500\\/5 { border-color: #06b6d40d; } @@ -150886,10 +207430,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #06b6d480; } +.border-cyan-500\\/55 { + border-color: #06b6d48c; +} + .border-cyan-500\\/60 { border-color: #06b6d499; } +.border-cyan-500\\/65 { + border-color: #06b6d4a6; +} + .border-cyan-500\\/70 { border-color: #06b6d4b3; } @@ -150902,6 +207454,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #06b6d4cc; } +.border-cyan-500\\/85 { + border-color: #06b6d4d9; +} + .border-cyan-500\\/90 { border-color: #06b6d4e6; } @@ -150927,6 +207483,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0891b2; } +.border-cyan-600\\/15 { + border-color: #0891b226; +} + .border-cyan-600\\/20 { border-color: #0891b233; } @@ -150939,10 +207499,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0891b24d; } +.border-cyan-600\\/35 { + border-color: #0891b259; +} + .border-cyan-600\\/40 { border-color: #0891b266; } +.border-cyan-600\\/45 { + border-color: #0891b273; +} + .border-cyan-600\\/5 { border-color: #0891b20d; } @@ -150951,10 +207519,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0891b280; } +.border-cyan-600\\/55 { + border-color: #0891b28c; +} + .border-cyan-600\\/60 { border-color: #0891b299; } +.border-cyan-600\\/65 { + border-color: #0891b2a6; +} + .border-cyan-600\\/70 { border-color: #0891b2b3; } @@ -150967,6 +207543,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0891b2cc; } +.border-cyan-600\\/85 { + border-color: #0891b2d9; +} + .border-cyan-600\\/90 { border-color: #0891b2e6; } @@ -150992,6 +207572,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0e7490; } +.border-cyan-700\\/15 { + border-color: #0e749026; +} + .border-cyan-700\\/20 { border-color: #0e749033; } @@ -151004,10 +207588,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0e74904d; } +.border-cyan-700\\/35 { + border-color: #0e749059; +} + .border-cyan-700\\/40 { border-color: #0e749066; } +.border-cyan-700\\/45 { + border-color: #0e749073; +} + .border-cyan-700\\/5 { border-color: #0e74900d; } @@ -151016,10 +207608,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0e749080; } +.border-cyan-700\\/55 { + border-color: #0e74908c; +} + .border-cyan-700\\/60 { border-color: #0e749099; } +.border-cyan-700\\/65 { + border-color: #0e7490a6; +} + .border-cyan-700\\/70 { border-color: #0e7490b3; } @@ -151032,6 +207632,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0e7490cc; } +.border-cyan-700\\/85 { + border-color: #0e7490d9; +} + .border-cyan-700\\/90 { border-color: #0e7490e6; } @@ -151057,6 +207661,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #155e75; } +.border-cyan-800\\/15 { + border-color: #155e7526; +} + .border-cyan-800\\/20 { border-color: #155e7533; } @@ -151069,10 +207677,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #155e754d; } +.border-cyan-800\\/35 { + border-color: #155e7559; +} + .border-cyan-800\\/40 { border-color: #155e7566; } +.border-cyan-800\\/45 { + border-color: #155e7573; +} + .border-cyan-800\\/5 { border-color: #155e750d; } @@ -151081,10 +207697,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #155e7580; } +.border-cyan-800\\/55 { + border-color: #155e758c; +} + .border-cyan-800\\/60 { border-color: #155e7599; } +.border-cyan-800\\/65 { + border-color: #155e75a6; +} + .border-cyan-800\\/70 { border-color: #155e75b3; } @@ -151097,6 +207721,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #155e75cc; } +.border-cyan-800\\/85 { + border-color: #155e75d9; +} + .border-cyan-800\\/90 { border-color: #155e75e6; } @@ -151122,6 +207750,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #164e63; } +.border-cyan-900\\/15 { + border-color: #164e6326; +} + .border-cyan-900\\/20 { border-color: #164e6333; } @@ -151134,10 +207766,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #164e634d; } +.border-cyan-900\\/35 { + border-color: #164e6359; +} + .border-cyan-900\\/40 { border-color: #164e6366; } +.border-cyan-900\\/45 { + border-color: #164e6373; +} + .border-cyan-900\\/5 { border-color: #164e630d; } @@ -151146,10 +207786,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #164e6380; } +.border-cyan-900\\/55 { + border-color: #164e638c; +} + .border-cyan-900\\/60 { border-color: #164e6399; } +.border-cyan-900\\/65 { + border-color: #164e63a6; +} + .border-cyan-900\\/70 { border-color: #164e63b3; } @@ -151162,6 +207810,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #164e63cc; } +.border-cyan-900\\/85 { + border-color: #164e63d9; +} + .border-cyan-900\\/90 { border-color: #164e63e6; } @@ -151187,6 +207839,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #083344; } +.border-cyan-950\\/15 { + border-color: #08334426; +} + .border-cyan-950\\/20 { border-color: #08334433; } @@ -151199,10 +207855,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0833444d; } +.border-cyan-950\\/35 { + border-color: #08334459; +} + .border-cyan-950\\/40 { border-color: #08334466; } +.border-cyan-950\\/45 { + border-color: #08334473; +} + .border-cyan-950\\/5 { border-color: #0833440d; } @@ -151211,10 +207875,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #08334480; } +.border-cyan-950\\/55 { + border-color: #0833448c; +} + .border-cyan-950\\/60 { border-color: #08334499; } +.border-cyan-950\\/65 { + border-color: #083344a6; +} + .border-cyan-950\\/70 { border-color: #083344b3; } @@ -151227,6 +207899,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #083344cc; } +.border-cyan-950\\/85 { + border-color: #083344d9; +} + .border-cyan-950\\/90 { border-color: #083344e6; } @@ -151252,6 +207928,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1fae5; } +.border-emerald-100\\/15 { + border-color: #d1fae526; +} + .border-emerald-100\\/20 { border-color: #d1fae533; } @@ -151264,10 +207944,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1fae54d; } +.border-emerald-100\\/35 { + border-color: #d1fae559; +} + .border-emerald-100\\/40 { border-color: #d1fae566; } +.border-emerald-100\\/45 { + border-color: #d1fae573; +} + .border-emerald-100\\/5 { border-color: #d1fae50d; } @@ -151276,10 +207964,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1fae580; } +.border-emerald-100\\/55 { + border-color: #d1fae58c; +} + .border-emerald-100\\/60 { border-color: #d1fae599; } +.border-emerald-100\\/65 { + border-color: #d1fae5a6; +} + .border-emerald-100\\/70 { border-color: #d1fae5b3; } @@ -151292,6 +207988,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1fae5cc; } +.border-emerald-100\\/85 { + border-color: #d1fae5d9; +} + .border-emerald-100\\/90 { border-color: #d1fae5e6; } @@ -151317,6 +208017,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a7f3d0; } +.border-emerald-200\\/15 { + border-color: #a7f3d026; +} + .border-emerald-200\\/20 { border-color: #a7f3d033; } @@ -151329,10 +208033,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a7f3d04d; } +.border-emerald-200\\/35 { + border-color: #a7f3d059; +} + .border-emerald-200\\/40 { border-color: #a7f3d066; } +.border-emerald-200\\/45 { + border-color: #a7f3d073; +} + .border-emerald-200\\/5 { border-color: #a7f3d00d; } @@ -151341,10 +208053,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a7f3d080; } +.border-emerald-200\\/55 { + border-color: #a7f3d08c; +} + .border-emerald-200\\/60 { border-color: #a7f3d099; } +.border-emerald-200\\/65 { + border-color: #a7f3d0a6; +} + .border-emerald-200\\/70 { border-color: #a7f3d0b3; } @@ -151357,6 +208077,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a7f3d0cc; } +.border-emerald-200\\/85 { + border-color: #a7f3d0d9; +} + .border-emerald-200\\/90 { border-color: #a7f3d0e6; } @@ -151382,6 +208106,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6ee7b7; } +.border-emerald-300\\/15 { + border-color: #6ee7b726; +} + .border-emerald-300\\/20 { border-color: #6ee7b733; } @@ -151394,10 +208122,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6ee7b74d; } +.border-emerald-300\\/35 { + border-color: #6ee7b759; +} + .border-emerald-300\\/40 { border-color: #6ee7b766; } +.border-emerald-300\\/45 { + border-color: #6ee7b773; +} + .border-emerald-300\\/5 { border-color: #6ee7b70d; } @@ -151406,10 +208142,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6ee7b780; } +.border-emerald-300\\/55 { + border-color: #6ee7b78c; +} + .border-emerald-300\\/60 { border-color: #6ee7b799; } +.border-emerald-300\\/65 { + border-color: #6ee7b7a6; +} + .border-emerald-300\\/70 { border-color: #6ee7b7b3; } @@ -151422,6 +208166,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6ee7b7cc; } +.border-emerald-300\\/85 { + border-color: #6ee7b7d9; +} + .border-emerald-300\\/90 { border-color: #6ee7b7e6; } @@ -151447,6 +208195,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #34d399; } +.border-emerald-400\\/15 { + border-color: #34d39926; +} + .border-emerald-400\\/20 { border-color: #34d39933; } @@ -151459,10 +208211,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #34d3994d; } +.border-emerald-400\\/35 { + border-color: #34d39959; +} + .border-emerald-400\\/40 { border-color: #34d39966; } +.border-emerald-400\\/45 { + border-color: #34d39973; +} + .border-emerald-400\\/5 { border-color: #34d3990d; } @@ -151471,10 +208231,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #34d39980; } +.border-emerald-400\\/55 { + border-color: #34d3998c; +} + .border-emerald-400\\/60 { border-color: #34d39999; } +.border-emerald-400\\/65 { + border-color: #34d399a6; +} + .border-emerald-400\\/70 { border-color: #34d399b3; } @@ -151487,6 +208255,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #34d399cc; } +.border-emerald-400\\/85 { + border-color: #34d399d9; +} + .border-emerald-400\\/90 { border-color: #34d399e6; } @@ -151512,6 +208284,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfdf5; } +.border-emerald-50\\/15 { + border-color: #ecfdf526; +} + .border-emerald-50\\/20 { border-color: #ecfdf533; } @@ -151524,10 +208300,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfdf54d; } +.border-emerald-50\\/35 { + border-color: #ecfdf559; +} + .border-emerald-50\\/40 { border-color: #ecfdf566; } +.border-emerald-50\\/45 { + border-color: #ecfdf573; +} + .border-emerald-50\\/5 { border-color: #ecfdf50d; } @@ -151536,10 +208320,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfdf580; } +.border-emerald-50\\/55 { + border-color: #ecfdf58c; +} + .border-emerald-50\\/60 { border-color: #ecfdf599; } +.border-emerald-50\\/65 { + border-color: #ecfdf5a6; +} + .border-emerald-50\\/70 { border-color: #ecfdf5b3; } @@ -151552,6 +208344,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfdf5cc; } +.border-emerald-50\\/85 { + border-color: #ecfdf5d9; +} + .border-emerald-50\\/90 { border-color: #ecfdf5e6; } @@ -151577,6 +208373,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #10b981; } +.border-emerald-500\\/15 { + border-color: #10b98126; +} + .border-emerald-500\\/20 { border-color: #10b98133; } @@ -151589,10 +208389,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #10b9814d; } +.border-emerald-500\\/35 { + border-color: #10b98159; +} + .border-emerald-500\\/40 { border-color: #10b98166; } +.border-emerald-500\\/45 { + border-color: #10b98173; +} + .border-emerald-500\\/5 { border-color: #10b9810d; } @@ -151601,10 +208409,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #10b98180; } +.border-emerald-500\\/55 { + border-color: #10b9818c; +} + .border-emerald-500\\/60 { border-color: #10b98199; } +.border-emerald-500\\/65 { + border-color: #10b981a6; +} + .border-emerald-500\\/70 { border-color: #10b981b3; } @@ -151617,6 +208433,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #10b981cc; } +.border-emerald-500\\/85 { + border-color: #10b981d9; +} + .border-emerald-500\\/90 { border-color: #10b981e6; } @@ -151642,6 +208462,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #059669; } +.border-emerald-600\\/15 { + border-color: #05966926; +} + .border-emerald-600\\/20 { border-color: #05966933; } @@ -151654,10 +208478,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0596694d; } +.border-emerald-600\\/35 { + border-color: #05966959; +} + .border-emerald-600\\/40 { border-color: #05966966; } +.border-emerald-600\\/45 { + border-color: #05966973; +} + .border-emerald-600\\/5 { border-color: #0596690d; } @@ -151666,10 +208498,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #05966980; } +.border-emerald-600\\/55 { + border-color: #0596698c; +} + .border-emerald-600\\/60 { border-color: #05966999; } +.border-emerald-600\\/65 { + border-color: #059669a6; +} + .border-emerald-600\\/70 { border-color: #059669b3; } @@ -151682,6 +208522,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #059669cc; } +.border-emerald-600\\/85 { + border-color: #059669d9; +} + .border-emerald-600\\/90 { border-color: #059669e6; } @@ -151707,6 +208551,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #047857; } +.border-emerald-700\\/15 { + border-color: #04785726; +} + .border-emerald-700\\/20 { border-color: #04785733; } @@ -151719,10 +208567,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0478574d; } +.border-emerald-700\\/35 { + border-color: #04785759; +} + .border-emerald-700\\/40 { border-color: #04785766; } +.border-emerald-700\\/45 { + border-color: #04785773; +} + .border-emerald-700\\/5 { border-color: #0478570d; } @@ -151731,10 +208587,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #04785780; } +.border-emerald-700\\/55 { + border-color: #0478578c; +} + .border-emerald-700\\/60 { border-color: #04785799; } +.border-emerald-700\\/65 { + border-color: #047857a6; +} + .border-emerald-700\\/70 { border-color: #047857b3; } @@ -151747,6 +208611,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #047857cc; } +.border-emerald-700\\/85 { + border-color: #047857d9; +} + .border-emerald-700\\/90 { border-color: #047857e6; } @@ -151772,6 +208640,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #065f46; } +.border-emerald-800\\/15 { + border-color: #065f4626; +} + .border-emerald-800\\/20 { border-color: #065f4633; } @@ -151784,10 +208656,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #065f464d; } +.border-emerald-800\\/35 { + border-color: #065f4659; +} + .border-emerald-800\\/40 { border-color: #065f4666; } +.border-emerald-800\\/45 { + border-color: #065f4673; +} + .border-emerald-800\\/5 { border-color: #065f460d; } @@ -151796,10 +208676,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #065f4680; } +.border-emerald-800\\/55 { + border-color: #065f468c; +} + .border-emerald-800\\/60 { border-color: #065f4699; } +.border-emerald-800\\/65 { + border-color: #065f46a6; +} + .border-emerald-800\\/70 { border-color: #065f46b3; } @@ -151812,6 +208700,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #065f46cc; } +.border-emerald-800\\/85 { + border-color: #065f46d9; +} + .border-emerald-800\\/90 { border-color: #065f46e6; } @@ -151837,6 +208729,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #064e3b; } +.border-emerald-900\\/15 { + border-color: #064e3b26; +} + .border-emerald-900\\/20 { border-color: #064e3b33; } @@ -151849,10 +208745,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #064e3b4d; } +.border-emerald-900\\/35 { + border-color: #064e3b59; +} + .border-emerald-900\\/40 { border-color: #064e3b66; } +.border-emerald-900\\/45 { + border-color: #064e3b73; +} + .border-emerald-900\\/5 { border-color: #064e3b0d; } @@ -151861,10 +208765,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #064e3b80; } +.border-emerald-900\\/55 { + border-color: #064e3b8c; +} + .border-emerald-900\\/60 { border-color: #064e3b99; } +.border-emerald-900\\/65 { + border-color: #064e3ba6; +} + .border-emerald-900\\/70 { border-color: #064e3bb3; } @@ -151877,6 +208789,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #064e3bcc; } +.border-emerald-900\\/85 { + border-color: #064e3bd9; +} + .border-emerald-900\\/90 { border-color: #064e3be6; } @@ -151902,6 +208818,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #022c22; } +.border-emerald-950\\/15 { + border-color: #022c2226; +} + .border-emerald-950\\/20 { border-color: #022c2233; } @@ -151914,10 +208834,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #022c224d; } +.border-emerald-950\\/35 { + border-color: #022c2259; +} + .border-emerald-950\\/40 { border-color: #022c2266; } +.border-emerald-950\\/45 { + border-color: #022c2273; +} + .border-emerald-950\\/5 { border-color: #022c220d; } @@ -151926,10 +208854,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #022c2280; } +.border-emerald-950\\/55 { + border-color: #022c228c; +} + .border-emerald-950\\/60 { border-color: #022c2299; } +.border-emerald-950\\/65 { + border-color: #022c22a6; +} + .border-emerald-950\\/70 { border-color: #022c22b3; } @@ -151942,6 +208878,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #022c22cc; } +.border-emerald-950\\/85 { + border-color: #022c22d9; +} + .border-emerald-950\\/90 { border-color: #022c22e6; } @@ -151967,6 +208907,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fae8ff; } +.border-fuchsia-100\\/15 { + border-color: #fae8ff26; +} + .border-fuchsia-100\\/20 { border-color: #fae8ff33; } @@ -151979,10 +208923,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fae8ff4d; } +.border-fuchsia-100\\/35 { + border-color: #fae8ff59; +} + .border-fuchsia-100\\/40 { border-color: #fae8ff66; } +.border-fuchsia-100\\/45 { + border-color: #fae8ff73; +} + .border-fuchsia-100\\/5 { border-color: #fae8ff0d; } @@ -151991,10 +208943,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fae8ff80; } +.border-fuchsia-100\\/55 { + border-color: #fae8ff8c; +} + .border-fuchsia-100\\/60 { border-color: #fae8ff99; } +.border-fuchsia-100\\/65 { + border-color: #fae8ffa6; +} + .border-fuchsia-100\\/70 { border-color: #fae8ffb3; } @@ -152007,6 +208967,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fae8ffcc; } +.border-fuchsia-100\\/85 { + border-color: #fae8ffd9; +} + .border-fuchsia-100\\/90 { border-color: #fae8ffe6; } @@ -152032,6 +208996,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5d0fe; } +.border-fuchsia-200\\/15 { + border-color: #f5d0fe26; +} + .border-fuchsia-200\\/20 { border-color: #f5d0fe33; } @@ -152044,10 +209012,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5d0fe4d; } +.border-fuchsia-200\\/35 { + border-color: #f5d0fe59; +} + .border-fuchsia-200\\/40 { border-color: #f5d0fe66; } +.border-fuchsia-200\\/45 { + border-color: #f5d0fe73; +} + .border-fuchsia-200\\/5 { border-color: #f5d0fe0d; } @@ -152056,10 +209032,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5d0fe80; } +.border-fuchsia-200\\/55 { + border-color: #f5d0fe8c; +} + .border-fuchsia-200\\/60 { border-color: #f5d0fe99; } +.border-fuchsia-200\\/65 { + border-color: #f5d0fea6; +} + .border-fuchsia-200\\/70 { border-color: #f5d0feb3; } @@ -152072,6 +209056,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5d0fecc; } +.border-fuchsia-200\\/85 { + border-color: #f5d0fed9; +} + .border-fuchsia-200\\/90 { border-color: #f5d0fee6; } @@ -152097,6 +209085,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0abfc; } +.border-fuchsia-300\\/15 { + border-color: #f0abfc26; +} + .border-fuchsia-300\\/20 { border-color: #f0abfc33; } @@ -152109,10 +209101,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0abfc4d; } +.border-fuchsia-300\\/35 { + border-color: #f0abfc59; +} + .border-fuchsia-300\\/40 { border-color: #f0abfc66; } +.border-fuchsia-300\\/45 { + border-color: #f0abfc73; +} + .border-fuchsia-300\\/5 { border-color: #f0abfc0d; } @@ -152121,10 +209121,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0abfc80; } +.border-fuchsia-300\\/55 { + border-color: #f0abfc8c; +} + .border-fuchsia-300\\/60 { border-color: #f0abfc99; } +.border-fuchsia-300\\/65 { + border-color: #f0abfca6; +} + .border-fuchsia-300\\/70 { border-color: #f0abfcb3; } @@ -152137,6 +209145,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0abfccc; } +.border-fuchsia-300\\/85 { + border-color: #f0abfcd9; +} + .border-fuchsia-300\\/90 { border-color: #f0abfce6; } @@ -152162,6 +209174,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e879f9; } +.border-fuchsia-400\\/15 { + border-color: #e879f926; +} + .border-fuchsia-400\\/20 { border-color: #e879f933; } @@ -152174,10 +209190,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e879f94d; } +.border-fuchsia-400\\/35 { + border-color: #e879f959; +} + .border-fuchsia-400\\/40 { border-color: #e879f966; } +.border-fuchsia-400\\/45 { + border-color: #e879f973; +} + .border-fuchsia-400\\/5 { border-color: #e879f90d; } @@ -152186,10 +209210,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e879f980; } +.border-fuchsia-400\\/55 { + border-color: #e879f98c; +} + .border-fuchsia-400\\/60 { border-color: #e879f999; } +.border-fuchsia-400\\/65 { + border-color: #e879f9a6; +} + .border-fuchsia-400\\/70 { border-color: #e879f9b3; } @@ -152202,6 +209234,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e879f9cc; } +.border-fuchsia-400\\/85 { + border-color: #e879f9d9; +} + .border-fuchsia-400\\/90 { border-color: #e879f9e6; } @@ -152227,6 +209263,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf4ff; } +.border-fuchsia-50\\/15 { + border-color: #fdf4ff26; +} + .border-fuchsia-50\\/20 { border-color: #fdf4ff33; } @@ -152239,10 +209279,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf4ff4d; } +.border-fuchsia-50\\/35 { + border-color: #fdf4ff59; +} + .border-fuchsia-50\\/40 { border-color: #fdf4ff66; } +.border-fuchsia-50\\/45 { + border-color: #fdf4ff73; +} + .border-fuchsia-50\\/5 { border-color: #fdf4ff0d; } @@ -152251,10 +209299,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf4ff80; } +.border-fuchsia-50\\/55 { + border-color: #fdf4ff8c; +} + .border-fuchsia-50\\/60 { border-color: #fdf4ff99; } +.border-fuchsia-50\\/65 { + border-color: #fdf4ffa6; +} + .border-fuchsia-50\\/70 { border-color: #fdf4ffb3; } @@ -152267,6 +209323,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf4ffcc; } +.border-fuchsia-50\\/85 { + border-color: #fdf4ffd9; +} + .border-fuchsia-50\\/90 { border-color: #fdf4ffe6; } @@ -152292,6 +209352,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d946ef; } +.border-fuchsia-500\\/15 { + border-color: #d946ef26; +} + .border-fuchsia-500\\/20 { border-color: #d946ef33; } @@ -152304,10 +209368,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d946ef4d; } +.border-fuchsia-500\\/35 { + border-color: #d946ef59; +} + .border-fuchsia-500\\/40 { border-color: #d946ef66; } +.border-fuchsia-500\\/45 { + border-color: #d946ef73; +} + .border-fuchsia-500\\/5 { border-color: #d946ef0d; } @@ -152316,10 +209388,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d946ef80; } +.border-fuchsia-500\\/55 { + border-color: #d946ef8c; +} + .border-fuchsia-500\\/60 { border-color: #d946ef99; } +.border-fuchsia-500\\/65 { + border-color: #d946efa6; +} + .border-fuchsia-500\\/70 { border-color: #d946efb3; } @@ -152332,6 +209412,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d946efcc; } +.border-fuchsia-500\\/85 { + border-color: #d946efd9; +} + .border-fuchsia-500\\/90 { border-color: #d946efe6; } @@ -152357,6 +209441,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c026d3; } +.border-fuchsia-600\\/15 { + border-color: #c026d326; +} + .border-fuchsia-600\\/20 { border-color: #c026d333; } @@ -152369,10 +209457,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c026d34d; } +.border-fuchsia-600\\/35 { + border-color: #c026d359; +} + .border-fuchsia-600\\/40 { border-color: #c026d366; } +.border-fuchsia-600\\/45 { + border-color: #c026d373; +} + .border-fuchsia-600\\/5 { border-color: #c026d30d; } @@ -152381,10 +209477,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c026d380; } +.border-fuchsia-600\\/55 { + border-color: #c026d38c; +} + .border-fuchsia-600\\/60 { border-color: #c026d399; } +.border-fuchsia-600\\/65 { + border-color: #c026d3a6; +} + .border-fuchsia-600\\/70 { border-color: #c026d3b3; } @@ -152397,6 +209501,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c026d3cc; } +.border-fuchsia-600\\/85 { + border-color: #c026d3d9; +} + .border-fuchsia-600\\/90 { border-color: #c026d3e6; } @@ -152422,6 +209530,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a21caf; } +.border-fuchsia-700\\/15 { + border-color: #a21caf26; +} + .border-fuchsia-700\\/20 { border-color: #a21caf33; } @@ -152434,10 +209546,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a21caf4d; } +.border-fuchsia-700\\/35 { + border-color: #a21caf59; +} + .border-fuchsia-700\\/40 { border-color: #a21caf66; } +.border-fuchsia-700\\/45 { + border-color: #a21caf73; +} + .border-fuchsia-700\\/5 { border-color: #a21caf0d; } @@ -152446,10 +209566,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a21caf80; } +.border-fuchsia-700\\/55 { + border-color: #a21caf8c; +} + .border-fuchsia-700\\/60 { border-color: #a21caf99; } +.border-fuchsia-700\\/65 { + border-color: #a21cafa6; +} + .border-fuchsia-700\\/70 { border-color: #a21cafb3; } @@ -152462,6 +209590,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a21cafcc; } +.border-fuchsia-700\\/85 { + border-color: #a21cafd9; +} + .border-fuchsia-700\\/90 { border-color: #a21cafe6; } @@ -152487,6 +209619,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86198f; } +.border-fuchsia-800\\/15 { + border-color: #86198f26; +} + .border-fuchsia-800\\/20 { border-color: #86198f33; } @@ -152499,10 +209635,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86198f4d; } +.border-fuchsia-800\\/35 { + border-color: #86198f59; +} + .border-fuchsia-800\\/40 { border-color: #86198f66; } +.border-fuchsia-800\\/45 { + border-color: #86198f73; +} + .border-fuchsia-800\\/5 { border-color: #86198f0d; } @@ -152511,10 +209655,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86198f80; } +.border-fuchsia-800\\/55 { + border-color: #86198f8c; +} + .border-fuchsia-800\\/60 { border-color: #86198f99; } +.border-fuchsia-800\\/65 { + border-color: #86198fa6; +} + .border-fuchsia-800\\/70 { border-color: #86198fb3; } @@ -152527,6 +209679,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86198fcc; } +.border-fuchsia-800\\/85 { + border-color: #86198fd9; +} + .border-fuchsia-800\\/90 { border-color: #86198fe6; } @@ -152552,6 +209708,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #701a75; } +.border-fuchsia-900\\/15 { + border-color: #701a7526; +} + .border-fuchsia-900\\/20 { border-color: #701a7533; } @@ -152564,10 +209724,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #701a754d; } +.border-fuchsia-900\\/35 { + border-color: #701a7559; +} + .border-fuchsia-900\\/40 { border-color: #701a7566; } +.border-fuchsia-900\\/45 { + border-color: #701a7573; +} + .border-fuchsia-900\\/5 { border-color: #701a750d; } @@ -152576,10 +209744,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #701a7580; } +.border-fuchsia-900\\/55 { + border-color: #701a758c; +} + .border-fuchsia-900\\/60 { border-color: #701a7599; } +.border-fuchsia-900\\/65 { + border-color: #701a75a6; +} + .border-fuchsia-900\\/70 { border-color: #701a75b3; } @@ -152592,6 +209768,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #701a75cc; } +.border-fuchsia-900\\/85 { + border-color: #701a75d9; +} + .border-fuchsia-900\\/90 { border-color: #701a75e6; } @@ -152617,6 +209797,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4a044e; } +.border-fuchsia-950\\/15 { + border-color: #4a044e26; +} + .border-fuchsia-950\\/20 { border-color: #4a044e33; } @@ -152629,10 +209813,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4a044e4d; } +.border-fuchsia-950\\/35 { + border-color: #4a044e59; +} + .border-fuchsia-950\\/40 { border-color: #4a044e66; } +.border-fuchsia-950\\/45 { + border-color: #4a044e73; +} + .border-fuchsia-950\\/5 { border-color: #4a044e0d; } @@ -152641,10 +209833,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4a044e80; } +.border-fuchsia-950\\/55 { + border-color: #4a044e8c; +} + .border-fuchsia-950\\/60 { border-color: #4a044e99; } +.border-fuchsia-950\\/65 { + border-color: #4a044ea6; +} + .border-fuchsia-950\\/70 { border-color: #4a044eb3; } @@ -152657,6 +209857,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4a044ecc; } +.border-fuchsia-950\\/85 { + border-color: #4a044ed9; +} + .border-fuchsia-950\\/90 { border-color: #4a044ee6; } @@ -152682,6 +209886,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3f4f6; } +.border-gray-100\\/15 { + border-color: #f3f4f626; +} + .border-gray-100\\/20 { border-color: #f3f4f633; } @@ -152694,10 +209902,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3f4f64d; } +.border-gray-100\\/35 { + border-color: #f3f4f659; +} + .border-gray-100\\/40 { border-color: #f3f4f666; } +.border-gray-100\\/45 { + border-color: #f3f4f673; +} + .border-gray-100\\/5 { border-color: #f3f4f60d; } @@ -152706,10 +209922,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3f4f680; } +.border-gray-100\\/55 { + border-color: #f3f4f68c; +} + .border-gray-100\\/60 { border-color: #f3f4f699; } +.border-gray-100\\/65 { + border-color: #f3f4f6a6; +} + .border-gray-100\\/70 { border-color: #f3f4f6b3; } @@ -152722,6 +209946,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3f4f6cc; } +.border-gray-100\\/85 { + border-color: #f3f4f6d9; +} + .border-gray-100\\/90 { border-color: #f3f4f6e6; } @@ -152747,6 +209975,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e7eb; } +.border-gray-200\\/15 { + border-color: #e5e7eb26; +} + .border-gray-200\\/20 { border-color: #e5e7eb33; } @@ -152759,10 +209991,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e7eb4d; } +.border-gray-200\\/35 { + border-color: #e5e7eb59; +} + .border-gray-200\\/40 { border-color: #e5e7eb66; } +.border-gray-200\\/45 { + border-color: #e5e7eb73; +} + .border-gray-200\\/5 { border-color: #e5e7eb0d; } @@ -152771,10 +210011,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e7eb80; } +.border-gray-200\\/55 { + border-color: #e5e7eb8c; +} + .border-gray-200\\/60 { border-color: #e5e7eb99; } +.border-gray-200\\/65 { + border-color: #e5e7eba6; +} + .border-gray-200\\/70 { border-color: #e5e7ebb3; } @@ -152787,6 +210035,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e7ebcc; } +.border-gray-200\\/85 { + border-color: #e5e7ebd9; +} + .border-gray-200\\/90 { border-color: #e5e7ebe6; } @@ -152812,6 +210064,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1d5db; } +.border-gray-300\\/15 { + border-color: #d1d5db26; +} + .border-gray-300\\/20 { border-color: #d1d5db33; } @@ -152824,10 +210080,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1d5db4d; } +.border-gray-300\\/35 { + border-color: #d1d5db59; +} + .border-gray-300\\/40 { border-color: #d1d5db66; } +.border-gray-300\\/45 { + border-color: #d1d5db73; +} + .border-gray-300\\/5 { border-color: #d1d5db0d; } @@ -152836,10 +210100,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1d5db80; } +.border-gray-300\\/55 { + border-color: #d1d5db8c; +} + .border-gray-300\\/60 { border-color: #d1d5db99; } +.border-gray-300\\/65 { + border-color: #d1d5dba6; +} + .border-gray-300\\/70 { border-color: #d1d5dbb3; } @@ -152852,6 +210124,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d1d5dbcc; } +.border-gray-300\\/85 { + border-color: #d1d5dbd9; +} + .border-gray-300\\/90 { border-color: #d1d5dbe6; } @@ -152877,6 +210153,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9ca3af; } +.border-gray-400\\/15 { + border-color: #9ca3af26; +} + .border-gray-400\\/20 { border-color: #9ca3af33; } @@ -152889,10 +210169,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9ca3af4d; } +.border-gray-400\\/35 { + border-color: #9ca3af59; +} + .border-gray-400\\/40 { border-color: #9ca3af66; } +.border-gray-400\\/45 { + border-color: #9ca3af73; +} + .border-gray-400\\/5 { border-color: #9ca3af0d; } @@ -152901,10 +210189,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9ca3af80; } +.border-gray-400\\/55 { + border-color: #9ca3af8c; +} + .border-gray-400\\/60 { border-color: #9ca3af99; } +.border-gray-400\\/65 { + border-color: #9ca3afa6; +} + .border-gray-400\\/70 { border-color: #9ca3afb3; } @@ -152917,6 +210213,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9ca3afcc; } +.border-gray-400\\/85 { + border-color: #9ca3afd9; +} + .border-gray-400\\/90 { border-color: #9ca3afe6; } @@ -152942,6 +210242,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9fafb; } +.border-gray-50\\/15 { + border-color: #f9fafb26; +} + .border-gray-50\\/20 { border-color: #f9fafb33; } @@ -152954,10 +210258,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9fafb4d; } +.border-gray-50\\/35 { + border-color: #f9fafb59; +} + .border-gray-50\\/40 { border-color: #f9fafb66; } +.border-gray-50\\/45 { + border-color: #f9fafb73; +} + .border-gray-50\\/5 { border-color: #f9fafb0d; } @@ -152966,10 +210278,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9fafb80; } +.border-gray-50\\/55 { + border-color: #f9fafb8c; +} + .border-gray-50\\/60 { border-color: #f9fafb99; } +.border-gray-50\\/65 { + border-color: #f9fafba6; +} + .border-gray-50\\/70 { border-color: #f9fafbb3; } @@ -152982,6 +210302,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9fafbcc; } +.border-gray-50\\/85 { + border-color: #f9fafbd9; +} + .border-gray-50\\/90 { border-color: #f9fafbe6; } @@ -153007,6 +210331,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b7280; } +.border-gray-500\\/15 { + border-color: #6b728026; +} + .border-gray-500\\/20 { border-color: #6b728033; } @@ -153019,10 +210347,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b72804d; } +.border-gray-500\\/35 { + border-color: #6b728059; +} + .border-gray-500\\/40 { border-color: #6b728066; } +.border-gray-500\\/45 { + border-color: #6b728073; +} + .border-gray-500\\/5 { border-color: #6b72800d; } @@ -153031,10 +210367,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b728080; } +.border-gray-500\\/55 { + border-color: #6b72808c; +} + .border-gray-500\\/60 { border-color: #6b728099; } +.border-gray-500\\/65 { + border-color: #6b7280a6; +} + .border-gray-500\\/70 { border-color: #6b7280b3; } @@ -153047,6 +210391,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b7280cc; } +.border-gray-500\\/85 { + border-color: #6b7280d9; +} + .border-gray-500\\/90 { border-color: #6b7280e6; } @@ -153072,6 +210420,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4b5563; } +.border-gray-600\\/15 { + border-color: #4b556326; +} + .border-gray-600\\/20 { border-color: #4b556333; } @@ -153084,10 +210436,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4b55634d; } +.border-gray-600\\/35 { + border-color: #4b556359; +} + .border-gray-600\\/40 { border-color: #4b556366; } +.border-gray-600\\/45 { + border-color: #4b556373; +} + .border-gray-600\\/5 { border-color: #4b55630d; } @@ -153096,10 +210456,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4b556380; } +.border-gray-600\\/55 { + border-color: #4b55638c; +} + .border-gray-600\\/60 { border-color: #4b556399; } +.border-gray-600\\/65 { + border-color: #4b5563a6; +} + .border-gray-600\\/70 { border-color: #4b5563b3; } @@ -153112,6 +210480,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4b5563cc; } +.border-gray-600\\/85 { + border-color: #4b5563d9; +} + .border-gray-600\\/90 { border-color: #4b5563e6; } @@ -153137,6 +210509,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #374151; } +.border-gray-700\\/15 { + border-color: #37415126; +} + .border-gray-700\\/20 { border-color: #37415133; } @@ -153149,10 +210525,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3741514d; } +.border-gray-700\\/35 { + border-color: #37415159; +} + .border-gray-700\\/40 { border-color: #37415166; } +.border-gray-700\\/45 { + border-color: #37415173; +} + .border-gray-700\\/5 { border-color: #3741510d; } @@ -153161,10 +210545,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #37415180; } +.border-gray-700\\/55 { + border-color: #3741518c; +} + .border-gray-700\\/60 { border-color: #37415199; } +.border-gray-700\\/65 { + border-color: #374151a6; +} + .border-gray-700\\/70 { border-color: #374151b3; } @@ -153177,6 +210569,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #374151cc; } +.border-gray-700\\/85 { + border-color: #374151d9; +} + .border-gray-700\\/90 { border-color: #374151e6; } @@ -153202,6 +210598,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1f2937; } +.border-gray-800\\/15 { + border-color: #1f293726; +} + .border-gray-800\\/20 { border-color: #1f293733; } @@ -153214,10 +210614,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1f29374d; } +.border-gray-800\\/35 { + border-color: #1f293759; +} + .border-gray-800\\/40 { border-color: #1f293766; } +.border-gray-800\\/45 { + border-color: #1f293773; +} + .border-gray-800\\/5 { border-color: #1f29370d; } @@ -153226,10 +210634,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1f293780; } +.border-gray-800\\/55 { + border-color: #1f29378c; +} + .border-gray-800\\/60 { border-color: #1f293799; } +.border-gray-800\\/65 { + border-color: #1f2937a6; +} + .border-gray-800\\/70 { border-color: #1f2937b3; } @@ -153242,6 +210658,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1f2937cc; } +.border-gray-800\\/85 { + border-color: #1f2937d9; +} + .border-gray-800\\/90 { border-color: #1f2937e6; } @@ -153267,6 +210687,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #111827; } +.border-gray-900\\/15 { + border-color: #11182726; +} + .border-gray-900\\/20 { border-color: #11182733; } @@ -153279,10 +210703,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1118274d; } +.border-gray-900\\/35 { + border-color: #11182759; +} + .border-gray-900\\/40 { border-color: #11182766; } +.border-gray-900\\/45 { + border-color: #11182773; +} + .border-gray-900\\/5 { border-color: #1118270d; } @@ -153291,10 +210723,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #11182780; } +.border-gray-900\\/55 { + border-color: #1118278c; +} + .border-gray-900\\/60 { border-color: #11182799; } +.border-gray-900\\/65 { + border-color: #111827a6; +} + .border-gray-900\\/70 { border-color: #111827b3; } @@ -153307,6 +210747,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #111827cc; } +.border-gray-900\\/85 { + border-color: #111827d9; +} + .border-gray-900\\/90 { border-color: #111827e6; } @@ -153332,6 +210776,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #030712; } +.border-gray-950\\/15 { + border-color: #03071226; +} + .border-gray-950\\/20 { border-color: #03071233; } @@ -153344,10 +210792,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0307124d; } +.border-gray-950\\/35 { + border-color: #03071259; +} + .border-gray-950\\/40 { border-color: #03071266; } +.border-gray-950\\/45 { + border-color: #03071273; +} + .border-gray-950\\/5 { border-color: #0307120d; } @@ -153356,10 +210812,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #03071280; } +.border-gray-950\\/55 { + border-color: #0307128c; +} + .border-gray-950\\/60 { border-color: #03071299; } +.border-gray-950\\/65 { + border-color: #030712a6; +} + .border-gray-950\\/70 { border-color: #030712b3; } @@ -153372,6 +210836,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #030712cc; } +.border-gray-950\\/85 { + border-color: #030712d9; +} + .border-gray-950\\/90 { border-color: #030712e6; } @@ -153397,6 +210865,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dcfce7; } +.border-green-100\\/15 { + border-color: #dcfce726; +} + .border-green-100\\/20 { border-color: #dcfce733; } @@ -153409,10 +210881,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dcfce74d; } +.border-green-100\\/35 { + border-color: #dcfce759; +} + .border-green-100\\/40 { border-color: #dcfce766; } +.border-green-100\\/45 { + border-color: #dcfce773; +} + .border-green-100\\/5 { border-color: #dcfce70d; } @@ -153421,10 +210901,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dcfce780; } +.border-green-100\\/55 { + border-color: #dcfce78c; +} + .border-green-100\\/60 { border-color: #dcfce799; } +.border-green-100\\/65 { + border-color: #dcfce7a6; +} + .border-green-100\\/70 { border-color: #dcfce7b3; } @@ -153437,6 +210925,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dcfce7cc; } +.border-green-100\\/85 { + border-color: #dcfce7d9; +} + .border-green-100\\/90 { border-color: #dcfce7e6; } @@ -153462,6 +210954,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bbf7d0; } +.border-green-200\\/15 { + border-color: #bbf7d026; +} + .border-green-200\\/20 { border-color: #bbf7d033; } @@ -153474,10 +210970,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bbf7d04d; } +.border-green-200\\/35 { + border-color: #bbf7d059; +} + .border-green-200\\/40 { border-color: #bbf7d066; } +.border-green-200\\/45 { + border-color: #bbf7d073; +} + .border-green-200\\/5 { border-color: #bbf7d00d; } @@ -153486,10 +210990,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bbf7d080; } +.border-green-200\\/55 { + border-color: #bbf7d08c; +} + .border-green-200\\/60 { border-color: #bbf7d099; } +.border-green-200\\/65 { + border-color: #bbf7d0a6; +} + .border-green-200\\/70 { border-color: #bbf7d0b3; } @@ -153502,6 +211014,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bbf7d0cc; } +.border-green-200\\/85 { + border-color: #bbf7d0d9; +} + .border-green-200\\/90 { border-color: #bbf7d0e6; } @@ -153527,6 +211043,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86efac; } +.border-green-300\\/15 { + border-color: #86efac26; +} + .border-green-300\\/20 { border-color: #86efac33; } @@ -153539,10 +211059,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86efac4d; } +.border-green-300\\/35 { + border-color: #86efac59; +} + .border-green-300\\/40 { border-color: #86efac66; } +.border-green-300\\/45 { + border-color: #86efac73; +} + .border-green-300\\/5 { border-color: #86efac0d; } @@ -153551,10 +211079,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86efac80; } +.border-green-300\\/55 { + border-color: #86efac8c; +} + .border-green-300\\/60 { border-color: #86efac99; } +.border-green-300\\/65 { + border-color: #86efaca6; +} + .border-green-300\\/70 { border-color: #86efacb3; } @@ -153567,6 +211103,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #86efaccc; } +.border-green-300\\/85 { + border-color: #86efacd9; +} + .border-green-300\\/90 { border-color: #86eface6; } @@ -153592,6 +211132,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4ade80; } +.border-green-400\\/15 { + border-color: #4ade8026; +} + .border-green-400\\/20 { border-color: #4ade8033; } @@ -153604,10 +211148,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4ade804d; } +.border-green-400\\/35 { + border-color: #4ade8059; +} + .border-green-400\\/40 { border-color: #4ade8066; } +.border-green-400\\/45 { + border-color: #4ade8073; +} + .border-green-400\\/5 { border-color: #4ade800d; } @@ -153616,10 +211168,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4ade8080; } +.border-green-400\\/55 { + border-color: #4ade808c; +} + .border-green-400\\/60 { border-color: #4ade8099; } +.border-green-400\\/65 { + border-color: #4ade80a6; +} + .border-green-400\\/70 { border-color: #4ade80b3; } @@ -153632,6 +211192,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4ade80cc; } +.border-green-400\\/85 { + border-color: #4ade80d9; +} + .border-green-400\\/90 { border-color: #4ade80e6; } @@ -153657,6 +211221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdf4; } +.border-green-50\\/15 { + border-color: #f0fdf426; +} + .border-green-50\\/20 { border-color: #f0fdf433; } @@ -153669,10 +211237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdf44d; } +.border-green-50\\/35 { + border-color: #f0fdf459; +} + .border-green-50\\/40 { border-color: #f0fdf466; } +.border-green-50\\/45 { + border-color: #f0fdf473; +} + .border-green-50\\/5 { border-color: #f0fdf40d; } @@ -153681,10 +211257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdf480; } +.border-green-50\\/55 { + border-color: #f0fdf48c; +} + .border-green-50\\/60 { border-color: #f0fdf499; } +.border-green-50\\/65 { + border-color: #f0fdf4a6; +} + .border-green-50\\/70 { border-color: #f0fdf4b3; } @@ -153697,6 +211281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdf4cc; } +.border-green-50\\/85 { + border-color: #f0fdf4d9; +} + .border-green-50\\/90 { border-color: #f0fdf4e6; } @@ -153722,6 +211310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22c55e; } +.border-green-500\\/15 { + border-color: #22c55e26; +} + .border-green-500\\/20 { border-color: #22c55e33; } @@ -153734,10 +211326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22c55e4d; } +.border-green-500\\/35 { + border-color: #22c55e59; +} + .border-green-500\\/40 { border-color: #22c55e66; } +.border-green-500\\/45 { + border-color: #22c55e73; +} + .border-green-500\\/5 { border-color: #22c55e0d; } @@ -153746,10 +211346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22c55e80; } +.border-green-500\\/55 { + border-color: #22c55e8c; +} + .border-green-500\\/60 { border-color: #22c55e99; } +.border-green-500\\/65 { + border-color: #22c55ea6; +} + .border-green-500\\/70 { border-color: #22c55eb3; } @@ -153762,6 +211370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #22c55ecc; } +.border-green-500\\/85 { + border-color: #22c55ed9; +} + .border-green-500\\/90 { border-color: #22c55ee6; } @@ -153787,6 +211399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #16a34a; } +.border-green-600\\/15 { + border-color: #16a34a26; +} + .border-green-600\\/20 { border-color: #16a34a33; } @@ -153799,10 +211415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #16a34a4d; } +.border-green-600\\/35 { + border-color: #16a34a59; +} + .border-green-600\\/40 { border-color: #16a34a66; } +.border-green-600\\/45 { + border-color: #16a34a73; +} + .border-green-600\\/5 { border-color: #16a34a0d; } @@ -153811,10 +211435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #16a34a80; } +.border-green-600\\/55 { + border-color: #16a34a8c; +} + .border-green-600\\/60 { border-color: #16a34a99; } +.border-green-600\\/65 { + border-color: #16a34aa6; +} + .border-green-600\\/70 { border-color: #16a34ab3; } @@ -153827,6 +211459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #16a34acc; } +.border-green-600\\/85 { + border-color: #16a34ad9; +} + .border-green-600\\/90 { border-color: #16a34ae6; } @@ -153852,6 +211488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #15803d; } +.border-green-700\\/15 { + border-color: #15803d26; +} + .border-green-700\\/20 { border-color: #15803d33; } @@ -153864,10 +211504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #15803d4d; } +.border-green-700\\/35 { + border-color: #15803d59; +} + .border-green-700\\/40 { border-color: #15803d66; } +.border-green-700\\/45 { + border-color: #15803d73; +} + .border-green-700\\/5 { border-color: #15803d0d; } @@ -153876,10 +211524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #15803d80; } +.border-green-700\\/55 { + border-color: #15803d8c; +} + .border-green-700\\/60 { border-color: #15803d99; } +.border-green-700\\/65 { + border-color: #15803da6; +} + .border-green-700\\/70 { border-color: #15803db3; } @@ -153892,6 +211548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #15803dcc; } +.border-green-700\\/85 { + border-color: #15803dd9; +} + .border-green-700\\/90 { border-color: #15803de6; } @@ -153917,6 +211577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #166534; } +.border-green-800\\/15 { + border-color: #16653426; +} + .border-green-800\\/20 { border-color: #16653433; } @@ -153929,10 +211593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1665344d; } +.border-green-800\\/35 { + border-color: #16653459; +} + .border-green-800\\/40 { border-color: #16653466; } +.border-green-800\\/45 { + border-color: #16653473; +} + .border-green-800\\/5 { border-color: #1665340d; } @@ -153941,10 +211613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #16653480; } +.border-green-800\\/55 { + border-color: #1665348c; +} + .border-green-800\\/60 { border-color: #16653499; } +.border-green-800\\/65 { + border-color: #166534a6; +} + .border-green-800\\/70 { border-color: #166534b3; } @@ -153957,6 +211637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #166534cc; } +.border-green-800\\/85 { + border-color: #166534d9; +} + .border-green-800\\/90 { border-color: #166534e6; } @@ -153982,6 +211666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14532d; } +.border-green-900\\/15 { + border-color: #14532d26; +} + .border-green-900\\/20 { border-color: #14532d33; } @@ -153994,10 +211682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14532d4d; } +.border-green-900\\/35 { + border-color: #14532d59; +} + .border-green-900\\/40 { border-color: #14532d66; } +.border-green-900\\/45 { + border-color: #14532d73; +} + .border-green-900\\/5 { border-color: #14532d0d; } @@ -154006,10 +211702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14532d80; } +.border-green-900\\/55 { + border-color: #14532d8c; +} + .border-green-900\\/60 { border-color: #14532d99; } +.border-green-900\\/65 { + border-color: #14532da6; +} + .border-green-900\\/70 { border-color: #14532db3; } @@ -154022,6 +211726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14532dcc; } +.border-green-900\\/85 { + border-color: #14532dd9; +} + .border-green-900\\/90 { border-color: #14532de6; } @@ -154047,6 +211755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #052e16; } +.border-green-950\\/15 { + border-color: #052e1626; +} + .border-green-950\\/20 { border-color: #052e1633; } @@ -154059,10 +211771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #052e164d; } +.border-green-950\\/35 { + border-color: #052e1659; +} + .border-green-950\\/40 { border-color: #052e1666; } +.border-green-950\\/45 { + border-color: #052e1673; +} + .border-green-950\\/5 { border-color: #052e160d; } @@ -154071,10 +211791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #052e1680; } +.border-green-950\\/55 { + border-color: #052e168c; +} + .border-green-950\\/60 { border-color: #052e1699; } +.border-green-950\\/65 { + border-color: #052e16a6; +} + .border-green-950\\/70 { border-color: #052e16b3; } @@ -154087,6 +211815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #052e16cc; } +.border-green-950\\/85 { + border-color: #052e16d9; +} + .border-green-950\\/90 { border-color: #052e16e6; } @@ -154112,6 +211844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0e7ff; } +.border-indigo-100\\/15 { + border-color: #e0e7ff26; +} + .border-indigo-100\\/20 { border-color: #e0e7ff33; } @@ -154124,10 +211860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0e7ff4d; } +.border-indigo-100\\/35 { + border-color: #e0e7ff59; +} + .border-indigo-100\\/40 { border-color: #e0e7ff66; } +.border-indigo-100\\/45 { + border-color: #e0e7ff73; +} + .border-indigo-100\\/5 { border-color: #e0e7ff0d; } @@ -154136,10 +211880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0e7ff80; } +.border-indigo-100\\/55 { + border-color: #e0e7ff8c; +} + .border-indigo-100\\/60 { border-color: #e0e7ff99; } +.border-indigo-100\\/65 { + border-color: #e0e7ffa6; +} + .border-indigo-100\\/70 { border-color: #e0e7ffb3; } @@ -154152,6 +211904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0e7ffcc; } +.border-indigo-100\\/85 { + border-color: #e0e7ffd9; +} + .border-indigo-100\\/90 { border-color: #e0e7ffe6; } @@ -154177,6 +211933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c7d2fe; } +.border-indigo-200\\/15 { + border-color: #c7d2fe26; +} + .border-indigo-200\\/20 { border-color: #c7d2fe33; } @@ -154189,10 +211949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c7d2fe4d; } +.border-indigo-200\\/35 { + border-color: #c7d2fe59; +} + .border-indigo-200\\/40 { border-color: #c7d2fe66; } +.border-indigo-200\\/45 { + border-color: #c7d2fe73; +} + .border-indigo-200\\/5 { border-color: #c7d2fe0d; } @@ -154201,10 +211969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c7d2fe80; } +.border-indigo-200\\/55 { + border-color: #c7d2fe8c; +} + .border-indigo-200\\/60 { border-color: #c7d2fe99; } +.border-indigo-200\\/65 { + border-color: #c7d2fea6; +} + .border-indigo-200\\/70 { border-color: #c7d2feb3; } @@ -154217,6 +211993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c7d2fecc; } +.border-indigo-200\\/85 { + border-color: #c7d2fed9; +} + .border-indigo-200\\/90 { border-color: #c7d2fee6; } @@ -154242,6 +212022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5b4fc; } +.border-indigo-300\\/15 { + border-color: #a5b4fc26; +} + .border-indigo-300\\/20 { border-color: #a5b4fc33; } @@ -154254,10 +212038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5b4fc4d; } +.border-indigo-300\\/35 { + border-color: #a5b4fc59; +} + .border-indigo-300\\/40 { border-color: #a5b4fc66; } +.border-indigo-300\\/45 { + border-color: #a5b4fc73; +} + .border-indigo-300\\/5 { border-color: #a5b4fc0d; } @@ -154266,10 +212058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5b4fc80; } +.border-indigo-300\\/55 { + border-color: #a5b4fc8c; +} + .border-indigo-300\\/60 { border-color: #a5b4fc99; } +.border-indigo-300\\/65 { + border-color: #a5b4fca6; +} + .border-indigo-300\\/70 { border-color: #a5b4fcb3; } @@ -154282,6 +212082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a5b4fccc; } +.border-indigo-300\\/85 { + border-color: #a5b4fcd9; +} + .border-indigo-300\\/90 { border-color: #a5b4fce6; } @@ -154307,6 +212111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #818cf8; } +.border-indigo-400\\/15 { + border-color: #818cf826; +} + .border-indigo-400\\/20 { border-color: #818cf833; } @@ -154319,10 +212127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #818cf84d; } +.border-indigo-400\\/35 { + border-color: #818cf859; +} + .border-indigo-400\\/40 { border-color: #818cf866; } +.border-indigo-400\\/45 { + border-color: #818cf873; +} + .border-indigo-400\\/5 { border-color: #818cf80d; } @@ -154331,10 +212147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #818cf880; } +.border-indigo-400\\/55 { + border-color: #818cf88c; +} + .border-indigo-400\\/60 { border-color: #818cf899; } +.border-indigo-400\\/65 { + border-color: #818cf8a6; +} + .border-indigo-400\\/70 { border-color: #818cf8b3; } @@ -154347,6 +212171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #818cf8cc; } +.border-indigo-400\\/85 { + border-color: #818cf8d9; +} + .border-indigo-400\\/90 { border-color: #818cf8e6; } @@ -154372,6 +212200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eef2ff; } +.border-indigo-50\\/15 { + border-color: #eef2ff26; +} + .border-indigo-50\\/20 { border-color: #eef2ff33; } @@ -154384,10 +212216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eef2ff4d; } +.border-indigo-50\\/35 { + border-color: #eef2ff59; +} + .border-indigo-50\\/40 { border-color: #eef2ff66; } +.border-indigo-50\\/45 { + border-color: #eef2ff73; +} + .border-indigo-50\\/5 { border-color: #eef2ff0d; } @@ -154396,10 +212236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eef2ff80; } +.border-indigo-50\\/55 { + border-color: #eef2ff8c; +} + .border-indigo-50\\/60 { border-color: #eef2ff99; } +.border-indigo-50\\/65 { + border-color: #eef2ffa6; +} + .border-indigo-50\\/70 { border-color: #eef2ffb3; } @@ -154412,6 +212260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eef2ffcc; } +.border-indigo-50\\/85 { + border-color: #eef2ffd9; +} + .border-indigo-50\\/90 { border-color: #eef2ffe6; } @@ -154437,6 +212289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6366f1; } +.border-indigo-500\\/15 { + border-color: #6366f126; +} + .border-indigo-500\\/20 { border-color: #6366f133; } @@ -154449,10 +212305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6366f14d; } +.border-indigo-500\\/35 { + border-color: #6366f159; +} + .border-indigo-500\\/40 { border-color: #6366f166; } +.border-indigo-500\\/45 { + border-color: #6366f173; +} + .border-indigo-500\\/5 { border-color: #6366f10d; } @@ -154461,10 +212325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6366f180; } +.border-indigo-500\\/55 { + border-color: #6366f18c; +} + .border-indigo-500\\/60 { border-color: #6366f199; } +.border-indigo-500\\/65 { + border-color: #6366f1a6; +} + .border-indigo-500\\/70 { border-color: #6366f1b3; } @@ -154477,6 +212349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6366f1cc; } +.border-indigo-500\\/85 { + border-color: #6366f1d9; +} + .border-indigo-500\\/90 { border-color: #6366f1e6; } @@ -154502,6 +212378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4f46e5; } +.border-indigo-600\\/15 { + border-color: #4f46e526; +} + .border-indigo-600\\/20 { border-color: #4f46e533; } @@ -154514,10 +212394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4f46e54d; } +.border-indigo-600\\/35 { + border-color: #4f46e559; +} + .border-indigo-600\\/40 { border-color: #4f46e566; } +.border-indigo-600\\/45 { + border-color: #4f46e573; +} + .border-indigo-600\\/5 { border-color: #4f46e50d; } @@ -154526,10 +212414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4f46e580; } +.border-indigo-600\\/55 { + border-color: #4f46e58c; +} + .border-indigo-600\\/60 { border-color: #4f46e599; } +.border-indigo-600\\/65 { + border-color: #4f46e5a6; +} + .border-indigo-600\\/70 { border-color: #4f46e5b3; } @@ -154542,6 +212438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4f46e5cc; } +.border-indigo-600\\/85 { + border-color: #4f46e5d9; +} + .border-indigo-600\\/90 { border-color: #4f46e5e6; } @@ -154567,6 +212467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4338ca; } +.border-indigo-700\\/15 { + border-color: #4338ca26; +} + .border-indigo-700\\/20 { border-color: #4338ca33; } @@ -154579,10 +212483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4338ca4d; } +.border-indigo-700\\/35 { + border-color: #4338ca59; +} + .border-indigo-700\\/40 { border-color: #4338ca66; } +.border-indigo-700\\/45 { + border-color: #4338ca73; +} + .border-indigo-700\\/5 { border-color: #4338ca0d; } @@ -154591,10 +212503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4338ca80; } +.border-indigo-700\\/55 { + border-color: #4338ca8c; +} + .border-indigo-700\\/60 { border-color: #4338ca99; } +.border-indigo-700\\/65 { + border-color: #4338caa6; +} + .border-indigo-700\\/70 { border-color: #4338cab3; } @@ -154607,6 +212527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4338cacc; } +.border-indigo-700\\/85 { + border-color: #4338cad9; +} + .border-indigo-700\\/90 { border-color: #4338cae6; } @@ -154632,6 +212556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3730a3; } +.border-indigo-800\\/15 { + border-color: #3730a326; +} + .border-indigo-800\\/20 { border-color: #3730a333; } @@ -154644,10 +212572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3730a34d; } +.border-indigo-800\\/35 { + border-color: #3730a359; +} + .border-indigo-800\\/40 { border-color: #3730a366; } +.border-indigo-800\\/45 { + border-color: #3730a373; +} + .border-indigo-800\\/5 { border-color: #3730a30d; } @@ -154656,10 +212592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3730a380; } +.border-indigo-800\\/55 { + border-color: #3730a38c; +} + .border-indigo-800\\/60 { border-color: #3730a399; } +.border-indigo-800\\/65 { + border-color: #3730a3a6; +} + .border-indigo-800\\/70 { border-color: #3730a3b3; } @@ -154672,6 +212616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3730a3cc; } +.border-indigo-800\\/85 { + border-color: #3730a3d9; +} + .border-indigo-800\\/90 { border-color: #3730a3e6; } @@ -154697,6 +212645,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #312e81; } +.border-indigo-900\\/15 { + border-color: #312e8126; +} + .border-indigo-900\\/20 { border-color: #312e8133; } @@ -154709,10 +212661,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #312e814d; } +.border-indigo-900\\/35 { + border-color: #312e8159; +} + .border-indigo-900\\/40 { border-color: #312e8166; } +.border-indigo-900\\/45 { + border-color: #312e8173; +} + .border-indigo-900\\/5 { border-color: #312e810d; } @@ -154721,10 +212681,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #312e8180; } +.border-indigo-900\\/55 { + border-color: #312e818c; +} + .border-indigo-900\\/60 { border-color: #312e8199; } +.border-indigo-900\\/65 { + border-color: #312e81a6; +} + .border-indigo-900\\/70 { border-color: #312e81b3; } @@ -154737,6 +212705,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #312e81cc; } +.border-indigo-900\\/85 { + border-color: #312e81d9; +} + .border-indigo-900\\/90 { border-color: #312e81e6; } @@ -154762,6 +212734,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e1b4b; } +.border-indigo-950\\/15 { + border-color: #1e1b4b26; +} + .border-indigo-950\\/20 { border-color: #1e1b4b33; } @@ -154774,10 +212750,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e1b4b4d; } +.border-indigo-950\\/35 { + border-color: #1e1b4b59; +} + .border-indigo-950\\/40 { border-color: #1e1b4b66; } +.border-indigo-950\\/45 { + border-color: #1e1b4b73; +} + .border-indigo-950\\/5 { border-color: #1e1b4b0d; } @@ -154786,10 +212770,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e1b4b80; } +.border-indigo-950\\/55 { + border-color: #1e1b4b8c; +} + .border-indigo-950\\/60 { border-color: #1e1b4b99; } +.border-indigo-950\\/65 { + border-color: #1e1b4ba6; +} + .border-indigo-950\\/70 { border-color: #1e1b4bb3; } @@ -154802,6 +212794,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e1b4bcc; } +.border-indigo-950\\/85 { + border-color: #1e1b4bd9; +} + .border-indigo-950\\/90 { border-color: #1e1b4be6; } @@ -154831,6 +212827,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfccb; } +.border-lime-100\\/15 { + border-color: #ecfccb26; +} + .border-lime-100\\/20 { border-color: #ecfccb33; } @@ -154843,10 +212843,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfccb4d; } +.border-lime-100\\/35 { + border-color: #ecfccb59; +} + .border-lime-100\\/40 { border-color: #ecfccb66; } +.border-lime-100\\/45 { + border-color: #ecfccb73; +} + .border-lime-100\\/5 { border-color: #ecfccb0d; } @@ -154855,10 +212863,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfccb80; } +.border-lime-100\\/55 { + border-color: #ecfccb8c; +} + .border-lime-100\\/60 { border-color: #ecfccb99; } +.border-lime-100\\/65 { + border-color: #ecfccba6; +} + .border-lime-100\\/70 { border-color: #ecfccbb3; } @@ -154871,6 +212887,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ecfccbcc; } +.border-lime-100\\/85 { + border-color: #ecfccbd9; +} + .border-lime-100\\/90 { border-color: #ecfccbe6; } @@ -154896,6 +212916,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d9f99d; } +.border-lime-200\\/15 { + border-color: #d9f99d26; +} + .border-lime-200\\/20 { border-color: #d9f99d33; } @@ -154908,10 +212932,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d9f99d4d; } +.border-lime-200\\/35 { + border-color: #d9f99d59; +} + .border-lime-200\\/40 { border-color: #d9f99d66; } +.border-lime-200\\/45 { + border-color: #d9f99d73; +} + .border-lime-200\\/5 { border-color: #d9f99d0d; } @@ -154920,10 +212952,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d9f99d80; } +.border-lime-200\\/55 { + border-color: #d9f99d8c; +} + .border-lime-200\\/60 { border-color: #d9f99d99; } +.border-lime-200\\/65 { + border-color: #d9f99da6; +} + .border-lime-200\\/70 { border-color: #d9f99db3; } @@ -154936,6 +212976,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d9f99dcc; } +.border-lime-200\\/85 { + border-color: #d9f99dd9; +} + .border-lime-200\\/90 { border-color: #d9f99de6; } @@ -154961,6 +213005,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bef264; } +.border-lime-300\\/15 { + border-color: #bef26426; +} + .border-lime-300\\/20 { border-color: #bef26433; } @@ -154973,10 +213021,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bef2644d; } +.border-lime-300\\/35 { + border-color: #bef26459; +} + .border-lime-300\\/40 { border-color: #bef26466; } +.border-lime-300\\/45 { + border-color: #bef26473; +} + .border-lime-300\\/5 { border-color: #bef2640d; } @@ -154985,10 +213041,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bef26480; } +.border-lime-300\\/55 { + border-color: #bef2648c; +} + .border-lime-300\\/60 { border-color: #bef26499; } +.border-lime-300\\/65 { + border-color: #bef264a6; +} + .border-lime-300\\/70 { border-color: #bef264b3; } @@ -155001,6 +213065,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bef264cc; } +.border-lime-300\\/85 { + border-color: #bef264d9; +} + .border-lime-300\\/90 { border-color: #bef264e6; } @@ -155026,6 +213094,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3e635; } +.border-lime-400\\/15 { + border-color: #a3e63526; +} + .border-lime-400\\/20 { border-color: #a3e63533; } @@ -155038,10 +213110,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3e6354d; } +.border-lime-400\\/35 { + border-color: #a3e63559; +} + .border-lime-400\\/40 { border-color: #a3e63566; } +.border-lime-400\\/45 { + border-color: #a3e63573; +} + .border-lime-400\\/5 { border-color: #a3e6350d; } @@ -155050,10 +213130,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3e63580; } +.border-lime-400\\/55 { + border-color: #a3e6358c; +} + .border-lime-400\\/60 { border-color: #a3e63599; } +.border-lime-400\\/65 { + border-color: #a3e635a6; +} + .border-lime-400\\/70 { border-color: #a3e635b3; } @@ -155066,6 +213154,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3e635cc; } +.border-lime-400\\/85 { + border-color: #a3e635d9; +} + .border-lime-400\\/90 { border-color: #a3e635e6; } @@ -155091,6 +213183,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f7fee7; } +.border-lime-50\\/15 { + border-color: #f7fee726; +} + .border-lime-50\\/20 { border-color: #f7fee733; } @@ -155103,10 +213199,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f7fee74d; } +.border-lime-50\\/35 { + border-color: #f7fee759; +} + .border-lime-50\\/40 { border-color: #f7fee766; } +.border-lime-50\\/45 { + border-color: #f7fee773; +} + .border-lime-50\\/5 { border-color: #f7fee70d; } @@ -155115,10 +213219,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f7fee780; } +.border-lime-50\\/55 { + border-color: #f7fee78c; +} + .border-lime-50\\/60 { border-color: #f7fee799; } +.border-lime-50\\/65 { + border-color: #f7fee7a6; +} + .border-lime-50\\/70 { border-color: #f7fee7b3; } @@ -155131,6 +213243,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f7fee7cc; } +.border-lime-50\\/85 { + border-color: #f7fee7d9; +} + .border-lime-50\\/90 { border-color: #f7fee7e6; } @@ -155156,6 +213272,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #84cc16; } +.border-lime-500\\/15 { + border-color: #84cc1626; +} + .border-lime-500\\/20 { border-color: #84cc1633; } @@ -155168,10 +213288,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #84cc164d; } +.border-lime-500\\/35 { + border-color: #84cc1659; +} + .border-lime-500\\/40 { border-color: #84cc1666; } +.border-lime-500\\/45 { + border-color: #84cc1673; +} + .border-lime-500\\/5 { border-color: #84cc160d; } @@ -155180,10 +213308,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #84cc1680; } +.border-lime-500\\/55 { + border-color: #84cc168c; +} + .border-lime-500\\/60 { border-color: #84cc1699; } +.border-lime-500\\/65 { + border-color: #84cc16a6; +} + .border-lime-500\\/70 { border-color: #84cc16b3; } @@ -155196,6 +213332,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #84cc16cc; } +.border-lime-500\\/85 { + border-color: #84cc16d9; +} + .border-lime-500\\/90 { border-color: #84cc16e6; } @@ -155221,6 +213361,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #65a30d; } +.border-lime-600\\/15 { + border-color: #65a30d26; +} + .border-lime-600\\/20 { border-color: #65a30d33; } @@ -155233,10 +213377,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #65a30d4d; } +.border-lime-600\\/35 { + border-color: #65a30d59; +} + .border-lime-600\\/40 { border-color: #65a30d66; } +.border-lime-600\\/45 { + border-color: #65a30d73; +} + .border-lime-600\\/5 { border-color: #65a30d0d; } @@ -155245,10 +213397,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #65a30d80; } +.border-lime-600\\/55 { + border-color: #65a30d8c; +} + .border-lime-600\\/60 { border-color: #65a30d99; } +.border-lime-600\\/65 { + border-color: #65a30da6; +} + .border-lime-600\\/70 { border-color: #65a30db3; } @@ -155261,6 +213421,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #65a30dcc; } +.border-lime-600\\/85 { + border-color: #65a30dd9; +} + .border-lime-600\\/90 { border-color: #65a30de6; } @@ -155286,6 +213450,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4d7c0f; } +.border-lime-700\\/15 { + border-color: #4d7c0f26; +} + .border-lime-700\\/20 { border-color: #4d7c0f33; } @@ -155298,10 +213466,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4d7c0f4d; } +.border-lime-700\\/35 { + border-color: #4d7c0f59; +} + .border-lime-700\\/40 { border-color: #4d7c0f66; } +.border-lime-700\\/45 { + border-color: #4d7c0f73; +} + .border-lime-700\\/5 { border-color: #4d7c0f0d; } @@ -155310,10 +213486,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4d7c0f80; } +.border-lime-700\\/55 { + border-color: #4d7c0f8c; +} + .border-lime-700\\/60 { border-color: #4d7c0f99; } +.border-lime-700\\/65 { + border-color: #4d7c0fa6; +} + .border-lime-700\\/70 { border-color: #4d7c0fb3; } @@ -155326,6 +213510,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4d7c0fcc; } +.border-lime-700\\/85 { + border-color: #4d7c0fd9; +} + .border-lime-700\\/90 { border-color: #4d7c0fe6; } @@ -155351,6 +213539,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f6212; } +.border-lime-800\\/15 { + border-color: #3f621226; +} + .border-lime-800\\/20 { border-color: #3f621233; } @@ -155363,10 +213555,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f62124d; } +.border-lime-800\\/35 { + border-color: #3f621259; +} + .border-lime-800\\/40 { border-color: #3f621266; } +.border-lime-800\\/45 { + border-color: #3f621273; +} + .border-lime-800\\/5 { border-color: #3f62120d; } @@ -155375,10 +213575,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f621280; } +.border-lime-800\\/55 { + border-color: #3f62128c; +} + .border-lime-800\\/60 { border-color: #3f621299; } +.border-lime-800\\/65 { + border-color: #3f6212a6; +} + .border-lime-800\\/70 { border-color: #3f6212b3; } @@ -155391,6 +213599,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f6212cc; } +.border-lime-800\\/85 { + border-color: #3f6212d9; +} + .border-lime-800\\/90 { border-color: #3f6212e6; } @@ -155416,6 +213628,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #365314; } +.border-lime-900\\/15 { + border-color: #36531426; +} + .border-lime-900\\/20 { border-color: #36531433; } @@ -155428,10 +213644,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3653144d; } +.border-lime-900\\/35 { + border-color: #36531459; +} + .border-lime-900\\/40 { border-color: #36531466; } +.border-lime-900\\/45 { + border-color: #36531473; +} + .border-lime-900\\/5 { border-color: #3653140d; } @@ -155440,10 +213664,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #36531480; } +.border-lime-900\\/55 { + border-color: #3653148c; +} + .border-lime-900\\/60 { border-color: #36531499; } +.border-lime-900\\/65 { + border-color: #365314a6; +} + .border-lime-900\\/70 { border-color: #365314b3; } @@ -155456,6 +213688,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #365314cc; } +.border-lime-900\\/85 { + border-color: #365314d9; +} + .border-lime-900\\/90 { border-color: #365314e6; } @@ -155481,6 +213717,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1a2e05; } +.border-lime-950\\/15 { + border-color: #1a2e0526; +} + .border-lime-950\\/20 { border-color: #1a2e0533; } @@ -155493,10 +213733,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1a2e054d; } +.border-lime-950\\/35 { + border-color: #1a2e0559; +} + .border-lime-950\\/40 { border-color: #1a2e0566; } +.border-lime-950\\/45 { + border-color: #1a2e0573; +} + .border-lime-950\\/5 { border-color: #1a2e050d; } @@ -155505,10 +213753,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1a2e0580; } +.border-lime-950\\/55 { + border-color: #1a2e058c; +} + .border-lime-950\\/60 { border-color: #1a2e0599; } +.border-lime-950\\/65 { + border-color: #1a2e05a6; +} + .border-lime-950\\/70 { border-color: #1a2e05b3; } @@ -155521,6 +213777,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1a2e05cc; } +.border-lime-950\\/85 { + border-color: #1a2e05d9; +} + .border-lime-950\\/90 { border-color: #1a2e05e6; } @@ -155546,6 +213806,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f5; } +.border-neutral-100\\/15 { + border-color: #f5f5f526; +} + .border-neutral-100\\/20 { border-color: #f5f5f533; } @@ -155558,10 +213822,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f54d; } +.border-neutral-100\\/35 { + border-color: #f5f5f559; +} + .border-neutral-100\\/40 { border-color: #f5f5f566; } +.border-neutral-100\\/45 { + border-color: #f5f5f573; +} + .border-neutral-100\\/5 { border-color: #f5f5f50d; } @@ -155570,10 +213842,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f580; } +.border-neutral-100\\/55 { + border-color: #f5f5f58c; +} + .border-neutral-100\\/60 { border-color: #f5f5f599; } +.border-neutral-100\\/65 { + border-color: #f5f5f5a6; +} + .border-neutral-100\\/70 { border-color: #f5f5f5b3; } @@ -155586,6 +213866,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f5cc; } +.border-neutral-100\\/85 { + border-color: #f5f5f5d9; +} + .border-neutral-100\\/90 { border-color: #f5f5f5e6; } @@ -155611,6 +213895,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e5e5; } +.border-neutral-200\\/15 { + border-color: #e5e5e526; +} + .border-neutral-200\\/20 { border-color: #e5e5e533; } @@ -155623,10 +213911,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e5e54d; } +.border-neutral-200\\/35 { + border-color: #e5e5e559; +} + .border-neutral-200\\/40 { border-color: #e5e5e566; } +.border-neutral-200\\/45 { + border-color: #e5e5e573; +} + .border-neutral-200\\/5 { border-color: #e5e5e50d; } @@ -155635,10 +213931,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e5e580; } +.border-neutral-200\\/55 { + border-color: #e5e5e58c; +} + .border-neutral-200\\/60 { border-color: #e5e5e599; } +.border-neutral-200\\/65 { + border-color: #e5e5e5a6; +} + .border-neutral-200\\/70 { border-color: #e5e5e5b3; } @@ -155651,6 +213955,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e5e5e5cc; } +.border-neutral-200\\/85 { + border-color: #e5e5e5d9; +} + .border-neutral-200\\/90 { border-color: #e5e5e5e6; } @@ -155676,6 +213984,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d4; } +.border-neutral-300\\/15 { + border-color: #d4d4d426; +} + .border-neutral-300\\/20 { border-color: #d4d4d433; } @@ -155688,10 +214000,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d44d; } +.border-neutral-300\\/35 { + border-color: #d4d4d459; +} + .border-neutral-300\\/40 { border-color: #d4d4d466; } +.border-neutral-300\\/45 { + border-color: #d4d4d473; +} + .border-neutral-300\\/5 { border-color: #d4d4d40d; } @@ -155700,10 +214020,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d480; } +.border-neutral-300\\/55 { + border-color: #d4d4d48c; +} + .border-neutral-300\\/60 { border-color: #d4d4d499; } +.border-neutral-300\\/65 { + border-color: #d4d4d4a6; +} + .border-neutral-300\\/70 { border-color: #d4d4d4b3; } @@ -155716,6 +214044,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d4cc; } +.border-neutral-300\\/85 { + border-color: #d4d4d4d9; +} + .border-neutral-300\\/90 { border-color: #d4d4d4e6; } @@ -155741,6 +214073,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3a3a3; } +.border-neutral-400\\/15 { + border-color: #a3a3a326; +} + .border-neutral-400\\/20 { border-color: #a3a3a333; } @@ -155753,10 +214089,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3a3a34d; } +.border-neutral-400\\/35 { + border-color: #a3a3a359; +} + .border-neutral-400\\/40 { border-color: #a3a3a366; } +.border-neutral-400\\/45 { + border-color: #a3a3a373; +} + .border-neutral-400\\/5 { border-color: #a3a3a30d; } @@ -155765,10 +214109,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3a3a380; } +.border-neutral-400\\/55 { + border-color: #a3a3a38c; +} + .border-neutral-400\\/60 { border-color: #a3a3a399; } +.border-neutral-400\\/65 { + border-color: #a3a3a3a6; +} + .border-neutral-400\\/70 { border-color: #a3a3a3b3; } @@ -155781,6 +214133,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a3a3a3cc; } +.border-neutral-400\\/85 { + border-color: #a3a3a3d9; +} + .border-neutral-400\\/90 { border-color: #a3a3a3e6; } @@ -155806,6 +214162,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafa; } +.border-neutral-50\\/15 { + border-color: #fafafa26; +} + .border-neutral-50\\/20 { border-color: #fafafa33; } @@ -155818,10 +214178,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafa4d; } +.border-neutral-50\\/35 { + border-color: #fafafa59; +} + .border-neutral-50\\/40 { border-color: #fafafa66; } +.border-neutral-50\\/45 { + border-color: #fafafa73; +} + .border-neutral-50\\/5 { border-color: #fafafa0d; } @@ -155830,10 +214198,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafa80; } +.border-neutral-50\\/55 { + border-color: #fafafa8c; +} + .border-neutral-50\\/60 { border-color: #fafafa99; } +.border-neutral-50\\/65 { + border-color: #fafafaa6; +} + .border-neutral-50\\/70 { border-color: #fafafab3; } @@ -155846,6 +214222,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafacc; } +.border-neutral-50\\/85 { + border-color: #fafafad9; +} + .border-neutral-50\\/90 { border-color: #fafafae6; } @@ -155871,6 +214251,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #737373; } +.border-neutral-500\\/15 { + border-color: #73737326; +} + .border-neutral-500\\/20 { border-color: #73737333; } @@ -155883,10 +214267,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7373734d; } +.border-neutral-500\\/35 { + border-color: #73737359; +} + .border-neutral-500\\/40 { border-color: #73737366; } +.border-neutral-500\\/45 { + border-color: #73737373; +} + .border-neutral-500\\/5 { border-color: #7373730d; } @@ -155895,10 +214287,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #73737380; } +.border-neutral-500\\/55 { + border-color: #7373738c; +} + .border-neutral-500\\/60 { border-color: #73737399; } +.border-neutral-500\\/65 { + border-color: #737373a6; +} + .border-neutral-500\\/70 { border-color: #737373b3; } @@ -155911,6 +214311,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #737373cc; } +.border-neutral-500\\/85 { + border-color: #737373d9; +} + .border-neutral-500\\/90 { border-color: #737373e6; } @@ -155936,6 +214340,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #525252; } +.border-neutral-600\\/15 { + border-color: #52525226; +} + .border-neutral-600\\/20 { border-color: #52525233; } @@ -155948,10 +214356,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5252524d; } +.border-neutral-600\\/35 { + border-color: #52525259; +} + .border-neutral-600\\/40 { border-color: #52525266; } +.border-neutral-600\\/45 { + border-color: #52525273; +} + .border-neutral-600\\/5 { border-color: #5252520d; } @@ -155960,10 +214376,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #52525280; } +.border-neutral-600\\/55 { + border-color: #5252528c; +} + .border-neutral-600\\/60 { border-color: #52525299; } +.border-neutral-600\\/65 { + border-color: #525252a6; +} + .border-neutral-600\\/70 { border-color: #525252b3; } @@ -155976,6 +214400,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #525252cc; } +.border-neutral-600\\/85 { + border-color: #525252d9; +} + .border-neutral-600\\/90 { border-color: #525252e6; } @@ -156001,6 +214429,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #404040; } +.border-neutral-700\\/15 { + border-color: #40404026; +} + .border-neutral-700\\/20 { border-color: #40404033; } @@ -156013,10 +214445,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4040404d; } +.border-neutral-700\\/35 { + border-color: #40404059; +} + .border-neutral-700\\/40 { border-color: #40404066; } +.border-neutral-700\\/45 { + border-color: #40404073; +} + .border-neutral-700\\/5 { border-color: #4040400d; } @@ -156025,10 +214465,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #40404080; } +.border-neutral-700\\/55 { + border-color: #4040408c; +} + .border-neutral-700\\/60 { border-color: #40404099; } +.border-neutral-700\\/65 { + border-color: #404040a6; +} + .border-neutral-700\\/70 { border-color: #404040b3; } @@ -156041,6 +214489,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #404040cc; } +.border-neutral-700\\/85 { + border-color: #404040d9; +} + .border-neutral-700\\/90 { border-color: #404040e6; } @@ -156066,6 +214518,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #262626; } +.border-neutral-800\\/15 { + border-color: #26262626; +} + .border-neutral-800\\/20 { border-color: #26262633; } @@ -156078,10 +214534,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2626264d; } +.border-neutral-800\\/35 { + border-color: #26262659; +} + .border-neutral-800\\/40 { border-color: #26262666; } +.border-neutral-800\\/45 { + border-color: #26262673; +} + .border-neutral-800\\/5 { border-color: #2626260d; } @@ -156090,10 +214554,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #26262680; } +.border-neutral-800\\/55 { + border-color: #2626268c; +} + .border-neutral-800\\/60 { border-color: #26262699; } +.border-neutral-800\\/65 { + border-color: #262626a6; +} + .border-neutral-800\\/70 { border-color: #262626b3; } @@ -156106,6 +214578,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #262626cc; } +.border-neutral-800\\/85 { + border-color: #262626d9; +} + .border-neutral-800\\/90 { border-color: #262626e6; } @@ -156131,6 +214607,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #171717; } +.border-neutral-900\\/15 { + border-color: #17171726; +} + .border-neutral-900\\/20 { border-color: #17171733; } @@ -156143,10 +214623,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1717174d; } +.border-neutral-900\\/35 { + border-color: #17171759; +} + .border-neutral-900\\/40 { border-color: #17171766; } +.border-neutral-900\\/45 { + border-color: #17171773; +} + .border-neutral-900\\/5 { border-color: #1717170d; } @@ -156155,10 +214643,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #17171780; } +.border-neutral-900\\/55 { + border-color: #1717178c; +} + .border-neutral-900\\/60 { border-color: #17171799; } +.border-neutral-900\\/65 { + border-color: #171717a6; +} + .border-neutral-900\\/70 { border-color: #171717b3; } @@ -156171,6 +214667,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #171717cc; } +.border-neutral-900\\/85 { + border-color: #171717d9; +} + .border-neutral-900\\/90 { border-color: #171717e6; } @@ -156196,6 +214696,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0a0a0a; } +.border-neutral-950\\/15 { + border-color: #0a0a0a26; +} + .border-neutral-950\\/20 { border-color: #0a0a0a33; } @@ -156208,10 +214712,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0a0a0a4d; } +.border-neutral-950\\/35 { + border-color: #0a0a0a59; +} + .border-neutral-950\\/40 { border-color: #0a0a0a66; } +.border-neutral-950\\/45 { + border-color: #0a0a0a73; +} + .border-neutral-950\\/5 { border-color: #0a0a0a0d; } @@ -156220,10 +214732,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0a0a0a80; } +.border-neutral-950\\/55 { + border-color: #0a0a0a8c; +} + .border-neutral-950\\/60 { border-color: #0a0a0a99; } +.border-neutral-950\\/65 { + border-color: #0a0a0aa6; +} + .border-neutral-950\\/70 { border-color: #0a0a0ab3; } @@ -156236,6 +214756,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0a0a0acc; } +.border-neutral-950\\/85 { + border-color: #0a0a0ad9; +} + .border-neutral-950\\/90 { border-color: #0a0a0ae6; } @@ -156261,6 +214785,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffedd5; } +.border-orange-100\\/15 { + border-color: #ffedd526; +} + .border-orange-100\\/20 { border-color: #ffedd533; } @@ -156273,10 +214801,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffedd54d; } +.border-orange-100\\/35 { + border-color: #ffedd559; +} + .border-orange-100\\/40 { border-color: #ffedd566; } +.border-orange-100\\/45 { + border-color: #ffedd573; +} + .border-orange-100\\/5 { border-color: #ffedd50d; } @@ -156285,10 +214821,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffedd580; } +.border-orange-100\\/55 { + border-color: #ffedd58c; +} + .border-orange-100\\/60 { border-color: #ffedd599; } +.border-orange-100\\/65 { + border-color: #ffedd5a6; +} + .border-orange-100\\/70 { border-color: #ffedd5b3; } @@ -156301,6 +214845,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffedd5cc; } +.border-orange-100\\/85 { + border-color: #ffedd5d9; +} + .border-orange-100\\/90 { border-color: #ffedd5e6; } @@ -156326,6 +214874,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fed7aa; } +.border-orange-200\\/15 { + border-color: #fed7aa26; +} + .border-orange-200\\/20 { border-color: #fed7aa33; } @@ -156338,10 +214890,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fed7aa4d; } +.border-orange-200\\/35 { + border-color: #fed7aa59; +} + .border-orange-200\\/40 { border-color: #fed7aa66; } +.border-orange-200\\/45 { + border-color: #fed7aa73; +} + .border-orange-200\\/5 { border-color: #fed7aa0d; } @@ -156350,10 +214910,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fed7aa80; } +.border-orange-200\\/55 { + border-color: #fed7aa8c; +} + .border-orange-200\\/60 { border-color: #fed7aa99; } +.border-orange-200\\/65 { + border-color: #fed7aaa6; +} + .border-orange-200\\/70 { border-color: #fed7aab3; } @@ -156366,6 +214934,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fed7aacc; } +.border-orange-200\\/85 { + border-color: #fed7aad9; +} + .border-orange-200\\/90 { border-color: #fed7aae6; } @@ -156391,6 +214963,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdba74; } +.border-orange-300\\/15 { + border-color: #fdba7426; +} + .border-orange-300\\/20 { border-color: #fdba7433; } @@ -156403,10 +214979,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdba744d; } +.border-orange-300\\/35 { + border-color: #fdba7459; +} + .border-orange-300\\/40 { border-color: #fdba7466; } +.border-orange-300\\/45 { + border-color: #fdba7473; +} + .border-orange-300\\/5 { border-color: #fdba740d; } @@ -156415,10 +214999,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdba7480; } +.border-orange-300\\/55 { + border-color: #fdba748c; +} + .border-orange-300\\/60 { border-color: #fdba7499; } +.border-orange-300\\/65 { + border-color: #fdba74a6; +} + .border-orange-300\\/70 { border-color: #fdba74b3; } @@ -156431,6 +215023,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdba74cc; } +.border-orange-300\\/85 { + border-color: #fdba74d9; +} + .border-orange-300\\/90 { border-color: #fdba74e6; } @@ -156456,6 +215052,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb923c; } +.border-orange-400\\/15 { + border-color: #fb923c26; +} + .border-orange-400\\/20 { border-color: #fb923c33; } @@ -156468,10 +215068,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb923c4d; } +.border-orange-400\\/35 { + border-color: #fb923c59; +} + .border-orange-400\\/40 { border-color: #fb923c66; } +.border-orange-400\\/45 { + border-color: #fb923c73; +} + .border-orange-400\\/5 { border-color: #fb923c0d; } @@ -156480,10 +215088,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb923c80; } +.border-orange-400\\/55 { + border-color: #fb923c8c; +} + .border-orange-400\\/60 { border-color: #fb923c99; } +.border-orange-400\\/65 { + border-color: #fb923ca6; +} + .border-orange-400\\/70 { border-color: #fb923cb3; } @@ -156496,6 +215112,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb923ccc; } +.border-orange-400\\/85 { + border-color: #fb923cd9; +} + .border-orange-400\\/90 { border-color: #fb923ce6; } @@ -156521,6 +215141,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff7ed; } +.border-orange-50\\/15 { + border-color: #fff7ed26; +} + .border-orange-50\\/20 { border-color: #fff7ed33; } @@ -156533,10 +215157,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff7ed4d; } +.border-orange-50\\/35 { + border-color: #fff7ed59; +} + .border-orange-50\\/40 { border-color: #fff7ed66; } +.border-orange-50\\/45 { + border-color: #fff7ed73; +} + .border-orange-50\\/5 { border-color: #fff7ed0d; } @@ -156545,10 +215177,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff7ed80; } +.border-orange-50\\/55 { + border-color: #fff7ed8c; +} + .border-orange-50\\/60 { border-color: #fff7ed99; } +.border-orange-50\\/65 { + border-color: #fff7eda6; +} + .border-orange-50\\/70 { border-color: #fff7edb3; } @@ -156561,6 +215201,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff7edcc; } +.border-orange-50\\/85 { + border-color: #fff7edd9; +} + .border-orange-50\\/90 { border-color: #fff7ede6; } @@ -156586,6 +215230,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f97316; } +.border-orange-500\\/15 { + border-color: #f9731626; +} + .border-orange-500\\/20 { border-color: #f9731633; } @@ -156598,10 +215246,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f973164d; } +.border-orange-500\\/35 { + border-color: #f9731659; +} + .border-orange-500\\/40 { border-color: #f9731666; } +.border-orange-500\\/45 { + border-color: #f9731673; +} + .border-orange-500\\/5 { border-color: #f973160d; } @@ -156610,10 +215266,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9731680; } +.border-orange-500\\/55 { + border-color: #f973168c; +} + .border-orange-500\\/60 { border-color: #f9731699; } +.border-orange-500\\/65 { + border-color: #f97316a6; +} + .border-orange-500\\/70 { border-color: #f97316b3; } @@ -156626,6 +215290,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f97316cc; } +.border-orange-500\\/85 { + border-color: #f97316d9; +} + .border-orange-500\\/90 { border-color: #f97316e6; } @@ -156651,6 +215319,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ea580c; } +.border-orange-600\\/15 { + border-color: #ea580c26; +} + .border-orange-600\\/20 { border-color: #ea580c33; } @@ -156663,10 +215335,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ea580c4d; } +.border-orange-600\\/35 { + border-color: #ea580c59; +} + .border-orange-600\\/40 { border-color: #ea580c66; } +.border-orange-600\\/45 { + border-color: #ea580c73; +} + .border-orange-600\\/5 { border-color: #ea580c0d; } @@ -156675,10 +215355,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ea580c80; } +.border-orange-600\\/55 { + border-color: #ea580c8c; +} + .border-orange-600\\/60 { border-color: #ea580c99; } +.border-orange-600\\/65 { + border-color: #ea580ca6; +} + .border-orange-600\\/70 { border-color: #ea580cb3; } @@ -156691,6 +215379,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ea580ccc; } +.border-orange-600\\/85 { + border-color: #ea580cd9; +} + .border-orange-600\\/90 { border-color: #ea580ce6; } @@ -156716,6 +215408,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c2410c; } +.border-orange-700\\/15 { + border-color: #c2410c26; +} + .border-orange-700\\/20 { border-color: #c2410c33; } @@ -156728,10 +215424,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c2410c4d; } +.border-orange-700\\/35 { + border-color: #c2410c59; +} + .border-orange-700\\/40 { border-color: #c2410c66; } +.border-orange-700\\/45 { + border-color: #c2410c73; +} + .border-orange-700\\/5 { border-color: #c2410c0d; } @@ -156740,10 +215444,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c2410c80; } +.border-orange-700\\/55 { + border-color: #c2410c8c; +} + .border-orange-700\\/60 { border-color: #c2410c99; } +.border-orange-700\\/65 { + border-color: #c2410ca6; +} + .border-orange-700\\/70 { border-color: #c2410cb3; } @@ -156756,6 +215468,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c2410ccc; } +.border-orange-700\\/85 { + border-color: #c2410cd9; +} + .border-orange-700\\/90 { border-color: #c2410ce6; } @@ -156781,6 +215497,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9a3412; } +.border-orange-800\\/15 { + border-color: #9a341226; +} + .border-orange-800\\/20 { border-color: #9a341233; } @@ -156793,10 +215513,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9a34124d; } +.border-orange-800\\/35 { + border-color: #9a341259; +} + .border-orange-800\\/40 { border-color: #9a341266; } +.border-orange-800\\/45 { + border-color: #9a341273; +} + .border-orange-800\\/5 { border-color: #9a34120d; } @@ -156805,10 +215533,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9a341280; } +.border-orange-800\\/55 { + border-color: #9a34128c; +} + .border-orange-800\\/60 { border-color: #9a341299; } +.border-orange-800\\/65 { + border-color: #9a3412a6; +} + .border-orange-800\\/70 { border-color: #9a3412b3; } @@ -156821,6 +215557,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9a3412cc; } +.border-orange-800\\/85 { + border-color: #9a3412d9; +} + .border-orange-800\\/90 { border-color: #9a3412e6; } @@ -156846,6 +215586,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c2d12; } +.border-orange-900\\/15 { + border-color: #7c2d1226; +} + .border-orange-900\\/20 { border-color: #7c2d1233; } @@ -156858,10 +215602,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c2d124d; } +.border-orange-900\\/35 { + border-color: #7c2d1259; +} + .border-orange-900\\/40 { border-color: #7c2d1266; } +.border-orange-900\\/45 { + border-color: #7c2d1273; +} + .border-orange-900\\/5 { border-color: #7c2d120d; } @@ -156870,10 +215622,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c2d1280; } +.border-orange-900\\/55 { + border-color: #7c2d128c; +} + .border-orange-900\\/60 { border-color: #7c2d1299; } +.border-orange-900\\/65 { + border-color: #7c2d12a6; +} + .border-orange-900\\/70 { border-color: #7c2d12b3; } @@ -156886,6 +215646,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c2d12cc; } +.border-orange-900\\/85 { + border-color: #7c2d12d9; +} + .border-orange-900\\/90 { border-color: #7c2d12e6; } @@ -156911,6 +215675,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #431407; } +.border-orange-950\\/15 { + border-color: #43140726; +} + .border-orange-950\\/20 { border-color: #43140733; } @@ -156923,10 +215691,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4314074d; } +.border-orange-950\\/35 { + border-color: #43140759; +} + .border-orange-950\\/40 { border-color: #43140766; } +.border-orange-950\\/45 { + border-color: #43140773; +} + .border-orange-950\\/5 { border-color: #4314070d; } @@ -156935,10 +215711,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #43140780; } +.border-orange-950\\/55 { + border-color: #4314078c; +} + .border-orange-950\\/60 { border-color: #43140799; } +.border-orange-950\\/65 { + border-color: #431407a6; +} + .border-orange-950\\/70 { border-color: #431407b3; } @@ -156951,6 +215735,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #431407cc; } +.border-orange-950\\/85 { + border-color: #431407d9; +} + .border-orange-950\\/90 { border-color: #431407e6; } @@ -156976,6 +215764,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fce7f3; } +.border-pink-100\\/15 { + border-color: #fce7f326; +} + .border-pink-100\\/20 { border-color: #fce7f333; } @@ -156988,10 +215780,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fce7f34d; } +.border-pink-100\\/35 { + border-color: #fce7f359; +} + .border-pink-100\\/40 { border-color: #fce7f366; } +.border-pink-100\\/45 { + border-color: #fce7f373; +} + .border-pink-100\\/5 { border-color: #fce7f30d; } @@ -157000,10 +215800,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fce7f380; } +.border-pink-100\\/55 { + border-color: #fce7f38c; +} + .border-pink-100\\/60 { border-color: #fce7f399; } +.border-pink-100\\/65 { + border-color: #fce7f3a6; +} + .border-pink-100\\/70 { border-color: #fce7f3b3; } @@ -157016,6 +215824,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fce7f3cc; } +.border-pink-100\\/85 { + border-color: #fce7f3d9; +} + .border-pink-100\\/90 { border-color: #fce7f3e6; } @@ -157041,6 +215853,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbcfe8; } +.border-pink-200\\/15 { + border-color: #fbcfe826; +} + .border-pink-200\\/20 { border-color: #fbcfe833; } @@ -157053,10 +215869,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbcfe84d; } +.border-pink-200\\/35 { + border-color: #fbcfe859; +} + .border-pink-200\\/40 { border-color: #fbcfe866; } +.border-pink-200\\/45 { + border-color: #fbcfe873; +} + .border-pink-200\\/5 { border-color: #fbcfe80d; } @@ -157065,10 +215889,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbcfe880; } +.border-pink-200\\/55 { + border-color: #fbcfe88c; +} + .border-pink-200\\/60 { border-color: #fbcfe899; } +.border-pink-200\\/65 { + border-color: #fbcfe8a6; +} + .border-pink-200\\/70 { border-color: #fbcfe8b3; } @@ -157081,6 +215913,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fbcfe8cc; } +.border-pink-200\\/85 { + border-color: #fbcfe8d9; +} + .border-pink-200\\/90 { border-color: #fbcfe8e6; } @@ -157106,6 +215942,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9a8d4; } +.border-pink-300\\/15 { + border-color: #f9a8d426; +} + .border-pink-300\\/20 { border-color: #f9a8d433; } @@ -157118,10 +215958,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9a8d44d; } +.border-pink-300\\/35 { + border-color: #f9a8d459; +} + .border-pink-300\\/40 { border-color: #f9a8d466; } +.border-pink-300\\/45 { + border-color: #f9a8d473; +} + .border-pink-300\\/5 { border-color: #f9a8d40d; } @@ -157130,10 +215978,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9a8d480; } +.border-pink-300\\/55 { + border-color: #f9a8d48c; +} + .border-pink-300\\/60 { border-color: #f9a8d499; } +.border-pink-300\\/65 { + border-color: #f9a8d4a6; +} + .border-pink-300\\/70 { border-color: #f9a8d4b3; } @@ -157146,6 +216002,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f9a8d4cc; } +.border-pink-300\\/85 { + border-color: #f9a8d4d9; +} + .border-pink-300\\/90 { border-color: #f9a8d4e6; } @@ -157171,6 +216031,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f472b6; } +.border-pink-400\\/15 { + border-color: #f472b626; +} + .border-pink-400\\/20 { border-color: #f472b633; } @@ -157183,10 +216047,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f472b64d; } +.border-pink-400\\/35 { + border-color: #f472b659; +} + .border-pink-400\\/40 { border-color: #f472b666; } +.border-pink-400\\/45 { + border-color: #f472b673; +} + .border-pink-400\\/5 { border-color: #f472b60d; } @@ -157195,10 +216067,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f472b680; } +.border-pink-400\\/55 { + border-color: #f472b68c; +} + .border-pink-400\\/60 { border-color: #f472b699; } +.border-pink-400\\/65 { + border-color: #f472b6a6; +} + .border-pink-400\\/70 { border-color: #f472b6b3; } @@ -157211,6 +216091,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f472b6cc; } +.border-pink-400\\/85 { + border-color: #f472b6d9; +} + .border-pink-400\\/90 { border-color: #f472b6e6; } @@ -157236,6 +216120,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf2f8; } +.border-pink-50\\/15 { + border-color: #fdf2f826; +} + .border-pink-50\\/20 { border-color: #fdf2f833; } @@ -157248,10 +216136,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf2f84d; } +.border-pink-50\\/35 { + border-color: #fdf2f859; +} + .border-pink-50\\/40 { border-color: #fdf2f866; } +.border-pink-50\\/45 { + border-color: #fdf2f873; +} + .border-pink-50\\/5 { border-color: #fdf2f80d; } @@ -157260,10 +216156,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf2f880; } +.border-pink-50\\/55 { + border-color: #fdf2f88c; +} + .border-pink-50\\/60 { border-color: #fdf2f899; } +.border-pink-50\\/65 { + border-color: #fdf2f8a6; +} + .border-pink-50\\/70 { border-color: #fdf2f8b3; } @@ -157276,6 +216180,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fdf2f8cc; } +.border-pink-50\\/85 { + border-color: #fdf2f8d9; +} + .border-pink-50\\/90 { border-color: #fdf2f8e6; } @@ -157301,6 +216209,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ec4899; } +.border-pink-500\\/15 { + border-color: #ec489926; +} + .border-pink-500\\/20 { border-color: #ec489933; } @@ -157313,10 +216225,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ec48994d; } +.border-pink-500\\/35 { + border-color: #ec489959; +} + .border-pink-500\\/40 { border-color: #ec489966; } +.border-pink-500\\/45 { + border-color: #ec489973; +} + .border-pink-500\\/5 { border-color: #ec48990d; } @@ -157325,10 +216245,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ec489980; } +.border-pink-500\\/55 { + border-color: #ec48998c; +} + .border-pink-500\\/60 { border-color: #ec489999; } +.border-pink-500\\/65 { + border-color: #ec4899a6; +} + .border-pink-500\\/70 { border-color: #ec4899b3; } @@ -157341,6 +216269,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ec4899cc; } +.border-pink-500\\/85 { + border-color: #ec4899d9; +} + .border-pink-500\\/90 { border-color: #ec4899e6; } @@ -157366,6 +216298,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #db2777; } +.border-pink-600\\/15 { + border-color: #db277726; +} + .border-pink-600\\/20 { border-color: #db277733; } @@ -157378,10 +216314,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #db27774d; } +.border-pink-600\\/35 { + border-color: #db277759; +} + .border-pink-600\\/40 { border-color: #db277766; } +.border-pink-600\\/45 { + border-color: #db277773; +} + .border-pink-600\\/5 { border-color: #db27770d; } @@ -157390,10 +216334,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #db277780; } +.border-pink-600\\/55 { + border-color: #db27778c; +} + .border-pink-600\\/60 { border-color: #db277799; } +.border-pink-600\\/65 { + border-color: #db2777a6; +} + .border-pink-600\\/70 { border-color: #db2777b3; } @@ -157406,6 +216358,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #db2777cc; } +.border-pink-600\\/85 { + border-color: #db2777d9; +} + .border-pink-600\\/90 { border-color: #db2777e6; } @@ -157431,6 +216387,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be185d; } +.border-pink-700\\/15 { + border-color: #be185d26; +} + .border-pink-700\\/20 { border-color: #be185d33; } @@ -157443,10 +216403,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be185d4d; } +.border-pink-700\\/35 { + border-color: #be185d59; +} + .border-pink-700\\/40 { border-color: #be185d66; } +.border-pink-700\\/45 { + border-color: #be185d73; +} + .border-pink-700\\/5 { border-color: #be185d0d; } @@ -157455,10 +216423,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be185d80; } +.border-pink-700\\/55 { + border-color: #be185d8c; +} + .border-pink-700\\/60 { border-color: #be185d99; } +.border-pink-700\\/65 { + border-color: #be185da6; +} + .border-pink-700\\/70 { border-color: #be185db3; } @@ -157471,6 +216447,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be185dcc; } +.border-pink-700\\/85 { + border-color: #be185dd9; +} + .border-pink-700\\/90 { border-color: #be185de6; } @@ -157496,6 +216476,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9d174d; } +.border-pink-800\\/15 { + border-color: #9d174d26; +} + .border-pink-800\\/20 { border-color: #9d174d33; } @@ -157508,10 +216492,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9d174d4d; } +.border-pink-800\\/35 { + border-color: #9d174d59; +} + .border-pink-800\\/40 { border-color: #9d174d66; } +.border-pink-800\\/45 { + border-color: #9d174d73; +} + .border-pink-800\\/5 { border-color: #9d174d0d; } @@ -157520,10 +216512,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9d174d80; } +.border-pink-800\\/55 { + border-color: #9d174d8c; +} + .border-pink-800\\/60 { border-color: #9d174d99; } +.border-pink-800\\/65 { + border-color: #9d174da6; +} + .border-pink-800\\/70 { border-color: #9d174db3; } @@ -157536,6 +216536,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9d174dcc; } +.border-pink-800\\/85 { + border-color: #9d174dd9; +} + .border-pink-800\\/90 { border-color: #9d174de6; } @@ -157561,6 +216565,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #831843; } +.border-pink-900\\/15 { + border-color: #83184326; +} + .border-pink-900\\/20 { border-color: #83184333; } @@ -157573,10 +216581,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #8318434d; } +.border-pink-900\\/35 { + border-color: #83184359; +} + .border-pink-900\\/40 { border-color: #83184366; } +.border-pink-900\\/45 { + border-color: #83184373; +} + .border-pink-900\\/5 { border-color: #8318430d; } @@ -157585,10 +216601,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #83184380; } +.border-pink-900\\/55 { + border-color: #8318438c; +} + .border-pink-900\\/60 { border-color: #83184399; } +.border-pink-900\\/65 { + border-color: #831843a6; +} + .border-pink-900\\/70 { border-color: #831843b3; } @@ -157601,6 +216625,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #831843cc; } +.border-pink-900\\/85 { + border-color: #831843d9; +} + .border-pink-900\\/90 { border-color: #831843e6; } @@ -157626,6 +216654,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #500724; } +.border-pink-950\\/15 { + border-color: #50072426; +} + .border-pink-950\\/20 { border-color: #50072433; } @@ -157638,10 +216670,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5007244d; } +.border-pink-950\\/35 { + border-color: #50072459; +} + .border-pink-950\\/40 { border-color: #50072466; } +.border-pink-950\\/45 { + border-color: #50072473; +} + .border-pink-950\\/5 { border-color: #5007240d; } @@ -157650,10 +216690,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #50072480; } +.border-pink-950\\/55 { + border-color: #5007248c; +} + .border-pink-950\\/60 { border-color: #50072499; } +.border-pink-950\\/65 { + border-color: #500724a6; +} + .border-pink-950\\/70 { border-color: #500724b3; } @@ -157666,6 +216714,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #500724cc; } +.border-pink-950\\/85 { + border-color: #500724d9; +} + .border-pink-950\\/90 { border-color: #500724e6; } @@ -157691,6 +216743,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3e8ff; } +.border-purple-100\\/15 { + border-color: #f3e8ff26; +} + .border-purple-100\\/20 { border-color: #f3e8ff33; } @@ -157703,10 +216759,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3e8ff4d; } +.border-purple-100\\/35 { + border-color: #f3e8ff59; +} + .border-purple-100\\/40 { border-color: #f3e8ff66; } +.border-purple-100\\/45 { + border-color: #f3e8ff73; +} + .border-purple-100\\/5 { border-color: #f3e8ff0d; } @@ -157715,10 +216779,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3e8ff80; } +.border-purple-100\\/55 { + border-color: #f3e8ff8c; +} + .border-purple-100\\/60 { border-color: #f3e8ff99; } +.border-purple-100\\/65 { + border-color: #f3e8ffa6; +} + .border-purple-100\\/70 { border-color: #f3e8ffb3; } @@ -157731,6 +216803,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f3e8ffcc; } +.border-purple-100\\/85 { + border-color: #f3e8ffd9; +} + .border-purple-100\\/90 { border-color: #f3e8ffe6; } @@ -157756,6 +216832,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e9d5ff; } +.border-purple-200\\/15 { + border-color: #e9d5ff26; +} + .border-purple-200\\/20 { border-color: #e9d5ff33; } @@ -157768,10 +216848,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e9d5ff4d; } +.border-purple-200\\/35 { + border-color: #e9d5ff59; +} + .border-purple-200\\/40 { border-color: #e9d5ff66; } +.border-purple-200\\/45 { + border-color: #e9d5ff73; +} + .border-purple-200\\/5 { border-color: #e9d5ff0d; } @@ -157780,10 +216868,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e9d5ff80; } +.border-purple-200\\/55 { + border-color: #e9d5ff8c; +} + .border-purple-200\\/60 { border-color: #e9d5ff99; } +.border-purple-200\\/65 { + border-color: #e9d5ffa6; +} + .border-purple-200\\/70 { border-color: #e9d5ffb3; } @@ -157796,6 +216892,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e9d5ffcc; } +.border-purple-200\\/85 { + border-color: #e9d5ffd9; +} + .border-purple-200\\/90 { border-color: #e9d5ffe6; } @@ -157821,6 +216921,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d8b4fe; } +.border-purple-300\\/15 { + border-color: #d8b4fe26; +} + .border-purple-300\\/20 { border-color: #d8b4fe33; } @@ -157833,10 +216937,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d8b4fe4d; } +.border-purple-300\\/35 { + border-color: #d8b4fe59; +} + .border-purple-300\\/40 { border-color: #d8b4fe66; } +.border-purple-300\\/45 { + border-color: #d8b4fe73; +} + .border-purple-300\\/5 { border-color: #d8b4fe0d; } @@ -157845,10 +216957,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d8b4fe80; } +.border-purple-300\\/55 { + border-color: #d8b4fe8c; +} + .border-purple-300\\/60 { border-color: #d8b4fe99; } +.border-purple-300\\/65 { + border-color: #d8b4fea6; +} + .border-purple-300\\/70 { border-color: #d8b4feb3; } @@ -157861,6 +216981,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d8b4fecc; } +.border-purple-300\\/85 { + border-color: #d8b4fed9; +} + .border-purple-300\\/90 { border-color: #d8b4fee6; } @@ -157886,6 +217010,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c084fc; } +.border-purple-400\\/15 { + border-color: #c084fc26; +} + .border-purple-400\\/20 { border-color: #c084fc33; } @@ -157898,10 +217026,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c084fc4d; } +.border-purple-400\\/35 { + border-color: #c084fc59; +} + .border-purple-400\\/40 { border-color: #c084fc66; } +.border-purple-400\\/45 { + border-color: #c084fc73; +} + .border-purple-400\\/5 { border-color: #c084fc0d; } @@ -157910,10 +217046,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c084fc80; } +.border-purple-400\\/55 { + border-color: #c084fc8c; +} + .border-purple-400\\/60 { border-color: #c084fc99; } +.border-purple-400\\/65 { + border-color: #c084fca6; +} + .border-purple-400\\/70 { border-color: #c084fcb3; } @@ -157926,6 +217070,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c084fccc; } +.border-purple-400\\/85 { + border-color: #c084fcd9; +} + .border-purple-400\\/90 { border-color: #c084fce6; } @@ -157951,6 +217099,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #faf5ff; } +.border-purple-50\\/15 { + border-color: #faf5ff26; +} + .border-purple-50\\/20 { border-color: #faf5ff33; } @@ -157963,10 +217115,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #faf5ff4d; } +.border-purple-50\\/35 { + border-color: #faf5ff59; +} + .border-purple-50\\/40 { border-color: #faf5ff66; } +.border-purple-50\\/45 { + border-color: #faf5ff73; +} + .border-purple-50\\/5 { border-color: #faf5ff0d; } @@ -157975,10 +217135,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #faf5ff80; } +.border-purple-50\\/55 { + border-color: #faf5ff8c; +} + .border-purple-50\\/60 { border-color: #faf5ff99; } +.border-purple-50\\/65 { + border-color: #faf5ffa6; +} + .border-purple-50\\/70 { border-color: #faf5ffb3; } @@ -157991,6 +217159,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #faf5ffcc; } +.border-purple-50\\/85 { + border-color: #faf5ffd9; +} + .border-purple-50\\/90 { border-color: #faf5ffe6; } @@ -158016,6 +217188,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a855f7; } +.border-purple-500\\/15 { + border-color: #a855f726; +} + .border-purple-500\\/20 { border-color: #a855f733; } @@ -158028,10 +217204,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a855f74d; } +.border-purple-500\\/35 { + border-color: #a855f759; +} + .border-purple-500\\/40 { border-color: #a855f766; } +.border-purple-500\\/45 { + border-color: #a855f773; +} + .border-purple-500\\/5 { border-color: #a855f70d; } @@ -158040,10 +217224,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a855f780; } +.border-purple-500\\/55 { + border-color: #a855f78c; +} + .border-purple-500\\/60 { border-color: #a855f799; } +.border-purple-500\\/65 { + border-color: #a855f7a6; +} + .border-purple-500\\/70 { border-color: #a855f7b3; } @@ -158056,6 +217248,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a855f7cc; } +.border-purple-500\\/85 { + border-color: #a855f7d9; +} + .border-purple-500\\/90 { border-color: #a855f7e6; } @@ -158081,6 +217277,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9333ea; } +.border-purple-600\\/15 { + border-color: #9333ea26; +} + .border-purple-600\\/20 { border-color: #9333ea33; } @@ -158093,10 +217293,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9333ea4d; } +.border-purple-600\\/35 { + border-color: #9333ea59; +} + .border-purple-600\\/40 { border-color: #9333ea66; } +.border-purple-600\\/45 { + border-color: #9333ea73; +} + .border-purple-600\\/5 { border-color: #9333ea0d; } @@ -158105,10 +217313,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9333ea80; } +.border-purple-600\\/55 { + border-color: #9333ea8c; +} + .border-purple-600\\/60 { border-color: #9333ea99; } +.border-purple-600\\/65 { + border-color: #9333eaa6; +} + .border-purple-600\\/70 { border-color: #9333eab3; } @@ -158121,6 +217337,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9333eacc; } +.border-purple-600\\/85 { + border-color: #9333ead9; +} + .border-purple-600\\/90 { border-color: #9333eae6; } @@ -158146,6 +217366,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7e22ce; } +.border-purple-700\\/15 { + border-color: #7e22ce26; +} + .border-purple-700\\/20 { border-color: #7e22ce33; } @@ -158158,10 +217382,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7e22ce4d; } +.border-purple-700\\/35 { + border-color: #7e22ce59; +} + .border-purple-700\\/40 { border-color: #7e22ce66; } +.border-purple-700\\/45 { + border-color: #7e22ce73; +} + .border-purple-700\\/5 { border-color: #7e22ce0d; } @@ -158170,10 +217402,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7e22ce80; } +.border-purple-700\\/55 { + border-color: #7e22ce8c; +} + .border-purple-700\\/60 { border-color: #7e22ce99; } +.border-purple-700\\/65 { + border-color: #7e22cea6; +} + .border-purple-700\\/70 { border-color: #7e22ceb3; } @@ -158186,6 +217426,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7e22cecc; } +.border-purple-700\\/85 { + border-color: #7e22ced9; +} + .border-purple-700\\/90 { border-color: #7e22cee6; } @@ -158211,6 +217455,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b21a8; } +.border-purple-800\\/15 { + border-color: #6b21a826; +} + .border-purple-800\\/20 { border-color: #6b21a833; } @@ -158223,10 +217471,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b21a84d; } +.border-purple-800\\/35 { + border-color: #6b21a859; +} + .border-purple-800\\/40 { border-color: #6b21a866; } +.border-purple-800\\/45 { + border-color: #6b21a873; +} + .border-purple-800\\/5 { border-color: #6b21a80d; } @@ -158235,10 +217491,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b21a880; } +.border-purple-800\\/55 { + border-color: #6b21a88c; +} + .border-purple-800\\/60 { border-color: #6b21a899; } +.border-purple-800\\/65 { + border-color: #6b21a8a6; +} + .border-purple-800\\/70 { border-color: #6b21a8b3; } @@ -158251,6 +217515,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6b21a8cc; } +.border-purple-800\\/85 { + border-color: #6b21a8d9; +} + .border-purple-800\\/90 { border-color: #6b21a8e6; } @@ -158276,6 +217544,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #581c87; } +.border-purple-900\\/15 { + border-color: #581c8726; +} + .border-purple-900\\/20 { border-color: #581c8733; } @@ -158288,10 +217560,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #581c874d; } +.border-purple-900\\/35 { + border-color: #581c8759; +} + .border-purple-900\\/40 { border-color: #581c8766; } +.border-purple-900\\/45 { + border-color: #581c8773; +} + .border-purple-900\\/5 { border-color: #581c870d; } @@ -158300,10 +217580,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #581c8780; } +.border-purple-900\\/55 { + border-color: #581c878c; +} + .border-purple-900\\/60 { border-color: #581c8799; } +.border-purple-900\\/65 { + border-color: #581c87a6; +} + .border-purple-900\\/70 { border-color: #581c87b3; } @@ -158316,6 +217604,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #581c87cc; } +.border-purple-900\\/85 { + border-color: #581c87d9; +} + .border-purple-900\\/90 { border-color: #581c87e6; } @@ -158341,6 +217633,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b0764; } +.border-purple-950\\/15 { + border-color: #3b076426; +} + .border-purple-950\\/20 { border-color: #3b076433; } @@ -158353,10 +217649,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b07644d; } +.border-purple-950\\/35 { + border-color: #3b076459; +} + .border-purple-950\\/40 { border-color: #3b076466; } +.border-purple-950\\/45 { + border-color: #3b076473; +} + .border-purple-950\\/5 { border-color: #3b07640d; } @@ -158365,10 +217669,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b076480; } +.border-purple-950\\/55 { + border-color: #3b07648c; +} + .border-purple-950\\/60 { border-color: #3b076499; } +.border-purple-950\\/65 { + border-color: #3b0764a6; +} + .border-purple-950\\/70 { border-color: #3b0764b3; } @@ -158381,6 +217693,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3b0764cc; } +.border-purple-950\\/85 { + border-color: #3b0764d9; +} + .border-purple-950\\/90 { border-color: #3b0764e6; } @@ -158406,6 +217722,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fee2e2; } +.border-red-100\\/15 { + border-color: #fee2e226; +} + .border-red-100\\/20 { border-color: #fee2e233; } @@ -158418,10 +217738,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fee2e24d; } +.border-red-100\\/35 { + border-color: #fee2e259; +} + .border-red-100\\/40 { border-color: #fee2e266; } +.border-red-100\\/45 { + border-color: #fee2e273; +} + .border-red-100\\/5 { border-color: #fee2e20d; } @@ -158430,10 +217758,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fee2e280; } +.border-red-100\\/55 { + border-color: #fee2e28c; +} + .border-red-100\\/60 { border-color: #fee2e299; } +.border-red-100\\/65 { + border-color: #fee2e2a6; +} + .border-red-100\\/70 { border-color: #fee2e2b3; } @@ -158446,6 +217782,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fee2e2cc; } +.border-red-100\\/85 { + border-color: #fee2e2d9; +} + .border-red-100\\/90 { border-color: #fee2e2e6; } @@ -158471,6 +217811,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecaca; } +.border-red-200\\/15 { + border-color: #fecaca26; +} + .border-red-200\\/20 { border-color: #fecaca33; } @@ -158483,10 +217827,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecaca4d; } +.border-red-200\\/35 { + border-color: #fecaca59; +} + .border-red-200\\/40 { border-color: #fecaca66; } +.border-red-200\\/45 { + border-color: #fecaca73; +} + .border-red-200\\/5 { border-color: #fecaca0d; } @@ -158495,10 +217847,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecaca80; } +.border-red-200\\/55 { + border-color: #fecaca8c; +} + .border-red-200\\/60 { border-color: #fecaca99; } +.border-red-200\\/65 { + border-color: #fecacaa6; +} + .border-red-200\\/70 { border-color: #fecacab3; } @@ -158511,6 +217871,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecacacc; } +.border-red-200\\/85 { + border-color: #fecacad9; +} + .border-red-200\\/90 { border-color: #fecacae6; } @@ -158536,6 +217900,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fca5a5; } +.border-red-300\\/15 { + border-color: #fca5a526; +} + .border-red-300\\/20 { border-color: #fca5a533; } @@ -158548,10 +217916,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fca5a54d; } +.border-red-300\\/35 { + border-color: #fca5a559; +} + .border-red-300\\/40 { border-color: #fca5a566; } +.border-red-300\\/45 { + border-color: #fca5a573; +} + .border-red-300\\/5 { border-color: #fca5a50d; } @@ -158560,10 +217936,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fca5a580; } +.border-red-300\\/55 { + border-color: #fca5a58c; +} + .border-red-300\\/60 { border-color: #fca5a599; } +.border-red-300\\/65 { + border-color: #fca5a5a6; +} + .border-red-300\\/70 { border-color: #fca5a5b3; } @@ -158576,6 +217960,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fca5a5cc; } +.border-red-300\\/85 { + border-color: #fca5a5d9; +} + .border-red-300\\/90 { border-color: #fca5a5e6; } @@ -158601,6 +217989,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f87171; } +.border-red-400\\/15 { + border-color: #f8717126; +} + .border-red-400\\/20 { border-color: #f8717133; } @@ -158613,10 +218005,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f871714d; } +.border-red-400\\/35 { + border-color: #f8717159; +} + .border-red-400\\/40 { border-color: #f8717166; } +.border-red-400\\/45 { + border-color: #f8717173; +} + .border-red-400\\/5 { border-color: #f871710d; } @@ -158625,10 +218025,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f8717180; } +.border-red-400\\/55 { + border-color: #f871718c; +} + .border-red-400\\/60 { border-color: #f8717199; } +.border-red-400\\/65 { + border-color: #f87171a6; +} + .border-red-400\\/70 { border-color: #f87171b3; } @@ -158641,6 +218049,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f87171cc; } +.border-red-400\\/85 { + border-color: #f87171d9; +} + .border-red-400\\/90 { border-color: #f87171e6; } @@ -158666,6 +218078,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef2f2; } +.border-red-50\\/15 { + border-color: #fef2f226; +} + .border-red-50\\/20 { border-color: #fef2f233; } @@ -158678,10 +218094,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef2f24d; } +.border-red-50\\/35 { + border-color: #fef2f259; +} + .border-red-50\\/40 { border-color: #fef2f266; } +.border-red-50\\/45 { + border-color: #fef2f273; +} + .border-red-50\\/5 { border-color: #fef2f20d; } @@ -158690,10 +218114,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef2f280; } +.border-red-50\\/55 { + border-color: #fef2f28c; +} + .border-red-50\\/60 { border-color: #fef2f299; } +.border-red-50\\/65 { + border-color: #fef2f2a6; +} + .border-red-50\\/70 { border-color: #fef2f2b3; } @@ -158706,6 +218138,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef2f2cc; } +.border-red-50\\/85 { + border-color: #fef2f2d9; +} + .border-red-50\\/90 { border-color: #fef2f2e6; } @@ -158731,6 +218167,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ef4444; } +.border-red-500\\/15 { + border-color: #ef444426; +} + .border-red-500\\/20 { border-color: #ef444433; } @@ -158743,10 +218183,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ef44444d; } +.border-red-500\\/35 { + border-color: #ef444459; +} + .border-red-500\\/40 { border-color: #ef444466; } +.border-red-500\\/45 { + border-color: #ef444473; +} + .border-red-500\\/5 { border-color: #ef44440d; } @@ -158755,10 +218203,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ef444480; } +.border-red-500\\/55 { + border-color: #ef44448c; +} + .border-red-500\\/60 { border-color: #ef444499; } +.border-red-500\\/65 { + border-color: #ef4444a6; +} + .border-red-500\\/70 { border-color: #ef4444b3; } @@ -158771,6 +218227,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ef4444cc; } +.border-red-500\\/85 { + border-color: #ef4444d9; +} + .border-red-500\\/90 { border-color: #ef4444e6; } @@ -158796,6 +218256,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dc2626; } +.border-red-600\\/15 { + border-color: #dc262626; +} + .border-red-600\\/20 { border-color: #dc262633; } @@ -158808,10 +218272,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dc26264d; } +.border-red-600\\/35 { + border-color: #dc262659; +} + .border-red-600\\/40 { border-color: #dc262666; } +.border-red-600\\/45 { + border-color: #dc262673; +} + .border-red-600\\/5 { border-color: #dc26260d; } @@ -158820,10 +218292,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dc262680; } +.border-red-600\\/55 { + border-color: #dc26268c; +} + .border-red-600\\/60 { border-color: #dc262699; } +.border-red-600\\/65 { + border-color: #dc2626a6; +} + .border-red-600\\/70 { border-color: #dc2626b3; } @@ -158836,6 +218316,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #dc2626cc; } +.border-red-600\\/85 { + border-color: #dc2626d9; +} + .border-red-600\\/90 { border-color: #dc2626e6; } @@ -158861,6 +218345,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b91c1c; } +.border-red-700\\/15 { + border-color: #b91c1c26; +} + .border-red-700\\/20 { border-color: #b91c1c33; } @@ -158873,10 +218361,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b91c1c4d; } +.border-red-700\\/35 { + border-color: #b91c1c59; +} + .border-red-700\\/40 { border-color: #b91c1c66; } +.border-red-700\\/45 { + border-color: #b91c1c73; +} + .border-red-700\\/5 { border-color: #b91c1c0d; } @@ -158885,10 +218381,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b91c1c80; } +.border-red-700\\/55 { + border-color: #b91c1c8c; +} + .border-red-700\\/60 { border-color: #b91c1c99; } +.border-red-700\\/65 { + border-color: #b91c1ca6; +} + .border-red-700\\/70 { border-color: #b91c1cb3; } @@ -158901,6 +218405,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #b91c1ccc; } +.border-red-700\\/85 { + border-color: #b91c1cd9; +} + .border-red-700\\/90 { border-color: #b91c1ce6; } @@ -158926,6 +218434,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #991b1b; } +.border-red-800\\/15 { + border-color: #991b1b26; +} + .border-red-800\\/20 { border-color: #991b1b33; } @@ -158938,10 +218450,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #991b1b4d; } +.border-red-800\\/35 { + border-color: #991b1b59; +} + .border-red-800\\/40 { border-color: #991b1b66; } +.border-red-800\\/45 { + border-color: #991b1b73; +} + .border-red-800\\/5 { border-color: #991b1b0d; } @@ -158950,10 +218470,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #991b1b80; } +.border-red-800\\/55 { + border-color: #991b1b8c; +} + .border-red-800\\/60 { border-color: #991b1b99; } +.border-red-800\\/65 { + border-color: #991b1ba6; +} + .border-red-800\\/70 { border-color: #991b1bb3; } @@ -158966,6 +218494,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #991b1bcc; } +.border-red-800\\/85 { + border-color: #991b1bd9; +} + .border-red-800\\/90 { border-color: #991b1be6; } @@ -158991,6 +218523,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7f1d1d; } +.border-red-900\\/15 { + border-color: #7f1d1d26; +} + .border-red-900\\/20 { border-color: #7f1d1d33; } @@ -159003,10 +218539,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7f1d1d4d; } +.border-red-900\\/35 { + border-color: #7f1d1d59; +} + .border-red-900\\/40 { border-color: #7f1d1d66; } +.border-red-900\\/45 { + border-color: #7f1d1d73; +} + .border-red-900\\/5 { border-color: #7f1d1d0d; } @@ -159015,10 +218559,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7f1d1d80; } +.border-red-900\\/55 { + border-color: #7f1d1d8c; +} + .border-red-900\\/60 { border-color: #7f1d1d99; } +.border-red-900\\/65 { + border-color: #7f1d1da6; +} + .border-red-900\\/70 { border-color: #7f1d1db3; } @@ -159031,6 +218583,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7f1d1dcc; } +.border-red-900\\/85 { + border-color: #7f1d1dd9; +} + .border-red-900\\/90 { border-color: #7f1d1de6; } @@ -159056,6 +218612,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #450a0a; } +.border-red-950\\/15 { + border-color: #450a0a26; +} + .border-red-950\\/20 { border-color: #450a0a33; } @@ -159068,10 +218628,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #450a0a4d; } +.border-red-950\\/35 { + border-color: #450a0a59; +} + .border-red-950\\/40 { border-color: #450a0a66; } +.border-red-950\\/45 { + border-color: #450a0a73; +} + .border-red-950\\/5 { border-color: #450a0a0d; } @@ -159080,10 +218648,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #450a0a80; } +.border-red-950\\/55 { + border-color: #450a0a8c; +} + .border-red-950\\/60 { border-color: #450a0a99; } +.border-red-950\\/65 { + border-color: #450a0aa6; +} + .border-red-950\\/70 { border-color: #450a0ab3; } @@ -159096,6 +218672,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #450a0acc; } +.border-red-950\\/85 { + border-color: #450a0ad9; +} + .border-red-950\\/90 { border-color: #450a0ae6; } @@ -159121,6 +218701,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffe4e6; } +.border-rose-100\\/15 { + border-color: #ffe4e626; +} + .border-rose-100\\/20 { border-color: #ffe4e633; } @@ -159133,10 +218717,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffe4e64d; } +.border-rose-100\\/35 { + border-color: #ffe4e659; +} + .border-rose-100\\/40 { border-color: #ffe4e666; } +.border-rose-100\\/45 { + border-color: #ffe4e673; +} + .border-rose-100\\/5 { border-color: #ffe4e60d; } @@ -159145,10 +218737,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffe4e680; } +.border-rose-100\\/55 { + border-color: #ffe4e68c; +} + .border-rose-100\\/60 { border-color: #ffe4e699; } +.border-rose-100\\/65 { + border-color: #ffe4e6a6; +} + .border-rose-100\\/70 { border-color: #ffe4e6b3; } @@ -159161,6 +218761,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffe4e6cc; } +.border-rose-100\\/85 { + border-color: #ffe4e6d9; +} + .border-rose-100\\/90 { border-color: #ffe4e6e6; } @@ -159186,6 +218790,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecdd3; } +.border-rose-200\\/15 { + border-color: #fecdd326; +} + .border-rose-200\\/20 { border-color: #fecdd333; } @@ -159198,10 +218806,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecdd34d; } +.border-rose-200\\/35 { + border-color: #fecdd359; +} + .border-rose-200\\/40 { border-color: #fecdd366; } +.border-rose-200\\/45 { + border-color: #fecdd373; +} + .border-rose-200\\/5 { border-color: #fecdd30d; } @@ -159210,10 +218826,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecdd380; } +.border-rose-200\\/55 { + border-color: #fecdd38c; +} + .border-rose-200\\/60 { border-color: #fecdd399; } +.border-rose-200\\/65 { + border-color: #fecdd3a6; +} + .border-rose-200\\/70 { border-color: #fecdd3b3; } @@ -159226,6 +218850,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fecdd3cc; } +.border-rose-200\\/85 { + border-color: #fecdd3d9; +} + .border-rose-200\\/90 { border-color: #fecdd3e6; } @@ -159251,6 +218879,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fda4af; } +.border-rose-300\\/15 { + border-color: #fda4af26; +} + .border-rose-300\\/20 { border-color: #fda4af33; } @@ -159263,10 +218895,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fda4af4d; } +.border-rose-300\\/35 { + border-color: #fda4af59; +} + .border-rose-300\\/40 { border-color: #fda4af66; } +.border-rose-300\\/45 { + border-color: #fda4af73; +} + .border-rose-300\\/5 { border-color: #fda4af0d; } @@ -159275,10 +218915,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fda4af80; } +.border-rose-300\\/55 { + border-color: #fda4af8c; +} + .border-rose-300\\/60 { border-color: #fda4af99; } +.border-rose-300\\/65 { + border-color: #fda4afa6; +} + .border-rose-300\\/70 { border-color: #fda4afb3; } @@ -159291,6 +218939,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fda4afcc; } +.border-rose-300\\/85 { + border-color: #fda4afd9; +} + .border-rose-300\\/90 { border-color: #fda4afe6; } @@ -159316,6 +218968,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb7185; } +.border-rose-400\\/15 { + border-color: #fb718526; +} + .border-rose-400\\/20 { border-color: #fb718533; } @@ -159328,10 +218984,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb71854d; } +.border-rose-400\\/35 { + border-color: #fb718559; +} + .border-rose-400\\/40 { border-color: #fb718566; } +.border-rose-400\\/45 { + border-color: #fb718573; +} + .border-rose-400\\/5 { border-color: #fb71850d; } @@ -159340,10 +219004,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb718580; } +.border-rose-400\\/55 { + border-color: #fb71858c; +} + .border-rose-400\\/60 { border-color: #fb718599; } +.border-rose-400\\/65 { + border-color: #fb7185a6; +} + .border-rose-400\\/70 { border-color: #fb7185b3; } @@ -159356,6 +219028,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fb7185cc; } +.border-rose-400\\/85 { + border-color: #fb7185d9; +} + .border-rose-400\\/90 { border-color: #fb7185e6; } @@ -159381,6 +219057,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff1f2; } +.border-rose-50\\/15 { + border-color: #fff1f226; +} + .border-rose-50\\/20 { border-color: #fff1f233; } @@ -159393,10 +219073,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff1f24d; } +.border-rose-50\\/35 { + border-color: #fff1f259; +} + .border-rose-50\\/40 { border-color: #fff1f266; } +.border-rose-50\\/45 { + border-color: #fff1f273; +} + .border-rose-50\\/5 { border-color: #fff1f20d; } @@ -159405,10 +219093,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff1f280; } +.border-rose-50\\/55 { + border-color: #fff1f28c; +} + .border-rose-50\\/60 { border-color: #fff1f299; } +.border-rose-50\\/65 { + border-color: #fff1f2a6; +} + .border-rose-50\\/70 { border-color: #fff1f2b3; } @@ -159421,6 +219117,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff1f2cc; } +.border-rose-50\\/85 { + border-color: #fff1f2d9; +} + .border-rose-50\\/90 { border-color: #fff1f2e6; } @@ -159446,6 +219146,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f43f5e; } +.border-rose-500\\/15 { + border-color: #f43f5e26; +} + .border-rose-500\\/20 { border-color: #f43f5e33; } @@ -159458,10 +219162,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f43f5e4d; } +.border-rose-500\\/35 { + border-color: #f43f5e59; +} + .border-rose-500\\/40 { border-color: #f43f5e66; } +.border-rose-500\\/45 { + border-color: #f43f5e73; +} + .border-rose-500\\/5 { border-color: #f43f5e0d; } @@ -159470,10 +219182,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f43f5e80; } +.border-rose-500\\/55 { + border-color: #f43f5e8c; +} + .border-rose-500\\/60 { border-color: #f43f5e99; } +.border-rose-500\\/65 { + border-color: #f43f5ea6; +} + .border-rose-500\\/70 { border-color: #f43f5eb3; } @@ -159486,6 +219206,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f43f5ecc; } +.border-rose-500\\/85 { + border-color: #f43f5ed9; +} + .border-rose-500\\/90 { border-color: #f43f5ee6; } @@ -159511,6 +219235,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e11d48; } +.border-rose-600\\/15 { + border-color: #e11d4826; +} + .border-rose-600\\/20 { border-color: #e11d4833; } @@ -159523,10 +219251,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e11d484d; } +.border-rose-600\\/35 { + border-color: #e11d4859; +} + .border-rose-600\\/40 { border-color: #e11d4866; } +.border-rose-600\\/45 { + border-color: #e11d4873; +} + .border-rose-600\\/5 { border-color: #e11d480d; } @@ -159535,10 +219271,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e11d4880; } +.border-rose-600\\/55 { + border-color: #e11d488c; +} + .border-rose-600\\/60 { border-color: #e11d4899; } +.border-rose-600\\/65 { + border-color: #e11d48a6; +} + .border-rose-600\\/70 { border-color: #e11d48b3; } @@ -159551,6 +219295,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e11d48cc; } +.border-rose-600\\/85 { + border-color: #e11d48d9; +} + .border-rose-600\\/90 { border-color: #e11d48e6; } @@ -159576,6 +219324,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be123c; } +.border-rose-700\\/15 { + border-color: #be123c26; +} + .border-rose-700\\/20 { border-color: #be123c33; } @@ -159588,10 +219340,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be123c4d; } +.border-rose-700\\/35 { + border-color: #be123c59; +} + .border-rose-700\\/40 { border-color: #be123c66; } +.border-rose-700\\/45 { + border-color: #be123c73; +} + .border-rose-700\\/5 { border-color: #be123c0d; } @@ -159600,10 +219360,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be123c80; } +.border-rose-700\\/55 { + border-color: #be123c8c; +} + .border-rose-700\\/60 { border-color: #be123c99; } +.border-rose-700\\/65 { + border-color: #be123ca6; +} + .border-rose-700\\/70 { border-color: #be123cb3; } @@ -159616,6 +219384,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #be123ccc; } +.border-rose-700\\/85 { + border-color: #be123cd9; +} + .border-rose-700\\/90 { border-color: #be123ce6; } @@ -159641,6 +219413,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9f1239; } +.border-rose-800\\/15 { + border-color: #9f123926; +} + .border-rose-800\\/20 { border-color: #9f123933; } @@ -159653,10 +219429,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9f12394d; } +.border-rose-800\\/35 { + border-color: #9f123959; +} + .border-rose-800\\/40 { border-color: #9f123966; } +.border-rose-800\\/45 { + border-color: #9f123973; +} + .border-rose-800\\/5 { border-color: #9f12390d; } @@ -159665,10 +219449,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9f123980; } +.border-rose-800\\/55 { + border-color: #9f12398c; +} + .border-rose-800\\/60 { border-color: #9f123999; } +.border-rose-800\\/65 { + border-color: #9f1239a6; +} + .border-rose-800\\/70 { border-color: #9f1239b3; } @@ -159681,6 +219473,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #9f1239cc; } +.border-rose-800\\/85 { + border-color: #9f1239d9; +} + .border-rose-800\\/90 { border-color: #9f1239e6; } @@ -159706,6 +219502,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #881337; } +.border-rose-900\\/15 { + border-color: #88133726; +} + .border-rose-900\\/20 { border-color: #88133733; } @@ -159718,10 +219518,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #8813374d; } +.border-rose-900\\/35 { + border-color: #88133759; +} + .border-rose-900\\/40 { border-color: #88133766; } +.border-rose-900\\/45 { + border-color: #88133773; +} + .border-rose-900\\/5 { border-color: #8813370d; } @@ -159730,10 +219538,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #88133780; } +.border-rose-900\\/55 { + border-color: #8813378c; +} + .border-rose-900\\/60 { border-color: #88133799; } +.border-rose-900\\/65 { + border-color: #881337a6; +} + .border-rose-900\\/70 { border-color: #881337b3; } @@ -159746,6 +219562,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #881337cc; } +.border-rose-900\\/85 { + border-color: #881337d9; +} + .border-rose-900\\/90 { border-color: #881337e6; } @@ -159771,6 +219591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c0519; } +.border-rose-950\\/15 { + border-color: #4c051926; +} + .border-rose-950\\/20 { border-color: #4c051933; } @@ -159783,10 +219607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c05194d; } +.border-rose-950\\/35 { + border-color: #4c051959; +} + .border-rose-950\\/40 { border-color: #4c051966; } +.border-rose-950\\/45 { + border-color: #4c051973; +} + .border-rose-950\\/5 { border-color: #4c05190d; } @@ -159795,10 +219627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c051980; } +.border-rose-950\\/55 { + border-color: #4c05198c; +} + .border-rose-950\\/60 { border-color: #4c051999; } +.border-rose-950\\/65 { + border-color: #4c0519a6; +} + .border-rose-950\\/70 { border-color: #4c0519b3; } @@ -159811,6 +219651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c0519cc; } +.border-rose-950\\/85 { + border-color: #4c0519d9; +} + .border-rose-950\\/90 { border-color: #4c0519e6; } @@ -159836,6 +219680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0f2fe; } +.border-sky-100\\/15 { + border-color: #e0f2fe26; +} + .border-sky-100\\/20 { border-color: #e0f2fe33; } @@ -159848,10 +219696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0f2fe4d; } +.border-sky-100\\/35 { + border-color: #e0f2fe59; +} + .border-sky-100\\/40 { border-color: #e0f2fe66; } +.border-sky-100\\/45 { + border-color: #e0f2fe73; +} + .border-sky-100\\/5 { border-color: #e0f2fe0d; } @@ -159860,10 +219716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0f2fe80; } +.border-sky-100\\/55 { + border-color: #e0f2fe8c; +} + .border-sky-100\\/60 { border-color: #e0f2fe99; } +.border-sky-100\\/65 { + border-color: #e0f2fea6; +} + .border-sky-100\\/70 { border-color: #e0f2feb3; } @@ -159876,6 +219740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e0f2fecc; } +.border-sky-100\\/85 { + border-color: #e0f2fed9; +} + .border-sky-100\\/90 { border-color: #e0f2fee6; } @@ -159901,6 +219769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bae6fd; } +.border-sky-200\\/15 { + border-color: #bae6fd26; +} + .border-sky-200\\/20 { border-color: #bae6fd33; } @@ -159913,10 +219785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bae6fd4d; } +.border-sky-200\\/35 { + border-color: #bae6fd59; +} + .border-sky-200\\/40 { border-color: #bae6fd66; } +.border-sky-200\\/45 { + border-color: #bae6fd73; +} + .border-sky-200\\/5 { border-color: #bae6fd0d; } @@ -159925,10 +219805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bae6fd80; } +.border-sky-200\\/55 { + border-color: #bae6fd8c; +} + .border-sky-200\\/60 { border-color: #bae6fd99; } +.border-sky-200\\/65 { + border-color: #bae6fda6; +} + .border-sky-200\\/70 { border-color: #bae6fdb3; } @@ -159941,6 +219829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #bae6fdcc; } +.border-sky-200\\/85 { + border-color: #bae6fdd9; +} + .border-sky-200\\/90 { border-color: #bae6fde6; } @@ -159966,6 +219858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7dd3fc; } +.border-sky-300\\/15 { + border-color: #7dd3fc26; +} + .border-sky-300\\/20 { border-color: #7dd3fc33; } @@ -159978,10 +219874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7dd3fc4d; } +.border-sky-300\\/35 { + border-color: #7dd3fc59; +} + .border-sky-300\\/40 { border-color: #7dd3fc66; } +.border-sky-300\\/45 { + border-color: #7dd3fc73; +} + .border-sky-300\\/5 { border-color: #7dd3fc0d; } @@ -159990,10 +219894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7dd3fc80; } +.border-sky-300\\/55 { + border-color: #7dd3fc8c; +} + .border-sky-300\\/60 { border-color: #7dd3fc99; } +.border-sky-300\\/65 { + border-color: #7dd3fca6; +} + .border-sky-300\\/70 { border-color: #7dd3fcb3; } @@ -160006,6 +219918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7dd3fccc; } +.border-sky-300\\/85 { + border-color: #7dd3fcd9; +} + .border-sky-300\\/90 { border-color: #7dd3fce6; } @@ -160031,6 +219947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #38bdf8; } +.border-sky-400\\/15 { + border-color: #38bdf826; +} + .border-sky-400\\/20 { border-color: #38bdf833; } @@ -160043,10 +219963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #38bdf84d; } +.border-sky-400\\/35 { + border-color: #38bdf859; +} + .border-sky-400\\/40 { border-color: #38bdf866; } +.border-sky-400\\/45 { + border-color: #38bdf873; +} + .border-sky-400\\/5 { border-color: #38bdf80d; } @@ -160055,10 +219983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #38bdf880; } +.border-sky-400\\/55 { + border-color: #38bdf88c; +} + .border-sky-400\\/60 { border-color: #38bdf899; } +.border-sky-400\\/65 { + border-color: #38bdf8a6; +} + .border-sky-400\\/70 { border-color: #38bdf8b3; } @@ -160071,6 +220007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #38bdf8cc; } +.border-sky-400\\/85 { + border-color: #38bdf8d9; +} + .border-sky-400\\/90 { border-color: #38bdf8e6; } @@ -160096,6 +220036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0f9ff; } +.border-sky-50\\/15 { + border-color: #f0f9ff26; +} + .border-sky-50\\/20 { border-color: #f0f9ff33; } @@ -160108,10 +220052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0f9ff4d; } +.border-sky-50\\/35 { + border-color: #f0f9ff59; +} + .border-sky-50\\/40 { border-color: #f0f9ff66; } +.border-sky-50\\/45 { + border-color: #f0f9ff73; +} + .border-sky-50\\/5 { border-color: #f0f9ff0d; } @@ -160120,10 +220072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0f9ff80; } +.border-sky-50\\/55 { + border-color: #f0f9ff8c; +} + .border-sky-50\\/60 { border-color: #f0f9ff99; } +.border-sky-50\\/65 { + border-color: #f0f9ffa6; +} + .border-sky-50\\/70 { border-color: #f0f9ffb3; } @@ -160136,6 +220096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0f9ffcc; } +.border-sky-50\\/85 { + border-color: #f0f9ffd9; +} + .border-sky-50\\/90 { border-color: #f0f9ffe6; } @@ -160161,6 +220125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0ea5e9; } +.border-sky-500\\/15 { + border-color: #0ea5e926; +} + .border-sky-500\\/20 { border-color: #0ea5e933; } @@ -160173,10 +220141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0ea5e94d; } +.border-sky-500\\/35 { + border-color: #0ea5e959; +} + .border-sky-500\\/40 { border-color: #0ea5e966; } +.border-sky-500\\/45 { + border-color: #0ea5e973; +} + .border-sky-500\\/5 { border-color: #0ea5e90d; } @@ -160185,10 +220161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0ea5e980; } +.border-sky-500\\/55 { + border-color: #0ea5e98c; +} + .border-sky-500\\/60 { border-color: #0ea5e999; } +.border-sky-500\\/65 { + border-color: #0ea5e9a6; +} + .border-sky-500\\/70 { border-color: #0ea5e9b3; } @@ -160201,6 +220185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0ea5e9cc; } +.border-sky-500\\/85 { + border-color: #0ea5e9d9; +} + .border-sky-500\\/90 { border-color: #0ea5e9e6; } @@ -160226,6 +220214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0284c7; } +.border-sky-600\\/15 { + border-color: #0284c726; +} + .border-sky-600\\/20 { border-color: #0284c733; } @@ -160238,10 +220230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0284c74d; } +.border-sky-600\\/35 { + border-color: #0284c759; +} + .border-sky-600\\/40 { border-color: #0284c766; } +.border-sky-600\\/45 { + border-color: #0284c773; +} + .border-sky-600\\/5 { border-color: #0284c70d; } @@ -160250,10 +220250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0284c780; } +.border-sky-600\\/55 { + border-color: #0284c78c; +} + .border-sky-600\\/60 { border-color: #0284c799; } +.border-sky-600\\/65 { + border-color: #0284c7a6; +} + .border-sky-600\\/70 { border-color: #0284c7b3; } @@ -160266,6 +220274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0284c7cc; } +.border-sky-600\\/85 { + border-color: #0284c7d9; +} + .border-sky-600\\/90 { border-color: #0284c7e6; } @@ -160291,6 +220303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0369a1; } +.border-sky-700\\/15 { + border-color: #0369a126; +} + .border-sky-700\\/20 { border-color: #0369a133; } @@ -160303,10 +220319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0369a14d; } +.border-sky-700\\/35 { + border-color: #0369a159; +} + .border-sky-700\\/40 { border-color: #0369a166; } +.border-sky-700\\/45 { + border-color: #0369a173; +} + .border-sky-700\\/5 { border-color: #0369a10d; } @@ -160315,10 +220339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0369a180; } +.border-sky-700\\/55 { + border-color: #0369a18c; +} + .border-sky-700\\/60 { border-color: #0369a199; } +.border-sky-700\\/65 { + border-color: #0369a1a6; +} + .border-sky-700\\/70 { border-color: #0369a1b3; } @@ -160331,6 +220363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0369a1cc; } +.border-sky-700\\/85 { + border-color: #0369a1d9; +} + .border-sky-700\\/90 { border-color: #0369a1e6; } @@ -160356,6 +220392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #075985; } +.border-sky-800\\/15 { + border-color: #07598526; +} + .border-sky-800\\/20 { border-color: #07598533; } @@ -160368,10 +220408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0759854d; } +.border-sky-800\\/35 { + border-color: #07598559; +} + .border-sky-800\\/40 { border-color: #07598566; } +.border-sky-800\\/45 { + border-color: #07598573; +} + .border-sky-800\\/5 { border-color: #0759850d; } @@ -160380,10 +220428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #07598580; } +.border-sky-800\\/55 { + border-color: #0759858c; +} + .border-sky-800\\/60 { border-color: #07598599; } +.border-sky-800\\/65 { + border-color: #075985a6; +} + .border-sky-800\\/70 { border-color: #075985b3; } @@ -160396,6 +220452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #075985cc; } +.border-sky-800\\/85 { + border-color: #075985d9; +} + .border-sky-800\\/90 { border-color: #075985e6; } @@ -160421,6 +220481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c4a6e; } +.border-sky-900\\/15 { + border-color: #0c4a6e26; +} + .border-sky-900\\/20 { border-color: #0c4a6e33; } @@ -160433,10 +220497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c4a6e4d; } +.border-sky-900\\/35 { + border-color: #0c4a6e59; +} + .border-sky-900\\/40 { border-color: #0c4a6e66; } +.border-sky-900\\/45 { + border-color: #0c4a6e73; +} + .border-sky-900\\/5 { border-color: #0c4a6e0d; } @@ -160445,10 +220517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c4a6e80; } +.border-sky-900\\/55 { + border-color: #0c4a6e8c; +} + .border-sky-900\\/60 { border-color: #0c4a6e99; } +.border-sky-900\\/65 { + border-color: #0c4a6ea6; +} + .border-sky-900\\/70 { border-color: #0c4a6eb3; } @@ -160461,6 +220541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c4a6ecc; } +.border-sky-900\\/85 { + border-color: #0c4a6ed9; +} + .border-sky-900\\/90 { border-color: #0c4a6ee6; } @@ -160486,6 +220570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #082f49; } +.border-sky-950\\/15 { + border-color: #082f4926; +} + .border-sky-950\\/20 { border-color: #082f4933; } @@ -160498,10 +220586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #082f494d; } +.border-sky-950\\/35 { + border-color: #082f4959; +} + .border-sky-950\\/40 { border-color: #082f4966; } +.border-sky-950\\/45 { + border-color: #082f4973; +} + .border-sky-950\\/5 { border-color: #082f490d; } @@ -160510,10 +220606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #082f4980; } +.border-sky-950\\/55 { + border-color: #082f498c; +} + .border-sky-950\\/60 { border-color: #082f4999; } +.border-sky-950\\/65 { + border-color: #082f49a6; +} + .border-sky-950\\/70 { border-color: #082f49b3; } @@ -160526,6 +220630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #082f49cc; } +.border-sky-950\\/85 { + border-color: #082f49d9; +} + .border-sky-950\\/90 { border-color: #082f49e6; } @@ -160551,6 +220659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f1f5f9; } +.border-slate-100\\/15 { + border-color: #f1f5f926; +} + .border-slate-100\\/20 { border-color: #f1f5f933; } @@ -160563,10 +220675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f1f5f94d; } +.border-slate-100\\/35 { + border-color: #f1f5f959; +} + .border-slate-100\\/40 { border-color: #f1f5f966; } +.border-slate-100\\/45 { + border-color: #f1f5f973; +} + .border-slate-100\\/5 { border-color: #f1f5f90d; } @@ -160575,10 +220695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f1f5f980; } +.border-slate-100\\/55 { + border-color: #f1f5f98c; +} + .border-slate-100\\/60 { border-color: #f1f5f999; } +.border-slate-100\\/65 { + border-color: #f1f5f9a6; +} + .border-slate-100\\/70 { border-color: #f1f5f9b3; } @@ -160591,6 +220719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f1f5f9cc; } +.border-slate-100\\/85 { + border-color: #f1f5f9d9; +} + .border-slate-100\\/90 { border-color: #f1f5f9e6; } @@ -160616,6 +220748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e2e8f0; } +.border-slate-200\\/15 { + border-color: #e2e8f026; +} + .border-slate-200\\/20 { border-color: #e2e8f033; } @@ -160628,10 +220764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e2e8f04d; } +.border-slate-200\\/35 { + border-color: #e2e8f059; +} + .border-slate-200\\/40 { border-color: #e2e8f066; } +.border-slate-200\\/45 { + border-color: #e2e8f073; +} + .border-slate-200\\/5 { border-color: #e2e8f00d; } @@ -160640,10 +220784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e2e8f080; } +.border-slate-200\\/55 { + border-color: #e2e8f08c; +} + .border-slate-200\\/60 { border-color: #e2e8f099; } +.border-slate-200\\/65 { + border-color: #e2e8f0a6; +} + .border-slate-200\\/70 { border-color: #e2e8f0b3; } @@ -160656,6 +220808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e2e8f0cc; } +.border-slate-200\\/85 { + border-color: #e2e8f0d9; +} + .border-slate-200\\/90 { border-color: #e2e8f0e6; } @@ -160681,6 +220837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cbd5e1; } +.border-slate-300\\/15 { + border-color: #cbd5e126; +} + .border-slate-300\\/20 { border-color: #cbd5e133; } @@ -160693,10 +220853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cbd5e14d; } +.border-slate-300\\/35 { + border-color: #cbd5e159; +} + .border-slate-300\\/40 { border-color: #cbd5e166; } +.border-slate-300\\/45 { + border-color: #cbd5e173; +} + .border-slate-300\\/5 { border-color: #cbd5e10d; } @@ -160705,10 +220873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cbd5e180; } +.border-slate-300\\/55 { + border-color: #cbd5e18c; +} + .border-slate-300\\/60 { border-color: #cbd5e199; } +.border-slate-300\\/65 { + border-color: #cbd5e1a6; +} + .border-slate-300\\/70 { border-color: #cbd5e1b3; } @@ -160721,6 +220897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #cbd5e1cc; } +.border-slate-300\\/85 { + border-color: #cbd5e1d9; +} + .border-slate-300\\/90 { border-color: #cbd5e1e6; } @@ -160746,6 +220926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #94a3b8; } +.border-slate-400\\/15 { + border-color: #94a3b826; +} + .border-slate-400\\/20 { border-color: #94a3b833; } @@ -160758,10 +220942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #94a3b84d; } +.border-slate-400\\/35 { + border-color: #94a3b859; +} + .border-slate-400\\/40 { border-color: #94a3b866; } +.border-slate-400\\/45 { + border-color: #94a3b873; +} + .border-slate-400\\/5 { border-color: #94a3b80d; } @@ -160770,10 +220962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #94a3b880; } +.border-slate-400\\/55 { + border-color: #94a3b88c; +} + .border-slate-400\\/60 { border-color: #94a3b899; } +.border-slate-400\\/65 { + border-color: #94a3b8a6; +} + .border-slate-400\\/70 { border-color: #94a3b8b3; } @@ -160786,6 +220986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #94a3b8cc; } +.border-slate-400\\/85 { + border-color: #94a3b8d9; +} + .border-slate-400\\/90 { border-color: #94a3b8e6; } @@ -160811,6 +221015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f8fafc; } +.border-slate-50\\/15 { + border-color: #f8fafc26; +} + .border-slate-50\\/20 { border-color: #f8fafc33; } @@ -160823,10 +221031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f8fafc4d; } +.border-slate-50\\/35 { + border-color: #f8fafc59; +} + .border-slate-50\\/40 { border-color: #f8fafc66; } +.border-slate-50\\/45 { + border-color: #f8fafc73; +} + .border-slate-50\\/5 { border-color: #f8fafc0d; } @@ -160835,10 +221051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f8fafc80; } +.border-slate-50\\/55 { + border-color: #f8fafc8c; +} + .border-slate-50\\/60 { border-color: #f8fafc99; } +.border-slate-50\\/65 { + border-color: #f8fafca6; +} + .border-slate-50\\/70 { border-color: #f8fafcb3; } @@ -160851,6 +221075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f8fafccc; } +.border-slate-50\\/85 { + border-color: #f8fafcd9; +} + .border-slate-50\\/90 { border-color: #f8fafce6; } @@ -160876,6 +221104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #64748b; } +.border-slate-500\\/15 { + border-color: #64748b26; +} + .border-slate-500\\/20 { border-color: #64748b33; } @@ -160888,10 +221120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #64748b4d; } +.border-slate-500\\/35 { + border-color: #64748b59; +} + .border-slate-500\\/40 { border-color: #64748b66; } +.border-slate-500\\/45 { + border-color: #64748b73; +} + .border-slate-500\\/5 { border-color: #64748b0d; } @@ -160900,10 +221140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #64748b80; } +.border-slate-500\\/55 { + border-color: #64748b8c; +} + .border-slate-500\\/60 { border-color: #64748b99; } +.border-slate-500\\/65 { + border-color: #64748ba6; +} + .border-slate-500\\/70 { border-color: #64748bb3; } @@ -160916,6 +221164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #64748bcc; } +.border-slate-500\\/85 { + border-color: #64748bd9; +} + .border-slate-500\\/90 { border-color: #64748be6; } @@ -160941,6 +221193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #475569; } +.border-slate-600\\/15 { + border-color: #47556926; +} + .border-slate-600\\/20 { border-color: #47556933; } @@ -160953,10 +221209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4755694d; } +.border-slate-600\\/35 { + border-color: #47556959; +} + .border-slate-600\\/40 { border-color: #47556966; } +.border-slate-600\\/45 { + border-color: #47556973; +} + .border-slate-600\\/5 { border-color: #4755690d; } @@ -160965,10 +221229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #47556980; } +.border-slate-600\\/55 { + border-color: #4755698c; +} + .border-slate-600\\/60 { border-color: #47556999; } +.border-slate-600\\/65 { + border-color: #475569a6; +} + .border-slate-600\\/70 { border-color: #475569b3; } @@ -160981,6 +221253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #475569cc; } +.border-slate-600\\/85 { + border-color: #475569d9; +} + .border-slate-600\\/90 { border-color: #475569e6; } @@ -161006,6 +221282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #334155; } +.border-slate-700\\/15 { + border-color: #33415526; +} + .border-slate-700\\/20 { border-color: #33415533; } @@ -161018,10 +221298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3341554d; } +.border-slate-700\\/35 { + border-color: #33415559; +} + .border-slate-700\\/40 { border-color: #33415566; } +.border-slate-700\\/45 { + border-color: #33415573; +} + .border-slate-700\\/5 { border-color: #3341550d; } @@ -161030,10 +221318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #33415580; } +.border-slate-700\\/55 { + border-color: #3341558c; +} + .border-slate-700\\/60 { border-color: #33415599; } +.border-slate-700\\/65 { + border-color: #334155a6; +} + .border-slate-700\\/70 { border-color: #334155b3; } @@ -161046,6 +221342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #334155cc; } +.border-slate-700\\/85 { + border-color: #334155d9; +} + .border-slate-700\\/90 { border-color: #334155e6; } @@ -161071,6 +221371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e293b; } +.border-slate-800\\/15 { + border-color: #1e293b26; +} + .border-slate-800\\/20 { border-color: #1e293b33; } @@ -161083,10 +221387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e293b4d; } +.border-slate-800\\/35 { + border-color: #1e293b59; +} + .border-slate-800\\/40 { border-color: #1e293b66; } +.border-slate-800\\/45 { + border-color: #1e293b73; +} + .border-slate-800\\/5 { border-color: #1e293b0d; } @@ -161095,10 +221407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e293b80; } +.border-slate-800\\/55 { + border-color: #1e293b8c; +} + .border-slate-800\\/60 { border-color: #1e293b99; } +.border-slate-800\\/65 { + border-color: #1e293ba6; +} + .border-slate-800\\/70 { border-color: #1e293bb3; } @@ -161111,6 +221431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1e293bcc; } +.border-slate-800\\/85 { + border-color: #1e293bd9; +} + .border-slate-800\\/90 { border-color: #1e293be6; } @@ -161136,6 +221460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f172a; } +.border-slate-900\\/15 { + border-color: #0f172a26; +} + .border-slate-900\\/20 { border-color: #0f172a33; } @@ -161148,10 +221476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f172a4d; } +.border-slate-900\\/35 { + border-color: #0f172a59; +} + .border-slate-900\\/40 { border-color: #0f172a66; } +.border-slate-900\\/45 { + border-color: #0f172a73; +} + .border-slate-900\\/5 { border-color: #0f172a0d; } @@ -161160,10 +221496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f172a80; } +.border-slate-900\\/55 { + border-color: #0f172a8c; +} + .border-slate-900\\/60 { border-color: #0f172a99; } +.border-slate-900\\/65 { + border-color: #0f172aa6; +} + .border-slate-900\\/70 { border-color: #0f172ab3; } @@ -161176,6 +221520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f172acc; } +.border-slate-900\\/85 { + border-color: #0f172ad9; +} + .border-slate-900\\/90 { border-color: #0f172ae6; } @@ -161201,6 +221549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #020617; } +.border-slate-950\\/15 { + border-color: #02061726; +} + .border-slate-950\\/20 { border-color: #02061733; } @@ -161213,10 +221565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0206174d; } +.border-slate-950\\/35 { + border-color: #02061759; +} + .border-slate-950\\/40 { border-color: #02061766; } +.border-slate-950\\/45 { + border-color: #02061773; +} + .border-slate-950\\/5 { border-color: #0206170d; } @@ -161225,10 +221585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #02061780; } +.border-slate-950\\/55 { + border-color: #0206178c; +} + .border-slate-950\\/60 { border-color: #02061799; } +.border-slate-950\\/65 { + border-color: #020617a6; +} + .border-slate-950\\/70 { border-color: #020617b3; } @@ -161241,6 +221609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #020617cc; } +.border-slate-950\\/85 { + border-color: #020617d9; +} + .border-slate-950\\/90 { border-color: #020617e6; } @@ -161266,6 +221638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f4; } +.border-stone-100\\/15 { + border-color: #f5f5f426; +} + .border-stone-100\\/20 { border-color: #f5f5f433; } @@ -161278,10 +221654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f44d; } +.border-stone-100\\/35 { + border-color: #f5f5f459; +} + .border-stone-100\\/40 { border-color: #f5f5f466; } +.border-stone-100\\/45 { + border-color: #f5f5f473; +} + .border-stone-100\\/5 { border-color: #f5f5f40d; } @@ -161290,10 +221674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f480; } +.border-stone-100\\/55 { + border-color: #f5f5f48c; +} + .border-stone-100\\/60 { border-color: #f5f5f499; } +.border-stone-100\\/65 { + border-color: #f5f5f4a6; +} + .border-stone-100\\/70 { border-color: #f5f5f4b3; } @@ -161306,6 +221698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f5f4cc; } +.border-stone-100\\/85 { + border-color: #f5f5f4d9; +} + .border-stone-100\\/90 { border-color: #f5f5f4e6; } @@ -161331,6 +221727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e7e5e4; } +.border-stone-200\\/15 { + border-color: #e7e5e426; +} + .border-stone-200\\/20 { border-color: #e7e5e433; } @@ -161343,10 +221743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e7e5e44d; } +.border-stone-200\\/35 { + border-color: #e7e5e459; +} + .border-stone-200\\/40 { border-color: #e7e5e466; } +.border-stone-200\\/45 { + border-color: #e7e5e473; +} + .border-stone-200\\/5 { border-color: #e7e5e40d; } @@ -161355,10 +221763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e7e5e480; } +.border-stone-200\\/55 { + border-color: #e7e5e48c; +} + .border-stone-200\\/60 { border-color: #e7e5e499; } +.border-stone-200\\/65 { + border-color: #e7e5e4a6; +} + .border-stone-200\\/70 { border-color: #e7e5e4b3; } @@ -161371,6 +221787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e7e5e4cc; } +.border-stone-200\\/85 { + border-color: #e7e5e4d9; +} + .border-stone-200\\/90 { border-color: #e7e5e4e6; } @@ -161396,6 +221816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d6d3d1; } +.border-stone-300\\/15 { + border-color: #d6d3d126; +} + .border-stone-300\\/20 { border-color: #d6d3d133; } @@ -161408,10 +221832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d6d3d14d; } +.border-stone-300\\/35 { + border-color: #d6d3d159; +} + .border-stone-300\\/40 { border-color: #d6d3d166; } +.border-stone-300\\/45 { + border-color: #d6d3d173; +} + .border-stone-300\\/5 { border-color: #d6d3d10d; } @@ -161420,10 +221852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d6d3d180; } +.border-stone-300\\/55 { + border-color: #d6d3d18c; +} + .border-stone-300\\/60 { border-color: #d6d3d199; } +.border-stone-300\\/65 { + border-color: #d6d3d1a6; +} + .border-stone-300\\/70 { border-color: #d6d3d1b3; } @@ -161436,6 +221876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d6d3d1cc; } +.border-stone-300\\/85 { + border-color: #d6d3d1d9; +} + .border-stone-300\\/90 { border-color: #d6d3d1e6; } @@ -161461,6 +221905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a8a29e; } +.border-stone-400\\/15 { + border-color: #a8a29e26; +} + .border-stone-400\\/20 { border-color: #a8a29e33; } @@ -161473,10 +221921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a8a29e4d; } +.border-stone-400\\/35 { + border-color: #a8a29e59; +} + .border-stone-400\\/40 { border-color: #a8a29e66; } +.border-stone-400\\/45 { + border-color: #a8a29e73; +} + .border-stone-400\\/5 { border-color: #a8a29e0d; } @@ -161485,10 +221941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a8a29e80; } +.border-stone-400\\/55 { + border-color: #a8a29e8c; +} + .border-stone-400\\/60 { border-color: #a8a29e99; } +.border-stone-400\\/65 { + border-color: #a8a29ea6; +} + .border-stone-400\\/70 { border-color: #a8a29eb3; } @@ -161501,6 +221965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a8a29ecc; } +.border-stone-400\\/85 { + border-color: #a8a29ed9; +} + .border-stone-400\\/90 { border-color: #a8a29ee6; } @@ -161526,6 +221994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafaf9; } +.border-stone-50\\/15 { + border-color: #fafaf926; +} + .border-stone-50\\/20 { border-color: #fafaf933; } @@ -161538,10 +222010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafaf94d; } +.border-stone-50\\/35 { + border-color: #fafaf959; +} + .border-stone-50\\/40 { border-color: #fafaf966; } +.border-stone-50\\/45 { + border-color: #fafaf973; +} + .border-stone-50\\/5 { border-color: #fafaf90d; } @@ -161550,10 +222030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafaf980; } +.border-stone-50\\/55 { + border-color: #fafaf98c; +} + .border-stone-50\\/60 { border-color: #fafaf999; } +.border-stone-50\\/65 { + border-color: #fafaf9a6; +} + .border-stone-50\\/70 { border-color: #fafaf9b3; } @@ -161566,6 +222054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafaf9cc; } +.border-stone-50\\/85 { + border-color: #fafaf9d9; +} + .border-stone-50\\/90 { border-color: #fafaf9e6; } @@ -161591,6 +222083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78716c; } +.border-stone-500\\/15 { + border-color: #78716c26; +} + .border-stone-500\\/20 { border-color: #78716c33; } @@ -161603,10 +222099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78716c4d; } +.border-stone-500\\/35 { + border-color: #78716c59; +} + .border-stone-500\\/40 { border-color: #78716c66; } +.border-stone-500\\/45 { + border-color: #78716c73; +} + .border-stone-500\\/5 { border-color: #78716c0d; } @@ -161615,10 +222119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78716c80; } +.border-stone-500\\/55 { + border-color: #78716c8c; +} + .border-stone-500\\/60 { border-color: #78716c99; } +.border-stone-500\\/65 { + border-color: #78716ca6; +} + .border-stone-500\\/70 { border-color: #78716cb3; } @@ -161631,6 +222143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #78716ccc; } +.border-stone-500\\/85 { + border-color: #78716cd9; +} + .border-stone-500\\/90 { border-color: #78716ce6; } @@ -161656,6 +222172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #57534e; } +.border-stone-600\\/15 { + border-color: #57534e26; +} + .border-stone-600\\/20 { border-color: #57534e33; } @@ -161668,10 +222188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #57534e4d; } +.border-stone-600\\/35 { + border-color: #57534e59; +} + .border-stone-600\\/40 { border-color: #57534e66; } +.border-stone-600\\/45 { + border-color: #57534e73; +} + .border-stone-600\\/5 { border-color: #57534e0d; } @@ -161680,10 +222208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #57534e80; } +.border-stone-600\\/55 { + border-color: #57534e8c; +} + .border-stone-600\\/60 { border-color: #57534e99; } +.border-stone-600\\/65 { + border-color: #57534ea6; +} + .border-stone-600\\/70 { border-color: #57534eb3; } @@ -161696,6 +222232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #57534ecc; } +.border-stone-600\\/85 { + border-color: #57534ed9; +} + .border-stone-600\\/90 { border-color: #57534ee6; } @@ -161721,6 +222261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #44403c; } +.border-stone-700\\/15 { + border-color: #44403c26; +} + .border-stone-700\\/20 { border-color: #44403c33; } @@ -161733,10 +222277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #44403c4d; } +.border-stone-700\\/35 { + border-color: #44403c59; +} + .border-stone-700\\/40 { border-color: #44403c66; } +.border-stone-700\\/45 { + border-color: #44403c73; +} + .border-stone-700\\/5 { border-color: #44403c0d; } @@ -161745,10 +222297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #44403c80; } +.border-stone-700\\/55 { + border-color: #44403c8c; +} + .border-stone-700\\/60 { border-color: #44403c99; } +.border-stone-700\\/65 { + border-color: #44403ca6; +} + .border-stone-700\\/70 { border-color: #44403cb3; } @@ -161761,6 +222321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #44403ccc; } +.border-stone-700\\/85 { + border-color: #44403cd9; +} + .border-stone-700\\/90 { border-color: #44403ce6; } @@ -161786,6 +222350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #292524; } +.border-stone-800\\/15 { + border-color: #29252426; +} + .border-stone-800\\/20 { border-color: #29252433; } @@ -161798,10 +222366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2925244d; } +.border-stone-800\\/35 { + border-color: #29252459; +} + .border-stone-800\\/40 { border-color: #29252466; } +.border-stone-800\\/45 { + border-color: #29252473; +} + .border-stone-800\\/5 { border-color: #2925240d; } @@ -161810,10 +222386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #29252480; } +.border-stone-800\\/55 { + border-color: #2925248c; +} + .border-stone-800\\/60 { border-color: #29252499; } +.border-stone-800\\/65 { + border-color: #292524a6; +} + .border-stone-800\\/70 { border-color: #292524b3; } @@ -161826,6 +222410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #292524cc; } +.border-stone-800\\/85 { + border-color: #292524d9; +} + .border-stone-800\\/90 { border-color: #292524e6; } @@ -161851,6 +222439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1c1917; } +.border-stone-900\\/15 { + border-color: #1c191726; +} + .border-stone-900\\/20 { border-color: #1c191733; } @@ -161863,10 +222455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1c19174d; } +.border-stone-900\\/35 { + border-color: #1c191759; +} + .border-stone-900\\/40 { border-color: #1c191766; } +.border-stone-900\\/45 { + border-color: #1c191773; +} + .border-stone-900\\/5 { border-color: #1c19170d; } @@ -161875,10 +222475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1c191780; } +.border-stone-900\\/55 { + border-color: #1c19178c; +} + .border-stone-900\\/60 { border-color: #1c191799; } +.border-stone-900\\/65 { + border-color: #1c1917a6; +} + .border-stone-900\\/70 { border-color: #1c1917b3; } @@ -161891,6 +222499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #1c1917cc; } +.border-stone-900\\/85 { + border-color: #1c1917d9; +} + .border-stone-900\\/90 { border-color: #1c1917e6; } @@ -161916,6 +222528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c0a09; } +.border-stone-950\\/15 { + border-color: #0c0a0926; +} + .border-stone-950\\/20 { border-color: #0c0a0933; } @@ -161928,10 +222544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c0a094d; } +.border-stone-950\\/35 { + border-color: #0c0a0959; +} + .border-stone-950\\/40 { border-color: #0c0a0966; } +.border-stone-950\\/45 { + border-color: #0c0a0973; +} + .border-stone-950\\/5 { border-color: #0c0a090d; } @@ -161940,10 +222564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c0a0980; } +.border-stone-950\\/55 { + border-color: #0c0a098c; +} + .border-stone-950\\/60 { border-color: #0c0a0999; } +.border-stone-950\\/65 { + border-color: #0c0a09a6; +} + .border-stone-950\\/70 { border-color: #0c0a09b3; } @@ -161956,6 +222588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0c0a09cc; } +.border-stone-950\\/85 { + border-color: #0c0a09d9; +} + .border-stone-950\\/90 { border-color: #0c0a09e6; } @@ -161981,6 +222617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ccfbf1; } +.border-teal-100\\/15 { + border-color: #ccfbf126; +} + .border-teal-100\\/20 { border-color: #ccfbf133; } @@ -161993,10 +222633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ccfbf14d; } +.border-teal-100\\/35 { + border-color: #ccfbf159; +} + .border-teal-100\\/40 { border-color: #ccfbf166; } +.border-teal-100\\/45 { + border-color: #ccfbf173; +} + .border-teal-100\\/5 { border-color: #ccfbf10d; } @@ -162005,10 +222653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ccfbf180; } +.border-teal-100\\/55 { + border-color: #ccfbf18c; +} + .border-teal-100\\/60 { border-color: #ccfbf199; } +.border-teal-100\\/65 { + border-color: #ccfbf1a6; +} + .border-teal-100\\/70 { border-color: #ccfbf1b3; } @@ -162021,6 +222677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ccfbf1cc; } +.border-teal-100\\/85 { + border-color: #ccfbf1d9; +} + .border-teal-100\\/90 { border-color: #ccfbf1e6; } @@ -162046,6 +222706,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #99f6e4; } +.border-teal-200\\/15 { + border-color: #99f6e426; +} + .border-teal-200\\/20 { border-color: #99f6e433; } @@ -162058,10 +222722,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #99f6e44d; } +.border-teal-200\\/35 { + border-color: #99f6e459; +} + .border-teal-200\\/40 { border-color: #99f6e466; } +.border-teal-200\\/45 { + border-color: #99f6e473; +} + .border-teal-200\\/5 { border-color: #99f6e40d; } @@ -162070,10 +222742,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #99f6e480; } +.border-teal-200\\/55 { + border-color: #99f6e48c; +} + .border-teal-200\\/60 { border-color: #99f6e499; } +.border-teal-200\\/65 { + border-color: #99f6e4a6; +} + .border-teal-200\\/70 { border-color: #99f6e4b3; } @@ -162086,6 +222766,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #99f6e4cc; } +.border-teal-200\\/85 { + border-color: #99f6e4d9; +} + .border-teal-200\\/90 { border-color: #99f6e4e6; } @@ -162111,6 +222795,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5eead4; } +.border-teal-300\\/15 { + border-color: #5eead426; +} + .border-teal-300\\/20 { border-color: #5eead433; } @@ -162123,10 +222811,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5eead44d; } +.border-teal-300\\/35 { + border-color: #5eead459; +} + .border-teal-300\\/40 { border-color: #5eead466; } +.border-teal-300\\/45 { + border-color: #5eead473; +} + .border-teal-300\\/5 { border-color: #5eead40d; } @@ -162135,10 +222831,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5eead480; } +.border-teal-300\\/55 { + border-color: #5eead48c; +} + .border-teal-300\\/60 { border-color: #5eead499; } +.border-teal-300\\/65 { + border-color: #5eead4a6; +} + .border-teal-300\\/70 { border-color: #5eead4b3; } @@ -162151,6 +222855,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5eead4cc; } +.border-teal-300\\/85 { + border-color: #5eead4d9; +} + .border-teal-300\\/90 { border-color: #5eead4e6; } @@ -162176,6 +222884,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2dd4bf; } +.border-teal-400\\/15 { + border-color: #2dd4bf26; +} + .border-teal-400\\/20 { border-color: #2dd4bf33; } @@ -162188,10 +222900,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2dd4bf4d; } +.border-teal-400\\/35 { + border-color: #2dd4bf59; +} + .border-teal-400\\/40 { border-color: #2dd4bf66; } +.border-teal-400\\/45 { + border-color: #2dd4bf73; +} + .border-teal-400\\/5 { border-color: #2dd4bf0d; } @@ -162200,10 +222920,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2dd4bf80; } +.border-teal-400\\/55 { + border-color: #2dd4bf8c; +} + .border-teal-400\\/60 { border-color: #2dd4bf99; } +.border-teal-400\\/65 { + border-color: #2dd4bfa6; +} + .border-teal-400\\/70 { border-color: #2dd4bfb3; } @@ -162216,6 +222944,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2dd4bfcc; } +.border-teal-400\\/85 { + border-color: #2dd4bfd9; +} + .border-teal-400\\/90 { border-color: #2dd4bfe6; } @@ -162241,6 +222973,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdfa; } +.border-teal-50\\/15 { + border-color: #f0fdfa26; +} + .border-teal-50\\/20 { border-color: #f0fdfa33; } @@ -162253,10 +222989,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdfa4d; } +.border-teal-50\\/35 { + border-color: #f0fdfa59; +} + .border-teal-50\\/40 { border-color: #f0fdfa66; } +.border-teal-50\\/45 { + border-color: #f0fdfa73; +} + .border-teal-50\\/5 { border-color: #f0fdfa0d; } @@ -162265,10 +223009,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdfa80; } +.border-teal-50\\/55 { + border-color: #f0fdfa8c; +} + .border-teal-50\\/60 { border-color: #f0fdfa99; } +.border-teal-50\\/65 { + border-color: #f0fdfaa6; +} + .border-teal-50\\/70 { border-color: #f0fdfab3; } @@ -162281,6 +223033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f0fdfacc; } +.border-teal-50\\/85 { + border-color: #f0fdfad9; +} + .border-teal-50\\/90 { border-color: #f0fdfae6; } @@ -162306,6 +223062,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14b8a6; } +.border-teal-500\\/15 { + border-color: #14b8a626; +} + .border-teal-500\\/20 { border-color: #14b8a633; } @@ -162318,10 +223078,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14b8a64d; } +.border-teal-500\\/35 { + border-color: #14b8a659; +} + .border-teal-500\\/40 { border-color: #14b8a666; } +.border-teal-500\\/45 { + border-color: #14b8a673; +} + .border-teal-500\\/5 { border-color: #14b8a60d; } @@ -162330,10 +223098,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14b8a680; } +.border-teal-500\\/55 { + border-color: #14b8a68c; +} + .border-teal-500\\/60 { border-color: #14b8a699; } +.border-teal-500\\/65 { + border-color: #14b8a6a6; +} + .border-teal-500\\/70 { border-color: #14b8a6b3; } @@ -162346,6 +223122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #14b8a6cc; } +.border-teal-500\\/85 { + border-color: #14b8a6d9; +} + .border-teal-500\\/90 { border-color: #14b8a6e6; } @@ -162371,6 +223151,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0d9488; } +.border-teal-600\\/15 { + border-color: #0d948826; +} + .border-teal-600\\/20 { border-color: #0d948833; } @@ -162383,10 +223167,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0d94884d; } +.border-teal-600\\/35 { + border-color: #0d948859; +} + .border-teal-600\\/40 { border-color: #0d948866; } +.border-teal-600\\/45 { + border-color: #0d948873; +} + .border-teal-600\\/5 { border-color: #0d94880d; } @@ -162395,10 +223187,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0d948880; } +.border-teal-600\\/55 { + border-color: #0d94888c; +} + .border-teal-600\\/60 { border-color: #0d948899; } +.border-teal-600\\/65 { + border-color: #0d9488a6; +} + .border-teal-600\\/70 { border-color: #0d9488b3; } @@ -162411,6 +223211,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0d9488cc; } +.border-teal-600\\/85 { + border-color: #0d9488d9; +} + .border-teal-600\\/90 { border-color: #0d9488e6; } @@ -162436,6 +223240,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f766e; } +.border-teal-700\\/15 { + border-color: #0f766e26; +} + .border-teal-700\\/20 { border-color: #0f766e33; } @@ -162448,10 +223256,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f766e4d; } +.border-teal-700\\/35 { + border-color: #0f766e59; +} + .border-teal-700\\/40 { border-color: #0f766e66; } +.border-teal-700\\/45 { + border-color: #0f766e73; +} + .border-teal-700\\/5 { border-color: #0f766e0d; } @@ -162460,10 +223276,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f766e80; } +.border-teal-700\\/55 { + border-color: #0f766e8c; +} + .border-teal-700\\/60 { border-color: #0f766e99; } +.border-teal-700\\/65 { + border-color: #0f766ea6; +} + .border-teal-700\\/70 { border-color: #0f766eb3; } @@ -162476,6 +223300,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0f766ecc; } +.border-teal-700\\/85 { + border-color: #0f766ed9; +} + .border-teal-700\\/90 { border-color: #0f766ee6; } @@ -162501,6 +223329,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #115e59; } +.border-teal-800\\/15 { + border-color: #115e5926; +} + .border-teal-800\\/20 { border-color: #115e5933; } @@ -162513,10 +223345,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #115e594d; } +.border-teal-800\\/35 { + border-color: #115e5959; +} + .border-teal-800\\/40 { border-color: #115e5966; } +.border-teal-800\\/45 { + border-color: #115e5973; +} + .border-teal-800\\/5 { border-color: #115e590d; } @@ -162525,10 +223365,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #115e5980; } +.border-teal-800\\/55 { + border-color: #115e598c; +} + .border-teal-800\\/60 { border-color: #115e5999; } +.border-teal-800\\/65 { + border-color: #115e59a6; +} + .border-teal-800\\/70 { border-color: #115e59b3; } @@ -162541,6 +223389,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #115e59cc; } +.border-teal-800\\/85 { + border-color: #115e59d9; +} + .border-teal-800\\/90 { border-color: #115e59e6; } @@ -162566,6 +223418,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #134e4a; } +.border-teal-900\\/15 { + border-color: #134e4a26; +} + .border-teal-900\\/20 { border-color: #134e4a33; } @@ -162578,10 +223434,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #134e4a4d; } +.border-teal-900\\/35 { + border-color: #134e4a59; +} + .border-teal-900\\/40 { border-color: #134e4a66; } +.border-teal-900\\/45 { + border-color: #134e4a73; +} + .border-teal-900\\/5 { border-color: #134e4a0d; } @@ -162590,10 +223454,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #134e4a80; } +.border-teal-900\\/55 { + border-color: #134e4a8c; +} + .border-teal-900\\/60 { border-color: #134e4a99; } +.border-teal-900\\/65 { + border-color: #134e4aa6; +} + .border-teal-900\\/70 { border-color: #134e4ab3; } @@ -162606,6 +223478,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #134e4acc; } +.border-teal-900\\/85 { + border-color: #134e4ad9; +} + .border-teal-900\\/90 { border-color: #134e4ae6; } @@ -162631,6 +223507,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #042f2e; } +.border-teal-950\\/15 { + border-color: #042f2e26; +} + .border-teal-950\\/20 { border-color: #042f2e33; } @@ -162643,10 +223523,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #042f2e4d; } +.border-teal-950\\/35 { + border-color: #042f2e59; +} + .border-teal-950\\/40 { border-color: #042f2e66; } +.border-teal-950\\/45 { + border-color: #042f2e73; +} + .border-teal-950\\/5 { border-color: #042f2e0d; } @@ -162655,10 +223543,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #042f2e80; } +.border-teal-950\\/55 { + border-color: #042f2e8c; +} + .border-teal-950\\/60 { border-color: #042f2e99; } +.border-teal-950\\/65 { + border-color: #042f2ea6; +} + .border-teal-950\\/70 { border-color: #042f2eb3; } @@ -162671,6 +223567,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #042f2ecc; } +.border-teal-950\\/85 { + border-color: #042f2ed9; +} + .border-teal-950\\/90 { border-color: #042f2ee6; } @@ -162691,6 +223591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #000; } +.border-transparent\\/15 { + border-color: #00000026; +} + .border-transparent\\/20 { border-color: #0003; } @@ -162703,10 +223607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #0000004d; } +.border-transparent\\/35 { + border-color: #00000059; +} + .border-transparent\\/40 { border-color: #0006; } +.border-transparent\\/45 { + border-color: #00000073; +} + .border-transparent\\/5 { border-color: #0000000d; } @@ -162715,10 +223627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #00000080; } +.border-transparent\\/55 { + border-color: #0000008c; +} + .border-transparent\\/60 { border-color: #0009; } +.border-transparent\\/65 { + border-color: #000000a6; +} + .border-transparent\\/70 { border-color: #000000b3; } @@ -162731,6 +223651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #000c; } +.border-transparent\\/85 { + border-color: #000000d9; +} + .border-transparent\\/90 { border-color: #000000e6; } @@ -162756,6 +223680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ede9fe; } +.border-violet-100\\/15 { + border-color: #ede9fe26; +} + .border-violet-100\\/20 { border-color: #ede9fe33; } @@ -162768,10 +223696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ede9fe4d; } +.border-violet-100\\/35 { + border-color: #ede9fe59; +} + .border-violet-100\\/40 { border-color: #ede9fe66; } +.border-violet-100\\/45 { + border-color: #ede9fe73; +} + .border-violet-100\\/5 { border-color: #ede9fe0d; } @@ -162780,10 +223716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ede9fe80; } +.border-violet-100\\/55 { + border-color: #ede9fe8c; +} + .border-violet-100\\/60 { border-color: #ede9fe99; } +.border-violet-100\\/65 { + border-color: #ede9fea6; +} + .border-violet-100\\/70 { border-color: #ede9feb3; } @@ -162796,6 +223740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ede9fecc; } +.border-violet-100\\/85 { + border-color: #ede9fed9; +} + .border-violet-100\\/90 { border-color: #ede9fee6; } @@ -162821,6 +223769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ddd6fe; } +.border-violet-200\\/15 { + border-color: #ddd6fe26; +} + .border-violet-200\\/20 { border-color: #ddd6fe33; } @@ -162833,10 +223785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ddd6fe4d; } +.border-violet-200\\/35 { + border-color: #ddd6fe59; +} + .border-violet-200\\/40 { border-color: #ddd6fe66; } +.border-violet-200\\/45 { + border-color: #ddd6fe73; +} + .border-violet-200\\/5 { border-color: #ddd6fe0d; } @@ -162845,10 +223805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ddd6fe80; } +.border-violet-200\\/55 { + border-color: #ddd6fe8c; +} + .border-violet-200\\/60 { border-color: #ddd6fe99; } +.border-violet-200\\/65 { + border-color: #ddd6fea6; +} + .border-violet-200\\/70 { border-color: #ddd6feb3; } @@ -162861,6 +223829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ddd6fecc; } +.border-violet-200\\/85 { + border-color: #ddd6fed9; +} + .border-violet-200\\/90 { border-color: #ddd6fee6; } @@ -162886,6 +223858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c4b5fd; } +.border-violet-300\\/15 { + border-color: #c4b5fd26; +} + .border-violet-300\\/20 { border-color: #c4b5fd33; } @@ -162898,10 +223874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c4b5fd4d; } +.border-violet-300\\/35 { + border-color: #c4b5fd59; +} + .border-violet-300\\/40 { border-color: #c4b5fd66; } +.border-violet-300\\/45 { + border-color: #c4b5fd73; +} + .border-violet-300\\/5 { border-color: #c4b5fd0d; } @@ -162910,10 +223894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c4b5fd80; } +.border-violet-300\\/55 { + border-color: #c4b5fd8c; +} + .border-violet-300\\/60 { border-color: #c4b5fd99; } +.border-violet-300\\/65 { + border-color: #c4b5fda6; +} + .border-violet-300\\/70 { border-color: #c4b5fdb3; } @@ -162926,6 +223918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #c4b5fdcc; } +.border-violet-300\\/85 { + border-color: #c4b5fdd9; +} + .border-violet-300\\/90 { border-color: #c4b5fde6; } @@ -162951,6 +223947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a78bfa; } +.border-violet-400\\/15 { + border-color: #a78bfa26; +} + .border-violet-400\\/20 { border-color: #a78bfa33; } @@ -162963,10 +223963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a78bfa4d; } +.border-violet-400\\/35 { + border-color: #a78bfa59; +} + .border-violet-400\\/40 { border-color: #a78bfa66; } +.border-violet-400\\/45 { + border-color: #a78bfa73; +} + .border-violet-400\\/5 { border-color: #a78bfa0d; } @@ -162975,10 +223983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a78bfa80; } +.border-violet-400\\/55 { + border-color: #a78bfa8c; +} + .border-violet-400\\/60 { border-color: #a78bfa99; } +.border-violet-400\\/65 { + border-color: #a78bfaa6; +} + .border-violet-400\\/70 { border-color: #a78bfab3; } @@ -162991,6 +224007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a78bfacc; } +.border-violet-400\\/85 { + border-color: #a78bfad9; +} + .border-violet-400\\/90 { border-color: #a78bfae6; } @@ -163016,6 +224036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f3ff; } +.border-violet-50\\/15 { + border-color: #f5f3ff26; +} + .border-violet-50\\/20 { border-color: #f5f3ff33; } @@ -163028,10 +224052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f3ff4d; } +.border-violet-50\\/35 { + border-color: #f5f3ff59; +} + .border-violet-50\\/40 { border-color: #f5f3ff66; } +.border-violet-50\\/45 { + border-color: #f5f3ff73; +} + .border-violet-50\\/5 { border-color: #f5f3ff0d; } @@ -163040,10 +224072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f3ff80; } +.border-violet-50\\/55 { + border-color: #f5f3ff8c; +} + .border-violet-50\\/60 { border-color: #f5f3ff99; } +.border-violet-50\\/65 { + border-color: #f5f3ffa6; +} + .border-violet-50\\/70 { border-color: #f5f3ffb3; } @@ -163056,6 +224096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f5f3ffcc; } +.border-violet-50\\/85 { + border-color: #f5f3ffd9; +} + .border-violet-50\\/90 { border-color: #f5f3ffe6; } @@ -163081,6 +224125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #8b5cf6; } +.border-violet-500\\/15 { + border-color: #8b5cf626; +} + .border-violet-500\\/20 { border-color: #8b5cf633; } @@ -163093,10 +224141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #8b5cf64d; } +.border-violet-500\\/35 { + border-color: #8b5cf659; +} + .border-violet-500\\/40 { border-color: #8b5cf666; } +.border-violet-500\\/45 { + border-color: #8b5cf673; +} + .border-violet-500\\/5 { border-color: #8b5cf60d; } @@ -163105,10 +224161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #8b5cf680; } +.border-violet-500\\/55 { + border-color: #8b5cf68c; +} + .border-violet-500\\/60 { border-color: #8b5cf699; } +.border-violet-500\\/65 { + border-color: #8b5cf6a6; +} + .border-violet-500\\/70 { border-color: #8b5cf6b3; } @@ -163121,6 +224185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #8b5cf6cc; } +.border-violet-500\\/85 { + border-color: #8b5cf6d9; +} + .border-violet-500\\/90 { border-color: #8b5cf6e6; } @@ -163146,6 +224214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c3aed; } +.border-violet-600\\/15 { + border-color: #7c3aed26; +} + .border-violet-600\\/20 { border-color: #7c3aed33; } @@ -163158,10 +224230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c3aed4d; } +.border-violet-600\\/35 { + border-color: #7c3aed59; +} + .border-violet-600\\/40 { border-color: #7c3aed66; } +.border-violet-600\\/45 { + border-color: #7c3aed73; +} + .border-violet-600\\/5 { border-color: #7c3aed0d; } @@ -163170,10 +224250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c3aed80; } +.border-violet-600\\/55 { + border-color: #7c3aed8c; +} + .border-violet-600\\/60 { border-color: #7c3aed99; } +.border-violet-600\\/65 { + border-color: #7c3aeda6; +} + .border-violet-600\\/70 { border-color: #7c3aedb3; } @@ -163186,6 +224274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #7c3aedcc; } +.border-violet-600\\/85 { + border-color: #7c3aedd9; +} + .border-violet-600\\/90 { border-color: #7c3aede6; } @@ -163211,6 +224303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6d28d9; } +.border-violet-700\\/15 { + border-color: #6d28d926; +} + .border-violet-700\\/20 { border-color: #6d28d933; } @@ -163223,10 +224319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6d28d94d; } +.border-violet-700\\/35 { + border-color: #6d28d959; +} + .border-violet-700\\/40 { border-color: #6d28d966; } +.border-violet-700\\/45 { + border-color: #6d28d973; +} + .border-violet-700\\/5 { border-color: #6d28d90d; } @@ -163235,10 +224339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6d28d980; } +.border-violet-700\\/55 { + border-color: #6d28d98c; +} + .border-violet-700\\/60 { border-color: #6d28d999; } +.border-violet-700\\/65 { + border-color: #6d28d9a6; +} + .border-violet-700\\/70 { border-color: #6d28d9b3; } @@ -163251,6 +224363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #6d28d9cc; } +.border-violet-700\\/85 { + border-color: #6d28d9d9; +} + .border-violet-700\\/90 { border-color: #6d28d9e6; } @@ -163276,6 +224392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5b21b6; } +.border-violet-800\\/15 { + border-color: #5b21b626; +} + .border-violet-800\\/20 { border-color: #5b21b633; } @@ -163288,10 +224408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5b21b64d; } +.border-violet-800\\/35 { + border-color: #5b21b659; +} + .border-violet-800\\/40 { border-color: #5b21b666; } +.border-violet-800\\/45 { + border-color: #5b21b673; +} + .border-violet-800\\/5 { border-color: #5b21b60d; } @@ -163300,10 +224428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5b21b680; } +.border-violet-800\\/55 { + border-color: #5b21b68c; +} + .border-violet-800\\/60 { border-color: #5b21b699; } +.border-violet-800\\/65 { + border-color: #5b21b6a6; +} + .border-violet-800\\/70 { border-color: #5b21b6b3; } @@ -163316,6 +224452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #5b21b6cc; } +.border-violet-800\\/85 { + border-color: #5b21b6d9; +} + .border-violet-800\\/90 { border-color: #5b21b6e6; } @@ -163341,6 +224481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c1d95; } +.border-violet-900\\/15 { + border-color: #4c1d9526; +} + .border-violet-900\\/20 { border-color: #4c1d9533; } @@ -163353,10 +224497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c1d954d; } +.border-violet-900\\/35 { + border-color: #4c1d9559; +} + .border-violet-900\\/40 { border-color: #4c1d9566; } +.border-violet-900\\/45 { + border-color: #4c1d9573; +} + .border-violet-900\\/5 { border-color: #4c1d950d; } @@ -163365,10 +224517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c1d9580; } +.border-violet-900\\/55 { + border-color: #4c1d958c; +} + .border-violet-900\\/60 { border-color: #4c1d9599; } +.border-violet-900\\/65 { + border-color: #4c1d95a6; +} + .border-violet-900\\/70 { border-color: #4c1d95b3; } @@ -163381,6 +224541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4c1d95cc; } +.border-violet-900\\/85 { + border-color: #4c1d95d9; +} + .border-violet-900\\/90 { border-color: #4c1d95e6; } @@ -163406,6 +224570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2e1065; } +.border-violet-950\\/15 { + border-color: #2e106526; +} + .border-violet-950\\/20 { border-color: #2e106533; } @@ -163418,10 +224586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2e10654d; } +.border-violet-950\\/35 { + border-color: #2e106559; +} + .border-violet-950\\/40 { border-color: #2e106566; } +.border-violet-950\\/45 { + border-color: #2e106573; +} + .border-violet-950\\/5 { border-color: #2e10650d; } @@ -163430,10 +224606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2e106580; } +.border-violet-950\\/55 { + border-color: #2e10658c; +} + .border-violet-950\\/60 { border-color: #2e106599; } +.border-violet-950\\/65 { + border-color: #2e1065a6; +} + .border-violet-950\\/70 { border-color: #2e1065b3; } @@ -163446,6 +224630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #2e1065cc; } +.border-violet-950\\/85 { + border-color: #2e1065d9; +} + .border-violet-950\\/90 { border-color: #2e1065e6; } @@ -163471,6 +224659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fff; } +.border-white\\/15 { + border-color: #ffffff26; +} + .border-white\\/20 { border-color: #fff3; } @@ -163483,10 +224675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffffff4d; } +.border-white\\/35 { + border-color: #ffffff59; +} + .border-white\\/40 { border-color: #fff6; } +.border-white\\/45 { + border-color: #ffffff73; +} + .border-white\\/5 { border-color: #ffffff0d; } @@ -163495,10 +224695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ffffff80; } +.border-white\\/55 { + border-color: #ffffff8c; +} + .border-white\\/60 { border-color: #fff9; } +.border-white\\/65 { + border-color: #ffffffa6; +} + .border-white\\/70 { border-color: #ffffffb3; } @@ -163511,6 +224719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fffc; } +.border-white\\/85 { + border-color: #ffffffd9; +} + .border-white\\/90 { border-color: #ffffffe6; } @@ -163536,6 +224748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef9c3; } +.border-yellow-100\\/15 { + border-color: #fef9c326; +} + .border-yellow-100\\/20 { border-color: #fef9c333; } @@ -163548,10 +224764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef9c34d; } +.border-yellow-100\\/35 { + border-color: #fef9c359; +} + .border-yellow-100\\/40 { border-color: #fef9c366; } +.border-yellow-100\\/45 { + border-color: #fef9c373; +} + .border-yellow-100\\/5 { border-color: #fef9c30d; } @@ -163560,10 +224784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef9c380; } +.border-yellow-100\\/55 { + border-color: #fef9c38c; +} + .border-yellow-100\\/60 { border-color: #fef9c399; } +.border-yellow-100\\/65 { + border-color: #fef9c3a6; +} + .border-yellow-100\\/70 { border-color: #fef9c3b3; } @@ -163576,6 +224808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef9c3cc; } +.border-yellow-100\\/85 { + border-color: #fef9c3d9; +} + .border-yellow-100\\/90 { border-color: #fef9c3e6; } @@ -163601,6 +224837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef08a; } +.border-yellow-200\\/15 { + border-color: #fef08a26; +} + .border-yellow-200\\/20 { border-color: #fef08a33; } @@ -163613,10 +224853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef08a4d; } +.border-yellow-200\\/35 { + border-color: #fef08a59; +} + .border-yellow-200\\/40 { border-color: #fef08a66; } +.border-yellow-200\\/45 { + border-color: #fef08a73; +} + .border-yellow-200\\/5 { border-color: #fef08a0d; } @@ -163625,10 +224873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef08a80; } +.border-yellow-200\\/55 { + border-color: #fef08a8c; +} + .border-yellow-200\\/60 { border-color: #fef08a99; } +.border-yellow-200\\/65 { + border-color: #fef08aa6; +} + .border-yellow-200\\/70 { border-color: #fef08ab3; } @@ -163641,6 +224897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fef08acc; } +.border-yellow-200\\/85 { + border-color: #fef08ad9; +} + .border-yellow-200\\/90 { border-color: #fef08ae6; } @@ -163666,6 +224926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde047; } +.border-yellow-300\\/15 { + border-color: #fde04726; +} + .border-yellow-300\\/20 { border-color: #fde04733; } @@ -163678,10 +224942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde0474d; } +.border-yellow-300\\/35 { + border-color: #fde04759; +} + .border-yellow-300\\/40 { border-color: #fde04766; } +.border-yellow-300\\/45 { + border-color: #fde04773; +} + .border-yellow-300\\/5 { border-color: #fde0470d; } @@ -163690,10 +224962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde04780; } +.border-yellow-300\\/55 { + border-color: #fde0478c; +} + .border-yellow-300\\/60 { border-color: #fde04799; } +.border-yellow-300\\/65 { + border-color: #fde047a6; +} + .border-yellow-300\\/70 { border-color: #fde047b3; } @@ -163706,6 +224986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fde047cc; } +.border-yellow-300\\/85 { + border-color: #fde047d9; +} + .border-yellow-300\\/90 { border-color: #fde047e6; } @@ -163731,6 +225015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #facc15; } +.border-yellow-400\\/15 { + border-color: #facc1526; +} + .border-yellow-400\\/20 { border-color: #facc1533; } @@ -163743,10 +225031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #facc154d; } +.border-yellow-400\\/35 { + border-color: #facc1559; +} + .border-yellow-400\\/40 { border-color: #facc1566; } +.border-yellow-400\\/45 { + border-color: #facc1573; +} + .border-yellow-400\\/5 { border-color: #facc150d; } @@ -163755,10 +225051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #facc1580; } +.border-yellow-400\\/55 { + border-color: #facc158c; +} + .border-yellow-400\\/60 { border-color: #facc1599; } +.border-yellow-400\\/65 { + border-color: #facc15a6; +} + .border-yellow-400\\/70 { border-color: #facc15b3; } @@ -163771,6 +225075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #facc15cc; } +.border-yellow-400\\/85 { + border-color: #facc15d9; +} + .border-yellow-400\\/90 { border-color: #facc15e6; } @@ -163796,6 +225104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fefce8; } +.border-yellow-50\\/15 { + border-color: #fefce826; +} + .border-yellow-50\\/20 { border-color: #fefce833; } @@ -163808,10 +225120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fefce84d; } +.border-yellow-50\\/35 { + border-color: #fefce859; +} + .border-yellow-50\\/40 { border-color: #fefce866; } +.border-yellow-50\\/45 { + border-color: #fefce873; +} + .border-yellow-50\\/5 { border-color: #fefce80d; } @@ -163820,10 +225140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fefce880; } +.border-yellow-50\\/55 { + border-color: #fefce88c; +} + .border-yellow-50\\/60 { border-color: #fefce899; } +.border-yellow-50\\/65 { + border-color: #fefce8a6; +} + .border-yellow-50\\/70 { border-color: #fefce8b3; } @@ -163836,6 +225164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fefce8cc; } +.border-yellow-50\\/85 { + border-color: #fefce8d9; +} + .border-yellow-50\\/90 { border-color: #fefce8e6; } @@ -163861,6 +225193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eab308; } +.border-yellow-500\\/15 { + border-color: #eab30826; +} + .border-yellow-500\\/20 { border-color: #eab30833; } @@ -163873,10 +225209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eab3084d; } +.border-yellow-500\\/35 { + border-color: #eab30859; +} + .border-yellow-500\\/40 { border-color: #eab30866; } +.border-yellow-500\\/45 { + border-color: #eab30873; +} + .border-yellow-500\\/5 { border-color: #eab3080d; } @@ -163885,10 +225229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eab30880; } +.border-yellow-500\\/55 { + border-color: #eab3088c; +} + .border-yellow-500\\/60 { border-color: #eab30899; } +.border-yellow-500\\/65 { + border-color: #eab308a6; +} + .border-yellow-500\\/70 { border-color: #eab308b3; } @@ -163901,6 +225253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #eab308cc; } +.border-yellow-500\\/85 { + border-color: #eab308d9; +} + .border-yellow-500\\/90 { border-color: #eab308e6; } @@ -163926,6 +225282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ca8a04; } +.border-yellow-600\\/15 { + border-color: #ca8a0426; +} + .border-yellow-600\\/20 { border-color: #ca8a0433; } @@ -163938,10 +225298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ca8a044d; } +.border-yellow-600\\/35 { + border-color: #ca8a0459; +} + .border-yellow-600\\/40 { border-color: #ca8a0466; } +.border-yellow-600\\/45 { + border-color: #ca8a0473; +} + .border-yellow-600\\/5 { border-color: #ca8a040d; } @@ -163950,10 +225318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ca8a0480; } +.border-yellow-600\\/55 { + border-color: #ca8a048c; +} + .border-yellow-600\\/60 { border-color: #ca8a0499; } +.border-yellow-600\\/65 { + border-color: #ca8a04a6; +} + .border-yellow-600\\/70 { border-color: #ca8a04b3; } @@ -163966,6 +225342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #ca8a04cc; } +.border-yellow-600\\/85 { + border-color: #ca8a04d9; +} + .border-yellow-600\\/90 { border-color: #ca8a04e6; } @@ -163991,6 +225371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a16207; } +.border-yellow-700\\/15 { + border-color: #a1620726; +} + .border-yellow-700\\/20 { border-color: #a1620733; } @@ -164003,10 +225387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a162074d; } +.border-yellow-700\\/35 { + border-color: #a1620759; +} + .border-yellow-700\\/40 { border-color: #a1620766; } +.border-yellow-700\\/45 { + border-color: #a1620773; +} + .border-yellow-700\\/5 { border-color: #a162070d; } @@ -164015,10 +225407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a1620780; } +.border-yellow-700\\/55 { + border-color: #a162078c; +} + .border-yellow-700\\/60 { border-color: #a1620799; } +.border-yellow-700\\/65 { + border-color: #a16207a6; +} + .border-yellow-700\\/70 { border-color: #a16207b3; } @@ -164031,6 +225431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a16207cc; } +.border-yellow-700\\/85 { + border-color: #a16207d9; +} + .border-yellow-700\\/90 { border-color: #a16207e6; } @@ -164056,6 +225460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #854d0e; } +.border-yellow-800\\/15 { + border-color: #854d0e26; +} + .border-yellow-800\\/20 { border-color: #854d0e33; } @@ -164068,10 +225476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #854d0e4d; } +.border-yellow-800\\/35 { + border-color: #854d0e59; +} + .border-yellow-800\\/40 { border-color: #854d0e66; } +.border-yellow-800\\/45 { + border-color: #854d0e73; +} + .border-yellow-800\\/5 { border-color: #854d0e0d; } @@ -164080,10 +225496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #854d0e80; } +.border-yellow-800\\/55 { + border-color: #854d0e8c; +} + .border-yellow-800\\/60 { border-color: #854d0e99; } +.border-yellow-800\\/65 { + border-color: #854d0ea6; +} + .border-yellow-800\\/70 { border-color: #854d0eb3; } @@ -164096,6 +225520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #854d0ecc; } +.border-yellow-800\\/85 { + border-color: #854d0ed9; +} + .border-yellow-800\\/90 { border-color: #854d0ee6; } @@ -164121,6 +225549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #713f12; } +.border-yellow-900\\/15 { + border-color: #713f1226; +} + .border-yellow-900\\/20 { border-color: #713f1233; } @@ -164133,10 +225565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #713f124d; } +.border-yellow-900\\/35 { + border-color: #713f1259; +} + .border-yellow-900\\/40 { border-color: #713f1266; } +.border-yellow-900\\/45 { + border-color: #713f1273; +} + .border-yellow-900\\/5 { border-color: #713f120d; } @@ -164145,10 +225585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #713f1280; } +.border-yellow-900\\/55 { + border-color: #713f128c; +} + .border-yellow-900\\/60 { border-color: #713f1299; } +.border-yellow-900\\/65 { + border-color: #713f12a6; +} + .border-yellow-900\\/70 { border-color: #713f12b3; } @@ -164161,6 +225609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #713f12cc; } +.border-yellow-900\\/85 { + border-color: #713f12d9; +} + .border-yellow-900\\/90 { border-color: #713f12e6; } @@ -164186,6 +225638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #422006; } +.border-yellow-950\\/15 { + border-color: #42200626; +} + .border-yellow-950\\/20 { border-color: #42200633; } @@ -164198,10 +225654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #4220064d; } +.border-yellow-950\\/35 { + border-color: #42200659; +} + .border-yellow-950\\/40 { border-color: #42200666; } +.border-yellow-950\\/45 { + border-color: #42200673; +} + .border-yellow-950\\/5 { border-color: #4220060d; } @@ -164210,10 +225674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #42200680; } +.border-yellow-950\\/55 { + border-color: #4220068c; +} + .border-yellow-950\\/60 { border-color: #42200699; } +.border-yellow-950\\/65 { + border-color: #422006a6; +} + .border-yellow-950\\/70 { border-color: #422006b3; } @@ -164226,6 +225698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #422006cc; } +.border-yellow-950\\/85 { + border-color: #422006d9; +} + .border-yellow-950\\/90 { border-color: #422006e6; } @@ -164251,6 +225727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f4f4f5; } +.border-zinc-100\\/15 { + border-color: #f4f4f526; +} + .border-zinc-100\\/20 { border-color: #f4f4f533; } @@ -164263,10 +225743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f4f4f54d; } +.border-zinc-100\\/35 { + border-color: #f4f4f559; +} + .border-zinc-100\\/40 { border-color: #f4f4f566; } +.border-zinc-100\\/45 { + border-color: #f4f4f573; +} + .border-zinc-100\\/5 { border-color: #f4f4f50d; } @@ -164275,10 +225763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f4f4f580; } +.border-zinc-100\\/55 { + border-color: #f4f4f58c; +} + .border-zinc-100\\/60 { border-color: #f4f4f599; } +.border-zinc-100\\/65 { + border-color: #f4f4f5a6; +} + .border-zinc-100\\/70 { border-color: #f4f4f5b3; } @@ -164291,6 +225787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #f4f4f5cc; } +.border-zinc-100\\/85 { + border-color: #f4f4f5d9; +} + .border-zinc-100\\/90 { border-color: #f4f4f5e6; } @@ -164316,6 +225816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e4e4e7; } +.border-zinc-200\\/15 { + border-color: #e4e4e726; +} + .border-zinc-200\\/20 { border-color: #e4e4e733; } @@ -164328,10 +225832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e4e4e74d; } +.border-zinc-200\\/35 { + border-color: #e4e4e759; +} + .border-zinc-200\\/40 { border-color: #e4e4e766; } +.border-zinc-200\\/45 { + border-color: #e4e4e773; +} + .border-zinc-200\\/5 { border-color: #e4e4e70d; } @@ -164340,10 +225852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e4e4e780; } +.border-zinc-200\\/55 { + border-color: #e4e4e78c; +} + .border-zinc-200\\/60 { border-color: #e4e4e799; } +.border-zinc-200\\/65 { + border-color: #e4e4e7a6; +} + .border-zinc-200\\/70 { border-color: #e4e4e7b3; } @@ -164356,6 +225876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #e4e4e7cc; } +.border-zinc-200\\/85 { + border-color: #e4e4e7d9; +} + .border-zinc-200\\/90 { border-color: #e4e4e7e6; } @@ -164381,6 +225905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d8; } +.border-zinc-300\\/15 { + border-color: #d4d4d826; +} + .border-zinc-300\\/20 { border-color: #d4d4d833; } @@ -164393,10 +225921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d84d; } +.border-zinc-300\\/35 { + border-color: #d4d4d859; +} + .border-zinc-300\\/40 { border-color: #d4d4d866; } +.border-zinc-300\\/45 { + border-color: #d4d4d873; +} + .border-zinc-300\\/5 { border-color: #d4d4d80d; } @@ -164405,10 +225941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d880; } +.border-zinc-300\\/55 { + border-color: #d4d4d88c; +} + .border-zinc-300\\/60 { border-color: #d4d4d899; } +.border-zinc-300\\/65 { + border-color: #d4d4d8a6; +} + .border-zinc-300\\/70 { border-color: #d4d4d8b3; } @@ -164421,6 +225965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #d4d4d8cc; } +.border-zinc-300\\/85 { + border-color: #d4d4d8d9; +} + .border-zinc-300\\/90 { border-color: #d4d4d8e6; } @@ -164446,6 +225994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a1a1aa; } +.border-zinc-400\\/15 { + border-color: #a1a1aa26; +} + .border-zinc-400\\/20 { border-color: #a1a1aa33; } @@ -164458,10 +226010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a1a1aa4d; } +.border-zinc-400\\/35 { + border-color: #a1a1aa59; +} + .border-zinc-400\\/40 { border-color: #a1a1aa66; } +.border-zinc-400\\/45 { + border-color: #a1a1aa73; +} + .border-zinc-400\\/5 { border-color: #a1a1aa0d; } @@ -164470,10 +226030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a1a1aa80; } +.border-zinc-400\\/55 { + border-color: #a1a1aa8c; +} + .border-zinc-400\\/60 { border-color: #a1a1aa99; } +.border-zinc-400\\/65 { + border-color: #a1a1aaa6; +} + .border-zinc-400\\/70 { border-color: #a1a1aab3; } @@ -164486,6 +226054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #a1a1aacc; } +.border-zinc-400\\/85 { + border-color: #a1a1aad9; +} + .border-zinc-400\\/90 { border-color: #a1a1aae6; } @@ -164511,6 +226083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafa; } +.border-zinc-50\\/15 { + border-color: #fafafa26; +} + .border-zinc-50\\/20 { border-color: #fafafa33; } @@ -164523,10 +226099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafa4d; } +.border-zinc-50\\/35 { + border-color: #fafafa59; +} + .border-zinc-50\\/40 { border-color: #fafafa66; } +.border-zinc-50\\/45 { + border-color: #fafafa73; +} + .border-zinc-50\\/5 { border-color: #fafafa0d; } @@ -164535,10 +226119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafa80; } +.border-zinc-50\\/55 { + border-color: #fafafa8c; +} + .border-zinc-50\\/60 { border-color: #fafafa99; } +.border-zinc-50\\/65 { + border-color: #fafafaa6; +} + .border-zinc-50\\/70 { border-color: #fafafab3; } @@ -164551,6 +226143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #fafafacc; } +.border-zinc-50\\/85 { + border-color: #fafafad9; +} + .border-zinc-50\\/90 { border-color: #fafafae6; } @@ -164576,6 +226172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #71717a; } +.border-zinc-500\\/15 { + border-color: #71717a26; +} + .border-zinc-500\\/20 { border-color: #71717a33; } @@ -164588,10 +226188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #71717a4d; } +.border-zinc-500\\/35 { + border-color: #71717a59; +} + .border-zinc-500\\/40 { border-color: #71717a66; } +.border-zinc-500\\/45 { + border-color: #71717a73; +} + .border-zinc-500\\/5 { border-color: #71717a0d; } @@ -164600,10 +226208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #71717a80; } +.border-zinc-500\\/55 { + border-color: #71717a8c; +} + .border-zinc-500\\/60 { border-color: #71717a99; } +.border-zinc-500\\/65 { + border-color: #71717aa6; +} + .border-zinc-500\\/70 { border-color: #71717ab3; } @@ -164616,6 +226232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #71717acc; } +.border-zinc-500\\/85 { + border-color: #71717ad9; +} + .border-zinc-500\\/90 { border-color: #71717ae6; } @@ -164641,6 +226261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #52525b; } +.border-zinc-600\\/15 { + border-color: #52525b26; +} + .border-zinc-600\\/20 { border-color: #52525b33; } @@ -164653,10 +226277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #52525b4d; } +.border-zinc-600\\/35 { + border-color: #52525b59; +} + .border-zinc-600\\/40 { border-color: #52525b66; } +.border-zinc-600\\/45 { + border-color: #52525b73; +} + .border-zinc-600\\/5 { border-color: #52525b0d; } @@ -164665,10 +226297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #52525b80; } +.border-zinc-600\\/55 { + border-color: #52525b8c; +} + .border-zinc-600\\/60 { border-color: #52525b99; } +.border-zinc-600\\/65 { + border-color: #52525ba6; +} + .border-zinc-600\\/70 { border-color: #52525bb3; } @@ -164681,6 +226321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #52525bcc; } +.border-zinc-600\\/85 { + border-color: #52525bd9; +} + .border-zinc-600\\/90 { border-color: #52525be6; } @@ -164706,6 +226350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f3f46; } +.border-zinc-700\\/15 { + border-color: #3f3f4626; +} + .border-zinc-700\\/20 { border-color: #3f3f4633; } @@ -164718,10 +226366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f3f464d; } +.border-zinc-700\\/35 { + border-color: #3f3f4659; +} + .border-zinc-700\\/40 { border-color: #3f3f4666; } +.border-zinc-700\\/45 { + border-color: #3f3f4673; +} + .border-zinc-700\\/5 { border-color: #3f3f460d; } @@ -164730,10 +226386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f3f4680; } +.border-zinc-700\\/55 { + border-color: #3f3f468c; +} + .border-zinc-700\\/60 { border-color: #3f3f4699; } +.border-zinc-700\\/65 { + border-color: #3f3f46a6; +} + .border-zinc-700\\/70 { border-color: #3f3f46b3; } @@ -164746,6 +226410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #3f3f46cc; } +.border-zinc-700\\/85 { + border-color: #3f3f46d9; +} + .border-zinc-700\\/90 { border-color: #3f3f46e6; } @@ -164771,6 +226439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #27272a; } +.border-zinc-800\\/15 { + border-color: #27272a26; +} + .border-zinc-800\\/20 { border-color: #27272a33; } @@ -164783,10 +226455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #27272a4d; } +.border-zinc-800\\/35 { + border-color: #27272a59; +} + .border-zinc-800\\/40 { border-color: #27272a66; } +.border-zinc-800\\/45 { + border-color: #27272a73; +} + .border-zinc-800\\/5 { border-color: #27272a0d; } @@ -164795,10 +226475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #27272a80; } +.border-zinc-800\\/55 { + border-color: #27272a8c; +} + .border-zinc-800\\/60 { border-color: #27272a99; } +.border-zinc-800\\/65 { + border-color: #27272aa6; +} + .border-zinc-800\\/70 { border-color: #27272ab3; } @@ -164811,6 +226499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #27272acc; } +.border-zinc-800\\/85 { + border-color: #27272ad9; +} + .border-zinc-800\\/90 { border-color: #27272ae6; } @@ -164836,6 +226528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #18181b; } +.border-zinc-900\\/15 { + border-color: #18181b26; +} + .border-zinc-900\\/20 { border-color: #18181b33; } @@ -164848,10 +226544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #18181b4d; } +.border-zinc-900\\/35 { + border-color: #18181b59; +} + .border-zinc-900\\/40 { border-color: #18181b66; } +.border-zinc-900\\/45 { + border-color: #18181b73; +} + .border-zinc-900\\/5 { border-color: #18181b0d; } @@ -164860,10 +226564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #18181b80; } +.border-zinc-900\\/55 { + border-color: #18181b8c; +} + .border-zinc-900\\/60 { border-color: #18181b99; } +.border-zinc-900\\/65 { + border-color: #18181ba6; +} + .border-zinc-900\\/70 { border-color: #18181bb3; } @@ -164876,6 +226588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #18181bcc; } +.border-zinc-900\\/85 { + border-color: #18181bd9; +} + .border-zinc-900\\/90 { border-color: #18181be6; } @@ -164901,6 +226617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #09090b; } +.border-zinc-950\\/15 { + border-color: #09090b26; +} + .border-zinc-950\\/20 { border-color: #09090b33; } @@ -164913,10 +226633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #09090b4d; } +.border-zinc-950\\/35 { + border-color: #09090b59; +} + .border-zinc-950\\/40 { border-color: #09090b66; } +.border-zinc-950\\/45 { + border-color: #09090b73; +} + .border-zinc-950\\/5 { border-color: #09090b0d; } @@ -164925,10 +226653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #09090b80; } +.border-zinc-950\\/55 { + border-color: #09090b8c; +} + .border-zinc-950\\/60 { border-color: #09090b99; } +.border-zinc-950\\/65 { + border-color: #09090ba6; +} + .border-zinc-950\\/70 { border-color: #09090bb3; } @@ -164941,6 +226677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-color: #09090bcc; } +.border-zinc-950\\/85 { + border-color: #09090bd9; +} + .border-zinc-950\\/90 { border-color: #09090be6; } @@ -164970,6 +226710,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c7; } +.border-x-amber-100\\/15 { + border-left-color: #fef3c726; + border-right-color: #fef3c726; +} + .border-x-amber-100\\/20 { border-left-color: #fef3c733; border-right-color: #fef3c733; @@ -164985,11 +226730,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c74d; } +.border-x-amber-100\\/35 { + border-left-color: #fef3c759; + border-right-color: #fef3c759; +} + .border-x-amber-100\\/40 { border-left-color: #fef3c766; border-right-color: #fef3c766; } +.border-x-amber-100\\/45 { + border-left-color: #fef3c773; + border-right-color: #fef3c773; +} + .border-x-amber-100\\/5 { border-left-color: #fef3c70d; border-right-color: #fef3c70d; @@ -165000,11 +226755,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c780; } +.border-x-amber-100\\/55 { + border-left-color: #fef3c78c; + border-right-color: #fef3c78c; +} + .border-x-amber-100\\/60 { border-left-color: #fef3c799; border-right-color: #fef3c799; } +.border-x-amber-100\\/65 { + border-left-color: #fef3c7a6; + border-right-color: #fef3c7a6; +} + .border-x-amber-100\\/70 { border-left-color: #fef3c7b3; border-right-color: #fef3c7b3; @@ -165020,6 +226785,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c7cc; } +.border-x-amber-100\\/85 { + border-left-color: #fef3c7d9; + border-right-color: #fef3c7d9; +} + .border-x-amber-100\\/90 { border-left-color: #fef3c7e6; border-right-color: #fef3c7e6; @@ -165051,6 +226821,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68a; } +.border-x-amber-200\\/15 { + border-left-color: #fde68a26; + border-right-color: #fde68a26; +} + .border-x-amber-200\\/20 { border-left-color: #fde68a33; border-right-color: #fde68a33; @@ -165066,11 +226841,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68a4d; } +.border-x-amber-200\\/35 { + border-left-color: #fde68a59; + border-right-color: #fde68a59; +} + .border-x-amber-200\\/40 { border-left-color: #fde68a66; border-right-color: #fde68a66; } +.border-x-amber-200\\/45 { + border-left-color: #fde68a73; + border-right-color: #fde68a73; +} + .border-x-amber-200\\/5 { border-left-color: #fde68a0d; border-right-color: #fde68a0d; @@ -165081,11 +226866,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68a80; } +.border-x-amber-200\\/55 { + border-left-color: #fde68a8c; + border-right-color: #fde68a8c; +} + .border-x-amber-200\\/60 { border-left-color: #fde68a99; border-right-color: #fde68a99; } +.border-x-amber-200\\/65 { + border-left-color: #fde68aa6; + border-right-color: #fde68aa6; +} + .border-x-amber-200\\/70 { border-left-color: #fde68ab3; border-right-color: #fde68ab3; @@ -165101,6 +226896,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68acc; } +.border-x-amber-200\\/85 { + border-left-color: #fde68ad9; + border-right-color: #fde68ad9; +} + .border-x-amber-200\\/90 { border-left-color: #fde68ae6; border-right-color: #fde68ae6; @@ -165132,6 +226932,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34d; } +.border-x-amber-300\\/15 { + border-left-color: #fcd34d26; + border-right-color: #fcd34d26; +} + .border-x-amber-300\\/20 { border-left-color: #fcd34d33; border-right-color: #fcd34d33; @@ -165147,11 +226952,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34d4d; } +.border-x-amber-300\\/35 { + border-left-color: #fcd34d59; + border-right-color: #fcd34d59; +} + .border-x-amber-300\\/40 { border-left-color: #fcd34d66; border-right-color: #fcd34d66; } +.border-x-amber-300\\/45 { + border-left-color: #fcd34d73; + border-right-color: #fcd34d73; +} + .border-x-amber-300\\/5 { border-left-color: #fcd34d0d; border-right-color: #fcd34d0d; @@ -165162,11 +226977,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34d80; } +.border-x-amber-300\\/55 { + border-left-color: #fcd34d8c; + border-right-color: #fcd34d8c; +} + .border-x-amber-300\\/60 { border-left-color: #fcd34d99; border-right-color: #fcd34d99; } +.border-x-amber-300\\/65 { + border-left-color: #fcd34da6; + border-right-color: #fcd34da6; +} + .border-x-amber-300\\/70 { border-left-color: #fcd34db3; border-right-color: #fcd34db3; @@ -165182,6 +227007,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34dcc; } +.border-x-amber-300\\/85 { + border-left-color: #fcd34dd9; + border-right-color: #fcd34dd9; +} + .border-x-amber-300\\/90 { border-left-color: #fcd34de6; border-right-color: #fcd34de6; @@ -165213,6 +227043,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf24; } +.border-x-amber-400\\/15 { + border-left-color: #fbbf2426; + border-right-color: #fbbf2426; +} + .border-x-amber-400\\/20 { border-left-color: #fbbf2433; border-right-color: #fbbf2433; @@ -165228,11 +227063,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf244d; } +.border-x-amber-400\\/35 { + border-left-color: #fbbf2459; + border-right-color: #fbbf2459; +} + .border-x-amber-400\\/40 { border-left-color: #fbbf2466; border-right-color: #fbbf2466; } +.border-x-amber-400\\/45 { + border-left-color: #fbbf2473; + border-right-color: #fbbf2473; +} + .border-x-amber-400\\/5 { border-left-color: #fbbf240d; border-right-color: #fbbf240d; @@ -165243,11 +227088,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf2480; } +.border-x-amber-400\\/55 { + border-left-color: #fbbf248c; + border-right-color: #fbbf248c; +} + .border-x-amber-400\\/60 { border-left-color: #fbbf2499; border-right-color: #fbbf2499; } +.border-x-amber-400\\/65 { + border-left-color: #fbbf24a6; + border-right-color: #fbbf24a6; +} + .border-x-amber-400\\/70 { border-left-color: #fbbf24b3; border-right-color: #fbbf24b3; @@ -165263,6 +227118,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf24cc; } +.border-x-amber-400\\/85 { + border-left-color: #fbbf24d9; + border-right-color: #fbbf24d9; +} + .border-x-amber-400\\/90 { border-left-color: #fbbf24e6; border-right-color: #fbbf24e6; @@ -165294,6 +227154,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbeb; } +.border-x-amber-50\\/15 { + border-left-color: #fffbeb26; + border-right-color: #fffbeb26; +} + .border-x-amber-50\\/20 { border-left-color: #fffbeb33; border-right-color: #fffbeb33; @@ -165309,11 +227174,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbeb4d; } +.border-x-amber-50\\/35 { + border-left-color: #fffbeb59; + border-right-color: #fffbeb59; +} + .border-x-amber-50\\/40 { border-left-color: #fffbeb66; border-right-color: #fffbeb66; } +.border-x-amber-50\\/45 { + border-left-color: #fffbeb73; + border-right-color: #fffbeb73; +} + .border-x-amber-50\\/5 { border-left-color: #fffbeb0d; border-right-color: #fffbeb0d; @@ -165324,11 +227199,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbeb80; } +.border-x-amber-50\\/55 { + border-left-color: #fffbeb8c; + border-right-color: #fffbeb8c; +} + .border-x-amber-50\\/60 { border-left-color: #fffbeb99; border-right-color: #fffbeb99; } +.border-x-amber-50\\/65 { + border-left-color: #fffbeba6; + border-right-color: #fffbeba6; +} + .border-x-amber-50\\/70 { border-left-color: #fffbebb3; border-right-color: #fffbebb3; @@ -165344,6 +227229,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbebcc; } +.border-x-amber-50\\/85 { + border-left-color: #fffbebd9; + border-right-color: #fffbebd9; +} + .border-x-amber-50\\/90 { border-left-color: #fffbebe6; border-right-color: #fffbebe6; @@ -165375,6 +227265,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0b; } +.border-x-amber-500\\/15 { + border-left-color: #f59e0b26; + border-right-color: #f59e0b26; +} + .border-x-amber-500\\/20 { border-left-color: #f59e0b33; border-right-color: #f59e0b33; @@ -165390,11 +227285,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0b4d; } +.border-x-amber-500\\/35 { + border-left-color: #f59e0b59; + border-right-color: #f59e0b59; +} + .border-x-amber-500\\/40 { border-left-color: #f59e0b66; border-right-color: #f59e0b66; } +.border-x-amber-500\\/45 { + border-left-color: #f59e0b73; + border-right-color: #f59e0b73; +} + .border-x-amber-500\\/5 { border-left-color: #f59e0b0d; border-right-color: #f59e0b0d; @@ -165405,11 +227310,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0b80; } +.border-x-amber-500\\/55 { + border-left-color: #f59e0b8c; + border-right-color: #f59e0b8c; +} + .border-x-amber-500\\/60 { border-left-color: #f59e0b99; border-right-color: #f59e0b99; } +.border-x-amber-500\\/65 { + border-left-color: #f59e0ba6; + border-right-color: #f59e0ba6; +} + .border-x-amber-500\\/70 { border-left-color: #f59e0bb3; border-right-color: #f59e0bb3; @@ -165425,6 +227340,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0bcc; } +.border-x-amber-500\\/85 { + border-left-color: #f59e0bd9; + border-right-color: #f59e0bd9; +} + .border-x-amber-500\\/90 { border-left-color: #f59e0be6; border-right-color: #f59e0be6; @@ -165456,6 +227376,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d97706; } +.border-x-amber-600\\/15 { + border-left-color: #d9770626; + border-right-color: #d9770626; +} + .border-x-amber-600\\/20 { border-left-color: #d9770633; border-right-color: #d9770633; @@ -165471,11 +227396,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d977064d; } +.border-x-amber-600\\/35 { + border-left-color: #d9770659; + border-right-color: #d9770659; +} + .border-x-amber-600\\/40 { border-left-color: #d9770666; border-right-color: #d9770666; } +.border-x-amber-600\\/45 { + border-left-color: #d9770673; + border-right-color: #d9770673; +} + .border-x-amber-600\\/5 { border-left-color: #d977060d; border-right-color: #d977060d; @@ -165486,11 +227421,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9770680; } +.border-x-amber-600\\/55 { + border-left-color: #d977068c; + border-right-color: #d977068c; +} + .border-x-amber-600\\/60 { border-left-color: #d9770699; border-right-color: #d9770699; } +.border-x-amber-600\\/65 { + border-left-color: #d97706a6; + border-right-color: #d97706a6; +} + .border-x-amber-600\\/70 { border-left-color: #d97706b3; border-right-color: #d97706b3; @@ -165506,6 +227451,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d97706cc; } +.border-x-amber-600\\/85 { + border-left-color: #d97706d9; + border-right-color: #d97706d9; +} + .border-x-amber-600\\/90 { border-left-color: #d97706e6; border-right-color: #d97706e6; @@ -165537,6 +227487,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b45309; } +.border-x-amber-700\\/15 { + border-left-color: #b4530926; + border-right-color: #b4530926; +} + .border-x-amber-700\\/20 { border-left-color: #b4530933; border-right-color: #b4530933; @@ -165552,11 +227507,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b453094d; } +.border-x-amber-700\\/35 { + border-left-color: #b4530959; + border-right-color: #b4530959; +} + .border-x-amber-700\\/40 { border-left-color: #b4530966; border-right-color: #b4530966; } +.border-x-amber-700\\/45 { + border-left-color: #b4530973; + border-right-color: #b4530973; +} + .border-x-amber-700\\/5 { border-left-color: #b453090d; border-right-color: #b453090d; @@ -165567,11 +227532,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b4530980; } +.border-x-amber-700\\/55 { + border-left-color: #b453098c; + border-right-color: #b453098c; +} + .border-x-amber-700\\/60 { border-left-color: #b4530999; border-right-color: #b4530999; } +.border-x-amber-700\\/65 { + border-left-color: #b45309a6; + border-right-color: #b45309a6; +} + .border-x-amber-700\\/70 { border-left-color: #b45309b3; border-right-color: #b45309b3; @@ -165587,6 +227562,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b45309cc; } +.border-x-amber-700\\/85 { + border-left-color: #b45309d9; + border-right-color: #b45309d9; +} + .border-x-amber-700\\/90 { border-left-color: #b45309e6; border-right-color: #b45309e6; @@ -165618,6 +227598,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400e; } +.border-x-amber-800\\/15 { + border-left-color: #92400e26; + border-right-color: #92400e26; +} + .border-x-amber-800\\/20 { border-left-color: #92400e33; border-right-color: #92400e33; @@ -165633,11 +227618,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400e4d; } +.border-x-amber-800\\/35 { + border-left-color: #92400e59; + border-right-color: #92400e59; +} + .border-x-amber-800\\/40 { border-left-color: #92400e66; border-right-color: #92400e66; } +.border-x-amber-800\\/45 { + border-left-color: #92400e73; + border-right-color: #92400e73; +} + .border-x-amber-800\\/5 { border-left-color: #92400e0d; border-right-color: #92400e0d; @@ -165648,11 +227643,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400e80; } +.border-x-amber-800\\/55 { + border-left-color: #92400e8c; + border-right-color: #92400e8c; +} + .border-x-amber-800\\/60 { border-left-color: #92400e99; border-right-color: #92400e99; } +.border-x-amber-800\\/65 { + border-left-color: #92400ea6; + border-right-color: #92400ea6; +} + .border-x-amber-800\\/70 { border-left-color: #92400eb3; border-right-color: #92400eb3; @@ -165668,6 +227673,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400ecc; } +.border-x-amber-800\\/85 { + border-left-color: #92400ed9; + border-right-color: #92400ed9; +} + .border-x-amber-800\\/90 { border-left-color: #92400ee6; border-right-color: #92400ee6; @@ -165699,6 +227709,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350f; } +.border-x-amber-900\\/15 { + border-left-color: #78350f26; + border-right-color: #78350f26; +} + .border-x-amber-900\\/20 { border-left-color: #78350f33; border-right-color: #78350f33; @@ -165714,11 +227729,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350f4d; } +.border-x-amber-900\\/35 { + border-left-color: #78350f59; + border-right-color: #78350f59; +} + .border-x-amber-900\\/40 { border-left-color: #78350f66; border-right-color: #78350f66; } +.border-x-amber-900\\/45 { + border-left-color: #78350f73; + border-right-color: #78350f73; +} + .border-x-amber-900\\/5 { border-left-color: #78350f0d; border-right-color: #78350f0d; @@ -165729,11 +227754,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350f80; } +.border-x-amber-900\\/55 { + border-left-color: #78350f8c; + border-right-color: #78350f8c; +} + .border-x-amber-900\\/60 { border-left-color: #78350f99; border-right-color: #78350f99; } +.border-x-amber-900\\/65 { + border-left-color: #78350fa6; + border-right-color: #78350fa6; +} + .border-x-amber-900\\/70 { border-left-color: #78350fb3; border-right-color: #78350fb3; @@ -165749,6 +227784,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350fcc; } +.border-x-amber-900\\/85 { + border-left-color: #78350fd9; + border-right-color: #78350fd9; +} + .border-x-amber-900\\/90 { border-left-color: #78350fe6; border-right-color: #78350fe6; @@ -165780,6 +227820,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a03; } +.border-x-amber-950\\/15 { + border-left-color: #451a0326; + border-right-color: #451a0326; +} + .border-x-amber-950\\/20 { border-left-color: #451a0333; border-right-color: #451a0333; @@ -165795,11 +227840,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a034d; } +.border-x-amber-950\\/35 { + border-left-color: #451a0359; + border-right-color: #451a0359; +} + .border-x-amber-950\\/40 { border-left-color: #451a0366; border-right-color: #451a0366; } +.border-x-amber-950\\/45 { + border-left-color: #451a0373; + border-right-color: #451a0373; +} + .border-x-amber-950\\/5 { border-left-color: #451a030d; border-right-color: #451a030d; @@ -165810,11 +227865,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a0380; } +.border-x-amber-950\\/55 { + border-left-color: #451a038c; + border-right-color: #451a038c; +} + .border-x-amber-950\\/60 { border-left-color: #451a0399; border-right-color: #451a0399; } +.border-x-amber-950\\/65 { + border-left-color: #451a03a6; + border-right-color: #451a03a6; +} + .border-x-amber-950\\/70 { border-left-color: #451a03b3; border-right-color: #451a03b3; @@ -165830,6 +227895,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a03cc; } +.border-x-amber-950\\/85 { + border-left-color: #451a03d9; + border-right-color: #451a03d9; +} + .border-x-amber-950\\/90 { border-left-color: #451a03e6; border-right-color: #451a03e6; @@ -165861,6 +227931,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000; } +.border-x-black\\/15 { + border-left-color: #00000026; + border-right-color: #00000026; +} + .border-x-black\\/20 { border-left-color: #0003; border-right-color: #0003; @@ -165876,11 +227951,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0000004d; } +.border-x-black\\/35 { + border-left-color: #00000059; + border-right-color: #00000059; +} + .border-x-black\\/40 { border-left-color: #0006; border-right-color: #0006; } +.border-x-black\\/45 { + border-left-color: #00000073; + border-right-color: #00000073; +} + .border-x-black\\/5 { border-left-color: #0000000d; border-right-color: #0000000d; @@ -165891,11 +227976,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #00000080; } +.border-x-black\\/55 { + border-left-color: #0000008c; + border-right-color: #0000008c; +} + .border-x-black\\/60 { border-left-color: #0009; border-right-color: #0009; } +.border-x-black\\/65 { + border-left-color: #000000a6; + border-right-color: #000000a6; +} + .border-x-black\\/70 { border-left-color: #000000b3; border-right-color: #000000b3; @@ -165911,6 +228006,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000c; } +.border-x-black\\/85 { + border-left-color: #000000d9; + border-right-color: #000000d9; +} + .border-x-black\\/90 { border-left-color: #000000e6; border-right-color: #000000e6; @@ -165942,6 +228042,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafe; } +.border-x-blue-100\\/15 { + border-left-color: #dbeafe26; + border-right-color: #dbeafe26; +} + .border-x-blue-100\\/20 { border-left-color: #dbeafe33; border-right-color: #dbeafe33; @@ -165957,11 +228062,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafe4d; } +.border-x-blue-100\\/35 { + border-left-color: #dbeafe59; + border-right-color: #dbeafe59; +} + .border-x-blue-100\\/40 { border-left-color: #dbeafe66; border-right-color: #dbeafe66; } +.border-x-blue-100\\/45 { + border-left-color: #dbeafe73; + border-right-color: #dbeafe73; +} + .border-x-blue-100\\/5 { border-left-color: #dbeafe0d; border-right-color: #dbeafe0d; @@ -165972,11 +228087,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafe80; } +.border-x-blue-100\\/55 { + border-left-color: #dbeafe8c; + border-right-color: #dbeafe8c; +} + .border-x-blue-100\\/60 { border-left-color: #dbeafe99; border-right-color: #dbeafe99; } +.border-x-blue-100\\/65 { + border-left-color: #dbeafea6; + border-right-color: #dbeafea6; +} + .border-x-blue-100\\/70 { border-left-color: #dbeafeb3; border-right-color: #dbeafeb3; @@ -165992,6 +228117,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafecc; } +.border-x-blue-100\\/85 { + border-left-color: #dbeafed9; + border-right-color: #dbeafed9; +} + .border-x-blue-100\\/90 { border-left-color: #dbeafee6; border-right-color: #dbeafee6; @@ -166023,6 +228153,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfe; } +.border-x-blue-200\\/15 { + border-left-color: #bfdbfe26; + border-right-color: #bfdbfe26; +} + .border-x-blue-200\\/20 { border-left-color: #bfdbfe33; border-right-color: #bfdbfe33; @@ -166038,11 +228173,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfe4d; } +.border-x-blue-200\\/35 { + border-left-color: #bfdbfe59; + border-right-color: #bfdbfe59; +} + .border-x-blue-200\\/40 { border-left-color: #bfdbfe66; border-right-color: #bfdbfe66; } +.border-x-blue-200\\/45 { + border-left-color: #bfdbfe73; + border-right-color: #bfdbfe73; +} + .border-x-blue-200\\/5 { border-left-color: #bfdbfe0d; border-right-color: #bfdbfe0d; @@ -166053,11 +228198,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfe80; } +.border-x-blue-200\\/55 { + border-left-color: #bfdbfe8c; + border-right-color: #bfdbfe8c; +} + .border-x-blue-200\\/60 { border-left-color: #bfdbfe99; border-right-color: #bfdbfe99; } +.border-x-blue-200\\/65 { + border-left-color: #bfdbfea6; + border-right-color: #bfdbfea6; +} + .border-x-blue-200\\/70 { border-left-color: #bfdbfeb3; border-right-color: #bfdbfeb3; @@ -166073,6 +228228,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfecc; } +.border-x-blue-200\\/85 { + border-left-color: #bfdbfed9; + border-right-color: #bfdbfed9; +} + .border-x-blue-200\\/90 { border-left-color: #bfdbfee6; border-right-color: #bfdbfee6; @@ -166104,6 +228264,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fd; } +.border-x-blue-300\\/15 { + border-left-color: #93c5fd26; + border-right-color: #93c5fd26; +} + .border-x-blue-300\\/20 { border-left-color: #93c5fd33; border-right-color: #93c5fd33; @@ -166119,11 +228284,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fd4d; } +.border-x-blue-300\\/35 { + border-left-color: #93c5fd59; + border-right-color: #93c5fd59; +} + .border-x-blue-300\\/40 { border-left-color: #93c5fd66; border-right-color: #93c5fd66; } +.border-x-blue-300\\/45 { + border-left-color: #93c5fd73; + border-right-color: #93c5fd73; +} + .border-x-blue-300\\/5 { border-left-color: #93c5fd0d; border-right-color: #93c5fd0d; @@ -166134,11 +228309,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fd80; } +.border-x-blue-300\\/55 { + border-left-color: #93c5fd8c; + border-right-color: #93c5fd8c; +} + .border-x-blue-300\\/60 { border-left-color: #93c5fd99; border-right-color: #93c5fd99; } +.border-x-blue-300\\/65 { + border-left-color: #93c5fda6; + border-right-color: #93c5fda6; +} + .border-x-blue-300\\/70 { border-left-color: #93c5fdb3; border-right-color: #93c5fdb3; @@ -166154,6 +228339,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fdcc; } +.border-x-blue-300\\/85 { + border-left-color: #93c5fdd9; + border-right-color: #93c5fdd9; +} + .border-x-blue-300\\/90 { border-left-color: #93c5fde6; border-right-color: #93c5fde6; @@ -166185,6 +228375,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5fa; } +.border-x-blue-400\\/15 { + border-left-color: #60a5fa26; + border-right-color: #60a5fa26; +} + .border-x-blue-400\\/20 { border-left-color: #60a5fa33; border-right-color: #60a5fa33; @@ -166200,11 +228395,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5fa4d; } +.border-x-blue-400\\/35 { + border-left-color: #60a5fa59; + border-right-color: #60a5fa59; +} + .border-x-blue-400\\/40 { border-left-color: #60a5fa66; border-right-color: #60a5fa66; } +.border-x-blue-400\\/45 { + border-left-color: #60a5fa73; + border-right-color: #60a5fa73; +} + .border-x-blue-400\\/5 { border-left-color: #60a5fa0d; border-right-color: #60a5fa0d; @@ -166215,11 +228420,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5fa80; } +.border-x-blue-400\\/55 { + border-left-color: #60a5fa8c; + border-right-color: #60a5fa8c; +} + .border-x-blue-400\\/60 { border-left-color: #60a5fa99; border-right-color: #60a5fa99; } +.border-x-blue-400\\/65 { + border-left-color: #60a5faa6; + border-right-color: #60a5faa6; +} + .border-x-blue-400\\/70 { border-left-color: #60a5fab3; border-right-color: #60a5fab3; @@ -166235,6 +228450,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5facc; } +.border-x-blue-400\\/85 { + border-left-color: #60a5fad9; + border-right-color: #60a5fad9; +} + .border-x-blue-400\\/90 { border-left-color: #60a5fae6; border-right-color: #60a5fae6; @@ -166266,6 +228486,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ff; } +.border-x-blue-50\\/15 { + border-left-color: #eff6ff26; + border-right-color: #eff6ff26; +} + .border-x-blue-50\\/20 { border-left-color: #eff6ff33; border-right-color: #eff6ff33; @@ -166281,11 +228506,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ff4d; } +.border-x-blue-50\\/35 { + border-left-color: #eff6ff59; + border-right-color: #eff6ff59; +} + .border-x-blue-50\\/40 { border-left-color: #eff6ff66; border-right-color: #eff6ff66; } +.border-x-blue-50\\/45 { + border-left-color: #eff6ff73; + border-right-color: #eff6ff73; +} + .border-x-blue-50\\/5 { border-left-color: #eff6ff0d; border-right-color: #eff6ff0d; @@ -166296,11 +228531,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ff80; } +.border-x-blue-50\\/55 { + border-left-color: #eff6ff8c; + border-right-color: #eff6ff8c; +} + .border-x-blue-50\\/60 { border-left-color: #eff6ff99; border-right-color: #eff6ff99; } +.border-x-blue-50\\/65 { + border-left-color: #eff6ffa6; + border-right-color: #eff6ffa6; +} + .border-x-blue-50\\/70 { border-left-color: #eff6ffb3; border-right-color: #eff6ffb3; @@ -166316,6 +228561,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ffcc; } +.border-x-blue-50\\/85 { + border-left-color: #eff6ffd9; + border-right-color: #eff6ffd9; +} + .border-x-blue-50\\/90 { border-left-color: #eff6ffe6; border-right-color: #eff6ffe6; @@ -166347,6 +228597,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f6; } +.border-x-blue-500\\/15 { + border-left-color: #3b82f626; + border-right-color: #3b82f626; +} + .border-x-blue-500\\/20 { border-left-color: #3b82f633; border-right-color: #3b82f633; @@ -166362,11 +228617,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f64d; } +.border-x-blue-500\\/35 { + border-left-color: #3b82f659; + border-right-color: #3b82f659; +} + .border-x-blue-500\\/40 { border-left-color: #3b82f666; border-right-color: #3b82f666; } +.border-x-blue-500\\/45 { + border-left-color: #3b82f673; + border-right-color: #3b82f673; +} + .border-x-blue-500\\/5 { border-left-color: #3b82f60d; border-right-color: #3b82f60d; @@ -166377,11 +228642,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f680; } +.border-x-blue-500\\/55 { + border-left-color: #3b82f68c; + border-right-color: #3b82f68c; +} + .border-x-blue-500\\/60 { border-left-color: #3b82f699; border-right-color: #3b82f699; } +.border-x-blue-500\\/65 { + border-left-color: #3b82f6a6; + border-right-color: #3b82f6a6; +} + .border-x-blue-500\\/70 { border-left-color: #3b82f6b3; border-right-color: #3b82f6b3; @@ -166397,6 +228672,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f6cc; } +.border-x-blue-500\\/85 { + border-left-color: #3b82f6d9; + border-right-color: #3b82f6d9; +} + .border-x-blue-500\\/90 { border-left-color: #3b82f6e6; border-right-color: #3b82f6e6; @@ -166428,6 +228708,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563eb; } +.border-x-blue-600\\/15 { + border-left-color: #2563eb26; + border-right-color: #2563eb26; +} + .border-x-blue-600\\/20 { border-left-color: #2563eb33; border-right-color: #2563eb33; @@ -166443,11 +228728,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563eb4d; } +.border-x-blue-600\\/35 { + border-left-color: #2563eb59; + border-right-color: #2563eb59; +} + .border-x-blue-600\\/40 { border-left-color: #2563eb66; border-right-color: #2563eb66; } +.border-x-blue-600\\/45 { + border-left-color: #2563eb73; + border-right-color: #2563eb73; +} + .border-x-blue-600\\/5 { border-left-color: #2563eb0d; border-right-color: #2563eb0d; @@ -166458,11 +228753,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563eb80; } +.border-x-blue-600\\/55 { + border-left-color: #2563eb8c; + border-right-color: #2563eb8c; +} + .border-x-blue-600\\/60 { border-left-color: #2563eb99; border-right-color: #2563eb99; } +.border-x-blue-600\\/65 { + border-left-color: #2563eba6; + border-right-color: #2563eba6; +} + .border-x-blue-600\\/70 { border-left-color: #2563ebb3; border-right-color: #2563ebb3; @@ -166478,6 +228783,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563ebcc; } +.border-x-blue-600\\/85 { + border-left-color: #2563ebd9; + border-right-color: #2563ebd9; +} + .border-x-blue-600\\/90 { border-left-color: #2563ebe6; border-right-color: #2563ebe6; @@ -166509,6 +228819,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed8; } +.border-x-blue-700\\/15 { + border-left-color: #1d4ed826; + border-right-color: #1d4ed826; +} + .border-x-blue-700\\/20 { border-left-color: #1d4ed833; border-right-color: #1d4ed833; @@ -166524,11 +228839,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed84d; } +.border-x-blue-700\\/35 { + border-left-color: #1d4ed859; + border-right-color: #1d4ed859; +} + .border-x-blue-700\\/40 { border-left-color: #1d4ed866; border-right-color: #1d4ed866; } +.border-x-blue-700\\/45 { + border-left-color: #1d4ed873; + border-right-color: #1d4ed873; +} + .border-x-blue-700\\/5 { border-left-color: #1d4ed80d; border-right-color: #1d4ed80d; @@ -166539,11 +228864,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed880; } +.border-x-blue-700\\/55 { + border-left-color: #1d4ed88c; + border-right-color: #1d4ed88c; +} + .border-x-blue-700\\/60 { border-left-color: #1d4ed899; border-right-color: #1d4ed899; } +.border-x-blue-700\\/65 { + border-left-color: #1d4ed8a6; + border-right-color: #1d4ed8a6; +} + .border-x-blue-700\\/70 { border-left-color: #1d4ed8b3; border-right-color: #1d4ed8b3; @@ -166559,6 +228894,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed8cc; } +.border-x-blue-700\\/85 { + border-left-color: #1d4ed8d9; + border-right-color: #1d4ed8d9; +} + .border-x-blue-700\\/90 { border-left-color: #1d4ed8e6; border-right-color: #1d4ed8e6; @@ -166590,6 +228930,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40af; } +.border-x-blue-800\\/15 { + border-left-color: #1e40af26; + border-right-color: #1e40af26; +} + .border-x-blue-800\\/20 { border-left-color: #1e40af33; border-right-color: #1e40af33; @@ -166605,11 +228950,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40af4d; } +.border-x-blue-800\\/35 { + border-left-color: #1e40af59; + border-right-color: #1e40af59; +} + .border-x-blue-800\\/40 { border-left-color: #1e40af66; border-right-color: #1e40af66; } +.border-x-blue-800\\/45 { + border-left-color: #1e40af73; + border-right-color: #1e40af73; +} + .border-x-blue-800\\/5 { border-left-color: #1e40af0d; border-right-color: #1e40af0d; @@ -166620,11 +228975,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40af80; } +.border-x-blue-800\\/55 { + border-left-color: #1e40af8c; + border-right-color: #1e40af8c; +} + .border-x-blue-800\\/60 { border-left-color: #1e40af99; border-right-color: #1e40af99; } +.border-x-blue-800\\/65 { + border-left-color: #1e40afa6; + border-right-color: #1e40afa6; +} + .border-x-blue-800\\/70 { border-left-color: #1e40afb3; border-right-color: #1e40afb3; @@ -166640,6 +229005,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40afcc; } +.border-x-blue-800\\/85 { + border-left-color: #1e40afd9; + border-right-color: #1e40afd9; +} + .border-x-blue-800\\/90 { border-left-color: #1e40afe6; border-right-color: #1e40afe6; @@ -166671,6 +229041,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8a; } +.border-x-blue-900\\/15 { + border-left-color: #1e3a8a26; + border-right-color: #1e3a8a26; +} + .border-x-blue-900\\/20 { border-left-color: #1e3a8a33; border-right-color: #1e3a8a33; @@ -166686,11 +229061,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8a4d; } +.border-x-blue-900\\/35 { + border-left-color: #1e3a8a59; + border-right-color: #1e3a8a59; +} + .border-x-blue-900\\/40 { border-left-color: #1e3a8a66; border-right-color: #1e3a8a66; } +.border-x-blue-900\\/45 { + border-left-color: #1e3a8a73; + border-right-color: #1e3a8a73; +} + .border-x-blue-900\\/5 { border-left-color: #1e3a8a0d; border-right-color: #1e3a8a0d; @@ -166701,11 +229086,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8a80; } +.border-x-blue-900\\/55 { + border-left-color: #1e3a8a8c; + border-right-color: #1e3a8a8c; +} + .border-x-blue-900\\/60 { border-left-color: #1e3a8a99; border-right-color: #1e3a8a99; } +.border-x-blue-900\\/65 { + border-left-color: #1e3a8aa6; + border-right-color: #1e3a8aa6; +} + .border-x-blue-900\\/70 { border-left-color: #1e3a8ab3; border-right-color: #1e3a8ab3; @@ -166721,6 +229116,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8acc; } +.border-x-blue-900\\/85 { + border-left-color: #1e3a8ad9; + border-right-color: #1e3a8ad9; +} + .border-x-blue-900\\/90 { border-left-color: #1e3a8ae6; border-right-color: #1e3a8ae6; @@ -166752,6 +229152,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #172554; } +.border-x-blue-950\\/15 { + border-left-color: #17255426; + border-right-color: #17255426; +} + .border-x-blue-950\\/20 { border-left-color: #17255433; border-right-color: #17255433; @@ -166767,11 +229172,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1725544d; } +.border-x-blue-950\\/35 { + border-left-color: #17255459; + border-right-color: #17255459; +} + .border-x-blue-950\\/40 { border-left-color: #17255466; border-right-color: #17255466; } +.border-x-blue-950\\/45 { + border-left-color: #17255473; + border-right-color: #17255473; +} + .border-x-blue-950\\/5 { border-left-color: #1725540d; border-right-color: #1725540d; @@ -166782,11 +229197,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #17255480; } +.border-x-blue-950\\/55 { + border-left-color: #1725548c; + border-right-color: #1725548c; +} + .border-x-blue-950\\/60 { border-left-color: #17255499; border-right-color: #17255499; } +.border-x-blue-950\\/65 { + border-left-color: #172554a6; + border-right-color: #172554a6; +} + .border-x-blue-950\\/70 { border-left-color: #172554b3; border-right-color: #172554b3; @@ -166802,6 +229227,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #172554cc; } +.border-x-blue-950\\/85 { + border-left-color: #172554d9; + border-right-color: #172554d9; +} + .border-x-blue-950\\/90 { border-left-color: #172554e6; border-right-color: #172554e6; @@ -166838,6 +229268,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafe; } +.border-x-cyan-100\\/15 { + border-left-color: #cffafe26; + border-right-color: #cffafe26; +} + .border-x-cyan-100\\/20 { border-left-color: #cffafe33; border-right-color: #cffafe33; @@ -166853,11 +229288,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafe4d; } +.border-x-cyan-100\\/35 { + border-left-color: #cffafe59; + border-right-color: #cffafe59; +} + .border-x-cyan-100\\/40 { border-left-color: #cffafe66; border-right-color: #cffafe66; } +.border-x-cyan-100\\/45 { + border-left-color: #cffafe73; + border-right-color: #cffafe73; +} + .border-x-cyan-100\\/5 { border-left-color: #cffafe0d; border-right-color: #cffafe0d; @@ -166868,11 +229313,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafe80; } +.border-x-cyan-100\\/55 { + border-left-color: #cffafe8c; + border-right-color: #cffafe8c; +} + .border-x-cyan-100\\/60 { border-left-color: #cffafe99; border-right-color: #cffafe99; } +.border-x-cyan-100\\/65 { + border-left-color: #cffafea6; + border-right-color: #cffafea6; +} + .border-x-cyan-100\\/70 { border-left-color: #cffafeb3; border-right-color: #cffafeb3; @@ -166888,6 +229343,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafecc; } +.border-x-cyan-100\\/85 { + border-left-color: #cffafed9; + border-right-color: #cffafed9; +} + .border-x-cyan-100\\/90 { border-left-color: #cffafee6; border-right-color: #cffafee6; @@ -166919,6 +229379,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fc; } +.border-x-cyan-200\\/15 { + border-left-color: #a5f3fc26; + border-right-color: #a5f3fc26; +} + .border-x-cyan-200\\/20 { border-left-color: #a5f3fc33; border-right-color: #a5f3fc33; @@ -166934,11 +229399,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fc4d; } +.border-x-cyan-200\\/35 { + border-left-color: #a5f3fc59; + border-right-color: #a5f3fc59; +} + .border-x-cyan-200\\/40 { border-left-color: #a5f3fc66; border-right-color: #a5f3fc66; } +.border-x-cyan-200\\/45 { + border-left-color: #a5f3fc73; + border-right-color: #a5f3fc73; +} + .border-x-cyan-200\\/5 { border-left-color: #a5f3fc0d; border-right-color: #a5f3fc0d; @@ -166949,11 +229424,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fc80; } +.border-x-cyan-200\\/55 { + border-left-color: #a5f3fc8c; + border-right-color: #a5f3fc8c; +} + .border-x-cyan-200\\/60 { border-left-color: #a5f3fc99; border-right-color: #a5f3fc99; } +.border-x-cyan-200\\/65 { + border-left-color: #a5f3fca6; + border-right-color: #a5f3fca6; +} + .border-x-cyan-200\\/70 { border-left-color: #a5f3fcb3; border-right-color: #a5f3fcb3; @@ -166969,6 +229454,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fccc; } +.border-x-cyan-200\\/85 { + border-left-color: #a5f3fcd9; + border-right-color: #a5f3fcd9; +} + .border-x-cyan-200\\/90 { border-left-color: #a5f3fce6; border-right-color: #a5f3fce6; @@ -167000,6 +229490,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f9; } +.border-x-cyan-300\\/15 { + border-left-color: #67e8f926; + border-right-color: #67e8f926; +} + .border-x-cyan-300\\/20 { border-left-color: #67e8f933; border-right-color: #67e8f933; @@ -167015,11 +229510,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f94d; } +.border-x-cyan-300\\/35 { + border-left-color: #67e8f959; + border-right-color: #67e8f959; +} + .border-x-cyan-300\\/40 { border-left-color: #67e8f966; border-right-color: #67e8f966; } +.border-x-cyan-300\\/45 { + border-left-color: #67e8f973; + border-right-color: #67e8f973; +} + .border-x-cyan-300\\/5 { border-left-color: #67e8f90d; border-right-color: #67e8f90d; @@ -167030,11 +229535,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f980; } +.border-x-cyan-300\\/55 { + border-left-color: #67e8f98c; + border-right-color: #67e8f98c; +} + .border-x-cyan-300\\/60 { border-left-color: #67e8f999; border-right-color: #67e8f999; } +.border-x-cyan-300\\/65 { + border-left-color: #67e8f9a6; + border-right-color: #67e8f9a6; +} + .border-x-cyan-300\\/70 { border-left-color: #67e8f9b3; border-right-color: #67e8f9b3; @@ -167050,6 +229565,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f9cc; } +.border-x-cyan-300\\/85 { + border-left-color: #67e8f9d9; + border-right-color: #67e8f9d9; +} + .border-x-cyan-300\\/90 { border-left-color: #67e8f9e6; border-right-color: #67e8f9e6; @@ -167081,6 +229601,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3ee; } +.border-x-cyan-400\\/15 { + border-left-color: #22d3ee26; + border-right-color: #22d3ee26; +} + .border-x-cyan-400\\/20 { border-left-color: #22d3ee33; border-right-color: #22d3ee33; @@ -167096,11 +229621,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3ee4d; } +.border-x-cyan-400\\/35 { + border-left-color: #22d3ee59; + border-right-color: #22d3ee59; +} + .border-x-cyan-400\\/40 { border-left-color: #22d3ee66; border-right-color: #22d3ee66; } +.border-x-cyan-400\\/45 { + border-left-color: #22d3ee73; + border-right-color: #22d3ee73; +} + .border-x-cyan-400\\/5 { border-left-color: #22d3ee0d; border-right-color: #22d3ee0d; @@ -167111,11 +229646,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3ee80; } +.border-x-cyan-400\\/55 { + border-left-color: #22d3ee8c; + border-right-color: #22d3ee8c; +} + .border-x-cyan-400\\/60 { border-left-color: #22d3ee99; border-right-color: #22d3ee99; } +.border-x-cyan-400\\/65 { + border-left-color: #22d3eea6; + border-right-color: #22d3eea6; +} + .border-x-cyan-400\\/70 { border-left-color: #22d3eeb3; border-right-color: #22d3eeb3; @@ -167131,6 +229676,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3eecc; } +.border-x-cyan-400\\/85 { + border-left-color: #22d3eed9; + border-right-color: #22d3eed9; +} + .border-x-cyan-400\\/90 { border-left-color: #22d3eee6; border-right-color: #22d3eee6; @@ -167162,6 +229712,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeff; } +.border-x-cyan-50\\/15 { + border-left-color: #ecfeff26; + border-right-color: #ecfeff26; +} + .border-x-cyan-50\\/20 { border-left-color: #ecfeff33; border-right-color: #ecfeff33; @@ -167177,11 +229732,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeff4d; } +.border-x-cyan-50\\/35 { + border-left-color: #ecfeff59; + border-right-color: #ecfeff59; +} + .border-x-cyan-50\\/40 { border-left-color: #ecfeff66; border-right-color: #ecfeff66; } +.border-x-cyan-50\\/45 { + border-left-color: #ecfeff73; + border-right-color: #ecfeff73; +} + .border-x-cyan-50\\/5 { border-left-color: #ecfeff0d; border-right-color: #ecfeff0d; @@ -167192,11 +229757,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeff80; } +.border-x-cyan-50\\/55 { + border-left-color: #ecfeff8c; + border-right-color: #ecfeff8c; +} + .border-x-cyan-50\\/60 { border-left-color: #ecfeff99; border-right-color: #ecfeff99; } +.border-x-cyan-50\\/65 { + border-left-color: #ecfeffa6; + border-right-color: #ecfeffa6; +} + .border-x-cyan-50\\/70 { border-left-color: #ecfeffb3; border-right-color: #ecfeffb3; @@ -167212,6 +229787,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeffcc; } +.border-x-cyan-50\\/85 { + border-left-color: #ecfeffd9; + border-right-color: #ecfeffd9; +} + .border-x-cyan-50\\/90 { border-left-color: #ecfeffe6; border-right-color: #ecfeffe6; @@ -167243,6 +229823,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d4; } +.border-x-cyan-500\\/15 { + border-left-color: #06b6d426; + border-right-color: #06b6d426; +} + .border-x-cyan-500\\/20 { border-left-color: #06b6d433; border-right-color: #06b6d433; @@ -167258,11 +229843,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d44d; } +.border-x-cyan-500\\/35 { + border-left-color: #06b6d459; + border-right-color: #06b6d459; +} + .border-x-cyan-500\\/40 { border-left-color: #06b6d466; border-right-color: #06b6d466; } +.border-x-cyan-500\\/45 { + border-left-color: #06b6d473; + border-right-color: #06b6d473; +} + .border-x-cyan-500\\/5 { border-left-color: #06b6d40d; border-right-color: #06b6d40d; @@ -167273,11 +229868,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d480; } +.border-x-cyan-500\\/55 { + border-left-color: #06b6d48c; + border-right-color: #06b6d48c; +} + .border-x-cyan-500\\/60 { border-left-color: #06b6d499; border-right-color: #06b6d499; } +.border-x-cyan-500\\/65 { + border-left-color: #06b6d4a6; + border-right-color: #06b6d4a6; +} + .border-x-cyan-500\\/70 { border-left-color: #06b6d4b3; border-right-color: #06b6d4b3; @@ -167293,6 +229898,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d4cc; } +.border-x-cyan-500\\/85 { + border-left-color: #06b6d4d9; + border-right-color: #06b6d4d9; +} + .border-x-cyan-500\\/90 { border-left-color: #06b6d4e6; border-right-color: #06b6d4e6; @@ -167324,6 +229934,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b2; } +.border-x-cyan-600\\/15 { + border-left-color: #0891b226; + border-right-color: #0891b226; +} + .border-x-cyan-600\\/20 { border-left-color: #0891b233; border-right-color: #0891b233; @@ -167339,11 +229954,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b24d; } +.border-x-cyan-600\\/35 { + border-left-color: #0891b259; + border-right-color: #0891b259; +} + .border-x-cyan-600\\/40 { border-left-color: #0891b266; border-right-color: #0891b266; } +.border-x-cyan-600\\/45 { + border-left-color: #0891b273; + border-right-color: #0891b273; +} + .border-x-cyan-600\\/5 { border-left-color: #0891b20d; border-right-color: #0891b20d; @@ -167354,11 +229979,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b280; } +.border-x-cyan-600\\/55 { + border-left-color: #0891b28c; + border-right-color: #0891b28c; +} + .border-x-cyan-600\\/60 { border-left-color: #0891b299; border-right-color: #0891b299; } +.border-x-cyan-600\\/65 { + border-left-color: #0891b2a6; + border-right-color: #0891b2a6; +} + .border-x-cyan-600\\/70 { border-left-color: #0891b2b3; border-right-color: #0891b2b3; @@ -167374,6 +230009,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b2cc; } +.border-x-cyan-600\\/85 { + border-left-color: #0891b2d9; + border-right-color: #0891b2d9; +} + .border-x-cyan-600\\/90 { border-left-color: #0891b2e6; border-right-color: #0891b2e6; @@ -167405,6 +230045,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e7490; } +.border-x-cyan-700\\/15 { + border-left-color: #0e749026; + border-right-color: #0e749026; +} + .border-x-cyan-700\\/20 { border-left-color: #0e749033; border-right-color: #0e749033; @@ -167420,11 +230065,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e74904d; } +.border-x-cyan-700\\/35 { + border-left-color: #0e749059; + border-right-color: #0e749059; +} + .border-x-cyan-700\\/40 { border-left-color: #0e749066; border-right-color: #0e749066; } +.border-x-cyan-700\\/45 { + border-left-color: #0e749073; + border-right-color: #0e749073; +} + .border-x-cyan-700\\/5 { border-left-color: #0e74900d; border-right-color: #0e74900d; @@ -167435,11 +230090,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e749080; } +.border-x-cyan-700\\/55 { + border-left-color: #0e74908c; + border-right-color: #0e74908c; +} + .border-x-cyan-700\\/60 { border-left-color: #0e749099; border-right-color: #0e749099; } +.border-x-cyan-700\\/65 { + border-left-color: #0e7490a6; + border-right-color: #0e7490a6; +} + .border-x-cyan-700\\/70 { border-left-color: #0e7490b3; border-right-color: #0e7490b3; @@ -167455,6 +230120,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e7490cc; } +.border-x-cyan-700\\/85 { + border-left-color: #0e7490d9; + border-right-color: #0e7490d9; +} + .border-x-cyan-700\\/90 { border-left-color: #0e7490e6; border-right-color: #0e7490e6; @@ -167486,6 +230156,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e75; } +.border-x-cyan-800\\/15 { + border-left-color: #155e7526; + border-right-color: #155e7526; +} + .border-x-cyan-800\\/20 { border-left-color: #155e7533; border-right-color: #155e7533; @@ -167501,11 +230176,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e754d; } +.border-x-cyan-800\\/35 { + border-left-color: #155e7559; + border-right-color: #155e7559; +} + .border-x-cyan-800\\/40 { border-left-color: #155e7566; border-right-color: #155e7566; } +.border-x-cyan-800\\/45 { + border-left-color: #155e7573; + border-right-color: #155e7573; +} + .border-x-cyan-800\\/5 { border-left-color: #155e750d; border-right-color: #155e750d; @@ -167516,11 +230201,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e7580; } +.border-x-cyan-800\\/55 { + border-left-color: #155e758c; + border-right-color: #155e758c; +} + .border-x-cyan-800\\/60 { border-left-color: #155e7599; border-right-color: #155e7599; } +.border-x-cyan-800\\/65 { + border-left-color: #155e75a6; + border-right-color: #155e75a6; +} + .border-x-cyan-800\\/70 { border-left-color: #155e75b3; border-right-color: #155e75b3; @@ -167536,6 +230231,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e75cc; } +.border-x-cyan-800\\/85 { + border-left-color: #155e75d9; + border-right-color: #155e75d9; +} + .border-x-cyan-800\\/90 { border-left-color: #155e75e6; border-right-color: #155e75e6; @@ -167567,6 +230267,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e63; } +.border-x-cyan-900\\/15 { + border-left-color: #164e6326; + border-right-color: #164e6326; +} + .border-x-cyan-900\\/20 { border-left-color: #164e6333; border-right-color: #164e6333; @@ -167582,11 +230287,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e634d; } +.border-x-cyan-900\\/35 { + border-left-color: #164e6359; + border-right-color: #164e6359; +} + .border-x-cyan-900\\/40 { border-left-color: #164e6366; border-right-color: #164e6366; } +.border-x-cyan-900\\/45 { + border-left-color: #164e6373; + border-right-color: #164e6373; +} + .border-x-cyan-900\\/5 { border-left-color: #164e630d; border-right-color: #164e630d; @@ -167597,11 +230312,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e6380; } +.border-x-cyan-900\\/55 { + border-left-color: #164e638c; + border-right-color: #164e638c; +} + .border-x-cyan-900\\/60 { border-left-color: #164e6399; border-right-color: #164e6399; } +.border-x-cyan-900\\/65 { + border-left-color: #164e63a6; + border-right-color: #164e63a6; +} + .border-x-cyan-900\\/70 { border-left-color: #164e63b3; border-right-color: #164e63b3; @@ -167617,6 +230342,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e63cc; } +.border-x-cyan-900\\/85 { + border-left-color: #164e63d9; + border-right-color: #164e63d9; +} + .border-x-cyan-900\\/90 { border-left-color: #164e63e6; border-right-color: #164e63e6; @@ -167648,6 +230378,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #083344; } +.border-x-cyan-950\\/15 { + border-left-color: #08334426; + border-right-color: #08334426; +} + .border-x-cyan-950\\/20 { border-left-color: #08334433; border-right-color: #08334433; @@ -167663,11 +230398,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0833444d; } +.border-x-cyan-950\\/35 { + border-left-color: #08334459; + border-right-color: #08334459; +} + .border-x-cyan-950\\/40 { border-left-color: #08334466; border-right-color: #08334466; } +.border-x-cyan-950\\/45 { + border-left-color: #08334473; + border-right-color: #08334473; +} + .border-x-cyan-950\\/5 { border-left-color: #0833440d; border-right-color: #0833440d; @@ -167678,11 +230423,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #08334480; } +.border-x-cyan-950\\/55 { + border-left-color: #0833448c; + border-right-color: #0833448c; +} + .border-x-cyan-950\\/60 { border-left-color: #08334499; border-right-color: #08334499; } +.border-x-cyan-950\\/65 { + border-left-color: #083344a6; + border-right-color: #083344a6; +} + .border-x-cyan-950\\/70 { border-left-color: #083344b3; border-right-color: #083344b3; @@ -167698,6 +230453,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #083344cc; } +.border-x-cyan-950\\/85 { + border-left-color: #083344d9; + border-right-color: #083344d9; +} + .border-x-cyan-950\\/90 { border-left-color: #083344e6; border-right-color: #083344e6; @@ -167729,6 +230489,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae5; } +.border-x-emerald-100\\/15 { + border-left-color: #d1fae526; + border-right-color: #d1fae526; +} + .border-x-emerald-100\\/20 { border-left-color: #d1fae533; border-right-color: #d1fae533; @@ -167744,11 +230509,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae54d; } +.border-x-emerald-100\\/35 { + border-left-color: #d1fae559; + border-right-color: #d1fae559; +} + .border-x-emerald-100\\/40 { border-left-color: #d1fae566; border-right-color: #d1fae566; } +.border-x-emerald-100\\/45 { + border-left-color: #d1fae573; + border-right-color: #d1fae573; +} + .border-x-emerald-100\\/5 { border-left-color: #d1fae50d; border-right-color: #d1fae50d; @@ -167759,11 +230534,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae580; } +.border-x-emerald-100\\/55 { + border-left-color: #d1fae58c; + border-right-color: #d1fae58c; +} + .border-x-emerald-100\\/60 { border-left-color: #d1fae599; border-right-color: #d1fae599; } +.border-x-emerald-100\\/65 { + border-left-color: #d1fae5a6; + border-right-color: #d1fae5a6; +} + .border-x-emerald-100\\/70 { border-left-color: #d1fae5b3; border-right-color: #d1fae5b3; @@ -167779,6 +230564,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae5cc; } +.border-x-emerald-100\\/85 { + border-left-color: #d1fae5d9; + border-right-color: #d1fae5d9; +} + .border-x-emerald-100\\/90 { border-left-color: #d1fae5e6; border-right-color: #d1fae5e6; @@ -167810,6 +230600,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d0; } +.border-x-emerald-200\\/15 { + border-left-color: #a7f3d026; + border-right-color: #a7f3d026; +} + .border-x-emerald-200\\/20 { border-left-color: #a7f3d033; border-right-color: #a7f3d033; @@ -167825,11 +230620,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d04d; } +.border-x-emerald-200\\/35 { + border-left-color: #a7f3d059; + border-right-color: #a7f3d059; +} + .border-x-emerald-200\\/40 { border-left-color: #a7f3d066; border-right-color: #a7f3d066; } +.border-x-emerald-200\\/45 { + border-left-color: #a7f3d073; + border-right-color: #a7f3d073; +} + .border-x-emerald-200\\/5 { border-left-color: #a7f3d00d; border-right-color: #a7f3d00d; @@ -167840,11 +230645,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d080; } +.border-x-emerald-200\\/55 { + border-left-color: #a7f3d08c; + border-right-color: #a7f3d08c; +} + .border-x-emerald-200\\/60 { border-left-color: #a7f3d099; border-right-color: #a7f3d099; } +.border-x-emerald-200\\/65 { + border-left-color: #a7f3d0a6; + border-right-color: #a7f3d0a6; +} + .border-x-emerald-200\\/70 { border-left-color: #a7f3d0b3; border-right-color: #a7f3d0b3; @@ -167860,6 +230675,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d0cc; } +.border-x-emerald-200\\/85 { + border-left-color: #a7f3d0d9; + border-right-color: #a7f3d0d9; +} + .border-x-emerald-200\\/90 { border-left-color: #a7f3d0e6; border-right-color: #a7f3d0e6; @@ -167891,6 +230711,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b7; } +.border-x-emerald-300\\/15 { + border-left-color: #6ee7b726; + border-right-color: #6ee7b726; +} + .border-x-emerald-300\\/20 { border-left-color: #6ee7b733; border-right-color: #6ee7b733; @@ -167906,11 +230731,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b74d; } +.border-x-emerald-300\\/35 { + border-left-color: #6ee7b759; + border-right-color: #6ee7b759; +} + .border-x-emerald-300\\/40 { border-left-color: #6ee7b766; border-right-color: #6ee7b766; } +.border-x-emerald-300\\/45 { + border-left-color: #6ee7b773; + border-right-color: #6ee7b773; +} + .border-x-emerald-300\\/5 { border-left-color: #6ee7b70d; border-right-color: #6ee7b70d; @@ -167921,11 +230756,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b780; } +.border-x-emerald-300\\/55 { + border-left-color: #6ee7b78c; + border-right-color: #6ee7b78c; +} + .border-x-emerald-300\\/60 { border-left-color: #6ee7b799; border-right-color: #6ee7b799; } +.border-x-emerald-300\\/65 { + border-left-color: #6ee7b7a6; + border-right-color: #6ee7b7a6; +} + .border-x-emerald-300\\/70 { border-left-color: #6ee7b7b3; border-right-color: #6ee7b7b3; @@ -167941,6 +230786,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b7cc; } +.border-x-emerald-300\\/85 { + border-left-color: #6ee7b7d9; + border-right-color: #6ee7b7d9; +} + .border-x-emerald-300\\/90 { border-left-color: #6ee7b7e6; border-right-color: #6ee7b7e6; @@ -167972,6 +230822,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d399; } +.border-x-emerald-400\\/15 { + border-left-color: #34d39926; + border-right-color: #34d39926; +} + .border-x-emerald-400\\/20 { border-left-color: #34d39933; border-right-color: #34d39933; @@ -167987,11 +230842,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d3994d; } +.border-x-emerald-400\\/35 { + border-left-color: #34d39959; + border-right-color: #34d39959; +} + .border-x-emerald-400\\/40 { border-left-color: #34d39966; border-right-color: #34d39966; } +.border-x-emerald-400\\/45 { + border-left-color: #34d39973; + border-right-color: #34d39973; +} + .border-x-emerald-400\\/5 { border-left-color: #34d3990d; border-right-color: #34d3990d; @@ -168002,11 +230867,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d39980; } +.border-x-emerald-400\\/55 { + border-left-color: #34d3998c; + border-right-color: #34d3998c; +} + .border-x-emerald-400\\/60 { border-left-color: #34d39999; border-right-color: #34d39999; } +.border-x-emerald-400\\/65 { + border-left-color: #34d399a6; + border-right-color: #34d399a6; +} + .border-x-emerald-400\\/70 { border-left-color: #34d399b3; border-right-color: #34d399b3; @@ -168022,6 +230897,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d399cc; } +.border-x-emerald-400\\/85 { + border-left-color: #34d399d9; + border-right-color: #34d399d9; +} + .border-x-emerald-400\\/90 { border-left-color: #34d399e6; border-right-color: #34d399e6; @@ -168053,6 +230933,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf5; } +.border-x-emerald-50\\/15 { + border-left-color: #ecfdf526; + border-right-color: #ecfdf526; +} + .border-x-emerald-50\\/20 { border-left-color: #ecfdf533; border-right-color: #ecfdf533; @@ -168068,11 +230953,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf54d; } +.border-x-emerald-50\\/35 { + border-left-color: #ecfdf559; + border-right-color: #ecfdf559; +} + .border-x-emerald-50\\/40 { border-left-color: #ecfdf566; border-right-color: #ecfdf566; } +.border-x-emerald-50\\/45 { + border-left-color: #ecfdf573; + border-right-color: #ecfdf573; +} + .border-x-emerald-50\\/5 { border-left-color: #ecfdf50d; border-right-color: #ecfdf50d; @@ -168083,11 +230978,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf580; } +.border-x-emerald-50\\/55 { + border-left-color: #ecfdf58c; + border-right-color: #ecfdf58c; +} + .border-x-emerald-50\\/60 { border-left-color: #ecfdf599; border-right-color: #ecfdf599; } +.border-x-emerald-50\\/65 { + border-left-color: #ecfdf5a6; + border-right-color: #ecfdf5a6; +} + .border-x-emerald-50\\/70 { border-left-color: #ecfdf5b3; border-right-color: #ecfdf5b3; @@ -168103,6 +231008,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf5cc; } +.border-x-emerald-50\\/85 { + border-left-color: #ecfdf5d9; + border-right-color: #ecfdf5d9; +} + .border-x-emerald-50\\/90 { border-left-color: #ecfdf5e6; border-right-color: #ecfdf5e6; @@ -168134,6 +231044,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b981; } +.border-x-emerald-500\\/15 { + border-left-color: #10b98126; + border-right-color: #10b98126; +} + .border-x-emerald-500\\/20 { border-left-color: #10b98133; border-right-color: #10b98133; @@ -168149,11 +231064,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b9814d; } +.border-x-emerald-500\\/35 { + border-left-color: #10b98159; + border-right-color: #10b98159; +} + .border-x-emerald-500\\/40 { border-left-color: #10b98166; border-right-color: #10b98166; } +.border-x-emerald-500\\/45 { + border-left-color: #10b98173; + border-right-color: #10b98173; +} + .border-x-emerald-500\\/5 { border-left-color: #10b9810d; border-right-color: #10b9810d; @@ -168164,11 +231089,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b98180; } +.border-x-emerald-500\\/55 { + border-left-color: #10b9818c; + border-right-color: #10b9818c; +} + .border-x-emerald-500\\/60 { border-left-color: #10b98199; border-right-color: #10b98199; } +.border-x-emerald-500\\/65 { + border-left-color: #10b981a6; + border-right-color: #10b981a6; +} + .border-x-emerald-500\\/70 { border-left-color: #10b981b3; border-right-color: #10b981b3; @@ -168184,6 +231119,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b981cc; } +.border-x-emerald-500\\/85 { + border-left-color: #10b981d9; + border-right-color: #10b981d9; +} + .border-x-emerald-500\\/90 { border-left-color: #10b981e6; border-right-color: #10b981e6; @@ -168215,6 +231155,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #059669; } +.border-x-emerald-600\\/15 { + border-left-color: #05966926; + border-right-color: #05966926; +} + .border-x-emerald-600\\/20 { border-left-color: #05966933; border-right-color: #05966933; @@ -168230,11 +231175,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0596694d; } +.border-x-emerald-600\\/35 { + border-left-color: #05966959; + border-right-color: #05966959; +} + .border-x-emerald-600\\/40 { border-left-color: #05966966; border-right-color: #05966966; } +.border-x-emerald-600\\/45 { + border-left-color: #05966973; + border-right-color: #05966973; +} + .border-x-emerald-600\\/5 { border-left-color: #0596690d; border-right-color: #0596690d; @@ -168245,11 +231200,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #05966980; } +.border-x-emerald-600\\/55 { + border-left-color: #0596698c; + border-right-color: #0596698c; +} + .border-x-emerald-600\\/60 { border-left-color: #05966999; border-right-color: #05966999; } +.border-x-emerald-600\\/65 { + border-left-color: #059669a6; + border-right-color: #059669a6; +} + .border-x-emerald-600\\/70 { border-left-color: #059669b3; border-right-color: #059669b3; @@ -168265,6 +231230,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #059669cc; } +.border-x-emerald-600\\/85 { + border-left-color: #059669d9; + border-right-color: #059669d9; +} + .border-x-emerald-600\\/90 { border-left-color: #059669e6; border-right-color: #059669e6; @@ -168296,6 +231266,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #047857; } +.border-x-emerald-700\\/15 { + border-left-color: #04785726; + border-right-color: #04785726; +} + .border-x-emerald-700\\/20 { border-left-color: #04785733; border-right-color: #04785733; @@ -168311,11 +231286,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0478574d; } +.border-x-emerald-700\\/35 { + border-left-color: #04785759; + border-right-color: #04785759; +} + .border-x-emerald-700\\/40 { border-left-color: #04785766; border-right-color: #04785766; } +.border-x-emerald-700\\/45 { + border-left-color: #04785773; + border-right-color: #04785773; +} + .border-x-emerald-700\\/5 { border-left-color: #0478570d; border-right-color: #0478570d; @@ -168326,11 +231311,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #04785780; } +.border-x-emerald-700\\/55 { + border-left-color: #0478578c; + border-right-color: #0478578c; +} + .border-x-emerald-700\\/60 { border-left-color: #04785799; border-right-color: #04785799; } +.border-x-emerald-700\\/65 { + border-left-color: #047857a6; + border-right-color: #047857a6; +} + .border-x-emerald-700\\/70 { border-left-color: #047857b3; border-right-color: #047857b3; @@ -168346,6 +231341,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #047857cc; } +.border-x-emerald-700\\/85 { + border-left-color: #047857d9; + border-right-color: #047857d9; +} + .border-x-emerald-700\\/90 { border-left-color: #047857e6; border-right-color: #047857e6; @@ -168377,6 +231377,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f46; } +.border-x-emerald-800\\/15 { + border-left-color: #065f4626; + border-right-color: #065f4626; +} + .border-x-emerald-800\\/20 { border-left-color: #065f4633; border-right-color: #065f4633; @@ -168392,11 +231397,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f464d; } +.border-x-emerald-800\\/35 { + border-left-color: #065f4659; + border-right-color: #065f4659; +} + .border-x-emerald-800\\/40 { border-left-color: #065f4666; border-right-color: #065f4666; } +.border-x-emerald-800\\/45 { + border-left-color: #065f4673; + border-right-color: #065f4673; +} + .border-x-emerald-800\\/5 { border-left-color: #065f460d; border-right-color: #065f460d; @@ -168407,11 +231422,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f4680; } +.border-x-emerald-800\\/55 { + border-left-color: #065f468c; + border-right-color: #065f468c; +} + .border-x-emerald-800\\/60 { border-left-color: #065f4699; border-right-color: #065f4699; } +.border-x-emerald-800\\/65 { + border-left-color: #065f46a6; + border-right-color: #065f46a6; +} + .border-x-emerald-800\\/70 { border-left-color: #065f46b3; border-right-color: #065f46b3; @@ -168427,6 +231452,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f46cc; } +.border-x-emerald-800\\/85 { + border-left-color: #065f46d9; + border-right-color: #065f46d9; +} + .border-x-emerald-800\\/90 { border-left-color: #065f46e6; border-right-color: #065f46e6; @@ -168458,6 +231488,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3b; } +.border-x-emerald-900\\/15 { + border-left-color: #064e3b26; + border-right-color: #064e3b26; +} + .border-x-emerald-900\\/20 { border-left-color: #064e3b33; border-right-color: #064e3b33; @@ -168473,11 +231508,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3b4d; } +.border-x-emerald-900\\/35 { + border-left-color: #064e3b59; + border-right-color: #064e3b59; +} + .border-x-emerald-900\\/40 { border-left-color: #064e3b66; border-right-color: #064e3b66; } +.border-x-emerald-900\\/45 { + border-left-color: #064e3b73; + border-right-color: #064e3b73; +} + .border-x-emerald-900\\/5 { border-left-color: #064e3b0d; border-right-color: #064e3b0d; @@ -168488,11 +231533,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3b80; } +.border-x-emerald-900\\/55 { + border-left-color: #064e3b8c; + border-right-color: #064e3b8c; +} + .border-x-emerald-900\\/60 { border-left-color: #064e3b99; border-right-color: #064e3b99; } +.border-x-emerald-900\\/65 { + border-left-color: #064e3ba6; + border-right-color: #064e3ba6; +} + .border-x-emerald-900\\/70 { border-left-color: #064e3bb3; border-right-color: #064e3bb3; @@ -168508,6 +231563,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3bcc; } +.border-x-emerald-900\\/85 { + border-left-color: #064e3bd9; + border-right-color: #064e3bd9; +} + .border-x-emerald-900\\/90 { border-left-color: #064e3be6; border-right-color: #064e3be6; @@ -168539,6 +231599,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c22; } +.border-x-emerald-950\\/15 { + border-left-color: #022c2226; + border-right-color: #022c2226; +} + .border-x-emerald-950\\/20 { border-left-color: #022c2233; border-right-color: #022c2233; @@ -168554,11 +231619,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c224d; } +.border-x-emerald-950\\/35 { + border-left-color: #022c2259; + border-right-color: #022c2259; +} + .border-x-emerald-950\\/40 { border-left-color: #022c2266; border-right-color: #022c2266; } +.border-x-emerald-950\\/45 { + border-left-color: #022c2273; + border-right-color: #022c2273; +} + .border-x-emerald-950\\/5 { border-left-color: #022c220d; border-right-color: #022c220d; @@ -168569,11 +231644,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c2280; } +.border-x-emerald-950\\/55 { + border-left-color: #022c228c; + border-right-color: #022c228c; +} + .border-x-emerald-950\\/60 { border-left-color: #022c2299; border-right-color: #022c2299; } +.border-x-emerald-950\\/65 { + border-left-color: #022c22a6; + border-right-color: #022c22a6; +} + .border-x-emerald-950\\/70 { border-left-color: #022c22b3; border-right-color: #022c22b3; @@ -168589,6 +231674,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c22cc; } +.border-x-emerald-950\\/85 { + border-left-color: #022c22d9; + border-right-color: #022c22d9; +} + .border-x-emerald-950\\/90 { border-left-color: #022c22e6; border-right-color: #022c22e6; @@ -168620,6 +231710,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ff; } +.border-x-fuchsia-100\\/15 { + border-left-color: #fae8ff26; + border-right-color: #fae8ff26; +} + .border-x-fuchsia-100\\/20 { border-left-color: #fae8ff33; border-right-color: #fae8ff33; @@ -168635,11 +231730,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ff4d; } +.border-x-fuchsia-100\\/35 { + border-left-color: #fae8ff59; + border-right-color: #fae8ff59; +} + .border-x-fuchsia-100\\/40 { border-left-color: #fae8ff66; border-right-color: #fae8ff66; } +.border-x-fuchsia-100\\/45 { + border-left-color: #fae8ff73; + border-right-color: #fae8ff73; +} + .border-x-fuchsia-100\\/5 { border-left-color: #fae8ff0d; border-right-color: #fae8ff0d; @@ -168650,11 +231755,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ff80; } +.border-x-fuchsia-100\\/55 { + border-left-color: #fae8ff8c; + border-right-color: #fae8ff8c; +} + .border-x-fuchsia-100\\/60 { border-left-color: #fae8ff99; border-right-color: #fae8ff99; } +.border-x-fuchsia-100\\/65 { + border-left-color: #fae8ffa6; + border-right-color: #fae8ffa6; +} + .border-x-fuchsia-100\\/70 { border-left-color: #fae8ffb3; border-right-color: #fae8ffb3; @@ -168670,6 +231785,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ffcc; } +.border-x-fuchsia-100\\/85 { + border-left-color: #fae8ffd9; + border-right-color: #fae8ffd9; +} + .border-x-fuchsia-100\\/90 { border-left-color: #fae8ffe6; border-right-color: #fae8ffe6; @@ -168701,6 +231821,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fe; } +.border-x-fuchsia-200\\/15 { + border-left-color: #f5d0fe26; + border-right-color: #f5d0fe26; +} + .border-x-fuchsia-200\\/20 { border-left-color: #f5d0fe33; border-right-color: #f5d0fe33; @@ -168716,11 +231841,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fe4d; } +.border-x-fuchsia-200\\/35 { + border-left-color: #f5d0fe59; + border-right-color: #f5d0fe59; +} + .border-x-fuchsia-200\\/40 { border-left-color: #f5d0fe66; border-right-color: #f5d0fe66; } +.border-x-fuchsia-200\\/45 { + border-left-color: #f5d0fe73; + border-right-color: #f5d0fe73; +} + .border-x-fuchsia-200\\/5 { border-left-color: #f5d0fe0d; border-right-color: #f5d0fe0d; @@ -168731,11 +231866,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fe80; } +.border-x-fuchsia-200\\/55 { + border-left-color: #f5d0fe8c; + border-right-color: #f5d0fe8c; +} + .border-x-fuchsia-200\\/60 { border-left-color: #f5d0fe99; border-right-color: #f5d0fe99; } +.border-x-fuchsia-200\\/65 { + border-left-color: #f5d0fea6; + border-right-color: #f5d0fea6; +} + .border-x-fuchsia-200\\/70 { border-left-color: #f5d0feb3; border-right-color: #f5d0feb3; @@ -168751,6 +231896,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fecc; } +.border-x-fuchsia-200\\/85 { + border-left-color: #f5d0fed9; + border-right-color: #f5d0fed9; +} + .border-x-fuchsia-200\\/90 { border-left-color: #f5d0fee6; border-right-color: #f5d0fee6; @@ -168782,6 +231932,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfc; } +.border-x-fuchsia-300\\/15 { + border-left-color: #f0abfc26; + border-right-color: #f0abfc26; +} + .border-x-fuchsia-300\\/20 { border-left-color: #f0abfc33; border-right-color: #f0abfc33; @@ -168797,11 +231952,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfc4d; } +.border-x-fuchsia-300\\/35 { + border-left-color: #f0abfc59; + border-right-color: #f0abfc59; +} + .border-x-fuchsia-300\\/40 { border-left-color: #f0abfc66; border-right-color: #f0abfc66; } +.border-x-fuchsia-300\\/45 { + border-left-color: #f0abfc73; + border-right-color: #f0abfc73; +} + .border-x-fuchsia-300\\/5 { border-left-color: #f0abfc0d; border-right-color: #f0abfc0d; @@ -168812,11 +231977,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfc80; } +.border-x-fuchsia-300\\/55 { + border-left-color: #f0abfc8c; + border-right-color: #f0abfc8c; +} + .border-x-fuchsia-300\\/60 { border-left-color: #f0abfc99; border-right-color: #f0abfc99; } +.border-x-fuchsia-300\\/65 { + border-left-color: #f0abfca6; + border-right-color: #f0abfca6; +} + .border-x-fuchsia-300\\/70 { border-left-color: #f0abfcb3; border-right-color: #f0abfcb3; @@ -168832,6 +232007,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfccc; } +.border-x-fuchsia-300\\/85 { + border-left-color: #f0abfcd9; + border-right-color: #f0abfcd9; +} + .border-x-fuchsia-300\\/90 { border-left-color: #f0abfce6; border-right-color: #f0abfce6; @@ -168863,6 +232043,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f9; } +.border-x-fuchsia-400\\/15 { + border-left-color: #e879f926; + border-right-color: #e879f926; +} + .border-x-fuchsia-400\\/20 { border-left-color: #e879f933; border-right-color: #e879f933; @@ -168878,11 +232063,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f94d; } +.border-x-fuchsia-400\\/35 { + border-left-color: #e879f959; + border-right-color: #e879f959; +} + .border-x-fuchsia-400\\/40 { border-left-color: #e879f966; border-right-color: #e879f966; } +.border-x-fuchsia-400\\/45 { + border-left-color: #e879f973; + border-right-color: #e879f973; +} + .border-x-fuchsia-400\\/5 { border-left-color: #e879f90d; border-right-color: #e879f90d; @@ -168893,11 +232088,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f980; } +.border-x-fuchsia-400\\/55 { + border-left-color: #e879f98c; + border-right-color: #e879f98c; +} + .border-x-fuchsia-400\\/60 { border-left-color: #e879f999; border-right-color: #e879f999; } +.border-x-fuchsia-400\\/65 { + border-left-color: #e879f9a6; + border-right-color: #e879f9a6; +} + .border-x-fuchsia-400\\/70 { border-left-color: #e879f9b3; border-right-color: #e879f9b3; @@ -168913,6 +232118,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f9cc; } +.border-x-fuchsia-400\\/85 { + border-left-color: #e879f9d9; + border-right-color: #e879f9d9; +} + .border-x-fuchsia-400\\/90 { border-left-color: #e879f9e6; border-right-color: #e879f9e6; @@ -168944,6 +232154,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ff; } +.border-x-fuchsia-50\\/15 { + border-left-color: #fdf4ff26; + border-right-color: #fdf4ff26; +} + .border-x-fuchsia-50\\/20 { border-left-color: #fdf4ff33; border-right-color: #fdf4ff33; @@ -168959,11 +232174,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ff4d; } +.border-x-fuchsia-50\\/35 { + border-left-color: #fdf4ff59; + border-right-color: #fdf4ff59; +} + .border-x-fuchsia-50\\/40 { border-left-color: #fdf4ff66; border-right-color: #fdf4ff66; } +.border-x-fuchsia-50\\/45 { + border-left-color: #fdf4ff73; + border-right-color: #fdf4ff73; +} + .border-x-fuchsia-50\\/5 { border-left-color: #fdf4ff0d; border-right-color: #fdf4ff0d; @@ -168974,11 +232199,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ff80; } +.border-x-fuchsia-50\\/55 { + border-left-color: #fdf4ff8c; + border-right-color: #fdf4ff8c; +} + .border-x-fuchsia-50\\/60 { border-left-color: #fdf4ff99; border-right-color: #fdf4ff99; } +.border-x-fuchsia-50\\/65 { + border-left-color: #fdf4ffa6; + border-right-color: #fdf4ffa6; +} + .border-x-fuchsia-50\\/70 { border-left-color: #fdf4ffb3; border-right-color: #fdf4ffb3; @@ -168994,6 +232229,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ffcc; } +.border-x-fuchsia-50\\/85 { + border-left-color: #fdf4ffd9; + border-right-color: #fdf4ffd9; +} + .border-x-fuchsia-50\\/90 { border-left-color: #fdf4ffe6; border-right-color: #fdf4ffe6; @@ -169025,6 +232265,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946ef; } +.border-x-fuchsia-500\\/15 { + border-left-color: #d946ef26; + border-right-color: #d946ef26; +} + .border-x-fuchsia-500\\/20 { border-left-color: #d946ef33; border-right-color: #d946ef33; @@ -169040,11 +232285,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946ef4d; } +.border-x-fuchsia-500\\/35 { + border-left-color: #d946ef59; + border-right-color: #d946ef59; +} + .border-x-fuchsia-500\\/40 { border-left-color: #d946ef66; border-right-color: #d946ef66; } +.border-x-fuchsia-500\\/45 { + border-left-color: #d946ef73; + border-right-color: #d946ef73; +} + .border-x-fuchsia-500\\/5 { border-left-color: #d946ef0d; border-right-color: #d946ef0d; @@ -169055,11 +232310,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946ef80; } +.border-x-fuchsia-500\\/55 { + border-left-color: #d946ef8c; + border-right-color: #d946ef8c; +} + .border-x-fuchsia-500\\/60 { border-left-color: #d946ef99; border-right-color: #d946ef99; } +.border-x-fuchsia-500\\/65 { + border-left-color: #d946efa6; + border-right-color: #d946efa6; +} + .border-x-fuchsia-500\\/70 { border-left-color: #d946efb3; border-right-color: #d946efb3; @@ -169075,6 +232340,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946efcc; } +.border-x-fuchsia-500\\/85 { + border-left-color: #d946efd9; + border-right-color: #d946efd9; +} + .border-x-fuchsia-500\\/90 { border-left-color: #d946efe6; border-right-color: #d946efe6; @@ -169106,6 +232376,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d3; } +.border-x-fuchsia-600\\/15 { + border-left-color: #c026d326; + border-right-color: #c026d326; +} + .border-x-fuchsia-600\\/20 { border-left-color: #c026d333; border-right-color: #c026d333; @@ -169121,11 +232396,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d34d; } +.border-x-fuchsia-600\\/35 { + border-left-color: #c026d359; + border-right-color: #c026d359; +} + .border-x-fuchsia-600\\/40 { border-left-color: #c026d366; border-right-color: #c026d366; } +.border-x-fuchsia-600\\/45 { + border-left-color: #c026d373; + border-right-color: #c026d373; +} + .border-x-fuchsia-600\\/5 { border-left-color: #c026d30d; border-right-color: #c026d30d; @@ -169136,11 +232421,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d380; } +.border-x-fuchsia-600\\/55 { + border-left-color: #c026d38c; + border-right-color: #c026d38c; +} + .border-x-fuchsia-600\\/60 { border-left-color: #c026d399; border-right-color: #c026d399; } +.border-x-fuchsia-600\\/65 { + border-left-color: #c026d3a6; + border-right-color: #c026d3a6; +} + .border-x-fuchsia-600\\/70 { border-left-color: #c026d3b3; border-right-color: #c026d3b3; @@ -169156,6 +232451,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d3cc; } +.border-x-fuchsia-600\\/85 { + border-left-color: #c026d3d9; + border-right-color: #c026d3d9; +} + .border-x-fuchsia-600\\/90 { border-left-color: #c026d3e6; border-right-color: #c026d3e6; @@ -169187,6 +232487,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21caf; } +.border-x-fuchsia-700\\/15 { + border-left-color: #a21caf26; + border-right-color: #a21caf26; +} + .border-x-fuchsia-700\\/20 { border-left-color: #a21caf33; border-right-color: #a21caf33; @@ -169202,11 +232507,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21caf4d; } +.border-x-fuchsia-700\\/35 { + border-left-color: #a21caf59; + border-right-color: #a21caf59; +} + .border-x-fuchsia-700\\/40 { border-left-color: #a21caf66; border-right-color: #a21caf66; } +.border-x-fuchsia-700\\/45 { + border-left-color: #a21caf73; + border-right-color: #a21caf73; +} + .border-x-fuchsia-700\\/5 { border-left-color: #a21caf0d; border-right-color: #a21caf0d; @@ -169217,11 +232532,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21caf80; } +.border-x-fuchsia-700\\/55 { + border-left-color: #a21caf8c; + border-right-color: #a21caf8c; +} + .border-x-fuchsia-700\\/60 { border-left-color: #a21caf99; border-right-color: #a21caf99; } +.border-x-fuchsia-700\\/65 { + border-left-color: #a21cafa6; + border-right-color: #a21cafa6; +} + .border-x-fuchsia-700\\/70 { border-left-color: #a21cafb3; border-right-color: #a21cafb3; @@ -169237,6 +232562,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21cafcc; } +.border-x-fuchsia-700\\/85 { + border-left-color: #a21cafd9; + border-right-color: #a21cafd9; +} + .border-x-fuchsia-700\\/90 { border-left-color: #a21cafe6; border-right-color: #a21cafe6; @@ -169268,6 +232598,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198f; } +.border-x-fuchsia-800\\/15 { + border-left-color: #86198f26; + border-right-color: #86198f26; +} + .border-x-fuchsia-800\\/20 { border-left-color: #86198f33; border-right-color: #86198f33; @@ -169283,11 +232618,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198f4d; } +.border-x-fuchsia-800\\/35 { + border-left-color: #86198f59; + border-right-color: #86198f59; +} + .border-x-fuchsia-800\\/40 { border-left-color: #86198f66; border-right-color: #86198f66; } +.border-x-fuchsia-800\\/45 { + border-left-color: #86198f73; + border-right-color: #86198f73; +} + .border-x-fuchsia-800\\/5 { border-left-color: #86198f0d; border-right-color: #86198f0d; @@ -169298,11 +232643,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198f80; } +.border-x-fuchsia-800\\/55 { + border-left-color: #86198f8c; + border-right-color: #86198f8c; +} + .border-x-fuchsia-800\\/60 { border-left-color: #86198f99; border-right-color: #86198f99; } +.border-x-fuchsia-800\\/65 { + border-left-color: #86198fa6; + border-right-color: #86198fa6; +} + .border-x-fuchsia-800\\/70 { border-left-color: #86198fb3; border-right-color: #86198fb3; @@ -169318,6 +232673,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198fcc; } +.border-x-fuchsia-800\\/85 { + border-left-color: #86198fd9; + border-right-color: #86198fd9; +} + .border-x-fuchsia-800\\/90 { border-left-color: #86198fe6; border-right-color: #86198fe6; @@ -169349,6 +232709,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a75; } +.border-x-fuchsia-900\\/15 { + border-left-color: #701a7526; + border-right-color: #701a7526; +} + .border-x-fuchsia-900\\/20 { border-left-color: #701a7533; border-right-color: #701a7533; @@ -169364,11 +232729,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a754d; } +.border-x-fuchsia-900\\/35 { + border-left-color: #701a7559; + border-right-color: #701a7559; +} + .border-x-fuchsia-900\\/40 { border-left-color: #701a7566; border-right-color: #701a7566; } +.border-x-fuchsia-900\\/45 { + border-left-color: #701a7573; + border-right-color: #701a7573; +} + .border-x-fuchsia-900\\/5 { border-left-color: #701a750d; border-right-color: #701a750d; @@ -169379,11 +232754,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a7580; } +.border-x-fuchsia-900\\/55 { + border-left-color: #701a758c; + border-right-color: #701a758c; +} + .border-x-fuchsia-900\\/60 { border-left-color: #701a7599; border-right-color: #701a7599; } +.border-x-fuchsia-900\\/65 { + border-left-color: #701a75a6; + border-right-color: #701a75a6; +} + .border-x-fuchsia-900\\/70 { border-left-color: #701a75b3; border-right-color: #701a75b3; @@ -169399,6 +232784,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a75cc; } +.border-x-fuchsia-900\\/85 { + border-left-color: #701a75d9; + border-right-color: #701a75d9; +} + .border-x-fuchsia-900\\/90 { border-left-color: #701a75e6; border-right-color: #701a75e6; @@ -169430,6 +232820,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044e; } +.border-x-fuchsia-950\\/15 { + border-left-color: #4a044e26; + border-right-color: #4a044e26; +} + .border-x-fuchsia-950\\/20 { border-left-color: #4a044e33; border-right-color: #4a044e33; @@ -169445,11 +232840,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044e4d; } +.border-x-fuchsia-950\\/35 { + border-left-color: #4a044e59; + border-right-color: #4a044e59; +} + .border-x-fuchsia-950\\/40 { border-left-color: #4a044e66; border-right-color: #4a044e66; } +.border-x-fuchsia-950\\/45 { + border-left-color: #4a044e73; + border-right-color: #4a044e73; +} + .border-x-fuchsia-950\\/5 { border-left-color: #4a044e0d; border-right-color: #4a044e0d; @@ -169460,11 +232865,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044e80; } +.border-x-fuchsia-950\\/55 { + border-left-color: #4a044e8c; + border-right-color: #4a044e8c; +} + .border-x-fuchsia-950\\/60 { border-left-color: #4a044e99; border-right-color: #4a044e99; } +.border-x-fuchsia-950\\/65 { + border-left-color: #4a044ea6; + border-right-color: #4a044ea6; +} + .border-x-fuchsia-950\\/70 { border-left-color: #4a044eb3; border-right-color: #4a044eb3; @@ -169480,6 +232895,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044ecc; } +.border-x-fuchsia-950\\/85 { + border-left-color: #4a044ed9; + border-right-color: #4a044ed9; +} + .border-x-fuchsia-950\\/90 { border-left-color: #4a044ee6; border-right-color: #4a044ee6; @@ -169511,6 +232931,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f6; } +.border-x-gray-100\\/15 { + border-left-color: #f3f4f626; + border-right-color: #f3f4f626; +} + .border-x-gray-100\\/20 { border-left-color: #f3f4f633; border-right-color: #f3f4f633; @@ -169526,11 +232951,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f64d; } +.border-x-gray-100\\/35 { + border-left-color: #f3f4f659; + border-right-color: #f3f4f659; +} + .border-x-gray-100\\/40 { border-left-color: #f3f4f666; border-right-color: #f3f4f666; } +.border-x-gray-100\\/45 { + border-left-color: #f3f4f673; + border-right-color: #f3f4f673; +} + .border-x-gray-100\\/5 { border-left-color: #f3f4f60d; border-right-color: #f3f4f60d; @@ -169541,11 +232976,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f680; } +.border-x-gray-100\\/55 { + border-left-color: #f3f4f68c; + border-right-color: #f3f4f68c; +} + .border-x-gray-100\\/60 { border-left-color: #f3f4f699; border-right-color: #f3f4f699; } +.border-x-gray-100\\/65 { + border-left-color: #f3f4f6a6; + border-right-color: #f3f4f6a6; +} + .border-x-gray-100\\/70 { border-left-color: #f3f4f6b3; border-right-color: #f3f4f6b3; @@ -169561,6 +233006,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f6cc; } +.border-x-gray-100\\/85 { + border-left-color: #f3f4f6d9; + border-right-color: #f3f4f6d9; +} + .border-x-gray-100\\/90 { border-left-color: #f3f4f6e6; border-right-color: #f3f4f6e6; @@ -169592,6 +233042,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7eb; } +.border-x-gray-200\\/15 { + border-left-color: #e5e7eb26; + border-right-color: #e5e7eb26; +} + .border-x-gray-200\\/20 { border-left-color: #e5e7eb33; border-right-color: #e5e7eb33; @@ -169607,11 +233062,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7eb4d; } +.border-x-gray-200\\/35 { + border-left-color: #e5e7eb59; + border-right-color: #e5e7eb59; +} + .border-x-gray-200\\/40 { border-left-color: #e5e7eb66; border-right-color: #e5e7eb66; } +.border-x-gray-200\\/45 { + border-left-color: #e5e7eb73; + border-right-color: #e5e7eb73; +} + .border-x-gray-200\\/5 { border-left-color: #e5e7eb0d; border-right-color: #e5e7eb0d; @@ -169622,11 +233087,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7eb80; } +.border-x-gray-200\\/55 { + border-left-color: #e5e7eb8c; + border-right-color: #e5e7eb8c; +} + .border-x-gray-200\\/60 { border-left-color: #e5e7eb99; border-right-color: #e5e7eb99; } +.border-x-gray-200\\/65 { + border-left-color: #e5e7eba6; + border-right-color: #e5e7eba6; +} + .border-x-gray-200\\/70 { border-left-color: #e5e7ebb3; border-right-color: #e5e7ebb3; @@ -169642,6 +233117,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7ebcc; } +.border-x-gray-200\\/85 { + border-left-color: #e5e7ebd9; + border-right-color: #e5e7ebd9; +} + .border-x-gray-200\\/90 { border-left-color: #e5e7ebe6; border-right-color: #e5e7ebe6; @@ -169673,6 +233153,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5db; } +.border-x-gray-300\\/15 { + border-left-color: #d1d5db26; + border-right-color: #d1d5db26; +} + .border-x-gray-300\\/20 { border-left-color: #d1d5db33; border-right-color: #d1d5db33; @@ -169688,11 +233173,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5db4d; } +.border-x-gray-300\\/35 { + border-left-color: #d1d5db59; + border-right-color: #d1d5db59; +} + .border-x-gray-300\\/40 { border-left-color: #d1d5db66; border-right-color: #d1d5db66; } +.border-x-gray-300\\/45 { + border-left-color: #d1d5db73; + border-right-color: #d1d5db73; +} + .border-x-gray-300\\/5 { border-left-color: #d1d5db0d; border-right-color: #d1d5db0d; @@ -169703,11 +233198,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5db80; } +.border-x-gray-300\\/55 { + border-left-color: #d1d5db8c; + border-right-color: #d1d5db8c; +} + .border-x-gray-300\\/60 { border-left-color: #d1d5db99; border-right-color: #d1d5db99; } +.border-x-gray-300\\/65 { + border-left-color: #d1d5dba6; + border-right-color: #d1d5dba6; +} + .border-x-gray-300\\/70 { border-left-color: #d1d5dbb3; border-right-color: #d1d5dbb3; @@ -169723,6 +233228,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5dbcc; } +.border-x-gray-300\\/85 { + border-left-color: #d1d5dbd9; + border-right-color: #d1d5dbd9; +} + .border-x-gray-300\\/90 { border-left-color: #d1d5dbe6; border-right-color: #d1d5dbe6; @@ -169754,6 +233264,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3af; } +.border-x-gray-400\\/15 { + border-left-color: #9ca3af26; + border-right-color: #9ca3af26; +} + .border-x-gray-400\\/20 { border-left-color: #9ca3af33; border-right-color: #9ca3af33; @@ -169769,11 +233284,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3af4d; } +.border-x-gray-400\\/35 { + border-left-color: #9ca3af59; + border-right-color: #9ca3af59; +} + .border-x-gray-400\\/40 { border-left-color: #9ca3af66; border-right-color: #9ca3af66; } +.border-x-gray-400\\/45 { + border-left-color: #9ca3af73; + border-right-color: #9ca3af73; +} + .border-x-gray-400\\/5 { border-left-color: #9ca3af0d; border-right-color: #9ca3af0d; @@ -169784,11 +233309,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3af80; } +.border-x-gray-400\\/55 { + border-left-color: #9ca3af8c; + border-right-color: #9ca3af8c; +} + .border-x-gray-400\\/60 { border-left-color: #9ca3af99; border-right-color: #9ca3af99; } +.border-x-gray-400\\/65 { + border-left-color: #9ca3afa6; + border-right-color: #9ca3afa6; +} + .border-x-gray-400\\/70 { border-left-color: #9ca3afb3; border-right-color: #9ca3afb3; @@ -169804,6 +233339,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3afcc; } +.border-x-gray-400\\/85 { + border-left-color: #9ca3afd9; + border-right-color: #9ca3afd9; +} + .border-x-gray-400\\/90 { border-left-color: #9ca3afe6; border-right-color: #9ca3afe6; @@ -169835,6 +233375,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafb; } +.border-x-gray-50\\/15 { + border-left-color: #f9fafb26; + border-right-color: #f9fafb26; +} + .border-x-gray-50\\/20 { border-left-color: #f9fafb33; border-right-color: #f9fafb33; @@ -169850,11 +233395,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafb4d; } +.border-x-gray-50\\/35 { + border-left-color: #f9fafb59; + border-right-color: #f9fafb59; +} + .border-x-gray-50\\/40 { border-left-color: #f9fafb66; border-right-color: #f9fafb66; } +.border-x-gray-50\\/45 { + border-left-color: #f9fafb73; + border-right-color: #f9fafb73; +} + .border-x-gray-50\\/5 { border-left-color: #f9fafb0d; border-right-color: #f9fafb0d; @@ -169865,11 +233420,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafb80; } +.border-x-gray-50\\/55 { + border-left-color: #f9fafb8c; + border-right-color: #f9fafb8c; +} + .border-x-gray-50\\/60 { border-left-color: #f9fafb99; border-right-color: #f9fafb99; } +.border-x-gray-50\\/65 { + border-left-color: #f9fafba6; + border-right-color: #f9fafba6; +} + .border-x-gray-50\\/70 { border-left-color: #f9fafbb3; border-right-color: #f9fafbb3; @@ -169885,6 +233450,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafbcc; } +.border-x-gray-50\\/85 { + border-left-color: #f9fafbd9; + border-right-color: #f9fafbd9; +} + .border-x-gray-50\\/90 { border-left-color: #f9fafbe6; border-right-color: #f9fafbe6; @@ -169916,6 +233486,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b7280; } +.border-x-gray-500\\/15 { + border-left-color: #6b728026; + border-right-color: #6b728026; +} + .border-x-gray-500\\/20 { border-left-color: #6b728033; border-right-color: #6b728033; @@ -169931,11 +233506,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b72804d; } +.border-x-gray-500\\/35 { + border-left-color: #6b728059; + border-right-color: #6b728059; +} + .border-x-gray-500\\/40 { border-left-color: #6b728066; border-right-color: #6b728066; } +.border-x-gray-500\\/45 { + border-left-color: #6b728073; + border-right-color: #6b728073; +} + .border-x-gray-500\\/5 { border-left-color: #6b72800d; border-right-color: #6b72800d; @@ -169946,11 +233531,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b728080; } +.border-x-gray-500\\/55 { + border-left-color: #6b72808c; + border-right-color: #6b72808c; +} + .border-x-gray-500\\/60 { border-left-color: #6b728099; border-right-color: #6b728099; } +.border-x-gray-500\\/65 { + border-left-color: #6b7280a6; + border-right-color: #6b7280a6; +} + .border-x-gray-500\\/70 { border-left-color: #6b7280b3; border-right-color: #6b7280b3; @@ -169966,6 +233561,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b7280cc; } +.border-x-gray-500\\/85 { + border-left-color: #6b7280d9; + border-right-color: #6b7280d9; +} + .border-x-gray-500\\/90 { border-left-color: #6b7280e6; border-right-color: #6b7280e6; @@ -169997,6 +233597,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b5563; } +.border-x-gray-600\\/15 { + border-left-color: #4b556326; + border-right-color: #4b556326; +} + .border-x-gray-600\\/20 { border-left-color: #4b556333; border-right-color: #4b556333; @@ -170012,11 +233617,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b55634d; } +.border-x-gray-600\\/35 { + border-left-color: #4b556359; + border-right-color: #4b556359; +} + .border-x-gray-600\\/40 { border-left-color: #4b556366; border-right-color: #4b556366; } +.border-x-gray-600\\/45 { + border-left-color: #4b556373; + border-right-color: #4b556373; +} + .border-x-gray-600\\/5 { border-left-color: #4b55630d; border-right-color: #4b55630d; @@ -170027,11 +233642,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b556380; } +.border-x-gray-600\\/55 { + border-left-color: #4b55638c; + border-right-color: #4b55638c; +} + .border-x-gray-600\\/60 { border-left-color: #4b556399; border-right-color: #4b556399; } +.border-x-gray-600\\/65 { + border-left-color: #4b5563a6; + border-right-color: #4b5563a6; +} + .border-x-gray-600\\/70 { border-left-color: #4b5563b3; border-right-color: #4b5563b3; @@ -170047,6 +233672,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b5563cc; } +.border-x-gray-600\\/85 { + border-left-color: #4b5563d9; + border-right-color: #4b5563d9; +} + .border-x-gray-600\\/90 { border-left-color: #4b5563e6; border-right-color: #4b5563e6; @@ -170078,6 +233708,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #374151; } +.border-x-gray-700\\/15 { + border-left-color: #37415126; + border-right-color: #37415126; +} + .border-x-gray-700\\/20 { border-left-color: #37415133; border-right-color: #37415133; @@ -170093,11 +233728,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3741514d; } +.border-x-gray-700\\/35 { + border-left-color: #37415159; + border-right-color: #37415159; +} + .border-x-gray-700\\/40 { border-left-color: #37415166; border-right-color: #37415166; } +.border-x-gray-700\\/45 { + border-left-color: #37415173; + border-right-color: #37415173; +} + .border-x-gray-700\\/5 { border-left-color: #3741510d; border-right-color: #3741510d; @@ -170108,11 +233753,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #37415180; } +.border-x-gray-700\\/55 { + border-left-color: #3741518c; + border-right-color: #3741518c; +} + .border-x-gray-700\\/60 { border-left-color: #37415199; border-right-color: #37415199; } +.border-x-gray-700\\/65 { + border-left-color: #374151a6; + border-right-color: #374151a6; +} + .border-x-gray-700\\/70 { border-left-color: #374151b3; border-right-color: #374151b3; @@ -170128,6 +233783,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #374151cc; } +.border-x-gray-700\\/85 { + border-left-color: #374151d9; + border-right-color: #374151d9; +} + .border-x-gray-700\\/90 { border-left-color: #374151e6; border-right-color: #374151e6; @@ -170159,6 +233819,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f2937; } +.border-x-gray-800\\/15 { + border-left-color: #1f293726; + border-right-color: #1f293726; +} + .border-x-gray-800\\/20 { border-left-color: #1f293733; border-right-color: #1f293733; @@ -170174,11 +233839,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f29374d; } +.border-x-gray-800\\/35 { + border-left-color: #1f293759; + border-right-color: #1f293759; +} + .border-x-gray-800\\/40 { border-left-color: #1f293766; border-right-color: #1f293766; } +.border-x-gray-800\\/45 { + border-left-color: #1f293773; + border-right-color: #1f293773; +} + .border-x-gray-800\\/5 { border-left-color: #1f29370d; border-right-color: #1f29370d; @@ -170189,11 +233864,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f293780; } +.border-x-gray-800\\/55 { + border-left-color: #1f29378c; + border-right-color: #1f29378c; +} + .border-x-gray-800\\/60 { border-left-color: #1f293799; border-right-color: #1f293799; } +.border-x-gray-800\\/65 { + border-left-color: #1f2937a6; + border-right-color: #1f2937a6; +} + .border-x-gray-800\\/70 { border-left-color: #1f2937b3; border-right-color: #1f2937b3; @@ -170209,6 +233894,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f2937cc; } +.border-x-gray-800\\/85 { + border-left-color: #1f2937d9; + border-right-color: #1f2937d9; +} + .border-x-gray-800\\/90 { border-left-color: #1f2937e6; border-right-color: #1f2937e6; @@ -170240,6 +233930,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #111827; } +.border-x-gray-900\\/15 { + border-left-color: #11182726; + border-right-color: #11182726; +} + .border-x-gray-900\\/20 { border-left-color: #11182733; border-right-color: #11182733; @@ -170255,11 +233950,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1118274d; } +.border-x-gray-900\\/35 { + border-left-color: #11182759; + border-right-color: #11182759; +} + .border-x-gray-900\\/40 { border-left-color: #11182766; border-right-color: #11182766; } +.border-x-gray-900\\/45 { + border-left-color: #11182773; + border-right-color: #11182773; +} + .border-x-gray-900\\/5 { border-left-color: #1118270d; border-right-color: #1118270d; @@ -170270,11 +233975,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #11182780; } +.border-x-gray-900\\/55 { + border-left-color: #1118278c; + border-right-color: #1118278c; +} + .border-x-gray-900\\/60 { border-left-color: #11182799; border-right-color: #11182799; } +.border-x-gray-900\\/65 { + border-left-color: #111827a6; + border-right-color: #111827a6; +} + .border-x-gray-900\\/70 { border-left-color: #111827b3; border-right-color: #111827b3; @@ -170290,6 +234005,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #111827cc; } +.border-x-gray-900\\/85 { + border-left-color: #111827d9; + border-right-color: #111827d9; +} + .border-x-gray-900\\/90 { border-left-color: #111827e6; border-right-color: #111827e6; @@ -170321,6 +234041,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #030712; } +.border-x-gray-950\\/15 { + border-left-color: #03071226; + border-right-color: #03071226; +} + .border-x-gray-950\\/20 { border-left-color: #03071233; border-right-color: #03071233; @@ -170336,11 +234061,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0307124d; } +.border-x-gray-950\\/35 { + border-left-color: #03071259; + border-right-color: #03071259; +} + .border-x-gray-950\\/40 { border-left-color: #03071266; border-right-color: #03071266; } +.border-x-gray-950\\/45 { + border-left-color: #03071273; + border-right-color: #03071273; +} + .border-x-gray-950\\/5 { border-left-color: #0307120d; border-right-color: #0307120d; @@ -170351,11 +234086,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #03071280; } +.border-x-gray-950\\/55 { + border-left-color: #0307128c; + border-right-color: #0307128c; +} + .border-x-gray-950\\/60 { border-left-color: #03071299; border-right-color: #03071299; } +.border-x-gray-950\\/65 { + border-left-color: #030712a6; + border-right-color: #030712a6; +} + .border-x-gray-950\\/70 { border-left-color: #030712b3; border-right-color: #030712b3; @@ -170371,6 +234116,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #030712cc; } +.border-x-gray-950\\/85 { + border-left-color: #030712d9; + border-right-color: #030712d9; +} + .border-x-gray-950\\/90 { border-left-color: #030712e6; border-right-color: #030712e6; @@ -170402,6 +234152,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce7; } +.border-x-green-100\\/15 { + border-left-color: #dcfce726; + border-right-color: #dcfce726; +} + .border-x-green-100\\/20 { border-left-color: #dcfce733; border-right-color: #dcfce733; @@ -170417,11 +234172,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce74d; } +.border-x-green-100\\/35 { + border-left-color: #dcfce759; + border-right-color: #dcfce759; +} + .border-x-green-100\\/40 { border-left-color: #dcfce766; border-right-color: #dcfce766; } +.border-x-green-100\\/45 { + border-left-color: #dcfce773; + border-right-color: #dcfce773; +} + .border-x-green-100\\/5 { border-left-color: #dcfce70d; border-right-color: #dcfce70d; @@ -170432,11 +234197,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce780; } +.border-x-green-100\\/55 { + border-left-color: #dcfce78c; + border-right-color: #dcfce78c; +} + .border-x-green-100\\/60 { border-left-color: #dcfce799; border-right-color: #dcfce799; } +.border-x-green-100\\/65 { + border-left-color: #dcfce7a6; + border-right-color: #dcfce7a6; +} + .border-x-green-100\\/70 { border-left-color: #dcfce7b3; border-right-color: #dcfce7b3; @@ -170452,6 +234227,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce7cc; } +.border-x-green-100\\/85 { + border-left-color: #dcfce7d9; + border-right-color: #dcfce7d9; +} + .border-x-green-100\\/90 { border-left-color: #dcfce7e6; border-right-color: #dcfce7e6; @@ -170483,6 +234263,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d0; } +.border-x-green-200\\/15 { + border-left-color: #bbf7d026; + border-right-color: #bbf7d026; +} + .border-x-green-200\\/20 { border-left-color: #bbf7d033; border-right-color: #bbf7d033; @@ -170498,11 +234283,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d04d; } +.border-x-green-200\\/35 { + border-left-color: #bbf7d059; + border-right-color: #bbf7d059; +} + .border-x-green-200\\/40 { border-left-color: #bbf7d066; border-right-color: #bbf7d066; } +.border-x-green-200\\/45 { + border-left-color: #bbf7d073; + border-right-color: #bbf7d073; +} + .border-x-green-200\\/5 { border-left-color: #bbf7d00d; border-right-color: #bbf7d00d; @@ -170513,11 +234308,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d080; } +.border-x-green-200\\/55 { + border-left-color: #bbf7d08c; + border-right-color: #bbf7d08c; +} + .border-x-green-200\\/60 { border-left-color: #bbf7d099; border-right-color: #bbf7d099; } +.border-x-green-200\\/65 { + border-left-color: #bbf7d0a6; + border-right-color: #bbf7d0a6; +} + .border-x-green-200\\/70 { border-left-color: #bbf7d0b3; border-right-color: #bbf7d0b3; @@ -170533,6 +234338,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d0cc; } +.border-x-green-200\\/85 { + border-left-color: #bbf7d0d9; + border-right-color: #bbf7d0d9; +} + .border-x-green-200\\/90 { border-left-color: #bbf7d0e6; border-right-color: #bbf7d0e6; @@ -170564,6 +234374,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efac; } +.border-x-green-300\\/15 { + border-left-color: #86efac26; + border-right-color: #86efac26; +} + .border-x-green-300\\/20 { border-left-color: #86efac33; border-right-color: #86efac33; @@ -170579,11 +234394,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efac4d; } +.border-x-green-300\\/35 { + border-left-color: #86efac59; + border-right-color: #86efac59; +} + .border-x-green-300\\/40 { border-left-color: #86efac66; border-right-color: #86efac66; } +.border-x-green-300\\/45 { + border-left-color: #86efac73; + border-right-color: #86efac73; +} + .border-x-green-300\\/5 { border-left-color: #86efac0d; border-right-color: #86efac0d; @@ -170594,11 +234419,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efac80; } +.border-x-green-300\\/55 { + border-left-color: #86efac8c; + border-right-color: #86efac8c; +} + .border-x-green-300\\/60 { border-left-color: #86efac99; border-right-color: #86efac99; } +.border-x-green-300\\/65 { + border-left-color: #86efaca6; + border-right-color: #86efaca6; +} + .border-x-green-300\\/70 { border-left-color: #86efacb3; border-right-color: #86efacb3; @@ -170614,6 +234449,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efaccc; } +.border-x-green-300\\/85 { + border-left-color: #86efacd9; + border-right-color: #86efacd9; +} + .border-x-green-300\\/90 { border-left-color: #86eface6; border-right-color: #86eface6; @@ -170645,6 +234485,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade80; } +.border-x-green-400\\/15 { + border-left-color: #4ade8026; + border-right-color: #4ade8026; +} + .border-x-green-400\\/20 { border-left-color: #4ade8033; border-right-color: #4ade8033; @@ -170660,11 +234505,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade804d; } +.border-x-green-400\\/35 { + border-left-color: #4ade8059; + border-right-color: #4ade8059; +} + .border-x-green-400\\/40 { border-left-color: #4ade8066; border-right-color: #4ade8066; } +.border-x-green-400\\/45 { + border-left-color: #4ade8073; + border-right-color: #4ade8073; +} + .border-x-green-400\\/5 { border-left-color: #4ade800d; border-right-color: #4ade800d; @@ -170675,11 +234530,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade8080; } +.border-x-green-400\\/55 { + border-left-color: #4ade808c; + border-right-color: #4ade808c; +} + .border-x-green-400\\/60 { border-left-color: #4ade8099; border-right-color: #4ade8099; } +.border-x-green-400\\/65 { + border-left-color: #4ade80a6; + border-right-color: #4ade80a6; +} + .border-x-green-400\\/70 { border-left-color: #4ade80b3; border-right-color: #4ade80b3; @@ -170695,6 +234560,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade80cc; } +.border-x-green-400\\/85 { + border-left-color: #4ade80d9; + border-right-color: #4ade80d9; +} + .border-x-green-400\\/90 { border-left-color: #4ade80e6; border-right-color: #4ade80e6; @@ -170726,6 +234596,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf4; } +.border-x-green-50\\/15 { + border-left-color: #f0fdf426; + border-right-color: #f0fdf426; +} + .border-x-green-50\\/20 { border-left-color: #f0fdf433; border-right-color: #f0fdf433; @@ -170741,11 +234616,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf44d; } +.border-x-green-50\\/35 { + border-left-color: #f0fdf459; + border-right-color: #f0fdf459; +} + .border-x-green-50\\/40 { border-left-color: #f0fdf466; border-right-color: #f0fdf466; } +.border-x-green-50\\/45 { + border-left-color: #f0fdf473; + border-right-color: #f0fdf473; +} + .border-x-green-50\\/5 { border-left-color: #f0fdf40d; border-right-color: #f0fdf40d; @@ -170756,11 +234641,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf480; } +.border-x-green-50\\/55 { + border-left-color: #f0fdf48c; + border-right-color: #f0fdf48c; +} + .border-x-green-50\\/60 { border-left-color: #f0fdf499; border-right-color: #f0fdf499; } +.border-x-green-50\\/65 { + border-left-color: #f0fdf4a6; + border-right-color: #f0fdf4a6; +} + .border-x-green-50\\/70 { border-left-color: #f0fdf4b3; border-right-color: #f0fdf4b3; @@ -170776,6 +234671,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf4cc; } +.border-x-green-50\\/85 { + border-left-color: #f0fdf4d9; + border-right-color: #f0fdf4d9; +} + .border-x-green-50\\/90 { border-left-color: #f0fdf4e6; border-right-color: #f0fdf4e6; @@ -170807,6 +234707,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55e; } +.border-x-green-500\\/15 { + border-left-color: #22c55e26; + border-right-color: #22c55e26; +} + .border-x-green-500\\/20 { border-left-color: #22c55e33; border-right-color: #22c55e33; @@ -170822,11 +234727,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55e4d; } +.border-x-green-500\\/35 { + border-left-color: #22c55e59; + border-right-color: #22c55e59; +} + .border-x-green-500\\/40 { border-left-color: #22c55e66; border-right-color: #22c55e66; } +.border-x-green-500\\/45 { + border-left-color: #22c55e73; + border-right-color: #22c55e73; +} + .border-x-green-500\\/5 { border-left-color: #22c55e0d; border-right-color: #22c55e0d; @@ -170837,11 +234752,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55e80; } +.border-x-green-500\\/55 { + border-left-color: #22c55e8c; + border-right-color: #22c55e8c; +} + .border-x-green-500\\/60 { border-left-color: #22c55e99; border-right-color: #22c55e99; } +.border-x-green-500\\/65 { + border-left-color: #22c55ea6; + border-right-color: #22c55ea6; +} + .border-x-green-500\\/70 { border-left-color: #22c55eb3; border-right-color: #22c55eb3; @@ -170857,6 +234782,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55ecc; } +.border-x-green-500\\/85 { + border-left-color: #22c55ed9; + border-right-color: #22c55ed9; +} + .border-x-green-500\\/90 { border-left-color: #22c55ee6; border-right-color: #22c55ee6; @@ -170888,6 +234818,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34a; } +.border-x-green-600\\/15 { + border-left-color: #16a34a26; + border-right-color: #16a34a26; +} + .border-x-green-600\\/20 { border-left-color: #16a34a33; border-right-color: #16a34a33; @@ -170903,11 +234838,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34a4d; } +.border-x-green-600\\/35 { + border-left-color: #16a34a59; + border-right-color: #16a34a59; +} + .border-x-green-600\\/40 { border-left-color: #16a34a66; border-right-color: #16a34a66; } +.border-x-green-600\\/45 { + border-left-color: #16a34a73; + border-right-color: #16a34a73; +} + .border-x-green-600\\/5 { border-left-color: #16a34a0d; border-right-color: #16a34a0d; @@ -170918,11 +234863,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34a80; } +.border-x-green-600\\/55 { + border-left-color: #16a34a8c; + border-right-color: #16a34a8c; +} + .border-x-green-600\\/60 { border-left-color: #16a34a99; border-right-color: #16a34a99; } +.border-x-green-600\\/65 { + border-left-color: #16a34aa6; + border-right-color: #16a34aa6; +} + .border-x-green-600\\/70 { border-left-color: #16a34ab3; border-right-color: #16a34ab3; @@ -170938,6 +234893,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34acc; } +.border-x-green-600\\/85 { + border-left-color: #16a34ad9; + border-right-color: #16a34ad9; +} + .border-x-green-600\\/90 { border-left-color: #16a34ae6; border-right-color: #16a34ae6; @@ -170969,6 +234929,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803d; } +.border-x-green-700\\/15 { + border-left-color: #15803d26; + border-right-color: #15803d26; +} + .border-x-green-700\\/20 { border-left-color: #15803d33; border-right-color: #15803d33; @@ -170984,11 +234949,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803d4d; } +.border-x-green-700\\/35 { + border-left-color: #15803d59; + border-right-color: #15803d59; +} + .border-x-green-700\\/40 { border-left-color: #15803d66; border-right-color: #15803d66; } +.border-x-green-700\\/45 { + border-left-color: #15803d73; + border-right-color: #15803d73; +} + .border-x-green-700\\/5 { border-left-color: #15803d0d; border-right-color: #15803d0d; @@ -170999,11 +234974,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803d80; } +.border-x-green-700\\/55 { + border-left-color: #15803d8c; + border-right-color: #15803d8c; +} + .border-x-green-700\\/60 { border-left-color: #15803d99; border-right-color: #15803d99; } +.border-x-green-700\\/65 { + border-left-color: #15803da6; + border-right-color: #15803da6; +} + .border-x-green-700\\/70 { border-left-color: #15803db3; border-right-color: #15803db3; @@ -171019,6 +235004,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803dcc; } +.border-x-green-700\\/85 { + border-left-color: #15803dd9; + border-right-color: #15803dd9; +} + .border-x-green-700\\/90 { border-left-color: #15803de6; border-right-color: #15803de6; @@ -171050,6 +235040,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #166534; } +.border-x-green-800\\/15 { + border-left-color: #16653426; + border-right-color: #16653426; +} + .border-x-green-800\\/20 { border-left-color: #16653433; border-right-color: #16653433; @@ -171065,11 +235060,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1665344d; } +.border-x-green-800\\/35 { + border-left-color: #16653459; + border-right-color: #16653459; +} + .border-x-green-800\\/40 { border-left-color: #16653466; border-right-color: #16653466; } +.border-x-green-800\\/45 { + border-left-color: #16653473; + border-right-color: #16653473; +} + .border-x-green-800\\/5 { border-left-color: #1665340d; border-right-color: #1665340d; @@ -171080,11 +235085,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16653480; } +.border-x-green-800\\/55 { + border-left-color: #1665348c; + border-right-color: #1665348c; +} + .border-x-green-800\\/60 { border-left-color: #16653499; border-right-color: #16653499; } +.border-x-green-800\\/65 { + border-left-color: #166534a6; + border-right-color: #166534a6; +} + .border-x-green-800\\/70 { border-left-color: #166534b3; border-right-color: #166534b3; @@ -171100,6 +235115,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #166534cc; } +.border-x-green-800\\/85 { + border-left-color: #166534d9; + border-right-color: #166534d9; +} + .border-x-green-800\\/90 { border-left-color: #166534e6; border-right-color: #166534e6; @@ -171131,6 +235151,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532d; } +.border-x-green-900\\/15 { + border-left-color: #14532d26; + border-right-color: #14532d26; +} + .border-x-green-900\\/20 { border-left-color: #14532d33; border-right-color: #14532d33; @@ -171146,11 +235171,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532d4d; } +.border-x-green-900\\/35 { + border-left-color: #14532d59; + border-right-color: #14532d59; +} + .border-x-green-900\\/40 { border-left-color: #14532d66; border-right-color: #14532d66; } +.border-x-green-900\\/45 { + border-left-color: #14532d73; + border-right-color: #14532d73; +} + .border-x-green-900\\/5 { border-left-color: #14532d0d; border-right-color: #14532d0d; @@ -171161,11 +235196,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532d80; } +.border-x-green-900\\/55 { + border-left-color: #14532d8c; + border-right-color: #14532d8c; +} + .border-x-green-900\\/60 { border-left-color: #14532d99; border-right-color: #14532d99; } +.border-x-green-900\\/65 { + border-left-color: #14532da6; + border-right-color: #14532da6; +} + .border-x-green-900\\/70 { border-left-color: #14532db3; border-right-color: #14532db3; @@ -171181,6 +235226,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532dcc; } +.border-x-green-900\\/85 { + border-left-color: #14532dd9; + border-right-color: #14532dd9; +} + .border-x-green-900\\/90 { border-left-color: #14532de6; border-right-color: #14532de6; @@ -171212,6 +235262,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e16; } +.border-x-green-950\\/15 { + border-left-color: #052e1626; + border-right-color: #052e1626; +} + .border-x-green-950\\/20 { border-left-color: #052e1633; border-right-color: #052e1633; @@ -171227,11 +235282,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e164d; } +.border-x-green-950\\/35 { + border-left-color: #052e1659; + border-right-color: #052e1659; +} + .border-x-green-950\\/40 { border-left-color: #052e1666; border-right-color: #052e1666; } +.border-x-green-950\\/45 { + border-left-color: #052e1673; + border-right-color: #052e1673; +} + .border-x-green-950\\/5 { border-left-color: #052e160d; border-right-color: #052e160d; @@ -171242,11 +235307,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e1680; } +.border-x-green-950\\/55 { + border-left-color: #052e168c; + border-right-color: #052e168c; +} + .border-x-green-950\\/60 { border-left-color: #052e1699; border-right-color: #052e1699; } +.border-x-green-950\\/65 { + border-left-color: #052e16a6; + border-right-color: #052e16a6; +} + .border-x-green-950\\/70 { border-left-color: #052e16b3; border-right-color: #052e16b3; @@ -171262,6 +235337,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e16cc; } +.border-x-green-950\\/85 { + border-left-color: #052e16d9; + border-right-color: #052e16d9; +} + .border-x-green-950\\/90 { border-left-color: #052e16e6; border-right-color: #052e16e6; @@ -171293,6 +235373,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ff; } +.border-x-indigo-100\\/15 { + border-left-color: #e0e7ff26; + border-right-color: #e0e7ff26; +} + .border-x-indigo-100\\/20 { border-left-color: #e0e7ff33; border-right-color: #e0e7ff33; @@ -171308,11 +235393,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ff4d; } +.border-x-indigo-100\\/35 { + border-left-color: #e0e7ff59; + border-right-color: #e0e7ff59; +} + .border-x-indigo-100\\/40 { border-left-color: #e0e7ff66; border-right-color: #e0e7ff66; } +.border-x-indigo-100\\/45 { + border-left-color: #e0e7ff73; + border-right-color: #e0e7ff73; +} + .border-x-indigo-100\\/5 { border-left-color: #e0e7ff0d; border-right-color: #e0e7ff0d; @@ -171323,11 +235418,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ff80; } +.border-x-indigo-100\\/55 { + border-left-color: #e0e7ff8c; + border-right-color: #e0e7ff8c; +} + .border-x-indigo-100\\/60 { border-left-color: #e0e7ff99; border-right-color: #e0e7ff99; } +.border-x-indigo-100\\/65 { + border-left-color: #e0e7ffa6; + border-right-color: #e0e7ffa6; +} + .border-x-indigo-100\\/70 { border-left-color: #e0e7ffb3; border-right-color: #e0e7ffb3; @@ -171343,6 +235448,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ffcc; } +.border-x-indigo-100\\/85 { + border-left-color: #e0e7ffd9; + border-right-color: #e0e7ffd9; +} + .border-x-indigo-100\\/90 { border-left-color: #e0e7ffe6; border-right-color: #e0e7ffe6; @@ -171374,6 +235484,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fe; } +.border-x-indigo-200\\/15 { + border-left-color: #c7d2fe26; + border-right-color: #c7d2fe26; +} + .border-x-indigo-200\\/20 { border-left-color: #c7d2fe33; border-right-color: #c7d2fe33; @@ -171389,11 +235504,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fe4d; } +.border-x-indigo-200\\/35 { + border-left-color: #c7d2fe59; + border-right-color: #c7d2fe59; +} + .border-x-indigo-200\\/40 { border-left-color: #c7d2fe66; border-right-color: #c7d2fe66; } +.border-x-indigo-200\\/45 { + border-left-color: #c7d2fe73; + border-right-color: #c7d2fe73; +} + .border-x-indigo-200\\/5 { border-left-color: #c7d2fe0d; border-right-color: #c7d2fe0d; @@ -171404,11 +235529,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fe80; } +.border-x-indigo-200\\/55 { + border-left-color: #c7d2fe8c; + border-right-color: #c7d2fe8c; +} + .border-x-indigo-200\\/60 { border-left-color: #c7d2fe99; border-right-color: #c7d2fe99; } +.border-x-indigo-200\\/65 { + border-left-color: #c7d2fea6; + border-right-color: #c7d2fea6; +} + .border-x-indigo-200\\/70 { border-left-color: #c7d2feb3; border-right-color: #c7d2feb3; @@ -171424,6 +235559,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fecc; } +.border-x-indigo-200\\/85 { + border-left-color: #c7d2fed9; + border-right-color: #c7d2fed9; +} + .border-x-indigo-200\\/90 { border-left-color: #c7d2fee6; border-right-color: #c7d2fee6; @@ -171455,6 +235595,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fc; } +.border-x-indigo-300\\/15 { + border-left-color: #a5b4fc26; + border-right-color: #a5b4fc26; +} + .border-x-indigo-300\\/20 { border-left-color: #a5b4fc33; border-right-color: #a5b4fc33; @@ -171470,11 +235615,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fc4d; } +.border-x-indigo-300\\/35 { + border-left-color: #a5b4fc59; + border-right-color: #a5b4fc59; +} + .border-x-indigo-300\\/40 { border-left-color: #a5b4fc66; border-right-color: #a5b4fc66; } +.border-x-indigo-300\\/45 { + border-left-color: #a5b4fc73; + border-right-color: #a5b4fc73; +} + .border-x-indigo-300\\/5 { border-left-color: #a5b4fc0d; border-right-color: #a5b4fc0d; @@ -171485,11 +235640,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fc80; } +.border-x-indigo-300\\/55 { + border-left-color: #a5b4fc8c; + border-right-color: #a5b4fc8c; +} + .border-x-indigo-300\\/60 { border-left-color: #a5b4fc99; border-right-color: #a5b4fc99; } +.border-x-indigo-300\\/65 { + border-left-color: #a5b4fca6; + border-right-color: #a5b4fca6; +} + .border-x-indigo-300\\/70 { border-left-color: #a5b4fcb3; border-right-color: #a5b4fcb3; @@ -171505,6 +235670,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fccc; } +.border-x-indigo-300\\/85 { + border-left-color: #a5b4fcd9; + border-right-color: #a5b4fcd9; +} + .border-x-indigo-300\\/90 { border-left-color: #a5b4fce6; border-right-color: #a5b4fce6; @@ -171536,6 +235706,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf8; } +.border-x-indigo-400\\/15 { + border-left-color: #818cf826; + border-right-color: #818cf826; +} + .border-x-indigo-400\\/20 { border-left-color: #818cf833; border-right-color: #818cf833; @@ -171551,11 +235726,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf84d; } +.border-x-indigo-400\\/35 { + border-left-color: #818cf859; + border-right-color: #818cf859; +} + .border-x-indigo-400\\/40 { border-left-color: #818cf866; border-right-color: #818cf866; } +.border-x-indigo-400\\/45 { + border-left-color: #818cf873; + border-right-color: #818cf873; +} + .border-x-indigo-400\\/5 { border-left-color: #818cf80d; border-right-color: #818cf80d; @@ -171566,11 +235751,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf880; } +.border-x-indigo-400\\/55 { + border-left-color: #818cf88c; + border-right-color: #818cf88c; +} + .border-x-indigo-400\\/60 { border-left-color: #818cf899; border-right-color: #818cf899; } +.border-x-indigo-400\\/65 { + border-left-color: #818cf8a6; + border-right-color: #818cf8a6; +} + .border-x-indigo-400\\/70 { border-left-color: #818cf8b3; border-right-color: #818cf8b3; @@ -171586,6 +235781,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf8cc; } +.border-x-indigo-400\\/85 { + border-left-color: #818cf8d9; + border-right-color: #818cf8d9; +} + .border-x-indigo-400\\/90 { border-left-color: #818cf8e6; border-right-color: #818cf8e6; @@ -171617,6 +235817,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ff; } +.border-x-indigo-50\\/15 { + border-left-color: #eef2ff26; + border-right-color: #eef2ff26; +} + .border-x-indigo-50\\/20 { border-left-color: #eef2ff33; border-right-color: #eef2ff33; @@ -171632,11 +235837,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ff4d; } +.border-x-indigo-50\\/35 { + border-left-color: #eef2ff59; + border-right-color: #eef2ff59; +} + .border-x-indigo-50\\/40 { border-left-color: #eef2ff66; border-right-color: #eef2ff66; } +.border-x-indigo-50\\/45 { + border-left-color: #eef2ff73; + border-right-color: #eef2ff73; +} + .border-x-indigo-50\\/5 { border-left-color: #eef2ff0d; border-right-color: #eef2ff0d; @@ -171647,11 +235862,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ff80; } +.border-x-indigo-50\\/55 { + border-left-color: #eef2ff8c; + border-right-color: #eef2ff8c; +} + .border-x-indigo-50\\/60 { border-left-color: #eef2ff99; border-right-color: #eef2ff99; } +.border-x-indigo-50\\/65 { + border-left-color: #eef2ffa6; + border-right-color: #eef2ffa6; +} + .border-x-indigo-50\\/70 { border-left-color: #eef2ffb3; border-right-color: #eef2ffb3; @@ -171667,6 +235892,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ffcc; } +.border-x-indigo-50\\/85 { + border-left-color: #eef2ffd9; + border-right-color: #eef2ffd9; +} + .border-x-indigo-50\\/90 { border-left-color: #eef2ffe6; border-right-color: #eef2ffe6; @@ -171698,6 +235928,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f1; } +.border-x-indigo-500\\/15 { + border-left-color: #6366f126; + border-right-color: #6366f126; +} + .border-x-indigo-500\\/20 { border-left-color: #6366f133; border-right-color: #6366f133; @@ -171713,11 +235948,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f14d; } +.border-x-indigo-500\\/35 { + border-left-color: #6366f159; + border-right-color: #6366f159; +} + .border-x-indigo-500\\/40 { border-left-color: #6366f166; border-right-color: #6366f166; } +.border-x-indigo-500\\/45 { + border-left-color: #6366f173; + border-right-color: #6366f173; +} + .border-x-indigo-500\\/5 { border-left-color: #6366f10d; border-right-color: #6366f10d; @@ -171728,11 +235973,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f180; } +.border-x-indigo-500\\/55 { + border-left-color: #6366f18c; + border-right-color: #6366f18c; +} + .border-x-indigo-500\\/60 { border-left-color: #6366f199; border-right-color: #6366f199; } +.border-x-indigo-500\\/65 { + border-left-color: #6366f1a6; + border-right-color: #6366f1a6; +} + .border-x-indigo-500\\/70 { border-left-color: #6366f1b3; border-right-color: #6366f1b3; @@ -171748,6 +236003,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f1cc; } +.border-x-indigo-500\\/85 { + border-left-color: #6366f1d9; + border-right-color: #6366f1d9; +} + .border-x-indigo-500\\/90 { border-left-color: #6366f1e6; border-right-color: #6366f1e6; @@ -171779,6 +236039,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e5; } +.border-x-indigo-600\\/15 { + border-left-color: #4f46e526; + border-right-color: #4f46e526; +} + .border-x-indigo-600\\/20 { border-left-color: #4f46e533; border-right-color: #4f46e533; @@ -171794,11 +236059,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e54d; } +.border-x-indigo-600\\/35 { + border-left-color: #4f46e559; + border-right-color: #4f46e559; +} + .border-x-indigo-600\\/40 { border-left-color: #4f46e566; border-right-color: #4f46e566; } +.border-x-indigo-600\\/45 { + border-left-color: #4f46e573; + border-right-color: #4f46e573; +} + .border-x-indigo-600\\/5 { border-left-color: #4f46e50d; border-right-color: #4f46e50d; @@ -171809,11 +236084,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e580; } +.border-x-indigo-600\\/55 { + border-left-color: #4f46e58c; + border-right-color: #4f46e58c; +} + .border-x-indigo-600\\/60 { border-left-color: #4f46e599; border-right-color: #4f46e599; } +.border-x-indigo-600\\/65 { + border-left-color: #4f46e5a6; + border-right-color: #4f46e5a6; +} + .border-x-indigo-600\\/70 { border-left-color: #4f46e5b3; border-right-color: #4f46e5b3; @@ -171829,6 +236114,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e5cc; } +.border-x-indigo-600\\/85 { + border-left-color: #4f46e5d9; + border-right-color: #4f46e5d9; +} + .border-x-indigo-600\\/90 { border-left-color: #4f46e5e6; border-right-color: #4f46e5e6; @@ -171860,6 +236150,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338ca; } +.border-x-indigo-700\\/15 { + border-left-color: #4338ca26; + border-right-color: #4338ca26; +} + .border-x-indigo-700\\/20 { border-left-color: #4338ca33; border-right-color: #4338ca33; @@ -171875,11 +236170,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338ca4d; } +.border-x-indigo-700\\/35 { + border-left-color: #4338ca59; + border-right-color: #4338ca59; +} + .border-x-indigo-700\\/40 { border-left-color: #4338ca66; border-right-color: #4338ca66; } +.border-x-indigo-700\\/45 { + border-left-color: #4338ca73; + border-right-color: #4338ca73; +} + .border-x-indigo-700\\/5 { border-left-color: #4338ca0d; border-right-color: #4338ca0d; @@ -171890,11 +236195,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338ca80; } +.border-x-indigo-700\\/55 { + border-left-color: #4338ca8c; + border-right-color: #4338ca8c; +} + .border-x-indigo-700\\/60 { border-left-color: #4338ca99; border-right-color: #4338ca99; } +.border-x-indigo-700\\/65 { + border-left-color: #4338caa6; + border-right-color: #4338caa6; +} + .border-x-indigo-700\\/70 { border-left-color: #4338cab3; border-right-color: #4338cab3; @@ -171910,6 +236225,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338cacc; } +.border-x-indigo-700\\/85 { + border-left-color: #4338cad9; + border-right-color: #4338cad9; +} + .border-x-indigo-700\\/90 { border-left-color: #4338cae6; border-right-color: #4338cae6; @@ -171941,6 +236261,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a3; } +.border-x-indigo-800\\/15 { + border-left-color: #3730a326; + border-right-color: #3730a326; +} + .border-x-indigo-800\\/20 { border-left-color: #3730a333; border-right-color: #3730a333; @@ -171956,11 +236281,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a34d; } +.border-x-indigo-800\\/35 { + border-left-color: #3730a359; + border-right-color: #3730a359; +} + .border-x-indigo-800\\/40 { border-left-color: #3730a366; border-right-color: #3730a366; } +.border-x-indigo-800\\/45 { + border-left-color: #3730a373; + border-right-color: #3730a373; +} + .border-x-indigo-800\\/5 { border-left-color: #3730a30d; border-right-color: #3730a30d; @@ -171971,11 +236306,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a380; } +.border-x-indigo-800\\/55 { + border-left-color: #3730a38c; + border-right-color: #3730a38c; +} + .border-x-indigo-800\\/60 { border-left-color: #3730a399; border-right-color: #3730a399; } +.border-x-indigo-800\\/65 { + border-left-color: #3730a3a6; + border-right-color: #3730a3a6; +} + .border-x-indigo-800\\/70 { border-left-color: #3730a3b3; border-right-color: #3730a3b3; @@ -171991,6 +236336,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a3cc; } +.border-x-indigo-800\\/85 { + border-left-color: #3730a3d9; + border-right-color: #3730a3d9; +} + .border-x-indigo-800\\/90 { border-left-color: #3730a3e6; border-right-color: #3730a3e6; @@ -172022,6 +236372,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e81; } +.border-x-indigo-900\\/15 { + border-left-color: #312e8126; + border-right-color: #312e8126; +} + .border-x-indigo-900\\/20 { border-left-color: #312e8133; border-right-color: #312e8133; @@ -172037,11 +236392,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e814d; } +.border-x-indigo-900\\/35 { + border-left-color: #312e8159; + border-right-color: #312e8159; +} + .border-x-indigo-900\\/40 { border-left-color: #312e8166; border-right-color: #312e8166; } +.border-x-indigo-900\\/45 { + border-left-color: #312e8173; + border-right-color: #312e8173; +} + .border-x-indigo-900\\/5 { border-left-color: #312e810d; border-right-color: #312e810d; @@ -172052,11 +236417,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e8180; } +.border-x-indigo-900\\/55 { + border-left-color: #312e818c; + border-right-color: #312e818c; +} + .border-x-indigo-900\\/60 { border-left-color: #312e8199; border-right-color: #312e8199; } +.border-x-indigo-900\\/65 { + border-left-color: #312e81a6; + border-right-color: #312e81a6; +} + .border-x-indigo-900\\/70 { border-left-color: #312e81b3; border-right-color: #312e81b3; @@ -172072,6 +236447,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e81cc; } +.border-x-indigo-900\\/85 { + border-left-color: #312e81d9; + border-right-color: #312e81d9; +} + .border-x-indigo-900\\/90 { border-left-color: #312e81e6; border-right-color: #312e81e6; @@ -172103,6 +236483,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4b; } +.border-x-indigo-950\\/15 { + border-left-color: #1e1b4b26; + border-right-color: #1e1b4b26; +} + .border-x-indigo-950\\/20 { border-left-color: #1e1b4b33; border-right-color: #1e1b4b33; @@ -172118,11 +236503,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4b4d; } +.border-x-indigo-950\\/35 { + border-left-color: #1e1b4b59; + border-right-color: #1e1b4b59; +} + .border-x-indigo-950\\/40 { border-left-color: #1e1b4b66; border-right-color: #1e1b4b66; } +.border-x-indigo-950\\/45 { + border-left-color: #1e1b4b73; + border-right-color: #1e1b4b73; +} + .border-x-indigo-950\\/5 { border-left-color: #1e1b4b0d; border-right-color: #1e1b4b0d; @@ -172133,11 +236528,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4b80; } +.border-x-indigo-950\\/55 { + border-left-color: #1e1b4b8c; + border-right-color: #1e1b4b8c; +} + .border-x-indigo-950\\/60 { border-left-color: #1e1b4b99; border-right-color: #1e1b4b99; } +.border-x-indigo-950\\/65 { + border-left-color: #1e1b4ba6; + border-right-color: #1e1b4ba6; +} + .border-x-indigo-950\\/70 { border-left-color: #1e1b4bb3; border-right-color: #1e1b4bb3; @@ -172153,6 +236558,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4bcc; } +.border-x-indigo-950\\/85 { + border-left-color: #1e1b4bd9; + border-right-color: #1e1b4bd9; +} + .border-x-indigo-950\\/90 { border-left-color: #1e1b4be6; border-right-color: #1e1b4be6; @@ -172189,6 +236599,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccb; } +.border-x-lime-100\\/15 { + border-left-color: #ecfccb26; + border-right-color: #ecfccb26; +} + .border-x-lime-100\\/20 { border-left-color: #ecfccb33; border-right-color: #ecfccb33; @@ -172204,11 +236619,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccb4d; } +.border-x-lime-100\\/35 { + border-left-color: #ecfccb59; + border-right-color: #ecfccb59; +} + .border-x-lime-100\\/40 { border-left-color: #ecfccb66; border-right-color: #ecfccb66; } +.border-x-lime-100\\/45 { + border-left-color: #ecfccb73; + border-right-color: #ecfccb73; +} + .border-x-lime-100\\/5 { border-left-color: #ecfccb0d; border-right-color: #ecfccb0d; @@ -172219,11 +236644,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccb80; } +.border-x-lime-100\\/55 { + border-left-color: #ecfccb8c; + border-right-color: #ecfccb8c; +} + .border-x-lime-100\\/60 { border-left-color: #ecfccb99; border-right-color: #ecfccb99; } +.border-x-lime-100\\/65 { + border-left-color: #ecfccba6; + border-right-color: #ecfccba6; +} + .border-x-lime-100\\/70 { border-left-color: #ecfccbb3; border-right-color: #ecfccbb3; @@ -172239,6 +236674,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccbcc; } +.border-x-lime-100\\/85 { + border-left-color: #ecfccbd9; + border-right-color: #ecfccbd9; +} + .border-x-lime-100\\/90 { border-left-color: #ecfccbe6; border-right-color: #ecfccbe6; @@ -172270,6 +236710,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99d; } +.border-x-lime-200\\/15 { + border-left-color: #d9f99d26; + border-right-color: #d9f99d26; +} + .border-x-lime-200\\/20 { border-left-color: #d9f99d33; border-right-color: #d9f99d33; @@ -172285,11 +236730,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99d4d; } +.border-x-lime-200\\/35 { + border-left-color: #d9f99d59; + border-right-color: #d9f99d59; +} + .border-x-lime-200\\/40 { border-left-color: #d9f99d66; border-right-color: #d9f99d66; } +.border-x-lime-200\\/45 { + border-left-color: #d9f99d73; + border-right-color: #d9f99d73; +} + .border-x-lime-200\\/5 { border-left-color: #d9f99d0d; border-right-color: #d9f99d0d; @@ -172300,11 +236755,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99d80; } +.border-x-lime-200\\/55 { + border-left-color: #d9f99d8c; + border-right-color: #d9f99d8c; +} + .border-x-lime-200\\/60 { border-left-color: #d9f99d99; border-right-color: #d9f99d99; } +.border-x-lime-200\\/65 { + border-left-color: #d9f99da6; + border-right-color: #d9f99da6; +} + .border-x-lime-200\\/70 { border-left-color: #d9f99db3; border-right-color: #d9f99db3; @@ -172320,6 +236785,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99dcc; } +.border-x-lime-200\\/85 { + border-left-color: #d9f99dd9; + border-right-color: #d9f99dd9; +} + .border-x-lime-200\\/90 { border-left-color: #d9f99de6; border-right-color: #d9f99de6; @@ -172351,6 +236821,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef264; } +.border-x-lime-300\\/15 { + border-left-color: #bef26426; + border-right-color: #bef26426; +} + .border-x-lime-300\\/20 { border-left-color: #bef26433; border-right-color: #bef26433; @@ -172366,11 +236841,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef2644d; } +.border-x-lime-300\\/35 { + border-left-color: #bef26459; + border-right-color: #bef26459; +} + .border-x-lime-300\\/40 { border-left-color: #bef26466; border-right-color: #bef26466; } +.border-x-lime-300\\/45 { + border-left-color: #bef26473; + border-right-color: #bef26473; +} + .border-x-lime-300\\/5 { border-left-color: #bef2640d; border-right-color: #bef2640d; @@ -172381,11 +236866,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef26480; } +.border-x-lime-300\\/55 { + border-left-color: #bef2648c; + border-right-color: #bef2648c; +} + .border-x-lime-300\\/60 { border-left-color: #bef26499; border-right-color: #bef26499; } +.border-x-lime-300\\/65 { + border-left-color: #bef264a6; + border-right-color: #bef264a6; +} + .border-x-lime-300\\/70 { border-left-color: #bef264b3; border-right-color: #bef264b3; @@ -172401,6 +236896,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef264cc; } +.border-x-lime-300\\/85 { + border-left-color: #bef264d9; + border-right-color: #bef264d9; +} + .border-x-lime-300\\/90 { border-left-color: #bef264e6; border-right-color: #bef264e6; @@ -172432,6 +236932,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e635; } +.border-x-lime-400\\/15 { + border-left-color: #a3e63526; + border-right-color: #a3e63526; +} + .border-x-lime-400\\/20 { border-left-color: #a3e63533; border-right-color: #a3e63533; @@ -172447,11 +236952,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e6354d; } +.border-x-lime-400\\/35 { + border-left-color: #a3e63559; + border-right-color: #a3e63559; +} + .border-x-lime-400\\/40 { border-left-color: #a3e63566; border-right-color: #a3e63566; } +.border-x-lime-400\\/45 { + border-left-color: #a3e63573; + border-right-color: #a3e63573; +} + .border-x-lime-400\\/5 { border-left-color: #a3e6350d; border-right-color: #a3e6350d; @@ -172462,11 +236977,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e63580; } +.border-x-lime-400\\/55 { + border-left-color: #a3e6358c; + border-right-color: #a3e6358c; +} + .border-x-lime-400\\/60 { border-left-color: #a3e63599; border-right-color: #a3e63599; } +.border-x-lime-400\\/65 { + border-left-color: #a3e635a6; + border-right-color: #a3e635a6; +} + .border-x-lime-400\\/70 { border-left-color: #a3e635b3; border-right-color: #a3e635b3; @@ -172482,6 +237007,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e635cc; } +.border-x-lime-400\\/85 { + border-left-color: #a3e635d9; + border-right-color: #a3e635d9; +} + .border-x-lime-400\\/90 { border-left-color: #a3e635e6; border-right-color: #a3e635e6; @@ -172513,6 +237043,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee7; } +.border-x-lime-50\\/15 { + border-left-color: #f7fee726; + border-right-color: #f7fee726; +} + .border-x-lime-50\\/20 { border-left-color: #f7fee733; border-right-color: #f7fee733; @@ -172528,11 +237063,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee74d; } +.border-x-lime-50\\/35 { + border-left-color: #f7fee759; + border-right-color: #f7fee759; +} + .border-x-lime-50\\/40 { border-left-color: #f7fee766; border-right-color: #f7fee766; } +.border-x-lime-50\\/45 { + border-left-color: #f7fee773; + border-right-color: #f7fee773; +} + .border-x-lime-50\\/5 { border-left-color: #f7fee70d; border-right-color: #f7fee70d; @@ -172543,11 +237088,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee780; } +.border-x-lime-50\\/55 { + border-left-color: #f7fee78c; + border-right-color: #f7fee78c; +} + .border-x-lime-50\\/60 { border-left-color: #f7fee799; border-right-color: #f7fee799; } +.border-x-lime-50\\/65 { + border-left-color: #f7fee7a6; + border-right-color: #f7fee7a6; +} + .border-x-lime-50\\/70 { border-left-color: #f7fee7b3; border-right-color: #f7fee7b3; @@ -172563,6 +237118,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee7cc; } +.border-x-lime-50\\/85 { + border-left-color: #f7fee7d9; + border-right-color: #f7fee7d9; +} + .border-x-lime-50\\/90 { border-left-color: #f7fee7e6; border-right-color: #f7fee7e6; @@ -172594,6 +237154,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc16; } +.border-x-lime-500\\/15 { + border-left-color: #84cc1626; + border-right-color: #84cc1626; +} + .border-x-lime-500\\/20 { border-left-color: #84cc1633; border-right-color: #84cc1633; @@ -172609,11 +237174,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc164d; } +.border-x-lime-500\\/35 { + border-left-color: #84cc1659; + border-right-color: #84cc1659; +} + .border-x-lime-500\\/40 { border-left-color: #84cc1666; border-right-color: #84cc1666; } +.border-x-lime-500\\/45 { + border-left-color: #84cc1673; + border-right-color: #84cc1673; +} + .border-x-lime-500\\/5 { border-left-color: #84cc160d; border-right-color: #84cc160d; @@ -172624,11 +237199,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc1680; } +.border-x-lime-500\\/55 { + border-left-color: #84cc168c; + border-right-color: #84cc168c; +} + .border-x-lime-500\\/60 { border-left-color: #84cc1699; border-right-color: #84cc1699; } +.border-x-lime-500\\/65 { + border-left-color: #84cc16a6; + border-right-color: #84cc16a6; +} + .border-x-lime-500\\/70 { border-left-color: #84cc16b3; border-right-color: #84cc16b3; @@ -172644,6 +237229,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc16cc; } +.border-x-lime-500\\/85 { + border-left-color: #84cc16d9; + border-right-color: #84cc16d9; +} + .border-x-lime-500\\/90 { border-left-color: #84cc16e6; border-right-color: #84cc16e6; @@ -172675,6 +237265,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30d; } +.border-x-lime-600\\/15 { + border-left-color: #65a30d26; + border-right-color: #65a30d26; +} + .border-x-lime-600\\/20 { border-left-color: #65a30d33; border-right-color: #65a30d33; @@ -172690,11 +237285,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30d4d; } +.border-x-lime-600\\/35 { + border-left-color: #65a30d59; + border-right-color: #65a30d59; +} + .border-x-lime-600\\/40 { border-left-color: #65a30d66; border-right-color: #65a30d66; } +.border-x-lime-600\\/45 { + border-left-color: #65a30d73; + border-right-color: #65a30d73; +} + .border-x-lime-600\\/5 { border-left-color: #65a30d0d; border-right-color: #65a30d0d; @@ -172705,11 +237310,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30d80; } +.border-x-lime-600\\/55 { + border-left-color: #65a30d8c; + border-right-color: #65a30d8c; +} + .border-x-lime-600\\/60 { border-left-color: #65a30d99; border-right-color: #65a30d99; } +.border-x-lime-600\\/65 { + border-left-color: #65a30da6; + border-right-color: #65a30da6; +} + .border-x-lime-600\\/70 { border-left-color: #65a30db3; border-right-color: #65a30db3; @@ -172725,6 +237340,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30dcc; } +.border-x-lime-600\\/85 { + border-left-color: #65a30dd9; + border-right-color: #65a30dd9; +} + .border-x-lime-600\\/90 { border-left-color: #65a30de6; border-right-color: #65a30de6; @@ -172756,6 +237376,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0f; } +.border-x-lime-700\\/15 { + border-left-color: #4d7c0f26; + border-right-color: #4d7c0f26; +} + .border-x-lime-700\\/20 { border-left-color: #4d7c0f33; border-right-color: #4d7c0f33; @@ -172771,11 +237396,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0f4d; } +.border-x-lime-700\\/35 { + border-left-color: #4d7c0f59; + border-right-color: #4d7c0f59; +} + .border-x-lime-700\\/40 { border-left-color: #4d7c0f66; border-right-color: #4d7c0f66; } +.border-x-lime-700\\/45 { + border-left-color: #4d7c0f73; + border-right-color: #4d7c0f73; +} + .border-x-lime-700\\/5 { border-left-color: #4d7c0f0d; border-right-color: #4d7c0f0d; @@ -172786,11 +237421,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0f80; } +.border-x-lime-700\\/55 { + border-left-color: #4d7c0f8c; + border-right-color: #4d7c0f8c; +} + .border-x-lime-700\\/60 { border-left-color: #4d7c0f99; border-right-color: #4d7c0f99; } +.border-x-lime-700\\/65 { + border-left-color: #4d7c0fa6; + border-right-color: #4d7c0fa6; +} + .border-x-lime-700\\/70 { border-left-color: #4d7c0fb3; border-right-color: #4d7c0fb3; @@ -172806,6 +237451,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0fcc; } +.border-x-lime-700\\/85 { + border-left-color: #4d7c0fd9; + border-right-color: #4d7c0fd9; +} + .border-x-lime-700\\/90 { border-left-color: #4d7c0fe6; border-right-color: #4d7c0fe6; @@ -172837,6 +237487,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f6212; } +.border-x-lime-800\\/15 { + border-left-color: #3f621226; + border-right-color: #3f621226; +} + .border-x-lime-800\\/20 { border-left-color: #3f621233; border-right-color: #3f621233; @@ -172852,11 +237507,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f62124d; } +.border-x-lime-800\\/35 { + border-left-color: #3f621259; + border-right-color: #3f621259; +} + .border-x-lime-800\\/40 { border-left-color: #3f621266; border-right-color: #3f621266; } +.border-x-lime-800\\/45 { + border-left-color: #3f621273; + border-right-color: #3f621273; +} + .border-x-lime-800\\/5 { border-left-color: #3f62120d; border-right-color: #3f62120d; @@ -172867,11 +237532,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f621280; } +.border-x-lime-800\\/55 { + border-left-color: #3f62128c; + border-right-color: #3f62128c; +} + .border-x-lime-800\\/60 { border-left-color: #3f621299; border-right-color: #3f621299; } +.border-x-lime-800\\/65 { + border-left-color: #3f6212a6; + border-right-color: #3f6212a6; +} + .border-x-lime-800\\/70 { border-left-color: #3f6212b3; border-right-color: #3f6212b3; @@ -172887,6 +237562,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f6212cc; } +.border-x-lime-800\\/85 { + border-left-color: #3f6212d9; + border-right-color: #3f6212d9; +} + .border-x-lime-800\\/90 { border-left-color: #3f6212e6; border-right-color: #3f6212e6; @@ -172918,6 +237598,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #365314; } +.border-x-lime-900\\/15 { + border-left-color: #36531426; + border-right-color: #36531426; +} + .border-x-lime-900\\/20 { border-left-color: #36531433; border-right-color: #36531433; @@ -172933,11 +237618,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3653144d; } +.border-x-lime-900\\/35 { + border-left-color: #36531459; + border-right-color: #36531459; +} + .border-x-lime-900\\/40 { border-left-color: #36531466; border-right-color: #36531466; } +.border-x-lime-900\\/45 { + border-left-color: #36531473; + border-right-color: #36531473; +} + .border-x-lime-900\\/5 { border-left-color: #3653140d; border-right-color: #3653140d; @@ -172948,11 +237643,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #36531480; } +.border-x-lime-900\\/55 { + border-left-color: #3653148c; + border-right-color: #3653148c; +} + .border-x-lime-900\\/60 { border-left-color: #36531499; border-right-color: #36531499; } +.border-x-lime-900\\/65 { + border-left-color: #365314a6; + border-right-color: #365314a6; +} + .border-x-lime-900\\/70 { border-left-color: #365314b3; border-right-color: #365314b3; @@ -172968,6 +237673,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #365314cc; } +.border-x-lime-900\\/85 { + border-left-color: #365314d9; + border-right-color: #365314d9; +} + .border-x-lime-900\\/90 { border-left-color: #365314e6; border-right-color: #365314e6; @@ -172999,6 +237709,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e05; } +.border-x-lime-950\\/15 { + border-left-color: #1a2e0526; + border-right-color: #1a2e0526; +} + .border-x-lime-950\\/20 { border-left-color: #1a2e0533; border-right-color: #1a2e0533; @@ -173014,11 +237729,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e054d; } +.border-x-lime-950\\/35 { + border-left-color: #1a2e0559; + border-right-color: #1a2e0559; +} + .border-x-lime-950\\/40 { border-left-color: #1a2e0566; border-right-color: #1a2e0566; } +.border-x-lime-950\\/45 { + border-left-color: #1a2e0573; + border-right-color: #1a2e0573; +} + .border-x-lime-950\\/5 { border-left-color: #1a2e050d; border-right-color: #1a2e050d; @@ -173029,11 +237754,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e0580; } +.border-x-lime-950\\/55 { + border-left-color: #1a2e058c; + border-right-color: #1a2e058c; +} + .border-x-lime-950\\/60 { border-left-color: #1a2e0599; border-right-color: #1a2e0599; } +.border-x-lime-950\\/65 { + border-left-color: #1a2e05a6; + border-right-color: #1a2e05a6; +} + .border-x-lime-950\\/70 { border-left-color: #1a2e05b3; border-right-color: #1a2e05b3; @@ -173049,6 +237784,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e05cc; } +.border-x-lime-950\\/85 { + border-left-color: #1a2e05d9; + border-right-color: #1a2e05d9; +} + .border-x-lime-950\\/90 { border-left-color: #1a2e05e6; border-right-color: #1a2e05e6; @@ -173080,6 +237820,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f5; } +.border-x-neutral-100\\/15 { + border-left-color: #f5f5f526; + border-right-color: #f5f5f526; +} + .border-x-neutral-100\\/20 { border-left-color: #f5f5f533; border-right-color: #f5f5f533; @@ -173095,11 +237840,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f54d; } +.border-x-neutral-100\\/35 { + border-left-color: #f5f5f559; + border-right-color: #f5f5f559; +} + .border-x-neutral-100\\/40 { border-left-color: #f5f5f566; border-right-color: #f5f5f566; } +.border-x-neutral-100\\/45 { + border-left-color: #f5f5f573; + border-right-color: #f5f5f573; +} + .border-x-neutral-100\\/5 { border-left-color: #f5f5f50d; border-right-color: #f5f5f50d; @@ -173110,11 +237865,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f580; } +.border-x-neutral-100\\/55 { + border-left-color: #f5f5f58c; + border-right-color: #f5f5f58c; +} + .border-x-neutral-100\\/60 { border-left-color: #f5f5f599; border-right-color: #f5f5f599; } +.border-x-neutral-100\\/65 { + border-left-color: #f5f5f5a6; + border-right-color: #f5f5f5a6; +} + .border-x-neutral-100\\/70 { border-left-color: #f5f5f5b3; border-right-color: #f5f5f5b3; @@ -173130,6 +237895,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f5cc; } +.border-x-neutral-100\\/85 { + border-left-color: #f5f5f5d9; + border-right-color: #f5f5f5d9; +} + .border-x-neutral-100\\/90 { border-left-color: #f5f5f5e6; border-right-color: #f5f5f5e6; @@ -173161,6 +237931,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e5; } +.border-x-neutral-200\\/15 { + border-left-color: #e5e5e526; + border-right-color: #e5e5e526; +} + .border-x-neutral-200\\/20 { border-left-color: #e5e5e533; border-right-color: #e5e5e533; @@ -173176,11 +237951,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e54d; } +.border-x-neutral-200\\/35 { + border-left-color: #e5e5e559; + border-right-color: #e5e5e559; +} + .border-x-neutral-200\\/40 { border-left-color: #e5e5e566; border-right-color: #e5e5e566; } +.border-x-neutral-200\\/45 { + border-left-color: #e5e5e573; + border-right-color: #e5e5e573; +} + .border-x-neutral-200\\/5 { border-left-color: #e5e5e50d; border-right-color: #e5e5e50d; @@ -173191,11 +237976,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e580; } +.border-x-neutral-200\\/55 { + border-left-color: #e5e5e58c; + border-right-color: #e5e5e58c; +} + .border-x-neutral-200\\/60 { border-left-color: #e5e5e599; border-right-color: #e5e5e599; } +.border-x-neutral-200\\/65 { + border-left-color: #e5e5e5a6; + border-right-color: #e5e5e5a6; +} + .border-x-neutral-200\\/70 { border-left-color: #e5e5e5b3; border-right-color: #e5e5e5b3; @@ -173211,6 +238006,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e5cc; } +.border-x-neutral-200\\/85 { + border-left-color: #e5e5e5d9; + border-right-color: #e5e5e5d9; +} + .border-x-neutral-200\\/90 { border-left-color: #e5e5e5e6; border-right-color: #e5e5e5e6; @@ -173242,6 +238042,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d4; } +.border-x-neutral-300\\/15 { + border-left-color: #d4d4d426; + border-right-color: #d4d4d426; +} + .border-x-neutral-300\\/20 { border-left-color: #d4d4d433; border-right-color: #d4d4d433; @@ -173257,11 +238062,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d44d; } +.border-x-neutral-300\\/35 { + border-left-color: #d4d4d459; + border-right-color: #d4d4d459; +} + .border-x-neutral-300\\/40 { border-left-color: #d4d4d466; border-right-color: #d4d4d466; } +.border-x-neutral-300\\/45 { + border-left-color: #d4d4d473; + border-right-color: #d4d4d473; +} + .border-x-neutral-300\\/5 { border-left-color: #d4d4d40d; border-right-color: #d4d4d40d; @@ -173272,11 +238087,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d480; } +.border-x-neutral-300\\/55 { + border-left-color: #d4d4d48c; + border-right-color: #d4d4d48c; +} + .border-x-neutral-300\\/60 { border-left-color: #d4d4d499; border-right-color: #d4d4d499; } +.border-x-neutral-300\\/65 { + border-left-color: #d4d4d4a6; + border-right-color: #d4d4d4a6; +} + .border-x-neutral-300\\/70 { border-left-color: #d4d4d4b3; border-right-color: #d4d4d4b3; @@ -173292,6 +238117,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d4cc; } +.border-x-neutral-300\\/85 { + border-left-color: #d4d4d4d9; + border-right-color: #d4d4d4d9; +} + .border-x-neutral-300\\/90 { border-left-color: #d4d4d4e6; border-right-color: #d4d4d4e6; @@ -173323,6 +238153,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a3; } +.border-x-neutral-400\\/15 { + border-left-color: #a3a3a326; + border-right-color: #a3a3a326; +} + .border-x-neutral-400\\/20 { border-left-color: #a3a3a333; border-right-color: #a3a3a333; @@ -173338,11 +238173,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a34d; } +.border-x-neutral-400\\/35 { + border-left-color: #a3a3a359; + border-right-color: #a3a3a359; +} + .border-x-neutral-400\\/40 { border-left-color: #a3a3a366; border-right-color: #a3a3a366; } +.border-x-neutral-400\\/45 { + border-left-color: #a3a3a373; + border-right-color: #a3a3a373; +} + .border-x-neutral-400\\/5 { border-left-color: #a3a3a30d; border-right-color: #a3a3a30d; @@ -173353,11 +238198,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a380; } +.border-x-neutral-400\\/55 { + border-left-color: #a3a3a38c; + border-right-color: #a3a3a38c; +} + .border-x-neutral-400\\/60 { border-left-color: #a3a3a399; border-right-color: #a3a3a399; } +.border-x-neutral-400\\/65 { + border-left-color: #a3a3a3a6; + border-right-color: #a3a3a3a6; +} + .border-x-neutral-400\\/70 { border-left-color: #a3a3a3b3; border-right-color: #a3a3a3b3; @@ -173373,6 +238228,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a3cc; } +.border-x-neutral-400\\/85 { + border-left-color: #a3a3a3d9; + border-right-color: #a3a3a3d9; +} + .border-x-neutral-400\\/90 { border-left-color: #a3a3a3e6; border-right-color: #a3a3a3e6; @@ -173404,6 +238264,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa; } +.border-x-neutral-50\\/15 { + border-left-color: #fafafa26; + border-right-color: #fafafa26; +} + .border-x-neutral-50\\/20 { border-left-color: #fafafa33; border-right-color: #fafafa33; @@ -173419,11 +238284,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa4d; } +.border-x-neutral-50\\/35 { + border-left-color: #fafafa59; + border-right-color: #fafafa59; +} + .border-x-neutral-50\\/40 { border-left-color: #fafafa66; border-right-color: #fafafa66; } +.border-x-neutral-50\\/45 { + border-left-color: #fafafa73; + border-right-color: #fafafa73; +} + .border-x-neutral-50\\/5 { border-left-color: #fafafa0d; border-right-color: #fafafa0d; @@ -173434,11 +238309,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa80; } +.border-x-neutral-50\\/55 { + border-left-color: #fafafa8c; + border-right-color: #fafafa8c; +} + .border-x-neutral-50\\/60 { border-left-color: #fafafa99; border-right-color: #fafafa99; } +.border-x-neutral-50\\/65 { + border-left-color: #fafafaa6; + border-right-color: #fafafaa6; +} + .border-x-neutral-50\\/70 { border-left-color: #fafafab3; border-right-color: #fafafab3; @@ -173454,6 +238339,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafacc; } +.border-x-neutral-50\\/85 { + border-left-color: #fafafad9; + border-right-color: #fafafad9; +} + .border-x-neutral-50\\/90 { border-left-color: #fafafae6; border-right-color: #fafafae6; @@ -173485,6 +238375,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #737373; } +.border-x-neutral-500\\/15 { + border-left-color: #73737326; + border-right-color: #73737326; +} + .border-x-neutral-500\\/20 { border-left-color: #73737333; border-right-color: #73737333; @@ -173500,11 +238395,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7373734d; } +.border-x-neutral-500\\/35 { + border-left-color: #73737359; + border-right-color: #73737359; +} + .border-x-neutral-500\\/40 { border-left-color: #73737366; border-right-color: #73737366; } +.border-x-neutral-500\\/45 { + border-left-color: #73737373; + border-right-color: #73737373; +} + .border-x-neutral-500\\/5 { border-left-color: #7373730d; border-right-color: #7373730d; @@ -173515,11 +238420,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #73737380; } +.border-x-neutral-500\\/55 { + border-left-color: #7373738c; + border-right-color: #7373738c; +} + .border-x-neutral-500\\/60 { border-left-color: #73737399; border-right-color: #73737399; } +.border-x-neutral-500\\/65 { + border-left-color: #737373a6; + border-right-color: #737373a6; +} + .border-x-neutral-500\\/70 { border-left-color: #737373b3; border-right-color: #737373b3; @@ -173535,6 +238450,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #737373cc; } +.border-x-neutral-500\\/85 { + border-left-color: #737373d9; + border-right-color: #737373d9; +} + .border-x-neutral-500\\/90 { border-left-color: #737373e6; border-right-color: #737373e6; @@ -173566,6 +238486,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #525252; } +.border-x-neutral-600\\/15 { + border-left-color: #52525226; + border-right-color: #52525226; +} + .border-x-neutral-600\\/20 { border-left-color: #52525233; border-right-color: #52525233; @@ -173581,11 +238506,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5252524d; } +.border-x-neutral-600\\/35 { + border-left-color: #52525259; + border-right-color: #52525259; +} + .border-x-neutral-600\\/40 { border-left-color: #52525266; border-right-color: #52525266; } +.border-x-neutral-600\\/45 { + border-left-color: #52525273; + border-right-color: #52525273; +} + .border-x-neutral-600\\/5 { border-left-color: #5252520d; border-right-color: #5252520d; @@ -173596,11 +238531,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525280; } +.border-x-neutral-600\\/55 { + border-left-color: #5252528c; + border-right-color: #5252528c; +} + .border-x-neutral-600\\/60 { border-left-color: #52525299; border-right-color: #52525299; } +.border-x-neutral-600\\/65 { + border-left-color: #525252a6; + border-right-color: #525252a6; +} + .border-x-neutral-600\\/70 { border-left-color: #525252b3; border-right-color: #525252b3; @@ -173616,6 +238561,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #525252cc; } +.border-x-neutral-600\\/85 { + border-left-color: #525252d9; + border-right-color: #525252d9; +} + .border-x-neutral-600\\/90 { border-left-color: #525252e6; border-right-color: #525252e6; @@ -173647,6 +238597,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #404040; } +.border-x-neutral-700\\/15 { + border-left-color: #40404026; + border-right-color: #40404026; +} + .border-x-neutral-700\\/20 { border-left-color: #40404033; border-right-color: #40404033; @@ -173662,11 +238617,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4040404d; } +.border-x-neutral-700\\/35 { + border-left-color: #40404059; + border-right-color: #40404059; +} + .border-x-neutral-700\\/40 { border-left-color: #40404066; border-right-color: #40404066; } +.border-x-neutral-700\\/45 { + border-left-color: #40404073; + border-right-color: #40404073; +} + .border-x-neutral-700\\/5 { border-left-color: #4040400d; border-right-color: #4040400d; @@ -173677,11 +238642,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #40404080; } +.border-x-neutral-700\\/55 { + border-left-color: #4040408c; + border-right-color: #4040408c; +} + .border-x-neutral-700\\/60 { border-left-color: #40404099; border-right-color: #40404099; } +.border-x-neutral-700\\/65 { + border-left-color: #404040a6; + border-right-color: #404040a6; +} + .border-x-neutral-700\\/70 { border-left-color: #404040b3; border-right-color: #404040b3; @@ -173697,6 +238672,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #404040cc; } +.border-x-neutral-700\\/85 { + border-left-color: #404040d9; + border-right-color: #404040d9; +} + .border-x-neutral-700\\/90 { border-left-color: #404040e6; border-right-color: #404040e6; @@ -173728,6 +238708,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #262626; } +.border-x-neutral-800\\/15 { + border-left-color: #26262626; + border-right-color: #26262626; +} + .border-x-neutral-800\\/20 { border-left-color: #26262633; border-right-color: #26262633; @@ -173743,11 +238728,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2626264d; } +.border-x-neutral-800\\/35 { + border-left-color: #26262659; + border-right-color: #26262659; +} + .border-x-neutral-800\\/40 { border-left-color: #26262666; border-right-color: #26262666; } +.border-x-neutral-800\\/45 { + border-left-color: #26262673; + border-right-color: #26262673; +} + .border-x-neutral-800\\/5 { border-left-color: #2626260d; border-right-color: #2626260d; @@ -173758,11 +238753,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #26262680; } +.border-x-neutral-800\\/55 { + border-left-color: #2626268c; + border-right-color: #2626268c; +} + .border-x-neutral-800\\/60 { border-left-color: #26262699; border-right-color: #26262699; } +.border-x-neutral-800\\/65 { + border-left-color: #262626a6; + border-right-color: #262626a6; +} + .border-x-neutral-800\\/70 { border-left-color: #262626b3; border-right-color: #262626b3; @@ -173778,6 +238783,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #262626cc; } +.border-x-neutral-800\\/85 { + border-left-color: #262626d9; + border-right-color: #262626d9; +} + .border-x-neutral-800\\/90 { border-left-color: #262626e6; border-right-color: #262626e6; @@ -173809,6 +238819,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #171717; } +.border-x-neutral-900\\/15 { + border-left-color: #17171726; + border-right-color: #17171726; +} + .border-x-neutral-900\\/20 { border-left-color: #17171733; border-right-color: #17171733; @@ -173824,11 +238839,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1717174d; } +.border-x-neutral-900\\/35 { + border-left-color: #17171759; + border-right-color: #17171759; +} + .border-x-neutral-900\\/40 { border-left-color: #17171766; border-right-color: #17171766; } +.border-x-neutral-900\\/45 { + border-left-color: #17171773; + border-right-color: #17171773; +} + .border-x-neutral-900\\/5 { border-left-color: #1717170d; border-right-color: #1717170d; @@ -173839,11 +238864,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #17171780; } +.border-x-neutral-900\\/55 { + border-left-color: #1717178c; + border-right-color: #1717178c; +} + .border-x-neutral-900\\/60 { border-left-color: #17171799; border-right-color: #17171799; } +.border-x-neutral-900\\/65 { + border-left-color: #171717a6; + border-right-color: #171717a6; +} + .border-x-neutral-900\\/70 { border-left-color: #171717b3; border-right-color: #171717b3; @@ -173859,6 +238894,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #171717cc; } +.border-x-neutral-900\\/85 { + border-left-color: #171717d9; + border-right-color: #171717d9; +} + .border-x-neutral-900\\/90 { border-left-color: #171717e6; border-right-color: #171717e6; @@ -173890,6 +238930,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0a; } +.border-x-neutral-950\\/15 { + border-left-color: #0a0a0a26; + border-right-color: #0a0a0a26; +} + .border-x-neutral-950\\/20 { border-left-color: #0a0a0a33; border-right-color: #0a0a0a33; @@ -173905,11 +238950,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0a4d; } +.border-x-neutral-950\\/35 { + border-left-color: #0a0a0a59; + border-right-color: #0a0a0a59; +} + .border-x-neutral-950\\/40 { border-left-color: #0a0a0a66; border-right-color: #0a0a0a66; } +.border-x-neutral-950\\/45 { + border-left-color: #0a0a0a73; + border-right-color: #0a0a0a73; +} + .border-x-neutral-950\\/5 { border-left-color: #0a0a0a0d; border-right-color: #0a0a0a0d; @@ -173920,11 +238975,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0a80; } +.border-x-neutral-950\\/55 { + border-left-color: #0a0a0a8c; + border-right-color: #0a0a0a8c; +} + .border-x-neutral-950\\/60 { border-left-color: #0a0a0a99; border-right-color: #0a0a0a99; } +.border-x-neutral-950\\/65 { + border-left-color: #0a0a0aa6; + border-right-color: #0a0a0aa6; +} + .border-x-neutral-950\\/70 { border-left-color: #0a0a0ab3; border-right-color: #0a0a0ab3; @@ -173940,6 +239005,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0acc; } +.border-x-neutral-950\\/85 { + border-left-color: #0a0a0ad9; + border-right-color: #0a0a0ad9; +} + .border-x-neutral-950\\/90 { border-left-color: #0a0a0ae6; border-right-color: #0a0a0ae6; @@ -173971,6 +239041,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd5; } +.border-x-orange-100\\/15 { + border-left-color: #ffedd526; + border-right-color: #ffedd526; +} + .border-x-orange-100\\/20 { border-left-color: #ffedd533; border-right-color: #ffedd533; @@ -173986,11 +239061,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd54d; } +.border-x-orange-100\\/35 { + border-left-color: #ffedd559; + border-right-color: #ffedd559; +} + .border-x-orange-100\\/40 { border-left-color: #ffedd566; border-right-color: #ffedd566; } +.border-x-orange-100\\/45 { + border-left-color: #ffedd573; + border-right-color: #ffedd573; +} + .border-x-orange-100\\/5 { border-left-color: #ffedd50d; border-right-color: #ffedd50d; @@ -174001,11 +239086,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd580; } +.border-x-orange-100\\/55 { + border-left-color: #ffedd58c; + border-right-color: #ffedd58c; +} + .border-x-orange-100\\/60 { border-left-color: #ffedd599; border-right-color: #ffedd599; } +.border-x-orange-100\\/65 { + border-left-color: #ffedd5a6; + border-right-color: #ffedd5a6; +} + .border-x-orange-100\\/70 { border-left-color: #ffedd5b3; border-right-color: #ffedd5b3; @@ -174021,6 +239116,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd5cc; } +.border-x-orange-100\\/85 { + border-left-color: #ffedd5d9; + border-right-color: #ffedd5d9; +} + .border-x-orange-100\\/90 { border-left-color: #ffedd5e6; border-right-color: #ffedd5e6; @@ -174052,6 +239152,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aa; } +.border-x-orange-200\\/15 { + border-left-color: #fed7aa26; + border-right-color: #fed7aa26; +} + .border-x-orange-200\\/20 { border-left-color: #fed7aa33; border-right-color: #fed7aa33; @@ -174067,11 +239172,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aa4d; } +.border-x-orange-200\\/35 { + border-left-color: #fed7aa59; + border-right-color: #fed7aa59; +} + .border-x-orange-200\\/40 { border-left-color: #fed7aa66; border-right-color: #fed7aa66; } +.border-x-orange-200\\/45 { + border-left-color: #fed7aa73; + border-right-color: #fed7aa73; +} + .border-x-orange-200\\/5 { border-left-color: #fed7aa0d; border-right-color: #fed7aa0d; @@ -174082,11 +239197,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aa80; } +.border-x-orange-200\\/55 { + border-left-color: #fed7aa8c; + border-right-color: #fed7aa8c; +} + .border-x-orange-200\\/60 { border-left-color: #fed7aa99; border-right-color: #fed7aa99; } +.border-x-orange-200\\/65 { + border-left-color: #fed7aaa6; + border-right-color: #fed7aaa6; +} + .border-x-orange-200\\/70 { border-left-color: #fed7aab3; border-right-color: #fed7aab3; @@ -174102,6 +239227,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aacc; } +.border-x-orange-200\\/85 { + border-left-color: #fed7aad9; + border-right-color: #fed7aad9; +} + .border-x-orange-200\\/90 { border-left-color: #fed7aae6; border-right-color: #fed7aae6; @@ -174133,6 +239263,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba74; } +.border-x-orange-300\\/15 { + border-left-color: #fdba7426; + border-right-color: #fdba7426; +} + .border-x-orange-300\\/20 { border-left-color: #fdba7433; border-right-color: #fdba7433; @@ -174148,11 +239283,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba744d; } +.border-x-orange-300\\/35 { + border-left-color: #fdba7459; + border-right-color: #fdba7459; +} + .border-x-orange-300\\/40 { border-left-color: #fdba7466; border-right-color: #fdba7466; } +.border-x-orange-300\\/45 { + border-left-color: #fdba7473; + border-right-color: #fdba7473; +} + .border-x-orange-300\\/5 { border-left-color: #fdba740d; border-right-color: #fdba740d; @@ -174163,11 +239308,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba7480; } +.border-x-orange-300\\/55 { + border-left-color: #fdba748c; + border-right-color: #fdba748c; +} + .border-x-orange-300\\/60 { border-left-color: #fdba7499; border-right-color: #fdba7499; } +.border-x-orange-300\\/65 { + border-left-color: #fdba74a6; + border-right-color: #fdba74a6; +} + .border-x-orange-300\\/70 { border-left-color: #fdba74b3; border-right-color: #fdba74b3; @@ -174183,6 +239338,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba74cc; } +.border-x-orange-300\\/85 { + border-left-color: #fdba74d9; + border-right-color: #fdba74d9; +} + .border-x-orange-300\\/90 { border-left-color: #fdba74e6; border-right-color: #fdba74e6; @@ -174214,6 +239374,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923c; } +.border-x-orange-400\\/15 { + border-left-color: #fb923c26; + border-right-color: #fb923c26; +} + .border-x-orange-400\\/20 { border-left-color: #fb923c33; border-right-color: #fb923c33; @@ -174229,11 +239394,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923c4d; } +.border-x-orange-400\\/35 { + border-left-color: #fb923c59; + border-right-color: #fb923c59; +} + .border-x-orange-400\\/40 { border-left-color: #fb923c66; border-right-color: #fb923c66; } +.border-x-orange-400\\/45 { + border-left-color: #fb923c73; + border-right-color: #fb923c73; +} + .border-x-orange-400\\/5 { border-left-color: #fb923c0d; border-right-color: #fb923c0d; @@ -174244,11 +239419,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923c80; } +.border-x-orange-400\\/55 { + border-left-color: #fb923c8c; + border-right-color: #fb923c8c; +} + .border-x-orange-400\\/60 { border-left-color: #fb923c99; border-right-color: #fb923c99; } +.border-x-orange-400\\/65 { + border-left-color: #fb923ca6; + border-right-color: #fb923ca6; +} + .border-x-orange-400\\/70 { border-left-color: #fb923cb3; border-right-color: #fb923cb3; @@ -174264,6 +239449,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923ccc; } +.border-x-orange-400\\/85 { + border-left-color: #fb923cd9; + border-right-color: #fb923cd9; +} + .border-x-orange-400\\/90 { border-left-color: #fb923ce6; border-right-color: #fb923ce6; @@ -174295,6 +239485,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7ed; } +.border-x-orange-50\\/15 { + border-left-color: #fff7ed26; + border-right-color: #fff7ed26; +} + .border-x-orange-50\\/20 { border-left-color: #fff7ed33; border-right-color: #fff7ed33; @@ -174310,11 +239505,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7ed4d; } +.border-x-orange-50\\/35 { + border-left-color: #fff7ed59; + border-right-color: #fff7ed59; +} + .border-x-orange-50\\/40 { border-left-color: #fff7ed66; border-right-color: #fff7ed66; } +.border-x-orange-50\\/45 { + border-left-color: #fff7ed73; + border-right-color: #fff7ed73; +} + .border-x-orange-50\\/5 { border-left-color: #fff7ed0d; border-right-color: #fff7ed0d; @@ -174325,11 +239530,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7ed80; } +.border-x-orange-50\\/55 { + border-left-color: #fff7ed8c; + border-right-color: #fff7ed8c; +} + .border-x-orange-50\\/60 { border-left-color: #fff7ed99; border-right-color: #fff7ed99; } +.border-x-orange-50\\/65 { + border-left-color: #fff7eda6; + border-right-color: #fff7eda6; +} + .border-x-orange-50\\/70 { border-left-color: #fff7edb3; border-right-color: #fff7edb3; @@ -174345,6 +239560,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7edcc; } +.border-x-orange-50\\/85 { + border-left-color: #fff7edd9; + border-right-color: #fff7edd9; +} + .border-x-orange-50\\/90 { border-left-color: #fff7ede6; border-right-color: #fff7ede6; @@ -174376,6 +239596,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f97316; } +.border-x-orange-500\\/15 { + border-left-color: #f9731626; + border-right-color: #f9731626; +} + .border-x-orange-500\\/20 { border-left-color: #f9731633; border-right-color: #f9731633; @@ -174391,11 +239616,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f973164d; } +.border-x-orange-500\\/35 { + border-left-color: #f9731659; + border-right-color: #f9731659; +} + .border-x-orange-500\\/40 { border-left-color: #f9731666; border-right-color: #f9731666; } +.border-x-orange-500\\/45 { + border-left-color: #f9731673; + border-right-color: #f9731673; +} + .border-x-orange-500\\/5 { border-left-color: #f973160d; border-right-color: #f973160d; @@ -174406,11 +239641,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9731680; } +.border-x-orange-500\\/55 { + border-left-color: #f973168c; + border-right-color: #f973168c; +} + .border-x-orange-500\\/60 { border-left-color: #f9731699; border-right-color: #f9731699; } +.border-x-orange-500\\/65 { + border-left-color: #f97316a6; + border-right-color: #f97316a6; +} + .border-x-orange-500\\/70 { border-left-color: #f97316b3; border-right-color: #f97316b3; @@ -174426,6 +239671,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f97316cc; } +.border-x-orange-500\\/85 { + border-left-color: #f97316d9; + border-right-color: #f97316d9; +} + .border-x-orange-500\\/90 { border-left-color: #f97316e6; border-right-color: #f97316e6; @@ -174457,6 +239707,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580c; } +.border-x-orange-600\\/15 { + border-left-color: #ea580c26; + border-right-color: #ea580c26; +} + .border-x-orange-600\\/20 { border-left-color: #ea580c33; border-right-color: #ea580c33; @@ -174472,11 +239727,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580c4d; } +.border-x-orange-600\\/35 { + border-left-color: #ea580c59; + border-right-color: #ea580c59; +} + .border-x-orange-600\\/40 { border-left-color: #ea580c66; border-right-color: #ea580c66; } +.border-x-orange-600\\/45 { + border-left-color: #ea580c73; + border-right-color: #ea580c73; +} + .border-x-orange-600\\/5 { border-left-color: #ea580c0d; border-right-color: #ea580c0d; @@ -174487,11 +239752,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580c80; } +.border-x-orange-600\\/55 { + border-left-color: #ea580c8c; + border-right-color: #ea580c8c; +} + .border-x-orange-600\\/60 { border-left-color: #ea580c99; border-right-color: #ea580c99; } +.border-x-orange-600\\/65 { + border-left-color: #ea580ca6; + border-right-color: #ea580ca6; +} + .border-x-orange-600\\/70 { border-left-color: #ea580cb3; border-right-color: #ea580cb3; @@ -174507,6 +239782,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580ccc; } +.border-x-orange-600\\/85 { + border-left-color: #ea580cd9; + border-right-color: #ea580cd9; +} + .border-x-orange-600\\/90 { border-left-color: #ea580ce6; border-right-color: #ea580ce6; @@ -174538,6 +239818,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410c; } +.border-x-orange-700\\/15 { + border-left-color: #c2410c26; + border-right-color: #c2410c26; +} + .border-x-orange-700\\/20 { border-left-color: #c2410c33; border-right-color: #c2410c33; @@ -174553,11 +239838,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410c4d; } +.border-x-orange-700\\/35 { + border-left-color: #c2410c59; + border-right-color: #c2410c59; +} + .border-x-orange-700\\/40 { border-left-color: #c2410c66; border-right-color: #c2410c66; } +.border-x-orange-700\\/45 { + border-left-color: #c2410c73; + border-right-color: #c2410c73; +} + .border-x-orange-700\\/5 { border-left-color: #c2410c0d; border-right-color: #c2410c0d; @@ -174568,11 +239863,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410c80; } +.border-x-orange-700\\/55 { + border-left-color: #c2410c8c; + border-right-color: #c2410c8c; +} + .border-x-orange-700\\/60 { border-left-color: #c2410c99; border-right-color: #c2410c99; } +.border-x-orange-700\\/65 { + border-left-color: #c2410ca6; + border-right-color: #c2410ca6; +} + .border-x-orange-700\\/70 { border-left-color: #c2410cb3; border-right-color: #c2410cb3; @@ -174588,6 +239893,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410ccc; } +.border-x-orange-700\\/85 { + border-left-color: #c2410cd9; + border-right-color: #c2410cd9; +} + .border-x-orange-700\\/90 { border-left-color: #c2410ce6; border-right-color: #c2410ce6; @@ -174619,6 +239929,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a3412; } +.border-x-orange-800\\/15 { + border-left-color: #9a341226; + border-right-color: #9a341226; +} + .border-x-orange-800\\/20 { border-left-color: #9a341233; border-right-color: #9a341233; @@ -174634,11 +239949,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a34124d; } +.border-x-orange-800\\/35 { + border-left-color: #9a341259; + border-right-color: #9a341259; +} + .border-x-orange-800\\/40 { border-left-color: #9a341266; border-right-color: #9a341266; } +.border-x-orange-800\\/45 { + border-left-color: #9a341273; + border-right-color: #9a341273; +} + .border-x-orange-800\\/5 { border-left-color: #9a34120d; border-right-color: #9a34120d; @@ -174649,11 +239974,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a341280; } +.border-x-orange-800\\/55 { + border-left-color: #9a34128c; + border-right-color: #9a34128c; +} + .border-x-orange-800\\/60 { border-left-color: #9a341299; border-right-color: #9a341299; } +.border-x-orange-800\\/65 { + border-left-color: #9a3412a6; + border-right-color: #9a3412a6; +} + .border-x-orange-800\\/70 { border-left-color: #9a3412b3; border-right-color: #9a3412b3; @@ -174669,6 +240004,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a3412cc; } +.border-x-orange-800\\/85 { + border-left-color: #9a3412d9; + border-right-color: #9a3412d9; +} + .border-x-orange-800\\/90 { border-left-color: #9a3412e6; border-right-color: #9a3412e6; @@ -174700,6 +240040,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d12; } +.border-x-orange-900\\/15 { + border-left-color: #7c2d1226; + border-right-color: #7c2d1226; +} + .border-x-orange-900\\/20 { border-left-color: #7c2d1233; border-right-color: #7c2d1233; @@ -174715,11 +240060,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d124d; } +.border-x-orange-900\\/35 { + border-left-color: #7c2d1259; + border-right-color: #7c2d1259; +} + .border-x-orange-900\\/40 { border-left-color: #7c2d1266; border-right-color: #7c2d1266; } +.border-x-orange-900\\/45 { + border-left-color: #7c2d1273; + border-right-color: #7c2d1273; +} + .border-x-orange-900\\/5 { border-left-color: #7c2d120d; border-right-color: #7c2d120d; @@ -174730,11 +240085,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d1280; } +.border-x-orange-900\\/55 { + border-left-color: #7c2d128c; + border-right-color: #7c2d128c; +} + .border-x-orange-900\\/60 { border-left-color: #7c2d1299; border-right-color: #7c2d1299; } +.border-x-orange-900\\/65 { + border-left-color: #7c2d12a6; + border-right-color: #7c2d12a6; +} + .border-x-orange-900\\/70 { border-left-color: #7c2d12b3; border-right-color: #7c2d12b3; @@ -174750,6 +240115,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d12cc; } +.border-x-orange-900\\/85 { + border-left-color: #7c2d12d9; + border-right-color: #7c2d12d9; +} + .border-x-orange-900\\/90 { border-left-color: #7c2d12e6; border-right-color: #7c2d12e6; @@ -174781,6 +240151,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #431407; } +.border-x-orange-950\\/15 { + border-left-color: #43140726; + border-right-color: #43140726; +} + .border-x-orange-950\\/20 { border-left-color: #43140733; border-right-color: #43140733; @@ -174796,11 +240171,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4314074d; } +.border-x-orange-950\\/35 { + border-left-color: #43140759; + border-right-color: #43140759; +} + .border-x-orange-950\\/40 { border-left-color: #43140766; border-right-color: #43140766; } +.border-x-orange-950\\/45 { + border-left-color: #43140773; + border-right-color: #43140773; +} + .border-x-orange-950\\/5 { border-left-color: #4314070d; border-right-color: #4314070d; @@ -174811,11 +240196,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #43140780; } +.border-x-orange-950\\/55 { + border-left-color: #4314078c; + border-right-color: #4314078c; +} + .border-x-orange-950\\/60 { border-left-color: #43140799; border-right-color: #43140799; } +.border-x-orange-950\\/65 { + border-left-color: #431407a6; + border-right-color: #431407a6; +} + .border-x-orange-950\\/70 { border-left-color: #431407b3; border-right-color: #431407b3; @@ -174831,6 +240226,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #431407cc; } +.border-x-orange-950\\/85 { + border-left-color: #431407d9; + border-right-color: #431407d9; +} + .border-x-orange-950\\/90 { border-left-color: #431407e6; border-right-color: #431407e6; @@ -174862,6 +240262,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f3; } +.border-x-pink-100\\/15 { + border-left-color: #fce7f326; + border-right-color: #fce7f326; +} + .border-x-pink-100\\/20 { border-left-color: #fce7f333; border-right-color: #fce7f333; @@ -174877,11 +240282,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f34d; } +.border-x-pink-100\\/35 { + border-left-color: #fce7f359; + border-right-color: #fce7f359; +} + .border-x-pink-100\\/40 { border-left-color: #fce7f366; border-right-color: #fce7f366; } +.border-x-pink-100\\/45 { + border-left-color: #fce7f373; + border-right-color: #fce7f373; +} + .border-x-pink-100\\/5 { border-left-color: #fce7f30d; border-right-color: #fce7f30d; @@ -174892,11 +240307,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f380; } +.border-x-pink-100\\/55 { + border-left-color: #fce7f38c; + border-right-color: #fce7f38c; +} + .border-x-pink-100\\/60 { border-left-color: #fce7f399; border-right-color: #fce7f399; } +.border-x-pink-100\\/65 { + border-left-color: #fce7f3a6; + border-right-color: #fce7f3a6; +} + .border-x-pink-100\\/70 { border-left-color: #fce7f3b3; border-right-color: #fce7f3b3; @@ -174912,6 +240337,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f3cc; } +.border-x-pink-100\\/85 { + border-left-color: #fce7f3d9; + border-right-color: #fce7f3d9; +} + .border-x-pink-100\\/90 { border-left-color: #fce7f3e6; border-right-color: #fce7f3e6; @@ -174943,6 +240373,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe8; } +.border-x-pink-200\\/15 { + border-left-color: #fbcfe826; + border-right-color: #fbcfe826; +} + .border-x-pink-200\\/20 { border-left-color: #fbcfe833; border-right-color: #fbcfe833; @@ -174958,11 +240393,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe84d; } +.border-x-pink-200\\/35 { + border-left-color: #fbcfe859; + border-right-color: #fbcfe859; +} + .border-x-pink-200\\/40 { border-left-color: #fbcfe866; border-right-color: #fbcfe866; } +.border-x-pink-200\\/45 { + border-left-color: #fbcfe873; + border-right-color: #fbcfe873; +} + .border-x-pink-200\\/5 { border-left-color: #fbcfe80d; border-right-color: #fbcfe80d; @@ -174973,11 +240418,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe880; } +.border-x-pink-200\\/55 { + border-left-color: #fbcfe88c; + border-right-color: #fbcfe88c; +} + .border-x-pink-200\\/60 { border-left-color: #fbcfe899; border-right-color: #fbcfe899; } +.border-x-pink-200\\/65 { + border-left-color: #fbcfe8a6; + border-right-color: #fbcfe8a6; +} + .border-x-pink-200\\/70 { border-left-color: #fbcfe8b3; border-right-color: #fbcfe8b3; @@ -174993,6 +240448,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe8cc; } +.border-x-pink-200\\/85 { + border-left-color: #fbcfe8d9; + border-right-color: #fbcfe8d9; +} + .border-x-pink-200\\/90 { border-left-color: #fbcfe8e6; border-right-color: #fbcfe8e6; @@ -175024,6 +240484,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d4; } +.border-x-pink-300\\/15 { + border-left-color: #f9a8d426; + border-right-color: #f9a8d426; +} + .border-x-pink-300\\/20 { border-left-color: #f9a8d433; border-right-color: #f9a8d433; @@ -175039,11 +240504,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d44d; } +.border-x-pink-300\\/35 { + border-left-color: #f9a8d459; + border-right-color: #f9a8d459; +} + .border-x-pink-300\\/40 { border-left-color: #f9a8d466; border-right-color: #f9a8d466; } +.border-x-pink-300\\/45 { + border-left-color: #f9a8d473; + border-right-color: #f9a8d473; +} + .border-x-pink-300\\/5 { border-left-color: #f9a8d40d; border-right-color: #f9a8d40d; @@ -175054,11 +240529,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d480; } +.border-x-pink-300\\/55 { + border-left-color: #f9a8d48c; + border-right-color: #f9a8d48c; +} + .border-x-pink-300\\/60 { border-left-color: #f9a8d499; border-right-color: #f9a8d499; } +.border-x-pink-300\\/65 { + border-left-color: #f9a8d4a6; + border-right-color: #f9a8d4a6; +} + .border-x-pink-300\\/70 { border-left-color: #f9a8d4b3; border-right-color: #f9a8d4b3; @@ -175074,6 +240559,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d4cc; } +.border-x-pink-300\\/85 { + border-left-color: #f9a8d4d9; + border-right-color: #f9a8d4d9; +} + .border-x-pink-300\\/90 { border-left-color: #f9a8d4e6; border-right-color: #f9a8d4e6; @@ -175105,6 +240595,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b6; } +.border-x-pink-400\\/15 { + border-left-color: #f472b626; + border-right-color: #f472b626; +} + .border-x-pink-400\\/20 { border-left-color: #f472b633; border-right-color: #f472b633; @@ -175120,11 +240615,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b64d; } +.border-x-pink-400\\/35 { + border-left-color: #f472b659; + border-right-color: #f472b659; +} + .border-x-pink-400\\/40 { border-left-color: #f472b666; border-right-color: #f472b666; } +.border-x-pink-400\\/45 { + border-left-color: #f472b673; + border-right-color: #f472b673; +} + .border-x-pink-400\\/5 { border-left-color: #f472b60d; border-right-color: #f472b60d; @@ -175135,11 +240640,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b680; } +.border-x-pink-400\\/55 { + border-left-color: #f472b68c; + border-right-color: #f472b68c; +} + .border-x-pink-400\\/60 { border-left-color: #f472b699; border-right-color: #f472b699; } +.border-x-pink-400\\/65 { + border-left-color: #f472b6a6; + border-right-color: #f472b6a6; +} + .border-x-pink-400\\/70 { border-left-color: #f472b6b3; border-right-color: #f472b6b3; @@ -175155,6 +240670,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b6cc; } +.border-x-pink-400\\/85 { + border-left-color: #f472b6d9; + border-right-color: #f472b6d9; +} + .border-x-pink-400\\/90 { border-left-color: #f472b6e6; border-right-color: #f472b6e6; @@ -175186,6 +240706,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f8; } +.border-x-pink-50\\/15 { + border-left-color: #fdf2f826; + border-right-color: #fdf2f826; +} + .border-x-pink-50\\/20 { border-left-color: #fdf2f833; border-right-color: #fdf2f833; @@ -175201,11 +240726,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f84d; } +.border-x-pink-50\\/35 { + border-left-color: #fdf2f859; + border-right-color: #fdf2f859; +} + .border-x-pink-50\\/40 { border-left-color: #fdf2f866; border-right-color: #fdf2f866; } +.border-x-pink-50\\/45 { + border-left-color: #fdf2f873; + border-right-color: #fdf2f873; +} + .border-x-pink-50\\/5 { border-left-color: #fdf2f80d; border-right-color: #fdf2f80d; @@ -175216,11 +240751,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f880; } +.border-x-pink-50\\/55 { + border-left-color: #fdf2f88c; + border-right-color: #fdf2f88c; +} + .border-x-pink-50\\/60 { border-left-color: #fdf2f899; border-right-color: #fdf2f899; } +.border-x-pink-50\\/65 { + border-left-color: #fdf2f8a6; + border-right-color: #fdf2f8a6; +} + .border-x-pink-50\\/70 { border-left-color: #fdf2f8b3; border-right-color: #fdf2f8b3; @@ -175236,6 +240781,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f8cc; } +.border-x-pink-50\\/85 { + border-left-color: #fdf2f8d9; + border-right-color: #fdf2f8d9; +} + .border-x-pink-50\\/90 { border-left-color: #fdf2f8e6; border-right-color: #fdf2f8e6; @@ -175267,6 +240817,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec4899; } +.border-x-pink-500\\/15 { + border-left-color: #ec489926; + border-right-color: #ec489926; +} + .border-x-pink-500\\/20 { border-left-color: #ec489933; border-right-color: #ec489933; @@ -175282,11 +240837,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec48994d; } +.border-x-pink-500\\/35 { + border-left-color: #ec489959; + border-right-color: #ec489959; +} + .border-x-pink-500\\/40 { border-left-color: #ec489966; border-right-color: #ec489966; } +.border-x-pink-500\\/45 { + border-left-color: #ec489973; + border-right-color: #ec489973; +} + .border-x-pink-500\\/5 { border-left-color: #ec48990d; border-right-color: #ec48990d; @@ -175297,11 +240862,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec489980; } +.border-x-pink-500\\/55 { + border-left-color: #ec48998c; + border-right-color: #ec48998c; +} + .border-x-pink-500\\/60 { border-left-color: #ec489999; border-right-color: #ec489999; } +.border-x-pink-500\\/65 { + border-left-color: #ec4899a6; + border-right-color: #ec4899a6; +} + .border-x-pink-500\\/70 { border-left-color: #ec4899b3; border-right-color: #ec4899b3; @@ -175317,6 +240892,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec4899cc; } +.border-x-pink-500\\/85 { + border-left-color: #ec4899d9; + border-right-color: #ec4899d9; +} + .border-x-pink-500\\/90 { border-left-color: #ec4899e6; border-right-color: #ec4899e6; @@ -175348,6 +240928,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db2777; } +.border-x-pink-600\\/15 { + border-left-color: #db277726; + border-right-color: #db277726; +} + .border-x-pink-600\\/20 { border-left-color: #db277733; border-right-color: #db277733; @@ -175363,11 +240948,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db27774d; } +.border-x-pink-600\\/35 { + border-left-color: #db277759; + border-right-color: #db277759; +} + .border-x-pink-600\\/40 { border-left-color: #db277766; border-right-color: #db277766; } +.border-x-pink-600\\/45 { + border-left-color: #db277773; + border-right-color: #db277773; +} + .border-x-pink-600\\/5 { border-left-color: #db27770d; border-right-color: #db27770d; @@ -175378,11 +240973,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db277780; } +.border-x-pink-600\\/55 { + border-left-color: #db27778c; + border-right-color: #db27778c; +} + .border-x-pink-600\\/60 { border-left-color: #db277799; border-right-color: #db277799; } +.border-x-pink-600\\/65 { + border-left-color: #db2777a6; + border-right-color: #db2777a6; +} + .border-x-pink-600\\/70 { border-left-color: #db2777b3; border-right-color: #db2777b3; @@ -175398,6 +241003,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db2777cc; } +.border-x-pink-600\\/85 { + border-left-color: #db2777d9; + border-right-color: #db2777d9; +} + .border-x-pink-600\\/90 { border-left-color: #db2777e6; border-right-color: #db2777e6; @@ -175429,6 +241039,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185d; } +.border-x-pink-700\\/15 { + border-left-color: #be185d26; + border-right-color: #be185d26; +} + .border-x-pink-700\\/20 { border-left-color: #be185d33; border-right-color: #be185d33; @@ -175444,11 +241059,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185d4d; } +.border-x-pink-700\\/35 { + border-left-color: #be185d59; + border-right-color: #be185d59; +} + .border-x-pink-700\\/40 { border-left-color: #be185d66; border-right-color: #be185d66; } +.border-x-pink-700\\/45 { + border-left-color: #be185d73; + border-right-color: #be185d73; +} + .border-x-pink-700\\/5 { border-left-color: #be185d0d; border-right-color: #be185d0d; @@ -175459,11 +241084,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185d80; } +.border-x-pink-700\\/55 { + border-left-color: #be185d8c; + border-right-color: #be185d8c; +} + .border-x-pink-700\\/60 { border-left-color: #be185d99; border-right-color: #be185d99; } +.border-x-pink-700\\/65 { + border-left-color: #be185da6; + border-right-color: #be185da6; +} + .border-x-pink-700\\/70 { border-left-color: #be185db3; border-right-color: #be185db3; @@ -175479,6 +241114,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185dcc; } +.border-x-pink-700\\/85 { + border-left-color: #be185dd9; + border-right-color: #be185dd9; +} + .border-x-pink-700\\/90 { border-left-color: #be185de6; border-right-color: #be185de6; @@ -175510,6 +241150,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174d; } +.border-x-pink-800\\/15 { + border-left-color: #9d174d26; + border-right-color: #9d174d26; +} + .border-x-pink-800\\/20 { border-left-color: #9d174d33; border-right-color: #9d174d33; @@ -175525,11 +241170,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174d4d; } +.border-x-pink-800\\/35 { + border-left-color: #9d174d59; + border-right-color: #9d174d59; +} + .border-x-pink-800\\/40 { border-left-color: #9d174d66; border-right-color: #9d174d66; } +.border-x-pink-800\\/45 { + border-left-color: #9d174d73; + border-right-color: #9d174d73; +} + .border-x-pink-800\\/5 { border-left-color: #9d174d0d; border-right-color: #9d174d0d; @@ -175540,11 +241195,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174d80; } +.border-x-pink-800\\/55 { + border-left-color: #9d174d8c; + border-right-color: #9d174d8c; +} + .border-x-pink-800\\/60 { border-left-color: #9d174d99; border-right-color: #9d174d99; } +.border-x-pink-800\\/65 { + border-left-color: #9d174da6; + border-right-color: #9d174da6; +} + .border-x-pink-800\\/70 { border-left-color: #9d174db3; border-right-color: #9d174db3; @@ -175560,6 +241225,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174dcc; } +.border-x-pink-800\\/85 { + border-left-color: #9d174dd9; + border-right-color: #9d174dd9; +} + .border-x-pink-800\\/90 { border-left-color: #9d174de6; border-right-color: #9d174de6; @@ -175591,6 +241261,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #831843; } +.border-x-pink-900\\/15 { + border-left-color: #83184326; + border-right-color: #83184326; +} + .border-x-pink-900\\/20 { border-left-color: #83184333; border-right-color: #83184333; @@ -175606,11 +241281,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8318434d; } +.border-x-pink-900\\/35 { + border-left-color: #83184359; + border-right-color: #83184359; +} + .border-x-pink-900\\/40 { border-left-color: #83184366; border-right-color: #83184366; } +.border-x-pink-900\\/45 { + border-left-color: #83184373; + border-right-color: #83184373; +} + .border-x-pink-900\\/5 { border-left-color: #8318430d; border-right-color: #8318430d; @@ -175621,11 +241306,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #83184380; } +.border-x-pink-900\\/55 { + border-left-color: #8318438c; + border-right-color: #8318438c; +} + .border-x-pink-900\\/60 { border-left-color: #83184399; border-right-color: #83184399; } +.border-x-pink-900\\/65 { + border-left-color: #831843a6; + border-right-color: #831843a6; +} + .border-x-pink-900\\/70 { border-left-color: #831843b3; border-right-color: #831843b3; @@ -175641,6 +241336,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #831843cc; } +.border-x-pink-900\\/85 { + border-left-color: #831843d9; + border-right-color: #831843d9; +} + .border-x-pink-900\\/90 { border-left-color: #831843e6; border-right-color: #831843e6; @@ -175672,6 +241372,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #500724; } +.border-x-pink-950\\/15 { + border-left-color: #50072426; + border-right-color: #50072426; +} + .border-x-pink-950\\/20 { border-left-color: #50072433; border-right-color: #50072433; @@ -175687,11 +241392,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5007244d; } +.border-x-pink-950\\/35 { + border-left-color: #50072459; + border-right-color: #50072459; +} + .border-x-pink-950\\/40 { border-left-color: #50072466; border-right-color: #50072466; } +.border-x-pink-950\\/45 { + border-left-color: #50072473; + border-right-color: #50072473; +} + .border-x-pink-950\\/5 { border-left-color: #5007240d; border-right-color: #5007240d; @@ -175702,11 +241417,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #50072480; } +.border-x-pink-950\\/55 { + border-left-color: #5007248c; + border-right-color: #5007248c; +} + .border-x-pink-950\\/60 { border-left-color: #50072499; border-right-color: #50072499; } +.border-x-pink-950\\/65 { + border-left-color: #500724a6; + border-right-color: #500724a6; +} + .border-x-pink-950\\/70 { border-left-color: #500724b3; border-right-color: #500724b3; @@ -175722,6 +241447,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #500724cc; } +.border-x-pink-950\\/85 { + border-left-color: #500724d9; + border-right-color: #500724d9; +} + .border-x-pink-950\\/90 { border-left-color: #500724e6; border-right-color: #500724e6; @@ -175753,6 +241483,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ff; } +.border-x-purple-100\\/15 { + border-left-color: #f3e8ff26; + border-right-color: #f3e8ff26; +} + .border-x-purple-100\\/20 { border-left-color: #f3e8ff33; border-right-color: #f3e8ff33; @@ -175768,11 +241503,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ff4d; } +.border-x-purple-100\\/35 { + border-left-color: #f3e8ff59; + border-right-color: #f3e8ff59; +} + .border-x-purple-100\\/40 { border-left-color: #f3e8ff66; border-right-color: #f3e8ff66; } +.border-x-purple-100\\/45 { + border-left-color: #f3e8ff73; + border-right-color: #f3e8ff73; +} + .border-x-purple-100\\/5 { border-left-color: #f3e8ff0d; border-right-color: #f3e8ff0d; @@ -175783,11 +241528,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ff80; } +.border-x-purple-100\\/55 { + border-left-color: #f3e8ff8c; + border-right-color: #f3e8ff8c; +} + .border-x-purple-100\\/60 { border-left-color: #f3e8ff99; border-right-color: #f3e8ff99; } +.border-x-purple-100\\/65 { + border-left-color: #f3e8ffa6; + border-right-color: #f3e8ffa6; +} + .border-x-purple-100\\/70 { border-left-color: #f3e8ffb3; border-right-color: #f3e8ffb3; @@ -175803,6 +241558,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ffcc; } +.border-x-purple-100\\/85 { + border-left-color: #f3e8ffd9; + border-right-color: #f3e8ffd9; +} + .border-x-purple-100\\/90 { border-left-color: #f3e8ffe6; border-right-color: #f3e8ffe6; @@ -175834,6 +241594,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ff; } +.border-x-purple-200\\/15 { + border-left-color: #e9d5ff26; + border-right-color: #e9d5ff26; +} + .border-x-purple-200\\/20 { border-left-color: #e9d5ff33; border-right-color: #e9d5ff33; @@ -175849,11 +241614,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ff4d; } +.border-x-purple-200\\/35 { + border-left-color: #e9d5ff59; + border-right-color: #e9d5ff59; +} + .border-x-purple-200\\/40 { border-left-color: #e9d5ff66; border-right-color: #e9d5ff66; } +.border-x-purple-200\\/45 { + border-left-color: #e9d5ff73; + border-right-color: #e9d5ff73; +} + .border-x-purple-200\\/5 { border-left-color: #e9d5ff0d; border-right-color: #e9d5ff0d; @@ -175864,11 +241639,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ff80; } +.border-x-purple-200\\/55 { + border-left-color: #e9d5ff8c; + border-right-color: #e9d5ff8c; +} + .border-x-purple-200\\/60 { border-left-color: #e9d5ff99; border-right-color: #e9d5ff99; } +.border-x-purple-200\\/65 { + border-left-color: #e9d5ffa6; + border-right-color: #e9d5ffa6; +} + .border-x-purple-200\\/70 { border-left-color: #e9d5ffb3; border-right-color: #e9d5ffb3; @@ -175884,6 +241669,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ffcc; } +.border-x-purple-200\\/85 { + border-left-color: #e9d5ffd9; + border-right-color: #e9d5ffd9; +} + .border-x-purple-200\\/90 { border-left-color: #e9d5ffe6; border-right-color: #e9d5ffe6; @@ -175915,6 +241705,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fe; } +.border-x-purple-300\\/15 { + border-left-color: #d8b4fe26; + border-right-color: #d8b4fe26; +} + .border-x-purple-300\\/20 { border-left-color: #d8b4fe33; border-right-color: #d8b4fe33; @@ -175930,11 +241725,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fe4d; } +.border-x-purple-300\\/35 { + border-left-color: #d8b4fe59; + border-right-color: #d8b4fe59; +} + .border-x-purple-300\\/40 { border-left-color: #d8b4fe66; border-right-color: #d8b4fe66; } +.border-x-purple-300\\/45 { + border-left-color: #d8b4fe73; + border-right-color: #d8b4fe73; +} + .border-x-purple-300\\/5 { border-left-color: #d8b4fe0d; border-right-color: #d8b4fe0d; @@ -175945,11 +241750,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fe80; } +.border-x-purple-300\\/55 { + border-left-color: #d8b4fe8c; + border-right-color: #d8b4fe8c; +} + .border-x-purple-300\\/60 { border-left-color: #d8b4fe99; border-right-color: #d8b4fe99; } +.border-x-purple-300\\/65 { + border-left-color: #d8b4fea6; + border-right-color: #d8b4fea6; +} + .border-x-purple-300\\/70 { border-left-color: #d8b4feb3; border-right-color: #d8b4feb3; @@ -175965,6 +241780,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fecc; } +.border-x-purple-300\\/85 { + border-left-color: #d8b4fed9; + border-right-color: #d8b4fed9; +} + .border-x-purple-300\\/90 { border-left-color: #d8b4fee6; border-right-color: #d8b4fee6; @@ -175996,6 +241816,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fc; } +.border-x-purple-400\\/15 { + border-left-color: #c084fc26; + border-right-color: #c084fc26; +} + .border-x-purple-400\\/20 { border-left-color: #c084fc33; border-right-color: #c084fc33; @@ -176011,11 +241836,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fc4d; } +.border-x-purple-400\\/35 { + border-left-color: #c084fc59; + border-right-color: #c084fc59; +} + .border-x-purple-400\\/40 { border-left-color: #c084fc66; border-right-color: #c084fc66; } +.border-x-purple-400\\/45 { + border-left-color: #c084fc73; + border-right-color: #c084fc73; +} + .border-x-purple-400\\/5 { border-left-color: #c084fc0d; border-right-color: #c084fc0d; @@ -176026,11 +241861,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fc80; } +.border-x-purple-400\\/55 { + border-left-color: #c084fc8c; + border-right-color: #c084fc8c; +} + .border-x-purple-400\\/60 { border-left-color: #c084fc99; border-right-color: #c084fc99; } +.border-x-purple-400\\/65 { + border-left-color: #c084fca6; + border-right-color: #c084fca6; +} + .border-x-purple-400\\/70 { border-left-color: #c084fcb3; border-right-color: #c084fcb3; @@ -176046,6 +241891,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fccc; } +.border-x-purple-400\\/85 { + border-left-color: #c084fcd9; + border-right-color: #c084fcd9; +} + .border-x-purple-400\\/90 { border-left-color: #c084fce6; border-right-color: #c084fce6; @@ -176077,6 +241927,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ff; } +.border-x-purple-50\\/15 { + border-left-color: #faf5ff26; + border-right-color: #faf5ff26; +} + .border-x-purple-50\\/20 { border-left-color: #faf5ff33; border-right-color: #faf5ff33; @@ -176092,11 +241947,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ff4d; } +.border-x-purple-50\\/35 { + border-left-color: #faf5ff59; + border-right-color: #faf5ff59; +} + .border-x-purple-50\\/40 { border-left-color: #faf5ff66; border-right-color: #faf5ff66; } +.border-x-purple-50\\/45 { + border-left-color: #faf5ff73; + border-right-color: #faf5ff73; +} + .border-x-purple-50\\/5 { border-left-color: #faf5ff0d; border-right-color: #faf5ff0d; @@ -176107,11 +241972,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ff80; } +.border-x-purple-50\\/55 { + border-left-color: #faf5ff8c; + border-right-color: #faf5ff8c; +} + .border-x-purple-50\\/60 { border-left-color: #faf5ff99; border-right-color: #faf5ff99; } +.border-x-purple-50\\/65 { + border-left-color: #faf5ffa6; + border-right-color: #faf5ffa6; +} + .border-x-purple-50\\/70 { border-left-color: #faf5ffb3; border-right-color: #faf5ffb3; @@ -176127,6 +242002,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ffcc; } +.border-x-purple-50\\/85 { + border-left-color: #faf5ffd9; + border-right-color: #faf5ffd9; +} + .border-x-purple-50\\/90 { border-left-color: #faf5ffe6; border-right-color: #faf5ffe6; @@ -176158,6 +242038,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f7; } +.border-x-purple-500\\/15 { + border-left-color: #a855f726; + border-right-color: #a855f726; +} + .border-x-purple-500\\/20 { border-left-color: #a855f733; border-right-color: #a855f733; @@ -176173,11 +242058,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f74d; } +.border-x-purple-500\\/35 { + border-left-color: #a855f759; + border-right-color: #a855f759; +} + .border-x-purple-500\\/40 { border-left-color: #a855f766; border-right-color: #a855f766; } +.border-x-purple-500\\/45 { + border-left-color: #a855f773; + border-right-color: #a855f773; +} + .border-x-purple-500\\/5 { border-left-color: #a855f70d; border-right-color: #a855f70d; @@ -176188,11 +242083,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f780; } +.border-x-purple-500\\/55 { + border-left-color: #a855f78c; + border-right-color: #a855f78c; +} + .border-x-purple-500\\/60 { border-left-color: #a855f799; border-right-color: #a855f799; } +.border-x-purple-500\\/65 { + border-left-color: #a855f7a6; + border-right-color: #a855f7a6; +} + .border-x-purple-500\\/70 { border-left-color: #a855f7b3; border-right-color: #a855f7b3; @@ -176208,6 +242113,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f7cc; } +.border-x-purple-500\\/85 { + border-left-color: #a855f7d9; + border-right-color: #a855f7d9; +} + .border-x-purple-500\\/90 { border-left-color: #a855f7e6; border-right-color: #a855f7e6; @@ -176239,6 +242149,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333ea; } +.border-x-purple-600\\/15 { + border-left-color: #9333ea26; + border-right-color: #9333ea26; +} + .border-x-purple-600\\/20 { border-left-color: #9333ea33; border-right-color: #9333ea33; @@ -176254,11 +242169,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333ea4d; } +.border-x-purple-600\\/35 { + border-left-color: #9333ea59; + border-right-color: #9333ea59; +} + .border-x-purple-600\\/40 { border-left-color: #9333ea66; border-right-color: #9333ea66; } +.border-x-purple-600\\/45 { + border-left-color: #9333ea73; + border-right-color: #9333ea73; +} + .border-x-purple-600\\/5 { border-left-color: #9333ea0d; border-right-color: #9333ea0d; @@ -176269,11 +242194,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333ea80; } +.border-x-purple-600\\/55 { + border-left-color: #9333ea8c; + border-right-color: #9333ea8c; +} + .border-x-purple-600\\/60 { border-left-color: #9333ea99; border-right-color: #9333ea99; } +.border-x-purple-600\\/65 { + border-left-color: #9333eaa6; + border-right-color: #9333eaa6; +} + .border-x-purple-600\\/70 { border-left-color: #9333eab3; border-right-color: #9333eab3; @@ -176289,6 +242224,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333eacc; } +.border-x-purple-600\\/85 { + border-left-color: #9333ead9; + border-right-color: #9333ead9; +} + .border-x-purple-600\\/90 { border-left-color: #9333eae6; border-right-color: #9333eae6; @@ -176320,6 +242260,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22ce; } +.border-x-purple-700\\/15 { + border-left-color: #7e22ce26; + border-right-color: #7e22ce26; +} + .border-x-purple-700\\/20 { border-left-color: #7e22ce33; border-right-color: #7e22ce33; @@ -176335,11 +242280,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22ce4d; } +.border-x-purple-700\\/35 { + border-left-color: #7e22ce59; + border-right-color: #7e22ce59; +} + .border-x-purple-700\\/40 { border-left-color: #7e22ce66; border-right-color: #7e22ce66; } +.border-x-purple-700\\/45 { + border-left-color: #7e22ce73; + border-right-color: #7e22ce73; +} + .border-x-purple-700\\/5 { border-left-color: #7e22ce0d; border-right-color: #7e22ce0d; @@ -176350,11 +242305,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22ce80; } +.border-x-purple-700\\/55 { + border-left-color: #7e22ce8c; + border-right-color: #7e22ce8c; +} + .border-x-purple-700\\/60 { border-left-color: #7e22ce99; border-right-color: #7e22ce99; } +.border-x-purple-700\\/65 { + border-left-color: #7e22cea6; + border-right-color: #7e22cea6; +} + .border-x-purple-700\\/70 { border-left-color: #7e22ceb3; border-right-color: #7e22ceb3; @@ -176370,6 +242335,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22cecc; } +.border-x-purple-700\\/85 { + border-left-color: #7e22ced9; + border-right-color: #7e22ced9; +} + .border-x-purple-700\\/90 { border-left-color: #7e22cee6; border-right-color: #7e22cee6; @@ -176401,6 +242371,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a8; } +.border-x-purple-800\\/15 { + border-left-color: #6b21a826; + border-right-color: #6b21a826; +} + .border-x-purple-800\\/20 { border-left-color: #6b21a833; border-right-color: #6b21a833; @@ -176416,11 +242391,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a84d; } +.border-x-purple-800\\/35 { + border-left-color: #6b21a859; + border-right-color: #6b21a859; +} + .border-x-purple-800\\/40 { border-left-color: #6b21a866; border-right-color: #6b21a866; } +.border-x-purple-800\\/45 { + border-left-color: #6b21a873; + border-right-color: #6b21a873; +} + .border-x-purple-800\\/5 { border-left-color: #6b21a80d; border-right-color: #6b21a80d; @@ -176431,11 +242416,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a880; } +.border-x-purple-800\\/55 { + border-left-color: #6b21a88c; + border-right-color: #6b21a88c; +} + .border-x-purple-800\\/60 { border-left-color: #6b21a899; border-right-color: #6b21a899; } +.border-x-purple-800\\/65 { + border-left-color: #6b21a8a6; + border-right-color: #6b21a8a6; +} + .border-x-purple-800\\/70 { border-left-color: #6b21a8b3; border-right-color: #6b21a8b3; @@ -176451,6 +242446,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a8cc; } +.border-x-purple-800\\/85 { + border-left-color: #6b21a8d9; + border-right-color: #6b21a8d9; +} + .border-x-purple-800\\/90 { border-left-color: #6b21a8e6; border-right-color: #6b21a8e6; @@ -176482,6 +242482,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c87; } +.border-x-purple-900\\/15 { + border-left-color: #581c8726; + border-right-color: #581c8726; +} + .border-x-purple-900\\/20 { border-left-color: #581c8733; border-right-color: #581c8733; @@ -176497,11 +242502,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c874d; } +.border-x-purple-900\\/35 { + border-left-color: #581c8759; + border-right-color: #581c8759; +} + .border-x-purple-900\\/40 { border-left-color: #581c8766; border-right-color: #581c8766; } +.border-x-purple-900\\/45 { + border-left-color: #581c8773; + border-right-color: #581c8773; +} + .border-x-purple-900\\/5 { border-left-color: #581c870d; border-right-color: #581c870d; @@ -176512,11 +242527,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c8780; } +.border-x-purple-900\\/55 { + border-left-color: #581c878c; + border-right-color: #581c878c; +} + .border-x-purple-900\\/60 { border-left-color: #581c8799; border-right-color: #581c8799; } +.border-x-purple-900\\/65 { + border-left-color: #581c87a6; + border-right-color: #581c87a6; +} + .border-x-purple-900\\/70 { border-left-color: #581c87b3; border-right-color: #581c87b3; @@ -176532,6 +242557,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c87cc; } +.border-x-purple-900\\/85 { + border-left-color: #581c87d9; + border-right-color: #581c87d9; +} + .border-x-purple-900\\/90 { border-left-color: #581c87e6; border-right-color: #581c87e6; @@ -176563,6 +242593,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b0764; } +.border-x-purple-950\\/15 { + border-left-color: #3b076426; + border-right-color: #3b076426; +} + .border-x-purple-950\\/20 { border-left-color: #3b076433; border-right-color: #3b076433; @@ -176578,11 +242613,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b07644d; } +.border-x-purple-950\\/35 { + border-left-color: #3b076459; + border-right-color: #3b076459; +} + .border-x-purple-950\\/40 { border-left-color: #3b076466; border-right-color: #3b076466; } +.border-x-purple-950\\/45 { + border-left-color: #3b076473; + border-right-color: #3b076473; +} + .border-x-purple-950\\/5 { border-left-color: #3b07640d; border-right-color: #3b07640d; @@ -176593,11 +242638,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b076480; } +.border-x-purple-950\\/55 { + border-left-color: #3b07648c; + border-right-color: #3b07648c; +} + .border-x-purple-950\\/60 { border-left-color: #3b076499; border-right-color: #3b076499; } +.border-x-purple-950\\/65 { + border-left-color: #3b0764a6; + border-right-color: #3b0764a6; +} + .border-x-purple-950\\/70 { border-left-color: #3b0764b3; border-right-color: #3b0764b3; @@ -176613,6 +242668,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b0764cc; } +.border-x-purple-950\\/85 { + border-left-color: #3b0764d9; + border-right-color: #3b0764d9; +} + .border-x-purple-950\\/90 { border-left-color: #3b0764e6; border-right-color: #3b0764e6; @@ -176644,6 +242704,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e2; } +.border-x-red-100\\/15 { + border-left-color: #fee2e226; + border-right-color: #fee2e226; +} + .border-x-red-100\\/20 { border-left-color: #fee2e233; border-right-color: #fee2e233; @@ -176659,11 +242724,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e24d; } +.border-x-red-100\\/35 { + border-left-color: #fee2e259; + border-right-color: #fee2e259; +} + .border-x-red-100\\/40 { border-left-color: #fee2e266; border-right-color: #fee2e266; } +.border-x-red-100\\/45 { + border-left-color: #fee2e273; + border-right-color: #fee2e273; +} + .border-x-red-100\\/5 { border-left-color: #fee2e20d; border-right-color: #fee2e20d; @@ -176674,11 +242749,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e280; } +.border-x-red-100\\/55 { + border-left-color: #fee2e28c; + border-right-color: #fee2e28c; +} + .border-x-red-100\\/60 { border-left-color: #fee2e299; border-right-color: #fee2e299; } +.border-x-red-100\\/65 { + border-left-color: #fee2e2a6; + border-right-color: #fee2e2a6; +} + .border-x-red-100\\/70 { border-left-color: #fee2e2b3; border-right-color: #fee2e2b3; @@ -176694,6 +242779,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e2cc; } +.border-x-red-100\\/85 { + border-left-color: #fee2e2d9; + border-right-color: #fee2e2d9; +} + .border-x-red-100\\/90 { border-left-color: #fee2e2e6; border-right-color: #fee2e2e6; @@ -176725,6 +242815,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecaca; } +.border-x-red-200\\/15 { + border-left-color: #fecaca26; + border-right-color: #fecaca26; +} + .border-x-red-200\\/20 { border-left-color: #fecaca33; border-right-color: #fecaca33; @@ -176740,11 +242835,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecaca4d; } +.border-x-red-200\\/35 { + border-left-color: #fecaca59; + border-right-color: #fecaca59; +} + .border-x-red-200\\/40 { border-left-color: #fecaca66; border-right-color: #fecaca66; } +.border-x-red-200\\/45 { + border-left-color: #fecaca73; + border-right-color: #fecaca73; +} + .border-x-red-200\\/5 { border-left-color: #fecaca0d; border-right-color: #fecaca0d; @@ -176755,11 +242860,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecaca80; } +.border-x-red-200\\/55 { + border-left-color: #fecaca8c; + border-right-color: #fecaca8c; +} + .border-x-red-200\\/60 { border-left-color: #fecaca99; border-right-color: #fecaca99; } +.border-x-red-200\\/65 { + border-left-color: #fecacaa6; + border-right-color: #fecacaa6; +} + .border-x-red-200\\/70 { border-left-color: #fecacab3; border-right-color: #fecacab3; @@ -176775,6 +242890,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecacacc; } +.border-x-red-200\\/85 { + border-left-color: #fecacad9; + border-right-color: #fecacad9; +} + .border-x-red-200\\/90 { border-left-color: #fecacae6; border-right-color: #fecacae6; @@ -176806,6 +242926,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a5; } +.border-x-red-300\\/15 { + border-left-color: #fca5a526; + border-right-color: #fca5a526; +} + .border-x-red-300\\/20 { border-left-color: #fca5a533; border-right-color: #fca5a533; @@ -176821,11 +242946,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a54d; } +.border-x-red-300\\/35 { + border-left-color: #fca5a559; + border-right-color: #fca5a559; +} + .border-x-red-300\\/40 { border-left-color: #fca5a566; border-right-color: #fca5a566; } +.border-x-red-300\\/45 { + border-left-color: #fca5a573; + border-right-color: #fca5a573; +} + .border-x-red-300\\/5 { border-left-color: #fca5a50d; border-right-color: #fca5a50d; @@ -176836,11 +242971,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a580; } +.border-x-red-300\\/55 { + border-left-color: #fca5a58c; + border-right-color: #fca5a58c; +} + .border-x-red-300\\/60 { border-left-color: #fca5a599; border-right-color: #fca5a599; } +.border-x-red-300\\/65 { + border-left-color: #fca5a5a6; + border-right-color: #fca5a5a6; +} + .border-x-red-300\\/70 { border-left-color: #fca5a5b3; border-right-color: #fca5a5b3; @@ -176856,6 +243001,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a5cc; } +.border-x-red-300\\/85 { + border-left-color: #fca5a5d9; + border-right-color: #fca5a5d9; +} + .border-x-red-300\\/90 { border-left-color: #fca5a5e6; border-right-color: #fca5a5e6; @@ -176887,6 +243037,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f87171; } +.border-x-red-400\\/15 { + border-left-color: #f8717126; + border-right-color: #f8717126; +} + .border-x-red-400\\/20 { border-left-color: #f8717133; border-right-color: #f8717133; @@ -176902,11 +243057,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f871714d; } +.border-x-red-400\\/35 { + border-left-color: #f8717159; + border-right-color: #f8717159; +} + .border-x-red-400\\/40 { border-left-color: #f8717166; border-right-color: #f8717166; } +.border-x-red-400\\/45 { + border-left-color: #f8717173; + border-right-color: #f8717173; +} + .border-x-red-400\\/5 { border-left-color: #f871710d; border-right-color: #f871710d; @@ -176917,11 +243082,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8717180; } +.border-x-red-400\\/55 { + border-left-color: #f871718c; + border-right-color: #f871718c; +} + .border-x-red-400\\/60 { border-left-color: #f8717199; border-right-color: #f8717199; } +.border-x-red-400\\/65 { + border-left-color: #f87171a6; + border-right-color: #f87171a6; +} + .border-x-red-400\\/70 { border-left-color: #f87171b3; border-right-color: #f87171b3; @@ -176937,6 +243112,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f87171cc; } +.border-x-red-400\\/85 { + border-left-color: #f87171d9; + border-right-color: #f87171d9; +} + .border-x-red-400\\/90 { border-left-color: #f87171e6; border-right-color: #f87171e6; @@ -176968,6 +243148,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f2; } +.border-x-red-50\\/15 { + border-left-color: #fef2f226; + border-right-color: #fef2f226; +} + .border-x-red-50\\/20 { border-left-color: #fef2f233; border-right-color: #fef2f233; @@ -176983,11 +243168,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f24d; } +.border-x-red-50\\/35 { + border-left-color: #fef2f259; + border-right-color: #fef2f259; +} + .border-x-red-50\\/40 { border-left-color: #fef2f266; border-right-color: #fef2f266; } +.border-x-red-50\\/45 { + border-left-color: #fef2f273; + border-right-color: #fef2f273; +} + .border-x-red-50\\/5 { border-left-color: #fef2f20d; border-right-color: #fef2f20d; @@ -176998,11 +243193,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f280; } +.border-x-red-50\\/55 { + border-left-color: #fef2f28c; + border-right-color: #fef2f28c; +} + .border-x-red-50\\/60 { border-left-color: #fef2f299; border-right-color: #fef2f299; } +.border-x-red-50\\/65 { + border-left-color: #fef2f2a6; + border-right-color: #fef2f2a6; +} + .border-x-red-50\\/70 { border-left-color: #fef2f2b3; border-right-color: #fef2f2b3; @@ -177018,6 +243223,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f2cc; } +.border-x-red-50\\/85 { + border-left-color: #fef2f2d9; + border-right-color: #fef2f2d9; +} + .border-x-red-50\\/90 { border-left-color: #fef2f2e6; border-right-color: #fef2f2e6; @@ -177049,6 +243259,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef4444; } +.border-x-red-500\\/15 { + border-left-color: #ef444426; + border-right-color: #ef444426; +} + .border-x-red-500\\/20 { border-left-color: #ef444433; border-right-color: #ef444433; @@ -177064,11 +243279,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef44444d; } +.border-x-red-500\\/35 { + border-left-color: #ef444459; + border-right-color: #ef444459; +} + .border-x-red-500\\/40 { border-left-color: #ef444466; border-right-color: #ef444466; } +.border-x-red-500\\/45 { + border-left-color: #ef444473; + border-right-color: #ef444473; +} + .border-x-red-500\\/5 { border-left-color: #ef44440d; border-right-color: #ef44440d; @@ -177079,11 +243304,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef444480; } +.border-x-red-500\\/55 { + border-left-color: #ef44448c; + border-right-color: #ef44448c; +} + .border-x-red-500\\/60 { border-left-color: #ef444499; border-right-color: #ef444499; } +.border-x-red-500\\/65 { + border-left-color: #ef4444a6; + border-right-color: #ef4444a6; +} + .border-x-red-500\\/70 { border-left-color: #ef4444b3; border-right-color: #ef4444b3; @@ -177099,6 +243334,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef4444cc; } +.border-x-red-500\\/85 { + border-left-color: #ef4444d9; + border-right-color: #ef4444d9; +} + .border-x-red-500\\/90 { border-left-color: #ef4444e6; border-right-color: #ef4444e6; @@ -177130,6 +243370,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc2626; } +.border-x-red-600\\/15 { + border-left-color: #dc262626; + border-right-color: #dc262626; +} + .border-x-red-600\\/20 { border-left-color: #dc262633; border-right-color: #dc262633; @@ -177145,11 +243390,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc26264d; } +.border-x-red-600\\/35 { + border-left-color: #dc262659; + border-right-color: #dc262659; +} + .border-x-red-600\\/40 { border-left-color: #dc262666; border-right-color: #dc262666; } +.border-x-red-600\\/45 { + border-left-color: #dc262673; + border-right-color: #dc262673; +} + .border-x-red-600\\/5 { border-left-color: #dc26260d; border-right-color: #dc26260d; @@ -177160,11 +243415,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc262680; } +.border-x-red-600\\/55 { + border-left-color: #dc26268c; + border-right-color: #dc26268c; +} + .border-x-red-600\\/60 { border-left-color: #dc262699; border-right-color: #dc262699; } +.border-x-red-600\\/65 { + border-left-color: #dc2626a6; + border-right-color: #dc2626a6; +} + .border-x-red-600\\/70 { border-left-color: #dc2626b3; border-right-color: #dc2626b3; @@ -177180,6 +243445,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc2626cc; } +.border-x-red-600\\/85 { + border-left-color: #dc2626d9; + border-right-color: #dc2626d9; +} + .border-x-red-600\\/90 { border-left-color: #dc2626e6; border-right-color: #dc2626e6; @@ -177211,6 +243481,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1c; } +.border-x-red-700\\/15 { + border-left-color: #b91c1c26; + border-right-color: #b91c1c26; +} + .border-x-red-700\\/20 { border-left-color: #b91c1c33; border-right-color: #b91c1c33; @@ -177226,11 +243501,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1c4d; } +.border-x-red-700\\/35 { + border-left-color: #b91c1c59; + border-right-color: #b91c1c59; +} + .border-x-red-700\\/40 { border-left-color: #b91c1c66; border-right-color: #b91c1c66; } +.border-x-red-700\\/45 { + border-left-color: #b91c1c73; + border-right-color: #b91c1c73; +} + .border-x-red-700\\/5 { border-left-color: #b91c1c0d; border-right-color: #b91c1c0d; @@ -177241,11 +243526,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1c80; } +.border-x-red-700\\/55 { + border-left-color: #b91c1c8c; + border-right-color: #b91c1c8c; +} + .border-x-red-700\\/60 { border-left-color: #b91c1c99; border-right-color: #b91c1c99; } +.border-x-red-700\\/65 { + border-left-color: #b91c1ca6; + border-right-color: #b91c1ca6; +} + .border-x-red-700\\/70 { border-left-color: #b91c1cb3; border-right-color: #b91c1cb3; @@ -177261,6 +243556,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1ccc; } +.border-x-red-700\\/85 { + border-left-color: #b91c1cd9; + border-right-color: #b91c1cd9; +} + .border-x-red-700\\/90 { border-left-color: #b91c1ce6; border-right-color: #b91c1ce6; @@ -177292,6 +243592,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1b; } +.border-x-red-800\\/15 { + border-left-color: #991b1b26; + border-right-color: #991b1b26; +} + .border-x-red-800\\/20 { border-left-color: #991b1b33; border-right-color: #991b1b33; @@ -177307,11 +243612,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1b4d; } +.border-x-red-800\\/35 { + border-left-color: #991b1b59; + border-right-color: #991b1b59; +} + .border-x-red-800\\/40 { border-left-color: #991b1b66; border-right-color: #991b1b66; } +.border-x-red-800\\/45 { + border-left-color: #991b1b73; + border-right-color: #991b1b73; +} + .border-x-red-800\\/5 { border-left-color: #991b1b0d; border-right-color: #991b1b0d; @@ -177322,11 +243637,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1b80; } +.border-x-red-800\\/55 { + border-left-color: #991b1b8c; + border-right-color: #991b1b8c; +} + .border-x-red-800\\/60 { border-left-color: #991b1b99; border-right-color: #991b1b99; } +.border-x-red-800\\/65 { + border-left-color: #991b1ba6; + border-right-color: #991b1ba6; +} + .border-x-red-800\\/70 { border-left-color: #991b1bb3; border-right-color: #991b1bb3; @@ -177342,6 +243667,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1bcc; } +.border-x-red-800\\/85 { + border-left-color: #991b1bd9; + border-right-color: #991b1bd9; +} + .border-x-red-800\\/90 { border-left-color: #991b1be6; border-right-color: #991b1be6; @@ -177373,6 +243703,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1d; } +.border-x-red-900\\/15 { + border-left-color: #7f1d1d26; + border-right-color: #7f1d1d26; +} + .border-x-red-900\\/20 { border-left-color: #7f1d1d33; border-right-color: #7f1d1d33; @@ -177388,11 +243723,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1d4d; } +.border-x-red-900\\/35 { + border-left-color: #7f1d1d59; + border-right-color: #7f1d1d59; +} + .border-x-red-900\\/40 { border-left-color: #7f1d1d66; border-right-color: #7f1d1d66; } +.border-x-red-900\\/45 { + border-left-color: #7f1d1d73; + border-right-color: #7f1d1d73; +} + .border-x-red-900\\/5 { border-left-color: #7f1d1d0d; border-right-color: #7f1d1d0d; @@ -177403,11 +243748,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1d80; } +.border-x-red-900\\/55 { + border-left-color: #7f1d1d8c; + border-right-color: #7f1d1d8c; +} + .border-x-red-900\\/60 { border-left-color: #7f1d1d99; border-right-color: #7f1d1d99; } +.border-x-red-900\\/65 { + border-left-color: #7f1d1da6; + border-right-color: #7f1d1da6; +} + .border-x-red-900\\/70 { border-left-color: #7f1d1db3; border-right-color: #7f1d1db3; @@ -177423,6 +243778,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1dcc; } +.border-x-red-900\\/85 { + border-left-color: #7f1d1dd9; + border-right-color: #7f1d1dd9; +} + .border-x-red-900\\/90 { border-left-color: #7f1d1de6; border-right-color: #7f1d1de6; @@ -177454,6 +243814,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0a; } +.border-x-red-950\\/15 { + border-left-color: #450a0a26; + border-right-color: #450a0a26; +} + .border-x-red-950\\/20 { border-left-color: #450a0a33; border-right-color: #450a0a33; @@ -177469,11 +243834,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0a4d; } +.border-x-red-950\\/35 { + border-left-color: #450a0a59; + border-right-color: #450a0a59; +} + .border-x-red-950\\/40 { border-left-color: #450a0a66; border-right-color: #450a0a66; } +.border-x-red-950\\/45 { + border-left-color: #450a0a73; + border-right-color: #450a0a73; +} + .border-x-red-950\\/5 { border-left-color: #450a0a0d; border-right-color: #450a0a0d; @@ -177484,11 +243859,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0a80; } +.border-x-red-950\\/55 { + border-left-color: #450a0a8c; + border-right-color: #450a0a8c; +} + .border-x-red-950\\/60 { border-left-color: #450a0a99; border-right-color: #450a0a99; } +.border-x-red-950\\/65 { + border-left-color: #450a0aa6; + border-right-color: #450a0aa6; +} + .border-x-red-950\\/70 { border-left-color: #450a0ab3; border-right-color: #450a0ab3; @@ -177504,6 +243889,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0acc; } +.border-x-red-950\\/85 { + border-left-color: #450a0ad9; + border-right-color: #450a0ad9; +} + .border-x-red-950\\/90 { border-left-color: #450a0ae6; border-right-color: #450a0ae6; @@ -177535,6 +243925,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e6; } +.border-x-rose-100\\/15 { + border-left-color: #ffe4e626; + border-right-color: #ffe4e626; +} + .border-x-rose-100\\/20 { border-left-color: #ffe4e633; border-right-color: #ffe4e633; @@ -177550,11 +243945,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e64d; } +.border-x-rose-100\\/35 { + border-left-color: #ffe4e659; + border-right-color: #ffe4e659; +} + .border-x-rose-100\\/40 { border-left-color: #ffe4e666; border-right-color: #ffe4e666; } +.border-x-rose-100\\/45 { + border-left-color: #ffe4e673; + border-right-color: #ffe4e673; +} + .border-x-rose-100\\/5 { border-left-color: #ffe4e60d; border-right-color: #ffe4e60d; @@ -177565,11 +243970,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e680; } +.border-x-rose-100\\/55 { + border-left-color: #ffe4e68c; + border-right-color: #ffe4e68c; +} + .border-x-rose-100\\/60 { border-left-color: #ffe4e699; border-right-color: #ffe4e699; } +.border-x-rose-100\\/65 { + border-left-color: #ffe4e6a6; + border-right-color: #ffe4e6a6; +} + .border-x-rose-100\\/70 { border-left-color: #ffe4e6b3; border-right-color: #ffe4e6b3; @@ -177585,6 +244000,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e6cc; } +.border-x-rose-100\\/85 { + border-left-color: #ffe4e6d9; + border-right-color: #ffe4e6d9; +} + .border-x-rose-100\\/90 { border-left-color: #ffe4e6e6; border-right-color: #ffe4e6e6; @@ -177616,6 +244036,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd3; } +.border-x-rose-200\\/15 { + border-left-color: #fecdd326; + border-right-color: #fecdd326; +} + .border-x-rose-200\\/20 { border-left-color: #fecdd333; border-right-color: #fecdd333; @@ -177631,11 +244056,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd34d; } +.border-x-rose-200\\/35 { + border-left-color: #fecdd359; + border-right-color: #fecdd359; +} + .border-x-rose-200\\/40 { border-left-color: #fecdd366; border-right-color: #fecdd366; } +.border-x-rose-200\\/45 { + border-left-color: #fecdd373; + border-right-color: #fecdd373; +} + .border-x-rose-200\\/5 { border-left-color: #fecdd30d; border-right-color: #fecdd30d; @@ -177646,11 +244081,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd380; } +.border-x-rose-200\\/55 { + border-left-color: #fecdd38c; + border-right-color: #fecdd38c; +} + .border-x-rose-200\\/60 { border-left-color: #fecdd399; border-right-color: #fecdd399; } +.border-x-rose-200\\/65 { + border-left-color: #fecdd3a6; + border-right-color: #fecdd3a6; +} + .border-x-rose-200\\/70 { border-left-color: #fecdd3b3; border-right-color: #fecdd3b3; @@ -177666,6 +244111,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd3cc; } +.border-x-rose-200\\/85 { + border-left-color: #fecdd3d9; + border-right-color: #fecdd3d9; +} + .border-x-rose-200\\/90 { border-left-color: #fecdd3e6; border-right-color: #fecdd3e6; @@ -177697,6 +244147,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4af; } +.border-x-rose-300\\/15 { + border-left-color: #fda4af26; + border-right-color: #fda4af26; +} + .border-x-rose-300\\/20 { border-left-color: #fda4af33; border-right-color: #fda4af33; @@ -177712,11 +244167,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4af4d; } +.border-x-rose-300\\/35 { + border-left-color: #fda4af59; + border-right-color: #fda4af59; +} + .border-x-rose-300\\/40 { border-left-color: #fda4af66; border-right-color: #fda4af66; } +.border-x-rose-300\\/45 { + border-left-color: #fda4af73; + border-right-color: #fda4af73; +} + .border-x-rose-300\\/5 { border-left-color: #fda4af0d; border-right-color: #fda4af0d; @@ -177727,11 +244192,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4af80; } +.border-x-rose-300\\/55 { + border-left-color: #fda4af8c; + border-right-color: #fda4af8c; +} + .border-x-rose-300\\/60 { border-left-color: #fda4af99; border-right-color: #fda4af99; } +.border-x-rose-300\\/65 { + border-left-color: #fda4afa6; + border-right-color: #fda4afa6; +} + .border-x-rose-300\\/70 { border-left-color: #fda4afb3; border-right-color: #fda4afb3; @@ -177747,6 +244222,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4afcc; } +.border-x-rose-300\\/85 { + border-left-color: #fda4afd9; + border-right-color: #fda4afd9; +} + .border-x-rose-300\\/90 { border-left-color: #fda4afe6; border-right-color: #fda4afe6; @@ -177778,6 +244258,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb7185; } +.border-x-rose-400\\/15 { + border-left-color: #fb718526; + border-right-color: #fb718526; +} + .border-x-rose-400\\/20 { border-left-color: #fb718533; border-right-color: #fb718533; @@ -177793,11 +244278,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb71854d; } +.border-x-rose-400\\/35 { + border-left-color: #fb718559; + border-right-color: #fb718559; +} + .border-x-rose-400\\/40 { border-left-color: #fb718566; border-right-color: #fb718566; } +.border-x-rose-400\\/45 { + border-left-color: #fb718573; + border-right-color: #fb718573; +} + .border-x-rose-400\\/5 { border-left-color: #fb71850d; border-right-color: #fb71850d; @@ -177808,11 +244303,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb718580; } +.border-x-rose-400\\/55 { + border-left-color: #fb71858c; + border-right-color: #fb71858c; +} + .border-x-rose-400\\/60 { border-left-color: #fb718599; border-right-color: #fb718599; } +.border-x-rose-400\\/65 { + border-left-color: #fb7185a6; + border-right-color: #fb7185a6; +} + .border-x-rose-400\\/70 { border-left-color: #fb7185b3; border-right-color: #fb7185b3; @@ -177828,6 +244333,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb7185cc; } +.border-x-rose-400\\/85 { + border-left-color: #fb7185d9; + border-right-color: #fb7185d9; +} + .border-x-rose-400\\/90 { border-left-color: #fb7185e6; border-right-color: #fb7185e6; @@ -177859,6 +244369,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f2; } +.border-x-rose-50\\/15 { + border-left-color: #fff1f226; + border-right-color: #fff1f226; +} + .border-x-rose-50\\/20 { border-left-color: #fff1f233; border-right-color: #fff1f233; @@ -177874,11 +244389,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f24d; } +.border-x-rose-50\\/35 { + border-left-color: #fff1f259; + border-right-color: #fff1f259; +} + .border-x-rose-50\\/40 { border-left-color: #fff1f266; border-right-color: #fff1f266; } +.border-x-rose-50\\/45 { + border-left-color: #fff1f273; + border-right-color: #fff1f273; +} + .border-x-rose-50\\/5 { border-left-color: #fff1f20d; border-right-color: #fff1f20d; @@ -177889,11 +244414,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f280; } +.border-x-rose-50\\/55 { + border-left-color: #fff1f28c; + border-right-color: #fff1f28c; +} + .border-x-rose-50\\/60 { border-left-color: #fff1f299; border-right-color: #fff1f299; } +.border-x-rose-50\\/65 { + border-left-color: #fff1f2a6; + border-right-color: #fff1f2a6; +} + .border-x-rose-50\\/70 { border-left-color: #fff1f2b3; border-right-color: #fff1f2b3; @@ -177909,6 +244444,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f2cc; } +.border-x-rose-50\\/85 { + border-left-color: #fff1f2d9; + border-right-color: #fff1f2d9; +} + .border-x-rose-50\\/90 { border-left-color: #fff1f2e6; border-right-color: #fff1f2e6; @@ -177940,6 +244480,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5e; } +.border-x-rose-500\\/15 { + border-left-color: #f43f5e26; + border-right-color: #f43f5e26; +} + .border-x-rose-500\\/20 { border-left-color: #f43f5e33; border-right-color: #f43f5e33; @@ -177955,11 +244500,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5e4d; } +.border-x-rose-500\\/35 { + border-left-color: #f43f5e59; + border-right-color: #f43f5e59; +} + .border-x-rose-500\\/40 { border-left-color: #f43f5e66; border-right-color: #f43f5e66; } +.border-x-rose-500\\/45 { + border-left-color: #f43f5e73; + border-right-color: #f43f5e73; +} + .border-x-rose-500\\/5 { border-left-color: #f43f5e0d; border-right-color: #f43f5e0d; @@ -177970,11 +244525,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5e80; } +.border-x-rose-500\\/55 { + border-left-color: #f43f5e8c; + border-right-color: #f43f5e8c; +} + .border-x-rose-500\\/60 { border-left-color: #f43f5e99; border-right-color: #f43f5e99; } +.border-x-rose-500\\/65 { + border-left-color: #f43f5ea6; + border-right-color: #f43f5ea6; +} + .border-x-rose-500\\/70 { border-left-color: #f43f5eb3; border-right-color: #f43f5eb3; @@ -177990,6 +244555,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5ecc; } +.border-x-rose-500\\/85 { + border-left-color: #f43f5ed9; + border-right-color: #f43f5ed9; +} + .border-x-rose-500\\/90 { border-left-color: #f43f5ee6; border-right-color: #f43f5ee6; @@ -178021,6 +244591,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d48; } +.border-x-rose-600\\/15 { + border-left-color: #e11d4826; + border-right-color: #e11d4826; +} + .border-x-rose-600\\/20 { border-left-color: #e11d4833; border-right-color: #e11d4833; @@ -178036,11 +244611,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d484d; } +.border-x-rose-600\\/35 { + border-left-color: #e11d4859; + border-right-color: #e11d4859; +} + .border-x-rose-600\\/40 { border-left-color: #e11d4866; border-right-color: #e11d4866; } +.border-x-rose-600\\/45 { + border-left-color: #e11d4873; + border-right-color: #e11d4873; +} + .border-x-rose-600\\/5 { border-left-color: #e11d480d; border-right-color: #e11d480d; @@ -178051,11 +244636,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d4880; } +.border-x-rose-600\\/55 { + border-left-color: #e11d488c; + border-right-color: #e11d488c; +} + .border-x-rose-600\\/60 { border-left-color: #e11d4899; border-right-color: #e11d4899; } +.border-x-rose-600\\/65 { + border-left-color: #e11d48a6; + border-right-color: #e11d48a6; +} + .border-x-rose-600\\/70 { border-left-color: #e11d48b3; border-right-color: #e11d48b3; @@ -178071,6 +244666,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d48cc; } +.border-x-rose-600\\/85 { + border-left-color: #e11d48d9; + border-right-color: #e11d48d9; +} + .border-x-rose-600\\/90 { border-left-color: #e11d48e6; border-right-color: #e11d48e6; @@ -178102,6 +244702,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123c; } +.border-x-rose-700\\/15 { + border-left-color: #be123c26; + border-right-color: #be123c26; +} + .border-x-rose-700\\/20 { border-left-color: #be123c33; border-right-color: #be123c33; @@ -178117,11 +244722,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123c4d; } +.border-x-rose-700\\/35 { + border-left-color: #be123c59; + border-right-color: #be123c59; +} + .border-x-rose-700\\/40 { border-left-color: #be123c66; border-right-color: #be123c66; } +.border-x-rose-700\\/45 { + border-left-color: #be123c73; + border-right-color: #be123c73; +} + .border-x-rose-700\\/5 { border-left-color: #be123c0d; border-right-color: #be123c0d; @@ -178132,11 +244747,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123c80; } +.border-x-rose-700\\/55 { + border-left-color: #be123c8c; + border-right-color: #be123c8c; +} + .border-x-rose-700\\/60 { border-left-color: #be123c99; border-right-color: #be123c99; } +.border-x-rose-700\\/65 { + border-left-color: #be123ca6; + border-right-color: #be123ca6; +} + .border-x-rose-700\\/70 { border-left-color: #be123cb3; border-right-color: #be123cb3; @@ -178152,6 +244777,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123ccc; } +.border-x-rose-700\\/85 { + border-left-color: #be123cd9; + border-right-color: #be123cd9; +} + .border-x-rose-700\\/90 { border-left-color: #be123ce6; border-right-color: #be123ce6; @@ -178183,6 +244813,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f1239; } +.border-x-rose-800\\/15 { + border-left-color: #9f123926; + border-right-color: #9f123926; +} + .border-x-rose-800\\/20 { border-left-color: #9f123933; border-right-color: #9f123933; @@ -178198,11 +244833,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f12394d; } +.border-x-rose-800\\/35 { + border-left-color: #9f123959; + border-right-color: #9f123959; +} + .border-x-rose-800\\/40 { border-left-color: #9f123966; border-right-color: #9f123966; } +.border-x-rose-800\\/45 { + border-left-color: #9f123973; + border-right-color: #9f123973; +} + .border-x-rose-800\\/5 { border-left-color: #9f12390d; border-right-color: #9f12390d; @@ -178213,11 +244858,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f123980; } +.border-x-rose-800\\/55 { + border-left-color: #9f12398c; + border-right-color: #9f12398c; +} + .border-x-rose-800\\/60 { border-left-color: #9f123999; border-right-color: #9f123999; } +.border-x-rose-800\\/65 { + border-left-color: #9f1239a6; + border-right-color: #9f1239a6; +} + .border-x-rose-800\\/70 { border-left-color: #9f1239b3; border-right-color: #9f1239b3; @@ -178233,6 +244888,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f1239cc; } +.border-x-rose-800\\/85 { + border-left-color: #9f1239d9; + border-right-color: #9f1239d9; +} + .border-x-rose-800\\/90 { border-left-color: #9f1239e6; border-right-color: #9f1239e6; @@ -178264,6 +244924,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #881337; } +.border-x-rose-900\\/15 { + border-left-color: #88133726; + border-right-color: #88133726; +} + .border-x-rose-900\\/20 { border-left-color: #88133733; border-right-color: #88133733; @@ -178279,11 +244944,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8813374d; } +.border-x-rose-900\\/35 { + border-left-color: #88133759; + border-right-color: #88133759; +} + .border-x-rose-900\\/40 { border-left-color: #88133766; border-right-color: #88133766; } +.border-x-rose-900\\/45 { + border-left-color: #88133773; + border-right-color: #88133773; +} + .border-x-rose-900\\/5 { border-left-color: #8813370d; border-right-color: #8813370d; @@ -178294,11 +244969,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #88133780; } +.border-x-rose-900\\/55 { + border-left-color: #8813378c; + border-right-color: #8813378c; +} + .border-x-rose-900\\/60 { border-left-color: #88133799; border-right-color: #88133799; } +.border-x-rose-900\\/65 { + border-left-color: #881337a6; + border-right-color: #881337a6; +} + .border-x-rose-900\\/70 { border-left-color: #881337b3; border-right-color: #881337b3; @@ -178314,6 +244999,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #881337cc; } +.border-x-rose-900\\/85 { + border-left-color: #881337d9; + border-right-color: #881337d9; +} + .border-x-rose-900\\/90 { border-left-color: #881337e6; border-right-color: #881337e6; @@ -178345,6 +245035,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c0519; } +.border-x-rose-950\\/15 { + border-left-color: #4c051926; + border-right-color: #4c051926; +} + .border-x-rose-950\\/20 { border-left-color: #4c051933; border-right-color: #4c051933; @@ -178360,11 +245055,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c05194d; } +.border-x-rose-950\\/35 { + border-left-color: #4c051959; + border-right-color: #4c051959; +} + .border-x-rose-950\\/40 { border-left-color: #4c051966; border-right-color: #4c051966; } +.border-x-rose-950\\/45 { + border-left-color: #4c051973; + border-right-color: #4c051973; +} + .border-x-rose-950\\/5 { border-left-color: #4c05190d; border-right-color: #4c05190d; @@ -178375,11 +245080,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c051980; } +.border-x-rose-950\\/55 { + border-left-color: #4c05198c; + border-right-color: #4c05198c; +} + .border-x-rose-950\\/60 { border-left-color: #4c051999; border-right-color: #4c051999; } +.border-x-rose-950\\/65 { + border-left-color: #4c0519a6; + border-right-color: #4c0519a6; +} + .border-x-rose-950\\/70 { border-left-color: #4c0519b3; border-right-color: #4c0519b3; @@ -178395,6 +245110,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c0519cc; } +.border-x-rose-950\\/85 { + border-left-color: #4c0519d9; + border-right-color: #4c0519d9; +} + .border-x-rose-950\\/90 { border-left-color: #4c0519e6; border-right-color: #4c0519e6; @@ -178426,6 +245146,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fe; } +.border-x-sky-100\\/15 { + border-left-color: #e0f2fe26; + border-right-color: #e0f2fe26; +} + .border-x-sky-100\\/20 { border-left-color: #e0f2fe33; border-right-color: #e0f2fe33; @@ -178441,11 +245166,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fe4d; } +.border-x-sky-100\\/35 { + border-left-color: #e0f2fe59; + border-right-color: #e0f2fe59; +} + .border-x-sky-100\\/40 { border-left-color: #e0f2fe66; border-right-color: #e0f2fe66; } +.border-x-sky-100\\/45 { + border-left-color: #e0f2fe73; + border-right-color: #e0f2fe73; +} + .border-x-sky-100\\/5 { border-left-color: #e0f2fe0d; border-right-color: #e0f2fe0d; @@ -178456,11 +245191,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fe80; } +.border-x-sky-100\\/55 { + border-left-color: #e0f2fe8c; + border-right-color: #e0f2fe8c; +} + .border-x-sky-100\\/60 { border-left-color: #e0f2fe99; border-right-color: #e0f2fe99; } +.border-x-sky-100\\/65 { + border-left-color: #e0f2fea6; + border-right-color: #e0f2fea6; +} + .border-x-sky-100\\/70 { border-left-color: #e0f2feb3; border-right-color: #e0f2feb3; @@ -178476,6 +245221,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fecc; } +.border-x-sky-100\\/85 { + border-left-color: #e0f2fed9; + border-right-color: #e0f2fed9; +} + .border-x-sky-100\\/90 { border-left-color: #e0f2fee6; border-right-color: #e0f2fee6; @@ -178507,6 +245257,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fd; } +.border-x-sky-200\\/15 { + border-left-color: #bae6fd26; + border-right-color: #bae6fd26; +} + .border-x-sky-200\\/20 { border-left-color: #bae6fd33; border-right-color: #bae6fd33; @@ -178522,11 +245277,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fd4d; } +.border-x-sky-200\\/35 { + border-left-color: #bae6fd59; + border-right-color: #bae6fd59; +} + .border-x-sky-200\\/40 { border-left-color: #bae6fd66; border-right-color: #bae6fd66; } +.border-x-sky-200\\/45 { + border-left-color: #bae6fd73; + border-right-color: #bae6fd73; +} + .border-x-sky-200\\/5 { border-left-color: #bae6fd0d; border-right-color: #bae6fd0d; @@ -178537,11 +245302,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fd80; } +.border-x-sky-200\\/55 { + border-left-color: #bae6fd8c; + border-right-color: #bae6fd8c; +} + .border-x-sky-200\\/60 { border-left-color: #bae6fd99; border-right-color: #bae6fd99; } +.border-x-sky-200\\/65 { + border-left-color: #bae6fda6; + border-right-color: #bae6fda6; +} + .border-x-sky-200\\/70 { border-left-color: #bae6fdb3; border-right-color: #bae6fdb3; @@ -178557,6 +245332,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fdcc; } +.border-x-sky-200\\/85 { + border-left-color: #bae6fdd9; + border-right-color: #bae6fdd9; +} + .border-x-sky-200\\/90 { border-left-color: #bae6fde6; border-right-color: #bae6fde6; @@ -178588,6 +245368,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fc; } +.border-x-sky-300\\/15 { + border-left-color: #7dd3fc26; + border-right-color: #7dd3fc26; +} + .border-x-sky-300\\/20 { border-left-color: #7dd3fc33; border-right-color: #7dd3fc33; @@ -178603,11 +245388,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fc4d; } +.border-x-sky-300\\/35 { + border-left-color: #7dd3fc59; + border-right-color: #7dd3fc59; +} + .border-x-sky-300\\/40 { border-left-color: #7dd3fc66; border-right-color: #7dd3fc66; } +.border-x-sky-300\\/45 { + border-left-color: #7dd3fc73; + border-right-color: #7dd3fc73; +} + .border-x-sky-300\\/5 { border-left-color: #7dd3fc0d; border-right-color: #7dd3fc0d; @@ -178618,11 +245413,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fc80; } +.border-x-sky-300\\/55 { + border-left-color: #7dd3fc8c; + border-right-color: #7dd3fc8c; +} + .border-x-sky-300\\/60 { border-left-color: #7dd3fc99; border-right-color: #7dd3fc99; } +.border-x-sky-300\\/65 { + border-left-color: #7dd3fca6; + border-right-color: #7dd3fca6; +} + .border-x-sky-300\\/70 { border-left-color: #7dd3fcb3; border-right-color: #7dd3fcb3; @@ -178638,6 +245443,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fccc; } +.border-x-sky-300\\/85 { + border-left-color: #7dd3fcd9; + border-right-color: #7dd3fcd9; +} + .border-x-sky-300\\/90 { border-left-color: #7dd3fce6; border-right-color: #7dd3fce6; @@ -178669,6 +245479,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf8; } +.border-x-sky-400\\/15 { + border-left-color: #38bdf826; + border-right-color: #38bdf826; +} + .border-x-sky-400\\/20 { border-left-color: #38bdf833; border-right-color: #38bdf833; @@ -178684,11 +245499,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf84d; } +.border-x-sky-400\\/35 { + border-left-color: #38bdf859; + border-right-color: #38bdf859; +} + .border-x-sky-400\\/40 { border-left-color: #38bdf866; border-right-color: #38bdf866; } +.border-x-sky-400\\/45 { + border-left-color: #38bdf873; + border-right-color: #38bdf873; +} + .border-x-sky-400\\/5 { border-left-color: #38bdf80d; border-right-color: #38bdf80d; @@ -178699,11 +245524,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf880; } +.border-x-sky-400\\/55 { + border-left-color: #38bdf88c; + border-right-color: #38bdf88c; +} + .border-x-sky-400\\/60 { border-left-color: #38bdf899; border-right-color: #38bdf899; } +.border-x-sky-400\\/65 { + border-left-color: #38bdf8a6; + border-right-color: #38bdf8a6; +} + .border-x-sky-400\\/70 { border-left-color: #38bdf8b3; border-right-color: #38bdf8b3; @@ -178719,6 +245554,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf8cc; } +.border-x-sky-400\\/85 { + border-left-color: #38bdf8d9; + border-right-color: #38bdf8d9; +} + .border-x-sky-400\\/90 { border-left-color: #38bdf8e6; border-right-color: #38bdf8e6; @@ -178750,6 +245590,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ff; } +.border-x-sky-50\\/15 { + border-left-color: #f0f9ff26; + border-right-color: #f0f9ff26; +} + .border-x-sky-50\\/20 { border-left-color: #f0f9ff33; border-right-color: #f0f9ff33; @@ -178765,11 +245610,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ff4d; } +.border-x-sky-50\\/35 { + border-left-color: #f0f9ff59; + border-right-color: #f0f9ff59; +} + .border-x-sky-50\\/40 { border-left-color: #f0f9ff66; border-right-color: #f0f9ff66; } +.border-x-sky-50\\/45 { + border-left-color: #f0f9ff73; + border-right-color: #f0f9ff73; +} + .border-x-sky-50\\/5 { border-left-color: #f0f9ff0d; border-right-color: #f0f9ff0d; @@ -178780,11 +245635,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ff80; } +.border-x-sky-50\\/55 { + border-left-color: #f0f9ff8c; + border-right-color: #f0f9ff8c; +} + .border-x-sky-50\\/60 { border-left-color: #f0f9ff99; border-right-color: #f0f9ff99; } +.border-x-sky-50\\/65 { + border-left-color: #f0f9ffa6; + border-right-color: #f0f9ffa6; +} + .border-x-sky-50\\/70 { border-left-color: #f0f9ffb3; border-right-color: #f0f9ffb3; @@ -178800,6 +245665,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ffcc; } +.border-x-sky-50\\/85 { + border-left-color: #f0f9ffd9; + border-right-color: #f0f9ffd9; +} + .border-x-sky-50\\/90 { border-left-color: #f0f9ffe6; border-right-color: #f0f9ffe6; @@ -178831,6 +245701,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e9; } +.border-x-sky-500\\/15 { + border-left-color: #0ea5e926; + border-right-color: #0ea5e926; +} + .border-x-sky-500\\/20 { border-left-color: #0ea5e933; border-right-color: #0ea5e933; @@ -178846,11 +245721,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e94d; } +.border-x-sky-500\\/35 { + border-left-color: #0ea5e959; + border-right-color: #0ea5e959; +} + .border-x-sky-500\\/40 { border-left-color: #0ea5e966; border-right-color: #0ea5e966; } +.border-x-sky-500\\/45 { + border-left-color: #0ea5e973; + border-right-color: #0ea5e973; +} + .border-x-sky-500\\/5 { border-left-color: #0ea5e90d; border-right-color: #0ea5e90d; @@ -178861,11 +245746,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e980; } +.border-x-sky-500\\/55 { + border-left-color: #0ea5e98c; + border-right-color: #0ea5e98c; +} + .border-x-sky-500\\/60 { border-left-color: #0ea5e999; border-right-color: #0ea5e999; } +.border-x-sky-500\\/65 { + border-left-color: #0ea5e9a6; + border-right-color: #0ea5e9a6; +} + .border-x-sky-500\\/70 { border-left-color: #0ea5e9b3; border-right-color: #0ea5e9b3; @@ -178881,6 +245776,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e9cc; } +.border-x-sky-500\\/85 { + border-left-color: #0ea5e9d9; + border-right-color: #0ea5e9d9; +} + .border-x-sky-500\\/90 { border-left-color: #0ea5e9e6; border-right-color: #0ea5e9e6; @@ -178912,6 +245812,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c7; } +.border-x-sky-600\\/15 { + border-left-color: #0284c726; + border-right-color: #0284c726; +} + .border-x-sky-600\\/20 { border-left-color: #0284c733; border-right-color: #0284c733; @@ -178927,11 +245832,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c74d; } +.border-x-sky-600\\/35 { + border-left-color: #0284c759; + border-right-color: #0284c759; +} + .border-x-sky-600\\/40 { border-left-color: #0284c766; border-right-color: #0284c766; } +.border-x-sky-600\\/45 { + border-left-color: #0284c773; + border-right-color: #0284c773; +} + .border-x-sky-600\\/5 { border-left-color: #0284c70d; border-right-color: #0284c70d; @@ -178942,11 +245857,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c780; } +.border-x-sky-600\\/55 { + border-left-color: #0284c78c; + border-right-color: #0284c78c; +} + .border-x-sky-600\\/60 { border-left-color: #0284c799; border-right-color: #0284c799; } +.border-x-sky-600\\/65 { + border-left-color: #0284c7a6; + border-right-color: #0284c7a6; +} + .border-x-sky-600\\/70 { border-left-color: #0284c7b3; border-right-color: #0284c7b3; @@ -178962,6 +245887,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c7cc; } +.border-x-sky-600\\/85 { + border-left-color: #0284c7d9; + border-right-color: #0284c7d9; +} + .border-x-sky-600\\/90 { border-left-color: #0284c7e6; border-right-color: #0284c7e6; @@ -178993,6 +245923,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a1; } +.border-x-sky-700\\/15 { + border-left-color: #0369a126; + border-right-color: #0369a126; +} + .border-x-sky-700\\/20 { border-left-color: #0369a133; border-right-color: #0369a133; @@ -179008,11 +245943,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a14d; } +.border-x-sky-700\\/35 { + border-left-color: #0369a159; + border-right-color: #0369a159; +} + .border-x-sky-700\\/40 { border-left-color: #0369a166; border-right-color: #0369a166; } +.border-x-sky-700\\/45 { + border-left-color: #0369a173; + border-right-color: #0369a173; +} + .border-x-sky-700\\/5 { border-left-color: #0369a10d; border-right-color: #0369a10d; @@ -179023,11 +245968,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a180; } +.border-x-sky-700\\/55 { + border-left-color: #0369a18c; + border-right-color: #0369a18c; +} + .border-x-sky-700\\/60 { border-left-color: #0369a199; border-right-color: #0369a199; } +.border-x-sky-700\\/65 { + border-left-color: #0369a1a6; + border-right-color: #0369a1a6; +} + .border-x-sky-700\\/70 { border-left-color: #0369a1b3; border-right-color: #0369a1b3; @@ -179043,6 +245998,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a1cc; } +.border-x-sky-700\\/85 { + border-left-color: #0369a1d9; + border-right-color: #0369a1d9; +} + .border-x-sky-700\\/90 { border-left-color: #0369a1e6; border-right-color: #0369a1e6; @@ -179074,6 +246034,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #075985; } +.border-x-sky-800\\/15 { + border-left-color: #07598526; + border-right-color: #07598526; +} + .border-x-sky-800\\/20 { border-left-color: #07598533; border-right-color: #07598533; @@ -179089,11 +246054,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0759854d; } +.border-x-sky-800\\/35 { + border-left-color: #07598559; + border-right-color: #07598559; +} + .border-x-sky-800\\/40 { border-left-color: #07598566; border-right-color: #07598566; } +.border-x-sky-800\\/45 { + border-left-color: #07598573; + border-right-color: #07598573; +} + .border-x-sky-800\\/5 { border-left-color: #0759850d; border-right-color: #0759850d; @@ -179104,11 +246079,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #07598580; } +.border-x-sky-800\\/55 { + border-left-color: #0759858c; + border-right-color: #0759858c; +} + .border-x-sky-800\\/60 { border-left-color: #07598599; border-right-color: #07598599; } +.border-x-sky-800\\/65 { + border-left-color: #075985a6; + border-right-color: #075985a6; +} + .border-x-sky-800\\/70 { border-left-color: #075985b3; border-right-color: #075985b3; @@ -179124,6 +246109,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #075985cc; } +.border-x-sky-800\\/85 { + border-left-color: #075985d9; + border-right-color: #075985d9; +} + .border-x-sky-800\\/90 { border-left-color: #075985e6; border-right-color: #075985e6; @@ -179155,6 +246145,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6e; } +.border-x-sky-900\\/15 { + border-left-color: #0c4a6e26; + border-right-color: #0c4a6e26; +} + .border-x-sky-900\\/20 { border-left-color: #0c4a6e33; border-right-color: #0c4a6e33; @@ -179170,11 +246165,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6e4d; } +.border-x-sky-900\\/35 { + border-left-color: #0c4a6e59; + border-right-color: #0c4a6e59; +} + .border-x-sky-900\\/40 { border-left-color: #0c4a6e66; border-right-color: #0c4a6e66; } +.border-x-sky-900\\/45 { + border-left-color: #0c4a6e73; + border-right-color: #0c4a6e73; +} + .border-x-sky-900\\/5 { border-left-color: #0c4a6e0d; border-right-color: #0c4a6e0d; @@ -179185,11 +246190,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6e80; } +.border-x-sky-900\\/55 { + border-left-color: #0c4a6e8c; + border-right-color: #0c4a6e8c; +} + .border-x-sky-900\\/60 { border-left-color: #0c4a6e99; border-right-color: #0c4a6e99; } +.border-x-sky-900\\/65 { + border-left-color: #0c4a6ea6; + border-right-color: #0c4a6ea6; +} + .border-x-sky-900\\/70 { border-left-color: #0c4a6eb3; border-right-color: #0c4a6eb3; @@ -179205,6 +246220,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6ecc; } +.border-x-sky-900\\/85 { + border-left-color: #0c4a6ed9; + border-right-color: #0c4a6ed9; +} + .border-x-sky-900\\/90 { border-left-color: #0c4a6ee6; border-right-color: #0c4a6ee6; @@ -179236,6 +246256,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f49; } +.border-x-sky-950\\/15 { + border-left-color: #082f4926; + border-right-color: #082f4926; +} + .border-x-sky-950\\/20 { border-left-color: #082f4933; border-right-color: #082f4933; @@ -179251,11 +246276,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f494d; } +.border-x-sky-950\\/35 { + border-left-color: #082f4959; + border-right-color: #082f4959; +} + .border-x-sky-950\\/40 { border-left-color: #082f4966; border-right-color: #082f4966; } +.border-x-sky-950\\/45 { + border-left-color: #082f4973; + border-right-color: #082f4973; +} + .border-x-sky-950\\/5 { border-left-color: #082f490d; border-right-color: #082f490d; @@ -179266,11 +246301,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f4980; } +.border-x-sky-950\\/55 { + border-left-color: #082f498c; + border-right-color: #082f498c; +} + .border-x-sky-950\\/60 { border-left-color: #082f4999; border-right-color: #082f4999; } +.border-x-sky-950\\/65 { + border-left-color: #082f49a6; + border-right-color: #082f49a6; +} + .border-x-sky-950\\/70 { border-left-color: #082f49b3; border-right-color: #082f49b3; @@ -179286,6 +246331,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f49cc; } +.border-x-sky-950\\/85 { + border-left-color: #082f49d9; + border-right-color: #082f49d9; +} + .border-x-sky-950\\/90 { border-left-color: #082f49e6; border-right-color: #082f49e6; @@ -179317,6 +246367,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f9; } +.border-x-slate-100\\/15 { + border-left-color: #f1f5f926; + border-right-color: #f1f5f926; +} + .border-x-slate-100\\/20 { border-left-color: #f1f5f933; border-right-color: #f1f5f933; @@ -179332,11 +246387,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f94d; } +.border-x-slate-100\\/35 { + border-left-color: #f1f5f959; + border-right-color: #f1f5f959; +} + .border-x-slate-100\\/40 { border-left-color: #f1f5f966; border-right-color: #f1f5f966; } +.border-x-slate-100\\/45 { + border-left-color: #f1f5f973; + border-right-color: #f1f5f973; +} + .border-x-slate-100\\/5 { border-left-color: #f1f5f90d; border-right-color: #f1f5f90d; @@ -179347,11 +246412,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f980; } +.border-x-slate-100\\/55 { + border-left-color: #f1f5f98c; + border-right-color: #f1f5f98c; +} + .border-x-slate-100\\/60 { border-left-color: #f1f5f999; border-right-color: #f1f5f999; } +.border-x-slate-100\\/65 { + border-left-color: #f1f5f9a6; + border-right-color: #f1f5f9a6; +} + .border-x-slate-100\\/70 { border-left-color: #f1f5f9b3; border-right-color: #f1f5f9b3; @@ -179367,6 +246442,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f9cc; } +.border-x-slate-100\\/85 { + border-left-color: #f1f5f9d9; + border-right-color: #f1f5f9d9; +} + .border-x-slate-100\\/90 { border-left-color: #f1f5f9e6; border-right-color: #f1f5f9e6; @@ -179398,6 +246478,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f0; } +.border-x-slate-200\\/15 { + border-left-color: #e2e8f026; + border-right-color: #e2e8f026; +} + .border-x-slate-200\\/20 { border-left-color: #e2e8f033; border-right-color: #e2e8f033; @@ -179413,11 +246498,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f04d; } +.border-x-slate-200\\/35 { + border-left-color: #e2e8f059; + border-right-color: #e2e8f059; +} + .border-x-slate-200\\/40 { border-left-color: #e2e8f066; border-right-color: #e2e8f066; } +.border-x-slate-200\\/45 { + border-left-color: #e2e8f073; + border-right-color: #e2e8f073; +} + .border-x-slate-200\\/5 { border-left-color: #e2e8f00d; border-right-color: #e2e8f00d; @@ -179428,11 +246523,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f080; } +.border-x-slate-200\\/55 { + border-left-color: #e2e8f08c; + border-right-color: #e2e8f08c; +} + .border-x-slate-200\\/60 { border-left-color: #e2e8f099; border-right-color: #e2e8f099; } +.border-x-slate-200\\/65 { + border-left-color: #e2e8f0a6; + border-right-color: #e2e8f0a6; +} + .border-x-slate-200\\/70 { border-left-color: #e2e8f0b3; border-right-color: #e2e8f0b3; @@ -179448,6 +246553,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f0cc; } +.border-x-slate-200\\/85 { + border-left-color: #e2e8f0d9; + border-right-color: #e2e8f0d9; +} + .border-x-slate-200\\/90 { border-left-color: #e2e8f0e6; border-right-color: #e2e8f0e6; @@ -179479,6 +246589,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e1; } +.border-x-slate-300\\/15 { + border-left-color: #cbd5e126; + border-right-color: #cbd5e126; +} + .border-x-slate-300\\/20 { border-left-color: #cbd5e133; border-right-color: #cbd5e133; @@ -179494,11 +246609,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e14d; } +.border-x-slate-300\\/35 { + border-left-color: #cbd5e159; + border-right-color: #cbd5e159; +} + .border-x-slate-300\\/40 { border-left-color: #cbd5e166; border-right-color: #cbd5e166; } +.border-x-slate-300\\/45 { + border-left-color: #cbd5e173; + border-right-color: #cbd5e173; +} + .border-x-slate-300\\/5 { border-left-color: #cbd5e10d; border-right-color: #cbd5e10d; @@ -179509,11 +246634,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e180; } +.border-x-slate-300\\/55 { + border-left-color: #cbd5e18c; + border-right-color: #cbd5e18c; +} + .border-x-slate-300\\/60 { border-left-color: #cbd5e199; border-right-color: #cbd5e199; } +.border-x-slate-300\\/65 { + border-left-color: #cbd5e1a6; + border-right-color: #cbd5e1a6; +} + .border-x-slate-300\\/70 { border-left-color: #cbd5e1b3; border-right-color: #cbd5e1b3; @@ -179529,6 +246664,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e1cc; } +.border-x-slate-300\\/85 { + border-left-color: #cbd5e1d9; + border-right-color: #cbd5e1d9; +} + .border-x-slate-300\\/90 { border-left-color: #cbd5e1e6; border-right-color: #cbd5e1e6; @@ -179560,6 +246700,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b8; } +.border-x-slate-400\\/15 { + border-left-color: #94a3b826; + border-right-color: #94a3b826; +} + .border-x-slate-400\\/20 { border-left-color: #94a3b833; border-right-color: #94a3b833; @@ -179575,11 +246720,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b84d; } +.border-x-slate-400\\/35 { + border-left-color: #94a3b859; + border-right-color: #94a3b859; +} + .border-x-slate-400\\/40 { border-left-color: #94a3b866; border-right-color: #94a3b866; } +.border-x-slate-400\\/45 { + border-left-color: #94a3b873; + border-right-color: #94a3b873; +} + .border-x-slate-400\\/5 { border-left-color: #94a3b80d; border-right-color: #94a3b80d; @@ -179590,11 +246745,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b880; } +.border-x-slate-400\\/55 { + border-left-color: #94a3b88c; + border-right-color: #94a3b88c; +} + .border-x-slate-400\\/60 { border-left-color: #94a3b899; border-right-color: #94a3b899; } +.border-x-slate-400\\/65 { + border-left-color: #94a3b8a6; + border-right-color: #94a3b8a6; +} + .border-x-slate-400\\/70 { border-left-color: #94a3b8b3; border-right-color: #94a3b8b3; @@ -179610,6 +246775,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b8cc; } +.border-x-slate-400\\/85 { + border-left-color: #94a3b8d9; + border-right-color: #94a3b8d9; +} + .border-x-slate-400\\/90 { border-left-color: #94a3b8e6; border-right-color: #94a3b8e6; @@ -179641,6 +246811,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafc; } +.border-x-slate-50\\/15 { + border-left-color: #f8fafc26; + border-right-color: #f8fafc26; +} + .border-x-slate-50\\/20 { border-left-color: #f8fafc33; border-right-color: #f8fafc33; @@ -179656,11 +246831,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafc4d; } +.border-x-slate-50\\/35 { + border-left-color: #f8fafc59; + border-right-color: #f8fafc59; +} + .border-x-slate-50\\/40 { border-left-color: #f8fafc66; border-right-color: #f8fafc66; } +.border-x-slate-50\\/45 { + border-left-color: #f8fafc73; + border-right-color: #f8fafc73; +} + .border-x-slate-50\\/5 { border-left-color: #f8fafc0d; border-right-color: #f8fafc0d; @@ -179671,11 +246856,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafc80; } +.border-x-slate-50\\/55 { + border-left-color: #f8fafc8c; + border-right-color: #f8fafc8c; +} + .border-x-slate-50\\/60 { border-left-color: #f8fafc99; border-right-color: #f8fafc99; } +.border-x-slate-50\\/65 { + border-left-color: #f8fafca6; + border-right-color: #f8fafca6; +} + .border-x-slate-50\\/70 { border-left-color: #f8fafcb3; border-right-color: #f8fafcb3; @@ -179691,6 +246886,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafccc; } +.border-x-slate-50\\/85 { + border-left-color: #f8fafcd9; + border-right-color: #f8fafcd9; +} + .border-x-slate-50\\/90 { border-left-color: #f8fafce6; border-right-color: #f8fafce6; @@ -179722,6 +246922,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748b; } +.border-x-slate-500\\/15 { + border-left-color: #64748b26; + border-right-color: #64748b26; +} + .border-x-slate-500\\/20 { border-left-color: #64748b33; border-right-color: #64748b33; @@ -179737,11 +246942,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748b4d; } +.border-x-slate-500\\/35 { + border-left-color: #64748b59; + border-right-color: #64748b59; +} + .border-x-slate-500\\/40 { border-left-color: #64748b66; border-right-color: #64748b66; } +.border-x-slate-500\\/45 { + border-left-color: #64748b73; + border-right-color: #64748b73; +} + .border-x-slate-500\\/5 { border-left-color: #64748b0d; border-right-color: #64748b0d; @@ -179752,11 +246967,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748b80; } +.border-x-slate-500\\/55 { + border-left-color: #64748b8c; + border-right-color: #64748b8c; +} + .border-x-slate-500\\/60 { border-left-color: #64748b99; border-right-color: #64748b99; } +.border-x-slate-500\\/65 { + border-left-color: #64748ba6; + border-right-color: #64748ba6; +} + .border-x-slate-500\\/70 { border-left-color: #64748bb3; border-right-color: #64748bb3; @@ -179772,6 +246997,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748bcc; } +.border-x-slate-500\\/85 { + border-left-color: #64748bd9; + border-right-color: #64748bd9; +} + .border-x-slate-500\\/90 { border-left-color: #64748be6; border-right-color: #64748be6; @@ -179803,6 +247033,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #475569; } +.border-x-slate-600\\/15 { + border-left-color: #47556926; + border-right-color: #47556926; +} + .border-x-slate-600\\/20 { border-left-color: #47556933; border-right-color: #47556933; @@ -179818,11 +247053,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4755694d; } +.border-x-slate-600\\/35 { + border-left-color: #47556959; + border-right-color: #47556959; +} + .border-x-slate-600\\/40 { border-left-color: #47556966; border-right-color: #47556966; } +.border-x-slate-600\\/45 { + border-left-color: #47556973; + border-right-color: #47556973; +} + .border-x-slate-600\\/5 { border-left-color: #4755690d; border-right-color: #4755690d; @@ -179833,11 +247078,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #47556980; } +.border-x-slate-600\\/55 { + border-left-color: #4755698c; + border-right-color: #4755698c; +} + .border-x-slate-600\\/60 { border-left-color: #47556999; border-right-color: #47556999; } +.border-x-slate-600\\/65 { + border-left-color: #475569a6; + border-right-color: #475569a6; +} + .border-x-slate-600\\/70 { border-left-color: #475569b3; border-right-color: #475569b3; @@ -179853,6 +247108,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #475569cc; } +.border-x-slate-600\\/85 { + border-left-color: #475569d9; + border-right-color: #475569d9; +} + .border-x-slate-600\\/90 { border-left-color: #475569e6; border-right-color: #475569e6; @@ -179884,6 +247144,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #334155; } +.border-x-slate-700\\/15 { + border-left-color: #33415526; + border-right-color: #33415526; +} + .border-x-slate-700\\/20 { border-left-color: #33415533; border-right-color: #33415533; @@ -179899,11 +247164,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3341554d; } +.border-x-slate-700\\/35 { + border-left-color: #33415559; + border-right-color: #33415559; +} + .border-x-slate-700\\/40 { border-left-color: #33415566; border-right-color: #33415566; } +.border-x-slate-700\\/45 { + border-left-color: #33415573; + border-right-color: #33415573; +} + .border-x-slate-700\\/5 { border-left-color: #3341550d; border-right-color: #3341550d; @@ -179914,11 +247189,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #33415580; } +.border-x-slate-700\\/55 { + border-left-color: #3341558c; + border-right-color: #3341558c; +} + .border-x-slate-700\\/60 { border-left-color: #33415599; border-right-color: #33415599; } +.border-x-slate-700\\/65 { + border-left-color: #334155a6; + border-right-color: #334155a6; +} + .border-x-slate-700\\/70 { border-left-color: #334155b3; border-right-color: #334155b3; @@ -179934,6 +247219,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #334155cc; } +.border-x-slate-700\\/85 { + border-left-color: #334155d9; + border-right-color: #334155d9; +} + .border-x-slate-700\\/90 { border-left-color: #334155e6; border-right-color: #334155e6; @@ -179965,6 +247255,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293b; } +.border-x-slate-800\\/15 { + border-left-color: #1e293b26; + border-right-color: #1e293b26; +} + .border-x-slate-800\\/20 { border-left-color: #1e293b33; border-right-color: #1e293b33; @@ -179980,11 +247275,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293b4d; } +.border-x-slate-800\\/35 { + border-left-color: #1e293b59; + border-right-color: #1e293b59; +} + .border-x-slate-800\\/40 { border-left-color: #1e293b66; border-right-color: #1e293b66; } +.border-x-slate-800\\/45 { + border-left-color: #1e293b73; + border-right-color: #1e293b73; +} + .border-x-slate-800\\/5 { border-left-color: #1e293b0d; border-right-color: #1e293b0d; @@ -179995,11 +247300,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293b80; } +.border-x-slate-800\\/55 { + border-left-color: #1e293b8c; + border-right-color: #1e293b8c; +} + .border-x-slate-800\\/60 { border-left-color: #1e293b99; border-right-color: #1e293b99; } +.border-x-slate-800\\/65 { + border-left-color: #1e293ba6; + border-right-color: #1e293ba6; +} + .border-x-slate-800\\/70 { border-left-color: #1e293bb3; border-right-color: #1e293bb3; @@ -180015,6 +247330,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293bcc; } +.border-x-slate-800\\/85 { + border-left-color: #1e293bd9; + border-right-color: #1e293bd9; +} + .border-x-slate-800\\/90 { border-left-color: #1e293be6; border-right-color: #1e293be6; @@ -180046,6 +247366,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172a; } +.border-x-slate-900\\/15 { + border-left-color: #0f172a26; + border-right-color: #0f172a26; +} + .border-x-slate-900\\/20 { border-left-color: #0f172a33; border-right-color: #0f172a33; @@ -180061,11 +247386,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172a4d; } +.border-x-slate-900\\/35 { + border-left-color: #0f172a59; + border-right-color: #0f172a59; +} + .border-x-slate-900\\/40 { border-left-color: #0f172a66; border-right-color: #0f172a66; } +.border-x-slate-900\\/45 { + border-left-color: #0f172a73; + border-right-color: #0f172a73; +} + .border-x-slate-900\\/5 { border-left-color: #0f172a0d; border-right-color: #0f172a0d; @@ -180076,11 +247411,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172a80; } +.border-x-slate-900\\/55 { + border-left-color: #0f172a8c; + border-right-color: #0f172a8c; +} + .border-x-slate-900\\/60 { border-left-color: #0f172a99; border-right-color: #0f172a99; } +.border-x-slate-900\\/65 { + border-left-color: #0f172aa6; + border-right-color: #0f172aa6; +} + .border-x-slate-900\\/70 { border-left-color: #0f172ab3; border-right-color: #0f172ab3; @@ -180096,6 +247441,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172acc; } +.border-x-slate-900\\/85 { + border-left-color: #0f172ad9; + border-right-color: #0f172ad9; +} + .border-x-slate-900\\/90 { border-left-color: #0f172ae6; border-right-color: #0f172ae6; @@ -180127,6 +247477,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #020617; } +.border-x-slate-950\\/15 { + border-left-color: #02061726; + border-right-color: #02061726; +} + .border-x-slate-950\\/20 { border-left-color: #02061733; border-right-color: #02061733; @@ -180142,11 +247497,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0206174d; } +.border-x-slate-950\\/35 { + border-left-color: #02061759; + border-right-color: #02061759; +} + .border-x-slate-950\\/40 { border-left-color: #02061766; border-right-color: #02061766; } +.border-x-slate-950\\/45 { + border-left-color: #02061773; + border-right-color: #02061773; +} + .border-x-slate-950\\/5 { border-left-color: #0206170d; border-right-color: #0206170d; @@ -180157,11 +247522,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #02061780; } +.border-x-slate-950\\/55 { + border-left-color: #0206178c; + border-right-color: #0206178c; +} + .border-x-slate-950\\/60 { border-left-color: #02061799; border-right-color: #02061799; } +.border-x-slate-950\\/65 { + border-left-color: #020617a6; + border-right-color: #020617a6; +} + .border-x-slate-950\\/70 { border-left-color: #020617b3; border-right-color: #020617b3; @@ -180177,6 +247552,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #020617cc; } +.border-x-slate-950\\/85 { + border-left-color: #020617d9; + border-right-color: #020617d9; +} + .border-x-slate-950\\/90 { border-left-color: #020617e6; border-right-color: #020617e6; @@ -180208,6 +247588,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f4; } +.border-x-stone-100\\/15 { + border-left-color: #f5f5f426; + border-right-color: #f5f5f426; +} + .border-x-stone-100\\/20 { border-left-color: #f5f5f433; border-right-color: #f5f5f433; @@ -180223,11 +247608,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f44d; } +.border-x-stone-100\\/35 { + border-left-color: #f5f5f459; + border-right-color: #f5f5f459; +} + .border-x-stone-100\\/40 { border-left-color: #f5f5f466; border-right-color: #f5f5f466; } +.border-x-stone-100\\/45 { + border-left-color: #f5f5f473; + border-right-color: #f5f5f473; +} + .border-x-stone-100\\/5 { border-left-color: #f5f5f40d; border-right-color: #f5f5f40d; @@ -180238,11 +247633,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f480; } +.border-x-stone-100\\/55 { + border-left-color: #f5f5f48c; + border-right-color: #f5f5f48c; +} + .border-x-stone-100\\/60 { border-left-color: #f5f5f499; border-right-color: #f5f5f499; } +.border-x-stone-100\\/65 { + border-left-color: #f5f5f4a6; + border-right-color: #f5f5f4a6; +} + .border-x-stone-100\\/70 { border-left-color: #f5f5f4b3; border-right-color: #f5f5f4b3; @@ -180258,6 +247663,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f4cc; } +.border-x-stone-100\\/85 { + border-left-color: #f5f5f4d9; + border-right-color: #f5f5f4d9; +} + .border-x-stone-100\\/90 { border-left-color: #f5f5f4e6; border-right-color: #f5f5f4e6; @@ -180289,6 +247699,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e4; } +.border-x-stone-200\\/15 { + border-left-color: #e7e5e426; + border-right-color: #e7e5e426; +} + .border-x-stone-200\\/20 { border-left-color: #e7e5e433; border-right-color: #e7e5e433; @@ -180304,11 +247719,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e44d; } +.border-x-stone-200\\/35 { + border-left-color: #e7e5e459; + border-right-color: #e7e5e459; +} + .border-x-stone-200\\/40 { border-left-color: #e7e5e466; border-right-color: #e7e5e466; } +.border-x-stone-200\\/45 { + border-left-color: #e7e5e473; + border-right-color: #e7e5e473; +} + .border-x-stone-200\\/5 { border-left-color: #e7e5e40d; border-right-color: #e7e5e40d; @@ -180319,11 +247744,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e480; } +.border-x-stone-200\\/55 { + border-left-color: #e7e5e48c; + border-right-color: #e7e5e48c; +} + .border-x-stone-200\\/60 { border-left-color: #e7e5e499; border-right-color: #e7e5e499; } +.border-x-stone-200\\/65 { + border-left-color: #e7e5e4a6; + border-right-color: #e7e5e4a6; +} + .border-x-stone-200\\/70 { border-left-color: #e7e5e4b3; border-right-color: #e7e5e4b3; @@ -180339,6 +247774,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e4cc; } +.border-x-stone-200\\/85 { + border-left-color: #e7e5e4d9; + border-right-color: #e7e5e4d9; +} + .border-x-stone-200\\/90 { border-left-color: #e7e5e4e6; border-right-color: #e7e5e4e6; @@ -180370,6 +247810,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d1; } +.border-x-stone-300\\/15 { + border-left-color: #d6d3d126; + border-right-color: #d6d3d126; +} + .border-x-stone-300\\/20 { border-left-color: #d6d3d133; border-right-color: #d6d3d133; @@ -180385,11 +247830,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d14d; } +.border-x-stone-300\\/35 { + border-left-color: #d6d3d159; + border-right-color: #d6d3d159; +} + .border-x-stone-300\\/40 { border-left-color: #d6d3d166; border-right-color: #d6d3d166; } +.border-x-stone-300\\/45 { + border-left-color: #d6d3d173; + border-right-color: #d6d3d173; +} + .border-x-stone-300\\/5 { border-left-color: #d6d3d10d; border-right-color: #d6d3d10d; @@ -180400,11 +247855,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d180; } +.border-x-stone-300\\/55 { + border-left-color: #d6d3d18c; + border-right-color: #d6d3d18c; +} + .border-x-stone-300\\/60 { border-left-color: #d6d3d199; border-right-color: #d6d3d199; } +.border-x-stone-300\\/65 { + border-left-color: #d6d3d1a6; + border-right-color: #d6d3d1a6; +} + .border-x-stone-300\\/70 { border-left-color: #d6d3d1b3; border-right-color: #d6d3d1b3; @@ -180420,6 +247885,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d1cc; } +.border-x-stone-300\\/85 { + border-left-color: #d6d3d1d9; + border-right-color: #d6d3d1d9; +} + .border-x-stone-300\\/90 { border-left-color: #d6d3d1e6; border-right-color: #d6d3d1e6; @@ -180451,6 +247921,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29e; } +.border-x-stone-400\\/15 { + border-left-color: #a8a29e26; + border-right-color: #a8a29e26; +} + .border-x-stone-400\\/20 { border-left-color: #a8a29e33; border-right-color: #a8a29e33; @@ -180466,11 +247941,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29e4d; } +.border-x-stone-400\\/35 { + border-left-color: #a8a29e59; + border-right-color: #a8a29e59; +} + .border-x-stone-400\\/40 { border-left-color: #a8a29e66; border-right-color: #a8a29e66; } +.border-x-stone-400\\/45 { + border-left-color: #a8a29e73; + border-right-color: #a8a29e73; +} + .border-x-stone-400\\/5 { border-left-color: #a8a29e0d; border-right-color: #a8a29e0d; @@ -180481,11 +247966,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29e80; } +.border-x-stone-400\\/55 { + border-left-color: #a8a29e8c; + border-right-color: #a8a29e8c; +} + .border-x-stone-400\\/60 { border-left-color: #a8a29e99; border-right-color: #a8a29e99; } +.border-x-stone-400\\/65 { + border-left-color: #a8a29ea6; + border-right-color: #a8a29ea6; +} + .border-x-stone-400\\/70 { border-left-color: #a8a29eb3; border-right-color: #a8a29eb3; @@ -180501,6 +247996,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29ecc; } +.border-x-stone-400\\/85 { + border-left-color: #a8a29ed9; + border-right-color: #a8a29ed9; +} + .border-x-stone-400\\/90 { border-left-color: #a8a29ee6; border-right-color: #a8a29ee6; @@ -180532,6 +248032,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf9; } +.border-x-stone-50\\/15 { + border-left-color: #fafaf926; + border-right-color: #fafaf926; +} + .border-x-stone-50\\/20 { border-left-color: #fafaf933; border-right-color: #fafaf933; @@ -180547,11 +248052,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf94d; } +.border-x-stone-50\\/35 { + border-left-color: #fafaf959; + border-right-color: #fafaf959; +} + .border-x-stone-50\\/40 { border-left-color: #fafaf966; border-right-color: #fafaf966; } +.border-x-stone-50\\/45 { + border-left-color: #fafaf973; + border-right-color: #fafaf973; +} + .border-x-stone-50\\/5 { border-left-color: #fafaf90d; border-right-color: #fafaf90d; @@ -180562,11 +248077,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf980; } +.border-x-stone-50\\/55 { + border-left-color: #fafaf98c; + border-right-color: #fafaf98c; +} + .border-x-stone-50\\/60 { border-left-color: #fafaf999; border-right-color: #fafaf999; } +.border-x-stone-50\\/65 { + border-left-color: #fafaf9a6; + border-right-color: #fafaf9a6; +} + .border-x-stone-50\\/70 { border-left-color: #fafaf9b3; border-right-color: #fafaf9b3; @@ -180582,6 +248107,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf9cc; } +.border-x-stone-50\\/85 { + border-left-color: #fafaf9d9; + border-right-color: #fafaf9d9; +} + .border-x-stone-50\\/90 { border-left-color: #fafaf9e6; border-right-color: #fafaf9e6; @@ -180613,6 +248143,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716c; } +.border-x-stone-500\\/15 { + border-left-color: #78716c26; + border-right-color: #78716c26; +} + .border-x-stone-500\\/20 { border-left-color: #78716c33; border-right-color: #78716c33; @@ -180628,11 +248163,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716c4d; } +.border-x-stone-500\\/35 { + border-left-color: #78716c59; + border-right-color: #78716c59; +} + .border-x-stone-500\\/40 { border-left-color: #78716c66; border-right-color: #78716c66; } +.border-x-stone-500\\/45 { + border-left-color: #78716c73; + border-right-color: #78716c73; +} + .border-x-stone-500\\/5 { border-left-color: #78716c0d; border-right-color: #78716c0d; @@ -180643,11 +248188,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716c80; } +.border-x-stone-500\\/55 { + border-left-color: #78716c8c; + border-right-color: #78716c8c; +} + .border-x-stone-500\\/60 { border-left-color: #78716c99; border-right-color: #78716c99; } +.border-x-stone-500\\/65 { + border-left-color: #78716ca6; + border-right-color: #78716ca6; +} + .border-x-stone-500\\/70 { border-left-color: #78716cb3; border-right-color: #78716cb3; @@ -180663,6 +248218,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716ccc; } +.border-x-stone-500\\/85 { + border-left-color: #78716cd9; + border-right-color: #78716cd9; +} + .border-x-stone-500\\/90 { border-left-color: #78716ce6; border-right-color: #78716ce6; @@ -180694,6 +248254,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534e; } +.border-x-stone-600\\/15 { + border-left-color: #57534e26; + border-right-color: #57534e26; +} + .border-x-stone-600\\/20 { border-left-color: #57534e33; border-right-color: #57534e33; @@ -180709,11 +248274,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534e4d; } +.border-x-stone-600\\/35 { + border-left-color: #57534e59; + border-right-color: #57534e59; +} + .border-x-stone-600\\/40 { border-left-color: #57534e66; border-right-color: #57534e66; } +.border-x-stone-600\\/45 { + border-left-color: #57534e73; + border-right-color: #57534e73; +} + .border-x-stone-600\\/5 { border-left-color: #57534e0d; border-right-color: #57534e0d; @@ -180724,11 +248299,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534e80; } +.border-x-stone-600\\/55 { + border-left-color: #57534e8c; + border-right-color: #57534e8c; +} + .border-x-stone-600\\/60 { border-left-color: #57534e99; border-right-color: #57534e99; } +.border-x-stone-600\\/65 { + border-left-color: #57534ea6; + border-right-color: #57534ea6; +} + .border-x-stone-600\\/70 { border-left-color: #57534eb3; border-right-color: #57534eb3; @@ -180744,6 +248329,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534ecc; } +.border-x-stone-600\\/85 { + border-left-color: #57534ed9; + border-right-color: #57534ed9; +} + .border-x-stone-600\\/90 { border-left-color: #57534ee6; border-right-color: #57534ee6; @@ -180775,6 +248365,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403c; } +.border-x-stone-700\\/15 { + border-left-color: #44403c26; + border-right-color: #44403c26; +} + .border-x-stone-700\\/20 { border-left-color: #44403c33; border-right-color: #44403c33; @@ -180790,11 +248385,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403c4d; } +.border-x-stone-700\\/35 { + border-left-color: #44403c59; + border-right-color: #44403c59; +} + .border-x-stone-700\\/40 { border-left-color: #44403c66; border-right-color: #44403c66; } +.border-x-stone-700\\/45 { + border-left-color: #44403c73; + border-right-color: #44403c73; +} + .border-x-stone-700\\/5 { border-left-color: #44403c0d; border-right-color: #44403c0d; @@ -180805,11 +248410,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403c80; } +.border-x-stone-700\\/55 { + border-left-color: #44403c8c; + border-right-color: #44403c8c; +} + .border-x-stone-700\\/60 { border-left-color: #44403c99; border-right-color: #44403c99; } +.border-x-stone-700\\/65 { + border-left-color: #44403ca6; + border-right-color: #44403ca6; +} + .border-x-stone-700\\/70 { border-left-color: #44403cb3; border-right-color: #44403cb3; @@ -180825,6 +248440,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403ccc; } +.border-x-stone-700\\/85 { + border-left-color: #44403cd9; + border-right-color: #44403cd9; +} + .border-x-stone-700\\/90 { border-left-color: #44403ce6; border-right-color: #44403ce6; @@ -180856,6 +248476,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #292524; } +.border-x-stone-800\\/15 { + border-left-color: #29252426; + border-right-color: #29252426; +} + .border-x-stone-800\\/20 { border-left-color: #29252433; border-right-color: #29252433; @@ -180871,11 +248496,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2925244d; } +.border-x-stone-800\\/35 { + border-left-color: #29252459; + border-right-color: #29252459; +} + .border-x-stone-800\\/40 { border-left-color: #29252466; border-right-color: #29252466; } +.border-x-stone-800\\/45 { + border-left-color: #29252473; + border-right-color: #29252473; +} + .border-x-stone-800\\/5 { border-left-color: #2925240d; border-right-color: #2925240d; @@ -180886,11 +248521,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #29252480; } +.border-x-stone-800\\/55 { + border-left-color: #2925248c; + border-right-color: #2925248c; +} + .border-x-stone-800\\/60 { border-left-color: #29252499; border-right-color: #29252499; } +.border-x-stone-800\\/65 { + border-left-color: #292524a6; + border-right-color: #292524a6; +} + .border-x-stone-800\\/70 { border-left-color: #292524b3; border-right-color: #292524b3; @@ -180906,6 +248551,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #292524cc; } +.border-x-stone-800\\/85 { + border-left-color: #292524d9; + border-right-color: #292524d9; +} + .border-x-stone-800\\/90 { border-left-color: #292524e6; border-right-color: #292524e6; @@ -180937,6 +248587,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c1917; } +.border-x-stone-900\\/15 { + border-left-color: #1c191726; + border-right-color: #1c191726; +} + .border-x-stone-900\\/20 { border-left-color: #1c191733; border-right-color: #1c191733; @@ -180952,11 +248607,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c19174d; } +.border-x-stone-900\\/35 { + border-left-color: #1c191759; + border-right-color: #1c191759; +} + .border-x-stone-900\\/40 { border-left-color: #1c191766; border-right-color: #1c191766; } +.border-x-stone-900\\/45 { + border-left-color: #1c191773; + border-right-color: #1c191773; +} + .border-x-stone-900\\/5 { border-left-color: #1c19170d; border-right-color: #1c19170d; @@ -180967,11 +248632,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c191780; } +.border-x-stone-900\\/55 { + border-left-color: #1c19178c; + border-right-color: #1c19178c; +} + .border-x-stone-900\\/60 { border-left-color: #1c191799; border-right-color: #1c191799; } +.border-x-stone-900\\/65 { + border-left-color: #1c1917a6; + border-right-color: #1c1917a6; +} + .border-x-stone-900\\/70 { border-left-color: #1c1917b3; border-right-color: #1c1917b3; @@ -180987,6 +248662,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c1917cc; } +.border-x-stone-900\\/85 { + border-left-color: #1c1917d9; + border-right-color: #1c1917d9; +} + .border-x-stone-900\\/90 { border-left-color: #1c1917e6; border-right-color: #1c1917e6; @@ -181018,6 +248698,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a09; } +.border-x-stone-950\\/15 { + border-left-color: #0c0a0926; + border-right-color: #0c0a0926; +} + .border-x-stone-950\\/20 { border-left-color: #0c0a0933; border-right-color: #0c0a0933; @@ -181033,11 +248718,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a094d; } +.border-x-stone-950\\/35 { + border-left-color: #0c0a0959; + border-right-color: #0c0a0959; +} + .border-x-stone-950\\/40 { border-left-color: #0c0a0966; border-right-color: #0c0a0966; } +.border-x-stone-950\\/45 { + border-left-color: #0c0a0973; + border-right-color: #0c0a0973; +} + .border-x-stone-950\\/5 { border-left-color: #0c0a090d; border-right-color: #0c0a090d; @@ -181048,11 +248743,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a0980; } +.border-x-stone-950\\/55 { + border-left-color: #0c0a098c; + border-right-color: #0c0a098c; +} + .border-x-stone-950\\/60 { border-left-color: #0c0a0999; border-right-color: #0c0a0999; } +.border-x-stone-950\\/65 { + border-left-color: #0c0a09a6; + border-right-color: #0c0a09a6; +} + .border-x-stone-950\\/70 { border-left-color: #0c0a09b3; border-right-color: #0c0a09b3; @@ -181068,6 +248773,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a09cc; } +.border-x-stone-950\\/85 { + border-left-color: #0c0a09d9; + border-right-color: #0c0a09d9; +} + .border-x-stone-950\\/90 { border-left-color: #0c0a09e6; border-right-color: #0c0a09e6; @@ -181099,6 +248809,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf1; } +.border-x-teal-100\\/15 { + border-left-color: #ccfbf126; + border-right-color: #ccfbf126; +} + .border-x-teal-100\\/20 { border-left-color: #ccfbf133; border-right-color: #ccfbf133; @@ -181114,11 +248829,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf14d; } +.border-x-teal-100\\/35 { + border-left-color: #ccfbf159; + border-right-color: #ccfbf159; +} + .border-x-teal-100\\/40 { border-left-color: #ccfbf166; border-right-color: #ccfbf166; } +.border-x-teal-100\\/45 { + border-left-color: #ccfbf173; + border-right-color: #ccfbf173; +} + .border-x-teal-100\\/5 { border-left-color: #ccfbf10d; border-right-color: #ccfbf10d; @@ -181129,11 +248854,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf180; } +.border-x-teal-100\\/55 { + border-left-color: #ccfbf18c; + border-right-color: #ccfbf18c; +} + .border-x-teal-100\\/60 { border-left-color: #ccfbf199; border-right-color: #ccfbf199; } +.border-x-teal-100\\/65 { + border-left-color: #ccfbf1a6; + border-right-color: #ccfbf1a6; +} + .border-x-teal-100\\/70 { border-left-color: #ccfbf1b3; border-right-color: #ccfbf1b3; @@ -181149,6 +248884,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf1cc; } +.border-x-teal-100\\/85 { + border-left-color: #ccfbf1d9; + border-right-color: #ccfbf1d9; +} + .border-x-teal-100\\/90 { border-left-color: #ccfbf1e6; border-right-color: #ccfbf1e6; @@ -181180,6 +248920,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e4; } +.border-x-teal-200\\/15 { + border-left-color: #99f6e426; + border-right-color: #99f6e426; +} + .border-x-teal-200\\/20 { border-left-color: #99f6e433; border-right-color: #99f6e433; @@ -181195,11 +248940,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e44d; } +.border-x-teal-200\\/35 { + border-left-color: #99f6e459; + border-right-color: #99f6e459; +} + .border-x-teal-200\\/40 { border-left-color: #99f6e466; border-right-color: #99f6e466; } +.border-x-teal-200\\/45 { + border-left-color: #99f6e473; + border-right-color: #99f6e473; +} + .border-x-teal-200\\/5 { border-left-color: #99f6e40d; border-right-color: #99f6e40d; @@ -181210,11 +248965,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e480; } +.border-x-teal-200\\/55 { + border-left-color: #99f6e48c; + border-right-color: #99f6e48c; +} + .border-x-teal-200\\/60 { border-left-color: #99f6e499; border-right-color: #99f6e499; } +.border-x-teal-200\\/65 { + border-left-color: #99f6e4a6; + border-right-color: #99f6e4a6; +} + .border-x-teal-200\\/70 { border-left-color: #99f6e4b3; border-right-color: #99f6e4b3; @@ -181230,6 +248995,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e4cc; } +.border-x-teal-200\\/85 { + border-left-color: #99f6e4d9; + border-right-color: #99f6e4d9; +} + .border-x-teal-200\\/90 { border-left-color: #99f6e4e6; border-right-color: #99f6e4e6; @@ -181261,6 +249031,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead4; } +.border-x-teal-300\\/15 { + border-left-color: #5eead426; + border-right-color: #5eead426; +} + .border-x-teal-300\\/20 { border-left-color: #5eead433; border-right-color: #5eead433; @@ -181276,11 +249051,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead44d; } +.border-x-teal-300\\/35 { + border-left-color: #5eead459; + border-right-color: #5eead459; +} + .border-x-teal-300\\/40 { border-left-color: #5eead466; border-right-color: #5eead466; } +.border-x-teal-300\\/45 { + border-left-color: #5eead473; + border-right-color: #5eead473; +} + .border-x-teal-300\\/5 { border-left-color: #5eead40d; border-right-color: #5eead40d; @@ -181291,11 +249076,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead480; } +.border-x-teal-300\\/55 { + border-left-color: #5eead48c; + border-right-color: #5eead48c; +} + .border-x-teal-300\\/60 { border-left-color: #5eead499; border-right-color: #5eead499; } +.border-x-teal-300\\/65 { + border-left-color: #5eead4a6; + border-right-color: #5eead4a6; +} + .border-x-teal-300\\/70 { border-left-color: #5eead4b3; border-right-color: #5eead4b3; @@ -181311,6 +249106,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead4cc; } +.border-x-teal-300\\/85 { + border-left-color: #5eead4d9; + border-right-color: #5eead4d9; +} + .border-x-teal-300\\/90 { border-left-color: #5eead4e6; border-right-color: #5eead4e6; @@ -181342,6 +249142,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bf; } +.border-x-teal-400\\/15 { + border-left-color: #2dd4bf26; + border-right-color: #2dd4bf26; +} + .border-x-teal-400\\/20 { border-left-color: #2dd4bf33; border-right-color: #2dd4bf33; @@ -181357,11 +249162,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bf4d; } +.border-x-teal-400\\/35 { + border-left-color: #2dd4bf59; + border-right-color: #2dd4bf59; +} + .border-x-teal-400\\/40 { border-left-color: #2dd4bf66; border-right-color: #2dd4bf66; } +.border-x-teal-400\\/45 { + border-left-color: #2dd4bf73; + border-right-color: #2dd4bf73; +} + .border-x-teal-400\\/5 { border-left-color: #2dd4bf0d; border-right-color: #2dd4bf0d; @@ -181372,11 +249187,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bf80; } +.border-x-teal-400\\/55 { + border-left-color: #2dd4bf8c; + border-right-color: #2dd4bf8c; +} + .border-x-teal-400\\/60 { border-left-color: #2dd4bf99; border-right-color: #2dd4bf99; } +.border-x-teal-400\\/65 { + border-left-color: #2dd4bfa6; + border-right-color: #2dd4bfa6; +} + .border-x-teal-400\\/70 { border-left-color: #2dd4bfb3; border-right-color: #2dd4bfb3; @@ -181392,6 +249217,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bfcc; } +.border-x-teal-400\\/85 { + border-left-color: #2dd4bfd9; + border-right-color: #2dd4bfd9; +} + .border-x-teal-400\\/90 { border-left-color: #2dd4bfe6; border-right-color: #2dd4bfe6; @@ -181423,6 +249253,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfa; } +.border-x-teal-50\\/15 { + border-left-color: #f0fdfa26; + border-right-color: #f0fdfa26; +} + .border-x-teal-50\\/20 { border-left-color: #f0fdfa33; border-right-color: #f0fdfa33; @@ -181438,11 +249273,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfa4d; } +.border-x-teal-50\\/35 { + border-left-color: #f0fdfa59; + border-right-color: #f0fdfa59; +} + .border-x-teal-50\\/40 { border-left-color: #f0fdfa66; border-right-color: #f0fdfa66; } +.border-x-teal-50\\/45 { + border-left-color: #f0fdfa73; + border-right-color: #f0fdfa73; +} + .border-x-teal-50\\/5 { border-left-color: #f0fdfa0d; border-right-color: #f0fdfa0d; @@ -181453,11 +249298,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfa80; } +.border-x-teal-50\\/55 { + border-left-color: #f0fdfa8c; + border-right-color: #f0fdfa8c; +} + .border-x-teal-50\\/60 { border-left-color: #f0fdfa99; border-right-color: #f0fdfa99; } +.border-x-teal-50\\/65 { + border-left-color: #f0fdfaa6; + border-right-color: #f0fdfaa6; +} + .border-x-teal-50\\/70 { border-left-color: #f0fdfab3; border-right-color: #f0fdfab3; @@ -181473,6 +249328,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfacc; } +.border-x-teal-50\\/85 { + border-left-color: #f0fdfad9; + border-right-color: #f0fdfad9; +} + .border-x-teal-50\\/90 { border-left-color: #f0fdfae6; border-right-color: #f0fdfae6; @@ -181504,6 +249364,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a6; } +.border-x-teal-500\\/15 { + border-left-color: #14b8a626; + border-right-color: #14b8a626; +} + .border-x-teal-500\\/20 { border-left-color: #14b8a633; border-right-color: #14b8a633; @@ -181519,11 +249384,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a64d; } +.border-x-teal-500\\/35 { + border-left-color: #14b8a659; + border-right-color: #14b8a659; +} + .border-x-teal-500\\/40 { border-left-color: #14b8a666; border-right-color: #14b8a666; } +.border-x-teal-500\\/45 { + border-left-color: #14b8a673; + border-right-color: #14b8a673; +} + .border-x-teal-500\\/5 { border-left-color: #14b8a60d; border-right-color: #14b8a60d; @@ -181534,11 +249409,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a680; } +.border-x-teal-500\\/55 { + border-left-color: #14b8a68c; + border-right-color: #14b8a68c; +} + .border-x-teal-500\\/60 { border-left-color: #14b8a699; border-right-color: #14b8a699; } +.border-x-teal-500\\/65 { + border-left-color: #14b8a6a6; + border-right-color: #14b8a6a6; +} + .border-x-teal-500\\/70 { border-left-color: #14b8a6b3; border-right-color: #14b8a6b3; @@ -181554,6 +249439,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a6cc; } +.border-x-teal-500\\/85 { + border-left-color: #14b8a6d9; + border-right-color: #14b8a6d9; +} + .border-x-teal-500\\/90 { border-left-color: #14b8a6e6; border-right-color: #14b8a6e6; @@ -181585,6 +249475,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d9488; } +.border-x-teal-600\\/15 { + border-left-color: #0d948826; + border-right-color: #0d948826; +} + .border-x-teal-600\\/20 { border-left-color: #0d948833; border-right-color: #0d948833; @@ -181600,11 +249495,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d94884d; } +.border-x-teal-600\\/35 { + border-left-color: #0d948859; + border-right-color: #0d948859; +} + .border-x-teal-600\\/40 { border-left-color: #0d948866; border-right-color: #0d948866; } +.border-x-teal-600\\/45 { + border-left-color: #0d948873; + border-right-color: #0d948873; +} + .border-x-teal-600\\/5 { border-left-color: #0d94880d; border-right-color: #0d94880d; @@ -181615,11 +249520,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d948880; } +.border-x-teal-600\\/55 { + border-left-color: #0d94888c; + border-right-color: #0d94888c; +} + .border-x-teal-600\\/60 { border-left-color: #0d948899; border-right-color: #0d948899; } +.border-x-teal-600\\/65 { + border-left-color: #0d9488a6; + border-right-color: #0d9488a6; +} + .border-x-teal-600\\/70 { border-left-color: #0d9488b3; border-right-color: #0d9488b3; @@ -181635,6 +249550,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d9488cc; } +.border-x-teal-600\\/85 { + border-left-color: #0d9488d9; + border-right-color: #0d9488d9; +} + .border-x-teal-600\\/90 { border-left-color: #0d9488e6; border-right-color: #0d9488e6; @@ -181666,6 +249586,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766e; } +.border-x-teal-700\\/15 { + border-left-color: #0f766e26; + border-right-color: #0f766e26; +} + .border-x-teal-700\\/20 { border-left-color: #0f766e33; border-right-color: #0f766e33; @@ -181681,11 +249606,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766e4d; } +.border-x-teal-700\\/35 { + border-left-color: #0f766e59; + border-right-color: #0f766e59; +} + .border-x-teal-700\\/40 { border-left-color: #0f766e66; border-right-color: #0f766e66; } +.border-x-teal-700\\/45 { + border-left-color: #0f766e73; + border-right-color: #0f766e73; +} + .border-x-teal-700\\/5 { border-left-color: #0f766e0d; border-right-color: #0f766e0d; @@ -181696,11 +249631,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766e80; } +.border-x-teal-700\\/55 { + border-left-color: #0f766e8c; + border-right-color: #0f766e8c; +} + .border-x-teal-700\\/60 { border-left-color: #0f766e99; border-right-color: #0f766e99; } +.border-x-teal-700\\/65 { + border-left-color: #0f766ea6; + border-right-color: #0f766ea6; +} + .border-x-teal-700\\/70 { border-left-color: #0f766eb3; border-right-color: #0f766eb3; @@ -181716,6 +249661,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766ecc; } +.border-x-teal-700\\/85 { + border-left-color: #0f766ed9; + border-right-color: #0f766ed9; +} + .border-x-teal-700\\/90 { border-left-color: #0f766ee6; border-right-color: #0f766ee6; @@ -181747,6 +249697,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e59; } +.border-x-teal-800\\/15 { + border-left-color: #115e5926; + border-right-color: #115e5926; +} + .border-x-teal-800\\/20 { border-left-color: #115e5933; border-right-color: #115e5933; @@ -181762,11 +249717,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e594d; } +.border-x-teal-800\\/35 { + border-left-color: #115e5959; + border-right-color: #115e5959; +} + .border-x-teal-800\\/40 { border-left-color: #115e5966; border-right-color: #115e5966; } +.border-x-teal-800\\/45 { + border-left-color: #115e5973; + border-right-color: #115e5973; +} + .border-x-teal-800\\/5 { border-left-color: #115e590d; border-right-color: #115e590d; @@ -181777,11 +249742,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e5980; } +.border-x-teal-800\\/55 { + border-left-color: #115e598c; + border-right-color: #115e598c; +} + .border-x-teal-800\\/60 { border-left-color: #115e5999; border-right-color: #115e5999; } +.border-x-teal-800\\/65 { + border-left-color: #115e59a6; + border-right-color: #115e59a6; +} + .border-x-teal-800\\/70 { border-left-color: #115e59b3; border-right-color: #115e59b3; @@ -181797,6 +249772,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e59cc; } +.border-x-teal-800\\/85 { + border-left-color: #115e59d9; + border-right-color: #115e59d9; +} + .border-x-teal-800\\/90 { border-left-color: #115e59e6; border-right-color: #115e59e6; @@ -181828,6 +249808,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4a; } +.border-x-teal-900\\/15 { + border-left-color: #134e4a26; + border-right-color: #134e4a26; +} + .border-x-teal-900\\/20 { border-left-color: #134e4a33; border-right-color: #134e4a33; @@ -181843,11 +249828,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4a4d; } +.border-x-teal-900\\/35 { + border-left-color: #134e4a59; + border-right-color: #134e4a59; +} + .border-x-teal-900\\/40 { border-left-color: #134e4a66; border-right-color: #134e4a66; } +.border-x-teal-900\\/45 { + border-left-color: #134e4a73; + border-right-color: #134e4a73; +} + .border-x-teal-900\\/5 { border-left-color: #134e4a0d; border-right-color: #134e4a0d; @@ -181858,11 +249853,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4a80; } +.border-x-teal-900\\/55 { + border-left-color: #134e4a8c; + border-right-color: #134e4a8c; +} + .border-x-teal-900\\/60 { border-left-color: #134e4a99; border-right-color: #134e4a99; } +.border-x-teal-900\\/65 { + border-left-color: #134e4aa6; + border-right-color: #134e4aa6; +} + .border-x-teal-900\\/70 { border-left-color: #134e4ab3; border-right-color: #134e4ab3; @@ -181878,6 +249883,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4acc; } +.border-x-teal-900\\/85 { + border-left-color: #134e4ad9; + border-right-color: #134e4ad9; +} + .border-x-teal-900\\/90 { border-left-color: #134e4ae6; border-right-color: #134e4ae6; @@ -181909,6 +249919,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2e; } +.border-x-teal-950\\/15 { + border-left-color: #042f2e26; + border-right-color: #042f2e26; +} + .border-x-teal-950\\/20 { border-left-color: #042f2e33; border-right-color: #042f2e33; @@ -181924,11 +249939,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2e4d; } +.border-x-teal-950\\/35 { + border-left-color: #042f2e59; + border-right-color: #042f2e59; +} + .border-x-teal-950\\/40 { border-left-color: #042f2e66; border-right-color: #042f2e66; } +.border-x-teal-950\\/45 { + border-left-color: #042f2e73; + border-right-color: #042f2e73; +} + .border-x-teal-950\\/5 { border-left-color: #042f2e0d; border-right-color: #042f2e0d; @@ -181939,11 +249964,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2e80; } +.border-x-teal-950\\/55 { + border-left-color: #042f2e8c; + border-right-color: #042f2e8c; +} + .border-x-teal-950\\/60 { border-left-color: #042f2e99; border-right-color: #042f2e99; } +.border-x-teal-950\\/65 { + border-left-color: #042f2ea6; + border-right-color: #042f2ea6; +} + .border-x-teal-950\\/70 { border-left-color: #042f2eb3; border-right-color: #042f2eb3; @@ -181959,6 +249994,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2ecc; } +.border-x-teal-950\\/85 { + border-left-color: #042f2ed9; + border-right-color: #042f2ed9; +} + .border-x-teal-950\\/90 { border-left-color: #042f2ee6; border-right-color: #042f2ee6; @@ -181984,6 +250024,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000; } +.border-x-transparent\\/15 { + border-left-color: #00000026; + border-right-color: #00000026; +} + .border-x-transparent\\/20 { border-left-color: #0003; border-right-color: #0003; @@ -181999,11 +250044,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0000004d; } +.border-x-transparent\\/35 { + border-left-color: #00000059; + border-right-color: #00000059; +} + .border-x-transparent\\/40 { border-left-color: #0006; border-right-color: #0006; } +.border-x-transparent\\/45 { + border-left-color: #00000073; + border-right-color: #00000073; +} + .border-x-transparent\\/5 { border-left-color: #0000000d; border-right-color: #0000000d; @@ -182014,11 +250069,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #00000080; } +.border-x-transparent\\/55 { + border-left-color: #0000008c; + border-right-color: #0000008c; +} + .border-x-transparent\\/60 { border-left-color: #0009; border-right-color: #0009; } +.border-x-transparent\\/65 { + border-left-color: #000000a6; + border-right-color: #000000a6; +} + .border-x-transparent\\/70 { border-left-color: #000000b3; border-right-color: #000000b3; @@ -182034,6 +250099,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000c; } +.border-x-transparent\\/85 { + border-left-color: #000000d9; + border-right-color: #000000d9; +} + .border-x-transparent\\/90 { border-left-color: #000000e6; border-right-color: #000000e6; @@ -182065,6 +250135,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fe; } +.border-x-violet-100\\/15 { + border-left-color: #ede9fe26; + border-right-color: #ede9fe26; +} + .border-x-violet-100\\/20 { border-left-color: #ede9fe33; border-right-color: #ede9fe33; @@ -182080,11 +250155,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fe4d; } +.border-x-violet-100\\/35 { + border-left-color: #ede9fe59; + border-right-color: #ede9fe59; +} + .border-x-violet-100\\/40 { border-left-color: #ede9fe66; border-right-color: #ede9fe66; } +.border-x-violet-100\\/45 { + border-left-color: #ede9fe73; + border-right-color: #ede9fe73; +} + .border-x-violet-100\\/5 { border-left-color: #ede9fe0d; border-right-color: #ede9fe0d; @@ -182095,11 +250180,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fe80; } +.border-x-violet-100\\/55 { + border-left-color: #ede9fe8c; + border-right-color: #ede9fe8c; +} + .border-x-violet-100\\/60 { border-left-color: #ede9fe99; border-right-color: #ede9fe99; } +.border-x-violet-100\\/65 { + border-left-color: #ede9fea6; + border-right-color: #ede9fea6; +} + .border-x-violet-100\\/70 { border-left-color: #ede9feb3; border-right-color: #ede9feb3; @@ -182115,6 +250210,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fecc; } +.border-x-violet-100\\/85 { + border-left-color: #ede9fed9; + border-right-color: #ede9fed9; +} + .border-x-violet-100\\/90 { border-left-color: #ede9fee6; border-right-color: #ede9fee6; @@ -182146,6 +250246,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fe; } +.border-x-violet-200\\/15 { + border-left-color: #ddd6fe26; + border-right-color: #ddd6fe26; +} + .border-x-violet-200\\/20 { border-left-color: #ddd6fe33; border-right-color: #ddd6fe33; @@ -182161,11 +250266,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fe4d; } +.border-x-violet-200\\/35 { + border-left-color: #ddd6fe59; + border-right-color: #ddd6fe59; +} + .border-x-violet-200\\/40 { border-left-color: #ddd6fe66; border-right-color: #ddd6fe66; } +.border-x-violet-200\\/45 { + border-left-color: #ddd6fe73; + border-right-color: #ddd6fe73; +} + .border-x-violet-200\\/5 { border-left-color: #ddd6fe0d; border-right-color: #ddd6fe0d; @@ -182176,11 +250291,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fe80; } +.border-x-violet-200\\/55 { + border-left-color: #ddd6fe8c; + border-right-color: #ddd6fe8c; +} + .border-x-violet-200\\/60 { border-left-color: #ddd6fe99; border-right-color: #ddd6fe99; } +.border-x-violet-200\\/65 { + border-left-color: #ddd6fea6; + border-right-color: #ddd6fea6; +} + .border-x-violet-200\\/70 { border-left-color: #ddd6feb3; border-right-color: #ddd6feb3; @@ -182196,6 +250321,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fecc; } +.border-x-violet-200\\/85 { + border-left-color: #ddd6fed9; + border-right-color: #ddd6fed9; +} + .border-x-violet-200\\/90 { border-left-color: #ddd6fee6; border-right-color: #ddd6fee6; @@ -182227,6 +250357,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fd; } +.border-x-violet-300\\/15 { + border-left-color: #c4b5fd26; + border-right-color: #c4b5fd26; +} + .border-x-violet-300\\/20 { border-left-color: #c4b5fd33; border-right-color: #c4b5fd33; @@ -182242,11 +250377,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fd4d; } +.border-x-violet-300\\/35 { + border-left-color: #c4b5fd59; + border-right-color: #c4b5fd59; +} + .border-x-violet-300\\/40 { border-left-color: #c4b5fd66; border-right-color: #c4b5fd66; } +.border-x-violet-300\\/45 { + border-left-color: #c4b5fd73; + border-right-color: #c4b5fd73; +} + .border-x-violet-300\\/5 { border-left-color: #c4b5fd0d; border-right-color: #c4b5fd0d; @@ -182257,11 +250402,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fd80; } +.border-x-violet-300\\/55 { + border-left-color: #c4b5fd8c; + border-right-color: #c4b5fd8c; +} + .border-x-violet-300\\/60 { border-left-color: #c4b5fd99; border-right-color: #c4b5fd99; } +.border-x-violet-300\\/65 { + border-left-color: #c4b5fda6; + border-right-color: #c4b5fda6; +} + .border-x-violet-300\\/70 { border-left-color: #c4b5fdb3; border-right-color: #c4b5fdb3; @@ -182277,6 +250432,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fdcc; } +.border-x-violet-300\\/85 { + border-left-color: #c4b5fdd9; + border-right-color: #c4b5fdd9; +} + .border-x-violet-300\\/90 { border-left-color: #c4b5fde6; border-right-color: #c4b5fde6; @@ -182308,6 +250468,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfa; } +.border-x-violet-400\\/15 { + border-left-color: #a78bfa26; + border-right-color: #a78bfa26; +} + .border-x-violet-400\\/20 { border-left-color: #a78bfa33; border-right-color: #a78bfa33; @@ -182323,11 +250488,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfa4d; } +.border-x-violet-400\\/35 { + border-left-color: #a78bfa59; + border-right-color: #a78bfa59; +} + .border-x-violet-400\\/40 { border-left-color: #a78bfa66; border-right-color: #a78bfa66; } +.border-x-violet-400\\/45 { + border-left-color: #a78bfa73; + border-right-color: #a78bfa73; +} + .border-x-violet-400\\/5 { border-left-color: #a78bfa0d; border-right-color: #a78bfa0d; @@ -182338,11 +250513,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfa80; } +.border-x-violet-400\\/55 { + border-left-color: #a78bfa8c; + border-right-color: #a78bfa8c; +} + .border-x-violet-400\\/60 { border-left-color: #a78bfa99; border-right-color: #a78bfa99; } +.border-x-violet-400\\/65 { + border-left-color: #a78bfaa6; + border-right-color: #a78bfaa6; +} + .border-x-violet-400\\/70 { border-left-color: #a78bfab3; border-right-color: #a78bfab3; @@ -182358,6 +250543,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfacc; } +.border-x-violet-400\\/85 { + border-left-color: #a78bfad9; + border-right-color: #a78bfad9; +} + .border-x-violet-400\\/90 { border-left-color: #a78bfae6; border-right-color: #a78bfae6; @@ -182389,6 +250579,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ff; } +.border-x-violet-50\\/15 { + border-left-color: #f5f3ff26; + border-right-color: #f5f3ff26; +} + .border-x-violet-50\\/20 { border-left-color: #f5f3ff33; border-right-color: #f5f3ff33; @@ -182404,11 +250599,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ff4d; } +.border-x-violet-50\\/35 { + border-left-color: #f5f3ff59; + border-right-color: #f5f3ff59; +} + .border-x-violet-50\\/40 { border-left-color: #f5f3ff66; border-right-color: #f5f3ff66; } +.border-x-violet-50\\/45 { + border-left-color: #f5f3ff73; + border-right-color: #f5f3ff73; +} + .border-x-violet-50\\/5 { border-left-color: #f5f3ff0d; border-right-color: #f5f3ff0d; @@ -182419,11 +250624,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ff80; } +.border-x-violet-50\\/55 { + border-left-color: #f5f3ff8c; + border-right-color: #f5f3ff8c; +} + .border-x-violet-50\\/60 { border-left-color: #f5f3ff99; border-right-color: #f5f3ff99; } +.border-x-violet-50\\/65 { + border-left-color: #f5f3ffa6; + border-right-color: #f5f3ffa6; +} + .border-x-violet-50\\/70 { border-left-color: #f5f3ffb3; border-right-color: #f5f3ffb3; @@ -182439,6 +250654,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ffcc; } +.border-x-violet-50\\/85 { + border-left-color: #f5f3ffd9; + border-right-color: #f5f3ffd9; +} + .border-x-violet-50\\/90 { border-left-color: #f5f3ffe6; border-right-color: #f5f3ffe6; @@ -182470,6 +250690,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf6; } +.border-x-violet-500\\/15 { + border-left-color: #8b5cf626; + border-right-color: #8b5cf626; +} + .border-x-violet-500\\/20 { border-left-color: #8b5cf633; border-right-color: #8b5cf633; @@ -182485,11 +250710,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf64d; } +.border-x-violet-500\\/35 { + border-left-color: #8b5cf659; + border-right-color: #8b5cf659; +} + .border-x-violet-500\\/40 { border-left-color: #8b5cf666; border-right-color: #8b5cf666; } +.border-x-violet-500\\/45 { + border-left-color: #8b5cf673; + border-right-color: #8b5cf673; +} + .border-x-violet-500\\/5 { border-left-color: #8b5cf60d; border-right-color: #8b5cf60d; @@ -182500,11 +250735,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf680; } +.border-x-violet-500\\/55 { + border-left-color: #8b5cf68c; + border-right-color: #8b5cf68c; +} + .border-x-violet-500\\/60 { border-left-color: #8b5cf699; border-right-color: #8b5cf699; } +.border-x-violet-500\\/65 { + border-left-color: #8b5cf6a6; + border-right-color: #8b5cf6a6; +} + .border-x-violet-500\\/70 { border-left-color: #8b5cf6b3; border-right-color: #8b5cf6b3; @@ -182520,6 +250765,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf6cc; } +.border-x-violet-500\\/85 { + border-left-color: #8b5cf6d9; + border-right-color: #8b5cf6d9; +} + .border-x-violet-500\\/90 { border-left-color: #8b5cf6e6; border-right-color: #8b5cf6e6; @@ -182551,6 +250801,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aed; } +.border-x-violet-600\\/15 { + border-left-color: #7c3aed26; + border-right-color: #7c3aed26; +} + .border-x-violet-600\\/20 { border-left-color: #7c3aed33; border-right-color: #7c3aed33; @@ -182566,11 +250821,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aed4d; } +.border-x-violet-600\\/35 { + border-left-color: #7c3aed59; + border-right-color: #7c3aed59; +} + .border-x-violet-600\\/40 { border-left-color: #7c3aed66; border-right-color: #7c3aed66; } +.border-x-violet-600\\/45 { + border-left-color: #7c3aed73; + border-right-color: #7c3aed73; +} + .border-x-violet-600\\/5 { border-left-color: #7c3aed0d; border-right-color: #7c3aed0d; @@ -182581,11 +250846,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aed80; } +.border-x-violet-600\\/55 { + border-left-color: #7c3aed8c; + border-right-color: #7c3aed8c; +} + .border-x-violet-600\\/60 { border-left-color: #7c3aed99; border-right-color: #7c3aed99; } +.border-x-violet-600\\/65 { + border-left-color: #7c3aeda6; + border-right-color: #7c3aeda6; +} + .border-x-violet-600\\/70 { border-left-color: #7c3aedb3; border-right-color: #7c3aedb3; @@ -182601,6 +250876,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aedcc; } +.border-x-violet-600\\/85 { + border-left-color: #7c3aedd9; + border-right-color: #7c3aedd9; +} + .border-x-violet-600\\/90 { border-left-color: #7c3aede6; border-right-color: #7c3aede6; @@ -182632,6 +250912,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d9; } +.border-x-violet-700\\/15 { + border-left-color: #6d28d926; + border-right-color: #6d28d926; +} + .border-x-violet-700\\/20 { border-left-color: #6d28d933; border-right-color: #6d28d933; @@ -182647,11 +250932,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d94d; } +.border-x-violet-700\\/35 { + border-left-color: #6d28d959; + border-right-color: #6d28d959; +} + .border-x-violet-700\\/40 { border-left-color: #6d28d966; border-right-color: #6d28d966; } +.border-x-violet-700\\/45 { + border-left-color: #6d28d973; + border-right-color: #6d28d973; +} + .border-x-violet-700\\/5 { border-left-color: #6d28d90d; border-right-color: #6d28d90d; @@ -182662,11 +250957,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d980; } +.border-x-violet-700\\/55 { + border-left-color: #6d28d98c; + border-right-color: #6d28d98c; +} + .border-x-violet-700\\/60 { border-left-color: #6d28d999; border-right-color: #6d28d999; } +.border-x-violet-700\\/65 { + border-left-color: #6d28d9a6; + border-right-color: #6d28d9a6; +} + .border-x-violet-700\\/70 { border-left-color: #6d28d9b3; border-right-color: #6d28d9b3; @@ -182682,6 +250987,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d9cc; } +.border-x-violet-700\\/85 { + border-left-color: #6d28d9d9; + border-right-color: #6d28d9d9; +} + .border-x-violet-700\\/90 { border-left-color: #6d28d9e6; border-right-color: #6d28d9e6; @@ -182713,6 +251023,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b6; } +.border-x-violet-800\\/15 { + border-left-color: #5b21b626; + border-right-color: #5b21b626; +} + .border-x-violet-800\\/20 { border-left-color: #5b21b633; border-right-color: #5b21b633; @@ -182728,11 +251043,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b64d; } +.border-x-violet-800\\/35 { + border-left-color: #5b21b659; + border-right-color: #5b21b659; +} + .border-x-violet-800\\/40 { border-left-color: #5b21b666; border-right-color: #5b21b666; } +.border-x-violet-800\\/45 { + border-left-color: #5b21b673; + border-right-color: #5b21b673; +} + .border-x-violet-800\\/5 { border-left-color: #5b21b60d; border-right-color: #5b21b60d; @@ -182743,11 +251068,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b680; } +.border-x-violet-800\\/55 { + border-left-color: #5b21b68c; + border-right-color: #5b21b68c; +} + .border-x-violet-800\\/60 { border-left-color: #5b21b699; border-right-color: #5b21b699; } +.border-x-violet-800\\/65 { + border-left-color: #5b21b6a6; + border-right-color: #5b21b6a6; +} + .border-x-violet-800\\/70 { border-left-color: #5b21b6b3; border-right-color: #5b21b6b3; @@ -182763,6 +251098,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b6cc; } +.border-x-violet-800\\/85 { + border-left-color: #5b21b6d9; + border-right-color: #5b21b6d9; +} + .border-x-violet-800\\/90 { border-left-color: #5b21b6e6; border-right-color: #5b21b6e6; @@ -182794,6 +251134,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d95; } +.border-x-violet-900\\/15 { + border-left-color: #4c1d9526; + border-right-color: #4c1d9526; +} + .border-x-violet-900\\/20 { border-left-color: #4c1d9533; border-right-color: #4c1d9533; @@ -182809,11 +251154,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d954d; } +.border-x-violet-900\\/35 { + border-left-color: #4c1d9559; + border-right-color: #4c1d9559; +} + .border-x-violet-900\\/40 { border-left-color: #4c1d9566; border-right-color: #4c1d9566; } +.border-x-violet-900\\/45 { + border-left-color: #4c1d9573; + border-right-color: #4c1d9573; +} + .border-x-violet-900\\/5 { border-left-color: #4c1d950d; border-right-color: #4c1d950d; @@ -182824,11 +251179,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d9580; } +.border-x-violet-900\\/55 { + border-left-color: #4c1d958c; + border-right-color: #4c1d958c; +} + .border-x-violet-900\\/60 { border-left-color: #4c1d9599; border-right-color: #4c1d9599; } +.border-x-violet-900\\/65 { + border-left-color: #4c1d95a6; + border-right-color: #4c1d95a6; +} + .border-x-violet-900\\/70 { border-left-color: #4c1d95b3; border-right-color: #4c1d95b3; @@ -182844,6 +251209,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d95cc; } +.border-x-violet-900\\/85 { + border-left-color: #4c1d95d9; + border-right-color: #4c1d95d9; +} + .border-x-violet-900\\/90 { border-left-color: #4c1d95e6; border-right-color: #4c1d95e6; @@ -182875,6 +251245,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e1065; } +.border-x-violet-950\\/15 { + border-left-color: #2e106526; + border-right-color: #2e106526; +} + .border-x-violet-950\\/20 { border-left-color: #2e106533; border-right-color: #2e106533; @@ -182890,11 +251265,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e10654d; } +.border-x-violet-950\\/35 { + border-left-color: #2e106559; + border-right-color: #2e106559; +} + .border-x-violet-950\\/40 { border-left-color: #2e106566; border-right-color: #2e106566; } +.border-x-violet-950\\/45 { + border-left-color: #2e106573; + border-right-color: #2e106573; +} + .border-x-violet-950\\/5 { border-left-color: #2e10650d; border-right-color: #2e10650d; @@ -182905,11 +251290,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e106580; } +.border-x-violet-950\\/55 { + border-left-color: #2e10658c; + border-right-color: #2e10658c; +} + .border-x-violet-950\\/60 { border-left-color: #2e106599; border-right-color: #2e106599; } +.border-x-violet-950\\/65 { + border-left-color: #2e1065a6; + border-right-color: #2e1065a6; +} + .border-x-violet-950\\/70 { border-left-color: #2e1065b3; border-right-color: #2e1065b3; @@ -182925,6 +251320,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e1065cc; } +.border-x-violet-950\\/85 { + border-left-color: #2e1065d9; + border-right-color: #2e1065d9; +} + .border-x-violet-950\\/90 { border-left-color: #2e1065e6; border-right-color: #2e1065e6; @@ -182956,6 +251356,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff; } +.border-x-white\\/15 { + border-left-color: #ffffff26; + border-right-color: #ffffff26; +} + .border-x-white\\/20 { border-left-color: #fff3; border-right-color: #fff3; @@ -182971,11 +251376,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffffff4d; } +.border-x-white\\/35 { + border-left-color: #ffffff59; + border-right-color: #ffffff59; +} + .border-x-white\\/40 { border-left-color: #fff6; border-right-color: #fff6; } +.border-x-white\\/45 { + border-left-color: #ffffff73; + border-right-color: #ffffff73; +} + .border-x-white\\/5 { border-left-color: #ffffff0d; border-right-color: #ffffff0d; @@ -182986,11 +251401,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffffff80; } +.border-x-white\\/55 { + border-left-color: #ffffff8c; + border-right-color: #ffffff8c; +} + .border-x-white\\/60 { border-left-color: #fff9; border-right-color: #fff9; } +.border-x-white\\/65 { + border-left-color: #ffffffa6; + border-right-color: #ffffffa6; +} + .border-x-white\\/70 { border-left-color: #ffffffb3; border-right-color: #ffffffb3; @@ -183006,6 +251431,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffc; } +.border-x-white\\/85 { + border-left-color: #ffffffd9; + border-right-color: #ffffffd9; +} + .border-x-white\\/90 { border-left-color: #ffffffe6; border-right-color: #ffffffe6; @@ -183037,6 +251467,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c3; } +.border-x-yellow-100\\/15 { + border-left-color: #fef9c326; + border-right-color: #fef9c326; +} + .border-x-yellow-100\\/20 { border-left-color: #fef9c333; border-right-color: #fef9c333; @@ -183052,11 +251487,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c34d; } +.border-x-yellow-100\\/35 { + border-left-color: #fef9c359; + border-right-color: #fef9c359; +} + .border-x-yellow-100\\/40 { border-left-color: #fef9c366; border-right-color: #fef9c366; } +.border-x-yellow-100\\/45 { + border-left-color: #fef9c373; + border-right-color: #fef9c373; +} + .border-x-yellow-100\\/5 { border-left-color: #fef9c30d; border-right-color: #fef9c30d; @@ -183067,11 +251512,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c380; } +.border-x-yellow-100\\/55 { + border-left-color: #fef9c38c; + border-right-color: #fef9c38c; +} + .border-x-yellow-100\\/60 { border-left-color: #fef9c399; border-right-color: #fef9c399; } +.border-x-yellow-100\\/65 { + border-left-color: #fef9c3a6; + border-right-color: #fef9c3a6; +} + .border-x-yellow-100\\/70 { border-left-color: #fef9c3b3; border-right-color: #fef9c3b3; @@ -183087,6 +251542,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c3cc; } +.border-x-yellow-100\\/85 { + border-left-color: #fef9c3d9; + border-right-color: #fef9c3d9; +} + .border-x-yellow-100\\/90 { border-left-color: #fef9c3e6; border-right-color: #fef9c3e6; @@ -183118,6 +251578,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08a; } +.border-x-yellow-200\\/15 { + border-left-color: #fef08a26; + border-right-color: #fef08a26; +} + .border-x-yellow-200\\/20 { border-left-color: #fef08a33; border-right-color: #fef08a33; @@ -183133,11 +251598,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08a4d; } +.border-x-yellow-200\\/35 { + border-left-color: #fef08a59; + border-right-color: #fef08a59; +} + .border-x-yellow-200\\/40 { border-left-color: #fef08a66; border-right-color: #fef08a66; } +.border-x-yellow-200\\/45 { + border-left-color: #fef08a73; + border-right-color: #fef08a73; +} + .border-x-yellow-200\\/5 { border-left-color: #fef08a0d; border-right-color: #fef08a0d; @@ -183148,11 +251623,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08a80; } +.border-x-yellow-200\\/55 { + border-left-color: #fef08a8c; + border-right-color: #fef08a8c; +} + .border-x-yellow-200\\/60 { border-left-color: #fef08a99; border-right-color: #fef08a99; } +.border-x-yellow-200\\/65 { + border-left-color: #fef08aa6; + border-right-color: #fef08aa6; +} + .border-x-yellow-200\\/70 { border-left-color: #fef08ab3; border-right-color: #fef08ab3; @@ -183168,6 +251653,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08acc; } +.border-x-yellow-200\\/85 { + border-left-color: #fef08ad9; + border-right-color: #fef08ad9; +} + .border-x-yellow-200\\/90 { border-left-color: #fef08ae6; border-right-color: #fef08ae6; @@ -183199,6 +251689,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde047; } +.border-x-yellow-300\\/15 { + border-left-color: #fde04726; + border-right-color: #fde04726; +} + .border-x-yellow-300\\/20 { border-left-color: #fde04733; border-right-color: #fde04733; @@ -183214,11 +251709,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde0474d; } +.border-x-yellow-300\\/35 { + border-left-color: #fde04759; + border-right-color: #fde04759; +} + .border-x-yellow-300\\/40 { border-left-color: #fde04766; border-right-color: #fde04766; } +.border-x-yellow-300\\/45 { + border-left-color: #fde04773; + border-right-color: #fde04773; +} + .border-x-yellow-300\\/5 { border-left-color: #fde0470d; border-right-color: #fde0470d; @@ -183229,11 +251734,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde04780; } +.border-x-yellow-300\\/55 { + border-left-color: #fde0478c; + border-right-color: #fde0478c; +} + .border-x-yellow-300\\/60 { border-left-color: #fde04799; border-right-color: #fde04799; } +.border-x-yellow-300\\/65 { + border-left-color: #fde047a6; + border-right-color: #fde047a6; +} + .border-x-yellow-300\\/70 { border-left-color: #fde047b3; border-right-color: #fde047b3; @@ -183249,6 +251764,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde047cc; } +.border-x-yellow-300\\/85 { + border-left-color: #fde047d9; + border-right-color: #fde047d9; +} + .border-x-yellow-300\\/90 { border-left-color: #fde047e6; border-right-color: #fde047e6; @@ -183280,6 +251800,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc15; } +.border-x-yellow-400\\/15 { + border-left-color: #facc1526; + border-right-color: #facc1526; +} + .border-x-yellow-400\\/20 { border-left-color: #facc1533; border-right-color: #facc1533; @@ -183295,11 +251820,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc154d; } +.border-x-yellow-400\\/35 { + border-left-color: #facc1559; + border-right-color: #facc1559; +} + .border-x-yellow-400\\/40 { border-left-color: #facc1566; border-right-color: #facc1566; } +.border-x-yellow-400\\/45 { + border-left-color: #facc1573; + border-right-color: #facc1573; +} + .border-x-yellow-400\\/5 { border-left-color: #facc150d; border-right-color: #facc150d; @@ -183310,11 +251845,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc1580; } +.border-x-yellow-400\\/55 { + border-left-color: #facc158c; + border-right-color: #facc158c; +} + .border-x-yellow-400\\/60 { border-left-color: #facc1599; border-right-color: #facc1599; } +.border-x-yellow-400\\/65 { + border-left-color: #facc15a6; + border-right-color: #facc15a6; +} + .border-x-yellow-400\\/70 { border-left-color: #facc15b3; border-right-color: #facc15b3; @@ -183330,6 +251875,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc15cc; } +.border-x-yellow-400\\/85 { + border-left-color: #facc15d9; + border-right-color: #facc15d9; +} + .border-x-yellow-400\\/90 { border-left-color: #facc15e6; border-right-color: #facc15e6; @@ -183361,6 +251911,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce8; } +.border-x-yellow-50\\/15 { + border-left-color: #fefce826; + border-right-color: #fefce826; +} + .border-x-yellow-50\\/20 { border-left-color: #fefce833; border-right-color: #fefce833; @@ -183376,11 +251931,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce84d; } +.border-x-yellow-50\\/35 { + border-left-color: #fefce859; + border-right-color: #fefce859; +} + .border-x-yellow-50\\/40 { border-left-color: #fefce866; border-right-color: #fefce866; } +.border-x-yellow-50\\/45 { + border-left-color: #fefce873; + border-right-color: #fefce873; +} + .border-x-yellow-50\\/5 { border-left-color: #fefce80d; border-right-color: #fefce80d; @@ -183391,11 +251956,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce880; } +.border-x-yellow-50\\/55 { + border-left-color: #fefce88c; + border-right-color: #fefce88c; +} + .border-x-yellow-50\\/60 { border-left-color: #fefce899; border-right-color: #fefce899; } +.border-x-yellow-50\\/65 { + border-left-color: #fefce8a6; + border-right-color: #fefce8a6; +} + .border-x-yellow-50\\/70 { border-left-color: #fefce8b3; border-right-color: #fefce8b3; @@ -183411,6 +251986,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce8cc; } +.border-x-yellow-50\\/85 { + border-left-color: #fefce8d9; + border-right-color: #fefce8d9; +} + .border-x-yellow-50\\/90 { border-left-color: #fefce8e6; border-right-color: #fefce8e6; @@ -183442,6 +252022,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab308; } +.border-x-yellow-500\\/15 { + border-left-color: #eab30826; + border-right-color: #eab30826; +} + .border-x-yellow-500\\/20 { border-left-color: #eab30833; border-right-color: #eab30833; @@ -183457,11 +252042,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab3084d; } +.border-x-yellow-500\\/35 { + border-left-color: #eab30859; + border-right-color: #eab30859; +} + .border-x-yellow-500\\/40 { border-left-color: #eab30866; border-right-color: #eab30866; } +.border-x-yellow-500\\/45 { + border-left-color: #eab30873; + border-right-color: #eab30873; +} + .border-x-yellow-500\\/5 { border-left-color: #eab3080d; border-right-color: #eab3080d; @@ -183472,11 +252067,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab30880; } +.border-x-yellow-500\\/55 { + border-left-color: #eab3088c; + border-right-color: #eab3088c; +} + .border-x-yellow-500\\/60 { border-left-color: #eab30899; border-right-color: #eab30899; } +.border-x-yellow-500\\/65 { + border-left-color: #eab308a6; + border-right-color: #eab308a6; +} + .border-x-yellow-500\\/70 { border-left-color: #eab308b3; border-right-color: #eab308b3; @@ -183492,6 +252097,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab308cc; } +.border-x-yellow-500\\/85 { + border-left-color: #eab308d9; + border-right-color: #eab308d9; +} + .border-x-yellow-500\\/90 { border-left-color: #eab308e6; border-right-color: #eab308e6; @@ -183523,6 +252133,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a04; } +.border-x-yellow-600\\/15 { + border-left-color: #ca8a0426; + border-right-color: #ca8a0426; +} + .border-x-yellow-600\\/20 { border-left-color: #ca8a0433; border-right-color: #ca8a0433; @@ -183538,11 +252153,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a044d; } +.border-x-yellow-600\\/35 { + border-left-color: #ca8a0459; + border-right-color: #ca8a0459; +} + .border-x-yellow-600\\/40 { border-left-color: #ca8a0466; border-right-color: #ca8a0466; } +.border-x-yellow-600\\/45 { + border-left-color: #ca8a0473; + border-right-color: #ca8a0473; +} + .border-x-yellow-600\\/5 { border-left-color: #ca8a040d; border-right-color: #ca8a040d; @@ -183553,11 +252178,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a0480; } +.border-x-yellow-600\\/55 { + border-left-color: #ca8a048c; + border-right-color: #ca8a048c; +} + .border-x-yellow-600\\/60 { border-left-color: #ca8a0499; border-right-color: #ca8a0499; } +.border-x-yellow-600\\/65 { + border-left-color: #ca8a04a6; + border-right-color: #ca8a04a6; +} + .border-x-yellow-600\\/70 { border-left-color: #ca8a04b3; border-right-color: #ca8a04b3; @@ -183573,6 +252208,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a04cc; } +.border-x-yellow-600\\/85 { + border-left-color: #ca8a04d9; + border-right-color: #ca8a04d9; +} + .border-x-yellow-600\\/90 { border-left-color: #ca8a04e6; border-right-color: #ca8a04e6; @@ -183604,6 +252244,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a16207; } +.border-x-yellow-700\\/15 { + border-left-color: #a1620726; + border-right-color: #a1620726; +} + .border-x-yellow-700\\/20 { border-left-color: #a1620733; border-right-color: #a1620733; @@ -183619,11 +252264,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a162074d; } +.border-x-yellow-700\\/35 { + border-left-color: #a1620759; + border-right-color: #a1620759; +} + .border-x-yellow-700\\/40 { border-left-color: #a1620766; border-right-color: #a1620766; } +.border-x-yellow-700\\/45 { + border-left-color: #a1620773; + border-right-color: #a1620773; +} + .border-x-yellow-700\\/5 { border-left-color: #a162070d; border-right-color: #a162070d; @@ -183634,11 +252289,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1620780; } +.border-x-yellow-700\\/55 { + border-left-color: #a162078c; + border-right-color: #a162078c; +} + .border-x-yellow-700\\/60 { border-left-color: #a1620799; border-right-color: #a1620799; } +.border-x-yellow-700\\/65 { + border-left-color: #a16207a6; + border-right-color: #a16207a6; +} + .border-x-yellow-700\\/70 { border-left-color: #a16207b3; border-right-color: #a16207b3; @@ -183654,6 +252319,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a16207cc; } +.border-x-yellow-700\\/85 { + border-left-color: #a16207d9; + border-right-color: #a16207d9; +} + .border-x-yellow-700\\/90 { border-left-color: #a16207e6; border-right-color: #a16207e6; @@ -183685,6 +252355,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0e; } +.border-x-yellow-800\\/15 { + border-left-color: #854d0e26; + border-right-color: #854d0e26; +} + .border-x-yellow-800\\/20 { border-left-color: #854d0e33; border-right-color: #854d0e33; @@ -183700,11 +252375,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0e4d; } +.border-x-yellow-800\\/35 { + border-left-color: #854d0e59; + border-right-color: #854d0e59; +} + .border-x-yellow-800\\/40 { border-left-color: #854d0e66; border-right-color: #854d0e66; } +.border-x-yellow-800\\/45 { + border-left-color: #854d0e73; + border-right-color: #854d0e73; +} + .border-x-yellow-800\\/5 { border-left-color: #854d0e0d; border-right-color: #854d0e0d; @@ -183715,11 +252400,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0e80; } +.border-x-yellow-800\\/55 { + border-left-color: #854d0e8c; + border-right-color: #854d0e8c; +} + .border-x-yellow-800\\/60 { border-left-color: #854d0e99; border-right-color: #854d0e99; } +.border-x-yellow-800\\/65 { + border-left-color: #854d0ea6; + border-right-color: #854d0ea6; +} + .border-x-yellow-800\\/70 { border-left-color: #854d0eb3; border-right-color: #854d0eb3; @@ -183735,6 +252430,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0ecc; } +.border-x-yellow-800\\/85 { + border-left-color: #854d0ed9; + border-right-color: #854d0ed9; +} + .border-x-yellow-800\\/90 { border-left-color: #854d0ee6; border-right-color: #854d0ee6; @@ -183766,6 +252466,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f12; } +.border-x-yellow-900\\/15 { + border-left-color: #713f1226; + border-right-color: #713f1226; +} + .border-x-yellow-900\\/20 { border-left-color: #713f1233; border-right-color: #713f1233; @@ -183781,11 +252486,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f124d; } +.border-x-yellow-900\\/35 { + border-left-color: #713f1259; + border-right-color: #713f1259; +} + .border-x-yellow-900\\/40 { border-left-color: #713f1266; border-right-color: #713f1266; } +.border-x-yellow-900\\/45 { + border-left-color: #713f1273; + border-right-color: #713f1273; +} + .border-x-yellow-900\\/5 { border-left-color: #713f120d; border-right-color: #713f120d; @@ -183796,11 +252511,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f1280; } +.border-x-yellow-900\\/55 { + border-left-color: #713f128c; + border-right-color: #713f128c; +} + .border-x-yellow-900\\/60 { border-left-color: #713f1299; border-right-color: #713f1299; } +.border-x-yellow-900\\/65 { + border-left-color: #713f12a6; + border-right-color: #713f12a6; +} + .border-x-yellow-900\\/70 { border-left-color: #713f12b3; border-right-color: #713f12b3; @@ -183816,6 +252541,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f12cc; } +.border-x-yellow-900\\/85 { + border-left-color: #713f12d9; + border-right-color: #713f12d9; +} + .border-x-yellow-900\\/90 { border-left-color: #713f12e6; border-right-color: #713f12e6; @@ -183847,6 +252577,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #422006; } +.border-x-yellow-950\\/15 { + border-left-color: #42200626; + border-right-color: #42200626; +} + .border-x-yellow-950\\/20 { border-left-color: #42200633; border-right-color: #42200633; @@ -183862,11 +252597,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4220064d; } +.border-x-yellow-950\\/35 { + border-left-color: #42200659; + border-right-color: #42200659; +} + .border-x-yellow-950\\/40 { border-left-color: #42200666; border-right-color: #42200666; } +.border-x-yellow-950\\/45 { + border-left-color: #42200673; + border-right-color: #42200673; +} + .border-x-yellow-950\\/5 { border-left-color: #4220060d; border-right-color: #4220060d; @@ -183877,11 +252622,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #42200680; } +.border-x-yellow-950\\/55 { + border-left-color: #4220068c; + border-right-color: #4220068c; +} + .border-x-yellow-950\\/60 { border-left-color: #42200699; border-right-color: #42200699; } +.border-x-yellow-950\\/65 { + border-left-color: #422006a6; + border-right-color: #422006a6; +} + .border-x-yellow-950\\/70 { border-left-color: #422006b3; border-right-color: #422006b3; @@ -183897,6 +252652,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #422006cc; } +.border-x-yellow-950\\/85 { + border-left-color: #422006d9; + border-right-color: #422006d9; +} + .border-x-yellow-950\\/90 { border-left-color: #422006e6; border-right-color: #422006e6; @@ -183928,6 +252688,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f5; } +.border-x-zinc-100\\/15 { + border-left-color: #f4f4f526; + border-right-color: #f4f4f526; +} + .border-x-zinc-100\\/20 { border-left-color: #f4f4f533; border-right-color: #f4f4f533; @@ -183943,11 +252708,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f54d; } +.border-x-zinc-100\\/35 { + border-left-color: #f4f4f559; + border-right-color: #f4f4f559; +} + .border-x-zinc-100\\/40 { border-left-color: #f4f4f566; border-right-color: #f4f4f566; } +.border-x-zinc-100\\/45 { + border-left-color: #f4f4f573; + border-right-color: #f4f4f573; +} + .border-x-zinc-100\\/5 { border-left-color: #f4f4f50d; border-right-color: #f4f4f50d; @@ -183958,11 +252733,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f580; } +.border-x-zinc-100\\/55 { + border-left-color: #f4f4f58c; + border-right-color: #f4f4f58c; +} + .border-x-zinc-100\\/60 { border-left-color: #f4f4f599; border-right-color: #f4f4f599; } +.border-x-zinc-100\\/65 { + border-left-color: #f4f4f5a6; + border-right-color: #f4f4f5a6; +} + .border-x-zinc-100\\/70 { border-left-color: #f4f4f5b3; border-right-color: #f4f4f5b3; @@ -183978,6 +252763,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f5cc; } +.border-x-zinc-100\\/85 { + border-left-color: #f4f4f5d9; + border-right-color: #f4f4f5d9; +} + .border-x-zinc-100\\/90 { border-left-color: #f4f4f5e6; border-right-color: #f4f4f5e6; @@ -184009,6 +252799,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e7; } +.border-x-zinc-200\\/15 { + border-left-color: #e4e4e726; + border-right-color: #e4e4e726; +} + .border-x-zinc-200\\/20 { border-left-color: #e4e4e733; border-right-color: #e4e4e733; @@ -184024,11 +252819,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e74d; } +.border-x-zinc-200\\/35 { + border-left-color: #e4e4e759; + border-right-color: #e4e4e759; +} + .border-x-zinc-200\\/40 { border-left-color: #e4e4e766; border-right-color: #e4e4e766; } +.border-x-zinc-200\\/45 { + border-left-color: #e4e4e773; + border-right-color: #e4e4e773; +} + .border-x-zinc-200\\/5 { border-left-color: #e4e4e70d; border-right-color: #e4e4e70d; @@ -184039,11 +252844,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e780; } +.border-x-zinc-200\\/55 { + border-left-color: #e4e4e78c; + border-right-color: #e4e4e78c; +} + .border-x-zinc-200\\/60 { border-left-color: #e4e4e799; border-right-color: #e4e4e799; } +.border-x-zinc-200\\/65 { + border-left-color: #e4e4e7a6; + border-right-color: #e4e4e7a6; +} + .border-x-zinc-200\\/70 { border-left-color: #e4e4e7b3; border-right-color: #e4e4e7b3; @@ -184059,6 +252874,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e7cc; } +.border-x-zinc-200\\/85 { + border-left-color: #e4e4e7d9; + border-right-color: #e4e4e7d9; +} + .border-x-zinc-200\\/90 { border-left-color: #e4e4e7e6; border-right-color: #e4e4e7e6; @@ -184090,6 +252910,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d8; } +.border-x-zinc-300\\/15 { + border-left-color: #d4d4d826; + border-right-color: #d4d4d826; +} + .border-x-zinc-300\\/20 { border-left-color: #d4d4d833; border-right-color: #d4d4d833; @@ -184105,11 +252930,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d84d; } +.border-x-zinc-300\\/35 { + border-left-color: #d4d4d859; + border-right-color: #d4d4d859; +} + .border-x-zinc-300\\/40 { border-left-color: #d4d4d866; border-right-color: #d4d4d866; } +.border-x-zinc-300\\/45 { + border-left-color: #d4d4d873; + border-right-color: #d4d4d873; +} + .border-x-zinc-300\\/5 { border-left-color: #d4d4d80d; border-right-color: #d4d4d80d; @@ -184120,11 +252955,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d880; } +.border-x-zinc-300\\/55 { + border-left-color: #d4d4d88c; + border-right-color: #d4d4d88c; +} + .border-x-zinc-300\\/60 { border-left-color: #d4d4d899; border-right-color: #d4d4d899; } +.border-x-zinc-300\\/65 { + border-left-color: #d4d4d8a6; + border-right-color: #d4d4d8a6; +} + .border-x-zinc-300\\/70 { border-left-color: #d4d4d8b3; border-right-color: #d4d4d8b3; @@ -184140,6 +252985,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d8cc; } +.border-x-zinc-300\\/85 { + border-left-color: #d4d4d8d9; + border-right-color: #d4d4d8d9; +} + .border-x-zinc-300\\/90 { border-left-color: #d4d4d8e6; border-right-color: #d4d4d8e6; @@ -184171,6 +253021,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aa; } +.border-x-zinc-400\\/15 { + border-left-color: #a1a1aa26; + border-right-color: #a1a1aa26; +} + .border-x-zinc-400\\/20 { border-left-color: #a1a1aa33; border-right-color: #a1a1aa33; @@ -184186,11 +253041,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aa4d; } +.border-x-zinc-400\\/35 { + border-left-color: #a1a1aa59; + border-right-color: #a1a1aa59; +} + .border-x-zinc-400\\/40 { border-left-color: #a1a1aa66; border-right-color: #a1a1aa66; } +.border-x-zinc-400\\/45 { + border-left-color: #a1a1aa73; + border-right-color: #a1a1aa73; +} + .border-x-zinc-400\\/5 { border-left-color: #a1a1aa0d; border-right-color: #a1a1aa0d; @@ -184201,11 +253066,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aa80; } +.border-x-zinc-400\\/55 { + border-left-color: #a1a1aa8c; + border-right-color: #a1a1aa8c; +} + .border-x-zinc-400\\/60 { border-left-color: #a1a1aa99; border-right-color: #a1a1aa99; } +.border-x-zinc-400\\/65 { + border-left-color: #a1a1aaa6; + border-right-color: #a1a1aaa6; +} + .border-x-zinc-400\\/70 { border-left-color: #a1a1aab3; border-right-color: #a1a1aab3; @@ -184221,6 +253096,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aacc; } +.border-x-zinc-400\\/85 { + border-left-color: #a1a1aad9; + border-right-color: #a1a1aad9; +} + .border-x-zinc-400\\/90 { border-left-color: #a1a1aae6; border-right-color: #a1a1aae6; @@ -184252,6 +253132,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa; } +.border-x-zinc-50\\/15 { + border-left-color: #fafafa26; + border-right-color: #fafafa26; +} + .border-x-zinc-50\\/20 { border-left-color: #fafafa33; border-right-color: #fafafa33; @@ -184267,11 +253152,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa4d; } +.border-x-zinc-50\\/35 { + border-left-color: #fafafa59; + border-right-color: #fafafa59; +} + .border-x-zinc-50\\/40 { border-left-color: #fafafa66; border-right-color: #fafafa66; } +.border-x-zinc-50\\/45 { + border-left-color: #fafafa73; + border-right-color: #fafafa73; +} + .border-x-zinc-50\\/5 { border-left-color: #fafafa0d; border-right-color: #fafafa0d; @@ -184282,11 +253177,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa80; } +.border-x-zinc-50\\/55 { + border-left-color: #fafafa8c; + border-right-color: #fafafa8c; +} + .border-x-zinc-50\\/60 { border-left-color: #fafafa99; border-right-color: #fafafa99; } +.border-x-zinc-50\\/65 { + border-left-color: #fafafaa6; + border-right-color: #fafafaa6; +} + .border-x-zinc-50\\/70 { border-left-color: #fafafab3; border-right-color: #fafafab3; @@ -184302,6 +253207,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafacc; } +.border-x-zinc-50\\/85 { + border-left-color: #fafafad9; + border-right-color: #fafafad9; +} + .border-x-zinc-50\\/90 { border-left-color: #fafafae6; border-right-color: #fafafae6; @@ -184333,6 +253243,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717a; } +.border-x-zinc-500\\/15 { + border-left-color: #71717a26; + border-right-color: #71717a26; +} + .border-x-zinc-500\\/20 { border-left-color: #71717a33; border-right-color: #71717a33; @@ -184348,11 +253263,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717a4d; } +.border-x-zinc-500\\/35 { + border-left-color: #71717a59; + border-right-color: #71717a59; +} + .border-x-zinc-500\\/40 { border-left-color: #71717a66; border-right-color: #71717a66; } +.border-x-zinc-500\\/45 { + border-left-color: #71717a73; + border-right-color: #71717a73; +} + .border-x-zinc-500\\/5 { border-left-color: #71717a0d; border-right-color: #71717a0d; @@ -184363,11 +253288,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717a80; } +.border-x-zinc-500\\/55 { + border-left-color: #71717a8c; + border-right-color: #71717a8c; +} + .border-x-zinc-500\\/60 { border-left-color: #71717a99; border-right-color: #71717a99; } +.border-x-zinc-500\\/65 { + border-left-color: #71717aa6; + border-right-color: #71717aa6; +} + .border-x-zinc-500\\/70 { border-left-color: #71717ab3; border-right-color: #71717ab3; @@ -184383,6 +253318,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717acc; } +.border-x-zinc-500\\/85 { + border-left-color: #71717ad9; + border-right-color: #71717ad9; +} + .border-x-zinc-500\\/90 { border-left-color: #71717ae6; border-right-color: #71717ae6; @@ -184414,6 +253354,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525b; } +.border-x-zinc-600\\/15 { + border-left-color: #52525b26; + border-right-color: #52525b26; +} + .border-x-zinc-600\\/20 { border-left-color: #52525b33; border-right-color: #52525b33; @@ -184429,11 +253374,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525b4d; } +.border-x-zinc-600\\/35 { + border-left-color: #52525b59; + border-right-color: #52525b59; +} + .border-x-zinc-600\\/40 { border-left-color: #52525b66; border-right-color: #52525b66; } +.border-x-zinc-600\\/45 { + border-left-color: #52525b73; + border-right-color: #52525b73; +} + .border-x-zinc-600\\/5 { border-left-color: #52525b0d; border-right-color: #52525b0d; @@ -184444,11 +253399,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525b80; } +.border-x-zinc-600\\/55 { + border-left-color: #52525b8c; + border-right-color: #52525b8c; +} + .border-x-zinc-600\\/60 { border-left-color: #52525b99; border-right-color: #52525b99; } +.border-x-zinc-600\\/65 { + border-left-color: #52525ba6; + border-right-color: #52525ba6; +} + .border-x-zinc-600\\/70 { border-left-color: #52525bb3; border-right-color: #52525bb3; @@ -184464,6 +253429,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525bcc; } +.border-x-zinc-600\\/85 { + border-left-color: #52525bd9; + border-right-color: #52525bd9; +} + .border-x-zinc-600\\/90 { border-left-color: #52525be6; border-right-color: #52525be6; @@ -184495,6 +253465,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f46; } +.border-x-zinc-700\\/15 { + border-left-color: #3f3f4626; + border-right-color: #3f3f4626; +} + .border-x-zinc-700\\/20 { border-left-color: #3f3f4633; border-right-color: #3f3f4633; @@ -184510,11 +253485,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f464d; } +.border-x-zinc-700\\/35 { + border-left-color: #3f3f4659; + border-right-color: #3f3f4659; +} + .border-x-zinc-700\\/40 { border-left-color: #3f3f4666; border-right-color: #3f3f4666; } +.border-x-zinc-700\\/45 { + border-left-color: #3f3f4673; + border-right-color: #3f3f4673; +} + .border-x-zinc-700\\/5 { border-left-color: #3f3f460d; border-right-color: #3f3f460d; @@ -184525,11 +253510,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f4680; } +.border-x-zinc-700\\/55 { + border-left-color: #3f3f468c; + border-right-color: #3f3f468c; +} + .border-x-zinc-700\\/60 { border-left-color: #3f3f4699; border-right-color: #3f3f4699; } +.border-x-zinc-700\\/65 { + border-left-color: #3f3f46a6; + border-right-color: #3f3f46a6; +} + .border-x-zinc-700\\/70 { border-left-color: #3f3f46b3; border-right-color: #3f3f46b3; @@ -184545,6 +253540,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f46cc; } +.border-x-zinc-700\\/85 { + border-left-color: #3f3f46d9; + border-right-color: #3f3f46d9; +} + .border-x-zinc-700\\/90 { border-left-color: #3f3f46e6; border-right-color: #3f3f46e6; @@ -184576,6 +253576,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272a; } +.border-x-zinc-800\\/15 { + border-left-color: #27272a26; + border-right-color: #27272a26; +} + .border-x-zinc-800\\/20 { border-left-color: #27272a33; border-right-color: #27272a33; @@ -184591,11 +253596,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272a4d; } +.border-x-zinc-800\\/35 { + border-left-color: #27272a59; + border-right-color: #27272a59; +} + .border-x-zinc-800\\/40 { border-left-color: #27272a66; border-right-color: #27272a66; } +.border-x-zinc-800\\/45 { + border-left-color: #27272a73; + border-right-color: #27272a73; +} + .border-x-zinc-800\\/5 { border-left-color: #27272a0d; border-right-color: #27272a0d; @@ -184606,11 +253621,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272a80; } +.border-x-zinc-800\\/55 { + border-left-color: #27272a8c; + border-right-color: #27272a8c; +} + .border-x-zinc-800\\/60 { border-left-color: #27272a99; border-right-color: #27272a99; } +.border-x-zinc-800\\/65 { + border-left-color: #27272aa6; + border-right-color: #27272aa6; +} + .border-x-zinc-800\\/70 { border-left-color: #27272ab3; border-right-color: #27272ab3; @@ -184626,6 +253651,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272acc; } +.border-x-zinc-800\\/85 { + border-left-color: #27272ad9; + border-right-color: #27272ad9; +} + .border-x-zinc-800\\/90 { border-left-color: #27272ae6; border-right-color: #27272ae6; @@ -184657,6 +253687,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181b; } +.border-x-zinc-900\\/15 { + border-left-color: #18181b26; + border-right-color: #18181b26; +} + .border-x-zinc-900\\/20 { border-left-color: #18181b33; border-right-color: #18181b33; @@ -184672,11 +253707,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181b4d; } +.border-x-zinc-900\\/35 { + border-left-color: #18181b59; + border-right-color: #18181b59; +} + .border-x-zinc-900\\/40 { border-left-color: #18181b66; border-right-color: #18181b66; } +.border-x-zinc-900\\/45 { + border-left-color: #18181b73; + border-right-color: #18181b73; +} + .border-x-zinc-900\\/5 { border-left-color: #18181b0d; border-right-color: #18181b0d; @@ -184687,11 +253732,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181b80; } +.border-x-zinc-900\\/55 { + border-left-color: #18181b8c; + border-right-color: #18181b8c; +} + .border-x-zinc-900\\/60 { border-left-color: #18181b99; border-right-color: #18181b99; } +.border-x-zinc-900\\/65 { + border-left-color: #18181ba6; + border-right-color: #18181ba6; +} + .border-x-zinc-900\\/70 { border-left-color: #18181bb3; border-right-color: #18181bb3; @@ -184707,6 +253762,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181bcc; } +.border-x-zinc-900\\/85 { + border-left-color: #18181bd9; + border-right-color: #18181bd9; +} + .border-x-zinc-900\\/90 { border-left-color: #18181be6; border-right-color: #18181be6; @@ -184738,6 +253798,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090b; } +.border-x-zinc-950\\/15 { + border-left-color: #09090b26; + border-right-color: #09090b26; +} + .border-x-zinc-950\\/20 { border-left-color: #09090b33; border-right-color: #09090b33; @@ -184753,11 +253818,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090b4d; } +.border-x-zinc-950\\/35 { + border-left-color: #09090b59; + border-right-color: #09090b59; +} + .border-x-zinc-950\\/40 { border-left-color: #09090b66; border-right-color: #09090b66; } +.border-x-zinc-950\\/45 { + border-left-color: #09090b73; + border-right-color: #09090b73; +} + .border-x-zinc-950\\/5 { border-left-color: #09090b0d; border-right-color: #09090b0d; @@ -184768,11 +253843,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090b80; } +.border-x-zinc-950\\/55 { + border-left-color: #09090b8c; + border-right-color: #09090b8c; +} + .border-x-zinc-950\\/60 { border-left-color: #09090b99; border-right-color: #09090b99; } +.border-x-zinc-950\\/65 { + border-left-color: #09090ba6; + border-right-color: #09090ba6; +} + .border-x-zinc-950\\/70 { border-left-color: #09090bb3; border-right-color: #09090bb3; @@ -184788,6 +253873,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090bcc; } +.border-x-zinc-950\\/85 { + border-left-color: #09090bd9; + border-right-color: #09090bd9; +} + .border-x-zinc-950\\/90 { border-left-color: #09090be6; border-right-color: #09090be6; @@ -184819,6 +253909,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c7; } +.border-y-amber-100\\/15 { + border-top-color: #fef3c726; + border-bottom-color: #fef3c726; +} + .border-y-amber-100\\/20 { border-top-color: #fef3c733; border-bottom-color: #fef3c733; @@ -184834,11 +253929,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c74d; } +.border-y-amber-100\\/35 { + border-top-color: #fef3c759; + border-bottom-color: #fef3c759; +} + .border-y-amber-100\\/40 { border-top-color: #fef3c766; border-bottom-color: #fef3c766; } +.border-y-amber-100\\/45 { + border-top-color: #fef3c773; + border-bottom-color: #fef3c773; +} + .border-y-amber-100\\/5 { border-top-color: #fef3c70d; border-bottom-color: #fef3c70d; @@ -184849,11 +253954,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c780; } +.border-y-amber-100\\/55 { + border-top-color: #fef3c78c; + border-bottom-color: #fef3c78c; +} + .border-y-amber-100\\/60 { border-top-color: #fef3c799; border-bottom-color: #fef3c799; } +.border-y-amber-100\\/65 { + border-top-color: #fef3c7a6; + border-bottom-color: #fef3c7a6; +} + .border-y-amber-100\\/70 { border-top-color: #fef3c7b3; border-bottom-color: #fef3c7b3; @@ -184869,6 +253984,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c7cc; } +.border-y-amber-100\\/85 { + border-top-color: #fef3c7d9; + border-bottom-color: #fef3c7d9; +} + .border-y-amber-100\\/90 { border-top-color: #fef3c7e6; border-bottom-color: #fef3c7e6; @@ -184900,6 +254020,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68a; } +.border-y-amber-200\\/15 { + border-top-color: #fde68a26; + border-bottom-color: #fde68a26; +} + .border-y-amber-200\\/20 { border-top-color: #fde68a33; border-bottom-color: #fde68a33; @@ -184915,11 +254040,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68a4d; } +.border-y-amber-200\\/35 { + border-top-color: #fde68a59; + border-bottom-color: #fde68a59; +} + .border-y-amber-200\\/40 { border-top-color: #fde68a66; border-bottom-color: #fde68a66; } +.border-y-amber-200\\/45 { + border-top-color: #fde68a73; + border-bottom-color: #fde68a73; +} + .border-y-amber-200\\/5 { border-top-color: #fde68a0d; border-bottom-color: #fde68a0d; @@ -184930,11 +254065,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68a80; } +.border-y-amber-200\\/55 { + border-top-color: #fde68a8c; + border-bottom-color: #fde68a8c; +} + .border-y-amber-200\\/60 { border-top-color: #fde68a99; border-bottom-color: #fde68a99; } +.border-y-amber-200\\/65 { + border-top-color: #fde68aa6; + border-bottom-color: #fde68aa6; +} + .border-y-amber-200\\/70 { border-top-color: #fde68ab3; border-bottom-color: #fde68ab3; @@ -184950,6 +254095,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68acc; } +.border-y-amber-200\\/85 { + border-top-color: #fde68ad9; + border-bottom-color: #fde68ad9; +} + .border-y-amber-200\\/90 { border-top-color: #fde68ae6; border-bottom-color: #fde68ae6; @@ -184981,6 +254131,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34d; } +.border-y-amber-300\\/15 { + border-top-color: #fcd34d26; + border-bottom-color: #fcd34d26; +} + .border-y-amber-300\\/20 { border-top-color: #fcd34d33; border-bottom-color: #fcd34d33; @@ -184996,11 +254151,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34d4d; } +.border-y-amber-300\\/35 { + border-top-color: #fcd34d59; + border-bottom-color: #fcd34d59; +} + .border-y-amber-300\\/40 { border-top-color: #fcd34d66; border-bottom-color: #fcd34d66; } +.border-y-amber-300\\/45 { + border-top-color: #fcd34d73; + border-bottom-color: #fcd34d73; +} + .border-y-amber-300\\/5 { border-top-color: #fcd34d0d; border-bottom-color: #fcd34d0d; @@ -185011,11 +254176,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34d80; } +.border-y-amber-300\\/55 { + border-top-color: #fcd34d8c; + border-bottom-color: #fcd34d8c; +} + .border-y-amber-300\\/60 { border-top-color: #fcd34d99; border-bottom-color: #fcd34d99; } +.border-y-amber-300\\/65 { + border-top-color: #fcd34da6; + border-bottom-color: #fcd34da6; +} + .border-y-amber-300\\/70 { border-top-color: #fcd34db3; border-bottom-color: #fcd34db3; @@ -185031,6 +254206,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34dcc; } +.border-y-amber-300\\/85 { + border-top-color: #fcd34dd9; + border-bottom-color: #fcd34dd9; +} + .border-y-amber-300\\/90 { border-top-color: #fcd34de6; border-bottom-color: #fcd34de6; @@ -185062,6 +254242,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf24; } +.border-y-amber-400\\/15 { + border-top-color: #fbbf2426; + border-bottom-color: #fbbf2426; +} + .border-y-amber-400\\/20 { border-top-color: #fbbf2433; border-bottom-color: #fbbf2433; @@ -185077,11 +254262,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf244d; } +.border-y-amber-400\\/35 { + border-top-color: #fbbf2459; + border-bottom-color: #fbbf2459; +} + .border-y-amber-400\\/40 { border-top-color: #fbbf2466; border-bottom-color: #fbbf2466; } +.border-y-amber-400\\/45 { + border-top-color: #fbbf2473; + border-bottom-color: #fbbf2473; +} + .border-y-amber-400\\/5 { border-top-color: #fbbf240d; border-bottom-color: #fbbf240d; @@ -185092,11 +254287,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf2480; } +.border-y-amber-400\\/55 { + border-top-color: #fbbf248c; + border-bottom-color: #fbbf248c; +} + .border-y-amber-400\\/60 { border-top-color: #fbbf2499; border-bottom-color: #fbbf2499; } +.border-y-amber-400\\/65 { + border-top-color: #fbbf24a6; + border-bottom-color: #fbbf24a6; +} + .border-y-amber-400\\/70 { border-top-color: #fbbf24b3; border-bottom-color: #fbbf24b3; @@ -185112,6 +254317,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf24cc; } +.border-y-amber-400\\/85 { + border-top-color: #fbbf24d9; + border-bottom-color: #fbbf24d9; +} + .border-y-amber-400\\/90 { border-top-color: #fbbf24e6; border-bottom-color: #fbbf24e6; @@ -185143,6 +254353,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbeb; } +.border-y-amber-50\\/15 { + border-top-color: #fffbeb26; + border-bottom-color: #fffbeb26; +} + .border-y-amber-50\\/20 { border-top-color: #fffbeb33; border-bottom-color: #fffbeb33; @@ -185158,11 +254373,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbeb4d; } +.border-y-amber-50\\/35 { + border-top-color: #fffbeb59; + border-bottom-color: #fffbeb59; +} + .border-y-amber-50\\/40 { border-top-color: #fffbeb66; border-bottom-color: #fffbeb66; } +.border-y-amber-50\\/45 { + border-top-color: #fffbeb73; + border-bottom-color: #fffbeb73; +} + .border-y-amber-50\\/5 { border-top-color: #fffbeb0d; border-bottom-color: #fffbeb0d; @@ -185173,11 +254398,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbeb80; } +.border-y-amber-50\\/55 { + border-top-color: #fffbeb8c; + border-bottom-color: #fffbeb8c; +} + .border-y-amber-50\\/60 { border-top-color: #fffbeb99; border-bottom-color: #fffbeb99; } +.border-y-amber-50\\/65 { + border-top-color: #fffbeba6; + border-bottom-color: #fffbeba6; +} + .border-y-amber-50\\/70 { border-top-color: #fffbebb3; border-bottom-color: #fffbebb3; @@ -185193,6 +254428,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbebcc; } +.border-y-amber-50\\/85 { + border-top-color: #fffbebd9; + border-bottom-color: #fffbebd9; +} + .border-y-amber-50\\/90 { border-top-color: #fffbebe6; border-bottom-color: #fffbebe6; @@ -185224,6 +254464,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0b; } +.border-y-amber-500\\/15 { + border-top-color: #f59e0b26; + border-bottom-color: #f59e0b26; +} + .border-y-amber-500\\/20 { border-top-color: #f59e0b33; border-bottom-color: #f59e0b33; @@ -185239,11 +254484,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0b4d; } +.border-y-amber-500\\/35 { + border-top-color: #f59e0b59; + border-bottom-color: #f59e0b59; +} + .border-y-amber-500\\/40 { border-top-color: #f59e0b66; border-bottom-color: #f59e0b66; } +.border-y-amber-500\\/45 { + border-top-color: #f59e0b73; + border-bottom-color: #f59e0b73; +} + .border-y-amber-500\\/5 { border-top-color: #f59e0b0d; border-bottom-color: #f59e0b0d; @@ -185254,11 +254509,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0b80; } +.border-y-amber-500\\/55 { + border-top-color: #f59e0b8c; + border-bottom-color: #f59e0b8c; +} + .border-y-amber-500\\/60 { border-top-color: #f59e0b99; border-bottom-color: #f59e0b99; } +.border-y-amber-500\\/65 { + border-top-color: #f59e0ba6; + border-bottom-color: #f59e0ba6; +} + .border-y-amber-500\\/70 { border-top-color: #f59e0bb3; border-bottom-color: #f59e0bb3; @@ -185274,6 +254539,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0bcc; } +.border-y-amber-500\\/85 { + border-top-color: #f59e0bd9; + border-bottom-color: #f59e0bd9; +} + .border-y-amber-500\\/90 { border-top-color: #f59e0be6; border-bottom-color: #f59e0be6; @@ -185305,6 +254575,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d97706; } +.border-y-amber-600\\/15 { + border-top-color: #d9770626; + border-bottom-color: #d9770626; +} + .border-y-amber-600\\/20 { border-top-color: #d9770633; border-bottom-color: #d9770633; @@ -185320,11 +254595,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d977064d; } +.border-y-amber-600\\/35 { + border-top-color: #d9770659; + border-bottom-color: #d9770659; +} + .border-y-amber-600\\/40 { border-top-color: #d9770666; border-bottom-color: #d9770666; } +.border-y-amber-600\\/45 { + border-top-color: #d9770673; + border-bottom-color: #d9770673; +} + .border-y-amber-600\\/5 { border-top-color: #d977060d; border-bottom-color: #d977060d; @@ -185335,11 +254620,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9770680; } +.border-y-amber-600\\/55 { + border-top-color: #d977068c; + border-bottom-color: #d977068c; +} + .border-y-amber-600\\/60 { border-top-color: #d9770699; border-bottom-color: #d9770699; } +.border-y-amber-600\\/65 { + border-top-color: #d97706a6; + border-bottom-color: #d97706a6; +} + .border-y-amber-600\\/70 { border-top-color: #d97706b3; border-bottom-color: #d97706b3; @@ -185355,6 +254650,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d97706cc; } +.border-y-amber-600\\/85 { + border-top-color: #d97706d9; + border-bottom-color: #d97706d9; +} + .border-y-amber-600\\/90 { border-top-color: #d97706e6; border-bottom-color: #d97706e6; @@ -185386,6 +254686,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b45309; } +.border-y-amber-700\\/15 { + border-top-color: #b4530926; + border-bottom-color: #b4530926; +} + .border-y-amber-700\\/20 { border-top-color: #b4530933; border-bottom-color: #b4530933; @@ -185401,11 +254706,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b453094d; } +.border-y-amber-700\\/35 { + border-top-color: #b4530959; + border-bottom-color: #b4530959; +} + .border-y-amber-700\\/40 { border-top-color: #b4530966; border-bottom-color: #b4530966; } +.border-y-amber-700\\/45 { + border-top-color: #b4530973; + border-bottom-color: #b4530973; +} + .border-y-amber-700\\/5 { border-top-color: #b453090d; border-bottom-color: #b453090d; @@ -185416,11 +254731,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b4530980; } +.border-y-amber-700\\/55 { + border-top-color: #b453098c; + border-bottom-color: #b453098c; +} + .border-y-amber-700\\/60 { border-top-color: #b4530999; border-bottom-color: #b4530999; } +.border-y-amber-700\\/65 { + border-top-color: #b45309a6; + border-bottom-color: #b45309a6; +} + .border-y-amber-700\\/70 { border-top-color: #b45309b3; border-bottom-color: #b45309b3; @@ -185436,6 +254761,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b45309cc; } +.border-y-amber-700\\/85 { + border-top-color: #b45309d9; + border-bottom-color: #b45309d9; +} + .border-y-amber-700\\/90 { border-top-color: #b45309e6; border-bottom-color: #b45309e6; @@ -185467,6 +254797,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400e; } +.border-y-amber-800\\/15 { + border-top-color: #92400e26; + border-bottom-color: #92400e26; +} + .border-y-amber-800\\/20 { border-top-color: #92400e33; border-bottom-color: #92400e33; @@ -185482,11 +254817,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400e4d; } +.border-y-amber-800\\/35 { + border-top-color: #92400e59; + border-bottom-color: #92400e59; +} + .border-y-amber-800\\/40 { border-top-color: #92400e66; border-bottom-color: #92400e66; } +.border-y-amber-800\\/45 { + border-top-color: #92400e73; + border-bottom-color: #92400e73; +} + .border-y-amber-800\\/5 { border-top-color: #92400e0d; border-bottom-color: #92400e0d; @@ -185497,11 +254842,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400e80; } +.border-y-amber-800\\/55 { + border-top-color: #92400e8c; + border-bottom-color: #92400e8c; +} + .border-y-amber-800\\/60 { border-top-color: #92400e99; border-bottom-color: #92400e99; } +.border-y-amber-800\\/65 { + border-top-color: #92400ea6; + border-bottom-color: #92400ea6; +} + .border-y-amber-800\\/70 { border-top-color: #92400eb3; border-bottom-color: #92400eb3; @@ -185517,6 +254872,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400ecc; } +.border-y-amber-800\\/85 { + border-top-color: #92400ed9; + border-bottom-color: #92400ed9; +} + .border-y-amber-800\\/90 { border-top-color: #92400ee6; border-bottom-color: #92400ee6; @@ -185548,6 +254908,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350f; } +.border-y-amber-900\\/15 { + border-top-color: #78350f26; + border-bottom-color: #78350f26; +} + .border-y-amber-900\\/20 { border-top-color: #78350f33; border-bottom-color: #78350f33; @@ -185563,11 +254928,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350f4d; } +.border-y-amber-900\\/35 { + border-top-color: #78350f59; + border-bottom-color: #78350f59; +} + .border-y-amber-900\\/40 { border-top-color: #78350f66; border-bottom-color: #78350f66; } +.border-y-amber-900\\/45 { + border-top-color: #78350f73; + border-bottom-color: #78350f73; +} + .border-y-amber-900\\/5 { border-top-color: #78350f0d; border-bottom-color: #78350f0d; @@ -185578,11 +254953,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350f80; } +.border-y-amber-900\\/55 { + border-top-color: #78350f8c; + border-bottom-color: #78350f8c; +} + .border-y-amber-900\\/60 { border-top-color: #78350f99; border-bottom-color: #78350f99; } +.border-y-amber-900\\/65 { + border-top-color: #78350fa6; + border-bottom-color: #78350fa6; +} + .border-y-amber-900\\/70 { border-top-color: #78350fb3; border-bottom-color: #78350fb3; @@ -185598,6 +254983,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350fcc; } +.border-y-amber-900\\/85 { + border-top-color: #78350fd9; + border-bottom-color: #78350fd9; +} + .border-y-amber-900\\/90 { border-top-color: #78350fe6; border-bottom-color: #78350fe6; @@ -185629,6 +255019,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a03; } +.border-y-amber-950\\/15 { + border-top-color: #451a0326; + border-bottom-color: #451a0326; +} + .border-y-amber-950\\/20 { border-top-color: #451a0333; border-bottom-color: #451a0333; @@ -185644,11 +255039,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a034d; } +.border-y-amber-950\\/35 { + border-top-color: #451a0359; + border-bottom-color: #451a0359; +} + .border-y-amber-950\\/40 { border-top-color: #451a0366; border-bottom-color: #451a0366; } +.border-y-amber-950\\/45 { + border-top-color: #451a0373; + border-bottom-color: #451a0373; +} + .border-y-amber-950\\/5 { border-top-color: #451a030d; border-bottom-color: #451a030d; @@ -185659,11 +255064,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a0380; } +.border-y-amber-950\\/55 { + border-top-color: #451a038c; + border-bottom-color: #451a038c; +} + .border-y-amber-950\\/60 { border-top-color: #451a0399; border-bottom-color: #451a0399; } +.border-y-amber-950\\/65 { + border-top-color: #451a03a6; + border-bottom-color: #451a03a6; +} + .border-y-amber-950\\/70 { border-top-color: #451a03b3; border-bottom-color: #451a03b3; @@ -185679,6 +255094,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a03cc; } +.border-y-amber-950\\/85 { + border-top-color: #451a03d9; + border-bottom-color: #451a03d9; +} + .border-y-amber-950\\/90 { border-top-color: #451a03e6; border-bottom-color: #451a03e6; @@ -185710,6 +255130,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000; } +.border-y-black\\/15 { + border-top-color: #00000026; + border-bottom-color: #00000026; +} + .border-y-black\\/20 { border-top-color: #0003; border-bottom-color: #0003; @@ -185725,11 +255150,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0000004d; } +.border-y-black\\/35 { + border-top-color: #00000059; + border-bottom-color: #00000059; +} + .border-y-black\\/40 { border-top-color: #0006; border-bottom-color: #0006; } +.border-y-black\\/45 { + border-top-color: #00000073; + border-bottom-color: #00000073; +} + .border-y-black\\/5 { border-top-color: #0000000d; border-bottom-color: #0000000d; @@ -185740,11 +255175,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #00000080; } +.border-y-black\\/55 { + border-top-color: #0000008c; + border-bottom-color: #0000008c; +} + .border-y-black\\/60 { border-top-color: #0009; border-bottom-color: #0009; } +.border-y-black\\/65 { + border-top-color: #000000a6; + border-bottom-color: #000000a6; +} + .border-y-black\\/70 { border-top-color: #000000b3; border-bottom-color: #000000b3; @@ -185760,6 +255205,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000c; } +.border-y-black\\/85 { + border-top-color: #000000d9; + border-bottom-color: #000000d9; +} + .border-y-black\\/90 { border-top-color: #000000e6; border-bottom-color: #000000e6; @@ -185791,6 +255241,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafe; } +.border-y-blue-100\\/15 { + border-top-color: #dbeafe26; + border-bottom-color: #dbeafe26; +} + .border-y-blue-100\\/20 { border-top-color: #dbeafe33; border-bottom-color: #dbeafe33; @@ -185806,11 +255261,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafe4d; } +.border-y-blue-100\\/35 { + border-top-color: #dbeafe59; + border-bottom-color: #dbeafe59; +} + .border-y-blue-100\\/40 { border-top-color: #dbeafe66; border-bottom-color: #dbeafe66; } +.border-y-blue-100\\/45 { + border-top-color: #dbeafe73; + border-bottom-color: #dbeafe73; +} + .border-y-blue-100\\/5 { border-top-color: #dbeafe0d; border-bottom-color: #dbeafe0d; @@ -185821,11 +255286,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafe80; } +.border-y-blue-100\\/55 { + border-top-color: #dbeafe8c; + border-bottom-color: #dbeafe8c; +} + .border-y-blue-100\\/60 { border-top-color: #dbeafe99; border-bottom-color: #dbeafe99; } +.border-y-blue-100\\/65 { + border-top-color: #dbeafea6; + border-bottom-color: #dbeafea6; +} + .border-y-blue-100\\/70 { border-top-color: #dbeafeb3; border-bottom-color: #dbeafeb3; @@ -185841,6 +255316,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafecc; } +.border-y-blue-100\\/85 { + border-top-color: #dbeafed9; + border-bottom-color: #dbeafed9; +} + .border-y-blue-100\\/90 { border-top-color: #dbeafee6; border-bottom-color: #dbeafee6; @@ -185872,6 +255352,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfe; } +.border-y-blue-200\\/15 { + border-top-color: #bfdbfe26; + border-bottom-color: #bfdbfe26; +} + .border-y-blue-200\\/20 { border-top-color: #bfdbfe33; border-bottom-color: #bfdbfe33; @@ -185887,11 +255372,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfe4d; } +.border-y-blue-200\\/35 { + border-top-color: #bfdbfe59; + border-bottom-color: #bfdbfe59; +} + .border-y-blue-200\\/40 { border-top-color: #bfdbfe66; border-bottom-color: #bfdbfe66; } +.border-y-blue-200\\/45 { + border-top-color: #bfdbfe73; + border-bottom-color: #bfdbfe73; +} + .border-y-blue-200\\/5 { border-top-color: #bfdbfe0d; border-bottom-color: #bfdbfe0d; @@ -185902,11 +255397,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfe80; } +.border-y-blue-200\\/55 { + border-top-color: #bfdbfe8c; + border-bottom-color: #bfdbfe8c; +} + .border-y-blue-200\\/60 { border-top-color: #bfdbfe99; border-bottom-color: #bfdbfe99; } +.border-y-blue-200\\/65 { + border-top-color: #bfdbfea6; + border-bottom-color: #bfdbfea6; +} + .border-y-blue-200\\/70 { border-top-color: #bfdbfeb3; border-bottom-color: #bfdbfeb3; @@ -185922,6 +255427,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfecc; } +.border-y-blue-200\\/85 { + border-top-color: #bfdbfed9; + border-bottom-color: #bfdbfed9; +} + .border-y-blue-200\\/90 { border-top-color: #bfdbfee6; border-bottom-color: #bfdbfee6; @@ -185953,6 +255463,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fd; } +.border-y-blue-300\\/15 { + border-top-color: #93c5fd26; + border-bottom-color: #93c5fd26; +} + .border-y-blue-300\\/20 { border-top-color: #93c5fd33; border-bottom-color: #93c5fd33; @@ -185968,11 +255483,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fd4d; } +.border-y-blue-300\\/35 { + border-top-color: #93c5fd59; + border-bottom-color: #93c5fd59; +} + .border-y-blue-300\\/40 { border-top-color: #93c5fd66; border-bottom-color: #93c5fd66; } +.border-y-blue-300\\/45 { + border-top-color: #93c5fd73; + border-bottom-color: #93c5fd73; +} + .border-y-blue-300\\/5 { border-top-color: #93c5fd0d; border-bottom-color: #93c5fd0d; @@ -185983,11 +255508,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fd80; } +.border-y-blue-300\\/55 { + border-top-color: #93c5fd8c; + border-bottom-color: #93c5fd8c; +} + .border-y-blue-300\\/60 { border-top-color: #93c5fd99; border-bottom-color: #93c5fd99; } +.border-y-blue-300\\/65 { + border-top-color: #93c5fda6; + border-bottom-color: #93c5fda6; +} + .border-y-blue-300\\/70 { border-top-color: #93c5fdb3; border-bottom-color: #93c5fdb3; @@ -186003,6 +255538,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fdcc; } +.border-y-blue-300\\/85 { + border-top-color: #93c5fdd9; + border-bottom-color: #93c5fdd9; +} + .border-y-blue-300\\/90 { border-top-color: #93c5fde6; border-bottom-color: #93c5fde6; @@ -186034,6 +255574,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5fa; } +.border-y-blue-400\\/15 { + border-top-color: #60a5fa26; + border-bottom-color: #60a5fa26; +} + .border-y-blue-400\\/20 { border-top-color: #60a5fa33; border-bottom-color: #60a5fa33; @@ -186049,11 +255594,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5fa4d; } +.border-y-blue-400\\/35 { + border-top-color: #60a5fa59; + border-bottom-color: #60a5fa59; +} + .border-y-blue-400\\/40 { border-top-color: #60a5fa66; border-bottom-color: #60a5fa66; } +.border-y-blue-400\\/45 { + border-top-color: #60a5fa73; + border-bottom-color: #60a5fa73; +} + .border-y-blue-400\\/5 { border-top-color: #60a5fa0d; border-bottom-color: #60a5fa0d; @@ -186064,11 +255619,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5fa80; } +.border-y-blue-400\\/55 { + border-top-color: #60a5fa8c; + border-bottom-color: #60a5fa8c; +} + .border-y-blue-400\\/60 { border-top-color: #60a5fa99; border-bottom-color: #60a5fa99; } +.border-y-blue-400\\/65 { + border-top-color: #60a5faa6; + border-bottom-color: #60a5faa6; +} + .border-y-blue-400\\/70 { border-top-color: #60a5fab3; border-bottom-color: #60a5fab3; @@ -186084,6 +255649,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5facc; } +.border-y-blue-400\\/85 { + border-top-color: #60a5fad9; + border-bottom-color: #60a5fad9; +} + .border-y-blue-400\\/90 { border-top-color: #60a5fae6; border-bottom-color: #60a5fae6; @@ -186115,6 +255685,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ff; } +.border-y-blue-50\\/15 { + border-top-color: #eff6ff26; + border-bottom-color: #eff6ff26; +} + .border-y-blue-50\\/20 { border-top-color: #eff6ff33; border-bottom-color: #eff6ff33; @@ -186130,11 +255705,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ff4d; } +.border-y-blue-50\\/35 { + border-top-color: #eff6ff59; + border-bottom-color: #eff6ff59; +} + .border-y-blue-50\\/40 { border-top-color: #eff6ff66; border-bottom-color: #eff6ff66; } +.border-y-blue-50\\/45 { + border-top-color: #eff6ff73; + border-bottom-color: #eff6ff73; +} + .border-y-blue-50\\/5 { border-top-color: #eff6ff0d; border-bottom-color: #eff6ff0d; @@ -186145,11 +255730,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ff80; } +.border-y-blue-50\\/55 { + border-top-color: #eff6ff8c; + border-bottom-color: #eff6ff8c; +} + .border-y-blue-50\\/60 { border-top-color: #eff6ff99; border-bottom-color: #eff6ff99; } +.border-y-blue-50\\/65 { + border-top-color: #eff6ffa6; + border-bottom-color: #eff6ffa6; +} + .border-y-blue-50\\/70 { border-top-color: #eff6ffb3; border-bottom-color: #eff6ffb3; @@ -186165,6 +255760,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ffcc; } +.border-y-blue-50\\/85 { + border-top-color: #eff6ffd9; + border-bottom-color: #eff6ffd9; +} + .border-y-blue-50\\/90 { border-top-color: #eff6ffe6; border-bottom-color: #eff6ffe6; @@ -186196,6 +255796,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f6; } +.border-y-blue-500\\/15 { + border-top-color: #3b82f626; + border-bottom-color: #3b82f626; +} + .border-y-blue-500\\/20 { border-top-color: #3b82f633; border-bottom-color: #3b82f633; @@ -186211,11 +255816,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f64d; } +.border-y-blue-500\\/35 { + border-top-color: #3b82f659; + border-bottom-color: #3b82f659; +} + .border-y-blue-500\\/40 { border-top-color: #3b82f666; border-bottom-color: #3b82f666; } +.border-y-blue-500\\/45 { + border-top-color: #3b82f673; + border-bottom-color: #3b82f673; +} + .border-y-blue-500\\/5 { border-top-color: #3b82f60d; border-bottom-color: #3b82f60d; @@ -186226,11 +255841,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f680; } +.border-y-blue-500\\/55 { + border-top-color: #3b82f68c; + border-bottom-color: #3b82f68c; +} + .border-y-blue-500\\/60 { border-top-color: #3b82f699; border-bottom-color: #3b82f699; } +.border-y-blue-500\\/65 { + border-top-color: #3b82f6a6; + border-bottom-color: #3b82f6a6; +} + .border-y-blue-500\\/70 { border-top-color: #3b82f6b3; border-bottom-color: #3b82f6b3; @@ -186246,6 +255871,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f6cc; } +.border-y-blue-500\\/85 { + border-top-color: #3b82f6d9; + border-bottom-color: #3b82f6d9; +} + .border-y-blue-500\\/90 { border-top-color: #3b82f6e6; border-bottom-color: #3b82f6e6; @@ -186277,6 +255907,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563eb; } +.border-y-blue-600\\/15 { + border-top-color: #2563eb26; + border-bottom-color: #2563eb26; +} + .border-y-blue-600\\/20 { border-top-color: #2563eb33; border-bottom-color: #2563eb33; @@ -186292,11 +255927,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563eb4d; } +.border-y-blue-600\\/35 { + border-top-color: #2563eb59; + border-bottom-color: #2563eb59; +} + .border-y-blue-600\\/40 { border-top-color: #2563eb66; border-bottom-color: #2563eb66; } +.border-y-blue-600\\/45 { + border-top-color: #2563eb73; + border-bottom-color: #2563eb73; +} + .border-y-blue-600\\/5 { border-top-color: #2563eb0d; border-bottom-color: #2563eb0d; @@ -186307,11 +255952,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563eb80; } +.border-y-blue-600\\/55 { + border-top-color: #2563eb8c; + border-bottom-color: #2563eb8c; +} + .border-y-blue-600\\/60 { border-top-color: #2563eb99; border-bottom-color: #2563eb99; } +.border-y-blue-600\\/65 { + border-top-color: #2563eba6; + border-bottom-color: #2563eba6; +} + .border-y-blue-600\\/70 { border-top-color: #2563ebb3; border-bottom-color: #2563ebb3; @@ -186327,6 +255982,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563ebcc; } +.border-y-blue-600\\/85 { + border-top-color: #2563ebd9; + border-bottom-color: #2563ebd9; +} + .border-y-blue-600\\/90 { border-top-color: #2563ebe6; border-bottom-color: #2563ebe6; @@ -186358,6 +256018,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed8; } +.border-y-blue-700\\/15 { + border-top-color: #1d4ed826; + border-bottom-color: #1d4ed826; +} + .border-y-blue-700\\/20 { border-top-color: #1d4ed833; border-bottom-color: #1d4ed833; @@ -186373,11 +256038,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed84d; } +.border-y-blue-700\\/35 { + border-top-color: #1d4ed859; + border-bottom-color: #1d4ed859; +} + .border-y-blue-700\\/40 { border-top-color: #1d4ed866; border-bottom-color: #1d4ed866; } +.border-y-blue-700\\/45 { + border-top-color: #1d4ed873; + border-bottom-color: #1d4ed873; +} + .border-y-blue-700\\/5 { border-top-color: #1d4ed80d; border-bottom-color: #1d4ed80d; @@ -186388,11 +256063,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed880; } +.border-y-blue-700\\/55 { + border-top-color: #1d4ed88c; + border-bottom-color: #1d4ed88c; +} + .border-y-blue-700\\/60 { border-top-color: #1d4ed899; border-bottom-color: #1d4ed899; } +.border-y-blue-700\\/65 { + border-top-color: #1d4ed8a6; + border-bottom-color: #1d4ed8a6; +} + .border-y-blue-700\\/70 { border-top-color: #1d4ed8b3; border-bottom-color: #1d4ed8b3; @@ -186408,6 +256093,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed8cc; } +.border-y-blue-700\\/85 { + border-top-color: #1d4ed8d9; + border-bottom-color: #1d4ed8d9; +} + .border-y-blue-700\\/90 { border-top-color: #1d4ed8e6; border-bottom-color: #1d4ed8e6; @@ -186439,6 +256129,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40af; } +.border-y-blue-800\\/15 { + border-top-color: #1e40af26; + border-bottom-color: #1e40af26; +} + .border-y-blue-800\\/20 { border-top-color: #1e40af33; border-bottom-color: #1e40af33; @@ -186454,11 +256149,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40af4d; } +.border-y-blue-800\\/35 { + border-top-color: #1e40af59; + border-bottom-color: #1e40af59; +} + .border-y-blue-800\\/40 { border-top-color: #1e40af66; border-bottom-color: #1e40af66; } +.border-y-blue-800\\/45 { + border-top-color: #1e40af73; + border-bottom-color: #1e40af73; +} + .border-y-blue-800\\/5 { border-top-color: #1e40af0d; border-bottom-color: #1e40af0d; @@ -186469,11 +256174,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40af80; } +.border-y-blue-800\\/55 { + border-top-color: #1e40af8c; + border-bottom-color: #1e40af8c; +} + .border-y-blue-800\\/60 { border-top-color: #1e40af99; border-bottom-color: #1e40af99; } +.border-y-blue-800\\/65 { + border-top-color: #1e40afa6; + border-bottom-color: #1e40afa6; +} + .border-y-blue-800\\/70 { border-top-color: #1e40afb3; border-bottom-color: #1e40afb3; @@ -186489,6 +256204,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40afcc; } +.border-y-blue-800\\/85 { + border-top-color: #1e40afd9; + border-bottom-color: #1e40afd9; +} + .border-y-blue-800\\/90 { border-top-color: #1e40afe6; border-bottom-color: #1e40afe6; @@ -186520,6 +256240,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8a; } +.border-y-blue-900\\/15 { + border-top-color: #1e3a8a26; + border-bottom-color: #1e3a8a26; +} + .border-y-blue-900\\/20 { border-top-color: #1e3a8a33; border-bottom-color: #1e3a8a33; @@ -186535,11 +256260,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8a4d; } +.border-y-blue-900\\/35 { + border-top-color: #1e3a8a59; + border-bottom-color: #1e3a8a59; +} + .border-y-blue-900\\/40 { border-top-color: #1e3a8a66; border-bottom-color: #1e3a8a66; } +.border-y-blue-900\\/45 { + border-top-color: #1e3a8a73; + border-bottom-color: #1e3a8a73; +} + .border-y-blue-900\\/5 { border-top-color: #1e3a8a0d; border-bottom-color: #1e3a8a0d; @@ -186550,11 +256285,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8a80; } +.border-y-blue-900\\/55 { + border-top-color: #1e3a8a8c; + border-bottom-color: #1e3a8a8c; +} + .border-y-blue-900\\/60 { border-top-color: #1e3a8a99; border-bottom-color: #1e3a8a99; } +.border-y-blue-900\\/65 { + border-top-color: #1e3a8aa6; + border-bottom-color: #1e3a8aa6; +} + .border-y-blue-900\\/70 { border-top-color: #1e3a8ab3; border-bottom-color: #1e3a8ab3; @@ -186570,6 +256315,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8acc; } +.border-y-blue-900\\/85 { + border-top-color: #1e3a8ad9; + border-bottom-color: #1e3a8ad9; +} + .border-y-blue-900\\/90 { border-top-color: #1e3a8ae6; border-bottom-color: #1e3a8ae6; @@ -186601,6 +256351,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #172554; } +.border-y-blue-950\\/15 { + border-top-color: #17255426; + border-bottom-color: #17255426; +} + .border-y-blue-950\\/20 { border-top-color: #17255433; border-bottom-color: #17255433; @@ -186616,11 +256371,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1725544d; } +.border-y-blue-950\\/35 { + border-top-color: #17255459; + border-bottom-color: #17255459; +} + .border-y-blue-950\\/40 { border-top-color: #17255466; border-bottom-color: #17255466; } +.border-y-blue-950\\/45 { + border-top-color: #17255473; + border-bottom-color: #17255473; +} + .border-y-blue-950\\/5 { border-top-color: #1725540d; border-bottom-color: #1725540d; @@ -186631,11 +256396,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #17255480; } +.border-y-blue-950\\/55 { + border-top-color: #1725548c; + border-bottom-color: #1725548c; +} + .border-y-blue-950\\/60 { border-top-color: #17255499; border-bottom-color: #17255499; } +.border-y-blue-950\\/65 { + border-top-color: #172554a6; + border-bottom-color: #172554a6; +} + .border-y-blue-950\\/70 { border-top-color: #172554b3; border-bottom-color: #172554b3; @@ -186651,6 +256426,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #172554cc; } +.border-y-blue-950\\/85 { + border-top-color: #172554d9; + border-bottom-color: #172554d9; +} + .border-y-blue-950\\/90 { border-top-color: #172554e6; border-bottom-color: #172554e6; @@ -186687,6 +256467,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafe; } +.border-y-cyan-100\\/15 { + border-top-color: #cffafe26; + border-bottom-color: #cffafe26; +} + .border-y-cyan-100\\/20 { border-top-color: #cffafe33; border-bottom-color: #cffafe33; @@ -186702,11 +256487,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafe4d; } +.border-y-cyan-100\\/35 { + border-top-color: #cffafe59; + border-bottom-color: #cffafe59; +} + .border-y-cyan-100\\/40 { border-top-color: #cffafe66; border-bottom-color: #cffafe66; } +.border-y-cyan-100\\/45 { + border-top-color: #cffafe73; + border-bottom-color: #cffafe73; +} + .border-y-cyan-100\\/5 { border-top-color: #cffafe0d; border-bottom-color: #cffafe0d; @@ -186717,11 +256512,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafe80; } +.border-y-cyan-100\\/55 { + border-top-color: #cffafe8c; + border-bottom-color: #cffafe8c; +} + .border-y-cyan-100\\/60 { border-top-color: #cffafe99; border-bottom-color: #cffafe99; } +.border-y-cyan-100\\/65 { + border-top-color: #cffafea6; + border-bottom-color: #cffafea6; +} + .border-y-cyan-100\\/70 { border-top-color: #cffafeb3; border-bottom-color: #cffafeb3; @@ -186737,6 +256542,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafecc; } +.border-y-cyan-100\\/85 { + border-top-color: #cffafed9; + border-bottom-color: #cffafed9; +} + .border-y-cyan-100\\/90 { border-top-color: #cffafee6; border-bottom-color: #cffafee6; @@ -186768,6 +256578,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fc; } +.border-y-cyan-200\\/15 { + border-top-color: #a5f3fc26; + border-bottom-color: #a5f3fc26; +} + .border-y-cyan-200\\/20 { border-top-color: #a5f3fc33; border-bottom-color: #a5f3fc33; @@ -186783,11 +256598,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fc4d; } +.border-y-cyan-200\\/35 { + border-top-color: #a5f3fc59; + border-bottom-color: #a5f3fc59; +} + .border-y-cyan-200\\/40 { border-top-color: #a5f3fc66; border-bottom-color: #a5f3fc66; } +.border-y-cyan-200\\/45 { + border-top-color: #a5f3fc73; + border-bottom-color: #a5f3fc73; +} + .border-y-cyan-200\\/5 { border-top-color: #a5f3fc0d; border-bottom-color: #a5f3fc0d; @@ -186798,11 +256623,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fc80; } +.border-y-cyan-200\\/55 { + border-top-color: #a5f3fc8c; + border-bottom-color: #a5f3fc8c; +} + .border-y-cyan-200\\/60 { border-top-color: #a5f3fc99; border-bottom-color: #a5f3fc99; } +.border-y-cyan-200\\/65 { + border-top-color: #a5f3fca6; + border-bottom-color: #a5f3fca6; +} + .border-y-cyan-200\\/70 { border-top-color: #a5f3fcb3; border-bottom-color: #a5f3fcb3; @@ -186818,6 +256653,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fccc; } +.border-y-cyan-200\\/85 { + border-top-color: #a5f3fcd9; + border-bottom-color: #a5f3fcd9; +} + .border-y-cyan-200\\/90 { border-top-color: #a5f3fce6; border-bottom-color: #a5f3fce6; @@ -186849,6 +256689,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f9; } +.border-y-cyan-300\\/15 { + border-top-color: #67e8f926; + border-bottom-color: #67e8f926; +} + .border-y-cyan-300\\/20 { border-top-color: #67e8f933; border-bottom-color: #67e8f933; @@ -186864,11 +256709,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f94d; } +.border-y-cyan-300\\/35 { + border-top-color: #67e8f959; + border-bottom-color: #67e8f959; +} + .border-y-cyan-300\\/40 { border-top-color: #67e8f966; border-bottom-color: #67e8f966; } +.border-y-cyan-300\\/45 { + border-top-color: #67e8f973; + border-bottom-color: #67e8f973; +} + .border-y-cyan-300\\/5 { border-top-color: #67e8f90d; border-bottom-color: #67e8f90d; @@ -186879,11 +256734,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f980; } +.border-y-cyan-300\\/55 { + border-top-color: #67e8f98c; + border-bottom-color: #67e8f98c; +} + .border-y-cyan-300\\/60 { border-top-color: #67e8f999; border-bottom-color: #67e8f999; } +.border-y-cyan-300\\/65 { + border-top-color: #67e8f9a6; + border-bottom-color: #67e8f9a6; +} + .border-y-cyan-300\\/70 { border-top-color: #67e8f9b3; border-bottom-color: #67e8f9b3; @@ -186899,6 +256764,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f9cc; } +.border-y-cyan-300\\/85 { + border-top-color: #67e8f9d9; + border-bottom-color: #67e8f9d9; +} + .border-y-cyan-300\\/90 { border-top-color: #67e8f9e6; border-bottom-color: #67e8f9e6; @@ -186930,6 +256800,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3ee; } +.border-y-cyan-400\\/15 { + border-top-color: #22d3ee26; + border-bottom-color: #22d3ee26; +} + .border-y-cyan-400\\/20 { border-top-color: #22d3ee33; border-bottom-color: #22d3ee33; @@ -186945,11 +256820,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3ee4d; } +.border-y-cyan-400\\/35 { + border-top-color: #22d3ee59; + border-bottom-color: #22d3ee59; +} + .border-y-cyan-400\\/40 { border-top-color: #22d3ee66; border-bottom-color: #22d3ee66; } +.border-y-cyan-400\\/45 { + border-top-color: #22d3ee73; + border-bottom-color: #22d3ee73; +} + .border-y-cyan-400\\/5 { border-top-color: #22d3ee0d; border-bottom-color: #22d3ee0d; @@ -186960,11 +256845,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3ee80; } +.border-y-cyan-400\\/55 { + border-top-color: #22d3ee8c; + border-bottom-color: #22d3ee8c; +} + .border-y-cyan-400\\/60 { border-top-color: #22d3ee99; border-bottom-color: #22d3ee99; } +.border-y-cyan-400\\/65 { + border-top-color: #22d3eea6; + border-bottom-color: #22d3eea6; +} + .border-y-cyan-400\\/70 { border-top-color: #22d3eeb3; border-bottom-color: #22d3eeb3; @@ -186980,6 +256875,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3eecc; } +.border-y-cyan-400\\/85 { + border-top-color: #22d3eed9; + border-bottom-color: #22d3eed9; +} + .border-y-cyan-400\\/90 { border-top-color: #22d3eee6; border-bottom-color: #22d3eee6; @@ -187011,6 +256911,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeff; } +.border-y-cyan-50\\/15 { + border-top-color: #ecfeff26; + border-bottom-color: #ecfeff26; +} + .border-y-cyan-50\\/20 { border-top-color: #ecfeff33; border-bottom-color: #ecfeff33; @@ -187026,11 +256931,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeff4d; } +.border-y-cyan-50\\/35 { + border-top-color: #ecfeff59; + border-bottom-color: #ecfeff59; +} + .border-y-cyan-50\\/40 { border-top-color: #ecfeff66; border-bottom-color: #ecfeff66; } +.border-y-cyan-50\\/45 { + border-top-color: #ecfeff73; + border-bottom-color: #ecfeff73; +} + .border-y-cyan-50\\/5 { border-top-color: #ecfeff0d; border-bottom-color: #ecfeff0d; @@ -187041,11 +256956,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeff80; } +.border-y-cyan-50\\/55 { + border-top-color: #ecfeff8c; + border-bottom-color: #ecfeff8c; +} + .border-y-cyan-50\\/60 { border-top-color: #ecfeff99; border-bottom-color: #ecfeff99; } +.border-y-cyan-50\\/65 { + border-top-color: #ecfeffa6; + border-bottom-color: #ecfeffa6; +} + .border-y-cyan-50\\/70 { border-top-color: #ecfeffb3; border-bottom-color: #ecfeffb3; @@ -187061,6 +256986,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeffcc; } +.border-y-cyan-50\\/85 { + border-top-color: #ecfeffd9; + border-bottom-color: #ecfeffd9; +} + .border-y-cyan-50\\/90 { border-top-color: #ecfeffe6; border-bottom-color: #ecfeffe6; @@ -187092,6 +257022,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d4; } +.border-y-cyan-500\\/15 { + border-top-color: #06b6d426; + border-bottom-color: #06b6d426; +} + .border-y-cyan-500\\/20 { border-top-color: #06b6d433; border-bottom-color: #06b6d433; @@ -187107,11 +257042,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d44d; } +.border-y-cyan-500\\/35 { + border-top-color: #06b6d459; + border-bottom-color: #06b6d459; +} + .border-y-cyan-500\\/40 { border-top-color: #06b6d466; border-bottom-color: #06b6d466; } +.border-y-cyan-500\\/45 { + border-top-color: #06b6d473; + border-bottom-color: #06b6d473; +} + .border-y-cyan-500\\/5 { border-top-color: #06b6d40d; border-bottom-color: #06b6d40d; @@ -187122,11 +257067,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d480; } +.border-y-cyan-500\\/55 { + border-top-color: #06b6d48c; + border-bottom-color: #06b6d48c; +} + .border-y-cyan-500\\/60 { border-top-color: #06b6d499; border-bottom-color: #06b6d499; } +.border-y-cyan-500\\/65 { + border-top-color: #06b6d4a6; + border-bottom-color: #06b6d4a6; +} + .border-y-cyan-500\\/70 { border-top-color: #06b6d4b3; border-bottom-color: #06b6d4b3; @@ -187142,6 +257097,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d4cc; } +.border-y-cyan-500\\/85 { + border-top-color: #06b6d4d9; + border-bottom-color: #06b6d4d9; +} + .border-y-cyan-500\\/90 { border-top-color: #06b6d4e6; border-bottom-color: #06b6d4e6; @@ -187173,6 +257133,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b2; } +.border-y-cyan-600\\/15 { + border-top-color: #0891b226; + border-bottom-color: #0891b226; +} + .border-y-cyan-600\\/20 { border-top-color: #0891b233; border-bottom-color: #0891b233; @@ -187188,11 +257153,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b24d; } +.border-y-cyan-600\\/35 { + border-top-color: #0891b259; + border-bottom-color: #0891b259; +} + .border-y-cyan-600\\/40 { border-top-color: #0891b266; border-bottom-color: #0891b266; } +.border-y-cyan-600\\/45 { + border-top-color: #0891b273; + border-bottom-color: #0891b273; +} + .border-y-cyan-600\\/5 { border-top-color: #0891b20d; border-bottom-color: #0891b20d; @@ -187203,11 +257178,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b280; } +.border-y-cyan-600\\/55 { + border-top-color: #0891b28c; + border-bottom-color: #0891b28c; +} + .border-y-cyan-600\\/60 { border-top-color: #0891b299; border-bottom-color: #0891b299; } +.border-y-cyan-600\\/65 { + border-top-color: #0891b2a6; + border-bottom-color: #0891b2a6; +} + .border-y-cyan-600\\/70 { border-top-color: #0891b2b3; border-bottom-color: #0891b2b3; @@ -187223,6 +257208,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b2cc; } +.border-y-cyan-600\\/85 { + border-top-color: #0891b2d9; + border-bottom-color: #0891b2d9; +} + .border-y-cyan-600\\/90 { border-top-color: #0891b2e6; border-bottom-color: #0891b2e6; @@ -187254,6 +257244,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e7490; } +.border-y-cyan-700\\/15 { + border-top-color: #0e749026; + border-bottom-color: #0e749026; +} + .border-y-cyan-700\\/20 { border-top-color: #0e749033; border-bottom-color: #0e749033; @@ -187269,11 +257264,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e74904d; } +.border-y-cyan-700\\/35 { + border-top-color: #0e749059; + border-bottom-color: #0e749059; +} + .border-y-cyan-700\\/40 { border-top-color: #0e749066; border-bottom-color: #0e749066; } +.border-y-cyan-700\\/45 { + border-top-color: #0e749073; + border-bottom-color: #0e749073; +} + .border-y-cyan-700\\/5 { border-top-color: #0e74900d; border-bottom-color: #0e74900d; @@ -187284,11 +257289,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e749080; } +.border-y-cyan-700\\/55 { + border-top-color: #0e74908c; + border-bottom-color: #0e74908c; +} + .border-y-cyan-700\\/60 { border-top-color: #0e749099; border-bottom-color: #0e749099; } +.border-y-cyan-700\\/65 { + border-top-color: #0e7490a6; + border-bottom-color: #0e7490a6; +} + .border-y-cyan-700\\/70 { border-top-color: #0e7490b3; border-bottom-color: #0e7490b3; @@ -187304,6 +257319,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e7490cc; } +.border-y-cyan-700\\/85 { + border-top-color: #0e7490d9; + border-bottom-color: #0e7490d9; +} + .border-y-cyan-700\\/90 { border-top-color: #0e7490e6; border-bottom-color: #0e7490e6; @@ -187335,6 +257355,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e75; } +.border-y-cyan-800\\/15 { + border-top-color: #155e7526; + border-bottom-color: #155e7526; +} + .border-y-cyan-800\\/20 { border-top-color: #155e7533; border-bottom-color: #155e7533; @@ -187350,11 +257375,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e754d; } +.border-y-cyan-800\\/35 { + border-top-color: #155e7559; + border-bottom-color: #155e7559; +} + .border-y-cyan-800\\/40 { border-top-color: #155e7566; border-bottom-color: #155e7566; } +.border-y-cyan-800\\/45 { + border-top-color: #155e7573; + border-bottom-color: #155e7573; +} + .border-y-cyan-800\\/5 { border-top-color: #155e750d; border-bottom-color: #155e750d; @@ -187365,11 +257400,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e7580; } +.border-y-cyan-800\\/55 { + border-top-color: #155e758c; + border-bottom-color: #155e758c; +} + .border-y-cyan-800\\/60 { border-top-color: #155e7599; border-bottom-color: #155e7599; } +.border-y-cyan-800\\/65 { + border-top-color: #155e75a6; + border-bottom-color: #155e75a6; +} + .border-y-cyan-800\\/70 { border-top-color: #155e75b3; border-bottom-color: #155e75b3; @@ -187385,6 +257430,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e75cc; } +.border-y-cyan-800\\/85 { + border-top-color: #155e75d9; + border-bottom-color: #155e75d9; +} + .border-y-cyan-800\\/90 { border-top-color: #155e75e6; border-bottom-color: #155e75e6; @@ -187416,6 +257466,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e63; } +.border-y-cyan-900\\/15 { + border-top-color: #164e6326; + border-bottom-color: #164e6326; +} + .border-y-cyan-900\\/20 { border-top-color: #164e6333; border-bottom-color: #164e6333; @@ -187431,11 +257486,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e634d; } +.border-y-cyan-900\\/35 { + border-top-color: #164e6359; + border-bottom-color: #164e6359; +} + .border-y-cyan-900\\/40 { border-top-color: #164e6366; border-bottom-color: #164e6366; } +.border-y-cyan-900\\/45 { + border-top-color: #164e6373; + border-bottom-color: #164e6373; +} + .border-y-cyan-900\\/5 { border-top-color: #164e630d; border-bottom-color: #164e630d; @@ -187446,11 +257511,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e6380; } +.border-y-cyan-900\\/55 { + border-top-color: #164e638c; + border-bottom-color: #164e638c; +} + .border-y-cyan-900\\/60 { border-top-color: #164e6399; border-bottom-color: #164e6399; } +.border-y-cyan-900\\/65 { + border-top-color: #164e63a6; + border-bottom-color: #164e63a6; +} + .border-y-cyan-900\\/70 { border-top-color: #164e63b3; border-bottom-color: #164e63b3; @@ -187466,6 +257541,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e63cc; } +.border-y-cyan-900\\/85 { + border-top-color: #164e63d9; + border-bottom-color: #164e63d9; +} + .border-y-cyan-900\\/90 { border-top-color: #164e63e6; border-bottom-color: #164e63e6; @@ -187497,6 +257577,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #083344; } +.border-y-cyan-950\\/15 { + border-top-color: #08334426; + border-bottom-color: #08334426; +} + .border-y-cyan-950\\/20 { border-top-color: #08334433; border-bottom-color: #08334433; @@ -187512,11 +257597,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0833444d; } +.border-y-cyan-950\\/35 { + border-top-color: #08334459; + border-bottom-color: #08334459; +} + .border-y-cyan-950\\/40 { border-top-color: #08334466; border-bottom-color: #08334466; } +.border-y-cyan-950\\/45 { + border-top-color: #08334473; + border-bottom-color: #08334473; +} + .border-y-cyan-950\\/5 { border-top-color: #0833440d; border-bottom-color: #0833440d; @@ -187527,11 +257622,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #08334480; } +.border-y-cyan-950\\/55 { + border-top-color: #0833448c; + border-bottom-color: #0833448c; +} + .border-y-cyan-950\\/60 { border-top-color: #08334499; border-bottom-color: #08334499; } +.border-y-cyan-950\\/65 { + border-top-color: #083344a6; + border-bottom-color: #083344a6; +} + .border-y-cyan-950\\/70 { border-top-color: #083344b3; border-bottom-color: #083344b3; @@ -187547,6 +257652,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #083344cc; } +.border-y-cyan-950\\/85 { + border-top-color: #083344d9; + border-bottom-color: #083344d9; +} + .border-y-cyan-950\\/90 { border-top-color: #083344e6; border-bottom-color: #083344e6; @@ -187578,6 +257688,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae5; } +.border-y-emerald-100\\/15 { + border-top-color: #d1fae526; + border-bottom-color: #d1fae526; +} + .border-y-emerald-100\\/20 { border-top-color: #d1fae533; border-bottom-color: #d1fae533; @@ -187593,11 +257708,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae54d; } +.border-y-emerald-100\\/35 { + border-top-color: #d1fae559; + border-bottom-color: #d1fae559; +} + .border-y-emerald-100\\/40 { border-top-color: #d1fae566; border-bottom-color: #d1fae566; } +.border-y-emerald-100\\/45 { + border-top-color: #d1fae573; + border-bottom-color: #d1fae573; +} + .border-y-emerald-100\\/5 { border-top-color: #d1fae50d; border-bottom-color: #d1fae50d; @@ -187608,11 +257733,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae580; } +.border-y-emerald-100\\/55 { + border-top-color: #d1fae58c; + border-bottom-color: #d1fae58c; +} + .border-y-emerald-100\\/60 { border-top-color: #d1fae599; border-bottom-color: #d1fae599; } +.border-y-emerald-100\\/65 { + border-top-color: #d1fae5a6; + border-bottom-color: #d1fae5a6; +} + .border-y-emerald-100\\/70 { border-top-color: #d1fae5b3; border-bottom-color: #d1fae5b3; @@ -187628,6 +257763,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae5cc; } +.border-y-emerald-100\\/85 { + border-top-color: #d1fae5d9; + border-bottom-color: #d1fae5d9; +} + .border-y-emerald-100\\/90 { border-top-color: #d1fae5e6; border-bottom-color: #d1fae5e6; @@ -187659,6 +257799,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d0; } +.border-y-emerald-200\\/15 { + border-top-color: #a7f3d026; + border-bottom-color: #a7f3d026; +} + .border-y-emerald-200\\/20 { border-top-color: #a7f3d033; border-bottom-color: #a7f3d033; @@ -187674,11 +257819,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d04d; } +.border-y-emerald-200\\/35 { + border-top-color: #a7f3d059; + border-bottom-color: #a7f3d059; +} + .border-y-emerald-200\\/40 { border-top-color: #a7f3d066; border-bottom-color: #a7f3d066; } +.border-y-emerald-200\\/45 { + border-top-color: #a7f3d073; + border-bottom-color: #a7f3d073; +} + .border-y-emerald-200\\/5 { border-top-color: #a7f3d00d; border-bottom-color: #a7f3d00d; @@ -187689,11 +257844,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d080; } +.border-y-emerald-200\\/55 { + border-top-color: #a7f3d08c; + border-bottom-color: #a7f3d08c; +} + .border-y-emerald-200\\/60 { border-top-color: #a7f3d099; border-bottom-color: #a7f3d099; } +.border-y-emerald-200\\/65 { + border-top-color: #a7f3d0a6; + border-bottom-color: #a7f3d0a6; +} + .border-y-emerald-200\\/70 { border-top-color: #a7f3d0b3; border-bottom-color: #a7f3d0b3; @@ -187709,6 +257874,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d0cc; } +.border-y-emerald-200\\/85 { + border-top-color: #a7f3d0d9; + border-bottom-color: #a7f3d0d9; +} + .border-y-emerald-200\\/90 { border-top-color: #a7f3d0e6; border-bottom-color: #a7f3d0e6; @@ -187740,6 +257910,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b7; } +.border-y-emerald-300\\/15 { + border-top-color: #6ee7b726; + border-bottom-color: #6ee7b726; +} + .border-y-emerald-300\\/20 { border-top-color: #6ee7b733; border-bottom-color: #6ee7b733; @@ -187755,11 +257930,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b74d; } +.border-y-emerald-300\\/35 { + border-top-color: #6ee7b759; + border-bottom-color: #6ee7b759; +} + .border-y-emerald-300\\/40 { border-top-color: #6ee7b766; border-bottom-color: #6ee7b766; } +.border-y-emerald-300\\/45 { + border-top-color: #6ee7b773; + border-bottom-color: #6ee7b773; +} + .border-y-emerald-300\\/5 { border-top-color: #6ee7b70d; border-bottom-color: #6ee7b70d; @@ -187770,11 +257955,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b780; } +.border-y-emerald-300\\/55 { + border-top-color: #6ee7b78c; + border-bottom-color: #6ee7b78c; +} + .border-y-emerald-300\\/60 { border-top-color: #6ee7b799; border-bottom-color: #6ee7b799; } +.border-y-emerald-300\\/65 { + border-top-color: #6ee7b7a6; + border-bottom-color: #6ee7b7a6; +} + .border-y-emerald-300\\/70 { border-top-color: #6ee7b7b3; border-bottom-color: #6ee7b7b3; @@ -187790,6 +257985,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b7cc; } +.border-y-emerald-300\\/85 { + border-top-color: #6ee7b7d9; + border-bottom-color: #6ee7b7d9; +} + .border-y-emerald-300\\/90 { border-top-color: #6ee7b7e6; border-bottom-color: #6ee7b7e6; @@ -187821,6 +258021,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d399; } +.border-y-emerald-400\\/15 { + border-top-color: #34d39926; + border-bottom-color: #34d39926; +} + .border-y-emerald-400\\/20 { border-top-color: #34d39933; border-bottom-color: #34d39933; @@ -187836,11 +258041,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d3994d; } +.border-y-emerald-400\\/35 { + border-top-color: #34d39959; + border-bottom-color: #34d39959; +} + .border-y-emerald-400\\/40 { border-top-color: #34d39966; border-bottom-color: #34d39966; } +.border-y-emerald-400\\/45 { + border-top-color: #34d39973; + border-bottom-color: #34d39973; +} + .border-y-emerald-400\\/5 { border-top-color: #34d3990d; border-bottom-color: #34d3990d; @@ -187851,11 +258066,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d39980; } +.border-y-emerald-400\\/55 { + border-top-color: #34d3998c; + border-bottom-color: #34d3998c; +} + .border-y-emerald-400\\/60 { border-top-color: #34d39999; border-bottom-color: #34d39999; } +.border-y-emerald-400\\/65 { + border-top-color: #34d399a6; + border-bottom-color: #34d399a6; +} + .border-y-emerald-400\\/70 { border-top-color: #34d399b3; border-bottom-color: #34d399b3; @@ -187871,6 +258096,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d399cc; } +.border-y-emerald-400\\/85 { + border-top-color: #34d399d9; + border-bottom-color: #34d399d9; +} + .border-y-emerald-400\\/90 { border-top-color: #34d399e6; border-bottom-color: #34d399e6; @@ -187902,6 +258132,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf5; } +.border-y-emerald-50\\/15 { + border-top-color: #ecfdf526; + border-bottom-color: #ecfdf526; +} + .border-y-emerald-50\\/20 { border-top-color: #ecfdf533; border-bottom-color: #ecfdf533; @@ -187917,11 +258152,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf54d; } +.border-y-emerald-50\\/35 { + border-top-color: #ecfdf559; + border-bottom-color: #ecfdf559; +} + .border-y-emerald-50\\/40 { border-top-color: #ecfdf566; border-bottom-color: #ecfdf566; } +.border-y-emerald-50\\/45 { + border-top-color: #ecfdf573; + border-bottom-color: #ecfdf573; +} + .border-y-emerald-50\\/5 { border-top-color: #ecfdf50d; border-bottom-color: #ecfdf50d; @@ -187932,11 +258177,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf580; } +.border-y-emerald-50\\/55 { + border-top-color: #ecfdf58c; + border-bottom-color: #ecfdf58c; +} + .border-y-emerald-50\\/60 { border-top-color: #ecfdf599; border-bottom-color: #ecfdf599; } +.border-y-emerald-50\\/65 { + border-top-color: #ecfdf5a6; + border-bottom-color: #ecfdf5a6; +} + .border-y-emerald-50\\/70 { border-top-color: #ecfdf5b3; border-bottom-color: #ecfdf5b3; @@ -187952,6 +258207,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf5cc; } +.border-y-emerald-50\\/85 { + border-top-color: #ecfdf5d9; + border-bottom-color: #ecfdf5d9; +} + .border-y-emerald-50\\/90 { border-top-color: #ecfdf5e6; border-bottom-color: #ecfdf5e6; @@ -187983,6 +258243,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b981; } +.border-y-emerald-500\\/15 { + border-top-color: #10b98126; + border-bottom-color: #10b98126; +} + .border-y-emerald-500\\/20 { border-top-color: #10b98133; border-bottom-color: #10b98133; @@ -187998,11 +258263,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b9814d; } +.border-y-emerald-500\\/35 { + border-top-color: #10b98159; + border-bottom-color: #10b98159; +} + .border-y-emerald-500\\/40 { border-top-color: #10b98166; border-bottom-color: #10b98166; } +.border-y-emerald-500\\/45 { + border-top-color: #10b98173; + border-bottom-color: #10b98173; +} + .border-y-emerald-500\\/5 { border-top-color: #10b9810d; border-bottom-color: #10b9810d; @@ -188013,11 +258288,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b98180; } +.border-y-emerald-500\\/55 { + border-top-color: #10b9818c; + border-bottom-color: #10b9818c; +} + .border-y-emerald-500\\/60 { border-top-color: #10b98199; border-bottom-color: #10b98199; } +.border-y-emerald-500\\/65 { + border-top-color: #10b981a6; + border-bottom-color: #10b981a6; +} + .border-y-emerald-500\\/70 { border-top-color: #10b981b3; border-bottom-color: #10b981b3; @@ -188033,6 +258318,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b981cc; } +.border-y-emerald-500\\/85 { + border-top-color: #10b981d9; + border-bottom-color: #10b981d9; +} + .border-y-emerald-500\\/90 { border-top-color: #10b981e6; border-bottom-color: #10b981e6; @@ -188064,6 +258354,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #059669; } +.border-y-emerald-600\\/15 { + border-top-color: #05966926; + border-bottom-color: #05966926; +} + .border-y-emerald-600\\/20 { border-top-color: #05966933; border-bottom-color: #05966933; @@ -188079,11 +258374,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0596694d; } +.border-y-emerald-600\\/35 { + border-top-color: #05966959; + border-bottom-color: #05966959; +} + .border-y-emerald-600\\/40 { border-top-color: #05966966; border-bottom-color: #05966966; } +.border-y-emerald-600\\/45 { + border-top-color: #05966973; + border-bottom-color: #05966973; +} + .border-y-emerald-600\\/5 { border-top-color: #0596690d; border-bottom-color: #0596690d; @@ -188094,11 +258399,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #05966980; } +.border-y-emerald-600\\/55 { + border-top-color: #0596698c; + border-bottom-color: #0596698c; +} + .border-y-emerald-600\\/60 { border-top-color: #05966999; border-bottom-color: #05966999; } +.border-y-emerald-600\\/65 { + border-top-color: #059669a6; + border-bottom-color: #059669a6; +} + .border-y-emerald-600\\/70 { border-top-color: #059669b3; border-bottom-color: #059669b3; @@ -188114,6 +258429,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #059669cc; } +.border-y-emerald-600\\/85 { + border-top-color: #059669d9; + border-bottom-color: #059669d9; +} + .border-y-emerald-600\\/90 { border-top-color: #059669e6; border-bottom-color: #059669e6; @@ -188145,6 +258465,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #047857; } +.border-y-emerald-700\\/15 { + border-top-color: #04785726; + border-bottom-color: #04785726; +} + .border-y-emerald-700\\/20 { border-top-color: #04785733; border-bottom-color: #04785733; @@ -188160,11 +258485,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0478574d; } +.border-y-emerald-700\\/35 { + border-top-color: #04785759; + border-bottom-color: #04785759; +} + .border-y-emerald-700\\/40 { border-top-color: #04785766; border-bottom-color: #04785766; } +.border-y-emerald-700\\/45 { + border-top-color: #04785773; + border-bottom-color: #04785773; +} + .border-y-emerald-700\\/5 { border-top-color: #0478570d; border-bottom-color: #0478570d; @@ -188175,11 +258510,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #04785780; } +.border-y-emerald-700\\/55 { + border-top-color: #0478578c; + border-bottom-color: #0478578c; +} + .border-y-emerald-700\\/60 { border-top-color: #04785799; border-bottom-color: #04785799; } +.border-y-emerald-700\\/65 { + border-top-color: #047857a6; + border-bottom-color: #047857a6; +} + .border-y-emerald-700\\/70 { border-top-color: #047857b3; border-bottom-color: #047857b3; @@ -188195,6 +258540,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #047857cc; } +.border-y-emerald-700\\/85 { + border-top-color: #047857d9; + border-bottom-color: #047857d9; +} + .border-y-emerald-700\\/90 { border-top-color: #047857e6; border-bottom-color: #047857e6; @@ -188226,6 +258576,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f46; } +.border-y-emerald-800\\/15 { + border-top-color: #065f4626; + border-bottom-color: #065f4626; +} + .border-y-emerald-800\\/20 { border-top-color: #065f4633; border-bottom-color: #065f4633; @@ -188241,11 +258596,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f464d; } +.border-y-emerald-800\\/35 { + border-top-color: #065f4659; + border-bottom-color: #065f4659; +} + .border-y-emerald-800\\/40 { border-top-color: #065f4666; border-bottom-color: #065f4666; } +.border-y-emerald-800\\/45 { + border-top-color: #065f4673; + border-bottom-color: #065f4673; +} + .border-y-emerald-800\\/5 { border-top-color: #065f460d; border-bottom-color: #065f460d; @@ -188256,11 +258621,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f4680; } +.border-y-emerald-800\\/55 { + border-top-color: #065f468c; + border-bottom-color: #065f468c; +} + .border-y-emerald-800\\/60 { border-top-color: #065f4699; border-bottom-color: #065f4699; } +.border-y-emerald-800\\/65 { + border-top-color: #065f46a6; + border-bottom-color: #065f46a6; +} + .border-y-emerald-800\\/70 { border-top-color: #065f46b3; border-bottom-color: #065f46b3; @@ -188276,6 +258651,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f46cc; } +.border-y-emerald-800\\/85 { + border-top-color: #065f46d9; + border-bottom-color: #065f46d9; +} + .border-y-emerald-800\\/90 { border-top-color: #065f46e6; border-bottom-color: #065f46e6; @@ -188307,6 +258687,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3b; } +.border-y-emerald-900\\/15 { + border-top-color: #064e3b26; + border-bottom-color: #064e3b26; +} + .border-y-emerald-900\\/20 { border-top-color: #064e3b33; border-bottom-color: #064e3b33; @@ -188322,11 +258707,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3b4d; } +.border-y-emerald-900\\/35 { + border-top-color: #064e3b59; + border-bottom-color: #064e3b59; +} + .border-y-emerald-900\\/40 { border-top-color: #064e3b66; border-bottom-color: #064e3b66; } +.border-y-emerald-900\\/45 { + border-top-color: #064e3b73; + border-bottom-color: #064e3b73; +} + .border-y-emerald-900\\/5 { border-top-color: #064e3b0d; border-bottom-color: #064e3b0d; @@ -188337,11 +258732,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3b80; } +.border-y-emerald-900\\/55 { + border-top-color: #064e3b8c; + border-bottom-color: #064e3b8c; +} + .border-y-emerald-900\\/60 { border-top-color: #064e3b99; border-bottom-color: #064e3b99; } +.border-y-emerald-900\\/65 { + border-top-color: #064e3ba6; + border-bottom-color: #064e3ba6; +} + .border-y-emerald-900\\/70 { border-top-color: #064e3bb3; border-bottom-color: #064e3bb3; @@ -188357,6 +258762,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3bcc; } +.border-y-emerald-900\\/85 { + border-top-color: #064e3bd9; + border-bottom-color: #064e3bd9; +} + .border-y-emerald-900\\/90 { border-top-color: #064e3be6; border-bottom-color: #064e3be6; @@ -188388,6 +258798,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c22; } +.border-y-emerald-950\\/15 { + border-top-color: #022c2226; + border-bottom-color: #022c2226; +} + .border-y-emerald-950\\/20 { border-top-color: #022c2233; border-bottom-color: #022c2233; @@ -188403,11 +258818,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c224d; } +.border-y-emerald-950\\/35 { + border-top-color: #022c2259; + border-bottom-color: #022c2259; +} + .border-y-emerald-950\\/40 { border-top-color: #022c2266; border-bottom-color: #022c2266; } +.border-y-emerald-950\\/45 { + border-top-color: #022c2273; + border-bottom-color: #022c2273; +} + .border-y-emerald-950\\/5 { border-top-color: #022c220d; border-bottom-color: #022c220d; @@ -188418,11 +258843,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c2280; } +.border-y-emerald-950\\/55 { + border-top-color: #022c228c; + border-bottom-color: #022c228c; +} + .border-y-emerald-950\\/60 { border-top-color: #022c2299; border-bottom-color: #022c2299; } +.border-y-emerald-950\\/65 { + border-top-color: #022c22a6; + border-bottom-color: #022c22a6; +} + .border-y-emerald-950\\/70 { border-top-color: #022c22b3; border-bottom-color: #022c22b3; @@ -188438,6 +258873,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c22cc; } +.border-y-emerald-950\\/85 { + border-top-color: #022c22d9; + border-bottom-color: #022c22d9; +} + .border-y-emerald-950\\/90 { border-top-color: #022c22e6; border-bottom-color: #022c22e6; @@ -188469,6 +258909,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ff; } +.border-y-fuchsia-100\\/15 { + border-top-color: #fae8ff26; + border-bottom-color: #fae8ff26; +} + .border-y-fuchsia-100\\/20 { border-top-color: #fae8ff33; border-bottom-color: #fae8ff33; @@ -188484,11 +258929,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ff4d; } +.border-y-fuchsia-100\\/35 { + border-top-color: #fae8ff59; + border-bottom-color: #fae8ff59; +} + .border-y-fuchsia-100\\/40 { border-top-color: #fae8ff66; border-bottom-color: #fae8ff66; } +.border-y-fuchsia-100\\/45 { + border-top-color: #fae8ff73; + border-bottom-color: #fae8ff73; +} + .border-y-fuchsia-100\\/5 { border-top-color: #fae8ff0d; border-bottom-color: #fae8ff0d; @@ -188499,11 +258954,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ff80; } +.border-y-fuchsia-100\\/55 { + border-top-color: #fae8ff8c; + border-bottom-color: #fae8ff8c; +} + .border-y-fuchsia-100\\/60 { border-top-color: #fae8ff99; border-bottom-color: #fae8ff99; } +.border-y-fuchsia-100\\/65 { + border-top-color: #fae8ffa6; + border-bottom-color: #fae8ffa6; +} + .border-y-fuchsia-100\\/70 { border-top-color: #fae8ffb3; border-bottom-color: #fae8ffb3; @@ -188519,6 +258984,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ffcc; } +.border-y-fuchsia-100\\/85 { + border-top-color: #fae8ffd9; + border-bottom-color: #fae8ffd9; +} + .border-y-fuchsia-100\\/90 { border-top-color: #fae8ffe6; border-bottom-color: #fae8ffe6; @@ -188550,6 +259020,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fe; } +.border-y-fuchsia-200\\/15 { + border-top-color: #f5d0fe26; + border-bottom-color: #f5d0fe26; +} + .border-y-fuchsia-200\\/20 { border-top-color: #f5d0fe33; border-bottom-color: #f5d0fe33; @@ -188565,11 +259040,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fe4d; } +.border-y-fuchsia-200\\/35 { + border-top-color: #f5d0fe59; + border-bottom-color: #f5d0fe59; +} + .border-y-fuchsia-200\\/40 { border-top-color: #f5d0fe66; border-bottom-color: #f5d0fe66; } +.border-y-fuchsia-200\\/45 { + border-top-color: #f5d0fe73; + border-bottom-color: #f5d0fe73; +} + .border-y-fuchsia-200\\/5 { border-top-color: #f5d0fe0d; border-bottom-color: #f5d0fe0d; @@ -188580,11 +259065,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fe80; } +.border-y-fuchsia-200\\/55 { + border-top-color: #f5d0fe8c; + border-bottom-color: #f5d0fe8c; +} + .border-y-fuchsia-200\\/60 { border-top-color: #f5d0fe99; border-bottom-color: #f5d0fe99; } +.border-y-fuchsia-200\\/65 { + border-top-color: #f5d0fea6; + border-bottom-color: #f5d0fea6; +} + .border-y-fuchsia-200\\/70 { border-top-color: #f5d0feb3; border-bottom-color: #f5d0feb3; @@ -188600,6 +259095,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fecc; } +.border-y-fuchsia-200\\/85 { + border-top-color: #f5d0fed9; + border-bottom-color: #f5d0fed9; +} + .border-y-fuchsia-200\\/90 { border-top-color: #f5d0fee6; border-bottom-color: #f5d0fee6; @@ -188631,6 +259131,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfc; } +.border-y-fuchsia-300\\/15 { + border-top-color: #f0abfc26; + border-bottom-color: #f0abfc26; +} + .border-y-fuchsia-300\\/20 { border-top-color: #f0abfc33; border-bottom-color: #f0abfc33; @@ -188646,11 +259151,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfc4d; } +.border-y-fuchsia-300\\/35 { + border-top-color: #f0abfc59; + border-bottom-color: #f0abfc59; +} + .border-y-fuchsia-300\\/40 { border-top-color: #f0abfc66; border-bottom-color: #f0abfc66; } +.border-y-fuchsia-300\\/45 { + border-top-color: #f0abfc73; + border-bottom-color: #f0abfc73; +} + .border-y-fuchsia-300\\/5 { border-top-color: #f0abfc0d; border-bottom-color: #f0abfc0d; @@ -188661,11 +259176,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfc80; } +.border-y-fuchsia-300\\/55 { + border-top-color: #f0abfc8c; + border-bottom-color: #f0abfc8c; +} + .border-y-fuchsia-300\\/60 { border-top-color: #f0abfc99; border-bottom-color: #f0abfc99; } +.border-y-fuchsia-300\\/65 { + border-top-color: #f0abfca6; + border-bottom-color: #f0abfca6; +} + .border-y-fuchsia-300\\/70 { border-top-color: #f0abfcb3; border-bottom-color: #f0abfcb3; @@ -188681,6 +259206,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfccc; } +.border-y-fuchsia-300\\/85 { + border-top-color: #f0abfcd9; + border-bottom-color: #f0abfcd9; +} + .border-y-fuchsia-300\\/90 { border-top-color: #f0abfce6; border-bottom-color: #f0abfce6; @@ -188712,6 +259242,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f9; } +.border-y-fuchsia-400\\/15 { + border-top-color: #e879f926; + border-bottom-color: #e879f926; +} + .border-y-fuchsia-400\\/20 { border-top-color: #e879f933; border-bottom-color: #e879f933; @@ -188727,11 +259262,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f94d; } +.border-y-fuchsia-400\\/35 { + border-top-color: #e879f959; + border-bottom-color: #e879f959; +} + .border-y-fuchsia-400\\/40 { border-top-color: #e879f966; border-bottom-color: #e879f966; } +.border-y-fuchsia-400\\/45 { + border-top-color: #e879f973; + border-bottom-color: #e879f973; +} + .border-y-fuchsia-400\\/5 { border-top-color: #e879f90d; border-bottom-color: #e879f90d; @@ -188742,11 +259287,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f980; } +.border-y-fuchsia-400\\/55 { + border-top-color: #e879f98c; + border-bottom-color: #e879f98c; +} + .border-y-fuchsia-400\\/60 { border-top-color: #e879f999; border-bottom-color: #e879f999; } +.border-y-fuchsia-400\\/65 { + border-top-color: #e879f9a6; + border-bottom-color: #e879f9a6; +} + .border-y-fuchsia-400\\/70 { border-top-color: #e879f9b3; border-bottom-color: #e879f9b3; @@ -188762,6 +259317,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f9cc; } +.border-y-fuchsia-400\\/85 { + border-top-color: #e879f9d9; + border-bottom-color: #e879f9d9; +} + .border-y-fuchsia-400\\/90 { border-top-color: #e879f9e6; border-bottom-color: #e879f9e6; @@ -188793,6 +259353,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ff; } +.border-y-fuchsia-50\\/15 { + border-top-color: #fdf4ff26; + border-bottom-color: #fdf4ff26; +} + .border-y-fuchsia-50\\/20 { border-top-color: #fdf4ff33; border-bottom-color: #fdf4ff33; @@ -188808,11 +259373,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ff4d; } +.border-y-fuchsia-50\\/35 { + border-top-color: #fdf4ff59; + border-bottom-color: #fdf4ff59; +} + .border-y-fuchsia-50\\/40 { border-top-color: #fdf4ff66; border-bottom-color: #fdf4ff66; } +.border-y-fuchsia-50\\/45 { + border-top-color: #fdf4ff73; + border-bottom-color: #fdf4ff73; +} + .border-y-fuchsia-50\\/5 { border-top-color: #fdf4ff0d; border-bottom-color: #fdf4ff0d; @@ -188823,11 +259398,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ff80; } +.border-y-fuchsia-50\\/55 { + border-top-color: #fdf4ff8c; + border-bottom-color: #fdf4ff8c; +} + .border-y-fuchsia-50\\/60 { border-top-color: #fdf4ff99; border-bottom-color: #fdf4ff99; } +.border-y-fuchsia-50\\/65 { + border-top-color: #fdf4ffa6; + border-bottom-color: #fdf4ffa6; +} + .border-y-fuchsia-50\\/70 { border-top-color: #fdf4ffb3; border-bottom-color: #fdf4ffb3; @@ -188843,6 +259428,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ffcc; } +.border-y-fuchsia-50\\/85 { + border-top-color: #fdf4ffd9; + border-bottom-color: #fdf4ffd9; +} + .border-y-fuchsia-50\\/90 { border-top-color: #fdf4ffe6; border-bottom-color: #fdf4ffe6; @@ -188874,6 +259464,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946ef; } +.border-y-fuchsia-500\\/15 { + border-top-color: #d946ef26; + border-bottom-color: #d946ef26; +} + .border-y-fuchsia-500\\/20 { border-top-color: #d946ef33; border-bottom-color: #d946ef33; @@ -188889,11 +259484,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946ef4d; } +.border-y-fuchsia-500\\/35 { + border-top-color: #d946ef59; + border-bottom-color: #d946ef59; +} + .border-y-fuchsia-500\\/40 { border-top-color: #d946ef66; border-bottom-color: #d946ef66; } +.border-y-fuchsia-500\\/45 { + border-top-color: #d946ef73; + border-bottom-color: #d946ef73; +} + .border-y-fuchsia-500\\/5 { border-top-color: #d946ef0d; border-bottom-color: #d946ef0d; @@ -188904,11 +259509,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946ef80; } +.border-y-fuchsia-500\\/55 { + border-top-color: #d946ef8c; + border-bottom-color: #d946ef8c; +} + .border-y-fuchsia-500\\/60 { border-top-color: #d946ef99; border-bottom-color: #d946ef99; } +.border-y-fuchsia-500\\/65 { + border-top-color: #d946efa6; + border-bottom-color: #d946efa6; +} + .border-y-fuchsia-500\\/70 { border-top-color: #d946efb3; border-bottom-color: #d946efb3; @@ -188924,6 +259539,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946efcc; } +.border-y-fuchsia-500\\/85 { + border-top-color: #d946efd9; + border-bottom-color: #d946efd9; +} + .border-y-fuchsia-500\\/90 { border-top-color: #d946efe6; border-bottom-color: #d946efe6; @@ -188955,6 +259575,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d3; } +.border-y-fuchsia-600\\/15 { + border-top-color: #c026d326; + border-bottom-color: #c026d326; +} + .border-y-fuchsia-600\\/20 { border-top-color: #c026d333; border-bottom-color: #c026d333; @@ -188970,11 +259595,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d34d; } +.border-y-fuchsia-600\\/35 { + border-top-color: #c026d359; + border-bottom-color: #c026d359; +} + .border-y-fuchsia-600\\/40 { border-top-color: #c026d366; border-bottom-color: #c026d366; } +.border-y-fuchsia-600\\/45 { + border-top-color: #c026d373; + border-bottom-color: #c026d373; +} + .border-y-fuchsia-600\\/5 { border-top-color: #c026d30d; border-bottom-color: #c026d30d; @@ -188985,11 +259620,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d380; } +.border-y-fuchsia-600\\/55 { + border-top-color: #c026d38c; + border-bottom-color: #c026d38c; +} + .border-y-fuchsia-600\\/60 { border-top-color: #c026d399; border-bottom-color: #c026d399; } +.border-y-fuchsia-600\\/65 { + border-top-color: #c026d3a6; + border-bottom-color: #c026d3a6; +} + .border-y-fuchsia-600\\/70 { border-top-color: #c026d3b3; border-bottom-color: #c026d3b3; @@ -189005,6 +259650,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d3cc; } +.border-y-fuchsia-600\\/85 { + border-top-color: #c026d3d9; + border-bottom-color: #c026d3d9; +} + .border-y-fuchsia-600\\/90 { border-top-color: #c026d3e6; border-bottom-color: #c026d3e6; @@ -189036,6 +259686,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21caf; } +.border-y-fuchsia-700\\/15 { + border-top-color: #a21caf26; + border-bottom-color: #a21caf26; +} + .border-y-fuchsia-700\\/20 { border-top-color: #a21caf33; border-bottom-color: #a21caf33; @@ -189051,11 +259706,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21caf4d; } +.border-y-fuchsia-700\\/35 { + border-top-color: #a21caf59; + border-bottom-color: #a21caf59; +} + .border-y-fuchsia-700\\/40 { border-top-color: #a21caf66; border-bottom-color: #a21caf66; } +.border-y-fuchsia-700\\/45 { + border-top-color: #a21caf73; + border-bottom-color: #a21caf73; +} + .border-y-fuchsia-700\\/5 { border-top-color: #a21caf0d; border-bottom-color: #a21caf0d; @@ -189066,11 +259731,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21caf80; } +.border-y-fuchsia-700\\/55 { + border-top-color: #a21caf8c; + border-bottom-color: #a21caf8c; +} + .border-y-fuchsia-700\\/60 { border-top-color: #a21caf99; border-bottom-color: #a21caf99; } +.border-y-fuchsia-700\\/65 { + border-top-color: #a21cafa6; + border-bottom-color: #a21cafa6; +} + .border-y-fuchsia-700\\/70 { border-top-color: #a21cafb3; border-bottom-color: #a21cafb3; @@ -189086,6 +259761,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21cafcc; } +.border-y-fuchsia-700\\/85 { + border-top-color: #a21cafd9; + border-bottom-color: #a21cafd9; +} + .border-y-fuchsia-700\\/90 { border-top-color: #a21cafe6; border-bottom-color: #a21cafe6; @@ -189117,6 +259797,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198f; } +.border-y-fuchsia-800\\/15 { + border-top-color: #86198f26; + border-bottom-color: #86198f26; +} + .border-y-fuchsia-800\\/20 { border-top-color: #86198f33; border-bottom-color: #86198f33; @@ -189132,11 +259817,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198f4d; } +.border-y-fuchsia-800\\/35 { + border-top-color: #86198f59; + border-bottom-color: #86198f59; +} + .border-y-fuchsia-800\\/40 { border-top-color: #86198f66; border-bottom-color: #86198f66; } +.border-y-fuchsia-800\\/45 { + border-top-color: #86198f73; + border-bottom-color: #86198f73; +} + .border-y-fuchsia-800\\/5 { border-top-color: #86198f0d; border-bottom-color: #86198f0d; @@ -189147,11 +259842,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198f80; } +.border-y-fuchsia-800\\/55 { + border-top-color: #86198f8c; + border-bottom-color: #86198f8c; +} + .border-y-fuchsia-800\\/60 { border-top-color: #86198f99; border-bottom-color: #86198f99; } +.border-y-fuchsia-800\\/65 { + border-top-color: #86198fa6; + border-bottom-color: #86198fa6; +} + .border-y-fuchsia-800\\/70 { border-top-color: #86198fb3; border-bottom-color: #86198fb3; @@ -189167,6 +259872,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198fcc; } +.border-y-fuchsia-800\\/85 { + border-top-color: #86198fd9; + border-bottom-color: #86198fd9; +} + .border-y-fuchsia-800\\/90 { border-top-color: #86198fe6; border-bottom-color: #86198fe6; @@ -189198,6 +259908,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a75; } +.border-y-fuchsia-900\\/15 { + border-top-color: #701a7526; + border-bottom-color: #701a7526; +} + .border-y-fuchsia-900\\/20 { border-top-color: #701a7533; border-bottom-color: #701a7533; @@ -189213,11 +259928,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a754d; } +.border-y-fuchsia-900\\/35 { + border-top-color: #701a7559; + border-bottom-color: #701a7559; +} + .border-y-fuchsia-900\\/40 { border-top-color: #701a7566; border-bottom-color: #701a7566; } +.border-y-fuchsia-900\\/45 { + border-top-color: #701a7573; + border-bottom-color: #701a7573; +} + .border-y-fuchsia-900\\/5 { border-top-color: #701a750d; border-bottom-color: #701a750d; @@ -189228,11 +259953,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a7580; } +.border-y-fuchsia-900\\/55 { + border-top-color: #701a758c; + border-bottom-color: #701a758c; +} + .border-y-fuchsia-900\\/60 { border-top-color: #701a7599; border-bottom-color: #701a7599; } +.border-y-fuchsia-900\\/65 { + border-top-color: #701a75a6; + border-bottom-color: #701a75a6; +} + .border-y-fuchsia-900\\/70 { border-top-color: #701a75b3; border-bottom-color: #701a75b3; @@ -189248,6 +259983,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a75cc; } +.border-y-fuchsia-900\\/85 { + border-top-color: #701a75d9; + border-bottom-color: #701a75d9; +} + .border-y-fuchsia-900\\/90 { border-top-color: #701a75e6; border-bottom-color: #701a75e6; @@ -189279,6 +260019,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044e; } +.border-y-fuchsia-950\\/15 { + border-top-color: #4a044e26; + border-bottom-color: #4a044e26; +} + .border-y-fuchsia-950\\/20 { border-top-color: #4a044e33; border-bottom-color: #4a044e33; @@ -189294,11 +260039,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044e4d; } +.border-y-fuchsia-950\\/35 { + border-top-color: #4a044e59; + border-bottom-color: #4a044e59; +} + .border-y-fuchsia-950\\/40 { border-top-color: #4a044e66; border-bottom-color: #4a044e66; } +.border-y-fuchsia-950\\/45 { + border-top-color: #4a044e73; + border-bottom-color: #4a044e73; +} + .border-y-fuchsia-950\\/5 { border-top-color: #4a044e0d; border-bottom-color: #4a044e0d; @@ -189309,11 +260064,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044e80; } +.border-y-fuchsia-950\\/55 { + border-top-color: #4a044e8c; + border-bottom-color: #4a044e8c; +} + .border-y-fuchsia-950\\/60 { border-top-color: #4a044e99; border-bottom-color: #4a044e99; } +.border-y-fuchsia-950\\/65 { + border-top-color: #4a044ea6; + border-bottom-color: #4a044ea6; +} + .border-y-fuchsia-950\\/70 { border-top-color: #4a044eb3; border-bottom-color: #4a044eb3; @@ -189329,6 +260094,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044ecc; } +.border-y-fuchsia-950\\/85 { + border-top-color: #4a044ed9; + border-bottom-color: #4a044ed9; +} + .border-y-fuchsia-950\\/90 { border-top-color: #4a044ee6; border-bottom-color: #4a044ee6; @@ -189360,6 +260130,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f6; } +.border-y-gray-100\\/15 { + border-top-color: #f3f4f626; + border-bottom-color: #f3f4f626; +} + .border-y-gray-100\\/20 { border-top-color: #f3f4f633; border-bottom-color: #f3f4f633; @@ -189375,11 +260150,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f64d; } +.border-y-gray-100\\/35 { + border-top-color: #f3f4f659; + border-bottom-color: #f3f4f659; +} + .border-y-gray-100\\/40 { border-top-color: #f3f4f666; border-bottom-color: #f3f4f666; } +.border-y-gray-100\\/45 { + border-top-color: #f3f4f673; + border-bottom-color: #f3f4f673; +} + .border-y-gray-100\\/5 { border-top-color: #f3f4f60d; border-bottom-color: #f3f4f60d; @@ -189390,11 +260175,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f680; } +.border-y-gray-100\\/55 { + border-top-color: #f3f4f68c; + border-bottom-color: #f3f4f68c; +} + .border-y-gray-100\\/60 { border-top-color: #f3f4f699; border-bottom-color: #f3f4f699; } +.border-y-gray-100\\/65 { + border-top-color: #f3f4f6a6; + border-bottom-color: #f3f4f6a6; +} + .border-y-gray-100\\/70 { border-top-color: #f3f4f6b3; border-bottom-color: #f3f4f6b3; @@ -189410,6 +260205,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f6cc; } +.border-y-gray-100\\/85 { + border-top-color: #f3f4f6d9; + border-bottom-color: #f3f4f6d9; +} + .border-y-gray-100\\/90 { border-top-color: #f3f4f6e6; border-bottom-color: #f3f4f6e6; @@ -189441,6 +260241,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7eb; } +.border-y-gray-200\\/15 { + border-top-color: #e5e7eb26; + border-bottom-color: #e5e7eb26; +} + .border-y-gray-200\\/20 { border-top-color: #e5e7eb33; border-bottom-color: #e5e7eb33; @@ -189456,11 +260261,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7eb4d; } +.border-y-gray-200\\/35 { + border-top-color: #e5e7eb59; + border-bottom-color: #e5e7eb59; +} + .border-y-gray-200\\/40 { border-top-color: #e5e7eb66; border-bottom-color: #e5e7eb66; } +.border-y-gray-200\\/45 { + border-top-color: #e5e7eb73; + border-bottom-color: #e5e7eb73; +} + .border-y-gray-200\\/5 { border-top-color: #e5e7eb0d; border-bottom-color: #e5e7eb0d; @@ -189471,11 +260286,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7eb80; } +.border-y-gray-200\\/55 { + border-top-color: #e5e7eb8c; + border-bottom-color: #e5e7eb8c; +} + .border-y-gray-200\\/60 { border-top-color: #e5e7eb99; border-bottom-color: #e5e7eb99; } +.border-y-gray-200\\/65 { + border-top-color: #e5e7eba6; + border-bottom-color: #e5e7eba6; +} + .border-y-gray-200\\/70 { border-top-color: #e5e7ebb3; border-bottom-color: #e5e7ebb3; @@ -189491,6 +260316,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7ebcc; } +.border-y-gray-200\\/85 { + border-top-color: #e5e7ebd9; + border-bottom-color: #e5e7ebd9; +} + .border-y-gray-200\\/90 { border-top-color: #e5e7ebe6; border-bottom-color: #e5e7ebe6; @@ -189522,6 +260352,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5db; } +.border-y-gray-300\\/15 { + border-top-color: #d1d5db26; + border-bottom-color: #d1d5db26; +} + .border-y-gray-300\\/20 { border-top-color: #d1d5db33; border-bottom-color: #d1d5db33; @@ -189537,11 +260372,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5db4d; } +.border-y-gray-300\\/35 { + border-top-color: #d1d5db59; + border-bottom-color: #d1d5db59; +} + .border-y-gray-300\\/40 { border-top-color: #d1d5db66; border-bottom-color: #d1d5db66; } +.border-y-gray-300\\/45 { + border-top-color: #d1d5db73; + border-bottom-color: #d1d5db73; +} + .border-y-gray-300\\/5 { border-top-color: #d1d5db0d; border-bottom-color: #d1d5db0d; @@ -189552,11 +260397,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5db80; } +.border-y-gray-300\\/55 { + border-top-color: #d1d5db8c; + border-bottom-color: #d1d5db8c; +} + .border-y-gray-300\\/60 { border-top-color: #d1d5db99; border-bottom-color: #d1d5db99; } +.border-y-gray-300\\/65 { + border-top-color: #d1d5dba6; + border-bottom-color: #d1d5dba6; +} + .border-y-gray-300\\/70 { border-top-color: #d1d5dbb3; border-bottom-color: #d1d5dbb3; @@ -189572,6 +260427,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5dbcc; } +.border-y-gray-300\\/85 { + border-top-color: #d1d5dbd9; + border-bottom-color: #d1d5dbd9; +} + .border-y-gray-300\\/90 { border-top-color: #d1d5dbe6; border-bottom-color: #d1d5dbe6; @@ -189603,6 +260463,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3af; } +.border-y-gray-400\\/15 { + border-top-color: #9ca3af26; + border-bottom-color: #9ca3af26; +} + .border-y-gray-400\\/20 { border-top-color: #9ca3af33; border-bottom-color: #9ca3af33; @@ -189618,11 +260483,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3af4d; } +.border-y-gray-400\\/35 { + border-top-color: #9ca3af59; + border-bottom-color: #9ca3af59; +} + .border-y-gray-400\\/40 { border-top-color: #9ca3af66; border-bottom-color: #9ca3af66; } +.border-y-gray-400\\/45 { + border-top-color: #9ca3af73; + border-bottom-color: #9ca3af73; +} + .border-y-gray-400\\/5 { border-top-color: #9ca3af0d; border-bottom-color: #9ca3af0d; @@ -189633,11 +260508,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3af80; } +.border-y-gray-400\\/55 { + border-top-color: #9ca3af8c; + border-bottom-color: #9ca3af8c; +} + .border-y-gray-400\\/60 { border-top-color: #9ca3af99; border-bottom-color: #9ca3af99; } +.border-y-gray-400\\/65 { + border-top-color: #9ca3afa6; + border-bottom-color: #9ca3afa6; +} + .border-y-gray-400\\/70 { border-top-color: #9ca3afb3; border-bottom-color: #9ca3afb3; @@ -189653,6 +260538,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3afcc; } +.border-y-gray-400\\/85 { + border-top-color: #9ca3afd9; + border-bottom-color: #9ca3afd9; +} + .border-y-gray-400\\/90 { border-top-color: #9ca3afe6; border-bottom-color: #9ca3afe6; @@ -189684,6 +260574,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafb; } +.border-y-gray-50\\/15 { + border-top-color: #f9fafb26; + border-bottom-color: #f9fafb26; +} + .border-y-gray-50\\/20 { border-top-color: #f9fafb33; border-bottom-color: #f9fafb33; @@ -189699,11 +260594,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafb4d; } +.border-y-gray-50\\/35 { + border-top-color: #f9fafb59; + border-bottom-color: #f9fafb59; +} + .border-y-gray-50\\/40 { border-top-color: #f9fafb66; border-bottom-color: #f9fafb66; } +.border-y-gray-50\\/45 { + border-top-color: #f9fafb73; + border-bottom-color: #f9fafb73; +} + .border-y-gray-50\\/5 { border-top-color: #f9fafb0d; border-bottom-color: #f9fafb0d; @@ -189714,11 +260619,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafb80; } +.border-y-gray-50\\/55 { + border-top-color: #f9fafb8c; + border-bottom-color: #f9fafb8c; +} + .border-y-gray-50\\/60 { border-top-color: #f9fafb99; border-bottom-color: #f9fafb99; } +.border-y-gray-50\\/65 { + border-top-color: #f9fafba6; + border-bottom-color: #f9fafba6; +} + .border-y-gray-50\\/70 { border-top-color: #f9fafbb3; border-bottom-color: #f9fafbb3; @@ -189734,6 +260649,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafbcc; } +.border-y-gray-50\\/85 { + border-top-color: #f9fafbd9; + border-bottom-color: #f9fafbd9; +} + .border-y-gray-50\\/90 { border-top-color: #f9fafbe6; border-bottom-color: #f9fafbe6; @@ -189765,6 +260685,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b7280; } +.border-y-gray-500\\/15 { + border-top-color: #6b728026; + border-bottom-color: #6b728026; +} + .border-y-gray-500\\/20 { border-top-color: #6b728033; border-bottom-color: #6b728033; @@ -189780,11 +260705,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b72804d; } +.border-y-gray-500\\/35 { + border-top-color: #6b728059; + border-bottom-color: #6b728059; +} + .border-y-gray-500\\/40 { border-top-color: #6b728066; border-bottom-color: #6b728066; } +.border-y-gray-500\\/45 { + border-top-color: #6b728073; + border-bottom-color: #6b728073; +} + .border-y-gray-500\\/5 { border-top-color: #6b72800d; border-bottom-color: #6b72800d; @@ -189795,11 +260730,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b728080; } +.border-y-gray-500\\/55 { + border-top-color: #6b72808c; + border-bottom-color: #6b72808c; +} + .border-y-gray-500\\/60 { border-top-color: #6b728099; border-bottom-color: #6b728099; } +.border-y-gray-500\\/65 { + border-top-color: #6b7280a6; + border-bottom-color: #6b7280a6; +} + .border-y-gray-500\\/70 { border-top-color: #6b7280b3; border-bottom-color: #6b7280b3; @@ -189815,6 +260760,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b7280cc; } +.border-y-gray-500\\/85 { + border-top-color: #6b7280d9; + border-bottom-color: #6b7280d9; +} + .border-y-gray-500\\/90 { border-top-color: #6b7280e6; border-bottom-color: #6b7280e6; @@ -189846,6 +260796,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b5563; } +.border-y-gray-600\\/15 { + border-top-color: #4b556326; + border-bottom-color: #4b556326; +} + .border-y-gray-600\\/20 { border-top-color: #4b556333; border-bottom-color: #4b556333; @@ -189861,11 +260816,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b55634d; } +.border-y-gray-600\\/35 { + border-top-color: #4b556359; + border-bottom-color: #4b556359; +} + .border-y-gray-600\\/40 { border-top-color: #4b556366; border-bottom-color: #4b556366; } +.border-y-gray-600\\/45 { + border-top-color: #4b556373; + border-bottom-color: #4b556373; +} + .border-y-gray-600\\/5 { border-top-color: #4b55630d; border-bottom-color: #4b55630d; @@ -189876,11 +260841,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b556380; } +.border-y-gray-600\\/55 { + border-top-color: #4b55638c; + border-bottom-color: #4b55638c; +} + .border-y-gray-600\\/60 { border-top-color: #4b556399; border-bottom-color: #4b556399; } +.border-y-gray-600\\/65 { + border-top-color: #4b5563a6; + border-bottom-color: #4b5563a6; +} + .border-y-gray-600\\/70 { border-top-color: #4b5563b3; border-bottom-color: #4b5563b3; @@ -189896,6 +260871,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b5563cc; } +.border-y-gray-600\\/85 { + border-top-color: #4b5563d9; + border-bottom-color: #4b5563d9; +} + .border-y-gray-600\\/90 { border-top-color: #4b5563e6; border-bottom-color: #4b5563e6; @@ -189927,6 +260907,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #374151; } +.border-y-gray-700\\/15 { + border-top-color: #37415126; + border-bottom-color: #37415126; +} + .border-y-gray-700\\/20 { border-top-color: #37415133; border-bottom-color: #37415133; @@ -189942,11 +260927,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3741514d; } +.border-y-gray-700\\/35 { + border-top-color: #37415159; + border-bottom-color: #37415159; +} + .border-y-gray-700\\/40 { border-top-color: #37415166; border-bottom-color: #37415166; } +.border-y-gray-700\\/45 { + border-top-color: #37415173; + border-bottom-color: #37415173; +} + .border-y-gray-700\\/5 { border-top-color: #3741510d; border-bottom-color: #3741510d; @@ -189957,11 +260952,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #37415180; } +.border-y-gray-700\\/55 { + border-top-color: #3741518c; + border-bottom-color: #3741518c; +} + .border-y-gray-700\\/60 { border-top-color: #37415199; border-bottom-color: #37415199; } +.border-y-gray-700\\/65 { + border-top-color: #374151a6; + border-bottom-color: #374151a6; +} + .border-y-gray-700\\/70 { border-top-color: #374151b3; border-bottom-color: #374151b3; @@ -189977,6 +260982,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #374151cc; } +.border-y-gray-700\\/85 { + border-top-color: #374151d9; + border-bottom-color: #374151d9; +} + .border-y-gray-700\\/90 { border-top-color: #374151e6; border-bottom-color: #374151e6; @@ -190008,6 +261018,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f2937; } +.border-y-gray-800\\/15 { + border-top-color: #1f293726; + border-bottom-color: #1f293726; +} + .border-y-gray-800\\/20 { border-top-color: #1f293733; border-bottom-color: #1f293733; @@ -190023,11 +261038,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f29374d; } +.border-y-gray-800\\/35 { + border-top-color: #1f293759; + border-bottom-color: #1f293759; +} + .border-y-gray-800\\/40 { border-top-color: #1f293766; border-bottom-color: #1f293766; } +.border-y-gray-800\\/45 { + border-top-color: #1f293773; + border-bottom-color: #1f293773; +} + .border-y-gray-800\\/5 { border-top-color: #1f29370d; border-bottom-color: #1f29370d; @@ -190038,11 +261063,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f293780; } +.border-y-gray-800\\/55 { + border-top-color: #1f29378c; + border-bottom-color: #1f29378c; +} + .border-y-gray-800\\/60 { border-top-color: #1f293799; border-bottom-color: #1f293799; } +.border-y-gray-800\\/65 { + border-top-color: #1f2937a6; + border-bottom-color: #1f2937a6; +} + .border-y-gray-800\\/70 { border-top-color: #1f2937b3; border-bottom-color: #1f2937b3; @@ -190058,6 +261093,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f2937cc; } +.border-y-gray-800\\/85 { + border-top-color: #1f2937d9; + border-bottom-color: #1f2937d9; +} + .border-y-gray-800\\/90 { border-top-color: #1f2937e6; border-bottom-color: #1f2937e6; @@ -190089,6 +261129,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #111827; } +.border-y-gray-900\\/15 { + border-top-color: #11182726; + border-bottom-color: #11182726; +} + .border-y-gray-900\\/20 { border-top-color: #11182733; border-bottom-color: #11182733; @@ -190104,11 +261149,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1118274d; } +.border-y-gray-900\\/35 { + border-top-color: #11182759; + border-bottom-color: #11182759; +} + .border-y-gray-900\\/40 { border-top-color: #11182766; border-bottom-color: #11182766; } +.border-y-gray-900\\/45 { + border-top-color: #11182773; + border-bottom-color: #11182773; +} + .border-y-gray-900\\/5 { border-top-color: #1118270d; border-bottom-color: #1118270d; @@ -190119,11 +261174,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #11182780; } +.border-y-gray-900\\/55 { + border-top-color: #1118278c; + border-bottom-color: #1118278c; +} + .border-y-gray-900\\/60 { border-top-color: #11182799; border-bottom-color: #11182799; } +.border-y-gray-900\\/65 { + border-top-color: #111827a6; + border-bottom-color: #111827a6; +} + .border-y-gray-900\\/70 { border-top-color: #111827b3; border-bottom-color: #111827b3; @@ -190139,6 +261204,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #111827cc; } +.border-y-gray-900\\/85 { + border-top-color: #111827d9; + border-bottom-color: #111827d9; +} + .border-y-gray-900\\/90 { border-top-color: #111827e6; border-bottom-color: #111827e6; @@ -190170,6 +261240,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #030712; } +.border-y-gray-950\\/15 { + border-top-color: #03071226; + border-bottom-color: #03071226; +} + .border-y-gray-950\\/20 { border-top-color: #03071233; border-bottom-color: #03071233; @@ -190185,11 +261260,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0307124d; } +.border-y-gray-950\\/35 { + border-top-color: #03071259; + border-bottom-color: #03071259; +} + .border-y-gray-950\\/40 { border-top-color: #03071266; border-bottom-color: #03071266; } +.border-y-gray-950\\/45 { + border-top-color: #03071273; + border-bottom-color: #03071273; +} + .border-y-gray-950\\/5 { border-top-color: #0307120d; border-bottom-color: #0307120d; @@ -190200,11 +261285,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #03071280; } +.border-y-gray-950\\/55 { + border-top-color: #0307128c; + border-bottom-color: #0307128c; +} + .border-y-gray-950\\/60 { border-top-color: #03071299; border-bottom-color: #03071299; } +.border-y-gray-950\\/65 { + border-top-color: #030712a6; + border-bottom-color: #030712a6; +} + .border-y-gray-950\\/70 { border-top-color: #030712b3; border-bottom-color: #030712b3; @@ -190220,6 +261315,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #030712cc; } +.border-y-gray-950\\/85 { + border-top-color: #030712d9; + border-bottom-color: #030712d9; +} + .border-y-gray-950\\/90 { border-top-color: #030712e6; border-bottom-color: #030712e6; @@ -190251,6 +261351,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce7; } +.border-y-green-100\\/15 { + border-top-color: #dcfce726; + border-bottom-color: #dcfce726; +} + .border-y-green-100\\/20 { border-top-color: #dcfce733; border-bottom-color: #dcfce733; @@ -190266,11 +261371,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce74d; } +.border-y-green-100\\/35 { + border-top-color: #dcfce759; + border-bottom-color: #dcfce759; +} + .border-y-green-100\\/40 { border-top-color: #dcfce766; border-bottom-color: #dcfce766; } +.border-y-green-100\\/45 { + border-top-color: #dcfce773; + border-bottom-color: #dcfce773; +} + .border-y-green-100\\/5 { border-top-color: #dcfce70d; border-bottom-color: #dcfce70d; @@ -190281,11 +261396,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce780; } +.border-y-green-100\\/55 { + border-top-color: #dcfce78c; + border-bottom-color: #dcfce78c; +} + .border-y-green-100\\/60 { border-top-color: #dcfce799; border-bottom-color: #dcfce799; } +.border-y-green-100\\/65 { + border-top-color: #dcfce7a6; + border-bottom-color: #dcfce7a6; +} + .border-y-green-100\\/70 { border-top-color: #dcfce7b3; border-bottom-color: #dcfce7b3; @@ -190301,6 +261426,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce7cc; } +.border-y-green-100\\/85 { + border-top-color: #dcfce7d9; + border-bottom-color: #dcfce7d9; +} + .border-y-green-100\\/90 { border-top-color: #dcfce7e6; border-bottom-color: #dcfce7e6; @@ -190332,6 +261462,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d0; } +.border-y-green-200\\/15 { + border-top-color: #bbf7d026; + border-bottom-color: #bbf7d026; +} + .border-y-green-200\\/20 { border-top-color: #bbf7d033; border-bottom-color: #bbf7d033; @@ -190347,11 +261482,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d04d; } +.border-y-green-200\\/35 { + border-top-color: #bbf7d059; + border-bottom-color: #bbf7d059; +} + .border-y-green-200\\/40 { border-top-color: #bbf7d066; border-bottom-color: #bbf7d066; } +.border-y-green-200\\/45 { + border-top-color: #bbf7d073; + border-bottom-color: #bbf7d073; +} + .border-y-green-200\\/5 { border-top-color: #bbf7d00d; border-bottom-color: #bbf7d00d; @@ -190362,11 +261507,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d080; } +.border-y-green-200\\/55 { + border-top-color: #bbf7d08c; + border-bottom-color: #bbf7d08c; +} + .border-y-green-200\\/60 { border-top-color: #bbf7d099; border-bottom-color: #bbf7d099; } +.border-y-green-200\\/65 { + border-top-color: #bbf7d0a6; + border-bottom-color: #bbf7d0a6; +} + .border-y-green-200\\/70 { border-top-color: #bbf7d0b3; border-bottom-color: #bbf7d0b3; @@ -190382,6 +261537,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d0cc; } +.border-y-green-200\\/85 { + border-top-color: #bbf7d0d9; + border-bottom-color: #bbf7d0d9; +} + .border-y-green-200\\/90 { border-top-color: #bbf7d0e6; border-bottom-color: #bbf7d0e6; @@ -190413,6 +261573,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efac; } +.border-y-green-300\\/15 { + border-top-color: #86efac26; + border-bottom-color: #86efac26; +} + .border-y-green-300\\/20 { border-top-color: #86efac33; border-bottom-color: #86efac33; @@ -190428,11 +261593,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efac4d; } +.border-y-green-300\\/35 { + border-top-color: #86efac59; + border-bottom-color: #86efac59; +} + .border-y-green-300\\/40 { border-top-color: #86efac66; border-bottom-color: #86efac66; } +.border-y-green-300\\/45 { + border-top-color: #86efac73; + border-bottom-color: #86efac73; +} + .border-y-green-300\\/5 { border-top-color: #86efac0d; border-bottom-color: #86efac0d; @@ -190443,11 +261618,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efac80; } +.border-y-green-300\\/55 { + border-top-color: #86efac8c; + border-bottom-color: #86efac8c; +} + .border-y-green-300\\/60 { border-top-color: #86efac99; border-bottom-color: #86efac99; } +.border-y-green-300\\/65 { + border-top-color: #86efaca6; + border-bottom-color: #86efaca6; +} + .border-y-green-300\\/70 { border-top-color: #86efacb3; border-bottom-color: #86efacb3; @@ -190463,6 +261648,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efaccc; } +.border-y-green-300\\/85 { + border-top-color: #86efacd9; + border-bottom-color: #86efacd9; +} + .border-y-green-300\\/90 { border-top-color: #86eface6; border-bottom-color: #86eface6; @@ -190494,6 +261684,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade80; } +.border-y-green-400\\/15 { + border-top-color: #4ade8026; + border-bottom-color: #4ade8026; +} + .border-y-green-400\\/20 { border-top-color: #4ade8033; border-bottom-color: #4ade8033; @@ -190509,11 +261704,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade804d; } +.border-y-green-400\\/35 { + border-top-color: #4ade8059; + border-bottom-color: #4ade8059; +} + .border-y-green-400\\/40 { border-top-color: #4ade8066; border-bottom-color: #4ade8066; } +.border-y-green-400\\/45 { + border-top-color: #4ade8073; + border-bottom-color: #4ade8073; +} + .border-y-green-400\\/5 { border-top-color: #4ade800d; border-bottom-color: #4ade800d; @@ -190524,11 +261729,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade8080; } +.border-y-green-400\\/55 { + border-top-color: #4ade808c; + border-bottom-color: #4ade808c; +} + .border-y-green-400\\/60 { border-top-color: #4ade8099; border-bottom-color: #4ade8099; } +.border-y-green-400\\/65 { + border-top-color: #4ade80a6; + border-bottom-color: #4ade80a6; +} + .border-y-green-400\\/70 { border-top-color: #4ade80b3; border-bottom-color: #4ade80b3; @@ -190544,6 +261759,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade80cc; } +.border-y-green-400\\/85 { + border-top-color: #4ade80d9; + border-bottom-color: #4ade80d9; +} + .border-y-green-400\\/90 { border-top-color: #4ade80e6; border-bottom-color: #4ade80e6; @@ -190575,6 +261795,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf4; } +.border-y-green-50\\/15 { + border-top-color: #f0fdf426; + border-bottom-color: #f0fdf426; +} + .border-y-green-50\\/20 { border-top-color: #f0fdf433; border-bottom-color: #f0fdf433; @@ -190590,11 +261815,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf44d; } +.border-y-green-50\\/35 { + border-top-color: #f0fdf459; + border-bottom-color: #f0fdf459; +} + .border-y-green-50\\/40 { border-top-color: #f0fdf466; border-bottom-color: #f0fdf466; } +.border-y-green-50\\/45 { + border-top-color: #f0fdf473; + border-bottom-color: #f0fdf473; +} + .border-y-green-50\\/5 { border-top-color: #f0fdf40d; border-bottom-color: #f0fdf40d; @@ -190605,11 +261840,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf480; } +.border-y-green-50\\/55 { + border-top-color: #f0fdf48c; + border-bottom-color: #f0fdf48c; +} + .border-y-green-50\\/60 { border-top-color: #f0fdf499; border-bottom-color: #f0fdf499; } +.border-y-green-50\\/65 { + border-top-color: #f0fdf4a6; + border-bottom-color: #f0fdf4a6; +} + .border-y-green-50\\/70 { border-top-color: #f0fdf4b3; border-bottom-color: #f0fdf4b3; @@ -190625,6 +261870,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf4cc; } +.border-y-green-50\\/85 { + border-top-color: #f0fdf4d9; + border-bottom-color: #f0fdf4d9; +} + .border-y-green-50\\/90 { border-top-color: #f0fdf4e6; border-bottom-color: #f0fdf4e6; @@ -190656,6 +261906,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55e; } +.border-y-green-500\\/15 { + border-top-color: #22c55e26; + border-bottom-color: #22c55e26; +} + .border-y-green-500\\/20 { border-top-color: #22c55e33; border-bottom-color: #22c55e33; @@ -190671,11 +261926,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55e4d; } +.border-y-green-500\\/35 { + border-top-color: #22c55e59; + border-bottom-color: #22c55e59; +} + .border-y-green-500\\/40 { border-top-color: #22c55e66; border-bottom-color: #22c55e66; } +.border-y-green-500\\/45 { + border-top-color: #22c55e73; + border-bottom-color: #22c55e73; +} + .border-y-green-500\\/5 { border-top-color: #22c55e0d; border-bottom-color: #22c55e0d; @@ -190686,11 +261951,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55e80; } +.border-y-green-500\\/55 { + border-top-color: #22c55e8c; + border-bottom-color: #22c55e8c; +} + .border-y-green-500\\/60 { border-top-color: #22c55e99; border-bottom-color: #22c55e99; } +.border-y-green-500\\/65 { + border-top-color: #22c55ea6; + border-bottom-color: #22c55ea6; +} + .border-y-green-500\\/70 { border-top-color: #22c55eb3; border-bottom-color: #22c55eb3; @@ -190706,6 +261981,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55ecc; } +.border-y-green-500\\/85 { + border-top-color: #22c55ed9; + border-bottom-color: #22c55ed9; +} + .border-y-green-500\\/90 { border-top-color: #22c55ee6; border-bottom-color: #22c55ee6; @@ -190737,6 +262017,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34a; } +.border-y-green-600\\/15 { + border-top-color: #16a34a26; + border-bottom-color: #16a34a26; +} + .border-y-green-600\\/20 { border-top-color: #16a34a33; border-bottom-color: #16a34a33; @@ -190752,11 +262037,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34a4d; } +.border-y-green-600\\/35 { + border-top-color: #16a34a59; + border-bottom-color: #16a34a59; +} + .border-y-green-600\\/40 { border-top-color: #16a34a66; border-bottom-color: #16a34a66; } +.border-y-green-600\\/45 { + border-top-color: #16a34a73; + border-bottom-color: #16a34a73; +} + .border-y-green-600\\/5 { border-top-color: #16a34a0d; border-bottom-color: #16a34a0d; @@ -190767,11 +262062,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34a80; } +.border-y-green-600\\/55 { + border-top-color: #16a34a8c; + border-bottom-color: #16a34a8c; +} + .border-y-green-600\\/60 { border-top-color: #16a34a99; border-bottom-color: #16a34a99; } +.border-y-green-600\\/65 { + border-top-color: #16a34aa6; + border-bottom-color: #16a34aa6; +} + .border-y-green-600\\/70 { border-top-color: #16a34ab3; border-bottom-color: #16a34ab3; @@ -190787,6 +262092,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34acc; } +.border-y-green-600\\/85 { + border-top-color: #16a34ad9; + border-bottom-color: #16a34ad9; +} + .border-y-green-600\\/90 { border-top-color: #16a34ae6; border-bottom-color: #16a34ae6; @@ -190818,6 +262128,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803d; } +.border-y-green-700\\/15 { + border-top-color: #15803d26; + border-bottom-color: #15803d26; +} + .border-y-green-700\\/20 { border-top-color: #15803d33; border-bottom-color: #15803d33; @@ -190833,11 +262148,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803d4d; } +.border-y-green-700\\/35 { + border-top-color: #15803d59; + border-bottom-color: #15803d59; +} + .border-y-green-700\\/40 { border-top-color: #15803d66; border-bottom-color: #15803d66; } +.border-y-green-700\\/45 { + border-top-color: #15803d73; + border-bottom-color: #15803d73; +} + .border-y-green-700\\/5 { border-top-color: #15803d0d; border-bottom-color: #15803d0d; @@ -190848,11 +262173,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803d80; } +.border-y-green-700\\/55 { + border-top-color: #15803d8c; + border-bottom-color: #15803d8c; +} + .border-y-green-700\\/60 { border-top-color: #15803d99; border-bottom-color: #15803d99; } +.border-y-green-700\\/65 { + border-top-color: #15803da6; + border-bottom-color: #15803da6; +} + .border-y-green-700\\/70 { border-top-color: #15803db3; border-bottom-color: #15803db3; @@ -190868,6 +262203,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803dcc; } +.border-y-green-700\\/85 { + border-top-color: #15803dd9; + border-bottom-color: #15803dd9; +} + .border-y-green-700\\/90 { border-top-color: #15803de6; border-bottom-color: #15803de6; @@ -190899,6 +262239,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #166534; } +.border-y-green-800\\/15 { + border-top-color: #16653426; + border-bottom-color: #16653426; +} + .border-y-green-800\\/20 { border-top-color: #16653433; border-bottom-color: #16653433; @@ -190914,11 +262259,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1665344d; } +.border-y-green-800\\/35 { + border-top-color: #16653459; + border-bottom-color: #16653459; +} + .border-y-green-800\\/40 { border-top-color: #16653466; border-bottom-color: #16653466; } +.border-y-green-800\\/45 { + border-top-color: #16653473; + border-bottom-color: #16653473; +} + .border-y-green-800\\/5 { border-top-color: #1665340d; border-bottom-color: #1665340d; @@ -190929,11 +262284,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16653480; } +.border-y-green-800\\/55 { + border-top-color: #1665348c; + border-bottom-color: #1665348c; +} + .border-y-green-800\\/60 { border-top-color: #16653499; border-bottom-color: #16653499; } +.border-y-green-800\\/65 { + border-top-color: #166534a6; + border-bottom-color: #166534a6; +} + .border-y-green-800\\/70 { border-top-color: #166534b3; border-bottom-color: #166534b3; @@ -190949,6 +262314,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #166534cc; } +.border-y-green-800\\/85 { + border-top-color: #166534d9; + border-bottom-color: #166534d9; +} + .border-y-green-800\\/90 { border-top-color: #166534e6; border-bottom-color: #166534e6; @@ -190980,6 +262350,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532d; } +.border-y-green-900\\/15 { + border-top-color: #14532d26; + border-bottom-color: #14532d26; +} + .border-y-green-900\\/20 { border-top-color: #14532d33; border-bottom-color: #14532d33; @@ -190995,11 +262370,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532d4d; } +.border-y-green-900\\/35 { + border-top-color: #14532d59; + border-bottom-color: #14532d59; +} + .border-y-green-900\\/40 { border-top-color: #14532d66; border-bottom-color: #14532d66; } +.border-y-green-900\\/45 { + border-top-color: #14532d73; + border-bottom-color: #14532d73; +} + .border-y-green-900\\/5 { border-top-color: #14532d0d; border-bottom-color: #14532d0d; @@ -191010,11 +262395,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532d80; } +.border-y-green-900\\/55 { + border-top-color: #14532d8c; + border-bottom-color: #14532d8c; +} + .border-y-green-900\\/60 { border-top-color: #14532d99; border-bottom-color: #14532d99; } +.border-y-green-900\\/65 { + border-top-color: #14532da6; + border-bottom-color: #14532da6; +} + .border-y-green-900\\/70 { border-top-color: #14532db3; border-bottom-color: #14532db3; @@ -191030,6 +262425,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532dcc; } +.border-y-green-900\\/85 { + border-top-color: #14532dd9; + border-bottom-color: #14532dd9; +} + .border-y-green-900\\/90 { border-top-color: #14532de6; border-bottom-color: #14532de6; @@ -191061,6 +262461,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e16; } +.border-y-green-950\\/15 { + border-top-color: #052e1626; + border-bottom-color: #052e1626; +} + .border-y-green-950\\/20 { border-top-color: #052e1633; border-bottom-color: #052e1633; @@ -191076,11 +262481,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e164d; } +.border-y-green-950\\/35 { + border-top-color: #052e1659; + border-bottom-color: #052e1659; +} + .border-y-green-950\\/40 { border-top-color: #052e1666; border-bottom-color: #052e1666; } +.border-y-green-950\\/45 { + border-top-color: #052e1673; + border-bottom-color: #052e1673; +} + .border-y-green-950\\/5 { border-top-color: #052e160d; border-bottom-color: #052e160d; @@ -191091,11 +262506,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e1680; } +.border-y-green-950\\/55 { + border-top-color: #052e168c; + border-bottom-color: #052e168c; +} + .border-y-green-950\\/60 { border-top-color: #052e1699; border-bottom-color: #052e1699; } +.border-y-green-950\\/65 { + border-top-color: #052e16a6; + border-bottom-color: #052e16a6; +} + .border-y-green-950\\/70 { border-top-color: #052e16b3; border-bottom-color: #052e16b3; @@ -191111,6 +262536,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e16cc; } +.border-y-green-950\\/85 { + border-top-color: #052e16d9; + border-bottom-color: #052e16d9; +} + .border-y-green-950\\/90 { border-top-color: #052e16e6; border-bottom-color: #052e16e6; @@ -191142,6 +262572,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ff; } +.border-y-indigo-100\\/15 { + border-top-color: #e0e7ff26; + border-bottom-color: #e0e7ff26; +} + .border-y-indigo-100\\/20 { border-top-color: #e0e7ff33; border-bottom-color: #e0e7ff33; @@ -191157,11 +262592,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ff4d; } +.border-y-indigo-100\\/35 { + border-top-color: #e0e7ff59; + border-bottom-color: #e0e7ff59; +} + .border-y-indigo-100\\/40 { border-top-color: #e0e7ff66; border-bottom-color: #e0e7ff66; } +.border-y-indigo-100\\/45 { + border-top-color: #e0e7ff73; + border-bottom-color: #e0e7ff73; +} + .border-y-indigo-100\\/5 { border-top-color: #e0e7ff0d; border-bottom-color: #e0e7ff0d; @@ -191172,11 +262617,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ff80; } +.border-y-indigo-100\\/55 { + border-top-color: #e0e7ff8c; + border-bottom-color: #e0e7ff8c; +} + .border-y-indigo-100\\/60 { border-top-color: #e0e7ff99; border-bottom-color: #e0e7ff99; } +.border-y-indigo-100\\/65 { + border-top-color: #e0e7ffa6; + border-bottom-color: #e0e7ffa6; +} + .border-y-indigo-100\\/70 { border-top-color: #e0e7ffb3; border-bottom-color: #e0e7ffb3; @@ -191192,6 +262647,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ffcc; } +.border-y-indigo-100\\/85 { + border-top-color: #e0e7ffd9; + border-bottom-color: #e0e7ffd9; +} + .border-y-indigo-100\\/90 { border-top-color: #e0e7ffe6; border-bottom-color: #e0e7ffe6; @@ -191223,6 +262683,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fe; } +.border-y-indigo-200\\/15 { + border-top-color: #c7d2fe26; + border-bottom-color: #c7d2fe26; +} + .border-y-indigo-200\\/20 { border-top-color: #c7d2fe33; border-bottom-color: #c7d2fe33; @@ -191238,11 +262703,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fe4d; } +.border-y-indigo-200\\/35 { + border-top-color: #c7d2fe59; + border-bottom-color: #c7d2fe59; +} + .border-y-indigo-200\\/40 { border-top-color: #c7d2fe66; border-bottom-color: #c7d2fe66; } +.border-y-indigo-200\\/45 { + border-top-color: #c7d2fe73; + border-bottom-color: #c7d2fe73; +} + .border-y-indigo-200\\/5 { border-top-color: #c7d2fe0d; border-bottom-color: #c7d2fe0d; @@ -191253,11 +262728,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fe80; } +.border-y-indigo-200\\/55 { + border-top-color: #c7d2fe8c; + border-bottom-color: #c7d2fe8c; +} + .border-y-indigo-200\\/60 { border-top-color: #c7d2fe99; border-bottom-color: #c7d2fe99; } +.border-y-indigo-200\\/65 { + border-top-color: #c7d2fea6; + border-bottom-color: #c7d2fea6; +} + .border-y-indigo-200\\/70 { border-top-color: #c7d2feb3; border-bottom-color: #c7d2feb3; @@ -191273,6 +262758,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fecc; } +.border-y-indigo-200\\/85 { + border-top-color: #c7d2fed9; + border-bottom-color: #c7d2fed9; +} + .border-y-indigo-200\\/90 { border-top-color: #c7d2fee6; border-bottom-color: #c7d2fee6; @@ -191304,6 +262794,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fc; } +.border-y-indigo-300\\/15 { + border-top-color: #a5b4fc26; + border-bottom-color: #a5b4fc26; +} + .border-y-indigo-300\\/20 { border-top-color: #a5b4fc33; border-bottom-color: #a5b4fc33; @@ -191319,11 +262814,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fc4d; } +.border-y-indigo-300\\/35 { + border-top-color: #a5b4fc59; + border-bottom-color: #a5b4fc59; +} + .border-y-indigo-300\\/40 { border-top-color: #a5b4fc66; border-bottom-color: #a5b4fc66; } +.border-y-indigo-300\\/45 { + border-top-color: #a5b4fc73; + border-bottom-color: #a5b4fc73; +} + .border-y-indigo-300\\/5 { border-top-color: #a5b4fc0d; border-bottom-color: #a5b4fc0d; @@ -191334,11 +262839,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fc80; } +.border-y-indigo-300\\/55 { + border-top-color: #a5b4fc8c; + border-bottom-color: #a5b4fc8c; +} + .border-y-indigo-300\\/60 { border-top-color: #a5b4fc99; border-bottom-color: #a5b4fc99; } +.border-y-indigo-300\\/65 { + border-top-color: #a5b4fca6; + border-bottom-color: #a5b4fca6; +} + .border-y-indigo-300\\/70 { border-top-color: #a5b4fcb3; border-bottom-color: #a5b4fcb3; @@ -191354,6 +262869,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fccc; } +.border-y-indigo-300\\/85 { + border-top-color: #a5b4fcd9; + border-bottom-color: #a5b4fcd9; +} + .border-y-indigo-300\\/90 { border-top-color: #a5b4fce6; border-bottom-color: #a5b4fce6; @@ -191385,6 +262905,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf8; } +.border-y-indigo-400\\/15 { + border-top-color: #818cf826; + border-bottom-color: #818cf826; +} + .border-y-indigo-400\\/20 { border-top-color: #818cf833; border-bottom-color: #818cf833; @@ -191400,11 +262925,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf84d; } +.border-y-indigo-400\\/35 { + border-top-color: #818cf859; + border-bottom-color: #818cf859; +} + .border-y-indigo-400\\/40 { border-top-color: #818cf866; border-bottom-color: #818cf866; } +.border-y-indigo-400\\/45 { + border-top-color: #818cf873; + border-bottom-color: #818cf873; +} + .border-y-indigo-400\\/5 { border-top-color: #818cf80d; border-bottom-color: #818cf80d; @@ -191415,11 +262950,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf880; } +.border-y-indigo-400\\/55 { + border-top-color: #818cf88c; + border-bottom-color: #818cf88c; +} + .border-y-indigo-400\\/60 { border-top-color: #818cf899; border-bottom-color: #818cf899; } +.border-y-indigo-400\\/65 { + border-top-color: #818cf8a6; + border-bottom-color: #818cf8a6; +} + .border-y-indigo-400\\/70 { border-top-color: #818cf8b3; border-bottom-color: #818cf8b3; @@ -191435,6 +262980,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf8cc; } +.border-y-indigo-400\\/85 { + border-top-color: #818cf8d9; + border-bottom-color: #818cf8d9; +} + .border-y-indigo-400\\/90 { border-top-color: #818cf8e6; border-bottom-color: #818cf8e6; @@ -191466,6 +263016,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ff; } +.border-y-indigo-50\\/15 { + border-top-color: #eef2ff26; + border-bottom-color: #eef2ff26; +} + .border-y-indigo-50\\/20 { border-top-color: #eef2ff33; border-bottom-color: #eef2ff33; @@ -191481,11 +263036,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ff4d; } +.border-y-indigo-50\\/35 { + border-top-color: #eef2ff59; + border-bottom-color: #eef2ff59; +} + .border-y-indigo-50\\/40 { border-top-color: #eef2ff66; border-bottom-color: #eef2ff66; } +.border-y-indigo-50\\/45 { + border-top-color: #eef2ff73; + border-bottom-color: #eef2ff73; +} + .border-y-indigo-50\\/5 { border-top-color: #eef2ff0d; border-bottom-color: #eef2ff0d; @@ -191496,11 +263061,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ff80; } +.border-y-indigo-50\\/55 { + border-top-color: #eef2ff8c; + border-bottom-color: #eef2ff8c; +} + .border-y-indigo-50\\/60 { border-top-color: #eef2ff99; border-bottom-color: #eef2ff99; } +.border-y-indigo-50\\/65 { + border-top-color: #eef2ffa6; + border-bottom-color: #eef2ffa6; +} + .border-y-indigo-50\\/70 { border-top-color: #eef2ffb3; border-bottom-color: #eef2ffb3; @@ -191516,6 +263091,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ffcc; } +.border-y-indigo-50\\/85 { + border-top-color: #eef2ffd9; + border-bottom-color: #eef2ffd9; +} + .border-y-indigo-50\\/90 { border-top-color: #eef2ffe6; border-bottom-color: #eef2ffe6; @@ -191547,6 +263127,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f1; } +.border-y-indigo-500\\/15 { + border-top-color: #6366f126; + border-bottom-color: #6366f126; +} + .border-y-indigo-500\\/20 { border-top-color: #6366f133; border-bottom-color: #6366f133; @@ -191562,11 +263147,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f14d; } +.border-y-indigo-500\\/35 { + border-top-color: #6366f159; + border-bottom-color: #6366f159; +} + .border-y-indigo-500\\/40 { border-top-color: #6366f166; border-bottom-color: #6366f166; } +.border-y-indigo-500\\/45 { + border-top-color: #6366f173; + border-bottom-color: #6366f173; +} + .border-y-indigo-500\\/5 { border-top-color: #6366f10d; border-bottom-color: #6366f10d; @@ -191577,11 +263172,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f180; } +.border-y-indigo-500\\/55 { + border-top-color: #6366f18c; + border-bottom-color: #6366f18c; +} + .border-y-indigo-500\\/60 { border-top-color: #6366f199; border-bottom-color: #6366f199; } +.border-y-indigo-500\\/65 { + border-top-color: #6366f1a6; + border-bottom-color: #6366f1a6; +} + .border-y-indigo-500\\/70 { border-top-color: #6366f1b3; border-bottom-color: #6366f1b3; @@ -191597,6 +263202,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f1cc; } +.border-y-indigo-500\\/85 { + border-top-color: #6366f1d9; + border-bottom-color: #6366f1d9; +} + .border-y-indigo-500\\/90 { border-top-color: #6366f1e6; border-bottom-color: #6366f1e6; @@ -191628,6 +263238,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e5; } +.border-y-indigo-600\\/15 { + border-top-color: #4f46e526; + border-bottom-color: #4f46e526; +} + .border-y-indigo-600\\/20 { border-top-color: #4f46e533; border-bottom-color: #4f46e533; @@ -191643,11 +263258,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e54d; } +.border-y-indigo-600\\/35 { + border-top-color: #4f46e559; + border-bottom-color: #4f46e559; +} + .border-y-indigo-600\\/40 { border-top-color: #4f46e566; border-bottom-color: #4f46e566; } +.border-y-indigo-600\\/45 { + border-top-color: #4f46e573; + border-bottom-color: #4f46e573; +} + .border-y-indigo-600\\/5 { border-top-color: #4f46e50d; border-bottom-color: #4f46e50d; @@ -191658,11 +263283,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e580; } +.border-y-indigo-600\\/55 { + border-top-color: #4f46e58c; + border-bottom-color: #4f46e58c; +} + .border-y-indigo-600\\/60 { border-top-color: #4f46e599; border-bottom-color: #4f46e599; } +.border-y-indigo-600\\/65 { + border-top-color: #4f46e5a6; + border-bottom-color: #4f46e5a6; +} + .border-y-indigo-600\\/70 { border-top-color: #4f46e5b3; border-bottom-color: #4f46e5b3; @@ -191678,6 +263313,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e5cc; } +.border-y-indigo-600\\/85 { + border-top-color: #4f46e5d9; + border-bottom-color: #4f46e5d9; +} + .border-y-indigo-600\\/90 { border-top-color: #4f46e5e6; border-bottom-color: #4f46e5e6; @@ -191709,6 +263349,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338ca; } +.border-y-indigo-700\\/15 { + border-top-color: #4338ca26; + border-bottom-color: #4338ca26; +} + .border-y-indigo-700\\/20 { border-top-color: #4338ca33; border-bottom-color: #4338ca33; @@ -191724,11 +263369,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338ca4d; } +.border-y-indigo-700\\/35 { + border-top-color: #4338ca59; + border-bottom-color: #4338ca59; +} + .border-y-indigo-700\\/40 { border-top-color: #4338ca66; border-bottom-color: #4338ca66; } +.border-y-indigo-700\\/45 { + border-top-color: #4338ca73; + border-bottom-color: #4338ca73; +} + .border-y-indigo-700\\/5 { border-top-color: #4338ca0d; border-bottom-color: #4338ca0d; @@ -191739,11 +263394,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338ca80; } +.border-y-indigo-700\\/55 { + border-top-color: #4338ca8c; + border-bottom-color: #4338ca8c; +} + .border-y-indigo-700\\/60 { border-top-color: #4338ca99; border-bottom-color: #4338ca99; } +.border-y-indigo-700\\/65 { + border-top-color: #4338caa6; + border-bottom-color: #4338caa6; +} + .border-y-indigo-700\\/70 { border-top-color: #4338cab3; border-bottom-color: #4338cab3; @@ -191759,6 +263424,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338cacc; } +.border-y-indigo-700\\/85 { + border-top-color: #4338cad9; + border-bottom-color: #4338cad9; +} + .border-y-indigo-700\\/90 { border-top-color: #4338cae6; border-bottom-color: #4338cae6; @@ -191790,6 +263460,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a3; } +.border-y-indigo-800\\/15 { + border-top-color: #3730a326; + border-bottom-color: #3730a326; +} + .border-y-indigo-800\\/20 { border-top-color: #3730a333; border-bottom-color: #3730a333; @@ -191805,11 +263480,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a34d; } +.border-y-indigo-800\\/35 { + border-top-color: #3730a359; + border-bottom-color: #3730a359; +} + .border-y-indigo-800\\/40 { border-top-color: #3730a366; border-bottom-color: #3730a366; } +.border-y-indigo-800\\/45 { + border-top-color: #3730a373; + border-bottom-color: #3730a373; +} + .border-y-indigo-800\\/5 { border-top-color: #3730a30d; border-bottom-color: #3730a30d; @@ -191820,11 +263505,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a380; } +.border-y-indigo-800\\/55 { + border-top-color: #3730a38c; + border-bottom-color: #3730a38c; +} + .border-y-indigo-800\\/60 { border-top-color: #3730a399; border-bottom-color: #3730a399; } +.border-y-indigo-800\\/65 { + border-top-color: #3730a3a6; + border-bottom-color: #3730a3a6; +} + .border-y-indigo-800\\/70 { border-top-color: #3730a3b3; border-bottom-color: #3730a3b3; @@ -191840,6 +263535,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a3cc; } +.border-y-indigo-800\\/85 { + border-top-color: #3730a3d9; + border-bottom-color: #3730a3d9; +} + .border-y-indigo-800\\/90 { border-top-color: #3730a3e6; border-bottom-color: #3730a3e6; @@ -191871,6 +263571,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e81; } +.border-y-indigo-900\\/15 { + border-top-color: #312e8126; + border-bottom-color: #312e8126; +} + .border-y-indigo-900\\/20 { border-top-color: #312e8133; border-bottom-color: #312e8133; @@ -191886,11 +263591,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e814d; } +.border-y-indigo-900\\/35 { + border-top-color: #312e8159; + border-bottom-color: #312e8159; +} + .border-y-indigo-900\\/40 { border-top-color: #312e8166; border-bottom-color: #312e8166; } +.border-y-indigo-900\\/45 { + border-top-color: #312e8173; + border-bottom-color: #312e8173; +} + .border-y-indigo-900\\/5 { border-top-color: #312e810d; border-bottom-color: #312e810d; @@ -191901,11 +263616,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e8180; } +.border-y-indigo-900\\/55 { + border-top-color: #312e818c; + border-bottom-color: #312e818c; +} + .border-y-indigo-900\\/60 { border-top-color: #312e8199; border-bottom-color: #312e8199; } +.border-y-indigo-900\\/65 { + border-top-color: #312e81a6; + border-bottom-color: #312e81a6; +} + .border-y-indigo-900\\/70 { border-top-color: #312e81b3; border-bottom-color: #312e81b3; @@ -191921,6 +263646,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e81cc; } +.border-y-indigo-900\\/85 { + border-top-color: #312e81d9; + border-bottom-color: #312e81d9; +} + .border-y-indigo-900\\/90 { border-top-color: #312e81e6; border-bottom-color: #312e81e6; @@ -191952,6 +263682,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4b; } +.border-y-indigo-950\\/15 { + border-top-color: #1e1b4b26; + border-bottom-color: #1e1b4b26; +} + .border-y-indigo-950\\/20 { border-top-color: #1e1b4b33; border-bottom-color: #1e1b4b33; @@ -191967,11 +263702,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4b4d; } +.border-y-indigo-950\\/35 { + border-top-color: #1e1b4b59; + border-bottom-color: #1e1b4b59; +} + .border-y-indigo-950\\/40 { border-top-color: #1e1b4b66; border-bottom-color: #1e1b4b66; } +.border-y-indigo-950\\/45 { + border-top-color: #1e1b4b73; + border-bottom-color: #1e1b4b73; +} + .border-y-indigo-950\\/5 { border-top-color: #1e1b4b0d; border-bottom-color: #1e1b4b0d; @@ -191982,11 +263727,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4b80; } +.border-y-indigo-950\\/55 { + border-top-color: #1e1b4b8c; + border-bottom-color: #1e1b4b8c; +} + .border-y-indigo-950\\/60 { border-top-color: #1e1b4b99; border-bottom-color: #1e1b4b99; } +.border-y-indigo-950\\/65 { + border-top-color: #1e1b4ba6; + border-bottom-color: #1e1b4ba6; +} + .border-y-indigo-950\\/70 { border-top-color: #1e1b4bb3; border-bottom-color: #1e1b4bb3; @@ -192002,6 +263757,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4bcc; } +.border-y-indigo-950\\/85 { + border-top-color: #1e1b4bd9; + border-bottom-color: #1e1b4bd9; +} + .border-y-indigo-950\\/90 { border-top-color: #1e1b4be6; border-bottom-color: #1e1b4be6; @@ -192038,6 +263798,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccb; } +.border-y-lime-100\\/15 { + border-top-color: #ecfccb26; + border-bottom-color: #ecfccb26; +} + .border-y-lime-100\\/20 { border-top-color: #ecfccb33; border-bottom-color: #ecfccb33; @@ -192053,11 +263818,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccb4d; } +.border-y-lime-100\\/35 { + border-top-color: #ecfccb59; + border-bottom-color: #ecfccb59; +} + .border-y-lime-100\\/40 { border-top-color: #ecfccb66; border-bottom-color: #ecfccb66; } +.border-y-lime-100\\/45 { + border-top-color: #ecfccb73; + border-bottom-color: #ecfccb73; +} + .border-y-lime-100\\/5 { border-top-color: #ecfccb0d; border-bottom-color: #ecfccb0d; @@ -192068,11 +263843,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccb80; } +.border-y-lime-100\\/55 { + border-top-color: #ecfccb8c; + border-bottom-color: #ecfccb8c; +} + .border-y-lime-100\\/60 { border-top-color: #ecfccb99; border-bottom-color: #ecfccb99; } +.border-y-lime-100\\/65 { + border-top-color: #ecfccba6; + border-bottom-color: #ecfccba6; +} + .border-y-lime-100\\/70 { border-top-color: #ecfccbb3; border-bottom-color: #ecfccbb3; @@ -192088,6 +263873,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccbcc; } +.border-y-lime-100\\/85 { + border-top-color: #ecfccbd9; + border-bottom-color: #ecfccbd9; +} + .border-y-lime-100\\/90 { border-top-color: #ecfccbe6; border-bottom-color: #ecfccbe6; @@ -192119,6 +263909,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99d; } +.border-y-lime-200\\/15 { + border-top-color: #d9f99d26; + border-bottom-color: #d9f99d26; +} + .border-y-lime-200\\/20 { border-top-color: #d9f99d33; border-bottom-color: #d9f99d33; @@ -192134,11 +263929,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99d4d; } +.border-y-lime-200\\/35 { + border-top-color: #d9f99d59; + border-bottom-color: #d9f99d59; +} + .border-y-lime-200\\/40 { border-top-color: #d9f99d66; border-bottom-color: #d9f99d66; } +.border-y-lime-200\\/45 { + border-top-color: #d9f99d73; + border-bottom-color: #d9f99d73; +} + .border-y-lime-200\\/5 { border-top-color: #d9f99d0d; border-bottom-color: #d9f99d0d; @@ -192149,11 +263954,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99d80; } +.border-y-lime-200\\/55 { + border-top-color: #d9f99d8c; + border-bottom-color: #d9f99d8c; +} + .border-y-lime-200\\/60 { border-top-color: #d9f99d99; border-bottom-color: #d9f99d99; } +.border-y-lime-200\\/65 { + border-top-color: #d9f99da6; + border-bottom-color: #d9f99da6; +} + .border-y-lime-200\\/70 { border-top-color: #d9f99db3; border-bottom-color: #d9f99db3; @@ -192169,6 +263984,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99dcc; } +.border-y-lime-200\\/85 { + border-top-color: #d9f99dd9; + border-bottom-color: #d9f99dd9; +} + .border-y-lime-200\\/90 { border-top-color: #d9f99de6; border-bottom-color: #d9f99de6; @@ -192200,6 +264020,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef264; } +.border-y-lime-300\\/15 { + border-top-color: #bef26426; + border-bottom-color: #bef26426; +} + .border-y-lime-300\\/20 { border-top-color: #bef26433; border-bottom-color: #bef26433; @@ -192215,11 +264040,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef2644d; } +.border-y-lime-300\\/35 { + border-top-color: #bef26459; + border-bottom-color: #bef26459; +} + .border-y-lime-300\\/40 { border-top-color: #bef26466; border-bottom-color: #bef26466; } +.border-y-lime-300\\/45 { + border-top-color: #bef26473; + border-bottom-color: #bef26473; +} + .border-y-lime-300\\/5 { border-top-color: #bef2640d; border-bottom-color: #bef2640d; @@ -192230,11 +264065,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef26480; } +.border-y-lime-300\\/55 { + border-top-color: #bef2648c; + border-bottom-color: #bef2648c; +} + .border-y-lime-300\\/60 { border-top-color: #bef26499; border-bottom-color: #bef26499; } +.border-y-lime-300\\/65 { + border-top-color: #bef264a6; + border-bottom-color: #bef264a6; +} + .border-y-lime-300\\/70 { border-top-color: #bef264b3; border-bottom-color: #bef264b3; @@ -192250,6 +264095,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef264cc; } +.border-y-lime-300\\/85 { + border-top-color: #bef264d9; + border-bottom-color: #bef264d9; +} + .border-y-lime-300\\/90 { border-top-color: #bef264e6; border-bottom-color: #bef264e6; @@ -192281,6 +264131,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e635; } +.border-y-lime-400\\/15 { + border-top-color: #a3e63526; + border-bottom-color: #a3e63526; +} + .border-y-lime-400\\/20 { border-top-color: #a3e63533; border-bottom-color: #a3e63533; @@ -192296,11 +264151,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e6354d; } +.border-y-lime-400\\/35 { + border-top-color: #a3e63559; + border-bottom-color: #a3e63559; +} + .border-y-lime-400\\/40 { border-top-color: #a3e63566; border-bottom-color: #a3e63566; } +.border-y-lime-400\\/45 { + border-top-color: #a3e63573; + border-bottom-color: #a3e63573; +} + .border-y-lime-400\\/5 { border-top-color: #a3e6350d; border-bottom-color: #a3e6350d; @@ -192311,11 +264176,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e63580; } +.border-y-lime-400\\/55 { + border-top-color: #a3e6358c; + border-bottom-color: #a3e6358c; +} + .border-y-lime-400\\/60 { border-top-color: #a3e63599; border-bottom-color: #a3e63599; } +.border-y-lime-400\\/65 { + border-top-color: #a3e635a6; + border-bottom-color: #a3e635a6; +} + .border-y-lime-400\\/70 { border-top-color: #a3e635b3; border-bottom-color: #a3e635b3; @@ -192331,6 +264206,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e635cc; } +.border-y-lime-400\\/85 { + border-top-color: #a3e635d9; + border-bottom-color: #a3e635d9; +} + .border-y-lime-400\\/90 { border-top-color: #a3e635e6; border-bottom-color: #a3e635e6; @@ -192362,6 +264242,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee7; } +.border-y-lime-50\\/15 { + border-top-color: #f7fee726; + border-bottom-color: #f7fee726; +} + .border-y-lime-50\\/20 { border-top-color: #f7fee733; border-bottom-color: #f7fee733; @@ -192377,11 +264262,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee74d; } +.border-y-lime-50\\/35 { + border-top-color: #f7fee759; + border-bottom-color: #f7fee759; +} + .border-y-lime-50\\/40 { border-top-color: #f7fee766; border-bottom-color: #f7fee766; } +.border-y-lime-50\\/45 { + border-top-color: #f7fee773; + border-bottom-color: #f7fee773; +} + .border-y-lime-50\\/5 { border-top-color: #f7fee70d; border-bottom-color: #f7fee70d; @@ -192392,11 +264287,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee780; } +.border-y-lime-50\\/55 { + border-top-color: #f7fee78c; + border-bottom-color: #f7fee78c; +} + .border-y-lime-50\\/60 { border-top-color: #f7fee799; border-bottom-color: #f7fee799; } +.border-y-lime-50\\/65 { + border-top-color: #f7fee7a6; + border-bottom-color: #f7fee7a6; +} + .border-y-lime-50\\/70 { border-top-color: #f7fee7b3; border-bottom-color: #f7fee7b3; @@ -192412,6 +264317,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee7cc; } +.border-y-lime-50\\/85 { + border-top-color: #f7fee7d9; + border-bottom-color: #f7fee7d9; +} + .border-y-lime-50\\/90 { border-top-color: #f7fee7e6; border-bottom-color: #f7fee7e6; @@ -192443,6 +264353,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc16; } +.border-y-lime-500\\/15 { + border-top-color: #84cc1626; + border-bottom-color: #84cc1626; +} + .border-y-lime-500\\/20 { border-top-color: #84cc1633; border-bottom-color: #84cc1633; @@ -192458,11 +264373,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc164d; } +.border-y-lime-500\\/35 { + border-top-color: #84cc1659; + border-bottom-color: #84cc1659; +} + .border-y-lime-500\\/40 { border-top-color: #84cc1666; border-bottom-color: #84cc1666; } +.border-y-lime-500\\/45 { + border-top-color: #84cc1673; + border-bottom-color: #84cc1673; +} + .border-y-lime-500\\/5 { border-top-color: #84cc160d; border-bottom-color: #84cc160d; @@ -192473,11 +264398,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc1680; } +.border-y-lime-500\\/55 { + border-top-color: #84cc168c; + border-bottom-color: #84cc168c; +} + .border-y-lime-500\\/60 { border-top-color: #84cc1699; border-bottom-color: #84cc1699; } +.border-y-lime-500\\/65 { + border-top-color: #84cc16a6; + border-bottom-color: #84cc16a6; +} + .border-y-lime-500\\/70 { border-top-color: #84cc16b3; border-bottom-color: #84cc16b3; @@ -192493,6 +264428,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc16cc; } +.border-y-lime-500\\/85 { + border-top-color: #84cc16d9; + border-bottom-color: #84cc16d9; +} + .border-y-lime-500\\/90 { border-top-color: #84cc16e6; border-bottom-color: #84cc16e6; @@ -192524,6 +264464,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30d; } +.border-y-lime-600\\/15 { + border-top-color: #65a30d26; + border-bottom-color: #65a30d26; +} + .border-y-lime-600\\/20 { border-top-color: #65a30d33; border-bottom-color: #65a30d33; @@ -192539,11 +264484,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30d4d; } +.border-y-lime-600\\/35 { + border-top-color: #65a30d59; + border-bottom-color: #65a30d59; +} + .border-y-lime-600\\/40 { border-top-color: #65a30d66; border-bottom-color: #65a30d66; } +.border-y-lime-600\\/45 { + border-top-color: #65a30d73; + border-bottom-color: #65a30d73; +} + .border-y-lime-600\\/5 { border-top-color: #65a30d0d; border-bottom-color: #65a30d0d; @@ -192554,11 +264509,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30d80; } +.border-y-lime-600\\/55 { + border-top-color: #65a30d8c; + border-bottom-color: #65a30d8c; +} + .border-y-lime-600\\/60 { border-top-color: #65a30d99; border-bottom-color: #65a30d99; } +.border-y-lime-600\\/65 { + border-top-color: #65a30da6; + border-bottom-color: #65a30da6; +} + .border-y-lime-600\\/70 { border-top-color: #65a30db3; border-bottom-color: #65a30db3; @@ -192574,6 +264539,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30dcc; } +.border-y-lime-600\\/85 { + border-top-color: #65a30dd9; + border-bottom-color: #65a30dd9; +} + .border-y-lime-600\\/90 { border-top-color: #65a30de6; border-bottom-color: #65a30de6; @@ -192605,6 +264575,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0f; } +.border-y-lime-700\\/15 { + border-top-color: #4d7c0f26; + border-bottom-color: #4d7c0f26; +} + .border-y-lime-700\\/20 { border-top-color: #4d7c0f33; border-bottom-color: #4d7c0f33; @@ -192620,11 +264595,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0f4d; } +.border-y-lime-700\\/35 { + border-top-color: #4d7c0f59; + border-bottom-color: #4d7c0f59; +} + .border-y-lime-700\\/40 { border-top-color: #4d7c0f66; border-bottom-color: #4d7c0f66; } +.border-y-lime-700\\/45 { + border-top-color: #4d7c0f73; + border-bottom-color: #4d7c0f73; +} + .border-y-lime-700\\/5 { border-top-color: #4d7c0f0d; border-bottom-color: #4d7c0f0d; @@ -192635,11 +264620,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0f80; } +.border-y-lime-700\\/55 { + border-top-color: #4d7c0f8c; + border-bottom-color: #4d7c0f8c; +} + .border-y-lime-700\\/60 { border-top-color: #4d7c0f99; border-bottom-color: #4d7c0f99; } +.border-y-lime-700\\/65 { + border-top-color: #4d7c0fa6; + border-bottom-color: #4d7c0fa6; +} + .border-y-lime-700\\/70 { border-top-color: #4d7c0fb3; border-bottom-color: #4d7c0fb3; @@ -192655,6 +264650,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0fcc; } +.border-y-lime-700\\/85 { + border-top-color: #4d7c0fd9; + border-bottom-color: #4d7c0fd9; +} + .border-y-lime-700\\/90 { border-top-color: #4d7c0fe6; border-bottom-color: #4d7c0fe6; @@ -192686,6 +264686,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f6212; } +.border-y-lime-800\\/15 { + border-top-color: #3f621226; + border-bottom-color: #3f621226; +} + .border-y-lime-800\\/20 { border-top-color: #3f621233; border-bottom-color: #3f621233; @@ -192701,11 +264706,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f62124d; } +.border-y-lime-800\\/35 { + border-top-color: #3f621259; + border-bottom-color: #3f621259; +} + .border-y-lime-800\\/40 { border-top-color: #3f621266; border-bottom-color: #3f621266; } +.border-y-lime-800\\/45 { + border-top-color: #3f621273; + border-bottom-color: #3f621273; +} + .border-y-lime-800\\/5 { border-top-color: #3f62120d; border-bottom-color: #3f62120d; @@ -192716,11 +264731,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f621280; } +.border-y-lime-800\\/55 { + border-top-color: #3f62128c; + border-bottom-color: #3f62128c; +} + .border-y-lime-800\\/60 { border-top-color: #3f621299; border-bottom-color: #3f621299; } +.border-y-lime-800\\/65 { + border-top-color: #3f6212a6; + border-bottom-color: #3f6212a6; +} + .border-y-lime-800\\/70 { border-top-color: #3f6212b3; border-bottom-color: #3f6212b3; @@ -192736,6 +264761,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f6212cc; } +.border-y-lime-800\\/85 { + border-top-color: #3f6212d9; + border-bottom-color: #3f6212d9; +} + .border-y-lime-800\\/90 { border-top-color: #3f6212e6; border-bottom-color: #3f6212e6; @@ -192767,6 +264797,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #365314; } +.border-y-lime-900\\/15 { + border-top-color: #36531426; + border-bottom-color: #36531426; +} + .border-y-lime-900\\/20 { border-top-color: #36531433; border-bottom-color: #36531433; @@ -192782,11 +264817,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3653144d; } +.border-y-lime-900\\/35 { + border-top-color: #36531459; + border-bottom-color: #36531459; +} + .border-y-lime-900\\/40 { border-top-color: #36531466; border-bottom-color: #36531466; } +.border-y-lime-900\\/45 { + border-top-color: #36531473; + border-bottom-color: #36531473; +} + .border-y-lime-900\\/5 { border-top-color: #3653140d; border-bottom-color: #3653140d; @@ -192797,11 +264842,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #36531480; } +.border-y-lime-900\\/55 { + border-top-color: #3653148c; + border-bottom-color: #3653148c; +} + .border-y-lime-900\\/60 { border-top-color: #36531499; border-bottom-color: #36531499; } +.border-y-lime-900\\/65 { + border-top-color: #365314a6; + border-bottom-color: #365314a6; +} + .border-y-lime-900\\/70 { border-top-color: #365314b3; border-bottom-color: #365314b3; @@ -192817,6 +264872,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #365314cc; } +.border-y-lime-900\\/85 { + border-top-color: #365314d9; + border-bottom-color: #365314d9; +} + .border-y-lime-900\\/90 { border-top-color: #365314e6; border-bottom-color: #365314e6; @@ -192848,6 +264908,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e05; } +.border-y-lime-950\\/15 { + border-top-color: #1a2e0526; + border-bottom-color: #1a2e0526; +} + .border-y-lime-950\\/20 { border-top-color: #1a2e0533; border-bottom-color: #1a2e0533; @@ -192863,11 +264928,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e054d; } +.border-y-lime-950\\/35 { + border-top-color: #1a2e0559; + border-bottom-color: #1a2e0559; +} + .border-y-lime-950\\/40 { border-top-color: #1a2e0566; border-bottom-color: #1a2e0566; } +.border-y-lime-950\\/45 { + border-top-color: #1a2e0573; + border-bottom-color: #1a2e0573; +} + .border-y-lime-950\\/5 { border-top-color: #1a2e050d; border-bottom-color: #1a2e050d; @@ -192878,11 +264953,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e0580; } +.border-y-lime-950\\/55 { + border-top-color: #1a2e058c; + border-bottom-color: #1a2e058c; +} + .border-y-lime-950\\/60 { border-top-color: #1a2e0599; border-bottom-color: #1a2e0599; } +.border-y-lime-950\\/65 { + border-top-color: #1a2e05a6; + border-bottom-color: #1a2e05a6; +} + .border-y-lime-950\\/70 { border-top-color: #1a2e05b3; border-bottom-color: #1a2e05b3; @@ -192898,6 +264983,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e05cc; } +.border-y-lime-950\\/85 { + border-top-color: #1a2e05d9; + border-bottom-color: #1a2e05d9; +} + .border-y-lime-950\\/90 { border-top-color: #1a2e05e6; border-bottom-color: #1a2e05e6; @@ -192929,6 +265019,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f5; } +.border-y-neutral-100\\/15 { + border-top-color: #f5f5f526; + border-bottom-color: #f5f5f526; +} + .border-y-neutral-100\\/20 { border-top-color: #f5f5f533; border-bottom-color: #f5f5f533; @@ -192944,11 +265039,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f54d; } +.border-y-neutral-100\\/35 { + border-top-color: #f5f5f559; + border-bottom-color: #f5f5f559; +} + .border-y-neutral-100\\/40 { border-top-color: #f5f5f566; border-bottom-color: #f5f5f566; } +.border-y-neutral-100\\/45 { + border-top-color: #f5f5f573; + border-bottom-color: #f5f5f573; +} + .border-y-neutral-100\\/5 { border-top-color: #f5f5f50d; border-bottom-color: #f5f5f50d; @@ -192959,11 +265064,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f580; } +.border-y-neutral-100\\/55 { + border-top-color: #f5f5f58c; + border-bottom-color: #f5f5f58c; +} + .border-y-neutral-100\\/60 { border-top-color: #f5f5f599; border-bottom-color: #f5f5f599; } +.border-y-neutral-100\\/65 { + border-top-color: #f5f5f5a6; + border-bottom-color: #f5f5f5a6; +} + .border-y-neutral-100\\/70 { border-top-color: #f5f5f5b3; border-bottom-color: #f5f5f5b3; @@ -192979,6 +265094,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f5cc; } +.border-y-neutral-100\\/85 { + border-top-color: #f5f5f5d9; + border-bottom-color: #f5f5f5d9; +} + .border-y-neutral-100\\/90 { border-top-color: #f5f5f5e6; border-bottom-color: #f5f5f5e6; @@ -193010,6 +265130,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e5; } +.border-y-neutral-200\\/15 { + border-top-color: #e5e5e526; + border-bottom-color: #e5e5e526; +} + .border-y-neutral-200\\/20 { border-top-color: #e5e5e533; border-bottom-color: #e5e5e533; @@ -193025,11 +265150,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e54d; } +.border-y-neutral-200\\/35 { + border-top-color: #e5e5e559; + border-bottom-color: #e5e5e559; +} + .border-y-neutral-200\\/40 { border-top-color: #e5e5e566; border-bottom-color: #e5e5e566; } +.border-y-neutral-200\\/45 { + border-top-color: #e5e5e573; + border-bottom-color: #e5e5e573; +} + .border-y-neutral-200\\/5 { border-top-color: #e5e5e50d; border-bottom-color: #e5e5e50d; @@ -193040,11 +265175,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e580; } +.border-y-neutral-200\\/55 { + border-top-color: #e5e5e58c; + border-bottom-color: #e5e5e58c; +} + .border-y-neutral-200\\/60 { border-top-color: #e5e5e599; border-bottom-color: #e5e5e599; } +.border-y-neutral-200\\/65 { + border-top-color: #e5e5e5a6; + border-bottom-color: #e5e5e5a6; +} + .border-y-neutral-200\\/70 { border-top-color: #e5e5e5b3; border-bottom-color: #e5e5e5b3; @@ -193060,6 +265205,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e5cc; } +.border-y-neutral-200\\/85 { + border-top-color: #e5e5e5d9; + border-bottom-color: #e5e5e5d9; +} + .border-y-neutral-200\\/90 { border-top-color: #e5e5e5e6; border-bottom-color: #e5e5e5e6; @@ -193091,6 +265241,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d4; } +.border-y-neutral-300\\/15 { + border-top-color: #d4d4d426; + border-bottom-color: #d4d4d426; +} + .border-y-neutral-300\\/20 { border-top-color: #d4d4d433; border-bottom-color: #d4d4d433; @@ -193106,11 +265261,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d44d; } +.border-y-neutral-300\\/35 { + border-top-color: #d4d4d459; + border-bottom-color: #d4d4d459; +} + .border-y-neutral-300\\/40 { border-top-color: #d4d4d466; border-bottom-color: #d4d4d466; } +.border-y-neutral-300\\/45 { + border-top-color: #d4d4d473; + border-bottom-color: #d4d4d473; +} + .border-y-neutral-300\\/5 { border-top-color: #d4d4d40d; border-bottom-color: #d4d4d40d; @@ -193121,11 +265286,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d480; } +.border-y-neutral-300\\/55 { + border-top-color: #d4d4d48c; + border-bottom-color: #d4d4d48c; +} + .border-y-neutral-300\\/60 { border-top-color: #d4d4d499; border-bottom-color: #d4d4d499; } +.border-y-neutral-300\\/65 { + border-top-color: #d4d4d4a6; + border-bottom-color: #d4d4d4a6; +} + .border-y-neutral-300\\/70 { border-top-color: #d4d4d4b3; border-bottom-color: #d4d4d4b3; @@ -193141,6 +265316,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d4cc; } +.border-y-neutral-300\\/85 { + border-top-color: #d4d4d4d9; + border-bottom-color: #d4d4d4d9; +} + .border-y-neutral-300\\/90 { border-top-color: #d4d4d4e6; border-bottom-color: #d4d4d4e6; @@ -193172,6 +265352,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a3; } +.border-y-neutral-400\\/15 { + border-top-color: #a3a3a326; + border-bottom-color: #a3a3a326; +} + .border-y-neutral-400\\/20 { border-top-color: #a3a3a333; border-bottom-color: #a3a3a333; @@ -193187,11 +265372,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a34d; } +.border-y-neutral-400\\/35 { + border-top-color: #a3a3a359; + border-bottom-color: #a3a3a359; +} + .border-y-neutral-400\\/40 { border-top-color: #a3a3a366; border-bottom-color: #a3a3a366; } +.border-y-neutral-400\\/45 { + border-top-color: #a3a3a373; + border-bottom-color: #a3a3a373; +} + .border-y-neutral-400\\/5 { border-top-color: #a3a3a30d; border-bottom-color: #a3a3a30d; @@ -193202,11 +265397,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a380; } +.border-y-neutral-400\\/55 { + border-top-color: #a3a3a38c; + border-bottom-color: #a3a3a38c; +} + .border-y-neutral-400\\/60 { border-top-color: #a3a3a399; border-bottom-color: #a3a3a399; } +.border-y-neutral-400\\/65 { + border-top-color: #a3a3a3a6; + border-bottom-color: #a3a3a3a6; +} + .border-y-neutral-400\\/70 { border-top-color: #a3a3a3b3; border-bottom-color: #a3a3a3b3; @@ -193222,6 +265427,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a3cc; } +.border-y-neutral-400\\/85 { + border-top-color: #a3a3a3d9; + border-bottom-color: #a3a3a3d9; +} + .border-y-neutral-400\\/90 { border-top-color: #a3a3a3e6; border-bottom-color: #a3a3a3e6; @@ -193253,6 +265463,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa; } +.border-y-neutral-50\\/15 { + border-top-color: #fafafa26; + border-bottom-color: #fafafa26; +} + .border-y-neutral-50\\/20 { border-top-color: #fafafa33; border-bottom-color: #fafafa33; @@ -193268,11 +265483,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa4d; } +.border-y-neutral-50\\/35 { + border-top-color: #fafafa59; + border-bottom-color: #fafafa59; +} + .border-y-neutral-50\\/40 { border-top-color: #fafafa66; border-bottom-color: #fafafa66; } +.border-y-neutral-50\\/45 { + border-top-color: #fafafa73; + border-bottom-color: #fafafa73; +} + .border-y-neutral-50\\/5 { border-top-color: #fafafa0d; border-bottom-color: #fafafa0d; @@ -193283,11 +265508,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa80; } +.border-y-neutral-50\\/55 { + border-top-color: #fafafa8c; + border-bottom-color: #fafafa8c; +} + .border-y-neutral-50\\/60 { border-top-color: #fafafa99; border-bottom-color: #fafafa99; } +.border-y-neutral-50\\/65 { + border-top-color: #fafafaa6; + border-bottom-color: #fafafaa6; +} + .border-y-neutral-50\\/70 { border-top-color: #fafafab3; border-bottom-color: #fafafab3; @@ -193303,6 +265538,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafacc; } +.border-y-neutral-50\\/85 { + border-top-color: #fafafad9; + border-bottom-color: #fafafad9; +} + .border-y-neutral-50\\/90 { border-top-color: #fafafae6; border-bottom-color: #fafafae6; @@ -193334,6 +265574,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #737373; } +.border-y-neutral-500\\/15 { + border-top-color: #73737326; + border-bottom-color: #73737326; +} + .border-y-neutral-500\\/20 { border-top-color: #73737333; border-bottom-color: #73737333; @@ -193349,11 +265594,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7373734d; } +.border-y-neutral-500\\/35 { + border-top-color: #73737359; + border-bottom-color: #73737359; +} + .border-y-neutral-500\\/40 { border-top-color: #73737366; border-bottom-color: #73737366; } +.border-y-neutral-500\\/45 { + border-top-color: #73737373; + border-bottom-color: #73737373; +} + .border-y-neutral-500\\/5 { border-top-color: #7373730d; border-bottom-color: #7373730d; @@ -193364,11 +265619,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #73737380; } +.border-y-neutral-500\\/55 { + border-top-color: #7373738c; + border-bottom-color: #7373738c; +} + .border-y-neutral-500\\/60 { border-top-color: #73737399; border-bottom-color: #73737399; } +.border-y-neutral-500\\/65 { + border-top-color: #737373a6; + border-bottom-color: #737373a6; +} + .border-y-neutral-500\\/70 { border-top-color: #737373b3; border-bottom-color: #737373b3; @@ -193384,6 +265649,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #737373cc; } +.border-y-neutral-500\\/85 { + border-top-color: #737373d9; + border-bottom-color: #737373d9; +} + .border-y-neutral-500\\/90 { border-top-color: #737373e6; border-bottom-color: #737373e6; @@ -193415,6 +265685,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #525252; } +.border-y-neutral-600\\/15 { + border-top-color: #52525226; + border-bottom-color: #52525226; +} + .border-y-neutral-600\\/20 { border-top-color: #52525233; border-bottom-color: #52525233; @@ -193430,11 +265705,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5252524d; } +.border-y-neutral-600\\/35 { + border-top-color: #52525259; + border-bottom-color: #52525259; +} + .border-y-neutral-600\\/40 { border-top-color: #52525266; border-bottom-color: #52525266; } +.border-y-neutral-600\\/45 { + border-top-color: #52525273; + border-bottom-color: #52525273; +} + .border-y-neutral-600\\/5 { border-top-color: #5252520d; border-bottom-color: #5252520d; @@ -193445,11 +265730,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525280; } +.border-y-neutral-600\\/55 { + border-top-color: #5252528c; + border-bottom-color: #5252528c; +} + .border-y-neutral-600\\/60 { border-top-color: #52525299; border-bottom-color: #52525299; } +.border-y-neutral-600\\/65 { + border-top-color: #525252a6; + border-bottom-color: #525252a6; +} + .border-y-neutral-600\\/70 { border-top-color: #525252b3; border-bottom-color: #525252b3; @@ -193465,6 +265760,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #525252cc; } +.border-y-neutral-600\\/85 { + border-top-color: #525252d9; + border-bottom-color: #525252d9; +} + .border-y-neutral-600\\/90 { border-top-color: #525252e6; border-bottom-color: #525252e6; @@ -193496,6 +265796,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #404040; } +.border-y-neutral-700\\/15 { + border-top-color: #40404026; + border-bottom-color: #40404026; +} + .border-y-neutral-700\\/20 { border-top-color: #40404033; border-bottom-color: #40404033; @@ -193511,11 +265816,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4040404d; } +.border-y-neutral-700\\/35 { + border-top-color: #40404059; + border-bottom-color: #40404059; +} + .border-y-neutral-700\\/40 { border-top-color: #40404066; border-bottom-color: #40404066; } +.border-y-neutral-700\\/45 { + border-top-color: #40404073; + border-bottom-color: #40404073; +} + .border-y-neutral-700\\/5 { border-top-color: #4040400d; border-bottom-color: #4040400d; @@ -193526,11 +265841,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #40404080; } +.border-y-neutral-700\\/55 { + border-top-color: #4040408c; + border-bottom-color: #4040408c; +} + .border-y-neutral-700\\/60 { border-top-color: #40404099; border-bottom-color: #40404099; } +.border-y-neutral-700\\/65 { + border-top-color: #404040a6; + border-bottom-color: #404040a6; +} + .border-y-neutral-700\\/70 { border-top-color: #404040b3; border-bottom-color: #404040b3; @@ -193546,6 +265871,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #404040cc; } +.border-y-neutral-700\\/85 { + border-top-color: #404040d9; + border-bottom-color: #404040d9; +} + .border-y-neutral-700\\/90 { border-top-color: #404040e6; border-bottom-color: #404040e6; @@ -193577,6 +265907,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #262626; } +.border-y-neutral-800\\/15 { + border-top-color: #26262626; + border-bottom-color: #26262626; +} + .border-y-neutral-800\\/20 { border-top-color: #26262633; border-bottom-color: #26262633; @@ -193592,11 +265927,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2626264d; } +.border-y-neutral-800\\/35 { + border-top-color: #26262659; + border-bottom-color: #26262659; +} + .border-y-neutral-800\\/40 { border-top-color: #26262666; border-bottom-color: #26262666; } +.border-y-neutral-800\\/45 { + border-top-color: #26262673; + border-bottom-color: #26262673; +} + .border-y-neutral-800\\/5 { border-top-color: #2626260d; border-bottom-color: #2626260d; @@ -193607,11 +265952,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #26262680; } +.border-y-neutral-800\\/55 { + border-top-color: #2626268c; + border-bottom-color: #2626268c; +} + .border-y-neutral-800\\/60 { border-top-color: #26262699; border-bottom-color: #26262699; } +.border-y-neutral-800\\/65 { + border-top-color: #262626a6; + border-bottom-color: #262626a6; +} + .border-y-neutral-800\\/70 { border-top-color: #262626b3; border-bottom-color: #262626b3; @@ -193627,6 +265982,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #262626cc; } +.border-y-neutral-800\\/85 { + border-top-color: #262626d9; + border-bottom-color: #262626d9; +} + .border-y-neutral-800\\/90 { border-top-color: #262626e6; border-bottom-color: #262626e6; @@ -193658,6 +266018,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #171717; } +.border-y-neutral-900\\/15 { + border-top-color: #17171726; + border-bottom-color: #17171726; +} + .border-y-neutral-900\\/20 { border-top-color: #17171733; border-bottom-color: #17171733; @@ -193673,11 +266038,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1717174d; } +.border-y-neutral-900\\/35 { + border-top-color: #17171759; + border-bottom-color: #17171759; +} + .border-y-neutral-900\\/40 { border-top-color: #17171766; border-bottom-color: #17171766; } +.border-y-neutral-900\\/45 { + border-top-color: #17171773; + border-bottom-color: #17171773; +} + .border-y-neutral-900\\/5 { border-top-color: #1717170d; border-bottom-color: #1717170d; @@ -193688,11 +266063,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #17171780; } +.border-y-neutral-900\\/55 { + border-top-color: #1717178c; + border-bottom-color: #1717178c; +} + .border-y-neutral-900\\/60 { border-top-color: #17171799; border-bottom-color: #17171799; } +.border-y-neutral-900\\/65 { + border-top-color: #171717a6; + border-bottom-color: #171717a6; +} + .border-y-neutral-900\\/70 { border-top-color: #171717b3; border-bottom-color: #171717b3; @@ -193708,6 +266093,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #171717cc; } +.border-y-neutral-900\\/85 { + border-top-color: #171717d9; + border-bottom-color: #171717d9; +} + .border-y-neutral-900\\/90 { border-top-color: #171717e6; border-bottom-color: #171717e6; @@ -193739,6 +266129,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0a; } +.border-y-neutral-950\\/15 { + border-top-color: #0a0a0a26; + border-bottom-color: #0a0a0a26; +} + .border-y-neutral-950\\/20 { border-top-color: #0a0a0a33; border-bottom-color: #0a0a0a33; @@ -193754,11 +266149,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0a4d; } +.border-y-neutral-950\\/35 { + border-top-color: #0a0a0a59; + border-bottom-color: #0a0a0a59; +} + .border-y-neutral-950\\/40 { border-top-color: #0a0a0a66; border-bottom-color: #0a0a0a66; } +.border-y-neutral-950\\/45 { + border-top-color: #0a0a0a73; + border-bottom-color: #0a0a0a73; +} + .border-y-neutral-950\\/5 { border-top-color: #0a0a0a0d; border-bottom-color: #0a0a0a0d; @@ -193769,11 +266174,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0a80; } +.border-y-neutral-950\\/55 { + border-top-color: #0a0a0a8c; + border-bottom-color: #0a0a0a8c; +} + .border-y-neutral-950\\/60 { border-top-color: #0a0a0a99; border-bottom-color: #0a0a0a99; } +.border-y-neutral-950\\/65 { + border-top-color: #0a0a0aa6; + border-bottom-color: #0a0a0aa6; +} + .border-y-neutral-950\\/70 { border-top-color: #0a0a0ab3; border-bottom-color: #0a0a0ab3; @@ -193789,6 +266204,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0acc; } +.border-y-neutral-950\\/85 { + border-top-color: #0a0a0ad9; + border-bottom-color: #0a0a0ad9; +} + .border-y-neutral-950\\/90 { border-top-color: #0a0a0ae6; border-bottom-color: #0a0a0ae6; @@ -193820,6 +266240,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd5; } +.border-y-orange-100\\/15 { + border-top-color: #ffedd526; + border-bottom-color: #ffedd526; +} + .border-y-orange-100\\/20 { border-top-color: #ffedd533; border-bottom-color: #ffedd533; @@ -193835,11 +266260,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd54d; } +.border-y-orange-100\\/35 { + border-top-color: #ffedd559; + border-bottom-color: #ffedd559; +} + .border-y-orange-100\\/40 { border-top-color: #ffedd566; border-bottom-color: #ffedd566; } +.border-y-orange-100\\/45 { + border-top-color: #ffedd573; + border-bottom-color: #ffedd573; +} + .border-y-orange-100\\/5 { border-top-color: #ffedd50d; border-bottom-color: #ffedd50d; @@ -193850,11 +266285,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd580; } +.border-y-orange-100\\/55 { + border-top-color: #ffedd58c; + border-bottom-color: #ffedd58c; +} + .border-y-orange-100\\/60 { border-top-color: #ffedd599; border-bottom-color: #ffedd599; } +.border-y-orange-100\\/65 { + border-top-color: #ffedd5a6; + border-bottom-color: #ffedd5a6; +} + .border-y-orange-100\\/70 { border-top-color: #ffedd5b3; border-bottom-color: #ffedd5b3; @@ -193870,6 +266315,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd5cc; } +.border-y-orange-100\\/85 { + border-top-color: #ffedd5d9; + border-bottom-color: #ffedd5d9; +} + .border-y-orange-100\\/90 { border-top-color: #ffedd5e6; border-bottom-color: #ffedd5e6; @@ -193901,6 +266351,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aa; } +.border-y-orange-200\\/15 { + border-top-color: #fed7aa26; + border-bottom-color: #fed7aa26; +} + .border-y-orange-200\\/20 { border-top-color: #fed7aa33; border-bottom-color: #fed7aa33; @@ -193916,11 +266371,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aa4d; } +.border-y-orange-200\\/35 { + border-top-color: #fed7aa59; + border-bottom-color: #fed7aa59; +} + .border-y-orange-200\\/40 { border-top-color: #fed7aa66; border-bottom-color: #fed7aa66; } +.border-y-orange-200\\/45 { + border-top-color: #fed7aa73; + border-bottom-color: #fed7aa73; +} + .border-y-orange-200\\/5 { border-top-color: #fed7aa0d; border-bottom-color: #fed7aa0d; @@ -193931,11 +266396,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aa80; } +.border-y-orange-200\\/55 { + border-top-color: #fed7aa8c; + border-bottom-color: #fed7aa8c; +} + .border-y-orange-200\\/60 { border-top-color: #fed7aa99; border-bottom-color: #fed7aa99; } +.border-y-orange-200\\/65 { + border-top-color: #fed7aaa6; + border-bottom-color: #fed7aaa6; +} + .border-y-orange-200\\/70 { border-top-color: #fed7aab3; border-bottom-color: #fed7aab3; @@ -193951,6 +266426,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aacc; } +.border-y-orange-200\\/85 { + border-top-color: #fed7aad9; + border-bottom-color: #fed7aad9; +} + .border-y-orange-200\\/90 { border-top-color: #fed7aae6; border-bottom-color: #fed7aae6; @@ -193982,6 +266462,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba74; } +.border-y-orange-300\\/15 { + border-top-color: #fdba7426; + border-bottom-color: #fdba7426; +} + .border-y-orange-300\\/20 { border-top-color: #fdba7433; border-bottom-color: #fdba7433; @@ -193997,11 +266482,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba744d; } +.border-y-orange-300\\/35 { + border-top-color: #fdba7459; + border-bottom-color: #fdba7459; +} + .border-y-orange-300\\/40 { border-top-color: #fdba7466; border-bottom-color: #fdba7466; } +.border-y-orange-300\\/45 { + border-top-color: #fdba7473; + border-bottom-color: #fdba7473; +} + .border-y-orange-300\\/5 { border-top-color: #fdba740d; border-bottom-color: #fdba740d; @@ -194012,11 +266507,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba7480; } +.border-y-orange-300\\/55 { + border-top-color: #fdba748c; + border-bottom-color: #fdba748c; +} + .border-y-orange-300\\/60 { border-top-color: #fdba7499; border-bottom-color: #fdba7499; } +.border-y-orange-300\\/65 { + border-top-color: #fdba74a6; + border-bottom-color: #fdba74a6; +} + .border-y-orange-300\\/70 { border-top-color: #fdba74b3; border-bottom-color: #fdba74b3; @@ -194032,6 +266537,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba74cc; } +.border-y-orange-300\\/85 { + border-top-color: #fdba74d9; + border-bottom-color: #fdba74d9; +} + .border-y-orange-300\\/90 { border-top-color: #fdba74e6; border-bottom-color: #fdba74e6; @@ -194063,6 +266573,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923c; } +.border-y-orange-400\\/15 { + border-top-color: #fb923c26; + border-bottom-color: #fb923c26; +} + .border-y-orange-400\\/20 { border-top-color: #fb923c33; border-bottom-color: #fb923c33; @@ -194078,11 +266593,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923c4d; } +.border-y-orange-400\\/35 { + border-top-color: #fb923c59; + border-bottom-color: #fb923c59; +} + .border-y-orange-400\\/40 { border-top-color: #fb923c66; border-bottom-color: #fb923c66; } +.border-y-orange-400\\/45 { + border-top-color: #fb923c73; + border-bottom-color: #fb923c73; +} + .border-y-orange-400\\/5 { border-top-color: #fb923c0d; border-bottom-color: #fb923c0d; @@ -194093,11 +266618,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923c80; } +.border-y-orange-400\\/55 { + border-top-color: #fb923c8c; + border-bottom-color: #fb923c8c; +} + .border-y-orange-400\\/60 { border-top-color: #fb923c99; border-bottom-color: #fb923c99; } +.border-y-orange-400\\/65 { + border-top-color: #fb923ca6; + border-bottom-color: #fb923ca6; +} + .border-y-orange-400\\/70 { border-top-color: #fb923cb3; border-bottom-color: #fb923cb3; @@ -194113,6 +266648,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923ccc; } +.border-y-orange-400\\/85 { + border-top-color: #fb923cd9; + border-bottom-color: #fb923cd9; +} + .border-y-orange-400\\/90 { border-top-color: #fb923ce6; border-bottom-color: #fb923ce6; @@ -194144,6 +266684,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7ed; } +.border-y-orange-50\\/15 { + border-top-color: #fff7ed26; + border-bottom-color: #fff7ed26; +} + .border-y-orange-50\\/20 { border-top-color: #fff7ed33; border-bottom-color: #fff7ed33; @@ -194159,11 +266704,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7ed4d; } +.border-y-orange-50\\/35 { + border-top-color: #fff7ed59; + border-bottom-color: #fff7ed59; +} + .border-y-orange-50\\/40 { border-top-color: #fff7ed66; border-bottom-color: #fff7ed66; } +.border-y-orange-50\\/45 { + border-top-color: #fff7ed73; + border-bottom-color: #fff7ed73; +} + .border-y-orange-50\\/5 { border-top-color: #fff7ed0d; border-bottom-color: #fff7ed0d; @@ -194174,11 +266729,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7ed80; } +.border-y-orange-50\\/55 { + border-top-color: #fff7ed8c; + border-bottom-color: #fff7ed8c; +} + .border-y-orange-50\\/60 { border-top-color: #fff7ed99; border-bottom-color: #fff7ed99; } +.border-y-orange-50\\/65 { + border-top-color: #fff7eda6; + border-bottom-color: #fff7eda6; +} + .border-y-orange-50\\/70 { border-top-color: #fff7edb3; border-bottom-color: #fff7edb3; @@ -194194,6 +266759,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7edcc; } +.border-y-orange-50\\/85 { + border-top-color: #fff7edd9; + border-bottom-color: #fff7edd9; +} + .border-y-orange-50\\/90 { border-top-color: #fff7ede6; border-bottom-color: #fff7ede6; @@ -194225,6 +266795,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f97316; } +.border-y-orange-500\\/15 { + border-top-color: #f9731626; + border-bottom-color: #f9731626; +} + .border-y-orange-500\\/20 { border-top-color: #f9731633; border-bottom-color: #f9731633; @@ -194240,11 +266815,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f973164d; } +.border-y-orange-500\\/35 { + border-top-color: #f9731659; + border-bottom-color: #f9731659; +} + .border-y-orange-500\\/40 { border-top-color: #f9731666; border-bottom-color: #f9731666; } +.border-y-orange-500\\/45 { + border-top-color: #f9731673; + border-bottom-color: #f9731673; +} + .border-y-orange-500\\/5 { border-top-color: #f973160d; border-bottom-color: #f973160d; @@ -194255,11 +266840,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9731680; } +.border-y-orange-500\\/55 { + border-top-color: #f973168c; + border-bottom-color: #f973168c; +} + .border-y-orange-500\\/60 { border-top-color: #f9731699; border-bottom-color: #f9731699; } +.border-y-orange-500\\/65 { + border-top-color: #f97316a6; + border-bottom-color: #f97316a6; +} + .border-y-orange-500\\/70 { border-top-color: #f97316b3; border-bottom-color: #f97316b3; @@ -194275,6 +266870,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f97316cc; } +.border-y-orange-500\\/85 { + border-top-color: #f97316d9; + border-bottom-color: #f97316d9; +} + .border-y-orange-500\\/90 { border-top-color: #f97316e6; border-bottom-color: #f97316e6; @@ -194306,6 +266906,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580c; } +.border-y-orange-600\\/15 { + border-top-color: #ea580c26; + border-bottom-color: #ea580c26; +} + .border-y-orange-600\\/20 { border-top-color: #ea580c33; border-bottom-color: #ea580c33; @@ -194321,11 +266926,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580c4d; } +.border-y-orange-600\\/35 { + border-top-color: #ea580c59; + border-bottom-color: #ea580c59; +} + .border-y-orange-600\\/40 { border-top-color: #ea580c66; border-bottom-color: #ea580c66; } +.border-y-orange-600\\/45 { + border-top-color: #ea580c73; + border-bottom-color: #ea580c73; +} + .border-y-orange-600\\/5 { border-top-color: #ea580c0d; border-bottom-color: #ea580c0d; @@ -194336,11 +266951,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580c80; } +.border-y-orange-600\\/55 { + border-top-color: #ea580c8c; + border-bottom-color: #ea580c8c; +} + .border-y-orange-600\\/60 { border-top-color: #ea580c99; border-bottom-color: #ea580c99; } +.border-y-orange-600\\/65 { + border-top-color: #ea580ca6; + border-bottom-color: #ea580ca6; +} + .border-y-orange-600\\/70 { border-top-color: #ea580cb3; border-bottom-color: #ea580cb3; @@ -194356,6 +266981,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580ccc; } +.border-y-orange-600\\/85 { + border-top-color: #ea580cd9; + border-bottom-color: #ea580cd9; +} + .border-y-orange-600\\/90 { border-top-color: #ea580ce6; border-bottom-color: #ea580ce6; @@ -194387,6 +267017,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410c; } +.border-y-orange-700\\/15 { + border-top-color: #c2410c26; + border-bottom-color: #c2410c26; +} + .border-y-orange-700\\/20 { border-top-color: #c2410c33; border-bottom-color: #c2410c33; @@ -194402,11 +267037,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410c4d; } +.border-y-orange-700\\/35 { + border-top-color: #c2410c59; + border-bottom-color: #c2410c59; +} + .border-y-orange-700\\/40 { border-top-color: #c2410c66; border-bottom-color: #c2410c66; } +.border-y-orange-700\\/45 { + border-top-color: #c2410c73; + border-bottom-color: #c2410c73; +} + .border-y-orange-700\\/5 { border-top-color: #c2410c0d; border-bottom-color: #c2410c0d; @@ -194417,11 +267062,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410c80; } +.border-y-orange-700\\/55 { + border-top-color: #c2410c8c; + border-bottom-color: #c2410c8c; +} + .border-y-orange-700\\/60 { border-top-color: #c2410c99; border-bottom-color: #c2410c99; } +.border-y-orange-700\\/65 { + border-top-color: #c2410ca6; + border-bottom-color: #c2410ca6; +} + .border-y-orange-700\\/70 { border-top-color: #c2410cb3; border-bottom-color: #c2410cb3; @@ -194437,6 +267092,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410ccc; } +.border-y-orange-700\\/85 { + border-top-color: #c2410cd9; + border-bottom-color: #c2410cd9; +} + .border-y-orange-700\\/90 { border-top-color: #c2410ce6; border-bottom-color: #c2410ce6; @@ -194468,6 +267128,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a3412; } +.border-y-orange-800\\/15 { + border-top-color: #9a341226; + border-bottom-color: #9a341226; +} + .border-y-orange-800\\/20 { border-top-color: #9a341233; border-bottom-color: #9a341233; @@ -194483,11 +267148,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a34124d; } +.border-y-orange-800\\/35 { + border-top-color: #9a341259; + border-bottom-color: #9a341259; +} + .border-y-orange-800\\/40 { border-top-color: #9a341266; border-bottom-color: #9a341266; } +.border-y-orange-800\\/45 { + border-top-color: #9a341273; + border-bottom-color: #9a341273; +} + .border-y-orange-800\\/5 { border-top-color: #9a34120d; border-bottom-color: #9a34120d; @@ -194498,11 +267173,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a341280; } +.border-y-orange-800\\/55 { + border-top-color: #9a34128c; + border-bottom-color: #9a34128c; +} + .border-y-orange-800\\/60 { border-top-color: #9a341299; border-bottom-color: #9a341299; } +.border-y-orange-800\\/65 { + border-top-color: #9a3412a6; + border-bottom-color: #9a3412a6; +} + .border-y-orange-800\\/70 { border-top-color: #9a3412b3; border-bottom-color: #9a3412b3; @@ -194518,6 +267203,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a3412cc; } +.border-y-orange-800\\/85 { + border-top-color: #9a3412d9; + border-bottom-color: #9a3412d9; +} + .border-y-orange-800\\/90 { border-top-color: #9a3412e6; border-bottom-color: #9a3412e6; @@ -194549,6 +267239,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d12; } +.border-y-orange-900\\/15 { + border-top-color: #7c2d1226; + border-bottom-color: #7c2d1226; +} + .border-y-orange-900\\/20 { border-top-color: #7c2d1233; border-bottom-color: #7c2d1233; @@ -194564,11 +267259,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d124d; } +.border-y-orange-900\\/35 { + border-top-color: #7c2d1259; + border-bottom-color: #7c2d1259; +} + .border-y-orange-900\\/40 { border-top-color: #7c2d1266; border-bottom-color: #7c2d1266; } +.border-y-orange-900\\/45 { + border-top-color: #7c2d1273; + border-bottom-color: #7c2d1273; +} + .border-y-orange-900\\/5 { border-top-color: #7c2d120d; border-bottom-color: #7c2d120d; @@ -194579,11 +267284,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d1280; } +.border-y-orange-900\\/55 { + border-top-color: #7c2d128c; + border-bottom-color: #7c2d128c; +} + .border-y-orange-900\\/60 { border-top-color: #7c2d1299; border-bottom-color: #7c2d1299; } +.border-y-orange-900\\/65 { + border-top-color: #7c2d12a6; + border-bottom-color: #7c2d12a6; +} + .border-y-orange-900\\/70 { border-top-color: #7c2d12b3; border-bottom-color: #7c2d12b3; @@ -194599,6 +267314,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d12cc; } +.border-y-orange-900\\/85 { + border-top-color: #7c2d12d9; + border-bottom-color: #7c2d12d9; +} + .border-y-orange-900\\/90 { border-top-color: #7c2d12e6; border-bottom-color: #7c2d12e6; @@ -194630,6 +267350,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #431407; } +.border-y-orange-950\\/15 { + border-top-color: #43140726; + border-bottom-color: #43140726; +} + .border-y-orange-950\\/20 { border-top-color: #43140733; border-bottom-color: #43140733; @@ -194645,11 +267370,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4314074d; } +.border-y-orange-950\\/35 { + border-top-color: #43140759; + border-bottom-color: #43140759; +} + .border-y-orange-950\\/40 { border-top-color: #43140766; border-bottom-color: #43140766; } +.border-y-orange-950\\/45 { + border-top-color: #43140773; + border-bottom-color: #43140773; +} + .border-y-orange-950\\/5 { border-top-color: #4314070d; border-bottom-color: #4314070d; @@ -194660,11 +267395,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #43140780; } +.border-y-orange-950\\/55 { + border-top-color: #4314078c; + border-bottom-color: #4314078c; +} + .border-y-orange-950\\/60 { border-top-color: #43140799; border-bottom-color: #43140799; } +.border-y-orange-950\\/65 { + border-top-color: #431407a6; + border-bottom-color: #431407a6; +} + .border-y-orange-950\\/70 { border-top-color: #431407b3; border-bottom-color: #431407b3; @@ -194680,6 +267425,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #431407cc; } +.border-y-orange-950\\/85 { + border-top-color: #431407d9; + border-bottom-color: #431407d9; +} + .border-y-orange-950\\/90 { border-top-color: #431407e6; border-bottom-color: #431407e6; @@ -194711,6 +267461,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f3; } +.border-y-pink-100\\/15 { + border-top-color: #fce7f326; + border-bottom-color: #fce7f326; +} + .border-y-pink-100\\/20 { border-top-color: #fce7f333; border-bottom-color: #fce7f333; @@ -194726,11 +267481,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f34d; } +.border-y-pink-100\\/35 { + border-top-color: #fce7f359; + border-bottom-color: #fce7f359; +} + .border-y-pink-100\\/40 { border-top-color: #fce7f366; border-bottom-color: #fce7f366; } +.border-y-pink-100\\/45 { + border-top-color: #fce7f373; + border-bottom-color: #fce7f373; +} + .border-y-pink-100\\/5 { border-top-color: #fce7f30d; border-bottom-color: #fce7f30d; @@ -194741,11 +267506,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f380; } +.border-y-pink-100\\/55 { + border-top-color: #fce7f38c; + border-bottom-color: #fce7f38c; +} + .border-y-pink-100\\/60 { border-top-color: #fce7f399; border-bottom-color: #fce7f399; } +.border-y-pink-100\\/65 { + border-top-color: #fce7f3a6; + border-bottom-color: #fce7f3a6; +} + .border-y-pink-100\\/70 { border-top-color: #fce7f3b3; border-bottom-color: #fce7f3b3; @@ -194761,6 +267536,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f3cc; } +.border-y-pink-100\\/85 { + border-top-color: #fce7f3d9; + border-bottom-color: #fce7f3d9; +} + .border-y-pink-100\\/90 { border-top-color: #fce7f3e6; border-bottom-color: #fce7f3e6; @@ -194792,6 +267572,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe8; } +.border-y-pink-200\\/15 { + border-top-color: #fbcfe826; + border-bottom-color: #fbcfe826; +} + .border-y-pink-200\\/20 { border-top-color: #fbcfe833; border-bottom-color: #fbcfe833; @@ -194807,11 +267592,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe84d; } +.border-y-pink-200\\/35 { + border-top-color: #fbcfe859; + border-bottom-color: #fbcfe859; +} + .border-y-pink-200\\/40 { border-top-color: #fbcfe866; border-bottom-color: #fbcfe866; } +.border-y-pink-200\\/45 { + border-top-color: #fbcfe873; + border-bottom-color: #fbcfe873; +} + .border-y-pink-200\\/5 { border-top-color: #fbcfe80d; border-bottom-color: #fbcfe80d; @@ -194822,11 +267617,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe880; } +.border-y-pink-200\\/55 { + border-top-color: #fbcfe88c; + border-bottom-color: #fbcfe88c; +} + .border-y-pink-200\\/60 { border-top-color: #fbcfe899; border-bottom-color: #fbcfe899; } +.border-y-pink-200\\/65 { + border-top-color: #fbcfe8a6; + border-bottom-color: #fbcfe8a6; +} + .border-y-pink-200\\/70 { border-top-color: #fbcfe8b3; border-bottom-color: #fbcfe8b3; @@ -194842,6 +267647,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe8cc; } +.border-y-pink-200\\/85 { + border-top-color: #fbcfe8d9; + border-bottom-color: #fbcfe8d9; +} + .border-y-pink-200\\/90 { border-top-color: #fbcfe8e6; border-bottom-color: #fbcfe8e6; @@ -194873,6 +267683,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d4; } +.border-y-pink-300\\/15 { + border-top-color: #f9a8d426; + border-bottom-color: #f9a8d426; +} + .border-y-pink-300\\/20 { border-top-color: #f9a8d433; border-bottom-color: #f9a8d433; @@ -194888,11 +267703,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d44d; } +.border-y-pink-300\\/35 { + border-top-color: #f9a8d459; + border-bottom-color: #f9a8d459; +} + .border-y-pink-300\\/40 { border-top-color: #f9a8d466; border-bottom-color: #f9a8d466; } +.border-y-pink-300\\/45 { + border-top-color: #f9a8d473; + border-bottom-color: #f9a8d473; +} + .border-y-pink-300\\/5 { border-top-color: #f9a8d40d; border-bottom-color: #f9a8d40d; @@ -194903,11 +267728,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d480; } +.border-y-pink-300\\/55 { + border-top-color: #f9a8d48c; + border-bottom-color: #f9a8d48c; +} + .border-y-pink-300\\/60 { border-top-color: #f9a8d499; border-bottom-color: #f9a8d499; } +.border-y-pink-300\\/65 { + border-top-color: #f9a8d4a6; + border-bottom-color: #f9a8d4a6; +} + .border-y-pink-300\\/70 { border-top-color: #f9a8d4b3; border-bottom-color: #f9a8d4b3; @@ -194923,6 +267758,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d4cc; } +.border-y-pink-300\\/85 { + border-top-color: #f9a8d4d9; + border-bottom-color: #f9a8d4d9; +} + .border-y-pink-300\\/90 { border-top-color: #f9a8d4e6; border-bottom-color: #f9a8d4e6; @@ -194954,6 +267794,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b6; } +.border-y-pink-400\\/15 { + border-top-color: #f472b626; + border-bottom-color: #f472b626; +} + .border-y-pink-400\\/20 { border-top-color: #f472b633; border-bottom-color: #f472b633; @@ -194969,11 +267814,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b64d; } +.border-y-pink-400\\/35 { + border-top-color: #f472b659; + border-bottom-color: #f472b659; +} + .border-y-pink-400\\/40 { border-top-color: #f472b666; border-bottom-color: #f472b666; } +.border-y-pink-400\\/45 { + border-top-color: #f472b673; + border-bottom-color: #f472b673; +} + .border-y-pink-400\\/5 { border-top-color: #f472b60d; border-bottom-color: #f472b60d; @@ -194984,11 +267839,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b680; } +.border-y-pink-400\\/55 { + border-top-color: #f472b68c; + border-bottom-color: #f472b68c; +} + .border-y-pink-400\\/60 { border-top-color: #f472b699; border-bottom-color: #f472b699; } +.border-y-pink-400\\/65 { + border-top-color: #f472b6a6; + border-bottom-color: #f472b6a6; +} + .border-y-pink-400\\/70 { border-top-color: #f472b6b3; border-bottom-color: #f472b6b3; @@ -195004,6 +267869,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b6cc; } +.border-y-pink-400\\/85 { + border-top-color: #f472b6d9; + border-bottom-color: #f472b6d9; +} + .border-y-pink-400\\/90 { border-top-color: #f472b6e6; border-bottom-color: #f472b6e6; @@ -195035,6 +267905,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f8; } +.border-y-pink-50\\/15 { + border-top-color: #fdf2f826; + border-bottom-color: #fdf2f826; +} + .border-y-pink-50\\/20 { border-top-color: #fdf2f833; border-bottom-color: #fdf2f833; @@ -195050,11 +267925,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f84d; } +.border-y-pink-50\\/35 { + border-top-color: #fdf2f859; + border-bottom-color: #fdf2f859; +} + .border-y-pink-50\\/40 { border-top-color: #fdf2f866; border-bottom-color: #fdf2f866; } +.border-y-pink-50\\/45 { + border-top-color: #fdf2f873; + border-bottom-color: #fdf2f873; +} + .border-y-pink-50\\/5 { border-top-color: #fdf2f80d; border-bottom-color: #fdf2f80d; @@ -195065,11 +267950,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f880; } +.border-y-pink-50\\/55 { + border-top-color: #fdf2f88c; + border-bottom-color: #fdf2f88c; +} + .border-y-pink-50\\/60 { border-top-color: #fdf2f899; border-bottom-color: #fdf2f899; } +.border-y-pink-50\\/65 { + border-top-color: #fdf2f8a6; + border-bottom-color: #fdf2f8a6; +} + .border-y-pink-50\\/70 { border-top-color: #fdf2f8b3; border-bottom-color: #fdf2f8b3; @@ -195085,6 +267980,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f8cc; } +.border-y-pink-50\\/85 { + border-top-color: #fdf2f8d9; + border-bottom-color: #fdf2f8d9; +} + .border-y-pink-50\\/90 { border-top-color: #fdf2f8e6; border-bottom-color: #fdf2f8e6; @@ -195116,6 +268016,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec4899; } +.border-y-pink-500\\/15 { + border-top-color: #ec489926; + border-bottom-color: #ec489926; +} + .border-y-pink-500\\/20 { border-top-color: #ec489933; border-bottom-color: #ec489933; @@ -195131,11 +268036,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec48994d; } +.border-y-pink-500\\/35 { + border-top-color: #ec489959; + border-bottom-color: #ec489959; +} + .border-y-pink-500\\/40 { border-top-color: #ec489966; border-bottom-color: #ec489966; } +.border-y-pink-500\\/45 { + border-top-color: #ec489973; + border-bottom-color: #ec489973; +} + .border-y-pink-500\\/5 { border-top-color: #ec48990d; border-bottom-color: #ec48990d; @@ -195146,11 +268061,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec489980; } +.border-y-pink-500\\/55 { + border-top-color: #ec48998c; + border-bottom-color: #ec48998c; +} + .border-y-pink-500\\/60 { border-top-color: #ec489999; border-bottom-color: #ec489999; } +.border-y-pink-500\\/65 { + border-top-color: #ec4899a6; + border-bottom-color: #ec4899a6; +} + .border-y-pink-500\\/70 { border-top-color: #ec4899b3; border-bottom-color: #ec4899b3; @@ -195166,6 +268091,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec4899cc; } +.border-y-pink-500\\/85 { + border-top-color: #ec4899d9; + border-bottom-color: #ec4899d9; +} + .border-y-pink-500\\/90 { border-top-color: #ec4899e6; border-bottom-color: #ec4899e6; @@ -195197,6 +268127,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db2777; } +.border-y-pink-600\\/15 { + border-top-color: #db277726; + border-bottom-color: #db277726; +} + .border-y-pink-600\\/20 { border-top-color: #db277733; border-bottom-color: #db277733; @@ -195212,11 +268147,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db27774d; } +.border-y-pink-600\\/35 { + border-top-color: #db277759; + border-bottom-color: #db277759; +} + .border-y-pink-600\\/40 { border-top-color: #db277766; border-bottom-color: #db277766; } +.border-y-pink-600\\/45 { + border-top-color: #db277773; + border-bottom-color: #db277773; +} + .border-y-pink-600\\/5 { border-top-color: #db27770d; border-bottom-color: #db27770d; @@ -195227,11 +268172,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db277780; } +.border-y-pink-600\\/55 { + border-top-color: #db27778c; + border-bottom-color: #db27778c; +} + .border-y-pink-600\\/60 { border-top-color: #db277799; border-bottom-color: #db277799; } +.border-y-pink-600\\/65 { + border-top-color: #db2777a6; + border-bottom-color: #db2777a6; +} + .border-y-pink-600\\/70 { border-top-color: #db2777b3; border-bottom-color: #db2777b3; @@ -195247,6 +268202,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db2777cc; } +.border-y-pink-600\\/85 { + border-top-color: #db2777d9; + border-bottom-color: #db2777d9; +} + .border-y-pink-600\\/90 { border-top-color: #db2777e6; border-bottom-color: #db2777e6; @@ -195278,6 +268238,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185d; } +.border-y-pink-700\\/15 { + border-top-color: #be185d26; + border-bottom-color: #be185d26; +} + .border-y-pink-700\\/20 { border-top-color: #be185d33; border-bottom-color: #be185d33; @@ -195293,11 +268258,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185d4d; } +.border-y-pink-700\\/35 { + border-top-color: #be185d59; + border-bottom-color: #be185d59; +} + .border-y-pink-700\\/40 { border-top-color: #be185d66; border-bottom-color: #be185d66; } +.border-y-pink-700\\/45 { + border-top-color: #be185d73; + border-bottom-color: #be185d73; +} + .border-y-pink-700\\/5 { border-top-color: #be185d0d; border-bottom-color: #be185d0d; @@ -195308,11 +268283,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185d80; } +.border-y-pink-700\\/55 { + border-top-color: #be185d8c; + border-bottom-color: #be185d8c; +} + .border-y-pink-700\\/60 { border-top-color: #be185d99; border-bottom-color: #be185d99; } +.border-y-pink-700\\/65 { + border-top-color: #be185da6; + border-bottom-color: #be185da6; +} + .border-y-pink-700\\/70 { border-top-color: #be185db3; border-bottom-color: #be185db3; @@ -195328,6 +268313,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185dcc; } +.border-y-pink-700\\/85 { + border-top-color: #be185dd9; + border-bottom-color: #be185dd9; +} + .border-y-pink-700\\/90 { border-top-color: #be185de6; border-bottom-color: #be185de6; @@ -195359,6 +268349,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174d; } +.border-y-pink-800\\/15 { + border-top-color: #9d174d26; + border-bottom-color: #9d174d26; +} + .border-y-pink-800\\/20 { border-top-color: #9d174d33; border-bottom-color: #9d174d33; @@ -195374,11 +268369,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174d4d; } +.border-y-pink-800\\/35 { + border-top-color: #9d174d59; + border-bottom-color: #9d174d59; +} + .border-y-pink-800\\/40 { border-top-color: #9d174d66; border-bottom-color: #9d174d66; } +.border-y-pink-800\\/45 { + border-top-color: #9d174d73; + border-bottom-color: #9d174d73; +} + .border-y-pink-800\\/5 { border-top-color: #9d174d0d; border-bottom-color: #9d174d0d; @@ -195389,11 +268394,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174d80; } +.border-y-pink-800\\/55 { + border-top-color: #9d174d8c; + border-bottom-color: #9d174d8c; +} + .border-y-pink-800\\/60 { border-top-color: #9d174d99; border-bottom-color: #9d174d99; } +.border-y-pink-800\\/65 { + border-top-color: #9d174da6; + border-bottom-color: #9d174da6; +} + .border-y-pink-800\\/70 { border-top-color: #9d174db3; border-bottom-color: #9d174db3; @@ -195409,6 +268424,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174dcc; } +.border-y-pink-800\\/85 { + border-top-color: #9d174dd9; + border-bottom-color: #9d174dd9; +} + .border-y-pink-800\\/90 { border-top-color: #9d174de6; border-bottom-color: #9d174de6; @@ -195440,6 +268460,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #831843; } +.border-y-pink-900\\/15 { + border-top-color: #83184326; + border-bottom-color: #83184326; +} + .border-y-pink-900\\/20 { border-top-color: #83184333; border-bottom-color: #83184333; @@ -195455,11 +268480,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8318434d; } +.border-y-pink-900\\/35 { + border-top-color: #83184359; + border-bottom-color: #83184359; +} + .border-y-pink-900\\/40 { border-top-color: #83184366; border-bottom-color: #83184366; } +.border-y-pink-900\\/45 { + border-top-color: #83184373; + border-bottom-color: #83184373; +} + .border-y-pink-900\\/5 { border-top-color: #8318430d; border-bottom-color: #8318430d; @@ -195470,11 +268505,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #83184380; } +.border-y-pink-900\\/55 { + border-top-color: #8318438c; + border-bottom-color: #8318438c; +} + .border-y-pink-900\\/60 { border-top-color: #83184399; border-bottom-color: #83184399; } +.border-y-pink-900\\/65 { + border-top-color: #831843a6; + border-bottom-color: #831843a6; +} + .border-y-pink-900\\/70 { border-top-color: #831843b3; border-bottom-color: #831843b3; @@ -195490,6 +268535,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #831843cc; } +.border-y-pink-900\\/85 { + border-top-color: #831843d9; + border-bottom-color: #831843d9; +} + .border-y-pink-900\\/90 { border-top-color: #831843e6; border-bottom-color: #831843e6; @@ -195521,6 +268571,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #500724; } +.border-y-pink-950\\/15 { + border-top-color: #50072426; + border-bottom-color: #50072426; +} + .border-y-pink-950\\/20 { border-top-color: #50072433; border-bottom-color: #50072433; @@ -195536,11 +268591,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5007244d; } +.border-y-pink-950\\/35 { + border-top-color: #50072459; + border-bottom-color: #50072459; +} + .border-y-pink-950\\/40 { border-top-color: #50072466; border-bottom-color: #50072466; } +.border-y-pink-950\\/45 { + border-top-color: #50072473; + border-bottom-color: #50072473; +} + .border-y-pink-950\\/5 { border-top-color: #5007240d; border-bottom-color: #5007240d; @@ -195551,11 +268616,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #50072480; } +.border-y-pink-950\\/55 { + border-top-color: #5007248c; + border-bottom-color: #5007248c; +} + .border-y-pink-950\\/60 { border-top-color: #50072499; border-bottom-color: #50072499; } +.border-y-pink-950\\/65 { + border-top-color: #500724a6; + border-bottom-color: #500724a6; +} + .border-y-pink-950\\/70 { border-top-color: #500724b3; border-bottom-color: #500724b3; @@ -195571,6 +268646,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #500724cc; } +.border-y-pink-950\\/85 { + border-top-color: #500724d9; + border-bottom-color: #500724d9; +} + .border-y-pink-950\\/90 { border-top-color: #500724e6; border-bottom-color: #500724e6; @@ -195602,6 +268682,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ff; } +.border-y-purple-100\\/15 { + border-top-color: #f3e8ff26; + border-bottom-color: #f3e8ff26; +} + .border-y-purple-100\\/20 { border-top-color: #f3e8ff33; border-bottom-color: #f3e8ff33; @@ -195617,11 +268702,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ff4d; } +.border-y-purple-100\\/35 { + border-top-color: #f3e8ff59; + border-bottom-color: #f3e8ff59; +} + .border-y-purple-100\\/40 { border-top-color: #f3e8ff66; border-bottom-color: #f3e8ff66; } +.border-y-purple-100\\/45 { + border-top-color: #f3e8ff73; + border-bottom-color: #f3e8ff73; +} + .border-y-purple-100\\/5 { border-top-color: #f3e8ff0d; border-bottom-color: #f3e8ff0d; @@ -195632,11 +268727,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ff80; } +.border-y-purple-100\\/55 { + border-top-color: #f3e8ff8c; + border-bottom-color: #f3e8ff8c; +} + .border-y-purple-100\\/60 { border-top-color: #f3e8ff99; border-bottom-color: #f3e8ff99; } +.border-y-purple-100\\/65 { + border-top-color: #f3e8ffa6; + border-bottom-color: #f3e8ffa6; +} + .border-y-purple-100\\/70 { border-top-color: #f3e8ffb3; border-bottom-color: #f3e8ffb3; @@ -195652,6 +268757,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ffcc; } +.border-y-purple-100\\/85 { + border-top-color: #f3e8ffd9; + border-bottom-color: #f3e8ffd9; +} + .border-y-purple-100\\/90 { border-top-color: #f3e8ffe6; border-bottom-color: #f3e8ffe6; @@ -195683,6 +268793,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ff; } +.border-y-purple-200\\/15 { + border-top-color: #e9d5ff26; + border-bottom-color: #e9d5ff26; +} + .border-y-purple-200\\/20 { border-top-color: #e9d5ff33; border-bottom-color: #e9d5ff33; @@ -195698,11 +268813,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ff4d; } +.border-y-purple-200\\/35 { + border-top-color: #e9d5ff59; + border-bottom-color: #e9d5ff59; +} + .border-y-purple-200\\/40 { border-top-color: #e9d5ff66; border-bottom-color: #e9d5ff66; } +.border-y-purple-200\\/45 { + border-top-color: #e9d5ff73; + border-bottom-color: #e9d5ff73; +} + .border-y-purple-200\\/5 { border-top-color: #e9d5ff0d; border-bottom-color: #e9d5ff0d; @@ -195713,11 +268838,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ff80; } +.border-y-purple-200\\/55 { + border-top-color: #e9d5ff8c; + border-bottom-color: #e9d5ff8c; +} + .border-y-purple-200\\/60 { border-top-color: #e9d5ff99; border-bottom-color: #e9d5ff99; } +.border-y-purple-200\\/65 { + border-top-color: #e9d5ffa6; + border-bottom-color: #e9d5ffa6; +} + .border-y-purple-200\\/70 { border-top-color: #e9d5ffb3; border-bottom-color: #e9d5ffb3; @@ -195733,6 +268868,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ffcc; } +.border-y-purple-200\\/85 { + border-top-color: #e9d5ffd9; + border-bottom-color: #e9d5ffd9; +} + .border-y-purple-200\\/90 { border-top-color: #e9d5ffe6; border-bottom-color: #e9d5ffe6; @@ -195764,6 +268904,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fe; } +.border-y-purple-300\\/15 { + border-top-color: #d8b4fe26; + border-bottom-color: #d8b4fe26; +} + .border-y-purple-300\\/20 { border-top-color: #d8b4fe33; border-bottom-color: #d8b4fe33; @@ -195779,11 +268924,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fe4d; } +.border-y-purple-300\\/35 { + border-top-color: #d8b4fe59; + border-bottom-color: #d8b4fe59; +} + .border-y-purple-300\\/40 { border-top-color: #d8b4fe66; border-bottom-color: #d8b4fe66; } +.border-y-purple-300\\/45 { + border-top-color: #d8b4fe73; + border-bottom-color: #d8b4fe73; +} + .border-y-purple-300\\/5 { border-top-color: #d8b4fe0d; border-bottom-color: #d8b4fe0d; @@ -195794,11 +268949,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fe80; } +.border-y-purple-300\\/55 { + border-top-color: #d8b4fe8c; + border-bottom-color: #d8b4fe8c; +} + .border-y-purple-300\\/60 { border-top-color: #d8b4fe99; border-bottom-color: #d8b4fe99; } +.border-y-purple-300\\/65 { + border-top-color: #d8b4fea6; + border-bottom-color: #d8b4fea6; +} + .border-y-purple-300\\/70 { border-top-color: #d8b4feb3; border-bottom-color: #d8b4feb3; @@ -195814,6 +268979,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fecc; } +.border-y-purple-300\\/85 { + border-top-color: #d8b4fed9; + border-bottom-color: #d8b4fed9; +} + .border-y-purple-300\\/90 { border-top-color: #d8b4fee6; border-bottom-color: #d8b4fee6; @@ -195845,6 +269015,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fc; } +.border-y-purple-400\\/15 { + border-top-color: #c084fc26; + border-bottom-color: #c084fc26; +} + .border-y-purple-400\\/20 { border-top-color: #c084fc33; border-bottom-color: #c084fc33; @@ -195860,11 +269035,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fc4d; } +.border-y-purple-400\\/35 { + border-top-color: #c084fc59; + border-bottom-color: #c084fc59; +} + .border-y-purple-400\\/40 { border-top-color: #c084fc66; border-bottom-color: #c084fc66; } +.border-y-purple-400\\/45 { + border-top-color: #c084fc73; + border-bottom-color: #c084fc73; +} + .border-y-purple-400\\/5 { border-top-color: #c084fc0d; border-bottom-color: #c084fc0d; @@ -195875,11 +269060,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fc80; } +.border-y-purple-400\\/55 { + border-top-color: #c084fc8c; + border-bottom-color: #c084fc8c; +} + .border-y-purple-400\\/60 { border-top-color: #c084fc99; border-bottom-color: #c084fc99; } +.border-y-purple-400\\/65 { + border-top-color: #c084fca6; + border-bottom-color: #c084fca6; +} + .border-y-purple-400\\/70 { border-top-color: #c084fcb3; border-bottom-color: #c084fcb3; @@ -195895,6 +269090,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fccc; } +.border-y-purple-400\\/85 { + border-top-color: #c084fcd9; + border-bottom-color: #c084fcd9; +} + .border-y-purple-400\\/90 { border-top-color: #c084fce6; border-bottom-color: #c084fce6; @@ -195926,6 +269126,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ff; } +.border-y-purple-50\\/15 { + border-top-color: #faf5ff26; + border-bottom-color: #faf5ff26; +} + .border-y-purple-50\\/20 { border-top-color: #faf5ff33; border-bottom-color: #faf5ff33; @@ -195941,11 +269146,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ff4d; } +.border-y-purple-50\\/35 { + border-top-color: #faf5ff59; + border-bottom-color: #faf5ff59; +} + .border-y-purple-50\\/40 { border-top-color: #faf5ff66; border-bottom-color: #faf5ff66; } +.border-y-purple-50\\/45 { + border-top-color: #faf5ff73; + border-bottom-color: #faf5ff73; +} + .border-y-purple-50\\/5 { border-top-color: #faf5ff0d; border-bottom-color: #faf5ff0d; @@ -195956,11 +269171,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ff80; } +.border-y-purple-50\\/55 { + border-top-color: #faf5ff8c; + border-bottom-color: #faf5ff8c; +} + .border-y-purple-50\\/60 { border-top-color: #faf5ff99; border-bottom-color: #faf5ff99; } +.border-y-purple-50\\/65 { + border-top-color: #faf5ffa6; + border-bottom-color: #faf5ffa6; +} + .border-y-purple-50\\/70 { border-top-color: #faf5ffb3; border-bottom-color: #faf5ffb3; @@ -195976,6 +269201,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ffcc; } +.border-y-purple-50\\/85 { + border-top-color: #faf5ffd9; + border-bottom-color: #faf5ffd9; +} + .border-y-purple-50\\/90 { border-top-color: #faf5ffe6; border-bottom-color: #faf5ffe6; @@ -196007,6 +269237,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f7; } +.border-y-purple-500\\/15 { + border-top-color: #a855f726; + border-bottom-color: #a855f726; +} + .border-y-purple-500\\/20 { border-top-color: #a855f733; border-bottom-color: #a855f733; @@ -196022,11 +269257,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f74d; } +.border-y-purple-500\\/35 { + border-top-color: #a855f759; + border-bottom-color: #a855f759; +} + .border-y-purple-500\\/40 { border-top-color: #a855f766; border-bottom-color: #a855f766; } +.border-y-purple-500\\/45 { + border-top-color: #a855f773; + border-bottom-color: #a855f773; +} + .border-y-purple-500\\/5 { border-top-color: #a855f70d; border-bottom-color: #a855f70d; @@ -196037,11 +269282,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f780; } +.border-y-purple-500\\/55 { + border-top-color: #a855f78c; + border-bottom-color: #a855f78c; +} + .border-y-purple-500\\/60 { border-top-color: #a855f799; border-bottom-color: #a855f799; } +.border-y-purple-500\\/65 { + border-top-color: #a855f7a6; + border-bottom-color: #a855f7a6; +} + .border-y-purple-500\\/70 { border-top-color: #a855f7b3; border-bottom-color: #a855f7b3; @@ -196057,6 +269312,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f7cc; } +.border-y-purple-500\\/85 { + border-top-color: #a855f7d9; + border-bottom-color: #a855f7d9; +} + .border-y-purple-500\\/90 { border-top-color: #a855f7e6; border-bottom-color: #a855f7e6; @@ -196088,6 +269348,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333ea; } +.border-y-purple-600\\/15 { + border-top-color: #9333ea26; + border-bottom-color: #9333ea26; +} + .border-y-purple-600\\/20 { border-top-color: #9333ea33; border-bottom-color: #9333ea33; @@ -196103,11 +269368,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333ea4d; } +.border-y-purple-600\\/35 { + border-top-color: #9333ea59; + border-bottom-color: #9333ea59; +} + .border-y-purple-600\\/40 { border-top-color: #9333ea66; border-bottom-color: #9333ea66; } +.border-y-purple-600\\/45 { + border-top-color: #9333ea73; + border-bottom-color: #9333ea73; +} + .border-y-purple-600\\/5 { border-top-color: #9333ea0d; border-bottom-color: #9333ea0d; @@ -196118,11 +269393,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333ea80; } +.border-y-purple-600\\/55 { + border-top-color: #9333ea8c; + border-bottom-color: #9333ea8c; +} + .border-y-purple-600\\/60 { border-top-color: #9333ea99; border-bottom-color: #9333ea99; } +.border-y-purple-600\\/65 { + border-top-color: #9333eaa6; + border-bottom-color: #9333eaa6; +} + .border-y-purple-600\\/70 { border-top-color: #9333eab3; border-bottom-color: #9333eab3; @@ -196138,6 +269423,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333eacc; } +.border-y-purple-600\\/85 { + border-top-color: #9333ead9; + border-bottom-color: #9333ead9; +} + .border-y-purple-600\\/90 { border-top-color: #9333eae6; border-bottom-color: #9333eae6; @@ -196169,6 +269459,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22ce; } +.border-y-purple-700\\/15 { + border-top-color: #7e22ce26; + border-bottom-color: #7e22ce26; +} + .border-y-purple-700\\/20 { border-top-color: #7e22ce33; border-bottom-color: #7e22ce33; @@ -196184,11 +269479,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22ce4d; } +.border-y-purple-700\\/35 { + border-top-color: #7e22ce59; + border-bottom-color: #7e22ce59; +} + .border-y-purple-700\\/40 { border-top-color: #7e22ce66; border-bottom-color: #7e22ce66; } +.border-y-purple-700\\/45 { + border-top-color: #7e22ce73; + border-bottom-color: #7e22ce73; +} + .border-y-purple-700\\/5 { border-top-color: #7e22ce0d; border-bottom-color: #7e22ce0d; @@ -196199,11 +269504,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22ce80; } +.border-y-purple-700\\/55 { + border-top-color: #7e22ce8c; + border-bottom-color: #7e22ce8c; +} + .border-y-purple-700\\/60 { border-top-color: #7e22ce99; border-bottom-color: #7e22ce99; } +.border-y-purple-700\\/65 { + border-top-color: #7e22cea6; + border-bottom-color: #7e22cea6; +} + .border-y-purple-700\\/70 { border-top-color: #7e22ceb3; border-bottom-color: #7e22ceb3; @@ -196219,6 +269534,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22cecc; } +.border-y-purple-700\\/85 { + border-top-color: #7e22ced9; + border-bottom-color: #7e22ced9; +} + .border-y-purple-700\\/90 { border-top-color: #7e22cee6; border-bottom-color: #7e22cee6; @@ -196250,6 +269570,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a8; } +.border-y-purple-800\\/15 { + border-top-color: #6b21a826; + border-bottom-color: #6b21a826; +} + .border-y-purple-800\\/20 { border-top-color: #6b21a833; border-bottom-color: #6b21a833; @@ -196265,11 +269590,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a84d; } +.border-y-purple-800\\/35 { + border-top-color: #6b21a859; + border-bottom-color: #6b21a859; +} + .border-y-purple-800\\/40 { border-top-color: #6b21a866; border-bottom-color: #6b21a866; } +.border-y-purple-800\\/45 { + border-top-color: #6b21a873; + border-bottom-color: #6b21a873; +} + .border-y-purple-800\\/5 { border-top-color: #6b21a80d; border-bottom-color: #6b21a80d; @@ -196280,11 +269615,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a880; } +.border-y-purple-800\\/55 { + border-top-color: #6b21a88c; + border-bottom-color: #6b21a88c; +} + .border-y-purple-800\\/60 { border-top-color: #6b21a899; border-bottom-color: #6b21a899; } +.border-y-purple-800\\/65 { + border-top-color: #6b21a8a6; + border-bottom-color: #6b21a8a6; +} + .border-y-purple-800\\/70 { border-top-color: #6b21a8b3; border-bottom-color: #6b21a8b3; @@ -196300,6 +269645,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a8cc; } +.border-y-purple-800\\/85 { + border-top-color: #6b21a8d9; + border-bottom-color: #6b21a8d9; +} + .border-y-purple-800\\/90 { border-top-color: #6b21a8e6; border-bottom-color: #6b21a8e6; @@ -196331,6 +269681,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c87; } +.border-y-purple-900\\/15 { + border-top-color: #581c8726; + border-bottom-color: #581c8726; +} + .border-y-purple-900\\/20 { border-top-color: #581c8733; border-bottom-color: #581c8733; @@ -196346,11 +269701,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c874d; } +.border-y-purple-900\\/35 { + border-top-color: #581c8759; + border-bottom-color: #581c8759; +} + .border-y-purple-900\\/40 { border-top-color: #581c8766; border-bottom-color: #581c8766; } +.border-y-purple-900\\/45 { + border-top-color: #581c8773; + border-bottom-color: #581c8773; +} + .border-y-purple-900\\/5 { border-top-color: #581c870d; border-bottom-color: #581c870d; @@ -196361,11 +269726,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c8780; } +.border-y-purple-900\\/55 { + border-top-color: #581c878c; + border-bottom-color: #581c878c; +} + .border-y-purple-900\\/60 { border-top-color: #581c8799; border-bottom-color: #581c8799; } +.border-y-purple-900\\/65 { + border-top-color: #581c87a6; + border-bottom-color: #581c87a6; +} + .border-y-purple-900\\/70 { border-top-color: #581c87b3; border-bottom-color: #581c87b3; @@ -196381,6 +269756,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c87cc; } +.border-y-purple-900\\/85 { + border-top-color: #581c87d9; + border-bottom-color: #581c87d9; +} + .border-y-purple-900\\/90 { border-top-color: #581c87e6; border-bottom-color: #581c87e6; @@ -196412,6 +269792,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b0764; } +.border-y-purple-950\\/15 { + border-top-color: #3b076426; + border-bottom-color: #3b076426; +} + .border-y-purple-950\\/20 { border-top-color: #3b076433; border-bottom-color: #3b076433; @@ -196427,11 +269812,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b07644d; } +.border-y-purple-950\\/35 { + border-top-color: #3b076459; + border-bottom-color: #3b076459; +} + .border-y-purple-950\\/40 { border-top-color: #3b076466; border-bottom-color: #3b076466; } +.border-y-purple-950\\/45 { + border-top-color: #3b076473; + border-bottom-color: #3b076473; +} + .border-y-purple-950\\/5 { border-top-color: #3b07640d; border-bottom-color: #3b07640d; @@ -196442,11 +269837,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b076480; } +.border-y-purple-950\\/55 { + border-top-color: #3b07648c; + border-bottom-color: #3b07648c; +} + .border-y-purple-950\\/60 { border-top-color: #3b076499; border-bottom-color: #3b076499; } +.border-y-purple-950\\/65 { + border-top-color: #3b0764a6; + border-bottom-color: #3b0764a6; +} + .border-y-purple-950\\/70 { border-top-color: #3b0764b3; border-bottom-color: #3b0764b3; @@ -196462,6 +269867,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b0764cc; } +.border-y-purple-950\\/85 { + border-top-color: #3b0764d9; + border-bottom-color: #3b0764d9; +} + .border-y-purple-950\\/90 { border-top-color: #3b0764e6; border-bottom-color: #3b0764e6; @@ -196493,6 +269903,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e2; } +.border-y-red-100\\/15 { + border-top-color: #fee2e226; + border-bottom-color: #fee2e226; +} + .border-y-red-100\\/20 { border-top-color: #fee2e233; border-bottom-color: #fee2e233; @@ -196508,11 +269923,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e24d; } +.border-y-red-100\\/35 { + border-top-color: #fee2e259; + border-bottom-color: #fee2e259; +} + .border-y-red-100\\/40 { border-top-color: #fee2e266; border-bottom-color: #fee2e266; } +.border-y-red-100\\/45 { + border-top-color: #fee2e273; + border-bottom-color: #fee2e273; +} + .border-y-red-100\\/5 { border-top-color: #fee2e20d; border-bottom-color: #fee2e20d; @@ -196523,11 +269948,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e280; } +.border-y-red-100\\/55 { + border-top-color: #fee2e28c; + border-bottom-color: #fee2e28c; +} + .border-y-red-100\\/60 { border-top-color: #fee2e299; border-bottom-color: #fee2e299; } +.border-y-red-100\\/65 { + border-top-color: #fee2e2a6; + border-bottom-color: #fee2e2a6; +} + .border-y-red-100\\/70 { border-top-color: #fee2e2b3; border-bottom-color: #fee2e2b3; @@ -196543,6 +269978,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e2cc; } +.border-y-red-100\\/85 { + border-top-color: #fee2e2d9; + border-bottom-color: #fee2e2d9; +} + .border-y-red-100\\/90 { border-top-color: #fee2e2e6; border-bottom-color: #fee2e2e6; @@ -196574,6 +270014,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecaca; } +.border-y-red-200\\/15 { + border-top-color: #fecaca26; + border-bottom-color: #fecaca26; +} + .border-y-red-200\\/20 { border-top-color: #fecaca33; border-bottom-color: #fecaca33; @@ -196589,11 +270034,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecaca4d; } +.border-y-red-200\\/35 { + border-top-color: #fecaca59; + border-bottom-color: #fecaca59; +} + .border-y-red-200\\/40 { border-top-color: #fecaca66; border-bottom-color: #fecaca66; } +.border-y-red-200\\/45 { + border-top-color: #fecaca73; + border-bottom-color: #fecaca73; +} + .border-y-red-200\\/5 { border-top-color: #fecaca0d; border-bottom-color: #fecaca0d; @@ -196604,11 +270059,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecaca80; } +.border-y-red-200\\/55 { + border-top-color: #fecaca8c; + border-bottom-color: #fecaca8c; +} + .border-y-red-200\\/60 { border-top-color: #fecaca99; border-bottom-color: #fecaca99; } +.border-y-red-200\\/65 { + border-top-color: #fecacaa6; + border-bottom-color: #fecacaa6; +} + .border-y-red-200\\/70 { border-top-color: #fecacab3; border-bottom-color: #fecacab3; @@ -196624,6 +270089,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecacacc; } +.border-y-red-200\\/85 { + border-top-color: #fecacad9; + border-bottom-color: #fecacad9; +} + .border-y-red-200\\/90 { border-top-color: #fecacae6; border-bottom-color: #fecacae6; @@ -196655,6 +270125,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a5; } +.border-y-red-300\\/15 { + border-top-color: #fca5a526; + border-bottom-color: #fca5a526; +} + .border-y-red-300\\/20 { border-top-color: #fca5a533; border-bottom-color: #fca5a533; @@ -196670,11 +270145,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a54d; } +.border-y-red-300\\/35 { + border-top-color: #fca5a559; + border-bottom-color: #fca5a559; +} + .border-y-red-300\\/40 { border-top-color: #fca5a566; border-bottom-color: #fca5a566; } +.border-y-red-300\\/45 { + border-top-color: #fca5a573; + border-bottom-color: #fca5a573; +} + .border-y-red-300\\/5 { border-top-color: #fca5a50d; border-bottom-color: #fca5a50d; @@ -196685,11 +270170,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a580; } +.border-y-red-300\\/55 { + border-top-color: #fca5a58c; + border-bottom-color: #fca5a58c; +} + .border-y-red-300\\/60 { border-top-color: #fca5a599; border-bottom-color: #fca5a599; } +.border-y-red-300\\/65 { + border-top-color: #fca5a5a6; + border-bottom-color: #fca5a5a6; +} + .border-y-red-300\\/70 { border-top-color: #fca5a5b3; border-bottom-color: #fca5a5b3; @@ -196705,6 +270200,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a5cc; } +.border-y-red-300\\/85 { + border-top-color: #fca5a5d9; + border-bottom-color: #fca5a5d9; +} + .border-y-red-300\\/90 { border-top-color: #fca5a5e6; border-bottom-color: #fca5a5e6; @@ -196736,6 +270236,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f87171; } +.border-y-red-400\\/15 { + border-top-color: #f8717126; + border-bottom-color: #f8717126; +} + .border-y-red-400\\/20 { border-top-color: #f8717133; border-bottom-color: #f8717133; @@ -196751,11 +270256,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f871714d; } +.border-y-red-400\\/35 { + border-top-color: #f8717159; + border-bottom-color: #f8717159; +} + .border-y-red-400\\/40 { border-top-color: #f8717166; border-bottom-color: #f8717166; } +.border-y-red-400\\/45 { + border-top-color: #f8717173; + border-bottom-color: #f8717173; +} + .border-y-red-400\\/5 { border-top-color: #f871710d; border-bottom-color: #f871710d; @@ -196766,11 +270281,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8717180; } +.border-y-red-400\\/55 { + border-top-color: #f871718c; + border-bottom-color: #f871718c; +} + .border-y-red-400\\/60 { border-top-color: #f8717199; border-bottom-color: #f8717199; } +.border-y-red-400\\/65 { + border-top-color: #f87171a6; + border-bottom-color: #f87171a6; +} + .border-y-red-400\\/70 { border-top-color: #f87171b3; border-bottom-color: #f87171b3; @@ -196786,6 +270311,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f87171cc; } +.border-y-red-400\\/85 { + border-top-color: #f87171d9; + border-bottom-color: #f87171d9; +} + .border-y-red-400\\/90 { border-top-color: #f87171e6; border-bottom-color: #f87171e6; @@ -196817,6 +270347,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f2; } +.border-y-red-50\\/15 { + border-top-color: #fef2f226; + border-bottom-color: #fef2f226; +} + .border-y-red-50\\/20 { border-top-color: #fef2f233; border-bottom-color: #fef2f233; @@ -196832,11 +270367,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f24d; } +.border-y-red-50\\/35 { + border-top-color: #fef2f259; + border-bottom-color: #fef2f259; +} + .border-y-red-50\\/40 { border-top-color: #fef2f266; border-bottom-color: #fef2f266; } +.border-y-red-50\\/45 { + border-top-color: #fef2f273; + border-bottom-color: #fef2f273; +} + .border-y-red-50\\/5 { border-top-color: #fef2f20d; border-bottom-color: #fef2f20d; @@ -196847,11 +270392,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f280; } +.border-y-red-50\\/55 { + border-top-color: #fef2f28c; + border-bottom-color: #fef2f28c; +} + .border-y-red-50\\/60 { border-top-color: #fef2f299; border-bottom-color: #fef2f299; } +.border-y-red-50\\/65 { + border-top-color: #fef2f2a6; + border-bottom-color: #fef2f2a6; +} + .border-y-red-50\\/70 { border-top-color: #fef2f2b3; border-bottom-color: #fef2f2b3; @@ -196867,6 +270422,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f2cc; } +.border-y-red-50\\/85 { + border-top-color: #fef2f2d9; + border-bottom-color: #fef2f2d9; +} + .border-y-red-50\\/90 { border-top-color: #fef2f2e6; border-bottom-color: #fef2f2e6; @@ -196898,6 +270458,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef4444; } +.border-y-red-500\\/15 { + border-top-color: #ef444426; + border-bottom-color: #ef444426; +} + .border-y-red-500\\/20 { border-top-color: #ef444433; border-bottom-color: #ef444433; @@ -196913,11 +270478,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef44444d; } +.border-y-red-500\\/35 { + border-top-color: #ef444459; + border-bottom-color: #ef444459; +} + .border-y-red-500\\/40 { border-top-color: #ef444466; border-bottom-color: #ef444466; } +.border-y-red-500\\/45 { + border-top-color: #ef444473; + border-bottom-color: #ef444473; +} + .border-y-red-500\\/5 { border-top-color: #ef44440d; border-bottom-color: #ef44440d; @@ -196928,11 +270503,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef444480; } +.border-y-red-500\\/55 { + border-top-color: #ef44448c; + border-bottom-color: #ef44448c; +} + .border-y-red-500\\/60 { border-top-color: #ef444499; border-bottom-color: #ef444499; } +.border-y-red-500\\/65 { + border-top-color: #ef4444a6; + border-bottom-color: #ef4444a6; +} + .border-y-red-500\\/70 { border-top-color: #ef4444b3; border-bottom-color: #ef4444b3; @@ -196948,6 +270533,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef4444cc; } +.border-y-red-500\\/85 { + border-top-color: #ef4444d9; + border-bottom-color: #ef4444d9; +} + .border-y-red-500\\/90 { border-top-color: #ef4444e6; border-bottom-color: #ef4444e6; @@ -196979,6 +270569,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc2626; } +.border-y-red-600\\/15 { + border-top-color: #dc262626; + border-bottom-color: #dc262626; +} + .border-y-red-600\\/20 { border-top-color: #dc262633; border-bottom-color: #dc262633; @@ -196994,11 +270589,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc26264d; } +.border-y-red-600\\/35 { + border-top-color: #dc262659; + border-bottom-color: #dc262659; +} + .border-y-red-600\\/40 { border-top-color: #dc262666; border-bottom-color: #dc262666; } +.border-y-red-600\\/45 { + border-top-color: #dc262673; + border-bottom-color: #dc262673; +} + .border-y-red-600\\/5 { border-top-color: #dc26260d; border-bottom-color: #dc26260d; @@ -197009,11 +270614,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc262680; } +.border-y-red-600\\/55 { + border-top-color: #dc26268c; + border-bottom-color: #dc26268c; +} + .border-y-red-600\\/60 { border-top-color: #dc262699; border-bottom-color: #dc262699; } +.border-y-red-600\\/65 { + border-top-color: #dc2626a6; + border-bottom-color: #dc2626a6; +} + .border-y-red-600\\/70 { border-top-color: #dc2626b3; border-bottom-color: #dc2626b3; @@ -197029,6 +270644,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc2626cc; } +.border-y-red-600\\/85 { + border-top-color: #dc2626d9; + border-bottom-color: #dc2626d9; +} + .border-y-red-600\\/90 { border-top-color: #dc2626e6; border-bottom-color: #dc2626e6; @@ -197060,6 +270680,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1c; } +.border-y-red-700\\/15 { + border-top-color: #b91c1c26; + border-bottom-color: #b91c1c26; +} + .border-y-red-700\\/20 { border-top-color: #b91c1c33; border-bottom-color: #b91c1c33; @@ -197075,11 +270700,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1c4d; } +.border-y-red-700\\/35 { + border-top-color: #b91c1c59; + border-bottom-color: #b91c1c59; +} + .border-y-red-700\\/40 { border-top-color: #b91c1c66; border-bottom-color: #b91c1c66; } +.border-y-red-700\\/45 { + border-top-color: #b91c1c73; + border-bottom-color: #b91c1c73; +} + .border-y-red-700\\/5 { border-top-color: #b91c1c0d; border-bottom-color: #b91c1c0d; @@ -197090,11 +270725,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1c80; } +.border-y-red-700\\/55 { + border-top-color: #b91c1c8c; + border-bottom-color: #b91c1c8c; +} + .border-y-red-700\\/60 { border-top-color: #b91c1c99; border-bottom-color: #b91c1c99; } +.border-y-red-700\\/65 { + border-top-color: #b91c1ca6; + border-bottom-color: #b91c1ca6; +} + .border-y-red-700\\/70 { border-top-color: #b91c1cb3; border-bottom-color: #b91c1cb3; @@ -197110,6 +270755,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1ccc; } +.border-y-red-700\\/85 { + border-top-color: #b91c1cd9; + border-bottom-color: #b91c1cd9; +} + .border-y-red-700\\/90 { border-top-color: #b91c1ce6; border-bottom-color: #b91c1ce6; @@ -197141,6 +270791,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1b; } +.border-y-red-800\\/15 { + border-top-color: #991b1b26; + border-bottom-color: #991b1b26; +} + .border-y-red-800\\/20 { border-top-color: #991b1b33; border-bottom-color: #991b1b33; @@ -197156,11 +270811,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1b4d; } +.border-y-red-800\\/35 { + border-top-color: #991b1b59; + border-bottom-color: #991b1b59; +} + .border-y-red-800\\/40 { border-top-color: #991b1b66; border-bottom-color: #991b1b66; } +.border-y-red-800\\/45 { + border-top-color: #991b1b73; + border-bottom-color: #991b1b73; +} + .border-y-red-800\\/5 { border-top-color: #991b1b0d; border-bottom-color: #991b1b0d; @@ -197171,11 +270836,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1b80; } +.border-y-red-800\\/55 { + border-top-color: #991b1b8c; + border-bottom-color: #991b1b8c; +} + .border-y-red-800\\/60 { border-top-color: #991b1b99; border-bottom-color: #991b1b99; } +.border-y-red-800\\/65 { + border-top-color: #991b1ba6; + border-bottom-color: #991b1ba6; +} + .border-y-red-800\\/70 { border-top-color: #991b1bb3; border-bottom-color: #991b1bb3; @@ -197191,6 +270866,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1bcc; } +.border-y-red-800\\/85 { + border-top-color: #991b1bd9; + border-bottom-color: #991b1bd9; +} + .border-y-red-800\\/90 { border-top-color: #991b1be6; border-bottom-color: #991b1be6; @@ -197222,6 +270902,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1d; } +.border-y-red-900\\/15 { + border-top-color: #7f1d1d26; + border-bottom-color: #7f1d1d26; +} + .border-y-red-900\\/20 { border-top-color: #7f1d1d33; border-bottom-color: #7f1d1d33; @@ -197237,11 +270922,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1d4d; } +.border-y-red-900\\/35 { + border-top-color: #7f1d1d59; + border-bottom-color: #7f1d1d59; +} + .border-y-red-900\\/40 { border-top-color: #7f1d1d66; border-bottom-color: #7f1d1d66; } +.border-y-red-900\\/45 { + border-top-color: #7f1d1d73; + border-bottom-color: #7f1d1d73; +} + .border-y-red-900\\/5 { border-top-color: #7f1d1d0d; border-bottom-color: #7f1d1d0d; @@ -197252,11 +270947,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1d80; } +.border-y-red-900\\/55 { + border-top-color: #7f1d1d8c; + border-bottom-color: #7f1d1d8c; +} + .border-y-red-900\\/60 { border-top-color: #7f1d1d99; border-bottom-color: #7f1d1d99; } +.border-y-red-900\\/65 { + border-top-color: #7f1d1da6; + border-bottom-color: #7f1d1da6; +} + .border-y-red-900\\/70 { border-top-color: #7f1d1db3; border-bottom-color: #7f1d1db3; @@ -197272,6 +270977,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1dcc; } +.border-y-red-900\\/85 { + border-top-color: #7f1d1dd9; + border-bottom-color: #7f1d1dd9; +} + .border-y-red-900\\/90 { border-top-color: #7f1d1de6; border-bottom-color: #7f1d1de6; @@ -197303,6 +271013,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0a; } +.border-y-red-950\\/15 { + border-top-color: #450a0a26; + border-bottom-color: #450a0a26; +} + .border-y-red-950\\/20 { border-top-color: #450a0a33; border-bottom-color: #450a0a33; @@ -197318,11 +271033,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0a4d; } +.border-y-red-950\\/35 { + border-top-color: #450a0a59; + border-bottom-color: #450a0a59; +} + .border-y-red-950\\/40 { border-top-color: #450a0a66; border-bottom-color: #450a0a66; } +.border-y-red-950\\/45 { + border-top-color: #450a0a73; + border-bottom-color: #450a0a73; +} + .border-y-red-950\\/5 { border-top-color: #450a0a0d; border-bottom-color: #450a0a0d; @@ -197333,11 +271058,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0a80; } +.border-y-red-950\\/55 { + border-top-color: #450a0a8c; + border-bottom-color: #450a0a8c; +} + .border-y-red-950\\/60 { border-top-color: #450a0a99; border-bottom-color: #450a0a99; } +.border-y-red-950\\/65 { + border-top-color: #450a0aa6; + border-bottom-color: #450a0aa6; +} + .border-y-red-950\\/70 { border-top-color: #450a0ab3; border-bottom-color: #450a0ab3; @@ -197353,6 +271088,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0acc; } +.border-y-red-950\\/85 { + border-top-color: #450a0ad9; + border-bottom-color: #450a0ad9; +} + .border-y-red-950\\/90 { border-top-color: #450a0ae6; border-bottom-color: #450a0ae6; @@ -197384,6 +271124,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e6; } +.border-y-rose-100\\/15 { + border-top-color: #ffe4e626; + border-bottom-color: #ffe4e626; +} + .border-y-rose-100\\/20 { border-top-color: #ffe4e633; border-bottom-color: #ffe4e633; @@ -197399,11 +271144,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e64d; } +.border-y-rose-100\\/35 { + border-top-color: #ffe4e659; + border-bottom-color: #ffe4e659; +} + .border-y-rose-100\\/40 { border-top-color: #ffe4e666; border-bottom-color: #ffe4e666; } +.border-y-rose-100\\/45 { + border-top-color: #ffe4e673; + border-bottom-color: #ffe4e673; +} + .border-y-rose-100\\/5 { border-top-color: #ffe4e60d; border-bottom-color: #ffe4e60d; @@ -197414,11 +271169,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e680; } +.border-y-rose-100\\/55 { + border-top-color: #ffe4e68c; + border-bottom-color: #ffe4e68c; +} + .border-y-rose-100\\/60 { border-top-color: #ffe4e699; border-bottom-color: #ffe4e699; } +.border-y-rose-100\\/65 { + border-top-color: #ffe4e6a6; + border-bottom-color: #ffe4e6a6; +} + .border-y-rose-100\\/70 { border-top-color: #ffe4e6b3; border-bottom-color: #ffe4e6b3; @@ -197434,6 +271199,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e6cc; } +.border-y-rose-100\\/85 { + border-top-color: #ffe4e6d9; + border-bottom-color: #ffe4e6d9; +} + .border-y-rose-100\\/90 { border-top-color: #ffe4e6e6; border-bottom-color: #ffe4e6e6; @@ -197465,6 +271235,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd3; } +.border-y-rose-200\\/15 { + border-top-color: #fecdd326; + border-bottom-color: #fecdd326; +} + .border-y-rose-200\\/20 { border-top-color: #fecdd333; border-bottom-color: #fecdd333; @@ -197480,11 +271255,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd34d; } +.border-y-rose-200\\/35 { + border-top-color: #fecdd359; + border-bottom-color: #fecdd359; +} + .border-y-rose-200\\/40 { border-top-color: #fecdd366; border-bottom-color: #fecdd366; } +.border-y-rose-200\\/45 { + border-top-color: #fecdd373; + border-bottom-color: #fecdd373; +} + .border-y-rose-200\\/5 { border-top-color: #fecdd30d; border-bottom-color: #fecdd30d; @@ -197495,11 +271280,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd380; } +.border-y-rose-200\\/55 { + border-top-color: #fecdd38c; + border-bottom-color: #fecdd38c; +} + .border-y-rose-200\\/60 { border-top-color: #fecdd399; border-bottom-color: #fecdd399; } +.border-y-rose-200\\/65 { + border-top-color: #fecdd3a6; + border-bottom-color: #fecdd3a6; +} + .border-y-rose-200\\/70 { border-top-color: #fecdd3b3; border-bottom-color: #fecdd3b3; @@ -197515,6 +271310,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd3cc; } +.border-y-rose-200\\/85 { + border-top-color: #fecdd3d9; + border-bottom-color: #fecdd3d9; +} + .border-y-rose-200\\/90 { border-top-color: #fecdd3e6; border-bottom-color: #fecdd3e6; @@ -197546,6 +271346,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4af; } +.border-y-rose-300\\/15 { + border-top-color: #fda4af26; + border-bottom-color: #fda4af26; +} + .border-y-rose-300\\/20 { border-top-color: #fda4af33; border-bottom-color: #fda4af33; @@ -197561,11 +271366,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4af4d; } +.border-y-rose-300\\/35 { + border-top-color: #fda4af59; + border-bottom-color: #fda4af59; +} + .border-y-rose-300\\/40 { border-top-color: #fda4af66; border-bottom-color: #fda4af66; } +.border-y-rose-300\\/45 { + border-top-color: #fda4af73; + border-bottom-color: #fda4af73; +} + .border-y-rose-300\\/5 { border-top-color: #fda4af0d; border-bottom-color: #fda4af0d; @@ -197576,11 +271391,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4af80; } +.border-y-rose-300\\/55 { + border-top-color: #fda4af8c; + border-bottom-color: #fda4af8c; +} + .border-y-rose-300\\/60 { border-top-color: #fda4af99; border-bottom-color: #fda4af99; } +.border-y-rose-300\\/65 { + border-top-color: #fda4afa6; + border-bottom-color: #fda4afa6; +} + .border-y-rose-300\\/70 { border-top-color: #fda4afb3; border-bottom-color: #fda4afb3; @@ -197596,6 +271421,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4afcc; } +.border-y-rose-300\\/85 { + border-top-color: #fda4afd9; + border-bottom-color: #fda4afd9; +} + .border-y-rose-300\\/90 { border-top-color: #fda4afe6; border-bottom-color: #fda4afe6; @@ -197627,6 +271457,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb7185; } +.border-y-rose-400\\/15 { + border-top-color: #fb718526; + border-bottom-color: #fb718526; +} + .border-y-rose-400\\/20 { border-top-color: #fb718533; border-bottom-color: #fb718533; @@ -197642,11 +271477,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb71854d; } +.border-y-rose-400\\/35 { + border-top-color: #fb718559; + border-bottom-color: #fb718559; +} + .border-y-rose-400\\/40 { border-top-color: #fb718566; border-bottom-color: #fb718566; } +.border-y-rose-400\\/45 { + border-top-color: #fb718573; + border-bottom-color: #fb718573; +} + .border-y-rose-400\\/5 { border-top-color: #fb71850d; border-bottom-color: #fb71850d; @@ -197657,11 +271502,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb718580; } +.border-y-rose-400\\/55 { + border-top-color: #fb71858c; + border-bottom-color: #fb71858c; +} + .border-y-rose-400\\/60 { border-top-color: #fb718599; border-bottom-color: #fb718599; } +.border-y-rose-400\\/65 { + border-top-color: #fb7185a6; + border-bottom-color: #fb7185a6; +} + .border-y-rose-400\\/70 { border-top-color: #fb7185b3; border-bottom-color: #fb7185b3; @@ -197677,6 +271532,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb7185cc; } +.border-y-rose-400\\/85 { + border-top-color: #fb7185d9; + border-bottom-color: #fb7185d9; +} + .border-y-rose-400\\/90 { border-top-color: #fb7185e6; border-bottom-color: #fb7185e6; @@ -197708,6 +271568,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f2; } +.border-y-rose-50\\/15 { + border-top-color: #fff1f226; + border-bottom-color: #fff1f226; +} + .border-y-rose-50\\/20 { border-top-color: #fff1f233; border-bottom-color: #fff1f233; @@ -197723,11 +271588,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f24d; } +.border-y-rose-50\\/35 { + border-top-color: #fff1f259; + border-bottom-color: #fff1f259; +} + .border-y-rose-50\\/40 { border-top-color: #fff1f266; border-bottom-color: #fff1f266; } +.border-y-rose-50\\/45 { + border-top-color: #fff1f273; + border-bottom-color: #fff1f273; +} + .border-y-rose-50\\/5 { border-top-color: #fff1f20d; border-bottom-color: #fff1f20d; @@ -197738,11 +271613,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f280; } +.border-y-rose-50\\/55 { + border-top-color: #fff1f28c; + border-bottom-color: #fff1f28c; +} + .border-y-rose-50\\/60 { border-top-color: #fff1f299; border-bottom-color: #fff1f299; } +.border-y-rose-50\\/65 { + border-top-color: #fff1f2a6; + border-bottom-color: #fff1f2a6; +} + .border-y-rose-50\\/70 { border-top-color: #fff1f2b3; border-bottom-color: #fff1f2b3; @@ -197758,6 +271643,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f2cc; } +.border-y-rose-50\\/85 { + border-top-color: #fff1f2d9; + border-bottom-color: #fff1f2d9; +} + .border-y-rose-50\\/90 { border-top-color: #fff1f2e6; border-bottom-color: #fff1f2e6; @@ -197789,6 +271679,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5e; } +.border-y-rose-500\\/15 { + border-top-color: #f43f5e26; + border-bottom-color: #f43f5e26; +} + .border-y-rose-500\\/20 { border-top-color: #f43f5e33; border-bottom-color: #f43f5e33; @@ -197804,11 +271699,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5e4d; } +.border-y-rose-500\\/35 { + border-top-color: #f43f5e59; + border-bottom-color: #f43f5e59; +} + .border-y-rose-500\\/40 { border-top-color: #f43f5e66; border-bottom-color: #f43f5e66; } +.border-y-rose-500\\/45 { + border-top-color: #f43f5e73; + border-bottom-color: #f43f5e73; +} + .border-y-rose-500\\/5 { border-top-color: #f43f5e0d; border-bottom-color: #f43f5e0d; @@ -197819,11 +271724,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5e80; } +.border-y-rose-500\\/55 { + border-top-color: #f43f5e8c; + border-bottom-color: #f43f5e8c; +} + .border-y-rose-500\\/60 { border-top-color: #f43f5e99; border-bottom-color: #f43f5e99; } +.border-y-rose-500\\/65 { + border-top-color: #f43f5ea6; + border-bottom-color: #f43f5ea6; +} + .border-y-rose-500\\/70 { border-top-color: #f43f5eb3; border-bottom-color: #f43f5eb3; @@ -197839,6 +271754,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5ecc; } +.border-y-rose-500\\/85 { + border-top-color: #f43f5ed9; + border-bottom-color: #f43f5ed9; +} + .border-y-rose-500\\/90 { border-top-color: #f43f5ee6; border-bottom-color: #f43f5ee6; @@ -197870,6 +271790,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d48; } +.border-y-rose-600\\/15 { + border-top-color: #e11d4826; + border-bottom-color: #e11d4826; +} + .border-y-rose-600\\/20 { border-top-color: #e11d4833; border-bottom-color: #e11d4833; @@ -197885,11 +271810,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d484d; } +.border-y-rose-600\\/35 { + border-top-color: #e11d4859; + border-bottom-color: #e11d4859; +} + .border-y-rose-600\\/40 { border-top-color: #e11d4866; border-bottom-color: #e11d4866; } +.border-y-rose-600\\/45 { + border-top-color: #e11d4873; + border-bottom-color: #e11d4873; +} + .border-y-rose-600\\/5 { border-top-color: #e11d480d; border-bottom-color: #e11d480d; @@ -197900,11 +271835,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d4880; } +.border-y-rose-600\\/55 { + border-top-color: #e11d488c; + border-bottom-color: #e11d488c; +} + .border-y-rose-600\\/60 { border-top-color: #e11d4899; border-bottom-color: #e11d4899; } +.border-y-rose-600\\/65 { + border-top-color: #e11d48a6; + border-bottom-color: #e11d48a6; +} + .border-y-rose-600\\/70 { border-top-color: #e11d48b3; border-bottom-color: #e11d48b3; @@ -197920,6 +271865,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d48cc; } +.border-y-rose-600\\/85 { + border-top-color: #e11d48d9; + border-bottom-color: #e11d48d9; +} + .border-y-rose-600\\/90 { border-top-color: #e11d48e6; border-bottom-color: #e11d48e6; @@ -197951,6 +271901,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123c; } +.border-y-rose-700\\/15 { + border-top-color: #be123c26; + border-bottom-color: #be123c26; +} + .border-y-rose-700\\/20 { border-top-color: #be123c33; border-bottom-color: #be123c33; @@ -197966,11 +271921,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123c4d; } +.border-y-rose-700\\/35 { + border-top-color: #be123c59; + border-bottom-color: #be123c59; +} + .border-y-rose-700\\/40 { border-top-color: #be123c66; border-bottom-color: #be123c66; } +.border-y-rose-700\\/45 { + border-top-color: #be123c73; + border-bottom-color: #be123c73; +} + .border-y-rose-700\\/5 { border-top-color: #be123c0d; border-bottom-color: #be123c0d; @@ -197981,11 +271946,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123c80; } +.border-y-rose-700\\/55 { + border-top-color: #be123c8c; + border-bottom-color: #be123c8c; +} + .border-y-rose-700\\/60 { border-top-color: #be123c99; border-bottom-color: #be123c99; } +.border-y-rose-700\\/65 { + border-top-color: #be123ca6; + border-bottom-color: #be123ca6; +} + .border-y-rose-700\\/70 { border-top-color: #be123cb3; border-bottom-color: #be123cb3; @@ -198001,6 +271976,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123ccc; } +.border-y-rose-700\\/85 { + border-top-color: #be123cd9; + border-bottom-color: #be123cd9; +} + .border-y-rose-700\\/90 { border-top-color: #be123ce6; border-bottom-color: #be123ce6; @@ -198032,6 +272012,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f1239; } +.border-y-rose-800\\/15 { + border-top-color: #9f123926; + border-bottom-color: #9f123926; +} + .border-y-rose-800\\/20 { border-top-color: #9f123933; border-bottom-color: #9f123933; @@ -198047,11 +272032,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f12394d; } +.border-y-rose-800\\/35 { + border-top-color: #9f123959; + border-bottom-color: #9f123959; +} + .border-y-rose-800\\/40 { border-top-color: #9f123966; border-bottom-color: #9f123966; } +.border-y-rose-800\\/45 { + border-top-color: #9f123973; + border-bottom-color: #9f123973; +} + .border-y-rose-800\\/5 { border-top-color: #9f12390d; border-bottom-color: #9f12390d; @@ -198062,11 +272057,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f123980; } +.border-y-rose-800\\/55 { + border-top-color: #9f12398c; + border-bottom-color: #9f12398c; +} + .border-y-rose-800\\/60 { border-top-color: #9f123999; border-bottom-color: #9f123999; } +.border-y-rose-800\\/65 { + border-top-color: #9f1239a6; + border-bottom-color: #9f1239a6; +} + .border-y-rose-800\\/70 { border-top-color: #9f1239b3; border-bottom-color: #9f1239b3; @@ -198082,6 +272087,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f1239cc; } +.border-y-rose-800\\/85 { + border-top-color: #9f1239d9; + border-bottom-color: #9f1239d9; +} + .border-y-rose-800\\/90 { border-top-color: #9f1239e6; border-bottom-color: #9f1239e6; @@ -198113,6 +272123,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #881337; } +.border-y-rose-900\\/15 { + border-top-color: #88133726; + border-bottom-color: #88133726; +} + .border-y-rose-900\\/20 { border-top-color: #88133733; border-bottom-color: #88133733; @@ -198128,11 +272143,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8813374d; } +.border-y-rose-900\\/35 { + border-top-color: #88133759; + border-bottom-color: #88133759; +} + .border-y-rose-900\\/40 { border-top-color: #88133766; border-bottom-color: #88133766; } +.border-y-rose-900\\/45 { + border-top-color: #88133773; + border-bottom-color: #88133773; +} + .border-y-rose-900\\/5 { border-top-color: #8813370d; border-bottom-color: #8813370d; @@ -198143,11 +272168,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #88133780; } +.border-y-rose-900\\/55 { + border-top-color: #8813378c; + border-bottom-color: #8813378c; +} + .border-y-rose-900\\/60 { border-top-color: #88133799; border-bottom-color: #88133799; } +.border-y-rose-900\\/65 { + border-top-color: #881337a6; + border-bottom-color: #881337a6; +} + .border-y-rose-900\\/70 { border-top-color: #881337b3; border-bottom-color: #881337b3; @@ -198163,6 +272198,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #881337cc; } +.border-y-rose-900\\/85 { + border-top-color: #881337d9; + border-bottom-color: #881337d9; +} + .border-y-rose-900\\/90 { border-top-color: #881337e6; border-bottom-color: #881337e6; @@ -198194,6 +272234,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c0519; } +.border-y-rose-950\\/15 { + border-top-color: #4c051926; + border-bottom-color: #4c051926; +} + .border-y-rose-950\\/20 { border-top-color: #4c051933; border-bottom-color: #4c051933; @@ -198209,11 +272254,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c05194d; } +.border-y-rose-950\\/35 { + border-top-color: #4c051959; + border-bottom-color: #4c051959; +} + .border-y-rose-950\\/40 { border-top-color: #4c051966; border-bottom-color: #4c051966; } +.border-y-rose-950\\/45 { + border-top-color: #4c051973; + border-bottom-color: #4c051973; +} + .border-y-rose-950\\/5 { border-top-color: #4c05190d; border-bottom-color: #4c05190d; @@ -198224,11 +272279,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c051980; } +.border-y-rose-950\\/55 { + border-top-color: #4c05198c; + border-bottom-color: #4c05198c; +} + .border-y-rose-950\\/60 { border-top-color: #4c051999; border-bottom-color: #4c051999; } +.border-y-rose-950\\/65 { + border-top-color: #4c0519a6; + border-bottom-color: #4c0519a6; +} + .border-y-rose-950\\/70 { border-top-color: #4c0519b3; border-bottom-color: #4c0519b3; @@ -198244,6 +272309,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c0519cc; } +.border-y-rose-950\\/85 { + border-top-color: #4c0519d9; + border-bottom-color: #4c0519d9; +} + .border-y-rose-950\\/90 { border-top-color: #4c0519e6; border-bottom-color: #4c0519e6; @@ -198275,6 +272345,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fe; } +.border-y-sky-100\\/15 { + border-top-color: #e0f2fe26; + border-bottom-color: #e0f2fe26; +} + .border-y-sky-100\\/20 { border-top-color: #e0f2fe33; border-bottom-color: #e0f2fe33; @@ -198290,11 +272365,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fe4d; } +.border-y-sky-100\\/35 { + border-top-color: #e0f2fe59; + border-bottom-color: #e0f2fe59; +} + .border-y-sky-100\\/40 { border-top-color: #e0f2fe66; border-bottom-color: #e0f2fe66; } +.border-y-sky-100\\/45 { + border-top-color: #e0f2fe73; + border-bottom-color: #e0f2fe73; +} + .border-y-sky-100\\/5 { border-top-color: #e0f2fe0d; border-bottom-color: #e0f2fe0d; @@ -198305,11 +272390,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fe80; } +.border-y-sky-100\\/55 { + border-top-color: #e0f2fe8c; + border-bottom-color: #e0f2fe8c; +} + .border-y-sky-100\\/60 { border-top-color: #e0f2fe99; border-bottom-color: #e0f2fe99; } +.border-y-sky-100\\/65 { + border-top-color: #e0f2fea6; + border-bottom-color: #e0f2fea6; +} + .border-y-sky-100\\/70 { border-top-color: #e0f2feb3; border-bottom-color: #e0f2feb3; @@ -198325,6 +272420,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fecc; } +.border-y-sky-100\\/85 { + border-top-color: #e0f2fed9; + border-bottom-color: #e0f2fed9; +} + .border-y-sky-100\\/90 { border-top-color: #e0f2fee6; border-bottom-color: #e0f2fee6; @@ -198356,6 +272456,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fd; } +.border-y-sky-200\\/15 { + border-top-color: #bae6fd26; + border-bottom-color: #bae6fd26; +} + .border-y-sky-200\\/20 { border-top-color: #bae6fd33; border-bottom-color: #bae6fd33; @@ -198371,11 +272476,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fd4d; } +.border-y-sky-200\\/35 { + border-top-color: #bae6fd59; + border-bottom-color: #bae6fd59; +} + .border-y-sky-200\\/40 { border-top-color: #bae6fd66; border-bottom-color: #bae6fd66; } +.border-y-sky-200\\/45 { + border-top-color: #bae6fd73; + border-bottom-color: #bae6fd73; +} + .border-y-sky-200\\/5 { border-top-color: #bae6fd0d; border-bottom-color: #bae6fd0d; @@ -198386,11 +272501,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fd80; } +.border-y-sky-200\\/55 { + border-top-color: #bae6fd8c; + border-bottom-color: #bae6fd8c; +} + .border-y-sky-200\\/60 { border-top-color: #bae6fd99; border-bottom-color: #bae6fd99; } +.border-y-sky-200\\/65 { + border-top-color: #bae6fda6; + border-bottom-color: #bae6fda6; +} + .border-y-sky-200\\/70 { border-top-color: #bae6fdb3; border-bottom-color: #bae6fdb3; @@ -198406,6 +272531,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fdcc; } +.border-y-sky-200\\/85 { + border-top-color: #bae6fdd9; + border-bottom-color: #bae6fdd9; +} + .border-y-sky-200\\/90 { border-top-color: #bae6fde6; border-bottom-color: #bae6fde6; @@ -198437,6 +272567,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fc; } +.border-y-sky-300\\/15 { + border-top-color: #7dd3fc26; + border-bottom-color: #7dd3fc26; +} + .border-y-sky-300\\/20 { border-top-color: #7dd3fc33; border-bottom-color: #7dd3fc33; @@ -198452,11 +272587,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fc4d; } +.border-y-sky-300\\/35 { + border-top-color: #7dd3fc59; + border-bottom-color: #7dd3fc59; +} + .border-y-sky-300\\/40 { border-top-color: #7dd3fc66; border-bottom-color: #7dd3fc66; } +.border-y-sky-300\\/45 { + border-top-color: #7dd3fc73; + border-bottom-color: #7dd3fc73; +} + .border-y-sky-300\\/5 { border-top-color: #7dd3fc0d; border-bottom-color: #7dd3fc0d; @@ -198467,11 +272612,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fc80; } +.border-y-sky-300\\/55 { + border-top-color: #7dd3fc8c; + border-bottom-color: #7dd3fc8c; +} + .border-y-sky-300\\/60 { border-top-color: #7dd3fc99; border-bottom-color: #7dd3fc99; } +.border-y-sky-300\\/65 { + border-top-color: #7dd3fca6; + border-bottom-color: #7dd3fca6; +} + .border-y-sky-300\\/70 { border-top-color: #7dd3fcb3; border-bottom-color: #7dd3fcb3; @@ -198487,6 +272642,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fccc; } +.border-y-sky-300\\/85 { + border-top-color: #7dd3fcd9; + border-bottom-color: #7dd3fcd9; +} + .border-y-sky-300\\/90 { border-top-color: #7dd3fce6; border-bottom-color: #7dd3fce6; @@ -198518,6 +272678,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf8; } +.border-y-sky-400\\/15 { + border-top-color: #38bdf826; + border-bottom-color: #38bdf826; +} + .border-y-sky-400\\/20 { border-top-color: #38bdf833; border-bottom-color: #38bdf833; @@ -198533,11 +272698,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf84d; } +.border-y-sky-400\\/35 { + border-top-color: #38bdf859; + border-bottom-color: #38bdf859; +} + .border-y-sky-400\\/40 { border-top-color: #38bdf866; border-bottom-color: #38bdf866; } +.border-y-sky-400\\/45 { + border-top-color: #38bdf873; + border-bottom-color: #38bdf873; +} + .border-y-sky-400\\/5 { border-top-color: #38bdf80d; border-bottom-color: #38bdf80d; @@ -198548,11 +272723,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf880; } +.border-y-sky-400\\/55 { + border-top-color: #38bdf88c; + border-bottom-color: #38bdf88c; +} + .border-y-sky-400\\/60 { border-top-color: #38bdf899; border-bottom-color: #38bdf899; } +.border-y-sky-400\\/65 { + border-top-color: #38bdf8a6; + border-bottom-color: #38bdf8a6; +} + .border-y-sky-400\\/70 { border-top-color: #38bdf8b3; border-bottom-color: #38bdf8b3; @@ -198568,6 +272753,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf8cc; } +.border-y-sky-400\\/85 { + border-top-color: #38bdf8d9; + border-bottom-color: #38bdf8d9; +} + .border-y-sky-400\\/90 { border-top-color: #38bdf8e6; border-bottom-color: #38bdf8e6; @@ -198599,6 +272789,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ff; } +.border-y-sky-50\\/15 { + border-top-color: #f0f9ff26; + border-bottom-color: #f0f9ff26; +} + .border-y-sky-50\\/20 { border-top-color: #f0f9ff33; border-bottom-color: #f0f9ff33; @@ -198614,11 +272809,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ff4d; } +.border-y-sky-50\\/35 { + border-top-color: #f0f9ff59; + border-bottom-color: #f0f9ff59; +} + .border-y-sky-50\\/40 { border-top-color: #f0f9ff66; border-bottom-color: #f0f9ff66; } +.border-y-sky-50\\/45 { + border-top-color: #f0f9ff73; + border-bottom-color: #f0f9ff73; +} + .border-y-sky-50\\/5 { border-top-color: #f0f9ff0d; border-bottom-color: #f0f9ff0d; @@ -198629,11 +272834,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ff80; } +.border-y-sky-50\\/55 { + border-top-color: #f0f9ff8c; + border-bottom-color: #f0f9ff8c; +} + .border-y-sky-50\\/60 { border-top-color: #f0f9ff99; border-bottom-color: #f0f9ff99; } +.border-y-sky-50\\/65 { + border-top-color: #f0f9ffa6; + border-bottom-color: #f0f9ffa6; +} + .border-y-sky-50\\/70 { border-top-color: #f0f9ffb3; border-bottom-color: #f0f9ffb3; @@ -198649,6 +272864,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ffcc; } +.border-y-sky-50\\/85 { + border-top-color: #f0f9ffd9; + border-bottom-color: #f0f9ffd9; +} + .border-y-sky-50\\/90 { border-top-color: #f0f9ffe6; border-bottom-color: #f0f9ffe6; @@ -198680,6 +272900,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e9; } +.border-y-sky-500\\/15 { + border-top-color: #0ea5e926; + border-bottom-color: #0ea5e926; +} + .border-y-sky-500\\/20 { border-top-color: #0ea5e933; border-bottom-color: #0ea5e933; @@ -198695,11 +272920,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e94d; } +.border-y-sky-500\\/35 { + border-top-color: #0ea5e959; + border-bottom-color: #0ea5e959; +} + .border-y-sky-500\\/40 { border-top-color: #0ea5e966; border-bottom-color: #0ea5e966; } +.border-y-sky-500\\/45 { + border-top-color: #0ea5e973; + border-bottom-color: #0ea5e973; +} + .border-y-sky-500\\/5 { border-top-color: #0ea5e90d; border-bottom-color: #0ea5e90d; @@ -198710,11 +272945,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e980; } +.border-y-sky-500\\/55 { + border-top-color: #0ea5e98c; + border-bottom-color: #0ea5e98c; +} + .border-y-sky-500\\/60 { border-top-color: #0ea5e999; border-bottom-color: #0ea5e999; } +.border-y-sky-500\\/65 { + border-top-color: #0ea5e9a6; + border-bottom-color: #0ea5e9a6; +} + .border-y-sky-500\\/70 { border-top-color: #0ea5e9b3; border-bottom-color: #0ea5e9b3; @@ -198730,6 +272975,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e9cc; } +.border-y-sky-500\\/85 { + border-top-color: #0ea5e9d9; + border-bottom-color: #0ea5e9d9; +} + .border-y-sky-500\\/90 { border-top-color: #0ea5e9e6; border-bottom-color: #0ea5e9e6; @@ -198761,6 +273011,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c7; } +.border-y-sky-600\\/15 { + border-top-color: #0284c726; + border-bottom-color: #0284c726; +} + .border-y-sky-600\\/20 { border-top-color: #0284c733; border-bottom-color: #0284c733; @@ -198776,11 +273031,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c74d; } +.border-y-sky-600\\/35 { + border-top-color: #0284c759; + border-bottom-color: #0284c759; +} + .border-y-sky-600\\/40 { border-top-color: #0284c766; border-bottom-color: #0284c766; } +.border-y-sky-600\\/45 { + border-top-color: #0284c773; + border-bottom-color: #0284c773; +} + .border-y-sky-600\\/5 { border-top-color: #0284c70d; border-bottom-color: #0284c70d; @@ -198791,11 +273056,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c780; } +.border-y-sky-600\\/55 { + border-top-color: #0284c78c; + border-bottom-color: #0284c78c; +} + .border-y-sky-600\\/60 { border-top-color: #0284c799; border-bottom-color: #0284c799; } +.border-y-sky-600\\/65 { + border-top-color: #0284c7a6; + border-bottom-color: #0284c7a6; +} + .border-y-sky-600\\/70 { border-top-color: #0284c7b3; border-bottom-color: #0284c7b3; @@ -198811,6 +273086,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c7cc; } +.border-y-sky-600\\/85 { + border-top-color: #0284c7d9; + border-bottom-color: #0284c7d9; +} + .border-y-sky-600\\/90 { border-top-color: #0284c7e6; border-bottom-color: #0284c7e6; @@ -198842,6 +273122,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a1; } +.border-y-sky-700\\/15 { + border-top-color: #0369a126; + border-bottom-color: #0369a126; +} + .border-y-sky-700\\/20 { border-top-color: #0369a133; border-bottom-color: #0369a133; @@ -198857,11 +273142,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a14d; } +.border-y-sky-700\\/35 { + border-top-color: #0369a159; + border-bottom-color: #0369a159; +} + .border-y-sky-700\\/40 { border-top-color: #0369a166; border-bottom-color: #0369a166; } +.border-y-sky-700\\/45 { + border-top-color: #0369a173; + border-bottom-color: #0369a173; +} + .border-y-sky-700\\/5 { border-top-color: #0369a10d; border-bottom-color: #0369a10d; @@ -198872,11 +273167,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a180; } +.border-y-sky-700\\/55 { + border-top-color: #0369a18c; + border-bottom-color: #0369a18c; +} + .border-y-sky-700\\/60 { border-top-color: #0369a199; border-bottom-color: #0369a199; } +.border-y-sky-700\\/65 { + border-top-color: #0369a1a6; + border-bottom-color: #0369a1a6; +} + .border-y-sky-700\\/70 { border-top-color: #0369a1b3; border-bottom-color: #0369a1b3; @@ -198892,6 +273197,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a1cc; } +.border-y-sky-700\\/85 { + border-top-color: #0369a1d9; + border-bottom-color: #0369a1d9; +} + .border-y-sky-700\\/90 { border-top-color: #0369a1e6; border-bottom-color: #0369a1e6; @@ -198923,6 +273233,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #075985; } +.border-y-sky-800\\/15 { + border-top-color: #07598526; + border-bottom-color: #07598526; +} + .border-y-sky-800\\/20 { border-top-color: #07598533; border-bottom-color: #07598533; @@ -198938,11 +273253,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0759854d; } +.border-y-sky-800\\/35 { + border-top-color: #07598559; + border-bottom-color: #07598559; +} + .border-y-sky-800\\/40 { border-top-color: #07598566; border-bottom-color: #07598566; } +.border-y-sky-800\\/45 { + border-top-color: #07598573; + border-bottom-color: #07598573; +} + .border-y-sky-800\\/5 { border-top-color: #0759850d; border-bottom-color: #0759850d; @@ -198953,11 +273278,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #07598580; } +.border-y-sky-800\\/55 { + border-top-color: #0759858c; + border-bottom-color: #0759858c; +} + .border-y-sky-800\\/60 { border-top-color: #07598599; border-bottom-color: #07598599; } +.border-y-sky-800\\/65 { + border-top-color: #075985a6; + border-bottom-color: #075985a6; +} + .border-y-sky-800\\/70 { border-top-color: #075985b3; border-bottom-color: #075985b3; @@ -198973,6 +273308,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #075985cc; } +.border-y-sky-800\\/85 { + border-top-color: #075985d9; + border-bottom-color: #075985d9; +} + .border-y-sky-800\\/90 { border-top-color: #075985e6; border-bottom-color: #075985e6; @@ -199004,6 +273344,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6e; } +.border-y-sky-900\\/15 { + border-top-color: #0c4a6e26; + border-bottom-color: #0c4a6e26; +} + .border-y-sky-900\\/20 { border-top-color: #0c4a6e33; border-bottom-color: #0c4a6e33; @@ -199019,11 +273364,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6e4d; } +.border-y-sky-900\\/35 { + border-top-color: #0c4a6e59; + border-bottom-color: #0c4a6e59; +} + .border-y-sky-900\\/40 { border-top-color: #0c4a6e66; border-bottom-color: #0c4a6e66; } +.border-y-sky-900\\/45 { + border-top-color: #0c4a6e73; + border-bottom-color: #0c4a6e73; +} + .border-y-sky-900\\/5 { border-top-color: #0c4a6e0d; border-bottom-color: #0c4a6e0d; @@ -199034,11 +273389,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6e80; } +.border-y-sky-900\\/55 { + border-top-color: #0c4a6e8c; + border-bottom-color: #0c4a6e8c; +} + .border-y-sky-900\\/60 { border-top-color: #0c4a6e99; border-bottom-color: #0c4a6e99; } +.border-y-sky-900\\/65 { + border-top-color: #0c4a6ea6; + border-bottom-color: #0c4a6ea6; +} + .border-y-sky-900\\/70 { border-top-color: #0c4a6eb3; border-bottom-color: #0c4a6eb3; @@ -199054,6 +273419,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6ecc; } +.border-y-sky-900\\/85 { + border-top-color: #0c4a6ed9; + border-bottom-color: #0c4a6ed9; +} + .border-y-sky-900\\/90 { border-top-color: #0c4a6ee6; border-bottom-color: #0c4a6ee6; @@ -199085,6 +273455,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f49; } +.border-y-sky-950\\/15 { + border-top-color: #082f4926; + border-bottom-color: #082f4926; +} + .border-y-sky-950\\/20 { border-top-color: #082f4933; border-bottom-color: #082f4933; @@ -199100,11 +273475,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f494d; } +.border-y-sky-950\\/35 { + border-top-color: #082f4959; + border-bottom-color: #082f4959; +} + .border-y-sky-950\\/40 { border-top-color: #082f4966; border-bottom-color: #082f4966; } +.border-y-sky-950\\/45 { + border-top-color: #082f4973; + border-bottom-color: #082f4973; +} + .border-y-sky-950\\/5 { border-top-color: #082f490d; border-bottom-color: #082f490d; @@ -199115,11 +273500,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f4980; } +.border-y-sky-950\\/55 { + border-top-color: #082f498c; + border-bottom-color: #082f498c; +} + .border-y-sky-950\\/60 { border-top-color: #082f4999; border-bottom-color: #082f4999; } +.border-y-sky-950\\/65 { + border-top-color: #082f49a6; + border-bottom-color: #082f49a6; +} + .border-y-sky-950\\/70 { border-top-color: #082f49b3; border-bottom-color: #082f49b3; @@ -199135,6 +273530,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f49cc; } +.border-y-sky-950\\/85 { + border-top-color: #082f49d9; + border-bottom-color: #082f49d9; +} + .border-y-sky-950\\/90 { border-top-color: #082f49e6; border-bottom-color: #082f49e6; @@ -199166,6 +273566,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f9; } +.border-y-slate-100\\/15 { + border-top-color: #f1f5f926; + border-bottom-color: #f1f5f926; +} + .border-y-slate-100\\/20 { border-top-color: #f1f5f933; border-bottom-color: #f1f5f933; @@ -199181,11 +273586,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f94d; } +.border-y-slate-100\\/35 { + border-top-color: #f1f5f959; + border-bottom-color: #f1f5f959; +} + .border-y-slate-100\\/40 { border-top-color: #f1f5f966; border-bottom-color: #f1f5f966; } +.border-y-slate-100\\/45 { + border-top-color: #f1f5f973; + border-bottom-color: #f1f5f973; +} + .border-y-slate-100\\/5 { border-top-color: #f1f5f90d; border-bottom-color: #f1f5f90d; @@ -199196,11 +273611,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f980; } +.border-y-slate-100\\/55 { + border-top-color: #f1f5f98c; + border-bottom-color: #f1f5f98c; +} + .border-y-slate-100\\/60 { border-top-color: #f1f5f999; border-bottom-color: #f1f5f999; } +.border-y-slate-100\\/65 { + border-top-color: #f1f5f9a6; + border-bottom-color: #f1f5f9a6; +} + .border-y-slate-100\\/70 { border-top-color: #f1f5f9b3; border-bottom-color: #f1f5f9b3; @@ -199216,6 +273641,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f9cc; } +.border-y-slate-100\\/85 { + border-top-color: #f1f5f9d9; + border-bottom-color: #f1f5f9d9; +} + .border-y-slate-100\\/90 { border-top-color: #f1f5f9e6; border-bottom-color: #f1f5f9e6; @@ -199247,6 +273677,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f0; } +.border-y-slate-200\\/15 { + border-top-color: #e2e8f026; + border-bottom-color: #e2e8f026; +} + .border-y-slate-200\\/20 { border-top-color: #e2e8f033; border-bottom-color: #e2e8f033; @@ -199262,11 +273697,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f04d; } +.border-y-slate-200\\/35 { + border-top-color: #e2e8f059; + border-bottom-color: #e2e8f059; +} + .border-y-slate-200\\/40 { border-top-color: #e2e8f066; border-bottom-color: #e2e8f066; } +.border-y-slate-200\\/45 { + border-top-color: #e2e8f073; + border-bottom-color: #e2e8f073; +} + .border-y-slate-200\\/5 { border-top-color: #e2e8f00d; border-bottom-color: #e2e8f00d; @@ -199277,11 +273722,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f080; } +.border-y-slate-200\\/55 { + border-top-color: #e2e8f08c; + border-bottom-color: #e2e8f08c; +} + .border-y-slate-200\\/60 { border-top-color: #e2e8f099; border-bottom-color: #e2e8f099; } +.border-y-slate-200\\/65 { + border-top-color: #e2e8f0a6; + border-bottom-color: #e2e8f0a6; +} + .border-y-slate-200\\/70 { border-top-color: #e2e8f0b3; border-bottom-color: #e2e8f0b3; @@ -199297,6 +273752,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f0cc; } +.border-y-slate-200\\/85 { + border-top-color: #e2e8f0d9; + border-bottom-color: #e2e8f0d9; +} + .border-y-slate-200\\/90 { border-top-color: #e2e8f0e6; border-bottom-color: #e2e8f0e6; @@ -199328,6 +273788,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e1; } +.border-y-slate-300\\/15 { + border-top-color: #cbd5e126; + border-bottom-color: #cbd5e126; +} + .border-y-slate-300\\/20 { border-top-color: #cbd5e133; border-bottom-color: #cbd5e133; @@ -199343,11 +273808,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e14d; } +.border-y-slate-300\\/35 { + border-top-color: #cbd5e159; + border-bottom-color: #cbd5e159; +} + .border-y-slate-300\\/40 { border-top-color: #cbd5e166; border-bottom-color: #cbd5e166; } +.border-y-slate-300\\/45 { + border-top-color: #cbd5e173; + border-bottom-color: #cbd5e173; +} + .border-y-slate-300\\/5 { border-top-color: #cbd5e10d; border-bottom-color: #cbd5e10d; @@ -199358,11 +273833,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e180; } +.border-y-slate-300\\/55 { + border-top-color: #cbd5e18c; + border-bottom-color: #cbd5e18c; +} + .border-y-slate-300\\/60 { border-top-color: #cbd5e199; border-bottom-color: #cbd5e199; } +.border-y-slate-300\\/65 { + border-top-color: #cbd5e1a6; + border-bottom-color: #cbd5e1a6; +} + .border-y-slate-300\\/70 { border-top-color: #cbd5e1b3; border-bottom-color: #cbd5e1b3; @@ -199378,6 +273863,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e1cc; } +.border-y-slate-300\\/85 { + border-top-color: #cbd5e1d9; + border-bottom-color: #cbd5e1d9; +} + .border-y-slate-300\\/90 { border-top-color: #cbd5e1e6; border-bottom-color: #cbd5e1e6; @@ -199409,6 +273899,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b8; } +.border-y-slate-400\\/15 { + border-top-color: #94a3b826; + border-bottom-color: #94a3b826; +} + .border-y-slate-400\\/20 { border-top-color: #94a3b833; border-bottom-color: #94a3b833; @@ -199424,11 +273919,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b84d; } +.border-y-slate-400\\/35 { + border-top-color: #94a3b859; + border-bottom-color: #94a3b859; +} + .border-y-slate-400\\/40 { border-top-color: #94a3b866; border-bottom-color: #94a3b866; } +.border-y-slate-400\\/45 { + border-top-color: #94a3b873; + border-bottom-color: #94a3b873; +} + .border-y-slate-400\\/5 { border-top-color: #94a3b80d; border-bottom-color: #94a3b80d; @@ -199439,11 +273944,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b880; } +.border-y-slate-400\\/55 { + border-top-color: #94a3b88c; + border-bottom-color: #94a3b88c; +} + .border-y-slate-400\\/60 { border-top-color: #94a3b899; border-bottom-color: #94a3b899; } +.border-y-slate-400\\/65 { + border-top-color: #94a3b8a6; + border-bottom-color: #94a3b8a6; +} + .border-y-slate-400\\/70 { border-top-color: #94a3b8b3; border-bottom-color: #94a3b8b3; @@ -199459,6 +273974,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b8cc; } +.border-y-slate-400\\/85 { + border-top-color: #94a3b8d9; + border-bottom-color: #94a3b8d9; +} + .border-y-slate-400\\/90 { border-top-color: #94a3b8e6; border-bottom-color: #94a3b8e6; @@ -199490,6 +274010,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafc; } +.border-y-slate-50\\/15 { + border-top-color: #f8fafc26; + border-bottom-color: #f8fafc26; +} + .border-y-slate-50\\/20 { border-top-color: #f8fafc33; border-bottom-color: #f8fafc33; @@ -199505,11 +274030,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafc4d; } +.border-y-slate-50\\/35 { + border-top-color: #f8fafc59; + border-bottom-color: #f8fafc59; +} + .border-y-slate-50\\/40 { border-top-color: #f8fafc66; border-bottom-color: #f8fafc66; } +.border-y-slate-50\\/45 { + border-top-color: #f8fafc73; + border-bottom-color: #f8fafc73; +} + .border-y-slate-50\\/5 { border-top-color: #f8fafc0d; border-bottom-color: #f8fafc0d; @@ -199520,11 +274055,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafc80; } +.border-y-slate-50\\/55 { + border-top-color: #f8fafc8c; + border-bottom-color: #f8fafc8c; +} + .border-y-slate-50\\/60 { border-top-color: #f8fafc99; border-bottom-color: #f8fafc99; } +.border-y-slate-50\\/65 { + border-top-color: #f8fafca6; + border-bottom-color: #f8fafca6; +} + .border-y-slate-50\\/70 { border-top-color: #f8fafcb3; border-bottom-color: #f8fafcb3; @@ -199540,6 +274085,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafccc; } +.border-y-slate-50\\/85 { + border-top-color: #f8fafcd9; + border-bottom-color: #f8fafcd9; +} + .border-y-slate-50\\/90 { border-top-color: #f8fafce6; border-bottom-color: #f8fafce6; @@ -199571,6 +274121,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748b; } +.border-y-slate-500\\/15 { + border-top-color: #64748b26; + border-bottom-color: #64748b26; +} + .border-y-slate-500\\/20 { border-top-color: #64748b33; border-bottom-color: #64748b33; @@ -199586,11 +274141,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748b4d; } +.border-y-slate-500\\/35 { + border-top-color: #64748b59; + border-bottom-color: #64748b59; +} + .border-y-slate-500\\/40 { border-top-color: #64748b66; border-bottom-color: #64748b66; } +.border-y-slate-500\\/45 { + border-top-color: #64748b73; + border-bottom-color: #64748b73; +} + .border-y-slate-500\\/5 { border-top-color: #64748b0d; border-bottom-color: #64748b0d; @@ -199601,11 +274166,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748b80; } +.border-y-slate-500\\/55 { + border-top-color: #64748b8c; + border-bottom-color: #64748b8c; +} + .border-y-slate-500\\/60 { border-top-color: #64748b99; border-bottom-color: #64748b99; } +.border-y-slate-500\\/65 { + border-top-color: #64748ba6; + border-bottom-color: #64748ba6; +} + .border-y-slate-500\\/70 { border-top-color: #64748bb3; border-bottom-color: #64748bb3; @@ -199621,6 +274196,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748bcc; } +.border-y-slate-500\\/85 { + border-top-color: #64748bd9; + border-bottom-color: #64748bd9; +} + .border-y-slate-500\\/90 { border-top-color: #64748be6; border-bottom-color: #64748be6; @@ -199652,6 +274232,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #475569; } +.border-y-slate-600\\/15 { + border-top-color: #47556926; + border-bottom-color: #47556926; +} + .border-y-slate-600\\/20 { border-top-color: #47556933; border-bottom-color: #47556933; @@ -199667,11 +274252,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4755694d; } +.border-y-slate-600\\/35 { + border-top-color: #47556959; + border-bottom-color: #47556959; +} + .border-y-slate-600\\/40 { border-top-color: #47556966; border-bottom-color: #47556966; } +.border-y-slate-600\\/45 { + border-top-color: #47556973; + border-bottom-color: #47556973; +} + .border-y-slate-600\\/5 { border-top-color: #4755690d; border-bottom-color: #4755690d; @@ -199682,11 +274277,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #47556980; } +.border-y-slate-600\\/55 { + border-top-color: #4755698c; + border-bottom-color: #4755698c; +} + .border-y-slate-600\\/60 { border-top-color: #47556999; border-bottom-color: #47556999; } +.border-y-slate-600\\/65 { + border-top-color: #475569a6; + border-bottom-color: #475569a6; +} + .border-y-slate-600\\/70 { border-top-color: #475569b3; border-bottom-color: #475569b3; @@ -199702,6 +274307,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #475569cc; } +.border-y-slate-600\\/85 { + border-top-color: #475569d9; + border-bottom-color: #475569d9; +} + .border-y-slate-600\\/90 { border-top-color: #475569e6; border-bottom-color: #475569e6; @@ -199733,6 +274343,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #334155; } +.border-y-slate-700\\/15 { + border-top-color: #33415526; + border-bottom-color: #33415526; +} + .border-y-slate-700\\/20 { border-top-color: #33415533; border-bottom-color: #33415533; @@ -199748,11 +274363,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3341554d; } +.border-y-slate-700\\/35 { + border-top-color: #33415559; + border-bottom-color: #33415559; +} + .border-y-slate-700\\/40 { border-top-color: #33415566; border-bottom-color: #33415566; } +.border-y-slate-700\\/45 { + border-top-color: #33415573; + border-bottom-color: #33415573; +} + .border-y-slate-700\\/5 { border-top-color: #3341550d; border-bottom-color: #3341550d; @@ -199763,11 +274388,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #33415580; } +.border-y-slate-700\\/55 { + border-top-color: #3341558c; + border-bottom-color: #3341558c; +} + .border-y-slate-700\\/60 { border-top-color: #33415599; border-bottom-color: #33415599; } +.border-y-slate-700\\/65 { + border-top-color: #334155a6; + border-bottom-color: #334155a6; +} + .border-y-slate-700\\/70 { border-top-color: #334155b3; border-bottom-color: #334155b3; @@ -199783,6 +274418,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #334155cc; } +.border-y-slate-700\\/85 { + border-top-color: #334155d9; + border-bottom-color: #334155d9; +} + .border-y-slate-700\\/90 { border-top-color: #334155e6; border-bottom-color: #334155e6; @@ -199814,6 +274454,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293b; } +.border-y-slate-800\\/15 { + border-top-color: #1e293b26; + border-bottom-color: #1e293b26; +} + .border-y-slate-800\\/20 { border-top-color: #1e293b33; border-bottom-color: #1e293b33; @@ -199829,11 +274474,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293b4d; } +.border-y-slate-800\\/35 { + border-top-color: #1e293b59; + border-bottom-color: #1e293b59; +} + .border-y-slate-800\\/40 { border-top-color: #1e293b66; border-bottom-color: #1e293b66; } +.border-y-slate-800\\/45 { + border-top-color: #1e293b73; + border-bottom-color: #1e293b73; +} + .border-y-slate-800\\/5 { border-top-color: #1e293b0d; border-bottom-color: #1e293b0d; @@ -199844,11 +274499,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293b80; } +.border-y-slate-800\\/55 { + border-top-color: #1e293b8c; + border-bottom-color: #1e293b8c; +} + .border-y-slate-800\\/60 { border-top-color: #1e293b99; border-bottom-color: #1e293b99; } +.border-y-slate-800\\/65 { + border-top-color: #1e293ba6; + border-bottom-color: #1e293ba6; +} + .border-y-slate-800\\/70 { border-top-color: #1e293bb3; border-bottom-color: #1e293bb3; @@ -199864,6 +274529,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293bcc; } +.border-y-slate-800\\/85 { + border-top-color: #1e293bd9; + border-bottom-color: #1e293bd9; +} + .border-y-slate-800\\/90 { border-top-color: #1e293be6; border-bottom-color: #1e293be6; @@ -199895,6 +274565,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172a; } +.border-y-slate-900\\/15 { + border-top-color: #0f172a26; + border-bottom-color: #0f172a26; +} + .border-y-slate-900\\/20 { border-top-color: #0f172a33; border-bottom-color: #0f172a33; @@ -199910,11 +274585,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172a4d; } +.border-y-slate-900\\/35 { + border-top-color: #0f172a59; + border-bottom-color: #0f172a59; +} + .border-y-slate-900\\/40 { border-top-color: #0f172a66; border-bottom-color: #0f172a66; } +.border-y-slate-900\\/45 { + border-top-color: #0f172a73; + border-bottom-color: #0f172a73; +} + .border-y-slate-900\\/5 { border-top-color: #0f172a0d; border-bottom-color: #0f172a0d; @@ -199925,11 +274610,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172a80; } +.border-y-slate-900\\/55 { + border-top-color: #0f172a8c; + border-bottom-color: #0f172a8c; +} + .border-y-slate-900\\/60 { border-top-color: #0f172a99; border-bottom-color: #0f172a99; } +.border-y-slate-900\\/65 { + border-top-color: #0f172aa6; + border-bottom-color: #0f172aa6; +} + .border-y-slate-900\\/70 { border-top-color: #0f172ab3; border-bottom-color: #0f172ab3; @@ -199945,6 +274640,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172acc; } +.border-y-slate-900\\/85 { + border-top-color: #0f172ad9; + border-bottom-color: #0f172ad9; +} + .border-y-slate-900\\/90 { border-top-color: #0f172ae6; border-bottom-color: #0f172ae6; @@ -199976,6 +274676,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #020617; } +.border-y-slate-950\\/15 { + border-top-color: #02061726; + border-bottom-color: #02061726; +} + .border-y-slate-950\\/20 { border-top-color: #02061733; border-bottom-color: #02061733; @@ -199991,11 +274696,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0206174d; } +.border-y-slate-950\\/35 { + border-top-color: #02061759; + border-bottom-color: #02061759; +} + .border-y-slate-950\\/40 { border-top-color: #02061766; border-bottom-color: #02061766; } +.border-y-slate-950\\/45 { + border-top-color: #02061773; + border-bottom-color: #02061773; +} + .border-y-slate-950\\/5 { border-top-color: #0206170d; border-bottom-color: #0206170d; @@ -200006,11 +274721,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #02061780; } +.border-y-slate-950\\/55 { + border-top-color: #0206178c; + border-bottom-color: #0206178c; +} + .border-y-slate-950\\/60 { border-top-color: #02061799; border-bottom-color: #02061799; } +.border-y-slate-950\\/65 { + border-top-color: #020617a6; + border-bottom-color: #020617a6; +} + .border-y-slate-950\\/70 { border-top-color: #020617b3; border-bottom-color: #020617b3; @@ -200026,6 +274751,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #020617cc; } +.border-y-slate-950\\/85 { + border-top-color: #020617d9; + border-bottom-color: #020617d9; +} + .border-y-slate-950\\/90 { border-top-color: #020617e6; border-bottom-color: #020617e6; @@ -200057,6 +274787,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f4; } +.border-y-stone-100\\/15 { + border-top-color: #f5f5f426; + border-bottom-color: #f5f5f426; +} + .border-y-stone-100\\/20 { border-top-color: #f5f5f433; border-bottom-color: #f5f5f433; @@ -200072,11 +274807,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f44d; } +.border-y-stone-100\\/35 { + border-top-color: #f5f5f459; + border-bottom-color: #f5f5f459; +} + .border-y-stone-100\\/40 { border-top-color: #f5f5f466; border-bottom-color: #f5f5f466; } +.border-y-stone-100\\/45 { + border-top-color: #f5f5f473; + border-bottom-color: #f5f5f473; +} + .border-y-stone-100\\/5 { border-top-color: #f5f5f40d; border-bottom-color: #f5f5f40d; @@ -200087,11 +274832,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f480; } +.border-y-stone-100\\/55 { + border-top-color: #f5f5f48c; + border-bottom-color: #f5f5f48c; +} + .border-y-stone-100\\/60 { border-top-color: #f5f5f499; border-bottom-color: #f5f5f499; } +.border-y-stone-100\\/65 { + border-top-color: #f5f5f4a6; + border-bottom-color: #f5f5f4a6; +} + .border-y-stone-100\\/70 { border-top-color: #f5f5f4b3; border-bottom-color: #f5f5f4b3; @@ -200107,6 +274862,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f4cc; } +.border-y-stone-100\\/85 { + border-top-color: #f5f5f4d9; + border-bottom-color: #f5f5f4d9; +} + .border-y-stone-100\\/90 { border-top-color: #f5f5f4e6; border-bottom-color: #f5f5f4e6; @@ -200138,6 +274898,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e4; } +.border-y-stone-200\\/15 { + border-top-color: #e7e5e426; + border-bottom-color: #e7e5e426; +} + .border-y-stone-200\\/20 { border-top-color: #e7e5e433; border-bottom-color: #e7e5e433; @@ -200153,11 +274918,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e44d; } +.border-y-stone-200\\/35 { + border-top-color: #e7e5e459; + border-bottom-color: #e7e5e459; +} + .border-y-stone-200\\/40 { border-top-color: #e7e5e466; border-bottom-color: #e7e5e466; } +.border-y-stone-200\\/45 { + border-top-color: #e7e5e473; + border-bottom-color: #e7e5e473; +} + .border-y-stone-200\\/5 { border-top-color: #e7e5e40d; border-bottom-color: #e7e5e40d; @@ -200168,11 +274943,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e480; } +.border-y-stone-200\\/55 { + border-top-color: #e7e5e48c; + border-bottom-color: #e7e5e48c; +} + .border-y-stone-200\\/60 { border-top-color: #e7e5e499; border-bottom-color: #e7e5e499; } +.border-y-stone-200\\/65 { + border-top-color: #e7e5e4a6; + border-bottom-color: #e7e5e4a6; +} + .border-y-stone-200\\/70 { border-top-color: #e7e5e4b3; border-bottom-color: #e7e5e4b3; @@ -200188,6 +274973,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e4cc; } +.border-y-stone-200\\/85 { + border-top-color: #e7e5e4d9; + border-bottom-color: #e7e5e4d9; +} + .border-y-stone-200\\/90 { border-top-color: #e7e5e4e6; border-bottom-color: #e7e5e4e6; @@ -200219,6 +275009,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d1; } +.border-y-stone-300\\/15 { + border-top-color: #d6d3d126; + border-bottom-color: #d6d3d126; +} + .border-y-stone-300\\/20 { border-top-color: #d6d3d133; border-bottom-color: #d6d3d133; @@ -200234,11 +275029,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d14d; } +.border-y-stone-300\\/35 { + border-top-color: #d6d3d159; + border-bottom-color: #d6d3d159; +} + .border-y-stone-300\\/40 { border-top-color: #d6d3d166; border-bottom-color: #d6d3d166; } +.border-y-stone-300\\/45 { + border-top-color: #d6d3d173; + border-bottom-color: #d6d3d173; +} + .border-y-stone-300\\/5 { border-top-color: #d6d3d10d; border-bottom-color: #d6d3d10d; @@ -200249,11 +275054,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d180; } +.border-y-stone-300\\/55 { + border-top-color: #d6d3d18c; + border-bottom-color: #d6d3d18c; +} + .border-y-stone-300\\/60 { border-top-color: #d6d3d199; border-bottom-color: #d6d3d199; } +.border-y-stone-300\\/65 { + border-top-color: #d6d3d1a6; + border-bottom-color: #d6d3d1a6; +} + .border-y-stone-300\\/70 { border-top-color: #d6d3d1b3; border-bottom-color: #d6d3d1b3; @@ -200269,6 +275084,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d1cc; } +.border-y-stone-300\\/85 { + border-top-color: #d6d3d1d9; + border-bottom-color: #d6d3d1d9; +} + .border-y-stone-300\\/90 { border-top-color: #d6d3d1e6; border-bottom-color: #d6d3d1e6; @@ -200300,6 +275120,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29e; } +.border-y-stone-400\\/15 { + border-top-color: #a8a29e26; + border-bottom-color: #a8a29e26; +} + .border-y-stone-400\\/20 { border-top-color: #a8a29e33; border-bottom-color: #a8a29e33; @@ -200315,11 +275140,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29e4d; } +.border-y-stone-400\\/35 { + border-top-color: #a8a29e59; + border-bottom-color: #a8a29e59; +} + .border-y-stone-400\\/40 { border-top-color: #a8a29e66; border-bottom-color: #a8a29e66; } +.border-y-stone-400\\/45 { + border-top-color: #a8a29e73; + border-bottom-color: #a8a29e73; +} + .border-y-stone-400\\/5 { border-top-color: #a8a29e0d; border-bottom-color: #a8a29e0d; @@ -200330,11 +275165,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29e80; } +.border-y-stone-400\\/55 { + border-top-color: #a8a29e8c; + border-bottom-color: #a8a29e8c; +} + .border-y-stone-400\\/60 { border-top-color: #a8a29e99; border-bottom-color: #a8a29e99; } +.border-y-stone-400\\/65 { + border-top-color: #a8a29ea6; + border-bottom-color: #a8a29ea6; +} + .border-y-stone-400\\/70 { border-top-color: #a8a29eb3; border-bottom-color: #a8a29eb3; @@ -200350,6 +275195,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29ecc; } +.border-y-stone-400\\/85 { + border-top-color: #a8a29ed9; + border-bottom-color: #a8a29ed9; +} + .border-y-stone-400\\/90 { border-top-color: #a8a29ee6; border-bottom-color: #a8a29ee6; @@ -200381,6 +275231,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf9; } +.border-y-stone-50\\/15 { + border-top-color: #fafaf926; + border-bottom-color: #fafaf926; +} + .border-y-stone-50\\/20 { border-top-color: #fafaf933; border-bottom-color: #fafaf933; @@ -200396,11 +275251,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf94d; } +.border-y-stone-50\\/35 { + border-top-color: #fafaf959; + border-bottom-color: #fafaf959; +} + .border-y-stone-50\\/40 { border-top-color: #fafaf966; border-bottom-color: #fafaf966; } +.border-y-stone-50\\/45 { + border-top-color: #fafaf973; + border-bottom-color: #fafaf973; +} + .border-y-stone-50\\/5 { border-top-color: #fafaf90d; border-bottom-color: #fafaf90d; @@ -200411,11 +275276,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf980; } +.border-y-stone-50\\/55 { + border-top-color: #fafaf98c; + border-bottom-color: #fafaf98c; +} + .border-y-stone-50\\/60 { border-top-color: #fafaf999; border-bottom-color: #fafaf999; } +.border-y-stone-50\\/65 { + border-top-color: #fafaf9a6; + border-bottom-color: #fafaf9a6; +} + .border-y-stone-50\\/70 { border-top-color: #fafaf9b3; border-bottom-color: #fafaf9b3; @@ -200431,6 +275306,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf9cc; } +.border-y-stone-50\\/85 { + border-top-color: #fafaf9d9; + border-bottom-color: #fafaf9d9; +} + .border-y-stone-50\\/90 { border-top-color: #fafaf9e6; border-bottom-color: #fafaf9e6; @@ -200462,6 +275342,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716c; } +.border-y-stone-500\\/15 { + border-top-color: #78716c26; + border-bottom-color: #78716c26; +} + .border-y-stone-500\\/20 { border-top-color: #78716c33; border-bottom-color: #78716c33; @@ -200477,11 +275362,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716c4d; } +.border-y-stone-500\\/35 { + border-top-color: #78716c59; + border-bottom-color: #78716c59; +} + .border-y-stone-500\\/40 { border-top-color: #78716c66; border-bottom-color: #78716c66; } +.border-y-stone-500\\/45 { + border-top-color: #78716c73; + border-bottom-color: #78716c73; +} + .border-y-stone-500\\/5 { border-top-color: #78716c0d; border-bottom-color: #78716c0d; @@ -200492,11 +275387,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716c80; } +.border-y-stone-500\\/55 { + border-top-color: #78716c8c; + border-bottom-color: #78716c8c; +} + .border-y-stone-500\\/60 { border-top-color: #78716c99; border-bottom-color: #78716c99; } +.border-y-stone-500\\/65 { + border-top-color: #78716ca6; + border-bottom-color: #78716ca6; +} + .border-y-stone-500\\/70 { border-top-color: #78716cb3; border-bottom-color: #78716cb3; @@ -200512,6 +275417,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716ccc; } +.border-y-stone-500\\/85 { + border-top-color: #78716cd9; + border-bottom-color: #78716cd9; +} + .border-y-stone-500\\/90 { border-top-color: #78716ce6; border-bottom-color: #78716ce6; @@ -200543,6 +275453,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534e; } +.border-y-stone-600\\/15 { + border-top-color: #57534e26; + border-bottom-color: #57534e26; +} + .border-y-stone-600\\/20 { border-top-color: #57534e33; border-bottom-color: #57534e33; @@ -200558,11 +275473,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534e4d; } +.border-y-stone-600\\/35 { + border-top-color: #57534e59; + border-bottom-color: #57534e59; +} + .border-y-stone-600\\/40 { border-top-color: #57534e66; border-bottom-color: #57534e66; } +.border-y-stone-600\\/45 { + border-top-color: #57534e73; + border-bottom-color: #57534e73; +} + .border-y-stone-600\\/5 { border-top-color: #57534e0d; border-bottom-color: #57534e0d; @@ -200573,11 +275498,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534e80; } +.border-y-stone-600\\/55 { + border-top-color: #57534e8c; + border-bottom-color: #57534e8c; +} + .border-y-stone-600\\/60 { border-top-color: #57534e99; border-bottom-color: #57534e99; } +.border-y-stone-600\\/65 { + border-top-color: #57534ea6; + border-bottom-color: #57534ea6; +} + .border-y-stone-600\\/70 { border-top-color: #57534eb3; border-bottom-color: #57534eb3; @@ -200593,6 +275528,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534ecc; } +.border-y-stone-600\\/85 { + border-top-color: #57534ed9; + border-bottom-color: #57534ed9; +} + .border-y-stone-600\\/90 { border-top-color: #57534ee6; border-bottom-color: #57534ee6; @@ -200624,6 +275564,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403c; } +.border-y-stone-700\\/15 { + border-top-color: #44403c26; + border-bottom-color: #44403c26; +} + .border-y-stone-700\\/20 { border-top-color: #44403c33; border-bottom-color: #44403c33; @@ -200639,11 +275584,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403c4d; } +.border-y-stone-700\\/35 { + border-top-color: #44403c59; + border-bottom-color: #44403c59; +} + .border-y-stone-700\\/40 { border-top-color: #44403c66; border-bottom-color: #44403c66; } +.border-y-stone-700\\/45 { + border-top-color: #44403c73; + border-bottom-color: #44403c73; +} + .border-y-stone-700\\/5 { border-top-color: #44403c0d; border-bottom-color: #44403c0d; @@ -200654,11 +275609,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403c80; } +.border-y-stone-700\\/55 { + border-top-color: #44403c8c; + border-bottom-color: #44403c8c; +} + .border-y-stone-700\\/60 { border-top-color: #44403c99; border-bottom-color: #44403c99; } +.border-y-stone-700\\/65 { + border-top-color: #44403ca6; + border-bottom-color: #44403ca6; +} + .border-y-stone-700\\/70 { border-top-color: #44403cb3; border-bottom-color: #44403cb3; @@ -200674,6 +275639,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403ccc; } +.border-y-stone-700\\/85 { + border-top-color: #44403cd9; + border-bottom-color: #44403cd9; +} + .border-y-stone-700\\/90 { border-top-color: #44403ce6; border-bottom-color: #44403ce6; @@ -200705,6 +275675,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #292524; } +.border-y-stone-800\\/15 { + border-top-color: #29252426; + border-bottom-color: #29252426; +} + .border-y-stone-800\\/20 { border-top-color: #29252433; border-bottom-color: #29252433; @@ -200720,11 +275695,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2925244d; } +.border-y-stone-800\\/35 { + border-top-color: #29252459; + border-bottom-color: #29252459; +} + .border-y-stone-800\\/40 { border-top-color: #29252466; border-bottom-color: #29252466; } +.border-y-stone-800\\/45 { + border-top-color: #29252473; + border-bottom-color: #29252473; +} + .border-y-stone-800\\/5 { border-top-color: #2925240d; border-bottom-color: #2925240d; @@ -200735,11 +275720,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #29252480; } +.border-y-stone-800\\/55 { + border-top-color: #2925248c; + border-bottom-color: #2925248c; +} + .border-y-stone-800\\/60 { border-top-color: #29252499; border-bottom-color: #29252499; } +.border-y-stone-800\\/65 { + border-top-color: #292524a6; + border-bottom-color: #292524a6; +} + .border-y-stone-800\\/70 { border-top-color: #292524b3; border-bottom-color: #292524b3; @@ -200755,6 +275750,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #292524cc; } +.border-y-stone-800\\/85 { + border-top-color: #292524d9; + border-bottom-color: #292524d9; +} + .border-y-stone-800\\/90 { border-top-color: #292524e6; border-bottom-color: #292524e6; @@ -200786,6 +275786,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c1917; } +.border-y-stone-900\\/15 { + border-top-color: #1c191726; + border-bottom-color: #1c191726; +} + .border-y-stone-900\\/20 { border-top-color: #1c191733; border-bottom-color: #1c191733; @@ -200801,11 +275806,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c19174d; } +.border-y-stone-900\\/35 { + border-top-color: #1c191759; + border-bottom-color: #1c191759; +} + .border-y-stone-900\\/40 { border-top-color: #1c191766; border-bottom-color: #1c191766; } +.border-y-stone-900\\/45 { + border-top-color: #1c191773; + border-bottom-color: #1c191773; +} + .border-y-stone-900\\/5 { border-top-color: #1c19170d; border-bottom-color: #1c19170d; @@ -200816,11 +275831,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c191780; } +.border-y-stone-900\\/55 { + border-top-color: #1c19178c; + border-bottom-color: #1c19178c; +} + .border-y-stone-900\\/60 { border-top-color: #1c191799; border-bottom-color: #1c191799; } +.border-y-stone-900\\/65 { + border-top-color: #1c1917a6; + border-bottom-color: #1c1917a6; +} + .border-y-stone-900\\/70 { border-top-color: #1c1917b3; border-bottom-color: #1c1917b3; @@ -200836,6 +275861,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c1917cc; } +.border-y-stone-900\\/85 { + border-top-color: #1c1917d9; + border-bottom-color: #1c1917d9; +} + .border-y-stone-900\\/90 { border-top-color: #1c1917e6; border-bottom-color: #1c1917e6; @@ -200867,6 +275897,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a09; } +.border-y-stone-950\\/15 { + border-top-color: #0c0a0926; + border-bottom-color: #0c0a0926; +} + .border-y-stone-950\\/20 { border-top-color: #0c0a0933; border-bottom-color: #0c0a0933; @@ -200882,11 +275917,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a094d; } +.border-y-stone-950\\/35 { + border-top-color: #0c0a0959; + border-bottom-color: #0c0a0959; +} + .border-y-stone-950\\/40 { border-top-color: #0c0a0966; border-bottom-color: #0c0a0966; } +.border-y-stone-950\\/45 { + border-top-color: #0c0a0973; + border-bottom-color: #0c0a0973; +} + .border-y-stone-950\\/5 { border-top-color: #0c0a090d; border-bottom-color: #0c0a090d; @@ -200897,11 +275942,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a0980; } +.border-y-stone-950\\/55 { + border-top-color: #0c0a098c; + border-bottom-color: #0c0a098c; +} + .border-y-stone-950\\/60 { border-top-color: #0c0a0999; border-bottom-color: #0c0a0999; } +.border-y-stone-950\\/65 { + border-top-color: #0c0a09a6; + border-bottom-color: #0c0a09a6; +} + .border-y-stone-950\\/70 { border-top-color: #0c0a09b3; border-bottom-color: #0c0a09b3; @@ -200917,6 +275972,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a09cc; } +.border-y-stone-950\\/85 { + border-top-color: #0c0a09d9; + border-bottom-color: #0c0a09d9; +} + .border-y-stone-950\\/90 { border-top-color: #0c0a09e6; border-bottom-color: #0c0a09e6; @@ -200948,6 +276008,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf1; } +.border-y-teal-100\\/15 { + border-top-color: #ccfbf126; + border-bottom-color: #ccfbf126; +} + .border-y-teal-100\\/20 { border-top-color: #ccfbf133; border-bottom-color: #ccfbf133; @@ -200963,11 +276028,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf14d; } +.border-y-teal-100\\/35 { + border-top-color: #ccfbf159; + border-bottom-color: #ccfbf159; +} + .border-y-teal-100\\/40 { border-top-color: #ccfbf166; border-bottom-color: #ccfbf166; } +.border-y-teal-100\\/45 { + border-top-color: #ccfbf173; + border-bottom-color: #ccfbf173; +} + .border-y-teal-100\\/5 { border-top-color: #ccfbf10d; border-bottom-color: #ccfbf10d; @@ -200978,11 +276053,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf180; } +.border-y-teal-100\\/55 { + border-top-color: #ccfbf18c; + border-bottom-color: #ccfbf18c; +} + .border-y-teal-100\\/60 { border-top-color: #ccfbf199; border-bottom-color: #ccfbf199; } +.border-y-teal-100\\/65 { + border-top-color: #ccfbf1a6; + border-bottom-color: #ccfbf1a6; +} + .border-y-teal-100\\/70 { border-top-color: #ccfbf1b3; border-bottom-color: #ccfbf1b3; @@ -200998,6 +276083,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf1cc; } +.border-y-teal-100\\/85 { + border-top-color: #ccfbf1d9; + border-bottom-color: #ccfbf1d9; +} + .border-y-teal-100\\/90 { border-top-color: #ccfbf1e6; border-bottom-color: #ccfbf1e6; @@ -201029,6 +276119,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e4; } +.border-y-teal-200\\/15 { + border-top-color: #99f6e426; + border-bottom-color: #99f6e426; +} + .border-y-teal-200\\/20 { border-top-color: #99f6e433; border-bottom-color: #99f6e433; @@ -201044,11 +276139,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e44d; } +.border-y-teal-200\\/35 { + border-top-color: #99f6e459; + border-bottom-color: #99f6e459; +} + .border-y-teal-200\\/40 { border-top-color: #99f6e466; border-bottom-color: #99f6e466; } +.border-y-teal-200\\/45 { + border-top-color: #99f6e473; + border-bottom-color: #99f6e473; +} + .border-y-teal-200\\/5 { border-top-color: #99f6e40d; border-bottom-color: #99f6e40d; @@ -201059,11 +276164,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e480; } +.border-y-teal-200\\/55 { + border-top-color: #99f6e48c; + border-bottom-color: #99f6e48c; +} + .border-y-teal-200\\/60 { border-top-color: #99f6e499; border-bottom-color: #99f6e499; } +.border-y-teal-200\\/65 { + border-top-color: #99f6e4a6; + border-bottom-color: #99f6e4a6; +} + .border-y-teal-200\\/70 { border-top-color: #99f6e4b3; border-bottom-color: #99f6e4b3; @@ -201079,6 +276194,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e4cc; } +.border-y-teal-200\\/85 { + border-top-color: #99f6e4d9; + border-bottom-color: #99f6e4d9; +} + .border-y-teal-200\\/90 { border-top-color: #99f6e4e6; border-bottom-color: #99f6e4e6; @@ -201110,6 +276230,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead4; } +.border-y-teal-300\\/15 { + border-top-color: #5eead426; + border-bottom-color: #5eead426; +} + .border-y-teal-300\\/20 { border-top-color: #5eead433; border-bottom-color: #5eead433; @@ -201125,11 +276250,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead44d; } +.border-y-teal-300\\/35 { + border-top-color: #5eead459; + border-bottom-color: #5eead459; +} + .border-y-teal-300\\/40 { border-top-color: #5eead466; border-bottom-color: #5eead466; } +.border-y-teal-300\\/45 { + border-top-color: #5eead473; + border-bottom-color: #5eead473; +} + .border-y-teal-300\\/5 { border-top-color: #5eead40d; border-bottom-color: #5eead40d; @@ -201140,11 +276275,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead480; } +.border-y-teal-300\\/55 { + border-top-color: #5eead48c; + border-bottom-color: #5eead48c; +} + .border-y-teal-300\\/60 { border-top-color: #5eead499; border-bottom-color: #5eead499; } +.border-y-teal-300\\/65 { + border-top-color: #5eead4a6; + border-bottom-color: #5eead4a6; +} + .border-y-teal-300\\/70 { border-top-color: #5eead4b3; border-bottom-color: #5eead4b3; @@ -201160,6 +276305,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead4cc; } +.border-y-teal-300\\/85 { + border-top-color: #5eead4d9; + border-bottom-color: #5eead4d9; +} + .border-y-teal-300\\/90 { border-top-color: #5eead4e6; border-bottom-color: #5eead4e6; @@ -201191,6 +276341,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bf; } +.border-y-teal-400\\/15 { + border-top-color: #2dd4bf26; + border-bottom-color: #2dd4bf26; +} + .border-y-teal-400\\/20 { border-top-color: #2dd4bf33; border-bottom-color: #2dd4bf33; @@ -201206,11 +276361,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bf4d; } +.border-y-teal-400\\/35 { + border-top-color: #2dd4bf59; + border-bottom-color: #2dd4bf59; +} + .border-y-teal-400\\/40 { border-top-color: #2dd4bf66; border-bottom-color: #2dd4bf66; } +.border-y-teal-400\\/45 { + border-top-color: #2dd4bf73; + border-bottom-color: #2dd4bf73; +} + .border-y-teal-400\\/5 { border-top-color: #2dd4bf0d; border-bottom-color: #2dd4bf0d; @@ -201221,11 +276386,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bf80; } +.border-y-teal-400\\/55 { + border-top-color: #2dd4bf8c; + border-bottom-color: #2dd4bf8c; +} + .border-y-teal-400\\/60 { border-top-color: #2dd4bf99; border-bottom-color: #2dd4bf99; } +.border-y-teal-400\\/65 { + border-top-color: #2dd4bfa6; + border-bottom-color: #2dd4bfa6; +} + .border-y-teal-400\\/70 { border-top-color: #2dd4bfb3; border-bottom-color: #2dd4bfb3; @@ -201241,6 +276416,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bfcc; } +.border-y-teal-400\\/85 { + border-top-color: #2dd4bfd9; + border-bottom-color: #2dd4bfd9; +} + .border-y-teal-400\\/90 { border-top-color: #2dd4bfe6; border-bottom-color: #2dd4bfe6; @@ -201272,6 +276452,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfa; } +.border-y-teal-50\\/15 { + border-top-color: #f0fdfa26; + border-bottom-color: #f0fdfa26; +} + .border-y-teal-50\\/20 { border-top-color: #f0fdfa33; border-bottom-color: #f0fdfa33; @@ -201287,11 +276472,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfa4d; } +.border-y-teal-50\\/35 { + border-top-color: #f0fdfa59; + border-bottom-color: #f0fdfa59; +} + .border-y-teal-50\\/40 { border-top-color: #f0fdfa66; border-bottom-color: #f0fdfa66; } +.border-y-teal-50\\/45 { + border-top-color: #f0fdfa73; + border-bottom-color: #f0fdfa73; +} + .border-y-teal-50\\/5 { border-top-color: #f0fdfa0d; border-bottom-color: #f0fdfa0d; @@ -201302,11 +276497,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfa80; } +.border-y-teal-50\\/55 { + border-top-color: #f0fdfa8c; + border-bottom-color: #f0fdfa8c; +} + .border-y-teal-50\\/60 { border-top-color: #f0fdfa99; border-bottom-color: #f0fdfa99; } +.border-y-teal-50\\/65 { + border-top-color: #f0fdfaa6; + border-bottom-color: #f0fdfaa6; +} + .border-y-teal-50\\/70 { border-top-color: #f0fdfab3; border-bottom-color: #f0fdfab3; @@ -201322,6 +276527,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfacc; } +.border-y-teal-50\\/85 { + border-top-color: #f0fdfad9; + border-bottom-color: #f0fdfad9; +} + .border-y-teal-50\\/90 { border-top-color: #f0fdfae6; border-bottom-color: #f0fdfae6; @@ -201353,6 +276563,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a6; } +.border-y-teal-500\\/15 { + border-top-color: #14b8a626; + border-bottom-color: #14b8a626; +} + .border-y-teal-500\\/20 { border-top-color: #14b8a633; border-bottom-color: #14b8a633; @@ -201368,11 +276583,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a64d; } +.border-y-teal-500\\/35 { + border-top-color: #14b8a659; + border-bottom-color: #14b8a659; +} + .border-y-teal-500\\/40 { border-top-color: #14b8a666; border-bottom-color: #14b8a666; } +.border-y-teal-500\\/45 { + border-top-color: #14b8a673; + border-bottom-color: #14b8a673; +} + .border-y-teal-500\\/5 { border-top-color: #14b8a60d; border-bottom-color: #14b8a60d; @@ -201383,11 +276608,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a680; } +.border-y-teal-500\\/55 { + border-top-color: #14b8a68c; + border-bottom-color: #14b8a68c; +} + .border-y-teal-500\\/60 { border-top-color: #14b8a699; border-bottom-color: #14b8a699; } +.border-y-teal-500\\/65 { + border-top-color: #14b8a6a6; + border-bottom-color: #14b8a6a6; +} + .border-y-teal-500\\/70 { border-top-color: #14b8a6b3; border-bottom-color: #14b8a6b3; @@ -201403,6 +276638,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a6cc; } +.border-y-teal-500\\/85 { + border-top-color: #14b8a6d9; + border-bottom-color: #14b8a6d9; +} + .border-y-teal-500\\/90 { border-top-color: #14b8a6e6; border-bottom-color: #14b8a6e6; @@ -201434,6 +276674,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d9488; } +.border-y-teal-600\\/15 { + border-top-color: #0d948826; + border-bottom-color: #0d948826; +} + .border-y-teal-600\\/20 { border-top-color: #0d948833; border-bottom-color: #0d948833; @@ -201449,11 +276694,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d94884d; } +.border-y-teal-600\\/35 { + border-top-color: #0d948859; + border-bottom-color: #0d948859; +} + .border-y-teal-600\\/40 { border-top-color: #0d948866; border-bottom-color: #0d948866; } +.border-y-teal-600\\/45 { + border-top-color: #0d948873; + border-bottom-color: #0d948873; +} + .border-y-teal-600\\/5 { border-top-color: #0d94880d; border-bottom-color: #0d94880d; @@ -201464,11 +276719,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d948880; } +.border-y-teal-600\\/55 { + border-top-color: #0d94888c; + border-bottom-color: #0d94888c; +} + .border-y-teal-600\\/60 { border-top-color: #0d948899; border-bottom-color: #0d948899; } +.border-y-teal-600\\/65 { + border-top-color: #0d9488a6; + border-bottom-color: #0d9488a6; +} + .border-y-teal-600\\/70 { border-top-color: #0d9488b3; border-bottom-color: #0d9488b3; @@ -201484,6 +276749,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d9488cc; } +.border-y-teal-600\\/85 { + border-top-color: #0d9488d9; + border-bottom-color: #0d9488d9; +} + .border-y-teal-600\\/90 { border-top-color: #0d9488e6; border-bottom-color: #0d9488e6; @@ -201515,6 +276785,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766e; } +.border-y-teal-700\\/15 { + border-top-color: #0f766e26; + border-bottom-color: #0f766e26; +} + .border-y-teal-700\\/20 { border-top-color: #0f766e33; border-bottom-color: #0f766e33; @@ -201530,11 +276805,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766e4d; } +.border-y-teal-700\\/35 { + border-top-color: #0f766e59; + border-bottom-color: #0f766e59; +} + .border-y-teal-700\\/40 { border-top-color: #0f766e66; border-bottom-color: #0f766e66; } +.border-y-teal-700\\/45 { + border-top-color: #0f766e73; + border-bottom-color: #0f766e73; +} + .border-y-teal-700\\/5 { border-top-color: #0f766e0d; border-bottom-color: #0f766e0d; @@ -201545,11 +276830,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766e80; } +.border-y-teal-700\\/55 { + border-top-color: #0f766e8c; + border-bottom-color: #0f766e8c; +} + .border-y-teal-700\\/60 { border-top-color: #0f766e99; border-bottom-color: #0f766e99; } +.border-y-teal-700\\/65 { + border-top-color: #0f766ea6; + border-bottom-color: #0f766ea6; +} + .border-y-teal-700\\/70 { border-top-color: #0f766eb3; border-bottom-color: #0f766eb3; @@ -201565,6 +276860,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766ecc; } +.border-y-teal-700\\/85 { + border-top-color: #0f766ed9; + border-bottom-color: #0f766ed9; +} + .border-y-teal-700\\/90 { border-top-color: #0f766ee6; border-bottom-color: #0f766ee6; @@ -201596,6 +276896,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e59; } +.border-y-teal-800\\/15 { + border-top-color: #115e5926; + border-bottom-color: #115e5926; +} + .border-y-teal-800\\/20 { border-top-color: #115e5933; border-bottom-color: #115e5933; @@ -201611,11 +276916,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e594d; } +.border-y-teal-800\\/35 { + border-top-color: #115e5959; + border-bottom-color: #115e5959; +} + .border-y-teal-800\\/40 { border-top-color: #115e5966; border-bottom-color: #115e5966; } +.border-y-teal-800\\/45 { + border-top-color: #115e5973; + border-bottom-color: #115e5973; +} + .border-y-teal-800\\/5 { border-top-color: #115e590d; border-bottom-color: #115e590d; @@ -201626,11 +276941,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e5980; } +.border-y-teal-800\\/55 { + border-top-color: #115e598c; + border-bottom-color: #115e598c; +} + .border-y-teal-800\\/60 { border-top-color: #115e5999; border-bottom-color: #115e5999; } +.border-y-teal-800\\/65 { + border-top-color: #115e59a6; + border-bottom-color: #115e59a6; +} + .border-y-teal-800\\/70 { border-top-color: #115e59b3; border-bottom-color: #115e59b3; @@ -201646,6 +276971,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e59cc; } +.border-y-teal-800\\/85 { + border-top-color: #115e59d9; + border-bottom-color: #115e59d9; +} + .border-y-teal-800\\/90 { border-top-color: #115e59e6; border-bottom-color: #115e59e6; @@ -201677,6 +277007,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4a; } +.border-y-teal-900\\/15 { + border-top-color: #134e4a26; + border-bottom-color: #134e4a26; +} + .border-y-teal-900\\/20 { border-top-color: #134e4a33; border-bottom-color: #134e4a33; @@ -201692,11 +277027,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4a4d; } +.border-y-teal-900\\/35 { + border-top-color: #134e4a59; + border-bottom-color: #134e4a59; +} + .border-y-teal-900\\/40 { border-top-color: #134e4a66; border-bottom-color: #134e4a66; } +.border-y-teal-900\\/45 { + border-top-color: #134e4a73; + border-bottom-color: #134e4a73; +} + .border-y-teal-900\\/5 { border-top-color: #134e4a0d; border-bottom-color: #134e4a0d; @@ -201707,11 +277052,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4a80; } +.border-y-teal-900\\/55 { + border-top-color: #134e4a8c; + border-bottom-color: #134e4a8c; +} + .border-y-teal-900\\/60 { border-top-color: #134e4a99; border-bottom-color: #134e4a99; } +.border-y-teal-900\\/65 { + border-top-color: #134e4aa6; + border-bottom-color: #134e4aa6; +} + .border-y-teal-900\\/70 { border-top-color: #134e4ab3; border-bottom-color: #134e4ab3; @@ -201727,6 +277082,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4acc; } +.border-y-teal-900\\/85 { + border-top-color: #134e4ad9; + border-bottom-color: #134e4ad9; +} + .border-y-teal-900\\/90 { border-top-color: #134e4ae6; border-bottom-color: #134e4ae6; @@ -201758,6 +277118,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2e; } +.border-y-teal-950\\/15 { + border-top-color: #042f2e26; + border-bottom-color: #042f2e26; +} + .border-y-teal-950\\/20 { border-top-color: #042f2e33; border-bottom-color: #042f2e33; @@ -201773,11 +277138,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2e4d; } +.border-y-teal-950\\/35 { + border-top-color: #042f2e59; + border-bottom-color: #042f2e59; +} + .border-y-teal-950\\/40 { border-top-color: #042f2e66; border-bottom-color: #042f2e66; } +.border-y-teal-950\\/45 { + border-top-color: #042f2e73; + border-bottom-color: #042f2e73; +} + .border-y-teal-950\\/5 { border-top-color: #042f2e0d; border-bottom-color: #042f2e0d; @@ -201788,11 +277163,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2e80; } +.border-y-teal-950\\/55 { + border-top-color: #042f2e8c; + border-bottom-color: #042f2e8c; +} + .border-y-teal-950\\/60 { border-top-color: #042f2e99; border-bottom-color: #042f2e99; } +.border-y-teal-950\\/65 { + border-top-color: #042f2ea6; + border-bottom-color: #042f2ea6; +} + .border-y-teal-950\\/70 { border-top-color: #042f2eb3; border-bottom-color: #042f2eb3; @@ -201808,6 +277193,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2ecc; } +.border-y-teal-950\\/85 { + border-top-color: #042f2ed9; + border-bottom-color: #042f2ed9; +} + .border-y-teal-950\\/90 { border-top-color: #042f2ee6; border-bottom-color: #042f2ee6; @@ -201833,6 +277223,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000; } +.border-y-transparent\\/15 { + border-top-color: #00000026; + border-bottom-color: #00000026; +} + .border-y-transparent\\/20 { border-top-color: #0003; border-bottom-color: #0003; @@ -201848,11 +277243,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0000004d; } +.border-y-transparent\\/35 { + border-top-color: #00000059; + border-bottom-color: #00000059; +} + .border-y-transparent\\/40 { border-top-color: #0006; border-bottom-color: #0006; } +.border-y-transparent\\/45 { + border-top-color: #00000073; + border-bottom-color: #00000073; +} + .border-y-transparent\\/5 { border-top-color: #0000000d; border-bottom-color: #0000000d; @@ -201863,11 +277268,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #00000080; } +.border-y-transparent\\/55 { + border-top-color: #0000008c; + border-bottom-color: #0000008c; +} + .border-y-transparent\\/60 { border-top-color: #0009; border-bottom-color: #0009; } +.border-y-transparent\\/65 { + border-top-color: #000000a6; + border-bottom-color: #000000a6; +} + .border-y-transparent\\/70 { border-top-color: #000000b3; border-bottom-color: #000000b3; @@ -201883,6 +277298,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000c; } +.border-y-transparent\\/85 { + border-top-color: #000000d9; + border-bottom-color: #000000d9; +} + .border-y-transparent\\/90 { border-top-color: #000000e6; border-bottom-color: #000000e6; @@ -201914,6 +277334,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fe; } +.border-y-violet-100\\/15 { + border-top-color: #ede9fe26; + border-bottom-color: #ede9fe26; +} + .border-y-violet-100\\/20 { border-top-color: #ede9fe33; border-bottom-color: #ede9fe33; @@ -201929,11 +277354,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fe4d; } +.border-y-violet-100\\/35 { + border-top-color: #ede9fe59; + border-bottom-color: #ede9fe59; +} + .border-y-violet-100\\/40 { border-top-color: #ede9fe66; border-bottom-color: #ede9fe66; } +.border-y-violet-100\\/45 { + border-top-color: #ede9fe73; + border-bottom-color: #ede9fe73; +} + .border-y-violet-100\\/5 { border-top-color: #ede9fe0d; border-bottom-color: #ede9fe0d; @@ -201944,11 +277379,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fe80; } +.border-y-violet-100\\/55 { + border-top-color: #ede9fe8c; + border-bottom-color: #ede9fe8c; +} + .border-y-violet-100\\/60 { border-top-color: #ede9fe99; border-bottom-color: #ede9fe99; } +.border-y-violet-100\\/65 { + border-top-color: #ede9fea6; + border-bottom-color: #ede9fea6; +} + .border-y-violet-100\\/70 { border-top-color: #ede9feb3; border-bottom-color: #ede9feb3; @@ -201964,6 +277409,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fecc; } +.border-y-violet-100\\/85 { + border-top-color: #ede9fed9; + border-bottom-color: #ede9fed9; +} + .border-y-violet-100\\/90 { border-top-color: #ede9fee6; border-bottom-color: #ede9fee6; @@ -201995,6 +277445,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fe; } +.border-y-violet-200\\/15 { + border-top-color: #ddd6fe26; + border-bottom-color: #ddd6fe26; +} + .border-y-violet-200\\/20 { border-top-color: #ddd6fe33; border-bottom-color: #ddd6fe33; @@ -202010,11 +277465,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fe4d; } +.border-y-violet-200\\/35 { + border-top-color: #ddd6fe59; + border-bottom-color: #ddd6fe59; +} + .border-y-violet-200\\/40 { border-top-color: #ddd6fe66; border-bottom-color: #ddd6fe66; } +.border-y-violet-200\\/45 { + border-top-color: #ddd6fe73; + border-bottom-color: #ddd6fe73; +} + .border-y-violet-200\\/5 { border-top-color: #ddd6fe0d; border-bottom-color: #ddd6fe0d; @@ -202025,11 +277490,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fe80; } +.border-y-violet-200\\/55 { + border-top-color: #ddd6fe8c; + border-bottom-color: #ddd6fe8c; +} + .border-y-violet-200\\/60 { border-top-color: #ddd6fe99; border-bottom-color: #ddd6fe99; } +.border-y-violet-200\\/65 { + border-top-color: #ddd6fea6; + border-bottom-color: #ddd6fea6; +} + .border-y-violet-200\\/70 { border-top-color: #ddd6feb3; border-bottom-color: #ddd6feb3; @@ -202045,6 +277520,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fecc; } +.border-y-violet-200\\/85 { + border-top-color: #ddd6fed9; + border-bottom-color: #ddd6fed9; +} + .border-y-violet-200\\/90 { border-top-color: #ddd6fee6; border-bottom-color: #ddd6fee6; @@ -202076,6 +277556,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fd; } +.border-y-violet-300\\/15 { + border-top-color: #c4b5fd26; + border-bottom-color: #c4b5fd26; +} + .border-y-violet-300\\/20 { border-top-color: #c4b5fd33; border-bottom-color: #c4b5fd33; @@ -202091,11 +277576,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fd4d; } +.border-y-violet-300\\/35 { + border-top-color: #c4b5fd59; + border-bottom-color: #c4b5fd59; +} + .border-y-violet-300\\/40 { border-top-color: #c4b5fd66; border-bottom-color: #c4b5fd66; } +.border-y-violet-300\\/45 { + border-top-color: #c4b5fd73; + border-bottom-color: #c4b5fd73; +} + .border-y-violet-300\\/5 { border-top-color: #c4b5fd0d; border-bottom-color: #c4b5fd0d; @@ -202106,11 +277601,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fd80; } +.border-y-violet-300\\/55 { + border-top-color: #c4b5fd8c; + border-bottom-color: #c4b5fd8c; +} + .border-y-violet-300\\/60 { border-top-color: #c4b5fd99; border-bottom-color: #c4b5fd99; } +.border-y-violet-300\\/65 { + border-top-color: #c4b5fda6; + border-bottom-color: #c4b5fda6; +} + .border-y-violet-300\\/70 { border-top-color: #c4b5fdb3; border-bottom-color: #c4b5fdb3; @@ -202126,6 +277631,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fdcc; } +.border-y-violet-300\\/85 { + border-top-color: #c4b5fdd9; + border-bottom-color: #c4b5fdd9; +} + .border-y-violet-300\\/90 { border-top-color: #c4b5fde6; border-bottom-color: #c4b5fde6; @@ -202157,6 +277667,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfa; } +.border-y-violet-400\\/15 { + border-top-color: #a78bfa26; + border-bottom-color: #a78bfa26; +} + .border-y-violet-400\\/20 { border-top-color: #a78bfa33; border-bottom-color: #a78bfa33; @@ -202172,11 +277687,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfa4d; } +.border-y-violet-400\\/35 { + border-top-color: #a78bfa59; + border-bottom-color: #a78bfa59; +} + .border-y-violet-400\\/40 { border-top-color: #a78bfa66; border-bottom-color: #a78bfa66; } +.border-y-violet-400\\/45 { + border-top-color: #a78bfa73; + border-bottom-color: #a78bfa73; +} + .border-y-violet-400\\/5 { border-top-color: #a78bfa0d; border-bottom-color: #a78bfa0d; @@ -202187,11 +277712,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfa80; } +.border-y-violet-400\\/55 { + border-top-color: #a78bfa8c; + border-bottom-color: #a78bfa8c; +} + .border-y-violet-400\\/60 { border-top-color: #a78bfa99; border-bottom-color: #a78bfa99; } +.border-y-violet-400\\/65 { + border-top-color: #a78bfaa6; + border-bottom-color: #a78bfaa6; +} + .border-y-violet-400\\/70 { border-top-color: #a78bfab3; border-bottom-color: #a78bfab3; @@ -202207,6 +277742,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfacc; } +.border-y-violet-400\\/85 { + border-top-color: #a78bfad9; + border-bottom-color: #a78bfad9; +} + .border-y-violet-400\\/90 { border-top-color: #a78bfae6; border-bottom-color: #a78bfae6; @@ -202238,6 +277778,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ff; } +.border-y-violet-50\\/15 { + border-top-color: #f5f3ff26; + border-bottom-color: #f5f3ff26; +} + .border-y-violet-50\\/20 { border-top-color: #f5f3ff33; border-bottom-color: #f5f3ff33; @@ -202253,11 +277798,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ff4d; } +.border-y-violet-50\\/35 { + border-top-color: #f5f3ff59; + border-bottom-color: #f5f3ff59; +} + .border-y-violet-50\\/40 { border-top-color: #f5f3ff66; border-bottom-color: #f5f3ff66; } +.border-y-violet-50\\/45 { + border-top-color: #f5f3ff73; + border-bottom-color: #f5f3ff73; +} + .border-y-violet-50\\/5 { border-top-color: #f5f3ff0d; border-bottom-color: #f5f3ff0d; @@ -202268,11 +277823,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ff80; } +.border-y-violet-50\\/55 { + border-top-color: #f5f3ff8c; + border-bottom-color: #f5f3ff8c; +} + .border-y-violet-50\\/60 { border-top-color: #f5f3ff99; border-bottom-color: #f5f3ff99; } +.border-y-violet-50\\/65 { + border-top-color: #f5f3ffa6; + border-bottom-color: #f5f3ffa6; +} + .border-y-violet-50\\/70 { border-top-color: #f5f3ffb3; border-bottom-color: #f5f3ffb3; @@ -202288,6 +277853,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ffcc; } +.border-y-violet-50\\/85 { + border-top-color: #f5f3ffd9; + border-bottom-color: #f5f3ffd9; +} + .border-y-violet-50\\/90 { border-top-color: #f5f3ffe6; border-bottom-color: #f5f3ffe6; @@ -202319,6 +277889,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf6; } +.border-y-violet-500\\/15 { + border-top-color: #8b5cf626; + border-bottom-color: #8b5cf626; +} + .border-y-violet-500\\/20 { border-top-color: #8b5cf633; border-bottom-color: #8b5cf633; @@ -202334,11 +277909,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf64d; } +.border-y-violet-500\\/35 { + border-top-color: #8b5cf659; + border-bottom-color: #8b5cf659; +} + .border-y-violet-500\\/40 { border-top-color: #8b5cf666; border-bottom-color: #8b5cf666; } +.border-y-violet-500\\/45 { + border-top-color: #8b5cf673; + border-bottom-color: #8b5cf673; +} + .border-y-violet-500\\/5 { border-top-color: #8b5cf60d; border-bottom-color: #8b5cf60d; @@ -202349,11 +277934,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf680; } +.border-y-violet-500\\/55 { + border-top-color: #8b5cf68c; + border-bottom-color: #8b5cf68c; +} + .border-y-violet-500\\/60 { border-top-color: #8b5cf699; border-bottom-color: #8b5cf699; } +.border-y-violet-500\\/65 { + border-top-color: #8b5cf6a6; + border-bottom-color: #8b5cf6a6; +} + .border-y-violet-500\\/70 { border-top-color: #8b5cf6b3; border-bottom-color: #8b5cf6b3; @@ -202369,6 +277964,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf6cc; } +.border-y-violet-500\\/85 { + border-top-color: #8b5cf6d9; + border-bottom-color: #8b5cf6d9; +} + .border-y-violet-500\\/90 { border-top-color: #8b5cf6e6; border-bottom-color: #8b5cf6e6; @@ -202400,6 +278000,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aed; } +.border-y-violet-600\\/15 { + border-top-color: #7c3aed26; + border-bottom-color: #7c3aed26; +} + .border-y-violet-600\\/20 { border-top-color: #7c3aed33; border-bottom-color: #7c3aed33; @@ -202415,11 +278020,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aed4d; } +.border-y-violet-600\\/35 { + border-top-color: #7c3aed59; + border-bottom-color: #7c3aed59; +} + .border-y-violet-600\\/40 { border-top-color: #7c3aed66; border-bottom-color: #7c3aed66; } +.border-y-violet-600\\/45 { + border-top-color: #7c3aed73; + border-bottom-color: #7c3aed73; +} + .border-y-violet-600\\/5 { border-top-color: #7c3aed0d; border-bottom-color: #7c3aed0d; @@ -202430,11 +278045,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aed80; } +.border-y-violet-600\\/55 { + border-top-color: #7c3aed8c; + border-bottom-color: #7c3aed8c; +} + .border-y-violet-600\\/60 { border-top-color: #7c3aed99; border-bottom-color: #7c3aed99; } +.border-y-violet-600\\/65 { + border-top-color: #7c3aeda6; + border-bottom-color: #7c3aeda6; +} + .border-y-violet-600\\/70 { border-top-color: #7c3aedb3; border-bottom-color: #7c3aedb3; @@ -202450,6 +278075,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aedcc; } +.border-y-violet-600\\/85 { + border-top-color: #7c3aedd9; + border-bottom-color: #7c3aedd9; +} + .border-y-violet-600\\/90 { border-top-color: #7c3aede6; border-bottom-color: #7c3aede6; @@ -202481,6 +278111,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d9; } +.border-y-violet-700\\/15 { + border-top-color: #6d28d926; + border-bottom-color: #6d28d926; +} + .border-y-violet-700\\/20 { border-top-color: #6d28d933; border-bottom-color: #6d28d933; @@ -202496,11 +278131,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d94d; } +.border-y-violet-700\\/35 { + border-top-color: #6d28d959; + border-bottom-color: #6d28d959; +} + .border-y-violet-700\\/40 { border-top-color: #6d28d966; border-bottom-color: #6d28d966; } +.border-y-violet-700\\/45 { + border-top-color: #6d28d973; + border-bottom-color: #6d28d973; +} + .border-y-violet-700\\/5 { border-top-color: #6d28d90d; border-bottom-color: #6d28d90d; @@ -202511,11 +278156,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d980; } +.border-y-violet-700\\/55 { + border-top-color: #6d28d98c; + border-bottom-color: #6d28d98c; +} + .border-y-violet-700\\/60 { border-top-color: #6d28d999; border-bottom-color: #6d28d999; } +.border-y-violet-700\\/65 { + border-top-color: #6d28d9a6; + border-bottom-color: #6d28d9a6; +} + .border-y-violet-700\\/70 { border-top-color: #6d28d9b3; border-bottom-color: #6d28d9b3; @@ -202531,6 +278186,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d9cc; } +.border-y-violet-700\\/85 { + border-top-color: #6d28d9d9; + border-bottom-color: #6d28d9d9; +} + .border-y-violet-700\\/90 { border-top-color: #6d28d9e6; border-bottom-color: #6d28d9e6; @@ -202562,6 +278222,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b6; } +.border-y-violet-800\\/15 { + border-top-color: #5b21b626; + border-bottom-color: #5b21b626; +} + .border-y-violet-800\\/20 { border-top-color: #5b21b633; border-bottom-color: #5b21b633; @@ -202577,11 +278242,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b64d; } +.border-y-violet-800\\/35 { + border-top-color: #5b21b659; + border-bottom-color: #5b21b659; +} + .border-y-violet-800\\/40 { border-top-color: #5b21b666; border-bottom-color: #5b21b666; } +.border-y-violet-800\\/45 { + border-top-color: #5b21b673; + border-bottom-color: #5b21b673; +} + .border-y-violet-800\\/5 { border-top-color: #5b21b60d; border-bottom-color: #5b21b60d; @@ -202592,11 +278267,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b680; } +.border-y-violet-800\\/55 { + border-top-color: #5b21b68c; + border-bottom-color: #5b21b68c; +} + .border-y-violet-800\\/60 { border-top-color: #5b21b699; border-bottom-color: #5b21b699; } +.border-y-violet-800\\/65 { + border-top-color: #5b21b6a6; + border-bottom-color: #5b21b6a6; +} + .border-y-violet-800\\/70 { border-top-color: #5b21b6b3; border-bottom-color: #5b21b6b3; @@ -202612,6 +278297,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b6cc; } +.border-y-violet-800\\/85 { + border-top-color: #5b21b6d9; + border-bottom-color: #5b21b6d9; +} + .border-y-violet-800\\/90 { border-top-color: #5b21b6e6; border-bottom-color: #5b21b6e6; @@ -202643,6 +278333,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d95; } +.border-y-violet-900\\/15 { + border-top-color: #4c1d9526; + border-bottom-color: #4c1d9526; +} + .border-y-violet-900\\/20 { border-top-color: #4c1d9533; border-bottom-color: #4c1d9533; @@ -202658,11 +278353,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d954d; } +.border-y-violet-900\\/35 { + border-top-color: #4c1d9559; + border-bottom-color: #4c1d9559; +} + .border-y-violet-900\\/40 { border-top-color: #4c1d9566; border-bottom-color: #4c1d9566; } +.border-y-violet-900\\/45 { + border-top-color: #4c1d9573; + border-bottom-color: #4c1d9573; +} + .border-y-violet-900\\/5 { border-top-color: #4c1d950d; border-bottom-color: #4c1d950d; @@ -202673,11 +278378,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d9580; } +.border-y-violet-900\\/55 { + border-top-color: #4c1d958c; + border-bottom-color: #4c1d958c; +} + .border-y-violet-900\\/60 { border-top-color: #4c1d9599; border-bottom-color: #4c1d9599; } +.border-y-violet-900\\/65 { + border-top-color: #4c1d95a6; + border-bottom-color: #4c1d95a6; +} + .border-y-violet-900\\/70 { border-top-color: #4c1d95b3; border-bottom-color: #4c1d95b3; @@ -202693,6 +278408,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d95cc; } +.border-y-violet-900\\/85 { + border-top-color: #4c1d95d9; + border-bottom-color: #4c1d95d9; +} + .border-y-violet-900\\/90 { border-top-color: #4c1d95e6; border-bottom-color: #4c1d95e6; @@ -202724,6 +278444,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e1065; } +.border-y-violet-950\\/15 { + border-top-color: #2e106526; + border-bottom-color: #2e106526; +} + .border-y-violet-950\\/20 { border-top-color: #2e106533; border-bottom-color: #2e106533; @@ -202739,11 +278464,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e10654d; } +.border-y-violet-950\\/35 { + border-top-color: #2e106559; + border-bottom-color: #2e106559; +} + .border-y-violet-950\\/40 { border-top-color: #2e106566; border-bottom-color: #2e106566; } +.border-y-violet-950\\/45 { + border-top-color: #2e106573; + border-bottom-color: #2e106573; +} + .border-y-violet-950\\/5 { border-top-color: #2e10650d; border-bottom-color: #2e10650d; @@ -202754,11 +278489,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e106580; } +.border-y-violet-950\\/55 { + border-top-color: #2e10658c; + border-bottom-color: #2e10658c; +} + .border-y-violet-950\\/60 { border-top-color: #2e106599; border-bottom-color: #2e106599; } +.border-y-violet-950\\/65 { + border-top-color: #2e1065a6; + border-bottom-color: #2e1065a6; +} + .border-y-violet-950\\/70 { border-top-color: #2e1065b3; border-bottom-color: #2e1065b3; @@ -202774,6 +278519,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e1065cc; } +.border-y-violet-950\\/85 { + border-top-color: #2e1065d9; + border-bottom-color: #2e1065d9; +} + .border-y-violet-950\\/90 { border-top-color: #2e1065e6; border-bottom-color: #2e1065e6; @@ -202805,6 +278555,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff; } +.border-y-white\\/15 { + border-top-color: #ffffff26; + border-bottom-color: #ffffff26; +} + .border-y-white\\/20 { border-top-color: #fff3; border-bottom-color: #fff3; @@ -202820,11 +278575,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffffff4d; } +.border-y-white\\/35 { + border-top-color: #ffffff59; + border-bottom-color: #ffffff59; +} + .border-y-white\\/40 { border-top-color: #fff6; border-bottom-color: #fff6; } +.border-y-white\\/45 { + border-top-color: #ffffff73; + border-bottom-color: #ffffff73; +} + .border-y-white\\/5 { border-top-color: #ffffff0d; border-bottom-color: #ffffff0d; @@ -202835,11 +278600,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffffff80; } +.border-y-white\\/55 { + border-top-color: #ffffff8c; + border-bottom-color: #ffffff8c; +} + .border-y-white\\/60 { border-top-color: #fff9; border-bottom-color: #fff9; } +.border-y-white\\/65 { + border-top-color: #ffffffa6; + border-bottom-color: #ffffffa6; +} + .border-y-white\\/70 { border-top-color: #ffffffb3; border-bottom-color: #ffffffb3; @@ -202855,6 +278630,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffc; } +.border-y-white\\/85 { + border-top-color: #ffffffd9; + border-bottom-color: #ffffffd9; +} + .border-y-white\\/90 { border-top-color: #ffffffe6; border-bottom-color: #ffffffe6; @@ -202886,6 +278666,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c3; } +.border-y-yellow-100\\/15 { + border-top-color: #fef9c326; + border-bottom-color: #fef9c326; +} + .border-y-yellow-100\\/20 { border-top-color: #fef9c333; border-bottom-color: #fef9c333; @@ -202901,11 +278686,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c34d; } +.border-y-yellow-100\\/35 { + border-top-color: #fef9c359; + border-bottom-color: #fef9c359; +} + .border-y-yellow-100\\/40 { border-top-color: #fef9c366; border-bottom-color: #fef9c366; } +.border-y-yellow-100\\/45 { + border-top-color: #fef9c373; + border-bottom-color: #fef9c373; +} + .border-y-yellow-100\\/5 { border-top-color: #fef9c30d; border-bottom-color: #fef9c30d; @@ -202916,11 +278711,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c380; } +.border-y-yellow-100\\/55 { + border-top-color: #fef9c38c; + border-bottom-color: #fef9c38c; +} + .border-y-yellow-100\\/60 { border-top-color: #fef9c399; border-bottom-color: #fef9c399; } +.border-y-yellow-100\\/65 { + border-top-color: #fef9c3a6; + border-bottom-color: #fef9c3a6; +} + .border-y-yellow-100\\/70 { border-top-color: #fef9c3b3; border-bottom-color: #fef9c3b3; @@ -202936,6 +278741,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c3cc; } +.border-y-yellow-100\\/85 { + border-top-color: #fef9c3d9; + border-bottom-color: #fef9c3d9; +} + .border-y-yellow-100\\/90 { border-top-color: #fef9c3e6; border-bottom-color: #fef9c3e6; @@ -202967,6 +278777,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08a; } +.border-y-yellow-200\\/15 { + border-top-color: #fef08a26; + border-bottom-color: #fef08a26; +} + .border-y-yellow-200\\/20 { border-top-color: #fef08a33; border-bottom-color: #fef08a33; @@ -202982,11 +278797,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08a4d; } +.border-y-yellow-200\\/35 { + border-top-color: #fef08a59; + border-bottom-color: #fef08a59; +} + .border-y-yellow-200\\/40 { border-top-color: #fef08a66; border-bottom-color: #fef08a66; } +.border-y-yellow-200\\/45 { + border-top-color: #fef08a73; + border-bottom-color: #fef08a73; +} + .border-y-yellow-200\\/5 { border-top-color: #fef08a0d; border-bottom-color: #fef08a0d; @@ -202997,11 +278822,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08a80; } +.border-y-yellow-200\\/55 { + border-top-color: #fef08a8c; + border-bottom-color: #fef08a8c; +} + .border-y-yellow-200\\/60 { border-top-color: #fef08a99; border-bottom-color: #fef08a99; } +.border-y-yellow-200\\/65 { + border-top-color: #fef08aa6; + border-bottom-color: #fef08aa6; +} + .border-y-yellow-200\\/70 { border-top-color: #fef08ab3; border-bottom-color: #fef08ab3; @@ -203017,6 +278852,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08acc; } +.border-y-yellow-200\\/85 { + border-top-color: #fef08ad9; + border-bottom-color: #fef08ad9; +} + .border-y-yellow-200\\/90 { border-top-color: #fef08ae6; border-bottom-color: #fef08ae6; @@ -203048,6 +278888,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde047; } +.border-y-yellow-300\\/15 { + border-top-color: #fde04726; + border-bottom-color: #fde04726; +} + .border-y-yellow-300\\/20 { border-top-color: #fde04733; border-bottom-color: #fde04733; @@ -203063,11 +278908,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde0474d; } +.border-y-yellow-300\\/35 { + border-top-color: #fde04759; + border-bottom-color: #fde04759; +} + .border-y-yellow-300\\/40 { border-top-color: #fde04766; border-bottom-color: #fde04766; } +.border-y-yellow-300\\/45 { + border-top-color: #fde04773; + border-bottom-color: #fde04773; +} + .border-y-yellow-300\\/5 { border-top-color: #fde0470d; border-bottom-color: #fde0470d; @@ -203078,11 +278933,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde04780; } +.border-y-yellow-300\\/55 { + border-top-color: #fde0478c; + border-bottom-color: #fde0478c; +} + .border-y-yellow-300\\/60 { border-top-color: #fde04799; border-bottom-color: #fde04799; } +.border-y-yellow-300\\/65 { + border-top-color: #fde047a6; + border-bottom-color: #fde047a6; +} + .border-y-yellow-300\\/70 { border-top-color: #fde047b3; border-bottom-color: #fde047b3; @@ -203098,6 +278963,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde047cc; } +.border-y-yellow-300\\/85 { + border-top-color: #fde047d9; + border-bottom-color: #fde047d9; +} + .border-y-yellow-300\\/90 { border-top-color: #fde047e6; border-bottom-color: #fde047e6; @@ -203129,6 +278999,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc15; } +.border-y-yellow-400\\/15 { + border-top-color: #facc1526; + border-bottom-color: #facc1526; +} + .border-y-yellow-400\\/20 { border-top-color: #facc1533; border-bottom-color: #facc1533; @@ -203144,11 +279019,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc154d; } +.border-y-yellow-400\\/35 { + border-top-color: #facc1559; + border-bottom-color: #facc1559; +} + .border-y-yellow-400\\/40 { border-top-color: #facc1566; border-bottom-color: #facc1566; } +.border-y-yellow-400\\/45 { + border-top-color: #facc1573; + border-bottom-color: #facc1573; +} + .border-y-yellow-400\\/5 { border-top-color: #facc150d; border-bottom-color: #facc150d; @@ -203159,11 +279044,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc1580; } +.border-y-yellow-400\\/55 { + border-top-color: #facc158c; + border-bottom-color: #facc158c; +} + .border-y-yellow-400\\/60 { border-top-color: #facc1599; border-bottom-color: #facc1599; } +.border-y-yellow-400\\/65 { + border-top-color: #facc15a6; + border-bottom-color: #facc15a6; +} + .border-y-yellow-400\\/70 { border-top-color: #facc15b3; border-bottom-color: #facc15b3; @@ -203179,6 +279074,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc15cc; } +.border-y-yellow-400\\/85 { + border-top-color: #facc15d9; + border-bottom-color: #facc15d9; +} + .border-y-yellow-400\\/90 { border-top-color: #facc15e6; border-bottom-color: #facc15e6; @@ -203210,6 +279110,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce8; } +.border-y-yellow-50\\/15 { + border-top-color: #fefce826; + border-bottom-color: #fefce826; +} + .border-y-yellow-50\\/20 { border-top-color: #fefce833; border-bottom-color: #fefce833; @@ -203225,11 +279130,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce84d; } +.border-y-yellow-50\\/35 { + border-top-color: #fefce859; + border-bottom-color: #fefce859; +} + .border-y-yellow-50\\/40 { border-top-color: #fefce866; border-bottom-color: #fefce866; } +.border-y-yellow-50\\/45 { + border-top-color: #fefce873; + border-bottom-color: #fefce873; +} + .border-y-yellow-50\\/5 { border-top-color: #fefce80d; border-bottom-color: #fefce80d; @@ -203240,11 +279155,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce880; } +.border-y-yellow-50\\/55 { + border-top-color: #fefce88c; + border-bottom-color: #fefce88c; +} + .border-y-yellow-50\\/60 { border-top-color: #fefce899; border-bottom-color: #fefce899; } +.border-y-yellow-50\\/65 { + border-top-color: #fefce8a6; + border-bottom-color: #fefce8a6; +} + .border-y-yellow-50\\/70 { border-top-color: #fefce8b3; border-bottom-color: #fefce8b3; @@ -203260,6 +279185,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce8cc; } +.border-y-yellow-50\\/85 { + border-top-color: #fefce8d9; + border-bottom-color: #fefce8d9; +} + .border-y-yellow-50\\/90 { border-top-color: #fefce8e6; border-bottom-color: #fefce8e6; @@ -203291,6 +279221,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab308; } +.border-y-yellow-500\\/15 { + border-top-color: #eab30826; + border-bottom-color: #eab30826; +} + .border-y-yellow-500\\/20 { border-top-color: #eab30833; border-bottom-color: #eab30833; @@ -203306,11 +279241,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab3084d; } +.border-y-yellow-500\\/35 { + border-top-color: #eab30859; + border-bottom-color: #eab30859; +} + .border-y-yellow-500\\/40 { border-top-color: #eab30866; border-bottom-color: #eab30866; } +.border-y-yellow-500\\/45 { + border-top-color: #eab30873; + border-bottom-color: #eab30873; +} + .border-y-yellow-500\\/5 { border-top-color: #eab3080d; border-bottom-color: #eab3080d; @@ -203321,11 +279266,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab30880; } +.border-y-yellow-500\\/55 { + border-top-color: #eab3088c; + border-bottom-color: #eab3088c; +} + .border-y-yellow-500\\/60 { border-top-color: #eab30899; border-bottom-color: #eab30899; } +.border-y-yellow-500\\/65 { + border-top-color: #eab308a6; + border-bottom-color: #eab308a6; +} + .border-y-yellow-500\\/70 { border-top-color: #eab308b3; border-bottom-color: #eab308b3; @@ -203341,6 +279296,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab308cc; } +.border-y-yellow-500\\/85 { + border-top-color: #eab308d9; + border-bottom-color: #eab308d9; +} + .border-y-yellow-500\\/90 { border-top-color: #eab308e6; border-bottom-color: #eab308e6; @@ -203372,6 +279332,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a04; } +.border-y-yellow-600\\/15 { + border-top-color: #ca8a0426; + border-bottom-color: #ca8a0426; +} + .border-y-yellow-600\\/20 { border-top-color: #ca8a0433; border-bottom-color: #ca8a0433; @@ -203387,11 +279352,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a044d; } +.border-y-yellow-600\\/35 { + border-top-color: #ca8a0459; + border-bottom-color: #ca8a0459; +} + .border-y-yellow-600\\/40 { border-top-color: #ca8a0466; border-bottom-color: #ca8a0466; } +.border-y-yellow-600\\/45 { + border-top-color: #ca8a0473; + border-bottom-color: #ca8a0473; +} + .border-y-yellow-600\\/5 { border-top-color: #ca8a040d; border-bottom-color: #ca8a040d; @@ -203402,11 +279377,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a0480; } +.border-y-yellow-600\\/55 { + border-top-color: #ca8a048c; + border-bottom-color: #ca8a048c; +} + .border-y-yellow-600\\/60 { border-top-color: #ca8a0499; border-bottom-color: #ca8a0499; } +.border-y-yellow-600\\/65 { + border-top-color: #ca8a04a6; + border-bottom-color: #ca8a04a6; +} + .border-y-yellow-600\\/70 { border-top-color: #ca8a04b3; border-bottom-color: #ca8a04b3; @@ -203422,6 +279407,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a04cc; } +.border-y-yellow-600\\/85 { + border-top-color: #ca8a04d9; + border-bottom-color: #ca8a04d9; +} + .border-y-yellow-600\\/90 { border-top-color: #ca8a04e6; border-bottom-color: #ca8a04e6; @@ -203453,6 +279443,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a16207; } +.border-y-yellow-700\\/15 { + border-top-color: #a1620726; + border-bottom-color: #a1620726; +} + .border-y-yellow-700\\/20 { border-top-color: #a1620733; border-bottom-color: #a1620733; @@ -203468,11 +279463,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a162074d; } +.border-y-yellow-700\\/35 { + border-top-color: #a1620759; + border-bottom-color: #a1620759; +} + .border-y-yellow-700\\/40 { border-top-color: #a1620766; border-bottom-color: #a1620766; } +.border-y-yellow-700\\/45 { + border-top-color: #a1620773; + border-bottom-color: #a1620773; +} + .border-y-yellow-700\\/5 { border-top-color: #a162070d; border-bottom-color: #a162070d; @@ -203483,11 +279488,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1620780; } +.border-y-yellow-700\\/55 { + border-top-color: #a162078c; + border-bottom-color: #a162078c; +} + .border-y-yellow-700\\/60 { border-top-color: #a1620799; border-bottom-color: #a1620799; } +.border-y-yellow-700\\/65 { + border-top-color: #a16207a6; + border-bottom-color: #a16207a6; +} + .border-y-yellow-700\\/70 { border-top-color: #a16207b3; border-bottom-color: #a16207b3; @@ -203503,6 +279518,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a16207cc; } +.border-y-yellow-700\\/85 { + border-top-color: #a16207d9; + border-bottom-color: #a16207d9; +} + .border-y-yellow-700\\/90 { border-top-color: #a16207e6; border-bottom-color: #a16207e6; @@ -203534,6 +279554,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0e; } +.border-y-yellow-800\\/15 { + border-top-color: #854d0e26; + border-bottom-color: #854d0e26; +} + .border-y-yellow-800\\/20 { border-top-color: #854d0e33; border-bottom-color: #854d0e33; @@ -203549,11 +279574,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0e4d; } +.border-y-yellow-800\\/35 { + border-top-color: #854d0e59; + border-bottom-color: #854d0e59; +} + .border-y-yellow-800\\/40 { border-top-color: #854d0e66; border-bottom-color: #854d0e66; } +.border-y-yellow-800\\/45 { + border-top-color: #854d0e73; + border-bottom-color: #854d0e73; +} + .border-y-yellow-800\\/5 { border-top-color: #854d0e0d; border-bottom-color: #854d0e0d; @@ -203564,11 +279599,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0e80; } +.border-y-yellow-800\\/55 { + border-top-color: #854d0e8c; + border-bottom-color: #854d0e8c; +} + .border-y-yellow-800\\/60 { border-top-color: #854d0e99; border-bottom-color: #854d0e99; } +.border-y-yellow-800\\/65 { + border-top-color: #854d0ea6; + border-bottom-color: #854d0ea6; +} + .border-y-yellow-800\\/70 { border-top-color: #854d0eb3; border-bottom-color: #854d0eb3; @@ -203584,6 +279629,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0ecc; } +.border-y-yellow-800\\/85 { + border-top-color: #854d0ed9; + border-bottom-color: #854d0ed9; +} + .border-y-yellow-800\\/90 { border-top-color: #854d0ee6; border-bottom-color: #854d0ee6; @@ -203615,6 +279665,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f12; } +.border-y-yellow-900\\/15 { + border-top-color: #713f1226; + border-bottom-color: #713f1226; +} + .border-y-yellow-900\\/20 { border-top-color: #713f1233; border-bottom-color: #713f1233; @@ -203630,11 +279685,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f124d; } +.border-y-yellow-900\\/35 { + border-top-color: #713f1259; + border-bottom-color: #713f1259; +} + .border-y-yellow-900\\/40 { border-top-color: #713f1266; border-bottom-color: #713f1266; } +.border-y-yellow-900\\/45 { + border-top-color: #713f1273; + border-bottom-color: #713f1273; +} + .border-y-yellow-900\\/5 { border-top-color: #713f120d; border-bottom-color: #713f120d; @@ -203645,11 +279710,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f1280; } +.border-y-yellow-900\\/55 { + border-top-color: #713f128c; + border-bottom-color: #713f128c; +} + .border-y-yellow-900\\/60 { border-top-color: #713f1299; border-bottom-color: #713f1299; } +.border-y-yellow-900\\/65 { + border-top-color: #713f12a6; + border-bottom-color: #713f12a6; +} + .border-y-yellow-900\\/70 { border-top-color: #713f12b3; border-bottom-color: #713f12b3; @@ -203665,6 +279740,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f12cc; } +.border-y-yellow-900\\/85 { + border-top-color: #713f12d9; + border-bottom-color: #713f12d9; +} + .border-y-yellow-900\\/90 { border-top-color: #713f12e6; border-bottom-color: #713f12e6; @@ -203696,6 +279776,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #422006; } +.border-y-yellow-950\\/15 { + border-top-color: #42200626; + border-bottom-color: #42200626; +} + .border-y-yellow-950\\/20 { border-top-color: #42200633; border-bottom-color: #42200633; @@ -203711,11 +279796,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4220064d; } +.border-y-yellow-950\\/35 { + border-top-color: #42200659; + border-bottom-color: #42200659; +} + .border-y-yellow-950\\/40 { border-top-color: #42200666; border-bottom-color: #42200666; } +.border-y-yellow-950\\/45 { + border-top-color: #42200673; + border-bottom-color: #42200673; +} + .border-y-yellow-950\\/5 { border-top-color: #4220060d; border-bottom-color: #4220060d; @@ -203726,11 +279821,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #42200680; } +.border-y-yellow-950\\/55 { + border-top-color: #4220068c; + border-bottom-color: #4220068c; +} + .border-y-yellow-950\\/60 { border-top-color: #42200699; border-bottom-color: #42200699; } +.border-y-yellow-950\\/65 { + border-top-color: #422006a6; + border-bottom-color: #422006a6; +} + .border-y-yellow-950\\/70 { border-top-color: #422006b3; border-bottom-color: #422006b3; @@ -203746,6 +279851,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #422006cc; } +.border-y-yellow-950\\/85 { + border-top-color: #422006d9; + border-bottom-color: #422006d9; +} + .border-y-yellow-950\\/90 { border-top-color: #422006e6; border-bottom-color: #422006e6; @@ -203777,6 +279887,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f5; } +.border-y-zinc-100\\/15 { + border-top-color: #f4f4f526; + border-bottom-color: #f4f4f526; +} + .border-y-zinc-100\\/20 { border-top-color: #f4f4f533; border-bottom-color: #f4f4f533; @@ -203792,11 +279907,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f54d; } +.border-y-zinc-100\\/35 { + border-top-color: #f4f4f559; + border-bottom-color: #f4f4f559; +} + .border-y-zinc-100\\/40 { border-top-color: #f4f4f566; border-bottom-color: #f4f4f566; } +.border-y-zinc-100\\/45 { + border-top-color: #f4f4f573; + border-bottom-color: #f4f4f573; +} + .border-y-zinc-100\\/5 { border-top-color: #f4f4f50d; border-bottom-color: #f4f4f50d; @@ -203807,11 +279932,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f580; } +.border-y-zinc-100\\/55 { + border-top-color: #f4f4f58c; + border-bottom-color: #f4f4f58c; +} + .border-y-zinc-100\\/60 { border-top-color: #f4f4f599; border-bottom-color: #f4f4f599; } +.border-y-zinc-100\\/65 { + border-top-color: #f4f4f5a6; + border-bottom-color: #f4f4f5a6; +} + .border-y-zinc-100\\/70 { border-top-color: #f4f4f5b3; border-bottom-color: #f4f4f5b3; @@ -203827,6 +279962,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f5cc; } +.border-y-zinc-100\\/85 { + border-top-color: #f4f4f5d9; + border-bottom-color: #f4f4f5d9; +} + .border-y-zinc-100\\/90 { border-top-color: #f4f4f5e6; border-bottom-color: #f4f4f5e6; @@ -203858,6 +279998,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e7; } +.border-y-zinc-200\\/15 { + border-top-color: #e4e4e726; + border-bottom-color: #e4e4e726; +} + .border-y-zinc-200\\/20 { border-top-color: #e4e4e733; border-bottom-color: #e4e4e733; @@ -203873,11 +280018,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e74d; } +.border-y-zinc-200\\/35 { + border-top-color: #e4e4e759; + border-bottom-color: #e4e4e759; +} + .border-y-zinc-200\\/40 { border-top-color: #e4e4e766; border-bottom-color: #e4e4e766; } +.border-y-zinc-200\\/45 { + border-top-color: #e4e4e773; + border-bottom-color: #e4e4e773; +} + .border-y-zinc-200\\/5 { border-top-color: #e4e4e70d; border-bottom-color: #e4e4e70d; @@ -203888,11 +280043,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e780; } +.border-y-zinc-200\\/55 { + border-top-color: #e4e4e78c; + border-bottom-color: #e4e4e78c; +} + .border-y-zinc-200\\/60 { border-top-color: #e4e4e799; border-bottom-color: #e4e4e799; } +.border-y-zinc-200\\/65 { + border-top-color: #e4e4e7a6; + border-bottom-color: #e4e4e7a6; +} + .border-y-zinc-200\\/70 { border-top-color: #e4e4e7b3; border-bottom-color: #e4e4e7b3; @@ -203908,6 +280073,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e7cc; } +.border-y-zinc-200\\/85 { + border-top-color: #e4e4e7d9; + border-bottom-color: #e4e4e7d9; +} + .border-y-zinc-200\\/90 { border-top-color: #e4e4e7e6; border-bottom-color: #e4e4e7e6; @@ -203939,6 +280109,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d8; } +.border-y-zinc-300\\/15 { + border-top-color: #d4d4d826; + border-bottom-color: #d4d4d826; +} + .border-y-zinc-300\\/20 { border-top-color: #d4d4d833; border-bottom-color: #d4d4d833; @@ -203954,11 +280129,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d84d; } +.border-y-zinc-300\\/35 { + border-top-color: #d4d4d859; + border-bottom-color: #d4d4d859; +} + .border-y-zinc-300\\/40 { border-top-color: #d4d4d866; border-bottom-color: #d4d4d866; } +.border-y-zinc-300\\/45 { + border-top-color: #d4d4d873; + border-bottom-color: #d4d4d873; +} + .border-y-zinc-300\\/5 { border-top-color: #d4d4d80d; border-bottom-color: #d4d4d80d; @@ -203969,11 +280154,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d880; } +.border-y-zinc-300\\/55 { + border-top-color: #d4d4d88c; + border-bottom-color: #d4d4d88c; +} + .border-y-zinc-300\\/60 { border-top-color: #d4d4d899; border-bottom-color: #d4d4d899; } +.border-y-zinc-300\\/65 { + border-top-color: #d4d4d8a6; + border-bottom-color: #d4d4d8a6; +} + .border-y-zinc-300\\/70 { border-top-color: #d4d4d8b3; border-bottom-color: #d4d4d8b3; @@ -203989,6 +280184,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d8cc; } +.border-y-zinc-300\\/85 { + border-top-color: #d4d4d8d9; + border-bottom-color: #d4d4d8d9; +} + .border-y-zinc-300\\/90 { border-top-color: #d4d4d8e6; border-bottom-color: #d4d4d8e6; @@ -204020,6 +280220,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aa; } +.border-y-zinc-400\\/15 { + border-top-color: #a1a1aa26; + border-bottom-color: #a1a1aa26; +} + .border-y-zinc-400\\/20 { border-top-color: #a1a1aa33; border-bottom-color: #a1a1aa33; @@ -204035,11 +280240,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aa4d; } +.border-y-zinc-400\\/35 { + border-top-color: #a1a1aa59; + border-bottom-color: #a1a1aa59; +} + .border-y-zinc-400\\/40 { border-top-color: #a1a1aa66; border-bottom-color: #a1a1aa66; } +.border-y-zinc-400\\/45 { + border-top-color: #a1a1aa73; + border-bottom-color: #a1a1aa73; +} + .border-y-zinc-400\\/5 { border-top-color: #a1a1aa0d; border-bottom-color: #a1a1aa0d; @@ -204050,11 +280265,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aa80; } +.border-y-zinc-400\\/55 { + border-top-color: #a1a1aa8c; + border-bottom-color: #a1a1aa8c; +} + .border-y-zinc-400\\/60 { border-top-color: #a1a1aa99; border-bottom-color: #a1a1aa99; } +.border-y-zinc-400\\/65 { + border-top-color: #a1a1aaa6; + border-bottom-color: #a1a1aaa6; +} + .border-y-zinc-400\\/70 { border-top-color: #a1a1aab3; border-bottom-color: #a1a1aab3; @@ -204070,6 +280295,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aacc; } +.border-y-zinc-400\\/85 { + border-top-color: #a1a1aad9; + border-bottom-color: #a1a1aad9; +} + .border-y-zinc-400\\/90 { border-top-color: #a1a1aae6; border-bottom-color: #a1a1aae6; @@ -204101,6 +280331,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa; } +.border-y-zinc-50\\/15 { + border-top-color: #fafafa26; + border-bottom-color: #fafafa26; +} + .border-y-zinc-50\\/20 { border-top-color: #fafafa33; border-bottom-color: #fafafa33; @@ -204116,11 +280351,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa4d; } +.border-y-zinc-50\\/35 { + border-top-color: #fafafa59; + border-bottom-color: #fafafa59; +} + .border-y-zinc-50\\/40 { border-top-color: #fafafa66; border-bottom-color: #fafafa66; } +.border-y-zinc-50\\/45 { + border-top-color: #fafafa73; + border-bottom-color: #fafafa73; +} + .border-y-zinc-50\\/5 { border-top-color: #fafafa0d; border-bottom-color: #fafafa0d; @@ -204131,11 +280376,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa80; } +.border-y-zinc-50\\/55 { + border-top-color: #fafafa8c; + border-bottom-color: #fafafa8c; +} + .border-y-zinc-50\\/60 { border-top-color: #fafafa99; border-bottom-color: #fafafa99; } +.border-y-zinc-50\\/65 { + border-top-color: #fafafaa6; + border-bottom-color: #fafafaa6; +} + .border-y-zinc-50\\/70 { border-top-color: #fafafab3; border-bottom-color: #fafafab3; @@ -204151,6 +280406,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafacc; } +.border-y-zinc-50\\/85 { + border-top-color: #fafafad9; + border-bottom-color: #fafafad9; +} + .border-y-zinc-50\\/90 { border-top-color: #fafafae6; border-bottom-color: #fafafae6; @@ -204182,6 +280442,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717a; } +.border-y-zinc-500\\/15 { + border-top-color: #71717a26; + border-bottom-color: #71717a26; +} + .border-y-zinc-500\\/20 { border-top-color: #71717a33; border-bottom-color: #71717a33; @@ -204197,11 +280462,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717a4d; } +.border-y-zinc-500\\/35 { + border-top-color: #71717a59; + border-bottom-color: #71717a59; +} + .border-y-zinc-500\\/40 { border-top-color: #71717a66; border-bottom-color: #71717a66; } +.border-y-zinc-500\\/45 { + border-top-color: #71717a73; + border-bottom-color: #71717a73; +} + .border-y-zinc-500\\/5 { border-top-color: #71717a0d; border-bottom-color: #71717a0d; @@ -204212,11 +280487,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717a80; } +.border-y-zinc-500\\/55 { + border-top-color: #71717a8c; + border-bottom-color: #71717a8c; +} + .border-y-zinc-500\\/60 { border-top-color: #71717a99; border-bottom-color: #71717a99; } +.border-y-zinc-500\\/65 { + border-top-color: #71717aa6; + border-bottom-color: #71717aa6; +} + .border-y-zinc-500\\/70 { border-top-color: #71717ab3; border-bottom-color: #71717ab3; @@ -204232,6 +280517,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717acc; } +.border-y-zinc-500\\/85 { + border-top-color: #71717ad9; + border-bottom-color: #71717ad9; +} + .border-y-zinc-500\\/90 { border-top-color: #71717ae6; border-bottom-color: #71717ae6; @@ -204263,6 +280553,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525b; } +.border-y-zinc-600\\/15 { + border-top-color: #52525b26; + border-bottom-color: #52525b26; +} + .border-y-zinc-600\\/20 { border-top-color: #52525b33; border-bottom-color: #52525b33; @@ -204278,11 +280573,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525b4d; } +.border-y-zinc-600\\/35 { + border-top-color: #52525b59; + border-bottom-color: #52525b59; +} + .border-y-zinc-600\\/40 { border-top-color: #52525b66; border-bottom-color: #52525b66; } +.border-y-zinc-600\\/45 { + border-top-color: #52525b73; + border-bottom-color: #52525b73; +} + .border-y-zinc-600\\/5 { border-top-color: #52525b0d; border-bottom-color: #52525b0d; @@ -204293,11 +280598,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525b80; } +.border-y-zinc-600\\/55 { + border-top-color: #52525b8c; + border-bottom-color: #52525b8c; +} + .border-y-zinc-600\\/60 { border-top-color: #52525b99; border-bottom-color: #52525b99; } +.border-y-zinc-600\\/65 { + border-top-color: #52525ba6; + border-bottom-color: #52525ba6; +} + .border-y-zinc-600\\/70 { border-top-color: #52525bb3; border-bottom-color: #52525bb3; @@ -204313,6 +280628,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525bcc; } +.border-y-zinc-600\\/85 { + border-top-color: #52525bd9; + border-bottom-color: #52525bd9; +} + .border-y-zinc-600\\/90 { border-top-color: #52525be6; border-bottom-color: #52525be6; @@ -204344,6 +280664,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f46; } +.border-y-zinc-700\\/15 { + border-top-color: #3f3f4626; + border-bottom-color: #3f3f4626; +} + .border-y-zinc-700\\/20 { border-top-color: #3f3f4633; border-bottom-color: #3f3f4633; @@ -204359,11 +280684,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f464d; } +.border-y-zinc-700\\/35 { + border-top-color: #3f3f4659; + border-bottom-color: #3f3f4659; +} + .border-y-zinc-700\\/40 { border-top-color: #3f3f4666; border-bottom-color: #3f3f4666; } +.border-y-zinc-700\\/45 { + border-top-color: #3f3f4673; + border-bottom-color: #3f3f4673; +} + .border-y-zinc-700\\/5 { border-top-color: #3f3f460d; border-bottom-color: #3f3f460d; @@ -204374,11 +280709,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f4680; } +.border-y-zinc-700\\/55 { + border-top-color: #3f3f468c; + border-bottom-color: #3f3f468c; +} + .border-y-zinc-700\\/60 { border-top-color: #3f3f4699; border-bottom-color: #3f3f4699; } +.border-y-zinc-700\\/65 { + border-top-color: #3f3f46a6; + border-bottom-color: #3f3f46a6; +} + .border-y-zinc-700\\/70 { border-top-color: #3f3f46b3; border-bottom-color: #3f3f46b3; @@ -204394,6 +280739,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f46cc; } +.border-y-zinc-700\\/85 { + border-top-color: #3f3f46d9; + border-bottom-color: #3f3f46d9; +} + .border-y-zinc-700\\/90 { border-top-color: #3f3f46e6; border-bottom-color: #3f3f46e6; @@ -204425,6 +280775,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272a; } +.border-y-zinc-800\\/15 { + border-top-color: #27272a26; + border-bottom-color: #27272a26; +} + .border-y-zinc-800\\/20 { border-top-color: #27272a33; border-bottom-color: #27272a33; @@ -204440,11 +280795,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272a4d; } +.border-y-zinc-800\\/35 { + border-top-color: #27272a59; + border-bottom-color: #27272a59; +} + .border-y-zinc-800\\/40 { border-top-color: #27272a66; border-bottom-color: #27272a66; } +.border-y-zinc-800\\/45 { + border-top-color: #27272a73; + border-bottom-color: #27272a73; +} + .border-y-zinc-800\\/5 { border-top-color: #27272a0d; border-bottom-color: #27272a0d; @@ -204455,11 +280820,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272a80; } +.border-y-zinc-800\\/55 { + border-top-color: #27272a8c; + border-bottom-color: #27272a8c; +} + .border-y-zinc-800\\/60 { border-top-color: #27272a99; border-bottom-color: #27272a99; } +.border-y-zinc-800\\/65 { + border-top-color: #27272aa6; + border-bottom-color: #27272aa6; +} + .border-y-zinc-800\\/70 { border-top-color: #27272ab3; border-bottom-color: #27272ab3; @@ -204475,6 +280850,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272acc; } +.border-y-zinc-800\\/85 { + border-top-color: #27272ad9; + border-bottom-color: #27272ad9; +} + .border-y-zinc-800\\/90 { border-top-color: #27272ae6; border-bottom-color: #27272ae6; @@ -204506,6 +280886,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181b; } +.border-y-zinc-900\\/15 { + border-top-color: #18181b26; + border-bottom-color: #18181b26; +} + .border-y-zinc-900\\/20 { border-top-color: #18181b33; border-bottom-color: #18181b33; @@ -204521,11 +280906,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181b4d; } +.border-y-zinc-900\\/35 { + border-top-color: #18181b59; + border-bottom-color: #18181b59; +} + .border-y-zinc-900\\/40 { border-top-color: #18181b66; border-bottom-color: #18181b66; } +.border-y-zinc-900\\/45 { + border-top-color: #18181b73; + border-bottom-color: #18181b73; +} + .border-y-zinc-900\\/5 { border-top-color: #18181b0d; border-bottom-color: #18181b0d; @@ -204536,11 +280931,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181b80; } +.border-y-zinc-900\\/55 { + border-top-color: #18181b8c; + border-bottom-color: #18181b8c; +} + .border-y-zinc-900\\/60 { border-top-color: #18181b99; border-bottom-color: #18181b99; } +.border-y-zinc-900\\/65 { + border-top-color: #18181ba6; + border-bottom-color: #18181ba6; +} + .border-y-zinc-900\\/70 { border-top-color: #18181bb3; border-bottom-color: #18181bb3; @@ -204556,6 +280961,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181bcc; } +.border-y-zinc-900\\/85 { + border-top-color: #18181bd9; + border-bottom-color: #18181bd9; +} + .border-y-zinc-900\\/90 { border-top-color: #18181be6; border-bottom-color: #18181be6; @@ -204587,6 +280997,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090b; } +.border-y-zinc-950\\/15 { + border-top-color: #09090b26; + border-bottom-color: #09090b26; +} + .border-y-zinc-950\\/20 { border-top-color: #09090b33; border-bottom-color: #09090b33; @@ -204602,11 +281017,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090b4d; } +.border-y-zinc-950\\/35 { + border-top-color: #09090b59; + border-bottom-color: #09090b59; +} + .border-y-zinc-950\\/40 { border-top-color: #09090b66; border-bottom-color: #09090b66; } +.border-y-zinc-950\\/45 { + border-top-color: #09090b73; + border-bottom-color: #09090b73; +} + .border-y-zinc-950\\/5 { border-top-color: #09090b0d; border-bottom-color: #09090b0d; @@ -204617,11 +281042,21 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090b80; } +.border-y-zinc-950\\/55 { + border-top-color: #09090b8c; + border-bottom-color: #09090b8c; +} + .border-y-zinc-950\\/60 { border-top-color: #09090b99; border-bottom-color: #09090b99; } +.border-y-zinc-950\\/65 { + border-top-color: #09090ba6; + border-bottom-color: #09090ba6; +} + .border-y-zinc-950\\/70 { border-top-color: #09090bb3; border-bottom-color: #09090bb3; @@ -204637,6 +281072,11 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090bcc; } +.border-y-zinc-950\\/85 { + border-top-color: #09090bd9; + border-bottom-color: #09090bd9; +} + .border-y-zinc-950\\/90 { border-top-color: #09090be6; border-bottom-color: #09090be6; @@ -204664,6 +281104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c7; } +.border-b-amber-100\\/15 { + border-bottom-color: #fef3c726; +} + .border-b-amber-100\\/20 { border-bottom-color: #fef3c733; } @@ -204676,10 +281120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c74d; } +.border-b-amber-100\\/35 { + border-bottom-color: #fef3c759; +} + .border-b-amber-100\\/40 { border-bottom-color: #fef3c766; } +.border-b-amber-100\\/45 { + border-bottom-color: #fef3c773; +} + .border-b-amber-100\\/5 { border-bottom-color: #fef3c70d; } @@ -204688,10 +281140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c780; } +.border-b-amber-100\\/55 { + border-bottom-color: #fef3c78c; +} + .border-b-amber-100\\/60 { border-bottom-color: #fef3c799; } +.border-b-amber-100\\/65 { + border-bottom-color: #fef3c7a6; +} + .border-b-amber-100\\/70 { border-bottom-color: #fef3c7b3; } @@ -204704,6 +281164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef3c7cc; } +.border-b-amber-100\\/85 { + border-bottom-color: #fef3c7d9; +} + .border-b-amber-100\\/90 { border-bottom-color: #fef3c7e6; } @@ -204729,6 +281193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68a; } +.border-b-amber-200\\/15 { + border-bottom-color: #fde68a26; +} + .border-b-amber-200\\/20 { border-bottom-color: #fde68a33; } @@ -204741,10 +281209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68a4d; } +.border-b-amber-200\\/35 { + border-bottom-color: #fde68a59; +} + .border-b-amber-200\\/40 { border-bottom-color: #fde68a66; } +.border-b-amber-200\\/45 { + border-bottom-color: #fde68a73; +} + .border-b-amber-200\\/5 { border-bottom-color: #fde68a0d; } @@ -204753,10 +281229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68a80; } +.border-b-amber-200\\/55 { + border-bottom-color: #fde68a8c; +} + .border-b-amber-200\\/60 { border-bottom-color: #fde68a99; } +.border-b-amber-200\\/65 { + border-bottom-color: #fde68aa6; +} + .border-b-amber-200\\/70 { border-bottom-color: #fde68ab3; } @@ -204769,6 +281253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde68acc; } +.border-b-amber-200\\/85 { + border-bottom-color: #fde68ad9; +} + .border-b-amber-200\\/90 { border-bottom-color: #fde68ae6; } @@ -204794,6 +281282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34d; } +.border-b-amber-300\\/15 { + border-bottom-color: #fcd34d26; +} + .border-b-amber-300\\/20 { border-bottom-color: #fcd34d33; } @@ -204806,10 +281298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34d4d; } +.border-b-amber-300\\/35 { + border-bottom-color: #fcd34d59; +} + .border-b-amber-300\\/40 { border-bottom-color: #fcd34d66; } +.border-b-amber-300\\/45 { + border-bottom-color: #fcd34d73; +} + .border-b-amber-300\\/5 { border-bottom-color: #fcd34d0d; } @@ -204818,10 +281318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34d80; } +.border-b-amber-300\\/55 { + border-bottom-color: #fcd34d8c; +} + .border-b-amber-300\\/60 { border-bottom-color: #fcd34d99; } +.border-b-amber-300\\/65 { + border-bottom-color: #fcd34da6; +} + .border-b-amber-300\\/70 { border-bottom-color: #fcd34db3; } @@ -204834,6 +281342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fcd34dcc; } +.border-b-amber-300\\/85 { + border-bottom-color: #fcd34dd9; +} + .border-b-amber-300\\/90 { border-bottom-color: #fcd34de6; } @@ -204859,6 +281371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf24; } +.border-b-amber-400\\/15 { + border-bottom-color: #fbbf2426; +} + .border-b-amber-400\\/20 { border-bottom-color: #fbbf2433; } @@ -204871,10 +281387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf244d; } +.border-b-amber-400\\/35 { + border-bottom-color: #fbbf2459; +} + .border-b-amber-400\\/40 { border-bottom-color: #fbbf2466; } +.border-b-amber-400\\/45 { + border-bottom-color: #fbbf2473; +} + .border-b-amber-400\\/5 { border-bottom-color: #fbbf240d; } @@ -204883,10 +281407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf2480; } +.border-b-amber-400\\/55 { + border-bottom-color: #fbbf248c; +} + .border-b-amber-400\\/60 { border-bottom-color: #fbbf2499; } +.border-b-amber-400\\/65 { + border-bottom-color: #fbbf24a6; +} + .border-b-amber-400\\/70 { border-bottom-color: #fbbf24b3; } @@ -204899,6 +281431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbbf24cc; } +.border-b-amber-400\\/85 { + border-bottom-color: #fbbf24d9; +} + .border-b-amber-400\\/90 { border-bottom-color: #fbbf24e6; } @@ -204924,6 +281460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbeb; } +.border-b-amber-50\\/15 { + border-bottom-color: #fffbeb26; +} + .border-b-amber-50\\/20 { border-bottom-color: #fffbeb33; } @@ -204936,10 +281476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbeb4d; } +.border-b-amber-50\\/35 { + border-bottom-color: #fffbeb59; +} + .border-b-amber-50\\/40 { border-bottom-color: #fffbeb66; } +.border-b-amber-50\\/45 { + border-bottom-color: #fffbeb73; +} + .border-b-amber-50\\/5 { border-bottom-color: #fffbeb0d; } @@ -204948,10 +281496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbeb80; } +.border-b-amber-50\\/55 { + border-bottom-color: #fffbeb8c; +} + .border-b-amber-50\\/60 { border-bottom-color: #fffbeb99; } +.border-b-amber-50\\/65 { + border-bottom-color: #fffbeba6; +} + .border-b-amber-50\\/70 { border-bottom-color: #fffbebb3; } @@ -204964,6 +281520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffbebcc; } +.border-b-amber-50\\/85 { + border-bottom-color: #fffbebd9; +} + .border-b-amber-50\\/90 { border-bottom-color: #fffbebe6; } @@ -204989,6 +281549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0b; } +.border-b-amber-500\\/15 { + border-bottom-color: #f59e0b26; +} + .border-b-amber-500\\/20 { border-bottom-color: #f59e0b33; } @@ -205001,10 +281565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0b4d; } +.border-b-amber-500\\/35 { + border-bottom-color: #f59e0b59; +} + .border-b-amber-500\\/40 { border-bottom-color: #f59e0b66; } +.border-b-amber-500\\/45 { + border-bottom-color: #f59e0b73; +} + .border-b-amber-500\\/5 { border-bottom-color: #f59e0b0d; } @@ -205013,10 +281585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0b80; } +.border-b-amber-500\\/55 { + border-bottom-color: #f59e0b8c; +} + .border-b-amber-500\\/60 { border-bottom-color: #f59e0b99; } +.border-b-amber-500\\/65 { + border-bottom-color: #f59e0ba6; +} + .border-b-amber-500\\/70 { border-bottom-color: #f59e0bb3; } @@ -205029,6 +281609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f59e0bcc; } +.border-b-amber-500\\/85 { + border-bottom-color: #f59e0bd9; +} + .border-b-amber-500\\/90 { border-bottom-color: #f59e0be6; } @@ -205054,6 +281638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d97706; } +.border-b-amber-600\\/15 { + border-bottom-color: #d9770626; +} + .border-b-amber-600\\/20 { border-bottom-color: #d9770633; } @@ -205066,10 +281654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d977064d; } +.border-b-amber-600\\/35 { + border-bottom-color: #d9770659; +} + .border-b-amber-600\\/40 { border-bottom-color: #d9770666; } +.border-b-amber-600\\/45 { + border-bottom-color: #d9770673; +} + .border-b-amber-600\\/5 { border-bottom-color: #d977060d; } @@ -205078,10 +281674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9770680; } +.border-b-amber-600\\/55 { + border-bottom-color: #d977068c; +} + .border-b-amber-600\\/60 { border-bottom-color: #d9770699; } +.border-b-amber-600\\/65 { + border-bottom-color: #d97706a6; +} + .border-b-amber-600\\/70 { border-bottom-color: #d97706b3; } @@ -205094,6 +281698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d97706cc; } +.border-b-amber-600\\/85 { + border-bottom-color: #d97706d9; +} + .border-b-amber-600\\/90 { border-bottom-color: #d97706e6; } @@ -205119,6 +281727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b45309; } +.border-b-amber-700\\/15 { + border-bottom-color: #b4530926; +} + .border-b-amber-700\\/20 { border-bottom-color: #b4530933; } @@ -205131,10 +281743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b453094d; } +.border-b-amber-700\\/35 { + border-bottom-color: #b4530959; +} + .border-b-amber-700\\/40 { border-bottom-color: #b4530966; } +.border-b-amber-700\\/45 { + border-bottom-color: #b4530973; +} + .border-b-amber-700\\/5 { border-bottom-color: #b453090d; } @@ -205143,10 +281763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b4530980; } +.border-b-amber-700\\/55 { + border-bottom-color: #b453098c; +} + .border-b-amber-700\\/60 { border-bottom-color: #b4530999; } +.border-b-amber-700\\/65 { + border-bottom-color: #b45309a6; +} + .border-b-amber-700\\/70 { border-bottom-color: #b45309b3; } @@ -205159,6 +281787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b45309cc; } +.border-b-amber-700\\/85 { + border-bottom-color: #b45309d9; +} + .border-b-amber-700\\/90 { border-bottom-color: #b45309e6; } @@ -205184,6 +281816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400e; } +.border-b-amber-800\\/15 { + border-bottom-color: #92400e26; +} + .border-b-amber-800\\/20 { border-bottom-color: #92400e33; } @@ -205196,10 +281832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400e4d; } +.border-b-amber-800\\/35 { + border-bottom-color: #92400e59; +} + .border-b-amber-800\\/40 { border-bottom-color: #92400e66; } +.border-b-amber-800\\/45 { + border-bottom-color: #92400e73; +} + .border-b-amber-800\\/5 { border-bottom-color: #92400e0d; } @@ -205208,10 +281852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400e80; } +.border-b-amber-800\\/55 { + border-bottom-color: #92400e8c; +} + .border-b-amber-800\\/60 { border-bottom-color: #92400e99; } +.border-b-amber-800\\/65 { + border-bottom-color: #92400ea6; +} + .border-b-amber-800\\/70 { border-bottom-color: #92400eb3; } @@ -205224,6 +281876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #92400ecc; } +.border-b-amber-800\\/85 { + border-bottom-color: #92400ed9; +} + .border-b-amber-800\\/90 { border-bottom-color: #92400ee6; } @@ -205249,6 +281905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350f; } +.border-b-amber-900\\/15 { + border-bottom-color: #78350f26; +} + .border-b-amber-900\\/20 { border-bottom-color: #78350f33; } @@ -205261,10 +281921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350f4d; } +.border-b-amber-900\\/35 { + border-bottom-color: #78350f59; +} + .border-b-amber-900\\/40 { border-bottom-color: #78350f66; } +.border-b-amber-900\\/45 { + border-bottom-color: #78350f73; +} + .border-b-amber-900\\/5 { border-bottom-color: #78350f0d; } @@ -205273,10 +281941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350f80; } +.border-b-amber-900\\/55 { + border-bottom-color: #78350f8c; +} + .border-b-amber-900\\/60 { border-bottom-color: #78350f99; } +.border-b-amber-900\\/65 { + border-bottom-color: #78350fa6; +} + .border-b-amber-900\\/70 { border-bottom-color: #78350fb3; } @@ -205289,6 +281965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78350fcc; } +.border-b-amber-900\\/85 { + border-bottom-color: #78350fd9; +} + .border-b-amber-900\\/90 { border-bottom-color: #78350fe6; } @@ -205314,6 +281994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a03; } +.border-b-amber-950\\/15 { + border-bottom-color: #451a0326; +} + .border-b-amber-950\\/20 { border-bottom-color: #451a0333; } @@ -205326,10 +282010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a034d; } +.border-b-amber-950\\/35 { + border-bottom-color: #451a0359; +} + .border-b-amber-950\\/40 { border-bottom-color: #451a0366; } +.border-b-amber-950\\/45 { + border-bottom-color: #451a0373; +} + .border-b-amber-950\\/5 { border-bottom-color: #451a030d; } @@ -205338,10 +282030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a0380; } +.border-b-amber-950\\/55 { + border-bottom-color: #451a038c; +} + .border-b-amber-950\\/60 { border-bottom-color: #451a0399; } +.border-b-amber-950\\/65 { + border-bottom-color: #451a03a6; +} + .border-b-amber-950\\/70 { border-bottom-color: #451a03b3; } @@ -205354,6 +282054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #451a03cc; } +.border-b-amber-950\\/85 { + border-bottom-color: #451a03d9; +} + .border-b-amber-950\\/90 { border-bottom-color: #451a03e6; } @@ -205379,6 +282083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000; } +.border-b-black\\/15 { + border-bottom-color: #00000026; +} + .border-b-black\\/20 { border-bottom-color: #0003; } @@ -205391,10 +282099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0000004d; } +.border-b-black\\/35 { + border-bottom-color: #00000059; +} + .border-b-black\\/40 { border-bottom-color: #0006; } +.border-b-black\\/45 { + border-bottom-color: #00000073; +} + .border-b-black\\/5 { border-bottom-color: #0000000d; } @@ -205403,10 +282119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #00000080; } +.border-b-black\\/55 { + border-bottom-color: #0000008c; +} + .border-b-black\\/60 { border-bottom-color: #0009; } +.border-b-black\\/65 { + border-bottom-color: #000000a6; +} + .border-b-black\\/70 { border-bottom-color: #000000b3; } @@ -205419,6 +282143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000c; } +.border-b-black\\/85 { + border-bottom-color: #000000d9; +} + .border-b-black\\/90 { border-bottom-color: #000000e6; } @@ -205444,6 +282172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafe; } +.border-b-blue-100\\/15 { + border-bottom-color: #dbeafe26; +} + .border-b-blue-100\\/20 { border-bottom-color: #dbeafe33; } @@ -205456,10 +282188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafe4d; } +.border-b-blue-100\\/35 { + border-bottom-color: #dbeafe59; +} + .border-b-blue-100\\/40 { border-bottom-color: #dbeafe66; } +.border-b-blue-100\\/45 { + border-bottom-color: #dbeafe73; +} + .border-b-blue-100\\/5 { border-bottom-color: #dbeafe0d; } @@ -205468,10 +282208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafe80; } +.border-b-blue-100\\/55 { + border-bottom-color: #dbeafe8c; +} + .border-b-blue-100\\/60 { border-bottom-color: #dbeafe99; } +.border-b-blue-100\\/65 { + border-bottom-color: #dbeafea6; +} + .border-b-blue-100\\/70 { border-bottom-color: #dbeafeb3; } @@ -205484,6 +282232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dbeafecc; } +.border-b-blue-100\\/85 { + border-bottom-color: #dbeafed9; +} + .border-b-blue-100\\/90 { border-bottom-color: #dbeafee6; } @@ -205509,6 +282261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfe; } +.border-b-blue-200\\/15 { + border-bottom-color: #bfdbfe26; +} + .border-b-blue-200\\/20 { border-bottom-color: #bfdbfe33; } @@ -205521,10 +282277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfe4d; } +.border-b-blue-200\\/35 { + border-bottom-color: #bfdbfe59; +} + .border-b-blue-200\\/40 { border-bottom-color: #bfdbfe66; } +.border-b-blue-200\\/45 { + border-bottom-color: #bfdbfe73; +} + .border-b-blue-200\\/5 { border-bottom-color: #bfdbfe0d; } @@ -205533,10 +282297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfe80; } +.border-b-blue-200\\/55 { + border-bottom-color: #bfdbfe8c; +} + .border-b-blue-200\\/60 { border-bottom-color: #bfdbfe99; } +.border-b-blue-200\\/65 { + border-bottom-color: #bfdbfea6; +} + .border-b-blue-200\\/70 { border-bottom-color: #bfdbfeb3; } @@ -205549,6 +282321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bfdbfecc; } +.border-b-blue-200\\/85 { + border-bottom-color: #bfdbfed9; +} + .border-b-blue-200\\/90 { border-bottom-color: #bfdbfee6; } @@ -205574,6 +282350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fd; } +.border-b-blue-300\\/15 { + border-bottom-color: #93c5fd26; +} + .border-b-blue-300\\/20 { border-bottom-color: #93c5fd33; } @@ -205586,10 +282366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fd4d; } +.border-b-blue-300\\/35 { + border-bottom-color: #93c5fd59; +} + .border-b-blue-300\\/40 { border-bottom-color: #93c5fd66; } +.border-b-blue-300\\/45 { + border-bottom-color: #93c5fd73; +} + .border-b-blue-300\\/5 { border-bottom-color: #93c5fd0d; } @@ -205598,10 +282386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fd80; } +.border-b-blue-300\\/55 { + border-bottom-color: #93c5fd8c; +} + .border-b-blue-300\\/60 { border-bottom-color: #93c5fd99; } +.border-b-blue-300\\/65 { + border-bottom-color: #93c5fda6; +} + .border-b-blue-300\\/70 { border-bottom-color: #93c5fdb3; } @@ -205614,6 +282410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #93c5fdcc; } +.border-b-blue-300\\/85 { + border-bottom-color: #93c5fdd9; +} + .border-b-blue-300\\/90 { border-bottom-color: #93c5fde6; } @@ -205639,6 +282439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5fa; } +.border-b-blue-400\\/15 { + border-bottom-color: #60a5fa26; +} + .border-b-blue-400\\/20 { border-bottom-color: #60a5fa33; } @@ -205651,10 +282455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5fa4d; } +.border-b-blue-400\\/35 { + border-bottom-color: #60a5fa59; +} + .border-b-blue-400\\/40 { border-bottom-color: #60a5fa66; } +.border-b-blue-400\\/45 { + border-bottom-color: #60a5fa73; +} + .border-b-blue-400\\/5 { border-bottom-color: #60a5fa0d; } @@ -205663,10 +282475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5fa80; } +.border-b-blue-400\\/55 { + border-bottom-color: #60a5fa8c; +} + .border-b-blue-400\\/60 { border-bottom-color: #60a5fa99; } +.border-b-blue-400\\/65 { + border-bottom-color: #60a5faa6; +} + .border-b-blue-400\\/70 { border-bottom-color: #60a5fab3; } @@ -205679,6 +282499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #60a5facc; } +.border-b-blue-400\\/85 { + border-bottom-color: #60a5fad9; +} + .border-b-blue-400\\/90 { border-bottom-color: #60a5fae6; } @@ -205704,6 +282528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ff; } +.border-b-blue-50\\/15 { + border-bottom-color: #eff6ff26; +} + .border-b-blue-50\\/20 { border-bottom-color: #eff6ff33; } @@ -205716,10 +282544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ff4d; } +.border-b-blue-50\\/35 { + border-bottom-color: #eff6ff59; +} + .border-b-blue-50\\/40 { border-bottom-color: #eff6ff66; } +.border-b-blue-50\\/45 { + border-bottom-color: #eff6ff73; +} + .border-b-blue-50\\/5 { border-bottom-color: #eff6ff0d; } @@ -205728,10 +282564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ff80; } +.border-b-blue-50\\/55 { + border-bottom-color: #eff6ff8c; +} + .border-b-blue-50\\/60 { border-bottom-color: #eff6ff99; } +.border-b-blue-50\\/65 { + border-bottom-color: #eff6ffa6; +} + .border-b-blue-50\\/70 { border-bottom-color: #eff6ffb3; } @@ -205744,6 +282588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eff6ffcc; } +.border-b-blue-50\\/85 { + border-bottom-color: #eff6ffd9; +} + .border-b-blue-50\\/90 { border-bottom-color: #eff6ffe6; } @@ -205769,6 +282617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f6; } +.border-b-blue-500\\/15 { + border-bottom-color: #3b82f626; +} + .border-b-blue-500\\/20 { border-bottom-color: #3b82f633; } @@ -205781,10 +282633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f64d; } +.border-b-blue-500\\/35 { + border-bottom-color: #3b82f659; +} + .border-b-blue-500\\/40 { border-bottom-color: #3b82f666; } +.border-b-blue-500\\/45 { + border-bottom-color: #3b82f673; +} + .border-b-blue-500\\/5 { border-bottom-color: #3b82f60d; } @@ -205793,10 +282653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f680; } +.border-b-blue-500\\/55 { + border-bottom-color: #3b82f68c; +} + .border-b-blue-500\\/60 { border-bottom-color: #3b82f699; } +.border-b-blue-500\\/65 { + border-bottom-color: #3b82f6a6; +} + .border-b-blue-500\\/70 { border-bottom-color: #3b82f6b3; } @@ -205809,6 +282677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b82f6cc; } +.border-b-blue-500\\/85 { + border-bottom-color: #3b82f6d9; +} + .border-b-blue-500\\/90 { border-bottom-color: #3b82f6e6; } @@ -205834,6 +282706,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563eb; } +.border-b-blue-600\\/15 { + border-bottom-color: #2563eb26; +} + .border-b-blue-600\\/20 { border-bottom-color: #2563eb33; } @@ -205846,10 +282722,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563eb4d; } +.border-b-blue-600\\/35 { + border-bottom-color: #2563eb59; +} + .border-b-blue-600\\/40 { border-bottom-color: #2563eb66; } +.border-b-blue-600\\/45 { + border-bottom-color: #2563eb73; +} + .border-b-blue-600\\/5 { border-bottom-color: #2563eb0d; } @@ -205858,10 +282742,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563eb80; } +.border-b-blue-600\\/55 { + border-bottom-color: #2563eb8c; +} + .border-b-blue-600\\/60 { border-bottom-color: #2563eb99; } +.border-b-blue-600\\/65 { + border-bottom-color: #2563eba6; +} + .border-b-blue-600\\/70 { border-bottom-color: #2563ebb3; } @@ -205874,6 +282766,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2563ebcc; } +.border-b-blue-600\\/85 { + border-bottom-color: #2563ebd9; +} + .border-b-blue-600\\/90 { border-bottom-color: #2563ebe6; } @@ -205899,6 +282795,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed8; } +.border-b-blue-700\\/15 { + border-bottom-color: #1d4ed826; +} + .border-b-blue-700\\/20 { border-bottom-color: #1d4ed833; } @@ -205911,10 +282811,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed84d; } +.border-b-blue-700\\/35 { + border-bottom-color: #1d4ed859; +} + .border-b-blue-700\\/40 { border-bottom-color: #1d4ed866; } +.border-b-blue-700\\/45 { + border-bottom-color: #1d4ed873; +} + .border-b-blue-700\\/5 { border-bottom-color: #1d4ed80d; } @@ -205923,10 +282831,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed880; } +.border-b-blue-700\\/55 { + border-bottom-color: #1d4ed88c; +} + .border-b-blue-700\\/60 { border-bottom-color: #1d4ed899; } +.border-b-blue-700\\/65 { + border-bottom-color: #1d4ed8a6; +} + .border-b-blue-700\\/70 { border-bottom-color: #1d4ed8b3; } @@ -205939,6 +282855,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1d4ed8cc; } +.border-b-blue-700\\/85 { + border-bottom-color: #1d4ed8d9; +} + .border-b-blue-700\\/90 { border-bottom-color: #1d4ed8e6; } @@ -205964,6 +282884,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40af; } +.border-b-blue-800\\/15 { + border-bottom-color: #1e40af26; +} + .border-b-blue-800\\/20 { border-bottom-color: #1e40af33; } @@ -205976,10 +282900,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40af4d; } +.border-b-blue-800\\/35 { + border-bottom-color: #1e40af59; +} + .border-b-blue-800\\/40 { border-bottom-color: #1e40af66; } +.border-b-blue-800\\/45 { + border-bottom-color: #1e40af73; +} + .border-b-blue-800\\/5 { border-bottom-color: #1e40af0d; } @@ -205988,10 +282920,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40af80; } +.border-b-blue-800\\/55 { + border-bottom-color: #1e40af8c; +} + .border-b-blue-800\\/60 { border-bottom-color: #1e40af99; } +.border-b-blue-800\\/65 { + border-bottom-color: #1e40afa6; +} + .border-b-blue-800\\/70 { border-bottom-color: #1e40afb3; } @@ -206004,6 +282944,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e40afcc; } +.border-b-blue-800\\/85 { + border-bottom-color: #1e40afd9; +} + .border-b-blue-800\\/90 { border-bottom-color: #1e40afe6; } @@ -206029,6 +282973,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8a; } +.border-b-blue-900\\/15 { + border-bottom-color: #1e3a8a26; +} + .border-b-blue-900\\/20 { border-bottom-color: #1e3a8a33; } @@ -206041,10 +282989,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8a4d; } +.border-b-blue-900\\/35 { + border-bottom-color: #1e3a8a59; +} + .border-b-blue-900\\/40 { border-bottom-color: #1e3a8a66; } +.border-b-blue-900\\/45 { + border-bottom-color: #1e3a8a73; +} + .border-b-blue-900\\/5 { border-bottom-color: #1e3a8a0d; } @@ -206053,10 +283009,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8a80; } +.border-b-blue-900\\/55 { + border-bottom-color: #1e3a8a8c; +} + .border-b-blue-900\\/60 { border-bottom-color: #1e3a8a99; } +.border-b-blue-900\\/65 { + border-bottom-color: #1e3a8aa6; +} + .border-b-blue-900\\/70 { border-bottom-color: #1e3a8ab3; } @@ -206069,6 +283033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e3a8acc; } +.border-b-blue-900\\/85 { + border-bottom-color: #1e3a8ad9; +} + .border-b-blue-900\\/90 { border-bottom-color: #1e3a8ae6; } @@ -206094,6 +283062,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #172554; } +.border-b-blue-950\\/15 { + border-bottom-color: #17255426; +} + .border-b-blue-950\\/20 { border-bottom-color: #17255433; } @@ -206106,10 +283078,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1725544d; } +.border-b-blue-950\\/35 { + border-bottom-color: #17255459; +} + .border-b-blue-950\\/40 { border-bottom-color: #17255466; } +.border-b-blue-950\\/45 { + border-bottom-color: #17255473; +} + .border-b-blue-950\\/5 { border-bottom-color: #1725540d; } @@ -206118,10 +283098,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #17255480; } +.border-b-blue-950\\/55 { + border-bottom-color: #1725548c; +} + .border-b-blue-950\\/60 { border-bottom-color: #17255499; } +.border-b-blue-950\\/65 { + border-bottom-color: #172554a6; +} + .border-b-blue-950\\/70 { border-bottom-color: #172554b3; } @@ -206134,6 +283122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #172554cc; } +.border-b-blue-950\\/85 { + border-bottom-color: #172554d9; +} + .border-b-blue-950\\/90 { border-bottom-color: #172554e6; } @@ -206163,6 +283155,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafe; } +.border-b-cyan-100\\/15 { + border-bottom-color: #cffafe26; +} + .border-b-cyan-100\\/20 { border-bottom-color: #cffafe33; } @@ -206175,10 +283171,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafe4d; } +.border-b-cyan-100\\/35 { + border-bottom-color: #cffafe59; +} + .border-b-cyan-100\\/40 { border-bottom-color: #cffafe66; } +.border-b-cyan-100\\/45 { + border-bottom-color: #cffafe73; +} + .border-b-cyan-100\\/5 { border-bottom-color: #cffafe0d; } @@ -206187,10 +283191,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafe80; } +.border-b-cyan-100\\/55 { + border-bottom-color: #cffafe8c; +} + .border-b-cyan-100\\/60 { border-bottom-color: #cffafe99; } +.border-b-cyan-100\\/65 { + border-bottom-color: #cffafea6; +} + .border-b-cyan-100\\/70 { border-bottom-color: #cffafeb3; } @@ -206203,6 +283215,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cffafecc; } +.border-b-cyan-100\\/85 { + border-bottom-color: #cffafed9; +} + .border-b-cyan-100\\/90 { border-bottom-color: #cffafee6; } @@ -206228,6 +283244,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fc; } +.border-b-cyan-200\\/15 { + border-bottom-color: #a5f3fc26; +} + .border-b-cyan-200\\/20 { border-bottom-color: #a5f3fc33; } @@ -206240,10 +283260,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fc4d; } +.border-b-cyan-200\\/35 { + border-bottom-color: #a5f3fc59; +} + .border-b-cyan-200\\/40 { border-bottom-color: #a5f3fc66; } +.border-b-cyan-200\\/45 { + border-bottom-color: #a5f3fc73; +} + .border-b-cyan-200\\/5 { border-bottom-color: #a5f3fc0d; } @@ -206252,10 +283280,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fc80; } +.border-b-cyan-200\\/55 { + border-bottom-color: #a5f3fc8c; +} + .border-b-cyan-200\\/60 { border-bottom-color: #a5f3fc99; } +.border-b-cyan-200\\/65 { + border-bottom-color: #a5f3fca6; +} + .border-b-cyan-200\\/70 { border-bottom-color: #a5f3fcb3; } @@ -206268,6 +283304,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5f3fccc; } +.border-b-cyan-200\\/85 { + border-bottom-color: #a5f3fcd9; +} + .border-b-cyan-200\\/90 { border-bottom-color: #a5f3fce6; } @@ -206293,6 +283333,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f9; } +.border-b-cyan-300\\/15 { + border-bottom-color: #67e8f926; +} + .border-b-cyan-300\\/20 { border-bottom-color: #67e8f933; } @@ -206305,10 +283349,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f94d; } +.border-b-cyan-300\\/35 { + border-bottom-color: #67e8f959; +} + .border-b-cyan-300\\/40 { border-bottom-color: #67e8f966; } +.border-b-cyan-300\\/45 { + border-bottom-color: #67e8f973; +} + .border-b-cyan-300\\/5 { border-bottom-color: #67e8f90d; } @@ -206317,10 +283369,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f980; } +.border-b-cyan-300\\/55 { + border-bottom-color: #67e8f98c; +} + .border-b-cyan-300\\/60 { border-bottom-color: #67e8f999; } +.border-b-cyan-300\\/65 { + border-bottom-color: #67e8f9a6; +} + .border-b-cyan-300\\/70 { border-bottom-color: #67e8f9b3; } @@ -206333,6 +283393,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #67e8f9cc; } +.border-b-cyan-300\\/85 { + border-bottom-color: #67e8f9d9; +} + .border-b-cyan-300\\/90 { border-bottom-color: #67e8f9e6; } @@ -206358,6 +283422,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3ee; } +.border-b-cyan-400\\/15 { + border-bottom-color: #22d3ee26; +} + .border-b-cyan-400\\/20 { border-bottom-color: #22d3ee33; } @@ -206370,10 +283438,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3ee4d; } +.border-b-cyan-400\\/35 { + border-bottom-color: #22d3ee59; +} + .border-b-cyan-400\\/40 { border-bottom-color: #22d3ee66; } +.border-b-cyan-400\\/45 { + border-bottom-color: #22d3ee73; +} + .border-b-cyan-400\\/5 { border-bottom-color: #22d3ee0d; } @@ -206382,10 +283458,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3ee80; } +.border-b-cyan-400\\/55 { + border-bottom-color: #22d3ee8c; +} + .border-b-cyan-400\\/60 { border-bottom-color: #22d3ee99; } +.border-b-cyan-400\\/65 { + border-bottom-color: #22d3eea6; +} + .border-b-cyan-400\\/70 { border-bottom-color: #22d3eeb3; } @@ -206398,6 +283482,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22d3eecc; } +.border-b-cyan-400\\/85 { + border-bottom-color: #22d3eed9; +} + .border-b-cyan-400\\/90 { border-bottom-color: #22d3eee6; } @@ -206423,6 +283511,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeff; } +.border-b-cyan-50\\/15 { + border-bottom-color: #ecfeff26; +} + .border-b-cyan-50\\/20 { border-bottom-color: #ecfeff33; } @@ -206435,10 +283527,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeff4d; } +.border-b-cyan-50\\/35 { + border-bottom-color: #ecfeff59; +} + .border-b-cyan-50\\/40 { border-bottom-color: #ecfeff66; } +.border-b-cyan-50\\/45 { + border-bottom-color: #ecfeff73; +} + .border-b-cyan-50\\/5 { border-bottom-color: #ecfeff0d; } @@ -206447,10 +283547,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeff80; } +.border-b-cyan-50\\/55 { + border-bottom-color: #ecfeff8c; +} + .border-b-cyan-50\\/60 { border-bottom-color: #ecfeff99; } +.border-b-cyan-50\\/65 { + border-bottom-color: #ecfeffa6; +} + .border-b-cyan-50\\/70 { border-bottom-color: #ecfeffb3; } @@ -206463,6 +283571,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfeffcc; } +.border-b-cyan-50\\/85 { + border-bottom-color: #ecfeffd9; +} + .border-b-cyan-50\\/90 { border-bottom-color: #ecfeffe6; } @@ -206488,6 +283600,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d4; } +.border-b-cyan-500\\/15 { + border-bottom-color: #06b6d426; +} + .border-b-cyan-500\\/20 { border-bottom-color: #06b6d433; } @@ -206500,10 +283616,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d44d; } +.border-b-cyan-500\\/35 { + border-bottom-color: #06b6d459; +} + .border-b-cyan-500\\/40 { border-bottom-color: #06b6d466; } +.border-b-cyan-500\\/45 { + border-bottom-color: #06b6d473; +} + .border-b-cyan-500\\/5 { border-bottom-color: #06b6d40d; } @@ -206512,10 +283636,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d480; } +.border-b-cyan-500\\/55 { + border-bottom-color: #06b6d48c; +} + .border-b-cyan-500\\/60 { border-bottom-color: #06b6d499; } +.border-b-cyan-500\\/65 { + border-bottom-color: #06b6d4a6; +} + .border-b-cyan-500\\/70 { border-bottom-color: #06b6d4b3; } @@ -206528,6 +283660,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #06b6d4cc; } +.border-b-cyan-500\\/85 { + border-bottom-color: #06b6d4d9; +} + .border-b-cyan-500\\/90 { border-bottom-color: #06b6d4e6; } @@ -206553,6 +283689,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b2; } +.border-b-cyan-600\\/15 { + border-bottom-color: #0891b226; +} + .border-b-cyan-600\\/20 { border-bottom-color: #0891b233; } @@ -206565,10 +283705,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b24d; } +.border-b-cyan-600\\/35 { + border-bottom-color: #0891b259; +} + .border-b-cyan-600\\/40 { border-bottom-color: #0891b266; } +.border-b-cyan-600\\/45 { + border-bottom-color: #0891b273; +} + .border-b-cyan-600\\/5 { border-bottom-color: #0891b20d; } @@ -206577,10 +283725,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b280; } +.border-b-cyan-600\\/55 { + border-bottom-color: #0891b28c; +} + .border-b-cyan-600\\/60 { border-bottom-color: #0891b299; } +.border-b-cyan-600\\/65 { + border-bottom-color: #0891b2a6; +} + .border-b-cyan-600\\/70 { border-bottom-color: #0891b2b3; } @@ -206593,6 +283749,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0891b2cc; } +.border-b-cyan-600\\/85 { + border-bottom-color: #0891b2d9; +} + .border-b-cyan-600\\/90 { border-bottom-color: #0891b2e6; } @@ -206618,6 +283778,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e7490; } +.border-b-cyan-700\\/15 { + border-bottom-color: #0e749026; +} + .border-b-cyan-700\\/20 { border-bottom-color: #0e749033; } @@ -206630,10 +283794,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e74904d; } +.border-b-cyan-700\\/35 { + border-bottom-color: #0e749059; +} + .border-b-cyan-700\\/40 { border-bottom-color: #0e749066; } +.border-b-cyan-700\\/45 { + border-bottom-color: #0e749073; +} + .border-b-cyan-700\\/5 { border-bottom-color: #0e74900d; } @@ -206642,10 +283814,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e749080; } +.border-b-cyan-700\\/55 { + border-bottom-color: #0e74908c; +} + .border-b-cyan-700\\/60 { border-bottom-color: #0e749099; } +.border-b-cyan-700\\/65 { + border-bottom-color: #0e7490a6; +} + .border-b-cyan-700\\/70 { border-bottom-color: #0e7490b3; } @@ -206658,6 +283838,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0e7490cc; } +.border-b-cyan-700\\/85 { + border-bottom-color: #0e7490d9; +} + .border-b-cyan-700\\/90 { border-bottom-color: #0e7490e6; } @@ -206683,6 +283867,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e75; } +.border-b-cyan-800\\/15 { + border-bottom-color: #155e7526; +} + .border-b-cyan-800\\/20 { border-bottom-color: #155e7533; } @@ -206695,10 +283883,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e754d; } +.border-b-cyan-800\\/35 { + border-bottom-color: #155e7559; +} + .border-b-cyan-800\\/40 { border-bottom-color: #155e7566; } +.border-b-cyan-800\\/45 { + border-bottom-color: #155e7573; +} + .border-b-cyan-800\\/5 { border-bottom-color: #155e750d; } @@ -206707,10 +283903,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e7580; } +.border-b-cyan-800\\/55 { + border-bottom-color: #155e758c; +} + .border-b-cyan-800\\/60 { border-bottom-color: #155e7599; } +.border-b-cyan-800\\/65 { + border-bottom-color: #155e75a6; +} + .border-b-cyan-800\\/70 { border-bottom-color: #155e75b3; } @@ -206723,6 +283927,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #155e75cc; } +.border-b-cyan-800\\/85 { + border-bottom-color: #155e75d9; +} + .border-b-cyan-800\\/90 { border-bottom-color: #155e75e6; } @@ -206748,6 +283956,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e63; } +.border-b-cyan-900\\/15 { + border-bottom-color: #164e6326; +} + .border-b-cyan-900\\/20 { border-bottom-color: #164e6333; } @@ -206760,10 +283972,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e634d; } +.border-b-cyan-900\\/35 { + border-bottom-color: #164e6359; +} + .border-b-cyan-900\\/40 { border-bottom-color: #164e6366; } +.border-b-cyan-900\\/45 { + border-bottom-color: #164e6373; +} + .border-b-cyan-900\\/5 { border-bottom-color: #164e630d; } @@ -206772,10 +283992,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e6380; } +.border-b-cyan-900\\/55 { + border-bottom-color: #164e638c; +} + .border-b-cyan-900\\/60 { border-bottom-color: #164e6399; } +.border-b-cyan-900\\/65 { + border-bottom-color: #164e63a6; +} + .border-b-cyan-900\\/70 { border-bottom-color: #164e63b3; } @@ -206788,6 +284016,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #164e63cc; } +.border-b-cyan-900\\/85 { + border-bottom-color: #164e63d9; +} + .border-b-cyan-900\\/90 { border-bottom-color: #164e63e6; } @@ -206813,6 +284045,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #083344; } +.border-b-cyan-950\\/15 { + border-bottom-color: #08334426; +} + .border-b-cyan-950\\/20 { border-bottom-color: #08334433; } @@ -206825,10 +284061,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0833444d; } +.border-b-cyan-950\\/35 { + border-bottom-color: #08334459; +} + .border-b-cyan-950\\/40 { border-bottom-color: #08334466; } +.border-b-cyan-950\\/45 { + border-bottom-color: #08334473; +} + .border-b-cyan-950\\/5 { border-bottom-color: #0833440d; } @@ -206837,10 +284081,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #08334480; } +.border-b-cyan-950\\/55 { + border-bottom-color: #0833448c; +} + .border-b-cyan-950\\/60 { border-bottom-color: #08334499; } +.border-b-cyan-950\\/65 { + border-bottom-color: #083344a6; +} + .border-b-cyan-950\\/70 { border-bottom-color: #083344b3; } @@ -206853,6 +284105,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #083344cc; } +.border-b-cyan-950\\/85 { + border-bottom-color: #083344d9; +} + .border-b-cyan-950\\/90 { border-bottom-color: #083344e6; } @@ -206878,6 +284134,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae5; } +.border-b-emerald-100\\/15 { + border-bottom-color: #d1fae526; +} + .border-b-emerald-100\\/20 { border-bottom-color: #d1fae533; } @@ -206890,10 +284150,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae54d; } +.border-b-emerald-100\\/35 { + border-bottom-color: #d1fae559; +} + .border-b-emerald-100\\/40 { border-bottom-color: #d1fae566; } +.border-b-emerald-100\\/45 { + border-bottom-color: #d1fae573; +} + .border-b-emerald-100\\/5 { border-bottom-color: #d1fae50d; } @@ -206902,10 +284170,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae580; } +.border-b-emerald-100\\/55 { + border-bottom-color: #d1fae58c; +} + .border-b-emerald-100\\/60 { border-bottom-color: #d1fae599; } +.border-b-emerald-100\\/65 { + border-bottom-color: #d1fae5a6; +} + .border-b-emerald-100\\/70 { border-bottom-color: #d1fae5b3; } @@ -206918,6 +284194,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1fae5cc; } +.border-b-emerald-100\\/85 { + border-bottom-color: #d1fae5d9; +} + .border-b-emerald-100\\/90 { border-bottom-color: #d1fae5e6; } @@ -206943,6 +284223,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d0; } +.border-b-emerald-200\\/15 { + border-bottom-color: #a7f3d026; +} + .border-b-emerald-200\\/20 { border-bottom-color: #a7f3d033; } @@ -206955,10 +284239,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d04d; } +.border-b-emerald-200\\/35 { + border-bottom-color: #a7f3d059; +} + .border-b-emerald-200\\/40 { border-bottom-color: #a7f3d066; } +.border-b-emerald-200\\/45 { + border-bottom-color: #a7f3d073; +} + .border-b-emerald-200\\/5 { border-bottom-color: #a7f3d00d; } @@ -206967,10 +284259,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d080; } +.border-b-emerald-200\\/55 { + border-bottom-color: #a7f3d08c; +} + .border-b-emerald-200\\/60 { border-bottom-color: #a7f3d099; } +.border-b-emerald-200\\/65 { + border-bottom-color: #a7f3d0a6; +} + .border-b-emerald-200\\/70 { border-bottom-color: #a7f3d0b3; } @@ -206983,6 +284283,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a7f3d0cc; } +.border-b-emerald-200\\/85 { + border-bottom-color: #a7f3d0d9; +} + .border-b-emerald-200\\/90 { border-bottom-color: #a7f3d0e6; } @@ -207008,6 +284312,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b7; } +.border-b-emerald-300\\/15 { + border-bottom-color: #6ee7b726; +} + .border-b-emerald-300\\/20 { border-bottom-color: #6ee7b733; } @@ -207020,10 +284328,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b74d; } +.border-b-emerald-300\\/35 { + border-bottom-color: #6ee7b759; +} + .border-b-emerald-300\\/40 { border-bottom-color: #6ee7b766; } +.border-b-emerald-300\\/45 { + border-bottom-color: #6ee7b773; +} + .border-b-emerald-300\\/5 { border-bottom-color: #6ee7b70d; } @@ -207032,10 +284348,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b780; } +.border-b-emerald-300\\/55 { + border-bottom-color: #6ee7b78c; +} + .border-b-emerald-300\\/60 { border-bottom-color: #6ee7b799; } +.border-b-emerald-300\\/65 { + border-bottom-color: #6ee7b7a6; +} + .border-b-emerald-300\\/70 { border-bottom-color: #6ee7b7b3; } @@ -207048,6 +284372,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6ee7b7cc; } +.border-b-emerald-300\\/85 { + border-bottom-color: #6ee7b7d9; +} + .border-b-emerald-300\\/90 { border-bottom-color: #6ee7b7e6; } @@ -207073,6 +284401,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d399; } +.border-b-emerald-400\\/15 { + border-bottom-color: #34d39926; +} + .border-b-emerald-400\\/20 { border-bottom-color: #34d39933; } @@ -207085,10 +284417,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d3994d; } +.border-b-emerald-400\\/35 { + border-bottom-color: #34d39959; +} + .border-b-emerald-400\\/40 { border-bottom-color: #34d39966; } +.border-b-emerald-400\\/45 { + border-bottom-color: #34d39973; +} + .border-b-emerald-400\\/5 { border-bottom-color: #34d3990d; } @@ -207097,10 +284437,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d39980; } +.border-b-emerald-400\\/55 { + border-bottom-color: #34d3998c; +} + .border-b-emerald-400\\/60 { border-bottom-color: #34d39999; } +.border-b-emerald-400\\/65 { + border-bottom-color: #34d399a6; +} + .border-b-emerald-400\\/70 { border-bottom-color: #34d399b3; } @@ -207113,6 +284461,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #34d399cc; } +.border-b-emerald-400\\/85 { + border-bottom-color: #34d399d9; +} + .border-b-emerald-400\\/90 { border-bottom-color: #34d399e6; } @@ -207138,6 +284490,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf5; } +.border-b-emerald-50\\/15 { + border-bottom-color: #ecfdf526; +} + .border-b-emerald-50\\/20 { border-bottom-color: #ecfdf533; } @@ -207150,10 +284506,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf54d; } +.border-b-emerald-50\\/35 { + border-bottom-color: #ecfdf559; +} + .border-b-emerald-50\\/40 { border-bottom-color: #ecfdf566; } +.border-b-emerald-50\\/45 { + border-bottom-color: #ecfdf573; +} + .border-b-emerald-50\\/5 { border-bottom-color: #ecfdf50d; } @@ -207162,10 +284526,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf580; } +.border-b-emerald-50\\/55 { + border-bottom-color: #ecfdf58c; +} + .border-b-emerald-50\\/60 { border-bottom-color: #ecfdf599; } +.border-b-emerald-50\\/65 { + border-bottom-color: #ecfdf5a6; +} + .border-b-emerald-50\\/70 { border-bottom-color: #ecfdf5b3; } @@ -207178,6 +284550,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfdf5cc; } +.border-b-emerald-50\\/85 { + border-bottom-color: #ecfdf5d9; +} + .border-b-emerald-50\\/90 { border-bottom-color: #ecfdf5e6; } @@ -207203,6 +284579,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b981; } +.border-b-emerald-500\\/15 { + border-bottom-color: #10b98126; +} + .border-b-emerald-500\\/20 { border-bottom-color: #10b98133; } @@ -207215,10 +284595,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b9814d; } +.border-b-emerald-500\\/35 { + border-bottom-color: #10b98159; +} + .border-b-emerald-500\\/40 { border-bottom-color: #10b98166; } +.border-b-emerald-500\\/45 { + border-bottom-color: #10b98173; +} + .border-b-emerald-500\\/5 { border-bottom-color: #10b9810d; } @@ -207227,10 +284615,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b98180; } +.border-b-emerald-500\\/55 { + border-bottom-color: #10b9818c; +} + .border-b-emerald-500\\/60 { border-bottom-color: #10b98199; } +.border-b-emerald-500\\/65 { + border-bottom-color: #10b981a6; +} + .border-b-emerald-500\\/70 { border-bottom-color: #10b981b3; } @@ -207243,6 +284639,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #10b981cc; } +.border-b-emerald-500\\/85 { + border-bottom-color: #10b981d9; +} + .border-b-emerald-500\\/90 { border-bottom-color: #10b981e6; } @@ -207268,6 +284668,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #059669; } +.border-b-emerald-600\\/15 { + border-bottom-color: #05966926; +} + .border-b-emerald-600\\/20 { border-bottom-color: #05966933; } @@ -207280,10 +284684,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0596694d; } +.border-b-emerald-600\\/35 { + border-bottom-color: #05966959; +} + .border-b-emerald-600\\/40 { border-bottom-color: #05966966; } +.border-b-emerald-600\\/45 { + border-bottom-color: #05966973; +} + .border-b-emerald-600\\/5 { border-bottom-color: #0596690d; } @@ -207292,10 +284704,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #05966980; } +.border-b-emerald-600\\/55 { + border-bottom-color: #0596698c; +} + .border-b-emerald-600\\/60 { border-bottom-color: #05966999; } +.border-b-emerald-600\\/65 { + border-bottom-color: #059669a6; +} + .border-b-emerald-600\\/70 { border-bottom-color: #059669b3; } @@ -207308,6 +284728,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #059669cc; } +.border-b-emerald-600\\/85 { + border-bottom-color: #059669d9; +} + .border-b-emerald-600\\/90 { border-bottom-color: #059669e6; } @@ -207333,6 +284757,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #047857; } +.border-b-emerald-700\\/15 { + border-bottom-color: #04785726; +} + .border-b-emerald-700\\/20 { border-bottom-color: #04785733; } @@ -207345,10 +284773,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0478574d; } +.border-b-emerald-700\\/35 { + border-bottom-color: #04785759; +} + .border-b-emerald-700\\/40 { border-bottom-color: #04785766; } +.border-b-emerald-700\\/45 { + border-bottom-color: #04785773; +} + .border-b-emerald-700\\/5 { border-bottom-color: #0478570d; } @@ -207357,10 +284793,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #04785780; } +.border-b-emerald-700\\/55 { + border-bottom-color: #0478578c; +} + .border-b-emerald-700\\/60 { border-bottom-color: #04785799; } +.border-b-emerald-700\\/65 { + border-bottom-color: #047857a6; +} + .border-b-emerald-700\\/70 { border-bottom-color: #047857b3; } @@ -207373,6 +284817,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #047857cc; } +.border-b-emerald-700\\/85 { + border-bottom-color: #047857d9; +} + .border-b-emerald-700\\/90 { border-bottom-color: #047857e6; } @@ -207398,6 +284846,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f46; } +.border-b-emerald-800\\/15 { + border-bottom-color: #065f4626; +} + .border-b-emerald-800\\/20 { border-bottom-color: #065f4633; } @@ -207410,10 +284862,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f464d; } +.border-b-emerald-800\\/35 { + border-bottom-color: #065f4659; +} + .border-b-emerald-800\\/40 { border-bottom-color: #065f4666; } +.border-b-emerald-800\\/45 { + border-bottom-color: #065f4673; +} + .border-b-emerald-800\\/5 { border-bottom-color: #065f460d; } @@ -207422,10 +284882,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f4680; } +.border-b-emerald-800\\/55 { + border-bottom-color: #065f468c; +} + .border-b-emerald-800\\/60 { border-bottom-color: #065f4699; } +.border-b-emerald-800\\/65 { + border-bottom-color: #065f46a6; +} + .border-b-emerald-800\\/70 { border-bottom-color: #065f46b3; } @@ -207438,6 +284906,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #065f46cc; } +.border-b-emerald-800\\/85 { + border-bottom-color: #065f46d9; +} + .border-b-emerald-800\\/90 { border-bottom-color: #065f46e6; } @@ -207463,6 +284935,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3b; } +.border-b-emerald-900\\/15 { + border-bottom-color: #064e3b26; +} + .border-b-emerald-900\\/20 { border-bottom-color: #064e3b33; } @@ -207475,10 +284951,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3b4d; } +.border-b-emerald-900\\/35 { + border-bottom-color: #064e3b59; +} + .border-b-emerald-900\\/40 { border-bottom-color: #064e3b66; } +.border-b-emerald-900\\/45 { + border-bottom-color: #064e3b73; +} + .border-b-emerald-900\\/5 { border-bottom-color: #064e3b0d; } @@ -207487,10 +284971,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3b80; } +.border-b-emerald-900\\/55 { + border-bottom-color: #064e3b8c; +} + .border-b-emerald-900\\/60 { border-bottom-color: #064e3b99; } +.border-b-emerald-900\\/65 { + border-bottom-color: #064e3ba6; +} + .border-b-emerald-900\\/70 { border-bottom-color: #064e3bb3; } @@ -207503,6 +284995,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #064e3bcc; } +.border-b-emerald-900\\/85 { + border-bottom-color: #064e3bd9; +} + .border-b-emerald-900\\/90 { border-bottom-color: #064e3be6; } @@ -207528,6 +285024,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c22; } +.border-b-emerald-950\\/15 { + border-bottom-color: #022c2226; +} + .border-b-emerald-950\\/20 { border-bottom-color: #022c2233; } @@ -207540,10 +285040,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c224d; } +.border-b-emerald-950\\/35 { + border-bottom-color: #022c2259; +} + .border-b-emerald-950\\/40 { border-bottom-color: #022c2266; } +.border-b-emerald-950\\/45 { + border-bottom-color: #022c2273; +} + .border-b-emerald-950\\/5 { border-bottom-color: #022c220d; } @@ -207552,10 +285060,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c2280; } +.border-b-emerald-950\\/55 { + border-bottom-color: #022c228c; +} + .border-b-emerald-950\\/60 { border-bottom-color: #022c2299; } +.border-b-emerald-950\\/65 { + border-bottom-color: #022c22a6; +} + .border-b-emerald-950\\/70 { border-bottom-color: #022c22b3; } @@ -207568,6 +285084,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #022c22cc; } +.border-b-emerald-950\\/85 { + border-bottom-color: #022c22d9; +} + .border-b-emerald-950\\/90 { border-bottom-color: #022c22e6; } @@ -207593,6 +285113,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ff; } +.border-b-fuchsia-100\\/15 { + border-bottom-color: #fae8ff26; +} + .border-b-fuchsia-100\\/20 { border-bottom-color: #fae8ff33; } @@ -207605,10 +285129,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ff4d; } +.border-b-fuchsia-100\\/35 { + border-bottom-color: #fae8ff59; +} + .border-b-fuchsia-100\\/40 { border-bottom-color: #fae8ff66; } +.border-b-fuchsia-100\\/45 { + border-bottom-color: #fae8ff73; +} + .border-b-fuchsia-100\\/5 { border-bottom-color: #fae8ff0d; } @@ -207617,10 +285149,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ff80; } +.border-b-fuchsia-100\\/55 { + border-bottom-color: #fae8ff8c; +} + .border-b-fuchsia-100\\/60 { border-bottom-color: #fae8ff99; } +.border-b-fuchsia-100\\/65 { + border-bottom-color: #fae8ffa6; +} + .border-b-fuchsia-100\\/70 { border-bottom-color: #fae8ffb3; } @@ -207633,6 +285173,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fae8ffcc; } +.border-b-fuchsia-100\\/85 { + border-bottom-color: #fae8ffd9; +} + .border-b-fuchsia-100\\/90 { border-bottom-color: #fae8ffe6; } @@ -207658,6 +285202,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fe; } +.border-b-fuchsia-200\\/15 { + border-bottom-color: #f5d0fe26; +} + .border-b-fuchsia-200\\/20 { border-bottom-color: #f5d0fe33; } @@ -207670,10 +285218,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fe4d; } +.border-b-fuchsia-200\\/35 { + border-bottom-color: #f5d0fe59; +} + .border-b-fuchsia-200\\/40 { border-bottom-color: #f5d0fe66; } +.border-b-fuchsia-200\\/45 { + border-bottom-color: #f5d0fe73; +} + .border-b-fuchsia-200\\/5 { border-bottom-color: #f5d0fe0d; } @@ -207682,10 +285238,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fe80; } +.border-b-fuchsia-200\\/55 { + border-bottom-color: #f5d0fe8c; +} + .border-b-fuchsia-200\\/60 { border-bottom-color: #f5d0fe99; } +.border-b-fuchsia-200\\/65 { + border-bottom-color: #f5d0fea6; +} + .border-b-fuchsia-200\\/70 { border-bottom-color: #f5d0feb3; } @@ -207698,6 +285262,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5d0fecc; } +.border-b-fuchsia-200\\/85 { + border-bottom-color: #f5d0fed9; +} + .border-b-fuchsia-200\\/90 { border-bottom-color: #f5d0fee6; } @@ -207723,6 +285291,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfc; } +.border-b-fuchsia-300\\/15 { + border-bottom-color: #f0abfc26; +} + .border-b-fuchsia-300\\/20 { border-bottom-color: #f0abfc33; } @@ -207735,10 +285307,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfc4d; } +.border-b-fuchsia-300\\/35 { + border-bottom-color: #f0abfc59; +} + .border-b-fuchsia-300\\/40 { border-bottom-color: #f0abfc66; } +.border-b-fuchsia-300\\/45 { + border-bottom-color: #f0abfc73; +} + .border-b-fuchsia-300\\/5 { border-bottom-color: #f0abfc0d; } @@ -207747,10 +285327,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfc80; } +.border-b-fuchsia-300\\/55 { + border-bottom-color: #f0abfc8c; +} + .border-b-fuchsia-300\\/60 { border-bottom-color: #f0abfc99; } +.border-b-fuchsia-300\\/65 { + border-bottom-color: #f0abfca6; +} + .border-b-fuchsia-300\\/70 { border-bottom-color: #f0abfcb3; } @@ -207763,6 +285351,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0abfccc; } +.border-b-fuchsia-300\\/85 { + border-bottom-color: #f0abfcd9; +} + .border-b-fuchsia-300\\/90 { border-bottom-color: #f0abfce6; } @@ -207788,6 +285380,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f9; } +.border-b-fuchsia-400\\/15 { + border-bottom-color: #e879f926; +} + .border-b-fuchsia-400\\/20 { border-bottom-color: #e879f933; } @@ -207800,10 +285396,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f94d; } +.border-b-fuchsia-400\\/35 { + border-bottom-color: #e879f959; +} + .border-b-fuchsia-400\\/40 { border-bottom-color: #e879f966; } +.border-b-fuchsia-400\\/45 { + border-bottom-color: #e879f973; +} + .border-b-fuchsia-400\\/5 { border-bottom-color: #e879f90d; } @@ -207812,10 +285416,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f980; } +.border-b-fuchsia-400\\/55 { + border-bottom-color: #e879f98c; +} + .border-b-fuchsia-400\\/60 { border-bottom-color: #e879f999; } +.border-b-fuchsia-400\\/65 { + border-bottom-color: #e879f9a6; +} + .border-b-fuchsia-400\\/70 { border-bottom-color: #e879f9b3; } @@ -207828,6 +285440,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e879f9cc; } +.border-b-fuchsia-400\\/85 { + border-bottom-color: #e879f9d9; +} + .border-b-fuchsia-400\\/90 { border-bottom-color: #e879f9e6; } @@ -207853,6 +285469,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ff; } +.border-b-fuchsia-50\\/15 { + border-bottom-color: #fdf4ff26; +} + .border-b-fuchsia-50\\/20 { border-bottom-color: #fdf4ff33; } @@ -207865,10 +285485,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ff4d; } +.border-b-fuchsia-50\\/35 { + border-bottom-color: #fdf4ff59; +} + .border-b-fuchsia-50\\/40 { border-bottom-color: #fdf4ff66; } +.border-b-fuchsia-50\\/45 { + border-bottom-color: #fdf4ff73; +} + .border-b-fuchsia-50\\/5 { border-bottom-color: #fdf4ff0d; } @@ -207877,10 +285505,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ff80; } +.border-b-fuchsia-50\\/55 { + border-bottom-color: #fdf4ff8c; +} + .border-b-fuchsia-50\\/60 { border-bottom-color: #fdf4ff99; } +.border-b-fuchsia-50\\/65 { + border-bottom-color: #fdf4ffa6; +} + .border-b-fuchsia-50\\/70 { border-bottom-color: #fdf4ffb3; } @@ -207893,6 +285529,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf4ffcc; } +.border-b-fuchsia-50\\/85 { + border-bottom-color: #fdf4ffd9; +} + .border-b-fuchsia-50\\/90 { border-bottom-color: #fdf4ffe6; } @@ -207918,6 +285558,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946ef; } +.border-b-fuchsia-500\\/15 { + border-bottom-color: #d946ef26; +} + .border-b-fuchsia-500\\/20 { border-bottom-color: #d946ef33; } @@ -207930,10 +285574,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946ef4d; } +.border-b-fuchsia-500\\/35 { + border-bottom-color: #d946ef59; +} + .border-b-fuchsia-500\\/40 { border-bottom-color: #d946ef66; } +.border-b-fuchsia-500\\/45 { + border-bottom-color: #d946ef73; +} + .border-b-fuchsia-500\\/5 { border-bottom-color: #d946ef0d; } @@ -207942,10 +285594,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946ef80; } +.border-b-fuchsia-500\\/55 { + border-bottom-color: #d946ef8c; +} + .border-b-fuchsia-500\\/60 { border-bottom-color: #d946ef99; } +.border-b-fuchsia-500\\/65 { + border-bottom-color: #d946efa6; +} + .border-b-fuchsia-500\\/70 { border-bottom-color: #d946efb3; } @@ -207958,6 +285618,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d946efcc; } +.border-b-fuchsia-500\\/85 { + border-bottom-color: #d946efd9; +} + .border-b-fuchsia-500\\/90 { border-bottom-color: #d946efe6; } @@ -207983,6 +285647,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d3; } +.border-b-fuchsia-600\\/15 { + border-bottom-color: #c026d326; +} + .border-b-fuchsia-600\\/20 { border-bottom-color: #c026d333; } @@ -207995,10 +285663,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d34d; } +.border-b-fuchsia-600\\/35 { + border-bottom-color: #c026d359; +} + .border-b-fuchsia-600\\/40 { border-bottom-color: #c026d366; } +.border-b-fuchsia-600\\/45 { + border-bottom-color: #c026d373; +} + .border-b-fuchsia-600\\/5 { border-bottom-color: #c026d30d; } @@ -208007,10 +285683,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d380; } +.border-b-fuchsia-600\\/55 { + border-bottom-color: #c026d38c; +} + .border-b-fuchsia-600\\/60 { border-bottom-color: #c026d399; } +.border-b-fuchsia-600\\/65 { + border-bottom-color: #c026d3a6; +} + .border-b-fuchsia-600\\/70 { border-bottom-color: #c026d3b3; } @@ -208023,6 +285707,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c026d3cc; } +.border-b-fuchsia-600\\/85 { + border-bottom-color: #c026d3d9; +} + .border-b-fuchsia-600\\/90 { border-bottom-color: #c026d3e6; } @@ -208048,6 +285736,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21caf; } +.border-b-fuchsia-700\\/15 { + border-bottom-color: #a21caf26; +} + .border-b-fuchsia-700\\/20 { border-bottom-color: #a21caf33; } @@ -208060,10 +285752,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21caf4d; } +.border-b-fuchsia-700\\/35 { + border-bottom-color: #a21caf59; +} + .border-b-fuchsia-700\\/40 { border-bottom-color: #a21caf66; } +.border-b-fuchsia-700\\/45 { + border-bottom-color: #a21caf73; +} + .border-b-fuchsia-700\\/5 { border-bottom-color: #a21caf0d; } @@ -208072,10 +285772,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21caf80; } +.border-b-fuchsia-700\\/55 { + border-bottom-color: #a21caf8c; +} + .border-b-fuchsia-700\\/60 { border-bottom-color: #a21caf99; } +.border-b-fuchsia-700\\/65 { + border-bottom-color: #a21cafa6; +} + .border-b-fuchsia-700\\/70 { border-bottom-color: #a21cafb3; } @@ -208088,6 +285796,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a21cafcc; } +.border-b-fuchsia-700\\/85 { + border-bottom-color: #a21cafd9; +} + .border-b-fuchsia-700\\/90 { border-bottom-color: #a21cafe6; } @@ -208113,6 +285825,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198f; } +.border-b-fuchsia-800\\/15 { + border-bottom-color: #86198f26; +} + .border-b-fuchsia-800\\/20 { border-bottom-color: #86198f33; } @@ -208125,10 +285841,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198f4d; } +.border-b-fuchsia-800\\/35 { + border-bottom-color: #86198f59; +} + .border-b-fuchsia-800\\/40 { border-bottom-color: #86198f66; } +.border-b-fuchsia-800\\/45 { + border-bottom-color: #86198f73; +} + .border-b-fuchsia-800\\/5 { border-bottom-color: #86198f0d; } @@ -208137,10 +285861,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198f80; } +.border-b-fuchsia-800\\/55 { + border-bottom-color: #86198f8c; +} + .border-b-fuchsia-800\\/60 { border-bottom-color: #86198f99; } +.border-b-fuchsia-800\\/65 { + border-bottom-color: #86198fa6; +} + .border-b-fuchsia-800\\/70 { border-bottom-color: #86198fb3; } @@ -208153,6 +285885,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86198fcc; } +.border-b-fuchsia-800\\/85 { + border-bottom-color: #86198fd9; +} + .border-b-fuchsia-800\\/90 { border-bottom-color: #86198fe6; } @@ -208178,6 +285914,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a75; } +.border-b-fuchsia-900\\/15 { + border-bottom-color: #701a7526; +} + .border-b-fuchsia-900\\/20 { border-bottom-color: #701a7533; } @@ -208190,10 +285930,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a754d; } +.border-b-fuchsia-900\\/35 { + border-bottom-color: #701a7559; +} + .border-b-fuchsia-900\\/40 { border-bottom-color: #701a7566; } +.border-b-fuchsia-900\\/45 { + border-bottom-color: #701a7573; +} + .border-b-fuchsia-900\\/5 { border-bottom-color: #701a750d; } @@ -208202,10 +285950,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a7580; } +.border-b-fuchsia-900\\/55 { + border-bottom-color: #701a758c; +} + .border-b-fuchsia-900\\/60 { border-bottom-color: #701a7599; } +.border-b-fuchsia-900\\/65 { + border-bottom-color: #701a75a6; +} + .border-b-fuchsia-900\\/70 { border-bottom-color: #701a75b3; } @@ -208218,6 +285974,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #701a75cc; } +.border-b-fuchsia-900\\/85 { + border-bottom-color: #701a75d9; +} + .border-b-fuchsia-900\\/90 { border-bottom-color: #701a75e6; } @@ -208243,6 +286003,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044e; } +.border-b-fuchsia-950\\/15 { + border-bottom-color: #4a044e26; +} + .border-b-fuchsia-950\\/20 { border-bottom-color: #4a044e33; } @@ -208255,10 +286019,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044e4d; } +.border-b-fuchsia-950\\/35 { + border-bottom-color: #4a044e59; +} + .border-b-fuchsia-950\\/40 { border-bottom-color: #4a044e66; } +.border-b-fuchsia-950\\/45 { + border-bottom-color: #4a044e73; +} + .border-b-fuchsia-950\\/5 { border-bottom-color: #4a044e0d; } @@ -208267,10 +286039,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044e80; } +.border-b-fuchsia-950\\/55 { + border-bottom-color: #4a044e8c; +} + .border-b-fuchsia-950\\/60 { border-bottom-color: #4a044e99; } +.border-b-fuchsia-950\\/65 { + border-bottom-color: #4a044ea6; +} + .border-b-fuchsia-950\\/70 { border-bottom-color: #4a044eb3; } @@ -208283,6 +286063,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4a044ecc; } +.border-b-fuchsia-950\\/85 { + border-bottom-color: #4a044ed9; +} + .border-b-fuchsia-950\\/90 { border-bottom-color: #4a044ee6; } @@ -208308,6 +286092,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f6; } +.border-b-gray-100\\/15 { + border-bottom-color: #f3f4f626; +} + .border-b-gray-100\\/20 { border-bottom-color: #f3f4f633; } @@ -208320,10 +286108,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f64d; } +.border-b-gray-100\\/35 { + border-bottom-color: #f3f4f659; +} + .border-b-gray-100\\/40 { border-bottom-color: #f3f4f666; } +.border-b-gray-100\\/45 { + border-bottom-color: #f3f4f673; +} + .border-b-gray-100\\/5 { border-bottom-color: #f3f4f60d; } @@ -208332,10 +286128,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f680; } +.border-b-gray-100\\/55 { + border-bottom-color: #f3f4f68c; +} + .border-b-gray-100\\/60 { border-bottom-color: #f3f4f699; } +.border-b-gray-100\\/65 { + border-bottom-color: #f3f4f6a6; +} + .border-b-gray-100\\/70 { border-bottom-color: #f3f4f6b3; } @@ -208348,6 +286152,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3f4f6cc; } +.border-b-gray-100\\/85 { + border-bottom-color: #f3f4f6d9; +} + .border-b-gray-100\\/90 { border-bottom-color: #f3f4f6e6; } @@ -208373,6 +286181,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7eb; } +.border-b-gray-200\\/15 { + border-bottom-color: #e5e7eb26; +} + .border-b-gray-200\\/20 { border-bottom-color: #e5e7eb33; } @@ -208385,10 +286197,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7eb4d; } +.border-b-gray-200\\/35 { + border-bottom-color: #e5e7eb59; +} + .border-b-gray-200\\/40 { border-bottom-color: #e5e7eb66; } +.border-b-gray-200\\/45 { + border-bottom-color: #e5e7eb73; +} + .border-b-gray-200\\/5 { border-bottom-color: #e5e7eb0d; } @@ -208397,10 +286217,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7eb80; } +.border-b-gray-200\\/55 { + border-bottom-color: #e5e7eb8c; +} + .border-b-gray-200\\/60 { border-bottom-color: #e5e7eb99; } +.border-b-gray-200\\/65 { + border-bottom-color: #e5e7eba6; +} + .border-b-gray-200\\/70 { border-bottom-color: #e5e7ebb3; } @@ -208413,6 +286241,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e7ebcc; } +.border-b-gray-200\\/85 { + border-bottom-color: #e5e7ebd9; +} + .border-b-gray-200\\/90 { border-bottom-color: #e5e7ebe6; } @@ -208438,6 +286270,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5db; } +.border-b-gray-300\\/15 { + border-bottom-color: #d1d5db26; +} + .border-b-gray-300\\/20 { border-bottom-color: #d1d5db33; } @@ -208450,10 +286286,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5db4d; } +.border-b-gray-300\\/35 { + border-bottom-color: #d1d5db59; +} + .border-b-gray-300\\/40 { border-bottom-color: #d1d5db66; } +.border-b-gray-300\\/45 { + border-bottom-color: #d1d5db73; +} + .border-b-gray-300\\/5 { border-bottom-color: #d1d5db0d; } @@ -208462,10 +286306,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5db80; } +.border-b-gray-300\\/55 { + border-bottom-color: #d1d5db8c; +} + .border-b-gray-300\\/60 { border-bottom-color: #d1d5db99; } +.border-b-gray-300\\/65 { + border-bottom-color: #d1d5dba6; +} + .border-b-gray-300\\/70 { border-bottom-color: #d1d5dbb3; } @@ -208478,6 +286330,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d1d5dbcc; } +.border-b-gray-300\\/85 { + border-bottom-color: #d1d5dbd9; +} + .border-b-gray-300\\/90 { border-bottom-color: #d1d5dbe6; } @@ -208503,6 +286359,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3af; } +.border-b-gray-400\\/15 { + border-bottom-color: #9ca3af26; +} + .border-b-gray-400\\/20 { border-bottom-color: #9ca3af33; } @@ -208515,10 +286375,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3af4d; } +.border-b-gray-400\\/35 { + border-bottom-color: #9ca3af59; +} + .border-b-gray-400\\/40 { border-bottom-color: #9ca3af66; } +.border-b-gray-400\\/45 { + border-bottom-color: #9ca3af73; +} + .border-b-gray-400\\/5 { border-bottom-color: #9ca3af0d; } @@ -208527,10 +286395,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3af80; } +.border-b-gray-400\\/55 { + border-bottom-color: #9ca3af8c; +} + .border-b-gray-400\\/60 { border-bottom-color: #9ca3af99; } +.border-b-gray-400\\/65 { + border-bottom-color: #9ca3afa6; +} + .border-b-gray-400\\/70 { border-bottom-color: #9ca3afb3; } @@ -208543,6 +286419,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9ca3afcc; } +.border-b-gray-400\\/85 { + border-bottom-color: #9ca3afd9; +} + .border-b-gray-400\\/90 { border-bottom-color: #9ca3afe6; } @@ -208568,6 +286448,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafb; } +.border-b-gray-50\\/15 { + border-bottom-color: #f9fafb26; +} + .border-b-gray-50\\/20 { border-bottom-color: #f9fafb33; } @@ -208580,10 +286464,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafb4d; } +.border-b-gray-50\\/35 { + border-bottom-color: #f9fafb59; +} + .border-b-gray-50\\/40 { border-bottom-color: #f9fafb66; } +.border-b-gray-50\\/45 { + border-bottom-color: #f9fafb73; +} + .border-b-gray-50\\/5 { border-bottom-color: #f9fafb0d; } @@ -208592,10 +286484,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafb80; } +.border-b-gray-50\\/55 { + border-bottom-color: #f9fafb8c; +} + .border-b-gray-50\\/60 { border-bottom-color: #f9fafb99; } +.border-b-gray-50\\/65 { + border-bottom-color: #f9fafba6; +} + .border-b-gray-50\\/70 { border-bottom-color: #f9fafbb3; } @@ -208608,6 +286508,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9fafbcc; } +.border-b-gray-50\\/85 { + border-bottom-color: #f9fafbd9; +} + .border-b-gray-50\\/90 { border-bottom-color: #f9fafbe6; } @@ -208633,6 +286537,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b7280; } +.border-b-gray-500\\/15 { + border-bottom-color: #6b728026; +} + .border-b-gray-500\\/20 { border-bottom-color: #6b728033; } @@ -208645,10 +286553,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b72804d; } +.border-b-gray-500\\/35 { + border-bottom-color: #6b728059; +} + .border-b-gray-500\\/40 { border-bottom-color: #6b728066; } +.border-b-gray-500\\/45 { + border-bottom-color: #6b728073; +} + .border-b-gray-500\\/5 { border-bottom-color: #6b72800d; } @@ -208657,10 +286573,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b728080; } +.border-b-gray-500\\/55 { + border-bottom-color: #6b72808c; +} + .border-b-gray-500\\/60 { border-bottom-color: #6b728099; } +.border-b-gray-500\\/65 { + border-bottom-color: #6b7280a6; +} + .border-b-gray-500\\/70 { border-bottom-color: #6b7280b3; } @@ -208673,6 +286597,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b7280cc; } +.border-b-gray-500\\/85 { + border-bottom-color: #6b7280d9; +} + .border-b-gray-500\\/90 { border-bottom-color: #6b7280e6; } @@ -208698,6 +286626,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b5563; } +.border-b-gray-600\\/15 { + border-bottom-color: #4b556326; +} + .border-b-gray-600\\/20 { border-bottom-color: #4b556333; } @@ -208710,10 +286642,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b55634d; } +.border-b-gray-600\\/35 { + border-bottom-color: #4b556359; +} + .border-b-gray-600\\/40 { border-bottom-color: #4b556366; } +.border-b-gray-600\\/45 { + border-bottom-color: #4b556373; +} + .border-b-gray-600\\/5 { border-bottom-color: #4b55630d; } @@ -208722,10 +286662,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b556380; } +.border-b-gray-600\\/55 { + border-bottom-color: #4b55638c; +} + .border-b-gray-600\\/60 { border-bottom-color: #4b556399; } +.border-b-gray-600\\/65 { + border-bottom-color: #4b5563a6; +} + .border-b-gray-600\\/70 { border-bottom-color: #4b5563b3; } @@ -208738,6 +286686,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4b5563cc; } +.border-b-gray-600\\/85 { + border-bottom-color: #4b5563d9; +} + .border-b-gray-600\\/90 { border-bottom-color: #4b5563e6; } @@ -208763,6 +286715,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #374151; } +.border-b-gray-700\\/15 { + border-bottom-color: #37415126; +} + .border-b-gray-700\\/20 { border-bottom-color: #37415133; } @@ -208775,10 +286731,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3741514d; } +.border-b-gray-700\\/35 { + border-bottom-color: #37415159; +} + .border-b-gray-700\\/40 { border-bottom-color: #37415166; } +.border-b-gray-700\\/45 { + border-bottom-color: #37415173; +} + .border-b-gray-700\\/5 { border-bottom-color: #3741510d; } @@ -208787,10 +286751,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #37415180; } +.border-b-gray-700\\/55 { + border-bottom-color: #3741518c; +} + .border-b-gray-700\\/60 { border-bottom-color: #37415199; } +.border-b-gray-700\\/65 { + border-bottom-color: #374151a6; +} + .border-b-gray-700\\/70 { border-bottom-color: #374151b3; } @@ -208803,6 +286775,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #374151cc; } +.border-b-gray-700\\/85 { + border-bottom-color: #374151d9; +} + .border-b-gray-700\\/90 { border-bottom-color: #374151e6; } @@ -208828,6 +286804,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f2937; } +.border-b-gray-800\\/15 { + border-bottom-color: #1f293726; +} + .border-b-gray-800\\/20 { border-bottom-color: #1f293733; } @@ -208840,10 +286820,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f29374d; } +.border-b-gray-800\\/35 { + border-bottom-color: #1f293759; +} + .border-b-gray-800\\/40 { border-bottom-color: #1f293766; } +.border-b-gray-800\\/45 { + border-bottom-color: #1f293773; +} + .border-b-gray-800\\/5 { border-bottom-color: #1f29370d; } @@ -208852,10 +286840,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f293780; } +.border-b-gray-800\\/55 { + border-bottom-color: #1f29378c; +} + .border-b-gray-800\\/60 { border-bottom-color: #1f293799; } +.border-b-gray-800\\/65 { + border-bottom-color: #1f2937a6; +} + .border-b-gray-800\\/70 { border-bottom-color: #1f2937b3; } @@ -208868,6 +286864,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1f2937cc; } +.border-b-gray-800\\/85 { + border-bottom-color: #1f2937d9; +} + .border-b-gray-800\\/90 { border-bottom-color: #1f2937e6; } @@ -208893,6 +286893,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #111827; } +.border-b-gray-900\\/15 { + border-bottom-color: #11182726; +} + .border-b-gray-900\\/20 { border-bottom-color: #11182733; } @@ -208905,10 +286909,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1118274d; } +.border-b-gray-900\\/35 { + border-bottom-color: #11182759; +} + .border-b-gray-900\\/40 { border-bottom-color: #11182766; } +.border-b-gray-900\\/45 { + border-bottom-color: #11182773; +} + .border-b-gray-900\\/5 { border-bottom-color: #1118270d; } @@ -208917,10 +286929,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #11182780; } +.border-b-gray-900\\/55 { + border-bottom-color: #1118278c; +} + .border-b-gray-900\\/60 { border-bottom-color: #11182799; } +.border-b-gray-900\\/65 { + border-bottom-color: #111827a6; +} + .border-b-gray-900\\/70 { border-bottom-color: #111827b3; } @@ -208933,6 +286953,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #111827cc; } +.border-b-gray-900\\/85 { + border-bottom-color: #111827d9; +} + .border-b-gray-900\\/90 { border-bottom-color: #111827e6; } @@ -208958,6 +286982,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #030712; } +.border-b-gray-950\\/15 { + border-bottom-color: #03071226; +} + .border-b-gray-950\\/20 { border-bottom-color: #03071233; } @@ -208970,10 +286998,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0307124d; } +.border-b-gray-950\\/35 { + border-bottom-color: #03071259; +} + .border-b-gray-950\\/40 { border-bottom-color: #03071266; } +.border-b-gray-950\\/45 { + border-bottom-color: #03071273; +} + .border-b-gray-950\\/5 { border-bottom-color: #0307120d; } @@ -208982,10 +287018,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #03071280; } +.border-b-gray-950\\/55 { + border-bottom-color: #0307128c; +} + .border-b-gray-950\\/60 { border-bottom-color: #03071299; } +.border-b-gray-950\\/65 { + border-bottom-color: #030712a6; +} + .border-b-gray-950\\/70 { border-bottom-color: #030712b3; } @@ -208998,6 +287042,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #030712cc; } +.border-b-gray-950\\/85 { + border-bottom-color: #030712d9; +} + .border-b-gray-950\\/90 { border-bottom-color: #030712e6; } @@ -209023,6 +287071,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce7; } +.border-b-green-100\\/15 { + border-bottom-color: #dcfce726; +} + .border-b-green-100\\/20 { border-bottom-color: #dcfce733; } @@ -209035,10 +287087,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce74d; } +.border-b-green-100\\/35 { + border-bottom-color: #dcfce759; +} + .border-b-green-100\\/40 { border-bottom-color: #dcfce766; } +.border-b-green-100\\/45 { + border-bottom-color: #dcfce773; +} + .border-b-green-100\\/5 { border-bottom-color: #dcfce70d; } @@ -209047,10 +287107,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce780; } +.border-b-green-100\\/55 { + border-bottom-color: #dcfce78c; +} + .border-b-green-100\\/60 { border-bottom-color: #dcfce799; } +.border-b-green-100\\/65 { + border-bottom-color: #dcfce7a6; +} + .border-b-green-100\\/70 { border-bottom-color: #dcfce7b3; } @@ -209063,6 +287131,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dcfce7cc; } +.border-b-green-100\\/85 { + border-bottom-color: #dcfce7d9; +} + .border-b-green-100\\/90 { border-bottom-color: #dcfce7e6; } @@ -209088,6 +287160,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d0; } +.border-b-green-200\\/15 { + border-bottom-color: #bbf7d026; +} + .border-b-green-200\\/20 { border-bottom-color: #bbf7d033; } @@ -209100,10 +287176,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d04d; } +.border-b-green-200\\/35 { + border-bottom-color: #bbf7d059; +} + .border-b-green-200\\/40 { border-bottom-color: #bbf7d066; } +.border-b-green-200\\/45 { + border-bottom-color: #bbf7d073; +} + .border-b-green-200\\/5 { border-bottom-color: #bbf7d00d; } @@ -209112,10 +287196,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d080; } +.border-b-green-200\\/55 { + border-bottom-color: #bbf7d08c; +} + .border-b-green-200\\/60 { border-bottom-color: #bbf7d099; } +.border-b-green-200\\/65 { + border-bottom-color: #bbf7d0a6; +} + .border-b-green-200\\/70 { border-bottom-color: #bbf7d0b3; } @@ -209128,6 +287220,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bbf7d0cc; } +.border-b-green-200\\/85 { + border-bottom-color: #bbf7d0d9; +} + .border-b-green-200\\/90 { border-bottom-color: #bbf7d0e6; } @@ -209153,6 +287249,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efac; } +.border-b-green-300\\/15 { + border-bottom-color: #86efac26; +} + .border-b-green-300\\/20 { border-bottom-color: #86efac33; } @@ -209165,10 +287265,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efac4d; } +.border-b-green-300\\/35 { + border-bottom-color: #86efac59; +} + .border-b-green-300\\/40 { border-bottom-color: #86efac66; } +.border-b-green-300\\/45 { + border-bottom-color: #86efac73; +} + .border-b-green-300\\/5 { border-bottom-color: #86efac0d; } @@ -209177,10 +287285,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efac80; } +.border-b-green-300\\/55 { + border-bottom-color: #86efac8c; +} + .border-b-green-300\\/60 { border-bottom-color: #86efac99; } +.border-b-green-300\\/65 { + border-bottom-color: #86efaca6; +} + .border-b-green-300\\/70 { border-bottom-color: #86efacb3; } @@ -209193,6 +287309,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #86efaccc; } +.border-b-green-300\\/85 { + border-bottom-color: #86efacd9; +} + .border-b-green-300\\/90 { border-bottom-color: #86eface6; } @@ -209218,6 +287338,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade80; } +.border-b-green-400\\/15 { + border-bottom-color: #4ade8026; +} + .border-b-green-400\\/20 { border-bottom-color: #4ade8033; } @@ -209230,10 +287354,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade804d; } +.border-b-green-400\\/35 { + border-bottom-color: #4ade8059; +} + .border-b-green-400\\/40 { border-bottom-color: #4ade8066; } +.border-b-green-400\\/45 { + border-bottom-color: #4ade8073; +} + .border-b-green-400\\/5 { border-bottom-color: #4ade800d; } @@ -209242,10 +287374,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade8080; } +.border-b-green-400\\/55 { + border-bottom-color: #4ade808c; +} + .border-b-green-400\\/60 { border-bottom-color: #4ade8099; } +.border-b-green-400\\/65 { + border-bottom-color: #4ade80a6; +} + .border-b-green-400\\/70 { border-bottom-color: #4ade80b3; } @@ -209258,6 +287398,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4ade80cc; } +.border-b-green-400\\/85 { + border-bottom-color: #4ade80d9; +} + .border-b-green-400\\/90 { border-bottom-color: #4ade80e6; } @@ -209283,6 +287427,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf4; } +.border-b-green-50\\/15 { + border-bottom-color: #f0fdf426; +} + .border-b-green-50\\/20 { border-bottom-color: #f0fdf433; } @@ -209295,10 +287443,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf44d; } +.border-b-green-50\\/35 { + border-bottom-color: #f0fdf459; +} + .border-b-green-50\\/40 { border-bottom-color: #f0fdf466; } +.border-b-green-50\\/45 { + border-bottom-color: #f0fdf473; +} + .border-b-green-50\\/5 { border-bottom-color: #f0fdf40d; } @@ -209307,10 +287463,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf480; } +.border-b-green-50\\/55 { + border-bottom-color: #f0fdf48c; +} + .border-b-green-50\\/60 { border-bottom-color: #f0fdf499; } +.border-b-green-50\\/65 { + border-bottom-color: #f0fdf4a6; +} + .border-b-green-50\\/70 { border-bottom-color: #f0fdf4b3; } @@ -209323,6 +287487,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdf4cc; } +.border-b-green-50\\/85 { + border-bottom-color: #f0fdf4d9; +} + .border-b-green-50\\/90 { border-bottom-color: #f0fdf4e6; } @@ -209348,6 +287516,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55e; } +.border-b-green-500\\/15 { + border-bottom-color: #22c55e26; +} + .border-b-green-500\\/20 { border-bottom-color: #22c55e33; } @@ -209360,10 +287532,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55e4d; } +.border-b-green-500\\/35 { + border-bottom-color: #22c55e59; +} + .border-b-green-500\\/40 { border-bottom-color: #22c55e66; } +.border-b-green-500\\/45 { + border-bottom-color: #22c55e73; +} + .border-b-green-500\\/5 { border-bottom-color: #22c55e0d; } @@ -209372,10 +287552,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55e80; } +.border-b-green-500\\/55 { + border-bottom-color: #22c55e8c; +} + .border-b-green-500\\/60 { border-bottom-color: #22c55e99; } +.border-b-green-500\\/65 { + border-bottom-color: #22c55ea6; +} + .border-b-green-500\\/70 { border-bottom-color: #22c55eb3; } @@ -209388,6 +287576,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #22c55ecc; } +.border-b-green-500\\/85 { + border-bottom-color: #22c55ed9; +} + .border-b-green-500\\/90 { border-bottom-color: #22c55ee6; } @@ -209413,6 +287605,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34a; } +.border-b-green-600\\/15 { + border-bottom-color: #16a34a26; +} + .border-b-green-600\\/20 { border-bottom-color: #16a34a33; } @@ -209425,10 +287621,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34a4d; } +.border-b-green-600\\/35 { + border-bottom-color: #16a34a59; +} + .border-b-green-600\\/40 { border-bottom-color: #16a34a66; } +.border-b-green-600\\/45 { + border-bottom-color: #16a34a73; +} + .border-b-green-600\\/5 { border-bottom-color: #16a34a0d; } @@ -209437,10 +287641,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34a80; } +.border-b-green-600\\/55 { + border-bottom-color: #16a34a8c; +} + .border-b-green-600\\/60 { border-bottom-color: #16a34a99; } +.border-b-green-600\\/65 { + border-bottom-color: #16a34aa6; +} + .border-b-green-600\\/70 { border-bottom-color: #16a34ab3; } @@ -209453,6 +287665,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16a34acc; } +.border-b-green-600\\/85 { + border-bottom-color: #16a34ad9; +} + .border-b-green-600\\/90 { border-bottom-color: #16a34ae6; } @@ -209478,6 +287694,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803d; } +.border-b-green-700\\/15 { + border-bottom-color: #15803d26; +} + .border-b-green-700\\/20 { border-bottom-color: #15803d33; } @@ -209490,10 +287710,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803d4d; } +.border-b-green-700\\/35 { + border-bottom-color: #15803d59; +} + .border-b-green-700\\/40 { border-bottom-color: #15803d66; } +.border-b-green-700\\/45 { + border-bottom-color: #15803d73; +} + .border-b-green-700\\/5 { border-bottom-color: #15803d0d; } @@ -209502,10 +287730,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803d80; } +.border-b-green-700\\/55 { + border-bottom-color: #15803d8c; +} + .border-b-green-700\\/60 { border-bottom-color: #15803d99; } +.border-b-green-700\\/65 { + border-bottom-color: #15803da6; +} + .border-b-green-700\\/70 { border-bottom-color: #15803db3; } @@ -209518,6 +287754,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #15803dcc; } +.border-b-green-700\\/85 { + border-bottom-color: #15803dd9; +} + .border-b-green-700\\/90 { border-bottom-color: #15803de6; } @@ -209543,6 +287783,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #166534; } +.border-b-green-800\\/15 { + border-bottom-color: #16653426; +} + .border-b-green-800\\/20 { border-bottom-color: #16653433; } @@ -209555,10 +287799,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1665344d; } +.border-b-green-800\\/35 { + border-bottom-color: #16653459; +} + .border-b-green-800\\/40 { border-bottom-color: #16653466; } +.border-b-green-800\\/45 { + border-bottom-color: #16653473; +} + .border-b-green-800\\/5 { border-bottom-color: #1665340d; } @@ -209567,10 +287819,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #16653480; } +.border-b-green-800\\/55 { + border-bottom-color: #1665348c; +} + .border-b-green-800\\/60 { border-bottom-color: #16653499; } +.border-b-green-800\\/65 { + border-bottom-color: #166534a6; +} + .border-b-green-800\\/70 { border-bottom-color: #166534b3; } @@ -209583,6 +287843,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #166534cc; } +.border-b-green-800\\/85 { + border-bottom-color: #166534d9; +} + .border-b-green-800\\/90 { border-bottom-color: #166534e6; } @@ -209608,6 +287872,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532d; } +.border-b-green-900\\/15 { + border-bottom-color: #14532d26; +} + .border-b-green-900\\/20 { border-bottom-color: #14532d33; } @@ -209620,10 +287888,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532d4d; } +.border-b-green-900\\/35 { + border-bottom-color: #14532d59; +} + .border-b-green-900\\/40 { border-bottom-color: #14532d66; } +.border-b-green-900\\/45 { + border-bottom-color: #14532d73; +} + .border-b-green-900\\/5 { border-bottom-color: #14532d0d; } @@ -209632,10 +287908,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532d80; } +.border-b-green-900\\/55 { + border-bottom-color: #14532d8c; +} + .border-b-green-900\\/60 { border-bottom-color: #14532d99; } +.border-b-green-900\\/65 { + border-bottom-color: #14532da6; +} + .border-b-green-900\\/70 { border-bottom-color: #14532db3; } @@ -209648,6 +287932,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14532dcc; } +.border-b-green-900\\/85 { + border-bottom-color: #14532dd9; +} + .border-b-green-900\\/90 { border-bottom-color: #14532de6; } @@ -209673,6 +287961,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e16; } +.border-b-green-950\\/15 { + border-bottom-color: #052e1626; +} + .border-b-green-950\\/20 { border-bottom-color: #052e1633; } @@ -209685,10 +287977,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e164d; } +.border-b-green-950\\/35 { + border-bottom-color: #052e1659; +} + .border-b-green-950\\/40 { border-bottom-color: #052e1666; } +.border-b-green-950\\/45 { + border-bottom-color: #052e1673; +} + .border-b-green-950\\/5 { border-bottom-color: #052e160d; } @@ -209697,10 +287997,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e1680; } +.border-b-green-950\\/55 { + border-bottom-color: #052e168c; +} + .border-b-green-950\\/60 { border-bottom-color: #052e1699; } +.border-b-green-950\\/65 { + border-bottom-color: #052e16a6; +} + .border-b-green-950\\/70 { border-bottom-color: #052e16b3; } @@ -209713,6 +288021,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #052e16cc; } +.border-b-green-950\\/85 { + border-bottom-color: #052e16d9; +} + .border-b-green-950\\/90 { border-bottom-color: #052e16e6; } @@ -209738,6 +288050,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ff; } +.border-b-indigo-100\\/15 { + border-bottom-color: #e0e7ff26; +} + .border-b-indigo-100\\/20 { border-bottom-color: #e0e7ff33; } @@ -209750,10 +288066,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ff4d; } +.border-b-indigo-100\\/35 { + border-bottom-color: #e0e7ff59; +} + .border-b-indigo-100\\/40 { border-bottom-color: #e0e7ff66; } +.border-b-indigo-100\\/45 { + border-bottom-color: #e0e7ff73; +} + .border-b-indigo-100\\/5 { border-bottom-color: #e0e7ff0d; } @@ -209762,10 +288086,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ff80; } +.border-b-indigo-100\\/55 { + border-bottom-color: #e0e7ff8c; +} + .border-b-indigo-100\\/60 { border-bottom-color: #e0e7ff99; } +.border-b-indigo-100\\/65 { + border-bottom-color: #e0e7ffa6; +} + .border-b-indigo-100\\/70 { border-bottom-color: #e0e7ffb3; } @@ -209778,6 +288110,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0e7ffcc; } +.border-b-indigo-100\\/85 { + border-bottom-color: #e0e7ffd9; +} + .border-b-indigo-100\\/90 { border-bottom-color: #e0e7ffe6; } @@ -209803,6 +288139,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fe; } +.border-b-indigo-200\\/15 { + border-bottom-color: #c7d2fe26; +} + .border-b-indigo-200\\/20 { border-bottom-color: #c7d2fe33; } @@ -209815,10 +288155,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fe4d; } +.border-b-indigo-200\\/35 { + border-bottom-color: #c7d2fe59; +} + .border-b-indigo-200\\/40 { border-bottom-color: #c7d2fe66; } +.border-b-indigo-200\\/45 { + border-bottom-color: #c7d2fe73; +} + .border-b-indigo-200\\/5 { border-bottom-color: #c7d2fe0d; } @@ -209827,10 +288175,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fe80; } +.border-b-indigo-200\\/55 { + border-bottom-color: #c7d2fe8c; +} + .border-b-indigo-200\\/60 { border-bottom-color: #c7d2fe99; } +.border-b-indigo-200\\/65 { + border-bottom-color: #c7d2fea6; +} + .border-b-indigo-200\\/70 { border-bottom-color: #c7d2feb3; } @@ -209843,6 +288199,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c7d2fecc; } +.border-b-indigo-200\\/85 { + border-bottom-color: #c7d2fed9; +} + .border-b-indigo-200\\/90 { border-bottom-color: #c7d2fee6; } @@ -209868,6 +288228,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fc; } +.border-b-indigo-300\\/15 { + border-bottom-color: #a5b4fc26; +} + .border-b-indigo-300\\/20 { border-bottom-color: #a5b4fc33; } @@ -209880,10 +288244,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fc4d; } +.border-b-indigo-300\\/35 { + border-bottom-color: #a5b4fc59; +} + .border-b-indigo-300\\/40 { border-bottom-color: #a5b4fc66; } +.border-b-indigo-300\\/45 { + border-bottom-color: #a5b4fc73; +} + .border-b-indigo-300\\/5 { border-bottom-color: #a5b4fc0d; } @@ -209892,10 +288264,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fc80; } +.border-b-indigo-300\\/55 { + border-bottom-color: #a5b4fc8c; +} + .border-b-indigo-300\\/60 { border-bottom-color: #a5b4fc99; } +.border-b-indigo-300\\/65 { + border-bottom-color: #a5b4fca6; +} + .border-b-indigo-300\\/70 { border-bottom-color: #a5b4fcb3; } @@ -209908,6 +288288,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a5b4fccc; } +.border-b-indigo-300\\/85 { + border-bottom-color: #a5b4fcd9; +} + .border-b-indigo-300\\/90 { border-bottom-color: #a5b4fce6; } @@ -209933,6 +288317,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf8; } +.border-b-indigo-400\\/15 { + border-bottom-color: #818cf826; +} + .border-b-indigo-400\\/20 { border-bottom-color: #818cf833; } @@ -209945,10 +288333,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf84d; } +.border-b-indigo-400\\/35 { + border-bottom-color: #818cf859; +} + .border-b-indigo-400\\/40 { border-bottom-color: #818cf866; } +.border-b-indigo-400\\/45 { + border-bottom-color: #818cf873; +} + .border-b-indigo-400\\/5 { border-bottom-color: #818cf80d; } @@ -209957,10 +288353,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf880; } +.border-b-indigo-400\\/55 { + border-bottom-color: #818cf88c; +} + .border-b-indigo-400\\/60 { border-bottom-color: #818cf899; } +.border-b-indigo-400\\/65 { + border-bottom-color: #818cf8a6; +} + .border-b-indigo-400\\/70 { border-bottom-color: #818cf8b3; } @@ -209973,6 +288377,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #818cf8cc; } +.border-b-indigo-400\\/85 { + border-bottom-color: #818cf8d9; +} + .border-b-indigo-400\\/90 { border-bottom-color: #818cf8e6; } @@ -209998,6 +288406,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ff; } +.border-b-indigo-50\\/15 { + border-bottom-color: #eef2ff26; +} + .border-b-indigo-50\\/20 { border-bottom-color: #eef2ff33; } @@ -210010,10 +288422,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ff4d; } +.border-b-indigo-50\\/35 { + border-bottom-color: #eef2ff59; +} + .border-b-indigo-50\\/40 { border-bottom-color: #eef2ff66; } +.border-b-indigo-50\\/45 { + border-bottom-color: #eef2ff73; +} + .border-b-indigo-50\\/5 { border-bottom-color: #eef2ff0d; } @@ -210022,10 +288442,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ff80; } +.border-b-indigo-50\\/55 { + border-bottom-color: #eef2ff8c; +} + .border-b-indigo-50\\/60 { border-bottom-color: #eef2ff99; } +.border-b-indigo-50\\/65 { + border-bottom-color: #eef2ffa6; +} + .border-b-indigo-50\\/70 { border-bottom-color: #eef2ffb3; } @@ -210038,6 +288466,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eef2ffcc; } +.border-b-indigo-50\\/85 { + border-bottom-color: #eef2ffd9; +} + .border-b-indigo-50\\/90 { border-bottom-color: #eef2ffe6; } @@ -210063,6 +288495,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f1; } +.border-b-indigo-500\\/15 { + border-bottom-color: #6366f126; +} + .border-b-indigo-500\\/20 { border-bottom-color: #6366f133; } @@ -210075,10 +288511,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f14d; } +.border-b-indigo-500\\/35 { + border-bottom-color: #6366f159; +} + .border-b-indigo-500\\/40 { border-bottom-color: #6366f166; } +.border-b-indigo-500\\/45 { + border-bottom-color: #6366f173; +} + .border-b-indigo-500\\/5 { border-bottom-color: #6366f10d; } @@ -210087,10 +288531,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f180; } +.border-b-indigo-500\\/55 { + border-bottom-color: #6366f18c; +} + .border-b-indigo-500\\/60 { border-bottom-color: #6366f199; } +.border-b-indigo-500\\/65 { + border-bottom-color: #6366f1a6; +} + .border-b-indigo-500\\/70 { border-bottom-color: #6366f1b3; } @@ -210103,6 +288555,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6366f1cc; } +.border-b-indigo-500\\/85 { + border-bottom-color: #6366f1d9; +} + .border-b-indigo-500\\/90 { border-bottom-color: #6366f1e6; } @@ -210128,6 +288584,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e5; } +.border-b-indigo-600\\/15 { + border-bottom-color: #4f46e526; +} + .border-b-indigo-600\\/20 { border-bottom-color: #4f46e533; } @@ -210140,10 +288600,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e54d; } +.border-b-indigo-600\\/35 { + border-bottom-color: #4f46e559; +} + .border-b-indigo-600\\/40 { border-bottom-color: #4f46e566; } +.border-b-indigo-600\\/45 { + border-bottom-color: #4f46e573; +} + .border-b-indigo-600\\/5 { border-bottom-color: #4f46e50d; } @@ -210152,10 +288620,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e580; } +.border-b-indigo-600\\/55 { + border-bottom-color: #4f46e58c; +} + .border-b-indigo-600\\/60 { border-bottom-color: #4f46e599; } +.border-b-indigo-600\\/65 { + border-bottom-color: #4f46e5a6; +} + .border-b-indigo-600\\/70 { border-bottom-color: #4f46e5b3; } @@ -210168,6 +288644,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4f46e5cc; } +.border-b-indigo-600\\/85 { + border-bottom-color: #4f46e5d9; +} + .border-b-indigo-600\\/90 { border-bottom-color: #4f46e5e6; } @@ -210193,6 +288673,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338ca; } +.border-b-indigo-700\\/15 { + border-bottom-color: #4338ca26; +} + .border-b-indigo-700\\/20 { border-bottom-color: #4338ca33; } @@ -210205,10 +288689,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338ca4d; } +.border-b-indigo-700\\/35 { + border-bottom-color: #4338ca59; +} + .border-b-indigo-700\\/40 { border-bottom-color: #4338ca66; } +.border-b-indigo-700\\/45 { + border-bottom-color: #4338ca73; +} + .border-b-indigo-700\\/5 { border-bottom-color: #4338ca0d; } @@ -210217,10 +288709,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338ca80; } +.border-b-indigo-700\\/55 { + border-bottom-color: #4338ca8c; +} + .border-b-indigo-700\\/60 { border-bottom-color: #4338ca99; } +.border-b-indigo-700\\/65 { + border-bottom-color: #4338caa6; +} + .border-b-indigo-700\\/70 { border-bottom-color: #4338cab3; } @@ -210233,6 +288733,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4338cacc; } +.border-b-indigo-700\\/85 { + border-bottom-color: #4338cad9; +} + .border-b-indigo-700\\/90 { border-bottom-color: #4338cae6; } @@ -210258,6 +288762,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a3; } +.border-b-indigo-800\\/15 { + border-bottom-color: #3730a326; +} + .border-b-indigo-800\\/20 { border-bottom-color: #3730a333; } @@ -210270,10 +288778,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a34d; } +.border-b-indigo-800\\/35 { + border-bottom-color: #3730a359; +} + .border-b-indigo-800\\/40 { border-bottom-color: #3730a366; } +.border-b-indigo-800\\/45 { + border-bottom-color: #3730a373; +} + .border-b-indigo-800\\/5 { border-bottom-color: #3730a30d; } @@ -210282,10 +288798,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a380; } +.border-b-indigo-800\\/55 { + border-bottom-color: #3730a38c; +} + .border-b-indigo-800\\/60 { border-bottom-color: #3730a399; } +.border-b-indigo-800\\/65 { + border-bottom-color: #3730a3a6; +} + .border-b-indigo-800\\/70 { border-bottom-color: #3730a3b3; } @@ -210298,6 +288822,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3730a3cc; } +.border-b-indigo-800\\/85 { + border-bottom-color: #3730a3d9; +} + .border-b-indigo-800\\/90 { border-bottom-color: #3730a3e6; } @@ -210323,6 +288851,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e81; } +.border-b-indigo-900\\/15 { + border-bottom-color: #312e8126; +} + .border-b-indigo-900\\/20 { border-bottom-color: #312e8133; } @@ -210335,10 +288867,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e814d; } +.border-b-indigo-900\\/35 { + border-bottom-color: #312e8159; +} + .border-b-indigo-900\\/40 { border-bottom-color: #312e8166; } +.border-b-indigo-900\\/45 { + border-bottom-color: #312e8173; +} + .border-b-indigo-900\\/5 { border-bottom-color: #312e810d; } @@ -210347,10 +288887,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e8180; } +.border-b-indigo-900\\/55 { + border-bottom-color: #312e818c; +} + .border-b-indigo-900\\/60 { border-bottom-color: #312e8199; } +.border-b-indigo-900\\/65 { + border-bottom-color: #312e81a6; +} + .border-b-indigo-900\\/70 { border-bottom-color: #312e81b3; } @@ -210363,6 +288911,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #312e81cc; } +.border-b-indigo-900\\/85 { + border-bottom-color: #312e81d9; +} + .border-b-indigo-900\\/90 { border-bottom-color: #312e81e6; } @@ -210388,6 +288940,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4b; } +.border-b-indigo-950\\/15 { + border-bottom-color: #1e1b4b26; +} + .border-b-indigo-950\\/20 { border-bottom-color: #1e1b4b33; } @@ -210400,10 +288956,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4b4d; } +.border-b-indigo-950\\/35 { + border-bottom-color: #1e1b4b59; +} + .border-b-indigo-950\\/40 { border-bottom-color: #1e1b4b66; } +.border-b-indigo-950\\/45 { + border-bottom-color: #1e1b4b73; +} + .border-b-indigo-950\\/5 { border-bottom-color: #1e1b4b0d; } @@ -210412,10 +288976,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4b80; } +.border-b-indigo-950\\/55 { + border-bottom-color: #1e1b4b8c; +} + .border-b-indigo-950\\/60 { border-bottom-color: #1e1b4b99; } +.border-b-indigo-950\\/65 { + border-bottom-color: #1e1b4ba6; +} + .border-b-indigo-950\\/70 { border-bottom-color: #1e1b4bb3; } @@ -210428,6 +289000,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e1b4bcc; } +.border-b-indigo-950\\/85 { + border-bottom-color: #1e1b4bd9; +} + .border-b-indigo-950\\/90 { border-bottom-color: #1e1b4be6; } @@ -210457,6 +289033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccb; } +.border-b-lime-100\\/15 { + border-bottom-color: #ecfccb26; +} + .border-b-lime-100\\/20 { border-bottom-color: #ecfccb33; } @@ -210469,10 +289049,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccb4d; } +.border-b-lime-100\\/35 { + border-bottom-color: #ecfccb59; +} + .border-b-lime-100\\/40 { border-bottom-color: #ecfccb66; } +.border-b-lime-100\\/45 { + border-bottom-color: #ecfccb73; +} + .border-b-lime-100\\/5 { border-bottom-color: #ecfccb0d; } @@ -210481,10 +289069,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccb80; } +.border-b-lime-100\\/55 { + border-bottom-color: #ecfccb8c; +} + .border-b-lime-100\\/60 { border-bottom-color: #ecfccb99; } +.border-b-lime-100\\/65 { + border-bottom-color: #ecfccba6; +} + .border-b-lime-100\\/70 { border-bottom-color: #ecfccbb3; } @@ -210497,6 +289093,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ecfccbcc; } +.border-b-lime-100\\/85 { + border-bottom-color: #ecfccbd9; +} + .border-b-lime-100\\/90 { border-bottom-color: #ecfccbe6; } @@ -210522,6 +289122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99d; } +.border-b-lime-200\\/15 { + border-bottom-color: #d9f99d26; +} + .border-b-lime-200\\/20 { border-bottom-color: #d9f99d33; } @@ -210534,10 +289138,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99d4d; } +.border-b-lime-200\\/35 { + border-bottom-color: #d9f99d59; +} + .border-b-lime-200\\/40 { border-bottom-color: #d9f99d66; } +.border-b-lime-200\\/45 { + border-bottom-color: #d9f99d73; +} + .border-b-lime-200\\/5 { border-bottom-color: #d9f99d0d; } @@ -210546,10 +289158,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99d80; } +.border-b-lime-200\\/55 { + border-bottom-color: #d9f99d8c; +} + .border-b-lime-200\\/60 { border-bottom-color: #d9f99d99; } +.border-b-lime-200\\/65 { + border-bottom-color: #d9f99da6; +} + .border-b-lime-200\\/70 { border-bottom-color: #d9f99db3; } @@ -210562,6 +289182,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d9f99dcc; } +.border-b-lime-200\\/85 { + border-bottom-color: #d9f99dd9; +} + .border-b-lime-200\\/90 { border-bottom-color: #d9f99de6; } @@ -210587,6 +289211,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef264; } +.border-b-lime-300\\/15 { + border-bottom-color: #bef26426; +} + .border-b-lime-300\\/20 { border-bottom-color: #bef26433; } @@ -210599,10 +289227,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef2644d; } +.border-b-lime-300\\/35 { + border-bottom-color: #bef26459; +} + .border-b-lime-300\\/40 { border-bottom-color: #bef26466; } +.border-b-lime-300\\/45 { + border-bottom-color: #bef26473; +} + .border-b-lime-300\\/5 { border-bottom-color: #bef2640d; } @@ -210611,10 +289247,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef26480; } +.border-b-lime-300\\/55 { + border-bottom-color: #bef2648c; +} + .border-b-lime-300\\/60 { border-bottom-color: #bef26499; } +.border-b-lime-300\\/65 { + border-bottom-color: #bef264a6; +} + .border-b-lime-300\\/70 { border-bottom-color: #bef264b3; } @@ -210627,6 +289271,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bef264cc; } +.border-b-lime-300\\/85 { + border-bottom-color: #bef264d9; +} + .border-b-lime-300\\/90 { border-bottom-color: #bef264e6; } @@ -210652,6 +289300,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e635; } +.border-b-lime-400\\/15 { + border-bottom-color: #a3e63526; +} + .border-b-lime-400\\/20 { border-bottom-color: #a3e63533; } @@ -210664,10 +289316,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e6354d; } +.border-b-lime-400\\/35 { + border-bottom-color: #a3e63559; +} + .border-b-lime-400\\/40 { border-bottom-color: #a3e63566; } +.border-b-lime-400\\/45 { + border-bottom-color: #a3e63573; +} + .border-b-lime-400\\/5 { border-bottom-color: #a3e6350d; } @@ -210676,10 +289336,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e63580; } +.border-b-lime-400\\/55 { + border-bottom-color: #a3e6358c; +} + .border-b-lime-400\\/60 { border-bottom-color: #a3e63599; } +.border-b-lime-400\\/65 { + border-bottom-color: #a3e635a6; +} + .border-b-lime-400\\/70 { border-bottom-color: #a3e635b3; } @@ -210692,6 +289360,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3e635cc; } +.border-b-lime-400\\/85 { + border-bottom-color: #a3e635d9; +} + .border-b-lime-400\\/90 { border-bottom-color: #a3e635e6; } @@ -210717,6 +289389,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee7; } +.border-b-lime-50\\/15 { + border-bottom-color: #f7fee726; +} + .border-b-lime-50\\/20 { border-bottom-color: #f7fee733; } @@ -210729,10 +289405,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee74d; } +.border-b-lime-50\\/35 { + border-bottom-color: #f7fee759; +} + .border-b-lime-50\\/40 { border-bottom-color: #f7fee766; } +.border-b-lime-50\\/45 { + border-bottom-color: #f7fee773; +} + .border-b-lime-50\\/5 { border-bottom-color: #f7fee70d; } @@ -210741,10 +289425,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee780; } +.border-b-lime-50\\/55 { + border-bottom-color: #f7fee78c; +} + .border-b-lime-50\\/60 { border-bottom-color: #f7fee799; } +.border-b-lime-50\\/65 { + border-bottom-color: #f7fee7a6; +} + .border-b-lime-50\\/70 { border-bottom-color: #f7fee7b3; } @@ -210757,6 +289449,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f7fee7cc; } +.border-b-lime-50\\/85 { + border-bottom-color: #f7fee7d9; +} + .border-b-lime-50\\/90 { border-bottom-color: #f7fee7e6; } @@ -210782,6 +289478,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc16; } +.border-b-lime-500\\/15 { + border-bottom-color: #84cc1626; +} + .border-b-lime-500\\/20 { border-bottom-color: #84cc1633; } @@ -210794,10 +289494,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc164d; } +.border-b-lime-500\\/35 { + border-bottom-color: #84cc1659; +} + .border-b-lime-500\\/40 { border-bottom-color: #84cc1666; } +.border-b-lime-500\\/45 { + border-bottom-color: #84cc1673; +} + .border-b-lime-500\\/5 { border-bottom-color: #84cc160d; } @@ -210806,10 +289514,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc1680; } +.border-b-lime-500\\/55 { + border-bottom-color: #84cc168c; +} + .border-b-lime-500\\/60 { border-bottom-color: #84cc1699; } +.border-b-lime-500\\/65 { + border-bottom-color: #84cc16a6; +} + .border-b-lime-500\\/70 { border-bottom-color: #84cc16b3; } @@ -210822,6 +289538,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #84cc16cc; } +.border-b-lime-500\\/85 { + border-bottom-color: #84cc16d9; +} + .border-b-lime-500\\/90 { border-bottom-color: #84cc16e6; } @@ -210847,6 +289567,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30d; } +.border-b-lime-600\\/15 { + border-bottom-color: #65a30d26; +} + .border-b-lime-600\\/20 { border-bottom-color: #65a30d33; } @@ -210859,10 +289583,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30d4d; } +.border-b-lime-600\\/35 { + border-bottom-color: #65a30d59; +} + .border-b-lime-600\\/40 { border-bottom-color: #65a30d66; } +.border-b-lime-600\\/45 { + border-bottom-color: #65a30d73; +} + .border-b-lime-600\\/5 { border-bottom-color: #65a30d0d; } @@ -210871,10 +289603,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30d80; } +.border-b-lime-600\\/55 { + border-bottom-color: #65a30d8c; +} + .border-b-lime-600\\/60 { border-bottom-color: #65a30d99; } +.border-b-lime-600\\/65 { + border-bottom-color: #65a30da6; +} + .border-b-lime-600\\/70 { border-bottom-color: #65a30db3; } @@ -210887,6 +289627,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #65a30dcc; } +.border-b-lime-600\\/85 { + border-bottom-color: #65a30dd9; +} + .border-b-lime-600\\/90 { border-bottom-color: #65a30de6; } @@ -210912,6 +289656,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0f; } +.border-b-lime-700\\/15 { + border-bottom-color: #4d7c0f26; +} + .border-b-lime-700\\/20 { border-bottom-color: #4d7c0f33; } @@ -210924,10 +289672,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0f4d; } +.border-b-lime-700\\/35 { + border-bottom-color: #4d7c0f59; +} + .border-b-lime-700\\/40 { border-bottom-color: #4d7c0f66; } +.border-b-lime-700\\/45 { + border-bottom-color: #4d7c0f73; +} + .border-b-lime-700\\/5 { border-bottom-color: #4d7c0f0d; } @@ -210936,10 +289692,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0f80; } +.border-b-lime-700\\/55 { + border-bottom-color: #4d7c0f8c; +} + .border-b-lime-700\\/60 { border-bottom-color: #4d7c0f99; } +.border-b-lime-700\\/65 { + border-bottom-color: #4d7c0fa6; +} + .border-b-lime-700\\/70 { border-bottom-color: #4d7c0fb3; } @@ -210952,6 +289716,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4d7c0fcc; } +.border-b-lime-700\\/85 { + border-bottom-color: #4d7c0fd9; +} + .border-b-lime-700\\/90 { border-bottom-color: #4d7c0fe6; } @@ -210977,6 +289745,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f6212; } +.border-b-lime-800\\/15 { + border-bottom-color: #3f621226; +} + .border-b-lime-800\\/20 { border-bottom-color: #3f621233; } @@ -210989,10 +289761,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f62124d; } +.border-b-lime-800\\/35 { + border-bottom-color: #3f621259; +} + .border-b-lime-800\\/40 { border-bottom-color: #3f621266; } +.border-b-lime-800\\/45 { + border-bottom-color: #3f621273; +} + .border-b-lime-800\\/5 { border-bottom-color: #3f62120d; } @@ -211001,10 +289781,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f621280; } +.border-b-lime-800\\/55 { + border-bottom-color: #3f62128c; +} + .border-b-lime-800\\/60 { border-bottom-color: #3f621299; } +.border-b-lime-800\\/65 { + border-bottom-color: #3f6212a6; +} + .border-b-lime-800\\/70 { border-bottom-color: #3f6212b3; } @@ -211017,6 +289805,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f6212cc; } +.border-b-lime-800\\/85 { + border-bottom-color: #3f6212d9; +} + .border-b-lime-800\\/90 { border-bottom-color: #3f6212e6; } @@ -211042,6 +289834,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #365314; } +.border-b-lime-900\\/15 { + border-bottom-color: #36531426; +} + .border-b-lime-900\\/20 { border-bottom-color: #36531433; } @@ -211054,10 +289850,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3653144d; } +.border-b-lime-900\\/35 { + border-bottom-color: #36531459; +} + .border-b-lime-900\\/40 { border-bottom-color: #36531466; } +.border-b-lime-900\\/45 { + border-bottom-color: #36531473; +} + .border-b-lime-900\\/5 { border-bottom-color: #3653140d; } @@ -211066,10 +289870,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #36531480; } +.border-b-lime-900\\/55 { + border-bottom-color: #3653148c; +} + .border-b-lime-900\\/60 { border-bottom-color: #36531499; } +.border-b-lime-900\\/65 { + border-bottom-color: #365314a6; +} + .border-b-lime-900\\/70 { border-bottom-color: #365314b3; } @@ -211082,6 +289894,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #365314cc; } +.border-b-lime-900\\/85 { + border-bottom-color: #365314d9; +} + .border-b-lime-900\\/90 { border-bottom-color: #365314e6; } @@ -211107,6 +289923,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e05; } +.border-b-lime-950\\/15 { + border-bottom-color: #1a2e0526; +} + .border-b-lime-950\\/20 { border-bottom-color: #1a2e0533; } @@ -211119,10 +289939,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e054d; } +.border-b-lime-950\\/35 { + border-bottom-color: #1a2e0559; +} + .border-b-lime-950\\/40 { border-bottom-color: #1a2e0566; } +.border-b-lime-950\\/45 { + border-bottom-color: #1a2e0573; +} + .border-b-lime-950\\/5 { border-bottom-color: #1a2e050d; } @@ -211131,10 +289959,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e0580; } +.border-b-lime-950\\/55 { + border-bottom-color: #1a2e058c; +} + .border-b-lime-950\\/60 { border-bottom-color: #1a2e0599; } +.border-b-lime-950\\/65 { + border-bottom-color: #1a2e05a6; +} + .border-b-lime-950\\/70 { border-bottom-color: #1a2e05b3; } @@ -211147,6 +289983,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1a2e05cc; } +.border-b-lime-950\\/85 { + border-bottom-color: #1a2e05d9; +} + .border-b-lime-950\\/90 { border-bottom-color: #1a2e05e6; } @@ -211172,6 +290012,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f5; } +.border-b-neutral-100\\/15 { + border-bottom-color: #f5f5f526; +} + .border-b-neutral-100\\/20 { border-bottom-color: #f5f5f533; } @@ -211184,10 +290028,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f54d; } +.border-b-neutral-100\\/35 { + border-bottom-color: #f5f5f559; +} + .border-b-neutral-100\\/40 { border-bottom-color: #f5f5f566; } +.border-b-neutral-100\\/45 { + border-bottom-color: #f5f5f573; +} + .border-b-neutral-100\\/5 { border-bottom-color: #f5f5f50d; } @@ -211196,10 +290048,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f580; } +.border-b-neutral-100\\/55 { + border-bottom-color: #f5f5f58c; +} + .border-b-neutral-100\\/60 { border-bottom-color: #f5f5f599; } +.border-b-neutral-100\\/65 { + border-bottom-color: #f5f5f5a6; +} + .border-b-neutral-100\\/70 { border-bottom-color: #f5f5f5b3; } @@ -211212,6 +290072,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f5cc; } +.border-b-neutral-100\\/85 { + border-bottom-color: #f5f5f5d9; +} + .border-b-neutral-100\\/90 { border-bottom-color: #f5f5f5e6; } @@ -211237,6 +290101,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e5; } +.border-b-neutral-200\\/15 { + border-bottom-color: #e5e5e526; +} + .border-b-neutral-200\\/20 { border-bottom-color: #e5e5e533; } @@ -211249,10 +290117,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e54d; } +.border-b-neutral-200\\/35 { + border-bottom-color: #e5e5e559; +} + .border-b-neutral-200\\/40 { border-bottom-color: #e5e5e566; } +.border-b-neutral-200\\/45 { + border-bottom-color: #e5e5e573; +} + .border-b-neutral-200\\/5 { border-bottom-color: #e5e5e50d; } @@ -211261,10 +290137,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e580; } +.border-b-neutral-200\\/55 { + border-bottom-color: #e5e5e58c; +} + .border-b-neutral-200\\/60 { border-bottom-color: #e5e5e599; } +.border-b-neutral-200\\/65 { + border-bottom-color: #e5e5e5a6; +} + .border-b-neutral-200\\/70 { border-bottom-color: #e5e5e5b3; } @@ -211277,6 +290161,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e5e5e5cc; } +.border-b-neutral-200\\/85 { + border-bottom-color: #e5e5e5d9; +} + .border-b-neutral-200\\/90 { border-bottom-color: #e5e5e5e6; } @@ -211302,6 +290190,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d4; } +.border-b-neutral-300\\/15 { + border-bottom-color: #d4d4d426; +} + .border-b-neutral-300\\/20 { border-bottom-color: #d4d4d433; } @@ -211314,10 +290206,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d44d; } +.border-b-neutral-300\\/35 { + border-bottom-color: #d4d4d459; +} + .border-b-neutral-300\\/40 { border-bottom-color: #d4d4d466; } +.border-b-neutral-300\\/45 { + border-bottom-color: #d4d4d473; +} + .border-b-neutral-300\\/5 { border-bottom-color: #d4d4d40d; } @@ -211326,10 +290226,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d480; } +.border-b-neutral-300\\/55 { + border-bottom-color: #d4d4d48c; +} + .border-b-neutral-300\\/60 { border-bottom-color: #d4d4d499; } +.border-b-neutral-300\\/65 { + border-bottom-color: #d4d4d4a6; +} + .border-b-neutral-300\\/70 { border-bottom-color: #d4d4d4b3; } @@ -211342,6 +290250,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d4cc; } +.border-b-neutral-300\\/85 { + border-bottom-color: #d4d4d4d9; +} + .border-b-neutral-300\\/90 { border-bottom-color: #d4d4d4e6; } @@ -211367,6 +290279,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a3; } +.border-b-neutral-400\\/15 { + border-bottom-color: #a3a3a326; +} + .border-b-neutral-400\\/20 { border-bottom-color: #a3a3a333; } @@ -211379,10 +290295,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a34d; } +.border-b-neutral-400\\/35 { + border-bottom-color: #a3a3a359; +} + .border-b-neutral-400\\/40 { border-bottom-color: #a3a3a366; } +.border-b-neutral-400\\/45 { + border-bottom-color: #a3a3a373; +} + .border-b-neutral-400\\/5 { border-bottom-color: #a3a3a30d; } @@ -211391,10 +290315,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a380; } +.border-b-neutral-400\\/55 { + border-bottom-color: #a3a3a38c; +} + .border-b-neutral-400\\/60 { border-bottom-color: #a3a3a399; } +.border-b-neutral-400\\/65 { + border-bottom-color: #a3a3a3a6; +} + .border-b-neutral-400\\/70 { border-bottom-color: #a3a3a3b3; } @@ -211407,6 +290339,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a3a3a3cc; } +.border-b-neutral-400\\/85 { + border-bottom-color: #a3a3a3d9; +} + .border-b-neutral-400\\/90 { border-bottom-color: #a3a3a3e6; } @@ -211432,6 +290368,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa; } +.border-b-neutral-50\\/15 { + border-bottom-color: #fafafa26; +} + .border-b-neutral-50\\/20 { border-bottom-color: #fafafa33; } @@ -211444,10 +290384,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa4d; } +.border-b-neutral-50\\/35 { + border-bottom-color: #fafafa59; +} + .border-b-neutral-50\\/40 { border-bottom-color: #fafafa66; } +.border-b-neutral-50\\/45 { + border-bottom-color: #fafafa73; +} + .border-b-neutral-50\\/5 { border-bottom-color: #fafafa0d; } @@ -211456,10 +290404,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa80; } +.border-b-neutral-50\\/55 { + border-bottom-color: #fafafa8c; +} + .border-b-neutral-50\\/60 { border-bottom-color: #fafafa99; } +.border-b-neutral-50\\/65 { + border-bottom-color: #fafafaa6; +} + .border-b-neutral-50\\/70 { border-bottom-color: #fafafab3; } @@ -211472,6 +290428,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafacc; } +.border-b-neutral-50\\/85 { + border-bottom-color: #fafafad9; +} + .border-b-neutral-50\\/90 { border-bottom-color: #fafafae6; } @@ -211497,6 +290457,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #737373; } +.border-b-neutral-500\\/15 { + border-bottom-color: #73737326; +} + .border-b-neutral-500\\/20 { border-bottom-color: #73737333; } @@ -211509,10 +290473,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7373734d; } +.border-b-neutral-500\\/35 { + border-bottom-color: #73737359; +} + .border-b-neutral-500\\/40 { border-bottom-color: #73737366; } +.border-b-neutral-500\\/45 { + border-bottom-color: #73737373; +} + .border-b-neutral-500\\/5 { border-bottom-color: #7373730d; } @@ -211521,10 +290493,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #73737380; } +.border-b-neutral-500\\/55 { + border-bottom-color: #7373738c; +} + .border-b-neutral-500\\/60 { border-bottom-color: #73737399; } +.border-b-neutral-500\\/65 { + border-bottom-color: #737373a6; +} + .border-b-neutral-500\\/70 { border-bottom-color: #737373b3; } @@ -211537,6 +290517,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #737373cc; } +.border-b-neutral-500\\/85 { + border-bottom-color: #737373d9; +} + .border-b-neutral-500\\/90 { border-bottom-color: #737373e6; } @@ -211562,6 +290546,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #525252; } +.border-b-neutral-600\\/15 { + border-bottom-color: #52525226; +} + .border-b-neutral-600\\/20 { border-bottom-color: #52525233; } @@ -211574,10 +290562,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5252524d; } +.border-b-neutral-600\\/35 { + border-bottom-color: #52525259; +} + .border-b-neutral-600\\/40 { border-bottom-color: #52525266; } +.border-b-neutral-600\\/45 { + border-bottom-color: #52525273; +} + .border-b-neutral-600\\/5 { border-bottom-color: #5252520d; } @@ -211586,10 +290582,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525280; } +.border-b-neutral-600\\/55 { + border-bottom-color: #5252528c; +} + .border-b-neutral-600\\/60 { border-bottom-color: #52525299; } +.border-b-neutral-600\\/65 { + border-bottom-color: #525252a6; +} + .border-b-neutral-600\\/70 { border-bottom-color: #525252b3; } @@ -211602,6 +290606,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #525252cc; } +.border-b-neutral-600\\/85 { + border-bottom-color: #525252d9; +} + .border-b-neutral-600\\/90 { border-bottom-color: #525252e6; } @@ -211627,6 +290635,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #404040; } +.border-b-neutral-700\\/15 { + border-bottom-color: #40404026; +} + .border-b-neutral-700\\/20 { border-bottom-color: #40404033; } @@ -211639,10 +290651,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4040404d; } +.border-b-neutral-700\\/35 { + border-bottom-color: #40404059; +} + .border-b-neutral-700\\/40 { border-bottom-color: #40404066; } +.border-b-neutral-700\\/45 { + border-bottom-color: #40404073; +} + .border-b-neutral-700\\/5 { border-bottom-color: #4040400d; } @@ -211651,10 +290671,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #40404080; } +.border-b-neutral-700\\/55 { + border-bottom-color: #4040408c; +} + .border-b-neutral-700\\/60 { border-bottom-color: #40404099; } +.border-b-neutral-700\\/65 { + border-bottom-color: #404040a6; +} + .border-b-neutral-700\\/70 { border-bottom-color: #404040b3; } @@ -211667,6 +290695,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #404040cc; } +.border-b-neutral-700\\/85 { + border-bottom-color: #404040d9; +} + .border-b-neutral-700\\/90 { border-bottom-color: #404040e6; } @@ -211692,6 +290724,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #262626; } +.border-b-neutral-800\\/15 { + border-bottom-color: #26262626; +} + .border-b-neutral-800\\/20 { border-bottom-color: #26262633; } @@ -211704,10 +290740,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2626264d; } +.border-b-neutral-800\\/35 { + border-bottom-color: #26262659; +} + .border-b-neutral-800\\/40 { border-bottom-color: #26262666; } +.border-b-neutral-800\\/45 { + border-bottom-color: #26262673; +} + .border-b-neutral-800\\/5 { border-bottom-color: #2626260d; } @@ -211716,10 +290760,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #26262680; } +.border-b-neutral-800\\/55 { + border-bottom-color: #2626268c; +} + .border-b-neutral-800\\/60 { border-bottom-color: #26262699; } +.border-b-neutral-800\\/65 { + border-bottom-color: #262626a6; +} + .border-b-neutral-800\\/70 { border-bottom-color: #262626b3; } @@ -211732,6 +290784,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #262626cc; } +.border-b-neutral-800\\/85 { + border-bottom-color: #262626d9; +} + .border-b-neutral-800\\/90 { border-bottom-color: #262626e6; } @@ -211757,6 +290813,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #171717; } +.border-b-neutral-900\\/15 { + border-bottom-color: #17171726; +} + .border-b-neutral-900\\/20 { border-bottom-color: #17171733; } @@ -211769,10 +290829,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1717174d; } +.border-b-neutral-900\\/35 { + border-bottom-color: #17171759; +} + .border-b-neutral-900\\/40 { border-bottom-color: #17171766; } +.border-b-neutral-900\\/45 { + border-bottom-color: #17171773; +} + .border-b-neutral-900\\/5 { border-bottom-color: #1717170d; } @@ -211781,10 +290849,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #17171780; } +.border-b-neutral-900\\/55 { + border-bottom-color: #1717178c; +} + .border-b-neutral-900\\/60 { border-bottom-color: #17171799; } +.border-b-neutral-900\\/65 { + border-bottom-color: #171717a6; +} + .border-b-neutral-900\\/70 { border-bottom-color: #171717b3; } @@ -211797,6 +290873,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #171717cc; } +.border-b-neutral-900\\/85 { + border-bottom-color: #171717d9; +} + .border-b-neutral-900\\/90 { border-bottom-color: #171717e6; } @@ -211822,6 +290902,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0a; } +.border-b-neutral-950\\/15 { + border-bottom-color: #0a0a0a26; +} + .border-b-neutral-950\\/20 { border-bottom-color: #0a0a0a33; } @@ -211834,10 +290918,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0a4d; } +.border-b-neutral-950\\/35 { + border-bottom-color: #0a0a0a59; +} + .border-b-neutral-950\\/40 { border-bottom-color: #0a0a0a66; } +.border-b-neutral-950\\/45 { + border-bottom-color: #0a0a0a73; +} + .border-b-neutral-950\\/5 { border-bottom-color: #0a0a0a0d; } @@ -211846,10 +290938,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0a80; } +.border-b-neutral-950\\/55 { + border-bottom-color: #0a0a0a8c; +} + .border-b-neutral-950\\/60 { border-bottom-color: #0a0a0a99; } +.border-b-neutral-950\\/65 { + border-bottom-color: #0a0a0aa6; +} + .border-b-neutral-950\\/70 { border-bottom-color: #0a0a0ab3; } @@ -211862,6 +290962,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0a0a0acc; } +.border-b-neutral-950\\/85 { + border-bottom-color: #0a0a0ad9; +} + .border-b-neutral-950\\/90 { border-bottom-color: #0a0a0ae6; } @@ -211887,6 +290991,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd5; } +.border-b-orange-100\\/15 { + border-bottom-color: #ffedd526; +} + .border-b-orange-100\\/20 { border-bottom-color: #ffedd533; } @@ -211899,10 +291007,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd54d; } +.border-b-orange-100\\/35 { + border-bottom-color: #ffedd559; +} + .border-b-orange-100\\/40 { border-bottom-color: #ffedd566; } +.border-b-orange-100\\/45 { + border-bottom-color: #ffedd573; +} + .border-b-orange-100\\/5 { border-bottom-color: #ffedd50d; } @@ -211911,10 +291027,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd580; } +.border-b-orange-100\\/55 { + border-bottom-color: #ffedd58c; +} + .border-b-orange-100\\/60 { border-bottom-color: #ffedd599; } +.border-b-orange-100\\/65 { + border-bottom-color: #ffedd5a6; +} + .border-b-orange-100\\/70 { border-bottom-color: #ffedd5b3; } @@ -211927,6 +291051,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffedd5cc; } +.border-b-orange-100\\/85 { + border-bottom-color: #ffedd5d9; +} + .border-b-orange-100\\/90 { border-bottom-color: #ffedd5e6; } @@ -211952,6 +291080,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aa; } +.border-b-orange-200\\/15 { + border-bottom-color: #fed7aa26; +} + .border-b-orange-200\\/20 { border-bottom-color: #fed7aa33; } @@ -211964,10 +291096,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aa4d; } +.border-b-orange-200\\/35 { + border-bottom-color: #fed7aa59; +} + .border-b-orange-200\\/40 { border-bottom-color: #fed7aa66; } +.border-b-orange-200\\/45 { + border-bottom-color: #fed7aa73; +} + .border-b-orange-200\\/5 { border-bottom-color: #fed7aa0d; } @@ -211976,10 +291116,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aa80; } +.border-b-orange-200\\/55 { + border-bottom-color: #fed7aa8c; +} + .border-b-orange-200\\/60 { border-bottom-color: #fed7aa99; } +.border-b-orange-200\\/65 { + border-bottom-color: #fed7aaa6; +} + .border-b-orange-200\\/70 { border-bottom-color: #fed7aab3; } @@ -211992,6 +291140,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fed7aacc; } +.border-b-orange-200\\/85 { + border-bottom-color: #fed7aad9; +} + .border-b-orange-200\\/90 { border-bottom-color: #fed7aae6; } @@ -212017,6 +291169,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba74; } +.border-b-orange-300\\/15 { + border-bottom-color: #fdba7426; +} + .border-b-orange-300\\/20 { border-bottom-color: #fdba7433; } @@ -212029,10 +291185,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba744d; } +.border-b-orange-300\\/35 { + border-bottom-color: #fdba7459; +} + .border-b-orange-300\\/40 { border-bottom-color: #fdba7466; } +.border-b-orange-300\\/45 { + border-bottom-color: #fdba7473; +} + .border-b-orange-300\\/5 { border-bottom-color: #fdba740d; } @@ -212041,10 +291205,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba7480; } +.border-b-orange-300\\/55 { + border-bottom-color: #fdba748c; +} + .border-b-orange-300\\/60 { border-bottom-color: #fdba7499; } +.border-b-orange-300\\/65 { + border-bottom-color: #fdba74a6; +} + .border-b-orange-300\\/70 { border-bottom-color: #fdba74b3; } @@ -212057,6 +291229,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdba74cc; } +.border-b-orange-300\\/85 { + border-bottom-color: #fdba74d9; +} + .border-b-orange-300\\/90 { border-bottom-color: #fdba74e6; } @@ -212082,6 +291258,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923c; } +.border-b-orange-400\\/15 { + border-bottom-color: #fb923c26; +} + .border-b-orange-400\\/20 { border-bottom-color: #fb923c33; } @@ -212094,10 +291274,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923c4d; } +.border-b-orange-400\\/35 { + border-bottom-color: #fb923c59; +} + .border-b-orange-400\\/40 { border-bottom-color: #fb923c66; } +.border-b-orange-400\\/45 { + border-bottom-color: #fb923c73; +} + .border-b-orange-400\\/5 { border-bottom-color: #fb923c0d; } @@ -212106,10 +291294,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923c80; } +.border-b-orange-400\\/55 { + border-bottom-color: #fb923c8c; +} + .border-b-orange-400\\/60 { border-bottom-color: #fb923c99; } +.border-b-orange-400\\/65 { + border-bottom-color: #fb923ca6; +} + .border-b-orange-400\\/70 { border-bottom-color: #fb923cb3; } @@ -212122,6 +291318,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb923ccc; } +.border-b-orange-400\\/85 { + border-bottom-color: #fb923cd9; +} + .border-b-orange-400\\/90 { border-bottom-color: #fb923ce6; } @@ -212147,6 +291347,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7ed; } +.border-b-orange-50\\/15 { + border-bottom-color: #fff7ed26; +} + .border-b-orange-50\\/20 { border-bottom-color: #fff7ed33; } @@ -212159,10 +291363,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7ed4d; } +.border-b-orange-50\\/35 { + border-bottom-color: #fff7ed59; +} + .border-b-orange-50\\/40 { border-bottom-color: #fff7ed66; } +.border-b-orange-50\\/45 { + border-bottom-color: #fff7ed73; +} + .border-b-orange-50\\/5 { border-bottom-color: #fff7ed0d; } @@ -212171,10 +291383,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7ed80; } +.border-b-orange-50\\/55 { + border-bottom-color: #fff7ed8c; +} + .border-b-orange-50\\/60 { border-bottom-color: #fff7ed99; } +.border-b-orange-50\\/65 { + border-bottom-color: #fff7eda6; +} + .border-b-orange-50\\/70 { border-bottom-color: #fff7edb3; } @@ -212187,6 +291407,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff7edcc; } +.border-b-orange-50\\/85 { + border-bottom-color: #fff7edd9; +} + .border-b-orange-50\\/90 { border-bottom-color: #fff7ede6; } @@ -212212,6 +291436,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f97316; } +.border-b-orange-500\\/15 { + border-bottom-color: #f9731626; +} + .border-b-orange-500\\/20 { border-bottom-color: #f9731633; } @@ -212224,10 +291452,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f973164d; } +.border-b-orange-500\\/35 { + border-bottom-color: #f9731659; +} + .border-b-orange-500\\/40 { border-bottom-color: #f9731666; } +.border-b-orange-500\\/45 { + border-bottom-color: #f9731673; +} + .border-b-orange-500\\/5 { border-bottom-color: #f973160d; } @@ -212236,10 +291472,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9731680; } +.border-b-orange-500\\/55 { + border-bottom-color: #f973168c; +} + .border-b-orange-500\\/60 { border-bottom-color: #f9731699; } +.border-b-orange-500\\/65 { + border-bottom-color: #f97316a6; +} + .border-b-orange-500\\/70 { border-bottom-color: #f97316b3; } @@ -212252,6 +291496,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f97316cc; } +.border-b-orange-500\\/85 { + border-bottom-color: #f97316d9; +} + .border-b-orange-500\\/90 { border-bottom-color: #f97316e6; } @@ -212277,6 +291525,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580c; } +.border-b-orange-600\\/15 { + border-bottom-color: #ea580c26; +} + .border-b-orange-600\\/20 { border-bottom-color: #ea580c33; } @@ -212289,10 +291541,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580c4d; } +.border-b-orange-600\\/35 { + border-bottom-color: #ea580c59; +} + .border-b-orange-600\\/40 { border-bottom-color: #ea580c66; } +.border-b-orange-600\\/45 { + border-bottom-color: #ea580c73; +} + .border-b-orange-600\\/5 { border-bottom-color: #ea580c0d; } @@ -212301,10 +291561,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580c80; } +.border-b-orange-600\\/55 { + border-bottom-color: #ea580c8c; +} + .border-b-orange-600\\/60 { border-bottom-color: #ea580c99; } +.border-b-orange-600\\/65 { + border-bottom-color: #ea580ca6; +} + .border-b-orange-600\\/70 { border-bottom-color: #ea580cb3; } @@ -212317,6 +291585,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ea580ccc; } +.border-b-orange-600\\/85 { + border-bottom-color: #ea580cd9; +} + .border-b-orange-600\\/90 { border-bottom-color: #ea580ce6; } @@ -212342,6 +291614,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410c; } +.border-b-orange-700\\/15 { + border-bottom-color: #c2410c26; +} + .border-b-orange-700\\/20 { border-bottom-color: #c2410c33; } @@ -212354,10 +291630,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410c4d; } +.border-b-orange-700\\/35 { + border-bottom-color: #c2410c59; +} + .border-b-orange-700\\/40 { border-bottom-color: #c2410c66; } +.border-b-orange-700\\/45 { + border-bottom-color: #c2410c73; +} + .border-b-orange-700\\/5 { border-bottom-color: #c2410c0d; } @@ -212366,10 +291650,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410c80; } +.border-b-orange-700\\/55 { + border-bottom-color: #c2410c8c; +} + .border-b-orange-700\\/60 { border-bottom-color: #c2410c99; } +.border-b-orange-700\\/65 { + border-bottom-color: #c2410ca6; +} + .border-b-orange-700\\/70 { border-bottom-color: #c2410cb3; } @@ -212382,6 +291674,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c2410ccc; } +.border-b-orange-700\\/85 { + border-bottom-color: #c2410cd9; +} + .border-b-orange-700\\/90 { border-bottom-color: #c2410ce6; } @@ -212407,6 +291703,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a3412; } +.border-b-orange-800\\/15 { + border-bottom-color: #9a341226; +} + .border-b-orange-800\\/20 { border-bottom-color: #9a341233; } @@ -212419,10 +291719,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a34124d; } +.border-b-orange-800\\/35 { + border-bottom-color: #9a341259; +} + .border-b-orange-800\\/40 { border-bottom-color: #9a341266; } +.border-b-orange-800\\/45 { + border-bottom-color: #9a341273; +} + .border-b-orange-800\\/5 { border-bottom-color: #9a34120d; } @@ -212431,10 +291739,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a341280; } +.border-b-orange-800\\/55 { + border-bottom-color: #9a34128c; +} + .border-b-orange-800\\/60 { border-bottom-color: #9a341299; } +.border-b-orange-800\\/65 { + border-bottom-color: #9a3412a6; +} + .border-b-orange-800\\/70 { border-bottom-color: #9a3412b3; } @@ -212447,6 +291763,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9a3412cc; } +.border-b-orange-800\\/85 { + border-bottom-color: #9a3412d9; +} + .border-b-orange-800\\/90 { border-bottom-color: #9a3412e6; } @@ -212472,6 +291792,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d12; } +.border-b-orange-900\\/15 { + border-bottom-color: #7c2d1226; +} + .border-b-orange-900\\/20 { border-bottom-color: #7c2d1233; } @@ -212484,10 +291808,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d124d; } +.border-b-orange-900\\/35 { + border-bottom-color: #7c2d1259; +} + .border-b-orange-900\\/40 { border-bottom-color: #7c2d1266; } +.border-b-orange-900\\/45 { + border-bottom-color: #7c2d1273; +} + .border-b-orange-900\\/5 { border-bottom-color: #7c2d120d; } @@ -212496,10 +291828,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d1280; } +.border-b-orange-900\\/55 { + border-bottom-color: #7c2d128c; +} + .border-b-orange-900\\/60 { border-bottom-color: #7c2d1299; } +.border-b-orange-900\\/65 { + border-bottom-color: #7c2d12a6; +} + .border-b-orange-900\\/70 { border-bottom-color: #7c2d12b3; } @@ -212512,6 +291852,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c2d12cc; } +.border-b-orange-900\\/85 { + border-bottom-color: #7c2d12d9; +} + .border-b-orange-900\\/90 { border-bottom-color: #7c2d12e6; } @@ -212537,6 +291881,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #431407; } +.border-b-orange-950\\/15 { + border-bottom-color: #43140726; +} + .border-b-orange-950\\/20 { border-bottom-color: #43140733; } @@ -212549,10 +291897,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4314074d; } +.border-b-orange-950\\/35 { + border-bottom-color: #43140759; +} + .border-b-orange-950\\/40 { border-bottom-color: #43140766; } +.border-b-orange-950\\/45 { + border-bottom-color: #43140773; +} + .border-b-orange-950\\/5 { border-bottom-color: #4314070d; } @@ -212561,10 +291917,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #43140780; } +.border-b-orange-950\\/55 { + border-bottom-color: #4314078c; +} + .border-b-orange-950\\/60 { border-bottom-color: #43140799; } +.border-b-orange-950\\/65 { + border-bottom-color: #431407a6; +} + .border-b-orange-950\\/70 { border-bottom-color: #431407b3; } @@ -212577,6 +291941,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #431407cc; } +.border-b-orange-950\\/85 { + border-bottom-color: #431407d9; +} + .border-b-orange-950\\/90 { border-bottom-color: #431407e6; } @@ -212602,6 +291970,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f3; } +.border-b-pink-100\\/15 { + border-bottom-color: #fce7f326; +} + .border-b-pink-100\\/20 { border-bottom-color: #fce7f333; } @@ -212614,10 +291986,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f34d; } +.border-b-pink-100\\/35 { + border-bottom-color: #fce7f359; +} + .border-b-pink-100\\/40 { border-bottom-color: #fce7f366; } +.border-b-pink-100\\/45 { + border-bottom-color: #fce7f373; +} + .border-b-pink-100\\/5 { border-bottom-color: #fce7f30d; } @@ -212626,10 +292006,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f380; } +.border-b-pink-100\\/55 { + border-bottom-color: #fce7f38c; +} + .border-b-pink-100\\/60 { border-bottom-color: #fce7f399; } +.border-b-pink-100\\/65 { + border-bottom-color: #fce7f3a6; +} + .border-b-pink-100\\/70 { border-bottom-color: #fce7f3b3; } @@ -212642,6 +292030,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fce7f3cc; } +.border-b-pink-100\\/85 { + border-bottom-color: #fce7f3d9; +} + .border-b-pink-100\\/90 { border-bottom-color: #fce7f3e6; } @@ -212667,6 +292059,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe8; } +.border-b-pink-200\\/15 { + border-bottom-color: #fbcfe826; +} + .border-b-pink-200\\/20 { border-bottom-color: #fbcfe833; } @@ -212679,10 +292075,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe84d; } +.border-b-pink-200\\/35 { + border-bottom-color: #fbcfe859; +} + .border-b-pink-200\\/40 { border-bottom-color: #fbcfe866; } +.border-b-pink-200\\/45 { + border-bottom-color: #fbcfe873; +} + .border-b-pink-200\\/5 { border-bottom-color: #fbcfe80d; } @@ -212691,10 +292095,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe880; } +.border-b-pink-200\\/55 { + border-bottom-color: #fbcfe88c; +} + .border-b-pink-200\\/60 { border-bottom-color: #fbcfe899; } +.border-b-pink-200\\/65 { + border-bottom-color: #fbcfe8a6; +} + .border-b-pink-200\\/70 { border-bottom-color: #fbcfe8b3; } @@ -212707,6 +292119,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fbcfe8cc; } +.border-b-pink-200\\/85 { + border-bottom-color: #fbcfe8d9; +} + .border-b-pink-200\\/90 { border-bottom-color: #fbcfe8e6; } @@ -212732,6 +292148,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d4; } +.border-b-pink-300\\/15 { + border-bottom-color: #f9a8d426; +} + .border-b-pink-300\\/20 { border-bottom-color: #f9a8d433; } @@ -212744,10 +292164,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d44d; } +.border-b-pink-300\\/35 { + border-bottom-color: #f9a8d459; +} + .border-b-pink-300\\/40 { border-bottom-color: #f9a8d466; } +.border-b-pink-300\\/45 { + border-bottom-color: #f9a8d473; +} + .border-b-pink-300\\/5 { border-bottom-color: #f9a8d40d; } @@ -212756,10 +292184,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d480; } +.border-b-pink-300\\/55 { + border-bottom-color: #f9a8d48c; +} + .border-b-pink-300\\/60 { border-bottom-color: #f9a8d499; } +.border-b-pink-300\\/65 { + border-bottom-color: #f9a8d4a6; +} + .border-b-pink-300\\/70 { border-bottom-color: #f9a8d4b3; } @@ -212772,6 +292208,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f9a8d4cc; } +.border-b-pink-300\\/85 { + border-bottom-color: #f9a8d4d9; +} + .border-b-pink-300\\/90 { border-bottom-color: #f9a8d4e6; } @@ -212797,6 +292237,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b6; } +.border-b-pink-400\\/15 { + border-bottom-color: #f472b626; +} + .border-b-pink-400\\/20 { border-bottom-color: #f472b633; } @@ -212809,10 +292253,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b64d; } +.border-b-pink-400\\/35 { + border-bottom-color: #f472b659; +} + .border-b-pink-400\\/40 { border-bottom-color: #f472b666; } +.border-b-pink-400\\/45 { + border-bottom-color: #f472b673; +} + .border-b-pink-400\\/5 { border-bottom-color: #f472b60d; } @@ -212821,10 +292273,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b680; } +.border-b-pink-400\\/55 { + border-bottom-color: #f472b68c; +} + .border-b-pink-400\\/60 { border-bottom-color: #f472b699; } +.border-b-pink-400\\/65 { + border-bottom-color: #f472b6a6; +} + .border-b-pink-400\\/70 { border-bottom-color: #f472b6b3; } @@ -212837,6 +292297,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f472b6cc; } +.border-b-pink-400\\/85 { + border-bottom-color: #f472b6d9; +} + .border-b-pink-400\\/90 { border-bottom-color: #f472b6e6; } @@ -212862,6 +292326,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f8; } +.border-b-pink-50\\/15 { + border-bottom-color: #fdf2f826; +} + .border-b-pink-50\\/20 { border-bottom-color: #fdf2f833; } @@ -212874,10 +292342,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f84d; } +.border-b-pink-50\\/35 { + border-bottom-color: #fdf2f859; +} + .border-b-pink-50\\/40 { border-bottom-color: #fdf2f866; } +.border-b-pink-50\\/45 { + border-bottom-color: #fdf2f873; +} + .border-b-pink-50\\/5 { border-bottom-color: #fdf2f80d; } @@ -212886,10 +292362,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f880; } +.border-b-pink-50\\/55 { + border-bottom-color: #fdf2f88c; +} + .border-b-pink-50\\/60 { border-bottom-color: #fdf2f899; } +.border-b-pink-50\\/65 { + border-bottom-color: #fdf2f8a6; +} + .border-b-pink-50\\/70 { border-bottom-color: #fdf2f8b3; } @@ -212902,6 +292386,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fdf2f8cc; } +.border-b-pink-50\\/85 { + border-bottom-color: #fdf2f8d9; +} + .border-b-pink-50\\/90 { border-bottom-color: #fdf2f8e6; } @@ -212927,6 +292415,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec4899; } +.border-b-pink-500\\/15 { + border-bottom-color: #ec489926; +} + .border-b-pink-500\\/20 { border-bottom-color: #ec489933; } @@ -212939,10 +292431,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec48994d; } +.border-b-pink-500\\/35 { + border-bottom-color: #ec489959; +} + .border-b-pink-500\\/40 { border-bottom-color: #ec489966; } +.border-b-pink-500\\/45 { + border-bottom-color: #ec489973; +} + .border-b-pink-500\\/5 { border-bottom-color: #ec48990d; } @@ -212951,10 +292451,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec489980; } +.border-b-pink-500\\/55 { + border-bottom-color: #ec48998c; +} + .border-b-pink-500\\/60 { border-bottom-color: #ec489999; } +.border-b-pink-500\\/65 { + border-bottom-color: #ec4899a6; +} + .border-b-pink-500\\/70 { border-bottom-color: #ec4899b3; } @@ -212967,6 +292475,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ec4899cc; } +.border-b-pink-500\\/85 { + border-bottom-color: #ec4899d9; +} + .border-b-pink-500\\/90 { border-bottom-color: #ec4899e6; } @@ -212992,6 +292504,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db2777; } +.border-b-pink-600\\/15 { + border-bottom-color: #db277726; +} + .border-b-pink-600\\/20 { border-bottom-color: #db277733; } @@ -213004,10 +292520,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db27774d; } +.border-b-pink-600\\/35 { + border-bottom-color: #db277759; +} + .border-b-pink-600\\/40 { border-bottom-color: #db277766; } +.border-b-pink-600\\/45 { + border-bottom-color: #db277773; +} + .border-b-pink-600\\/5 { border-bottom-color: #db27770d; } @@ -213016,10 +292540,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db277780; } +.border-b-pink-600\\/55 { + border-bottom-color: #db27778c; +} + .border-b-pink-600\\/60 { border-bottom-color: #db277799; } +.border-b-pink-600\\/65 { + border-bottom-color: #db2777a6; +} + .border-b-pink-600\\/70 { border-bottom-color: #db2777b3; } @@ -213032,6 +292564,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #db2777cc; } +.border-b-pink-600\\/85 { + border-bottom-color: #db2777d9; +} + .border-b-pink-600\\/90 { border-bottom-color: #db2777e6; } @@ -213057,6 +292593,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185d; } +.border-b-pink-700\\/15 { + border-bottom-color: #be185d26; +} + .border-b-pink-700\\/20 { border-bottom-color: #be185d33; } @@ -213069,10 +292609,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185d4d; } +.border-b-pink-700\\/35 { + border-bottom-color: #be185d59; +} + .border-b-pink-700\\/40 { border-bottom-color: #be185d66; } +.border-b-pink-700\\/45 { + border-bottom-color: #be185d73; +} + .border-b-pink-700\\/5 { border-bottom-color: #be185d0d; } @@ -213081,10 +292629,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185d80; } +.border-b-pink-700\\/55 { + border-bottom-color: #be185d8c; +} + .border-b-pink-700\\/60 { border-bottom-color: #be185d99; } +.border-b-pink-700\\/65 { + border-bottom-color: #be185da6; +} + .border-b-pink-700\\/70 { border-bottom-color: #be185db3; } @@ -213097,6 +292653,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be185dcc; } +.border-b-pink-700\\/85 { + border-bottom-color: #be185dd9; +} + .border-b-pink-700\\/90 { border-bottom-color: #be185de6; } @@ -213122,6 +292682,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174d; } +.border-b-pink-800\\/15 { + border-bottom-color: #9d174d26; +} + .border-b-pink-800\\/20 { border-bottom-color: #9d174d33; } @@ -213134,10 +292698,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174d4d; } +.border-b-pink-800\\/35 { + border-bottom-color: #9d174d59; +} + .border-b-pink-800\\/40 { border-bottom-color: #9d174d66; } +.border-b-pink-800\\/45 { + border-bottom-color: #9d174d73; +} + .border-b-pink-800\\/5 { border-bottom-color: #9d174d0d; } @@ -213146,10 +292718,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174d80; } +.border-b-pink-800\\/55 { + border-bottom-color: #9d174d8c; +} + .border-b-pink-800\\/60 { border-bottom-color: #9d174d99; } +.border-b-pink-800\\/65 { + border-bottom-color: #9d174da6; +} + .border-b-pink-800\\/70 { border-bottom-color: #9d174db3; } @@ -213162,6 +292742,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9d174dcc; } +.border-b-pink-800\\/85 { + border-bottom-color: #9d174dd9; +} + .border-b-pink-800\\/90 { border-bottom-color: #9d174de6; } @@ -213187,6 +292771,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #831843; } +.border-b-pink-900\\/15 { + border-bottom-color: #83184326; +} + .border-b-pink-900\\/20 { border-bottom-color: #83184333; } @@ -213199,10 +292787,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8318434d; } +.border-b-pink-900\\/35 { + border-bottom-color: #83184359; +} + .border-b-pink-900\\/40 { border-bottom-color: #83184366; } +.border-b-pink-900\\/45 { + border-bottom-color: #83184373; +} + .border-b-pink-900\\/5 { border-bottom-color: #8318430d; } @@ -213211,10 +292807,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #83184380; } +.border-b-pink-900\\/55 { + border-bottom-color: #8318438c; +} + .border-b-pink-900\\/60 { border-bottom-color: #83184399; } +.border-b-pink-900\\/65 { + border-bottom-color: #831843a6; +} + .border-b-pink-900\\/70 { border-bottom-color: #831843b3; } @@ -213227,6 +292831,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #831843cc; } +.border-b-pink-900\\/85 { + border-bottom-color: #831843d9; +} + .border-b-pink-900\\/90 { border-bottom-color: #831843e6; } @@ -213252,6 +292860,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #500724; } +.border-b-pink-950\\/15 { + border-bottom-color: #50072426; +} + .border-b-pink-950\\/20 { border-bottom-color: #50072433; } @@ -213264,10 +292876,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5007244d; } +.border-b-pink-950\\/35 { + border-bottom-color: #50072459; +} + .border-b-pink-950\\/40 { border-bottom-color: #50072466; } +.border-b-pink-950\\/45 { + border-bottom-color: #50072473; +} + .border-b-pink-950\\/5 { border-bottom-color: #5007240d; } @@ -213276,10 +292896,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #50072480; } +.border-b-pink-950\\/55 { + border-bottom-color: #5007248c; +} + .border-b-pink-950\\/60 { border-bottom-color: #50072499; } +.border-b-pink-950\\/65 { + border-bottom-color: #500724a6; +} + .border-b-pink-950\\/70 { border-bottom-color: #500724b3; } @@ -213292,6 +292920,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #500724cc; } +.border-b-pink-950\\/85 { + border-bottom-color: #500724d9; +} + .border-b-pink-950\\/90 { border-bottom-color: #500724e6; } @@ -213317,6 +292949,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ff; } +.border-b-purple-100\\/15 { + border-bottom-color: #f3e8ff26; +} + .border-b-purple-100\\/20 { border-bottom-color: #f3e8ff33; } @@ -213329,10 +292965,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ff4d; } +.border-b-purple-100\\/35 { + border-bottom-color: #f3e8ff59; +} + .border-b-purple-100\\/40 { border-bottom-color: #f3e8ff66; } +.border-b-purple-100\\/45 { + border-bottom-color: #f3e8ff73; +} + .border-b-purple-100\\/5 { border-bottom-color: #f3e8ff0d; } @@ -213341,10 +292985,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ff80; } +.border-b-purple-100\\/55 { + border-bottom-color: #f3e8ff8c; +} + .border-b-purple-100\\/60 { border-bottom-color: #f3e8ff99; } +.border-b-purple-100\\/65 { + border-bottom-color: #f3e8ffa6; +} + .border-b-purple-100\\/70 { border-bottom-color: #f3e8ffb3; } @@ -213357,6 +293009,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f3e8ffcc; } +.border-b-purple-100\\/85 { + border-bottom-color: #f3e8ffd9; +} + .border-b-purple-100\\/90 { border-bottom-color: #f3e8ffe6; } @@ -213382,6 +293038,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ff; } +.border-b-purple-200\\/15 { + border-bottom-color: #e9d5ff26; +} + .border-b-purple-200\\/20 { border-bottom-color: #e9d5ff33; } @@ -213394,10 +293054,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ff4d; } +.border-b-purple-200\\/35 { + border-bottom-color: #e9d5ff59; +} + .border-b-purple-200\\/40 { border-bottom-color: #e9d5ff66; } +.border-b-purple-200\\/45 { + border-bottom-color: #e9d5ff73; +} + .border-b-purple-200\\/5 { border-bottom-color: #e9d5ff0d; } @@ -213406,10 +293074,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ff80; } +.border-b-purple-200\\/55 { + border-bottom-color: #e9d5ff8c; +} + .border-b-purple-200\\/60 { border-bottom-color: #e9d5ff99; } +.border-b-purple-200\\/65 { + border-bottom-color: #e9d5ffa6; +} + .border-b-purple-200\\/70 { border-bottom-color: #e9d5ffb3; } @@ -213422,6 +293098,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e9d5ffcc; } +.border-b-purple-200\\/85 { + border-bottom-color: #e9d5ffd9; +} + .border-b-purple-200\\/90 { border-bottom-color: #e9d5ffe6; } @@ -213447,6 +293127,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fe; } +.border-b-purple-300\\/15 { + border-bottom-color: #d8b4fe26; +} + .border-b-purple-300\\/20 { border-bottom-color: #d8b4fe33; } @@ -213459,10 +293143,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fe4d; } +.border-b-purple-300\\/35 { + border-bottom-color: #d8b4fe59; +} + .border-b-purple-300\\/40 { border-bottom-color: #d8b4fe66; } +.border-b-purple-300\\/45 { + border-bottom-color: #d8b4fe73; +} + .border-b-purple-300\\/5 { border-bottom-color: #d8b4fe0d; } @@ -213471,10 +293163,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fe80; } +.border-b-purple-300\\/55 { + border-bottom-color: #d8b4fe8c; +} + .border-b-purple-300\\/60 { border-bottom-color: #d8b4fe99; } +.border-b-purple-300\\/65 { + border-bottom-color: #d8b4fea6; +} + .border-b-purple-300\\/70 { border-bottom-color: #d8b4feb3; } @@ -213487,6 +293187,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d8b4fecc; } +.border-b-purple-300\\/85 { + border-bottom-color: #d8b4fed9; +} + .border-b-purple-300\\/90 { border-bottom-color: #d8b4fee6; } @@ -213512,6 +293216,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fc; } +.border-b-purple-400\\/15 { + border-bottom-color: #c084fc26; +} + .border-b-purple-400\\/20 { border-bottom-color: #c084fc33; } @@ -213524,10 +293232,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fc4d; } +.border-b-purple-400\\/35 { + border-bottom-color: #c084fc59; +} + .border-b-purple-400\\/40 { border-bottom-color: #c084fc66; } +.border-b-purple-400\\/45 { + border-bottom-color: #c084fc73; +} + .border-b-purple-400\\/5 { border-bottom-color: #c084fc0d; } @@ -213536,10 +293252,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fc80; } +.border-b-purple-400\\/55 { + border-bottom-color: #c084fc8c; +} + .border-b-purple-400\\/60 { border-bottom-color: #c084fc99; } +.border-b-purple-400\\/65 { + border-bottom-color: #c084fca6; +} + .border-b-purple-400\\/70 { border-bottom-color: #c084fcb3; } @@ -213552,6 +293276,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c084fccc; } +.border-b-purple-400\\/85 { + border-bottom-color: #c084fcd9; +} + .border-b-purple-400\\/90 { border-bottom-color: #c084fce6; } @@ -213577,6 +293305,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ff; } +.border-b-purple-50\\/15 { + border-bottom-color: #faf5ff26; +} + .border-b-purple-50\\/20 { border-bottom-color: #faf5ff33; } @@ -213589,10 +293321,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ff4d; } +.border-b-purple-50\\/35 { + border-bottom-color: #faf5ff59; +} + .border-b-purple-50\\/40 { border-bottom-color: #faf5ff66; } +.border-b-purple-50\\/45 { + border-bottom-color: #faf5ff73; +} + .border-b-purple-50\\/5 { border-bottom-color: #faf5ff0d; } @@ -213601,10 +293341,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ff80; } +.border-b-purple-50\\/55 { + border-bottom-color: #faf5ff8c; +} + .border-b-purple-50\\/60 { border-bottom-color: #faf5ff99; } +.border-b-purple-50\\/65 { + border-bottom-color: #faf5ffa6; +} + .border-b-purple-50\\/70 { border-bottom-color: #faf5ffb3; } @@ -213617,6 +293365,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #faf5ffcc; } +.border-b-purple-50\\/85 { + border-bottom-color: #faf5ffd9; +} + .border-b-purple-50\\/90 { border-bottom-color: #faf5ffe6; } @@ -213642,6 +293394,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f7; } +.border-b-purple-500\\/15 { + border-bottom-color: #a855f726; +} + .border-b-purple-500\\/20 { border-bottom-color: #a855f733; } @@ -213654,10 +293410,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f74d; } +.border-b-purple-500\\/35 { + border-bottom-color: #a855f759; +} + .border-b-purple-500\\/40 { border-bottom-color: #a855f766; } +.border-b-purple-500\\/45 { + border-bottom-color: #a855f773; +} + .border-b-purple-500\\/5 { border-bottom-color: #a855f70d; } @@ -213666,10 +293430,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f780; } +.border-b-purple-500\\/55 { + border-bottom-color: #a855f78c; +} + .border-b-purple-500\\/60 { border-bottom-color: #a855f799; } +.border-b-purple-500\\/65 { + border-bottom-color: #a855f7a6; +} + .border-b-purple-500\\/70 { border-bottom-color: #a855f7b3; } @@ -213682,6 +293454,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a855f7cc; } +.border-b-purple-500\\/85 { + border-bottom-color: #a855f7d9; +} + .border-b-purple-500\\/90 { border-bottom-color: #a855f7e6; } @@ -213707,6 +293483,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333ea; } +.border-b-purple-600\\/15 { + border-bottom-color: #9333ea26; +} + .border-b-purple-600\\/20 { border-bottom-color: #9333ea33; } @@ -213719,10 +293499,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333ea4d; } +.border-b-purple-600\\/35 { + border-bottom-color: #9333ea59; +} + .border-b-purple-600\\/40 { border-bottom-color: #9333ea66; } +.border-b-purple-600\\/45 { + border-bottom-color: #9333ea73; +} + .border-b-purple-600\\/5 { border-bottom-color: #9333ea0d; } @@ -213731,10 +293519,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333ea80; } +.border-b-purple-600\\/55 { + border-bottom-color: #9333ea8c; +} + .border-b-purple-600\\/60 { border-bottom-color: #9333ea99; } +.border-b-purple-600\\/65 { + border-bottom-color: #9333eaa6; +} + .border-b-purple-600\\/70 { border-bottom-color: #9333eab3; } @@ -213747,6 +293543,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9333eacc; } +.border-b-purple-600\\/85 { + border-bottom-color: #9333ead9; +} + .border-b-purple-600\\/90 { border-bottom-color: #9333eae6; } @@ -213772,6 +293572,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22ce; } +.border-b-purple-700\\/15 { + border-bottom-color: #7e22ce26; +} + .border-b-purple-700\\/20 { border-bottom-color: #7e22ce33; } @@ -213784,10 +293588,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22ce4d; } +.border-b-purple-700\\/35 { + border-bottom-color: #7e22ce59; +} + .border-b-purple-700\\/40 { border-bottom-color: #7e22ce66; } +.border-b-purple-700\\/45 { + border-bottom-color: #7e22ce73; +} + .border-b-purple-700\\/5 { border-bottom-color: #7e22ce0d; } @@ -213796,10 +293608,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22ce80; } +.border-b-purple-700\\/55 { + border-bottom-color: #7e22ce8c; +} + .border-b-purple-700\\/60 { border-bottom-color: #7e22ce99; } +.border-b-purple-700\\/65 { + border-bottom-color: #7e22cea6; +} + .border-b-purple-700\\/70 { border-bottom-color: #7e22ceb3; } @@ -213812,6 +293632,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7e22cecc; } +.border-b-purple-700\\/85 { + border-bottom-color: #7e22ced9; +} + .border-b-purple-700\\/90 { border-bottom-color: #7e22cee6; } @@ -213837,6 +293661,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a8; } +.border-b-purple-800\\/15 { + border-bottom-color: #6b21a826; +} + .border-b-purple-800\\/20 { border-bottom-color: #6b21a833; } @@ -213849,10 +293677,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a84d; } +.border-b-purple-800\\/35 { + border-bottom-color: #6b21a859; +} + .border-b-purple-800\\/40 { border-bottom-color: #6b21a866; } +.border-b-purple-800\\/45 { + border-bottom-color: #6b21a873; +} + .border-b-purple-800\\/5 { border-bottom-color: #6b21a80d; } @@ -213861,10 +293697,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a880; } +.border-b-purple-800\\/55 { + border-bottom-color: #6b21a88c; +} + .border-b-purple-800\\/60 { border-bottom-color: #6b21a899; } +.border-b-purple-800\\/65 { + border-bottom-color: #6b21a8a6; +} + .border-b-purple-800\\/70 { border-bottom-color: #6b21a8b3; } @@ -213877,6 +293721,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6b21a8cc; } +.border-b-purple-800\\/85 { + border-bottom-color: #6b21a8d9; +} + .border-b-purple-800\\/90 { border-bottom-color: #6b21a8e6; } @@ -213902,6 +293750,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c87; } +.border-b-purple-900\\/15 { + border-bottom-color: #581c8726; +} + .border-b-purple-900\\/20 { border-bottom-color: #581c8733; } @@ -213914,10 +293766,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c874d; } +.border-b-purple-900\\/35 { + border-bottom-color: #581c8759; +} + .border-b-purple-900\\/40 { border-bottom-color: #581c8766; } +.border-b-purple-900\\/45 { + border-bottom-color: #581c8773; +} + .border-b-purple-900\\/5 { border-bottom-color: #581c870d; } @@ -213926,10 +293786,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c8780; } +.border-b-purple-900\\/55 { + border-bottom-color: #581c878c; +} + .border-b-purple-900\\/60 { border-bottom-color: #581c8799; } +.border-b-purple-900\\/65 { + border-bottom-color: #581c87a6; +} + .border-b-purple-900\\/70 { border-bottom-color: #581c87b3; } @@ -213942,6 +293810,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #581c87cc; } +.border-b-purple-900\\/85 { + border-bottom-color: #581c87d9; +} + .border-b-purple-900\\/90 { border-bottom-color: #581c87e6; } @@ -213967,6 +293839,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b0764; } +.border-b-purple-950\\/15 { + border-bottom-color: #3b076426; +} + .border-b-purple-950\\/20 { border-bottom-color: #3b076433; } @@ -213979,10 +293855,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b07644d; } +.border-b-purple-950\\/35 { + border-bottom-color: #3b076459; +} + .border-b-purple-950\\/40 { border-bottom-color: #3b076466; } +.border-b-purple-950\\/45 { + border-bottom-color: #3b076473; +} + .border-b-purple-950\\/5 { border-bottom-color: #3b07640d; } @@ -213991,10 +293875,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b076480; } +.border-b-purple-950\\/55 { + border-bottom-color: #3b07648c; +} + .border-b-purple-950\\/60 { border-bottom-color: #3b076499; } +.border-b-purple-950\\/65 { + border-bottom-color: #3b0764a6; +} + .border-b-purple-950\\/70 { border-bottom-color: #3b0764b3; } @@ -214007,6 +293899,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3b0764cc; } +.border-b-purple-950\\/85 { + border-bottom-color: #3b0764d9; +} + .border-b-purple-950\\/90 { border-bottom-color: #3b0764e6; } @@ -214032,6 +293928,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e2; } +.border-b-red-100\\/15 { + border-bottom-color: #fee2e226; +} + .border-b-red-100\\/20 { border-bottom-color: #fee2e233; } @@ -214044,10 +293944,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e24d; } +.border-b-red-100\\/35 { + border-bottom-color: #fee2e259; +} + .border-b-red-100\\/40 { border-bottom-color: #fee2e266; } +.border-b-red-100\\/45 { + border-bottom-color: #fee2e273; +} + .border-b-red-100\\/5 { border-bottom-color: #fee2e20d; } @@ -214056,10 +293964,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e280; } +.border-b-red-100\\/55 { + border-bottom-color: #fee2e28c; +} + .border-b-red-100\\/60 { border-bottom-color: #fee2e299; } +.border-b-red-100\\/65 { + border-bottom-color: #fee2e2a6; +} + .border-b-red-100\\/70 { border-bottom-color: #fee2e2b3; } @@ -214072,6 +293988,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fee2e2cc; } +.border-b-red-100\\/85 { + border-bottom-color: #fee2e2d9; +} + .border-b-red-100\\/90 { border-bottom-color: #fee2e2e6; } @@ -214097,6 +294017,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecaca; } +.border-b-red-200\\/15 { + border-bottom-color: #fecaca26; +} + .border-b-red-200\\/20 { border-bottom-color: #fecaca33; } @@ -214109,10 +294033,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecaca4d; } +.border-b-red-200\\/35 { + border-bottom-color: #fecaca59; +} + .border-b-red-200\\/40 { border-bottom-color: #fecaca66; } +.border-b-red-200\\/45 { + border-bottom-color: #fecaca73; +} + .border-b-red-200\\/5 { border-bottom-color: #fecaca0d; } @@ -214121,10 +294053,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecaca80; } +.border-b-red-200\\/55 { + border-bottom-color: #fecaca8c; +} + .border-b-red-200\\/60 { border-bottom-color: #fecaca99; } +.border-b-red-200\\/65 { + border-bottom-color: #fecacaa6; +} + .border-b-red-200\\/70 { border-bottom-color: #fecacab3; } @@ -214137,6 +294077,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecacacc; } +.border-b-red-200\\/85 { + border-bottom-color: #fecacad9; +} + .border-b-red-200\\/90 { border-bottom-color: #fecacae6; } @@ -214162,6 +294106,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a5; } +.border-b-red-300\\/15 { + border-bottom-color: #fca5a526; +} + .border-b-red-300\\/20 { border-bottom-color: #fca5a533; } @@ -214174,10 +294122,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a54d; } +.border-b-red-300\\/35 { + border-bottom-color: #fca5a559; +} + .border-b-red-300\\/40 { border-bottom-color: #fca5a566; } +.border-b-red-300\\/45 { + border-bottom-color: #fca5a573; +} + .border-b-red-300\\/5 { border-bottom-color: #fca5a50d; } @@ -214186,10 +294142,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a580; } +.border-b-red-300\\/55 { + border-bottom-color: #fca5a58c; +} + .border-b-red-300\\/60 { border-bottom-color: #fca5a599; } +.border-b-red-300\\/65 { + border-bottom-color: #fca5a5a6; +} + .border-b-red-300\\/70 { border-bottom-color: #fca5a5b3; } @@ -214202,6 +294166,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fca5a5cc; } +.border-b-red-300\\/85 { + border-bottom-color: #fca5a5d9; +} + .border-b-red-300\\/90 { border-bottom-color: #fca5a5e6; } @@ -214227,6 +294195,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f87171; } +.border-b-red-400\\/15 { + border-bottom-color: #f8717126; +} + .border-b-red-400\\/20 { border-bottom-color: #f8717133; } @@ -214239,10 +294211,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f871714d; } +.border-b-red-400\\/35 { + border-bottom-color: #f8717159; +} + .border-b-red-400\\/40 { border-bottom-color: #f8717166; } +.border-b-red-400\\/45 { + border-bottom-color: #f8717173; +} + .border-b-red-400\\/5 { border-bottom-color: #f871710d; } @@ -214251,10 +294231,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8717180; } +.border-b-red-400\\/55 { + border-bottom-color: #f871718c; +} + .border-b-red-400\\/60 { border-bottom-color: #f8717199; } +.border-b-red-400\\/65 { + border-bottom-color: #f87171a6; +} + .border-b-red-400\\/70 { border-bottom-color: #f87171b3; } @@ -214267,6 +294255,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f87171cc; } +.border-b-red-400\\/85 { + border-bottom-color: #f87171d9; +} + .border-b-red-400\\/90 { border-bottom-color: #f87171e6; } @@ -214292,6 +294284,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f2; } +.border-b-red-50\\/15 { + border-bottom-color: #fef2f226; +} + .border-b-red-50\\/20 { border-bottom-color: #fef2f233; } @@ -214304,10 +294300,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f24d; } +.border-b-red-50\\/35 { + border-bottom-color: #fef2f259; +} + .border-b-red-50\\/40 { border-bottom-color: #fef2f266; } +.border-b-red-50\\/45 { + border-bottom-color: #fef2f273; +} + .border-b-red-50\\/5 { border-bottom-color: #fef2f20d; } @@ -214316,10 +294320,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f280; } +.border-b-red-50\\/55 { + border-bottom-color: #fef2f28c; +} + .border-b-red-50\\/60 { border-bottom-color: #fef2f299; } +.border-b-red-50\\/65 { + border-bottom-color: #fef2f2a6; +} + .border-b-red-50\\/70 { border-bottom-color: #fef2f2b3; } @@ -214332,6 +294344,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef2f2cc; } +.border-b-red-50\\/85 { + border-bottom-color: #fef2f2d9; +} + .border-b-red-50\\/90 { border-bottom-color: #fef2f2e6; } @@ -214357,6 +294373,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef4444; } +.border-b-red-500\\/15 { + border-bottom-color: #ef444426; +} + .border-b-red-500\\/20 { border-bottom-color: #ef444433; } @@ -214369,10 +294389,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef44444d; } +.border-b-red-500\\/35 { + border-bottom-color: #ef444459; +} + .border-b-red-500\\/40 { border-bottom-color: #ef444466; } +.border-b-red-500\\/45 { + border-bottom-color: #ef444473; +} + .border-b-red-500\\/5 { border-bottom-color: #ef44440d; } @@ -214381,10 +294409,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef444480; } +.border-b-red-500\\/55 { + border-bottom-color: #ef44448c; +} + .border-b-red-500\\/60 { border-bottom-color: #ef444499; } +.border-b-red-500\\/65 { + border-bottom-color: #ef4444a6; +} + .border-b-red-500\\/70 { border-bottom-color: #ef4444b3; } @@ -214397,6 +294433,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ef4444cc; } +.border-b-red-500\\/85 { + border-bottom-color: #ef4444d9; +} + .border-b-red-500\\/90 { border-bottom-color: #ef4444e6; } @@ -214422,6 +294462,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc2626; } +.border-b-red-600\\/15 { + border-bottom-color: #dc262626; +} + .border-b-red-600\\/20 { border-bottom-color: #dc262633; } @@ -214434,10 +294478,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc26264d; } +.border-b-red-600\\/35 { + border-bottom-color: #dc262659; +} + .border-b-red-600\\/40 { border-bottom-color: #dc262666; } +.border-b-red-600\\/45 { + border-bottom-color: #dc262673; +} + .border-b-red-600\\/5 { border-bottom-color: #dc26260d; } @@ -214446,10 +294498,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc262680; } +.border-b-red-600\\/55 { + border-bottom-color: #dc26268c; +} + .border-b-red-600\\/60 { border-bottom-color: #dc262699; } +.border-b-red-600\\/65 { + border-bottom-color: #dc2626a6; +} + .border-b-red-600\\/70 { border-bottom-color: #dc2626b3; } @@ -214462,6 +294522,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #dc2626cc; } +.border-b-red-600\\/85 { + border-bottom-color: #dc2626d9; +} + .border-b-red-600\\/90 { border-bottom-color: #dc2626e6; } @@ -214487,6 +294551,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1c; } +.border-b-red-700\\/15 { + border-bottom-color: #b91c1c26; +} + .border-b-red-700\\/20 { border-bottom-color: #b91c1c33; } @@ -214499,10 +294567,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1c4d; } +.border-b-red-700\\/35 { + border-bottom-color: #b91c1c59; +} + .border-b-red-700\\/40 { border-bottom-color: #b91c1c66; } +.border-b-red-700\\/45 { + border-bottom-color: #b91c1c73; +} + .border-b-red-700\\/5 { border-bottom-color: #b91c1c0d; } @@ -214511,10 +294587,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1c80; } +.border-b-red-700\\/55 { + border-bottom-color: #b91c1c8c; +} + .border-b-red-700\\/60 { border-bottom-color: #b91c1c99; } +.border-b-red-700\\/65 { + border-bottom-color: #b91c1ca6; +} + .border-b-red-700\\/70 { border-bottom-color: #b91c1cb3; } @@ -214527,6 +294611,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #b91c1ccc; } +.border-b-red-700\\/85 { + border-bottom-color: #b91c1cd9; +} + .border-b-red-700\\/90 { border-bottom-color: #b91c1ce6; } @@ -214552,6 +294640,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1b; } +.border-b-red-800\\/15 { + border-bottom-color: #991b1b26; +} + .border-b-red-800\\/20 { border-bottom-color: #991b1b33; } @@ -214564,10 +294656,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1b4d; } +.border-b-red-800\\/35 { + border-bottom-color: #991b1b59; +} + .border-b-red-800\\/40 { border-bottom-color: #991b1b66; } +.border-b-red-800\\/45 { + border-bottom-color: #991b1b73; +} + .border-b-red-800\\/5 { border-bottom-color: #991b1b0d; } @@ -214576,10 +294676,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1b80; } +.border-b-red-800\\/55 { + border-bottom-color: #991b1b8c; +} + .border-b-red-800\\/60 { border-bottom-color: #991b1b99; } +.border-b-red-800\\/65 { + border-bottom-color: #991b1ba6; +} + .border-b-red-800\\/70 { border-bottom-color: #991b1bb3; } @@ -214592,6 +294700,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #991b1bcc; } +.border-b-red-800\\/85 { + border-bottom-color: #991b1bd9; +} + .border-b-red-800\\/90 { border-bottom-color: #991b1be6; } @@ -214617,6 +294729,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1d; } +.border-b-red-900\\/15 { + border-bottom-color: #7f1d1d26; +} + .border-b-red-900\\/20 { border-bottom-color: #7f1d1d33; } @@ -214629,10 +294745,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1d4d; } +.border-b-red-900\\/35 { + border-bottom-color: #7f1d1d59; +} + .border-b-red-900\\/40 { border-bottom-color: #7f1d1d66; } +.border-b-red-900\\/45 { + border-bottom-color: #7f1d1d73; +} + .border-b-red-900\\/5 { border-bottom-color: #7f1d1d0d; } @@ -214641,10 +294765,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1d80; } +.border-b-red-900\\/55 { + border-bottom-color: #7f1d1d8c; +} + .border-b-red-900\\/60 { border-bottom-color: #7f1d1d99; } +.border-b-red-900\\/65 { + border-bottom-color: #7f1d1da6; +} + .border-b-red-900\\/70 { border-bottom-color: #7f1d1db3; } @@ -214657,6 +294789,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7f1d1dcc; } +.border-b-red-900\\/85 { + border-bottom-color: #7f1d1dd9; +} + .border-b-red-900\\/90 { border-bottom-color: #7f1d1de6; } @@ -214682,6 +294818,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0a; } +.border-b-red-950\\/15 { + border-bottom-color: #450a0a26; +} + .border-b-red-950\\/20 { border-bottom-color: #450a0a33; } @@ -214694,10 +294834,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0a4d; } +.border-b-red-950\\/35 { + border-bottom-color: #450a0a59; +} + .border-b-red-950\\/40 { border-bottom-color: #450a0a66; } +.border-b-red-950\\/45 { + border-bottom-color: #450a0a73; +} + .border-b-red-950\\/5 { border-bottom-color: #450a0a0d; } @@ -214706,10 +294854,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0a80; } +.border-b-red-950\\/55 { + border-bottom-color: #450a0a8c; +} + .border-b-red-950\\/60 { border-bottom-color: #450a0a99; } +.border-b-red-950\\/65 { + border-bottom-color: #450a0aa6; +} + .border-b-red-950\\/70 { border-bottom-color: #450a0ab3; } @@ -214722,6 +294878,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #450a0acc; } +.border-b-red-950\\/85 { + border-bottom-color: #450a0ad9; +} + .border-b-red-950\\/90 { border-bottom-color: #450a0ae6; } @@ -214747,6 +294907,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e6; } +.border-b-rose-100\\/15 { + border-bottom-color: #ffe4e626; +} + .border-b-rose-100\\/20 { border-bottom-color: #ffe4e633; } @@ -214759,10 +294923,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e64d; } +.border-b-rose-100\\/35 { + border-bottom-color: #ffe4e659; +} + .border-b-rose-100\\/40 { border-bottom-color: #ffe4e666; } +.border-b-rose-100\\/45 { + border-bottom-color: #ffe4e673; +} + .border-b-rose-100\\/5 { border-bottom-color: #ffe4e60d; } @@ -214771,10 +294943,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e680; } +.border-b-rose-100\\/55 { + border-bottom-color: #ffe4e68c; +} + .border-b-rose-100\\/60 { border-bottom-color: #ffe4e699; } +.border-b-rose-100\\/65 { + border-bottom-color: #ffe4e6a6; +} + .border-b-rose-100\\/70 { border-bottom-color: #ffe4e6b3; } @@ -214787,6 +294967,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffe4e6cc; } +.border-b-rose-100\\/85 { + border-bottom-color: #ffe4e6d9; +} + .border-b-rose-100\\/90 { border-bottom-color: #ffe4e6e6; } @@ -214812,6 +294996,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd3; } +.border-b-rose-200\\/15 { + border-bottom-color: #fecdd326; +} + .border-b-rose-200\\/20 { border-bottom-color: #fecdd333; } @@ -214824,10 +295012,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd34d; } +.border-b-rose-200\\/35 { + border-bottom-color: #fecdd359; +} + .border-b-rose-200\\/40 { border-bottom-color: #fecdd366; } +.border-b-rose-200\\/45 { + border-bottom-color: #fecdd373; +} + .border-b-rose-200\\/5 { border-bottom-color: #fecdd30d; } @@ -214836,10 +295032,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd380; } +.border-b-rose-200\\/55 { + border-bottom-color: #fecdd38c; +} + .border-b-rose-200\\/60 { border-bottom-color: #fecdd399; } +.border-b-rose-200\\/65 { + border-bottom-color: #fecdd3a6; +} + .border-b-rose-200\\/70 { border-bottom-color: #fecdd3b3; } @@ -214852,6 +295056,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fecdd3cc; } +.border-b-rose-200\\/85 { + border-bottom-color: #fecdd3d9; +} + .border-b-rose-200\\/90 { border-bottom-color: #fecdd3e6; } @@ -214877,6 +295085,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4af; } +.border-b-rose-300\\/15 { + border-bottom-color: #fda4af26; +} + .border-b-rose-300\\/20 { border-bottom-color: #fda4af33; } @@ -214889,10 +295101,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4af4d; } +.border-b-rose-300\\/35 { + border-bottom-color: #fda4af59; +} + .border-b-rose-300\\/40 { border-bottom-color: #fda4af66; } +.border-b-rose-300\\/45 { + border-bottom-color: #fda4af73; +} + .border-b-rose-300\\/5 { border-bottom-color: #fda4af0d; } @@ -214901,10 +295121,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4af80; } +.border-b-rose-300\\/55 { + border-bottom-color: #fda4af8c; +} + .border-b-rose-300\\/60 { border-bottom-color: #fda4af99; } +.border-b-rose-300\\/65 { + border-bottom-color: #fda4afa6; +} + .border-b-rose-300\\/70 { border-bottom-color: #fda4afb3; } @@ -214917,6 +295145,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fda4afcc; } +.border-b-rose-300\\/85 { + border-bottom-color: #fda4afd9; +} + .border-b-rose-300\\/90 { border-bottom-color: #fda4afe6; } @@ -214942,6 +295174,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb7185; } +.border-b-rose-400\\/15 { + border-bottom-color: #fb718526; +} + .border-b-rose-400\\/20 { border-bottom-color: #fb718533; } @@ -214954,10 +295190,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb71854d; } +.border-b-rose-400\\/35 { + border-bottom-color: #fb718559; +} + .border-b-rose-400\\/40 { border-bottom-color: #fb718566; } +.border-b-rose-400\\/45 { + border-bottom-color: #fb718573; +} + .border-b-rose-400\\/5 { border-bottom-color: #fb71850d; } @@ -214966,10 +295210,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb718580; } +.border-b-rose-400\\/55 { + border-bottom-color: #fb71858c; +} + .border-b-rose-400\\/60 { border-bottom-color: #fb718599; } +.border-b-rose-400\\/65 { + border-bottom-color: #fb7185a6; +} + .border-b-rose-400\\/70 { border-bottom-color: #fb7185b3; } @@ -214982,6 +295234,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fb7185cc; } +.border-b-rose-400\\/85 { + border-bottom-color: #fb7185d9; +} + .border-b-rose-400\\/90 { border-bottom-color: #fb7185e6; } @@ -215007,6 +295263,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f2; } +.border-b-rose-50\\/15 { + border-bottom-color: #fff1f226; +} + .border-b-rose-50\\/20 { border-bottom-color: #fff1f233; } @@ -215019,10 +295279,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f24d; } +.border-b-rose-50\\/35 { + border-bottom-color: #fff1f259; +} + .border-b-rose-50\\/40 { border-bottom-color: #fff1f266; } +.border-b-rose-50\\/45 { + border-bottom-color: #fff1f273; +} + .border-b-rose-50\\/5 { border-bottom-color: #fff1f20d; } @@ -215031,10 +295299,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f280; } +.border-b-rose-50\\/55 { + border-bottom-color: #fff1f28c; +} + .border-b-rose-50\\/60 { border-bottom-color: #fff1f299; } +.border-b-rose-50\\/65 { + border-bottom-color: #fff1f2a6; +} + .border-b-rose-50\\/70 { border-bottom-color: #fff1f2b3; } @@ -215047,6 +295323,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff1f2cc; } +.border-b-rose-50\\/85 { + border-bottom-color: #fff1f2d9; +} + .border-b-rose-50\\/90 { border-bottom-color: #fff1f2e6; } @@ -215072,6 +295352,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5e; } +.border-b-rose-500\\/15 { + border-bottom-color: #f43f5e26; +} + .border-b-rose-500\\/20 { border-bottom-color: #f43f5e33; } @@ -215084,10 +295368,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5e4d; } +.border-b-rose-500\\/35 { + border-bottom-color: #f43f5e59; +} + .border-b-rose-500\\/40 { border-bottom-color: #f43f5e66; } +.border-b-rose-500\\/45 { + border-bottom-color: #f43f5e73; +} + .border-b-rose-500\\/5 { border-bottom-color: #f43f5e0d; } @@ -215096,10 +295388,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5e80; } +.border-b-rose-500\\/55 { + border-bottom-color: #f43f5e8c; +} + .border-b-rose-500\\/60 { border-bottom-color: #f43f5e99; } +.border-b-rose-500\\/65 { + border-bottom-color: #f43f5ea6; +} + .border-b-rose-500\\/70 { border-bottom-color: #f43f5eb3; } @@ -215112,6 +295412,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f43f5ecc; } +.border-b-rose-500\\/85 { + border-bottom-color: #f43f5ed9; +} + .border-b-rose-500\\/90 { border-bottom-color: #f43f5ee6; } @@ -215137,6 +295441,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d48; } +.border-b-rose-600\\/15 { + border-bottom-color: #e11d4826; +} + .border-b-rose-600\\/20 { border-bottom-color: #e11d4833; } @@ -215149,10 +295457,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d484d; } +.border-b-rose-600\\/35 { + border-bottom-color: #e11d4859; +} + .border-b-rose-600\\/40 { border-bottom-color: #e11d4866; } +.border-b-rose-600\\/45 { + border-bottom-color: #e11d4873; +} + .border-b-rose-600\\/5 { border-bottom-color: #e11d480d; } @@ -215161,10 +295477,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d4880; } +.border-b-rose-600\\/55 { + border-bottom-color: #e11d488c; +} + .border-b-rose-600\\/60 { border-bottom-color: #e11d4899; } +.border-b-rose-600\\/65 { + border-bottom-color: #e11d48a6; +} + .border-b-rose-600\\/70 { border-bottom-color: #e11d48b3; } @@ -215177,6 +295501,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e11d48cc; } +.border-b-rose-600\\/85 { + border-bottom-color: #e11d48d9; +} + .border-b-rose-600\\/90 { border-bottom-color: #e11d48e6; } @@ -215202,6 +295530,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123c; } +.border-b-rose-700\\/15 { + border-bottom-color: #be123c26; +} + .border-b-rose-700\\/20 { border-bottom-color: #be123c33; } @@ -215214,10 +295546,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123c4d; } +.border-b-rose-700\\/35 { + border-bottom-color: #be123c59; +} + .border-b-rose-700\\/40 { border-bottom-color: #be123c66; } +.border-b-rose-700\\/45 { + border-bottom-color: #be123c73; +} + .border-b-rose-700\\/5 { border-bottom-color: #be123c0d; } @@ -215226,10 +295566,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123c80; } +.border-b-rose-700\\/55 { + border-bottom-color: #be123c8c; +} + .border-b-rose-700\\/60 { border-bottom-color: #be123c99; } +.border-b-rose-700\\/65 { + border-bottom-color: #be123ca6; +} + .border-b-rose-700\\/70 { border-bottom-color: #be123cb3; } @@ -215242,6 +295590,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #be123ccc; } +.border-b-rose-700\\/85 { + border-bottom-color: #be123cd9; +} + .border-b-rose-700\\/90 { border-bottom-color: #be123ce6; } @@ -215267,6 +295619,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f1239; } +.border-b-rose-800\\/15 { + border-bottom-color: #9f123926; +} + .border-b-rose-800\\/20 { border-bottom-color: #9f123933; } @@ -215279,10 +295635,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f12394d; } +.border-b-rose-800\\/35 { + border-bottom-color: #9f123959; +} + .border-b-rose-800\\/40 { border-bottom-color: #9f123966; } +.border-b-rose-800\\/45 { + border-bottom-color: #9f123973; +} + .border-b-rose-800\\/5 { border-bottom-color: #9f12390d; } @@ -215291,10 +295655,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f123980; } +.border-b-rose-800\\/55 { + border-bottom-color: #9f12398c; +} + .border-b-rose-800\\/60 { border-bottom-color: #9f123999; } +.border-b-rose-800\\/65 { + border-bottom-color: #9f1239a6; +} + .border-b-rose-800\\/70 { border-bottom-color: #9f1239b3; } @@ -215307,6 +295679,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #9f1239cc; } +.border-b-rose-800\\/85 { + border-bottom-color: #9f1239d9; +} + .border-b-rose-800\\/90 { border-bottom-color: #9f1239e6; } @@ -215332,6 +295708,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #881337; } +.border-b-rose-900\\/15 { + border-bottom-color: #88133726; +} + .border-b-rose-900\\/20 { border-bottom-color: #88133733; } @@ -215344,10 +295724,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8813374d; } +.border-b-rose-900\\/35 { + border-bottom-color: #88133759; +} + .border-b-rose-900\\/40 { border-bottom-color: #88133766; } +.border-b-rose-900\\/45 { + border-bottom-color: #88133773; +} + .border-b-rose-900\\/5 { border-bottom-color: #8813370d; } @@ -215356,10 +295744,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #88133780; } +.border-b-rose-900\\/55 { + border-bottom-color: #8813378c; +} + .border-b-rose-900\\/60 { border-bottom-color: #88133799; } +.border-b-rose-900\\/65 { + border-bottom-color: #881337a6; +} + .border-b-rose-900\\/70 { border-bottom-color: #881337b3; } @@ -215372,6 +295768,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #881337cc; } +.border-b-rose-900\\/85 { + border-bottom-color: #881337d9; +} + .border-b-rose-900\\/90 { border-bottom-color: #881337e6; } @@ -215397,6 +295797,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c0519; } +.border-b-rose-950\\/15 { + border-bottom-color: #4c051926; +} + .border-b-rose-950\\/20 { border-bottom-color: #4c051933; } @@ -215409,10 +295813,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c05194d; } +.border-b-rose-950\\/35 { + border-bottom-color: #4c051959; +} + .border-b-rose-950\\/40 { border-bottom-color: #4c051966; } +.border-b-rose-950\\/45 { + border-bottom-color: #4c051973; +} + .border-b-rose-950\\/5 { border-bottom-color: #4c05190d; } @@ -215421,10 +295833,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c051980; } +.border-b-rose-950\\/55 { + border-bottom-color: #4c05198c; +} + .border-b-rose-950\\/60 { border-bottom-color: #4c051999; } +.border-b-rose-950\\/65 { + border-bottom-color: #4c0519a6; +} + .border-b-rose-950\\/70 { border-bottom-color: #4c0519b3; } @@ -215437,6 +295857,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c0519cc; } +.border-b-rose-950\\/85 { + border-bottom-color: #4c0519d9; +} + .border-b-rose-950\\/90 { border-bottom-color: #4c0519e6; } @@ -215462,6 +295886,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fe; } +.border-b-sky-100\\/15 { + border-bottom-color: #e0f2fe26; +} + .border-b-sky-100\\/20 { border-bottom-color: #e0f2fe33; } @@ -215474,10 +295902,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fe4d; } +.border-b-sky-100\\/35 { + border-bottom-color: #e0f2fe59; +} + .border-b-sky-100\\/40 { border-bottom-color: #e0f2fe66; } +.border-b-sky-100\\/45 { + border-bottom-color: #e0f2fe73; +} + .border-b-sky-100\\/5 { border-bottom-color: #e0f2fe0d; } @@ -215486,10 +295922,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fe80; } +.border-b-sky-100\\/55 { + border-bottom-color: #e0f2fe8c; +} + .border-b-sky-100\\/60 { border-bottom-color: #e0f2fe99; } +.border-b-sky-100\\/65 { + border-bottom-color: #e0f2fea6; +} + .border-b-sky-100\\/70 { border-bottom-color: #e0f2feb3; } @@ -215502,6 +295946,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e0f2fecc; } +.border-b-sky-100\\/85 { + border-bottom-color: #e0f2fed9; +} + .border-b-sky-100\\/90 { border-bottom-color: #e0f2fee6; } @@ -215527,6 +295975,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fd; } +.border-b-sky-200\\/15 { + border-bottom-color: #bae6fd26; +} + .border-b-sky-200\\/20 { border-bottom-color: #bae6fd33; } @@ -215539,10 +295991,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fd4d; } +.border-b-sky-200\\/35 { + border-bottom-color: #bae6fd59; +} + .border-b-sky-200\\/40 { border-bottom-color: #bae6fd66; } +.border-b-sky-200\\/45 { + border-bottom-color: #bae6fd73; +} + .border-b-sky-200\\/5 { border-bottom-color: #bae6fd0d; } @@ -215551,10 +296011,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fd80; } +.border-b-sky-200\\/55 { + border-bottom-color: #bae6fd8c; +} + .border-b-sky-200\\/60 { border-bottom-color: #bae6fd99; } +.border-b-sky-200\\/65 { + border-bottom-color: #bae6fda6; +} + .border-b-sky-200\\/70 { border-bottom-color: #bae6fdb3; } @@ -215567,6 +296035,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #bae6fdcc; } +.border-b-sky-200\\/85 { + border-bottom-color: #bae6fdd9; +} + .border-b-sky-200\\/90 { border-bottom-color: #bae6fde6; } @@ -215592,6 +296064,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fc; } +.border-b-sky-300\\/15 { + border-bottom-color: #7dd3fc26; +} + .border-b-sky-300\\/20 { border-bottom-color: #7dd3fc33; } @@ -215604,10 +296080,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fc4d; } +.border-b-sky-300\\/35 { + border-bottom-color: #7dd3fc59; +} + .border-b-sky-300\\/40 { border-bottom-color: #7dd3fc66; } +.border-b-sky-300\\/45 { + border-bottom-color: #7dd3fc73; +} + .border-b-sky-300\\/5 { border-bottom-color: #7dd3fc0d; } @@ -215616,10 +296100,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fc80; } +.border-b-sky-300\\/55 { + border-bottom-color: #7dd3fc8c; +} + .border-b-sky-300\\/60 { border-bottom-color: #7dd3fc99; } +.border-b-sky-300\\/65 { + border-bottom-color: #7dd3fca6; +} + .border-b-sky-300\\/70 { border-bottom-color: #7dd3fcb3; } @@ -215632,6 +296124,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7dd3fccc; } +.border-b-sky-300\\/85 { + border-bottom-color: #7dd3fcd9; +} + .border-b-sky-300\\/90 { border-bottom-color: #7dd3fce6; } @@ -215657,6 +296153,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf8; } +.border-b-sky-400\\/15 { + border-bottom-color: #38bdf826; +} + .border-b-sky-400\\/20 { border-bottom-color: #38bdf833; } @@ -215669,10 +296169,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf84d; } +.border-b-sky-400\\/35 { + border-bottom-color: #38bdf859; +} + .border-b-sky-400\\/40 { border-bottom-color: #38bdf866; } +.border-b-sky-400\\/45 { + border-bottom-color: #38bdf873; +} + .border-b-sky-400\\/5 { border-bottom-color: #38bdf80d; } @@ -215681,10 +296189,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf880; } +.border-b-sky-400\\/55 { + border-bottom-color: #38bdf88c; +} + .border-b-sky-400\\/60 { border-bottom-color: #38bdf899; } +.border-b-sky-400\\/65 { + border-bottom-color: #38bdf8a6; +} + .border-b-sky-400\\/70 { border-bottom-color: #38bdf8b3; } @@ -215697,6 +296213,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #38bdf8cc; } +.border-b-sky-400\\/85 { + border-bottom-color: #38bdf8d9; +} + .border-b-sky-400\\/90 { border-bottom-color: #38bdf8e6; } @@ -215722,6 +296242,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ff; } +.border-b-sky-50\\/15 { + border-bottom-color: #f0f9ff26; +} + .border-b-sky-50\\/20 { border-bottom-color: #f0f9ff33; } @@ -215734,10 +296258,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ff4d; } +.border-b-sky-50\\/35 { + border-bottom-color: #f0f9ff59; +} + .border-b-sky-50\\/40 { border-bottom-color: #f0f9ff66; } +.border-b-sky-50\\/45 { + border-bottom-color: #f0f9ff73; +} + .border-b-sky-50\\/5 { border-bottom-color: #f0f9ff0d; } @@ -215746,10 +296278,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ff80; } +.border-b-sky-50\\/55 { + border-bottom-color: #f0f9ff8c; +} + .border-b-sky-50\\/60 { border-bottom-color: #f0f9ff99; } +.border-b-sky-50\\/65 { + border-bottom-color: #f0f9ffa6; +} + .border-b-sky-50\\/70 { border-bottom-color: #f0f9ffb3; } @@ -215762,6 +296302,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0f9ffcc; } +.border-b-sky-50\\/85 { + border-bottom-color: #f0f9ffd9; +} + .border-b-sky-50\\/90 { border-bottom-color: #f0f9ffe6; } @@ -215787,6 +296331,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e9; } +.border-b-sky-500\\/15 { + border-bottom-color: #0ea5e926; +} + .border-b-sky-500\\/20 { border-bottom-color: #0ea5e933; } @@ -215799,10 +296347,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e94d; } +.border-b-sky-500\\/35 { + border-bottom-color: #0ea5e959; +} + .border-b-sky-500\\/40 { border-bottom-color: #0ea5e966; } +.border-b-sky-500\\/45 { + border-bottom-color: #0ea5e973; +} + .border-b-sky-500\\/5 { border-bottom-color: #0ea5e90d; } @@ -215811,10 +296367,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e980; } +.border-b-sky-500\\/55 { + border-bottom-color: #0ea5e98c; +} + .border-b-sky-500\\/60 { border-bottom-color: #0ea5e999; } +.border-b-sky-500\\/65 { + border-bottom-color: #0ea5e9a6; +} + .border-b-sky-500\\/70 { border-bottom-color: #0ea5e9b3; } @@ -215827,6 +296391,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0ea5e9cc; } +.border-b-sky-500\\/85 { + border-bottom-color: #0ea5e9d9; +} + .border-b-sky-500\\/90 { border-bottom-color: #0ea5e9e6; } @@ -215852,6 +296420,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c7; } +.border-b-sky-600\\/15 { + border-bottom-color: #0284c726; +} + .border-b-sky-600\\/20 { border-bottom-color: #0284c733; } @@ -215864,10 +296436,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c74d; } +.border-b-sky-600\\/35 { + border-bottom-color: #0284c759; +} + .border-b-sky-600\\/40 { border-bottom-color: #0284c766; } +.border-b-sky-600\\/45 { + border-bottom-color: #0284c773; +} + .border-b-sky-600\\/5 { border-bottom-color: #0284c70d; } @@ -215876,10 +296456,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c780; } +.border-b-sky-600\\/55 { + border-bottom-color: #0284c78c; +} + .border-b-sky-600\\/60 { border-bottom-color: #0284c799; } +.border-b-sky-600\\/65 { + border-bottom-color: #0284c7a6; +} + .border-b-sky-600\\/70 { border-bottom-color: #0284c7b3; } @@ -215892,6 +296480,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0284c7cc; } +.border-b-sky-600\\/85 { + border-bottom-color: #0284c7d9; +} + .border-b-sky-600\\/90 { border-bottom-color: #0284c7e6; } @@ -215917,6 +296509,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a1; } +.border-b-sky-700\\/15 { + border-bottom-color: #0369a126; +} + .border-b-sky-700\\/20 { border-bottom-color: #0369a133; } @@ -215929,10 +296525,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a14d; } +.border-b-sky-700\\/35 { + border-bottom-color: #0369a159; +} + .border-b-sky-700\\/40 { border-bottom-color: #0369a166; } +.border-b-sky-700\\/45 { + border-bottom-color: #0369a173; +} + .border-b-sky-700\\/5 { border-bottom-color: #0369a10d; } @@ -215941,10 +296545,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a180; } +.border-b-sky-700\\/55 { + border-bottom-color: #0369a18c; +} + .border-b-sky-700\\/60 { border-bottom-color: #0369a199; } +.border-b-sky-700\\/65 { + border-bottom-color: #0369a1a6; +} + .border-b-sky-700\\/70 { border-bottom-color: #0369a1b3; } @@ -215957,6 +296569,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0369a1cc; } +.border-b-sky-700\\/85 { + border-bottom-color: #0369a1d9; +} + .border-b-sky-700\\/90 { border-bottom-color: #0369a1e6; } @@ -215982,6 +296598,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #075985; } +.border-b-sky-800\\/15 { + border-bottom-color: #07598526; +} + .border-b-sky-800\\/20 { border-bottom-color: #07598533; } @@ -215994,10 +296614,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0759854d; } +.border-b-sky-800\\/35 { + border-bottom-color: #07598559; +} + .border-b-sky-800\\/40 { border-bottom-color: #07598566; } +.border-b-sky-800\\/45 { + border-bottom-color: #07598573; +} + .border-b-sky-800\\/5 { border-bottom-color: #0759850d; } @@ -216006,10 +296634,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #07598580; } +.border-b-sky-800\\/55 { + border-bottom-color: #0759858c; +} + .border-b-sky-800\\/60 { border-bottom-color: #07598599; } +.border-b-sky-800\\/65 { + border-bottom-color: #075985a6; +} + .border-b-sky-800\\/70 { border-bottom-color: #075985b3; } @@ -216022,6 +296658,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #075985cc; } +.border-b-sky-800\\/85 { + border-bottom-color: #075985d9; +} + .border-b-sky-800\\/90 { border-bottom-color: #075985e6; } @@ -216047,6 +296687,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6e; } +.border-b-sky-900\\/15 { + border-bottom-color: #0c4a6e26; +} + .border-b-sky-900\\/20 { border-bottom-color: #0c4a6e33; } @@ -216059,10 +296703,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6e4d; } +.border-b-sky-900\\/35 { + border-bottom-color: #0c4a6e59; +} + .border-b-sky-900\\/40 { border-bottom-color: #0c4a6e66; } +.border-b-sky-900\\/45 { + border-bottom-color: #0c4a6e73; +} + .border-b-sky-900\\/5 { border-bottom-color: #0c4a6e0d; } @@ -216071,10 +296723,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6e80; } +.border-b-sky-900\\/55 { + border-bottom-color: #0c4a6e8c; +} + .border-b-sky-900\\/60 { border-bottom-color: #0c4a6e99; } +.border-b-sky-900\\/65 { + border-bottom-color: #0c4a6ea6; +} + .border-b-sky-900\\/70 { border-bottom-color: #0c4a6eb3; } @@ -216087,6 +296747,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c4a6ecc; } +.border-b-sky-900\\/85 { + border-bottom-color: #0c4a6ed9; +} + .border-b-sky-900\\/90 { border-bottom-color: #0c4a6ee6; } @@ -216112,6 +296776,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f49; } +.border-b-sky-950\\/15 { + border-bottom-color: #082f4926; +} + .border-b-sky-950\\/20 { border-bottom-color: #082f4933; } @@ -216124,10 +296792,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f494d; } +.border-b-sky-950\\/35 { + border-bottom-color: #082f4959; +} + .border-b-sky-950\\/40 { border-bottom-color: #082f4966; } +.border-b-sky-950\\/45 { + border-bottom-color: #082f4973; +} + .border-b-sky-950\\/5 { border-bottom-color: #082f490d; } @@ -216136,10 +296812,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f4980; } +.border-b-sky-950\\/55 { + border-bottom-color: #082f498c; +} + .border-b-sky-950\\/60 { border-bottom-color: #082f4999; } +.border-b-sky-950\\/65 { + border-bottom-color: #082f49a6; +} + .border-b-sky-950\\/70 { border-bottom-color: #082f49b3; } @@ -216152,6 +296836,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #082f49cc; } +.border-b-sky-950\\/85 { + border-bottom-color: #082f49d9; +} + .border-b-sky-950\\/90 { border-bottom-color: #082f49e6; } @@ -216177,6 +296865,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f9; } +.border-b-slate-100\\/15 { + border-bottom-color: #f1f5f926; +} + .border-b-slate-100\\/20 { border-bottom-color: #f1f5f933; } @@ -216189,10 +296881,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f94d; } +.border-b-slate-100\\/35 { + border-bottom-color: #f1f5f959; +} + .border-b-slate-100\\/40 { border-bottom-color: #f1f5f966; } +.border-b-slate-100\\/45 { + border-bottom-color: #f1f5f973; +} + .border-b-slate-100\\/5 { border-bottom-color: #f1f5f90d; } @@ -216201,10 +296901,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f980; } +.border-b-slate-100\\/55 { + border-bottom-color: #f1f5f98c; +} + .border-b-slate-100\\/60 { border-bottom-color: #f1f5f999; } +.border-b-slate-100\\/65 { + border-bottom-color: #f1f5f9a6; +} + .border-b-slate-100\\/70 { border-bottom-color: #f1f5f9b3; } @@ -216217,6 +296925,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f1f5f9cc; } +.border-b-slate-100\\/85 { + border-bottom-color: #f1f5f9d9; +} + .border-b-slate-100\\/90 { border-bottom-color: #f1f5f9e6; } @@ -216242,6 +296954,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f0; } +.border-b-slate-200\\/15 { + border-bottom-color: #e2e8f026; +} + .border-b-slate-200\\/20 { border-bottom-color: #e2e8f033; } @@ -216254,10 +296970,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f04d; } +.border-b-slate-200\\/35 { + border-bottom-color: #e2e8f059; +} + .border-b-slate-200\\/40 { border-bottom-color: #e2e8f066; } +.border-b-slate-200\\/45 { + border-bottom-color: #e2e8f073; +} + .border-b-slate-200\\/5 { border-bottom-color: #e2e8f00d; } @@ -216266,10 +296990,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f080; } +.border-b-slate-200\\/55 { + border-bottom-color: #e2e8f08c; +} + .border-b-slate-200\\/60 { border-bottom-color: #e2e8f099; } +.border-b-slate-200\\/65 { + border-bottom-color: #e2e8f0a6; +} + .border-b-slate-200\\/70 { border-bottom-color: #e2e8f0b3; } @@ -216282,6 +297014,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e2e8f0cc; } +.border-b-slate-200\\/85 { + border-bottom-color: #e2e8f0d9; +} + .border-b-slate-200\\/90 { border-bottom-color: #e2e8f0e6; } @@ -216307,6 +297043,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e1; } +.border-b-slate-300\\/15 { + border-bottom-color: #cbd5e126; +} + .border-b-slate-300\\/20 { border-bottom-color: #cbd5e133; } @@ -216319,10 +297059,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e14d; } +.border-b-slate-300\\/35 { + border-bottom-color: #cbd5e159; +} + .border-b-slate-300\\/40 { border-bottom-color: #cbd5e166; } +.border-b-slate-300\\/45 { + border-bottom-color: #cbd5e173; +} + .border-b-slate-300\\/5 { border-bottom-color: #cbd5e10d; } @@ -216331,10 +297079,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e180; } +.border-b-slate-300\\/55 { + border-bottom-color: #cbd5e18c; +} + .border-b-slate-300\\/60 { border-bottom-color: #cbd5e199; } +.border-b-slate-300\\/65 { + border-bottom-color: #cbd5e1a6; +} + .border-b-slate-300\\/70 { border-bottom-color: #cbd5e1b3; } @@ -216347,6 +297103,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #cbd5e1cc; } +.border-b-slate-300\\/85 { + border-bottom-color: #cbd5e1d9; +} + .border-b-slate-300\\/90 { border-bottom-color: #cbd5e1e6; } @@ -216372,6 +297132,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b8; } +.border-b-slate-400\\/15 { + border-bottom-color: #94a3b826; +} + .border-b-slate-400\\/20 { border-bottom-color: #94a3b833; } @@ -216384,10 +297148,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b84d; } +.border-b-slate-400\\/35 { + border-bottom-color: #94a3b859; +} + .border-b-slate-400\\/40 { border-bottom-color: #94a3b866; } +.border-b-slate-400\\/45 { + border-bottom-color: #94a3b873; +} + .border-b-slate-400\\/5 { border-bottom-color: #94a3b80d; } @@ -216396,10 +297168,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b880; } +.border-b-slate-400\\/55 { + border-bottom-color: #94a3b88c; +} + .border-b-slate-400\\/60 { border-bottom-color: #94a3b899; } +.border-b-slate-400\\/65 { + border-bottom-color: #94a3b8a6; +} + .border-b-slate-400\\/70 { border-bottom-color: #94a3b8b3; } @@ -216412,6 +297192,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #94a3b8cc; } +.border-b-slate-400\\/85 { + border-bottom-color: #94a3b8d9; +} + .border-b-slate-400\\/90 { border-bottom-color: #94a3b8e6; } @@ -216437,6 +297221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafc; } +.border-b-slate-50\\/15 { + border-bottom-color: #f8fafc26; +} + .border-b-slate-50\\/20 { border-bottom-color: #f8fafc33; } @@ -216449,10 +297237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafc4d; } +.border-b-slate-50\\/35 { + border-bottom-color: #f8fafc59; +} + .border-b-slate-50\\/40 { border-bottom-color: #f8fafc66; } +.border-b-slate-50\\/45 { + border-bottom-color: #f8fafc73; +} + .border-b-slate-50\\/5 { border-bottom-color: #f8fafc0d; } @@ -216461,10 +297257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafc80; } +.border-b-slate-50\\/55 { + border-bottom-color: #f8fafc8c; +} + .border-b-slate-50\\/60 { border-bottom-color: #f8fafc99; } +.border-b-slate-50\\/65 { + border-bottom-color: #f8fafca6; +} + .border-b-slate-50\\/70 { border-bottom-color: #f8fafcb3; } @@ -216477,6 +297281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f8fafccc; } +.border-b-slate-50\\/85 { + border-bottom-color: #f8fafcd9; +} + .border-b-slate-50\\/90 { border-bottom-color: #f8fafce6; } @@ -216502,6 +297310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748b; } +.border-b-slate-500\\/15 { + border-bottom-color: #64748b26; +} + .border-b-slate-500\\/20 { border-bottom-color: #64748b33; } @@ -216514,10 +297326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748b4d; } +.border-b-slate-500\\/35 { + border-bottom-color: #64748b59; +} + .border-b-slate-500\\/40 { border-bottom-color: #64748b66; } +.border-b-slate-500\\/45 { + border-bottom-color: #64748b73; +} + .border-b-slate-500\\/5 { border-bottom-color: #64748b0d; } @@ -216526,10 +297346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748b80; } +.border-b-slate-500\\/55 { + border-bottom-color: #64748b8c; +} + .border-b-slate-500\\/60 { border-bottom-color: #64748b99; } +.border-b-slate-500\\/65 { + border-bottom-color: #64748ba6; +} + .border-b-slate-500\\/70 { border-bottom-color: #64748bb3; } @@ -216542,6 +297370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #64748bcc; } +.border-b-slate-500\\/85 { + border-bottom-color: #64748bd9; +} + .border-b-slate-500\\/90 { border-bottom-color: #64748be6; } @@ -216567,6 +297399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #475569; } +.border-b-slate-600\\/15 { + border-bottom-color: #47556926; +} + .border-b-slate-600\\/20 { border-bottom-color: #47556933; } @@ -216579,10 +297415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4755694d; } +.border-b-slate-600\\/35 { + border-bottom-color: #47556959; +} + .border-b-slate-600\\/40 { border-bottom-color: #47556966; } +.border-b-slate-600\\/45 { + border-bottom-color: #47556973; +} + .border-b-slate-600\\/5 { border-bottom-color: #4755690d; } @@ -216591,10 +297435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #47556980; } +.border-b-slate-600\\/55 { + border-bottom-color: #4755698c; +} + .border-b-slate-600\\/60 { border-bottom-color: #47556999; } +.border-b-slate-600\\/65 { + border-bottom-color: #475569a6; +} + .border-b-slate-600\\/70 { border-bottom-color: #475569b3; } @@ -216607,6 +297459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #475569cc; } +.border-b-slate-600\\/85 { + border-bottom-color: #475569d9; +} + .border-b-slate-600\\/90 { border-bottom-color: #475569e6; } @@ -216632,6 +297488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #334155; } +.border-b-slate-700\\/15 { + border-bottom-color: #33415526; +} + .border-b-slate-700\\/20 { border-bottom-color: #33415533; } @@ -216644,10 +297504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3341554d; } +.border-b-slate-700\\/35 { + border-bottom-color: #33415559; +} + .border-b-slate-700\\/40 { border-bottom-color: #33415566; } +.border-b-slate-700\\/45 { + border-bottom-color: #33415573; +} + .border-b-slate-700\\/5 { border-bottom-color: #3341550d; } @@ -216656,10 +297524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #33415580; } +.border-b-slate-700\\/55 { + border-bottom-color: #3341558c; +} + .border-b-slate-700\\/60 { border-bottom-color: #33415599; } +.border-b-slate-700\\/65 { + border-bottom-color: #334155a6; +} + .border-b-slate-700\\/70 { border-bottom-color: #334155b3; } @@ -216672,6 +297548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #334155cc; } +.border-b-slate-700\\/85 { + border-bottom-color: #334155d9; +} + .border-b-slate-700\\/90 { border-bottom-color: #334155e6; } @@ -216697,6 +297577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293b; } +.border-b-slate-800\\/15 { + border-bottom-color: #1e293b26; +} + .border-b-slate-800\\/20 { border-bottom-color: #1e293b33; } @@ -216709,10 +297593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293b4d; } +.border-b-slate-800\\/35 { + border-bottom-color: #1e293b59; +} + .border-b-slate-800\\/40 { border-bottom-color: #1e293b66; } +.border-b-slate-800\\/45 { + border-bottom-color: #1e293b73; +} + .border-b-slate-800\\/5 { border-bottom-color: #1e293b0d; } @@ -216721,10 +297613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293b80; } +.border-b-slate-800\\/55 { + border-bottom-color: #1e293b8c; +} + .border-b-slate-800\\/60 { border-bottom-color: #1e293b99; } +.border-b-slate-800\\/65 { + border-bottom-color: #1e293ba6; +} + .border-b-slate-800\\/70 { border-bottom-color: #1e293bb3; } @@ -216737,6 +297637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1e293bcc; } +.border-b-slate-800\\/85 { + border-bottom-color: #1e293bd9; +} + .border-b-slate-800\\/90 { border-bottom-color: #1e293be6; } @@ -216762,6 +297666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172a; } +.border-b-slate-900\\/15 { + border-bottom-color: #0f172a26; +} + .border-b-slate-900\\/20 { border-bottom-color: #0f172a33; } @@ -216774,10 +297682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172a4d; } +.border-b-slate-900\\/35 { + border-bottom-color: #0f172a59; +} + .border-b-slate-900\\/40 { border-bottom-color: #0f172a66; } +.border-b-slate-900\\/45 { + border-bottom-color: #0f172a73; +} + .border-b-slate-900\\/5 { border-bottom-color: #0f172a0d; } @@ -216786,10 +297702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172a80; } +.border-b-slate-900\\/55 { + border-bottom-color: #0f172a8c; +} + .border-b-slate-900\\/60 { border-bottom-color: #0f172a99; } +.border-b-slate-900\\/65 { + border-bottom-color: #0f172aa6; +} + .border-b-slate-900\\/70 { border-bottom-color: #0f172ab3; } @@ -216802,6 +297726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f172acc; } +.border-b-slate-900\\/85 { + border-bottom-color: #0f172ad9; +} + .border-b-slate-900\\/90 { border-bottom-color: #0f172ae6; } @@ -216827,6 +297755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #020617; } +.border-b-slate-950\\/15 { + border-bottom-color: #02061726; +} + .border-b-slate-950\\/20 { border-bottom-color: #02061733; } @@ -216839,10 +297771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0206174d; } +.border-b-slate-950\\/35 { + border-bottom-color: #02061759; +} + .border-b-slate-950\\/40 { border-bottom-color: #02061766; } +.border-b-slate-950\\/45 { + border-bottom-color: #02061773; +} + .border-b-slate-950\\/5 { border-bottom-color: #0206170d; } @@ -216851,10 +297791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #02061780; } +.border-b-slate-950\\/55 { + border-bottom-color: #0206178c; +} + .border-b-slate-950\\/60 { border-bottom-color: #02061799; } +.border-b-slate-950\\/65 { + border-bottom-color: #020617a6; +} + .border-b-slate-950\\/70 { border-bottom-color: #020617b3; } @@ -216867,6 +297815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #020617cc; } +.border-b-slate-950\\/85 { + border-bottom-color: #020617d9; +} + .border-b-slate-950\\/90 { border-bottom-color: #020617e6; } @@ -216892,6 +297844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f4; } +.border-b-stone-100\\/15 { + border-bottom-color: #f5f5f426; +} + .border-b-stone-100\\/20 { border-bottom-color: #f5f5f433; } @@ -216904,10 +297860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f44d; } +.border-b-stone-100\\/35 { + border-bottom-color: #f5f5f459; +} + .border-b-stone-100\\/40 { border-bottom-color: #f5f5f466; } +.border-b-stone-100\\/45 { + border-bottom-color: #f5f5f473; +} + .border-b-stone-100\\/5 { border-bottom-color: #f5f5f40d; } @@ -216916,10 +297880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f480; } +.border-b-stone-100\\/55 { + border-bottom-color: #f5f5f48c; +} + .border-b-stone-100\\/60 { border-bottom-color: #f5f5f499; } +.border-b-stone-100\\/65 { + border-bottom-color: #f5f5f4a6; +} + .border-b-stone-100\\/70 { border-bottom-color: #f5f5f4b3; } @@ -216932,6 +297904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f5f4cc; } +.border-b-stone-100\\/85 { + border-bottom-color: #f5f5f4d9; +} + .border-b-stone-100\\/90 { border-bottom-color: #f5f5f4e6; } @@ -216957,6 +297933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e4; } +.border-b-stone-200\\/15 { + border-bottom-color: #e7e5e426; +} + .border-b-stone-200\\/20 { border-bottom-color: #e7e5e433; } @@ -216969,10 +297949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e44d; } +.border-b-stone-200\\/35 { + border-bottom-color: #e7e5e459; +} + .border-b-stone-200\\/40 { border-bottom-color: #e7e5e466; } +.border-b-stone-200\\/45 { + border-bottom-color: #e7e5e473; +} + .border-b-stone-200\\/5 { border-bottom-color: #e7e5e40d; } @@ -216981,10 +297969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e480; } +.border-b-stone-200\\/55 { + border-bottom-color: #e7e5e48c; +} + .border-b-stone-200\\/60 { border-bottom-color: #e7e5e499; } +.border-b-stone-200\\/65 { + border-bottom-color: #e7e5e4a6; +} + .border-b-stone-200\\/70 { border-bottom-color: #e7e5e4b3; } @@ -216997,6 +297993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e7e5e4cc; } +.border-b-stone-200\\/85 { + border-bottom-color: #e7e5e4d9; +} + .border-b-stone-200\\/90 { border-bottom-color: #e7e5e4e6; } @@ -217022,6 +298022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d1; } +.border-b-stone-300\\/15 { + border-bottom-color: #d6d3d126; +} + .border-b-stone-300\\/20 { border-bottom-color: #d6d3d133; } @@ -217034,10 +298038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d14d; } +.border-b-stone-300\\/35 { + border-bottom-color: #d6d3d159; +} + .border-b-stone-300\\/40 { border-bottom-color: #d6d3d166; } +.border-b-stone-300\\/45 { + border-bottom-color: #d6d3d173; +} + .border-b-stone-300\\/5 { border-bottom-color: #d6d3d10d; } @@ -217046,10 +298058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d180; } +.border-b-stone-300\\/55 { + border-bottom-color: #d6d3d18c; +} + .border-b-stone-300\\/60 { border-bottom-color: #d6d3d199; } +.border-b-stone-300\\/65 { + border-bottom-color: #d6d3d1a6; +} + .border-b-stone-300\\/70 { border-bottom-color: #d6d3d1b3; } @@ -217062,6 +298082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d6d3d1cc; } +.border-b-stone-300\\/85 { + border-bottom-color: #d6d3d1d9; +} + .border-b-stone-300\\/90 { border-bottom-color: #d6d3d1e6; } @@ -217087,6 +298111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29e; } +.border-b-stone-400\\/15 { + border-bottom-color: #a8a29e26; +} + .border-b-stone-400\\/20 { border-bottom-color: #a8a29e33; } @@ -217099,10 +298127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29e4d; } +.border-b-stone-400\\/35 { + border-bottom-color: #a8a29e59; +} + .border-b-stone-400\\/40 { border-bottom-color: #a8a29e66; } +.border-b-stone-400\\/45 { + border-bottom-color: #a8a29e73; +} + .border-b-stone-400\\/5 { border-bottom-color: #a8a29e0d; } @@ -217111,10 +298147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29e80; } +.border-b-stone-400\\/55 { + border-bottom-color: #a8a29e8c; +} + .border-b-stone-400\\/60 { border-bottom-color: #a8a29e99; } +.border-b-stone-400\\/65 { + border-bottom-color: #a8a29ea6; +} + .border-b-stone-400\\/70 { border-bottom-color: #a8a29eb3; } @@ -217127,6 +298171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a8a29ecc; } +.border-b-stone-400\\/85 { + border-bottom-color: #a8a29ed9; +} + .border-b-stone-400\\/90 { border-bottom-color: #a8a29ee6; } @@ -217152,6 +298200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf9; } +.border-b-stone-50\\/15 { + border-bottom-color: #fafaf926; +} + .border-b-stone-50\\/20 { border-bottom-color: #fafaf933; } @@ -217164,10 +298216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf94d; } +.border-b-stone-50\\/35 { + border-bottom-color: #fafaf959; +} + .border-b-stone-50\\/40 { border-bottom-color: #fafaf966; } +.border-b-stone-50\\/45 { + border-bottom-color: #fafaf973; +} + .border-b-stone-50\\/5 { border-bottom-color: #fafaf90d; } @@ -217176,10 +298236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf980; } +.border-b-stone-50\\/55 { + border-bottom-color: #fafaf98c; +} + .border-b-stone-50\\/60 { border-bottom-color: #fafaf999; } +.border-b-stone-50\\/65 { + border-bottom-color: #fafaf9a6; +} + .border-b-stone-50\\/70 { border-bottom-color: #fafaf9b3; } @@ -217192,6 +298260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafaf9cc; } +.border-b-stone-50\\/85 { + border-bottom-color: #fafaf9d9; +} + .border-b-stone-50\\/90 { border-bottom-color: #fafaf9e6; } @@ -217217,6 +298289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716c; } +.border-b-stone-500\\/15 { + border-bottom-color: #78716c26; +} + .border-b-stone-500\\/20 { border-bottom-color: #78716c33; } @@ -217229,10 +298305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716c4d; } +.border-b-stone-500\\/35 { + border-bottom-color: #78716c59; +} + .border-b-stone-500\\/40 { border-bottom-color: #78716c66; } +.border-b-stone-500\\/45 { + border-bottom-color: #78716c73; +} + .border-b-stone-500\\/5 { border-bottom-color: #78716c0d; } @@ -217241,10 +298325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716c80; } +.border-b-stone-500\\/55 { + border-bottom-color: #78716c8c; +} + .border-b-stone-500\\/60 { border-bottom-color: #78716c99; } +.border-b-stone-500\\/65 { + border-bottom-color: #78716ca6; +} + .border-b-stone-500\\/70 { border-bottom-color: #78716cb3; } @@ -217257,6 +298349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #78716ccc; } +.border-b-stone-500\\/85 { + border-bottom-color: #78716cd9; +} + .border-b-stone-500\\/90 { border-bottom-color: #78716ce6; } @@ -217282,6 +298378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534e; } +.border-b-stone-600\\/15 { + border-bottom-color: #57534e26; +} + .border-b-stone-600\\/20 { border-bottom-color: #57534e33; } @@ -217294,10 +298394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534e4d; } +.border-b-stone-600\\/35 { + border-bottom-color: #57534e59; +} + .border-b-stone-600\\/40 { border-bottom-color: #57534e66; } +.border-b-stone-600\\/45 { + border-bottom-color: #57534e73; +} + .border-b-stone-600\\/5 { border-bottom-color: #57534e0d; } @@ -217306,10 +298414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534e80; } +.border-b-stone-600\\/55 { + border-bottom-color: #57534e8c; +} + .border-b-stone-600\\/60 { border-bottom-color: #57534e99; } +.border-b-stone-600\\/65 { + border-bottom-color: #57534ea6; +} + .border-b-stone-600\\/70 { border-bottom-color: #57534eb3; } @@ -217322,6 +298438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #57534ecc; } +.border-b-stone-600\\/85 { + border-bottom-color: #57534ed9; +} + .border-b-stone-600\\/90 { border-bottom-color: #57534ee6; } @@ -217347,6 +298467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403c; } +.border-b-stone-700\\/15 { + border-bottom-color: #44403c26; +} + .border-b-stone-700\\/20 { border-bottom-color: #44403c33; } @@ -217359,10 +298483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403c4d; } +.border-b-stone-700\\/35 { + border-bottom-color: #44403c59; +} + .border-b-stone-700\\/40 { border-bottom-color: #44403c66; } +.border-b-stone-700\\/45 { + border-bottom-color: #44403c73; +} + .border-b-stone-700\\/5 { border-bottom-color: #44403c0d; } @@ -217371,10 +298503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403c80; } +.border-b-stone-700\\/55 { + border-bottom-color: #44403c8c; +} + .border-b-stone-700\\/60 { border-bottom-color: #44403c99; } +.border-b-stone-700\\/65 { + border-bottom-color: #44403ca6; +} + .border-b-stone-700\\/70 { border-bottom-color: #44403cb3; } @@ -217387,6 +298527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #44403ccc; } +.border-b-stone-700\\/85 { + border-bottom-color: #44403cd9; +} + .border-b-stone-700\\/90 { border-bottom-color: #44403ce6; } @@ -217412,6 +298556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #292524; } +.border-b-stone-800\\/15 { + border-bottom-color: #29252426; +} + .border-b-stone-800\\/20 { border-bottom-color: #29252433; } @@ -217424,10 +298572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2925244d; } +.border-b-stone-800\\/35 { + border-bottom-color: #29252459; +} + .border-b-stone-800\\/40 { border-bottom-color: #29252466; } +.border-b-stone-800\\/45 { + border-bottom-color: #29252473; +} + .border-b-stone-800\\/5 { border-bottom-color: #2925240d; } @@ -217436,10 +298592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #29252480; } +.border-b-stone-800\\/55 { + border-bottom-color: #2925248c; +} + .border-b-stone-800\\/60 { border-bottom-color: #29252499; } +.border-b-stone-800\\/65 { + border-bottom-color: #292524a6; +} + .border-b-stone-800\\/70 { border-bottom-color: #292524b3; } @@ -217452,6 +298616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #292524cc; } +.border-b-stone-800\\/85 { + border-bottom-color: #292524d9; +} + .border-b-stone-800\\/90 { border-bottom-color: #292524e6; } @@ -217477,6 +298645,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c1917; } +.border-b-stone-900\\/15 { + border-bottom-color: #1c191726; +} + .border-b-stone-900\\/20 { border-bottom-color: #1c191733; } @@ -217489,10 +298661,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c19174d; } +.border-b-stone-900\\/35 { + border-bottom-color: #1c191759; +} + .border-b-stone-900\\/40 { border-bottom-color: #1c191766; } +.border-b-stone-900\\/45 { + border-bottom-color: #1c191773; +} + .border-b-stone-900\\/5 { border-bottom-color: #1c19170d; } @@ -217501,10 +298681,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c191780; } +.border-b-stone-900\\/55 { + border-bottom-color: #1c19178c; +} + .border-b-stone-900\\/60 { border-bottom-color: #1c191799; } +.border-b-stone-900\\/65 { + border-bottom-color: #1c1917a6; +} + .border-b-stone-900\\/70 { border-bottom-color: #1c1917b3; } @@ -217517,6 +298705,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #1c1917cc; } +.border-b-stone-900\\/85 { + border-bottom-color: #1c1917d9; +} + .border-b-stone-900\\/90 { border-bottom-color: #1c1917e6; } @@ -217542,6 +298734,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a09; } +.border-b-stone-950\\/15 { + border-bottom-color: #0c0a0926; +} + .border-b-stone-950\\/20 { border-bottom-color: #0c0a0933; } @@ -217554,10 +298750,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a094d; } +.border-b-stone-950\\/35 { + border-bottom-color: #0c0a0959; +} + .border-b-stone-950\\/40 { border-bottom-color: #0c0a0966; } +.border-b-stone-950\\/45 { + border-bottom-color: #0c0a0973; +} + .border-b-stone-950\\/5 { border-bottom-color: #0c0a090d; } @@ -217566,10 +298770,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a0980; } +.border-b-stone-950\\/55 { + border-bottom-color: #0c0a098c; +} + .border-b-stone-950\\/60 { border-bottom-color: #0c0a0999; } +.border-b-stone-950\\/65 { + border-bottom-color: #0c0a09a6; +} + .border-b-stone-950\\/70 { border-bottom-color: #0c0a09b3; } @@ -217582,6 +298794,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0c0a09cc; } +.border-b-stone-950\\/85 { + border-bottom-color: #0c0a09d9; +} + .border-b-stone-950\\/90 { border-bottom-color: #0c0a09e6; } @@ -217607,6 +298823,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf1; } +.border-b-teal-100\\/15 { + border-bottom-color: #ccfbf126; +} + .border-b-teal-100\\/20 { border-bottom-color: #ccfbf133; } @@ -217619,10 +298839,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf14d; } +.border-b-teal-100\\/35 { + border-bottom-color: #ccfbf159; +} + .border-b-teal-100\\/40 { border-bottom-color: #ccfbf166; } +.border-b-teal-100\\/45 { + border-bottom-color: #ccfbf173; +} + .border-b-teal-100\\/5 { border-bottom-color: #ccfbf10d; } @@ -217631,10 +298859,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf180; } +.border-b-teal-100\\/55 { + border-bottom-color: #ccfbf18c; +} + .border-b-teal-100\\/60 { border-bottom-color: #ccfbf199; } +.border-b-teal-100\\/65 { + border-bottom-color: #ccfbf1a6; +} + .border-b-teal-100\\/70 { border-bottom-color: #ccfbf1b3; } @@ -217647,6 +298883,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ccfbf1cc; } +.border-b-teal-100\\/85 { + border-bottom-color: #ccfbf1d9; +} + .border-b-teal-100\\/90 { border-bottom-color: #ccfbf1e6; } @@ -217672,6 +298912,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e4; } +.border-b-teal-200\\/15 { + border-bottom-color: #99f6e426; +} + .border-b-teal-200\\/20 { border-bottom-color: #99f6e433; } @@ -217684,10 +298928,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e44d; } +.border-b-teal-200\\/35 { + border-bottom-color: #99f6e459; +} + .border-b-teal-200\\/40 { border-bottom-color: #99f6e466; } +.border-b-teal-200\\/45 { + border-bottom-color: #99f6e473; +} + .border-b-teal-200\\/5 { border-bottom-color: #99f6e40d; } @@ -217696,10 +298948,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e480; } +.border-b-teal-200\\/55 { + border-bottom-color: #99f6e48c; +} + .border-b-teal-200\\/60 { border-bottom-color: #99f6e499; } +.border-b-teal-200\\/65 { + border-bottom-color: #99f6e4a6; +} + .border-b-teal-200\\/70 { border-bottom-color: #99f6e4b3; } @@ -217712,6 +298972,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #99f6e4cc; } +.border-b-teal-200\\/85 { + border-bottom-color: #99f6e4d9; +} + .border-b-teal-200\\/90 { border-bottom-color: #99f6e4e6; } @@ -217737,6 +299001,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead4; } +.border-b-teal-300\\/15 { + border-bottom-color: #5eead426; +} + .border-b-teal-300\\/20 { border-bottom-color: #5eead433; } @@ -217749,10 +299017,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead44d; } +.border-b-teal-300\\/35 { + border-bottom-color: #5eead459; +} + .border-b-teal-300\\/40 { border-bottom-color: #5eead466; } +.border-b-teal-300\\/45 { + border-bottom-color: #5eead473; +} + .border-b-teal-300\\/5 { border-bottom-color: #5eead40d; } @@ -217761,10 +299037,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead480; } +.border-b-teal-300\\/55 { + border-bottom-color: #5eead48c; +} + .border-b-teal-300\\/60 { border-bottom-color: #5eead499; } +.border-b-teal-300\\/65 { + border-bottom-color: #5eead4a6; +} + .border-b-teal-300\\/70 { border-bottom-color: #5eead4b3; } @@ -217777,6 +299061,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5eead4cc; } +.border-b-teal-300\\/85 { + border-bottom-color: #5eead4d9; +} + .border-b-teal-300\\/90 { border-bottom-color: #5eead4e6; } @@ -217802,6 +299090,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bf; } +.border-b-teal-400\\/15 { + border-bottom-color: #2dd4bf26; +} + .border-b-teal-400\\/20 { border-bottom-color: #2dd4bf33; } @@ -217814,10 +299106,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bf4d; } +.border-b-teal-400\\/35 { + border-bottom-color: #2dd4bf59; +} + .border-b-teal-400\\/40 { border-bottom-color: #2dd4bf66; } +.border-b-teal-400\\/45 { + border-bottom-color: #2dd4bf73; +} + .border-b-teal-400\\/5 { border-bottom-color: #2dd4bf0d; } @@ -217826,10 +299126,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bf80; } +.border-b-teal-400\\/55 { + border-bottom-color: #2dd4bf8c; +} + .border-b-teal-400\\/60 { border-bottom-color: #2dd4bf99; } +.border-b-teal-400\\/65 { + border-bottom-color: #2dd4bfa6; +} + .border-b-teal-400\\/70 { border-bottom-color: #2dd4bfb3; } @@ -217842,6 +299150,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2dd4bfcc; } +.border-b-teal-400\\/85 { + border-bottom-color: #2dd4bfd9; +} + .border-b-teal-400\\/90 { border-bottom-color: #2dd4bfe6; } @@ -217867,6 +299179,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfa; } +.border-b-teal-50\\/15 { + border-bottom-color: #f0fdfa26; +} + .border-b-teal-50\\/20 { border-bottom-color: #f0fdfa33; } @@ -217879,10 +299195,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfa4d; } +.border-b-teal-50\\/35 { + border-bottom-color: #f0fdfa59; +} + .border-b-teal-50\\/40 { border-bottom-color: #f0fdfa66; } +.border-b-teal-50\\/45 { + border-bottom-color: #f0fdfa73; +} + .border-b-teal-50\\/5 { border-bottom-color: #f0fdfa0d; } @@ -217891,10 +299215,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfa80; } +.border-b-teal-50\\/55 { + border-bottom-color: #f0fdfa8c; +} + .border-b-teal-50\\/60 { border-bottom-color: #f0fdfa99; } +.border-b-teal-50\\/65 { + border-bottom-color: #f0fdfaa6; +} + .border-b-teal-50\\/70 { border-bottom-color: #f0fdfab3; } @@ -217907,6 +299239,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f0fdfacc; } +.border-b-teal-50\\/85 { + border-bottom-color: #f0fdfad9; +} + .border-b-teal-50\\/90 { border-bottom-color: #f0fdfae6; } @@ -217932,6 +299268,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a6; } +.border-b-teal-500\\/15 { + border-bottom-color: #14b8a626; +} + .border-b-teal-500\\/20 { border-bottom-color: #14b8a633; } @@ -217944,10 +299284,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a64d; } +.border-b-teal-500\\/35 { + border-bottom-color: #14b8a659; +} + .border-b-teal-500\\/40 { border-bottom-color: #14b8a666; } +.border-b-teal-500\\/45 { + border-bottom-color: #14b8a673; +} + .border-b-teal-500\\/5 { border-bottom-color: #14b8a60d; } @@ -217956,10 +299304,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a680; } +.border-b-teal-500\\/55 { + border-bottom-color: #14b8a68c; +} + .border-b-teal-500\\/60 { border-bottom-color: #14b8a699; } +.border-b-teal-500\\/65 { + border-bottom-color: #14b8a6a6; +} + .border-b-teal-500\\/70 { border-bottom-color: #14b8a6b3; } @@ -217972,6 +299328,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #14b8a6cc; } +.border-b-teal-500\\/85 { + border-bottom-color: #14b8a6d9; +} + .border-b-teal-500\\/90 { border-bottom-color: #14b8a6e6; } @@ -217997,6 +299357,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d9488; } +.border-b-teal-600\\/15 { + border-bottom-color: #0d948826; +} + .border-b-teal-600\\/20 { border-bottom-color: #0d948833; } @@ -218009,10 +299373,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d94884d; } +.border-b-teal-600\\/35 { + border-bottom-color: #0d948859; +} + .border-b-teal-600\\/40 { border-bottom-color: #0d948866; } +.border-b-teal-600\\/45 { + border-bottom-color: #0d948873; +} + .border-b-teal-600\\/5 { border-bottom-color: #0d94880d; } @@ -218021,10 +299393,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d948880; } +.border-b-teal-600\\/55 { + border-bottom-color: #0d94888c; +} + .border-b-teal-600\\/60 { border-bottom-color: #0d948899; } +.border-b-teal-600\\/65 { + border-bottom-color: #0d9488a6; +} + .border-b-teal-600\\/70 { border-bottom-color: #0d9488b3; } @@ -218037,6 +299417,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0d9488cc; } +.border-b-teal-600\\/85 { + border-bottom-color: #0d9488d9; +} + .border-b-teal-600\\/90 { border-bottom-color: #0d9488e6; } @@ -218062,6 +299446,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766e; } +.border-b-teal-700\\/15 { + border-bottom-color: #0f766e26; +} + .border-b-teal-700\\/20 { border-bottom-color: #0f766e33; } @@ -218074,10 +299462,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766e4d; } +.border-b-teal-700\\/35 { + border-bottom-color: #0f766e59; +} + .border-b-teal-700\\/40 { border-bottom-color: #0f766e66; } +.border-b-teal-700\\/45 { + border-bottom-color: #0f766e73; +} + .border-b-teal-700\\/5 { border-bottom-color: #0f766e0d; } @@ -218086,10 +299482,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766e80; } +.border-b-teal-700\\/55 { + border-bottom-color: #0f766e8c; +} + .border-b-teal-700\\/60 { border-bottom-color: #0f766e99; } +.border-b-teal-700\\/65 { + border-bottom-color: #0f766ea6; +} + .border-b-teal-700\\/70 { border-bottom-color: #0f766eb3; } @@ -218102,6 +299506,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0f766ecc; } +.border-b-teal-700\\/85 { + border-bottom-color: #0f766ed9; +} + .border-b-teal-700\\/90 { border-bottom-color: #0f766ee6; } @@ -218127,6 +299535,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e59; } +.border-b-teal-800\\/15 { + border-bottom-color: #115e5926; +} + .border-b-teal-800\\/20 { border-bottom-color: #115e5933; } @@ -218139,10 +299551,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e594d; } +.border-b-teal-800\\/35 { + border-bottom-color: #115e5959; +} + .border-b-teal-800\\/40 { border-bottom-color: #115e5966; } +.border-b-teal-800\\/45 { + border-bottom-color: #115e5973; +} + .border-b-teal-800\\/5 { border-bottom-color: #115e590d; } @@ -218151,10 +299571,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e5980; } +.border-b-teal-800\\/55 { + border-bottom-color: #115e598c; +} + .border-b-teal-800\\/60 { border-bottom-color: #115e5999; } +.border-b-teal-800\\/65 { + border-bottom-color: #115e59a6; +} + .border-b-teal-800\\/70 { border-bottom-color: #115e59b3; } @@ -218167,6 +299595,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #115e59cc; } +.border-b-teal-800\\/85 { + border-bottom-color: #115e59d9; +} + .border-b-teal-800\\/90 { border-bottom-color: #115e59e6; } @@ -218192,6 +299624,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4a; } +.border-b-teal-900\\/15 { + border-bottom-color: #134e4a26; +} + .border-b-teal-900\\/20 { border-bottom-color: #134e4a33; } @@ -218204,10 +299640,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4a4d; } +.border-b-teal-900\\/35 { + border-bottom-color: #134e4a59; +} + .border-b-teal-900\\/40 { border-bottom-color: #134e4a66; } +.border-b-teal-900\\/45 { + border-bottom-color: #134e4a73; +} + .border-b-teal-900\\/5 { border-bottom-color: #134e4a0d; } @@ -218216,10 +299660,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4a80; } +.border-b-teal-900\\/55 { + border-bottom-color: #134e4a8c; +} + .border-b-teal-900\\/60 { border-bottom-color: #134e4a99; } +.border-b-teal-900\\/65 { + border-bottom-color: #134e4aa6; +} + .border-b-teal-900\\/70 { border-bottom-color: #134e4ab3; } @@ -218232,6 +299684,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #134e4acc; } +.border-b-teal-900\\/85 { + border-bottom-color: #134e4ad9; +} + .border-b-teal-900\\/90 { border-bottom-color: #134e4ae6; } @@ -218257,6 +299713,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2e; } +.border-b-teal-950\\/15 { + border-bottom-color: #042f2e26; +} + .border-b-teal-950\\/20 { border-bottom-color: #042f2e33; } @@ -218269,10 +299729,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2e4d; } +.border-b-teal-950\\/35 { + border-bottom-color: #042f2e59; +} + .border-b-teal-950\\/40 { border-bottom-color: #042f2e66; } +.border-b-teal-950\\/45 { + border-bottom-color: #042f2e73; +} + .border-b-teal-950\\/5 { border-bottom-color: #042f2e0d; } @@ -218281,10 +299749,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2e80; } +.border-b-teal-950\\/55 { + border-bottom-color: #042f2e8c; +} + .border-b-teal-950\\/60 { border-bottom-color: #042f2e99; } +.border-b-teal-950\\/65 { + border-bottom-color: #042f2ea6; +} + .border-b-teal-950\\/70 { border-bottom-color: #042f2eb3; } @@ -218297,6 +299773,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #042f2ecc; } +.border-b-teal-950\\/85 { + border-bottom-color: #042f2ed9; +} + .border-b-teal-950\\/90 { border-bottom-color: #042f2ee6; } @@ -218317,6 +299797,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000; } +.border-b-transparent\\/15 { + border-bottom-color: #00000026; +} + .border-b-transparent\\/20 { border-bottom-color: #0003; } @@ -218329,10 +299813,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #0000004d; } +.border-b-transparent\\/35 { + border-bottom-color: #00000059; +} + .border-b-transparent\\/40 { border-bottom-color: #0006; } +.border-b-transparent\\/45 { + border-bottom-color: #00000073; +} + .border-b-transparent\\/5 { border-bottom-color: #0000000d; } @@ -218341,10 +299833,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #00000080; } +.border-b-transparent\\/55 { + border-bottom-color: #0000008c; +} + .border-b-transparent\\/60 { border-bottom-color: #0009; } +.border-b-transparent\\/65 { + border-bottom-color: #000000a6; +} + .border-b-transparent\\/70 { border-bottom-color: #000000b3; } @@ -218357,6 +299857,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #000c; } +.border-b-transparent\\/85 { + border-bottom-color: #000000d9; +} + .border-b-transparent\\/90 { border-bottom-color: #000000e6; } @@ -218382,6 +299886,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fe; } +.border-b-violet-100\\/15 { + border-bottom-color: #ede9fe26; +} + .border-b-violet-100\\/20 { border-bottom-color: #ede9fe33; } @@ -218394,10 +299902,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fe4d; } +.border-b-violet-100\\/35 { + border-bottom-color: #ede9fe59; +} + .border-b-violet-100\\/40 { border-bottom-color: #ede9fe66; } +.border-b-violet-100\\/45 { + border-bottom-color: #ede9fe73; +} + .border-b-violet-100\\/5 { border-bottom-color: #ede9fe0d; } @@ -218406,10 +299922,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fe80; } +.border-b-violet-100\\/55 { + border-bottom-color: #ede9fe8c; +} + .border-b-violet-100\\/60 { border-bottom-color: #ede9fe99; } +.border-b-violet-100\\/65 { + border-bottom-color: #ede9fea6; +} + .border-b-violet-100\\/70 { border-bottom-color: #ede9feb3; } @@ -218422,6 +299946,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ede9fecc; } +.border-b-violet-100\\/85 { + border-bottom-color: #ede9fed9; +} + .border-b-violet-100\\/90 { border-bottom-color: #ede9fee6; } @@ -218447,6 +299975,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fe; } +.border-b-violet-200\\/15 { + border-bottom-color: #ddd6fe26; +} + .border-b-violet-200\\/20 { border-bottom-color: #ddd6fe33; } @@ -218459,10 +299991,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fe4d; } +.border-b-violet-200\\/35 { + border-bottom-color: #ddd6fe59; +} + .border-b-violet-200\\/40 { border-bottom-color: #ddd6fe66; } +.border-b-violet-200\\/45 { + border-bottom-color: #ddd6fe73; +} + .border-b-violet-200\\/5 { border-bottom-color: #ddd6fe0d; } @@ -218471,10 +300011,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fe80; } +.border-b-violet-200\\/55 { + border-bottom-color: #ddd6fe8c; +} + .border-b-violet-200\\/60 { border-bottom-color: #ddd6fe99; } +.border-b-violet-200\\/65 { + border-bottom-color: #ddd6fea6; +} + .border-b-violet-200\\/70 { border-bottom-color: #ddd6feb3; } @@ -218487,6 +300035,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ddd6fecc; } +.border-b-violet-200\\/85 { + border-bottom-color: #ddd6fed9; +} + .border-b-violet-200\\/90 { border-bottom-color: #ddd6fee6; } @@ -218512,6 +300064,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fd; } +.border-b-violet-300\\/15 { + border-bottom-color: #c4b5fd26; +} + .border-b-violet-300\\/20 { border-bottom-color: #c4b5fd33; } @@ -218524,10 +300080,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fd4d; } +.border-b-violet-300\\/35 { + border-bottom-color: #c4b5fd59; +} + .border-b-violet-300\\/40 { border-bottom-color: #c4b5fd66; } +.border-b-violet-300\\/45 { + border-bottom-color: #c4b5fd73; +} + .border-b-violet-300\\/5 { border-bottom-color: #c4b5fd0d; } @@ -218536,10 +300100,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fd80; } +.border-b-violet-300\\/55 { + border-bottom-color: #c4b5fd8c; +} + .border-b-violet-300\\/60 { border-bottom-color: #c4b5fd99; } +.border-b-violet-300\\/65 { + border-bottom-color: #c4b5fda6; +} + .border-b-violet-300\\/70 { border-bottom-color: #c4b5fdb3; } @@ -218552,6 +300124,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #c4b5fdcc; } +.border-b-violet-300\\/85 { + border-bottom-color: #c4b5fdd9; +} + .border-b-violet-300\\/90 { border-bottom-color: #c4b5fde6; } @@ -218577,6 +300153,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfa; } +.border-b-violet-400\\/15 { + border-bottom-color: #a78bfa26; +} + .border-b-violet-400\\/20 { border-bottom-color: #a78bfa33; } @@ -218589,10 +300169,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfa4d; } +.border-b-violet-400\\/35 { + border-bottom-color: #a78bfa59; +} + .border-b-violet-400\\/40 { border-bottom-color: #a78bfa66; } +.border-b-violet-400\\/45 { + border-bottom-color: #a78bfa73; +} + .border-b-violet-400\\/5 { border-bottom-color: #a78bfa0d; } @@ -218601,10 +300189,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfa80; } +.border-b-violet-400\\/55 { + border-bottom-color: #a78bfa8c; +} + .border-b-violet-400\\/60 { border-bottom-color: #a78bfa99; } +.border-b-violet-400\\/65 { + border-bottom-color: #a78bfaa6; +} + .border-b-violet-400\\/70 { border-bottom-color: #a78bfab3; } @@ -218617,6 +300213,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a78bfacc; } +.border-b-violet-400\\/85 { + border-bottom-color: #a78bfad9; +} + .border-b-violet-400\\/90 { border-bottom-color: #a78bfae6; } @@ -218642,6 +300242,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ff; } +.border-b-violet-50\\/15 { + border-bottom-color: #f5f3ff26; +} + .border-b-violet-50\\/20 { border-bottom-color: #f5f3ff33; } @@ -218654,10 +300258,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ff4d; } +.border-b-violet-50\\/35 { + border-bottom-color: #f5f3ff59; +} + .border-b-violet-50\\/40 { border-bottom-color: #f5f3ff66; } +.border-b-violet-50\\/45 { + border-bottom-color: #f5f3ff73; +} + .border-b-violet-50\\/5 { border-bottom-color: #f5f3ff0d; } @@ -218666,10 +300278,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ff80; } +.border-b-violet-50\\/55 { + border-bottom-color: #f5f3ff8c; +} + .border-b-violet-50\\/60 { border-bottom-color: #f5f3ff99; } +.border-b-violet-50\\/65 { + border-bottom-color: #f5f3ffa6; +} + .border-b-violet-50\\/70 { border-bottom-color: #f5f3ffb3; } @@ -218682,6 +300302,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f5f3ffcc; } +.border-b-violet-50\\/85 { + border-bottom-color: #f5f3ffd9; +} + .border-b-violet-50\\/90 { border-bottom-color: #f5f3ffe6; } @@ -218707,6 +300331,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf6; } +.border-b-violet-500\\/15 { + border-bottom-color: #8b5cf626; +} + .border-b-violet-500\\/20 { border-bottom-color: #8b5cf633; } @@ -218719,10 +300347,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf64d; } +.border-b-violet-500\\/35 { + border-bottom-color: #8b5cf659; +} + .border-b-violet-500\\/40 { border-bottom-color: #8b5cf666; } +.border-b-violet-500\\/45 { + border-bottom-color: #8b5cf673; +} + .border-b-violet-500\\/5 { border-bottom-color: #8b5cf60d; } @@ -218731,10 +300367,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf680; } +.border-b-violet-500\\/55 { + border-bottom-color: #8b5cf68c; +} + .border-b-violet-500\\/60 { border-bottom-color: #8b5cf699; } +.border-b-violet-500\\/65 { + border-bottom-color: #8b5cf6a6; +} + .border-b-violet-500\\/70 { border-bottom-color: #8b5cf6b3; } @@ -218747,6 +300391,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #8b5cf6cc; } +.border-b-violet-500\\/85 { + border-bottom-color: #8b5cf6d9; +} + .border-b-violet-500\\/90 { border-bottom-color: #8b5cf6e6; } @@ -218772,6 +300420,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aed; } +.border-b-violet-600\\/15 { + border-bottom-color: #7c3aed26; +} + .border-b-violet-600\\/20 { border-bottom-color: #7c3aed33; } @@ -218784,10 +300436,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aed4d; } +.border-b-violet-600\\/35 { + border-bottom-color: #7c3aed59; +} + .border-b-violet-600\\/40 { border-bottom-color: #7c3aed66; } +.border-b-violet-600\\/45 { + border-bottom-color: #7c3aed73; +} + .border-b-violet-600\\/5 { border-bottom-color: #7c3aed0d; } @@ -218796,10 +300456,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aed80; } +.border-b-violet-600\\/55 { + border-bottom-color: #7c3aed8c; +} + .border-b-violet-600\\/60 { border-bottom-color: #7c3aed99; } +.border-b-violet-600\\/65 { + border-bottom-color: #7c3aeda6; +} + .border-b-violet-600\\/70 { border-bottom-color: #7c3aedb3; } @@ -218812,6 +300480,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #7c3aedcc; } +.border-b-violet-600\\/85 { + border-bottom-color: #7c3aedd9; +} + .border-b-violet-600\\/90 { border-bottom-color: #7c3aede6; } @@ -218837,6 +300509,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d9; } +.border-b-violet-700\\/15 { + border-bottom-color: #6d28d926; +} + .border-b-violet-700\\/20 { border-bottom-color: #6d28d933; } @@ -218849,10 +300525,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d94d; } +.border-b-violet-700\\/35 { + border-bottom-color: #6d28d959; +} + .border-b-violet-700\\/40 { border-bottom-color: #6d28d966; } +.border-b-violet-700\\/45 { + border-bottom-color: #6d28d973; +} + .border-b-violet-700\\/5 { border-bottom-color: #6d28d90d; } @@ -218861,10 +300545,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d980; } +.border-b-violet-700\\/55 { + border-bottom-color: #6d28d98c; +} + .border-b-violet-700\\/60 { border-bottom-color: #6d28d999; } +.border-b-violet-700\\/65 { + border-bottom-color: #6d28d9a6; +} + .border-b-violet-700\\/70 { border-bottom-color: #6d28d9b3; } @@ -218877,6 +300569,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #6d28d9cc; } +.border-b-violet-700\\/85 { + border-bottom-color: #6d28d9d9; +} + .border-b-violet-700\\/90 { border-bottom-color: #6d28d9e6; } @@ -218902,6 +300598,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b6; } +.border-b-violet-800\\/15 { + border-bottom-color: #5b21b626; +} + .border-b-violet-800\\/20 { border-bottom-color: #5b21b633; } @@ -218914,10 +300614,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b64d; } +.border-b-violet-800\\/35 { + border-bottom-color: #5b21b659; +} + .border-b-violet-800\\/40 { border-bottom-color: #5b21b666; } +.border-b-violet-800\\/45 { + border-bottom-color: #5b21b673; +} + .border-b-violet-800\\/5 { border-bottom-color: #5b21b60d; } @@ -218926,10 +300634,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b680; } +.border-b-violet-800\\/55 { + border-bottom-color: #5b21b68c; +} + .border-b-violet-800\\/60 { border-bottom-color: #5b21b699; } +.border-b-violet-800\\/65 { + border-bottom-color: #5b21b6a6; +} + .border-b-violet-800\\/70 { border-bottom-color: #5b21b6b3; } @@ -218942,6 +300658,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #5b21b6cc; } +.border-b-violet-800\\/85 { + border-bottom-color: #5b21b6d9; +} + .border-b-violet-800\\/90 { border-bottom-color: #5b21b6e6; } @@ -218967,6 +300687,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d95; } +.border-b-violet-900\\/15 { + border-bottom-color: #4c1d9526; +} + .border-b-violet-900\\/20 { border-bottom-color: #4c1d9533; } @@ -218979,10 +300703,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d954d; } +.border-b-violet-900\\/35 { + border-bottom-color: #4c1d9559; +} + .border-b-violet-900\\/40 { border-bottom-color: #4c1d9566; } +.border-b-violet-900\\/45 { + border-bottom-color: #4c1d9573; +} + .border-b-violet-900\\/5 { border-bottom-color: #4c1d950d; } @@ -218991,10 +300723,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d9580; } +.border-b-violet-900\\/55 { + border-bottom-color: #4c1d958c; +} + .border-b-violet-900\\/60 { border-bottom-color: #4c1d9599; } +.border-b-violet-900\\/65 { + border-bottom-color: #4c1d95a6; +} + .border-b-violet-900\\/70 { border-bottom-color: #4c1d95b3; } @@ -219007,6 +300747,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4c1d95cc; } +.border-b-violet-900\\/85 { + border-bottom-color: #4c1d95d9; +} + .border-b-violet-900\\/90 { border-bottom-color: #4c1d95e6; } @@ -219032,6 +300776,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e1065; } +.border-b-violet-950\\/15 { + border-bottom-color: #2e106526; +} + .border-b-violet-950\\/20 { border-bottom-color: #2e106533; } @@ -219044,10 +300792,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e10654d; } +.border-b-violet-950\\/35 { + border-bottom-color: #2e106559; +} + .border-b-violet-950\\/40 { border-bottom-color: #2e106566; } +.border-b-violet-950\\/45 { + border-bottom-color: #2e106573; +} + .border-b-violet-950\\/5 { border-bottom-color: #2e10650d; } @@ -219056,10 +300812,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e106580; } +.border-b-violet-950\\/55 { + border-bottom-color: #2e10658c; +} + .border-b-violet-950\\/60 { border-bottom-color: #2e106599; } +.border-b-violet-950\\/65 { + border-bottom-color: #2e1065a6; +} + .border-b-violet-950\\/70 { border-bottom-color: #2e1065b3; } @@ -219072,6 +300836,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #2e1065cc; } +.border-b-violet-950\\/85 { + border-bottom-color: #2e1065d9; +} + .border-b-violet-950\\/90 { border-bottom-color: #2e1065e6; } @@ -219097,6 +300865,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fff; } +.border-b-white\\/15 { + border-bottom-color: #ffffff26; +} + .border-b-white\\/20 { border-bottom-color: #fff3; } @@ -219109,10 +300881,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffffff4d; } +.border-b-white\\/35 { + border-bottom-color: #ffffff59; +} + .border-b-white\\/40 { border-bottom-color: #fff6; } +.border-b-white\\/45 { + border-bottom-color: #ffffff73; +} + .border-b-white\\/5 { border-bottom-color: #ffffff0d; } @@ -219121,10 +300901,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ffffff80; } +.border-b-white\\/55 { + border-bottom-color: #ffffff8c; +} + .border-b-white\\/60 { border-bottom-color: #fff9; } +.border-b-white\\/65 { + border-bottom-color: #ffffffa6; +} + .border-b-white\\/70 { border-bottom-color: #ffffffb3; } @@ -219137,6 +300925,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fffc; } +.border-b-white\\/85 { + border-bottom-color: #ffffffd9; +} + .border-b-white\\/90 { border-bottom-color: #ffffffe6; } @@ -219162,6 +300954,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c3; } +.border-b-yellow-100\\/15 { + border-bottom-color: #fef9c326; +} + .border-b-yellow-100\\/20 { border-bottom-color: #fef9c333; } @@ -219174,10 +300970,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c34d; } +.border-b-yellow-100\\/35 { + border-bottom-color: #fef9c359; +} + .border-b-yellow-100\\/40 { border-bottom-color: #fef9c366; } +.border-b-yellow-100\\/45 { + border-bottom-color: #fef9c373; +} + .border-b-yellow-100\\/5 { border-bottom-color: #fef9c30d; } @@ -219186,10 +300990,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c380; } +.border-b-yellow-100\\/55 { + border-bottom-color: #fef9c38c; +} + .border-b-yellow-100\\/60 { border-bottom-color: #fef9c399; } +.border-b-yellow-100\\/65 { + border-bottom-color: #fef9c3a6; +} + .border-b-yellow-100\\/70 { border-bottom-color: #fef9c3b3; } @@ -219202,6 +301014,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef9c3cc; } +.border-b-yellow-100\\/85 { + border-bottom-color: #fef9c3d9; +} + .border-b-yellow-100\\/90 { border-bottom-color: #fef9c3e6; } @@ -219227,6 +301043,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08a; } +.border-b-yellow-200\\/15 { + border-bottom-color: #fef08a26; +} + .border-b-yellow-200\\/20 { border-bottom-color: #fef08a33; } @@ -219239,10 +301059,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08a4d; } +.border-b-yellow-200\\/35 { + border-bottom-color: #fef08a59; +} + .border-b-yellow-200\\/40 { border-bottom-color: #fef08a66; } +.border-b-yellow-200\\/45 { + border-bottom-color: #fef08a73; +} + .border-b-yellow-200\\/5 { border-bottom-color: #fef08a0d; } @@ -219251,10 +301079,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08a80; } +.border-b-yellow-200\\/55 { + border-bottom-color: #fef08a8c; +} + .border-b-yellow-200\\/60 { border-bottom-color: #fef08a99; } +.border-b-yellow-200\\/65 { + border-bottom-color: #fef08aa6; +} + .border-b-yellow-200\\/70 { border-bottom-color: #fef08ab3; } @@ -219267,6 +301103,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fef08acc; } +.border-b-yellow-200\\/85 { + border-bottom-color: #fef08ad9; +} + .border-b-yellow-200\\/90 { border-bottom-color: #fef08ae6; } @@ -219292,6 +301132,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde047; } +.border-b-yellow-300\\/15 { + border-bottom-color: #fde04726; +} + .border-b-yellow-300\\/20 { border-bottom-color: #fde04733; } @@ -219304,10 +301148,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde0474d; } +.border-b-yellow-300\\/35 { + border-bottom-color: #fde04759; +} + .border-b-yellow-300\\/40 { border-bottom-color: #fde04766; } +.border-b-yellow-300\\/45 { + border-bottom-color: #fde04773; +} + .border-b-yellow-300\\/5 { border-bottom-color: #fde0470d; } @@ -219316,10 +301168,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde04780; } +.border-b-yellow-300\\/55 { + border-bottom-color: #fde0478c; +} + .border-b-yellow-300\\/60 { border-bottom-color: #fde04799; } +.border-b-yellow-300\\/65 { + border-bottom-color: #fde047a6; +} + .border-b-yellow-300\\/70 { border-bottom-color: #fde047b3; } @@ -219332,6 +301192,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fde047cc; } +.border-b-yellow-300\\/85 { + border-bottom-color: #fde047d9; +} + .border-b-yellow-300\\/90 { border-bottom-color: #fde047e6; } @@ -219357,6 +301221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc15; } +.border-b-yellow-400\\/15 { + border-bottom-color: #facc1526; +} + .border-b-yellow-400\\/20 { border-bottom-color: #facc1533; } @@ -219369,10 +301237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc154d; } +.border-b-yellow-400\\/35 { + border-bottom-color: #facc1559; +} + .border-b-yellow-400\\/40 { border-bottom-color: #facc1566; } +.border-b-yellow-400\\/45 { + border-bottom-color: #facc1573; +} + .border-b-yellow-400\\/5 { border-bottom-color: #facc150d; } @@ -219381,10 +301257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc1580; } +.border-b-yellow-400\\/55 { + border-bottom-color: #facc158c; +} + .border-b-yellow-400\\/60 { border-bottom-color: #facc1599; } +.border-b-yellow-400\\/65 { + border-bottom-color: #facc15a6; +} + .border-b-yellow-400\\/70 { border-bottom-color: #facc15b3; } @@ -219397,6 +301281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #facc15cc; } +.border-b-yellow-400\\/85 { + border-bottom-color: #facc15d9; +} + .border-b-yellow-400\\/90 { border-bottom-color: #facc15e6; } @@ -219422,6 +301310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce8; } +.border-b-yellow-50\\/15 { + border-bottom-color: #fefce826; +} + .border-b-yellow-50\\/20 { border-bottom-color: #fefce833; } @@ -219434,10 +301326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce84d; } +.border-b-yellow-50\\/35 { + border-bottom-color: #fefce859; +} + .border-b-yellow-50\\/40 { border-bottom-color: #fefce866; } +.border-b-yellow-50\\/45 { + border-bottom-color: #fefce873; +} + .border-b-yellow-50\\/5 { border-bottom-color: #fefce80d; } @@ -219446,10 +301346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce880; } +.border-b-yellow-50\\/55 { + border-bottom-color: #fefce88c; +} + .border-b-yellow-50\\/60 { border-bottom-color: #fefce899; } +.border-b-yellow-50\\/65 { + border-bottom-color: #fefce8a6; +} + .border-b-yellow-50\\/70 { border-bottom-color: #fefce8b3; } @@ -219462,6 +301370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fefce8cc; } +.border-b-yellow-50\\/85 { + border-bottom-color: #fefce8d9; +} + .border-b-yellow-50\\/90 { border-bottom-color: #fefce8e6; } @@ -219487,6 +301399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab308; } +.border-b-yellow-500\\/15 { + border-bottom-color: #eab30826; +} + .border-b-yellow-500\\/20 { border-bottom-color: #eab30833; } @@ -219499,10 +301415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab3084d; } +.border-b-yellow-500\\/35 { + border-bottom-color: #eab30859; +} + .border-b-yellow-500\\/40 { border-bottom-color: #eab30866; } +.border-b-yellow-500\\/45 { + border-bottom-color: #eab30873; +} + .border-b-yellow-500\\/5 { border-bottom-color: #eab3080d; } @@ -219511,10 +301435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab30880; } +.border-b-yellow-500\\/55 { + border-bottom-color: #eab3088c; +} + .border-b-yellow-500\\/60 { border-bottom-color: #eab30899; } +.border-b-yellow-500\\/65 { + border-bottom-color: #eab308a6; +} + .border-b-yellow-500\\/70 { border-bottom-color: #eab308b3; } @@ -219527,6 +301459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #eab308cc; } +.border-b-yellow-500\\/85 { + border-bottom-color: #eab308d9; +} + .border-b-yellow-500\\/90 { border-bottom-color: #eab308e6; } @@ -219552,6 +301488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a04; } +.border-b-yellow-600\\/15 { + border-bottom-color: #ca8a0426; +} + .border-b-yellow-600\\/20 { border-bottom-color: #ca8a0433; } @@ -219564,10 +301504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a044d; } +.border-b-yellow-600\\/35 { + border-bottom-color: #ca8a0459; +} + .border-b-yellow-600\\/40 { border-bottom-color: #ca8a0466; } +.border-b-yellow-600\\/45 { + border-bottom-color: #ca8a0473; +} + .border-b-yellow-600\\/5 { border-bottom-color: #ca8a040d; } @@ -219576,10 +301524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a0480; } +.border-b-yellow-600\\/55 { + border-bottom-color: #ca8a048c; +} + .border-b-yellow-600\\/60 { border-bottom-color: #ca8a0499; } +.border-b-yellow-600\\/65 { + border-bottom-color: #ca8a04a6; +} + .border-b-yellow-600\\/70 { border-bottom-color: #ca8a04b3; } @@ -219592,6 +301548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #ca8a04cc; } +.border-b-yellow-600\\/85 { + border-bottom-color: #ca8a04d9; +} + .border-b-yellow-600\\/90 { border-bottom-color: #ca8a04e6; } @@ -219617,6 +301577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a16207; } +.border-b-yellow-700\\/15 { + border-bottom-color: #a1620726; +} + .border-b-yellow-700\\/20 { border-bottom-color: #a1620733; } @@ -219629,10 +301593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a162074d; } +.border-b-yellow-700\\/35 { + border-bottom-color: #a1620759; +} + .border-b-yellow-700\\/40 { border-bottom-color: #a1620766; } +.border-b-yellow-700\\/45 { + border-bottom-color: #a1620773; +} + .border-b-yellow-700\\/5 { border-bottom-color: #a162070d; } @@ -219641,10 +301613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1620780; } +.border-b-yellow-700\\/55 { + border-bottom-color: #a162078c; +} + .border-b-yellow-700\\/60 { border-bottom-color: #a1620799; } +.border-b-yellow-700\\/65 { + border-bottom-color: #a16207a6; +} + .border-b-yellow-700\\/70 { border-bottom-color: #a16207b3; } @@ -219657,6 +301637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a16207cc; } +.border-b-yellow-700\\/85 { + border-bottom-color: #a16207d9; +} + .border-b-yellow-700\\/90 { border-bottom-color: #a16207e6; } @@ -219682,6 +301666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0e; } +.border-b-yellow-800\\/15 { + border-bottom-color: #854d0e26; +} + .border-b-yellow-800\\/20 { border-bottom-color: #854d0e33; } @@ -219694,10 +301682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0e4d; } +.border-b-yellow-800\\/35 { + border-bottom-color: #854d0e59; +} + .border-b-yellow-800\\/40 { border-bottom-color: #854d0e66; } +.border-b-yellow-800\\/45 { + border-bottom-color: #854d0e73; +} + .border-b-yellow-800\\/5 { border-bottom-color: #854d0e0d; } @@ -219706,10 +301702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0e80; } +.border-b-yellow-800\\/55 { + border-bottom-color: #854d0e8c; +} + .border-b-yellow-800\\/60 { border-bottom-color: #854d0e99; } +.border-b-yellow-800\\/65 { + border-bottom-color: #854d0ea6; +} + .border-b-yellow-800\\/70 { border-bottom-color: #854d0eb3; } @@ -219722,6 +301726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #854d0ecc; } +.border-b-yellow-800\\/85 { + border-bottom-color: #854d0ed9; +} + .border-b-yellow-800\\/90 { border-bottom-color: #854d0ee6; } @@ -219747,6 +301755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f12; } +.border-b-yellow-900\\/15 { + border-bottom-color: #713f1226; +} + .border-b-yellow-900\\/20 { border-bottom-color: #713f1233; } @@ -219759,10 +301771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f124d; } +.border-b-yellow-900\\/35 { + border-bottom-color: #713f1259; +} + .border-b-yellow-900\\/40 { border-bottom-color: #713f1266; } +.border-b-yellow-900\\/45 { + border-bottom-color: #713f1273; +} + .border-b-yellow-900\\/5 { border-bottom-color: #713f120d; } @@ -219771,10 +301791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f1280; } +.border-b-yellow-900\\/55 { + border-bottom-color: #713f128c; +} + .border-b-yellow-900\\/60 { border-bottom-color: #713f1299; } +.border-b-yellow-900\\/65 { + border-bottom-color: #713f12a6; +} + .border-b-yellow-900\\/70 { border-bottom-color: #713f12b3; } @@ -219787,6 +301815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #713f12cc; } +.border-b-yellow-900\\/85 { + border-bottom-color: #713f12d9; +} + .border-b-yellow-900\\/90 { border-bottom-color: #713f12e6; } @@ -219812,6 +301844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #422006; } +.border-b-yellow-950\\/15 { + border-bottom-color: #42200626; +} + .border-b-yellow-950\\/20 { border-bottom-color: #42200633; } @@ -219824,10 +301860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #4220064d; } +.border-b-yellow-950\\/35 { + border-bottom-color: #42200659; +} + .border-b-yellow-950\\/40 { border-bottom-color: #42200666; } +.border-b-yellow-950\\/45 { + border-bottom-color: #42200673; +} + .border-b-yellow-950\\/5 { border-bottom-color: #4220060d; } @@ -219836,10 +301880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #42200680; } +.border-b-yellow-950\\/55 { + border-bottom-color: #4220068c; +} + .border-b-yellow-950\\/60 { border-bottom-color: #42200699; } +.border-b-yellow-950\\/65 { + border-bottom-color: #422006a6; +} + .border-b-yellow-950\\/70 { border-bottom-color: #422006b3; } @@ -219852,6 +301904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #422006cc; } +.border-b-yellow-950\\/85 { + border-bottom-color: #422006d9; +} + .border-b-yellow-950\\/90 { border-bottom-color: #422006e6; } @@ -219877,6 +301933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f5; } +.border-b-zinc-100\\/15 { + border-bottom-color: #f4f4f526; +} + .border-b-zinc-100\\/20 { border-bottom-color: #f4f4f533; } @@ -219889,10 +301949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f54d; } +.border-b-zinc-100\\/35 { + border-bottom-color: #f4f4f559; +} + .border-b-zinc-100\\/40 { border-bottom-color: #f4f4f566; } +.border-b-zinc-100\\/45 { + border-bottom-color: #f4f4f573; +} + .border-b-zinc-100\\/5 { border-bottom-color: #f4f4f50d; } @@ -219901,10 +301969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f580; } +.border-b-zinc-100\\/55 { + border-bottom-color: #f4f4f58c; +} + .border-b-zinc-100\\/60 { border-bottom-color: #f4f4f599; } +.border-b-zinc-100\\/65 { + border-bottom-color: #f4f4f5a6; +} + .border-b-zinc-100\\/70 { border-bottom-color: #f4f4f5b3; } @@ -219917,6 +301993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #f4f4f5cc; } +.border-b-zinc-100\\/85 { + border-bottom-color: #f4f4f5d9; +} + .border-b-zinc-100\\/90 { border-bottom-color: #f4f4f5e6; } @@ -219942,6 +302022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e7; } +.border-b-zinc-200\\/15 { + border-bottom-color: #e4e4e726; +} + .border-b-zinc-200\\/20 { border-bottom-color: #e4e4e733; } @@ -219954,10 +302038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e74d; } +.border-b-zinc-200\\/35 { + border-bottom-color: #e4e4e759; +} + .border-b-zinc-200\\/40 { border-bottom-color: #e4e4e766; } +.border-b-zinc-200\\/45 { + border-bottom-color: #e4e4e773; +} + .border-b-zinc-200\\/5 { border-bottom-color: #e4e4e70d; } @@ -219966,10 +302058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e780; } +.border-b-zinc-200\\/55 { + border-bottom-color: #e4e4e78c; +} + .border-b-zinc-200\\/60 { border-bottom-color: #e4e4e799; } +.border-b-zinc-200\\/65 { + border-bottom-color: #e4e4e7a6; +} + .border-b-zinc-200\\/70 { border-bottom-color: #e4e4e7b3; } @@ -219982,6 +302082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #e4e4e7cc; } +.border-b-zinc-200\\/85 { + border-bottom-color: #e4e4e7d9; +} + .border-b-zinc-200\\/90 { border-bottom-color: #e4e4e7e6; } @@ -220007,6 +302111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d8; } +.border-b-zinc-300\\/15 { + border-bottom-color: #d4d4d826; +} + .border-b-zinc-300\\/20 { border-bottom-color: #d4d4d833; } @@ -220019,10 +302127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d84d; } +.border-b-zinc-300\\/35 { + border-bottom-color: #d4d4d859; +} + .border-b-zinc-300\\/40 { border-bottom-color: #d4d4d866; } +.border-b-zinc-300\\/45 { + border-bottom-color: #d4d4d873; +} + .border-b-zinc-300\\/5 { border-bottom-color: #d4d4d80d; } @@ -220031,10 +302147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d880; } +.border-b-zinc-300\\/55 { + border-bottom-color: #d4d4d88c; +} + .border-b-zinc-300\\/60 { border-bottom-color: #d4d4d899; } +.border-b-zinc-300\\/65 { + border-bottom-color: #d4d4d8a6; +} + .border-b-zinc-300\\/70 { border-bottom-color: #d4d4d8b3; } @@ -220047,6 +302171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #d4d4d8cc; } +.border-b-zinc-300\\/85 { + border-bottom-color: #d4d4d8d9; +} + .border-b-zinc-300\\/90 { border-bottom-color: #d4d4d8e6; } @@ -220072,6 +302200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aa; } +.border-b-zinc-400\\/15 { + border-bottom-color: #a1a1aa26; +} + .border-b-zinc-400\\/20 { border-bottom-color: #a1a1aa33; } @@ -220084,10 +302216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aa4d; } +.border-b-zinc-400\\/35 { + border-bottom-color: #a1a1aa59; +} + .border-b-zinc-400\\/40 { border-bottom-color: #a1a1aa66; } +.border-b-zinc-400\\/45 { + border-bottom-color: #a1a1aa73; +} + .border-b-zinc-400\\/5 { border-bottom-color: #a1a1aa0d; } @@ -220096,10 +302236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aa80; } +.border-b-zinc-400\\/55 { + border-bottom-color: #a1a1aa8c; +} + .border-b-zinc-400\\/60 { border-bottom-color: #a1a1aa99; } +.border-b-zinc-400\\/65 { + border-bottom-color: #a1a1aaa6; +} + .border-b-zinc-400\\/70 { border-bottom-color: #a1a1aab3; } @@ -220112,6 +302260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #a1a1aacc; } +.border-b-zinc-400\\/85 { + border-bottom-color: #a1a1aad9; +} + .border-b-zinc-400\\/90 { border-bottom-color: #a1a1aae6; } @@ -220137,6 +302289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa; } +.border-b-zinc-50\\/15 { + border-bottom-color: #fafafa26; +} + .border-b-zinc-50\\/20 { border-bottom-color: #fafafa33; } @@ -220149,10 +302305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa4d; } +.border-b-zinc-50\\/35 { + border-bottom-color: #fafafa59; +} + .border-b-zinc-50\\/40 { border-bottom-color: #fafafa66; } +.border-b-zinc-50\\/45 { + border-bottom-color: #fafafa73; +} + .border-b-zinc-50\\/5 { border-bottom-color: #fafafa0d; } @@ -220161,10 +302325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafa80; } +.border-b-zinc-50\\/55 { + border-bottom-color: #fafafa8c; +} + .border-b-zinc-50\\/60 { border-bottom-color: #fafafa99; } +.border-b-zinc-50\\/65 { + border-bottom-color: #fafafaa6; +} + .border-b-zinc-50\\/70 { border-bottom-color: #fafafab3; } @@ -220177,6 +302349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #fafafacc; } +.border-b-zinc-50\\/85 { + border-bottom-color: #fafafad9; +} + .border-b-zinc-50\\/90 { border-bottom-color: #fafafae6; } @@ -220202,6 +302378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717a; } +.border-b-zinc-500\\/15 { + border-bottom-color: #71717a26; +} + .border-b-zinc-500\\/20 { border-bottom-color: #71717a33; } @@ -220214,10 +302394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717a4d; } +.border-b-zinc-500\\/35 { + border-bottom-color: #71717a59; +} + .border-b-zinc-500\\/40 { border-bottom-color: #71717a66; } +.border-b-zinc-500\\/45 { + border-bottom-color: #71717a73; +} + .border-b-zinc-500\\/5 { border-bottom-color: #71717a0d; } @@ -220226,10 +302414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717a80; } +.border-b-zinc-500\\/55 { + border-bottom-color: #71717a8c; +} + .border-b-zinc-500\\/60 { border-bottom-color: #71717a99; } +.border-b-zinc-500\\/65 { + border-bottom-color: #71717aa6; +} + .border-b-zinc-500\\/70 { border-bottom-color: #71717ab3; } @@ -220242,6 +302438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #71717acc; } +.border-b-zinc-500\\/85 { + border-bottom-color: #71717ad9; +} + .border-b-zinc-500\\/90 { border-bottom-color: #71717ae6; } @@ -220267,6 +302467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525b; } +.border-b-zinc-600\\/15 { + border-bottom-color: #52525b26; +} + .border-b-zinc-600\\/20 { border-bottom-color: #52525b33; } @@ -220279,10 +302483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525b4d; } +.border-b-zinc-600\\/35 { + border-bottom-color: #52525b59; +} + .border-b-zinc-600\\/40 { border-bottom-color: #52525b66; } +.border-b-zinc-600\\/45 { + border-bottom-color: #52525b73; +} + .border-b-zinc-600\\/5 { border-bottom-color: #52525b0d; } @@ -220291,10 +302503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525b80; } +.border-b-zinc-600\\/55 { + border-bottom-color: #52525b8c; +} + .border-b-zinc-600\\/60 { border-bottom-color: #52525b99; } +.border-b-zinc-600\\/65 { + border-bottom-color: #52525ba6; +} + .border-b-zinc-600\\/70 { border-bottom-color: #52525bb3; } @@ -220307,6 +302527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #52525bcc; } +.border-b-zinc-600\\/85 { + border-bottom-color: #52525bd9; +} + .border-b-zinc-600\\/90 { border-bottom-color: #52525be6; } @@ -220332,6 +302556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f46; } +.border-b-zinc-700\\/15 { + border-bottom-color: #3f3f4626; +} + .border-b-zinc-700\\/20 { border-bottom-color: #3f3f4633; } @@ -220344,10 +302572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f464d; } +.border-b-zinc-700\\/35 { + border-bottom-color: #3f3f4659; +} + .border-b-zinc-700\\/40 { border-bottom-color: #3f3f4666; } +.border-b-zinc-700\\/45 { + border-bottom-color: #3f3f4673; +} + .border-b-zinc-700\\/5 { border-bottom-color: #3f3f460d; } @@ -220356,10 +302592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f4680; } +.border-b-zinc-700\\/55 { + border-bottom-color: #3f3f468c; +} + .border-b-zinc-700\\/60 { border-bottom-color: #3f3f4699; } +.border-b-zinc-700\\/65 { + border-bottom-color: #3f3f46a6; +} + .border-b-zinc-700\\/70 { border-bottom-color: #3f3f46b3; } @@ -220372,6 +302616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #3f3f46cc; } +.border-b-zinc-700\\/85 { + border-bottom-color: #3f3f46d9; +} + .border-b-zinc-700\\/90 { border-bottom-color: #3f3f46e6; } @@ -220397,6 +302645,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272a; } +.border-b-zinc-800\\/15 { + border-bottom-color: #27272a26; +} + .border-b-zinc-800\\/20 { border-bottom-color: #27272a33; } @@ -220409,10 +302661,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272a4d; } +.border-b-zinc-800\\/35 { + border-bottom-color: #27272a59; +} + .border-b-zinc-800\\/40 { border-bottom-color: #27272a66; } +.border-b-zinc-800\\/45 { + border-bottom-color: #27272a73; +} + .border-b-zinc-800\\/5 { border-bottom-color: #27272a0d; } @@ -220421,10 +302681,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272a80; } +.border-b-zinc-800\\/55 { + border-bottom-color: #27272a8c; +} + .border-b-zinc-800\\/60 { border-bottom-color: #27272a99; } +.border-b-zinc-800\\/65 { + border-bottom-color: #27272aa6; +} + .border-b-zinc-800\\/70 { border-bottom-color: #27272ab3; } @@ -220437,6 +302705,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #27272acc; } +.border-b-zinc-800\\/85 { + border-bottom-color: #27272ad9; +} + .border-b-zinc-800\\/90 { border-bottom-color: #27272ae6; } @@ -220462,6 +302734,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181b; } +.border-b-zinc-900\\/15 { + border-bottom-color: #18181b26; +} + .border-b-zinc-900\\/20 { border-bottom-color: #18181b33; } @@ -220474,10 +302750,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181b4d; } +.border-b-zinc-900\\/35 { + border-bottom-color: #18181b59; +} + .border-b-zinc-900\\/40 { border-bottom-color: #18181b66; } +.border-b-zinc-900\\/45 { + border-bottom-color: #18181b73; +} + .border-b-zinc-900\\/5 { border-bottom-color: #18181b0d; } @@ -220486,10 +302770,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181b80; } +.border-b-zinc-900\\/55 { + border-bottom-color: #18181b8c; +} + .border-b-zinc-900\\/60 { border-bottom-color: #18181b99; } +.border-b-zinc-900\\/65 { + border-bottom-color: #18181ba6; +} + .border-b-zinc-900\\/70 { border-bottom-color: #18181bb3; } @@ -220502,6 +302794,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #18181bcc; } +.border-b-zinc-900\\/85 { + border-bottom-color: #18181bd9; +} + .border-b-zinc-900\\/90 { border-bottom-color: #18181be6; } @@ -220527,6 +302823,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090b; } +.border-b-zinc-950\\/15 { + border-bottom-color: #09090b26; +} + .border-b-zinc-950\\/20 { border-bottom-color: #09090b33; } @@ -220539,10 +302839,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090b4d; } +.border-b-zinc-950\\/35 { + border-bottom-color: #09090b59; +} + .border-b-zinc-950\\/40 { border-bottom-color: #09090b66; } +.border-b-zinc-950\\/45 { + border-bottom-color: #09090b73; +} + .border-b-zinc-950\\/5 { border-bottom-color: #09090b0d; } @@ -220551,10 +302859,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090b80; } +.border-b-zinc-950\\/55 { + border-bottom-color: #09090b8c; +} + .border-b-zinc-950\\/60 { border-bottom-color: #09090b99; } +.border-b-zinc-950\\/65 { + border-bottom-color: #09090ba6; +} + .border-b-zinc-950\\/70 { border-bottom-color: #09090bb3; } @@ -220567,6 +302883,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-bottom-color: #09090bcc; } +.border-b-zinc-950\\/85 { + border-bottom-color: #09090bd9; +} + .border-b-zinc-950\\/90 { border-bottom-color: #09090be6; } @@ -220592,6 +302912,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef3c7; } +.border-e-amber-100\\/15 { + border-inline-end-color: #fef3c726; +} + .border-e-amber-100\\/20 { border-inline-end-color: #fef3c733; } @@ -220604,10 +302928,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef3c74d; } +.border-e-amber-100\\/35 { + border-inline-end-color: #fef3c759; +} + .border-e-amber-100\\/40 { border-inline-end-color: #fef3c766; } +.border-e-amber-100\\/45 { + border-inline-end-color: #fef3c773; +} + .border-e-amber-100\\/5 { border-inline-end-color: #fef3c70d; } @@ -220616,10 +302948,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef3c780; } +.border-e-amber-100\\/55 { + border-inline-end-color: #fef3c78c; +} + .border-e-amber-100\\/60 { border-inline-end-color: #fef3c799; } +.border-e-amber-100\\/65 { + border-inline-end-color: #fef3c7a6; +} + .border-e-amber-100\\/70 { border-inline-end-color: #fef3c7b3; } @@ -220632,6 +302972,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef3c7cc; } +.border-e-amber-100\\/85 { + border-inline-end-color: #fef3c7d9; +} + .border-e-amber-100\\/90 { border-inline-end-color: #fef3c7e6; } @@ -220657,6 +303001,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde68a; } +.border-e-amber-200\\/15 { + border-inline-end-color: #fde68a26; +} + .border-e-amber-200\\/20 { border-inline-end-color: #fde68a33; } @@ -220669,10 +303017,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde68a4d; } +.border-e-amber-200\\/35 { + border-inline-end-color: #fde68a59; +} + .border-e-amber-200\\/40 { border-inline-end-color: #fde68a66; } +.border-e-amber-200\\/45 { + border-inline-end-color: #fde68a73; +} + .border-e-amber-200\\/5 { border-inline-end-color: #fde68a0d; } @@ -220681,10 +303037,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde68a80; } +.border-e-amber-200\\/55 { + border-inline-end-color: #fde68a8c; +} + .border-e-amber-200\\/60 { border-inline-end-color: #fde68a99; } +.border-e-amber-200\\/65 { + border-inline-end-color: #fde68aa6; +} + .border-e-amber-200\\/70 { border-inline-end-color: #fde68ab3; } @@ -220697,6 +303061,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde68acc; } +.border-e-amber-200\\/85 { + border-inline-end-color: #fde68ad9; +} + .border-e-amber-200\\/90 { border-inline-end-color: #fde68ae6; } @@ -220722,6 +303090,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fcd34d; } +.border-e-amber-300\\/15 { + border-inline-end-color: #fcd34d26; +} + .border-e-amber-300\\/20 { border-inline-end-color: #fcd34d33; } @@ -220734,10 +303106,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fcd34d4d; } +.border-e-amber-300\\/35 { + border-inline-end-color: #fcd34d59; +} + .border-e-amber-300\\/40 { border-inline-end-color: #fcd34d66; } +.border-e-amber-300\\/45 { + border-inline-end-color: #fcd34d73; +} + .border-e-amber-300\\/5 { border-inline-end-color: #fcd34d0d; } @@ -220746,10 +303126,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fcd34d80; } +.border-e-amber-300\\/55 { + border-inline-end-color: #fcd34d8c; +} + .border-e-amber-300\\/60 { border-inline-end-color: #fcd34d99; } +.border-e-amber-300\\/65 { + border-inline-end-color: #fcd34da6; +} + .border-e-amber-300\\/70 { border-inline-end-color: #fcd34db3; } @@ -220762,6 +303150,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fcd34dcc; } +.border-e-amber-300\\/85 { + border-inline-end-color: #fcd34dd9; +} + .border-e-amber-300\\/90 { border-inline-end-color: #fcd34de6; } @@ -220787,6 +303179,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbbf24; } +.border-e-amber-400\\/15 { + border-inline-end-color: #fbbf2426; +} + .border-e-amber-400\\/20 { border-inline-end-color: #fbbf2433; } @@ -220799,10 +303195,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbbf244d; } +.border-e-amber-400\\/35 { + border-inline-end-color: #fbbf2459; +} + .border-e-amber-400\\/40 { border-inline-end-color: #fbbf2466; } +.border-e-amber-400\\/45 { + border-inline-end-color: #fbbf2473; +} + .border-e-amber-400\\/5 { border-inline-end-color: #fbbf240d; } @@ -220811,10 +303215,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbbf2480; } +.border-e-amber-400\\/55 { + border-inline-end-color: #fbbf248c; +} + .border-e-amber-400\\/60 { border-inline-end-color: #fbbf2499; } +.border-e-amber-400\\/65 { + border-inline-end-color: #fbbf24a6; +} + .border-e-amber-400\\/70 { border-inline-end-color: #fbbf24b3; } @@ -220827,6 +303239,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbbf24cc; } +.border-e-amber-400\\/85 { + border-inline-end-color: #fbbf24d9; +} + .border-e-amber-400\\/90 { border-inline-end-color: #fbbf24e6; } @@ -220852,6 +303268,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fffbeb; } +.border-e-amber-50\\/15 { + border-inline-end-color: #fffbeb26; +} + .border-e-amber-50\\/20 { border-inline-end-color: #fffbeb33; } @@ -220864,10 +303284,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fffbeb4d; } +.border-e-amber-50\\/35 { + border-inline-end-color: #fffbeb59; +} + .border-e-amber-50\\/40 { border-inline-end-color: #fffbeb66; } +.border-e-amber-50\\/45 { + border-inline-end-color: #fffbeb73; +} + .border-e-amber-50\\/5 { border-inline-end-color: #fffbeb0d; } @@ -220876,10 +303304,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fffbeb80; } +.border-e-amber-50\\/55 { + border-inline-end-color: #fffbeb8c; +} + .border-e-amber-50\\/60 { border-inline-end-color: #fffbeb99; } +.border-e-amber-50\\/65 { + border-inline-end-color: #fffbeba6; +} + .border-e-amber-50\\/70 { border-inline-end-color: #fffbebb3; } @@ -220892,6 +303328,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fffbebcc; } +.border-e-amber-50\\/85 { + border-inline-end-color: #fffbebd9; +} + .border-e-amber-50\\/90 { border-inline-end-color: #fffbebe6; } @@ -220917,6 +303357,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f59e0b; } +.border-e-amber-500\\/15 { + border-inline-end-color: #f59e0b26; +} + .border-e-amber-500\\/20 { border-inline-end-color: #f59e0b33; } @@ -220929,10 +303373,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f59e0b4d; } +.border-e-amber-500\\/35 { + border-inline-end-color: #f59e0b59; +} + .border-e-amber-500\\/40 { border-inline-end-color: #f59e0b66; } +.border-e-amber-500\\/45 { + border-inline-end-color: #f59e0b73; +} + .border-e-amber-500\\/5 { border-inline-end-color: #f59e0b0d; } @@ -220941,10 +303393,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f59e0b80; } +.border-e-amber-500\\/55 { + border-inline-end-color: #f59e0b8c; +} + .border-e-amber-500\\/60 { border-inline-end-color: #f59e0b99; } +.border-e-amber-500\\/65 { + border-inline-end-color: #f59e0ba6; +} + .border-e-amber-500\\/70 { border-inline-end-color: #f59e0bb3; } @@ -220957,6 +303417,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f59e0bcc; } +.border-e-amber-500\\/85 { + border-inline-end-color: #f59e0bd9; +} + .border-e-amber-500\\/90 { border-inline-end-color: #f59e0be6; } @@ -220982,6 +303446,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d97706; } +.border-e-amber-600\\/15 { + border-inline-end-color: #d9770626; +} + .border-e-amber-600\\/20 { border-inline-end-color: #d9770633; } @@ -220994,10 +303462,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d977064d; } +.border-e-amber-600\\/35 { + border-inline-end-color: #d9770659; +} + .border-e-amber-600\\/40 { border-inline-end-color: #d9770666; } +.border-e-amber-600\\/45 { + border-inline-end-color: #d9770673; +} + .border-e-amber-600\\/5 { border-inline-end-color: #d977060d; } @@ -221006,10 +303482,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d9770680; } +.border-e-amber-600\\/55 { + border-inline-end-color: #d977068c; +} + .border-e-amber-600\\/60 { border-inline-end-color: #d9770699; } +.border-e-amber-600\\/65 { + border-inline-end-color: #d97706a6; +} + .border-e-amber-600\\/70 { border-inline-end-color: #d97706b3; } @@ -221022,6 +303506,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d97706cc; } +.border-e-amber-600\\/85 { + border-inline-end-color: #d97706d9; +} + .border-e-amber-600\\/90 { border-inline-end-color: #d97706e6; } @@ -221047,6 +303535,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b45309; } +.border-e-amber-700\\/15 { + border-inline-end-color: #b4530926; +} + .border-e-amber-700\\/20 { border-inline-end-color: #b4530933; } @@ -221059,10 +303551,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b453094d; } +.border-e-amber-700\\/35 { + border-inline-end-color: #b4530959; +} + .border-e-amber-700\\/40 { border-inline-end-color: #b4530966; } +.border-e-amber-700\\/45 { + border-inline-end-color: #b4530973; +} + .border-e-amber-700\\/5 { border-inline-end-color: #b453090d; } @@ -221071,10 +303571,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b4530980; } +.border-e-amber-700\\/55 { + border-inline-end-color: #b453098c; +} + .border-e-amber-700\\/60 { border-inline-end-color: #b4530999; } +.border-e-amber-700\\/65 { + border-inline-end-color: #b45309a6; +} + .border-e-amber-700\\/70 { border-inline-end-color: #b45309b3; } @@ -221087,6 +303595,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b45309cc; } +.border-e-amber-700\\/85 { + border-inline-end-color: #b45309d9; +} + .border-e-amber-700\\/90 { border-inline-end-color: #b45309e6; } @@ -221112,6 +303624,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #92400e; } +.border-e-amber-800\\/15 { + border-inline-end-color: #92400e26; +} + .border-e-amber-800\\/20 { border-inline-end-color: #92400e33; } @@ -221124,10 +303640,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #92400e4d; } +.border-e-amber-800\\/35 { + border-inline-end-color: #92400e59; +} + .border-e-amber-800\\/40 { border-inline-end-color: #92400e66; } +.border-e-amber-800\\/45 { + border-inline-end-color: #92400e73; +} + .border-e-amber-800\\/5 { border-inline-end-color: #92400e0d; } @@ -221136,10 +303660,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #92400e80; } +.border-e-amber-800\\/55 { + border-inline-end-color: #92400e8c; +} + .border-e-amber-800\\/60 { border-inline-end-color: #92400e99; } +.border-e-amber-800\\/65 { + border-inline-end-color: #92400ea6; +} + .border-e-amber-800\\/70 { border-inline-end-color: #92400eb3; } @@ -221152,6 +303684,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #92400ecc; } +.border-e-amber-800\\/85 { + border-inline-end-color: #92400ed9; +} + .border-e-amber-800\\/90 { border-inline-end-color: #92400ee6; } @@ -221177,6 +303713,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78350f; } +.border-e-amber-900\\/15 { + border-inline-end-color: #78350f26; +} + .border-e-amber-900\\/20 { border-inline-end-color: #78350f33; } @@ -221189,10 +303729,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78350f4d; } +.border-e-amber-900\\/35 { + border-inline-end-color: #78350f59; +} + .border-e-amber-900\\/40 { border-inline-end-color: #78350f66; } +.border-e-amber-900\\/45 { + border-inline-end-color: #78350f73; +} + .border-e-amber-900\\/5 { border-inline-end-color: #78350f0d; } @@ -221201,10 +303749,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78350f80; } +.border-e-amber-900\\/55 { + border-inline-end-color: #78350f8c; +} + .border-e-amber-900\\/60 { border-inline-end-color: #78350f99; } +.border-e-amber-900\\/65 { + border-inline-end-color: #78350fa6; +} + .border-e-amber-900\\/70 { border-inline-end-color: #78350fb3; } @@ -221217,6 +303773,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78350fcc; } +.border-e-amber-900\\/85 { + border-inline-end-color: #78350fd9; +} + .border-e-amber-900\\/90 { border-inline-end-color: #78350fe6; } @@ -221242,6 +303802,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #451a03; } +.border-e-amber-950\\/15 { + border-inline-end-color: #451a0326; +} + .border-e-amber-950\\/20 { border-inline-end-color: #451a0333; } @@ -221254,10 +303818,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #451a034d; } +.border-e-amber-950\\/35 { + border-inline-end-color: #451a0359; +} + .border-e-amber-950\\/40 { border-inline-end-color: #451a0366; } +.border-e-amber-950\\/45 { + border-inline-end-color: #451a0373; +} + .border-e-amber-950\\/5 { border-inline-end-color: #451a030d; } @@ -221266,10 +303838,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #451a0380; } +.border-e-amber-950\\/55 { + border-inline-end-color: #451a038c; +} + .border-e-amber-950\\/60 { border-inline-end-color: #451a0399; } +.border-e-amber-950\\/65 { + border-inline-end-color: #451a03a6; +} + .border-e-amber-950\\/70 { border-inline-end-color: #451a03b3; } @@ -221282,6 +303862,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #451a03cc; } +.border-e-amber-950\\/85 { + border-inline-end-color: #451a03d9; +} + .border-e-amber-950\\/90 { border-inline-end-color: #451a03e6; } @@ -221307,6 +303891,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #000; } +.border-e-black\\/15 { + border-inline-end-color: #00000026; +} + .border-e-black\\/20 { border-inline-end-color: #0003; } @@ -221319,10 +303907,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0000004d; } +.border-e-black\\/35 { + border-inline-end-color: #00000059; +} + .border-e-black\\/40 { border-inline-end-color: #0006; } +.border-e-black\\/45 { + border-inline-end-color: #00000073; +} + .border-e-black\\/5 { border-inline-end-color: #0000000d; } @@ -221331,10 +303927,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #00000080; } +.border-e-black\\/55 { + border-inline-end-color: #0000008c; +} + .border-e-black\\/60 { border-inline-end-color: #0009; } +.border-e-black\\/65 { + border-inline-end-color: #000000a6; +} + .border-e-black\\/70 { border-inline-end-color: #000000b3; } @@ -221347,6 +303951,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #000c; } +.border-e-black\\/85 { + border-inline-end-color: #000000d9; +} + .border-e-black\\/90 { border-inline-end-color: #000000e6; } @@ -221372,6 +303980,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dbeafe; } +.border-e-blue-100\\/15 { + border-inline-end-color: #dbeafe26; +} + .border-e-blue-100\\/20 { border-inline-end-color: #dbeafe33; } @@ -221384,10 +303996,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dbeafe4d; } +.border-e-blue-100\\/35 { + border-inline-end-color: #dbeafe59; +} + .border-e-blue-100\\/40 { border-inline-end-color: #dbeafe66; } +.border-e-blue-100\\/45 { + border-inline-end-color: #dbeafe73; +} + .border-e-blue-100\\/5 { border-inline-end-color: #dbeafe0d; } @@ -221396,10 +304016,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dbeafe80; } +.border-e-blue-100\\/55 { + border-inline-end-color: #dbeafe8c; +} + .border-e-blue-100\\/60 { border-inline-end-color: #dbeafe99; } +.border-e-blue-100\\/65 { + border-inline-end-color: #dbeafea6; +} + .border-e-blue-100\\/70 { border-inline-end-color: #dbeafeb3; } @@ -221412,6 +304040,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dbeafecc; } +.border-e-blue-100\\/85 { + border-inline-end-color: #dbeafed9; +} + .border-e-blue-100\\/90 { border-inline-end-color: #dbeafee6; } @@ -221437,6 +304069,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bfdbfe; } +.border-e-blue-200\\/15 { + border-inline-end-color: #bfdbfe26; +} + .border-e-blue-200\\/20 { border-inline-end-color: #bfdbfe33; } @@ -221449,10 +304085,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bfdbfe4d; } +.border-e-blue-200\\/35 { + border-inline-end-color: #bfdbfe59; +} + .border-e-blue-200\\/40 { border-inline-end-color: #bfdbfe66; } +.border-e-blue-200\\/45 { + border-inline-end-color: #bfdbfe73; +} + .border-e-blue-200\\/5 { border-inline-end-color: #bfdbfe0d; } @@ -221461,10 +304105,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bfdbfe80; } +.border-e-blue-200\\/55 { + border-inline-end-color: #bfdbfe8c; +} + .border-e-blue-200\\/60 { border-inline-end-color: #bfdbfe99; } +.border-e-blue-200\\/65 { + border-inline-end-color: #bfdbfea6; +} + .border-e-blue-200\\/70 { border-inline-end-color: #bfdbfeb3; } @@ -221477,6 +304129,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bfdbfecc; } +.border-e-blue-200\\/85 { + border-inline-end-color: #bfdbfed9; +} + .border-e-blue-200\\/90 { border-inline-end-color: #bfdbfee6; } @@ -221502,6 +304158,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #93c5fd; } +.border-e-blue-300\\/15 { + border-inline-end-color: #93c5fd26; +} + .border-e-blue-300\\/20 { border-inline-end-color: #93c5fd33; } @@ -221514,10 +304174,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #93c5fd4d; } +.border-e-blue-300\\/35 { + border-inline-end-color: #93c5fd59; +} + .border-e-blue-300\\/40 { border-inline-end-color: #93c5fd66; } +.border-e-blue-300\\/45 { + border-inline-end-color: #93c5fd73; +} + .border-e-blue-300\\/5 { border-inline-end-color: #93c5fd0d; } @@ -221526,10 +304194,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #93c5fd80; } +.border-e-blue-300\\/55 { + border-inline-end-color: #93c5fd8c; +} + .border-e-blue-300\\/60 { border-inline-end-color: #93c5fd99; } +.border-e-blue-300\\/65 { + border-inline-end-color: #93c5fda6; +} + .border-e-blue-300\\/70 { border-inline-end-color: #93c5fdb3; } @@ -221542,6 +304218,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #93c5fdcc; } +.border-e-blue-300\\/85 { + border-inline-end-color: #93c5fdd9; +} + .border-e-blue-300\\/90 { border-inline-end-color: #93c5fde6; } @@ -221567,6 +304247,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #60a5fa; } +.border-e-blue-400\\/15 { + border-inline-end-color: #60a5fa26; +} + .border-e-blue-400\\/20 { border-inline-end-color: #60a5fa33; } @@ -221579,10 +304263,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #60a5fa4d; } +.border-e-blue-400\\/35 { + border-inline-end-color: #60a5fa59; +} + .border-e-blue-400\\/40 { border-inline-end-color: #60a5fa66; } +.border-e-blue-400\\/45 { + border-inline-end-color: #60a5fa73; +} + .border-e-blue-400\\/5 { border-inline-end-color: #60a5fa0d; } @@ -221591,10 +304283,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #60a5fa80; } +.border-e-blue-400\\/55 { + border-inline-end-color: #60a5fa8c; +} + .border-e-blue-400\\/60 { border-inline-end-color: #60a5fa99; } +.border-e-blue-400\\/65 { + border-inline-end-color: #60a5faa6; +} + .border-e-blue-400\\/70 { border-inline-end-color: #60a5fab3; } @@ -221607,6 +304307,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #60a5facc; } +.border-e-blue-400\\/85 { + border-inline-end-color: #60a5fad9; +} + .border-e-blue-400\\/90 { border-inline-end-color: #60a5fae6; } @@ -221632,6 +304336,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eff6ff; } +.border-e-blue-50\\/15 { + border-inline-end-color: #eff6ff26; +} + .border-e-blue-50\\/20 { border-inline-end-color: #eff6ff33; } @@ -221644,10 +304352,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eff6ff4d; } +.border-e-blue-50\\/35 { + border-inline-end-color: #eff6ff59; +} + .border-e-blue-50\\/40 { border-inline-end-color: #eff6ff66; } +.border-e-blue-50\\/45 { + border-inline-end-color: #eff6ff73; +} + .border-e-blue-50\\/5 { border-inline-end-color: #eff6ff0d; } @@ -221656,10 +304372,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eff6ff80; } +.border-e-blue-50\\/55 { + border-inline-end-color: #eff6ff8c; +} + .border-e-blue-50\\/60 { border-inline-end-color: #eff6ff99; } +.border-e-blue-50\\/65 { + border-inline-end-color: #eff6ffa6; +} + .border-e-blue-50\\/70 { border-inline-end-color: #eff6ffb3; } @@ -221672,6 +304396,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eff6ffcc; } +.border-e-blue-50\\/85 { + border-inline-end-color: #eff6ffd9; +} + .border-e-blue-50\\/90 { border-inline-end-color: #eff6ffe6; } @@ -221697,6 +304425,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b82f6; } +.border-e-blue-500\\/15 { + border-inline-end-color: #3b82f626; +} + .border-e-blue-500\\/20 { border-inline-end-color: #3b82f633; } @@ -221709,10 +304441,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b82f64d; } +.border-e-blue-500\\/35 { + border-inline-end-color: #3b82f659; +} + .border-e-blue-500\\/40 { border-inline-end-color: #3b82f666; } +.border-e-blue-500\\/45 { + border-inline-end-color: #3b82f673; +} + .border-e-blue-500\\/5 { border-inline-end-color: #3b82f60d; } @@ -221721,10 +304461,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b82f680; } +.border-e-blue-500\\/55 { + border-inline-end-color: #3b82f68c; +} + .border-e-blue-500\\/60 { border-inline-end-color: #3b82f699; } +.border-e-blue-500\\/65 { + border-inline-end-color: #3b82f6a6; +} + .border-e-blue-500\\/70 { border-inline-end-color: #3b82f6b3; } @@ -221737,6 +304485,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b82f6cc; } +.border-e-blue-500\\/85 { + border-inline-end-color: #3b82f6d9; +} + .border-e-blue-500\\/90 { border-inline-end-color: #3b82f6e6; } @@ -221762,6 +304514,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2563eb; } +.border-e-blue-600\\/15 { + border-inline-end-color: #2563eb26; +} + .border-e-blue-600\\/20 { border-inline-end-color: #2563eb33; } @@ -221774,10 +304530,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2563eb4d; } +.border-e-blue-600\\/35 { + border-inline-end-color: #2563eb59; +} + .border-e-blue-600\\/40 { border-inline-end-color: #2563eb66; } +.border-e-blue-600\\/45 { + border-inline-end-color: #2563eb73; +} + .border-e-blue-600\\/5 { border-inline-end-color: #2563eb0d; } @@ -221786,10 +304550,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2563eb80; } +.border-e-blue-600\\/55 { + border-inline-end-color: #2563eb8c; +} + .border-e-blue-600\\/60 { border-inline-end-color: #2563eb99; } +.border-e-blue-600\\/65 { + border-inline-end-color: #2563eba6; +} + .border-e-blue-600\\/70 { border-inline-end-color: #2563ebb3; } @@ -221802,6 +304574,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2563ebcc; } +.border-e-blue-600\\/85 { + border-inline-end-color: #2563ebd9; +} + .border-e-blue-600\\/90 { border-inline-end-color: #2563ebe6; } @@ -221827,6 +304603,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1d4ed8; } +.border-e-blue-700\\/15 { + border-inline-end-color: #1d4ed826; +} + .border-e-blue-700\\/20 { border-inline-end-color: #1d4ed833; } @@ -221839,10 +304619,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1d4ed84d; } +.border-e-blue-700\\/35 { + border-inline-end-color: #1d4ed859; +} + .border-e-blue-700\\/40 { border-inline-end-color: #1d4ed866; } +.border-e-blue-700\\/45 { + border-inline-end-color: #1d4ed873; +} + .border-e-blue-700\\/5 { border-inline-end-color: #1d4ed80d; } @@ -221851,10 +304639,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1d4ed880; } +.border-e-blue-700\\/55 { + border-inline-end-color: #1d4ed88c; +} + .border-e-blue-700\\/60 { border-inline-end-color: #1d4ed899; } +.border-e-blue-700\\/65 { + border-inline-end-color: #1d4ed8a6; +} + .border-e-blue-700\\/70 { border-inline-end-color: #1d4ed8b3; } @@ -221867,6 +304663,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1d4ed8cc; } +.border-e-blue-700\\/85 { + border-inline-end-color: #1d4ed8d9; +} + .border-e-blue-700\\/90 { border-inline-end-color: #1d4ed8e6; } @@ -221892,6 +304692,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e40af; } +.border-e-blue-800\\/15 { + border-inline-end-color: #1e40af26; +} + .border-e-blue-800\\/20 { border-inline-end-color: #1e40af33; } @@ -221904,10 +304708,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e40af4d; } +.border-e-blue-800\\/35 { + border-inline-end-color: #1e40af59; +} + .border-e-blue-800\\/40 { border-inline-end-color: #1e40af66; } +.border-e-blue-800\\/45 { + border-inline-end-color: #1e40af73; +} + .border-e-blue-800\\/5 { border-inline-end-color: #1e40af0d; } @@ -221916,10 +304728,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e40af80; } +.border-e-blue-800\\/55 { + border-inline-end-color: #1e40af8c; +} + .border-e-blue-800\\/60 { border-inline-end-color: #1e40af99; } +.border-e-blue-800\\/65 { + border-inline-end-color: #1e40afa6; +} + .border-e-blue-800\\/70 { border-inline-end-color: #1e40afb3; } @@ -221932,6 +304752,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e40afcc; } +.border-e-blue-800\\/85 { + border-inline-end-color: #1e40afd9; +} + .border-e-blue-800\\/90 { border-inline-end-color: #1e40afe6; } @@ -221957,6 +304781,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e3a8a; } +.border-e-blue-900\\/15 { + border-inline-end-color: #1e3a8a26; +} + .border-e-blue-900\\/20 { border-inline-end-color: #1e3a8a33; } @@ -221969,10 +304797,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e3a8a4d; } +.border-e-blue-900\\/35 { + border-inline-end-color: #1e3a8a59; +} + .border-e-blue-900\\/40 { border-inline-end-color: #1e3a8a66; } +.border-e-blue-900\\/45 { + border-inline-end-color: #1e3a8a73; +} + .border-e-blue-900\\/5 { border-inline-end-color: #1e3a8a0d; } @@ -221981,10 +304817,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e3a8a80; } +.border-e-blue-900\\/55 { + border-inline-end-color: #1e3a8a8c; +} + .border-e-blue-900\\/60 { border-inline-end-color: #1e3a8a99; } +.border-e-blue-900\\/65 { + border-inline-end-color: #1e3a8aa6; +} + .border-e-blue-900\\/70 { border-inline-end-color: #1e3a8ab3; } @@ -221997,6 +304841,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e3a8acc; } +.border-e-blue-900\\/85 { + border-inline-end-color: #1e3a8ad9; +} + .border-e-blue-900\\/90 { border-inline-end-color: #1e3a8ae6; } @@ -222022,6 +304870,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #172554; } +.border-e-blue-950\\/15 { + border-inline-end-color: #17255426; +} + .border-e-blue-950\\/20 { border-inline-end-color: #17255433; } @@ -222034,10 +304886,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1725544d; } +.border-e-blue-950\\/35 { + border-inline-end-color: #17255459; +} + .border-e-blue-950\\/40 { border-inline-end-color: #17255466; } +.border-e-blue-950\\/45 { + border-inline-end-color: #17255473; +} + .border-e-blue-950\\/5 { border-inline-end-color: #1725540d; } @@ -222046,10 +304906,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #17255480; } +.border-e-blue-950\\/55 { + border-inline-end-color: #1725548c; +} + .border-e-blue-950\\/60 { border-inline-end-color: #17255499; } +.border-e-blue-950\\/65 { + border-inline-end-color: #172554a6; +} + .border-e-blue-950\\/70 { border-inline-end-color: #172554b3; } @@ -222062,6 +304930,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #172554cc; } +.border-e-blue-950\\/85 { + border-inline-end-color: #172554d9; +} + .border-e-blue-950\\/90 { border-inline-end-color: #172554e6; } @@ -222091,6 +304963,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cffafe; } +.border-e-cyan-100\\/15 { + border-inline-end-color: #cffafe26; +} + .border-e-cyan-100\\/20 { border-inline-end-color: #cffafe33; } @@ -222103,10 +304979,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cffafe4d; } +.border-e-cyan-100\\/35 { + border-inline-end-color: #cffafe59; +} + .border-e-cyan-100\\/40 { border-inline-end-color: #cffafe66; } +.border-e-cyan-100\\/45 { + border-inline-end-color: #cffafe73; +} + .border-e-cyan-100\\/5 { border-inline-end-color: #cffafe0d; } @@ -222115,10 +304999,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cffafe80; } +.border-e-cyan-100\\/55 { + border-inline-end-color: #cffafe8c; +} + .border-e-cyan-100\\/60 { border-inline-end-color: #cffafe99; } +.border-e-cyan-100\\/65 { + border-inline-end-color: #cffafea6; +} + .border-e-cyan-100\\/70 { border-inline-end-color: #cffafeb3; } @@ -222131,6 +305023,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cffafecc; } +.border-e-cyan-100\\/85 { + border-inline-end-color: #cffafed9; +} + .border-e-cyan-100\\/90 { border-inline-end-color: #cffafee6; } @@ -222156,6 +305052,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5f3fc; } +.border-e-cyan-200\\/15 { + border-inline-end-color: #a5f3fc26; +} + .border-e-cyan-200\\/20 { border-inline-end-color: #a5f3fc33; } @@ -222168,10 +305068,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5f3fc4d; } +.border-e-cyan-200\\/35 { + border-inline-end-color: #a5f3fc59; +} + .border-e-cyan-200\\/40 { border-inline-end-color: #a5f3fc66; } +.border-e-cyan-200\\/45 { + border-inline-end-color: #a5f3fc73; +} + .border-e-cyan-200\\/5 { border-inline-end-color: #a5f3fc0d; } @@ -222180,10 +305088,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5f3fc80; } +.border-e-cyan-200\\/55 { + border-inline-end-color: #a5f3fc8c; +} + .border-e-cyan-200\\/60 { border-inline-end-color: #a5f3fc99; } +.border-e-cyan-200\\/65 { + border-inline-end-color: #a5f3fca6; +} + .border-e-cyan-200\\/70 { border-inline-end-color: #a5f3fcb3; } @@ -222196,6 +305112,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5f3fccc; } +.border-e-cyan-200\\/85 { + border-inline-end-color: #a5f3fcd9; +} + .border-e-cyan-200\\/90 { border-inline-end-color: #a5f3fce6; } @@ -222221,6 +305141,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #67e8f9; } +.border-e-cyan-300\\/15 { + border-inline-end-color: #67e8f926; +} + .border-e-cyan-300\\/20 { border-inline-end-color: #67e8f933; } @@ -222233,10 +305157,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #67e8f94d; } +.border-e-cyan-300\\/35 { + border-inline-end-color: #67e8f959; +} + .border-e-cyan-300\\/40 { border-inline-end-color: #67e8f966; } +.border-e-cyan-300\\/45 { + border-inline-end-color: #67e8f973; +} + .border-e-cyan-300\\/5 { border-inline-end-color: #67e8f90d; } @@ -222245,10 +305177,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #67e8f980; } +.border-e-cyan-300\\/55 { + border-inline-end-color: #67e8f98c; +} + .border-e-cyan-300\\/60 { border-inline-end-color: #67e8f999; } +.border-e-cyan-300\\/65 { + border-inline-end-color: #67e8f9a6; +} + .border-e-cyan-300\\/70 { border-inline-end-color: #67e8f9b3; } @@ -222261,6 +305201,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #67e8f9cc; } +.border-e-cyan-300\\/85 { + border-inline-end-color: #67e8f9d9; +} + .border-e-cyan-300\\/90 { border-inline-end-color: #67e8f9e6; } @@ -222286,6 +305230,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22d3ee; } +.border-e-cyan-400\\/15 { + border-inline-end-color: #22d3ee26; +} + .border-e-cyan-400\\/20 { border-inline-end-color: #22d3ee33; } @@ -222298,10 +305246,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22d3ee4d; } +.border-e-cyan-400\\/35 { + border-inline-end-color: #22d3ee59; +} + .border-e-cyan-400\\/40 { border-inline-end-color: #22d3ee66; } +.border-e-cyan-400\\/45 { + border-inline-end-color: #22d3ee73; +} + .border-e-cyan-400\\/5 { border-inline-end-color: #22d3ee0d; } @@ -222310,10 +305266,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22d3ee80; } +.border-e-cyan-400\\/55 { + border-inline-end-color: #22d3ee8c; +} + .border-e-cyan-400\\/60 { border-inline-end-color: #22d3ee99; } +.border-e-cyan-400\\/65 { + border-inline-end-color: #22d3eea6; +} + .border-e-cyan-400\\/70 { border-inline-end-color: #22d3eeb3; } @@ -222326,6 +305290,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22d3eecc; } +.border-e-cyan-400\\/85 { + border-inline-end-color: #22d3eed9; +} + .border-e-cyan-400\\/90 { border-inline-end-color: #22d3eee6; } @@ -222351,6 +305319,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfeff; } +.border-e-cyan-50\\/15 { + border-inline-end-color: #ecfeff26; +} + .border-e-cyan-50\\/20 { border-inline-end-color: #ecfeff33; } @@ -222363,10 +305335,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfeff4d; } +.border-e-cyan-50\\/35 { + border-inline-end-color: #ecfeff59; +} + .border-e-cyan-50\\/40 { border-inline-end-color: #ecfeff66; } +.border-e-cyan-50\\/45 { + border-inline-end-color: #ecfeff73; +} + .border-e-cyan-50\\/5 { border-inline-end-color: #ecfeff0d; } @@ -222375,10 +305355,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfeff80; } +.border-e-cyan-50\\/55 { + border-inline-end-color: #ecfeff8c; +} + .border-e-cyan-50\\/60 { border-inline-end-color: #ecfeff99; } +.border-e-cyan-50\\/65 { + border-inline-end-color: #ecfeffa6; +} + .border-e-cyan-50\\/70 { border-inline-end-color: #ecfeffb3; } @@ -222391,6 +305379,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfeffcc; } +.border-e-cyan-50\\/85 { + border-inline-end-color: #ecfeffd9; +} + .border-e-cyan-50\\/90 { border-inline-end-color: #ecfeffe6; } @@ -222416,6 +305408,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #06b6d4; } +.border-e-cyan-500\\/15 { + border-inline-end-color: #06b6d426; +} + .border-e-cyan-500\\/20 { border-inline-end-color: #06b6d433; } @@ -222428,10 +305424,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #06b6d44d; } +.border-e-cyan-500\\/35 { + border-inline-end-color: #06b6d459; +} + .border-e-cyan-500\\/40 { border-inline-end-color: #06b6d466; } +.border-e-cyan-500\\/45 { + border-inline-end-color: #06b6d473; +} + .border-e-cyan-500\\/5 { border-inline-end-color: #06b6d40d; } @@ -222440,10 +305444,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #06b6d480; } +.border-e-cyan-500\\/55 { + border-inline-end-color: #06b6d48c; +} + .border-e-cyan-500\\/60 { border-inline-end-color: #06b6d499; } +.border-e-cyan-500\\/65 { + border-inline-end-color: #06b6d4a6; +} + .border-e-cyan-500\\/70 { border-inline-end-color: #06b6d4b3; } @@ -222456,6 +305468,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #06b6d4cc; } +.border-e-cyan-500\\/85 { + border-inline-end-color: #06b6d4d9; +} + .border-e-cyan-500\\/90 { border-inline-end-color: #06b6d4e6; } @@ -222481,6 +305497,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0891b2; } +.border-e-cyan-600\\/15 { + border-inline-end-color: #0891b226; +} + .border-e-cyan-600\\/20 { border-inline-end-color: #0891b233; } @@ -222493,10 +305513,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0891b24d; } +.border-e-cyan-600\\/35 { + border-inline-end-color: #0891b259; +} + .border-e-cyan-600\\/40 { border-inline-end-color: #0891b266; } +.border-e-cyan-600\\/45 { + border-inline-end-color: #0891b273; +} + .border-e-cyan-600\\/5 { border-inline-end-color: #0891b20d; } @@ -222505,10 +305533,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0891b280; } +.border-e-cyan-600\\/55 { + border-inline-end-color: #0891b28c; +} + .border-e-cyan-600\\/60 { border-inline-end-color: #0891b299; } +.border-e-cyan-600\\/65 { + border-inline-end-color: #0891b2a6; +} + .border-e-cyan-600\\/70 { border-inline-end-color: #0891b2b3; } @@ -222521,6 +305557,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0891b2cc; } +.border-e-cyan-600\\/85 { + border-inline-end-color: #0891b2d9; +} + .border-e-cyan-600\\/90 { border-inline-end-color: #0891b2e6; } @@ -222546,6 +305586,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0e7490; } +.border-e-cyan-700\\/15 { + border-inline-end-color: #0e749026; +} + .border-e-cyan-700\\/20 { border-inline-end-color: #0e749033; } @@ -222558,10 +305602,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0e74904d; } +.border-e-cyan-700\\/35 { + border-inline-end-color: #0e749059; +} + .border-e-cyan-700\\/40 { border-inline-end-color: #0e749066; } +.border-e-cyan-700\\/45 { + border-inline-end-color: #0e749073; +} + .border-e-cyan-700\\/5 { border-inline-end-color: #0e74900d; } @@ -222570,10 +305622,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0e749080; } +.border-e-cyan-700\\/55 { + border-inline-end-color: #0e74908c; +} + .border-e-cyan-700\\/60 { border-inline-end-color: #0e749099; } +.border-e-cyan-700\\/65 { + border-inline-end-color: #0e7490a6; +} + .border-e-cyan-700\\/70 { border-inline-end-color: #0e7490b3; } @@ -222586,6 +305646,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0e7490cc; } +.border-e-cyan-700\\/85 { + border-inline-end-color: #0e7490d9; +} + .border-e-cyan-700\\/90 { border-inline-end-color: #0e7490e6; } @@ -222611,6 +305675,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #155e75; } +.border-e-cyan-800\\/15 { + border-inline-end-color: #155e7526; +} + .border-e-cyan-800\\/20 { border-inline-end-color: #155e7533; } @@ -222623,10 +305691,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #155e754d; } +.border-e-cyan-800\\/35 { + border-inline-end-color: #155e7559; +} + .border-e-cyan-800\\/40 { border-inline-end-color: #155e7566; } +.border-e-cyan-800\\/45 { + border-inline-end-color: #155e7573; +} + .border-e-cyan-800\\/5 { border-inline-end-color: #155e750d; } @@ -222635,10 +305711,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #155e7580; } +.border-e-cyan-800\\/55 { + border-inline-end-color: #155e758c; +} + .border-e-cyan-800\\/60 { border-inline-end-color: #155e7599; } +.border-e-cyan-800\\/65 { + border-inline-end-color: #155e75a6; +} + .border-e-cyan-800\\/70 { border-inline-end-color: #155e75b3; } @@ -222651,6 +305735,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #155e75cc; } +.border-e-cyan-800\\/85 { + border-inline-end-color: #155e75d9; +} + .border-e-cyan-800\\/90 { border-inline-end-color: #155e75e6; } @@ -222676,6 +305764,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #164e63; } +.border-e-cyan-900\\/15 { + border-inline-end-color: #164e6326; +} + .border-e-cyan-900\\/20 { border-inline-end-color: #164e6333; } @@ -222688,10 +305780,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #164e634d; } +.border-e-cyan-900\\/35 { + border-inline-end-color: #164e6359; +} + .border-e-cyan-900\\/40 { border-inline-end-color: #164e6366; } +.border-e-cyan-900\\/45 { + border-inline-end-color: #164e6373; +} + .border-e-cyan-900\\/5 { border-inline-end-color: #164e630d; } @@ -222700,10 +305800,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #164e6380; } +.border-e-cyan-900\\/55 { + border-inline-end-color: #164e638c; +} + .border-e-cyan-900\\/60 { border-inline-end-color: #164e6399; } +.border-e-cyan-900\\/65 { + border-inline-end-color: #164e63a6; +} + .border-e-cyan-900\\/70 { border-inline-end-color: #164e63b3; } @@ -222716,6 +305824,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #164e63cc; } +.border-e-cyan-900\\/85 { + border-inline-end-color: #164e63d9; +} + .border-e-cyan-900\\/90 { border-inline-end-color: #164e63e6; } @@ -222741,6 +305853,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #083344; } +.border-e-cyan-950\\/15 { + border-inline-end-color: #08334426; +} + .border-e-cyan-950\\/20 { border-inline-end-color: #08334433; } @@ -222753,10 +305869,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0833444d; } +.border-e-cyan-950\\/35 { + border-inline-end-color: #08334459; +} + .border-e-cyan-950\\/40 { border-inline-end-color: #08334466; } +.border-e-cyan-950\\/45 { + border-inline-end-color: #08334473; +} + .border-e-cyan-950\\/5 { border-inline-end-color: #0833440d; } @@ -222765,10 +305889,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #08334480; } +.border-e-cyan-950\\/55 { + border-inline-end-color: #0833448c; +} + .border-e-cyan-950\\/60 { border-inline-end-color: #08334499; } +.border-e-cyan-950\\/65 { + border-inline-end-color: #083344a6; +} + .border-e-cyan-950\\/70 { border-inline-end-color: #083344b3; } @@ -222781,6 +305913,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #083344cc; } +.border-e-cyan-950\\/85 { + border-inline-end-color: #083344d9; +} + .border-e-cyan-950\\/90 { border-inline-end-color: #083344e6; } @@ -222806,6 +305942,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1fae5; } +.border-e-emerald-100\\/15 { + border-inline-end-color: #d1fae526; +} + .border-e-emerald-100\\/20 { border-inline-end-color: #d1fae533; } @@ -222818,10 +305958,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1fae54d; } +.border-e-emerald-100\\/35 { + border-inline-end-color: #d1fae559; +} + .border-e-emerald-100\\/40 { border-inline-end-color: #d1fae566; } +.border-e-emerald-100\\/45 { + border-inline-end-color: #d1fae573; +} + .border-e-emerald-100\\/5 { border-inline-end-color: #d1fae50d; } @@ -222830,10 +305978,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1fae580; } +.border-e-emerald-100\\/55 { + border-inline-end-color: #d1fae58c; +} + .border-e-emerald-100\\/60 { border-inline-end-color: #d1fae599; } +.border-e-emerald-100\\/65 { + border-inline-end-color: #d1fae5a6; +} + .border-e-emerald-100\\/70 { border-inline-end-color: #d1fae5b3; } @@ -222846,6 +306002,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1fae5cc; } +.border-e-emerald-100\\/85 { + border-inline-end-color: #d1fae5d9; +} + .border-e-emerald-100\\/90 { border-inline-end-color: #d1fae5e6; } @@ -222871,6 +306031,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a7f3d0; } +.border-e-emerald-200\\/15 { + border-inline-end-color: #a7f3d026; +} + .border-e-emerald-200\\/20 { border-inline-end-color: #a7f3d033; } @@ -222883,10 +306047,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a7f3d04d; } +.border-e-emerald-200\\/35 { + border-inline-end-color: #a7f3d059; +} + .border-e-emerald-200\\/40 { border-inline-end-color: #a7f3d066; } +.border-e-emerald-200\\/45 { + border-inline-end-color: #a7f3d073; +} + .border-e-emerald-200\\/5 { border-inline-end-color: #a7f3d00d; } @@ -222895,10 +306067,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a7f3d080; } +.border-e-emerald-200\\/55 { + border-inline-end-color: #a7f3d08c; +} + .border-e-emerald-200\\/60 { border-inline-end-color: #a7f3d099; } +.border-e-emerald-200\\/65 { + border-inline-end-color: #a7f3d0a6; +} + .border-e-emerald-200\\/70 { border-inline-end-color: #a7f3d0b3; } @@ -222911,6 +306091,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a7f3d0cc; } +.border-e-emerald-200\\/85 { + border-inline-end-color: #a7f3d0d9; +} + .border-e-emerald-200\\/90 { border-inline-end-color: #a7f3d0e6; } @@ -222936,6 +306120,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6ee7b7; } +.border-e-emerald-300\\/15 { + border-inline-end-color: #6ee7b726; +} + .border-e-emerald-300\\/20 { border-inline-end-color: #6ee7b733; } @@ -222948,10 +306136,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6ee7b74d; } +.border-e-emerald-300\\/35 { + border-inline-end-color: #6ee7b759; +} + .border-e-emerald-300\\/40 { border-inline-end-color: #6ee7b766; } +.border-e-emerald-300\\/45 { + border-inline-end-color: #6ee7b773; +} + .border-e-emerald-300\\/5 { border-inline-end-color: #6ee7b70d; } @@ -222960,10 +306156,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6ee7b780; } +.border-e-emerald-300\\/55 { + border-inline-end-color: #6ee7b78c; +} + .border-e-emerald-300\\/60 { border-inline-end-color: #6ee7b799; } +.border-e-emerald-300\\/65 { + border-inline-end-color: #6ee7b7a6; +} + .border-e-emerald-300\\/70 { border-inline-end-color: #6ee7b7b3; } @@ -222976,6 +306180,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6ee7b7cc; } +.border-e-emerald-300\\/85 { + border-inline-end-color: #6ee7b7d9; +} + .border-e-emerald-300\\/90 { border-inline-end-color: #6ee7b7e6; } @@ -223001,6 +306209,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #34d399; } +.border-e-emerald-400\\/15 { + border-inline-end-color: #34d39926; +} + .border-e-emerald-400\\/20 { border-inline-end-color: #34d39933; } @@ -223013,10 +306225,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #34d3994d; } +.border-e-emerald-400\\/35 { + border-inline-end-color: #34d39959; +} + .border-e-emerald-400\\/40 { border-inline-end-color: #34d39966; } +.border-e-emerald-400\\/45 { + border-inline-end-color: #34d39973; +} + .border-e-emerald-400\\/5 { border-inline-end-color: #34d3990d; } @@ -223025,10 +306245,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #34d39980; } +.border-e-emerald-400\\/55 { + border-inline-end-color: #34d3998c; +} + .border-e-emerald-400\\/60 { border-inline-end-color: #34d39999; } +.border-e-emerald-400\\/65 { + border-inline-end-color: #34d399a6; +} + .border-e-emerald-400\\/70 { border-inline-end-color: #34d399b3; } @@ -223041,6 +306269,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #34d399cc; } +.border-e-emerald-400\\/85 { + border-inline-end-color: #34d399d9; +} + .border-e-emerald-400\\/90 { border-inline-end-color: #34d399e6; } @@ -223066,6 +306298,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfdf5; } +.border-e-emerald-50\\/15 { + border-inline-end-color: #ecfdf526; +} + .border-e-emerald-50\\/20 { border-inline-end-color: #ecfdf533; } @@ -223078,10 +306314,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfdf54d; } +.border-e-emerald-50\\/35 { + border-inline-end-color: #ecfdf559; +} + .border-e-emerald-50\\/40 { border-inline-end-color: #ecfdf566; } +.border-e-emerald-50\\/45 { + border-inline-end-color: #ecfdf573; +} + .border-e-emerald-50\\/5 { border-inline-end-color: #ecfdf50d; } @@ -223090,10 +306334,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfdf580; } +.border-e-emerald-50\\/55 { + border-inline-end-color: #ecfdf58c; +} + .border-e-emerald-50\\/60 { border-inline-end-color: #ecfdf599; } +.border-e-emerald-50\\/65 { + border-inline-end-color: #ecfdf5a6; +} + .border-e-emerald-50\\/70 { border-inline-end-color: #ecfdf5b3; } @@ -223106,6 +306358,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfdf5cc; } +.border-e-emerald-50\\/85 { + border-inline-end-color: #ecfdf5d9; +} + .border-e-emerald-50\\/90 { border-inline-end-color: #ecfdf5e6; } @@ -223131,6 +306387,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #10b981; } +.border-e-emerald-500\\/15 { + border-inline-end-color: #10b98126; +} + .border-e-emerald-500\\/20 { border-inline-end-color: #10b98133; } @@ -223143,10 +306403,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #10b9814d; } +.border-e-emerald-500\\/35 { + border-inline-end-color: #10b98159; +} + .border-e-emerald-500\\/40 { border-inline-end-color: #10b98166; } +.border-e-emerald-500\\/45 { + border-inline-end-color: #10b98173; +} + .border-e-emerald-500\\/5 { border-inline-end-color: #10b9810d; } @@ -223155,10 +306423,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #10b98180; } +.border-e-emerald-500\\/55 { + border-inline-end-color: #10b9818c; +} + .border-e-emerald-500\\/60 { border-inline-end-color: #10b98199; } +.border-e-emerald-500\\/65 { + border-inline-end-color: #10b981a6; +} + .border-e-emerald-500\\/70 { border-inline-end-color: #10b981b3; } @@ -223171,6 +306447,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #10b981cc; } +.border-e-emerald-500\\/85 { + border-inline-end-color: #10b981d9; +} + .border-e-emerald-500\\/90 { border-inline-end-color: #10b981e6; } @@ -223196,6 +306476,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #059669; } +.border-e-emerald-600\\/15 { + border-inline-end-color: #05966926; +} + .border-e-emerald-600\\/20 { border-inline-end-color: #05966933; } @@ -223208,10 +306492,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0596694d; } +.border-e-emerald-600\\/35 { + border-inline-end-color: #05966959; +} + .border-e-emerald-600\\/40 { border-inline-end-color: #05966966; } +.border-e-emerald-600\\/45 { + border-inline-end-color: #05966973; +} + .border-e-emerald-600\\/5 { border-inline-end-color: #0596690d; } @@ -223220,10 +306512,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #05966980; } +.border-e-emerald-600\\/55 { + border-inline-end-color: #0596698c; +} + .border-e-emerald-600\\/60 { border-inline-end-color: #05966999; } +.border-e-emerald-600\\/65 { + border-inline-end-color: #059669a6; +} + .border-e-emerald-600\\/70 { border-inline-end-color: #059669b3; } @@ -223236,6 +306536,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #059669cc; } +.border-e-emerald-600\\/85 { + border-inline-end-color: #059669d9; +} + .border-e-emerald-600\\/90 { border-inline-end-color: #059669e6; } @@ -223261,6 +306565,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #047857; } +.border-e-emerald-700\\/15 { + border-inline-end-color: #04785726; +} + .border-e-emerald-700\\/20 { border-inline-end-color: #04785733; } @@ -223273,10 +306581,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0478574d; } +.border-e-emerald-700\\/35 { + border-inline-end-color: #04785759; +} + .border-e-emerald-700\\/40 { border-inline-end-color: #04785766; } +.border-e-emerald-700\\/45 { + border-inline-end-color: #04785773; +} + .border-e-emerald-700\\/5 { border-inline-end-color: #0478570d; } @@ -223285,10 +306601,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #04785780; } +.border-e-emerald-700\\/55 { + border-inline-end-color: #0478578c; +} + .border-e-emerald-700\\/60 { border-inline-end-color: #04785799; } +.border-e-emerald-700\\/65 { + border-inline-end-color: #047857a6; +} + .border-e-emerald-700\\/70 { border-inline-end-color: #047857b3; } @@ -223301,6 +306625,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #047857cc; } +.border-e-emerald-700\\/85 { + border-inline-end-color: #047857d9; +} + .border-e-emerald-700\\/90 { border-inline-end-color: #047857e6; } @@ -223326,6 +306654,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #065f46; } +.border-e-emerald-800\\/15 { + border-inline-end-color: #065f4626; +} + .border-e-emerald-800\\/20 { border-inline-end-color: #065f4633; } @@ -223338,10 +306670,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #065f464d; } +.border-e-emerald-800\\/35 { + border-inline-end-color: #065f4659; +} + .border-e-emerald-800\\/40 { border-inline-end-color: #065f4666; } +.border-e-emerald-800\\/45 { + border-inline-end-color: #065f4673; +} + .border-e-emerald-800\\/5 { border-inline-end-color: #065f460d; } @@ -223350,10 +306690,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #065f4680; } +.border-e-emerald-800\\/55 { + border-inline-end-color: #065f468c; +} + .border-e-emerald-800\\/60 { border-inline-end-color: #065f4699; } +.border-e-emerald-800\\/65 { + border-inline-end-color: #065f46a6; +} + .border-e-emerald-800\\/70 { border-inline-end-color: #065f46b3; } @@ -223366,6 +306714,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #065f46cc; } +.border-e-emerald-800\\/85 { + border-inline-end-color: #065f46d9; +} + .border-e-emerald-800\\/90 { border-inline-end-color: #065f46e6; } @@ -223391,6 +306743,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #064e3b; } +.border-e-emerald-900\\/15 { + border-inline-end-color: #064e3b26; +} + .border-e-emerald-900\\/20 { border-inline-end-color: #064e3b33; } @@ -223403,10 +306759,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #064e3b4d; } +.border-e-emerald-900\\/35 { + border-inline-end-color: #064e3b59; +} + .border-e-emerald-900\\/40 { border-inline-end-color: #064e3b66; } +.border-e-emerald-900\\/45 { + border-inline-end-color: #064e3b73; +} + .border-e-emerald-900\\/5 { border-inline-end-color: #064e3b0d; } @@ -223415,10 +306779,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #064e3b80; } +.border-e-emerald-900\\/55 { + border-inline-end-color: #064e3b8c; +} + .border-e-emerald-900\\/60 { border-inline-end-color: #064e3b99; } +.border-e-emerald-900\\/65 { + border-inline-end-color: #064e3ba6; +} + .border-e-emerald-900\\/70 { border-inline-end-color: #064e3bb3; } @@ -223431,6 +306803,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #064e3bcc; } +.border-e-emerald-900\\/85 { + border-inline-end-color: #064e3bd9; +} + .border-e-emerald-900\\/90 { border-inline-end-color: #064e3be6; } @@ -223456,6 +306832,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #022c22; } +.border-e-emerald-950\\/15 { + border-inline-end-color: #022c2226; +} + .border-e-emerald-950\\/20 { border-inline-end-color: #022c2233; } @@ -223468,10 +306848,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #022c224d; } +.border-e-emerald-950\\/35 { + border-inline-end-color: #022c2259; +} + .border-e-emerald-950\\/40 { border-inline-end-color: #022c2266; } +.border-e-emerald-950\\/45 { + border-inline-end-color: #022c2273; +} + .border-e-emerald-950\\/5 { border-inline-end-color: #022c220d; } @@ -223480,10 +306868,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #022c2280; } +.border-e-emerald-950\\/55 { + border-inline-end-color: #022c228c; +} + .border-e-emerald-950\\/60 { border-inline-end-color: #022c2299; } +.border-e-emerald-950\\/65 { + border-inline-end-color: #022c22a6; +} + .border-e-emerald-950\\/70 { border-inline-end-color: #022c22b3; } @@ -223496,6 +306892,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #022c22cc; } +.border-e-emerald-950\\/85 { + border-inline-end-color: #022c22d9; +} + .border-e-emerald-950\\/90 { border-inline-end-color: #022c22e6; } @@ -223521,6 +306921,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fae8ff; } +.border-e-fuchsia-100\\/15 { + border-inline-end-color: #fae8ff26; +} + .border-e-fuchsia-100\\/20 { border-inline-end-color: #fae8ff33; } @@ -223533,10 +306937,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fae8ff4d; } +.border-e-fuchsia-100\\/35 { + border-inline-end-color: #fae8ff59; +} + .border-e-fuchsia-100\\/40 { border-inline-end-color: #fae8ff66; } +.border-e-fuchsia-100\\/45 { + border-inline-end-color: #fae8ff73; +} + .border-e-fuchsia-100\\/5 { border-inline-end-color: #fae8ff0d; } @@ -223545,10 +306957,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fae8ff80; } +.border-e-fuchsia-100\\/55 { + border-inline-end-color: #fae8ff8c; +} + .border-e-fuchsia-100\\/60 { border-inline-end-color: #fae8ff99; } +.border-e-fuchsia-100\\/65 { + border-inline-end-color: #fae8ffa6; +} + .border-e-fuchsia-100\\/70 { border-inline-end-color: #fae8ffb3; } @@ -223561,6 +306981,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fae8ffcc; } +.border-e-fuchsia-100\\/85 { + border-inline-end-color: #fae8ffd9; +} + .border-e-fuchsia-100\\/90 { border-inline-end-color: #fae8ffe6; } @@ -223586,6 +307010,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5d0fe; } +.border-e-fuchsia-200\\/15 { + border-inline-end-color: #f5d0fe26; +} + .border-e-fuchsia-200\\/20 { border-inline-end-color: #f5d0fe33; } @@ -223598,10 +307026,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5d0fe4d; } +.border-e-fuchsia-200\\/35 { + border-inline-end-color: #f5d0fe59; +} + .border-e-fuchsia-200\\/40 { border-inline-end-color: #f5d0fe66; } +.border-e-fuchsia-200\\/45 { + border-inline-end-color: #f5d0fe73; +} + .border-e-fuchsia-200\\/5 { border-inline-end-color: #f5d0fe0d; } @@ -223610,10 +307046,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5d0fe80; } +.border-e-fuchsia-200\\/55 { + border-inline-end-color: #f5d0fe8c; +} + .border-e-fuchsia-200\\/60 { border-inline-end-color: #f5d0fe99; } +.border-e-fuchsia-200\\/65 { + border-inline-end-color: #f5d0fea6; +} + .border-e-fuchsia-200\\/70 { border-inline-end-color: #f5d0feb3; } @@ -223626,6 +307070,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5d0fecc; } +.border-e-fuchsia-200\\/85 { + border-inline-end-color: #f5d0fed9; +} + .border-e-fuchsia-200\\/90 { border-inline-end-color: #f5d0fee6; } @@ -223651,6 +307099,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0abfc; } +.border-e-fuchsia-300\\/15 { + border-inline-end-color: #f0abfc26; +} + .border-e-fuchsia-300\\/20 { border-inline-end-color: #f0abfc33; } @@ -223663,10 +307115,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0abfc4d; } +.border-e-fuchsia-300\\/35 { + border-inline-end-color: #f0abfc59; +} + .border-e-fuchsia-300\\/40 { border-inline-end-color: #f0abfc66; } +.border-e-fuchsia-300\\/45 { + border-inline-end-color: #f0abfc73; +} + .border-e-fuchsia-300\\/5 { border-inline-end-color: #f0abfc0d; } @@ -223675,10 +307135,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0abfc80; } +.border-e-fuchsia-300\\/55 { + border-inline-end-color: #f0abfc8c; +} + .border-e-fuchsia-300\\/60 { border-inline-end-color: #f0abfc99; } +.border-e-fuchsia-300\\/65 { + border-inline-end-color: #f0abfca6; +} + .border-e-fuchsia-300\\/70 { border-inline-end-color: #f0abfcb3; } @@ -223691,6 +307159,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0abfccc; } +.border-e-fuchsia-300\\/85 { + border-inline-end-color: #f0abfcd9; +} + .border-e-fuchsia-300\\/90 { border-inline-end-color: #f0abfce6; } @@ -223716,6 +307188,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e879f9; } +.border-e-fuchsia-400\\/15 { + border-inline-end-color: #e879f926; +} + .border-e-fuchsia-400\\/20 { border-inline-end-color: #e879f933; } @@ -223728,10 +307204,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e879f94d; } +.border-e-fuchsia-400\\/35 { + border-inline-end-color: #e879f959; +} + .border-e-fuchsia-400\\/40 { border-inline-end-color: #e879f966; } +.border-e-fuchsia-400\\/45 { + border-inline-end-color: #e879f973; +} + .border-e-fuchsia-400\\/5 { border-inline-end-color: #e879f90d; } @@ -223740,10 +307224,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e879f980; } +.border-e-fuchsia-400\\/55 { + border-inline-end-color: #e879f98c; +} + .border-e-fuchsia-400\\/60 { border-inline-end-color: #e879f999; } +.border-e-fuchsia-400\\/65 { + border-inline-end-color: #e879f9a6; +} + .border-e-fuchsia-400\\/70 { border-inline-end-color: #e879f9b3; } @@ -223756,6 +307248,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e879f9cc; } +.border-e-fuchsia-400\\/85 { + border-inline-end-color: #e879f9d9; +} + .border-e-fuchsia-400\\/90 { border-inline-end-color: #e879f9e6; } @@ -223781,6 +307277,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf4ff; } +.border-e-fuchsia-50\\/15 { + border-inline-end-color: #fdf4ff26; +} + .border-e-fuchsia-50\\/20 { border-inline-end-color: #fdf4ff33; } @@ -223793,10 +307293,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf4ff4d; } +.border-e-fuchsia-50\\/35 { + border-inline-end-color: #fdf4ff59; +} + .border-e-fuchsia-50\\/40 { border-inline-end-color: #fdf4ff66; } +.border-e-fuchsia-50\\/45 { + border-inline-end-color: #fdf4ff73; +} + .border-e-fuchsia-50\\/5 { border-inline-end-color: #fdf4ff0d; } @@ -223805,10 +307313,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf4ff80; } +.border-e-fuchsia-50\\/55 { + border-inline-end-color: #fdf4ff8c; +} + .border-e-fuchsia-50\\/60 { border-inline-end-color: #fdf4ff99; } +.border-e-fuchsia-50\\/65 { + border-inline-end-color: #fdf4ffa6; +} + .border-e-fuchsia-50\\/70 { border-inline-end-color: #fdf4ffb3; } @@ -223821,6 +307337,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf4ffcc; } +.border-e-fuchsia-50\\/85 { + border-inline-end-color: #fdf4ffd9; +} + .border-e-fuchsia-50\\/90 { border-inline-end-color: #fdf4ffe6; } @@ -223846,6 +307366,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d946ef; } +.border-e-fuchsia-500\\/15 { + border-inline-end-color: #d946ef26; +} + .border-e-fuchsia-500\\/20 { border-inline-end-color: #d946ef33; } @@ -223858,10 +307382,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d946ef4d; } +.border-e-fuchsia-500\\/35 { + border-inline-end-color: #d946ef59; +} + .border-e-fuchsia-500\\/40 { border-inline-end-color: #d946ef66; } +.border-e-fuchsia-500\\/45 { + border-inline-end-color: #d946ef73; +} + .border-e-fuchsia-500\\/5 { border-inline-end-color: #d946ef0d; } @@ -223870,10 +307402,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d946ef80; } +.border-e-fuchsia-500\\/55 { + border-inline-end-color: #d946ef8c; +} + .border-e-fuchsia-500\\/60 { border-inline-end-color: #d946ef99; } +.border-e-fuchsia-500\\/65 { + border-inline-end-color: #d946efa6; +} + .border-e-fuchsia-500\\/70 { border-inline-end-color: #d946efb3; } @@ -223886,6 +307426,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d946efcc; } +.border-e-fuchsia-500\\/85 { + border-inline-end-color: #d946efd9; +} + .border-e-fuchsia-500\\/90 { border-inline-end-color: #d946efe6; } @@ -223911,6 +307455,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c026d3; } +.border-e-fuchsia-600\\/15 { + border-inline-end-color: #c026d326; +} + .border-e-fuchsia-600\\/20 { border-inline-end-color: #c026d333; } @@ -223923,10 +307471,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c026d34d; } +.border-e-fuchsia-600\\/35 { + border-inline-end-color: #c026d359; +} + .border-e-fuchsia-600\\/40 { border-inline-end-color: #c026d366; } +.border-e-fuchsia-600\\/45 { + border-inline-end-color: #c026d373; +} + .border-e-fuchsia-600\\/5 { border-inline-end-color: #c026d30d; } @@ -223935,10 +307491,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c026d380; } +.border-e-fuchsia-600\\/55 { + border-inline-end-color: #c026d38c; +} + .border-e-fuchsia-600\\/60 { border-inline-end-color: #c026d399; } +.border-e-fuchsia-600\\/65 { + border-inline-end-color: #c026d3a6; +} + .border-e-fuchsia-600\\/70 { border-inline-end-color: #c026d3b3; } @@ -223951,6 +307515,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c026d3cc; } +.border-e-fuchsia-600\\/85 { + border-inline-end-color: #c026d3d9; +} + .border-e-fuchsia-600\\/90 { border-inline-end-color: #c026d3e6; } @@ -223976,6 +307544,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a21caf; } +.border-e-fuchsia-700\\/15 { + border-inline-end-color: #a21caf26; +} + .border-e-fuchsia-700\\/20 { border-inline-end-color: #a21caf33; } @@ -223988,10 +307560,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a21caf4d; } +.border-e-fuchsia-700\\/35 { + border-inline-end-color: #a21caf59; +} + .border-e-fuchsia-700\\/40 { border-inline-end-color: #a21caf66; } +.border-e-fuchsia-700\\/45 { + border-inline-end-color: #a21caf73; +} + .border-e-fuchsia-700\\/5 { border-inline-end-color: #a21caf0d; } @@ -224000,10 +307580,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a21caf80; } +.border-e-fuchsia-700\\/55 { + border-inline-end-color: #a21caf8c; +} + .border-e-fuchsia-700\\/60 { border-inline-end-color: #a21caf99; } +.border-e-fuchsia-700\\/65 { + border-inline-end-color: #a21cafa6; +} + .border-e-fuchsia-700\\/70 { border-inline-end-color: #a21cafb3; } @@ -224016,6 +307604,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a21cafcc; } +.border-e-fuchsia-700\\/85 { + border-inline-end-color: #a21cafd9; +} + .border-e-fuchsia-700\\/90 { border-inline-end-color: #a21cafe6; } @@ -224041,6 +307633,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86198f; } +.border-e-fuchsia-800\\/15 { + border-inline-end-color: #86198f26; +} + .border-e-fuchsia-800\\/20 { border-inline-end-color: #86198f33; } @@ -224053,10 +307649,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86198f4d; } +.border-e-fuchsia-800\\/35 { + border-inline-end-color: #86198f59; +} + .border-e-fuchsia-800\\/40 { border-inline-end-color: #86198f66; } +.border-e-fuchsia-800\\/45 { + border-inline-end-color: #86198f73; +} + .border-e-fuchsia-800\\/5 { border-inline-end-color: #86198f0d; } @@ -224065,10 +307669,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86198f80; } +.border-e-fuchsia-800\\/55 { + border-inline-end-color: #86198f8c; +} + .border-e-fuchsia-800\\/60 { border-inline-end-color: #86198f99; } +.border-e-fuchsia-800\\/65 { + border-inline-end-color: #86198fa6; +} + .border-e-fuchsia-800\\/70 { border-inline-end-color: #86198fb3; } @@ -224081,6 +307693,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86198fcc; } +.border-e-fuchsia-800\\/85 { + border-inline-end-color: #86198fd9; +} + .border-e-fuchsia-800\\/90 { border-inline-end-color: #86198fe6; } @@ -224106,6 +307722,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #701a75; } +.border-e-fuchsia-900\\/15 { + border-inline-end-color: #701a7526; +} + .border-e-fuchsia-900\\/20 { border-inline-end-color: #701a7533; } @@ -224118,10 +307738,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #701a754d; } +.border-e-fuchsia-900\\/35 { + border-inline-end-color: #701a7559; +} + .border-e-fuchsia-900\\/40 { border-inline-end-color: #701a7566; } +.border-e-fuchsia-900\\/45 { + border-inline-end-color: #701a7573; +} + .border-e-fuchsia-900\\/5 { border-inline-end-color: #701a750d; } @@ -224130,10 +307758,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #701a7580; } +.border-e-fuchsia-900\\/55 { + border-inline-end-color: #701a758c; +} + .border-e-fuchsia-900\\/60 { border-inline-end-color: #701a7599; } +.border-e-fuchsia-900\\/65 { + border-inline-end-color: #701a75a6; +} + .border-e-fuchsia-900\\/70 { border-inline-end-color: #701a75b3; } @@ -224146,6 +307782,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #701a75cc; } +.border-e-fuchsia-900\\/85 { + border-inline-end-color: #701a75d9; +} + .border-e-fuchsia-900\\/90 { border-inline-end-color: #701a75e6; } @@ -224171,6 +307811,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4a044e; } +.border-e-fuchsia-950\\/15 { + border-inline-end-color: #4a044e26; +} + .border-e-fuchsia-950\\/20 { border-inline-end-color: #4a044e33; } @@ -224183,10 +307827,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4a044e4d; } +.border-e-fuchsia-950\\/35 { + border-inline-end-color: #4a044e59; +} + .border-e-fuchsia-950\\/40 { border-inline-end-color: #4a044e66; } +.border-e-fuchsia-950\\/45 { + border-inline-end-color: #4a044e73; +} + .border-e-fuchsia-950\\/5 { border-inline-end-color: #4a044e0d; } @@ -224195,10 +307847,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4a044e80; } +.border-e-fuchsia-950\\/55 { + border-inline-end-color: #4a044e8c; +} + .border-e-fuchsia-950\\/60 { border-inline-end-color: #4a044e99; } +.border-e-fuchsia-950\\/65 { + border-inline-end-color: #4a044ea6; +} + .border-e-fuchsia-950\\/70 { border-inline-end-color: #4a044eb3; } @@ -224211,6 +307871,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4a044ecc; } +.border-e-fuchsia-950\\/85 { + border-inline-end-color: #4a044ed9; +} + .border-e-fuchsia-950\\/90 { border-inline-end-color: #4a044ee6; } @@ -224236,6 +307900,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3f4f6; } +.border-e-gray-100\\/15 { + border-inline-end-color: #f3f4f626; +} + .border-e-gray-100\\/20 { border-inline-end-color: #f3f4f633; } @@ -224248,10 +307916,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3f4f64d; } +.border-e-gray-100\\/35 { + border-inline-end-color: #f3f4f659; +} + .border-e-gray-100\\/40 { border-inline-end-color: #f3f4f666; } +.border-e-gray-100\\/45 { + border-inline-end-color: #f3f4f673; +} + .border-e-gray-100\\/5 { border-inline-end-color: #f3f4f60d; } @@ -224260,10 +307936,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3f4f680; } +.border-e-gray-100\\/55 { + border-inline-end-color: #f3f4f68c; +} + .border-e-gray-100\\/60 { border-inline-end-color: #f3f4f699; } +.border-e-gray-100\\/65 { + border-inline-end-color: #f3f4f6a6; +} + .border-e-gray-100\\/70 { border-inline-end-color: #f3f4f6b3; } @@ -224276,6 +307960,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3f4f6cc; } +.border-e-gray-100\\/85 { + border-inline-end-color: #f3f4f6d9; +} + .border-e-gray-100\\/90 { border-inline-end-color: #f3f4f6e6; } @@ -224301,6 +307989,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e7eb; } +.border-e-gray-200\\/15 { + border-inline-end-color: #e5e7eb26; +} + .border-e-gray-200\\/20 { border-inline-end-color: #e5e7eb33; } @@ -224313,10 +308005,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e7eb4d; } +.border-e-gray-200\\/35 { + border-inline-end-color: #e5e7eb59; +} + .border-e-gray-200\\/40 { border-inline-end-color: #e5e7eb66; } +.border-e-gray-200\\/45 { + border-inline-end-color: #e5e7eb73; +} + .border-e-gray-200\\/5 { border-inline-end-color: #e5e7eb0d; } @@ -224325,10 +308025,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e7eb80; } +.border-e-gray-200\\/55 { + border-inline-end-color: #e5e7eb8c; +} + .border-e-gray-200\\/60 { border-inline-end-color: #e5e7eb99; } +.border-e-gray-200\\/65 { + border-inline-end-color: #e5e7eba6; +} + .border-e-gray-200\\/70 { border-inline-end-color: #e5e7ebb3; } @@ -224341,6 +308049,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e7ebcc; } +.border-e-gray-200\\/85 { + border-inline-end-color: #e5e7ebd9; +} + .border-e-gray-200\\/90 { border-inline-end-color: #e5e7ebe6; } @@ -224366,6 +308078,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1d5db; } +.border-e-gray-300\\/15 { + border-inline-end-color: #d1d5db26; +} + .border-e-gray-300\\/20 { border-inline-end-color: #d1d5db33; } @@ -224378,10 +308094,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1d5db4d; } +.border-e-gray-300\\/35 { + border-inline-end-color: #d1d5db59; +} + .border-e-gray-300\\/40 { border-inline-end-color: #d1d5db66; } +.border-e-gray-300\\/45 { + border-inline-end-color: #d1d5db73; +} + .border-e-gray-300\\/5 { border-inline-end-color: #d1d5db0d; } @@ -224390,10 +308114,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1d5db80; } +.border-e-gray-300\\/55 { + border-inline-end-color: #d1d5db8c; +} + .border-e-gray-300\\/60 { border-inline-end-color: #d1d5db99; } +.border-e-gray-300\\/65 { + border-inline-end-color: #d1d5dba6; +} + .border-e-gray-300\\/70 { border-inline-end-color: #d1d5dbb3; } @@ -224406,6 +308138,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d1d5dbcc; } +.border-e-gray-300\\/85 { + border-inline-end-color: #d1d5dbd9; +} + .border-e-gray-300\\/90 { border-inline-end-color: #d1d5dbe6; } @@ -224431,6 +308167,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9ca3af; } +.border-e-gray-400\\/15 { + border-inline-end-color: #9ca3af26; +} + .border-e-gray-400\\/20 { border-inline-end-color: #9ca3af33; } @@ -224443,10 +308183,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9ca3af4d; } +.border-e-gray-400\\/35 { + border-inline-end-color: #9ca3af59; +} + .border-e-gray-400\\/40 { border-inline-end-color: #9ca3af66; } +.border-e-gray-400\\/45 { + border-inline-end-color: #9ca3af73; +} + .border-e-gray-400\\/5 { border-inline-end-color: #9ca3af0d; } @@ -224455,10 +308203,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9ca3af80; } +.border-e-gray-400\\/55 { + border-inline-end-color: #9ca3af8c; +} + .border-e-gray-400\\/60 { border-inline-end-color: #9ca3af99; } +.border-e-gray-400\\/65 { + border-inline-end-color: #9ca3afa6; +} + .border-e-gray-400\\/70 { border-inline-end-color: #9ca3afb3; } @@ -224471,6 +308227,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9ca3afcc; } +.border-e-gray-400\\/85 { + border-inline-end-color: #9ca3afd9; +} + .border-e-gray-400\\/90 { border-inline-end-color: #9ca3afe6; } @@ -224496,6 +308256,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9fafb; } +.border-e-gray-50\\/15 { + border-inline-end-color: #f9fafb26; +} + .border-e-gray-50\\/20 { border-inline-end-color: #f9fafb33; } @@ -224508,10 +308272,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9fafb4d; } +.border-e-gray-50\\/35 { + border-inline-end-color: #f9fafb59; +} + .border-e-gray-50\\/40 { border-inline-end-color: #f9fafb66; } +.border-e-gray-50\\/45 { + border-inline-end-color: #f9fafb73; +} + .border-e-gray-50\\/5 { border-inline-end-color: #f9fafb0d; } @@ -224520,10 +308292,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9fafb80; } +.border-e-gray-50\\/55 { + border-inline-end-color: #f9fafb8c; +} + .border-e-gray-50\\/60 { border-inline-end-color: #f9fafb99; } +.border-e-gray-50\\/65 { + border-inline-end-color: #f9fafba6; +} + .border-e-gray-50\\/70 { border-inline-end-color: #f9fafbb3; } @@ -224536,6 +308316,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9fafbcc; } +.border-e-gray-50\\/85 { + border-inline-end-color: #f9fafbd9; +} + .border-e-gray-50\\/90 { border-inline-end-color: #f9fafbe6; } @@ -224561,6 +308345,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b7280; } +.border-e-gray-500\\/15 { + border-inline-end-color: #6b728026; +} + .border-e-gray-500\\/20 { border-inline-end-color: #6b728033; } @@ -224573,10 +308361,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b72804d; } +.border-e-gray-500\\/35 { + border-inline-end-color: #6b728059; +} + .border-e-gray-500\\/40 { border-inline-end-color: #6b728066; } +.border-e-gray-500\\/45 { + border-inline-end-color: #6b728073; +} + .border-e-gray-500\\/5 { border-inline-end-color: #6b72800d; } @@ -224585,10 +308381,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b728080; } +.border-e-gray-500\\/55 { + border-inline-end-color: #6b72808c; +} + .border-e-gray-500\\/60 { border-inline-end-color: #6b728099; } +.border-e-gray-500\\/65 { + border-inline-end-color: #6b7280a6; +} + .border-e-gray-500\\/70 { border-inline-end-color: #6b7280b3; } @@ -224601,6 +308405,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b7280cc; } +.border-e-gray-500\\/85 { + border-inline-end-color: #6b7280d9; +} + .border-e-gray-500\\/90 { border-inline-end-color: #6b7280e6; } @@ -224626,6 +308434,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4b5563; } +.border-e-gray-600\\/15 { + border-inline-end-color: #4b556326; +} + .border-e-gray-600\\/20 { border-inline-end-color: #4b556333; } @@ -224638,10 +308450,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4b55634d; } +.border-e-gray-600\\/35 { + border-inline-end-color: #4b556359; +} + .border-e-gray-600\\/40 { border-inline-end-color: #4b556366; } +.border-e-gray-600\\/45 { + border-inline-end-color: #4b556373; +} + .border-e-gray-600\\/5 { border-inline-end-color: #4b55630d; } @@ -224650,10 +308470,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4b556380; } +.border-e-gray-600\\/55 { + border-inline-end-color: #4b55638c; +} + .border-e-gray-600\\/60 { border-inline-end-color: #4b556399; } +.border-e-gray-600\\/65 { + border-inline-end-color: #4b5563a6; +} + .border-e-gray-600\\/70 { border-inline-end-color: #4b5563b3; } @@ -224666,6 +308494,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4b5563cc; } +.border-e-gray-600\\/85 { + border-inline-end-color: #4b5563d9; +} + .border-e-gray-600\\/90 { border-inline-end-color: #4b5563e6; } @@ -224691,6 +308523,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #374151; } +.border-e-gray-700\\/15 { + border-inline-end-color: #37415126; +} + .border-e-gray-700\\/20 { border-inline-end-color: #37415133; } @@ -224703,10 +308539,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3741514d; } +.border-e-gray-700\\/35 { + border-inline-end-color: #37415159; +} + .border-e-gray-700\\/40 { border-inline-end-color: #37415166; } +.border-e-gray-700\\/45 { + border-inline-end-color: #37415173; +} + .border-e-gray-700\\/5 { border-inline-end-color: #3741510d; } @@ -224715,10 +308559,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #37415180; } +.border-e-gray-700\\/55 { + border-inline-end-color: #3741518c; +} + .border-e-gray-700\\/60 { border-inline-end-color: #37415199; } +.border-e-gray-700\\/65 { + border-inline-end-color: #374151a6; +} + .border-e-gray-700\\/70 { border-inline-end-color: #374151b3; } @@ -224731,6 +308583,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #374151cc; } +.border-e-gray-700\\/85 { + border-inline-end-color: #374151d9; +} + .border-e-gray-700\\/90 { border-inline-end-color: #374151e6; } @@ -224756,6 +308612,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1f2937; } +.border-e-gray-800\\/15 { + border-inline-end-color: #1f293726; +} + .border-e-gray-800\\/20 { border-inline-end-color: #1f293733; } @@ -224768,10 +308628,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1f29374d; } +.border-e-gray-800\\/35 { + border-inline-end-color: #1f293759; +} + .border-e-gray-800\\/40 { border-inline-end-color: #1f293766; } +.border-e-gray-800\\/45 { + border-inline-end-color: #1f293773; +} + .border-e-gray-800\\/5 { border-inline-end-color: #1f29370d; } @@ -224780,10 +308648,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1f293780; } +.border-e-gray-800\\/55 { + border-inline-end-color: #1f29378c; +} + .border-e-gray-800\\/60 { border-inline-end-color: #1f293799; } +.border-e-gray-800\\/65 { + border-inline-end-color: #1f2937a6; +} + .border-e-gray-800\\/70 { border-inline-end-color: #1f2937b3; } @@ -224796,6 +308672,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1f2937cc; } +.border-e-gray-800\\/85 { + border-inline-end-color: #1f2937d9; +} + .border-e-gray-800\\/90 { border-inline-end-color: #1f2937e6; } @@ -224821,6 +308701,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #111827; } +.border-e-gray-900\\/15 { + border-inline-end-color: #11182726; +} + .border-e-gray-900\\/20 { border-inline-end-color: #11182733; } @@ -224833,10 +308717,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1118274d; } +.border-e-gray-900\\/35 { + border-inline-end-color: #11182759; +} + .border-e-gray-900\\/40 { border-inline-end-color: #11182766; } +.border-e-gray-900\\/45 { + border-inline-end-color: #11182773; +} + .border-e-gray-900\\/5 { border-inline-end-color: #1118270d; } @@ -224845,10 +308737,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #11182780; } +.border-e-gray-900\\/55 { + border-inline-end-color: #1118278c; +} + .border-e-gray-900\\/60 { border-inline-end-color: #11182799; } +.border-e-gray-900\\/65 { + border-inline-end-color: #111827a6; +} + .border-e-gray-900\\/70 { border-inline-end-color: #111827b3; } @@ -224861,6 +308761,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #111827cc; } +.border-e-gray-900\\/85 { + border-inline-end-color: #111827d9; +} + .border-e-gray-900\\/90 { border-inline-end-color: #111827e6; } @@ -224886,6 +308790,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #030712; } +.border-e-gray-950\\/15 { + border-inline-end-color: #03071226; +} + .border-e-gray-950\\/20 { border-inline-end-color: #03071233; } @@ -224898,10 +308806,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0307124d; } +.border-e-gray-950\\/35 { + border-inline-end-color: #03071259; +} + .border-e-gray-950\\/40 { border-inline-end-color: #03071266; } +.border-e-gray-950\\/45 { + border-inline-end-color: #03071273; +} + .border-e-gray-950\\/5 { border-inline-end-color: #0307120d; } @@ -224910,10 +308826,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #03071280; } +.border-e-gray-950\\/55 { + border-inline-end-color: #0307128c; +} + .border-e-gray-950\\/60 { border-inline-end-color: #03071299; } +.border-e-gray-950\\/65 { + border-inline-end-color: #030712a6; +} + .border-e-gray-950\\/70 { border-inline-end-color: #030712b3; } @@ -224926,6 +308850,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #030712cc; } +.border-e-gray-950\\/85 { + border-inline-end-color: #030712d9; +} + .border-e-gray-950\\/90 { border-inline-end-color: #030712e6; } @@ -224951,6 +308879,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dcfce7; } +.border-e-green-100\\/15 { + border-inline-end-color: #dcfce726; +} + .border-e-green-100\\/20 { border-inline-end-color: #dcfce733; } @@ -224963,10 +308895,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dcfce74d; } +.border-e-green-100\\/35 { + border-inline-end-color: #dcfce759; +} + .border-e-green-100\\/40 { border-inline-end-color: #dcfce766; } +.border-e-green-100\\/45 { + border-inline-end-color: #dcfce773; +} + .border-e-green-100\\/5 { border-inline-end-color: #dcfce70d; } @@ -224975,10 +308915,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dcfce780; } +.border-e-green-100\\/55 { + border-inline-end-color: #dcfce78c; +} + .border-e-green-100\\/60 { border-inline-end-color: #dcfce799; } +.border-e-green-100\\/65 { + border-inline-end-color: #dcfce7a6; +} + .border-e-green-100\\/70 { border-inline-end-color: #dcfce7b3; } @@ -224991,6 +308939,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dcfce7cc; } +.border-e-green-100\\/85 { + border-inline-end-color: #dcfce7d9; +} + .border-e-green-100\\/90 { border-inline-end-color: #dcfce7e6; } @@ -225016,6 +308968,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bbf7d0; } +.border-e-green-200\\/15 { + border-inline-end-color: #bbf7d026; +} + .border-e-green-200\\/20 { border-inline-end-color: #bbf7d033; } @@ -225028,10 +308984,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bbf7d04d; } +.border-e-green-200\\/35 { + border-inline-end-color: #bbf7d059; +} + .border-e-green-200\\/40 { border-inline-end-color: #bbf7d066; } +.border-e-green-200\\/45 { + border-inline-end-color: #bbf7d073; +} + .border-e-green-200\\/5 { border-inline-end-color: #bbf7d00d; } @@ -225040,10 +309004,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bbf7d080; } +.border-e-green-200\\/55 { + border-inline-end-color: #bbf7d08c; +} + .border-e-green-200\\/60 { border-inline-end-color: #bbf7d099; } +.border-e-green-200\\/65 { + border-inline-end-color: #bbf7d0a6; +} + .border-e-green-200\\/70 { border-inline-end-color: #bbf7d0b3; } @@ -225056,6 +309028,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bbf7d0cc; } +.border-e-green-200\\/85 { + border-inline-end-color: #bbf7d0d9; +} + .border-e-green-200\\/90 { border-inline-end-color: #bbf7d0e6; } @@ -225081,6 +309057,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86efac; } +.border-e-green-300\\/15 { + border-inline-end-color: #86efac26; +} + .border-e-green-300\\/20 { border-inline-end-color: #86efac33; } @@ -225093,10 +309073,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86efac4d; } +.border-e-green-300\\/35 { + border-inline-end-color: #86efac59; +} + .border-e-green-300\\/40 { border-inline-end-color: #86efac66; } +.border-e-green-300\\/45 { + border-inline-end-color: #86efac73; +} + .border-e-green-300\\/5 { border-inline-end-color: #86efac0d; } @@ -225105,10 +309093,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86efac80; } +.border-e-green-300\\/55 { + border-inline-end-color: #86efac8c; +} + .border-e-green-300\\/60 { border-inline-end-color: #86efac99; } +.border-e-green-300\\/65 { + border-inline-end-color: #86efaca6; +} + .border-e-green-300\\/70 { border-inline-end-color: #86efacb3; } @@ -225121,6 +309117,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #86efaccc; } +.border-e-green-300\\/85 { + border-inline-end-color: #86efacd9; +} + .border-e-green-300\\/90 { border-inline-end-color: #86eface6; } @@ -225146,6 +309146,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4ade80; } +.border-e-green-400\\/15 { + border-inline-end-color: #4ade8026; +} + .border-e-green-400\\/20 { border-inline-end-color: #4ade8033; } @@ -225158,10 +309162,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4ade804d; } +.border-e-green-400\\/35 { + border-inline-end-color: #4ade8059; +} + .border-e-green-400\\/40 { border-inline-end-color: #4ade8066; } +.border-e-green-400\\/45 { + border-inline-end-color: #4ade8073; +} + .border-e-green-400\\/5 { border-inline-end-color: #4ade800d; } @@ -225170,10 +309182,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4ade8080; } +.border-e-green-400\\/55 { + border-inline-end-color: #4ade808c; +} + .border-e-green-400\\/60 { border-inline-end-color: #4ade8099; } +.border-e-green-400\\/65 { + border-inline-end-color: #4ade80a6; +} + .border-e-green-400\\/70 { border-inline-end-color: #4ade80b3; } @@ -225186,6 +309206,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4ade80cc; } +.border-e-green-400\\/85 { + border-inline-end-color: #4ade80d9; +} + .border-e-green-400\\/90 { border-inline-end-color: #4ade80e6; } @@ -225211,6 +309235,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdf4; } +.border-e-green-50\\/15 { + border-inline-end-color: #f0fdf426; +} + .border-e-green-50\\/20 { border-inline-end-color: #f0fdf433; } @@ -225223,10 +309251,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdf44d; } +.border-e-green-50\\/35 { + border-inline-end-color: #f0fdf459; +} + .border-e-green-50\\/40 { border-inline-end-color: #f0fdf466; } +.border-e-green-50\\/45 { + border-inline-end-color: #f0fdf473; +} + .border-e-green-50\\/5 { border-inline-end-color: #f0fdf40d; } @@ -225235,10 +309271,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdf480; } +.border-e-green-50\\/55 { + border-inline-end-color: #f0fdf48c; +} + .border-e-green-50\\/60 { border-inline-end-color: #f0fdf499; } +.border-e-green-50\\/65 { + border-inline-end-color: #f0fdf4a6; +} + .border-e-green-50\\/70 { border-inline-end-color: #f0fdf4b3; } @@ -225251,6 +309295,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdf4cc; } +.border-e-green-50\\/85 { + border-inline-end-color: #f0fdf4d9; +} + .border-e-green-50\\/90 { border-inline-end-color: #f0fdf4e6; } @@ -225276,6 +309324,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22c55e; } +.border-e-green-500\\/15 { + border-inline-end-color: #22c55e26; +} + .border-e-green-500\\/20 { border-inline-end-color: #22c55e33; } @@ -225288,10 +309340,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22c55e4d; } +.border-e-green-500\\/35 { + border-inline-end-color: #22c55e59; +} + .border-e-green-500\\/40 { border-inline-end-color: #22c55e66; } +.border-e-green-500\\/45 { + border-inline-end-color: #22c55e73; +} + .border-e-green-500\\/5 { border-inline-end-color: #22c55e0d; } @@ -225300,10 +309360,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22c55e80; } +.border-e-green-500\\/55 { + border-inline-end-color: #22c55e8c; +} + .border-e-green-500\\/60 { border-inline-end-color: #22c55e99; } +.border-e-green-500\\/65 { + border-inline-end-color: #22c55ea6; +} + .border-e-green-500\\/70 { border-inline-end-color: #22c55eb3; } @@ -225316,6 +309384,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #22c55ecc; } +.border-e-green-500\\/85 { + border-inline-end-color: #22c55ed9; +} + .border-e-green-500\\/90 { border-inline-end-color: #22c55ee6; } @@ -225341,6 +309413,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #16a34a; } +.border-e-green-600\\/15 { + border-inline-end-color: #16a34a26; +} + .border-e-green-600\\/20 { border-inline-end-color: #16a34a33; } @@ -225353,10 +309429,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #16a34a4d; } +.border-e-green-600\\/35 { + border-inline-end-color: #16a34a59; +} + .border-e-green-600\\/40 { border-inline-end-color: #16a34a66; } +.border-e-green-600\\/45 { + border-inline-end-color: #16a34a73; +} + .border-e-green-600\\/5 { border-inline-end-color: #16a34a0d; } @@ -225365,10 +309449,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #16a34a80; } +.border-e-green-600\\/55 { + border-inline-end-color: #16a34a8c; +} + .border-e-green-600\\/60 { border-inline-end-color: #16a34a99; } +.border-e-green-600\\/65 { + border-inline-end-color: #16a34aa6; +} + .border-e-green-600\\/70 { border-inline-end-color: #16a34ab3; } @@ -225381,6 +309473,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #16a34acc; } +.border-e-green-600\\/85 { + border-inline-end-color: #16a34ad9; +} + .border-e-green-600\\/90 { border-inline-end-color: #16a34ae6; } @@ -225406,6 +309502,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #15803d; } +.border-e-green-700\\/15 { + border-inline-end-color: #15803d26; +} + .border-e-green-700\\/20 { border-inline-end-color: #15803d33; } @@ -225418,10 +309518,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #15803d4d; } +.border-e-green-700\\/35 { + border-inline-end-color: #15803d59; +} + .border-e-green-700\\/40 { border-inline-end-color: #15803d66; } +.border-e-green-700\\/45 { + border-inline-end-color: #15803d73; +} + .border-e-green-700\\/5 { border-inline-end-color: #15803d0d; } @@ -225430,10 +309538,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #15803d80; } +.border-e-green-700\\/55 { + border-inline-end-color: #15803d8c; +} + .border-e-green-700\\/60 { border-inline-end-color: #15803d99; } +.border-e-green-700\\/65 { + border-inline-end-color: #15803da6; +} + .border-e-green-700\\/70 { border-inline-end-color: #15803db3; } @@ -225446,6 +309562,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #15803dcc; } +.border-e-green-700\\/85 { + border-inline-end-color: #15803dd9; +} + .border-e-green-700\\/90 { border-inline-end-color: #15803de6; } @@ -225471,6 +309591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #166534; } +.border-e-green-800\\/15 { + border-inline-end-color: #16653426; +} + .border-e-green-800\\/20 { border-inline-end-color: #16653433; } @@ -225483,10 +309607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1665344d; } +.border-e-green-800\\/35 { + border-inline-end-color: #16653459; +} + .border-e-green-800\\/40 { border-inline-end-color: #16653466; } +.border-e-green-800\\/45 { + border-inline-end-color: #16653473; +} + .border-e-green-800\\/5 { border-inline-end-color: #1665340d; } @@ -225495,10 +309627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #16653480; } +.border-e-green-800\\/55 { + border-inline-end-color: #1665348c; +} + .border-e-green-800\\/60 { border-inline-end-color: #16653499; } +.border-e-green-800\\/65 { + border-inline-end-color: #166534a6; +} + .border-e-green-800\\/70 { border-inline-end-color: #166534b3; } @@ -225511,6 +309651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #166534cc; } +.border-e-green-800\\/85 { + border-inline-end-color: #166534d9; +} + .border-e-green-800\\/90 { border-inline-end-color: #166534e6; } @@ -225536,6 +309680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14532d; } +.border-e-green-900\\/15 { + border-inline-end-color: #14532d26; +} + .border-e-green-900\\/20 { border-inline-end-color: #14532d33; } @@ -225548,10 +309696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14532d4d; } +.border-e-green-900\\/35 { + border-inline-end-color: #14532d59; +} + .border-e-green-900\\/40 { border-inline-end-color: #14532d66; } +.border-e-green-900\\/45 { + border-inline-end-color: #14532d73; +} + .border-e-green-900\\/5 { border-inline-end-color: #14532d0d; } @@ -225560,10 +309716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14532d80; } +.border-e-green-900\\/55 { + border-inline-end-color: #14532d8c; +} + .border-e-green-900\\/60 { border-inline-end-color: #14532d99; } +.border-e-green-900\\/65 { + border-inline-end-color: #14532da6; +} + .border-e-green-900\\/70 { border-inline-end-color: #14532db3; } @@ -225576,6 +309740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14532dcc; } +.border-e-green-900\\/85 { + border-inline-end-color: #14532dd9; +} + .border-e-green-900\\/90 { border-inline-end-color: #14532de6; } @@ -225601,6 +309769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #052e16; } +.border-e-green-950\\/15 { + border-inline-end-color: #052e1626; +} + .border-e-green-950\\/20 { border-inline-end-color: #052e1633; } @@ -225613,10 +309785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #052e164d; } +.border-e-green-950\\/35 { + border-inline-end-color: #052e1659; +} + .border-e-green-950\\/40 { border-inline-end-color: #052e1666; } +.border-e-green-950\\/45 { + border-inline-end-color: #052e1673; +} + .border-e-green-950\\/5 { border-inline-end-color: #052e160d; } @@ -225625,10 +309805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #052e1680; } +.border-e-green-950\\/55 { + border-inline-end-color: #052e168c; +} + .border-e-green-950\\/60 { border-inline-end-color: #052e1699; } +.border-e-green-950\\/65 { + border-inline-end-color: #052e16a6; +} + .border-e-green-950\\/70 { border-inline-end-color: #052e16b3; } @@ -225641,6 +309829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #052e16cc; } +.border-e-green-950\\/85 { + border-inline-end-color: #052e16d9; +} + .border-e-green-950\\/90 { border-inline-end-color: #052e16e6; } @@ -225666,6 +309858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0e7ff; } +.border-e-indigo-100\\/15 { + border-inline-end-color: #e0e7ff26; +} + .border-e-indigo-100\\/20 { border-inline-end-color: #e0e7ff33; } @@ -225678,10 +309874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0e7ff4d; } +.border-e-indigo-100\\/35 { + border-inline-end-color: #e0e7ff59; +} + .border-e-indigo-100\\/40 { border-inline-end-color: #e0e7ff66; } +.border-e-indigo-100\\/45 { + border-inline-end-color: #e0e7ff73; +} + .border-e-indigo-100\\/5 { border-inline-end-color: #e0e7ff0d; } @@ -225690,10 +309894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0e7ff80; } +.border-e-indigo-100\\/55 { + border-inline-end-color: #e0e7ff8c; +} + .border-e-indigo-100\\/60 { border-inline-end-color: #e0e7ff99; } +.border-e-indigo-100\\/65 { + border-inline-end-color: #e0e7ffa6; +} + .border-e-indigo-100\\/70 { border-inline-end-color: #e0e7ffb3; } @@ -225706,6 +309918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0e7ffcc; } +.border-e-indigo-100\\/85 { + border-inline-end-color: #e0e7ffd9; +} + .border-e-indigo-100\\/90 { border-inline-end-color: #e0e7ffe6; } @@ -225731,6 +309947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c7d2fe; } +.border-e-indigo-200\\/15 { + border-inline-end-color: #c7d2fe26; +} + .border-e-indigo-200\\/20 { border-inline-end-color: #c7d2fe33; } @@ -225743,10 +309963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c7d2fe4d; } +.border-e-indigo-200\\/35 { + border-inline-end-color: #c7d2fe59; +} + .border-e-indigo-200\\/40 { border-inline-end-color: #c7d2fe66; } +.border-e-indigo-200\\/45 { + border-inline-end-color: #c7d2fe73; +} + .border-e-indigo-200\\/5 { border-inline-end-color: #c7d2fe0d; } @@ -225755,10 +309983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c7d2fe80; } +.border-e-indigo-200\\/55 { + border-inline-end-color: #c7d2fe8c; +} + .border-e-indigo-200\\/60 { border-inline-end-color: #c7d2fe99; } +.border-e-indigo-200\\/65 { + border-inline-end-color: #c7d2fea6; +} + .border-e-indigo-200\\/70 { border-inline-end-color: #c7d2feb3; } @@ -225771,6 +310007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c7d2fecc; } +.border-e-indigo-200\\/85 { + border-inline-end-color: #c7d2fed9; +} + .border-e-indigo-200\\/90 { border-inline-end-color: #c7d2fee6; } @@ -225796,6 +310036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5b4fc; } +.border-e-indigo-300\\/15 { + border-inline-end-color: #a5b4fc26; +} + .border-e-indigo-300\\/20 { border-inline-end-color: #a5b4fc33; } @@ -225808,10 +310052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5b4fc4d; } +.border-e-indigo-300\\/35 { + border-inline-end-color: #a5b4fc59; +} + .border-e-indigo-300\\/40 { border-inline-end-color: #a5b4fc66; } +.border-e-indigo-300\\/45 { + border-inline-end-color: #a5b4fc73; +} + .border-e-indigo-300\\/5 { border-inline-end-color: #a5b4fc0d; } @@ -225820,10 +310072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5b4fc80; } +.border-e-indigo-300\\/55 { + border-inline-end-color: #a5b4fc8c; +} + .border-e-indigo-300\\/60 { border-inline-end-color: #a5b4fc99; } +.border-e-indigo-300\\/65 { + border-inline-end-color: #a5b4fca6; +} + .border-e-indigo-300\\/70 { border-inline-end-color: #a5b4fcb3; } @@ -225836,6 +310096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a5b4fccc; } +.border-e-indigo-300\\/85 { + border-inline-end-color: #a5b4fcd9; +} + .border-e-indigo-300\\/90 { border-inline-end-color: #a5b4fce6; } @@ -225861,6 +310125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #818cf8; } +.border-e-indigo-400\\/15 { + border-inline-end-color: #818cf826; +} + .border-e-indigo-400\\/20 { border-inline-end-color: #818cf833; } @@ -225873,10 +310141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #818cf84d; } +.border-e-indigo-400\\/35 { + border-inline-end-color: #818cf859; +} + .border-e-indigo-400\\/40 { border-inline-end-color: #818cf866; } +.border-e-indigo-400\\/45 { + border-inline-end-color: #818cf873; +} + .border-e-indigo-400\\/5 { border-inline-end-color: #818cf80d; } @@ -225885,10 +310161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #818cf880; } +.border-e-indigo-400\\/55 { + border-inline-end-color: #818cf88c; +} + .border-e-indigo-400\\/60 { border-inline-end-color: #818cf899; } +.border-e-indigo-400\\/65 { + border-inline-end-color: #818cf8a6; +} + .border-e-indigo-400\\/70 { border-inline-end-color: #818cf8b3; } @@ -225901,6 +310185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #818cf8cc; } +.border-e-indigo-400\\/85 { + border-inline-end-color: #818cf8d9; +} + .border-e-indigo-400\\/90 { border-inline-end-color: #818cf8e6; } @@ -225926,6 +310214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eef2ff; } +.border-e-indigo-50\\/15 { + border-inline-end-color: #eef2ff26; +} + .border-e-indigo-50\\/20 { border-inline-end-color: #eef2ff33; } @@ -225938,10 +310230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eef2ff4d; } +.border-e-indigo-50\\/35 { + border-inline-end-color: #eef2ff59; +} + .border-e-indigo-50\\/40 { border-inline-end-color: #eef2ff66; } +.border-e-indigo-50\\/45 { + border-inline-end-color: #eef2ff73; +} + .border-e-indigo-50\\/5 { border-inline-end-color: #eef2ff0d; } @@ -225950,10 +310250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eef2ff80; } +.border-e-indigo-50\\/55 { + border-inline-end-color: #eef2ff8c; +} + .border-e-indigo-50\\/60 { border-inline-end-color: #eef2ff99; } +.border-e-indigo-50\\/65 { + border-inline-end-color: #eef2ffa6; +} + .border-e-indigo-50\\/70 { border-inline-end-color: #eef2ffb3; } @@ -225966,6 +310274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eef2ffcc; } +.border-e-indigo-50\\/85 { + border-inline-end-color: #eef2ffd9; +} + .border-e-indigo-50\\/90 { border-inline-end-color: #eef2ffe6; } @@ -225991,6 +310303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6366f1; } +.border-e-indigo-500\\/15 { + border-inline-end-color: #6366f126; +} + .border-e-indigo-500\\/20 { border-inline-end-color: #6366f133; } @@ -226003,10 +310319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6366f14d; } +.border-e-indigo-500\\/35 { + border-inline-end-color: #6366f159; +} + .border-e-indigo-500\\/40 { border-inline-end-color: #6366f166; } +.border-e-indigo-500\\/45 { + border-inline-end-color: #6366f173; +} + .border-e-indigo-500\\/5 { border-inline-end-color: #6366f10d; } @@ -226015,10 +310339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6366f180; } +.border-e-indigo-500\\/55 { + border-inline-end-color: #6366f18c; +} + .border-e-indigo-500\\/60 { border-inline-end-color: #6366f199; } +.border-e-indigo-500\\/65 { + border-inline-end-color: #6366f1a6; +} + .border-e-indigo-500\\/70 { border-inline-end-color: #6366f1b3; } @@ -226031,6 +310363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6366f1cc; } +.border-e-indigo-500\\/85 { + border-inline-end-color: #6366f1d9; +} + .border-e-indigo-500\\/90 { border-inline-end-color: #6366f1e6; } @@ -226056,6 +310392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4f46e5; } +.border-e-indigo-600\\/15 { + border-inline-end-color: #4f46e526; +} + .border-e-indigo-600\\/20 { border-inline-end-color: #4f46e533; } @@ -226068,10 +310408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4f46e54d; } +.border-e-indigo-600\\/35 { + border-inline-end-color: #4f46e559; +} + .border-e-indigo-600\\/40 { border-inline-end-color: #4f46e566; } +.border-e-indigo-600\\/45 { + border-inline-end-color: #4f46e573; +} + .border-e-indigo-600\\/5 { border-inline-end-color: #4f46e50d; } @@ -226080,10 +310428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4f46e580; } +.border-e-indigo-600\\/55 { + border-inline-end-color: #4f46e58c; +} + .border-e-indigo-600\\/60 { border-inline-end-color: #4f46e599; } +.border-e-indigo-600\\/65 { + border-inline-end-color: #4f46e5a6; +} + .border-e-indigo-600\\/70 { border-inline-end-color: #4f46e5b3; } @@ -226096,6 +310452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4f46e5cc; } +.border-e-indigo-600\\/85 { + border-inline-end-color: #4f46e5d9; +} + .border-e-indigo-600\\/90 { border-inline-end-color: #4f46e5e6; } @@ -226121,6 +310481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4338ca; } +.border-e-indigo-700\\/15 { + border-inline-end-color: #4338ca26; +} + .border-e-indigo-700\\/20 { border-inline-end-color: #4338ca33; } @@ -226133,10 +310497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4338ca4d; } +.border-e-indigo-700\\/35 { + border-inline-end-color: #4338ca59; +} + .border-e-indigo-700\\/40 { border-inline-end-color: #4338ca66; } +.border-e-indigo-700\\/45 { + border-inline-end-color: #4338ca73; +} + .border-e-indigo-700\\/5 { border-inline-end-color: #4338ca0d; } @@ -226145,10 +310517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4338ca80; } +.border-e-indigo-700\\/55 { + border-inline-end-color: #4338ca8c; +} + .border-e-indigo-700\\/60 { border-inline-end-color: #4338ca99; } +.border-e-indigo-700\\/65 { + border-inline-end-color: #4338caa6; +} + .border-e-indigo-700\\/70 { border-inline-end-color: #4338cab3; } @@ -226161,6 +310541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4338cacc; } +.border-e-indigo-700\\/85 { + border-inline-end-color: #4338cad9; +} + .border-e-indigo-700\\/90 { border-inline-end-color: #4338cae6; } @@ -226186,6 +310570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3730a3; } +.border-e-indigo-800\\/15 { + border-inline-end-color: #3730a326; +} + .border-e-indigo-800\\/20 { border-inline-end-color: #3730a333; } @@ -226198,10 +310586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3730a34d; } +.border-e-indigo-800\\/35 { + border-inline-end-color: #3730a359; +} + .border-e-indigo-800\\/40 { border-inline-end-color: #3730a366; } +.border-e-indigo-800\\/45 { + border-inline-end-color: #3730a373; +} + .border-e-indigo-800\\/5 { border-inline-end-color: #3730a30d; } @@ -226210,10 +310606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3730a380; } +.border-e-indigo-800\\/55 { + border-inline-end-color: #3730a38c; +} + .border-e-indigo-800\\/60 { border-inline-end-color: #3730a399; } +.border-e-indigo-800\\/65 { + border-inline-end-color: #3730a3a6; +} + .border-e-indigo-800\\/70 { border-inline-end-color: #3730a3b3; } @@ -226226,6 +310630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3730a3cc; } +.border-e-indigo-800\\/85 { + border-inline-end-color: #3730a3d9; +} + .border-e-indigo-800\\/90 { border-inline-end-color: #3730a3e6; } @@ -226251,6 +310659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #312e81; } +.border-e-indigo-900\\/15 { + border-inline-end-color: #312e8126; +} + .border-e-indigo-900\\/20 { border-inline-end-color: #312e8133; } @@ -226263,10 +310675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #312e814d; } +.border-e-indigo-900\\/35 { + border-inline-end-color: #312e8159; +} + .border-e-indigo-900\\/40 { border-inline-end-color: #312e8166; } +.border-e-indigo-900\\/45 { + border-inline-end-color: #312e8173; +} + .border-e-indigo-900\\/5 { border-inline-end-color: #312e810d; } @@ -226275,10 +310695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #312e8180; } +.border-e-indigo-900\\/55 { + border-inline-end-color: #312e818c; +} + .border-e-indigo-900\\/60 { border-inline-end-color: #312e8199; } +.border-e-indigo-900\\/65 { + border-inline-end-color: #312e81a6; +} + .border-e-indigo-900\\/70 { border-inline-end-color: #312e81b3; } @@ -226291,6 +310719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #312e81cc; } +.border-e-indigo-900\\/85 { + border-inline-end-color: #312e81d9; +} + .border-e-indigo-900\\/90 { border-inline-end-color: #312e81e6; } @@ -226316,6 +310748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e1b4b; } +.border-e-indigo-950\\/15 { + border-inline-end-color: #1e1b4b26; +} + .border-e-indigo-950\\/20 { border-inline-end-color: #1e1b4b33; } @@ -226328,10 +310764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e1b4b4d; } +.border-e-indigo-950\\/35 { + border-inline-end-color: #1e1b4b59; +} + .border-e-indigo-950\\/40 { border-inline-end-color: #1e1b4b66; } +.border-e-indigo-950\\/45 { + border-inline-end-color: #1e1b4b73; +} + .border-e-indigo-950\\/5 { border-inline-end-color: #1e1b4b0d; } @@ -226340,10 +310784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e1b4b80; } +.border-e-indigo-950\\/55 { + border-inline-end-color: #1e1b4b8c; +} + .border-e-indigo-950\\/60 { border-inline-end-color: #1e1b4b99; } +.border-e-indigo-950\\/65 { + border-inline-end-color: #1e1b4ba6; +} + .border-e-indigo-950\\/70 { border-inline-end-color: #1e1b4bb3; } @@ -226356,6 +310808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e1b4bcc; } +.border-e-indigo-950\\/85 { + border-inline-end-color: #1e1b4bd9; +} + .border-e-indigo-950\\/90 { border-inline-end-color: #1e1b4be6; } @@ -226385,6 +310841,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfccb; } +.border-e-lime-100\\/15 { + border-inline-end-color: #ecfccb26; +} + .border-e-lime-100\\/20 { border-inline-end-color: #ecfccb33; } @@ -226397,10 +310857,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfccb4d; } +.border-e-lime-100\\/35 { + border-inline-end-color: #ecfccb59; +} + .border-e-lime-100\\/40 { border-inline-end-color: #ecfccb66; } +.border-e-lime-100\\/45 { + border-inline-end-color: #ecfccb73; +} + .border-e-lime-100\\/5 { border-inline-end-color: #ecfccb0d; } @@ -226409,10 +310877,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfccb80; } +.border-e-lime-100\\/55 { + border-inline-end-color: #ecfccb8c; +} + .border-e-lime-100\\/60 { border-inline-end-color: #ecfccb99; } +.border-e-lime-100\\/65 { + border-inline-end-color: #ecfccba6; +} + .border-e-lime-100\\/70 { border-inline-end-color: #ecfccbb3; } @@ -226425,6 +310901,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ecfccbcc; } +.border-e-lime-100\\/85 { + border-inline-end-color: #ecfccbd9; +} + .border-e-lime-100\\/90 { border-inline-end-color: #ecfccbe6; } @@ -226450,6 +310930,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d9f99d; } +.border-e-lime-200\\/15 { + border-inline-end-color: #d9f99d26; +} + .border-e-lime-200\\/20 { border-inline-end-color: #d9f99d33; } @@ -226462,10 +310946,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d9f99d4d; } +.border-e-lime-200\\/35 { + border-inline-end-color: #d9f99d59; +} + .border-e-lime-200\\/40 { border-inline-end-color: #d9f99d66; } +.border-e-lime-200\\/45 { + border-inline-end-color: #d9f99d73; +} + .border-e-lime-200\\/5 { border-inline-end-color: #d9f99d0d; } @@ -226474,10 +310966,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d9f99d80; } +.border-e-lime-200\\/55 { + border-inline-end-color: #d9f99d8c; +} + .border-e-lime-200\\/60 { border-inline-end-color: #d9f99d99; } +.border-e-lime-200\\/65 { + border-inline-end-color: #d9f99da6; +} + .border-e-lime-200\\/70 { border-inline-end-color: #d9f99db3; } @@ -226490,6 +310990,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d9f99dcc; } +.border-e-lime-200\\/85 { + border-inline-end-color: #d9f99dd9; +} + .border-e-lime-200\\/90 { border-inline-end-color: #d9f99de6; } @@ -226515,6 +311019,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bef264; } +.border-e-lime-300\\/15 { + border-inline-end-color: #bef26426; +} + .border-e-lime-300\\/20 { border-inline-end-color: #bef26433; } @@ -226527,10 +311035,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bef2644d; } +.border-e-lime-300\\/35 { + border-inline-end-color: #bef26459; +} + .border-e-lime-300\\/40 { border-inline-end-color: #bef26466; } +.border-e-lime-300\\/45 { + border-inline-end-color: #bef26473; +} + .border-e-lime-300\\/5 { border-inline-end-color: #bef2640d; } @@ -226539,10 +311055,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bef26480; } +.border-e-lime-300\\/55 { + border-inline-end-color: #bef2648c; +} + .border-e-lime-300\\/60 { border-inline-end-color: #bef26499; } +.border-e-lime-300\\/65 { + border-inline-end-color: #bef264a6; +} + .border-e-lime-300\\/70 { border-inline-end-color: #bef264b3; } @@ -226555,6 +311079,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bef264cc; } +.border-e-lime-300\\/85 { + border-inline-end-color: #bef264d9; +} + .border-e-lime-300\\/90 { border-inline-end-color: #bef264e6; } @@ -226580,6 +311108,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3e635; } +.border-e-lime-400\\/15 { + border-inline-end-color: #a3e63526; +} + .border-e-lime-400\\/20 { border-inline-end-color: #a3e63533; } @@ -226592,10 +311124,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3e6354d; } +.border-e-lime-400\\/35 { + border-inline-end-color: #a3e63559; +} + .border-e-lime-400\\/40 { border-inline-end-color: #a3e63566; } +.border-e-lime-400\\/45 { + border-inline-end-color: #a3e63573; +} + .border-e-lime-400\\/5 { border-inline-end-color: #a3e6350d; } @@ -226604,10 +311144,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3e63580; } +.border-e-lime-400\\/55 { + border-inline-end-color: #a3e6358c; +} + .border-e-lime-400\\/60 { border-inline-end-color: #a3e63599; } +.border-e-lime-400\\/65 { + border-inline-end-color: #a3e635a6; +} + .border-e-lime-400\\/70 { border-inline-end-color: #a3e635b3; } @@ -226620,6 +311168,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3e635cc; } +.border-e-lime-400\\/85 { + border-inline-end-color: #a3e635d9; +} + .border-e-lime-400\\/90 { border-inline-end-color: #a3e635e6; } @@ -226645,6 +311197,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f7fee7; } +.border-e-lime-50\\/15 { + border-inline-end-color: #f7fee726; +} + .border-e-lime-50\\/20 { border-inline-end-color: #f7fee733; } @@ -226657,10 +311213,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f7fee74d; } +.border-e-lime-50\\/35 { + border-inline-end-color: #f7fee759; +} + .border-e-lime-50\\/40 { border-inline-end-color: #f7fee766; } +.border-e-lime-50\\/45 { + border-inline-end-color: #f7fee773; +} + .border-e-lime-50\\/5 { border-inline-end-color: #f7fee70d; } @@ -226669,10 +311233,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f7fee780; } +.border-e-lime-50\\/55 { + border-inline-end-color: #f7fee78c; +} + .border-e-lime-50\\/60 { border-inline-end-color: #f7fee799; } +.border-e-lime-50\\/65 { + border-inline-end-color: #f7fee7a6; +} + .border-e-lime-50\\/70 { border-inline-end-color: #f7fee7b3; } @@ -226685,6 +311257,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f7fee7cc; } +.border-e-lime-50\\/85 { + border-inline-end-color: #f7fee7d9; +} + .border-e-lime-50\\/90 { border-inline-end-color: #f7fee7e6; } @@ -226710,6 +311286,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #84cc16; } +.border-e-lime-500\\/15 { + border-inline-end-color: #84cc1626; +} + .border-e-lime-500\\/20 { border-inline-end-color: #84cc1633; } @@ -226722,10 +311302,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #84cc164d; } +.border-e-lime-500\\/35 { + border-inline-end-color: #84cc1659; +} + .border-e-lime-500\\/40 { border-inline-end-color: #84cc1666; } +.border-e-lime-500\\/45 { + border-inline-end-color: #84cc1673; +} + .border-e-lime-500\\/5 { border-inline-end-color: #84cc160d; } @@ -226734,10 +311322,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #84cc1680; } +.border-e-lime-500\\/55 { + border-inline-end-color: #84cc168c; +} + .border-e-lime-500\\/60 { border-inline-end-color: #84cc1699; } +.border-e-lime-500\\/65 { + border-inline-end-color: #84cc16a6; +} + .border-e-lime-500\\/70 { border-inline-end-color: #84cc16b3; } @@ -226750,6 +311346,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #84cc16cc; } +.border-e-lime-500\\/85 { + border-inline-end-color: #84cc16d9; +} + .border-e-lime-500\\/90 { border-inline-end-color: #84cc16e6; } @@ -226775,6 +311375,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #65a30d; } +.border-e-lime-600\\/15 { + border-inline-end-color: #65a30d26; +} + .border-e-lime-600\\/20 { border-inline-end-color: #65a30d33; } @@ -226787,10 +311391,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #65a30d4d; } +.border-e-lime-600\\/35 { + border-inline-end-color: #65a30d59; +} + .border-e-lime-600\\/40 { border-inline-end-color: #65a30d66; } +.border-e-lime-600\\/45 { + border-inline-end-color: #65a30d73; +} + .border-e-lime-600\\/5 { border-inline-end-color: #65a30d0d; } @@ -226799,10 +311411,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #65a30d80; } +.border-e-lime-600\\/55 { + border-inline-end-color: #65a30d8c; +} + .border-e-lime-600\\/60 { border-inline-end-color: #65a30d99; } +.border-e-lime-600\\/65 { + border-inline-end-color: #65a30da6; +} + .border-e-lime-600\\/70 { border-inline-end-color: #65a30db3; } @@ -226815,6 +311435,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #65a30dcc; } +.border-e-lime-600\\/85 { + border-inline-end-color: #65a30dd9; +} + .border-e-lime-600\\/90 { border-inline-end-color: #65a30de6; } @@ -226840,6 +311464,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4d7c0f; } +.border-e-lime-700\\/15 { + border-inline-end-color: #4d7c0f26; +} + .border-e-lime-700\\/20 { border-inline-end-color: #4d7c0f33; } @@ -226852,10 +311480,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4d7c0f4d; } +.border-e-lime-700\\/35 { + border-inline-end-color: #4d7c0f59; +} + .border-e-lime-700\\/40 { border-inline-end-color: #4d7c0f66; } +.border-e-lime-700\\/45 { + border-inline-end-color: #4d7c0f73; +} + .border-e-lime-700\\/5 { border-inline-end-color: #4d7c0f0d; } @@ -226864,10 +311500,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4d7c0f80; } +.border-e-lime-700\\/55 { + border-inline-end-color: #4d7c0f8c; +} + .border-e-lime-700\\/60 { border-inline-end-color: #4d7c0f99; } +.border-e-lime-700\\/65 { + border-inline-end-color: #4d7c0fa6; +} + .border-e-lime-700\\/70 { border-inline-end-color: #4d7c0fb3; } @@ -226880,6 +311524,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4d7c0fcc; } +.border-e-lime-700\\/85 { + border-inline-end-color: #4d7c0fd9; +} + .border-e-lime-700\\/90 { border-inline-end-color: #4d7c0fe6; } @@ -226905,6 +311553,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f6212; } +.border-e-lime-800\\/15 { + border-inline-end-color: #3f621226; +} + .border-e-lime-800\\/20 { border-inline-end-color: #3f621233; } @@ -226917,10 +311569,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f62124d; } +.border-e-lime-800\\/35 { + border-inline-end-color: #3f621259; +} + .border-e-lime-800\\/40 { border-inline-end-color: #3f621266; } +.border-e-lime-800\\/45 { + border-inline-end-color: #3f621273; +} + .border-e-lime-800\\/5 { border-inline-end-color: #3f62120d; } @@ -226929,10 +311589,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f621280; } +.border-e-lime-800\\/55 { + border-inline-end-color: #3f62128c; +} + .border-e-lime-800\\/60 { border-inline-end-color: #3f621299; } +.border-e-lime-800\\/65 { + border-inline-end-color: #3f6212a6; +} + .border-e-lime-800\\/70 { border-inline-end-color: #3f6212b3; } @@ -226945,6 +311613,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f6212cc; } +.border-e-lime-800\\/85 { + border-inline-end-color: #3f6212d9; +} + .border-e-lime-800\\/90 { border-inline-end-color: #3f6212e6; } @@ -226970,6 +311642,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #365314; } +.border-e-lime-900\\/15 { + border-inline-end-color: #36531426; +} + .border-e-lime-900\\/20 { border-inline-end-color: #36531433; } @@ -226982,10 +311658,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3653144d; } +.border-e-lime-900\\/35 { + border-inline-end-color: #36531459; +} + .border-e-lime-900\\/40 { border-inline-end-color: #36531466; } +.border-e-lime-900\\/45 { + border-inline-end-color: #36531473; +} + .border-e-lime-900\\/5 { border-inline-end-color: #3653140d; } @@ -226994,10 +311678,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #36531480; } +.border-e-lime-900\\/55 { + border-inline-end-color: #3653148c; +} + .border-e-lime-900\\/60 { border-inline-end-color: #36531499; } +.border-e-lime-900\\/65 { + border-inline-end-color: #365314a6; +} + .border-e-lime-900\\/70 { border-inline-end-color: #365314b3; } @@ -227010,6 +311702,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #365314cc; } +.border-e-lime-900\\/85 { + border-inline-end-color: #365314d9; +} + .border-e-lime-900\\/90 { border-inline-end-color: #365314e6; } @@ -227035,6 +311731,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1a2e05; } +.border-e-lime-950\\/15 { + border-inline-end-color: #1a2e0526; +} + .border-e-lime-950\\/20 { border-inline-end-color: #1a2e0533; } @@ -227047,10 +311747,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1a2e054d; } +.border-e-lime-950\\/35 { + border-inline-end-color: #1a2e0559; +} + .border-e-lime-950\\/40 { border-inline-end-color: #1a2e0566; } +.border-e-lime-950\\/45 { + border-inline-end-color: #1a2e0573; +} + .border-e-lime-950\\/5 { border-inline-end-color: #1a2e050d; } @@ -227059,10 +311767,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1a2e0580; } +.border-e-lime-950\\/55 { + border-inline-end-color: #1a2e058c; +} + .border-e-lime-950\\/60 { border-inline-end-color: #1a2e0599; } +.border-e-lime-950\\/65 { + border-inline-end-color: #1a2e05a6; +} + .border-e-lime-950\\/70 { border-inline-end-color: #1a2e05b3; } @@ -227075,6 +311791,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1a2e05cc; } +.border-e-lime-950\\/85 { + border-inline-end-color: #1a2e05d9; +} + .border-e-lime-950\\/90 { border-inline-end-color: #1a2e05e6; } @@ -227100,6 +311820,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f5; } +.border-e-neutral-100\\/15 { + border-inline-end-color: #f5f5f526; +} + .border-e-neutral-100\\/20 { border-inline-end-color: #f5f5f533; } @@ -227112,10 +311836,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f54d; } +.border-e-neutral-100\\/35 { + border-inline-end-color: #f5f5f559; +} + .border-e-neutral-100\\/40 { border-inline-end-color: #f5f5f566; } +.border-e-neutral-100\\/45 { + border-inline-end-color: #f5f5f573; +} + .border-e-neutral-100\\/5 { border-inline-end-color: #f5f5f50d; } @@ -227124,10 +311856,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f580; } +.border-e-neutral-100\\/55 { + border-inline-end-color: #f5f5f58c; +} + .border-e-neutral-100\\/60 { border-inline-end-color: #f5f5f599; } +.border-e-neutral-100\\/65 { + border-inline-end-color: #f5f5f5a6; +} + .border-e-neutral-100\\/70 { border-inline-end-color: #f5f5f5b3; } @@ -227140,6 +311880,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f5cc; } +.border-e-neutral-100\\/85 { + border-inline-end-color: #f5f5f5d9; +} + .border-e-neutral-100\\/90 { border-inline-end-color: #f5f5f5e6; } @@ -227165,6 +311909,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e5e5; } +.border-e-neutral-200\\/15 { + border-inline-end-color: #e5e5e526; +} + .border-e-neutral-200\\/20 { border-inline-end-color: #e5e5e533; } @@ -227177,10 +311925,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e5e54d; } +.border-e-neutral-200\\/35 { + border-inline-end-color: #e5e5e559; +} + .border-e-neutral-200\\/40 { border-inline-end-color: #e5e5e566; } +.border-e-neutral-200\\/45 { + border-inline-end-color: #e5e5e573; +} + .border-e-neutral-200\\/5 { border-inline-end-color: #e5e5e50d; } @@ -227189,10 +311945,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e5e580; } +.border-e-neutral-200\\/55 { + border-inline-end-color: #e5e5e58c; +} + .border-e-neutral-200\\/60 { border-inline-end-color: #e5e5e599; } +.border-e-neutral-200\\/65 { + border-inline-end-color: #e5e5e5a6; +} + .border-e-neutral-200\\/70 { border-inline-end-color: #e5e5e5b3; } @@ -227205,6 +311969,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e5e5e5cc; } +.border-e-neutral-200\\/85 { + border-inline-end-color: #e5e5e5d9; +} + .border-e-neutral-200\\/90 { border-inline-end-color: #e5e5e5e6; } @@ -227230,6 +311998,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d4; } +.border-e-neutral-300\\/15 { + border-inline-end-color: #d4d4d426; +} + .border-e-neutral-300\\/20 { border-inline-end-color: #d4d4d433; } @@ -227242,10 +312014,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d44d; } +.border-e-neutral-300\\/35 { + border-inline-end-color: #d4d4d459; +} + .border-e-neutral-300\\/40 { border-inline-end-color: #d4d4d466; } +.border-e-neutral-300\\/45 { + border-inline-end-color: #d4d4d473; +} + .border-e-neutral-300\\/5 { border-inline-end-color: #d4d4d40d; } @@ -227254,10 +312034,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d480; } +.border-e-neutral-300\\/55 { + border-inline-end-color: #d4d4d48c; +} + .border-e-neutral-300\\/60 { border-inline-end-color: #d4d4d499; } +.border-e-neutral-300\\/65 { + border-inline-end-color: #d4d4d4a6; +} + .border-e-neutral-300\\/70 { border-inline-end-color: #d4d4d4b3; } @@ -227270,6 +312058,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d4cc; } +.border-e-neutral-300\\/85 { + border-inline-end-color: #d4d4d4d9; +} + .border-e-neutral-300\\/90 { border-inline-end-color: #d4d4d4e6; } @@ -227295,6 +312087,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3a3a3; } +.border-e-neutral-400\\/15 { + border-inline-end-color: #a3a3a326; +} + .border-e-neutral-400\\/20 { border-inline-end-color: #a3a3a333; } @@ -227307,10 +312103,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3a3a34d; } +.border-e-neutral-400\\/35 { + border-inline-end-color: #a3a3a359; +} + .border-e-neutral-400\\/40 { border-inline-end-color: #a3a3a366; } +.border-e-neutral-400\\/45 { + border-inline-end-color: #a3a3a373; +} + .border-e-neutral-400\\/5 { border-inline-end-color: #a3a3a30d; } @@ -227319,10 +312123,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3a3a380; } +.border-e-neutral-400\\/55 { + border-inline-end-color: #a3a3a38c; +} + .border-e-neutral-400\\/60 { border-inline-end-color: #a3a3a399; } +.border-e-neutral-400\\/65 { + border-inline-end-color: #a3a3a3a6; +} + .border-e-neutral-400\\/70 { border-inline-end-color: #a3a3a3b3; } @@ -227335,6 +312147,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a3a3a3cc; } +.border-e-neutral-400\\/85 { + border-inline-end-color: #a3a3a3d9; +} + .border-e-neutral-400\\/90 { border-inline-end-color: #a3a3a3e6; } @@ -227360,6 +312176,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafa; } +.border-e-neutral-50\\/15 { + border-inline-end-color: #fafafa26; +} + .border-e-neutral-50\\/20 { border-inline-end-color: #fafafa33; } @@ -227372,10 +312192,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafa4d; } +.border-e-neutral-50\\/35 { + border-inline-end-color: #fafafa59; +} + .border-e-neutral-50\\/40 { border-inline-end-color: #fafafa66; } +.border-e-neutral-50\\/45 { + border-inline-end-color: #fafafa73; +} + .border-e-neutral-50\\/5 { border-inline-end-color: #fafafa0d; } @@ -227384,10 +312212,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafa80; } +.border-e-neutral-50\\/55 { + border-inline-end-color: #fafafa8c; +} + .border-e-neutral-50\\/60 { border-inline-end-color: #fafafa99; } +.border-e-neutral-50\\/65 { + border-inline-end-color: #fafafaa6; +} + .border-e-neutral-50\\/70 { border-inline-end-color: #fafafab3; } @@ -227400,6 +312236,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafacc; } +.border-e-neutral-50\\/85 { + border-inline-end-color: #fafafad9; +} + .border-e-neutral-50\\/90 { border-inline-end-color: #fafafae6; } @@ -227425,6 +312265,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #737373; } +.border-e-neutral-500\\/15 { + border-inline-end-color: #73737326; +} + .border-e-neutral-500\\/20 { border-inline-end-color: #73737333; } @@ -227437,10 +312281,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7373734d; } +.border-e-neutral-500\\/35 { + border-inline-end-color: #73737359; +} + .border-e-neutral-500\\/40 { border-inline-end-color: #73737366; } +.border-e-neutral-500\\/45 { + border-inline-end-color: #73737373; +} + .border-e-neutral-500\\/5 { border-inline-end-color: #7373730d; } @@ -227449,10 +312301,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #73737380; } +.border-e-neutral-500\\/55 { + border-inline-end-color: #7373738c; +} + .border-e-neutral-500\\/60 { border-inline-end-color: #73737399; } +.border-e-neutral-500\\/65 { + border-inline-end-color: #737373a6; +} + .border-e-neutral-500\\/70 { border-inline-end-color: #737373b3; } @@ -227465,6 +312325,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #737373cc; } +.border-e-neutral-500\\/85 { + border-inline-end-color: #737373d9; +} + .border-e-neutral-500\\/90 { border-inline-end-color: #737373e6; } @@ -227490,6 +312354,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #525252; } +.border-e-neutral-600\\/15 { + border-inline-end-color: #52525226; +} + .border-e-neutral-600\\/20 { border-inline-end-color: #52525233; } @@ -227502,10 +312370,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5252524d; } +.border-e-neutral-600\\/35 { + border-inline-end-color: #52525259; +} + .border-e-neutral-600\\/40 { border-inline-end-color: #52525266; } +.border-e-neutral-600\\/45 { + border-inline-end-color: #52525273; +} + .border-e-neutral-600\\/5 { border-inline-end-color: #5252520d; } @@ -227514,10 +312390,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #52525280; } +.border-e-neutral-600\\/55 { + border-inline-end-color: #5252528c; +} + .border-e-neutral-600\\/60 { border-inline-end-color: #52525299; } +.border-e-neutral-600\\/65 { + border-inline-end-color: #525252a6; +} + .border-e-neutral-600\\/70 { border-inline-end-color: #525252b3; } @@ -227530,6 +312414,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #525252cc; } +.border-e-neutral-600\\/85 { + border-inline-end-color: #525252d9; +} + .border-e-neutral-600\\/90 { border-inline-end-color: #525252e6; } @@ -227555,6 +312443,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #404040; } +.border-e-neutral-700\\/15 { + border-inline-end-color: #40404026; +} + .border-e-neutral-700\\/20 { border-inline-end-color: #40404033; } @@ -227567,10 +312459,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4040404d; } +.border-e-neutral-700\\/35 { + border-inline-end-color: #40404059; +} + .border-e-neutral-700\\/40 { border-inline-end-color: #40404066; } +.border-e-neutral-700\\/45 { + border-inline-end-color: #40404073; +} + .border-e-neutral-700\\/5 { border-inline-end-color: #4040400d; } @@ -227579,10 +312479,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #40404080; } +.border-e-neutral-700\\/55 { + border-inline-end-color: #4040408c; +} + .border-e-neutral-700\\/60 { border-inline-end-color: #40404099; } +.border-e-neutral-700\\/65 { + border-inline-end-color: #404040a6; +} + .border-e-neutral-700\\/70 { border-inline-end-color: #404040b3; } @@ -227595,6 +312503,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #404040cc; } +.border-e-neutral-700\\/85 { + border-inline-end-color: #404040d9; +} + .border-e-neutral-700\\/90 { border-inline-end-color: #404040e6; } @@ -227620,6 +312532,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #262626; } +.border-e-neutral-800\\/15 { + border-inline-end-color: #26262626; +} + .border-e-neutral-800\\/20 { border-inline-end-color: #26262633; } @@ -227632,10 +312548,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2626264d; } +.border-e-neutral-800\\/35 { + border-inline-end-color: #26262659; +} + .border-e-neutral-800\\/40 { border-inline-end-color: #26262666; } +.border-e-neutral-800\\/45 { + border-inline-end-color: #26262673; +} + .border-e-neutral-800\\/5 { border-inline-end-color: #2626260d; } @@ -227644,10 +312568,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #26262680; } +.border-e-neutral-800\\/55 { + border-inline-end-color: #2626268c; +} + .border-e-neutral-800\\/60 { border-inline-end-color: #26262699; } +.border-e-neutral-800\\/65 { + border-inline-end-color: #262626a6; +} + .border-e-neutral-800\\/70 { border-inline-end-color: #262626b3; } @@ -227660,6 +312592,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #262626cc; } +.border-e-neutral-800\\/85 { + border-inline-end-color: #262626d9; +} + .border-e-neutral-800\\/90 { border-inline-end-color: #262626e6; } @@ -227685,6 +312621,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #171717; } +.border-e-neutral-900\\/15 { + border-inline-end-color: #17171726; +} + .border-e-neutral-900\\/20 { border-inline-end-color: #17171733; } @@ -227697,10 +312637,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1717174d; } +.border-e-neutral-900\\/35 { + border-inline-end-color: #17171759; +} + .border-e-neutral-900\\/40 { border-inline-end-color: #17171766; } +.border-e-neutral-900\\/45 { + border-inline-end-color: #17171773; +} + .border-e-neutral-900\\/5 { border-inline-end-color: #1717170d; } @@ -227709,10 +312657,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #17171780; } +.border-e-neutral-900\\/55 { + border-inline-end-color: #1717178c; +} + .border-e-neutral-900\\/60 { border-inline-end-color: #17171799; } +.border-e-neutral-900\\/65 { + border-inline-end-color: #171717a6; +} + .border-e-neutral-900\\/70 { border-inline-end-color: #171717b3; } @@ -227725,6 +312681,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #171717cc; } +.border-e-neutral-900\\/85 { + border-inline-end-color: #171717d9; +} + .border-e-neutral-900\\/90 { border-inline-end-color: #171717e6; } @@ -227750,6 +312710,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0a0a0a; } +.border-e-neutral-950\\/15 { + border-inline-end-color: #0a0a0a26; +} + .border-e-neutral-950\\/20 { border-inline-end-color: #0a0a0a33; } @@ -227762,10 +312726,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0a0a0a4d; } +.border-e-neutral-950\\/35 { + border-inline-end-color: #0a0a0a59; +} + .border-e-neutral-950\\/40 { border-inline-end-color: #0a0a0a66; } +.border-e-neutral-950\\/45 { + border-inline-end-color: #0a0a0a73; +} + .border-e-neutral-950\\/5 { border-inline-end-color: #0a0a0a0d; } @@ -227774,10 +312746,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0a0a0a80; } +.border-e-neutral-950\\/55 { + border-inline-end-color: #0a0a0a8c; +} + .border-e-neutral-950\\/60 { border-inline-end-color: #0a0a0a99; } +.border-e-neutral-950\\/65 { + border-inline-end-color: #0a0a0aa6; +} + .border-e-neutral-950\\/70 { border-inline-end-color: #0a0a0ab3; } @@ -227790,6 +312770,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0a0a0acc; } +.border-e-neutral-950\\/85 { + border-inline-end-color: #0a0a0ad9; +} + .border-e-neutral-950\\/90 { border-inline-end-color: #0a0a0ae6; } @@ -227815,6 +312799,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffedd5; } +.border-e-orange-100\\/15 { + border-inline-end-color: #ffedd526; +} + .border-e-orange-100\\/20 { border-inline-end-color: #ffedd533; } @@ -227827,10 +312815,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffedd54d; } +.border-e-orange-100\\/35 { + border-inline-end-color: #ffedd559; +} + .border-e-orange-100\\/40 { border-inline-end-color: #ffedd566; } +.border-e-orange-100\\/45 { + border-inline-end-color: #ffedd573; +} + .border-e-orange-100\\/5 { border-inline-end-color: #ffedd50d; } @@ -227839,10 +312835,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffedd580; } +.border-e-orange-100\\/55 { + border-inline-end-color: #ffedd58c; +} + .border-e-orange-100\\/60 { border-inline-end-color: #ffedd599; } +.border-e-orange-100\\/65 { + border-inline-end-color: #ffedd5a6; +} + .border-e-orange-100\\/70 { border-inline-end-color: #ffedd5b3; } @@ -227855,6 +312859,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffedd5cc; } +.border-e-orange-100\\/85 { + border-inline-end-color: #ffedd5d9; +} + .border-e-orange-100\\/90 { border-inline-end-color: #ffedd5e6; } @@ -227880,6 +312888,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fed7aa; } +.border-e-orange-200\\/15 { + border-inline-end-color: #fed7aa26; +} + .border-e-orange-200\\/20 { border-inline-end-color: #fed7aa33; } @@ -227892,10 +312904,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fed7aa4d; } +.border-e-orange-200\\/35 { + border-inline-end-color: #fed7aa59; +} + .border-e-orange-200\\/40 { border-inline-end-color: #fed7aa66; } +.border-e-orange-200\\/45 { + border-inline-end-color: #fed7aa73; +} + .border-e-orange-200\\/5 { border-inline-end-color: #fed7aa0d; } @@ -227904,10 +312924,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fed7aa80; } +.border-e-orange-200\\/55 { + border-inline-end-color: #fed7aa8c; +} + .border-e-orange-200\\/60 { border-inline-end-color: #fed7aa99; } +.border-e-orange-200\\/65 { + border-inline-end-color: #fed7aaa6; +} + .border-e-orange-200\\/70 { border-inline-end-color: #fed7aab3; } @@ -227920,6 +312948,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fed7aacc; } +.border-e-orange-200\\/85 { + border-inline-end-color: #fed7aad9; +} + .border-e-orange-200\\/90 { border-inline-end-color: #fed7aae6; } @@ -227945,6 +312977,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdba74; } +.border-e-orange-300\\/15 { + border-inline-end-color: #fdba7426; +} + .border-e-orange-300\\/20 { border-inline-end-color: #fdba7433; } @@ -227957,10 +312993,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdba744d; } +.border-e-orange-300\\/35 { + border-inline-end-color: #fdba7459; +} + .border-e-orange-300\\/40 { border-inline-end-color: #fdba7466; } +.border-e-orange-300\\/45 { + border-inline-end-color: #fdba7473; +} + .border-e-orange-300\\/5 { border-inline-end-color: #fdba740d; } @@ -227969,10 +313013,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdba7480; } +.border-e-orange-300\\/55 { + border-inline-end-color: #fdba748c; +} + .border-e-orange-300\\/60 { border-inline-end-color: #fdba7499; } +.border-e-orange-300\\/65 { + border-inline-end-color: #fdba74a6; +} + .border-e-orange-300\\/70 { border-inline-end-color: #fdba74b3; } @@ -227985,6 +313037,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdba74cc; } +.border-e-orange-300\\/85 { + border-inline-end-color: #fdba74d9; +} + .border-e-orange-300\\/90 { border-inline-end-color: #fdba74e6; } @@ -228010,6 +313066,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb923c; } +.border-e-orange-400\\/15 { + border-inline-end-color: #fb923c26; +} + .border-e-orange-400\\/20 { border-inline-end-color: #fb923c33; } @@ -228022,10 +313082,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb923c4d; } +.border-e-orange-400\\/35 { + border-inline-end-color: #fb923c59; +} + .border-e-orange-400\\/40 { border-inline-end-color: #fb923c66; } +.border-e-orange-400\\/45 { + border-inline-end-color: #fb923c73; +} + .border-e-orange-400\\/5 { border-inline-end-color: #fb923c0d; } @@ -228034,10 +313102,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb923c80; } +.border-e-orange-400\\/55 { + border-inline-end-color: #fb923c8c; +} + .border-e-orange-400\\/60 { border-inline-end-color: #fb923c99; } +.border-e-orange-400\\/65 { + border-inline-end-color: #fb923ca6; +} + .border-e-orange-400\\/70 { border-inline-end-color: #fb923cb3; } @@ -228050,6 +313126,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb923ccc; } +.border-e-orange-400\\/85 { + border-inline-end-color: #fb923cd9; +} + .border-e-orange-400\\/90 { border-inline-end-color: #fb923ce6; } @@ -228075,6 +313155,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff7ed; } +.border-e-orange-50\\/15 { + border-inline-end-color: #fff7ed26; +} + .border-e-orange-50\\/20 { border-inline-end-color: #fff7ed33; } @@ -228087,10 +313171,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff7ed4d; } +.border-e-orange-50\\/35 { + border-inline-end-color: #fff7ed59; +} + .border-e-orange-50\\/40 { border-inline-end-color: #fff7ed66; } +.border-e-orange-50\\/45 { + border-inline-end-color: #fff7ed73; +} + .border-e-orange-50\\/5 { border-inline-end-color: #fff7ed0d; } @@ -228099,10 +313191,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff7ed80; } +.border-e-orange-50\\/55 { + border-inline-end-color: #fff7ed8c; +} + .border-e-orange-50\\/60 { border-inline-end-color: #fff7ed99; } +.border-e-orange-50\\/65 { + border-inline-end-color: #fff7eda6; +} + .border-e-orange-50\\/70 { border-inline-end-color: #fff7edb3; } @@ -228115,6 +313215,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff7edcc; } +.border-e-orange-50\\/85 { + border-inline-end-color: #fff7edd9; +} + .border-e-orange-50\\/90 { border-inline-end-color: #fff7ede6; } @@ -228140,6 +313244,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f97316; } +.border-e-orange-500\\/15 { + border-inline-end-color: #f9731626; +} + .border-e-orange-500\\/20 { border-inline-end-color: #f9731633; } @@ -228152,10 +313260,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f973164d; } +.border-e-orange-500\\/35 { + border-inline-end-color: #f9731659; +} + .border-e-orange-500\\/40 { border-inline-end-color: #f9731666; } +.border-e-orange-500\\/45 { + border-inline-end-color: #f9731673; +} + .border-e-orange-500\\/5 { border-inline-end-color: #f973160d; } @@ -228164,10 +313280,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9731680; } +.border-e-orange-500\\/55 { + border-inline-end-color: #f973168c; +} + .border-e-orange-500\\/60 { border-inline-end-color: #f9731699; } +.border-e-orange-500\\/65 { + border-inline-end-color: #f97316a6; +} + .border-e-orange-500\\/70 { border-inline-end-color: #f97316b3; } @@ -228180,6 +313304,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f97316cc; } +.border-e-orange-500\\/85 { + border-inline-end-color: #f97316d9; +} + .border-e-orange-500\\/90 { border-inline-end-color: #f97316e6; } @@ -228205,6 +313333,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ea580c; } +.border-e-orange-600\\/15 { + border-inline-end-color: #ea580c26; +} + .border-e-orange-600\\/20 { border-inline-end-color: #ea580c33; } @@ -228217,10 +313349,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ea580c4d; } +.border-e-orange-600\\/35 { + border-inline-end-color: #ea580c59; +} + .border-e-orange-600\\/40 { border-inline-end-color: #ea580c66; } +.border-e-orange-600\\/45 { + border-inline-end-color: #ea580c73; +} + .border-e-orange-600\\/5 { border-inline-end-color: #ea580c0d; } @@ -228229,10 +313369,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ea580c80; } +.border-e-orange-600\\/55 { + border-inline-end-color: #ea580c8c; +} + .border-e-orange-600\\/60 { border-inline-end-color: #ea580c99; } +.border-e-orange-600\\/65 { + border-inline-end-color: #ea580ca6; +} + .border-e-orange-600\\/70 { border-inline-end-color: #ea580cb3; } @@ -228245,6 +313393,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ea580ccc; } +.border-e-orange-600\\/85 { + border-inline-end-color: #ea580cd9; +} + .border-e-orange-600\\/90 { border-inline-end-color: #ea580ce6; } @@ -228270,6 +313422,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c2410c; } +.border-e-orange-700\\/15 { + border-inline-end-color: #c2410c26; +} + .border-e-orange-700\\/20 { border-inline-end-color: #c2410c33; } @@ -228282,10 +313438,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c2410c4d; } +.border-e-orange-700\\/35 { + border-inline-end-color: #c2410c59; +} + .border-e-orange-700\\/40 { border-inline-end-color: #c2410c66; } +.border-e-orange-700\\/45 { + border-inline-end-color: #c2410c73; +} + .border-e-orange-700\\/5 { border-inline-end-color: #c2410c0d; } @@ -228294,10 +313458,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c2410c80; } +.border-e-orange-700\\/55 { + border-inline-end-color: #c2410c8c; +} + .border-e-orange-700\\/60 { border-inline-end-color: #c2410c99; } +.border-e-orange-700\\/65 { + border-inline-end-color: #c2410ca6; +} + .border-e-orange-700\\/70 { border-inline-end-color: #c2410cb3; } @@ -228310,6 +313482,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c2410ccc; } +.border-e-orange-700\\/85 { + border-inline-end-color: #c2410cd9; +} + .border-e-orange-700\\/90 { border-inline-end-color: #c2410ce6; } @@ -228335,6 +313511,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9a3412; } +.border-e-orange-800\\/15 { + border-inline-end-color: #9a341226; +} + .border-e-orange-800\\/20 { border-inline-end-color: #9a341233; } @@ -228347,10 +313527,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9a34124d; } +.border-e-orange-800\\/35 { + border-inline-end-color: #9a341259; +} + .border-e-orange-800\\/40 { border-inline-end-color: #9a341266; } +.border-e-orange-800\\/45 { + border-inline-end-color: #9a341273; +} + .border-e-orange-800\\/5 { border-inline-end-color: #9a34120d; } @@ -228359,10 +313547,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9a341280; } +.border-e-orange-800\\/55 { + border-inline-end-color: #9a34128c; +} + .border-e-orange-800\\/60 { border-inline-end-color: #9a341299; } +.border-e-orange-800\\/65 { + border-inline-end-color: #9a3412a6; +} + .border-e-orange-800\\/70 { border-inline-end-color: #9a3412b3; } @@ -228375,6 +313571,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9a3412cc; } +.border-e-orange-800\\/85 { + border-inline-end-color: #9a3412d9; +} + .border-e-orange-800\\/90 { border-inline-end-color: #9a3412e6; } @@ -228400,6 +313600,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c2d12; } +.border-e-orange-900\\/15 { + border-inline-end-color: #7c2d1226; +} + .border-e-orange-900\\/20 { border-inline-end-color: #7c2d1233; } @@ -228412,10 +313616,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c2d124d; } +.border-e-orange-900\\/35 { + border-inline-end-color: #7c2d1259; +} + .border-e-orange-900\\/40 { border-inline-end-color: #7c2d1266; } +.border-e-orange-900\\/45 { + border-inline-end-color: #7c2d1273; +} + .border-e-orange-900\\/5 { border-inline-end-color: #7c2d120d; } @@ -228424,10 +313636,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c2d1280; } +.border-e-orange-900\\/55 { + border-inline-end-color: #7c2d128c; +} + .border-e-orange-900\\/60 { border-inline-end-color: #7c2d1299; } +.border-e-orange-900\\/65 { + border-inline-end-color: #7c2d12a6; +} + .border-e-orange-900\\/70 { border-inline-end-color: #7c2d12b3; } @@ -228440,6 +313660,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c2d12cc; } +.border-e-orange-900\\/85 { + border-inline-end-color: #7c2d12d9; +} + .border-e-orange-900\\/90 { border-inline-end-color: #7c2d12e6; } @@ -228465,6 +313689,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #431407; } +.border-e-orange-950\\/15 { + border-inline-end-color: #43140726; +} + .border-e-orange-950\\/20 { border-inline-end-color: #43140733; } @@ -228477,10 +313705,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4314074d; } +.border-e-orange-950\\/35 { + border-inline-end-color: #43140759; +} + .border-e-orange-950\\/40 { border-inline-end-color: #43140766; } +.border-e-orange-950\\/45 { + border-inline-end-color: #43140773; +} + .border-e-orange-950\\/5 { border-inline-end-color: #4314070d; } @@ -228489,10 +313725,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #43140780; } +.border-e-orange-950\\/55 { + border-inline-end-color: #4314078c; +} + .border-e-orange-950\\/60 { border-inline-end-color: #43140799; } +.border-e-orange-950\\/65 { + border-inline-end-color: #431407a6; +} + .border-e-orange-950\\/70 { border-inline-end-color: #431407b3; } @@ -228505,6 +313749,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #431407cc; } +.border-e-orange-950\\/85 { + border-inline-end-color: #431407d9; +} + .border-e-orange-950\\/90 { border-inline-end-color: #431407e6; } @@ -228530,6 +313778,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fce7f3; } +.border-e-pink-100\\/15 { + border-inline-end-color: #fce7f326; +} + .border-e-pink-100\\/20 { border-inline-end-color: #fce7f333; } @@ -228542,10 +313794,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fce7f34d; } +.border-e-pink-100\\/35 { + border-inline-end-color: #fce7f359; +} + .border-e-pink-100\\/40 { border-inline-end-color: #fce7f366; } +.border-e-pink-100\\/45 { + border-inline-end-color: #fce7f373; +} + .border-e-pink-100\\/5 { border-inline-end-color: #fce7f30d; } @@ -228554,10 +313814,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fce7f380; } +.border-e-pink-100\\/55 { + border-inline-end-color: #fce7f38c; +} + .border-e-pink-100\\/60 { border-inline-end-color: #fce7f399; } +.border-e-pink-100\\/65 { + border-inline-end-color: #fce7f3a6; +} + .border-e-pink-100\\/70 { border-inline-end-color: #fce7f3b3; } @@ -228570,6 +313838,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fce7f3cc; } +.border-e-pink-100\\/85 { + border-inline-end-color: #fce7f3d9; +} + .border-e-pink-100\\/90 { border-inline-end-color: #fce7f3e6; } @@ -228595,6 +313867,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbcfe8; } +.border-e-pink-200\\/15 { + border-inline-end-color: #fbcfe826; +} + .border-e-pink-200\\/20 { border-inline-end-color: #fbcfe833; } @@ -228607,10 +313883,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbcfe84d; } +.border-e-pink-200\\/35 { + border-inline-end-color: #fbcfe859; +} + .border-e-pink-200\\/40 { border-inline-end-color: #fbcfe866; } +.border-e-pink-200\\/45 { + border-inline-end-color: #fbcfe873; +} + .border-e-pink-200\\/5 { border-inline-end-color: #fbcfe80d; } @@ -228619,10 +313903,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbcfe880; } +.border-e-pink-200\\/55 { + border-inline-end-color: #fbcfe88c; +} + .border-e-pink-200\\/60 { border-inline-end-color: #fbcfe899; } +.border-e-pink-200\\/65 { + border-inline-end-color: #fbcfe8a6; +} + .border-e-pink-200\\/70 { border-inline-end-color: #fbcfe8b3; } @@ -228635,6 +313927,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fbcfe8cc; } +.border-e-pink-200\\/85 { + border-inline-end-color: #fbcfe8d9; +} + .border-e-pink-200\\/90 { border-inline-end-color: #fbcfe8e6; } @@ -228660,6 +313956,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9a8d4; } +.border-e-pink-300\\/15 { + border-inline-end-color: #f9a8d426; +} + .border-e-pink-300\\/20 { border-inline-end-color: #f9a8d433; } @@ -228672,10 +313972,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9a8d44d; } +.border-e-pink-300\\/35 { + border-inline-end-color: #f9a8d459; +} + .border-e-pink-300\\/40 { border-inline-end-color: #f9a8d466; } +.border-e-pink-300\\/45 { + border-inline-end-color: #f9a8d473; +} + .border-e-pink-300\\/5 { border-inline-end-color: #f9a8d40d; } @@ -228684,10 +313992,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9a8d480; } +.border-e-pink-300\\/55 { + border-inline-end-color: #f9a8d48c; +} + .border-e-pink-300\\/60 { border-inline-end-color: #f9a8d499; } +.border-e-pink-300\\/65 { + border-inline-end-color: #f9a8d4a6; +} + .border-e-pink-300\\/70 { border-inline-end-color: #f9a8d4b3; } @@ -228700,6 +314016,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f9a8d4cc; } +.border-e-pink-300\\/85 { + border-inline-end-color: #f9a8d4d9; +} + .border-e-pink-300\\/90 { border-inline-end-color: #f9a8d4e6; } @@ -228725,6 +314045,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f472b6; } +.border-e-pink-400\\/15 { + border-inline-end-color: #f472b626; +} + .border-e-pink-400\\/20 { border-inline-end-color: #f472b633; } @@ -228737,10 +314061,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f472b64d; } +.border-e-pink-400\\/35 { + border-inline-end-color: #f472b659; +} + .border-e-pink-400\\/40 { border-inline-end-color: #f472b666; } +.border-e-pink-400\\/45 { + border-inline-end-color: #f472b673; +} + .border-e-pink-400\\/5 { border-inline-end-color: #f472b60d; } @@ -228749,10 +314081,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f472b680; } +.border-e-pink-400\\/55 { + border-inline-end-color: #f472b68c; +} + .border-e-pink-400\\/60 { border-inline-end-color: #f472b699; } +.border-e-pink-400\\/65 { + border-inline-end-color: #f472b6a6; +} + .border-e-pink-400\\/70 { border-inline-end-color: #f472b6b3; } @@ -228765,6 +314105,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f472b6cc; } +.border-e-pink-400\\/85 { + border-inline-end-color: #f472b6d9; +} + .border-e-pink-400\\/90 { border-inline-end-color: #f472b6e6; } @@ -228790,6 +314134,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf2f8; } +.border-e-pink-50\\/15 { + border-inline-end-color: #fdf2f826; +} + .border-e-pink-50\\/20 { border-inline-end-color: #fdf2f833; } @@ -228802,10 +314150,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf2f84d; } +.border-e-pink-50\\/35 { + border-inline-end-color: #fdf2f859; +} + .border-e-pink-50\\/40 { border-inline-end-color: #fdf2f866; } +.border-e-pink-50\\/45 { + border-inline-end-color: #fdf2f873; +} + .border-e-pink-50\\/5 { border-inline-end-color: #fdf2f80d; } @@ -228814,10 +314170,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf2f880; } +.border-e-pink-50\\/55 { + border-inline-end-color: #fdf2f88c; +} + .border-e-pink-50\\/60 { border-inline-end-color: #fdf2f899; } +.border-e-pink-50\\/65 { + border-inline-end-color: #fdf2f8a6; +} + .border-e-pink-50\\/70 { border-inline-end-color: #fdf2f8b3; } @@ -228830,6 +314194,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fdf2f8cc; } +.border-e-pink-50\\/85 { + border-inline-end-color: #fdf2f8d9; +} + .border-e-pink-50\\/90 { border-inline-end-color: #fdf2f8e6; } @@ -228855,6 +314223,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ec4899; } +.border-e-pink-500\\/15 { + border-inline-end-color: #ec489926; +} + .border-e-pink-500\\/20 { border-inline-end-color: #ec489933; } @@ -228867,10 +314239,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ec48994d; } +.border-e-pink-500\\/35 { + border-inline-end-color: #ec489959; +} + .border-e-pink-500\\/40 { border-inline-end-color: #ec489966; } +.border-e-pink-500\\/45 { + border-inline-end-color: #ec489973; +} + .border-e-pink-500\\/5 { border-inline-end-color: #ec48990d; } @@ -228879,10 +314259,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ec489980; } +.border-e-pink-500\\/55 { + border-inline-end-color: #ec48998c; +} + .border-e-pink-500\\/60 { border-inline-end-color: #ec489999; } +.border-e-pink-500\\/65 { + border-inline-end-color: #ec4899a6; +} + .border-e-pink-500\\/70 { border-inline-end-color: #ec4899b3; } @@ -228895,6 +314283,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ec4899cc; } +.border-e-pink-500\\/85 { + border-inline-end-color: #ec4899d9; +} + .border-e-pink-500\\/90 { border-inline-end-color: #ec4899e6; } @@ -228920,6 +314312,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #db2777; } +.border-e-pink-600\\/15 { + border-inline-end-color: #db277726; +} + .border-e-pink-600\\/20 { border-inline-end-color: #db277733; } @@ -228932,10 +314328,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #db27774d; } +.border-e-pink-600\\/35 { + border-inline-end-color: #db277759; +} + .border-e-pink-600\\/40 { border-inline-end-color: #db277766; } +.border-e-pink-600\\/45 { + border-inline-end-color: #db277773; +} + .border-e-pink-600\\/5 { border-inline-end-color: #db27770d; } @@ -228944,10 +314348,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #db277780; } +.border-e-pink-600\\/55 { + border-inline-end-color: #db27778c; +} + .border-e-pink-600\\/60 { border-inline-end-color: #db277799; } +.border-e-pink-600\\/65 { + border-inline-end-color: #db2777a6; +} + .border-e-pink-600\\/70 { border-inline-end-color: #db2777b3; } @@ -228960,6 +314372,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #db2777cc; } +.border-e-pink-600\\/85 { + border-inline-end-color: #db2777d9; +} + .border-e-pink-600\\/90 { border-inline-end-color: #db2777e6; } @@ -228985,6 +314401,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be185d; } +.border-e-pink-700\\/15 { + border-inline-end-color: #be185d26; +} + .border-e-pink-700\\/20 { border-inline-end-color: #be185d33; } @@ -228997,10 +314417,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be185d4d; } +.border-e-pink-700\\/35 { + border-inline-end-color: #be185d59; +} + .border-e-pink-700\\/40 { border-inline-end-color: #be185d66; } +.border-e-pink-700\\/45 { + border-inline-end-color: #be185d73; +} + .border-e-pink-700\\/5 { border-inline-end-color: #be185d0d; } @@ -229009,10 +314437,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be185d80; } +.border-e-pink-700\\/55 { + border-inline-end-color: #be185d8c; +} + .border-e-pink-700\\/60 { border-inline-end-color: #be185d99; } +.border-e-pink-700\\/65 { + border-inline-end-color: #be185da6; +} + .border-e-pink-700\\/70 { border-inline-end-color: #be185db3; } @@ -229025,6 +314461,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be185dcc; } +.border-e-pink-700\\/85 { + border-inline-end-color: #be185dd9; +} + .border-e-pink-700\\/90 { border-inline-end-color: #be185de6; } @@ -229050,6 +314490,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9d174d; } +.border-e-pink-800\\/15 { + border-inline-end-color: #9d174d26; +} + .border-e-pink-800\\/20 { border-inline-end-color: #9d174d33; } @@ -229062,10 +314506,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9d174d4d; } +.border-e-pink-800\\/35 { + border-inline-end-color: #9d174d59; +} + .border-e-pink-800\\/40 { border-inline-end-color: #9d174d66; } +.border-e-pink-800\\/45 { + border-inline-end-color: #9d174d73; +} + .border-e-pink-800\\/5 { border-inline-end-color: #9d174d0d; } @@ -229074,10 +314526,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9d174d80; } +.border-e-pink-800\\/55 { + border-inline-end-color: #9d174d8c; +} + .border-e-pink-800\\/60 { border-inline-end-color: #9d174d99; } +.border-e-pink-800\\/65 { + border-inline-end-color: #9d174da6; +} + .border-e-pink-800\\/70 { border-inline-end-color: #9d174db3; } @@ -229090,6 +314550,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9d174dcc; } +.border-e-pink-800\\/85 { + border-inline-end-color: #9d174dd9; +} + .border-e-pink-800\\/90 { border-inline-end-color: #9d174de6; } @@ -229115,6 +314579,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #831843; } +.border-e-pink-900\\/15 { + border-inline-end-color: #83184326; +} + .border-e-pink-900\\/20 { border-inline-end-color: #83184333; } @@ -229127,10 +314595,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #8318434d; } +.border-e-pink-900\\/35 { + border-inline-end-color: #83184359; +} + .border-e-pink-900\\/40 { border-inline-end-color: #83184366; } +.border-e-pink-900\\/45 { + border-inline-end-color: #83184373; +} + .border-e-pink-900\\/5 { border-inline-end-color: #8318430d; } @@ -229139,10 +314615,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #83184380; } +.border-e-pink-900\\/55 { + border-inline-end-color: #8318438c; +} + .border-e-pink-900\\/60 { border-inline-end-color: #83184399; } +.border-e-pink-900\\/65 { + border-inline-end-color: #831843a6; +} + .border-e-pink-900\\/70 { border-inline-end-color: #831843b3; } @@ -229155,6 +314639,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #831843cc; } +.border-e-pink-900\\/85 { + border-inline-end-color: #831843d9; +} + .border-e-pink-900\\/90 { border-inline-end-color: #831843e6; } @@ -229180,6 +314668,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #500724; } +.border-e-pink-950\\/15 { + border-inline-end-color: #50072426; +} + .border-e-pink-950\\/20 { border-inline-end-color: #50072433; } @@ -229192,10 +314684,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5007244d; } +.border-e-pink-950\\/35 { + border-inline-end-color: #50072459; +} + .border-e-pink-950\\/40 { border-inline-end-color: #50072466; } +.border-e-pink-950\\/45 { + border-inline-end-color: #50072473; +} + .border-e-pink-950\\/5 { border-inline-end-color: #5007240d; } @@ -229204,10 +314704,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #50072480; } +.border-e-pink-950\\/55 { + border-inline-end-color: #5007248c; +} + .border-e-pink-950\\/60 { border-inline-end-color: #50072499; } +.border-e-pink-950\\/65 { + border-inline-end-color: #500724a6; +} + .border-e-pink-950\\/70 { border-inline-end-color: #500724b3; } @@ -229220,6 +314728,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #500724cc; } +.border-e-pink-950\\/85 { + border-inline-end-color: #500724d9; +} + .border-e-pink-950\\/90 { border-inline-end-color: #500724e6; } @@ -229245,6 +314757,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3e8ff; } +.border-e-purple-100\\/15 { + border-inline-end-color: #f3e8ff26; +} + .border-e-purple-100\\/20 { border-inline-end-color: #f3e8ff33; } @@ -229257,10 +314773,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3e8ff4d; } +.border-e-purple-100\\/35 { + border-inline-end-color: #f3e8ff59; +} + .border-e-purple-100\\/40 { border-inline-end-color: #f3e8ff66; } +.border-e-purple-100\\/45 { + border-inline-end-color: #f3e8ff73; +} + .border-e-purple-100\\/5 { border-inline-end-color: #f3e8ff0d; } @@ -229269,10 +314793,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3e8ff80; } +.border-e-purple-100\\/55 { + border-inline-end-color: #f3e8ff8c; +} + .border-e-purple-100\\/60 { border-inline-end-color: #f3e8ff99; } +.border-e-purple-100\\/65 { + border-inline-end-color: #f3e8ffa6; +} + .border-e-purple-100\\/70 { border-inline-end-color: #f3e8ffb3; } @@ -229285,6 +314817,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f3e8ffcc; } +.border-e-purple-100\\/85 { + border-inline-end-color: #f3e8ffd9; +} + .border-e-purple-100\\/90 { border-inline-end-color: #f3e8ffe6; } @@ -229310,6 +314846,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e9d5ff; } +.border-e-purple-200\\/15 { + border-inline-end-color: #e9d5ff26; +} + .border-e-purple-200\\/20 { border-inline-end-color: #e9d5ff33; } @@ -229322,10 +314862,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e9d5ff4d; } +.border-e-purple-200\\/35 { + border-inline-end-color: #e9d5ff59; +} + .border-e-purple-200\\/40 { border-inline-end-color: #e9d5ff66; } +.border-e-purple-200\\/45 { + border-inline-end-color: #e9d5ff73; +} + .border-e-purple-200\\/5 { border-inline-end-color: #e9d5ff0d; } @@ -229334,10 +314882,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e9d5ff80; } +.border-e-purple-200\\/55 { + border-inline-end-color: #e9d5ff8c; +} + .border-e-purple-200\\/60 { border-inline-end-color: #e9d5ff99; } +.border-e-purple-200\\/65 { + border-inline-end-color: #e9d5ffa6; +} + .border-e-purple-200\\/70 { border-inline-end-color: #e9d5ffb3; } @@ -229350,6 +314906,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e9d5ffcc; } +.border-e-purple-200\\/85 { + border-inline-end-color: #e9d5ffd9; +} + .border-e-purple-200\\/90 { border-inline-end-color: #e9d5ffe6; } @@ -229375,6 +314935,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d8b4fe; } +.border-e-purple-300\\/15 { + border-inline-end-color: #d8b4fe26; +} + .border-e-purple-300\\/20 { border-inline-end-color: #d8b4fe33; } @@ -229387,10 +314951,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d8b4fe4d; } +.border-e-purple-300\\/35 { + border-inline-end-color: #d8b4fe59; +} + .border-e-purple-300\\/40 { border-inline-end-color: #d8b4fe66; } +.border-e-purple-300\\/45 { + border-inline-end-color: #d8b4fe73; +} + .border-e-purple-300\\/5 { border-inline-end-color: #d8b4fe0d; } @@ -229399,10 +314971,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d8b4fe80; } +.border-e-purple-300\\/55 { + border-inline-end-color: #d8b4fe8c; +} + .border-e-purple-300\\/60 { border-inline-end-color: #d8b4fe99; } +.border-e-purple-300\\/65 { + border-inline-end-color: #d8b4fea6; +} + .border-e-purple-300\\/70 { border-inline-end-color: #d8b4feb3; } @@ -229415,6 +314995,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d8b4fecc; } +.border-e-purple-300\\/85 { + border-inline-end-color: #d8b4fed9; +} + .border-e-purple-300\\/90 { border-inline-end-color: #d8b4fee6; } @@ -229440,6 +315024,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c084fc; } +.border-e-purple-400\\/15 { + border-inline-end-color: #c084fc26; +} + .border-e-purple-400\\/20 { border-inline-end-color: #c084fc33; } @@ -229452,10 +315040,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c084fc4d; } +.border-e-purple-400\\/35 { + border-inline-end-color: #c084fc59; +} + .border-e-purple-400\\/40 { border-inline-end-color: #c084fc66; } +.border-e-purple-400\\/45 { + border-inline-end-color: #c084fc73; +} + .border-e-purple-400\\/5 { border-inline-end-color: #c084fc0d; } @@ -229464,10 +315060,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c084fc80; } +.border-e-purple-400\\/55 { + border-inline-end-color: #c084fc8c; +} + .border-e-purple-400\\/60 { border-inline-end-color: #c084fc99; } +.border-e-purple-400\\/65 { + border-inline-end-color: #c084fca6; +} + .border-e-purple-400\\/70 { border-inline-end-color: #c084fcb3; } @@ -229480,6 +315084,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c084fccc; } +.border-e-purple-400\\/85 { + border-inline-end-color: #c084fcd9; +} + .border-e-purple-400\\/90 { border-inline-end-color: #c084fce6; } @@ -229505,6 +315113,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #faf5ff; } +.border-e-purple-50\\/15 { + border-inline-end-color: #faf5ff26; +} + .border-e-purple-50\\/20 { border-inline-end-color: #faf5ff33; } @@ -229517,10 +315129,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #faf5ff4d; } +.border-e-purple-50\\/35 { + border-inline-end-color: #faf5ff59; +} + .border-e-purple-50\\/40 { border-inline-end-color: #faf5ff66; } +.border-e-purple-50\\/45 { + border-inline-end-color: #faf5ff73; +} + .border-e-purple-50\\/5 { border-inline-end-color: #faf5ff0d; } @@ -229529,10 +315149,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #faf5ff80; } +.border-e-purple-50\\/55 { + border-inline-end-color: #faf5ff8c; +} + .border-e-purple-50\\/60 { border-inline-end-color: #faf5ff99; } +.border-e-purple-50\\/65 { + border-inline-end-color: #faf5ffa6; +} + .border-e-purple-50\\/70 { border-inline-end-color: #faf5ffb3; } @@ -229545,6 +315173,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #faf5ffcc; } +.border-e-purple-50\\/85 { + border-inline-end-color: #faf5ffd9; +} + .border-e-purple-50\\/90 { border-inline-end-color: #faf5ffe6; } @@ -229570,6 +315202,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a855f7; } +.border-e-purple-500\\/15 { + border-inline-end-color: #a855f726; +} + .border-e-purple-500\\/20 { border-inline-end-color: #a855f733; } @@ -229582,10 +315218,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a855f74d; } +.border-e-purple-500\\/35 { + border-inline-end-color: #a855f759; +} + .border-e-purple-500\\/40 { border-inline-end-color: #a855f766; } +.border-e-purple-500\\/45 { + border-inline-end-color: #a855f773; +} + .border-e-purple-500\\/5 { border-inline-end-color: #a855f70d; } @@ -229594,10 +315238,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a855f780; } +.border-e-purple-500\\/55 { + border-inline-end-color: #a855f78c; +} + .border-e-purple-500\\/60 { border-inline-end-color: #a855f799; } +.border-e-purple-500\\/65 { + border-inline-end-color: #a855f7a6; +} + .border-e-purple-500\\/70 { border-inline-end-color: #a855f7b3; } @@ -229610,6 +315262,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a855f7cc; } +.border-e-purple-500\\/85 { + border-inline-end-color: #a855f7d9; +} + .border-e-purple-500\\/90 { border-inline-end-color: #a855f7e6; } @@ -229635,6 +315291,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9333ea; } +.border-e-purple-600\\/15 { + border-inline-end-color: #9333ea26; +} + .border-e-purple-600\\/20 { border-inline-end-color: #9333ea33; } @@ -229647,10 +315307,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9333ea4d; } +.border-e-purple-600\\/35 { + border-inline-end-color: #9333ea59; +} + .border-e-purple-600\\/40 { border-inline-end-color: #9333ea66; } +.border-e-purple-600\\/45 { + border-inline-end-color: #9333ea73; +} + .border-e-purple-600\\/5 { border-inline-end-color: #9333ea0d; } @@ -229659,10 +315327,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9333ea80; } +.border-e-purple-600\\/55 { + border-inline-end-color: #9333ea8c; +} + .border-e-purple-600\\/60 { border-inline-end-color: #9333ea99; } +.border-e-purple-600\\/65 { + border-inline-end-color: #9333eaa6; +} + .border-e-purple-600\\/70 { border-inline-end-color: #9333eab3; } @@ -229675,6 +315351,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9333eacc; } +.border-e-purple-600\\/85 { + border-inline-end-color: #9333ead9; +} + .border-e-purple-600\\/90 { border-inline-end-color: #9333eae6; } @@ -229700,6 +315380,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7e22ce; } +.border-e-purple-700\\/15 { + border-inline-end-color: #7e22ce26; +} + .border-e-purple-700\\/20 { border-inline-end-color: #7e22ce33; } @@ -229712,10 +315396,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7e22ce4d; } +.border-e-purple-700\\/35 { + border-inline-end-color: #7e22ce59; +} + .border-e-purple-700\\/40 { border-inline-end-color: #7e22ce66; } +.border-e-purple-700\\/45 { + border-inline-end-color: #7e22ce73; +} + .border-e-purple-700\\/5 { border-inline-end-color: #7e22ce0d; } @@ -229724,10 +315416,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7e22ce80; } +.border-e-purple-700\\/55 { + border-inline-end-color: #7e22ce8c; +} + .border-e-purple-700\\/60 { border-inline-end-color: #7e22ce99; } +.border-e-purple-700\\/65 { + border-inline-end-color: #7e22cea6; +} + .border-e-purple-700\\/70 { border-inline-end-color: #7e22ceb3; } @@ -229740,6 +315440,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7e22cecc; } +.border-e-purple-700\\/85 { + border-inline-end-color: #7e22ced9; +} + .border-e-purple-700\\/90 { border-inline-end-color: #7e22cee6; } @@ -229765,6 +315469,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b21a8; } +.border-e-purple-800\\/15 { + border-inline-end-color: #6b21a826; +} + .border-e-purple-800\\/20 { border-inline-end-color: #6b21a833; } @@ -229777,10 +315485,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b21a84d; } +.border-e-purple-800\\/35 { + border-inline-end-color: #6b21a859; +} + .border-e-purple-800\\/40 { border-inline-end-color: #6b21a866; } +.border-e-purple-800\\/45 { + border-inline-end-color: #6b21a873; +} + .border-e-purple-800\\/5 { border-inline-end-color: #6b21a80d; } @@ -229789,10 +315505,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b21a880; } +.border-e-purple-800\\/55 { + border-inline-end-color: #6b21a88c; +} + .border-e-purple-800\\/60 { border-inline-end-color: #6b21a899; } +.border-e-purple-800\\/65 { + border-inline-end-color: #6b21a8a6; +} + .border-e-purple-800\\/70 { border-inline-end-color: #6b21a8b3; } @@ -229805,6 +315529,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6b21a8cc; } +.border-e-purple-800\\/85 { + border-inline-end-color: #6b21a8d9; +} + .border-e-purple-800\\/90 { border-inline-end-color: #6b21a8e6; } @@ -229830,6 +315558,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #581c87; } +.border-e-purple-900\\/15 { + border-inline-end-color: #581c8726; +} + .border-e-purple-900\\/20 { border-inline-end-color: #581c8733; } @@ -229842,10 +315574,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #581c874d; } +.border-e-purple-900\\/35 { + border-inline-end-color: #581c8759; +} + .border-e-purple-900\\/40 { border-inline-end-color: #581c8766; } +.border-e-purple-900\\/45 { + border-inline-end-color: #581c8773; +} + .border-e-purple-900\\/5 { border-inline-end-color: #581c870d; } @@ -229854,10 +315594,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #581c8780; } +.border-e-purple-900\\/55 { + border-inline-end-color: #581c878c; +} + .border-e-purple-900\\/60 { border-inline-end-color: #581c8799; } +.border-e-purple-900\\/65 { + border-inline-end-color: #581c87a6; +} + .border-e-purple-900\\/70 { border-inline-end-color: #581c87b3; } @@ -229870,6 +315618,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #581c87cc; } +.border-e-purple-900\\/85 { + border-inline-end-color: #581c87d9; +} + .border-e-purple-900\\/90 { border-inline-end-color: #581c87e6; } @@ -229895,6 +315647,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b0764; } +.border-e-purple-950\\/15 { + border-inline-end-color: #3b076426; +} + .border-e-purple-950\\/20 { border-inline-end-color: #3b076433; } @@ -229907,10 +315663,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b07644d; } +.border-e-purple-950\\/35 { + border-inline-end-color: #3b076459; +} + .border-e-purple-950\\/40 { border-inline-end-color: #3b076466; } +.border-e-purple-950\\/45 { + border-inline-end-color: #3b076473; +} + .border-e-purple-950\\/5 { border-inline-end-color: #3b07640d; } @@ -229919,10 +315683,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b076480; } +.border-e-purple-950\\/55 { + border-inline-end-color: #3b07648c; +} + .border-e-purple-950\\/60 { border-inline-end-color: #3b076499; } +.border-e-purple-950\\/65 { + border-inline-end-color: #3b0764a6; +} + .border-e-purple-950\\/70 { border-inline-end-color: #3b0764b3; } @@ -229935,6 +315707,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3b0764cc; } +.border-e-purple-950\\/85 { + border-inline-end-color: #3b0764d9; +} + .border-e-purple-950\\/90 { border-inline-end-color: #3b0764e6; } @@ -229960,6 +315736,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fee2e2; } +.border-e-red-100\\/15 { + border-inline-end-color: #fee2e226; +} + .border-e-red-100\\/20 { border-inline-end-color: #fee2e233; } @@ -229972,10 +315752,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fee2e24d; } +.border-e-red-100\\/35 { + border-inline-end-color: #fee2e259; +} + .border-e-red-100\\/40 { border-inline-end-color: #fee2e266; } +.border-e-red-100\\/45 { + border-inline-end-color: #fee2e273; +} + .border-e-red-100\\/5 { border-inline-end-color: #fee2e20d; } @@ -229984,10 +315772,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fee2e280; } +.border-e-red-100\\/55 { + border-inline-end-color: #fee2e28c; +} + .border-e-red-100\\/60 { border-inline-end-color: #fee2e299; } +.border-e-red-100\\/65 { + border-inline-end-color: #fee2e2a6; +} + .border-e-red-100\\/70 { border-inline-end-color: #fee2e2b3; } @@ -230000,6 +315796,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fee2e2cc; } +.border-e-red-100\\/85 { + border-inline-end-color: #fee2e2d9; +} + .border-e-red-100\\/90 { border-inline-end-color: #fee2e2e6; } @@ -230025,6 +315825,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecaca; } +.border-e-red-200\\/15 { + border-inline-end-color: #fecaca26; +} + .border-e-red-200\\/20 { border-inline-end-color: #fecaca33; } @@ -230037,10 +315841,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecaca4d; } +.border-e-red-200\\/35 { + border-inline-end-color: #fecaca59; +} + .border-e-red-200\\/40 { border-inline-end-color: #fecaca66; } +.border-e-red-200\\/45 { + border-inline-end-color: #fecaca73; +} + .border-e-red-200\\/5 { border-inline-end-color: #fecaca0d; } @@ -230049,10 +315861,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecaca80; } +.border-e-red-200\\/55 { + border-inline-end-color: #fecaca8c; +} + .border-e-red-200\\/60 { border-inline-end-color: #fecaca99; } +.border-e-red-200\\/65 { + border-inline-end-color: #fecacaa6; +} + .border-e-red-200\\/70 { border-inline-end-color: #fecacab3; } @@ -230065,6 +315885,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecacacc; } +.border-e-red-200\\/85 { + border-inline-end-color: #fecacad9; +} + .border-e-red-200\\/90 { border-inline-end-color: #fecacae6; } @@ -230090,6 +315914,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fca5a5; } +.border-e-red-300\\/15 { + border-inline-end-color: #fca5a526; +} + .border-e-red-300\\/20 { border-inline-end-color: #fca5a533; } @@ -230102,10 +315930,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fca5a54d; } +.border-e-red-300\\/35 { + border-inline-end-color: #fca5a559; +} + .border-e-red-300\\/40 { border-inline-end-color: #fca5a566; } +.border-e-red-300\\/45 { + border-inline-end-color: #fca5a573; +} + .border-e-red-300\\/5 { border-inline-end-color: #fca5a50d; } @@ -230114,10 +315950,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fca5a580; } +.border-e-red-300\\/55 { + border-inline-end-color: #fca5a58c; +} + .border-e-red-300\\/60 { border-inline-end-color: #fca5a599; } +.border-e-red-300\\/65 { + border-inline-end-color: #fca5a5a6; +} + .border-e-red-300\\/70 { border-inline-end-color: #fca5a5b3; } @@ -230130,6 +315974,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fca5a5cc; } +.border-e-red-300\\/85 { + border-inline-end-color: #fca5a5d9; +} + .border-e-red-300\\/90 { border-inline-end-color: #fca5a5e6; } @@ -230155,6 +316003,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f87171; } +.border-e-red-400\\/15 { + border-inline-end-color: #f8717126; +} + .border-e-red-400\\/20 { border-inline-end-color: #f8717133; } @@ -230167,10 +316019,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f871714d; } +.border-e-red-400\\/35 { + border-inline-end-color: #f8717159; +} + .border-e-red-400\\/40 { border-inline-end-color: #f8717166; } +.border-e-red-400\\/45 { + border-inline-end-color: #f8717173; +} + .border-e-red-400\\/5 { border-inline-end-color: #f871710d; } @@ -230179,10 +316039,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f8717180; } +.border-e-red-400\\/55 { + border-inline-end-color: #f871718c; +} + .border-e-red-400\\/60 { border-inline-end-color: #f8717199; } +.border-e-red-400\\/65 { + border-inline-end-color: #f87171a6; +} + .border-e-red-400\\/70 { border-inline-end-color: #f87171b3; } @@ -230195,6 +316063,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f87171cc; } +.border-e-red-400\\/85 { + border-inline-end-color: #f87171d9; +} + .border-e-red-400\\/90 { border-inline-end-color: #f87171e6; } @@ -230220,6 +316092,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef2f2; } +.border-e-red-50\\/15 { + border-inline-end-color: #fef2f226; +} + .border-e-red-50\\/20 { border-inline-end-color: #fef2f233; } @@ -230232,10 +316108,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef2f24d; } +.border-e-red-50\\/35 { + border-inline-end-color: #fef2f259; +} + .border-e-red-50\\/40 { border-inline-end-color: #fef2f266; } +.border-e-red-50\\/45 { + border-inline-end-color: #fef2f273; +} + .border-e-red-50\\/5 { border-inline-end-color: #fef2f20d; } @@ -230244,10 +316128,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef2f280; } +.border-e-red-50\\/55 { + border-inline-end-color: #fef2f28c; +} + .border-e-red-50\\/60 { border-inline-end-color: #fef2f299; } +.border-e-red-50\\/65 { + border-inline-end-color: #fef2f2a6; +} + .border-e-red-50\\/70 { border-inline-end-color: #fef2f2b3; } @@ -230260,6 +316152,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef2f2cc; } +.border-e-red-50\\/85 { + border-inline-end-color: #fef2f2d9; +} + .border-e-red-50\\/90 { border-inline-end-color: #fef2f2e6; } @@ -230285,6 +316181,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ef4444; } +.border-e-red-500\\/15 { + border-inline-end-color: #ef444426; +} + .border-e-red-500\\/20 { border-inline-end-color: #ef444433; } @@ -230297,10 +316197,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ef44444d; } +.border-e-red-500\\/35 { + border-inline-end-color: #ef444459; +} + .border-e-red-500\\/40 { border-inline-end-color: #ef444466; } +.border-e-red-500\\/45 { + border-inline-end-color: #ef444473; +} + .border-e-red-500\\/5 { border-inline-end-color: #ef44440d; } @@ -230309,10 +316217,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ef444480; } +.border-e-red-500\\/55 { + border-inline-end-color: #ef44448c; +} + .border-e-red-500\\/60 { border-inline-end-color: #ef444499; } +.border-e-red-500\\/65 { + border-inline-end-color: #ef4444a6; +} + .border-e-red-500\\/70 { border-inline-end-color: #ef4444b3; } @@ -230325,6 +316241,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ef4444cc; } +.border-e-red-500\\/85 { + border-inline-end-color: #ef4444d9; +} + .border-e-red-500\\/90 { border-inline-end-color: #ef4444e6; } @@ -230350,6 +316270,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dc2626; } +.border-e-red-600\\/15 { + border-inline-end-color: #dc262626; +} + .border-e-red-600\\/20 { border-inline-end-color: #dc262633; } @@ -230362,10 +316286,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dc26264d; } +.border-e-red-600\\/35 { + border-inline-end-color: #dc262659; +} + .border-e-red-600\\/40 { border-inline-end-color: #dc262666; } +.border-e-red-600\\/45 { + border-inline-end-color: #dc262673; +} + .border-e-red-600\\/5 { border-inline-end-color: #dc26260d; } @@ -230374,10 +316306,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dc262680; } +.border-e-red-600\\/55 { + border-inline-end-color: #dc26268c; +} + .border-e-red-600\\/60 { border-inline-end-color: #dc262699; } +.border-e-red-600\\/65 { + border-inline-end-color: #dc2626a6; +} + .border-e-red-600\\/70 { border-inline-end-color: #dc2626b3; } @@ -230390,6 +316330,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #dc2626cc; } +.border-e-red-600\\/85 { + border-inline-end-color: #dc2626d9; +} + .border-e-red-600\\/90 { border-inline-end-color: #dc2626e6; } @@ -230415,6 +316359,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b91c1c; } +.border-e-red-700\\/15 { + border-inline-end-color: #b91c1c26; +} + .border-e-red-700\\/20 { border-inline-end-color: #b91c1c33; } @@ -230427,10 +316375,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b91c1c4d; } +.border-e-red-700\\/35 { + border-inline-end-color: #b91c1c59; +} + .border-e-red-700\\/40 { border-inline-end-color: #b91c1c66; } +.border-e-red-700\\/45 { + border-inline-end-color: #b91c1c73; +} + .border-e-red-700\\/5 { border-inline-end-color: #b91c1c0d; } @@ -230439,10 +316395,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b91c1c80; } +.border-e-red-700\\/55 { + border-inline-end-color: #b91c1c8c; +} + .border-e-red-700\\/60 { border-inline-end-color: #b91c1c99; } +.border-e-red-700\\/65 { + border-inline-end-color: #b91c1ca6; +} + .border-e-red-700\\/70 { border-inline-end-color: #b91c1cb3; } @@ -230455,6 +316419,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #b91c1ccc; } +.border-e-red-700\\/85 { + border-inline-end-color: #b91c1cd9; +} + .border-e-red-700\\/90 { border-inline-end-color: #b91c1ce6; } @@ -230480,6 +316448,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #991b1b; } +.border-e-red-800\\/15 { + border-inline-end-color: #991b1b26; +} + .border-e-red-800\\/20 { border-inline-end-color: #991b1b33; } @@ -230492,10 +316464,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #991b1b4d; } +.border-e-red-800\\/35 { + border-inline-end-color: #991b1b59; +} + .border-e-red-800\\/40 { border-inline-end-color: #991b1b66; } +.border-e-red-800\\/45 { + border-inline-end-color: #991b1b73; +} + .border-e-red-800\\/5 { border-inline-end-color: #991b1b0d; } @@ -230504,10 +316484,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #991b1b80; } +.border-e-red-800\\/55 { + border-inline-end-color: #991b1b8c; +} + .border-e-red-800\\/60 { border-inline-end-color: #991b1b99; } +.border-e-red-800\\/65 { + border-inline-end-color: #991b1ba6; +} + .border-e-red-800\\/70 { border-inline-end-color: #991b1bb3; } @@ -230520,6 +316508,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #991b1bcc; } +.border-e-red-800\\/85 { + border-inline-end-color: #991b1bd9; +} + .border-e-red-800\\/90 { border-inline-end-color: #991b1be6; } @@ -230545,6 +316537,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7f1d1d; } +.border-e-red-900\\/15 { + border-inline-end-color: #7f1d1d26; +} + .border-e-red-900\\/20 { border-inline-end-color: #7f1d1d33; } @@ -230557,10 +316553,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7f1d1d4d; } +.border-e-red-900\\/35 { + border-inline-end-color: #7f1d1d59; +} + .border-e-red-900\\/40 { border-inline-end-color: #7f1d1d66; } +.border-e-red-900\\/45 { + border-inline-end-color: #7f1d1d73; +} + .border-e-red-900\\/5 { border-inline-end-color: #7f1d1d0d; } @@ -230569,10 +316573,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7f1d1d80; } +.border-e-red-900\\/55 { + border-inline-end-color: #7f1d1d8c; +} + .border-e-red-900\\/60 { border-inline-end-color: #7f1d1d99; } +.border-e-red-900\\/65 { + border-inline-end-color: #7f1d1da6; +} + .border-e-red-900\\/70 { border-inline-end-color: #7f1d1db3; } @@ -230585,6 +316597,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7f1d1dcc; } +.border-e-red-900\\/85 { + border-inline-end-color: #7f1d1dd9; +} + .border-e-red-900\\/90 { border-inline-end-color: #7f1d1de6; } @@ -230610,6 +316626,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #450a0a; } +.border-e-red-950\\/15 { + border-inline-end-color: #450a0a26; +} + .border-e-red-950\\/20 { border-inline-end-color: #450a0a33; } @@ -230622,10 +316642,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #450a0a4d; } +.border-e-red-950\\/35 { + border-inline-end-color: #450a0a59; +} + .border-e-red-950\\/40 { border-inline-end-color: #450a0a66; } +.border-e-red-950\\/45 { + border-inline-end-color: #450a0a73; +} + .border-e-red-950\\/5 { border-inline-end-color: #450a0a0d; } @@ -230634,10 +316662,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #450a0a80; } +.border-e-red-950\\/55 { + border-inline-end-color: #450a0a8c; +} + .border-e-red-950\\/60 { border-inline-end-color: #450a0a99; } +.border-e-red-950\\/65 { + border-inline-end-color: #450a0aa6; +} + .border-e-red-950\\/70 { border-inline-end-color: #450a0ab3; } @@ -230650,6 +316686,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #450a0acc; } +.border-e-red-950\\/85 { + border-inline-end-color: #450a0ad9; +} + .border-e-red-950\\/90 { border-inline-end-color: #450a0ae6; } @@ -230675,6 +316715,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffe4e6; } +.border-e-rose-100\\/15 { + border-inline-end-color: #ffe4e626; +} + .border-e-rose-100\\/20 { border-inline-end-color: #ffe4e633; } @@ -230687,10 +316731,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffe4e64d; } +.border-e-rose-100\\/35 { + border-inline-end-color: #ffe4e659; +} + .border-e-rose-100\\/40 { border-inline-end-color: #ffe4e666; } +.border-e-rose-100\\/45 { + border-inline-end-color: #ffe4e673; +} + .border-e-rose-100\\/5 { border-inline-end-color: #ffe4e60d; } @@ -230699,10 +316751,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffe4e680; } +.border-e-rose-100\\/55 { + border-inline-end-color: #ffe4e68c; +} + .border-e-rose-100\\/60 { border-inline-end-color: #ffe4e699; } +.border-e-rose-100\\/65 { + border-inline-end-color: #ffe4e6a6; +} + .border-e-rose-100\\/70 { border-inline-end-color: #ffe4e6b3; } @@ -230715,6 +316775,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffe4e6cc; } +.border-e-rose-100\\/85 { + border-inline-end-color: #ffe4e6d9; +} + .border-e-rose-100\\/90 { border-inline-end-color: #ffe4e6e6; } @@ -230740,6 +316804,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecdd3; } +.border-e-rose-200\\/15 { + border-inline-end-color: #fecdd326; +} + .border-e-rose-200\\/20 { border-inline-end-color: #fecdd333; } @@ -230752,10 +316820,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecdd34d; } +.border-e-rose-200\\/35 { + border-inline-end-color: #fecdd359; +} + .border-e-rose-200\\/40 { border-inline-end-color: #fecdd366; } +.border-e-rose-200\\/45 { + border-inline-end-color: #fecdd373; +} + .border-e-rose-200\\/5 { border-inline-end-color: #fecdd30d; } @@ -230764,10 +316840,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecdd380; } +.border-e-rose-200\\/55 { + border-inline-end-color: #fecdd38c; +} + .border-e-rose-200\\/60 { border-inline-end-color: #fecdd399; } +.border-e-rose-200\\/65 { + border-inline-end-color: #fecdd3a6; +} + .border-e-rose-200\\/70 { border-inline-end-color: #fecdd3b3; } @@ -230780,6 +316864,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fecdd3cc; } +.border-e-rose-200\\/85 { + border-inline-end-color: #fecdd3d9; +} + .border-e-rose-200\\/90 { border-inline-end-color: #fecdd3e6; } @@ -230805,6 +316893,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fda4af; } +.border-e-rose-300\\/15 { + border-inline-end-color: #fda4af26; +} + .border-e-rose-300\\/20 { border-inline-end-color: #fda4af33; } @@ -230817,10 +316909,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fda4af4d; } +.border-e-rose-300\\/35 { + border-inline-end-color: #fda4af59; +} + .border-e-rose-300\\/40 { border-inline-end-color: #fda4af66; } +.border-e-rose-300\\/45 { + border-inline-end-color: #fda4af73; +} + .border-e-rose-300\\/5 { border-inline-end-color: #fda4af0d; } @@ -230829,10 +316929,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fda4af80; } +.border-e-rose-300\\/55 { + border-inline-end-color: #fda4af8c; +} + .border-e-rose-300\\/60 { border-inline-end-color: #fda4af99; } +.border-e-rose-300\\/65 { + border-inline-end-color: #fda4afa6; +} + .border-e-rose-300\\/70 { border-inline-end-color: #fda4afb3; } @@ -230845,6 +316953,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fda4afcc; } +.border-e-rose-300\\/85 { + border-inline-end-color: #fda4afd9; +} + .border-e-rose-300\\/90 { border-inline-end-color: #fda4afe6; } @@ -230870,6 +316982,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb7185; } +.border-e-rose-400\\/15 { + border-inline-end-color: #fb718526; +} + .border-e-rose-400\\/20 { border-inline-end-color: #fb718533; } @@ -230882,10 +316998,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb71854d; } +.border-e-rose-400\\/35 { + border-inline-end-color: #fb718559; +} + .border-e-rose-400\\/40 { border-inline-end-color: #fb718566; } +.border-e-rose-400\\/45 { + border-inline-end-color: #fb718573; +} + .border-e-rose-400\\/5 { border-inline-end-color: #fb71850d; } @@ -230894,10 +317018,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb718580; } +.border-e-rose-400\\/55 { + border-inline-end-color: #fb71858c; +} + .border-e-rose-400\\/60 { border-inline-end-color: #fb718599; } +.border-e-rose-400\\/65 { + border-inline-end-color: #fb7185a6; +} + .border-e-rose-400\\/70 { border-inline-end-color: #fb7185b3; } @@ -230910,6 +317042,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fb7185cc; } +.border-e-rose-400\\/85 { + border-inline-end-color: #fb7185d9; +} + .border-e-rose-400\\/90 { border-inline-end-color: #fb7185e6; } @@ -230935,6 +317071,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff1f2; } +.border-e-rose-50\\/15 { + border-inline-end-color: #fff1f226; +} + .border-e-rose-50\\/20 { border-inline-end-color: #fff1f233; } @@ -230947,10 +317087,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff1f24d; } +.border-e-rose-50\\/35 { + border-inline-end-color: #fff1f259; +} + .border-e-rose-50\\/40 { border-inline-end-color: #fff1f266; } +.border-e-rose-50\\/45 { + border-inline-end-color: #fff1f273; +} + .border-e-rose-50\\/5 { border-inline-end-color: #fff1f20d; } @@ -230959,10 +317107,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff1f280; } +.border-e-rose-50\\/55 { + border-inline-end-color: #fff1f28c; +} + .border-e-rose-50\\/60 { border-inline-end-color: #fff1f299; } +.border-e-rose-50\\/65 { + border-inline-end-color: #fff1f2a6; +} + .border-e-rose-50\\/70 { border-inline-end-color: #fff1f2b3; } @@ -230975,6 +317131,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff1f2cc; } +.border-e-rose-50\\/85 { + border-inline-end-color: #fff1f2d9; +} + .border-e-rose-50\\/90 { border-inline-end-color: #fff1f2e6; } @@ -231000,6 +317160,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f43f5e; } +.border-e-rose-500\\/15 { + border-inline-end-color: #f43f5e26; +} + .border-e-rose-500\\/20 { border-inline-end-color: #f43f5e33; } @@ -231012,10 +317176,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f43f5e4d; } +.border-e-rose-500\\/35 { + border-inline-end-color: #f43f5e59; +} + .border-e-rose-500\\/40 { border-inline-end-color: #f43f5e66; } +.border-e-rose-500\\/45 { + border-inline-end-color: #f43f5e73; +} + .border-e-rose-500\\/5 { border-inline-end-color: #f43f5e0d; } @@ -231024,10 +317196,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f43f5e80; } +.border-e-rose-500\\/55 { + border-inline-end-color: #f43f5e8c; +} + .border-e-rose-500\\/60 { border-inline-end-color: #f43f5e99; } +.border-e-rose-500\\/65 { + border-inline-end-color: #f43f5ea6; +} + .border-e-rose-500\\/70 { border-inline-end-color: #f43f5eb3; } @@ -231040,6 +317220,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f43f5ecc; } +.border-e-rose-500\\/85 { + border-inline-end-color: #f43f5ed9; +} + .border-e-rose-500\\/90 { border-inline-end-color: #f43f5ee6; } @@ -231065,6 +317249,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e11d48; } +.border-e-rose-600\\/15 { + border-inline-end-color: #e11d4826; +} + .border-e-rose-600\\/20 { border-inline-end-color: #e11d4833; } @@ -231077,10 +317265,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e11d484d; } +.border-e-rose-600\\/35 { + border-inline-end-color: #e11d4859; +} + .border-e-rose-600\\/40 { border-inline-end-color: #e11d4866; } +.border-e-rose-600\\/45 { + border-inline-end-color: #e11d4873; +} + .border-e-rose-600\\/5 { border-inline-end-color: #e11d480d; } @@ -231089,10 +317285,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e11d4880; } +.border-e-rose-600\\/55 { + border-inline-end-color: #e11d488c; +} + .border-e-rose-600\\/60 { border-inline-end-color: #e11d4899; } +.border-e-rose-600\\/65 { + border-inline-end-color: #e11d48a6; +} + .border-e-rose-600\\/70 { border-inline-end-color: #e11d48b3; } @@ -231105,6 +317309,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e11d48cc; } +.border-e-rose-600\\/85 { + border-inline-end-color: #e11d48d9; +} + .border-e-rose-600\\/90 { border-inline-end-color: #e11d48e6; } @@ -231130,6 +317338,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be123c; } +.border-e-rose-700\\/15 { + border-inline-end-color: #be123c26; +} + .border-e-rose-700\\/20 { border-inline-end-color: #be123c33; } @@ -231142,10 +317354,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be123c4d; } +.border-e-rose-700\\/35 { + border-inline-end-color: #be123c59; +} + .border-e-rose-700\\/40 { border-inline-end-color: #be123c66; } +.border-e-rose-700\\/45 { + border-inline-end-color: #be123c73; +} + .border-e-rose-700\\/5 { border-inline-end-color: #be123c0d; } @@ -231154,10 +317374,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be123c80; } +.border-e-rose-700\\/55 { + border-inline-end-color: #be123c8c; +} + .border-e-rose-700\\/60 { border-inline-end-color: #be123c99; } +.border-e-rose-700\\/65 { + border-inline-end-color: #be123ca6; +} + .border-e-rose-700\\/70 { border-inline-end-color: #be123cb3; } @@ -231170,6 +317398,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #be123ccc; } +.border-e-rose-700\\/85 { + border-inline-end-color: #be123cd9; +} + .border-e-rose-700\\/90 { border-inline-end-color: #be123ce6; } @@ -231195,6 +317427,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9f1239; } +.border-e-rose-800\\/15 { + border-inline-end-color: #9f123926; +} + .border-e-rose-800\\/20 { border-inline-end-color: #9f123933; } @@ -231207,10 +317443,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9f12394d; } +.border-e-rose-800\\/35 { + border-inline-end-color: #9f123959; +} + .border-e-rose-800\\/40 { border-inline-end-color: #9f123966; } +.border-e-rose-800\\/45 { + border-inline-end-color: #9f123973; +} + .border-e-rose-800\\/5 { border-inline-end-color: #9f12390d; } @@ -231219,10 +317463,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9f123980; } +.border-e-rose-800\\/55 { + border-inline-end-color: #9f12398c; +} + .border-e-rose-800\\/60 { border-inline-end-color: #9f123999; } +.border-e-rose-800\\/65 { + border-inline-end-color: #9f1239a6; +} + .border-e-rose-800\\/70 { border-inline-end-color: #9f1239b3; } @@ -231235,6 +317487,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #9f1239cc; } +.border-e-rose-800\\/85 { + border-inline-end-color: #9f1239d9; +} + .border-e-rose-800\\/90 { border-inline-end-color: #9f1239e6; } @@ -231260,6 +317516,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #881337; } +.border-e-rose-900\\/15 { + border-inline-end-color: #88133726; +} + .border-e-rose-900\\/20 { border-inline-end-color: #88133733; } @@ -231272,10 +317532,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #8813374d; } +.border-e-rose-900\\/35 { + border-inline-end-color: #88133759; +} + .border-e-rose-900\\/40 { border-inline-end-color: #88133766; } +.border-e-rose-900\\/45 { + border-inline-end-color: #88133773; +} + .border-e-rose-900\\/5 { border-inline-end-color: #8813370d; } @@ -231284,10 +317552,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #88133780; } +.border-e-rose-900\\/55 { + border-inline-end-color: #8813378c; +} + .border-e-rose-900\\/60 { border-inline-end-color: #88133799; } +.border-e-rose-900\\/65 { + border-inline-end-color: #881337a6; +} + .border-e-rose-900\\/70 { border-inline-end-color: #881337b3; } @@ -231300,6 +317576,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #881337cc; } +.border-e-rose-900\\/85 { + border-inline-end-color: #881337d9; +} + .border-e-rose-900\\/90 { border-inline-end-color: #881337e6; } @@ -231325,6 +317605,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c0519; } +.border-e-rose-950\\/15 { + border-inline-end-color: #4c051926; +} + .border-e-rose-950\\/20 { border-inline-end-color: #4c051933; } @@ -231337,10 +317621,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c05194d; } +.border-e-rose-950\\/35 { + border-inline-end-color: #4c051959; +} + .border-e-rose-950\\/40 { border-inline-end-color: #4c051966; } +.border-e-rose-950\\/45 { + border-inline-end-color: #4c051973; +} + .border-e-rose-950\\/5 { border-inline-end-color: #4c05190d; } @@ -231349,10 +317641,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c051980; } +.border-e-rose-950\\/55 { + border-inline-end-color: #4c05198c; +} + .border-e-rose-950\\/60 { border-inline-end-color: #4c051999; } +.border-e-rose-950\\/65 { + border-inline-end-color: #4c0519a6; +} + .border-e-rose-950\\/70 { border-inline-end-color: #4c0519b3; } @@ -231365,6 +317665,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c0519cc; } +.border-e-rose-950\\/85 { + border-inline-end-color: #4c0519d9; +} + .border-e-rose-950\\/90 { border-inline-end-color: #4c0519e6; } @@ -231390,6 +317694,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0f2fe; } +.border-e-sky-100\\/15 { + border-inline-end-color: #e0f2fe26; +} + .border-e-sky-100\\/20 { border-inline-end-color: #e0f2fe33; } @@ -231402,10 +317710,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0f2fe4d; } +.border-e-sky-100\\/35 { + border-inline-end-color: #e0f2fe59; +} + .border-e-sky-100\\/40 { border-inline-end-color: #e0f2fe66; } +.border-e-sky-100\\/45 { + border-inline-end-color: #e0f2fe73; +} + .border-e-sky-100\\/5 { border-inline-end-color: #e0f2fe0d; } @@ -231414,10 +317730,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0f2fe80; } +.border-e-sky-100\\/55 { + border-inline-end-color: #e0f2fe8c; +} + .border-e-sky-100\\/60 { border-inline-end-color: #e0f2fe99; } +.border-e-sky-100\\/65 { + border-inline-end-color: #e0f2fea6; +} + .border-e-sky-100\\/70 { border-inline-end-color: #e0f2feb3; } @@ -231430,6 +317754,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e0f2fecc; } +.border-e-sky-100\\/85 { + border-inline-end-color: #e0f2fed9; +} + .border-e-sky-100\\/90 { border-inline-end-color: #e0f2fee6; } @@ -231455,6 +317783,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bae6fd; } +.border-e-sky-200\\/15 { + border-inline-end-color: #bae6fd26; +} + .border-e-sky-200\\/20 { border-inline-end-color: #bae6fd33; } @@ -231467,10 +317799,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bae6fd4d; } +.border-e-sky-200\\/35 { + border-inline-end-color: #bae6fd59; +} + .border-e-sky-200\\/40 { border-inline-end-color: #bae6fd66; } +.border-e-sky-200\\/45 { + border-inline-end-color: #bae6fd73; +} + .border-e-sky-200\\/5 { border-inline-end-color: #bae6fd0d; } @@ -231479,10 +317819,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bae6fd80; } +.border-e-sky-200\\/55 { + border-inline-end-color: #bae6fd8c; +} + .border-e-sky-200\\/60 { border-inline-end-color: #bae6fd99; } +.border-e-sky-200\\/65 { + border-inline-end-color: #bae6fda6; +} + .border-e-sky-200\\/70 { border-inline-end-color: #bae6fdb3; } @@ -231495,6 +317843,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #bae6fdcc; } +.border-e-sky-200\\/85 { + border-inline-end-color: #bae6fdd9; +} + .border-e-sky-200\\/90 { border-inline-end-color: #bae6fde6; } @@ -231520,6 +317872,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7dd3fc; } +.border-e-sky-300\\/15 { + border-inline-end-color: #7dd3fc26; +} + .border-e-sky-300\\/20 { border-inline-end-color: #7dd3fc33; } @@ -231532,10 +317888,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7dd3fc4d; } +.border-e-sky-300\\/35 { + border-inline-end-color: #7dd3fc59; +} + .border-e-sky-300\\/40 { border-inline-end-color: #7dd3fc66; } +.border-e-sky-300\\/45 { + border-inline-end-color: #7dd3fc73; +} + .border-e-sky-300\\/5 { border-inline-end-color: #7dd3fc0d; } @@ -231544,10 +317908,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7dd3fc80; } +.border-e-sky-300\\/55 { + border-inline-end-color: #7dd3fc8c; +} + .border-e-sky-300\\/60 { border-inline-end-color: #7dd3fc99; } +.border-e-sky-300\\/65 { + border-inline-end-color: #7dd3fca6; +} + .border-e-sky-300\\/70 { border-inline-end-color: #7dd3fcb3; } @@ -231560,6 +317932,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7dd3fccc; } +.border-e-sky-300\\/85 { + border-inline-end-color: #7dd3fcd9; +} + .border-e-sky-300\\/90 { border-inline-end-color: #7dd3fce6; } @@ -231585,6 +317961,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #38bdf8; } +.border-e-sky-400\\/15 { + border-inline-end-color: #38bdf826; +} + .border-e-sky-400\\/20 { border-inline-end-color: #38bdf833; } @@ -231597,10 +317977,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #38bdf84d; } +.border-e-sky-400\\/35 { + border-inline-end-color: #38bdf859; +} + .border-e-sky-400\\/40 { border-inline-end-color: #38bdf866; } +.border-e-sky-400\\/45 { + border-inline-end-color: #38bdf873; +} + .border-e-sky-400\\/5 { border-inline-end-color: #38bdf80d; } @@ -231609,10 +317997,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #38bdf880; } +.border-e-sky-400\\/55 { + border-inline-end-color: #38bdf88c; +} + .border-e-sky-400\\/60 { border-inline-end-color: #38bdf899; } +.border-e-sky-400\\/65 { + border-inline-end-color: #38bdf8a6; +} + .border-e-sky-400\\/70 { border-inline-end-color: #38bdf8b3; } @@ -231625,6 +318021,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #38bdf8cc; } +.border-e-sky-400\\/85 { + border-inline-end-color: #38bdf8d9; +} + .border-e-sky-400\\/90 { border-inline-end-color: #38bdf8e6; } @@ -231650,6 +318050,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0f9ff; } +.border-e-sky-50\\/15 { + border-inline-end-color: #f0f9ff26; +} + .border-e-sky-50\\/20 { border-inline-end-color: #f0f9ff33; } @@ -231662,10 +318066,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0f9ff4d; } +.border-e-sky-50\\/35 { + border-inline-end-color: #f0f9ff59; +} + .border-e-sky-50\\/40 { border-inline-end-color: #f0f9ff66; } +.border-e-sky-50\\/45 { + border-inline-end-color: #f0f9ff73; +} + .border-e-sky-50\\/5 { border-inline-end-color: #f0f9ff0d; } @@ -231674,10 +318086,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0f9ff80; } +.border-e-sky-50\\/55 { + border-inline-end-color: #f0f9ff8c; +} + .border-e-sky-50\\/60 { border-inline-end-color: #f0f9ff99; } +.border-e-sky-50\\/65 { + border-inline-end-color: #f0f9ffa6; +} + .border-e-sky-50\\/70 { border-inline-end-color: #f0f9ffb3; } @@ -231690,6 +318110,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0f9ffcc; } +.border-e-sky-50\\/85 { + border-inline-end-color: #f0f9ffd9; +} + .border-e-sky-50\\/90 { border-inline-end-color: #f0f9ffe6; } @@ -231715,6 +318139,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0ea5e9; } +.border-e-sky-500\\/15 { + border-inline-end-color: #0ea5e926; +} + .border-e-sky-500\\/20 { border-inline-end-color: #0ea5e933; } @@ -231727,10 +318155,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0ea5e94d; } +.border-e-sky-500\\/35 { + border-inline-end-color: #0ea5e959; +} + .border-e-sky-500\\/40 { border-inline-end-color: #0ea5e966; } +.border-e-sky-500\\/45 { + border-inline-end-color: #0ea5e973; +} + .border-e-sky-500\\/5 { border-inline-end-color: #0ea5e90d; } @@ -231739,10 +318175,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0ea5e980; } +.border-e-sky-500\\/55 { + border-inline-end-color: #0ea5e98c; +} + .border-e-sky-500\\/60 { border-inline-end-color: #0ea5e999; } +.border-e-sky-500\\/65 { + border-inline-end-color: #0ea5e9a6; +} + .border-e-sky-500\\/70 { border-inline-end-color: #0ea5e9b3; } @@ -231755,6 +318199,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0ea5e9cc; } +.border-e-sky-500\\/85 { + border-inline-end-color: #0ea5e9d9; +} + .border-e-sky-500\\/90 { border-inline-end-color: #0ea5e9e6; } @@ -231780,6 +318228,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0284c7; } +.border-e-sky-600\\/15 { + border-inline-end-color: #0284c726; +} + .border-e-sky-600\\/20 { border-inline-end-color: #0284c733; } @@ -231792,10 +318244,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0284c74d; } +.border-e-sky-600\\/35 { + border-inline-end-color: #0284c759; +} + .border-e-sky-600\\/40 { border-inline-end-color: #0284c766; } +.border-e-sky-600\\/45 { + border-inline-end-color: #0284c773; +} + .border-e-sky-600\\/5 { border-inline-end-color: #0284c70d; } @@ -231804,10 +318264,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0284c780; } +.border-e-sky-600\\/55 { + border-inline-end-color: #0284c78c; +} + .border-e-sky-600\\/60 { border-inline-end-color: #0284c799; } +.border-e-sky-600\\/65 { + border-inline-end-color: #0284c7a6; +} + .border-e-sky-600\\/70 { border-inline-end-color: #0284c7b3; } @@ -231820,6 +318288,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0284c7cc; } +.border-e-sky-600\\/85 { + border-inline-end-color: #0284c7d9; +} + .border-e-sky-600\\/90 { border-inline-end-color: #0284c7e6; } @@ -231845,6 +318317,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0369a1; } +.border-e-sky-700\\/15 { + border-inline-end-color: #0369a126; +} + .border-e-sky-700\\/20 { border-inline-end-color: #0369a133; } @@ -231857,10 +318333,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0369a14d; } +.border-e-sky-700\\/35 { + border-inline-end-color: #0369a159; +} + .border-e-sky-700\\/40 { border-inline-end-color: #0369a166; } +.border-e-sky-700\\/45 { + border-inline-end-color: #0369a173; +} + .border-e-sky-700\\/5 { border-inline-end-color: #0369a10d; } @@ -231869,10 +318353,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0369a180; } +.border-e-sky-700\\/55 { + border-inline-end-color: #0369a18c; +} + .border-e-sky-700\\/60 { border-inline-end-color: #0369a199; } +.border-e-sky-700\\/65 { + border-inline-end-color: #0369a1a6; +} + .border-e-sky-700\\/70 { border-inline-end-color: #0369a1b3; } @@ -231885,6 +318377,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0369a1cc; } +.border-e-sky-700\\/85 { + border-inline-end-color: #0369a1d9; +} + .border-e-sky-700\\/90 { border-inline-end-color: #0369a1e6; } @@ -231910,6 +318406,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #075985; } +.border-e-sky-800\\/15 { + border-inline-end-color: #07598526; +} + .border-e-sky-800\\/20 { border-inline-end-color: #07598533; } @@ -231922,10 +318422,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0759854d; } +.border-e-sky-800\\/35 { + border-inline-end-color: #07598559; +} + .border-e-sky-800\\/40 { border-inline-end-color: #07598566; } +.border-e-sky-800\\/45 { + border-inline-end-color: #07598573; +} + .border-e-sky-800\\/5 { border-inline-end-color: #0759850d; } @@ -231934,10 +318442,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #07598580; } +.border-e-sky-800\\/55 { + border-inline-end-color: #0759858c; +} + .border-e-sky-800\\/60 { border-inline-end-color: #07598599; } +.border-e-sky-800\\/65 { + border-inline-end-color: #075985a6; +} + .border-e-sky-800\\/70 { border-inline-end-color: #075985b3; } @@ -231950,6 +318466,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #075985cc; } +.border-e-sky-800\\/85 { + border-inline-end-color: #075985d9; +} + .border-e-sky-800\\/90 { border-inline-end-color: #075985e6; } @@ -231975,6 +318495,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c4a6e; } +.border-e-sky-900\\/15 { + border-inline-end-color: #0c4a6e26; +} + .border-e-sky-900\\/20 { border-inline-end-color: #0c4a6e33; } @@ -231987,10 +318511,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c4a6e4d; } +.border-e-sky-900\\/35 { + border-inline-end-color: #0c4a6e59; +} + .border-e-sky-900\\/40 { border-inline-end-color: #0c4a6e66; } +.border-e-sky-900\\/45 { + border-inline-end-color: #0c4a6e73; +} + .border-e-sky-900\\/5 { border-inline-end-color: #0c4a6e0d; } @@ -231999,10 +318531,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c4a6e80; } +.border-e-sky-900\\/55 { + border-inline-end-color: #0c4a6e8c; +} + .border-e-sky-900\\/60 { border-inline-end-color: #0c4a6e99; } +.border-e-sky-900\\/65 { + border-inline-end-color: #0c4a6ea6; +} + .border-e-sky-900\\/70 { border-inline-end-color: #0c4a6eb3; } @@ -232015,6 +318555,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c4a6ecc; } +.border-e-sky-900\\/85 { + border-inline-end-color: #0c4a6ed9; +} + .border-e-sky-900\\/90 { border-inline-end-color: #0c4a6ee6; } @@ -232040,6 +318584,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #082f49; } +.border-e-sky-950\\/15 { + border-inline-end-color: #082f4926; +} + .border-e-sky-950\\/20 { border-inline-end-color: #082f4933; } @@ -232052,10 +318600,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #082f494d; } +.border-e-sky-950\\/35 { + border-inline-end-color: #082f4959; +} + .border-e-sky-950\\/40 { border-inline-end-color: #082f4966; } +.border-e-sky-950\\/45 { + border-inline-end-color: #082f4973; +} + .border-e-sky-950\\/5 { border-inline-end-color: #082f490d; } @@ -232064,10 +318620,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #082f4980; } +.border-e-sky-950\\/55 { + border-inline-end-color: #082f498c; +} + .border-e-sky-950\\/60 { border-inline-end-color: #082f4999; } +.border-e-sky-950\\/65 { + border-inline-end-color: #082f49a6; +} + .border-e-sky-950\\/70 { border-inline-end-color: #082f49b3; } @@ -232080,6 +318644,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #082f49cc; } +.border-e-sky-950\\/85 { + border-inline-end-color: #082f49d9; +} + .border-e-sky-950\\/90 { border-inline-end-color: #082f49e6; } @@ -232105,6 +318673,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f1f5f9; } +.border-e-slate-100\\/15 { + border-inline-end-color: #f1f5f926; +} + .border-e-slate-100\\/20 { border-inline-end-color: #f1f5f933; } @@ -232117,10 +318689,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f1f5f94d; } +.border-e-slate-100\\/35 { + border-inline-end-color: #f1f5f959; +} + .border-e-slate-100\\/40 { border-inline-end-color: #f1f5f966; } +.border-e-slate-100\\/45 { + border-inline-end-color: #f1f5f973; +} + .border-e-slate-100\\/5 { border-inline-end-color: #f1f5f90d; } @@ -232129,10 +318709,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f1f5f980; } +.border-e-slate-100\\/55 { + border-inline-end-color: #f1f5f98c; +} + .border-e-slate-100\\/60 { border-inline-end-color: #f1f5f999; } +.border-e-slate-100\\/65 { + border-inline-end-color: #f1f5f9a6; +} + .border-e-slate-100\\/70 { border-inline-end-color: #f1f5f9b3; } @@ -232145,6 +318733,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f1f5f9cc; } +.border-e-slate-100\\/85 { + border-inline-end-color: #f1f5f9d9; +} + .border-e-slate-100\\/90 { border-inline-end-color: #f1f5f9e6; } @@ -232170,6 +318762,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e2e8f0; } +.border-e-slate-200\\/15 { + border-inline-end-color: #e2e8f026; +} + .border-e-slate-200\\/20 { border-inline-end-color: #e2e8f033; } @@ -232182,10 +318778,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e2e8f04d; } +.border-e-slate-200\\/35 { + border-inline-end-color: #e2e8f059; +} + .border-e-slate-200\\/40 { border-inline-end-color: #e2e8f066; } +.border-e-slate-200\\/45 { + border-inline-end-color: #e2e8f073; +} + .border-e-slate-200\\/5 { border-inline-end-color: #e2e8f00d; } @@ -232194,10 +318798,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e2e8f080; } +.border-e-slate-200\\/55 { + border-inline-end-color: #e2e8f08c; +} + .border-e-slate-200\\/60 { border-inline-end-color: #e2e8f099; } +.border-e-slate-200\\/65 { + border-inline-end-color: #e2e8f0a6; +} + .border-e-slate-200\\/70 { border-inline-end-color: #e2e8f0b3; } @@ -232210,6 +318822,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e2e8f0cc; } +.border-e-slate-200\\/85 { + border-inline-end-color: #e2e8f0d9; +} + .border-e-slate-200\\/90 { border-inline-end-color: #e2e8f0e6; } @@ -232235,6 +318851,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cbd5e1; } +.border-e-slate-300\\/15 { + border-inline-end-color: #cbd5e126; +} + .border-e-slate-300\\/20 { border-inline-end-color: #cbd5e133; } @@ -232247,10 +318867,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cbd5e14d; } +.border-e-slate-300\\/35 { + border-inline-end-color: #cbd5e159; +} + .border-e-slate-300\\/40 { border-inline-end-color: #cbd5e166; } +.border-e-slate-300\\/45 { + border-inline-end-color: #cbd5e173; +} + .border-e-slate-300\\/5 { border-inline-end-color: #cbd5e10d; } @@ -232259,10 +318887,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cbd5e180; } +.border-e-slate-300\\/55 { + border-inline-end-color: #cbd5e18c; +} + .border-e-slate-300\\/60 { border-inline-end-color: #cbd5e199; } +.border-e-slate-300\\/65 { + border-inline-end-color: #cbd5e1a6; +} + .border-e-slate-300\\/70 { border-inline-end-color: #cbd5e1b3; } @@ -232275,6 +318911,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #cbd5e1cc; } +.border-e-slate-300\\/85 { + border-inline-end-color: #cbd5e1d9; +} + .border-e-slate-300\\/90 { border-inline-end-color: #cbd5e1e6; } @@ -232300,6 +318940,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #94a3b8; } +.border-e-slate-400\\/15 { + border-inline-end-color: #94a3b826; +} + .border-e-slate-400\\/20 { border-inline-end-color: #94a3b833; } @@ -232312,10 +318956,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #94a3b84d; } +.border-e-slate-400\\/35 { + border-inline-end-color: #94a3b859; +} + .border-e-slate-400\\/40 { border-inline-end-color: #94a3b866; } +.border-e-slate-400\\/45 { + border-inline-end-color: #94a3b873; +} + .border-e-slate-400\\/5 { border-inline-end-color: #94a3b80d; } @@ -232324,10 +318976,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #94a3b880; } +.border-e-slate-400\\/55 { + border-inline-end-color: #94a3b88c; +} + .border-e-slate-400\\/60 { border-inline-end-color: #94a3b899; } +.border-e-slate-400\\/65 { + border-inline-end-color: #94a3b8a6; +} + .border-e-slate-400\\/70 { border-inline-end-color: #94a3b8b3; } @@ -232340,6 +319000,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #94a3b8cc; } +.border-e-slate-400\\/85 { + border-inline-end-color: #94a3b8d9; +} + .border-e-slate-400\\/90 { border-inline-end-color: #94a3b8e6; } @@ -232365,6 +319029,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f8fafc; } +.border-e-slate-50\\/15 { + border-inline-end-color: #f8fafc26; +} + .border-e-slate-50\\/20 { border-inline-end-color: #f8fafc33; } @@ -232377,10 +319045,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f8fafc4d; } +.border-e-slate-50\\/35 { + border-inline-end-color: #f8fafc59; +} + .border-e-slate-50\\/40 { border-inline-end-color: #f8fafc66; } +.border-e-slate-50\\/45 { + border-inline-end-color: #f8fafc73; +} + .border-e-slate-50\\/5 { border-inline-end-color: #f8fafc0d; } @@ -232389,10 +319065,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f8fafc80; } +.border-e-slate-50\\/55 { + border-inline-end-color: #f8fafc8c; +} + .border-e-slate-50\\/60 { border-inline-end-color: #f8fafc99; } +.border-e-slate-50\\/65 { + border-inline-end-color: #f8fafca6; +} + .border-e-slate-50\\/70 { border-inline-end-color: #f8fafcb3; } @@ -232405,6 +319089,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f8fafccc; } +.border-e-slate-50\\/85 { + border-inline-end-color: #f8fafcd9; +} + .border-e-slate-50\\/90 { border-inline-end-color: #f8fafce6; } @@ -232430,6 +319118,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #64748b; } +.border-e-slate-500\\/15 { + border-inline-end-color: #64748b26; +} + .border-e-slate-500\\/20 { border-inline-end-color: #64748b33; } @@ -232442,10 +319134,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #64748b4d; } +.border-e-slate-500\\/35 { + border-inline-end-color: #64748b59; +} + .border-e-slate-500\\/40 { border-inline-end-color: #64748b66; } +.border-e-slate-500\\/45 { + border-inline-end-color: #64748b73; +} + .border-e-slate-500\\/5 { border-inline-end-color: #64748b0d; } @@ -232454,10 +319154,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #64748b80; } +.border-e-slate-500\\/55 { + border-inline-end-color: #64748b8c; +} + .border-e-slate-500\\/60 { border-inline-end-color: #64748b99; } +.border-e-slate-500\\/65 { + border-inline-end-color: #64748ba6; +} + .border-e-slate-500\\/70 { border-inline-end-color: #64748bb3; } @@ -232470,6 +319178,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #64748bcc; } +.border-e-slate-500\\/85 { + border-inline-end-color: #64748bd9; +} + .border-e-slate-500\\/90 { border-inline-end-color: #64748be6; } @@ -232495,6 +319207,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #475569; } +.border-e-slate-600\\/15 { + border-inline-end-color: #47556926; +} + .border-e-slate-600\\/20 { border-inline-end-color: #47556933; } @@ -232507,10 +319223,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4755694d; } +.border-e-slate-600\\/35 { + border-inline-end-color: #47556959; +} + .border-e-slate-600\\/40 { border-inline-end-color: #47556966; } +.border-e-slate-600\\/45 { + border-inline-end-color: #47556973; +} + .border-e-slate-600\\/5 { border-inline-end-color: #4755690d; } @@ -232519,10 +319243,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #47556980; } +.border-e-slate-600\\/55 { + border-inline-end-color: #4755698c; +} + .border-e-slate-600\\/60 { border-inline-end-color: #47556999; } +.border-e-slate-600\\/65 { + border-inline-end-color: #475569a6; +} + .border-e-slate-600\\/70 { border-inline-end-color: #475569b3; } @@ -232535,6 +319267,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #475569cc; } +.border-e-slate-600\\/85 { + border-inline-end-color: #475569d9; +} + .border-e-slate-600\\/90 { border-inline-end-color: #475569e6; } @@ -232560,6 +319296,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #334155; } +.border-e-slate-700\\/15 { + border-inline-end-color: #33415526; +} + .border-e-slate-700\\/20 { border-inline-end-color: #33415533; } @@ -232572,10 +319312,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3341554d; } +.border-e-slate-700\\/35 { + border-inline-end-color: #33415559; +} + .border-e-slate-700\\/40 { border-inline-end-color: #33415566; } +.border-e-slate-700\\/45 { + border-inline-end-color: #33415573; +} + .border-e-slate-700\\/5 { border-inline-end-color: #3341550d; } @@ -232584,10 +319332,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #33415580; } +.border-e-slate-700\\/55 { + border-inline-end-color: #3341558c; +} + .border-e-slate-700\\/60 { border-inline-end-color: #33415599; } +.border-e-slate-700\\/65 { + border-inline-end-color: #334155a6; +} + .border-e-slate-700\\/70 { border-inline-end-color: #334155b3; } @@ -232600,6 +319356,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #334155cc; } +.border-e-slate-700\\/85 { + border-inline-end-color: #334155d9; +} + .border-e-slate-700\\/90 { border-inline-end-color: #334155e6; } @@ -232625,6 +319385,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e293b; } +.border-e-slate-800\\/15 { + border-inline-end-color: #1e293b26; +} + .border-e-slate-800\\/20 { border-inline-end-color: #1e293b33; } @@ -232637,10 +319401,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e293b4d; } +.border-e-slate-800\\/35 { + border-inline-end-color: #1e293b59; +} + .border-e-slate-800\\/40 { border-inline-end-color: #1e293b66; } +.border-e-slate-800\\/45 { + border-inline-end-color: #1e293b73; +} + .border-e-slate-800\\/5 { border-inline-end-color: #1e293b0d; } @@ -232649,10 +319421,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e293b80; } +.border-e-slate-800\\/55 { + border-inline-end-color: #1e293b8c; +} + .border-e-slate-800\\/60 { border-inline-end-color: #1e293b99; } +.border-e-slate-800\\/65 { + border-inline-end-color: #1e293ba6; +} + .border-e-slate-800\\/70 { border-inline-end-color: #1e293bb3; } @@ -232665,6 +319445,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1e293bcc; } +.border-e-slate-800\\/85 { + border-inline-end-color: #1e293bd9; +} + .border-e-slate-800\\/90 { border-inline-end-color: #1e293be6; } @@ -232690,6 +319474,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f172a; } +.border-e-slate-900\\/15 { + border-inline-end-color: #0f172a26; +} + .border-e-slate-900\\/20 { border-inline-end-color: #0f172a33; } @@ -232702,10 +319490,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f172a4d; } +.border-e-slate-900\\/35 { + border-inline-end-color: #0f172a59; +} + .border-e-slate-900\\/40 { border-inline-end-color: #0f172a66; } +.border-e-slate-900\\/45 { + border-inline-end-color: #0f172a73; +} + .border-e-slate-900\\/5 { border-inline-end-color: #0f172a0d; } @@ -232714,10 +319510,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f172a80; } +.border-e-slate-900\\/55 { + border-inline-end-color: #0f172a8c; +} + .border-e-slate-900\\/60 { border-inline-end-color: #0f172a99; } +.border-e-slate-900\\/65 { + border-inline-end-color: #0f172aa6; +} + .border-e-slate-900\\/70 { border-inline-end-color: #0f172ab3; } @@ -232730,6 +319534,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f172acc; } +.border-e-slate-900\\/85 { + border-inline-end-color: #0f172ad9; +} + .border-e-slate-900\\/90 { border-inline-end-color: #0f172ae6; } @@ -232755,6 +319563,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #020617; } +.border-e-slate-950\\/15 { + border-inline-end-color: #02061726; +} + .border-e-slate-950\\/20 { border-inline-end-color: #02061733; } @@ -232767,10 +319579,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0206174d; } +.border-e-slate-950\\/35 { + border-inline-end-color: #02061759; +} + .border-e-slate-950\\/40 { border-inline-end-color: #02061766; } +.border-e-slate-950\\/45 { + border-inline-end-color: #02061773; +} + .border-e-slate-950\\/5 { border-inline-end-color: #0206170d; } @@ -232779,10 +319599,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #02061780; } +.border-e-slate-950\\/55 { + border-inline-end-color: #0206178c; +} + .border-e-slate-950\\/60 { border-inline-end-color: #02061799; } +.border-e-slate-950\\/65 { + border-inline-end-color: #020617a6; +} + .border-e-slate-950\\/70 { border-inline-end-color: #020617b3; } @@ -232795,6 +319623,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #020617cc; } +.border-e-slate-950\\/85 { + border-inline-end-color: #020617d9; +} + .border-e-slate-950\\/90 { border-inline-end-color: #020617e6; } @@ -232820,6 +319652,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f4; } +.border-e-stone-100\\/15 { + border-inline-end-color: #f5f5f426; +} + .border-e-stone-100\\/20 { border-inline-end-color: #f5f5f433; } @@ -232832,10 +319668,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f44d; } +.border-e-stone-100\\/35 { + border-inline-end-color: #f5f5f459; +} + .border-e-stone-100\\/40 { border-inline-end-color: #f5f5f466; } +.border-e-stone-100\\/45 { + border-inline-end-color: #f5f5f473; +} + .border-e-stone-100\\/5 { border-inline-end-color: #f5f5f40d; } @@ -232844,10 +319688,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f480; } +.border-e-stone-100\\/55 { + border-inline-end-color: #f5f5f48c; +} + .border-e-stone-100\\/60 { border-inline-end-color: #f5f5f499; } +.border-e-stone-100\\/65 { + border-inline-end-color: #f5f5f4a6; +} + .border-e-stone-100\\/70 { border-inline-end-color: #f5f5f4b3; } @@ -232860,6 +319712,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f5f4cc; } +.border-e-stone-100\\/85 { + border-inline-end-color: #f5f5f4d9; +} + .border-e-stone-100\\/90 { border-inline-end-color: #f5f5f4e6; } @@ -232885,6 +319741,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e7e5e4; } +.border-e-stone-200\\/15 { + border-inline-end-color: #e7e5e426; +} + .border-e-stone-200\\/20 { border-inline-end-color: #e7e5e433; } @@ -232897,10 +319757,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e7e5e44d; } +.border-e-stone-200\\/35 { + border-inline-end-color: #e7e5e459; +} + .border-e-stone-200\\/40 { border-inline-end-color: #e7e5e466; } +.border-e-stone-200\\/45 { + border-inline-end-color: #e7e5e473; +} + .border-e-stone-200\\/5 { border-inline-end-color: #e7e5e40d; } @@ -232909,10 +319777,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e7e5e480; } +.border-e-stone-200\\/55 { + border-inline-end-color: #e7e5e48c; +} + .border-e-stone-200\\/60 { border-inline-end-color: #e7e5e499; } +.border-e-stone-200\\/65 { + border-inline-end-color: #e7e5e4a6; +} + .border-e-stone-200\\/70 { border-inline-end-color: #e7e5e4b3; } @@ -232925,6 +319801,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e7e5e4cc; } +.border-e-stone-200\\/85 { + border-inline-end-color: #e7e5e4d9; +} + .border-e-stone-200\\/90 { border-inline-end-color: #e7e5e4e6; } @@ -232950,6 +319830,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d6d3d1; } +.border-e-stone-300\\/15 { + border-inline-end-color: #d6d3d126; +} + .border-e-stone-300\\/20 { border-inline-end-color: #d6d3d133; } @@ -232962,10 +319846,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d6d3d14d; } +.border-e-stone-300\\/35 { + border-inline-end-color: #d6d3d159; +} + .border-e-stone-300\\/40 { border-inline-end-color: #d6d3d166; } +.border-e-stone-300\\/45 { + border-inline-end-color: #d6d3d173; +} + .border-e-stone-300\\/5 { border-inline-end-color: #d6d3d10d; } @@ -232974,10 +319866,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d6d3d180; } +.border-e-stone-300\\/55 { + border-inline-end-color: #d6d3d18c; +} + .border-e-stone-300\\/60 { border-inline-end-color: #d6d3d199; } +.border-e-stone-300\\/65 { + border-inline-end-color: #d6d3d1a6; +} + .border-e-stone-300\\/70 { border-inline-end-color: #d6d3d1b3; } @@ -232990,6 +319890,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d6d3d1cc; } +.border-e-stone-300\\/85 { + border-inline-end-color: #d6d3d1d9; +} + .border-e-stone-300\\/90 { border-inline-end-color: #d6d3d1e6; } @@ -233015,6 +319919,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a8a29e; } +.border-e-stone-400\\/15 { + border-inline-end-color: #a8a29e26; +} + .border-e-stone-400\\/20 { border-inline-end-color: #a8a29e33; } @@ -233027,10 +319935,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a8a29e4d; } +.border-e-stone-400\\/35 { + border-inline-end-color: #a8a29e59; +} + .border-e-stone-400\\/40 { border-inline-end-color: #a8a29e66; } +.border-e-stone-400\\/45 { + border-inline-end-color: #a8a29e73; +} + .border-e-stone-400\\/5 { border-inline-end-color: #a8a29e0d; } @@ -233039,10 +319955,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a8a29e80; } +.border-e-stone-400\\/55 { + border-inline-end-color: #a8a29e8c; +} + .border-e-stone-400\\/60 { border-inline-end-color: #a8a29e99; } +.border-e-stone-400\\/65 { + border-inline-end-color: #a8a29ea6; +} + .border-e-stone-400\\/70 { border-inline-end-color: #a8a29eb3; } @@ -233055,6 +319979,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a8a29ecc; } +.border-e-stone-400\\/85 { + border-inline-end-color: #a8a29ed9; +} + .border-e-stone-400\\/90 { border-inline-end-color: #a8a29ee6; } @@ -233080,6 +320008,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafaf9; } +.border-e-stone-50\\/15 { + border-inline-end-color: #fafaf926; +} + .border-e-stone-50\\/20 { border-inline-end-color: #fafaf933; } @@ -233092,10 +320024,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafaf94d; } +.border-e-stone-50\\/35 { + border-inline-end-color: #fafaf959; +} + .border-e-stone-50\\/40 { border-inline-end-color: #fafaf966; } +.border-e-stone-50\\/45 { + border-inline-end-color: #fafaf973; +} + .border-e-stone-50\\/5 { border-inline-end-color: #fafaf90d; } @@ -233104,10 +320044,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafaf980; } +.border-e-stone-50\\/55 { + border-inline-end-color: #fafaf98c; +} + .border-e-stone-50\\/60 { border-inline-end-color: #fafaf999; } +.border-e-stone-50\\/65 { + border-inline-end-color: #fafaf9a6; +} + .border-e-stone-50\\/70 { border-inline-end-color: #fafaf9b3; } @@ -233120,6 +320068,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafaf9cc; } +.border-e-stone-50\\/85 { + border-inline-end-color: #fafaf9d9; +} + .border-e-stone-50\\/90 { border-inline-end-color: #fafaf9e6; } @@ -233145,6 +320097,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78716c; } +.border-e-stone-500\\/15 { + border-inline-end-color: #78716c26; +} + .border-e-stone-500\\/20 { border-inline-end-color: #78716c33; } @@ -233157,10 +320113,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78716c4d; } +.border-e-stone-500\\/35 { + border-inline-end-color: #78716c59; +} + .border-e-stone-500\\/40 { border-inline-end-color: #78716c66; } +.border-e-stone-500\\/45 { + border-inline-end-color: #78716c73; +} + .border-e-stone-500\\/5 { border-inline-end-color: #78716c0d; } @@ -233169,10 +320133,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78716c80; } +.border-e-stone-500\\/55 { + border-inline-end-color: #78716c8c; +} + .border-e-stone-500\\/60 { border-inline-end-color: #78716c99; } +.border-e-stone-500\\/65 { + border-inline-end-color: #78716ca6; +} + .border-e-stone-500\\/70 { border-inline-end-color: #78716cb3; } @@ -233185,6 +320157,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #78716ccc; } +.border-e-stone-500\\/85 { + border-inline-end-color: #78716cd9; +} + .border-e-stone-500\\/90 { border-inline-end-color: #78716ce6; } @@ -233210,6 +320186,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #57534e; } +.border-e-stone-600\\/15 { + border-inline-end-color: #57534e26; +} + .border-e-stone-600\\/20 { border-inline-end-color: #57534e33; } @@ -233222,10 +320202,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #57534e4d; } +.border-e-stone-600\\/35 { + border-inline-end-color: #57534e59; +} + .border-e-stone-600\\/40 { border-inline-end-color: #57534e66; } +.border-e-stone-600\\/45 { + border-inline-end-color: #57534e73; +} + .border-e-stone-600\\/5 { border-inline-end-color: #57534e0d; } @@ -233234,10 +320222,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #57534e80; } +.border-e-stone-600\\/55 { + border-inline-end-color: #57534e8c; +} + .border-e-stone-600\\/60 { border-inline-end-color: #57534e99; } +.border-e-stone-600\\/65 { + border-inline-end-color: #57534ea6; +} + .border-e-stone-600\\/70 { border-inline-end-color: #57534eb3; } @@ -233250,6 +320246,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #57534ecc; } +.border-e-stone-600\\/85 { + border-inline-end-color: #57534ed9; +} + .border-e-stone-600\\/90 { border-inline-end-color: #57534ee6; } @@ -233275,6 +320275,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #44403c; } +.border-e-stone-700\\/15 { + border-inline-end-color: #44403c26; +} + .border-e-stone-700\\/20 { border-inline-end-color: #44403c33; } @@ -233287,10 +320291,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #44403c4d; } +.border-e-stone-700\\/35 { + border-inline-end-color: #44403c59; +} + .border-e-stone-700\\/40 { border-inline-end-color: #44403c66; } +.border-e-stone-700\\/45 { + border-inline-end-color: #44403c73; +} + .border-e-stone-700\\/5 { border-inline-end-color: #44403c0d; } @@ -233299,10 +320311,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #44403c80; } +.border-e-stone-700\\/55 { + border-inline-end-color: #44403c8c; +} + .border-e-stone-700\\/60 { border-inline-end-color: #44403c99; } +.border-e-stone-700\\/65 { + border-inline-end-color: #44403ca6; +} + .border-e-stone-700\\/70 { border-inline-end-color: #44403cb3; } @@ -233315,6 +320335,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #44403ccc; } +.border-e-stone-700\\/85 { + border-inline-end-color: #44403cd9; +} + .border-e-stone-700\\/90 { border-inline-end-color: #44403ce6; } @@ -233340,6 +320364,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #292524; } +.border-e-stone-800\\/15 { + border-inline-end-color: #29252426; +} + .border-e-stone-800\\/20 { border-inline-end-color: #29252433; } @@ -233352,10 +320380,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2925244d; } +.border-e-stone-800\\/35 { + border-inline-end-color: #29252459; +} + .border-e-stone-800\\/40 { border-inline-end-color: #29252466; } +.border-e-stone-800\\/45 { + border-inline-end-color: #29252473; +} + .border-e-stone-800\\/5 { border-inline-end-color: #2925240d; } @@ -233364,10 +320400,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #29252480; } +.border-e-stone-800\\/55 { + border-inline-end-color: #2925248c; +} + .border-e-stone-800\\/60 { border-inline-end-color: #29252499; } +.border-e-stone-800\\/65 { + border-inline-end-color: #292524a6; +} + .border-e-stone-800\\/70 { border-inline-end-color: #292524b3; } @@ -233380,6 +320424,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #292524cc; } +.border-e-stone-800\\/85 { + border-inline-end-color: #292524d9; +} + .border-e-stone-800\\/90 { border-inline-end-color: #292524e6; } @@ -233405,6 +320453,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1c1917; } +.border-e-stone-900\\/15 { + border-inline-end-color: #1c191726; +} + .border-e-stone-900\\/20 { border-inline-end-color: #1c191733; } @@ -233417,10 +320469,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1c19174d; } +.border-e-stone-900\\/35 { + border-inline-end-color: #1c191759; +} + .border-e-stone-900\\/40 { border-inline-end-color: #1c191766; } +.border-e-stone-900\\/45 { + border-inline-end-color: #1c191773; +} + .border-e-stone-900\\/5 { border-inline-end-color: #1c19170d; } @@ -233429,10 +320489,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1c191780; } +.border-e-stone-900\\/55 { + border-inline-end-color: #1c19178c; +} + .border-e-stone-900\\/60 { border-inline-end-color: #1c191799; } +.border-e-stone-900\\/65 { + border-inline-end-color: #1c1917a6; +} + .border-e-stone-900\\/70 { border-inline-end-color: #1c1917b3; } @@ -233445,6 +320513,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #1c1917cc; } +.border-e-stone-900\\/85 { + border-inline-end-color: #1c1917d9; +} + .border-e-stone-900\\/90 { border-inline-end-color: #1c1917e6; } @@ -233470,6 +320542,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c0a09; } +.border-e-stone-950\\/15 { + border-inline-end-color: #0c0a0926; +} + .border-e-stone-950\\/20 { border-inline-end-color: #0c0a0933; } @@ -233482,10 +320558,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c0a094d; } +.border-e-stone-950\\/35 { + border-inline-end-color: #0c0a0959; +} + .border-e-stone-950\\/40 { border-inline-end-color: #0c0a0966; } +.border-e-stone-950\\/45 { + border-inline-end-color: #0c0a0973; +} + .border-e-stone-950\\/5 { border-inline-end-color: #0c0a090d; } @@ -233494,10 +320578,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c0a0980; } +.border-e-stone-950\\/55 { + border-inline-end-color: #0c0a098c; +} + .border-e-stone-950\\/60 { border-inline-end-color: #0c0a0999; } +.border-e-stone-950\\/65 { + border-inline-end-color: #0c0a09a6; +} + .border-e-stone-950\\/70 { border-inline-end-color: #0c0a09b3; } @@ -233510,6 +320602,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0c0a09cc; } +.border-e-stone-950\\/85 { + border-inline-end-color: #0c0a09d9; +} + .border-e-stone-950\\/90 { border-inline-end-color: #0c0a09e6; } @@ -233535,6 +320631,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ccfbf1; } +.border-e-teal-100\\/15 { + border-inline-end-color: #ccfbf126; +} + .border-e-teal-100\\/20 { border-inline-end-color: #ccfbf133; } @@ -233547,10 +320647,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ccfbf14d; } +.border-e-teal-100\\/35 { + border-inline-end-color: #ccfbf159; +} + .border-e-teal-100\\/40 { border-inline-end-color: #ccfbf166; } +.border-e-teal-100\\/45 { + border-inline-end-color: #ccfbf173; +} + .border-e-teal-100\\/5 { border-inline-end-color: #ccfbf10d; } @@ -233559,10 +320667,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ccfbf180; } +.border-e-teal-100\\/55 { + border-inline-end-color: #ccfbf18c; +} + .border-e-teal-100\\/60 { border-inline-end-color: #ccfbf199; } +.border-e-teal-100\\/65 { + border-inline-end-color: #ccfbf1a6; +} + .border-e-teal-100\\/70 { border-inline-end-color: #ccfbf1b3; } @@ -233575,6 +320691,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ccfbf1cc; } +.border-e-teal-100\\/85 { + border-inline-end-color: #ccfbf1d9; +} + .border-e-teal-100\\/90 { border-inline-end-color: #ccfbf1e6; } @@ -233600,6 +320720,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #99f6e4; } +.border-e-teal-200\\/15 { + border-inline-end-color: #99f6e426; +} + .border-e-teal-200\\/20 { border-inline-end-color: #99f6e433; } @@ -233612,10 +320736,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #99f6e44d; } +.border-e-teal-200\\/35 { + border-inline-end-color: #99f6e459; +} + .border-e-teal-200\\/40 { border-inline-end-color: #99f6e466; } +.border-e-teal-200\\/45 { + border-inline-end-color: #99f6e473; +} + .border-e-teal-200\\/5 { border-inline-end-color: #99f6e40d; } @@ -233624,10 +320756,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #99f6e480; } +.border-e-teal-200\\/55 { + border-inline-end-color: #99f6e48c; +} + .border-e-teal-200\\/60 { border-inline-end-color: #99f6e499; } +.border-e-teal-200\\/65 { + border-inline-end-color: #99f6e4a6; +} + .border-e-teal-200\\/70 { border-inline-end-color: #99f6e4b3; } @@ -233640,6 +320780,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #99f6e4cc; } +.border-e-teal-200\\/85 { + border-inline-end-color: #99f6e4d9; +} + .border-e-teal-200\\/90 { border-inline-end-color: #99f6e4e6; } @@ -233665,6 +320809,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5eead4; } +.border-e-teal-300\\/15 { + border-inline-end-color: #5eead426; +} + .border-e-teal-300\\/20 { border-inline-end-color: #5eead433; } @@ -233677,10 +320825,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5eead44d; } +.border-e-teal-300\\/35 { + border-inline-end-color: #5eead459; +} + .border-e-teal-300\\/40 { border-inline-end-color: #5eead466; } +.border-e-teal-300\\/45 { + border-inline-end-color: #5eead473; +} + .border-e-teal-300\\/5 { border-inline-end-color: #5eead40d; } @@ -233689,10 +320845,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5eead480; } +.border-e-teal-300\\/55 { + border-inline-end-color: #5eead48c; +} + .border-e-teal-300\\/60 { border-inline-end-color: #5eead499; } +.border-e-teal-300\\/65 { + border-inline-end-color: #5eead4a6; +} + .border-e-teal-300\\/70 { border-inline-end-color: #5eead4b3; } @@ -233705,6 +320869,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5eead4cc; } +.border-e-teal-300\\/85 { + border-inline-end-color: #5eead4d9; +} + .border-e-teal-300\\/90 { border-inline-end-color: #5eead4e6; } @@ -233730,6 +320898,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2dd4bf; } +.border-e-teal-400\\/15 { + border-inline-end-color: #2dd4bf26; +} + .border-e-teal-400\\/20 { border-inline-end-color: #2dd4bf33; } @@ -233742,10 +320914,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2dd4bf4d; } +.border-e-teal-400\\/35 { + border-inline-end-color: #2dd4bf59; +} + .border-e-teal-400\\/40 { border-inline-end-color: #2dd4bf66; } +.border-e-teal-400\\/45 { + border-inline-end-color: #2dd4bf73; +} + .border-e-teal-400\\/5 { border-inline-end-color: #2dd4bf0d; } @@ -233754,10 +320934,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2dd4bf80; } +.border-e-teal-400\\/55 { + border-inline-end-color: #2dd4bf8c; +} + .border-e-teal-400\\/60 { border-inline-end-color: #2dd4bf99; } +.border-e-teal-400\\/65 { + border-inline-end-color: #2dd4bfa6; +} + .border-e-teal-400\\/70 { border-inline-end-color: #2dd4bfb3; } @@ -233770,6 +320958,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2dd4bfcc; } +.border-e-teal-400\\/85 { + border-inline-end-color: #2dd4bfd9; +} + .border-e-teal-400\\/90 { border-inline-end-color: #2dd4bfe6; } @@ -233795,6 +320987,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdfa; } +.border-e-teal-50\\/15 { + border-inline-end-color: #f0fdfa26; +} + .border-e-teal-50\\/20 { border-inline-end-color: #f0fdfa33; } @@ -233807,10 +321003,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdfa4d; } +.border-e-teal-50\\/35 { + border-inline-end-color: #f0fdfa59; +} + .border-e-teal-50\\/40 { border-inline-end-color: #f0fdfa66; } +.border-e-teal-50\\/45 { + border-inline-end-color: #f0fdfa73; +} + .border-e-teal-50\\/5 { border-inline-end-color: #f0fdfa0d; } @@ -233819,10 +321023,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdfa80; } +.border-e-teal-50\\/55 { + border-inline-end-color: #f0fdfa8c; +} + .border-e-teal-50\\/60 { border-inline-end-color: #f0fdfa99; } +.border-e-teal-50\\/65 { + border-inline-end-color: #f0fdfaa6; +} + .border-e-teal-50\\/70 { border-inline-end-color: #f0fdfab3; } @@ -233835,6 +321047,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f0fdfacc; } +.border-e-teal-50\\/85 { + border-inline-end-color: #f0fdfad9; +} + .border-e-teal-50\\/90 { border-inline-end-color: #f0fdfae6; } @@ -233860,6 +321076,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14b8a6; } +.border-e-teal-500\\/15 { + border-inline-end-color: #14b8a626; +} + .border-e-teal-500\\/20 { border-inline-end-color: #14b8a633; } @@ -233872,10 +321092,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14b8a64d; } +.border-e-teal-500\\/35 { + border-inline-end-color: #14b8a659; +} + .border-e-teal-500\\/40 { border-inline-end-color: #14b8a666; } +.border-e-teal-500\\/45 { + border-inline-end-color: #14b8a673; +} + .border-e-teal-500\\/5 { border-inline-end-color: #14b8a60d; } @@ -233884,10 +321112,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14b8a680; } +.border-e-teal-500\\/55 { + border-inline-end-color: #14b8a68c; +} + .border-e-teal-500\\/60 { border-inline-end-color: #14b8a699; } +.border-e-teal-500\\/65 { + border-inline-end-color: #14b8a6a6; +} + .border-e-teal-500\\/70 { border-inline-end-color: #14b8a6b3; } @@ -233900,6 +321136,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #14b8a6cc; } +.border-e-teal-500\\/85 { + border-inline-end-color: #14b8a6d9; +} + .border-e-teal-500\\/90 { border-inline-end-color: #14b8a6e6; } @@ -233925,6 +321165,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0d9488; } +.border-e-teal-600\\/15 { + border-inline-end-color: #0d948826; +} + .border-e-teal-600\\/20 { border-inline-end-color: #0d948833; } @@ -233937,10 +321181,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0d94884d; } +.border-e-teal-600\\/35 { + border-inline-end-color: #0d948859; +} + .border-e-teal-600\\/40 { border-inline-end-color: #0d948866; } +.border-e-teal-600\\/45 { + border-inline-end-color: #0d948873; +} + .border-e-teal-600\\/5 { border-inline-end-color: #0d94880d; } @@ -233949,10 +321201,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0d948880; } +.border-e-teal-600\\/55 { + border-inline-end-color: #0d94888c; +} + .border-e-teal-600\\/60 { border-inline-end-color: #0d948899; } +.border-e-teal-600\\/65 { + border-inline-end-color: #0d9488a6; +} + .border-e-teal-600\\/70 { border-inline-end-color: #0d9488b3; } @@ -233965,6 +321225,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0d9488cc; } +.border-e-teal-600\\/85 { + border-inline-end-color: #0d9488d9; +} + .border-e-teal-600\\/90 { border-inline-end-color: #0d9488e6; } @@ -233990,6 +321254,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f766e; } +.border-e-teal-700\\/15 { + border-inline-end-color: #0f766e26; +} + .border-e-teal-700\\/20 { border-inline-end-color: #0f766e33; } @@ -234002,10 +321270,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f766e4d; } +.border-e-teal-700\\/35 { + border-inline-end-color: #0f766e59; +} + .border-e-teal-700\\/40 { border-inline-end-color: #0f766e66; } +.border-e-teal-700\\/45 { + border-inline-end-color: #0f766e73; +} + .border-e-teal-700\\/5 { border-inline-end-color: #0f766e0d; } @@ -234014,10 +321290,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f766e80; } +.border-e-teal-700\\/55 { + border-inline-end-color: #0f766e8c; +} + .border-e-teal-700\\/60 { border-inline-end-color: #0f766e99; } +.border-e-teal-700\\/65 { + border-inline-end-color: #0f766ea6; +} + .border-e-teal-700\\/70 { border-inline-end-color: #0f766eb3; } @@ -234030,6 +321314,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0f766ecc; } +.border-e-teal-700\\/85 { + border-inline-end-color: #0f766ed9; +} + .border-e-teal-700\\/90 { border-inline-end-color: #0f766ee6; } @@ -234055,6 +321343,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #115e59; } +.border-e-teal-800\\/15 { + border-inline-end-color: #115e5926; +} + .border-e-teal-800\\/20 { border-inline-end-color: #115e5933; } @@ -234067,10 +321359,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #115e594d; } +.border-e-teal-800\\/35 { + border-inline-end-color: #115e5959; +} + .border-e-teal-800\\/40 { border-inline-end-color: #115e5966; } +.border-e-teal-800\\/45 { + border-inline-end-color: #115e5973; +} + .border-e-teal-800\\/5 { border-inline-end-color: #115e590d; } @@ -234079,10 +321379,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #115e5980; } +.border-e-teal-800\\/55 { + border-inline-end-color: #115e598c; +} + .border-e-teal-800\\/60 { border-inline-end-color: #115e5999; } +.border-e-teal-800\\/65 { + border-inline-end-color: #115e59a6; +} + .border-e-teal-800\\/70 { border-inline-end-color: #115e59b3; } @@ -234095,6 +321403,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #115e59cc; } +.border-e-teal-800\\/85 { + border-inline-end-color: #115e59d9; +} + .border-e-teal-800\\/90 { border-inline-end-color: #115e59e6; } @@ -234120,6 +321432,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #134e4a; } +.border-e-teal-900\\/15 { + border-inline-end-color: #134e4a26; +} + .border-e-teal-900\\/20 { border-inline-end-color: #134e4a33; } @@ -234132,10 +321448,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #134e4a4d; } +.border-e-teal-900\\/35 { + border-inline-end-color: #134e4a59; +} + .border-e-teal-900\\/40 { border-inline-end-color: #134e4a66; } +.border-e-teal-900\\/45 { + border-inline-end-color: #134e4a73; +} + .border-e-teal-900\\/5 { border-inline-end-color: #134e4a0d; } @@ -234144,10 +321468,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #134e4a80; } +.border-e-teal-900\\/55 { + border-inline-end-color: #134e4a8c; +} + .border-e-teal-900\\/60 { border-inline-end-color: #134e4a99; } +.border-e-teal-900\\/65 { + border-inline-end-color: #134e4aa6; +} + .border-e-teal-900\\/70 { border-inline-end-color: #134e4ab3; } @@ -234160,6 +321492,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #134e4acc; } +.border-e-teal-900\\/85 { + border-inline-end-color: #134e4ad9; +} + .border-e-teal-900\\/90 { border-inline-end-color: #134e4ae6; } @@ -234185,6 +321521,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #042f2e; } +.border-e-teal-950\\/15 { + border-inline-end-color: #042f2e26; +} + .border-e-teal-950\\/20 { border-inline-end-color: #042f2e33; } @@ -234197,10 +321537,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #042f2e4d; } +.border-e-teal-950\\/35 { + border-inline-end-color: #042f2e59; +} + .border-e-teal-950\\/40 { border-inline-end-color: #042f2e66; } +.border-e-teal-950\\/45 { + border-inline-end-color: #042f2e73; +} + .border-e-teal-950\\/5 { border-inline-end-color: #042f2e0d; } @@ -234209,10 +321557,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #042f2e80; } +.border-e-teal-950\\/55 { + border-inline-end-color: #042f2e8c; +} + .border-e-teal-950\\/60 { border-inline-end-color: #042f2e99; } +.border-e-teal-950\\/65 { + border-inline-end-color: #042f2ea6; +} + .border-e-teal-950\\/70 { border-inline-end-color: #042f2eb3; } @@ -234225,6 +321581,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #042f2ecc; } +.border-e-teal-950\\/85 { + border-inline-end-color: #042f2ed9; +} + .border-e-teal-950\\/90 { border-inline-end-color: #042f2ee6; } @@ -234245,6 +321605,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #000; } +.border-e-transparent\\/15 { + border-inline-end-color: #00000026; +} + .border-e-transparent\\/20 { border-inline-end-color: #0003; } @@ -234257,10 +321621,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #0000004d; } +.border-e-transparent\\/35 { + border-inline-end-color: #00000059; +} + .border-e-transparent\\/40 { border-inline-end-color: #0006; } +.border-e-transparent\\/45 { + border-inline-end-color: #00000073; +} + .border-e-transparent\\/5 { border-inline-end-color: #0000000d; } @@ -234269,10 +321641,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #00000080; } +.border-e-transparent\\/55 { + border-inline-end-color: #0000008c; +} + .border-e-transparent\\/60 { border-inline-end-color: #0009; } +.border-e-transparent\\/65 { + border-inline-end-color: #000000a6; +} + .border-e-transparent\\/70 { border-inline-end-color: #000000b3; } @@ -234285,6 +321665,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #000c; } +.border-e-transparent\\/85 { + border-inline-end-color: #000000d9; +} + .border-e-transparent\\/90 { border-inline-end-color: #000000e6; } @@ -234310,6 +321694,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ede9fe; } +.border-e-violet-100\\/15 { + border-inline-end-color: #ede9fe26; +} + .border-e-violet-100\\/20 { border-inline-end-color: #ede9fe33; } @@ -234322,10 +321710,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ede9fe4d; } +.border-e-violet-100\\/35 { + border-inline-end-color: #ede9fe59; +} + .border-e-violet-100\\/40 { border-inline-end-color: #ede9fe66; } +.border-e-violet-100\\/45 { + border-inline-end-color: #ede9fe73; +} + .border-e-violet-100\\/5 { border-inline-end-color: #ede9fe0d; } @@ -234334,10 +321730,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ede9fe80; } +.border-e-violet-100\\/55 { + border-inline-end-color: #ede9fe8c; +} + .border-e-violet-100\\/60 { border-inline-end-color: #ede9fe99; } +.border-e-violet-100\\/65 { + border-inline-end-color: #ede9fea6; +} + .border-e-violet-100\\/70 { border-inline-end-color: #ede9feb3; } @@ -234350,6 +321754,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ede9fecc; } +.border-e-violet-100\\/85 { + border-inline-end-color: #ede9fed9; +} + .border-e-violet-100\\/90 { border-inline-end-color: #ede9fee6; } @@ -234375,6 +321783,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ddd6fe; } +.border-e-violet-200\\/15 { + border-inline-end-color: #ddd6fe26; +} + .border-e-violet-200\\/20 { border-inline-end-color: #ddd6fe33; } @@ -234387,10 +321799,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ddd6fe4d; } +.border-e-violet-200\\/35 { + border-inline-end-color: #ddd6fe59; +} + .border-e-violet-200\\/40 { border-inline-end-color: #ddd6fe66; } +.border-e-violet-200\\/45 { + border-inline-end-color: #ddd6fe73; +} + .border-e-violet-200\\/5 { border-inline-end-color: #ddd6fe0d; } @@ -234399,10 +321819,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ddd6fe80; } +.border-e-violet-200\\/55 { + border-inline-end-color: #ddd6fe8c; +} + .border-e-violet-200\\/60 { border-inline-end-color: #ddd6fe99; } +.border-e-violet-200\\/65 { + border-inline-end-color: #ddd6fea6; +} + .border-e-violet-200\\/70 { border-inline-end-color: #ddd6feb3; } @@ -234415,6 +321843,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ddd6fecc; } +.border-e-violet-200\\/85 { + border-inline-end-color: #ddd6fed9; +} + .border-e-violet-200\\/90 { border-inline-end-color: #ddd6fee6; } @@ -234440,6 +321872,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c4b5fd; } +.border-e-violet-300\\/15 { + border-inline-end-color: #c4b5fd26; +} + .border-e-violet-300\\/20 { border-inline-end-color: #c4b5fd33; } @@ -234452,10 +321888,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c4b5fd4d; } +.border-e-violet-300\\/35 { + border-inline-end-color: #c4b5fd59; +} + .border-e-violet-300\\/40 { border-inline-end-color: #c4b5fd66; } +.border-e-violet-300\\/45 { + border-inline-end-color: #c4b5fd73; +} + .border-e-violet-300\\/5 { border-inline-end-color: #c4b5fd0d; } @@ -234464,10 +321908,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c4b5fd80; } +.border-e-violet-300\\/55 { + border-inline-end-color: #c4b5fd8c; +} + .border-e-violet-300\\/60 { border-inline-end-color: #c4b5fd99; } +.border-e-violet-300\\/65 { + border-inline-end-color: #c4b5fda6; +} + .border-e-violet-300\\/70 { border-inline-end-color: #c4b5fdb3; } @@ -234480,6 +321932,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #c4b5fdcc; } +.border-e-violet-300\\/85 { + border-inline-end-color: #c4b5fdd9; +} + .border-e-violet-300\\/90 { border-inline-end-color: #c4b5fde6; } @@ -234505,6 +321961,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a78bfa; } +.border-e-violet-400\\/15 { + border-inline-end-color: #a78bfa26; +} + .border-e-violet-400\\/20 { border-inline-end-color: #a78bfa33; } @@ -234517,10 +321977,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a78bfa4d; } +.border-e-violet-400\\/35 { + border-inline-end-color: #a78bfa59; +} + .border-e-violet-400\\/40 { border-inline-end-color: #a78bfa66; } +.border-e-violet-400\\/45 { + border-inline-end-color: #a78bfa73; +} + .border-e-violet-400\\/5 { border-inline-end-color: #a78bfa0d; } @@ -234529,10 +321997,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a78bfa80; } +.border-e-violet-400\\/55 { + border-inline-end-color: #a78bfa8c; +} + .border-e-violet-400\\/60 { border-inline-end-color: #a78bfa99; } +.border-e-violet-400\\/65 { + border-inline-end-color: #a78bfaa6; +} + .border-e-violet-400\\/70 { border-inline-end-color: #a78bfab3; } @@ -234545,6 +322021,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a78bfacc; } +.border-e-violet-400\\/85 { + border-inline-end-color: #a78bfad9; +} + .border-e-violet-400\\/90 { border-inline-end-color: #a78bfae6; } @@ -234570,6 +322050,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f3ff; } +.border-e-violet-50\\/15 { + border-inline-end-color: #f5f3ff26; +} + .border-e-violet-50\\/20 { border-inline-end-color: #f5f3ff33; } @@ -234582,10 +322066,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f3ff4d; } +.border-e-violet-50\\/35 { + border-inline-end-color: #f5f3ff59; +} + .border-e-violet-50\\/40 { border-inline-end-color: #f5f3ff66; } +.border-e-violet-50\\/45 { + border-inline-end-color: #f5f3ff73; +} + .border-e-violet-50\\/5 { border-inline-end-color: #f5f3ff0d; } @@ -234594,10 +322086,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f3ff80; } +.border-e-violet-50\\/55 { + border-inline-end-color: #f5f3ff8c; +} + .border-e-violet-50\\/60 { border-inline-end-color: #f5f3ff99; } +.border-e-violet-50\\/65 { + border-inline-end-color: #f5f3ffa6; +} + .border-e-violet-50\\/70 { border-inline-end-color: #f5f3ffb3; } @@ -234610,6 +322110,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f5f3ffcc; } +.border-e-violet-50\\/85 { + border-inline-end-color: #f5f3ffd9; +} + .border-e-violet-50\\/90 { border-inline-end-color: #f5f3ffe6; } @@ -234635,6 +322139,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #8b5cf6; } +.border-e-violet-500\\/15 { + border-inline-end-color: #8b5cf626; +} + .border-e-violet-500\\/20 { border-inline-end-color: #8b5cf633; } @@ -234647,10 +322155,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #8b5cf64d; } +.border-e-violet-500\\/35 { + border-inline-end-color: #8b5cf659; +} + .border-e-violet-500\\/40 { border-inline-end-color: #8b5cf666; } +.border-e-violet-500\\/45 { + border-inline-end-color: #8b5cf673; +} + .border-e-violet-500\\/5 { border-inline-end-color: #8b5cf60d; } @@ -234659,10 +322175,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #8b5cf680; } +.border-e-violet-500\\/55 { + border-inline-end-color: #8b5cf68c; +} + .border-e-violet-500\\/60 { border-inline-end-color: #8b5cf699; } +.border-e-violet-500\\/65 { + border-inline-end-color: #8b5cf6a6; +} + .border-e-violet-500\\/70 { border-inline-end-color: #8b5cf6b3; } @@ -234675,6 +322199,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #8b5cf6cc; } +.border-e-violet-500\\/85 { + border-inline-end-color: #8b5cf6d9; +} + .border-e-violet-500\\/90 { border-inline-end-color: #8b5cf6e6; } @@ -234700,6 +322228,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c3aed; } +.border-e-violet-600\\/15 { + border-inline-end-color: #7c3aed26; +} + .border-e-violet-600\\/20 { border-inline-end-color: #7c3aed33; } @@ -234712,10 +322244,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c3aed4d; } +.border-e-violet-600\\/35 { + border-inline-end-color: #7c3aed59; +} + .border-e-violet-600\\/40 { border-inline-end-color: #7c3aed66; } +.border-e-violet-600\\/45 { + border-inline-end-color: #7c3aed73; +} + .border-e-violet-600\\/5 { border-inline-end-color: #7c3aed0d; } @@ -234724,10 +322264,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c3aed80; } +.border-e-violet-600\\/55 { + border-inline-end-color: #7c3aed8c; +} + .border-e-violet-600\\/60 { border-inline-end-color: #7c3aed99; } +.border-e-violet-600\\/65 { + border-inline-end-color: #7c3aeda6; +} + .border-e-violet-600\\/70 { border-inline-end-color: #7c3aedb3; } @@ -234740,6 +322288,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #7c3aedcc; } +.border-e-violet-600\\/85 { + border-inline-end-color: #7c3aedd9; +} + .border-e-violet-600\\/90 { border-inline-end-color: #7c3aede6; } @@ -234765,6 +322317,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6d28d9; } +.border-e-violet-700\\/15 { + border-inline-end-color: #6d28d926; +} + .border-e-violet-700\\/20 { border-inline-end-color: #6d28d933; } @@ -234777,10 +322333,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6d28d94d; } +.border-e-violet-700\\/35 { + border-inline-end-color: #6d28d959; +} + .border-e-violet-700\\/40 { border-inline-end-color: #6d28d966; } +.border-e-violet-700\\/45 { + border-inline-end-color: #6d28d973; +} + .border-e-violet-700\\/5 { border-inline-end-color: #6d28d90d; } @@ -234789,10 +322353,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6d28d980; } +.border-e-violet-700\\/55 { + border-inline-end-color: #6d28d98c; +} + .border-e-violet-700\\/60 { border-inline-end-color: #6d28d999; } +.border-e-violet-700\\/65 { + border-inline-end-color: #6d28d9a6; +} + .border-e-violet-700\\/70 { border-inline-end-color: #6d28d9b3; } @@ -234805,6 +322377,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #6d28d9cc; } +.border-e-violet-700\\/85 { + border-inline-end-color: #6d28d9d9; +} + .border-e-violet-700\\/90 { border-inline-end-color: #6d28d9e6; } @@ -234830,6 +322406,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5b21b6; } +.border-e-violet-800\\/15 { + border-inline-end-color: #5b21b626; +} + .border-e-violet-800\\/20 { border-inline-end-color: #5b21b633; } @@ -234842,10 +322422,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5b21b64d; } +.border-e-violet-800\\/35 { + border-inline-end-color: #5b21b659; +} + .border-e-violet-800\\/40 { border-inline-end-color: #5b21b666; } +.border-e-violet-800\\/45 { + border-inline-end-color: #5b21b673; +} + .border-e-violet-800\\/5 { border-inline-end-color: #5b21b60d; } @@ -234854,10 +322442,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5b21b680; } +.border-e-violet-800\\/55 { + border-inline-end-color: #5b21b68c; +} + .border-e-violet-800\\/60 { border-inline-end-color: #5b21b699; } +.border-e-violet-800\\/65 { + border-inline-end-color: #5b21b6a6; +} + .border-e-violet-800\\/70 { border-inline-end-color: #5b21b6b3; } @@ -234870,6 +322466,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #5b21b6cc; } +.border-e-violet-800\\/85 { + border-inline-end-color: #5b21b6d9; +} + .border-e-violet-800\\/90 { border-inline-end-color: #5b21b6e6; } @@ -234895,6 +322495,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c1d95; } +.border-e-violet-900\\/15 { + border-inline-end-color: #4c1d9526; +} + .border-e-violet-900\\/20 { border-inline-end-color: #4c1d9533; } @@ -234907,10 +322511,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c1d954d; } +.border-e-violet-900\\/35 { + border-inline-end-color: #4c1d9559; +} + .border-e-violet-900\\/40 { border-inline-end-color: #4c1d9566; } +.border-e-violet-900\\/45 { + border-inline-end-color: #4c1d9573; +} + .border-e-violet-900\\/5 { border-inline-end-color: #4c1d950d; } @@ -234919,10 +322531,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c1d9580; } +.border-e-violet-900\\/55 { + border-inline-end-color: #4c1d958c; +} + .border-e-violet-900\\/60 { border-inline-end-color: #4c1d9599; } +.border-e-violet-900\\/65 { + border-inline-end-color: #4c1d95a6; +} + .border-e-violet-900\\/70 { border-inline-end-color: #4c1d95b3; } @@ -234935,6 +322555,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4c1d95cc; } +.border-e-violet-900\\/85 { + border-inline-end-color: #4c1d95d9; +} + .border-e-violet-900\\/90 { border-inline-end-color: #4c1d95e6; } @@ -234960,6 +322584,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2e1065; } +.border-e-violet-950\\/15 { + border-inline-end-color: #2e106526; +} + .border-e-violet-950\\/20 { border-inline-end-color: #2e106533; } @@ -234972,10 +322600,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2e10654d; } +.border-e-violet-950\\/35 { + border-inline-end-color: #2e106559; +} + .border-e-violet-950\\/40 { border-inline-end-color: #2e106566; } +.border-e-violet-950\\/45 { + border-inline-end-color: #2e106573; +} + .border-e-violet-950\\/5 { border-inline-end-color: #2e10650d; } @@ -234984,10 +322620,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2e106580; } +.border-e-violet-950\\/55 { + border-inline-end-color: #2e10658c; +} + .border-e-violet-950\\/60 { border-inline-end-color: #2e106599; } +.border-e-violet-950\\/65 { + border-inline-end-color: #2e1065a6; +} + .border-e-violet-950\\/70 { border-inline-end-color: #2e1065b3; } @@ -235000,6 +322644,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #2e1065cc; } +.border-e-violet-950\\/85 { + border-inline-end-color: #2e1065d9; +} + .border-e-violet-950\\/90 { border-inline-end-color: #2e1065e6; } @@ -235025,6 +322673,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fff; } +.border-e-white\\/15 { + border-inline-end-color: #ffffff26; +} + .border-e-white\\/20 { border-inline-end-color: #fff3; } @@ -235037,10 +322689,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffffff4d; } +.border-e-white\\/35 { + border-inline-end-color: #ffffff59; +} + .border-e-white\\/40 { border-inline-end-color: #fff6; } +.border-e-white\\/45 { + border-inline-end-color: #ffffff73; +} + .border-e-white\\/5 { border-inline-end-color: #ffffff0d; } @@ -235049,10 +322709,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ffffff80; } +.border-e-white\\/55 { + border-inline-end-color: #ffffff8c; +} + .border-e-white\\/60 { border-inline-end-color: #fff9; } +.border-e-white\\/65 { + border-inline-end-color: #ffffffa6; +} + .border-e-white\\/70 { border-inline-end-color: #ffffffb3; } @@ -235065,6 +322733,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fffc; } +.border-e-white\\/85 { + border-inline-end-color: #ffffffd9; +} + .border-e-white\\/90 { border-inline-end-color: #ffffffe6; } @@ -235090,6 +322762,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef9c3; } +.border-e-yellow-100\\/15 { + border-inline-end-color: #fef9c326; +} + .border-e-yellow-100\\/20 { border-inline-end-color: #fef9c333; } @@ -235102,10 +322778,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef9c34d; } +.border-e-yellow-100\\/35 { + border-inline-end-color: #fef9c359; +} + .border-e-yellow-100\\/40 { border-inline-end-color: #fef9c366; } +.border-e-yellow-100\\/45 { + border-inline-end-color: #fef9c373; +} + .border-e-yellow-100\\/5 { border-inline-end-color: #fef9c30d; } @@ -235114,10 +322798,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef9c380; } +.border-e-yellow-100\\/55 { + border-inline-end-color: #fef9c38c; +} + .border-e-yellow-100\\/60 { border-inline-end-color: #fef9c399; } +.border-e-yellow-100\\/65 { + border-inline-end-color: #fef9c3a6; +} + .border-e-yellow-100\\/70 { border-inline-end-color: #fef9c3b3; } @@ -235130,6 +322822,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef9c3cc; } +.border-e-yellow-100\\/85 { + border-inline-end-color: #fef9c3d9; +} + .border-e-yellow-100\\/90 { border-inline-end-color: #fef9c3e6; } @@ -235155,6 +322851,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef08a; } +.border-e-yellow-200\\/15 { + border-inline-end-color: #fef08a26; +} + .border-e-yellow-200\\/20 { border-inline-end-color: #fef08a33; } @@ -235167,10 +322867,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef08a4d; } +.border-e-yellow-200\\/35 { + border-inline-end-color: #fef08a59; +} + .border-e-yellow-200\\/40 { border-inline-end-color: #fef08a66; } +.border-e-yellow-200\\/45 { + border-inline-end-color: #fef08a73; +} + .border-e-yellow-200\\/5 { border-inline-end-color: #fef08a0d; } @@ -235179,10 +322887,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef08a80; } +.border-e-yellow-200\\/55 { + border-inline-end-color: #fef08a8c; +} + .border-e-yellow-200\\/60 { border-inline-end-color: #fef08a99; } +.border-e-yellow-200\\/65 { + border-inline-end-color: #fef08aa6; +} + .border-e-yellow-200\\/70 { border-inline-end-color: #fef08ab3; } @@ -235195,6 +322911,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fef08acc; } +.border-e-yellow-200\\/85 { + border-inline-end-color: #fef08ad9; +} + .border-e-yellow-200\\/90 { border-inline-end-color: #fef08ae6; } @@ -235220,6 +322940,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde047; } +.border-e-yellow-300\\/15 { + border-inline-end-color: #fde04726; +} + .border-e-yellow-300\\/20 { border-inline-end-color: #fde04733; } @@ -235232,10 +322956,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde0474d; } +.border-e-yellow-300\\/35 { + border-inline-end-color: #fde04759; +} + .border-e-yellow-300\\/40 { border-inline-end-color: #fde04766; } +.border-e-yellow-300\\/45 { + border-inline-end-color: #fde04773; +} + .border-e-yellow-300\\/5 { border-inline-end-color: #fde0470d; } @@ -235244,10 +322976,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde04780; } +.border-e-yellow-300\\/55 { + border-inline-end-color: #fde0478c; +} + .border-e-yellow-300\\/60 { border-inline-end-color: #fde04799; } +.border-e-yellow-300\\/65 { + border-inline-end-color: #fde047a6; +} + .border-e-yellow-300\\/70 { border-inline-end-color: #fde047b3; } @@ -235260,6 +323000,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fde047cc; } +.border-e-yellow-300\\/85 { + border-inline-end-color: #fde047d9; +} + .border-e-yellow-300\\/90 { border-inline-end-color: #fde047e6; } @@ -235285,6 +323029,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #facc15; } +.border-e-yellow-400\\/15 { + border-inline-end-color: #facc1526; +} + .border-e-yellow-400\\/20 { border-inline-end-color: #facc1533; } @@ -235297,10 +323045,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #facc154d; } +.border-e-yellow-400\\/35 { + border-inline-end-color: #facc1559; +} + .border-e-yellow-400\\/40 { border-inline-end-color: #facc1566; } +.border-e-yellow-400\\/45 { + border-inline-end-color: #facc1573; +} + .border-e-yellow-400\\/5 { border-inline-end-color: #facc150d; } @@ -235309,10 +323065,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #facc1580; } +.border-e-yellow-400\\/55 { + border-inline-end-color: #facc158c; +} + .border-e-yellow-400\\/60 { border-inline-end-color: #facc1599; } +.border-e-yellow-400\\/65 { + border-inline-end-color: #facc15a6; +} + .border-e-yellow-400\\/70 { border-inline-end-color: #facc15b3; } @@ -235325,6 +323089,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #facc15cc; } +.border-e-yellow-400\\/85 { + border-inline-end-color: #facc15d9; +} + .border-e-yellow-400\\/90 { border-inline-end-color: #facc15e6; } @@ -235350,6 +323118,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fefce8; } +.border-e-yellow-50\\/15 { + border-inline-end-color: #fefce826; +} + .border-e-yellow-50\\/20 { border-inline-end-color: #fefce833; } @@ -235362,10 +323134,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fefce84d; } +.border-e-yellow-50\\/35 { + border-inline-end-color: #fefce859; +} + .border-e-yellow-50\\/40 { border-inline-end-color: #fefce866; } +.border-e-yellow-50\\/45 { + border-inline-end-color: #fefce873; +} + .border-e-yellow-50\\/5 { border-inline-end-color: #fefce80d; } @@ -235374,10 +323154,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fefce880; } +.border-e-yellow-50\\/55 { + border-inline-end-color: #fefce88c; +} + .border-e-yellow-50\\/60 { border-inline-end-color: #fefce899; } +.border-e-yellow-50\\/65 { + border-inline-end-color: #fefce8a6; +} + .border-e-yellow-50\\/70 { border-inline-end-color: #fefce8b3; } @@ -235390,6 +323178,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fefce8cc; } +.border-e-yellow-50\\/85 { + border-inline-end-color: #fefce8d9; +} + .border-e-yellow-50\\/90 { border-inline-end-color: #fefce8e6; } @@ -235415,6 +323207,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eab308; } +.border-e-yellow-500\\/15 { + border-inline-end-color: #eab30826; +} + .border-e-yellow-500\\/20 { border-inline-end-color: #eab30833; } @@ -235427,10 +323223,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eab3084d; } +.border-e-yellow-500\\/35 { + border-inline-end-color: #eab30859; +} + .border-e-yellow-500\\/40 { border-inline-end-color: #eab30866; } +.border-e-yellow-500\\/45 { + border-inline-end-color: #eab30873; +} + .border-e-yellow-500\\/5 { border-inline-end-color: #eab3080d; } @@ -235439,10 +323243,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eab30880; } +.border-e-yellow-500\\/55 { + border-inline-end-color: #eab3088c; +} + .border-e-yellow-500\\/60 { border-inline-end-color: #eab30899; } +.border-e-yellow-500\\/65 { + border-inline-end-color: #eab308a6; +} + .border-e-yellow-500\\/70 { border-inline-end-color: #eab308b3; } @@ -235455,6 +323267,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #eab308cc; } +.border-e-yellow-500\\/85 { + border-inline-end-color: #eab308d9; +} + .border-e-yellow-500\\/90 { border-inline-end-color: #eab308e6; } @@ -235480,6 +323296,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ca8a04; } +.border-e-yellow-600\\/15 { + border-inline-end-color: #ca8a0426; +} + .border-e-yellow-600\\/20 { border-inline-end-color: #ca8a0433; } @@ -235492,10 +323312,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ca8a044d; } +.border-e-yellow-600\\/35 { + border-inline-end-color: #ca8a0459; +} + .border-e-yellow-600\\/40 { border-inline-end-color: #ca8a0466; } +.border-e-yellow-600\\/45 { + border-inline-end-color: #ca8a0473; +} + .border-e-yellow-600\\/5 { border-inline-end-color: #ca8a040d; } @@ -235504,10 +323332,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ca8a0480; } +.border-e-yellow-600\\/55 { + border-inline-end-color: #ca8a048c; +} + .border-e-yellow-600\\/60 { border-inline-end-color: #ca8a0499; } +.border-e-yellow-600\\/65 { + border-inline-end-color: #ca8a04a6; +} + .border-e-yellow-600\\/70 { border-inline-end-color: #ca8a04b3; } @@ -235520,6 +323356,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #ca8a04cc; } +.border-e-yellow-600\\/85 { + border-inline-end-color: #ca8a04d9; +} + .border-e-yellow-600\\/90 { border-inline-end-color: #ca8a04e6; } @@ -235545,6 +323385,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a16207; } +.border-e-yellow-700\\/15 { + border-inline-end-color: #a1620726; +} + .border-e-yellow-700\\/20 { border-inline-end-color: #a1620733; } @@ -235557,10 +323401,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a162074d; } +.border-e-yellow-700\\/35 { + border-inline-end-color: #a1620759; +} + .border-e-yellow-700\\/40 { border-inline-end-color: #a1620766; } +.border-e-yellow-700\\/45 { + border-inline-end-color: #a1620773; +} + .border-e-yellow-700\\/5 { border-inline-end-color: #a162070d; } @@ -235569,10 +323421,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a1620780; } +.border-e-yellow-700\\/55 { + border-inline-end-color: #a162078c; +} + .border-e-yellow-700\\/60 { border-inline-end-color: #a1620799; } +.border-e-yellow-700\\/65 { + border-inline-end-color: #a16207a6; +} + .border-e-yellow-700\\/70 { border-inline-end-color: #a16207b3; } @@ -235585,6 +323445,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a16207cc; } +.border-e-yellow-700\\/85 { + border-inline-end-color: #a16207d9; +} + .border-e-yellow-700\\/90 { border-inline-end-color: #a16207e6; } @@ -235610,6 +323474,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #854d0e; } +.border-e-yellow-800\\/15 { + border-inline-end-color: #854d0e26; +} + .border-e-yellow-800\\/20 { border-inline-end-color: #854d0e33; } @@ -235622,10 +323490,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #854d0e4d; } +.border-e-yellow-800\\/35 { + border-inline-end-color: #854d0e59; +} + .border-e-yellow-800\\/40 { border-inline-end-color: #854d0e66; } +.border-e-yellow-800\\/45 { + border-inline-end-color: #854d0e73; +} + .border-e-yellow-800\\/5 { border-inline-end-color: #854d0e0d; } @@ -235634,10 +323510,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #854d0e80; } +.border-e-yellow-800\\/55 { + border-inline-end-color: #854d0e8c; +} + .border-e-yellow-800\\/60 { border-inline-end-color: #854d0e99; } +.border-e-yellow-800\\/65 { + border-inline-end-color: #854d0ea6; +} + .border-e-yellow-800\\/70 { border-inline-end-color: #854d0eb3; } @@ -235650,6 +323534,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #854d0ecc; } +.border-e-yellow-800\\/85 { + border-inline-end-color: #854d0ed9; +} + .border-e-yellow-800\\/90 { border-inline-end-color: #854d0ee6; } @@ -235675,6 +323563,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #713f12; } +.border-e-yellow-900\\/15 { + border-inline-end-color: #713f1226; +} + .border-e-yellow-900\\/20 { border-inline-end-color: #713f1233; } @@ -235687,10 +323579,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #713f124d; } +.border-e-yellow-900\\/35 { + border-inline-end-color: #713f1259; +} + .border-e-yellow-900\\/40 { border-inline-end-color: #713f1266; } +.border-e-yellow-900\\/45 { + border-inline-end-color: #713f1273; +} + .border-e-yellow-900\\/5 { border-inline-end-color: #713f120d; } @@ -235699,10 +323599,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #713f1280; } +.border-e-yellow-900\\/55 { + border-inline-end-color: #713f128c; +} + .border-e-yellow-900\\/60 { border-inline-end-color: #713f1299; } +.border-e-yellow-900\\/65 { + border-inline-end-color: #713f12a6; +} + .border-e-yellow-900\\/70 { border-inline-end-color: #713f12b3; } @@ -235715,6 +323623,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #713f12cc; } +.border-e-yellow-900\\/85 { + border-inline-end-color: #713f12d9; +} + .border-e-yellow-900\\/90 { border-inline-end-color: #713f12e6; } @@ -235740,6 +323652,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #422006; } +.border-e-yellow-950\\/15 { + border-inline-end-color: #42200626; +} + .border-e-yellow-950\\/20 { border-inline-end-color: #42200633; } @@ -235752,10 +323668,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #4220064d; } +.border-e-yellow-950\\/35 { + border-inline-end-color: #42200659; +} + .border-e-yellow-950\\/40 { border-inline-end-color: #42200666; } +.border-e-yellow-950\\/45 { + border-inline-end-color: #42200673; +} + .border-e-yellow-950\\/5 { border-inline-end-color: #4220060d; } @@ -235764,10 +323688,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #42200680; } +.border-e-yellow-950\\/55 { + border-inline-end-color: #4220068c; +} + .border-e-yellow-950\\/60 { border-inline-end-color: #42200699; } +.border-e-yellow-950\\/65 { + border-inline-end-color: #422006a6; +} + .border-e-yellow-950\\/70 { border-inline-end-color: #422006b3; } @@ -235780,6 +323712,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #422006cc; } +.border-e-yellow-950\\/85 { + border-inline-end-color: #422006d9; +} + .border-e-yellow-950\\/90 { border-inline-end-color: #422006e6; } @@ -235805,6 +323741,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f4f4f5; } +.border-e-zinc-100\\/15 { + border-inline-end-color: #f4f4f526; +} + .border-e-zinc-100\\/20 { border-inline-end-color: #f4f4f533; } @@ -235817,10 +323757,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f4f4f54d; } +.border-e-zinc-100\\/35 { + border-inline-end-color: #f4f4f559; +} + .border-e-zinc-100\\/40 { border-inline-end-color: #f4f4f566; } +.border-e-zinc-100\\/45 { + border-inline-end-color: #f4f4f573; +} + .border-e-zinc-100\\/5 { border-inline-end-color: #f4f4f50d; } @@ -235829,10 +323777,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f4f4f580; } +.border-e-zinc-100\\/55 { + border-inline-end-color: #f4f4f58c; +} + .border-e-zinc-100\\/60 { border-inline-end-color: #f4f4f599; } +.border-e-zinc-100\\/65 { + border-inline-end-color: #f4f4f5a6; +} + .border-e-zinc-100\\/70 { border-inline-end-color: #f4f4f5b3; } @@ -235845,6 +323801,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #f4f4f5cc; } +.border-e-zinc-100\\/85 { + border-inline-end-color: #f4f4f5d9; +} + .border-e-zinc-100\\/90 { border-inline-end-color: #f4f4f5e6; } @@ -235870,6 +323830,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e4e4e7; } +.border-e-zinc-200\\/15 { + border-inline-end-color: #e4e4e726; +} + .border-e-zinc-200\\/20 { border-inline-end-color: #e4e4e733; } @@ -235882,10 +323846,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e4e4e74d; } +.border-e-zinc-200\\/35 { + border-inline-end-color: #e4e4e759; +} + .border-e-zinc-200\\/40 { border-inline-end-color: #e4e4e766; } +.border-e-zinc-200\\/45 { + border-inline-end-color: #e4e4e773; +} + .border-e-zinc-200\\/5 { border-inline-end-color: #e4e4e70d; } @@ -235894,10 +323866,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e4e4e780; } +.border-e-zinc-200\\/55 { + border-inline-end-color: #e4e4e78c; +} + .border-e-zinc-200\\/60 { border-inline-end-color: #e4e4e799; } +.border-e-zinc-200\\/65 { + border-inline-end-color: #e4e4e7a6; +} + .border-e-zinc-200\\/70 { border-inline-end-color: #e4e4e7b3; } @@ -235910,6 +323890,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #e4e4e7cc; } +.border-e-zinc-200\\/85 { + border-inline-end-color: #e4e4e7d9; +} + .border-e-zinc-200\\/90 { border-inline-end-color: #e4e4e7e6; } @@ -235935,6 +323919,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d8; } +.border-e-zinc-300\\/15 { + border-inline-end-color: #d4d4d826; +} + .border-e-zinc-300\\/20 { border-inline-end-color: #d4d4d833; } @@ -235947,10 +323935,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d84d; } +.border-e-zinc-300\\/35 { + border-inline-end-color: #d4d4d859; +} + .border-e-zinc-300\\/40 { border-inline-end-color: #d4d4d866; } +.border-e-zinc-300\\/45 { + border-inline-end-color: #d4d4d873; +} + .border-e-zinc-300\\/5 { border-inline-end-color: #d4d4d80d; } @@ -235959,10 +323955,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d880; } +.border-e-zinc-300\\/55 { + border-inline-end-color: #d4d4d88c; +} + .border-e-zinc-300\\/60 { border-inline-end-color: #d4d4d899; } +.border-e-zinc-300\\/65 { + border-inline-end-color: #d4d4d8a6; +} + .border-e-zinc-300\\/70 { border-inline-end-color: #d4d4d8b3; } @@ -235975,6 +323979,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #d4d4d8cc; } +.border-e-zinc-300\\/85 { + border-inline-end-color: #d4d4d8d9; +} + .border-e-zinc-300\\/90 { border-inline-end-color: #d4d4d8e6; } @@ -236000,6 +324008,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a1a1aa; } +.border-e-zinc-400\\/15 { + border-inline-end-color: #a1a1aa26; +} + .border-e-zinc-400\\/20 { border-inline-end-color: #a1a1aa33; } @@ -236012,10 +324024,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a1a1aa4d; } +.border-e-zinc-400\\/35 { + border-inline-end-color: #a1a1aa59; +} + .border-e-zinc-400\\/40 { border-inline-end-color: #a1a1aa66; } +.border-e-zinc-400\\/45 { + border-inline-end-color: #a1a1aa73; +} + .border-e-zinc-400\\/5 { border-inline-end-color: #a1a1aa0d; } @@ -236024,10 +324044,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a1a1aa80; } +.border-e-zinc-400\\/55 { + border-inline-end-color: #a1a1aa8c; +} + .border-e-zinc-400\\/60 { border-inline-end-color: #a1a1aa99; } +.border-e-zinc-400\\/65 { + border-inline-end-color: #a1a1aaa6; +} + .border-e-zinc-400\\/70 { border-inline-end-color: #a1a1aab3; } @@ -236040,6 +324068,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #a1a1aacc; } +.border-e-zinc-400\\/85 { + border-inline-end-color: #a1a1aad9; +} + .border-e-zinc-400\\/90 { border-inline-end-color: #a1a1aae6; } @@ -236065,6 +324097,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafa; } +.border-e-zinc-50\\/15 { + border-inline-end-color: #fafafa26; +} + .border-e-zinc-50\\/20 { border-inline-end-color: #fafafa33; } @@ -236077,10 +324113,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafa4d; } +.border-e-zinc-50\\/35 { + border-inline-end-color: #fafafa59; +} + .border-e-zinc-50\\/40 { border-inline-end-color: #fafafa66; } +.border-e-zinc-50\\/45 { + border-inline-end-color: #fafafa73; +} + .border-e-zinc-50\\/5 { border-inline-end-color: #fafafa0d; } @@ -236089,10 +324133,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafa80; } +.border-e-zinc-50\\/55 { + border-inline-end-color: #fafafa8c; +} + .border-e-zinc-50\\/60 { border-inline-end-color: #fafafa99; } +.border-e-zinc-50\\/65 { + border-inline-end-color: #fafafaa6; +} + .border-e-zinc-50\\/70 { border-inline-end-color: #fafafab3; } @@ -236105,6 +324157,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #fafafacc; } +.border-e-zinc-50\\/85 { + border-inline-end-color: #fafafad9; +} + .border-e-zinc-50\\/90 { border-inline-end-color: #fafafae6; } @@ -236130,6 +324186,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #71717a; } +.border-e-zinc-500\\/15 { + border-inline-end-color: #71717a26; +} + .border-e-zinc-500\\/20 { border-inline-end-color: #71717a33; } @@ -236142,10 +324202,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #71717a4d; } +.border-e-zinc-500\\/35 { + border-inline-end-color: #71717a59; +} + .border-e-zinc-500\\/40 { border-inline-end-color: #71717a66; } +.border-e-zinc-500\\/45 { + border-inline-end-color: #71717a73; +} + .border-e-zinc-500\\/5 { border-inline-end-color: #71717a0d; } @@ -236154,10 +324222,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #71717a80; } +.border-e-zinc-500\\/55 { + border-inline-end-color: #71717a8c; +} + .border-e-zinc-500\\/60 { border-inline-end-color: #71717a99; } +.border-e-zinc-500\\/65 { + border-inline-end-color: #71717aa6; +} + .border-e-zinc-500\\/70 { border-inline-end-color: #71717ab3; } @@ -236170,6 +324246,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #71717acc; } +.border-e-zinc-500\\/85 { + border-inline-end-color: #71717ad9; +} + .border-e-zinc-500\\/90 { border-inline-end-color: #71717ae6; } @@ -236195,6 +324275,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #52525b; } +.border-e-zinc-600\\/15 { + border-inline-end-color: #52525b26; +} + .border-e-zinc-600\\/20 { border-inline-end-color: #52525b33; } @@ -236207,10 +324291,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #52525b4d; } +.border-e-zinc-600\\/35 { + border-inline-end-color: #52525b59; +} + .border-e-zinc-600\\/40 { border-inline-end-color: #52525b66; } +.border-e-zinc-600\\/45 { + border-inline-end-color: #52525b73; +} + .border-e-zinc-600\\/5 { border-inline-end-color: #52525b0d; } @@ -236219,10 +324311,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #52525b80; } +.border-e-zinc-600\\/55 { + border-inline-end-color: #52525b8c; +} + .border-e-zinc-600\\/60 { border-inline-end-color: #52525b99; } +.border-e-zinc-600\\/65 { + border-inline-end-color: #52525ba6; +} + .border-e-zinc-600\\/70 { border-inline-end-color: #52525bb3; } @@ -236235,6 +324335,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #52525bcc; } +.border-e-zinc-600\\/85 { + border-inline-end-color: #52525bd9; +} + .border-e-zinc-600\\/90 { border-inline-end-color: #52525be6; } @@ -236260,6 +324364,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f3f46; } +.border-e-zinc-700\\/15 { + border-inline-end-color: #3f3f4626; +} + .border-e-zinc-700\\/20 { border-inline-end-color: #3f3f4633; } @@ -236272,10 +324380,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f3f464d; } +.border-e-zinc-700\\/35 { + border-inline-end-color: #3f3f4659; +} + .border-e-zinc-700\\/40 { border-inline-end-color: #3f3f4666; } +.border-e-zinc-700\\/45 { + border-inline-end-color: #3f3f4673; +} + .border-e-zinc-700\\/5 { border-inline-end-color: #3f3f460d; } @@ -236284,10 +324400,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f3f4680; } +.border-e-zinc-700\\/55 { + border-inline-end-color: #3f3f468c; +} + .border-e-zinc-700\\/60 { border-inline-end-color: #3f3f4699; } +.border-e-zinc-700\\/65 { + border-inline-end-color: #3f3f46a6; +} + .border-e-zinc-700\\/70 { border-inline-end-color: #3f3f46b3; } @@ -236300,6 +324424,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #3f3f46cc; } +.border-e-zinc-700\\/85 { + border-inline-end-color: #3f3f46d9; +} + .border-e-zinc-700\\/90 { border-inline-end-color: #3f3f46e6; } @@ -236325,6 +324453,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #27272a; } +.border-e-zinc-800\\/15 { + border-inline-end-color: #27272a26; +} + .border-e-zinc-800\\/20 { border-inline-end-color: #27272a33; } @@ -236337,10 +324469,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #27272a4d; } +.border-e-zinc-800\\/35 { + border-inline-end-color: #27272a59; +} + .border-e-zinc-800\\/40 { border-inline-end-color: #27272a66; } +.border-e-zinc-800\\/45 { + border-inline-end-color: #27272a73; +} + .border-e-zinc-800\\/5 { border-inline-end-color: #27272a0d; } @@ -236349,10 +324489,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #27272a80; } +.border-e-zinc-800\\/55 { + border-inline-end-color: #27272a8c; +} + .border-e-zinc-800\\/60 { border-inline-end-color: #27272a99; } +.border-e-zinc-800\\/65 { + border-inline-end-color: #27272aa6; +} + .border-e-zinc-800\\/70 { border-inline-end-color: #27272ab3; } @@ -236365,6 +324513,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #27272acc; } +.border-e-zinc-800\\/85 { + border-inline-end-color: #27272ad9; +} + .border-e-zinc-800\\/90 { border-inline-end-color: #27272ae6; } @@ -236390,6 +324542,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #18181b; } +.border-e-zinc-900\\/15 { + border-inline-end-color: #18181b26; +} + .border-e-zinc-900\\/20 { border-inline-end-color: #18181b33; } @@ -236402,10 +324558,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #18181b4d; } +.border-e-zinc-900\\/35 { + border-inline-end-color: #18181b59; +} + .border-e-zinc-900\\/40 { border-inline-end-color: #18181b66; } +.border-e-zinc-900\\/45 { + border-inline-end-color: #18181b73; +} + .border-e-zinc-900\\/5 { border-inline-end-color: #18181b0d; } @@ -236414,10 +324578,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #18181b80; } +.border-e-zinc-900\\/55 { + border-inline-end-color: #18181b8c; +} + .border-e-zinc-900\\/60 { border-inline-end-color: #18181b99; } +.border-e-zinc-900\\/65 { + border-inline-end-color: #18181ba6; +} + .border-e-zinc-900\\/70 { border-inline-end-color: #18181bb3; } @@ -236430,6 +324602,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #18181bcc; } +.border-e-zinc-900\\/85 { + border-inline-end-color: #18181bd9; +} + .border-e-zinc-900\\/90 { border-inline-end-color: #18181be6; } @@ -236455,6 +324631,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #09090b; } +.border-e-zinc-950\\/15 { + border-inline-end-color: #09090b26; +} + .border-e-zinc-950\\/20 { border-inline-end-color: #09090b33; } @@ -236467,10 +324647,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #09090b4d; } +.border-e-zinc-950\\/35 { + border-inline-end-color: #09090b59; +} + .border-e-zinc-950\\/40 { border-inline-end-color: #09090b66; } +.border-e-zinc-950\\/45 { + border-inline-end-color: #09090b73; +} + .border-e-zinc-950\\/5 { border-inline-end-color: #09090b0d; } @@ -236479,10 +324667,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #09090b80; } +.border-e-zinc-950\\/55 { + border-inline-end-color: #09090b8c; +} + .border-e-zinc-950\\/60 { border-inline-end-color: #09090b99; } +.border-e-zinc-950\\/65 { + border-inline-end-color: #09090ba6; +} + .border-e-zinc-950\\/70 { border-inline-end-color: #09090bb3; } @@ -236495,6 +324691,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-end-color: #09090bcc; } +.border-e-zinc-950\\/85 { + border-inline-end-color: #09090bd9; +} + .border-e-zinc-950\\/90 { border-inline-end-color: #09090be6; } @@ -236520,6 +324720,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef3c7; } +.border-l-amber-100\\/15 { + border-left-color: #fef3c726; +} + .border-l-amber-100\\/20 { border-left-color: #fef3c733; } @@ -236532,10 +324736,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef3c74d; } +.border-l-amber-100\\/35 { + border-left-color: #fef3c759; +} + .border-l-amber-100\\/40 { border-left-color: #fef3c766; } +.border-l-amber-100\\/45 { + border-left-color: #fef3c773; +} + .border-l-amber-100\\/5 { border-left-color: #fef3c70d; } @@ -236544,10 +324756,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef3c780; } +.border-l-amber-100\\/55 { + border-left-color: #fef3c78c; +} + .border-l-amber-100\\/60 { border-left-color: #fef3c799; } +.border-l-amber-100\\/65 { + border-left-color: #fef3c7a6; +} + .border-l-amber-100\\/70 { border-left-color: #fef3c7b3; } @@ -236560,6 +324780,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef3c7cc; } +.border-l-amber-100\\/85 { + border-left-color: #fef3c7d9; +} + .border-l-amber-100\\/90 { border-left-color: #fef3c7e6; } @@ -236585,6 +324809,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde68a; } +.border-l-amber-200\\/15 { + border-left-color: #fde68a26; +} + .border-l-amber-200\\/20 { border-left-color: #fde68a33; } @@ -236597,10 +324825,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde68a4d; } +.border-l-amber-200\\/35 { + border-left-color: #fde68a59; +} + .border-l-amber-200\\/40 { border-left-color: #fde68a66; } +.border-l-amber-200\\/45 { + border-left-color: #fde68a73; +} + .border-l-amber-200\\/5 { border-left-color: #fde68a0d; } @@ -236609,10 +324845,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde68a80; } +.border-l-amber-200\\/55 { + border-left-color: #fde68a8c; +} + .border-l-amber-200\\/60 { border-left-color: #fde68a99; } +.border-l-amber-200\\/65 { + border-left-color: #fde68aa6; +} + .border-l-amber-200\\/70 { border-left-color: #fde68ab3; } @@ -236625,6 +324869,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde68acc; } +.border-l-amber-200\\/85 { + border-left-color: #fde68ad9; +} + .border-l-amber-200\\/90 { border-left-color: #fde68ae6; } @@ -236650,6 +324898,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fcd34d; } +.border-l-amber-300\\/15 { + border-left-color: #fcd34d26; +} + .border-l-amber-300\\/20 { border-left-color: #fcd34d33; } @@ -236662,10 +324914,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fcd34d4d; } +.border-l-amber-300\\/35 { + border-left-color: #fcd34d59; +} + .border-l-amber-300\\/40 { border-left-color: #fcd34d66; } +.border-l-amber-300\\/45 { + border-left-color: #fcd34d73; +} + .border-l-amber-300\\/5 { border-left-color: #fcd34d0d; } @@ -236674,10 +324934,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fcd34d80; } +.border-l-amber-300\\/55 { + border-left-color: #fcd34d8c; +} + .border-l-amber-300\\/60 { border-left-color: #fcd34d99; } +.border-l-amber-300\\/65 { + border-left-color: #fcd34da6; +} + .border-l-amber-300\\/70 { border-left-color: #fcd34db3; } @@ -236690,6 +324958,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fcd34dcc; } +.border-l-amber-300\\/85 { + border-left-color: #fcd34dd9; +} + .border-l-amber-300\\/90 { border-left-color: #fcd34de6; } @@ -236715,6 +324987,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbbf24; } +.border-l-amber-400\\/15 { + border-left-color: #fbbf2426; +} + .border-l-amber-400\\/20 { border-left-color: #fbbf2433; } @@ -236727,10 +325003,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbbf244d; } +.border-l-amber-400\\/35 { + border-left-color: #fbbf2459; +} + .border-l-amber-400\\/40 { border-left-color: #fbbf2466; } +.border-l-amber-400\\/45 { + border-left-color: #fbbf2473; +} + .border-l-amber-400\\/5 { border-left-color: #fbbf240d; } @@ -236739,10 +325023,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbbf2480; } +.border-l-amber-400\\/55 { + border-left-color: #fbbf248c; +} + .border-l-amber-400\\/60 { border-left-color: #fbbf2499; } +.border-l-amber-400\\/65 { + border-left-color: #fbbf24a6; +} + .border-l-amber-400\\/70 { border-left-color: #fbbf24b3; } @@ -236755,6 +325047,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbbf24cc; } +.border-l-amber-400\\/85 { + border-left-color: #fbbf24d9; +} + .border-l-amber-400\\/90 { border-left-color: #fbbf24e6; } @@ -236780,6 +325076,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fffbeb; } +.border-l-amber-50\\/15 { + border-left-color: #fffbeb26; +} + .border-l-amber-50\\/20 { border-left-color: #fffbeb33; } @@ -236792,10 +325092,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fffbeb4d; } +.border-l-amber-50\\/35 { + border-left-color: #fffbeb59; +} + .border-l-amber-50\\/40 { border-left-color: #fffbeb66; } +.border-l-amber-50\\/45 { + border-left-color: #fffbeb73; +} + .border-l-amber-50\\/5 { border-left-color: #fffbeb0d; } @@ -236804,10 +325112,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fffbeb80; } +.border-l-amber-50\\/55 { + border-left-color: #fffbeb8c; +} + .border-l-amber-50\\/60 { border-left-color: #fffbeb99; } +.border-l-amber-50\\/65 { + border-left-color: #fffbeba6; +} + .border-l-amber-50\\/70 { border-left-color: #fffbebb3; } @@ -236820,6 +325136,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fffbebcc; } +.border-l-amber-50\\/85 { + border-left-color: #fffbebd9; +} + .border-l-amber-50\\/90 { border-left-color: #fffbebe6; } @@ -236845,6 +325165,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f59e0b; } +.border-l-amber-500\\/15 { + border-left-color: #f59e0b26; +} + .border-l-amber-500\\/20 { border-left-color: #f59e0b33; } @@ -236857,10 +325181,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f59e0b4d; } +.border-l-amber-500\\/35 { + border-left-color: #f59e0b59; +} + .border-l-amber-500\\/40 { border-left-color: #f59e0b66; } +.border-l-amber-500\\/45 { + border-left-color: #f59e0b73; +} + .border-l-amber-500\\/5 { border-left-color: #f59e0b0d; } @@ -236869,10 +325201,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f59e0b80; } +.border-l-amber-500\\/55 { + border-left-color: #f59e0b8c; +} + .border-l-amber-500\\/60 { border-left-color: #f59e0b99; } +.border-l-amber-500\\/65 { + border-left-color: #f59e0ba6; +} + .border-l-amber-500\\/70 { border-left-color: #f59e0bb3; } @@ -236885,6 +325225,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f59e0bcc; } +.border-l-amber-500\\/85 { + border-left-color: #f59e0bd9; +} + .border-l-amber-500\\/90 { border-left-color: #f59e0be6; } @@ -236910,6 +325254,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d97706; } +.border-l-amber-600\\/15 { + border-left-color: #d9770626; +} + .border-l-amber-600\\/20 { border-left-color: #d9770633; } @@ -236922,10 +325270,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d977064d; } +.border-l-amber-600\\/35 { + border-left-color: #d9770659; +} + .border-l-amber-600\\/40 { border-left-color: #d9770666; } +.border-l-amber-600\\/45 { + border-left-color: #d9770673; +} + .border-l-amber-600\\/5 { border-left-color: #d977060d; } @@ -236934,10 +325290,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d9770680; } +.border-l-amber-600\\/55 { + border-left-color: #d977068c; +} + .border-l-amber-600\\/60 { border-left-color: #d9770699; } +.border-l-amber-600\\/65 { + border-left-color: #d97706a6; +} + .border-l-amber-600\\/70 { border-left-color: #d97706b3; } @@ -236950,6 +325314,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d97706cc; } +.border-l-amber-600\\/85 { + border-left-color: #d97706d9; +} + .border-l-amber-600\\/90 { border-left-color: #d97706e6; } @@ -236975,6 +325343,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b45309; } +.border-l-amber-700\\/15 { + border-left-color: #b4530926; +} + .border-l-amber-700\\/20 { border-left-color: #b4530933; } @@ -236987,10 +325359,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b453094d; } +.border-l-amber-700\\/35 { + border-left-color: #b4530959; +} + .border-l-amber-700\\/40 { border-left-color: #b4530966; } +.border-l-amber-700\\/45 { + border-left-color: #b4530973; +} + .border-l-amber-700\\/5 { border-left-color: #b453090d; } @@ -236999,10 +325379,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b4530980; } +.border-l-amber-700\\/55 { + border-left-color: #b453098c; +} + .border-l-amber-700\\/60 { border-left-color: #b4530999; } +.border-l-amber-700\\/65 { + border-left-color: #b45309a6; +} + .border-l-amber-700\\/70 { border-left-color: #b45309b3; } @@ -237015,6 +325403,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b45309cc; } +.border-l-amber-700\\/85 { + border-left-color: #b45309d9; +} + .border-l-amber-700\\/90 { border-left-color: #b45309e6; } @@ -237040,6 +325432,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #92400e; } +.border-l-amber-800\\/15 { + border-left-color: #92400e26; +} + .border-l-amber-800\\/20 { border-left-color: #92400e33; } @@ -237052,10 +325448,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #92400e4d; } +.border-l-amber-800\\/35 { + border-left-color: #92400e59; +} + .border-l-amber-800\\/40 { border-left-color: #92400e66; } +.border-l-amber-800\\/45 { + border-left-color: #92400e73; +} + .border-l-amber-800\\/5 { border-left-color: #92400e0d; } @@ -237064,10 +325468,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #92400e80; } +.border-l-amber-800\\/55 { + border-left-color: #92400e8c; +} + .border-l-amber-800\\/60 { border-left-color: #92400e99; } +.border-l-amber-800\\/65 { + border-left-color: #92400ea6; +} + .border-l-amber-800\\/70 { border-left-color: #92400eb3; } @@ -237080,6 +325492,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #92400ecc; } +.border-l-amber-800\\/85 { + border-left-color: #92400ed9; +} + .border-l-amber-800\\/90 { border-left-color: #92400ee6; } @@ -237105,6 +325521,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78350f; } +.border-l-amber-900\\/15 { + border-left-color: #78350f26; +} + .border-l-amber-900\\/20 { border-left-color: #78350f33; } @@ -237117,10 +325537,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78350f4d; } +.border-l-amber-900\\/35 { + border-left-color: #78350f59; +} + .border-l-amber-900\\/40 { border-left-color: #78350f66; } +.border-l-amber-900\\/45 { + border-left-color: #78350f73; +} + .border-l-amber-900\\/5 { border-left-color: #78350f0d; } @@ -237129,10 +325557,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78350f80; } +.border-l-amber-900\\/55 { + border-left-color: #78350f8c; +} + .border-l-amber-900\\/60 { border-left-color: #78350f99; } +.border-l-amber-900\\/65 { + border-left-color: #78350fa6; +} + .border-l-amber-900\\/70 { border-left-color: #78350fb3; } @@ -237145,6 +325581,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78350fcc; } +.border-l-amber-900\\/85 { + border-left-color: #78350fd9; +} + .border-l-amber-900\\/90 { border-left-color: #78350fe6; } @@ -237170,6 +325610,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #451a03; } +.border-l-amber-950\\/15 { + border-left-color: #451a0326; +} + .border-l-amber-950\\/20 { border-left-color: #451a0333; } @@ -237182,10 +325626,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #451a034d; } +.border-l-amber-950\\/35 { + border-left-color: #451a0359; +} + .border-l-amber-950\\/40 { border-left-color: #451a0366; } +.border-l-amber-950\\/45 { + border-left-color: #451a0373; +} + .border-l-amber-950\\/5 { border-left-color: #451a030d; } @@ -237194,10 +325646,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #451a0380; } +.border-l-amber-950\\/55 { + border-left-color: #451a038c; +} + .border-l-amber-950\\/60 { border-left-color: #451a0399; } +.border-l-amber-950\\/65 { + border-left-color: #451a03a6; +} + .border-l-amber-950\\/70 { border-left-color: #451a03b3; } @@ -237210,6 +325670,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #451a03cc; } +.border-l-amber-950\\/85 { + border-left-color: #451a03d9; +} + .border-l-amber-950\\/90 { border-left-color: #451a03e6; } @@ -237235,6 +325699,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #000; } +.border-l-black\\/15 { + border-left-color: #00000026; +} + .border-l-black\\/20 { border-left-color: #0003; } @@ -237247,10 +325715,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0000004d; } +.border-l-black\\/35 { + border-left-color: #00000059; +} + .border-l-black\\/40 { border-left-color: #0006; } +.border-l-black\\/45 { + border-left-color: #00000073; +} + .border-l-black\\/5 { border-left-color: #0000000d; } @@ -237259,10 +325735,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #00000080; } +.border-l-black\\/55 { + border-left-color: #0000008c; +} + .border-l-black\\/60 { border-left-color: #0009; } +.border-l-black\\/65 { + border-left-color: #000000a6; +} + .border-l-black\\/70 { border-left-color: #000000b3; } @@ -237275,6 +325759,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #000c; } +.border-l-black\\/85 { + border-left-color: #000000d9; +} + .border-l-black\\/90 { border-left-color: #000000e6; } @@ -237300,6 +325788,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dbeafe; } +.border-l-blue-100\\/15 { + border-left-color: #dbeafe26; +} + .border-l-blue-100\\/20 { border-left-color: #dbeafe33; } @@ -237312,10 +325804,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dbeafe4d; } +.border-l-blue-100\\/35 { + border-left-color: #dbeafe59; +} + .border-l-blue-100\\/40 { border-left-color: #dbeafe66; } +.border-l-blue-100\\/45 { + border-left-color: #dbeafe73; +} + .border-l-blue-100\\/5 { border-left-color: #dbeafe0d; } @@ -237324,10 +325824,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dbeafe80; } +.border-l-blue-100\\/55 { + border-left-color: #dbeafe8c; +} + .border-l-blue-100\\/60 { border-left-color: #dbeafe99; } +.border-l-blue-100\\/65 { + border-left-color: #dbeafea6; +} + .border-l-blue-100\\/70 { border-left-color: #dbeafeb3; } @@ -237340,6 +325848,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dbeafecc; } +.border-l-blue-100\\/85 { + border-left-color: #dbeafed9; +} + .border-l-blue-100\\/90 { border-left-color: #dbeafee6; } @@ -237365,6 +325877,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bfdbfe; } +.border-l-blue-200\\/15 { + border-left-color: #bfdbfe26; +} + .border-l-blue-200\\/20 { border-left-color: #bfdbfe33; } @@ -237377,10 +325893,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bfdbfe4d; } +.border-l-blue-200\\/35 { + border-left-color: #bfdbfe59; +} + .border-l-blue-200\\/40 { border-left-color: #bfdbfe66; } +.border-l-blue-200\\/45 { + border-left-color: #bfdbfe73; +} + .border-l-blue-200\\/5 { border-left-color: #bfdbfe0d; } @@ -237389,10 +325913,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bfdbfe80; } +.border-l-blue-200\\/55 { + border-left-color: #bfdbfe8c; +} + .border-l-blue-200\\/60 { border-left-color: #bfdbfe99; } +.border-l-blue-200\\/65 { + border-left-color: #bfdbfea6; +} + .border-l-blue-200\\/70 { border-left-color: #bfdbfeb3; } @@ -237405,6 +325937,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bfdbfecc; } +.border-l-blue-200\\/85 { + border-left-color: #bfdbfed9; +} + .border-l-blue-200\\/90 { border-left-color: #bfdbfee6; } @@ -237430,6 +325966,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #93c5fd; } +.border-l-blue-300\\/15 { + border-left-color: #93c5fd26; +} + .border-l-blue-300\\/20 { border-left-color: #93c5fd33; } @@ -237442,10 +325982,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #93c5fd4d; } +.border-l-blue-300\\/35 { + border-left-color: #93c5fd59; +} + .border-l-blue-300\\/40 { border-left-color: #93c5fd66; } +.border-l-blue-300\\/45 { + border-left-color: #93c5fd73; +} + .border-l-blue-300\\/5 { border-left-color: #93c5fd0d; } @@ -237454,10 +326002,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #93c5fd80; } +.border-l-blue-300\\/55 { + border-left-color: #93c5fd8c; +} + .border-l-blue-300\\/60 { border-left-color: #93c5fd99; } +.border-l-blue-300\\/65 { + border-left-color: #93c5fda6; +} + .border-l-blue-300\\/70 { border-left-color: #93c5fdb3; } @@ -237470,6 +326026,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #93c5fdcc; } +.border-l-blue-300\\/85 { + border-left-color: #93c5fdd9; +} + .border-l-blue-300\\/90 { border-left-color: #93c5fde6; } @@ -237495,6 +326055,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #60a5fa; } +.border-l-blue-400\\/15 { + border-left-color: #60a5fa26; +} + .border-l-blue-400\\/20 { border-left-color: #60a5fa33; } @@ -237507,10 +326071,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #60a5fa4d; } +.border-l-blue-400\\/35 { + border-left-color: #60a5fa59; +} + .border-l-blue-400\\/40 { border-left-color: #60a5fa66; } +.border-l-blue-400\\/45 { + border-left-color: #60a5fa73; +} + .border-l-blue-400\\/5 { border-left-color: #60a5fa0d; } @@ -237519,10 +326091,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #60a5fa80; } +.border-l-blue-400\\/55 { + border-left-color: #60a5fa8c; +} + .border-l-blue-400\\/60 { border-left-color: #60a5fa99; } +.border-l-blue-400\\/65 { + border-left-color: #60a5faa6; +} + .border-l-blue-400\\/70 { border-left-color: #60a5fab3; } @@ -237535,6 +326115,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #60a5facc; } +.border-l-blue-400\\/85 { + border-left-color: #60a5fad9; +} + .border-l-blue-400\\/90 { border-left-color: #60a5fae6; } @@ -237560,6 +326144,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eff6ff; } +.border-l-blue-50\\/15 { + border-left-color: #eff6ff26; +} + .border-l-blue-50\\/20 { border-left-color: #eff6ff33; } @@ -237572,10 +326160,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eff6ff4d; } +.border-l-blue-50\\/35 { + border-left-color: #eff6ff59; +} + .border-l-blue-50\\/40 { border-left-color: #eff6ff66; } +.border-l-blue-50\\/45 { + border-left-color: #eff6ff73; +} + .border-l-blue-50\\/5 { border-left-color: #eff6ff0d; } @@ -237584,10 +326180,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eff6ff80; } +.border-l-blue-50\\/55 { + border-left-color: #eff6ff8c; +} + .border-l-blue-50\\/60 { border-left-color: #eff6ff99; } +.border-l-blue-50\\/65 { + border-left-color: #eff6ffa6; +} + .border-l-blue-50\\/70 { border-left-color: #eff6ffb3; } @@ -237600,6 +326204,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eff6ffcc; } +.border-l-blue-50\\/85 { + border-left-color: #eff6ffd9; +} + .border-l-blue-50\\/90 { border-left-color: #eff6ffe6; } @@ -237625,6 +326233,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b82f6; } +.border-l-blue-500\\/15 { + border-left-color: #3b82f626; +} + .border-l-blue-500\\/20 { border-left-color: #3b82f633; } @@ -237637,10 +326249,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b82f64d; } +.border-l-blue-500\\/35 { + border-left-color: #3b82f659; +} + .border-l-blue-500\\/40 { border-left-color: #3b82f666; } +.border-l-blue-500\\/45 { + border-left-color: #3b82f673; +} + .border-l-blue-500\\/5 { border-left-color: #3b82f60d; } @@ -237649,10 +326269,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b82f680; } +.border-l-blue-500\\/55 { + border-left-color: #3b82f68c; +} + .border-l-blue-500\\/60 { border-left-color: #3b82f699; } +.border-l-blue-500\\/65 { + border-left-color: #3b82f6a6; +} + .border-l-blue-500\\/70 { border-left-color: #3b82f6b3; } @@ -237665,6 +326293,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b82f6cc; } +.border-l-blue-500\\/85 { + border-left-color: #3b82f6d9; +} + .border-l-blue-500\\/90 { border-left-color: #3b82f6e6; } @@ -237690,6 +326322,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2563eb; } +.border-l-blue-600\\/15 { + border-left-color: #2563eb26; +} + .border-l-blue-600\\/20 { border-left-color: #2563eb33; } @@ -237702,10 +326338,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2563eb4d; } +.border-l-blue-600\\/35 { + border-left-color: #2563eb59; +} + .border-l-blue-600\\/40 { border-left-color: #2563eb66; } +.border-l-blue-600\\/45 { + border-left-color: #2563eb73; +} + .border-l-blue-600\\/5 { border-left-color: #2563eb0d; } @@ -237714,10 +326358,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2563eb80; } +.border-l-blue-600\\/55 { + border-left-color: #2563eb8c; +} + .border-l-blue-600\\/60 { border-left-color: #2563eb99; } +.border-l-blue-600\\/65 { + border-left-color: #2563eba6; +} + .border-l-blue-600\\/70 { border-left-color: #2563ebb3; } @@ -237730,6 +326382,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2563ebcc; } +.border-l-blue-600\\/85 { + border-left-color: #2563ebd9; +} + .border-l-blue-600\\/90 { border-left-color: #2563ebe6; } @@ -237755,6 +326411,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1d4ed8; } +.border-l-blue-700\\/15 { + border-left-color: #1d4ed826; +} + .border-l-blue-700\\/20 { border-left-color: #1d4ed833; } @@ -237767,10 +326427,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1d4ed84d; } +.border-l-blue-700\\/35 { + border-left-color: #1d4ed859; +} + .border-l-blue-700\\/40 { border-left-color: #1d4ed866; } +.border-l-blue-700\\/45 { + border-left-color: #1d4ed873; +} + .border-l-blue-700\\/5 { border-left-color: #1d4ed80d; } @@ -237779,10 +326447,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1d4ed880; } +.border-l-blue-700\\/55 { + border-left-color: #1d4ed88c; +} + .border-l-blue-700\\/60 { border-left-color: #1d4ed899; } +.border-l-blue-700\\/65 { + border-left-color: #1d4ed8a6; +} + .border-l-blue-700\\/70 { border-left-color: #1d4ed8b3; } @@ -237795,6 +326471,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1d4ed8cc; } +.border-l-blue-700\\/85 { + border-left-color: #1d4ed8d9; +} + .border-l-blue-700\\/90 { border-left-color: #1d4ed8e6; } @@ -237820,6 +326500,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e40af; } +.border-l-blue-800\\/15 { + border-left-color: #1e40af26; +} + .border-l-blue-800\\/20 { border-left-color: #1e40af33; } @@ -237832,10 +326516,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e40af4d; } +.border-l-blue-800\\/35 { + border-left-color: #1e40af59; +} + .border-l-blue-800\\/40 { border-left-color: #1e40af66; } +.border-l-blue-800\\/45 { + border-left-color: #1e40af73; +} + .border-l-blue-800\\/5 { border-left-color: #1e40af0d; } @@ -237844,10 +326536,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e40af80; } +.border-l-blue-800\\/55 { + border-left-color: #1e40af8c; +} + .border-l-blue-800\\/60 { border-left-color: #1e40af99; } +.border-l-blue-800\\/65 { + border-left-color: #1e40afa6; +} + .border-l-blue-800\\/70 { border-left-color: #1e40afb3; } @@ -237860,6 +326560,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e40afcc; } +.border-l-blue-800\\/85 { + border-left-color: #1e40afd9; +} + .border-l-blue-800\\/90 { border-left-color: #1e40afe6; } @@ -237885,6 +326589,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e3a8a; } +.border-l-blue-900\\/15 { + border-left-color: #1e3a8a26; +} + .border-l-blue-900\\/20 { border-left-color: #1e3a8a33; } @@ -237897,10 +326605,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e3a8a4d; } +.border-l-blue-900\\/35 { + border-left-color: #1e3a8a59; +} + .border-l-blue-900\\/40 { border-left-color: #1e3a8a66; } +.border-l-blue-900\\/45 { + border-left-color: #1e3a8a73; +} + .border-l-blue-900\\/5 { border-left-color: #1e3a8a0d; } @@ -237909,10 +326625,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e3a8a80; } +.border-l-blue-900\\/55 { + border-left-color: #1e3a8a8c; +} + .border-l-blue-900\\/60 { border-left-color: #1e3a8a99; } +.border-l-blue-900\\/65 { + border-left-color: #1e3a8aa6; +} + .border-l-blue-900\\/70 { border-left-color: #1e3a8ab3; } @@ -237925,6 +326649,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e3a8acc; } +.border-l-blue-900\\/85 { + border-left-color: #1e3a8ad9; +} + .border-l-blue-900\\/90 { border-left-color: #1e3a8ae6; } @@ -237950,6 +326678,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #172554; } +.border-l-blue-950\\/15 { + border-left-color: #17255426; +} + .border-l-blue-950\\/20 { border-left-color: #17255433; } @@ -237962,10 +326694,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1725544d; } +.border-l-blue-950\\/35 { + border-left-color: #17255459; +} + .border-l-blue-950\\/40 { border-left-color: #17255466; } +.border-l-blue-950\\/45 { + border-left-color: #17255473; +} + .border-l-blue-950\\/5 { border-left-color: #1725540d; } @@ -237974,10 +326714,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #17255480; } +.border-l-blue-950\\/55 { + border-left-color: #1725548c; +} + .border-l-blue-950\\/60 { border-left-color: #17255499; } +.border-l-blue-950\\/65 { + border-left-color: #172554a6; +} + .border-l-blue-950\\/70 { border-left-color: #172554b3; } @@ -237990,6 +326738,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #172554cc; } +.border-l-blue-950\\/85 { + border-left-color: #172554d9; +} + .border-l-blue-950\\/90 { border-left-color: #172554e6; } @@ -238019,6 +326771,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cffafe; } +.border-l-cyan-100\\/15 { + border-left-color: #cffafe26; +} + .border-l-cyan-100\\/20 { border-left-color: #cffafe33; } @@ -238031,10 +326787,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cffafe4d; } +.border-l-cyan-100\\/35 { + border-left-color: #cffafe59; +} + .border-l-cyan-100\\/40 { border-left-color: #cffafe66; } +.border-l-cyan-100\\/45 { + border-left-color: #cffafe73; +} + .border-l-cyan-100\\/5 { border-left-color: #cffafe0d; } @@ -238043,10 +326807,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cffafe80; } +.border-l-cyan-100\\/55 { + border-left-color: #cffafe8c; +} + .border-l-cyan-100\\/60 { border-left-color: #cffafe99; } +.border-l-cyan-100\\/65 { + border-left-color: #cffafea6; +} + .border-l-cyan-100\\/70 { border-left-color: #cffafeb3; } @@ -238059,6 +326831,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cffafecc; } +.border-l-cyan-100\\/85 { + border-left-color: #cffafed9; +} + .border-l-cyan-100\\/90 { border-left-color: #cffafee6; } @@ -238084,6 +326860,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5f3fc; } +.border-l-cyan-200\\/15 { + border-left-color: #a5f3fc26; +} + .border-l-cyan-200\\/20 { border-left-color: #a5f3fc33; } @@ -238096,10 +326876,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5f3fc4d; } +.border-l-cyan-200\\/35 { + border-left-color: #a5f3fc59; +} + .border-l-cyan-200\\/40 { border-left-color: #a5f3fc66; } +.border-l-cyan-200\\/45 { + border-left-color: #a5f3fc73; +} + .border-l-cyan-200\\/5 { border-left-color: #a5f3fc0d; } @@ -238108,10 +326896,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5f3fc80; } +.border-l-cyan-200\\/55 { + border-left-color: #a5f3fc8c; +} + .border-l-cyan-200\\/60 { border-left-color: #a5f3fc99; } +.border-l-cyan-200\\/65 { + border-left-color: #a5f3fca6; +} + .border-l-cyan-200\\/70 { border-left-color: #a5f3fcb3; } @@ -238124,6 +326920,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5f3fccc; } +.border-l-cyan-200\\/85 { + border-left-color: #a5f3fcd9; +} + .border-l-cyan-200\\/90 { border-left-color: #a5f3fce6; } @@ -238149,6 +326949,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #67e8f9; } +.border-l-cyan-300\\/15 { + border-left-color: #67e8f926; +} + .border-l-cyan-300\\/20 { border-left-color: #67e8f933; } @@ -238161,10 +326965,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #67e8f94d; } +.border-l-cyan-300\\/35 { + border-left-color: #67e8f959; +} + .border-l-cyan-300\\/40 { border-left-color: #67e8f966; } +.border-l-cyan-300\\/45 { + border-left-color: #67e8f973; +} + .border-l-cyan-300\\/5 { border-left-color: #67e8f90d; } @@ -238173,10 +326985,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #67e8f980; } +.border-l-cyan-300\\/55 { + border-left-color: #67e8f98c; +} + .border-l-cyan-300\\/60 { border-left-color: #67e8f999; } +.border-l-cyan-300\\/65 { + border-left-color: #67e8f9a6; +} + .border-l-cyan-300\\/70 { border-left-color: #67e8f9b3; } @@ -238189,6 +327009,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #67e8f9cc; } +.border-l-cyan-300\\/85 { + border-left-color: #67e8f9d9; +} + .border-l-cyan-300\\/90 { border-left-color: #67e8f9e6; } @@ -238214,6 +327038,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22d3ee; } +.border-l-cyan-400\\/15 { + border-left-color: #22d3ee26; +} + .border-l-cyan-400\\/20 { border-left-color: #22d3ee33; } @@ -238226,10 +327054,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22d3ee4d; } +.border-l-cyan-400\\/35 { + border-left-color: #22d3ee59; +} + .border-l-cyan-400\\/40 { border-left-color: #22d3ee66; } +.border-l-cyan-400\\/45 { + border-left-color: #22d3ee73; +} + .border-l-cyan-400\\/5 { border-left-color: #22d3ee0d; } @@ -238238,10 +327074,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22d3ee80; } +.border-l-cyan-400\\/55 { + border-left-color: #22d3ee8c; +} + .border-l-cyan-400\\/60 { border-left-color: #22d3ee99; } +.border-l-cyan-400\\/65 { + border-left-color: #22d3eea6; +} + .border-l-cyan-400\\/70 { border-left-color: #22d3eeb3; } @@ -238254,6 +327098,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22d3eecc; } +.border-l-cyan-400\\/85 { + border-left-color: #22d3eed9; +} + .border-l-cyan-400\\/90 { border-left-color: #22d3eee6; } @@ -238279,6 +327127,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfeff; } +.border-l-cyan-50\\/15 { + border-left-color: #ecfeff26; +} + .border-l-cyan-50\\/20 { border-left-color: #ecfeff33; } @@ -238291,10 +327143,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfeff4d; } +.border-l-cyan-50\\/35 { + border-left-color: #ecfeff59; +} + .border-l-cyan-50\\/40 { border-left-color: #ecfeff66; } +.border-l-cyan-50\\/45 { + border-left-color: #ecfeff73; +} + .border-l-cyan-50\\/5 { border-left-color: #ecfeff0d; } @@ -238303,10 +327163,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfeff80; } +.border-l-cyan-50\\/55 { + border-left-color: #ecfeff8c; +} + .border-l-cyan-50\\/60 { border-left-color: #ecfeff99; } +.border-l-cyan-50\\/65 { + border-left-color: #ecfeffa6; +} + .border-l-cyan-50\\/70 { border-left-color: #ecfeffb3; } @@ -238319,6 +327187,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfeffcc; } +.border-l-cyan-50\\/85 { + border-left-color: #ecfeffd9; +} + .border-l-cyan-50\\/90 { border-left-color: #ecfeffe6; } @@ -238344,6 +327216,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #06b6d4; } +.border-l-cyan-500\\/15 { + border-left-color: #06b6d426; +} + .border-l-cyan-500\\/20 { border-left-color: #06b6d433; } @@ -238356,10 +327232,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #06b6d44d; } +.border-l-cyan-500\\/35 { + border-left-color: #06b6d459; +} + .border-l-cyan-500\\/40 { border-left-color: #06b6d466; } +.border-l-cyan-500\\/45 { + border-left-color: #06b6d473; +} + .border-l-cyan-500\\/5 { border-left-color: #06b6d40d; } @@ -238368,10 +327252,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #06b6d480; } +.border-l-cyan-500\\/55 { + border-left-color: #06b6d48c; +} + .border-l-cyan-500\\/60 { border-left-color: #06b6d499; } +.border-l-cyan-500\\/65 { + border-left-color: #06b6d4a6; +} + .border-l-cyan-500\\/70 { border-left-color: #06b6d4b3; } @@ -238384,6 +327276,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #06b6d4cc; } +.border-l-cyan-500\\/85 { + border-left-color: #06b6d4d9; +} + .border-l-cyan-500\\/90 { border-left-color: #06b6d4e6; } @@ -238409,6 +327305,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0891b2; } +.border-l-cyan-600\\/15 { + border-left-color: #0891b226; +} + .border-l-cyan-600\\/20 { border-left-color: #0891b233; } @@ -238421,10 +327321,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0891b24d; } +.border-l-cyan-600\\/35 { + border-left-color: #0891b259; +} + .border-l-cyan-600\\/40 { border-left-color: #0891b266; } +.border-l-cyan-600\\/45 { + border-left-color: #0891b273; +} + .border-l-cyan-600\\/5 { border-left-color: #0891b20d; } @@ -238433,10 +327341,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0891b280; } +.border-l-cyan-600\\/55 { + border-left-color: #0891b28c; +} + .border-l-cyan-600\\/60 { border-left-color: #0891b299; } +.border-l-cyan-600\\/65 { + border-left-color: #0891b2a6; +} + .border-l-cyan-600\\/70 { border-left-color: #0891b2b3; } @@ -238449,6 +327365,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0891b2cc; } +.border-l-cyan-600\\/85 { + border-left-color: #0891b2d9; +} + .border-l-cyan-600\\/90 { border-left-color: #0891b2e6; } @@ -238474,6 +327394,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0e7490; } +.border-l-cyan-700\\/15 { + border-left-color: #0e749026; +} + .border-l-cyan-700\\/20 { border-left-color: #0e749033; } @@ -238486,10 +327410,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0e74904d; } +.border-l-cyan-700\\/35 { + border-left-color: #0e749059; +} + .border-l-cyan-700\\/40 { border-left-color: #0e749066; } +.border-l-cyan-700\\/45 { + border-left-color: #0e749073; +} + .border-l-cyan-700\\/5 { border-left-color: #0e74900d; } @@ -238498,10 +327430,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0e749080; } +.border-l-cyan-700\\/55 { + border-left-color: #0e74908c; +} + .border-l-cyan-700\\/60 { border-left-color: #0e749099; } +.border-l-cyan-700\\/65 { + border-left-color: #0e7490a6; +} + .border-l-cyan-700\\/70 { border-left-color: #0e7490b3; } @@ -238514,6 +327454,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0e7490cc; } +.border-l-cyan-700\\/85 { + border-left-color: #0e7490d9; +} + .border-l-cyan-700\\/90 { border-left-color: #0e7490e6; } @@ -238539,6 +327483,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #155e75; } +.border-l-cyan-800\\/15 { + border-left-color: #155e7526; +} + .border-l-cyan-800\\/20 { border-left-color: #155e7533; } @@ -238551,10 +327499,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #155e754d; } +.border-l-cyan-800\\/35 { + border-left-color: #155e7559; +} + .border-l-cyan-800\\/40 { border-left-color: #155e7566; } +.border-l-cyan-800\\/45 { + border-left-color: #155e7573; +} + .border-l-cyan-800\\/5 { border-left-color: #155e750d; } @@ -238563,10 +327519,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #155e7580; } +.border-l-cyan-800\\/55 { + border-left-color: #155e758c; +} + .border-l-cyan-800\\/60 { border-left-color: #155e7599; } +.border-l-cyan-800\\/65 { + border-left-color: #155e75a6; +} + .border-l-cyan-800\\/70 { border-left-color: #155e75b3; } @@ -238579,6 +327543,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #155e75cc; } +.border-l-cyan-800\\/85 { + border-left-color: #155e75d9; +} + .border-l-cyan-800\\/90 { border-left-color: #155e75e6; } @@ -238604,6 +327572,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #164e63; } +.border-l-cyan-900\\/15 { + border-left-color: #164e6326; +} + .border-l-cyan-900\\/20 { border-left-color: #164e6333; } @@ -238616,10 +327588,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #164e634d; } +.border-l-cyan-900\\/35 { + border-left-color: #164e6359; +} + .border-l-cyan-900\\/40 { border-left-color: #164e6366; } +.border-l-cyan-900\\/45 { + border-left-color: #164e6373; +} + .border-l-cyan-900\\/5 { border-left-color: #164e630d; } @@ -238628,10 +327608,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #164e6380; } +.border-l-cyan-900\\/55 { + border-left-color: #164e638c; +} + .border-l-cyan-900\\/60 { border-left-color: #164e6399; } +.border-l-cyan-900\\/65 { + border-left-color: #164e63a6; +} + .border-l-cyan-900\\/70 { border-left-color: #164e63b3; } @@ -238644,6 +327632,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #164e63cc; } +.border-l-cyan-900\\/85 { + border-left-color: #164e63d9; +} + .border-l-cyan-900\\/90 { border-left-color: #164e63e6; } @@ -238669,6 +327661,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #083344; } +.border-l-cyan-950\\/15 { + border-left-color: #08334426; +} + .border-l-cyan-950\\/20 { border-left-color: #08334433; } @@ -238681,10 +327677,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0833444d; } +.border-l-cyan-950\\/35 { + border-left-color: #08334459; +} + .border-l-cyan-950\\/40 { border-left-color: #08334466; } +.border-l-cyan-950\\/45 { + border-left-color: #08334473; +} + .border-l-cyan-950\\/5 { border-left-color: #0833440d; } @@ -238693,10 +327697,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #08334480; } +.border-l-cyan-950\\/55 { + border-left-color: #0833448c; +} + .border-l-cyan-950\\/60 { border-left-color: #08334499; } +.border-l-cyan-950\\/65 { + border-left-color: #083344a6; +} + .border-l-cyan-950\\/70 { border-left-color: #083344b3; } @@ -238709,6 +327721,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #083344cc; } +.border-l-cyan-950\\/85 { + border-left-color: #083344d9; +} + .border-l-cyan-950\\/90 { border-left-color: #083344e6; } @@ -238734,6 +327750,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1fae5; } +.border-l-emerald-100\\/15 { + border-left-color: #d1fae526; +} + .border-l-emerald-100\\/20 { border-left-color: #d1fae533; } @@ -238746,10 +327766,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1fae54d; } +.border-l-emerald-100\\/35 { + border-left-color: #d1fae559; +} + .border-l-emerald-100\\/40 { border-left-color: #d1fae566; } +.border-l-emerald-100\\/45 { + border-left-color: #d1fae573; +} + .border-l-emerald-100\\/5 { border-left-color: #d1fae50d; } @@ -238758,10 +327786,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1fae580; } +.border-l-emerald-100\\/55 { + border-left-color: #d1fae58c; +} + .border-l-emerald-100\\/60 { border-left-color: #d1fae599; } +.border-l-emerald-100\\/65 { + border-left-color: #d1fae5a6; +} + .border-l-emerald-100\\/70 { border-left-color: #d1fae5b3; } @@ -238774,6 +327810,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1fae5cc; } +.border-l-emerald-100\\/85 { + border-left-color: #d1fae5d9; +} + .border-l-emerald-100\\/90 { border-left-color: #d1fae5e6; } @@ -238799,6 +327839,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a7f3d0; } +.border-l-emerald-200\\/15 { + border-left-color: #a7f3d026; +} + .border-l-emerald-200\\/20 { border-left-color: #a7f3d033; } @@ -238811,10 +327855,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a7f3d04d; } +.border-l-emerald-200\\/35 { + border-left-color: #a7f3d059; +} + .border-l-emerald-200\\/40 { border-left-color: #a7f3d066; } +.border-l-emerald-200\\/45 { + border-left-color: #a7f3d073; +} + .border-l-emerald-200\\/5 { border-left-color: #a7f3d00d; } @@ -238823,10 +327875,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a7f3d080; } +.border-l-emerald-200\\/55 { + border-left-color: #a7f3d08c; +} + .border-l-emerald-200\\/60 { border-left-color: #a7f3d099; } +.border-l-emerald-200\\/65 { + border-left-color: #a7f3d0a6; +} + .border-l-emerald-200\\/70 { border-left-color: #a7f3d0b3; } @@ -238839,6 +327899,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a7f3d0cc; } +.border-l-emerald-200\\/85 { + border-left-color: #a7f3d0d9; +} + .border-l-emerald-200\\/90 { border-left-color: #a7f3d0e6; } @@ -238864,6 +327928,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6ee7b7; } +.border-l-emerald-300\\/15 { + border-left-color: #6ee7b726; +} + .border-l-emerald-300\\/20 { border-left-color: #6ee7b733; } @@ -238876,10 +327944,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6ee7b74d; } +.border-l-emerald-300\\/35 { + border-left-color: #6ee7b759; +} + .border-l-emerald-300\\/40 { border-left-color: #6ee7b766; } +.border-l-emerald-300\\/45 { + border-left-color: #6ee7b773; +} + .border-l-emerald-300\\/5 { border-left-color: #6ee7b70d; } @@ -238888,10 +327964,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6ee7b780; } +.border-l-emerald-300\\/55 { + border-left-color: #6ee7b78c; +} + .border-l-emerald-300\\/60 { border-left-color: #6ee7b799; } +.border-l-emerald-300\\/65 { + border-left-color: #6ee7b7a6; +} + .border-l-emerald-300\\/70 { border-left-color: #6ee7b7b3; } @@ -238904,6 +327988,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6ee7b7cc; } +.border-l-emerald-300\\/85 { + border-left-color: #6ee7b7d9; +} + .border-l-emerald-300\\/90 { border-left-color: #6ee7b7e6; } @@ -238929,6 +328017,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #34d399; } +.border-l-emerald-400\\/15 { + border-left-color: #34d39926; +} + .border-l-emerald-400\\/20 { border-left-color: #34d39933; } @@ -238941,10 +328033,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #34d3994d; } +.border-l-emerald-400\\/35 { + border-left-color: #34d39959; +} + .border-l-emerald-400\\/40 { border-left-color: #34d39966; } +.border-l-emerald-400\\/45 { + border-left-color: #34d39973; +} + .border-l-emerald-400\\/5 { border-left-color: #34d3990d; } @@ -238953,10 +328053,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #34d39980; } +.border-l-emerald-400\\/55 { + border-left-color: #34d3998c; +} + .border-l-emerald-400\\/60 { border-left-color: #34d39999; } +.border-l-emerald-400\\/65 { + border-left-color: #34d399a6; +} + .border-l-emerald-400\\/70 { border-left-color: #34d399b3; } @@ -238969,6 +328077,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #34d399cc; } +.border-l-emerald-400\\/85 { + border-left-color: #34d399d9; +} + .border-l-emerald-400\\/90 { border-left-color: #34d399e6; } @@ -238994,6 +328106,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfdf5; } +.border-l-emerald-50\\/15 { + border-left-color: #ecfdf526; +} + .border-l-emerald-50\\/20 { border-left-color: #ecfdf533; } @@ -239006,10 +328122,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfdf54d; } +.border-l-emerald-50\\/35 { + border-left-color: #ecfdf559; +} + .border-l-emerald-50\\/40 { border-left-color: #ecfdf566; } +.border-l-emerald-50\\/45 { + border-left-color: #ecfdf573; +} + .border-l-emerald-50\\/5 { border-left-color: #ecfdf50d; } @@ -239018,10 +328142,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfdf580; } +.border-l-emerald-50\\/55 { + border-left-color: #ecfdf58c; +} + .border-l-emerald-50\\/60 { border-left-color: #ecfdf599; } +.border-l-emerald-50\\/65 { + border-left-color: #ecfdf5a6; +} + .border-l-emerald-50\\/70 { border-left-color: #ecfdf5b3; } @@ -239034,6 +328166,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfdf5cc; } +.border-l-emerald-50\\/85 { + border-left-color: #ecfdf5d9; +} + .border-l-emerald-50\\/90 { border-left-color: #ecfdf5e6; } @@ -239059,6 +328195,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #10b981; } +.border-l-emerald-500\\/15 { + border-left-color: #10b98126; +} + .border-l-emerald-500\\/20 { border-left-color: #10b98133; } @@ -239071,10 +328211,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #10b9814d; } +.border-l-emerald-500\\/35 { + border-left-color: #10b98159; +} + .border-l-emerald-500\\/40 { border-left-color: #10b98166; } +.border-l-emerald-500\\/45 { + border-left-color: #10b98173; +} + .border-l-emerald-500\\/5 { border-left-color: #10b9810d; } @@ -239083,10 +328231,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #10b98180; } +.border-l-emerald-500\\/55 { + border-left-color: #10b9818c; +} + .border-l-emerald-500\\/60 { border-left-color: #10b98199; } +.border-l-emerald-500\\/65 { + border-left-color: #10b981a6; +} + .border-l-emerald-500\\/70 { border-left-color: #10b981b3; } @@ -239099,6 +328255,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #10b981cc; } +.border-l-emerald-500\\/85 { + border-left-color: #10b981d9; +} + .border-l-emerald-500\\/90 { border-left-color: #10b981e6; } @@ -239124,6 +328284,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #059669; } +.border-l-emerald-600\\/15 { + border-left-color: #05966926; +} + .border-l-emerald-600\\/20 { border-left-color: #05966933; } @@ -239136,10 +328300,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0596694d; } +.border-l-emerald-600\\/35 { + border-left-color: #05966959; +} + .border-l-emerald-600\\/40 { border-left-color: #05966966; } +.border-l-emerald-600\\/45 { + border-left-color: #05966973; +} + .border-l-emerald-600\\/5 { border-left-color: #0596690d; } @@ -239148,10 +328320,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #05966980; } +.border-l-emerald-600\\/55 { + border-left-color: #0596698c; +} + .border-l-emerald-600\\/60 { border-left-color: #05966999; } +.border-l-emerald-600\\/65 { + border-left-color: #059669a6; +} + .border-l-emerald-600\\/70 { border-left-color: #059669b3; } @@ -239164,6 +328344,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #059669cc; } +.border-l-emerald-600\\/85 { + border-left-color: #059669d9; +} + .border-l-emerald-600\\/90 { border-left-color: #059669e6; } @@ -239189,6 +328373,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #047857; } +.border-l-emerald-700\\/15 { + border-left-color: #04785726; +} + .border-l-emerald-700\\/20 { border-left-color: #04785733; } @@ -239201,10 +328389,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0478574d; } +.border-l-emerald-700\\/35 { + border-left-color: #04785759; +} + .border-l-emerald-700\\/40 { border-left-color: #04785766; } +.border-l-emerald-700\\/45 { + border-left-color: #04785773; +} + .border-l-emerald-700\\/5 { border-left-color: #0478570d; } @@ -239213,10 +328409,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #04785780; } +.border-l-emerald-700\\/55 { + border-left-color: #0478578c; +} + .border-l-emerald-700\\/60 { border-left-color: #04785799; } +.border-l-emerald-700\\/65 { + border-left-color: #047857a6; +} + .border-l-emerald-700\\/70 { border-left-color: #047857b3; } @@ -239229,6 +328433,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #047857cc; } +.border-l-emerald-700\\/85 { + border-left-color: #047857d9; +} + .border-l-emerald-700\\/90 { border-left-color: #047857e6; } @@ -239254,6 +328462,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #065f46; } +.border-l-emerald-800\\/15 { + border-left-color: #065f4626; +} + .border-l-emerald-800\\/20 { border-left-color: #065f4633; } @@ -239266,10 +328478,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #065f464d; } +.border-l-emerald-800\\/35 { + border-left-color: #065f4659; +} + .border-l-emerald-800\\/40 { border-left-color: #065f4666; } +.border-l-emerald-800\\/45 { + border-left-color: #065f4673; +} + .border-l-emerald-800\\/5 { border-left-color: #065f460d; } @@ -239278,10 +328498,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #065f4680; } +.border-l-emerald-800\\/55 { + border-left-color: #065f468c; +} + .border-l-emerald-800\\/60 { border-left-color: #065f4699; } +.border-l-emerald-800\\/65 { + border-left-color: #065f46a6; +} + .border-l-emerald-800\\/70 { border-left-color: #065f46b3; } @@ -239294,6 +328522,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #065f46cc; } +.border-l-emerald-800\\/85 { + border-left-color: #065f46d9; +} + .border-l-emerald-800\\/90 { border-left-color: #065f46e6; } @@ -239319,6 +328551,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #064e3b; } +.border-l-emerald-900\\/15 { + border-left-color: #064e3b26; +} + .border-l-emerald-900\\/20 { border-left-color: #064e3b33; } @@ -239331,10 +328567,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #064e3b4d; } +.border-l-emerald-900\\/35 { + border-left-color: #064e3b59; +} + .border-l-emerald-900\\/40 { border-left-color: #064e3b66; } +.border-l-emerald-900\\/45 { + border-left-color: #064e3b73; +} + .border-l-emerald-900\\/5 { border-left-color: #064e3b0d; } @@ -239343,10 +328587,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #064e3b80; } +.border-l-emerald-900\\/55 { + border-left-color: #064e3b8c; +} + .border-l-emerald-900\\/60 { border-left-color: #064e3b99; } +.border-l-emerald-900\\/65 { + border-left-color: #064e3ba6; +} + .border-l-emerald-900\\/70 { border-left-color: #064e3bb3; } @@ -239359,6 +328611,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #064e3bcc; } +.border-l-emerald-900\\/85 { + border-left-color: #064e3bd9; +} + .border-l-emerald-900\\/90 { border-left-color: #064e3be6; } @@ -239384,6 +328640,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #022c22; } +.border-l-emerald-950\\/15 { + border-left-color: #022c2226; +} + .border-l-emerald-950\\/20 { border-left-color: #022c2233; } @@ -239396,10 +328656,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #022c224d; } +.border-l-emerald-950\\/35 { + border-left-color: #022c2259; +} + .border-l-emerald-950\\/40 { border-left-color: #022c2266; } +.border-l-emerald-950\\/45 { + border-left-color: #022c2273; +} + .border-l-emerald-950\\/5 { border-left-color: #022c220d; } @@ -239408,10 +328676,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #022c2280; } +.border-l-emerald-950\\/55 { + border-left-color: #022c228c; +} + .border-l-emerald-950\\/60 { border-left-color: #022c2299; } +.border-l-emerald-950\\/65 { + border-left-color: #022c22a6; +} + .border-l-emerald-950\\/70 { border-left-color: #022c22b3; } @@ -239424,6 +328700,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #022c22cc; } +.border-l-emerald-950\\/85 { + border-left-color: #022c22d9; +} + .border-l-emerald-950\\/90 { border-left-color: #022c22e6; } @@ -239449,6 +328729,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fae8ff; } +.border-l-fuchsia-100\\/15 { + border-left-color: #fae8ff26; +} + .border-l-fuchsia-100\\/20 { border-left-color: #fae8ff33; } @@ -239461,10 +328745,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fae8ff4d; } +.border-l-fuchsia-100\\/35 { + border-left-color: #fae8ff59; +} + .border-l-fuchsia-100\\/40 { border-left-color: #fae8ff66; } +.border-l-fuchsia-100\\/45 { + border-left-color: #fae8ff73; +} + .border-l-fuchsia-100\\/5 { border-left-color: #fae8ff0d; } @@ -239473,10 +328765,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fae8ff80; } +.border-l-fuchsia-100\\/55 { + border-left-color: #fae8ff8c; +} + .border-l-fuchsia-100\\/60 { border-left-color: #fae8ff99; } +.border-l-fuchsia-100\\/65 { + border-left-color: #fae8ffa6; +} + .border-l-fuchsia-100\\/70 { border-left-color: #fae8ffb3; } @@ -239489,6 +328789,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fae8ffcc; } +.border-l-fuchsia-100\\/85 { + border-left-color: #fae8ffd9; +} + .border-l-fuchsia-100\\/90 { border-left-color: #fae8ffe6; } @@ -239514,6 +328818,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5d0fe; } +.border-l-fuchsia-200\\/15 { + border-left-color: #f5d0fe26; +} + .border-l-fuchsia-200\\/20 { border-left-color: #f5d0fe33; } @@ -239526,10 +328834,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5d0fe4d; } +.border-l-fuchsia-200\\/35 { + border-left-color: #f5d0fe59; +} + .border-l-fuchsia-200\\/40 { border-left-color: #f5d0fe66; } +.border-l-fuchsia-200\\/45 { + border-left-color: #f5d0fe73; +} + .border-l-fuchsia-200\\/5 { border-left-color: #f5d0fe0d; } @@ -239538,10 +328854,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5d0fe80; } +.border-l-fuchsia-200\\/55 { + border-left-color: #f5d0fe8c; +} + .border-l-fuchsia-200\\/60 { border-left-color: #f5d0fe99; } +.border-l-fuchsia-200\\/65 { + border-left-color: #f5d0fea6; +} + .border-l-fuchsia-200\\/70 { border-left-color: #f5d0feb3; } @@ -239554,6 +328878,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5d0fecc; } +.border-l-fuchsia-200\\/85 { + border-left-color: #f5d0fed9; +} + .border-l-fuchsia-200\\/90 { border-left-color: #f5d0fee6; } @@ -239579,6 +328907,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0abfc; } +.border-l-fuchsia-300\\/15 { + border-left-color: #f0abfc26; +} + .border-l-fuchsia-300\\/20 { border-left-color: #f0abfc33; } @@ -239591,10 +328923,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0abfc4d; } +.border-l-fuchsia-300\\/35 { + border-left-color: #f0abfc59; +} + .border-l-fuchsia-300\\/40 { border-left-color: #f0abfc66; } +.border-l-fuchsia-300\\/45 { + border-left-color: #f0abfc73; +} + .border-l-fuchsia-300\\/5 { border-left-color: #f0abfc0d; } @@ -239603,10 +328943,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0abfc80; } +.border-l-fuchsia-300\\/55 { + border-left-color: #f0abfc8c; +} + .border-l-fuchsia-300\\/60 { border-left-color: #f0abfc99; } +.border-l-fuchsia-300\\/65 { + border-left-color: #f0abfca6; +} + .border-l-fuchsia-300\\/70 { border-left-color: #f0abfcb3; } @@ -239619,6 +328967,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0abfccc; } +.border-l-fuchsia-300\\/85 { + border-left-color: #f0abfcd9; +} + .border-l-fuchsia-300\\/90 { border-left-color: #f0abfce6; } @@ -239644,6 +328996,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e879f9; } +.border-l-fuchsia-400\\/15 { + border-left-color: #e879f926; +} + .border-l-fuchsia-400\\/20 { border-left-color: #e879f933; } @@ -239656,10 +329012,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e879f94d; } +.border-l-fuchsia-400\\/35 { + border-left-color: #e879f959; +} + .border-l-fuchsia-400\\/40 { border-left-color: #e879f966; } +.border-l-fuchsia-400\\/45 { + border-left-color: #e879f973; +} + .border-l-fuchsia-400\\/5 { border-left-color: #e879f90d; } @@ -239668,10 +329032,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e879f980; } +.border-l-fuchsia-400\\/55 { + border-left-color: #e879f98c; +} + .border-l-fuchsia-400\\/60 { border-left-color: #e879f999; } +.border-l-fuchsia-400\\/65 { + border-left-color: #e879f9a6; +} + .border-l-fuchsia-400\\/70 { border-left-color: #e879f9b3; } @@ -239684,6 +329056,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e879f9cc; } +.border-l-fuchsia-400\\/85 { + border-left-color: #e879f9d9; +} + .border-l-fuchsia-400\\/90 { border-left-color: #e879f9e6; } @@ -239709,6 +329085,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf4ff; } +.border-l-fuchsia-50\\/15 { + border-left-color: #fdf4ff26; +} + .border-l-fuchsia-50\\/20 { border-left-color: #fdf4ff33; } @@ -239721,10 +329101,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf4ff4d; } +.border-l-fuchsia-50\\/35 { + border-left-color: #fdf4ff59; +} + .border-l-fuchsia-50\\/40 { border-left-color: #fdf4ff66; } +.border-l-fuchsia-50\\/45 { + border-left-color: #fdf4ff73; +} + .border-l-fuchsia-50\\/5 { border-left-color: #fdf4ff0d; } @@ -239733,10 +329121,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf4ff80; } +.border-l-fuchsia-50\\/55 { + border-left-color: #fdf4ff8c; +} + .border-l-fuchsia-50\\/60 { border-left-color: #fdf4ff99; } +.border-l-fuchsia-50\\/65 { + border-left-color: #fdf4ffa6; +} + .border-l-fuchsia-50\\/70 { border-left-color: #fdf4ffb3; } @@ -239749,6 +329145,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf4ffcc; } +.border-l-fuchsia-50\\/85 { + border-left-color: #fdf4ffd9; +} + .border-l-fuchsia-50\\/90 { border-left-color: #fdf4ffe6; } @@ -239774,6 +329174,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d946ef; } +.border-l-fuchsia-500\\/15 { + border-left-color: #d946ef26; +} + .border-l-fuchsia-500\\/20 { border-left-color: #d946ef33; } @@ -239786,10 +329190,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d946ef4d; } +.border-l-fuchsia-500\\/35 { + border-left-color: #d946ef59; +} + .border-l-fuchsia-500\\/40 { border-left-color: #d946ef66; } +.border-l-fuchsia-500\\/45 { + border-left-color: #d946ef73; +} + .border-l-fuchsia-500\\/5 { border-left-color: #d946ef0d; } @@ -239798,10 +329210,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d946ef80; } +.border-l-fuchsia-500\\/55 { + border-left-color: #d946ef8c; +} + .border-l-fuchsia-500\\/60 { border-left-color: #d946ef99; } +.border-l-fuchsia-500\\/65 { + border-left-color: #d946efa6; +} + .border-l-fuchsia-500\\/70 { border-left-color: #d946efb3; } @@ -239814,6 +329234,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d946efcc; } +.border-l-fuchsia-500\\/85 { + border-left-color: #d946efd9; +} + .border-l-fuchsia-500\\/90 { border-left-color: #d946efe6; } @@ -239839,6 +329263,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c026d3; } +.border-l-fuchsia-600\\/15 { + border-left-color: #c026d326; +} + .border-l-fuchsia-600\\/20 { border-left-color: #c026d333; } @@ -239851,10 +329279,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c026d34d; } +.border-l-fuchsia-600\\/35 { + border-left-color: #c026d359; +} + .border-l-fuchsia-600\\/40 { border-left-color: #c026d366; } +.border-l-fuchsia-600\\/45 { + border-left-color: #c026d373; +} + .border-l-fuchsia-600\\/5 { border-left-color: #c026d30d; } @@ -239863,10 +329299,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c026d380; } +.border-l-fuchsia-600\\/55 { + border-left-color: #c026d38c; +} + .border-l-fuchsia-600\\/60 { border-left-color: #c026d399; } +.border-l-fuchsia-600\\/65 { + border-left-color: #c026d3a6; +} + .border-l-fuchsia-600\\/70 { border-left-color: #c026d3b3; } @@ -239879,6 +329323,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c026d3cc; } +.border-l-fuchsia-600\\/85 { + border-left-color: #c026d3d9; +} + .border-l-fuchsia-600\\/90 { border-left-color: #c026d3e6; } @@ -239904,6 +329352,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a21caf; } +.border-l-fuchsia-700\\/15 { + border-left-color: #a21caf26; +} + .border-l-fuchsia-700\\/20 { border-left-color: #a21caf33; } @@ -239916,10 +329368,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a21caf4d; } +.border-l-fuchsia-700\\/35 { + border-left-color: #a21caf59; +} + .border-l-fuchsia-700\\/40 { border-left-color: #a21caf66; } +.border-l-fuchsia-700\\/45 { + border-left-color: #a21caf73; +} + .border-l-fuchsia-700\\/5 { border-left-color: #a21caf0d; } @@ -239928,10 +329388,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a21caf80; } +.border-l-fuchsia-700\\/55 { + border-left-color: #a21caf8c; +} + .border-l-fuchsia-700\\/60 { border-left-color: #a21caf99; } +.border-l-fuchsia-700\\/65 { + border-left-color: #a21cafa6; +} + .border-l-fuchsia-700\\/70 { border-left-color: #a21cafb3; } @@ -239944,6 +329412,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a21cafcc; } +.border-l-fuchsia-700\\/85 { + border-left-color: #a21cafd9; +} + .border-l-fuchsia-700\\/90 { border-left-color: #a21cafe6; } @@ -239969,6 +329441,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86198f; } +.border-l-fuchsia-800\\/15 { + border-left-color: #86198f26; +} + .border-l-fuchsia-800\\/20 { border-left-color: #86198f33; } @@ -239981,10 +329457,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86198f4d; } +.border-l-fuchsia-800\\/35 { + border-left-color: #86198f59; +} + .border-l-fuchsia-800\\/40 { border-left-color: #86198f66; } +.border-l-fuchsia-800\\/45 { + border-left-color: #86198f73; +} + .border-l-fuchsia-800\\/5 { border-left-color: #86198f0d; } @@ -239993,10 +329477,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86198f80; } +.border-l-fuchsia-800\\/55 { + border-left-color: #86198f8c; +} + .border-l-fuchsia-800\\/60 { border-left-color: #86198f99; } +.border-l-fuchsia-800\\/65 { + border-left-color: #86198fa6; +} + .border-l-fuchsia-800\\/70 { border-left-color: #86198fb3; } @@ -240009,6 +329501,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86198fcc; } +.border-l-fuchsia-800\\/85 { + border-left-color: #86198fd9; +} + .border-l-fuchsia-800\\/90 { border-left-color: #86198fe6; } @@ -240034,6 +329530,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #701a75; } +.border-l-fuchsia-900\\/15 { + border-left-color: #701a7526; +} + .border-l-fuchsia-900\\/20 { border-left-color: #701a7533; } @@ -240046,10 +329546,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #701a754d; } +.border-l-fuchsia-900\\/35 { + border-left-color: #701a7559; +} + .border-l-fuchsia-900\\/40 { border-left-color: #701a7566; } +.border-l-fuchsia-900\\/45 { + border-left-color: #701a7573; +} + .border-l-fuchsia-900\\/5 { border-left-color: #701a750d; } @@ -240058,10 +329566,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #701a7580; } +.border-l-fuchsia-900\\/55 { + border-left-color: #701a758c; +} + .border-l-fuchsia-900\\/60 { border-left-color: #701a7599; } +.border-l-fuchsia-900\\/65 { + border-left-color: #701a75a6; +} + .border-l-fuchsia-900\\/70 { border-left-color: #701a75b3; } @@ -240074,6 +329590,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #701a75cc; } +.border-l-fuchsia-900\\/85 { + border-left-color: #701a75d9; +} + .border-l-fuchsia-900\\/90 { border-left-color: #701a75e6; } @@ -240099,6 +329619,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4a044e; } +.border-l-fuchsia-950\\/15 { + border-left-color: #4a044e26; +} + .border-l-fuchsia-950\\/20 { border-left-color: #4a044e33; } @@ -240111,10 +329635,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4a044e4d; } +.border-l-fuchsia-950\\/35 { + border-left-color: #4a044e59; +} + .border-l-fuchsia-950\\/40 { border-left-color: #4a044e66; } +.border-l-fuchsia-950\\/45 { + border-left-color: #4a044e73; +} + .border-l-fuchsia-950\\/5 { border-left-color: #4a044e0d; } @@ -240123,10 +329655,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4a044e80; } +.border-l-fuchsia-950\\/55 { + border-left-color: #4a044e8c; +} + .border-l-fuchsia-950\\/60 { border-left-color: #4a044e99; } +.border-l-fuchsia-950\\/65 { + border-left-color: #4a044ea6; +} + .border-l-fuchsia-950\\/70 { border-left-color: #4a044eb3; } @@ -240139,6 +329679,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4a044ecc; } +.border-l-fuchsia-950\\/85 { + border-left-color: #4a044ed9; +} + .border-l-fuchsia-950\\/90 { border-left-color: #4a044ee6; } @@ -240164,6 +329708,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3f4f6; } +.border-l-gray-100\\/15 { + border-left-color: #f3f4f626; +} + .border-l-gray-100\\/20 { border-left-color: #f3f4f633; } @@ -240176,10 +329724,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3f4f64d; } +.border-l-gray-100\\/35 { + border-left-color: #f3f4f659; +} + .border-l-gray-100\\/40 { border-left-color: #f3f4f666; } +.border-l-gray-100\\/45 { + border-left-color: #f3f4f673; +} + .border-l-gray-100\\/5 { border-left-color: #f3f4f60d; } @@ -240188,10 +329744,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3f4f680; } +.border-l-gray-100\\/55 { + border-left-color: #f3f4f68c; +} + .border-l-gray-100\\/60 { border-left-color: #f3f4f699; } +.border-l-gray-100\\/65 { + border-left-color: #f3f4f6a6; +} + .border-l-gray-100\\/70 { border-left-color: #f3f4f6b3; } @@ -240204,6 +329768,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3f4f6cc; } +.border-l-gray-100\\/85 { + border-left-color: #f3f4f6d9; +} + .border-l-gray-100\\/90 { border-left-color: #f3f4f6e6; } @@ -240229,6 +329797,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e7eb; } +.border-l-gray-200\\/15 { + border-left-color: #e5e7eb26; +} + .border-l-gray-200\\/20 { border-left-color: #e5e7eb33; } @@ -240241,10 +329813,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e7eb4d; } +.border-l-gray-200\\/35 { + border-left-color: #e5e7eb59; +} + .border-l-gray-200\\/40 { border-left-color: #e5e7eb66; } +.border-l-gray-200\\/45 { + border-left-color: #e5e7eb73; +} + .border-l-gray-200\\/5 { border-left-color: #e5e7eb0d; } @@ -240253,10 +329833,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e7eb80; } +.border-l-gray-200\\/55 { + border-left-color: #e5e7eb8c; +} + .border-l-gray-200\\/60 { border-left-color: #e5e7eb99; } +.border-l-gray-200\\/65 { + border-left-color: #e5e7eba6; +} + .border-l-gray-200\\/70 { border-left-color: #e5e7ebb3; } @@ -240269,6 +329857,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e7ebcc; } +.border-l-gray-200\\/85 { + border-left-color: #e5e7ebd9; +} + .border-l-gray-200\\/90 { border-left-color: #e5e7ebe6; } @@ -240294,6 +329886,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1d5db; } +.border-l-gray-300\\/15 { + border-left-color: #d1d5db26; +} + .border-l-gray-300\\/20 { border-left-color: #d1d5db33; } @@ -240306,10 +329902,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1d5db4d; } +.border-l-gray-300\\/35 { + border-left-color: #d1d5db59; +} + .border-l-gray-300\\/40 { border-left-color: #d1d5db66; } +.border-l-gray-300\\/45 { + border-left-color: #d1d5db73; +} + .border-l-gray-300\\/5 { border-left-color: #d1d5db0d; } @@ -240318,10 +329922,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1d5db80; } +.border-l-gray-300\\/55 { + border-left-color: #d1d5db8c; +} + .border-l-gray-300\\/60 { border-left-color: #d1d5db99; } +.border-l-gray-300\\/65 { + border-left-color: #d1d5dba6; +} + .border-l-gray-300\\/70 { border-left-color: #d1d5dbb3; } @@ -240334,6 +329946,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d1d5dbcc; } +.border-l-gray-300\\/85 { + border-left-color: #d1d5dbd9; +} + .border-l-gray-300\\/90 { border-left-color: #d1d5dbe6; } @@ -240359,6 +329975,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9ca3af; } +.border-l-gray-400\\/15 { + border-left-color: #9ca3af26; +} + .border-l-gray-400\\/20 { border-left-color: #9ca3af33; } @@ -240371,10 +329991,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9ca3af4d; } +.border-l-gray-400\\/35 { + border-left-color: #9ca3af59; +} + .border-l-gray-400\\/40 { border-left-color: #9ca3af66; } +.border-l-gray-400\\/45 { + border-left-color: #9ca3af73; +} + .border-l-gray-400\\/5 { border-left-color: #9ca3af0d; } @@ -240383,10 +330011,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9ca3af80; } +.border-l-gray-400\\/55 { + border-left-color: #9ca3af8c; +} + .border-l-gray-400\\/60 { border-left-color: #9ca3af99; } +.border-l-gray-400\\/65 { + border-left-color: #9ca3afa6; +} + .border-l-gray-400\\/70 { border-left-color: #9ca3afb3; } @@ -240399,6 +330035,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9ca3afcc; } +.border-l-gray-400\\/85 { + border-left-color: #9ca3afd9; +} + .border-l-gray-400\\/90 { border-left-color: #9ca3afe6; } @@ -240424,6 +330064,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9fafb; } +.border-l-gray-50\\/15 { + border-left-color: #f9fafb26; +} + .border-l-gray-50\\/20 { border-left-color: #f9fafb33; } @@ -240436,10 +330080,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9fafb4d; } +.border-l-gray-50\\/35 { + border-left-color: #f9fafb59; +} + .border-l-gray-50\\/40 { border-left-color: #f9fafb66; } +.border-l-gray-50\\/45 { + border-left-color: #f9fafb73; +} + .border-l-gray-50\\/5 { border-left-color: #f9fafb0d; } @@ -240448,10 +330100,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9fafb80; } +.border-l-gray-50\\/55 { + border-left-color: #f9fafb8c; +} + .border-l-gray-50\\/60 { border-left-color: #f9fafb99; } +.border-l-gray-50\\/65 { + border-left-color: #f9fafba6; +} + .border-l-gray-50\\/70 { border-left-color: #f9fafbb3; } @@ -240464,6 +330124,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9fafbcc; } +.border-l-gray-50\\/85 { + border-left-color: #f9fafbd9; +} + .border-l-gray-50\\/90 { border-left-color: #f9fafbe6; } @@ -240489,6 +330153,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b7280; } +.border-l-gray-500\\/15 { + border-left-color: #6b728026; +} + .border-l-gray-500\\/20 { border-left-color: #6b728033; } @@ -240501,10 +330169,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b72804d; } +.border-l-gray-500\\/35 { + border-left-color: #6b728059; +} + .border-l-gray-500\\/40 { border-left-color: #6b728066; } +.border-l-gray-500\\/45 { + border-left-color: #6b728073; +} + .border-l-gray-500\\/5 { border-left-color: #6b72800d; } @@ -240513,10 +330189,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b728080; } +.border-l-gray-500\\/55 { + border-left-color: #6b72808c; +} + .border-l-gray-500\\/60 { border-left-color: #6b728099; } +.border-l-gray-500\\/65 { + border-left-color: #6b7280a6; +} + .border-l-gray-500\\/70 { border-left-color: #6b7280b3; } @@ -240529,6 +330213,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b7280cc; } +.border-l-gray-500\\/85 { + border-left-color: #6b7280d9; +} + .border-l-gray-500\\/90 { border-left-color: #6b7280e6; } @@ -240554,6 +330242,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4b5563; } +.border-l-gray-600\\/15 { + border-left-color: #4b556326; +} + .border-l-gray-600\\/20 { border-left-color: #4b556333; } @@ -240566,10 +330258,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4b55634d; } +.border-l-gray-600\\/35 { + border-left-color: #4b556359; +} + .border-l-gray-600\\/40 { border-left-color: #4b556366; } +.border-l-gray-600\\/45 { + border-left-color: #4b556373; +} + .border-l-gray-600\\/5 { border-left-color: #4b55630d; } @@ -240578,10 +330278,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4b556380; } +.border-l-gray-600\\/55 { + border-left-color: #4b55638c; +} + .border-l-gray-600\\/60 { border-left-color: #4b556399; } +.border-l-gray-600\\/65 { + border-left-color: #4b5563a6; +} + .border-l-gray-600\\/70 { border-left-color: #4b5563b3; } @@ -240594,6 +330302,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4b5563cc; } +.border-l-gray-600\\/85 { + border-left-color: #4b5563d9; +} + .border-l-gray-600\\/90 { border-left-color: #4b5563e6; } @@ -240619,6 +330331,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #374151; } +.border-l-gray-700\\/15 { + border-left-color: #37415126; +} + .border-l-gray-700\\/20 { border-left-color: #37415133; } @@ -240631,10 +330347,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3741514d; } +.border-l-gray-700\\/35 { + border-left-color: #37415159; +} + .border-l-gray-700\\/40 { border-left-color: #37415166; } +.border-l-gray-700\\/45 { + border-left-color: #37415173; +} + .border-l-gray-700\\/5 { border-left-color: #3741510d; } @@ -240643,10 +330367,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #37415180; } +.border-l-gray-700\\/55 { + border-left-color: #3741518c; +} + .border-l-gray-700\\/60 { border-left-color: #37415199; } +.border-l-gray-700\\/65 { + border-left-color: #374151a6; +} + .border-l-gray-700\\/70 { border-left-color: #374151b3; } @@ -240659,6 +330391,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #374151cc; } +.border-l-gray-700\\/85 { + border-left-color: #374151d9; +} + .border-l-gray-700\\/90 { border-left-color: #374151e6; } @@ -240684,6 +330420,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1f2937; } +.border-l-gray-800\\/15 { + border-left-color: #1f293726; +} + .border-l-gray-800\\/20 { border-left-color: #1f293733; } @@ -240696,10 +330436,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1f29374d; } +.border-l-gray-800\\/35 { + border-left-color: #1f293759; +} + .border-l-gray-800\\/40 { border-left-color: #1f293766; } +.border-l-gray-800\\/45 { + border-left-color: #1f293773; +} + .border-l-gray-800\\/5 { border-left-color: #1f29370d; } @@ -240708,10 +330456,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1f293780; } +.border-l-gray-800\\/55 { + border-left-color: #1f29378c; +} + .border-l-gray-800\\/60 { border-left-color: #1f293799; } +.border-l-gray-800\\/65 { + border-left-color: #1f2937a6; +} + .border-l-gray-800\\/70 { border-left-color: #1f2937b3; } @@ -240724,6 +330480,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1f2937cc; } +.border-l-gray-800\\/85 { + border-left-color: #1f2937d9; +} + .border-l-gray-800\\/90 { border-left-color: #1f2937e6; } @@ -240749,6 +330509,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #111827; } +.border-l-gray-900\\/15 { + border-left-color: #11182726; +} + .border-l-gray-900\\/20 { border-left-color: #11182733; } @@ -240761,10 +330525,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1118274d; } +.border-l-gray-900\\/35 { + border-left-color: #11182759; +} + .border-l-gray-900\\/40 { border-left-color: #11182766; } +.border-l-gray-900\\/45 { + border-left-color: #11182773; +} + .border-l-gray-900\\/5 { border-left-color: #1118270d; } @@ -240773,10 +330545,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #11182780; } +.border-l-gray-900\\/55 { + border-left-color: #1118278c; +} + .border-l-gray-900\\/60 { border-left-color: #11182799; } +.border-l-gray-900\\/65 { + border-left-color: #111827a6; +} + .border-l-gray-900\\/70 { border-left-color: #111827b3; } @@ -240789,6 +330569,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #111827cc; } +.border-l-gray-900\\/85 { + border-left-color: #111827d9; +} + .border-l-gray-900\\/90 { border-left-color: #111827e6; } @@ -240814,6 +330598,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #030712; } +.border-l-gray-950\\/15 { + border-left-color: #03071226; +} + .border-l-gray-950\\/20 { border-left-color: #03071233; } @@ -240826,10 +330614,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0307124d; } +.border-l-gray-950\\/35 { + border-left-color: #03071259; +} + .border-l-gray-950\\/40 { border-left-color: #03071266; } +.border-l-gray-950\\/45 { + border-left-color: #03071273; +} + .border-l-gray-950\\/5 { border-left-color: #0307120d; } @@ -240838,10 +330634,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #03071280; } +.border-l-gray-950\\/55 { + border-left-color: #0307128c; +} + .border-l-gray-950\\/60 { border-left-color: #03071299; } +.border-l-gray-950\\/65 { + border-left-color: #030712a6; +} + .border-l-gray-950\\/70 { border-left-color: #030712b3; } @@ -240854,6 +330658,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #030712cc; } +.border-l-gray-950\\/85 { + border-left-color: #030712d9; +} + .border-l-gray-950\\/90 { border-left-color: #030712e6; } @@ -240879,6 +330687,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dcfce7; } +.border-l-green-100\\/15 { + border-left-color: #dcfce726; +} + .border-l-green-100\\/20 { border-left-color: #dcfce733; } @@ -240891,10 +330703,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dcfce74d; } +.border-l-green-100\\/35 { + border-left-color: #dcfce759; +} + .border-l-green-100\\/40 { border-left-color: #dcfce766; } +.border-l-green-100\\/45 { + border-left-color: #dcfce773; +} + .border-l-green-100\\/5 { border-left-color: #dcfce70d; } @@ -240903,10 +330723,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dcfce780; } +.border-l-green-100\\/55 { + border-left-color: #dcfce78c; +} + .border-l-green-100\\/60 { border-left-color: #dcfce799; } +.border-l-green-100\\/65 { + border-left-color: #dcfce7a6; +} + .border-l-green-100\\/70 { border-left-color: #dcfce7b3; } @@ -240919,6 +330747,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dcfce7cc; } +.border-l-green-100\\/85 { + border-left-color: #dcfce7d9; +} + .border-l-green-100\\/90 { border-left-color: #dcfce7e6; } @@ -240944,6 +330776,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bbf7d0; } +.border-l-green-200\\/15 { + border-left-color: #bbf7d026; +} + .border-l-green-200\\/20 { border-left-color: #bbf7d033; } @@ -240956,10 +330792,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bbf7d04d; } +.border-l-green-200\\/35 { + border-left-color: #bbf7d059; +} + .border-l-green-200\\/40 { border-left-color: #bbf7d066; } +.border-l-green-200\\/45 { + border-left-color: #bbf7d073; +} + .border-l-green-200\\/5 { border-left-color: #bbf7d00d; } @@ -240968,10 +330812,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bbf7d080; } +.border-l-green-200\\/55 { + border-left-color: #bbf7d08c; +} + .border-l-green-200\\/60 { border-left-color: #bbf7d099; } +.border-l-green-200\\/65 { + border-left-color: #bbf7d0a6; +} + .border-l-green-200\\/70 { border-left-color: #bbf7d0b3; } @@ -240984,6 +330836,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bbf7d0cc; } +.border-l-green-200\\/85 { + border-left-color: #bbf7d0d9; +} + .border-l-green-200\\/90 { border-left-color: #bbf7d0e6; } @@ -241009,6 +330865,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86efac; } +.border-l-green-300\\/15 { + border-left-color: #86efac26; +} + .border-l-green-300\\/20 { border-left-color: #86efac33; } @@ -241021,10 +330881,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86efac4d; } +.border-l-green-300\\/35 { + border-left-color: #86efac59; +} + .border-l-green-300\\/40 { border-left-color: #86efac66; } +.border-l-green-300\\/45 { + border-left-color: #86efac73; +} + .border-l-green-300\\/5 { border-left-color: #86efac0d; } @@ -241033,10 +330901,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86efac80; } +.border-l-green-300\\/55 { + border-left-color: #86efac8c; +} + .border-l-green-300\\/60 { border-left-color: #86efac99; } +.border-l-green-300\\/65 { + border-left-color: #86efaca6; +} + .border-l-green-300\\/70 { border-left-color: #86efacb3; } @@ -241049,6 +330925,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #86efaccc; } +.border-l-green-300\\/85 { + border-left-color: #86efacd9; +} + .border-l-green-300\\/90 { border-left-color: #86eface6; } @@ -241074,6 +330954,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4ade80; } +.border-l-green-400\\/15 { + border-left-color: #4ade8026; +} + .border-l-green-400\\/20 { border-left-color: #4ade8033; } @@ -241086,10 +330970,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4ade804d; } +.border-l-green-400\\/35 { + border-left-color: #4ade8059; +} + .border-l-green-400\\/40 { border-left-color: #4ade8066; } +.border-l-green-400\\/45 { + border-left-color: #4ade8073; +} + .border-l-green-400\\/5 { border-left-color: #4ade800d; } @@ -241098,10 +330990,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4ade8080; } +.border-l-green-400\\/55 { + border-left-color: #4ade808c; +} + .border-l-green-400\\/60 { border-left-color: #4ade8099; } +.border-l-green-400\\/65 { + border-left-color: #4ade80a6; +} + .border-l-green-400\\/70 { border-left-color: #4ade80b3; } @@ -241114,6 +331014,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4ade80cc; } +.border-l-green-400\\/85 { + border-left-color: #4ade80d9; +} + .border-l-green-400\\/90 { border-left-color: #4ade80e6; } @@ -241139,6 +331043,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdf4; } +.border-l-green-50\\/15 { + border-left-color: #f0fdf426; +} + .border-l-green-50\\/20 { border-left-color: #f0fdf433; } @@ -241151,10 +331059,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdf44d; } +.border-l-green-50\\/35 { + border-left-color: #f0fdf459; +} + .border-l-green-50\\/40 { border-left-color: #f0fdf466; } +.border-l-green-50\\/45 { + border-left-color: #f0fdf473; +} + .border-l-green-50\\/5 { border-left-color: #f0fdf40d; } @@ -241163,10 +331079,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdf480; } +.border-l-green-50\\/55 { + border-left-color: #f0fdf48c; +} + .border-l-green-50\\/60 { border-left-color: #f0fdf499; } +.border-l-green-50\\/65 { + border-left-color: #f0fdf4a6; +} + .border-l-green-50\\/70 { border-left-color: #f0fdf4b3; } @@ -241179,6 +331103,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdf4cc; } +.border-l-green-50\\/85 { + border-left-color: #f0fdf4d9; +} + .border-l-green-50\\/90 { border-left-color: #f0fdf4e6; } @@ -241204,6 +331132,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22c55e; } +.border-l-green-500\\/15 { + border-left-color: #22c55e26; +} + .border-l-green-500\\/20 { border-left-color: #22c55e33; } @@ -241216,10 +331148,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22c55e4d; } +.border-l-green-500\\/35 { + border-left-color: #22c55e59; +} + .border-l-green-500\\/40 { border-left-color: #22c55e66; } +.border-l-green-500\\/45 { + border-left-color: #22c55e73; +} + .border-l-green-500\\/5 { border-left-color: #22c55e0d; } @@ -241228,10 +331168,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22c55e80; } +.border-l-green-500\\/55 { + border-left-color: #22c55e8c; +} + .border-l-green-500\\/60 { border-left-color: #22c55e99; } +.border-l-green-500\\/65 { + border-left-color: #22c55ea6; +} + .border-l-green-500\\/70 { border-left-color: #22c55eb3; } @@ -241244,6 +331192,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #22c55ecc; } +.border-l-green-500\\/85 { + border-left-color: #22c55ed9; +} + .border-l-green-500\\/90 { border-left-color: #22c55ee6; } @@ -241269,6 +331221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #16a34a; } +.border-l-green-600\\/15 { + border-left-color: #16a34a26; +} + .border-l-green-600\\/20 { border-left-color: #16a34a33; } @@ -241281,10 +331237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #16a34a4d; } +.border-l-green-600\\/35 { + border-left-color: #16a34a59; +} + .border-l-green-600\\/40 { border-left-color: #16a34a66; } +.border-l-green-600\\/45 { + border-left-color: #16a34a73; +} + .border-l-green-600\\/5 { border-left-color: #16a34a0d; } @@ -241293,10 +331257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #16a34a80; } +.border-l-green-600\\/55 { + border-left-color: #16a34a8c; +} + .border-l-green-600\\/60 { border-left-color: #16a34a99; } +.border-l-green-600\\/65 { + border-left-color: #16a34aa6; +} + .border-l-green-600\\/70 { border-left-color: #16a34ab3; } @@ -241309,6 +331281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #16a34acc; } +.border-l-green-600\\/85 { + border-left-color: #16a34ad9; +} + .border-l-green-600\\/90 { border-left-color: #16a34ae6; } @@ -241334,6 +331310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #15803d; } +.border-l-green-700\\/15 { + border-left-color: #15803d26; +} + .border-l-green-700\\/20 { border-left-color: #15803d33; } @@ -241346,10 +331326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #15803d4d; } +.border-l-green-700\\/35 { + border-left-color: #15803d59; +} + .border-l-green-700\\/40 { border-left-color: #15803d66; } +.border-l-green-700\\/45 { + border-left-color: #15803d73; +} + .border-l-green-700\\/5 { border-left-color: #15803d0d; } @@ -241358,10 +331346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #15803d80; } +.border-l-green-700\\/55 { + border-left-color: #15803d8c; +} + .border-l-green-700\\/60 { border-left-color: #15803d99; } +.border-l-green-700\\/65 { + border-left-color: #15803da6; +} + .border-l-green-700\\/70 { border-left-color: #15803db3; } @@ -241374,6 +331370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #15803dcc; } +.border-l-green-700\\/85 { + border-left-color: #15803dd9; +} + .border-l-green-700\\/90 { border-left-color: #15803de6; } @@ -241399,6 +331399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #166534; } +.border-l-green-800\\/15 { + border-left-color: #16653426; +} + .border-l-green-800\\/20 { border-left-color: #16653433; } @@ -241411,10 +331415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1665344d; } +.border-l-green-800\\/35 { + border-left-color: #16653459; +} + .border-l-green-800\\/40 { border-left-color: #16653466; } +.border-l-green-800\\/45 { + border-left-color: #16653473; +} + .border-l-green-800\\/5 { border-left-color: #1665340d; } @@ -241423,10 +331435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #16653480; } +.border-l-green-800\\/55 { + border-left-color: #1665348c; +} + .border-l-green-800\\/60 { border-left-color: #16653499; } +.border-l-green-800\\/65 { + border-left-color: #166534a6; +} + .border-l-green-800\\/70 { border-left-color: #166534b3; } @@ -241439,6 +331459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #166534cc; } +.border-l-green-800\\/85 { + border-left-color: #166534d9; +} + .border-l-green-800\\/90 { border-left-color: #166534e6; } @@ -241464,6 +331488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14532d; } +.border-l-green-900\\/15 { + border-left-color: #14532d26; +} + .border-l-green-900\\/20 { border-left-color: #14532d33; } @@ -241476,10 +331504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14532d4d; } +.border-l-green-900\\/35 { + border-left-color: #14532d59; +} + .border-l-green-900\\/40 { border-left-color: #14532d66; } +.border-l-green-900\\/45 { + border-left-color: #14532d73; +} + .border-l-green-900\\/5 { border-left-color: #14532d0d; } @@ -241488,10 +331524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14532d80; } +.border-l-green-900\\/55 { + border-left-color: #14532d8c; +} + .border-l-green-900\\/60 { border-left-color: #14532d99; } +.border-l-green-900\\/65 { + border-left-color: #14532da6; +} + .border-l-green-900\\/70 { border-left-color: #14532db3; } @@ -241504,6 +331548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14532dcc; } +.border-l-green-900\\/85 { + border-left-color: #14532dd9; +} + .border-l-green-900\\/90 { border-left-color: #14532de6; } @@ -241529,6 +331577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #052e16; } +.border-l-green-950\\/15 { + border-left-color: #052e1626; +} + .border-l-green-950\\/20 { border-left-color: #052e1633; } @@ -241541,10 +331593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #052e164d; } +.border-l-green-950\\/35 { + border-left-color: #052e1659; +} + .border-l-green-950\\/40 { border-left-color: #052e1666; } +.border-l-green-950\\/45 { + border-left-color: #052e1673; +} + .border-l-green-950\\/5 { border-left-color: #052e160d; } @@ -241553,10 +331613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #052e1680; } +.border-l-green-950\\/55 { + border-left-color: #052e168c; +} + .border-l-green-950\\/60 { border-left-color: #052e1699; } +.border-l-green-950\\/65 { + border-left-color: #052e16a6; +} + .border-l-green-950\\/70 { border-left-color: #052e16b3; } @@ -241569,6 +331637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #052e16cc; } +.border-l-green-950\\/85 { + border-left-color: #052e16d9; +} + .border-l-green-950\\/90 { border-left-color: #052e16e6; } @@ -241594,6 +331666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0e7ff; } +.border-l-indigo-100\\/15 { + border-left-color: #e0e7ff26; +} + .border-l-indigo-100\\/20 { border-left-color: #e0e7ff33; } @@ -241606,10 +331682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0e7ff4d; } +.border-l-indigo-100\\/35 { + border-left-color: #e0e7ff59; +} + .border-l-indigo-100\\/40 { border-left-color: #e0e7ff66; } +.border-l-indigo-100\\/45 { + border-left-color: #e0e7ff73; +} + .border-l-indigo-100\\/5 { border-left-color: #e0e7ff0d; } @@ -241618,10 +331702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0e7ff80; } +.border-l-indigo-100\\/55 { + border-left-color: #e0e7ff8c; +} + .border-l-indigo-100\\/60 { border-left-color: #e0e7ff99; } +.border-l-indigo-100\\/65 { + border-left-color: #e0e7ffa6; +} + .border-l-indigo-100\\/70 { border-left-color: #e0e7ffb3; } @@ -241634,6 +331726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0e7ffcc; } +.border-l-indigo-100\\/85 { + border-left-color: #e0e7ffd9; +} + .border-l-indigo-100\\/90 { border-left-color: #e0e7ffe6; } @@ -241659,6 +331755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c7d2fe; } +.border-l-indigo-200\\/15 { + border-left-color: #c7d2fe26; +} + .border-l-indigo-200\\/20 { border-left-color: #c7d2fe33; } @@ -241671,10 +331771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c7d2fe4d; } +.border-l-indigo-200\\/35 { + border-left-color: #c7d2fe59; +} + .border-l-indigo-200\\/40 { border-left-color: #c7d2fe66; } +.border-l-indigo-200\\/45 { + border-left-color: #c7d2fe73; +} + .border-l-indigo-200\\/5 { border-left-color: #c7d2fe0d; } @@ -241683,10 +331791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c7d2fe80; } +.border-l-indigo-200\\/55 { + border-left-color: #c7d2fe8c; +} + .border-l-indigo-200\\/60 { border-left-color: #c7d2fe99; } +.border-l-indigo-200\\/65 { + border-left-color: #c7d2fea6; +} + .border-l-indigo-200\\/70 { border-left-color: #c7d2feb3; } @@ -241699,6 +331815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c7d2fecc; } +.border-l-indigo-200\\/85 { + border-left-color: #c7d2fed9; +} + .border-l-indigo-200\\/90 { border-left-color: #c7d2fee6; } @@ -241724,6 +331844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5b4fc; } +.border-l-indigo-300\\/15 { + border-left-color: #a5b4fc26; +} + .border-l-indigo-300\\/20 { border-left-color: #a5b4fc33; } @@ -241736,10 +331860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5b4fc4d; } +.border-l-indigo-300\\/35 { + border-left-color: #a5b4fc59; +} + .border-l-indigo-300\\/40 { border-left-color: #a5b4fc66; } +.border-l-indigo-300\\/45 { + border-left-color: #a5b4fc73; +} + .border-l-indigo-300\\/5 { border-left-color: #a5b4fc0d; } @@ -241748,10 +331880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5b4fc80; } +.border-l-indigo-300\\/55 { + border-left-color: #a5b4fc8c; +} + .border-l-indigo-300\\/60 { border-left-color: #a5b4fc99; } +.border-l-indigo-300\\/65 { + border-left-color: #a5b4fca6; +} + .border-l-indigo-300\\/70 { border-left-color: #a5b4fcb3; } @@ -241764,6 +331904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a5b4fccc; } +.border-l-indigo-300\\/85 { + border-left-color: #a5b4fcd9; +} + .border-l-indigo-300\\/90 { border-left-color: #a5b4fce6; } @@ -241789,6 +331933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #818cf8; } +.border-l-indigo-400\\/15 { + border-left-color: #818cf826; +} + .border-l-indigo-400\\/20 { border-left-color: #818cf833; } @@ -241801,10 +331949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #818cf84d; } +.border-l-indigo-400\\/35 { + border-left-color: #818cf859; +} + .border-l-indigo-400\\/40 { border-left-color: #818cf866; } +.border-l-indigo-400\\/45 { + border-left-color: #818cf873; +} + .border-l-indigo-400\\/5 { border-left-color: #818cf80d; } @@ -241813,10 +331969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #818cf880; } +.border-l-indigo-400\\/55 { + border-left-color: #818cf88c; +} + .border-l-indigo-400\\/60 { border-left-color: #818cf899; } +.border-l-indigo-400\\/65 { + border-left-color: #818cf8a6; +} + .border-l-indigo-400\\/70 { border-left-color: #818cf8b3; } @@ -241829,6 +331993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #818cf8cc; } +.border-l-indigo-400\\/85 { + border-left-color: #818cf8d9; +} + .border-l-indigo-400\\/90 { border-left-color: #818cf8e6; } @@ -241854,6 +332022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eef2ff; } +.border-l-indigo-50\\/15 { + border-left-color: #eef2ff26; +} + .border-l-indigo-50\\/20 { border-left-color: #eef2ff33; } @@ -241866,10 +332038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eef2ff4d; } +.border-l-indigo-50\\/35 { + border-left-color: #eef2ff59; +} + .border-l-indigo-50\\/40 { border-left-color: #eef2ff66; } +.border-l-indigo-50\\/45 { + border-left-color: #eef2ff73; +} + .border-l-indigo-50\\/5 { border-left-color: #eef2ff0d; } @@ -241878,10 +332058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eef2ff80; } +.border-l-indigo-50\\/55 { + border-left-color: #eef2ff8c; +} + .border-l-indigo-50\\/60 { border-left-color: #eef2ff99; } +.border-l-indigo-50\\/65 { + border-left-color: #eef2ffa6; +} + .border-l-indigo-50\\/70 { border-left-color: #eef2ffb3; } @@ -241894,6 +332082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eef2ffcc; } +.border-l-indigo-50\\/85 { + border-left-color: #eef2ffd9; +} + .border-l-indigo-50\\/90 { border-left-color: #eef2ffe6; } @@ -241919,6 +332111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6366f1; } +.border-l-indigo-500\\/15 { + border-left-color: #6366f126; +} + .border-l-indigo-500\\/20 { border-left-color: #6366f133; } @@ -241931,10 +332127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6366f14d; } +.border-l-indigo-500\\/35 { + border-left-color: #6366f159; +} + .border-l-indigo-500\\/40 { border-left-color: #6366f166; } +.border-l-indigo-500\\/45 { + border-left-color: #6366f173; +} + .border-l-indigo-500\\/5 { border-left-color: #6366f10d; } @@ -241943,10 +332147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6366f180; } +.border-l-indigo-500\\/55 { + border-left-color: #6366f18c; +} + .border-l-indigo-500\\/60 { border-left-color: #6366f199; } +.border-l-indigo-500\\/65 { + border-left-color: #6366f1a6; +} + .border-l-indigo-500\\/70 { border-left-color: #6366f1b3; } @@ -241959,6 +332171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6366f1cc; } +.border-l-indigo-500\\/85 { + border-left-color: #6366f1d9; +} + .border-l-indigo-500\\/90 { border-left-color: #6366f1e6; } @@ -241984,6 +332200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4f46e5; } +.border-l-indigo-600\\/15 { + border-left-color: #4f46e526; +} + .border-l-indigo-600\\/20 { border-left-color: #4f46e533; } @@ -241996,10 +332216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4f46e54d; } +.border-l-indigo-600\\/35 { + border-left-color: #4f46e559; +} + .border-l-indigo-600\\/40 { border-left-color: #4f46e566; } +.border-l-indigo-600\\/45 { + border-left-color: #4f46e573; +} + .border-l-indigo-600\\/5 { border-left-color: #4f46e50d; } @@ -242008,10 +332236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4f46e580; } +.border-l-indigo-600\\/55 { + border-left-color: #4f46e58c; +} + .border-l-indigo-600\\/60 { border-left-color: #4f46e599; } +.border-l-indigo-600\\/65 { + border-left-color: #4f46e5a6; +} + .border-l-indigo-600\\/70 { border-left-color: #4f46e5b3; } @@ -242024,6 +332260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4f46e5cc; } +.border-l-indigo-600\\/85 { + border-left-color: #4f46e5d9; +} + .border-l-indigo-600\\/90 { border-left-color: #4f46e5e6; } @@ -242049,6 +332289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4338ca; } +.border-l-indigo-700\\/15 { + border-left-color: #4338ca26; +} + .border-l-indigo-700\\/20 { border-left-color: #4338ca33; } @@ -242061,10 +332305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4338ca4d; } +.border-l-indigo-700\\/35 { + border-left-color: #4338ca59; +} + .border-l-indigo-700\\/40 { border-left-color: #4338ca66; } +.border-l-indigo-700\\/45 { + border-left-color: #4338ca73; +} + .border-l-indigo-700\\/5 { border-left-color: #4338ca0d; } @@ -242073,10 +332325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4338ca80; } +.border-l-indigo-700\\/55 { + border-left-color: #4338ca8c; +} + .border-l-indigo-700\\/60 { border-left-color: #4338ca99; } +.border-l-indigo-700\\/65 { + border-left-color: #4338caa6; +} + .border-l-indigo-700\\/70 { border-left-color: #4338cab3; } @@ -242089,6 +332349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4338cacc; } +.border-l-indigo-700\\/85 { + border-left-color: #4338cad9; +} + .border-l-indigo-700\\/90 { border-left-color: #4338cae6; } @@ -242114,6 +332378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3730a3; } +.border-l-indigo-800\\/15 { + border-left-color: #3730a326; +} + .border-l-indigo-800\\/20 { border-left-color: #3730a333; } @@ -242126,10 +332394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3730a34d; } +.border-l-indigo-800\\/35 { + border-left-color: #3730a359; +} + .border-l-indigo-800\\/40 { border-left-color: #3730a366; } +.border-l-indigo-800\\/45 { + border-left-color: #3730a373; +} + .border-l-indigo-800\\/5 { border-left-color: #3730a30d; } @@ -242138,10 +332414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3730a380; } +.border-l-indigo-800\\/55 { + border-left-color: #3730a38c; +} + .border-l-indigo-800\\/60 { border-left-color: #3730a399; } +.border-l-indigo-800\\/65 { + border-left-color: #3730a3a6; +} + .border-l-indigo-800\\/70 { border-left-color: #3730a3b3; } @@ -242154,6 +332438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3730a3cc; } +.border-l-indigo-800\\/85 { + border-left-color: #3730a3d9; +} + .border-l-indigo-800\\/90 { border-left-color: #3730a3e6; } @@ -242179,6 +332467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #312e81; } +.border-l-indigo-900\\/15 { + border-left-color: #312e8126; +} + .border-l-indigo-900\\/20 { border-left-color: #312e8133; } @@ -242191,10 +332483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #312e814d; } +.border-l-indigo-900\\/35 { + border-left-color: #312e8159; +} + .border-l-indigo-900\\/40 { border-left-color: #312e8166; } +.border-l-indigo-900\\/45 { + border-left-color: #312e8173; +} + .border-l-indigo-900\\/5 { border-left-color: #312e810d; } @@ -242203,10 +332503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #312e8180; } +.border-l-indigo-900\\/55 { + border-left-color: #312e818c; +} + .border-l-indigo-900\\/60 { border-left-color: #312e8199; } +.border-l-indigo-900\\/65 { + border-left-color: #312e81a6; +} + .border-l-indigo-900\\/70 { border-left-color: #312e81b3; } @@ -242219,6 +332527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #312e81cc; } +.border-l-indigo-900\\/85 { + border-left-color: #312e81d9; +} + .border-l-indigo-900\\/90 { border-left-color: #312e81e6; } @@ -242244,6 +332556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e1b4b; } +.border-l-indigo-950\\/15 { + border-left-color: #1e1b4b26; +} + .border-l-indigo-950\\/20 { border-left-color: #1e1b4b33; } @@ -242256,10 +332572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e1b4b4d; } +.border-l-indigo-950\\/35 { + border-left-color: #1e1b4b59; +} + .border-l-indigo-950\\/40 { border-left-color: #1e1b4b66; } +.border-l-indigo-950\\/45 { + border-left-color: #1e1b4b73; +} + .border-l-indigo-950\\/5 { border-left-color: #1e1b4b0d; } @@ -242268,10 +332592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e1b4b80; } +.border-l-indigo-950\\/55 { + border-left-color: #1e1b4b8c; +} + .border-l-indigo-950\\/60 { border-left-color: #1e1b4b99; } +.border-l-indigo-950\\/65 { + border-left-color: #1e1b4ba6; +} + .border-l-indigo-950\\/70 { border-left-color: #1e1b4bb3; } @@ -242284,6 +332616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e1b4bcc; } +.border-l-indigo-950\\/85 { + border-left-color: #1e1b4bd9; +} + .border-l-indigo-950\\/90 { border-left-color: #1e1b4be6; } @@ -242313,6 +332649,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfccb; } +.border-l-lime-100\\/15 { + border-left-color: #ecfccb26; +} + .border-l-lime-100\\/20 { border-left-color: #ecfccb33; } @@ -242325,10 +332665,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfccb4d; } +.border-l-lime-100\\/35 { + border-left-color: #ecfccb59; +} + .border-l-lime-100\\/40 { border-left-color: #ecfccb66; } +.border-l-lime-100\\/45 { + border-left-color: #ecfccb73; +} + .border-l-lime-100\\/5 { border-left-color: #ecfccb0d; } @@ -242337,10 +332685,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfccb80; } +.border-l-lime-100\\/55 { + border-left-color: #ecfccb8c; +} + .border-l-lime-100\\/60 { border-left-color: #ecfccb99; } +.border-l-lime-100\\/65 { + border-left-color: #ecfccba6; +} + .border-l-lime-100\\/70 { border-left-color: #ecfccbb3; } @@ -242353,6 +332709,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ecfccbcc; } +.border-l-lime-100\\/85 { + border-left-color: #ecfccbd9; +} + .border-l-lime-100\\/90 { border-left-color: #ecfccbe6; } @@ -242378,6 +332738,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d9f99d; } +.border-l-lime-200\\/15 { + border-left-color: #d9f99d26; +} + .border-l-lime-200\\/20 { border-left-color: #d9f99d33; } @@ -242390,10 +332754,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d9f99d4d; } +.border-l-lime-200\\/35 { + border-left-color: #d9f99d59; +} + .border-l-lime-200\\/40 { border-left-color: #d9f99d66; } +.border-l-lime-200\\/45 { + border-left-color: #d9f99d73; +} + .border-l-lime-200\\/5 { border-left-color: #d9f99d0d; } @@ -242402,10 +332774,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d9f99d80; } +.border-l-lime-200\\/55 { + border-left-color: #d9f99d8c; +} + .border-l-lime-200\\/60 { border-left-color: #d9f99d99; } +.border-l-lime-200\\/65 { + border-left-color: #d9f99da6; +} + .border-l-lime-200\\/70 { border-left-color: #d9f99db3; } @@ -242418,6 +332798,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d9f99dcc; } +.border-l-lime-200\\/85 { + border-left-color: #d9f99dd9; +} + .border-l-lime-200\\/90 { border-left-color: #d9f99de6; } @@ -242443,6 +332827,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bef264; } +.border-l-lime-300\\/15 { + border-left-color: #bef26426; +} + .border-l-lime-300\\/20 { border-left-color: #bef26433; } @@ -242455,10 +332843,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bef2644d; } +.border-l-lime-300\\/35 { + border-left-color: #bef26459; +} + .border-l-lime-300\\/40 { border-left-color: #bef26466; } +.border-l-lime-300\\/45 { + border-left-color: #bef26473; +} + .border-l-lime-300\\/5 { border-left-color: #bef2640d; } @@ -242467,10 +332863,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bef26480; } +.border-l-lime-300\\/55 { + border-left-color: #bef2648c; +} + .border-l-lime-300\\/60 { border-left-color: #bef26499; } +.border-l-lime-300\\/65 { + border-left-color: #bef264a6; +} + .border-l-lime-300\\/70 { border-left-color: #bef264b3; } @@ -242483,6 +332887,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bef264cc; } +.border-l-lime-300\\/85 { + border-left-color: #bef264d9; +} + .border-l-lime-300\\/90 { border-left-color: #bef264e6; } @@ -242508,6 +332916,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3e635; } +.border-l-lime-400\\/15 { + border-left-color: #a3e63526; +} + .border-l-lime-400\\/20 { border-left-color: #a3e63533; } @@ -242520,10 +332932,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3e6354d; } +.border-l-lime-400\\/35 { + border-left-color: #a3e63559; +} + .border-l-lime-400\\/40 { border-left-color: #a3e63566; } +.border-l-lime-400\\/45 { + border-left-color: #a3e63573; +} + .border-l-lime-400\\/5 { border-left-color: #a3e6350d; } @@ -242532,10 +332952,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3e63580; } +.border-l-lime-400\\/55 { + border-left-color: #a3e6358c; +} + .border-l-lime-400\\/60 { border-left-color: #a3e63599; } +.border-l-lime-400\\/65 { + border-left-color: #a3e635a6; +} + .border-l-lime-400\\/70 { border-left-color: #a3e635b3; } @@ -242548,6 +332976,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3e635cc; } +.border-l-lime-400\\/85 { + border-left-color: #a3e635d9; +} + .border-l-lime-400\\/90 { border-left-color: #a3e635e6; } @@ -242573,6 +333005,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f7fee7; } +.border-l-lime-50\\/15 { + border-left-color: #f7fee726; +} + .border-l-lime-50\\/20 { border-left-color: #f7fee733; } @@ -242585,10 +333021,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f7fee74d; } +.border-l-lime-50\\/35 { + border-left-color: #f7fee759; +} + .border-l-lime-50\\/40 { border-left-color: #f7fee766; } +.border-l-lime-50\\/45 { + border-left-color: #f7fee773; +} + .border-l-lime-50\\/5 { border-left-color: #f7fee70d; } @@ -242597,10 +333041,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f7fee780; } +.border-l-lime-50\\/55 { + border-left-color: #f7fee78c; +} + .border-l-lime-50\\/60 { border-left-color: #f7fee799; } +.border-l-lime-50\\/65 { + border-left-color: #f7fee7a6; +} + .border-l-lime-50\\/70 { border-left-color: #f7fee7b3; } @@ -242613,6 +333065,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f7fee7cc; } +.border-l-lime-50\\/85 { + border-left-color: #f7fee7d9; +} + .border-l-lime-50\\/90 { border-left-color: #f7fee7e6; } @@ -242638,6 +333094,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #84cc16; } +.border-l-lime-500\\/15 { + border-left-color: #84cc1626; +} + .border-l-lime-500\\/20 { border-left-color: #84cc1633; } @@ -242650,10 +333110,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #84cc164d; } +.border-l-lime-500\\/35 { + border-left-color: #84cc1659; +} + .border-l-lime-500\\/40 { border-left-color: #84cc1666; } +.border-l-lime-500\\/45 { + border-left-color: #84cc1673; +} + .border-l-lime-500\\/5 { border-left-color: #84cc160d; } @@ -242662,10 +333130,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #84cc1680; } +.border-l-lime-500\\/55 { + border-left-color: #84cc168c; +} + .border-l-lime-500\\/60 { border-left-color: #84cc1699; } +.border-l-lime-500\\/65 { + border-left-color: #84cc16a6; +} + .border-l-lime-500\\/70 { border-left-color: #84cc16b3; } @@ -242678,6 +333154,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #84cc16cc; } +.border-l-lime-500\\/85 { + border-left-color: #84cc16d9; +} + .border-l-lime-500\\/90 { border-left-color: #84cc16e6; } @@ -242703,6 +333183,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #65a30d; } +.border-l-lime-600\\/15 { + border-left-color: #65a30d26; +} + .border-l-lime-600\\/20 { border-left-color: #65a30d33; } @@ -242715,10 +333199,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #65a30d4d; } +.border-l-lime-600\\/35 { + border-left-color: #65a30d59; +} + .border-l-lime-600\\/40 { border-left-color: #65a30d66; } +.border-l-lime-600\\/45 { + border-left-color: #65a30d73; +} + .border-l-lime-600\\/5 { border-left-color: #65a30d0d; } @@ -242727,10 +333219,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #65a30d80; } +.border-l-lime-600\\/55 { + border-left-color: #65a30d8c; +} + .border-l-lime-600\\/60 { border-left-color: #65a30d99; } +.border-l-lime-600\\/65 { + border-left-color: #65a30da6; +} + .border-l-lime-600\\/70 { border-left-color: #65a30db3; } @@ -242743,6 +333243,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #65a30dcc; } +.border-l-lime-600\\/85 { + border-left-color: #65a30dd9; +} + .border-l-lime-600\\/90 { border-left-color: #65a30de6; } @@ -242768,6 +333272,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4d7c0f; } +.border-l-lime-700\\/15 { + border-left-color: #4d7c0f26; +} + .border-l-lime-700\\/20 { border-left-color: #4d7c0f33; } @@ -242780,10 +333288,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4d7c0f4d; } +.border-l-lime-700\\/35 { + border-left-color: #4d7c0f59; +} + .border-l-lime-700\\/40 { border-left-color: #4d7c0f66; } +.border-l-lime-700\\/45 { + border-left-color: #4d7c0f73; +} + .border-l-lime-700\\/5 { border-left-color: #4d7c0f0d; } @@ -242792,10 +333308,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4d7c0f80; } +.border-l-lime-700\\/55 { + border-left-color: #4d7c0f8c; +} + .border-l-lime-700\\/60 { border-left-color: #4d7c0f99; } +.border-l-lime-700\\/65 { + border-left-color: #4d7c0fa6; +} + .border-l-lime-700\\/70 { border-left-color: #4d7c0fb3; } @@ -242808,6 +333332,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4d7c0fcc; } +.border-l-lime-700\\/85 { + border-left-color: #4d7c0fd9; +} + .border-l-lime-700\\/90 { border-left-color: #4d7c0fe6; } @@ -242833,6 +333361,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f6212; } +.border-l-lime-800\\/15 { + border-left-color: #3f621226; +} + .border-l-lime-800\\/20 { border-left-color: #3f621233; } @@ -242845,10 +333377,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f62124d; } +.border-l-lime-800\\/35 { + border-left-color: #3f621259; +} + .border-l-lime-800\\/40 { border-left-color: #3f621266; } +.border-l-lime-800\\/45 { + border-left-color: #3f621273; +} + .border-l-lime-800\\/5 { border-left-color: #3f62120d; } @@ -242857,10 +333397,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f621280; } +.border-l-lime-800\\/55 { + border-left-color: #3f62128c; +} + .border-l-lime-800\\/60 { border-left-color: #3f621299; } +.border-l-lime-800\\/65 { + border-left-color: #3f6212a6; +} + .border-l-lime-800\\/70 { border-left-color: #3f6212b3; } @@ -242873,6 +333421,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f6212cc; } +.border-l-lime-800\\/85 { + border-left-color: #3f6212d9; +} + .border-l-lime-800\\/90 { border-left-color: #3f6212e6; } @@ -242898,6 +333450,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #365314; } +.border-l-lime-900\\/15 { + border-left-color: #36531426; +} + .border-l-lime-900\\/20 { border-left-color: #36531433; } @@ -242910,10 +333466,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3653144d; } +.border-l-lime-900\\/35 { + border-left-color: #36531459; +} + .border-l-lime-900\\/40 { border-left-color: #36531466; } +.border-l-lime-900\\/45 { + border-left-color: #36531473; +} + .border-l-lime-900\\/5 { border-left-color: #3653140d; } @@ -242922,10 +333486,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #36531480; } +.border-l-lime-900\\/55 { + border-left-color: #3653148c; +} + .border-l-lime-900\\/60 { border-left-color: #36531499; } +.border-l-lime-900\\/65 { + border-left-color: #365314a6; +} + .border-l-lime-900\\/70 { border-left-color: #365314b3; } @@ -242938,6 +333510,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #365314cc; } +.border-l-lime-900\\/85 { + border-left-color: #365314d9; +} + .border-l-lime-900\\/90 { border-left-color: #365314e6; } @@ -242963,6 +333539,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1a2e05; } +.border-l-lime-950\\/15 { + border-left-color: #1a2e0526; +} + .border-l-lime-950\\/20 { border-left-color: #1a2e0533; } @@ -242975,10 +333555,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1a2e054d; } +.border-l-lime-950\\/35 { + border-left-color: #1a2e0559; +} + .border-l-lime-950\\/40 { border-left-color: #1a2e0566; } +.border-l-lime-950\\/45 { + border-left-color: #1a2e0573; +} + .border-l-lime-950\\/5 { border-left-color: #1a2e050d; } @@ -242987,10 +333575,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1a2e0580; } +.border-l-lime-950\\/55 { + border-left-color: #1a2e058c; +} + .border-l-lime-950\\/60 { border-left-color: #1a2e0599; } +.border-l-lime-950\\/65 { + border-left-color: #1a2e05a6; +} + .border-l-lime-950\\/70 { border-left-color: #1a2e05b3; } @@ -243003,6 +333599,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1a2e05cc; } +.border-l-lime-950\\/85 { + border-left-color: #1a2e05d9; +} + .border-l-lime-950\\/90 { border-left-color: #1a2e05e6; } @@ -243028,6 +333628,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f5; } +.border-l-neutral-100\\/15 { + border-left-color: #f5f5f526; +} + .border-l-neutral-100\\/20 { border-left-color: #f5f5f533; } @@ -243040,10 +333644,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f54d; } +.border-l-neutral-100\\/35 { + border-left-color: #f5f5f559; +} + .border-l-neutral-100\\/40 { border-left-color: #f5f5f566; } +.border-l-neutral-100\\/45 { + border-left-color: #f5f5f573; +} + .border-l-neutral-100\\/5 { border-left-color: #f5f5f50d; } @@ -243052,10 +333664,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f580; } +.border-l-neutral-100\\/55 { + border-left-color: #f5f5f58c; +} + .border-l-neutral-100\\/60 { border-left-color: #f5f5f599; } +.border-l-neutral-100\\/65 { + border-left-color: #f5f5f5a6; +} + .border-l-neutral-100\\/70 { border-left-color: #f5f5f5b3; } @@ -243068,6 +333688,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f5cc; } +.border-l-neutral-100\\/85 { + border-left-color: #f5f5f5d9; +} + .border-l-neutral-100\\/90 { border-left-color: #f5f5f5e6; } @@ -243093,6 +333717,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e5e5; } +.border-l-neutral-200\\/15 { + border-left-color: #e5e5e526; +} + .border-l-neutral-200\\/20 { border-left-color: #e5e5e533; } @@ -243105,10 +333733,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e5e54d; } +.border-l-neutral-200\\/35 { + border-left-color: #e5e5e559; +} + .border-l-neutral-200\\/40 { border-left-color: #e5e5e566; } +.border-l-neutral-200\\/45 { + border-left-color: #e5e5e573; +} + .border-l-neutral-200\\/5 { border-left-color: #e5e5e50d; } @@ -243117,10 +333753,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e5e580; } +.border-l-neutral-200\\/55 { + border-left-color: #e5e5e58c; +} + .border-l-neutral-200\\/60 { border-left-color: #e5e5e599; } +.border-l-neutral-200\\/65 { + border-left-color: #e5e5e5a6; +} + .border-l-neutral-200\\/70 { border-left-color: #e5e5e5b3; } @@ -243133,6 +333777,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e5e5e5cc; } +.border-l-neutral-200\\/85 { + border-left-color: #e5e5e5d9; +} + .border-l-neutral-200\\/90 { border-left-color: #e5e5e5e6; } @@ -243158,6 +333806,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d4; } +.border-l-neutral-300\\/15 { + border-left-color: #d4d4d426; +} + .border-l-neutral-300\\/20 { border-left-color: #d4d4d433; } @@ -243170,10 +333822,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d44d; } +.border-l-neutral-300\\/35 { + border-left-color: #d4d4d459; +} + .border-l-neutral-300\\/40 { border-left-color: #d4d4d466; } +.border-l-neutral-300\\/45 { + border-left-color: #d4d4d473; +} + .border-l-neutral-300\\/5 { border-left-color: #d4d4d40d; } @@ -243182,10 +333842,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d480; } +.border-l-neutral-300\\/55 { + border-left-color: #d4d4d48c; +} + .border-l-neutral-300\\/60 { border-left-color: #d4d4d499; } +.border-l-neutral-300\\/65 { + border-left-color: #d4d4d4a6; +} + .border-l-neutral-300\\/70 { border-left-color: #d4d4d4b3; } @@ -243198,6 +333866,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d4cc; } +.border-l-neutral-300\\/85 { + border-left-color: #d4d4d4d9; +} + .border-l-neutral-300\\/90 { border-left-color: #d4d4d4e6; } @@ -243223,6 +333895,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3a3a3; } +.border-l-neutral-400\\/15 { + border-left-color: #a3a3a326; +} + .border-l-neutral-400\\/20 { border-left-color: #a3a3a333; } @@ -243235,10 +333911,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3a3a34d; } +.border-l-neutral-400\\/35 { + border-left-color: #a3a3a359; +} + .border-l-neutral-400\\/40 { border-left-color: #a3a3a366; } +.border-l-neutral-400\\/45 { + border-left-color: #a3a3a373; +} + .border-l-neutral-400\\/5 { border-left-color: #a3a3a30d; } @@ -243247,10 +333931,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3a3a380; } +.border-l-neutral-400\\/55 { + border-left-color: #a3a3a38c; +} + .border-l-neutral-400\\/60 { border-left-color: #a3a3a399; } +.border-l-neutral-400\\/65 { + border-left-color: #a3a3a3a6; +} + .border-l-neutral-400\\/70 { border-left-color: #a3a3a3b3; } @@ -243263,6 +333955,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a3a3a3cc; } +.border-l-neutral-400\\/85 { + border-left-color: #a3a3a3d9; +} + .border-l-neutral-400\\/90 { border-left-color: #a3a3a3e6; } @@ -243288,6 +333984,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafa; } +.border-l-neutral-50\\/15 { + border-left-color: #fafafa26; +} + .border-l-neutral-50\\/20 { border-left-color: #fafafa33; } @@ -243300,10 +334000,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafa4d; } +.border-l-neutral-50\\/35 { + border-left-color: #fafafa59; +} + .border-l-neutral-50\\/40 { border-left-color: #fafafa66; } +.border-l-neutral-50\\/45 { + border-left-color: #fafafa73; +} + .border-l-neutral-50\\/5 { border-left-color: #fafafa0d; } @@ -243312,10 +334020,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafa80; } +.border-l-neutral-50\\/55 { + border-left-color: #fafafa8c; +} + .border-l-neutral-50\\/60 { border-left-color: #fafafa99; } +.border-l-neutral-50\\/65 { + border-left-color: #fafafaa6; +} + .border-l-neutral-50\\/70 { border-left-color: #fafafab3; } @@ -243328,6 +334044,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafacc; } +.border-l-neutral-50\\/85 { + border-left-color: #fafafad9; +} + .border-l-neutral-50\\/90 { border-left-color: #fafafae6; } @@ -243353,6 +334073,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #737373; } +.border-l-neutral-500\\/15 { + border-left-color: #73737326; +} + .border-l-neutral-500\\/20 { border-left-color: #73737333; } @@ -243365,10 +334089,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7373734d; } +.border-l-neutral-500\\/35 { + border-left-color: #73737359; +} + .border-l-neutral-500\\/40 { border-left-color: #73737366; } +.border-l-neutral-500\\/45 { + border-left-color: #73737373; +} + .border-l-neutral-500\\/5 { border-left-color: #7373730d; } @@ -243377,10 +334109,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #73737380; } +.border-l-neutral-500\\/55 { + border-left-color: #7373738c; +} + .border-l-neutral-500\\/60 { border-left-color: #73737399; } +.border-l-neutral-500\\/65 { + border-left-color: #737373a6; +} + .border-l-neutral-500\\/70 { border-left-color: #737373b3; } @@ -243393,6 +334133,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #737373cc; } +.border-l-neutral-500\\/85 { + border-left-color: #737373d9; +} + .border-l-neutral-500\\/90 { border-left-color: #737373e6; } @@ -243418,6 +334162,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #525252; } +.border-l-neutral-600\\/15 { + border-left-color: #52525226; +} + .border-l-neutral-600\\/20 { border-left-color: #52525233; } @@ -243430,10 +334178,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5252524d; } +.border-l-neutral-600\\/35 { + border-left-color: #52525259; +} + .border-l-neutral-600\\/40 { border-left-color: #52525266; } +.border-l-neutral-600\\/45 { + border-left-color: #52525273; +} + .border-l-neutral-600\\/5 { border-left-color: #5252520d; } @@ -243442,10 +334198,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #52525280; } +.border-l-neutral-600\\/55 { + border-left-color: #5252528c; +} + .border-l-neutral-600\\/60 { border-left-color: #52525299; } +.border-l-neutral-600\\/65 { + border-left-color: #525252a6; +} + .border-l-neutral-600\\/70 { border-left-color: #525252b3; } @@ -243458,6 +334222,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #525252cc; } +.border-l-neutral-600\\/85 { + border-left-color: #525252d9; +} + .border-l-neutral-600\\/90 { border-left-color: #525252e6; } @@ -243483,6 +334251,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #404040; } +.border-l-neutral-700\\/15 { + border-left-color: #40404026; +} + .border-l-neutral-700\\/20 { border-left-color: #40404033; } @@ -243495,10 +334267,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4040404d; } +.border-l-neutral-700\\/35 { + border-left-color: #40404059; +} + .border-l-neutral-700\\/40 { border-left-color: #40404066; } +.border-l-neutral-700\\/45 { + border-left-color: #40404073; +} + .border-l-neutral-700\\/5 { border-left-color: #4040400d; } @@ -243507,10 +334287,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #40404080; } +.border-l-neutral-700\\/55 { + border-left-color: #4040408c; +} + .border-l-neutral-700\\/60 { border-left-color: #40404099; } +.border-l-neutral-700\\/65 { + border-left-color: #404040a6; +} + .border-l-neutral-700\\/70 { border-left-color: #404040b3; } @@ -243523,6 +334311,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #404040cc; } +.border-l-neutral-700\\/85 { + border-left-color: #404040d9; +} + .border-l-neutral-700\\/90 { border-left-color: #404040e6; } @@ -243548,6 +334340,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #262626; } +.border-l-neutral-800\\/15 { + border-left-color: #26262626; +} + .border-l-neutral-800\\/20 { border-left-color: #26262633; } @@ -243560,10 +334356,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2626264d; } +.border-l-neutral-800\\/35 { + border-left-color: #26262659; +} + .border-l-neutral-800\\/40 { border-left-color: #26262666; } +.border-l-neutral-800\\/45 { + border-left-color: #26262673; +} + .border-l-neutral-800\\/5 { border-left-color: #2626260d; } @@ -243572,10 +334376,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #26262680; } +.border-l-neutral-800\\/55 { + border-left-color: #2626268c; +} + .border-l-neutral-800\\/60 { border-left-color: #26262699; } +.border-l-neutral-800\\/65 { + border-left-color: #262626a6; +} + .border-l-neutral-800\\/70 { border-left-color: #262626b3; } @@ -243588,6 +334400,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #262626cc; } +.border-l-neutral-800\\/85 { + border-left-color: #262626d9; +} + .border-l-neutral-800\\/90 { border-left-color: #262626e6; } @@ -243613,6 +334429,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #171717; } +.border-l-neutral-900\\/15 { + border-left-color: #17171726; +} + .border-l-neutral-900\\/20 { border-left-color: #17171733; } @@ -243625,10 +334445,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1717174d; } +.border-l-neutral-900\\/35 { + border-left-color: #17171759; +} + .border-l-neutral-900\\/40 { border-left-color: #17171766; } +.border-l-neutral-900\\/45 { + border-left-color: #17171773; +} + .border-l-neutral-900\\/5 { border-left-color: #1717170d; } @@ -243637,10 +334465,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #17171780; } +.border-l-neutral-900\\/55 { + border-left-color: #1717178c; +} + .border-l-neutral-900\\/60 { border-left-color: #17171799; } +.border-l-neutral-900\\/65 { + border-left-color: #171717a6; +} + .border-l-neutral-900\\/70 { border-left-color: #171717b3; } @@ -243653,6 +334489,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #171717cc; } +.border-l-neutral-900\\/85 { + border-left-color: #171717d9; +} + .border-l-neutral-900\\/90 { border-left-color: #171717e6; } @@ -243678,6 +334518,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0a0a0a; } +.border-l-neutral-950\\/15 { + border-left-color: #0a0a0a26; +} + .border-l-neutral-950\\/20 { border-left-color: #0a0a0a33; } @@ -243690,10 +334534,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0a0a0a4d; } +.border-l-neutral-950\\/35 { + border-left-color: #0a0a0a59; +} + .border-l-neutral-950\\/40 { border-left-color: #0a0a0a66; } +.border-l-neutral-950\\/45 { + border-left-color: #0a0a0a73; +} + .border-l-neutral-950\\/5 { border-left-color: #0a0a0a0d; } @@ -243702,10 +334554,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0a0a0a80; } +.border-l-neutral-950\\/55 { + border-left-color: #0a0a0a8c; +} + .border-l-neutral-950\\/60 { border-left-color: #0a0a0a99; } +.border-l-neutral-950\\/65 { + border-left-color: #0a0a0aa6; +} + .border-l-neutral-950\\/70 { border-left-color: #0a0a0ab3; } @@ -243718,6 +334578,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0a0a0acc; } +.border-l-neutral-950\\/85 { + border-left-color: #0a0a0ad9; +} + .border-l-neutral-950\\/90 { border-left-color: #0a0a0ae6; } @@ -243743,6 +334607,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffedd5; } +.border-l-orange-100\\/15 { + border-left-color: #ffedd526; +} + .border-l-orange-100\\/20 { border-left-color: #ffedd533; } @@ -243755,10 +334623,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffedd54d; } +.border-l-orange-100\\/35 { + border-left-color: #ffedd559; +} + .border-l-orange-100\\/40 { border-left-color: #ffedd566; } +.border-l-orange-100\\/45 { + border-left-color: #ffedd573; +} + .border-l-orange-100\\/5 { border-left-color: #ffedd50d; } @@ -243767,10 +334643,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffedd580; } +.border-l-orange-100\\/55 { + border-left-color: #ffedd58c; +} + .border-l-orange-100\\/60 { border-left-color: #ffedd599; } +.border-l-orange-100\\/65 { + border-left-color: #ffedd5a6; +} + .border-l-orange-100\\/70 { border-left-color: #ffedd5b3; } @@ -243783,6 +334667,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffedd5cc; } +.border-l-orange-100\\/85 { + border-left-color: #ffedd5d9; +} + .border-l-orange-100\\/90 { border-left-color: #ffedd5e6; } @@ -243808,6 +334696,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fed7aa; } +.border-l-orange-200\\/15 { + border-left-color: #fed7aa26; +} + .border-l-orange-200\\/20 { border-left-color: #fed7aa33; } @@ -243820,10 +334712,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fed7aa4d; } +.border-l-orange-200\\/35 { + border-left-color: #fed7aa59; +} + .border-l-orange-200\\/40 { border-left-color: #fed7aa66; } +.border-l-orange-200\\/45 { + border-left-color: #fed7aa73; +} + .border-l-orange-200\\/5 { border-left-color: #fed7aa0d; } @@ -243832,10 +334732,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fed7aa80; } +.border-l-orange-200\\/55 { + border-left-color: #fed7aa8c; +} + .border-l-orange-200\\/60 { border-left-color: #fed7aa99; } +.border-l-orange-200\\/65 { + border-left-color: #fed7aaa6; +} + .border-l-orange-200\\/70 { border-left-color: #fed7aab3; } @@ -243848,6 +334756,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fed7aacc; } +.border-l-orange-200\\/85 { + border-left-color: #fed7aad9; +} + .border-l-orange-200\\/90 { border-left-color: #fed7aae6; } @@ -243873,6 +334785,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdba74; } +.border-l-orange-300\\/15 { + border-left-color: #fdba7426; +} + .border-l-orange-300\\/20 { border-left-color: #fdba7433; } @@ -243885,10 +334801,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdba744d; } +.border-l-orange-300\\/35 { + border-left-color: #fdba7459; +} + .border-l-orange-300\\/40 { border-left-color: #fdba7466; } +.border-l-orange-300\\/45 { + border-left-color: #fdba7473; +} + .border-l-orange-300\\/5 { border-left-color: #fdba740d; } @@ -243897,10 +334821,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdba7480; } +.border-l-orange-300\\/55 { + border-left-color: #fdba748c; +} + .border-l-orange-300\\/60 { border-left-color: #fdba7499; } +.border-l-orange-300\\/65 { + border-left-color: #fdba74a6; +} + .border-l-orange-300\\/70 { border-left-color: #fdba74b3; } @@ -243913,6 +334845,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdba74cc; } +.border-l-orange-300\\/85 { + border-left-color: #fdba74d9; +} + .border-l-orange-300\\/90 { border-left-color: #fdba74e6; } @@ -243938,6 +334874,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb923c; } +.border-l-orange-400\\/15 { + border-left-color: #fb923c26; +} + .border-l-orange-400\\/20 { border-left-color: #fb923c33; } @@ -243950,10 +334890,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb923c4d; } +.border-l-orange-400\\/35 { + border-left-color: #fb923c59; +} + .border-l-orange-400\\/40 { border-left-color: #fb923c66; } +.border-l-orange-400\\/45 { + border-left-color: #fb923c73; +} + .border-l-orange-400\\/5 { border-left-color: #fb923c0d; } @@ -243962,10 +334910,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb923c80; } +.border-l-orange-400\\/55 { + border-left-color: #fb923c8c; +} + .border-l-orange-400\\/60 { border-left-color: #fb923c99; } +.border-l-orange-400\\/65 { + border-left-color: #fb923ca6; +} + .border-l-orange-400\\/70 { border-left-color: #fb923cb3; } @@ -243978,6 +334934,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb923ccc; } +.border-l-orange-400\\/85 { + border-left-color: #fb923cd9; +} + .border-l-orange-400\\/90 { border-left-color: #fb923ce6; } @@ -244003,6 +334963,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff7ed; } +.border-l-orange-50\\/15 { + border-left-color: #fff7ed26; +} + .border-l-orange-50\\/20 { border-left-color: #fff7ed33; } @@ -244015,10 +334979,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff7ed4d; } +.border-l-orange-50\\/35 { + border-left-color: #fff7ed59; +} + .border-l-orange-50\\/40 { border-left-color: #fff7ed66; } +.border-l-orange-50\\/45 { + border-left-color: #fff7ed73; +} + .border-l-orange-50\\/5 { border-left-color: #fff7ed0d; } @@ -244027,10 +334999,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff7ed80; } +.border-l-orange-50\\/55 { + border-left-color: #fff7ed8c; +} + .border-l-orange-50\\/60 { border-left-color: #fff7ed99; } +.border-l-orange-50\\/65 { + border-left-color: #fff7eda6; +} + .border-l-orange-50\\/70 { border-left-color: #fff7edb3; } @@ -244043,6 +335023,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff7edcc; } +.border-l-orange-50\\/85 { + border-left-color: #fff7edd9; +} + .border-l-orange-50\\/90 { border-left-color: #fff7ede6; } @@ -244068,6 +335052,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f97316; } +.border-l-orange-500\\/15 { + border-left-color: #f9731626; +} + .border-l-orange-500\\/20 { border-left-color: #f9731633; } @@ -244080,10 +335068,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f973164d; } +.border-l-orange-500\\/35 { + border-left-color: #f9731659; +} + .border-l-orange-500\\/40 { border-left-color: #f9731666; } +.border-l-orange-500\\/45 { + border-left-color: #f9731673; +} + .border-l-orange-500\\/5 { border-left-color: #f973160d; } @@ -244092,10 +335088,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9731680; } +.border-l-orange-500\\/55 { + border-left-color: #f973168c; +} + .border-l-orange-500\\/60 { border-left-color: #f9731699; } +.border-l-orange-500\\/65 { + border-left-color: #f97316a6; +} + .border-l-orange-500\\/70 { border-left-color: #f97316b3; } @@ -244108,6 +335112,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f97316cc; } +.border-l-orange-500\\/85 { + border-left-color: #f97316d9; +} + .border-l-orange-500\\/90 { border-left-color: #f97316e6; } @@ -244133,6 +335141,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ea580c; } +.border-l-orange-600\\/15 { + border-left-color: #ea580c26; +} + .border-l-orange-600\\/20 { border-left-color: #ea580c33; } @@ -244145,10 +335157,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ea580c4d; } +.border-l-orange-600\\/35 { + border-left-color: #ea580c59; +} + .border-l-orange-600\\/40 { border-left-color: #ea580c66; } +.border-l-orange-600\\/45 { + border-left-color: #ea580c73; +} + .border-l-orange-600\\/5 { border-left-color: #ea580c0d; } @@ -244157,10 +335177,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ea580c80; } +.border-l-orange-600\\/55 { + border-left-color: #ea580c8c; +} + .border-l-orange-600\\/60 { border-left-color: #ea580c99; } +.border-l-orange-600\\/65 { + border-left-color: #ea580ca6; +} + .border-l-orange-600\\/70 { border-left-color: #ea580cb3; } @@ -244173,6 +335201,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ea580ccc; } +.border-l-orange-600\\/85 { + border-left-color: #ea580cd9; +} + .border-l-orange-600\\/90 { border-left-color: #ea580ce6; } @@ -244198,6 +335230,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c2410c; } +.border-l-orange-700\\/15 { + border-left-color: #c2410c26; +} + .border-l-orange-700\\/20 { border-left-color: #c2410c33; } @@ -244210,10 +335246,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c2410c4d; } +.border-l-orange-700\\/35 { + border-left-color: #c2410c59; +} + .border-l-orange-700\\/40 { border-left-color: #c2410c66; } +.border-l-orange-700\\/45 { + border-left-color: #c2410c73; +} + .border-l-orange-700\\/5 { border-left-color: #c2410c0d; } @@ -244222,10 +335266,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c2410c80; } +.border-l-orange-700\\/55 { + border-left-color: #c2410c8c; +} + .border-l-orange-700\\/60 { border-left-color: #c2410c99; } +.border-l-orange-700\\/65 { + border-left-color: #c2410ca6; +} + .border-l-orange-700\\/70 { border-left-color: #c2410cb3; } @@ -244238,6 +335290,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c2410ccc; } +.border-l-orange-700\\/85 { + border-left-color: #c2410cd9; +} + .border-l-orange-700\\/90 { border-left-color: #c2410ce6; } @@ -244263,6 +335319,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9a3412; } +.border-l-orange-800\\/15 { + border-left-color: #9a341226; +} + .border-l-orange-800\\/20 { border-left-color: #9a341233; } @@ -244275,10 +335335,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9a34124d; } +.border-l-orange-800\\/35 { + border-left-color: #9a341259; +} + .border-l-orange-800\\/40 { border-left-color: #9a341266; } +.border-l-orange-800\\/45 { + border-left-color: #9a341273; +} + .border-l-orange-800\\/5 { border-left-color: #9a34120d; } @@ -244287,10 +335355,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9a341280; } +.border-l-orange-800\\/55 { + border-left-color: #9a34128c; +} + .border-l-orange-800\\/60 { border-left-color: #9a341299; } +.border-l-orange-800\\/65 { + border-left-color: #9a3412a6; +} + .border-l-orange-800\\/70 { border-left-color: #9a3412b3; } @@ -244303,6 +335379,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9a3412cc; } +.border-l-orange-800\\/85 { + border-left-color: #9a3412d9; +} + .border-l-orange-800\\/90 { border-left-color: #9a3412e6; } @@ -244328,6 +335408,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c2d12; } +.border-l-orange-900\\/15 { + border-left-color: #7c2d1226; +} + .border-l-orange-900\\/20 { border-left-color: #7c2d1233; } @@ -244340,10 +335424,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c2d124d; } +.border-l-orange-900\\/35 { + border-left-color: #7c2d1259; +} + .border-l-orange-900\\/40 { border-left-color: #7c2d1266; } +.border-l-orange-900\\/45 { + border-left-color: #7c2d1273; +} + .border-l-orange-900\\/5 { border-left-color: #7c2d120d; } @@ -244352,10 +335444,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c2d1280; } +.border-l-orange-900\\/55 { + border-left-color: #7c2d128c; +} + .border-l-orange-900\\/60 { border-left-color: #7c2d1299; } +.border-l-orange-900\\/65 { + border-left-color: #7c2d12a6; +} + .border-l-orange-900\\/70 { border-left-color: #7c2d12b3; } @@ -244368,6 +335468,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c2d12cc; } +.border-l-orange-900\\/85 { + border-left-color: #7c2d12d9; +} + .border-l-orange-900\\/90 { border-left-color: #7c2d12e6; } @@ -244393,6 +335497,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #431407; } +.border-l-orange-950\\/15 { + border-left-color: #43140726; +} + .border-l-orange-950\\/20 { border-left-color: #43140733; } @@ -244405,10 +335513,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4314074d; } +.border-l-orange-950\\/35 { + border-left-color: #43140759; +} + .border-l-orange-950\\/40 { border-left-color: #43140766; } +.border-l-orange-950\\/45 { + border-left-color: #43140773; +} + .border-l-orange-950\\/5 { border-left-color: #4314070d; } @@ -244417,10 +335533,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #43140780; } +.border-l-orange-950\\/55 { + border-left-color: #4314078c; +} + .border-l-orange-950\\/60 { border-left-color: #43140799; } +.border-l-orange-950\\/65 { + border-left-color: #431407a6; +} + .border-l-orange-950\\/70 { border-left-color: #431407b3; } @@ -244433,6 +335557,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #431407cc; } +.border-l-orange-950\\/85 { + border-left-color: #431407d9; +} + .border-l-orange-950\\/90 { border-left-color: #431407e6; } @@ -244458,6 +335586,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fce7f3; } +.border-l-pink-100\\/15 { + border-left-color: #fce7f326; +} + .border-l-pink-100\\/20 { border-left-color: #fce7f333; } @@ -244470,10 +335602,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fce7f34d; } +.border-l-pink-100\\/35 { + border-left-color: #fce7f359; +} + .border-l-pink-100\\/40 { border-left-color: #fce7f366; } +.border-l-pink-100\\/45 { + border-left-color: #fce7f373; +} + .border-l-pink-100\\/5 { border-left-color: #fce7f30d; } @@ -244482,10 +335622,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fce7f380; } +.border-l-pink-100\\/55 { + border-left-color: #fce7f38c; +} + .border-l-pink-100\\/60 { border-left-color: #fce7f399; } +.border-l-pink-100\\/65 { + border-left-color: #fce7f3a6; +} + .border-l-pink-100\\/70 { border-left-color: #fce7f3b3; } @@ -244498,6 +335646,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fce7f3cc; } +.border-l-pink-100\\/85 { + border-left-color: #fce7f3d9; +} + .border-l-pink-100\\/90 { border-left-color: #fce7f3e6; } @@ -244523,6 +335675,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbcfe8; } +.border-l-pink-200\\/15 { + border-left-color: #fbcfe826; +} + .border-l-pink-200\\/20 { border-left-color: #fbcfe833; } @@ -244535,10 +335691,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbcfe84d; } +.border-l-pink-200\\/35 { + border-left-color: #fbcfe859; +} + .border-l-pink-200\\/40 { border-left-color: #fbcfe866; } +.border-l-pink-200\\/45 { + border-left-color: #fbcfe873; +} + .border-l-pink-200\\/5 { border-left-color: #fbcfe80d; } @@ -244547,10 +335711,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbcfe880; } +.border-l-pink-200\\/55 { + border-left-color: #fbcfe88c; +} + .border-l-pink-200\\/60 { border-left-color: #fbcfe899; } +.border-l-pink-200\\/65 { + border-left-color: #fbcfe8a6; +} + .border-l-pink-200\\/70 { border-left-color: #fbcfe8b3; } @@ -244563,6 +335735,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fbcfe8cc; } +.border-l-pink-200\\/85 { + border-left-color: #fbcfe8d9; +} + .border-l-pink-200\\/90 { border-left-color: #fbcfe8e6; } @@ -244588,6 +335764,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9a8d4; } +.border-l-pink-300\\/15 { + border-left-color: #f9a8d426; +} + .border-l-pink-300\\/20 { border-left-color: #f9a8d433; } @@ -244600,10 +335780,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9a8d44d; } +.border-l-pink-300\\/35 { + border-left-color: #f9a8d459; +} + .border-l-pink-300\\/40 { border-left-color: #f9a8d466; } +.border-l-pink-300\\/45 { + border-left-color: #f9a8d473; +} + .border-l-pink-300\\/5 { border-left-color: #f9a8d40d; } @@ -244612,10 +335800,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9a8d480; } +.border-l-pink-300\\/55 { + border-left-color: #f9a8d48c; +} + .border-l-pink-300\\/60 { border-left-color: #f9a8d499; } +.border-l-pink-300\\/65 { + border-left-color: #f9a8d4a6; +} + .border-l-pink-300\\/70 { border-left-color: #f9a8d4b3; } @@ -244628,6 +335824,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f9a8d4cc; } +.border-l-pink-300\\/85 { + border-left-color: #f9a8d4d9; +} + .border-l-pink-300\\/90 { border-left-color: #f9a8d4e6; } @@ -244653,6 +335853,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f472b6; } +.border-l-pink-400\\/15 { + border-left-color: #f472b626; +} + .border-l-pink-400\\/20 { border-left-color: #f472b633; } @@ -244665,10 +335869,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f472b64d; } +.border-l-pink-400\\/35 { + border-left-color: #f472b659; +} + .border-l-pink-400\\/40 { border-left-color: #f472b666; } +.border-l-pink-400\\/45 { + border-left-color: #f472b673; +} + .border-l-pink-400\\/5 { border-left-color: #f472b60d; } @@ -244677,10 +335889,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f472b680; } +.border-l-pink-400\\/55 { + border-left-color: #f472b68c; +} + .border-l-pink-400\\/60 { border-left-color: #f472b699; } +.border-l-pink-400\\/65 { + border-left-color: #f472b6a6; +} + .border-l-pink-400\\/70 { border-left-color: #f472b6b3; } @@ -244693,6 +335913,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f472b6cc; } +.border-l-pink-400\\/85 { + border-left-color: #f472b6d9; +} + .border-l-pink-400\\/90 { border-left-color: #f472b6e6; } @@ -244718,6 +335942,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf2f8; } +.border-l-pink-50\\/15 { + border-left-color: #fdf2f826; +} + .border-l-pink-50\\/20 { border-left-color: #fdf2f833; } @@ -244730,10 +335958,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf2f84d; } +.border-l-pink-50\\/35 { + border-left-color: #fdf2f859; +} + .border-l-pink-50\\/40 { border-left-color: #fdf2f866; } +.border-l-pink-50\\/45 { + border-left-color: #fdf2f873; +} + .border-l-pink-50\\/5 { border-left-color: #fdf2f80d; } @@ -244742,10 +335978,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf2f880; } +.border-l-pink-50\\/55 { + border-left-color: #fdf2f88c; +} + .border-l-pink-50\\/60 { border-left-color: #fdf2f899; } +.border-l-pink-50\\/65 { + border-left-color: #fdf2f8a6; +} + .border-l-pink-50\\/70 { border-left-color: #fdf2f8b3; } @@ -244758,6 +336002,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fdf2f8cc; } +.border-l-pink-50\\/85 { + border-left-color: #fdf2f8d9; +} + .border-l-pink-50\\/90 { border-left-color: #fdf2f8e6; } @@ -244783,6 +336031,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ec4899; } +.border-l-pink-500\\/15 { + border-left-color: #ec489926; +} + .border-l-pink-500\\/20 { border-left-color: #ec489933; } @@ -244795,10 +336047,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ec48994d; } +.border-l-pink-500\\/35 { + border-left-color: #ec489959; +} + .border-l-pink-500\\/40 { border-left-color: #ec489966; } +.border-l-pink-500\\/45 { + border-left-color: #ec489973; +} + .border-l-pink-500\\/5 { border-left-color: #ec48990d; } @@ -244807,10 +336067,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ec489980; } +.border-l-pink-500\\/55 { + border-left-color: #ec48998c; +} + .border-l-pink-500\\/60 { border-left-color: #ec489999; } +.border-l-pink-500\\/65 { + border-left-color: #ec4899a6; +} + .border-l-pink-500\\/70 { border-left-color: #ec4899b3; } @@ -244823,6 +336091,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ec4899cc; } +.border-l-pink-500\\/85 { + border-left-color: #ec4899d9; +} + .border-l-pink-500\\/90 { border-left-color: #ec4899e6; } @@ -244848,6 +336120,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #db2777; } +.border-l-pink-600\\/15 { + border-left-color: #db277726; +} + .border-l-pink-600\\/20 { border-left-color: #db277733; } @@ -244860,10 +336136,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #db27774d; } +.border-l-pink-600\\/35 { + border-left-color: #db277759; +} + .border-l-pink-600\\/40 { border-left-color: #db277766; } +.border-l-pink-600\\/45 { + border-left-color: #db277773; +} + .border-l-pink-600\\/5 { border-left-color: #db27770d; } @@ -244872,10 +336156,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #db277780; } +.border-l-pink-600\\/55 { + border-left-color: #db27778c; +} + .border-l-pink-600\\/60 { border-left-color: #db277799; } +.border-l-pink-600\\/65 { + border-left-color: #db2777a6; +} + .border-l-pink-600\\/70 { border-left-color: #db2777b3; } @@ -244888,6 +336180,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #db2777cc; } +.border-l-pink-600\\/85 { + border-left-color: #db2777d9; +} + .border-l-pink-600\\/90 { border-left-color: #db2777e6; } @@ -244913,6 +336209,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be185d; } +.border-l-pink-700\\/15 { + border-left-color: #be185d26; +} + .border-l-pink-700\\/20 { border-left-color: #be185d33; } @@ -244925,10 +336225,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be185d4d; } +.border-l-pink-700\\/35 { + border-left-color: #be185d59; +} + .border-l-pink-700\\/40 { border-left-color: #be185d66; } +.border-l-pink-700\\/45 { + border-left-color: #be185d73; +} + .border-l-pink-700\\/5 { border-left-color: #be185d0d; } @@ -244937,10 +336245,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be185d80; } +.border-l-pink-700\\/55 { + border-left-color: #be185d8c; +} + .border-l-pink-700\\/60 { border-left-color: #be185d99; } +.border-l-pink-700\\/65 { + border-left-color: #be185da6; +} + .border-l-pink-700\\/70 { border-left-color: #be185db3; } @@ -244953,6 +336269,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be185dcc; } +.border-l-pink-700\\/85 { + border-left-color: #be185dd9; +} + .border-l-pink-700\\/90 { border-left-color: #be185de6; } @@ -244978,6 +336298,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9d174d; } +.border-l-pink-800\\/15 { + border-left-color: #9d174d26; +} + .border-l-pink-800\\/20 { border-left-color: #9d174d33; } @@ -244990,10 +336314,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9d174d4d; } +.border-l-pink-800\\/35 { + border-left-color: #9d174d59; +} + .border-l-pink-800\\/40 { border-left-color: #9d174d66; } +.border-l-pink-800\\/45 { + border-left-color: #9d174d73; +} + .border-l-pink-800\\/5 { border-left-color: #9d174d0d; } @@ -245002,10 +336334,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9d174d80; } +.border-l-pink-800\\/55 { + border-left-color: #9d174d8c; +} + .border-l-pink-800\\/60 { border-left-color: #9d174d99; } +.border-l-pink-800\\/65 { + border-left-color: #9d174da6; +} + .border-l-pink-800\\/70 { border-left-color: #9d174db3; } @@ -245018,6 +336358,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9d174dcc; } +.border-l-pink-800\\/85 { + border-left-color: #9d174dd9; +} + .border-l-pink-800\\/90 { border-left-color: #9d174de6; } @@ -245043,6 +336387,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #831843; } +.border-l-pink-900\\/15 { + border-left-color: #83184326; +} + .border-l-pink-900\\/20 { border-left-color: #83184333; } @@ -245055,10 +336403,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #8318434d; } +.border-l-pink-900\\/35 { + border-left-color: #83184359; +} + .border-l-pink-900\\/40 { border-left-color: #83184366; } +.border-l-pink-900\\/45 { + border-left-color: #83184373; +} + .border-l-pink-900\\/5 { border-left-color: #8318430d; } @@ -245067,10 +336423,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #83184380; } +.border-l-pink-900\\/55 { + border-left-color: #8318438c; +} + .border-l-pink-900\\/60 { border-left-color: #83184399; } +.border-l-pink-900\\/65 { + border-left-color: #831843a6; +} + .border-l-pink-900\\/70 { border-left-color: #831843b3; } @@ -245083,6 +336447,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #831843cc; } +.border-l-pink-900\\/85 { + border-left-color: #831843d9; +} + .border-l-pink-900\\/90 { border-left-color: #831843e6; } @@ -245108,6 +336476,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #500724; } +.border-l-pink-950\\/15 { + border-left-color: #50072426; +} + .border-l-pink-950\\/20 { border-left-color: #50072433; } @@ -245120,10 +336492,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5007244d; } +.border-l-pink-950\\/35 { + border-left-color: #50072459; +} + .border-l-pink-950\\/40 { border-left-color: #50072466; } +.border-l-pink-950\\/45 { + border-left-color: #50072473; +} + .border-l-pink-950\\/5 { border-left-color: #5007240d; } @@ -245132,10 +336512,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #50072480; } +.border-l-pink-950\\/55 { + border-left-color: #5007248c; +} + .border-l-pink-950\\/60 { border-left-color: #50072499; } +.border-l-pink-950\\/65 { + border-left-color: #500724a6; +} + .border-l-pink-950\\/70 { border-left-color: #500724b3; } @@ -245148,6 +336536,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #500724cc; } +.border-l-pink-950\\/85 { + border-left-color: #500724d9; +} + .border-l-pink-950\\/90 { border-left-color: #500724e6; } @@ -245173,6 +336565,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3e8ff; } +.border-l-purple-100\\/15 { + border-left-color: #f3e8ff26; +} + .border-l-purple-100\\/20 { border-left-color: #f3e8ff33; } @@ -245185,10 +336581,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3e8ff4d; } +.border-l-purple-100\\/35 { + border-left-color: #f3e8ff59; +} + .border-l-purple-100\\/40 { border-left-color: #f3e8ff66; } +.border-l-purple-100\\/45 { + border-left-color: #f3e8ff73; +} + .border-l-purple-100\\/5 { border-left-color: #f3e8ff0d; } @@ -245197,10 +336601,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3e8ff80; } +.border-l-purple-100\\/55 { + border-left-color: #f3e8ff8c; +} + .border-l-purple-100\\/60 { border-left-color: #f3e8ff99; } +.border-l-purple-100\\/65 { + border-left-color: #f3e8ffa6; +} + .border-l-purple-100\\/70 { border-left-color: #f3e8ffb3; } @@ -245213,6 +336625,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f3e8ffcc; } +.border-l-purple-100\\/85 { + border-left-color: #f3e8ffd9; +} + .border-l-purple-100\\/90 { border-left-color: #f3e8ffe6; } @@ -245238,6 +336654,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e9d5ff; } +.border-l-purple-200\\/15 { + border-left-color: #e9d5ff26; +} + .border-l-purple-200\\/20 { border-left-color: #e9d5ff33; } @@ -245250,10 +336670,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e9d5ff4d; } +.border-l-purple-200\\/35 { + border-left-color: #e9d5ff59; +} + .border-l-purple-200\\/40 { border-left-color: #e9d5ff66; } +.border-l-purple-200\\/45 { + border-left-color: #e9d5ff73; +} + .border-l-purple-200\\/5 { border-left-color: #e9d5ff0d; } @@ -245262,10 +336690,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e9d5ff80; } +.border-l-purple-200\\/55 { + border-left-color: #e9d5ff8c; +} + .border-l-purple-200\\/60 { border-left-color: #e9d5ff99; } +.border-l-purple-200\\/65 { + border-left-color: #e9d5ffa6; +} + .border-l-purple-200\\/70 { border-left-color: #e9d5ffb3; } @@ -245278,6 +336714,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e9d5ffcc; } +.border-l-purple-200\\/85 { + border-left-color: #e9d5ffd9; +} + .border-l-purple-200\\/90 { border-left-color: #e9d5ffe6; } @@ -245303,6 +336743,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d8b4fe; } +.border-l-purple-300\\/15 { + border-left-color: #d8b4fe26; +} + .border-l-purple-300\\/20 { border-left-color: #d8b4fe33; } @@ -245315,10 +336759,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d8b4fe4d; } +.border-l-purple-300\\/35 { + border-left-color: #d8b4fe59; +} + .border-l-purple-300\\/40 { border-left-color: #d8b4fe66; } +.border-l-purple-300\\/45 { + border-left-color: #d8b4fe73; +} + .border-l-purple-300\\/5 { border-left-color: #d8b4fe0d; } @@ -245327,10 +336779,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d8b4fe80; } +.border-l-purple-300\\/55 { + border-left-color: #d8b4fe8c; +} + .border-l-purple-300\\/60 { border-left-color: #d8b4fe99; } +.border-l-purple-300\\/65 { + border-left-color: #d8b4fea6; +} + .border-l-purple-300\\/70 { border-left-color: #d8b4feb3; } @@ -245343,6 +336803,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d8b4fecc; } +.border-l-purple-300\\/85 { + border-left-color: #d8b4fed9; +} + .border-l-purple-300\\/90 { border-left-color: #d8b4fee6; } @@ -245368,6 +336832,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c084fc; } +.border-l-purple-400\\/15 { + border-left-color: #c084fc26; +} + .border-l-purple-400\\/20 { border-left-color: #c084fc33; } @@ -245380,10 +336848,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c084fc4d; } +.border-l-purple-400\\/35 { + border-left-color: #c084fc59; +} + .border-l-purple-400\\/40 { border-left-color: #c084fc66; } +.border-l-purple-400\\/45 { + border-left-color: #c084fc73; +} + .border-l-purple-400\\/5 { border-left-color: #c084fc0d; } @@ -245392,10 +336868,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c084fc80; } +.border-l-purple-400\\/55 { + border-left-color: #c084fc8c; +} + .border-l-purple-400\\/60 { border-left-color: #c084fc99; } +.border-l-purple-400\\/65 { + border-left-color: #c084fca6; +} + .border-l-purple-400\\/70 { border-left-color: #c084fcb3; } @@ -245408,6 +336892,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c084fccc; } +.border-l-purple-400\\/85 { + border-left-color: #c084fcd9; +} + .border-l-purple-400\\/90 { border-left-color: #c084fce6; } @@ -245433,6 +336921,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #faf5ff; } +.border-l-purple-50\\/15 { + border-left-color: #faf5ff26; +} + .border-l-purple-50\\/20 { border-left-color: #faf5ff33; } @@ -245445,10 +336937,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #faf5ff4d; } +.border-l-purple-50\\/35 { + border-left-color: #faf5ff59; +} + .border-l-purple-50\\/40 { border-left-color: #faf5ff66; } +.border-l-purple-50\\/45 { + border-left-color: #faf5ff73; +} + .border-l-purple-50\\/5 { border-left-color: #faf5ff0d; } @@ -245457,10 +336957,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #faf5ff80; } +.border-l-purple-50\\/55 { + border-left-color: #faf5ff8c; +} + .border-l-purple-50\\/60 { border-left-color: #faf5ff99; } +.border-l-purple-50\\/65 { + border-left-color: #faf5ffa6; +} + .border-l-purple-50\\/70 { border-left-color: #faf5ffb3; } @@ -245473,6 +336981,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #faf5ffcc; } +.border-l-purple-50\\/85 { + border-left-color: #faf5ffd9; +} + .border-l-purple-50\\/90 { border-left-color: #faf5ffe6; } @@ -245498,6 +337010,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a855f7; } +.border-l-purple-500\\/15 { + border-left-color: #a855f726; +} + .border-l-purple-500\\/20 { border-left-color: #a855f733; } @@ -245510,10 +337026,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a855f74d; } +.border-l-purple-500\\/35 { + border-left-color: #a855f759; +} + .border-l-purple-500\\/40 { border-left-color: #a855f766; } +.border-l-purple-500\\/45 { + border-left-color: #a855f773; +} + .border-l-purple-500\\/5 { border-left-color: #a855f70d; } @@ -245522,10 +337046,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a855f780; } +.border-l-purple-500\\/55 { + border-left-color: #a855f78c; +} + .border-l-purple-500\\/60 { border-left-color: #a855f799; } +.border-l-purple-500\\/65 { + border-left-color: #a855f7a6; +} + .border-l-purple-500\\/70 { border-left-color: #a855f7b3; } @@ -245538,6 +337070,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a855f7cc; } +.border-l-purple-500\\/85 { + border-left-color: #a855f7d9; +} + .border-l-purple-500\\/90 { border-left-color: #a855f7e6; } @@ -245563,6 +337099,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9333ea; } +.border-l-purple-600\\/15 { + border-left-color: #9333ea26; +} + .border-l-purple-600\\/20 { border-left-color: #9333ea33; } @@ -245575,10 +337115,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9333ea4d; } +.border-l-purple-600\\/35 { + border-left-color: #9333ea59; +} + .border-l-purple-600\\/40 { border-left-color: #9333ea66; } +.border-l-purple-600\\/45 { + border-left-color: #9333ea73; +} + .border-l-purple-600\\/5 { border-left-color: #9333ea0d; } @@ -245587,10 +337135,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9333ea80; } +.border-l-purple-600\\/55 { + border-left-color: #9333ea8c; +} + .border-l-purple-600\\/60 { border-left-color: #9333ea99; } +.border-l-purple-600\\/65 { + border-left-color: #9333eaa6; +} + .border-l-purple-600\\/70 { border-left-color: #9333eab3; } @@ -245603,6 +337159,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9333eacc; } +.border-l-purple-600\\/85 { + border-left-color: #9333ead9; +} + .border-l-purple-600\\/90 { border-left-color: #9333eae6; } @@ -245628,6 +337188,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7e22ce; } +.border-l-purple-700\\/15 { + border-left-color: #7e22ce26; +} + .border-l-purple-700\\/20 { border-left-color: #7e22ce33; } @@ -245640,10 +337204,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7e22ce4d; } +.border-l-purple-700\\/35 { + border-left-color: #7e22ce59; +} + .border-l-purple-700\\/40 { border-left-color: #7e22ce66; } +.border-l-purple-700\\/45 { + border-left-color: #7e22ce73; +} + .border-l-purple-700\\/5 { border-left-color: #7e22ce0d; } @@ -245652,10 +337224,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7e22ce80; } +.border-l-purple-700\\/55 { + border-left-color: #7e22ce8c; +} + .border-l-purple-700\\/60 { border-left-color: #7e22ce99; } +.border-l-purple-700\\/65 { + border-left-color: #7e22cea6; +} + .border-l-purple-700\\/70 { border-left-color: #7e22ceb3; } @@ -245668,6 +337248,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7e22cecc; } +.border-l-purple-700\\/85 { + border-left-color: #7e22ced9; +} + .border-l-purple-700\\/90 { border-left-color: #7e22cee6; } @@ -245693,6 +337277,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b21a8; } +.border-l-purple-800\\/15 { + border-left-color: #6b21a826; +} + .border-l-purple-800\\/20 { border-left-color: #6b21a833; } @@ -245705,10 +337293,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b21a84d; } +.border-l-purple-800\\/35 { + border-left-color: #6b21a859; +} + .border-l-purple-800\\/40 { border-left-color: #6b21a866; } +.border-l-purple-800\\/45 { + border-left-color: #6b21a873; +} + .border-l-purple-800\\/5 { border-left-color: #6b21a80d; } @@ -245717,10 +337313,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b21a880; } +.border-l-purple-800\\/55 { + border-left-color: #6b21a88c; +} + .border-l-purple-800\\/60 { border-left-color: #6b21a899; } +.border-l-purple-800\\/65 { + border-left-color: #6b21a8a6; +} + .border-l-purple-800\\/70 { border-left-color: #6b21a8b3; } @@ -245733,6 +337337,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6b21a8cc; } +.border-l-purple-800\\/85 { + border-left-color: #6b21a8d9; +} + .border-l-purple-800\\/90 { border-left-color: #6b21a8e6; } @@ -245758,6 +337366,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #581c87; } +.border-l-purple-900\\/15 { + border-left-color: #581c8726; +} + .border-l-purple-900\\/20 { border-left-color: #581c8733; } @@ -245770,10 +337382,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #581c874d; } +.border-l-purple-900\\/35 { + border-left-color: #581c8759; +} + .border-l-purple-900\\/40 { border-left-color: #581c8766; } +.border-l-purple-900\\/45 { + border-left-color: #581c8773; +} + .border-l-purple-900\\/5 { border-left-color: #581c870d; } @@ -245782,10 +337402,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #581c8780; } +.border-l-purple-900\\/55 { + border-left-color: #581c878c; +} + .border-l-purple-900\\/60 { border-left-color: #581c8799; } +.border-l-purple-900\\/65 { + border-left-color: #581c87a6; +} + .border-l-purple-900\\/70 { border-left-color: #581c87b3; } @@ -245798,6 +337426,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #581c87cc; } +.border-l-purple-900\\/85 { + border-left-color: #581c87d9; +} + .border-l-purple-900\\/90 { border-left-color: #581c87e6; } @@ -245823,6 +337455,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b0764; } +.border-l-purple-950\\/15 { + border-left-color: #3b076426; +} + .border-l-purple-950\\/20 { border-left-color: #3b076433; } @@ -245835,10 +337471,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b07644d; } +.border-l-purple-950\\/35 { + border-left-color: #3b076459; +} + .border-l-purple-950\\/40 { border-left-color: #3b076466; } +.border-l-purple-950\\/45 { + border-left-color: #3b076473; +} + .border-l-purple-950\\/5 { border-left-color: #3b07640d; } @@ -245847,10 +337491,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b076480; } +.border-l-purple-950\\/55 { + border-left-color: #3b07648c; +} + .border-l-purple-950\\/60 { border-left-color: #3b076499; } +.border-l-purple-950\\/65 { + border-left-color: #3b0764a6; +} + .border-l-purple-950\\/70 { border-left-color: #3b0764b3; } @@ -245863,6 +337515,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3b0764cc; } +.border-l-purple-950\\/85 { + border-left-color: #3b0764d9; +} + .border-l-purple-950\\/90 { border-left-color: #3b0764e6; } @@ -245888,6 +337544,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fee2e2; } +.border-l-red-100\\/15 { + border-left-color: #fee2e226; +} + .border-l-red-100\\/20 { border-left-color: #fee2e233; } @@ -245900,10 +337560,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fee2e24d; } +.border-l-red-100\\/35 { + border-left-color: #fee2e259; +} + .border-l-red-100\\/40 { border-left-color: #fee2e266; } +.border-l-red-100\\/45 { + border-left-color: #fee2e273; +} + .border-l-red-100\\/5 { border-left-color: #fee2e20d; } @@ -245912,10 +337580,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fee2e280; } +.border-l-red-100\\/55 { + border-left-color: #fee2e28c; +} + .border-l-red-100\\/60 { border-left-color: #fee2e299; } +.border-l-red-100\\/65 { + border-left-color: #fee2e2a6; +} + .border-l-red-100\\/70 { border-left-color: #fee2e2b3; } @@ -245928,6 +337604,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fee2e2cc; } +.border-l-red-100\\/85 { + border-left-color: #fee2e2d9; +} + .border-l-red-100\\/90 { border-left-color: #fee2e2e6; } @@ -245953,6 +337633,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecaca; } +.border-l-red-200\\/15 { + border-left-color: #fecaca26; +} + .border-l-red-200\\/20 { border-left-color: #fecaca33; } @@ -245965,10 +337649,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecaca4d; } +.border-l-red-200\\/35 { + border-left-color: #fecaca59; +} + .border-l-red-200\\/40 { border-left-color: #fecaca66; } +.border-l-red-200\\/45 { + border-left-color: #fecaca73; +} + .border-l-red-200\\/5 { border-left-color: #fecaca0d; } @@ -245977,10 +337669,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecaca80; } +.border-l-red-200\\/55 { + border-left-color: #fecaca8c; +} + .border-l-red-200\\/60 { border-left-color: #fecaca99; } +.border-l-red-200\\/65 { + border-left-color: #fecacaa6; +} + .border-l-red-200\\/70 { border-left-color: #fecacab3; } @@ -245993,6 +337693,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecacacc; } +.border-l-red-200\\/85 { + border-left-color: #fecacad9; +} + .border-l-red-200\\/90 { border-left-color: #fecacae6; } @@ -246018,6 +337722,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fca5a5; } +.border-l-red-300\\/15 { + border-left-color: #fca5a526; +} + .border-l-red-300\\/20 { border-left-color: #fca5a533; } @@ -246030,10 +337738,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fca5a54d; } +.border-l-red-300\\/35 { + border-left-color: #fca5a559; +} + .border-l-red-300\\/40 { border-left-color: #fca5a566; } +.border-l-red-300\\/45 { + border-left-color: #fca5a573; +} + .border-l-red-300\\/5 { border-left-color: #fca5a50d; } @@ -246042,10 +337758,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fca5a580; } +.border-l-red-300\\/55 { + border-left-color: #fca5a58c; +} + .border-l-red-300\\/60 { border-left-color: #fca5a599; } +.border-l-red-300\\/65 { + border-left-color: #fca5a5a6; +} + .border-l-red-300\\/70 { border-left-color: #fca5a5b3; } @@ -246058,6 +337782,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fca5a5cc; } +.border-l-red-300\\/85 { + border-left-color: #fca5a5d9; +} + .border-l-red-300\\/90 { border-left-color: #fca5a5e6; } @@ -246083,6 +337811,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f87171; } +.border-l-red-400\\/15 { + border-left-color: #f8717126; +} + .border-l-red-400\\/20 { border-left-color: #f8717133; } @@ -246095,10 +337827,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f871714d; } +.border-l-red-400\\/35 { + border-left-color: #f8717159; +} + .border-l-red-400\\/40 { border-left-color: #f8717166; } +.border-l-red-400\\/45 { + border-left-color: #f8717173; +} + .border-l-red-400\\/5 { border-left-color: #f871710d; } @@ -246107,10 +337847,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f8717180; } +.border-l-red-400\\/55 { + border-left-color: #f871718c; +} + .border-l-red-400\\/60 { border-left-color: #f8717199; } +.border-l-red-400\\/65 { + border-left-color: #f87171a6; +} + .border-l-red-400\\/70 { border-left-color: #f87171b3; } @@ -246123,6 +337871,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f87171cc; } +.border-l-red-400\\/85 { + border-left-color: #f87171d9; +} + .border-l-red-400\\/90 { border-left-color: #f87171e6; } @@ -246148,6 +337900,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef2f2; } +.border-l-red-50\\/15 { + border-left-color: #fef2f226; +} + .border-l-red-50\\/20 { border-left-color: #fef2f233; } @@ -246160,10 +337916,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef2f24d; } +.border-l-red-50\\/35 { + border-left-color: #fef2f259; +} + .border-l-red-50\\/40 { border-left-color: #fef2f266; } +.border-l-red-50\\/45 { + border-left-color: #fef2f273; +} + .border-l-red-50\\/5 { border-left-color: #fef2f20d; } @@ -246172,10 +337936,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef2f280; } +.border-l-red-50\\/55 { + border-left-color: #fef2f28c; +} + .border-l-red-50\\/60 { border-left-color: #fef2f299; } +.border-l-red-50\\/65 { + border-left-color: #fef2f2a6; +} + .border-l-red-50\\/70 { border-left-color: #fef2f2b3; } @@ -246188,6 +337960,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef2f2cc; } +.border-l-red-50\\/85 { + border-left-color: #fef2f2d9; +} + .border-l-red-50\\/90 { border-left-color: #fef2f2e6; } @@ -246213,6 +337989,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ef4444; } +.border-l-red-500\\/15 { + border-left-color: #ef444426; +} + .border-l-red-500\\/20 { border-left-color: #ef444433; } @@ -246225,10 +338005,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ef44444d; } +.border-l-red-500\\/35 { + border-left-color: #ef444459; +} + .border-l-red-500\\/40 { border-left-color: #ef444466; } +.border-l-red-500\\/45 { + border-left-color: #ef444473; +} + .border-l-red-500\\/5 { border-left-color: #ef44440d; } @@ -246237,10 +338025,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ef444480; } +.border-l-red-500\\/55 { + border-left-color: #ef44448c; +} + .border-l-red-500\\/60 { border-left-color: #ef444499; } +.border-l-red-500\\/65 { + border-left-color: #ef4444a6; +} + .border-l-red-500\\/70 { border-left-color: #ef4444b3; } @@ -246253,6 +338049,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ef4444cc; } +.border-l-red-500\\/85 { + border-left-color: #ef4444d9; +} + .border-l-red-500\\/90 { border-left-color: #ef4444e6; } @@ -246278,6 +338078,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dc2626; } +.border-l-red-600\\/15 { + border-left-color: #dc262626; +} + .border-l-red-600\\/20 { border-left-color: #dc262633; } @@ -246290,10 +338094,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dc26264d; } +.border-l-red-600\\/35 { + border-left-color: #dc262659; +} + .border-l-red-600\\/40 { border-left-color: #dc262666; } +.border-l-red-600\\/45 { + border-left-color: #dc262673; +} + .border-l-red-600\\/5 { border-left-color: #dc26260d; } @@ -246302,10 +338114,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dc262680; } +.border-l-red-600\\/55 { + border-left-color: #dc26268c; +} + .border-l-red-600\\/60 { border-left-color: #dc262699; } +.border-l-red-600\\/65 { + border-left-color: #dc2626a6; +} + .border-l-red-600\\/70 { border-left-color: #dc2626b3; } @@ -246318,6 +338138,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #dc2626cc; } +.border-l-red-600\\/85 { + border-left-color: #dc2626d9; +} + .border-l-red-600\\/90 { border-left-color: #dc2626e6; } @@ -246343,6 +338167,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b91c1c; } +.border-l-red-700\\/15 { + border-left-color: #b91c1c26; +} + .border-l-red-700\\/20 { border-left-color: #b91c1c33; } @@ -246355,10 +338183,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b91c1c4d; } +.border-l-red-700\\/35 { + border-left-color: #b91c1c59; +} + .border-l-red-700\\/40 { border-left-color: #b91c1c66; } +.border-l-red-700\\/45 { + border-left-color: #b91c1c73; +} + .border-l-red-700\\/5 { border-left-color: #b91c1c0d; } @@ -246367,10 +338203,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b91c1c80; } +.border-l-red-700\\/55 { + border-left-color: #b91c1c8c; +} + .border-l-red-700\\/60 { border-left-color: #b91c1c99; } +.border-l-red-700\\/65 { + border-left-color: #b91c1ca6; +} + .border-l-red-700\\/70 { border-left-color: #b91c1cb3; } @@ -246383,6 +338227,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #b91c1ccc; } +.border-l-red-700\\/85 { + border-left-color: #b91c1cd9; +} + .border-l-red-700\\/90 { border-left-color: #b91c1ce6; } @@ -246408,6 +338256,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #991b1b; } +.border-l-red-800\\/15 { + border-left-color: #991b1b26; +} + .border-l-red-800\\/20 { border-left-color: #991b1b33; } @@ -246420,10 +338272,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #991b1b4d; } +.border-l-red-800\\/35 { + border-left-color: #991b1b59; +} + .border-l-red-800\\/40 { border-left-color: #991b1b66; } +.border-l-red-800\\/45 { + border-left-color: #991b1b73; +} + .border-l-red-800\\/5 { border-left-color: #991b1b0d; } @@ -246432,10 +338292,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #991b1b80; } +.border-l-red-800\\/55 { + border-left-color: #991b1b8c; +} + .border-l-red-800\\/60 { border-left-color: #991b1b99; } +.border-l-red-800\\/65 { + border-left-color: #991b1ba6; +} + .border-l-red-800\\/70 { border-left-color: #991b1bb3; } @@ -246448,6 +338316,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #991b1bcc; } +.border-l-red-800\\/85 { + border-left-color: #991b1bd9; +} + .border-l-red-800\\/90 { border-left-color: #991b1be6; } @@ -246473,6 +338345,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7f1d1d; } +.border-l-red-900\\/15 { + border-left-color: #7f1d1d26; +} + .border-l-red-900\\/20 { border-left-color: #7f1d1d33; } @@ -246485,10 +338361,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7f1d1d4d; } +.border-l-red-900\\/35 { + border-left-color: #7f1d1d59; +} + .border-l-red-900\\/40 { border-left-color: #7f1d1d66; } +.border-l-red-900\\/45 { + border-left-color: #7f1d1d73; +} + .border-l-red-900\\/5 { border-left-color: #7f1d1d0d; } @@ -246497,10 +338381,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7f1d1d80; } +.border-l-red-900\\/55 { + border-left-color: #7f1d1d8c; +} + .border-l-red-900\\/60 { border-left-color: #7f1d1d99; } +.border-l-red-900\\/65 { + border-left-color: #7f1d1da6; +} + .border-l-red-900\\/70 { border-left-color: #7f1d1db3; } @@ -246513,6 +338405,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7f1d1dcc; } +.border-l-red-900\\/85 { + border-left-color: #7f1d1dd9; +} + .border-l-red-900\\/90 { border-left-color: #7f1d1de6; } @@ -246538,6 +338434,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #450a0a; } +.border-l-red-950\\/15 { + border-left-color: #450a0a26; +} + .border-l-red-950\\/20 { border-left-color: #450a0a33; } @@ -246550,10 +338450,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #450a0a4d; } +.border-l-red-950\\/35 { + border-left-color: #450a0a59; +} + .border-l-red-950\\/40 { border-left-color: #450a0a66; } +.border-l-red-950\\/45 { + border-left-color: #450a0a73; +} + .border-l-red-950\\/5 { border-left-color: #450a0a0d; } @@ -246562,10 +338470,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #450a0a80; } +.border-l-red-950\\/55 { + border-left-color: #450a0a8c; +} + .border-l-red-950\\/60 { border-left-color: #450a0a99; } +.border-l-red-950\\/65 { + border-left-color: #450a0aa6; +} + .border-l-red-950\\/70 { border-left-color: #450a0ab3; } @@ -246578,6 +338494,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #450a0acc; } +.border-l-red-950\\/85 { + border-left-color: #450a0ad9; +} + .border-l-red-950\\/90 { border-left-color: #450a0ae6; } @@ -246603,6 +338523,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffe4e6; } +.border-l-rose-100\\/15 { + border-left-color: #ffe4e626; +} + .border-l-rose-100\\/20 { border-left-color: #ffe4e633; } @@ -246615,10 +338539,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffe4e64d; } +.border-l-rose-100\\/35 { + border-left-color: #ffe4e659; +} + .border-l-rose-100\\/40 { border-left-color: #ffe4e666; } +.border-l-rose-100\\/45 { + border-left-color: #ffe4e673; +} + .border-l-rose-100\\/5 { border-left-color: #ffe4e60d; } @@ -246627,10 +338559,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffe4e680; } +.border-l-rose-100\\/55 { + border-left-color: #ffe4e68c; +} + .border-l-rose-100\\/60 { border-left-color: #ffe4e699; } +.border-l-rose-100\\/65 { + border-left-color: #ffe4e6a6; +} + .border-l-rose-100\\/70 { border-left-color: #ffe4e6b3; } @@ -246643,6 +338583,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffe4e6cc; } +.border-l-rose-100\\/85 { + border-left-color: #ffe4e6d9; +} + .border-l-rose-100\\/90 { border-left-color: #ffe4e6e6; } @@ -246668,6 +338612,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecdd3; } +.border-l-rose-200\\/15 { + border-left-color: #fecdd326; +} + .border-l-rose-200\\/20 { border-left-color: #fecdd333; } @@ -246680,10 +338628,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecdd34d; } +.border-l-rose-200\\/35 { + border-left-color: #fecdd359; +} + .border-l-rose-200\\/40 { border-left-color: #fecdd366; } +.border-l-rose-200\\/45 { + border-left-color: #fecdd373; +} + .border-l-rose-200\\/5 { border-left-color: #fecdd30d; } @@ -246692,10 +338648,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecdd380; } +.border-l-rose-200\\/55 { + border-left-color: #fecdd38c; +} + .border-l-rose-200\\/60 { border-left-color: #fecdd399; } +.border-l-rose-200\\/65 { + border-left-color: #fecdd3a6; +} + .border-l-rose-200\\/70 { border-left-color: #fecdd3b3; } @@ -246708,6 +338672,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fecdd3cc; } +.border-l-rose-200\\/85 { + border-left-color: #fecdd3d9; +} + .border-l-rose-200\\/90 { border-left-color: #fecdd3e6; } @@ -246733,6 +338701,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fda4af; } +.border-l-rose-300\\/15 { + border-left-color: #fda4af26; +} + .border-l-rose-300\\/20 { border-left-color: #fda4af33; } @@ -246745,10 +338717,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fda4af4d; } +.border-l-rose-300\\/35 { + border-left-color: #fda4af59; +} + .border-l-rose-300\\/40 { border-left-color: #fda4af66; } +.border-l-rose-300\\/45 { + border-left-color: #fda4af73; +} + .border-l-rose-300\\/5 { border-left-color: #fda4af0d; } @@ -246757,10 +338737,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fda4af80; } +.border-l-rose-300\\/55 { + border-left-color: #fda4af8c; +} + .border-l-rose-300\\/60 { border-left-color: #fda4af99; } +.border-l-rose-300\\/65 { + border-left-color: #fda4afa6; +} + .border-l-rose-300\\/70 { border-left-color: #fda4afb3; } @@ -246773,6 +338761,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fda4afcc; } +.border-l-rose-300\\/85 { + border-left-color: #fda4afd9; +} + .border-l-rose-300\\/90 { border-left-color: #fda4afe6; } @@ -246798,6 +338790,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb7185; } +.border-l-rose-400\\/15 { + border-left-color: #fb718526; +} + .border-l-rose-400\\/20 { border-left-color: #fb718533; } @@ -246810,10 +338806,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb71854d; } +.border-l-rose-400\\/35 { + border-left-color: #fb718559; +} + .border-l-rose-400\\/40 { border-left-color: #fb718566; } +.border-l-rose-400\\/45 { + border-left-color: #fb718573; +} + .border-l-rose-400\\/5 { border-left-color: #fb71850d; } @@ -246822,10 +338826,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb718580; } +.border-l-rose-400\\/55 { + border-left-color: #fb71858c; +} + .border-l-rose-400\\/60 { border-left-color: #fb718599; } +.border-l-rose-400\\/65 { + border-left-color: #fb7185a6; +} + .border-l-rose-400\\/70 { border-left-color: #fb7185b3; } @@ -246838,6 +338850,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fb7185cc; } +.border-l-rose-400\\/85 { + border-left-color: #fb7185d9; +} + .border-l-rose-400\\/90 { border-left-color: #fb7185e6; } @@ -246863,6 +338879,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff1f2; } +.border-l-rose-50\\/15 { + border-left-color: #fff1f226; +} + .border-l-rose-50\\/20 { border-left-color: #fff1f233; } @@ -246875,10 +338895,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff1f24d; } +.border-l-rose-50\\/35 { + border-left-color: #fff1f259; +} + .border-l-rose-50\\/40 { border-left-color: #fff1f266; } +.border-l-rose-50\\/45 { + border-left-color: #fff1f273; +} + .border-l-rose-50\\/5 { border-left-color: #fff1f20d; } @@ -246887,10 +338915,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff1f280; } +.border-l-rose-50\\/55 { + border-left-color: #fff1f28c; +} + .border-l-rose-50\\/60 { border-left-color: #fff1f299; } +.border-l-rose-50\\/65 { + border-left-color: #fff1f2a6; +} + .border-l-rose-50\\/70 { border-left-color: #fff1f2b3; } @@ -246903,6 +338939,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff1f2cc; } +.border-l-rose-50\\/85 { + border-left-color: #fff1f2d9; +} + .border-l-rose-50\\/90 { border-left-color: #fff1f2e6; } @@ -246928,6 +338968,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f43f5e; } +.border-l-rose-500\\/15 { + border-left-color: #f43f5e26; +} + .border-l-rose-500\\/20 { border-left-color: #f43f5e33; } @@ -246940,10 +338984,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f43f5e4d; } +.border-l-rose-500\\/35 { + border-left-color: #f43f5e59; +} + .border-l-rose-500\\/40 { border-left-color: #f43f5e66; } +.border-l-rose-500\\/45 { + border-left-color: #f43f5e73; +} + .border-l-rose-500\\/5 { border-left-color: #f43f5e0d; } @@ -246952,10 +339004,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f43f5e80; } +.border-l-rose-500\\/55 { + border-left-color: #f43f5e8c; +} + .border-l-rose-500\\/60 { border-left-color: #f43f5e99; } +.border-l-rose-500\\/65 { + border-left-color: #f43f5ea6; +} + .border-l-rose-500\\/70 { border-left-color: #f43f5eb3; } @@ -246968,6 +339028,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f43f5ecc; } +.border-l-rose-500\\/85 { + border-left-color: #f43f5ed9; +} + .border-l-rose-500\\/90 { border-left-color: #f43f5ee6; } @@ -246993,6 +339057,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e11d48; } +.border-l-rose-600\\/15 { + border-left-color: #e11d4826; +} + .border-l-rose-600\\/20 { border-left-color: #e11d4833; } @@ -247005,10 +339073,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e11d484d; } +.border-l-rose-600\\/35 { + border-left-color: #e11d4859; +} + .border-l-rose-600\\/40 { border-left-color: #e11d4866; } +.border-l-rose-600\\/45 { + border-left-color: #e11d4873; +} + .border-l-rose-600\\/5 { border-left-color: #e11d480d; } @@ -247017,10 +339093,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e11d4880; } +.border-l-rose-600\\/55 { + border-left-color: #e11d488c; +} + .border-l-rose-600\\/60 { border-left-color: #e11d4899; } +.border-l-rose-600\\/65 { + border-left-color: #e11d48a6; +} + .border-l-rose-600\\/70 { border-left-color: #e11d48b3; } @@ -247033,6 +339117,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e11d48cc; } +.border-l-rose-600\\/85 { + border-left-color: #e11d48d9; +} + .border-l-rose-600\\/90 { border-left-color: #e11d48e6; } @@ -247058,6 +339146,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be123c; } +.border-l-rose-700\\/15 { + border-left-color: #be123c26; +} + .border-l-rose-700\\/20 { border-left-color: #be123c33; } @@ -247070,10 +339162,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be123c4d; } +.border-l-rose-700\\/35 { + border-left-color: #be123c59; +} + .border-l-rose-700\\/40 { border-left-color: #be123c66; } +.border-l-rose-700\\/45 { + border-left-color: #be123c73; +} + .border-l-rose-700\\/5 { border-left-color: #be123c0d; } @@ -247082,10 +339182,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be123c80; } +.border-l-rose-700\\/55 { + border-left-color: #be123c8c; +} + .border-l-rose-700\\/60 { border-left-color: #be123c99; } +.border-l-rose-700\\/65 { + border-left-color: #be123ca6; +} + .border-l-rose-700\\/70 { border-left-color: #be123cb3; } @@ -247098,6 +339206,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #be123ccc; } +.border-l-rose-700\\/85 { + border-left-color: #be123cd9; +} + .border-l-rose-700\\/90 { border-left-color: #be123ce6; } @@ -247123,6 +339235,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9f1239; } +.border-l-rose-800\\/15 { + border-left-color: #9f123926; +} + .border-l-rose-800\\/20 { border-left-color: #9f123933; } @@ -247135,10 +339251,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9f12394d; } +.border-l-rose-800\\/35 { + border-left-color: #9f123959; +} + .border-l-rose-800\\/40 { border-left-color: #9f123966; } +.border-l-rose-800\\/45 { + border-left-color: #9f123973; +} + .border-l-rose-800\\/5 { border-left-color: #9f12390d; } @@ -247147,10 +339271,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9f123980; } +.border-l-rose-800\\/55 { + border-left-color: #9f12398c; +} + .border-l-rose-800\\/60 { border-left-color: #9f123999; } +.border-l-rose-800\\/65 { + border-left-color: #9f1239a6; +} + .border-l-rose-800\\/70 { border-left-color: #9f1239b3; } @@ -247163,6 +339295,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #9f1239cc; } +.border-l-rose-800\\/85 { + border-left-color: #9f1239d9; +} + .border-l-rose-800\\/90 { border-left-color: #9f1239e6; } @@ -247188,6 +339324,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #881337; } +.border-l-rose-900\\/15 { + border-left-color: #88133726; +} + .border-l-rose-900\\/20 { border-left-color: #88133733; } @@ -247200,10 +339340,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #8813374d; } +.border-l-rose-900\\/35 { + border-left-color: #88133759; +} + .border-l-rose-900\\/40 { border-left-color: #88133766; } +.border-l-rose-900\\/45 { + border-left-color: #88133773; +} + .border-l-rose-900\\/5 { border-left-color: #8813370d; } @@ -247212,10 +339360,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #88133780; } +.border-l-rose-900\\/55 { + border-left-color: #8813378c; +} + .border-l-rose-900\\/60 { border-left-color: #88133799; } +.border-l-rose-900\\/65 { + border-left-color: #881337a6; +} + .border-l-rose-900\\/70 { border-left-color: #881337b3; } @@ -247228,6 +339384,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #881337cc; } +.border-l-rose-900\\/85 { + border-left-color: #881337d9; +} + .border-l-rose-900\\/90 { border-left-color: #881337e6; } @@ -247253,6 +339413,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c0519; } +.border-l-rose-950\\/15 { + border-left-color: #4c051926; +} + .border-l-rose-950\\/20 { border-left-color: #4c051933; } @@ -247265,10 +339429,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c05194d; } +.border-l-rose-950\\/35 { + border-left-color: #4c051959; +} + .border-l-rose-950\\/40 { border-left-color: #4c051966; } +.border-l-rose-950\\/45 { + border-left-color: #4c051973; +} + .border-l-rose-950\\/5 { border-left-color: #4c05190d; } @@ -247277,10 +339449,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c051980; } +.border-l-rose-950\\/55 { + border-left-color: #4c05198c; +} + .border-l-rose-950\\/60 { border-left-color: #4c051999; } +.border-l-rose-950\\/65 { + border-left-color: #4c0519a6; +} + .border-l-rose-950\\/70 { border-left-color: #4c0519b3; } @@ -247293,6 +339473,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c0519cc; } +.border-l-rose-950\\/85 { + border-left-color: #4c0519d9; +} + .border-l-rose-950\\/90 { border-left-color: #4c0519e6; } @@ -247318,6 +339502,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0f2fe; } +.border-l-sky-100\\/15 { + border-left-color: #e0f2fe26; +} + .border-l-sky-100\\/20 { border-left-color: #e0f2fe33; } @@ -247330,10 +339518,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0f2fe4d; } +.border-l-sky-100\\/35 { + border-left-color: #e0f2fe59; +} + .border-l-sky-100\\/40 { border-left-color: #e0f2fe66; } +.border-l-sky-100\\/45 { + border-left-color: #e0f2fe73; +} + .border-l-sky-100\\/5 { border-left-color: #e0f2fe0d; } @@ -247342,10 +339538,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0f2fe80; } +.border-l-sky-100\\/55 { + border-left-color: #e0f2fe8c; +} + .border-l-sky-100\\/60 { border-left-color: #e0f2fe99; } +.border-l-sky-100\\/65 { + border-left-color: #e0f2fea6; +} + .border-l-sky-100\\/70 { border-left-color: #e0f2feb3; } @@ -247358,6 +339562,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e0f2fecc; } +.border-l-sky-100\\/85 { + border-left-color: #e0f2fed9; +} + .border-l-sky-100\\/90 { border-left-color: #e0f2fee6; } @@ -247383,6 +339591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bae6fd; } +.border-l-sky-200\\/15 { + border-left-color: #bae6fd26; +} + .border-l-sky-200\\/20 { border-left-color: #bae6fd33; } @@ -247395,10 +339607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bae6fd4d; } +.border-l-sky-200\\/35 { + border-left-color: #bae6fd59; +} + .border-l-sky-200\\/40 { border-left-color: #bae6fd66; } +.border-l-sky-200\\/45 { + border-left-color: #bae6fd73; +} + .border-l-sky-200\\/5 { border-left-color: #bae6fd0d; } @@ -247407,10 +339627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bae6fd80; } +.border-l-sky-200\\/55 { + border-left-color: #bae6fd8c; +} + .border-l-sky-200\\/60 { border-left-color: #bae6fd99; } +.border-l-sky-200\\/65 { + border-left-color: #bae6fda6; +} + .border-l-sky-200\\/70 { border-left-color: #bae6fdb3; } @@ -247423,6 +339651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #bae6fdcc; } +.border-l-sky-200\\/85 { + border-left-color: #bae6fdd9; +} + .border-l-sky-200\\/90 { border-left-color: #bae6fde6; } @@ -247448,6 +339680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7dd3fc; } +.border-l-sky-300\\/15 { + border-left-color: #7dd3fc26; +} + .border-l-sky-300\\/20 { border-left-color: #7dd3fc33; } @@ -247460,10 +339696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7dd3fc4d; } +.border-l-sky-300\\/35 { + border-left-color: #7dd3fc59; +} + .border-l-sky-300\\/40 { border-left-color: #7dd3fc66; } +.border-l-sky-300\\/45 { + border-left-color: #7dd3fc73; +} + .border-l-sky-300\\/5 { border-left-color: #7dd3fc0d; } @@ -247472,10 +339716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7dd3fc80; } +.border-l-sky-300\\/55 { + border-left-color: #7dd3fc8c; +} + .border-l-sky-300\\/60 { border-left-color: #7dd3fc99; } +.border-l-sky-300\\/65 { + border-left-color: #7dd3fca6; +} + .border-l-sky-300\\/70 { border-left-color: #7dd3fcb3; } @@ -247488,6 +339740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7dd3fccc; } +.border-l-sky-300\\/85 { + border-left-color: #7dd3fcd9; +} + .border-l-sky-300\\/90 { border-left-color: #7dd3fce6; } @@ -247513,6 +339769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #38bdf8; } +.border-l-sky-400\\/15 { + border-left-color: #38bdf826; +} + .border-l-sky-400\\/20 { border-left-color: #38bdf833; } @@ -247525,10 +339785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #38bdf84d; } +.border-l-sky-400\\/35 { + border-left-color: #38bdf859; +} + .border-l-sky-400\\/40 { border-left-color: #38bdf866; } +.border-l-sky-400\\/45 { + border-left-color: #38bdf873; +} + .border-l-sky-400\\/5 { border-left-color: #38bdf80d; } @@ -247537,10 +339805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #38bdf880; } +.border-l-sky-400\\/55 { + border-left-color: #38bdf88c; +} + .border-l-sky-400\\/60 { border-left-color: #38bdf899; } +.border-l-sky-400\\/65 { + border-left-color: #38bdf8a6; +} + .border-l-sky-400\\/70 { border-left-color: #38bdf8b3; } @@ -247553,6 +339829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #38bdf8cc; } +.border-l-sky-400\\/85 { + border-left-color: #38bdf8d9; +} + .border-l-sky-400\\/90 { border-left-color: #38bdf8e6; } @@ -247578,6 +339858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0f9ff; } +.border-l-sky-50\\/15 { + border-left-color: #f0f9ff26; +} + .border-l-sky-50\\/20 { border-left-color: #f0f9ff33; } @@ -247590,10 +339874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0f9ff4d; } +.border-l-sky-50\\/35 { + border-left-color: #f0f9ff59; +} + .border-l-sky-50\\/40 { border-left-color: #f0f9ff66; } +.border-l-sky-50\\/45 { + border-left-color: #f0f9ff73; +} + .border-l-sky-50\\/5 { border-left-color: #f0f9ff0d; } @@ -247602,10 +339894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0f9ff80; } +.border-l-sky-50\\/55 { + border-left-color: #f0f9ff8c; +} + .border-l-sky-50\\/60 { border-left-color: #f0f9ff99; } +.border-l-sky-50\\/65 { + border-left-color: #f0f9ffa6; +} + .border-l-sky-50\\/70 { border-left-color: #f0f9ffb3; } @@ -247618,6 +339918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0f9ffcc; } +.border-l-sky-50\\/85 { + border-left-color: #f0f9ffd9; +} + .border-l-sky-50\\/90 { border-left-color: #f0f9ffe6; } @@ -247643,6 +339947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0ea5e9; } +.border-l-sky-500\\/15 { + border-left-color: #0ea5e926; +} + .border-l-sky-500\\/20 { border-left-color: #0ea5e933; } @@ -247655,10 +339963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0ea5e94d; } +.border-l-sky-500\\/35 { + border-left-color: #0ea5e959; +} + .border-l-sky-500\\/40 { border-left-color: #0ea5e966; } +.border-l-sky-500\\/45 { + border-left-color: #0ea5e973; +} + .border-l-sky-500\\/5 { border-left-color: #0ea5e90d; } @@ -247667,10 +339983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0ea5e980; } +.border-l-sky-500\\/55 { + border-left-color: #0ea5e98c; +} + .border-l-sky-500\\/60 { border-left-color: #0ea5e999; } +.border-l-sky-500\\/65 { + border-left-color: #0ea5e9a6; +} + .border-l-sky-500\\/70 { border-left-color: #0ea5e9b3; } @@ -247683,6 +340007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0ea5e9cc; } +.border-l-sky-500\\/85 { + border-left-color: #0ea5e9d9; +} + .border-l-sky-500\\/90 { border-left-color: #0ea5e9e6; } @@ -247708,6 +340036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0284c7; } +.border-l-sky-600\\/15 { + border-left-color: #0284c726; +} + .border-l-sky-600\\/20 { border-left-color: #0284c733; } @@ -247720,10 +340052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0284c74d; } +.border-l-sky-600\\/35 { + border-left-color: #0284c759; +} + .border-l-sky-600\\/40 { border-left-color: #0284c766; } +.border-l-sky-600\\/45 { + border-left-color: #0284c773; +} + .border-l-sky-600\\/5 { border-left-color: #0284c70d; } @@ -247732,10 +340072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0284c780; } +.border-l-sky-600\\/55 { + border-left-color: #0284c78c; +} + .border-l-sky-600\\/60 { border-left-color: #0284c799; } +.border-l-sky-600\\/65 { + border-left-color: #0284c7a6; +} + .border-l-sky-600\\/70 { border-left-color: #0284c7b3; } @@ -247748,6 +340096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0284c7cc; } +.border-l-sky-600\\/85 { + border-left-color: #0284c7d9; +} + .border-l-sky-600\\/90 { border-left-color: #0284c7e6; } @@ -247773,6 +340125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0369a1; } +.border-l-sky-700\\/15 { + border-left-color: #0369a126; +} + .border-l-sky-700\\/20 { border-left-color: #0369a133; } @@ -247785,10 +340141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0369a14d; } +.border-l-sky-700\\/35 { + border-left-color: #0369a159; +} + .border-l-sky-700\\/40 { border-left-color: #0369a166; } +.border-l-sky-700\\/45 { + border-left-color: #0369a173; +} + .border-l-sky-700\\/5 { border-left-color: #0369a10d; } @@ -247797,10 +340161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0369a180; } +.border-l-sky-700\\/55 { + border-left-color: #0369a18c; +} + .border-l-sky-700\\/60 { border-left-color: #0369a199; } +.border-l-sky-700\\/65 { + border-left-color: #0369a1a6; +} + .border-l-sky-700\\/70 { border-left-color: #0369a1b3; } @@ -247813,6 +340185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0369a1cc; } +.border-l-sky-700\\/85 { + border-left-color: #0369a1d9; +} + .border-l-sky-700\\/90 { border-left-color: #0369a1e6; } @@ -247838,6 +340214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #075985; } +.border-l-sky-800\\/15 { + border-left-color: #07598526; +} + .border-l-sky-800\\/20 { border-left-color: #07598533; } @@ -247850,10 +340230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0759854d; } +.border-l-sky-800\\/35 { + border-left-color: #07598559; +} + .border-l-sky-800\\/40 { border-left-color: #07598566; } +.border-l-sky-800\\/45 { + border-left-color: #07598573; +} + .border-l-sky-800\\/5 { border-left-color: #0759850d; } @@ -247862,10 +340250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #07598580; } +.border-l-sky-800\\/55 { + border-left-color: #0759858c; +} + .border-l-sky-800\\/60 { border-left-color: #07598599; } +.border-l-sky-800\\/65 { + border-left-color: #075985a6; +} + .border-l-sky-800\\/70 { border-left-color: #075985b3; } @@ -247878,6 +340274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #075985cc; } +.border-l-sky-800\\/85 { + border-left-color: #075985d9; +} + .border-l-sky-800\\/90 { border-left-color: #075985e6; } @@ -247903,6 +340303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c4a6e; } +.border-l-sky-900\\/15 { + border-left-color: #0c4a6e26; +} + .border-l-sky-900\\/20 { border-left-color: #0c4a6e33; } @@ -247915,10 +340319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c4a6e4d; } +.border-l-sky-900\\/35 { + border-left-color: #0c4a6e59; +} + .border-l-sky-900\\/40 { border-left-color: #0c4a6e66; } +.border-l-sky-900\\/45 { + border-left-color: #0c4a6e73; +} + .border-l-sky-900\\/5 { border-left-color: #0c4a6e0d; } @@ -247927,10 +340339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c4a6e80; } +.border-l-sky-900\\/55 { + border-left-color: #0c4a6e8c; +} + .border-l-sky-900\\/60 { border-left-color: #0c4a6e99; } +.border-l-sky-900\\/65 { + border-left-color: #0c4a6ea6; +} + .border-l-sky-900\\/70 { border-left-color: #0c4a6eb3; } @@ -247943,6 +340363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c4a6ecc; } +.border-l-sky-900\\/85 { + border-left-color: #0c4a6ed9; +} + .border-l-sky-900\\/90 { border-left-color: #0c4a6ee6; } @@ -247968,6 +340392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #082f49; } +.border-l-sky-950\\/15 { + border-left-color: #082f4926; +} + .border-l-sky-950\\/20 { border-left-color: #082f4933; } @@ -247980,10 +340408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #082f494d; } +.border-l-sky-950\\/35 { + border-left-color: #082f4959; +} + .border-l-sky-950\\/40 { border-left-color: #082f4966; } +.border-l-sky-950\\/45 { + border-left-color: #082f4973; +} + .border-l-sky-950\\/5 { border-left-color: #082f490d; } @@ -247992,10 +340428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #082f4980; } +.border-l-sky-950\\/55 { + border-left-color: #082f498c; +} + .border-l-sky-950\\/60 { border-left-color: #082f4999; } +.border-l-sky-950\\/65 { + border-left-color: #082f49a6; +} + .border-l-sky-950\\/70 { border-left-color: #082f49b3; } @@ -248008,6 +340452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #082f49cc; } +.border-l-sky-950\\/85 { + border-left-color: #082f49d9; +} + .border-l-sky-950\\/90 { border-left-color: #082f49e6; } @@ -248033,6 +340481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f1f5f9; } +.border-l-slate-100\\/15 { + border-left-color: #f1f5f926; +} + .border-l-slate-100\\/20 { border-left-color: #f1f5f933; } @@ -248045,10 +340497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f1f5f94d; } +.border-l-slate-100\\/35 { + border-left-color: #f1f5f959; +} + .border-l-slate-100\\/40 { border-left-color: #f1f5f966; } +.border-l-slate-100\\/45 { + border-left-color: #f1f5f973; +} + .border-l-slate-100\\/5 { border-left-color: #f1f5f90d; } @@ -248057,10 +340517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f1f5f980; } +.border-l-slate-100\\/55 { + border-left-color: #f1f5f98c; +} + .border-l-slate-100\\/60 { border-left-color: #f1f5f999; } +.border-l-slate-100\\/65 { + border-left-color: #f1f5f9a6; +} + .border-l-slate-100\\/70 { border-left-color: #f1f5f9b3; } @@ -248073,6 +340541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f1f5f9cc; } +.border-l-slate-100\\/85 { + border-left-color: #f1f5f9d9; +} + .border-l-slate-100\\/90 { border-left-color: #f1f5f9e6; } @@ -248098,6 +340570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e2e8f0; } +.border-l-slate-200\\/15 { + border-left-color: #e2e8f026; +} + .border-l-slate-200\\/20 { border-left-color: #e2e8f033; } @@ -248110,10 +340586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e2e8f04d; } +.border-l-slate-200\\/35 { + border-left-color: #e2e8f059; +} + .border-l-slate-200\\/40 { border-left-color: #e2e8f066; } +.border-l-slate-200\\/45 { + border-left-color: #e2e8f073; +} + .border-l-slate-200\\/5 { border-left-color: #e2e8f00d; } @@ -248122,10 +340606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e2e8f080; } +.border-l-slate-200\\/55 { + border-left-color: #e2e8f08c; +} + .border-l-slate-200\\/60 { border-left-color: #e2e8f099; } +.border-l-slate-200\\/65 { + border-left-color: #e2e8f0a6; +} + .border-l-slate-200\\/70 { border-left-color: #e2e8f0b3; } @@ -248138,6 +340630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e2e8f0cc; } +.border-l-slate-200\\/85 { + border-left-color: #e2e8f0d9; +} + .border-l-slate-200\\/90 { border-left-color: #e2e8f0e6; } @@ -248163,6 +340659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cbd5e1; } +.border-l-slate-300\\/15 { + border-left-color: #cbd5e126; +} + .border-l-slate-300\\/20 { border-left-color: #cbd5e133; } @@ -248175,10 +340675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cbd5e14d; } +.border-l-slate-300\\/35 { + border-left-color: #cbd5e159; +} + .border-l-slate-300\\/40 { border-left-color: #cbd5e166; } +.border-l-slate-300\\/45 { + border-left-color: #cbd5e173; +} + .border-l-slate-300\\/5 { border-left-color: #cbd5e10d; } @@ -248187,10 +340695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cbd5e180; } +.border-l-slate-300\\/55 { + border-left-color: #cbd5e18c; +} + .border-l-slate-300\\/60 { border-left-color: #cbd5e199; } +.border-l-slate-300\\/65 { + border-left-color: #cbd5e1a6; +} + .border-l-slate-300\\/70 { border-left-color: #cbd5e1b3; } @@ -248203,6 +340719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #cbd5e1cc; } +.border-l-slate-300\\/85 { + border-left-color: #cbd5e1d9; +} + .border-l-slate-300\\/90 { border-left-color: #cbd5e1e6; } @@ -248228,6 +340748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #94a3b8; } +.border-l-slate-400\\/15 { + border-left-color: #94a3b826; +} + .border-l-slate-400\\/20 { border-left-color: #94a3b833; } @@ -248240,10 +340764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #94a3b84d; } +.border-l-slate-400\\/35 { + border-left-color: #94a3b859; +} + .border-l-slate-400\\/40 { border-left-color: #94a3b866; } +.border-l-slate-400\\/45 { + border-left-color: #94a3b873; +} + .border-l-slate-400\\/5 { border-left-color: #94a3b80d; } @@ -248252,10 +340784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #94a3b880; } +.border-l-slate-400\\/55 { + border-left-color: #94a3b88c; +} + .border-l-slate-400\\/60 { border-left-color: #94a3b899; } +.border-l-slate-400\\/65 { + border-left-color: #94a3b8a6; +} + .border-l-slate-400\\/70 { border-left-color: #94a3b8b3; } @@ -248268,6 +340808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #94a3b8cc; } +.border-l-slate-400\\/85 { + border-left-color: #94a3b8d9; +} + .border-l-slate-400\\/90 { border-left-color: #94a3b8e6; } @@ -248293,6 +340837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f8fafc; } +.border-l-slate-50\\/15 { + border-left-color: #f8fafc26; +} + .border-l-slate-50\\/20 { border-left-color: #f8fafc33; } @@ -248305,10 +340853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f8fafc4d; } +.border-l-slate-50\\/35 { + border-left-color: #f8fafc59; +} + .border-l-slate-50\\/40 { border-left-color: #f8fafc66; } +.border-l-slate-50\\/45 { + border-left-color: #f8fafc73; +} + .border-l-slate-50\\/5 { border-left-color: #f8fafc0d; } @@ -248317,10 +340873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f8fafc80; } +.border-l-slate-50\\/55 { + border-left-color: #f8fafc8c; +} + .border-l-slate-50\\/60 { border-left-color: #f8fafc99; } +.border-l-slate-50\\/65 { + border-left-color: #f8fafca6; +} + .border-l-slate-50\\/70 { border-left-color: #f8fafcb3; } @@ -248333,6 +340897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f8fafccc; } +.border-l-slate-50\\/85 { + border-left-color: #f8fafcd9; +} + .border-l-slate-50\\/90 { border-left-color: #f8fafce6; } @@ -248358,6 +340926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #64748b; } +.border-l-slate-500\\/15 { + border-left-color: #64748b26; +} + .border-l-slate-500\\/20 { border-left-color: #64748b33; } @@ -248370,10 +340942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #64748b4d; } +.border-l-slate-500\\/35 { + border-left-color: #64748b59; +} + .border-l-slate-500\\/40 { border-left-color: #64748b66; } +.border-l-slate-500\\/45 { + border-left-color: #64748b73; +} + .border-l-slate-500\\/5 { border-left-color: #64748b0d; } @@ -248382,10 +340962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #64748b80; } +.border-l-slate-500\\/55 { + border-left-color: #64748b8c; +} + .border-l-slate-500\\/60 { border-left-color: #64748b99; } +.border-l-slate-500\\/65 { + border-left-color: #64748ba6; +} + .border-l-slate-500\\/70 { border-left-color: #64748bb3; } @@ -248398,6 +340986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #64748bcc; } +.border-l-slate-500\\/85 { + border-left-color: #64748bd9; +} + .border-l-slate-500\\/90 { border-left-color: #64748be6; } @@ -248423,6 +341015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #475569; } +.border-l-slate-600\\/15 { + border-left-color: #47556926; +} + .border-l-slate-600\\/20 { border-left-color: #47556933; } @@ -248435,10 +341031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4755694d; } +.border-l-slate-600\\/35 { + border-left-color: #47556959; +} + .border-l-slate-600\\/40 { border-left-color: #47556966; } +.border-l-slate-600\\/45 { + border-left-color: #47556973; +} + .border-l-slate-600\\/5 { border-left-color: #4755690d; } @@ -248447,10 +341051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #47556980; } +.border-l-slate-600\\/55 { + border-left-color: #4755698c; +} + .border-l-slate-600\\/60 { border-left-color: #47556999; } +.border-l-slate-600\\/65 { + border-left-color: #475569a6; +} + .border-l-slate-600\\/70 { border-left-color: #475569b3; } @@ -248463,6 +341075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #475569cc; } +.border-l-slate-600\\/85 { + border-left-color: #475569d9; +} + .border-l-slate-600\\/90 { border-left-color: #475569e6; } @@ -248488,6 +341104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #334155; } +.border-l-slate-700\\/15 { + border-left-color: #33415526; +} + .border-l-slate-700\\/20 { border-left-color: #33415533; } @@ -248500,10 +341120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3341554d; } +.border-l-slate-700\\/35 { + border-left-color: #33415559; +} + .border-l-slate-700\\/40 { border-left-color: #33415566; } +.border-l-slate-700\\/45 { + border-left-color: #33415573; +} + .border-l-slate-700\\/5 { border-left-color: #3341550d; } @@ -248512,10 +341140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #33415580; } +.border-l-slate-700\\/55 { + border-left-color: #3341558c; +} + .border-l-slate-700\\/60 { border-left-color: #33415599; } +.border-l-slate-700\\/65 { + border-left-color: #334155a6; +} + .border-l-slate-700\\/70 { border-left-color: #334155b3; } @@ -248528,6 +341164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #334155cc; } +.border-l-slate-700\\/85 { + border-left-color: #334155d9; +} + .border-l-slate-700\\/90 { border-left-color: #334155e6; } @@ -248553,6 +341193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e293b; } +.border-l-slate-800\\/15 { + border-left-color: #1e293b26; +} + .border-l-slate-800\\/20 { border-left-color: #1e293b33; } @@ -248565,10 +341209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e293b4d; } +.border-l-slate-800\\/35 { + border-left-color: #1e293b59; +} + .border-l-slate-800\\/40 { border-left-color: #1e293b66; } +.border-l-slate-800\\/45 { + border-left-color: #1e293b73; +} + .border-l-slate-800\\/5 { border-left-color: #1e293b0d; } @@ -248577,10 +341229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e293b80; } +.border-l-slate-800\\/55 { + border-left-color: #1e293b8c; +} + .border-l-slate-800\\/60 { border-left-color: #1e293b99; } +.border-l-slate-800\\/65 { + border-left-color: #1e293ba6; +} + .border-l-slate-800\\/70 { border-left-color: #1e293bb3; } @@ -248593,6 +341253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1e293bcc; } +.border-l-slate-800\\/85 { + border-left-color: #1e293bd9; +} + .border-l-slate-800\\/90 { border-left-color: #1e293be6; } @@ -248618,6 +341282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f172a; } +.border-l-slate-900\\/15 { + border-left-color: #0f172a26; +} + .border-l-slate-900\\/20 { border-left-color: #0f172a33; } @@ -248630,10 +341298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f172a4d; } +.border-l-slate-900\\/35 { + border-left-color: #0f172a59; +} + .border-l-slate-900\\/40 { border-left-color: #0f172a66; } +.border-l-slate-900\\/45 { + border-left-color: #0f172a73; +} + .border-l-slate-900\\/5 { border-left-color: #0f172a0d; } @@ -248642,10 +341318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f172a80; } +.border-l-slate-900\\/55 { + border-left-color: #0f172a8c; +} + .border-l-slate-900\\/60 { border-left-color: #0f172a99; } +.border-l-slate-900\\/65 { + border-left-color: #0f172aa6; +} + .border-l-slate-900\\/70 { border-left-color: #0f172ab3; } @@ -248658,6 +341342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f172acc; } +.border-l-slate-900\\/85 { + border-left-color: #0f172ad9; +} + .border-l-slate-900\\/90 { border-left-color: #0f172ae6; } @@ -248683,6 +341371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #020617; } +.border-l-slate-950\\/15 { + border-left-color: #02061726; +} + .border-l-slate-950\\/20 { border-left-color: #02061733; } @@ -248695,10 +341387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0206174d; } +.border-l-slate-950\\/35 { + border-left-color: #02061759; +} + .border-l-slate-950\\/40 { border-left-color: #02061766; } +.border-l-slate-950\\/45 { + border-left-color: #02061773; +} + .border-l-slate-950\\/5 { border-left-color: #0206170d; } @@ -248707,10 +341407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #02061780; } +.border-l-slate-950\\/55 { + border-left-color: #0206178c; +} + .border-l-slate-950\\/60 { border-left-color: #02061799; } +.border-l-slate-950\\/65 { + border-left-color: #020617a6; +} + .border-l-slate-950\\/70 { border-left-color: #020617b3; } @@ -248723,6 +341431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #020617cc; } +.border-l-slate-950\\/85 { + border-left-color: #020617d9; +} + .border-l-slate-950\\/90 { border-left-color: #020617e6; } @@ -248748,6 +341460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f4; } +.border-l-stone-100\\/15 { + border-left-color: #f5f5f426; +} + .border-l-stone-100\\/20 { border-left-color: #f5f5f433; } @@ -248760,10 +341476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f44d; } +.border-l-stone-100\\/35 { + border-left-color: #f5f5f459; +} + .border-l-stone-100\\/40 { border-left-color: #f5f5f466; } +.border-l-stone-100\\/45 { + border-left-color: #f5f5f473; +} + .border-l-stone-100\\/5 { border-left-color: #f5f5f40d; } @@ -248772,10 +341496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f480; } +.border-l-stone-100\\/55 { + border-left-color: #f5f5f48c; +} + .border-l-stone-100\\/60 { border-left-color: #f5f5f499; } +.border-l-stone-100\\/65 { + border-left-color: #f5f5f4a6; +} + .border-l-stone-100\\/70 { border-left-color: #f5f5f4b3; } @@ -248788,6 +341520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f5f4cc; } +.border-l-stone-100\\/85 { + border-left-color: #f5f5f4d9; +} + .border-l-stone-100\\/90 { border-left-color: #f5f5f4e6; } @@ -248813,6 +341549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e7e5e4; } +.border-l-stone-200\\/15 { + border-left-color: #e7e5e426; +} + .border-l-stone-200\\/20 { border-left-color: #e7e5e433; } @@ -248825,10 +341565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e7e5e44d; } +.border-l-stone-200\\/35 { + border-left-color: #e7e5e459; +} + .border-l-stone-200\\/40 { border-left-color: #e7e5e466; } +.border-l-stone-200\\/45 { + border-left-color: #e7e5e473; +} + .border-l-stone-200\\/5 { border-left-color: #e7e5e40d; } @@ -248837,10 +341585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e7e5e480; } +.border-l-stone-200\\/55 { + border-left-color: #e7e5e48c; +} + .border-l-stone-200\\/60 { border-left-color: #e7e5e499; } +.border-l-stone-200\\/65 { + border-left-color: #e7e5e4a6; +} + .border-l-stone-200\\/70 { border-left-color: #e7e5e4b3; } @@ -248853,6 +341609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e7e5e4cc; } +.border-l-stone-200\\/85 { + border-left-color: #e7e5e4d9; +} + .border-l-stone-200\\/90 { border-left-color: #e7e5e4e6; } @@ -248878,6 +341638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d6d3d1; } +.border-l-stone-300\\/15 { + border-left-color: #d6d3d126; +} + .border-l-stone-300\\/20 { border-left-color: #d6d3d133; } @@ -248890,10 +341654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d6d3d14d; } +.border-l-stone-300\\/35 { + border-left-color: #d6d3d159; +} + .border-l-stone-300\\/40 { border-left-color: #d6d3d166; } +.border-l-stone-300\\/45 { + border-left-color: #d6d3d173; +} + .border-l-stone-300\\/5 { border-left-color: #d6d3d10d; } @@ -248902,10 +341674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d6d3d180; } +.border-l-stone-300\\/55 { + border-left-color: #d6d3d18c; +} + .border-l-stone-300\\/60 { border-left-color: #d6d3d199; } +.border-l-stone-300\\/65 { + border-left-color: #d6d3d1a6; +} + .border-l-stone-300\\/70 { border-left-color: #d6d3d1b3; } @@ -248918,6 +341698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d6d3d1cc; } +.border-l-stone-300\\/85 { + border-left-color: #d6d3d1d9; +} + .border-l-stone-300\\/90 { border-left-color: #d6d3d1e6; } @@ -248943,6 +341727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a8a29e; } +.border-l-stone-400\\/15 { + border-left-color: #a8a29e26; +} + .border-l-stone-400\\/20 { border-left-color: #a8a29e33; } @@ -248955,10 +341743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a8a29e4d; } +.border-l-stone-400\\/35 { + border-left-color: #a8a29e59; +} + .border-l-stone-400\\/40 { border-left-color: #a8a29e66; } +.border-l-stone-400\\/45 { + border-left-color: #a8a29e73; +} + .border-l-stone-400\\/5 { border-left-color: #a8a29e0d; } @@ -248967,10 +341763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a8a29e80; } +.border-l-stone-400\\/55 { + border-left-color: #a8a29e8c; +} + .border-l-stone-400\\/60 { border-left-color: #a8a29e99; } +.border-l-stone-400\\/65 { + border-left-color: #a8a29ea6; +} + .border-l-stone-400\\/70 { border-left-color: #a8a29eb3; } @@ -248983,6 +341787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a8a29ecc; } +.border-l-stone-400\\/85 { + border-left-color: #a8a29ed9; +} + .border-l-stone-400\\/90 { border-left-color: #a8a29ee6; } @@ -249008,6 +341816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafaf9; } +.border-l-stone-50\\/15 { + border-left-color: #fafaf926; +} + .border-l-stone-50\\/20 { border-left-color: #fafaf933; } @@ -249020,10 +341832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafaf94d; } +.border-l-stone-50\\/35 { + border-left-color: #fafaf959; +} + .border-l-stone-50\\/40 { border-left-color: #fafaf966; } +.border-l-stone-50\\/45 { + border-left-color: #fafaf973; +} + .border-l-stone-50\\/5 { border-left-color: #fafaf90d; } @@ -249032,10 +341852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafaf980; } +.border-l-stone-50\\/55 { + border-left-color: #fafaf98c; +} + .border-l-stone-50\\/60 { border-left-color: #fafaf999; } +.border-l-stone-50\\/65 { + border-left-color: #fafaf9a6; +} + .border-l-stone-50\\/70 { border-left-color: #fafaf9b3; } @@ -249048,6 +341876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafaf9cc; } +.border-l-stone-50\\/85 { + border-left-color: #fafaf9d9; +} + .border-l-stone-50\\/90 { border-left-color: #fafaf9e6; } @@ -249073,6 +341905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78716c; } +.border-l-stone-500\\/15 { + border-left-color: #78716c26; +} + .border-l-stone-500\\/20 { border-left-color: #78716c33; } @@ -249085,10 +341921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78716c4d; } +.border-l-stone-500\\/35 { + border-left-color: #78716c59; +} + .border-l-stone-500\\/40 { border-left-color: #78716c66; } +.border-l-stone-500\\/45 { + border-left-color: #78716c73; +} + .border-l-stone-500\\/5 { border-left-color: #78716c0d; } @@ -249097,10 +341941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78716c80; } +.border-l-stone-500\\/55 { + border-left-color: #78716c8c; +} + .border-l-stone-500\\/60 { border-left-color: #78716c99; } +.border-l-stone-500\\/65 { + border-left-color: #78716ca6; +} + .border-l-stone-500\\/70 { border-left-color: #78716cb3; } @@ -249113,6 +341965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #78716ccc; } +.border-l-stone-500\\/85 { + border-left-color: #78716cd9; +} + .border-l-stone-500\\/90 { border-left-color: #78716ce6; } @@ -249138,6 +341994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #57534e; } +.border-l-stone-600\\/15 { + border-left-color: #57534e26; +} + .border-l-stone-600\\/20 { border-left-color: #57534e33; } @@ -249150,10 +342010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #57534e4d; } +.border-l-stone-600\\/35 { + border-left-color: #57534e59; +} + .border-l-stone-600\\/40 { border-left-color: #57534e66; } +.border-l-stone-600\\/45 { + border-left-color: #57534e73; +} + .border-l-stone-600\\/5 { border-left-color: #57534e0d; } @@ -249162,10 +342030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #57534e80; } +.border-l-stone-600\\/55 { + border-left-color: #57534e8c; +} + .border-l-stone-600\\/60 { border-left-color: #57534e99; } +.border-l-stone-600\\/65 { + border-left-color: #57534ea6; +} + .border-l-stone-600\\/70 { border-left-color: #57534eb3; } @@ -249178,6 +342054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #57534ecc; } +.border-l-stone-600\\/85 { + border-left-color: #57534ed9; +} + .border-l-stone-600\\/90 { border-left-color: #57534ee6; } @@ -249203,6 +342083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #44403c; } +.border-l-stone-700\\/15 { + border-left-color: #44403c26; +} + .border-l-stone-700\\/20 { border-left-color: #44403c33; } @@ -249215,10 +342099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #44403c4d; } +.border-l-stone-700\\/35 { + border-left-color: #44403c59; +} + .border-l-stone-700\\/40 { border-left-color: #44403c66; } +.border-l-stone-700\\/45 { + border-left-color: #44403c73; +} + .border-l-stone-700\\/5 { border-left-color: #44403c0d; } @@ -249227,10 +342119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #44403c80; } +.border-l-stone-700\\/55 { + border-left-color: #44403c8c; +} + .border-l-stone-700\\/60 { border-left-color: #44403c99; } +.border-l-stone-700\\/65 { + border-left-color: #44403ca6; +} + .border-l-stone-700\\/70 { border-left-color: #44403cb3; } @@ -249243,6 +342143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #44403ccc; } +.border-l-stone-700\\/85 { + border-left-color: #44403cd9; +} + .border-l-stone-700\\/90 { border-left-color: #44403ce6; } @@ -249268,6 +342172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #292524; } +.border-l-stone-800\\/15 { + border-left-color: #29252426; +} + .border-l-stone-800\\/20 { border-left-color: #29252433; } @@ -249280,10 +342188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2925244d; } +.border-l-stone-800\\/35 { + border-left-color: #29252459; +} + .border-l-stone-800\\/40 { border-left-color: #29252466; } +.border-l-stone-800\\/45 { + border-left-color: #29252473; +} + .border-l-stone-800\\/5 { border-left-color: #2925240d; } @@ -249292,10 +342208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #29252480; } +.border-l-stone-800\\/55 { + border-left-color: #2925248c; +} + .border-l-stone-800\\/60 { border-left-color: #29252499; } +.border-l-stone-800\\/65 { + border-left-color: #292524a6; +} + .border-l-stone-800\\/70 { border-left-color: #292524b3; } @@ -249308,6 +342232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #292524cc; } +.border-l-stone-800\\/85 { + border-left-color: #292524d9; +} + .border-l-stone-800\\/90 { border-left-color: #292524e6; } @@ -249333,6 +342261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1c1917; } +.border-l-stone-900\\/15 { + border-left-color: #1c191726; +} + .border-l-stone-900\\/20 { border-left-color: #1c191733; } @@ -249345,10 +342277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1c19174d; } +.border-l-stone-900\\/35 { + border-left-color: #1c191759; +} + .border-l-stone-900\\/40 { border-left-color: #1c191766; } +.border-l-stone-900\\/45 { + border-left-color: #1c191773; +} + .border-l-stone-900\\/5 { border-left-color: #1c19170d; } @@ -249357,10 +342297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1c191780; } +.border-l-stone-900\\/55 { + border-left-color: #1c19178c; +} + .border-l-stone-900\\/60 { border-left-color: #1c191799; } +.border-l-stone-900\\/65 { + border-left-color: #1c1917a6; +} + .border-l-stone-900\\/70 { border-left-color: #1c1917b3; } @@ -249373,6 +342321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #1c1917cc; } +.border-l-stone-900\\/85 { + border-left-color: #1c1917d9; +} + .border-l-stone-900\\/90 { border-left-color: #1c1917e6; } @@ -249398,6 +342350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c0a09; } +.border-l-stone-950\\/15 { + border-left-color: #0c0a0926; +} + .border-l-stone-950\\/20 { border-left-color: #0c0a0933; } @@ -249410,10 +342366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c0a094d; } +.border-l-stone-950\\/35 { + border-left-color: #0c0a0959; +} + .border-l-stone-950\\/40 { border-left-color: #0c0a0966; } +.border-l-stone-950\\/45 { + border-left-color: #0c0a0973; +} + .border-l-stone-950\\/5 { border-left-color: #0c0a090d; } @@ -249422,10 +342386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c0a0980; } +.border-l-stone-950\\/55 { + border-left-color: #0c0a098c; +} + .border-l-stone-950\\/60 { border-left-color: #0c0a0999; } +.border-l-stone-950\\/65 { + border-left-color: #0c0a09a6; +} + .border-l-stone-950\\/70 { border-left-color: #0c0a09b3; } @@ -249438,6 +342410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0c0a09cc; } +.border-l-stone-950\\/85 { + border-left-color: #0c0a09d9; +} + .border-l-stone-950\\/90 { border-left-color: #0c0a09e6; } @@ -249463,6 +342439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ccfbf1; } +.border-l-teal-100\\/15 { + border-left-color: #ccfbf126; +} + .border-l-teal-100\\/20 { border-left-color: #ccfbf133; } @@ -249475,10 +342455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ccfbf14d; } +.border-l-teal-100\\/35 { + border-left-color: #ccfbf159; +} + .border-l-teal-100\\/40 { border-left-color: #ccfbf166; } +.border-l-teal-100\\/45 { + border-left-color: #ccfbf173; +} + .border-l-teal-100\\/5 { border-left-color: #ccfbf10d; } @@ -249487,10 +342475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ccfbf180; } +.border-l-teal-100\\/55 { + border-left-color: #ccfbf18c; +} + .border-l-teal-100\\/60 { border-left-color: #ccfbf199; } +.border-l-teal-100\\/65 { + border-left-color: #ccfbf1a6; +} + .border-l-teal-100\\/70 { border-left-color: #ccfbf1b3; } @@ -249503,6 +342499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ccfbf1cc; } +.border-l-teal-100\\/85 { + border-left-color: #ccfbf1d9; +} + .border-l-teal-100\\/90 { border-left-color: #ccfbf1e6; } @@ -249528,6 +342528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #99f6e4; } +.border-l-teal-200\\/15 { + border-left-color: #99f6e426; +} + .border-l-teal-200\\/20 { border-left-color: #99f6e433; } @@ -249540,10 +342544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #99f6e44d; } +.border-l-teal-200\\/35 { + border-left-color: #99f6e459; +} + .border-l-teal-200\\/40 { border-left-color: #99f6e466; } +.border-l-teal-200\\/45 { + border-left-color: #99f6e473; +} + .border-l-teal-200\\/5 { border-left-color: #99f6e40d; } @@ -249552,10 +342564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #99f6e480; } +.border-l-teal-200\\/55 { + border-left-color: #99f6e48c; +} + .border-l-teal-200\\/60 { border-left-color: #99f6e499; } +.border-l-teal-200\\/65 { + border-left-color: #99f6e4a6; +} + .border-l-teal-200\\/70 { border-left-color: #99f6e4b3; } @@ -249568,6 +342588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #99f6e4cc; } +.border-l-teal-200\\/85 { + border-left-color: #99f6e4d9; +} + .border-l-teal-200\\/90 { border-left-color: #99f6e4e6; } @@ -249593,6 +342617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5eead4; } +.border-l-teal-300\\/15 { + border-left-color: #5eead426; +} + .border-l-teal-300\\/20 { border-left-color: #5eead433; } @@ -249605,10 +342633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5eead44d; } +.border-l-teal-300\\/35 { + border-left-color: #5eead459; +} + .border-l-teal-300\\/40 { border-left-color: #5eead466; } +.border-l-teal-300\\/45 { + border-left-color: #5eead473; +} + .border-l-teal-300\\/5 { border-left-color: #5eead40d; } @@ -249617,10 +342653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5eead480; } +.border-l-teal-300\\/55 { + border-left-color: #5eead48c; +} + .border-l-teal-300\\/60 { border-left-color: #5eead499; } +.border-l-teal-300\\/65 { + border-left-color: #5eead4a6; +} + .border-l-teal-300\\/70 { border-left-color: #5eead4b3; } @@ -249633,6 +342677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5eead4cc; } +.border-l-teal-300\\/85 { + border-left-color: #5eead4d9; +} + .border-l-teal-300\\/90 { border-left-color: #5eead4e6; } @@ -249658,6 +342706,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2dd4bf; } +.border-l-teal-400\\/15 { + border-left-color: #2dd4bf26; +} + .border-l-teal-400\\/20 { border-left-color: #2dd4bf33; } @@ -249670,10 +342722,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2dd4bf4d; } +.border-l-teal-400\\/35 { + border-left-color: #2dd4bf59; +} + .border-l-teal-400\\/40 { border-left-color: #2dd4bf66; } +.border-l-teal-400\\/45 { + border-left-color: #2dd4bf73; +} + .border-l-teal-400\\/5 { border-left-color: #2dd4bf0d; } @@ -249682,10 +342742,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2dd4bf80; } +.border-l-teal-400\\/55 { + border-left-color: #2dd4bf8c; +} + .border-l-teal-400\\/60 { border-left-color: #2dd4bf99; } +.border-l-teal-400\\/65 { + border-left-color: #2dd4bfa6; +} + .border-l-teal-400\\/70 { border-left-color: #2dd4bfb3; } @@ -249698,6 +342766,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2dd4bfcc; } +.border-l-teal-400\\/85 { + border-left-color: #2dd4bfd9; +} + .border-l-teal-400\\/90 { border-left-color: #2dd4bfe6; } @@ -249723,6 +342795,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdfa; } +.border-l-teal-50\\/15 { + border-left-color: #f0fdfa26; +} + .border-l-teal-50\\/20 { border-left-color: #f0fdfa33; } @@ -249735,10 +342811,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdfa4d; } +.border-l-teal-50\\/35 { + border-left-color: #f0fdfa59; +} + .border-l-teal-50\\/40 { border-left-color: #f0fdfa66; } +.border-l-teal-50\\/45 { + border-left-color: #f0fdfa73; +} + .border-l-teal-50\\/5 { border-left-color: #f0fdfa0d; } @@ -249747,10 +342831,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdfa80; } +.border-l-teal-50\\/55 { + border-left-color: #f0fdfa8c; +} + .border-l-teal-50\\/60 { border-left-color: #f0fdfa99; } +.border-l-teal-50\\/65 { + border-left-color: #f0fdfaa6; +} + .border-l-teal-50\\/70 { border-left-color: #f0fdfab3; } @@ -249763,6 +342855,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f0fdfacc; } +.border-l-teal-50\\/85 { + border-left-color: #f0fdfad9; +} + .border-l-teal-50\\/90 { border-left-color: #f0fdfae6; } @@ -249788,6 +342884,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14b8a6; } +.border-l-teal-500\\/15 { + border-left-color: #14b8a626; +} + .border-l-teal-500\\/20 { border-left-color: #14b8a633; } @@ -249800,10 +342900,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14b8a64d; } +.border-l-teal-500\\/35 { + border-left-color: #14b8a659; +} + .border-l-teal-500\\/40 { border-left-color: #14b8a666; } +.border-l-teal-500\\/45 { + border-left-color: #14b8a673; +} + .border-l-teal-500\\/5 { border-left-color: #14b8a60d; } @@ -249812,10 +342920,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14b8a680; } +.border-l-teal-500\\/55 { + border-left-color: #14b8a68c; +} + .border-l-teal-500\\/60 { border-left-color: #14b8a699; } +.border-l-teal-500\\/65 { + border-left-color: #14b8a6a6; +} + .border-l-teal-500\\/70 { border-left-color: #14b8a6b3; } @@ -249828,6 +342944,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #14b8a6cc; } +.border-l-teal-500\\/85 { + border-left-color: #14b8a6d9; +} + .border-l-teal-500\\/90 { border-left-color: #14b8a6e6; } @@ -249853,6 +342973,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0d9488; } +.border-l-teal-600\\/15 { + border-left-color: #0d948826; +} + .border-l-teal-600\\/20 { border-left-color: #0d948833; } @@ -249865,10 +342989,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0d94884d; } +.border-l-teal-600\\/35 { + border-left-color: #0d948859; +} + .border-l-teal-600\\/40 { border-left-color: #0d948866; } +.border-l-teal-600\\/45 { + border-left-color: #0d948873; +} + .border-l-teal-600\\/5 { border-left-color: #0d94880d; } @@ -249877,10 +343009,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0d948880; } +.border-l-teal-600\\/55 { + border-left-color: #0d94888c; +} + .border-l-teal-600\\/60 { border-left-color: #0d948899; } +.border-l-teal-600\\/65 { + border-left-color: #0d9488a6; +} + .border-l-teal-600\\/70 { border-left-color: #0d9488b3; } @@ -249893,6 +343033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0d9488cc; } +.border-l-teal-600\\/85 { + border-left-color: #0d9488d9; +} + .border-l-teal-600\\/90 { border-left-color: #0d9488e6; } @@ -249918,6 +343062,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f766e; } +.border-l-teal-700\\/15 { + border-left-color: #0f766e26; +} + .border-l-teal-700\\/20 { border-left-color: #0f766e33; } @@ -249930,10 +343078,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f766e4d; } +.border-l-teal-700\\/35 { + border-left-color: #0f766e59; +} + .border-l-teal-700\\/40 { border-left-color: #0f766e66; } +.border-l-teal-700\\/45 { + border-left-color: #0f766e73; +} + .border-l-teal-700\\/5 { border-left-color: #0f766e0d; } @@ -249942,10 +343098,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f766e80; } +.border-l-teal-700\\/55 { + border-left-color: #0f766e8c; +} + .border-l-teal-700\\/60 { border-left-color: #0f766e99; } +.border-l-teal-700\\/65 { + border-left-color: #0f766ea6; +} + .border-l-teal-700\\/70 { border-left-color: #0f766eb3; } @@ -249958,6 +343122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0f766ecc; } +.border-l-teal-700\\/85 { + border-left-color: #0f766ed9; +} + .border-l-teal-700\\/90 { border-left-color: #0f766ee6; } @@ -249983,6 +343151,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #115e59; } +.border-l-teal-800\\/15 { + border-left-color: #115e5926; +} + .border-l-teal-800\\/20 { border-left-color: #115e5933; } @@ -249995,10 +343167,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #115e594d; } +.border-l-teal-800\\/35 { + border-left-color: #115e5959; +} + .border-l-teal-800\\/40 { border-left-color: #115e5966; } +.border-l-teal-800\\/45 { + border-left-color: #115e5973; +} + .border-l-teal-800\\/5 { border-left-color: #115e590d; } @@ -250007,10 +343187,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #115e5980; } +.border-l-teal-800\\/55 { + border-left-color: #115e598c; +} + .border-l-teal-800\\/60 { border-left-color: #115e5999; } +.border-l-teal-800\\/65 { + border-left-color: #115e59a6; +} + .border-l-teal-800\\/70 { border-left-color: #115e59b3; } @@ -250023,6 +343211,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #115e59cc; } +.border-l-teal-800\\/85 { + border-left-color: #115e59d9; +} + .border-l-teal-800\\/90 { border-left-color: #115e59e6; } @@ -250048,6 +343240,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #134e4a; } +.border-l-teal-900\\/15 { + border-left-color: #134e4a26; +} + .border-l-teal-900\\/20 { border-left-color: #134e4a33; } @@ -250060,10 +343256,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #134e4a4d; } +.border-l-teal-900\\/35 { + border-left-color: #134e4a59; +} + .border-l-teal-900\\/40 { border-left-color: #134e4a66; } +.border-l-teal-900\\/45 { + border-left-color: #134e4a73; +} + .border-l-teal-900\\/5 { border-left-color: #134e4a0d; } @@ -250072,10 +343276,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #134e4a80; } +.border-l-teal-900\\/55 { + border-left-color: #134e4a8c; +} + .border-l-teal-900\\/60 { border-left-color: #134e4a99; } +.border-l-teal-900\\/65 { + border-left-color: #134e4aa6; +} + .border-l-teal-900\\/70 { border-left-color: #134e4ab3; } @@ -250088,6 +343300,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #134e4acc; } +.border-l-teal-900\\/85 { + border-left-color: #134e4ad9; +} + .border-l-teal-900\\/90 { border-left-color: #134e4ae6; } @@ -250113,6 +343329,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #042f2e; } +.border-l-teal-950\\/15 { + border-left-color: #042f2e26; +} + .border-l-teal-950\\/20 { border-left-color: #042f2e33; } @@ -250125,10 +343345,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #042f2e4d; } +.border-l-teal-950\\/35 { + border-left-color: #042f2e59; +} + .border-l-teal-950\\/40 { border-left-color: #042f2e66; } +.border-l-teal-950\\/45 { + border-left-color: #042f2e73; +} + .border-l-teal-950\\/5 { border-left-color: #042f2e0d; } @@ -250137,10 +343365,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #042f2e80; } +.border-l-teal-950\\/55 { + border-left-color: #042f2e8c; +} + .border-l-teal-950\\/60 { border-left-color: #042f2e99; } +.border-l-teal-950\\/65 { + border-left-color: #042f2ea6; +} + .border-l-teal-950\\/70 { border-left-color: #042f2eb3; } @@ -250153,6 +343389,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #042f2ecc; } +.border-l-teal-950\\/85 { + border-left-color: #042f2ed9; +} + .border-l-teal-950\\/90 { border-left-color: #042f2ee6; } @@ -250173,6 +343413,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #000; } +.border-l-transparent\\/15 { + border-left-color: #00000026; +} + .border-l-transparent\\/20 { border-left-color: #0003; } @@ -250185,10 +343429,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #0000004d; } +.border-l-transparent\\/35 { + border-left-color: #00000059; +} + .border-l-transparent\\/40 { border-left-color: #0006; } +.border-l-transparent\\/45 { + border-left-color: #00000073; +} + .border-l-transparent\\/5 { border-left-color: #0000000d; } @@ -250197,10 +343449,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #00000080; } +.border-l-transparent\\/55 { + border-left-color: #0000008c; +} + .border-l-transparent\\/60 { border-left-color: #0009; } +.border-l-transparent\\/65 { + border-left-color: #000000a6; +} + .border-l-transparent\\/70 { border-left-color: #000000b3; } @@ -250213,6 +343473,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #000c; } +.border-l-transparent\\/85 { + border-left-color: #000000d9; +} + .border-l-transparent\\/90 { border-left-color: #000000e6; } @@ -250238,6 +343502,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ede9fe; } +.border-l-violet-100\\/15 { + border-left-color: #ede9fe26; +} + .border-l-violet-100\\/20 { border-left-color: #ede9fe33; } @@ -250250,10 +343518,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ede9fe4d; } +.border-l-violet-100\\/35 { + border-left-color: #ede9fe59; +} + .border-l-violet-100\\/40 { border-left-color: #ede9fe66; } +.border-l-violet-100\\/45 { + border-left-color: #ede9fe73; +} + .border-l-violet-100\\/5 { border-left-color: #ede9fe0d; } @@ -250262,10 +343538,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ede9fe80; } +.border-l-violet-100\\/55 { + border-left-color: #ede9fe8c; +} + .border-l-violet-100\\/60 { border-left-color: #ede9fe99; } +.border-l-violet-100\\/65 { + border-left-color: #ede9fea6; +} + .border-l-violet-100\\/70 { border-left-color: #ede9feb3; } @@ -250278,6 +343562,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ede9fecc; } +.border-l-violet-100\\/85 { + border-left-color: #ede9fed9; +} + .border-l-violet-100\\/90 { border-left-color: #ede9fee6; } @@ -250303,6 +343591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ddd6fe; } +.border-l-violet-200\\/15 { + border-left-color: #ddd6fe26; +} + .border-l-violet-200\\/20 { border-left-color: #ddd6fe33; } @@ -250315,10 +343607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ddd6fe4d; } +.border-l-violet-200\\/35 { + border-left-color: #ddd6fe59; +} + .border-l-violet-200\\/40 { border-left-color: #ddd6fe66; } +.border-l-violet-200\\/45 { + border-left-color: #ddd6fe73; +} + .border-l-violet-200\\/5 { border-left-color: #ddd6fe0d; } @@ -250327,10 +343627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ddd6fe80; } +.border-l-violet-200\\/55 { + border-left-color: #ddd6fe8c; +} + .border-l-violet-200\\/60 { border-left-color: #ddd6fe99; } +.border-l-violet-200\\/65 { + border-left-color: #ddd6fea6; +} + .border-l-violet-200\\/70 { border-left-color: #ddd6feb3; } @@ -250343,6 +343651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ddd6fecc; } +.border-l-violet-200\\/85 { + border-left-color: #ddd6fed9; +} + .border-l-violet-200\\/90 { border-left-color: #ddd6fee6; } @@ -250368,6 +343680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c4b5fd; } +.border-l-violet-300\\/15 { + border-left-color: #c4b5fd26; +} + .border-l-violet-300\\/20 { border-left-color: #c4b5fd33; } @@ -250380,10 +343696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c4b5fd4d; } +.border-l-violet-300\\/35 { + border-left-color: #c4b5fd59; +} + .border-l-violet-300\\/40 { border-left-color: #c4b5fd66; } +.border-l-violet-300\\/45 { + border-left-color: #c4b5fd73; +} + .border-l-violet-300\\/5 { border-left-color: #c4b5fd0d; } @@ -250392,10 +343716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c4b5fd80; } +.border-l-violet-300\\/55 { + border-left-color: #c4b5fd8c; +} + .border-l-violet-300\\/60 { border-left-color: #c4b5fd99; } +.border-l-violet-300\\/65 { + border-left-color: #c4b5fda6; +} + .border-l-violet-300\\/70 { border-left-color: #c4b5fdb3; } @@ -250408,6 +343740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #c4b5fdcc; } +.border-l-violet-300\\/85 { + border-left-color: #c4b5fdd9; +} + .border-l-violet-300\\/90 { border-left-color: #c4b5fde6; } @@ -250433,6 +343769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a78bfa; } +.border-l-violet-400\\/15 { + border-left-color: #a78bfa26; +} + .border-l-violet-400\\/20 { border-left-color: #a78bfa33; } @@ -250445,10 +343785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a78bfa4d; } +.border-l-violet-400\\/35 { + border-left-color: #a78bfa59; +} + .border-l-violet-400\\/40 { border-left-color: #a78bfa66; } +.border-l-violet-400\\/45 { + border-left-color: #a78bfa73; +} + .border-l-violet-400\\/5 { border-left-color: #a78bfa0d; } @@ -250457,10 +343805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a78bfa80; } +.border-l-violet-400\\/55 { + border-left-color: #a78bfa8c; +} + .border-l-violet-400\\/60 { border-left-color: #a78bfa99; } +.border-l-violet-400\\/65 { + border-left-color: #a78bfaa6; +} + .border-l-violet-400\\/70 { border-left-color: #a78bfab3; } @@ -250473,6 +343829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a78bfacc; } +.border-l-violet-400\\/85 { + border-left-color: #a78bfad9; +} + .border-l-violet-400\\/90 { border-left-color: #a78bfae6; } @@ -250498,6 +343858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f3ff; } +.border-l-violet-50\\/15 { + border-left-color: #f5f3ff26; +} + .border-l-violet-50\\/20 { border-left-color: #f5f3ff33; } @@ -250510,10 +343874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f3ff4d; } +.border-l-violet-50\\/35 { + border-left-color: #f5f3ff59; +} + .border-l-violet-50\\/40 { border-left-color: #f5f3ff66; } +.border-l-violet-50\\/45 { + border-left-color: #f5f3ff73; +} + .border-l-violet-50\\/5 { border-left-color: #f5f3ff0d; } @@ -250522,10 +343894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f3ff80; } +.border-l-violet-50\\/55 { + border-left-color: #f5f3ff8c; +} + .border-l-violet-50\\/60 { border-left-color: #f5f3ff99; } +.border-l-violet-50\\/65 { + border-left-color: #f5f3ffa6; +} + .border-l-violet-50\\/70 { border-left-color: #f5f3ffb3; } @@ -250538,6 +343918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f5f3ffcc; } +.border-l-violet-50\\/85 { + border-left-color: #f5f3ffd9; +} + .border-l-violet-50\\/90 { border-left-color: #f5f3ffe6; } @@ -250563,6 +343947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #8b5cf6; } +.border-l-violet-500\\/15 { + border-left-color: #8b5cf626; +} + .border-l-violet-500\\/20 { border-left-color: #8b5cf633; } @@ -250575,10 +343963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #8b5cf64d; } +.border-l-violet-500\\/35 { + border-left-color: #8b5cf659; +} + .border-l-violet-500\\/40 { border-left-color: #8b5cf666; } +.border-l-violet-500\\/45 { + border-left-color: #8b5cf673; +} + .border-l-violet-500\\/5 { border-left-color: #8b5cf60d; } @@ -250587,10 +343983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #8b5cf680; } +.border-l-violet-500\\/55 { + border-left-color: #8b5cf68c; +} + .border-l-violet-500\\/60 { border-left-color: #8b5cf699; } +.border-l-violet-500\\/65 { + border-left-color: #8b5cf6a6; +} + .border-l-violet-500\\/70 { border-left-color: #8b5cf6b3; } @@ -250603,6 +344007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #8b5cf6cc; } +.border-l-violet-500\\/85 { + border-left-color: #8b5cf6d9; +} + .border-l-violet-500\\/90 { border-left-color: #8b5cf6e6; } @@ -250628,6 +344036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c3aed; } +.border-l-violet-600\\/15 { + border-left-color: #7c3aed26; +} + .border-l-violet-600\\/20 { border-left-color: #7c3aed33; } @@ -250640,10 +344052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c3aed4d; } +.border-l-violet-600\\/35 { + border-left-color: #7c3aed59; +} + .border-l-violet-600\\/40 { border-left-color: #7c3aed66; } +.border-l-violet-600\\/45 { + border-left-color: #7c3aed73; +} + .border-l-violet-600\\/5 { border-left-color: #7c3aed0d; } @@ -250652,10 +344072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c3aed80; } +.border-l-violet-600\\/55 { + border-left-color: #7c3aed8c; +} + .border-l-violet-600\\/60 { border-left-color: #7c3aed99; } +.border-l-violet-600\\/65 { + border-left-color: #7c3aeda6; +} + .border-l-violet-600\\/70 { border-left-color: #7c3aedb3; } @@ -250668,6 +344096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #7c3aedcc; } +.border-l-violet-600\\/85 { + border-left-color: #7c3aedd9; +} + .border-l-violet-600\\/90 { border-left-color: #7c3aede6; } @@ -250693,6 +344125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6d28d9; } +.border-l-violet-700\\/15 { + border-left-color: #6d28d926; +} + .border-l-violet-700\\/20 { border-left-color: #6d28d933; } @@ -250705,10 +344141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6d28d94d; } +.border-l-violet-700\\/35 { + border-left-color: #6d28d959; +} + .border-l-violet-700\\/40 { border-left-color: #6d28d966; } +.border-l-violet-700\\/45 { + border-left-color: #6d28d973; +} + .border-l-violet-700\\/5 { border-left-color: #6d28d90d; } @@ -250717,10 +344161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6d28d980; } +.border-l-violet-700\\/55 { + border-left-color: #6d28d98c; +} + .border-l-violet-700\\/60 { border-left-color: #6d28d999; } +.border-l-violet-700\\/65 { + border-left-color: #6d28d9a6; +} + .border-l-violet-700\\/70 { border-left-color: #6d28d9b3; } @@ -250733,6 +344185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #6d28d9cc; } +.border-l-violet-700\\/85 { + border-left-color: #6d28d9d9; +} + .border-l-violet-700\\/90 { border-left-color: #6d28d9e6; } @@ -250758,6 +344214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5b21b6; } +.border-l-violet-800\\/15 { + border-left-color: #5b21b626; +} + .border-l-violet-800\\/20 { border-left-color: #5b21b633; } @@ -250770,10 +344230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5b21b64d; } +.border-l-violet-800\\/35 { + border-left-color: #5b21b659; +} + .border-l-violet-800\\/40 { border-left-color: #5b21b666; } +.border-l-violet-800\\/45 { + border-left-color: #5b21b673; +} + .border-l-violet-800\\/5 { border-left-color: #5b21b60d; } @@ -250782,10 +344250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5b21b680; } +.border-l-violet-800\\/55 { + border-left-color: #5b21b68c; +} + .border-l-violet-800\\/60 { border-left-color: #5b21b699; } +.border-l-violet-800\\/65 { + border-left-color: #5b21b6a6; +} + .border-l-violet-800\\/70 { border-left-color: #5b21b6b3; } @@ -250798,6 +344274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #5b21b6cc; } +.border-l-violet-800\\/85 { + border-left-color: #5b21b6d9; +} + .border-l-violet-800\\/90 { border-left-color: #5b21b6e6; } @@ -250823,6 +344303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c1d95; } +.border-l-violet-900\\/15 { + border-left-color: #4c1d9526; +} + .border-l-violet-900\\/20 { border-left-color: #4c1d9533; } @@ -250835,10 +344319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c1d954d; } +.border-l-violet-900\\/35 { + border-left-color: #4c1d9559; +} + .border-l-violet-900\\/40 { border-left-color: #4c1d9566; } +.border-l-violet-900\\/45 { + border-left-color: #4c1d9573; +} + .border-l-violet-900\\/5 { border-left-color: #4c1d950d; } @@ -250847,10 +344339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c1d9580; } +.border-l-violet-900\\/55 { + border-left-color: #4c1d958c; +} + .border-l-violet-900\\/60 { border-left-color: #4c1d9599; } +.border-l-violet-900\\/65 { + border-left-color: #4c1d95a6; +} + .border-l-violet-900\\/70 { border-left-color: #4c1d95b3; } @@ -250863,6 +344363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4c1d95cc; } +.border-l-violet-900\\/85 { + border-left-color: #4c1d95d9; +} + .border-l-violet-900\\/90 { border-left-color: #4c1d95e6; } @@ -250888,6 +344392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2e1065; } +.border-l-violet-950\\/15 { + border-left-color: #2e106526; +} + .border-l-violet-950\\/20 { border-left-color: #2e106533; } @@ -250900,10 +344408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2e10654d; } +.border-l-violet-950\\/35 { + border-left-color: #2e106559; +} + .border-l-violet-950\\/40 { border-left-color: #2e106566; } +.border-l-violet-950\\/45 { + border-left-color: #2e106573; +} + .border-l-violet-950\\/5 { border-left-color: #2e10650d; } @@ -250912,10 +344428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2e106580; } +.border-l-violet-950\\/55 { + border-left-color: #2e10658c; +} + .border-l-violet-950\\/60 { border-left-color: #2e106599; } +.border-l-violet-950\\/65 { + border-left-color: #2e1065a6; +} + .border-l-violet-950\\/70 { border-left-color: #2e1065b3; } @@ -250928,6 +344452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #2e1065cc; } +.border-l-violet-950\\/85 { + border-left-color: #2e1065d9; +} + .border-l-violet-950\\/90 { border-left-color: #2e1065e6; } @@ -250953,6 +344481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fff; } +.border-l-white\\/15 { + border-left-color: #ffffff26; +} + .border-l-white\\/20 { border-left-color: #fff3; } @@ -250965,10 +344497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffffff4d; } +.border-l-white\\/35 { + border-left-color: #ffffff59; +} + .border-l-white\\/40 { border-left-color: #fff6; } +.border-l-white\\/45 { + border-left-color: #ffffff73; +} + .border-l-white\\/5 { border-left-color: #ffffff0d; } @@ -250977,10 +344517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ffffff80; } +.border-l-white\\/55 { + border-left-color: #ffffff8c; +} + .border-l-white\\/60 { border-left-color: #fff9; } +.border-l-white\\/65 { + border-left-color: #ffffffa6; +} + .border-l-white\\/70 { border-left-color: #ffffffb3; } @@ -250993,6 +344541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fffc; } +.border-l-white\\/85 { + border-left-color: #ffffffd9; +} + .border-l-white\\/90 { border-left-color: #ffffffe6; } @@ -251018,6 +344570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef9c3; } +.border-l-yellow-100\\/15 { + border-left-color: #fef9c326; +} + .border-l-yellow-100\\/20 { border-left-color: #fef9c333; } @@ -251030,10 +344586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef9c34d; } +.border-l-yellow-100\\/35 { + border-left-color: #fef9c359; +} + .border-l-yellow-100\\/40 { border-left-color: #fef9c366; } +.border-l-yellow-100\\/45 { + border-left-color: #fef9c373; +} + .border-l-yellow-100\\/5 { border-left-color: #fef9c30d; } @@ -251042,10 +344606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef9c380; } +.border-l-yellow-100\\/55 { + border-left-color: #fef9c38c; +} + .border-l-yellow-100\\/60 { border-left-color: #fef9c399; } +.border-l-yellow-100\\/65 { + border-left-color: #fef9c3a6; +} + .border-l-yellow-100\\/70 { border-left-color: #fef9c3b3; } @@ -251058,6 +344630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef9c3cc; } +.border-l-yellow-100\\/85 { + border-left-color: #fef9c3d9; +} + .border-l-yellow-100\\/90 { border-left-color: #fef9c3e6; } @@ -251083,6 +344659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef08a; } +.border-l-yellow-200\\/15 { + border-left-color: #fef08a26; +} + .border-l-yellow-200\\/20 { border-left-color: #fef08a33; } @@ -251095,10 +344675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef08a4d; } +.border-l-yellow-200\\/35 { + border-left-color: #fef08a59; +} + .border-l-yellow-200\\/40 { border-left-color: #fef08a66; } +.border-l-yellow-200\\/45 { + border-left-color: #fef08a73; +} + .border-l-yellow-200\\/5 { border-left-color: #fef08a0d; } @@ -251107,10 +344695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef08a80; } +.border-l-yellow-200\\/55 { + border-left-color: #fef08a8c; +} + .border-l-yellow-200\\/60 { border-left-color: #fef08a99; } +.border-l-yellow-200\\/65 { + border-left-color: #fef08aa6; +} + .border-l-yellow-200\\/70 { border-left-color: #fef08ab3; } @@ -251123,6 +344719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fef08acc; } +.border-l-yellow-200\\/85 { + border-left-color: #fef08ad9; +} + .border-l-yellow-200\\/90 { border-left-color: #fef08ae6; } @@ -251148,6 +344748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde047; } +.border-l-yellow-300\\/15 { + border-left-color: #fde04726; +} + .border-l-yellow-300\\/20 { border-left-color: #fde04733; } @@ -251160,10 +344764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde0474d; } +.border-l-yellow-300\\/35 { + border-left-color: #fde04759; +} + .border-l-yellow-300\\/40 { border-left-color: #fde04766; } +.border-l-yellow-300\\/45 { + border-left-color: #fde04773; +} + .border-l-yellow-300\\/5 { border-left-color: #fde0470d; } @@ -251172,10 +344784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde04780; } +.border-l-yellow-300\\/55 { + border-left-color: #fde0478c; +} + .border-l-yellow-300\\/60 { border-left-color: #fde04799; } +.border-l-yellow-300\\/65 { + border-left-color: #fde047a6; +} + .border-l-yellow-300\\/70 { border-left-color: #fde047b3; } @@ -251188,6 +344808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fde047cc; } +.border-l-yellow-300\\/85 { + border-left-color: #fde047d9; +} + .border-l-yellow-300\\/90 { border-left-color: #fde047e6; } @@ -251213,6 +344837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #facc15; } +.border-l-yellow-400\\/15 { + border-left-color: #facc1526; +} + .border-l-yellow-400\\/20 { border-left-color: #facc1533; } @@ -251225,10 +344853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #facc154d; } +.border-l-yellow-400\\/35 { + border-left-color: #facc1559; +} + .border-l-yellow-400\\/40 { border-left-color: #facc1566; } +.border-l-yellow-400\\/45 { + border-left-color: #facc1573; +} + .border-l-yellow-400\\/5 { border-left-color: #facc150d; } @@ -251237,10 +344873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #facc1580; } +.border-l-yellow-400\\/55 { + border-left-color: #facc158c; +} + .border-l-yellow-400\\/60 { border-left-color: #facc1599; } +.border-l-yellow-400\\/65 { + border-left-color: #facc15a6; +} + .border-l-yellow-400\\/70 { border-left-color: #facc15b3; } @@ -251253,6 +344897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #facc15cc; } +.border-l-yellow-400\\/85 { + border-left-color: #facc15d9; +} + .border-l-yellow-400\\/90 { border-left-color: #facc15e6; } @@ -251278,6 +344926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fefce8; } +.border-l-yellow-50\\/15 { + border-left-color: #fefce826; +} + .border-l-yellow-50\\/20 { border-left-color: #fefce833; } @@ -251290,10 +344942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fefce84d; } +.border-l-yellow-50\\/35 { + border-left-color: #fefce859; +} + .border-l-yellow-50\\/40 { border-left-color: #fefce866; } +.border-l-yellow-50\\/45 { + border-left-color: #fefce873; +} + .border-l-yellow-50\\/5 { border-left-color: #fefce80d; } @@ -251302,10 +344962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fefce880; } +.border-l-yellow-50\\/55 { + border-left-color: #fefce88c; +} + .border-l-yellow-50\\/60 { border-left-color: #fefce899; } +.border-l-yellow-50\\/65 { + border-left-color: #fefce8a6; +} + .border-l-yellow-50\\/70 { border-left-color: #fefce8b3; } @@ -251318,6 +344986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fefce8cc; } +.border-l-yellow-50\\/85 { + border-left-color: #fefce8d9; +} + .border-l-yellow-50\\/90 { border-left-color: #fefce8e6; } @@ -251343,6 +345015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eab308; } +.border-l-yellow-500\\/15 { + border-left-color: #eab30826; +} + .border-l-yellow-500\\/20 { border-left-color: #eab30833; } @@ -251355,10 +345031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eab3084d; } +.border-l-yellow-500\\/35 { + border-left-color: #eab30859; +} + .border-l-yellow-500\\/40 { border-left-color: #eab30866; } +.border-l-yellow-500\\/45 { + border-left-color: #eab30873; +} + .border-l-yellow-500\\/5 { border-left-color: #eab3080d; } @@ -251367,10 +345051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eab30880; } +.border-l-yellow-500\\/55 { + border-left-color: #eab3088c; +} + .border-l-yellow-500\\/60 { border-left-color: #eab30899; } +.border-l-yellow-500\\/65 { + border-left-color: #eab308a6; +} + .border-l-yellow-500\\/70 { border-left-color: #eab308b3; } @@ -251383,6 +345075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #eab308cc; } +.border-l-yellow-500\\/85 { + border-left-color: #eab308d9; +} + .border-l-yellow-500\\/90 { border-left-color: #eab308e6; } @@ -251408,6 +345104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ca8a04; } +.border-l-yellow-600\\/15 { + border-left-color: #ca8a0426; +} + .border-l-yellow-600\\/20 { border-left-color: #ca8a0433; } @@ -251420,10 +345120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ca8a044d; } +.border-l-yellow-600\\/35 { + border-left-color: #ca8a0459; +} + .border-l-yellow-600\\/40 { border-left-color: #ca8a0466; } +.border-l-yellow-600\\/45 { + border-left-color: #ca8a0473; +} + .border-l-yellow-600\\/5 { border-left-color: #ca8a040d; } @@ -251432,10 +345140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ca8a0480; } +.border-l-yellow-600\\/55 { + border-left-color: #ca8a048c; +} + .border-l-yellow-600\\/60 { border-left-color: #ca8a0499; } +.border-l-yellow-600\\/65 { + border-left-color: #ca8a04a6; +} + .border-l-yellow-600\\/70 { border-left-color: #ca8a04b3; } @@ -251448,6 +345164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #ca8a04cc; } +.border-l-yellow-600\\/85 { + border-left-color: #ca8a04d9; +} + .border-l-yellow-600\\/90 { border-left-color: #ca8a04e6; } @@ -251473,6 +345193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a16207; } +.border-l-yellow-700\\/15 { + border-left-color: #a1620726; +} + .border-l-yellow-700\\/20 { border-left-color: #a1620733; } @@ -251485,10 +345209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a162074d; } +.border-l-yellow-700\\/35 { + border-left-color: #a1620759; +} + .border-l-yellow-700\\/40 { border-left-color: #a1620766; } +.border-l-yellow-700\\/45 { + border-left-color: #a1620773; +} + .border-l-yellow-700\\/5 { border-left-color: #a162070d; } @@ -251497,10 +345229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a1620780; } +.border-l-yellow-700\\/55 { + border-left-color: #a162078c; +} + .border-l-yellow-700\\/60 { border-left-color: #a1620799; } +.border-l-yellow-700\\/65 { + border-left-color: #a16207a6; +} + .border-l-yellow-700\\/70 { border-left-color: #a16207b3; } @@ -251513,6 +345253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a16207cc; } +.border-l-yellow-700\\/85 { + border-left-color: #a16207d9; +} + .border-l-yellow-700\\/90 { border-left-color: #a16207e6; } @@ -251538,6 +345282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #854d0e; } +.border-l-yellow-800\\/15 { + border-left-color: #854d0e26; +} + .border-l-yellow-800\\/20 { border-left-color: #854d0e33; } @@ -251550,10 +345298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #854d0e4d; } +.border-l-yellow-800\\/35 { + border-left-color: #854d0e59; +} + .border-l-yellow-800\\/40 { border-left-color: #854d0e66; } +.border-l-yellow-800\\/45 { + border-left-color: #854d0e73; +} + .border-l-yellow-800\\/5 { border-left-color: #854d0e0d; } @@ -251562,10 +345318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #854d0e80; } +.border-l-yellow-800\\/55 { + border-left-color: #854d0e8c; +} + .border-l-yellow-800\\/60 { border-left-color: #854d0e99; } +.border-l-yellow-800\\/65 { + border-left-color: #854d0ea6; +} + .border-l-yellow-800\\/70 { border-left-color: #854d0eb3; } @@ -251578,6 +345342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #854d0ecc; } +.border-l-yellow-800\\/85 { + border-left-color: #854d0ed9; +} + .border-l-yellow-800\\/90 { border-left-color: #854d0ee6; } @@ -251603,6 +345371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #713f12; } +.border-l-yellow-900\\/15 { + border-left-color: #713f1226; +} + .border-l-yellow-900\\/20 { border-left-color: #713f1233; } @@ -251615,10 +345387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #713f124d; } +.border-l-yellow-900\\/35 { + border-left-color: #713f1259; +} + .border-l-yellow-900\\/40 { border-left-color: #713f1266; } +.border-l-yellow-900\\/45 { + border-left-color: #713f1273; +} + .border-l-yellow-900\\/5 { border-left-color: #713f120d; } @@ -251627,10 +345407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #713f1280; } +.border-l-yellow-900\\/55 { + border-left-color: #713f128c; +} + .border-l-yellow-900\\/60 { border-left-color: #713f1299; } +.border-l-yellow-900\\/65 { + border-left-color: #713f12a6; +} + .border-l-yellow-900\\/70 { border-left-color: #713f12b3; } @@ -251643,6 +345431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #713f12cc; } +.border-l-yellow-900\\/85 { + border-left-color: #713f12d9; +} + .border-l-yellow-900\\/90 { border-left-color: #713f12e6; } @@ -251668,6 +345460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #422006; } +.border-l-yellow-950\\/15 { + border-left-color: #42200626; +} + .border-l-yellow-950\\/20 { border-left-color: #42200633; } @@ -251680,10 +345476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #4220064d; } +.border-l-yellow-950\\/35 { + border-left-color: #42200659; +} + .border-l-yellow-950\\/40 { border-left-color: #42200666; } +.border-l-yellow-950\\/45 { + border-left-color: #42200673; +} + .border-l-yellow-950\\/5 { border-left-color: #4220060d; } @@ -251692,10 +345496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #42200680; } +.border-l-yellow-950\\/55 { + border-left-color: #4220068c; +} + .border-l-yellow-950\\/60 { border-left-color: #42200699; } +.border-l-yellow-950\\/65 { + border-left-color: #422006a6; +} + .border-l-yellow-950\\/70 { border-left-color: #422006b3; } @@ -251708,6 +345520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #422006cc; } +.border-l-yellow-950\\/85 { + border-left-color: #422006d9; +} + .border-l-yellow-950\\/90 { border-left-color: #422006e6; } @@ -251733,6 +345549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f4f4f5; } +.border-l-zinc-100\\/15 { + border-left-color: #f4f4f526; +} + .border-l-zinc-100\\/20 { border-left-color: #f4f4f533; } @@ -251745,10 +345565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f4f4f54d; } +.border-l-zinc-100\\/35 { + border-left-color: #f4f4f559; +} + .border-l-zinc-100\\/40 { border-left-color: #f4f4f566; } +.border-l-zinc-100\\/45 { + border-left-color: #f4f4f573; +} + .border-l-zinc-100\\/5 { border-left-color: #f4f4f50d; } @@ -251757,10 +345585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f4f4f580; } +.border-l-zinc-100\\/55 { + border-left-color: #f4f4f58c; +} + .border-l-zinc-100\\/60 { border-left-color: #f4f4f599; } +.border-l-zinc-100\\/65 { + border-left-color: #f4f4f5a6; +} + .border-l-zinc-100\\/70 { border-left-color: #f4f4f5b3; } @@ -251773,6 +345609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #f4f4f5cc; } +.border-l-zinc-100\\/85 { + border-left-color: #f4f4f5d9; +} + .border-l-zinc-100\\/90 { border-left-color: #f4f4f5e6; } @@ -251798,6 +345638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e4e4e7; } +.border-l-zinc-200\\/15 { + border-left-color: #e4e4e726; +} + .border-l-zinc-200\\/20 { border-left-color: #e4e4e733; } @@ -251810,10 +345654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e4e4e74d; } +.border-l-zinc-200\\/35 { + border-left-color: #e4e4e759; +} + .border-l-zinc-200\\/40 { border-left-color: #e4e4e766; } +.border-l-zinc-200\\/45 { + border-left-color: #e4e4e773; +} + .border-l-zinc-200\\/5 { border-left-color: #e4e4e70d; } @@ -251822,10 +345674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e4e4e780; } +.border-l-zinc-200\\/55 { + border-left-color: #e4e4e78c; +} + .border-l-zinc-200\\/60 { border-left-color: #e4e4e799; } +.border-l-zinc-200\\/65 { + border-left-color: #e4e4e7a6; +} + .border-l-zinc-200\\/70 { border-left-color: #e4e4e7b3; } @@ -251838,6 +345698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #e4e4e7cc; } +.border-l-zinc-200\\/85 { + border-left-color: #e4e4e7d9; +} + .border-l-zinc-200\\/90 { border-left-color: #e4e4e7e6; } @@ -251863,6 +345727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d8; } +.border-l-zinc-300\\/15 { + border-left-color: #d4d4d826; +} + .border-l-zinc-300\\/20 { border-left-color: #d4d4d833; } @@ -251875,10 +345743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d84d; } +.border-l-zinc-300\\/35 { + border-left-color: #d4d4d859; +} + .border-l-zinc-300\\/40 { border-left-color: #d4d4d866; } +.border-l-zinc-300\\/45 { + border-left-color: #d4d4d873; +} + .border-l-zinc-300\\/5 { border-left-color: #d4d4d80d; } @@ -251887,10 +345763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d880; } +.border-l-zinc-300\\/55 { + border-left-color: #d4d4d88c; +} + .border-l-zinc-300\\/60 { border-left-color: #d4d4d899; } +.border-l-zinc-300\\/65 { + border-left-color: #d4d4d8a6; +} + .border-l-zinc-300\\/70 { border-left-color: #d4d4d8b3; } @@ -251903,6 +345787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #d4d4d8cc; } +.border-l-zinc-300\\/85 { + border-left-color: #d4d4d8d9; +} + .border-l-zinc-300\\/90 { border-left-color: #d4d4d8e6; } @@ -251928,6 +345816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a1a1aa; } +.border-l-zinc-400\\/15 { + border-left-color: #a1a1aa26; +} + .border-l-zinc-400\\/20 { border-left-color: #a1a1aa33; } @@ -251940,10 +345832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a1a1aa4d; } +.border-l-zinc-400\\/35 { + border-left-color: #a1a1aa59; +} + .border-l-zinc-400\\/40 { border-left-color: #a1a1aa66; } +.border-l-zinc-400\\/45 { + border-left-color: #a1a1aa73; +} + .border-l-zinc-400\\/5 { border-left-color: #a1a1aa0d; } @@ -251952,10 +345852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a1a1aa80; } +.border-l-zinc-400\\/55 { + border-left-color: #a1a1aa8c; +} + .border-l-zinc-400\\/60 { border-left-color: #a1a1aa99; } +.border-l-zinc-400\\/65 { + border-left-color: #a1a1aaa6; +} + .border-l-zinc-400\\/70 { border-left-color: #a1a1aab3; } @@ -251968,6 +345876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #a1a1aacc; } +.border-l-zinc-400\\/85 { + border-left-color: #a1a1aad9; +} + .border-l-zinc-400\\/90 { border-left-color: #a1a1aae6; } @@ -251993,6 +345905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafa; } +.border-l-zinc-50\\/15 { + border-left-color: #fafafa26; +} + .border-l-zinc-50\\/20 { border-left-color: #fafafa33; } @@ -252005,10 +345921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafa4d; } +.border-l-zinc-50\\/35 { + border-left-color: #fafafa59; +} + .border-l-zinc-50\\/40 { border-left-color: #fafafa66; } +.border-l-zinc-50\\/45 { + border-left-color: #fafafa73; +} + .border-l-zinc-50\\/5 { border-left-color: #fafafa0d; } @@ -252017,10 +345941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafa80; } +.border-l-zinc-50\\/55 { + border-left-color: #fafafa8c; +} + .border-l-zinc-50\\/60 { border-left-color: #fafafa99; } +.border-l-zinc-50\\/65 { + border-left-color: #fafafaa6; +} + .border-l-zinc-50\\/70 { border-left-color: #fafafab3; } @@ -252033,6 +345965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #fafafacc; } +.border-l-zinc-50\\/85 { + border-left-color: #fafafad9; +} + .border-l-zinc-50\\/90 { border-left-color: #fafafae6; } @@ -252058,6 +345994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #71717a; } +.border-l-zinc-500\\/15 { + border-left-color: #71717a26; +} + .border-l-zinc-500\\/20 { border-left-color: #71717a33; } @@ -252070,10 +346010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #71717a4d; } +.border-l-zinc-500\\/35 { + border-left-color: #71717a59; +} + .border-l-zinc-500\\/40 { border-left-color: #71717a66; } +.border-l-zinc-500\\/45 { + border-left-color: #71717a73; +} + .border-l-zinc-500\\/5 { border-left-color: #71717a0d; } @@ -252082,10 +346030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #71717a80; } +.border-l-zinc-500\\/55 { + border-left-color: #71717a8c; +} + .border-l-zinc-500\\/60 { border-left-color: #71717a99; } +.border-l-zinc-500\\/65 { + border-left-color: #71717aa6; +} + .border-l-zinc-500\\/70 { border-left-color: #71717ab3; } @@ -252098,6 +346054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #71717acc; } +.border-l-zinc-500\\/85 { + border-left-color: #71717ad9; +} + .border-l-zinc-500\\/90 { border-left-color: #71717ae6; } @@ -252123,6 +346083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #52525b; } +.border-l-zinc-600\\/15 { + border-left-color: #52525b26; +} + .border-l-zinc-600\\/20 { border-left-color: #52525b33; } @@ -252135,10 +346099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #52525b4d; } +.border-l-zinc-600\\/35 { + border-left-color: #52525b59; +} + .border-l-zinc-600\\/40 { border-left-color: #52525b66; } +.border-l-zinc-600\\/45 { + border-left-color: #52525b73; +} + .border-l-zinc-600\\/5 { border-left-color: #52525b0d; } @@ -252147,10 +346119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #52525b80; } +.border-l-zinc-600\\/55 { + border-left-color: #52525b8c; +} + .border-l-zinc-600\\/60 { border-left-color: #52525b99; } +.border-l-zinc-600\\/65 { + border-left-color: #52525ba6; +} + .border-l-zinc-600\\/70 { border-left-color: #52525bb3; } @@ -252163,6 +346143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #52525bcc; } +.border-l-zinc-600\\/85 { + border-left-color: #52525bd9; +} + .border-l-zinc-600\\/90 { border-left-color: #52525be6; } @@ -252188,6 +346172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f3f46; } +.border-l-zinc-700\\/15 { + border-left-color: #3f3f4626; +} + .border-l-zinc-700\\/20 { border-left-color: #3f3f4633; } @@ -252200,10 +346188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f3f464d; } +.border-l-zinc-700\\/35 { + border-left-color: #3f3f4659; +} + .border-l-zinc-700\\/40 { border-left-color: #3f3f4666; } +.border-l-zinc-700\\/45 { + border-left-color: #3f3f4673; +} + .border-l-zinc-700\\/5 { border-left-color: #3f3f460d; } @@ -252212,10 +346208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f3f4680; } +.border-l-zinc-700\\/55 { + border-left-color: #3f3f468c; +} + .border-l-zinc-700\\/60 { border-left-color: #3f3f4699; } +.border-l-zinc-700\\/65 { + border-left-color: #3f3f46a6; +} + .border-l-zinc-700\\/70 { border-left-color: #3f3f46b3; } @@ -252228,6 +346232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #3f3f46cc; } +.border-l-zinc-700\\/85 { + border-left-color: #3f3f46d9; +} + .border-l-zinc-700\\/90 { border-left-color: #3f3f46e6; } @@ -252253,6 +346261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #27272a; } +.border-l-zinc-800\\/15 { + border-left-color: #27272a26; +} + .border-l-zinc-800\\/20 { border-left-color: #27272a33; } @@ -252265,10 +346277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #27272a4d; } +.border-l-zinc-800\\/35 { + border-left-color: #27272a59; +} + .border-l-zinc-800\\/40 { border-left-color: #27272a66; } +.border-l-zinc-800\\/45 { + border-left-color: #27272a73; +} + .border-l-zinc-800\\/5 { border-left-color: #27272a0d; } @@ -252277,10 +346297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #27272a80; } +.border-l-zinc-800\\/55 { + border-left-color: #27272a8c; +} + .border-l-zinc-800\\/60 { border-left-color: #27272a99; } +.border-l-zinc-800\\/65 { + border-left-color: #27272aa6; +} + .border-l-zinc-800\\/70 { border-left-color: #27272ab3; } @@ -252293,6 +346321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #27272acc; } +.border-l-zinc-800\\/85 { + border-left-color: #27272ad9; +} + .border-l-zinc-800\\/90 { border-left-color: #27272ae6; } @@ -252318,6 +346350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #18181b; } +.border-l-zinc-900\\/15 { + border-left-color: #18181b26; +} + .border-l-zinc-900\\/20 { border-left-color: #18181b33; } @@ -252330,10 +346366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #18181b4d; } +.border-l-zinc-900\\/35 { + border-left-color: #18181b59; +} + .border-l-zinc-900\\/40 { border-left-color: #18181b66; } +.border-l-zinc-900\\/45 { + border-left-color: #18181b73; +} + .border-l-zinc-900\\/5 { border-left-color: #18181b0d; } @@ -252342,10 +346386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #18181b80; } +.border-l-zinc-900\\/55 { + border-left-color: #18181b8c; +} + .border-l-zinc-900\\/60 { border-left-color: #18181b99; } +.border-l-zinc-900\\/65 { + border-left-color: #18181ba6; +} + .border-l-zinc-900\\/70 { border-left-color: #18181bb3; } @@ -252358,6 +346410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #18181bcc; } +.border-l-zinc-900\\/85 { + border-left-color: #18181bd9; +} + .border-l-zinc-900\\/90 { border-left-color: #18181be6; } @@ -252383,6 +346439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #09090b; } +.border-l-zinc-950\\/15 { + border-left-color: #09090b26; +} + .border-l-zinc-950\\/20 { border-left-color: #09090b33; } @@ -252395,10 +346455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #09090b4d; } +.border-l-zinc-950\\/35 { + border-left-color: #09090b59; +} + .border-l-zinc-950\\/40 { border-left-color: #09090b66; } +.border-l-zinc-950\\/45 { + border-left-color: #09090b73; +} + .border-l-zinc-950\\/5 { border-left-color: #09090b0d; } @@ -252407,10 +346475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #09090b80; } +.border-l-zinc-950\\/55 { + border-left-color: #09090b8c; +} + .border-l-zinc-950\\/60 { border-left-color: #09090b99; } +.border-l-zinc-950\\/65 { + border-left-color: #09090ba6; +} + .border-l-zinc-950\\/70 { border-left-color: #09090bb3; } @@ -252423,6 +346499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-left-color: #09090bcc; } +.border-l-zinc-950\\/85 { + border-left-color: #09090bd9; +} + .border-l-zinc-950\\/90 { border-left-color: #09090be6; } @@ -252448,6 +346528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c7; } +.border-r-amber-100\\/15 { + border-right-color: #fef3c726; +} + .border-r-amber-100\\/20 { border-right-color: #fef3c733; } @@ -252460,10 +346544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c74d; } +.border-r-amber-100\\/35 { + border-right-color: #fef3c759; +} + .border-r-amber-100\\/40 { border-right-color: #fef3c766; } +.border-r-amber-100\\/45 { + border-right-color: #fef3c773; +} + .border-r-amber-100\\/5 { border-right-color: #fef3c70d; } @@ -252472,10 +346564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c780; } +.border-r-amber-100\\/55 { + border-right-color: #fef3c78c; +} + .border-r-amber-100\\/60 { border-right-color: #fef3c799; } +.border-r-amber-100\\/65 { + border-right-color: #fef3c7a6; +} + .border-r-amber-100\\/70 { border-right-color: #fef3c7b3; } @@ -252488,6 +346588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef3c7cc; } +.border-r-amber-100\\/85 { + border-right-color: #fef3c7d9; +} + .border-r-amber-100\\/90 { border-right-color: #fef3c7e6; } @@ -252513,6 +346617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68a; } +.border-r-amber-200\\/15 { + border-right-color: #fde68a26; +} + .border-r-amber-200\\/20 { border-right-color: #fde68a33; } @@ -252525,10 +346633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68a4d; } +.border-r-amber-200\\/35 { + border-right-color: #fde68a59; +} + .border-r-amber-200\\/40 { border-right-color: #fde68a66; } +.border-r-amber-200\\/45 { + border-right-color: #fde68a73; +} + .border-r-amber-200\\/5 { border-right-color: #fde68a0d; } @@ -252537,10 +346653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68a80; } +.border-r-amber-200\\/55 { + border-right-color: #fde68a8c; +} + .border-r-amber-200\\/60 { border-right-color: #fde68a99; } +.border-r-amber-200\\/65 { + border-right-color: #fde68aa6; +} + .border-r-amber-200\\/70 { border-right-color: #fde68ab3; } @@ -252553,6 +346677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde68acc; } +.border-r-amber-200\\/85 { + border-right-color: #fde68ad9; +} + .border-r-amber-200\\/90 { border-right-color: #fde68ae6; } @@ -252578,6 +346706,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34d; } +.border-r-amber-300\\/15 { + border-right-color: #fcd34d26; +} + .border-r-amber-300\\/20 { border-right-color: #fcd34d33; } @@ -252590,10 +346722,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34d4d; } +.border-r-amber-300\\/35 { + border-right-color: #fcd34d59; +} + .border-r-amber-300\\/40 { border-right-color: #fcd34d66; } +.border-r-amber-300\\/45 { + border-right-color: #fcd34d73; +} + .border-r-amber-300\\/5 { border-right-color: #fcd34d0d; } @@ -252602,10 +346742,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34d80; } +.border-r-amber-300\\/55 { + border-right-color: #fcd34d8c; +} + .border-r-amber-300\\/60 { border-right-color: #fcd34d99; } +.border-r-amber-300\\/65 { + border-right-color: #fcd34da6; +} + .border-r-amber-300\\/70 { border-right-color: #fcd34db3; } @@ -252618,6 +346766,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fcd34dcc; } +.border-r-amber-300\\/85 { + border-right-color: #fcd34dd9; +} + .border-r-amber-300\\/90 { border-right-color: #fcd34de6; } @@ -252643,6 +346795,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf24; } +.border-r-amber-400\\/15 { + border-right-color: #fbbf2426; +} + .border-r-amber-400\\/20 { border-right-color: #fbbf2433; } @@ -252655,10 +346811,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf244d; } +.border-r-amber-400\\/35 { + border-right-color: #fbbf2459; +} + .border-r-amber-400\\/40 { border-right-color: #fbbf2466; } +.border-r-amber-400\\/45 { + border-right-color: #fbbf2473; +} + .border-r-amber-400\\/5 { border-right-color: #fbbf240d; } @@ -252667,10 +346831,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf2480; } +.border-r-amber-400\\/55 { + border-right-color: #fbbf248c; +} + .border-r-amber-400\\/60 { border-right-color: #fbbf2499; } +.border-r-amber-400\\/65 { + border-right-color: #fbbf24a6; +} + .border-r-amber-400\\/70 { border-right-color: #fbbf24b3; } @@ -252683,6 +346855,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbbf24cc; } +.border-r-amber-400\\/85 { + border-right-color: #fbbf24d9; +} + .border-r-amber-400\\/90 { border-right-color: #fbbf24e6; } @@ -252708,6 +346884,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbeb; } +.border-r-amber-50\\/15 { + border-right-color: #fffbeb26; +} + .border-r-amber-50\\/20 { border-right-color: #fffbeb33; } @@ -252720,10 +346900,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbeb4d; } +.border-r-amber-50\\/35 { + border-right-color: #fffbeb59; +} + .border-r-amber-50\\/40 { border-right-color: #fffbeb66; } +.border-r-amber-50\\/45 { + border-right-color: #fffbeb73; +} + .border-r-amber-50\\/5 { border-right-color: #fffbeb0d; } @@ -252732,10 +346920,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbeb80; } +.border-r-amber-50\\/55 { + border-right-color: #fffbeb8c; +} + .border-r-amber-50\\/60 { border-right-color: #fffbeb99; } +.border-r-amber-50\\/65 { + border-right-color: #fffbeba6; +} + .border-r-amber-50\\/70 { border-right-color: #fffbebb3; } @@ -252748,6 +346944,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffbebcc; } +.border-r-amber-50\\/85 { + border-right-color: #fffbebd9; +} + .border-r-amber-50\\/90 { border-right-color: #fffbebe6; } @@ -252773,6 +346973,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0b; } +.border-r-amber-500\\/15 { + border-right-color: #f59e0b26; +} + .border-r-amber-500\\/20 { border-right-color: #f59e0b33; } @@ -252785,10 +346989,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0b4d; } +.border-r-amber-500\\/35 { + border-right-color: #f59e0b59; +} + .border-r-amber-500\\/40 { border-right-color: #f59e0b66; } +.border-r-amber-500\\/45 { + border-right-color: #f59e0b73; +} + .border-r-amber-500\\/5 { border-right-color: #f59e0b0d; } @@ -252797,10 +347009,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0b80; } +.border-r-amber-500\\/55 { + border-right-color: #f59e0b8c; +} + .border-r-amber-500\\/60 { border-right-color: #f59e0b99; } +.border-r-amber-500\\/65 { + border-right-color: #f59e0ba6; +} + .border-r-amber-500\\/70 { border-right-color: #f59e0bb3; } @@ -252813,6 +347033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f59e0bcc; } +.border-r-amber-500\\/85 { + border-right-color: #f59e0bd9; +} + .border-r-amber-500\\/90 { border-right-color: #f59e0be6; } @@ -252838,6 +347062,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d97706; } +.border-r-amber-600\\/15 { + border-right-color: #d9770626; +} + .border-r-amber-600\\/20 { border-right-color: #d9770633; } @@ -252850,10 +347078,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d977064d; } +.border-r-amber-600\\/35 { + border-right-color: #d9770659; +} + .border-r-amber-600\\/40 { border-right-color: #d9770666; } +.border-r-amber-600\\/45 { + border-right-color: #d9770673; +} + .border-r-amber-600\\/5 { border-right-color: #d977060d; } @@ -252862,10 +347098,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9770680; } +.border-r-amber-600\\/55 { + border-right-color: #d977068c; +} + .border-r-amber-600\\/60 { border-right-color: #d9770699; } +.border-r-amber-600\\/65 { + border-right-color: #d97706a6; +} + .border-r-amber-600\\/70 { border-right-color: #d97706b3; } @@ -252878,6 +347122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d97706cc; } +.border-r-amber-600\\/85 { + border-right-color: #d97706d9; +} + .border-r-amber-600\\/90 { border-right-color: #d97706e6; } @@ -252903,6 +347151,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b45309; } +.border-r-amber-700\\/15 { + border-right-color: #b4530926; +} + .border-r-amber-700\\/20 { border-right-color: #b4530933; } @@ -252915,10 +347167,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b453094d; } +.border-r-amber-700\\/35 { + border-right-color: #b4530959; +} + .border-r-amber-700\\/40 { border-right-color: #b4530966; } +.border-r-amber-700\\/45 { + border-right-color: #b4530973; +} + .border-r-amber-700\\/5 { border-right-color: #b453090d; } @@ -252927,10 +347187,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b4530980; } +.border-r-amber-700\\/55 { + border-right-color: #b453098c; +} + .border-r-amber-700\\/60 { border-right-color: #b4530999; } +.border-r-amber-700\\/65 { + border-right-color: #b45309a6; +} + .border-r-amber-700\\/70 { border-right-color: #b45309b3; } @@ -252943,6 +347211,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b45309cc; } +.border-r-amber-700\\/85 { + border-right-color: #b45309d9; +} + .border-r-amber-700\\/90 { border-right-color: #b45309e6; } @@ -252968,6 +347240,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400e; } +.border-r-amber-800\\/15 { + border-right-color: #92400e26; +} + .border-r-amber-800\\/20 { border-right-color: #92400e33; } @@ -252980,10 +347256,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400e4d; } +.border-r-amber-800\\/35 { + border-right-color: #92400e59; +} + .border-r-amber-800\\/40 { border-right-color: #92400e66; } +.border-r-amber-800\\/45 { + border-right-color: #92400e73; +} + .border-r-amber-800\\/5 { border-right-color: #92400e0d; } @@ -252992,10 +347276,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400e80; } +.border-r-amber-800\\/55 { + border-right-color: #92400e8c; +} + .border-r-amber-800\\/60 { border-right-color: #92400e99; } +.border-r-amber-800\\/65 { + border-right-color: #92400ea6; +} + .border-r-amber-800\\/70 { border-right-color: #92400eb3; } @@ -253008,6 +347300,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #92400ecc; } +.border-r-amber-800\\/85 { + border-right-color: #92400ed9; +} + .border-r-amber-800\\/90 { border-right-color: #92400ee6; } @@ -253033,6 +347329,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350f; } +.border-r-amber-900\\/15 { + border-right-color: #78350f26; +} + .border-r-amber-900\\/20 { border-right-color: #78350f33; } @@ -253045,10 +347345,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350f4d; } +.border-r-amber-900\\/35 { + border-right-color: #78350f59; +} + .border-r-amber-900\\/40 { border-right-color: #78350f66; } +.border-r-amber-900\\/45 { + border-right-color: #78350f73; +} + .border-r-amber-900\\/5 { border-right-color: #78350f0d; } @@ -253057,10 +347365,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350f80; } +.border-r-amber-900\\/55 { + border-right-color: #78350f8c; +} + .border-r-amber-900\\/60 { border-right-color: #78350f99; } +.border-r-amber-900\\/65 { + border-right-color: #78350fa6; +} + .border-r-amber-900\\/70 { border-right-color: #78350fb3; } @@ -253073,6 +347389,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78350fcc; } +.border-r-amber-900\\/85 { + border-right-color: #78350fd9; +} + .border-r-amber-900\\/90 { border-right-color: #78350fe6; } @@ -253098,6 +347418,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a03; } +.border-r-amber-950\\/15 { + border-right-color: #451a0326; +} + .border-r-amber-950\\/20 { border-right-color: #451a0333; } @@ -253110,10 +347434,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a034d; } +.border-r-amber-950\\/35 { + border-right-color: #451a0359; +} + .border-r-amber-950\\/40 { border-right-color: #451a0366; } +.border-r-amber-950\\/45 { + border-right-color: #451a0373; +} + .border-r-amber-950\\/5 { border-right-color: #451a030d; } @@ -253122,10 +347454,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a0380; } +.border-r-amber-950\\/55 { + border-right-color: #451a038c; +} + .border-r-amber-950\\/60 { border-right-color: #451a0399; } +.border-r-amber-950\\/65 { + border-right-color: #451a03a6; +} + .border-r-amber-950\\/70 { border-right-color: #451a03b3; } @@ -253138,6 +347478,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #451a03cc; } +.border-r-amber-950\\/85 { + border-right-color: #451a03d9; +} + .border-r-amber-950\\/90 { border-right-color: #451a03e6; } @@ -253163,6 +347507,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000; } +.border-r-black\\/15 { + border-right-color: #00000026; +} + .border-r-black\\/20 { border-right-color: #0003; } @@ -253175,10 +347523,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0000004d; } +.border-r-black\\/35 { + border-right-color: #00000059; +} + .border-r-black\\/40 { border-right-color: #0006; } +.border-r-black\\/45 { + border-right-color: #00000073; +} + .border-r-black\\/5 { border-right-color: #0000000d; } @@ -253187,10 +347543,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #00000080; } +.border-r-black\\/55 { + border-right-color: #0000008c; +} + .border-r-black\\/60 { border-right-color: #0009; } +.border-r-black\\/65 { + border-right-color: #000000a6; +} + .border-r-black\\/70 { border-right-color: #000000b3; } @@ -253203,6 +347567,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000c; } +.border-r-black\\/85 { + border-right-color: #000000d9; +} + .border-r-black\\/90 { border-right-color: #000000e6; } @@ -253228,6 +347596,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafe; } +.border-r-blue-100\\/15 { + border-right-color: #dbeafe26; +} + .border-r-blue-100\\/20 { border-right-color: #dbeafe33; } @@ -253240,10 +347612,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafe4d; } +.border-r-blue-100\\/35 { + border-right-color: #dbeafe59; +} + .border-r-blue-100\\/40 { border-right-color: #dbeafe66; } +.border-r-blue-100\\/45 { + border-right-color: #dbeafe73; +} + .border-r-blue-100\\/5 { border-right-color: #dbeafe0d; } @@ -253252,10 +347632,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafe80; } +.border-r-blue-100\\/55 { + border-right-color: #dbeafe8c; +} + .border-r-blue-100\\/60 { border-right-color: #dbeafe99; } +.border-r-blue-100\\/65 { + border-right-color: #dbeafea6; +} + .border-r-blue-100\\/70 { border-right-color: #dbeafeb3; } @@ -253268,6 +347656,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dbeafecc; } +.border-r-blue-100\\/85 { + border-right-color: #dbeafed9; +} + .border-r-blue-100\\/90 { border-right-color: #dbeafee6; } @@ -253293,6 +347685,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfe; } +.border-r-blue-200\\/15 { + border-right-color: #bfdbfe26; +} + .border-r-blue-200\\/20 { border-right-color: #bfdbfe33; } @@ -253305,10 +347701,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfe4d; } +.border-r-blue-200\\/35 { + border-right-color: #bfdbfe59; +} + .border-r-blue-200\\/40 { border-right-color: #bfdbfe66; } +.border-r-blue-200\\/45 { + border-right-color: #bfdbfe73; +} + .border-r-blue-200\\/5 { border-right-color: #bfdbfe0d; } @@ -253317,10 +347721,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfe80; } +.border-r-blue-200\\/55 { + border-right-color: #bfdbfe8c; +} + .border-r-blue-200\\/60 { border-right-color: #bfdbfe99; } +.border-r-blue-200\\/65 { + border-right-color: #bfdbfea6; +} + .border-r-blue-200\\/70 { border-right-color: #bfdbfeb3; } @@ -253333,6 +347745,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bfdbfecc; } +.border-r-blue-200\\/85 { + border-right-color: #bfdbfed9; +} + .border-r-blue-200\\/90 { border-right-color: #bfdbfee6; } @@ -253358,6 +347774,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fd; } +.border-r-blue-300\\/15 { + border-right-color: #93c5fd26; +} + .border-r-blue-300\\/20 { border-right-color: #93c5fd33; } @@ -253370,10 +347790,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fd4d; } +.border-r-blue-300\\/35 { + border-right-color: #93c5fd59; +} + .border-r-blue-300\\/40 { border-right-color: #93c5fd66; } +.border-r-blue-300\\/45 { + border-right-color: #93c5fd73; +} + .border-r-blue-300\\/5 { border-right-color: #93c5fd0d; } @@ -253382,10 +347810,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fd80; } +.border-r-blue-300\\/55 { + border-right-color: #93c5fd8c; +} + .border-r-blue-300\\/60 { border-right-color: #93c5fd99; } +.border-r-blue-300\\/65 { + border-right-color: #93c5fda6; +} + .border-r-blue-300\\/70 { border-right-color: #93c5fdb3; } @@ -253398,6 +347834,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #93c5fdcc; } +.border-r-blue-300\\/85 { + border-right-color: #93c5fdd9; +} + .border-r-blue-300\\/90 { border-right-color: #93c5fde6; } @@ -253423,6 +347863,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5fa; } +.border-r-blue-400\\/15 { + border-right-color: #60a5fa26; +} + .border-r-blue-400\\/20 { border-right-color: #60a5fa33; } @@ -253435,10 +347879,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5fa4d; } +.border-r-blue-400\\/35 { + border-right-color: #60a5fa59; +} + .border-r-blue-400\\/40 { border-right-color: #60a5fa66; } +.border-r-blue-400\\/45 { + border-right-color: #60a5fa73; +} + .border-r-blue-400\\/5 { border-right-color: #60a5fa0d; } @@ -253447,10 +347899,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5fa80; } +.border-r-blue-400\\/55 { + border-right-color: #60a5fa8c; +} + .border-r-blue-400\\/60 { border-right-color: #60a5fa99; } +.border-r-blue-400\\/65 { + border-right-color: #60a5faa6; +} + .border-r-blue-400\\/70 { border-right-color: #60a5fab3; } @@ -253463,6 +347923,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #60a5facc; } +.border-r-blue-400\\/85 { + border-right-color: #60a5fad9; +} + .border-r-blue-400\\/90 { border-right-color: #60a5fae6; } @@ -253488,6 +347952,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ff; } +.border-r-blue-50\\/15 { + border-right-color: #eff6ff26; +} + .border-r-blue-50\\/20 { border-right-color: #eff6ff33; } @@ -253500,10 +347968,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ff4d; } +.border-r-blue-50\\/35 { + border-right-color: #eff6ff59; +} + .border-r-blue-50\\/40 { border-right-color: #eff6ff66; } +.border-r-blue-50\\/45 { + border-right-color: #eff6ff73; +} + .border-r-blue-50\\/5 { border-right-color: #eff6ff0d; } @@ -253512,10 +347988,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ff80; } +.border-r-blue-50\\/55 { + border-right-color: #eff6ff8c; +} + .border-r-blue-50\\/60 { border-right-color: #eff6ff99; } +.border-r-blue-50\\/65 { + border-right-color: #eff6ffa6; +} + .border-r-blue-50\\/70 { border-right-color: #eff6ffb3; } @@ -253528,6 +348012,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eff6ffcc; } +.border-r-blue-50\\/85 { + border-right-color: #eff6ffd9; +} + .border-r-blue-50\\/90 { border-right-color: #eff6ffe6; } @@ -253553,6 +348041,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f6; } +.border-r-blue-500\\/15 { + border-right-color: #3b82f626; +} + .border-r-blue-500\\/20 { border-right-color: #3b82f633; } @@ -253565,10 +348057,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f64d; } +.border-r-blue-500\\/35 { + border-right-color: #3b82f659; +} + .border-r-blue-500\\/40 { border-right-color: #3b82f666; } +.border-r-blue-500\\/45 { + border-right-color: #3b82f673; +} + .border-r-blue-500\\/5 { border-right-color: #3b82f60d; } @@ -253577,10 +348077,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f680; } +.border-r-blue-500\\/55 { + border-right-color: #3b82f68c; +} + .border-r-blue-500\\/60 { border-right-color: #3b82f699; } +.border-r-blue-500\\/65 { + border-right-color: #3b82f6a6; +} + .border-r-blue-500\\/70 { border-right-color: #3b82f6b3; } @@ -253593,6 +348101,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b82f6cc; } +.border-r-blue-500\\/85 { + border-right-color: #3b82f6d9; +} + .border-r-blue-500\\/90 { border-right-color: #3b82f6e6; } @@ -253618,6 +348130,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563eb; } +.border-r-blue-600\\/15 { + border-right-color: #2563eb26; +} + .border-r-blue-600\\/20 { border-right-color: #2563eb33; } @@ -253630,10 +348146,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563eb4d; } +.border-r-blue-600\\/35 { + border-right-color: #2563eb59; +} + .border-r-blue-600\\/40 { border-right-color: #2563eb66; } +.border-r-blue-600\\/45 { + border-right-color: #2563eb73; +} + .border-r-blue-600\\/5 { border-right-color: #2563eb0d; } @@ -253642,10 +348166,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563eb80; } +.border-r-blue-600\\/55 { + border-right-color: #2563eb8c; +} + .border-r-blue-600\\/60 { border-right-color: #2563eb99; } +.border-r-blue-600\\/65 { + border-right-color: #2563eba6; +} + .border-r-blue-600\\/70 { border-right-color: #2563ebb3; } @@ -253658,6 +348190,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2563ebcc; } +.border-r-blue-600\\/85 { + border-right-color: #2563ebd9; +} + .border-r-blue-600\\/90 { border-right-color: #2563ebe6; } @@ -253683,6 +348219,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed8; } +.border-r-blue-700\\/15 { + border-right-color: #1d4ed826; +} + .border-r-blue-700\\/20 { border-right-color: #1d4ed833; } @@ -253695,10 +348235,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed84d; } +.border-r-blue-700\\/35 { + border-right-color: #1d4ed859; +} + .border-r-blue-700\\/40 { border-right-color: #1d4ed866; } +.border-r-blue-700\\/45 { + border-right-color: #1d4ed873; +} + .border-r-blue-700\\/5 { border-right-color: #1d4ed80d; } @@ -253707,10 +348255,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed880; } +.border-r-blue-700\\/55 { + border-right-color: #1d4ed88c; +} + .border-r-blue-700\\/60 { border-right-color: #1d4ed899; } +.border-r-blue-700\\/65 { + border-right-color: #1d4ed8a6; +} + .border-r-blue-700\\/70 { border-right-color: #1d4ed8b3; } @@ -253723,6 +348279,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1d4ed8cc; } +.border-r-blue-700\\/85 { + border-right-color: #1d4ed8d9; +} + .border-r-blue-700\\/90 { border-right-color: #1d4ed8e6; } @@ -253748,6 +348308,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40af; } +.border-r-blue-800\\/15 { + border-right-color: #1e40af26; +} + .border-r-blue-800\\/20 { border-right-color: #1e40af33; } @@ -253760,10 +348324,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40af4d; } +.border-r-blue-800\\/35 { + border-right-color: #1e40af59; +} + .border-r-blue-800\\/40 { border-right-color: #1e40af66; } +.border-r-blue-800\\/45 { + border-right-color: #1e40af73; +} + .border-r-blue-800\\/5 { border-right-color: #1e40af0d; } @@ -253772,10 +348344,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40af80; } +.border-r-blue-800\\/55 { + border-right-color: #1e40af8c; +} + .border-r-blue-800\\/60 { border-right-color: #1e40af99; } +.border-r-blue-800\\/65 { + border-right-color: #1e40afa6; +} + .border-r-blue-800\\/70 { border-right-color: #1e40afb3; } @@ -253788,6 +348368,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e40afcc; } +.border-r-blue-800\\/85 { + border-right-color: #1e40afd9; +} + .border-r-blue-800\\/90 { border-right-color: #1e40afe6; } @@ -253813,6 +348397,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8a; } +.border-r-blue-900\\/15 { + border-right-color: #1e3a8a26; +} + .border-r-blue-900\\/20 { border-right-color: #1e3a8a33; } @@ -253825,10 +348413,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8a4d; } +.border-r-blue-900\\/35 { + border-right-color: #1e3a8a59; +} + .border-r-blue-900\\/40 { border-right-color: #1e3a8a66; } +.border-r-blue-900\\/45 { + border-right-color: #1e3a8a73; +} + .border-r-blue-900\\/5 { border-right-color: #1e3a8a0d; } @@ -253837,10 +348433,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8a80; } +.border-r-blue-900\\/55 { + border-right-color: #1e3a8a8c; +} + .border-r-blue-900\\/60 { border-right-color: #1e3a8a99; } +.border-r-blue-900\\/65 { + border-right-color: #1e3a8aa6; +} + .border-r-blue-900\\/70 { border-right-color: #1e3a8ab3; } @@ -253853,6 +348457,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e3a8acc; } +.border-r-blue-900\\/85 { + border-right-color: #1e3a8ad9; +} + .border-r-blue-900\\/90 { border-right-color: #1e3a8ae6; } @@ -253878,6 +348486,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #172554; } +.border-r-blue-950\\/15 { + border-right-color: #17255426; +} + .border-r-blue-950\\/20 { border-right-color: #17255433; } @@ -253890,10 +348502,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1725544d; } +.border-r-blue-950\\/35 { + border-right-color: #17255459; +} + .border-r-blue-950\\/40 { border-right-color: #17255466; } +.border-r-blue-950\\/45 { + border-right-color: #17255473; +} + .border-r-blue-950\\/5 { border-right-color: #1725540d; } @@ -253902,10 +348522,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #17255480; } +.border-r-blue-950\\/55 { + border-right-color: #1725548c; +} + .border-r-blue-950\\/60 { border-right-color: #17255499; } +.border-r-blue-950\\/65 { + border-right-color: #172554a6; +} + .border-r-blue-950\\/70 { border-right-color: #172554b3; } @@ -253918,6 +348546,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #172554cc; } +.border-r-blue-950\\/85 { + border-right-color: #172554d9; +} + .border-r-blue-950\\/90 { border-right-color: #172554e6; } @@ -253947,6 +348579,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafe; } +.border-r-cyan-100\\/15 { + border-right-color: #cffafe26; +} + .border-r-cyan-100\\/20 { border-right-color: #cffafe33; } @@ -253959,10 +348595,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafe4d; } +.border-r-cyan-100\\/35 { + border-right-color: #cffafe59; +} + .border-r-cyan-100\\/40 { border-right-color: #cffafe66; } +.border-r-cyan-100\\/45 { + border-right-color: #cffafe73; +} + .border-r-cyan-100\\/5 { border-right-color: #cffafe0d; } @@ -253971,10 +348615,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafe80; } +.border-r-cyan-100\\/55 { + border-right-color: #cffafe8c; +} + .border-r-cyan-100\\/60 { border-right-color: #cffafe99; } +.border-r-cyan-100\\/65 { + border-right-color: #cffafea6; +} + .border-r-cyan-100\\/70 { border-right-color: #cffafeb3; } @@ -253987,6 +348639,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cffafecc; } +.border-r-cyan-100\\/85 { + border-right-color: #cffafed9; +} + .border-r-cyan-100\\/90 { border-right-color: #cffafee6; } @@ -254012,6 +348668,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fc; } +.border-r-cyan-200\\/15 { + border-right-color: #a5f3fc26; +} + .border-r-cyan-200\\/20 { border-right-color: #a5f3fc33; } @@ -254024,10 +348684,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fc4d; } +.border-r-cyan-200\\/35 { + border-right-color: #a5f3fc59; +} + .border-r-cyan-200\\/40 { border-right-color: #a5f3fc66; } +.border-r-cyan-200\\/45 { + border-right-color: #a5f3fc73; +} + .border-r-cyan-200\\/5 { border-right-color: #a5f3fc0d; } @@ -254036,10 +348704,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fc80; } +.border-r-cyan-200\\/55 { + border-right-color: #a5f3fc8c; +} + .border-r-cyan-200\\/60 { border-right-color: #a5f3fc99; } +.border-r-cyan-200\\/65 { + border-right-color: #a5f3fca6; +} + .border-r-cyan-200\\/70 { border-right-color: #a5f3fcb3; } @@ -254052,6 +348728,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5f3fccc; } +.border-r-cyan-200\\/85 { + border-right-color: #a5f3fcd9; +} + .border-r-cyan-200\\/90 { border-right-color: #a5f3fce6; } @@ -254077,6 +348757,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f9; } +.border-r-cyan-300\\/15 { + border-right-color: #67e8f926; +} + .border-r-cyan-300\\/20 { border-right-color: #67e8f933; } @@ -254089,10 +348773,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f94d; } +.border-r-cyan-300\\/35 { + border-right-color: #67e8f959; +} + .border-r-cyan-300\\/40 { border-right-color: #67e8f966; } +.border-r-cyan-300\\/45 { + border-right-color: #67e8f973; +} + .border-r-cyan-300\\/5 { border-right-color: #67e8f90d; } @@ -254101,10 +348793,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f980; } +.border-r-cyan-300\\/55 { + border-right-color: #67e8f98c; +} + .border-r-cyan-300\\/60 { border-right-color: #67e8f999; } +.border-r-cyan-300\\/65 { + border-right-color: #67e8f9a6; +} + .border-r-cyan-300\\/70 { border-right-color: #67e8f9b3; } @@ -254117,6 +348817,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #67e8f9cc; } +.border-r-cyan-300\\/85 { + border-right-color: #67e8f9d9; +} + .border-r-cyan-300\\/90 { border-right-color: #67e8f9e6; } @@ -254142,6 +348846,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3ee; } +.border-r-cyan-400\\/15 { + border-right-color: #22d3ee26; +} + .border-r-cyan-400\\/20 { border-right-color: #22d3ee33; } @@ -254154,10 +348862,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3ee4d; } +.border-r-cyan-400\\/35 { + border-right-color: #22d3ee59; +} + .border-r-cyan-400\\/40 { border-right-color: #22d3ee66; } +.border-r-cyan-400\\/45 { + border-right-color: #22d3ee73; +} + .border-r-cyan-400\\/5 { border-right-color: #22d3ee0d; } @@ -254166,10 +348882,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3ee80; } +.border-r-cyan-400\\/55 { + border-right-color: #22d3ee8c; +} + .border-r-cyan-400\\/60 { border-right-color: #22d3ee99; } +.border-r-cyan-400\\/65 { + border-right-color: #22d3eea6; +} + .border-r-cyan-400\\/70 { border-right-color: #22d3eeb3; } @@ -254182,6 +348906,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22d3eecc; } +.border-r-cyan-400\\/85 { + border-right-color: #22d3eed9; +} + .border-r-cyan-400\\/90 { border-right-color: #22d3eee6; } @@ -254207,6 +348935,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeff; } +.border-r-cyan-50\\/15 { + border-right-color: #ecfeff26; +} + .border-r-cyan-50\\/20 { border-right-color: #ecfeff33; } @@ -254219,10 +348951,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeff4d; } +.border-r-cyan-50\\/35 { + border-right-color: #ecfeff59; +} + .border-r-cyan-50\\/40 { border-right-color: #ecfeff66; } +.border-r-cyan-50\\/45 { + border-right-color: #ecfeff73; +} + .border-r-cyan-50\\/5 { border-right-color: #ecfeff0d; } @@ -254231,10 +348971,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeff80; } +.border-r-cyan-50\\/55 { + border-right-color: #ecfeff8c; +} + .border-r-cyan-50\\/60 { border-right-color: #ecfeff99; } +.border-r-cyan-50\\/65 { + border-right-color: #ecfeffa6; +} + .border-r-cyan-50\\/70 { border-right-color: #ecfeffb3; } @@ -254247,6 +348995,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfeffcc; } +.border-r-cyan-50\\/85 { + border-right-color: #ecfeffd9; +} + .border-r-cyan-50\\/90 { border-right-color: #ecfeffe6; } @@ -254272,6 +349024,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d4; } +.border-r-cyan-500\\/15 { + border-right-color: #06b6d426; +} + .border-r-cyan-500\\/20 { border-right-color: #06b6d433; } @@ -254284,10 +349040,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d44d; } +.border-r-cyan-500\\/35 { + border-right-color: #06b6d459; +} + .border-r-cyan-500\\/40 { border-right-color: #06b6d466; } +.border-r-cyan-500\\/45 { + border-right-color: #06b6d473; +} + .border-r-cyan-500\\/5 { border-right-color: #06b6d40d; } @@ -254296,10 +349060,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d480; } +.border-r-cyan-500\\/55 { + border-right-color: #06b6d48c; +} + .border-r-cyan-500\\/60 { border-right-color: #06b6d499; } +.border-r-cyan-500\\/65 { + border-right-color: #06b6d4a6; +} + .border-r-cyan-500\\/70 { border-right-color: #06b6d4b3; } @@ -254312,6 +349084,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #06b6d4cc; } +.border-r-cyan-500\\/85 { + border-right-color: #06b6d4d9; +} + .border-r-cyan-500\\/90 { border-right-color: #06b6d4e6; } @@ -254337,6 +349113,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b2; } +.border-r-cyan-600\\/15 { + border-right-color: #0891b226; +} + .border-r-cyan-600\\/20 { border-right-color: #0891b233; } @@ -254349,10 +349129,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b24d; } +.border-r-cyan-600\\/35 { + border-right-color: #0891b259; +} + .border-r-cyan-600\\/40 { border-right-color: #0891b266; } +.border-r-cyan-600\\/45 { + border-right-color: #0891b273; +} + .border-r-cyan-600\\/5 { border-right-color: #0891b20d; } @@ -254361,10 +349149,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b280; } +.border-r-cyan-600\\/55 { + border-right-color: #0891b28c; +} + .border-r-cyan-600\\/60 { border-right-color: #0891b299; } +.border-r-cyan-600\\/65 { + border-right-color: #0891b2a6; +} + .border-r-cyan-600\\/70 { border-right-color: #0891b2b3; } @@ -254377,6 +349173,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0891b2cc; } +.border-r-cyan-600\\/85 { + border-right-color: #0891b2d9; +} + .border-r-cyan-600\\/90 { border-right-color: #0891b2e6; } @@ -254402,6 +349202,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e7490; } +.border-r-cyan-700\\/15 { + border-right-color: #0e749026; +} + .border-r-cyan-700\\/20 { border-right-color: #0e749033; } @@ -254414,10 +349218,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e74904d; } +.border-r-cyan-700\\/35 { + border-right-color: #0e749059; +} + .border-r-cyan-700\\/40 { border-right-color: #0e749066; } +.border-r-cyan-700\\/45 { + border-right-color: #0e749073; +} + .border-r-cyan-700\\/5 { border-right-color: #0e74900d; } @@ -254426,10 +349238,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e749080; } +.border-r-cyan-700\\/55 { + border-right-color: #0e74908c; +} + .border-r-cyan-700\\/60 { border-right-color: #0e749099; } +.border-r-cyan-700\\/65 { + border-right-color: #0e7490a6; +} + .border-r-cyan-700\\/70 { border-right-color: #0e7490b3; } @@ -254442,6 +349262,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0e7490cc; } +.border-r-cyan-700\\/85 { + border-right-color: #0e7490d9; +} + .border-r-cyan-700\\/90 { border-right-color: #0e7490e6; } @@ -254467,6 +349291,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e75; } +.border-r-cyan-800\\/15 { + border-right-color: #155e7526; +} + .border-r-cyan-800\\/20 { border-right-color: #155e7533; } @@ -254479,10 +349307,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e754d; } +.border-r-cyan-800\\/35 { + border-right-color: #155e7559; +} + .border-r-cyan-800\\/40 { border-right-color: #155e7566; } +.border-r-cyan-800\\/45 { + border-right-color: #155e7573; +} + .border-r-cyan-800\\/5 { border-right-color: #155e750d; } @@ -254491,10 +349327,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e7580; } +.border-r-cyan-800\\/55 { + border-right-color: #155e758c; +} + .border-r-cyan-800\\/60 { border-right-color: #155e7599; } +.border-r-cyan-800\\/65 { + border-right-color: #155e75a6; +} + .border-r-cyan-800\\/70 { border-right-color: #155e75b3; } @@ -254507,6 +349351,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #155e75cc; } +.border-r-cyan-800\\/85 { + border-right-color: #155e75d9; +} + .border-r-cyan-800\\/90 { border-right-color: #155e75e6; } @@ -254532,6 +349380,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e63; } +.border-r-cyan-900\\/15 { + border-right-color: #164e6326; +} + .border-r-cyan-900\\/20 { border-right-color: #164e6333; } @@ -254544,10 +349396,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e634d; } +.border-r-cyan-900\\/35 { + border-right-color: #164e6359; +} + .border-r-cyan-900\\/40 { border-right-color: #164e6366; } +.border-r-cyan-900\\/45 { + border-right-color: #164e6373; +} + .border-r-cyan-900\\/5 { border-right-color: #164e630d; } @@ -254556,10 +349416,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e6380; } +.border-r-cyan-900\\/55 { + border-right-color: #164e638c; +} + .border-r-cyan-900\\/60 { border-right-color: #164e6399; } +.border-r-cyan-900\\/65 { + border-right-color: #164e63a6; +} + .border-r-cyan-900\\/70 { border-right-color: #164e63b3; } @@ -254572,6 +349440,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #164e63cc; } +.border-r-cyan-900\\/85 { + border-right-color: #164e63d9; +} + .border-r-cyan-900\\/90 { border-right-color: #164e63e6; } @@ -254597,6 +349469,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #083344; } +.border-r-cyan-950\\/15 { + border-right-color: #08334426; +} + .border-r-cyan-950\\/20 { border-right-color: #08334433; } @@ -254609,10 +349485,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0833444d; } +.border-r-cyan-950\\/35 { + border-right-color: #08334459; +} + .border-r-cyan-950\\/40 { border-right-color: #08334466; } +.border-r-cyan-950\\/45 { + border-right-color: #08334473; +} + .border-r-cyan-950\\/5 { border-right-color: #0833440d; } @@ -254621,10 +349505,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #08334480; } +.border-r-cyan-950\\/55 { + border-right-color: #0833448c; +} + .border-r-cyan-950\\/60 { border-right-color: #08334499; } +.border-r-cyan-950\\/65 { + border-right-color: #083344a6; +} + .border-r-cyan-950\\/70 { border-right-color: #083344b3; } @@ -254637,6 +349529,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #083344cc; } +.border-r-cyan-950\\/85 { + border-right-color: #083344d9; +} + .border-r-cyan-950\\/90 { border-right-color: #083344e6; } @@ -254662,6 +349558,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae5; } +.border-r-emerald-100\\/15 { + border-right-color: #d1fae526; +} + .border-r-emerald-100\\/20 { border-right-color: #d1fae533; } @@ -254674,10 +349574,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae54d; } +.border-r-emerald-100\\/35 { + border-right-color: #d1fae559; +} + .border-r-emerald-100\\/40 { border-right-color: #d1fae566; } +.border-r-emerald-100\\/45 { + border-right-color: #d1fae573; +} + .border-r-emerald-100\\/5 { border-right-color: #d1fae50d; } @@ -254686,10 +349594,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae580; } +.border-r-emerald-100\\/55 { + border-right-color: #d1fae58c; +} + .border-r-emerald-100\\/60 { border-right-color: #d1fae599; } +.border-r-emerald-100\\/65 { + border-right-color: #d1fae5a6; +} + .border-r-emerald-100\\/70 { border-right-color: #d1fae5b3; } @@ -254702,6 +349618,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1fae5cc; } +.border-r-emerald-100\\/85 { + border-right-color: #d1fae5d9; +} + .border-r-emerald-100\\/90 { border-right-color: #d1fae5e6; } @@ -254727,6 +349647,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d0; } +.border-r-emerald-200\\/15 { + border-right-color: #a7f3d026; +} + .border-r-emerald-200\\/20 { border-right-color: #a7f3d033; } @@ -254739,10 +349663,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d04d; } +.border-r-emerald-200\\/35 { + border-right-color: #a7f3d059; +} + .border-r-emerald-200\\/40 { border-right-color: #a7f3d066; } +.border-r-emerald-200\\/45 { + border-right-color: #a7f3d073; +} + .border-r-emerald-200\\/5 { border-right-color: #a7f3d00d; } @@ -254751,10 +349683,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d080; } +.border-r-emerald-200\\/55 { + border-right-color: #a7f3d08c; +} + .border-r-emerald-200\\/60 { border-right-color: #a7f3d099; } +.border-r-emerald-200\\/65 { + border-right-color: #a7f3d0a6; +} + .border-r-emerald-200\\/70 { border-right-color: #a7f3d0b3; } @@ -254767,6 +349707,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a7f3d0cc; } +.border-r-emerald-200\\/85 { + border-right-color: #a7f3d0d9; +} + .border-r-emerald-200\\/90 { border-right-color: #a7f3d0e6; } @@ -254792,6 +349736,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b7; } +.border-r-emerald-300\\/15 { + border-right-color: #6ee7b726; +} + .border-r-emerald-300\\/20 { border-right-color: #6ee7b733; } @@ -254804,10 +349752,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b74d; } +.border-r-emerald-300\\/35 { + border-right-color: #6ee7b759; +} + .border-r-emerald-300\\/40 { border-right-color: #6ee7b766; } +.border-r-emerald-300\\/45 { + border-right-color: #6ee7b773; +} + .border-r-emerald-300\\/5 { border-right-color: #6ee7b70d; } @@ -254816,10 +349772,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b780; } +.border-r-emerald-300\\/55 { + border-right-color: #6ee7b78c; +} + .border-r-emerald-300\\/60 { border-right-color: #6ee7b799; } +.border-r-emerald-300\\/65 { + border-right-color: #6ee7b7a6; +} + .border-r-emerald-300\\/70 { border-right-color: #6ee7b7b3; } @@ -254832,6 +349796,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6ee7b7cc; } +.border-r-emerald-300\\/85 { + border-right-color: #6ee7b7d9; +} + .border-r-emerald-300\\/90 { border-right-color: #6ee7b7e6; } @@ -254857,6 +349825,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d399; } +.border-r-emerald-400\\/15 { + border-right-color: #34d39926; +} + .border-r-emerald-400\\/20 { border-right-color: #34d39933; } @@ -254869,10 +349841,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d3994d; } +.border-r-emerald-400\\/35 { + border-right-color: #34d39959; +} + .border-r-emerald-400\\/40 { border-right-color: #34d39966; } +.border-r-emerald-400\\/45 { + border-right-color: #34d39973; +} + .border-r-emerald-400\\/5 { border-right-color: #34d3990d; } @@ -254881,10 +349861,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d39980; } +.border-r-emerald-400\\/55 { + border-right-color: #34d3998c; +} + .border-r-emerald-400\\/60 { border-right-color: #34d39999; } +.border-r-emerald-400\\/65 { + border-right-color: #34d399a6; +} + .border-r-emerald-400\\/70 { border-right-color: #34d399b3; } @@ -254897,6 +349885,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #34d399cc; } +.border-r-emerald-400\\/85 { + border-right-color: #34d399d9; +} + .border-r-emerald-400\\/90 { border-right-color: #34d399e6; } @@ -254922,6 +349914,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf5; } +.border-r-emerald-50\\/15 { + border-right-color: #ecfdf526; +} + .border-r-emerald-50\\/20 { border-right-color: #ecfdf533; } @@ -254934,10 +349930,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf54d; } +.border-r-emerald-50\\/35 { + border-right-color: #ecfdf559; +} + .border-r-emerald-50\\/40 { border-right-color: #ecfdf566; } +.border-r-emerald-50\\/45 { + border-right-color: #ecfdf573; +} + .border-r-emerald-50\\/5 { border-right-color: #ecfdf50d; } @@ -254946,10 +349950,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf580; } +.border-r-emerald-50\\/55 { + border-right-color: #ecfdf58c; +} + .border-r-emerald-50\\/60 { border-right-color: #ecfdf599; } +.border-r-emerald-50\\/65 { + border-right-color: #ecfdf5a6; +} + .border-r-emerald-50\\/70 { border-right-color: #ecfdf5b3; } @@ -254962,6 +349974,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfdf5cc; } +.border-r-emerald-50\\/85 { + border-right-color: #ecfdf5d9; +} + .border-r-emerald-50\\/90 { border-right-color: #ecfdf5e6; } @@ -254987,6 +350003,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b981; } +.border-r-emerald-500\\/15 { + border-right-color: #10b98126; +} + .border-r-emerald-500\\/20 { border-right-color: #10b98133; } @@ -254999,10 +350019,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b9814d; } +.border-r-emerald-500\\/35 { + border-right-color: #10b98159; +} + .border-r-emerald-500\\/40 { border-right-color: #10b98166; } +.border-r-emerald-500\\/45 { + border-right-color: #10b98173; +} + .border-r-emerald-500\\/5 { border-right-color: #10b9810d; } @@ -255011,10 +350039,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b98180; } +.border-r-emerald-500\\/55 { + border-right-color: #10b9818c; +} + .border-r-emerald-500\\/60 { border-right-color: #10b98199; } +.border-r-emerald-500\\/65 { + border-right-color: #10b981a6; +} + .border-r-emerald-500\\/70 { border-right-color: #10b981b3; } @@ -255027,6 +350063,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #10b981cc; } +.border-r-emerald-500\\/85 { + border-right-color: #10b981d9; +} + .border-r-emerald-500\\/90 { border-right-color: #10b981e6; } @@ -255052,6 +350092,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #059669; } +.border-r-emerald-600\\/15 { + border-right-color: #05966926; +} + .border-r-emerald-600\\/20 { border-right-color: #05966933; } @@ -255064,10 +350108,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0596694d; } +.border-r-emerald-600\\/35 { + border-right-color: #05966959; +} + .border-r-emerald-600\\/40 { border-right-color: #05966966; } +.border-r-emerald-600\\/45 { + border-right-color: #05966973; +} + .border-r-emerald-600\\/5 { border-right-color: #0596690d; } @@ -255076,10 +350128,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #05966980; } +.border-r-emerald-600\\/55 { + border-right-color: #0596698c; +} + .border-r-emerald-600\\/60 { border-right-color: #05966999; } +.border-r-emerald-600\\/65 { + border-right-color: #059669a6; +} + .border-r-emerald-600\\/70 { border-right-color: #059669b3; } @@ -255092,6 +350152,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #059669cc; } +.border-r-emerald-600\\/85 { + border-right-color: #059669d9; +} + .border-r-emerald-600\\/90 { border-right-color: #059669e6; } @@ -255117,6 +350181,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #047857; } +.border-r-emerald-700\\/15 { + border-right-color: #04785726; +} + .border-r-emerald-700\\/20 { border-right-color: #04785733; } @@ -255129,10 +350197,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0478574d; } +.border-r-emerald-700\\/35 { + border-right-color: #04785759; +} + .border-r-emerald-700\\/40 { border-right-color: #04785766; } +.border-r-emerald-700\\/45 { + border-right-color: #04785773; +} + .border-r-emerald-700\\/5 { border-right-color: #0478570d; } @@ -255141,10 +350217,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #04785780; } +.border-r-emerald-700\\/55 { + border-right-color: #0478578c; +} + .border-r-emerald-700\\/60 { border-right-color: #04785799; } +.border-r-emerald-700\\/65 { + border-right-color: #047857a6; +} + .border-r-emerald-700\\/70 { border-right-color: #047857b3; } @@ -255157,6 +350241,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #047857cc; } +.border-r-emerald-700\\/85 { + border-right-color: #047857d9; +} + .border-r-emerald-700\\/90 { border-right-color: #047857e6; } @@ -255182,6 +350270,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f46; } +.border-r-emerald-800\\/15 { + border-right-color: #065f4626; +} + .border-r-emerald-800\\/20 { border-right-color: #065f4633; } @@ -255194,10 +350286,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f464d; } +.border-r-emerald-800\\/35 { + border-right-color: #065f4659; +} + .border-r-emerald-800\\/40 { border-right-color: #065f4666; } +.border-r-emerald-800\\/45 { + border-right-color: #065f4673; +} + .border-r-emerald-800\\/5 { border-right-color: #065f460d; } @@ -255206,10 +350306,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f4680; } +.border-r-emerald-800\\/55 { + border-right-color: #065f468c; +} + .border-r-emerald-800\\/60 { border-right-color: #065f4699; } +.border-r-emerald-800\\/65 { + border-right-color: #065f46a6; +} + .border-r-emerald-800\\/70 { border-right-color: #065f46b3; } @@ -255222,6 +350330,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #065f46cc; } +.border-r-emerald-800\\/85 { + border-right-color: #065f46d9; +} + .border-r-emerald-800\\/90 { border-right-color: #065f46e6; } @@ -255247,6 +350359,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3b; } +.border-r-emerald-900\\/15 { + border-right-color: #064e3b26; +} + .border-r-emerald-900\\/20 { border-right-color: #064e3b33; } @@ -255259,10 +350375,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3b4d; } +.border-r-emerald-900\\/35 { + border-right-color: #064e3b59; +} + .border-r-emerald-900\\/40 { border-right-color: #064e3b66; } +.border-r-emerald-900\\/45 { + border-right-color: #064e3b73; +} + .border-r-emerald-900\\/5 { border-right-color: #064e3b0d; } @@ -255271,10 +350395,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3b80; } +.border-r-emerald-900\\/55 { + border-right-color: #064e3b8c; +} + .border-r-emerald-900\\/60 { border-right-color: #064e3b99; } +.border-r-emerald-900\\/65 { + border-right-color: #064e3ba6; +} + .border-r-emerald-900\\/70 { border-right-color: #064e3bb3; } @@ -255287,6 +350419,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #064e3bcc; } +.border-r-emerald-900\\/85 { + border-right-color: #064e3bd9; +} + .border-r-emerald-900\\/90 { border-right-color: #064e3be6; } @@ -255312,6 +350448,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c22; } +.border-r-emerald-950\\/15 { + border-right-color: #022c2226; +} + .border-r-emerald-950\\/20 { border-right-color: #022c2233; } @@ -255324,10 +350464,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c224d; } +.border-r-emerald-950\\/35 { + border-right-color: #022c2259; +} + .border-r-emerald-950\\/40 { border-right-color: #022c2266; } +.border-r-emerald-950\\/45 { + border-right-color: #022c2273; +} + .border-r-emerald-950\\/5 { border-right-color: #022c220d; } @@ -255336,10 +350484,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c2280; } +.border-r-emerald-950\\/55 { + border-right-color: #022c228c; +} + .border-r-emerald-950\\/60 { border-right-color: #022c2299; } +.border-r-emerald-950\\/65 { + border-right-color: #022c22a6; +} + .border-r-emerald-950\\/70 { border-right-color: #022c22b3; } @@ -255352,6 +350508,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #022c22cc; } +.border-r-emerald-950\\/85 { + border-right-color: #022c22d9; +} + .border-r-emerald-950\\/90 { border-right-color: #022c22e6; } @@ -255377,6 +350537,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ff; } +.border-r-fuchsia-100\\/15 { + border-right-color: #fae8ff26; +} + .border-r-fuchsia-100\\/20 { border-right-color: #fae8ff33; } @@ -255389,10 +350553,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ff4d; } +.border-r-fuchsia-100\\/35 { + border-right-color: #fae8ff59; +} + .border-r-fuchsia-100\\/40 { border-right-color: #fae8ff66; } +.border-r-fuchsia-100\\/45 { + border-right-color: #fae8ff73; +} + .border-r-fuchsia-100\\/5 { border-right-color: #fae8ff0d; } @@ -255401,10 +350573,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ff80; } +.border-r-fuchsia-100\\/55 { + border-right-color: #fae8ff8c; +} + .border-r-fuchsia-100\\/60 { border-right-color: #fae8ff99; } +.border-r-fuchsia-100\\/65 { + border-right-color: #fae8ffa6; +} + .border-r-fuchsia-100\\/70 { border-right-color: #fae8ffb3; } @@ -255417,6 +350597,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fae8ffcc; } +.border-r-fuchsia-100\\/85 { + border-right-color: #fae8ffd9; +} + .border-r-fuchsia-100\\/90 { border-right-color: #fae8ffe6; } @@ -255442,6 +350626,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fe; } +.border-r-fuchsia-200\\/15 { + border-right-color: #f5d0fe26; +} + .border-r-fuchsia-200\\/20 { border-right-color: #f5d0fe33; } @@ -255454,10 +350642,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fe4d; } +.border-r-fuchsia-200\\/35 { + border-right-color: #f5d0fe59; +} + .border-r-fuchsia-200\\/40 { border-right-color: #f5d0fe66; } +.border-r-fuchsia-200\\/45 { + border-right-color: #f5d0fe73; +} + .border-r-fuchsia-200\\/5 { border-right-color: #f5d0fe0d; } @@ -255466,10 +350662,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fe80; } +.border-r-fuchsia-200\\/55 { + border-right-color: #f5d0fe8c; +} + .border-r-fuchsia-200\\/60 { border-right-color: #f5d0fe99; } +.border-r-fuchsia-200\\/65 { + border-right-color: #f5d0fea6; +} + .border-r-fuchsia-200\\/70 { border-right-color: #f5d0feb3; } @@ -255482,6 +350686,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5d0fecc; } +.border-r-fuchsia-200\\/85 { + border-right-color: #f5d0fed9; +} + .border-r-fuchsia-200\\/90 { border-right-color: #f5d0fee6; } @@ -255507,6 +350715,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfc; } +.border-r-fuchsia-300\\/15 { + border-right-color: #f0abfc26; +} + .border-r-fuchsia-300\\/20 { border-right-color: #f0abfc33; } @@ -255519,10 +350731,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfc4d; } +.border-r-fuchsia-300\\/35 { + border-right-color: #f0abfc59; +} + .border-r-fuchsia-300\\/40 { border-right-color: #f0abfc66; } +.border-r-fuchsia-300\\/45 { + border-right-color: #f0abfc73; +} + .border-r-fuchsia-300\\/5 { border-right-color: #f0abfc0d; } @@ -255531,10 +350751,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfc80; } +.border-r-fuchsia-300\\/55 { + border-right-color: #f0abfc8c; +} + .border-r-fuchsia-300\\/60 { border-right-color: #f0abfc99; } +.border-r-fuchsia-300\\/65 { + border-right-color: #f0abfca6; +} + .border-r-fuchsia-300\\/70 { border-right-color: #f0abfcb3; } @@ -255547,6 +350775,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0abfccc; } +.border-r-fuchsia-300\\/85 { + border-right-color: #f0abfcd9; +} + .border-r-fuchsia-300\\/90 { border-right-color: #f0abfce6; } @@ -255572,6 +350804,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f9; } +.border-r-fuchsia-400\\/15 { + border-right-color: #e879f926; +} + .border-r-fuchsia-400\\/20 { border-right-color: #e879f933; } @@ -255584,10 +350820,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f94d; } +.border-r-fuchsia-400\\/35 { + border-right-color: #e879f959; +} + .border-r-fuchsia-400\\/40 { border-right-color: #e879f966; } +.border-r-fuchsia-400\\/45 { + border-right-color: #e879f973; +} + .border-r-fuchsia-400\\/5 { border-right-color: #e879f90d; } @@ -255596,10 +350840,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f980; } +.border-r-fuchsia-400\\/55 { + border-right-color: #e879f98c; +} + .border-r-fuchsia-400\\/60 { border-right-color: #e879f999; } +.border-r-fuchsia-400\\/65 { + border-right-color: #e879f9a6; +} + .border-r-fuchsia-400\\/70 { border-right-color: #e879f9b3; } @@ -255612,6 +350864,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e879f9cc; } +.border-r-fuchsia-400\\/85 { + border-right-color: #e879f9d9; +} + .border-r-fuchsia-400\\/90 { border-right-color: #e879f9e6; } @@ -255637,6 +350893,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ff; } +.border-r-fuchsia-50\\/15 { + border-right-color: #fdf4ff26; +} + .border-r-fuchsia-50\\/20 { border-right-color: #fdf4ff33; } @@ -255649,10 +350909,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ff4d; } +.border-r-fuchsia-50\\/35 { + border-right-color: #fdf4ff59; +} + .border-r-fuchsia-50\\/40 { border-right-color: #fdf4ff66; } +.border-r-fuchsia-50\\/45 { + border-right-color: #fdf4ff73; +} + .border-r-fuchsia-50\\/5 { border-right-color: #fdf4ff0d; } @@ -255661,10 +350929,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ff80; } +.border-r-fuchsia-50\\/55 { + border-right-color: #fdf4ff8c; +} + .border-r-fuchsia-50\\/60 { border-right-color: #fdf4ff99; } +.border-r-fuchsia-50\\/65 { + border-right-color: #fdf4ffa6; +} + .border-r-fuchsia-50\\/70 { border-right-color: #fdf4ffb3; } @@ -255677,6 +350953,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf4ffcc; } +.border-r-fuchsia-50\\/85 { + border-right-color: #fdf4ffd9; +} + .border-r-fuchsia-50\\/90 { border-right-color: #fdf4ffe6; } @@ -255702,6 +350982,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946ef; } +.border-r-fuchsia-500\\/15 { + border-right-color: #d946ef26; +} + .border-r-fuchsia-500\\/20 { border-right-color: #d946ef33; } @@ -255714,10 +350998,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946ef4d; } +.border-r-fuchsia-500\\/35 { + border-right-color: #d946ef59; +} + .border-r-fuchsia-500\\/40 { border-right-color: #d946ef66; } +.border-r-fuchsia-500\\/45 { + border-right-color: #d946ef73; +} + .border-r-fuchsia-500\\/5 { border-right-color: #d946ef0d; } @@ -255726,10 +351018,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946ef80; } +.border-r-fuchsia-500\\/55 { + border-right-color: #d946ef8c; +} + .border-r-fuchsia-500\\/60 { border-right-color: #d946ef99; } +.border-r-fuchsia-500\\/65 { + border-right-color: #d946efa6; +} + .border-r-fuchsia-500\\/70 { border-right-color: #d946efb3; } @@ -255742,6 +351042,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d946efcc; } +.border-r-fuchsia-500\\/85 { + border-right-color: #d946efd9; +} + .border-r-fuchsia-500\\/90 { border-right-color: #d946efe6; } @@ -255767,6 +351071,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d3; } +.border-r-fuchsia-600\\/15 { + border-right-color: #c026d326; +} + .border-r-fuchsia-600\\/20 { border-right-color: #c026d333; } @@ -255779,10 +351087,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d34d; } +.border-r-fuchsia-600\\/35 { + border-right-color: #c026d359; +} + .border-r-fuchsia-600\\/40 { border-right-color: #c026d366; } +.border-r-fuchsia-600\\/45 { + border-right-color: #c026d373; +} + .border-r-fuchsia-600\\/5 { border-right-color: #c026d30d; } @@ -255791,10 +351107,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d380; } +.border-r-fuchsia-600\\/55 { + border-right-color: #c026d38c; +} + .border-r-fuchsia-600\\/60 { border-right-color: #c026d399; } +.border-r-fuchsia-600\\/65 { + border-right-color: #c026d3a6; +} + .border-r-fuchsia-600\\/70 { border-right-color: #c026d3b3; } @@ -255807,6 +351131,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c026d3cc; } +.border-r-fuchsia-600\\/85 { + border-right-color: #c026d3d9; +} + .border-r-fuchsia-600\\/90 { border-right-color: #c026d3e6; } @@ -255832,6 +351160,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21caf; } +.border-r-fuchsia-700\\/15 { + border-right-color: #a21caf26; +} + .border-r-fuchsia-700\\/20 { border-right-color: #a21caf33; } @@ -255844,10 +351176,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21caf4d; } +.border-r-fuchsia-700\\/35 { + border-right-color: #a21caf59; +} + .border-r-fuchsia-700\\/40 { border-right-color: #a21caf66; } +.border-r-fuchsia-700\\/45 { + border-right-color: #a21caf73; +} + .border-r-fuchsia-700\\/5 { border-right-color: #a21caf0d; } @@ -255856,10 +351196,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21caf80; } +.border-r-fuchsia-700\\/55 { + border-right-color: #a21caf8c; +} + .border-r-fuchsia-700\\/60 { border-right-color: #a21caf99; } +.border-r-fuchsia-700\\/65 { + border-right-color: #a21cafa6; +} + .border-r-fuchsia-700\\/70 { border-right-color: #a21cafb3; } @@ -255872,6 +351220,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a21cafcc; } +.border-r-fuchsia-700\\/85 { + border-right-color: #a21cafd9; +} + .border-r-fuchsia-700\\/90 { border-right-color: #a21cafe6; } @@ -255897,6 +351249,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198f; } +.border-r-fuchsia-800\\/15 { + border-right-color: #86198f26; +} + .border-r-fuchsia-800\\/20 { border-right-color: #86198f33; } @@ -255909,10 +351265,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198f4d; } +.border-r-fuchsia-800\\/35 { + border-right-color: #86198f59; +} + .border-r-fuchsia-800\\/40 { border-right-color: #86198f66; } +.border-r-fuchsia-800\\/45 { + border-right-color: #86198f73; +} + .border-r-fuchsia-800\\/5 { border-right-color: #86198f0d; } @@ -255921,10 +351285,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198f80; } +.border-r-fuchsia-800\\/55 { + border-right-color: #86198f8c; +} + .border-r-fuchsia-800\\/60 { border-right-color: #86198f99; } +.border-r-fuchsia-800\\/65 { + border-right-color: #86198fa6; +} + .border-r-fuchsia-800\\/70 { border-right-color: #86198fb3; } @@ -255937,6 +351309,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86198fcc; } +.border-r-fuchsia-800\\/85 { + border-right-color: #86198fd9; +} + .border-r-fuchsia-800\\/90 { border-right-color: #86198fe6; } @@ -255962,6 +351338,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a75; } +.border-r-fuchsia-900\\/15 { + border-right-color: #701a7526; +} + .border-r-fuchsia-900\\/20 { border-right-color: #701a7533; } @@ -255974,10 +351354,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a754d; } +.border-r-fuchsia-900\\/35 { + border-right-color: #701a7559; +} + .border-r-fuchsia-900\\/40 { border-right-color: #701a7566; } +.border-r-fuchsia-900\\/45 { + border-right-color: #701a7573; +} + .border-r-fuchsia-900\\/5 { border-right-color: #701a750d; } @@ -255986,10 +351374,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a7580; } +.border-r-fuchsia-900\\/55 { + border-right-color: #701a758c; +} + .border-r-fuchsia-900\\/60 { border-right-color: #701a7599; } +.border-r-fuchsia-900\\/65 { + border-right-color: #701a75a6; +} + .border-r-fuchsia-900\\/70 { border-right-color: #701a75b3; } @@ -256002,6 +351398,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #701a75cc; } +.border-r-fuchsia-900\\/85 { + border-right-color: #701a75d9; +} + .border-r-fuchsia-900\\/90 { border-right-color: #701a75e6; } @@ -256027,6 +351427,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044e; } +.border-r-fuchsia-950\\/15 { + border-right-color: #4a044e26; +} + .border-r-fuchsia-950\\/20 { border-right-color: #4a044e33; } @@ -256039,10 +351443,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044e4d; } +.border-r-fuchsia-950\\/35 { + border-right-color: #4a044e59; +} + .border-r-fuchsia-950\\/40 { border-right-color: #4a044e66; } +.border-r-fuchsia-950\\/45 { + border-right-color: #4a044e73; +} + .border-r-fuchsia-950\\/5 { border-right-color: #4a044e0d; } @@ -256051,10 +351463,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044e80; } +.border-r-fuchsia-950\\/55 { + border-right-color: #4a044e8c; +} + .border-r-fuchsia-950\\/60 { border-right-color: #4a044e99; } +.border-r-fuchsia-950\\/65 { + border-right-color: #4a044ea6; +} + .border-r-fuchsia-950\\/70 { border-right-color: #4a044eb3; } @@ -256067,6 +351487,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4a044ecc; } +.border-r-fuchsia-950\\/85 { + border-right-color: #4a044ed9; +} + .border-r-fuchsia-950\\/90 { border-right-color: #4a044ee6; } @@ -256092,6 +351516,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f6; } +.border-r-gray-100\\/15 { + border-right-color: #f3f4f626; +} + .border-r-gray-100\\/20 { border-right-color: #f3f4f633; } @@ -256104,10 +351532,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f64d; } +.border-r-gray-100\\/35 { + border-right-color: #f3f4f659; +} + .border-r-gray-100\\/40 { border-right-color: #f3f4f666; } +.border-r-gray-100\\/45 { + border-right-color: #f3f4f673; +} + .border-r-gray-100\\/5 { border-right-color: #f3f4f60d; } @@ -256116,10 +351552,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f680; } +.border-r-gray-100\\/55 { + border-right-color: #f3f4f68c; +} + .border-r-gray-100\\/60 { border-right-color: #f3f4f699; } +.border-r-gray-100\\/65 { + border-right-color: #f3f4f6a6; +} + .border-r-gray-100\\/70 { border-right-color: #f3f4f6b3; } @@ -256132,6 +351576,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3f4f6cc; } +.border-r-gray-100\\/85 { + border-right-color: #f3f4f6d9; +} + .border-r-gray-100\\/90 { border-right-color: #f3f4f6e6; } @@ -256157,6 +351605,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7eb; } +.border-r-gray-200\\/15 { + border-right-color: #e5e7eb26; +} + .border-r-gray-200\\/20 { border-right-color: #e5e7eb33; } @@ -256169,10 +351621,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7eb4d; } +.border-r-gray-200\\/35 { + border-right-color: #e5e7eb59; +} + .border-r-gray-200\\/40 { border-right-color: #e5e7eb66; } +.border-r-gray-200\\/45 { + border-right-color: #e5e7eb73; +} + .border-r-gray-200\\/5 { border-right-color: #e5e7eb0d; } @@ -256181,10 +351641,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7eb80; } +.border-r-gray-200\\/55 { + border-right-color: #e5e7eb8c; +} + .border-r-gray-200\\/60 { border-right-color: #e5e7eb99; } +.border-r-gray-200\\/65 { + border-right-color: #e5e7eba6; +} + .border-r-gray-200\\/70 { border-right-color: #e5e7ebb3; } @@ -256197,6 +351665,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e7ebcc; } +.border-r-gray-200\\/85 { + border-right-color: #e5e7ebd9; +} + .border-r-gray-200\\/90 { border-right-color: #e5e7ebe6; } @@ -256222,6 +351694,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5db; } +.border-r-gray-300\\/15 { + border-right-color: #d1d5db26; +} + .border-r-gray-300\\/20 { border-right-color: #d1d5db33; } @@ -256234,10 +351710,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5db4d; } +.border-r-gray-300\\/35 { + border-right-color: #d1d5db59; +} + .border-r-gray-300\\/40 { border-right-color: #d1d5db66; } +.border-r-gray-300\\/45 { + border-right-color: #d1d5db73; +} + .border-r-gray-300\\/5 { border-right-color: #d1d5db0d; } @@ -256246,10 +351730,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5db80; } +.border-r-gray-300\\/55 { + border-right-color: #d1d5db8c; +} + .border-r-gray-300\\/60 { border-right-color: #d1d5db99; } +.border-r-gray-300\\/65 { + border-right-color: #d1d5dba6; +} + .border-r-gray-300\\/70 { border-right-color: #d1d5dbb3; } @@ -256262,6 +351754,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d1d5dbcc; } +.border-r-gray-300\\/85 { + border-right-color: #d1d5dbd9; +} + .border-r-gray-300\\/90 { border-right-color: #d1d5dbe6; } @@ -256287,6 +351783,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3af; } +.border-r-gray-400\\/15 { + border-right-color: #9ca3af26; +} + .border-r-gray-400\\/20 { border-right-color: #9ca3af33; } @@ -256299,10 +351799,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3af4d; } +.border-r-gray-400\\/35 { + border-right-color: #9ca3af59; +} + .border-r-gray-400\\/40 { border-right-color: #9ca3af66; } +.border-r-gray-400\\/45 { + border-right-color: #9ca3af73; +} + .border-r-gray-400\\/5 { border-right-color: #9ca3af0d; } @@ -256311,10 +351819,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3af80; } +.border-r-gray-400\\/55 { + border-right-color: #9ca3af8c; +} + .border-r-gray-400\\/60 { border-right-color: #9ca3af99; } +.border-r-gray-400\\/65 { + border-right-color: #9ca3afa6; +} + .border-r-gray-400\\/70 { border-right-color: #9ca3afb3; } @@ -256327,6 +351843,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9ca3afcc; } +.border-r-gray-400\\/85 { + border-right-color: #9ca3afd9; +} + .border-r-gray-400\\/90 { border-right-color: #9ca3afe6; } @@ -256352,6 +351872,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafb; } +.border-r-gray-50\\/15 { + border-right-color: #f9fafb26; +} + .border-r-gray-50\\/20 { border-right-color: #f9fafb33; } @@ -256364,10 +351888,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafb4d; } +.border-r-gray-50\\/35 { + border-right-color: #f9fafb59; +} + .border-r-gray-50\\/40 { border-right-color: #f9fafb66; } +.border-r-gray-50\\/45 { + border-right-color: #f9fafb73; +} + .border-r-gray-50\\/5 { border-right-color: #f9fafb0d; } @@ -256376,10 +351908,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafb80; } +.border-r-gray-50\\/55 { + border-right-color: #f9fafb8c; +} + .border-r-gray-50\\/60 { border-right-color: #f9fafb99; } +.border-r-gray-50\\/65 { + border-right-color: #f9fafba6; +} + .border-r-gray-50\\/70 { border-right-color: #f9fafbb3; } @@ -256392,6 +351932,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9fafbcc; } +.border-r-gray-50\\/85 { + border-right-color: #f9fafbd9; +} + .border-r-gray-50\\/90 { border-right-color: #f9fafbe6; } @@ -256417,6 +351961,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b7280; } +.border-r-gray-500\\/15 { + border-right-color: #6b728026; +} + .border-r-gray-500\\/20 { border-right-color: #6b728033; } @@ -256429,10 +351977,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b72804d; } +.border-r-gray-500\\/35 { + border-right-color: #6b728059; +} + .border-r-gray-500\\/40 { border-right-color: #6b728066; } +.border-r-gray-500\\/45 { + border-right-color: #6b728073; +} + .border-r-gray-500\\/5 { border-right-color: #6b72800d; } @@ -256441,10 +351997,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b728080; } +.border-r-gray-500\\/55 { + border-right-color: #6b72808c; +} + .border-r-gray-500\\/60 { border-right-color: #6b728099; } +.border-r-gray-500\\/65 { + border-right-color: #6b7280a6; +} + .border-r-gray-500\\/70 { border-right-color: #6b7280b3; } @@ -256457,6 +352021,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b7280cc; } +.border-r-gray-500\\/85 { + border-right-color: #6b7280d9; +} + .border-r-gray-500\\/90 { border-right-color: #6b7280e6; } @@ -256482,6 +352050,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b5563; } +.border-r-gray-600\\/15 { + border-right-color: #4b556326; +} + .border-r-gray-600\\/20 { border-right-color: #4b556333; } @@ -256494,10 +352066,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b55634d; } +.border-r-gray-600\\/35 { + border-right-color: #4b556359; +} + .border-r-gray-600\\/40 { border-right-color: #4b556366; } +.border-r-gray-600\\/45 { + border-right-color: #4b556373; +} + .border-r-gray-600\\/5 { border-right-color: #4b55630d; } @@ -256506,10 +352086,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b556380; } +.border-r-gray-600\\/55 { + border-right-color: #4b55638c; +} + .border-r-gray-600\\/60 { border-right-color: #4b556399; } +.border-r-gray-600\\/65 { + border-right-color: #4b5563a6; +} + .border-r-gray-600\\/70 { border-right-color: #4b5563b3; } @@ -256522,6 +352110,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4b5563cc; } +.border-r-gray-600\\/85 { + border-right-color: #4b5563d9; +} + .border-r-gray-600\\/90 { border-right-color: #4b5563e6; } @@ -256547,6 +352139,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #374151; } +.border-r-gray-700\\/15 { + border-right-color: #37415126; +} + .border-r-gray-700\\/20 { border-right-color: #37415133; } @@ -256559,10 +352155,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3741514d; } +.border-r-gray-700\\/35 { + border-right-color: #37415159; +} + .border-r-gray-700\\/40 { border-right-color: #37415166; } +.border-r-gray-700\\/45 { + border-right-color: #37415173; +} + .border-r-gray-700\\/5 { border-right-color: #3741510d; } @@ -256571,10 +352175,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #37415180; } +.border-r-gray-700\\/55 { + border-right-color: #3741518c; +} + .border-r-gray-700\\/60 { border-right-color: #37415199; } +.border-r-gray-700\\/65 { + border-right-color: #374151a6; +} + .border-r-gray-700\\/70 { border-right-color: #374151b3; } @@ -256587,6 +352199,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #374151cc; } +.border-r-gray-700\\/85 { + border-right-color: #374151d9; +} + .border-r-gray-700\\/90 { border-right-color: #374151e6; } @@ -256612,6 +352228,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f2937; } +.border-r-gray-800\\/15 { + border-right-color: #1f293726; +} + .border-r-gray-800\\/20 { border-right-color: #1f293733; } @@ -256624,10 +352244,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f29374d; } +.border-r-gray-800\\/35 { + border-right-color: #1f293759; +} + .border-r-gray-800\\/40 { border-right-color: #1f293766; } +.border-r-gray-800\\/45 { + border-right-color: #1f293773; +} + .border-r-gray-800\\/5 { border-right-color: #1f29370d; } @@ -256636,10 +352264,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f293780; } +.border-r-gray-800\\/55 { + border-right-color: #1f29378c; +} + .border-r-gray-800\\/60 { border-right-color: #1f293799; } +.border-r-gray-800\\/65 { + border-right-color: #1f2937a6; +} + .border-r-gray-800\\/70 { border-right-color: #1f2937b3; } @@ -256652,6 +352288,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1f2937cc; } +.border-r-gray-800\\/85 { + border-right-color: #1f2937d9; +} + .border-r-gray-800\\/90 { border-right-color: #1f2937e6; } @@ -256677,6 +352317,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #111827; } +.border-r-gray-900\\/15 { + border-right-color: #11182726; +} + .border-r-gray-900\\/20 { border-right-color: #11182733; } @@ -256689,10 +352333,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1118274d; } +.border-r-gray-900\\/35 { + border-right-color: #11182759; +} + .border-r-gray-900\\/40 { border-right-color: #11182766; } +.border-r-gray-900\\/45 { + border-right-color: #11182773; +} + .border-r-gray-900\\/5 { border-right-color: #1118270d; } @@ -256701,10 +352353,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #11182780; } +.border-r-gray-900\\/55 { + border-right-color: #1118278c; +} + .border-r-gray-900\\/60 { border-right-color: #11182799; } +.border-r-gray-900\\/65 { + border-right-color: #111827a6; +} + .border-r-gray-900\\/70 { border-right-color: #111827b3; } @@ -256717,6 +352377,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #111827cc; } +.border-r-gray-900\\/85 { + border-right-color: #111827d9; +} + .border-r-gray-900\\/90 { border-right-color: #111827e6; } @@ -256742,6 +352406,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #030712; } +.border-r-gray-950\\/15 { + border-right-color: #03071226; +} + .border-r-gray-950\\/20 { border-right-color: #03071233; } @@ -256754,10 +352422,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0307124d; } +.border-r-gray-950\\/35 { + border-right-color: #03071259; +} + .border-r-gray-950\\/40 { border-right-color: #03071266; } +.border-r-gray-950\\/45 { + border-right-color: #03071273; +} + .border-r-gray-950\\/5 { border-right-color: #0307120d; } @@ -256766,10 +352442,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #03071280; } +.border-r-gray-950\\/55 { + border-right-color: #0307128c; +} + .border-r-gray-950\\/60 { border-right-color: #03071299; } +.border-r-gray-950\\/65 { + border-right-color: #030712a6; +} + .border-r-gray-950\\/70 { border-right-color: #030712b3; } @@ -256782,6 +352466,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #030712cc; } +.border-r-gray-950\\/85 { + border-right-color: #030712d9; +} + .border-r-gray-950\\/90 { border-right-color: #030712e6; } @@ -256807,6 +352495,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce7; } +.border-r-green-100\\/15 { + border-right-color: #dcfce726; +} + .border-r-green-100\\/20 { border-right-color: #dcfce733; } @@ -256819,10 +352511,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce74d; } +.border-r-green-100\\/35 { + border-right-color: #dcfce759; +} + .border-r-green-100\\/40 { border-right-color: #dcfce766; } +.border-r-green-100\\/45 { + border-right-color: #dcfce773; +} + .border-r-green-100\\/5 { border-right-color: #dcfce70d; } @@ -256831,10 +352531,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce780; } +.border-r-green-100\\/55 { + border-right-color: #dcfce78c; +} + .border-r-green-100\\/60 { border-right-color: #dcfce799; } +.border-r-green-100\\/65 { + border-right-color: #dcfce7a6; +} + .border-r-green-100\\/70 { border-right-color: #dcfce7b3; } @@ -256847,6 +352555,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dcfce7cc; } +.border-r-green-100\\/85 { + border-right-color: #dcfce7d9; +} + .border-r-green-100\\/90 { border-right-color: #dcfce7e6; } @@ -256872,6 +352584,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d0; } +.border-r-green-200\\/15 { + border-right-color: #bbf7d026; +} + .border-r-green-200\\/20 { border-right-color: #bbf7d033; } @@ -256884,10 +352600,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d04d; } +.border-r-green-200\\/35 { + border-right-color: #bbf7d059; +} + .border-r-green-200\\/40 { border-right-color: #bbf7d066; } +.border-r-green-200\\/45 { + border-right-color: #bbf7d073; +} + .border-r-green-200\\/5 { border-right-color: #bbf7d00d; } @@ -256896,10 +352620,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d080; } +.border-r-green-200\\/55 { + border-right-color: #bbf7d08c; +} + .border-r-green-200\\/60 { border-right-color: #bbf7d099; } +.border-r-green-200\\/65 { + border-right-color: #bbf7d0a6; +} + .border-r-green-200\\/70 { border-right-color: #bbf7d0b3; } @@ -256912,6 +352644,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bbf7d0cc; } +.border-r-green-200\\/85 { + border-right-color: #bbf7d0d9; +} + .border-r-green-200\\/90 { border-right-color: #bbf7d0e6; } @@ -256937,6 +352673,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efac; } +.border-r-green-300\\/15 { + border-right-color: #86efac26; +} + .border-r-green-300\\/20 { border-right-color: #86efac33; } @@ -256949,10 +352689,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efac4d; } +.border-r-green-300\\/35 { + border-right-color: #86efac59; +} + .border-r-green-300\\/40 { border-right-color: #86efac66; } +.border-r-green-300\\/45 { + border-right-color: #86efac73; +} + .border-r-green-300\\/5 { border-right-color: #86efac0d; } @@ -256961,10 +352709,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efac80; } +.border-r-green-300\\/55 { + border-right-color: #86efac8c; +} + .border-r-green-300\\/60 { border-right-color: #86efac99; } +.border-r-green-300\\/65 { + border-right-color: #86efaca6; +} + .border-r-green-300\\/70 { border-right-color: #86efacb3; } @@ -256977,6 +352733,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #86efaccc; } +.border-r-green-300\\/85 { + border-right-color: #86efacd9; +} + .border-r-green-300\\/90 { border-right-color: #86eface6; } @@ -257002,6 +352762,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade80; } +.border-r-green-400\\/15 { + border-right-color: #4ade8026; +} + .border-r-green-400\\/20 { border-right-color: #4ade8033; } @@ -257014,10 +352778,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade804d; } +.border-r-green-400\\/35 { + border-right-color: #4ade8059; +} + .border-r-green-400\\/40 { border-right-color: #4ade8066; } +.border-r-green-400\\/45 { + border-right-color: #4ade8073; +} + .border-r-green-400\\/5 { border-right-color: #4ade800d; } @@ -257026,10 +352798,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade8080; } +.border-r-green-400\\/55 { + border-right-color: #4ade808c; +} + .border-r-green-400\\/60 { border-right-color: #4ade8099; } +.border-r-green-400\\/65 { + border-right-color: #4ade80a6; +} + .border-r-green-400\\/70 { border-right-color: #4ade80b3; } @@ -257042,6 +352822,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4ade80cc; } +.border-r-green-400\\/85 { + border-right-color: #4ade80d9; +} + .border-r-green-400\\/90 { border-right-color: #4ade80e6; } @@ -257067,6 +352851,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf4; } +.border-r-green-50\\/15 { + border-right-color: #f0fdf426; +} + .border-r-green-50\\/20 { border-right-color: #f0fdf433; } @@ -257079,10 +352867,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf44d; } +.border-r-green-50\\/35 { + border-right-color: #f0fdf459; +} + .border-r-green-50\\/40 { border-right-color: #f0fdf466; } +.border-r-green-50\\/45 { + border-right-color: #f0fdf473; +} + .border-r-green-50\\/5 { border-right-color: #f0fdf40d; } @@ -257091,10 +352887,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf480; } +.border-r-green-50\\/55 { + border-right-color: #f0fdf48c; +} + .border-r-green-50\\/60 { border-right-color: #f0fdf499; } +.border-r-green-50\\/65 { + border-right-color: #f0fdf4a6; +} + .border-r-green-50\\/70 { border-right-color: #f0fdf4b3; } @@ -257107,6 +352911,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdf4cc; } +.border-r-green-50\\/85 { + border-right-color: #f0fdf4d9; +} + .border-r-green-50\\/90 { border-right-color: #f0fdf4e6; } @@ -257132,6 +352940,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55e; } +.border-r-green-500\\/15 { + border-right-color: #22c55e26; +} + .border-r-green-500\\/20 { border-right-color: #22c55e33; } @@ -257144,10 +352956,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55e4d; } +.border-r-green-500\\/35 { + border-right-color: #22c55e59; +} + .border-r-green-500\\/40 { border-right-color: #22c55e66; } +.border-r-green-500\\/45 { + border-right-color: #22c55e73; +} + .border-r-green-500\\/5 { border-right-color: #22c55e0d; } @@ -257156,10 +352976,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55e80; } +.border-r-green-500\\/55 { + border-right-color: #22c55e8c; +} + .border-r-green-500\\/60 { border-right-color: #22c55e99; } +.border-r-green-500\\/65 { + border-right-color: #22c55ea6; +} + .border-r-green-500\\/70 { border-right-color: #22c55eb3; } @@ -257172,6 +353000,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #22c55ecc; } +.border-r-green-500\\/85 { + border-right-color: #22c55ed9; +} + .border-r-green-500\\/90 { border-right-color: #22c55ee6; } @@ -257197,6 +353029,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34a; } +.border-r-green-600\\/15 { + border-right-color: #16a34a26; +} + .border-r-green-600\\/20 { border-right-color: #16a34a33; } @@ -257209,10 +353045,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34a4d; } +.border-r-green-600\\/35 { + border-right-color: #16a34a59; +} + .border-r-green-600\\/40 { border-right-color: #16a34a66; } +.border-r-green-600\\/45 { + border-right-color: #16a34a73; +} + .border-r-green-600\\/5 { border-right-color: #16a34a0d; } @@ -257221,10 +353065,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34a80; } +.border-r-green-600\\/55 { + border-right-color: #16a34a8c; +} + .border-r-green-600\\/60 { border-right-color: #16a34a99; } +.border-r-green-600\\/65 { + border-right-color: #16a34aa6; +} + .border-r-green-600\\/70 { border-right-color: #16a34ab3; } @@ -257237,6 +353089,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16a34acc; } +.border-r-green-600\\/85 { + border-right-color: #16a34ad9; +} + .border-r-green-600\\/90 { border-right-color: #16a34ae6; } @@ -257262,6 +353118,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803d; } +.border-r-green-700\\/15 { + border-right-color: #15803d26; +} + .border-r-green-700\\/20 { border-right-color: #15803d33; } @@ -257274,10 +353134,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803d4d; } +.border-r-green-700\\/35 { + border-right-color: #15803d59; +} + .border-r-green-700\\/40 { border-right-color: #15803d66; } +.border-r-green-700\\/45 { + border-right-color: #15803d73; +} + .border-r-green-700\\/5 { border-right-color: #15803d0d; } @@ -257286,10 +353154,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803d80; } +.border-r-green-700\\/55 { + border-right-color: #15803d8c; +} + .border-r-green-700\\/60 { border-right-color: #15803d99; } +.border-r-green-700\\/65 { + border-right-color: #15803da6; +} + .border-r-green-700\\/70 { border-right-color: #15803db3; } @@ -257302,6 +353178,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #15803dcc; } +.border-r-green-700\\/85 { + border-right-color: #15803dd9; +} + .border-r-green-700\\/90 { border-right-color: #15803de6; } @@ -257327,6 +353207,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #166534; } +.border-r-green-800\\/15 { + border-right-color: #16653426; +} + .border-r-green-800\\/20 { border-right-color: #16653433; } @@ -257339,10 +353223,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1665344d; } +.border-r-green-800\\/35 { + border-right-color: #16653459; +} + .border-r-green-800\\/40 { border-right-color: #16653466; } +.border-r-green-800\\/45 { + border-right-color: #16653473; +} + .border-r-green-800\\/5 { border-right-color: #1665340d; } @@ -257351,10 +353243,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #16653480; } +.border-r-green-800\\/55 { + border-right-color: #1665348c; +} + .border-r-green-800\\/60 { border-right-color: #16653499; } +.border-r-green-800\\/65 { + border-right-color: #166534a6; +} + .border-r-green-800\\/70 { border-right-color: #166534b3; } @@ -257367,6 +353267,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #166534cc; } +.border-r-green-800\\/85 { + border-right-color: #166534d9; +} + .border-r-green-800\\/90 { border-right-color: #166534e6; } @@ -257392,6 +353296,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532d; } +.border-r-green-900\\/15 { + border-right-color: #14532d26; +} + .border-r-green-900\\/20 { border-right-color: #14532d33; } @@ -257404,10 +353312,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532d4d; } +.border-r-green-900\\/35 { + border-right-color: #14532d59; +} + .border-r-green-900\\/40 { border-right-color: #14532d66; } +.border-r-green-900\\/45 { + border-right-color: #14532d73; +} + .border-r-green-900\\/5 { border-right-color: #14532d0d; } @@ -257416,10 +353332,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532d80; } +.border-r-green-900\\/55 { + border-right-color: #14532d8c; +} + .border-r-green-900\\/60 { border-right-color: #14532d99; } +.border-r-green-900\\/65 { + border-right-color: #14532da6; +} + .border-r-green-900\\/70 { border-right-color: #14532db3; } @@ -257432,6 +353356,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14532dcc; } +.border-r-green-900\\/85 { + border-right-color: #14532dd9; +} + .border-r-green-900\\/90 { border-right-color: #14532de6; } @@ -257457,6 +353385,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e16; } +.border-r-green-950\\/15 { + border-right-color: #052e1626; +} + .border-r-green-950\\/20 { border-right-color: #052e1633; } @@ -257469,10 +353401,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e164d; } +.border-r-green-950\\/35 { + border-right-color: #052e1659; +} + .border-r-green-950\\/40 { border-right-color: #052e1666; } +.border-r-green-950\\/45 { + border-right-color: #052e1673; +} + .border-r-green-950\\/5 { border-right-color: #052e160d; } @@ -257481,10 +353421,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e1680; } +.border-r-green-950\\/55 { + border-right-color: #052e168c; +} + .border-r-green-950\\/60 { border-right-color: #052e1699; } +.border-r-green-950\\/65 { + border-right-color: #052e16a6; +} + .border-r-green-950\\/70 { border-right-color: #052e16b3; } @@ -257497,6 +353445,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #052e16cc; } +.border-r-green-950\\/85 { + border-right-color: #052e16d9; +} + .border-r-green-950\\/90 { border-right-color: #052e16e6; } @@ -257522,6 +353474,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ff; } +.border-r-indigo-100\\/15 { + border-right-color: #e0e7ff26; +} + .border-r-indigo-100\\/20 { border-right-color: #e0e7ff33; } @@ -257534,10 +353490,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ff4d; } +.border-r-indigo-100\\/35 { + border-right-color: #e0e7ff59; +} + .border-r-indigo-100\\/40 { border-right-color: #e0e7ff66; } +.border-r-indigo-100\\/45 { + border-right-color: #e0e7ff73; +} + .border-r-indigo-100\\/5 { border-right-color: #e0e7ff0d; } @@ -257546,10 +353510,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ff80; } +.border-r-indigo-100\\/55 { + border-right-color: #e0e7ff8c; +} + .border-r-indigo-100\\/60 { border-right-color: #e0e7ff99; } +.border-r-indigo-100\\/65 { + border-right-color: #e0e7ffa6; +} + .border-r-indigo-100\\/70 { border-right-color: #e0e7ffb3; } @@ -257562,6 +353534,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0e7ffcc; } +.border-r-indigo-100\\/85 { + border-right-color: #e0e7ffd9; +} + .border-r-indigo-100\\/90 { border-right-color: #e0e7ffe6; } @@ -257587,6 +353563,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fe; } +.border-r-indigo-200\\/15 { + border-right-color: #c7d2fe26; +} + .border-r-indigo-200\\/20 { border-right-color: #c7d2fe33; } @@ -257599,10 +353579,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fe4d; } +.border-r-indigo-200\\/35 { + border-right-color: #c7d2fe59; +} + .border-r-indigo-200\\/40 { border-right-color: #c7d2fe66; } +.border-r-indigo-200\\/45 { + border-right-color: #c7d2fe73; +} + .border-r-indigo-200\\/5 { border-right-color: #c7d2fe0d; } @@ -257611,10 +353599,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fe80; } +.border-r-indigo-200\\/55 { + border-right-color: #c7d2fe8c; +} + .border-r-indigo-200\\/60 { border-right-color: #c7d2fe99; } +.border-r-indigo-200\\/65 { + border-right-color: #c7d2fea6; +} + .border-r-indigo-200\\/70 { border-right-color: #c7d2feb3; } @@ -257627,6 +353623,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c7d2fecc; } +.border-r-indigo-200\\/85 { + border-right-color: #c7d2fed9; +} + .border-r-indigo-200\\/90 { border-right-color: #c7d2fee6; } @@ -257652,6 +353652,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fc; } +.border-r-indigo-300\\/15 { + border-right-color: #a5b4fc26; +} + .border-r-indigo-300\\/20 { border-right-color: #a5b4fc33; } @@ -257664,10 +353668,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fc4d; } +.border-r-indigo-300\\/35 { + border-right-color: #a5b4fc59; +} + .border-r-indigo-300\\/40 { border-right-color: #a5b4fc66; } +.border-r-indigo-300\\/45 { + border-right-color: #a5b4fc73; +} + .border-r-indigo-300\\/5 { border-right-color: #a5b4fc0d; } @@ -257676,10 +353688,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fc80; } +.border-r-indigo-300\\/55 { + border-right-color: #a5b4fc8c; +} + .border-r-indigo-300\\/60 { border-right-color: #a5b4fc99; } +.border-r-indigo-300\\/65 { + border-right-color: #a5b4fca6; +} + .border-r-indigo-300\\/70 { border-right-color: #a5b4fcb3; } @@ -257692,6 +353712,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a5b4fccc; } +.border-r-indigo-300\\/85 { + border-right-color: #a5b4fcd9; +} + .border-r-indigo-300\\/90 { border-right-color: #a5b4fce6; } @@ -257717,6 +353741,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf8; } +.border-r-indigo-400\\/15 { + border-right-color: #818cf826; +} + .border-r-indigo-400\\/20 { border-right-color: #818cf833; } @@ -257729,10 +353757,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf84d; } +.border-r-indigo-400\\/35 { + border-right-color: #818cf859; +} + .border-r-indigo-400\\/40 { border-right-color: #818cf866; } +.border-r-indigo-400\\/45 { + border-right-color: #818cf873; +} + .border-r-indigo-400\\/5 { border-right-color: #818cf80d; } @@ -257741,10 +353777,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf880; } +.border-r-indigo-400\\/55 { + border-right-color: #818cf88c; +} + .border-r-indigo-400\\/60 { border-right-color: #818cf899; } +.border-r-indigo-400\\/65 { + border-right-color: #818cf8a6; +} + .border-r-indigo-400\\/70 { border-right-color: #818cf8b3; } @@ -257757,6 +353801,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #818cf8cc; } +.border-r-indigo-400\\/85 { + border-right-color: #818cf8d9; +} + .border-r-indigo-400\\/90 { border-right-color: #818cf8e6; } @@ -257782,6 +353830,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ff; } +.border-r-indigo-50\\/15 { + border-right-color: #eef2ff26; +} + .border-r-indigo-50\\/20 { border-right-color: #eef2ff33; } @@ -257794,10 +353846,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ff4d; } +.border-r-indigo-50\\/35 { + border-right-color: #eef2ff59; +} + .border-r-indigo-50\\/40 { border-right-color: #eef2ff66; } +.border-r-indigo-50\\/45 { + border-right-color: #eef2ff73; +} + .border-r-indigo-50\\/5 { border-right-color: #eef2ff0d; } @@ -257806,10 +353866,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ff80; } +.border-r-indigo-50\\/55 { + border-right-color: #eef2ff8c; +} + .border-r-indigo-50\\/60 { border-right-color: #eef2ff99; } +.border-r-indigo-50\\/65 { + border-right-color: #eef2ffa6; +} + .border-r-indigo-50\\/70 { border-right-color: #eef2ffb3; } @@ -257822,6 +353890,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eef2ffcc; } +.border-r-indigo-50\\/85 { + border-right-color: #eef2ffd9; +} + .border-r-indigo-50\\/90 { border-right-color: #eef2ffe6; } @@ -257847,6 +353919,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f1; } +.border-r-indigo-500\\/15 { + border-right-color: #6366f126; +} + .border-r-indigo-500\\/20 { border-right-color: #6366f133; } @@ -257859,10 +353935,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f14d; } +.border-r-indigo-500\\/35 { + border-right-color: #6366f159; +} + .border-r-indigo-500\\/40 { border-right-color: #6366f166; } +.border-r-indigo-500\\/45 { + border-right-color: #6366f173; +} + .border-r-indigo-500\\/5 { border-right-color: #6366f10d; } @@ -257871,10 +353955,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f180; } +.border-r-indigo-500\\/55 { + border-right-color: #6366f18c; +} + .border-r-indigo-500\\/60 { border-right-color: #6366f199; } +.border-r-indigo-500\\/65 { + border-right-color: #6366f1a6; +} + .border-r-indigo-500\\/70 { border-right-color: #6366f1b3; } @@ -257887,6 +353979,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6366f1cc; } +.border-r-indigo-500\\/85 { + border-right-color: #6366f1d9; +} + .border-r-indigo-500\\/90 { border-right-color: #6366f1e6; } @@ -257912,6 +354008,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e5; } +.border-r-indigo-600\\/15 { + border-right-color: #4f46e526; +} + .border-r-indigo-600\\/20 { border-right-color: #4f46e533; } @@ -257924,10 +354024,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e54d; } +.border-r-indigo-600\\/35 { + border-right-color: #4f46e559; +} + .border-r-indigo-600\\/40 { border-right-color: #4f46e566; } +.border-r-indigo-600\\/45 { + border-right-color: #4f46e573; +} + .border-r-indigo-600\\/5 { border-right-color: #4f46e50d; } @@ -257936,10 +354044,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e580; } +.border-r-indigo-600\\/55 { + border-right-color: #4f46e58c; +} + .border-r-indigo-600\\/60 { border-right-color: #4f46e599; } +.border-r-indigo-600\\/65 { + border-right-color: #4f46e5a6; +} + .border-r-indigo-600\\/70 { border-right-color: #4f46e5b3; } @@ -257952,6 +354068,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4f46e5cc; } +.border-r-indigo-600\\/85 { + border-right-color: #4f46e5d9; +} + .border-r-indigo-600\\/90 { border-right-color: #4f46e5e6; } @@ -257977,6 +354097,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338ca; } +.border-r-indigo-700\\/15 { + border-right-color: #4338ca26; +} + .border-r-indigo-700\\/20 { border-right-color: #4338ca33; } @@ -257989,10 +354113,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338ca4d; } +.border-r-indigo-700\\/35 { + border-right-color: #4338ca59; +} + .border-r-indigo-700\\/40 { border-right-color: #4338ca66; } +.border-r-indigo-700\\/45 { + border-right-color: #4338ca73; +} + .border-r-indigo-700\\/5 { border-right-color: #4338ca0d; } @@ -258001,10 +354133,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338ca80; } +.border-r-indigo-700\\/55 { + border-right-color: #4338ca8c; +} + .border-r-indigo-700\\/60 { border-right-color: #4338ca99; } +.border-r-indigo-700\\/65 { + border-right-color: #4338caa6; +} + .border-r-indigo-700\\/70 { border-right-color: #4338cab3; } @@ -258017,6 +354157,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4338cacc; } +.border-r-indigo-700\\/85 { + border-right-color: #4338cad9; +} + .border-r-indigo-700\\/90 { border-right-color: #4338cae6; } @@ -258042,6 +354186,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a3; } +.border-r-indigo-800\\/15 { + border-right-color: #3730a326; +} + .border-r-indigo-800\\/20 { border-right-color: #3730a333; } @@ -258054,10 +354202,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a34d; } +.border-r-indigo-800\\/35 { + border-right-color: #3730a359; +} + .border-r-indigo-800\\/40 { border-right-color: #3730a366; } +.border-r-indigo-800\\/45 { + border-right-color: #3730a373; +} + .border-r-indigo-800\\/5 { border-right-color: #3730a30d; } @@ -258066,10 +354222,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a380; } +.border-r-indigo-800\\/55 { + border-right-color: #3730a38c; +} + .border-r-indigo-800\\/60 { border-right-color: #3730a399; } +.border-r-indigo-800\\/65 { + border-right-color: #3730a3a6; +} + .border-r-indigo-800\\/70 { border-right-color: #3730a3b3; } @@ -258082,6 +354246,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3730a3cc; } +.border-r-indigo-800\\/85 { + border-right-color: #3730a3d9; +} + .border-r-indigo-800\\/90 { border-right-color: #3730a3e6; } @@ -258107,6 +354275,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e81; } +.border-r-indigo-900\\/15 { + border-right-color: #312e8126; +} + .border-r-indigo-900\\/20 { border-right-color: #312e8133; } @@ -258119,10 +354291,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e814d; } +.border-r-indigo-900\\/35 { + border-right-color: #312e8159; +} + .border-r-indigo-900\\/40 { border-right-color: #312e8166; } +.border-r-indigo-900\\/45 { + border-right-color: #312e8173; +} + .border-r-indigo-900\\/5 { border-right-color: #312e810d; } @@ -258131,10 +354311,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e8180; } +.border-r-indigo-900\\/55 { + border-right-color: #312e818c; +} + .border-r-indigo-900\\/60 { border-right-color: #312e8199; } +.border-r-indigo-900\\/65 { + border-right-color: #312e81a6; +} + .border-r-indigo-900\\/70 { border-right-color: #312e81b3; } @@ -258147,6 +354335,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #312e81cc; } +.border-r-indigo-900\\/85 { + border-right-color: #312e81d9; +} + .border-r-indigo-900\\/90 { border-right-color: #312e81e6; } @@ -258172,6 +354364,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4b; } +.border-r-indigo-950\\/15 { + border-right-color: #1e1b4b26; +} + .border-r-indigo-950\\/20 { border-right-color: #1e1b4b33; } @@ -258184,10 +354380,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4b4d; } +.border-r-indigo-950\\/35 { + border-right-color: #1e1b4b59; +} + .border-r-indigo-950\\/40 { border-right-color: #1e1b4b66; } +.border-r-indigo-950\\/45 { + border-right-color: #1e1b4b73; +} + .border-r-indigo-950\\/5 { border-right-color: #1e1b4b0d; } @@ -258196,10 +354400,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4b80; } +.border-r-indigo-950\\/55 { + border-right-color: #1e1b4b8c; +} + .border-r-indigo-950\\/60 { border-right-color: #1e1b4b99; } +.border-r-indigo-950\\/65 { + border-right-color: #1e1b4ba6; +} + .border-r-indigo-950\\/70 { border-right-color: #1e1b4bb3; } @@ -258212,6 +354424,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e1b4bcc; } +.border-r-indigo-950\\/85 { + border-right-color: #1e1b4bd9; +} + .border-r-indigo-950\\/90 { border-right-color: #1e1b4be6; } @@ -258241,6 +354457,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccb; } +.border-r-lime-100\\/15 { + border-right-color: #ecfccb26; +} + .border-r-lime-100\\/20 { border-right-color: #ecfccb33; } @@ -258253,10 +354473,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccb4d; } +.border-r-lime-100\\/35 { + border-right-color: #ecfccb59; +} + .border-r-lime-100\\/40 { border-right-color: #ecfccb66; } +.border-r-lime-100\\/45 { + border-right-color: #ecfccb73; +} + .border-r-lime-100\\/5 { border-right-color: #ecfccb0d; } @@ -258265,10 +354493,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccb80; } +.border-r-lime-100\\/55 { + border-right-color: #ecfccb8c; +} + .border-r-lime-100\\/60 { border-right-color: #ecfccb99; } +.border-r-lime-100\\/65 { + border-right-color: #ecfccba6; +} + .border-r-lime-100\\/70 { border-right-color: #ecfccbb3; } @@ -258281,6 +354517,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ecfccbcc; } +.border-r-lime-100\\/85 { + border-right-color: #ecfccbd9; +} + .border-r-lime-100\\/90 { border-right-color: #ecfccbe6; } @@ -258306,6 +354546,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99d; } +.border-r-lime-200\\/15 { + border-right-color: #d9f99d26; +} + .border-r-lime-200\\/20 { border-right-color: #d9f99d33; } @@ -258318,10 +354562,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99d4d; } +.border-r-lime-200\\/35 { + border-right-color: #d9f99d59; +} + .border-r-lime-200\\/40 { border-right-color: #d9f99d66; } +.border-r-lime-200\\/45 { + border-right-color: #d9f99d73; +} + .border-r-lime-200\\/5 { border-right-color: #d9f99d0d; } @@ -258330,10 +354582,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99d80; } +.border-r-lime-200\\/55 { + border-right-color: #d9f99d8c; +} + .border-r-lime-200\\/60 { border-right-color: #d9f99d99; } +.border-r-lime-200\\/65 { + border-right-color: #d9f99da6; +} + .border-r-lime-200\\/70 { border-right-color: #d9f99db3; } @@ -258346,6 +354606,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d9f99dcc; } +.border-r-lime-200\\/85 { + border-right-color: #d9f99dd9; +} + .border-r-lime-200\\/90 { border-right-color: #d9f99de6; } @@ -258371,6 +354635,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef264; } +.border-r-lime-300\\/15 { + border-right-color: #bef26426; +} + .border-r-lime-300\\/20 { border-right-color: #bef26433; } @@ -258383,10 +354651,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef2644d; } +.border-r-lime-300\\/35 { + border-right-color: #bef26459; +} + .border-r-lime-300\\/40 { border-right-color: #bef26466; } +.border-r-lime-300\\/45 { + border-right-color: #bef26473; +} + .border-r-lime-300\\/5 { border-right-color: #bef2640d; } @@ -258395,10 +354671,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef26480; } +.border-r-lime-300\\/55 { + border-right-color: #bef2648c; +} + .border-r-lime-300\\/60 { border-right-color: #bef26499; } +.border-r-lime-300\\/65 { + border-right-color: #bef264a6; +} + .border-r-lime-300\\/70 { border-right-color: #bef264b3; } @@ -258411,6 +354695,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bef264cc; } +.border-r-lime-300\\/85 { + border-right-color: #bef264d9; +} + .border-r-lime-300\\/90 { border-right-color: #bef264e6; } @@ -258436,6 +354724,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e635; } +.border-r-lime-400\\/15 { + border-right-color: #a3e63526; +} + .border-r-lime-400\\/20 { border-right-color: #a3e63533; } @@ -258448,10 +354740,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e6354d; } +.border-r-lime-400\\/35 { + border-right-color: #a3e63559; +} + .border-r-lime-400\\/40 { border-right-color: #a3e63566; } +.border-r-lime-400\\/45 { + border-right-color: #a3e63573; +} + .border-r-lime-400\\/5 { border-right-color: #a3e6350d; } @@ -258460,10 +354760,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e63580; } +.border-r-lime-400\\/55 { + border-right-color: #a3e6358c; +} + .border-r-lime-400\\/60 { border-right-color: #a3e63599; } +.border-r-lime-400\\/65 { + border-right-color: #a3e635a6; +} + .border-r-lime-400\\/70 { border-right-color: #a3e635b3; } @@ -258476,6 +354784,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3e635cc; } +.border-r-lime-400\\/85 { + border-right-color: #a3e635d9; +} + .border-r-lime-400\\/90 { border-right-color: #a3e635e6; } @@ -258501,6 +354813,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee7; } +.border-r-lime-50\\/15 { + border-right-color: #f7fee726; +} + .border-r-lime-50\\/20 { border-right-color: #f7fee733; } @@ -258513,10 +354829,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee74d; } +.border-r-lime-50\\/35 { + border-right-color: #f7fee759; +} + .border-r-lime-50\\/40 { border-right-color: #f7fee766; } +.border-r-lime-50\\/45 { + border-right-color: #f7fee773; +} + .border-r-lime-50\\/5 { border-right-color: #f7fee70d; } @@ -258525,10 +354849,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee780; } +.border-r-lime-50\\/55 { + border-right-color: #f7fee78c; +} + .border-r-lime-50\\/60 { border-right-color: #f7fee799; } +.border-r-lime-50\\/65 { + border-right-color: #f7fee7a6; +} + .border-r-lime-50\\/70 { border-right-color: #f7fee7b3; } @@ -258541,6 +354873,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f7fee7cc; } +.border-r-lime-50\\/85 { + border-right-color: #f7fee7d9; +} + .border-r-lime-50\\/90 { border-right-color: #f7fee7e6; } @@ -258566,6 +354902,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc16; } +.border-r-lime-500\\/15 { + border-right-color: #84cc1626; +} + .border-r-lime-500\\/20 { border-right-color: #84cc1633; } @@ -258578,10 +354918,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc164d; } +.border-r-lime-500\\/35 { + border-right-color: #84cc1659; +} + .border-r-lime-500\\/40 { border-right-color: #84cc1666; } +.border-r-lime-500\\/45 { + border-right-color: #84cc1673; +} + .border-r-lime-500\\/5 { border-right-color: #84cc160d; } @@ -258590,10 +354938,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc1680; } +.border-r-lime-500\\/55 { + border-right-color: #84cc168c; +} + .border-r-lime-500\\/60 { border-right-color: #84cc1699; } +.border-r-lime-500\\/65 { + border-right-color: #84cc16a6; +} + .border-r-lime-500\\/70 { border-right-color: #84cc16b3; } @@ -258606,6 +354962,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #84cc16cc; } +.border-r-lime-500\\/85 { + border-right-color: #84cc16d9; +} + .border-r-lime-500\\/90 { border-right-color: #84cc16e6; } @@ -258631,6 +354991,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30d; } +.border-r-lime-600\\/15 { + border-right-color: #65a30d26; +} + .border-r-lime-600\\/20 { border-right-color: #65a30d33; } @@ -258643,10 +355007,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30d4d; } +.border-r-lime-600\\/35 { + border-right-color: #65a30d59; +} + .border-r-lime-600\\/40 { border-right-color: #65a30d66; } +.border-r-lime-600\\/45 { + border-right-color: #65a30d73; +} + .border-r-lime-600\\/5 { border-right-color: #65a30d0d; } @@ -258655,10 +355027,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30d80; } +.border-r-lime-600\\/55 { + border-right-color: #65a30d8c; +} + .border-r-lime-600\\/60 { border-right-color: #65a30d99; } +.border-r-lime-600\\/65 { + border-right-color: #65a30da6; +} + .border-r-lime-600\\/70 { border-right-color: #65a30db3; } @@ -258671,6 +355051,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #65a30dcc; } +.border-r-lime-600\\/85 { + border-right-color: #65a30dd9; +} + .border-r-lime-600\\/90 { border-right-color: #65a30de6; } @@ -258696,6 +355080,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0f; } +.border-r-lime-700\\/15 { + border-right-color: #4d7c0f26; +} + .border-r-lime-700\\/20 { border-right-color: #4d7c0f33; } @@ -258708,10 +355096,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0f4d; } +.border-r-lime-700\\/35 { + border-right-color: #4d7c0f59; +} + .border-r-lime-700\\/40 { border-right-color: #4d7c0f66; } +.border-r-lime-700\\/45 { + border-right-color: #4d7c0f73; +} + .border-r-lime-700\\/5 { border-right-color: #4d7c0f0d; } @@ -258720,10 +355116,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0f80; } +.border-r-lime-700\\/55 { + border-right-color: #4d7c0f8c; +} + .border-r-lime-700\\/60 { border-right-color: #4d7c0f99; } +.border-r-lime-700\\/65 { + border-right-color: #4d7c0fa6; +} + .border-r-lime-700\\/70 { border-right-color: #4d7c0fb3; } @@ -258736,6 +355140,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4d7c0fcc; } +.border-r-lime-700\\/85 { + border-right-color: #4d7c0fd9; +} + .border-r-lime-700\\/90 { border-right-color: #4d7c0fe6; } @@ -258761,6 +355169,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f6212; } +.border-r-lime-800\\/15 { + border-right-color: #3f621226; +} + .border-r-lime-800\\/20 { border-right-color: #3f621233; } @@ -258773,10 +355185,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f62124d; } +.border-r-lime-800\\/35 { + border-right-color: #3f621259; +} + .border-r-lime-800\\/40 { border-right-color: #3f621266; } +.border-r-lime-800\\/45 { + border-right-color: #3f621273; +} + .border-r-lime-800\\/5 { border-right-color: #3f62120d; } @@ -258785,10 +355205,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f621280; } +.border-r-lime-800\\/55 { + border-right-color: #3f62128c; +} + .border-r-lime-800\\/60 { border-right-color: #3f621299; } +.border-r-lime-800\\/65 { + border-right-color: #3f6212a6; +} + .border-r-lime-800\\/70 { border-right-color: #3f6212b3; } @@ -258801,6 +355229,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f6212cc; } +.border-r-lime-800\\/85 { + border-right-color: #3f6212d9; +} + .border-r-lime-800\\/90 { border-right-color: #3f6212e6; } @@ -258826,6 +355258,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #365314; } +.border-r-lime-900\\/15 { + border-right-color: #36531426; +} + .border-r-lime-900\\/20 { border-right-color: #36531433; } @@ -258838,10 +355274,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3653144d; } +.border-r-lime-900\\/35 { + border-right-color: #36531459; +} + .border-r-lime-900\\/40 { border-right-color: #36531466; } +.border-r-lime-900\\/45 { + border-right-color: #36531473; +} + .border-r-lime-900\\/5 { border-right-color: #3653140d; } @@ -258850,10 +355294,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #36531480; } +.border-r-lime-900\\/55 { + border-right-color: #3653148c; +} + .border-r-lime-900\\/60 { border-right-color: #36531499; } +.border-r-lime-900\\/65 { + border-right-color: #365314a6; +} + .border-r-lime-900\\/70 { border-right-color: #365314b3; } @@ -258866,6 +355318,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #365314cc; } +.border-r-lime-900\\/85 { + border-right-color: #365314d9; +} + .border-r-lime-900\\/90 { border-right-color: #365314e6; } @@ -258891,6 +355347,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e05; } +.border-r-lime-950\\/15 { + border-right-color: #1a2e0526; +} + .border-r-lime-950\\/20 { border-right-color: #1a2e0533; } @@ -258903,10 +355363,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e054d; } +.border-r-lime-950\\/35 { + border-right-color: #1a2e0559; +} + .border-r-lime-950\\/40 { border-right-color: #1a2e0566; } +.border-r-lime-950\\/45 { + border-right-color: #1a2e0573; +} + .border-r-lime-950\\/5 { border-right-color: #1a2e050d; } @@ -258915,10 +355383,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e0580; } +.border-r-lime-950\\/55 { + border-right-color: #1a2e058c; +} + .border-r-lime-950\\/60 { border-right-color: #1a2e0599; } +.border-r-lime-950\\/65 { + border-right-color: #1a2e05a6; +} + .border-r-lime-950\\/70 { border-right-color: #1a2e05b3; } @@ -258931,6 +355407,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1a2e05cc; } +.border-r-lime-950\\/85 { + border-right-color: #1a2e05d9; +} + .border-r-lime-950\\/90 { border-right-color: #1a2e05e6; } @@ -258956,6 +355436,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f5; } +.border-r-neutral-100\\/15 { + border-right-color: #f5f5f526; +} + .border-r-neutral-100\\/20 { border-right-color: #f5f5f533; } @@ -258968,10 +355452,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f54d; } +.border-r-neutral-100\\/35 { + border-right-color: #f5f5f559; +} + .border-r-neutral-100\\/40 { border-right-color: #f5f5f566; } +.border-r-neutral-100\\/45 { + border-right-color: #f5f5f573; +} + .border-r-neutral-100\\/5 { border-right-color: #f5f5f50d; } @@ -258980,10 +355472,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f580; } +.border-r-neutral-100\\/55 { + border-right-color: #f5f5f58c; +} + .border-r-neutral-100\\/60 { border-right-color: #f5f5f599; } +.border-r-neutral-100\\/65 { + border-right-color: #f5f5f5a6; +} + .border-r-neutral-100\\/70 { border-right-color: #f5f5f5b3; } @@ -258996,6 +355496,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f5cc; } +.border-r-neutral-100\\/85 { + border-right-color: #f5f5f5d9; +} + .border-r-neutral-100\\/90 { border-right-color: #f5f5f5e6; } @@ -259021,6 +355525,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e5; } +.border-r-neutral-200\\/15 { + border-right-color: #e5e5e526; +} + .border-r-neutral-200\\/20 { border-right-color: #e5e5e533; } @@ -259033,10 +355541,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e54d; } +.border-r-neutral-200\\/35 { + border-right-color: #e5e5e559; +} + .border-r-neutral-200\\/40 { border-right-color: #e5e5e566; } +.border-r-neutral-200\\/45 { + border-right-color: #e5e5e573; +} + .border-r-neutral-200\\/5 { border-right-color: #e5e5e50d; } @@ -259045,10 +355561,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e580; } +.border-r-neutral-200\\/55 { + border-right-color: #e5e5e58c; +} + .border-r-neutral-200\\/60 { border-right-color: #e5e5e599; } +.border-r-neutral-200\\/65 { + border-right-color: #e5e5e5a6; +} + .border-r-neutral-200\\/70 { border-right-color: #e5e5e5b3; } @@ -259061,6 +355585,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e5e5e5cc; } +.border-r-neutral-200\\/85 { + border-right-color: #e5e5e5d9; +} + .border-r-neutral-200\\/90 { border-right-color: #e5e5e5e6; } @@ -259086,6 +355614,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d4; } +.border-r-neutral-300\\/15 { + border-right-color: #d4d4d426; +} + .border-r-neutral-300\\/20 { border-right-color: #d4d4d433; } @@ -259098,10 +355630,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d44d; } +.border-r-neutral-300\\/35 { + border-right-color: #d4d4d459; +} + .border-r-neutral-300\\/40 { border-right-color: #d4d4d466; } +.border-r-neutral-300\\/45 { + border-right-color: #d4d4d473; +} + .border-r-neutral-300\\/5 { border-right-color: #d4d4d40d; } @@ -259110,10 +355650,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d480; } +.border-r-neutral-300\\/55 { + border-right-color: #d4d4d48c; +} + .border-r-neutral-300\\/60 { border-right-color: #d4d4d499; } +.border-r-neutral-300\\/65 { + border-right-color: #d4d4d4a6; +} + .border-r-neutral-300\\/70 { border-right-color: #d4d4d4b3; } @@ -259126,6 +355674,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d4cc; } +.border-r-neutral-300\\/85 { + border-right-color: #d4d4d4d9; +} + .border-r-neutral-300\\/90 { border-right-color: #d4d4d4e6; } @@ -259151,6 +355703,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a3; } +.border-r-neutral-400\\/15 { + border-right-color: #a3a3a326; +} + .border-r-neutral-400\\/20 { border-right-color: #a3a3a333; } @@ -259163,10 +355719,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a34d; } +.border-r-neutral-400\\/35 { + border-right-color: #a3a3a359; +} + .border-r-neutral-400\\/40 { border-right-color: #a3a3a366; } +.border-r-neutral-400\\/45 { + border-right-color: #a3a3a373; +} + .border-r-neutral-400\\/5 { border-right-color: #a3a3a30d; } @@ -259175,10 +355739,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a380; } +.border-r-neutral-400\\/55 { + border-right-color: #a3a3a38c; +} + .border-r-neutral-400\\/60 { border-right-color: #a3a3a399; } +.border-r-neutral-400\\/65 { + border-right-color: #a3a3a3a6; +} + .border-r-neutral-400\\/70 { border-right-color: #a3a3a3b3; } @@ -259191,6 +355763,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a3a3a3cc; } +.border-r-neutral-400\\/85 { + border-right-color: #a3a3a3d9; +} + .border-r-neutral-400\\/90 { border-right-color: #a3a3a3e6; } @@ -259216,6 +355792,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa; } +.border-r-neutral-50\\/15 { + border-right-color: #fafafa26; +} + .border-r-neutral-50\\/20 { border-right-color: #fafafa33; } @@ -259228,10 +355808,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa4d; } +.border-r-neutral-50\\/35 { + border-right-color: #fafafa59; +} + .border-r-neutral-50\\/40 { border-right-color: #fafafa66; } +.border-r-neutral-50\\/45 { + border-right-color: #fafafa73; +} + .border-r-neutral-50\\/5 { border-right-color: #fafafa0d; } @@ -259240,10 +355828,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa80; } +.border-r-neutral-50\\/55 { + border-right-color: #fafafa8c; +} + .border-r-neutral-50\\/60 { border-right-color: #fafafa99; } +.border-r-neutral-50\\/65 { + border-right-color: #fafafaa6; +} + .border-r-neutral-50\\/70 { border-right-color: #fafafab3; } @@ -259256,6 +355852,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafacc; } +.border-r-neutral-50\\/85 { + border-right-color: #fafafad9; +} + .border-r-neutral-50\\/90 { border-right-color: #fafafae6; } @@ -259281,6 +355881,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #737373; } +.border-r-neutral-500\\/15 { + border-right-color: #73737326; +} + .border-r-neutral-500\\/20 { border-right-color: #73737333; } @@ -259293,10 +355897,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7373734d; } +.border-r-neutral-500\\/35 { + border-right-color: #73737359; +} + .border-r-neutral-500\\/40 { border-right-color: #73737366; } +.border-r-neutral-500\\/45 { + border-right-color: #73737373; +} + .border-r-neutral-500\\/5 { border-right-color: #7373730d; } @@ -259305,10 +355917,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #73737380; } +.border-r-neutral-500\\/55 { + border-right-color: #7373738c; +} + .border-r-neutral-500\\/60 { border-right-color: #73737399; } +.border-r-neutral-500\\/65 { + border-right-color: #737373a6; +} + .border-r-neutral-500\\/70 { border-right-color: #737373b3; } @@ -259321,6 +355941,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #737373cc; } +.border-r-neutral-500\\/85 { + border-right-color: #737373d9; +} + .border-r-neutral-500\\/90 { border-right-color: #737373e6; } @@ -259346,6 +355970,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #525252; } +.border-r-neutral-600\\/15 { + border-right-color: #52525226; +} + .border-r-neutral-600\\/20 { border-right-color: #52525233; } @@ -259358,10 +355986,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5252524d; } +.border-r-neutral-600\\/35 { + border-right-color: #52525259; +} + .border-r-neutral-600\\/40 { border-right-color: #52525266; } +.border-r-neutral-600\\/45 { + border-right-color: #52525273; +} + .border-r-neutral-600\\/5 { border-right-color: #5252520d; } @@ -259370,10 +356006,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525280; } +.border-r-neutral-600\\/55 { + border-right-color: #5252528c; +} + .border-r-neutral-600\\/60 { border-right-color: #52525299; } +.border-r-neutral-600\\/65 { + border-right-color: #525252a6; +} + .border-r-neutral-600\\/70 { border-right-color: #525252b3; } @@ -259386,6 +356030,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #525252cc; } +.border-r-neutral-600\\/85 { + border-right-color: #525252d9; +} + .border-r-neutral-600\\/90 { border-right-color: #525252e6; } @@ -259411,6 +356059,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #404040; } +.border-r-neutral-700\\/15 { + border-right-color: #40404026; +} + .border-r-neutral-700\\/20 { border-right-color: #40404033; } @@ -259423,10 +356075,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4040404d; } +.border-r-neutral-700\\/35 { + border-right-color: #40404059; +} + .border-r-neutral-700\\/40 { border-right-color: #40404066; } +.border-r-neutral-700\\/45 { + border-right-color: #40404073; +} + .border-r-neutral-700\\/5 { border-right-color: #4040400d; } @@ -259435,10 +356095,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #40404080; } +.border-r-neutral-700\\/55 { + border-right-color: #4040408c; +} + .border-r-neutral-700\\/60 { border-right-color: #40404099; } +.border-r-neutral-700\\/65 { + border-right-color: #404040a6; +} + .border-r-neutral-700\\/70 { border-right-color: #404040b3; } @@ -259451,6 +356119,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #404040cc; } +.border-r-neutral-700\\/85 { + border-right-color: #404040d9; +} + .border-r-neutral-700\\/90 { border-right-color: #404040e6; } @@ -259476,6 +356148,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #262626; } +.border-r-neutral-800\\/15 { + border-right-color: #26262626; +} + .border-r-neutral-800\\/20 { border-right-color: #26262633; } @@ -259488,10 +356164,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2626264d; } +.border-r-neutral-800\\/35 { + border-right-color: #26262659; +} + .border-r-neutral-800\\/40 { border-right-color: #26262666; } +.border-r-neutral-800\\/45 { + border-right-color: #26262673; +} + .border-r-neutral-800\\/5 { border-right-color: #2626260d; } @@ -259500,10 +356184,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #26262680; } +.border-r-neutral-800\\/55 { + border-right-color: #2626268c; +} + .border-r-neutral-800\\/60 { border-right-color: #26262699; } +.border-r-neutral-800\\/65 { + border-right-color: #262626a6; +} + .border-r-neutral-800\\/70 { border-right-color: #262626b3; } @@ -259516,6 +356208,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #262626cc; } +.border-r-neutral-800\\/85 { + border-right-color: #262626d9; +} + .border-r-neutral-800\\/90 { border-right-color: #262626e6; } @@ -259541,6 +356237,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #171717; } +.border-r-neutral-900\\/15 { + border-right-color: #17171726; +} + .border-r-neutral-900\\/20 { border-right-color: #17171733; } @@ -259553,10 +356253,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1717174d; } +.border-r-neutral-900\\/35 { + border-right-color: #17171759; +} + .border-r-neutral-900\\/40 { border-right-color: #17171766; } +.border-r-neutral-900\\/45 { + border-right-color: #17171773; +} + .border-r-neutral-900\\/5 { border-right-color: #1717170d; } @@ -259565,10 +356273,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #17171780; } +.border-r-neutral-900\\/55 { + border-right-color: #1717178c; +} + .border-r-neutral-900\\/60 { border-right-color: #17171799; } +.border-r-neutral-900\\/65 { + border-right-color: #171717a6; +} + .border-r-neutral-900\\/70 { border-right-color: #171717b3; } @@ -259581,6 +356297,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #171717cc; } +.border-r-neutral-900\\/85 { + border-right-color: #171717d9; +} + .border-r-neutral-900\\/90 { border-right-color: #171717e6; } @@ -259606,6 +356326,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0a; } +.border-r-neutral-950\\/15 { + border-right-color: #0a0a0a26; +} + .border-r-neutral-950\\/20 { border-right-color: #0a0a0a33; } @@ -259618,10 +356342,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0a4d; } +.border-r-neutral-950\\/35 { + border-right-color: #0a0a0a59; +} + .border-r-neutral-950\\/40 { border-right-color: #0a0a0a66; } +.border-r-neutral-950\\/45 { + border-right-color: #0a0a0a73; +} + .border-r-neutral-950\\/5 { border-right-color: #0a0a0a0d; } @@ -259630,10 +356362,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0a80; } +.border-r-neutral-950\\/55 { + border-right-color: #0a0a0a8c; +} + .border-r-neutral-950\\/60 { border-right-color: #0a0a0a99; } +.border-r-neutral-950\\/65 { + border-right-color: #0a0a0aa6; +} + .border-r-neutral-950\\/70 { border-right-color: #0a0a0ab3; } @@ -259646,6 +356386,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0a0a0acc; } +.border-r-neutral-950\\/85 { + border-right-color: #0a0a0ad9; +} + .border-r-neutral-950\\/90 { border-right-color: #0a0a0ae6; } @@ -259671,6 +356415,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd5; } +.border-r-orange-100\\/15 { + border-right-color: #ffedd526; +} + .border-r-orange-100\\/20 { border-right-color: #ffedd533; } @@ -259683,10 +356431,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd54d; } +.border-r-orange-100\\/35 { + border-right-color: #ffedd559; +} + .border-r-orange-100\\/40 { border-right-color: #ffedd566; } +.border-r-orange-100\\/45 { + border-right-color: #ffedd573; +} + .border-r-orange-100\\/5 { border-right-color: #ffedd50d; } @@ -259695,10 +356451,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd580; } +.border-r-orange-100\\/55 { + border-right-color: #ffedd58c; +} + .border-r-orange-100\\/60 { border-right-color: #ffedd599; } +.border-r-orange-100\\/65 { + border-right-color: #ffedd5a6; +} + .border-r-orange-100\\/70 { border-right-color: #ffedd5b3; } @@ -259711,6 +356475,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffedd5cc; } +.border-r-orange-100\\/85 { + border-right-color: #ffedd5d9; +} + .border-r-orange-100\\/90 { border-right-color: #ffedd5e6; } @@ -259736,6 +356504,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aa; } +.border-r-orange-200\\/15 { + border-right-color: #fed7aa26; +} + .border-r-orange-200\\/20 { border-right-color: #fed7aa33; } @@ -259748,10 +356520,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aa4d; } +.border-r-orange-200\\/35 { + border-right-color: #fed7aa59; +} + .border-r-orange-200\\/40 { border-right-color: #fed7aa66; } +.border-r-orange-200\\/45 { + border-right-color: #fed7aa73; +} + .border-r-orange-200\\/5 { border-right-color: #fed7aa0d; } @@ -259760,10 +356540,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aa80; } +.border-r-orange-200\\/55 { + border-right-color: #fed7aa8c; +} + .border-r-orange-200\\/60 { border-right-color: #fed7aa99; } +.border-r-orange-200\\/65 { + border-right-color: #fed7aaa6; +} + .border-r-orange-200\\/70 { border-right-color: #fed7aab3; } @@ -259776,6 +356564,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fed7aacc; } +.border-r-orange-200\\/85 { + border-right-color: #fed7aad9; +} + .border-r-orange-200\\/90 { border-right-color: #fed7aae6; } @@ -259801,6 +356593,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba74; } +.border-r-orange-300\\/15 { + border-right-color: #fdba7426; +} + .border-r-orange-300\\/20 { border-right-color: #fdba7433; } @@ -259813,10 +356609,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba744d; } +.border-r-orange-300\\/35 { + border-right-color: #fdba7459; +} + .border-r-orange-300\\/40 { border-right-color: #fdba7466; } +.border-r-orange-300\\/45 { + border-right-color: #fdba7473; +} + .border-r-orange-300\\/5 { border-right-color: #fdba740d; } @@ -259825,10 +356629,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba7480; } +.border-r-orange-300\\/55 { + border-right-color: #fdba748c; +} + .border-r-orange-300\\/60 { border-right-color: #fdba7499; } +.border-r-orange-300\\/65 { + border-right-color: #fdba74a6; +} + .border-r-orange-300\\/70 { border-right-color: #fdba74b3; } @@ -259841,6 +356653,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdba74cc; } +.border-r-orange-300\\/85 { + border-right-color: #fdba74d9; +} + .border-r-orange-300\\/90 { border-right-color: #fdba74e6; } @@ -259866,6 +356682,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923c; } +.border-r-orange-400\\/15 { + border-right-color: #fb923c26; +} + .border-r-orange-400\\/20 { border-right-color: #fb923c33; } @@ -259878,10 +356698,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923c4d; } +.border-r-orange-400\\/35 { + border-right-color: #fb923c59; +} + .border-r-orange-400\\/40 { border-right-color: #fb923c66; } +.border-r-orange-400\\/45 { + border-right-color: #fb923c73; +} + .border-r-orange-400\\/5 { border-right-color: #fb923c0d; } @@ -259890,10 +356718,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923c80; } +.border-r-orange-400\\/55 { + border-right-color: #fb923c8c; +} + .border-r-orange-400\\/60 { border-right-color: #fb923c99; } +.border-r-orange-400\\/65 { + border-right-color: #fb923ca6; +} + .border-r-orange-400\\/70 { border-right-color: #fb923cb3; } @@ -259906,6 +356742,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb923ccc; } +.border-r-orange-400\\/85 { + border-right-color: #fb923cd9; +} + .border-r-orange-400\\/90 { border-right-color: #fb923ce6; } @@ -259931,6 +356771,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7ed; } +.border-r-orange-50\\/15 { + border-right-color: #fff7ed26; +} + .border-r-orange-50\\/20 { border-right-color: #fff7ed33; } @@ -259943,10 +356787,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7ed4d; } +.border-r-orange-50\\/35 { + border-right-color: #fff7ed59; +} + .border-r-orange-50\\/40 { border-right-color: #fff7ed66; } +.border-r-orange-50\\/45 { + border-right-color: #fff7ed73; +} + .border-r-orange-50\\/5 { border-right-color: #fff7ed0d; } @@ -259955,10 +356807,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7ed80; } +.border-r-orange-50\\/55 { + border-right-color: #fff7ed8c; +} + .border-r-orange-50\\/60 { border-right-color: #fff7ed99; } +.border-r-orange-50\\/65 { + border-right-color: #fff7eda6; +} + .border-r-orange-50\\/70 { border-right-color: #fff7edb3; } @@ -259971,6 +356831,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff7edcc; } +.border-r-orange-50\\/85 { + border-right-color: #fff7edd9; +} + .border-r-orange-50\\/90 { border-right-color: #fff7ede6; } @@ -259996,6 +356860,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f97316; } +.border-r-orange-500\\/15 { + border-right-color: #f9731626; +} + .border-r-orange-500\\/20 { border-right-color: #f9731633; } @@ -260008,10 +356876,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f973164d; } +.border-r-orange-500\\/35 { + border-right-color: #f9731659; +} + .border-r-orange-500\\/40 { border-right-color: #f9731666; } +.border-r-orange-500\\/45 { + border-right-color: #f9731673; +} + .border-r-orange-500\\/5 { border-right-color: #f973160d; } @@ -260020,10 +356896,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9731680; } +.border-r-orange-500\\/55 { + border-right-color: #f973168c; +} + .border-r-orange-500\\/60 { border-right-color: #f9731699; } +.border-r-orange-500\\/65 { + border-right-color: #f97316a6; +} + .border-r-orange-500\\/70 { border-right-color: #f97316b3; } @@ -260036,6 +356920,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f97316cc; } +.border-r-orange-500\\/85 { + border-right-color: #f97316d9; +} + .border-r-orange-500\\/90 { border-right-color: #f97316e6; } @@ -260061,6 +356949,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580c; } +.border-r-orange-600\\/15 { + border-right-color: #ea580c26; +} + .border-r-orange-600\\/20 { border-right-color: #ea580c33; } @@ -260073,10 +356965,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580c4d; } +.border-r-orange-600\\/35 { + border-right-color: #ea580c59; +} + .border-r-orange-600\\/40 { border-right-color: #ea580c66; } +.border-r-orange-600\\/45 { + border-right-color: #ea580c73; +} + .border-r-orange-600\\/5 { border-right-color: #ea580c0d; } @@ -260085,10 +356985,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580c80; } +.border-r-orange-600\\/55 { + border-right-color: #ea580c8c; +} + .border-r-orange-600\\/60 { border-right-color: #ea580c99; } +.border-r-orange-600\\/65 { + border-right-color: #ea580ca6; +} + .border-r-orange-600\\/70 { border-right-color: #ea580cb3; } @@ -260101,6 +357009,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ea580ccc; } +.border-r-orange-600\\/85 { + border-right-color: #ea580cd9; +} + .border-r-orange-600\\/90 { border-right-color: #ea580ce6; } @@ -260126,6 +357038,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410c; } +.border-r-orange-700\\/15 { + border-right-color: #c2410c26; +} + .border-r-orange-700\\/20 { border-right-color: #c2410c33; } @@ -260138,10 +357054,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410c4d; } +.border-r-orange-700\\/35 { + border-right-color: #c2410c59; +} + .border-r-orange-700\\/40 { border-right-color: #c2410c66; } +.border-r-orange-700\\/45 { + border-right-color: #c2410c73; +} + .border-r-orange-700\\/5 { border-right-color: #c2410c0d; } @@ -260150,10 +357074,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410c80; } +.border-r-orange-700\\/55 { + border-right-color: #c2410c8c; +} + .border-r-orange-700\\/60 { border-right-color: #c2410c99; } +.border-r-orange-700\\/65 { + border-right-color: #c2410ca6; +} + .border-r-orange-700\\/70 { border-right-color: #c2410cb3; } @@ -260166,6 +357098,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c2410ccc; } +.border-r-orange-700\\/85 { + border-right-color: #c2410cd9; +} + .border-r-orange-700\\/90 { border-right-color: #c2410ce6; } @@ -260191,6 +357127,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a3412; } +.border-r-orange-800\\/15 { + border-right-color: #9a341226; +} + .border-r-orange-800\\/20 { border-right-color: #9a341233; } @@ -260203,10 +357143,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a34124d; } +.border-r-orange-800\\/35 { + border-right-color: #9a341259; +} + .border-r-orange-800\\/40 { border-right-color: #9a341266; } +.border-r-orange-800\\/45 { + border-right-color: #9a341273; +} + .border-r-orange-800\\/5 { border-right-color: #9a34120d; } @@ -260215,10 +357163,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a341280; } +.border-r-orange-800\\/55 { + border-right-color: #9a34128c; +} + .border-r-orange-800\\/60 { border-right-color: #9a341299; } +.border-r-orange-800\\/65 { + border-right-color: #9a3412a6; +} + .border-r-orange-800\\/70 { border-right-color: #9a3412b3; } @@ -260231,6 +357187,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9a3412cc; } +.border-r-orange-800\\/85 { + border-right-color: #9a3412d9; +} + .border-r-orange-800\\/90 { border-right-color: #9a3412e6; } @@ -260256,6 +357216,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d12; } +.border-r-orange-900\\/15 { + border-right-color: #7c2d1226; +} + .border-r-orange-900\\/20 { border-right-color: #7c2d1233; } @@ -260268,10 +357232,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d124d; } +.border-r-orange-900\\/35 { + border-right-color: #7c2d1259; +} + .border-r-orange-900\\/40 { border-right-color: #7c2d1266; } +.border-r-orange-900\\/45 { + border-right-color: #7c2d1273; +} + .border-r-orange-900\\/5 { border-right-color: #7c2d120d; } @@ -260280,10 +357252,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d1280; } +.border-r-orange-900\\/55 { + border-right-color: #7c2d128c; +} + .border-r-orange-900\\/60 { border-right-color: #7c2d1299; } +.border-r-orange-900\\/65 { + border-right-color: #7c2d12a6; +} + .border-r-orange-900\\/70 { border-right-color: #7c2d12b3; } @@ -260296,6 +357276,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c2d12cc; } +.border-r-orange-900\\/85 { + border-right-color: #7c2d12d9; +} + .border-r-orange-900\\/90 { border-right-color: #7c2d12e6; } @@ -260321,6 +357305,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #431407; } +.border-r-orange-950\\/15 { + border-right-color: #43140726; +} + .border-r-orange-950\\/20 { border-right-color: #43140733; } @@ -260333,10 +357321,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4314074d; } +.border-r-orange-950\\/35 { + border-right-color: #43140759; +} + .border-r-orange-950\\/40 { border-right-color: #43140766; } +.border-r-orange-950\\/45 { + border-right-color: #43140773; +} + .border-r-orange-950\\/5 { border-right-color: #4314070d; } @@ -260345,10 +357341,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #43140780; } +.border-r-orange-950\\/55 { + border-right-color: #4314078c; +} + .border-r-orange-950\\/60 { border-right-color: #43140799; } +.border-r-orange-950\\/65 { + border-right-color: #431407a6; +} + .border-r-orange-950\\/70 { border-right-color: #431407b3; } @@ -260361,6 +357365,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #431407cc; } +.border-r-orange-950\\/85 { + border-right-color: #431407d9; +} + .border-r-orange-950\\/90 { border-right-color: #431407e6; } @@ -260386,6 +357394,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f3; } +.border-r-pink-100\\/15 { + border-right-color: #fce7f326; +} + .border-r-pink-100\\/20 { border-right-color: #fce7f333; } @@ -260398,10 +357410,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f34d; } +.border-r-pink-100\\/35 { + border-right-color: #fce7f359; +} + .border-r-pink-100\\/40 { border-right-color: #fce7f366; } +.border-r-pink-100\\/45 { + border-right-color: #fce7f373; +} + .border-r-pink-100\\/5 { border-right-color: #fce7f30d; } @@ -260410,10 +357430,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f380; } +.border-r-pink-100\\/55 { + border-right-color: #fce7f38c; +} + .border-r-pink-100\\/60 { border-right-color: #fce7f399; } +.border-r-pink-100\\/65 { + border-right-color: #fce7f3a6; +} + .border-r-pink-100\\/70 { border-right-color: #fce7f3b3; } @@ -260426,6 +357454,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fce7f3cc; } +.border-r-pink-100\\/85 { + border-right-color: #fce7f3d9; +} + .border-r-pink-100\\/90 { border-right-color: #fce7f3e6; } @@ -260451,6 +357483,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe8; } +.border-r-pink-200\\/15 { + border-right-color: #fbcfe826; +} + .border-r-pink-200\\/20 { border-right-color: #fbcfe833; } @@ -260463,10 +357499,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe84d; } +.border-r-pink-200\\/35 { + border-right-color: #fbcfe859; +} + .border-r-pink-200\\/40 { border-right-color: #fbcfe866; } +.border-r-pink-200\\/45 { + border-right-color: #fbcfe873; +} + .border-r-pink-200\\/5 { border-right-color: #fbcfe80d; } @@ -260475,10 +357519,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe880; } +.border-r-pink-200\\/55 { + border-right-color: #fbcfe88c; +} + .border-r-pink-200\\/60 { border-right-color: #fbcfe899; } +.border-r-pink-200\\/65 { + border-right-color: #fbcfe8a6; +} + .border-r-pink-200\\/70 { border-right-color: #fbcfe8b3; } @@ -260491,6 +357543,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fbcfe8cc; } +.border-r-pink-200\\/85 { + border-right-color: #fbcfe8d9; +} + .border-r-pink-200\\/90 { border-right-color: #fbcfe8e6; } @@ -260516,6 +357572,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d4; } +.border-r-pink-300\\/15 { + border-right-color: #f9a8d426; +} + .border-r-pink-300\\/20 { border-right-color: #f9a8d433; } @@ -260528,10 +357588,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d44d; } +.border-r-pink-300\\/35 { + border-right-color: #f9a8d459; +} + .border-r-pink-300\\/40 { border-right-color: #f9a8d466; } +.border-r-pink-300\\/45 { + border-right-color: #f9a8d473; +} + .border-r-pink-300\\/5 { border-right-color: #f9a8d40d; } @@ -260540,10 +357608,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d480; } +.border-r-pink-300\\/55 { + border-right-color: #f9a8d48c; +} + .border-r-pink-300\\/60 { border-right-color: #f9a8d499; } +.border-r-pink-300\\/65 { + border-right-color: #f9a8d4a6; +} + .border-r-pink-300\\/70 { border-right-color: #f9a8d4b3; } @@ -260556,6 +357632,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f9a8d4cc; } +.border-r-pink-300\\/85 { + border-right-color: #f9a8d4d9; +} + .border-r-pink-300\\/90 { border-right-color: #f9a8d4e6; } @@ -260581,6 +357661,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b6; } +.border-r-pink-400\\/15 { + border-right-color: #f472b626; +} + .border-r-pink-400\\/20 { border-right-color: #f472b633; } @@ -260593,10 +357677,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b64d; } +.border-r-pink-400\\/35 { + border-right-color: #f472b659; +} + .border-r-pink-400\\/40 { border-right-color: #f472b666; } +.border-r-pink-400\\/45 { + border-right-color: #f472b673; +} + .border-r-pink-400\\/5 { border-right-color: #f472b60d; } @@ -260605,10 +357697,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b680; } +.border-r-pink-400\\/55 { + border-right-color: #f472b68c; +} + .border-r-pink-400\\/60 { border-right-color: #f472b699; } +.border-r-pink-400\\/65 { + border-right-color: #f472b6a6; +} + .border-r-pink-400\\/70 { border-right-color: #f472b6b3; } @@ -260621,6 +357721,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f472b6cc; } +.border-r-pink-400\\/85 { + border-right-color: #f472b6d9; +} + .border-r-pink-400\\/90 { border-right-color: #f472b6e6; } @@ -260646,6 +357750,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f8; } +.border-r-pink-50\\/15 { + border-right-color: #fdf2f826; +} + .border-r-pink-50\\/20 { border-right-color: #fdf2f833; } @@ -260658,10 +357766,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f84d; } +.border-r-pink-50\\/35 { + border-right-color: #fdf2f859; +} + .border-r-pink-50\\/40 { border-right-color: #fdf2f866; } +.border-r-pink-50\\/45 { + border-right-color: #fdf2f873; +} + .border-r-pink-50\\/5 { border-right-color: #fdf2f80d; } @@ -260670,10 +357786,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f880; } +.border-r-pink-50\\/55 { + border-right-color: #fdf2f88c; +} + .border-r-pink-50\\/60 { border-right-color: #fdf2f899; } +.border-r-pink-50\\/65 { + border-right-color: #fdf2f8a6; +} + .border-r-pink-50\\/70 { border-right-color: #fdf2f8b3; } @@ -260686,6 +357810,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fdf2f8cc; } +.border-r-pink-50\\/85 { + border-right-color: #fdf2f8d9; +} + .border-r-pink-50\\/90 { border-right-color: #fdf2f8e6; } @@ -260711,6 +357839,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec4899; } +.border-r-pink-500\\/15 { + border-right-color: #ec489926; +} + .border-r-pink-500\\/20 { border-right-color: #ec489933; } @@ -260723,10 +357855,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec48994d; } +.border-r-pink-500\\/35 { + border-right-color: #ec489959; +} + .border-r-pink-500\\/40 { border-right-color: #ec489966; } +.border-r-pink-500\\/45 { + border-right-color: #ec489973; +} + .border-r-pink-500\\/5 { border-right-color: #ec48990d; } @@ -260735,10 +357875,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec489980; } +.border-r-pink-500\\/55 { + border-right-color: #ec48998c; +} + .border-r-pink-500\\/60 { border-right-color: #ec489999; } +.border-r-pink-500\\/65 { + border-right-color: #ec4899a6; +} + .border-r-pink-500\\/70 { border-right-color: #ec4899b3; } @@ -260751,6 +357899,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ec4899cc; } +.border-r-pink-500\\/85 { + border-right-color: #ec4899d9; +} + .border-r-pink-500\\/90 { border-right-color: #ec4899e6; } @@ -260776,6 +357928,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db2777; } +.border-r-pink-600\\/15 { + border-right-color: #db277726; +} + .border-r-pink-600\\/20 { border-right-color: #db277733; } @@ -260788,10 +357944,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db27774d; } +.border-r-pink-600\\/35 { + border-right-color: #db277759; +} + .border-r-pink-600\\/40 { border-right-color: #db277766; } +.border-r-pink-600\\/45 { + border-right-color: #db277773; +} + .border-r-pink-600\\/5 { border-right-color: #db27770d; } @@ -260800,10 +357964,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db277780; } +.border-r-pink-600\\/55 { + border-right-color: #db27778c; +} + .border-r-pink-600\\/60 { border-right-color: #db277799; } +.border-r-pink-600\\/65 { + border-right-color: #db2777a6; +} + .border-r-pink-600\\/70 { border-right-color: #db2777b3; } @@ -260816,6 +357988,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #db2777cc; } +.border-r-pink-600\\/85 { + border-right-color: #db2777d9; +} + .border-r-pink-600\\/90 { border-right-color: #db2777e6; } @@ -260841,6 +358017,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185d; } +.border-r-pink-700\\/15 { + border-right-color: #be185d26; +} + .border-r-pink-700\\/20 { border-right-color: #be185d33; } @@ -260853,10 +358033,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185d4d; } +.border-r-pink-700\\/35 { + border-right-color: #be185d59; +} + .border-r-pink-700\\/40 { border-right-color: #be185d66; } +.border-r-pink-700\\/45 { + border-right-color: #be185d73; +} + .border-r-pink-700\\/5 { border-right-color: #be185d0d; } @@ -260865,10 +358053,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185d80; } +.border-r-pink-700\\/55 { + border-right-color: #be185d8c; +} + .border-r-pink-700\\/60 { border-right-color: #be185d99; } +.border-r-pink-700\\/65 { + border-right-color: #be185da6; +} + .border-r-pink-700\\/70 { border-right-color: #be185db3; } @@ -260881,6 +358077,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be185dcc; } +.border-r-pink-700\\/85 { + border-right-color: #be185dd9; +} + .border-r-pink-700\\/90 { border-right-color: #be185de6; } @@ -260906,6 +358106,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174d; } +.border-r-pink-800\\/15 { + border-right-color: #9d174d26; +} + .border-r-pink-800\\/20 { border-right-color: #9d174d33; } @@ -260918,10 +358122,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174d4d; } +.border-r-pink-800\\/35 { + border-right-color: #9d174d59; +} + .border-r-pink-800\\/40 { border-right-color: #9d174d66; } +.border-r-pink-800\\/45 { + border-right-color: #9d174d73; +} + .border-r-pink-800\\/5 { border-right-color: #9d174d0d; } @@ -260930,10 +358142,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174d80; } +.border-r-pink-800\\/55 { + border-right-color: #9d174d8c; +} + .border-r-pink-800\\/60 { border-right-color: #9d174d99; } +.border-r-pink-800\\/65 { + border-right-color: #9d174da6; +} + .border-r-pink-800\\/70 { border-right-color: #9d174db3; } @@ -260946,6 +358166,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9d174dcc; } +.border-r-pink-800\\/85 { + border-right-color: #9d174dd9; +} + .border-r-pink-800\\/90 { border-right-color: #9d174de6; } @@ -260971,6 +358195,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #831843; } +.border-r-pink-900\\/15 { + border-right-color: #83184326; +} + .border-r-pink-900\\/20 { border-right-color: #83184333; } @@ -260983,10 +358211,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8318434d; } +.border-r-pink-900\\/35 { + border-right-color: #83184359; +} + .border-r-pink-900\\/40 { border-right-color: #83184366; } +.border-r-pink-900\\/45 { + border-right-color: #83184373; +} + .border-r-pink-900\\/5 { border-right-color: #8318430d; } @@ -260995,10 +358231,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #83184380; } +.border-r-pink-900\\/55 { + border-right-color: #8318438c; +} + .border-r-pink-900\\/60 { border-right-color: #83184399; } +.border-r-pink-900\\/65 { + border-right-color: #831843a6; +} + .border-r-pink-900\\/70 { border-right-color: #831843b3; } @@ -261011,6 +358255,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #831843cc; } +.border-r-pink-900\\/85 { + border-right-color: #831843d9; +} + .border-r-pink-900\\/90 { border-right-color: #831843e6; } @@ -261036,6 +358284,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #500724; } +.border-r-pink-950\\/15 { + border-right-color: #50072426; +} + .border-r-pink-950\\/20 { border-right-color: #50072433; } @@ -261048,10 +358300,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5007244d; } +.border-r-pink-950\\/35 { + border-right-color: #50072459; +} + .border-r-pink-950\\/40 { border-right-color: #50072466; } +.border-r-pink-950\\/45 { + border-right-color: #50072473; +} + .border-r-pink-950\\/5 { border-right-color: #5007240d; } @@ -261060,10 +358320,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #50072480; } +.border-r-pink-950\\/55 { + border-right-color: #5007248c; +} + .border-r-pink-950\\/60 { border-right-color: #50072499; } +.border-r-pink-950\\/65 { + border-right-color: #500724a6; +} + .border-r-pink-950\\/70 { border-right-color: #500724b3; } @@ -261076,6 +358344,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #500724cc; } +.border-r-pink-950\\/85 { + border-right-color: #500724d9; +} + .border-r-pink-950\\/90 { border-right-color: #500724e6; } @@ -261101,6 +358373,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ff; } +.border-r-purple-100\\/15 { + border-right-color: #f3e8ff26; +} + .border-r-purple-100\\/20 { border-right-color: #f3e8ff33; } @@ -261113,10 +358389,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ff4d; } +.border-r-purple-100\\/35 { + border-right-color: #f3e8ff59; +} + .border-r-purple-100\\/40 { border-right-color: #f3e8ff66; } +.border-r-purple-100\\/45 { + border-right-color: #f3e8ff73; +} + .border-r-purple-100\\/5 { border-right-color: #f3e8ff0d; } @@ -261125,10 +358409,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ff80; } +.border-r-purple-100\\/55 { + border-right-color: #f3e8ff8c; +} + .border-r-purple-100\\/60 { border-right-color: #f3e8ff99; } +.border-r-purple-100\\/65 { + border-right-color: #f3e8ffa6; +} + .border-r-purple-100\\/70 { border-right-color: #f3e8ffb3; } @@ -261141,6 +358433,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f3e8ffcc; } +.border-r-purple-100\\/85 { + border-right-color: #f3e8ffd9; +} + .border-r-purple-100\\/90 { border-right-color: #f3e8ffe6; } @@ -261166,6 +358462,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ff; } +.border-r-purple-200\\/15 { + border-right-color: #e9d5ff26; +} + .border-r-purple-200\\/20 { border-right-color: #e9d5ff33; } @@ -261178,10 +358478,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ff4d; } +.border-r-purple-200\\/35 { + border-right-color: #e9d5ff59; +} + .border-r-purple-200\\/40 { border-right-color: #e9d5ff66; } +.border-r-purple-200\\/45 { + border-right-color: #e9d5ff73; +} + .border-r-purple-200\\/5 { border-right-color: #e9d5ff0d; } @@ -261190,10 +358498,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ff80; } +.border-r-purple-200\\/55 { + border-right-color: #e9d5ff8c; +} + .border-r-purple-200\\/60 { border-right-color: #e9d5ff99; } +.border-r-purple-200\\/65 { + border-right-color: #e9d5ffa6; +} + .border-r-purple-200\\/70 { border-right-color: #e9d5ffb3; } @@ -261206,6 +358522,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e9d5ffcc; } +.border-r-purple-200\\/85 { + border-right-color: #e9d5ffd9; +} + .border-r-purple-200\\/90 { border-right-color: #e9d5ffe6; } @@ -261231,6 +358551,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fe; } +.border-r-purple-300\\/15 { + border-right-color: #d8b4fe26; +} + .border-r-purple-300\\/20 { border-right-color: #d8b4fe33; } @@ -261243,10 +358567,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fe4d; } +.border-r-purple-300\\/35 { + border-right-color: #d8b4fe59; +} + .border-r-purple-300\\/40 { border-right-color: #d8b4fe66; } +.border-r-purple-300\\/45 { + border-right-color: #d8b4fe73; +} + .border-r-purple-300\\/5 { border-right-color: #d8b4fe0d; } @@ -261255,10 +358587,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fe80; } +.border-r-purple-300\\/55 { + border-right-color: #d8b4fe8c; +} + .border-r-purple-300\\/60 { border-right-color: #d8b4fe99; } +.border-r-purple-300\\/65 { + border-right-color: #d8b4fea6; +} + .border-r-purple-300\\/70 { border-right-color: #d8b4feb3; } @@ -261271,6 +358611,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d8b4fecc; } +.border-r-purple-300\\/85 { + border-right-color: #d8b4fed9; +} + .border-r-purple-300\\/90 { border-right-color: #d8b4fee6; } @@ -261296,6 +358640,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fc; } +.border-r-purple-400\\/15 { + border-right-color: #c084fc26; +} + .border-r-purple-400\\/20 { border-right-color: #c084fc33; } @@ -261308,10 +358656,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fc4d; } +.border-r-purple-400\\/35 { + border-right-color: #c084fc59; +} + .border-r-purple-400\\/40 { border-right-color: #c084fc66; } +.border-r-purple-400\\/45 { + border-right-color: #c084fc73; +} + .border-r-purple-400\\/5 { border-right-color: #c084fc0d; } @@ -261320,10 +358676,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fc80; } +.border-r-purple-400\\/55 { + border-right-color: #c084fc8c; +} + .border-r-purple-400\\/60 { border-right-color: #c084fc99; } +.border-r-purple-400\\/65 { + border-right-color: #c084fca6; +} + .border-r-purple-400\\/70 { border-right-color: #c084fcb3; } @@ -261336,6 +358700,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c084fccc; } +.border-r-purple-400\\/85 { + border-right-color: #c084fcd9; +} + .border-r-purple-400\\/90 { border-right-color: #c084fce6; } @@ -261361,6 +358729,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ff; } +.border-r-purple-50\\/15 { + border-right-color: #faf5ff26; +} + .border-r-purple-50\\/20 { border-right-color: #faf5ff33; } @@ -261373,10 +358745,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ff4d; } +.border-r-purple-50\\/35 { + border-right-color: #faf5ff59; +} + .border-r-purple-50\\/40 { border-right-color: #faf5ff66; } +.border-r-purple-50\\/45 { + border-right-color: #faf5ff73; +} + .border-r-purple-50\\/5 { border-right-color: #faf5ff0d; } @@ -261385,10 +358765,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ff80; } +.border-r-purple-50\\/55 { + border-right-color: #faf5ff8c; +} + .border-r-purple-50\\/60 { border-right-color: #faf5ff99; } +.border-r-purple-50\\/65 { + border-right-color: #faf5ffa6; +} + .border-r-purple-50\\/70 { border-right-color: #faf5ffb3; } @@ -261401,6 +358789,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #faf5ffcc; } +.border-r-purple-50\\/85 { + border-right-color: #faf5ffd9; +} + .border-r-purple-50\\/90 { border-right-color: #faf5ffe6; } @@ -261426,6 +358818,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f7; } +.border-r-purple-500\\/15 { + border-right-color: #a855f726; +} + .border-r-purple-500\\/20 { border-right-color: #a855f733; } @@ -261438,10 +358834,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f74d; } +.border-r-purple-500\\/35 { + border-right-color: #a855f759; +} + .border-r-purple-500\\/40 { border-right-color: #a855f766; } +.border-r-purple-500\\/45 { + border-right-color: #a855f773; +} + .border-r-purple-500\\/5 { border-right-color: #a855f70d; } @@ -261450,10 +358854,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f780; } +.border-r-purple-500\\/55 { + border-right-color: #a855f78c; +} + .border-r-purple-500\\/60 { border-right-color: #a855f799; } +.border-r-purple-500\\/65 { + border-right-color: #a855f7a6; +} + .border-r-purple-500\\/70 { border-right-color: #a855f7b3; } @@ -261466,6 +358878,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a855f7cc; } +.border-r-purple-500\\/85 { + border-right-color: #a855f7d9; +} + .border-r-purple-500\\/90 { border-right-color: #a855f7e6; } @@ -261491,6 +358907,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333ea; } +.border-r-purple-600\\/15 { + border-right-color: #9333ea26; +} + .border-r-purple-600\\/20 { border-right-color: #9333ea33; } @@ -261503,10 +358923,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333ea4d; } +.border-r-purple-600\\/35 { + border-right-color: #9333ea59; +} + .border-r-purple-600\\/40 { border-right-color: #9333ea66; } +.border-r-purple-600\\/45 { + border-right-color: #9333ea73; +} + .border-r-purple-600\\/5 { border-right-color: #9333ea0d; } @@ -261515,10 +358943,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333ea80; } +.border-r-purple-600\\/55 { + border-right-color: #9333ea8c; +} + .border-r-purple-600\\/60 { border-right-color: #9333ea99; } +.border-r-purple-600\\/65 { + border-right-color: #9333eaa6; +} + .border-r-purple-600\\/70 { border-right-color: #9333eab3; } @@ -261531,6 +358967,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9333eacc; } +.border-r-purple-600\\/85 { + border-right-color: #9333ead9; +} + .border-r-purple-600\\/90 { border-right-color: #9333eae6; } @@ -261556,6 +358996,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22ce; } +.border-r-purple-700\\/15 { + border-right-color: #7e22ce26; +} + .border-r-purple-700\\/20 { border-right-color: #7e22ce33; } @@ -261568,10 +359012,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22ce4d; } +.border-r-purple-700\\/35 { + border-right-color: #7e22ce59; +} + .border-r-purple-700\\/40 { border-right-color: #7e22ce66; } +.border-r-purple-700\\/45 { + border-right-color: #7e22ce73; +} + .border-r-purple-700\\/5 { border-right-color: #7e22ce0d; } @@ -261580,10 +359032,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22ce80; } +.border-r-purple-700\\/55 { + border-right-color: #7e22ce8c; +} + .border-r-purple-700\\/60 { border-right-color: #7e22ce99; } +.border-r-purple-700\\/65 { + border-right-color: #7e22cea6; +} + .border-r-purple-700\\/70 { border-right-color: #7e22ceb3; } @@ -261596,6 +359056,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7e22cecc; } +.border-r-purple-700\\/85 { + border-right-color: #7e22ced9; +} + .border-r-purple-700\\/90 { border-right-color: #7e22cee6; } @@ -261621,6 +359085,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a8; } +.border-r-purple-800\\/15 { + border-right-color: #6b21a826; +} + .border-r-purple-800\\/20 { border-right-color: #6b21a833; } @@ -261633,10 +359101,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a84d; } +.border-r-purple-800\\/35 { + border-right-color: #6b21a859; +} + .border-r-purple-800\\/40 { border-right-color: #6b21a866; } +.border-r-purple-800\\/45 { + border-right-color: #6b21a873; +} + .border-r-purple-800\\/5 { border-right-color: #6b21a80d; } @@ -261645,10 +359121,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a880; } +.border-r-purple-800\\/55 { + border-right-color: #6b21a88c; +} + .border-r-purple-800\\/60 { border-right-color: #6b21a899; } +.border-r-purple-800\\/65 { + border-right-color: #6b21a8a6; +} + .border-r-purple-800\\/70 { border-right-color: #6b21a8b3; } @@ -261661,6 +359145,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6b21a8cc; } +.border-r-purple-800\\/85 { + border-right-color: #6b21a8d9; +} + .border-r-purple-800\\/90 { border-right-color: #6b21a8e6; } @@ -261686,6 +359174,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c87; } +.border-r-purple-900\\/15 { + border-right-color: #581c8726; +} + .border-r-purple-900\\/20 { border-right-color: #581c8733; } @@ -261698,10 +359190,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c874d; } +.border-r-purple-900\\/35 { + border-right-color: #581c8759; +} + .border-r-purple-900\\/40 { border-right-color: #581c8766; } +.border-r-purple-900\\/45 { + border-right-color: #581c8773; +} + .border-r-purple-900\\/5 { border-right-color: #581c870d; } @@ -261710,10 +359210,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c8780; } +.border-r-purple-900\\/55 { + border-right-color: #581c878c; +} + .border-r-purple-900\\/60 { border-right-color: #581c8799; } +.border-r-purple-900\\/65 { + border-right-color: #581c87a6; +} + .border-r-purple-900\\/70 { border-right-color: #581c87b3; } @@ -261726,6 +359234,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #581c87cc; } +.border-r-purple-900\\/85 { + border-right-color: #581c87d9; +} + .border-r-purple-900\\/90 { border-right-color: #581c87e6; } @@ -261751,6 +359263,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b0764; } +.border-r-purple-950\\/15 { + border-right-color: #3b076426; +} + .border-r-purple-950\\/20 { border-right-color: #3b076433; } @@ -261763,10 +359279,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b07644d; } +.border-r-purple-950\\/35 { + border-right-color: #3b076459; +} + .border-r-purple-950\\/40 { border-right-color: #3b076466; } +.border-r-purple-950\\/45 { + border-right-color: #3b076473; +} + .border-r-purple-950\\/5 { border-right-color: #3b07640d; } @@ -261775,10 +359299,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b076480; } +.border-r-purple-950\\/55 { + border-right-color: #3b07648c; +} + .border-r-purple-950\\/60 { border-right-color: #3b076499; } +.border-r-purple-950\\/65 { + border-right-color: #3b0764a6; +} + .border-r-purple-950\\/70 { border-right-color: #3b0764b3; } @@ -261791,6 +359323,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3b0764cc; } +.border-r-purple-950\\/85 { + border-right-color: #3b0764d9; +} + .border-r-purple-950\\/90 { border-right-color: #3b0764e6; } @@ -261816,6 +359352,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e2; } +.border-r-red-100\\/15 { + border-right-color: #fee2e226; +} + .border-r-red-100\\/20 { border-right-color: #fee2e233; } @@ -261828,10 +359368,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e24d; } +.border-r-red-100\\/35 { + border-right-color: #fee2e259; +} + .border-r-red-100\\/40 { border-right-color: #fee2e266; } +.border-r-red-100\\/45 { + border-right-color: #fee2e273; +} + .border-r-red-100\\/5 { border-right-color: #fee2e20d; } @@ -261840,10 +359388,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e280; } +.border-r-red-100\\/55 { + border-right-color: #fee2e28c; +} + .border-r-red-100\\/60 { border-right-color: #fee2e299; } +.border-r-red-100\\/65 { + border-right-color: #fee2e2a6; +} + .border-r-red-100\\/70 { border-right-color: #fee2e2b3; } @@ -261856,6 +359412,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fee2e2cc; } +.border-r-red-100\\/85 { + border-right-color: #fee2e2d9; +} + .border-r-red-100\\/90 { border-right-color: #fee2e2e6; } @@ -261881,6 +359441,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecaca; } +.border-r-red-200\\/15 { + border-right-color: #fecaca26; +} + .border-r-red-200\\/20 { border-right-color: #fecaca33; } @@ -261893,10 +359457,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecaca4d; } +.border-r-red-200\\/35 { + border-right-color: #fecaca59; +} + .border-r-red-200\\/40 { border-right-color: #fecaca66; } +.border-r-red-200\\/45 { + border-right-color: #fecaca73; +} + .border-r-red-200\\/5 { border-right-color: #fecaca0d; } @@ -261905,10 +359477,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecaca80; } +.border-r-red-200\\/55 { + border-right-color: #fecaca8c; +} + .border-r-red-200\\/60 { border-right-color: #fecaca99; } +.border-r-red-200\\/65 { + border-right-color: #fecacaa6; +} + .border-r-red-200\\/70 { border-right-color: #fecacab3; } @@ -261921,6 +359501,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecacacc; } +.border-r-red-200\\/85 { + border-right-color: #fecacad9; +} + .border-r-red-200\\/90 { border-right-color: #fecacae6; } @@ -261946,6 +359530,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a5; } +.border-r-red-300\\/15 { + border-right-color: #fca5a526; +} + .border-r-red-300\\/20 { border-right-color: #fca5a533; } @@ -261958,10 +359546,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a54d; } +.border-r-red-300\\/35 { + border-right-color: #fca5a559; +} + .border-r-red-300\\/40 { border-right-color: #fca5a566; } +.border-r-red-300\\/45 { + border-right-color: #fca5a573; +} + .border-r-red-300\\/5 { border-right-color: #fca5a50d; } @@ -261970,10 +359566,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a580; } +.border-r-red-300\\/55 { + border-right-color: #fca5a58c; +} + .border-r-red-300\\/60 { border-right-color: #fca5a599; } +.border-r-red-300\\/65 { + border-right-color: #fca5a5a6; +} + .border-r-red-300\\/70 { border-right-color: #fca5a5b3; } @@ -261986,6 +359590,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fca5a5cc; } +.border-r-red-300\\/85 { + border-right-color: #fca5a5d9; +} + .border-r-red-300\\/90 { border-right-color: #fca5a5e6; } @@ -262011,6 +359619,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f87171; } +.border-r-red-400\\/15 { + border-right-color: #f8717126; +} + .border-r-red-400\\/20 { border-right-color: #f8717133; } @@ -262023,10 +359635,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f871714d; } +.border-r-red-400\\/35 { + border-right-color: #f8717159; +} + .border-r-red-400\\/40 { border-right-color: #f8717166; } +.border-r-red-400\\/45 { + border-right-color: #f8717173; +} + .border-r-red-400\\/5 { border-right-color: #f871710d; } @@ -262035,10 +359655,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8717180; } +.border-r-red-400\\/55 { + border-right-color: #f871718c; +} + .border-r-red-400\\/60 { border-right-color: #f8717199; } +.border-r-red-400\\/65 { + border-right-color: #f87171a6; +} + .border-r-red-400\\/70 { border-right-color: #f87171b3; } @@ -262051,6 +359679,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f87171cc; } +.border-r-red-400\\/85 { + border-right-color: #f87171d9; +} + .border-r-red-400\\/90 { border-right-color: #f87171e6; } @@ -262076,6 +359708,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f2; } +.border-r-red-50\\/15 { + border-right-color: #fef2f226; +} + .border-r-red-50\\/20 { border-right-color: #fef2f233; } @@ -262088,10 +359724,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f24d; } +.border-r-red-50\\/35 { + border-right-color: #fef2f259; +} + .border-r-red-50\\/40 { border-right-color: #fef2f266; } +.border-r-red-50\\/45 { + border-right-color: #fef2f273; +} + .border-r-red-50\\/5 { border-right-color: #fef2f20d; } @@ -262100,10 +359744,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f280; } +.border-r-red-50\\/55 { + border-right-color: #fef2f28c; +} + .border-r-red-50\\/60 { border-right-color: #fef2f299; } +.border-r-red-50\\/65 { + border-right-color: #fef2f2a6; +} + .border-r-red-50\\/70 { border-right-color: #fef2f2b3; } @@ -262116,6 +359768,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef2f2cc; } +.border-r-red-50\\/85 { + border-right-color: #fef2f2d9; +} + .border-r-red-50\\/90 { border-right-color: #fef2f2e6; } @@ -262141,6 +359797,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef4444; } +.border-r-red-500\\/15 { + border-right-color: #ef444426; +} + .border-r-red-500\\/20 { border-right-color: #ef444433; } @@ -262153,10 +359813,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef44444d; } +.border-r-red-500\\/35 { + border-right-color: #ef444459; +} + .border-r-red-500\\/40 { border-right-color: #ef444466; } +.border-r-red-500\\/45 { + border-right-color: #ef444473; +} + .border-r-red-500\\/5 { border-right-color: #ef44440d; } @@ -262165,10 +359833,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef444480; } +.border-r-red-500\\/55 { + border-right-color: #ef44448c; +} + .border-r-red-500\\/60 { border-right-color: #ef444499; } +.border-r-red-500\\/65 { + border-right-color: #ef4444a6; +} + .border-r-red-500\\/70 { border-right-color: #ef4444b3; } @@ -262181,6 +359857,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ef4444cc; } +.border-r-red-500\\/85 { + border-right-color: #ef4444d9; +} + .border-r-red-500\\/90 { border-right-color: #ef4444e6; } @@ -262206,6 +359886,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc2626; } +.border-r-red-600\\/15 { + border-right-color: #dc262626; +} + .border-r-red-600\\/20 { border-right-color: #dc262633; } @@ -262218,10 +359902,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc26264d; } +.border-r-red-600\\/35 { + border-right-color: #dc262659; +} + .border-r-red-600\\/40 { border-right-color: #dc262666; } +.border-r-red-600\\/45 { + border-right-color: #dc262673; +} + .border-r-red-600\\/5 { border-right-color: #dc26260d; } @@ -262230,10 +359922,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc262680; } +.border-r-red-600\\/55 { + border-right-color: #dc26268c; +} + .border-r-red-600\\/60 { border-right-color: #dc262699; } +.border-r-red-600\\/65 { + border-right-color: #dc2626a6; +} + .border-r-red-600\\/70 { border-right-color: #dc2626b3; } @@ -262246,6 +359946,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #dc2626cc; } +.border-r-red-600\\/85 { + border-right-color: #dc2626d9; +} + .border-r-red-600\\/90 { border-right-color: #dc2626e6; } @@ -262271,6 +359975,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1c; } +.border-r-red-700\\/15 { + border-right-color: #b91c1c26; +} + .border-r-red-700\\/20 { border-right-color: #b91c1c33; } @@ -262283,10 +359991,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1c4d; } +.border-r-red-700\\/35 { + border-right-color: #b91c1c59; +} + .border-r-red-700\\/40 { border-right-color: #b91c1c66; } +.border-r-red-700\\/45 { + border-right-color: #b91c1c73; +} + .border-r-red-700\\/5 { border-right-color: #b91c1c0d; } @@ -262295,10 +360011,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1c80; } +.border-r-red-700\\/55 { + border-right-color: #b91c1c8c; +} + .border-r-red-700\\/60 { border-right-color: #b91c1c99; } +.border-r-red-700\\/65 { + border-right-color: #b91c1ca6; +} + .border-r-red-700\\/70 { border-right-color: #b91c1cb3; } @@ -262311,6 +360035,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #b91c1ccc; } +.border-r-red-700\\/85 { + border-right-color: #b91c1cd9; +} + .border-r-red-700\\/90 { border-right-color: #b91c1ce6; } @@ -262336,6 +360064,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1b; } +.border-r-red-800\\/15 { + border-right-color: #991b1b26; +} + .border-r-red-800\\/20 { border-right-color: #991b1b33; } @@ -262348,10 +360080,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1b4d; } +.border-r-red-800\\/35 { + border-right-color: #991b1b59; +} + .border-r-red-800\\/40 { border-right-color: #991b1b66; } +.border-r-red-800\\/45 { + border-right-color: #991b1b73; +} + .border-r-red-800\\/5 { border-right-color: #991b1b0d; } @@ -262360,10 +360100,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1b80; } +.border-r-red-800\\/55 { + border-right-color: #991b1b8c; +} + .border-r-red-800\\/60 { border-right-color: #991b1b99; } +.border-r-red-800\\/65 { + border-right-color: #991b1ba6; +} + .border-r-red-800\\/70 { border-right-color: #991b1bb3; } @@ -262376,6 +360124,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #991b1bcc; } +.border-r-red-800\\/85 { + border-right-color: #991b1bd9; +} + .border-r-red-800\\/90 { border-right-color: #991b1be6; } @@ -262401,6 +360153,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1d; } +.border-r-red-900\\/15 { + border-right-color: #7f1d1d26; +} + .border-r-red-900\\/20 { border-right-color: #7f1d1d33; } @@ -262413,10 +360169,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1d4d; } +.border-r-red-900\\/35 { + border-right-color: #7f1d1d59; +} + .border-r-red-900\\/40 { border-right-color: #7f1d1d66; } +.border-r-red-900\\/45 { + border-right-color: #7f1d1d73; +} + .border-r-red-900\\/5 { border-right-color: #7f1d1d0d; } @@ -262425,10 +360189,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1d80; } +.border-r-red-900\\/55 { + border-right-color: #7f1d1d8c; +} + .border-r-red-900\\/60 { border-right-color: #7f1d1d99; } +.border-r-red-900\\/65 { + border-right-color: #7f1d1da6; +} + .border-r-red-900\\/70 { border-right-color: #7f1d1db3; } @@ -262441,6 +360213,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7f1d1dcc; } +.border-r-red-900\\/85 { + border-right-color: #7f1d1dd9; +} + .border-r-red-900\\/90 { border-right-color: #7f1d1de6; } @@ -262466,6 +360242,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0a; } +.border-r-red-950\\/15 { + border-right-color: #450a0a26; +} + .border-r-red-950\\/20 { border-right-color: #450a0a33; } @@ -262478,10 +360258,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0a4d; } +.border-r-red-950\\/35 { + border-right-color: #450a0a59; +} + .border-r-red-950\\/40 { border-right-color: #450a0a66; } +.border-r-red-950\\/45 { + border-right-color: #450a0a73; +} + .border-r-red-950\\/5 { border-right-color: #450a0a0d; } @@ -262490,10 +360278,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0a80; } +.border-r-red-950\\/55 { + border-right-color: #450a0a8c; +} + .border-r-red-950\\/60 { border-right-color: #450a0a99; } +.border-r-red-950\\/65 { + border-right-color: #450a0aa6; +} + .border-r-red-950\\/70 { border-right-color: #450a0ab3; } @@ -262506,6 +360302,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #450a0acc; } +.border-r-red-950\\/85 { + border-right-color: #450a0ad9; +} + .border-r-red-950\\/90 { border-right-color: #450a0ae6; } @@ -262531,6 +360331,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e6; } +.border-r-rose-100\\/15 { + border-right-color: #ffe4e626; +} + .border-r-rose-100\\/20 { border-right-color: #ffe4e633; } @@ -262543,10 +360347,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e64d; } +.border-r-rose-100\\/35 { + border-right-color: #ffe4e659; +} + .border-r-rose-100\\/40 { border-right-color: #ffe4e666; } +.border-r-rose-100\\/45 { + border-right-color: #ffe4e673; +} + .border-r-rose-100\\/5 { border-right-color: #ffe4e60d; } @@ -262555,10 +360367,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e680; } +.border-r-rose-100\\/55 { + border-right-color: #ffe4e68c; +} + .border-r-rose-100\\/60 { border-right-color: #ffe4e699; } +.border-r-rose-100\\/65 { + border-right-color: #ffe4e6a6; +} + .border-r-rose-100\\/70 { border-right-color: #ffe4e6b3; } @@ -262571,6 +360391,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffe4e6cc; } +.border-r-rose-100\\/85 { + border-right-color: #ffe4e6d9; +} + .border-r-rose-100\\/90 { border-right-color: #ffe4e6e6; } @@ -262596,6 +360420,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd3; } +.border-r-rose-200\\/15 { + border-right-color: #fecdd326; +} + .border-r-rose-200\\/20 { border-right-color: #fecdd333; } @@ -262608,10 +360436,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd34d; } +.border-r-rose-200\\/35 { + border-right-color: #fecdd359; +} + .border-r-rose-200\\/40 { border-right-color: #fecdd366; } +.border-r-rose-200\\/45 { + border-right-color: #fecdd373; +} + .border-r-rose-200\\/5 { border-right-color: #fecdd30d; } @@ -262620,10 +360456,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd380; } +.border-r-rose-200\\/55 { + border-right-color: #fecdd38c; +} + .border-r-rose-200\\/60 { border-right-color: #fecdd399; } +.border-r-rose-200\\/65 { + border-right-color: #fecdd3a6; +} + .border-r-rose-200\\/70 { border-right-color: #fecdd3b3; } @@ -262636,6 +360480,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fecdd3cc; } +.border-r-rose-200\\/85 { + border-right-color: #fecdd3d9; +} + .border-r-rose-200\\/90 { border-right-color: #fecdd3e6; } @@ -262661,6 +360509,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4af; } +.border-r-rose-300\\/15 { + border-right-color: #fda4af26; +} + .border-r-rose-300\\/20 { border-right-color: #fda4af33; } @@ -262673,10 +360525,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4af4d; } +.border-r-rose-300\\/35 { + border-right-color: #fda4af59; +} + .border-r-rose-300\\/40 { border-right-color: #fda4af66; } +.border-r-rose-300\\/45 { + border-right-color: #fda4af73; +} + .border-r-rose-300\\/5 { border-right-color: #fda4af0d; } @@ -262685,10 +360545,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4af80; } +.border-r-rose-300\\/55 { + border-right-color: #fda4af8c; +} + .border-r-rose-300\\/60 { border-right-color: #fda4af99; } +.border-r-rose-300\\/65 { + border-right-color: #fda4afa6; +} + .border-r-rose-300\\/70 { border-right-color: #fda4afb3; } @@ -262701,6 +360569,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fda4afcc; } +.border-r-rose-300\\/85 { + border-right-color: #fda4afd9; +} + .border-r-rose-300\\/90 { border-right-color: #fda4afe6; } @@ -262726,6 +360598,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb7185; } +.border-r-rose-400\\/15 { + border-right-color: #fb718526; +} + .border-r-rose-400\\/20 { border-right-color: #fb718533; } @@ -262738,10 +360614,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb71854d; } +.border-r-rose-400\\/35 { + border-right-color: #fb718559; +} + .border-r-rose-400\\/40 { border-right-color: #fb718566; } +.border-r-rose-400\\/45 { + border-right-color: #fb718573; +} + .border-r-rose-400\\/5 { border-right-color: #fb71850d; } @@ -262750,10 +360634,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb718580; } +.border-r-rose-400\\/55 { + border-right-color: #fb71858c; +} + .border-r-rose-400\\/60 { border-right-color: #fb718599; } +.border-r-rose-400\\/65 { + border-right-color: #fb7185a6; +} + .border-r-rose-400\\/70 { border-right-color: #fb7185b3; } @@ -262766,6 +360658,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fb7185cc; } +.border-r-rose-400\\/85 { + border-right-color: #fb7185d9; +} + .border-r-rose-400\\/90 { border-right-color: #fb7185e6; } @@ -262791,6 +360687,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f2; } +.border-r-rose-50\\/15 { + border-right-color: #fff1f226; +} + .border-r-rose-50\\/20 { border-right-color: #fff1f233; } @@ -262803,10 +360703,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f24d; } +.border-r-rose-50\\/35 { + border-right-color: #fff1f259; +} + .border-r-rose-50\\/40 { border-right-color: #fff1f266; } +.border-r-rose-50\\/45 { + border-right-color: #fff1f273; +} + .border-r-rose-50\\/5 { border-right-color: #fff1f20d; } @@ -262815,10 +360723,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f280; } +.border-r-rose-50\\/55 { + border-right-color: #fff1f28c; +} + .border-r-rose-50\\/60 { border-right-color: #fff1f299; } +.border-r-rose-50\\/65 { + border-right-color: #fff1f2a6; +} + .border-r-rose-50\\/70 { border-right-color: #fff1f2b3; } @@ -262831,6 +360747,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff1f2cc; } +.border-r-rose-50\\/85 { + border-right-color: #fff1f2d9; +} + .border-r-rose-50\\/90 { border-right-color: #fff1f2e6; } @@ -262856,6 +360776,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5e; } +.border-r-rose-500\\/15 { + border-right-color: #f43f5e26; +} + .border-r-rose-500\\/20 { border-right-color: #f43f5e33; } @@ -262868,10 +360792,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5e4d; } +.border-r-rose-500\\/35 { + border-right-color: #f43f5e59; +} + .border-r-rose-500\\/40 { border-right-color: #f43f5e66; } +.border-r-rose-500\\/45 { + border-right-color: #f43f5e73; +} + .border-r-rose-500\\/5 { border-right-color: #f43f5e0d; } @@ -262880,10 +360812,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5e80; } +.border-r-rose-500\\/55 { + border-right-color: #f43f5e8c; +} + .border-r-rose-500\\/60 { border-right-color: #f43f5e99; } +.border-r-rose-500\\/65 { + border-right-color: #f43f5ea6; +} + .border-r-rose-500\\/70 { border-right-color: #f43f5eb3; } @@ -262896,6 +360836,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f43f5ecc; } +.border-r-rose-500\\/85 { + border-right-color: #f43f5ed9; +} + .border-r-rose-500\\/90 { border-right-color: #f43f5ee6; } @@ -262921,6 +360865,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d48; } +.border-r-rose-600\\/15 { + border-right-color: #e11d4826; +} + .border-r-rose-600\\/20 { border-right-color: #e11d4833; } @@ -262933,10 +360881,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d484d; } +.border-r-rose-600\\/35 { + border-right-color: #e11d4859; +} + .border-r-rose-600\\/40 { border-right-color: #e11d4866; } +.border-r-rose-600\\/45 { + border-right-color: #e11d4873; +} + .border-r-rose-600\\/5 { border-right-color: #e11d480d; } @@ -262945,10 +360901,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d4880; } +.border-r-rose-600\\/55 { + border-right-color: #e11d488c; +} + .border-r-rose-600\\/60 { border-right-color: #e11d4899; } +.border-r-rose-600\\/65 { + border-right-color: #e11d48a6; +} + .border-r-rose-600\\/70 { border-right-color: #e11d48b3; } @@ -262961,6 +360925,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e11d48cc; } +.border-r-rose-600\\/85 { + border-right-color: #e11d48d9; +} + .border-r-rose-600\\/90 { border-right-color: #e11d48e6; } @@ -262986,6 +360954,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123c; } +.border-r-rose-700\\/15 { + border-right-color: #be123c26; +} + .border-r-rose-700\\/20 { border-right-color: #be123c33; } @@ -262998,10 +360970,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123c4d; } +.border-r-rose-700\\/35 { + border-right-color: #be123c59; +} + .border-r-rose-700\\/40 { border-right-color: #be123c66; } +.border-r-rose-700\\/45 { + border-right-color: #be123c73; +} + .border-r-rose-700\\/5 { border-right-color: #be123c0d; } @@ -263010,10 +360990,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123c80; } +.border-r-rose-700\\/55 { + border-right-color: #be123c8c; +} + .border-r-rose-700\\/60 { border-right-color: #be123c99; } +.border-r-rose-700\\/65 { + border-right-color: #be123ca6; +} + .border-r-rose-700\\/70 { border-right-color: #be123cb3; } @@ -263026,6 +361014,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #be123ccc; } +.border-r-rose-700\\/85 { + border-right-color: #be123cd9; +} + .border-r-rose-700\\/90 { border-right-color: #be123ce6; } @@ -263051,6 +361043,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f1239; } +.border-r-rose-800\\/15 { + border-right-color: #9f123926; +} + .border-r-rose-800\\/20 { border-right-color: #9f123933; } @@ -263063,10 +361059,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f12394d; } +.border-r-rose-800\\/35 { + border-right-color: #9f123959; +} + .border-r-rose-800\\/40 { border-right-color: #9f123966; } +.border-r-rose-800\\/45 { + border-right-color: #9f123973; +} + .border-r-rose-800\\/5 { border-right-color: #9f12390d; } @@ -263075,10 +361079,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f123980; } +.border-r-rose-800\\/55 { + border-right-color: #9f12398c; +} + .border-r-rose-800\\/60 { border-right-color: #9f123999; } +.border-r-rose-800\\/65 { + border-right-color: #9f1239a6; +} + .border-r-rose-800\\/70 { border-right-color: #9f1239b3; } @@ -263091,6 +361103,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #9f1239cc; } +.border-r-rose-800\\/85 { + border-right-color: #9f1239d9; +} + .border-r-rose-800\\/90 { border-right-color: #9f1239e6; } @@ -263116,6 +361132,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #881337; } +.border-r-rose-900\\/15 { + border-right-color: #88133726; +} + .border-r-rose-900\\/20 { border-right-color: #88133733; } @@ -263128,10 +361148,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8813374d; } +.border-r-rose-900\\/35 { + border-right-color: #88133759; +} + .border-r-rose-900\\/40 { border-right-color: #88133766; } +.border-r-rose-900\\/45 { + border-right-color: #88133773; +} + .border-r-rose-900\\/5 { border-right-color: #8813370d; } @@ -263140,10 +361168,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #88133780; } +.border-r-rose-900\\/55 { + border-right-color: #8813378c; +} + .border-r-rose-900\\/60 { border-right-color: #88133799; } +.border-r-rose-900\\/65 { + border-right-color: #881337a6; +} + .border-r-rose-900\\/70 { border-right-color: #881337b3; } @@ -263156,6 +361192,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #881337cc; } +.border-r-rose-900\\/85 { + border-right-color: #881337d9; +} + .border-r-rose-900\\/90 { border-right-color: #881337e6; } @@ -263181,6 +361221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c0519; } +.border-r-rose-950\\/15 { + border-right-color: #4c051926; +} + .border-r-rose-950\\/20 { border-right-color: #4c051933; } @@ -263193,10 +361237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c05194d; } +.border-r-rose-950\\/35 { + border-right-color: #4c051959; +} + .border-r-rose-950\\/40 { border-right-color: #4c051966; } +.border-r-rose-950\\/45 { + border-right-color: #4c051973; +} + .border-r-rose-950\\/5 { border-right-color: #4c05190d; } @@ -263205,10 +361257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c051980; } +.border-r-rose-950\\/55 { + border-right-color: #4c05198c; +} + .border-r-rose-950\\/60 { border-right-color: #4c051999; } +.border-r-rose-950\\/65 { + border-right-color: #4c0519a6; +} + .border-r-rose-950\\/70 { border-right-color: #4c0519b3; } @@ -263221,6 +361281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c0519cc; } +.border-r-rose-950\\/85 { + border-right-color: #4c0519d9; +} + .border-r-rose-950\\/90 { border-right-color: #4c0519e6; } @@ -263246,6 +361310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fe; } +.border-r-sky-100\\/15 { + border-right-color: #e0f2fe26; +} + .border-r-sky-100\\/20 { border-right-color: #e0f2fe33; } @@ -263258,10 +361326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fe4d; } +.border-r-sky-100\\/35 { + border-right-color: #e0f2fe59; +} + .border-r-sky-100\\/40 { border-right-color: #e0f2fe66; } +.border-r-sky-100\\/45 { + border-right-color: #e0f2fe73; +} + .border-r-sky-100\\/5 { border-right-color: #e0f2fe0d; } @@ -263270,10 +361346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fe80; } +.border-r-sky-100\\/55 { + border-right-color: #e0f2fe8c; +} + .border-r-sky-100\\/60 { border-right-color: #e0f2fe99; } +.border-r-sky-100\\/65 { + border-right-color: #e0f2fea6; +} + .border-r-sky-100\\/70 { border-right-color: #e0f2feb3; } @@ -263286,6 +361370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e0f2fecc; } +.border-r-sky-100\\/85 { + border-right-color: #e0f2fed9; +} + .border-r-sky-100\\/90 { border-right-color: #e0f2fee6; } @@ -263311,6 +361399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fd; } +.border-r-sky-200\\/15 { + border-right-color: #bae6fd26; +} + .border-r-sky-200\\/20 { border-right-color: #bae6fd33; } @@ -263323,10 +361415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fd4d; } +.border-r-sky-200\\/35 { + border-right-color: #bae6fd59; +} + .border-r-sky-200\\/40 { border-right-color: #bae6fd66; } +.border-r-sky-200\\/45 { + border-right-color: #bae6fd73; +} + .border-r-sky-200\\/5 { border-right-color: #bae6fd0d; } @@ -263335,10 +361435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fd80; } +.border-r-sky-200\\/55 { + border-right-color: #bae6fd8c; +} + .border-r-sky-200\\/60 { border-right-color: #bae6fd99; } +.border-r-sky-200\\/65 { + border-right-color: #bae6fda6; +} + .border-r-sky-200\\/70 { border-right-color: #bae6fdb3; } @@ -263351,6 +361459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #bae6fdcc; } +.border-r-sky-200\\/85 { + border-right-color: #bae6fdd9; +} + .border-r-sky-200\\/90 { border-right-color: #bae6fde6; } @@ -263376,6 +361488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fc; } +.border-r-sky-300\\/15 { + border-right-color: #7dd3fc26; +} + .border-r-sky-300\\/20 { border-right-color: #7dd3fc33; } @@ -263388,10 +361504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fc4d; } +.border-r-sky-300\\/35 { + border-right-color: #7dd3fc59; +} + .border-r-sky-300\\/40 { border-right-color: #7dd3fc66; } +.border-r-sky-300\\/45 { + border-right-color: #7dd3fc73; +} + .border-r-sky-300\\/5 { border-right-color: #7dd3fc0d; } @@ -263400,10 +361524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fc80; } +.border-r-sky-300\\/55 { + border-right-color: #7dd3fc8c; +} + .border-r-sky-300\\/60 { border-right-color: #7dd3fc99; } +.border-r-sky-300\\/65 { + border-right-color: #7dd3fca6; +} + .border-r-sky-300\\/70 { border-right-color: #7dd3fcb3; } @@ -263416,6 +361548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7dd3fccc; } +.border-r-sky-300\\/85 { + border-right-color: #7dd3fcd9; +} + .border-r-sky-300\\/90 { border-right-color: #7dd3fce6; } @@ -263441,6 +361577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf8; } +.border-r-sky-400\\/15 { + border-right-color: #38bdf826; +} + .border-r-sky-400\\/20 { border-right-color: #38bdf833; } @@ -263453,10 +361593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf84d; } +.border-r-sky-400\\/35 { + border-right-color: #38bdf859; +} + .border-r-sky-400\\/40 { border-right-color: #38bdf866; } +.border-r-sky-400\\/45 { + border-right-color: #38bdf873; +} + .border-r-sky-400\\/5 { border-right-color: #38bdf80d; } @@ -263465,10 +361613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf880; } +.border-r-sky-400\\/55 { + border-right-color: #38bdf88c; +} + .border-r-sky-400\\/60 { border-right-color: #38bdf899; } +.border-r-sky-400\\/65 { + border-right-color: #38bdf8a6; +} + .border-r-sky-400\\/70 { border-right-color: #38bdf8b3; } @@ -263481,6 +361637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #38bdf8cc; } +.border-r-sky-400\\/85 { + border-right-color: #38bdf8d9; +} + .border-r-sky-400\\/90 { border-right-color: #38bdf8e6; } @@ -263506,6 +361666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ff; } +.border-r-sky-50\\/15 { + border-right-color: #f0f9ff26; +} + .border-r-sky-50\\/20 { border-right-color: #f0f9ff33; } @@ -263518,10 +361682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ff4d; } +.border-r-sky-50\\/35 { + border-right-color: #f0f9ff59; +} + .border-r-sky-50\\/40 { border-right-color: #f0f9ff66; } +.border-r-sky-50\\/45 { + border-right-color: #f0f9ff73; +} + .border-r-sky-50\\/5 { border-right-color: #f0f9ff0d; } @@ -263530,10 +361702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ff80; } +.border-r-sky-50\\/55 { + border-right-color: #f0f9ff8c; +} + .border-r-sky-50\\/60 { border-right-color: #f0f9ff99; } +.border-r-sky-50\\/65 { + border-right-color: #f0f9ffa6; +} + .border-r-sky-50\\/70 { border-right-color: #f0f9ffb3; } @@ -263546,6 +361726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0f9ffcc; } +.border-r-sky-50\\/85 { + border-right-color: #f0f9ffd9; +} + .border-r-sky-50\\/90 { border-right-color: #f0f9ffe6; } @@ -263571,6 +361755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e9; } +.border-r-sky-500\\/15 { + border-right-color: #0ea5e926; +} + .border-r-sky-500\\/20 { border-right-color: #0ea5e933; } @@ -263583,10 +361771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e94d; } +.border-r-sky-500\\/35 { + border-right-color: #0ea5e959; +} + .border-r-sky-500\\/40 { border-right-color: #0ea5e966; } +.border-r-sky-500\\/45 { + border-right-color: #0ea5e973; +} + .border-r-sky-500\\/5 { border-right-color: #0ea5e90d; } @@ -263595,10 +361791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e980; } +.border-r-sky-500\\/55 { + border-right-color: #0ea5e98c; +} + .border-r-sky-500\\/60 { border-right-color: #0ea5e999; } +.border-r-sky-500\\/65 { + border-right-color: #0ea5e9a6; +} + .border-r-sky-500\\/70 { border-right-color: #0ea5e9b3; } @@ -263611,6 +361815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0ea5e9cc; } +.border-r-sky-500\\/85 { + border-right-color: #0ea5e9d9; +} + .border-r-sky-500\\/90 { border-right-color: #0ea5e9e6; } @@ -263636,6 +361844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c7; } +.border-r-sky-600\\/15 { + border-right-color: #0284c726; +} + .border-r-sky-600\\/20 { border-right-color: #0284c733; } @@ -263648,10 +361860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c74d; } +.border-r-sky-600\\/35 { + border-right-color: #0284c759; +} + .border-r-sky-600\\/40 { border-right-color: #0284c766; } +.border-r-sky-600\\/45 { + border-right-color: #0284c773; +} + .border-r-sky-600\\/5 { border-right-color: #0284c70d; } @@ -263660,10 +361880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c780; } +.border-r-sky-600\\/55 { + border-right-color: #0284c78c; +} + .border-r-sky-600\\/60 { border-right-color: #0284c799; } +.border-r-sky-600\\/65 { + border-right-color: #0284c7a6; +} + .border-r-sky-600\\/70 { border-right-color: #0284c7b3; } @@ -263676,6 +361904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0284c7cc; } +.border-r-sky-600\\/85 { + border-right-color: #0284c7d9; +} + .border-r-sky-600\\/90 { border-right-color: #0284c7e6; } @@ -263701,6 +361933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a1; } +.border-r-sky-700\\/15 { + border-right-color: #0369a126; +} + .border-r-sky-700\\/20 { border-right-color: #0369a133; } @@ -263713,10 +361949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a14d; } +.border-r-sky-700\\/35 { + border-right-color: #0369a159; +} + .border-r-sky-700\\/40 { border-right-color: #0369a166; } +.border-r-sky-700\\/45 { + border-right-color: #0369a173; +} + .border-r-sky-700\\/5 { border-right-color: #0369a10d; } @@ -263725,10 +361969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a180; } +.border-r-sky-700\\/55 { + border-right-color: #0369a18c; +} + .border-r-sky-700\\/60 { border-right-color: #0369a199; } +.border-r-sky-700\\/65 { + border-right-color: #0369a1a6; +} + .border-r-sky-700\\/70 { border-right-color: #0369a1b3; } @@ -263741,6 +361993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0369a1cc; } +.border-r-sky-700\\/85 { + border-right-color: #0369a1d9; +} + .border-r-sky-700\\/90 { border-right-color: #0369a1e6; } @@ -263766,6 +362022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #075985; } +.border-r-sky-800\\/15 { + border-right-color: #07598526; +} + .border-r-sky-800\\/20 { border-right-color: #07598533; } @@ -263778,10 +362038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0759854d; } +.border-r-sky-800\\/35 { + border-right-color: #07598559; +} + .border-r-sky-800\\/40 { border-right-color: #07598566; } +.border-r-sky-800\\/45 { + border-right-color: #07598573; +} + .border-r-sky-800\\/5 { border-right-color: #0759850d; } @@ -263790,10 +362058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #07598580; } +.border-r-sky-800\\/55 { + border-right-color: #0759858c; +} + .border-r-sky-800\\/60 { border-right-color: #07598599; } +.border-r-sky-800\\/65 { + border-right-color: #075985a6; +} + .border-r-sky-800\\/70 { border-right-color: #075985b3; } @@ -263806,6 +362082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #075985cc; } +.border-r-sky-800\\/85 { + border-right-color: #075985d9; +} + .border-r-sky-800\\/90 { border-right-color: #075985e6; } @@ -263831,6 +362111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6e; } +.border-r-sky-900\\/15 { + border-right-color: #0c4a6e26; +} + .border-r-sky-900\\/20 { border-right-color: #0c4a6e33; } @@ -263843,10 +362127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6e4d; } +.border-r-sky-900\\/35 { + border-right-color: #0c4a6e59; +} + .border-r-sky-900\\/40 { border-right-color: #0c4a6e66; } +.border-r-sky-900\\/45 { + border-right-color: #0c4a6e73; +} + .border-r-sky-900\\/5 { border-right-color: #0c4a6e0d; } @@ -263855,10 +362147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6e80; } +.border-r-sky-900\\/55 { + border-right-color: #0c4a6e8c; +} + .border-r-sky-900\\/60 { border-right-color: #0c4a6e99; } +.border-r-sky-900\\/65 { + border-right-color: #0c4a6ea6; +} + .border-r-sky-900\\/70 { border-right-color: #0c4a6eb3; } @@ -263871,6 +362171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c4a6ecc; } +.border-r-sky-900\\/85 { + border-right-color: #0c4a6ed9; +} + .border-r-sky-900\\/90 { border-right-color: #0c4a6ee6; } @@ -263896,6 +362200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f49; } +.border-r-sky-950\\/15 { + border-right-color: #082f4926; +} + .border-r-sky-950\\/20 { border-right-color: #082f4933; } @@ -263908,10 +362216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f494d; } +.border-r-sky-950\\/35 { + border-right-color: #082f4959; +} + .border-r-sky-950\\/40 { border-right-color: #082f4966; } +.border-r-sky-950\\/45 { + border-right-color: #082f4973; +} + .border-r-sky-950\\/5 { border-right-color: #082f490d; } @@ -263920,10 +362236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f4980; } +.border-r-sky-950\\/55 { + border-right-color: #082f498c; +} + .border-r-sky-950\\/60 { border-right-color: #082f4999; } +.border-r-sky-950\\/65 { + border-right-color: #082f49a6; +} + .border-r-sky-950\\/70 { border-right-color: #082f49b3; } @@ -263936,6 +362260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #082f49cc; } +.border-r-sky-950\\/85 { + border-right-color: #082f49d9; +} + .border-r-sky-950\\/90 { border-right-color: #082f49e6; } @@ -263961,6 +362289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f9; } +.border-r-slate-100\\/15 { + border-right-color: #f1f5f926; +} + .border-r-slate-100\\/20 { border-right-color: #f1f5f933; } @@ -263973,10 +362305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f94d; } +.border-r-slate-100\\/35 { + border-right-color: #f1f5f959; +} + .border-r-slate-100\\/40 { border-right-color: #f1f5f966; } +.border-r-slate-100\\/45 { + border-right-color: #f1f5f973; +} + .border-r-slate-100\\/5 { border-right-color: #f1f5f90d; } @@ -263985,10 +362325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f980; } +.border-r-slate-100\\/55 { + border-right-color: #f1f5f98c; +} + .border-r-slate-100\\/60 { border-right-color: #f1f5f999; } +.border-r-slate-100\\/65 { + border-right-color: #f1f5f9a6; +} + .border-r-slate-100\\/70 { border-right-color: #f1f5f9b3; } @@ -264001,6 +362349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f1f5f9cc; } +.border-r-slate-100\\/85 { + border-right-color: #f1f5f9d9; +} + .border-r-slate-100\\/90 { border-right-color: #f1f5f9e6; } @@ -264026,6 +362378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f0; } +.border-r-slate-200\\/15 { + border-right-color: #e2e8f026; +} + .border-r-slate-200\\/20 { border-right-color: #e2e8f033; } @@ -264038,10 +362394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f04d; } +.border-r-slate-200\\/35 { + border-right-color: #e2e8f059; +} + .border-r-slate-200\\/40 { border-right-color: #e2e8f066; } +.border-r-slate-200\\/45 { + border-right-color: #e2e8f073; +} + .border-r-slate-200\\/5 { border-right-color: #e2e8f00d; } @@ -264050,10 +362414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f080; } +.border-r-slate-200\\/55 { + border-right-color: #e2e8f08c; +} + .border-r-slate-200\\/60 { border-right-color: #e2e8f099; } +.border-r-slate-200\\/65 { + border-right-color: #e2e8f0a6; +} + .border-r-slate-200\\/70 { border-right-color: #e2e8f0b3; } @@ -264066,6 +362438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e2e8f0cc; } +.border-r-slate-200\\/85 { + border-right-color: #e2e8f0d9; +} + .border-r-slate-200\\/90 { border-right-color: #e2e8f0e6; } @@ -264091,6 +362467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e1; } +.border-r-slate-300\\/15 { + border-right-color: #cbd5e126; +} + .border-r-slate-300\\/20 { border-right-color: #cbd5e133; } @@ -264103,10 +362483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e14d; } +.border-r-slate-300\\/35 { + border-right-color: #cbd5e159; +} + .border-r-slate-300\\/40 { border-right-color: #cbd5e166; } +.border-r-slate-300\\/45 { + border-right-color: #cbd5e173; +} + .border-r-slate-300\\/5 { border-right-color: #cbd5e10d; } @@ -264115,10 +362503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e180; } +.border-r-slate-300\\/55 { + border-right-color: #cbd5e18c; +} + .border-r-slate-300\\/60 { border-right-color: #cbd5e199; } +.border-r-slate-300\\/65 { + border-right-color: #cbd5e1a6; +} + .border-r-slate-300\\/70 { border-right-color: #cbd5e1b3; } @@ -264131,6 +362527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #cbd5e1cc; } +.border-r-slate-300\\/85 { + border-right-color: #cbd5e1d9; +} + .border-r-slate-300\\/90 { border-right-color: #cbd5e1e6; } @@ -264156,6 +362556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b8; } +.border-r-slate-400\\/15 { + border-right-color: #94a3b826; +} + .border-r-slate-400\\/20 { border-right-color: #94a3b833; } @@ -264168,10 +362572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b84d; } +.border-r-slate-400\\/35 { + border-right-color: #94a3b859; +} + .border-r-slate-400\\/40 { border-right-color: #94a3b866; } +.border-r-slate-400\\/45 { + border-right-color: #94a3b873; +} + .border-r-slate-400\\/5 { border-right-color: #94a3b80d; } @@ -264180,10 +362592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b880; } +.border-r-slate-400\\/55 { + border-right-color: #94a3b88c; +} + .border-r-slate-400\\/60 { border-right-color: #94a3b899; } +.border-r-slate-400\\/65 { + border-right-color: #94a3b8a6; +} + .border-r-slate-400\\/70 { border-right-color: #94a3b8b3; } @@ -264196,6 +362616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #94a3b8cc; } +.border-r-slate-400\\/85 { + border-right-color: #94a3b8d9; +} + .border-r-slate-400\\/90 { border-right-color: #94a3b8e6; } @@ -264221,6 +362645,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafc; } +.border-r-slate-50\\/15 { + border-right-color: #f8fafc26; +} + .border-r-slate-50\\/20 { border-right-color: #f8fafc33; } @@ -264233,10 +362661,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafc4d; } +.border-r-slate-50\\/35 { + border-right-color: #f8fafc59; +} + .border-r-slate-50\\/40 { border-right-color: #f8fafc66; } +.border-r-slate-50\\/45 { + border-right-color: #f8fafc73; +} + .border-r-slate-50\\/5 { border-right-color: #f8fafc0d; } @@ -264245,10 +362681,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafc80; } +.border-r-slate-50\\/55 { + border-right-color: #f8fafc8c; +} + .border-r-slate-50\\/60 { border-right-color: #f8fafc99; } +.border-r-slate-50\\/65 { + border-right-color: #f8fafca6; +} + .border-r-slate-50\\/70 { border-right-color: #f8fafcb3; } @@ -264261,6 +362705,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f8fafccc; } +.border-r-slate-50\\/85 { + border-right-color: #f8fafcd9; +} + .border-r-slate-50\\/90 { border-right-color: #f8fafce6; } @@ -264286,6 +362734,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748b; } +.border-r-slate-500\\/15 { + border-right-color: #64748b26; +} + .border-r-slate-500\\/20 { border-right-color: #64748b33; } @@ -264298,10 +362750,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748b4d; } +.border-r-slate-500\\/35 { + border-right-color: #64748b59; +} + .border-r-slate-500\\/40 { border-right-color: #64748b66; } +.border-r-slate-500\\/45 { + border-right-color: #64748b73; +} + .border-r-slate-500\\/5 { border-right-color: #64748b0d; } @@ -264310,10 +362770,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748b80; } +.border-r-slate-500\\/55 { + border-right-color: #64748b8c; +} + .border-r-slate-500\\/60 { border-right-color: #64748b99; } +.border-r-slate-500\\/65 { + border-right-color: #64748ba6; +} + .border-r-slate-500\\/70 { border-right-color: #64748bb3; } @@ -264326,6 +362794,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #64748bcc; } +.border-r-slate-500\\/85 { + border-right-color: #64748bd9; +} + .border-r-slate-500\\/90 { border-right-color: #64748be6; } @@ -264351,6 +362823,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #475569; } +.border-r-slate-600\\/15 { + border-right-color: #47556926; +} + .border-r-slate-600\\/20 { border-right-color: #47556933; } @@ -264363,10 +362839,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4755694d; } +.border-r-slate-600\\/35 { + border-right-color: #47556959; +} + .border-r-slate-600\\/40 { border-right-color: #47556966; } +.border-r-slate-600\\/45 { + border-right-color: #47556973; +} + .border-r-slate-600\\/5 { border-right-color: #4755690d; } @@ -264375,10 +362859,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #47556980; } +.border-r-slate-600\\/55 { + border-right-color: #4755698c; +} + .border-r-slate-600\\/60 { border-right-color: #47556999; } +.border-r-slate-600\\/65 { + border-right-color: #475569a6; +} + .border-r-slate-600\\/70 { border-right-color: #475569b3; } @@ -264391,6 +362883,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #475569cc; } +.border-r-slate-600\\/85 { + border-right-color: #475569d9; +} + .border-r-slate-600\\/90 { border-right-color: #475569e6; } @@ -264416,6 +362912,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #334155; } +.border-r-slate-700\\/15 { + border-right-color: #33415526; +} + .border-r-slate-700\\/20 { border-right-color: #33415533; } @@ -264428,10 +362928,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3341554d; } +.border-r-slate-700\\/35 { + border-right-color: #33415559; +} + .border-r-slate-700\\/40 { border-right-color: #33415566; } +.border-r-slate-700\\/45 { + border-right-color: #33415573; +} + .border-r-slate-700\\/5 { border-right-color: #3341550d; } @@ -264440,10 +362948,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #33415580; } +.border-r-slate-700\\/55 { + border-right-color: #3341558c; +} + .border-r-slate-700\\/60 { border-right-color: #33415599; } +.border-r-slate-700\\/65 { + border-right-color: #334155a6; +} + .border-r-slate-700\\/70 { border-right-color: #334155b3; } @@ -264456,6 +362972,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #334155cc; } +.border-r-slate-700\\/85 { + border-right-color: #334155d9; +} + .border-r-slate-700\\/90 { border-right-color: #334155e6; } @@ -264481,6 +363001,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293b; } +.border-r-slate-800\\/15 { + border-right-color: #1e293b26; +} + .border-r-slate-800\\/20 { border-right-color: #1e293b33; } @@ -264493,10 +363017,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293b4d; } +.border-r-slate-800\\/35 { + border-right-color: #1e293b59; +} + .border-r-slate-800\\/40 { border-right-color: #1e293b66; } +.border-r-slate-800\\/45 { + border-right-color: #1e293b73; +} + .border-r-slate-800\\/5 { border-right-color: #1e293b0d; } @@ -264505,10 +363037,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293b80; } +.border-r-slate-800\\/55 { + border-right-color: #1e293b8c; +} + .border-r-slate-800\\/60 { border-right-color: #1e293b99; } +.border-r-slate-800\\/65 { + border-right-color: #1e293ba6; +} + .border-r-slate-800\\/70 { border-right-color: #1e293bb3; } @@ -264521,6 +363061,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1e293bcc; } +.border-r-slate-800\\/85 { + border-right-color: #1e293bd9; +} + .border-r-slate-800\\/90 { border-right-color: #1e293be6; } @@ -264546,6 +363090,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172a; } +.border-r-slate-900\\/15 { + border-right-color: #0f172a26; +} + .border-r-slate-900\\/20 { border-right-color: #0f172a33; } @@ -264558,10 +363106,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172a4d; } +.border-r-slate-900\\/35 { + border-right-color: #0f172a59; +} + .border-r-slate-900\\/40 { border-right-color: #0f172a66; } +.border-r-slate-900\\/45 { + border-right-color: #0f172a73; +} + .border-r-slate-900\\/5 { border-right-color: #0f172a0d; } @@ -264570,10 +363126,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172a80; } +.border-r-slate-900\\/55 { + border-right-color: #0f172a8c; +} + .border-r-slate-900\\/60 { border-right-color: #0f172a99; } +.border-r-slate-900\\/65 { + border-right-color: #0f172aa6; +} + .border-r-slate-900\\/70 { border-right-color: #0f172ab3; } @@ -264586,6 +363150,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f172acc; } +.border-r-slate-900\\/85 { + border-right-color: #0f172ad9; +} + .border-r-slate-900\\/90 { border-right-color: #0f172ae6; } @@ -264611,6 +363179,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #020617; } +.border-r-slate-950\\/15 { + border-right-color: #02061726; +} + .border-r-slate-950\\/20 { border-right-color: #02061733; } @@ -264623,10 +363195,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0206174d; } +.border-r-slate-950\\/35 { + border-right-color: #02061759; +} + .border-r-slate-950\\/40 { border-right-color: #02061766; } +.border-r-slate-950\\/45 { + border-right-color: #02061773; +} + .border-r-slate-950\\/5 { border-right-color: #0206170d; } @@ -264635,10 +363215,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #02061780; } +.border-r-slate-950\\/55 { + border-right-color: #0206178c; +} + .border-r-slate-950\\/60 { border-right-color: #02061799; } +.border-r-slate-950\\/65 { + border-right-color: #020617a6; +} + .border-r-slate-950\\/70 { border-right-color: #020617b3; } @@ -264651,6 +363239,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #020617cc; } +.border-r-slate-950\\/85 { + border-right-color: #020617d9; +} + .border-r-slate-950\\/90 { border-right-color: #020617e6; } @@ -264676,6 +363268,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f4; } +.border-r-stone-100\\/15 { + border-right-color: #f5f5f426; +} + .border-r-stone-100\\/20 { border-right-color: #f5f5f433; } @@ -264688,10 +363284,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f44d; } +.border-r-stone-100\\/35 { + border-right-color: #f5f5f459; +} + .border-r-stone-100\\/40 { border-right-color: #f5f5f466; } +.border-r-stone-100\\/45 { + border-right-color: #f5f5f473; +} + .border-r-stone-100\\/5 { border-right-color: #f5f5f40d; } @@ -264700,10 +363304,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f480; } +.border-r-stone-100\\/55 { + border-right-color: #f5f5f48c; +} + .border-r-stone-100\\/60 { border-right-color: #f5f5f499; } +.border-r-stone-100\\/65 { + border-right-color: #f5f5f4a6; +} + .border-r-stone-100\\/70 { border-right-color: #f5f5f4b3; } @@ -264716,6 +363328,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f5f4cc; } +.border-r-stone-100\\/85 { + border-right-color: #f5f5f4d9; +} + .border-r-stone-100\\/90 { border-right-color: #f5f5f4e6; } @@ -264741,6 +363357,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e4; } +.border-r-stone-200\\/15 { + border-right-color: #e7e5e426; +} + .border-r-stone-200\\/20 { border-right-color: #e7e5e433; } @@ -264753,10 +363373,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e44d; } +.border-r-stone-200\\/35 { + border-right-color: #e7e5e459; +} + .border-r-stone-200\\/40 { border-right-color: #e7e5e466; } +.border-r-stone-200\\/45 { + border-right-color: #e7e5e473; +} + .border-r-stone-200\\/5 { border-right-color: #e7e5e40d; } @@ -264765,10 +363393,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e480; } +.border-r-stone-200\\/55 { + border-right-color: #e7e5e48c; +} + .border-r-stone-200\\/60 { border-right-color: #e7e5e499; } +.border-r-stone-200\\/65 { + border-right-color: #e7e5e4a6; +} + .border-r-stone-200\\/70 { border-right-color: #e7e5e4b3; } @@ -264781,6 +363417,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e7e5e4cc; } +.border-r-stone-200\\/85 { + border-right-color: #e7e5e4d9; +} + .border-r-stone-200\\/90 { border-right-color: #e7e5e4e6; } @@ -264806,6 +363446,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d1; } +.border-r-stone-300\\/15 { + border-right-color: #d6d3d126; +} + .border-r-stone-300\\/20 { border-right-color: #d6d3d133; } @@ -264818,10 +363462,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d14d; } +.border-r-stone-300\\/35 { + border-right-color: #d6d3d159; +} + .border-r-stone-300\\/40 { border-right-color: #d6d3d166; } +.border-r-stone-300\\/45 { + border-right-color: #d6d3d173; +} + .border-r-stone-300\\/5 { border-right-color: #d6d3d10d; } @@ -264830,10 +363482,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d180; } +.border-r-stone-300\\/55 { + border-right-color: #d6d3d18c; +} + .border-r-stone-300\\/60 { border-right-color: #d6d3d199; } +.border-r-stone-300\\/65 { + border-right-color: #d6d3d1a6; +} + .border-r-stone-300\\/70 { border-right-color: #d6d3d1b3; } @@ -264846,6 +363506,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d6d3d1cc; } +.border-r-stone-300\\/85 { + border-right-color: #d6d3d1d9; +} + .border-r-stone-300\\/90 { border-right-color: #d6d3d1e6; } @@ -264871,6 +363535,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29e; } +.border-r-stone-400\\/15 { + border-right-color: #a8a29e26; +} + .border-r-stone-400\\/20 { border-right-color: #a8a29e33; } @@ -264883,10 +363551,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29e4d; } +.border-r-stone-400\\/35 { + border-right-color: #a8a29e59; +} + .border-r-stone-400\\/40 { border-right-color: #a8a29e66; } +.border-r-stone-400\\/45 { + border-right-color: #a8a29e73; +} + .border-r-stone-400\\/5 { border-right-color: #a8a29e0d; } @@ -264895,10 +363571,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29e80; } +.border-r-stone-400\\/55 { + border-right-color: #a8a29e8c; +} + .border-r-stone-400\\/60 { border-right-color: #a8a29e99; } +.border-r-stone-400\\/65 { + border-right-color: #a8a29ea6; +} + .border-r-stone-400\\/70 { border-right-color: #a8a29eb3; } @@ -264911,6 +363595,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a8a29ecc; } +.border-r-stone-400\\/85 { + border-right-color: #a8a29ed9; +} + .border-r-stone-400\\/90 { border-right-color: #a8a29ee6; } @@ -264936,6 +363624,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf9; } +.border-r-stone-50\\/15 { + border-right-color: #fafaf926; +} + .border-r-stone-50\\/20 { border-right-color: #fafaf933; } @@ -264948,10 +363640,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf94d; } +.border-r-stone-50\\/35 { + border-right-color: #fafaf959; +} + .border-r-stone-50\\/40 { border-right-color: #fafaf966; } +.border-r-stone-50\\/45 { + border-right-color: #fafaf973; +} + .border-r-stone-50\\/5 { border-right-color: #fafaf90d; } @@ -264960,10 +363660,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf980; } +.border-r-stone-50\\/55 { + border-right-color: #fafaf98c; +} + .border-r-stone-50\\/60 { border-right-color: #fafaf999; } +.border-r-stone-50\\/65 { + border-right-color: #fafaf9a6; +} + .border-r-stone-50\\/70 { border-right-color: #fafaf9b3; } @@ -264976,6 +363684,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafaf9cc; } +.border-r-stone-50\\/85 { + border-right-color: #fafaf9d9; +} + .border-r-stone-50\\/90 { border-right-color: #fafaf9e6; } @@ -265001,6 +363713,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716c; } +.border-r-stone-500\\/15 { + border-right-color: #78716c26; +} + .border-r-stone-500\\/20 { border-right-color: #78716c33; } @@ -265013,10 +363729,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716c4d; } +.border-r-stone-500\\/35 { + border-right-color: #78716c59; +} + .border-r-stone-500\\/40 { border-right-color: #78716c66; } +.border-r-stone-500\\/45 { + border-right-color: #78716c73; +} + .border-r-stone-500\\/5 { border-right-color: #78716c0d; } @@ -265025,10 +363749,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716c80; } +.border-r-stone-500\\/55 { + border-right-color: #78716c8c; +} + .border-r-stone-500\\/60 { border-right-color: #78716c99; } +.border-r-stone-500\\/65 { + border-right-color: #78716ca6; +} + .border-r-stone-500\\/70 { border-right-color: #78716cb3; } @@ -265041,6 +363773,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #78716ccc; } +.border-r-stone-500\\/85 { + border-right-color: #78716cd9; +} + .border-r-stone-500\\/90 { border-right-color: #78716ce6; } @@ -265066,6 +363802,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534e; } +.border-r-stone-600\\/15 { + border-right-color: #57534e26; +} + .border-r-stone-600\\/20 { border-right-color: #57534e33; } @@ -265078,10 +363818,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534e4d; } +.border-r-stone-600\\/35 { + border-right-color: #57534e59; +} + .border-r-stone-600\\/40 { border-right-color: #57534e66; } +.border-r-stone-600\\/45 { + border-right-color: #57534e73; +} + .border-r-stone-600\\/5 { border-right-color: #57534e0d; } @@ -265090,10 +363838,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534e80; } +.border-r-stone-600\\/55 { + border-right-color: #57534e8c; +} + .border-r-stone-600\\/60 { border-right-color: #57534e99; } +.border-r-stone-600\\/65 { + border-right-color: #57534ea6; +} + .border-r-stone-600\\/70 { border-right-color: #57534eb3; } @@ -265106,6 +363862,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #57534ecc; } +.border-r-stone-600\\/85 { + border-right-color: #57534ed9; +} + .border-r-stone-600\\/90 { border-right-color: #57534ee6; } @@ -265131,6 +363891,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403c; } +.border-r-stone-700\\/15 { + border-right-color: #44403c26; +} + .border-r-stone-700\\/20 { border-right-color: #44403c33; } @@ -265143,10 +363907,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403c4d; } +.border-r-stone-700\\/35 { + border-right-color: #44403c59; +} + .border-r-stone-700\\/40 { border-right-color: #44403c66; } +.border-r-stone-700\\/45 { + border-right-color: #44403c73; +} + .border-r-stone-700\\/5 { border-right-color: #44403c0d; } @@ -265155,10 +363927,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403c80; } +.border-r-stone-700\\/55 { + border-right-color: #44403c8c; +} + .border-r-stone-700\\/60 { border-right-color: #44403c99; } +.border-r-stone-700\\/65 { + border-right-color: #44403ca6; +} + .border-r-stone-700\\/70 { border-right-color: #44403cb3; } @@ -265171,6 +363951,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #44403ccc; } +.border-r-stone-700\\/85 { + border-right-color: #44403cd9; +} + .border-r-stone-700\\/90 { border-right-color: #44403ce6; } @@ -265196,6 +363980,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #292524; } +.border-r-stone-800\\/15 { + border-right-color: #29252426; +} + .border-r-stone-800\\/20 { border-right-color: #29252433; } @@ -265208,10 +363996,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2925244d; } +.border-r-stone-800\\/35 { + border-right-color: #29252459; +} + .border-r-stone-800\\/40 { border-right-color: #29252466; } +.border-r-stone-800\\/45 { + border-right-color: #29252473; +} + .border-r-stone-800\\/5 { border-right-color: #2925240d; } @@ -265220,10 +364016,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #29252480; } +.border-r-stone-800\\/55 { + border-right-color: #2925248c; +} + .border-r-stone-800\\/60 { border-right-color: #29252499; } +.border-r-stone-800\\/65 { + border-right-color: #292524a6; +} + .border-r-stone-800\\/70 { border-right-color: #292524b3; } @@ -265236,6 +364040,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #292524cc; } +.border-r-stone-800\\/85 { + border-right-color: #292524d9; +} + .border-r-stone-800\\/90 { border-right-color: #292524e6; } @@ -265261,6 +364069,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c1917; } +.border-r-stone-900\\/15 { + border-right-color: #1c191726; +} + .border-r-stone-900\\/20 { border-right-color: #1c191733; } @@ -265273,10 +364085,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c19174d; } +.border-r-stone-900\\/35 { + border-right-color: #1c191759; +} + .border-r-stone-900\\/40 { border-right-color: #1c191766; } +.border-r-stone-900\\/45 { + border-right-color: #1c191773; +} + .border-r-stone-900\\/5 { border-right-color: #1c19170d; } @@ -265285,10 +364105,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c191780; } +.border-r-stone-900\\/55 { + border-right-color: #1c19178c; +} + .border-r-stone-900\\/60 { border-right-color: #1c191799; } +.border-r-stone-900\\/65 { + border-right-color: #1c1917a6; +} + .border-r-stone-900\\/70 { border-right-color: #1c1917b3; } @@ -265301,6 +364129,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #1c1917cc; } +.border-r-stone-900\\/85 { + border-right-color: #1c1917d9; +} + .border-r-stone-900\\/90 { border-right-color: #1c1917e6; } @@ -265326,6 +364158,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a09; } +.border-r-stone-950\\/15 { + border-right-color: #0c0a0926; +} + .border-r-stone-950\\/20 { border-right-color: #0c0a0933; } @@ -265338,10 +364174,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a094d; } +.border-r-stone-950\\/35 { + border-right-color: #0c0a0959; +} + .border-r-stone-950\\/40 { border-right-color: #0c0a0966; } +.border-r-stone-950\\/45 { + border-right-color: #0c0a0973; +} + .border-r-stone-950\\/5 { border-right-color: #0c0a090d; } @@ -265350,10 +364194,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a0980; } +.border-r-stone-950\\/55 { + border-right-color: #0c0a098c; +} + .border-r-stone-950\\/60 { border-right-color: #0c0a0999; } +.border-r-stone-950\\/65 { + border-right-color: #0c0a09a6; +} + .border-r-stone-950\\/70 { border-right-color: #0c0a09b3; } @@ -265366,6 +364218,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0c0a09cc; } +.border-r-stone-950\\/85 { + border-right-color: #0c0a09d9; +} + .border-r-stone-950\\/90 { border-right-color: #0c0a09e6; } @@ -265391,6 +364247,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf1; } +.border-r-teal-100\\/15 { + border-right-color: #ccfbf126; +} + .border-r-teal-100\\/20 { border-right-color: #ccfbf133; } @@ -265403,10 +364263,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf14d; } +.border-r-teal-100\\/35 { + border-right-color: #ccfbf159; +} + .border-r-teal-100\\/40 { border-right-color: #ccfbf166; } +.border-r-teal-100\\/45 { + border-right-color: #ccfbf173; +} + .border-r-teal-100\\/5 { border-right-color: #ccfbf10d; } @@ -265415,10 +364283,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf180; } +.border-r-teal-100\\/55 { + border-right-color: #ccfbf18c; +} + .border-r-teal-100\\/60 { border-right-color: #ccfbf199; } +.border-r-teal-100\\/65 { + border-right-color: #ccfbf1a6; +} + .border-r-teal-100\\/70 { border-right-color: #ccfbf1b3; } @@ -265431,6 +364307,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ccfbf1cc; } +.border-r-teal-100\\/85 { + border-right-color: #ccfbf1d9; +} + .border-r-teal-100\\/90 { border-right-color: #ccfbf1e6; } @@ -265456,6 +364336,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e4; } +.border-r-teal-200\\/15 { + border-right-color: #99f6e426; +} + .border-r-teal-200\\/20 { border-right-color: #99f6e433; } @@ -265468,10 +364352,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e44d; } +.border-r-teal-200\\/35 { + border-right-color: #99f6e459; +} + .border-r-teal-200\\/40 { border-right-color: #99f6e466; } +.border-r-teal-200\\/45 { + border-right-color: #99f6e473; +} + .border-r-teal-200\\/5 { border-right-color: #99f6e40d; } @@ -265480,10 +364372,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e480; } +.border-r-teal-200\\/55 { + border-right-color: #99f6e48c; +} + .border-r-teal-200\\/60 { border-right-color: #99f6e499; } +.border-r-teal-200\\/65 { + border-right-color: #99f6e4a6; +} + .border-r-teal-200\\/70 { border-right-color: #99f6e4b3; } @@ -265496,6 +364396,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #99f6e4cc; } +.border-r-teal-200\\/85 { + border-right-color: #99f6e4d9; +} + .border-r-teal-200\\/90 { border-right-color: #99f6e4e6; } @@ -265521,6 +364425,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead4; } +.border-r-teal-300\\/15 { + border-right-color: #5eead426; +} + .border-r-teal-300\\/20 { border-right-color: #5eead433; } @@ -265533,10 +364441,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead44d; } +.border-r-teal-300\\/35 { + border-right-color: #5eead459; +} + .border-r-teal-300\\/40 { border-right-color: #5eead466; } +.border-r-teal-300\\/45 { + border-right-color: #5eead473; +} + .border-r-teal-300\\/5 { border-right-color: #5eead40d; } @@ -265545,10 +364461,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead480; } +.border-r-teal-300\\/55 { + border-right-color: #5eead48c; +} + .border-r-teal-300\\/60 { border-right-color: #5eead499; } +.border-r-teal-300\\/65 { + border-right-color: #5eead4a6; +} + .border-r-teal-300\\/70 { border-right-color: #5eead4b3; } @@ -265561,6 +364485,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5eead4cc; } +.border-r-teal-300\\/85 { + border-right-color: #5eead4d9; +} + .border-r-teal-300\\/90 { border-right-color: #5eead4e6; } @@ -265586,6 +364514,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bf; } +.border-r-teal-400\\/15 { + border-right-color: #2dd4bf26; +} + .border-r-teal-400\\/20 { border-right-color: #2dd4bf33; } @@ -265598,10 +364530,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bf4d; } +.border-r-teal-400\\/35 { + border-right-color: #2dd4bf59; +} + .border-r-teal-400\\/40 { border-right-color: #2dd4bf66; } +.border-r-teal-400\\/45 { + border-right-color: #2dd4bf73; +} + .border-r-teal-400\\/5 { border-right-color: #2dd4bf0d; } @@ -265610,10 +364550,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bf80; } +.border-r-teal-400\\/55 { + border-right-color: #2dd4bf8c; +} + .border-r-teal-400\\/60 { border-right-color: #2dd4bf99; } +.border-r-teal-400\\/65 { + border-right-color: #2dd4bfa6; +} + .border-r-teal-400\\/70 { border-right-color: #2dd4bfb3; } @@ -265626,6 +364574,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2dd4bfcc; } +.border-r-teal-400\\/85 { + border-right-color: #2dd4bfd9; +} + .border-r-teal-400\\/90 { border-right-color: #2dd4bfe6; } @@ -265651,6 +364603,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfa; } +.border-r-teal-50\\/15 { + border-right-color: #f0fdfa26; +} + .border-r-teal-50\\/20 { border-right-color: #f0fdfa33; } @@ -265663,10 +364619,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfa4d; } +.border-r-teal-50\\/35 { + border-right-color: #f0fdfa59; +} + .border-r-teal-50\\/40 { border-right-color: #f0fdfa66; } +.border-r-teal-50\\/45 { + border-right-color: #f0fdfa73; +} + .border-r-teal-50\\/5 { border-right-color: #f0fdfa0d; } @@ -265675,10 +364639,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfa80; } +.border-r-teal-50\\/55 { + border-right-color: #f0fdfa8c; +} + .border-r-teal-50\\/60 { border-right-color: #f0fdfa99; } +.border-r-teal-50\\/65 { + border-right-color: #f0fdfaa6; +} + .border-r-teal-50\\/70 { border-right-color: #f0fdfab3; } @@ -265691,6 +364663,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f0fdfacc; } +.border-r-teal-50\\/85 { + border-right-color: #f0fdfad9; +} + .border-r-teal-50\\/90 { border-right-color: #f0fdfae6; } @@ -265716,6 +364692,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a6; } +.border-r-teal-500\\/15 { + border-right-color: #14b8a626; +} + .border-r-teal-500\\/20 { border-right-color: #14b8a633; } @@ -265728,10 +364708,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a64d; } +.border-r-teal-500\\/35 { + border-right-color: #14b8a659; +} + .border-r-teal-500\\/40 { border-right-color: #14b8a666; } +.border-r-teal-500\\/45 { + border-right-color: #14b8a673; +} + .border-r-teal-500\\/5 { border-right-color: #14b8a60d; } @@ -265740,10 +364728,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a680; } +.border-r-teal-500\\/55 { + border-right-color: #14b8a68c; +} + .border-r-teal-500\\/60 { border-right-color: #14b8a699; } +.border-r-teal-500\\/65 { + border-right-color: #14b8a6a6; +} + .border-r-teal-500\\/70 { border-right-color: #14b8a6b3; } @@ -265756,6 +364752,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #14b8a6cc; } +.border-r-teal-500\\/85 { + border-right-color: #14b8a6d9; +} + .border-r-teal-500\\/90 { border-right-color: #14b8a6e6; } @@ -265781,6 +364781,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d9488; } +.border-r-teal-600\\/15 { + border-right-color: #0d948826; +} + .border-r-teal-600\\/20 { border-right-color: #0d948833; } @@ -265793,10 +364797,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d94884d; } +.border-r-teal-600\\/35 { + border-right-color: #0d948859; +} + .border-r-teal-600\\/40 { border-right-color: #0d948866; } +.border-r-teal-600\\/45 { + border-right-color: #0d948873; +} + .border-r-teal-600\\/5 { border-right-color: #0d94880d; } @@ -265805,10 +364817,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d948880; } +.border-r-teal-600\\/55 { + border-right-color: #0d94888c; +} + .border-r-teal-600\\/60 { border-right-color: #0d948899; } +.border-r-teal-600\\/65 { + border-right-color: #0d9488a6; +} + .border-r-teal-600\\/70 { border-right-color: #0d9488b3; } @@ -265821,6 +364841,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0d9488cc; } +.border-r-teal-600\\/85 { + border-right-color: #0d9488d9; +} + .border-r-teal-600\\/90 { border-right-color: #0d9488e6; } @@ -265846,6 +364870,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766e; } +.border-r-teal-700\\/15 { + border-right-color: #0f766e26; +} + .border-r-teal-700\\/20 { border-right-color: #0f766e33; } @@ -265858,10 +364886,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766e4d; } +.border-r-teal-700\\/35 { + border-right-color: #0f766e59; +} + .border-r-teal-700\\/40 { border-right-color: #0f766e66; } +.border-r-teal-700\\/45 { + border-right-color: #0f766e73; +} + .border-r-teal-700\\/5 { border-right-color: #0f766e0d; } @@ -265870,10 +364906,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766e80; } +.border-r-teal-700\\/55 { + border-right-color: #0f766e8c; +} + .border-r-teal-700\\/60 { border-right-color: #0f766e99; } +.border-r-teal-700\\/65 { + border-right-color: #0f766ea6; +} + .border-r-teal-700\\/70 { border-right-color: #0f766eb3; } @@ -265886,6 +364930,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0f766ecc; } +.border-r-teal-700\\/85 { + border-right-color: #0f766ed9; +} + .border-r-teal-700\\/90 { border-right-color: #0f766ee6; } @@ -265911,6 +364959,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e59; } +.border-r-teal-800\\/15 { + border-right-color: #115e5926; +} + .border-r-teal-800\\/20 { border-right-color: #115e5933; } @@ -265923,10 +364975,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e594d; } +.border-r-teal-800\\/35 { + border-right-color: #115e5959; +} + .border-r-teal-800\\/40 { border-right-color: #115e5966; } +.border-r-teal-800\\/45 { + border-right-color: #115e5973; +} + .border-r-teal-800\\/5 { border-right-color: #115e590d; } @@ -265935,10 +364995,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e5980; } +.border-r-teal-800\\/55 { + border-right-color: #115e598c; +} + .border-r-teal-800\\/60 { border-right-color: #115e5999; } +.border-r-teal-800\\/65 { + border-right-color: #115e59a6; +} + .border-r-teal-800\\/70 { border-right-color: #115e59b3; } @@ -265951,6 +365019,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #115e59cc; } +.border-r-teal-800\\/85 { + border-right-color: #115e59d9; +} + .border-r-teal-800\\/90 { border-right-color: #115e59e6; } @@ -265976,6 +365048,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4a; } +.border-r-teal-900\\/15 { + border-right-color: #134e4a26; +} + .border-r-teal-900\\/20 { border-right-color: #134e4a33; } @@ -265988,10 +365064,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4a4d; } +.border-r-teal-900\\/35 { + border-right-color: #134e4a59; +} + .border-r-teal-900\\/40 { border-right-color: #134e4a66; } +.border-r-teal-900\\/45 { + border-right-color: #134e4a73; +} + .border-r-teal-900\\/5 { border-right-color: #134e4a0d; } @@ -266000,10 +365084,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4a80; } +.border-r-teal-900\\/55 { + border-right-color: #134e4a8c; +} + .border-r-teal-900\\/60 { border-right-color: #134e4a99; } +.border-r-teal-900\\/65 { + border-right-color: #134e4aa6; +} + .border-r-teal-900\\/70 { border-right-color: #134e4ab3; } @@ -266016,6 +365108,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #134e4acc; } +.border-r-teal-900\\/85 { + border-right-color: #134e4ad9; +} + .border-r-teal-900\\/90 { border-right-color: #134e4ae6; } @@ -266041,6 +365137,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2e; } +.border-r-teal-950\\/15 { + border-right-color: #042f2e26; +} + .border-r-teal-950\\/20 { border-right-color: #042f2e33; } @@ -266053,10 +365153,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2e4d; } +.border-r-teal-950\\/35 { + border-right-color: #042f2e59; +} + .border-r-teal-950\\/40 { border-right-color: #042f2e66; } +.border-r-teal-950\\/45 { + border-right-color: #042f2e73; +} + .border-r-teal-950\\/5 { border-right-color: #042f2e0d; } @@ -266065,10 +365173,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2e80; } +.border-r-teal-950\\/55 { + border-right-color: #042f2e8c; +} + .border-r-teal-950\\/60 { border-right-color: #042f2e99; } +.border-r-teal-950\\/65 { + border-right-color: #042f2ea6; +} + .border-r-teal-950\\/70 { border-right-color: #042f2eb3; } @@ -266081,6 +365197,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #042f2ecc; } +.border-r-teal-950\\/85 { + border-right-color: #042f2ed9; +} + .border-r-teal-950\\/90 { border-right-color: #042f2ee6; } @@ -266101,6 +365221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000; } +.border-r-transparent\\/15 { + border-right-color: #00000026; +} + .border-r-transparent\\/20 { border-right-color: #0003; } @@ -266113,10 +365237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #0000004d; } +.border-r-transparent\\/35 { + border-right-color: #00000059; +} + .border-r-transparent\\/40 { border-right-color: #0006; } +.border-r-transparent\\/45 { + border-right-color: #00000073; +} + .border-r-transparent\\/5 { border-right-color: #0000000d; } @@ -266125,10 +365257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #00000080; } +.border-r-transparent\\/55 { + border-right-color: #0000008c; +} + .border-r-transparent\\/60 { border-right-color: #0009; } +.border-r-transparent\\/65 { + border-right-color: #000000a6; +} + .border-r-transparent\\/70 { border-right-color: #000000b3; } @@ -266141,6 +365281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #000c; } +.border-r-transparent\\/85 { + border-right-color: #000000d9; +} + .border-r-transparent\\/90 { border-right-color: #000000e6; } @@ -266166,6 +365310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fe; } +.border-r-violet-100\\/15 { + border-right-color: #ede9fe26; +} + .border-r-violet-100\\/20 { border-right-color: #ede9fe33; } @@ -266178,10 +365326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fe4d; } +.border-r-violet-100\\/35 { + border-right-color: #ede9fe59; +} + .border-r-violet-100\\/40 { border-right-color: #ede9fe66; } +.border-r-violet-100\\/45 { + border-right-color: #ede9fe73; +} + .border-r-violet-100\\/5 { border-right-color: #ede9fe0d; } @@ -266190,10 +365346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fe80; } +.border-r-violet-100\\/55 { + border-right-color: #ede9fe8c; +} + .border-r-violet-100\\/60 { border-right-color: #ede9fe99; } +.border-r-violet-100\\/65 { + border-right-color: #ede9fea6; +} + .border-r-violet-100\\/70 { border-right-color: #ede9feb3; } @@ -266206,6 +365370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ede9fecc; } +.border-r-violet-100\\/85 { + border-right-color: #ede9fed9; +} + .border-r-violet-100\\/90 { border-right-color: #ede9fee6; } @@ -266231,6 +365399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fe; } +.border-r-violet-200\\/15 { + border-right-color: #ddd6fe26; +} + .border-r-violet-200\\/20 { border-right-color: #ddd6fe33; } @@ -266243,10 +365415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fe4d; } +.border-r-violet-200\\/35 { + border-right-color: #ddd6fe59; +} + .border-r-violet-200\\/40 { border-right-color: #ddd6fe66; } +.border-r-violet-200\\/45 { + border-right-color: #ddd6fe73; +} + .border-r-violet-200\\/5 { border-right-color: #ddd6fe0d; } @@ -266255,10 +365435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fe80; } +.border-r-violet-200\\/55 { + border-right-color: #ddd6fe8c; +} + .border-r-violet-200\\/60 { border-right-color: #ddd6fe99; } +.border-r-violet-200\\/65 { + border-right-color: #ddd6fea6; +} + .border-r-violet-200\\/70 { border-right-color: #ddd6feb3; } @@ -266271,6 +365459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ddd6fecc; } +.border-r-violet-200\\/85 { + border-right-color: #ddd6fed9; +} + .border-r-violet-200\\/90 { border-right-color: #ddd6fee6; } @@ -266296,6 +365488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fd; } +.border-r-violet-300\\/15 { + border-right-color: #c4b5fd26; +} + .border-r-violet-300\\/20 { border-right-color: #c4b5fd33; } @@ -266308,10 +365504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fd4d; } +.border-r-violet-300\\/35 { + border-right-color: #c4b5fd59; +} + .border-r-violet-300\\/40 { border-right-color: #c4b5fd66; } +.border-r-violet-300\\/45 { + border-right-color: #c4b5fd73; +} + .border-r-violet-300\\/5 { border-right-color: #c4b5fd0d; } @@ -266320,10 +365524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fd80; } +.border-r-violet-300\\/55 { + border-right-color: #c4b5fd8c; +} + .border-r-violet-300\\/60 { border-right-color: #c4b5fd99; } +.border-r-violet-300\\/65 { + border-right-color: #c4b5fda6; +} + .border-r-violet-300\\/70 { border-right-color: #c4b5fdb3; } @@ -266336,6 +365548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #c4b5fdcc; } +.border-r-violet-300\\/85 { + border-right-color: #c4b5fdd9; +} + .border-r-violet-300\\/90 { border-right-color: #c4b5fde6; } @@ -266361,6 +365577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfa; } +.border-r-violet-400\\/15 { + border-right-color: #a78bfa26; +} + .border-r-violet-400\\/20 { border-right-color: #a78bfa33; } @@ -266373,10 +365593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfa4d; } +.border-r-violet-400\\/35 { + border-right-color: #a78bfa59; +} + .border-r-violet-400\\/40 { border-right-color: #a78bfa66; } +.border-r-violet-400\\/45 { + border-right-color: #a78bfa73; +} + .border-r-violet-400\\/5 { border-right-color: #a78bfa0d; } @@ -266385,10 +365613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfa80; } +.border-r-violet-400\\/55 { + border-right-color: #a78bfa8c; +} + .border-r-violet-400\\/60 { border-right-color: #a78bfa99; } +.border-r-violet-400\\/65 { + border-right-color: #a78bfaa6; +} + .border-r-violet-400\\/70 { border-right-color: #a78bfab3; } @@ -266401,6 +365637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a78bfacc; } +.border-r-violet-400\\/85 { + border-right-color: #a78bfad9; +} + .border-r-violet-400\\/90 { border-right-color: #a78bfae6; } @@ -266426,6 +365666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ff; } +.border-r-violet-50\\/15 { + border-right-color: #f5f3ff26; +} + .border-r-violet-50\\/20 { border-right-color: #f5f3ff33; } @@ -266438,10 +365682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ff4d; } +.border-r-violet-50\\/35 { + border-right-color: #f5f3ff59; +} + .border-r-violet-50\\/40 { border-right-color: #f5f3ff66; } +.border-r-violet-50\\/45 { + border-right-color: #f5f3ff73; +} + .border-r-violet-50\\/5 { border-right-color: #f5f3ff0d; } @@ -266450,10 +365702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ff80; } +.border-r-violet-50\\/55 { + border-right-color: #f5f3ff8c; +} + .border-r-violet-50\\/60 { border-right-color: #f5f3ff99; } +.border-r-violet-50\\/65 { + border-right-color: #f5f3ffa6; +} + .border-r-violet-50\\/70 { border-right-color: #f5f3ffb3; } @@ -266466,6 +365726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f5f3ffcc; } +.border-r-violet-50\\/85 { + border-right-color: #f5f3ffd9; +} + .border-r-violet-50\\/90 { border-right-color: #f5f3ffe6; } @@ -266491,6 +365755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf6; } +.border-r-violet-500\\/15 { + border-right-color: #8b5cf626; +} + .border-r-violet-500\\/20 { border-right-color: #8b5cf633; } @@ -266503,10 +365771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf64d; } +.border-r-violet-500\\/35 { + border-right-color: #8b5cf659; +} + .border-r-violet-500\\/40 { border-right-color: #8b5cf666; } +.border-r-violet-500\\/45 { + border-right-color: #8b5cf673; +} + .border-r-violet-500\\/5 { border-right-color: #8b5cf60d; } @@ -266515,10 +365791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf680; } +.border-r-violet-500\\/55 { + border-right-color: #8b5cf68c; +} + .border-r-violet-500\\/60 { border-right-color: #8b5cf699; } +.border-r-violet-500\\/65 { + border-right-color: #8b5cf6a6; +} + .border-r-violet-500\\/70 { border-right-color: #8b5cf6b3; } @@ -266531,6 +365815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #8b5cf6cc; } +.border-r-violet-500\\/85 { + border-right-color: #8b5cf6d9; +} + .border-r-violet-500\\/90 { border-right-color: #8b5cf6e6; } @@ -266556,6 +365844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aed; } +.border-r-violet-600\\/15 { + border-right-color: #7c3aed26; +} + .border-r-violet-600\\/20 { border-right-color: #7c3aed33; } @@ -266568,10 +365860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aed4d; } +.border-r-violet-600\\/35 { + border-right-color: #7c3aed59; +} + .border-r-violet-600\\/40 { border-right-color: #7c3aed66; } +.border-r-violet-600\\/45 { + border-right-color: #7c3aed73; +} + .border-r-violet-600\\/5 { border-right-color: #7c3aed0d; } @@ -266580,10 +365880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aed80; } +.border-r-violet-600\\/55 { + border-right-color: #7c3aed8c; +} + .border-r-violet-600\\/60 { border-right-color: #7c3aed99; } +.border-r-violet-600\\/65 { + border-right-color: #7c3aeda6; +} + .border-r-violet-600\\/70 { border-right-color: #7c3aedb3; } @@ -266596,6 +365904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #7c3aedcc; } +.border-r-violet-600\\/85 { + border-right-color: #7c3aedd9; +} + .border-r-violet-600\\/90 { border-right-color: #7c3aede6; } @@ -266621,6 +365933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d9; } +.border-r-violet-700\\/15 { + border-right-color: #6d28d926; +} + .border-r-violet-700\\/20 { border-right-color: #6d28d933; } @@ -266633,10 +365949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d94d; } +.border-r-violet-700\\/35 { + border-right-color: #6d28d959; +} + .border-r-violet-700\\/40 { border-right-color: #6d28d966; } +.border-r-violet-700\\/45 { + border-right-color: #6d28d973; +} + .border-r-violet-700\\/5 { border-right-color: #6d28d90d; } @@ -266645,10 +365969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d980; } +.border-r-violet-700\\/55 { + border-right-color: #6d28d98c; +} + .border-r-violet-700\\/60 { border-right-color: #6d28d999; } +.border-r-violet-700\\/65 { + border-right-color: #6d28d9a6; +} + .border-r-violet-700\\/70 { border-right-color: #6d28d9b3; } @@ -266661,6 +365993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #6d28d9cc; } +.border-r-violet-700\\/85 { + border-right-color: #6d28d9d9; +} + .border-r-violet-700\\/90 { border-right-color: #6d28d9e6; } @@ -266686,6 +366022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b6; } +.border-r-violet-800\\/15 { + border-right-color: #5b21b626; +} + .border-r-violet-800\\/20 { border-right-color: #5b21b633; } @@ -266698,10 +366038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b64d; } +.border-r-violet-800\\/35 { + border-right-color: #5b21b659; +} + .border-r-violet-800\\/40 { border-right-color: #5b21b666; } +.border-r-violet-800\\/45 { + border-right-color: #5b21b673; +} + .border-r-violet-800\\/5 { border-right-color: #5b21b60d; } @@ -266710,10 +366058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b680; } +.border-r-violet-800\\/55 { + border-right-color: #5b21b68c; +} + .border-r-violet-800\\/60 { border-right-color: #5b21b699; } +.border-r-violet-800\\/65 { + border-right-color: #5b21b6a6; +} + .border-r-violet-800\\/70 { border-right-color: #5b21b6b3; } @@ -266726,6 +366082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #5b21b6cc; } +.border-r-violet-800\\/85 { + border-right-color: #5b21b6d9; +} + .border-r-violet-800\\/90 { border-right-color: #5b21b6e6; } @@ -266751,6 +366111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d95; } +.border-r-violet-900\\/15 { + border-right-color: #4c1d9526; +} + .border-r-violet-900\\/20 { border-right-color: #4c1d9533; } @@ -266763,10 +366127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d954d; } +.border-r-violet-900\\/35 { + border-right-color: #4c1d9559; +} + .border-r-violet-900\\/40 { border-right-color: #4c1d9566; } +.border-r-violet-900\\/45 { + border-right-color: #4c1d9573; +} + .border-r-violet-900\\/5 { border-right-color: #4c1d950d; } @@ -266775,10 +366147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d9580; } +.border-r-violet-900\\/55 { + border-right-color: #4c1d958c; +} + .border-r-violet-900\\/60 { border-right-color: #4c1d9599; } +.border-r-violet-900\\/65 { + border-right-color: #4c1d95a6; +} + .border-r-violet-900\\/70 { border-right-color: #4c1d95b3; } @@ -266791,6 +366171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4c1d95cc; } +.border-r-violet-900\\/85 { + border-right-color: #4c1d95d9; +} + .border-r-violet-900\\/90 { border-right-color: #4c1d95e6; } @@ -266816,6 +366200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e1065; } +.border-r-violet-950\\/15 { + border-right-color: #2e106526; +} + .border-r-violet-950\\/20 { border-right-color: #2e106533; } @@ -266828,10 +366216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e10654d; } +.border-r-violet-950\\/35 { + border-right-color: #2e106559; +} + .border-r-violet-950\\/40 { border-right-color: #2e106566; } +.border-r-violet-950\\/45 { + border-right-color: #2e106573; +} + .border-r-violet-950\\/5 { border-right-color: #2e10650d; } @@ -266840,10 +366236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e106580; } +.border-r-violet-950\\/55 { + border-right-color: #2e10658c; +} + .border-r-violet-950\\/60 { border-right-color: #2e106599; } +.border-r-violet-950\\/65 { + border-right-color: #2e1065a6; +} + .border-r-violet-950\\/70 { border-right-color: #2e1065b3; } @@ -266856,6 +366260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #2e1065cc; } +.border-r-violet-950\\/85 { + border-right-color: #2e1065d9; +} + .border-r-violet-950\\/90 { border-right-color: #2e1065e6; } @@ -266881,6 +366289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fff; } +.border-r-white\\/15 { + border-right-color: #ffffff26; +} + .border-r-white\\/20 { border-right-color: #fff3; } @@ -266893,10 +366305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffffff4d; } +.border-r-white\\/35 { + border-right-color: #ffffff59; +} + .border-r-white\\/40 { border-right-color: #fff6; } +.border-r-white\\/45 { + border-right-color: #ffffff73; +} + .border-r-white\\/5 { border-right-color: #ffffff0d; } @@ -266905,10 +366325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ffffff80; } +.border-r-white\\/55 { + border-right-color: #ffffff8c; +} + .border-r-white\\/60 { border-right-color: #fff9; } +.border-r-white\\/65 { + border-right-color: #ffffffa6; +} + .border-r-white\\/70 { border-right-color: #ffffffb3; } @@ -266921,6 +366349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fffc; } +.border-r-white\\/85 { + border-right-color: #ffffffd9; +} + .border-r-white\\/90 { border-right-color: #ffffffe6; } @@ -266946,6 +366378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c3; } +.border-r-yellow-100\\/15 { + border-right-color: #fef9c326; +} + .border-r-yellow-100\\/20 { border-right-color: #fef9c333; } @@ -266958,10 +366394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c34d; } +.border-r-yellow-100\\/35 { + border-right-color: #fef9c359; +} + .border-r-yellow-100\\/40 { border-right-color: #fef9c366; } +.border-r-yellow-100\\/45 { + border-right-color: #fef9c373; +} + .border-r-yellow-100\\/5 { border-right-color: #fef9c30d; } @@ -266970,10 +366414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c380; } +.border-r-yellow-100\\/55 { + border-right-color: #fef9c38c; +} + .border-r-yellow-100\\/60 { border-right-color: #fef9c399; } +.border-r-yellow-100\\/65 { + border-right-color: #fef9c3a6; +} + .border-r-yellow-100\\/70 { border-right-color: #fef9c3b3; } @@ -266986,6 +366438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef9c3cc; } +.border-r-yellow-100\\/85 { + border-right-color: #fef9c3d9; +} + .border-r-yellow-100\\/90 { border-right-color: #fef9c3e6; } @@ -267011,6 +366467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08a; } +.border-r-yellow-200\\/15 { + border-right-color: #fef08a26; +} + .border-r-yellow-200\\/20 { border-right-color: #fef08a33; } @@ -267023,10 +366483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08a4d; } +.border-r-yellow-200\\/35 { + border-right-color: #fef08a59; +} + .border-r-yellow-200\\/40 { border-right-color: #fef08a66; } +.border-r-yellow-200\\/45 { + border-right-color: #fef08a73; +} + .border-r-yellow-200\\/5 { border-right-color: #fef08a0d; } @@ -267035,10 +366503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08a80; } +.border-r-yellow-200\\/55 { + border-right-color: #fef08a8c; +} + .border-r-yellow-200\\/60 { border-right-color: #fef08a99; } +.border-r-yellow-200\\/65 { + border-right-color: #fef08aa6; +} + .border-r-yellow-200\\/70 { border-right-color: #fef08ab3; } @@ -267051,6 +366527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fef08acc; } +.border-r-yellow-200\\/85 { + border-right-color: #fef08ad9; +} + .border-r-yellow-200\\/90 { border-right-color: #fef08ae6; } @@ -267076,6 +366556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde047; } +.border-r-yellow-300\\/15 { + border-right-color: #fde04726; +} + .border-r-yellow-300\\/20 { border-right-color: #fde04733; } @@ -267088,10 +366572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde0474d; } +.border-r-yellow-300\\/35 { + border-right-color: #fde04759; +} + .border-r-yellow-300\\/40 { border-right-color: #fde04766; } +.border-r-yellow-300\\/45 { + border-right-color: #fde04773; +} + .border-r-yellow-300\\/5 { border-right-color: #fde0470d; } @@ -267100,10 +366592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde04780; } +.border-r-yellow-300\\/55 { + border-right-color: #fde0478c; +} + .border-r-yellow-300\\/60 { border-right-color: #fde04799; } +.border-r-yellow-300\\/65 { + border-right-color: #fde047a6; +} + .border-r-yellow-300\\/70 { border-right-color: #fde047b3; } @@ -267116,6 +366616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fde047cc; } +.border-r-yellow-300\\/85 { + border-right-color: #fde047d9; +} + .border-r-yellow-300\\/90 { border-right-color: #fde047e6; } @@ -267141,6 +366645,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc15; } +.border-r-yellow-400\\/15 { + border-right-color: #facc1526; +} + .border-r-yellow-400\\/20 { border-right-color: #facc1533; } @@ -267153,10 +366661,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc154d; } +.border-r-yellow-400\\/35 { + border-right-color: #facc1559; +} + .border-r-yellow-400\\/40 { border-right-color: #facc1566; } +.border-r-yellow-400\\/45 { + border-right-color: #facc1573; +} + .border-r-yellow-400\\/5 { border-right-color: #facc150d; } @@ -267165,10 +366681,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc1580; } +.border-r-yellow-400\\/55 { + border-right-color: #facc158c; +} + .border-r-yellow-400\\/60 { border-right-color: #facc1599; } +.border-r-yellow-400\\/65 { + border-right-color: #facc15a6; +} + .border-r-yellow-400\\/70 { border-right-color: #facc15b3; } @@ -267181,6 +366705,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #facc15cc; } +.border-r-yellow-400\\/85 { + border-right-color: #facc15d9; +} + .border-r-yellow-400\\/90 { border-right-color: #facc15e6; } @@ -267206,6 +366734,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce8; } +.border-r-yellow-50\\/15 { + border-right-color: #fefce826; +} + .border-r-yellow-50\\/20 { border-right-color: #fefce833; } @@ -267218,10 +366750,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce84d; } +.border-r-yellow-50\\/35 { + border-right-color: #fefce859; +} + .border-r-yellow-50\\/40 { border-right-color: #fefce866; } +.border-r-yellow-50\\/45 { + border-right-color: #fefce873; +} + .border-r-yellow-50\\/5 { border-right-color: #fefce80d; } @@ -267230,10 +366770,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce880; } +.border-r-yellow-50\\/55 { + border-right-color: #fefce88c; +} + .border-r-yellow-50\\/60 { border-right-color: #fefce899; } +.border-r-yellow-50\\/65 { + border-right-color: #fefce8a6; +} + .border-r-yellow-50\\/70 { border-right-color: #fefce8b3; } @@ -267246,6 +366794,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fefce8cc; } +.border-r-yellow-50\\/85 { + border-right-color: #fefce8d9; +} + .border-r-yellow-50\\/90 { border-right-color: #fefce8e6; } @@ -267271,6 +366823,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab308; } +.border-r-yellow-500\\/15 { + border-right-color: #eab30826; +} + .border-r-yellow-500\\/20 { border-right-color: #eab30833; } @@ -267283,10 +366839,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab3084d; } +.border-r-yellow-500\\/35 { + border-right-color: #eab30859; +} + .border-r-yellow-500\\/40 { border-right-color: #eab30866; } +.border-r-yellow-500\\/45 { + border-right-color: #eab30873; +} + .border-r-yellow-500\\/5 { border-right-color: #eab3080d; } @@ -267295,10 +366859,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab30880; } +.border-r-yellow-500\\/55 { + border-right-color: #eab3088c; +} + .border-r-yellow-500\\/60 { border-right-color: #eab30899; } +.border-r-yellow-500\\/65 { + border-right-color: #eab308a6; +} + .border-r-yellow-500\\/70 { border-right-color: #eab308b3; } @@ -267311,6 +366883,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #eab308cc; } +.border-r-yellow-500\\/85 { + border-right-color: #eab308d9; +} + .border-r-yellow-500\\/90 { border-right-color: #eab308e6; } @@ -267336,6 +366912,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a04; } +.border-r-yellow-600\\/15 { + border-right-color: #ca8a0426; +} + .border-r-yellow-600\\/20 { border-right-color: #ca8a0433; } @@ -267348,10 +366928,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a044d; } +.border-r-yellow-600\\/35 { + border-right-color: #ca8a0459; +} + .border-r-yellow-600\\/40 { border-right-color: #ca8a0466; } +.border-r-yellow-600\\/45 { + border-right-color: #ca8a0473; +} + .border-r-yellow-600\\/5 { border-right-color: #ca8a040d; } @@ -267360,10 +366948,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a0480; } +.border-r-yellow-600\\/55 { + border-right-color: #ca8a048c; +} + .border-r-yellow-600\\/60 { border-right-color: #ca8a0499; } +.border-r-yellow-600\\/65 { + border-right-color: #ca8a04a6; +} + .border-r-yellow-600\\/70 { border-right-color: #ca8a04b3; } @@ -267376,6 +366972,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #ca8a04cc; } +.border-r-yellow-600\\/85 { + border-right-color: #ca8a04d9; +} + .border-r-yellow-600\\/90 { border-right-color: #ca8a04e6; } @@ -267401,6 +367001,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a16207; } +.border-r-yellow-700\\/15 { + border-right-color: #a1620726; +} + .border-r-yellow-700\\/20 { border-right-color: #a1620733; } @@ -267413,10 +367017,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a162074d; } +.border-r-yellow-700\\/35 { + border-right-color: #a1620759; +} + .border-r-yellow-700\\/40 { border-right-color: #a1620766; } +.border-r-yellow-700\\/45 { + border-right-color: #a1620773; +} + .border-r-yellow-700\\/5 { border-right-color: #a162070d; } @@ -267425,10 +367037,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1620780; } +.border-r-yellow-700\\/55 { + border-right-color: #a162078c; +} + .border-r-yellow-700\\/60 { border-right-color: #a1620799; } +.border-r-yellow-700\\/65 { + border-right-color: #a16207a6; +} + .border-r-yellow-700\\/70 { border-right-color: #a16207b3; } @@ -267441,6 +367061,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a16207cc; } +.border-r-yellow-700\\/85 { + border-right-color: #a16207d9; +} + .border-r-yellow-700\\/90 { border-right-color: #a16207e6; } @@ -267466,6 +367090,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0e; } +.border-r-yellow-800\\/15 { + border-right-color: #854d0e26; +} + .border-r-yellow-800\\/20 { border-right-color: #854d0e33; } @@ -267478,10 +367106,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0e4d; } +.border-r-yellow-800\\/35 { + border-right-color: #854d0e59; +} + .border-r-yellow-800\\/40 { border-right-color: #854d0e66; } +.border-r-yellow-800\\/45 { + border-right-color: #854d0e73; +} + .border-r-yellow-800\\/5 { border-right-color: #854d0e0d; } @@ -267490,10 +367126,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0e80; } +.border-r-yellow-800\\/55 { + border-right-color: #854d0e8c; +} + .border-r-yellow-800\\/60 { border-right-color: #854d0e99; } +.border-r-yellow-800\\/65 { + border-right-color: #854d0ea6; +} + .border-r-yellow-800\\/70 { border-right-color: #854d0eb3; } @@ -267506,6 +367150,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #854d0ecc; } +.border-r-yellow-800\\/85 { + border-right-color: #854d0ed9; +} + .border-r-yellow-800\\/90 { border-right-color: #854d0ee6; } @@ -267531,6 +367179,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f12; } +.border-r-yellow-900\\/15 { + border-right-color: #713f1226; +} + .border-r-yellow-900\\/20 { border-right-color: #713f1233; } @@ -267543,10 +367195,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f124d; } +.border-r-yellow-900\\/35 { + border-right-color: #713f1259; +} + .border-r-yellow-900\\/40 { border-right-color: #713f1266; } +.border-r-yellow-900\\/45 { + border-right-color: #713f1273; +} + .border-r-yellow-900\\/5 { border-right-color: #713f120d; } @@ -267555,10 +367215,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f1280; } +.border-r-yellow-900\\/55 { + border-right-color: #713f128c; +} + .border-r-yellow-900\\/60 { border-right-color: #713f1299; } +.border-r-yellow-900\\/65 { + border-right-color: #713f12a6; +} + .border-r-yellow-900\\/70 { border-right-color: #713f12b3; } @@ -267571,6 +367239,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #713f12cc; } +.border-r-yellow-900\\/85 { + border-right-color: #713f12d9; +} + .border-r-yellow-900\\/90 { border-right-color: #713f12e6; } @@ -267596,6 +367268,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #422006; } +.border-r-yellow-950\\/15 { + border-right-color: #42200626; +} + .border-r-yellow-950\\/20 { border-right-color: #42200633; } @@ -267608,10 +367284,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #4220064d; } +.border-r-yellow-950\\/35 { + border-right-color: #42200659; +} + .border-r-yellow-950\\/40 { border-right-color: #42200666; } +.border-r-yellow-950\\/45 { + border-right-color: #42200673; +} + .border-r-yellow-950\\/5 { border-right-color: #4220060d; } @@ -267620,10 +367304,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #42200680; } +.border-r-yellow-950\\/55 { + border-right-color: #4220068c; +} + .border-r-yellow-950\\/60 { border-right-color: #42200699; } +.border-r-yellow-950\\/65 { + border-right-color: #422006a6; +} + .border-r-yellow-950\\/70 { border-right-color: #422006b3; } @@ -267636,6 +367328,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #422006cc; } +.border-r-yellow-950\\/85 { + border-right-color: #422006d9; +} + .border-r-yellow-950\\/90 { border-right-color: #422006e6; } @@ -267661,6 +367357,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f5; } +.border-r-zinc-100\\/15 { + border-right-color: #f4f4f526; +} + .border-r-zinc-100\\/20 { border-right-color: #f4f4f533; } @@ -267673,10 +367373,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f54d; } +.border-r-zinc-100\\/35 { + border-right-color: #f4f4f559; +} + .border-r-zinc-100\\/40 { border-right-color: #f4f4f566; } +.border-r-zinc-100\\/45 { + border-right-color: #f4f4f573; +} + .border-r-zinc-100\\/5 { border-right-color: #f4f4f50d; } @@ -267685,10 +367393,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f580; } +.border-r-zinc-100\\/55 { + border-right-color: #f4f4f58c; +} + .border-r-zinc-100\\/60 { border-right-color: #f4f4f599; } +.border-r-zinc-100\\/65 { + border-right-color: #f4f4f5a6; +} + .border-r-zinc-100\\/70 { border-right-color: #f4f4f5b3; } @@ -267701,6 +367417,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #f4f4f5cc; } +.border-r-zinc-100\\/85 { + border-right-color: #f4f4f5d9; +} + .border-r-zinc-100\\/90 { border-right-color: #f4f4f5e6; } @@ -267726,6 +367446,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e7; } +.border-r-zinc-200\\/15 { + border-right-color: #e4e4e726; +} + .border-r-zinc-200\\/20 { border-right-color: #e4e4e733; } @@ -267738,10 +367462,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e74d; } +.border-r-zinc-200\\/35 { + border-right-color: #e4e4e759; +} + .border-r-zinc-200\\/40 { border-right-color: #e4e4e766; } +.border-r-zinc-200\\/45 { + border-right-color: #e4e4e773; +} + .border-r-zinc-200\\/5 { border-right-color: #e4e4e70d; } @@ -267750,10 +367482,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e780; } +.border-r-zinc-200\\/55 { + border-right-color: #e4e4e78c; +} + .border-r-zinc-200\\/60 { border-right-color: #e4e4e799; } +.border-r-zinc-200\\/65 { + border-right-color: #e4e4e7a6; +} + .border-r-zinc-200\\/70 { border-right-color: #e4e4e7b3; } @@ -267766,6 +367506,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #e4e4e7cc; } +.border-r-zinc-200\\/85 { + border-right-color: #e4e4e7d9; +} + .border-r-zinc-200\\/90 { border-right-color: #e4e4e7e6; } @@ -267791,6 +367535,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d8; } +.border-r-zinc-300\\/15 { + border-right-color: #d4d4d826; +} + .border-r-zinc-300\\/20 { border-right-color: #d4d4d833; } @@ -267803,10 +367551,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d84d; } +.border-r-zinc-300\\/35 { + border-right-color: #d4d4d859; +} + .border-r-zinc-300\\/40 { border-right-color: #d4d4d866; } +.border-r-zinc-300\\/45 { + border-right-color: #d4d4d873; +} + .border-r-zinc-300\\/5 { border-right-color: #d4d4d80d; } @@ -267815,10 +367571,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d880; } +.border-r-zinc-300\\/55 { + border-right-color: #d4d4d88c; +} + .border-r-zinc-300\\/60 { border-right-color: #d4d4d899; } +.border-r-zinc-300\\/65 { + border-right-color: #d4d4d8a6; +} + .border-r-zinc-300\\/70 { border-right-color: #d4d4d8b3; } @@ -267831,6 +367595,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #d4d4d8cc; } +.border-r-zinc-300\\/85 { + border-right-color: #d4d4d8d9; +} + .border-r-zinc-300\\/90 { border-right-color: #d4d4d8e6; } @@ -267856,6 +367624,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aa; } +.border-r-zinc-400\\/15 { + border-right-color: #a1a1aa26; +} + .border-r-zinc-400\\/20 { border-right-color: #a1a1aa33; } @@ -267868,10 +367640,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aa4d; } +.border-r-zinc-400\\/35 { + border-right-color: #a1a1aa59; +} + .border-r-zinc-400\\/40 { border-right-color: #a1a1aa66; } +.border-r-zinc-400\\/45 { + border-right-color: #a1a1aa73; +} + .border-r-zinc-400\\/5 { border-right-color: #a1a1aa0d; } @@ -267880,10 +367660,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aa80; } +.border-r-zinc-400\\/55 { + border-right-color: #a1a1aa8c; +} + .border-r-zinc-400\\/60 { border-right-color: #a1a1aa99; } +.border-r-zinc-400\\/65 { + border-right-color: #a1a1aaa6; +} + .border-r-zinc-400\\/70 { border-right-color: #a1a1aab3; } @@ -267896,6 +367684,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #a1a1aacc; } +.border-r-zinc-400\\/85 { + border-right-color: #a1a1aad9; +} + .border-r-zinc-400\\/90 { border-right-color: #a1a1aae6; } @@ -267921,6 +367713,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa; } +.border-r-zinc-50\\/15 { + border-right-color: #fafafa26; +} + .border-r-zinc-50\\/20 { border-right-color: #fafafa33; } @@ -267933,10 +367729,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa4d; } +.border-r-zinc-50\\/35 { + border-right-color: #fafafa59; +} + .border-r-zinc-50\\/40 { border-right-color: #fafafa66; } +.border-r-zinc-50\\/45 { + border-right-color: #fafafa73; +} + .border-r-zinc-50\\/5 { border-right-color: #fafafa0d; } @@ -267945,10 +367749,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafa80; } +.border-r-zinc-50\\/55 { + border-right-color: #fafafa8c; +} + .border-r-zinc-50\\/60 { border-right-color: #fafafa99; } +.border-r-zinc-50\\/65 { + border-right-color: #fafafaa6; +} + .border-r-zinc-50\\/70 { border-right-color: #fafafab3; } @@ -267961,6 +367773,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #fafafacc; } +.border-r-zinc-50\\/85 { + border-right-color: #fafafad9; +} + .border-r-zinc-50\\/90 { border-right-color: #fafafae6; } @@ -267986,6 +367802,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717a; } +.border-r-zinc-500\\/15 { + border-right-color: #71717a26; +} + .border-r-zinc-500\\/20 { border-right-color: #71717a33; } @@ -267998,10 +367818,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717a4d; } +.border-r-zinc-500\\/35 { + border-right-color: #71717a59; +} + .border-r-zinc-500\\/40 { border-right-color: #71717a66; } +.border-r-zinc-500\\/45 { + border-right-color: #71717a73; +} + .border-r-zinc-500\\/5 { border-right-color: #71717a0d; } @@ -268010,10 +367838,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717a80; } +.border-r-zinc-500\\/55 { + border-right-color: #71717a8c; +} + .border-r-zinc-500\\/60 { border-right-color: #71717a99; } +.border-r-zinc-500\\/65 { + border-right-color: #71717aa6; +} + .border-r-zinc-500\\/70 { border-right-color: #71717ab3; } @@ -268026,6 +367862,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #71717acc; } +.border-r-zinc-500\\/85 { + border-right-color: #71717ad9; +} + .border-r-zinc-500\\/90 { border-right-color: #71717ae6; } @@ -268051,6 +367891,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525b; } +.border-r-zinc-600\\/15 { + border-right-color: #52525b26; +} + .border-r-zinc-600\\/20 { border-right-color: #52525b33; } @@ -268063,10 +367907,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525b4d; } +.border-r-zinc-600\\/35 { + border-right-color: #52525b59; +} + .border-r-zinc-600\\/40 { border-right-color: #52525b66; } +.border-r-zinc-600\\/45 { + border-right-color: #52525b73; +} + .border-r-zinc-600\\/5 { border-right-color: #52525b0d; } @@ -268075,10 +367927,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525b80; } +.border-r-zinc-600\\/55 { + border-right-color: #52525b8c; +} + .border-r-zinc-600\\/60 { border-right-color: #52525b99; } +.border-r-zinc-600\\/65 { + border-right-color: #52525ba6; +} + .border-r-zinc-600\\/70 { border-right-color: #52525bb3; } @@ -268091,6 +367951,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #52525bcc; } +.border-r-zinc-600\\/85 { + border-right-color: #52525bd9; +} + .border-r-zinc-600\\/90 { border-right-color: #52525be6; } @@ -268116,6 +367980,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f46; } +.border-r-zinc-700\\/15 { + border-right-color: #3f3f4626; +} + .border-r-zinc-700\\/20 { border-right-color: #3f3f4633; } @@ -268128,10 +367996,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f464d; } +.border-r-zinc-700\\/35 { + border-right-color: #3f3f4659; +} + .border-r-zinc-700\\/40 { border-right-color: #3f3f4666; } +.border-r-zinc-700\\/45 { + border-right-color: #3f3f4673; +} + .border-r-zinc-700\\/5 { border-right-color: #3f3f460d; } @@ -268140,10 +368016,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f4680; } +.border-r-zinc-700\\/55 { + border-right-color: #3f3f468c; +} + .border-r-zinc-700\\/60 { border-right-color: #3f3f4699; } +.border-r-zinc-700\\/65 { + border-right-color: #3f3f46a6; +} + .border-r-zinc-700\\/70 { border-right-color: #3f3f46b3; } @@ -268156,6 +368040,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #3f3f46cc; } +.border-r-zinc-700\\/85 { + border-right-color: #3f3f46d9; +} + .border-r-zinc-700\\/90 { border-right-color: #3f3f46e6; } @@ -268181,6 +368069,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272a; } +.border-r-zinc-800\\/15 { + border-right-color: #27272a26; +} + .border-r-zinc-800\\/20 { border-right-color: #27272a33; } @@ -268193,10 +368085,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272a4d; } +.border-r-zinc-800\\/35 { + border-right-color: #27272a59; +} + .border-r-zinc-800\\/40 { border-right-color: #27272a66; } +.border-r-zinc-800\\/45 { + border-right-color: #27272a73; +} + .border-r-zinc-800\\/5 { border-right-color: #27272a0d; } @@ -268205,10 +368105,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272a80; } +.border-r-zinc-800\\/55 { + border-right-color: #27272a8c; +} + .border-r-zinc-800\\/60 { border-right-color: #27272a99; } +.border-r-zinc-800\\/65 { + border-right-color: #27272aa6; +} + .border-r-zinc-800\\/70 { border-right-color: #27272ab3; } @@ -268221,6 +368129,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #27272acc; } +.border-r-zinc-800\\/85 { + border-right-color: #27272ad9; +} + .border-r-zinc-800\\/90 { border-right-color: #27272ae6; } @@ -268246,6 +368158,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181b; } +.border-r-zinc-900\\/15 { + border-right-color: #18181b26; +} + .border-r-zinc-900\\/20 { border-right-color: #18181b33; } @@ -268258,10 +368174,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181b4d; } +.border-r-zinc-900\\/35 { + border-right-color: #18181b59; +} + .border-r-zinc-900\\/40 { border-right-color: #18181b66; } +.border-r-zinc-900\\/45 { + border-right-color: #18181b73; +} + .border-r-zinc-900\\/5 { border-right-color: #18181b0d; } @@ -268270,10 +368194,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181b80; } +.border-r-zinc-900\\/55 { + border-right-color: #18181b8c; +} + .border-r-zinc-900\\/60 { border-right-color: #18181b99; } +.border-r-zinc-900\\/65 { + border-right-color: #18181ba6; +} + .border-r-zinc-900\\/70 { border-right-color: #18181bb3; } @@ -268286,6 +368218,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #18181bcc; } +.border-r-zinc-900\\/85 { + border-right-color: #18181bd9; +} + .border-r-zinc-900\\/90 { border-right-color: #18181be6; } @@ -268311,6 +368247,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090b; } +.border-r-zinc-950\\/15 { + border-right-color: #09090b26; +} + .border-r-zinc-950\\/20 { border-right-color: #09090b33; } @@ -268323,10 +368263,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090b4d; } +.border-r-zinc-950\\/35 { + border-right-color: #09090b59; +} + .border-r-zinc-950\\/40 { border-right-color: #09090b66; } +.border-r-zinc-950\\/45 { + border-right-color: #09090b73; +} + .border-r-zinc-950\\/5 { border-right-color: #09090b0d; } @@ -268335,10 +368283,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090b80; } +.border-r-zinc-950\\/55 { + border-right-color: #09090b8c; +} + .border-r-zinc-950\\/60 { border-right-color: #09090b99; } +.border-r-zinc-950\\/65 { + border-right-color: #09090ba6; +} + .border-r-zinc-950\\/70 { border-right-color: #09090bb3; } @@ -268351,6 +368307,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-right-color: #09090bcc; } +.border-r-zinc-950\\/85 { + border-right-color: #09090bd9; +} + .border-r-zinc-950\\/90 { border-right-color: #09090be6; } @@ -268376,6 +368336,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef3c7; } +.border-s-amber-100\\/15 { + border-inline-start-color: #fef3c726; +} + .border-s-amber-100\\/20 { border-inline-start-color: #fef3c733; } @@ -268388,10 +368352,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef3c74d; } +.border-s-amber-100\\/35 { + border-inline-start-color: #fef3c759; +} + .border-s-amber-100\\/40 { border-inline-start-color: #fef3c766; } +.border-s-amber-100\\/45 { + border-inline-start-color: #fef3c773; +} + .border-s-amber-100\\/5 { border-inline-start-color: #fef3c70d; } @@ -268400,10 +368372,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef3c780; } +.border-s-amber-100\\/55 { + border-inline-start-color: #fef3c78c; +} + .border-s-amber-100\\/60 { border-inline-start-color: #fef3c799; } +.border-s-amber-100\\/65 { + border-inline-start-color: #fef3c7a6; +} + .border-s-amber-100\\/70 { border-inline-start-color: #fef3c7b3; } @@ -268416,6 +368396,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef3c7cc; } +.border-s-amber-100\\/85 { + border-inline-start-color: #fef3c7d9; +} + .border-s-amber-100\\/90 { border-inline-start-color: #fef3c7e6; } @@ -268441,6 +368425,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde68a; } +.border-s-amber-200\\/15 { + border-inline-start-color: #fde68a26; +} + .border-s-amber-200\\/20 { border-inline-start-color: #fde68a33; } @@ -268453,10 +368441,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde68a4d; } +.border-s-amber-200\\/35 { + border-inline-start-color: #fde68a59; +} + .border-s-amber-200\\/40 { border-inline-start-color: #fde68a66; } +.border-s-amber-200\\/45 { + border-inline-start-color: #fde68a73; +} + .border-s-amber-200\\/5 { border-inline-start-color: #fde68a0d; } @@ -268465,10 +368461,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde68a80; } +.border-s-amber-200\\/55 { + border-inline-start-color: #fde68a8c; +} + .border-s-amber-200\\/60 { border-inline-start-color: #fde68a99; } +.border-s-amber-200\\/65 { + border-inline-start-color: #fde68aa6; +} + .border-s-amber-200\\/70 { border-inline-start-color: #fde68ab3; } @@ -268481,6 +368485,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde68acc; } +.border-s-amber-200\\/85 { + border-inline-start-color: #fde68ad9; +} + .border-s-amber-200\\/90 { border-inline-start-color: #fde68ae6; } @@ -268506,6 +368514,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fcd34d; } +.border-s-amber-300\\/15 { + border-inline-start-color: #fcd34d26; +} + .border-s-amber-300\\/20 { border-inline-start-color: #fcd34d33; } @@ -268518,10 +368530,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fcd34d4d; } +.border-s-amber-300\\/35 { + border-inline-start-color: #fcd34d59; +} + .border-s-amber-300\\/40 { border-inline-start-color: #fcd34d66; } +.border-s-amber-300\\/45 { + border-inline-start-color: #fcd34d73; +} + .border-s-amber-300\\/5 { border-inline-start-color: #fcd34d0d; } @@ -268530,10 +368550,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fcd34d80; } +.border-s-amber-300\\/55 { + border-inline-start-color: #fcd34d8c; +} + .border-s-amber-300\\/60 { border-inline-start-color: #fcd34d99; } +.border-s-amber-300\\/65 { + border-inline-start-color: #fcd34da6; +} + .border-s-amber-300\\/70 { border-inline-start-color: #fcd34db3; } @@ -268546,6 +368574,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fcd34dcc; } +.border-s-amber-300\\/85 { + border-inline-start-color: #fcd34dd9; +} + .border-s-amber-300\\/90 { border-inline-start-color: #fcd34de6; } @@ -268571,6 +368603,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbbf24; } +.border-s-amber-400\\/15 { + border-inline-start-color: #fbbf2426; +} + .border-s-amber-400\\/20 { border-inline-start-color: #fbbf2433; } @@ -268583,10 +368619,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbbf244d; } +.border-s-amber-400\\/35 { + border-inline-start-color: #fbbf2459; +} + .border-s-amber-400\\/40 { border-inline-start-color: #fbbf2466; } +.border-s-amber-400\\/45 { + border-inline-start-color: #fbbf2473; +} + .border-s-amber-400\\/5 { border-inline-start-color: #fbbf240d; } @@ -268595,10 +368639,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbbf2480; } +.border-s-amber-400\\/55 { + border-inline-start-color: #fbbf248c; +} + .border-s-amber-400\\/60 { border-inline-start-color: #fbbf2499; } +.border-s-amber-400\\/65 { + border-inline-start-color: #fbbf24a6; +} + .border-s-amber-400\\/70 { border-inline-start-color: #fbbf24b3; } @@ -268611,6 +368663,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbbf24cc; } +.border-s-amber-400\\/85 { + border-inline-start-color: #fbbf24d9; +} + .border-s-amber-400\\/90 { border-inline-start-color: #fbbf24e6; } @@ -268636,6 +368692,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fffbeb; } +.border-s-amber-50\\/15 { + border-inline-start-color: #fffbeb26; +} + .border-s-amber-50\\/20 { border-inline-start-color: #fffbeb33; } @@ -268648,10 +368708,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fffbeb4d; } +.border-s-amber-50\\/35 { + border-inline-start-color: #fffbeb59; +} + .border-s-amber-50\\/40 { border-inline-start-color: #fffbeb66; } +.border-s-amber-50\\/45 { + border-inline-start-color: #fffbeb73; +} + .border-s-amber-50\\/5 { border-inline-start-color: #fffbeb0d; } @@ -268660,10 +368728,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fffbeb80; } +.border-s-amber-50\\/55 { + border-inline-start-color: #fffbeb8c; +} + .border-s-amber-50\\/60 { border-inline-start-color: #fffbeb99; } +.border-s-amber-50\\/65 { + border-inline-start-color: #fffbeba6; +} + .border-s-amber-50\\/70 { border-inline-start-color: #fffbebb3; } @@ -268676,6 +368752,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fffbebcc; } +.border-s-amber-50\\/85 { + border-inline-start-color: #fffbebd9; +} + .border-s-amber-50\\/90 { border-inline-start-color: #fffbebe6; } @@ -268701,6 +368781,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f59e0b; } +.border-s-amber-500\\/15 { + border-inline-start-color: #f59e0b26; +} + .border-s-amber-500\\/20 { border-inline-start-color: #f59e0b33; } @@ -268713,10 +368797,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f59e0b4d; } +.border-s-amber-500\\/35 { + border-inline-start-color: #f59e0b59; +} + .border-s-amber-500\\/40 { border-inline-start-color: #f59e0b66; } +.border-s-amber-500\\/45 { + border-inline-start-color: #f59e0b73; +} + .border-s-amber-500\\/5 { border-inline-start-color: #f59e0b0d; } @@ -268725,10 +368817,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f59e0b80; } +.border-s-amber-500\\/55 { + border-inline-start-color: #f59e0b8c; +} + .border-s-amber-500\\/60 { border-inline-start-color: #f59e0b99; } +.border-s-amber-500\\/65 { + border-inline-start-color: #f59e0ba6; +} + .border-s-amber-500\\/70 { border-inline-start-color: #f59e0bb3; } @@ -268741,6 +368841,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f59e0bcc; } +.border-s-amber-500\\/85 { + border-inline-start-color: #f59e0bd9; +} + .border-s-amber-500\\/90 { border-inline-start-color: #f59e0be6; } @@ -268766,6 +368870,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d97706; } +.border-s-amber-600\\/15 { + border-inline-start-color: #d9770626; +} + .border-s-amber-600\\/20 { border-inline-start-color: #d9770633; } @@ -268778,10 +368886,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d977064d; } +.border-s-amber-600\\/35 { + border-inline-start-color: #d9770659; +} + .border-s-amber-600\\/40 { border-inline-start-color: #d9770666; } +.border-s-amber-600\\/45 { + border-inline-start-color: #d9770673; +} + .border-s-amber-600\\/5 { border-inline-start-color: #d977060d; } @@ -268790,10 +368906,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d9770680; } +.border-s-amber-600\\/55 { + border-inline-start-color: #d977068c; +} + .border-s-amber-600\\/60 { border-inline-start-color: #d9770699; } +.border-s-amber-600\\/65 { + border-inline-start-color: #d97706a6; +} + .border-s-amber-600\\/70 { border-inline-start-color: #d97706b3; } @@ -268806,6 +368930,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d97706cc; } +.border-s-amber-600\\/85 { + border-inline-start-color: #d97706d9; +} + .border-s-amber-600\\/90 { border-inline-start-color: #d97706e6; } @@ -268831,6 +368959,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b45309; } +.border-s-amber-700\\/15 { + border-inline-start-color: #b4530926; +} + .border-s-amber-700\\/20 { border-inline-start-color: #b4530933; } @@ -268843,10 +368975,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b453094d; } +.border-s-amber-700\\/35 { + border-inline-start-color: #b4530959; +} + .border-s-amber-700\\/40 { border-inline-start-color: #b4530966; } +.border-s-amber-700\\/45 { + border-inline-start-color: #b4530973; +} + .border-s-amber-700\\/5 { border-inline-start-color: #b453090d; } @@ -268855,10 +368995,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b4530980; } +.border-s-amber-700\\/55 { + border-inline-start-color: #b453098c; +} + .border-s-amber-700\\/60 { border-inline-start-color: #b4530999; } +.border-s-amber-700\\/65 { + border-inline-start-color: #b45309a6; +} + .border-s-amber-700\\/70 { border-inline-start-color: #b45309b3; } @@ -268871,6 +369019,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b45309cc; } +.border-s-amber-700\\/85 { + border-inline-start-color: #b45309d9; +} + .border-s-amber-700\\/90 { border-inline-start-color: #b45309e6; } @@ -268896,6 +369048,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #92400e; } +.border-s-amber-800\\/15 { + border-inline-start-color: #92400e26; +} + .border-s-amber-800\\/20 { border-inline-start-color: #92400e33; } @@ -268908,10 +369064,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #92400e4d; } +.border-s-amber-800\\/35 { + border-inline-start-color: #92400e59; +} + .border-s-amber-800\\/40 { border-inline-start-color: #92400e66; } +.border-s-amber-800\\/45 { + border-inline-start-color: #92400e73; +} + .border-s-amber-800\\/5 { border-inline-start-color: #92400e0d; } @@ -268920,10 +369084,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #92400e80; } +.border-s-amber-800\\/55 { + border-inline-start-color: #92400e8c; +} + .border-s-amber-800\\/60 { border-inline-start-color: #92400e99; } +.border-s-amber-800\\/65 { + border-inline-start-color: #92400ea6; +} + .border-s-amber-800\\/70 { border-inline-start-color: #92400eb3; } @@ -268936,6 +369108,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #92400ecc; } +.border-s-amber-800\\/85 { + border-inline-start-color: #92400ed9; +} + .border-s-amber-800\\/90 { border-inline-start-color: #92400ee6; } @@ -268961,6 +369137,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78350f; } +.border-s-amber-900\\/15 { + border-inline-start-color: #78350f26; +} + .border-s-amber-900\\/20 { border-inline-start-color: #78350f33; } @@ -268973,10 +369153,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78350f4d; } +.border-s-amber-900\\/35 { + border-inline-start-color: #78350f59; +} + .border-s-amber-900\\/40 { border-inline-start-color: #78350f66; } +.border-s-amber-900\\/45 { + border-inline-start-color: #78350f73; +} + .border-s-amber-900\\/5 { border-inline-start-color: #78350f0d; } @@ -268985,10 +369173,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78350f80; } +.border-s-amber-900\\/55 { + border-inline-start-color: #78350f8c; +} + .border-s-amber-900\\/60 { border-inline-start-color: #78350f99; } +.border-s-amber-900\\/65 { + border-inline-start-color: #78350fa6; +} + .border-s-amber-900\\/70 { border-inline-start-color: #78350fb3; } @@ -269001,6 +369197,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78350fcc; } +.border-s-amber-900\\/85 { + border-inline-start-color: #78350fd9; +} + .border-s-amber-900\\/90 { border-inline-start-color: #78350fe6; } @@ -269026,6 +369226,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #451a03; } +.border-s-amber-950\\/15 { + border-inline-start-color: #451a0326; +} + .border-s-amber-950\\/20 { border-inline-start-color: #451a0333; } @@ -269038,10 +369242,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #451a034d; } +.border-s-amber-950\\/35 { + border-inline-start-color: #451a0359; +} + .border-s-amber-950\\/40 { border-inline-start-color: #451a0366; } +.border-s-amber-950\\/45 { + border-inline-start-color: #451a0373; +} + .border-s-amber-950\\/5 { border-inline-start-color: #451a030d; } @@ -269050,10 +369262,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #451a0380; } +.border-s-amber-950\\/55 { + border-inline-start-color: #451a038c; +} + .border-s-amber-950\\/60 { border-inline-start-color: #451a0399; } +.border-s-amber-950\\/65 { + border-inline-start-color: #451a03a6; +} + .border-s-amber-950\\/70 { border-inline-start-color: #451a03b3; } @@ -269066,6 +369286,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #451a03cc; } +.border-s-amber-950\\/85 { + border-inline-start-color: #451a03d9; +} + .border-s-amber-950\\/90 { border-inline-start-color: #451a03e6; } @@ -269091,6 +369315,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #000; } +.border-s-black\\/15 { + border-inline-start-color: #00000026; +} + .border-s-black\\/20 { border-inline-start-color: #0003; } @@ -269103,10 +369331,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0000004d; } +.border-s-black\\/35 { + border-inline-start-color: #00000059; +} + .border-s-black\\/40 { border-inline-start-color: #0006; } +.border-s-black\\/45 { + border-inline-start-color: #00000073; +} + .border-s-black\\/5 { border-inline-start-color: #0000000d; } @@ -269115,10 +369351,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #00000080; } +.border-s-black\\/55 { + border-inline-start-color: #0000008c; +} + .border-s-black\\/60 { border-inline-start-color: #0009; } +.border-s-black\\/65 { + border-inline-start-color: #000000a6; +} + .border-s-black\\/70 { border-inline-start-color: #000000b3; } @@ -269131,6 +369375,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #000c; } +.border-s-black\\/85 { + border-inline-start-color: #000000d9; +} + .border-s-black\\/90 { border-inline-start-color: #000000e6; } @@ -269156,6 +369404,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dbeafe; } +.border-s-blue-100\\/15 { + border-inline-start-color: #dbeafe26; +} + .border-s-blue-100\\/20 { border-inline-start-color: #dbeafe33; } @@ -269168,10 +369420,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dbeafe4d; } +.border-s-blue-100\\/35 { + border-inline-start-color: #dbeafe59; +} + .border-s-blue-100\\/40 { border-inline-start-color: #dbeafe66; } +.border-s-blue-100\\/45 { + border-inline-start-color: #dbeafe73; +} + .border-s-blue-100\\/5 { border-inline-start-color: #dbeafe0d; } @@ -269180,10 +369440,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dbeafe80; } +.border-s-blue-100\\/55 { + border-inline-start-color: #dbeafe8c; +} + .border-s-blue-100\\/60 { border-inline-start-color: #dbeafe99; } +.border-s-blue-100\\/65 { + border-inline-start-color: #dbeafea6; +} + .border-s-blue-100\\/70 { border-inline-start-color: #dbeafeb3; } @@ -269196,6 +369464,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dbeafecc; } +.border-s-blue-100\\/85 { + border-inline-start-color: #dbeafed9; +} + .border-s-blue-100\\/90 { border-inline-start-color: #dbeafee6; } @@ -269221,6 +369493,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bfdbfe; } +.border-s-blue-200\\/15 { + border-inline-start-color: #bfdbfe26; +} + .border-s-blue-200\\/20 { border-inline-start-color: #bfdbfe33; } @@ -269233,10 +369509,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bfdbfe4d; } +.border-s-blue-200\\/35 { + border-inline-start-color: #bfdbfe59; +} + .border-s-blue-200\\/40 { border-inline-start-color: #bfdbfe66; } +.border-s-blue-200\\/45 { + border-inline-start-color: #bfdbfe73; +} + .border-s-blue-200\\/5 { border-inline-start-color: #bfdbfe0d; } @@ -269245,10 +369529,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bfdbfe80; } +.border-s-blue-200\\/55 { + border-inline-start-color: #bfdbfe8c; +} + .border-s-blue-200\\/60 { border-inline-start-color: #bfdbfe99; } +.border-s-blue-200\\/65 { + border-inline-start-color: #bfdbfea6; +} + .border-s-blue-200\\/70 { border-inline-start-color: #bfdbfeb3; } @@ -269261,6 +369553,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bfdbfecc; } +.border-s-blue-200\\/85 { + border-inline-start-color: #bfdbfed9; +} + .border-s-blue-200\\/90 { border-inline-start-color: #bfdbfee6; } @@ -269286,6 +369582,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #93c5fd; } +.border-s-blue-300\\/15 { + border-inline-start-color: #93c5fd26; +} + .border-s-blue-300\\/20 { border-inline-start-color: #93c5fd33; } @@ -269298,10 +369598,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #93c5fd4d; } +.border-s-blue-300\\/35 { + border-inline-start-color: #93c5fd59; +} + .border-s-blue-300\\/40 { border-inline-start-color: #93c5fd66; } +.border-s-blue-300\\/45 { + border-inline-start-color: #93c5fd73; +} + .border-s-blue-300\\/5 { border-inline-start-color: #93c5fd0d; } @@ -269310,10 +369618,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #93c5fd80; } +.border-s-blue-300\\/55 { + border-inline-start-color: #93c5fd8c; +} + .border-s-blue-300\\/60 { border-inline-start-color: #93c5fd99; } +.border-s-blue-300\\/65 { + border-inline-start-color: #93c5fda6; +} + .border-s-blue-300\\/70 { border-inline-start-color: #93c5fdb3; } @@ -269326,6 +369642,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #93c5fdcc; } +.border-s-blue-300\\/85 { + border-inline-start-color: #93c5fdd9; +} + .border-s-blue-300\\/90 { border-inline-start-color: #93c5fde6; } @@ -269351,6 +369671,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #60a5fa; } +.border-s-blue-400\\/15 { + border-inline-start-color: #60a5fa26; +} + .border-s-blue-400\\/20 { border-inline-start-color: #60a5fa33; } @@ -269363,10 +369687,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #60a5fa4d; } +.border-s-blue-400\\/35 { + border-inline-start-color: #60a5fa59; +} + .border-s-blue-400\\/40 { border-inline-start-color: #60a5fa66; } +.border-s-blue-400\\/45 { + border-inline-start-color: #60a5fa73; +} + .border-s-blue-400\\/5 { border-inline-start-color: #60a5fa0d; } @@ -269375,10 +369707,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #60a5fa80; } +.border-s-blue-400\\/55 { + border-inline-start-color: #60a5fa8c; +} + .border-s-blue-400\\/60 { border-inline-start-color: #60a5fa99; } +.border-s-blue-400\\/65 { + border-inline-start-color: #60a5faa6; +} + .border-s-blue-400\\/70 { border-inline-start-color: #60a5fab3; } @@ -269391,6 +369731,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #60a5facc; } +.border-s-blue-400\\/85 { + border-inline-start-color: #60a5fad9; +} + .border-s-blue-400\\/90 { border-inline-start-color: #60a5fae6; } @@ -269416,6 +369760,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eff6ff; } +.border-s-blue-50\\/15 { + border-inline-start-color: #eff6ff26; +} + .border-s-blue-50\\/20 { border-inline-start-color: #eff6ff33; } @@ -269428,10 +369776,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eff6ff4d; } +.border-s-blue-50\\/35 { + border-inline-start-color: #eff6ff59; +} + .border-s-blue-50\\/40 { border-inline-start-color: #eff6ff66; } +.border-s-blue-50\\/45 { + border-inline-start-color: #eff6ff73; +} + .border-s-blue-50\\/5 { border-inline-start-color: #eff6ff0d; } @@ -269440,10 +369796,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eff6ff80; } +.border-s-blue-50\\/55 { + border-inline-start-color: #eff6ff8c; +} + .border-s-blue-50\\/60 { border-inline-start-color: #eff6ff99; } +.border-s-blue-50\\/65 { + border-inline-start-color: #eff6ffa6; +} + .border-s-blue-50\\/70 { border-inline-start-color: #eff6ffb3; } @@ -269456,6 +369820,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eff6ffcc; } +.border-s-blue-50\\/85 { + border-inline-start-color: #eff6ffd9; +} + .border-s-blue-50\\/90 { border-inline-start-color: #eff6ffe6; } @@ -269481,6 +369849,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b82f6; } +.border-s-blue-500\\/15 { + border-inline-start-color: #3b82f626; +} + .border-s-blue-500\\/20 { border-inline-start-color: #3b82f633; } @@ -269493,10 +369865,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b82f64d; } +.border-s-blue-500\\/35 { + border-inline-start-color: #3b82f659; +} + .border-s-blue-500\\/40 { border-inline-start-color: #3b82f666; } +.border-s-blue-500\\/45 { + border-inline-start-color: #3b82f673; +} + .border-s-blue-500\\/5 { border-inline-start-color: #3b82f60d; } @@ -269505,10 +369885,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b82f680; } +.border-s-blue-500\\/55 { + border-inline-start-color: #3b82f68c; +} + .border-s-blue-500\\/60 { border-inline-start-color: #3b82f699; } +.border-s-blue-500\\/65 { + border-inline-start-color: #3b82f6a6; +} + .border-s-blue-500\\/70 { border-inline-start-color: #3b82f6b3; } @@ -269521,6 +369909,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b82f6cc; } +.border-s-blue-500\\/85 { + border-inline-start-color: #3b82f6d9; +} + .border-s-blue-500\\/90 { border-inline-start-color: #3b82f6e6; } @@ -269546,6 +369938,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2563eb; } +.border-s-blue-600\\/15 { + border-inline-start-color: #2563eb26; +} + .border-s-blue-600\\/20 { border-inline-start-color: #2563eb33; } @@ -269558,10 +369954,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2563eb4d; } +.border-s-blue-600\\/35 { + border-inline-start-color: #2563eb59; +} + .border-s-blue-600\\/40 { border-inline-start-color: #2563eb66; } +.border-s-blue-600\\/45 { + border-inline-start-color: #2563eb73; +} + .border-s-blue-600\\/5 { border-inline-start-color: #2563eb0d; } @@ -269570,10 +369974,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2563eb80; } +.border-s-blue-600\\/55 { + border-inline-start-color: #2563eb8c; +} + .border-s-blue-600\\/60 { border-inline-start-color: #2563eb99; } +.border-s-blue-600\\/65 { + border-inline-start-color: #2563eba6; +} + .border-s-blue-600\\/70 { border-inline-start-color: #2563ebb3; } @@ -269586,6 +369998,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2563ebcc; } +.border-s-blue-600\\/85 { + border-inline-start-color: #2563ebd9; +} + .border-s-blue-600\\/90 { border-inline-start-color: #2563ebe6; } @@ -269611,6 +370027,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1d4ed8; } +.border-s-blue-700\\/15 { + border-inline-start-color: #1d4ed826; +} + .border-s-blue-700\\/20 { border-inline-start-color: #1d4ed833; } @@ -269623,10 +370043,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1d4ed84d; } +.border-s-blue-700\\/35 { + border-inline-start-color: #1d4ed859; +} + .border-s-blue-700\\/40 { border-inline-start-color: #1d4ed866; } +.border-s-blue-700\\/45 { + border-inline-start-color: #1d4ed873; +} + .border-s-blue-700\\/5 { border-inline-start-color: #1d4ed80d; } @@ -269635,10 +370063,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1d4ed880; } +.border-s-blue-700\\/55 { + border-inline-start-color: #1d4ed88c; +} + .border-s-blue-700\\/60 { border-inline-start-color: #1d4ed899; } +.border-s-blue-700\\/65 { + border-inline-start-color: #1d4ed8a6; +} + .border-s-blue-700\\/70 { border-inline-start-color: #1d4ed8b3; } @@ -269651,6 +370087,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1d4ed8cc; } +.border-s-blue-700\\/85 { + border-inline-start-color: #1d4ed8d9; +} + .border-s-blue-700\\/90 { border-inline-start-color: #1d4ed8e6; } @@ -269676,6 +370116,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e40af; } +.border-s-blue-800\\/15 { + border-inline-start-color: #1e40af26; +} + .border-s-blue-800\\/20 { border-inline-start-color: #1e40af33; } @@ -269688,10 +370132,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e40af4d; } +.border-s-blue-800\\/35 { + border-inline-start-color: #1e40af59; +} + .border-s-blue-800\\/40 { border-inline-start-color: #1e40af66; } +.border-s-blue-800\\/45 { + border-inline-start-color: #1e40af73; +} + .border-s-blue-800\\/5 { border-inline-start-color: #1e40af0d; } @@ -269700,10 +370152,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e40af80; } +.border-s-blue-800\\/55 { + border-inline-start-color: #1e40af8c; +} + .border-s-blue-800\\/60 { border-inline-start-color: #1e40af99; } +.border-s-blue-800\\/65 { + border-inline-start-color: #1e40afa6; +} + .border-s-blue-800\\/70 { border-inline-start-color: #1e40afb3; } @@ -269716,6 +370176,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e40afcc; } +.border-s-blue-800\\/85 { + border-inline-start-color: #1e40afd9; +} + .border-s-blue-800\\/90 { border-inline-start-color: #1e40afe6; } @@ -269741,6 +370205,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e3a8a; } +.border-s-blue-900\\/15 { + border-inline-start-color: #1e3a8a26; +} + .border-s-blue-900\\/20 { border-inline-start-color: #1e3a8a33; } @@ -269753,10 +370221,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e3a8a4d; } +.border-s-blue-900\\/35 { + border-inline-start-color: #1e3a8a59; +} + .border-s-blue-900\\/40 { border-inline-start-color: #1e3a8a66; } +.border-s-blue-900\\/45 { + border-inline-start-color: #1e3a8a73; +} + .border-s-blue-900\\/5 { border-inline-start-color: #1e3a8a0d; } @@ -269765,10 +370241,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e3a8a80; } +.border-s-blue-900\\/55 { + border-inline-start-color: #1e3a8a8c; +} + .border-s-blue-900\\/60 { border-inline-start-color: #1e3a8a99; } +.border-s-blue-900\\/65 { + border-inline-start-color: #1e3a8aa6; +} + .border-s-blue-900\\/70 { border-inline-start-color: #1e3a8ab3; } @@ -269781,6 +370265,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e3a8acc; } +.border-s-blue-900\\/85 { + border-inline-start-color: #1e3a8ad9; +} + .border-s-blue-900\\/90 { border-inline-start-color: #1e3a8ae6; } @@ -269806,6 +370294,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #172554; } +.border-s-blue-950\\/15 { + border-inline-start-color: #17255426; +} + .border-s-blue-950\\/20 { border-inline-start-color: #17255433; } @@ -269818,10 +370310,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1725544d; } +.border-s-blue-950\\/35 { + border-inline-start-color: #17255459; +} + .border-s-blue-950\\/40 { border-inline-start-color: #17255466; } +.border-s-blue-950\\/45 { + border-inline-start-color: #17255473; +} + .border-s-blue-950\\/5 { border-inline-start-color: #1725540d; } @@ -269830,10 +370330,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #17255480; } +.border-s-blue-950\\/55 { + border-inline-start-color: #1725548c; +} + .border-s-blue-950\\/60 { border-inline-start-color: #17255499; } +.border-s-blue-950\\/65 { + border-inline-start-color: #172554a6; +} + .border-s-blue-950\\/70 { border-inline-start-color: #172554b3; } @@ -269846,6 +370354,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #172554cc; } +.border-s-blue-950\\/85 { + border-inline-start-color: #172554d9; +} + .border-s-blue-950\\/90 { border-inline-start-color: #172554e6; } @@ -269875,6 +370387,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cffafe; } +.border-s-cyan-100\\/15 { + border-inline-start-color: #cffafe26; +} + .border-s-cyan-100\\/20 { border-inline-start-color: #cffafe33; } @@ -269887,10 +370403,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cffafe4d; } +.border-s-cyan-100\\/35 { + border-inline-start-color: #cffafe59; +} + .border-s-cyan-100\\/40 { border-inline-start-color: #cffafe66; } +.border-s-cyan-100\\/45 { + border-inline-start-color: #cffafe73; +} + .border-s-cyan-100\\/5 { border-inline-start-color: #cffafe0d; } @@ -269899,10 +370423,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cffafe80; } +.border-s-cyan-100\\/55 { + border-inline-start-color: #cffafe8c; +} + .border-s-cyan-100\\/60 { border-inline-start-color: #cffafe99; } +.border-s-cyan-100\\/65 { + border-inline-start-color: #cffafea6; +} + .border-s-cyan-100\\/70 { border-inline-start-color: #cffafeb3; } @@ -269915,6 +370447,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cffafecc; } +.border-s-cyan-100\\/85 { + border-inline-start-color: #cffafed9; +} + .border-s-cyan-100\\/90 { border-inline-start-color: #cffafee6; } @@ -269940,6 +370476,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5f3fc; } +.border-s-cyan-200\\/15 { + border-inline-start-color: #a5f3fc26; +} + .border-s-cyan-200\\/20 { border-inline-start-color: #a5f3fc33; } @@ -269952,10 +370492,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5f3fc4d; } +.border-s-cyan-200\\/35 { + border-inline-start-color: #a5f3fc59; +} + .border-s-cyan-200\\/40 { border-inline-start-color: #a5f3fc66; } +.border-s-cyan-200\\/45 { + border-inline-start-color: #a5f3fc73; +} + .border-s-cyan-200\\/5 { border-inline-start-color: #a5f3fc0d; } @@ -269964,10 +370512,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5f3fc80; } +.border-s-cyan-200\\/55 { + border-inline-start-color: #a5f3fc8c; +} + .border-s-cyan-200\\/60 { border-inline-start-color: #a5f3fc99; } +.border-s-cyan-200\\/65 { + border-inline-start-color: #a5f3fca6; +} + .border-s-cyan-200\\/70 { border-inline-start-color: #a5f3fcb3; } @@ -269980,6 +370536,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5f3fccc; } +.border-s-cyan-200\\/85 { + border-inline-start-color: #a5f3fcd9; +} + .border-s-cyan-200\\/90 { border-inline-start-color: #a5f3fce6; } @@ -270005,6 +370565,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #67e8f9; } +.border-s-cyan-300\\/15 { + border-inline-start-color: #67e8f926; +} + .border-s-cyan-300\\/20 { border-inline-start-color: #67e8f933; } @@ -270017,10 +370581,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #67e8f94d; } +.border-s-cyan-300\\/35 { + border-inline-start-color: #67e8f959; +} + .border-s-cyan-300\\/40 { border-inline-start-color: #67e8f966; } +.border-s-cyan-300\\/45 { + border-inline-start-color: #67e8f973; +} + .border-s-cyan-300\\/5 { border-inline-start-color: #67e8f90d; } @@ -270029,10 +370601,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #67e8f980; } +.border-s-cyan-300\\/55 { + border-inline-start-color: #67e8f98c; +} + .border-s-cyan-300\\/60 { border-inline-start-color: #67e8f999; } +.border-s-cyan-300\\/65 { + border-inline-start-color: #67e8f9a6; +} + .border-s-cyan-300\\/70 { border-inline-start-color: #67e8f9b3; } @@ -270045,6 +370625,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #67e8f9cc; } +.border-s-cyan-300\\/85 { + border-inline-start-color: #67e8f9d9; +} + .border-s-cyan-300\\/90 { border-inline-start-color: #67e8f9e6; } @@ -270070,6 +370654,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22d3ee; } +.border-s-cyan-400\\/15 { + border-inline-start-color: #22d3ee26; +} + .border-s-cyan-400\\/20 { border-inline-start-color: #22d3ee33; } @@ -270082,10 +370670,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22d3ee4d; } +.border-s-cyan-400\\/35 { + border-inline-start-color: #22d3ee59; +} + .border-s-cyan-400\\/40 { border-inline-start-color: #22d3ee66; } +.border-s-cyan-400\\/45 { + border-inline-start-color: #22d3ee73; +} + .border-s-cyan-400\\/5 { border-inline-start-color: #22d3ee0d; } @@ -270094,10 +370690,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22d3ee80; } +.border-s-cyan-400\\/55 { + border-inline-start-color: #22d3ee8c; +} + .border-s-cyan-400\\/60 { border-inline-start-color: #22d3ee99; } +.border-s-cyan-400\\/65 { + border-inline-start-color: #22d3eea6; +} + .border-s-cyan-400\\/70 { border-inline-start-color: #22d3eeb3; } @@ -270110,6 +370714,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22d3eecc; } +.border-s-cyan-400\\/85 { + border-inline-start-color: #22d3eed9; +} + .border-s-cyan-400\\/90 { border-inline-start-color: #22d3eee6; } @@ -270135,6 +370743,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfeff; } +.border-s-cyan-50\\/15 { + border-inline-start-color: #ecfeff26; +} + .border-s-cyan-50\\/20 { border-inline-start-color: #ecfeff33; } @@ -270147,10 +370759,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfeff4d; } +.border-s-cyan-50\\/35 { + border-inline-start-color: #ecfeff59; +} + .border-s-cyan-50\\/40 { border-inline-start-color: #ecfeff66; } +.border-s-cyan-50\\/45 { + border-inline-start-color: #ecfeff73; +} + .border-s-cyan-50\\/5 { border-inline-start-color: #ecfeff0d; } @@ -270159,10 +370779,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfeff80; } +.border-s-cyan-50\\/55 { + border-inline-start-color: #ecfeff8c; +} + .border-s-cyan-50\\/60 { border-inline-start-color: #ecfeff99; } +.border-s-cyan-50\\/65 { + border-inline-start-color: #ecfeffa6; +} + .border-s-cyan-50\\/70 { border-inline-start-color: #ecfeffb3; } @@ -270175,6 +370803,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfeffcc; } +.border-s-cyan-50\\/85 { + border-inline-start-color: #ecfeffd9; +} + .border-s-cyan-50\\/90 { border-inline-start-color: #ecfeffe6; } @@ -270200,6 +370832,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #06b6d4; } +.border-s-cyan-500\\/15 { + border-inline-start-color: #06b6d426; +} + .border-s-cyan-500\\/20 { border-inline-start-color: #06b6d433; } @@ -270212,10 +370848,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #06b6d44d; } +.border-s-cyan-500\\/35 { + border-inline-start-color: #06b6d459; +} + .border-s-cyan-500\\/40 { border-inline-start-color: #06b6d466; } +.border-s-cyan-500\\/45 { + border-inline-start-color: #06b6d473; +} + .border-s-cyan-500\\/5 { border-inline-start-color: #06b6d40d; } @@ -270224,10 +370868,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #06b6d480; } +.border-s-cyan-500\\/55 { + border-inline-start-color: #06b6d48c; +} + .border-s-cyan-500\\/60 { border-inline-start-color: #06b6d499; } +.border-s-cyan-500\\/65 { + border-inline-start-color: #06b6d4a6; +} + .border-s-cyan-500\\/70 { border-inline-start-color: #06b6d4b3; } @@ -270240,6 +370892,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #06b6d4cc; } +.border-s-cyan-500\\/85 { + border-inline-start-color: #06b6d4d9; +} + .border-s-cyan-500\\/90 { border-inline-start-color: #06b6d4e6; } @@ -270265,6 +370921,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0891b2; } +.border-s-cyan-600\\/15 { + border-inline-start-color: #0891b226; +} + .border-s-cyan-600\\/20 { border-inline-start-color: #0891b233; } @@ -270277,10 +370937,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0891b24d; } +.border-s-cyan-600\\/35 { + border-inline-start-color: #0891b259; +} + .border-s-cyan-600\\/40 { border-inline-start-color: #0891b266; } +.border-s-cyan-600\\/45 { + border-inline-start-color: #0891b273; +} + .border-s-cyan-600\\/5 { border-inline-start-color: #0891b20d; } @@ -270289,10 +370957,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0891b280; } +.border-s-cyan-600\\/55 { + border-inline-start-color: #0891b28c; +} + .border-s-cyan-600\\/60 { border-inline-start-color: #0891b299; } +.border-s-cyan-600\\/65 { + border-inline-start-color: #0891b2a6; +} + .border-s-cyan-600\\/70 { border-inline-start-color: #0891b2b3; } @@ -270305,6 +370981,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0891b2cc; } +.border-s-cyan-600\\/85 { + border-inline-start-color: #0891b2d9; +} + .border-s-cyan-600\\/90 { border-inline-start-color: #0891b2e6; } @@ -270330,6 +371010,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0e7490; } +.border-s-cyan-700\\/15 { + border-inline-start-color: #0e749026; +} + .border-s-cyan-700\\/20 { border-inline-start-color: #0e749033; } @@ -270342,10 +371026,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0e74904d; } +.border-s-cyan-700\\/35 { + border-inline-start-color: #0e749059; +} + .border-s-cyan-700\\/40 { border-inline-start-color: #0e749066; } +.border-s-cyan-700\\/45 { + border-inline-start-color: #0e749073; +} + .border-s-cyan-700\\/5 { border-inline-start-color: #0e74900d; } @@ -270354,10 +371046,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0e749080; } +.border-s-cyan-700\\/55 { + border-inline-start-color: #0e74908c; +} + .border-s-cyan-700\\/60 { border-inline-start-color: #0e749099; } +.border-s-cyan-700\\/65 { + border-inline-start-color: #0e7490a6; +} + .border-s-cyan-700\\/70 { border-inline-start-color: #0e7490b3; } @@ -270370,6 +371070,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0e7490cc; } +.border-s-cyan-700\\/85 { + border-inline-start-color: #0e7490d9; +} + .border-s-cyan-700\\/90 { border-inline-start-color: #0e7490e6; } @@ -270395,6 +371099,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #155e75; } +.border-s-cyan-800\\/15 { + border-inline-start-color: #155e7526; +} + .border-s-cyan-800\\/20 { border-inline-start-color: #155e7533; } @@ -270407,10 +371115,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #155e754d; } +.border-s-cyan-800\\/35 { + border-inline-start-color: #155e7559; +} + .border-s-cyan-800\\/40 { border-inline-start-color: #155e7566; } +.border-s-cyan-800\\/45 { + border-inline-start-color: #155e7573; +} + .border-s-cyan-800\\/5 { border-inline-start-color: #155e750d; } @@ -270419,10 +371135,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #155e7580; } +.border-s-cyan-800\\/55 { + border-inline-start-color: #155e758c; +} + .border-s-cyan-800\\/60 { border-inline-start-color: #155e7599; } +.border-s-cyan-800\\/65 { + border-inline-start-color: #155e75a6; +} + .border-s-cyan-800\\/70 { border-inline-start-color: #155e75b3; } @@ -270435,6 +371159,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #155e75cc; } +.border-s-cyan-800\\/85 { + border-inline-start-color: #155e75d9; +} + .border-s-cyan-800\\/90 { border-inline-start-color: #155e75e6; } @@ -270460,6 +371188,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #164e63; } +.border-s-cyan-900\\/15 { + border-inline-start-color: #164e6326; +} + .border-s-cyan-900\\/20 { border-inline-start-color: #164e6333; } @@ -270472,10 +371204,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #164e634d; } +.border-s-cyan-900\\/35 { + border-inline-start-color: #164e6359; +} + .border-s-cyan-900\\/40 { border-inline-start-color: #164e6366; } +.border-s-cyan-900\\/45 { + border-inline-start-color: #164e6373; +} + .border-s-cyan-900\\/5 { border-inline-start-color: #164e630d; } @@ -270484,10 +371224,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #164e6380; } +.border-s-cyan-900\\/55 { + border-inline-start-color: #164e638c; +} + .border-s-cyan-900\\/60 { border-inline-start-color: #164e6399; } +.border-s-cyan-900\\/65 { + border-inline-start-color: #164e63a6; +} + .border-s-cyan-900\\/70 { border-inline-start-color: #164e63b3; } @@ -270500,6 +371248,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #164e63cc; } +.border-s-cyan-900\\/85 { + border-inline-start-color: #164e63d9; +} + .border-s-cyan-900\\/90 { border-inline-start-color: #164e63e6; } @@ -270525,6 +371277,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #083344; } +.border-s-cyan-950\\/15 { + border-inline-start-color: #08334426; +} + .border-s-cyan-950\\/20 { border-inline-start-color: #08334433; } @@ -270537,10 +371293,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0833444d; } +.border-s-cyan-950\\/35 { + border-inline-start-color: #08334459; +} + .border-s-cyan-950\\/40 { border-inline-start-color: #08334466; } +.border-s-cyan-950\\/45 { + border-inline-start-color: #08334473; +} + .border-s-cyan-950\\/5 { border-inline-start-color: #0833440d; } @@ -270549,10 +371313,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #08334480; } +.border-s-cyan-950\\/55 { + border-inline-start-color: #0833448c; +} + .border-s-cyan-950\\/60 { border-inline-start-color: #08334499; } +.border-s-cyan-950\\/65 { + border-inline-start-color: #083344a6; +} + .border-s-cyan-950\\/70 { border-inline-start-color: #083344b3; } @@ -270565,6 +371337,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #083344cc; } +.border-s-cyan-950\\/85 { + border-inline-start-color: #083344d9; +} + .border-s-cyan-950\\/90 { border-inline-start-color: #083344e6; } @@ -270590,6 +371366,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1fae5; } +.border-s-emerald-100\\/15 { + border-inline-start-color: #d1fae526; +} + .border-s-emerald-100\\/20 { border-inline-start-color: #d1fae533; } @@ -270602,10 +371382,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1fae54d; } +.border-s-emerald-100\\/35 { + border-inline-start-color: #d1fae559; +} + .border-s-emerald-100\\/40 { border-inline-start-color: #d1fae566; } +.border-s-emerald-100\\/45 { + border-inline-start-color: #d1fae573; +} + .border-s-emerald-100\\/5 { border-inline-start-color: #d1fae50d; } @@ -270614,10 +371402,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1fae580; } +.border-s-emerald-100\\/55 { + border-inline-start-color: #d1fae58c; +} + .border-s-emerald-100\\/60 { border-inline-start-color: #d1fae599; } +.border-s-emerald-100\\/65 { + border-inline-start-color: #d1fae5a6; +} + .border-s-emerald-100\\/70 { border-inline-start-color: #d1fae5b3; } @@ -270630,6 +371426,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1fae5cc; } +.border-s-emerald-100\\/85 { + border-inline-start-color: #d1fae5d9; +} + .border-s-emerald-100\\/90 { border-inline-start-color: #d1fae5e6; } @@ -270655,6 +371455,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a7f3d0; } +.border-s-emerald-200\\/15 { + border-inline-start-color: #a7f3d026; +} + .border-s-emerald-200\\/20 { border-inline-start-color: #a7f3d033; } @@ -270667,10 +371471,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a7f3d04d; } +.border-s-emerald-200\\/35 { + border-inline-start-color: #a7f3d059; +} + .border-s-emerald-200\\/40 { border-inline-start-color: #a7f3d066; } +.border-s-emerald-200\\/45 { + border-inline-start-color: #a7f3d073; +} + .border-s-emerald-200\\/5 { border-inline-start-color: #a7f3d00d; } @@ -270679,10 +371491,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a7f3d080; } +.border-s-emerald-200\\/55 { + border-inline-start-color: #a7f3d08c; +} + .border-s-emerald-200\\/60 { border-inline-start-color: #a7f3d099; } +.border-s-emerald-200\\/65 { + border-inline-start-color: #a7f3d0a6; +} + .border-s-emerald-200\\/70 { border-inline-start-color: #a7f3d0b3; } @@ -270695,6 +371515,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a7f3d0cc; } +.border-s-emerald-200\\/85 { + border-inline-start-color: #a7f3d0d9; +} + .border-s-emerald-200\\/90 { border-inline-start-color: #a7f3d0e6; } @@ -270720,6 +371544,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6ee7b7; } +.border-s-emerald-300\\/15 { + border-inline-start-color: #6ee7b726; +} + .border-s-emerald-300\\/20 { border-inline-start-color: #6ee7b733; } @@ -270732,10 +371560,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6ee7b74d; } +.border-s-emerald-300\\/35 { + border-inline-start-color: #6ee7b759; +} + .border-s-emerald-300\\/40 { border-inline-start-color: #6ee7b766; } +.border-s-emerald-300\\/45 { + border-inline-start-color: #6ee7b773; +} + .border-s-emerald-300\\/5 { border-inline-start-color: #6ee7b70d; } @@ -270744,10 +371580,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6ee7b780; } +.border-s-emerald-300\\/55 { + border-inline-start-color: #6ee7b78c; +} + .border-s-emerald-300\\/60 { border-inline-start-color: #6ee7b799; } +.border-s-emerald-300\\/65 { + border-inline-start-color: #6ee7b7a6; +} + .border-s-emerald-300\\/70 { border-inline-start-color: #6ee7b7b3; } @@ -270760,6 +371604,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6ee7b7cc; } +.border-s-emerald-300\\/85 { + border-inline-start-color: #6ee7b7d9; +} + .border-s-emerald-300\\/90 { border-inline-start-color: #6ee7b7e6; } @@ -270785,6 +371633,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #34d399; } +.border-s-emerald-400\\/15 { + border-inline-start-color: #34d39926; +} + .border-s-emerald-400\\/20 { border-inline-start-color: #34d39933; } @@ -270797,10 +371649,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #34d3994d; } +.border-s-emerald-400\\/35 { + border-inline-start-color: #34d39959; +} + .border-s-emerald-400\\/40 { border-inline-start-color: #34d39966; } +.border-s-emerald-400\\/45 { + border-inline-start-color: #34d39973; +} + .border-s-emerald-400\\/5 { border-inline-start-color: #34d3990d; } @@ -270809,10 +371669,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #34d39980; } +.border-s-emerald-400\\/55 { + border-inline-start-color: #34d3998c; +} + .border-s-emerald-400\\/60 { border-inline-start-color: #34d39999; } +.border-s-emerald-400\\/65 { + border-inline-start-color: #34d399a6; +} + .border-s-emerald-400\\/70 { border-inline-start-color: #34d399b3; } @@ -270825,6 +371693,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #34d399cc; } +.border-s-emerald-400\\/85 { + border-inline-start-color: #34d399d9; +} + .border-s-emerald-400\\/90 { border-inline-start-color: #34d399e6; } @@ -270850,6 +371722,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfdf5; } +.border-s-emerald-50\\/15 { + border-inline-start-color: #ecfdf526; +} + .border-s-emerald-50\\/20 { border-inline-start-color: #ecfdf533; } @@ -270862,10 +371738,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfdf54d; } +.border-s-emerald-50\\/35 { + border-inline-start-color: #ecfdf559; +} + .border-s-emerald-50\\/40 { border-inline-start-color: #ecfdf566; } +.border-s-emerald-50\\/45 { + border-inline-start-color: #ecfdf573; +} + .border-s-emerald-50\\/5 { border-inline-start-color: #ecfdf50d; } @@ -270874,10 +371758,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfdf580; } +.border-s-emerald-50\\/55 { + border-inline-start-color: #ecfdf58c; +} + .border-s-emerald-50\\/60 { border-inline-start-color: #ecfdf599; } +.border-s-emerald-50\\/65 { + border-inline-start-color: #ecfdf5a6; +} + .border-s-emerald-50\\/70 { border-inline-start-color: #ecfdf5b3; } @@ -270890,6 +371782,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfdf5cc; } +.border-s-emerald-50\\/85 { + border-inline-start-color: #ecfdf5d9; +} + .border-s-emerald-50\\/90 { border-inline-start-color: #ecfdf5e6; } @@ -270915,6 +371811,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #10b981; } +.border-s-emerald-500\\/15 { + border-inline-start-color: #10b98126; +} + .border-s-emerald-500\\/20 { border-inline-start-color: #10b98133; } @@ -270927,10 +371827,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #10b9814d; } +.border-s-emerald-500\\/35 { + border-inline-start-color: #10b98159; +} + .border-s-emerald-500\\/40 { border-inline-start-color: #10b98166; } +.border-s-emerald-500\\/45 { + border-inline-start-color: #10b98173; +} + .border-s-emerald-500\\/5 { border-inline-start-color: #10b9810d; } @@ -270939,10 +371847,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #10b98180; } +.border-s-emerald-500\\/55 { + border-inline-start-color: #10b9818c; +} + .border-s-emerald-500\\/60 { border-inline-start-color: #10b98199; } +.border-s-emerald-500\\/65 { + border-inline-start-color: #10b981a6; +} + .border-s-emerald-500\\/70 { border-inline-start-color: #10b981b3; } @@ -270955,6 +371871,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #10b981cc; } +.border-s-emerald-500\\/85 { + border-inline-start-color: #10b981d9; +} + .border-s-emerald-500\\/90 { border-inline-start-color: #10b981e6; } @@ -270980,6 +371900,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #059669; } +.border-s-emerald-600\\/15 { + border-inline-start-color: #05966926; +} + .border-s-emerald-600\\/20 { border-inline-start-color: #05966933; } @@ -270992,10 +371916,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0596694d; } +.border-s-emerald-600\\/35 { + border-inline-start-color: #05966959; +} + .border-s-emerald-600\\/40 { border-inline-start-color: #05966966; } +.border-s-emerald-600\\/45 { + border-inline-start-color: #05966973; +} + .border-s-emerald-600\\/5 { border-inline-start-color: #0596690d; } @@ -271004,10 +371936,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #05966980; } +.border-s-emerald-600\\/55 { + border-inline-start-color: #0596698c; +} + .border-s-emerald-600\\/60 { border-inline-start-color: #05966999; } +.border-s-emerald-600\\/65 { + border-inline-start-color: #059669a6; +} + .border-s-emerald-600\\/70 { border-inline-start-color: #059669b3; } @@ -271020,6 +371960,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #059669cc; } +.border-s-emerald-600\\/85 { + border-inline-start-color: #059669d9; +} + .border-s-emerald-600\\/90 { border-inline-start-color: #059669e6; } @@ -271045,6 +371989,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #047857; } +.border-s-emerald-700\\/15 { + border-inline-start-color: #04785726; +} + .border-s-emerald-700\\/20 { border-inline-start-color: #04785733; } @@ -271057,10 +372005,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0478574d; } +.border-s-emerald-700\\/35 { + border-inline-start-color: #04785759; +} + .border-s-emerald-700\\/40 { border-inline-start-color: #04785766; } +.border-s-emerald-700\\/45 { + border-inline-start-color: #04785773; +} + .border-s-emerald-700\\/5 { border-inline-start-color: #0478570d; } @@ -271069,10 +372025,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #04785780; } +.border-s-emerald-700\\/55 { + border-inline-start-color: #0478578c; +} + .border-s-emerald-700\\/60 { border-inline-start-color: #04785799; } +.border-s-emerald-700\\/65 { + border-inline-start-color: #047857a6; +} + .border-s-emerald-700\\/70 { border-inline-start-color: #047857b3; } @@ -271085,6 +372049,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #047857cc; } +.border-s-emerald-700\\/85 { + border-inline-start-color: #047857d9; +} + .border-s-emerald-700\\/90 { border-inline-start-color: #047857e6; } @@ -271110,6 +372078,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #065f46; } +.border-s-emerald-800\\/15 { + border-inline-start-color: #065f4626; +} + .border-s-emerald-800\\/20 { border-inline-start-color: #065f4633; } @@ -271122,10 +372094,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #065f464d; } +.border-s-emerald-800\\/35 { + border-inline-start-color: #065f4659; +} + .border-s-emerald-800\\/40 { border-inline-start-color: #065f4666; } +.border-s-emerald-800\\/45 { + border-inline-start-color: #065f4673; +} + .border-s-emerald-800\\/5 { border-inline-start-color: #065f460d; } @@ -271134,10 +372114,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #065f4680; } +.border-s-emerald-800\\/55 { + border-inline-start-color: #065f468c; +} + .border-s-emerald-800\\/60 { border-inline-start-color: #065f4699; } +.border-s-emerald-800\\/65 { + border-inline-start-color: #065f46a6; +} + .border-s-emerald-800\\/70 { border-inline-start-color: #065f46b3; } @@ -271150,6 +372138,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #065f46cc; } +.border-s-emerald-800\\/85 { + border-inline-start-color: #065f46d9; +} + .border-s-emerald-800\\/90 { border-inline-start-color: #065f46e6; } @@ -271175,6 +372167,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #064e3b; } +.border-s-emerald-900\\/15 { + border-inline-start-color: #064e3b26; +} + .border-s-emerald-900\\/20 { border-inline-start-color: #064e3b33; } @@ -271187,10 +372183,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #064e3b4d; } +.border-s-emerald-900\\/35 { + border-inline-start-color: #064e3b59; +} + .border-s-emerald-900\\/40 { border-inline-start-color: #064e3b66; } +.border-s-emerald-900\\/45 { + border-inline-start-color: #064e3b73; +} + .border-s-emerald-900\\/5 { border-inline-start-color: #064e3b0d; } @@ -271199,10 +372203,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #064e3b80; } +.border-s-emerald-900\\/55 { + border-inline-start-color: #064e3b8c; +} + .border-s-emerald-900\\/60 { border-inline-start-color: #064e3b99; } +.border-s-emerald-900\\/65 { + border-inline-start-color: #064e3ba6; +} + .border-s-emerald-900\\/70 { border-inline-start-color: #064e3bb3; } @@ -271215,6 +372227,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #064e3bcc; } +.border-s-emerald-900\\/85 { + border-inline-start-color: #064e3bd9; +} + .border-s-emerald-900\\/90 { border-inline-start-color: #064e3be6; } @@ -271240,6 +372256,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #022c22; } +.border-s-emerald-950\\/15 { + border-inline-start-color: #022c2226; +} + .border-s-emerald-950\\/20 { border-inline-start-color: #022c2233; } @@ -271252,10 +372272,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #022c224d; } +.border-s-emerald-950\\/35 { + border-inline-start-color: #022c2259; +} + .border-s-emerald-950\\/40 { border-inline-start-color: #022c2266; } +.border-s-emerald-950\\/45 { + border-inline-start-color: #022c2273; +} + .border-s-emerald-950\\/5 { border-inline-start-color: #022c220d; } @@ -271264,10 +372292,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #022c2280; } +.border-s-emerald-950\\/55 { + border-inline-start-color: #022c228c; +} + .border-s-emerald-950\\/60 { border-inline-start-color: #022c2299; } +.border-s-emerald-950\\/65 { + border-inline-start-color: #022c22a6; +} + .border-s-emerald-950\\/70 { border-inline-start-color: #022c22b3; } @@ -271280,6 +372316,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #022c22cc; } +.border-s-emerald-950\\/85 { + border-inline-start-color: #022c22d9; +} + .border-s-emerald-950\\/90 { border-inline-start-color: #022c22e6; } @@ -271305,6 +372345,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fae8ff; } +.border-s-fuchsia-100\\/15 { + border-inline-start-color: #fae8ff26; +} + .border-s-fuchsia-100\\/20 { border-inline-start-color: #fae8ff33; } @@ -271317,10 +372361,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fae8ff4d; } +.border-s-fuchsia-100\\/35 { + border-inline-start-color: #fae8ff59; +} + .border-s-fuchsia-100\\/40 { border-inline-start-color: #fae8ff66; } +.border-s-fuchsia-100\\/45 { + border-inline-start-color: #fae8ff73; +} + .border-s-fuchsia-100\\/5 { border-inline-start-color: #fae8ff0d; } @@ -271329,10 +372381,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fae8ff80; } +.border-s-fuchsia-100\\/55 { + border-inline-start-color: #fae8ff8c; +} + .border-s-fuchsia-100\\/60 { border-inline-start-color: #fae8ff99; } +.border-s-fuchsia-100\\/65 { + border-inline-start-color: #fae8ffa6; +} + .border-s-fuchsia-100\\/70 { border-inline-start-color: #fae8ffb3; } @@ -271345,6 +372405,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fae8ffcc; } +.border-s-fuchsia-100\\/85 { + border-inline-start-color: #fae8ffd9; +} + .border-s-fuchsia-100\\/90 { border-inline-start-color: #fae8ffe6; } @@ -271370,6 +372434,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5d0fe; } +.border-s-fuchsia-200\\/15 { + border-inline-start-color: #f5d0fe26; +} + .border-s-fuchsia-200\\/20 { border-inline-start-color: #f5d0fe33; } @@ -271382,10 +372450,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5d0fe4d; } +.border-s-fuchsia-200\\/35 { + border-inline-start-color: #f5d0fe59; +} + .border-s-fuchsia-200\\/40 { border-inline-start-color: #f5d0fe66; } +.border-s-fuchsia-200\\/45 { + border-inline-start-color: #f5d0fe73; +} + .border-s-fuchsia-200\\/5 { border-inline-start-color: #f5d0fe0d; } @@ -271394,10 +372470,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5d0fe80; } +.border-s-fuchsia-200\\/55 { + border-inline-start-color: #f5d0fe8c; +} + .border-s-fuchsia-200\\/60 { border-inline-start-color: #f5d0fe99; } +.border-s-fuchsia-200\\/65 { + border-inline-start-color: #f5d0fea6; +} + .border-s-fuchsia-200\\/70 { border-inline-start-color: #f5d0feb3; } @@ -271410,6 +372494,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5d0fecc; } +.border-s-fuchsia-200\\/85 { + border-inline-start-color: #f5d0fed9; +} + .border-s-fuchsia-200\\/90 { border-inline-start-color: #f5d0fee6; } @@ -271435,6 +372523,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0abfc; } +.border-s-fuchsia-300\\/15 { + border-inline-start-color: #f0abfc26; +} + .border-s-fuchsia-300\\/20 { border-inline-start-color: #f0abfc33; } @@ -271447,10 +372539,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0abfc4d; } +.border-s-fuchsia-300\\/35 { + border-inline-start-color: #f0abfc59; +} + .border-s-fuchsia-300\\/40 { border-inline-start-color: #f0abfc66; } +.border-s-fuchsia-300\\/45 { + border-inline-start-color: #f0abfc73; +} + .border-s-fuchsia-300\\/5 { border-inline-start-color: #f0abfc0d; } @@ -271459,10 +372559,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0abfc80; } +.border-s-fuchsia-300\\/55 { + border-inline-start-color: #f0abfc8c; +} + .border-s-fuchsia-300\\/60 { border-inline-start-color: #f0abfc99; } +.border-s-fuchsia-300\\/65 { + border-inline-start-color: #f0abfca6; +} + .border-s-fuchsia-300\\/70 { border-inline-start-color: #f0abfcb3; } @@ -271475,6 +372583,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0abfccc; } +.border-s-fuchsia-300\\/85 { + border-inline-start-color: #f0abfcd9; +} + .border-s-fuchsia-300\\/90 { border-inline-start-color: #f0abfce6; } @@ -271500,6 +372612,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e879f9; } +.border-s-fuchsia-400\\/15 { + border-inline-start-color: #e879f926; +} + .border-s-fuchsia-400\\/20 { border-inline-start-color: #e879f933; } @@ -271512,10 +372628,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e879f94d; } +.border-s-fuchsia-400\\/35 { + border-inline-start-color: #e879f959; +} + .border-s-fuchsia-400\\/40 { border-inline-start-color: #e879f966; } +.border-s-fuchsia-400\\/45 { + border-inline-start-color: #e879f973; +} + .border-s-fuchsia-400\\/5 { border-inline-start-color: #e879f90d; } @@ -271524,10 +372648,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e879f980; } +.border-s-fuchsia-400\\/55 { + border-inline-start-color: #e879f98c; +} + .border-s-fuchsia-400\\/60 { border-inline-start-color: #e879f999; } +.border-s-fuchsia-400\\/65 { + border-inline-start-color: #e879f9a6; +} + .border-s-fuchsia-400\\/70 { border-inline-start-color: #e879f9b3; } @@ -271540,6 +372672,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e879f9cc; } +.border-s-fuchsia-400\\/85 { + border-inline-start-color: #e879f9d9; +} + .border-s-fuchsia-400\\/90 { border-inline-start-color: #e879f9e6; } @@ -271565,6 +372701,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf4ff; } +.border-s-fuchsia-50\\/15 { + border-inline-start-color: #fdf4ff26; +} + .border-s-fuchsia-50\\/20 { border-inline-start-color: #fdf4ff33; } @@ -271577,10 +372717,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf4ff4d; } +.border-s-fuchsia-50\\/35 { + border-inline-start-color: #fdf4ff59; +} + .border-s-fuchsia-50\\/40 { border-inline-start-color: #fdf4ff66; } +.border-s-fuchsia-50\\/45 { + border-inline-start-color: #fdf4ff73; +} + .border-s-fuchsia-50\\/5 { border-inline-start-color: #fdf4ff0d; } @@ -271589,10 +372737,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf4ff80; } +.border-s-fuchsia-50\\/55 { + border-inline-start-color: #fdf4ff8c; +} + .border-s-fuchsia-50\\/60 { border-inline-start-color: #fdf4ff99; } +.border-s-fuchsia-50\\/65 { + border-inline-start-color: #fdf4ffa6; +} + .border-s-fuchsia-50\\/70 { border-inline-start-color: #fdf4ffb3; } @@ -271605,6 +372761,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf4ffcc; } +.border-s-fuchsia-50\\/85 { + border-inline-start-color: #fdf4ffd9; +} + .border-s-fuchsia-50\\/90 { border-inline-start-color: #fdf4ffe6; } @@ -271630,6 +372790,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d946ef; } +.border-s-fuchsia-500\\/15 { + border-inline-start-color: #d946ef26; +} + .border-s-fuchsia-500\\/20 { border-inline-start-color: #d946ef33; } @@ -271642,10 +372806,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d946ef4d; } +.border-s-fuchsia-500\\/35 { + border-inline-start-color: #d946ef59; +} + .border-s-fuchsia-500\\/40 { border-inline-start-color: #d946ef66; } +.border-s-fuchsia-500\\/45 { + border-inline-start-color: #d946ef73; +} + .border-s-fuchsia-500\\/5 { border-inline-start-color: #d946ef0d; } @@ -271654,10 +372826,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d946ef80; } +.border-s-fuchsia-500\\/55 { + border-inline-start-color: #d946ef8c; +} + .border-s-fuchsia-500\\/60 { border-inline-start-color: #d946ef99; } +.border-s-fuchsia-500\\/65 { + border-inline-start-color: #d946efa6; +} + .border-s-fuchsia-500\\/70 { border-inline-start-color: #d946efb3; } @@ -271670,6 +372850,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d946efcc; } +.border-s-fuchsia-500\\/85 { + border-inline-start-color: #d946efd9; +} + .border-s-fuchsia-500\\/90 { border-inline-start-color: #d946efe6; } @@ -271695,6 +372879,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c026d3; } +.border-s-fuchsia-600\\/15 { + border-inline-start-color: #c026d326; +} + .border-s-fuchsia-600\\/20 { border-inline-start-color: #c026d333; } @@ -271707,10 +372895,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c026d34d; } +.border-s-fuchsia-600\\/35 { + border-inline-start-color: #c026d359; +} + .border-s-fuchsia-600\\/40 { border-inline-start-color: #c026d366; } +.border-s-fuchsia-600\\/45 { + border-inline-start-color: #c026d373; +} + .border-s-fuchsia-600\\/5 { border-inline-start-color: #c026d30d; } @@ -271719,10 +372915,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c026d380; } +.border-s-fuchsia-600\\/55 { + border-inline-start-color: #c026d38c; +} + .border-s-fuchsia-600\\/60 { border-inline-start-color: #c026d399; } +.border-s-fuchsia-600\\/65 { + border-inline-start-color: #c026d3a6; +} + .border-s-fuchsia-600\\/70 { border-inline-start-color: #c026d3b3; } @@ -271735,6 +372939,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c026d3cc; } +.border-s-fuchsia-600\\/85 { + border-inline-start-color: #c026d3d9; +} + .border-s-fuchsia-600\\/90 { border-inline-start-color: #c026d3e6; } @@ -271760,6 +372968,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a21caf; } +.border-s-fuchsia-700\\/15 { + border-inline-start-color: #a21caf26; +} + .border-s-fuchsia-700\\/20 { border-inline-start-color: #a21caf33; } @@ -271772,10 +372984,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a21caf4d; } +.border-s-fuchsia-700\\/35 { + border-inline-start-color: #a21caf59; +} + .border-s-fuchsia-700\\/40 { border-inline-start-color: #a21caf66; } +.border-s-fuchsia-700\\/45 { + border-inline-start-color: #a21caf73; +} + .border-s-fuchsia-700\\/5 { border-inline-start-color: #a21caf0d; } @@ -271784,10 +373004,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a21caf80; } +.border-s-fuchsia-700\\/55 { + border-inline-start-color: #a21caf8c; +} + .border-s-fuchsia-700\\/60 { border-inline-start-color: #a21caf99; } +.border-s-fuchsia-700\\/65 { + border-inline-start-color: #a21cafa6; +} + .border-s-fuchsia-700\\/70 { border-inline-start-color: #a21cafb3; } @@ -271800,6 +373028,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a21cafcc; } +.border-s-fuchsia-700\\/85 { + border-inline-start-color: #a21cafd9; +} + .border-s-fuchsia-700\\/90 { border-inline-start-color: #a21cafe6; } @@ -271825,6 +373057,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86198f; } +.border-s-fuchsia-800\\/15 { + border-inline-start-color: #86198f26; +} + .border-s-fuchsia-800\\/20 { border-inline-start-color: #86198f33; } @@ -271837,10 +373073,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86198f4d; } +.border-s-fuchsia-800\\/35 { + border-inline-start-color: #86198f59; +} + .border-s-fuchsia-800\\/40 { border-inline-start-color: #86198f66; } +.border-s-fuchsia-800\\/45 { + border-inline-start-color: #86198f73; +} + .border-s-fuchsia-800\\/5 { border-inline-start-color: #86198f0d; } @@ -271849,10 +373093,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86198f80; } +.border-s-fuchsia-800\\/55 { + border-inline-start-color: #86198f8c; +} + .border-s-fuchsia-800\\/60 { border-inline-start-color: #86198f99; } +.border-s-fuchsia-800\\/65 { + border-inline-start-color: #86198fa6; +} + .border-s-fuchsia-800\\/70 { border-inline-start-color: #86198fb3; } @@ -271865,6 +373117,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86198fcc; } +.border-s-fuchsia-800\\/85 { + border-inline-start-color: #86198fd9; +} + .border-s-fuchsia-800\\/90 { border-inline-start-color: #86198fe6; } @@ -271890,6 +373146,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #701a75; } +.border-s-fuchsia-900\\/15 { + border-inline-start-color: #701a7526; +} + .border-s-fuchsia-900\\/20 { border-inline-start-color: #701a7533; } @@ -271902,10 +373162,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #701a754d; } +.border-s-fuchsia-900\\/35 { + border-inline-start-color: #701a7559; +} + .border-s-fuchsia-900\\/40 { border-inline-start-color: #701a7566; } +.border-s-fuchsia-900\\/45 { + border-inline-start-color: #701a7573; +} + .border-s-fuchsia-900\\/5 { border-inline-start-color: #701a750d; } @@ -271914,10 +373182,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #701a7580; } +.border-s-fuchsia-900\\/55 { + border-inline-start-color: #701a758c; +} + .border-s-fuchsia-900\\/60 { border-inline-start-color: #701a7599; } +.border-s-fuchsia-900\\/65 { + border-inline-start-color: #701a75a6; +} + .border-s-fuchsia-900\\/70 { border-inline-start-color: #701a75b3; } @@ -271930,6 +373206,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #701a75cc; } +.border-s-fuchsia-900\\/85 { + border-inline-start-color: #701a75d9; +} + .border-s-fuchsia-900\\/90 { border-inline-start-color: #701a75e6; } @@ -271955,6 +373235,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4a044e; } +.border-s-fuchsia-950\\/15 { + border-inline-start-color: #4a044e26; +} + .border-s-fuchsia-950\\/20 { border-inline-start-color: #4a044e33; } @@ -271967,10 +373251,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4a044e4d; } +.border-s-fuchsia-950\\/35 { + border-inline-start-color: #4a044e59; +} + .border-s-fuchsia-950\\/40 { border-inline-start-color: #4a044e66; } +.border-s-fuchsia-950\\/45 { + border-inline-start-color: #4a044e73; +} + .border-s-fuchsia-950\\/5 { border-inline-start-color: #4a044e0d; } @@ -271979,10 +373271,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4a044e80; } +.border-s-fuchsia-950\\/55 { + border-inline-start-color: #4a044e8c; +} + .border-s-fuchsia-950\\/60 { border-inline-start-color: #4a044e99; } +.border-s-fuchsia-950\\/65 { + border-inline-start-color: #4a044ea6; +} + .border-s-fuchsia-950\\/70 { border-inline-start-color: #4a044eb3; } @@ -271995,6 +373295,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4a044ecc; } +.border-s-fuchsia-950\\/85 { + border-inline-start-color: #4a044ed9; +} + .border-s-fuchsia-950\\/90 { border-inline-start-color: #4a044ee6; } @@ -272020,6 +373324,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3f4f6; } +.border-s-gray-100\\/15 { + border-inline-start-color: #f3f4f626; +} + .border-s-gray-100\\/20 { border-inline-start-color: #f3f4f633; } @@ -272032,10 +373340,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3f4f64d; } +.border-s-gray-100\\/35 { + border-inline-start-color: #f3f4f659; +} + .border-s-gray-100\\/40 { border-inline-start-color: #f3f4f666; } +.border-s-gray-100\\/45 { + border-inline-start-color: #f3f4f673; +} + .border-s-gray-100\\/5 { border-inline-start-color: #f3f4f60d; } @@ -272044,10 +373360,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3f4f680; } +.border-s-gray-100\\/55 { + border-inline-start-color: #f3f4f68c; +} + .border-s-gray-100\\/60 { border-inline-start-color: #f3f4f699; } +.border-s-gray-100\\/65 { + border-inline-start-color: #f3f4f6a6; +} + .border-s-gray-100\\/70 { border-inline-start-color: #f3f4f6b3; } @@ -272060,6 +373384,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3f4f6cc; } +.border-s-gray-100\\/85 { + border-inline-start-color: #f3f4f6d9; +} + .border-s-gray-100\\/90 { border-inline-start-color: #f3f4f6e6; } @@ -272085,6 +373413,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e7eb; } +.border-s-gray-200\\/15 { + border-inline-start-color: #e5e7eb26; +} + .border-s-gray-200\\/20 { border-inline-start-color: #e5e7eb33; } @@ -272097,10 +373429,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e7eb4d; } +.border-s-gray-200\\/35 { + border-inline-start-color: #e5e7eb59; +} + .border-s-gray-200\\/40 { border-inline-start-color: #e5e7eb66; } +.border-s-gray-200\\/45 { + border-inline-start-color: #e5e7eb73; +} + .border-s-gray-200\\/5 { border-inline-start-color: #e5e7eb0d; } @@ -272109,10 +373449,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e7eb80; } +.border-s-gray-200\\/55 { + border-inline-start-color: #e5e7eb8c; +} + .border-s-gray-200\\/60 { border-inline-start-color: #e5e7eb99; } +.border-s-gray-200\\/65 { + border-inline-start-color: #e5e7eba6; +} + .border-s-gray-200\\/70 { border-inline-start-color: #e5e7ebb3; } @@ -272125,6 +373473,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e7ebcc; } +.border-s-gray-200\\/85 { + border-inline-start-color: #e5e7ebd9; +} + .border-s-gray-200\\/90 { border-inline-start-color: #e5e7ebe6; } @@ -272150,6 +373502,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1d5db; } +.border-s-gray-300\\/15 { + border-inline-start-color: #d1d5db26; +} + .border-s-gray-300\\/20 { border-inline-start-color: #d1d5db33; } @@ -272162,10 +373518,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1d5db4d; } +.border-s-gray-300\\/35 { + border-inline-start-color: #d1d5db59; +} + .border-s-gray-300\\/40 { border-inline-start-color: #d1d5db66; } +.border-s-gray-300\\/45 { + border-inline-start-color: #d1d5db73; +} + .border-s-gray-300\\/5 { border-inline-start-color: #d1d5db0d; } @@ -272174,10 +373538,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1d5db80; } +.border-s-gray-300\\/55 { + border-inline-start-color: #d1d5db8c; +} + .border-s-gray-300\\/60 { border-inline-start-color: #d1d5db99; } +.border-s-gray-300\\/65 { + border-inline-start-color: #d1d5dba6; +} + .border-s-gray-300\\/70 { border-inline-start-color: #d1d5dbb3; } @@ -272190,6 +373562,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d1d5dbcc; } +.border-s-gray-300\\/85 { + border-inline-start-color: #d1d5dbd9; +} + .border-s-gray-300\\/90 { border-inline-start-color: #d1d5dbe6; } @@ -272215,6 +373591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9ca3af; } +.border-s-gray-400\\/15 { + border-inline-start-color: #9ca3af26; +} + .border-s-gray-400\\/20 { border-inline-start-color: #9ca3af33; } @@ -272227,10 +373607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9ca3af4d; } +.border-s-gray-400\\/35 { + border-inline-start-color: #9ca3af59; +} + .border-s-gray-400\\/40 { border-inline-start-color: #9ca3af66; } +.border-s-gray-400\\/45 { + border-inline-start-color: #9ca3af73; +} + .border-s-gray-400\\/5 { border-inline-start-color: #9ca3af0d; } @@ -272239,10 +373627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9ca3af80; } +.border-s-gray-400\\/55 { + border-inline-start-color: #9ca3af8c; +} + .border-s-gray-400\\/60 { border-inline-start-color: #9ca3af99; } +.border-s-gray-400\\/65 { + border-inline-start-color: #9ca3afa6; +} + .border-s-gray-400\\/70 { border-inline-start-color: #9ca3afb3; } @@ -272255,6 +373651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9ca3afcc; } +.border-s-gray-400\\/85 { + border-inline-start-color: #9ca3afd9; +} + .border-s-gray-400\\/90 { border-inline-start-color: #9ca3afe6; } @@ -272280,6 +373680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9fafb; } +.border-s-gray-50\\/15 { + border-inline-start-color: #f9fafb26; +} + .border-s-gray-50\\/20 { border-inline-start-color: #f9fafb33; } @@ -272292,10 +373696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9fafb4d; } +.border-s-gray-50\\/35 { + border-inline-start-color: #f9fafb59; +} + .border-s-gray-50\\/40 { border-inline-start-color: #f9fafb66; } +.border-s-gray-50\\/45 { + border-inline-start-color: #f9fafb73; +} + .border-s-gray-50\\/5 { border-inline-start-color: #f9fafb0d; } @@ -272304,10 +373716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9fafb80; } +.border-s-gray-50\\/55 { + border-inline-start-color: #f9fafb8c; +} + .border-s-gray-50\\/60 { border-inline-start-color: #f9fafb99; } +.border-s-gray-50\\/65 { + border-inline-start-color: #f9fafba6; +} + .border-s-gray-50\\/70 { border-inline-start-color: #f9fafbb3; } @@ -272320,6 +373740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9fafbcc; } +.border-s-gray-50\\/85 { + border-inline-start-color: #f9fafbd9; +} + .border-s-gray-50\\/90 { border-inline-start-color: #f9fafbe6; } @@ -272345,6 +373769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b7280; } +.border-s-gray-500\\/15 { + border-inline-start-color: #6b728026; +} + .border-s-gray-500\\/20 { border-inline-start-color: #6b728033; } @@ -272357,10 +373785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b72804d; } +.border-s-gray-500\\/35 { + border-inline-start-color: #6b728059; +} + .border-s-gray-500\\/40 { border-inline-start-color: #6b728066; } +.border-s-gray-500\\/45 { + border-inline-start-color: #6b728073; +} + .border-s-gray-500\\/5 { border-inline-start-color: #6b72800d; } @@ -272369,10 +373805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b728080; } +.border-s-gray-500\\/55 { + border-inline-start-color: #6b72808c; +} + .border-s-gray-500\\/60 { border-inline-start-color: #6b728099; } +.border-s-gray-500\\/65 { + border-inline-start-color: #6b7280a6; +} + .border-s-gray-500\\/70 { border-inline-start-color: #6b7280b3; } @@ -272385,6 +373829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b7280cc; } +.border-s-gray-500\\/85 { + border-inline-start-color: #6b7280d9; +} + .border-s-gray-500\\/90 { border-inline-start-color: #6b7280e6; } @@ -272410,6 +373858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4b5563; } +.border-s-gray-600\\/15 { + border-inline-start-color: #4b556326; +} + .border-s-gray-600\\/20 { border-inline-start-color: #4b556333; } @@ -272422,10 +373874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4b55634d; } +.border-s-gray-600\\/35 { + border-inline-start-color: #4b556359; +} + .border-s-gray-600\\/40 { border-inline-start-color: #4b556366; } +.border-s-gray-600\\/45 { + border-inline-start-color: #4b556373; +} + .border-s-gray-600\\/5 { border-inline-start-color: #4b55630d; } @@ -272434,10 +373894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4b556380; } +.border-s-gray-600\\/55 { + border-inline-start-color: #4b55638c; +} + .border-s-gray-600\\/60 { border-inline-start-color: #4b556399; } +.border-s-gray-600\\/65 { + border-inline-start-color: #4b5563a6; +} + .border-s-gray-600\\/70 { border-inline-start-color: #4b5563b3; } @@ -272450,6 +373918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4b5563cc; } +.border-s-gray-600\\/85 { + border-inline-start-color: #4b5563d9; +} + .border-s-gray-600\\/90 { border-inline-start-color: #4b5563e6; } @@ -272475,6 +373947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #374151; } +.border-s-gray-700\\/15 { + border-inline-start-color: #37415126; +} + .border-s-gray-700\\/20 { border-inline-start-color: #37415133; } @@ -272487,10 +373963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3741514d; } +.border-s-gray-700\\/35 { + border-inline-start-color: #37415159; +} + .border-s-gray-700\\/40 { border-inline-start-color: #37415166; } +.border-s-gray-700\\/45 { + border-inline-start-color: #37415173; +} + .border-s-gray-700\\/5 { border-inline-start-color: #3741510d; } @@ -272499,10 +373983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #37415180; } +.border-s-gray-700\\/55 { + border-inline-start-color: #3741518c; +} + .border-s-gray-700\\/60 { border-inline-start-color: #37415199; } +.border-s-gray-700\\/65 { + border-inline-start-color: #374151a6; +} + .border-s-gray-700\\/70 { border-inline-start-color: #374151b3; } @@ -272515,6 +374007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #374151cc; } +.border-s-gray-700\\/85 { + border-inline-start-color: #374151d9; +} + .border-s-gray-700\\/90 { border-inline-start-color: #374151e6; } @@ -272540,6 +374036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1f2937; } +.border-s-gray-800\\/15 { + border-inline-start-color: #1f293726; +} + .border-s-gray-800\\/20 { border-inline-start-color: #1f293733; } @@ -272552,10 +374052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1f29374d; } +.border-s-gray-800\\/35 { + border-inline-start-color: #1f293759; +} + .border-s-gray-800\\/40 { border-inline-start-color: #1f293766; } +.border-s-gray-800\\/45 { + border-inline-start-color: #1f293773; +} + .border-s-gray-800\\/5 { border-inline-start-color: #1f29370d; } @@ -272564,10 +374072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1f293780; } +.border-s-gray-800\\/55 { + border-inline-start-color: #1f29378c; +} + .border-s-gray-800\\/60 { border-inline-start-color: #1f293799; } +.border-s-gray-800\\/65 { + border-inline-start-color: #1f2937a6; +} + .border-s-gray-800\\/70 { border-inline-start-color: #1f2937b3; } @@ -272580,6 +374096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1f2937cc; } +.border-s-gray-800\\/85 { + border-inline-start-color: #1f2937d9; +} + .border-s-gray-800\\/90 { border-inline-start-color: #1f2937e6; } @@ -272605,6 +374125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #111827; } +.border-s-gray-900\\/15 { + border-inline-start-color: #11182726; +} + .border-s-gray-900\\/20 { border-inline-start-color: #11182733; } @@ -272617,10 +374141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1118274d; } +.border-s-gray-900\\/35 { + border-inline-start-color: #11182759; +} + .border-s-gray-900\\/40 { border-inline-start-color: #11182766; } +.border-s-gray-900\\/45 { + border-inline-start-color: #11182773; +} + .border-s-gray-900\\/5 { border-inline-start-color: #1118270d; } @@ -272629,10 +374161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #11182780; } +.border-s-gray-900\\/55 { + border-inline-start-color: #1118278c; +} + .border-s-gray-900\\/60 { border-inline-start-color: #11182799; } +.border-s-gray-900\\/65 { + border-inline-start-color: #111827a6; +} + .border-s-gray-900\\/70 { border-inline-start-color: #111827b3; } @@ -272645,6 +374185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #111827cc; } +.border-s-gray-900\\/85 { + border-inline-start-color: #111827d9; +} + .border-s-gray-900\\/90 { border-inline-start-color: #111827e6; } @@ -272670,6 +374214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #030712; } +.border-s-gray-950\\/15 { + border-inline-start-color: #03071226; +} + .border-s-gray-950\\/20 { border-inline-start-color: #03071233; } @@ -272682,10 +374230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0307124d; } +.border-s-gray-950\\/35 { + border-inline-start-color: #03071259; +} + .border-s-gray-950\\/40 { border-inline-start-color: #03071266; } +.border-s-gray-950\\/45 { + border-inline-start-color: #03071273; +} + .border-s-gray-950\\/5 { border-inline-start-color: #0307120d; } @@ -272694,10 +374250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #03071280; } +.border-s-gray-950\\/55 { + border-inline-start-color: #0307128c; +} + .border-s-gray-950\\/60 { border-inline-start-color: #03071299; } +.border-s-gray-950\\/65 { + border-inline-start-color: #030712a6; +} + .border-s-gray-950\\/70 { border-inline-start-color: #030712b3; } @@ -272710,6 +374274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #030712cc; } +.border-s-gray-950\\/85 { + border-inline-start-color: #030712d9; +} + .border-s-gray-950\\/90 { border-inline-start-color: #030712e6; } @@ -272735,6 +374303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dcfce7; } +.border-s-green-100\\/15 { + border-inline-start-color: #dcfce726; +} + .border-s-green-100\\/20 { border-inline-start-color: #dcfce733; } @@ -272747,10 +374319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dcfce74d; } +.border-s-green-100\\/35 { + border-inline-start-color: #dcfce759; +} + .border-s-green-100\\/40 { border-inline-start-color: #dcfce766; } +.border-s-green-100\\/45 { + border-inline-start-color: #dcfce773; +} + .border-s-green-100\\/5 { border-inline-start-color: #dcfce70d; } @@ -272759,10 +374339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dcfce780; } +.border-s-green-100\\/55 { + border-inline-start-color: #dcfce78c; +} + .border-s-green-100\\/60 { border-inline-start-color: #dcfce799; } +.border-s-green-100\\/65 { + border-inline-start-color: #dcfce7a6; +} + .border-s-green-100\\/70 { border-inline-start-color: #dcfce7b3; } @@ -272775,6 +374363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dcfce7cc; } +.border-s-green-100\\/85 { + border-inline-start-color: #dcfce7d9; +} + .border-s-green-100\\/90 { border-inline-start-color: #dcfce7e6; } @@ -272800,6 +374392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bbf7d0; } +.border-s-green-200\\/15 { + border-inline-start-color: #bbf7d026; +} + .border-s-green-200\\/20 { border-inline-start-color: #bbf7d033; } @@ -272812,10 +374408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bbf7d04d; } +.border-s-green-200\\/35 { + border-inline-start-color: #bbf7d059; +} + .border-s-green-200\\/40 { border-inline-start-color: #bbf7d066; } +.border-s-green-200\\/45 { + border-inline-start-color: #bbf7d073; +} + .border-s-green-200\\/5 { border-inline-start-color: #bbf7d00d; } @@ -272824,10 +374428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bbf7d080; } +.border-s-green-200\\/55 { + border-inline-start-color: #bbf7d08c; +} + .border-s-green-200\\/60 { border-inline-start-color: #bbf7d099; } +.border-s-green-200\\/65 { + border-inline-start-color: #bbf7d0a6; +} + .border-s-green-200\\/70 { border-inline-start-color: #bbf7d0b3; } @@ -272840,6 +374452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bbf7d0cc; } +.border-s-green-200\\/85 { + border-inline-start-color: #bbf7d0d9; +} + .border-s-green-200\\/90 { border-inline-start-color: #bbf7d0e6; } @@ -272865,6 +374481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86efac; } +.border-s-green-300\\/15 { + border-inline-start-color: #86efac26; +} + .border-s-green-300\\/20 { border-inline-start-color: #86efac33; } @@ -272877,10 +374497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86efac4d; } +.border-s-green-300\\/35 { + border-inline-start-color: #86efac59; +} + .border-s-green-300\\/40 { border-inline-start-color: #86efac66; } +.border-s-green-300\\/45 { + border-inline-start-color: #86efac73; +} + .border-s-green-300\\/5 { border-inline-start-color: #86efac0d; } @@ -272889,10 +374517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86efac80; } +.border-s-green-300\\/55 { + border-inline-start-color: #86efac8c; +} + .border-s-green-300\\/60 { border-inline-start-color: #86efac99; } +.border-s-green-300\\/65 { + border-inline-start-color: #86efaca6; +} + .border-s-green-300\\/70 { border-inline-start-color: #86efacb3; } @@ -272905,6 +374541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #86efaccc; } +.border-s-green-300\\/85 { + border-inline-start-color: #86efacd9; +} + .border-s-green-300\\/90 { border-inline-start-color: #86eface6; } @@ -272930,6 +374570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4ade80; } +.border-s-green-400\\/15 { + border-inline-start-color: #4ade8026; +} + .border-s-green-400\\/20 { border-inline-start-color: #4ade8033; } @@ -272942,10 +374586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4ade804d; } +.border-s-green-400\\/35 { + border-inline-start-color: #4ade8059; +} + .border-s-green-400\\/40 { border-inline-start-color: #4ade8066; } +.border-s-green-400\\/45 { + border-inline-start-color: #4ade8073; +} + .border-s-green-400\\/5 { border-inline-start-color: #4ade800d; } @@ -272954,10 +374606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4ade8080; } +.border-s-green-400\\/55 { + border-inline-start-color: #4ade808c; +} + .border-s-green-400\\/60 { border-inline-start-color: #4ade8099; } +.border-s-green-400\\/65 { + border-inline-start-color: #4ade80a6; +} + .border-s-green-400\\/70 { border-inline-start-color: #4ade80b3; } @@ -272970,6 +374630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4ade80cc; } +.border-s-green-400\\/85 { + border-inline-start-color: #4ade80d9; +} + .border-s-green-400\\/90 { border-inline-start-color: #4ade80e6; } @@ -272995,6 +374659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdf4; } +.border-s-green-50\\/15 { + border-inline-start-color: #f0fdf426; +} + .border-s-green-50\\/20 { border-inline-start-color: #f0fdf433; } @@ -273007,10 +374675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdf44d; } +.border-s-green-50\\/35 { + border-inline-start-color: #f0fdf459; +} + .border-s-green-50\\/40 { border-inline-start-color: #f0fdf466; } +.border-s-green-50\\/45 { + border-inline-start-color: #f0fdf473; +} + .border-s-green-50\\/5 { border-inline-start-color: #f0fdf40d; } @@ -273019,10 +374695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdf480; } +.border-s-green-50\\/55 { + border-inline-start-color: #f0fdf48c; +} + .border-s-green-50\\/60 { border-inline-start-color: #f0fdf499; } +.border-s-green-50\\/65 { + border-inline-start-color: #f0fdf4a6; +} + .border-s-green-50\\/70 { border-inline-start-color: #f0fdf4b3; } @@ -273035,6 +374719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdf4cc; } +.border-s-green-50\\/85 { + border-inline-start-color: #f0fdf4d9; +} + .border-s-green-50\\/90 { border-inline-start-color: #f0fdf4e6; } @@ -273060,6 +374748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22c55e; } +.border-s-green-500\\/15 { + border-inline-start-color: #22c55e26; +} + .border-s-green-500\\/20 { border-inline-start-color: #22c55e33; } @@ -273072,10 +374764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22c55e4d; } +.border-s-green-500\\/35 { + border-inline-start-color: #22c55e59; +} + .border-s-green-500\\/40 { border-inline-start-color: #22c55e66; } +.border-s-green-500\\/45 { + border-inline-start-color: #22c55e73; +} + .border-s-green-500\\/5 { border-inline-start-color: #22c55e0d; } @@ -273084,10 +374784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22c55e80; } +.border-s-green-500\\/55 { + border-inline-start-color: #22c55e8c; +} + .border-s-green-500\\/60 { border-inline-start-color: #22c55e99; } +.border-s-green-500\\/65 { + border-inline-start-color: #22c55ea6; +} + .border-s-green-500\\/70 { border-inline-start-color: #22c55eb3; } @@ -273100,6 +374808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #22c55ecc; } +.border-s-green-500\\/85 { + border-inline-start-color: #22c55ed9; +} + .border-s-green-500\\/90 { border-inline-start-color: #22c55ee6; } @@ -273125,6 +374837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #16a34a; } +.border-s-green-600\\/15 { + border-inline-start-color: #16a34a26; +} + .border-s-green-600\\/20 { border-inline-start-color: #16a34a33; } @@ -273137,10 +374853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #16a34a4d; } +.border-s-green-600\\/35 { + border-inline-start-color: #16a34a59; +} + .border-s-green-600\\/40 { border-inline-start-color: #16a34a66; } +.border-s-green-600\\/45 { + border-inline-start-color: #16a34a73; +} + .border-s-green-600\\/5 { border-inline-start-color: #16a34a0d; } @@ -273149,10 +374873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #16a34a80; } +.border-s-green-600\\/55 { + border-inline-start-color: #16a34a8c; +} + .border-s-green-600\\/60 { border-inline-start-color: #16a34a99; } +.border-s-green-600\\/65 { + border-inline-start-color: #16a34aa6; +} + .border-s-green-600\\/70 { border-inline-start-color: #16a34ab3; } @@ -273165,6 +374897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #16a34acc; } +.border-s-green-600\\/85 { + border-inline-start-color: #16a34ad9; +} + .border-s-green-600\\/90 { border-inline-start-color: #16a34ae6; } @@ -273190,6 +374926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #15803d; } +.border-s-green-700\\/15 { + border-inline-start-color: #15803d26; +} + .border-s-green-700\\/20 { border-inline-start-color: #15803d33; } @@ -273202,10 +374942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #15803d4d; } +.border-s-green-700\\/35 { + border-inline-start-color: #15803d59; +} + .border-s-green-700\\/40 { border-inline-start-color: #15803d66; } +.border-s-green-700\\/45 { + border-inline-start-color: #15803d73; +} + .border-s-green-700\\/5 { border-inline-start-color: #15803d0d; } @@ -273214,10 +374962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #15803d80; } +.border-s-green-700\\/55 { + border-inline-start-color: #15803d8c; +} + .border-s-green-700\\/60 { border-inline-start-color: #15803d99; } +.border-s-green-700\\/65 { + border-inline-start-color: #15803da6; +} + .border-s-green-700\\/70 { border-inline-start-color: #15803db3; } @@ -273230,6 +374986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #15803dcc; } +.border-s-green-700\\/85 { + border-inline-start-color: #15803dd9; +} + .border-s-green-700\\/90 { border-inline-start-color: #15803de6; } @@ -273255,6 +375015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #166534; } +.border-s-green-800\\/15 { + border-inline-start-color: #16653426; +} + .border-s-green-800\\/20 { border-inline-start-color: #16653433; } @@ -273267,10 +375031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1665344d; } +.border-s-green-800\\/35 { + border-inline-start-color: #16653459; +} + .border-s-green-800\\/40 { border-inline-start-color: #16653466; } +.border-s-green-800\\/45 { + border-inline-start-color: #16653473; +} + .border-s-green-800\\/5 { border-inline-start-color: #1665340d; } @@ -273279,10 +375051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #16653480; } +.border-s-green-800\\/55 { + border-inline-start-color: #1665348c; +} + .border-s-green-800\\/60 { border-inline-start-color: #16653499; } +.border-s-green-800\\/65 { + border-inline-start-color: #166534a6; +} + .border-s-green-800\\/70 { border-inline-start-color: #166534b3; } @@ -273295,6 +375075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #166534cc; } +.border-s-green-800\\/85 { + border-inline-start-color: #166534d9; +} + .border-s-green-800\\/90 { border-inline-start-color: #166534e6; } @@ -273320,6 +375104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14532d; } +.border-s-green-900\\/15 { + border-inline-start-color: #14532d26; +} + .border-s-green-900\\/20 { border-inline-start-color: #14532d33; } @@ -273332,10 +375120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14532d4d; } +.border-s-green-900\\/35 { + border-inline-start-color: #14532d59; +} + .border-s-green-900\\/40 { border-inline-start-color: #14532d66; } +.border-s-green-900\\/45 { + border-inline-start-color: #14532d73; +} + .border-s-green-900\\/5 { border-inline-start-color: #14532d0d; } @@ -273344,10 +375140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14532d80; } +.border-s-green-900\\/55 { + border-inline-start-color: #14532d8c; +} + .border-s-green-900\\/60 { border-inline-start-color: #14532d99; } +.border-s-green-900\\/65 { + border-inline-start-color: #14532da6; +} + .border-s-green-900\\/70 { border-inline-start-color: #14532db3; } @@ -273360,6 +375164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14532dcc; } +.border-s-green-900\\/85 { + border-inline-start-color: #14532dd9; +} + .border-s-green-900\\/90 { border-inline-start-color: #14532de6; } @@ -273385,6 +375193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #052e16; } +.border-s-green-950\\/15 { + border-inline-start-color: #052e1626; +} + .border-s-green-950\\/20 { border-inline-start-color: #052e1633; } @@ -273397,10 +375209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #052e164d; } +.border-s-green-950\\/35 { + border-inline-start-color: #052e1659; +} + .border-s-green-950\\/40 { border-inline-start-color: #052e1666; } +.border-s-green-950\\/45 { + border-inline-start-color: #052e1673; +} + .border-s-green-950\\/5 { border-inline-start-color: #052e160d; } @@ -273409,10 +375229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #052e1680; } +.border-s-green-950\\/55 { + border-inline-start-color: #052e168c; +} + .border-s-green-950\\/60 { border-inline-start-color: #052e1699; } +.border-s-green-950\\/65 { + border-inline-start-color: #052e16a6; +} + .border-s-green-950\\/70 { border-inline-start-color: #052e16b3; } @@ -273425,6 +375253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #052e16cc; } +.border-s-green-950\\/85 { + border-inline-start-color: #052e16d9; +} + .border-s-green-950\\/90 { border-inline-start-color: #052e16e6; } @@ -273450,6 +375282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0e7ff; } +.border-s-indigo-100\\/15 { + border-inline-start-color: #e0e7ff26; +} + .border-s-indigo-100\\/20 { border-inline-start-color: #e0e7ff33; } @@ -273462,10 +375298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0e7ff4d; } +.border-s-indigo-100\\/35 { + border-inline-start-color: #e0e7ff59; +} + .border-s-indigo-100\\/40 { border-inline-start-color: #e0e7ff66; } +.border-s-indigo-100\\/45 { + border-inline-start-color: #e0e7ff73; +} + .border-s-indigo-100\\/5 { border-inline-start-color: #e0e7ff0d; } @@ -273474,10 +375318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0e7ff80; } +.border-s-indigo-100\\/55 { + border-inline-start-color: #e0e7ff8c; +} + .border-s-indigo-100\\/60 { border-inline-start-color: #e0e7ff99; } +.border-s-indigo-100\\/65 { + border-inline-start-color: #e0e7ffa6; +} + .border-s-indigo-100\\/70 { border-inline-start-color: #e0e7ffb3; } @@ -273490,6 +375342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0e7ffcc; } +.border-s-indigo-100\\/85 { + border-inline-start-color: #e0e7ffd9; +} + .border-s-indigo-100\\/90 { border-inline-start-color: #e0e7ffe6; } @@ -273515,6 +375371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c7d2fe; } +.border-s-indigo-200\\/15 { + border-inline-start-color: #c7d2fe26; +} + .border-s-indigo-200\\/20 { border-inline-start-color: #c7d2fe33; } @@ -273527,10 +375387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c7d2fe4d; } +.border-s-indigo-200\\/35 { + border-inline-start-color: #c7d2fe59; +} + .border-s-indigo-200\\/40 { border-inline-start-color: #c7d2fe66; } +.border-s-indigo-200\\/45 { + border-inline-start-color: #c7d2fe73; +} + .border-s-indigo-200\\/5 { border-inline-start-color: #c7d2fe0d; } @@ -273539,10 +375407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c7d2fe80; } +.border-s-indigo-200\\/55 { + border-inline-start-color: #c7d2fe8c; +} + .border-s-indigo-200\\/60 { border-inline-start-color: #c7d2fe99; } +.border-s-indigo-200\\/65 { + border-inline-start-color: #c7d2fea6; +} + .border-s-indigo-200\\/70 { border-inline-start-color: #c7d2feb3; } @@ -273555,6 +375431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c7d2fecc; } +.border-s-indigo-200\\/85 { + border-inline-start-color: #c7d2fed9; +} + .border-s-indigo-200\\/90 { border-inline-start-color: #c7d2fee6; } @@ -273580,6 +375460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5b4fc; } +.border-s-indigo-300\\/15 { + border-inline-start-color: #a5b4fc26; +} + .border-s-indigo-300\\/20 { border-inline-start-color: #a5b4fc33; } @@ -273592,10 +375476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5b4fc4d; } +.border-s-indigo-300\\/35 { + border-inline-start-color: #a5b4fc59; +} + .border-s-indigo-300\\/40 { border-inline-start-color: #a5b4fc66; } +.border-s-indigo-300\\/45 { + border-inline-start-color: #a5b4fc73; +} + .border-s-indigo-300\\/5 { border-inline-start-color: #a5b4fc0d; } @@ -273604,10 +375496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5b4fc80; } +.border-s-indigo-300\\/55 { + border-inline-start-color: #a5b4fc8c; +} + .border-s-indigo-300\\/60 { border-inline-start-color: #a5b4fc99; } +.border-s-indigo-300\\/65 { + border-inline-start-color: #a5b4fca6; +} + .border-s-indigo-300\\/70 { border-inline-start-color: #a5b4fcb3; } @@ -273620,6 +375520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a5b4fccc; } +.border-s-indigo-300\\/85 { + border-inline-start-color: #a5b4fcd9; +} + .border-s-indigo-300\\/90 { border-inline-start-color: #a5b4fce6; } @@ -273645,6 +375549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #818cf8; } +.border-s-indigo-400\\/15 { + border-inline-start-color: #818cf826; +} + .border-s-indigo-400\\/20 { border-inline-start-color: #818cf833; } @@ -273657,10 +375565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #818cf84d; } +.border-s-indigo-400\\/35 { + border-inline-start-color: #818cf859; +} + .border-s-indigo-400\\/40 { border-inline-start-color: #818cf866; } +.border-s-indigo-400\\/45 { + border-inline-start-color: #818cf873; +} + .border-s-indigo-400\\/5 { border-inline-start-color: #818cf80d; } @@ -273669,10 +375585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #818cf880; } +.border-s-indigo-400\\/55 { + border-inline-start-color: #818cf88c; +} + .border-s-indigo-400\\/60 { border-inline-start-color: #818cf899; } +.border-s-indigo-400\\/65 { + border-inline-start-color: #818cf8a6; +} + .border-s-indigo-400\\/70 { border-inline-start-color: #818cf8b3; } @@ -273685,6 +375609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #818cf8cc; } +.border-s-indigo-400\\/85 { + border-inline-start-color: #818cf8d9; +} + .border-s-indigo-400\\/90 { border-inline-start-color: #818cf8e6; } @@ -273710,6 +375638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eef2ff; } +.border-s-indigo-50\\/15 { + border-inline-start-color: #eef2ff26; +} + .border-s-indigo-50\\/20 { border-inline-start-color: #eef2ff33; } @@ -273722,10 +375654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eef2ff4d; } +.border-s-indigo-50\\/35 { + border-inline-start-color: #eef2ff59; +} + .border-s-indigo-50\\/40 { border-inline-start-color: #eef2ff66; } +.border-s-indigo-50\\/45 { + border-inline-start-color: #eef2ff73; +} + .border-s-indigo-50\\/5 { border-inline-start-color: #eef2ff0d; } @@ -273734,10 +375674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eef2ff80; } +.border-s-indigo-50\\/55 { + border-inline-start-color: #eef2ff8c; +} + .border-s-indigo-50\\/60 { border-inline-start-color: #eef2ff99; } +.border-s-indigo-50\\/65 { + border-inline-start-color: #eef2ffa6; +} + .border-s-indigo-50\\/70 { border-inline-start-color: #eef2ffb3; } @@ -273750,6 +375698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eef2ffcc; } +.border-s-indigo-50\\/85 { + border-inline-start-color: #eef2ffd9; +} + .border-s-indigo-50\\/90 { border-inline-start-color: #eef2ffe6; } @@ -273775,6 +375727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6366f1; } +.border-s-indigo-500\\/15 { + border-inline-start-color: #6366f126; +} + .border-s-indigo-500\\/20 { border-inline-start-color: #6366f133; } @@ -273787,10 +375743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6366f14d; } +.border-s-indigo-500\\/35 { + border-inline-start-color: #6366f159; +} + .border-s-indigo-500\\/40 { border-inline-start-color: #6366f166; } +.border-s-indigo-500\\/45 { + border-inline-start-color: #6366f173; +} + .border-s-indigo-500\\/5 { border-inline-start-color: #6366f10d; } @@ -273799,10 +375763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6366f180; } +.border-s-indigo-500\\/55 { + border-inline-start-color: #6366f18c; +} + .border-s-indigo-500\\/60 { border-inline-start-color: #6366f199; } +.border-s-indigo-500\\/65 { + border-inline-start-color: #6366f1a6; +} + .border-s-indigo-500\\/70 { border-inline-start-color: #6366f1b3; } @@ -273815,6 +375787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6366f1cc; } +.border-s-indigo-500\\/85 { + border-inline-start-color: #6366f1d9; +} + .border-s-indigo-500\\/90 { border-inline-start-color: #6366f1e6; } @@ -273840,6 +375816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4f46e5; } +.border-s-indigo-600\\/15 { + border-inline-start-color: #4f46e526; +} + .border-s-indigo-600\\/20 { border-inline-start-color: #4f46e533; } @@ -273852,10 +375832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4f46e54d; } +.border-s-indigo-600\\/35 { + border-inline-start-color: #4f46e559; +} + .border-s-indigo-600\\/40 { border-inline-start-color: #4f46e566; } +.border-s-indigo-600\\/45 { + border-inline-start-color: #4f46e573; +} + .border-s-indigo-600\\/5 { border-inline-start-color: #4f46e50d; } @@ -273864,10 +375852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4f46e580; } +.border-s-indigo-600\\/55 { + border-inline-start-color: #4f46e58c; +} + .border-s-indigo-600\\/60 { border-inline-start-color: #4f46e599; } +.border-s-indigo-600\\/65 { + border-inline-start-color: #4f46e5a6; +} + .border-s-indigo-600\\/70 { border-inline-start-color: #4f46e5b3; } @@ -273880,6 +375876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4f46e5cc; } +.border-s-indigo-600\\/85 { + border-inline-start-color: #4f46e5d9; +} + .border-s-indigo-600\\/90 { border-inline-start-color: #4f46e5e6; } @@ -273905,6 +375905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4338ca; } +.border-s-indigo-700\\/15 { + border-inline-start-color: #4338ca26; +} + .border-s-indigo-700\\/20 { border-inline-start-color: #4338ca33; } @@ -273917,10 +375921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4338ca4d; } +.border-s-indigo-700\\/35 { + border-inline-start-color: #4338ca59; +} + .border-s-indigo-700\\/40 { border-inline-start-color: #4338ca66; } +.border-s-indigo-700\\/45 { + border-inline-start-color: #4338ca73; +} + .border-s-indigo-700\\/5 { border-inline-start-color: #4338ca0d; } @@ -273929,10 +375941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4338ca80; } +.border-s-indigo-700\\/55 { + border-inline-start-color: #4338ca8c; +} + .border-s-indigo-700\\/60 { border-inline-start-color: #4338ca99; } +.border-s-indigo-700\\/65 { + border-inline-start-color: #4338caa6; +} + .border-s-indigo-700\\/70 { border-inline-start-color: #4338cab3; } @@ -273945,6 +375965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4338cacc; } +.border-s-indigo-700\\/85 { + border-inline-start-color: #4338cad9; +} + .border-s-indigo-700\\/90 { border-inline-start-color: #4338cae6; } @@ -273970,6 +375994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3730a3; } +.border-s-indigo-800\\/15 { + border-inline-start-color: #3730a326; +} + .border-s-indigo-800\\/20 { border-inline-start-color: #3730a333; } @@ -273982,10 +376010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3730a34d; } +.border-s-indigo-800\\/35 { + border-inline-start-color: #3730a359; +} + .border-s-indigo-800\\/40 { border-inline-start-color: #3730a366; } +.border-s-indigo-800\\/45 { + border-inline-start-color: #3730a373; +} + .border-s-indigo-800\\/5 { border-inline-start-color: #3730a30d; } @@ -273994,10 +376030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3730a380; } +.border-s-indigo-800\\/55 { + border-inline-start-color: #3730a38c; +} + .border-s-indigo-800\\/60 { border-inline-start-color: #3730a399; } +.border-s-indigo-800\\/65 { + border-inline-start-color: #3730a3a6; +} + .border-s-indigo-800\\/70 { border-inline-start-color: #3730a3b3; } @@ -274010,6 +376054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3730a3cc; } +.border-s-indigo-800\\/85 { + border-inline-start-color: #3730a3d9; +} + .border-s-indigo-800\\/90 { border-inline-start-color: #3730a3e6; } @@ -274035,6 +376083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #312e81; } +.border-s-indigo-900\\/15 { + border-inline-start-color: #312e8126; +} + .border-s-indigo-900\\/20 { border-inline-start-color: #312e8133; } @@ -274047,10 +376099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #312e814d; } +.border-s-indigo-900\\/35 { + border-inline-start-color: #312e8159; +} + .border-s-indigo-900\\/40 { border-inline-start-color: #312e8166; } +.border-s-indigo-900\\/45 { + border-inline-start-color: #312e8173; +} + .border-s-indigo-900\\/5 { border-inline-start-color: #312e810d; } @@ -274059,10 +376119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #312e8180; } +.border-s-indigo-900\\/55 { + border-inline-start-color: #312e818c; +} + .border-s-indigo-900\\/60 { border-inline-start-color: #312e8199; } +.border-s-indigo-900\\/65 { + border-inline-start-color: #312e81a6; +} + .border-s-indigo-900\\/70 { border-inline-start-color: #312e81b3; } @@ -274075,6 +376143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #312e81cc; } +.border-s-indigo-900\\/85 { + border-inline-start-color: #312e81d9; +} + .border-s-indigo-900\\/90 { border-inline-start-color: #312e81e6; } @@ -274100,6 +376172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e1b4b; } +.border-s-indigo-950\\/15 { + border-inline-start-color: #1e1b4b26; +} + .border-s-indigo-950\\/20 { border-inline-start-color: #1e1b4b33; } @@ -274112,10 +376188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e1b4b4d; } +.border-s-indigo-950\\/35 { + border-inline-start-color: #1e1b4b59; +} + .border-s-indigo-950\\/40 { border-inline-start-color: #1e1b4b66; } +.border-s-indigo-950\\/45 { + border-inline-start-color: #1e1b4b73; +} + .border-s-indigo-950\\/5 { border-inline-start-color: #1e1b4b0d; } @@ -274124,10 +376208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e1b4b80; } +.border-s-indigo-950\\/55 { + border-inline-start-color: #1e1b4b8c; +} + .border-s-indigo-950\\/60 { border-inline-start-color: #1e1b4b99; } +.border-s-indigo-950\\/65 { + border-inline-start-color: #1e1b4ba6; +} + .border-s-indigo-950\\/70 { border-inline-start-color: #1e1b4bb3; } @@ -274140,6 +376232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e1b4bcc; } +.border-s-indigo-950\\/85 { + border-inline-start-color: #1e1b4bd9; +} + .border-s-indigo-950\\/90 { border-inline-start-color: #1e1b4be6; } @@ -274169,6 +376265,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfccb; } +.border-s-lime-100\\/15 { + border-inline-start-color: #ecfccb26; +} + .border-s-lime-100\\/20 { border-inline-start-color: #ecfccb33; } @@ -274181,10 +376281,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfccb4d; } +.border-s-lime-100\\/35 { + border-inline-start-color: #ecfccb59; +} + .border-s-lime-100\\/40 { border-inline-start-color: #ecfccb66; } +.border-s-lime-100\\/45 { + border-inline-start-color: #ecfccb73; +} + .border-s-lime-100\\/5 { border-inline-start-color: #ecfccb0d; } @@ -274193,10 +376301,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfccb80; } +.border-s-lime-100\\/55 { + border-inline-start-color: #ecfccb8c; +} + .border-s-lime-100\\/60 { border-inline-start-color: #ecfccb99; } +.border-s-lime-100\\/65 { + border-inline-start-color: #ecfccba6; +} + .border-s-lime-100\\/70 { border-inline-start-color: #ecfccbb3; } @@ -274209,6 +376325,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ecfccbcc; } +.border-s-lime-100\\/85 { + border-inline-start-color: #ecfccbd9; +} + .border-s-lime-100\\/90 { border-inline-start-color: #ecfccbe6; } @@ -274234,6 +376354,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d9f99d; } +.border-s-lime-200\\/15 { + border-inline-start-color: #d9f99d26; +} + .border-s-lime-200\\/20 { border-inline-start-color: #d9f99d33; } @@ -274246,10 +376370,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d9f99d4d; } +.border-s-lime-200\\/35 { + border-inline-start-color: #d9f99d59; +} + .border-s-lime-200\\/40 { border-inline-start-color: #d9f99d66; } +.border-s-lime-200\\/45 { + border-inline-start-color: #d9f99d73; +} + .border-s-lime-200\\/5 { border-inline-start-color: #d9f99d0d; } @@ -274258,10 +376390,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d9f99d80; } +.border-s-lime-200\\/55 { + border-inline-start-color: #d9f99d8c; +} + .border-s-lime-200\\/60 { border-inline-start-color: #d9f99d99; } +.border-s-lime-200\\/65 { + border-inline-start-color: #d9f99da6; +} + .border-s-lime-200\\/70 { border-inline-start-color: #d9f99db3; } @@ -274274,6 +376414,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d9f99dcc; } +.border-s-lime-200\\/85 { + border-inline-start-color: #d9f99dd9; +} + .border-s-lime-200\\/90 { border-inline-start-color: #d9f99de6; } @@ -274299,6 +376443,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bef264; } +.border-s-lime-300\\/15 { + border-inline-start-color: #bef26426; +} + .border-s-lime-300\\/20 { border-inline-start-color: #bef26433; } @@ -274311,10 +376459,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bef2644d; } +.border-s-lime-300\\/35 { + border-inline-start-color: #bef26459; +} + .border-s-lime-300\\/40 { border-inline-start-color: #bef26466; } +.border-s-lime-300\\/45 { + border-inline-start-color: #bef26473; +} + .border-s-lime-300\\/5 { border-inline-start-color: #bef2640d; } @@ -274323,10 +376479,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bef26480; } +.border-s-lime-300\\/55 { + border-inline-start-color: #bef2648c; +} + .border-s-lime-300\\/60 { border-inline-start-color: #bef26499; } +.border-s-lime-300\\/65 { + border-inline-start-color: #bef264a6; +} + .border-s-lime-300\\/70 { border-inline-start-color: #bef264b3; } @@ -274339,6 +376503,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bef264cc; } +.border-s-lime-300\\/85 { + border-inline-start-color: #bef264d9; +} + .border-s-lime-300\\/90 { border-inline-start-color: #bef264e6; } @@ -274364,6 +376532,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3e635; } +.border-s-lime-400\\/15 { + border-inline-start-color: #a3e63526; +} + .border-s-lime-400\\/20 { border-inline-start-color: #a3e63533; } @@ -274376,10 +376548,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3e6354d; } +.border-s-lime-400\\/35 { + border-inline-start-color: #a3e63559; +} + .border-s-lime-400\\/40 { border-inline-start-color: #a3e63566; } +.border-s-lime-400\\/45 { + border-inline-start-color: #a3e63573; +} + .border-s-lime-400\\/5 { border-inline-start-color: #a3e6350d; } @@ -274388,10 +376568,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3e63580; } +.border-s-lime-400\\/55 { + border-inline-start-color: #a3e6358c; +} + .border-s-lime-400\\/60 { border-inline-start-color: #a3e63599; } +.border-s-lime-400\\/65 { + border-inline-start-color: #a3e635a6; +} + .border-s-lime-400\\/70 { border-inline-start-color: #a3e635b3; } @@ -274404,6 +376592,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3e635cc; } +.border-s-lime-400\\/85 { + border-inline-start-color: #a3e635d9; +} + .border-s-lime-400\\/90 { border-inline-start-color: #a3e635e6; } @@ -274429,6 +376621,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f7fee7; } +.border-s-lime-50\\/15 { + border-inline-start-color: #f7fee726; +} + .border-s-lime-50\\/20 { border-inline-start-color: #f7fee733; } @@ -274441,10 +376637,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f7fee74d; } +.border-s-lime-50\\/35 { + border-inline-start-color: #f7fee759; +} + .border-s-lime-50\\/40 { border-inline-start-color: #f7fee766; } +.border-s-lime-50\\/45 { + border-inline-start-color: #f7fee773; +} + .border-s-lime-50\\/5 { border-inline-start-color: #f7fee70d; } @@ -274453,10 +376657,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f7fee780; } +.border-s-lime-50\\/55 { + border-inline-start-color: #f7fee78c; +} + .border-s-lime-50\\/60 { border-inline-start-color: #f7fee799; } +.border-s-lime-50\\/65 { + border-inline-start-color: #f7fee7a6; +} + .border-s-lime-50\\/70 { border-inline-start-color: #f7fee7b3; } @@ -274469,6 +376681,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f7fee7cc; } +.border-s-lime-50\\/85 { + border-inline-start-color: #f7fee7d9; +} + .border-s-lime-50\\/90 { border-inline-start-color: #f7fee7e6; } @@ -274494,6 +376710,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #84cc16; } +.border-s-lime-500\\/15 { + border-inline-start-color: #84cc1626; +} + .border-s-lime-500\\/20 { border-inline-start-color: #84cc1633; } @@ -274506,10 +376726,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #84cc164d; } +.border-s-lime-500\\/35 { + border-inline-start-color: #84cc1659; +} + .border-s-lime-500\\/40 { border-inline-start-color: #84cc1666; } +.border-s-lime-500\\/45 { + border-inline-start-color: #84cc1673; +} + .border-s-lime-500\\/5 { border-inline-start-color: #84cc160d; } @@ -274518,10 +376746,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #84cc1680; } +.border-s-lime-500\\/55 { + border-inline-start-color: #84cc168c; +} + .border-s-lime-500\\/60 { border-inline-start-color: #84cc1699; } +.border-s-lime-500\\/65 { + border-inline-start-color: #84cc16a6; +} + .border-s-lime-500\\/70 { border-inline-start-color: #84cc16b3; } @@ -274534,6 +376770,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #84cc16cc; } +.border-s-lime-500\\/85 { + border-inline-start-color: #84cc16d9; +} + .border-s-lime-500\\/90 { border-inline-start-color: #84cc16e6; } @@ -274559,6 +376799,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #65a30d; } +.border-s-lime-600\\/15 { + border-inline-start-color: #65a30d26; +} + .border-s-lime-600\\/20 { border-inline-start-color: #65a30d33; } @@ -274571,10 +376815,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #65a30d4d; } +.border-s-lime-600\\/35 { + border-inline-start-color: #65a30d59; +} + .border-s-lime-600\\/40 { border-inline-start-color: #65a30d66; } +.border-s-lime-600\\/45 { + border-inline-start-color: #65a30d73; +} + .border-s-lime-600\\/5 { border-inline-start-color: #65a30d0d; } @@ -274583,10 +376835,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #65a30d80; } +.border-s-lime-600\\/55 { + border-inline-start-color: #65a30d8c; +} + .border-s-lime-600\\/60 { border-inline-start-color: #65a30d99; } +.border-s-lime-600\\/65 { + border-inline-start-color: #65a30da6; +} + .border-s-lime-600\\/70 { border-inline-start-color: #65a30db3; } @@ -274599,6 +376859,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #65a30dcc; } +.border-s-lime-600\\/85 { + border-inline-start-color: #65a30dd9; +} + .border-s-lime-600\\/90 { border-inline-start-color: #65a30de6; } @@ -274624,6 +376888,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4d7c0f; } +.border-s-lime-700\\/15 { + border-inline-start-color: #4d7c0f26; +} + .border-s-lime-700\\/20 { border-inline-start-color: #4d7c0f33; } @@ -274636,10 +376904,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4d7c0f4d; } +.border-s-lime-700\\/35 { + border-inline-start-color: #4d7c0f59; +} + .border-s-lime-700\\/40 { border-inline-start-color: #4d7c0f66; } +.border-s-lime-700\\/45 { + border-inline-start-color: #4d7c0f73; +} + .border-s-lime-700\\/5 { border-inline-start-color: #4d7c0f0d; } @@ -274648,10 +376924,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4d7c0f80; } +.border-s-lime-700\\/55 { + border-inline-start-color: #4d7c0f8c; +} + .border-s-lime-700\\/60 { border-inline-start-color: #4d7c0f99; } +.border-s-lime-700\\/65 { + border-inline-start-color: #4d7c0fa6; +} + .border-s-lime-700\\/70 { border-inline-start-color: #4d7c0fb3; } @@ -274664,6 +376948,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4d7c0fcc; } +.border-s-lime-700\\/85 { + border-inline-start-color: #4d7c0fd9; +} + .border-s-lime-700\\/90 { border-inline-start-color: #4d7c0fe6; } @@ -274689,6 +376977,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f6212; } +.border-s-lime-800\\/15 { + border-inline-start-color: #3f621226; +} + .border-s-lime-800\\/20 { border-inline-start-color: #3f621233; } @@ -274701,10 +376993,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f62124d; } +.border-s-lime-800\\/35 { + border-inline-start-color: #3f621259; +} + .border-s-lime-800\\/40 { border-inline-start-color: #3f621266; } +.border-s-lime-800\\/45 { + border-inline-start-color: #3f621273; +} + .border-s-lime-800\\/5 { border-inline-start-color: #3f62120d; } @@ -274713,10 +377013,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f621280; } +.border-s-lime-800\\/55 { + border-inline-start-color: #3f62128c; +} + .border-s-lime-800\\/60 { border-inline-start-color: #3f621299; } +.border-s-lime-800\\/65 { + border-inline-start-color: #3f6212a6; +} + .border-s-lime-800\\/70 { border-inline-start-color: #3f6212b3; } @@ -274729,6 +377037,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f6212cc; } +.border-s-lime-800\\/85 { + border-inline-start-color: #3f6212d9; +} + .border-s-lime-800\\/90 { border-inline-start-color: #3f6212e6; } @@ -274754,6 +377066,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #365314; } +.border-s-lime-900\\/15 { + border-inline-start-color: #36531426; +} + .border-s-lime-900\\/20 { border-inline-start-color: #36531433; } @@ -274766,10 +377082,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3653144d; } +.border-s-lime-900\\/35 { + border-inline-start-color: #36531459; +} + .border-s-lime-900\\/40 { border-inline-start-color: #36531466; } +.border-s-lime-900\\/45 { + border-inline-start-color: #36531473; +} + .border-s-lime-900\\/5 { border-inline-start-color: #3653140d; } @@ -274778,10 +377102,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #36531480; } +.border-s-lime-900\\/55 { + border-inline-start-color: #3653148c; +} + .border-s-lime-900\\/60 { border-inline-start-color: #36531499; } +.border-s-lime-900\\/65 { + border-inline-start-color: #365314a6; +} + .border-s-lime-900\\/70 { border-inline-start-color: #365314b3; } @@ -274794,6 +377126,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #365314cc; } +.border-s-lime-900\\/85 { + border-inline-start-color: #365314d9; +} + .border-s-lime-900\\/90 { border-inline-start-color: #365314e6; } @@ -274819,6 +377155,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1a2e05; } +.border-s-lime-950\\/15 { + border-inline-start-color: #1a2e0526; +} + .border-s-lime-950\\/20 { border-inline-start-color: #1a2e0533; } @@ -274831,10 +377171,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1a2e054d; } +.border-s-lime-950\\/35 { + border-inline-start-color: #1a2e0559; +} + .border-s-lime-950\\/40 { border-inline-start-color: #1a2e0566; } +.border-s-lime-950\\/45 { + border-inline-start-color: #1a2e0573; +} + .border-s-lime-950\\/5 { border-inline-start-color: #1a2e050d; } @@ -274843,10 +377191,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1a2e0580; } +.border-s-lime-950\\/55 { + border-inline-start-color: #1a2e058c; +} + .border-s-lime-950\\/60 { border-inline-start-color: #1a2e0599; } +.border-s-lime-950\\/65 { + border-inline-start-color: #1a2e05a6; +} + .border-s-lime-950\\/70 { border-inline-start-color: #1a2e05b3; } @@ -274859,6 +377215,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1a2e05cc; } +.border-s-lime-950\\/85 { + border-inline-start-color: #1a2e05d9; +} + .border-s-lime-950\\/90 { border-inline-start-color: #1a2e05e6; } @@ -274884,6 +377244,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f5; } +.border-s-neutral-100\\/15 { + border-inline-start-color: #f5f5f526; +} + .border-s-neutral-100\\/20 { border-inline-start-color: #f5f5f533; } @@ -274896,10 +377260,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f54d; } +.border-s-neutral-100\\/35 { + border-inline-start-color: #f5f5f559; +} + .border-s-neutral-100\\/40 { border-inline-start-color: #f5f5f566; } +.border-s-neutral-100\\/45 { + border-inline-start-color: #f5f5f573; +} + .border-s-neutral-100\\/5 { border-inline-start-color: #f5f5f50d; } @@ -274908,10 +377280,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f580; } +.border-s-neutral-100\\/55 { + border-inline-start-color: #f5f5f58c; +} + .border-s-neutral-100\\/60 { border-inline-start-color: #f5f5f599; } +.border-s-neutral-100\\/65 { + border-inline-start-color: #f5f5f5a6; +} + .border-s-neutral-100\\/70 { border-inline-start-color: #f5f5f5b3; } @@ -274924,6 +377304,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f5cc; } +.border-s-neutral-100\\/85 { + border-inline-start-color: #f5f5f5d9; +} + .border-s-neutral-100\\/90 { border-inline-start-color: #f5f5f5e6; } @@ -274949,6 +377333,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e5e5; } +.border-s-neutral-200\\/15 { + border-inline-start-color: #e5e5e526; +} + .border-s-neutral-200\\/20 { border-inline-start-color: #e5e5e533; } @@ -274961,10 +377349,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e5e54d; } +.border-s-neutral-200\\/35 { + border-inline-start-color: #e5e5e559; +} + .border-s-neutral-200\\/40 { border-inline-start-color: #e5e5e566; } +.border-s-neutral-200\\/45 { + border-inline-start-color: #e5e5e573; +} + .border-s-neutral-200\\/5 { border-inline-start-color: #e5e5e50d; } @@ -274973,10 +377369,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e5e580; } +.border-s-neutral-200\\/55 { + border-inline-start-color: #e5e5e58c; +} + .border-s-neutral-200\\/60 { border-inline-start-color: #e5e5e599; } +.border-s-neutral-200\\/65 { + border-inline-start-color: #e5e5e5a6; +} + .border-s-neutral-200\\/70 { border-inline-start-color: #e5e5e5b3; } @@ -274989,6 +377393,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e5e5e5cc; } +.border-s-neutral-200\\/85 { + border-inline-start-color: #e5e5e5d9; +} + .border-s-neutral-200\\/90 { border-inline-start-color: #e5e5e5e6; } @@ -275014,6 +377422,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d4; } +.border-s-neutral-300\\/15 { + border-inline-start-color: #d4d4d426; +} + .border-s-neutral-300\\/20 { border-inline-start-color: #d4d4d433; } @@ -275026,10 +377438,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d44d; } +.border-s-neutral-300\\/35 { + border-inline-start-color: #d4d4d459; +} + .border-s-neutral-300\\/40 { border-inline-start-color: #d4d4d466; } +.border-s-neutral-300\\/45 { + border-inline-start-color: #d4d4d473; +} + .border-s-neutral-300\\/5 { border-inline-start-color: #d4d4d40d; } @@ -275038,10 +377458,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d480; } +.border-s-neutral-300\\/55 { + border-inline-start-color: #d4d4d48c; +} + .border-s-neutral-300\\/60 { border-inline-start-color: #d4d4d499; } +.border-s-neutral-300\\/65 { + border-inline-start-color: #d4d4d4a6; +} + .border-s-neutral-300\\/70 { border-inline-start-color: #d4d4d4b3; } @@ -275054,6 +377482,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d4cc; } +.border-s-neutral-300\\/85 { + border-inline-start-color: #d4d4d4d9; +} + .border-s-neutral-300\\/90 { border-inline-start-color: #d4d4d4e6; } @@ -275079,6 +377511,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3a3a3; } +.border-s-neutral-400\\/15 { + border-inline-start-color: #a3a3a326; +} + .border-s-neutral-400\\/20 { border-inline-start-color: #a3a3a333; } @@ -275091,10 +377527,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3a3a34d; } +.border-s-neutral-400\\/35 { + border-inline-start-color: #a3a3a359; +} + .border-s-neutral-400\\/40 { border-inline-start-color: #a3a3a366; } +.border-s-neutral-400\\/45 { + border-inline-start-color: #a3a3a373; +} + .border-s-neutral-400\\/5 { border-inline-start-color: #a3a3a30d; } @@ -275103,10 +377547,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3a3a380; } +.border-s-neutral-400\\/55 { + border-inline-start-color: #a3a3a38c; +} + .border-s-neutral-400\\/60 { border-inline-start-color: #a3a3a399; } +.border-s-neutral-400\\/65 { + border-inline-start-color: #a3a3a3a6; +} + .border-s-neutral-400\\/70 { border-inline-start-color: #a3a3a3b3; } @@ -275119,6 +377571,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a3a3a3cc; } +.border-s-neutral-400\\/85 { + border-inline-start-color: #a3a3a3d9; +} + .border-s-neutral-400\\/90 { border-inline-start-color: #a3a3a3e6; } @@ -275144,6 +377600,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafa; } +.border-s-neutral-50\\/15 { + border-inline-start-color: #fafafa26; +} + .border-s-neutral-50\\/20 { border-inline-start-color: #fafafa33; } @@ -275156,10 +377616,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafa4d; } +.border-s-neutral-50\\/35 { + border-inline-start-color: #fafafa59; +} + .border-s-neutral-50\\/40 { border-inline-start-color: #fafafa66; } +.border-s-neutral-50\\/45 { + border-inline-start-color: #fafafa73; +} + .border-s-neutral-50\\/5 { border-inline-start-color: #fafafa0d; } @@ -275168,10 +377636,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafa80; } +.border-s-neutral-50\\/55 { + border-inline-start-color: #fafafa8c; +} + .border-s-neutral-50\\/60 { border-inline-start-color: #fafafa99; } +.border-s-neutral-50\\/65 { + border-inline-start-color: #fafafaa6; +} + .border-s-neutral-50\\/70 { border-inline-start-color: #fafafab3; } @@ -275184,6 +377660,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafacc; } +.border-s-neutral-50\\/85 { + border-inline-start-color: #fafafad9; +} + .border-s-neutral-50\\/90 { border-inline-start-color: #fafafae6; } @@ -275209,6 +377689,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #737373; } +.border-s-neutral-500\\/15 { + border-inline-start-color: #73737326; +} + .border-s-neutral-500\\/20 { border-inline-start-color: #73737333; } @@ -275221,10 +377705,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7373734d; } +.border-s-neutral-500\\/35 { + border-inline-start-color: #73737359; +} + .border-s-neutral-500\\/40 { border-inline-start-color: #73737366; } +.border-s-neutral-500\\/45 { + border-inline-start-color: #73737373; +} + .border-s-neutral-500\\/5 { border-inline-start-color: #7373730d; } @@ -275233,10 +377725,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #73737380; } +.border-s-neutral-500\\/55 { + border-inline-start-color: #7373738c; +} + .border-s-neutral-500\\/60 { border-inline-start-color: #73737399; } +.border-s-neutral-500\\/65 { + border-inline-start-color: #737373a6; +} + .border-s-neutral-500\\/70 { border-inline-start-color: #737373b3; } @@ -275249,6 +377749,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #737373cc; } +.border-s-neutral-500\\/85 { + border-inline-start-color: #737373d9; +} + .border-s-neutral-500\\/90 { border-inline-start-color: #737373e6; } @@ -275274,6 +377778,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #525252; } +.border-s-neutral-600\\/15 { + border-inline-start-color: #52525226; +} + .border-s-neutral-600\\/20 { border-inline-start-color: #52525233; } @@ -275286,10 +377794,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5252524d; } +.border-s-neutral-600\\/35 { + border-inline-start-color: #52525259; +} + .border-s-neutral-600\\/40 { border-inline-start-color: #52525266; } +.border-s-neutral-600\\/45 { + border-inline-start-color: #52525273; +} + .border-s-neutral-600\\/5 { border-inline-start-color: #5252520d; } @@ -275298,10 +377814,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #52525280; } +.border-s-neutral-600\\/55 { + border-inline-start-color: #5252528c; +} + .border-s-neutral-600\\/60 { border-inline-start-color: #52525299; } +.border-s-neutral-600\\/65 { + border-inline-start-color: #525252a6; +} + .border-s-neutral-600\\/70 { border-inline-start-color: #525252b3; } @@ -275314,6 +377838,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #525252cc; } +.border-s-neutral-600\\/85 { + border-inline-start-color: #525252d9; +} + .border-s-neutral-600\\/90 { border-inline-start-color: #525252e6; } @@ -275339,6 +377867,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #404040; } +.border-s-neutral-700\\/15 { + border-inline-start-color: #40404026; +} + .border-s-neutral-700\\/20 { border-inline-start-color: #40404033; } @@ -275351,10 +377883,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4040404d; } +.border-s-neutral-700\\/35 { + border-inline-start-color: #40404059; +} + .border-s-neutral-700\\/40 { border-inline-start-color: #40404066; } +.border-s-neutral-700\\/45 { + border-inline-start-color: #40404073; +} + .border-s-neutral-700\\/5 { border-inline-start-color: #4040400d; } @@ -275363,10 +377903,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #40404080; } +.border-s-neutral-700\\/55 { + border-inline-start-color: #4040408c; +} + .border-s-neutral-700\\/60 { border-inline-start-color: #40404099; } +.border-s-neutral-700\\/65 { + border-inline-start-color: #404040a6; +} + .border-s-neutral-700\\/70 { border-inline-start-color: #404040b3; } @@ -275379,6 +377927,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #404040cc; } +.border-s-neutral-700\\/85 { + border-inline-start-color: #404040d9; +} + .border-s-neutral-700\\/90 { border-inline-start-color: #404040e6; } @@ -275404,6 +377956,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #262626; } +.border-s-neutral-800\\/15 { + border-inline-start-color: #26262626; +} + .border-s-neutral-800\\/20 { border-inline-start-color: #26262633; } @@ -275416,10 +377972,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2626264d; } +.border-s-neutral-800\\/35 { + border-inline-start-color: #26262659; +} + .border-s-neutral-800\\/40 { border-inline-start-color: #26262666; } +.border-s-neutral-800\\/45 { + border-inline-start-color: #26262673; +} + .border-s-neutral-800\\/5 { border-inline-start-color: #2626260d; } @@ -275428,10 +377992,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #26262680; } +.border-s-neutral-800\\/55 { + border-inline-start-color: #2626268c; +} + .border-s-neutral-800\\/60 { border-inline-start-color: #26262699; } +.border-s-neutral-800\\/65 { + border-inline-start-color: #262626a6; +} + .border-s-neutral-800\\/70 { border-inline-start-color: #262626b3; } @@ -275444,6 +378016,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #262626cc; } +.border-s-neutral-800\\/85 { + border-inline-start-color: #262626d9; +} + .border-s-neutral-800\\/90 { border-inline-start-color: #262626e6; } @@ -275469,6 +378045,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #171717; } +.border-s-neutral-900\\/15 { + border-inline-start-color: #17171726; +} + .border-s-neutral-900\\/20 { border-inline-start-color: #17171733; } @@ -275481,10 +378061,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1717174d; } +.border-s-neutral-900\\/35 { + border-inline-start-color: #17171759; +} + .border-s-neutral-900\\/40 { border-inline-start-color: #17171766; } +.border-s-neutral-900\\/45 { + border-inline-start-color: #17171773; +} + .border-s-neutral-900\\/5 { border-inline-start-color: #1717170d; } @@ -275493,10 +378081,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #17171780; } +.border-s-neutral-900\\/55 { + border-inline-start-color: #1717178c; +} + .border-s-neutral-900\\/60 { border-inline-start-color: #17171799; } +.border-s-neutral-900\\/65 { + border-inline-start-color: #171717a6; +} + .border-s-neutral-900\\/70 { border-inline-start-color: #171717b3; } @@ -275509,6 +378105,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #171717cc; } +.border-s-neutral-900\\/85 { + border-inline-start-color: #171717d9; +} + .border-s-neutral-900\\/90 { border-inline-start-color: #171717e6; } @@ -275534,6 +378134,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0a0a0a; } +.border-s-neutral-950\\/15 { + border-inline-start-color: #0a0a0a26; +} + .border-s-neutral-950\\/20 { border-inline-start-color: #0a0a0a33; } @@ -275546,10 +378150,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0a0a0a4d; } +.border-s-neutral-950\\/35 { + border-inline-start-color: #0a0a0a59; +} + .border-s-neutral-950\\/40 { border-inline-start-color: #0a0a0a66; } +.border-s-neutral-950\\/45 { + border-inline-start-color: #0a0a0a73; +} + .border-s-neutral-950\\/5 { border-inline-start-color: #0a0a0a0d; } @@ -275558,10 +378170,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0a0a0a80; } +.border-s-neutral-950\\/55 { + border-inline-start-color: #0a0a0a8c; +} + .border-s-neutral-950\\/60 { border-inline-start-color: #0a0a0a99; } +.border-s-neutral-950\\/65 { + border-inline-start-color: #0a0a0aa6; +} + .border-s-neutral-950\\/70 { border-inline-start-color: #0a0a0ab3; } @@ -275574,6 +378194,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0a0a0acc; } +.border-s-neutral-950\\/85 { + border-inline-start-color: #0a0a0ad9; +} + .border-s-neutral-950\\/90 { border-inline-start-color: #0a0a0ae6; } @@ -275599,6 +378223,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffedd5; } +.border-s-orange-100\\/15 { + border-inline-start-color: #ffedd526; +} + .border-s-orange-100\\/20 { border-inline-start-color: #ffedd533; } @@ -275611,10 +378239,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffedd54d; } +.border-s-orange-100\\/35 { + border-inline-start-color: #ffedd559; +} + .border-s-orange-100\\/40 { border-inline-start-color: #ffedd566; } +.border-s-orange-100\\/45 { + border-inline-start-color: #ffedd573; +} + .border-s-orange-100\\/5 { border-inline-start-color: #ffedd50d; } @@ -275623,10 +378259,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffedd580; } +.border-s-orange-100\\/55 { + border-inline-start-color: #ffedd58c; +} + .border-s-orange-100\\/60 { border-inline-start-color: #ffedd599; } +.border-s-orange-100\\/65 { + border-inline-start-color: #ffedd5a6; +} + .border-s-orange-100\\/70 { border-inline-start-color: #ffedd5b3; } @@ -275639,6 +378283,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffedd5cc; } +.border-s-orange-100\\/85 { + border-inline-start-color: #ffedd5d9; +} + .border-s-orange-100\\/90 { border-inline-start-color: #ffedd5e6; } @@ -275664,6 +378312,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fed7aa; } +.border-s-orange-200\\/15 { + border-inline-start-color: #fed7aa26; +} + .border-s-orange-200\\/20 { border-inline-start-color: #fed7aa33; } @@ -275676,10 +378328,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fed7aa4d; } +.border-s-orange-200\\/35 { + border-inline-start-color: #fed7aa59; +} + .border-s-orange-200\\/40 { border-inline-start-color: #fed7aa66; } +.border-s-orange-200\\/45 { + border-inline-start-color: #fed7aa73; +} + .border-s-orange-200\\/5 { border-inline-start-color: #fed7aa0d; } @@ -275688,10 +378348,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fed7aa80; } +.border-s-orange-200\\/55 { + border-inline-start-color: #fed7aa8c; +} + .border-s-orange-200\\/60 { border-inline-start-color: #fed7aa99; } +.border-s-orange-200\\/65 { + border-inline-start-color: #fed7aaa6; +} + .border-s-orange-200\\/70 { border-inline-start-color: #fed7aab3; } @@ -275704,6 +378372,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fed7aacc; } +.border-s-orange-200\\/85 { + border-inline-start-color: #fed7aad9; +} + .border-s-orange-200\\/90 { border-inline-start-color: #fed7aae6; } @@ -275729,6 +378401,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdba74; } +.border-s-orange-300\\/15 { + border-inline-start-color: #fdba7426; +} + .border-s-orange-300\\/20 { border-inline-start-color: #fdba7433; } @@ -275741,10 +378417,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdba744d; } +.border-s-orange-300\\/35 { + border-inline-start-color: #fdba7459; +} + .border-s-orange-300\\/40 { border-inline-start-color: #fdba7466; } +.border-s-orange-300\\/45 { + border-inline-start-color: #fdba7473; +} + .border-s-orange-300\\/5 { border-inline-start-color: #fdba740d; } @@ -275753,10 +378437,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdba7480; } +.border-s-orange-300\\/55 { + border-inline-start-color: #fdba748c; +} + .border-s-orange-300\\/60 { border-inline-start-color: #fdba7499; } +.border-s-orange-300\\/65 { + border-inline-start-color: #fdba74a6; +} + .border-s-orange-300\\/70 { border-inline-start-color: #fdba74b3; } @@ -275769,6 +378461,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdba74cc; } +.border-s-orange-300\\/85 { + border-inline-start-color: #fdba74d9; +} + .border-s-orange-300\\/90 { border-inline-start-color: #fdba74e6; } @@ -275794,6 +378490,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb923c; } +.border-s-orange-400\\/15 { + border-inline-start-color: #fb923c26; +} + .border-s-orange-400\\/20 { border-inline-start-color: #fb923c33; } @@ -275806,10 +378506,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb923c4d; } +.border-s-orange-400\\/35 { + border-inline-start-color: #fb923c59; +} + .border-s-orange-400\\/40 { border-inline-start-color: #fb923c66; } +.border-s-orange-400\\/45 { + border-inline-start-color: #fb923c73; +} + .border-s-orange-400\\/5 { border-inline-start-color: #fb923c0d; } @@ -275818,10 +378526,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb923c80; } +.border-s-orange-400\\/55 { + border-inline-start-color: #fb923c8c; +} + .border-s-orange-400\\/60 { border-inline-start-color: #fb923c99; } +.border-s-orange-400\\/65 { + border-inline-start-color: #fb923ca6; +} + .border-s-orange-400\\/70 { border-inline-start-color: #fb923cb3; } @@ -275834,6 +378550,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb923ccc; } +.border-s-orange-400\\/85 { + border-inline-start-color: #fb923cd9; +} + .border-s-orange-400\\/90 { border-inline-start-color: #fb923ce6; } @@ -275859,6 +378579,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff7ed; } +.border-s-orange-50\\/15 { + border-inline-start-color: #fff7ed26; +} + .border-s-orange-50\\/20 { border-inline-start-color: #fff7ed33; } @@ -275871,10 +378595,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff7ed4d; } +.border-s-orange-50\\/35 { + border-inline-start-color: #fff7ed59; +} + .border-s-orange-50\\/40 { border-inline-start-color: #fff7ed66; } +.border-s-orange-50\\/45 { + border-inline-start-color: #fff7ed73; +} + .border-s-orange-50\\/5 { border-inline-start-color: #fff7ed0d; } @@ -275883,10 +378615,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff7ed80; } +.border-s-orange-50\\/55 { + border-inline-start-color: #fff7ed8c; +} + .border-s-orange-50\\/60 { border-inline-start-color: #fff7ed99; } +.border-s-orange-50\\/65 { + border-inline-start-color: #fff7eda6; +} + .border-s-orange-50\\/70 { border-inline-start-color: #fff7edb3; } @@ -275899,6 +378639,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff7edcc; } +.border-s-orange-50\\/85 { + border-inline-start-color: #fff7edd9; +} + .border-s-orange-50\\/90 { border-inline-start-color: #fff7ede6; } @@ -275924,6 +378668,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f97316; } +.border-s-orange-500\\/15 { + border-inline-start-color: #f9731626; +} + .border-s-orange-500\\/20 { border-inline-start-color: #f9731633; } @@ -275936,10 +378684,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f973164d; } +.border-s-orange-500\\/35 { + border-inline-start-color: #f9731659; +} + .border-s-orange-500\\/40 { border-inline-start-color: #f9731666; } +.border-s-orange-500\\/45 { + border-inline-start-color: #f9731673; +} + .border-s-orange-500\\/5 { border-inline-start-color: #f973160d; } @@ -275948,10 +378704,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9731680; } +.border-s-orange-500\\/55 { + border-inline-start-color: #f973168c; +} + .border-s-orange-500\\/60 { border-inline-start-color: #f9731699; } +.border-s-orange-500\\/65 { + border-inline-start-color: #f97316a6; +} + .border-s-orange-500\\/70 { border-inline-start-color: #f97316b3; } @@ -275964,6 +378728,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f97316cc; } +.border-s-orange-500\\/85 { + border-inline-start-color: #f97316d9; +} + .border-s-orange-500\\/90 { border-inline-start-color: #f97316e6; } @@ -275989,6 +378757,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ea580c; } +.border-s-orange-600\\/15 { + border-inline-start-color: #ea580c26; +} + .border-s-orange-600\\/20 { border-inline-start-color: #ea580c33; } @@ -276001,10 +378773,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ea580c4d; } +.border-s-orange-600\\/35 { + border-inline-start-color: #ea580c59; +} + .border-s-orange-600\\/40 { border-inline-start-color: #ea580c66; } +.border-s-orange-600\\/45 { + border-inline-start-color: #ea580c73; +} + .border-s-orange-600\\/5 { border-inline-start-color: #ea580c0d; } @@ -276013,10 +378793,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ea580c80; } +.border-s-orange-600\\/55 { + border-inline-start-color: #ea580c8c; +} + .border-s-orange-600\\/60 { border-inline-start-color: #ea580c99; } +.border-s-orange-600\\/65 { + border-inline-start-color: #ea580ca6; +} + .border-s-orange-600\\/70 { border-inline-start-color: #ea580cb3; } @@ -276029,6 +378817,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ea580ccc; } +.border-s-orange-600\\/85 { + border-inline-start-color: #ea580cd9; +} + .border-s-orange-600\\/90 { border-inline-start-color: #ea580ce6; } @@ -276054,6 +378846,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c2410c; } +.border-s-orange-700\\/15 { + border-inline-start-color: #c2410c26; +} + .border-s-orange-700\\/20 { border-inline-start-color: #c2410c33; } @@ -276066,10 +378862,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c2410c4d; } +.border-s-orange-700\\/35 { + border-inline-start-color: #c2410c59; +} + .border-s-orange-700\\/40 { border-inline-start-color: #c2410c66; } +.border-s-orange-700\\/45 { + border-inline-start-color: #c2410c73; +} + .border-s-orange-700\\/5 { border-inline-start-color: #c2410c0d; } @@ -276078,10 +378882,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c2410c80; } +.border-s-orange-700\\/55 { + border-inline-start-color: #c2410c8c; +} + .border-s-orange-700\\/60 { border-inline-start-color: #c2410c99; } +.border-s-orange-700\\/65 { + border-inline-start-color: #c2410ca6; +} + .border-s-orange-700\\/70 { border-inline-start-color: #c2410cb3; } @@ -276094,6 +378906,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c2410ccc; } +.border-s-orange-700\\/85 { + border-inline-start-color: #c2410cd9; +} + .border-s-orange-700\\/90 { border-inline-start-color: #c2410ce6; } @@ -276119,6 +378935,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9a3412; } +.border-s-orange-800\\/15 { + border-inline-start-color: #9a341226; +} + .border-s-orange-800\\/20 { border-inline-start-color: #9a341233; } @@ -276131,10 +378951,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9a34124d; } +.border-s-orange-800\\/35 { + border-inline-start-color: #9a341259; +} + .border-s-orange-800\\/40 { border-inline-start-color: #9a341266; } +.border-s-orange-800\\/45 { + border-inline-start-color: #9a341273; +} + .border-s-orange-800\\/5 { border-inline-start-color: #9a34120d; } @@ -276143,10 +378971,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9a341280; } +.border-s-orange-800\\/55 { + border-inline-start-color: #9a34128c; +} + .border-s-orange-800\\/60 { border-inline-start-color: #9a341299; } +.border-s-orange-800\\/65 { + border-inline-start-color: #9a3412a6; +} + .border-s-orange-800\\/70 { border-inline-start-color: #9a3412b3; } @@ -276159,6 +378995,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9a3412cc; } +.border-s-orange-800\\/85 { + border-inline-start-color: #9a3412d9; +} + .border-s-orange-800\\/90 { border-inline-start-color: #9a3412e6; } @@ -276184,6 +379024,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c2d12; } +.border-s-orange-900\\/15 { + border-inline-start-color: #7c2d1226; +} + .border-s-orange-900\\/20 { border-inline-start-color: #7c2d1233; } @@ -276196,10 +379040,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c2d124d; } +.border-s-orange-900\\/35 { + border-inline-start-color: #7c2d1259; +} + .border-s-orange-900\\/40 { border-inline-start-color: #7c2d1266; } +.border-s-orange-900\\/45 { + border-inline-start-color: #7c2d1273; +} + .border-s-orange-900\\/5 { border-inline-start-color: #7c2d120d; } @@ -276208,10 +379060,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c2d1280; } +.border-s-orange-900\\/55 { + border-inline-start-color: #7c2d128c; +} + .border-s-orange-900\\/60 { border-inline-start-color: #7c2d1299; } +.border-s-orange-900\\/65 { + border-inline-start-color: #7c2d12a6; +} + .border-s-orange-900\\/70 { border-inline-start-color: #7c2d12b3; } @@ -276224,6 +379084,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c2d12cc; } +.border-s-orange-900\\/85 { + border-inline-start-color: #7c2d12d9; +} + .border-s-orange-900\\/90 { border-inline-start-color: #7c2d12e6; } @@ -276249,6 +379113,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #431407; } +.border-s-orange-950\\/15 { + border-inline-start-color: #43140726; +} + .border-s-orange-950\\/20 { border-inline-start-color: #43140733; } @@ -276261,10 +379129,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4314074d; } +.border-s-orange-950\\/35 { + border-inline-start-color: #43140759; +} + .border-s-orange-950\\/40 { border-inline-start-color: #43140766; } +.border-s-orange-950\\/45 { + border-inline-start-color: #43140773; +} + .border-s-orange-950\\/5 { border-inline-start-color: #4314070d; } @@ -276273,10 +379149,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #43140780; } +.border-s-orange-950\\/55 { + border-inline-start-color: #4314078c; +} + .border-s-orange-950\\/60 { border-inline-start-color: #43140799; } +.border-s-orange-950\\/65 { + border-inline-start-color: #431407a6; +} + .border-s-orange-950\\/70 { border-inline-start-color: #431407b3; } @@ -276289,6 +379173,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #431407cc; } +.border-s-orange-950\\/85 { + border-inline-start-color: #431407d9; +} + .border-s-orange-950\\/90 { border-inline-start-color: #431407e6; } @@ -276314,6 +379202,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fce7f3; } +.border-s-pink-100\\/15 { + border-inline-start-color: #fce7f326; +} + .border-s-pink-100\\/20 { border-inline-start-color: #fce7f333; } @@ -276326,10 +379218,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fce7f34d; } +.border-s-pink-100\\/35 { + border-inline-start-color: #fce7f359; +} + .border-s-pink-100\\/40 { border-inline-start-color: #fce7f366; } +.border-s-pink-100\\/45 { + border-inline-start-color: #fce7f373; +} + .border-s-pink-100\\/5 { border-inline-start-color: #fce7f30d; } @@ -276338,10 +379238,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fce7f380; } +.border-s-pink-100\\/55 { + border-inline-start-color: #fce7f38c; +} + .border-s-pink-100\\/60 { border-inline-start-color: #fce7f399; } +.border-s-pink-100\\/65 { + border-inline-start-color: #fce7f3a6; +} + .border-s-pink-100\\/70 { border-inline-start-color: #fce7f3b3; } @@ -276354,6 +379262,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fce7f3cc; } +.border-s-pink-100\\/85 { + border-inline-start-color: #fce7f3d9; +} + .border-s-pink-100\\/90 { border-inline-start-color: #fce7f3e6; } @@ -276379,6 +379291,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbcfe8; } +.border-s-pink-200\\/15 { + border-inline-start-color: #fbcfe826; +} + .border-s-pink-200\\/20 { border-inline-start-color: #fbcfe833; } @@ -276391,10 +379307,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbcfe84d; } +.border-s-pink-200\\/35 { + border-inline-start-color: #fbcfe859; +} + .border-s-pink-200\\/40 { border-inline-start-color: #fbcfe866; } +.border-s-pink-200\\/45 { + border-inline-start-color: #fbcfe873; +} + .border-s-pink-200\\/5 { border-inline-start-color: #fbcfe80d; } @@ -276403,10 +379327,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbcfe880; } +.border-s-pink-200\\/55 { + border-inline-start-color: #fbcfe88c; +} + .border-s-pink-200\\/60 { border-inline-start-color: #fbcfe899; } +.border-s-pink-200\\/65 { + border-inline-start-color: #fbcfe8a6; +} + .border-s-pink-200\\/70 { border-inline-start-color: #fbcfe8b3; } @@ -276419,6 +379351,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fbcfe8cc; } +.border-s-pink-200\\/85 { + border-inline-start-color: #fbcfe8d9; +} + .border-s-pink-200\\/90 { border-inline-start-color: #fbcfe8e6; } @@ -276444,6 +379380,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9a8d4; } +.border-s-pink-300\\/15 { + border-inline-start-color: #f9a8d426; +} + .border-s-pink-300\\/20 { border-inline-start-color: #f9a8d433; } @@ -276456,10 +379396,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9a8d44d; } +.border-s-pink-300\\/35 { + border-inline-start-color: #f9a8d459; +} + .border-s-pink-300\\/40 { border-inline-start-color: #f9a8d466; } +.border-s-pink-300\\/45 { + border-inline-start-color: #f9a8d473; +} + .border-s-pink-300\\/5 { border-inline-start-color: #f9a8d40d; } @@ -276468,10 +379416,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9a8d480; } +.border-s-pink-300\\/55 { + border-inline-start-color: #f9a8d48c; +} + .border-s-pink-300\\/60 { border-inline-start-color: #f9a8d499; } +.border-s-pink-300\\/65 { + border-inline-start-color: #f9a8d4a6; +} + .border-s-pink-300\\/70 { border-inline-start-color: #f9a8d4b3; } @@ -276484,6 +379440,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f9a8d4cc; } +.border-s-pink-300\\/85 { + border-inline-start-color: #f9a8d4d9; +} + .border-s-pink-300\\/90 { border-inline-start-color: #f9a8d4e6; } @@ -276509,6 +379469,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f472b6; } +.border-s-pink-400\\/15 { + border-inline-start-color: #f472b626; +} + .border-s-pink-400\\/20 { border-inline-start-color: #f472b633; } @@ -276521,10 +379485,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f472b64d; } +.border-s-pink-400\\/35 { + border-inline-start-color: #f472b659; +} + .border-s-pink-400\\/40 { border-inline-start-color: #f472b666; } +.border-s-pink-400\\/45 { + border-inline-start-color: #f472b673; +} + .border-s-pink-400\\/5 { border-inline-start-color: #f472b60d; } @@ -276533,10 +379505,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f472b680; } +.border-s-pink-400\\/55 { + border-inline-start-color: #f472b68c; +} + .border-s-pink-400\\/60 { border-inline-start-color: #f472b699; } +.border-s-pink-400\\/65 { + border-inline-start-color: #f472b6a6; +} + .border-s-pink-400\\/70 { border-inline-start-color: #f472b6b3; } @@ -276549,6 +379529,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f472b6cc; } +.border-s-pink-400\\/85 { + border-inline-start-color: #f472b6d9; +} + .border-s-pink-400\\/90 { border-inline-start-color: #f472b6e6; } @@ -276574,6 +379558,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf2f8; } +.border-s-pink-50\\/15 { + border-inline-start-color: #fdf2f826; +} + .border-s-pink-50\\/20 { border-inline-start-color: #fdf2f833; } @@ -276586,10 +379574,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf2f84d; } +.border-s-pink-50\\/35 { + border-inline-start-color: #fdf2f859; +} + .border-s-pink-50\\/40 { border-inline-start-color: #fdf2f866; } +.border-s-pink-50\\/45 { + border-inline-start-color: #fdf2f873; +} + .border-s-pink-50\\/5 { border-inline-start-color: #fdf2f80d; } @@ -276598,10 +379594,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf2f880; } +.border-s-pink-50\\/55 { + border-inline-start-color: #fdf2f88c; +} + .border-s-pink-50\\/60 { border-inline-start-color: #fdf2f899; } +.border-s-pink-50\\/65 { + border-inline-start-color: #fdf2f8a6; +} + .border-s-pink-50\\/70 { border-inline-start-color: #fdf2f8b3; } @@ -276614,6 +379618,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fdf2f8cc; } +.border-s-pink-50\\/85 { + border-inline-start-color: #fdf2f8d9; +} + .border-s-pink-50\\/90 { border-inline-start-color: #fdf2f8e6; } @@ -276639,6 +379647,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ec4899; } +.border-s-pink-500\\/15 { + border-inline-start-color: #ec489926; +} + .border-s-pink-500\\/20 { border-inline-start-color: #ec489933; } @@ -276651,10 +379663,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ec48994d; } +.border-s-pink-500\\/35 { + border-inline-start-color: #ec489959; +} + .border-s-pink-500\\/40 { border-inline-start-color: #ec489966; } +.border-s-pink-500\\/45 { + border-inline-start-color: #ec489973; +} + .border-s-pink-500\\/5 { border-inline-start-color: #ec48990d; } @@ -276663,10 +379683,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ec489980; } +.border-s-pink-500\\/55 { + border-inline-start-color: #ec48998c; +} + .border-s-pink-500\\/60 { border-inline-start-color: #ec489999; } +.border-s-pink-500\\/65 { + border-inline-start-color: #ec4899a6; +} + .border-s-pink-500\\/70 { border-inline-start-color: #ec4899b3; } @@ -276679,6 +379707,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ec4899cc; } +.border-s-pink-500\\/85 { + border-inline-start-color: #ec4899d9; +} + .border-s-pink-500\\/90 { border-inline-start-color: #ec4899e6; } @@ -276704,6 +379736,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #db2777; } +.border-s-pink-600\\/15 { + border-inline-start-color: #db277726; +} + .border-s-pink-600\\/20 { border-inline-start-color: #db277733; } @@ -276716,10 +379752,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #db27774d; } +.border-s-pink-600\\/35 { + border-inline-start-color: #db277759; +} + .border-s-pink-600\\/40 { border-inline-start-color: #db277766; } +.border-s-pink-600\\/45 { + border-inline-start-color: #db277773; +} + .border-s-pink-600\\/5 { border-inline-start-color: #db27770d; } @@ -276728,10 +379772,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #db277780; } +.border-s-pink-600\\/55 { + border-inline-start-color: #db27778c; +} + .border-s-pink-600\\/60 { border-inline-start-color: #db277799; } +.border-s-pink-600\\/65 { + border-inline-start-color: #db2777a6; +} + .border-s-pink-600\\/70 { border-inline-start-color: #db2777b3; } @@ -276744,6 +379796,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #db2777cc; } +.border-s-pink-600\\/85 { + border-inline-start-color: #db2777d9; +} + .border-s-pink-600\\/90 { border-inline-start-color: #db2777e6; } @@ -276769,6 +379825,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be185d; } +.border-s-pink-700\\/15 { + border-inline-start-color: #be185d26; +} + .border-s-pink-700\\/20 { border-inline-start-color: #be185d33; } @@ -276781,10 +379841,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be185d4d; } +.border-s-pink-700\\/35 { + border-inline-start-color: #be185d59; +} + .border-s-pink-700\\/40 { border-inline-start-color: #be185d66; } +.border-s-pink-700\\/45 { + border-inline-start-color: #be185d73; +} + .border-s-pink-700\\/5 { border-inline-start-color: #be185d0d; } @@ -276793,10 +379861,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be185d80; } +.border-s-pink-700\\/55 { + border-inline-start-color: #be185d8c; +} + .border-s-pink-700\\/60 { border-inline-start-color: #be185d99; } +.border-s-pink-700\\/65 { + border-inline-start-color: #be185da6; +} + .border-s-pink-700\\/70 { border-inline-start-color: #be185db3; } @@ -276809,6 +379885,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be185dcc; } +.border-s-pink-700\\/85 { + border-inline-start-color: #be185dd9; +} + .border-s-pink-700\\/90 { border-inline-start-color: #be185de6; } @@ -276834,6 +379914,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9d174d; } +.border-s-pink-800\\/15 { + border-inline-start-color: #9d174d26; +} + .border-s-pink-800\\/20 { border-inline-start-color: #9d174d33; } @@ -276846,10 +379930,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9d174d4d; } +.border-s-pink-800\\/35 { + border-inline-start-color: #9d174d59; +} + .border-s-pink-800\\/40 { border-inline-start-color: #9d174d66; } +.border-s-pink-800\\/45 { + border-inline-start-color: #9d174d73; +} + .border-s-pink-800\\/5 { border-inline-start-color: #9d174d0d; } @@ -276858,10 +379950,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9d174d80; } +.border-s-pink-800\\/55 { + border-inline-start-color: #9d174d8c; +} + .border-s-pink-800\\/60 { border-inline-start-color: #9d174d99; } +.border-s-pink-800\\/65 { + border-inline-start-color: #9d174da6; +} + .border-s-pink-800\\/70 { border-inline-start-color: #9d174db3; } @@ -276874,6 +379974,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9d174dcc; } +.border-s-pink-800\\/85 { + border-inline-start-color: #9d174dd9; +} + .border-s-pink-800\\/90 { border-inline-start-color: #9d174de6; } @@ -276899,6 +380003,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #831843; } +.border-s-pink-900\\/15 { + border-inline-start-color: #83184326; +} + .border-s-pink-900\\/20 { border-inline-start-color: #83184333; } @@ -276911,10 +380019,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #8318434d; } +.border-s-pink-900\\/35 { + border-inline-start-color: #83184359; +} + .border-s-pink-900\\/40 { border-inline-start-color: #83184366; } +.border-s-pink-900\\/45 { + border-inline-start-color: #83184373; +} + .border-s-pink-900\\/5 { border-inline-start-color: #8318430d; } @@ -276923,10 +380039,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #83184380; } +.border-s-pink-900\\/55 { + border-inline-start-color: #8318438c; +} + .border-s-pink-900\\/60 { border-inline-start-color: #83184399; } +.border-s-pink-900\\/65 { + border-inline-start-color: #831843a6; +} + .border-s-pink-900\\/70 { border-inline-start-color: #831843b3; } @@ -276939,6 +380063,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #831843cc; } +.border-s-pink-900\\/85 { + border-inline-start-color: #831843d9; +} + .border-s-pink-900\\/90 { border-inline-start-color: #831843e6; } @@ -276964,6 +380092,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #500724; } +.border-s-pink-950\\/15 { + border-inline-start-color: #50072426; +} + .border-s-pink-950\\/20 { border-inline-start-color: #50072433; } @@ -276976,10 +380108,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5007244d; } +.border-s-pink-950\\/35 { + border-inline-start-color: #50072459; +} + .border-s-pink-950\\/40 { border-inline-start-color: #50072466; } +.border-s-pink-950\\/45 { + border-inline-start-color: #50072473; +} + .border-s-pink-950\\/5 { border-inline-start-color: #5007240d; } @@ -276988,10 +380128,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #50072480; } +.border-s-pink-950\\/55 { + border-inline-start-color: #5007248c; +} + .border-s-pink-950\\/60 { border-inline-start-color: #50072499; } +.border-s-pink-950\\/65 { + border-inline-start-color: #500724a6; +} + .border-s-pink-950\\/70 { border-inline-start-color: #500724b3; } @@ -277004,6 +380152,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #500724cc; } +.border-s-pink-950\\/85 { + border-inline-start-color: #500724d9; +} + .border-s-pink-950\\/90 { border-inline-start-color: #500724e6; } @@ -277029,6 +380181,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3e8ff; } +.border-s-purple-100\\/15 { + border-inline-start-color: #f3e8ff26; +} + .border-s-purple-100\\/20 { border-inline-start-color: #f3e8ff33; } @@ -277041,10 +380197,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3e8ff4d; } +.border-s-purple-100\\/35 { + border-inline-start-color: #f3e8ff59; +} + .border-s-purple-100\\/40 { border-inline-start-color: #f3e8ff66; } +.border-s-purple-100\\/45 { + border-inline-start-color: #f3e8ff73; +} + .border-s-purple-100\\/5 { border-inline-start-color: #f3e8ff0d; } @@ -277053,10 +380217,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3e8ff80; } +.border-s-purple-100\\/55 { + border-inline-start-color: #f3e8ff8c; +} + .border-s-purple-100\\/60 { border-inline-start-color: #f3e8ff99; } +.border-s-purple-100\\/65 { + border-inline-start-color: #f3e8ffa6; +} + .border-s-purple-100\\/70 { border-inline-start-color: #f3e8ffb3; } @@ -277069,6 +380241,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f3e8ffcc; } +.border-s-purple-100\\/85 { + border-inline-start-color: #f3e8ffd9; +} + .border-s-purple-100\\/90 { border-inline-start-color: #f3e8ffe6; } @@ -277094,6 +380270,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e9d5ff; } +.border-s-purple-200\\/15 { + border-inline-start-color: #e9d5ff26; +} + .border-s-purple-200\\/20 { border-inline-start-color: #e9d5ff33; } @@ -277106,10 +380286,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e9d5ff4d; } +.border-s-purple-200\\/35 { + border-inline-start-color: #e9d5ff59; +} + .border-s-purple-200\\/40 { border-inline-start-color: #e9d5ff66; } +.border-s-purple-200\\/45 { + border-inline-start-color: #e9d5ff73; +} + .border-s-purple-200\\/5 { border-inline-start-color: #e9d5ff0d; } @@ -277118,10 +380306,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e9d5ff80; } +.border-s-purple-200\\/55 { + border-inline-start-color: #e9d5ff8c; +} + .border-s-purple-200\\/60 { border-inline-start-color: #e9d5ff99; } +.border-s-purple-200\\/65 { + border-inline-start-color: #e9d5ffa6; +} + .border-s-purple-200\\/70 { border-inline-start-color: #e9d5ffb3; } @@ -277134,6 +380330,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e9d5ffcc; } +.border-s-purple-200\\/85 { + border-inline-start-color: #e9d5ffd9; +} + .border-s-purple-200\\/90 { border-inline-start-color: #e9d5ffe6; } @@ -277159,6 +380359,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d8b4fe; } +.border-s-purple-300\\/15 { + border-inline-start-color: #d8b4fe26; +} + .border-s-purple-300\\/20 { border-inline-start-color: #d8b4fe33; } @@ -277171,10 +380375,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d8b4fe4d; } +.border-s-purple-300\\/35 { + border-inline-start-color: #d8b4fe59; +} + .border-s-purple-300\\/40 { border-inline-start-color: #d8b4fe66; } +.border-s-purple-300\\/45 { + border-inline-start-color: #d8b4fe73; +} + .border-s-purple-300\\/5 { border-inline-start-color: #d8b4fe0d; } @@ -277183,10 +380395,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d8b4fe80; } +.border-s-purple-300\\/55 { + border-inline-start-color: #d8b4fe8c; +} + .border-s-purple-300\\/60 { border-inline-start-color: #d8b4fe99; } +.border-s-purple-300\\/65 { + border-inline-start-color: #d8b4fea6; +} + .border-s-purple-300\\/70 { border-inline-start-color: #d8b4feb3; } @@ -277199,6 +380419,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d8b4fecc; } +.border-s-purple-300\\/85 { + border-inline-start-color: #d8b4fed9; +} + .border-s-purple-300\\/90 { border-inline-start-color: #d8b4fee6; } @@ -277224,6 +380448,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c084fc; } +.border-s-purple-400\\/15 { + border-inline-start-color: #c084fc26; +} + .border-s-purple-400\\/20 { border-inline-start-color: #c084fc33; } @@ -277236,10 +380464,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c084fc4d; } +.border-s-purple-400\\/35 { + border-inline-start-color: #c084fc59; +} + .border-s-purple-400\\/40 { border-inline-start-color: #c084fc66; } +.border-s-purple-400\\/45 { + border-inline-start-color: #c084fc73; +} + .border-s-purple-400\\/5 { border-inline-start-color: #c084fc0d; } @@ -277248,10 +380484,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c084fc80; } +.border-s-purple-400\\/55 { + border-inline-start-color: #c084fc8c; +} + .border-s-purple-400\\/60 { border-inline-start-color: #c084fc99; } +.border-s-purple-400\\/65 { + border-inline-start-color: #c084fca6; +} + .border-s-purple-400\\/70 { border-inline-start-color: #c084fcb3; } @@ -277264,6 +380508,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c084fccc; } +.border-s-purple-400\\/85 { + border-inline-start-color: #c084fcd9; +} + .border-s-purple-400\\/90 { border-inline-start-color: #c084fce6; } @@ -277289,6 +380537,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #faf5ff; } +.border-s-purple-50\\/15 { + border-inline-start-color: #faf5ff26; +} + .border-s-purple-50\\/20 { border-inline-start-color: #faf5ff33; } @@ -277301,10 +380553,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #faf5ff4d; } +.border-s-purple-50\\/35 { + border-inline-start-color: #faf5ff59; +} + .border-s-purple-50\\/40 { border-inline-start-color: #faf5ff66; } +.border-s-purple-50\\/45 { + border-inline-start-color: #faf5ff73; +} + .border-s-purple-50\\/5 { border-inline-start-color: #faf5ff0d; } @@ -277313,10 +380573,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #faf5ff80; } +.border-s-purple-50\\/55 { + border-inline-start-color: #faf5ff8c; +} + .border-s-purple-50\\/60 { border-inline-start-color: #faf5ff99; } +.border-s-purple-50\\/65 { + border-inline-start-color: #faf5ffa6; +} + .border-s-purple-50\\/70 { border-inline-start-color: #faf5ffb3; } @@ -277329,6 +380597,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #faf5ffcc; } +.border-s-purple-50\\/85 { + border-inline-start-color: #faf5ffd9; +} + .border-s-purple-50\\/90 { border-inline-start-color: #faf5ffe6; } @@ -277354,6 +380626,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a855f7; } +.border-s-purple-500\\/15 { + border-inline-start-color: #a855f726; +} + .border-s-purple-500\\/20 { border-inline-start-color: #a855f733; } @@ -277366,10 +380642,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a855f74d; } +.border-s-purple-500\\/35 { + border-inline-start-color: #a855f759; +} + .border-s-purple-500\\/40 { border-inline-start-color: #a855f766; } +.border-s-purple-500\\/45 { + border-inline-start-color: #a855f773; +} + .border-s-purple-500\\/5 { border-inline-start-color: #a855f70d; } @@ -277378,10 +380662,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a855f780; } +.border-s-purple-500\\/55 { + border-inline-start-color: #a855f78c; +} + .border-s-purple-500\\/60 { border-inline-start-color: #a855f799; } +.border-s-purple-500\\/65 { + border-inline-start-color: #a855f7a6; +} + .border-s-purple-500\\/70 { border-inline-start-color: #a855f7b3; } @@ -277394,6 +380686,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a855f7cc; } +.border-s-purple-500\\/85 { + border-inline-start-color: #a855f7d9; +} + .border-s-purple-500\\/90 { border-inline-start-color: #a855f7e6; } @@ -277419,6 +380715,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9333ea; } +.border-s-purple-600\\/15 { + border-inline-start-color: #9333ea26; +} + .border-s-purple-600\\/20 { border-inline-start-color: #9333ea33; } @@ -277431,10 +380731,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9333ea4d; } +.border-s-purple-600\\/35 { + border-inline-start-color: #9333ea59; +} + .border-s-purple-600\\/40 { border-inline-start-color: #9333ea66; } +.border-s-purple-600\\/45 { + border-inline-start-color: #9333ea73; +} + .border-s-purple-600\\/5 { border-inline-start-color: #9333ea0d; } @@ -277443,10 +380751,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9333ea80; } +.border-s-purple-600\\/55 { + border-inline-start-color: #9333ea8c; +} + .border-s-purple-600\\/60 { border-inline-start-color: #9333ea99; } +.border-s-purple-600\\/65 { + border-inline-start-color: #9333eaa6; +} + .border-s-purple-600\\/70 { border-inline-start-color: #9333eab3; } @@ -277459,6 +380775,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9333eacc; } +.border-s-purple-600\\/85 { + border-inline-start-color: #9333ead9; +} + .border-s-purple-600\\/90 { border-inline-start-color: #9333eae6; } @@ -277484,6 +380804,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7e22ce; } +.border-s-purple-700\\/15 { + border-inline-start-color: #7e22ce26; +} + .border-s-purple-700\\/20 { border-inline-start-color: #7e22ce33; } @@ -277496,10 +380820,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7e22ce4d; } +.border-s-purple-700\\/35 { + border-inline-start-color: #7e22ce59; +} + .border-s-purple-700\\/40 { border-inline-start-color: #7e22ce66; } +.border-s-purple-700\\/45 { + border-inline-start-color: #7e22ce73; +} + .border-s-purple-700\\/5 { border-inline-start-color: #7e22ce0d; } @@ -277508,10 +380840,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7e22ce80; } +.border-s-purple-700\\/55 { + border-inline-start-color: #7e22ce8c; +} + .border-s-purple-700\\/60 { border-inline-start-color: #7e22ce99; } +.border-s-purple-700\\/65 { + border-inline-start-color: #7e22cea6; +} + .border-s-purple-700\\/70 { border-inline-start-color: #7e22ceb3; } @@ -277524,6 +380864,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7e22cecc; } +.border-s-purple-700\\/85 { + border-inline-start-color: #7e22ced9; +} + .border-s-purple-700\\/90 { border-inline-start-color: #7e22cee6; } @@ -277549,6 +380893,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b21a8; } +.border-s-purple-800\\/15 { + border-inline-start-color: #6b21a826; +} + .border-s-purple-800\\/20 { border-inline-start-color: #6b21a833; } @@ -277561,10 +380909,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b21a84d; } +.border-s-purple-800\\/35 { + border-inline-start-color: #6b21a859; +} + .border-s-purple-800\\/40 { border-inline-start-color: #6b21a866; } +.border-s-purple-800\\/45 { + border-inline-start-color: #6b21a873; +} + .border-s-purple-800\\/5 { border-inline-start-color: #6b21a80d; } @@ -277573,10 +380929,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b21a880; } +.border-s-purple-800\\/55 { + border-inline-start-color: #6b21a88c; +} + .border-s-purple-800\\/60 { border-inline-start-color: #6b21a899; } +.border-s-purple-800\\/65 { + border-inline-start-color: #6b21a8a6; +} + .border-s-purple-800\\/70 { border-inline-start-color: #6b21a8b3; } @@ -277589,6 +380953,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6b21a8cc; } +.border-s-purple-800\\/85 { + border-inline-start-color: #6b21a8d9; +} + .border-s-purple-800\\/90 { border-inline-start-color: #6b21a8e6; } @@ -277614,6 +380982,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #581c87; } +.border-s-purple-900\\/15 { + border-inline-start-color: #581c8726; +} + .border-s-purple-900\\/20 { border-inline-start-color: #581c8733; } @@ -277626,10 +380998,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #581c874d; } +.border-s-purple-900\\/35 { + border-inline-start-color: #581c8759; +} + .border-s-purple-900\\/40 { border-inline-start-color: #581c8766; } +.border-s-purple-900\\/45 { + border-inline-start-color: #581c8773; +} + .border-s-purple-900\\/5 { border-inline-start-color: #581c870d; } @@ -277638,10 +381018,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #581c8780; } +.border-s-purple-900\\/55 { + border-inline-start-color: #581c878c; +} + .border-s-purple-900\\/60 { border-inline-start-color: #581c8799; } +.border-s-purple-900\\/65 { + border-inline-start-color: #581c87a6; +} + .border-s-purple-900\\/70 { border-inline-start-color: #581c87b3; } @@ -277654,6 +381042,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #581c87cc; } +.border-s-purple-900\\/85 { + border-inline-start-color: #581c87d9; +} + .border-s-purple-900\\/90 { border-inline-start-color: #581c87e6; } @@ -277679,6 +381071,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b0764; } +.border-s-purple-950\\/15 { + border-inline-start-color: #3b076426; +} + .border-s-purple-950\\/20 { border-inline-start-color: #3b076433; } @@ -277691,10 +381087,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b07644d; } +.border-s-purple-950\\/35 { + border-inline-start-color: #3b076459; +} + .border-s-purple-950\\/40 { border-inline-start-color: #3b076466; } +.border-s-purple-950\\/45 { + border-inline-start-color: #3b076473; +} + .border-s-purple-950\\/5 { border-inline-start-color: #3b07640d; } @@ -277703,10 +381107,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b076480; } +.border-s-purple-950\\/55 { + border-inline-start-color: #3b07648c; +} + .border-s-purple-950\\/60 { border-inline-start-color: #3b076499; } +.border-s-purple-950\\/65 { + border-inline-start-color: #3b0764a6; +} + .border-s-purple-950\\/70 { border-inline-start-color: #3b0764b3; } @@ -277719,6 +381131,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3b0764cc; } +.border-s-purple-950\\/85 { + border-inline-start-color: #3b0764d9; +} + .border-s-purple-950\\/90 { border-inline-start-color: #3b0764e6; } @@ -277744,6 +381160,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fee2e2; } +.border-s-red-100\\/15 { + border-inline-start-color: #fee2e226; +} + .border-s-red-100\\/20 { border-inline-start-color: #fee2e233; } @@ -277756,10 +381176,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fee2e24d; } +.border-s-red-100\\/35 { + border-inline-start-color: #fee2e259; +} + .border-s-red-100\\/40 { border-inline-start-color: #fee2e266; } +.border-s-red-100\\/45 { + border-inline-start-color: #fee2e273; +} + .border-s-red-100\\/5 { border-inline-start-color: #fee2e20d; } @@ -277768,10 +381196,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fee2e280; } +.border-s-red-100\\/55 { + border-inline-start-color: #fee2e28c; +} + .border-s-red-100\\/60 { border-inline-start-color: #fee2e299; } +.border-s-red-100\\/65 { + border-inline-start-color: #fee2e2a6; +} + .border-s-red-100\\/70 { border-inline-start-color: #fee2e2b3; } @@ -277784,6 +381220,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fee2e2cc; } +.border-s-red-100\\/85 { + border-inline-start-color: #fee2e2d9; +} + .border-s-red-100\\/90 { border-inline-start-color: #fee2e2e6; } @@ -277809,6 +381249,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecaca; } +.border-s-red-200\\/15 { + border-inline-start-color: #fecaca26; +} + .border-s-red-200\\/20 { border-inline-start-color: #fecaca33; } @@ -277821,10 +381265,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecaca4d; } +.border-s-red-200\\/35 { + border-inline-start-color: #fecaca59; +} + .border-s-red-200\\/40 { border-inline-start-color: #fecaca66; } +.border-s-red-200\\/45 { + border-inline-start-color: #fecaca73; +} + .border-s-red-200\\/5 { border-inline-start-color: #fecaca0d; } @@ -277833,10 +381285,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecaca80; } +.border-s-red-200\\/55 { + border-inline-start-color: #fecaca8c; +} + .border-s-red-200\\/60 { border-inline-start-color: #fecaca99; } +.border-s-red-200\\/65 { + border-inline-start-color: #fecacaa6; +} + .border-s-red-200\\/70 { border-inline-start-color: #fecacab3; } @@ -277849,6 +381309,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecacacc; } +.border-s-red-200\\/85 { + border-inline-start-color: #fecacad9; +} + .border-s-red-200\\/90 { border-inline-start-color: #fecacae6; } @@ -277874,6 +381338,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fca5a5; } +.border-s-red-300\\/15 { + border-inline-start-color: #fca5a526; +} + .border-s-red-300\\/20 { border-inline-start-color: #fca5a533; } @@ -277886,10 +381354,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fca5a54d; } +.border-s-red-300\\/35 { + border-inline-start-color: #fca5a559; +} + .border-s-red-300\\/40 { border-inline-start-color: #fca5a566; } +.border-s-red-300\\/45 { + border-inline-start-color: #fca5a573; +} + .border-s-red-300\\/5 { border-inline-start-color: #fca5a50d; } @@ -277898,10 +381374,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fca5a580; } +.border-s-red-300\\/55 { + border-inline-start-color: #fca5a58c; +} + .border-s-red-300\\/60 { border-inline-start-color: #fca5a599; } +.border-s-red-300\\/65 { + border-inline-start-color: #fca5a5a6; +} + .border-s-red-300\\/70 { border-inline-start-color: #fca5a5b3; } @@ -277914,6 +381398,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fca5a5cc; } +.border-s-red-300\\/85 { + border-inline-start-color: #fca5a5d9; +} + .border-s-red-300\\/90 { border-inline-start-color: #fca5a5e6; } @@ -277939,6 +381427,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f87171; } +.border-s-red-400\\/15 { + border-inline-start-color: #f8717126; +} + .border-s-red-400\\/20 { border-inline-start-color: #f8717133; } @@ -277951,10 +381443,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f871714d; } +.border-s-red-400\\/35 { + border-inline-start-color: #f8717159; +} + .border-s-red-400\\/40 { border-inline-start-color: #f8717166; } +.border-s-red-400\\/45 { + border-inline-start-color: #f8717173; +} + .border-s-red-400\\/5 { border-inline-start-color: #f871710d; } @@ -277963,10 +381463,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f8717180; } +.border-s-red-400\\/55 { + border-inline-start-color: #f871718c; +} + .border-s-red-400\\/60 { border-inline-start-color: #f8717199; } +.border-s-red-400\\/65 { + border-inline-start-color: #f87171a6; +} + .border-s-red-400\\/70 { border-inline-start-color: #f87171b3; } @@ -277979,6 +381487,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f87171cc; } +.border-s-red-400\\/85 { + border-inline-start-color: #f87171d9; +} + .border-s-red-400\\/90 { border-inline-start-color: #f87171e6; } @@ -278004,6 +381516,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef2f2; } +.border-s-red-50\\/15 { + border-inline-start-color: #fef2f226; +} + .border-s-red-50\\/20 { border-inline-start-color: #fef2f233; } @@ -278016,10 +381532,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef2f24d; } +.border-s-red-50\\/35 { + border-inline-start-color: #fef2f259; +} + .border-s-red-50\\/40 { border-inline-start-color: #fef2f266; } +.border-s-red-50\\/45 { + border-inline-start-color: #fef2f273; +} + .border-s-red-50\\/5 { border-inline-start-color: #fef2f20d; } @@ -278028,10 +381552,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef2f280; } +.border-s-red-50\\/55 { + border-inline-start-color: #fef2f28c; +} + .border-s-red-50\\/60 { border-inline-start-color: #fef2f299; } +.border-s-red-50\\/65 { + border-inline-start-color: #fef2f2a6; +} + .border-s-red-50\\/70 { border-inline-start-color: #fef2f2b3; } @@ -278044,6 +381576,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef2f2cc; } +.border-s-red-50\\/85 { + border-inline-start-color: #fef2f2d9; +} + .border-s-red-50\\/90 { border-inline-start-color: #fef2f2e6; } @@ -278069,6 +381605,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ef4444; } +.border-s-red-500\\/15 { + border-inline-start-color: #ef444426; +} + .border-s-red-500\\/20 { border-inline-start-color: #ef444433; } @@ -278081,10 +381621,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ef44444d; } +.border-s-red-500\\/35 { + border-inline-start-color: #ef444459; +} + .border-s-red-500\\/40 { border-inline-start-color: #ef444466; } +.border-s-red-500\\/45 { + border-inline-start-color: #ef444473; +} + .border-s-red-500\\/5 { border-inline-start-color: #ef44440d; } @@ -278093,10 +381641,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ef444480; } +.border-s-red-500\\/55 { + border-inline-start-color: #ef44448c; +} + .border-s-red-500\\/60 { border-inline-start-color: #ef444499; } +.border-s-red-500\\/65 { + border-inline-start-color: #ef4444a6; +} + .border-s-red-500\\/70 { border-inline-start-color: #ef4444b3; } @@ -278109,6 +381665,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ef4444cc; } +.border-s-red-500\\/85 { + border-inline-start-color: #ef4444d9; +} + .border-s-red-500\\/90 { border-inline-start-color: #ef4444e6; } @@ -278134,6 +381694,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dc2626; } +.border-s-red-600\\/15 { + border-inline-start-color: #dc262626; +} + .border-s-red-600\\/20 { border-inline-start-color: #dc262633; } @@ -278146,10 +381710,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dc26264d; } +.border-s-red-600\\/35 { + border-inline-start-color: #dc262659; +} + .border-s-red-600\\/40 { border-inline-start-color: #dc262666; } +.border-s-red-600\\/45 { + border-inline-start-color: #dc262673; +} + .border-s-red-600\\/5 { border-inline-start-color: #dc26260d; } @@ -278158,10 +381730,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dc262680; } +.border-s-red-600\\/55 { + border-inline-start-color: #dc26268c; +} + .border-s-red-600\\/60 { border-inline-start-color: #dc262699; } +.border-s-red-600\\/65 { + border-inline-start-color: #dc2626a6; +} + .border-s-red-600\\/70 { border-inline-start-color: #dc2626b3; } @@ -278174,6 +381754,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #dc2626cc; } +.border-s-red-600\\/85 { + border-inline-start-color: #dc2626d9; +} + .border-s-red-600\\/90 { border-inline-start-color: #dc2626e6; } @@ -278199,6 +381783,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b91c1c; } +.border-s-red-700\\/15 { + border-inline-start-color: #b91c1c26; +} + .border-s-red-700\\/20 { border-inline-start-color: #b91c1c33; } @@ -278211,10 +381799,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b91c1c4d; } +.border-s-red-700\\/35 { + border-inline-start-color: #b91c1c59; +} + .border-s-red-700\\/40 { border-inline-start-color: #b91c1c66; } +.border-s-red-700\\/45 { + border-inline-start-color: #b91c1c73; +} + .border-s-red-700\\/5 { border-inline-start-color: #b91c1c0d; } @@ -278223,10 +381819,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b91c1c80; } +.border-s-red-700\\/55 { + border-inline-start-color: #b91c1c8c; +} + .border-s-red-700\\/60 { border-inline-start-color: #b91c1c99; } +.border-s-red-700\\/65 { + border-inline-start-color: #b91c1ca6; +} + .border-s-red-700\\/70 { border-inline-start-color: #b91c1cb3; } @@ -278239,6 +381843,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #b91c1ccc; } +.border-s-red-700\\/85 { + border-inline-start-color: #b91c1cd9; +} + .border-s-red-700\\/90 { border-inline-start-color: #b91c1ce6; } @@ -278264,6 +381872,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #991b1b; } +.border-s-red-800\\/15 { + border-inline-start-color: #991b1b26; +} + .border-s-red-800\\/20 { border-inline-start-color: #991b1b33; } @@ -278276,10 +381888,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #991b1b4d; } +.border-s-red-800\\/35 { + border-inline-start-color: #991b1b59; +} + .border-s-red-800\\/40 { border-inline-start-color: #991b1b66; } +.border-s-red-800\\/45 { + border-inline-start-color: #991b1b73; +} + .border-s-red-800\\/5 { border-inline-start-color: #991b1b0d; } @@ -278288,10 +381908,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #991b1b80; } +.border-s-red-800\\/55 { + border-inline-start-color: #991b1b8c; +} + .border-s-red-800\\/60 { border-inline-start-color: #991b1b99; } +.border-s-red-800\\/65 { + border-inline-start-color: #991b1ba6; +} + .border-s-red-800\\/70 { border-inline-start-color: #991b1bb3; } @@ -278304,6 +381932,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #991b1bcc; } +.border-s-red-800\\/85 { + border-inline-start-color: #991b1bd9; +} + .border-s-red-800\\/90 { border-inline-start-color: #991b1be6; } @@ -278329,6 +381961,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7f1d1d; } +.border-s-red-900\\/15 { + border-inline-start-color: #7f1d1d26; +} + .border-s-red-900\\/20 { border-inline-start-color: #7f1d1d33; } @@ -278341,10 +381977,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7f1d1d4d; } +.border-s-red-900\\/35 { + border-inline-start-color: #7f1d1d59; +} + .border-s-red-900\\/40 { border-inline-start-color: #7f1d1d66; } +.border-s-red-900\\/45 { + border-inline-start-color: #7f1d1d73; +} + .border-s-red-900\\/5 { border-inline-start-color: #7f1d1d0d; } @@ -278353,10 +381997,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7f1d1d80; } +.border-s-red-900\\/55 { + border-inline-start-color: #7f1d1d8c; +} + .border-s-red-900\\/60 { border-inline-start-color: #7f1d1d99; } +.border-s-red-900\\/65 { + border-inline-start-color: #7f1d1da6; +} + .border-s-red-900\\/70 { border-inline-start-color: #7f1d1db3; } @@ -278369,6 +382021,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7f1d1dcc; } +.border-s-red-900\\/85 { + border-inline-start-color: #7f1d1dd9; +} + .border-s-red-900\\/90 { border-inline-start-color: #7f1d1de6; } @@ -278394,6 +382050,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #450a0a; } +.border-s-red-950\\/15 { + border-inline-start-color: #450a0a26; +} + .border-s-red-950\\/20 { border-inline-start-color: #450a0a33; } @@ -278406,10 +382066,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #450a0a4d; } +.border-s-red-950\\/35 { + border-inline-start-color: #450a0a59; +} + .border-s-red-950\\/40 { border-inline-start-color: #450a0a66; } +.border-s-red-950\\/45 { + border-inline-start-color: #450a0a73; +} + .border-s-red-950\\/5 { border-inline-start-color: #450a0a0d; } @@ -278418,10 +382086,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #450a0a80; } +.border-s-red-950\\/55 { + border-inline-start-color: #450a0a8c; +} + .border-s-red-950\\/60 { border-inline-start-color: #450a0a99; } +.border-s-red-950\\/65 { + border-inline-start-color: #450a0aa6; +} + .border-s-red-950\\/70 { border-inline-start-color: #450a0ab3; } @@ -278434,6 +382110,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #450a0acc; } +.border-s-red-950\\/85 { + border-inline-start-color: #450a0ad9; +} + .border-s-red-950\\/90 { border-inline-start-color: #450a0ae6; } @@ -278459,6 +382139,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffe4e6; } +.border-s-rose-100\\/15 { + border-inline-start-color: #ffe4e626; +} + .border-s-rose-100\\/20 { border-inline-start-color: #ffe4e633; } @@ -278471,10 +382155,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffe4e64d; } +.border-s-rose-100\\/35 { + border-inline-start-color: #ffe4e659; +} + .border-s-rose-100\\/40 { border-inline-start-color: #ffe4e666; } +.border-s-rose-100\\/45 { + border-inline-start-color: #ffe4e673; +} + .border-s-rose-100\\/5 { border-inline-start-color: #ffe4e60d; } @@ -278483,10 +382175,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffe4e680; } +.border-s-rose-100\\/55 { + border-inline-start-color: #ffe4e68c; +} + .border-s-rose-100\\/60 { border-inline-start-color: #ffe4e699; } +.border-s-rose-100\\/65 { + border-inline-start-color: #ffe4e6a6; +} + .border-s-rose-100\\/70 { border-inline-start-color: #ffe4e6b3; } @@ -278499,6 +382199,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffe4e6cc; } +.border-s-rose-100\\/85 { + border-inline-start-color: #ffe4e6d9; +} + .border-s-rose-100\\/90 { border-inline-start-color: #ffe4e6e6; } @@ -278524,6 +382228,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecdd3; } +.border-s-rose-200\\/15 { + border-inline-start-color: #fecdd326; +} + .border-s-rose-200\\/20 { border-inline-start-color: #fecdd333; } @@ -278536,10 +382244,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecdd34d; } +.border-s-rose-200\\/35 { + border-inline-start-color: #fecdd359; +} + .border-s-rose-200\\/40 { border-inline-start-color: #fecdd366; } +.border-s-rose-200\\/45 { + border-inline-start-color: #fecdd373; +} + .border-s-rose-200\\/5 { border-inline-start-color: #fecdd30d; } @@ -278548,10 +382264,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecdd380; } +.border-s-rose-200\\/55 { + border-inline-start-color: #fecdd38c; +} + .border-s-rose-200\\/60 { border-inline-start-color: #fecdd399; } +.border-s-rose-200\\/65 { + border-inline-start-color: #fecdd3a6; +} + .border-s-rose-200\\/70 { border-inline-start-color: #fecdd3b3; } @@ -278564,6 +382288,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fecdd3cc; } +.border-s-rose-200\\/85 { + border-inline-start-color: #fecdd3d9; +} + .border-s-rose-200\\/90 { border-inline-start-color: #fecdd3e6; } @@ -278589,6 +382317,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fda4af; } +.border-s-rose-300\\/15 { + border-inline-start-color: #fda4af26; +} + .border-s-rose-300\\/20 { border-inline-start-color: #fda4af33; } @@ -278601,10 +382333,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fda4af4d; } +.border-s-rose-300\\/35 { + border-inline-start-color: #fda4af59; +} + .border-s-rose-300\\/40 { border-inline-start-color: #fda4af66; } +.border-s-rose-300\\/45 { + border-inline-start-color: #fda4af73; +} + .border-s-rose-300\\/5 { border-inline-start-color: #fda4af0d; } @@ -278613,10 +382353,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fda4af80; } +.border-s-rose-300\\/55 { + border-inline-start-color: #fda4af8c; +} + .border-s-rose-300\\/60 { border-inline-start-color: #fda4af99; } +.border-s-rose-300\\/65 { + border-inline-start-color: #fda4afa6; +} + .border-s-rose-300\\/70 { border-inline-start-color: #fda4afb3; } @@ -278629,6 +382377,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fda4afcc; } +.border-s-rose-300\\/85 { + border-inline-start-color: #fda4afd9; +} + .border-s-rose-300\\/90 { border-inline-start-color: #fda4afe6; } @@ -278654,6 +382406,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb7185; } +.border-s-rose-400\\/15 { + border-inline-start-color: #fb718526; +} + .border-s-rose-400\\/20 { border-inline-start-color: #fb718533; } @@ -278666,10 +382422,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb71854d; } +.border-s-rose-400\\/35 { + border-inline-start-color: #fb718559; +} + .border-s-rose-400\\/40 { border-inline-start-color: #fb718566; } +.border-s-rose-400\\/45 { + border-inline-start-color: #fb718573; +} + .border-s-rose-400\\/5 { border-inline-start-color: #fb71850d; } @@ -278678,10 +382442,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb718580; } +.border-s-rose-400\\/55 { + border-inline-start-color: #fb71858c; +} + .border-s-rose-400\\/60 { border-inline-start-color: #fb718599; } +.border-s-rose-400\\/65 { + border-inline-start-color: #fb7185a6; +} + .border-s-rose-400\\/70 { border-inline-start-color: #fb7185b3; } @@ -278694,6 +382466,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fb7185cc; } +.border-s-rose-400\\/85 { + border-inline-start-color: #fb7185d9; +} + .border-s-rose-400\\/90 { border-inline-start-color: #fb7185e6; } @@ -278719,6 +382495,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff1f2; } +.border-s-rose-50\\/15 { + border-inline-start-color: #fff1f226; +} + .border-s-rose-50\\/20 { border-inline-start-color: #fff1f233; } @@ -278731,10 +382511,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff1f24d; } +.border-s-rose-50\\/35 { + border-inline-start-color: #fff1f259; +} + .border-s-rose-50\\/40 { border-inline-start-color: #fff1f266; } +.border-s-rose-50\\/45 { + border-inline-start-color: #fff1f273; +} + .border-s-rose-50\\/5 { border-inline-start-color: #fff1f20d; } @@ -278743,10 +382531,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff1f280; } +.border-s-rose-50\\/55 { + border-inline-start-color: #fff1f28c; +} + .border-s-rose-50\\/60 { border-inline-start-color: #fff1f299; } +.border-s-rose-50\\/65 { + border-inline-start-color: #fff1f2a6; +} + .border-s-rose-50\\/70 { border-inline-start-color: #fff1f2b3; } @@ -278759,6 +382555,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff1f2cc; } +.border-s-rose-50\\/85 { + border-inline-start-color: #fff1f2d9; +} + .border-s-rose-50\\/90 { border-inline-start-color: #fff1f2e6; } @@ -278784,6 +382584,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f43f5e; } +.border-s-rose-500\\/15 { + border-inline-start-color: #f43f5e26; +} + .border-s-rose-500\\/20 { border-inline-start-color: #f43f5e33; } @@ -278796,10 +382600,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f43f5e4d; } +.border-s-rose-500\\/35 { + border-inline-start-color: #f43f5e59; +} + .border-s-rose-500\\/40 { border-inline-start-color: #f43f5e66; } +.border-s-rose-500\\/45 { + border-inline-start-color: #f43f5e73; +} + .border-s-rose-500\\/5 { border-inline-start-color: #f43f5e0d; } @@ -278808,10 +382620,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f43f5e80; } +.border-s-rose-500\\/55 { + border-inline-start-color: #f43f5e8c; +} + .border-s-rose-500\\/60 { border-inline-start-color: #f43f5e99; } +.border-s-rose-500\\/65 { + border-inline-start-color: #f43f5ea6; +} + .border-s-rose-500\\/70 { border-inline-start-color: #f43f5eb3; } @@ -278824,6 +382644,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f43f5ecc; } +.border-s-rose-500\\/85 { + border-inline-start-color: #f43f5ed9; +} + .border-s-rose-500\\/90 { border-inline-start-color: #f43f5ee6; } @@ -278849,6 +382673,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e11d48; } +.border-s-rose-600\\/15 { + border-inline-start-color: #e11d4826; +} + .border-s-rose-600\\/20 { border-inline-start-color: #e11d4833; } @@ -278861,10 +382689,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e11d484d; } +.border-s-rose-600\\/35 { + border-inline-start-color: #e11d4859; +} + .border-s-rose-600\\/40 { border-inline-start-color: #e11d4866; } +.border-s-rose-600\\/45 { + border-inline-start-color: #e11d4873; +} + .border-s-rose-600\\/5 { border-inline-start-color: #e11d480d; } @@ -278873,10 +382709,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e11d4880; } +.border-s-rose-600\\/55 { + border-inline-start-color: #e11d488c; +} + .border-s-rose-600\\/60 { border-inline-start-color: #e11d4899; } +.border-s-rose-600\\/65 { + border-inline-start-color: #e11d48a6; +} + .border-s-rose-600\\/70 { border-inline-start-color: #e11d48b3; } @@ -278889,6 +382733,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e11d48cc; } +.border-s-rose-600\\/85 { + border-inline-start-color: #e11d48d9; +} + .border-s-rose-600\\/90 { border-inline-start-color: #e11d48e6; } @@ -278914,6 +382762,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be123c; } +.border-s-rose-700\\/15 { + border-inline-start-color: #be123c26; +} + .border-s-rose-700\\/20 { border-inline-start-color: #be123c33; } @@ -278926,10 +382778,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be123c4d; } +.border-s-rose-700\\/35 { + border-inline-start-color: #be123c59; +} + .border-s-rose-700\\/40 { border-inline-start-color: #be123c66; } +.border-s-rose-700\\/45 { + border-inline-start-color: #be123c73; +} + .border-s-rose-700\\/5 { border-inline-start-color: #be123c0d; } @@ -278938,10 +382798,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be123c80; } +.border-s-rose-700\\/55 { + border-inline-start-color: #be123c8c; +} + .border-s-rose-700\\/60 { border-inline-start-color: #be123c99; } +.border-s-rose-700\\/65 { + border-inline-start-color: #be123ca6; +} + .border-s-rose-700\\/70 { border-inline-start-color: #be123cb3; } @@ -278954,6 +382822,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #be123ccc; } +.border-s-rose-700\\/85 { + border-inline-start-color: #be123cd9; +} + .border-s-rose-700\\/90 { border-inline-start-color: #be123ce6; } @@ -278979,6 +382851,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9f1239; } +.border-s-rose-800\\/15 { + border-inline-start-color: #9f123926; +} + .border-s-rose-800\\/20 { border-inline-start-color: #9f123933; } @@ -278991,10 +382867,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9f12394d; } +.border-s-rose-800\\/35 { + border-inline-start-color: #9f123959; +} + .border-s-rose-800\\/40 { border-inline-start-color: #9f123966; } +.border-s-rose-800\\/45 { + border-inline-start-color: #9f123973; +} + .border-s-rose-800\\/5 { border-inline-start-color: #9f12390d; } @@ -279003,10 +382887,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9f123980; } +.border-s-rose-800\\/55 { + border-inline-start-color: #9f12398c; +} + .border-s-rose-800\\/60 { border-inline-start-color: #9f123999; } +.border-s-rose-800\\/65 { + border-inline-start-color: #9f1239a6; +} + .border-s-rose-800\\/70 { border-inline-start-color: #9f1239b3; } @@ -279019,6 +382911,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #9f1239cc; } +.border-s-rose-800\\/85 { + border-inline-start-color: #9f1239d9; +} + .border-s-rose-800\\/90 { border-inline-start-color: #9f1239e6; } @@ -279044,6 +382940,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #881337; } +.border-s-rose-900\\/15 { + border-inline-start-color: #88133726; +} + .border-s-rose-900\\/20 { border-inline-start-color: #88133733; } @@ -279056,10 +382956,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #8813374d; } +.border-s-rose-900\\/35 { + border-inline-start-color: #88133759; +} + .border-s-rose-900\\/40 { border-inline-start-color: #88133766; } +.border-s-rose-900\\/45 { + border-inline-start-color: #88133773; +} + .border-s-rose-900\\/5 { border-inline-start-color: #8813370d; } @@ -279068,10 +382976,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #88133780; } +.border-s-rose-900\\/55 { + border-inline-start-color: #8813378c; +} + .border-s-rose-900\\/60 { border-inline-start-color: #88133799; } +.border-s-rose-900\\/65 { + border-inline-start-color: #881337a6; +} + .border-s-rose-900\\/70 { border-inline-start-color: #881337b3; } @@ -279084,6 +383000,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #881337cc; } +.border-s-rose-900\\/85 { + border-inline-start-color: #881337d9; +} + .border-s-rose-900\\/90 { border-inline-start-color: #881337e6; } @@ -279109,6 +383029,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c0519; } +.border-s-rose-950\\/15 { + border-inline-start-color: #4c051926; +} + .border-s-rose-950\\/20 { border-inline-start-color: #4c051933; } @@ -279121,10 +383045,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c05194d; } +.border-s-rose-950\\/35 { + border-inline-start-color: #4c051959; +} + .border-s-rose-950\\/40 { border-inline-start-color: #4c051966; } +.border-s-rose-950\\/45 { + border-inline-start-color: #4c051973; +} + .border-s-rose-950\\/5 { border-inline-start-color: #4c05190d; } @@ -279133,10 +383065,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c051980; } +.border-s-rose-950\\/55 { + border-inline-start-color: #4c05198c; +} + .border-s-rose-950\\/60 { border-inline-start-color: #4c051999; } +.border-s-rose-950\\/65 { + border-inline-start-color: #4c0519a6; +} + .border-s-rose-950\\/70 { border-inline-start-color: #4c0519b3; } @@ -279149,6 +383089,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c0519cc; } +.border-s-rose-950\\/85 { + border-inline-start-color: #4c0519d9; +} + .border-s-rose-950\\/90 { border-inline-start-color: #4c0519e6; } @@ -279174,6 +383118,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0f2fe; } +.border-s-sky-100\\/15 { + border-inline-start-color: #e0f2fe26; +} + .border-s-sky-100\\/20 { border-inline-start-color: #e0f2fe33; } @@ -279186,10 +383134,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0f2fe4d; } +.border-s-sky-100\\/35 { + border-inline-start-color: #e0f2fe59; +} + .border-s-sky-100\\/40 { border-inline-start-color: #e0f2fe66; } +.border-s-sky-100\\/45 { + border-inline-start-color: #e0f2fe73; +} + .border-s-sky-100\\/5 { border-inline-start-color: #e0f2fe0d; } @@ -279198,10 +383154,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0f2fe80; } +.border-s-sky-100\\/55 { + border-inline-start-color: #e0f2fe8c; +} + .border-s-sky-100\\/60 { border-inline-start-color: #e0f2fe99; } +.border-s-sky-100\\/65 { + border-inline-start-color: #e0f2fea6; +} + .border-s-sky-100\\/70 { border-inline-start-color: #e0f2feb3; } @@ -279214,6 +383178,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e0f2fecc; } +.border-s-sky-100\\/85 { + border-inline-start-color: #e0f2fed9; +} + .border-s-sky-100\\/90 { border-inline-start-color: #e0f2fee6; } @@ -279239,6 +383207,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bae6fd; } +.border-s-sky-200\\/15 { + border-inline-start-color: #bae6fd26; +} + .border-s-sky-200\\/20 { border-inline-start-color: #bae6fd33; } @@ -279251,10 +383223,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bae6fd4d; } +.border-s-sky-200\\/35 { + border-inline-start-color: #bae6fd59; +} + .border-s-sky-200\\/40 { border-inline-start-color: #bae6fd66; } +.border-s-sky-200\\/45 { + border-inline-start-color: #bae6fd73; +} + .border-s-sky-200\\/5 { border-inline-start-color: #bae6fd0d; } @@ -279263,10 +383243,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bae6fd80; } +.border-s-sky-200\\/55 { + border-inline-start-color: #bae6fd8c; +} + .border-s-sky-200\\/60 { border-inline-start-color: #bae6fd99; } +.border-s-sky-200\\/65 { + border-inline-start-color: #bae6fda6; +} + .border-s-sky-200\\/70 { border-inline-start-color: #bae6fdb3; } @@ -279279,6 +383267,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #bae6fdcc; } +.border-s-sky-200\\/85 { + border-inline-start-color: #bae6fdd9; +} + .border-s-sky-200\\/90 { border-inline-start-color: #bae6fde6; } @@ -279304,6 +383296,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7dd3fc; } +.border-s-sky-300\\/15 { + border-inline-start-color: #7dd3fc26; +} + .border-s-sky-300\\/20 { border-inline-start-color: #7dd3fc33; } @@ -279316,10 +383312,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7dd3fc4d; } +.border-s-sky-300\\/35 { + border-inline-start-color: #7dd3fc59; +} + .border-s-sky-300\\/40 { border-inline-start-color: #7dd3fc66; } +.border-s-sky-300\\/45 { + border-inline-start-color: #7dd3fc73; +} + .border-s-sky-300\\/5 { border-inline-start-color: #7dd3fc0d; } @@ -279328,10 +383332,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7dd3fc80; } +.border-s-sky-300\\/55 { + border-inline-start-color: #7dd3fc8c; +} + .border-s-sky-300\\/60 { border-inline-start-color: #7dd3fc99; } +.border-s-sky-300\\/65 { + border-inline-start-color: #7dd3fca6; +} + .border-s-sky-300\\/70 { border-inline-start-color: #7dd3fcb3; } @@ -279344,6 +383356,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7dd3fccc; } +.border-s-sky-300\\/85 { + border-inline-start-color: #7dd3fcd9; +} + .border-s-sky-300\\/90 { border-inline-start-color: #7dd3fce6; } @@ -279369,6 +383385,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #38bdf8; } +.border-s-sky-400\\/15 { + border-inline-start-color: #38bdf826; +} + .border-s-sky-400\\/20 { border-inline-start-color: #38bdf833; } @@ -279381,10 +383401,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #38bdf84d; } +.border-s-sky-400\\/35 { + border-inline-start-color: #38bdf859; +} + .border-s-sky-400\\/40 { border-inline-start-color: #38bdf866; } +.border-s-sky-400\\/45 { + border-inline-start-color: #38bdf873; +} + .border-s-sky-400\\/5 { border-inline-start-color: #38bdf80d; } @@ -279393,10 +383421,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #38bdf880; } +.border-s-sky-400\\/55 { + border-inline-start-color: #38bdf88c; +} + .border-s-sky-400\\/60 { border-inline-start-color: #38bdf899; } +.border-s-sky-400\\/65 { + border-inline-start-color: #38bdf8a6; +} + .border-s-sky-400\\/70 { border-inline-start-color: #38bdf8b3; } @@ -279409,6 +383445,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #38bdf8cc; } +.border-s-sky-400\\/85 { + border-inline-start-color: #38bdf8d9; +} + .border-s-sky-400\\/90 { border-inline-start-color: #38bdf8e6; } @@ -279434,6 +383474,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0f9ff; } +.border-s-sky-50\\/15 { + border-inline-start-color: #f0f9ff26; +} + .border-s-sky-50\\/20 { border-inline-start-color: #f0f9ff33; } @@ -279446,10 +383490,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0f9ff4d; } +.border-s-sky-50\\/35 { + border-inline-start-color: #f0f9ff59; +} + .border-s-sky-50\\/40 { border-inline-start-color: #f0f9ff66; } +.border-s-sky-50\\/45 { + border-inline-start-color: #f0f9ff73; +} + .border-s-sky-50\\/5 { border-inline-start-color: #f0f9ff0d; } @@ -279458,10 +383510,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0f9ff80; } +.border-s-sky-50\\/55 { + border-inline-start-color: #f0f9ff8c; +} + .border-s-sky-50\\/60 { border-inline-start-color: #f0f9ff99; } +.border-s-sky-50\\/65 { + border-inline-start-color: #f0f9ffa6; +} + .border-s-sky-50\\/70 { border-inline-start-color: #f0f9ffb3; } @@ -279474,6 +383534,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0f9ffcc; } +.border-s-sky-50\\/85 { + border-inline-start-color: #f0f9ffd9; +} + .border-s-sky-50\\/90 { border-inline-start-color: #f0f9ffe6; } @@ -279499,6 +383563,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0ea5e9; } +.border-s-sky-500\\/15 { + border-inline-start-color: #0ea5e926; +} + .border-s-sky-500\\/20 { border-inline-start-color: #0ea5e933; } @@ -279511,10 +383579,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0ea5e94d; } +.border-s-sky-500\\/35 { + border-inline-start-color: #0ea5e959; +} + .border-s-sky-500\\/40 { border-inline-start-color: #0ea5e966; } +.border-s-sky-500\\/45 { + border-inline-start-color: #0ea5e973; +} + .border-s-sky-500\\/5 { border-inline-start-color: #0ea5e90d; } @@ -279523,10 +383599,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0ea5e980; } +.border-s-sky-500\\/55 { + border-inline-start-color: #0ea5e98c; +} + .border-s-sky-500\\/60 { border-inline-start-color: #0ea5e999; } +.border-s-sky-500\\/65 { + border-inline-start-color: #0ea5e9a6; +} + .border-s-sky-500\\/70 { border-inline-start-color: #0ea5e9b3; } @@ -279539,6 +383623,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0ea5e9cc; } +.border-s-sky-500\\/85 { + border-inline-start-color: #0ea5e9d9; +} + .border-s-sky-500\\/90 { border-inline-start-color: #0ea5e9e6; } @@ -279564,6 +383652,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0284c7; } +.border-s-sky-600\\/15 { + border-inline-start-color: #0284c726; +} + .border-s-sky-600\\/20 { border-inline-start-color: #0284c733; } @@ -279576,10 +383668,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0284c74d; } +.border-s-sky-600\\/35 { + border-inline-start-color: #0284c759; +} + .border-s-sky-600\\/40 { border-inline-start-color: #0284c766; } +.border-s-sky-600\\/45 { + border-inline-start-color: #0284c773; +} + .border-s-sky-600\\/5 { border-inline-start-color: #0284c70d; } @@ -279588,10 +383688,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0284c780; } +.border-s-sky-600\\/55 { + border-inline-start-color: #0284c78c; +} + .border-s-sky-600\\/60 { border-inline-start-color: #0284c799; } +.border-s-sky-600\\/65 { + border-inline-start-color: #0284c7a6; +} + .border-s-sky-600\\/70 { border-inline-start-color: #0284c7b3; } @@ -279604,6 +383712,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0284c7cc; } +.border-s-sky-600\\/85 { + border-inline-start-color: #0284c7d9; +} + .border-s-sky-600\\/90 { border-inline-start-color: #0284c7e6; } @@ -279629,6 +383741,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0369a1; } +.border-s-sky-700\\/15 { + border-inline-start-color: #0369a126; +} + .border-s-sky-700\\/20 { border-inline-start-color: #0369a133; } @@ -279641,10 +383757,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0369a14d; } +.border-s-sky-700\\/35 { + border-inline-start-color: #0369a159; +} + .border-s-sky-700\\/40 { border-inline-start-color: #0369a166; } +.border-s-sky-700\\/45 { + border-inline-start-color: #0369a173; +} + .border-s-sky-700\\/5 { border-inline-start-color: #0369a10d; } @@ -279653,10 +383777,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0369a180; } +.border-s-sky-700\\/55 { + border-inline-start-color: #0369a18c; +} + .border-s-sky-700\\/60 { border-inline-start-color: #0369a199; } +.border-s-sky-700\\/65 { + border-inline-start-color: #0369a1a6; +} + .border-s-sky-700\\/70 { border-inline-start-color: #0369a1b3; } @@ -279669,6 +383801,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0369a1cc; } +.border-s-sky-700\\/85 { + border-inline-start-color: #0369a1d9; +} + .border-s-sky-700\\/90 { border-inline-start-color: #0369a1e6; } @@ -279694,6 +383830,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #075985; } +.border-s-sky-800\\/15 { + border-inline-start-color: #07598526; +} + .border-s-sky-800\\/20 { border-inline-start-color: #07598533; } @@ -279706,10 +383846,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0759854d; } +.border-s-sky-800\\/35 { + border-inline-start-color: #07598559; +} + .border-s-sky-800\\/40 { border-inline-start-color: #07598566; } +.border-s-sky-800\\/45 { + border-inline-start-color: #07598573; +} + .border-s-sky-800\\/5 { border-inline-start-color: #0759850d; } @@ -279718,10 +383866,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #07598580; } +.border-s-sky-800\\/55 { + border-inline-start-color: #0759858c; +} + .border-s-sky-800\\/60 { border-inline-start-color: #07598599; } +.border-s-sky-800\\/65 { + border-inline-start-color: #075985a6; +} + .border-s-sky-800\\/70 { border-inline-start-color: #075985b3; } @@ -279734,6 +383890,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #075985cc; } +.border-s-sky-800\\/85 { + border-inline-start-color: #075985d9; +} + .border-s-sky-800\\/90 { border-inline-start-color: #075985e6; } @@ -279759,6 +383919,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c4a6e; } +.border-s-sky-900\\/15 { + border-inline-start-color: #0c4a6e26; +} + .border-s-sky-900\\/20 { border-inline-start-color: #0c4a6e33; } @@ -279771,10 +383935,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c4a6e4d; } +.border-s-sky-900\\/35 { + border-inline-start-color: #0c4a6e59; +} + .border-s-sky-900\\/40 { border-inline-start-color: #0c4a6e66; } +.border-s-sky-900\\/45 { + border-inline-start-color: #0c4a6e73; +} + .border-s-sky-900\\/5 { border-inline-start-color: #0c4a6e0d; } @@ -279783,10 +383955,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c4a6e80; } +.border-s-sky-900\\/55 { + border-inline-start-color: #0c4a6e8c; +} + .border-s-sky-900\\/60 { border-inline-start-color: #0c4a6e99; } +.border-s-sky-900\\/65 { + border-inline-start-color: #0c4a6ea6; +} + .border-s-sky-900\\/70 { border-inline-start-color: #0c4a6eb3; } @@ -279799,6 +383979,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c4a6ecc; } +.border-s-sky-900\\/85 { + border-inline-start-color: #0c4a6ed9; +} + .border-s-sky-900\\/90 { border-inline-start-color: #0c4a6ee6; } @@ -279824,6 +384008,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #082f49; } +.border-s-sky-950\\/15 { + border-inline-start-color: #082f4926; +} + .border-s-sky-950\\/20 { border-inline-start-color: #082f4933; } @@ -279836,10 +384024,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #082f494d; } +.border-s-sky-950\\/35 { + border-inline-start-color: #082f4959; +} + .border-s-sky-950\\/40 { border-inline-start-color: #082f4966; } +.border-s-sky-950\\/45 { + border-inline-start-color: #082f4973; +} + .border-s-sky-950\\/5 { border-inline-start-color: #082f490d; } @@ -279848,10 +384044,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #082f4980; } +.border-s-sky-950\\/55 { + border-inline-start-color: #082f498c; +} + .border-s-sky-950\\/60 { border-inline-start-color: #082f4999; } +.border-s-sky-950\\/65 { + border-inline-start-color: #082f49a6; +} + .border-s-sky-950\\/70 { border-inline-start-color: #082f49b3; } @@ -279864,6 +384068,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #082f49cc; } +.border-s-sky-950\\/85 { + border-inline-start-color: #082f49d9; +} + .border-s-sky-950\\/90 { border-inline-start-color: #082f49e6; } @@ -279889,6 +384097,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f1f5f9; } +.border-s-slate-100\\/15 { + border-inline-start-color: #f1f5f926; +} + .border-s-slate-100\\/20 { border-inline-start-color: #f1f5f933; } @@ -279901,10 +384113,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f1f5f94d; } +.border-s-slate-100\\/35 { + border-inline-start-color: #f1f5f959; +} + .border-s-slate-100\\/40 { border-inline-start-color: #f1f5f966; } +.border-s-slate-100\\/45 { + border-inline-start-color: #f1f5f973; +} + .border-s-slate-100\\/5 { border-inline-start-color: #f1f5f90d; } @@ -279913,10 +384133,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f1f5f980; } +.border-s-slate-100\\/55 { + border-inline-start-color: #f1f5f98c; +} + .border-s-slate-100\\/60 { border-inline-start-color: #f1f5f999; } +.border-s-slate-100\\/65 { + border-inline-start-color: #f1f5f9a6; +} + .border-s-slate-100\\/70 { border-inline-start-color: #f1f5f9b3; } @@ -279929,6 +384157,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f1f5f9cc; } +.border-s-slate-100\\/85 { + border-inline-start-color: #f1f5f9d9; +} + .border-s-slate-100\\/90 { border-inline-start-color: #f1f5f9e6; } @@ -279954,6 +384186,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e2e8f0; } +.border-s-slate-200\\/15 { + border-inline-start-color: #e2e8f026; +} + .border-s-slate-200\\/20 { border-inline-start-color: #e2e8f033; } @@ -279966,10 +384202,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e2e8f04d; } +.border-s-slate-200\\/35 { + border-inline-start-color: #e2e8f059; +} + .border-s-slate-200\\/40 { border-inline-start-color: #e2e8f066; } +.border-s-slate-200\\/45 { + border-inline-start-color: #e2e8f073; +} + .border-s-slate-200\\/5 { border-inline-start-color: #e2e8f00d; } @@ -279978,10 +384222,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e2e8f080; } +.border-s-slate-200\\/55 { + border-inline-start-color: #e2e8f08c; +} + .border-s-slate-200\\/60 { border-inline-start-color: #e2e8f099; } +.border-s-slate-200\\/65 { + border-inline-start-color: #e2e8f0a6; +} + .border-s-slate-200\\/70 { border-inline-start-color: #e2e8f0b3; } @@ -279994,6 +384246,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e2e8f0cc; } +.border-s-slate-200\\/85 { + border-inline-start-color: #e2e8f0d9; +} + .border-s-slate-200\\/90 { border-inline-start-color: #e2e8f0e6; } @@ -280019,6 +384275,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cbd5e1; } +.border-s-slate-300\\/15 { + border-inline-start-color: #cbd5e126; +} + .border-s-slate-300\\/20 { border-inline-start-color: #cbd5e133; } @@ -280031,10 +384291,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cbd5e14d; } +.border-s-slate-300\\/35 { + border-inline-start-color: #cbd5e159; +} + .border-s-slate-300\\/40 { border-inline-start-color: #cbd5e166; } +.border-s-slate-300\\/45 { + border-inline-start-color: #cbd5e173; +} + .border-s-slate-300\\/5 { border-inline-start-color: #cbd5e10d; } @@ -280043,10 +384311,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cbd5e180; } +.border-s-slate-300\\/55 { + border-inline-start-color: #cbd5e18c; +} + .border-s-slate-300\\/60 { border-inline-start-color: #cbd5e199; } +.border-s-slate-300\\/65 { + border-inline-start-color: #cbd5e1a6; +} + .border-s-slate-300\\/70 { border-inline-start-color: #cbd5e1b3; } @@ -280059,6 +384335,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #cbd5e1cc; } +.border-s-slate-300\\/85 { + border-inline-start-color: #cbd5e1d9; +} + .border-s-slate-300\\/90 { border-inline-start-color: #cbd5e1e6; } @@ -280084,6 +384364,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #94a3b8; } +.border-s-slate-400\\/15 { + border-inline-start-color: #94a3b826; +} + .border-s-slate-400\\/20 { border-inline-start-color: #94a3b833; } @@ -280096,10 +384380,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #94a3b84d; } +.border-s-slate-400\\/35 { + border-inline-start-color: #94a3b859; +} + .border-s-slate-400\\/40 { border-inline-start-color: #94a3b866; } +.border-s-slate-400\\/45 { + border-inline-start-color: #94a3b873; +} + .border-s-slate-400\\/5 { border-inline-start-color: #94a3b80d; } @@ -280108,10 +384400,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #94a3b880; } +.border-s-slate-400\\/55 { + border-inline-start-color: #94a3b88c; +} + .border-s-slate-400\\/60 { border-inline-start-color: #94a3b899; } +.border-s-slate-400\\/65 { + border-inline-start-color: #94a3b8a6; +} + .border-s-slate-400\\/70 { border-inline-start-color: #94a3b8b3; } @@ -280124,6 +384424,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #94a3b8cc; } +.border-s-slate-400\\/85 { + border-inline-start-color: #94a3b8d9; +} + .border-s-slate-400\\/90 { border-inline-start-color: #94a3b8e6; } @@ -280149,6 +384453,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f8fafc; } +.border-s-slate-50\\/15 { + border-inline-start-color: #f8fafc26; +} + .border-s-slate-50\\/20 { border-inline-start-color: #f8fafc33; } @@ -280161,10 +384469,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f8fafc4d; } +.border-s-slate-50\\/35 { + border-inline-start-color: #f8fafc59; +} + .border-s-slate-50\\/40 { border-inline-start-color: #f8fafc66; } +.border-s-slate-50\\/45 { + border-inline-start-color: #f8fafc73; +} + .border-s-slate-50\\/5 { border-inline-start-color: #f8fafc0d; } @@ -280173,10 +384489,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f8fafc80; } +.border-s-slate-50\\/55 { + border-inline-start-color: #f8fafc8c; +} + .border-s-slate-50\\/60 { border-inline-start-color: #f8fafc99; } +.border-s-slate-50\\/65 { + border-inline-start-color: #f8fafca6; +} + .border-s-slate-50\\/70 { border-inline-start-color: #f8fafcb3; } @@ -280189,6 +384513,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f8fafccc; } +.border-s-slate-50\\/85 { + border-inline-start-color: #f8fafcd9; +} + .border-s-slate-50\\/90 { border-inline-start-color: #f8fafce6; } @@ -280214,6 +384542,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #64748b; } +.border-s-slate-500\\/15 { + border-inline-start-color: #64748b26; +} + .border-s-slate-500\\/20 { border-inline-start-color: #64748b33; } @@ -280226,10 +384558,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #64748b4d; } +.border-s-slate-500\\/35 { + border-inline-start-color: #64748b59; +} + .border-s-slate-500\\/40 { border-inline-start-color: #64748b66; } +.border-s-slate-500\\/45 { + border-inline-start-color: #64748b73; +} + .border-s-slate-500\\/5 { border-inline-start-color: #64748b0d; } @@ -280238,10 +384578,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #64748b80; } +.border-s-slate-500\\/55 { + border-inline-start-color: #64748b8c; +} + .border-s-slate-500\\/60 { border-inline-start-color: #64748b99; } +.border-s-slate-500\\/65 { + border-inline-start-color: #64748ba6; +} + .border-s-slate-500\\/70 { border-inline-start-color: #64748bb3; } @@ -280254,6 +384602,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #64748bcc; } +.border-s-slate-500\\/85 { + border-inline-start-color: #64748bd9; +} + .border-s-slate-500\\/90 { border-inline-start-color: #64748be6; } @@ -280279,6 +384631,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #475569; } +.border-s-slate-600\\/15 { + border-inline-start-color: #47556926; +} + .border-s-slate-600\\/20 { border-inline-start-color: #47556933; } @@ -280291,10 +384647,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4755694d; } +.border-s-slate-600\\/35 { + border-inline-start-color: #47556959; +} + .border-s-slate-600\\/40 { border-inline-start-color: #47556966; } +.border-s-slate-600\\/45 { + border-inline-start-color: #47556973; +} + .border-s-slate-600\\/5 { border-inline-start-color: #4755690d; } @@ -280303,10 +384667,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #47556980; } +.border-s-slate-600\\/55 { + border-inline-start-color: #4755698c; +} + .border-s-slate-600\\/60 { border-inline-start-color: #47556999; } +.border-s-slate-600\\/65 { + border-inline-start-color: #475569a6; +} + .border-s-slate-600\\/70 { border-inline-start-color: #475569b3; } @@ -280319,6 +384691,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #475569cc; } +.border-s-slate-600\\/85 { + border-inline-start-color: #475569d9; +} + .border-s-slate-600\\/90 { border-inline-start-color: #475569e6; } @@ -280344,6 +384720,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #334155; } +.border-s-slate-700\\/15 { + border-inline-start-color: #33415526; +} + .border-s-slate-700\\/20 { border-inline-start-color: #33415533; } @@ -280356,10 +384736,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3341554d; } +.border-s-slate-700\\/35 { + border-inline-start-color: #33415559; +} + .border-s-slate-700\\/40 { border-inline-start-color: #33415566; } +.border-s-slate-700\\/45 { + border-inline-start-color: #33415573; +} + .border-s-slate-700\\/5 { border-inline-start-color: #3341550d; } @@ -280368,10 +384756,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #33415580; } +.border-s-slate-700\\/55 { + border-inline-start-color: #3341558c; +} + .border-s-slate-700\\/60 { border-inline-start-color: #33415599; } +.border-s-slate-700\\/65 { + border-inline-start-color: #334155a6; +} + .border-s-slate-700\\/70 { border-inline-start-color: #334155b3; } @@ -280384,6 +384780,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #334155cc; } +.border-s-slate-700\\/85 { + border-inline-start-color: #334155d9; +} + .border-s-slate-700\\/90 { border-inline-start-color: #334155e6; } @@ -280409,6 +384809,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e293b; } +.border-s-slate-800\\/15 { + border-inline-start-color: #1e293b26; +} + .border-s-slate-800\\/20 { border-inline-start-color: #1e293b33; } @@ -280421,10 +384825,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e293b4d; } +.border-s-slate-800\\/35 { + border-inline-start-color: #1e293b59; +} + .border-s-slate-800\\/40 { border-inline-start-color: #1e293b66; } +.border-s-slate-800\\/45 { + border-inline-start-color: #1e293b73; +} + .border-s-slate-800\\/5 { border-inline-start-color: #1e293b0d; } @@ -280433,10 +384845,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e293b80; } +.border-s-slate-800\\/55 { + border-inline-start-color: #1e293b8c; +} + .border-s-slate-800\\/60 { border-inline-start-color: #1e293b99; } +.border-s-slate-800\\/65 { + border-inline-start-color: #1e293ba6; +} + .border-s-slate-800\\/70 { border-inline-start-color: #1e293bb3; } @@ -280449,6 +384869,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1e293bcc; } +.border-s-slate-800\\/85 { + border-inline-start-color: #1e293bd9; +} + .border-s-slate-800\\/90 { border-inline-start-color: #1e293be6; } @@ -280474,6 +384898,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f172a; } +.border-s-slate-900\\/15 { + border-inline-start-color: #0f172a26; +} + .border-s-slate-900\\/20 { border-inline-start-color: #0f172a33; } @@ -280486,10 +384914,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f172a4d; } +.border-s-slate-900\\/35 { + border-inline-start-color: #0f172a59; +} + .border-s-slate-900\\/40 { border-inline-start-color: #0f172a66; } +.border-s-slate-900\\/45 { + border-inline-start-color: #0f172a73; +} + .border-s-slate-900\\/5 { border-inline-start-color: #0f172a0d; } @@ -280498,10 +384934,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f172a80; } +.border-s-slate-900\\/55 { + border-inline-start-color: #0f172a8c; +} + .border-s-slate-900\\/60 { border-inline-start-color: #0f172a99; } +.border-s-slate-900\\/65 { + border-inline-start-color: #0f172aa6; +} + .border-s-slate-900\\/70 { border-inline-start-color: #0f172ab3; } @@ -280514,6 +384958,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f172acc; } +.border-s-slate-900\\/85 { + border-inline-start-color: #0f172ad9; +} + .border-s-slate-900\\/90 { border-inline-start-color: #0f172ae6; } @@ -280539,6 +384987,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #020617; } +.border-s-slate-950\\/15 { + border-inline-start-color: #02061726; +} + .border-s-slate-950\\/20 { border-inline-start-color: #02061733; } @@ -280551,10 +385003,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0206174d; } +.border-s-slate-950\\/35 { + border-inline-start-color: #02061759; +} + .border-s-slate-950\\/40 { border-inline-start-color: #02061766; } +.border-s-slate-950\\/45 { + border-inline-start-color: #02061773; +} + .border-s-slate-950\\/5 { border-inline-start-color: #0206170d; } @@ -280563,10 +385023,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #02061780; } +.border-s-slate-950\\/55 { + border-inline-start-color: #0206178c; +} + .border-s-slate-950\\/60 { border-inline-start-color: #02061799; } +.border-s-slate-950\\/65 { + border-inline-start-color: #020617a6; +} + .border-s-slate-950\\/70 { border-inline-start-color: #020617b3; } @@ -280579,6 +385047,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #020617cc; } +.border-s-slate-950\\/85 { + border-inline-start-color: #020617d9; +} + .border-s-slate-950\\/90 { border-inline-start-color: #020617e6; } @@ -280604,6 +385076,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f4; } +.border-s-stone-100\\/15 { + border-inline-start-color: #f5f5f426; +} + .border-s-stone-100\\/20 { border-inline-start-color: #f5f5f433; } @@ -280616,10 +385092,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f44d; } +.border-s-stone-100\\/35 { + border-inline-start-color: #f5f5f459; +} + .border-s-stone-100\\/40 { border-inline-start-color: #f5f5f466; } +.border-s-stone-100\\/45 { + border-inline-start-color: #f5f5f473; +} + .border-s-stone-100\\/5 { border-inline-start-color: #f5f5f40d; } @@ -280628,10 +385112,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f480; } +.border-s-stone-100\\/55 { + border-inline-start-color: #f5f5f48c; +} + .border-s-stone-100\\/60 { border-inline-start-color: #f5f5f499; } +.border-s-stone-100\\/65 { + border-inline-start-color: #f5f5f4a6; +} + .border-s-stone-100\\/70 { border-inline-start-color: #f5f5f4b3; } @@ -280644,6 +385136,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f5f4cc; } +.border-s-stone-100\\/85 { + border-inline-start-color: #f5f5f4d9; +} + .border-s-stone-100\\/90 { border-inline-start-color: #f5f5f4e6; } @@ -280669,6 +385165,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e7e5e4; } +.border-s-stone-200\\/15 { + border-inline-start-color: #e7e5e426; +} + .border-s-stone-200\\/20 { border-inline-start-color: #e7e5e433; } @@ -280681,10 +385181,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e7e5e44d; } +.border-s-stone-200\\/35 { + border-inline-start-color: #e7e5e459; +} + .border-s-stone-200\\/40 { border-inline-start-color: #e7e5e466; } +.border-s-stone-200\\/45 { + border-inline-start-color: #e7e5e473; +} + .border-s-stone-200\\/5 { border-inline-start-color: #e7e5e40d; } @@ -280693,10 +385201,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e7e5e480; } +.border-s-stone-200\\/55 { + border-inline-start-color: #e7e5e48c; +} + .border-s-stone-200\\/60 { border-inline-start-color: #e7e5e499; } +.border-s-stone-200\\/65 { + border-inline-start-color: #e7e5e4a6; +} + .border-s-stone-200\\/70 { border-inline-start-color: #e7e5e4b3; } @@ -280709,6 +385225,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e7e5e4cc; } +.border-s-stone-200\\/85 { + border-inline-start-color: #e7e5e4d9; +} + .border-s-stone-200\\/90 { border-inline-start-color: #e7e5e4e6; } @@ -280734,6 +385254,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d6d3d1; } +.border-s-stone-300\\/15 { + border-inline-start-color: #d6d3d126; +} + .border-s-stone-300\\/20 { border-inline-start-color: #d6d3d133; } @@ -280746,10 +385270,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d6d3d14d; } +.border-s-stone-300\\/35 { + border-inline-start-color: #d6d3d159; +} + .border-s-stone-300\\/40 { border-inline-start-color: #d6d3d166; } +.border-s-stone-300\\/45 { + border-inline-start-color: #d6d3d173; +} + .border-s-stone-300\\/5 { border-inline-start-color: #d6d3d10d; } @@ -280758,10 +385290,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d6d3d180; } +.border-s-stone-300\\/55 { + border-inline-start-color: #d6d3d18c; +} + .border-s-stone-300\\/60 { border-inline-start-color: #d6d3d199; } +.border-s-stone-300\\/65 { + border-inline-start-color: #d6d3d1a6; +} + .border-s-stone-300\\/70 { border-inline-start-color: #d6d3d1b3; } @@ -280774,6 +385314,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d6d3d1cc; } +.border-s-stone-300\\/85 { + border-inline-start-color: #d6d3d1d9; +} + .border-s-stone-300\\/90 { border-inline-start-color: #d6d3d1e6; } @@ -280799,6 +385343,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a8a29e; } +.border-s-stone-400\\/15 { + border-inline-start-color: #a8a29e26; +} + .border-s-stone-400\\/20 { border-inline-start-color: #a8a29e33; } @@ -280811,10 +385359,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a8a29e4d; } +.border-s-stone-400\\/35 { + border-inline-start-color: #a8a29e59; +} + .border-s-stone-400\\/40 { border-inline-start-color: #a8a29e66; } +.border-s-stone-400\\/45 { + border-inline-start-color: #a8a29e73; +} + .border-s-stone-400\\/5 { border-inline-start-color: #a8a29e0d; } @@ -280823,10 +385379,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a8a29e80; } +.border-s-stone-400\\/55 { + border-inline-start-color: #a8a29e8c; +} + .border-s-stone-400\\/60 { border-inline-start-color: #a8a29e99; } +.border-s-stone-400\\/65 { + border-inline-start-color: #a8a29ea6; +} + .border-s-stone-400\\/70 { border-inline-start-color: #a8a29eb3; } @@ -280839,6 +385403,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a8a29ecc; } +.border-s-stone-400\\/85 { + border-inline-start-color: #a8a29ed9; +} + .border-s-stone-400\\/90 { border-inline-start-color: #a8a29ee6; } @@ -280864,6 +385432,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafaf9; } +.border-s-stone-50\\/15 { + border-inline-start-color: #fafaf926; +} + .border-s-stone-50\\/20 { border-inline-start-color: #fafaf933; } @@ -280876,10 +385448,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafaf94d; } +.border-s-stone-50\\/35 { + border-inline-start-color: #fafaf959; +} + .border-s-stone-50\\/40 { border-inline-start-color: #fafaf966; } +.border-s-stone-50\\/45 { + border-inline-start-color: #fafaf973; +} + .border-s-stone-50\\/5 { border-inline-start-color: #fafaf90d; } @@ -280888,10 +385468,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafaf980; } +.border-s-stone-50\\/55 { + border-inline-start-color: #fafaf98c; +} + .border-s-stone-50\\/60 { border-inline-start-color: #fafaf999; } +.border-s-stone-50\\/65 { + border-inline-start-color: #fafaf9a6; +} + .border-s-stone-50\\/70 { border-inline-start-color: #fafaf9b3; } @@ -280904,6 +385492,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafaf9cc; } +.border-s-stone-50\\/85 { + border-inline-start-color: #fafaf9d9; +} + .border-s-stone-50\\/90 { border-inline-start-color: #fafaf9e6; } @@ -280929,6 +385521,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78716c; } +.border-s-stone-500\\/15 { + border-inline-start-color: #78716c26; +} + .border-s-stone-500\\/20 { border-inline-start-color: #78716c33; } @@ -280941,10 +385537,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78716c4d; } +.border-s-stone-500\\/35 { + border-inline-start-color: #78716c59; +} + .border-s-stone-500\\/40 { border-inline-start-color: #78716c66; } +.border-s-stone-500\\/45 { + border-inline-start-color: #78716c73; +} + .border-s-stone-500\\/5 { border-inline-start-color: #78716c0d; } @@ -280953,10 +385557,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78716c80; } +.border-s-stone-500\\/55 { + border-inline-start-color: #78716c8c; +} + .border-s-stone-500\\/60 { border-inline-start-color: #78716c99; } +.border-s-stone-500\\/65 { + border-inline-start-color: #78716ca6; +} + .border-s-stone-500\\/70 { border-inline-start-color: #78716cb3; } @@ -280969,6 +385581,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #78716ccc; } +.border-s-stone-500\\/85 { + border-inline-start-color: #78716cd9; +} + .border-s-stone-500\\/90 { border-inline-start-color: #78716ce6; } @@ -280994,6 +385610,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #57534e; } +.border-s-stone-600\\/15 { + border-inline-start-color: #57534e26; +} + .border-s-stone-600\\/20 { border-inline-start-color: #57534e33; } @@ -281006,10 +385626,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #57534e4d; } +.border-s-stone-600\\/35 { + border-inline-start-color: #57534e59; +} + .border-s-stone-600\\/40 { border-inline-start-color: #57534e66; } +.border-s-stone-600\\/45 { + border-inline-start-color: #57534e73; +} + .border-s-stone-600\\/5 { border-inline-start-color: #57534e0d; } @@ -281018,10 +385646,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #57534e80; } +.border-s-stone-600\\/55 { + border-inline-start-color: #57534e8c; +} + .border-s-stone-600\\/60 { border-inline-start-color: #57534e99; } +.border-s-stone-600\\/65 { + border-inline-start-color: #57534ea6; +} + .border-s-stone-600\\/70 { border-inline-start-color: #57534eb3; } @@ -281034,6 +385670,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #57534ecc; } +.border-s-stone-600\\/85 { + border-inline-start-color: #57534ed9; +} + .border-s-stone-600\\/90 { border-inline-start-color: #57534ee6; } @@ -281059,6 +385699,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #44403c; } +.border-s-stone-700\\/15 { + border-inline-start-color: #44403c26; +} + .border-s-stone-700\\/20 { border-inline-start-color: #44403c33; } @@ -281071,10 +385715,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #44403c4d; } +.border-s-stone-700\\/35 { + border-inline-start-color: #44403c59; +} + .border-s-stone-700\\/40 { border-inline-start-color: #44403c66; } +.border-s-stone-700\\/45 { + border-inline-start-color: #44403c73; +} + .border-s-stone-700\\/5 { border-inline-start-color: #44403c0d; } @@ -281083,10 +385735,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #44403c80; } +.border-s-stone-700\\/55 { + border-inline-start-color: #44403c8c; +} + .border-s-stone-700\\/60 { border-inline-start-color: #44403c99; } +.border-s-stone-700\\/65 { + border-inline-start-color: #44403ca6; +} + .border-s-stone-700\\/70 { border-inline-start-color: #44403cb3; } @@ -281099,6 +385759,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #44403ccc; } +.border-s-stone-700\\/85 { + border-inline-start-color: #44403cd9; +} + .border-s-stone-700\\/90 { border-inline-start-color: #44403ce6; } @@ -281124,6 +385788,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #292524; } +.border-s-stone-800\\/15 { + border-inline-start-color: #29252426; +} + .border-s-stone-800\\/20 { border-inline-start-color: #29252433; } @@ -281136,10 +385804,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2925244d; } +.border-s-stone-800\\/35 { + border-inline-start-color: #29252459; +} + .border-s-stone-800\\/40 { border-inline-start-color: #29252466; } +.border-s-stone-800\\/45 { + border-inline-start-color: #29252473; +} + .border-s-stone-800\\/5 { border-inline-start-color: #2925240d; } @@ -281148,10 +385824,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #29252480; } +.border-s-stone-800\\/55 { + border-inline-start-color: #2925248c; +} + .border-s-stone-800\\/60 { border-inline-start-color: #29252499; } +.border-s-stone-800\\/65 { + border-inline-start-color: #292524a6; +} + .border-s-stone-800\\/70 { border-inline-start-color: #292524b3; } @@ -281164,6 +385848,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #292524cc; } +.border-s-stone-800\\/85 { + border-inline-start-color: #292524d9; +} + .border-s-stone-800\\/90 { border-inline-start-color: #292524e6; } @@ -281189,6 +385877,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1c1917; } +.border-s-stone-900\\/15 { + border-inline-start-color: #1c191726; +} + .border-s-stone-900\\/20 { border-inline-start-color: #1c191733; } @@ -281201,10 +385893,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1c19174d; } +.border-s-stone-900\\/35 { + border-inline-start-color: #1c191759; +} + .border-s-stone-900\\/40 { border-inline-start-color: #1c191766; } +.border-s-stone-900\\/45 { + border-inline-start-color: #1c191773; +} + .border-s-stone-900\\/5 { border-inline-start-color: #1c19170d; } @@ -281213,10 +385913,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1c191780; } +.border-s-stone-900\\/55 { + border-inline-start-color: #1c19178c; +} + .border-s-stone-900\\/60 { border-inline-start-color: #1c191799; } +.border-s-stone-900\\/65 { + border-inline-start-color: #1c1917a6; +} + .border-s-stone-900\\/70 { border-inline-start-color: #1c1917b3; } @@ -281229,6 +385937,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #1c1917cc; } +.border-s-stone-900\\/85 { + border-inline-start-color: #1c1917d9; +} + .border-s-stone-900\\/90 { border-inline-start-color: #1c1917e6; } @@ -281254,6 +385966,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c0a09; } +.border-s-stone-950\\/15 { + border-inline-start-color: #0c0a0926; +} + .border-s-stone-950\\/20 { border-inline-start-color: #0c0a0933; } @@ -281266,10 +385982,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c0a094d; } +.border-s-stone-950\\/35 { + border-inline-start-color: #0c0a0959; +} + .border-s-stone-950\\/40 { border-inline-start-color: #0c0a0966; } +.border-s-stone-950\\/45 { + border-inline-start-color: #0c0a0973; +} + .border-s-stone-950\\/5 { border-inline-start-color: #0c0a090d; } @@ -281278,10 +386002,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c0a0980; } +.border-s-stone-950\\/55 { + border-inline-start-color: #0c0a098c; +} + .border-s-stone-950\\/60 { border-inline-start-color: #0c0a0999; } +.border-s-stone-950\\/65 { + border-inline-start-color: #0c0a09a6; +} + .border-s-stone-950\\/70 { border-inline-start-color: #0c0a09b3; } @@ -281294,6 +386026,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0c0a09cc; } +.border-s-stone-950\\/85 { + border-inline-start-color: #0c0a09d9; +} + .border-s-stone-950\\/90 { border-inline-start-color: #0c0a09e6; } @@ -281319,6 +386055,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ccfbf1; } +.border-s-teal-100\\/15 { + border-inline-start-color: #ccfbf126; +} + .border-s-teal-100\\/20 { border-inline-start-color: #ccfbf133; } @@ -281331,10 +386071,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ccfbf14d; } +.border-s-teal-100\\/35 { + border-inline-start-color: #ccfbf159; +} + .border-s-teal-100\\/40 { border-inline-start-color: #ccfbf166; } +.border-s-teal-100\\/45 { + border-inline-start-color: #ccfbf173; +} + .border-s-teal-100\\/5 { border-inline-start-color: #ccfbf10d; } @@ -281343,10 +386091,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ccfbf180; } +.border-s-teal-100\\/55 { + border-inline-start-color: #ccfbf18c; +} + .border-s-teal-100\\/60 { border-inline-start-color: #ccfbf199; } +.border-s-teal-100\\/65 { + border-inline-start-color: #ccfbf1a6; +} + .border-s-teal-100\\/70 { border-inline-start-color: #ccfbf1b3; } @@ -281359,6 +386115,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ccfbf1cc; } +.border-s-teal-100\\/85 { + border-inline-start-color: #ccfbf1d9; +} + .border-s-teal-100\\/90 { border-inline-start-color: #ccfbf1e6; } @@ -281384,6 +386144,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #99f6e4; } +.border-s-teal-200\\/15 { + border-inline-start-color: #99f6e426; +} + .border-s-teal-200\\/20 { border-inline-start-color: #99f6e433; } @@ -281396,10 +386160,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #99f6e44d; } +.border-s-teal-200\\/35 { + border-inline-start-color: #99f6e459; +} + .border-s-teal-200\\/40 { border-inline-start-color: #99f6e466; } +.border-s-teal-200\\/45 { + border-inline-start-color: #99f6e473; +} + .border-s-teal-200\\/5 { border-inline-start-color: #99f6e40d; } @@ -281408,10 +386180,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #99f6e480; } +.border-s-teal-200\\/55 { + border-inline-start-color: #99f6e48c; +} + .border-s-teal-200\\/60 { border-inline-start-color: #99f6e499; } +.border-s-teal-200\\/65 { + border-inline-start-color: #99f6e4a6; +} + .border-s-teal-200\\/70 { border-inline-start-color: #99f6e4b3; } @@ -281424,6 +386204,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #99f6e4cc; } +.border-s-teal-200\\/85 { + border-inline-start-color: #99f6e4d9; +} + .border-s-teal-200\\/90 { border-inline-start-color: #99f6e4e6; } @@ -281449,6 +386233,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5eead4; } +.border-s-teal-300\\/15 { + border-inline-start-color: #5eead426; +} + .border-s-teal-300\\/20 { border-inline-start-color: #5eead433; } @@ -281461,10 +386249,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5eead44d; } +.border-s-teal-300\\/35 { + border-inline-start-color: #5eead459; +} + .border-s-teal-300\\/40 { border-inline-start-color: #5eead466; } +.border-s-teal-300\\/45 { + border-inline-start-color: #5eead473; +} + .border-s-teal-300\\/5 { border-inline-start-color: #5eead40d; } @@ -281473,10 +386269,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5eead480; } +.border-s-teal-300\\/55 { + border-inline-start-color: #5eead48c; +} + .border-s-teal-300\\/60 { border-inline-start-color: #5eead499; } +.border-s-teal-300\\/65 { + border-inline-start-color: #5eead4a6; +} + .border-s-teal-300\\/70 { border-inline-start-color: #5eead4b3; } @@ -281489,6 +386293,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5eead4cc; } +.border-s-teal-300\\/85 { + border-inline-start-color: #5eead4d9; +} + .border-s-teal-300\\/90 { border-inline-start-color: #5eead4e6; } @@ -281514,6 +386322,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2dd4bf; } +.border-s-teal-400\\/15 { + border-inline-start-color: #2dd4bf26; +} + .border-s-teal-400\\/20 { border-inline-start-color: #2dd4bf33; } @@ -281526,10 +386338,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2dd4bf4d; } +.border-s-teal-400\\/35 { + border-inline-start-color: #2dd4bf59; +} + .border-s-teal-400\\/40 { border-inline-start-color: #2dd4bf66; } +.border-s-teal-400\\/45 { + border-inline-start-color: #2dd4bf73; +} + .border-s-teal-400\\/5 { border-inline-start-color: #2dd4bf0d; } @@ -281538,10 +386358,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2dd4bf80; } +.border-s-teal-400\\/55 { + border-inline-start-color: #2dd4bf8c; +} + .border-s-teal-400\\/60 { border-inline-start-color: #2dd4bf99; } +.border-s-teal-400\\/65 { + border-inline-start-color: #2dd4bfa6; +} + .border-s-teal-400\\/70 { border-inline-start-color: #2dd4bfb3; } @@ -281554,6 +386382,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2dd4bfcc; } +.border-s-teal-400\\/85 { + border-inline-start-color: #2dd4bfd9; +} + .border-s-teal-400\\/90 { border-inline-start-color: #2dd4bfe6; } @@ -281579,6 +386411,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdfa; } +.border-s-teal-50\\/15 { + border-inline-start-color: #f0fdfa26; +} + .border-s-teal-50\\/20 { border-inline-start-color: #f0fdfa33; } @@ -281591,10 +386427,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdfa4d; } +.border-s-teal-50\\/35 { + border-inline-start-color: #f0fdfa59; +} + .border-s-teal-50\\/40 { border-inline-start-color: #f0fdfa66; } +.border-s-teal-50\\/45 { + border-inline-start-color: #f0fdfa73; +} + .border-s-teal-50\\/5 { border-inline-start-color: #f0fdfa0d; } @@ -281603,10 +386447,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdfa80; } +.border-s-teal-50\\/55 { + border-inline-start-color: #f0fdfa8c; +} + .border-s-teal-50\\/60 { border-inline-start-color: #f0fdfa99; } +.border-s-teal-50\\/65 { + border-inline-start-color: #f0fdfaa6; +} + .border-s-teal-50\\/70 { border-inline-start-color: #f0fdfab3; } @@ -281619,6 +386471,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f0fdfacc; } +.border-s-teal-50\\/85 { + border-inline-start-color: #f0fdfad9; +} + .border-s-teal-50\\/90 { border-inline-start-color: #f0fdfae6; } @@ -281644,6 +386500,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14b8a6; } +.border-s-teal-500\\/15 { + border-inline-start-color: #14b8a626; +} + .border-s-teal-500\\/20 { border-inline-start-color: #14b8a633; } @@ -281656,10 +386516,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14b8a64d; } +.border-s-teal-500\\/35 { + border-inline-start-color: #14b8a659; +} + .border-s-teal-500\\/40 { border-inline-start-color: #14b8a666; } +.border-s-teal-500\\/45 { + border-inline-start-color: #14b8a673; +} + .border-s-teal-500\\/5 { border-inline-start-color: #14b8a60d; } @@ -281668,10 +386536,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14b8a680; } +.border-s-teal-500\\/55 { + border-inline-start-color: #14b8a68c; +} + .border-s-teal-500\\/60 { border-inline-start-color: #14b8a699; } +.border-s-teal-500\\/65 { + border-inline-start-color: #14b8a6a6; +} + .border-s-teal-500\\/70 { border-inline-start-color: #14b8a6b3; } @@ -281684,6 +386560,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #14b8a6cc; } +.border-s-teal-500\\/85 { + border-inline-start-color: #14b8a6d9; +} + .border-s-teal-500\\/90 { border-inline-start-color: #14b8a6e6; } @@ -281709,6 +386589,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0d9488; } +.border-s-teal-600\\/15 { + border-inline-start-color: #0d948826; +} + .border-s-teal-600\\/20 { border-inline-start-color: #0d948833; } @@ -281721,10 +386605,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0d94884d; } +.border-s-teal-600\\/35 { + border-inline-start-color: #0d948859; +} + .border-s-teal-600\\/40 { border-inline-start-color: #0d948866; } +.border-s-teal-600\\/45 { + border-inline-start-color: #0d948873; +} + .border-s-teal-600\\/5 { border-inline-start-color: #0d94880d; } @@ -281733,10 +386625,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0d948880; } +.border-s-teal-600\\/55 { + border-inline-start-color: #0d94888c; +} + .border-s-teal-600\\/60 { border-inline-start-color: #0d948899; } +.border-s-teal-600\\/65 { + border-inline-start-color: #0d9488a6; +} + .border-s-teal-600\\/70 { border-inline-start-color: #0d9488b3; } @@ -281749,6 +386649,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0d9488cc; } +.border-s-teal-600\\/85 { + border-inline-start-color: #0d9488d9; +} + .border-s-teal-600\\/90 { border-inline-start-color: #0d9488e6; } @@ -281774,6 +386678,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f766e; } +.border-s-teal-700\\/15 { + border-inline-start-color: #0f766e26; +} + .border-s-teal-700\\/20 { border-inline-start-color: #0f766e33; } @@ -281786,10 +386694,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f766e4d; } +.border-s-teal-700\\/35 { + border-inline-start-color: #0f766e59; +} + .border-s-teal-700\\/40 { border-inline-start-color: #0f766e66; } +.border-s-teal-700\\/45 { + border-inline-start-color: #0f766e73; +} + .border-s-teal-700\\/5 { border-inline-start-color: #0f766e0d; } @@ -281798,10 +386714,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f766e80; } +.border-s-teal-700\\/55 { + border-inline-start-color: #0f766e8c; +} + .border-s-teal-700\\/60 { border-inline-start-color: #0f766e99; } +.border-s-teal-700\\/65 { + border-inline-start-color: #0f766ea6; +} + .border-s-teal-700\\/70 { border-inline-start-color: #0f766eb3; } @@ -281814,6 +386738,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0f766ecc; } +.border-s-teal-700\\/85 { + border-inline-start-color: #0f766ed9; +} + .border-s-teal-700\\/90 { border-inline-start-color: #0f766ee6; } @@ -281839,6 +386767,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #115e59; } +.border-s-teal-800\\/15 { + border-inline-start-color: #115e5926; +} + .border-s-teal-800\\/20 { border-inline-start-color: #115e5933; } @@ -281851,10 +386783,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #115e594d; } +.border-s-teal-800\\/35 { + border-inline-start-color: #115e5959; +} + .border-s-teal-800\\/40 { border-inline-start-color: #115e5966; } +.border-s-teal-800\\/45 { + border-inline-start-color: #115e5973; +} + .border-s-teal-800\\/5 { border-inline-start-color: #115e590d; } @@ -281863,10 +386803,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #115e5980; } +.border-s-teal-800\\/55 { + border-inline-start-color: #115e598c; +} + .border-s-teal-800\\/60 { border-inline-start-color: #115e5999; } +.border-s-teal-800\\/65 { + border-inline-start-color: #115e59a6; +} + .border-s-teal-800\\/70 { border-inline-start-color: #115e59b3; } @@ -281879,6 +386827,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #115e59cc; } +.border-s-teal-800\\/85 { + border-inline-start-color: #115e59d9; +} + .border-s-teal-800\\/90 { border-inline-start-color: #115e59e6; } @@ -281904,6 +386856,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #134e4a; } +.border-s-teal-900\\/15 { + border-inline-start-color: #134e4a26; +} + .border-s-teal-900\\/20 { border-inline-start-color: #134e4a33; } @@ -281916,10 +386872,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #134e4a4d; } +.border-s-teal-900\\/35 { + border-inline-start-color: #134e4a59; +} + .border-s-teal-900\\/40 { border-inline-start-color: #134e4a66; } +.border-s-teal-900\\/45 { + border-inline-start-color: #134e4a73; +} + .border-s-teal-900\\/5 { border-inline-start-color: #134e4a0d; } @@ -281928,10 +386892,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #134e4a80; } +.border-s-teal-900\\/55 { + border-inline-start-color: #134e4a8c; +} + .border-s-teal-900\\/60 { border-inline-start-color: #134e4a99; } +.border-s-teal-900\\/65 { + border-inline-start-color: #134e4aa6; +} + .border-s-teal-900\\/70 { border-inline-start-color: #134e4ab3; } @@ -281944,6 +386916,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #134e4acc; } +.border-s-teal-900\\/85 { + border-inline-start-color: #134e4ad9; +} + .border-s-teal-900\\/90 { border-inline-start-color: #134e4ae6; } @@ -281969,6 +386945,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #042f2e; } +.border-s-teal-950\\/15 { + border-inline-start-color: #042f2e26; +} + .border-s-teal-950\\/20 { border-inline-start-color: #042f2e33; } @@ -281981,10 +386961,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #042f2e4d; } +.border-s-teal-950\\/35 { + border-inline-start-color: #042f2e59; +} + .border-s-teal-950\\/40 { border-inline-start-color: #042f2e66; } +.border-s-teal-950\\/45 { + border-inline-start-color: #042f2e73; +} + .border-s-teal-950\\/5 { border-inline-start-color: #042f2e0d; } @@ -281993,10 +386981,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #042f2e80; } +.border-s-teal-950\\/55 { + border-inline-start-color: #042f2e8c; +} + .border-s-teal-950\\/60 { border-inline-start-color: #042f2e99; } +.border-s-teal-950\\/65 { + border-inline-start-color: #042f2ea6; +} + .border-s-teal-950\\/70 { border-inline-start-color: #042f2eb3; } @@ -282009,6 +387005,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #042f2ecc; } +.border-s-teal-950\\/85 { + border-inline-start-color: #042f2ed9; +} + .border-s-teal-950\\/90 { border-inline-start-color: #042f2ee6; } @@ -282029,6 +387029,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #000; } +.border-s-transparent\\/15 { + border-inline-start-color: #00000026; +} + .border-s-transparent\\/20 { border-inline-start-color: #0003; } @@ -282041,10 +387045,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #0000004d; } +.border-s-transparent\\/35 { + border-inline-start-color: #00000059; +} + .border-s-transparent\\/40 { border-inline-start-color: #0006; } +.border-s-transparent\\/45 { + border-inline-start-color: #00000073; +} + .border-s-transparent\\/5 { border-inline-start-color: #0000000d; } @@ -282053,10 +387065,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #00000080; } +.border-s-transparent\\/55 { + border-inline-start-color: #0000008c; +} + .border-s-transparent\\/60 { border-inline-start-color: #0009; } +.border-s-transparent\\/65 { + border-inline-start-color: #000000a6; +} + .border-s-transparent\\/70 { border-inline-start-color: #000000b3; } @@ -282069,6 +387089,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #000c; } +.border-s-transparent\\/85 { + border-inline-start-color: #000000d9; +} + .border-s-transparent\\/90 { border-inline-start-color: #000000e6; } @@ -282094,6 +387118,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ede9fe; } +.border-s-violet-100\\/15 { + border-inline-start-color: #ede9fe26; +} + .border-s-violet-100\\/20 { border-inline-start-color: #ede9fe33; } @@ -282106,10 +387134,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ede9fe4d; } +.border-s-violet-100\\/35 { + border-inline-start-color: #ede9fe59; +} + .border-s-violet-100\\/40 { border-inline-start-color: #ede9fe66; } +.border-s-violet-100\\/45 { + border-inline-start-color: #ede9fe73; +} + .border-s-violet-100\\/5 { border-inline-start-color: #ede9fe0d; } @@ -282118,10 +387154,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ede9fe80; } +.border-s-violet-100\\/55 { + border-inline-start-color: #ede9fe8c; +} + .border-s-violet-100\\/60 { border-inline-start-color: #ede9fe99; } +.border-s-violet-100\\/65 { + border-inline-start-color: #ede9fea6; +} + .border-s-violet-100\\/70 { border-inline-start-color: #ede9feb3; } @@ -282134,6 +387178,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ede9fecc; } +.border-s-violet-100\\/85 { + border-inline-start-color: #ede9fed9; +} + .border-s-violet-100\\/90 { border-inline-start-color: #ede9fee6; } @@ -282159,6 +387207,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ddd6fe; } +.border-s-violet-200\\/15 { + border-inline-start-color: #ddd6fe26; +} + .border-s-violet-200\\/20 { border-inline-start-color: #ddd6fe33; } @@ -282171,10 +387223,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ddd6fe4d; } +.border-s-violet-200\\/35 { + border-inline-start-color: #ddd6fe59; +} + .border-s-violet-200\\/40 { border-inline-start-color: #ddd6fe66; } +.border-s-violet-200\\/45 { + border-inline-start-color: #ddd6fe73; +} + .border-s-violet-200\\/5 { border-inline-start-color: #ddd6fe0d; } @@ -282183,10 +387243,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ddd6fe80; } +.border-s-violet-200\\/55 { + border-inline-start-color: #ddd6fe8c; +} + .border-s-violet-200\\/60 { border-inline-start-color: #ddd6fe99; } +.border-s-violet-200\\/65 { + border-inline-start-color: #ddd6fea6; +} + .border-s-violet-200\\/70 { border-inline-start-color: #ddd6feb3; } @@ -282199,6 +387267,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ddd6fecc; } +.border-s-violet-200\\/85 { + border-inline-start-color: #ddd6fed9; +} + .border-s-violet-200\\/90 { border-inline-start-color: #ddd6fee6; } @@ -282224,6 +387296,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c4b5fd; } +.border-s-violet-300\\/15 { + border-inline-start-color: #c4b5fd26; +} + .border-s-violet-300\\/20 { border-inline-start-color: #c4b5fd33; } @@ -282236,10 +387312,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c4b5fd4d; } +.border-s-violet-300\\/35 { + border-inline-start-color: #c4b5fd59; +} + .border-s-violet-300\\/40 { border-inline-start-color: #c4b5fd66; } +.border-s-violet-300\\/45 { + border-inline-start-color: #c4b5fd73; +} + .border-s-violet-300\\/5 { border-inline-start-color: #c4b5fd0d; } @@ -282248,10 +387332,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c4b5fd80; } +.border-s-violet-300\\/55 { + border-inline-start-color: #c4b5fd8c; +} + .border-s-violet-300\\/60 { border-inline-start-color: #c4b5fd99; } +.border-s-violet-300\\/65 { + border-inline-start-color: #c4b5fda6; +} + .border-s-violet-300\\/70 { border-inline-start-color: #c4b5fdb3; } @@ -282264,6 +387356,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #c4b5fdcc; } +.border-s-violet-300\\/85 { + border-inline-start-color: #c4b5fdd9; +} + .border-s-violet-300\\/90 { border-inline-start-color: #c4b5fde6; } @@ -282289,6 +387385,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a78bfa; } +.border-s-violet-400\\/15 { + border-inline-start-color: #a78bfa26; +} + .border-s-violet-400\\/20 { border-inline-start-color: #a78bfa33; } @@ -282301,10 +387401,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a78bfa4d; } +.border-s-violet-400\\/35 { + border-inline-start-color: #a78bfa59; +} + .border-s-violet-400\\/40 { border-inline-start-color: #a78bfa66; } +.border-s-violet-400\\/45 { + border-inline-start-color: #a78bfa73; +} + .border-s-violet-400\\/5 { border-inline-start-color: #a78bfa0d; } @@ -282313,10 +387421,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a78bfa80; } +.border-s-violet-400\\/55 { + border-inline-start-color: #a78bfa8c; +} + .border-s-violet-400\\/60 { border-inline-start-color: #a78bfa99; } +.border-s-violet-400\\/65 { + border-inline-start-color: #a78bfaa6; +} + .border-s-violet-400\\/70 { border-inline-start-color: #a78bfab3; } @@ -282329,6 +387445,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a78bfacc; } +.border-s-violet-400\\/85 { + border-inline-start-color: #a78bfad9; +} + .border-s-violet-400\\/90 { border-inline-start-color: #a78bfae6; } @@ -282354,6 +387474,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f3ff; } +.border-s-violet-50\\/15 { + border-inline-start-color: #f5f3ff26; +} + .border-s-violet-50\\/20 { border-inline-start-color: #f5f3ff33; } @@ -282366,10 +387490,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f3ff4d; } +.border-s-violet-50\\/35 { + border-inline-start-color: #f5f3ff59; +} + .border-s-violet-50\\/40 { border-inline-start-color: #f5f3ff66; } +.border-s-violet-50\\/45 { + border-inline-start-color: #f5f3ff73; +} + .border-s-violet-50\\/5 { border-inline-start-color: #f5f3ff0d; } @@ -282378,10 +387510,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f3ff80; } +.border-s-violet-50\\/55 { + border-inline-start-color: #f5f3ff8c; +} + .border-s-violet-50\\/60 { border-inline-start-color: #f5f3ff99; } +.border-s-violet-50\\/65 { + border-inline-start-color: #f5f3ffa6; +} + .border-s-violet-50\\/70 { border-inline-start-color: #f5f3ffb3; } @@ -282394,6 +387534,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f5f3ffcc; } +.border-s-violet-50\\/85 { + border-inline-start-color: #f5f3ffd9; +} + .border-s-violet-50\\/90 { border-inline-start-color: #f5f3ffe6; } @@ -282419,6 +387563,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #8b5cf6; } +.border-s-violet-500\\/15 { + border-inline-start-color: #8b5cf626; +} + .border-s-violet-500\\/20 { border-inline-start-color: #8b5cf633; } @@ -282431,10 +387579,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #8b5cf64d; } +.border-s-violet-500\\/35 { + border-inline-start-color: #8b5cf659; +} + .border-s-violet-500\\/40 { border-inline-start-color: #8b5cf666; } +.border-s-violet-500\\/45 { + border-inline-start-color: #8b5cf673; +} + .border-s-violet-500\\/5 { border-inline-start-color: #8b5cf60d; } @@ -282443,10 +387599,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #8b5cf680; } +.border-s-violet-500\\/55 { + border-inline-start-color: #8b5cf68c; +} + .border-s-violet-500\\/60 { border-inline-start-color: #8b5cf699; } +.border-s-violet-500\\/65 { + border-inline-start-color: #8b5cf6a6; +} + .border-s-violet-500\\/70 { border-inline-start-color: #8b5cf6b3; } @@ -282459,6 +387623,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #8b5cf6cc; } +.border-s-violet-500\\/85 { + border-inline-start-color: #8b5cf6d9; +} + .border-s-violet-500\\/90 { border-inline-start-color: #8b5cf6e6; } @@ -282484,6 +387652,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c3aed; } +.border-s-violet-600\\/15 { + border-inline-start-color: #7c3aed26; +} + .border-s-violet-600\\/20 { border-inline-start-color: #7c3aed33; } @@ -282496,10 +387668,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c3aed4d; } +.border-s-violet-600\\/35 { + border-inline-start-color: #7c3aed59; +} + .border-s-violet-600\\/40 { border-inline-start-color: #7c3aed66; } +.border-s-violet-600\\/45 { + border-inline-start-color: #7c3aed73; +} + .border-s-violet-600\\/5 { border-inline-start-color: #7c3aed0d; } @@ -282508,10 +387688,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c3aed80; } +.border-s-violet-600\\/55 { + border-inline-start-color: #7c3aed8c; +} + .border-s-violet-600\\/60 { border-inline-start-color: #7c3aed99; } +.border-s-violet-600\\/65 { + border-inline-start-color: #7c3aeda6; +} + .border-s-violet-600\\/70 { border-inline-start-color: #7c3aedb3; } @@ -282524,6 +387712,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #7c3aedcc; } +.border-s-violet-600\\/85 { + border-inline-start-color: #7c3aedd9; +} + .border-s-violet-600\\/90 { border-inline-start-color: #7c3aede6; } @@ -282549,6 +387741,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6d28d9; } +.border-s-violet-700\\/15 { + border-inline-start-color: #6d28d926; +} + .border-s-violet-700\\/20 { border-inline-start-color: #6d28d933; } @@ -282561,10 +387757,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6d28d94d; } +.border-s-violet-700\\/35 { + border-inline-start-color: #6d28d959; +} + .border-s-violet-700\\/40 { border-inline-start-color: #6d28d966; } +.border-s-violet-700\\/45 { + border-inline-start-color: #6d28d973; +} + .border-s-violet-700\\/5 { border-inline-start-color: #6d28d90d; } @@ -282573,10 +387777,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6d28d980; } +.border-s-violet-700\\/55 { + border-inline-start-color: #6d28d98c; +} + .border-s-violet-700\\/60 { border-inline-start-color: #6d28d999; } +.border-s-violet-700\\/65 { + border-inline-start-color: #6d28d9a6; +} + .border-s-violet-700\\/70 { border-inline-start-color: #6d28d9b3; } @@ -282589,6 +387801,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #6d28d9cc; } +.border-s-violet-700\\/85 { + border-inline-start-color: #6d28d9d9; +} + .border-s-violet-700\\/90 { border-inline-start-color: #6d28d9e6; } @@ -282614,6 +387830,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5b21b6; } +.border-s-violet-800\\/15 { + border-inline-start-color: #5b21b626; +} + .border-s-violet-800\\/20 { border-inline-start-color: #5b21b633; } @@ -282626,10 +387846,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5b21b64d; } +.border-s-violet-800\\/35 { + border-inline-start-color: #5b21b659; +} + .border-s-violet-800\\/40 { border-inline-start-color: #5b21b666; } +.border-s-violet-800\\/45 { + border-inline-start-color: #5b21b673; +} + .border-s-violet-800\\/5 { border-inline-start-color: #5b21b60d; } @@ -282638,10 +387866,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5b21b680; } +.border-s-violet-800\\/55 { + border-inline-start-color: #5b21b68c; +} + .border-s-violet-800\\/60 { border-inline-start-color: #5b21b699; } +.border-s-violet-800\\/65 { + border-inline-start-color: #5b21b6a6; +} + .border-s-violet-800\\/70 { border-inline-start-color: #5b21b6b3; } @@ -282654,6 +387890,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #5b21b6cc; } +.border-s-violet-800\\/85 { + border-inline-start-color: #5b21b6d9; +} + .border-s-violet-800\\/90 { border-inline-start-color: #5b21b6e6; } @@ -282679,6 +387919,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c1d95; } +.border-s-violet-900\\/15 { + border-inline-start-color: #4c1d9526; +} + .border-s-violet-900\\/20 { border-inline-start-color: #4c1d9533; } @@ -282691,10 +387935,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c1d954d; } +.border-s-violet-900\\/35 { + border-inline-start-color: #4c1d9559; +} + .border-s-violet-900\\/40 { border-inline-start-color: #4c1d9566; } +.border-s-violet-900\\/45 { + border-inline-start-color: #4c1d9573; +} + .border-s-violet-900\\/5 { border-inline-start-color: #4c1d950d; } @@ -282703,10 +387955,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c1d9580; } +.border-s-violet-900\\/55 { + border-inline-start-color: #4c1d958c; +} + .border-s-violet-900\\/60 { border-inline-start-color: #4c1d9599; } +.border-s-violet-900\\/65 { + border-inline-start-color: #4c1d95a6; +} + .border-s-violet-900\\/70 { border-inline-start-color: #4c1d95b3; } @@ -282719,6 +387979,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4c1d95cc; } +.border-s-violet-900\\/85 { + border-inline-start-color: #4c1d95d9; +} + .border-s-violet-900\\/90 { border-inline-start-color: #4c1d95e6; } @@ -282744,6 +388008,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2e1065; } +.border-s-violet-950\\/15 { + border-inline-start-color: #2e106526; +} + .border-s-violet-950\\/20 { border-inline-start-color: #2e106533; } @@ -282756,10 +388024,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2e10654d; } +.border-s-violet-950\\/35 { + border-inline-start-color: #2e106559; +} + .border-s-violet-950\\/40 { border-inline-start-color: #2e106566; } +.border-s-violet-950\\/45 { + border-inline-start-color: #2e106573; +} + .border-s-violet-950\\/5 { border-inline-start-color: #2e10650d; } @@ -282768,10 +388044,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2e106580; } +.border-s-violet-950\\/55 { + border-inline-start-color: #2e10658c; +} + .border-s-violet-950\\/60 { border-inline-start-color: #2e106599; } +.border-s-violet-950\\/65 { + border-inline-start-color: #2e1065a6; +} + .border-s-violet-950\\/70 { border-inline-start-color: #2e1065b3; } @@ -282784,6 +388068,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #2e1065cc; } +.border-s-violet-950\\/85 { + border-inline-start-color: #2e1065d9; +} + .border-s-violet-950\\/90 { border-inline-start-color: #2e1065e6; } @@ -282809,6 +388097,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fff; } +.border-s-white\\/15 { + border-inline-start-color: #ffffff26; +} + .border-s-white\\/20 { border-inline-start-color: #fff3; } @@ -282821,10 +388113,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffffff4d; } +.border-s-white\\/35 { + border-inline-start-color: #ffffff59; +} + .border-s-white\\/40 { border-inline-start-color: #fff6; } +.border-s-white\\/45 { + border-inline-start-color: #ffffff73; +} + .border-s-white\\/5 { border-inline-start-color: #ffffff0d; } @@ -282833,10 +388133,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ffffff80; } +.border-s-white\\/55 { + border-inline-start-color: #ffffff8c; +} + .border-s-white\\/60 { border-inline-start-color: #fff9; } +.border-s-white\\/65 { + border-inline-start-color: #ffffffa6; +} + .border-s-white\\/70 { border-inline-start-color: #ffffffb3; } @@ -282849,6 +388157,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fffc; } +.border-s-white\\/85 { + border-inline-start-color: #ffffffd9; +} + .border-s-white\\/90 { border-inline-start-color: #ffffffe6; } @@ -282874,6 +388186,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef9c3; } +.border-s-yellow-100\\/15 { + border-inline-start-color: #fef9c326; +} + .border-s-yellow-100\\/20 { border-inline-start-color: #fef9c333; } @@ -282886,10 +388202,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef9c34d; } +.border-s-yellow-100\\/35 { + border-inline-start-color: #fef9c359; +} + .border-s-yellow-100\\/40 { border-inline-start-color: #fef9c366; } +.border-s-yellow-100\\/45 { + border-inline-start-color: #fef9c373; +} + .border-s-yellow-100\\/5 { border-inline-start-color: #fef9c30d; } @@ -282898,10 +388222,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef9c380; } +.border-s-yellow-100\\/55 { + border-inline-start-color: #fef9c38c; +} + .border-s-yellow-100\\/60 { border-inline-start-color: #fef9c399; } +.border-s-yellow-100\\/65 { + border-inline-start-color: #fef9c3a6; +} + .border-s-yellow-100\\/70 { border-inline-start-color: #fef9c3b3; } @@ -282914,6 +388246,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef9c3cc; } +.border-s-yellow-100\\/85 { + border-inline-start-color: #fef9c3d9; +} + .border-s-yellow-100\\/90 { border-inline-start-color: #fef9c3e6; } @@ -282939,6 +388275,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef08a; } +.border-s-yellow-200\\/15 { + border-inline-start-color: #fef08a26; +} + .border-s-yellow-200\\/20 { border-inline-start-color: #fef08a33; } @@ -282951,10 +388291,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef08a4d; } +.border-s-yellow-200\\/35 { + border-inline-start-color: #fef08a59; +} + .border-s-yellow-200\\/40 { border-inline-start-color: #fef08a66; } +.border-s-yellow-200\\/45 { + border-inline-start-color: #fef08a73; +} + .border-s-yellow-200\\/5 { border-inline-start-color: #fef08a0d; } @@ -282963,10 +388311,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef08a80; } +.border-s-yellow-200\\/55 { + border-inline-start-color: #fef08a8c; +} + .border-s-yellow-200\\/60 { border-inline-start-color: #fef08a99; } +.border-s-yellow-200\\/65 { + border-inline-start-color: #fef08aa6; +} + .border-s-yellow-200\\/70 { border-inline-start-color: #fef08ab3; } @@ -282979,6 +388335,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fef08acc; } +.border-s-yellow-200\\/85 { + border-inline-start-color: #fef08ad9; +} + .border-s-yellow-200\\/90 { border-inline-start-color: #fef08ae6; } @@ -283004,6 +388364,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde047; } +.border-s-yellow-300\\/15 { + border-inline-start-color: #fde04726; +} + .border-s-yellow-300\\/20 { border-inline-start-color: #fde04733; } @@ -283016,10 +388380,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde0474d; } +.border-s-yellow-300\\/35 { + border-inline-start-color: #fde04759; +} + .border-s-yellow-300\\/40 { border-inline-start-color: #fde04766; } +.border-s-yellow-300\\/45 { + border-inline-start-color: #fde04773; +} + .border-s-yellow-300\\/5 { border-inline-start-color: #fde0470d; } @@ -283028,10 +388400,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde04780; } +.border-s-yellow-300\\/55 { + border-inline-start-color: #fde0478c; +} + .border-s-yellow-300\\/60 { border-inline-start-color: #fde04799; } +.border-s-yellow-300\\/65 { + border-inline-start-color: #fde047a6; +} + .border-s-yellow-300\\/70 { border-inline-start-color: #fde047b3; } @@ -283044,6 +388424,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fde047cc; } +.border-s-yellow-300\\/85 { + border-inline-start-color: #fde047d9; +} + .border-s-yellow-300\\/90 { border-inline-start-color: #fde047e6; } @@ -283069,6 +388453,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #facc15; } +.border-s-yellow-400\\/15 { + border-inline-start-color: #facc1526; +} + .border-s-yellow-400\\/20 { border-inline-start-color: #facc1533; } @@ -283081,10 +388469,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #facc154d; } +.border-s-yellow-400\\/35 { + border-inline-start-color: #facc1559; +} + .border-s-yellow-400\\/40 { border-inline-start-color: #facc1566; } +.border-s-yellow-400\\/45 { + border-inline-start-color: #facc1573; +} + .border-s-yellow-400\\/5 { border-inline-start-color: #facc150d; } @@ -283093,10 +388489,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #facc1580; } +.border-s-yellow-400\\/55 { + border-inline-start-color: #facc158c; +} + .border-s-yellow-400\\/60 { border-inline-start-color: #facc1599; } +.border-s-yellow-400\\/65 { + border-inline-start-color: #facc15a6; +} + .border-s-yellow-400\\/70 { border-inline-start-color: #facc15b3; } @@ -283109,6 +388513,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #facc15cc; } +.border-s-yellow-400\\/85 { + border-inline-start-color: #facc15d9; +} + .border-s-yellow-400\\/90 { border-inline-start-color: #facc15e6; } @@ -283134,6 +388542,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fefce8; } +.border-s-yellow-50\\/15 { + border-inline-start-color: #fefce826; +} + .border-s-yellow-50\\/20 { border-inline-start-color: #fefce833; } @@ -283146,10 +388558,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fefce84d; } +.border-s-yellow-50\\/35 { + border-inline-start-color: #fefce859; +} + .border-s-yellow-50\\/40 { border-inline-start-color: #fefce866; } +.border-s-yellow-50\\/45 { + border-inline-start-color: #fefce873; +} + .border-s-yellow-50\\/5 { border-inline-start-color: #fefce80d; } @@ -283158,10 +388578,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fefce880; } +.border-s-yellow-50\\/55 { + border-inline-start-color: #fefce88c; +} + .border-s-yellow-50\\/60 { border-inline-start-color: #fefce899; } +.border-s-yellow-50\\/65 { + border-inline-start-color: #fefce8a6; +} + .border-s-yellow-50\\/70 { border-inline-start-color: #fefce8b3; } @@ -283174,6 +388602,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fefce8cc; } +.border-s-yellow-50\\/85 { + border-inline-start-color: #fefce8d9; +} + .border-s-yellow-50\\/90 { border-inline-start-color: #fefce8e6; } @@ -283199,6 +388631,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eab308; } +.border-s-yellow-500\\/15 { + border-inline-start-color: #eab30826; +} + .border-s-yellow-500\\/20 { border-inline-start-color: #eab30833; } @@ -283211,10 +388647,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eab3084d; } +.border-s-yellow-500\\/35 { + border-inline-start-color: #eab30859; +} + .border-s-yellow-500\\/40 { border-inline-start-color: #eab30866; } +.border-s-yellow-500\\/45 { + border-inline-start-color: #eab30873; +} + .border-s-yellow-500\\/5 { border-inline-start-color: #eab3080d; } @@ -283223,10 +388667,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eab30880; } +.border-s-yellow-500\\/55 { + border-inline-start-color: #eab3088c; +} + .border-s-yellow-500\\/60 { border-inline-start-color: #eab30899; } +.border-s-yellow-500\\/65 { + border-inline-start-color: #eab308a6; +} + .border-s-yellow-500\\/70 { border-inline-start-color: #eab308b3; } @@ -283239,6 +388691,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #eab308cc; } +.border-s-yellow-500\\/85 { + border-inline-start-color: #eab308d9; +} + .border-s-yellow-500\\/90 { border-inline-start-color: #eab308e6; } @@ -283264,6 +388720,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ca8a04; } +.border-s-yellow-600\\/15 { + border-inline-start-color: #ca8a0426; +} + .border-s-yellow-600\\/20 { border-inline-start-color: #ca8a0433; } @@ -283276,10 +388736,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ca8a044d; } +.border-s-yellow-600\\/35 { + border-inline-start-color: #ca8a0459; +} + .border-s-yellow-600\\/40 { border-inline-start-color: #ca8a0466; } +.border-s-yellow-600\\/45 { + border-inline-start-color: #ca8a0473; +} + .border-s-yellow-600\\/5 { border-inline-start-color: #ca8a040d; } @@ -283288,10 +388756,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ca8a0480; } +.border-s-yellow-600\\/55 { + border-inline-start-color: #ca8a048c; +} + .border-s-yellow-600\\/60 { border-inline-start-color: #ca8a0499; } +.border-s-yellow-600\\/65 { + border-inline-start-color: #ca8a04a6; +} + .border-s-yellow-600\\/70 { border-inline-start-color: #ca8a04b3; } @@ -283304,6 +388780,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #ca8a04cc; } +.border-s-yellow-600\\/85 { + border-inline-start-color: #ca8a04d9; +} + .border-s-yellow-600\\/90 { border-inline-start-color: #ca8a04e6; } @@ -283329,6 +388809,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a16207; } +.border-s-yellow-700\\/15 { + border-inline-start-color: #a1620726; +} + .border-s-yellow-700\\/20 { border-inline-start-color: #a1620733; } @@ -283341,10 +388825,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a162074d; } +.border-s-yellow-700\\/35 { + border-inline-start-color: #a1620759; +} + .border-s-yellow-700\\/40 { border-inline-start-color: #a1620766; } +.border-s-yellow-700\\/45 { + border-inline-start-color: #a1620773; +} + .border-s-yellow-700\\/5 { border-inline-start-color: #a162070d; } @@ -283353,10 +388845,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a1620780; } +.border-s-yellow-700\\/55 { + border-inline-start-color: #a162078c; +} + .border-s-yellow-700\\/60 { border-inline-start-color: #a1620799; } +.border-s-yellow-700\\/65 { + border-inline-start-color: #a16207a6; +} + .border-s-yellow-700\\/70 { border-inline-start-color: #a16207b3; } @@ -283369,6 +388869,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a16207cc; } +.border-s-yellow-700\\/85 { + border-inline-start-color: #a16207d9; +} + .border-s-yellow-700\\/90 { border-inline-start-color: #a16207e6; } @@ -283394,6 +388898,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #854d0e; } +.border-s-yellow-800\\/15 { + border-inline-start-color: #854d0e26; +} + .border-s-yellow-800\\/20 { border-inline-start-color: #854d0e33; } @@ -283406,10 +388914,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #854d0e4d; } +.border-s-yellow-800\\/35 { + border-inline-start-color: #854d0e59; +} + .border-s-yellow-800\\/40 { border-inline-start-color: #854d0e66; } +.border-s-yellow-800\\/45 { + border-inline-start-color: #854d0e73; +} + .border-s-yellow-800\\/5 { border-inline-start-color: #854d0e0d; } @@ -283418,10 +388934,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #854d0e80; } +.border-s-yellow-800\\/55 { + border-inline-start-color: #854d0e8c; +} + .border-s-yellow-800\\/60 { border-inline-start-color: #854d0e99; } +.border-s-yellow-800\\/65 { + border-inline-start-color: #854d0ea6; +} + .border-s-yellow-800\\/70 { border-inline-start-color: #854d0eb3; } @@ -283434,6 +388958,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #854d0ecc; } +.border-s-yellow-800\\/85 { + border-inline-start-color: #854d0ed9; +} + .border-s-yellow-800\\/90 { border-inline-start-color: #854d0ee6; } @@ -283459,6 +388987,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #713f12; } +.border-s-yellow-900\\/15 { + border-inline-start-color: #713f1226; +} + .border-s-yellow-900\\/20 { border-inline-start-color: #713f1233; } @@ -283471,10 +389003,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #713f124d; } +.border-s-yellow-900\\/35 { + border-inline-start-color: #713f1259; +} + .border-s-yellow-900\\/40 { border-inline-start-color: #713f1266; } +.border-s-yellow-900\\/45 { + border-inline-start-color: #713f1273; +} + .border-s-yellow-900\\/5 { border-inline-start-color: #713f120d; } @@ -283483,10 +389023,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #713f1280; } +.border-s-yellow-900\\/55 { + border-inline-start-color: #713f128c; +} + .border-s-yellow-900\\/60 { border-inline-start-color: #713f1299; } +.border-s-yellow-900\\/65 { + border-inline-start-color: #713f12a6; +} + .border-s-yellow-900\\/70 { border-inline-start-color: #713f12b3; } @@ -283499,6 +389047,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #713f12cc; } +.border-s-yellow-900\\/85 { + border-inline-start-color: #713f12d9; +} + .border-s-yellow-900\\/90 { border-inline-start-color: #713f12e6; } @@ -283524,6 +389076,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #422006; } +.border-s-yellow-950\\/15 { + border-inline-start-color: #42200626; +} + .border-s-yellow-950\\/20 { border-inline-start-color: #42200633; } @@ -283536,10 +389092,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #4220064d; } +.border-s-yellow-950\\/35 { + border-inline-start-color: #42200659; +} + .border-s-yellow-950\\/40 { border-inline-start-color: #42200666; } +.border-s-yellow-950\\/45 { + border-inline-start-color: #42200673; +} + .border-s-yellow-950\\/5 { border-inline-start-color: #4220060d; } @@ -283548,10 +389112,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #42200680; } +.border-s-yellow-950\\/55 { + border-inline-start-color: #4220068c; +} + .border-s-yellow-950\\/60 { border-inline-start-color: #42200699; } +.border-s-yellow-950\\/65 { + border-inline-start-color: #422006a6; +} + .border-s-yellow-950\\/70 { border-inline-start-color: #422006b3; } @@ -283564,6 +389136,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #422006cc; } +.border-s-yellow-950\\/85 { + border-inline-start-color: #422006d9; +} + .border-s-yellow-950\\/90 { border-inline-start-color: #422006e6; } @@ -283589,6 +389165,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f4f4f5; } +.border-s-zinc-100\\/15 { + border-inline-start-color: #f4f4f526; +} + .border-s-zinc-100\\/20 { border-inline-start-color: #f4f4f533; } @@ -283601,10 +389181,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f4f4f54d; } +.border-s-zinc-100\\/35 { + border-inline-start-color: #f4f4f559; +} + .border-s-zinc-100\\/40 { border-inline-start-color: #f4f4f566; } +.border-s-zinc-100\\/45 { + border-inline-start-color: #f4f4f573; +} + .border-s-zinc-100\\/5 { border-inline-start-color: #f4f4f50d; } @@ -283613,10 +389201,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f4f4f580; } +.border-s-zinc-100\\/55 { + border-inline-start-color: #f4f4f58c; +} + .border-s-zinc-100\\/60 { border-inline-start-color: #f4f4f599; } +.border-s-zinc-100\\/65 { + border-inline-start-color: #f4f4f5a6; +} + .border-s-zinc-100\\/70 { border-inline-start-color: #f4f4f5b3; } @@ -283629,6 +389225,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #f4f4f5cc; } +.border-s-zinc-100\\/85 { + border-inline-start-color: #f4f4f5d9; +} + .border-s-zinc-100\\/90 { border-inline-start-color: #f4f4f5e6; } @@ -283654,6 +389254,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e4e4e7; } +.border-s-zinc-200\\/15 { + border-inline-start-color: #e4e4e726; +} + .border-s-zinc-200\\/20 { border-inline-start-color: #e4e4e733; } @@ -283666,10 +389270,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e4e4e74d; } +.border-s-zinc-200\\/35 { + border-inline-start-color: #e4e4e759; +} + .border-s-zinc-200\\/40 { border-inline-start-color: #e4e4e766; } +.border-s-zinc-200\\/45 { + border-inline-start-color: #e4e4e773; +} + .border-s-zinc-200\\/5 { border-inline-start-color: #e4e4e70d; } @@ -283678,10 +389290,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e4e4e780; } +.border-s-zinc-200\\/55 { + border-inline-start-color: #e4e4e78c; +} + .border-s-zinc-200\\/60 { border-inline-start-color: #e4e4e799; } +.border-s-zinc-200\\/65 { + border-inline-start-color: #e4e4e7a6; +} + .border-s-zinc-200\\/70 { border-inline-start-color: #e4e4e7b3; } @@ -283694,6 +389314,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #e4e4e7cc; } +.border-s-zinc-200\\/85 { + border-inline-start-color: #e4e4e7d9; +} + .border-s-zinc-200\\/90 { border-inline-start-color: #e4e4e7e6; } @@ -283719,6 +389343,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d8; } +.border-s-zinc-300\\/15 { + border-inline-start-color: #d4d4d826; +} + .border-s-zinc-300\\/20 { border-inline-start-color: #d4d4d833; } @@ -283731,10 +389359,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d84d; } +.border-s-zinc-300\\/35 { + border-inline-start-color: #d4d4d859; +} + .border-s-zinc-300\\/40 { border-inline-start-color: #d4d4d866; } +.border-s-zinc-300\\/45 { + border-inline-start-color: #d4d4d873; +} + .border-s-zinc-300\\/5 { border-inline-start-color: #d4d4d80d; } @@ -283743,10 +389379,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d880; } +.border-s-zinc-300\\/55 { + border-inline-start-color: #d4d4d88c; +} + .border-s-zinc-300\\/60 { border-inline-start-color: #d4d4d899; } +.border-s-zinc-300\\/65 { + border-inline-start-color: #d4d4d8a6; +} + .border-s-zinc-300\\/70 { border-inline-start-color: #d4d4d8b3; } @@ -283759,6 +389403,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #d4d4d8cc; } +.border-s-zinc-300\\/85 { + border-inline-start-color: #d4d4d8d9; +} + .border-s-zinc-300\\/90 { border-inline-start-color: #d4d4d8e6; } @@ -283784,6 +389432,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a1a1aa; } +.border-s-zinc-400\\/15 { + border-inline-start-color: #a1a1aa26; +} + .border-s-zinc-400\\/20 { border-inline-start-color: #a1a1aa33; } @@ -283796,10 +389448,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a1a1aa4d; } +.border-s-zinc-400\\/35 { + border-inline-start-color: #a1a1aa59; +} + .border-s-zinc-400\\/40 { border-inline-start-color: #a1a1aa66; } +.border-s-zinc-400\\/45 { + border-inline-start-color: #a1a1aa73; +} + .border-s-zinc-400\\/5 { border-inline-start-color: #a1a1aa0d; } @@ -283808,10 +389468,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a1a1aa80; } +.border-s-zinc-400\\/55 { + border-inline-start-color: #a1a1aa8c; +} + .border-s-zinc-400\\/60 { border-inline-start-color: #a1a1aa99; } +.border-s-zinc-400\\/65 { + border-inline-start-color: #a1a1aaa6; +} + .border-s-zinc-400\\/70 { border-inline-start-color: #a1a1aab3; } @@ -283824,6 +389492,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #a1a1aacc; } +.border-s-zinc-400\\/85 { + border-inline-start-color: #a1a1aad9; +} + .border-s-zinc-400\\/90 { border-inline-start-color: #a1a1aae6; } @@ -283849,6 +389521,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafa; } +.border-s-zinc-50\\/15 { + border-inline-start-color: #fafafa26; +} + .border-s-zinc-50\\/20 { border-inline-start-color: #fafafa33; } @@ -283861,10 +389537,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafa4d; } +.border-s-zinc-50\\/35 { + border-inline-start-color: #fafafa59; +} + .border-s-zinc-50\\/40 { border-inline-start-color: #fafafa66; } +.border-s-zinc-50\\/45 { + border-inline-start-color: #fafafa73; +} + .border-s-zinc-50\\/5 { border-inline-start-color: #fafafa0d; } @@ -283873,10 +389557,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafa80; } +.border-s-zinc-50\\/55 { + border-inline-start-color: #fafafa8c; +} + .border-s-zinc-50\\/60 { border-inline-start-color: #fafafa99; } +.border-s-zinc-50\\/65 { + border-inline-start-color: #fafafaa6; +} + .border-s-zinc-50\\/70 { border-inline-start-color: #fafafab3; } @@ -283889,6 +389581,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #fafafacc; } +.border-s-zinc-50\\/85 { + border-inline-start-color: #fafafad9; +} + .border-s-zinc-50\\/90 { border-inline-start-color: #fafafae6; } @@ -283914,6 +389610,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #71717a; } +.border-s-zinc-500\\/15 { + border-inline-start-color: #71717a26; +} + .border-s-zinc-500\\/20 { border-inline-start-color: #71717a33; } @@ -283926,10 +389626,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #71717a4d; } +.border-s-zinc-500\\/35 { + border-inline-start-color: #71717a59; +} + .border-s-zinc-500\\/40 { border-inline-start-color: #71717a66; } +.border-s-zinc-500\\/45 { + border-inline-start-color: #71717a73; +} + .border-s-zinc-500\\/5 { border-inline-start-color: #71717a0d; } @@ -283938,10 +389646,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #71717a80; } +.border-s-zinc-500\\/55 { + border-inline-start-color: #71717a8c; +} + .border-s-zinc-500\\/60 { border-inline-start-color: #71717a99; } +.border-s-zinc-500\\/65 { + border-inline-start-color: #71717aa6; +} + .border-s-zinc-500\\/70 { border-inline-start-color: #71717ab3; } @@ -283954,6 +389670,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #71717acc; } +.border-s-zinc-500\\/85 { + border-inline-start-color: #71717ad9; +} + .border-s-zinc-500\\/90 { border-inline-start-color: #71717ae6; } @@ -283979,6 +389699,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #52525b; } +.border-s-zinc-600\\/15 { + border-inline-start-color: #52525b26; +} + .border-s-zinc-600\\/20 { border-inline-start-color: #52525b33; } @@ -283991,10 +389715,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #52525b4d; } +.border-s-zinc-600\\/35 { + border-inline-start-color: #52525b59; +} + .border-s-zinc-600\\/40 { border-inline-start-color: #52525b66; } +.border-s-zinc-600\\/45 { + border-inline-start-color: #52525b73; +} + .border-s-zinc-600\\/5 { border-inline-start-color: #52525b0d; } @@ -284003,10 +389735,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #52525b80; } +.border-s-zinc-600\\/55 { + border-inline-start-color: #52525b8c; +} + .border-s-zinc-600\\/60 { border-inline-start-color: #52525b99; } +.border-s-zinc-600\\/65 { + border-inline-start-color: #52525ba6; +} + .border-s-zinc-600\\/70 { border-inline-start-color: #52525bb3; } @@ -284019,6 +389759,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #52525bcc; } +.border-s-zinc-600\\/85 { + border-inline-start-color: #52525bd9; +} + .border-s-zinc-600\\/90 { border-inline-start-color: #52525be6; } @@ -284044,6 +389788,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f3f46; } +.border-s-zinc-700\\/15 { + border-inline-start-color: #3f3f4626; +} + .border-s-zinc-700\\/20 { border-inline-start-color: #3f3f4633; } @@ -284056,10 +389804,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f3f464d; } +.border-s-zinc-700\\/35 { + border-inline-start-color: #3f3f4659; +} + .border-s-zinc-700\\/40 { border-inline-start-color: #3f3f4666; } +.border-s-zinc-700\\/45 { + border-inline-start-color: #3f3f4673; +} + .border-s-zinc-700\\/5 { border-inline-start-color: #3f3f460d; } @@ -284068,10 +389824,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f3f4680; } +.border-s-zinc-700\\/55 { + border-inline-start-color: #3f3f468c; +} + .border-s-zinc-700\\/60 { border-inline-start-color: #3f3f4699; } +.border-s-zinc-700\\/65 { + border-inline-start-color: #3f3f46a6; +} + .border-s-zinc-700\\/70 { border-inline-start-color: #3f3f46b3; } @@ -284084,6 +389848,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #3f3f46cc; } +.border-s-zinc-700\\/85 { + border-inline-start-color: #3f3f46d9; +} + .border-s-zinc-700\\/90 { border-inline-start-color: #3f3f46e6; } @@ -284109,6 +389877,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #27272a; } +.border-s-zinc-800\\/15 { + border-inline-start-color: #27272a26; +} + .border-s-zinc-800\\/20 { border-inline-start-color: #27272a33; } @@ -284121,10 +389893,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #27272a4d; } +.border-s-zinc-800\\/35 { + border-inline-start-color: #27272a59; +} + .border-s-zinc-800\\/40 { border-inline-start-color: #27272a66; } +.border-s-zinc-800\\/45 { + border-inline-start-color: #27272a73; +} + .border-s-zinc-800\\/5 { border-inline-start-color: #27272a0d; } @@ -284133,10 +389913,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #27272a80; } +.border-s-zinc-800\\/55 { + border-inline-start-color: #27272a8c; +} + .border-s-zinc-800\\/60 { border-inline-start-color: #27272a99; } +.border-s-zinc-800\\/65 { + border-inline-start-color: #27272aa6; +} + .border-s-zinc-800\\/70 { border-inline-start-color: #27272ab3; } @@ -284149,6 +389937,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #27272acc; } +.border-s-zinc-800\\/85 { + border-inline-start-color: #27272ad9; +} + .border-s-zinc-800\\/90 { border-inline-start-color: #27272ae6; } @@ -284174,6 +389966,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #18181b; } +.border-s-zinc-900\\/15 { + border-inline-start-color: #18181b26; +} + .border-s-zinc-900\\/20 { border-inline-start-color: #18181b33; } @@ -284186,10 +389982,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #18181b4d; } +.border-s-zinc-900\\/35 { + border-inline-start-color: #18181b59; +} + .border-s-zinc-900\\/40 { border-inline-start-color: #18181b66; } +.border-s-zinc-900\\/45 { + border-inline-start-color: #18181b73; +} + .border-s-zinc-900\\/5 { border-inline-start-color: #18181b0d; } @@ -284198,10 +390002,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #18181b80; } +.border-s-zinc-900\\/55 { + border-inline-start-color: #18181b8c; +} + .border-s-zinc-900\\/60 { border-inline-start-color: #18181b99; } +.border-s-zinc-900\\/65 { + border-inline-start-color: #18181ba6; +} + .border-s-zinc-900\\/70 { border-inline-start-color: #18181bb3; } @@ -284214,6 +390026,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #18181bcc; } +.border-s-zinc-900\\/85 { + border-inline-start-color: #18181bd9; +} + .border-s-zinc-900\\/90 { border-inline-start-color: #18181be6; } @@ -284239,6 +390055,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #09090b; } +.border-s-zinc-950\\/15 { + border-inline-start-color: #09090b26; +} + .border-s-zinc-950\\/20 { border-inline-start-color: #09090b33; } @@ -284251,10 +390071,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #09090b4d; } +.border-s-zinc-950\\/35 { + border-inline-start-color: #09090b59; +} + .border-s-zinc-950\\/40 { border-inline-start-color: #09090b66; } +.border-s-zinc-950\\/45 { + border-inline-start-color: #09090b73; +} + .border-s-zinc-950\\/5 { border-inline-start-color: #09090b0d; } @@ -284263,10 +390091,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #09090b80; } +.border-s-zinc-950\\/55 { + border-inline-start-color: #09090b8c; +} + .border-s-zinc-950\\/60 { border-inline-start-color: #09090b99; } +.border-s-zinc-950\\/65 { + border-inline-start-color: #09090ba6; +} + .border-s-zinc-950\\/70 { border-inline-start-color: #09090bb3; } @@ -284279,6 +390115,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-inline-start-color: #09090bcc; } +.border-s-zinc-950\\/85 { + border-inline-start-color: #09090bd9; +} + .border-s-zinc-950\\/90 { border-inline-start-color: #09090be6; } @@ -284304,6 +390144,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef3c7; } +.border-t-amber-100\\/15 { + border-top-color: #fef3c726; +} + .border-t-amber-100\\/20 { border-top-color: #fef3c733; } @@ -284316,10 +390160,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef3c74d; } +.border-t-amber-100\\/35 { + border-top-color: #fef3c759; +} + .border-t-amber-100\\/40 { border-top-color: #fef3c766; } +.border-t-amber-100\\/45 { + border-top-color: #fef3c773; +} + .border-t-amber-100\\/5 { border-top-color: #fef3c70d; } @@ -284328,10 +390180,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef3c780; } +.border-t-amber-100\\/55 { + border-top-color: #fef3c78c; +} + .border-t-amber-100\\/60 { border-top-color: #fef3c799; } +.border-t-amber-100\\/65 { + border-top-color: #fef3c7a6; +} + .border-t-amber-100\\/70 { border-top-color: #fef3c7b3; } @@ -284344,6 +390204,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef3c7cc; } +.border-t-amber-100\\/85 { + border-top-color: #fef3c7d9; +} + .border-t-amber-100\\/90 { border-top-color: #fef3c7e6; } @@ -284369,6 +390233,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde68a; } +.border-t-amber-200\\/15 { + border-top-color: #fde68a26; +} + .border-t-amber-200\\/20 { border-top-color: #fde68a33; } @@ -284381,10 +390249,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde68a4d; } +.border-t-amber-200\\/35 { + border-top-color: #fde68a59; +} + .border-t-amber-200\\/40 { border-top-color: #fde68a66; } +.border-t-amber-200\\/45 { + border-top-color: #fde68a73; +} + .border-t-amber-200\\/5 { border-top-color: #fde68a0d; } @@ -284393,10 +390269,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde68a80; } +.border-t-amber-200\\/55 { + border-top-color: #fde68a8c; +} + .border-t-amber-200\\/60 { border-top-color: #fde68a99; } +.border-t-amber-200\\/65 { + border-top-color: #fde68aa6; +} + .border-t-amber-200\\/70 { border-top-color: #fde68ab3; } @@ -284409,6 +390293,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde68acc; } +.border-t-amber-200\\/85 { + border-top-color: #fde68ad9; +} + .border-t-amber-200\\/90 { border-top-color: #fde68ae6; } @@ -284434,6 +390322,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fcd34d; } +.border-t-amber-300\\/15 { + border-top-color: #fcd34d26; +} + .border-t-amber-300\\/20 { border-top-color: #fcd34d33; } @@ -284446,10 +390338,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fcd34d4d; } +.border-t-amber-300\\/35 { + border-top-color: #fcd34d59; +} + .border-t-amber-300\\/40 { border-top-color: #fcd34d66; } +.border-t-amber-300\\/45 { + border-top-color: #fcd34d73; +} + .border-t-amber-300\\/5 { border-top-color: #fcd34d0d; } @@ -284458,10 +390358,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fcd34d80; } +.border-t-amber-300\\/55 { + border-top-color: #fcd34d8c; +} + .border-t-amber-300\\/60 { border-top-color: #fcd34d99; } +.border-t-amber-300\\/65 { + border-top-color: #fcd34da6; +} + .border-t-amber-300\\/70 { border-top-color: #fcd34db3; } @@ -284474,6 +390382,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fcd34dcc; } +.border-t-amber-300\\/85 { + border-top-color: #fcd34dd9; +} + .border-t-amber-300\\/90 { border-top-color: #fcd34de6; } @@ -284499,6 +390411,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbbf24; } +.border-t-amber-400\\/15 { + border-top-color: #fbbf2426; +} + .border-t-amber-400\\/20 { border-top-color: #fbbf2433; } @@ -284511,10 +390427,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbbf244d; } +.border-t-amber-400\\/35 { + border-top-color: #fbbf2459; +} + .border-t-amber-400\\/40 { border-top-color: #fbbf2466; } +.border-t-amber-400\\/45 { + border-top-color: #fbbf2473; +} + .border-t-amber-400\\/5 { border-top-color: #fbbf240d; } @@ -284523,10 +390447,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbbf2480; } +.border-t-amber-400\\/55 { + border-top-color: #fbbf248c; +} + .border-t-amber-400\\/60 { border-top-color: #fbbf2499; } +.border-t-amber-400\\/65 { + border-top-color: #fbbf24a6; +} + .border-t-amber-400\\/70 { border-top-color: #fbbf24b3; } @@ -284539,6 +390471,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbbf24cc; } +.border-t-amber-400\\/85 { + border-top-color: #fbbf24d9; +} + .border-t-amber-400\\/90 { border-top-color: #fbbf24e6; } @@ -284564,6 +390500,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fffbeb; } +.border-t-amber-50\\/15 { + border-top-color: #fffbeb26; +} + .border-t-amber-50\\/20 { border-top-color: #fffbeb33; } @@ -284576,10 +390516,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fffbeb4d; } +.border-t-amber-50\\/35 { + border-top-color: #fffbeb59; +} + .border-t-amber-50\\/40 { border-top-color: #fffbeb66; } +.border-t-amber-50\\/45 { + border-top-color: #fffbeb73; +} + .border-t-amber-50\\/5 { border-top-color: #fffbeb0d; } @@ -284588,10 +390536,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fffbeb80; } +.border-t-amber-50\\/55 { + border-top-color: #fffbeb8c; +} + .border-t-amber-50\\/60 { border-top-color: #fffbeb99; } +.border-t-amber-50\\/65 { + border-top-color: #fffbeba6; +} + .border-t-amber-50\\/70 { border-top-color: #fffbebb3; } @@ -284604,6 +390560,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fffbebcc; } +.border-t-amber-50\\/85 { + border-top-color: #fffbebd9; +} + .border-t-amber-50\\/90 { border-top-color: #fffbebe6; } @@ -284629,6 +390589,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f59e0b; } +.border-t-amber-500\\/15 { + border-top-color: #f59e0b26; +} + .border-t-amber-500\\/20 { border-top-color: #f59e0b33; } @@ -284641,10 +390605,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f59e0b4d; } +.border-t-amber-500\\/35 { + border-top-color: #f59e0b59; +} + .border-t-amber-500\\/40 { border-top-color: #f59e0b66; } +.border-t-amber-500\\/45 { + border-top-color: #f59e0b73; +} + .border-t-amber-500\\/5 { border-top-color: #f59e0b0d; } @@ -284653,10 +390625,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f59e0b80; } +.border-t-amber-500\\/55 { + border-top-color: #f59e0b8c; +} + .border-t-amber-500\\/60 { border-top-color: #f59e0b99; } +.border-t-amber-500\\/65 { + border-top-color: #f59e0ba6; +} + .border-t-amber-500\\/70 { border-top-color: #f59e0bb3; } @@ -284669,6 +390649,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f59e0bcc; } +.border-t-amber-500\\/85 { + border-top-color: #f59e0bd9; +} + .border-t-amber-500\\/90 { border-top-color: #f59e0be6; } @@ -284694,6 +390678,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d97706; } +.border-t-amber-600\\/15 { + border-top-color: #d9770626; +} + .border-t-amber-600\\/20 { border-top-color: #d9770633; } @@ -284706,10 +390694,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d977064d; } +.border-t-amber-600\\/35 { + border-top-color: #d9770659; +} + .border-t-amber-600\\/40 { border-top-color: #d9770666; } +.border-t-amber-600\\/45 { + border-top-color: #d9770673; +} + .border-t-amber-600\\/5 { border-top-color: #d977060d; } @@ -284718,10 +390714,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d9770680; } +.border-t-amber-600\\/55 { + border-top-color: #d977068c; +} + .border-t-amber-600\\/60 { border-top-color: #d9770699; } +.border-t-amber-600\\/65 { + border-top-color: #d97706a6; +} + .border-t-amber-600\\/70 { border-top-color: #d97706b3; } @@ -284734,6 +390738,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d97706cc; } +.border-t-amber-600\\/85 { + border-top-color: #d97706d9; +} + .border-t-amber-600\\/90 { border-top-color: #d97706e6; } @@ -284759,6 +390767,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b45309; } +.border-t-amber-700\\/15 { + border-top-color: #b4530926; +} + .border-t-amber-700\\/20 { border-top-color: #b4530933; } @@ -284771,10 +390783,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b453094d; } +.border-t-amber-700\\/35 { + border-top-color: #b4530959; +} + .border-t-amber-700\\/40 { border-top-color: #b4530966; } +.border-t-amber-700\\/45 { + border-top-color: #b4530973; +} + .border-t-amber-700\\/5 { border-top-color: #b453090d; } @@ -284783,10 +390803,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b4530980; } +.border-t-amber-700\\/55 { + border-top-color: #b453098c; +} + .border-t-amber-700\\/60 { border-top-color: #b4530999; } +.border-t-amber-700\\/65 { + border-top-color: #b45309a6; +} + .border-t-amber-700\\/70 { border-top-color: #b45309b3; } @@ -284799,6 +390827,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b45309cc; } +.border-t-amber-700\\/85 { + border-top-color: #b45309d9; +} + .border-t-amber-700\\/90 { border-top-color: #b45309e6; } @@ -284824,6 +390856,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #92400e; } +.border-t-amber-800\\/15 { + border-top-color: #92400e26; +} + .border-t-amber-800\\/20 { border-top-color: #92400e33; } @@ -284836,10 +390872,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #92400e4d; } +.border-t-amber-800\\/35 { + border-top-color: #92400e59; +} + .border-t-amber-800\\/40 { border-top-color: #92400e66; } +.border-t-amber-800\\/45 { + border-top-color: #92400e73; +} + .border-t-amber-800\\/5 { border-top-color: #92400e0d; } @@ -284848,10 +390892,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #92400e80; } +.border-t-amber-800\\/55 { + border-top-color: #92400e8c; +} + .border-t-amber-800\\/60 { border-top-color: #92400e99; } +.border-t-amber-800\\/65 { + border-top-color: #92400ea6; +} + .border-t-amber-800\\/70 { border-top-color: #92400eb3; } @@ -284864,6 +390916,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #92400ecc; } +.border-t-amber-800\\/85 { + border-top-color: #92400ed9; +} + .border-t-amber-800\\/90 { border-top-color: #92400ee6; } @@ -284889,6 +390945,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78350f; } +.border-t-amber-900\\/15 { + border-top-color: #78350f26; +} + .border-t-amber-900\\/20 { border-top-color: #78350f33; } @@ -284901,10 +390961,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78350f4d; } +.border-t-amber-900\\/35 { + border-top-color: #78350f59; +} + .border-t-amber-900\\/40 { border-top-color: #78350f66; } +.border-t-amber-900\\/45 { + border-top-color: #78350f73; +} + .border-t-amber-900\\/5 { border-top-color: #78350f0d; } @@ -284913,10 +390981,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78350f80; } +.border-t-amber-900\\/55 { + border-top-color: #78350f8c; +} + .border-t-amber-900\\/60 { border-top-color: #78350f99; } +.border-t-amber-900\\/65 { + border-top-color: #78350fa6; +} + .border-t-amber-900\\/70 { border-top-color: #78350fb3; } @@ -284929,6 +391005,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78350fcc; } +.border-t-amber-900\\/85 { + border-top-color: #78350fd9; +} + .border-t-amber-900\\/90 { border-top-color: #78350fe6; } @@ -284954,6 +391034,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #451a03; } +.border-t-amber-950\\/15 { + border-top-color: #451a0326; +} + .border-t-amber-950\\/20 { border-top-color: #451a0333; } @@ -284966,10 +391050,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #451a034d; } +.border-t-amber-950\\/35 { + border-top-color: #451a0359; +} + .border-t-amber-950\\/40 { border-top-color: #451a0366; } +.border-t-amber-950\\/45 { + border-top-color: #451a0373; +} + .border-t-amber-950\\/5 { border-top-color: #451a030d; } @@ -284978,10 +391070,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #451a0380; } +.border-t-amber-950\\/55 { + border-top-color: #451a038c; +} + .border-t-amber-950\\/60 { border-top-color: #451a0399; } +.border-t-amber-950\\/65 { + border-top-color: #451a03a6; +} + .border-t-amber-950\\/70 { border-top-color: #451a03b3; } @@ -284994,6 +391094,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #451a03cc; } +.border-t-amber-950\\/85 { + border-top-color: #451a03d9; +} + .border-t-amber-950\\/90 { border-top-color: #451a03e6; } @@ -285019,6 +391123,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #000; } +.border-t-black\\/15 { + border-top-color: #00000026; +} + .border-t-black\\/20 { border-top-color: #0003; } @@ -285031,10 +391139,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0000004d; } +.border-t-black\\/35 { + border-top-color: #00000059; +} + .border-t-black\\/40 { border-top-color: #0006; } +.border-t-black\\/45 { + border-top-color: #00000073; +} + .border-t-black\\/5 { border-top-color: #0000000d; } @@ -285043,10 +391159,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #00000080; } +.border-t-black\\/55 { + border-top-color: #0000008c; +} + .border-t-black\\/60 { border-top-color: #0009; } +.border-t-black\\/65 { + border-top-color: #000000a6; +} + .border-t-black\\/70 { border-top-color: #000000b3; } @@ -285059,6 +391183,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #000c; } +.border-t-black\\/85 { + border-top-color: #000000d9; +} + .border-t-black\\/90 { border-top-color: #000000e6; } @@ -285084,6 +391212,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dbeafe; } +.border-t-blue-100\\/15 { + border-top-color: #dbeafe26; +} + .border-t-blue-100\\/20 { border-top-color: #dbeafe33; } @@ -285096,10 +391228,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dbeafe4d; } +.border-t-blue-100\\/35 { + border-top-color: #dbeafe59; +} + .border-t-blue-100\\/40 { border-top-color: #dbeafe66; } +.border-t-blue-100\\/45 { + border-top-color: #dbeafe73; +} + .border-t-blue-100\\/5 { border-top-color: #dbeafe0d; } @@ -285108,10 +391248,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dbeafe80; } +.border-t-blue-100\\/55 { + border-top-color: #dbeafe8c; +} + .border-t-blue-100\\/60 { border-top-color: #dbeafe99; } +.border-t-blue-100\\/65 { + border-top-color: #dbeafea6; +} + .border-t-blue-100\\/70 { border-top-color: #dbeafeb3; } @@ -285124,6 +391272,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dbeafecc; } +.border-t-blue-100\\/85 { + border-top-color: #dbeafed9; +} + .border-t-blue-100\\/90 { border-top-color: #dbeafee6; } @@ -285149,6 +391301,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bfdbfe; } +.border-t-blue-200\\/15 { + border-top-color: #bfdbfe26; +} + .border-t-blue-200\\/20 { border-top-color: #bfdbfe33; } @@ -285161,10 +391317,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bfdbfe4d; } +.border-t-blue-200\\/35 { + border-top-color: #bfdbfe59; +} + .border-t-blue-200\\/40 { border-top-color: #bfdbfe66; } +.border-t-blue-200\\/45 { + border-top-color: #bfdbfe73; +} + .border-t-blue-200\\/5 { border-top-color: #bfdbfe0d; } @@ -285173,10 +391337,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bfdbfe80; } +.border-t-blue-200\\/55 { + border-top-color: #bfdbfe8c; +} + .border-t-blue-200\\/60 { border-top-color: #bfdbfe99; } +.border-t-blue-200\\/65 { + border-top-color: #bfdbfea6; +} + .border-t-blue-200\\/70 { border-top-color: #bfdbfeb3; } @@ -285189,6 +391361,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bfdbfecc; } +.border-t-blue-200\\/85 { + border-top-color: #bfdbfed9; +} + .border-t-blue-200\\/90 { border-top-color: #bfdbfee6; } @@ -285214,6 +391390,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #93c5fd; } +.border-t-blue-300\\/15 { + border-top-color: #93c5fd26; +} + .border-t-blue-300\\/20 { border-top-color: #93c5fd33; } @@ -285226,10 +391406,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #93c5fd4d; } +.border-t-blue-300\\/35 { + border-top-color: #93c5fd59; +} + .border-t-blue-300\\/40 { border-top-color: #93c5fd66; } +.border-t-blue-300\\/45 { + border-top-color: #93c5fd73; +} + .border-t-blue-300\\/5 { border-top-color: #93c5fd0d; } @@ -285238,10 +391426,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #93c5fd80; } +.border-t-blue-300\\/55 { + border-top-color: #93c5fd8c; +} + .border-t-blue-300\\/60 { border-top-color: #93c5fd99; } +.border-t-blue-300\\/65 { + border-top-color: #93c5fda6; +} + .border-t-blue-300\\/70 { border-top-color: #93c5fdb3; } @@ -285254,6 +391450,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #93c5fdcc; } +.border-t-blue-300\\/85 { + border-top-color: #93c5fdd9; +} + .border-t-blue-300\\/90 { border-top-color: #93c5fde6; } @@ -285279,6 +391479,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #60a5fa; } +.border-t-blue-400\\/15 { + border-top-color: #60a5fa26; +} + .border-t-blue-400\\/20 { border-top-color: #60a5fa33; } @@ -285291,10 +391495,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #60a5fa4d; } +.border-t-blue-400\\/35 { + border-top-color: #60a5fa59; +} + .border-t-blue-400\\/40 { border-top-color: #60a5fa66; } +.border-t-blue-400\\/45 { + border-top-color: #60a5fa73; +} + .border-t-blue-400\\/5 { border-top-color: #60a5fa0d; } @@ -285303,10 +391515,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #60a5fa80; } +.border-t-blue-400\\/55 { + border-top-color: #60a5fa8c; +} + .border-t-blue-400\\/60 { border-top-color: #60a5fa99; } +.border-t-blue-400\\/65 { + border-top-color: #60a5faa6; +} + .border-t-blue-400\\/70 { border-top-color: #60a5fab3; } @@ -285319,6 +391539,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #60a5facc; } +.border-t-blue-400\\/85 { + border-top-color: #60a5fad9; +} + .border-t-blue-400\\/90 { border-top-color: #60a5fae6; } @@ -285344,6 +391568,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eff6ff; } +.border-t-blue-50\\/15 { + border-top-color: #eff6ff26; +} + .border-t-blue-50\\/20 { border-top-color: #eff6ff33; } @@ -285356,10 +391584,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eff6ff4d; } +.border-t-blue-50\\/35 { + border-top-color: #eff6ff59; +} + .border-t-blue-50\\/40 { border-top-color: #eff6ff66; } +.border-t-blue-50\\/45 { + border-top-color: #eff6ff73; +} + .border-t-blue-50\\/5 { border-top-color: #eff6ff0d; } @@ -285368,10 +391604,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eff6ff80; } +.border-t-blue-50\\/55 { + border-top-color: #eff6ff8c; +} + .border-t-blue-50\\/60 { border-top-color: #eff6ff99; } +.border-t-blue-50\\/65 { + border-top-color: #eff6ffa6; +} + .border-t-blue-50\\/70 { border-top-color: #eff6ffb3; } @@ -285384,6 +391628,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eff6ffcc; } +.border-t-blue-50\\/85 { + border-top-color: #eff6ffd9; +} + .border-t-blue-50\\/90 { border-top-color: #eff6ffe6; } @@ -285409,6 +391657,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b82f6; } +.border-t-blue-500\\/15 { + border-top-color: #3b82f626; +} + .border-t-blue-500\\/20 { border-top-color: #3b82f633; } @@ -285421,10 +391673,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b82f64d; } +.border-t-blue-500\\/35 { + border-top-color: #3b82f659; +} + .border-t-blue-500\\/40 { border-top-color: #3b82f666; } +.border-t-blue-500\\/45 { + border-top-color: #3b82f673; +} + .border-t-blue-500\\/5 { border-top-color: #3b82f60d; } @@ -285433,10 +391693,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b82f680; } +.border-t-blue-500\\/55 { + border-top-color: #3b82f68c; +} + .border-t-blue-500\\/60 { border-top-color: #3b82f699; } +.border-t-blue-500\\/65 { + border-top-color: #3b82f6a6; +} + .border-t-blue-500\\/70 { border-top-color: #3b82f6b3; } @@ -285449,6 +391717,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b82f6cc; } +.border-t-blue-500\\/85 { + border-top-color: #3b82f6d9; +} + .border-t-blue-500\\/90 { border-top-color: #3b82f6e6; } @@ -285474,6 +391746,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2563eb; } +.border-t-blue-600\\/15 { + border-top-color: #2563eb26; +} + .border-t-blue-600\\/20 { border-top-color: #2563eb33; } @@ -285486,10 +391762,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2563eb4d; } +.border-t-blue-600\\/35 { + border-top-color: #2563eb59; +} + .border-t-blue-600\\/40 { border-top-color: #2563eb66; } +.border-t-blue-600\\/45 { + border-top-color: #2563eb73; +} + .border-t-blue-600\\/5 { border-top-color: #2563eb0d; } @@ -285498,10 +391782,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2563eb80; } +.border-t-blue-600\\/55 { + border-top-color: #2563eb8c; +} + .border-t-blue-600\\/60 { border-top-color: #2563eb99; } +.border-t-blue-600\\/65 { + border-top-color: #2563eba6; +} + .border-t-blue-600\\/70 { border-top-color: #2563ebb3; } @@ -285514,6 +391806,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2563ebcc; } +.border-t-blue-600\\/85 { + border-top-color: #2563ebd9; +} + .border-t-blue-600\\/90 { border-top-color: #2563ebe6; } @@ -285539,6 +391835,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1d4ed8; } +.border-t-blue-700\\/15 { + border-top-color: #1d4ed826; +} + .border-t-blue-700\\/20 { border-top-color: #1d4ed833; } @@ -285551,10 +391851,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1d4ed84d; } +.border-t-blue-700\\/35 { + border-top-color: #1d4ed859; +} + .border-t-blue-700\\/40 { border-top-color: #1d4ed866; } +.border-t-blue-700\\/45 { + border-top-color: #1d4ed873; +} + .border-t-blue-700\\/5 { border-top-color: #1d4ed80d; } @@ -285563,10 +391871,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1d4ed880; } +.border-t-blue-700\\/55 { + border-top-color: #1d4ed88c; +} + .border-t-blue-700\\/60 { border-top-color: #1d4ed899; } +.border-t-blue-700\\/65 { + border-top-color: #1d4ed8a6; +} + .border-t-blue-700\\/70 { border-top-color: #1d4ed8b3; } @@ -285579,6 +391895,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1d4ed8cc; } +.border-t-blue-700\\/85 { + border-top-color: #1d4ed8d9; +} + .border-t-blue-700\\/90 { border-top-color: #1d4ed8e6; } @@ -285604,6 +391924,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e40af; } +.border-t-blue-800\\/15 { + border-top-color: #1e40af26; +} + .border-t-blue-800\\/20 { border-top-color: #1e40af33; } @@ -285616,10 +391940,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e40af4d; } +.border-t-blue-800\\/35 { + border-top-color: #1e40af59; +} + .border-t-blue-800\\/40 { border-top-color: #1e40af66; } +.border-t-blue-800\\/45 { + border-top-color: #1e40af73; +} + .border-t-blue-800\\/5 { border-top-color: #1e40af0d; } @@ -285628,10 +391960,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e40af80; } +.border-t-blue-800\\/55 { + border-top-color: #1e40af8c; +} + .border-t-blue-800\\/60 { border-top-color: #1e40af99; } +.border-t-blue-800\\/65 { + border-top-color: #1e40afa6; +} + .border-t-blue-800\\/70 { border-top-color: #1e40afb3; } @@ -285644,6 +391984,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e40afcc; } +.border-t-blue-800\\/85 { + border-top-color: #1e40afd9; +} + .border-t-blue-800\\/90 { border-top-color: #1e40afe6; } @@ -285669,6 +392013,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e3a8a; } +.border-t-blue-900\\/15 { + border-top-color: #1e3a8a26; +} + .border-t-blue-900\\/20 { border-top-color: #1e3a8a33; } @@ -285681,10 +392029,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e3a8a4d; } +.border-t-blue-900\\/35 { + border-top-color: #1e3a8a59; +} + .border-t-blue-900\\/40 { border-top-color: #1e3a8a66; } +.border-t-blue-900\\/45 { + border-top-color: #1e3a8a73; +} + .border-t-blue-900\\/5 { border-top-color: #1e3a8a0d; } @@ -285693,10 +392049,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e3a8a80; } +.border-t-blue-900\\/55 { + border-top-color: #1e3a8a8c; +} + .border-t-blue-900\\/60 { border-top-color: #1e3a8a99; } +.border-t-blue-900\\/65 { + border-top-color: #1e3a8aa6; +} + .border-t-blue-900\\/70 { border-top-color: #1e3a8ab3; } @@ -285709,6 +392073,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e3a8acc; } +.border-t-blue-900\\/85 { + border-top-color: #1e3a8ad9; +} + .border-t-blue-900\\/90 { border-top-color: #1e3a8ae6; } @@ -285734,6 +392102,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #172554; } +.border-t-blue-950\\/15 { + border-top-color: #17255426; +} + .border-t-blue-950\\/20 { border-top-color: #17255433; } @@ -285746,10 +392118,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1725544d; } +.border-t-blue-950\\/35 { + border-top-color: #17255459; +} + .border-t-blue-950\\/40 { border-top-color: #17255466; } +.border-t-blue-950\\/45 { + border-top-color: #17255473; +} + .border-t-blue-950\\/5 { border-top-color: #1725540d; } @@ -285758,10 +392138,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #17255480; } +.border-t-blue-950\\/55 { + border-top-color: #1725548c; +} + .border-t-blue-950\\/60 { border-top-color: #17255499; } +.border-t-blue-950\\/65 { + border-top-color: #172554a6; +} + .border-t-blue-950\\/70 { border-top-color: #172554b3; } @@ -285774,6 +392162,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #172554cc; } +.border-t-blue-950\\/85 { + border-top-color: #172554d9; +} + .border-t-blue-950\\/90 { border-top-color: #172554e6; } @@ -285803,6 +392195,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cffafe; } +.border-t-cyan-100\\/15 { + border-top-color: #cffafe26; +} + .border-t-cyan-100\\/20 { border-top-color: #cffafe33; } @@ -285815,10 +392211,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cffafe4d; } +.border-t-cyan-100\\/35 { + border-top-color: #cffafe59; +} + .border-t-cyan-100\\/40 { border-top-color: #cffafe66; } +.border-t-cyan-100\\/45 { + border-top-color: #cffafe73; +} + .border-t-cyan-100\\/5 { border-top-color: #cffafe0d; } @@ -285827,10 +392231,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cffafe80; } +.border-t-cyan-100\\/55 { + border-top-color: #cffafe8c; +} + .border-t-cyan-100\\/60 { border-top-color: #cffafe99; } +.border-t-cyan-100\\/65 { + border-top-color: #cffafea6; +} + .border-t-cyan-100\\/70 { border-top-color: #cffafeb3; } @@ -285843,6 +392255,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cffafecc; } +.border-t-cyan-100\\/85 { + border-top-color: #cffafed9; +} + .border-t-cyan-100\\/90 { border-top-color: #cffafee6; } @@ -285868,6 +392284,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5f3fc; } +.border-t-cyan-200\\/15 { + border-top-color: #a5f3fc26; +} + .border-t-cyan-200\\/20 { border-top-color: #a5f3fc33; } @@ -285880,10 +392300,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5f3fc4d; } +.border-t-cyan-200\\/35 { + border-top-color: #a5f3fc59; +} + .border-t-cyan-200\\/40 { border-top-color: #a5f3fc66; } +.border-t-cyan-200\\/45 { + border-top-color: #a5f3fc73; +} + .border-t-cyan-200\\/5 { border-top-color: #a5f3fc0d; } @@ -285892,10 +392320,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5f3fc80; } +.border-t-cyan-200\\/55 { + border-top-color: #a5f3fc8c; +} + .border-t-cyan-200\\/60 { border-top-color: #a5f3fc99; } +.border-t-cyan-200\\/65 { + border-top-color: #a5f3fca6; +} + .border-t-cyan-200\\/70 { border-top-color: #a5f3fcb3; } @@ -285908,6 +392344,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5f3fccc; } +.border-t-cyan-200\\/85 { + border-top-color: #a5f3fcd9; +} + .border-t-cyan-200\\/90 { border-top-color: #a5f3fce6; } @@ -285933,6 +392373,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #67e8f9; } +.border-t-cyan-300\\/15 { + border-top-color: #67e8f926; +} + .border-t-cyan-300\\/20 { border-top-color: #67e8f933; } @@ -285945,10 +392389,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #67e8f94d; } +.border-t-cyan-300\\/35 { + border-top-color: #67e8f959; +} + .border-t-cyan-300\\/40 { border-top-color: #67e8f966; } +.border-t-cyan-300\\/45 { + border-top-color: #67e8f973; +} + .border-t-cyan-300\\/5 { border-top-color: #67e8f90d; } @@ -285957,10 +392409,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #67e8f980; } +.border-t-cyan-300\\/55 { + border-top-color: #67e8f98c; +} + .border-t-cyan-300\\/60 { border-top-color: #67e8f999; } +.border-t-cyan-300\\/65 { + border-top-color: #67e8f9a6; +} + .border-t-cyan-300\\/70 { border-top-color: #67e8f9b3; } @@ -285973,6 +392433,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #67e8f9cc; } +.border-t-cyan-300\\/85 { + border-top-color: #67e8f9d9; +} + .border-t-cyan-300\\/90 { border-top-color: #67e8f9e6; } @@ -285998,6 +392462,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22d3ee; } +.border-t-cyan-400\\/15 { + border-top-color: #22d3ee26; +} + .border-t-cyan-400\\/20 { border-top-color: #22d3ee33; } @@ -286010,10 +392478,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22d3ee4d; } +.border-t-cyan-400\\/35 { + border-top-color: #22d3ee59; +} + .border-t-cyan-400\\/40 { border-top-color: #22d3ee66; } +.border-t-cyan-400\\/45 { + border-top-color: #22d3ee73; +} + .border-t-cyan-400\\/5 { border-top-color: #22d3ee0d; } @@ -286022,10 +392498,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22d3ee80; } +.border-t-cyan-400\\/55 { + border-top-color: #22d3ee8c; +} + .border-t-cyan-400\\/60 { border-top-color: #22d3ee99; } +.border-t-cyan-400\\/65 { + border-top-color: #22d3eea6; +} + .border-t-cyan-400\\/70 { border-top-color: #22d3eeb3; } @@ -286038,6 +392522,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22d3eecc; } +.border-t-cyan-400\\/85 { + border-top-color: #22d3eed9; +} + .border-t-cyan-400\\/90 { border-top-color: #22d3eee6; } @@ -286063,6 +392551,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfeff; } +.border-t-cyan-50\\/15 { + border-top-color: #ecfeff26; +} + .border-t-cyan-50\\/20 { border-top-color: #ecfeff33; } @@ -286075,10 +392567,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfeff4d; } +.border-t-cyan-50\\/35 { + border-top-color: #ecfeff59; +} + .border-t-cyan-50\\/40 { border-top-color: #ecfeff66; } +.border-t-cyan-50\\/45 { + border-top-color: #ecfeff73; +} + .border-t-cyan-50\\/5 { border-top-color: #ecfeff0d; } @@ -286087,10 +392587,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfeff80; } +.border-t-cyan-50\\/55 { + border-top-color: #ecfeff8c; +} + .border-t-cyan-50\\/60 { border-top-color: #ecfeff99; } +.border-t-cyan-50\\/65 { + border-top-color: #ecfeffa6; +} + .border-t-cyan-50\\/70 { border-top-color: #ecfeffb3; } @@ -286103,6 +392611,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfeffcc; } +.border-t-cyan-50\\/85 { + border-top-color: #ecfeffd9; +} + .border-t-cyan-50\\/90 { border-top-color: #ecfeffe6; } @@ -286128,6 +392640,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #06b6d4; } +.border-t-cyan-500\\/15 { + border-top-color: #06b6d426; +} + .border-t-cyan-500\\/20 { border-top-color: #06b6d433; } @@ -286140,10 +392656,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #06b6d44d; } +.border-t-cyan-500\\/35 { + border-top-color: #06b6d459; +} + .border-t-cyan-500\\/40 { border-top-color: #06b6d466; } +.border-t-cyan-500\\/45 { + border-top-color: #06b6d473; +} + .border-t-cyan-500\\/5 { border-top-color: #06b6d40d; } @@ -286152,10 +392676,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #06b6d480; } +.border-t-cyan-500\\/55 { + border-top-color: #06b6d48c; +} + .border-t-cyan-500\\/60 { border-top-color: #06b6d499; } +.border-t-cyan-500\\/65 { + border-top-color: #06b6d4a6; +} + .border-t-cyan-500\\/70 { border-top-color: #06b6d4b3; } @@ -286168,6 +392700,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #06b6d4cc; } +.border-t-cyan-500\\/85 { + border-top-color: #06b6d4d9; +} + .border-t-cyan-500\\/90 { border-top-color: #06b6d4e6; } @@ -286193,6 +392729,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0891b2; } +.border-t-cyan-600\\/15 { + border-top-color: #0891b226; +} + .border-t-cyan-600\\/20 { border-top-color: #0891b233; } @@ -286205,10 +392745,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0891b24d; } +.border-t-cyan-600\\/35 { + border-top-color: #0891b259; +} + .border-t-cyan-600\\/40 { border-top-color: #0891b266; } +.border-t-cyan-600\\/45 { + border-top-color: #0891b273; +} + .border-t-cyan-600\\/5 { border-top-color: #0891b20d; } @@ -286217,10 +392765,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0891b280; } +.border-t-cyan-600\\/55 { + border-top-color: #0891b28c; +} + .border-t-cyan-600\\/60 { border-top-color: #0891b299; } +.border-t-cyan-600\\/65 { + border-top-color: #0891b2a6; +} + .border-t-cyan-600\\/70 { border-top-color: #0891b2b3; } @@ -286233,6 +392789,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0891b2cc; } +.border-t-cyan-600\\/85 { + border-top-color: #0891b2d9; +} + .border-t-cyan-600\\/90 { border-top-color: #0891b2e6; } @@ -286258,6 +392818,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0e7490; } +.border-t-cyan-700\\/15 { + border-top-color: #0e749026; +} + .border-t-cyan-700\\/20 { border-top-color: #0e749033; } @@ -286270,10 +392834,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0e74904d; } +.border-t-cyan-700\\/35 { + border-top-color: #0e749059; +} + .border-t-cyan-700\\/40 { border-top-color: #0e749066; } +.border-t-cyan-700\\/45 { + border-top-color: #0e749073; +} + .border-t-cyan-700\\/5 { border-top-color: #0e74900d; } @@ -286282,10 +392854,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0e749080; } +.border-t-cyan-700\\/55 { + border-top-color: #0e74908c; +} + .border-t-cyan-700\\/60 { border-top-color: #0e749099; } +.border-t-cyan-700\\/65 { + border-top-color: #0e7490a6; +} + .border-t-cyan-700\\/70 { border-top-color: #0e7490b3; } @@ -286298,6 +392878,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0e7490cc; } +.border-t-cyan-700\\/85 { + border-top-color: #0e7490d9; +} + .border-t-cyan-700\\/90 { border-top-color: #0e7490e6; } @@ -286323,6 +392907,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #155e75; } +.border-t-cyan-800\\/15 { + border-top-color: #155e7526; +} + .border-t-cyan-800\\/20 { border-top-color: #155e7533; } @@ -286335,10 +392923,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #155e754d; } +.border-t-cyan-800\\/35 { + border-top-color: #155e7559; +} + .border-t-cyan-800\\/40 { border-top-color: #155e7566; } +.border-t-cyan-800\\/45 { + border-top-color: #155e7573; +} + .border-t-cyan-800\\/5 { border-top-color: #155e750d; } @@ -286347,10 +392943,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #155e7580; } +.border-t-cyan-800\\/55 { + border-top-color: #155e758c; +} + .border-t-cyan-800\\/60 { border-top-color: #155e7599; } +.border-t-cyan-800\\/65 { + border-top-color: #155e75a6; +} + .border-t-cyan-800\\/70 { border-top-color: #155e75b3; } @@ -286363,6 +392967,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #155e75cc; } +.border-t-cyan-800\\/85 { + border-top-color: #155e75d9; +} + .border-t-cyan-800\\/90 { border-top-color: #155e75e6; } @@ -286388,6 +392996,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #164e63; } +.border-t-cyan-900\\/15 { + border-top-color: #164e6326; +} + .border-t-cyan-900\\/20 { border-top-color: #164e6333; } @@ -286400,10 +393012,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #164e634d; } +.border-t-cyan-900\\/35 { + border-top-color: #164e6359; +} + .border-t-cyan-900\\/40 { border-top-color: #164e6366; } +.border-t-cyan-900\\/45 { + border-top-color: #164e6373; +} + .border-t-cyan-900\\/5 { border-top-color: #164e630d; } @@ -286412,10 +393032,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #164e6380; } +.border-t-cyan-900\\/55 { + border-top-color: #164e638c; +} + .border-t-cyan-900\\/60 { border-top-color: #164e6399; } +.border-t-cyan-900\\/65 { + border-top-color: #164e63a6; +} + .border-t-cyan-900\\/70 { border-top-color: #164e63b3; } @@ -286428,6 +393056,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #164e63cc; } +.border-t-cyan-900\\/85 { + border-top-color: #164e63d9; +} + .border-t-cyan-900\\/90 { border-top-color: #164e63e6; } @@ -286453,6 +393085,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #083344; } +.border-t-cyan-950\\/15 { + border-top-color: #08334426; +} + .border-t-cyan-950\\/20 { border-top-color: #08334433; } @@ -286465,10 +393101,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0833444d; } +.border-t-cyan-950\\/35 { + border-top-color: #08334459; +} + .border-t-cyan-950\\/40 { border-top-color: #08334466; } +.border-t-cyan-950\\/45 { + border-top-color: #08334473; +} + .border-t-cyan-950\\/5 { border-top-color: #0833440d; } @@ -286477,10 +393121,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #08334480; } +.border-t-cyan-950\\/55 { + border-top-color: #0833448c; +} + .border-t-cyan-950\\/60 { border-top-color: #08334499; } +.border-t-cyan-950\\/65 { + border-top-color: #083344a6; +} + .border-t-cyan-950\\/70 { border-top-color: #083344b3; } @@ -286493,6 +393145,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #083344cc; } +.border-t-cyan-950\\/85 { + border-top-color: #083344d9; +} + .border-t-cyan-950\\/90 { border-top-color: #083344e6; } @@ -286518,6 +393174,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1fae5; } +.border-t-emerald-100\\/15 { + border-top-color: #d1fae526; +} + .border-t-emerald-100\\/20 { border-top-color: #d1fae533; } @@ -286530,10 +393190,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1fae54d; } +.border-t-emerald-100\\/35 { + border-top-color: #d1fae559; +} + .border-t-emerald-100\\/40 { border-top-color: #d1fae566; } +.border-t-emerald-100\\/45 { + border-top-color: #d1fae573; +} + .border-t-emerald-100\\/5 { border-top-color: #d1fae50d; } @@ -286542,10 +393210,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1fae580; } +.border-t-emerald-100\\/55 { + border-top-color: #d1fae58c; +} + .border-t-emerald-100\\/60 { border-top-color: #d1fae599; } +.border-t-emerald-100\\/65 { + border-top-color: #d1fae5a6; +} + .border-t-emerald-100\\/70 { border-top-color: #d1fae5b3; } @@ -286558,6 +393234,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1fae5cc; } +.border-t-emerald-100\\/85 { + border-top-color: #d1fae5d9; +} + .border-t-emerald-100\\/90 { border-top-color: #d1fae5e6; } @@ -286583,6 +393263,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a7f3d0; } +.border-t-emerald-200\\/15 { + border-top-color: #a7f3d026; +} + .border-t-emerald-200\\/20 { border-top-color: #a7f3d033; } @@ -286595,10 +393279,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a7f3d04d; } +.border-t-emerald-200\\/35 { + border-top-color: #a7f3d059; +} + .border-t-emerald-200\\/40 { border-top-color: #a7f3d066; } +.border-t-emerald-200\\/45 { + border-top-color: #a7f3d073; +} + .border-t-emerald-200\\/5 { border-top-color: #a7f3d00d; } @@ -286607,10 +393299,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a7f3d080; } +.border-t-emerald-200\\/55 { + border-top-color: #a7f3d08c; +} + .border-t-emerald-200\\/60 { border-top-color: #a7f3d099; } +.border-t-emerald-200\\/65 { + border-top-color: #a7f3d0a6; +} + .border-t-emerald-200\\/70 { border-top-color: #a7f3d0b3; } @@ -286623,6 +393323,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a7f3d0cc; } +.border-t-emerald-200\\/85 { + border-top-color: #a7f3d0d9; +} + .border-t-emerald-200\\/90 { border-top-color: #a7f3d0e6; } @@ -286648,6 +393352,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6ee7b7; } +.border-t-emerald-300\\/15 { + border-top-color: #6ee7b726; +} + .border-t-emerald-300\\/20 { border-top-color: #6ee7b733; } @@ -286660,10 +393368,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6ee7b74d; } +.border-t-emerald-300\\/35 { + border-top-color: #6ee7b759; +} + .border-t-emerald-300\\/40 { border-top-color: #6ee7b766; } +.border-t-emerald-300\\/45 { + border-top-color: #6ee7b773; +} + .border-t-emerald-300\\/5 { border-top-color: #6ee7b70d; } @@ -286672,10 +393388,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6ee7b780; } +.border-t-emerald-300\\/55 { + border-top-color: #6ee7b78c; +} + .border-t-emerald-300\\/60 { border-top-color: #6ee7b799; } +.border-t-emerald-300\\/65 { + border-top-color: #6ee7b7a6; +} + .border-t-emerald-300\\/70 { border-top-color: #6ee7b7b3; } @@ -286688,6 +393412,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6ee7b7cc; } +.border-t-emerald-300\\/85 { + border-top-color: #6ee7b7d9; +} + .border-t-emerald-300\\/90 { border-top-color: #6ee7b7e6; } @@ -286713,6 +393441,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #34d399; } +.border-t-emerald-400\\/15 { + border-top-color: #34d39926; +} + .border-t-emerald-400\\/20 { border-top-color: #34d39933; } @@ -286725,10 +393457,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #34d3994d; } +.border-t-emerald-400\\/35 { + border-top-color: #34d39959; +} + .border-t-emerald-400\\/40 { border-top-color: #34d39966; } +.border-t-emerald-400\\/45 { + border-top-color: #34d39973; +} + .border-t-emerald-400\\/5 { border-top-color: #34d3990d; } @@ -286737,10 +393477,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #34d39980; } +.border-t-emerald-400\\/55 { + border-top-color: #34d3998c; +} + .border-t-emerald-400\\/60 { border-top-color: #34d39999; } +.border-t-emerald-400\\/65 { + border-top-color: #34d399a6; +} + .border-t-emerald-400\\/70 { border-top-color: #34d399b3; } @@ -286753,6 +393501,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #34d399cc; } +.border-t-emerald-400\\/85 { + border-top-color: #34d399d9; +} + .border-t-emerald-400\\/90 { border-top-color: #34d399e6; } @@ -286778,6 +393530,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfdf5; } +.border-t-emerald-50\\/15 { + border-top-color: #ecfdf526; +} + .border-t-emerald-50\\/20 { border-top-color: #ecfdf533; } @@ -286790,10 +393546,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfdf54d; } +.border-t-emerald-50\\/35 { + border-top-color: #ecfdf559; +} + .border-t-emerald-50\\/40 { border-top-color: #ecfdf566; } +.border-t-emerald-50\\/45 { + border-top-color: #ecfdf573; +} + .border-t-emerald-50\\/5 { border-top-color: #ecfdf50d; } @@ -286802,10 +393566,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfdf580; } +.border-t-emerald-50\\/55 { + border-top-color: #ecfdf58c; +} + .border-t-emerald-50\\/60 { border-top-color: #ecfdf599; } +.border-t-emerald-50\\/65 { + border-top-color: #ecfdf5a6; +} + .border-t-emerald-50\\/70 { border-top-color: #ecfdf5b3; } @@ -286818,6 +393590,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfdf5cc; } +.border-t-emerald-50\\/85 { + border-top-color: #ecfdf5d9; +} + .border-t-emerald-50\\/90 { border-top-color: #ecfdf5e6; } @@ -286843,6 +393619,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #10b981; } +.border-t-emerald-500\\/15 { + border-top-color: #10b98126; +} + .border-t-emerald-500\\/20 { border-top-color: #10b98133; } @@ -286855,10 +393635,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #10b9814d; } +.border-t-emerald-500\\/35 { + border-top-color: #10b98159; +} + .border-t-emerald-500\\/40 { border-top-color: #10b98166; } +.border-t-emerald-500\\/45 { + border-top-color: #10b98173; +} + .border-t-emerald-500\\/5 { border-top-color: #10b9810d; } @@ -286867,10 +393655,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #10b98180; } +.border-t-emerald-500\\/55 { + border-top-color: #10b9818c; +} + .border-t-emerald-500\\/60 { border-top-color: #10b98199; } +.border-t-emerald-500\\/65 { + border-top-color: #10b981a6; +} + .border-t-emerald-500\\/70 { border-top-color: #10b981b3; } @@ -286883,6 +393679,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #10b981cc; } +.border-t-emerald-500\\/85 { + border-top-color: #10b981d9; +} + .border-t-emerald-500\\/90 { border-top-color: #10b981e6; } @@ -286908,6 +393708,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #059669; } +.border-t-emerald-600\\/15 { + border-top-color: #05966926; +} + .border-t-emerald-600\\/20 { border-top-color: #05966933; } @@ -286920,10 +393724,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0596694d; } +.border-t-emerald-600\\/35 { + border-top-color: #05966959; +} + .border-t-emerald-600\\/40 { border-top-color: #05966966; } +.border-t-emerald-600\\/45 { + border-top-color: #05966973; +} + .border-t-emerald-600\\/5 { border-top-color: #0596690d; } @@ -286932,10 +393744,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #05966980; } +.border-t-emerald-600\\/55 { + border-top-color: #0596698c; +} + .border-t-emerald-600\\/60 { border-top-color: #05966999; } +.border-t-emerald-600\\/65 { + border-top-color: #059669a6; +} + .border-t-emerald-600\\/70 { border-top-color: #059669b3; } @@ -286948,6 +393768,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #059669cc; } +.border-t-emerald-600\\/85 { + border-top-color: #059669d9; +} + .border-t-emerald-600\\/90 { border-top-color: #059669e6; } @@ -286973,6 +393797,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #047857; } +.border-t-emerald-700\\/15 { + border-top-color: #04785726; +} + .border-t-emerald-700\\/20 { border-top-color: #04785733; } @@ -286985,10 +393813,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0478574d; } +.border-t-emerald-700\\/35 { + border-top-color: #04785759; +} + .border-t-emerald-700\\/40 { border-top-color: #04785766; } +.border-t-emerald-700\\/45 { + border-top-color: #04785773; +} + .border-t-emerald-700\\/5 { border-top-color: #0478570d; } @@ -286997,10 +393833,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #04785780; } +.border-t-emerald-700\\/55 { + border-top-color: #0478578c; +} + .border-t-emerald-700\\/60 { border-top-color: #04785799; } +.border-t-emerald-700\\/65 { + border-top-color: #047857a6; +} + .border-t-emerald-700\\/70 { border-top-color: #047857b3; } @@ -287013,6 +393857,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #047857cc; } +.border-t-emerald-700\\/85 { + border-top-color: #047857d9; +} + .border-t-emerald-700\\/90 { border-top-color: #047857e6; } @@ -287038,6 +393886,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #065f46; } +.border-t-emerald-800\\/15 { + border-top-color: #065f4626; +} + .border-t-emerald-800\\/20 { border-top-color: #065f4633; } @@ -287050,10 +393902,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #065f464d; } +.border-t-emerald-800\\/35 { + border-top-color: #065f4659; +} + .border-t-emerald-800\\/40 { border-top-color: #065f4666; } +.border-t-emerald-800\\/45 { + border-top-color: #065f4673; +} + .border-t-emerald-800\\/5 { border-top-color: #065f460d; } @@ -287062,10 +393922,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #065f4680; } +.border-t-emerald-800\\/55 { + border-top-color: #065f468c; +} + .border-t-emerald-800\\/60 { border-top-color: #065f4699; } +.border-t-emerald-800\\/65 { + border-top-color: #065f46a6; +} + .border-t-emerald-800\\/70 { border-top-color: #065f46b3; } @@ -287078,6 +393946,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #065f46cc; } +.border-t-emerald-800\\/85 { + border-top-color: #065f46d9; +} + .border-t-emerald-800\\/90 { border-top-color: #065f46e6; } @@ -287103,6 +393975,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #064e3b; } +.border-t-emerald-900\\/15 { + border-top-color: #064e3b26; +} + .border-t-emerald-900\\/20 { border-top-color: #064e3b33; } @@ -287115,10 +393991,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #064e3b4d; } +.border-t-emerald-900\\/35 { + border-top-color: #064e3b59; +} + .border-t-emerald-900\\/40 { border-top-color: #064e3b66; } +.border-t-emerald-900\\/45 { + border-top-color: #064e3b73; +} + .border-t-emerald-900\\/5 { border-top-color: #064e3b0d; } @@ -287127,10 +394011,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #064e3b80; } +.border-t-emerald-900\\/55 { + border-top-color: #064e3b8c; +} + .border-t-emerald-900\\/60 { border-top-color: #064e3b99; } +.border-t-emerald-900\\/65 { + border-top-color: #064e3ba6; +} + .border-t-emerald-900\\/70 { border-top-color: #064e3bb3; } @@ -287143,6 +394035,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #064e3bcc; } +.border-t-emerald-900\\/85 { + border-top-color: #064e3bd9; +} + .border-t-emerald-900\\/90 { border-top-color: #064e3be6; } @@ -287168,6 +394064,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #022c22; } +.border-t-emerald-950\\/15 { + border-top-color: #022c2226; +} + .border-t-emerald-950\\/20 { border-top-color: #022c2233; } @@ -287180,10 +394080,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #022c224d; } +.border-t-emerald-950\\/35 { + border-top-color: #022c2259; +} + .border-t-emerald-950\\/40 { border-top-color: #022c2266; } +.border-t-emerald-950\\/45 { + border-top-color: #022c2273; +} + .border-t-emerald-950\\/5 { border-top-color: #022c220d; } @@ -287192,10 +394100,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #022c2280; } +.border-t-emerald-950\\/55 { + border-top-color: #022c228c; +} + .border-t-emerald-950\\/60 { border-top-color: #022c2299; } +.border-t-emerald-950\\/65 { + border-top-color: #022c22a6; +} + .border-t-emerald-950\\/70 { border-top-color: #022c22b3; } @@ -287208,6 +394124,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #022c22cc; } +.border-t-emerald-950\\/85 { + border-top-color: #022c22d9; +} + .border-t-emerald-950\\/90 { border-top-color: #022c22e6; } @@ -287233,6 +394153,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fae8ff; } +.border-t-fuchsia-100\\/15 { + border-top-color: #fae8ff26; +} + .border-t-fuchsia-100\\/20 { border-top-color: #fae8ff33; } @@ -287245,10 +394169,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fae8ff4d; } +.border-t-fuchsia-100\\/35 { + border-top-color: #fae8ff59; +} + .border-t-fuchsia-100\\/40 { border-top-color: #fae8ff66; } +.border-t-fuchsia-100\\/45 { + border-top-color: #fae8ff73; +} + .border-t-fuchsia-100\\/5 { border-top-color: #fae8ff0d; } @@ -287257,10 +394189,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fae8ff80; } +.border-t-fuchsia-100\\/55 { + border-top-color: #fae8ff8c; +} + .border-t-fuchsia-100\\/60 { border-top-color: #fae8ff99; } +.border-t-fuchsia-100\\/65 { + border-top-color: #fae8ffa6; +} + .border-t-fuchsia-100\\/70 { border-top-color: #fae8ffb3; } @@ -287273,6 +394213,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fae8ffcc; } +.border-t-fuchsia-100\\/85 { + border-top-color: #fae8ffd9; +} + .border-t-fuchsia-100\\/90 { border-top-color: #fae8ffe6; } @@ -287298,6 +394242,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5d0fe; } +.border-t-fuchsia-200\\/15 { + border-top-color: #f5d0fe26; +} + .border-t-fuchsia-200\\/20 { border-top-color: #f5d0fe33; } @@ -287310,10 +394258,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5d0fe4d; } +.border-t-fuchsia-200\\/35 { + border-top-color: #f5d0fe59; +} + .border-t-fuchsia-200\\/40 { border-top-color: #f5d0fe66; } +.border-t-fuchsia-200\\/45 { + border-top-color: #f5d0fe73; +} + .border-t-fuchsia-200\\/5 { border-top-color: #f5d0fe0d; } @@ -287322,10 +394278,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5d0fe80; } +.border-t-fuchsia-200\\/55 { + border-top-color: #f5d0fe8c; +} + .border-t-fuchsia-200\\/60 { border-top-color: #f5d0fe99; } +.border-t-fuchsia-200\\/65 { + border-top-color: #f5d0fea6; +} + .border-t-fuchsia-200\\/70 { border-top-color: #f5d0feb3; } @@ -287338,6 +394302,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5d0fecc; } +.border-t-fuchsia-200\\/85 { + border-top-color: #f5d0fed9; +} + .border-t-fuchsia-200\\/90 { border-top-color: #f5d0fee6; } @@ -287363,6 +394331,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0abfc; } +.border-t-fuchsia-300\\/15 { + border-top-color: #f0abfc26; +} + .border-t-fuchsia-300\\/20 { border-top-color: #f0abfc33; } @@ -287375,10 +394347,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0abfc4d; } +.border-t-fuchsia-300\\/35 { + border-top-color: #f0abfc59; +} + .border-t-fuchsia-300\\/40 { border-top-color: #f0abfc66; } +.border-t-fuchsia-300\\/45 { + border-top-color: #f0abfc73; +} + .border-t-fuchsia-300\\/5 { border-top-color: #f0abfc0d; } @@ -287387,10 +394367,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0abfc80; } +.border-t-fuchsia-300\\/55 { + border-top-color: #f0abfc8c; +} + .border-t-fuchsia-300\\/60 { border-top-color: #f0abfc99; } +.border-t-fuchsia-300\\/65 { + border-top-color: #f0abfca6; +} + .border-t-fuchsia-300\\/70 { border-top-color: #f0abfcb3; } @@ -287403,6 +394391,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0abfccc; } +.border-t-fuchsia-300\\/85 { + border-top-color: #f0abfcd9; +} + .border-t-fuchsia-300\\/90 { border-top-color: #f0abfce6; } @@ -287428,6 +394420,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e879f9; } +.border-t-fuchsia-400\\/15 { + border-top-color: #e879f926; +} + .border-t-fuchsia-400\\/20 { border-top-color: #e879f933; } @@ -287440,10 +394436,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e879f94d; } +.border-t-fuchsia-400\\/35 { + border-top-color: #e879f959; +} + .border-t-fuchsia-400\\/40 { border-top-color: #e879f966; } +.border-t-fuchsia-400\\/45 { + border-top-color: #e879f973; +} + .border-t-fuchsia-400\\/5 { border-top-color: #e879f90d; } @@ -287452,10 +394456,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e879f980; } +.border-t-fuchsia-400\\/55 { + border-top-color: #e879f98c; +} + .border-t-fuchsia-400\\/60 { border-top-color: #e879f999; } +.border-t-fuchsia-400\\/65 { + border-top-color: #e879f9a6; +} + .border-t-fuchsia-400\\/70 { border-top-color: #e879f9b3; } @@ -287468,6 +394480,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e879f9cc; } +.border-t-fuchsia-400\\/85 { + border-top-color: #e879f9d9; +} + .border-t-fuchsia-400\\/90 { border-top-color: #e879f9e6; } @@ -287493,6 +394509,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf4ff; } +.border-t-fuchsia-50\\/15 { + border-top-color: #fdf4ff26; +} + .border-t-fuchsia-50\\/20 { border-top-color: #fdf4ff33; } @@ -287505,10 +394525,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf4ff4d; } +.border-t-fuchsia-50\\/35 { + border-top-color: #fdf4ff59; +} + .border-t-fuchsia-50\\/40 { border-top-color: #fdf4ff66; } +.border-t-fuchsia-50\\/45 { + border-top-color: #fdf4ff73; +} + .border-t-fuchsia-50\\/5 { border-top-color: #fdf4ff0d; } @@ -287517,10 +394545,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf4ff80; } +.border-t-fuchsia-50\\/55 { + border-top-color: #fdf4ff8c; +} + .border-t-fuchsia-50\\/60 { border-top-color: #fdf4ff99; } +.border-t-fuchsia-50\\/65 { + border-top-color: #fdf4ffa6; +} + .border-t-fuchsia-50\\/70 { border-top-color: #fdf4ffb3; } @@ -287533,6 +394569,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf4ffcc; } +.border-t-fuchsia-50\\/85 { + border-top-color: #fdf4ffd9; +} + .border-t-fuchsia-50\\/90 { border-top-color: #fdf4ffe6; } @@ -287558,6 +394598,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d946ef; } +.border-t-fuchsia-500\\/15 { + border-top-color: #d946ef26; +} + .border-t-fuchsia-500\\/20 { border-top-color: #d946ef33; } @@ -287570,10 +394614,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d946ef4d; } +.border-t-fuchsia-500\\/35 { + border-top-color: #d946ef59; +} + .border-t-fuchsia-500\\/40 { border-top-color: #d946ef66; } +.border-t-fuchsia-500\\/45 { + border-top-color: #d946ef73; +} + .border-t-fuchsia-500\\/5 { border-top-color: #d946ef0d; } @@ -287582,10 +394634,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d946ef80; } +.border-t-fuchsia-500\\/55 { + border-top-color: #d946ef8c; +} + .border-t-fuchsia-500\\/60 { border-top-color: #d946ef99; } +.border-t-fuchsia-500\\/65 { + border-top-color: #d946efa6; +} + .border-t-fuchsia-500\\/70 { border-top-color: #d946efb3; } @@ -287598,6 +394658,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d946efcc; } +.border-t-fuchsia-500\\/85 { + border-top-color: #d946efd9; +} + .border-t-fuchsia-500\\/90 { border-top-color: #d946efe6; } @@ -287623,6 +394687,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c026d3; } +.border-t-fuchsia-600\\/15 { + border-top-color: #c026d326; +} + .border-t-fuchsia-600\\/20 { border-top-color: #c026d333; } @@ -287635,10 +394703,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c026d34d; } +.border-t-fuchsia-600\\/35 { + border-top-color: #c026d359; +} + .border-t-fuchsia-600\\/40 { border-top-color: #c026d366; } +.border-t-fuchsia-600\\/45 { + border-top-color: #c026d373; +} + .border-t-fuchsia-600\\/5 { border-top-color: #c026d30d; } @@ -287647,10 +394723,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c026d380; } +.border-t-fuchsia-600\\/55 { + border-top-color: #c026d38c; +} + .border-t-fuchsia-600\\/60 { border-top-color: #c026d399; } +.border-t-fuchsia-600\\/65 { + border-top-color: #c026d3a6; +} + .border-t-fuchsia-600\\/70 { border-top-color: #c026d3b3; } @@ -287663,6 +394747,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c026d3cc; } +.border-t-fuchsia-600\\/85 { + border-top-color: #c026d3d9; +} + .border-t-fuchsia-600\\/90 { border-top-color: #c026d3e6; } @@ -287688,6 +394776,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a21caf; } +.border-t-fuchsia-700\\/15 { + border-top-color: #a21caf26; +} + .border-t-fuchsia-700\\/20 { border-top-color: #a21caf33; } @@ -287700,10 +394792,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a21caf4d; } +.border-t-fuchsia-700\\/35 { + border-top-color: #a21caf59; +} + .border-t-fuchsia-700\\/40 { border-top-color: #a21caf66; } +.border-t-fuchsia-700\\/45 { + border-top-color: #a21caf73; +} + .border-t-fuchsia-700\\/5 { border-top-color: #a21caf0d; } @@ -287712,10 +394812,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a21caf80; } +.border-t-fuchsia-700\\/55 { + border-top-color: #a21caf8c; +} + .border-t-fuchsia-700\\/60 { border-top-color: #a21caf99; } +.border-t-fuchsia-700\\/65 { + border-top-color: #a21cafa6; +} + .border-t-fuchsia-700\\/70 { border-top-color: #a21cafb3; } @@ -287728,6 +394836,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a21cafcc; } +.border-t-fuchsia-700\\/85 { + border-top-color: #a21cafd9; +} + .border-t-fuchsia-700\\/90 { border-top-color: #a21cafe6; } @@ -287753,6 +394865,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86198f; } +.border-t-fuchsia-800\\/15 { + border-top-color: #86198f26; +} + .border-t-fuchsia-800\\/20 { border-top-color: #86198f33; } @@ -287765,10 +394881,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86198f4d; } +.border-t-fuchsia-800\\/35 { + border-top-color: #86198f59; +} + .border-t-fuchsia-800\\/40 { border-top-color: #86198f66; } +.border-t-fuchsia-800\\/45 { + border-top-color: #86198f73; +} + .border-t-fuchsia-800\\/5 { border-top-color: #86198f0d; } @@ -287777,10 +394901,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86198f80; } +.border-t-fuchsia-800\\/55 { + border-top-color: #86198f8c; +} + .border-t-fuchsia-800\\/60 { border-top-color: #86198f99; } +.border-t-fuchsia-800\\/65 { + border-top-color: #86198fa6; +} + .border-t-fuchsia-800\\/70 { border-top-color: #86198fb3; } @@ -287793,6 +394925,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86198fcc; } +.border-t-fuchsia-800\\/85 { + border-top-color: #86198fd9; +} + .border-t-fuchsia-800\\/90 { border-top-color: #86198fe6; } @@ -287818,6 +394954,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #701a75; } +.border-t-fuchsia-900\\/15 { + border-top-color: #701a7526; +} + .border-t-fuchsia-900\\/20 { border-top-color: #701a7533; } @@ -287830,10 +394970,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #701a754d; } +.border-t-fuchsia-900\\/35 { + border-top-color: #701a7559; +} + .border-t-fuchsia-900\\/40 { border-top-color: #701a7566; } +.border-t-fuchsia-900\\/45 { + border-top-color: #701a7573; +} + .border-t-fuchsia-900\\/5 { border-top-color: #701a750d; } @@ -287842,10 +394990,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #701a7580; } +.border-t-fuchsia-900\\/55 { + border-top-color: #701a758c; +} + .border-t-fuchsia-900\\/60 { border-top-color: #701a7599; } +.border-t-fuchsia-900\\/65 { + border-top-color: #701a75a6; +} + .border-t-fuchsia-900\\/70 { border-top-color: #701a75b3; } @@ -287858,6 +395014,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #701a75cc; } +.border-t-fuchsia-900\\/85 { + border-top-color: #701a75d9; +} + .border-t-fuchsia-900\\/90 { border-top-color: #701a75e6; } @@ -287883,6 +395043,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4a044e; } +.border-t-fuchsia-950\\/15 { + border-top-color: #4a044e26; +} + .border-t-fuchsia-950\\/20 { border-top-color: #4a044e33; } @@ -287895,10 +395059,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4a044e4d; } +.border-t-fuchsia-950\\/35 { + border-top-color: #4a044e59; +} + .border-t-fuchsia-950\\/40 { border-top-color: #4a044e66; } +.border-t-fuchsia-950\\/45 { + border-top-color: #4a044e73; +} + .border-t-fuchsia-950\\/5 { border-top-color: #4a044e0d; } @@ -287907,10 +395079,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4a044e80; } +.border-t-fuchsia-950\\/55 { + border-top-color: #4a044e8c; +} + .border-t-fuchsia-950\\/60 { border-top-color: #4a044e99; } +.border-t-fuchsia-950\\/65 { + border-top-color: #4a044ea6; +} + .border-t-fuchsia-950\\/70 { border-top-color: #4a044eb3; } @@ -287923,6 +395103,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4a044ecc; } +.border-t-fuchsia-950\\/85 { + border-top-color: #4a044ed9; +} + .border-t-fuchsia-950\\/90 { border-top-color: #4a044ee6; } @@ -287948,6 +395132,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3f4f6; } +.border-t-gray-100\\/15 { + border-top-color: #f3f4f626; +} + .border-t-gray-100\\/20 { border-top-color: #f3f4f633; } @@ -287960,10 +395148,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3f4f64d; } +.border-t-gray-100\\/35 { + border-top-color: #f3f4f659; +} + .border-t-gray-100\\/40 { border-top-color: #f3f4f666; } +.border-t-gray-100\\/45 { + border-top-color: #f3f4f673; +} + .border-t-gray-100\\/5 { border-top-color: #f3f4f60d; } @@ -287972,10 +395168,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3f4f680; } +.border-t-gray-100\\/55 { + border-top-color: #f3f4f68c; +} + .border-t-gray-100\\/60 { border-top-color: #f3f4f699; } +.border-t-gray-100\\/65 { + border-top-color: #f3f4f6a6; +} + .border-t-gray-100\\/70 { border-top-color: #f3f4f6b3; } @@ -287988,6 +395192,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3f4f6cc; } +.border-t-gray-100\\/85 { + border-top-color: #f3f4f6d9; +} + .border-t-gray-100\\/90 { border-top-color: #f3f4f6e6; } @@ -288013,6 +395221,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e7eb; } +.border-t-gray-200\\/15 { + border-top-color: #e5e7eb26; +} + .border-t-gray-200\\/20 { border-top-color: #e5e7eb33; } @@ -288025,10 +395237,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e7eb4d; } +.border-t-gray-200\\/35 { + border-top-color: #e5e7eb59; +} + .border-t-gray-200\\/40 { border-top-color: #e5e7eb66; } +.border-t-gray-200\\/45 { + border-top-color: #e5e7eb73; +} + .border-t-gray-200\\/5 { border-top-color: #e5e7eb0d; } @@ -288037,10 +395257,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e7eb80; } +.border-t-gray-200\\/55 { + border-top-color: #e5e7eb8c; +} + .border-t-gray-200\\/60 { border-top-color: #e5e7eb99; } +.border-t-gray-200\\/65 { + border-top-color: #e5e7eba6; +} + .border-t-gray-200\\/70 { border-top-color: #e5e7ebb3; } @@ -288053,6 +395281,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e7ebcc; } +.border-t-gray-200\\/85 { + border-top-color: #e5e7ebd9; +} + .border-t-gray-200\\/90 { border-top-color: #e5e7ebe6; } @@ -288078,6 +395310,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1d5db; } +.border-t-gray-300\\/15 { + border-top-color: #d1d5db26; +} + .border-t-gray-300\\/20 { border-top-color: #d1d5db33; } @@ -288090,10 +395326,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1d5db4d; } +.border-t-gray-300\\/35 { + border-top-color: #d1d5db59; +} + .border-t-gray-300\\/40 { border-top-color: #d1d5db66; } +.border-t-gray-300\\/45 { + border-top-color: #d1d5db73; +} + .border-t-gray-300\\/5 { border-top-color: #d1d5db0d; } @@ -288102,10 +395346,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1d5db80; } +.border-t-gray-300\\/55 { + border-top-color: #d1d5db8c; +} + .border-t-gray-300\\/60 { border-top-color: #d1d5db99; } +.border-t-gray-300\\/65 { + border-top-color: #d1d5dba6; +} + .border-t-gray-300\\/70 { border-top-color: #d1d5dbb3; } @@ -288118,6 +395370,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d1d5dbcc; } +.border-t-gray-300\\/85 { + border-top-color: #d1d5dbd9; +} + .border-t-gray-300\\/90 { border-top-color: #d1d5dbe6; } @@ -288143,6 +395399,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9ca3af; } +.border-t-gray-400\\/15 { + border-top-color: #9ca3af26; +} + .border-t-gray-400\\/20 { border-top-color: #9ca3af33; } @@ -288155,10 +395415,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9ca3af4d; } +.border-t-gray-400\\/35 { + border-top-color: #9ca3af59; +} + .border-t-gray-400\\/40 { border-top-color: #9ca3af66; } +.border-t-gray-400\\/45 { + border-top-color: #9ca3af73; +} + .border-t-gray-400\\/5 { border-top-color: #9ca3af0d; } @@ -288167,10 +395435,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9ca3af80; } +.border-t-gray-400\\/55 { + border-top-color: #9ca3af8c; +} + .border-t-gray-400\\/60 { border-top-color: #9ca3af99; } +.border-t-gray-400\\/65 { + border-top-color: #9ca3afa6; +} + .border-t-gray-400\\/70 { border-top-color: #9ca3afb3; } @@ -288183,6 +395459,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9ca3afcc; } +.border-t-gray-400\\/85 { + border-top-color: #9ca3afd9; +} + .border-t-gray-400\\/90 { border-top-color: #9ca3afe6; } @@ -288208,6 +395488,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9fafb; } +.border-t-gray-50\\/15 { + border-top-color: #f9fafb26; +} + .border-t-gray-50\\/20 { border-top-color: #f9fafb33; } @@ -288220,10 +395504,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9fafb4d; } +.border-t-gray-50\\/35 { + border-top-color: #f9fafb59; +} + .border-t-gray-50\\/40 { border-top-color: #f9fafb66; } +.border-t-gray-50\\/45 { + border-top-color: #f9fafb73; +} + .border-t-gray-50\\/5 { border-top-color: #f9fafb0d; } @@ -288232,10 +395524,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9fafb80; } +.border-t-gray-50\\/55 { + border-top-color: #f9fafb8c; +} + .border-t-gray-50\\/60 { border-top-color: #f9fafb99; } +.border-t-gray-50\\/65 { + border-top-color: #f9fafba6; +} + .border-t-gray-50\\/70 { border-top-color: #f9fafbb3; } @@ -288248,6 +395548,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9fafbcc; } +.border-t-gray-50\\/85 { + border-top-color: #f9fafbd9; +} + .border-t-gray-50\\/90 { border-top-color: #f9fafbe6; } @@ -288273,6 +395577,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b7280; } +.border-t-gray-500\\/15 { + border-top-color: #6b728026; +} + .border-t-gray-500\\/20 { border-top-color: #6b728033; } @@ -288285,10 +395593,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b72804d; } +.border-t-gray-500\\/35 { + border-top-color: #6b728059; +} + .border-t-gray-500\\/40 { border-top-color: #6b728066; } +.border-t-gray-500\\/45 { + border-top-color: #6b728073; +} + .border-t-gray-500\\/5 { border-top-color: #6b72800d; } @@ -288297,10 +395613,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b728080; } +.border-t-gray-500\\/55 { + border-top-color: #6b72808c; +} + .border-t-gray-500\\/60 { border-top-color: #6b728099; } +.border-t-gray-500\\/65 { + border-top-color: #6b7280a6; +} + .border-t-gray-500\\/70 { border-top-color: #6b7280b3; } @@ -288313,6 +395637,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b7280cc; } +.border-t-gray-500\\/85 { + border-top-color: #6b7280d9; +} + .border-t-gray-500\\/90 { border-top-color: #6b7280e6; } @@ -288338,6 +395666,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4b5563; } +.border-t-gray-600\\/15 { + border-top-color: #4b556326; +} + .border-t-gray-600\\/20 { border-top-color: #4b556333; } @@ -288350,10 +395682,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4b55634d; } +.border-t-gray-600\\/35 { + border-top-color: #4b556359; +} + .border-t-gray-600\\/40 { border-top-color: #4b556366; } +.border-t-gray-600\\/45 { + border-top-color: #4b556373; +} + .border-t-gray-600\\/5 { border-top-color: #4b55630d; } @@ -288362,10 +395702,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4b556380; } +.border-t-gray-600\\/55 { + border-top-color: #4b55638c; +} + .border-t-gray-600\\/60 { border-top-color: #4b556399; } +.border-t-gray-600\\/65 { + border-top-color: #4b5563a6; +} + .border-t-gray-600\\/70 { border-top-color: #4b5563b3; } @@ -288378,6 +395726,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4b5563cc; } +.border-t-gray-600\\/85 { + border-top-color: #4b5563d9; +} + .border-t-gray-600\\/90 { border-top-color: #4b5563e6; } @@ -288403,6 +395755,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #374151; } +.border-t-gray-700\\/15 { + border-top-color: #37415126; +} + .border-t-gray-700\\/20 { border-top-color: #37415133; } @@ -288415,10 +395771,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3741514d; } +.border-t-gray-700\\/35 { + border-top-color: #37415159; +} + .border-t-gray-700\\/40 { border-top-color: #37415166; } +.border-t-gray-700\\/45 { + border-top-color: #37415173; +} + .border-t-gray-700\\/5 { border-top-color: #3741510d; } @@ -288427,10 +395791,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #37415180; } +.border-t-gray-700\\/55 { + border-top-color: #3741518c; +} + .border-t-gray-700\\/60 { border-top-color: #37415199; } +.border-t-gray-700\\/65 { + border-top-color: #374151a6; +} + .border-t-gray-700\\/70 { border-top-color: #374151b3; } @@ -288443,6 +395815,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #374151cc; } +.border-t-gray-700\\/85 { + border-top-color: #374151d9; +} + .border-t-gray-700\\/90 { border-top-color: #374151e6; } @@ -288468,6 +395844,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1f2937; } +.border-t-gray-800\\/15 { + border-top-color: #1f293726; +} + .border-t-gray-800\\/20 { border-top-color: #1f293733; } @@ -288480,10 +395860,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1f29374d; } +.border-t-gray-800\\/35 { + border-top-color: #1f293759; +} + .border-t-gray-800\\/40 { border-top-color: #1f293766; } +.border-t-gray-800\\/45 { + border-top-color: #1f293773; +} + .border-t-gray-800\\/5 { border-top-color: #1f29370d; } @@ -288492,10 +395880,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1f293780; } +.border-t-gray-800\\/55 { + border-top-color: #1f29378c; +} + .border-t-gray-800\\/60 { border-top-color: #1f293799; } +.border-t-gray-800\\/65 { + border-top-color: #1f2937a6; +} + .border-t-gray-800\\/70 { border-top-color: #1f2937b3; } @@ -288508,6 +395904,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1f2937cc; } +.border-t-gray-800\\/85 { + border-top-color: #1f2937d9; +} + .border-t-gray-800\\/90 { border-top-color: #1f2937e6; } @@ -288533,6 +395933,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #111827; } +.border-t-gray-900\\/15 { + border-top-color: #11182726; +} + .border-t-gray-900\\/20 { border-top-color: #11182733; } @@ -288545,10 +395949,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1118274d; } +.border-t-gray-900\\/35 { + border-top-color: #11182759; +} + .border-t-gray-900\\/40 { border-top-color: #11182766; } +.border-t-gray-900\\/45 { + border-top-color: #11182773; +} + .border-t-gray-900\\/5 { border-top-color: #1118270d; } @@ -288557,10 +395969,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #11182780; } +.border-t-gray-900\\/55 { + border-top-color: #1118278c; +} + .border-t-gray-900\\/60 { border-top-color: #11182799; } +.border-t-gray-900\\/65 { + border-top-color: #111827a6; +} + .border-t-gray-900\\/70 { border-top-color: #111827b3; } @@ -288573,6 +395993,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #111827cc; } +.border-t-gray-900\\/85 { + border-top-color: #111827d9; +} + .border-t-gray-900\\/90 { border-top-color: #111827e6; } @@ -288598,6 +396022,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #030712; } +.border-t-gray-950\\/15 { + border-top-color: #03071226; +} + .border-t-gray-950\\/20 { border-top-color: #03071233; } @@ -288610,10 +396038,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0307124d; } +.border-t-gray-950\\/35 { + border-top-color: #03071259; +} + .border-t-gray-950\\/40 { border-top-color: #03071266; } +.border-t-gray-950\\/45 { + border-top-color: #03071273; +} + .border-t-gray-950\\/5 { border-top-color: #0307120d; } @@ -288622,10 +396058,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #03071280; } +.border-t-gray-950\\/55 { + border-top-color: #0307128c; +} + .border-t-gray-950\\/60 { border-top-color: #03071299; } +.border-t-gray-950\\/65 { + border-top-color: #030712a6; +} + .border-t-gray-950\\/70 { border-top-color: #030712b3; } @@ -288638,6 +396082,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #030712cc; } +.border-t-gray-950\\/85 { + border-top-color: #030712d9; +} + .border-t-gray-950\\/90 { border-top-color: #030712e6; } @@ -288663,6 +396111,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dcfce7; } +.border-t-green-100\\/15 { + border-top-color: #dcfce726; +} + .border-t-green-100\\/20 { border-top-color: #dcfce733; } @@ -288675,10 +396127,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dcfce74d; } +.border-t-green-100\\/35 { + border-top-color: #dcfce759; +} + .border-t-green-100\\/40 { border-top-color: #dcfce766; } +.border-t-green-100\\/45 { + border-top-color: #dcfce773; +} + .border-t-green-100\\/5 { border-top-color: #dcfce70d; } @@ -288687,10 +396147,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dcfce780; } +.border-t-green-100\\/55 { + border-top-color: #dcfce78c; +} + .border-t-green-100\\/60 { border-top-color: #dcfce799; } +.border-t-green-100\\/65 { + border-top-color: #dcfce7a6; +} + .border-t-green-100\\/70 { border-top-color: #dcfce7b3; } @@ -288703,6 +396171,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dcfce7cc; } +.border-t-green-100\\/85 { + border-top-color: #dcfce7d9; +} + .border-t-green-100\\/90 { border-top-color: #dcfce7e6; } @@ -288728,6 +396200,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bbf7d0; } +.border-t-green-200\\/15 { + border-top-color: #bbf7d026; +} + .border-t-green-200\\/20 { border-top-color: #bbf7d033; } @@ -288740,10 +396216,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bbf7d04d; } +.border-t-green-200\\/35 { + border-top-color: #bbf7d059; +} + .border-t-green-200\\/40 { border-top-color: #bbf7d066; } +.border-t-green-200\\/45 { + border-top-color: #bbf7d073; +} + .border-t-green-200\\/5 { border-top-color: #bbf7d00d; } @@ -288752,10 +396236,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bbf7d080; } +.border-t-green-200\\/55 { + border-top-color: #bbf7d08c; +} + .border-t-green-200\\/60 { border-top-color: #bbf7d099; } +.border-t-green-200\\/65 { + border-top-color: #bbf7d0a6; +} + .border-t-green-200\\/70 { border-top-color: #bbf7d0b3; } @@ -288768,6 +396260,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bbf7d0cc; } +.border-t-green-200\\/85 { + border-top-color: #bbf7d0d9; +} + .border-t-green-200\\/90 { border-top-color: #bbf7d0e6; } @@ -288793,6 +396289,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86efac; } +.border-t-green-300\\/15 { + border-top-color: #86efac26; +} + .border-t-green-300\\/20 { border-top-color: #86efac33; } @@ -288805,10 +396305,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86efac4d; } +.border-t-green-300\\/35 { + border-top-color: #86efac59; +} + .border-t-green-300\\/40 { border-top-color: #86efac66; } +.border-t-green-300\\/45 { + border-top-color: #86efac73; +} + .border-t-green-300\\/5 { border-top-color: #86efac0d; } @@ -288817,10 +396325,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86efac80; } +.border-t-green-300\\/55 { + border-top-color: #86efac8c; +} + .border-t-green-300\\/60 { border-top-color: #86efac99; } +.border-t-green-300\\/65 { + border-top-color: #86efaca6; +} + .border-t-green-300\\/70 { border-top-color: #86efacb3; } @@ -288833,6 +396349,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #86efaccc; } +.border-t-green-300\\/85 { + border-top-color: #86efacd9; +} + .border-t-green-300\\/90 { border-top-color: #86eface6; } @@ -288858,6 +396378,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4ade80; } +.border-t-green-400\\/15 { + border-top-color: #4ade8026; +} + .border-t-green-400\\/20 { border-top-color: #4ade8033; } @@ -288870,10 +396394,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4ade804d; } +.border-t-green-400\\/35 { + border-top-color: #4ade8059; +} + .border-t-green-400\\/40 { border-top-color: #4ade8066; } +.border-t-green-400\\/45 { + border-top-color: #4ade8073; +} + .border-t-green-400\\/5 { border-top-color: #4ade800d; } @@ -288882,10 +396414,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4ade8080; } +.border-t-green-400\\/55 { + border-top-color: #4ade808c; +} + .border-t-green-400\\/60 { border-top-color: #4ade8099; } +.border-t-green-400\\/65 { + border-top-color: #4ade80a6; +} + .border-t-green-400\\/70 { border-top-color: #4ade80b3; } @@ -288898,6 +396438,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4ade80cc; } +.border-t-green-400\\/85 { + border-top-color: #4ade80d9; +} + .border-t-green-400\\/90 { border-top-color: #4ade80e6; } @@ -288923,6 +396467,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdf4; } +.border-t-green-50\\/15 { + border-top-color: #f0fdf426; +} + .border-t-green-50\\/20 { border-top-color: #f0fdf433; } @@ -288935,10 +396483,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdf44d; } +.border-t-green-50\\/35 { + border-top-color: #f0fdf459; +} + .border-t-green-50\\/40 { border-top-color: #f0fdf466; } +.border-t-green-50\\/45 { + border-top-color: #f0fdf473; +} + .border-t-green-50\\/5 { border-top-color: #f0fdf40d; } @@ -288947,10 +396503,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdf480; } +.border-t-green-50\\/55 { + border-top-color: #f0fdf48c; +} + .border-t-green-50\\/60 { border-top-color: #f0fdf499; } +.border-t-green-50\\/65 { + border-top-color: #f0fdf4a6; +} + .border-t-green-50\\/70 { border-top-color: #f0fdf4b3; } @@ -288963,6 +396527,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdf4cc; } +.border-t-green-50\\/85 { + border-top-color: #f0fdf4d9; +} + .border-t-green-50\\/90 { border-top-color: #f0fdf4e6; } @@ -288988,6 +396556,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22c55e; } +.border-t-green-500\\/15 { + border-top-color: #22c55e26; +} + .border-t-green-500\\/20 { border-top-color: #22c55e33; } @@ -289000,10 +396572,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22c55e4d; } +.border-t-green-500\\/35 { + border-top-color: #22c55e59; +} + .border-t-green-500\\/40 { border-top-color: #22c55e66; } +.border-t-green-500\\/45 { + border-top-color: #22c55e73; +} + .border-t-green-500\\/5 { border-top-color: #22c55e0d; } @@ -289012,10 +396592,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22c55e80; } +.border-t-green-500\\/55 { + border-top-color: #22c55e8c; +} + .border-t-green-500\\/60 { border-top-color: #22c55e99; } +.border-t-green-500\\/65 { + border-top-color: #22c55ea6; +} + .border-t-green-500\\/70 { border-top-color: #22c55eb3; } @@ -289028,6 +396616,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #22c55ecc; } +.border-t-green-500\\/85 { + border-top-color: #22c55ed9; +} + .border-t-green-500\\/90 { border-top-color: #22c55ee6; } @@ -289053,6 +396645,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #16a34a; } +.border-t-green-600\\/15 { + border-top-color: #16a34a26; +} + .border-t-green-600\\/20 { border-top-color: #16a34a33; } @@ -289065,10 +396661,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #16a34a4d; } +.border-t-green-600\\/35 { + border-top-color: #16a34a59; +} + .border-t-green-600\\/40 { border-top-color: #16a34a66; } +.border-t-green-600\\/45 { + border-top-color: #16a34a73; +} + .border-t-green-600\\/5 { border-top-color: #16a34a0d; } @@ -289077,10 +396681,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #16a34a80; } +.border-t-green-600\\/55 { + border-top-color: #16a34a8c; +} + .border-t-green-600\\/60 { border-top-color: #16a34a99; } +.border-t-green-600\\/65 { + border-top-color: #16a34aa6; +} + .border-t-green-600\\/70 { border-top-color: #16a34ab3; } @@ -289093,6 +396705,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #16a34acc; } +.border-t-green-600\\/85 { + border-top-color: #16a34ad9; +} + .border-t-green-600\\/90 { border-top-color: #16a34ae6; } @@ -289118,6 +396734,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #15803d; } +.border-t-green-700\\/15 { + border-top-color: #15803d26; +} + .border-t-green-700\\/20 { border-top-color: #15803d33; } @@ -289130,10 +396750,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #15803d4d; } +.border-t-green-700\\/35 { + border-top-color: #15803d59; +} + .border-t-green-700\\/40 { border-top-color: #15803d66; } +.border-t-green-700\\/45 { + border-top-color: #15803d73; +} + .border-t-green-700\\/5 { border-top-color: #15803d0d; } @@ -289142,10 +396770,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #15803d80; } +.border-t-green-700\\/55 { + border-top-color: #15803d8c; +} + .border-t-green-700\\/60 { border-top-color: #15803d99; } +.border-t-green-700\\/65 { + border-top-color: #15803da6; +} + .border-t-green-700\\/70 { border-top-color: #15803db3; } @@ -289158,6 +396794,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #15803dcc; } +.border-t-green-700\\/85 { + border-top-color: #15803dd9; +} + .border-t-green-700\\/90 { border-top-color: #15803de6; } @@ -289183,6 +396823,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #166534; } +.border-t-green-800\\/15 { + border-top-color: #16653426; +} + .border-t-green-800\\/20 { border-top-color: #16653433; } @@ -289195,10 +396839,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1665344d; } +.border-t-green-800\\/35 { + border-top-color: #16653459; +} + .border-t-green-800\\/40 { border-top-color: #16653466; } +.border-t-green-800\\/45 { + border-top-color: #16653473; +} + .border-t-green-800\\/5 { border-top-color: #1665340d; } @@ -289207,10 +396859,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #16653480; } +.border-t-green-800\\/55 { + border-top-color: #1665348c; +} + .border-t-green-800\\/60 { border-top-color: #16653499; } +.border-t-green-800\\/65 { + border-top-color: #166534a6; +} + .border-t-green-800\\/70 { border-top-color: #166534b3; } @@ -289223,6 +396883,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #166534cc; } +.border-t-green-800\\/85 { + border-top-color: #166534d9; +} + .border-t-green-800\\/90 { border-top-color: #166534e6; } @@ -289248,6 +396912,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14532d; } +.border-t-green-900\\/15 { + border-top-color: #14532d26; +} + .border-t-green-900\\/20 { border-top-color: #14532d33; } @@ -289260,10 +396928,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14532d4d; } +.border-t-green-900\\/35 { + border-top-color: #14532d59; +} + .border-t-green-900\\/40 { border-top-color: #14532d66; } +.border-t-green-900\\/45 { + border-top-color: #14532d73; +} + .border-t-green-900\\/5 { border-top-color: #14532d0d; } @@ -289272,10 +396948,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14532d80; } +.border-t-green-900\\/55 { + border-top-color: #14532d8c; +} + .border-t-green-900\\/60 { border-top-color: #14532d99; } +.border-t-green-900\\/65 { + border-top-color: #14532da6; +} + .border-t-green-900\\/70 { border-top-color: #14532db3; } @@ -289288,6 +396972,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14532dcc; } +.border-t-green-900\\/85 { + border-top-color: #14532dd9; +} + .border-t-green-900\\/90 { border-top-color: #14532de6; } @@ -289313,6 +397001,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #052e16; } +.border-t-green-950\\/15 { + border-top-color: #052e1626; +} + .border-t-green-950\\/20 { border-top-color: #052e1633; } @@ -289325,10 +397017,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #052e164d; } +.border-t-green-950\\/35 { + border-top-color: #052e1659; +} + .border-t-green-950\\/40 { border-top-color: #052e1666; } +.border-t-green-950\\/45 { + border-top-color: #052e1673; +} + .border-t-green-950\\/5 { border-top-color: #052e160d; } @@ -289337,10 +397037,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #052e1680; } +.border-t-green-950\\/55 { + border-top-color: #052e168c; +} + .border-t-green-950\\/60 { border-top-color: #052e1699; } +.border-t-green-950\\/65 { + border-top-color: #052e16a6; +} + .border-t-green-950\\/70 { border-top-color: #052e16b3; } @@ -289353,6 +397061,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #052e16cc; } +.border-t-green-950\\/85 { + border-top-color: #052e16d9; +} + .border-t-green-950\\/90 { border-top-color: #052e16e6; } @@ -289378,6 +397090,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0e7ff; } +.border-t-indigo-100\\/15 { + border-top-color: #e0e7ff26; +} + .border-t-indigo-100\\/20 { border-top-color: #e0e7ff33; } @@ -289390,10 +397106,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0e7ff4d; } +.border-t-indigo-100\\/35 { + border-top-color: #e0e7ff59; +} + .border-t-indigo-100\\/40 { border-top-color: #e0e7ff66; } +.border-t-indigo-100\\/45 { + border-top-color: #e0e7ff73; +} + .border-t-indigo-100\\/5 { border-top-color: #e0e7ff0d; } @@ -289402,10 +397126,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0e7ff80; } +.border-t-indigo-100\\/55 { + border-top-color: #e0e7ff8c; +} + .border-t-indigo-100\\/60 { border-top-color: #e0e7ff99; } +.border-t-indigo-100\\/65 { + border-top-color: #e0e7ffa6; +} + .border-t-indigo-100\\/70 { border-top-color: #e0e7ffb3; } @@ -289418,6 +397150,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0e7ffcc; } +.border-t-indigo-100\\/85 { + border-top-color: #e0e7ffd9; +} + .border-t-indigo-100\\/90 { border-top-color: #e0e7ffe6; } @@ -289443,6 +397179,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c7d2fe; } +.border-t-indigo-200\\/15 { + border-top-color: #c7d2fe26; +} + .border-t-indigo-200\\/20 { border-top-color: #c7d2fe33; } @@ -289455,10 +397195,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c7d2fe4d; } +.border-t-indigo-200\\/35 { + border-top-color: #c7d2fe59; +} + .border-t-indigo-200\\/40 { border-top-color: #c7d2fe66; } +.border-t-indigo-200\\/45 { + border-top-color: #c7d2fe73; +} + .border-t-indigo-200\\/5 { border-top-color: #c7d2fe0d; } @@ -289467,10 +397215,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c7d2fe80; } +.border-t-indigo-200\\/55 { + border-top-color: #c7d2fe8c; +} + .border-t-indigo-200\\/60 { border-top-color: #c7d2fe99; } +.border-t-indigo-200\\/65 { + border-top-color: #c7d2fea6; +} + .border-t-indigo-200\\/70 { border-top-color: #c7d2feb3; } @@ -289483,6 +397239,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c7d2fecc; } +.border-t-indigo-200\\/85 { + border-top-color: #c7d2fed9; +} + .border-t-indigo-200\\/90 { border-top-color: #c7d2fee6; } @@ -289508,6 +397268,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5b4fc; } +.border-t-indigo-300\\/15 { + border-top-color: #a5b4fc26; +} + .border-t-indigo-300\\/20 { border-top-color: #a5b4fc33; } @@ -289520,10 +397284,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5b4fc4d; } +.border-t-indigo-300\\/35 { + border-top-color: #a5b4fc59; +} + .border-t-indigo-300\\/40 { border-top-color: #a5b4fc66; } +.border-t-indigo-300\\/45 { + border-top-color: #a5b4fc73; +} + .border-t-indigo-300\\/5 { border-top-color: #a5b4fc0d; } @@ -289532,10 +397304,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5b4fc80; } +.border-t-indigo-300\\/55 { + border-top-color: #a5b4fc8c; +} + .border-t-indigo-300\\/60 { border-top-color: #a5b4fc99; } +.border-t-indigo-300\\/65 { + border-top-color: #a5b4fca6; +} + .border-t-indigo-300\\/70 { border-top-color: #a5b4fcb3; } @@ -289548,6 +397328,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a5b4fccc; } +.border-t-indigo-300\\/85 { + border-top-color: #a5b4fcd9; +} + .border-t-indigo-300\\/90 { border-top-color: #a5b4fce6; } @@ -289573,6 +397357,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #818cf8; } +.border-t-indigo-400\\/15 { + border-top-color: #818cf826; +} + .border-t-indigo-400\\/20 { border-top-color: #818cf833; } @@ -289585,10 +397373,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #818cf84d; } +.border-t-indigo-400\\/35 { + border-top-color: #818cf859; +} + .border-t-indigo-400\\/40 { border-top-color: #818cf866; } +.border-t-indigo-400\\/45 { + border-top-color: #818cf873; +} + .border-t-indigo-400\\/5 { border-top-color: #818cf80d; } @@ -289597,10 +397393,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #818cf880; } +.border-t-indigo-400\\/55 { + border-top-color: #818cf88c; +} + .border-t-indigo-400\\/60 { border-top-color: #818cf899; } +.border-t-indigo-400\\/65 { + border-top-color: #818cf8a6; +} + .border-t-indigo-400\\/70 { border-top-color: #818cf8b3; } @@ -289613,6 +397417,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #818cf8cc; } +.border-t-indigo-400\\/85 { + border-top-color: #818cf8d9; +} + .border-t-indigo-400\\/90 { border-top-color: #818cf8e6; } @@ -289638,6 +397446,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eef2ff; } +.border-t-indigo-50\\/15 { + border-top-color: #eef2ff26; +} + .border-t-indigo-50\\/20 { border-top-color: #eef2ff33; } @@ -289650,10 +397462,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eef2ff4d; } +.border-t-indigo-50\\/35 { + border-top-color: #eef2ff59; +} + .border-t-indigo-50\\/40 { border-top-color: #eef2ff66; } +.border-t-indigo-50\\/45 { + border-top-color: #eef2ff73; +} + .border-t-indigo-50\\/5 { border-top-color: #eef2ff0d; } @@ -289662,10 +397482,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eef2ff80; } +.border-t-indigo-50\\/55 { + border-top-color: #eef2ff8c; +} + .border-t-indigo-50\\/60 { border-top-color: #eef2ff99; } +.border-t-indigo-50\\/65 { + border-top-color: #eef2ffa6; +} + .border-t-indigo-50\\/70 { border-top-color: #eef2ffb3; } @@ -289678,6 +397506,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eef2ffcc; } +.border-t-indigo-50\\/85 { + border-top-color: #eef2ffd9; +} + .border-t-indigo-50\\/90 { border-top-color: #eef2ffe6; } @@ -289703,6 +397535,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6366f1; } +.border-t-indigo-500\\/15 { + border-top-color: #6366f126; +} + .border-t-indigo-500\\/20 { border-top-color: #6366f133; } @@ -289715,10 +397551,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6366f14d; } +.border-t-indigo-500\\/35 { + border-top-color: #6366f159; +} + .border-t-indigo-500\\/40 { border-top-color: #6366f166; } +.border-t-indigo-500\\/45 { + border-top-color: #6366f173; +} + .border-t-indigo-500\\/5 { border-top-color: #6366f10d; } @@ -289727,10 +397571,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6366f180; } +.border-t-indigo-500\\/55 { + border-top-color: #6366f18c; +} + .border-t-indigo-500\\/60 { border-top-color: #6366f199; } +.border-t-indigo-500\\/65 { + border-top-color: #6366f1a6; +} + .border-t-indigo-500\\/70 { border-top-color: #6366f1b3; } @@ -289743,6 +397595,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6366f1cc; } +.border-t-indigo-500\\/85 { + border-top-color: #6366f1d9; +} + .border-t-indigo-500\\/90 { border-top-color: #6366f1e6; } @@ -289768,6 +397624,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4f46e5; } +.border-t-indigo-600\\/15 { + border-top-color: #4f46e526; +} + .border-t-indigo-600\\/20 { border-top-color: #4f46e533; } @@ -289780,10 +397640,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4f46e54d; } +.border-t-indigo-600\\/35 { + border-top-color: #4f46e559; +} + .border-t-indigo-600\\/40 { border-top-color: #4f46e566; } +.border-t-indigo-600\\/45 { + border-top-color: #4f46e573; +} + .border-t-indigo-600\\/5 { border-top-color: #4f46e50d; } @@ -289792,10 +397660,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4f46e580; } +.border-t-indigo-600\\/55 { + border-top-color: #4f46e58c; +} + .border-t-indigo-600\\/60 { border-top-color: #4f46e599; } +.border-t-indigo-600\\/65 { + border-top-color: #4f46e5a6; +} + .border-t-indigo-600\\/70 { border-top-color: #4f46e5b3; } @@ -289808,6 +397684,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4f46e5cc; } +.border-t-indigo-600\\/85 { + border-top-color: #4f46e5d9; +} + .border-t-indigo-600\\/90 { border-top-color: #4f46e5e6; } @@ -289833,6 +397713,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4338ca; } +.border-t-indigo-700\\/15 { + border-top-color: #4338ca26; +} + .border-t-indigo-700\\/20 { border-top-color: #4338ca33; } @@ -289845,10 +397729,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4338ca4d; } +.border-t-indigo-700\\/35 { + border-top-color: #4338ca59; +} + .border-t-indigo-700\\/40 { border-top-color: #4338ca66; } +.border-t-indigo-700\\/45 { + border-top-color: #4338ca73; +} + .border-t-indigo-700\\/5 { border-top-color: #4338ca0d; } @@ -289857,10 +397749,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4338ca80; } +.border-t-indigo-700\\/55 { + border-top-color: #4338ca8c; +} + .border-t-indigo-700\\/60 { border-top-color: #4338ca99; } +.border-t-indigo-700\\/65 { + border-top-color: #4338caa6; +} + .border-t-indigo-700\\/70 { border-top-color: #4338cab3; } @@ -289873,6 +397773,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4338cacc; } +.border-t-indigo-700\\/85 { + border-top-color: #4338cad9; +} + .border-t-indigo-700\\/90 { border-top-color: #4338cae6; } @@ -289898,6 +397802,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3730a3; } +.border-t-indigo-800\\/15 { + border-top-color: #3730a326; +} + .border-t-indigo-800\\/20 { border-top-color: #3730a333; } @@ -289910,10 +397818,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3730a34d; } +.border-t-indigo-800\\/35 { + border-top-color: #3730a359; +} + .border-t-indigo-800\\/40 { border-top-color: #3730a366; } +.border-t-indigo-800\\/45 { + border-top-color: #3730a373; +} + .border-t-indigo-800\\/5 { border-top-color: #3730a30d; } @@ -289922,10 +397838,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3730a380; } +.border-t-indigo-800\\/55 { + border-top-color: #3730a38c; +} + .border-t-indigo-800\\/60 { border-top-color: #3730a399; } +.border-t-indigo-800\\/65 { + border-top-color: #3730a3a6; +} + .border-t-indigo-800\\/70 { border-top-color: #3730a3b3; } @@ -289938,6 +397862,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3730a3cc; } +.border-t-indigo-800\\/85 { + border-top-color: #3730a3d9; +} + .border-t-indigo-800\\/90 { border-top-color: #3730a3e6; } @@ -289963,6 +397891,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #312e81; } +.border-t-indigo-900\\/15 { + border-top-color: #312e8126; +} + .border-t-indigo-900\\/20 { border-top-color: #312e8133; } @@ -289975,10 +397907,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #312e814d; } +.border-t-indigo-900\\/35 { + border-top-color: #312e8159; +} + .border-t-indigo-900\\/40 { border-top-color: #312e8166; } +.border-t-indigo-900\\/45 { + border-top-color: #312e8173; +} + .border-t-indigo-900\\/5 { border-top-color: #312e810d; } @@ -289987,10 +397927,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #312e8180; } +.border-t-indigo-900\\/55 { + border-top-color: #312e818c; +} + .border-t-indigo-900\\/60 { border-top-color: #312e8199; } +.border-t-indigo-900\\/65 { + border-top-color: #312e81a6; +} + .border-t-indigo-900\\/70 { border-top-color: #312e81b3; } @@ -290003,6 +397951,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #312e81cc; } +.border-t-indigo-900\\/85 { + border-top-color: #312e81d9; +} + .border-t-indigo-900\\/90 { border-top-color: #312e81e6; } @@ -290028,6 +397980,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e1b4b; } +.border-t-indigo-950\\/15 { + border-top-color: #1e1b4b26; +} + .border-t-indigo-950\\/20 { border-top-color: #1e1b4b33; } @@ -290040,10 +397996,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e1b4b4d; } +.border-t-indigo-950\\/35 { + border-top-color: #1e1b4b59; +} + .border-t-indigo-950\\/40 { border-top-color: #1e1b4b66; } +.border-t-indigo-950\\/45 { + border-top-color: #1e1b4b73; +} + .border-t-indigo-950\\/5 { border-top-color: #1e1b4b0d; } @@ -290052,10 +398016,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e1b4b80; } +.border-t-indigo-950\\/55 { + border-top-color: #1e1b4b8c; +} + .border-t-indigo-950\\/60 { border-top-color: #1e1b4b99; } +.border-t-indigo-950\\/65 { + border-top-color: #1e1b4ba6; +} + .border-t-indigo-950\\/70 { border-top-color: #1e1b4bb3; } @@ -290068,6 +398040,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e1b4bcc; } +.border-t-indigo-950\\/85 { + border-top-color: #1e1b4bd9; +} + .border-t-indigo-950\\/90 { border-top-color: #1e1b4be6; } @@ -290097,6 +398073,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfccb; } +.border-t-lime-100\\/15 { + border-top-color: #ecfccb26; +} + .border-t-lime-100\\/20 { border-top-color: #ecfccb33; } @@ -290109,10 +398089,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfccb4d; } +.border-t-lime-100\\/35 { + border-top-color: #ecfccb59; +} + .border-t-lime-100\\/40 { border-top-color: #ecfccb66; } +.border-t-lime-100\\/45 { + border-top-color: #ecfccb73; +} + .border-t-lime-100\\/5 { border-top-color: #ecfccb0d; } @@ -290121,10 +398109,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfccb80; } +.border-t-lime-100\\/55 { + border-top-color: #ecfccb8c; +} + .border-t-lime-100\\/60 { border-top-color: #ecfccb99; } +.border-t-lime-100\\/65 { + border-top-color: #ecfccba6; +} + .border-t-lime-100\\/70 { border-top-color: #ecfccbb3; } @@ -290137,6 +398133,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ecfccbcc; } +.border-t-lime-100\\/85 { + border-top-color: #ecfccbd9; +} + .border-t-lime-100\\/90 { border-top-color: #ecfccbe6; } @@ -290162,6 +398162,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d9f99d; } +.border-t-lime-200\\/15 { + border-top-color: #d9f99d26; +} + .border-t-lime-200\\/20 { border-top-color: #d9f99d33; } @@ -290174,10 +398178,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d9f99d4d; } +.border-t-lime-200\\/35 { + border-top-color: #d9f99d59; +} + .border-t-lime-200\\/40 { border-top-color: #d9f99d66; } +.border-t-lime-200\\/45 { + border-top-color: #d9f99d73; +} + .border-t-lime-200\\/5 { border-top-color: #d9f99d0d; } @@ -290186,10 +398198,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d9f99d80; } +.border-t-lime-200\\/55 { + border-top-color: #d9f99d8c; +} + .border-t-lime-200\\/60 { border-top-color: #d9f99d99; } +.border-t-lime-200\\/65 { + border-top-color: #d9f99da6; +} + .border-t-lime-200\\/70 { border-top-color: #d9f99db3; } @@ -290202,6 +398222,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d9f99dcc; } +.border-t-lime-200\\/85 { + border-top-color: #d9f99dd9; +} + .border-t-lime-200\\/90 { border-top-color: #d9f99de6; } @@ -290227,6 +398251,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bef264; } +.border-t-lime-300\\/15 { + border-top-color: #bef26426; +} + .border-t-lime-300\\/20 { border-top-color: #bef26433; } @@ -290239,10 +398267,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bef2644d; } +.border-t-lime-300\\/35 { + border-top-color: #bef26459; +} + .border-t-lime-300\\/40 { border-top-color: #bef26466; } +.border-t-lime-300\\/45 { + border-top-color: #bef26473; +} + .border-t-lime-300\\/5 { border-top-color: #bef2640d; } @@ -290251,10 +398287,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bef26480; } +.border-t-lime-300\\/55 { + border-top-color: #bef2648c; +} + .border-t-lime-300\\/60 { border-top-color: #bef26499; } +.border-t-lime-300\\/65 { + border-top-color: #bef264a6; +} + .border-t-lime-300\\/70 { border-top-color: #bef264b3; } @@ -290267,6 +398311,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bef264cc; } +.border-t-lime-300\\/85 { + border-top-color: #bef264d9; +} + .border-t-lime-300\\/90 { border-top-color: #bef264e6; } @@ -290292,6 +398340,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3e635; } +.border-t-lime-400\\/15 { + border-top-color: #a3e63526; +} + .border-t-lime-400\\/20 { border-top-color: #a3e63533; } @@ -290304,10 +398356,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3e6354d; } +.border-t-lime-400\\/35 { + border-top-color: #a3e63559; +} + .border-t-lime-400\\/40 { border-top-color: #a3e63566; } +.border-t-lime-400\\/45 { + border-top-color: #a3e63573; +} + .border-t-lime-400\\/5 { border-top-color: #a3e6350d; } @@ -290316,10 +398376,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3e63580; } +.border-t-lime-400\\/55 { + border-top-color: #a3e6358c; +} + .border-t-lime-400\\/60 { border-top-color: #a3e63599; } +.border-t-lime-400\\/65 { + border-top-color: #a3e635a6; +} + .border-t-lime-400\\/70 { border-top-color: #a3e635b3; } @@ -290332,6 +398400,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3e635cc; } +.border-t-lime-400\\/85 { + border-top-color: #a3e635d9; +} + .border-t-lime-400\\/90 { border-top-color: #a3e635e6; } @@ -290357,6 +398429,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f7fee7; } +.border-t-lime-50\\/15 { + border-top-color: #f7fee726; +} + .border-t-lime-50\\/20 { border-top-color: #f7fee733; } @@ -290369,10 +398445,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f7fee74d; } +.border-t-lime-50\\/35 { + border-top-color: #f7fee759; +} + .border-t-lime-50\\/40 { border-top-color: #f7fee766; } +.border-t-lime-50\\/45 { + border-top-color: #f7fee773; +} + .border-t-lime-50\\/5 { border-top-color: #f7fee70d; } @@ -290381,10 +398465,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f7fee780; } +.border-t-lime-50\\/55 { + border-top-color: #f7fee78c; +} + .border-t-lime-50\\/60 { border-top-color: #f7fee799; } +.border-t-lime-50\\/65 { + border-top-color: #f7fee7a6; +} + .border-t-lime-50\\/70 { border-top-color: #f7fee7b3; } @@ -290397,6 +398489,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f7fee7cc; } +.border-t-lime-50\\/85 { + border-top-color: #f7fee7d9; +} + .border-t-lime-50\\/90 { border-top-color: #f7fee7e6; } @@ -290422,6 +398518,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #84cc16; } +.border-t-lime-500\\/15 { + border-top-color: #84cc1626; +} + .border-t-lime-500\\/20 { border-top-color: #84cc1633; } @@ -290434,10 +398534,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #84cc164d; } +.border-t-lime-500\\/35 { + border-top-color: #84cc1659; +} + .border-t-lime-500\\/40 { border-top-color: #84cc1666; } +.border-t-lime-500\\/45 { + border-top-color: #84cc1673; +} + .border-t-lime-500\\/5 { border-top-color: #84cc160d; } @@ -290446,10 +398554,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #84cc1680; } +.border-t-lime-500\\/55 { + border-top-color: #84cc168c; +} + .border-t-lime-500\\/60 { border-top-color: #84cc1699; } +.border-t-lime-500\\/65 { + border-top-color: #84cc16a6; +} + .border-t-lime-500\\/70 { border-top-color: #84cc16b3; } @@ -290462,6 +398578,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #84cc16cc; } +.border-t-lime-500\\/85 { + border-top-color: #84cc16d9; +} + .border-t-lime-500\\/90 { border-top-color: #84cc16e6; } @@ -290487,6 +398607,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #65a30d; } +.border-t-lime-600\\/15 { + border-top-color: #65a30d26; +} + .border-t-lime-600\\/20 { border-top-color: #65a30d33; } @@ -290499,10 +398623,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #65a30d4d; } +.border-t-lime-600\\/35 { + border-top-color: #65a30d59; +} + .border-t-lime-600\\/40 { border-top-color: #65a30d66; } +.border-t-lime-600\\/45 { + border-top-color: #65a30d73; +} + .border-t-lime-600\\/5 { border-top-color: #65a30d0d; } @@ -290511,10 +398643,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #65a30d80; } +.border-t-lime-600\\/55 { + border-top-color: #65a30d8c; +} + .border-t-lime-600\\/60 { border-top-color: #65a30d99; } +.border-t-lime-600\\/65 { + border-top-color: #65a30da6; +} + .border-t-lime-600\\/70 { border-top-color: #65a30db3; } @@ -290527,6 +398667,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #65a30dcc; } +.border-t-lime-600\\/85 { + border-top-color: #65a30dd9; +} + .border-t-lime-600\\/90 { border-top-color: #65a30de6; } @@ -290552,6 +398696,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4d7c0f; } +.border-t-lime-700\\/15 { + border-top-color: #4d7c0f26; +} + .border-t-lime-700\\/20 { border-top-color: #4d7c0f33; } @@ -290564,10 +398712,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4d7c0f4d; } +.border-t-lime-700\\/35 { + border-top-color: #4d7c0f59; +} + .border-t-lime-700\\/40 { border-top-color: #4d7c0f66; } +.border-t-lime-700\\/45 { + border-top-color: #4d7c0f73; +} + .border-t-lime-700\\/5 { border-top-color: #4d7c0f0d; } @@ -290576,10 +398732,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4d7c0f80; } +.border-t-lime-700\\/55 { + border-top-color: #4d7c0f8c; +} + .border-t-lime-700\\/60 { border-top-color: #4d7c0f99; } +.border-t-lime-700\\/65 { + border-top-color: #4d7c0fa6; +} + .border-t-lime-700\\/70 { border-top-color: #4d7c0fb3; } @@ -290592,6 +398756,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4d7c0fcc; } +.border-t-lime-700\\/85 { + border-top-color: #4d7c0fd9; +} + .border-t-lime-700\\/90 { border-top-color: #4d7c0fe6; } @@ -290617,6 +398785,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f6212; } +.border-t-lime-800\\/15 { + border-top-color: #3f621226; +} + .border-t-lime-800\\/20 { border-top-color: #3f621233; } @@ -290629,10 +398801,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f62124d; } +.border-t-lime-800\\/35 { + border-top-color: #3f621259; +} + .border-t-lime-800\\/40 { border-top-color: #3f621266; } +.border-t-lime-800\\/45 { + border-top-color: #3f621273; +} + .border-t-lime-800\\/5 { border-top-color: #3f62120d; } @@ -290641,10 +398821,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f621280; } +.border-t-lime-800\\/55 { + border-top-color: #3f62128c; +} + .border-t-lime-800\\/60 { border-top-color: #3f621299; } +.border-t-lime-800\\/65 { + border-top-color: #3f6212a6; +} + .border-t-lime-800\\/70 { border-top-color: #3f6212b3; } @@ -290657,6 +398845,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f6212cc; } +.border-t-lime-800\\/85 { + border-top-color: #3f6212d9; +} + .border-t-lime-800\\/90 { border-top-color: #3f6212e6; } @@ -290682,6 +398874,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #365314; } +.border-t-lime-900\\/15 { + border-top-color: #36531426; +} + .border-t-lime-900\\/20 { border-top-color: #36531433; } @@ -290694,10 +398890,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3653144d; } +.border-t-lime-900\\/35 { + border-top-color: #36531459; +} + .border-t-lime-900\\/40 { border-top-color: #36531466; } +.border-t-lime-900\\/45 { + border-top-color: #36531473; +} + .border-t-lime-900\\/5 { border-top-color: #3653140d; } @@ -290706,10 +398910,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #36531480; } +.border-t-lime-900\\/55 { + border-top-color: #3653148c; +} + .border-t-lime-900\\/60 { border-top-color: #36531499; } +.border-t-lime-900\\/65 { + border-top-color: #365314a6; +} + .border-t-lime-900\\/70 { border-top-color: #365314b3; } @@ -290722,6 +398934,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #365314cc; } +.border-t-lime-900\\/85 { + border-top-color: #365314d9; +} + .border-t-lime-900\\/90 { border-top-color: #365314e6; } @@ -290747,6 +398963,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1a2e05; } +.border-t-lime-950\\/15 { + border-top-color: #1a2e0526; +} + .border-t-lime-950\\/20 { border-top-color: #1a2e0533; } @@ -290759,10 +398979,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1a2e054d; } +.border-t-lime-950\\/35 { + border-top-color: #1a2e0559; +} + .border-t-lime-950\\/40 { border-top-color: #1a2e0566; } +.border-t-lime-950\\/45 { + border-top-color: #1a2e0573; +} + .border-t-lime-950\\/5 { border-top-color: #1a2e050d; } @@ -290771,10 +398999,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1a2e0580; } +.border-t-lime-950\\/55 { + border-top-color: #1a2e058c; +} + .border-t-lime-950\\/60 { border-top-color: #1a2e0599; } +.border-t-lime-950\\/65 { + border-top-color: #1a2e05a6; +} + .border-t-lime-950\\/70 { border-top-color: #1a2e05b3; } @@ -290787,6 +399023,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1a2e05cc; } +.border-t-lime-950\\/85 { + border-top-color: #1a2e05d9; +} + .border-t-lime-950\\/90 { border-top-color: #1a2e05e6; } @@ -290812,6 +399052,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f5; } +.border-t-neutral-100\\/15 { + border-top-color: #f5f5f526; +} + .border-t-neutral-100\\/20 { border-top-color: #f5f5f533; } @@ -290824,10 +399068,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f54d; } +.border-t-neutral-100\\/35 { + border-top-color: #f5f5f559; +} + .border-t-neutral-100\\/40 { border-top-color: #f5f5f566; } +.border-t-neutral-100\\/45 { + border-top-color: #f5f5f573; +} + .border-t-neutral-100\\/5 { border-top-color: #f5f5f50d; } @@ -290836,10 +399088,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f580; } +.border-t-neutral-100\\/55 { + border-top-color: #f5f5f58c; +} + .border-t-neutral-100\\/60 { border-top-color: #f5f5f599; } +.border-t-neutral-100\\/65 { + border-top-color: #f5f5f5a6; +} + .border-t-neutral-100\\/70 { border-top-color: #f5f5f5b3; } @@ -290852,6 +399112,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f5cc; } +.border-t-neutral-100\\/85 { + border-top-color: #f5f5f5d9; +} + .border-t-neutral-100\\/90 { border-top-color: #f5f5f5e6; } @@ -290877,6 +399141,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e5e5; } +.border-t-neutral-200\\/15 { + border-top-color: #e5e5e526; +} + .border-t-neutral-200\\/20 { border-top-color: #e5e5e533; } @@ -290889,10 +399157,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e5e54d; } +.border-t-neutral-200\\/35 { + border-top-color: #e5e5e559; +} + .border-t-neutral-200\\/40 { border-top-color: #e5e5e566; } +.border-t-neutral-200\\/45 { + border-top-color: #e5e5e573; +} + .border-t-neutral-200\\/5 { border-top-color: #e5e5e50d; } @@ -290901,10 +399177,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e5e580; } +.border-t-neutral-200\\/55 { + border-top-color: #e5e5e58c; +} + .border-t-neutral-200\\/60 { border-top-color: #e5e5e599; } +.border-t-neutral-200\\/65 { + border-top-color: #e5e5e5a6; +} + .border-t-neutral-200\\/70 { border-top-color: #e5e5e5b3; } @@ -290917,6 +399201,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e5e5e5cc; } +.border-t-neutral-200\\/85 { + border-top-color: #e5e5e5d9; +} + .border-t-neutral-200\\/90 { border-top-color: #e5e5e5e6; } @@ -290942,6 +399230,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d4; } +.border-t-neutral-300\\/15 { + border-top-color: #d4d4d426; +} + .border-t-neutral-300\\/20 { border-top-color: #d4d4d433; } @@ -290954,10 +399246,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d44d; } +.border-t-neutral-300\\/35 { + border-top-color: #d4d4d459; +} + .border-t-neutral-300\\/40 { border-top-color: #d4d4d466; } +.border-t-neutral-300\\/45 { + border-top-color: #d4d4d473; +} + .border-t-neutral-300\\/5 { border-top-color: #d4d4d40d; } @@ -290966,10 +399266,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d480; } +.border-t-neutral-300\\/55 { + border-top-color: #d4d4d48c; +} + .border-t-neutral-300\\/60 { border-top-color: #d4d4d499; } +.border-t-neutral-300\\/65 { + border-top-color: #d4d4d4a6; +} + .border-t-neutral-300\\/70 { border-top-color: #d4d4d4b3; } @@ -290982,6 +399290,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d4cc; } +.border-t-neutral-300\\/85 { + border-top-color: #d4d4d4d9; +} + .border-t-neutral-300\\/90 { border-top-color: #d4d4d4e6; } @@ -291007,6 +399319,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3a3a3; } +.border-t-neutral-400\\/15 { + border-top-color: #a3a3a326; +} + .border-t-neutral-400\\/20 { border-top-color: #a3a3a333; } @@ -291019,10 +399335,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3a3a34d; } +.border-t-neutral-400\\/35 { + border-top-color: #a3a3a359; +} + .border-t-neutral-400\\/40 { border-top-color: #a3a3a366; } +.border-t-neutral-400\\/45 { + border-top-color: #a3a3a373; +} + .border-t-neutral-400\\/5 { border-top-color: #a3a3a30d; } @@ -291031,10 +399355,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3a3a380; } +.border-t-neutral-400\\/55 { + border-top-color: #a3a3a38c; +} + .border-t-neutral-400\\/60 { border-top-color: #a3a3a399; } +.border-t-neutral-400\\/65 { + border-top-color: #a3a3a3a6; +} + .border-t-neutral-400\\/70 { border-top-color: #a3a3a3b3; } @@ -291047,6 +399379,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a3a3a3cc; } +.border-t-neutral-400\\/85 { + border-top-color: #a3a3a3d9; +} + .border-t-neutral-400\\/90 { border-top-color: #a3a3a3e6; } @@ -291072,6 +399408,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafa; } +.border-t-neutral-50\\/15 { + border-top-color: #fafafa26; +} + .border-t-neutral-50\\/20 { border-top-color: #fafafa33; } @@ -291084,10 +399424,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafa4d; } +.border-t-neutral-50\\/35 { + border-top-color: #fafafa59; +} + .border-t-neutral-50\\/40 { border-top-color: #fafafa66; } +.border-t-neutral-50\\/45 { + border-top-color: #fafafa73; +} + .border-t-neutral-50\\/5 { border-top-color: #fafafa0d; } @@ -291096,10 +399444,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafa80; } +.border-t-neutral-50\\/55 { + border-top-color: #fafafa8c; +} + .border-t-neutral-50\\/60 { border-top-color: #fafafa99; } +.border-t-neutral-50\\/65 { + border-top-color: #fafafaa6; +} + .border-t-neutral-50\\/70 { border-top-color: #fafafab3; } @@ -291112,6 +399468,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafacc; } +.border-t-neutral-50\\/85 { + border-top-color: #fafafad9; +} + .border-t-neutral-50\\/90 { border-top-color: #fafafae6; } @@ -291137,6 +399497,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #737373; } +.border-t-neutral-500\\/15 { + border-top-color: #73737326; +} + .border-t-neutral-500\\/20 { border-top-color: #73737333; } @@ -291149,10 +399513,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7373734d; } +.border-t-neutral-500\\/35 { + border-top-color: #73737359; +} + .border-t-neutral-500\\/40 { border-top-color: #73737366; } +.border-t-neutral-500\\/45 { + border-top-color: #73737373; +} + .border-t-neutral-500\\/5 { border-top-color: #7373730d; } @@ -291161,10 +399533,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #73737380; } +.border-t-neutral-500\\/55 { + border-top-color: #7373738c; +} + .border-t-neutral-500\\/60 { border-top-color: #73737399; } +.border-t-neutral-500\\/65 { + border-top-color: #737373a6; +} + .border-t-neutral-500\\/70 { border-top-color: #737373b3; } @@ -291177,6 +399557,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #737373cc; } +.border-t-neutral-500\\/85 { + border-top-color: #737373d9; +} + .border-t-neutral-500\\/90 { border-top-color: #737373e6; } @@ -291202,6 +399586,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #525252; } +.border-t-neutral-600\\/15 { + border-top-color: #52525226; +} + .border-t-neutral-600\\/20 { border-top-color: #52525233; } @@ -291214,10 +399602,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5252524d; } +.border-t-neutral-600\\/35 { + border-top-color: #52525259; +} + .border-t-neutral-600\\/40 { border-top-color: #52525266; } +.border-t-neutral-600\\/45 { + border-top-color: #52525273; +} + .border-t-neutral-600\\/5 { border-top-color: #5252520d; } @@ -291226,10 +399622,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #52525280; } +.border-t-neutral-600\\/55 { + border-top-color: #5252528c; +} + .border-t-neutral-600\\/60 { border-top-color: #52525299; } +.border-t-neutral-600\\/65 { + border-top-color: #525252a6; +} + .border-t-neutral-600\\/70 { border-top-color: #525252b3; } @@ -291242,6 +399646,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #525252cc; } +.border-t-neutral-600\\/85 { + border-top-color: #525252d9; +} + .border-t-neutral-600\\/90 { border-top-color: #525252e6; } @@ -291267,6 +399675,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #404040; } +.border-t-neutral-700\\/15 { + border-top-color: #40404026; +} + .border-t-neutral-700\\/20 { border-top-color: #40404033; } @@ -291279,10 +399691,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4040404d; } +.border-t-neutral-700\\/35 { + border-top-color: #40404059; +} + .border-t-neutral-700\\/40 { border-top-color: #40404066; } +.border-t-neutral-700\\/45 { + border-top-color: #40404073; +} + .border-t-neutral-700\\/5 { border-top-color: #4040400d; } @@ -291291,10 +399711,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #40404080; } +.border-t-neutral-700\\/55 { + border-top-color: #4040408c; +} + .border-t-neutral-700\\/60 { border-top-color: #40404099; } +.border-t-neutral-700\\/65 { + border-top-color: #404040a6; +} + .border-t-neutral-700\\/70 { border-top-color: #404040b3; } @@ -291307,6 +399735,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #404040cc; } +.border-t-neutral-700\\/85 { + border-top-color: #404040d9; +} + .border-t-neutral-700\\/90 { border-top-color: #404040e6; } @@ -291332,6 +399764,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #262626; } +.border-t-neutral-800\\/15 { + border-top-color: #26262626; +} + .border-t-neutral-800\\/20 { border-top-color: #26262633; } @@ -291344,10 +399780,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2626264d; } +.border-t-neutral-800\\/35 { + border-top-color: #26262659; +} + .border-t-neutral-800\\/40 { border-top-color: #26262666; } +.border-t-neutral-800\\/45 { + border-top-color: #26262673; +} + .border-t-neutral-800\\/5 { border-top-color: #2626260d; } @@ -291356,10 +399800,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #26262680; } +.border-t-neutral-800\\/55 { + border-top-color: #2626268c; +} + .border-t-neutral-800\\/60 { border-top-color: #26262699; } +.border-t-neutral-800\\/65 { + border-top-color: #262626a6; +} + .border-t-neutral-800\\/70 { border-top-color: #262626b3; } @@ -291372,6 +399824,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #262626cc; } +.border-t-neutral-800\\/85 { + border-top-color: #262626d9; +} + .border-t-neutral-800\\/90 { border-top-color: #262626e6; } @@ -291397,6 +399853,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #171717; } +.border-t-neutral-900\\/15 { + border-top-color: #17171726; +} + .border-t-neutral-900\\/20 { border-top-color: #17171733; } @@ -291409,10 +399869,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1717174d; } +.border-t-neutral-900\\/35 { + border-top-color: #17171759; +} + .border-t-neutral-900\\/40 { border-top-color: #17171766; } +.border-t-neutral-900\\/45 { + border-top-color: #17171773; +} + .border-t-neutral-900\\/5 { border-top-color: #1717170d; } @@ -291421,10 +399889,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #17171780; } +.border-t-neutral-900\\/55 { + border-top-color: #1717178c; +} + .border-t-neutral-900\\/60 { border-top-color: #17171799; } +.border-t-neutral-900\\/65 { + border-top-color: #171717a6; +} + .border-t-neutral-900\\/70 { border-top-color: #171717b3; } @@ -291437,6 +399913,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #171717cc; } +.border-t-neutral-900\\/85 { + border-top-color: #171717d9; +} + .border-t-neutral-900\\/90 { border-top-color: #171717e6; } @@ -291462,6 +399942,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0a0a0a; } +.border-t-neutral-950\\/15 { + border-top-color: #0a0a0a26; +} + .border-t-neutral-950\\/20 { border-top-color: #0a0a0a33; } @@ -291474,10 +399958,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0a0a0a4d; } +.border-t-neutral-950\\/35 { + border-top-color: #0a0a0a59; +} + .border-t-neutral-950\\/40 { border-top-color: #0a0a0a66; } +.border-t-neutral-950\\/45 { + border-top-color: #0a0a0a73; +} + .border-t-neutral-950\\/5 { border-top-color: #0a0a0a0d; } @@ -291486,10 +399978,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0a0a0a80; } +.border-t-neutral-950\\/55 { + border-top-color: #0a0a0a8c; +} + .border-t-neutral-950\\/60 { border-top-color: #0a0a0a99; } +.border-t-neutral-950\\/65 { + border-top-color: #0a0a0aa6; +} + .border-t-neutral-950\\/70 { border-top-color: #0a0a0ab3; } @@ -291502,6 +400002,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0a0a0acc; } +.border-t-neutral-950\\/85 { + border-top-color: #0a0a0ad9; +} + .border-t-neutral-950\\/90 { border-top-color: #0a0a0ae6; } @@ -291527,6 +400031,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffedd5; } +.border-t-orange-100\\/15 { + border-top-color: #ffedd526; +} + .border-t-orange-100\\/20 { border-top-color: #ffedd533; } @@ -291539,10 +400047,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffedd54d; } +.border-t-orange-100\\/35 { + border-top-color: #ffedd559; +} + .border-t-orange-100\\/40 { border-top-color: #ffedd566; } +.border-t-orange-100\\/45 { + border-top-color: #ffedd573; +} + .border-t-orange-100\\/5 { border-top-color: #ffedd50d; } @@ -291551,10 +400067,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffedd580; } +.border-t-orange-100\\/55 { + border-top-color: #ffedd58c; +} + .border-t-orange-100\\/60 { border-top-color: #ffedd599; } +.border-t-orange-100\\/65 { + border-top-color: #ffedd5a6; +} + .border-t-orange-100\\/70 { border-top-color: #ffedd5b3; } @@ -291567,6 +400091,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffedd5cc; } +.border-t-orange-100\\/85 { + border-top-color: #ffedd5d9; +} + .border-t-orange-100\\/90 { border-top-color: #ffedd5e6; } @@ -291592,6 +400120,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fed7aa; } +.border-t-orange-200\\/15 { + border-top-color: #fed7aa26; +} + .border-t-orange-200\\/20 { border-top-color: #fed7aa33; } @@ -291604,10 +400136,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fed7aa4d; } +.border-t-orange-200\\/35 { + border-top-color: #fed7aa59; +} + .border-t-orange-200\\/40 { border-top-color: #fed7aa66; } +.border-t-orange-200\\/45 { + border-top-color: #fed7aa73; +} + .border-t-orange-200\\/5 { border-top-color: #fed7aa0d; } @@ -291616,10 +400156,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fed7aa80; } +.border-t-orange-200\\/55 { + border-top-color: #fed7aa8c; +} + .border-t-orange-200\\/60 { border-top-color: #fed7aa99; } +.border-t-orange-200\\/65 { + border-top-color: #fed7aaa6; +} + .border-t-orange-200\\/70 { border-top-color: #fed7aab3; } @@ -291632,6 +400180,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fed7aacc; } +.border-t-orange-200\\/85 { + border-top-color: #fed7aad9; +} + .border-t-orange-200\\/90 { border-top-color: #fed7aae6; } @@ -291657,6 +400209,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdba74; } +.border-t-orange-300\\/15 { + border-top-color: #fdba7426; +} + .border-t-orange-300\\/20 { border-top-color: #fdba7433; } @@ -291669,10 +400225,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdba744d; } +.border-t-orange-300\\/35 { + border-top-color: #fdba7459; +} + .border-t-orange-300\\/40 { border-top-color: #fdba7466; } +.border-t-orange-300\\/45 { + border-top-color: #fdba7473; +} + .border-t-orange-300\\/5 { border-top-color: #fdba740d; } @@ -291681,10 +400245,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdba7480; } +.border-t-orange-300\\/55 { + border-top-color: #fdba748c; +} + .border-t-orange-300\\/60 { border-top-color: #fdba7499; } +.border-t-orange-300\\/65 { + border-top-color: #fdba74a6; +} + .border-t-orange-300\\/70 { border-top-color: #fdba74b3; } @@ -291697,6 +400269,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdba74cc; } +.border-t-orange-300\\/85 { + border-top-color: #fdba74d9; +} + .border-t-orange-300\\/90 { border-top-color: #fdba74e6; } @@ -291722,6 +400298,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb923c; } +.border-t-orange-400\\/15 { + border-top-color: #fb923c26; +} + .border-t-orange-400\\/20 { border-top-color: #fb923c33; } @@ -291734,10 +400314,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb923c4d; } +.border-t-orange-400\\/35 { + border-top-color: #fb923c59; +} + .border-t-orange-400\\/40 { border-top-color: #fb923c66; } +.border-t-orange-400\\/45 { + border-top-color: #fb923c73; +} + .border-t-orange-400\\/5 { border-top-color: #fb923c0d; } @@ -291746,10 +400334,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb923c80; } +.border-t-orange-400\\/55 { + border-top-color: #fb923c8c; +} + .border-t-orange-400\\/60 { border-top-color: #fb923c99; } +.border-t-orange-400\\/65 { + border-top-color: #fb923ca6; +} + .border-t-orange-400\\/70 { border-top-color: #fb923cb3; } @@ -291762,6 +400358,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb923ccc; } +.border-t-orange-400\\/85 { + border-top-color: #fb923cd9; +} + .border-t-orange-400\\/90 { border-top-color: #fb923ce6; } @@ -291787,6 +400387,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff7ed; } +.border-t-orange-50\\/15 { + border-top-color: #fff7ed26; +} + .border-t-orange-50\\/20 { border-top-color: #fff7ed33; } @@ -291799,10 +400403,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff7ed4d; } +.border-t-orange-50\\/35 { + border-top-color: #fff7ed59; +} + .border-t-orange-50\\/40 { border-top-color: #fff7ed66; } +.border-t-orange-50\\/45 { + border-top-color: #fff7ed73; +} + .border-t-orange-50\\/5 { border-top-color: #fff7ed0d; } @@ -291811,10 +400423,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff7ed80; } +.border-t-orange-50\\/55 { + border-top-color: #fff7ed8c; +} + .border-t-orange-50\\/60 { border-top-color: #fff7ed99; } +.border-t-orange-50\\/65 { + border-top-color: #fff7eda6; +} + .border-t-orange-50\\/70 { border-top-color: #fff7edb3; } @@ -291827,6 +400447,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff7edcc; } +.border-t-orange-50\\/85 { + border-top-color: #fff7edd9; +} + .border-t-orange-50\\/90 { border-top-color: #fff7ede6; } @@ -291852,6 +400476,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f97316; } +.border-t-orange-500\\/15 { + border-top-color: #f9731626; +} + .border-t-orange-500\\/20 { border-top-color: #f9731633; } @@ -291864,10 +400492,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f973164d; } +.border-t-orange-500\\/35 { + border-top-color: #f9731659; +} + .border-t-orange-500\\/40 { border-top-color: #f9731666; } +.border-t-orange-500\\/45 { + border-top-color: #f9731673; +} + .border-t-orange-500\\/5 { border-top-color: #f973160d; } @@ -291876,10 +400512,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9731680; } +.border-t-orange-500\\/55 { + border-top-color: #f973168c; +} + .border-t-orange-500\\/60 { border-top-color: #f9731699; } +.border-t-orange-500\\/65 { + border-top-color: #f97316a6; +} + .border-t-orange-500\\/70 { border-top-color: #f97316b3; } @@ -291892,6 +400536,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f97316cc; } +.border-t-orange-500\\/85 { + border-top-color: #f97316d9; +} + .border-t-orange-500\\/90 { border-top-color: #f97316e6; } @@ -291917,6 +400565,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ea580c; } +.border-t-orange-600\\/15 { + border-top-color: #ea580c26; +} + .border-t-orange-600\\/20 { border-top-color: #ea580c33; } @@ -291929,10 +400581,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ea580c4d; } +.border-t-orange-600\\/35 { + border-top-color: #ea580c59; +} + .border-t-orange-600\\/40 { border-top-color: #ea580c66; } +.border-t-orange-600\\/45 { + border-top-color: #ea580c73; +} + .border-t-orange-600\\/5 { border-top-color: #ea580c0d; } @@ -291941,10 +400601,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ea580c80; } +.border-t-orange-600\\/55 { + border-top-color: #ea580c8c; +} + .border-t-orange-600\\/60 { border-top-color: #ea580c99; } +.border-t-orange-600\\/65 { + border-top-color: #ea580ca6; +} + .border-t-orange-600\\/70 { border-top-color: #ea580cb3; } @@ -291957,6 +400625,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ea580ccc; } +.border-t-orange-600\\/85 { + border-top-color: #ea580cd9; +} + .border-t-orange-600\\/90 { border-top-color: #ea580ce6; } @@ -291982,6 +400654,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c2410c; } +.border-t-orange-700\\/15 { + border-top-color: #c2410c26; +} + .border-t-orange-700\\/20 { border-top-color: #c2410c33; } @@ -291994,10 +400670,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c2410c4d; } +.border-t-orange-700\\/35 { + border-top-color: #c2410c59; +} + .border-t-orange-700\\/40 { border-top-color: #c2410c66; } +.border-t-orange-700\\/45 { + border-top-color: #c2410c73; +} + .border-t-orange-700\\/5 { border-top-color: #c2410c0d; } @@ -292006,10 +400690,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c2410c80; } +.border-t-orange-700\\/55 { + border-top-color: #c2410c8c; +} + .border-t-orange-700\\/60 { border-top-color: #c2410c99; } +.border-t-orange-700\\/65 { + border-top-color: #c2410ca6; +} + .border-t-orange-700\\/70 { border-top-color: #c2410cb3; } @@ -292022,6 +400714,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c2410ccc; } +.border-t-orange-700\\/85 { + border-top-color: #c2410cd9; +} + .border-t-orange-700\\/90 { border-top-color: #c2410ce6; } @@ -292047,6 +400743,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9a3412; } +.border-t-orange-800\\/15 { + border-top-color: #9a341226; +} + .border-t-orange-800\\/20 { border-top-color: #9a341233; } @@ -292059,10 +400759,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9a34124d; } +.border-t-orange-800\\/35 { + border-top-color: #9a341259; +} + .border-t-orange-800\\/40 { border-top-color: #9a341266; } +.border-t-orange-800\\/45 { + border-top-color: #9a341273; +} + .border-t-orange-800\\/5 { border-top-color: #9a34120d; } @@ -292071,10 +400779,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9a341280; } +.border-t-orange-800\\/55 { + border-top-color: #9a34128c; +} + .border-t-orange-800\\/60 { border-top-color: #9a341299; } +.border-t-orange-800\\/65 { + border-top-color: #9a3412a6; +} + .border-t-orange-800\\/70 { border-top-color: #9a3412b3; } @@ -292087,6 +400803,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9a3412cc; } +.border-t-orange-800\\/85 { + border-top-color: #9a3412d9; +} + .border-t-orange-800\\/90 { border-top-color: #9a3412e6; } @@ -292112,6 +400832,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c2d12; } +.border-t-orange-900\\/15 { + border-top-color: #7c2d1226; +} + .border-t-orange-900\\/20 { border-top-color: #7c2d1233; } @@ -292124,10 +400848,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c2d124d; } +.border-t-orange-900\\/35 { + border-top-color: #7c2d1259; +} + .border-t-orange-900\\/40 { border-top-color: #7c2d1266; } +.border-t-orange-900\\/45 { + border-top-color: #7c2d1273; +} + .border-t-orange-900\\/5 { border-top-color: #7c2d120d; } @@ -292136,10 +400868,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c2d1280; } +.border-t-orange-900\\/55 { + border-top-color: #7c2d128c; +} + .border-t-orange-900\\/60 { border-top-color: #7c2d1299; } +.border-t-orange-900\\/65 { + border-top-color: #7c2d12a6; +} + .border-t-orange-900\\/70 { border-top-color: #7c2d12b3; } @@ -292152,6 +400892,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c2d12cc; } +.border-t-orange-900\\/85 { + border-top-color: #7c2d12d9; +} + .border-t-orange-900\\/90 { border-top-color: #7c2d12e6; } @@ -292177,6 +400921,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #431407; } +.border-t-orange-950\\/15 { + border-top-color: #43140726; +} + .border-t-orange-950\\/20 { border-top-color: #43140733; } @@ -292189,10 +400937,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4314074d; } +.border-t-orange-950\\/35 { + border-top-color: #43140759; +} + .border-t-orange-950\\/40 { border-top-color: #43140766; } +.border-t-orange-950\\/45 { + border-top-color: #43140773; +} + .border-t-orange-950\\/5 { border-top-color: #4314070d; } @@ -292201,10 +400957,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #43140780; } +.border-t-orange-950\\/55 { + border-top-color: #4314078c; +} + .border-t-orange-950\\/60 { border-top-color: #43140799; } +.border-t-orange-950\\/65 { + border-top-color: #431407a6; +} + .border-t-orange-950\\/70 { border-top-color: #431407b3; } @@ -292217,6 +400981,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #431407cc; } +.border-t-orange-950\\/85 { + border-top-color: #431407d9; +} + .border-t-orange-950\\/90 { border-top-color: #431407e6; } @@ -292242,6 +401010,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fce7f3; } +.border-t-pink-100\\/15 { + border-top-color: #fce7f326; +} + .border-t-pink-100\\/20 { border-top-color: #fce7f333; } @@ -292254,10 +401026,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fce7f34d; } +.border-t-pink-100\\/35 { + border-top-color: #fce7f359; +} + .border-t-pink-100\\/40 { border-top-color: #fce7f366; } +.border-t-pink-100\\/45 { + border-top-color: #fce7f373; +} + .border-t-pink-100\\/5 { border-top-color: #fce7f30d; } @@ -292266,10 +401046,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fce7f380; } +.border-t-pink-100\\/55 { + border-top-color: #fce7f38c; +} + .border-t-pink-100\\/60 { border-top-color: #fce7f399; } +.border-t-pink-100\\/65 { + border-top-color: #fce7f3a6; +} + .border-t-pink-100\\/70 { border-top-color: #fce7f3b3; } @@ -292282,6 +401070,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fce7f3cc; } +.border-t-pink-100\\/85 { + border-top-color: #fce7f3d9; +} + .border-t-pink-100\\/90 { border-top-color: #fce7f3e6; } @@ -292307,6 +401099,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbcfe8; } +.border-t-pink-200\\/15 { + border-top-color: #fbcfe826; +} + .border-t-pink-200\\/20 { border-top-color: #fbcfe833; } @@ -292319,10 +401115,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbcfe84d; } +.border-t-pink-200\\/35 { + border-top-color: #fbcfe859; +} + .border-t-pink-200\\/40 { border-top-color: #fbcfe866; } +.border-t-pink-200\\/45 { + border-top-color: #fbcfe873; +} + .border-t-pink-200\\/5 { border-top-color: #fbcfe80d; } @@ -292331,10 +401135,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbcfe880; } +.border-t-pink-200\\/55 { + border-top-color: #fbcfe88c; +} + .border-t-pink-200\\/60 { border-top-color: #fbcfe899; } +.border-t-pink-200\\/65 { + border-top-color: #fbcfe8a6; +} + .border-t-pink-200\\/70 { border-top-color: #fbcfe8b3; } @@ -292347,6 +401159,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fbcfe8cc; } +.border-t-pink-200\\/85 { + border-top-color: #fbcfe8d9; +} + .border-t-pink-200\\/90 { border-top-color: #fbcfe8e6; } @@ -292372,6 +401188,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9a8d4; } +.border-t-pink-300\\/15 { + border-top-color: #f9a8d426; +} + .border-t-pink-300\\/20 { border-top-color: #f9a8d433; } @@ -292384,10 +401204,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9a8d44d; } +.border-t-pink-300\\/35 { + border-top-color: #f9a8d459; +} + .border-t-pink-300\\/40 { border-top-color: #f9a8d466; } +.border-t-pink-300\\/45 { + border-top-color: #f9a8d473; +} + .border-t-pink-300\\/5 { border-top-color: #f9a8d40d; } @@ -292396,10 +401224,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9a8d480; } +.border-t-pink-300\\/55 { + border-top-color: #f9a8d48c; +} + .border-t-pink-300\\/60 { border-top-color: #f9a8d499; } +.border-t-pink-300\\/65 { + border-top-color: #f9a8d4a6; +} + .border-t-pink-300\\/70 { border-top-color: #f9a8d4b3; } @@ -292412,6 +401248,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f9a8d4cc; } +.border-t-pink-300\\/85 { + border-top-color: #f9a8d4d9; +} + .border-t-pink-300\\/90 { border-top-color: #f9a8d4e6; } @@ -292437,6 +401277,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f472b6; } +.border-t-pink-400\\/15 { + border-top-color: #f472b626; +} + .border-t-pink-400\\/20 { border-top-color: #f472b633; } @@ -292449,10 +401293,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f472b64d; } +.border-t-pink-400\\/35 { + border-top-color: #f472b659; +} + .border-t-pink-400\\/40 { border-top-color: #f472b666; } +.border-t-pink-400\\/45 { + border-top-color: #f472b673; +} + .border-t-pink-400\\/5 { border-top-color: #f472b60d; } @@ -292461,10 +401313,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f472b680; } +.border-t-pink-400\\/55 { + border-top-color: #f472b68c; +} + .border-t-pink-400\\/60 { border-top-color: #f472b699; } +.border-t-pink-400\\/65 { + border-top-color: #f472b6a6; +} + .border-t-pink-400\\/70 { border-top-color: #f472b6b3; } @@ -292477,6 +401337,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f472b6cc; } +.border-t-pink-400\\/85 { + border-top-color: #f472b6d9; +} + .border-t-pink-400\\/90 { border-top-color: #f472b6e6; } @@ -292502,6 +401366,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf2f8; } +.border-t-pink-50\\/15 { + border-top-color: #fdf2f826; +} + .border-t-pink-50\\/20 { border-top-color: #fdf2f833; } @@ -292514,10 +401382,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf2f84d; } +.border-t-pink-50\\/35 { + border-top-color: #fdf2f859; +} + .border-t-pink-50\\/40 { border-top-color: #fdf2f866; } +.border-t-pink-50\\/45 { + border-top-color: #fdf2f873; +} + .border-t-pink-50\\/5 { border-top-color: #fdf2f80d; } @@ -292526,10 +401402,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf2f880; } +.border-t-pink-50\\/55 { + border-top-color: #fdf2f88c; +} + .border-t-pink-50\\/60 { border-top-color: #fdf2f899; } +.border-t-pink-50\\/65 { + border-top-color: #fdf2f8a6; +} + .border-t-pink-50\\/70 { border-top-color: #fdf2f8b3; } @@ -292542,6 +401426,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fdf2f8cc; } +.border-t-pink-50\\/85 { + border-top-color: #fdf2f8d9; +} + .border-t-pink-50\\/90 { border-top-color: #fdf2f8e6; } @@ -292567,6 +401455,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ec4899; } +.border-t-pink-500\\/15 { + border-top-color: #ec489926; +} + .border-t-pink-500\\/20 { border-top-color: #ec489933; } @@ -292579,10 +401471,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ec48994d; } +.border-t-pink-500\\/35 { + border-top-color: #ec489959; +} + .border-t-pink-500\\/40 { border-top-color: #ec489966; } +.border-t-pink-500\\/45 { + border-top-color: #ec489973; +} + .border-t-pink-500\\/5 { border-top-color: #ec48990d; } @@ -292591,10 +401491,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ec489980; } +.border-t-pink-500\\/55 { + border-top-color: #ec48998c; +} + .border-t-pink-500\\/60 { border-top-color: #ec489999; } +.border-t-pink-500\\/65 { + border-top-color: #ec4899a6; +} + .border-t-pink-500\\/70 { border-top-color: #ec4899b3; } @@ -292607,6 +401515,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ec4899cc; } +.border-t-pink-500\\/85 { + border-top-color: #ec4899d9; +} + .border-t-pink-500\\/90 { border-top-color: #ec4899e6; } @@ -292632,6 +401544,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #db2777; } +.border-t-pink-600\\/15 { + border-top-color: #db277726; +} + .border-t-pink-600\\/20 { border-top-color: #db277733; } @@ -292644,10 +401560,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #db27774d; } +.border-t-pink-600\\/35 { + border-top-color: #db277759; +} + .border-t-pink-600\\/40 { border-top-color: #db277766; } +.border-t-pink-600\\/45 { + border-top-color: #db277773; +} + .border-t-pink-600\\/5 { border-top-color: #db27770d; } @@ -292656,10 +401580,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #db277780; } +.border-t-pink-600\\/55 { + border-top-color: #db27778c; +} + .border-t-pink-600\\/60 { border-top-color: #db277799; } +.border-t-pink-600\\/65 { + border-top-color: #db2777a6; +} + .border-t-pink-600\\/70 { border-top-color: #db2777b3; } @@ -292672,6 +401604,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #db2777cc; } +.border-t-pink-600\\/85 { + border-top-color: #db2777d9; +} + .border-t-pink-600\\/90 { border-top-color: #db2777e6; } @@ -292697,6 +401633,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be185d; } +.border-t-pink-700\\/15 { + border-top-color: #be185d26; +} + .border-t-pink-700\\/20 { border-top-color: #be185d33; } @@ -292709,10 +401649,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be185d4d; } +.border-t-pink-700\\/35 { + border-top-color: #be185d59; +} + .border-t-pink-700\\/40 { border-top-color: #be185d66; } +.border-t-pink-700\\/45 { + border-top-color: #be185d73; +} + .border-t-pink-700\\/5 { border-top-color: #be185d0d; } @@ -292721,10 +401669,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be185d80; } +.border-t-pink-700\\/55 { + border-top-color: #be185d8c; +} + .border-t-pink-700\\/60 { border-top-color: #be185d99; } +.border-t-pink-700\\/65 { + border-top-color: #be185da6; +} + .border-t-pink-700\\/70 { border-top-color: #be185db3; } @@ -292737,6 +401693,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be185dcc; } +.border-t-pink-700\\/85 { + border-top-color: #be185dd9; +} + .border-t-pink-700\\/90 { border-top-color: #be185de6; } @@ -292762,6 +401722,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9d174d; } +.border-t-pink-800\\/15 { + border-top-color: #9d174d26; +} + .border-t-pink-800\\/20 { border-top-color: #9d174d33; } @@ -292774,10 +401738,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9d174d4d; } +.border-t-pink-800\\/35 { + border-top-color: #9d174d59; +} + .border-t-pink-800\\/40 { border-top-color: #9d174d66; } +.border-t-pink-800\\/45 { + border-top-color: #9d174d73; +} + .border-t-pink-800\\/5 { border-top-color: #9d174d0d; } @@ -292786,10 +401758,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9d174d80; } +.border-t-pink-800\\/55 { + border-top-color: #9d174d8c; +} + .border-t-pink-800\\/60 { border-top-color: #9d174d99; } +.border-t-pink-800\\/65 { + border-top-color: #9d174da6; +} + .border-t-pink-800\\/70 { border-top-color: #9d174db3; } @@ -292802,6 +401782,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9d174dcc; } +.border-t-pink-800\\/85 { + border-top-color: #9d174dd9; +} + .border-t-pink-800\\/90 { border-top-color: #9d174de6; } @@ -292827,6 +401811,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #831843; } +.border-t-pink-900\\/15 { + border-top-color: #83184326; +} + .border-t-pink-900\\/20 { border-top-color: #83184333; } @@ -292839,10 +401827,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #8318434d; } +.border-t-pink-900\\/35 { + border-top-color: #83184359; +} + .border-t-pink-900\\/40 { border-top-color: #83184366; } +.border-t-pink-900\\/45 { + border-top-color: #83184373; +} + .border-t-pink-900\\/5 { border-top-color: #8318430d; } @@ -292851,10 +401847,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #83184380; } +.border-t-pink-900\\/55 { + border-top-color: #8318438c; +} + .border-t-pink-900\\/60 { border-top-color: #83184399; } +.border-t-pink-900\\/65 { + border-top-color: #831843a6; +} + .border-t-pink-900\\/70 { border-top-color: #831843b3; } @@ -292867,6 +401871,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #831843cc; } +.border-t-pink-900\\/85 { + border-top-color: #831843d9; +} + .border-t-pink-900\\/90 { border-top-color: #831843e6; } @@ -292892,6 +401900,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #500724; } +.border-t-pink-950\\/15 { + border-top-color: #50072426; +} + .border-t-pink-950\\/20 { border-top-color: #50072433; } @@ -292904,10 +401916,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5007244d; } +.border-t-pink-950\\/35 { + border-top-color: #50072459; +} + .border-t-pink-950\\/40 { border-top-color: #50072466; } +.border-t-pink-950\\/45 { + border-top-color: #50072473; +} + .border-t-pink-950\\/5 { border-top-color: #5007240d; } @@ -292916,10 +401936,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #50072480; } +.border-t-pink-950\\/55 { + border-top-color: #5007248c; +} + .border-t-pink-950\\/60 { border-top-color: #50072499; } +.border-t-pink-950\\/65 { + border-top-color: #500724a6; +} + .border-t-pink-950\\/70 { border-top-color: #500724b3; } @@ -292932,6 +401960,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #500724cc; } +.border-t-pink-950\\/85 { + border-top-color: #500724d9; +} + .border-t-pink-950\\/90 { border-top-color: #500724e6; } @@ -292957,6 +401989,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3e8ff; } +.border-t-purple-100\\/15 { + border-top-color: #f3e8ff26; +} + .border-t-purple-100\\/20 { border-top-color: #f3e8ff33; } @@ -292969,10 +402005,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3e8ff4d; } +.border-t-purple-100\\/35 { + border-top-color: #f3e8ff59; +} + .border-t-purple-100\\/40 { border-top-color: #f3e8ff66; } +.border-t-purple-100\\/45 { + border-top-color: #f3e8ff73; +} + .border-t-purple-100\\/5 { border-top-color: #f3e8ff0d; } @@ -292981,10 +402025,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3e8ff80; } +.border-t-purple-100\\/55 { + border-top-color: #f3e8ff8c; +} + .border-t-purple-100\\/60 { border-top-color: #f3e8ff99; } +.border-t-purple-100\\/65 { + border-top-color: #f3e8ffa6; +} + .border-t-purple-100\\/70 { border-top-color: #f3e8ffb3; } @@ -292997,6 +402049,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f3e8ffcc; } +.border-t-purple-100\\/85 { + border-top-color: #f3e8ffd9; +} + .border-t-purple-100\\/90 { border-top-color: #f3e8ffe6; } @@ -293022,6 +402078,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e9d5ff; } +.border-t-purple-200\\/15 { + border-top-color: #e9d5ff26; +} + .border-t-purple-200\\/20 { border-top-color: #e9d5ff33; } @@ -293034,10 +402094,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e9d5ff4d; } +.border-t-purple-200\\/35 { + border-top-color: #e9d5ff59; +} + .border-t-purple-200\\/40 { border-top-color: #e9d5ff66; } +.border-t-purple-200\\/45 { + border-top-color: #e9d5ff73; +} + .border-t-purple-200\\/5 { border-top-color: #e9d5ff0d; } @@ -293046,10 +402114,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e9d5ff80; } +.border-t-purple-200\\/55 { + border-top-color: #e9d5ff8c; +} + .border-t-purple-200\\/60 { border-top-color: #e9d5ff99; } +.border-t-purple-200\\/65 { + border-top-color: #e9d5ffa6; +} + .border-t-purple-200\\/70 { border-top-color: #e9d5ffb3; } @@ -293062,6 +402138,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e9d5ffcc; } +.border-t-purple-200\\/85 { + border-top-color: #e9d5ffd9; +} + .border-t-purple-200\\/90 { border-top-color: #e9d5ffe6; } @@ -293087,6 +402167,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d8b4fe; } +.border-t-purple-300\\/15 { + border-top-color: #d8b4fe26; +} + .border-t-purple-300\\/20 { border-top-color: #d8b4fe33; } @@ -293099,10 +402183,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d8b4fe4d; } +.border-t-purple-300\\/35 { + border-top-color: #d8b4fe59; +} + .border-t-purple-300\\/40 { border-top-color: #d8b4fe66; } +.border-t-purple-300\\/45 { + border-top-color: #d8b4fe73; +} + .border-t-purple-300\\/5 { border-top-color: #d8b4fe0d; } @@ -293111,10 +402203,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d8b4fe80; } +.border-t-purple-300\\/55 { + border-top-color: #d8b4fe8c; +} + .border-t-purple-300\\/60 { border-top-color: #d8b4fe99; } +.border-t-purple-300\\/65 { + border-top-color: #d8b4fea6; +} + .border-t-purple-300\\/70 { border-top-color: #d8b4feb3; } @@ -293127,6 +402227,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d8b4fecc; } +.border-t-purple-300\\/85 { + border-top-color: #d8b4fed9; +} + .border-t-purple-300\\/90 { border-top-color: #d8b4fee6; } @@ -293152,6 +402256,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c084fc; } +.border-t-purple-400\\/15 { + border-top-color: #c084fc26; +} + .border-t-purple-400\\/20 { border-top-color: #c084fc33; } @@ -293164,10 +402272,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c084fc4d; } +.border-t-purple-400\\/35 { + border-top-color: #c084fc59; +} + .border-t-purple-400\\/40 { border-top-color: #c084fc66; } +.border-t-purple-400\\/45 { + border-top-color: #c084fc73; +} + .border-t-purple-400\\/5 { border-top-color: #c084fc0d; } @@ -293176,10 +402292,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c084fc80; } +.border-t-purple-400\\/55 { + border-top-color: #c084fc8c; +} + .border-t-purple-400\\/60 { border-top-color: #c084fc99; } +.border-t-purple-400\\/65 { + border-top-color: #c084fca6; +} + .border-t-purple-400\\/70 { border-top-color: #c084fcb3; } @@ -293192,6 +402316,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c084fccc; } +.border-t-purple-400\\/85 { + border-top-color: #c084fcd9; +} + .border-t-purple-400\\/90 { border-top-color: #c084fce6; } @@ -293217,6 +402345,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #faf5ff; } +.border-t-purple-50\\/15 { + border-top-color: #faf5ff26; +} + .border-t-purple-50\\/20 { border-top-color: #faf5ff33; } @@ -293229,10 +402361,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #faf5ff4d; } +.border-t-purple-50\\/35 { + border-top-color: #faf5ff59; +} + .border-t-purple-50\\/40 { border-top-color: #faf5ff66; } +.border-t-purple-50\\/45 { + border-top-color: #faf5ff73; +} + .border-t-purple-50\\/5 { border-top-color: #faf5ff0d; } @@ -293241,10 +402381,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #faf5ff80; } +.border-t-purple-50\\/55 { + border-top-color: #faf5ff8c; +} + .border-t-purple-50\\/60 { border-top-color: #faf5ff99; } +.border-t-purple-50\\/65 { + border-top-color: #faf5ffa6; +} + .border-t-purple-50\\/70 { border-top-color: #faf5ffb3; } @@ -293257,6 +402405,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #faf5ffcc; } +.border-t-purple-50\\/85 { + border-top-color: #faf5ffd9; +} + .border-t-purple-50\\/90 { border-top-color: #faf5ffe6; } @@ -293282,6 +402434,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a855f7; } +.border-t-purple-500\\/15 { + border-top-color: #a855f726; +} + .border-t-purple-500\\/20 { border-top-color: #a855f733; } @@ -293294,10 +402450,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a855f74d; } +.border-t-purple-500\\/35 { + border-top-color: #a855f759; +} + .border-t-purple-500\\/40 { border-top-color: #a855f766; } +.border-t-purple-500\\/45 { + border-top-color: #a855f773; +} + .border-t-purple-500\\/5 { border-top-color: #a855f70d; } @@ -293306,10 +402470,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a855f780; } +.border-t-purple-500\\/55 { + border-top-color: #a855f78c; +} + .border-t-purple-500\\/60 { border-top-color: #a855f799; } +.border-t-purple-500\\/65 { + border-top-color: #a855f7a6; +} + .border-t-purple-500\\/70 { border-top-color: #a855f7b3; } @@ -293322,6 +402494,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a855f7cc; } +.border-t-purple-500\\/85 { + border-top-color: #a855f7d9; +} + .border-t-purple-500\\/90 { border-top-color: #a855f7e6; } @@ -293347,6 +402523,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9333ea; } +.border-t-purple-600\\/15 { + border-top-color: #9333ea26; +} + .border-t-purple-600\\/20 { border-top-color: #9333ea33; } @@ -293359,10 +402539,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9333ea4d; } +.border-t-purple-600\\/35 { + border-top-color: #9333ea59; +} + .border-t-purple-600\\/40 { border-top-color: #9333ea66; } +.border-t-purple-600\\/45 { + border-top-color: #9333ea73; +} + .border-t-purple-600\\/5 { border-top-color: #9333ea0d; } @@ -293371,10 +402559,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9333ea80; } +.border-t-purple-600\\/55 { + border-top-color: #9333ea8c; +} + .border-t-purple-600\\/60 { border-top-color: #9333ea99; } +.border-t-purple-600\\/65 { + border-top-color: #9333eaa6; +} + .border-t-purple-600\\/70 { border-top-color: #9333eab3; } @@ -293387,6 +402583,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9333eacc; } +.border-t-purple-600\\/85 { + border-top-color: #9333ead9; +} + .border-t-purple-600\\/90 { border-top-color: #9333eae6; } @@ -293412,6 +402612,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7e22ce; } +.border-t-purple-700\\/15 { + border-top-color: #7e22ce26; +} + .border-t-purple-700\\/20 { border-top-color: #7e22ce33; } @@ -293424,10 +402628,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7e22ce4d; } +.border-t-purple-700\\/35 { + border-top-color: #7e22ce59; +} + .border-t-purple-700\\/40 { border-top-color: #7e22ce66; } +.border-t-purple-700\\/45 { + border-top-color: #7e22ce73; +} + .border-t-purple-700\\/5 { border-top-color: #7e22ce0d; } @@ -293436,10 +402648,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7e22ce80; } +.border-t-purple-700\\/55 { + border-top-color: #7e22ce8c; +} + .border-t-purple-700\\/60 { border-top-color: #7e22ce99; } +.border-t-purple-700\\/65 { + border-top-color: #7e22cea6; +} + .border-t-purple-700\\/70 { border-top-color: #7e22ceb3; } @@ -293452,6 +402672,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7e22cecc; } +.border-t-purple-700\\/85 { + border-top-color: #7e22ced9; +} + .border-t-purple-700\\/90 { border-top-color: #7e22cee6; } @@ -293477,6 +402701,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b21a8; } +.border-t-purple-800\\/15 { + border-top-color: #6b21a826; +} + .border-t-purple-800\\/20 { border-top-color: #6b21a833; } @@ -293489,10 +402717,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b21a84d; } +.border-t-purple-800\\/35 { + border-top-color: #6b21a859; +} + .border-t-purple-800\\/40 { border-top-color: #6b21a866; } +.border-t-purple-800\\/45 { + border-top-color: #6b21a873; +} + .border-t-purple-800\\/5 { border-top-color: #6b21a80d; } @@ -293501,10 +402737,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b21a880; } +.border-t-purple-800\\/55 { + border-top-color: #6b21a88c; +} + .border-t-purple-800\\/60 { border-top-color: #6b21a899; } +.border-t-purple-800\\/65 { + border-top-color: #6b21a8a6; +} + .border-t-purple-800\\/70 { border-top-color: #6b21a8b3; } @@ -293517,6 +402761,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6b21a8cc; } +.border-t-purple-800\\/85 { + border-top-color: #6b21a8d9; +} + .border-t-purple-800\\/90 { border-top-color: #6b21a8e6; } @@ -293542,6 +402790,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #581c87; } +.border-t-purple-900\\/15 { + border-top-color: #581c8726; +} + .border-t-purple-900\\/20 { border-top-color: #581c8733; } @@ -293554,10 +402806,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #581c874d; } +.border-t-purple-900\\/35 { + border-top-color: #581c8759; +} + .border-t-purple-900\\/40 { border-top-color: #581c8766; } +.border-t-purple-900\\/45 { + border-top-color: #581c8773; +} + .border-t-purple-900\\/5 { border-top-color: #581c870d; } @@ -293566,10 +402826,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #581c8780; } +.border-t-purple-900\\/55 { + border-top-color: #581c878c; +} + .border-t-purple-900\\/60 { border-top-color: #581c8799; } +.border-t-purple-900\\/65 { + border-top-color: #581c87a6; +} + .border-t-purple-900\\/70 { border-top-color: #581c87b3; } @@ -293582,6 +402850,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #581c87cc; } +.border-t-purple-900\\/85 { + border-top-color: #581c87d9; +} + .border-t-purple-900\\/90 { border-top-color: #581c87e6; } @@ -293607,6 +402879,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b0764; } +.border-t-purple-950\\/15 { + border-top-color: #3b076426; +} + .border-t-purple-950\\/20 { border-top-color: #3b076433; } @@ -293619,10 +402895,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b07644d; } +.border-t-purple-950\\/35 { + border-top-color: #3b076459; +} + .border-t-purple-950\\/40 { border-top-color: #3b076466; } +.border-t-purple-950\\/45 { + border-top-color: #3b076473; +} + .border-t-purple-950\\/5 { border-top-color: #3b07640d; } @@ -293631,10 +402915,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b076480; } +.border-t-purple-950\\/55 { + border-top-color: #3b07648c; +} + .border-t-purple-950\\/60 { border-top-color: #3b076499; } +.border-t-purple-950\\/65 { + border-top-color: #3b0764a6; +} + .border-t-purple-950\\/70 { border-top-color: #3b0764b3; } @@ -293647,6 +402939,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3b0764cc; } +.border-t-purple-950\\/85 { + border-top-color: #3b0764d9; +} + .border-t-purple-950\\/90 { border-top-color: #3b0764e6; } @@ -293672,6 +402968,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fee2e2; } +.border-t-red-100\\/15 { + border-top-color: #fee2e226; +} + .border-t-red-100\\/20 { border-top-color: #fee2e233; } @@ -293684,10 +402984,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fee2e24d; } +.border-t-red-100\\/35 { + border-top-color: #fee2e259; +} + .border-t-red-100\\/40 { border-top-color: #fee2e266; } +.border-t-red-100\\/45 { + border-top-color: #fee2e273; +} + .border-t-red-100\\/5 { border-top-color: #fee2e20d; } @@ -293696,10 +403004,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fee2e280; } +.border-t-red-100\\/55 { + border-top-color: #fee2e28c; +} + .border-t-red-100\\/60 { border-top-color: #fee2e299; } +.border-t-red-100\\/65 { + border-top-color: #fee2e2a6; +} + .border-t-red-100\\/70 { border-top-color: #fee2e2b3; } @@ -293712,6 +403028,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fee2e2cc; } +.border-t-red-100\\/85 { + border-top-color: #fee2e2d9; +} + .border-t-red-100\\/90 { border-top-color: #fee2e2e6; } @@ -293737,6 +403057,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecaca; } +.border-t-red-200\\/15 { + border-top-color: #fecaca26; +} + .border-t-red-200\\/20 { border-top-color: #fecaca33; } @@ -293749,10 +403073,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecaca4d; } +.border-t-red-200\\/35 { + border-top-color: #fecaca59; +} + .border-t-red-200\\/40 { border-top-color: #fecaca66; } +.border-t-red-200\\/45 { + border-top-color: #fecaca73; +} + .border-t-red-200\\/5 { border-top-color: #fecaca0d; } @@ -293761,10 +403093,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecaca80; } +.border-t-red-200\\/55 { + border-top-color: #fecaca8c; +} + .border-t-red-200\\/60 { border-top-color: #fecaca99; } +.border-t-red-200\\/65 { + border-top-color: #fecacaa6; +} + .border-t-red-200\\/70 { border-top-color: #fecacab3; } @@ -293777,6 +403117,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecacacc; } +.border-t-red-200\\/85 { + border-top-color: #fecacad9; +} + .border-t-red-200\\/90 { border-top-color: #fecacae6; } @@ -293802,6 +403146,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fca5a5; } +.border-t-red-300\\/15 { + border-top-color: #fca5a526; +} + .border-t-red-300\\/20 { border-top-color: #fca5a533; } @@ -293814,10 +403162,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fca5a54d; } +.border-t-red-300\\/35 { + border-top-color: #fca5a559; +} + .border-t-red-300\\/40 { border-top-color: #fca5a566; } +.border-t-red-300\\/45 { + border-top-color: #fca5a573; +} + .border-t-red-300\\/5 { border-top-color: #fca5a50d; } @@ -293826,10 +403182,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fca5a580; } +.border-t-red-300\\/55 { + border-top-color: #fca5a58c; +} + .border-t-red-300\\/60 { border-top-color: #fca5a599; } +.border-t-red-300\\/65 { + border-top-color: #fca5a5a6; +} + .border-t-red-300\\/70 { border-top-color: #fca5a5b3; } @@ -293842,6 +403206,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fca5a5cc; } +.border-t-red-300\\/85 { + border-top-color: #fca5a5d9; +} + .border-t-red-300\\/90 { border-top-color: #fca5a5e6; } @@ -293867,6 +403235,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f87171; } +.border-t-red-400\\/15 { + border-top-color: #f8717126; +} + .border-t-red-400\\/20 { border-top-color: #f8717133; } @@ -293879,10 +403251,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f871714d; } +.border-t-red-400\\/35 { + border-top-color: #f8717159; +} + .border-t-red-400\\/40 { border-top-color: #f8717166; } +.border-t-red-400\\/45 { + border-top-color: #f8717173; +} + .border-t-red-400\\/5 { border-top-color: #f871710d; } @@ -293891,10 +403271,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f8717180; } +.border-t-red-400\\/55 { + border-top-color: #f871718c; +} + .border-t-red-400\\/60 { border-top-color: #f8717199; } +.border-t-red-400\\/65 { + border-top-color: #f87171a6; +} + .border-t-red-400\\/70 { border-top-color: #f87171b3; } @@ -293907,6 +403295,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f87171cc; } +.border-t-red-400\\/85 { + border-top-color: #f87171d9; +} + .border-t-red-400\\/90 { border-top-color: #f87171e6; } @@ -293932,6 +403324,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef2f2; } +.border-t-red-50\\/15 { + border-top-color: #fef2f226; +} + .border-t-red-50\\/20 { border-top-color: #fef2f233; } @@ -293944,10 +403340,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef2f24d; } +.border-t-red-50\\/35 { + border-top-color: #fef2f259; +} + .border-t-red-50\\/40 { border-top-color: #fef2f266; } +.border-t-red-50\\/45 { + border-top-color: #fef2f273; +} + .border-t-red-50\\/5 { border-top-color: #fef2f20d; } @@ -293956,10 +403360,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef2f280; } +.border-t-red-50\\/55 { + border-top-color: #fef2f28c; +} + .border-t-red-50\\/60 { border-top-color: #fef2f299; } +.border-t-red-50\\/65 { + border-top-color: #fef2f2a6; +} + .border-t-red-50\\/70 { border-top-color: #fef2f2b3; } @@ -293972,6 +403384,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef2f2cc; } +.border-t-red-50\\/85 { + border-top-color: #fef2f2d9; +} + .border-t-red-50\\/90 { border-top-color: #fef2f2e6; } @@ -293997,6 +403413,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ef4444; } +.border-t-red-500\\/15 { + border-top-color: #ef444426; +} + .border-t-red-500\\/20 { border-top-color: #ef444433; } @@ -294009,10 +403429,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ef44444d; } +.border-t-red-500\\/35 { + border-top-color: #ef444459; +} + .border-t-red-500\\/40 { border-top-color: #ef444466; } +.border-t-red-500\\/45 { + border-top-color: #ef444473; +} + .border-t-red-500\\/5 { border-top-color: #ef44440d; } @@ -294021,10 +403449,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ef444480; } +.border-t-red-500\\/55 { + border-top-color: #ef44448c; +} + .border-t-red-500\\/60 { border-top-color: #ef444499; } +.border-t-red-500\\/65 { + border-top-color: #ef4444a6; +} + .border-t-red-500\\/70 { border-top-color: #ef4444b3; } @@ -294037,6 +403473,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ef4444cc; } +.border-t-red-500\\/85 { + border-top-color: #ef4444d9; +} + .border-t-red-500\\/90 { border-top-color: #ef4444e6; } @@ -294062,6 +403502,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dc2626; } +.border-t-red-600\\/15 { + border-top-color: #dc262626; +} + .border-t-red-600\\/20 { border-top-color: #dc262633; } @@ -294074,10 +403518,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dc26264d; } +.border-t-red-600\\/35 { + border-top-color: #dc262659; +} + .border-t-red-600\\/40 { border-top-color: #dc262666; } +.border-t-red-600\\/45 { + border-top-color: #dc262673; +} + .border-t-red-600\\/5 { border-top-color: #dc26260d; } @@ -294086,10 +403538,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dc262680; } +.border-t-red-600\\/55 { + border-top-color: #dc26268c; +} + .border-t-red-600\\/60 { border-top-color: #dc262699; } +.border-t-red-600\\/65 { + border-top-color: #dc2626a6; +} + .border-t-red-600\\/70 { border-top-color: #dc2626b3; } @@ -294102,6 +403562,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #dc2626cc; } +.border-t-red-600\\/85 { + border-top-color: #dc2626d9; +} + .border-t-red-600\\/90 { border-top-color: #dc2626e6; } @@ -294127,6 +403591,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b91c1c; } +.border-t-red-700\\/15 { + border-top-color: #b91c1c26; +} + .border-t-red-700\\/20 { border-top-color: #b91c1c33; } @@ -294139,10 +403607,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b91c1c4d; } +.border-t-red-700\\/35 { + border-top-color: #b91c1c59; +} + .border-t-red-700\\/40 { border-top-color: #b91c1c66; } +.border-t-red-700\\/45 { + border-top-color: #b91c1c73; +} + .border-t-red-700\\/5 { border-top-color: #b91c1c0d; } @@ -294151,10 +403627,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b91c1c80; } +.border-t-red-700\\/55 { + border-top-color: #b91c1c8c; +} + .border-t-red-700\\/60 { border-top-color: #b91c1c99; } +.border-t-red-700\\/65 { + border-top-color: #b91c1ca6; +} + .border-t-red-700\\/70 { border-top-color: #b91c1cb3; } @@ -294167,6 +403651,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #b91c1ccc; } +.border-t-red-700\\/85 { + border-top-color: #b91c1cd9; +} + .border-t-red-700\\/90 { border-top-color: #b91c1ce6; } @@ -294192,6 +403680,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #991b1b; } +.border-t-red-800\\/15 { + border-top-color: #991b1b26; +} + .border-t-red-800\\/20 { border-top-color: #991b1b33; } @@ -294204,10 +403696,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #991b1b4d; } +.border-t-red-800\\/35 { + border-top-color: #991b1b59; +} + .border-t-red-800\\/40 { border-top-color: #991b1b66; } +.border-t-red-800\\/45 { + border-top-color: #991b1b73; +} + .border-t-red-800\\/5 { border-top-color: #991b1b0d; } @@ -294216,10 +403716,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #991b1b80; } +.border-t-red-800\\/55 { + border-top-color: #991b1b8c; +} + .border-t-red-800\\/60 { border-top-color: #991b1b99; } +.border-t-red-800\\/65 { + border-top-color: #991b1ba6; +} + .border-t-red-800\\/70 { border-top-color: #991b1bb3; } @@ -294232,6 +403740,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #991b1bcc; } +.border-t-red-800\\/85 { + border-top-color: #991b1bd9; +} + .border-t-red-800\\/90 { border-top-color: #991b1be6; } @@ -294257,6 +403769,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7f1d1d; } +.border-t-red-900\\/15 { + border-top-color: #7f1d1d26; +} + .border-t-red-900\\/20 { border-top-color: #7f1d1d33; } @@ -294269,10 +403785,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7f1d1d4d; } +.border-t-red-900\\/35 { + border-top-color: #7f1d1d59; +} + .border-t-red-900\\/40 { border-top-color: #7f1d1d66; } +.border-t-red-900\\/45 { + border-top-color: #7f1d1d73; +} + .border-t-red-900\\/5 { border-top-color: #7f1d1d0d; } @@ -294281,10 +403805,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7f1d1d80; } +.border-t-red-900\\/55 { + border-top-color: #7f1d1d8c; +} + .border-t-red-900\\/60 { border-top-color: #7f1d1d99; } +.border-t-red-900\\/65 { + border-top-color: #7f1d1da6; +} + .border-t-red-900\\/70 { border-top-color: #7f1d1db3; } @@ -294297,6 +403829,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7f1d1dcc; } +.border-t-red-900\\/85 { + border-top-color: #7f1d1dd9; +} + .border-t-red-900\\/90 { border-top-color: #7f1d1de6; } @@ -294322,6 +403858,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #450a0a; } +.border-t-red-950\\/15 { + border-top-color: #450a0a26; +} + .border-t-red-950\\/20 { border-top-color: #450a0a33; } @@ -294334,10 +403874,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #450a0a4d; } +.border-t-red-950\\/35 { + border-top-color: #450a0a59; +} + .border-t-red-950\\/40 { border-top-color: #450a0a66; } +.border-t-red-950\\/45 { + border-top-color: #450a0a73; +} + .border-t-red-950\\/5 { border-top-color: #450a0a0d; } @@ -294346,10 +403894,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #450a0a80; } +.border-t-red-950\\/55 { + border-top-color: #450a0a8c; +} + .border-t-red-950\\/60 { border-top-color: #450a0a99; } +.border-t-red-950\\/65 { + border-top-color: #450a0aa6; +} + .border-t-red-950\\/70 { border-top-color: #450a0ab3; } @@ -294362,6 +403918,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #450a0acc; } +.border-t-red-950\\/85 { + border-top-color: #450a0ad9; +} + .border-t-red-950\\/90 { border-top-color: #450a0ae6; } @@ -294387,6 +403947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffe4e6; } +.border-t-rose-100\\/15 { + border-top-color: #ffe4e626; +} + .border-t-rose-100\\/20 { border-top-color: #ffe4e633; } @@ -294399,10 +403963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffe4e64d; } +.border-t-rose-100\\/35 { + border-top-color: #ffe4e659; +} + .border-t-rose-100\\/40 { border-top-color: #ffe4e666; } +.border-t-rose-100\\/45 { + border-top-color: #ffe4e673; +} + .border-t-rose-100\\/5 { border-top-color: #ffe4e60d; } @@ -294411,10 +403983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffe4e680; } +.border-t-rose-100\\/55 { + border-top-color: #ffe4e68c; +} + .border-t-rose-100\\/60 { border-top-color: #ffe4e699; } +.border-t-rose-100\\/65 { + border-top-color: #ffe4e6a6; +} + .border-t-rose-100\\/70 { border-top-color: #ffe4e6b3; } @@ -294427,6 +404007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffe4e6cc; } +.border-t-rose-100\\/85 { + border-top-color: #ffe4e6d9; +} + .border-t-rose-100\\/90 { border-top-color: #ffe4e6e6; } @@ -294452,6 +404036,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecdd3; } +.border-t-rose-200\\/15 { + border-top-color: #fecdd326; +} + .border-t-rose-200\\/20 { border-top-color: #fecdd333; } @@ -294464,10 +404052,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecdd34d; } +.border-t-rose-200\\/35 { + border-top-color: #fecdd359; +} + .border-t-rose-200\\/40 { border-top-color: #fecdd366; } +.border-t-rose-200\\/45 { + border-top-color: #fecdd373; +} + .border-t-rose-200\\/5 { border-top-color: #fecdd30d; } @@ -294476,10 +404072,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecdd380; } +.border-t-rose-200\\/55 { + border-top-color: #fecdd38c; +} + .border-t-rose-200\\/60 { border-top-color: #fecdd399; } +.border-t-rose-200\\/65 { + border-top-color: #fecdd3a6; +} + .border-t-rose-200\\/70 { border-top-color: #fecdd3b3; } @@ -294492,6 +404096,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fecdd3cc; } +.border-t-rose-200\\/85 { + border-top-color: #fecdd3d9; +} + .border-t-rose-200\\/90 { border-top-color: #fecdd3e6; } @@ -294517,6 +404125,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fda4af; } +.border-t-rose-300\\/15 { + border-top-color: #fda4af26; +} + .border-t-rose-300\\/20 { border-top-color: #fda4af33; } @@ -294529,10 +404141,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fda4af4d; } +.border-t-rose-300\\/35 { + border-top-color: #fda4af59; +} + .border-t-rose-300\\/40 { border-top-color: #fda4af66; } +.border-t-rose-300\\/45 { + border-top-color: #fda4af73; +} + .border-t-rose-300\\/5 { border-top-color: #fda4af0d; } @@ -294541,10 +404161,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fda4af80; } +.border-t-rose-300\\/55 { + border-top-color: #fda4af8c; +} + .border-t-rose-300\\/60 { border-top-color: #fda4af99; } +.border-t-rose-300\\/65 { + border-top-color: #fda4afa6; +} + .border-t-rose-300\\/70 { border-top-color: #fda4afb3; } @@ -294557,6 +404185,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fda4afcc; } +.border-t-rose-300\\/85 { + border-top-color: #fda4afd9; +} + .border-t-rose-300\\/90 { border-top-color: #fda4afe6; } @@ -294582,6 +404214,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb7185; } +.border-t-rose-400\\/15 { + border-top-color: #fb718526; +} + .border-t-rose-400\\/20 { border-top-color: #fb718533; } @@ -294594,10 +404230,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb71854d; } +.border-t-rose-400\\/35 { + border-top-color: #fb718559; +} + .border-t-rose-400\\/40 { border-top-color: #fb718566; } +.border-t-rose-400\\/45 { + border-top-color: #fb718573; +} + .border-t-rose-400\\/5 { border-top-color: #fb71850d; } @@ -294606,10 +404250,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb718580; } +.border-t-rose-400\\/55 { + border-top-color: #fb71858c; +} + .border-t-rose-400\\/60 { border-top-color: #fb718599; } +.border-t-rose-400\\/65 { + border-top-color: #fb7185a6; +} + .border-t-rose-400\\/70 { border-top-color: #fb7185b3; } @@ -294622,6 +404274,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fb7185cc; } +.border-t-rose-400\\/85 { + border-top-color: #fb7185d9; +} + .border-t-rose-400\\/90 { border-top-color: #fb7185e6; } @@ -294647,6 +404303,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff1f2; } +.border-t-rose-50\\/15 { + border-top-color: #fff1f226; +} + .border-t-rose-50\\/20 { border-top-color: #fff1f233; } @@ -294659,10 +404319,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff1f24d; } +.border-t-rose-50\\/35 { + border-top-color: #fff1f259; +} + .border-t-rose-50\\/40 { border-top-color: #fff1f266; } +.border-t-rose-50\\/45 { + border-top-color: #fff1f273; +} + .border-t-rose-50\\/5 { border-top-color: #fff1f20d; } @@ -294671,10 +404339,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff1f280; } +.border-t-rose-50\\/55 { + border-top-color: #fff1f28c; +} + .border-t-rose-50\\/60 { border-top-color: #fff1f299; } +.border-t-rose-50\\/65 { + border-top-color: #fff1f2a6; +} + .border-t-rose-50\\/70 { border-top-color: #fff1f2b3; } @@ -294687,6 +404363,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff1f2cc; } +.border-t-rose-50\\/85 { + border-top-color: #fff1f2d9; +} + .border-t-rose-50\\/90 { border-top-color: #fff1f2e6; } @@ -294712,6 +404392,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f43f5e; } +.border-t-rose-500\\/15 { + border-top-color: #f43f5e26; +} + .border-t-rose-500\\/20 { border-top-color: #f43f5e33; } @@ -294724,10 +404408,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f43f5e4d; } +.border-t-rose-500\\/35 { + border-top-color: #f43f5e59; +} + .border-t-rose-500\\/40 { border-top-color: #f43f5e66; } +.border-t-rose-500\\/45 { + border-top-color: #f43f5e73; +} + .border-t-rose-500\\/5 { border-top-color: #f43f5e0d; } @@ -294736,10 +404428,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f43f5e80; } +.border-t-rose-500\\/55 { + border-top-color: #f43f5e8c; +} + .border-t-rose-500\\/60 { border-top-color: #f43f5e99; } +.border-t-rose-500\\/65 { + border-top-color: #f43f5ea6; +} + .border-t-rose-500\\/70 { border-top-color: #f43f5eb3; } @@ -294752,6 +404452,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f43f5ecc; } +.border-t-rose-500\\/85 { + border-top-color: #f43f5ed9; +} + .border-t-rose-500\\/90 { border-top-color: #f43f5ee6; } @@ -294777,6 +404481,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e11d48; } +.border-t-rose-600\\/15 { + border-top-color: #e11d4826; +} + .border-t-rose-600\\/20 { border-top-color: #e11d4833; } @@ -294789,10 +404497,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e11d484d; } +.border-t-rose-600\\/35 { + border-top-color: #e11d4859; +} + .border-t-rose-600\\/40 { border-top-color: #e11d4866; } +.border-t-rose-600\\/45 { + border-top-color: #e11d4873; +} + .border-t-rose-600\\/5 { border-top-color: #e11d480d; } @@ -294801,10 +404517,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e11d4880; } +.border-t-rose-600\\/55 { + border-top-color: #e11d488c; +} + .border-t-rose-600\\/60 { border-top-color: #e11d4899; } +.border-t-rose-600\\/65 { + border-top-color: #e11d48a6; +} + .border-t-rose-600\\/70 { border-top-color: #e11d48b3; } @@ -294817,6 +404541,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e11d48cc; } +.border-t-rose-600\\/85 { + border-top-color: #e11d48d9; +} + .border-t-rose-600\\/90 { border-top-color: #e11d48e6; } @@ -294842,6 +404570,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be123c; } +.border-t-rose-700\\/15 { + border-top-color: #be123c26; +} + .border-t-rose-700\\/20 { border-top-color: #be123c33; } @@ -294854,10 +404586,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be123c4d; } +.border-t-rose-700\\/35 { + border-top-color: #be123c59; +} + .border-t-rose-700\\/40 { border-top-color: #be123c66; } +.border-t-rose-700\\/45 { + border-top-color: #be123c73; +} + .border-t-rose-700\\/5 { border-top-color: #be123c0d; } @@ -294866,10 +404606,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be123c80; } +.border-t-rose-700\\/55 { + border-top-color: #be123c8c; +} + .border-t-rose-700\\/60 { border-top-color: #be123c99; } +.border-t-rose-700\\/65 { + border-top-color: #be123ca6; +} + .border-t-rose-700\\/70 { border-top-color: #be123cb3; } @@ -294882,6 +404630,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #be123ccc; } +.border-t-rose-700\\/85 { + border-top-color: #be123cd9; +} + .border-t-rose-700\\/90 { border-top-color: #be123ce6; } @@ -294907,6 +404659,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9f1239; } +.border-t-rose-800\\/15 { + border-top-color: #9f123926; +} + .border-t-rose-800\\/20 { border-top-color: #9f123933; } @@ -294919,10 +404675,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9f12394d; } +.border-t-rose-800\\/35 { + border-top-color: #9f123959; +} + .border-t-rose-800\\/40 { border-top-color: #9f123966; } +.border-t-rose-800\\/45 { + border-top-color: #9f123973; +} + .border-t-rose-800\\/5 { border-top-color: #9f12390d; } @@ -294931,10 +404695,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9f123980; } +.border-t-rose-800\\/55 { + border-top-color: #9f12398c; +} + .border-t-rose-800\\/60 { border-top-color: #9f123999; } +.border-t-rose-800\\/65 { + border-top-color: #9f1239a6; +} + .border-t-rose-800\\/70 { border-top-color: #9f1239b3; } @@ -294947,6 +404719,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #9f1239cc; } +.border-t-rose-800\\/85 { + border-top-color: #9f1239d9; +} + .border-t-rose-800\\/90 { border-top-color: #9f1239e6; } @@ -294972,6 +404748,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #881337; } +.border-t-rose-900\\/15 { + border-top-color: #88133726; +} + .border-t-rose-900\\/20 { border-top-color: #88133733; } @@ -294984,10 +404764,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #8813374d; } +.border-t-rose-900\\/35 { + border-top-color: #88133759; +} + .border-t-rose-900\\/40 { border-top-color: #88133766; } +.border-t-rose-900\\/45 { + border-top-color: #88133773; +} + .border-t-rose-900\\/5 { border-top-color: #8813370d; } @@ -294996,10 +404784,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #88133780; } +.border-t-rose-900\\/55 { + border-top-color: #8813378c; +} + .border-t-rose-900\\/60 { border-top-color: #88133799; } +.border-t-rose-900\\/65 { + border-top-color: #881337a6; +} + .border-t-rose-900\\/70 { border-top-color: #881337b3; } @@ -295012,6 +404808,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #881337cc; } +.border-t-rose-900\\/85 { + border-top-color: #881337d9; +} + .border-t-rose-900\\/90 { border-top-color: #881337e6; } @@ -295037,6 +404837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c0519; } +.border-t-rose-950\\/15 { + border-top-color: #4c051926; +} + .border-t-rose-950\\/20 { border-top-color: #4c051933; } @@ -295049,10 +404853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c05194d; } +.border-t-rose-950\\/35 { + border-top-color: #4c051959; +} + .border-t-rose-950\\/40 { border-top-color: #4c051966; } +.border-t-rose-950\\/45 { + border-top-color: #4c051973; +} + .border-t-rose-950\\/5 { border-top-color: #4c05190d; } @@ -295061,10 +404873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c051980; } +.border-t-rose-950\\/55 { + border-top-color: #4c05198c; +} + .border-t-rose-950\\/60 { border-top-color: #4c051999; } +.border-t-rose-950\\/65 { + border-top-color: #4c0519a6; +} + .border-t-rose-950\\/70 { border-top-color: #4c0519b3; } @@ -295077,6 +404897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c0519cc; } +.border-t-rose-950\\/85 { + border-top-color: #4c0519d9; +} + .border-t-rose-950\\/90 { border-top-color: #4c0519e6; } @@ -295102,6 +404926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0f2fe; } +.border-t-sky-100\\/15 { + border-top-color: #e0f2fe26; +} + .border-t-sky-100\\/20 { border-top-color: #e0f2fe33; } @@ -295114,10 +404942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0f2fe4d; } +.border-t-sky-100\\/35 { + border-top-color: #e0f2fe59; +} + .border-t-sky-100\\/40 { border-top-color: #e0f2fe66; } +.border-t-sky-100\\/45 { + border-top-color: #e0f2fe73; +} + .border-t-sky-100\\/5 { border-top-color: #e0f2fe0d; } @@ -295126,10 +404962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0f2fe80; } +.border-t-sky-100\\/55 { + border-top-color: #e0f2fe8c; +} + .border-t-sky-100\\/60 { border-top-color: #e0f2fe99; } +.border-t-sky-100\\/65 { + border-top-color: #e0f2fea6; +} + .border-t-sky-100\\/70 { border-top-color: #e0f2feb3; } @@ -295142,6 +404986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e0f2fecc; } +.border-t-sky-100\\/85 { + border-top-color: #e0f2fed9; +} + .border-t-sky-100\\/90 { border-top-color: #e0f2fee6; } @@ -295167,6 +405015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bae6fd; } +.border-t-sky-200\\/15 { + border-top-color: #bae6fd26; +} + .border-t-sky-200\\/20 { border-top-color: #bae6fd33; } @@ -295179,10 +405031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bae6fd4d; } +.border-t-sky-200\\/35 { + border-top-color: #bae6fd59; +} + .border-t-sky-200\\/40 { border-top-color: #bae6fd66; } +.border-t-sky-200\\/45 { + border-top-color: #bae6fd73; +} + .border-t-sky-200\\/5 { border-top-color: #bae6fd0d; } @@ -295191,10 +405051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bae6fd80; } +.border-t-sky-200\\/55 { + border-top-color: #bae6fd8c; +} + .border-t-sky-200\\/60 { border-top-color: #bae6fd99; } +.border-t-sky-200\\/65 { + border-top-color: #bae6fda6; +} + .border-t-sky-200\\/70 { border-top-color: #bae6fdb3; } @@ -295207,6 +405075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #bae6fdcc; } +.border-t-sky-200\\/85 { + border-top-color: #bae6fdd9; +} + .border-t-sky-200\\/90 { border-top-color: #bae6fde6; } @@ -295232,6 +405104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7dd3fc; } +.border-t-sky-300\\/15 { + border-top-color: #7dd3fc26; +} + .border-t-sky-300\\/20 { border-top-color: #7dd3fc33; } @@ -295244,10 +405120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7dd3fc4d; } +.border-t-sky-300\\/35 { + border-top-color: #7dd3fc59; +} + .border-t-sky-300\\/40 { border-top-color: #7dd3fc66; } +.border-t-sky-300\\/45 { + border-top-color: #7dd3fc73; +} + .border-t-sky-300\\/5 { border-top-color: #7dd3fc0d; } @@ -295256,10 +405140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7dd3fc80; } +.border-t-sky-300\\/55 { + border-top-color: #7dd3fc8c; +} + .border-t-sky-300\\/60 { border-top-color: #7dd3fc99; } +.border-t-sky-300\\/65 { + border-top-color: #7dd3fca6; +} + .border-t-sky-300\\/70 { border-top-color: #7dd3fcb3; } @@ -295272,6 +405164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7dd3fccc; } +.border-t-sky-300\\/85 { + border-top-color: #7dd3fcd9; +} + .border-t-sky-300\\/90 { border-top-color: #7dd3fce6; } @@ -295297,6 +405193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #38bdf8; } +.border-t-sky-400\\/15 { + border-top-color: #38bdf826; +} + .border-t-sky-400\\/20 { border-top-color: #38bdf833; } @@ -295309,10 +405209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #38bdf84d; } +.border-t-sky-400\\/35 { + border-top-color: #38bdf859; +} + .border-t-sky-400\\/40 { border-top-color: #38bdf866; } +.border-t-sky-400\\/45 { + border-top-color: #38bdf873; +} + .border-t-sky-400\\/5 { border-top-color: #38bdf80d; } @@ -295321,10 +405229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #38bdf880; } +.border-t-sky-400\\/55 { + border-top-color: #38bdf88c; +} + .border-t-sky-400\\/60 { border-top-color: #38bdf899; } +.border-t-sky-400\\/65 { + border-top-color: #38bdf8a6; +} + .border-t-sky-400\\/70 { border-top-color: #38bdf8b3; } @@ -295337,6 +405253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #38bdf8cc; } +.border-t-sky-400\\/85 { + border-top-color: #38bdf8d9; +} + .border-t-sky-400\\/90 { border-top-color: #38bdf8e6; } @@ -295362,6 +405282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0f9ff; } +.border-t-sky-50\\/15 { + border-top-color: #f0f9ff26; +} + .border-t-sky-50\\/20 { border-top-color: #f0f9ff33; } @@ -295374,10 +405298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0f9ff4d; } +.border-t-sky-50\\/35 { + border-top-color: #f0f9ff59; +} + .border-t-sky-50\\/40 { border-top-color: #f0f9ff66; } +.border-t-sky-50\\/45 { + border-top-color: #f0f9ff73; +} + .border-t-sky-50\\/5 { border-top-color: #f0f9ff0d; } @@ -295386,10 +405318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0f9ff80; } +.border-t-sky-50\\/55 { + border-top-color: #f0f9ff8c; +} + .border-t-sky-50\\/60 { border-top-color: #f0f9ff99; } +.border-t-sky-50\\/65 { + border-top-color: #f0f9ffa6; +} + .border-t-sky-50\\/70 { border-top-color: #f0f9ffb3; } @@ -295402,6 +405342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0f9ffcc; } +.border-t-sky-50\\/85 { + border-top-color: #f0f9ffd9; +} + .border-t-sky-50\\/90 { border-top-color: #f0f9ffe6; } @@ -295427,6 +405371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0ea5e9; } +.border-t-sky-500\\/15 { + border-top-color: #0ea5e926; +} + .border-t-sky-500\\/20 { border-top-color: #0ea5e933; } @@ -295439,10 +405387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0ea5e94d; } +.border-t-sky-500\\/35 { + border-top-color: #0ea5e959; +} + .border-t-sky-500\\/40 { border-top-color: #0ea5e966; } +.border-t-sky-500\\/45 { + border-top-color: #0ea5e973; +} + .border-t-sky-500\\/5 { border-top-color: #0ea5e90d; } @@ -295451,10 +405407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0ea5e980; } +.border-t-sky-500\\/55 { + border-top-color: #0ea5e98c; +} + .border-t-sky-500\\/60 { border-top-color: #0ea5e999; } +.border-t-sky-500\\/65 { + border-top-color: #0ea5e9a6; +} + .border-t-sky-500\\/70 { border-top-color: #0ea5e9b3; } @@ -295467,6 +405431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0ea5e9cc; } +.border-t-sky-500\\/85 { + border-top-color: #0ea5e9d9; +} + .border-t-sky-500\\/90 { border-top-color: #0ea5e9e6; } @@ -295492,6 +405460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0284c7; } +.border-t-sky-600\\/15 { + border-top-color: #0284c726; +} + .border-t-sky-600\\/20 { border-top-color: #0284c733; } @@ -295504,10 +405476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0284c74d; } +.border-t-sky-600\\/35 { + border-top-color: #0284c759; +} + .border-t-sky-600\\/40 { border-top-color: #0284c766; } +.border-t-sky-600\\/45 { + border-top-color: #0284c773; +} + .border-t-sky-600\\/5 { border-top-color: #0284c70d; } @@ -295516,10 +405496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0284c780; } +.border-t-sky-600\\/55 { + border-top-color: #0284c78c; +} + .border-t-sky-600\\/60 { border-top-color: #0284c799; } +.border-t-sky-600\\/65 { + border-top-color: #0284c7a6; +} + .border-t-sky-600\\/70 { border-top-color: #0284c7b3; } @@ -295532,6 +405520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0284c7cc; } +.border-t-sky-600\\/85 { + border-top-color: #0284c7d9; +} + .border-t-sky-600\\/90 { border-top-color: #0284c7e6; } @@ -295557,6 +405549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0369a1; } +.border-t-sky-700\\/15 { + border-top-color: #0369a126; +} + .border-t-sky-700\\/20 { border-top-color: #0369a133; } @@ -295569,10 +405565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0369a14d; } +.border-t-sky-700\\/35 { + border-top-color: #0369a159; +} + .border-t-sky-700\\/40 { border-top-color: #0369a166; } +.border-t-sky-700\\/45 { + border-top-color: #0369a173; +} + .border-t-sky-700\\/5 { border-top-color: #0369a10d; } @@ -295581,10 +405585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0369a180; } +.border-t-sky-700\\/55 { + border-top-color: #0369a18c; +} + .border-t-sky-700\\/60 { border-top-color: #0369a199; } +.border-t-sky-700\\/65 { + border-top-color: #0369a1a6; +} + .border-t-sky-700\\/70 { border-top-color: #0369a1b3; } @@ -295597,6 +405609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0369a1cc; } +.border-t-sky-700\\/85 { + border-top-color: #0369a1d9; +} + .border-t-sky-700\\/90 { border-top-color: #0369a1e6; } @@ -295622,6 +405638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #075985; } +.border-t-sky-800\\/15 { + border-top-color: #07598526; +} + .border-t-sky-800\\/20 { border-top-color: #07598533; } @@ -295634,10 +405654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0759854d; } +.border-t-sky-800\\/35 { + border-top-color: #07598559; +} + .border-t-sky-800\\/40 { border-top-color: #07598566; } +.border-t-sky-800\\/45 { + border-top-color: #07598573; +} + .border-t-sky-800\\/5 { border-top-color: #0759850d; } @@ -295646,10 +405674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #07598580; } +.border-t-sky-800\\/55 { + border-top-color: #0759858c; +} + .border-t-sky-800\\/60 { border-top-color: #07598599; } +.border-t-sky-800\\/65 { + border-top-color: #075985a6; +} + .border-t-sky-800\\/70 { border-top-color: #075985b3; } @@ -295662,6 +405698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #075985cc; } +.border-t-sky-800\\/85 { + border-top-color: #075985d9; +} + .border-t-sky-800\\/90 { border-top-color: #075985e6; } @@ -295687,6 +405727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c4a6e; } +.border-t-sky-900\\/15 { + border-top-color: #0c4a6e26; +} + .border-t-sky-900\\/20 { border-top-color: #0c4a6e33; } @@ -295699,10 +405743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c4a6e4d; } +.border-t-sky-900\\/35 { + border-top-color: #0c4a6e59; +} + .border-t-sky-900\\/40 { border-top-color: #0c4a6e66; } +.border-t-sky-900\\/45 { + border-top-color: #0c4a6e73; +} + .border-t-sky-900\\/5 { border-top-color: #0c4a6e0d; } @@ -295711,10 +405763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c4a6e80; } +.border-t-sky-900\\/55 { + border-top-color: #0c4a6e8c; +} + .border-t-sky-900\\/60 { border-top-color: #0c4a6e99; } +.border-t-sky-900\\/65 { + border-top-color: #0c4a6ea6; +} + .border-t-sky-900\\/70 { border-top-color: #0c4a6eb3; } @@ -295727,6 +405787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c4a6ecc; } +.border-t-sky-900\\/85 { + border-top-color: #0c4a6ed9; +} + .border-t-sky-900\\/90 { border-top-color: #0c4a6ee6; } @@ -295752,6 +405816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #082f49; } +.border-t-sky-950\\/15 { + border-top-color: #082f4926; +} + .border-t-sky-950\\/20 { border-top-color: #082f4933; } @@ -295764,10 +405832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #082f494d; } +.border-t-sky-950\\/35 { + border-top-color: #082f4959; +} + .border-t-sky-950\\/40 { border-top-color: #082f4966; } +.border-t-sky-950\\/45 { + border-top-color: #082f4973; +} + .border-t-sky-950\\/5 { border-top-color: #082f490d; } @@ -295776,10 +405852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #082f4980; } +.border-t-sky-950\\/55 { + border-top-color: #082f498c; +} + .border-t-sky-950\\/60 { border-top-color: #082f4999; } +.border-t-sky-950\\/65 { + border-top-color: #082f49a6; +} + .border-t-sky-950\\/70 { border-top-color: #082f49b3; } @@ -295792,6 +405876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #082f49cc; } +.border-t-sky-950\\/85 { + border-top-color: #082f49d9; +} + .border-t-sky-950\\/90 { border-top-color: #082f49e6; } @@ -295817,6 +405905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f1f5f9; } +.border-t-slate-100\\/15 { + border-top-color: #f1f5f926; +} + .border-t-slate-100\\/20 { border-top-color: #f1f5f933; } @@ -295829,10 +405921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f1f5f94d; } +.border-t-slate-100\\/35 { + border-top-color: #f1f5f959; +} + .border-t-slate-100\\/40 { border-top-color: #f1f5f966; } +.border-t-slate-100\\/45 { + border-top-color: #f1f5f973; +} + .border-t-slate-100\\/5 { border-top-color: #f1f5f90d; } @@ -295841,10 +405941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f1f5f980; } +.border-t-slate-100\\/55 { + border-top-color: #f1f5f98c; +} + .border-t-slate-100\\/60 { border-top-color: #f1f5f999; } +.border-t-slate-100\\/65 { + border-top-color: #f1f5f9a6; +} + .border-t-slate-100\\/70 { border-top-color: #f1f5f9b3; } @@ -295857,6 +405965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f1f5f9cc; } +.border-t-slate-100\\/85 { + border-top-color: #f1f5f9d9; +} + .border-t-slate-100\\/90 { border-top-color: #f1f5f9e6; } @@ -295882,6 +405994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e2e8f0; } +.border-t-slate-200\\/15 { + border-top-color: #e2e8f026; +} + .border-t-slate-200\\/20 { border-top-color: #e2e8f033; } @@ -295894,10 +406010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e2e8f04d; } +.border-t-slate-200\\/35 { + border-top-color: #e2e8f059; +} + .border-t-slate-200\\/40 { border-top-color: #e2e8f066; } +.border-t-slate-200\\/45 { + border-top-color: #e2e8f073; +} + .border-t-slate-200\\/5 { border-top-color: #e2e8f00d; } @@ -295906,10 +406030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e2e8f080; } +.border-t-slate-200\\/55 { + border-top-color: #e2e8f08c; +} + .border-t-slate-200\\/60 { border-top-color: #e2e8f099; } +.border-t-slate-200\\/65 { + border-top-color: #e2e8f0a6; +} + .border-t-slate-200\\/70 { border-top-color: #e2e8f0b3; } @@ -295922,6 +406054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e2e8f0cc; } +.border-t-slate-200\\/85 { + border-top-color: #e2e8f0d9; +} + .border-t-slate-200\\/90 { border-top-color: #e2e8f0e6; } @@ -295947,6 +406083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cbd5e1; } +.border-t-slate-300\\/15 { + border-top-color: #cbd5e126; +} + .border-t-slate-300\\/20 { border-top-color: #cbd5e133; } @@ -295959,10 +406099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cbd5e14d; } +.border-t-slate-300\\/35 { + border-top-color: #cbd5e159; +} + .border-t-slate-300\\/40 { border-top-color: #cbd5e166; } +.border-t-slate-300\\/45 { + border-top-color: #cbd5e173; +} + .border-t-slate-300\\/5 { border-top-color: #cbd5e10d; } @@ -295971,10 +406119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cbd5e180; } +.border-t-slate-300\\/55 { + border-top-color: #cbd5e18c; +} + .border-t-slate-300\\/60 { border-top-color: #cbd5e199; } +.border-t-slate-300\\/65 { + border-top-color: #cbd5e1a6; +} + .border-t-slate-300\\/70 { border-top-color: #cbd5e1b3; } @@ -295987,6 +406143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #cbd5e1cc; } +.border-t-slate-300\\/85 { + border-top-color: #cbd5e1d9; +} + .border-t-slate-300\\/90 { border-top-color: #cbd5e1e6; } @@ -296012,6 +406172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #94a3b8; } +.border-t-slate-400\\/15 { + border-top-color: #94a3b826; +} + .border-t-slate-400\\/20 { border-top-color: #94a3b833; } @@ -296024,10 +406188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #94a3b84d; } +.border-t-slate-400\\/35 { + border-top-color: #94a3b859; +} + .border-t-slate-400\\/40 { border-top-color: #94a3b866; } +.border-t-slate-400\\/45 { + border-top-color: #94a3b873; +} + .border-t-slate-400\\/5 { border-top-color: #94a3b80d; } @@ -296036,10 +406208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #94a3b880; } +.border-t-slate-400\\/55 { + border-top-color: #94a3b88c; +} + .border-t-slate-400\\/60 { border-top-color: #94a3b899; } +.border-t-slate-400\\/65 { + border-top-color: #94a3b8a6; +} + .border-t-slate-400\\/70 { border-top-color: #94a3b8b3; } @@ -296052,6 +406232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #94a3b8cc; } +.border-t-slate-400\\/85 { + border-top-color: #94a3b8d9; +} + .border-t-slate-400\\/90 { border-top-color: #94a3b8e6; } @@ -296077,6 +406261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f8fafc; } +.border-t-slate-50\\/15 { + border-top-color: #f8fafc26; +} + .border-t-slate-50\\/20 { border-top-color: #f8fafc33; } @@ -296089,10 +406277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f8fafc4d; } +.border-t-slate-50\\/35 { + border-top-color: #f8fafc59; +} + .border-t-slate-50\\/40 { border-top-color: #f8fafc66; } +.border-t-slate-50\\/45 { + border-top-color: #f8fafc73; +} + .border-t-slate-50\\/5 { border-top-color: #f8fafc0d; } @@ -296101,10 +406297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f8fafc80; } +.border-t-slate-50\\/55 { + border-top-color: #f8fafc8c; +} + .border-t-slate-50\\/60 { border-top-color: #f8fafc99; } +.border-t-slate-50\\/65 { + border-top-color: #f8fafca6; +} + .border-t-slate-50\\/70 { border-top-color: #f8fafcb3; } @@ -296117,6 +406321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f8fafccc; } +.border-t-slate-50\\/85 { + border-top-color: #f8fafcd9; +} + .border-t-slate-50\\/90 { border-top-color: #f8fafce6; } @@ -296142,6 +406350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #64748b; } +.border-t-slate-500\\/15 { + border-top-color: #64748b26; +} + .border-t-slate-500\\/20 { border-top-color: #64748b33; } @@ -296154,10 +406366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #64748b4d; } +.border-t-slate-500\\/35 { + border-top-color: #64748b59; +} + .border-t-slate-500\\/40 { border-top-color: #64748b66; } +.border-t-slate-500\\/45 { + border-top-color: #64748b73; +} + .border-t-slate-500\\/5 { border-top-color: #64748b0d; } @@ -296166,10 +406386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #64748b80; } +.border-t-slate-500\\/55 { + border-top-color: #64748b8c; +} + .border-t-slate-500\\/60 { border-top-color: #64748b99; } +.border-t-slate-500\\/65 { + border-top-color: #64748ba6; +} + .border-t-slate-500\\/70 { border-top-color: #64748bb3; } @@ -296182,6 +406410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #64748bcc; } +.border-t-slate-500\\/85 { + border-top-color: #64748bd9; +} + .border-t-slate-500\\/90 { border-top-color: #64748be6; } @@ -296207,6 +406439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #475569; } +.border-t-slate-600\\/15 { + border-top-color: #47556926; +} + .border-t-slate-600\\/20 { border-top-color: #47556933; } @@ -296219,10 +406455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4755694d; } +.border-t-slate-600\\/35 { + border-top-color: #47556959; +} + .border-t-slate-600\\/40 { border-top-color: #47556966; } +.border-t-slate-600\\/45 { + border-top-color: #47556973; +} + .border-t-slate-600\\/5 { border-top-color: #4755690d; } @@ -296231,10 +406475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #47556980; } +.border-t-slate-600\\/55 { + border-top-color: #4755698c; +} + .border-t-slate-600\\/60 { border-top-color: #47556999; } +.border-t-slate-600\\/65 { + border-top-color: #475569a6; +} + .border-t-slate-600\\/70 { border-top-color: #475569b3; } @@ -296247,6 +406499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #475569cc; } +.border-t-slate-600\\/85 { + border-top-color: #475569d9; +} + .border-t-slate-600\\/90 { border-top-color: #475569e6; } @@ -296272,6 +406528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #334155; } +.border-t-slate-700\\/15 { + border-top-color: #33415526; +} + .border-t-slate-700\\/20 { border-top-color: #33415533; } @@ -296284,10 +406544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3341554d; } +.border-t-slate-700\\/35 { + border-top-color: #33415559; +} + .border-t-slate-700\\/40 { border-top-color: #33415566; } +.border-t-slate-700\\/45 { + border-top-color: #33415573; +} + .border-t-slate-700\\/5 { border-top-color: #3341550d; } @@ -296296,10 +406564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #33415580; } +.border-t-slate-700\\/55 { + border-top-color: #3341558c; +} + .border-t-slate-700\\/60 { border-top-color: #33415599; } +.border-t-slate-700\\/65 { + border-top-color: #334155a6; +} + .border-t-slate-700\\/70 { border-top-color: #334155b3; } @@ -296312,6 +406588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #334155cc; } +.border-t-slate-700\\/85 { + border-top-color: #334155d9; +} + .border-t-slate-700\\/90 { border-top-color: #334155e6; } @@ -296337,6 +406617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e293b; } +.border-t-slate-800\\/15 { + border-top-color: #1e293b26; +} + .border-t-slate-800\\/20 { border-top-color: #1e293b33; } @@ -296349,10 +406633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e293b4d; } +.border-t-slate-800\\/35 { + border-top-color: #1e293b59; +} + .border-t-slate-800\\/40 { border-top-color: #1e293b66; } +.border-t-slate-800\\/45 { + border-top-color: #1e293b73; +} + .border-t-slate-800\\/5 { border-top-color: #1e293b0d; } @@ -296361,10 +406653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e293b80; } +.border-t-slate-800\\/55 { + border-top-color: #1e293b8c; +} + .border-t-slate-800\\/60 { border-top-color: #1e293b99; } +.border-t-slate-800\\/65 { + border-top-color: #1e293ba6; +} + .border-t-slate-800\\/70 { border-top-color: #1e293bb3; } @@ -296377,6 +406677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1e293bcc; } +.border-t-slate-800\\/85 { + border-top-color: #1e293bd9; +} + .border-t-slate-800\\/90 { border-top-color: #1e293be6; } @@ -296402,6 +406706,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f172a; } +.border-t-slate-900\\/15 { + border-top-color: #0f172a26; +} + .border-t-slate-900\\/20 { border-top-color: #0f172a33; } @@ -296414,10 +406722,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f172a4d; } +.border-t-slate-900\\/35 { + border-top-color: #0f172a59; +} + .border-t-slate-900\\/40 { border-top-color: #0f172a66; } +.border-t-slate-900\\/45 { + border-top-color: #0f172a73; +} + .border-t-slate-900\\/5 { border-top-color: #0f172a0d; } @@ -296426,10 +406742,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f172a80; } +.border-t-slate-900\\/55 { + border-top-color: #0f172a8c; +} + .border-t-slate-900\\/60 { border-top-color: #0f172a99; } +.border-t-slate-900\\/65 { + border-top-color: #0f172aa6; +} + .border-t-slate-900\\/70 { border-top-color: #0f172ab3; } @@ -296442,6 +406766,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f172acc; } +.border-t-slate-900\\/85 { + border-top-color: #0f172ad9; +} + .border-t-slate-900\\/90 { border-top-color: #0f172ae6; } @@ -296467,6 +406795,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #020617; } +.border-t-slate-950\\/15 { + border-top-color: #02061726; +} + .border-t-slate-950\\/20 { border-top-color: #02061733; } @@ -296479,10 +406811,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0206174d; } +.border-t-slate-950\\/35 { + border-top-color: #02061759; +} + .border-t-slate-950\\/40 { border-top-color: #02061766; } +.border-t-slate-950\\/45 { + border-top-color: #02061773; +} + .border-t-slate-950\\/5 { border-top-color: #0206170d; } @@ -296491,10 +406831,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #02061780; } +.border-t-slate-950\\/55 { + border-top-color: #0206178c; +} + .border-t-slate-950\\/60 { border-top-color: #02061799; } +.border-t-slate-950\\/65 { + border-top-color: #020617a6; +} + .border-t-slate-950\\/70 { border-top-color: #020617b3; } @@ -296507,6 +406855,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #020617cc; } +.border-t-slate-950\\/85 { + border-top-color: #020617d9; +} + .border-t-slate-950\\/90 { border-top-color: #020617e6; } @@ -296532,6 +406884,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f4; } +.border-t-stone-100\\/15 { + border-top-color: #f5f5f426; +} + .border-t-stone-100\\/20 { border-top-color: #f5f5f433; } @@ -296544,10 +406900,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f44d; } +.border-t-stone-100\\/35 { + border-top-color: #f5f5f459; +} + .border-t-stone-100\\/40 { border-top-color: #f5f5f466; } +.border-t-stone-100\\/45 { + border-top-color: #f5f5f473; +} + .border-t-stone-100\\/5 { border-top-color: #f5f5f40d; } @@ -296556,10 +406920,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f480; } +.border-t-stone-100\\/55 { + border-top-color: #f5f5f48c; +} + .border-t-stone-100\\/60 { border-top-color: #f5f5f499; } +.border-t-stone-100\\/65 { + border-top-color: #f5f5f4a6; +} + .border-t-stone-100\\/70 { border-top-color: #f5f5f4b3; } @@ -296572,6 +406944,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f5f4cc; } +.border-t-stone-100\\/85 { + border-top-color: #f5f5f4d9; +} + .border-t-stone-100\\/90 { border-top-color: #f5f5f4e6; } @@ -296597,6 +406973,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e7e5e4; } +.border-t-stone-200\\/15 { + border-top-color: #e7e5e426; +} + .border-t-stone-200\\/20 { border-top-color: #e7e5e433; } @@ -296609,10 +406989,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e7e5e44d; } +.border-t-stone-200\\/35 { + border-top-color: #e7e5e459; +} + .border-t-stone-200\\/40 { border-top-color: #e7e5e466; } +.border-t-stone-200\\/45 { + border-top-color: #e7e5e473; +} + .border-t-stone-200\\/5 { border-top-color: #e7e5e40d; } @@ -296621,10 +407009,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e7e5e480; } +.border-t-stone-200\\/55 { + border-top-color: #e7e5e48c; +} + .border-t-stone-200\\/60 { border-top-color: #e7e5e499; } +.border-t-stone-200\\/65 { + border-top-color: #e7e5e4a6; +} + .border-t-stone-200\\/70 { border-top-color: #e7e5e4b3; } @@ -296637,6 +407033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e7e5e4cc; } +.border-t-stone-200\\/85 { + border-top-color: #e7e5e4d9; +} + .border-t-stone-200\\/90 { border-top-color: #e7e5e4e6; } @@ -296662,6 +407062,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d6d3d1; } +.border-t-stone-300\\/15 { + border-top-color: #d6d3d126; +} + .border-t-stone-300\\/20 { border-top-color: #d6d3d133; } @@ -296674,10 +407078,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d6d3d14d; } +.border-t-stone-300\\/35 { + border-top-color: #d6d3d159; +} + .border-t-stone-300\\/40 { border-top-color: #d6d3d166; } +.border-t-stone-300\\/45 { + border-top-color: #d6d3d173; +} + .border-t-stone-300\\/5 { border-top-color: #d6d3d10d; } @@ -296686,10 +407098,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d6d3d180; } +.border-t-stone-300\\/55 { + border-top-color: #d6d3d18c; +} + .border-t-stone-300\\/60 { border-top-color: #d6d3d199; } +.border-t-stone-300\\/65 { + border-top-color: #d6d3d1a6; +} + .border-t-stone-300\\/70 { border-top-color: #d6d3d1b3; } @@ -296702,6 +407122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d6d3d1cc; } +.border-t-stone-300\\/85 { + border-top-color: #d6d3d1d9; +} + .border-t-stone-300\\/90 { border-top-color: #d6d3d1e6; } @@ -296727,6 +407151,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a8a29e; } +.border-t-stone-400\\/15 { + border-top-color: #a8a29e26; +} + .border-t-stone-400\\/20 { border-top-color: #a8a29e33; } @@ -296739,10 +407167,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a8a29e4d; } +.border-t-stone-400\\/35 { + border-top-color: #a8a29e59; +} + .border-t-stone-400\\/40 { border-top-color: #a8a29e66; } +.border-t-stone-400\\/45 { + border-top-color: #a8a29e73; +} + .border-t-stone-400\\/5 { border-top-color: #a8a29e0d; } @@ -296751,10 +407187,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a8a29e80; } +.border-t-stone-400\\/55 { + border-top-color: #a8a29e8c; +} + .border-t-stone-400\\/60 { border-top-color: #a8a29e99; } +.border-t-stone-400\\/65 { + border-top-color: #a8a29ea6; +} + .border-t-stone-400\\/70 { border-top-color: #a8a29eb3; } @@ -296767,6 +407211,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a8a29ecc; } +.border-t-stone-400\\/85 { + border-top-color: #a8a29ed9; +} + .border-t-stone-400\\/90 { border-top-color: #a8a29ee6; } @@ -296792,6 +407240,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafaf9; } +.border-t-stone-50\\/15 { + border-top-color: #fafaf926; +} + .border-t-stone-50\\/20 { border-top-color: #fafaf933; } @@ -296804,10 +407256,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafaf94d; } +.border-t-stone-50\\/35 { + border-top-color: #fafaf959; +} + .border-t-stone-50\\/40 { border-top-color: #fafaf966; } +.border-t-stone-50\\/45 { + border-top-color: #fafaf973; +} + .border-t-stone-50\\/5 { border-top-color: #fafaf90d; } @@ -296816,10 +407276,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafaf980; } +.border-t-stone-50\\/55 { + border-top-color: #fafaf98c; +} + .border-t-stone-50\\/60 { border-top-color: #fafaf999; } +.border-t-stone-50\\/65 { + border-top-color: #fafaf9a6; +} + .border-t-stone-50\\/70 { border-top-color: #fafaf9b3; } @@ -296832,6 +407300,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafaf9cc; } +.border-t-stone-50\\/85 { + border-top-color: #fafaf9d9; +} + .border-t-stone-50\\/90 { border-top-color: #fafaf9e6; } @@ -296857,6 +407329,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78716c; } +.border-t-stone-500\\/15 { + border-top-color: #78716c26; +} + .border-t-stone-500\\/20 { border-top-color: #78716c33; } @@ -296869,10 +407345,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78716c4d; } +.border-t-stone-500\\/35 { + border-top-color: #78716c59; +} + .border-t-stone-500\\/40 { border-top-color: #78716c66; } +.border-t-stone-500\\/45 { + border-top-color: #78716c73; +} + .border-t-stone-500\\/5 { border-top-color: #78716c0d; } @@ -296881,10 +407365,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78716c80; } +.border-t-stone-500\\/55 { + border-top-color: #78716c8c; +} + .border-t-stone-500\\/60 { border-top-color: #78716c99; } +.border-t-stone-500\\/65 { + border-top-color: #78716ca6; +} + .border-t-stone-500\\/70 { border-top-color: #78716cb3; } @@ -296897,6 +407389,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #78716ccc; } +.border-t-stone-500\\/85 { + border-top-color: #78716cd9; +} + .border-t-stone-500\\/90 { border-top-color: #78716ce6; } @@ -296922,6 +407418,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #57534e; } +.border-t-stone-600\\/15 { + border-top-color: #57534e26; +} + .border-t-stone-600\\/20 { border-top-color: #57534e33; } @@ -296934,10 +407434,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #57534e4d; } +.border-t-stone-600\\/35 { + border-top-color: #57534e59; +} + .border-t-stone-600\\/40 { border-top-color: #57534e66; } +.border-t-stone-600\\/45 { + border-top-color: #57534e73; +} + .border-t-stone-600\\/5 { border-top-color: #57534e0d; } @@ -296946,10 +407454,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #57534e80; } +.border-t-stone-600\\/55 { + border-top-color: #57534e8c; +} + .border-t-stone-600\\/60 { border-top-color: #57534e99; } +.border-t-stone-600\\/65 { + border-top-color: #57534ea6; +} + .border-t-stone-600\\/70 { border-top-color: #57534eb3; } @@ -296962,6 +407478,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #57534ecc; } +.border-t-stone-600\\/85 { + border-top-color: #57534ed9; +} + .border-t-stone-600\\/90 { border-top-color: #57534ee6; } @@ -296987,6 +407507,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #44403c; } +.border-t-stone-700\\/15 { + border-top-color: #44403c26; +} + .border-t-stone-700\\/20 { border-top-color: #44403c33; } @@ -296999,10 +407523,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #44403c4d; } +.border-t-stone-700\\/35 { + border-top-color: #44403c59; +} + .border-t-stone-700\\/40 { border-top-color: #44403c66; } +.border-t-stone-700\\/45 { + border-top-color: #44403c73; +} + .border-t-stone-700\\/5 { border-top-color: #44403c0d; } @@ -297011,10 +407543,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #44403c80; } +.border-t-stone-700\\/55 { + border-top-color: #44403c8c; +} + .border-t-stone-700\\/60 { border-top-color: #44403c99; } +.border-t-stone-700\\/65 { + border-top-color: #44403ca6; +} + .border-t-stone-700\\/70 { border-top-color: #44403cb3; } @@ -297027,6 +407567,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #44403ccc; } +.border-t-stone-700\\/85 { + border-top-color: #44403cd9; +} + .border-t-stone-700\\/90 { border-top-color: #44403ce6; } @@ -297052,6 +407596,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #292524; } +.border-t-stone-800\\/15 { + border-top-color: #29252426; +} + .border-t-stone-800\\/20 { border-top-color: #29252433; } @@ -297064,10 +407612,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2925244d; } +.border-t-stone-800\\/35 { + border-top-color: #29252459; +} + .border-t-stone-800\\/40 { border-top-color: #29252466; } +.border-t-stone-800\\/45 { + border-top-color: #29252473; +} + .border-t-stone-800\\/5 { border-top-color: #2925240d; } @@ -297076,10 +407632,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #29252480; } +.border-t-stone-800\\/55 { + border-top-color: #2925248c; +} + .border-t-stone-800\\/60 { border-top-color: #29252499; } +.border-t-stone-800\\/65 { + border-top-color: #292524a6; +} + .border-t-stone-800\\/70 { border-top-color: #292524b3; } @@ -297092,6 +407656,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #292524cc; } +.border-t-stone-800\\/85 { + border-top-color: #292524d9; +} + .border-t-stone-800\\/90 { border-top-color: #292524e6; } @@ -297117,6 +407685,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1c1917; } +.border-t-stone-900\\/15 { + border-top-color: #1c191726; +} + .border-t-stone-900\\/20 { border-top-color: #1c191733; } @@ -297129,10 +407701,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1c19174d; } +.border-t-stone-900\\/35 { + border-top-color: #1c191759; +} + .border-t-stone-900\\/40 { border-top-color: #1c191766; } +.border-t-stone-900\\/45 { + border-top-color: #1c191773; +} + .border-t-stone-900\\/5 { border-top-color: #1c19170d; } @@ -297141,10 +407721,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1c191780; } +.border-t-stone-900\\/55 { + border-top-color: #1c19178c; +} + .border-t-stone-900\\/60 { border-top-color: #1c191799; } +.border-t-stone-900\\/65 { + border-top-color: #1c1917a6; +} + .border-t-stone-900\\/70 { border-top-color: #1c1917b3; } @@ -297157,6 +407745,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #1c1917cc; } +.border-t-stone-900\\/85 { + border-top-color: #1c1917d9; +} + .border-t-stone-900\\/90 { border-top-color: #1c1917e6; } @@ -297182,6 +407774,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c0a09; } +.border-t-stone-950\\/15 { + border-top-color: #0c0a0926; +} + .border-t-stone-950\\/20 { border-top-color: #0c0a0933; } @@ -297194,10 +407790,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c0a094d; } +.border-t-stone-950\\/35 { + border-top-color: #0c0a0959; +} + .border-t-stone-950\\/40 { border-top-color: #0c0a0966; } +.border-t-stone-950\\/45 { + border-top-color: #0c0a0973; +} + .border-t-stone-950\\/5 { border-top-color: #0c0a090d; } @@ -297206,10 +407810,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c0a0980; } +.border-t-stone-950\\/55 { + border-top-color: #0c0a098c; +} + .border-t-stone-950\\/60 { border-top-color: #0c0a0999; } +.border-t-stone-950\\/65 { + border-top-color: #0c0a09a6; +} + .border-t-stone-950\\/70 { border-top-color: #0c0a09b3; } @@ -297222,6 +407834,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0c0a09cc; } +.border-t-stone-950\\/85 { + border-top-color: #0c0a09d9; +} + .border-t-stone-950\\/90 { border-top-color: #0c0a09e6; } @@ -297247,6 +407863,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ccfbf1; } +.border-t-teal-100\\/15 { + border-top-color: #ccfbf126; +} + .border-t-teal-100\\/20 { border-top-color: #ccfbf133; } @@ -297259,10 +407879,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ccfbf14d; } +.border-t-teal-100\\/35 { + border-top-color: #ccfbf159; +} + .border-t-teal-100\\/40 { border-top-color: #ccfbf166; } +.border-t-teal-100\\/45 { + border-top-color: #ccfbf173; +} + .border-t-teal-100\\/5 { border-top-color: #ccfbf10d; } @@ -297271,10 +407899,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ccfbf180; } +.border-t-teal-100\\/55 { + border-top-color: #ccfbf18c; +} + .border-t-teal-100\\/60 { border-top-color: #ccfbf199; } +.border-t-teal-100\\/65 { + border-top-color: #ccfbf1a6; +} + .border-t-teal-100\\/70 { border-top-color: #ccfbf1b3; } @@ -297287,6 +407923,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ccfbf1cc; } +.border-t-teal-100\\/85 { + border-top-color: #ccfbf1d9; +} + .border-t-teal-100\\/90 { border-top-color: #ccfbf1e6; } @@ -297312,6 +407952,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #99f6e4; } +.border-t-teal-200\\/15 { + border-top-color: #99f6e426; +} + .border-t-teal-200\\/20 { border-top-color: #99f6e433; } @@ -297324,10 +407968,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #99f6e44d; } +.border-t-teal-200\\/35 { + border-top-color: #99f6e459; +} + .border-t-teal-200\\/40 { border-top-color: #99f6e466; } +.border-t-teal-200\\/45 { + border-top-color: #99f6e473; +} + .border-t-teal-200\\/5 { border-top-color: #99f6e40d; } @@ -297336,10 +407988,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #99f6e480; } +.border-t-teal-200\\/55 { + border-top-color: #99f6e48c; +} + .border-t-teal-200\\/60 { border-top-color: #99f6e499; } +.border-t-teal-200\\/65 { + border-top-color: #99f6e4a6; +} + .border-t-teal-200\\/70 { border-top-color: #99f6e4b3; } @@ -297352,6 +408012,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #99f6e4cc; } +.border-t-teal-200\\/85 { + border-top-color: #99f6e4d9; +} + .border-t-teal-200\\/90 { border-top-color: #99f6e4e6; } @@ -297377,6 +408041,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5eead4; } +.border-t-teal-300\\/15 { + border-top-color: #5eead426; +} + .border-t-teal-300\\/20 { border-top-color: #5eead433; } @@ -297389,10 +408057,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5eead44d; } +.border-t-teal-300\\/35 { + border-top-color: #5eead459; +} + .border-t-teal-300\\/40 { border-top-color: #5eead466; } +.border-t-teal-300\\/45 { + border-top-color: #5eead473; +} + .border-t-teal-300\\/5 { border-top-color: #5eead40d; } @@ -297401,10 +408077,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5eead480; } +.border-t-teal-300\\/55 { + border-top-color: #5eead48c; +} + .border-t-teal-300\\/60 { border-top-color: #5eead499; } +.border-t-teal-300\\/65 { + border-top-color: #5eead4a6; +} + .border-t-teal-300\\/70 { border-top-color: #5eead4b3; } @@ -297417,6 +408101,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5eead4cc; } +.border-t-teal-300\\/85 { + border-top-color: #5eead4d9; +} + .border-t-teal-300\\/90 { border-top-color: #5eead4e6; } @@ -297442,6 +408130,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2dd4bf; } +.border-t-teal-400\\/15 { + border-top-color: #2dd4bf26; +} + .border-t-teal-400\\/20 { border-top-color: #2dd4bf33; } @@ -297454,10 +408146,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2dd4bf4d; } +.border-t-teal-400\\/35 { + border-top-color: #2dd4bf59; +} + .border-t-teal-400\\/40 { border-top-color: #2dd4bf66; } +.border-t-teal-400\\/45 { + border-top-color: #2dd4bf73; +} + .border-t-teal-400\\/5 { border-top-color: #2dd4bf0d; } @@ -297466,10 +408166,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2dd4bf80; } +.border-t-teal-400\\/55 { + border-top-color: #2dd4bf8c; +} + .border-t-teal-400\\/60 { border-top-color: #2dd4bf99; } +.border-t-teal-400\\/65 { + border-top-color: #2dd4bfa6; +} + .border-t-teal-400\\/70 { border-top-color: #2dd4bfb3; } @@ -297482,6 +408190,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2dd4bfcc; } +.border-t-teal-400\\/85 { + border-top-color: #2dd4bfd9; +} + .border-t-teal-400\\/90 { border-top-color: #2dd4bfe6; } @@ -297507,6 +408219,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdfa; } +.border-t-teal-50\\/15 { + border-top-color: #f0fdfa26; +} + .border-t-teal-50\\/20 { border-top-color: #f0fdfa33; } @@ -297519,10 +408235,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdfa4d; } +.border-t-teal-50\\/35 { + border-top-color: #f0fdfa59; +} + .border-t-teal-50\\/40 { border-top-color: #f0fdfa66; } +.border-t-teal-50\\/45 { + border-top-color: #f0fdfa73; +} + .border-t-teal-50\\/5 { border-top-color: #f0fdfa0d; } @@ -297531,10 +408255,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdfa80; } +.border-t-teal-50\\/55 { + border-top-color: #f0fdfa8c; +} + .border-t-teal-50\\/60 { border-top-color: #f0fdfa99; } +.border-t-teal-50\\/65 { + border-top-color: #f0fdfaa6; +} + .border-t-teal-50\\/70 { border-top-color: #f0fdfab3; } @@ -297547,6 +408279,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f0fdfacc; } +.border-t-teal-50\\/85 { + border-top-color: #f0fdfad9; +} + .border-t-teal-50\\/90 { border-top-color: #f0fdfae6; } @@ -297572,6 +408308,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14b8a6; } +.border-t-teal-500\\/15 { + border-top-color: #14b8a626; +} + .border-t-teal-500\\/20 { border-top-color: #14b8a633; } @@ -297584,10 +408324,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14b8a64d; } +.border-t-teal-500\\/35 { + border-top-color: #14b8a659; +} + .border-t-teal-500\\/40 { border-top-color: #14b8a666; } +.border-t-teal-500\\/45 { + border-top-color: #14b8a673; +} + .border-t-teal-500\\/5 { border-top-color: #14b8a60d; } @@ -297596,10 +408344,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14b8a680; } +.border-t-teal-500\\/55 { + border-top-color: #14b8a68c; +} + .border-t-teal-500\\/60 { border-top-color: #14b8a699; } +.border-t-teal-500\\/65 { + border-top-color: #14b8a6a6; +} + .border-t-teal-500\\/70 { border-top-color: #14b8a6b3; } @@ -297612,6 +408368,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #14b8a6cc; } +.border-t-teal-500\\/85 { + border-top-color: #14b8a6d9; +} + .border-t-teal-500\\/90 { border-top-color: #14b8a6e6; } @@ -297637,6 +408397,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0d9488; } +.border-t-teal-600\\/15 { + border-top-color: #0d948826; +} + .border-t-teal-600\\/20 { border-top-color: #0d948833; } @@ -297649,10 +408413,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0d94884d; } +.border-t-teal-600\\/35 { + border-top-color: #0d948859; +} + .border-t-teal-600\\/40 { border-top-color: #0d948866; } +.border-t-teal-600\\/45 { + border-top-color: #0d948873; +} + .border-t-teal-600\\/5 { border-top-color: #0d94880d; } @@ -297661,10 +408433,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0d948880; } +.border-t-teal-600\\/55 { + border-top-color: #0d94888c; +} + .border-t-teal-600\\/60 { border-top-color: #0d948899; } +.border-t-teal-600\\/65 { + border-top-color: #0d9488a6; +} + .border-t-teal-600\\/70 { border-top-color: #0d9488b3; } @@ -297677,6 +408457,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0d9488cc; } +.border-t-teal-600\\/85 { + border-top-color: #0d9488d9; +} + .border-t-teal-600\\/90 { border-top-color: #0d9488e6; } @@ -297702,6 +408486,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f766e; } +.border-t-teal-700\\/15 { + border-top-color: #0f766e26; +} + .border-t-teal-700\\/20 { border-top-color: #0f766e33; } @@ -297714,10 +408502,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f766e4d; } +.border-t-teal-700\\/35 { + border-top-color: #0f766e59; +} + .border-t-teal-700\\/40 { border-top-color: #0f766e66; } +.border-t-teal-700\\/45 { + border-top-color: #0f766e73; +} + .border-t-teal-700\\/5 { border-top-color: #0f766e0d; } @@ -297726,10 +408522,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f766e80; } +.border-t-teal-700\\/55 { + border-top-color: #0f766e8c; +} + .border-t-teal-700\\/60 { border-top-color: #0f766e99; } +.border-t-teal-700\\/65 { + border-top-color: #0f766ea6; +} + .border-t-teal-700\\/70 { border-top-color: #0f766eb3; } @@ -297742,6 +408546,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0f766ecc; } +.border-t-teal-700\\/85 { + border-top-color: #0f766ed9; +} + .border-t-teal-700\\/90 { border-top-color: #0f766ee6; } @@ -297767,6 +408575,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #115e59; } +.border-t-teal-800\\/15 { + border-top-color: #115e5926; +} + .border-t-teal-800\\/20 { border-top-color: #115e5933; } @@ -297779,10 +408591,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #115e594d; } +.border-t-teal-800\\/35 { + border-top-color: #115e5959; +} + .border-t-teal-800\\/40 { border-top-color: #115e5966; } +.border-t-teal-800\\/45 { + border-top-color: #115e5973; +} + .border-t-teal-800\\/5 { border-top-color: #115e590d; } @@ -297791,10 +408611,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #115e5980; } +.border-t-teal-800\\/55 { + border-top-color: #115e598c; +} + .border-t-teal-800\\/60 { border-top-color: #115e5999; } +.border-t-teal-800\\/65 { + border-top-color: #115e59a6; +} + .border-t-teal-800\\/70 { border-top-color: #115e59b3; } @@ -297807,6 +408635,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #115e59cc; } +.border-t-teal-800\\/85 { + border-top-color: #115e59d9; +} + .border-t-teal-800\\/90 { border-top-color: #115e59e6; } @@ -297832,6 +408664,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #134e4a; } +.border-t-teal-900\\/15 { + border-top-color: #134e4a26; +} + .border-t-teal-900\\/20 { border-top-color: #134e4a33; } @@ -297844,10 +408680,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #134e4a4d; } +.border-t-teal-900\\/35 { + border-top-color: #134e4a59; +} + .border-t-teal-900\\/40 { border-top-color: #134e4a66; } +.border-t-teal-900\\/45 { + border-top-color: #134e4a73; +} + .border-t-teal-900\\/5 { border-top-color: #134e4a0d; } @@ -297856,10 +408700,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #134e4a80; } +.border-t-teal-900\\/55 { + border-top-color: #134e4a8c; +} + .border-t-teal-900\\/60 { border-top-color: #134e4a99; } +.border-t-teal-900\\/65 { + border-top-color: #134e4aa6; +} + .border-t-teal-900\\/70 { border-top-color: #134e4ab3; } @@ -297872,6 +408724,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #134e4acc; } +.border-t-teal-900\\/85 { + border-top-color: #134e4ad9; +} + .border-t-teal-900\\/90 { border-top-color: #134e4ae6; } @@ -297897,6 +408753,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #042f2e; } +.border-t-teal-950\\/15 { + border-top-color: #042f2e26; +} + .border-t-teal-950\\/20 { border-top-color: #042f2e33; } @@ -297909,10 +408769,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #042f2e4d; } +.border-t-teal-950\\/35 { + border-top-color: #042f2e59; +} + .border-t-teal-950\\/40 { border-top-color: #042f2e66; } +.border-t-teal-950\\/45 { + border-top-color: #042f2e73; +} + .border-t-teal-950\\/5 { border-top-color: #042f2e0d; } @@ -297921,10 +408789,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #042f2e80; } +.border-t-teal-950\\/55 { + border-top-color: #042f2e8c; +} + .border-t-teal-950\\/60 { border-top-color: #042f2e99; } +.border-t-teal-950\\/65 { + border-top-color: #042f2ea6; +} + .border-t-teal-950\\/70 { border-top-color: #042f2eb3; } @@ -297937,6 +408813,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #042f2ecc; } +.border-t-teal-950\\/85 { + border-top-color: #042f2ed9; +} + .border-t-teal-950\\/90 { border-top-color: #042f2ee6; } @@ -297957,6 +408837,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #000; } +.border-t-transparent\\/15 { + border-top-color: #00000026; +} + .border-t-transparent\\/20 { border-top-color: #0003; } @@ -297969,10 +408853,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #0000004d; } +.border-t-transparent\\/35 { + border-top-color: #00000059; +} + .border-t-transparent\\/40 { border-top-color: #0006; } +.border-t-transparent\\/45 { + border-top-color: #00000073; +} + .border-t-transparent\\/5 { border-top-color: #0000000d; } @@ -297981,10 +408873,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #00000080; } +.border-t-transparent\\/55 { + border-top-color: #0000008c; +} + .border-t-transparent\\/60 { border-top-color: #0009; } +.border-t-transparent\\/65 { + border-top-color: #000000a6; +} + .border-t-transparent\\/70 { border-top-color: #000000b3; } @@ -297997,6 +408897,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #000c; } +.border-t-transparent\\/85 { + border-top-color: #000000d9; +} + .border-t-transparent\\/90 { border-top-color: #000000e6; } @@ -298022,6 +408926,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ede9fe; } +.border-t-violet-100\\/15 { + border-top-color: #ede9fe26; +} + .border-t-violet-100\\/20 { border-top-color: #ede9fe33; } @@ -298034,10 +408942,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ede9fe4d; } +.border-t-violet-100\\/35 { + border-top-color: #ede9fe59; +} + .border-t-violet-100\\/40 { border-top-color: #ede9fe66; } +.border-t-violet-100\\/45 { + border-top-color: #ede9fe73; +} + .border-t-violet-100\\/5 { border-top-color: #ede9fe0d; } @@ -298046,10 +408962,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ede9fe80; } +.border-t-violet-100\\/55 { + border-top-color: #ede9fe8c; +} + .border-t-violet-100\\/60 { border-top-color: #ede9fe99; } +.border-t-violet-100\\/65 { + border-top-color: #ede9fea6; +} + .border-t-violet-100\\/70 { border-top-color: #ede9feb3; } @@ -298062,6 +408986,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ede9fecc; } +.border-t-violet-100\\/85 { + border-top-color: #ede9fed9; +} + .border-t-violet-100\\/90 { border-top-color: #ede9fee6; } @@ -298087,6 +409015,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ddd6fe; } +.border-t-violet-200\\/15 { + border-top-color: #ddd6fe26; +} + .border-t-violet-200\\/20 { border-top-color: #ddd6fe33; } @@ -298099,10 +409031,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ddd6fe4d; } +.border-t-violet-200\\/35 { + border-top-color: #ddd6fe59; +} + .border-t-violet-200\\/40 { border-top-color: #ddd6fe66; } +.border-t-violet-200\\/45 { + border-top-color: #ddd6fe73; +} + .border-t-violet-200\\/5 { border-top-color: #ddd6fe0d; } @@ -298111,10 +409051,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ddd6fe80; } +.border-t-violet-200\\/55 { + border-top-color: #ddd6fe8c; +} + .border-t-violet-200\\/60 { border-top-color: #ddd6fe99; } +.border-t-violet-200\\/65 { + border-top-color: #ddd6fea6; +} + .border-t-violet-200\\/70 { border-top-color: #ddd6feb3; } @@ -298127,6 +409075,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ddd6fecc; } +.border-t-violet-200\\/85 { + border-top-color: #ddd6fed9; +} + .border-t-violet-200\\/90 { border-top-color: #ddd6fee6; } @@ -298152,6 +409104,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c4b5fd; } +.border-t-violet-300\\/15 { + border-top-color: #c4b5fd26; +} + .border-t-violet-300\\/20 { border-top-color: #c4b5fd33; } @@ -298164,10 +409120,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c4b5fd4d; } +.border-t-violet-300\\/35 { + border-top-color: #c4b5fd59; +} + .border-t-violet-300\\/40 { border-top-color: #c4b5fd66; } +.border-t-violet-300\\/45 { + border-top-color: #c4b5fd73; +} + .border-t-violet-300\\/5 { border-top-color: #c4b5fd0d; } @@ -298176,10 +409140,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c4b5fd80; } +.border-t-violet-300\\/55 { + border-top-color: #c4b5fd8c; +} + .border-t-violet-300\\/60 { border-top-color: #c4b5fd99; } +.border-t-violet-300\\/65 { + border-top-color: #c4b5fda6; +} + .border-t-violet-300\\/70 { border-top-color: #c4b5fdb3; } @@ -298192,6 +409164,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #c4b5fdcc; } +.border-t-violet-300\\/85 { + border-top-color: #c4b5fdd9; +} + .border-t-violet-300\\/90 { border-top-color: #c4b5fde6; } @@ -298217,6 +409193,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a78bfa; } +.border-t-violet-400\\/15 { + border-top-color: #a78bfa26; +} + .border-t-violet-400\\/20 { border-top-color: #a78bfa33; } @@ -298229,10 +409209,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a78bfa4d; } +.border-t-violet-400\\/35 { + border-top-color: #a78bfa59; +} + .border-t-violet-400\\/40 { border-top-color: #a78bfa66; } +.border-t-violet-400\\/45 { + border-top-color: #a78bfa73; +} + .border-t-violet-400\\/5 { border-top-color: #a78bfa0d; } @@ -298241,10 +409229,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a78bfa80; } +.border-t-violet-400\\/55 { + border-top-color: #a78bfa8c; +} + .border-t-violet-400\\/60 { border-top-color: #a78bfa99; } +.border-t-violet-400\\/65 { + border-top-color: #a78bfaa6; +} + .border-t-violet-400\\/70 { border-top-color: #a78bfab3; } @@ -298257,6 +409253,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a78bfacc; } +.border-t-violet-400\\/85 { + border-top-color: #a78bfad9; +} + .border-t-violet-400\\/90 { border-top-color: #a78bfae6; } @@ -298282,6 +409282,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f3ff; } +.border-t-violet-50\\/15 { + border-top-color: #f5f3ff26; +} + .border-t-violet-50\\/20 { border-top-color: #f5f3ff33; } @@ -298294,10 +409298,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f3ff4d; } +.border-t-violet-50\\/35 { + border-top-color: #f5f3ff59; +} + .border-t-violet-50\\/40 { border-top-color: #f5f3ff66; } +.border-t-violet-50\\/45 { + border-top-color: #f5f3ff73; +} + .border-t-violet-50\\/5 { border-top-color: #f5f3ff0d; } @@ -298306,10 +409318,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f3ff80; } +.border-t-violet-50\\/55 { + border-top-color: #f5f3ff8c; +} + .border-t-violet-50\\/60 { border-top-color: #f5f3ff99; } +.border-t-violet-50\\/65 { + border-top-color: #f5f3ffa6; +} + .border-t-violet-50\\/70 { border-top-color: #f5f3ffb3; } @@ -298322,6 +409342,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f5f3ffcc; } +.border-t-violet-50\\/85 { + border-top-color: #f5f3ffd9; +} + .border-t-violet-50\\/90 { border-top-color: #f5f3ffe6; } @@ -298347,6 +409371,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #8b5cf6; } +.border-t-violet-500\\/15 { + border-top-color: #8b5cf626; +} + .border-t-violet-500\\/20 { border-top-color: #8b5cf633; } @@ -298359,10 +409387,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #8b5cf64d; } +.border-t-violet-500\\/35 { + border-top-color: #8b5cf659; +} + .border-t-violet-500\\/40 { border-top-color: #8b5cf666; } +.border-t-violet-500\\/45 { + border-top-color: #8b5cf673; +} + .border-t-violet-500\\/5 { border-top-color: #8b5cf60d; } @@ -298371,10 +409407,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #8b5cf680; } +.border-t-violet-500\\/55 { + border-top-color: #8b5cf68c; +} + .border-t-violet-500\\/60 { border-top-color: #8b5cf699; } +.border-t-violet-500\\/65 { + border-top-color: #8b5cf6a6; +} + .border-t-violet-500\\/70 { border-top-color: #8b5cf6b3; } @@ -298387,6 +409431,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #8b5cf6cc; } +.border-t-violet-500\\/85 { + border-top-color: #8b5cf6d9; +} + .border-t-violet-500\\/90 { border-top-color: #8b5cf6e6; } @@ -298412,6 +409460,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c3aed; } +.border-t-violet-600\\/15 { + border-top-color: #7c3aed26; +} + .border-t-violet-600\\/20 { border-top-color: #7c3aed33; } @@ -298424,10 +409476,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c3aed4d; } +.border-t-violet-600\\/35 { + border-top-color: #7c3aed59; +} + .border-t-violet-600\\/40 { border-top-color: #7c3aed66; } +.border-t-violet-600\\/45 { + border-top-color: #7c3aed73; +} + .border-t-violet-600\\/5 { border-top-color: #7c3aed0d; } @@ -298436,10 +409496,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c3aed80; } +.border-t-violet-600\\/55 { + border-top-color: #7c3aed8c; +} + .border-t-violet-600\\/60 { border-top-color: #7c3aed99; } +.border-t-violet-600\\/65 { + border-top-color: #7c3aeda6; +} + .border-t-violet-600\\/70 { border-top-color: #7c3aedb3; } @@ -298452,6 +409520,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #7c3aedcc; } +.border-t-violet-600\\/85 { + border-top-color: #7c3aedd9; +} + .border-t-violet-600\\/90 { border-top-color: #7c3aede6; } @@ -298477,6 +409549,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6d28d9; } +.border-t-violet-700\\/15 { + border-top-color: #6d28d926; +} + .border-t-violet-700\\/20 { border-top-color: #6d28d933; } @@ -298489,10 +409565,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6d28d94d; } +.border-t-violet-700\\/35 { + border-top-color: #6d28d959; +} + .border-t-violet-700\\/40 { border-top-color: #6d28d966; } +.border-t-violet-700\\/45 { + border-top-color: #6d28d973; +} + .border-t-violet-700\\/5 { border-top-color: #6d28d90d; } @@ -298501,10 +409585,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6d28d980; } +.border-t-violet-700\\/55 { + border-top-color: #6d28d98c; +} + .border-t-violet-700\\/60 { border-top-color: #6d28d999; } +.border-t-violet-700\\/65 { + border-top-color: #6d28d9a6; +} + .border-t-violet-700\\/70 { border-top-color: #6d28d9b3; } @@ -298517,6 +409609,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #6d28d9cc; } +.border-t-violet-700\\/85 { + border-top-color: #6d28d9d9; +} + .border-t-violet-700\\/90 { border-top-color: #6d28d9e6; } @@ -298542,6 +409638,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5b21b6; } +.border-t-violet-800\\/15 { + border-top-color: #5b21b626; +} + .border-t-violet-800\\/20 { border-top-color: #5b21b633; } @@ -298554,10 +409654,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5b21b64d; } +.border-t-violet-800\\/35 { + border-top-color: #5b21b659; +} + .border-t-violet-800\\/40 { border-top-color: #5b21b666; } +.border-t-violet-800\\/45 { + border-top-color: #5b21b673; +} + .border-t-violet-800\\/5 { border-top-color: #5b21b60d; } @@ -298566,10 +409674,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5b21b680; } +.border-t-violet-800\\/55 { + border-top-color: #5b21b68c; +} + .border-t-violet-800\\/60 { border-top-color: #5b21b699; } +.border-t-violet-800\\/65 { + border-top-color: #5b21b6a6; +} + .border-t-violet-800\\/70 { border-top-color: #5b21b6b3; } @@ -298582,6 +409698,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #5b21b6cc; } +.border-t-violet-800\\/85 { + border-top-color: #5b21b6d9; +} + .border-t-violet-800\\/90 { border-top-color: #5b21b6e6; } @@ -298607,6 +409727,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c1d95; } +.border-t-violet-900\\/15 { + border-top-color: #4c1d9526; +} + .border-t-violet-900\\/20 { border-top-color: #4c1d9533; } @@ -298619,10 +409743,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c1d954d; } +.border-t-violet-900\\/35 { + border-top-color: #4c1d9559; +} + .border-t-violet-900\\/40 { border-top-color: #4c1d9566; } +.border-t-violet-900\\/45 { + border-top-color: #4c1d9573; +} + .border-t-violet-900\\/5 { border-top-color: #4c1d950d; } @@ -298631,10 +409763,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c1d9580; } +.border-t-violet-900\\/55 { + border-top-color: #4c1d958c; +} + .border-t-violet-900\\/60 { border-top-color: #4c1d9599; } +.border-t-violet-900\\/65 { + border-top-color: #4c1d95a6; +} + .border-t-violet-900\\/70 { border-top-color: #4c1d95b3; } @@ -298647,6 +409787,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4c1d95cc; } +.border-t-violet-900\\/85 { + border-top-color: #4c1d95d9; +} + .border-t-violet-900\\/90 { border-top-color: #4c1d95e6; } @@ -298672,6 +409816,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2e1065; } +.border-t-violet-950\\/15 { + border-top-color: #2e106526; +} + .border-t-violet-950\\/20 { border-top-color: #2e106533; } @@ -298684,10 +409832,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2e10654d; } +.border-t-violet-950\\/35 { + border-top-color: #2e106559; +} + .border-t-violet-950\\/40 { border-top-color: #2e106566; } +.border-t-violet-950\\/45 { + border-top-color: #2e106573; +} + .border-t-violet-950\\/5 { border-top-color: #2e10650d; } @@ -298696,10 +409852,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2e106580; } +.border-t-violet-950\\/55 { + border-top-color: #2e10658c; +} + .border-t-violet-950\\/60 { border-top-color: #2e106599; } +.border-t-violet-950\\/65 { + border-top-color: #2e1065a6; +} + .border-t-violet-950\\/70 { border-top-color: #2e1065b3; } @@ -298712,6 +409876,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #2e1065cc; } +.border-t-violet-950\\/85 { + border-top-color: #2e1065d9; +} + .border-t-violet-950\\/90 { border-top-color: #2e1065e6; } @@ -298737,6 +409905,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fff; } +.border-t-white\\/15 { + border-top-color: #ffffff26; +} + .border-t-white\\/20 { border-top-color: #fff3; } @@ -298749,10 +409921,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffffff4d; } +.border-t-white\\/35 { + border-top-color: #ffffff59; +} + .border-t-white\\/40 { border-top-color: #fff6; } +.border-t-white\\/45 { + border-top-color: #ffffff73; +} + .border-t-white\\/5 { border-top-color: #ffffff0d; } @@ -298761,10 +409941,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ffffff80; } +.border-t-white\\/55 { + border-top-color: #ffffff8c; +} + .border-t-white\\/60 { border-top-color: #fff9; } +.border-t-white\\/65 { + border-top-color: #ffffffa6; +} + .border-t-white\\/70 { border-top-color: #ffffffb3; } @@ -298777,6 +409965,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fffc; } +.border-t-white\\/85 { + border-top-color: #ffffffd9; +} + .border-t-white\\/90 { border-top-color: #ffffffe6; } @@ -298802,6 +409994,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef9c3; } +.border-t-yellow-100\\/15 { + border-top-color: #fef9c326; +} + .border-t-yellow-100\\/20 { border-top-color: #fef9c333; } @@ -298814,10 +410010,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef9c34d; } +.border-t-yellow-100\\/35 { + border-top-color: #fef9c359; +} + .border-t-yellow-100\\/40 { border-top-color: #fef9c366; } +.border-t-yellow-100\\/45 { + border-top-color: #fef9c373; +} + .border-t-yellow-100\\/5 { border-top-color: #fef9c30d; } @@ -298826,10 +410030,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef9c380; } +.border-t-yellow-100\\/55 { + border-top-color: #fef9c38c; +} + .border-t-yellow-100\\/60 { border-top-color: #fef9c399; } +.border-t-yellow-100\\/65 { + border-top-color: #fef9c3a6; +} + .border-t-yellow-100\\/70 { border-top-color: #fef9c3b3; } @@ -298842,6 +410054,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef9c3cc; } +.border-t-yellow-100\\/85 { + border-top-color: #fef9c3d9; +} + .border-t-yellow-100\\/90 { border-top-color: #fef9c3e6; } @@ -298867,6 +410083,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef08a; } +.border-t-yellow-200\\/15 { + border-top-color: #fef08a26; +} + .border-t-yellow-200\\/20 { border-top-color: #fef08a33; } @@ -298879,10 +410099,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef08a4d; } +.border-t-yellow-200\\/35 { + border-top-color: #fef08a59; +} + .border-t-yellow-200\\/40 { border-top-color: #fef08a66; } +.border-t-yellow-200\\/45 { + border-top-color: #fef08a73; +} + .border-t-yellow-200\\/5 { border-top-color: #fef08a0d; } @@ -298891,10 +410119,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef08a80; } +.border-t-yellow-200\\/55 { + border-top-color: #fef08a8c; +} + .border-t-yellow-200\\/60 { border-top-color: #fef08a99; } +.border-t-yellow-200\\/65 { + border-top-color: #fef08aa6; +} + .border-t-yellow-200\\/70 { border-top-color: #fef08ab3; } @@ -298907,6 +410143,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fef08acc; } +.border-t-yellow-200\\/85 { + border-top-color: #fef08ad9; +} + .border-t-yellow-200\\/90 { border-top-color: #fef08ae6; } @@ -298932,6 +410172,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde047; } +.border-t-yellow-300\\/15 { + border-top-color: #fde04726; +} + .border-t-yellow-300\\/20 { border-top-color: #fde04733; } @@ -298944,10 +410188,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde0474d; } +.border-t-yellow-300\\/35 { + border-top-color: #fde04759; +} + .border-t-yellow-300\\/40 { border-top-color: #fde04766; } +.border-t-yellow-300\\/45 { + border-top-color: #fde04773; +} + .border-t-yellow-300\\/5 { border-top-color: #fde0470d; } @@ -298956,10 +410208,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde04780; } +.border-t-yellow-300\\/55 { + border-top-color: #fde0478c; +} + .border-t-yellow-300\\/60 { border-top-color: #fde04799; } +.border-t-yellow-300\\/65 { + border-top-color: #fde047a6; +} + .border-t-yellow-300\\/70 { border-top-color: #fde047b3; } @@ -298972,6 +410232,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fde047cc; } +.border-t-yellow-300\\/85 { + border-top-color: #fde047d9; +} + .border-t-yellow-300\\/90 { border-top-color: #fde047e6; } @@ -298997,6 +410261,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #facc15; } +.border-t-yellow-400\\/15 { + border-top-color: #facc1526; +} + .border-t-yellow-400\\/20 { border-top-color: #facc1533; } @@ -299009,10 +410277,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #facc154d; } +.border-t-yellow-400\\/35 { + border-top-color: #facc1559; +} + .border-t-yellow-400\\/40 { border-top-color: #facc1566; } +.border-t-yellow-400\\/45 { + border-top-color: #facc1573; +} + .border-t-yellow-400\\/5 { border-top-color: #facc150d; } @@ -299021,10 +410297,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #facc1580; } +.border-t-yellow-400\\/55 { + border-top-color: #facc158c; +} + .border-t-yellow-400\\/60 { border-top-color: #facc1599; } +.border-t-yellow-400\\/65 { + border-top-color: #facc15a6; +} + .border-t-yellow-400\\/70 { border-top-color: #facc15b3; } @@ -299037,6 +410321,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #facc15cc; } +.border-t-yellow-400\\/85 { + border-top-color: #facc15d9; +} + .border-t-yellow-400\\/90 { border-top-color: #facc15e6; } @@ -299062,6 +410350,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fefce8; } +.border-t-yellow-50\\/15 { + border-top-color: #fefce826; +} + .border-t-yellow-50\\/20 { border-top-color: #fefce833; } @@ -299074,10 +410366,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fefce84d; } +.border-t-yellow-50\\/35 { + border-top-color: #fefce859; +} + .border-t-yellow-50\\/40 { border-top-color: #fefce866; } +.border-t-yellow-50\\/45 { + border-top-color: #fefce873; +} + .border-t-yellow-50\\/5 { border-top-color: #fefce80d; } @@ -299086,10 +410386,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fefce880; } +.border-t-yellow-50\\/55 { + border-top-color: #fefce88c; +} + .border-t-yellow-50\\/60 { border-top-color: #fefce899; } +.border-t-yellow-50\\/65 { + border-top-color: #fefce8a6; +} + .border-t-yellow-50\\/70 { border-top-color: #fefce8b3; } @@ -299102,6 +410410,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fefce8cc; } +.border-t-yellow-50\\/85 { + border-top-color: #fefce8d9; +} + .border-t-yellow-50\\/90 { border-top-color: #fefce8e6; } @@ -299127,6 +410439,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eab308; } +.border-t-yellow-500\\/15 { + border-top-color: #eab30826; +} + .border-t-yellow-500\\/20 { border-top-color: #eab30833; } @@ -299139,10 +410455,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eab3084d; } +.border-t-yellow-500\\/35 { + border-top-color: #eab30859; +} + .border-t-yellow-500\\/40 { border-top-color: #eab30866; } +.border-t-yellow-500\\/45 { + border-top-color: #eab30873; +} + .border-t-yellow-500\\/5 { border-top-color: #eab3080d; } @@ -299151,10 +410475,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eab30880; } +.border-t-yellow-500\\/55 { + border-top-color: #eab3088c; +} + .border-t-yellow-500\\/60 { border-top-color: #eab30899; } +.border-t-yellow-500\\/65 { + border-top-color: #eab308a6; +} + .border-t-yellow-500\\/70 { border-top-color: #eab308b3; } @@ -299167,6 +410499,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #eab308cc; } +.border-t-yellow-500\\/85 { + border-top-color: #eab308d9; +} + .border-t-yellow-500\\/90 { border-top-color: #eab308e6; } @@ -299192,6 +410528,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ca8a04; } +.border-t-yellow-600\\/15 { + border-top-color: #ca8a0426; +} + .border-t-yellow-600\\/20 { border-top-color: #ca8a0433; } @@ -299204,10 +410544,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ca8a044d; } +.border-t-yellow-600\\/35 { + border-top-color: #ca8a0459; +} + .border-t-yellow-600\\/40 { border-top-color: #ca8a0466; } +.border-t-yellow-600\\/45 { + border-top-color: #ca8a0473; +} + .border-t-yellow-600\\/5 { border-top-color: #ca8a040d; } @@ -299216,10 +410564,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ca8a0480; } +.border-t-yellow-600\\/55 { + border-top-color: #ca8a048c; +} + .border-t-yellow-600\\/60 { border-top-color: #ca8a0499; } +.border-t-yellow-600\\/65 { + border-top-color: #ca8a04a6; +} + .border-t-yellow-600\\/70 { border-top-color: #ca8a04b3; } @@ -299232,6 +410588,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #ca8a04cc; } +.border-t-yellow-600\\/85 { + border-top-color: #ca8a04d9; +} + .border-t-yellow-600\\/90 { border-top-color: #ca8a04e6; } @@ -299257,6 +410617,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a16207; } +.border-t-yellow-700\\/15 { + border-top-color: #a1620726; +} + .border-t-yellow-700\\/20 { border-top-color: #a1620733; } @@ -299269,10 +410633,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a162074d; } +.border-t-yellow-700\\/35 { + border-top-color: #a1620759; +} + .border-t-yellow-700\\/40 { border-top-color: #a1620766; } +.border-t-yellow-700\\/45 { + border-top-color: #a1620773; +} + .border-t-yellow-700\\/5 { border-top-color: #a162070d; } @@ -299281,10 +410653,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a1620780; } +.border-t-yellow-700\\/55 { + border-top-color: #a162078c; +} + .border-t-yellow-700\\/60 { border-top-color: #a1620799; } +.border-t-yellow-700\\/65 { + border-top-color: #a16207a6; +} + .border-t-yellow-700\\/70 { border-top-color: #a16207b3; } @@ -299297,6 +410677,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a16207cc; } +.border-t-yellow-700\\/85 { + border-top-color: #a16207d9; +} + .border-t-yellow-700\\/90 { border-top-color: #a16207e6; } @@ -299322,6 +410706,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #854d0e; } +.border-t-yellow-800\\/15 { + border-top-color: #854d0e26; +} + .border-t-yellow-800\\/20 { border-top-color: #854d0e33; } @@ -299334,10 +410722,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #854d0e4d; } +.border-t-yellow-800\\/35 { + border-top-color: #854d0e59; +} + .border-t-yellow-800\\/40 { border-top-color: #854d0e66; } +.border-t-yellow-800\\/45 { + border-top-color: #854d0e73; +} + .border-t-yellow-800\\/5 { border-top-color: #854d0e0d; } @@ -299346,10 +410742,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #854d0e80; } +.border-t-yellow-800\\/55 { + border-top-color: #854d0e8c; +} + .border-t-yellow-800\\/60 { border-top-color: #854d0e99; } +.border-t-yellow-800\\/65 { + border-top-color: #854d0ea6; +} + .border-t-yellow-800\\/70 { border-top-color: #854d0eb3; } @@ -299362,6 +410766,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #854d0ecc; } +.border-t-yellow-800\\/85 { + border-top-color: #854d0ed9; +} + .border-t-yellow-800\\/90 { border-top-color: #854d0ee6; } @@ -299387,6 +410795,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #713f12; } +.border-t-yellow-900\\/15 { + border-top-color: #713f1226; +} + .border-t-yellow-900\\/20 { border-top-color: #713f1233; } @@ -299399,10 +410811,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #713f124d; } +.border-t-yellow-900\\/35 { + border-top-color: #713f1259; +} + .border-t-yellow-900\\/40 { border-top-color: #713f1266; } +.border-t-yellow-900\\/45 { + border-top-color: #713f1273; +} + .border-t-yellow-900\\/5 { border-top-color: #713f120d; } @@ -299411,10 +410831,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #713f1280; } +.border-t-yellow-900\\/55 { + border-top-color: #713f128c; +} + .border-t-yellow-900\\/60 { border-top-color: #713f1299; } +.border-t-yellow-900\\/65 { + border-top-color: #713f12a6; +} + .border-t-yellow-900\\/70 { border-top-color: #713f12b3; } @@ -299427,6 +410855,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #713f12cc; } +.border-t-yellow-900\\/85 { + border-top-color: #713f12d9; +} + .border-t-yellow-900\\/90 { border-top-color: #713f12e6; } @@ -299452,6 +410884,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #422006; } +.border-t-yellow-950\\/15 { + border-top-color: #42200626; +} + .border-t-yellow-950\\/20 { border-top-color: #42200633; } @@ -299464,10 +410900,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #4220064d; } +.border-t-yellow-950\\/35 { + border-top-color: #42200659; +} + .border-t-yellow-950\\/40 { border-top-color: #42200666; } +.border-t-yellow-950\\/45 { + border-top-color: #42200673; +} + .border-t-yellow-950\\/5 { border-top-color: #4220060d; } @@ -299476,10 +410920,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #42200680; } +.border-t-yellow-950\\/55 { + border-top-color: #4220068c; +} + .border-t-yellow-950\\/60 { border-top-color: #42200699; } +.border-t-yellow-950\\/65 { + border-top-color: #422006a6; +} + .border-t-yellow-950\\/70 { border-top-color: #422006b3; } @@ -299492,6 +410944,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #422006cc; } +.border-t-yellow-950\\/85 { + border-top-color: #422006d9; +} + .border-t-yellow-950\\/90 { border-top-color: #422006e6; } @@ -299517,6 +410973,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f4f4f5; } +.border-t-zinc-100\\/15 { + border-top-color: #f4f4f526; +} + .border-t-zinc-100\\/20 { border-top-color: #f4f4f533; } @@ -299529,10 +410989,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f4f4f54d; } +.border-t-zinc-100\\/35 { + border-top-color: #f4f4f559; +} + .border-t-zinc-100\\/40 { border-top-color: #f4f4f566; } +.border-t-zinc-100\\/45 { + border-top-color: #f4f4f573; +} + .border-t-zinc-100\\/5 { border-top-color: #f4f4f50d; } @@ -299541,10 +411009,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f4f4f580; } +.border-t-zinc-100\\/55 { + border-top-color: #f4f4f58c; +} + .border-t-zinc-100\\/60 { border-top-color: #f4f4f599; } +.border-t-zinc-100\\/65 { + border-top-color: #f4f4f5a6; +} + .border-t-zinc-100\\/70 { border-top-color: #f4f4f5b3; } @@ -299557,6 +411033,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #f4f4f5cc; } +.border-t-zinc-100\\/85 { + border-top-color: #f4f4f5d9; +} + .border-t-zinc-100\\/90 { border-top-color: #f4f4f5e6; } @@ -299582,6 +411062,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e4e4e7; } +.border-t-zinc-200\\/15 { + border-top-color: #e4e4e726; +} + .border-t-zinc-200\\/20 { border-top-color: #e4e4e733; } @@ -299594,10 +411078,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e4e4e74d; } +.border-t-zinc-200\\/35 { + border-top-color: #e4e4e759; +} + .border-t-zinc-200\\/40 { border-top-color: #e4e4e766; } +.border-t-zinc-200\\/45 { + border-top-color: #e4e4e773; +} + .border-t-zinc-200\\/5 { border-top-color: #e4e4e70d; } @@ -299606,10 +411098,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e4e4e780; } +.border-t-zinc-200\\/55 { + border-top-color: #e4e4e78c; +} + .border-t-zinc-200\\/60 { border-top-color: #e4e4e799; } +.border-t-zinc-200\\/65 { + border-top-color: #e4e4e7a6; +} + .border-t-zinc-200\\/70 { border-top-color: #e4e4e7b3; } @@ -299622,6 +411122,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #e4e4e7cc; } +.border-t-zinc-200\\/85 { + border-top-color: #e4e4e7d9; +} + .border-t-zinc-200\\/90 { border-top-color: #e4e4e7e6; } @@ -299647,6 +411151,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d8; } +.border-t-zinc-300\\/15 { + border-top-color: #d4d4d826; +} + .border-t-zinc-300\\/20 { border-top-color: #d4d4d833; } @@ -299659,10 +411167,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d84d; } +.border-t-zinc-300\\/35 { + border-top-color: #d4d4d859; +} + .border-t-zinc-300\\/40 { border-top-color: #d4d4d866; } +.border-t-zinc-300\\/45 { + border-top-color: #d4d4d873; +} + .border-t-zinc-300\\/5 { border-top-color: #d4d4d80d; } @@ -299671,10 +411187,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d880; } +.border-t-zinc-300\\/55 { + border-top-color: #d4d4d88c; +} + .border-t-zinc-300\\/60 { border-top-color: #d4d4d899; } +.border-t-zinc-300\\/65 { + border-top-color: #d4d4d8a6; +} + .border-t-zinc-300\\/70 { border-top-color: #d4d4d8b3; } @@ -299687,6 +411211,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #d4d4d8cc; } +.border-t-zinc-300\\/85 { + border-top-color: #d4d4d8d9; +} + .border-t-zinc-300\\/90 { border-top-color: #d4d4d8e6; } @@ -299712,6 +411240,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a1a1aa; } +.border-t-zinc-400\\/15 { + border-top-color: #a1a1aa26; +} + .border-t-zinc-400\\/20 { border-top-color: #a1a1aa33; } @@ -299724,10 +411256,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a1a1aa4d; } +.border-t-zinc-400\\/35 { + border-top-color: #a1a1aa59; +} + .border-t-zinc-400\\/40 { border-top-color: #a1a1aa66; } +.border-t-zinc-400\\/45 { + border-top-color: #a1a1aa73; +} + .border-t-zinc-400\\/5 { border-top-color: #a1a1aa0d; } @@ -299736,10 +411276,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a1a1aa80; } +.border-t-zinc-400\\/55 { + border-top-color: #a1a1aa8c; +} + .border-t-zinc-400\\/60 { border-top-color: #a1a1aa99; } +.border-t-zinc-400\\/65 { + border-top-color: #a1a1aaa6; +} + .border-t-zinc-400\\/70 { border-top-color: #a1a1aab3; } @@ -299752,6 +411300,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #a1a1aacc; } +.border-t-zinc-400\\/85 { + border-top-color: #a1a1aad9; +} + .border-t-zinc-400\\/90 { border-top-color: #a1a1aae6; } @@ -299777,6 +411329,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafa; } +.border-t-zinc-50\\/15 { + border-top-color: #fafafa26; +} + .border-t-zinc-50\\/20 { border-top-color: #fafafa33; } @@ -299789,10 +411345,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafa4d; } +.border-t-zinc-50\\/35 { + border-top-color: #fafafa59; +} + .border-t-zinc-50\\/40 { border-top-color: #fafafa66; } +.border-t-zinc-50\\/45 { + border-top-color: #fafafa73; +} + .border-t-zinc-50\\/5 { border-top-color: #fafafa0d; } @@ -299801,10 +411365,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafa80; } +.border-t-zinc-50\\/55 { + border-top-color: #fafafa8c; +} + .border-t-zinc-50\\/60 { border-top-color: #fafafa99; } +.border-t-zinc-50\\/65 { + border-top-color: #fafafaa6; +} + .border-t-zinc-50\\/70 { border-top-color: #fafafab3; } @@ -299817,6 +411389,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #fafafacc; } +.border-t-zinc-50\\/85 { + border-top-color: #fafafad9; +} + .border-t-zinc-50\\/90 { border-top-color: #fafafae6; } @@ -299842,6 +411418,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #71717a; } +.border-t-zinc-500\\/15 { + border-top-color: #71717a26; +} + .border-t-zinc-500\\/20 { border-top-color: #71717a33; } @@ -299854,10 +411434,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #71717a4d; } +.border-t-zinc-500\\/35 { + border-top-color: #71717a59; +} + .border-t-zinc-500\\/40 { border-top-color: #71717a66; } +.border-t-zinc-500\\/45 { + border-top-color: #71717a73; +} + .border-t-zinc-500\\/5 { border-top-color: #71717a0d; } @@ -299866,10 +411454,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #71717a80; } +.border-t-zinc-500\\/55 { + border-top-color: #71717a8c; +} + .border-t-zinc-500\\/60 { border-top-color: #71717a99; } +.border-t-zinc-500\\/65 { + border-top-color: #71717aa6; +} + .border-t-zinc-500\\/70 { border-top-color: #71717ab3; } @@ -299882,6 +411478,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #71717acc; } +.border-t-zinc-500\\/85 { + border-top-color: #71717ad9; +} + .border-t-zinc-500\\/90 { border-top-color: #71717ae6; } @@ -299907,6 +411507,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #52525b; } +.border-t-zinc-600\\/15 { + border-top-color: #52525b26; +} + .border-t-zinc-600\\/20 { border-top-color: #52525b33; } @@ -299919,10 +411523,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #52525b4d; } +.border-t-zinc-600\\/35 { + border-top-color: #52525b59; +} + .border-t-zinc-600\\/40 { border-top-color: #52525b66; } +.border-t-zinc-600\\/45 { + border-top-color: #52525b73; +} + .border-t-zinc-600\\/5 { border-top-color: #52525b0d; } @@ -299931,10 +411543,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #52525b80; } +.border-t-zinc-600\\/55 { + border-top-color: #52525b8c; +} + .border-t-zinc-600\\/60 { border-top-color: #52525b99; } +.border-t-zinc-600\\/65 { + border-top-color: #52525ba6; +} + .border-t-zinc-600\\/70 { border-top-color: #52525bb3; } @@ -299947,6 +411567,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #52525bcc; } +.border-t-zinc-600\\/85 { + border-top-color: #52525bd9; +} + .border-t-zinc-600\\/90 { border-top-color: #52525be6; } @@ -299972,6 +411596,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f3f46; } +.border-t-zinc-700\\/15 { + border-top-color: #3f3f4626; +} + .border-t-zinc-700\\/20 { border-top-color: #3f3f4633; } @@ -299984,10 +411612,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f3f464d; } +.border-t-zinc-700\\/35 { + border-top-color: #3f3f4659; +} + .border-t-zinc-700\\/40 { border-top-color: #3f3f4666; } +.border-t-zinc-700\\/45 { + border-top-color: #3f3f4673; +} + .border-t-zinc-700\\/5 { border-top-color: #3f3f460d; } @@ -299996,10 +411632,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f3f4680; } +.border-t-zinc-700\\/55 { + border-top-color: #3f3f468c; +} + .border-t-zinc-700\\/60 { border-top-color: #3f3f4699; } +.border-t-zinc-700\\/65 { + border-top-color: #3f3f46a6; +} + .border-t-zinc-700\\/70 { border-top-color: #3f3f46b3; } @@ -300012,6 +411656,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #3f3f46cc; } +.border-t-zinc-700\\/85 { + border-top-color: #3f3f46d9; +} + .border-t-zinc-700\\/90 { border-top-color: #3f3f46e6; } @@ -300037,6 +411685,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #27272a; } +.border-t-zinc-800\\/15 { + border-top-color: #27272a26; +} + .border-t-zinc-800\\/20 { border-top-color: #27272a33; } @@ -300049,10 +411701,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #27272a4d; } +.border-t-zinc-800\\/35 { + border-top-color: #27272a59; +} + .border-t-zinc-800\\/40 { border-top-color: #27272a66; } +.border-t-zinc-800\\/45 { + border-top-color: #27272a73; +} + .border-t-zinc-800\\/5 { border-top-color: #27272a0d; } @@ -300061,10 +411721,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #27272a80; } +.border-t-zinc-800\\/55 { + border-top-color: #27272a8c; +} + .border-t-zinc-800\\/60 { border-top-color: #27272a99; } +.border-t-zinc-800\\/65 { + border-top-color: #27272aa6; +} + .border-t-zinc-800\\/70 { border-top-color: #27272ab3; } @@ -300077,6 +411745,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #27272acc; } +.border-t-zinc-800\\/85 { + border-top-color: #27272ad9; +} + .border-t-zinc-800\\/90 { border-top-color: #27272ae6; } @@ -300102,6 +411774,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #18181b; } +.border-t-zinc-900\\/15 { + border-top-color: #18181b26; +} + .border-t-zinc-900\\/20 { border-top-color: #18181b33; } @@ -300114,10 +411790,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #18181b4d; } +.border-t-zinc-900\\/35 { + border-top-color: #18181b59; +} + .border-t-zinc-900\\/40 { border-top-color: #18181b66; } +.border-t-zinc-900\\/45 { + border-top-color: #18181b73; +} + .border-t-zinc-900\\/5 { border-top-color: #18181b0d; } @@ -300126,10 +411810,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #18181b80; } +.border-t-zinc-900\\/55 { + border-top-color: #18181b8c; +} + .border-t-zinc-900\\/60 { border-top-color: #18181b99; } +.border-t-zinc-900\\/65 { + border-top-color: #18181ba6; +} + .border-t-zinc-900\\/70 { border-top-color: #18181bb3; } @@ -300142,6 +411834,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #18181bcc; } +.border-t-zinc-900\\/85 { + border-top-color: #18181bd9; +} + .border-t-zinc-900\\/90 { border-top-color: #18181be6; } @@ -300167,6 +411863,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #09090b; } +.border-t-zinc-950\\/15 { + border-top-color: #09090b26; +} + .border-t-zinc-950\\/20 { border-top-color: #09090b33; } @@ -300179,10 +411879,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #09090b4d; } +.border-t-zinc-950\\/35 { + border-top-color: #09090b59; +} + .border-t-zinc-950\\/40 { border-top-color: #09090b66; } +.border-t-zinc-950\\/45 { + border-top-color: #09090b73; +} + .border-t-zinc-950\\/5 { border-top-color: #09090b0d; } @@ -300191,10 +411899,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #09090b80; } +.border-t-zinc-950\\/55 { + border-top-color: #09090b8c; +} + .border-t-zinc-950\\/60 { border-top-color: #09090b99; } +.border-t-zinc-950\\/65 { + border-top-color: #09090ba6; +} + .border-t-zinc-950\\/70 { border-top-color: #09090bb3; } @@ -300207,6 +411923,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` border-top-color: #09090bcc; } +.border-t-zinc-950\\/85 { + border-top-color: #09090bd9; +} + .border-t-zinc-950\\/90 { border-top-color: #09090be6; } @@ -300227,6 +411947,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` --tw-border-opacity: 1; } +.border-opacity-15 { + --tw-border-opacity: .15; +} + .border-opacity-20 { --tw-border-opacity: .2; } @@ -300239,10 +411963,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` --tw-border-opacity: .3; } +.border-opacity-35 { + --tw-border-opacity: .35; +} + .border-opacity-40 { --tw-border-opacity: .4; } +.border-opacity-45 { + --tw-border-opacity: .45; +} + .border-opacity-5 { --tw-border-opacity: .05; } @@ -300251,10 +411983,18 @@ exports[`should test the 'borderColor' plugin 2`] = ` --tw-border-opacity: .5; } +.border-opacity-55 { + --tw-border-opacity: .55; +} + .border-opacity-60 { --tw-border-opacity: .6; } +.border-opacity-65 { + --tw-border-opacity: .65; +} + .border-opacity-70 { --tw-border-opacity: .7; } @@ -300267,6 +412007,10 @@ exports[`should test the 'borderColor' plugin 2`] = ` --tw-border-opacity: .8; } +.border-opacity-85 { + --tw-border-opacity: .85; +} + .border-opacity-90 { --tw-border-opacity: .9; } diff --git a/tests/plugins/__snapshots__/borderOpacity.test.js.snap b/tests/plugins/__snapshots__/borderOpacity.test.js.snap index 9ae51b674647..4a5a950ae348 100644 --- a/tests/plugins/__snapshots__/borderOpacity.test.js.snap +++ b/tests/plugins/__snapshots__/borderOpacity.test.js.snap @@ -14,6 +14,10 @@ exports[`should test the 'borderOpacity' plugin 1`] = ` --tw-border-opacity: 1; } +.border-opacity-15 { + --tw-border-opacity: .15; +} + .border-opacity-20 { --tw-border-opacity: .2; } @@ -26,10 +30,18 @@ exports[`should test the 'borderOpacity' plugin 1`] = ` --tw-border-opacity: .3; } +.border-opacity-35 { + --tw-border-opacity: .35; +} + .border-opacity-40 { --tw-border-opacity: .4; } +.border-opacity-45 { + --tw-border-opacity: .45; +} + .border-opacity-5 { --tw-border-opacity: .05; } @@ -38,10 +50,18 @@ exports[`should test the 'borderOpacity' plugin 1`] = ` --tw-border-opacity: .5; } +.border-opacity-55 { + --tw-border-opacity: .55; +} + .border-opacity-60 { --tw-border-opacity: .6; } +.border-opacity-65 { + --tw-border-opacity: .65; +} + .border-opacity-70 { --tw-border-opacity: .7; } @@ -54,6 +74,10 @@ exports[`should test the 'borderOpacity' plugin 1`] = ` --tw-border-opacity: .8; } +.border-opacity-85 { + --tw-border-opacity: .85; +} + .border-opacity-90 { --tw-border-opacity: .9; } diff --git a/tests/plugins/__snapshots__/boxShadowColor.test.js.snap b/tests/plugins/__snapshots__/boxShadowColor.test.js.snap index 6386f9285515..9047942c999c 100644 --- a/tests/plugins/__snapshots__/boxShadowColor.test.js.snap +++ b/tests/plugins/__snapshots__/boxShadowColor.test.js.snap @@ -32,6 +32,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-100\\/15 { + --tw-shadow-color: #fef3c726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-100\\/20 { --tw-shadow-color: #fef3c733; --tw-shadow: var(--tw-shadow-colored); @@ -47,11 +52,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-100\\/35 { + --tw-shadow-color: #fef3c759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-100\\/40 { --tw-shadow-color: #fef3c766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-100\\/45 { + --tw-shadow-color: #fef3c773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-100\\/5 { --tw-shadow-color: #fef3c70d; --tw-shadow: var(--tw-shadow-colored); @@ -62,11 +77,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-100\\/55 { + --tw-shadow-color: #fef3c78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-100\\/60 { --tw-shadow-color: #fef3c799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-100\\/65 { + --tw-shadow-color: #fef3c7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-100\\/70 { --tw-shadow-color: #fef3c7b3; --tw-shadow: var(--tw-shadow-colored); @@ -82,6 +107,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-100\\/85 { + --tw-shadow-color: #fef3c7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-100\\/90 { --tw-shadow-color: #fef3c7e6; --tw-shadow: var(--tw-shadow-colored); @@ -112,6 +142,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-200\\/15 { + --tw-shadow-color: #fde68a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-200\\/20 { --tw-shadow-color: #fde68a33; --tw-shadow: var(--tw-shadow-colored); @@ -127,11 +162,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-200\\/35 { + --tw-shadow-color: #fde68a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-200\\/40 { --tw-shadow-color: #fde68a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-200\\/45 { + --tw-shadow-color: #fde68a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-200\\/5 { --tw-shadow-color: #fde68a0d; --tw-shadow: var(--tw-shadow-colored); @@ -142,11 +187,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-200\\/55 { + --tw-shadow-color: #fde68a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-200\\/60 { --tw-shadow-color: #fde68a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-200\\/65 { + --tw-shadow-color: #fde68aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-200\\/70 { --tw-shadow-color: #fde68ab3; --tw-shadow: var(--tw-shadow-colored); @@ -162,6 +217,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-200\\/85 { + --tw-shadow-color: #fde68ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-200\\/90 { --tw-shadow-color: #fde68ae6; --tw-shadow: var(--tw-shadow-colored); @@ -192,6 +252,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-300\\/15 { + --tw-shadow-color: #fcd34d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-300\\/20 { --tw-shadow-color: #fcd34d33; --tw-shadow: var(--tw-shadow-colored); @@ -207,11 +272,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-300\\/35 { + --tw-shadow-color: #fcd34d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-300\\/40 { --tw-shadow-color: #fcd34d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-300\\/45 { + --tw-shadow-color: #fcd34d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-300\\/5 { --tw-shadow-color: #fcd34d0d; --tw-shadow: var(--tw-shadow-colored); @@ -222,11 +297,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-300\\/55 { + --tw-shadow-color: #fcd34d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-300\\/60 { --tw-shadow-color: #fcd34d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-300\\/65 { + --tw-shadow-color: #fcd34da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-300\\/70 { --tw-shadow-color: #fcd34db3; --tw-shadow: var(--tw-shadow-colored); @@ -242,6 +327,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-300\\/85 { + --tw-shadow-color: #fcd34dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-300\\/90 { --tw-shadow-color: #fcd34de6; --tw-shadow: var(--tw-shadow-colored); @@ -272,6 +362,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-400\\/15 { + --tw-shadow-color: #fbbf2426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-400\\/20 { --tw-shadow-color: #fbbf2433; --tw-shadow: var(--tw-shadow-colored); @@ -287,11 +382,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-400\\/35 { + --tw-shadow-color: #fbbf2459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-400\\/40 { --tw-shadow-color: #fbbf2466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-400\\/45 { + --tw-shadow-color: #fbbf2473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-400\\/5 { --tw-shadow-color: #fbbf240d; --tw-shadow: var(--tw-shadow-colored); @@ -302,11 +407,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-400\\/55 { + --tw-shadow-color: #fbbf248c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-400\\/60 { --tw-shadow-color: #fbbf2499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-400\\/65 { + --tw-shadow-color: #fbbf24a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-400\\/70 { --tw-shadow-color: #fbbf24b3; --tw-shadow: var(--tw-shadow-colored); @@ -322,6 +437,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-400\\/85 { + --tw-shadow-color: #fbbf24d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-400\\/90 { --tw-shadow-color: #fbbf24e6; --tw-shadow: var(--tw-shadow-colored); @@ -352,6 +472,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-50\\/15 { + --tw-shadow-color: #fffbeb26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-50\\/20 { --tw-shadow-color: #fffbeb33; --tw-shadow: var(--tw-shadow-colored); @@ -367,11 +492,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-50\\/35 { + --tw-shadow-color: #fffbeb59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-50\\/40 { --tw-shadow-color: #fffbeb66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-50\\/45 { + --tw-shadow-color: #fffbeb73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-50\\/5 { --tw-shadow-color: #fffbeb0d; --tw-shadow: var(--tw-shadow-colored); @@ -382,11 +517,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-50\\/55 { + --tw-shadow-color: #fffbeb8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-50\\/60 { --tw-shadow-color: #fffbeb99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-50\\/65 { + --tw-shadow-color: #fffbeba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-50\\/70 { --tw-shadow-color: #fffbebb3; --tw-shadow: var(--tw-shadow-colored); @@ -402,6 +547,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-50\\/85 { + --tw-shadow-color: #fffbebd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-50\\/90 { --tw-shadow-color: #fffbebe6; --tw-shadow: var(--tw-shadow-colored); @@ -432,6 +582,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-500\\/15 { + --tw-shadow-color: #f59e0b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-500\\/20 { --tw-shadow-color: #f59e0b33; --tw-shadow: var(--tw-shadow-colored); @@ -447,11 +602,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-500\\/35 { + --tw-shadow-color: #f59e0b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-500\\/40 { --tw-shadow-color: #f59e0b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-500\\/45 { + --tw-shadow-color: #f59e0b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-500\\/5 { --tw-shadow-color: #f59e0b0d; --tw-shadow: var(--tw-shadow-colored); @@ -462,11 +627,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-500\\/55 { + --tw-shadow-color: #f59e0b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-500\\/60 { --tw-shadow-color: #f59e0b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-500\\/65 { + --tw-shadow-color: #f59e0ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-500\\/70 { --tw-shadow-color: #f59e0bb3; --tw-shadow: var(--tw-shadow-colored); @@ -482,6 +657,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-500\\/85 { + --tw-shadow-color: #f59e0bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-500\\/90 { --tw-shadow-color: #f59e0be6; --tw-shadow: var(--tw-shadow-colored); @@ -512,6 +692,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-600\\/15 { + --tw-shadow-color: #d9770626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-600\\/20 { --tw-shadow-color: #d9770633; --tw-shadow: var(--tw-shadow-colored); @@ -527,11 +712,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-600\\/35 { + --tw-shadow-color: #d9770659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-600\\/40 { --tw-shadow-color: #d9770666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-600\\/45 { + --tw-shadow-color: #d9770673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-600\\/5 { --tw-shadow-color: #d977060d; --tw-shadow: var(--tw-shadow-colored); @@ -542,11 +737,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-600\\/55 { + --tw-shadow-color: #d977068c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-600\\/60 { --tw-shadow-color: #d9770699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-600\\/65 { + --tw-shadow-color: #d97706a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-600\\/70 { --tw-shadow-color: #d97706b3; --tw-shadow: var(--tw-shadow-colored); @@ -562,6 +767,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-600\\/85 { + --tw-shadow-color: #d97706d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-600\\/90 { --tw-shadow-color: #d97706e6; --tw-shadow: var(--tw-shadow-colored); @@ -592,6 +802,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-700\\/15 { + --tw-shadow-color: #b4530926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-700\\/20 { --tw-shadow-color: #b4530933; --tw-shadow: var(--tw-shadow-colored); @@ -607,11 +822,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-700\\/35 { + --tw-shadow-color: #b4530959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-700\\/40 { --tw-shadow-color: #b4530966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-700\\/45 { + --tw-shadow-color: #b4530973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-700\\/5 { --tw-shadow-color: #b453090d; --tw-shadow: var(--tw-shadow-colored); @@ -622,11 +847,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-700\\/55 { + --tw-shadow-color: #b453098c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-700\\/60 { --tw-shadow-color: #b4530999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-700\\/65 { + --tw-shadow-color: #b45309a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-700\\/70 { --tw-shadow-color: #b45309b3; --tw-shadow: var(--tw-shadow-colored); @@ -642,6 +877,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-700\\/85 { + --tw-shadow-color: #b45309d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-700\\/90 { --tw-shadow-color: #b45309e6; --tw-shadow: var(--tw-shadow-colored); @@ -672,6 +912,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-800\\/15 { + --tw-shadow-color: #92400e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-800\\/20 { --tw-shadow-color: #92400e33; --tw-shadow: var(--tw-shadow-colored); @@ -687,11 +932,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-800\\/35 { + --tw-shadow-color: #92400e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-800\\/40 { --tw-shadow-color: #92400e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-800\\/45 { + --tw-shadow-color: #92400e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-800\\/5 { --tw-shadow-color: #92400e0d; --tw-shadow: var(--tw-shadow-colored); @@ -702,11 +957,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-800\\/55 { + --tw-shadow-color: #92400e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-800\\/60 { --tw-shadow-color: #92400e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-800\\/65 { + --tw-shadow-color: #92400ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-800\\/70 { --tw-shadow-color: #92400eb3; --tw-shadow: var(--tw-shadow-colored); @@ -722,6 +987,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-800\\/85 { + --tw-shadow-color: #92400ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-800\\/90 { --tw-shadow-color: #92400ee6; --tw-shadow: var(--tw-shadow-colored); @@ -752,6 +1022,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-900\\/15 { + --tw-shadow-color: #78350f26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-900\\/20 { --tw-shadow-color: #78350f33; --tw-shadow: var(--tw-shadow-colored); @@ -767,11 +1042,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-900\\/35 { + --tw-shadow-color: #78350f59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-900\\/40 { --tw-shadow-color: #78350f66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-900\\/45 { + --tw-shadow-color: #78350f73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-900\\/5 { --tw-shadow-color: #78350f0d; --tw-shadow: var(--tw-shadow-colored); @@ -782,11 +1067,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-900\\/55 { + --tw-shadow-color: #78350f8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-900\\/60 { --tw-shadow-color: #78350f99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-900\\/65 { + --tw-shadow-color: #78350fa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-900\\/70 { --tw-shadow-color: #78350fb3; --tw-shadow: var(--tw-shadow-colored); @@ -802,6 +1097,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-900\\/85 { + --tw-shadow-color: #78350fd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-900\\/90 { --tw-shadow-color: #78350fe6; --tw-shadow: var(--tw-shadow-colored); @@ -832,6 +1132,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-950\\/15 { + --tw-shadow-color: #451a0326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-950\\/20 { --tw-shadow-color: #451a0333; --tw-shadow: var(--tw-shadow-colored); @@ -847,11 +1152,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-950\\/35 { + --tw-shadow-color: #451a0359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-950\\/40 { --tw-shadow-color: #451a0366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-950\\/45 { + --tw-shadow-color: #451a0373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-950\\/5 { --tw-shadow-color: #451a030d; --tw-shadow: var(--tw-shadow-colored); @@ -862,11 +1177,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-950\\/55 { + --tw-shadow-color: #451a038c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-950\\/60 { --tw-shadow-color: #451a0399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-950\\/65 { + --tw-shadow-color: #451a03a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-950\\/70 { --tw-shadow-color: #451a03b3; --tw-shadow: var(--tw-shadow-colored); @@ -882,6 +1207,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-amber-950\\/85 { + --tw-shadow-color: #451a03d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-amber-950\\/90 { --tw-shadow-color: #451a03e6; --tw-shadow: var(--tw-shadow-colored); @@ -912,6 +1242,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-black\\/15 { + --tw-shadow-color: #00000026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-black\\/20 { --tw-shadow-color: #0003; --tw-shadow: var(--tw-shadow-colored); @@ -927,11 +1262,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-black\\/35 { + --tw-shadow-color: #00000059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-black\\/40 { --tw-shadow-color: #0006; --tw-shadow: var(--tw-shadow-colored); } +.shadow-black\\/45 { + --tw-shadow-color: #00000073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-black\\/5 { --tw-shadow-color: #0000000d; --tw-shadow: var(--tw-shadow-colored); @@ -942,11 +1287,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-black\\/55 { + --tw-shadow-color: #0000008c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-black\\/60 { --tw-shadow-color: #0009; --tw-shadow: var(--tw-shadow-colored); } +.shadow-black\\/65 { + --tw-shadow-color: #000000a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-black\\/70 { --tw-shadow-color: #000000b3; --tw-shadow: var(--tw-shadow-colored); @@ -962,6 +1317,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-black\\/85 { + --tw-shadow-color: #000000d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-black\\/90 { --tw-shadow-color: #000000e6; --tw-shadow: var(--tw-shadow-colored); @@ -992,6 +1352,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-100\\/15 { + --tw-shadow-color: #dbeafe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-100\\/20 { --tw-shadow-color: #dbeafe33; --tw-shadow: var(--tw-shadow-colored); @@ -1007,11 +1372,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-100\\/35 { + --tw-shadow-color: #dbeafe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-100\\/40 { --tw-shadow-color: #dbeafe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-100\\/45 { + --tw-shadow-color: #dbeafe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-100\\/5 { --tw-shadow-color: #dbeafe0d; --tw-shadow: var(--tw-shadow-colored); @@ -1022,11 +1397,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-100\\/55 { + --tw-shadow-color: #dbeafe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-100\\/60 { --tw-shadow-color: #dbeafe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-100\\/65 { + --tw-shadow-color: #dbeafea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-100\\/70 { --tw-shadow-color: #dbeafeb3; --tw-shadow: var(--tw-shadow-colored); @@ -1042,6 +1427,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-100\\/85 { + --tw-shadow-color: #dbeafed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-100\\/90 { --tw-shadow-color: #dbeafee6; --tw-shadow: var(--tw-shadow-colored); @@ -1072,6 +1462,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-200\\/15 { + --tw-shadow-color: #bfdbfe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-200\\/20 { --tw-shadow-color: #bfdbfe33; --tw-shadow: var(--tw-shadow-colored); @@ -1087,11 +1482,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-200\\/35 { + --tw-shadow-color: #bfdbfe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-200\\/40 { --tw-shadow-color: #bfdbfe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-200\\/45 { + --tw-shadow-color: #bfdbfe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-200\\/5 { --tw-shadow-color: #bfdbfe0d; --tw-shadow: var(--tw-shadow-colored); @@ -1102,11 +1507,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-200\\/55 { + --tw-shadow-color: #bfdbfe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-200\\/60 { --tw-shadow-color: #bfdbfe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-200\\/65 { + --tw-shadow-color: #bfdbfea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-200\\/70 { --tw-shadow-color: #bfdbfeb3; --tw-shadow: var(--tw-shadow-colored); @@ -1122,6 +1537,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-200\\/85 { + --tw-shadow-color: #bfdbfed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-200\\/90 { --tw-shadow-color: #bfdbfee6; --tw-shadow: var(--tw-shadow-colored); @@ -1152,6 +1572,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-300\\/15 { + --tw-shadow-color: #93c5fd26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-300\\/20 { --tw-shadow-color: #93c5fd33; --tw-shadow: var(--tw-shadow-colored); @@ -1167,11 +1592,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-blue-300\\/40 { +.shadow-blue-300\\/35 { + --tw-shadow-color: #93c5fd59; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-blue-300\\/40 { --tw-shadow-color: #93c5fd66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-300\\/45 { + --tw-shadow-color: #93c5fd73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-300\\/5 { --tw-shadow-color: #93c5fd0d; --tw-shadow: var(--tw-shadow-colored); @@ -1182,11 +1617,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-300\\/55 { + --tw-shadow-color: #93c5fd8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-300\\/60 { --tw-shadow-color: #93c5fd99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-300\\/65 { + --tw-shadow-color: #93c5fda6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-300\\/70 { --tw-shadow-color: #93c5fdb3; --tw-shadow: var(--tw-shadow-colored); @@ -1202,6 +1647,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-300\\/85 { + --tw-shadow-color: #93c5fdd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-300\\/90 { --tw-shadow-color: #93c5fde6; --tw-shadow: var(--tw-shadow-colored); @@ -1232,6 +1682,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-400\\/15 { + --tw-shadow-color: #60a5fa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-400\\/20 { --tw-shadow-color: #60a5fa33; --tw-shadow: var(--tw-shadow-colored); @@ -1247,11 +1702,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-400\\/35 { + --tw-shadow-color: #60a5fa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-400\\/40 { --tw-shadow-color: #60a5fa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-400\\/45 { + --tw-shadow-color: #60a5fa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-400\\/5 { --tw-shadow-color: #60a5fa0d; --tw-shadow: var(--tw-shadow-colored); @@ -1262,11 +1727,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-400\\/55 { + --tw-shadow-color: #60a5fa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-400\\/60 { --tw-shadow-color: #60a5fa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-400\\/65 { + --tw-shadow-color: #60a5faa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-400\\/70 { --tw-shadow-color: #60a5fab3; --tw-shadow: var(--tw-shadow-colored); @@ -1282,6 +1757,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-400\\/85 { + --tw-shadow-color: #60a5fad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-400\\/90 { --tw-shadow-color: #60a5fae6; --tw-shadow: var(--tw-shadow-colored); @@ -1312,6 +1792,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-50\\/15 { + --tw-shadow-color: #eff6ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-50\\/20 { --tw-shadow-color: #eff6ff33; --tw-shadow: var(--tw-shadow-colored); @@ -1327,11 +1812,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-50\\/35 { + --tw-shadow-color: #eff6ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-50\\/40 { --tw-shadow-color: #eff6ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-50\\/45 { + --tw-shadow-color: #eff6ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-50\\/5 { --tw-shadow-color: #eff6ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -1342,11 +1837,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-50\\/55 { + --tw-shadow-color: #eff6ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-50\\/60 { --tw-shadow-color: #eff6ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-50\\/65 { + --tw-shadow-color: #eff6ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-50\\/70 { --tw-shadow-color: #eff6ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -1362,6 +1867,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-50\\/85 { + --tw-shadow-color: #eff6ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-50\\/90 { --tw-shadow-color: #eff6ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -1392,6 +1902,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-500\\/15 { + --tw-shadow-color: #3b82f626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-500\\/20 { --tw-shadow-color: #3b82f633; --tw-shadow: var(--tw-shadow-colored); @@ -1407,11 +1922,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-500\\/35 { + --tw-shadow-color: #3b82f659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-500\\/40 { --tw-shadow-color: #3b82f666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-500\\/45 { + --tw-shadow-color: #3b82f673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-500\\/5 { --tw-shadow-color: #3b82f60d; --tw-shadow: var(--tw-shadow-colored); @@ -1422,11 +1947,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-500\\/55 { + --tw-shadow-color: #3b82f68c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-500\\/60 { --tw-shadow-color: #3b82f699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-500\\/65 { + --tw-shadow-color: #3b82f6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-500\\/70 { --tw-shadow-color: #3b82f6b3; --tw-shadow: var(--tw-shadow-colored); @@ -1442,6 +1977,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-500\\/85 { + --tw-shadow-color: #3b82f6d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-500\\/90 { --tw-shadow-color: #3b82f6e6; --tw-shadow: var(--tw-shadow-colored); @@ -1472,6 +2012,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-600\\/15 { + --tw-shadow-color: #2563eb26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-600\\/20 { --tw-shadow-color: #2563eb33; --tw-shadow: var(--tw-shadow-colored); @@ -1487,11 +2032,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-600\\/35 { + --tw-shadow-color: #2563eb59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-600\\/40 { --tw-shadow-color: #2563eb66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-600\\/45 { + --tw-shadow-color: #2563eb73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-600\\/5 { --tw-shadow-color: #2563eb0d; --tw-shadow: var(--tw-shadow-colored); @@ -1502,11 +2057,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-600\\/55 { + --tw-shadow-color: #2563eb8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-600\\/60 { --tw-shadow-color: #2563eb99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-600\\/65 { + --tw-shadow-color: #2563eba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-600\\/70 { --tw-shadow-color: #2563ebb3; --tw-shadow: var(--tw-shadow-colored); @@ -1522,6 +2087,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-600\\/85 { + --tw-shadow-color: #2563ebd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-600\\/90 { --tw-shadow-color: #2563ebe6; --tw-shadow: var(--tw-shadow-colored); @@ -1552,6 +2122,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-700\\/15 { + --tw-shadow-color: #1d4ed826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-700\\/20 { --tw-shadow-color: #1d4ed833; --tw-shadow: var(--tw-shadow-colored); @@ -1567,11 +2142,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-700\\/35 { + --tw-shadow-color: #1d4ed859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-700\\/40 { --tw-shadow-color: #1d4ed866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-700\\/45 { + --tw-shadow-color: #1d4ed873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-700\\/5 { --tw-shadow-color: #1d4ed80d; --tw-shadow: var(--tw-shadow-colored); @@ -1582,11 +2167,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-700\\/55 { + --tw-shadow-color: #1d4ed88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-700\\/60 { --tw-shadow-color: #1d4ed899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-700\\/65 { + --tw-shadow-color: #1d4ed8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-700\\/70 { --tw-shadow-color: #1d4ed8b3; --tw-shadow: var(--tw-shadow-colored); @@ -1602,6 +2197,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-700\\/85 { + --tw-shadow-color: #1d4ed8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-700\\/90 { --tw-shadow-color: #1d4ed8e6; --tw-shadow: var(--tw-shadow-colored); @@ -1632,6 +2232,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-800\\/15 { + --tw-shadow-color: #1e40af26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-800\\/20 { --tw-shadow-color: #1e40af33; --tw-shadow: var(--tw-shadow-colored); @@ -1647,11 +2252,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-800\\/35 { + --tw-shadow-color: #1e40af59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-800\\/40 { --tw-shadow-color: #1e40af66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-800\\/45 { + --tw-shadow-color: #1e40af73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-800\\/5 { --tw-shadow-color: #1e40af0d; --tw-shadow: var(--tw-shadow-colored); @@ -1662,11 +2277,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-800\\/55 { + --tw-shadow-color: #1e40af8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-800\\/60 { --tw-shadow-color: #1e40af99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-800\\/65 { + --tw-shadow-color: #1e40afa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-800\\/70 { --tw-shadow-color: #1e40afb3; --tw-shadow: var(--tw-shadow-colored); @@ -1682,6 +2307,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-800\\/85 { + --tw-shadow-color: #1e40afd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-800\\/90 { --tw-shadow-color: #1e40afe6; --tw-shadow: var(--tw-shadow-colored); @@ -1712,6 +2342,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-900\\/15 { + --tw-shadow-color: #1e3a8a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-900\\/20 { --tw-shadow-color: #1e3a8a33; --tw-shadow: var(--tw-shadow-colored); @@ -1727,11 +2362,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-900\\/35 { + --tw-shadow-color: #1e3a8a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-900\\/40 { --tw-shadow-color: #1e3a8a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-900\\/45 { + --tw-shadow-color: #1e3a8a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-900\\/5 { --tw-shadow-color: #1e3a8a0d; --tw-shadow: var(--tw-shadow-colored); @@ -1742,11 +2387,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-900\\/55 { + --tw-shadow-color: #1e3a8a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-900\\/60 { --tw-shadow-color: #1e3a8a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-900\\/65 { + --tw-shadow-color: #1e3a8aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-900\\/70 { --tw-shadow-color: #1e3a8ab3; --tw-shadow: var(--tw-shadow-colored); @@ -1762,6 +2417,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-900\\/85 { + --tw-shadow-color: #1e3a8ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-900\\/90 { --tw-shadow-color: #1e3a8ae6; --tw-shadow: var(--tw-shadow-colored); @@ -1792,6 +2452,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-950\\/15 { + --tw-shadow-color: #17255426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-950\\/20 { --tw-shadow-color: #17255433; --tw-shadow: var(--tw-shadow-colored); @@ -1807,11 +2472,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-950\\/35 { + --tw-shadow-color: #17255459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-950\\/40 { --tw-shadow-color: #17255466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-950\\/45 { + --tw-shadow-color: #17255473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-950\\/5 { --tw-shadow-color: #1725540d; --tw-shadow: var(--tw-shadow-colored); @@ -1822,11 +2497,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-950\\/55 { + --tw-shadow-color: #1725548c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-950\\/60 { --tw-shadow-color: #17255499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-950\\/65 { + --tw-shadow-color: #172554a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-950\\/70 { --tw-shadow-color: #172554b3; --tw-shadow: var(--tw-shadow-colored); @@ -1842,6 +2527,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-blue-950\\/85 { + --tw-shadow-color: #172554d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-blue-950\\/90 { --tw-shadow-color: #172554e6; --tw-shadow: var(--tw-shadow-colored); @@ -1877,6 +2567,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-100\\/15 { + --tw-shadow-color: #cffafe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-100\\/20 { --tw-shadow-color: #cffafe33; --tw-shadow: var(--tw-shadow-colored); @@ -1892,11 +2587,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-100\\/35 { + --tw-shadow-color: #cffafe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-100\\/40 { --tw-shadow-color: #cffafe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-100\\/45 { + --tw-shadow-color: #cffafe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-100\\/5 { --tw-shadow-color: #cffafe0d; --tw-shadow: var(--tw-shadow-colored); @@ -1907,11 +2612,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-100\\/55 { + --tw-shadow-color: #cffafe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-100\\/60 { --tw-shadow-color: #cffafe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-100\\/65 { + --tw-shadow-color: #cffafea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-100\\/70 { --tw-shadow-color: #cffafeb3; --tw-shadow: var(--tw-shadow-colored); @@ -1927,6 +2642,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-100\\/85 { + --tw-shadow-color: #cffafed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-100\\/90 { --tw-shadow-color: #cffafee6; --tw-shadow: var(--tw-shadow-colored); @@ -1957,6 +2677,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-200\\/15 { + --tw-shadow-color: #a5f3fc26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-200\\/20 { --tw-shadow-color: #a5f3fc33; --tw-shadow: var(--tw-shadow-colored); @@ -1972,11 +2697,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-200\\/35 { + --tw-shadow-color: #a5f3fc59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-200\\/40 { --tw-shadow-color: #a5f3fc66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-200\\/45 { + --tw-shadow-color: #a5f3fc73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-200\\/5 { --tw-shadow-color: #a5f3fc0d; --tw-shadow: var(--tw-shadow-colored); @@ -1987,11 +2722,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-200\\/55 { + --tw-shadow-color: #a5f3fc8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-200\\/60 { --tw-shadow-color: #a5f3fc99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-200\\/65 { + --tw-shadow-color: #a5f3fca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-200\\/70 { --tw-shadow-color: #a5f3fcb3; --tw-shadow: var(--tw-shadow-colored); @@ -2007,6 +2752,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-200\\/85 { + --tw-shadow-color: #a5f3fcd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-200\\/90 { --tw-shadow-color: #a5f3fce6; --tw-shadow: var(--tw-shadow-colored); @@ -2037,6 +2787,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-300\\/15 { + --tw-shadow-color: #67e8f926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-300\\/20 { --tw-shadow-color: #67e8f933; --tw-shadow: var(--tw-shadow-colored); @@ -2052,11 +2807,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-300\\/35 { + --tw-shadow-color: #67e8f959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-300\\/40 { --tw-shadow-color: #67e8f966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-300\\/45 { + --tw-shadow-color: #67e8f973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-300\\/5 { --tw-shadow-color: #67e8f90d; --tw-shadow: var(--tw-shadow-colored); @@ -2067,11 +2832,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-300\\/55 { + --tw-shadow-color: #67e8f98c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-300\\/60 { --tw-shadow-color: #67e8f999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-300\\/65 { + --tw-shadow-color: #67e8f9a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-300\\/70 { --tw-shadow-color: #67e8f9b3; --tw-shadow: var(--tw-shadow-colored); @@ -2087,6 +2862,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-300\\/85 { + --tw-shadow-color: #67e8f9d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-300\\/90 { --tw-shadow-color: #67e8f9e6; --tw-shadow: var(--tw-shadow-colored); @@ -2117,6 +2897,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-400\\/15 { + --tw-shadow-color: #22d3ee26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-400\\/20 { --tw-shadow-color: #22d3ee33; --tw-shadow: var(--tw-shadow-colored); @@ -2132,11 +2917,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-400\\/35 { + --tw-shadow-color: #22d3ee59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-400\\/40 { --tw-shadow-color: #22d3ee66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-400\\/45 { + --tw-shadow-color: #22d3ee73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-400\\/5 { --tw-shadow-color: #22d3ee0d; --tw-shadow: var(--tw-shadow-colored); @@ -2147,11 +2942,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-400\\/55 { + --tw-shadow-color: #22d3ee8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-400\\/60 { --tw-shadow-color: #22d3ee99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-400\\/65 { + --tw-shadow-color: #22d3eea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-400\\/70 { --tw-shadow-color: #22d3eeb3; --tw-shadow: var(--tw-shadow-colored); @@ -2167,6 +2972,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-400\\/85 { + --tw-shadow-color: #22d3eed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-400\\/90 { --tw-shadow-color: #22d3eee6; --tw-shadow: var(--tw-shadow-colored); @@ -2197,6 +3007,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-50\\/15 { + --tw-shadow-color: #ecfeff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-50\\/20 { --tw-shadow-color: #ecfeff33; --tw-shadow: var(--tw-shadow-colored); @@ -2212,11 +3027,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-50\\/35 { + --tw-shadow-color: #ecfeff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-50\\/40 { --tw-shadow-color: #ecfeff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-50\\/45 { + --tw-shadow-color: #ecfeff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-50\\/5 { --tw-shadow-color: #ecfeff0d; --tw-shadow: var(--tw-shadow-colored); @@ -2227,11 +3052,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-50\\/55 { + --tw-shadow-color: #ecfeff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-50\\/60 { --tw-shadow-color: #ecfeff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-50\\/65 { + --tw-shadow-color: #ecfeffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-50\\/70 { --tw-shadow-color: #ecfeffb3; --tw-shadow: var(--tw-shadow-colored); @@ -2247,6 +3082,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-50\\/85 { + --tw-shadow-color: #ecfeffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-50\\/90 { --tw-shadow-color: #ecfeffe6; --tw-shadow: var(--tw-shadow-colored); @@ -2277,6 +3117,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-500\\/15 { + --tw-shadow-color: #06b6d426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-500\\/20 { --tw-shadow-color: #06b6d433; --tw-shadow: var(--tw-shadow-colored); @@ -2292,11 +3137,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-500\\/35 { + --tw-shadow-color: #06b6d459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-500\\/40 { --tw-shadow-color: #06b6d466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-500\\/45 { + --tw-shadow-color: #06b6d473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-500\\/5 { --tw-shadow-color: #06b6d40d; --tw-shadow: var(--tw-shadow-colored); @@ -2307,11 +3162,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-500\\/55 { + --tw-shadow-color: #06b6d48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-500\\/60 { --tw-shadow-color: #06b6d499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-500\\/65 { + --tw-shadow-color: #06b6d4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-500\\/70 { --tw-shadow-color: #06b6d4b3; --tw-shadow: var(--tw-shadow-colored); @@ -2327,6 +3192,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-500\\/85 { + --tw-shadow-color: #06b6d4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-500\\/90 { --tw-shadow-color: #06b6d4e6; --tw-shadow: var(--tw-shadow-colored); @@ -2357,6 +3227,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-600\\/15 { + --tw-shadow-color: #0891b226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-600\\/20 { --tw-shadow-color: #0891b233; --tw-shadow: var(--tw-shadow-colored); @@ -2372,11 +3247,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-600\\/35 { + --tw-shadow-color: #0891b259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-600\\/40 { --tw-shadow-color: #0891b266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-600\\/45 { + --tw-shadow-color: #0891b273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-600\\/5 { --tw-shadow-color: #0891b20d; --tw-shadow: var(--tw-shadow-colored); @@ -2387,11 +3272,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-600\\/55 { + --tw-shadow-color: #0891b28c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-600\\/60 { --tw-shadow-color: #0891b299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-600\\/65 { + --tw-shadow-color: #0891b2a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-600\\/70 { --tw-shadow-color: #0891b2b3; --tw-shadow: var(--tw-shadow-colored); @@ -2407,6 +3302,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-600\\/85 { + --tw-shadow-color: #0891b2d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-600\\/90 { --tw-shadow-color: #0891b2e6; --tw-shadow: var(--tw-shadow-colored); @@ -2437,6 +3337,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-700\\/15 { + --tw-shadow-color: #0e749026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-700\\/20 { --tw-shadow-color: #0e749033; --tw-shadow: var(--tw-shadow-colored); @@ -2452,11 +3357,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-700\\/35 { + --tw-shadow-color: #0e749059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-700\\/40 { --tw-shadow-color: #0e749066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-700\\/45 { + --tw-shadow-color: #0e749073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-700\\/5 { --tw-shadow-color: #0e74900d; --tw-shadow: var(--tw-shadow-colored); @@ -2467,11 +3382,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-700\\/55 { + --tw-shadow-color: #0e74908c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-700\\/60 { --tw-shadow-color: #0e749099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-700\\/65 { + --tw-shadow-color: #0e7490a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-700\\/70 { --tw-shadow-color: #0e7490b3; --tw-shadow: var(--tw-shadow-colored); @@ -2487,6 +3412,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-700\\/85 { + --tw-shadow-color: #0e7490d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-700\\/90 { --tw-shadow-color: #0e7490e6; --tw-shadow: var(--tw-shadow-colored); @@ -2517,6 +3447,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-800\\/15 { + --tw-shadow-color: #155e7526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-800\\/20 { --tw-shadow-color: #155e7533; --tw-shadow: var(--tw-shadow-colored); @@ -2532,11 +3467,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-800\\/35 { + --tw-shadow-color: #155e7559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-800\\/40 { --tw-shadow-color: #155e7566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-800\\/45 { + --tw-shadow-color: #155e7573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-800\\/5 { --tw-shadow-color: #155e750d; --tw-shadow: var(--tw-shadow-colored); @@ -2547,11 +3492,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-800\\/55 { + --tw-shadow-color: #155e758c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-800\\/60 { --tw-shadow-color: #155e7599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-800\\/65 { + --tw-shadow-color: #155e75a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-800\\/70 { --tw-shadow-color: #155e75b3; --tw-shadow: var(--tw-shadow-colored); @@ -2567,6 +3522,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-800\\/85 { + --tw-shadow-color: #155e75d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-800\\/90 { --tw-shadow-color: #155e75e6; --tw-shadow: var(--tw-shadow-colored); @@ -2597,6 +3557,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-900\\/15 { + --tw-shadow-color: #164e6326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-900\\/20 { --tw-shadow-color: #164e6333; --tw-shadow: var(--tw-shadow-colored); @@ -2612,11 +3577,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-900\\/35 { + --tw-shadow-color: #164e6359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-900\\/40 { --tw-shadow-color: #164e6366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-900\\/45 { + --tw-shadow-color: #164e6373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-900\\/5 { --tw-shadow-color: #164e630d; --tw-shadow: var(--tw-shadow-colored); @@ -2627,11 +3602,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-900\\/55 { + --tw-shadow-color: #164e638c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-900\\/60 { --tw-shadow-color: #164e6399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-900\\/65 { + --tw-shadow-color: #164e63a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-900\\/70 { --tw-shadow-color: #164e63b3; --tw-shadow: var(--tw-shadow-colored); @@ -2647,6 +3632,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-900\\/85 { + --tw-shadow-color: #164e63d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-900\\/90 { --tw-shadow-color: #164e63e6; --tw-shadow: var(--tw-shadow-colored); @@ -2677,6 +3667,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-950\\/15 { + --tw-shadow-color: #08334426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-950\\/20 { --tw-shadow-color: #08334433; --tw-shadow: var(--tw-shadow-colored); @@ -2692,11 +3687,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-950\\/35 { + --tw-shadow-color: #08334459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-950\\/40 { --tw-shadow-color: #08334466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-950\\/45 { + --tw-shadow-color: #08334473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-950\\/5 { --tw-shadow-color: #0833440d; --tw-shadow: var(--tw-shadow-colored); @@ -2707,11 +3712,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-950\\/55 { + --tw-shadow-color: #0833448c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-950\\/60 { --tw-shadow-color: #08334499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-950\\/65 { + --tw-shadow-color: #083344a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-950\\/70 { --tw-shadow-color: #083344b3; --tw-shadow: var(--tw-shadow-colored); @@ -2727,6 +3742,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-cyan-950\\/85 { + --tw-shadow-color: #083344d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-cyan-950\\/90 { --tw-shadow-color: #083344e6; --tw-shadow: var(--tw-shadow-colored); @@ -2757,6 +3777,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-100\\/15 { + --tw-shadow-color: #d1fae526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-100\\/20 { --tw-shadow-color: #d1fae533; --tw-shadow: var(--tw-shadow-colored); @@ -2772,11 +3797,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-100\\/35 { + --tw-shadow-color: #d1fae559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-100\\/40 { --tw-shadow-color: #d1fae566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-100\\/45 { + --tw-shadow-color: #d1fae573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-100\\/5 { --tw-shadow-color: #d1fae50d; --tw-shadow: var(--tw-shadow-colored); @@ -2787,11 +3822,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-100\\/55 { + --tw-shadow-color: #d1fae58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-100\\/60 { --tw-shadow-color: #d1fae599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-100\\/65 { + --tw-shadow-color: #d1fae5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-100\\/70 { --tw-shadow-color: #d1fae5b3; --tw-shadow: var(--tw-shadow-colored); @@ -2807,6 +3852,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-100\\/85 { + --tw-shadow-color: #d1fae5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-100\\/90 { --tw-shadow-color: #d1fae5e6; --tw-shadow: var(--tw-shadow-colored); @@ -2837,6 +3887,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-200\\/15 { + --tw-shadow-color: #a7f3d026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-200\\/20 { --tw-shadow-color: #a7f3d033; --tw-shadow: var(--tw-shadow-colored); @@ -2852,11 +3907,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-200\\/35 { + --tw-shadow-color: #a7f3d059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-200\\/40 { --tw-shadow-color: #a7f3d066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-200\\/45 { + --tw-shadow-color: #a7f3d073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-200\\/5 { --tw-shadow-color: #a7f3d00d; --tw-shadow: var(--tw-shadow-colored); @@ -2867,11 +3932,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-200\\/55 { + --tw-shadow-color: #a7f3d08c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-200\\/60 { --tw-shadow-color: #a7f3d099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-200\\/65 { + --tw-shadow-color: #a7f3d0a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-200\\/70 { --tw-shadow-color: #a7f3d0b3; --tw-shadow: var(--tw-shadow-colored); @@ -2887,6 +3962,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-200\\/85 { + --tw-shadow-color: #a7f3d0d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-200\\/90 { --tw-shadow-color: #a7f3d0e6; --tw-shadow: var(--tw-shadow-colored); @@ -2917,6 +3997,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-300\\/15 { + --tw-shadow-color: #6ee7b726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-300\\/20 { --tw-shadow-color: #6ee7b733; --tw-shadow: var(--tw-shadow-colored); @@ -2932,11 +4017,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-300\\/35 { + --tw-shadow-color: #6ee7b759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-300\\/40 { --tw-shadow-color: #6ee7b766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-300\\/45 { + --tw-shadow-color: #6ee7b773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-300\\/5 { --tw-shadow-color: #6ee7b70d; --tw-shadow: var(--tw-shadow-colored); @@ -2947,11 +4042,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-300\\/55 { + --tw-shadow-color: #6ee7b78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-300\\/60 { --tw-shadow-color: #6ee7b799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-300\\/65 { + --tw-shadow-color: #6ee7b7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-300\\/70 { --tw-shadow-color: #6ee7b7b3; --tw-shadow: var(--tw-shadow-colored); @@ -2967,6 +4072,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-300\\/85 { + --tw-shadow-color: #6ee7b7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-300\\/90 { --tw-shadow-color: #6ee7b7e6; --tw-shadow: var(--tw-shadow-colored); @@ -2997,6 +4107,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-400\\/15 { + --tw-shadow-color: #34d39926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-400\\/20 { --tw-shadow-color: #34d39933; --tw-shadow: var(--tw-shadow-colored); @@ -3012,11 +4127,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-400\\/35 { + --tw-shadow-color: #34d39959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-400\\/40 { --tw-shadow-color: #34d39966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-400\\/45 { + --tw-shadow-color: #34d39973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-400\\/5 { --tw-shadow-color: #34d3990d; --tw-shadow: var(--tw-shadow-colored); @@ -3027,11 +4152,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-400\\/55 { + --tw-shadow-color: #34d3998c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-400\\/60 { --tw-shadow-color: #34d39999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-400\\/65 { + --tw-shadow-color: #34d399a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-400\\/70 { --tw-shadow-color: #34d399b3; --tw-shadow: var(--tw-shadow-colored); @@ -3047,6 +4182,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-400\\/85 { + --tw-shadow-color: #34d399d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-400\\/90 { --tw-shadow-color: #34d399e6; --tw-shadow: var(--tw-shadow-colored); @@ -3077,6 +4217,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-50\\/15 { + --tw-shadow-color: #ecfdf526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-50\\/20 { --tw-shadow-color: #ecfdf533; --tw-shadow: var(--tw-shadow-colored); @@ -3092,11 +4237,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-50\\/35 { + --tw-shadow-color: #ecfdf559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-50\\/40 { --tw-shadow-color: #ecfdf566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-50\\/45 { + --tw-shadow-color: #ecfdf573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-50\\/5 { --tw-shadow-color: #ecfdf50d; --tw-shadow: var(--tw-shadow-colored); @@ -3107,11 +4262,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-50\\/55 { + --tw-shadow-color: #ecfdf58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-50\\/60 { --tw-shadow-color: #ecfdf599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-50\\/65 { + --tw-shadow-color: #ecfdf5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-50\\/70 { --tw-shadow-color: #ecfdf5b3; --tw-shadow: var(--tw-shadow-colored); @@ -3127,6 +4292,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-50\\/85 { + --tw-shadow-color: #ecfdf5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-50\\/90 { --tw-shadow-color: #ecfdf5e6; --tw-shadow: var(--tw-shadow-colored); @@ -3157,6 +4327,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-500\\/15 { + --tw-shadow-color: #10b98126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-500\\/20 { --tw-shadow-color: #10b98133; --tw-shadow: var(--tw-shadow-colored); @@ -3172,11 +4347,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-500\\/35 { + --tw-shadow-color: #10b98159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-500\\/40 { --tw-shadow-color: #10b98166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-500\\/45 { + --tw-shadow-color: #10b98173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-500\\/5 { --tw-shadow-color: #10b9810d; --tw-shadow: var(--tw-shadow-colored); @@ -3187,11 +4372,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-500\\/55 { + --tw-shadow-color: #10b9818c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-500\\/60 { --tw-shadow-color: #10b98199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-500\\/65 { + --tw-shadow-color: #10b981a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-500\\/70 { --tw-shadow-color: #10b981b3; --tw-shadow: var(--tw-shadow-colored); @@ -3207,6 +4402,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-500\\/85 { + --tw-shadow-color: #10b981d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-500\\/90 { --tw-shadow-color: #10b981e6; --tw-shadow: var(--tw-shadow-colored); @@ -3237,6 +4437,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-600\\/15 { + --tw-shadow-color: #05966926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-600\\/20 { --tw-shadow-color: #05966933; --tw-shadow: var(--tw-shadow-colored); @@ -3252,11 +4457,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-600\\/35 { + --tw-shadow-color: #05966959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-600\\/40 { --tw-shadow-color: #05966966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-600\\/45 { + --tw-shadow-color: #05966973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-600\\/5 { --tw-shadow-color: #0596690d; --tw-shadow: var(--tw-shadow-colored); @@ -3267,11 +4482,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-600\\/55 { + --tw-shadow-color: #0596698c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-600\\/60 { --tw-shadow-color: #05966999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-600\\/65 { + --tw-shadow-color: #059669a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-600\\/70 { --tw-shadow-color: #059669b3; --tw-shadow: var(--tw-shadow-colored); @@ -3287,6 +4512,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-600\\/85 { + --tw-shadow-color: #059669d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-600\\/90 { --tw-shadow-color: #059669e6; --tw-shadow: var(--tw-shadow-colored); @@ -3317,6 +4547,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-700\\/15 { + --tw-shadow-color: #04785726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-700\\/20 { --tw-shadow-color: #04785733; --tw-shadow: var(--tw-shadow-colored); @@ -3332,11 +4567,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-700\\/35 { + --tw-shadow-color: #04785759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-700\\/40 { --tw-shadow-color: #04785766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-700\\/45 { + --tw-shadow-color: #04785773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-700\\/5 { --tw-shadow-color: #0478570d; --tw-shadow: var(--tw-shadow-colored); @@ -3347,11 +4592,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-700\\/55 { + --tw-shadow-color: #0478578c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-700\\/60 { --tw-shadow-color: #04785799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-700\\/65 { + --tw-shadow-color: #047857a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-700\\/70 { --tw-shadow-color: #047857b3; --tw-shadow: var(--tw-shadow-colored); @@ -3367,6 +4622,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-700\\/85 { + --tw-shadow-color: #047857d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-700\\/90 { --tw-shadow-color: #047857e6; --tw-shadow: var(--tw-shadow-colored); @@ -3397,6 +4657,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-800\\/15 { + --tw-shadow-color: #065f4626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-800\\/20 { --tw-shadow-color: #065f4633; --tw-shadow: var(--tw-shadow-colored); @@ -3412,11 +4677,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-800\\/35 { + --tw-shadow-color: #065f4659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-800\\/40 { --tw-shadow-color: #065f4666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-800\\/45 { + --tw-shadow-color: #065f4673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-800\\/5 { --tw-shadow-color: #065f460d; --tw-shadow: var(--tw-shadow-colored); @@ -3427,11 +4702,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-emerald-800\\/60 { +.shadow-emerald-800\\/55 { + --tw-shadow-color: #065f468c; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-emerald-800\\/60 { --tw-shadow-color: #065f4699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-800\\/65 { + --tw-shadow-color: #065f46a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-800\\/70 { --tw-shadow-color: #065f46b3; --tw-shadow: var(--tw-shadow-colored); @@ -3447,6 +4732,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-800\\/85 { + --tw-shadow-color: #065f46d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-800\\/90 { --tw-shadow-color: #065f46e6; --tw-shadow: var(--tw-shadow-colored); @@ -3477,6 +4767,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-900\\/15 { + --tw-shadow-color: #064e3b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-900\\/20 { --tw-shadow-color: #064e3b33; --tw-shadow: var(--tw-shadow-colored); @@ -3492,11 +4787,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-900\\/35 { + --tw-shadow-color: #064e3b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-900\\/40 { --tw-shadow-color: #064e3b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-900\\/45 { + --tw-shadow-color: #064e3b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-900\\/5 { --tw-shadow-color: #064e3b0d; --tw-shadow: var(--tw-shadow-colored); @@ -3507,11 +4812,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-900\\/55 { + --tw-shadow-color: #064e3b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-900\\/60 { --tw-shadow-color: #064e3b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-900\\/65 { + --tw-shadow-color: #064e3ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-900\\/70 { --tw-shadow-color: #064e3bb3; --tw-shadow: var(--tw-shadow-colored); @@ -3527,6 +4842,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-900\\/85 { + --tw-shadow-color: #064e3bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-900\\/90 { --tw-shadow-color: #064e3be6; --tw-shadow: var(--tw-shadow-colored); @@ -3557,6 +4877,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-950\\/15 { + --tw-shadow-color: #022c2226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-950\\/20 { --tw-shadow-color: #022c2233; --tw-shadow: var(--tw-shadow-colored); @@ -3572,11 +4897,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-950\\/35 { + --tw-shadow-color: #022c2259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-950\\/40 { --tw-shadow-color: #022c2266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-950\\/45 { + --tw-shadow-color: #022c2273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-950\\/5 { --tw-shadow-color: #022c220d; --tw-shadow: var(--tw-shadow-colored); @@ -3587,11 +4922,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-950\\/55 { + --tw-shadow-color: #022c228c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-950\\/60 { --tw-shadow-color: #022c2299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-950\\/65 { + --tw-shadow-color: #022c22a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-950\\/70 { --tw-shadow-color: #022c22b3; --tw-shadow: var(--tw-shadow-colored); @@ -3607,6 +4952,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-emerald-950\\/85 { + --tw-shadow-color: #022c22d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-emerald-950\\/90 { --tw-shadow-color: #022c22e6; --tw-shadow: var(--tw-shadow-colored); @@ -3637,6 +4987,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-100\\/15 { + --tw-shadow-color: #fae8ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-100\\/20 { --tw-shadow-color: #fae8ff33; --tw-shadow: var(--tw-shadow-colored); @@ -3652,11 +5007,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-100\\/35 { + --tw-shadow-color: #fae8ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-100\\/40 { --tw-shadow-color: #fae8ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-100\\/45 { + --tw-shadow-color: #fae8ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-100\\/5 { --tw-shadow-color: #fae8ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -3667,11 +5032,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-100\\/55 { + --tw-shadow-color: #fae8ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-100\\/60 { --tw-shadow-color: #fae8ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-100\\/65 { + --tw-shadow-color: #fae8ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-100\\/70 { --tw-shadow-color: #fae8ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -3687,6 +5062,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-100\\/85 { + --tw-shadow-color: #fae8ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-100\\/90 { --tw-shadow-color: #fae8ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -3717,6 +5097,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-200\\/15 { + --tw-shadow-color: #f5d0fe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-200\\/20 { --tw-shadow-color: #f5d0fe33; --tw-shadow: var(--tw-shadow-colored); @@ -3732,11 +5117,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-200\\/35 { + --tw-shadow-color: #f5d0fe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-200\\/40 { --tw-shadow-color: #f5d0fe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-200\\/45 { + --tw-shadow-color: #f5d0fe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-200\\/5 { --tw-shadow-color: #f5d0fe0d; --tw-shadow: var(--tw-shadow-colored); @@ -3747,11 +5142,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-200\\/55 { + --tw-shadow-color: #f5d0fe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-200\\/60 { --tw-shadow-color: #f5d0fe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-200\\/65 { + --tw-shadow-color: #f5d0fea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-200\\/70 { --tw-shadow-color: #f5d0feb3; --tw-shadow: var(--tw-shadow-colored); @@ -3767,6 +5172,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-200\\/85 { + --tw-shadow-color: #f5d0fed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-200\\/90 { --tw-shadow-color: #f5d0fee6; --tw-shadow: var(--tw-shadow-colored); @@ -3797,6 +5207,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-300\\/15 { + --tw-shadow-color: #f0abfc26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-300\\/20 { --tw-shadow-color: #f0abfc33; --tw-shadow: var(--tw-shadow-colored); @@ -3812,11 +5227,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-300\\/35 { + --tw-shadow-color: #f0abfc59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-300\\/40 { --tw-shadow-color: #f0abfc66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-300\\/45 { + --tw-shadow-color: #f0abfc73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-300\\/5 { --tw-shadow-color: #f0abfc0d; --tw-shadow: var(--tw-shadow-colored); @@ -3827,11 +5252,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-300\\/55 { + --tw-shadow-color: #f0abfc8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-300\\/60 { --tw-shadow-color: #f0abfc99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-300\\/65 { + --tw-shadow-color: #f0abfca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-300\\/70 { --tw-shadow-color: #f0abfcb3; --tw-shadow: var(--tw-shadow-colored); @@ -3847,6 +5282,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-300\\/85 { + --tw-shadow-color: #f0abfcd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-300\\/90 { --tw-shadow-color: #f0abfce6; --tw-shadow: var(--tw-shadow-colored); @@ -3877,6 +5317,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-400\\/15 { + --tw-shadow-color: #e879f926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-400\\/20 { --tw-shadow-color: #e879f933; --tw-shadow: var(--tw-shadow-colored); @@ -3892,11 +5337,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-400\\/35 { + --tw-shadow-color: #e879f959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-400\\/40 { --tw-shadow-color: #e879f966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-400\\/45 { + --tw-shadow-color: #e879f973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-400\\/5 { --tw-shadow-color: #e879f90d; --tw-shadow: var(--tw-shadow-colored); @@ -3907,11 +5362,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-400\\/55 { + --tw-shadow-color: #e879f98c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-400\\/60 { --tw-shadow-color: #e879f999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-400\\/65 { + --tw-shadow-color: #e879f9a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-400\\/70 { --tw-shadow-color: #e879f9b3; --tw-shadow: var(--tw-shadow-colored); @@ -3927,6 +5392,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-400\\/85 { + --tw-shadow-color: #e879f9d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-400\\/90 { --tw-shadow-color: #e879f9e6; --tw-shadow: var(--tw-shadow-colored); @@ -3957,6 +5427,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-50\\/15 { + --tw-shadow-color: #fdf4ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-50\\/20 { --tw-shadow-color: #fdf4ff33; --tw-shadow: var(--tw-shadow-colored); @@ -3972,11 +5447,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-50\\/35 { + --tw-shadow-color: #fdf4ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-50\\/40 { --tw-shadow-color: #fdf4ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-50\\/45 { + --tw-shadow-color: #fdf4ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-50\\/5 { --tw-shadow-color: #fdf4ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -3987,11 +5472,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-50\\/55 { + --tw-shadow-color: #fdf4ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-50\\/60 { --tw-shadow-color: #fdf4ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-50\\/65 { + --tw-shadow-color: #fdf4ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-50\\/70 { --tw-shadow-color: #fdf4ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -4007,6 +5502,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-50\\/85 { + --tw-shadow-color: #fdf4ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-50\\/90 { --tw-shadow-color: #fdf4ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -4037,6 +5537,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-500\\/15 { + --tw-shadow-color: #d946ef26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-500\\/20 { --tw-shadow-color: #d946ef33; --tw-shadow: var(--tw-shadow-colored); @@ -4052,11 +5557,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-500\\/35 { + --tw-shadow-color: #d946ef59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-500\\/40 { --tw-shadow-color: #d946ef66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-500\\/45 { + --tw-shadow-color: #d946ef73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-500\\/5 { --tw-shadow-color: #d946ef0d; --tw-shadow: var(--tw-shadow-colored); @@ -4067,11 +5582,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-500\\/55 { + --tw-shadow-color: #d946ef8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-500\\/60 { --tw-shadow-color: #d946ef99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-500\\/65 { + --tw-shadow-color: #d946efa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-500\\/70 { --tw-shadow-color: #d946efb3; --tw-shadow: var(--tw-shadow-colored); @@ -4087,6 +5612,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-500\\/85 { + --tw-shadow-color: #d946efd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-500\\/90 { --tw-shadow-color: #d946efe6; --tw-shadow: var(--tw-shadow-colored); @@ -4117,6 +5647,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-600\\/15 { + --tw-shadow-color: #c026d326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-600\\/20 { --tw-shadow-color: #c026d333; --tw-shadow: var(--tw-shadow-colored); @@ -4132,11 +5667,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-600\\/35 { + --tw-shadow-color: #c026d359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-600\\/40 { --tw-shadow-color: #c026d366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-600\\/45 { + --tw-shadow-color: #c026d373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-600\\/5 { --tw-shadow-color: #c026d30d; --tw-shadow: var(--tw-shadow-colored); @@ -4147,11 +5692,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-600\\/55 { + --tw-shadow-color: #c026d38c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-600\\/60 { --tw-shadow-color: #c026d399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-600\\/65 { + --tw-shadow-color: #c026d3a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-600\\/70 { --tw-shadow-color: #c026d3b3; --tw-shadow: var(--tw-shadow-colored); @@ -4167,6 +5722,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-600\\/85 { + --tw-shadow-color: #c026d3d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-600\\/90 { --tw-shadow-color: #c026d3e6; --tw-shadow: var(--tw-shadow-colored); @@ -4197,6 +5757,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-700\\/15 { + --tw-shadow-color: #a21caf26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-700\\/20 { --tw-shadow-color: #a21caf33; --tw-shadow: var(--tw-shadow-colored); @@ -4212,11 +5777,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-700\\/35 { + --tw-shadow-color: #a21caf59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-700\\/40 { --tw-shadow-color: #a21caf66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-700\\/45 { + --tw-shadow-color: #a21caf73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-700\\/5 { --tw-shadow-color: #a21caf0d; --tw-shadow: var(--tw-shadow-colored); @@ -4227,11 +5802,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-700\\/55 { + --tw-shadow-color: #a21caf8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-700\\/60 { --tw-shadow-color: #a21caf99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-700\\/65 { + --tw-shadow-color: #a21cafa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-700\\/70 { --tw-shadow-color: #a21cafb3; --tw-shadow: var(--tw-shadow-colored); @@ -4247,6 +5832,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-700\\/85 { + --tw-shadow-color: #a21cafd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-700\\/90 { --tw-shadow-color: #a21cafe6; --tw-shadow: var(--tw-shadow-colored); @@ -4277,6 +5867,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-800\\/15 { + --tw-shadow-color: #86198f26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-800\\/20 { --tw-shadow-color: #86198f33; --tw-shadow: var(--tw-shadow-colored); @@ -4292,11 +5887,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-800\\/35 { + --tw-shadow-color: #86198f59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-800\\/40 { --tw-shadow-color: #86198f66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-800\\/45 { + --tw-shadow-color: #86198f73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-800\\/5 { --tw-shadow-color: #86198f0d; --tw-shadow: var(--tw-shadow-colored); @@ -4307,11 +5912,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-800\\/55 { + --tw-shadow-color: #86198f8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-800\\/60 { --tw-shadow-color: #86198f99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-800\\/65 { + --tw-shadow-color: #86198fa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-800\\/70 { --tw-shadow-color: #86198fb3; --tw-shadow: var(--tw-shadow-colored); @@ -4327,6 +5942,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-800\\/85 { + --tw-shadow-color: #86198fd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-800\\/90 { --tw-shadow-color: #86198fe6; --tw-shadow: var(--tw-shadow-colored); @@ -4357,6 +5977,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-900\\/15 { + --tw-shadow-color: #701a7526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-900\\/20 { --tw-shadow-color: #701a7533; --tw-shadow: var(--tw-shadow-colored); @@ -4372,11 +5997,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-900\\/35 { + --tw-shadow-color: #701a7559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-900\\/40 { --tw-shadow-color: #701a7566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-900\\/45 { + --tw-shadow-color: #701a7573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-900\\/5 { --tw-shadow-color: #701a750d; --tw-shadow: var(--tw-shadow-colored); @@ -4387,11 +6022,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-900\\/55 { + --tw-shadow-color: #701a758c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-900\\/60 { --tw-shadow-color: #701a7599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-900\\/65 { + --tw-shadow-color: #701a75a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-900\\/70 { --tw-shadow-color: #701a75b3; --tw-shadow: var(--tw-shadow-colored); @@ -4407,6 +6052,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-900\\/85 { + --tw-shadow-color: #701a75d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-900\\/90 { --tw-shadow-color: #701a75e6; --tw-shadow: var(--tw-shadow-colored); @@ -4437,6 +6087,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-950\\/15 { + --tw-shadow-color: #4a044e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-950\\/20 { --tw-shadow-color: #4a044e33; --tw-shadow: var(--tw-shadow-colored); @@ -4452,11 +6107,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-950\\/35 { + --tw-shadow-color: #4a044e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-950\\/40 { --tw-shadow-color: #4a044e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-950\\/45 { + --tw-shadow-color: #4a044e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-950\\/5 { --tw-shadow-color: #4a044e0d; --tw-shadow: var(--tw-shadow-colored); @@ -4467,11 +6132,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-950\\/55 { + --tw-shadow-color: #4a044e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-950\\/60 { --tw-shadow-color: #4a044e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-950\\/65 { + --tw-shadow-color: #4a044ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-950\\/70 { --tw-shadow-color: #4a044eb3; --tw-shadow: var(--tw-shadow-colored); @@ -4487,6 +6162,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-fuchsia-950\\/85 { + --tw-shadow-color: #4a044ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-fuchsia-950\\/90 { --tw-shadow-color: #4a044ee6; --tw-shadow: var(--tw-shadow-colored); @@ -4517,6 +6197,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-100\\/15 { + --tw-shadow-color: #f3f4f626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-100\\/20 { --tw-shadow-color: #f3f4f633; --tw-shadow: var(--tw-shadow-colored); @@ -4532,11 +6217,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-100\\/35 { + --tw-shadow-color: #f3f4f659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-100\\/40 { --tw-shadow-color: #f3f4f666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-100\\/45 { + --tw-shadow-color: #f3f4f673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-100\\/5 { --tw-shadow-color: #f3f4f60d; --tw-shadow: var(--tw-shadow-colored); @@ -4547,11 +6242,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-100\\/55 { + --tw-shadow-color: #f3f4f68c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-100\\/60 { --tw-shadow-color: #f3f4f699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-100\\/65 { + --tw-shadow-color: #f3f4f6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-100\\/70 { --tw-shadow-color: #f3f4f6b3; --tw-shadow: var(--tw-shadow-colored); @@ -4567,6 +6272,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-100\\/85 { + --tw-shadow-color: #f3f4f6d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-100\\/90 { --tw-shadow-color: #f3f4f6e6; --tw-shadow: var(--tw-shadow-colored); @@ -4597,6 +6307,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-200\\/15 { + --tw-shadow-color: #e5e7eb26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-200\\/20 { --tw-shadow-color: #e5e7eb33; --tw-shadow: var(--tw-shadow-colored); @@ -4612,11 +6327,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-200\\/35 { + --tw-shadow-color: #e5e7eb59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-200\\/40 { --tw-shadow-color: #e5e7eb66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-200\\/45 { + --tw-shadow-color: #e5e7eb73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-200\\/5 { --tw-shadow-color: #e5e7eb0d; --tw-shadow: var(--tw-shadow-colored); @@ -4627,11 +6352,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-200\\/55 { + --tw-shadow-color: #e5e7eb8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-200\\/60 { --tw-shadow-color: #e5e7eb99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-200\\/65 { + --tw-shadow-color: #e5e7eba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-200\\/70 { --tw-shadow-color: #e5e7ebb3; --tw-shadow: var(--tw-shadow-colored); @@ -4647,6 +6382,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-200\\/85 { + --tw-shadow-color: #e5e7ebd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-200\\/90 { --tw-shadow-color: #e5e7ebe6; --tw-shadow: var(--tw-shadow-colored); @@ -4677,6 +6417,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-300\\/15 { + --tw-shadow-color: #d1d5db26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-300\\/20 { --tw-shadow-color: #d1d5db33; --tw-shadow: var(--tw-shadow-colored); @@ -4692,11 +6437,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-300\\/35 { + --tw-shadow-color: #d1d5db59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-300\\/40 { --tw-shadow-color: #d1d5db66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-300\\/45 { + --tw-shadow-color: #d1d5db73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-300\\/5 { --tw-shadow-color: #d1d5db0d; --tw-shadow: var(--tw-shadow-colored); @@ -4707,11 +6462,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-300\\/55 { + --tw-shadow-color: #d1d5db8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-300\\/60 { --tw-shadow-color: #d1d5db99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-300\\/65 { + --tw-shadow-color: #d1d5dba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-300\\/70 { --tw-shadow-color: #d1d5dbb3; --tw-shadow: var(--tw-shadow-colored); @@ -4727,6 +6492,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-300\\/85 { + --tw-shadow-color: #d1d5dbd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-300\\/90 { --tw-shadow-color: #d1d5dbe6; --tw-shadow: var(--tw-shadow-colored); @@ -4757,6 +6527,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-400\\/15 { + --tw-shadow-color: #9ca3af26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-400\\/20 { --tw-shadow-color: #9ca3af33; --tw-shadow: var(--tw-shadow-colored); @@ -4772,11 +6547,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-400\\/35 { + --tw-shadow-color: #9ca3af59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-400\\/40 { --tw-shadow-color: #9ca3af66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-400\\/45 { + --tw-shadow-color: #9ca3af73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-400\\/5 { --tw-shadow-color: #9ca3af0d; --tw-shadow: var(--tw-shadow-colored); @@ -4787,11 +6572,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-400\\/55 { + --tw-shadow-color: #9ca3af8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-400\\/60 { --tw-shadow-color: #9ca3af99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-400\\/65 { + --tw-shadow-color: #9ca3afa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-400\\/70 { --tw-shadow-color: #9ca3afb3; --tw-shadow: var(--tw-shadow-colored); @@ -4807,6 +6602,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-400\\/85 { + --tw-shadow-color: #9ca3afd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-400\\/90 { --tw-shadow-color: #9ca3afe6; --tw-shadow: var(--tw-shadow-colored); @@ -4837,6 +6637,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-50\\/15 { + --tw-shadow-color: #f9fafb26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-50\\/20 { --tw-shadow-color: #f9fafb33; --tw-shadow: var(--tw-shadow-colored); @@ -4852,11 +6657,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-50\\/35 { + --tw-shadow-color: #f9fafb59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-50\\/40 { --tw-shadow-color: #f9fafb66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-50\\/45 { + --tw-shadow-color: #f9fafb73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-50\\/5 { --tw-shadow-color: #f9fafb0d; --tw-shadow: var(--tw-shadow-colored); @@ -4867,11 +6682,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-50\\/55 { + --tw-shadow-color: #f9fafb8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-50\\/60 { --tw-shadow-color: #f9fafb99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-50\\/65 { + --tw-shadow-color: #f9fafba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-50\\/70 { --tw-shadow-color: #f9fafbb3; --tw-shadow: var(--tw-shadow-colored); @@ -4887,6 +6712,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-50\\/85 { + --tw-shadow-color: #f9fafbd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-50\\/90 { --tw-shadow-color: #f9fafbe6; --tw-shadow: var(--tw-shadow-colored); @@ -4917,6 +6747,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-500\\/15 { + --tw-shadow-color: #6b728026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-500\\/20 { --tw-shadow-color: #6b728033; --tw-shadow: var(--tw-shadow-colored); @@ -4932,11 +6767,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-500\\/35 { + --tw-shadow-color: #6b728059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-500\\/40 { --tw-shadow-color: #6b728066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-500\\/45 { + --tw-shadow-color: #6b728073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-500\\/5 { --tw-shadow-color: #6b72800d; --tw-shadow: var(--tw-shadow-colored); @@ -4947,11 +6792,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-500\\/55 { + --tw-shadow-color: #6b72808c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-500\\/60 { --tw-shadow-color: #6b728099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-500\\/65 { + --tw-shadow-color: #6b7280a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-500\\/70 { --tw-shadow-color: #6b7280b3; --tw-shadow: var(--tw-shadow-colored); @@ -4967,6 +6822,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-500\\/85 { + --tw-shadow-color: #6b7280d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-500\\/90 { --tw-shadow-color: #6b7280e6; --tw-shadow: var(--tw-shadow-colored); @@ -4997,6 +6857,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-600\\/15 { + --tw-shadow-color: #4b556326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-600\\/20 { --tw-shadow-color: #4b556333; --tw-shadow: var(--tw-shadow-colored); @@ -5012,11 +6877,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-600\\/35 { + --tw-shadow-color: #4b556359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-600\\/40 { --tw-shadow-color: #4b556366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-600\\/45 { + --tw-shadow-color: #4b556373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-600\\/5 { --tw-shadow-color: #4b55630d; --tw-shadow: var(--tw-shadow-colored); @@ -5027,11 +6902,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-600\\/55 { + --tw-shadow-color: #4b55638c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-600\\/60 { --tw-shadow-color: #4b556399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-600\\/65 { + --tw-shadow-color: #4b5563a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-600\\/70 { --tw-shadow-color: #4b5563b3; --tw-shadow: var(--tw-shadow-colored); @@ -5047,6 +6932,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-600\\/85 { + --tw-shadow-color: #4b5563d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-600\\/90 { --tw-shadow-color: #4b5563e6; --tw-shadow: var(--tw-shadow-colored); @@ -5077,6 +6967,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-700\\/15 { + --tw-shadow-color: #37415126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-700\\/20 { --tw-shadow-color: #37415133; --tw-shadow: var(--tw-shadow-colored); @@ -5092,11 +6987,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-700\\/35 { + --tw-shadow-color: #37415159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-700\\/40 { --tw-shadow-color: #37415166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-700\\/45 { + --tw-shadow-color: #37415173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-700\\/5 { --tw-shadow-color: #3741510d; --tw-shadow: var(--tw-shadow-colored); @@ -5107,11 +7012,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-700\\/55 { + --tw-shadow-color: #3741518c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-700\\/60 { --tw-shadow-color: #37415199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-700\\/65 { + --tw-shadow-color: #374151a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-700\\/70 { --tw-shadow-color: #374151b3; --tw-shadow: var(--tw-shadow-colored); @@ -5127,6 +7042,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-700\\/85 { + --tw-shadow-color: #374151d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-700\\/90 { --tw-shadow-color: #374151e6; --tw-shadow: var(--tw-shadow-colored); @@ -5157,6 +7077,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-800\\/15 { + --tw-shadow-color: #1f293726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-800\\/20 { --tw-shadow-color: #1f293733; --tw-shadow: var(--tw-shadow-colored); @@ -5172,11 +7097,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-800\\/35 { + --tw-shadow-color: #1f293759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-800\\/40 { --tw-shadow-color: #1f293766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-800\\/45 { + --tw-shadow-color: #1f293773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-800\\/5 { --tw-shadow-color: #1f29370d; --tw-shadow: var(--tw-shadow-colored); @@ -5187,11 +7122,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-800\\/55 { + --tw-shadow-color: #1f29378c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-800\\/60 { --tw-shadow-color: #1f293799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-800\\/65 { + --tw-shadow-color: #1f2937a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-800\\/70 { --tw-shadow-color: #1f2937b3; --tw-shadow: var(--tw-shadow-colored); @@ -5207,6 +7152,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-800\\/85 { + --tw-shadow-color: #1f2937d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-800\\/90 { --tw-shadow-color: #1f2937e6; --tw-shadow: var(--tw-shadow-colored); @@ -5237,6 +7187,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-900\\/15 { + --tw-shadow-color: #11182726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-900\\/20 { --tw-shadow-color: #11182733; --tw-shadow: var(--tw-shadow-colored); @@ -5252,11 +7207,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-900\\/35 { + --tw-shadow-color: #11182759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-900\\/40 { --tw-shadow-color: #11182766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-900\\/45 { + --tw-shadow-color: #11182773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-900\\/5 { --tw-shadow-color: #1118270d; --tw-shadow: var(--tw-shadow-colored); @@ -5267,11 +7232,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-900\\/55 { + --tw-shadow-color: #1118278c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-900\\/60 { --tw-shadow-color: #11182799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-900\\/65 { + --tw-shadow-color: #111827a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-900\\/70 { --tw-shadow-color: #111827b3; --tw-shadow: var(--tw-shadow-colored); @@ -5287,6 +7262,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-900\\/85 { + --tw-shadow-color: #111827d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-900\\/90 { --tw-shadow-color: #111827e6; --tw-shadow: var(--tw-shadow-colored); @@ -5317,6 +7297,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-950\\/15 { + --tw-shadow-color: #03071226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-950\\/20 { --tw-shadow-color: #03071233; --tw-shadow: var(--tw-shadow-colored); @@ -5332,11 +7317,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-950\\/35 { + --tw-shadow-color: #03071259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-950\\/40 { --tw-shadow-color: #03071266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-950\\/45 { + --tw-shadow-color: #03071273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-950\\/5 { --tw-shadow-color: #0307120d; --tw-shadow: var(--tw-shadow-colored); @@ -5347,11 +7342,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-950\\/55 { + --tw-shadow-color: #0307128c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-950\\/60 { --tw-shadow-color: #03071299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-950\\/65 { + --tw-shadow-color: #030712a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-950\\/70 { --tw-shadow-color: #030712b3; --tw-shadow: var(--tw-shadow-colored); @@ -5367,6 +7372,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-gray-950\\/85 { + --tw-shadow-color: #030712d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-gray-950\\/90 { --tw-shadow-color: #030712e6; --tw-shadow: var(--tw-shadow-colored); @@ -5397,6 +7407,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-100\\/15 { + --tw-shadow-color: #dcfce726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-100\\/20 { --tw-shadow-color: #dcfce733; --tw-shadow: var(--tw-shadow-colored); @@ -5412,11 +7427,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-100\\/35 { + --tw-shadow-color: #dcfce759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-100\\/40 { --tw-shadow-color: #dcfce766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-100\\/45 { + --tw-shadow-color: #dcfce773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-100\\/5 { --tw-shadow-color: #dcfce70d; --tw-shadow: var(--tw-shadow-colored); @@ -5427,11 +7452,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-100\\/55 { + --tw-shadow-color: #dcfce78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-100\\/60 { --tw-shadow-color: #dcfce799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-100\\/65 { + --tw-shadow-color: #dcfce7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-100\\/70 { --tw-shadow-color: #dcfce7b3; --tw-shadow: var(--tw-shadow-colored); @@ -5447,6 +7482,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-100\\/85 { + --tw-shadow-color: #dcfce7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-100\\/90 { --tw-shadow-color: #dcfce7e6; --tw-shadow: var(--tw-shadow-colored); @@ -5477,6 +7517,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-200\\/15 { + --tw-shadow-color: #bbf7d026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-200\\/20 { --tw-shadow-color: #bbf7d033; --tw-shadow: var(--tw-shadow-colored); @@ -5492,11 +7537,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-200\\/35 { + --tw-shadow-color: #bbf7d059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-200\\/40 { --tw-shadow-color: #bbf7d066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-200\\/45 { + --tw-shadow-color: #bbf7d073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-200\\/5 { --tw-shadow-color: #bbf7d00d; --tw-shadow: var(--tw-shadow-colored); @@ -5507,11 +7562,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-200\\/55 { + --tw-shadow-color: #bbf7d08c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-200\\/60 { --tw-shadow-color: #bbf7d099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-200\\/65 { + --tw-shadow-color: #bbf7d0a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-200\\/70 { --tw-shadow-color: #bbf7d0b3; --tw-shadow: var(--tw-shadow-colored); @@ -5527,6 +7592,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-200\\/85 { + --tw-shadow-color: #bbf7d0d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-200\\/90 { --tw-shadow-color: #bbf7d0e6; --tw-shadow: var(--tw-shadow-colored); @@ -5557,6 +7627,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-300\\/15 { + --tw-shadow-color: #86efac26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-300\\/20 { --tw-shadow-color: #86efac33; --tw-shadow: var(--tw-shadow-colored); @@ -5572,11 +7647,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-300\\/35 { + --tw-shadow-color: #86efac59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-300\\/40 { --tw-shadow-color: #86efac66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-300\\/45 { + --tw-shadow-color: #86efac73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-300\\/5 { --tw-shadow-color: #86efac0d; --tw-shadow: var(--tw-shadow-colored); @@ -5587,11 +7672,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-300\\/55 { + --tw-shadow-color: #86efac8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-300\\/60 { --tw-shadow-color: #86efac99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-300\\/65 { + --tw-shadow-color: #86efaca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-300\\/70 { --tw-shadow-color: #86efacb3; --tw-shadow: var(--tw-shadow-colored); @@ -5607,6 +7702,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-300\\/85 { + --tw-shadow-color: #86efacd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-300\\/90 { --tw-shadow-color: #86eface6; --tw-shadow: var(--tw-shadow-colored); @@ -5637,6 +7737,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-400\\/15 { + --tw-shadow-color: #4ade8026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-400\\/20 { --tw-shadow-color: #4ade8033; --tw-shadow: var(--tw-shadow-colored); @@ -5652,11 +7757,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-400\\/35 { + --tw-shadow-color: #4ade8059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-400\\/40 { --tw-shadow-color: #4ade8066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-400\\/45 { + --tw-shadow-color: #4ade8073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-400\\/5 { --tw-shadow-color: #4ade800d; --tw-shadow: var(--tw-shadow-colored); @@ -5667,11 +7782,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-400\\/55 { + --tw-shadow-color: #4ade808c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-400\\/60 { --tw-shadow-color: #4ade8099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-400\\/65 { + --tw-shadow-color: #4ade80a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-400\\/70 { --tw-shadow-color: #4ade80b3; --tw-shadow: var(--tw-shadow-colored); @@ -5687,7 +7812,12 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-green-400\\/90 { +.shadow-green-400\\/85 { + --tw-shadow-color: #4ade80d9; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-green-400\\/90 { --tw-shadow-color: #4ade80e6; --tw-shadow: var(--tw-shadow-colored); } @@ -5717,6 +7847,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-50\\/15 { + --tw-shadow-color: #f0fdf426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-50\\/20 { --tw-shadow-color: #f0fdf433; --tw-shadow: var(--tw-shadow-colored); @@ -5732,11 +7867,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-50\\/35 { + --tw-shadow-color: #f0fdf459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-50\\/40 { --tw-shadow-color: #f0fdf466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-50\\/45 { + --tw-shadow-color: #f0fdf473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-50\\/5 { --tw-shadow-color: #f0fdf40d; --tw-shadow: var(--tw-shadow-colored); @@ -5747,11 +7892,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-50\\/55 { + --tw-shadow-color: #f0fdf48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-50\\/60 { --tw-shadow-color: #f0fdf499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-50\\/65 { + --tw-shadow-color: #f0fdf4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-50\\/70 { --tw-shadow-color: #f0fdf4b3; --tw-shadow: var(--tw-shadow-colored); @@ -5767,6 +7922,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-50\\/85 { + --tw-shadow-color: #f0fdf4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-50\\/90 { --tw-shadow-color: #f0fdf4e6; --tw-shadow: var(--tw-shadow-colored); @@ -5797,6 +7957,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-500\\/15 { + --tw-shadow-color: #22c55e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-500\\/20 { --tw-shadow-color: #22c55e33; --tw-shadow: var(--tw-shadow-colored); @@ -5812,11 +7977,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-500\\/35 { + --tw-shadow-color: #22c55e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-500\\/40 { --tw-shadow-color: #22c55e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-500\\/45 { + --tw-shadow-color: #22c55e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-500\\/5 { --tw-shadow-color: #22c55e0d; --tw-shadow: var(--tw-shadow-colored); @@ -5827,11 +8002,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-500\\/55 { + --tw-shadow-color: #22c55e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-500\\/60 { --tw-shadow-color: #22c55e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-500\\/65 { + --tw-shadow-color: #22c55ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-500\\/70 { --tw-shadow-color: #22c55eb3; --tw-shadow: var(--tw-shadow-colored); @@ -5847,6 +8032,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-500\\/85 { + --tw-shadow-color: #22c55ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-500\\/90 { --tw-shadow-color: #22c55ee6; --tw-shadow: var(--tw-shadow-colored); @@ -5877,6 +8067,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-600\\/15 { + --tw-shadow-color: #16a34a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-600\\/20 { --tw-shadow-color: #16a34a33; --tw-shadow: var(--tw-shadow-colored); @@ -5892,11 +8087,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-600\\/35 { + --tw-shadow-color: #16a34a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-600\\/40 { --tw-shadow-color: #16a34a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-600\\/45 { + --tw-shadow-color: #16a34a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-600\\/5 { --tw-shadow-color: #16a34a0d; --tw-shadow: var(--tw-shadow-colored); @@ -5907,11 +8112,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-600\\/55 { + --tw-shadow-color: #16a34a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-600\\/60 { --tw-shadow-color: #16a34a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-600\\/65 { + --tw-shadow-color: #16a34aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-600\\/70 { --tw-shadow-color: #16a34ab3; --tw-shadow: var(--tw-shadow-colored); @@ -5927,6 +8142,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-600\\/85 { + --tw-shadow-color: #16a34ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-600\\/90 { --tw-shadow-color: #16a34ae6; --tw-shadow: var(--tw-shadow-colored); @@ -5957,6 +8177,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-700\\/15 { + --tw-shadow-color: #15803d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-700\\/20 { --tw-shadow-color: #15803d33; --tw-shadow: var(--tw-shadow-colored); @@ -5972,11 +8197,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-700\\/35 { + --tw-shadow-color: #15803d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-700\\/40 { --tw-shadow-color: #15803d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-700\\/45 { + --tw-shadow-color: #15803d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-700\\/5 { --tw-shadow-color: #15803d0d; --tw-shadow: var(--tw-shadow-colored); @@ -5987,11 +8222,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-700\\/55 { + --tw-shadow-color: #15803d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-700\\/60 { --tw-shadow-color: #15803d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-700\\/65 { + --tw-shadow-color: #15803da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-700\\/70 { --tw-shadow-color: #15803db3; --tw-shadow: var(--tw-shadow-colored); @@ -6007,6 +8252,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-700\\/85 { + --tw-shadow-color: #15803dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-700\\/90 { --tw-shadow-color: #15803de6; --tw-shadow: var(--tw-shadow-colored); @@ -6037,6 +8287,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-800\\/15 { + --tw-shadow-color: #16653426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-800\\/20 { --tw-shadow-color: #16653433; --tw-shadow: var(--tw-shadow-colored); @@ -6052,11 +8307,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-800\\/35 { + --tw-shadow-color: #16653459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-800\\/40 { --tw-shadow-color: #16653466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-800\\/45 { + --tw-shadow-color: #16653473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-800\\/5 { --tw-shadow-color: #1665340d; --tw-shadow: var(--tw-shadow-colored); @@ -6067,11 +8332,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-800\\/55 { + --tw-shadow-color: #1665348c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-800\\/60 { --tw-shadow-color: #16653499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-800\\/65 { + --tw-shadow-color: #166534a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-800\\/70 { --tw-shadow-color: #166534b3; --tw-shadow: var(--tw-shadow-colored); @@ -6087,6 +8362,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-800\\/85 { + --tw-shadow-color: #166534d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-800\\/90 { --tw-shadow-color: #166534e6; --tw-shadow: var(--tw-shadow-colored); @@ -6117,6 +8397,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-900\\/15 { + --tw-shadow-color: #14532d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-900\\/20 { --tw-shadow-color: #14532d33; --tw-shadow: var(--tw-shadow-colored); @@ -6132,11 +8417,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-900\\/35 { + --tw-shadow-color: #14532d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-900\\/40 { --tw-shadow-color: #14532d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-900\\/45 { + --tw-shadow-color: #14532d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-900\\/5 { --tw-shadow-color: #14532d0d; --tw-shadow: var(--tw-shadow-colored); @@ -6147,11 +8442,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-900\\/55 { + --tw-shadow-color: #14532d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-900\\/60 { --tw-shadow-color: #14532d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-900\\/65 { + --tw-shadow-color: #14532da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-900\\/70 { --tw-shadow-color: #14532db3; --tw-shadow: var(--tw-shadow-colored); @@ -6167,6 +8472,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-900\\/85 { + --tw-shadow-color: #14532dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-900\\/90 { --tw-shadow-color: #14532de6; --tw-shadow: var(--tw-shadow-colored); @@ -6197,6 +8507,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-950\\/15 { + --tw-shadow-color: #052e1626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-950\\/20 { --tw-shadow-color: #052e1633; --tw-shadow: var(--tw-shadow-colored); @@ -6212,11 +8527,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-950\\/35 { + --tw-shadow-color: #052e1659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-950\\/40 { --tw-shadow-color: #052e1666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-950\\/45 { + --tw-shadow-color: #052e1673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-950\\/5 { --tw-shadow-color: #052e160d; --tw-shadow: var(--tw-shadow-colored); @@ -6227,11 +8552,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-950\\/55 { + --tw-shadow-color: #052e168c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-950\\/60 { --tw-shadow-color: #052e1699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-950\\/65 { + --tw-shadow-color: #052e16a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-950\\/70 { --tw-shadow-color: #052e16b3; --tw-shadow: var(--tw-shadow-colored); @@ -6247,6 +8582,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-green-950\\/85 { + --tw-shadow-color: #052e16d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-green-950\\/90 { --tw-shadow-color: #052e16e6; --tw-shadow: var(--tw-shadow-colored); @@ -6277,6 +8617,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-100\\/15 { + --tw-shadow-color: #e0e7ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-100\\/20 { --tw-shadow-color: #e0e7ff33; --tw-shadow: var(--tw-shadow-colored); @@ -6292,11 +8637,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-100\\/35 { + --tw-shadow-color: #e0e7ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-100\\/40 { --tw-shadow-color: #e0e7ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-100\\/45 { + --tw-shadow-color: #e0e7ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-100\\/5 { --tw-shadow-color: #e0e7ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -6307,11 +8662,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-100\\/55 { + --tw-shadow-color: #e0e7ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-100\\/60 { --tw-shadow-color: #e0e7ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-100\\/65 { + --tw-shadow-color: #e0e7ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-100\\/70 { --tw-shadow-color: #e0e7ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -6327,6 +8692,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-100\\/85 { + --tw-shadow-color: #e0e7ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-100\\/90 { --tw-shadow-color: #e0e7ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -6357,6 +8727,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-200\\/15 { + --tw-shadow-color: #c7d2fe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-200\\/20 { --tw-shadow-color: #c7d2fe33; --tw-shadow: var(--tw-shadow-colored); @@ -6372,11 +8747,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-200\\/35 { + --tw-shadow-color: #c7d2fe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-200\\/40 { --tw-shadow-color: #c7d2fe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-200\\/45 { + --tw-shadow-color: #c7d2fe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-200\\/5 { --tw-shadow-color: #c7d2fe0d; --tw-shadow: var(--tw-shadow-colored); @@ -6387,11 +8772,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-200\\/55 { + --tw-shadow-color: #c7d2fe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-200\\/60 { --tw-shadow-color: #c7d2fe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-200\\/65 { + --tw-shadow-color: #c7d2fea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-200\\/70 { --tw-shadow-color: #c7d2feb3; --tw-shadow: var(--tw-shadow-colored); @@ -6407,6 +8802,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-200\\/85 { + --tw-shadow-color: #c7d2fed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-200\\/90 { --tw-shadow-color: #c7d2fee6; --tw-shadow: var(--tw-shadow-colored); @@ -6437,6 +8837,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-300\\/15 { + --tw-shadow-color: #a5b4fc26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-300\\/20 { --tw-shadow-color: #a5b4fc33; --tw-shadow: var(--tw-shadow-colored); @@ -6452,11 +8857,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-300\\/35 { + --tw-shadow-color: #a5b4fc59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-300\\/40 { --tw-shadow-color: #a5b4fc66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-300\\/45 { + --tw-shadow-color: #a5b4fc73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-300\\/5 { --tw-shadow-color: #a5b4fc0d; --tw-shadow: var(--tw-shadow-colored); @@ -6467,11 +8882,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-300\\/55 { + --tw-shadow-color: #a5b4fc8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-300\\/60 { --tw-shadow-color: #a5b4fc99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-300\\/65 { + --tw-shadow-color: #a5b4fca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-300\\/70 { --tw-shadow-color: #a5b4fcb3; --tw-shadow: var(--tw-shadow-colored); @@ -6487,6 +8912,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-300\\/85 { + --tw-shadow-color: #a5b4fcd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-300\\/90 { --tw-shadow-color: #a5b4fce6; --tw-shadow: var(--tw-shadow-colored); @@ -6517,6 +8947,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-400\\/15 { + --tw-shadow-color: #818cf826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-400\\/20 { --tw-shadow-color: #818cf833; --tw-shadow: var(--tw-shadow-colored); @@ -6532,11 +8967,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-400\\/35 { + --tw-shadow-color: #818cf859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-400\\/40 { --tw-shadow-color: #818cf866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-400\\/45 { + --tw-shadow-color: #818cf873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-400\\/5 { --tw-shadow-color: #818cf80d; --tw-shadow: var(--tw-shadow-colored); @@ -6547,11 +8992,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-400\\/55 { + --tw-shadow-color: #818cf88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-400\\/60 { --tw-shadow-color: #818cf899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-400\\/65 { + --tw-shadow-color: #818cf8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-400\\/70 { --tw-shadow-color: #818cf8b3; --tw-shadow: var(--tw-shadow-colored); @@ -6567,6 +9022,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-400\\/85 { + --tw-shadow-color: #818cf8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-400\\/90 { --tw-shadow-color: #818cf8e6; --tw-shadow: var(--tw-shadow-colored); @@ -6597,6 +9057,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-50\\/15 { + --tw-shadow-color: #eef2ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-50\\/20 { --tw-shadow-color: #eef2ff33; --tw-shadow: var(--tw-shadow-colored); @@ -6612,11 +9077,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-50\\/35 { + --tw-shadow-color: #eef2ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-50\\/40 { --tw-shadow-color: #eef2ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-50\\/45 { + --tw-shadow-color: #eef2ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-50\\/5 { --tw-shadow-color: #eef2ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -6627,11 +9102,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-50\\/55 { + --tw-shadow-color: #eef2ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-50\\/60 { --tw-shadow-color: #eef2ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-50\\/65 { + --tw-shadow-color: #eef2ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-50\\/70 { --tw-shadow-color: #eef2ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -6647,6 +9132,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-50\\/85 { + --tw-shadow-color: #eef2ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-50\\/90 { --tw-shadow-color: #eef2ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -6677,6 +9167,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-500\\/15 { + --tw-shadow-color: #6366f126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-500\\/20 { --tw-shadow-color: #6366f133; --tw-shadow: var(--tw-shadow-colored); @@ -6692,11 +9187,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-500\\/35 { + --tw-shadow-color: #6366f159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-500\\/40 { --tw-shadow-color: #6366f166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-500\\/45 { + --tw-shadow-color: #6366f173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-500\\/5 { --tw-shadow-color: #6366f10d; --tw-shadow: var(--tw-shadow-colored); @@ -6707,11 +9212,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-500\\/55 { + --tw-shadow-color: #6366f18c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-500\\/60 { --tw-shadow-color: #6366f199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-500\\/65 { + --tw-shadow-color: #6366f1a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-500\\/70 { --tw-shadow-color: #6366f1b3; --tw-shadow: var(--tw-shadow-colored); @@ -6727,6 +9242,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-500\\/85 { + --tw-shadow-color: #6366f1d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-500\\/90 { --tw-shadow-color: #6366f1e6; --tw-shadow: var(--tw-shadow-colored); @@ -6757,6 +9277,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-600\\/15 { + --tw-shadow-color: #4f46e526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-600\\/20 { --tw-shadow-color: #4f46e533; --tw-shadow: var(--tw-shadow-colored); @@ -6772,11 +9297,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-600\\/35 { + --tw-shadow-color: #4f46e559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-600\\/40 { --tw-shadow-color: #4f46e566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-600\\/45 { + --tw-shadow-color: #4f46e573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-600\\/5 { --tw-shadow-color: #4f46e50d; --tw-shadow: var(--tw-shadow-colored); @@ -6787,11 +9322,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-600\\/55 { + --tw-shadow-color: #4f46e58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-600\\/60 { --tw-shadow-color: #4f46e599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-600\\/65 { + --tw-shadow-color: #4f46e5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-600\\/70 { --tw-shadow-color: #4f46e5b3; --tw-shadow: var(--tw-shadow-colored); @@ -6807,6 +9352,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-600\\/85 { + --tw-shadow-color: #4f46e5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-600\\/90 { --tw-shadow-color: #4f46e5e6; --tw-shadow: var(--tw-shadow-colored); @@ -6837,6 +9387,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-700\\/15 { + --tw-shadow-color: #4338ca26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-700\\/20 { --tw-shadow-color: #4338ca33; --tw-shadow: var(--tw-shadow-colored); @@ -6852,11 +9407,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-700\\/35 { + --tw-shadow-color: #4338ca59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-700\\/40 { --tw-shadow-color: #4338ca66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-700\\/45 { + --tw-shadow-color: #4338ca73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-700\\/5 { --tw-shadow-color: #4338ca0d; --tw-shadow: var(--tw-shadow-colored); @@ -6867,11 +9432,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-700\\/55 { + --tw-shadow-color: #4338ca8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-700\\/60 { --tw-shadow-color: #4338ca99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-700\\/65 { + --tw-shadow-color: #4338caa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-700\\/70 { --tw-shadow-color: #4338cab3; --tw-shadow: var(--tw-shadow-colored); @@ -6887,6 +9462,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-700\\/85 { + --tw-shadow-color: #4338cad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-700\\/90 { --tw-shadow-color: #4338cae6; --tw-shadow: var(--tw-shadow-colored); @@ -6917,6 +9497,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-800\\/15 { + --tw-shadow-color: #3730a326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-800\\/20 { --tw-shadow-color: #3730a333; --tw-shadow: var(--tw-shadow-colored); @@ -6932,11 +9517,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-800\\/35 { + --tw-shadow-color: #3730a359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-800\\/40 { --tw-shadow-color: #3730a366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-800\\/45 { + --tw-shadow-color: #3730a373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-800\\/5 { --tw-shadow-color: #3730a30d; --tw-shadow: var(--tw-shadow-colored); @@ -6947,11 +9542,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-800\\/55 { + --tw-shadow-color: #3730a38c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-800\\/60 { --tw-shadow-color: #3730a399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-800\\/65 { + --tw-shadow-color: #3730a3a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-800\\/70 { --tw-shadow-color: #3730a3b3; --tw-shadow: var(--tw-shadow-colored); @@ -6967,6 +9572,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-800\\/85 { + --tw-shadow-color: #3730a3d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-800\\/90 { --tw-shadow-color: #3730a3e6; --tw-shadow: var(--tw-shadow-colored); @@ -6997,6 +9607,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-900\\/15 { + --tw-shadow-color: #312e8126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-900\\/20 { --tw-shadow-color: #312e8133; --tw-shadow: var(--tw-shadow-colored); @@ -7012,11 +9627,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-900\\/35 { + --tw-shadow-color: #312e8159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-900\\/40 { --tw-shadow-color: #312e8166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-900\\/45 { + --tw-shadow-color: #312e8173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-900\\/5 { --tw-shadow-color: #312e810d; --tw-shadow: var(--tw-shadow-colored); @@ -7027,11 +9652,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-900\\/55 { + --tw-shadow-color: #312e818c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-900\\/60 { --tw-shadow-color: #312e8199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-900\\/65 { + --tw-shadow-color: #312e81a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-900\\/70 { --tw-shadow-color: #312e81b3; --tw-shadow: var(--tw-shadow-colored); @@ -7047,6 +9682,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-900\\/85 { + --tw-shadow-color: #312e81d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-900\\/90 { --tw-shadow-color: #312e81e6; --tw-shadow: var(--tw-shadow-colored); @@ -7077,6 +9717,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-950\\/15 { + --tw-shadow-color: #1e1b4b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-950\\/20 { --tw-shadow-color: #1e1b4b33; --tw-shadow: var(--tw-shadow-colored); @@ -7092,11 +9737,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-950\\/35 { + --tw-shadow-color: #1e1b4b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-950\\/40 { --tw-shadow-color: #1e1b4b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-950\\/45 { + --tw-shadow-color: #1e1b4b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-950\\/5 { --tw-shadow-color: #1e1b4b0d; --tw-shadow: var(--tw-shadow-colored); @@ -7107,11 +9762,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-950\\/55 { + --tw-shadow-color: #1e1b4b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-950\\/60 { --tw-shadow-color: #1e1b4b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-950\\/65 { + --tw-shadow-color: #1e1b4ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-950\\/70 { --tw-shadow-color: #1e1b4bb3; --tw-shadow: var(--tw-shadow-colored); @@ -7127,6 +9792,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-indigo-950\\/85 { + --tw-shadow-color: #1e1b4bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-indigo-950\\/90 { --tw-shadow-color: #1e1b4be6; --tw-shadow: var(--tw-shadow-colored); @@ -7162,6 +9832,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-100\\/15 { + --tw-shadow-color: #ecfccb26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-100\\/20 { --tw-shadow-color: #ecfccb33; --tw-shadow: var(--tw-shadow-colored); @@ -7177,11 +9852,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-100\\/35 { + --tw-shadow-color: #ecfccb59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-100\\/40 { --tw-shadow-color: #ecfccb66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-100\\/45 { + --tw-shadow-color: #ecfccb73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-100\\/5 { --tw-shadow-color: #ecfccb0d; --tw-shadow: var(--tw-shadow-colored); @@ -7192,11 +9877,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-100\\/55 { + --tw-shadow-color: #ecfccb8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-100\\/60 { --tw-shadow-color: #ecfccb99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-100\\/65 { + --tw-shadow-color: #ecfccba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-100\\/70 { --tw-shadow-color: #ecfccbb3; --tw-shadow: var(--tw-shadow-colored); @@ -7212,6 +9907,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-100\\/85 { + --tw-shadow-color: #ecfccbd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-100\\/90 { --tw-shadow-color: #ecfccbe6; --tw-shadow: var(--tw-shadow-colored); @@ -7242,6 +9942,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-200\\/15 { + --tw-shadow-color: #d9f99d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-200\\/20 { --tw-shadow-color: #d9f99d33; --tw-shadow: var(--tw-shadow-colored); @@ -7257,11 +9962,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-200\\/35 { + --tw-shadow-color: #d9f99d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-200\\/40 { --tw-shadow-color: #d9f99d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-200\\/45 { + --tw-shadow-color: #d9f99d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-200\\/5 { --tw-shadow-color: #d9f99d0d; --tw-shadow: var(--tw-shadow-colored); @@ -7272,11 +9987,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-200\\/55 { + --tw-shadow-color: #d9f99d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-200\\/60 { --tw-shadow-color: #d9f99d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-200\\/65 { + --tw-shadow-color: #d9f99da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-200\\/70 { --tw-shadow-color: #d9f99db3; --tw-shadow: var(--tw-shadow-colored); @@ -7292,6 +10017,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-200\\/85 { + --tw-shadow-color: #d9f99dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-200\\/90 { --tw-shadow-color: #d9f99de6; --tw-shadow: var(--tw-shadow-colored); @@ -7322,6 +10052,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-300\\/15 { + --tw-shadow-color: #bef26426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-300\\/20 { --tw-shadow-color: #bef26433; --tw-shadow: var(--tw-shadow-colored); @@ -7337,11 +10072,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-300\\/35 { + --tw-shadow-color: #bef26459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-300\\/40 { --tw-shadow-color: #bef26466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-300\\/45 { + --tw-shadow-color: #bef26473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-300\\/5 { --tw-shadow-color: #bef2640d; --tw-shadow: var(--tw-shadow-colored); @@ -7352,11 +10097,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-300\\/55 { + --tw-shadow-color: #bef2648c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-300\\/60 { --tw-shadow-color: #bef26499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-300\\/65 { + --tw-shadow-color: #bef264a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-300\\/70 { --tw-shadow-color: #bef264b3; --tw-shadow: var(--tw-shadow-colored); @@ -7372,6 +10127,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-300\\/85 { + --tw-shadow-color: #bef264d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-300\\/90 { --tw-shadow-color: #bef264e6; --tw-shadow: var(--tw-shadow-colored); @@ -7402,6 +10162,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-400\\/15 { + --tw-shadow-color: #a3e63526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-400\\/20 { --tw-shadow-color: #a3e63533; --tw-shadow: var(--tw-shadow-colored); @@ -7417,11 +10182,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-400\\/35 { + --tw-shadow-color: #a3e63559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-400\\/40 { --tw-shadow-color: #a3e63566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-400\\/45 { + --tw-shadow-color: #a3e63573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-400\\/5 { --tw-shadow-color: #a3e6350d; --tw-shadow: var(--tw-shadow-colored); @@ -7432,11 +10207,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-400\\/55 { + --tw-shadow-color: #a3e6358c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-400\\/60 { --tw-shadow-color: #a3e63599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-400\\/65 { + --tw-shadow-color: #a3e635a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-400\\/70 { --tw-shadow-color: #a3e635b3; --tw-shadow: var(--tw-shadow-colored); @@ -7452,6 +10237,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-400\\/85 { + --tw-shadow-color: #a3e635d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-400\\/90 { --tw-shadow-color: #a3e635e6; --tw-shadow: var(--tw-shadow-colored); @@ -7482,6 +10272,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-50\\/15 { + --tw-shadow-color: #f7fee726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-50\\/20 { --tw-shadow-color: #f7fee733; --tw-shadow: var(--tw-shadow-colored); @@ -7497,11 +10292,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-50\\/35 { + --tw-shadow-color: #f7fee759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-50\\/40 { --tw-shadow-color: #f7fee766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-50\\/45 { + --tw-shadow-color: #f7fee773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-50\\/5 { --tw-shadow-color: #f7fee70d; --tw-shadow: var(--tw-shadow-colored); @@ -7512,11 +10317,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-50\\/55 { + --tw-shadow-color: #f7fee78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-50\\/60 { --tw-shadow-color: #f7fee799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-50\\/65 { + --tw-shadow-color: #f7fee7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-50\\/70 { --tw-shadow-color: #f7fee7b3; --tw-shadow: var(--tw-shadow-colored); @@ -7532,6 +10347,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-50\\/85 { + --tw-shadow-color: #f7fee7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-50\\/90 { --tw-shadow-color: #f7fee7e6; --tw-shadow: var(--tw-shadow-colored); @@ -7562,6 +10382,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-500\\/15 { + --tw-shadow-color: #84cc1626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-500\\/20 { --tw-shadow-color: #84cc1633; --tw-shadow: var(--tw-shadow-colored); @@ -7577,11 +10402,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-500\\/35 { + --tw-shadow-color: #84cc1659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-500\\/40 { --tw-shadow-color: #84cc1666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-500\\/45 { + --tw-shadow-color: #84cc1673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-500\\/5 { --tw-shadow-color: #84cc160d; --tw-shadow: var(--tw-shadow-colored); @@ -7592,11 +10427,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-500\\/55 { + --tw-shadow-color: #84cc168c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-500\\/60 { --tw-shadow-color: #84cc1699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-500\\/65 { + --tw-shadow-color: #84cc16a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-500\\/70 { --tw-shadow-color: #84cc16b3; --tw-shadow: var(--tw-shadow-colored); @@ -7612,6 +10457,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-500\\/85 { + --tw-shadow-color: #84cc16d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-500\\/90 { --tw-shadow-color: #84cc16e6; --tw-shadow: var(--tw-shadow-colored); @@ -7642,6 +10492,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-600\\/15 { + --tw-shadow-color: #65a30d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-600\\/20 { --tw-shadow-color: #65a30d33; --tw-shadow: var(--tw-shadow-colored); @@ -7657,11 +10512,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-600\\/35 { + --tw-shadow-color: #65a30d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-600\\/40 { --tw-shadow-color: #65a30d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-600\\/45 { + --tw-shadow-color: #65a30d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-600\\/5 { --tw-shadow-color: #65a30d0d; --tw-shadow: var(--tw-shadow-colored); @@ -7672,11 +10537,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-600\\/55 { + --tw-shadow-color: #65a30d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-600\\/60 { --tw-shadow-color: #65a30d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-600\\/65 { + --tw-shadow-color: #65a30da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-600\\/70 { --tw-shadow-color: #65a30db3; --tw-shadow: var(--tw-shadow-colored); @@ -7692,6 +10567,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-600\\/85 { + --tw-shadow-color: #65a30dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-600\\/90 { --tw-shadow-color: #65a30de6; --tw-shadow: var(--tw-shadow-colored); @@ -7722,6 +10602,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-700\\/15 { + --tw-shadow-color: #4d7c0f26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-700\\/20 { --tw-shadow-color: #4d7c0f33; --tw-shadow: var(--tw-shadow-colored); @@ -7737,11 +10622,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-700\\/35 { + --tw-shadow-color: #4d7c0f59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-700\\/40 { --tw-shadow-color: #4d7c0f66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-700\\/45 { + --tw-shadow-color: #4d7c0f73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-700\\/5 { --tw-shadow-color: #4d7c0f0d; --tw-shadow: var(--tw-shadow-colored); @@ -7752,11 +10647,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-700\\/55 { + --tw-shadow-color: #4d7c0f8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-700\\/60 { --tw-shadow-color: #4d7c0f99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-700\\/65 { + --tw-shadow-color: #4d7c0fa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-700\\/70 { --tw-shadow-color: #4d7c0fb3; --tw-shadow: var(--tw-shadow-colored); @@ -7772,6 +10677,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-700\\/85 { + --tw-shadow-color: #4d7c0fd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-700\\/90 { --tw-shadow-color: #4d7c0fe6; --tw-shadow: var(--tw-shadow-colored); @@ -7802,6 +10712,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-800\\/15 { + --tw-shadow-color: #3f621226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-800\\/20 { --tw-shadow-color: #3f621233; --tw-shadow: var(--tw-shadow-colored); @@ -7817,11 +10732,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-800\\/35 { + --tw-shadow-color: #3f621259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-800\\/40 { --tw-shadow-color: #3f621266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-800\\/45 { + --tw-shadow-color: #3f621273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-800\\/5 { --tw-shadow-color: #3f62120d; --tw-shadow: var(--tw-shadow-colored); @@ -7832,11 +10757,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-800\\/55 { + --tw-shadow-color: #3f62128c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-800\\/60 { --tw-shadow-color: #3f621299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-800\\/65 { + --tw-shadow-color: #3f6212a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-800\\/70 { --tw-shadow-color: #3f6212b3; --tw-shadow: var(--tw-shadow-colored); @@ -7852,6 +10787,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-800\\/85 { + --tw-shadow-color: #3f6212d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-800\\/90 { --tw-shadow-color: #3f6212e6; --tw-shadow: var(--tw-shadow-colored); @@ -7882,6 +10822,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-900\\/15 { + --tw-shadow-color: #36531426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-900\\/20 { --tw-shadow-color: #36531433; --tw-shadow: var(--tw-shadow-colored); @@ -7897,11 +10842,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-900\\/35 { + --tw-shadow-color: #36531459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-900\\/40 { --tw-shadow-color: #36531466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-900\\/45 { + --tw-shadow-color: #36531473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-900\\/5 { --tw-shadow-color: #3653140d; --tw-shadow: var(--tw-shadow-colored); @@ -7912,11 +10867,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-900\\/55 { + --tw-shadow-color: #3653148c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-900\\/60 { --tw-shadow-color: #36531499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-900\\/65 { + --tw-shadow-color: #365314a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-900\\/70 { --tw-shadow-color: #365314b3; --tw-shadow: var(--tw-shadow-colored); @@ -7932,6 +10897,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-900\\/85 { + --tw-shadow-color: #365314d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-900\\/90 { --tw-shadow-color: #365314e6; --tw-shadow: var(--tw-shadow-colored); @@ -7962,6 +10932,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-950\\/15 { + --tw-shadow-color: #1a2e0526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-950\\/20 { --tw-shadow-color: #1a2e0533; --tw-shadow: var(--tw-shadow-colored); @@ -7977,11 +10952,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-lime-950\\/40 { +.shadow-lime-950\\/35 { + --tw-shadow-color: #1a2e0559; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-lime-950\\/40 { --tw-shadow-color: #1a2e0566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-950\\/45 { + --tw-shadow-color: #1a2e0573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-950\\/5 { --tw-shadow-color: #1a2e050d; --tw-shadow: var(--tw-shadow-colored); @@ -7992,11 +10977,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-950\\/55 { + --tw-shadow-color: #1a2e058c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-950\\/60 { --tw-shadow-color: #1a2e0599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-950\\/65 { + --tw-shadow-color: #1a2e05a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-950\\/70 { --tw-shadow-color: #1a2e05b3; --tw-shadow: var(--tw-shadow-colored); @@ -8012,6 +11007,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-lime-950\\/85 { + --tw-shadow-color: #1a2e05d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-lime-950\\/90 { --tw-shadow-color: #1a2e05e6; --tw-shadow: var(--tw-shadow-colored); @@ -8042,6 +11042,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-100\\/15 { + --tw-shadow-color: #f5f5f526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-100\\/20 { --tw-shadow-color: #f5f5f533; --tw-shadow: var(--tw-shadow-colored); @@ -8057,11 +11062,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-100\\/35 { + --tw-shadow-color: #f5f5f559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-100\\/40 { --tw-shadow-color: #f5f5f566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-100\\/45 { + --tw-shadow-color: #f5f5f573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-100\\/5 { --tw-shadow-color: #f5f5f50d; --tw-shadow: var(--tw-shadow-colored); @@ -8072,11 +11087,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-100\\/55 { + --tw-shadow-color: #f5f5f58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-100\\/60 { --tw-shadow-color: #f5f5f599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-100\\/65 { + --tw-shadow-color: #f5f5f5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-100\\/70 { --tw-shadow-color: #f5f5f5b3; --tw-shadow: var(--tw-shadow-colored); @@ -8092,6 +11117,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-100\\/85 { + --tw-shadow-color: #f5f5f5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-100\\/90 { --tw-shadow-color: #f5f5f5e6; --tw-shadow: var(--tw-shadow-colored); @@ -8122,6 +11152,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-200\\/15 { + --tw-shadow-color: #e5e5e526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-200\\/20 { --tw-shadow-color: #e5e5e533; --tw-shadow: var(--tw-shadow-colored); @@ -8137,11 +11172,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-200\\/35 { + --tw-shadow-color: #e5e5e559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-200\\/40 { --tw-shadow-color: #e5e5e566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-200\\/45 { + --tw-shadow-color: #e5e5e573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-200\\/5 { --tw-shadow-color: #e5e5e50d; --tw-shadow: var(--tw-shadow-colored); @@ -8152,11 +11197,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-200\\/55 { + --tw-shadow-color: #e5e5e58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-200\\/60 { --tw-shadow-color: #e5e5e599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-200\\/65 { + --tw-shadow-color: #e5e5e5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-200\\/70 { --tw-shadow-color: #e5e5e5b3; --tw-shadow: var(--tw-shadow-colored); @@ -8172,6 +11227,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-200\\/85 { + --tw-shadow-color: #e5e5e5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-200\\/90 { --tw-shadow-color: #e5e5e5e6; --tw-shadow: var(--tw-shadow-colored); @@ -8202,6 +11262,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-300\\/15 { + --tw-shadow-color: #d4d4d426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-300\\/20 { --tw-shadow-color: #d4d4d433; --tw-shadow: var(--tw-shadow-colored); @@ -8217,11 +11282,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-300\\/35 { + --tw-shadow-color: #d4d4d459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-300\\/40 { --tw-shadow-color: #d4d4d466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-300\\/45 { + --tw-shadow-color: #d4d4d473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-300\\/5 { --tw-shadow-color: #d4d4d40d; --tw-shadow: var(--tw-shadow-colored); @@ -8232,11 +11307,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-300\\/55 { + --tw-shadow-color: #d4d4d48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-300\\/60 { --tw-shadow-color: #d4d4d499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-300\\/65 { + --tw-shadow-color: #d4d4d4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-300\\/70 { --tw-shadow-color: #d4d4d4b3; --tw-shadow: var(--tw-shadow-colored); @@ -8252,6 +11337,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-300\\/85 { + --tw-shadow-color: #d4d4d4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-300\\/90 { --tw-shadow-color: #d4d4d4e6; --tw-shadow: var(--tw-shadow-colored); @@ -8282,6 +11372,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-400\\/15 { + --tw-shadow-color: #a3a3a326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-400\\/20 { --tw-shadow-color: #a3a3a333; --tw-shadow: var(--tw-shadow-colored); @@ -8297,11 +11392,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-400\\/35 { + --tw-shadow-color: #a3a3a359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-400\\/40 { --tw-shadow-color: #a3a3a366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-400\\/45 { + --tw-shadow-color: #a3a3a373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-400\\/5 { --tw-shadow-color: #a3a3a30d; --tw-shadow: var(--tw-shadow-colored); @@ -8312,11 +11417,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-400\\/55 { + --tw-shadow-color: #a3a3a38c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-400\\/60 { --tw-shadow-color: #a3a3a399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-400\\/65 { + --tw-shadow-color: #a3a3a3a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-400\\/70 { --tw-shadow-color: #a3a3a3b3; --tw-shadow: var(--tw-shadow-colored); @@ -8332,6 +11447,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-400\\/85 { + --tw-shadow-color: #a3a3a3d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-400\\/90 { --tw-shadow-color: #a3a3a3e6; --tw-shadow: var(--tw-shadow-colored); @@ -8362,6 +11482,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-50\\/15 { + --tw-shadow-color: #fafafa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-50\\/20 { --tw-shadow-color: #fafafa33; --tw-shadow: var(--tw-shadow-colored); @@ -8377,11 +11502,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-50\\/35 { + --tw-shadow-color: #fafafa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-50\\/40 { --tw-shadow-color: #fafafa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-50\\/45 { + --tw-shadow-color: #fafafa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-50\\/5 { --tw-shadow-color: #fafafa0d; --tw-shadow: var(--tw-shadow-colored); @@ -8392,11 +11527,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-50\\/55 { + --tw-shadow-color: #fafafa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-50\\/60 { --tw-shadow-color: #fafafa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-50\\/65 { + --tw-shadow-color: #fafafaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-50\\/70 { --tw-shadow-color: #fafafab3; --tw-shadow: var(--tw-shadow-colored); @@ -8412,6 +11557,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-50\\/85 { + --tw-shadow-color: #fafafad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-50\\/90 { --tw-shadow-color: #fafafae6; --tw-shadow: var(--tw-shadow-colored); @@ -8442,6 +11592,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-500\\/15 { + --tw-shadow-color: #73737326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-500\\/20 { --tw-shadow-color: #73737333; --tw-shadow: var(--tw-shadow-colored); @@ -8457,11 +11612,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-500\\/35 { + --tw-shadow-color: #73737359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-500\\/40 { --tw-shadow-color: #73737366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-500\\/45 { + --tw-shadow-color: #73737373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-500\\/5 { --tw-shadow-color: #7373730d; --tw-shadow: var(--tw-shadow-colored); @@ -8472,11 +11637,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-500\\/55 { + --tw-shadow-color: #7373738c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-500\\/60 { --tw-shadow-color: #73737399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-500\\/65 { + --tw-shadow-color: #737373a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-500\\/70 { --tw-shadow-color: #737373b3; --tw-shadow: var(--tw-shadow-colored); @@ -8492,6 +11667,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-500\\/85 { + --tw-shadow-color: #737373d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-500\\/90 { --tw-shadow-color: #737373e6; --tw-shadow: var(--tw-shadow-colored); @@ -8522,6 +11702,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-600\\/15 { + --tw-shadow-color: #52525226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-600\\/20 { --tw-shadow-color: #52525233; --tw-shadow: var(--tw-shadow-colored); @@ -8537,11 +11722,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-600\\/35 { + --tw-shadow-color: #52525259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-600\\/40 { --tw-shadow-color: #52525266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-600\\/45 { + --tw-shadow-color: #52525273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-600\\/5 { --tw-shadow-color: #5252520d; --tw-shadow: var(--tw-shadow-colored); @@ -8552,11 +11747,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-600\\/55 { + --tw-shadow-color: #5252528c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-600\\/60 { --tw-shadow-color: #52525299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-600\\/65 { + --tw-shadow-color: #525252a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-600\\/70 { --tw-shadow-color: #525252b3; --tw-shadow: var(--tw-shadow-colored); @@ -8572,6 +11777,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-600\\/85 { + --tw-shadow-color: #525252d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-600\\/90 { --tw-shadow-color: #525252e6; --tw-shadow: var(--tw-shadow-colored); @@ -8602,6 +11812,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-700\\/15 { + --tw-shadow-color: #40404026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-700\\/20 { --tw-shadow-color: #40404033; --tw-shadow: var(--tw-shadow-colored); @@ -8617,11 +11832,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-700\\/35 { + --tw-shadow-color: #40404059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-700\\/40 { --tw-shadow-color: #40404066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-700\\/45 { + --tw-shadow-color: #40404073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-700\\/5 { --tw-shadow-color: #4040400d; --tw-shadow: var(--tw-shadow-colored); @@ -8632,11 +11857,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-700\\/55 { + --tw-shadow-color: #4040408c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-700\\/60 { --tw-shadow-color: #40404099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-700\\/65 { + --tw-shadow-color: #404040a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-700\\/70 { --tw-shadow-color: #404040b3; --tw-shadow: var(--tw-shadow-colored); @@ -8652,6 +11887,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-700\\/85 { + --tw-shadow-color: #404040d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-700\\/90 { --tw-shadow-color: #404040e6; --tw-shadow: var(--tw-shadow-colored); @@ -8682,6 +11922,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-800\\/15 { + --tw-shadow-color: #26262626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-800\\/20 { --tw-shadow-color: #26262633; --tw-shadow: var(--tw-shadow-colored); @@ -8697,11 +11942,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-800\\/35 { + --tw-shadow-color: #26262659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-800\\/40 { --tw-shadow-color: #26262666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-800\\/45 { + --tw-shadow-color: #26262673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-800\\/5 { --tw-shadow-color: #2626260d; --tw-shadow: var(--tw-shadow-colored); @@ -8712,11 +11967,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-800\\/55 { + --tw-shadow-color: #2626268c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-800\\/60 { --tw-shadow-color: #26262699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-800\\/65 { + --tw-shadow-color: #262626a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-800\\/70 { --tw-shadow-color: #262626b3; --tw-shadow: var(--tw-shadow-colored); @@ -8732,6 +11997,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-800\\/85 { + --tw-shadow-color: #262626d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-800\\/90 { --tw-shadow-color: #262626e6; --tw-shadow: var(--tw-shadow-colored); @@ -8762,6 +12032,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-900\\/15 { + --tw-shadow-color: #17171726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-900\\/20 { --tw-shadow-color: #17171733; --tw-shadow: var(--tw-shadow-colored); @@ -8777,11 +12052,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-900\\/35 { + --tw-shadow-color: #17171759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-900\\/40 { --tw-shadow-color: #17171766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-900\\/45 { + --tw-shadow-color: #17171773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-900\\/5 { --tw-shadow-color: #1717170d; --tw-shadow: var(--tw-shadow-colored); @@ -8792,11 +12077,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-900\\/55 { + --tw-shadow-color: #1717178c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-900\\/60 { --tw-shadow-color: #17171799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-900\\/65 { + --tw-shadow-color: #171717a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-900\\/70 { --tw-shadow-color: #171717b3; --tw-shadow: var(--tw-shadow-colored); @@ -8812,6 +12107,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-900\\/85 { + --tw-shadow-color: #171717d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-900\\/90 { --tw-shadow-color: #171717e6; --tw-shadow: var(--tw-shadow-colored); @@ -8842,6 +12142,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-950\\/15 { + --tw-shadow-color: #0a0a0a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-950\\/20 { --tw-shadow-color: #0a0a0a33; --tw-shadow: var(--tw-shadow-colored); @@ -8857,11 +12162,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-950\\/35 { + --tw-shadow-color: #0a0a0a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-950\\/40 { --tw-shadow-color: #0a0a0a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-950\\/45 { + --tw-shadow-color: #0a0a0a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-950\\/5 { --tw-shadow-color: #0a0a0a0d; --tw-shadow: var(--tw-shadow-colored); @@ -8872,11 +12187,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-950\\/55 { + --tw-shadow-color: #0a0a0a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-950\\/60 { --tw-shadow-color: #0a0a0a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-950\\/65 { + --tw-shadow-color: #0a0a0aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-950\\/70 { --tw-shadow-color: #0a0a0ab3; --tw-shadow: var(--tw-shadow-colored); @@ -8892,6 +12217,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-neutral-950\\/85 { + --tw-shadow-color: #0a0a0ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-neutral-950\\/90 { --tw-shadow-color: #0a0a0ae6; --tw-shadow: var(--tw-shadow-colored); @@ -8922,6 +12252,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-100\\/15 { + --tw-shadow-color: #ffedd526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-100\\/20 { --tw-shadow-color: #ffedd533; --tw-shadow: var(--tw-shadow-colored); @@ -8937,11 +12272,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-100\\/35 { + --tw-shadow-color: #ffedd559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-100\\/40 { --tw-shadow-color: #ffedd566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-100\\/45 { + --tw-shadow-color: #ffedd573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-100\\/5 { --tw-shadow-color: #ffedd50d; --tw-shadow: var(--tw-shadow-colored); @@ -8952,11 +12297,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-100\\/55 { + --tw-shadow-color: #ffedd58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-100\\/60 { --tw-shadow-color: #ffedd599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-100\\/65 { + --tw-shadow-color: #ffedd5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-100\\/70 { --tw-shadow-color: #ffedd5b3; --tw-shadow: var(--tw-shadow-colored); @@ -8972,6 +12327,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-100\\/85 { + --tw-shadow-color: #ffedd5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-100\\/90 { --tw-shadow-color: #ffedd5e6; --tw-shadow: var(--tw-shadow-colored); @@ -9002,6 +12362,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-200\\/15 { + --tw-shadow-color: #fed7aa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-200\\/20 { --tw-shadow-color: #fed7aa33; --tw-shadow: var(--tw-shadow-colored); @@ -9017,11 +12382,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-200\\/35 { + --tw-shadow-color: #fed7aa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-200\\/40 { --tw-shadow-color: #fed7aa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-200\\/45 { + --tw-shadow-color: #fed7aa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-200\\/5 { --tw-shadow-color: #fed7aa0d; --tw-shadow: var(--tw-shadow-colored); @@ -9032,11 +12407,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-200\\/55 { + --tw-shadow-color: #fed7aa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-200\\/60 { --tw-shadow-color: #fed7aa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-200\\/65 { + --tw-shadow-color: #fed7aaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-200\\/70 { --tw-shadow-color: #fed7aab3; --tw-shadow: var(--tw-shadow-colored); @@ -9052,6 +12437,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-200\\/85 { + --tw-shadow-color: #fed7aad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-200\\/90 { --tw-shadow-color: #fed7aae6; --tw-shadow: var(--tw-shadow-colored); @@ -9082,6 +12472,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-300\\/15 { + --tw-shadow-color: #fdba7426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-300\\/20 { --tw-shadow-color: #fdba7433; --tw-shadow: var(--tw-shadow-colored); @@ -9097,11 +12492,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-300\\/35 { + --tw-shadow-color: #fdba7459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-300\\/40 { --tw-shadow-color: #fdba7466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-300\\/45 { + --tw-shadow-color: #fdba7473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-300\\/5 { --tw-shadow-color: #fdba740d; --tw-shadow: var(--tw-shadow-colored); @@ -9112,11 +12517,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-300\\/55 { + --tw-shadow-color: #fdba748c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-300\\/60 { --tw-shadow-color: #fdba7499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-300\\/65 { + --tw-shadow-color: #fdba74a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-300\\/70 { --tw-shadow-color: #fdba74b3; --tw-shadow: var(--tw-shadow-colored); @@ -9132,6 +12547,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-300\\/85 { + --tw-shadow-color: #fdba74d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-300\\/90 { --tw-shadow-color: #fdba74e6; --tw-shadow: var(--tw-shadow-colored); @@ -9162,6 +12582,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-400\\/15 { + --tw-shadow-color: #fb923c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-400\\/20 { --tw-shadow-color: #fb923c33; --tw-shadow: var(--tw-shadow-colored); @@ -9177,11 +12602,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-400\\/35 { + --tw-shadow-color: #fb923c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-400\\/40 { --tw-shadow-color: #fb923c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-400\\/45 { + --tw-shadow-color: #fb923c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-400\\/5 { --tw-shadow-color: #fb923c0d; --tw-shadow: var(--tw-shadow-colored); @@ -9192,11 +12627,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-400\\/55 { + --tw-shadow-color: #fb923c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-400\\/60 { --tw-shadow-color: #fb923c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-400\\/65 { + --tw-shadow-color: #fb923ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-400\\/70 { --tw-shadow-color: #fb923cb3; --tw-shadow: var(--tw-shadow-colored); @@ -9212,6 +12657,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-400\\/85 { + --tw-shadow-color: #fb923cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-400\\/90 { --tw-shadow-color: #fb923ce6; --tw-shadow: var(--tw-shadow-colored); @@ -9242,6 +12692,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-50\\/15 { + --tw-shadow-color: #fff7ed26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-50\\/20 { --tw-shadow-color: #fff7ed33; --tw-shadow: var(--tw-shadow-colored); @@ -9257,11 +12712,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-50\\/35 { + --tw-shadow-color: #fff7ed59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-50\\/40 { --tw-shadow-color: #fff7ed66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-50\\/45 { + --tw-shadow-color: #fff7ed73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-50\\/5 { --tw-shadow-color: #fff7ed0d; --tw-shadow: var(--tw-shadow-colored); @@ -9272,11 +12737,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-50\\/55 { + --tw-shadow-color: #fff7ed8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-50\\/60 { --tw-shadow-color: #fff7ed99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-50\\/65 { + --tw-shadow-color: #fff7eda6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-50\\/70 { --tw-shadow-color: #fff7edb3; --tw-shadow: var(--tw-shadow-colored); @@ -9292,6 +12767,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-50\\/85 { + --tw-shadow-color: #fff7edd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-50\\/90 { --tw-shadow-color: #fff7ede6; --tw-shadow: var(--tw-shadow-colored); @@ -9322,6 +12802,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-500\\/15 { + --tw-shadow-color: #f9731626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-500\\/20 { --tw-shadow-color: #f9731633; --tw-shadow: var(--tw-shadow-colored); @@ -9337,11 +12822,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-500\\/35 { + --tw-shadow-color: #f9731659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-500\\/40 { --tw-shadow-color: #f9731666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-500\\/45 { + --tw-shadow-color: #f9731673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-500\\/5 { --tw-shadow-color: #f973160d; --tw-shadow: var(--tw-shadow-colored); @@ -9352,11 +12847,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-500\\/55 { + --tw-shadow-color: #f973168c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-500\\/60 { --tw-shadow-color: #f9731699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-500\\/65 { + --tw-shadow-color: #f97316a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-500\\/70 { --tw-shadow-color: #f97316b3; --tw-shadow: var(--tw-shadow-colored); @@ -9372,6 +12877,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-500\\/85 { + --tw-shadow-color: #f97316d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-500\\/90 { --tw-shadow-color: #f97316e6; --tw-shadow: var(--tw-shadow-colored); @@ -9402,6 +12912,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-600\\/15 { + --tw-shadow-color: #ea580c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-600\\/20 { --tw-shadow-color: #ea580c33; --tw-shadow: var(--tw-shadow-colored); @@ -9417,11 +12932,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-600\\/35 { + --tw-shadow-color: #ea580c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-600\\/40 { --tw-shadow-color: #ea580c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-600\\/45 { + --tw-shadow-color: #ea580c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-600\\/5 { --tw-shadow-color: #ea580c0d; --tw-shadow: var(--tw-shadow-colored); @@ -9432,11 +12957,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-600\\/55 { + --tw-shadow-color: #ea580c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-600\\/60 { --tw-shadow-color: #ea580c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-600\\/65 { + --tw-shadow-color: #ea580ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-600\\/70 { --tw-shadow-color: #ea580cb3; --tw-shadow: var(--tw-shadow-colored); @@ -9452,6 +12987,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-600\\/85 { + --tw-shadow-color: #ea580cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-600\\/90 { --tw-shadow-color: #ea580ce6; --tw-shadow: var(--tw-shadow-colored); @@ -9482,6 +13022,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-700\\/15 { + --tw-shadow-color: #c2410c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-700\\/20 { --tw-shadow-color: #c2410c33; --tw-shadow: var(--tw-shadow-colored); @@ -9497,11 +13042,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-700\\/35 { + --tw-shadow-color: #c2410c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-700\\/40 { --tw-shadow-color: #c2410c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-700\\/45 { + --tw-shadow-color: #c2410c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-700\\/5 { --tw-shadow-color: #c2410c0d; --tw-shadow: var(--tw-shadow-colored); @@ -9512,11 +13067,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-700\\/55 { + --tw-shadow-color: #c2410c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-700\\/60 { --tw-shadow-color: #c2410c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-700\\/65 { + --tw-shadow-color: #c2410ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-700\\/70 { --tw-shadow-color: #c2410cb3; --tw-shadow: var(--tw-shadow-colored); @@ -9532,6 +13097,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-700\\/85 { + --tw-shadow-color: #c2410cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-700\\/90 { --tw-shadow-color: #c2410ce6; --tw-shadow: var(--tw-shadow-colored); @@ -9562,6 +13132,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-800\\/15 { + --tw-shadow-color: #9a341226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-800\\/20 { --tw-shadow-color: #9a341233; --tw-shadow: var(--tw-shadow-colored); @@ -9577,11 +13152,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-800\\/35 { + --tw-shadow-color: #9a341259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-800\\/40 { --tw-shadow-color: #9a341266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-800\\/45 { + --tw-shadow-color: #9a341273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-800\\/5 { --tw-shadow-color: #9a34120d; --tw-shadow: var(--tw-shadow-colored); @@ -9592,11 +13177,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-800\\/55 { + --tw-shadow-color: #9a34128c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-800\\/60 { --tw-shadow-color: #9a341299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-800\\/65 { + --tw-shadow-color: #9a3412a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-800\\/70 { --tw-shadow-color: #9a3412b3; --tw-shadow: var(--tw-shadow-colored); @@ -9612,6 +13207,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-800\\/85 { + --tw-shadow-color: #9a3412d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-800\\/90 { --tw-shadow-color: #9a3412e6; --tw-shadow: var(--tw-shadow-colored); @@ -9642,6 +13242,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-900\\/15 { + --tw-shadow-color: #7c2d1226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-900\\/20 { --tw-shadow-color: #7c2d1233; --tw-shadow: var(--tw-shadow-colored); @@ -9657,11 +13262,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-900\\/35 { + --tw-shadow-color: #7c2d1259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-900\\/40 { --tw-shadow-color: #7c2d1266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-900\\/45 { + --tw-shadow-color: #7c2d1273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-900\\/5 { --tw-shadow-color: #7c2d120d; --tw-shadow: var(--tw-shadow-colored); @@ -9672,11 +13287,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-900\\/55 { + --tw-shadow-color: #7c2d128c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-900\\/60 { --tw-shadow-color: #7c2d1299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-900\\/65 { + --tw-shadow-color: #7c2d12a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-900\\/70 { --tw-shadow-color: #7c2d12b3; --tw-shadow: var(--tw-shadow-colored); @@ -9692,6 +13317,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-900\\/85 { + --tw-shadow-color: #7c2d12d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-900\\/90 { --tw-shadow-color: #7c2d12e6; --tw-shadow: var(--tw-shadow-colored); @@ -9722,6 +13352,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-950\\/15 { + --tw-shadow-color: #43140726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-950\\/20 { --tw-shadow-color: #43140733; --tw-shadow: var(--tw-shadow-colored); @@ -9737,11 +13372,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-950\\/35 { + --tw-shadow-color: #43140759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-950\\/40 { --tw-shadow-color: #43140766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-950\\/45 { + --tw-shadow-color: #43140773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-950\\/5 { --tw-shadow-color: #4314070d; --tw-shadow: var(--tw-shadow-colored); @@ -9752,11 +13397,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-950\\/55 { + --tw-shadow-color: #4314078c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-950\\/60 { --tw-shadow-color: #43140799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-950\\/65 { + --tw-shadow-color: #431407a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-950\\/70 { --tw-shadow-color: #431407b3; --tw-shadow: var(--tw-shadow-colored); @@ -9772,6 +13427,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-orange-950\\/85 { + --tw-shadow-color: #431407d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-orange-950\\/90 { --tw-shadow-color: #431407e6; --tw-shadow: var(--tw-shadow-colored); @@ -9802,6 +13462,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-100\\/15 { + --tw-shadow-color: #fce7f326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-100\\/20 { --tw-shadow-color: #fce7f333; --tw-shadow: var(--tw-shadow-colored); @@ -9817,11 +13482,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-100\\/35 { + --tw-shadow-color: #fce7f359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-100\\/40 { --tw-shadow-color: #fce7f366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-100\\/45 { + --tw-shadow-color: #fce7f373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-100\\/5 { --tw-shadow-color: #fce7f30d; --tw-shadow: var(--tw-shadow-colored); @@ -9832,11 +13507,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-100\\/55 { + --tw-shadow-color: #fce7f38c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-100\\/60 { --tw-shadow-color: #fce7f399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-100\\/65 { + --tw-shadow-color: #fce7f3a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-100\\/70 { --tw-shadow-color: #fce7f3b3; --tw-shadow: var(--tw-shadow-colored); @@ -9852,6 +13537,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-100\\/85 { + --tw-shadow-color: #fce7f3d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-100\\/90 { --tw-shadow-color: #fce7f3e6; --tw-shadow: var(--tw-shadow-colored); @@ -9882,6 +13572,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-200\\/15 { + --tw-shadow-color: #fbcfe826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-200\\/20 { --tw-shadow-color: #fbcfe833; --tw-shadow: var(--tw-shadow-colored); @@ -9897,11 +13592,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-200\\/35 { + --tw-shadow-color: #fbcfe859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-200\\/40 { --tw-shadow-color: #fbcfe866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-200\\/45 { + --tw-shadow-color: #fbcfe873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-200\\/5 { --tw-shadow-color: #fbcfe80d; --tw-shadow: var(--tw-shadow-colored); @@ -9912,11 +13617,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-200\\/55 { + --tw-shadow-color: #fbcfe88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-200\\/60 { --tw-shadow-color: #fbcfe899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-200\\/65 { + --tw-shadow-color: #fbcfe8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-200\\/70 { --tw-shadow-color: #fbcfe8b3; --tw-shadow: var(--tw-shadow-colored); @@ -9932,6 +13647,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-200\\/85 { + --tw-shadow-color: #fbcfe8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-200\\/90 { --tw-shadow-color: #fbcfe8e6; --tw-shadow: var(--tw-shadow-colored); @@ -9962,6 +13682,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-300\\/15 { + --tw-shadow-color: #f9a8d426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-300\\/20 { --tw-shadow-color: #f9a8d433; --tw-shadow: var(--tw-shadow-colored); @@ -9977,11 +13702,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-300\\/35 { + --tw-shadow-color: #f9a8d459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-300\\/40 { --tw-shadow-color: #f9a8d466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-300\\/45 { + --tw-shadow-color: #f9a8d473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-300\\/5 { --tw-shadow-color: #f9a8d40d; --tw-shadow: var(--tw-shadow-colored); @@ -9992,11 +13727,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-300\\/55 { + --tw-shadow-color: #f9a8d48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-300\\/60 { --tw-shadow-color: #f9a8d499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-300\\/65 { + --tw-shadow-color: #f9a8d4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-300\\/70 { --tw-shadow-color: #f9a8d4b3; --tw-shadow: var(--tw-shadow-colored); @@ -10012,6 +13757,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-300\\/85 { + --tw-shadow-color: #f9a8d4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-300\\/90 { --tw-shadow-color: #f9a8d4e6; --tw-shadow: var(--tw-shadow-colored); @@ -10042,6 +13792,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-400\\/15 { + --tw-shadow-color: #f472b626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-400\\/20 { --tw-shadow-color: #f472b633; --tw-shadow: var(--tw-shadow-colored); @@ -10057,11 +13812,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-400\\/35 { + --tw-shadow-color: #f472b659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-400\\/40 { --tw-shadow-color: #f472b666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-400\\/45 { + --tw-shadow-color: #f472b673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-400\\/5 { --tw-shadow-color: #f472b60d; --tw-shadow: var(--tw-shadow-colored); @@ -10072,11 +13837,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-400\\/55 { + --tw-shadow-color: #f472b68c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-400\\/60 { --tw-shadow-color: #f472b699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-400\\/65 { + --tw-shadow-color: #f472b6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-400\\/70 { --tw-shadow-color: #f472b6b3; --tw-shadow: var(--tw-shadow-colored); @@ -10092,6 +13867,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-400\\/85 { + --tw-shadow-color: #f472b6d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-400\\/90 { --tw-shadow-color: #f472b6e6; --tw-shadow: var(--tw-shadow-colored); @@ -10122,6 +13902,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-50\\/15 { + --tw-shadow-color: #fdf2f826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-50\\/20 { --tw-shadow-color: #fdf2f833; --tw-shadow: var(--tw-shadow-colored); @@ -10137,11 +13922,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-50\\/35 { + --tw-shadow-color: #fdf2f859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-50\\/40 { --tw-shadow-color: #fdf2f866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-50\\/45 { + --tw-shadow-color: #fdf2f873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-50\\/5 { --tw-shadow-color: #fdf2f80d; --tw-shadow: var(--tw-shadow-colored); @@ -10152,11 +13947,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-50\\/55 { + --tw-shadow-color: #fdf2f88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-50\\/60 { --tw-shadow-color: #fdf2f899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-50\\/65 { + --tw-shadow-color: #fdf2f8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-50\\/70 { --tw-shadow-color: #fdf2f8b3; --tw-shadow: var(--tw-shadow-colored); @@ -10172,6 +13977,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-50\\/85 { + --tw-shadow-color: #fdf2f8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-50\\/90 { --tw-shadow-color: #fdf2f8e6; --tw-shadow: var(--tw-shadow-colored); @@ -10202,6 +14012,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-500\\/15 { + --tw-shadow-color: #ec489926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-500\\/20 { --tw-shadow-color: #ec489933; --tw-shadow: var(--tw-shadow-colored); @@ -10217,11 +14032,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-500\\/35 { + --tw-shadow-color: #ec489959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-500\\/40 { --tw-shadow-color: #ec489966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-500\\/45 { + --tw-shadow-color: #ec489973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-500\\/5 { --tw-shadow-color: #ec48990d; --tw-shadow: var(--tw-shadow-colored); @@ -10232,11 +14057,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-pink-500\\/60 { +.shadow-pink-500\\/55 { + --tw-shadow-color: #ec48998c; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-pink-500\\/60 { --tw-shadow-color: #ec489999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-500\\/65 { + --tw-shadow-color: #ec4899a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-500\\/70 { --tw-shadow-color: #ec4899b3; --tw-shadow: var(--tw-shadow-colored); @@ -10252,6 +14087,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-500\\/85 { + --tw-shadow-color: #ec4899d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-500\\/90 { --tw-shadow-color: #ec4899e6; --tw-shadow: var(--tw-shadow-colored); @@ -10282,6 +14122,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-600\\/15 { + --tw-shadow-color: #db277726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-600\\/20 { --tw-shadow-color: #db277733; --tw-shadow: var(--tw-shadow-colored); @@ -10297,11 +14142,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-600\\/35 { + --tw-shadow-color: #db277759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-600\\/40 { --tw-shadow-color: #db277766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-600\\/45 { + --tw-shadow-color: #db277773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-600\\/5 { --tw-shadow-color: #db27770d; --tw-shadow: var(--tw-shadow-colored); @@ -10312,11 +14167,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-600\\/55 { + --tw-shadow-color: #db27778c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-600\\/60 { --tw-shadow-color: #db277799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-600\\/65 { + --tw-shadow-color: #db2777a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-600\\/70 { --tw-shadow-color: #db2777b3; --tw-shadow: var(--tw-shadow-colored); @@ -10332,6 +14197,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-600\\/85 { + --tw-shadow-color: #db2777d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-600\\/90 { --tw-shadow-color: #db2777e6; --tw-shadow: var(--tw-shadow-colored); @@ -10362,6 +14232,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-700\\/15 { + --tw-shadow-color: #be185d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-700\\/20 { --tw-shadow-color: #be185d33; --tw-shadow: var(--tw-shadow-colored); @@ -10377,11 +14252,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-700\\/35 { + --tw-shadow-color: #be185d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-700\\/40 { --tw-shadow-color: #be185d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-700\\/45 { + --tw-shadow-color: #be185d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-700\\/5 { --tw-shadow-color: #be185d0d; --tw-shadow: var(--tw-shadow-colored); @@ -10392,11 +14277,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-700\\/55 { + --tw-shadow-color: #be185d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-700\\/60 { --tw-shadow-color: #be185d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-700\\/65 { + --tw-shadow-color: #be185da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-700\\/70 { --tw-shadow-color: #be185db3; --tw-shadow: var(--tw-shadow-colored); @@ -10412,6 +14307,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-700\\/85 { + --tw-shadow-color: #be185dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-700\\/90 { --tw-shadow-color: #be185de6; --tw-shadow: var(--tw-shadow-colored); @@ -10442,6 +14342,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-800\\/15 { + --tw-shadow-color: #9d174d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-800\\/20 { --tw-shadow-color: #9d174d33; --tw-shadow: var(--tw-shadow-colored); @@ -10457,11 +14362,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-800\\/35 { + --tw-shadow-color: #9d174d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-800\\/40 { --tw-shadow-color: #9d174d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-800\\/45 { + --tw-shadow-color: #9d174d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-800\\/5 { --tw-shadow-color: #9d174d0d; --tw-shadow: var(--tw-shadow-colored); @@ -10472,11 +14387,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-800\\/55 { + --tw-shadow-color: #9d174d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-800\\/60 { --tw-shadow-color: #9d174d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-800\\/65 { + --tw-shadow-color: #9d174da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-800\\/70 { --tw-shadow-color: #9d174db3; --tw-shadow: var(--tw-shadow-colored); @@ -10492,6 +14417,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-800\\/85 { + --tw-shadow-color: #9d174dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-800\\/90 { --tw-shadow-color: #9d174de6; --tw-shadow: var(--tw-shadow-colored); @@ -10522,6 +14452,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-900\\/15 { + --tw-shadow-color: #83184326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-900\\/20 { --tw-shadow-color: #83184333; --tw-shadow: var(--tw-shadow-colored); @@ -10537,11 +14472,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-900\\/35 { + --tw-shadow-color: #83184359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-900\\/40 { --tw-shadow-color: #83184366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-900\\/45 { + --tw-shadow-color: #83184373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-900\\/5 { --tw-shadow-color: #8318430d; --tw-shadow: var(--tw-shadow-colored); @@ -10552,11 +14497,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-900\\/55 { + --tw-shadow-color: #8318438c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-900\\/60 { --tw-shadow-color: #83184399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-900\\/65 { + --tw-shadow-color: #831843a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-900\\/70 { --tw-shadow-color: #831843b3; --tw-shadow: var(--tw-shadow-colored); @@ -10572,6 +14527,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-900\\/85 { + --tw-shadow-color: #831843d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-900\\/90 { --tw-shadow-color: #831843e6; --tw-shadow: var(--tw-shadow-colored); @@ -10602,6 +14562,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-950\\/15 { + --tw-shadow-color: #50072426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-950\\/20 { --tw-shadow-color: #50072433; --tw-shadow: var(--tw-shadow-colored); @@ -10617,11 +14582,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-950\\/35 { + --tw-shadow-color: #50072459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-950\\/40 { --tw-shadow-color: #50072466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-950\\/45 { + --tw-shadow-color: #50072473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-950\\/5 { --tw-shadow-color: #5007240d; --tw-shadow: var(--tw-shadow-colored); @@ -10632,11 +14607,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-950\\/55 { + --tw-shadow-color: #5007248c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-950\\/60 { --tw-shadow-color: #50072499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-950\\/65 { + --tw-shadow-color: #500724a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-950\\/70 { --tw-shadow-color: #500724b3; --tw-shadow: var(--tw-shadow-colored); @@ -10652,6 +14637,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-pink-950\\/85 { + --tw-shadow-color: #500724d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-pink-950\\/90 { --tw-shadow-color: #500724e6; --tw-shadow: var(--tw-shadow-colored); @@ -10682,6 +14672,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-100\\/15 { + --tw-shadow-color: #f3e8ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-100\\/20 { --tw-shadow-color: #f3e8ff33; --tw-shadow: var(--tw-shadow-colored); @@ -10697,11 +14692,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-100\\/35 { + --tw-shadow-color: #f3e8ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-100\\/40 { --tw-shadow-color: #f3e8ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-100\\/45 { + --tw-shadow-color: #f3e8ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-100\\/5 { --tw-shadow-color: #f3e8ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -10712,11 +14717,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-100\\/55 { + --tw-shadow-color: #f3e8ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-100\\/60 { --tw-shadow-color: #f3e8ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-100\\/65 { + --tw-shadow-color: #f3e8ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-100\\/70 { --tw-shadow-color: #f3e8ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -10732,6 +14747,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-100\\/85 { + --tw-shadow-color: #f3e8ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-100\\/90 { --tw-shadow-color: #f3e8ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -10762,6 +14782,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-200\\/15 { + --tw-shadow-color: #e9d5ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-200\\/20 { --tw-shadow-color: #e9d5ff33; --tw-shadow: var(--tw-shadow-colored); @@ -10777,11 +14802,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-200\\/35 { + --tw-shadow-color: #e9d5ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-200\\/40 { --tw-shadow-color: #e9d5ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-200\\/45 { + --tw-shadow-color: #e9d5ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-200\\/5 { --tw-shadow-color: #e9d5ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -10792,11 +14827,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-200\\/55 { + --tw-shadow-color: #e9d5ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-200\\/60 { --tw-shadow-color: #e9d5ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-200\\/65 { + --tw-shadow-color: #e9d5ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-200\\/70 { --tw-shadow-color: #e9d5ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -10812,6 +14857,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-200\\/85 { + --tw-shadow-color: #e9d5ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-200\\/90 { --tw-shadow-color: #e9d5ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -10842,6 +14892,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-300\\/15 { + --tw-shadow-color: #d8b4fe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-300\\/20 { --tw-shadow-color: #d8b4fe33; --tw-shadow: var(--tw-shadow-colored); @@ -10857,11 +14912,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-300\\/35 { + --tw-shadow-color: #d8b4fe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-300\\/40 { --tw-shadow-color: #d8b4fe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-300\\/45 { + --tw-shadow-color: #d8b4fe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-300\\/5 { --tw-shadow-color: #d8b4fe0d; --tw-shadow: var(--tw-shadow-colored); @@ -10872,11 +14937,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-300\\/55 { + --tw-shadow-color: #d8b4fe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-300\\/60 { --tw-shadow-color: #d8b4fe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-300\\/65 { + --tw-shadow-color: #d8b4fea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-300\\/70 { --tw-shadow-color: #d8b4feb3; --tw-shadow: var(--tw-shadow-colored); @@ -10892,6 +14967,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-300\\/85 { + --tw-shadow-color: #d8b4fed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-300\\/90 { --tw-shadow-color: #d8b4fee6; --tw-shadow: var(--tw-shadow-colored); @@ -10922,6 +15002,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-400\\/15 { + --tw-shadow-color: #c084fc26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-400\\/20 { --tw-shadow-color: #c084fc33; --tw-shadow: var(--tw-shadow-colored); @@ -10937,11 +15022,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-400\\/35 { + --tw-shadow-color: #c084fc59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-400\\/40 { --tw-shadow-color: #c084fc66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-400\\/45 { + --tw-shadow-color: #c084fc73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-400\\/5 { --tw-shadow-color: #c084fc0d; --tw-shadow: var(--tw-shadow-colored); @@ -10952,11 +15047,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-400\\/55 { + --tw-shadow-color: #c084fc8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-400\\/60 { --tw-shadow-color: #c084fc99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-400\\/65 { + --tw-shadow-color: #c084fca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-400\\/70 { --tw-shadow-color: #c084fcb3; --tw-shadow: var(--tw-shadow-colored); @@ -10972,6 +15077,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-400\\/85 { + --tw-shadow-color: #c084fcd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-400\\/90 { --tw-shadow-color: #c084fce6; --tw-shadow: var(--tw-shadow-colored); @@ -11002,6 +15112,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-50\\/15 { + --tw-shadow-color: #faf5ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-50\\/20 { --tw-shadow-color: #faf5ff33; --tw-shadow: var(--tw-shadow-colored); @@ -11017,11 +15132,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-50\\/35 { + --tw-shadow-color: #faf5ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-50\\/40 { --tw-shadow-color: #faf5ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-50\\/45 { + --tw-shadow-color: #faf5ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-50\\/5 { --tw-shadow-color: #faf5ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -11032,11 +15157,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-50\\/55 { + --tw-shadow-color: #faf5ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-50\\/60 { --tw-shadow-color: #faf5ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-50\\/65 { + --tw-shadow-color: #faf5ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-50\\/70 { --tw-shadow-color: #faf5ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -11052,6 +15187,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-50\\/85 { + --tw-shadow-color: #faf5ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-50\\/90 { --tw-shadow-color: #faf5ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -11082,6 +15222,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-500\\/15 { + --tw-shadow-color: #a855f726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-500\\/20 { --tw-shadow-color: #a855f733; --tw-shadow: var(--tw-shadow-colored); @@ -11097,11 +15242,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-500\\/35 { + --tw-shadow-color: #a855f759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-500\\/40 { --tw-shadow-color: #a855f766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-500\\/45 { + --tw-shadow-color: #a855f773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-500\\/5 { --tw-shadow-color: #a855f70d; --tw-shadow: var(--tw-shadow-colored); @@ -11112,11 +15267,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-500\\/55 { + --tw-shadow-color: #a855f78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-500\\/60 { --tw-shadow-color: #a855f799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-500\\/65 { + --tw-shadow-color: #a855f7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-500\\/70 { --tw-shadow-color: #a855f7b3; --tw-shadow: var(--tw-shadow-colored); @@ -11132,6 +15297,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-500\\/85 { + --tw-shadow-color: #a855f7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-500\\/90 { --tw-shadow-color: #a855f7e6; --tw-shadow: var(--tw-shadow-colored); @@ -11162,6 +15332,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-600\\/15 { + --tw-shadow-color: #9333ea26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-600\\/20 { --tw-shadow-color: #9333ea33; --tw-shadow: var(--tw-shadow-colored); @@ -11177,11 +15352,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-600\\/35 { + --tw-shadow-color: #9333ea59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-600\\/40 { --tw-shadow-color: #9333ea66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-600\\/45 { + --tw-shadow-color: #9333ea73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-600\\/5 { --tw-shadow-color: #9333ea0d; --tw-shadow: var(--tw-shadow-colored); @@ -11192,11 +15377,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-600\\/55 { + --tw-shadow-color: #9333ea8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-600\\/60 { --tw-shadow-color: #9333ea99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-600\\/65 { + --tw-shadow-color: #9333eaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-600\\/70 { --tw-shadow-color: #9333eab3; --tw-shadow: var(--tw-shadow-colored); @@ -11212,6 +15407,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-600\\/85 { + --tw-shadow-color: #9333ead9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-600\\/90 { --tw-shadow-color: #9333eae6; --tw-shadow: var(--tw-shadow-colored); @@ -11242,6 +15442,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-700\\/15 { + --tw-shadow-color: #7e22ce26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-700\\/20 { --tw-shadow-color: #7e22ce33; --tw-shadow: var(--tw-shadow-colored); @@ -11257,11 +15462,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-700\\/35 { + --tw-shadow-color: #7e22ce59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-700\\/40 { --tw-shadow-color: #7e22ce66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-700\\/45 { + --tw-shadow-color: #7e22ce73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-700\\/5 { --tw-shadow-color: #7e22ce0d; --tw-shadow: var(--tw-shadow-colored); @@ -11272,11 +15487,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-700\\/55 { + --tw-shadow-color: #7e22ce8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-700\\/60 { --tw-shadow-color: #7e22ce99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-700\\/65 { + --tw-shadow-color: #7e22cea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-700\\/70 { --tw-shadow-color: #7e22ceb3; --tw-shadow: var(--tw-shadow-colored); @@ -11292,6 +15517,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-700\\/85 { + --tw-shadow-color: #7e22ced9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-700\\/90 { --tw-shadow-color: #7e22cee6; --tw-shadow: var(--tw-shadow-colored); @@ -11322,6 +15552,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-800\\/15 { + --tw-shadow-color: #6b21a826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-800\\/20 { --tw-shadow-color: #6b21a833; --tw-shadow: var(--tw-shadow-colored); @@ -11337,11 +15572,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-800\\/35 { + --tw-shadow-color: #6b21a859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-800\\/40 { --tw-shadow-color: #6b21a866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-800\\/45 { + --tw-shadow-color: #6b21a873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-800\\/5 { --tw-shadow-color: #6b21a80d; --tw-shadow: var(--tw-shadow-colored); @@ -11352,11 +15597,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-800\\/55 { + --tw-shadow-color: #6b21a88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-800\\/60 { --tw-shadow-color: #6b21a899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-800\\/65 { + --tw-shadow-color: #6b21a8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-800\\/70 { --tw-shadow-color: #6b21a8b3; --tw-shadow: var(--tw-shadow-colored); @@ -11372,6 +15627,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-800\\/85 { + --tw-shadow-color: #6b21a8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-800\\/90 { --tw-shadow-color: #6b21a8e6; --tw-shadow: var(--tw-shadow-colored); @@ -11402,6 +15662,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-900\\/15 { + --tw-shadow-color: #581c8726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-900\\/20 { --tw-shadow-color: #581c8733; --tw-shadow: var(--tw-shadow-colored); @@ -11417,11 +15682,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-900\\/35 { + --tw-shadow-color: #581c8759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-900\\/40 { --tw-shadow-color: #581c8766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-900\\/45 { + --tw-shadow-color: #581c8773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-900\\/5 { --tw-shadow-color: #581c870d; --tw-shadow: var(--tw-shadow-colored); @@ -11432,11 +15707,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-900\\/55 { + --tw-shadow-color: #581c878c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-900\\/60 { --tw-shadow-color: #581c8799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-900\\/65 { + --tw-shadow-color: #581c87a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-900\\/70 { --tw-shadow-color: #581c87b3; --tw-shadow: var(--tw-shadow-colored); @@ -11452,6 +15737,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-900\\/85 { + --tw-shadow-color: #581c87d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-900\\/90 { --tw-shadow-color: #581c87e6; --tw-shadow: var(--tw-shadow-colored); @@ -11482,6 +15772,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-950\\/15 { + --tw-shadow-color: #3b076426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-950\\/20 { --tw-shadow-color: #3b076433; --tw-shadow: var(--tw-shadow-colored); @@ -11497,11 +15792,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-950\\/35 { + --tw-shadow-color: #3b076459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-950\\/40 { --tw-shadow-color: #3b076466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-950\\/45 { + --tw-shadow-color: #3b076473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-950\\/5 { --tw-shadow-color: #3b07640d; --tw-shadow: var(--tw-shadow-colored); @@ -11512,11 +15817,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-950\\/55 { + --tw-shadow-color: #3b07648c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-950\\/60 { --tw-shadow-color: #3b076499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-950\\/65 { + --tw-shadow-color: #3b0764a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-950\\/70 { --tw-shadow-color: #3b0764b3; --tw-shadow: var(--tw-shadow-colored); @@ -11532,6 +15847,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-purple-950\\/85 { + --tw-shadow-color: #3b0764d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-purple-950\\/90 { --tw-shadow-color: #3b0764e6; --tw-shadow: var(--tw-shadow-colored); @@ -11562,6 +15882,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-100\\/15 { + --tw-shadow-color: #fee2e226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-100\\/20 { --tw-shadow-color: #fee2e233; --tw-shadow: var(--tw-shadow-colored); @@ -11577,11 +15902,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-100\\/35 { + --tw-shadow-color: #fee2e259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-100\\/40 { --tw-shadow-color: #fee2e266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-100\\/45 { + --tw-shadow-color: #fee2e273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-100\\/5 { --tw-shadow-color: #fee2e20d; --tw-shadow: var(--tw-shadow-colored); @@ -11592,11 +15927,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-100\\/55 { + --tw-shadow-color: #fee2e28c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-100\\/60 { --tw-shadow-color: #fee2e299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-100\\/65 { + --tw-shadow-color: #fee2e2a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-100\\/70 { --tw-shadow-color: #fee2e2b3; --tw-shadow: var(--tw-shadow-colored); @@ -11612,6 +15957,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-100\\/85 { + --tw-shadow-color: #fee2e2d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-100\\/90 { --tw-shadow-color: #fee2e2e6; --tw-shadow: var(--tw-shadow-colored); @@ -11642,6 +15992,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-200\\/15 { + --tw-shadow-color: #fecaca26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-200\\/20 { --tw-shadow-color: #fecaca33; --tw-shadow: var(--tw-shadow-colored); @@ -11657,11 +16012,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-200\\/35 { + --tw-shadow-color: #fecaca59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-200\\/40 { --tw-shadow-color: #fecaca66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-200\\/45 { + --tw-shadow-color: #fecaca73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-200\\/5 { --tw-shadow-color: #fecaca0d; --tw-shadow: var(--tw-shadow-colored); @@ -11672,11 +16037,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-200\\/55 { + --tw-shadow-color: #fecaca8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-200\\/60 { --tw-shadow-color: #fecaca99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-200\\/65 { + --tw-shadow-color: #fecacaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-200\\/70 { --tw-shadow-color: #fecacab3; --tw-shadow: var(--tw-shadow-colored); @@ -11692,6 +16067,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-200\\/85 { + --tw-shadow-color: #fecacad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-200\\/90 { --tw-shadow-color: #fecacae6; --tw-shadow: var(--tw-shadow-colored); @@ -11722,6 +16102,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-300\\/15 { + --tw-shadow-color: #fca5a526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-300\\/20 { --tw-shadow-color: #fca5a533; --tw-shadow: var(--tw-shadow-colored); @@ -11737,11 +16122,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-300\\/35 { + --tw-shadow-color: #fca5a559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-300\\/40 { --tw-shadow-color: #fca5a566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-300\\/45 { + --tw-shadow-color: #fca5a573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-300\\/5 { --tw-shadow-color: #fca5a50d; --tw-shadow: var(--tw-shadow-colored); @@ -11752,11 +16147,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-300\\/55 { + --tw-shadow-color: #fca5a58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-300\\/60 { --tw-shadow-color: #fca5a599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-300\\/65 { + --tw-shadow-color: #fca5a5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-300\\/70 { --tw-shadow-color: #fca5a5b3; --tw-shadow: var(--tw-shadow-colored); @@ -11772,6 +16177,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-300\\/85 { + --tw-shadow-color: #fca5a5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-300\\/90 { --tw-shadow-color: #fca5a5e6; --tw-shadow: var(--tw-shadow-colored); @@ -11802,6 +16212,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-400\\/15 { + --tw-shadow-color: #f8717126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-400\\/20 { --tw-shadow-color: #f8717133; --tw-shadow: var(--tw-shadow-colored); @@ -11817,11 +16232,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-400\\/35 { + --tw-shadow-color: #f8717159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-400\\/40 { --tw-shadow-color: #f8717166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-400\\/45 { + --tw-shadow-color: #f8717173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-400\\/5 { --tw-shadow-color: #f871710d; --tw-shadow: var(--tw-shadow-colored); @@ -11832,11 +16257,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-400\\/55 { + --tw-shadow-color: #f871718c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-400\\/60 { --tw-shadow-color: #f8717199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-400\\/65 { + --tw-shadow-color: #f87171a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-400\\/70 { --tw-shadow-color: #f87171b3; --tw-shadow: var(--tw-shadow-colored); @@ -11852,6 +16287,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-400\\/85 { + --tw-shadow-color: #f87171d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-400\\/90 { --tw-shadow-color: #f87171e6; --tw-shadow: var(--tw-shadow-colored); @@ -11882,6 +16322,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-50\\/15 { + --tw-shadow-color: #fef2f226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-50\\/20 { --tw-shadow-color: #fef2f233; --tw-shadow: var(--tw-shadow-colored); @@ -11897,11 +16342,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-50\\/35 { + --tw-shadow-color: #fef2f259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-50\\/40 { --tw-shadow-color: #fef2f266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-50\\/45 { + --tw-shadow-color: #fef2f273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-50\\/5 { --tw-shadow-color: #fef2f20d; --tw-shadow: var(--tw-shadow-colored); @@ -11912,11 +16367,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-50\\/55 { + --tw-shadow-color: #fef2f28c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-50\\/60 { --tw-shadow-color: #fef2f299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-50\\/65 { + --tw-shadow-color: #fef2f2a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-50\\/70 { --tw-shadow-color: #fef2f2b3; --tw-shadow: var(--tw-shadow-colored); @@ -11932,6 +16397,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-50\\/85 { + --tw-shadow-color: #fef2f2d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-50\\/90 { --tw-shadow-color: #fef2f2e6; --tw-shadow: var(--tw-shadow-colored); @@ -11962,6 +16432,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-500\\/15 { + --tw-shadow-color: #ef444426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-500\\/20 { --tw-shadow-color: #ef444433; --tw-shadow: var(--tw-shadow-colored); @@ -11977,11 +16452,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-500\\/35 { + --tw-shadow-color: #ef444459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-500\\/40 { --tw-shadow-color: #ef444466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-500\\/45 { + --tw-shadow-color: #ef444473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-500\\/5 { --tw-shadow-color: #ef44440d; --tw-shadow: var(--tw-shadow-colored); @@ -11992,11 +16477,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-500\\/55 { + --tw-shadow-color: #ef44448c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-500\\/60 { --tw-shadow-color: #ef444499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-500\\/65 { + --tw-shadow-color: #ef4444a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-500\\/70 { --tw-shadow-color: #ef4444b3; --tw-shadow: var(--tw-shadow-colored); @@ -12012,6 +16507,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-500\\/85 { + --tw-shadow-color: #ef4444d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-500\\/90 { --tw-shadow-color: #ef4444e6; --tw-shadow: var(--tw-shadow-colored); @@ -12042,6 +16542,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-600\\/15 { + --tw-shadow-color: #dc262626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-600\\/20 { --tw-shadow-color: #dc262633; --tw-shadow: var(--tw-shadow-colored); @@ -12057,11 +16562,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-600\\/35 { + --tw-shadow-color: #dc262659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-600\\/40 { --tw-shadow-color: #dc262666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-600\\/45 { + --tw-shadow-color: #dc262673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-600\\/5 { --tw-shadow-color: #dc26260d; --tw-shadow: var(--tw-shadow-colored); @@ -12072,11 +16587,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-600\\/55 { + --tw-shadow-color: #dc26268c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-600\\/60 { --tw-shadow-color: #dc262699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-600\\/65 { + --tw-shadow-color: #dc2626a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-600\\/70 { --tw-shadow-color: #dc2626b3; --tw-shadow: var(--tw-shadow-colored); @@ -12092,6 +16617,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-600\\/85 { + --tw-shadow-color: #dc2626d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-600\\/90 { --tw-shadow-color: #dc2626e6; --tw-shadow: var(--tw-shadow-colored); @@ -12122,6 +16652,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-700\\/15 { + --tw-shadow-color: #b91c1c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-700\\/20 { --tw-shadow-color: #b91c1c33; --tw-shadow: var(--tw-shadow-colored); @@ -12137,11 +16672,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-700\\/35 { + --tw-shadow-color: #b91c1c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-700\\/40 { --tw-shadow-color: #b91c1c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-700\\/45 { + --tw-shadow-color: #b91c1c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-700\\/5 { --tw-shadow-color: #b91c1c0d; --tw-shadow: var(--tw-shadow-colored); @@ -12152,11 +16697,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-700\\/55 { + --tw-shadow-color: #b91c1c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-700\\/60 { --tw-shadow-color: #b91c1c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-700\\/65 { + --tw-shadow-color: #b91c1ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-700\\/70 { --tw-shadow-color: #b91c1cb3; --tw-shadow: var(--tw-shadow-colored); @@ -12172,6 +16727,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-700\\/85 { + --tw-shadow-color: #b91c1cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-700\\/90 { --tw-shadow-color: #b91c1ce6; --tw-shadow: var(--tw-shadow-colored); @@ -12202,6 +16762,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-800\\/15 { + --tw-shadow-color: #991b1b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-800\\/20 { --tw-shadow-color: #991b1b33; --tw-shadow: var(--tw-shadow-colored); @@ -12217,11 +16782,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-800\\/35 { + --tw-shadow-color: #991b1b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-800\\/40 { --tw-shadow-color: #991b1b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-800\\/45 { + --tw-shadow-color: #991b1b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-800\\/5 { --tw-shadow-color: #991b1b0d; --tw-shadow: var(--tw-shadow-colored); @@ -12232,11 +16807,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-800\\/55 { + --tw-shadow-color: #991b1b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-800\\/60 { --tw-shadow-color: #991b1b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-800\\/65 { + --tw-shadow-color: #991b1ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-800\\/70 { --tw-shadow-color: #991b1bb3; --tw-shadow: var(--tw-shadow-colored); @@ -12252,6 +16837,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-800\\/85 { + --tw-shadow-color: #991b1bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-800\\/90 { --tw-shadow-color: #991b1be6; --tw-shadow: var(--tw-shadow-colored); @@ -12282,6 +16872,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-900\\/15 { + --tw-shadow-color: #7f1d1d26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-900\\/20 { --tw-shadow-color: #7f1d1d33; --tw-shadow: var(--tw-shadow-colored); @@ -12297,11 +16892,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-900\\/35 { + --tw-shadow-color: #7f1d1d59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-900\\/40 { --tw-shadow-color: #7f1d1d66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-900\\/45 { + --tw-shadow-color: #7f1d1d73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-900\\/5 { --tw-shadow-color: #7f1d1d0d; --tw-shadow: var(--tw-shadow-colored); @@ -12312,11 +16917,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-900\\/55 { + --tw-shadow-color: #7f1d1d8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-900\\/60 { --tw-shadow-color: #7f1d1d99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-900\\/65 { + --tw-shadow-color: #7f1d1da6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-900\\/70 { --tw-shadow-color: #7f1d1db3; --tw-shadow: var(--tw-shadow-colored); @@ -12332,6 +16947,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-900\\/85 { + --tw-shadow-color: #7f1d1dd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-900\\/90 { --tw-shadow-color: #7f1d1de6; --tw-shadow: var(--tw-shadow-colored); @@ -12362,6 +16982,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-950\\/15 { + --tw-shadow-color: #450a0a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-950\\/20 { --tw-shadow-color: #450a0a33; --tw-shadow: var(--tw-shadow-colored); @@ -12377,11 +17002,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-950\\/35 { + --tw-shadow-color: #450a0a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-950\\/40 { --tw-shadow-color: #450a0a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-950\\/45 { + --tw-shadow-color: #450a0a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-950\\/5 { --tw-shadow-color: #450a0a0d; --tw-shadow: var(--tw-shadow-colored); @@ -12392,11 +17027,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-950\\/55 { + --tw-shadow-color: #450a0a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-950\\/60 { --tw-shadow-color: #450a0a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-950\\/65 { + --tw-shadow-color: #450a0aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-950\\/70 { --tw-shadow-color: #450a0ab3; --tw-shadow: var(--tw-shadow-colored); @@ -12412,6 +17057,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-red-950\\/85 { + --tw-shadow-color: #450a0ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-red-950\\/90 { --tw-shadow-color: #450a0ae6; --tw-shadow: var(--tw-shadow-colored); @@ -12442,6 +17092,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-100\\/15 { + --tw-shadow-color: #ffe4e626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-100\\/20 { --tw-shadow-color: #ffe4e633; --tw-shadow: var(--tw-shadow-colored); @@ -12457,11 +17112,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-100\\/35 { + --tw-shadow-color: #ffe4e659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-100\\/40 { --tw-shadow-color: #ffe4e666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-100\\/45 { + --tw-shadow-color: #ffe4e673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-100\\/5 { --tw-shadow-color: #ffe4e60d; --tw-shadow: var(--tw-shadow-colored); @@ -12472,11 +17137,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-100\\/55 { + --tw-shadow-color: #ffe4e68c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-100\\/60 { --tw-shadow-color: #ffe4e699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-100\\/65 { + --tw-shadow-color: #ffe4e6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-100\\/70 { --tw-shadow-color: #ffe4e6b3; --tw-shadow: var(--tw-shadow-colored); @@ -12492,7 +17167,12 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-rose-100\\/90 { +.shadow-rose-100\\/85 { + --tw-shadow-color: #ffe4e6d9; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-rose-100\\/90 { --tw-shadow-color: #ffe4e6e6; --tw-shadow: var(--tw-shadow-colored); } @@ -12522,6 +17202,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-200\\/15 { + --tw-shadow-color: #fecdd326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-200\\/20 { --tw-shadow-color: #fecdd333; --tw-shadow: var(--tw-shadow-colored); @@ -12537,11 +17222,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-200\\/35 { + --tw-shadow-color: #fecdd359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-200\\/40 { --tw-shadow-color: #fecdd366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-200\\/45 { + --tw-shadow-color: #fecdd373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-200\\/5 { --tw-shadow-color: #fecdd30d; --tw-shadow: var(--tw-shadow-colored); @@ -12552,11 +17247,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-200\\/55 { + --tw-shadow-color: #fecdd38c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-200\\/60 { --tw-shadow-color: #fecdd399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-200\\/65 { + --tw-shadow-color: #fecdd3a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-200\\/70 { --tw-shadow-color: #fecdd3b3; --tw-shadow: var(--tw-shadow-colored); @@ -12572,6 +17277,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-200\\/85 { + --tw-shadow-color: #fecdd3d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-200\\/90 { --tw-shadow-color: #fecdd3e6; --tw-shadow: var(--tw-shadow-colored); @@ -12602,6 +17312,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-300\\/15 { + --tw-shadow-color: #fda4af26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-300\\/20 { --tw-shadow-color: #fda4af33; --tw-shadow: var(--tw-shadow-colored); @@ -12617,11 +17332,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-300\\/35 { + --tw-shadow-color: #fda4af59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-300\\/40 { --tw-shadow-color: #fda4af66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-300\\/45 { + --tw-shadow-color: #fda4af73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-300\\/5 { --tw-shadow-color: #fda4af0d; --tw-shadow: var(--tw-shadow-colored); @@ -12632,11 +17357,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-300\\/55 { + --tw-shadow-color: #fda4af8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-300\\/60 { --tw-shadow-color: #fda4af99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-300\\/65 { + --tw-shadow-color: #fda4afa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-300\\/70 { --tw-shadow-color: #fda4afb3; --tw-shadow: var(--tw-shadow-colored); @@ -12652,6 +17387,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-300\\/85 { + --tw-shadow-color: #fda4afd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-300\\/90 { --tw-shadow-color: #fda4afe6; --tw-shadow: var(--tw-shadow-colored); @@ -12682,6 +17422,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-400\\/15 { + --tw-shadow-color: #fb718526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-400\\/20 { --tw-shadow-color: #fb718533; --tw-shadow: var(--tw-shadow-colored); @@ -12697,11 +17442,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-400\\/35 { + --tw-shadow-color: #fb718559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-400\\/40 { --tw-shadow-color: #fb718566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-400\\/45 { + --tw-shadow-color: #fb718573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-400\\/5 { --tw-shadow-color: #fb71850d; --tw-shadow: var(--tw-shadow-colored); @@ -12712,11 +17467,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-400\\/55 { + --tw-shadow-color: #fb71858c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-400\\/60 { --tw-shadow-color: #fb718599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-400\\/65 { + --tw-shadow-color: #fb7185a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-400\\/70 { --tw-shadow-color: #fb7185b3; --tw-shadow: var(--tw-shadow-colored); @@ -12732,6 +17497,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-400\\/85 { + --tw-shadow-color: #fb7185d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-400\\/90 { --tw-shadow-color: #fb7185e6; --tw-shadow: var(--tw-shadow-colored); @@ -12762,6 +17532,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-50\\/15 { + --tw-shadow-color: #fff1f226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-50\\/20 { --tw-shadow-color: #fff1f233; --tw-shadow: var(--tw-shadow-colored); @@ -12777,11 +17552,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-50\\/35 { + --tw-shadow-color: #fff1f259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-50\\/40 { --tw-shadow-color: #fff1f266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-50\\/45 { + --tw-shadow-color: #fff1f273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-50\\/5 { --tw-shadow-color: #fff1f20d; --tw-shadow: var(--tw-shadow-colored); @@ -12792,11 +17577,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-50\\/55 { + --tw-shadow-color: #fff1f28c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-50\\/60 { --tw-shadow-color: #fff1f299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-50\\/65 { + --tw-shadow-color: #fff1f2a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-50\\/70 { --tw-shadow-color: #fff1f2b3; --tw-shadow: var(--tw-shadow-colored); @@ -12812,6 +17607,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-50\\/85 { + --tw-shadow-color: #fff1f2d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-50\\/90 { --tw-shadow-color: #fff1f2e6; --tw-shadow: var(--tw-shadow-colored); @@ -12842,6 +17642,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-500\\/15 { + --tw-shadow-color: #f43f5e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-500\\/20 { --tw-shadow-color: #f43f5e33; --tw-shadow: var(--tw-shadow-colored); @@ -12857,11 +17662,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-500\\/35 { + --tw-shadow-color: #f43f5e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-500\\/40 { --tw-shadow-color: #f43f5e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-500\\/45 { + --tw-shadow-color: #f43f5e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-500\\/5 { --tw-shadow-color: #f43f5e0d; --tw-shadow: var(--tw-shadow-colored); @@ -12872,11 +17687,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-500\\/55 { + --tw-shadow-color: #f43f5e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-500\\/60 { --tw-shadow-color: #f43f5e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-500\\/65 { + --tw-shadow-color: #f43f5ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-500\\/70 { --tw-shadow-color: #f43f5eb3; --tw-shadow: var(--tw-shadow-colored); @@ -12892,6 +17717,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-500\\/85 { + --tw-shadow-color: #f43f5ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-500\\/90 { --tw-shadow-color: #f43f5ee6; --tw-shadow: var(--tw-shadow-colored); @@ -12922,6 +17752,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-600\\/15 { + --tw-shadow-color: #e11d4826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-600\\/20 { --tw-shadow-color: #e11d4833; --tw-shadow: var(--tw-shadow-colored); @@ -12937,11 +17772,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-600\\/35 { + --tw-shadow-color: #e11d4859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-600\\/40 { --tw-shadow-color: #e11d4866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-600\\/45 { + --tw-shadow-color: #e11d4873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-600\\/5 { --tw-shadow-color: #e11d480d; --tw-shadow: var(--tw-shadow-colored); @@ -12952,11 +17797,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-600\\/55 { + --tw-shadow-color: #e11d488c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-600\\/60 { --tw-shadow-color: #e11d4899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-600\\/65 { + --tw-shadow-color: #e11d48a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-600\\/70 { --tw-shadow-color: #e11d48b3; --tw-shadow: var(--tw-shadow-colored); @@ -12972,6 +17827,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-600\\/85 { + --tw-shadow-color: #e11d48d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-600\\/90 { --tw-shadow-color: #e11d48e6; --tw-shadow: var(--tw-shadow-colored); @@ -13002,6 +17862,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-700\\/15 { + --tw-shadow-color: #be123c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-700\\/20 { --tw-shadow-color: #be123c33; --tw-shadow: var(--tw-shadow-colored); @@ -13017,11 +17882,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-700\\/35 { + --tw-shadow-color: #be123c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-700\\/40 { --tw-shadow-color: #be123c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-700\\/45 { + --tw-shadow-color: #be123c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-700\\/5 { --tw-shadow-color: #be123c0d; --tw-shadow: var(--tw-shadow-colored); @@ -13032,11 +17907,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-700\\/55 { + --tw-shadow-color: #be123c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-700\\/60 { --tw-shadow-color: #be123c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-700\\/65 { + --tw-shadow-color: #be123ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-700\\/70 { --tw-shadow-color: #be123cb3; --tw-shadow: var(--tw-shadow-colored); @@ -13052,6 +17937,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-700\\/85 { + --tw-shadow-color: #be123cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-700\\/90 { --tw-shadow-color: #be123ce6; --tw-shadow: var(--tw-shadow-colored); @@ -13082,6 +17972,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-800\\/15 { + --tw-shadow-color: #9f123926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-800\\/20 { --tw-shadow-color: #9f123933; --tw-shadow: var(--tw-shadow-colored); @@ -13097,11 +17992,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-800\\/35 { + --tw-shadow-color: #9f123959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-800\\/40 { --tw-shadow-color: #9f123966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-800\\/45 { + --tw-shadow-color: #9f123973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-800\\/5 { --tw-shadow-color: #9f12390d; --tw-shadow: var(--tw-shadow-colored); @@ -13112,11 +18017,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-800\\/55 { + --tw-shadow-color: #9f12398c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-800\\/60 { --tw-shadow-color: #9f123999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-800\\/65 { + --tw-shadow-color: #9f1239a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-800\\/70 { --tw-shadow-color: #9f1239b3; --tw-shadow: var(--tw-shadow-colored); @@ -13132,6 +18047,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-800\\/85 { + --tw-shadow-color: #9f1239d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-800\\/90 { --tw-shadow-color: #9f1239e6; --tw-shadow: var(--tw-shadow-colored); @@ -13162,6 +18082,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-900\\/15 { + --tw-shadow-color: #88133726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-900\\/20 { --tw-shadow-color: #88133733; --tw-shadow: var(--tw-shadow-colored); @@ -13177,11 +18102,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-900\\/35 { + --tw-shadow-color: #88133759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-900\\/40 { --tw-shadow-color: #88133766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-900\\/45 { + --tw-shadow-color: #88133773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-900\\/5 { --tw-shadow-color: #8813370d; --tw-shadow: var(--tw-shadow-colored); @@ -13192,11 +18127,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-900\\/55 { + --tw-shadow-color: #8813378c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-900\\/60 { --tw-shadow-color: #88133799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-900\\/65 { + --tw-shadow-color: #881337a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-900\\/70 { --tw-shadow-color: #881337b3; --tw-shadow: var(--tw-shadow-colored); @@ -13212,6 +18157,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-900\\/85 { + --tw-shadow-color: #881337d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-900\\/90 { --tw-shadow-color: #881337e6; --tw-shadow: var(--tw-shadow-colored); @@ -13242,6 +18192,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-950\\/15 { + --tw-shadow-color: #4c051926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-950\\/20 { --tw-shadow-color: #4c051933; --tw-shadow: var(--tw-shadow-colored); @@ -13257,11 +18212,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-950\\/35 { + --tw-shadow-color: #4c051959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-950\\/40 { --tw-shadow-color: #4c051966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-950\\/45 { + --tw-shadow-color: #4c051973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-950\\/5 { --tw-shadow-color: #4c05190d; --tw-shadow: var(--tw-shadow-colored); @@ -13272,11 +18237,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-950\\/55 { + --tw-shadow-color: #4c05198c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-950\\/60 { --tw-shadow-color: #4c051999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-950\\/65 { + --tw-shadow-color: #4c0519a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-950\\/70 { --tw-shadow-color: #4c0519b3; --tw-shadow: var(--tw-shadow-colored); @@ -13292,6 +18267,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-rose-950\\/85 { + --tw-shadow-color: #4c0519d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-rose-950\\/90 { --tw-shadow-color: #4c0519e6; --tw-shadow: var(--tw-shadow-colored); @@ -13322,6 +18302,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-100\\/15 { + --tw-shadow-color: #e0f2fe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-100\\/20 { --tw-shadow-color: #e0f2fe33; --tw-shadow: var(--tw-shadow-colored); @@ -13337,11 +18322,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-100\\/35 { + --tw-shadow-color: #e0f2fe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-100\\/40 { --tw-shadow-color: #e0f2fe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-100\\/45 { + --tw-shadow-color: #e0f2fe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-100\\/5 { --tw-shadow-color: #e0f2fe0d; --tw-shadow: var(--tw-shadow-colored); @@ -13352,11 +18347,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-100\\/55 { + --tw-shadow-color: #e0f2fe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-100\\/60 { --tw-shadow-color: #e0f2fe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-100\\/65 { + --tw-shadow-color: #e0f2fea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-100\\/70 { --tw-shadow-color: #e0f2feb3; --tw-shadow: var(--tw-shadow-colored); @@ -13372,6 +18377,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-100\\/85 { + --tw-shadow-color: #e0f2fed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-100\\/90 { --tw-shadow-color: #e0f2fee6; --tw-shadow: var(--tw-shadow-colored); @@ -13402,6 +18412,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-200\\/15 { + --tw-shadow-color: #bae6fd26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-200\\/20 { --tw-shadow-color: #bae6fd33; --tw-shadow: var(--tw-shadow-colored); @@ -13417,11 +18432,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-200\\/35 { + --tw-shadow-color: #bae6fd59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-200\\/40 { --tw-shadow-color: #bae6fd66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-200\\/45 { + --tw-shadow-color: #bae6fd73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-200\\/5 { --tw-shadow-color: #bae6fd0d; --tw-shadow: var(--tw-shadow-colored); @@ -13432,11 +18457,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-200\\/55 { + --tw-shadow-color: #bae6fd8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-200\\/60 { --tw-shadow-color: #bae6fd99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-200\\/65 { + --tw-shadow-color: #bae6fda6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-200\\/70 { --tw-shadow-color: #bae6fdb3; --tw-shadow: var(--tw-shadow-colored); @@ -13452,6 +18487,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-200\\/85 { + --tw-shadow-color: #bae6fdd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-200\\/90 { --tw-shadow-color: #bae6fde6; --tw-shadow: var(--tw-shadow-colored); @@ -13482,6 +18522,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-300\\/15 { + --tw-shadow-color: #7dd3fc26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-300\\/20 { --tw-shadow-color: #7dd3fc33; --tw-shadow: var(--tw-shadow-colored); @@ -13497,11 +18542,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-300\\/35 { + --tw-shadow-color: #7dd3fc59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-300\\/40 { --tw-shadow-color: #7dd3fc66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-300\\/45 { + --tw-shadow-color: #7dd3fc73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-300\\/5 { --tw-shadow-color: #7dd3fc0d; --tw-shadow: var(--tw-shadow-colored); @@ -13512,11 +18567,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-300\\/55 { + --tw-shadow-color: #7dd3fc8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-300\\/60 { --tw-shadow-color: #7dd3fc99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-300\\/65 { + --tw-shadow-color: #7dd3fca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-300\\/70 { --tw-shadow-color: #7dd3fcb3; --tw-shadow: var(--tw-shadow-colored); @@ -13532,6 +18597,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-300\\/85 { + --tw-shadow-color: #7dd3fcd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-300\\/90 { --tw-shadow-color: #7dd3fce6; --tw-shadow: var(--tw-shadow-colored); @@ -13562,6 +18632,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-400\\/15 { + --tw-shadow-color: #38bdf826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-400\\/20 { --tw-shadow-color: #38bdf833; --tw-shadow: var(--tw-shadow-colored); @@ -13577,11 +18652,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-400\\/35 { + --tw-shadow-color: #38bdf859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-400\\/40 { --tw-shadow-color: #38bdf866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-400\\/45 { + --tw-shadow-color: #38bdf873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-400\\/5 { --tw-shadow-color: #38bdf80d; --tw-shadow: var(--tw-shadow-colored); @@ -13592,11 +18677,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-400\\/55 { + --tw-shadow-color: #38bdf88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-400\\/60 { --tw-shadow-color: #38bdf899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-400\\/65 { + --tw-shadow-color: #38bdf8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-400\\/70 { --tw-shadow-color: #38bdf8b3; --tw-shadow: var(--tw-shadow-colored); @@ -13612,6 +18707,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-400\\/85 { + --tw-shadow-color: #38bdf8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-400\\/90 { --tw-shadow-color: #38bdf8e6; --tw-shadow: var(--tw-shadow-colored); @@ -13642,6 +18742,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-50\\/15 { + --tw-shadow-color: #f0f9ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-50\\/20 { --tw-shadow-color: #f0f9ff33; --tw-shadow: var(--tw-shadow-colored); @@ -13657,11 +18762,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-50\\/35 { + --tw-shadow-color: #f0f9ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-50\\/40 { --tw-shadow-color: #f0f9ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-50\\/45 { + --tw-shadow-color: #f0f9ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-50\\/5 { --tw-shadow-color: #f0f9ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -13672,11 +18787,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-50\\/55 { + --tw-shadow-color: #f0f9ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-50\\/60 { --tw-shadow-color: #f0f9ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-50\\/65 { + --tw-shadow-color: #f0f9ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-50\\/70 { --tw-shadow-color: #f0f9ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -13692,6 +18817,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-50\\/85 { + --tw-shadow-color: #f0f9ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-50\\/90 { --tw-shadow-color: #f0f9ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -13722,6 +18852,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-500\\/15 { + --tw-shadow-color: #0ea5e926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-500\\/20 { --tw-shadow-color: #0ea5e933; --tw-shadow: var(--tw-shadow-colored); @@ -13737,11 +18872,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-500\\/35 { + --tw-shadow-color: #0ea5e959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-500\\/40 { --tw-shadow-color: #0ea5e966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-500\\/45 { + --tw-shadow-color: #0ea5e973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-500\\/5 { --tw-shadow-color: #0ea5e90d; --tw-shadow: var(--tw-shadow-colored); @@ -13752,11 +18897,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-500\\/55 { + --tw-shadow-color: #0ea5e98c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-500\\/60 { --tw-shadow-color: #0ea5e999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-500\\/65 { + --tw-shadow-color: #0ea5e9a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-500\\/70 { --tw-shadow-color: #0ea5e9b3; --tw-shadow: var(--tw-shadow-colored); @@ -13772,6 +18927,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-500\\/85 { + --tw-shadow-color: #0ea5e9d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-500\\/90 { --tw-shadow-color: #0ea5e9e6; --tw-shadow: var(--tw-shadow-colored); @@ -13802,6 +18962,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-600\\/15 { + --tw-shadow-color: #0284c726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-600\\/20 { --tw-shadow-color: #0284c733; --tw-shadow: var(--tw-shadow-colored); @@ -13817,11 +18982,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-600\\/35 { + --tw-shadow-color: #0284c759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-600\\/40 { --tw-shadow-color: #0284c766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-600\\/45 { + --tw-shadow-color: #0284c773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-600\\/5 { --tw-shadow-color: #0284c70d; --tw-shadow: var(--tw-shadow-colored); @@ -13832,11 +19007,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-600\\/55 { + --tw-shadow-color: #0284c78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-600\\/60 { --tw-shadow-color: #0284c799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-600\\/65 { + --tw-shadow-color: #0284c7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-600\\/70 { --tw-shadow-color: #0284c7b3; --tw-shadow: var(--tw-shadow-colored); @@ -13852,6 +19037,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-600\\/85 { + --tw-shadow-color: #0284c7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-600\\/90 { --tw-shadow-color: #0284c7e6; --tw-shadow: var(--tw-shadow-colored); @@ -13882,6 +19072,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-700\\/15 { + --tw-shadow-color: #0369a126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-700\\/20 { --tw-shadow-color: #0369a133; --tw-shadow: var(--tw-shadow-colored); @@ -13897,11 +19092,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-700\\/35 { + --tw-shadow-color: #0369a159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-700\\/40 { --tw-shadow-color: #0369a166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-700\\/45 { + --tw-shadow-color: #0369a173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-700\\/5 { --tw-shadow-color: #0369a10d; --tw-shadow: var(--tw-shadow-colored); @@ -13912,11 +19117,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-700\\/55 { + --tw-shadow-color: #0369a18c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-700\\/60 { --tw-shadow-color: #0369a199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-700\\/65 { + --tw-shadow-color: #0369a1a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-700\\/70 { --tw-shadow-color: #0369a1b3; --tw-shadow: var(--tw-shadow-colored); @@ -13932,6 +19147,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-700\\/85 { + --tw-shadow-color: #0369a1d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-700\\/90 { --tw-shadow-color: #0369a1e6; --tw-shadow: var(--tw-shadow-colored); @@ -13962,6 +19182,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-800\\/15 { + --tw-shadow-color: #07598526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-800\\/20 { --tw-shadow-color: #07598533; --tw-shadow: var(--tw-shadow-colored); @@ -13977,11 +19202,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-800\\/35 { + --tw-shadow-color: #07598559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-800\\/40 { --tw-shadow-color: #07598566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-800\\/45 { + --tw-shadow-color: #07598573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-800\\/5 { --tw-shadow-color: #0759850d; --tw-shadow: var(--tw-shadow-colored); @@ -13992,11 +19227,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-800\\/55 { + --tw-shadow-color: #0759858c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-800\\/60 { --tw-shadow-color: #07598599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-800\\/65 { + --tw-shadow-color: #075985a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-800\\/70 { --tw-shadow-color: #075985b3; --tw-shadow: var(--tw-shadow-colored); @@ -14012,6 +19257,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-800\\/85 { + --tw-shadow-color: #075985d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-800\\/90 { --tw-shadow-color: #075985e6; --tw-shadow: var(--tw-shadow-colored); @@ -14042,6 +19292,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-900\\/15 { + --tw-shadow-color: #0c4a6e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-900\\/20 { --tw-shadow-color: #0c4a6e33; --tw-shadow: var(--tw-shadow-colored); @@ -14057,11 +19312,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-900\\/35 { + --tw-shadow-color: #0c4a6e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-900\\/40 { --tw-shadow-color: #0c4a6e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-900\\/45 { + --tw-shadow-color: #0c4a6e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-900\\/5 { --tw-shadow-color: #0c4a6e0d; --tw-shadow: var(--tw-shadow-colored); @@ -14072,11 +19337,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-900\\/55 { + --tw-shadow-color: #0c4a6e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-900\\/60 { --tw-shadow-color: #0c4a6e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-900\\/65 { + --tw-shadow-color: #0c4a6ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-900\\/70 { --tw-shadow-color: #0c4a6eb3; --tw-shadow: var(--tw-shadow-colored); @@ -14092,6 +19367,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-900\\/85 { + --tw-shadow-color: #0c4a6ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-900\\/90 { --tw-shadow-color: #0c4a6ee6; --tw-shadow: var(--tw-shadow-colored); @@ -14122,6 +19402,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-950\\/15 { + --tw-shadow-color: #082f4926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-950\\/20 { --tw-shadow-color: #082f4933; --tw-shadow: var(--tw-shadow-colored); @@ -14137,11 +19422,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-950\\/35 { + --tw-shadow-color: #082f4959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-950\\/40 { --tw-shadow-color: #082f4966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-950\\/45 { + --tw-shadow-color: #082f4973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-950\\/5 { --tw-shadow-color: #082f490d; --tw-shadow: var(--tw-shadow-colored); @@ -14152,11 +19447,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-950\\/55 { + --tw-shadow-color: #082f498c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-950\\/60 { --tw-shadow-color: #082f4999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-950\\/65 { + --tw-shadow-color: #082f49a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-950\\/70 { --tw-shadow-color: #082f49b3; --tw-shadow: var(--tw-shadow-colored); @@ -14172,6 +19477,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-sky-950\\/85 { + --tw-shadow-color: #082f49d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-sky-950\\/90 { --tw-shadow-color: #082f49e6; --tw-shadow: var(--tw-shadow-colored); @@ -14202,6 +19512,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-100\\/15 { + --tw-shadow-color: #f1f5f926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-100\\/20 { --tw-shadow-color: #f1f5f933; --tw-shadow: var(--tw-shadow-colored); @@ -14217,11 +19532,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-100\\/35 { + --tw-shadow-color: #f1f5f959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-100\\/40 { --tw-shadow-color: #f1f5f966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-100\\/45 { + --tw-shadow-color: #f1f5f973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-100\\/5 { --tw-shadow-color: #f1f5f90d; --tw-shadow: var(--tw-shadow-colored); @@ -14232,11 +19557,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-100\\/55 { + --tw-shadow-color: #f1f5f98c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-100\\/60 { --tw-shadow-color: #f1f5f999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-100\\/65 { + --tw-shadow-color: #f1f5f9a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-100\\/70 { --tw-shadow-color: #f1f5f9b3; --tw-shadow: var(--tw-shadow-colored); @@ -14252,6 +19587,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-100\\/85 { + --tw-shadow-color: #f1f5f9d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-100\\/90 { --tw-shadow-color: #f1f5f9e6; --tw-shadow: var(--tw-shadow-colored); @@ -14282,6 +19622,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-200\\/15 { + --tw-shadow-color: #e2e8f026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-200\\/20 { --tw-shadow-color: #e2e8f033; --tw-shadow: var(--tw-shadow-colored); @@ -14297,11 +19642,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-200\\/35 { + --tw-shadow-color: #e2e8f059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-200\\/40 { --tw-shadow-color: #e2e8f066; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-200\\/45 { + --tw-shadow-color: #e2e8f073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-200\\/5 { --tw-shadow-color: #e2e8f00d; --tw-shadow: var(--tw-shadow-colored); @@ -14312,11 +19667,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-200\\/55 { + --tw-shadow-color: #e2e8f08c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-200\\/60 { --tw-shadow-color: #e2e8f099; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-200\\/65 { + --tw-shadow-color: #e2e8f0a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-200\\/70 { --tw-shadow-color: #e2e8f0b3; --tw-shadow: var(--tw-shadow-colored); @@ -14332,6 +19697,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-200\\/85 { + --tw-shadow-color: #e2e8f0d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-200\\/90 { --tw-shadow-color: #e2e8f0e6; --tw-shadow: var(--tw-shadow-colored); @@ -14362,6 +19732,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-300\\/15 { + --tw-shadow-color: #cbd5e126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-300\\/20 { --tw-shadow-color: #cbd5e133; --tw-shadow: var(--tw-shadow-colored); @@ -14377,11 +19752,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-300\\/35 { + --tw-shadow-color: #cbd5e159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-300\\/40 { --tw-shadow-color: #cbd5e166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-300\\/45 { + --tw-shadow-color: #cbd5e173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-300\\/5 { --tw-shadow-color: #cbd5e10d; --tw-shadow: var(--tw-shadow-colored); @@ -14392,11 +19777,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-300\\/55 { + --tw-shadow-color: #cbd5e18c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-300\\/60 { --tw-shadow-color: #cbd5e199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-300\\/65 { + --tw-shadow-color: #cbd5e1a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-300\\/70 { --tw-shadow-color: #cbd5e1b3; --tw-shadow: var(--tw-shadow-colored); @@ -14412,6 +19807,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-300\\/85 { + --tw-shadow-color: #cbd5e1d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-300\\/90 { --tw-shadow-color: #cbd5e1e6; --tw-shadow: var(--tw-shadow-colored); @@ -14442,6 +19842,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-400\\/15 { + --tw-shadow-color: #94a3b826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-400\\/20 { --tw-shadow-color: #94a3b833; --tw-shadow: var(--tw-shadow-colored); @@ -14457,11 +19862,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-400\\/35 { + --tw-shadow-color: #94a3b859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-400\\/40 { --tw-shadow-color: #94a3b866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-400\\/45 { + --tw-shadow-color: #94a3b873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-400\\/5 { --tw-shadow-color: #94a3b80d; --tw-shadow: var(--tw-shadow-colored); @@ -14472,11 +19887,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-400\\/55 { + --tw-shadow-color: #94a3b88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-400\\/60 { --tw-shadow-color: #94a3b899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-400\\/65 { + --tw-shadow-color: #94a3b8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-400\\/70 { --tw-shadow-color: #94a3b8b3; --tw-shadow: var(--tw-shadow-colored); @@ -14492,6 +19917,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-400\\/85 { + --tw-shadow-color: #94a3b8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-400\\/90 { --tw-shadow-color: #94a3b8e6; --tw-shadow: var(--tw-shadow-colored); @@ -14522,6 +19952,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-50\\/15 { + --tw-shadow-color: #f8fafc26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-50\\/20 { --tw-shadow-color: #f8fafc33; --tw-shadow: var(--tw-shadow-colored); @@ -14537,11 +19972,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-50\\/35 { + --tw-shadow-color: #f8fafc59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-50\\/40 { --tw-shadow-color: #f8fafc66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-50\\/45 { + --tw-shadow-color: #f8fafc73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-50\\/5 { --tw-shadow-color: #f8fafc0d; --tw-shadow: var(--tw-shadow-colored); @@ -14552,11 +19997,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-50\\/55 { + --tw-shadow-color: #f8fafc8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-50\\/60 { --tw-shadow-color: #f8fafc99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-50\\/65 { + --tw-shadow-color: #f8fafca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-50\\/70 { --tw-shadow-color: #f8fafcb3; --tw-shadow: var(--tw-shadow-colored); @@ -14572,6 +20027,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-50\\/85 { + --tw-shadow-color: #f8fafcd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-50\\/90 { --tw-shadow-color: #f8fafce6; --tw-shadow: var(--tw-shadow-colored); @@ -14602,6 +20062,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-500\\/15 { + --tw-shadow-color: #64748b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-500\\/20 { --tw-shadow-color: #64748b33; --tw-shadow: var(--tw-shadow-colored); @@ -14617,11 +20082,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-500\\/35 { + --tw-shadow-color: #64748b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-500\\/40 { --tw-shadow-color: #64748b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-500\\/45 { + --tw-shadow-color: #64748b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-500\\/5 { --tw-shadow-color: #64748b0d; --tw-shadow: var(--tw-shadow-colored); @@ -14632,11 +20107,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-500\\/55 { + --tw-shadow-color: #64748b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-500\\/60 { --tw-shadow-color: #64748b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-500\\/65 { + --tw-shadow-color: #64748ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-500\\/70 { --tw-shadow-color: #64748bb3; --tw-shadow: var(--tw-shadow-colored); @@ -14652,6 +20137,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-500\\/85 { + --tw-shadow-color: #64748bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-500\\/90 { --tw-shadow-color: #64748be6; --tw-shadow: var(--tw-shadow-colored); @@ -14682,6 +20172,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-600\\/15 { + --tw-shadow-color: #47556926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-600\\/20 { --tw-shadow-color: #47556933; --tw-shadow: var(--tw-shadow-colored); @@ -14697,11 +20192,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-600\\/35 { + --tw-shadow-color: #47556959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-600\\/40 { --tw-shadow-color: #47556966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-600\\/45 { + --tw-shadow-color: #47556973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-600\\/5 { --tw-shadow-color: #4755690d; --tw-shadow: var(--tw-shadow-colored); @@ -14712,11 +20217,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-600\\/55 { + --tw-shadow-color: #4755698c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-600\\/60 { --tw-shadow-color: #47556999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-600\\/65 { + --tw-shadow-color: #475569a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-600\\/70 { --tw-shadow-color: #475569b3; --tw-shadow: var(--tw-shadow-colored); @@ -14732,6 +20247,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-600\\/85 { + --tw-shadow-color: #475569d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-600\\/90 { --tw-shadow-color: #475569e6; --tw-shadow: var(--tw-shadow-colored); @@ -14762,6 +20282,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-700\\/15 { + --tw-shadow-color: #33415526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-700\\/20 { --tw-shadow-color: #33415533; --tw-shadow: var(--tw-shadow-colored); @@ -14777,11 +20302,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } -.shadow-slate-700\\/40 { +.shadow-slate-700\\/35 { + --tw-shadow-color: #33415559; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-slate-700\\/40 { --tw-shadow-color: #33415566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-700\\/45 { + --tw-shadow-color: #33415573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-700\\/5 { --tw-shadow-color: #3341550d; --tw-shadow: var(--tw-shadow-colored); @@ -14792,11 +20327,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-700\\/55 { + --tw-shadow-color: #3341558c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-700\\/60 { --tw-shadow-color: #33415599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-700\\/65 { + --tw-shadow-color: #334155a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-700\\/70 { --tw-shadow-color: #334155b3; --tw-shadow: var(--tw-shadow-colored); @@ -14812,6 +20357,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-700\\/85 { + --tw-shadow-color: #334155d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-700\\/90 { --tw-shadow-color: #334155e6; --tw-shadow: var(--tw-shadow-colored); @@ -14842,6 +20392,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-800\\/15 { + --tw-shadow-color: #1e293b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-800\\/20 { --tw-shadow-color: #1e293b33; --tw-shadow: var(--tw-shadow-colored); @@ -14857,11 +20412,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-800\\/35 { + --tw-shadow-color: #1e293b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-800\\/40 { --tw-shadow-color: #1e293b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-800\\/45 { + --tw-shadow-color: #1e293b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-800\\/5 { --tw-shadow-color: #1e293b0d; --tw-shadow: var(--tw-shadow-colored); @@ -14872,11 +20437,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-800\\/55 { + --tw-shadow-color: #1e293b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-800\\/60 { --tw-shadow-color: #1e293b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-800\\/65 { + --tw-shadow-color: #1e293ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-800\\/70 { --tw-shadow-color: #1e293bb3; --tw-shadow: var(--tw-shadow-colored); @@ -14892,6 +20467,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-800\\/85 { + --tw-shadow-color: #1e293bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-800\\/90 { --tw-shadow-color: #1e293be6; --tw-shadow: var(--tw-shadow-colored); @@ -14922,6 +20502,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-900\\/15 { + --tw-shadow-color: #0f172a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-900\\/20 { --tw-shadow-color: #0f172a33; --tw-shadow: var(--tw-shadow-colored); @@ -14937,11 +20522,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-900\\/35 { + --tw-shadow-color: #0f172a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-900\\/40 { --tw-shadow-color: #0f172a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-900\\/45 { + --tw-shadow-color: #0f172a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-900\\/5 { --tw-shadow-color: #0f172a0d; --tw-shadow: var(--tw-shadow-colored); @@ -14952,11 +20547,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-900\\/55 { + --tw-shadow-color: #0f172a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-900\\/60 { --tw-shadow-color: #0f172a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-900\\/65 { + --tw-shadow-color: #0f172aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-900\\/70 { --tw-shadow-color: #0f172ab3; --tw-shadow: var(--tw-shadow-colored); @@ -14972,6 +20577,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-900\\/85 { + --tw-shadow-color: #0f172ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-900\\/90 { --tw-shadow-color: #0f172ae6; --tw-shadow: var(--tw-shadow-colored); @@ -15002,6 +20612,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-950\\/15 { + --tw-shadow-color: #02061726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-950\\/20 { --tw-shadow-color: #02061733; --tw-shadow: var(--tw-shadow-colored); @@ -15017,11 +20632,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-950\\/35 { + --tw-shadow-color: #02061759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-950\\/40 { --tw-shadow-color: #02061766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-950\\/45 { + --tw-shadow-color: #02061773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-950\\/5 { --tw-shadow-color: #0206170d; --tw-shadow: var(--tw-shadow-colored); @@ -15032,11 +20657,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-950\\/55 { + --tw-shadow-color: #0206178c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-950\\/60 { --tw-shadow-color: #02061799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-950\\/65 { + --tw-shadow-color: #020617a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-950\\/70 { --tw-shadow-color: #020617b3; --tw-shadow: var(--tw-shadow-colored); @@ -15052,6 +20687,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-slate-950\\/85 { + --tw-shadow-color: #020617d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-slate-950\\/90 { --tw-shadow-color: #020617e6; --tw-shadow: var(--tw-shadow-colored); @@ -15082,6 +20722,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-100\\/15 { + --tw-shadow-color: #f5f5f426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-100\\/20 { --tw-shadow-color: #f5f5f433; --tw-shadow: var(--tw-shadow-colored); @@ -15097,11 +20742,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-100\\/35 { + --tw-shadow-color: #f5f5f459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-100\\/40 { --tw-shadow-color: #f5f5f466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-100\\/45 { + --tw-shadow-color: #f5f5f473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-100\\/5 { --tw-shadow-color: #f5f5f40d; --tw-shadow: var(--tw-shadow-colored); @@ -15112,11 +20767,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-100\\/55 { + --tw-shadow-color: #f5f5f48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-100\\/60 { --tw-shadow-color: #f5f5f499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-100\\/65 { + --tw-shadow-color: #f5f5f4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-100\\/70 { --tw-shadow-color: #f5f5f4b3; --tw-shadow: var(--tw-shadow-colored); @@ -15132,6 +20797,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-100\\/85 { + --tw-shadow-color: #f5f5f4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-100\\/90 { --tw-shadow-color: #f5f5f4e6; --tw-shadow: var(--tw-shadow-colored); @@ -15162,6 +20832,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-200\\/15 { + --tw-shadow-color: #e7e5e426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-200\\/20 { --tw-shadow-color: #e7e5e433; --tw-shadow: var(--tw-shadow-colored); @@ -15177,11 +20852,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-200\\/35 { + --tw-shadow-color: #e7e5e459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-200\\/40 { --tw-shadow-color: #e7e5e466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-200\\/45 { + --tw-shadow-color: #e7e5e473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-200\\/5 { --tw-shadow-color: #e7e5e40d; --tw-shadow: var(--tw-shadow-colored); @@ -15192,11 +20877,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-200\\/55 { + --tw-shadow-color: #e7e5e48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-200\\/60 { --tw-shadow-color: #e7e5e499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-200\\/65 { + --tw-shadow-color: #e7e5e4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-200\\/70 { --tw-shadow-color: #e7e5e4b3; --tw-shadow: var(--tw-shadow-colored); @@ -15212,6 +20907,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-200\\/85 { + --tw-shadow-color: #e7e5e4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-200\\/90 { --tw-shadow-color: #e7e5e4e6; --tw-shadow: var(--tw-shadow-colored); @@ -15242,6 +20942,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-300\\/15 { + --tw-shadow-color: #d6d3d126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-300\\/20 { --tw-shadow-color: #d6d3d133; --tw-shadow: var(--tw-shadow-colored); @@ -15257,11 +20962,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-300\\/35 { + --tw-shadow-color: #d6d3d159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-300\\/40 { --tw-shadow-color: #d6d3d166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-300\\/45 { + --tw-shadow-color: #d6d3d173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-300\\/5 { --tw-shadow-color: #d6d3d10d; --tw-shadow: var(--tw-shadow-colored); @@ -15272,11 +20987,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-300\\/55 { + --tw-shadow-color: #d6d3d18c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-300\\/60 { --tw-shadow-color: #d6d3d199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-300\\/65 { + --tw-shadow-color: #d6d3d1a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-300\\/70 { --tw-shadow-color: #d6d3d1b3; --tw-shadow: var(--tw-shadow-colored); @@ -15292,6 +21017,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-300\\/85 { + --tw-shadow-color: #d6d3d1d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-300\\/90 { --tw-shadow-color: #d6d3d1e6; --tw-shadow: var(--tw-shadow-colored); @@ -15322,6 +21052,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-400\\/15 { + --tw-shadow-color: #a8a29e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-400\\/20 { --tw-shadow-color: #a8a29e33; --tw-shadow: var(--tw-shadow-colored); @@ -15337,11 +21072,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-400\\/35 { + --tw-shadow-color: #a8a29e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-400\\/40 { --tw-shadow-color: #a8a29e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-400\\/45 { + --tw-shadow-color: #a8a29e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-400\\/5 { --tw-shadow-color: #a8a29e0d; --tw-shadow: var(--tw-shadow-colored); @@ -15352,11 +21097,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-400\\/55 { + --tw-shadow-color: #a8a29e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-400\\/60 { --tw-shadow-color: #a8a29e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-400\\/65 { + --tw-shadow-color: #a8a29ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-400\\/70 { --tw-shadow-color: #a8a29eb3; --tw-shadow: var(--tw-shadow-colored); @@ -15372,6 +21127,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-400\\/85 { + --tw-shadow-color: #a8a29ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-400\\/90 { --tw-shadow-color: #a8a29ee6; --tw-shadow: var(--tw-shadow-colored); @@ -15402,6 +21162,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-50\\/15 { + --tw-shadow-color: #fafaf926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-50\\/20 { --tw-shadow-color: #fafaf933; --tw-shadow: var(--tw-shadow-colored); @@ -15417,11 +21182,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-50\\/35 { + --tw-shadow-color: #fafaf959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-50\\/40 { --tw-shadow-color: #fafaf966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-50\\/45 { + --tw-shadow-color: #fafaf973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-50\\/5 { --tw-shadow-color: #fafaf90d; --tw-shadow: var(--tw-shadow-colored); @@ -15432,11 +21207,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-50\\/55 { + --tw-shadow-color: #fafaf98c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-50\\/60 { --tw-shadow-color: #fafaf999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-50\\/65 { + --tw-shadow-color: #fafaf9a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-50\\/70 { --tw-shadow-color: #fafaf9b3; --tw-shadow: var(--tw-shadow-colored); @@ -15452,6 +21237,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-50\\/85 { + --tw-shadow-color: #fafaf9d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-50\\/90 { --tw-shadow-color: #fafaf9e6; --tw-shadow: var(--tw-shadow-colored); @@ -15482,6 +21272,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-500\\/15 { + --tw-shadow-color: #78716c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-500\\/20 { --tw-shadow-color: #78716c33; --tw-shadow: var(--tw-shadow-colored); @@ -15497,11 +21292,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-500\\/35 { + --tw-shadow-color: #78716c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-500\\/40 { --tw-shadow-color: #78716c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-500\\/45 { + --tw-shadow-color: #78716c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-500\\/5 { --tw-shadow-color: #78716c0d; --tw-shadow: var(--tw-shadow-colored); @@ -15512,11 +21317,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-500\\/55 { + --tw-shadow-color: #78716c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-500\\/60 { --tw-shadow-color: #78716c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-500\\/65 { + --tw-shadow-color: #78716ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-500\\/70 { --tw-shadow-color: #78716cb3; --tw-shadow: var(--tw-shadow-colored); @@ -15532,6 +21347,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-500\\/85 { + --tw-shadow-color: #78716cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-500\\/90 { --tw-shadow-color: #78716ce6; --tw-shadow: var(--tw-shadow-colored); @@ -15562,6 +21382,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-600\\/15 { + --tw-shadow-color: #57534e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-600\\/20 { --tw-shadow-color: #57534e33; --tw-shadow: var(--tw-shadow-colored); @@ -15577,11 +21402,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-600\\/35 { + --tw-shadow-color: #57534e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-600\\/40 { --tw-shadow-color: #57534e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-600\\/45 { + --tw-shadow-color: #57534e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-600\\/5 { --tw-shadow-color: #57534e0d; --tw-shadow: var(--tw-shadow-colored); @@ -15592,11 +21427,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-600\\/55 { + --tw-shadow-color: #57534e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-600\\/60 { --tw-shadow-color: #57534e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-600\\/65 { + --tw-shadow-color: #57534ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-600\\/70 { --tw-shadow-color: #57534eb3; --tw-shadow: var(--tw-shadow-colored); @@ -15612,6 +21457,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-600\\/85 { + --tw-shadow-color: #57534ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-600\\/90 { --tw-shadow-color: #57534ee6; --tw-shadow: var(--tw-shadow-colored); @@ -15642,6 +21492,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-700\\/15 { + --tw-shadow-color: #44403c26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-700\\/20 { --tw-shadow-color: #44403c33; --tw-shadow: var(--tw-shadow-colored); @@ -15657,11 +21512,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-700\\/35 { + --tw-shadow-color: #44403c59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-700\\/40 { --tw-shadow-color: #44403c66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-700\\/45 { + --tw-shadow-color: #44403c73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-700\\/5 { --tw-shadow-color: #44403c0d; --tw-shadow: var(--tw-shadow-colored); @@ -15672,11 +21537,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-700\\/55 { + --tw-shadow-color: #44403c8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-700\\/60 { --tw-shadow-color: #44403c99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-700\\/65 { + --tw-shadow-color: #44403ca6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-700\\/70 { --tw-shadow-color: #44403cb3; --tw-shadow: var(--tw-shadow-colored); @@ -15692,6 +21567,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-700\\/85 { + --tw-shadow-color: #44403cd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-700\\/90 { --tw-shadow-color: #44403ce6; --tw-shadow: var(--tw-shadow-colored); @@ -15722,6 +21602,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-800\\/15 { + --tw-shadow-color: #29252426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-800\\/20 { --tw-shadow-color: #29252433; --tw-shadow: var(--tw-shadow-colored); @@ -15737,11 +21622,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-800\\/35 { + --tw-shadow-color: #29252459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-800\\/40 { --tw-shadow-color: #29252466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-800\\/45 { + --tw-shadow-color: #29252473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-800\\/5 { --tw-shadow-color: #2925240d; --tw-shadow: var(--tw-shadow-colored); @@ -15752,11 +21647,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-800\\/55 { + --tw-shadow-color: #2925248c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-800\\/60 { --tw-shadow-color: #29252499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-800\\/65 { + --tw-shadow-color: #292524a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-800\\/70 { --tw-shadow-color: #292524b3; --tw-shadow: var(--tw-shadow-colored); @@ -15772,6 +21677,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-800\\/85 { + --tw-shadow-color: #292524d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-800\\/90 { --tw-shadow-color: #292524e6; --tw-shadow: var(--tw-shadow-colored); @@ -15802,6 +21712,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-900\\/15 { + --tw-shadow-color: #1c191726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-900\\/20 { --tw-shadow-color: #1c191733; --tw-shadow: var(--tw-shadow-colored); @@ -15817,11 +21732,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-900\\/35 { + --tw-shadow-color: #1c191759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-900\\/40 { --tw-shadow-color: #1c191766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-900\\/45 { + --tw-shadow-color: #1c191773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-900\\/5 { --tw-shadow-color: #1c19170d; --tw-shadow: var(--tw-shadow-colored); @@ -15832,11 +21757,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-900\\/55 { + --tw-shadow-color: #1c19178c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-900\\/60 { --tw-shadow-color: #1c191799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-900\\/65 { + --tw-shadow-color: #1c1917a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-900\\/70 { --tw-shadow-color: #1c1917b3; --tw-shadow: var(--tw-shadow-colored); @@ -15852,6 +21787,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-900\\/85 { + --tw-shadow-color: #1c1917d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-900\\/90 { --tw-shadow-color: #1c1917e6; --tw-shadow: var(--tw-shadow-colored); @@ -15882,6 +21822,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-950\\/15 { + --tw-shadow-color: #0c0a0926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-950\\/20 { --tw-shadow-color: #0c0a0933; --tw-shadow: var(--tw-shadow-colored); @@ -15897,11 +21842,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-950\\/35 { + --tw-shadow-color: #0c0a0959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-950\\/40 { --tw-shadow-color: #0c0a0966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-950\\/45 { + --tw-shadow-color: #0c0a0973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-950\\/5 { --tw-shadow-color: #0c0a090d; --tw-shadow: var(--tw-shadow-colored); @@ -15912,11 +21867,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-950\\/55 { + --tw-shadow-color: #0c0a098c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-950\\/60 { --tw-shadow-color: #0c0a0999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-950\\/65 { + --tw-shadow-color: #0c0a09a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-950\\/70 { --tw-shadow-color: #0c0a09b3; --tw-shadow: var(--tw-shadow-colored); @@ -15932,6 +21897,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-stone-950\\/85 { + --tw-shadow-color: #0c0a09d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-stone-950\\/90 { --tw-shadow-color: #0c0a09e6; --tw-shadow: var(--tw-shadow-colored); @@ -15962,6 +21932,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-100\\/15 { + --tw-shadow-color: #ccfbf126; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-100\\/20 { --tw-shadow-color: #ccfbf133; --tw-shadow: var(--tw-shadow-colored); @@ -15977,11 +21952,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-100\\/35 { + --tw-shadow-color: #ccfbf159; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-100\\/40 { --tw-shadow-color: #ccfbf166; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-100\\/45 { + --tw-shadow-color: #ccfbf173; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-100\\/5 { --tw-shadow-color: #ccfbf10d; --tw-shadow: var(--tw-shadow-colored); @@ -15992,11 +21977,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-100\\/55 { + --tw-shadow-color: #ccfbf18c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-100\\/60 { --tw-shadow-color: #ccfbf199; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-100\\/65 { + --tw-shadow-color: #ccfbf1a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-100\\/70 { --tw-shadow-color: #ccfbf1b3; --tw-shadow: var(--tw-shadow-colored); @@ -16012,6 +22007,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-100\\/85 { + --tw-shadow-color: #ccfbf1d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-100\\/90 { --tw-shadow-color: #ccfbf1e6; --tw-shadow: var(--tw-shadow-colored); @@ -16042,6 +22042,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-200\\/15 { + --tw-shadow-color: #99f6e426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-200\\/20 { --tw-shadow-color: #99f6e433; --tw-shadow: var(--tw-shadow-colored); @@ -16057,11 +22062,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-200\\/35 { + --tw-shadow-color: #99f6e459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-200\\/40 { --tw-shadow-color: #99f6e466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-200\\/45 { + --tw-shadow-color: #99f6e473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-200\\/5 { --tw-shadow-color: #99f6e40d; --tw-shadow: var(--tw-shadow-colored); @@ -16072,11 +22087,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-200\\/55 { + --tw-shadow-color: #99f6e48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-200\\/60 { --tw-shadow-color: #99f6e499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-200\\/65 { + --tw-shadow-color: #99f6e4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-200\\/70 { --tw-shadow-color: #99f6e4b3; --tw-shadow: var(--tw-shadow-colored); @@ -16092,6 +22117,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-200\\/85 { + --tw-shadow-color: #99f6e4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-200\\/90 { --tw-shadow-color: #99f6e4e6; --tw-shadow: var(--tw-shadow-colored); @@ -16122,6 +22152,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-300\\/15 { + --tw-shadow-color: #5eead426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-300\\/20 { --tw-shadow-color: #5eead433; --tw-shadow: var(--tw-shadow-colored); @@ -16137,11 +22172,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-300\\/35 { + --tw-shadow-color: #5eead459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-300\\/40 { --tw-shadow-color: #5eead466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-300\\/45 { + --tw-shadow-color: #5eead473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-300\\/5 { --tw-shadow-color: #5eead40d; --tw-shadow: var(--tw-shadow-colored); @@ -16152,11 +22197,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-300\\/55 { + --tw-shadow-color: #5eead48c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-300\\/60 { --tw-shadow-color: #5eead499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-300\\/65 { + --tw-shadow-color: #5eead4a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-300\\/70 { --tw-shadow-color: #5eead4b3; --tw-shadow: var(--tw-shadow-colored); @@ -16172,6 +22227,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-300\\/85 { + --tw-shadow-color: #5eead4d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-300\\/90 { --tw-shadow-color: #5eead4e6; --tw-shadow: var(--tw-shadow-colored); @@ -16202,6 +22262,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-400\\/15 { + --tw-shadow-color: #2dd4bf26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-400\\/20 { --tw-shadow-color: #2dd4bf33; --tw-shadow: var(--tw-shadow-colored); @@ -16217,11 +22282,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-400\\/35 { + --tw-shadow-color: #2dd4bf59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-400\\/40 { --tw-shadow-color: #2dd4bf66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-400\\/45 { + --tw-shadow-color: #2dd4bf73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-400\\/5 { --tw-shadow-color: #2dd4bf0d; --tw-shadow: var(--tw-shadow-colored); @@ -16232,11 +22307,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-400\\/55 { + --tw-shadow-color: #2dd4bf8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-400\\/60 { --tw-shadow-color: #2dd4bf99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-400\\/65 { + --tw-shadow-color: #2dd4bfa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-400\\/70 { --tw-shadow-color: #2dd4bfb3; --tw-shadow: var(--tw-shadow-colored); @@ -16252,6 +22337,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-400\\/85 { + --tw-shadow-color: #2dd4bfd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-400\\/90 { --tw-shadow-color: #2dd4bfe6; --tw-shadow: var(--tw-shadow-colored); @@ -16282,6 +22372,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-50\\/15 { + --tw-shadow-color: #f0fdfa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-50\\/20 { --tw-shadow-color: #f0fdfa33; --tw-shadow: var(--tw-shadow-colored); @@ -16297,11 +22392,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-50\\/35 { + --tw-shadow-color: #f0fdfa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-50\\/40 { --tw-shadow-color: #f0fdfa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-50\\/45 { + --tw-shadow-color: #f0fdfa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-50\\/5 { --tw-shadow-color: #f0fdfa0d; --tw-shadow: var(--tw-shadow-colored); @@ -16312,11 +22417,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-50\\/55 { + --tw-shadow-color: #f0fdfa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-50\\/60 { --tw-shadow-color: #f0fdfa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-50\\/65 { + --tw-shadow-color: #f0fdfaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-50\\/70 { --tw-shadow-color: #f0fdfab3; --tw-shadow: var(--tw-shadow-colored); @@ -16332,6 +22447,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-50\\/85 { + --tw-shadow-color: #f0fdfad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-50\\/90 { --tw-shadow-color: #f0fdfae6; --tw-shadow: var(--tw-shadow-colored); @@ -16362,6 +22482,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-500\\/15 { + --tw-shadow-color: #14b8a626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-500\\/20 { --tw-shadow-color: #14b8a633; --tw-shadow: var(--tw-shadow-colored); @@ -16377,11 +22502,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-500\\/35 { + --tw-shadow-color: #14b8a659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-500\\/40 { --tw-shadow-color: #14b8a666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-500\\/45 { + --tw-shadow-color: #14b8a673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-500\\/5 { --tw-shadow-color: #14b8a60d; --tw-shadow: var(--tw-shadow-colored); @@ -16392,11 +22527,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-500\\/55 { + --tw-shadow-color: #14b8a68c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-500\\/60 { --tw-shadow-color: #14b8a699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-500\\/65 { + --tw-shadow-color: #14b8a6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-500\\/70 { --tw-shadow-color: #14b8a6b3; --tw-shadow: var(--tw-shadow-colored); @@ -16412,6 +22557,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-500\\/85 { + --tw-shadow-color: #14b8a6d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-500\\/90 { --tw-shadow-color: #14b8a6e6; --tw-shadow: var(--tw-shadow-colored); @@ -16442,6 +22592,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-600\\/15 { + --tw-shadow-color: #0d948826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-600\\/20 { --tw-shadow-color: #0d948833; --tw-shadow: var(--tw-shadow-colored); @@ -16457,11 +22612,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-600\\/35 { + --tw-shadow-color: #0d948859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-600\\/40 { --tw-shadow-color: #0d948866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-600\\/45 { + --tw-shadow-color: #0d948873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-600\\/5 { --tw-shadow-color: #0d94880d; --tw-shadow: var(--tw-shadow-colored); @@ -16472,11 +22637,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-600\\/55 { + --tw-shadow-color: #0d94888c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-600\\/60 { --tw-shadow-color: #0d948899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-600\\/65 { + --tw-shadow-color: #0d9488a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-600\\/70 { --tw-shadow-color: #0d9488b3; --tw-shadow: var(--tw-shadow-colored); @@ -16492,6 +22667,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-600\\/85 { + --tw-shadow-color: #0d9488d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-600\\/90 { --tw-shadow-color: #0d9488e6; --tw-shadow: var(--tw-shadow-colored); @@ -16522,6 +22702,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-700\\/15 { + --tw-shadow-color: #0f766e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-700\\/20 { --tw-shadow-color: #0f766e33; --tw-shadow: var(--tw-shadow-colored); @@ -16537,11 +22722,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-700\\/35 { + --tw-shadow-color: #0f766e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-700\\/40 { --tw-shadow-color: #0f766e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-700\\/45 { + --tw-shadow-color: #0f766e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-700\\/5 { --tw-shadow-color: #0f766e0d; --tw-shadow: var(--tw-shadow-colored); @@ -16552,11 +22747,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-700\\/55 { + --tw-shadow-color: #0f766e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-700\\/60 { --tw-shadow-color: #0f766e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-700\\/65 { + --tw-shadow-color: #0f766ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-700\\/70 { --tw-shadow-color: #0f766eb3; --tw-shadow: var(--tw-shadow-colored); @@ -16572,6 +22777,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-700\\/85 { + --tw-shadow-color: #0f766ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-700\\/90 { --tw-shadow-color: #0f766ee6; --tw-shadow: var(--tw-shadow-colored); @@ -16602,6 +22812,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-800\\/15 { + --tw-shadow-color: #115e5926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-800\\/20 { --tw-shadow-color: #115e5933; --tw-shadow: var(--tw-shadow-colored); @@ -16617,11 +22832,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-800\\/35 { + --tw-shadow-color: #115e5959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-800\\/40 { --tw-shadow-color: #115e5966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-800\\/45 { + --tw-shadow-color: #115e5973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-800\\/5 { --tw-shadow-color: #115e590d; --tw-shadow: var(--tw-shadow-colored); @@ -16632,11 +22857,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-800\\/55 { + --tw-shadow-color: #115e598c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-800\\/60 { --tw-shadow-color: #115e5999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-800\\/65 { + --tw-shadow-color: #115e59a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-800\\/70 { --tw-shadow-color: #115e59b3; --tw-shadow: var(--tw-shadow-colored); @@ -16652,6 +22887,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-800\\/85 { + --tw-shadow-color: #115e59d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-800\\/90 { --tw-shadow-color: #115e59e6; --tw-shadow: var(--tw-shadow-colored); @@ -16682,6 +22922,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-900\\/15 { + --tw-shadow-color: #134e4a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-900\\/20 { --tw-shadow-color: #134e4a33; --tw-shadow: var(--tw-shadow-colored); @@ -16697,11 +22942,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-900\\/35 { + --tw-shadow-color: #134e4a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-900\\/40 { --tw-shadow-color: #134e4a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-900\\/45 { + --tw-shadow-color: #134e4a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-900\\/5 { --tw-shadow-color: #134e4a0d; --tw-shadow: var(--tw-shadow-colored); @@ -16712,11 +22967,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-900\\/55 { + --tw-shadow-color: #134e4a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-900\\/60 { --tw-shadow-color: #134e4a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-900\\/65 { + --tw-shadow-color: #134e4aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-900\\/70 { --tw-shadow-color: #134e4ab3; --tw-shadow: var(--tw-shadow-colored); @@ -16732,6 +22997,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-900\\/85 { + --tw-shadow-color: #134e4ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-900\\/90 { --tw-shadow-color: #134e4ae6; --tw-shadow: var(--tw-shadow-colored); @@ -16762,6 +23032,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-950\\/15 { + --tw-shadow-color: #042f2e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-950\\/20 { --tw-shadow-color: #042f2e33; --tw-shadow: var(--tw-shadow-colored); @@ -16777,11 +23052,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-950\\/35 { + --tw-shadow-color: #042f2e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-950\\/40 { --tw-shadow-color: #042f2e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-950\\/45 { + --tw-shadow-color: #042f2e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-950\\/5 { --tw-shadow-color: #042f2e0d; --tw-shadow: var(--tw-shadow-colored); @@ -16792,11 +23077,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-950\\/55 { + --tw-shadow-color: #042f2e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-950\\/60 { --tw-shadow-color: #042f2e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-950\\/65 { + --tw-shadow-color: #042f2ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-950\\/70 { --tw-shadow-color: #042f2eb3; --tw-shadow: var(--tw-shadow-colored); @@ -16812,6 +23107,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-teal-950\\/85 { + --tw-shadow-color: #042f2ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-teal-950\\/90 { --tw-shadow-color: #042f2ee6; --tw-shadow: var(--tw-shadow-colored); @@ -16842,6 +23142,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\\/15 { + --tw-shadow-color: #00000026; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-transparent\\/20 { --tw-shadow-color: #0003; --tw-shadow: var(--tw-shadow-colored); @@ -16857,11 +23162,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\\/35 { + --tw-shadow-color: #00000059; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-transparent\\/40 { --tw-shadow-color: #0006; --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\\/45 { + --tw-shadow-color: #00000073; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-transparent\\/5 { --tw-shadow-color: #0000000d; --tw-shadow: var(--tw-shadow-colored); @@ -16872,11 +23187,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\\/55 { + --tw-shadow-color: #0000008c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-transparent\\/60 { --tw-shadow-color: #0009; --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\\/65 { + --tw-shadow-color: #000000a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-transparent\\/70 { --tw-shadow-color: #000000b3; --tw-shadow: var(--tw-shadow-colored); @@ -16892,6 +23217,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\\/85 { + --tw-shadow-color: #000000d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-transparent\\/90 { --tw-shadow-color: #000000e6; --tw-shadow: var(--tw-shadow-colored); @@ -16922,6 +23252,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-100\\/15 { + --tw-shadow-color: #ede9fe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-100\\/20 { --tw-shadow-color: #ede9fe33; --tw-shadow: var(--tw-shadow-colored); @@ -16937,11 +23272,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-100\\/35 { + --tw-shadow-color: #ede9fe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-100\\/40 { --tw-shadow-color: #ede9fe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-100\\/45 { + --tw-shadow-color: #ede9fe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-100\\/5 { --tw-shadow-color: #ede9fe0d; --tw-shadow: var(--tw-shadow-colored); @@ -16952,11 +23297,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-100\\/55 { + --tw-shadow-color: #ede9fe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-100\\/60 { --tw-shadow-color: #ede9fe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-100\\/65 { + --tw-shadow-color: #ede9fea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-100\\/70 { --tw-shadow-color: #ede9feb3; --tw-shadow: var(--tw-shadow-colored); @@ -16972,6 +23327,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-100\\/85 { + --tw-shadow-color: #ede9fed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-100\\/90 { --tw-shadow-color: #ede9fee6; --tw-shadow: var(--tw-shadow-colored); @@ -17002,6 +23362,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-200\\/15 { + --tw-shadow-color: #ddd6fe26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-200\\/20 { --tw-shadow-color: #ddd6fe33; --tw-shadow: var(--tw-shadow-colored); @@ -17017,11 +23382,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-200\\/35 { + --tw-shadow-color: #ddd6fe59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-200\\/40 { --tw-shadow-color: #ddd6fe66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-200\\/45 { + --tw-shadow-color: #ddd6fe73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-200\\/5 { --tw-shadow-color: #ddd6fe0d; --tw-shadow: var(--tw-shadow-colored); @@ -17032,11 +23407,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-200\\/55 { + --tw-shadow-color: #ddd6fe8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-200\\/60 { --tw-shadow-color: #ddd6fe99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-200\\/65 { + --tw-shadow-color: #ddd6fea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-200\\/70 { --tw-shadow-color: #ddd6feb3; --tw-shadow: var(--tw-shadow-colored); @@ -17052,6 +23437,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-200\\/85 { + --tw-shadow-color: #ddd6fed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-200\\/90 { --tw-shadow-color: #ddd6fee6; --tw-shadow: var(--tw-shadow-colored); @@ -17082,6 +23472,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-300\\/15 { + --tw-shadow-color: #c4b5fd26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-300\\/20 { --tw-shadow-color: #c4b5fd33; --tw-shadow: var(--tw-shadow-colored); @@ -17097,11 +23492,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-300\\/35 { + --tw-shadow-color: #c4b5fd59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-300\\/40 { --tw-shadow-color: #c4b5fd66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-300\\/45 { + --tw-shadow-color: #c4b5fd73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-300\\/5 { --tw-shadow-color: #c4b5fd0d; --tw-shadow: var(--tw-shadow-colored); @@ -17112,11 +23517,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-300\\/55 { + --tw-shadow-color: #c4b5fd8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-300\\/60 { --tw-shadow-color: #c4b5fd99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-300\\/65 { + --tw-shadow-color: #c4b5fda6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-300\\/70 { --tw-shadow-color: #c4b5fdb3; --tw-shadow: var(--tw-shadow-colored); @@ -17132,6 +23547,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-300\\/85 { + --tw-shadow-color: #c4b5fdd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-300\\/90 { --tw-shadow-color: #c4b5fde6; --tw-shadow: var(--tw-shadow-colored); @@ -17162,6 +23582,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-400\\/15 { + --tw-shadow-color: #a78bfa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-400\\/20 { --tw-shadow-color: #a78bfa33; --tw-shadow: var(--tw-shadow-colored); @@ -17177,11 +23602,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-400\\/35 { + --tw-shadow-color: #a78bfa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-400\\/40 { --tw-shadow-color: #a78bfa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-400\\/45 { + --tw-shadow-color: #a78bfa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-400\\/5 { --tw-shadow-color: #a78bfa0d; --tw-shadow: var(--tw-shadow-colored); @@ -17192,11 +23627,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-400\\/55 { + --tw-shadow-color: #a78bfa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-400\\/60 { --tw-shadow-color: #a78bfa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-400\\/65 { + --tw-shadow-color: #a78bfaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-400\\/70 { --tw-shadow-color: #a78bfab3; --tw-shadow: var(--tw-shadow-colored); @@ -17212,6 +23657,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-400\\/85 { + --tw-shadow-color: #a78bfad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-400\\/90 { --tw-shadow-color: #a78bfae6; --tw-shadow: var(--tw-shadow-colored); @@ -17242,6 +23692,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-50\\/15 { + --tw-shadow-color: #f5f3ff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-50\\/20 { --tw-shadow-color: #f5f3ff33; --tw-shadow: var(--tw-shadow-colored); @@ -17257,11 +23712,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-50\\/35 { + --tw-shadow-color: #f5f3ff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-50\\/40 { --tw-shadow-color: #f5f3ff66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-50\\/45 { + --tw-shadow-color: #f5f3ff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-50\\/5 { --tw-shadow-color: #f5f3ff0d; --tw-shadow: var(--tw-shadow-colored); @@ -17272,11 +23737,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-50\\/55 { + --tw-shadow-color: #f5f3ff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-50\\/60 { --tw-shadow-color: #f5f3ff99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-50\\/65 { + --tw-shadow-color: #f5f3ffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-50\\/70 { --tw-shadow-color: #f5f3ffb3; --tw-shadow: var(--tw-shadow-colored); @@ -17292,6 +23767,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-50\\/85 { + --tw-shadow-color: #f5f3ffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-50\\/90 { --tw-shadow-color: #f5f3ffe6; --tw-shadow: var(--tw-shadow-colored); @@ -17322,6 +23802,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-500\\/15 { + --tw-shadow-color: #8b5cf626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-500\\/20 { --tw-shadow-color: #8b5cf633; --tw-shadow: var(--tw-shadow-colored); @@ -17337,18 +23822,33 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-500\\/35 { + --tw-shadow-color: #8b5cf659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-500\\/40 { --tw-shadow-color: #8b5cf666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-500\\/45 { + --tw-shadow-color: #8b5cf673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-500\\/5 { --tw-shadow-color: #8b5cf60d; --tw-shadow: var(--tw-shadow-colored); } -.shadow-violet-500\\/50 { - --tw-shadow-color: #8b5cf680; +.shadow-violet-500\\/50 { + --tw-shadow-color: #8b5cf680; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-violet-500\\/55 { + --tw-shadow-color: #8b5cf68c; --tw-shadow: var(--tw-shadow-colored); } @@ -17357,6 +23857,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-500\\/65 { + --tw-shadow-color: #8b5cf6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-500\\/70 { --tw-shadow-color: #8b5cf6b3; --tw-shadow: var(--tw-shadow-colored); @@ -17372,6 +23877,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-500\\/85 { + --tw-shadow-color: #8b5cf6d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-500\\/90 { --tw-shadow-color: #8b5cf6e6; --tw-shadow: var(--tw-shadow-colored); @@ -17402,6 +23912,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-600\\/15 { + --tw-shadow-color: #7c3aed26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-600\\/20 { --tw-shadow-color: #7c3aed33; --tw-shadow: var(--tw-shadow-colored); @@ -17417,11 +23932,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-600\\/35 { + --tw-shadow-color: #7c3aed59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-600\\/40 { --tw-shadow-color: #7c3aed66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-600\\/45 { + --tw-shadow-color: #7c3aed73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-600\\/5 { --tw-shadow-color: #7c3aed0d; --tw-shadow: var(--tw-shadow-colored); @@ -17432,11 +23957,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-600\\/55 { + --tw-shadow-color: #7c3aed8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-600\\/60 { --tw-shadow-color: #7c3aed99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-600\\/65 { + --tw-shadow-color: #7c3aeda6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-600\\/70 { --tw-shadow-color: #7c3aedb3; --tw-shadow: var(--tw-shadow-colored); @@ -17452,6 +23987,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-600\\/85 { + --tw-shadow-color: #7c3aedd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-600\\/90 { --tw-shadow-color: #7c3aede6; --tw-shadow: var(--tw-shadow-colored); @@ -17482,6 +24022,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-700\\/15 { + --tw-shadow-color: #6d28d926; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-700\\/20 { --tw-shadow-color: #6d28d933; --tw-shadow: var(--tw-shadow-colored); @@ -17497,11 +24042,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-700\\/35 { + --tw-shadow-color: #6d28d959; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-700\\/40 { --tw-shadow-color: #6d28d966; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-700\\/45 { + --tw-shadow-color: #6d28d973; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-700\\/5 { --tw-shadow-color: #6d28d90d; --tw-shadow: var(--tw-shadow-colored); @@ -17512,11 +24067,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-700\\/55 { + --tw-shadow-color: #6d28d98c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-700\\/60 { --tw-shadow-color: #6d28d999; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-700\\/65 { + --tw-shadow-color: #6d28d9a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-700\\/70 { --tw-shadow-color: #6d28d9b3; --tw-shadow: var(--tw-shadow-colored); @@ -17532,6 +24097,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-700\\/85 { + --tw-shadow-color: #6d28d9d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-700\\/90 { --tw-shadow-color: #6d28d9e6; --tw-shadow: var(--tw-shadow-colored); @@ -17562,6 +24132,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-800\\/15 { + --tw-shadow-color: #5b21b626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-800\\/20 { --tw-shadow-color: #5b21b633; --tw-shadow: var(--tw-shadow-colored); @@ -17577,11 +24152,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-800\\/35 { + --tw-shadow-color: #5b21b659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-800\\/40 { --tw-shadow-color: #5b21b666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-800\\/45 { + --tw-shadow-color: #5b21b673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-800\\/5 { --tw-shadow-color: #5b21b60d; --tw-shadow: var(--tw-shadow-colored); @@ -17592,11 +24177,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-800\\/55 { + --tw-shadow-color: #5b21b68c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-800\\/60 { --tw-shadow-color: #5b21b699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-800\\/65 { + --tw-shadow-color: #5b21b6a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-800\\/70 { --tw-shadow-color: #5b21b6b3; --tw-shadow: var(--tw-shadow-colored); @@ -17612,6 +24207,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-800\\/85 { + --tw-shadow-color: #5b21b6d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-800\\/90 { --tw-shadow-color: #5b21b6e6; --tw-shadow: var(--tw-shadow-colored); @@ -17642,6 +24242,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-900\\/15 { + --tw-shadow-color: #4c1d9526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-900\\/20 { --tw-shadow-color: #4c1d9533; --tw-shadow: var(--tw-shadow-colored); @@ -17657,11 +24262,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-900\\/35 { + --tw-shadow-color: #4c1d9559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-900\\/40 { --tw-shadow-color: #4c1d9566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-900\\/45 { + --tw-shadow-color: #4c1d9573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-900\\/5 { --tw-shadow-color: #4c1d950d; --tw-shadow: var(--tw-shadow-colored); @@ -17672,11 +24287,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-900\\/55 { + --tw-shadow-color: #4c1d958c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-900\\/60 { --tw-shadow-color: #4c1d9599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-900\\/65 { + --tw-shadow-color: #4c1d95a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-900\\/70 { --tw-shadow-color: #4c1d95b3; --tw-shadow: var(--tw-shadow-colored); @@ -17692,6 +24317,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-900\\/85 { + --tw-shadow-color: #4c1d95d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-900\\/90 { --tw-shadow-color: #4c1d95e6; --tw-shadow: var(--tw-shadow-colored); @@ -17722,6 +24352,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-950\\/15 { + --tw-shadow-color: #2e106526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-950\\/20 { --tw-shadow-color: #2e106533; --tw-shadow: var(--tw-shadow-colored); @@ -17737,11 +24372,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-950\\/35 { + --tw-shadow-color: #2e106559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-950\\/40 { --tw-shadow-color: #2e106566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-950\\/45 { + --tw-shadow-color: #2e106573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-950\\/5 { --tw-shadow-color: #2e10650d; --tw-shadow: var(--tw-shadow-colored); @@ -17752,11 +24397,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-950\\/55 { + --tw-shadow-color: #2e10658c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-950\\/60 { --tw-shadow-color: #2e106599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-950\\/65 { + --tw-shadow-color: #2e1065a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-950\\/70 { --tw-shadow-color: #2e1065b3; --tw-shadow: var(--tw-shadow-colored); @@ -17772,6 +24427,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-violet-950\\/85 { + --tw-shadow-color: #2e1065d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-violet-950\\/90 { --tw-shadow-color: #2e1065e6; --tw-shadow: var(--tw-shadow-colored); @@ -17802,6 +24462,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-white\\/15 { + --tw-shadow-color: #ffffff26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-white\\/20 { --tw-shadow-color: #fff3; --tw-shadow: var(--tw-shadow-colored); @@ -17817,11 +24482,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-white\\/35 { + --tw-shadow-color: #ffffff59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-white\\/40 { --tw-shadow-color: #fff6; --tw-shadow: var(--tw-shadow-colored); } +.shadow-white\\/45 { + --tw-shadow-color: #ffffff73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-white\\/5 { --tw-shadow-color: #ffffff0d; --tw-shadow: var(--tw-shadow-colored); @@ -17832,11 +24507,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-white\\/55 { + --tw-shadow-color: #ffffff8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-white\\/60 { --tw-shadow-color: #fff9; --tw-shadow: var(--tw-shadow-colored); } +.shadow-white\\/65 { + --tw-shadow-color: #ffffffa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-white\\/70 { --tw-shadow-color: #ffffffb3; --tw-shadow: var(--tw-shadow-colored); @@ -17852,6 +24537,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-white\\/85 { + --tw-shadow-color: #ffffffd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-white\\/90 { --tw-shadow-color: #ffffffe6; --tw-shadow: var(--tw-shadow-colored); @@ -17882,6 +24572,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-100\\/15 { + --tw-shadow-color: #fef9c326; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-100\\/20 { --tw-shadow-color: #fef9c333; --tw-shadow: var(--tw-shadow-colored); @@ -17897,11 +24592,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-100\\/35 { + --tw-shadow-color: #fef9c359; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-100\\/40 { --tw-shadow-color: #fef9c366; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-100\\/45 { + --tw-shadow-color: #fef9c373; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-100\\/5 { --tw-shadow-color: #fef9c30d; --tw-shadow: var(--tw-shadow-colored); @@ -17912,11 +24617,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-100\\/55 { + --tw-shadow-color: #fef9c38c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-100\\/60 { --tw-shadow-color: #fef9c399; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-100\\/65 { + --tw-shadow-color: #fef9c3a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-100\\/70 { --tw-shadow-color: #fef9c3b3; --tw-shadow: var(--tw-shadow-colored); @@ -17932,6 +24647,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-100\\/85 { + --tw-shadow-color: #fef9c3d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-100\\/90 { --tw-shadow-color: #fef9c3e6; --tw-shadow: var(--tw-shadow-colored); @@ -17962,6 +24682,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-200\\/15 { + --tw-shadow-color: #fef08a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-200\\/20 { --tw-shadow-color: #fef08a33; --tw-shadow: var(--tw-shadow-colored); @@ -17977,11 +24702,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-200\\/35 { + --tw-shadow-color: #fef08a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-200\\/40 { --tw-shadow-color: #fef08a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-200\\/45 { + --tw-shadow-color: #fef08a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-200\\/5 { --tw-shadow-color: #fef08a0d; --tw-shadow: var(--tw-shadow-colored); @@ -17992,11 +24727,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-200\\/55 { + --tw-shadow-color: #fef08a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-200\\/60 { --tw-shadow-color: #fef08a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-200\\/65 { + --tw-shadow-color: #fef08aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-200\\/70 { --tw-shadow-color: #fef08ab3; --tw-shadow: var(--tw-shadow-colored); @@ -18012,6 +24757,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-200\\/85 { + --tw-shadow-color: #fef08ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-200\\/90 { --tw-shadow-color: #fef08ae6; --tw-shadow: var(--tw-shadow-colored); @@ -18042,6 +24792,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-300\\/15 { + --tw-shadow-color: #fde04726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-300\\/20 { --tw-shadow-color: #fde04733; --tw-shadow: var(--tw-shadow-colored); @@ -18057,11 +24812,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-300\\/35 { + --tw-shadow-color: #fde04759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-300\\/40 { --tw-shadow-color: #fde04766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-300\\/45 { + --tw-shadow-color: #fde04773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-300\\/5 { --tw-shadow-color: #fde0470d; --tw-shadow: var(--tw-shadow-colored); @@ -18072,11 +24837,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-300\\/55 { + --tw-shadow-color: #fde0478c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-300\\/60 { --tw-shadow-color: #fde04799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-300\\/65 { + --tw-shadow-color: #fde047a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-300\\/70 { --tw-shadow-color: #fde047b3; --tw-shadow: var(--tw-shadow-colored); @@ -18092,6 +24867,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-300\\/85 { + --tw-shadow-color: #fde047d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-300\\/90 { --tw-shadow-color: #fde047e6; --tw-shadow: var(--tw-shadow-colored); @@ -18122,6 +24902,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-400\\/15 { + --tw-shadow-color: #facc1526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-400\\/20 { --tw-shadow-color: #facc1533; --tw-shadow: var(--tw-shadow-colored); @@ -18137,11 +24922,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-400\\/35 { + --tw-shadow-color: #facc1559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-400\\/40 { --tw-shadow-color: #facc1566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-400\\/45 { + --tw-shadow-color: #facc1573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-400\\/5 { --tw-shadow-color: #facc150d; --tw-shadow: var(--tw-shadow-colored); @@ -18152,11 +24947,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-400\\/55 { + --tw-shadow-color: #facc158c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-400\\/60 { --tw-shadow-color: #facc1599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-400\\/65 { + --tw-shadow-color: #facc15a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-400\\/70 { --tw-shadow-color: #facc15b3; --tw-shadow: var(--tw-shadow-colored); @@ -18172,6 +24977,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-400\\/85 { + --tw-shadow-color: #facc15d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-400\\/90 { --tw-shadow-color: #facc15e6; --tw-shadow: var(--tw-shadow-colored); @@ -18202,6 +25012,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-50\\/15 { + --tw-shadow-color: #fefce826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-50\\/20 { --tw-shadow-color: #fefce833; --tw-shadow: var(--tw-shadow-colored); @@ -18217,11 +25032,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-50\\/35 { + --tw-shadow-color: #fefce859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-50\\/40 { --tw-shadow-color: #fefce866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-50\\/45 { + --tw-shadow-color: #fefce873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-50\\/5 { --tw-shadow-color: #fefce80d; --tw-shadow: var(--tw-shadow-colored); @@ -18232,11 +25057,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-50\\/55 { + --tw-shadow-color: #fefce88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-50\\/60 { --tw-shadow-color: #fefce899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-50\\/65 { + --tw-shadow-color: #fefce8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-50\\/70 { --tw-shadow-color: #fefce8b3; --tw-shadow: var(--tw-shadow-colored); @@ -18252,6 +25087,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-50\\/85 { + --tw-shadow-color: #fefce8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-50\\/90 { --tw-shadow-color: #fefce8e6; --tw-shadow: var(--tw-shadow-colored); @@ -18282,6 +25122,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-500\\/15 { + --tw-shadow-color: #eab30826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-500\\/20 { --tw-shadow-color: #eab30833; --tw-shadow: var(--tw-shadow-colored); @@ -18297,11 +25142,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-500\\/35 { + --tw-shadow-color: #eab30859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-500\\/40 { --tw-shadow-color: #eab30866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-500\\/45 { + --tw-shadow-color: #eab30873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-500\\/5 { --tw-shadow-color: #eab3080d; --tw-shadow: var(--tw-shadow-colored); @@ -18312,11 +25167,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-500\\/55 { + --tw-shadow-color: #eab3088c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-500\\/60 { --tw-shadow-color: #eab30899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-500\\/65 { + --tw-shadow-color: #eab308a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-500\\/70 { --tw-shadow-color: #eab308b3; --tw-shadow: var(--tw-shadow-colored); @@ -18332,6 +25197,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-500\\/85 { + --tw-shadow-color: #eab308d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-500\\/90 { --tw-shadow-color: #eab308e6; --tw-shadow: var(--tw-shadow-colored); @@ -18362,6 +25232,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-600\\/15 { + --tw-shadow-color: #ca8a0426; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-600\\/20 { --tw-shadow-color: #ca8a0433; --tw-shadow: var(--tw-shadow-colored); @@ -18377,11 +25252,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-600\\/35 { + --tw-shadow-color: #ca8a0459; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-600\\/40 { --tw-shadow-color: #ca8a0466; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-600\\/45 { + --tw-shadow-color: #ca8a0473; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-600\\/5 { --tw-shadow-color: #ca8a040d; --tw-shadow: var(--tw-shadow-colored); @@ -18392,11 +25277,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-600\\/55 { + --tw-shadow-color: #ca8a048c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-600\\/60 { --tw-shadow-color: #ca8a0499; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-600\\/65 { + --tw-shadow-color: #ca8a04a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-600\\/70 { --tw-shadow-color: #ca8a04b3; --tw-shadow: var(--tw-shadow-colored); @@ -18412,6 +25307,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-600\\/85 { + --tw-shadow-color: #ca8a04d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-600\\/90 { --tw-shadow-color: #ca8a04e6; --tw-shadow: var(--tw-shadow-colored); @@ -18442,6 +25342,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-700\\/15 { + --tw-shadow-color: #a1620726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-700\\/20 { --tw-shadow-color: #a1620733; --tw-shadow: var(--tw-shadow-colored); @@ -18457,11 +25362,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-700\\/35 { + --tw-shadow-color: #a1620759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-700\\/40 { --tw-shadow-color: #a1620766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-700\\/45 { + --tw-shadow-color: #a1620773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-700\\/5 { --tw-shadow-color: #a162070d; --tw-shadow: var(--tw-shadow-colored); @@ -18472,11 +25387,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-700\\/55 { + --tw-shadow-color: #a162078c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-700\\/60 { --tw-shadow-color: #a1620799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-700\\/65 { + --tw-shadow-color: #a16207a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-700\\/70 { --tw-shadow-color: #a16207b3; --tw-shadow: var(--tw-shadow-colored); @@ -18492,6 +25417,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-700\\/85 { + --tw-shadow-color: #a16207d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-700\\/90 { --tw-shadow-color: #a16207e6; --tw-shadow: var(--tw-shadow-colored); @@ -18522,6 +25452,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-800\\/15 { + --tw-shadow-color: #854d0e26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-800\\/20 { --tw-shadow-color: #854d0e33; --tw-shadow: var(--tw-shadow-colored); @@ -18537,11 +25472,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-800\\/35 { + --tw-shadow-color: #854d0e59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-800\\/40 { --tw-shadow-color: #854d0e66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-800\\/45 { + --tw-shadow-color: #854d0e73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-800\\/5 { --tw-shadow-color: #854d0e0d; --tw-shadow: var(--tw-shadow-colored); @@ -18552,11 +25497,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-800\\/55 { + --tw-shadow-color: #854d0e8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-800\\/60 { --tw-shadow-color: #854d0e99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-800\\/65 { + --tw-shadow-color: #854d0ea6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-800\\/70 { --tw-shadow-color: #854d0eb3; --tw-shadow: var(--tw-shadow-colored); @@ -18572,6 +25527,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-800\\/85 { + --tw-shadow-color: #854d0ed9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-800\\/90 { --tw-shadow-color: #854d0ee6; --tw-shadow: var(--tw-shadow-colored); @@ -18602,6 +25562,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-900\\/15 { + --tw-shadow-color: #713f1226; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-900\\/20 { --tw-shadow-color: #713f1233; --tw-shadow: var(--tw-shadow-colored); @@ -18617,11 +25582,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-900\\/35 { + --tw-shadow-color: #713f1259; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-900\\/40 { --tw-shadow-color: #713f1266; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-900\\/45 { + --tw-shadow-color: #713f1273; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-900\\/5 { --tw-shadow-color: #713f120d; --tw-shadow: var(--tw-shadow-colored); @@ -18632,11 +25607,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-900\\/55 { + --tw-shadow-color: #713f128c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-900\\/60 { --tw-shadow-color: #713f1299; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-900\\/65 { + --tw-shadow-color: #713f12a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-900\\/70 { --tw-shadow-color: #713f12b3; --tw-shadow: var(--tw-shadow-colored); @@ -18652,6 +25637,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-900\\/85 { + --tw-shadow-color: #713f12d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-900\\/90 { --tw-shadow-color: #713f12e6; --tw-shadow: var(--tw-shadow-colored); @@ -18682,6 +25672,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-950\\/15 { + --tw-shadow-color: #42200626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-950\\/20 { --tw-shadow-color: #42200633; --tw-shadow: var(--tw-shadow-colored); @@ -18697,11 +25692,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-950\\/35 { + --tw-shadow-color: #42200659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-950\\/40 { --tw-shadow-color: #42200666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-950\\/45 { + --tw-shadow-color: #42200673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-950\\/5 { --tw-shadow-color: #4220060d; --tw-shadow: var(--tw-shadow-colored); @@ -18712,11 +25717,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-950\\/55 { + --tw-shadow-color: #4220068c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-950\\/60 { --tw-shadow-color: #42200699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-950\\/65 { + --tw-shadow-color: #422006a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-950\\/70 { --tw-shadow-color: #422006b3; --tw-shadow: var(--tw-shadow-colored); @@ -18732,6 +25747,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-yellow-950\\/85 { + --tw-shadow-color: #422006d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-yellow-950\\/90 { --tw-shadow-color: #422006e6; --tw-shadow: var(--tw-shadow-colored); @@ -18762,6 +25782,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-100\\/15 { + --tw-shadow-color: #f4f4f526; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-100\\/20 { --tw-shadow-color: #f4f4f533; --tw-shadow: var(--tw-shadow-colored); @@ -18777,11 +25802,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-100\\/35 { + --tw-shadow-color: #f4f4f559; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-100\\/40 { --tw-shadow-color: #f4f4f566; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-100\\/45 { + --tw-shadow-color: #f4f4f573; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-100\\/5 { --tw-shadow-color: #f4f4f50d; --tw-shadow: var(--tw-shadow-colored); @@ -18792,11 +25827,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-100\\/55 { + --tw-shadow-color: #f4f4f58c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-100\\/60 { --tw-shadow-color: #f4f4f599; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-100\\/65 { + --tw-shadow-color: #f4f4f5a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-100\\/70 { --tw-shadow-color: #f4f4f5b3; --tw-shadow: var(--tw-shadow-colored); @@ -18812,6 +25857,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-100\\/85 { + --tw-shadow-color: #f4f4f5d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-100\\/90 { --tw-shadow-color: #f4f4f5e6; --tw-shadow: var(--tw-shadow-colored); @@ -18842,6 +25892,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-200\\/15 { + --tw-shadow-color: #e4e4e726; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-200\\/20 { --tw-shadow-color: #e4e4e733; --tw-shadow: var(--tw-shadow-colored); @@ -18857,11 +25912,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-200\\/35 { + --tw-shadow-color: #e4e4e759; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-200\\/40 { --tw-shadow-color: #e4e4e766; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-200\\/45 { + --tw-shadow-color: #e4e4e773; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-200\\/5 { --tw-shadow-color: #e4e4e70d; --tw-shadow: var(--tw-shadow-colored); @@ -18872,11 +25937,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-200\\/55 { + --tw-shadow-color: #e4e4e78c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-200\\/60 { --tw-shadow-color: #e4e4e799; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-200\\/65 { + --tw-shadow-color: #e4e4e7a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-200\\/70 { --tw-shadow-color: #e4e4e7b3; --tw-shadow: var(--tw-shadow-colored); @@ -18892,6 +25967,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-200\\/85 { + --tw-shadow-color: #e4e4e7d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-200\\/90 { --tw-shadow-color: #e4e4e7e6; --tw-shadow: var(--tw-shadow-colored); @@ -18922,6 +26002,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-300\\/15 { + --tw-shadow-color: #d4d4d826; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-300\\/20 { --tw-shadow-color: #d4d4d833; --tw-shadow: var(--tw-shadow-colored); @@ -18937,11 +26022,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-300\\/35 { + --tw-shadow-color: #d4d4d859; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-300\\/40 { --tw-shadow-color: #d4d4d866; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-300\\/45 { + --tw-shadow-color: #d4d4d873; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-300\\/5 { --tw-shadow-color: #d4d4d80d; --tw-shadow: var(--tw-shadow-colored); @@ -18952,11 +26047,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-300\\/55 { + --tw-shadow-color: #d4d4d88c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-300\\/60 { --tw-shadow-color: #d4d4d899; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-300\\/65 { + --tw-shadow-color: #d4d4d8a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-300\\/70 { --tw-shadow-color: #d4d4d8b3; --tw-shadow: var(--tw-shadow-colored); @@ -18972,6 +26077,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-300\\/85 { + --tw-shadow-color: #d4d4d8d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-300\\/90 { --tw-shadow-color: #d4d4d8e6; --tw-shadow: var(--tw-shadow-colored); @@ -19002,6 +26112,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-400\\/15 { + --tw-shadow-color: #a1a1aa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-400\\/20 { --tw-shadow-color: #a1a1aa33; --tw-shadow: var(--tw-shadow-colored); @@ -19017,11 +26132,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-400\\/35 { + --tw-shadow-color: #a1a1aa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-400\\/40 { --tw-shadow-color: #a1a1aa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-400\\/45 { + --tw-shadow-color: #a1a1aa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-400\\/5 { --tw-shadow-color: #a1a1aa0d; --tw-shadow: var(--tw-shadow-colored); @@ -19032,11 +26157,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-400\\/55 { + --tw-shadow-color: #a1a1aa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-400\\/60 { --tw-shadow-color: #a1a1aa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-400\\/65 { + --tw-shadow-color: #a1a1aaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-400\\/70 { --tw-shadow-color: #a1a1aab3; --tw-shadow: var(--tw-shadow-colored); @@ -19052,6 +26187,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-400\\/85 { + --tw-shadow-color: #a1a1aad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-400\\/90 { --tw-shadow-color: #a1a1aae6; --tw-shadow: var(--tw-shadow-colored); @@ -19082,6 +26222,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-50\\/15 { + --tw-shadow-color: #fafafa26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-50\\/20 { --tw-shadow-color: #fafafa33; --tw-shadow: var(--tw-shadow-colored); @@ -19097,11 +26242,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-50\\/35 { + --tw-shadow-color: #fafafa59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-50\\/40 { --tw-shadow-color: #fafafa66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-50\\/45 { + --tw-shadow-color: #fafafa73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-50\\/5 { --tw-shadow-color: #fafafa0d; --tw-shadow: var(--tw-shadow-colored); @@ -19112,11 +26267,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-50\\/55 { + --tw-shadow-color: #fafafa8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-50\\/60 { --tw-shadow-color: #fafafa99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-50\\/65 { + --tw-shadow-color: #fafafaa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-50\\/70 { --tw-shadow-color: #fafafab3; --tw-shadow: var(--tw-shadow-colored); @@ -19132,6 +26297,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-50\\/85 { + --tw-shadow-color: #fafafad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-50\\/90 { --tw-shadow-color: #fafafae6; --tw-shadow: var(--tw-shadow-colored); @@ -19162,6 +26332,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-500\\/15 { + --tw-shadow-color: #71717a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-500\\/20 { --tw-shadow-color: #71717a33; --tw-shadow: var(--tw-shadow-colored); @@ -19177,11 +26352,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-500\\/35 { + --tw-shadow-color: #71717a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-500\\/40 { --tw-shadow-color: #71717a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-500\\/45 { + --tw-shadow-color: #71717a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-500\\/5 { --tw-shadow-color: #71717a0d; --tw-shadow: var(--tw-shadow-colored); @@ -19192,11 +26377,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-500\\/55 { + --tw-shadow-color: #71717a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-500\\/60 { --tw-shadow-color: #71717a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-500\\/65 { + --tw-shadow-color: #71717aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-500\\/70 { --tw-shadow-color: #71717ab3; --tw-shadow: var(--tw-shadow-colored); @@ -19212,6 +26407,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-500\\/85 { + --tw-shadow-color: #71717ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-500\\/90 { --tw-shadow-color: #71717ae6; --tw-shadow: var(--tw-shadow-colored); @@ -19242,6 +26442,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-600\\/15 { + --tw-shadow-color: #52525b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-600\\/20 { --tw-shadow-color: #52525b33; --tw-shadow: var(--tw-shadow-colored); @@ -19257,11 +26462,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-600\\/35 { + --tw-shadow-color: #52525b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-600\\/40 { --tw-shadow-color: #52525b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-600\\/45 { + --tw-shadow-color: #52525b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-600\\/5 { --tw-shadow-color: #52525b0d; --tw-shadow: var(--tw-shadow-colored); @@ -19272,11 +26487,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-600\\/55 { + --tw-shadow-color: #52525b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-600\\/60 { --tw-shadow-color: #52525b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-600\\/65 { + --tw-shadow-color: #52525ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-600\\/70 { --tw-shadow-color: #52525bb3; --tw-shadow: var(--tw-shadow-colored); @@ -19292,6 +26517,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-600\\/85 { + --tw-shadow-color: #52525bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-600\\/90 { --tw-shadow-color: #52525be6; --tw-shadow: var(--tw-shadow-colored); @@ -19322,6 +26552,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-700\\/15 { + --tw-shadow-color: #3f3f4626; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-700\\/20 { --tw-shadow-color: #3f3f4633; --tw-shadow: var(--tw-shadow-colored); @@ -19337,11 +26572,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-700\\/35 { + --tw-shadow-color: #3f3f4659; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-700\\/40 { --tw-shadow-color: #3f3f4666; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-700\\/45 { + --tw-shadow-color: #3f3f4673; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-700\\/5 { --tw-shadow-color: #3f3f460d; --tw-shadow: var(--tw-shadow-colored); @@ -19352,11 +26597,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-700\\/55 { + --tw-shadow-color: #3f3f468c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-700\\/60 { --tw-shadow-color: #3f3f4699; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-700\\/65 { + --tw-shadow-color: #3f3f46a6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-700\\/70 { --tw-shadow-color: #3f3f46b3; --tw-shadow: var(--tw-shadow-colored); @@ -19372,6 +26627,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-700\\/85 { + --tw-shadow-color: #3f3f46d9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-700\\/90 { --tw-shadow-color: #3f3f46e6; --tw-shadow: var(--tw-shadow-colored); @@ -19402,6 +26662,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-800\\/15 { + --tw-shadow-color: #27272a26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-800\\/20 { --tw-shadow-color: #27272a33; --tw-shadow: var(--tw-shadow-colored); @@ -19417,11 +26682,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-800\\/35 { + --tw-shadow-color: #27272a59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-800\\/40 { --tw-shadow-color: #27272a66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-800\\/45 { + --tw-shadow-color: #27272a73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-800\\/5 { --tw-shadow-color: #27272a0d; --tw-shadow: var(--tw-shadow-colored); @@ -19432,11 +26707,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-800\\/55 { + --tw-shadow-color: #27272a8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-800\\/60 { --tw-shadow-color: #27272a99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-800\\/65 { + --tw-shadow-color: #27272aa6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-800\\/70 { --tw-shadow-color: #27272ab3; --tw-shadow: var(--tw-shadow-colored); @@ -19452,6 +26737,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-800\\/85 { + --tw-shadow-color: #27272ad9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-800\\/90 { --tw-shadow-color: #27272ae6; --tw-shadow: var(--tw-shadow-colored); @@ -19482,6 +26772,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-900\\/15 { + --tw-shadow-color: #18181b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-900\\/20 { --tw-shadow-color: #18181b33; --tw-shadow: var(--tw-shadow-colored); @@ -19497,11 +26792,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-900\\/35 { + --tw-shadow-color: #18181b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-900\\/40 { --tw-shadow-color: #18181b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-900\\/45 { + --tw-shadow-color: #18181b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-900\\/5 { --tw-shadow-color: #18181b0d; --tw-shadow: var(--tw-shadow-colored); @@ -19512,11 +26817,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-900\\/55 { + --tw-shadow-color: #18181b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-900\\/60 { --tw-shadow-color: #18181b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-900\\/65 { + --tw-shadow-color: #18181ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-900\\/70 { --tw-shadow-color: #18181bb3; --tw-shadow: var(--tw-shadow-colored); @@ -19532,6 +26847,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-900\\/85 { + --tw-shadow-color: #18181bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-900\\/90 { --tw-shadow-color: #18181be6; --tw-shadow: var(--tw-shadow-colored); @@ -19562,6 +26882,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-950\\/15 { + --tw-shadow-color: #09090b26; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-950\\/20 { --tw-shadow-color: #09090b33; --tw-shadow: var(--tw-shadow-colored); @@ -19577,11 +26902,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-950\\/35 { + --tw-shadow-color: #09090b59; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-950\\/40 { --tw-shadow-color: #09090b66; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-950\\/45 { + --tw-shadow-color: #09090b73; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-950\\/5 { --tw-shadow-color: #09090b0d; --tw-shadow: var(--tw-shadow-colored); @@ -19592,11 +26927,21 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-950\\/55 { + --tw-shadow-color: #09090b8c; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-950\\/60 { --tw-shadow-color: #09090b99; --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-950\\/65 { + --tw-shadow-color: #09090ba6; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-950\\/70 { --tw-shadow-color: #09090bb3; --tw-shadow: var(--tw-shadow-colored); @@ -19612,6 +26957,11 @@ exports[`should test the 'boxShadowColor' plugin 1`] = ` --tw-shadow: var(--tw-shadow-colored); } +.shadow-zinc-950\\/85 { + --tw-shadow-color: #09090bd9; + --tw-shadow: var(--tw-shadow-colored); +} + .shadow-zinc-950\\/90 { --tw-shadow-color: #09090be6; --tw-shadow: var(--tw-shadow-colored); diff --git a/tests/plugins/__snapshots__/caretColor.test.js.snap b/tests/plugins/__snapshots__/caretColor.test.js.snap index 6071c5187dae..646952403a3a 100644 --- a/tests/plugins/__snapshots__/caretColor.test.js.snap +++ b/tests/plugins/__snapshots__/caretColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef3c7; } +.caret-amber-100\\/15 { + caret-color: #fef3c726; +} + .caret-amber-100\\/20 { caret-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef3c74d; } +.caret-amber-100\\/35 { + caret-color: #fef3c759; +} + .caret-amber-100\\/40 { caret-color: #fef3c766; } +.caret-amber-100\\/45 { + caret-color: #fef3c773; +} + .caret-amber-100\\/5 { caret-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef3c780; } +.caret-amber-100\\/55 { + caret-color: #fef3c78c; +} + .caret-amber-100\\/60 { caret-color: #fef3c799; } +.caret-amber-100\\/65 { + caret-color: #fef3c7a6; +} + .caret-amber-100\\/70 { caret-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef3c7cc; } +.caret-amber-100\\/85 { + caret-color: #fef3c7d9; +} + .caret-amber-100\\/90 { caret-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde68a; } +.caret-amber-200\\/15 { + caret-color: #fde68a26; +} + .caret-amber-200\\/20 { caret-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde68a4d; } +.caret-amber-200\\/35 { + caret-color: #fde68a59; +} + .caret-amber-200\\/40 { caret-color: #fde68a66; } +.caret-amber-200\\/45 { + caret-color: #fde68a73; +} + .caret-amber-200\\/5 { caret-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde68a80; } +.caret-amber-200\\/55 { + caret-color: #fde68a8c; +} + .caret-amber-200\\/60 { caret-color: #fde68a99; } +.caret-amber-200\\/65 { + caret-color: #fde68aa6; +} + .caret-amber-200\\/70 { caret-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde68acc; } +.caret-amber-200\\/85 { + caret-color: #fde68ad9; +} + .caret-amber-200\\/90 { caret-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fcd34d; } +.caret-amber-300\\/15 { + caret-color: #fcd34d26; +} + .caret-amber-300\\/20 { caret-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fcd34d4d; } +.caret-amber-300\\/35 { + caret-color: #fcd34d59; +} + .caret-amber-300\\/40 { caret-color: #fcd34d66; } +.caret-amber-300\\/45 { + caret-color: #fcd34d73; +} + .caret-amber-300\\/5 { caret-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fcd34d80; } +.caret-amber-300\\/55 { + caret-color: #fcd34d8c; +} + .caret-amber-300\\/60 { caret-color: #fcd34d99; } +.caret-amber-300\\/65 { + caret-color: #fcd34da6; +} + .caret-amber-300\\/70 { caret-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fcd34dcc; } +.caret-amber-300\\/85 { + caret-color: #fcd34dd9; +} + .caret-amber-300\\/90 { caret-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbbf24; } +.caret-amber-400\\/15 { + caret-color: #fbbf2426; +} + .caret-amber-400\\/20 { caret-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbbf244d; } +.caret-amber-400\\/35 { + caret-color: #fbbf2459; +} + .caret-amber-400\\/40 { caret-color: #fbbf2466; } +.caret-amber-400\\/45 { + caret-color: #fbbf2473; +} + .caret-amber-400\\/5 { caret-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbbf2480; } +.caret-amber-400\\/55 { + caret-color: #fbbf248c; +} + .caret-amber-400\\/60 { caret-color: #fbbf2499; } +.caret-amber-400\\/65 { + caret-color: #fbbf24a6; +} + .caret-amber-400\\/70 { caret-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbbf24cc; } +.caret-amber-400\\/85 { + caret-color: #fbbf24d9; +} + .caret-amber-400\\/90 { caret-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fffbeb; } +.caret-amber-50\\/15 { + caret-color: #fffbeb26; +} + .caret-amber-50\\/20 { caret-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fffbeb4d; } +.caret-amber-50\\/35 { + caret-color: #fffbeb59; +} + .caret-amber-50\\/40 { caret-color: #fffbeb66; } +.caret-amber-50\\/45 { + caret-color: #fffbeb73; +} + .caret-amber-50\\/5 { caret-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fffbeb80; } +.caret-amber-50\\/55 { + caret-color: #fffbeb8c; +} + .caret-amber-50\\/60 { caret-color: #fffbeb99; } +.caret-amber-50\\/65 { + caret-color: #fffbeba6; +} + .caret-amber-50\\/70 { caret-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fffbebcc; } +.caret-amber-50\\/85 { + caret-color: #fffbebd9; +} + .caret-amber-50\\/90 { caret-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f59e0b; } +.caret-amber-500\\/15 { + caret-color: #f59e0b26; +} + .caret-amber-500\\/20 { caret-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f59e0b4d; } +.caret-amber-500\\/35 { + caret-color: #f59e0b59; +} + .caret-amber-500\\/40 { caret-color: #f59e0b66; } +.caret-amber-500\\/45 { + caret-color: #f59e0b73; +} + .caret-amber-500\\/5 { caret-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f59e0b80; } +.caret-amber-500\\/55 { + caret-color: #f59e0b8c; +} + .caret-amber-500\\/60 { caret-color: #f59e0b99; } +.caret-amber-500\\/65 { + caret-color: #f59e0ba6; +} + .caret-amber-500\\/70 { caret-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f59e0bcc; } +.caret-amber-500\\/85 { + caret-color: #f59e0bd9; +} + .caret-amber-500\\/90 { caret-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d97706; } +.caret-amber-600\\/15 { + caret-color: #d9770626; +} + .caret-amber-600\\/20 { caret-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d977064d; } +.caret-amber-600\\/35 { + caret-color: #d9770659; +} + .caret-amber-600\\/40 { caret-color: #d9770666; } +.caret-amber-600\\/45 { + caret-color: #d9770673; +} + .caret-amber-600\\/5 { caret-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d9770680; } +.caret-amber-600\\/55 { + caret-color: #d977068c; +} + .caret-amber-600\\/60 { caret-color: #d9770699; } +.caret-amber-600\\/65 { + caret-color: #d97706a6; +} + .caret-amber-600\\/70 { caret-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d97706cc; } +.caret-amber-600\\/85 { + caret-color: #d97706d9; +} + .caret-amber-600\\/90 { caret-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b45309; } +.caret-amber-700\\/15 { + caret-color: #b4530926; +} + .caret-amber-700\\/20 { caret-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b453094d; } +.caret-amber-700\\/35 { + caret-color: #b4530959; +} + .caret-amber-700\\/40 { caret-color: #b4530966; } +.caret-amber-700\\/45 { + caret-color: #b4530973; +} + .caret-amber-700\\/5 { caret-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b4530980; } +.caret-amber-700\\/55 { + caret-color: #b453098c; +} + .caret-amber-700\\/60 { caret-color: #b4530999; } +.caret-amber-700\\/65 { + caret-color: #b45309a6; +} + .caret-amber-700\\/70 { caret-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b45309cc; } +.caret-amber-700\\/85 { + caret-color: #b45309d9; +} + .caret-amber-700\\/90 { caret-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #92400e; } +.caret-amber-800\\/15 { + caret-color: #92400e26; +} + .caret-amber-800\\/20 { caret-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #92400e4d; } +.caret-amber-800\\/35 { + caret-color: #92400e59; +} + .caret-amber-800\\/40 { caret-color: #92400e66; } +.caret-amber-800\\/45 { + caret-color: #92400e73; +} + .caret-amber-800\\/5 { caret-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #92400e80; } +.caret-amber-800\\/55 { + caret-color: #92400e8c; +} + .caret-amber-800\\/60 { caret-color: #92400e99; } +.caret-amber-800\\/65 { + caret-color: #92400ea6; +} + .caret-amber-800\\/70 { caret-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #92400ecc; } +.caret-amber-800\\/85 { + caret-color: #92400ed9; +} + .caret-amber-800\\/90 { caret-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78350f; } +.caret-amber-900\\/15 { + caret-color: #78350f26; +} + .caret-amber-900\\/20 { caret-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78350f4d; } +.caret-amber-900\\/35 { + caret-color: #78350f59; +} + .caret-amber-900\\/40 { caret-color: #78350f66; } +.caret-amber-900\\/45 { + caret-color: #78350f73; +} + .caret-amber-900\\/5 { caret-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78350f80; } +.caret-amber-900\\/55 { + caret-color: #78350f8c; +} + .caret-amber-900\\/60 { caret-color: #78350f99; } +.caret-amber-900\\/65 { + caret-color: #78350fa6; +} + .caret-amber-900\\/70 { caret-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78350fcc; } +.caret-amber-900\\/85 { + caret-color: #78350fd9; +} + .caret-amber-900\\/90 { caret-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #451a03; } +.caret-amber-950\\/15 { + caret-color: #451a0326; +} + .caret-amber-950\\/20 { caret-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #451a034d; } +.caret-amber-950\\/35 { + caret-color: #451a0359; +} + .caret-amber-950\\/40 { caret-color: #451a0366; } +.caret-amber-950\\/45 { + caret-color: #451a0373; +} + .caret-amber-950\\/5 { caret-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #451a0380; } +.caret-amber-950\\/55 { + caret-color: #451a038c; +} + .caret-amber-950\\/60 { caret-color: #451a0399; } +.caret-amber-950\\/65 { + caret-color: #451a03a6; +} + .caret-amber-950\\/70 { caret-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #451a03cc; } +.caret-amber-950\\/85 { + caret-color: #451a03d9; +} + .caret-amber-950\\/90 { caret-color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #000; } +.caret-black\\/15 { + caret-color: #00000026; +} + .caret-black\\/20 { caret-color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0000004d; } +.caret-black\\/35 { + caret-color: #00000059; +} + .caret-black\\/40 { caret-color: #0006; } +.caret-black\\/45 { + caret-color: #00000073; +} + .caret-black\\/5 { caret-color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #00000080; } +.caret-black\\/55 { + caret-color: #0000008c; +} + .caret-black\\/60 { caret-color: #0009; } +.caret-black\\/65 { + caret-color: #000000a6; +} + .caret-black\\/70 { caret-color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #000c; } +.caret-black\\/85 { + caret-color: #000000d9; +} + .caret-black\\/90 { caret-color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dbeafe; } +.caret-blue-100\\/15 { + caret-color: #dbeafe26; +} + .caret-blue-100\\/20 { caret-color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dbeafe4d; } +.caret-blue-100\\/35 { + caret-color: #dbeafe59; +} + .caret-blue-100\\/40 { caret-color: #dbeafe66; } +.caret-blue-100\\/45 { + caret-color: #dbeafe73; +} + .caret-blue-100\\/5 { caret-color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dbeafe80; } +.caret-blue-100\\/55 { + caret-color: #dbeafe8c; +} + .caret-blue-100\\/60 { caret-color: #dbeafe99; } +.caret-blue-100\\/65 { + caret-color: #dbeafea6; +} + .caret-blue-100\\/70 { caret-color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dbeafecc; } +.caret-blue-100\\/85 { + caret-color: #dbeafed9; +} + .caret-blue-100\\/90 { caret-color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bfdbfe; } +.caret-blue-200\\/15 { + caret-color: #bfdbfe26; +} + .caret-blue-200\\/20 { caret-color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bfdbfe4d; } +.caret-blue-200\\/35 { + caret-color: #bfdbfe59; +} + .caret-blue-200\\/40 { caret-color: #bfdbfe66; } +.caret-blue-200\\/45 { + caret-color: #bfdbfe73; +} + .caret-blue-200\\/5 { caret-color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bfdbfe80; } +.caret-blue-200\\/55 { + caret-color: #bfdbfe8c; +} + .caret-blue-200\\/60 { caret-color: #bfdbfe99; } +.caret-blue-200\\/65 { + caret-color: #bfdbfea6; +} + .caret-blue-200\\/70 { caret-color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bfdbfecc; } +.caret-blue-200\\/85 { + caret-color: #bfdbfed9; +} + .caret-blue-200\\/90 { caret-color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #93c5fd; } +.caret-blue-300\\/15 { + caret-color: #93c5fd26; +} + .caret-blue-300\\/20 { caret-color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #93c5fd4d; } +.caret-blue-300\\/35 { + caret-color: #93c5fd59; +} + .caret-blue-300\\/40 { caret-color: #93c5fd66; } +.caret-blue-300\\/45 { + caret-color: #93c5fd73; +} + .caret-blue-300\\/5 { caret-color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #93c5fd80; } +.caret-blue-300\\/55 { + caret-color: #93c5fd8c; +} + .caret-blue-300\\/60 { caret-color: #93c5fd99; } +.caret-blue-300\\/65 { + caret-color: #93c5fda6; +} + .caret-blue-300\\/70 { caret-color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #93c5fdcc; } +.caret-blue-300\\/85 { + caret-color: #93c5fdd9; +} + .caret-blue-300\\/90 { caret-color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #60a5fa; } +.caret-blue-400\\/15 { + caret-color: #60a5fa26; +} + .caret-blue-400\\/20 { caret-color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #60a5fa4d; } +.caret-blue-400\\/35 { + caret-color: #60a5fa59; +} + .caret-blue-400\\/40 { caret-color: #60a5fa66; } +.caret-blue-400\\/45 { + caret-color: #60a5fa73; +} + .caret-blue-400\\/5 { caret-color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #60a5fa80; } +.caret-blue-400\\/55 { + caret-color: #60a5fa8c; +} + .caret-blue-400\\/60 { caret-color: #60a5fa99; } +.caret-blue-400\\/65 { + caret-color: #60a5faa6; +} + .caret-blue-400\\/70 { caret-color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #60a5facc; } +.caret-blue-400\\/85 { + caret-color: #60a5fad9; +} + .caret-blue-400\\/90 { caret-color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eff6ff; } +.caret-blue-50\\/15 { + caret-color: #eff6ff26; +} + .caret-blue-50\\/20 { caret-color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eff6ff4d; } +.caret-blue-50\\/35 { + caret-color: #eff6ff59; +} + .caret-blue-50\\/40 { caret-color: #eff6ff66; } +.caret-blue-50\\/45 { + caret-color: #eff6ff73; +} + .caret-blue-50\\/5 { caret-color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eff6ff80; } +.caret-blue-50\\/55 { + caret-color: #eff6ff8c; +} + .caret-blue-50\\/60 { caret-color: #eff6ff99; } +.caret-blue-50\\/65 { + caret-color: #eff6ffa6; +} + .caret-blue-50\\/70 { caret-color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eff6ffcc; } +.caret-blue-50\\/85 { + caret-color: #eff6ffd9; +} + .caret-blue-50\\/90 { caret-color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b82f6; } +.caret-blue-500\\/15 { + caret-color: #3b82f626; +} + .caret-blue-500\\/20 { caret-color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b82f64d; } +.caret-blue-500\\/35 { + caret-color: #3b82f659; +} + .caret-blue-500\\/40 { caret-color: #3b82f666; } +.caret-blue-500\\/45 { + caret-color: #3b82f673; +} + .caret-blue-500\\/5 { caret-color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b82f680; } +.caret-blue-500\\/55 { + caret-color: #3b82f68c; +} + .caret-blue-500\\/60 { caret-color: #3b82f699; } +.caret-blue-500\\/65 { + caret-color: #3b82f6a6; +} + .caret-blue-500\\/70 { caret-color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b82f6cc; } +.caret-blue-500\\/85 { + caret-color: #3b82f6d9; +} + .caret-blue-500\\/90 { caret-color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2563eb; } +.caret-blue-600\\/15 { + caret-color: #2563eb26; +} + .caret-blue-600\\/20 { caret-color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2563eb4d; } +.caret-blue-600\\/35 { + caret-color: #2563eb59; +} + .caret-blue-600\\/40 { caret-color: #2563eb66; } +.caret-blue-600\\/45 { + caret-color: #2563eb73; +} + .caret-blue-600\\/5 { caret-color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2563eb80; } +.caret-blue-600\\/55 { + caret-color: #2563eb8c; +} + .caret-blue-600\\/60 { caret-color: #2563eb99; } +.caret-blue-600\\/65 { + caret-color: #2563eba6; +} + .caret-blue-600\\/70 { caret-color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2563ebcc; } +.caret-blue-600\\/85 { + caret-color: #2563ebd9; +} + .caret-blue-600\\/90 { caret-color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1d4ed8; } +.caret-blue-700\\/15 { + caret-color: #1d4ed826; +} + .caret-blue-700\\/20 { caret-color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1d4ed84d; } +.caret-blue-700\\/35 { + caret-color: #1d4ed859; +} + .caret-blue-700\\/40 { caret-color: #1d4ed866; } +.caret-blue-700\\/45 { + caret-color: #1d4ed873; +} + .caret-blue-700\\/5 { caret-color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1d4ed880; } +.caret-blue-700\\/55 { + caret-color: #1d4ed88c; +} + .caret-blue-700\\/60 { caret-color: #1d4ed899; } +.caret-blue-700\\/65 { + caret-color: #1d4ed8a6; +} + .caret-blue-700\\/70 { caret-color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1d4ed8cc; } +.caret-blue-700\\/85 { + caret-color: #1d4ed8d9; +} + .caret-blue-700\\/90 { caret-color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e40af; } +.caret-blue-800\\/15 { + caret-color: #1e40af26; +} + .caret-blue-800\\/20 { caret-color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e40af4d; } +.caret-blue-800\\/35 { + caret-color: #1e40af59; +} + .caret-blue-800\\/40 { caret-color: #1e40af66; } +.caret-blue-800\\/45 { + caret-color: #1e40af73; +} + .caret-blue-800\\/5 { caret-color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e40af80; } +.caret-blue-800\\/55 { + caret-color: #1e40af8c; +} + .caret-blue-800\\/60 { caret-color: #1e40af99; } +.caret-blue-800\\/65 { + caret-color: #1e40afa6; +} + .caret-blue-800\\/70 { caret-color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e40afcc; } +.caret-blue-800\\/85 { + caret-color: #1e40afd9; +} + .caret-blue-800\\/90 { caret-color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e3a8a; } +.caret-blue-900\\/15 { + caret-color: #1e3a8a26; +} + .caret-blue-900\\/20 { caret-color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e3a8a4d; } +.caret-blue-900\\/35 { + caret-color: #1e3a8a59; +} + .caret-blue-900\\/40 { caret-color: #1e3a8a66; } +.caret-blue-900\\/45 { + caret-color: #1e3a8a73; +} + .caret-blue-900\\/5 { caret-color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e3a8a80; } +.caret-blue-900\\/55 { + caret-color: #1e3a8a8c; +} + .caret-blue-900\\/60 { caret-color: #1e3a8a99; } +.caret-blue-900\\/65 { + caret-color: #1e3a8aa6; +} + .caret-blue-900\\/70 { caret-color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e3a8acc; } +.caret-blue-900\\/85 { + caret-color: #1e3a8ad9; +} + .caret-blue-900\\/90 { caret-color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #172554; } +.caret-blue-950\\/15 { + caret-color: #17255426; +} + .caret-blue-950\\/20 { caret-color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1725544d; } +.caret-blue-950\\/35 { + caret-color: #17255459; +} + .caret-blue-950\\/40 { caret-color: #17255466; } +.caret-blue-950\\/45 { + caret-color: #17255473; +} + .caret-blue-950\\/5 { caret-color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #17255480; } +.caret-blue-950\\/55 { + caret-color: #1725548c; +} + .caret-blue-950\\/60 { caret-color: #17255499; } +.caret-blue-950\\/65 { + caret-color: #172554a6; +} + .caret-blue-950\\/70 { caret-color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #172554cc; } +.caret-blue-950\\/85 { + caret-color: #172554d9; +} + .caret-blue-950\\/90 { caret-color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cffafe; } +.caret-cyan-100\\/15 { + caret-color: #cffafe26; +} + .caret-cyan-100\\/20 { caret-color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cffafe4d; } +.caret-cyan-100\\/35 { + caret-color: #cffafe59; +} + .caret-cyan-100\\/40 { caret-color: #cffafe66; } +.caret-cyan-100\\/45 { + caret-color: #cffafe73; +} + .caret-cyan-100\\/5 { caret-color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cffafe80; } +.caret-cyan-100\\/55 { + caret-color: #cffafe8c; +} + .caret-cyan-100\\/60 { caret-color: #cffafe99; } +.caret-cyan-100\\/65 { + caret-color: #cffafea6; +} + .caret-cyan-100\\/70 { caret-color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cffafecc; } +.caret-cyan-100\\/85 { + caret-color: #cffafed9; +} + .caret-cyan-100\\/90 { caret-color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5f3fc; } +.caret-cyan-200\\/15 { + caret-color: #a5f3fc26; +} + .caret-cyan-200\\/20 { caret-color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5f3fc4d; } +.caret-cyan-200\\/35 { + caret-color: #a5f3fc59; +} + .caret-cyan-200\\/40 { caret-color: #a5f3fc66; } +.caret-cyan-200\\/45 { + caret-color: #a5f3fc73; +} + .caret-cyan-200\\/5 { caret-color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5f3fc80; } +.caret-cyan-200\\/55 { + caret-color: #a5f3fc8c; +} + .caret-cyan-200\\/60 { caret-color: #a5f3fc99; } +.caret-cyan-200\\/65 { + caret-color: #a5f3fca6; +} + .caret-cyan-200\\/70 { caret-color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5f3fccc; } +.caret-cyan-200\\/85 { + caret-color: #a5f3fcd9; +} + .caret-cyan-200\\/90 { caret-color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #67e8f9; } +.caret-cyan-300\\/15 { + caret-color: #67e8f926; +} + .caret-cyan-300\\/20 { caret-color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #67e8f94d; } +.caret-cyan-300\\/35 { + caret-color: #67e8f959; +} + .caret-cyan-300\\/40 { caret-color: #67e8f966; } +.caret-cyan-300\\/45 { + caret-color: #67e8f973; +} + .caret-cyan-300\\/5 { caret-color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #67e8f980; } +.caret-cyan-300\\/55 { + caret-color: #67e8f98c; +} + .caret-cyan-300\\/60 { caret-color: #67e8f999; } +.caret-cyan-300\\/65 { + caret-color: #67e8f9a6; +} + .caret-cyan-300\\/70 { caret-color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #67e8f9cc; } +.caret-cyan-300\\/85 { + caret-color: #67e8f9d9; +} + .caret-cyan-300\\/90 { caret-color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22d3ee; } +.caret-cyan-400\\/15 { + caret-color: #22d3ee26; +} + .caret-cyan-400\\/20 { caret-color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22d3ee4d; } +.caret-cyan-400\\/35 { + caret-color: #22d3ee59; +} + .caret-cyan-400\\/40 { caret-color: #22d3ee66; } +.caret-cyan-400\\/45 { + caret-color: #22d3ee73; +} + .caret-cyan-400\\/5 { caret-color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22d3ee80; } +.caret-cyan-400\\/55 { + caret-color: #22d3ee8c; +} + .caret-cyan-400\\/60 { caret-color: #22d3ee99; } +.caret-cyan-400\\/65 { + caret-color: #22d3eea6; +} + .caret-cyan-400\\/70 { caret-color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22d3eecc; } +.caret-cyan-400\\/85 { + caret-color: #22d3eed9; +} + .caret-cyan-400\\/90 { caret-color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfeff; } +.caret-cyan-50\\/15 { + caret-color: #ecfeff26; +} + .caret-cyan-50\\/20 { caret-color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfeff4d; } +.caret-cyan-50\\/35 { + caret-color: #ecfeff59; +} + .caret-cyan-50\\/40 { caret-color: #ecfeff66; } +.caret-cyan-50\\/45 { + caret-color: #ecfeff73; +} + .caret-cyan-50\\/5 { caret-color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfeff80; } +.caret-cyan-50\\/55 { + caret-color: #ecfeff8c; +} + .caret-cyan-50\\/60 { caret-color: #ecfeff99; } +.caret-cyan-50\\/65 { + caret-color: #ecfeffa6; +} + .caret-cyan-50\\/70 { caret-color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfeffcc; } +.caret-cyan-50\\/85 { + caret-color: #ecfeffd9; +} + .caret-cyan-50\\/90 { caret-color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #06b6d4; } +.caret-cyan-500\\/15 { + caret-color: #06b6d426; +} + .caret-cyan-500\\/20 { caret-color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #06b6d44d; } +.caret-cyan-500\\/35 { + caret-color: #06b6d459; +} + .caret-cyan-500\\/40 { caret-color: #06b6d466; } +.caret-cyan-500\\/45 { + caret-color: #06b6d473; +} + .caret-cyan-500\\/5 { caret-color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #06b6d480; } +.caret-cyan-500\\/55 { + caret-color: #06b6d48c; +} + .caret-cyan-500\\/60 { caret-color: #06b6d499; } +.caret-cyan-500\\/65 { + caret-color: #06b6d4a6; +} + .caret-cyan-500\\/70 { caret-color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #06b6d4cc; } +.caret-cyan-500\\/85 { + caret-color: #06b6d4d9; +} + .caret-cyan-500\\/90 { caret-color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0891b2; } +.caret-cyan-600\\/15 { + caret-color: #0891b226; +} + .caret-cyan-600\\/20 { caret-color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0891b24d; } +.caret-cyan-600\\/35 { + caret-color: #0891b259; +} + .caret-cyan-600\\/40 { caret-color: #0891b266; } +.caret-cyan-600\\/45 { + caret-color: #0891b273; +} + .caret-cyan-600\\/5 { caret-color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0891b280; } +.caret-cyan-600\\/55 { + caret-color: #0891b28c; +} + .caret-cyan-600\\/60 { caret-color: #0891b299; } +.caret-cyan-600\\/65 { + caret-color: #0891b2a6; +} + .caret-cyan-600\\/70 { caret-color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0891b2cc; } +.caret-cyan-600\\/85 { + caret-color: #0891b2d9; +} + .caret-cyan-600\\/90 { caret-color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0e7490; } +.caret-cyan-700\\/15 { + caret-color: #0e749026; +} + .caret-cyan-700\\/20 { caret-color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0e74904d; } +.caret-cyan-700\\/35 { + caret-color: #0e749059; +} + .caret-cyan-700\\/40 { caret-color: #0e749066; } +.caret-cyan-700\\/45 { + caret-color: #0e749073; +} + .caret-cyan-700\\/5 { caret-color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0e749080; } +.caret-cyan-700\\/55 { + caret-color: #0e74908c; +} + .caret-cyan-700\\/60 { caret-color: #0e749099; } +.caret-cyan-700\\/65 { + caret-color: #0e7490a6; +} + .caret-cyan-700\\/70 { caret-color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0e7490cc; } +.caret-cyan-700\\/85 { + caret-color: #0e7490d9; +} + .caret-cyan-700\\/90 { caret-color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #155e75; } +.caret-cyan-800\\/15 { + caret-color: #155e7526; +} + .caret-cyan-800\\/20 { caret-color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #155e754d; } +.caret-cyan-800\\/35 { + caret-color: #155e7559; +} + .caret-cyan-800\\/40 { caret-color: #155e7566; } +.caret-cyan-800\\/45 { + caret-color: #155e7573; +} + .caret-cyan-800\\/5 { caret-color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #155e7580; } +.caret-cyan-800\\/55 { + caret-color: #155e758c; +} + .caret-cyan-800\\/60 { caret-color: #155e7599; } +.caret-cyan-800\\/65 { + caret-color: #155e75a6; +} + .caret-cyan-800\\/70 { caret-color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #155e75cc; } +.caret-cyan-800\\/85 { + caret-color: #155e75d9; +} + .caret-cyan-800\\/90 { caret-color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #164e63; } +.caret-cyan-900\\/15 { + caret-color: #164e6326; +} + .caret-cyan-900\\/20 { caret-color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #164e634d; } +.caret-cyan-900\\/35 { + caret-color: #164e6359; +} + .caret-cyan-900\\/40 { caret-color: #164e6366; } +.caret-cyan-900\\/45 { + caret-color: #164e6373; +} + .caret-cyan-900\\/5 { caret-color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #164e6380; } +.caret-cyan-900\\/55 { + caret-color: #164e638c; +} + .caret-cyan-900\\/60 { caret-color: #164e6399; } +.caret-cyan-900\\/65 { + caret-color: #164e63a6; +} + .caret-cyan-900\\/70 { caret-color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #164e63cc; } +.caret-cyan-900\\/85 { + caret-color: #164e63d9; +} + .caret-cyan-900\\/90 { caret-color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #083344; } +.caret-cyan-950\\/15 { + caret-color: #08334426; +} + .caret-cyan-950\\/20 { caret-color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0833444d; } +.caret-cyan-950\\/35 { + caret-color: #08334459; +} + .caret-cyan-950\\/40 { caret-color: #08334466; } +.caret-cyan-950\\/45 { + caret-color: #08334473; +} + .caret-cyan-950\\/5 { caret-color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #08334480; } +.caret-cyan-950\\/55 { + caret-color: #0833448c; +} + .caret-cyan-950\\/60 { caret-color: #08334499; } +.caret-cyan-950\\/65 { + caret-color: #083344a6; +} + .caret-cyan-950\\/70 { caret-color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #083344cc; } +.caret-cyan-950\\/85 { + caret-color: #083344d9; +} + .caret-cyan-950\\/90 { caret-color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1fae5; } +.caret-emerald-100\\/15 { + caret-color: #d1fae526; +} + .caret-emerald-100\\/20 { caret-color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1fae54d; } +.caret-emerald-100\\/35 { + caret-color: #d1fae559; +} + .caret-emerald-100\\/40 { caret-color: #d1fae566; } +.caret-emerald-100\\/45 { + caret-color: #d1fae573; +} + .caret-emerald-100\\/5 { caret-color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1fae580; } +.caret-emerald-100\\/55 { + caret-color: #d1fae58c; +} + .caret-emerald-100\\/60 { caret-color: #d1fae599; } +.caret-emerald-100\\/65 { + caret-color: #d1fae5a6; +} + .caret-emerald-100\\/70 { caret-color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1fae5cc; } +.caret-emerald-100\\/85 { + caret-color: #d1fae5d9; +} + .caret-emerald-100\\/90 { caret-color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a7f3d0; } +.caret-emerald-200\\/15 { + caret-color: #a7f3d026; +} + .caret-emerald-200\\/20 { caret-color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a7f3d04d; } +.caret-emerald-200\\/35 { + caret-color: #a7f3d059; +} + .caret-emerald-200\\/40 { caret-color: #a7f3d066; } +.caret-emerald-200\\/45 { + caret-color: #a7f3d073; +} + .caret-emerald-200\\/5 { caret-color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a7f3d080; } +.caret-emerald-200\\/55 { + caret-color: #a7f3d08c; +} + .caret-emerald-200\\/60 { caret-color: #a7f3d099; } +.caret-emerald-200\\/65 { + caret-color: #a7f3d0a6; +} + .caret-emerald-200\\/70 { caret-color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a7f3d0cc; } +.caret-emerald-200\\/85 { + caret-color: #a7f3d0d9; +} + .caret-emerald-200\\/90 { caret-color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6ee7b7; } +.caret-emerald-300\\/15 { + caret-color: #6ee7b726; +} + .caret-emerald-300\\/20 { caret-color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6ee7b74d; } +.caret-emerald-300\\/35 { + caret-color: #6ee7b759; +} + .caret-emerald-300\\/40 { caret-color: #6ee7b766; } +.caret-emerald-300\\/45 { + caret-color: #6ee7b773; +} + .caret-emerald-300\\/5 { caret-color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6ee7b780; } +.caret-emerald-300\\/55 { + caret-color: #6ee7b78c; +} + .caret-emerald-300\\/60 { caret-color: #6ee7b799; } +.caret-emerald-300\\/65 { + caret-color: #6ee7b7a6; +} + .caret-emerald-300\\/70 { caret-color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6ee7b7cc; } +.caret-emerald-300\\/85 { + caret-color: #6ee7b7d9; +} + .caret-emerald-300\\/90 { caret-color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #34d399; } +.caret-emerald-400\\/15 { + caret-color: #34d39926; +} + .caret-emerald-400\\/20 { caret-color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #34d3994d; } +.caret-emerald-400\\/35 { + caret-color: #34d39959; +} + .caret-emerald-400\\/40 { caret-color: #34d39966; } +.caret-emerald-400\\/45 { + caret-color: #34d39973; +} + .caret-emerald-400\\/5 { caret-color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #34d39980; } +.caret-emerald-400\\/55 { + caret-color: #34d3998c; +} + .caret-emerald-400\\/60 { caret-color: #34d39999; } +.caret-emerald-400\\/65 { + caret-color: #34d399a6; +} + .caret-emerald-400\\/70 { caret-color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #34d399cc; } +.caret-emerald-400\\/85 { + caret-color: #34d399d9; +} + .caret-emerald-400\\/90 { caret-color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfdf5; } +.caret-emerald-50\\/15 { + caret-color: #ecfdf526; +} + .caret-emerald-50\\/20 { caret-color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfdf54d; } +.caret-emerald-50\\/35 { + caret-color: #ecfdf559; +} + .caret-emerald-50\\/40 { caret-color: #ecfdf566; } +.caret-emerald-50\\/45 { + caret-color: #ecfdf573; +} + .caret-emerald-50\\/5 { caret-color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfdf580; } +.caret-emerald-50\\/55 { + caret-color: #ecfdf58c; +} + .caret-emerald-50\\/60 { caret-color: #ecfdf599; } +.caret-emerald-50\\/65 { + caret-color: #ecfdf5a6; +} + .caret-emerald-50\\/70 { caret-color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfdf5cc; } +.caret-emerald-50\\/85 { + caret-color: #ecfdf5d9; +} + .caret-emerald-50\\/90 { caret-color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #10b981; } +.caret-emerald-500\\/15 { + caret-color: #10b98126; +} + .caret-emerald-500\\/20 { caret-color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #10b9814d; } +.caret-emerald-500\\/35 { + caret-color: #10b98159; +} + .caret-emerald-500\\/40 { caret-color: #10b98166; } +.caret-emerald-500\\/45 { + caret-color: #10b98173; +} + .caret-emerald-500\\/5 { caret-color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #10b98180; } +.caret-emerald-500\\/55 { + caret-color: #10b9818c; +} + .caret-emerald-500\\/60 { caret-color: #10b98199; } +.caret-emerald-500\\/65 { + caret-color: #10b981a6; +} + .caret-emerald-500\\/70 { caret-color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #10b981cc; } +.caret-emerald-500\\/85 { + caret-color: #10b981d9; +} + .caret-emerald-500\\/90 { caret-color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #059669; } +.caret-emerald-600\\/15 { + caret-color: #05966926; +} + .caret-emerald-600\\/20 { caret-color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0596694d; } +.caret-emerald-600\\/35 { + caret-color: #05966959; +} + .caret-emerald-600\\/40 { caret-color: #05966966; } +.caret-emerald-600\\/45 { + caret-color: #05966973; +} + .caret-emerald-600\\/5 { caret-color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #05966980; } +.caret-emerald-600\\/55 { + caret-color: #0596698c; +} + .caret-emerald-600\\/60 { caret-color: #05966999; } +.caret-emerald-600\\/65 { + caret-color: #059669a6; +} + .caret-emerald-600\\/70 { caret-color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #059669cc; } +.caret-emerald-600\\/85 { + caret-color: #059669d9; +} + .caret-emerald-600\\/90 { caret-color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #047857; } +.caret-emerald-700\\/15 { + caret-color: #04785726; +} + .caret-emerald-700\\/20 { caret-color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0478574d; } +.caret-emerald-700\\/35 { + caret-color: #04785759; +} + .caret-emerald-700\\/40 { caret-color: #04785766; } +.caret-emerald-700\\/45 { + caret-color: #04785773; +} + .caret-emerald-700\\/5 { caret-color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #04785780; } +.caret-emerald-700\\/55 { + caret-color: #0478578c; +} + .caret-emerald-700\\/60 { caret-color: #04785799; } +.caret-emerald-700\\/65 { + caret-color: #047857a6; +} + .caret-emerald-700\\/70 { caret-color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #047857cc; } +.caret-emerald-700\\/85 { + caret-color: #047857d9; +} + .caret-emerald-700\\/90 { caret-color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #065f46; } +.caret-emerald-800\\/15 { + caret-color: #065f4626; +} + .caret-emerald-800\\/20 { caret-color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #065f464d; } +.caret-emerald-800\\/35 { + caret-color: #065f4659; +} + .caret-emerald-800\\/40 { caret-color: #065f4666; } +.caret-emerald-800\\/45 { + caret-color: #065f4673; +} + .caret-emerald-800\\/5 { caret-color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #065f4680; } +.caret-emerald-800\\/55 { + caret-color: #065f468c; +} + .caret-emerald-800\\/60 { caret-color: #065f4699; } +.caret-emerald-800\\/65 { + caret-color: #065f46a6; +} + .caret-emerald-800\\/70 { caret-color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #065f46cc; } +.caret-emerald-800\\/85 { + caret-color: #065f46d9; +} + .caret-emerald-800\\/90 { caret-color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #064e3b; } +.caret-emerald-900\\/15 { + caret-color: #064e3b26; +} + .caret-emerald-900\\/20 { caret-color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #064e3b4d; } +.caret-emerald-900\\/35 { + caret-color: #064e3b59; +} + .caret-emerald-900\\/40 { caret-color: #064e3b66; } +.caret-emerald-900\\/45 { + caret-color: #064e3b73; +} + .caret-emerald-900\\/5 { caret-color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #064e3b80; } +.caret-emerald-900\\/55 { + caret-color: #064e3b8c; +} + .caret-emerald-900\\/60 { caret-color: #064e3b99; } +.caret-emerald-900\\/65 { + caret-color: #064e3ba6; +} + .caret-emerald-900\\/70 { caret-color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #064e3bcc; } +.caret-emerald-900\\/85 { + caret-color: #064e3bd9; +} + .caret-emerald-900\\/90 { caret-color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #022c22; } +.caret-emerald-950\\/15 { + caret-color: #022c2226; +} + .caret-emerald-950\\/20 { caret-color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #022c224d; } +.caret-emerald-950\\/35 { + caret-color: #022c2259; +} + .caret-emerald-950\\/40 { caret-color: #022c2266; } +.caret-emerald-950\\/45 { + caret-color: #022c2273; +} + .caret-emerald-950\\/5 { caret-color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #022c2280; } +.caret-emerald-950\\/55 { + caret-color: #022c228c; +} + .caret-emerald-950\\/60 { caret-color: #022c2299; } +.caret-emerald-950\\/65 { + caret-color: #022c22a6; +} + .caret-emerald-950\\/70 { caret-color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #022c22cc; } +.caret-emerald-950\\/85 { + caret-color: #022c22d9; +} + .caret-emerald-950\\/90 { caret-color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fae8ff; } +.caret-fuchsia-100\\/15 { + caret-color: #fae8ff26; +} + .caret-fuchsia-100\\/20 { caret-color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fae8ff4d; } +.caret-fuchsia-100\\/35 { + caret-color: #fae8ff59; +} + .caret-fuchsia-100\\/40 { caret-color: #fae8ff66; } +.caret-fuchsia-100\\/45 { + caret-color: #fae8ff73; +} + .caret-fuchsia-100\\/5 { caret-color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fae8ff80; } +.caret-fuchsia-100\\/55 { + caret-color: #fae8ff8c; +} + .caret-fuchsia-100\\/60 { caret-color: #fae8ff99; } +.caret-fuchsia-100\\/65 { + caret-color: #fae8ffa6; +} + .caret-fuchsia-100\\/70 { caret-color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fae8ffcc; } +.caret-fuchsia-100\\/85 { + caret-color: #fae8ffd9; +} + .caret-fuchsia-100\\/90 { caret-color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5d0fe; } +.caret-fuchsia-200\\/15 { + caret-color: #f5d0fe26; +} + .caret-fuchsia-200\\/20 { caret-color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5d0fe4d; } +.caret-fuchsia-200\\/35 { + caret-color: #f5d0fe59; +} + .caret-fuchsia-200\\/40 { caret-color: #f5d0fe66; } +.caret-fuchsia-200\\/45 { + caret-color: #f5d0fe73; +} + .caret-fuchsia-200\\/5 { caret-color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5d0fe80; } +.caret-fuchsia-200\\/55 { + caret-color: #f5d0fe8c; +} + .caret-fuchsia-200\\/60 { caret-color: #f5d0fe99; } +.caret-fuchsia-200\\/65 { + caret-color: #f5d0fea6; +} + .caret-fuchsia-200\\/70 { caret-color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5d0fecc; } +.caret-fuchsia-200\\/85 { + caret-color: #f5d0fed9; +} + .caret-fuchsia-200\\/90 { caret-color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0abfc; } +.caret-fuchsia-300\\/15 { + caret-color: #f0abfc26; +} + .caret-fuchsia-300\\/20 { caret-color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0abfc4d; } +.caret-fuchsia-300\\/35 { + caret-color: #f0abfc59; +} + .caret-fuchsia-300\\/40 { caret-color: #f0abfc66; } +.caret-fuchsia-300\\/45 { + caret-color: #f0abfc73; +} + .caret-fuchsia-300\\/5 { caret-color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0abfc80; } +.caret-fuchsia-300\\/55 { + caret-color: #f0abfc8c; +} + .caret-fuchsia-300\\/60 { caret-color: #f0abfc99; } +.caret-fuchsia-300\\/65 { + caret-color: #f0abfca6; +} + .caret-fuchsia-300\\/70 { caret-color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0abfccc; } +.caret-fuchsia-300\\/85 { + caret-color: #f0abfcd9; +} + .caret-fuchsia-300\\/90 { caret-color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e879f9; } +.caret-fuchsia-400\\/15 { + caret-color: #e879f926; +} + .caret-fuchsia-400\\/20 { caret-color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e879f94d; } +.caret-fuchsia-400\\/35 { + caret-color: #e879f959; +} + .caret-fuchsia-400\\/40 { caret-color: #e879f966; } +.caret-fuchsia-400\\/45 { + caret-color: #e879f973; +} + .caret-fuchsia-400\\/5 { caret-color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e879f980; } +.caret-fuchsia-400\\/55 { + caret-color: #e879f98c; +} + .caret-fuchsia-400\\/60 { caret-color: #e879f999; } +.caret-fuchsia-400\\/65 { + caret-color: #e879f9a6; +} + .caret-fuchsia-400\\/70 { caret-color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e879f9cc; } +.caret-fuchsia-400\\/85 { + caret-color: #e879f9d9; +} + .caret-fuchsia-400\\/90 { caret-color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf4ff; } +.caret-fuchsia-50\\/15 { + caret-color: #fdf4ff26; +} + .caret-fuchsia-50\\/20 { caret-color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf4ff4d; } +.caret-fuchsia-50\\/35 { + caret-color: #fdf4ff59; +} + .caret-fuchsia-50\\/40 { caret-color: #fdf4ff66; } +.caret-fuchsia-50\\/45 { + caret-color: #fdf4ff73; +} + .caret-fuchsia-50\\/5 { caret-color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf4ff80; } +.caret-fuchsia-50\\/55 { + caret-color: #fdf4ff8c; +} + .caret-fuchsia-50\\/60 { caret-color: #fdf4ff99; } +.caret-fuchsia-50\\/65 { + caret-color: #fdf4ffa6; +} + .caret-fuchsia-50\\/70 { caret-color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf4ffcc; } +.caret-fuchsia-50\\/85 { + caret-color: #fdf4ffd9; +} + .caret-fuchsia-50\\/90 { caret-color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d946ef; } +.caret-fuchsia-500\\/15 { + caret-color: #d946ef26; +} + .caret-fuchsia-500\\/20 { caret-color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d946ef4d; } +.caret-fuchsia-500\\/35 { + caret-color: #d946ef59; +} + .caret-fuchsia-500\\/40 { caret-color: #d946ef66; } +.caret-fuchsia-500\\/45 { + caret-color: #d946ef73; +} + .caret-fuchsia-500\\/5 { caret-color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d946ef80; } +.caret-fuchsia-500\\/55 { + caret-color: #d946ef8c; +} + .caret-fuchsia-500\\/60 { caret-color: #d946ef99; } +.caret-fuchsia-500\\/65 { + caret-color: #d946efa6; +} + .caret-fuchsia-500\\/70 { caret-color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d946efcc; } +.caret-fuchsia-500\\/85 { + caret-color: #d946efd9; +} + .caret-fuchsia-500\\/90 { caret-color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c026d3; } +.caret-fuchsia-600\\/15 { + caret-color: #c026d326; +} + .caret-fuchsia-600\\/20 { caret-color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c026d34d; } +.caret-fuchsia-600\\/35 { + caret-color: #c026d359; +} + .caret-fuchsia-600\\/40 { caret-color: #c026d366; } +.caret-fuchsia-600\\/45 { + caret-color: #c026d373; +} + .caret-fuchsia-600\\/5 { caret-color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c026d380; } +.caret-fuchsia-600\\/55 { + caret-color: #c026d38c; +} + .caret-fuchsia-600\\/60 { caret-color: #c026d399; } +.caret-fuchsia-600\\/65 { + caret-color: #c026d3a6; +} + .caret-fuchsia-600\\/70 { caret-color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c026d3cc; } +.caret-fuchsia-600\\/85 { + caret-color: #c026d3d9; +} + .caret-fuchsia-600\\/90 { caret-color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a21caf; } +.caret-fuchsia-700\\/15 { + caret-color: #a21caf26; +} + .caret-fuchsia-700\\/20 { caret-color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a21caf4d; } +.caret-fuchsia-700\\/35 { + caret-color: #a21caf59; +} + .caret-fuchsia-700\\/40 { caret-color: #a21caf66; } +.caret-fuchsia-700\\/45 { + caret-color: #a21caf73; +} + .caret-fuchsia-700\\/5 { caret-color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a21caf80; } +.caret-fuchsia-700\\/55 { + caret-color: #a21caf8c; +} + .caret-fuchsia-700\\/60 { caret-color: #a21caf99; } +.caret-fuchsia-700\\/65 { + caret-color: #a21cafa6; +} + .caret-fuchsia-700\\/70 { caret-color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a21cafcc; } +.caret-fuchsia-700\\/85 { + caret-color: #a21cafd9; +} + .caret-fuchsia-700\\/90 { caret-color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86198f; } +.caret-fuchsia-800\\/15 { + caret-color: #86198f26; +} + .caret-fuchsia-800\\/20 { caret-color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86198f4d; } +.caret-fuchsia-800\\/35 { + caret-color: #86198f59; +} + .caret-fuchsia-800\\/40 { caret-color: #86198f66; } +.caret-fuchsia-800\\/45 { + caret-color: #86198f73; +} + .caret-fuchsia-800\\/5 { caret-color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86198f80; } +.caret-fuchsia-800\\/55 { + caret-color: #86198f8c; +} + .caret-fuchsia-800\\/60 { caret-color: #86198f99; } +.caret-fuchsia-800\\/65 { + caret-color: #86198fa6; +} + .caret-fuchsia-800\\/70 { caret-color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86198fcc; } +.caret-fuchsia-800\\/85 { + caret-color: #86198fd9; +} + .caret-fuchsia-800\\/90 { caret-color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #701a75; } +.caret-fuchsia-900\\/15 { + caret-color: #701a7526; +} + .caret-fuchsia-900\\/20 { caret-color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #701a754d; } +.caret-fuchsia-900\\/35 { + caret-color: #701a7559; +} + .caret-fuchsia-900\\/40 { caret-color: #701a7566; } +.caret-fuchsia-900\\/45 { + caret-color: #701a7573; +} + .caret-fuchsia-900\\/5 { caret-color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #701a7580; } +.caret-fuchsia-900\\/55 { + caret-color: #701a758c; +} + .caret-fuchsia-900\\/60 { caret-color: #701a7599; } +.caret-fuchsia-900\\/65 { + caret-color: #701a75a6; +} + .caret-fuchsia-900\\/70 { caret-color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #701a75cc; } +.caret-fuchsia-900\\/85 { + caret-color: #701a75d9; +} + .caret-fuchsia-900\\/90 { caret-color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4a044e; } +.caret-fuchsia-950\\/15 { + caret-color: #4a044e26; +} + .caret-fuchsia-950\\/20 { caret-color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4a044e4d; } +.caret-fuchsia-950\\/35 { + caret-color: #4a044e59; +} + .caret-fuchsia-950\\/40 { caret-color: #4a044e66; } +.caret-fuchsia-950\\/45 { + caret-color: #4a044e73; +} + .caret-fuchsia-950\\/5 { caret-color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4a044e80; } +.caret-fuchsia-950\\/55 { + caret-color: #4a044e8c; +} + .caret-fuchsia-950\\/60 { caret-color: #4a044e99; } +.caret-fuchsia-950\\/65 { + caret-color: #4a044ea6; +} + .caret-fuchsia-950\\/70 { caret-color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4a044ecc; } +.caret-fuchsia-950\\/85 { + caret-color: #4a044ed9; +} + .caret-fuchsia-950\\/90 { caret-color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3f4f6; } +.caret-gray-100\\/15 { + caret-color: #f3f4f626; +} + .caret-gray-100\\/20 { caret-color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3f4f64d; } +.caret-gray-100\\/35 { + caret-color: #f3f4f659; +} + .caret-gray-100\\/40 { caret-color: #f3f4f666; } +.caret-gray-100\\/45 { + caret-color: #f3f4f673; +} + .caret-gray-100\\/5 { caret-color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3f4f680; } +.caret-gray-100\\/55 { + caret-color: #f3f4f68c; +} + .caret-gray-100\\/60 { caret-color: #f3f4f699; } +.caret-gray-100\\/65 { + caret-color: #f3f4f6a6; +} + .caret-gray-100\\/70 { caret-color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3f4f6cc; } +.caret-gray-100\\/85 { + caret-color: #f3f4f6d9; +} + .caret-gray-100\\/90 { caret-color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e7eb; } +.caret-gray-200\\/15 { + caret-color: #e5e7eb26; +} + .caret-gray-200\\/20 { caret-color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e7eb4d; } +.caret-gray-200\\/35 { + caret-color: #e5e7eb59; +} + .caret-gray-200\\/40 { caret-color: #e5e7eb66; } +.caret-gray-200\\/45 { + caret-color: #e5e7eb73; +} + .caret-gray-200\\/5 { caret-color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e7eb80; } +.caret-gray-200\\/55 { + caret-color: #e5e7eb8c; +} + .caret-gray-200\\/60 { caret-color: #e5e7eb99; } +.caret-gray-200\\/65 { + caret-color: #e5e7eba6; +} + .caret-gray-200\\/70 { caret-color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e7ebcc; } +.caret-gray-200\\/85 { + caret-color: #e5e7ebd9; +} + .caret-gray-200\\/90 { caret-color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1d5db; } +.caret-gray-300\\/15 { + caret-color: #d1d5db26; +} + .caret-gray-300\\/20 { caret-color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1d5db4d; } +.caret-gray-300\\/35 { + caret-color: #d1d5db59; +} + .caret-gray-300\\/40 { caret-color: #d1d5db66; } +.caret-gray-300\\/45 { + caret-color: #d1d5db73; +} + .caret-gray-300\\/5 { caret-color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1d5db80; } +.caret-gray-300\\/55 { + caret-color: #d1d5db8c; +} + .caret-gray-300\\/60 { caret-color: #d1d5db99; } +.caret-gray-300\\/65 { + caret-color: #d1d5dba6; +} + .caret-gray-300\\/70 { caret-color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d1d5dbcc; } +.caret-gray-300\\/85 { + caret-color: #d1d5dbd9; +} + .caret-gray-300\\/90 { caret-color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9ca3af; } +.caret-gray-400\\/15 { + caret-color: #9ca3af26; +} + .caret-gray-400\\/20 { caret-color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9ca3af4d; } +.caret-gray-400\\/35 { + caret-color: #9ca3af59; +} + .caret-gray-400\\/40 { caret-color: #9ca3af66; } +.caret-gray-400\\/45 { + caret-color: #9ca3af73; +} + .caret-gray-400\\/5 { caret-color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9ca3af80; } +.caret-gray-400\\/55 { + caret-color: #9ca3af8c; +} + .caret-gray-400\\/60 { caret-color: #9ca3af99; } +.caret-gray-400\\/65 { + caret-color: #9ca3afa6; +} + .caret-gray-400\\/70 { caret-color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9ca3afcc; } +.caret-gray-400\\/85 { + caret-color: #9ca3afd9; +} + .caret-gray-400\\/90 { caret-color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9fafb; } +.caret-gray-50\\/15 { + caret-color: #f9fafb26; +} + .caret-gray-50\\/20 { caret-color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9fafb4d; } +.caret-gray-50\\/35 { + caret-color: #f9fafb59; +} + .caret-gray-50\\/40 { caret-color: #f9fafb66; } +.caret-gray-50\\/45 { + caret-color: #f9fafb73; +} + .caret-gray-50\\/5 { caret-color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9fafb80; } +.caret-gray-50\\/55 { + caret-color: #f9fafb8c; +} + .caret-gray-50\\/60 { caret-color: #f9fafb99; } +.caret-gray-50\\/65 { + caret-color: #f9fafba6; +} + .caret-gray-50\\/70 { caret-color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9fafbcc; } +.caret-gray-50\\/85 { + caret-color: #f9fafbd9; +} + .caret-gray-50\\/90 { caret-color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b7280; } +.caret-gray-500\\/15 { + caret-color: #6b728026; +} + .caret-gray-500\\/20 { caret-color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b72804d; } +.caret-gray-500\\/35 { + caret-color: #6b728059; +} + .caret-gray-500\\/40 { caret-color: #6b728066; } +.caret-gray-500\\/45 { + caret-color: #6b728073; +} + .caret-gray-500\\/5 { caret-color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b728080; } +.caret-gray-500\\/55 { + caret-color: #6b72808c; +} + .caret-gray-500\\/60 { caret-color: #6b728099; } +.caret-gray-500\\/65 { + caret-color: #6b7280a6; +} + .caret-gray-500\\/70 { caret-color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b7280cc; } +.caret-gray-500\\/85 { + caret-color: #6b7280d9; +} + .caret-gray-500\\/90 { caret-color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4b5563; } +.caret-gray-600\\/15 { + caret-color: #4b556326; +} + .caret-gray-600\\/20 { caret-color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4b55634d; } +.caret-gray-600\\/35 { + caret-color: #4b556359; +} + .caret-gray-600\\/40 { caret-color: #4b556366; } +.caret-gray-600\\/45 { + caret-color: #4b556373; +} + .caret-gray-600\\/5 { caret-color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4b556380; } +.caret-gray-600\\/55 { + caret-color: #4b55638c; +} + .caret-gray-600\\/60 { caret-color: #4b556399; } +.caret-gray-600\\/65 { + caret-color: #4b5563a6; +} + .caret-gray-600\\/70 { caret-color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4b5563cc; } +.caret-gray-600\\/85 { + caret-color: #4b5563d9; +} + .caret-gray-600\\/90 { caret-color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #374151; } +.caret-gray-700\\/15 { + caret-color: #37415126; +} + .caret-gray-700\\/20 { caret-color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3741514d; } +.caret-gray-700\\/35 { + caret-color: #37415159; +} + .caret-gray-700\\/40 { caret-color: #37415166; } +.caret-gray-700\\/45 { + caret-color: #37415173; +} + .caret-gray-700\\/5 { caret-color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #37415180; } +.caret-gray-700\\/55 { + caret-color: #3741518c; +} + .caret-gray-700\\/60 { caret-color: #37415199; } +.caret-gray-700\\/65 { + caret-color: #374151a6; +} + .caret-gray-700\\/70 { caret-color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #374151cc; } +.caret-gray-700\\/85 { + caret-color: #374151d9; +} + .caret-gray-700\\/90 { caret-color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1f2937; } +.caret-gray-800\\/15 { + caret-color: #1f293726; +} + .caret-gray-800\\/20 { caret-color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1f29374d; } +.caret-gray-800\\/35 { + caret-color: #1f293759; +} + .caret-gray-800\\/40 { caret-color: #1f293766; } +.caret-gray-800\\/45 { + caret-color: #1f293773; +} + .caret-gray-800\\/5 { caret-color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1f293780; } +.caret-gray-800\\/55 { + caret-color: #1f29378c; +} + .caret-gray-800\\/60 { caret-color: #1f293799; } +.caret-gray-800\\/65 { + caret-color: #1f2937a6; +} + .caret-gray-800\\/70 { caret-color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1f2937cc; } +.caret-gray-800\\/85 { + caret-color: #1f2937d9; +} + .caret-gray-800\\/90 { caret-color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #111827; } +.caret-gray-900\\/15 { + caret-color: #11182726; +} + .caret-gray-900\\/20 { caret-color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1118274d; } +.caret-gray-900\\/35 { + caret-color: #11182759; +} + .caret-gray-900\\/40 { caret-color: #11182766; } +.caret-gray-900\\/45 { + caret-color: #11182773; +} + .caret-gray-900\\/5 { caret-color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #11182780; } +.caret-gray-900\\/55 { + caret-color: #1118278c; +} + .caret-gray-900\\/60 { caret-color: #11182799; } +.caret-gray-900\\/65 { + caret-color: #111827a6; +} + .caret-gray-900\\/70 { caret-color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #111827cc; } +.caret-gray-900\\/85 { + caret-color: #111827d9; +} + .caret-gray-900\\/90 { caret-color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #030712; } +.caret-gray-950\\/15 { + caret-color: #03071226; +} + .caret-gray-950\\/20 { caret-color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0307124d; } +.caret-gray-950\\/35 { + caret-color: #03071259; +} + .caret-gray-950\\/40 { caret-color: #03071266; } +.caret-gray-950\\/45 { + caret-color: #03071273; +} + .caret-gray-950\\/5 { caret-color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #03071280; } +.caret-gray-950\\/55 { + caret-color: #0307128c; +} + .caret-gray-950\\/60 { caret-color: #03071299; } +.caret-gray-950\\/65 { + caret-color: #030712a6; +} + .caret-gray-950\\/70 { caret-color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #030712cc; } +.caret-gray-950\\/85 { + caret-color: #030712d9; +} + .caret-gray-950\\/90 { caret-color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dcfce7; } +.caret-green-100\\/15 { + caret-color: #dcfce726; +} + .caret-green-100\\/20 { caret-color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dcfce74d; } +.caret-green-100\\/35 { + caret-color: #dcfce759; +} + .caret-green-100\\/40 { caret-color: #dcfce766; } +.caret-green-100\\/45 { + caret-color: #dcfce773; +} + .caret-green-100\\/5 { caret-color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dcfce780; } +.caret-green-100\\/55 { + caret-color: #dcfce78c; +} + .caret-green-100\\/60 { caret-color: #dcfce799; } +.caret-green-100\\/65 { + caret-color: #dcfce7a6; +} + .caret-green-100\\/70 { caret-color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dcfce7cc; } +.caret-green-100\\/85 { + caret-color: #dcfce7d9; +} + .caret-green-100\\/90 { caret-color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bbf7d0; } +.caret-green-200\\/15 { + caret-color: #bbf7d026; +} + .caret-green-200\\/20 { caret-color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bbf7d04d; } +.caret-green-200\\/35 { + caret-color: #bbf7d059; +} + .caret-green-200\\/40 { caret-color: #bbf7d066; } +.caret-green-200\\/45 { + caret-color: #bbf7d073; +} + .caret-green-200\\/5 { caret-color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bbf7d080; } +.caret-green-200\\/55 { + caret-color: #bbf7d08c; +} + .caret-green-200\\/60 { caret-color: #bbf7d099; } +.caret-green-200\\/65 { + caret-color: #bbf7d0a6; +} + .caret-green-200\\/70 { caret-color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bbf7d0cc; } +.caret-green-200\\/85 { + caret-color: #bbf7d0d9; +} + .caret-green-200\\/90 { caret-color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86efac; } +.caret-green-300\\/15 { + caret-color: #86efac26; +} + .caret-green-300\\/20 { caret-color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86efac4d; } +.caret-green-300\\/35 { + caret-color: #86efac59; +} + .caret-green-300\\/40 { caret-color: #86efac66; } +.caret-green-300\\/45 { + caret-color: #86efac73; +} + .caret-green-300\\/5 { caret-color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86efac80; } +.caret-green-300\\/55 { + caret-color: #86efac8c; +} + .caret-green-300\\/60 { caret-color: #86efac99; } +.caret-green-300\\/65 { + caret-color: #86efaca6; +} + .caret-green-300\\/70 { caret-color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #86efaccc; } +.caret-green-300\\/85 { + caret-color: #86efacd9; +} + .caret-green-300\\/90 { caret-color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4ade80; } +.caret-green-400\\/15 { + caret-color: #4ade8026; +} + .caret-green-400\\/20 { caret-color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4ade804d; } +.caret-green-400\\/35 { + caret-color: #4ade8059; +} + .caret-green-400\\/40 { caret-color: #4ade8066; } +.caret-green-400\\/45 { + caret-color: #4ade8073; +} + .caret-green-400\\/5 { caret-color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4ade8080; } +.caret-green-400\\/55 { + caret-color: #4ade808c; +} + .caret-green-400\\/60 { caret-color: #4ade8099; } +.caret-green-400\\/65 { + caret-color: #4ade80a6; +} + .caret-green-400\\/70 { caret-color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4ade80cc; } +.caret-green-400\\/85 { + caret-color: #4ade80d9; +} + .caret-green-400\\/90 { caret-color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdf4; } +.caret-green-50\\/15 { + caret-color: #f0fdf426; +} + .caret-green-50\\/20 { caret-color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdf44d; } +.caret-green-50\\/35 { + caret-color: #f0fdf459; +} + .caret-green-50\\/40 { caret-color: #f0fdf466; } +.caret-green-50\\/45 { + caret-color: #f0fdf473; +} + .caret-green-50\\/5 { caret-color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdf480; } +.caret-green-50\\/55 { + caret-color: #f0fdf48c; +} + .caret-green-50\\/60 { caret-color: #f0fdf499; } +.caret-green-50\\/65 { + caret-color: #f0fdf4a6; +} + .caret-green-50\\/70 { caret-color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdf4cc; } +.caret-green-50\\/85 { + caret-color: #f0fdf4d9; +} + .caret-green-50\\/90 { caret-color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22c55e; } +.caret-green-500\\/15 { + caret-color: #22c55e26; +} + .caret-green-500\\/20 { caret-color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22c55e4d; } +.caret-green-500\\/35 { + caret-color: #22c55e59; +} + .caret-green-500\\/40 { caret-color: #22c55e66; } +.caret-green-500\\/45 { + caret-color: #22c55e73; +} + .caret-green-500\\/5 { caret-color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22c55e80; } +.caret-green-500\\/55 { + caret-color: #22c55e8c; +} + .caret-green-500\\/60 { caret-color: #22c55e99; } +.caret-green-500\\/65 { + caret-color: #22c55ea6; +} + .caret-green-500\\/70 { caret-color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #22c55ecc; } +.caret-green-500\\/85 { + caret-color: #22c55ed9; +} + .caret-green-500\\/90 { caret-color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #16a34a; } +.caret-green-600\\/15 { + caret-color: #16a34a26; +} + .caret-green-600\\/20 { caret-color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #16a34a4d; } +.caret-green-600\\/35 { + caret-color: #16a34a59; +} + .caret-green-600\\/40 { caret-color: #16a34a66; } +.caret-green-600\\/45 { + caret-color: #16a34a73; +} + .caret-green-600\\/5 { caret-color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #16a34a80; } +.caret-green-600\\/55 { + caret-color: #16a34a8c; +} + .caret-green-600\\/60 { caret-color: #16a34a99; } +.caret-green-600\\/65 { + caret-color: #16a34aa6; +} + .caret-green-600\\/70 { caret-color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #16a34acc; } +.caret-green-600\\/85 { + caret-color: #16a34ad9; +} + .caret-green-600\\/90 { caret-color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #15803d; } +.caret-green-700\\/15 { + caret-color: #15803d26; +} + .caret-green-700\\/20 { caret-color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #15803d4d; } +.caret-green-700\\/35 { + caret-color: #15803d59; +} + .caret-green-700\\/40 { caret-color: #15803d66; } +.caret-green-700\\/45 { + caret-color: #15803d73; +} + .caret-green-700\\/5 { caret-color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #15803d80; } +.caret-green-700\\/55 { + caret-color: #15803d8c; +} + .caret-green-700\\/60 { caret-color: #15803d99; } +.caret-green-700\\/65 { + caret-color: #15803da6; +} + .caret-green-700\\/70 { caret-color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #15803dcc; } +.caret-green-700\\/85 { + caret-color: #15803dd9; +} + .caret-green-700\\/90 { caret-color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #166534; } +.caret-green-800\\/15 { + caret-color: #16653426; +} + .caret-green-800\\/20 { caret-color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1665344d; } +.caret-green-800\\/35 { + caret-color: #16653459; +} + .caret-green-800\\/40 { caret-color: #16653466; } +.caret-green-800\\/45 { + caret-color: #16653473; +} + .caret-green-800\\/5 { caret-color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #16653480; } +.caret-green-800\\/55 { + caret-color: #1665348c; +} + .caret-green-800\\/60 { caret-color: #16653499; } +.caret-green-800\\/65 { + caret-color: #166534a6; +} + .caret-green-800\\/70 { caret-color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #166534cc; } +.caret-green-800\\/85 { + caret-color: #166534d9; +} + .caret-green-800\\/90 { caret-color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14532d; } +.caret-green-900\\/15 { + caret-color: #14532d26; +} + .caret-green-900\\/20 { caret-color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14532d4d; } +.caret-green-900\\/35 { + caret-color: #14532d59; +} + .caret-green-900\\/40 { caret-color: #14532d66; } +.caret-green-900\\/45 { + caret-color: #14532d73; +} + .caret-green-900\\/5 { caret-color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14532d80; } +.caret-green-900\\/55 { + caret-color: #14532d8c; +} + .caret-green-900\\/60 { caret-color: #14532d99; } +.caret-green-900\\/65 { + caret-color: #14532da6; +} + .caret-green-900\\/70 { caret-color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14532dcc; } +.caret-green-900\\/85 { + caret-color: #14532dd9; +} + .caret-green-900\\/90 { caret-color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #052e16; } +.caret-green-950\\/15 { + caret-color: #052e1626; +} + .caret-green-950\\/20 { caret-color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #052e164d; } +.caret-green-950\\/35 { + caret-color: #052e1659; +} + .caret-green-950\\/40 { caret-color: #052e1666; } +.caret-green-950\\/45 { + caret-color: #052e1673; +} + .caret-green-950\\/5 { caret-color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #052e1680; } +.caret-green-950\\/55 { + caret-color: #052e168c; +} + .caret-green-950\\/60 { caret-color: #052e1699; } +.caret-green-950\\/65 { + caret-color: #052e16a6; +} + .caret-green-950\\/70 { caret-color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #052e16cc; } +.caret-green-950\\/85 { + caret-color: #052e16d9; +} + .caret-green-950\\/90 { caret-color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0e7ff; } +.caret-indigo-100\\/15 { + caret-color: #e0e7ff26; +} + .caret-indigo-100\\/20 { caret-color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0e7ff4d; } +.caret-indigo-100\\/35 { + caret-color: #e0e7ff59; +} + .caret-indigo-100\\/40 { caret-color: #e0e7ff66; } +.caret-indigo-100\\/45 { + caret-color: #e0e7ff73; +} + .caret-indigo-100\\/5 { caret-color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0e7ff80; } +.caret-indigo-100\\/55 { + caret-color: #e0e7ff8c; +} + .caret-indigo-100\\/60 { caret-color: #e0e7ff99; } +.caret-indigo-100\\/65 { + caret-color: #e0e7ffa6; +} + .caret-indigo-100\\/70 { caret-color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0e7ffcc; } +.caret-indigo-100\\/85 { + caret-color: #e0e7ffd9; +} + .caret-indigo-100\\/90 { caret-color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c7d2fe; } +.caret-indigo-200\\/15 { + caret-color: #c7d2fe26; +} + .caret-indigo-200\\/20 { caret-color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c7d2fe4d; } +.caret-indigo-200\\/35 { + caret-color: #c7d2fe59; +} + .caret-indigo-200\\/40 { caret-color: #c7d2fe66; } +.caret-indigo-200\\/45 { + caret-color: #c7d2fe73; +} + .caret-indigo-200\\/5 { caret-color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c7d2fe80; } +.caret-indigo-200\\/55 { + caret-color: #c7d2fe8c; +} + .caret-indigo-200\\/60 { caret-color: #c7d2fe99; } +.caret-indigo-200\\/65 { + caret-color: #c7d2fea6; +} + .caret-indigo-200\\/70 { caret-color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c7d2fecc; } +.caret-indigo-200\\/85 { + caret-color: #c7d2fed9; +} + .caret-indigo-200\\/90 { caret-color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5b4fc; } +.caret-indigo-300\\/15 { + caret-color: #a5b4fc26; +} + .caret-indigo-300\\/20 { caret-color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5b4fc4d; } +.caret-indigo-300\\/35 { + caret-color: #a5b4fc59; +} + .caret-indigo-300\\/40 { caret-color: #a5b4fc66; } +.caret-indigo-300\\/45 { + caret-color: #a5b4fc73; +} + .caret-indigo-300\\/5 { caret-color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5b4fc80; } +.caret-indigo-300\\/55 { + caret-color: #a5b4fc8c; +} + .caret-indigo-300\\/60 { caret-color: #a5b4fc99; } +.caret-indigo-300\\/65 { + caret-color: #a5b4fca6; +} + .caret-indigo-300\\/70 { caret-color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a5b4fccc; } +.caret-indigo-300\\/85 { + caret-color: #a5b4fcd9; +} + .caret-indigo-300\\/90 { caret-color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #818cf8; } +.caret-indigo-400\\/15 { + caret-color: #818cf826; +} + .caret-indigo-400\\/20 { caret-color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #818cf84d; } +.caret-indigo-400\\/35 { + caret-color: #818cf859; +} + .caret-indigo-400\\/40 { caret-color: #818cf866; } +.caret-indigo-400\\/45 { + caret-color: #818cf873; +} + .caret-indigo-400\\/5 { caret-color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #818cf880; } +.caret-indigo-400\\/55 { + caret-color: #818cf88c; +} + .caret-indigo-400\\/60 { caret-color: #818cf899; } +.caret-indigo-400\\/65 { + caret-color: #818cf8a6; +} + .caret-indigo-400\\/70 { caret-color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #818cf8cc; } +.caret-indigo-400\\/85 { + caret-color: #818cf8d9; +} + .caret-indigo-400\\/90 { caret-color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eef2ff; } +.caret-indigo-50\\/15 { + caret-color: #eef2ff26; +} + .caret-indigo-50\\/20 { caret-color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eef2ff4d; } +.caret-indigo-50\\/35 { + caret-color: #eef2ff59; +} + .caret-indigo-50\\/40 { caret-color: #eef2ff66; } +.caret-indigo-50\\/45 { + caret-color: #eef2ff73; +} + .caret-indigo-50\\/5 { caret-color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eef2ff80; } +.caret-indigo-50\\/55 { + caret-color: #eef2ff8c; +} + .caret-indigo-50\\/60 { caret-color: #eef2ff99; } +.caret-indigo-50\\/65 { + caret-color: #eef2ffa6; +} + .caret-indigo-50\\/70 { caret-color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eef2ffcc; } +.caret-indigo-50\\/85 { + caret-color: #eef2ffd9; +} + .caret-indigo-50\\/90 { caret-color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6366f1; } +.caret-indigo-500\\/15 { + caret-color: #6366f126; +} + .caret-indigo-500\\/20 { caret-color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6366f14d; } +.caret-indigo-500\\/35 { + caret-color: #6366f159; +} + .caret-indigo-500\\/40 { caret-color: #6366f166; } +.caret-indigo-500\\/45 { + caret-color: #6366f173; +} + .caret-indigo-500\\/5 { caret-color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6366f180; } +.caret-indigo-500\\/55 { + caret-color: #6366f18c; +} + .caret-indigo-500\\/60 { caret-color: #6366f199; } +.caret-indigo-500\\/65 { + caret-color: #6366f1a6; +} + .caret-indigo-500\\/70 { caret-color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6366f1cc; } +.caret-indigo-500\\/85 { + caret-color: #6366f1d9; +} + .caret-indigo-500\\/90 { caret-color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4f46e5; } +.caret-indigo-600\\/15 { + caret-color: #4f46e526; +} + .caret-indigo-600\\/20 { caret-color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4f46e54d; } +.caret-indigo-600\\/35 { + caret-color: #4f46e559; +} + .caret-indigo-600\\/40 { caret-color: #4f46e566; } +.caret-indigo-600\\/45 { + caret-color: #4f46e573; +} + .caret-indigo-600\\/5 { caret-color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4f46e580; } +.caret-indigo-600\\/55 { + caret-color: #4f46e58c; +} + .caret-indigo-600\\/60 { caret-color: #4f46e599; } +.caret-indigo-600\\/65 { + caret-color: #4f46e5a6; +} + .caret-indigo-600\\/70 { caret-color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4f46e5cc; } +.caret-indigo-600\\/85 { + caret-color: #4f46e5d9; +} + .caret-indigo-600\\/90 { caret-color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4338ca; } +.caret-indigo-700\\/15 { + caret-color: #4338ca26; +} + .caret-indigo-700\\/20 { caret-color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4338ca4d; } +.caret-indigo-700\\/35 { + caret-color: #4338ca59; +} + .caret-indigo-700\\/40 { caret-color: #4338ca66; } +.caret-indigo-700\\/45 { + caret-color: #4338ca73; +} + .caret-indigo-700\\/5 { caret-color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4338ca80; } +.caret-indigo-700\\/55 { + caret-color: #4338ca8c; +} + .caret-indigo-700\\/60 { caret-color: #4338ca99; } +.caret-indigo-700\\/65 { + caret-color: #4338caa6; +} + .caret-indigo-700\\/70 { caret-color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4338cacc; } +.caret-indigo-700\\/85 { + caret-color: #4338cad9; +} + .caret-indigo-700\\/90 { caret-color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3730a3; } +.caret-indigo-800\\/15 { + caret-color: #3730a326; +} + .caret-indigo-800\\/20 { caret-color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3730a34d; } +.caret-indigo-800\\/35 { + caret-color: #3730a359; +} + .caret-indigo-800\\/40 { caret-color: #3730a366; } +.caret-indigo-800\\/45 { + caret-color: #3730a373; +} + .caret-indigo-800\\/5 { caret-color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3730a380; } +.caret-indigo-800\\/55 { + caret-color: #3730a38c; +} + .caret-indigo-800\\/60 { caret-color: #3730a399; } +.caret-indigo-800\\/65 { + caret-color: #3730a3a6; +} + .caret-indigo-800\\/70 { caret-color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3730a3cc; } +.caret-indigo-800\\/85 { + caret-color: #3730a3d9; +} + .caret-indigo-800\\/90 { caret-color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #312e81; } +.caret-indigo-900\\/15 { + caret-color: #312e8126; +} + .caret-indigo-900\\/20 { caret-color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #312e814d; } +.caret-indigo-900\\/35 { + caret-color: #312e8159; +} + .caret-indigo-900\\/40 { caret-color: #312e8166; } +.caret-indigo-900\\/45 { + caret-color: #312e8173; +} + .caret-indigo-900\\/5 { caret-color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #312e8180; } +.caret-indigo-900\\/55 { + caret-color: #312e818c; +} + .caret-indigo-900\\/60 { caret-color: #312e8199; } +.caret-indigo-900\\/65 { + caret-color: #312e81a6; +} + .caret-indigo-900\\/70 { caret-color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #312e81cc; } +.caret-indigo-900\\/85 { + caret-color: #312e81d9; +} + .caret-indigo-900\\/90 { caret-color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e1b4b; } +.caret-indigo-950\\/15 { + caret-color: #1e1b4b26; +} + .caret-indigo-950\\/20 { caret-color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e1b4b4d; } +.caret-indigo-950\\/35 { + caret-color: #1e1b4b59; +} + .caret-indigo-950\\/40 { caret-color: #1e1b4b66; } +.caret-indigo-950\\/45 { + caret-color: #1e1b4b73; +} + .caret-indigo-950\\/5 { caret-color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e1b4b80; } +.caret-indigo-950\\/55 { + caret-color: #1e1b4b8c; +} + .caret-indigo-950\\/60 { caret-color: #1e1b4b99; } +.caret-indigo-950\\/65 { + caret-color: #1e1b4ba6; +} + .caret-indigo-950\\/70 { caret-color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e1b4bcc; } +.caret-indigo-950\\/85 { + caret-color: #1e1b4bd9; +} + .caret-indigo-950\\/90 { caret-color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfccb; } +.caret-lime-100\\/15 { + caret-color: #ecfccb26; +} + .caret-lime-100\\/20 { caret-color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfccb4d; } +.caret-lime-100\\/35 { + caret-color: #ecfccb59; +} + .caret-lime-100\\/40 { caret-color: #ecfccb66; } +.caret-lime-100\\/45 { + caret-color: #ecfccb73; +} + .caret-lime-100\\/5 { caret-color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfccb80; } +.caret-lime-100\\/55 { + caret-color: #ecfccb8c; +} + .caret-lime-100\\/60 { caret-color: #ecfccb99; } +.caret-lime-100\\/65 { + caret-color: #ecfccba6; +} + .caret-lime-100\\/70 { caret-color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ecfccbcc; } +.caret-lime-100\\/85 { + caret-color: #ecfccbd9; +} + .caret-lime-100\\/90 { caret-color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d9f99d; } +.caret-lime-200\\/15 { + caret-color: #d9f99d26; +} + .caret-lime-200\\/20 { caret-color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d9f99d4d; } +.caret-lime-200\\/35 { + caret-color: #d9f99d59; +} + .caret-lime-200\\/40 { caret-color: #d9f99d66; } +.caret-lime-200\\/45 { + caret-color: #d9f99d73; +} + .caret-lime-200\\/5 { caret-color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d9f99d80; } +.caret-lime-200\\/55 { + caret-color: #d9f99d8c; +} + .caret-lime-200\\/60 { caret-color: #d9f99d99; } +.caret-lime-200\\/65 { + caret-color: #d9f99da6; +} + .caret-lime-200\\/70 { caret-color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d9f99dcc; } +.caret-lime-200\\/85 { + caret-color: #d9f99dd9; +} + .caret-lime-200\\/90 { caret-color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bef264; } +.caret-lime-300\\/15 { + caret-color: #bef26426; +} + .caret-lime-300\\/20 { caret-color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bef2644d; } +.caret-lime-300\\/35 { + caret-color: #bef26459; +} + .caret-lime-300\\/40 { caret-color: #bef26466; } +.caret-lime-300\\/45 { + caret-color: #bef26473; +} + .caret-lime-300\\/5 { caret-color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bef26480; } +.caret-lime-300\\/55 { + caret-color: #bef2648c; +} + .caret-lime-300\\/60 { caret-color: #bef26499; } +.caret-lime-300\\/65 { + caret-color: #bef264a6; +} + .caret-lime-300\\/70 { caret-color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bef264cc; } +.caret-lime-300\\/85 { + caret-color: #bef264d9; +} + .caret-lime-300\\/90 { caret-color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3e635; } +.caret-lime-400\\/15 { + caret-color: #a3e63526; +} + .caret-lime-400\\/20 { caret-color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3e6354d; } +.caret-lime-400\\/35 { + caret-color: #a3e63559; +} + .caret-lime-400\\/40 { caret-color: #a3e63566; } +.caret-lime-400\\/45 { + caret-color: #a3e63573; +} + .caret-lime-400\\/5 { caret-color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3e63580; } +.caret-lime-400\\/55 { + caret-color: #a3e6358c; +} + .caret-lime-400\\/60 { caret-color: #a3e63599; } +.caret-lime-400\\/65 { + caret-color: #a3e635a6; +} + .caret-lime-400\\/70 { caret-color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3e635cc; } +.caret-lime-400\\/85 { + caret-color: #a3e635d9; +} + .caret-lime-400\\/90 { caret-color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f7fee7; } +.caret-lime-50\\/15 { + caret-color: #f7fee726; +} + .caret-lime-50\\/20 { caret-color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f7fee74d; } +.caret-lime-50\\/35 { + caret-color: #f7fee759; +} + .caret-lime-50\\/40 { caret-color: #f7fee766; } +.caret-lime-50\\/45 { + caret-color: #f7fee773; +} + .caret-lime-50\\/5 { caret-color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f7fee780; } +.caret-lime-50\\/55 { + caret-color: #f7fee78c; +} + .caret-lime-50\\/60 { caret-color: #f7fee799; } +.caret-lime-50\\/65 { + caret-color: #f7fee7a6; +} + .caret-lime-50\\/70 { caret-color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f7fee7cc; } +.caret-lime-50\\/85 { + caret-color: #f7fee7d9; +} + .caret-lime-50\\/90 { caret-color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #84cc16; } +.caret-lime-500\\/15 { + caret-color: #84cc1626; +} + .caret-lime-500\\/20 { caret-color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #84cc164d; } +.caret-lime-500\\/35 { + caret-color: #84cc1659; +} + .caret-lime-500\\/40 { caret-color: #84cc1666; } +.caret-lime-500\\/45 { + caret-color: #84cc1673; +} + .caret-lime-500\\/5 { caret-color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #84cc1680; } +.caret-lime-500\\/55 { + caret-color: #84cc168c; +} + .caret-lime-500\\/60 { caret-color: #84cc1699; } +.caret-lime-500\\/65 { + caret-color: #84cc16a6; +} + .caret-lime-500\\/70 { caret-color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #84cc16cc; } +.caret-lime-500\\/85 { + caret-color: #84cc16d9; +} + .caret-lime-500\\/90 { caret-color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #65a30d; } +.caret-lime-600\\/15 { + caret-color: #65a30d26; +} + .caret-lime-600\\/20 { caret-color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #65a30d4d; } +.caret-lime-600\\/35 { + caret-color: #65a30d59; +} + .caret-lime-600\\/40 { caret-color: #65a30d66; } +.caret-lime-600\\/45 { + caret-color: #65a30d73; +} + .caret-lime-600\\/5 { caret-color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #65a30d80; } +.caret-lime-600\\/55 { + caret-color: #65a30d8c; +} + .caret-lime-600\\/60 { caret-color: #65a30d99; } +.caret-lime-600\\/65 { + caret-color: #65a30da6; +} + .caret-lime-600\\/70 { caret-color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #65a30dcc; } +.caret-lime-600\\/85 { + caret-color: #65a30dd9; +} + .caret-lime-600\\/90 { caret-color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4d7c0f; } +.caret-lime-700\\/15 { + caret-color: #4d7c0f26; +} + .caret-lime-700\\/20 { caret-color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4d7c0f4d; } +.caret-lime-700\\/35 { + caret-color: #4d7c0f59; +} + .caret-lime-700\\/40 { caret-color: #4d7c0f66; } +.caret-lime-700\\/45 { + caret-color: #4d7c0f73; +} + .caret-lime-700\\/5 { caret-color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4d7c0f80; } +.caret-lime-700\\/55 { + caret-color: #4d7c0f8c; +} + .caret-lime-700\\/60 { caret-color: #4d7c0f99; } +.caret-lime-700\\/65 { + caret-color: #4d7c0fa6; +} + .caret-lime-700\\/70 { caret-color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4d7c0fcc; } +.caret-lime-700\\/85 { + caret-color: #4d7c0fd9; +} + .caret-lime-700\\/90 { caret-color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f6212; } +.caret-lime-800\\/15 { + caret-color: #3f621226; +} + .caret-lime-800\\/20 { caret-color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f62124d; } +.caret-lime-800\\/35 { + caret-color: #3f621259; +} + .caret-lime-800\\/40 { caret-color: #3f621266; } +.caret-lime-800\\/45 { + caret-color: #3f621273; +} + .caret-lime-800\\/5 { caret-color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f621280; } +.caret-lime-800\\/55 { + caret-color: #3f62128c; +} + .caret-lime-800\\/60 { caret-color: #3f621299; } +.caret-lime-800\\/65 { + caret-color: #3f6212a6; +} + .caret-lime-800\\/70 { caret-color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f6212cc; } +.caret-lime-800\\/85 { + caret-color: #3f6212d9; +} + .caret-lime-800\\/90 { caret-color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #365314; } +.caret-lime-900\\/15 { + caret-color: #36531426; +} + .caret-lime-900\\/20 { caret-color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3653144d; } +.caret-lime-900\\/35 { + caret-color: #36531459; +} + .caret-lime-900\\/40 { caret-color: #36531466; } +.caret-lime-900\\/45 { + caret-color: #36531473; +} + .caret-lime-900\\/5 { caret-color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #36531480; } +.caret-lime-900\\/55 { + caret-color: #3653148c; +} + .caret-lime-900\\/60 { caret-color: #36531499; } +.caret-lime-900\\/65 { + caret-color: #365314a6; +} + .caret-lime-900\\/70 { caret-color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #365314cc; } +.caret-lime-900\\/85 { + caret-color: #365314d9; +} + .caret-lime-900\\/90 { caret-color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1a2e05; } +.caret-lime-950\\/15 { + caret-color: #1a2e0526; +} + .caret-lime-950\\/20 { caret-color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1a2e054d; } +.caret-lime-950\\/35 { + caret-color: #1a2e0559; +} + .caret-lime-950\\/40 { caret-color: #1a2e0566; } +.caret-lime-950\\/45 { + caret-color: #1a2e0573; +} + .caret-lime-950\\/5 { caret-color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1a2e0580; } +.caret-lime-950\\/55 { + caret-color: #1a2e058c; +} + .caret-lime-950\\/60 { caret-color: #1a2e0599; } +.caret-lime-950\\/65 { + caret-color: #1a2e05a6; +} + .caret-lime-950\\/70 { caret-color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1a2e05cc; } +.caret-lime-950\\/85 { + caret-color: #1a2e05d9; +} + .caret-lime-950\\/90 { caret-color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f5; } +.caret-neutral-100\\/15 { + caret-color: #f5f5f526; +} + .caret-neutral-100\\/20 { caret-color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f54d; } +.caret-neutral-100\\/35 { + caret-color: #f5f5f559; +} + .caret-neutral-100\\/40 { caret-color: #f5f5f566; } +.caret-neutral-100\\/45 { + caret-color: #f5f5f573; +} + .caret-neutral-100\\/5 { caret-color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f580; } +.caret-neutral-100\\/55 { + caret-color: #f5f5f58c; +} + .caret-neutral-100\\/60 { caret-color: #f5f5f599; } +.caret-neutral-100\\/65 { + caret-color: #f5f5f5a6; +} + .caret-neutral-100\\/70 { caret-color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f5cc; } +.caret-neutral-100\\/85 { + caret-color: #f5f5f5d9; +} + .caret-neutral-100\\/90 { caret-color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e5e5; } +.caret-neutral-200\\/15 { + caret-color: #e5e5e526; +} + .caret-neutral-200\\/20 { caret-color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e5e54d; } +.caret-neutral-200\\/35 { + caret-color: #e5e5e559; +} + .caret-neutral-200\\/40 { caret-color: #e5e5e566; } +.caret-neutral-200\\/45 { + caret-color: #e5e5e573; +} + .caret-neutral-200\\/5 { caret-color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e5e580; } +.caret-neutral-200\\/55 { + caret-color: #e5e5e58c; +} + .caret-neutral-200\\/60 { caret-color: #e5e5e599; } +.caret-neutral-200\\/65 { + caret-color: #e5e5e5a6; +} + .caret-neutral-200\\/70 { caret-color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e5e5e5cc; } +.caret-neutral-200\\/85 { + caret-color: #e5e5e5d9; +} + .caret-neutral-200\\/90 { caret-color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d4; } +.caret-neutral-300\\/15 { + caret-color: #d4d4d426; +} + .caret-neutral-300\\/20 { caret-color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d44d; } +.caret-neutral-300\\/35 { + caret-color: #d4d4d459; +} + .caret-neutral-300\\/40 { caret-color: #d4d4d466; } +.caret-neutral-300\\/45 { + caret-color: #d4d4d473; +} + .caret-neutral-300\\/5 { caret-color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d480; } +.caret-neutral-300\\/55 { + caret-color: #d4d4d48c; +} + .caret-neutral-300\\/60 { caret-color: #d4d4d499; } +.caret-neutral-300\\/65 { + caret-color: #d4d4d4a6; +} + .caret-neutral-300\\/70 { caret-color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d4cc; } +.caret-neutral-300\\/85 { + caret-color: #d4d4d4d9; +} + .caret-neutral-300\\/90 { caret-color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3a3a3; } +.caret-neutral-400\\/15 { + caret-color: #a3a3a326; +} + .caret-neutral-400\\/20 { caret-color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3a3a34d; } +.caret-neutral-400\\/35 { + caret-color: #a3a3a359; +} + .caret-neutral-400\\/40 { caret-color: #a3a3a366; } +.caret-neutral-400\\/45 { + caret-color: #a3a3a373; +} + .caret-neutral-400\\/5 { caret-color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3a3a380; } +.caret-neutral-400\\/55 { + caret-color: #a3a3a38c; +} + .caret-neutral-400\\/60 { caret-color: #a3a3a399; } +.caret-neutral-400\\/65 { + caret-color: #a3a3a3a6; +} + .caret-neutral-400\\/70 { caret-color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a3a3a3cc; } +.caret-neutral-400\\/85 { + caret-color: #a3a3a3d9; +} + .caret-neutral-400\\/90 { caret-color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafa; } +.caret-neutral-50\\/15 { + caret-color: #fafafa26; +} + .caret-neutral-50\\/20 { caret-color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafa4d; } +.caret-neutral-50\\/35 { + caret-color: #fafafa59; +} + .caret-neutral-50\\/40 { caret-color: #fafafa66; } +.caret-neutral-50\\/45 { + caret-color: #fafafa73; +} + .caret-neutral-50\\/5 { caret-color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafa80; } +.caret-neutral-50\\/55 { + caret-color: #fafafa8c; +} + .caret-neutral-50\\/60 { caret-color: #fafafa99; } +.caret-neutral-50\\/65 { + caret-color: #fafafaa6; +} + .caret-neutral-50\\/70 { caret-color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafacc; } +.caret-neutral-50\\/85 { + caret-color: #fafafad9; +} + .caret-neutral-50\\/90 { caret-color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #737373; } +.caret-neutral-500\\/15 { + caret-color: #73737326; +} + .caret-neutral-500\\/20 { caret-color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7373734d; } +.caret-neutral-500\\/35 { + caret-color: #73737359; +} + .caret-neutral-500\\/40 { caret-color: #73737366; } +.caret-neutral-500\\/45 { + caret-color: #73737373; +} + .caret-neutral-500\\/5 { caret-color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #73737380; } +.caret-neutral-500\\/55 { + caret-color: #7373738c; +} + .caret-neutral-500\\/60 { caret-color: #73737399; } +.caret-neutral-500\\/65 { + caret-color: #737373a6; +} + .caret-neutral-500\\/70 { caret-color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #737373cc; } +.caret-neutral-500\\/85 { + caret-color: #737373d9; +} + .caret-neutral-500\\/90 { caret-color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #525252; } +.caret-neutral-600\\/15 { + caret-color: #52525226; +} + .caret-neutral-600\\/20 { caret-color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5252524d; } +.caret-neutral-600\\/35 { + caret-color: #52525259; +} + .caret-neutral-600\\/40 { caret-color: #52525266; } +.caret-neutral-600\\/45 { + caret-color: #52525273; +} + .caret-neutral-600\\/5 { caret-color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #52525280; } +.caret-neutral-600\\/55 { + caret-color: #5252528c; +} + .caret-neutral-600\\/60 { caret-color: #52525299; } +.caret-neutral-600\\/65 { + caret-color: #525252a6; +} + .caret-neutral-600\\/70 { caret-color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #525252cc; } +.caret-neutral-600\\/85 { + caret-color: #525252d9; +} + .caret-neutral-600\\/90 { caret-color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #404040; } +.caret-neutral-700\\/15 { + caret-color: #40404026; +} + .caret-neutral-700\\/20 { caret-color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4040404d; } +.caret-neutral-700\\/35 { + caret-color: #40404059; +} + .caret-neutral-700\\/40 { caret-color: #40404066; } +.caret-neutral-700\\/45 { + caret-color: #40404073; +} + .caret-neutral-700\\/5 { caret-color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #40404080; } +.caret-neutral-700\\/55 { + caret-color: #4040408c; +} + .caret-neutral-700\\/60 { caret-color: #40404099; } +.caret-neutral-700\\/65 { + caret-color: #404040a6; +} + .caret-neutral-700\\/70 { caret-color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #404040cc; } +.caret-neutral-700\\/85 { + caret-color: #404040d9; +} + .caret-neutral-700\\/90 { caret-color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #262626; } +.caret-neutral-800\\/15 { + caret-color: #26262626; +} + .caret-neutral-800\\/20 { caret-color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2626264d; } +.caret-neutral-800\\/35 { + caret-color: #26262659; +} + .caret-neutral-800\\/40 { caret-color: #26262666; } +.caret-neutral-800\\/45 { + caret-color: #26262673; +} + .caret-neutral-800\\/5 { caret-color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #26262680; } +.caret-neutral-800\\/55 { + caret-color: #2626268c; +} + .caret-neutral-800\\/60 { caret-color: #26262699; } +.caret-neutral-800\\/65 { + caret-color: #262626a6; +} + .caret-neutral-800\\/70 { caret-color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #262626cc; } +.caret-neutral-800\\/85 { + caret-color: #262626d9; +} + .caret-neutral-800\\/90 { caret-color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #171717; } +.caret-neutral-900\\/15 { + caret-color: #17171726; +} + .caret-neutral-900\\/20 { caret-color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1717174d; } +.caret-neutral-900\\/35 { + caret-color: #17171759; +} + .caret-neutral-900\\/40 { caret-color: #17171766; } +.caret-neutral-900\\/45 { + caret-color: #17171773; +} + .caret-neutral-900\\/5 { caret-color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #17171780; } +.caret-neutral-900\\/55 { + caret-color: #1717178c; +} + .caret-neutral-900\\/60 { caret-color: #17171799; } +.caret-neutral-900\\/65 { + caret-color: #171717a6; +} + .caret-neutral-900\\/70 { caret-color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #171717cc; } +.caret-neutral-900\\/85 { + caret-color: #171717d9; +} + .caret-neutral-900\\/90 { caret-color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0a0a0a; } +.caret-neutral-950\\/15 { + caret-color: #0a0a0a26; +} + .caret-neutral-950\\/20 { caret-color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0a0a0a4d; } +.caret-neutral-950\\/35 { + caret-color: #0a0a0a59; +} + .caret-neutral-950\\/40 { caret-color: #0a0a0a66; } +.caret-neutral-950\\/45 { + caret-color: #0a0a0a73; +} + .caret-neutral-950\\/5 { caret-color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0a0a0a80; } +.caret-neutral-950\\/55 { + caret-color: #0a0a0a8c; +} + .caret-neutral-950\\/60 { caret-color: #0a0a0a99; } +.caret-neutral-950\\/65 { + caret-color: #0a0a0aa6; +} + .caret-neutral-950\\/70 { caret-color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0a0a0acc; } +.caret-neutral-950\\/85 { + caret-color: #0a0a0ad9; +} + .caret-neutral-950\\/90 { caret-color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffedd5; } +.caret-orange-100\\/15 { + caret-color: #ffedd526; +} + .caret-orange-100\\/20 { caret-color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffedd54d; } +.caret-orange-100\\/35 { + caret-color: #ffedd559; +} + .caret-orange-100\\/40 { caret-color: #ffedd566; } +.caret-orange-100\\/45 { + caret-color: #ffedd573; +} + .caret-orange-100\\/5 { caret-color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffedd580; } +.caret-orange-100\\/55 { + caret-color: #ffedd58c; +} + .caret-orange-100\\/60 { caret-color: #ffedd599; } +.caret-orange-100\\/65 { + caret-color: #ffedd5a6; +} + .caret-orange-100\\/70 { caret-color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffedd5cc; } +.caret-orange-100\\/85 { + caret-color: #ffedd5d9; +} + .caret-orange-100\\/90 { caret-color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fed7aa; } +.caret-orange-200\\/15 { + caret-color: #fed7aa26; +} + .caret-orange-200\\/20 { caret-color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fed7aa4d; } +.caret-orange-200\\/35 { + caret-color: #fed7aa59; +} + .caret-orange-200\\/40 { caret-color: #fed7aa66; } +.caret-orange-200\\/45 { + caret-color: #fed7aa73; +} + .caret-orange-200\\/5 { caret-color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fed7aa80; } +.caret-orange-200\\/55 { + caret-color: #fed7aa8c; +} + .caret-orange-200\\/60 { caret-color: #fed7aa99; } +.caret-orange-200\\/65 { + caret-color: #fed7aaa6; +} + .caret-orange-200\\/70 { caret-color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fed7aacc; } +.caret-orange-200\\/85 { + caret-color: #fed7aad9; +} + .caret-orange-200\\/90 { caret-color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdba74; } +.caret-orange-300\\/15 { + caret-color: #fdba7426; +} + .caret-orange-300\\/20 { caret-color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdba744d; } +.caret-orange-300\\/35 { + caret-color: #fdba7459; +} + .caret-orange-300\\/40 { caret-color: #fdba7466; } +.caret-orange-300\\/45 { + caret-color: #fdba7473; +} + .caret-orange-300\\/5 { caret-color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdba7480; } +.caret-orange-300\\/55 { + caret-color: #fdba748c; +} + .caret-orange-300\\/60 { caret-color: #fdba7499; } +.caret-orange-300\\/65 { + caret-color: #fdba74a6; +} + .caret-orange-300\\/70 { caret-color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdba74cc; } +.caret-orange-300\\/85 { + caret-color: #fdba74d9; +} + .caret-orange-300\\/90 { caret-color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb923c; } +.caret-orange-400\\/15 { + caret-color: #fb923c26; +} + .caret-orange-400\\/20 { caret-color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb923c4d; } +.caret-orange-400\\/35 { + caret-color: #fb923c59; +} + .caret-orange-400\\/40 { caret-color: #fb923c66; } +.caret-orange-400\\/45 { + caret-color: #fb923c73; +} + .caret-orange-400\\/5 { caret-color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb923c80; } +.caret-orange-400\\/55 { + caret-color: #fb923c8c; +} + .caret-orange-400\\/60 { caret-color: #fb923c99; } +.caret-orange-400\\/65 { + caret-color: #fb923ca6; +} + .caret-orange-400\\/70 { caret-color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb923ccc; } +.caret-orange-400\\/85 { + caret-color: #fb923cd9; +} + .caret-orange-400\\/90 { caret-color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff7ed; } +.caret-orange-50\\/15 { + caret-color: #fff7ed26; +} + .caret-orange-50\\/20 { caret-color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff7ed4d; } +.caret-orange-50\\/35 { + caret-color: #fff7ed59; +} + .caret-orange-50\\/40 { caret-color: #fff7ed66; } +.caret-orange-50\\/45 { + caret-color: #fff7ed73; +} + .caret-orange-50\\/5 { caret-color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff7ed80; } +.caret-orange-50\\/55 { + caret-color: #fff7ed8c; +} + .caret-orange-50\\/60 { caret-color: #fff7ed99; } +.caret-orange-50\\/65 { + caret-color: #fff7eda6; +} + .caret-orange-50\\/70 { caret-color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff7edcc; } +.caret-orange-50\\/85 { + caret-color: #fff7edd9; +} + .caret-orange-50\\/90 { caret-color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f97316; } +.caret-orange-500\\/15 { + caret-color: #f9731626; +} + .caret-orange-500\\/20 { caret-color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f973164d; } +.caret-orange-500\\/35 { + caret-color: #f9731659; +} + .caret-orange-500\\/40 { caret-color: #f9731666; } +.caret-orange-500\\/45 { + caret-color: #f9731673; +} + .caret-orange-500\\/5 { caret-color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9731680; } +.caret-orange-500\\/55 { + caret-color: #f973168c; +} + .caret-orange-500\\/60 { caret-color: #f9731699; } +.caret-orange-500\\/65 { + caret-color: #f97316a6; +} + .caret-orange-500\\/70 { caret-color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f97316cc; } +.caret-orange-500\\/85 { + caret-color: #f97316d9; +} + .caret-orange-500\\/90 { caret-color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ea580c; } +.caret-orange-600\\/15 { + caret-color: #ea580c26; +} + .caret-orange-600\\/20 { caret-color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ea580c4d; } +.caret-orange-600\\/35 { + caret-color: #ea580c59; +} + .caret-orange-600\\/40 { caret-color: #ea580c66; } +.caret-orange-600\\/45 { + caret-color: #ea580c73; +} + .caret-orange-600\\/5 { caret-color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ea580c80; } +.caret-orange-600\\/55 { + caret-color: #ea580c8c; +} + .caret-orange-600\\/60 { caret-color: #ea580c99; } +.caret-orange-600\\/65 { + caret-color: #ea580ca6; +} + .caret-orange-600\\/70 { caret-color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ea580ccc; } +.caret-orange-600\\/85 { + caret-color: #ea580cd9; +} + .caret-orange-600\\/90 { caret-color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c2410c; } +.caret-orange-700\\/15 { + caret-color: #c2410c26; +} + .caret-orange-700\\/20 { caret-color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c2410c4d; } +.caret-orange-700\\/35 { + caret-color: #c2410c59; +} + .caret-orange-700\\/40 { caret-color: #c2410c66; } +.caret-orange-700\\/45 { + caret-color: #c2410c73; +} + .caret-orange-700\\/5 { caret-color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c2410c80; } +.caret-orange-700\\/55 { + caret-color: #c2410c8c; +} + .caret-orange-700\\/60 { caret-color: #c2410c99; } +.caret-orange-700\\/65 { + caret-color: #c2410ca6; +} + .caret-orange-700\\/70 { caret-color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c2410ccc; } +.caret-orange-700\\/85 { + caret-color: #c2410cd9; +} + .caret-orange-700\\/90 { caret-color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9a3412; } +.caret-orange-800\\/15 { + caret-color: #9a341226; +} + .caret-orange-800\\/20 { caret-color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9a34124d; } +.caret-orange-800\\/35 { + caret-color: #9a341259; +} + .caret-orange-800\\/40 { caret-color: #9a341266; } +.caret-orange-800\\/45 { + caret-color: #9a341273; +} + .caret-orange-800\\/5 { caret-color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9a341280; } +.caret-orange-800\\/55 { + caret-color: #9a34128c; +} + .caret-orange-800\\/60 { caret-color: #9a341299; } +.caret-orange-800\\/65 { + caret-color: #9a3412a6; +} + .caret-orange-800\\/70 { caret-color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9a3412cc; } +.caret-orange-800\\/85 { + caret-color: #9a3412d9; +} + .caret-orange-800\\/90 { caret-color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c2d12; } +.caret-orange-900\\/15 { + caret-color: #7c2d1226; +} + .caret-orange-900\\/20 { caret-color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c2d124d; } +.caret-orange-900\\/35 { + caret-color: #7c2d1259; +} + .caret-orange-900\\/40 { caret-color: #7c2d1266; } +.caret-orange-900\\/45 { + caret-color: #7c2d1273; +} + .caret-orange-900\\/5 { caret-color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c2d1280; } +.caret-orange-900\\/55 { + caret-color: #7c2d128c; +} + .caret-orange-900\\/60 { caret-color: #7c2d1299; } +.caret-orange-900\\/65 { + caret-color: #7c2d12a6; +} + .caret-orange-900\\/70 { caret-color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c2d12cc; } +.caret-orange-900\\/85 { + caret-color: #7c2d12d9; +} + .caret-orange-900\\/90 { caret-color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #431407; } +.caret-orange-950\\/15 { + caret-color: #43140726; +} + .caret-orange-950\\/20 { caret-color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4314074d; } +.caret-orange-950\\/35 { + caret-color: #43140759; +} + .caret-orange-950\\/40 { caret-color: #43140766; } +.caret-orange-950\\/45 { + caret-color: #43140773; +} + .caret-orange-950\\/5 { caret-color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #43140780; } +.caret-orange-950\\/55 { + caret-color: #4314078c; +} + .caret-orange-950\\/60 { caret-color: #43140799; } +.caret-orange-950\\/65 { + caret-color: #431407a6; +} + .caret-orange-950\\/70 { caret-color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #431407cc; } +.caret-orange-950\\/85 { + caret-color: #431407d9; +} + .caret-orange-950\\/90 { caret-color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fce7f3; } +.caret-pink-100\\/15 { + caret-color: #fce7f326; +} + .caret-pink-100\\/20 { caret-color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fce7f34d; } +.caret-pink-100\\/35 { + caret-color: #fce7f359; +} + .caret-pink-100\\/40 { caret-color: #fce7f366; } +.caret-pink-100\\/45 { + caret-color: #fce7f373; +} + .caret-pink-100\\/5 { caret-color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fce7f380; } +.caret-pink-100\\/55 { + caret-color: #fce7f38c; +} + .caret-pink-100\\/60 { caret-color: #fce7f399; } +.caret-pink-100\\/65 { + caret-color: #fce7f3a6; +} + .caret-pink-100\\/70 { caret-color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fce7f3cc; } +.caret-pink-100\\/85 { + caret-color: #fce7f3d9; +} + .caret-pink-100\\/90 { caret-color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbcfe8; } +.caret-pink-200\\/15 { + caret-color: #fbcfe826; +} + .caret-pink-200\\/20 { caret-color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbcfe84d; } +.caret-pink-200\\/35 { + caret-color: #fbcfe859; +} + .caret-pink-200\\/40 { caret-color: #fbcfe866; } +.caret-pink-200\\/45 { + caret-color: #fbcfe873; +} + .caret-pink-200\\/5 { caret-color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbcfe880; } +.caret-pink-200\\/55 { + caret-color: #fbcfe88c; +} + .caret-pink-200\\/60 { caret-color: #fbcfe899; } +.caret-pink-200\\/65 { + caret-color: #fbcfe8a6; +} + .caret-pink-200\\/70 { caret-color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fbcfe8cc; } +.caret-pink-200\\/85 { + caret-color: #fbcfe8d9; +} + .caret-pink-200\\/90 { caret-color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9a8d4; } +.caret-pink-300\\/15 { + caret-color: #f9a8d426; +} + .caret-pink-300\\/20 { caret-color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9a8d44d; } +.caret-pink-300\\/35 { + caret-color: #f9a8d459; +} + .caret-pink-300\\/40 { caret-color: #f9a8d466; } +.caret-pink-300\\/45 { + caret-color: #f9a8d473; +} + .caret-pink-300\\/5 { caret-color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9a8d480; } +.caret-pink-300\\/55 { + caret-color: #f9a8d48c; +} + .caret-pink-300\\/60 { caret-color: #f9a8d499; } +.caret-pink-300\\/65 { + caret-color: #f9a8d4a6; +} + .caret-pink-300\\/70 { caret-color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f9a8d4cc; } +.caret-pink-300\\/85 { + caret-color: #f9a8d4d9; +} + .caret-pink-300\\/90 { caret-color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f472b6; } +.caret-pink-400\\/15 { + caret-color: #f472b626; +} + .caret-pink-400\\/20 { caret-color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f472b64d; } +.caret-pink-400\\/35 { + caret-color: #f472b659; +} + .caret-pink-400\\/40 { caret-color: #f472b666; } +.caret-pink-400\\/45 { + caret-color: #f472b673; +} + .caret-pink-400\\/5 { caret-color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f472b680; } +.caret-pink-400\\/55 { + caret-color: #f472b68c; +} + .caret-pink-400\\/60 { caret-color: #f472b699; } +.caret-pink-400\\/65 { + caret-color: #f472b6a6; +} + .caret-pink-400\\/70 { caret-color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f472b6cc; } +.caret-pink-400\\/85 { + caret-color: #f472b6d9; +} + .caret-pink-400\\/90 { caret-color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf2f8; } +.caret-pink-50\\/15 { + caret-color: #fdf2f826; +} + .caret-pink-50\\/20 { caret-color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf2f84d; } +.caret-pink-50\\/35 { + caret-color: #fdf2f859; +} + .caret-pink-50\\/40 { caret-color: #fdf2f866; } +.caret-pink-50\\/45 { + caret-color: #fdf2f873; +} + .caret-pink-50\\/5 { caret-color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf2f880; } +.caret-pink-50\\/55 { + caret-color: #fdf2f88c; +} + .caret-pink-50\\/60 { caret-color: #fdf2f899; } +.caret-pink-50\\/65 { + caret-color: #fdf2f8a6; +} + .caret-pink-50\\/70 { caret-color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fdf2f8cc; } +.caret-pink-50\\/85 { + caret-color: #fdf2f8d9; +} + .caret-pink-50\\/90 { caret-color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ec4899; } +.caret-pink-500\\/15 { + caret-color: #ec489926; +} + .caret-pink-500\\/20 { caret-color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ec48994d; } +.caret-pink-500\\/35 { + caret-color: #ec489959; +} + .caret-pink-500\\/40 { caret-color: #ec489966; } +.caret-pink-500\\/45 { + caret-color: #ec489973; +} + .caret-pink-500\\/5 { caret-color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ec489980; } +.caret-pink-500\\/55 { + caret-color: #ec48998c; +} + .caret-pink-500\\/60 { caret-color: #ec489999; } +.caret-pink-500\\/65 { + caret-color: #ec4899a6; +} + .caret-pink-500\\/70 { caret-color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ec4899cc; } +.caret-pink-500\\/85 { + caret-color: #ec4899d9; +} + .caret-pink-500\\/90 { caret-color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #db2777; } +.caret-pink-600\\/15 { + caret-color: #db277726; +} + .caret-pink-600\\/20 { caret-color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #db27774d; } +.caret-pink-600\\/35 { + caret-color: #db277759; +} + .caret-pink-600\\/40 { caret-color: #db277766; } +.caret-pink-600\\/45 { + caret-color: #db277773; +} + .caret-pink-600\\/5 { caret-color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #db277780; } +.caret-pink-600\\/55 { + caret-color: #db27778c; +} + .caret-pink-600\\/60 { caret-color: #db277799; } +.caret-pink-600\\/65 { + caret-color: #db2777a6; +} + .caret-pink-600\\/70 { caret-color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #db2777cc; } +.caret-pink-600\\/85 { + caret-color: #db2777d9; +} + .caret-pink-600\\/90 { caret-color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be185d; } +.caret-pink-700\\/15 { + caret-color: #be185d26; +} + .caret-pink-700\\/20 { caret-color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be185d4d; } +.caret-pink-700\\/35 { + caret-color: #be185d59; +} + .caret-pink-700\\/40 { caret-color: #be185d66; } +.caret-pink-700\\/45 { + caret-color: #be185d73; +} + .caret-pink-700\\/5 { caret-color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be185d80; } +.caret-pink-700\\/55 { + caret-color: #be185d8c; +} + .caret-pink-700\\/60 { caret-color: #be185d99; } +.caret-pink-700\\/65 { + caret-color: #be185da6; +} + .caret-pink-700\\/70 { caret-color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be185dcc; } +.caret-pink-700\\/85 { + caret-color: #be185dd9; +} + .caret-pink-700\\/90 { caret-color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9d174d; } +.caret-pink-800\\/15 { + caret-color: #9d174d26; +} + .caret-pink-800\\/20 { caret-color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9d174d4d; } +.caret-pink-800\\/35 { + caret-color: #9d174d59; +} + .caret-pink-800\\/40 { caret-color: #9d174d66; } +.caret-pink-800\\/45 { + caret-color: #9d174d73; +} + .caret-pink-800\\/5 { caret-color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9d174d80; } +.caret-pink-800\\/55 { + caret-color: #9d174d8c; +} + .caret-pink-800\\/60 { caret-color: #9d174d99; } +.caret-pink-800\\/65 { + caret-color: #9d174da6; +} + .caret-pink-800\\/70 { caret-color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9d174dcc; } +.caret-pink-800\\/85 { + caret-color: #9d174dd9; +} + .caret-pink-800\\/90 { caret-color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #831843; } +.caret-pink-900\\/15 { + caret-color: #83184326; +} + .caret-pink-900\\/20 { caret-color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #8318434d; } +.caret-pink-900\\/35 { + caret-color: #83184359; +} + .caret-pink-900\\/40 { caret-color: #83184366; } +.caret-pink-900\\/45 { + caret-color: #83184373; +} + .caret-pink-900\\/5 { caret-color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #83184380; } +.caret-pink-900\\/55 { + caret-color: #8318438c; +} + .caret-pink-900\\/60 { caret-color: #83184399; } +.caret-pink-900\\/65 { + caret-color: #831843a6; +} + .caret-pink-900\\/70 { caret-color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #831843cc; } +.caret-pink-900\\/85 { + caret-color: #831843d9; +} + .caret-pink-900\\/90 { caret-color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #500724; } +.caret-pink-950\\/15 { + caret-color: #50072426; +} + .caret-pink-950\\/20 { caret-color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5007244d; } +.caret-pink-950\\/35 { + caret-color: #50072459; +} + .caret-pink-950\\/40 { caret-color: #50072466; } +.caret-pink-950\\/45 { + caret-color: #50072473; +} + .caret-pink-950\\/5 { caret-color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #50072480; } +.caret-pink-950\\/55 { + caret-color: #5007248c; +} + .caret-pink-950\\/60 { caret-color: #50072499; } +.caret-pink-950\\/65 { + caret-color: #500724a6; +} + .caret-pink-950\\/70 { caret-color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #500724cc; } +.caret-pink-950\\/85 { + caret-color: #500724d9; +} + .caret-pink-950\\/90 { caret-color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3e8ff; } +.caret-purple-100\\/15 { + caret-color: #f3e8ff26; +} + .caret-purple-100\\/20 { caret-color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3e8ff4d; } +.caret-purple-100\\/35 { + caret-color: #f3e8ff59; +} + .caret-purple-100\\/40 { caret-color: #f3e8ff66; } +.caret-purple-100\\/45 { + caret-color: #f3e8ff73; +} + .caret-purple-100\\/5 { caret-color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3e8ff80; } +.caret-purple-100\\/55 { + caret-color: #f3e8ff8c; +} + .caret-purple-100\\/60 { caret-color: #f3e8ff99; } +.caret-purple-100\\/65 { + caret-color: #f3e8ffa6; +} + .caret-purple-100\\/70 { caret-color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f3e8ffcc; } +.caret-purple-100\\/85 { + caret-color: #f3e8ffd9; +} + .caret-purple-100\\/90 { caret-color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e9d5ff; } +.caret-purple-200\\/15 { + caret-color: #e9d5ff26; +} + .caret-purple-200\\/20 { caret-color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e9d5ff4d; } +.caret-purple-200\\/35 { + caret-color: #e9d5ff59; +} + .caret-purple-200\\/40 { caret-color: #e9d5ff66; } +.caret-purple-200\\/45 { + caret-color: #e9d5ff73; +} + .caret-purple-200\\/5 { caret-color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e9d5ff80; } +.caret-purple-200\\/55 { + caret-color: #e9d5ff8c; +} + .caret-purple-200\\/60 { caret-color: #e9d5ff99; } +.caret-purple-200\\/65 { + caret-color: #e9d5ffa6; +} + .caret-purple-200\\/70 { caret-color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e9d5ffcc; } +.caret-purple-200\\/85 { + caret-color: #e9d5ffd9; +} + .caret-purple-200\\/90 { caret-color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d8b4fe; } +.caret-purple-300\\/15 { + caret-color: #d8b4fe26; +} + .caret-purple-300\\/20 { caret-color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d8b4fe4d; } +.caret-purple-300\\/35 { + caret-color: #d8b4fe59; +} + .caret-purple-300\\/40 { caret-color: #d8b4fe66; } +.caret-purple-300\\/45 { + caret-color: #d8b4fe73; +} + .caret-purple-300\\/5 { caret-color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d8b4fe80; } +.caret-purple-300\\/55 { + caret-color: #d8b4fe8c; +} + .caret-purple-300\\/60 { caret-color: #d8b4fe99; } +.caret-purple-300\\/65 { + caret-color: #d8b4fea6; +} + .caret-purple-300\\/70 { caret-color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d8b4fecc; } +.caret-purple-300\\/85 { + caret-color: #d8b4fed9; +} + .caret-purple-300\\/90 { caret-color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c084fc; } +.caret-purple-400\\/15 { + caret-color: #c084fc26; +} + .caret-purple-400\\/20 { caret-color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c084fc4d; } +.caret-purple-400\\/35 { + caret-color: #c084fc59; +} + .caret-purple-400\\/40 { caret-color: #c084fc66; } +.caret-purple-400\\/45 { + caret-color: #c084fc73; +} + .caret-purple-400\\/5 { caret-color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c084fc80; } +.caret-purple-400\\/55 { + caret-color: #c084fc8c; +} + .caret-purple-400\\/60 { caret-color: #c084fc99; } +.caret-purple-400\\/65 { + caret-color: #c084fca6; +} + .caret-purple-400\\/70 { caret-color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c084fccc; } +.caret-purple-400\\/85 { + caret-color: #c084fcd9; +} + .caret-purple-400\\/90 { caret-color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #faf5ff; } +.caret-purple-50\\/15 { + caret-color: #faf5ff26; +} + .caret-purple-50\\/20 { caret-color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #faf5ff4d; } +.caret-purple-50\\/35 { + caret-color: #faf5ff59; +} + .caret-purple-50\\/40 { caret-color: #faf5ff66; } +.caret-purple-50\\/45 { + caret-color: #faf5ff73; +} + .caret-purple-50\\/5 { caret-color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #faf5ff80; } +.caret-purple-50\\/55 { + caret-color: #faf5ff8c; +} + .caret-purple-50\\/60 { caret-color: #faf5ff99; } +.caret-purple-50\\/65 { + caret-color: #faf5ffa6; +} + .caret-purple-50\\/70 { caret-color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #faf5ffcc; } +.caret-purple-50\\/85 { + caret-color: #faf5ffd9; +} + .caret-purple-50\\/90 { caret-color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a855f7; } +.caret-purple-500\\/15 { + caret-color: #a855f726; +} + .caret-purple-500\\/20 { caret-color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a855f74d; } +.caret-purple-500\\/35 { + caret-color: #a855f759; +} + .caret-purple-500\\/40 { caret-color: #a855f766; } +.caret-purple-500\\/45 { + caret-color: #a855f773; +} + .caret-purple-500\\/5 { caret-color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a855f780; } +.caret-purple-500\\/55 { + caret-color: #a855f78c; +} + .caret-purple-500\\/60 { caret-color: #a855f799; } +.caret-purple-500\\/65 { + caret-color: #a855f7a6; +} + .caret-purple-500\\/70 { caret-color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a855f7cc; } +.caret-purple-500\\/85 { + caret-color: #a855f7d9; +} + .caret-purple-500\\/90 { caret-color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9333ea; } +.caret-purple-600\\/15 { + caret-color: #9333ea26; +} + .caret-purple-600\\/20 { caret-color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9333ea4d; } +.caret-purple-600\\/35 { + caret-color: #9333ea59; +} + .caret-purple-600\\/40 { caret-color: #9333ea66; } +.caret-purple-600\\/45 { + caret-color: #9333ea73; +} + .caret-purple-600\\/5 { caret-color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9333ea80; } +.caret-purple-600\\/55 { + caret-color: #9333ea8c; +} + .caret-purple-600\\/60 { caret-color: #9333ea99; } +.caret-purple-600\\/65 { + caret-color: #9333eaa6; +} + .caret-purple-600\\/70 { caret-color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9333eacc; } +.caret-purple-600\\/85 { + caret-color: #9333ead9; +} + .caret-purple-600\\/90 { caret-color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7e22ce; } +.caret-purple-700\\/15 { + caret-color: #7e22ce26; +} + .caret-purple-700\\/20 { caret-color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7e22ce4d; } +.caret-purple-700\\/35 { + caret-color: #7e22ce59; +} + .caret-purple-700\\/40 { caret-color: #7e22ce66; } +.caret-purple-700\\/45 { + caret-color: #7e22ce73; +} + .caret-purple-700\\/5 { caret-color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7e22ce80; } +.caret-purple-700\\/55 { + caret-color: #7e22ce8c; +} + .caret-purple-700\\/60 { caret-color: #7e22ce99; } +.caret-purple-700\\/65 { + caret-color: #7e22cea6; +} + .caret-purple-700\\/70 { caret-color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7e22cecc; } +.caret-purple-700\\/85 { + caret-color: #7e22ced9; +} + .caret-purple-700\\/90 { caret-color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b21a8; } +.caret-purple-800\\/15 { + caret-color: #6b21a826; +} + .caret-purple-800\\/20 { caret-color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b21a84d; } +.caret-purple-800\\/35 { + caret-color: #6b21a859; +} + .caret-purple-800\\/40 { caret-color: #6b21a866; } +.caret-purple-800\\/45 { + caret-color: #6b21a873; +} + .caret-purple-800\\/5 { caret-color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b21a880; } +.caret-purple-800\\/55 { + caret-color: #6b21a88c; +} + .caret-purple-800\\/60 { caret-color: #6b21a899; } +.caret-purple-800\\/65 { + caret-color: #6b21a8a6; +} + .caret-purple-800\\/70 { caret-color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6b21a8cc; } +.caret-purple-800\\/85 { + caret-color: #6b21a8d9; +} + .caret-purple-800\\/90 { caret-color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #581c87; } +.caret-purple-900\\/15 { + caret-color: #581c8726; +} + .caret-purple-900\\/20 { caret-color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #581c874d; } +.caret-purple-900\\/35 { + caret-color: #581c8759; +} + .caret-purple-900\\/40 { caret-color: #581c8766; } +.caret-purple-900\\/45 { + caret-color: #581c8773; +} + .caret-purple-900\\/5 { caret-color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #581c8780; } +.caret-purple-900\\/55 { + caret-color: #581c878c; +} + .caret-purple-900\\/60 { caret-color: #581c8799; } +.caret-purple-900\\/65 { + caret-color: #581c87a6; +} + .caret-purple-900\\/70 { caret-color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #581c87cc; } +.caret-purple-900\\/85 { + caret-color: #581c87d9; +} + .caret-purple-900\\/90 { caret-color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b0764; } +.caret-purple-950\\/15 { + caret-color: #3b076426; +} + .caret-purple-950\\/20 { caret-color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b07644d; } +.caret-purple-950\\/35 { + caret-color: #3b076459; +} + .caret-purple-950\\/40 { caret-color: #3b076466; } +.caret-purple-950\\/45 { + caret-color: #3b076473; +} + .caret-purple-950\\/5 { caret-color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b076480; } +.caret-purple-950\\/55 { + caret-color: #3b07648c; +} + .caret-purple-950\\/60 { caret-color: #3b076499; } +.caret-purple-950\\/65 { + caret-color: #3b0764a6; +} + .caret-purple-950\\/70 { caret-color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3b0764cc; } +.caret-purple-950\\/85 { + caret-color: #3b0764d9; +} + .caret-purple-950\\/90 { caret-color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fee2e2; } +.caret-red-100\\/15 { + caret-color: #fee2e226; +} + .caret-red-100\\/20 { caret-color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fee2e24d; } +.caret-red-100\\/35 { + caret-color: #fee2e259; +} + .caret-red-100\\/40 { caret-color: #fee2e266; } +.caret-red-100\\/45 { + caret-color: #fee2e273; +} + .caret-red-100\\/5 { caret-color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fee2e280; } +.caret-red-100\\/55 { + caret-color: #fee2e28c; +} + .caret-red-100\\/60 { caret-color: #fee2e299; } +.caret-red-100\\/65 { + caret-color: #fee2e2a6; +} + .caret-red-100\\/70 { caret-color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fee2e2cc; } +.caret-red-100\\/85 { + caret-color: #fee2e2d9; +} + .caret-red-100\\/90 { caret-color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecaca; } +.caret-red-200\\/15 { + caret-color: #fecaca26; +} + .caret-red-200\\/20 { caret-color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecaca4d; } +.caret-red-200\\/35 { + caret-color: #fecaca59; +} + .caret-red-200\\/40 { caret-color: #fecaca66; } +.caret-red-200\\/45 { + caret-color: #fecaca73; +} + .caret-red-200\\/5 { caret-color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecaca80; } +.caret-red-200\\/55 { + caret-color: #fecaca8c; +} + .caret-red-200\\/60 { caret-color: #fecaca99; } +.caret-red-200\\/65 { + caret-color: #fecacaa6; +} + .caret-red-200\\/70 { caret-color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecacacc; } +.caret-red-200\\/85 { + caret-color: #fecacad9; +} + .caret-red-200\\/90 { caret-color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fca5a5; } +.caret-red-300\\/15 { + caret-color: #fca5a526; +} + .caret-red-300\\/20 { caret-color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fca5a54d; } +.caret-red-300\\/35 { + caret-color: #fca5a559; +} + .caret-red-300\\/40 { caret-color: #fca5a566; } +.caret-red-300\\/45 { + caret-color: #fca5a573; +} + .caret-red-300\\/5 { caret-color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fca5a580; } +.caret-red-300\\/55 { + caret-color: #fca5a58c; +} + .caret-red-300\\/60 { caret-color: #fca5a599; } +.caret-red-300\\/65 { + caret-color: #fca5a5a6; +} + .caret-red-300\\/70 { caret-color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fca5a5cc; } +.caret-red-300\\/85 { + caret-color: #fca5a5d9; +} + .caret-red-300\\/90 { caret-color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f87171; } +.caret-red-400\\/15 { + caret-color: #f8717126; +} + .caret-red-400\\/20 { caret-color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f871714d; } +.caret-red-400\\/35 { + caret-color: #f8717159; +} + .caret-red-400\\/40 { caret-color: #f8717166; } +.caret-red-400\\/45 { + caret-color: #f8717173; +} + .caret-red-400\\/5 { caret-color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f8717180; } +.caret-red-400\\/55 { + caret-color: #f871718c; +} + .caret-red-400\\/60 { caret-color: #f8717199; } +.caret-red-400\\/65 { + caret-color: #f87171a6; +} + .caret-red-400\\/70 { caret-color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f87171cc; } +.caret-red-400\\/85 { + caret-color: #f87171d9; +} + .caret-red-400\\/90 { caret-color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef2f2; } +.caret-red-50\\/15 { + caret-color: #fef2f226; +} + .caret-red-50\\/20 { caret-color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef2f24d; } +.caret-red-50\\/35 { + caret-color: #fef2f259; +} + .caret-red-50\\/40 { caret-color: #fef2f266; } +.caret-red-50\\/45 { + caret-color: #fef2f273; +} + .caret-red-50\\/5 { caret-color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef2f280; } +.caret-red-50\\/55 { + caret-color: #fef2f28c; +} + .caret-red-50\\/60 { caret-color: #fef2f299; } +.caret-red-50\\/65 { + caret-color: #fef2f2a6; +} + .caret-red-50\\/70 { caret-color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef2f2cc; } +.caret-red-50\\/85 { + caret-color: #fef2f2d9; +} + .caret-red-50\\/90 { caret-color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ef4444; } +.caret-red-500\\/15 { + caret-color: #ef444426; +} + .caret-red-500\\/20 { caret-color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ef44444d; } +.caret-red-500\\/35 { + caret-color: #ef444459; +} + .caret-red-500\\/40 { caret-color: #ef444466; } +.caret-red-500\\/45 { + caret-color: #ef444473; +} + .caret-red-500\\/5 { caret-color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ef444480; } +.caret-red-500\\/55 { + caret-color: #ef44448c; +} + .caret-red-500\\/60 { caret-color: #ef444499; } +.caret-red-500\\/65 { + caret-color: #ef4444a6; +} + .caret-red-500\\/70 { caret-color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ef4444cc; } +.caret-red-500\\/85 { + caret-color: #ef4444d9; +} + .caret-red-500\\/90 { caret-color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dc2626; } +.caret-red-600\\/15 { + caret-color: #dc262626; +} + .caret-red-600\\/20 { caret-color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dc26264d; } +.caret-red-600\\/35 { + caret-color: #dc262659; +} + .caret-red-600\\/40 { caret-color: #dc262666; } +.caret-red-600\\/45 { + caret-color: #dc262673; +} + .caret-red-600\\/5 { caret-color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dc262680; } +.caret-red-600\\/55 { + caret-color: #dc26268c; +} + .caret-red-600\\/60 { caret-color: #dc262699; } +.caret-red-600\\/65 { + caret-color: #dc2626a6; +} + .caret-red-600\\/70 { caret-color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #dc2626cc; } +.caret-red-600\\/85 { + caret-color: #dc2626d9; +} + .caret-red-600\\/90 { caret-color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b91c1c; } +.caret-red-700\\/15 { + caret-color: #b91c1c26; +} + .caret-red-700\\/20 { caret-color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b91c1c4d; } +.caret-red-700\\/35 { + caret-color: #b91c1c59; +} + .caret-red-700\\/40 { caret-color: #b91c1c66; } +.caret-red-700\\/45 { + caret-color: #b91c1c73; +} + .caret-red-700\\/5 { caret-color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b91c1c80; } +.caret-red-700\\/55 { + caret-color: #b91c1c8c; +} + .caret-red-700\\/60 { caret-color: #b91c1c99; } +.caret-red-700\\/65 { + caret-color: #b91c1ca6; +} + .caret-red-700\\/70 { caret-color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #b91c1ccc; } +.caret-red-700\\/85 { + caret-color: #b91c1cd9; +} + .caret-red-700\\/90 { caret-color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #991b1b; } +.caret-red-800\\/15 { + caret-color: #991b1b26; +} + .caret-red-800\\/20 { caret-color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #991b1b4d; } +.caret-red-800\\/35 { + caret-color: #991b1b59; +} + .caret-red-800\\/40 { caret-color: #991b1b66; } +.caret-red-800\\/45 { + caret-color: #991b1b73; +} + .caret-red-800\\/5 { caret-color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #991b1b80; } +.caret-red-800\\/55 { + caret-color: #991b1b8c; +} + .caret-red-800\\/60 { caret-color: #991b1b99; } +.caret-red-800\\/65 { + caret-color: #991b1ba6; +} + .caret-red-800\\/70 { caret-color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #991b1bcc; } +.caret-red-800\\/85 { + caret-color: #991b1bd9; +} + .caret-red-800\\/90 { caret-color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7f1d1d; } +.caret-red-900\\/15 { + caret-color: #7f1d1d26; +} + .caret-red-900\\/20 { caret-color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7f1d1d4d; } +.caret-red-900\\/35 { + caret-color: #7f1d1d59; +} + .caret-red-900\\/40 { caret-color: #7f1d1d66; } +.caret-red-900\\/45 { + caret-color: #7f1d1d73; +} + .caret-red-900\\/5 { caret-color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7f1d1d80; } +.caret-red-900\\/55 { + caret-color: #7f1d1d8c; +} + .caret-red-900\\/60 { caret-color: #7f1d1d99; } +.caret-red-900\\/65 { + caret-color: #7f1d1da6; +} + .caret-red-900\\/70 { caret-color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7f1d1dcc; } +.caret-red-900\\/85 { + caret-color: #7f1d1dd9; +} + .caret-red-900\\/90 { caret-color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #450a0a; } +.caret-red-950\\/15 { + caret-color: #450a0a26; +} + .caret-red-950\\/20 { caret-color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #450a0a4d; } +.caret-red-950\\/35 { + caret-color: #450a0a59; +} + .caret-red-950\\/40 { caret-color: #450a0a66; } +.caret-red-950\\/45 { + caret-color: #450a0a73; +} + .caret-red-950\\/5 { caret-color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #450a0a80; } +.caret-red-950\\/55 { + caret-color: #450a0a8c; +} + .caret-red-950\\/60 { caret-color: #450a0a99; } +.caret-red-950\\/65 { + caret-color: #450a0aa6; +} + .caret-red-950\\/70 { caret-color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #450a0acc; } +.caret-red-950\\/85 { + caret-color: #450a0ad9; +} + .caret-red-950\\/90 { caret-color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffe4e6; } +.caret-rose-100\\/15 { + caret-color: #ffe4e626; +} + .caret-rose-100\\/20 { caret-color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffe4e64d; } +.caret-rose-100\\/35 { + caret-color: #ffe4e659; +} + .caret-rose-100\\/40 { caret-color: #ffe4e666; } +.caret-rose-100\\/45 { + caret-color: #ffe4e673; +} + .caret-rose-100\\/5 { caret-color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffe4e680; } +.caret-rose-100\\/55 { + caret-color: #ffe4e68c; +} + .caret-rose-100\\/60 { caret-color: #ffe4e699; } +.caret-rose-100\\/65 { + caret-color: #ffe4e6a6; +} + .caret-rose-100\\/70 { caret-color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffe4e6cc; } +.caret-rose-100\\/85 { + caret-color: #ffe4e6d9; +} + .caret-rose-100\\/90 { caret-color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecdd3; } +.caret-rose-200\\/15 { + caret-color: #fecdd326; +} + .caret-rose-200\\/20 { caret-color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecdd34d; } +.caret-rose-200\\/35 { + caret-color: #fecdd359; +} + .caret-rose-200\\/40 { caret-color: #fecdd366; } +.caret-rose-200\\/45 { + caret-color: #fecdd373; +} + .caret-rose-200\\/5 { caret-color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecdd380; } +.caret-rose-200\\/55 { + caret-color: #fecdd38c; +} + .caret-rose-200\\/60 { caret-color: #fecdd399; } +.caret-rose-200\\/65 { + caret-color: #fecdd3a6; +} + .caret-rose-200\\/70 { caret-color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fecdd3cc; } +.caret-rose-200\\/85 { + caret-color: #fecdd3d9; +} + .caret-rose-200\\/90 { caret-color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fda4af; } +.caret-rose-300\\/15 { + caret-color: #fda4af26; +} + .caret-rose-300\\/20 { caret-color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fda4af4d; } +.caret-rose-300\\/35 { + caret-color: #fda4af59; +} + .caret-rose-300\\/40 { caret-color: #fda4af66; } +.caret-rose-300\\/45 { + caret-color: #fda4af73; +} + .caret-rose-300\\/5 { caret-color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fda4af80; } +.caret-rose-300\\/55 { + caret-color: #fda4af8c; +} + .caret-rose-300\\/60 { caret-color: #fda4af99; } +.caret-rose-300\\/65 { + caret-color: #fda4afa6; +} + .caret-rose-300\\/70 { caret-color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fda4afcc; } +.caret-rose-300\\/85 { + caret-color: #fda4afd9; +} + .caret-rose-300\\/90 { caret-color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb7185; } +.caret-rose-400\\/15 { + caret-color: #fb718526; +} + .caret-rose-400\\/20 { caret-color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb71854d; } +.caret-rose-400\\/35 { + caret-color: #fb718559; +} + .caret-rose-400\\/40 { caret-color: #fb718566; } +.caret-rose-400\\/45 { + caret-color: #fb718573; +} + .caret-rose-400\\/5 { caret-color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb718580; } +.caret-rose-400\\/55 { + caret-color: #fb71858c; +} + .caret-rose-400\\/60 { caret-color: #fb718599; } +.caret-rose-400\\/65 { + caret-color: #fb7185a6; +} + .caret-rose-400\\/70 { caret-color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fb7185cc; } +.caret-rose-400\\/85 { + caret-color: #fb7185d9; +} + .caret-rose-400\\/90 { caret-color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff1f2; } +.caret-rose-50\\/15 { + caret-color: #fff1f226; +} + .caret-rose-50\\/20 { caret-color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff1f24d; } +.caret-rose-50\\/35 { + caret-color: #fff1f259; +} + .caret-rose-50\\/40 { caret-color: #fff1f266; } +.caret-rose-50\\/45 { + caret-color: #fff1f273; +} + .caret-rose-50\\/5 { caret-color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff1f280; } +.caret-rose-50\\/55 { + caret-color: #fff1f28c; +} + .caret-rose-50\\/60 { caret-color: #fff1f299; } +.caret-rose-50\\/65 { + caret-color: #fff1f2a6; +} + .caret-rose-50\\/70 { caret-color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff1f2cc; } +.caret-rose-50\\/85 { + caret-color: #fff1f2d9; +} + .caret-rose-50\\/90 { caret-color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f43f5e; } +.caret-rose-500\\/15 { + caret-color: #f43f5e26; +} + .caret-rose-500\\/20 { caret-color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f43f5e4d; } +.caret-rose-500\\/35 { + caret-color: #f43f5e59; +} + .caret-rose-500\\/40 { caret-color: #f43f5e66; } +.caret-rose-500\\/45 { + caret-color: #f43f5e73; +} + .caret-rose-500\\/5 { caret-color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f43f5e80; } +.caret-rose-500\\/55 { + caret-color: #f43f5e8c; +} + .caret-rose-500\\/60 { caret-color: #f43f5e99; } +.caret-rose-500\\/65 { + caret-color: #f43f5ea6; +} + .caret-rose-500\\/70 { caret-color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f43f5ecc; } +.caret-rose-500\\/85 { + caret-color: #f43f5ed9; +} + .caret-rose-500\\/90 { caret-color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e11d48; } +.caret-rose-600\\/15 { + caret-color: #e11d4826; +} + .caret-rose-600\\/20 { caret-color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e11d484d; } +.caret-rose-600\\/35 { + caret-color: #e11d4859; +} + .caret-rose-600\\/40 { caret-color: #e11d4866; } +.caret-rose-600\\/45 { + caret-color: #e11d4873; +} + .caret-rose-600\\/5 { caret-color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e11d4880; } +.caret-rose-600\\/55 { + caret-color: #e11d488c; +} + .caret-rose-600\\/60 { caret-color: #e11d4899; } +.caret-rose-600\\/65 { + caret-color: #e11d48a6; +} + .caret-rose-600\\/70 { caret-color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e11d48cc; } +.caret-rose-600\\/85 { + caret-color: #e11d48d9; +} + .caret-rose-600\\/90 { caret-color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be123c; } +.caret-rose-700\\/15 { + caret-color: #be123c26; +} + .caret-rose-700\\/20 { caret-color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be123c4d; } +.caret-rose-700\\/35 { + caret-color: #be123c59; +} + .caret-rose-700\\/40 { caret-color: #be123c66; } +.caret-rose-700\\/45 { + caret-color: #be123c73; +} + .caret-rose-700\\/5 { caret-color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be123c80; } +.caret-rose-700\\/55 { + caret-color: #be123c8c; +} + .caret-rose-700\\/60 { caret-color: #be123c99; } +.caret-rose-700\\/65 { + caret-color: #be123ca6; +} + .caret-rose-700\\/70 { caret-color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #be123ccc; } +.caret-rose-700\\/85 { + caret-color: #be123cd9; +} + .caret-rose-700\\/90 { caret-color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9f1239; } +.caret-rose-800\\/15 { + caret-color: #9f123926; +} + .caret-rose-800\\/20 { caret-color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9f12394d; } +.caret-rose-800\\/35 { + caret-color: #9f123959; +} + .caret-rose-800\\/40 { caret-color: #9f123966; } +.caret-rose-800\\/45 { + caret-color: #9f123973; +} + .caret-rose-800\\/5 { caret-color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9f123980; } +.caret-rose-800\\/55 { + caret-color: #9f12398c; +} + .caret-rose-800\\/60 { caret-color: #9f123999; } +.caret-rose-800\\/65 { + caret-color: #9f1239a6; +} + .caret-rose-800\\/70 { caret-color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #9f1239cc; } +.caret-rose-800\\/85 { + caret-color: #9f1239d9; +} + .caret-rose-800\\/90 { caret-color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #881337; } +.caret-rose-900\\/15 { + caret-color: #88133726; +} + .caret-rose-900\\/20 { caret-color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #8813374d; } +.caret-rose-900\\/35 { + caret-color: #88133759; +} + .caret-rose-900\\/40 { caret-color: #88133766; } +.caret-rose-900\\/45 { + caret-color: #88133773; +} + .caret-rose-900\\/5 { caret-color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #88133780; } +.caret-rose-900\\/55 { + caret-color: #8813378c; +} + .caret-rose-900\\/60 { caret-color: #88133799; } +.caret-rose-900\\/65 { + caret-color: #881337a6; +} + .caret-rose-900\\/70 { caret-color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #881337cc; } +.caret-rose-900\\/85 { + caret-color: #881337d9; +} + .caret-rose-900\\/90 { caret-color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c0519; } +.caret-rose-950\\/15 { + caret-color: #4c051926; +} + .caret-rose-950\\/20 { caret-color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c05194d; } +.caret-rose-950\\/35 { + caret-color: #4c051959; +} + .caret-rose-950\\/40 { caret-color: #4c051966; } +.caret-rose-950\\/45 { + caret-color: #4c051973; +} + .caret-rose-950\\/5 { caret-color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c051980; } +.caret-rose-950\\/55 { + caret-color: #4c05198c; +} + .caret-rose-950\\/60 { caret-color: #4c051999; } +.caret-rose-950\\/65 { + caret-color: #4c0519a6; +} + .caret-rose-950\\/70 { caret-color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c0519cc; } +.caret-rose-950\\/85 { + caret-color: #4c0519d9; +} + .caret-rose-950\\/90 { caret-color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0f2fe; } +.caret-sky-100\\/15 { + caret-color: #e0f2fe26; +} + .caret-sky-100\\/20 { caret-color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0f2fe4d; } +.caret-sky-100\\/35 { + caret-color: #e0f2fe59; +} + .caret-sky-100\\/40 { caret-color: #e0f2fe66; } +.caret-sky-100\\/45 { + caret-color: #e0f2fe73; +} + .caret-sky-100\\/5 { caret-color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0f2fe80; } +.caret-sky-100\\/55 { + caret-color: #e0f2fe8c; +} + .caret-sky-100\\/60 { caret-color: #e0f2fe99; } +.caret-sky-100\\/65 { + caret-color: #e0f2fea6; +} + .caret-sky-100\\/70 { caret-color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e0f2fecc; } +.caret-sky-100\\/85 { + caret-color: #e0f2fed9; +} + .caret-sky-100\\/90 { caret-color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bae6fd; } +.caret-sky-200\\/15 { + caret-color: #bae6fd26; +} + .caret-sky-200\\/20 { caret-color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bae6fd4d; } +.caret-sky-200\\/35 { + caret-color: #bae6fd59; +} + .caret-sky-200\\/40 { caret-color: #bae6fd66; } +.caret-sky-200\\/45 { + caret-color: #bae6fd73; +} + .caret-sky-200\\/5 { caret-color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bae6fd80; } +.caret-sky-200\\/55 { + caret-color: #bae6fd8c; +} + .caret-sky-200\\/60 { caret-color: #bae6fd99; } +.caret-sky-200\\/65 { + caret-color: #bae6fda6; +} + .caret-sky-200\\/70 { caret-color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #bae6fdcc; } +.caret-sky-200\\/85 { + caret-color: #bae6fdd9; +} + .caret-sky-200\\/90 { caret-color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7dd3fc; } +.caret-sky-300\\/15 { + caret-color: #7dd3fc26; +} + .caret-sky-300\\/20 { caret-color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7dd3fc4d; } +.caret-sky-300\\/35 { + caret-color: #7dd3fc59; +} + .caret-sky-300\\/40 { caret-color: #7dd3fc66; } +.caret-sky-300\\/45 { + caret-color: #7dd3fc73; +} + .caret-sky-300\\/5 { caret-color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7dd3fc80; } +.caret-sky-300\\/55 { + caret-color: #7dd3fc8c; +} + .caret-sky-300\\/60 { caret-color: #7dd3fc99; } +.caret-sky-300\\/65 { + caret-color: #7dd3fca6; +} + .caret-sky-300\\/70 { caret-color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7dd3fccc; } +.caret-sky-300\\/85 { + caret-color: #7dd3fcd9; +} + .caret-sky-300\\/90 { caret-color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #38bdf8; } +.caret-sky-400\\/15 { + caret-color: #38bdf826; +} + .caret-sky-400\\/20 { caret-color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #38bdf84d; } +.caret-sky-400\\/35 { + caret-color: #38bdf859; +} + .caret-sky-400\\/40 { caret-color: #38bdf866; } +.caret-sky-400\\/45 { + caret-color: #38bdf873; +} + .caret-sky-400\\/5 { caret-color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #38bdf880; } +.caret-sky-400\\/55 { + caret-color: #38bdf88c; +} + .caret-sky-400\\/60 { caret-color: #38bdf899; } +.caret-sky-400\\/65 { + caret-color: #38bdf8a6; +} + .caret-sky-400\\/70 { caret-color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #38bdf8cc; } +.caret-sky-400\\/85 { + caret-color: #38bdf8d9; +} + .caret-sky-400\\/90 { caret-color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0f9ff; } +.caret-sky-50\\/15 { + caret-color: #f0f9ff26; +} + .caret-sky-50\\/20 { caret-color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0f9ff4d; } +.caret-sky-50\\/35 { + caret-color: #f0f9ff59; +} + .caret-sky-50\\/40 { caret-color: #f0f9ff66; } +.caret-sky-50\\/45 { + caret-color: #f0f9ff73; +} + .caret-sky-50\\/5 { caret-color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0f9ff80; } +.caret-sky-50\\/55 { + caret-color: #f0f9ff8c; +} + .caret-sky-50\\/60 { caret-color: #f0f9ff99; } +.caret-sky-50\\/65 { + caret-color: #f0f9ffa6; +} + .caret-sky-50\\/70 { caret-color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0f9ffcc; } +.caret-sky-50\\/85 { + caret-color: #f0f9ffd9; +} + .caret-sky-50\\/90 { caret-color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0ea5e9; } +.caret-sky-500\\/15 { + caret-color: #0ea5e926; +} + .caret-sky-500\\/20 { caret-color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0ea5e94d; } +.caret-sky-500\\/35 { + caret-color: #0ea5e959; +} + .caret-sky-500\\/40 { caret-color: #0ea5e966; } +.caret-sky-500\\/45 { + caret-color: #0ea5e973; +} + .caret-sky-500\\/5 { caret-color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0ea5e980; } +.caret-sky-500\\/55 { + caret-color: #0ea5e98c; +} + .caret-sky-500\\/60 { caret-color: #0ea5e999; } +.caret-sky-500\\/65 { + caret-color: #0ea5e9a6; +} + .caret-sky-500\\/70 { caret-color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0ea5e9cc; } +.caret-sky-500\\/85 { + caret-color: #0ea5e9d9; +} + .caret-sky-500\\/90 { caret-color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0284c7; } +.caret-sky-600\\/15 { + caret-color: #0284c726; +} + .caret-sky-600\\/20 { caret-color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0284c74d; } +.caret-sky-600\\/35 { + caret-color: #0284c759; +} + .caret-sky-600\\/40 { caret-color: #0284c766; } +.caret-sky-600\\/45 { + caret-color: #0284c773; +} + .caret-sky-600\\/5 { caret-color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0284c780; } +.caret-sky-600\\/55 { + caret-color: #0284c78c; +} + .caret-sky-600\\/60 { caret-color: #0284c799; } +.caret-sky-600\\/65 { + caret-color: #0284c7a6; +} + .caret-sky-600\\/70 { caret-color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0284c7cc; } +.caret-sky-600\\/85 { + caret-color: #0284c7d9; +} + .caret-sky-600\\/90 { caret-color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0369a1; } +.caret-sky-700\\/15 { + caret-color: #0369a126; +} + .caret-sky-700\\/20 { caret-color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0369a14d; } +.caret-sky-700\\/35 { + caret-color: #0369a159; +} + .caret-sky-700\\/40 { caret-color: #0369a166; } +.caret-sky-700\\/45 { + caret-color: #0369a173; +} + .caret-sky-700\\/5 { caret-color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0369a180; } +.caret-sky-700\\/55 { + caret-color: #0369a18c; +} + .caret-sky-700\\/60 { caret-color: #0369a199; } +.caret-sky-700\\/65 { + caret-color: #0369a1a6; +} + .caret-sky-700\\/70 { caret-color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0369a1cc; } +.caret-sky-700\\/85 { + caret-color: #0369a1d9; +} + .caret-sky-700\\/90 { caret-color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #075985; } +.caret-sky-800\\/15 { + caret-color: #07598526; +} + .caret-sky-800\\/20 { caret-color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0759854d; } +.caret-sky-800\\/35 { + caret-color: #07598559; +} + .caret-sky-800\\/40 { caret-color: #07598566; } +.caret-sky-800\\/45 { + caret-color: #07598573; +} + .caret-sky-800\\/5 { caret-color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #07598580; } +.caret-sky-800\\/55 { + caret-color: #0759858c; +} + .caret-sky-800\\/60 { caret-color: #07598599; } +.caret-sky-800\\/65 { + caret-color: #075985a6; +} + .caret-sky-800\\/70 { caret-color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #075985cc; } +.caret-sky-800\\/85 { + caret-color: #075985d9; +} + .caret-sky-800\\/90 { caret-color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c4a6e; } +.caret-sky-900\\/15 { + caret-color: #0c4a6e26; +} + .caret-sky-900\\/20 { caret-color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c4a6e4d; } +.caret-sky-900\\/35 { + caret-color: #0c4a6e59; +} + .caret-sky-900\\/40 { caret-color: #0c4a6e66; } +.caret-sky-900\\/45 { + caret-color: #0c4a6e73; +} + .caret-sky-900\\/5 { caret-color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c4a6e80; } +.caret-sky-900\\/55 { + caret-color: #0c4a6e8c; +} + .caret-sky-900\\/60 { caret-color: #0c4a6e99; } +.caret-sky-900\\/65 { + caret-color: #0c4a6ea6; +} + .caret-sky-900\\/70 { caret-color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c4a6ecc; } +.caret-sky-900\\/85 { + caret-color: #0c4a6ed9; +} + .caret-sky-900\\/90 { caret-color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #082f49; } +.caret-sky-950\\/15 { + caret-color: #082f4926; +} + .caret-sky-950\\/20 { caret-color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #082f494d; } +.caret-sky-950\\/35 { + caret-color: #082f4959; +} + .caret-sky-950\\/40 { caret-color: #082f4966; } +.caret-sky-950\\/45 { + caret-color: #082f4973; +} + .caret-sky-950\\/5 { caret-color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #082f4980; } +.caret-sky-950\\/55 { + caret-color: #082f498c; +} + .caret-sky-950\\/60 { caret-color: #082f4999; } +.caret-sky-950\\/65 { + caret-color: #082f49a6; +} + .caret-sky-950\\/70 { caret-color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #082f49cc; } +.caret-sky-950\\/85 { + caret-color: #082f49d9; +} + .caret-sky-950\\/90 { caret-color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f1f5f9; } +.caret-slate-100\\/15 { + caret-color: #f1f5f926; +} + .caret-slate-100\\/20 { caret-color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f1f5f94d; } +.caret-slate-100\\/35 { + caret-color: #f1f5f959; +} + .caret-slate-100\\/40 { caret-color: #f1f5f966; } +.caret-slate-100\\/45 { + caret-color: #f1f5f973; +} + .caret-slate-100\\/5 { caret-color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f1f5f980; } +.caret-slate-100\\/55 { + caret-color: #f1f5f98c; +} + .caret-slate-100\\/60 { caret-color: #f1f5f999; } +.caret-slate-100\\/65 { + caret-color: #f1f5f9a6; +} + .caret-slate-100\\/70 { caret-color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f1f5f9cc; } +.caret-slate-100\\/85 { + caret-color: #f1f5f9d9; +} + .caret-slate-100\\/90 { caret-color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e2e8f0; } +.caret-slate-200\\/15 { + caret-color: #e2e8f026; +} + .caret-slate-200\\/20 { caret-color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e2e8f04d; } +.caret-slate-200\\/35 { + caret-color: #e2e8f059; +} + .caret-slate-200\\/40 { caret-color: #e2e8f066; } +.caret-slate-200\\/45 { + caret-color: #e2e8f073; +} + .caret-slate-200\\/5 { caret-color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e2e8f080; } +.caret-slate-200\\/55 { + caret-color: #e2e8f08c; +} + .caret-slate-200\\/60 { caret-color: #e2e8f099; } +.caret-slate-200\\/65 { + caret-color: #e2e8f0a6; +} + .caret-slate-200\\/70 { caret-color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e2e8f0cc; } +.caret-slate-200\\/85 { + caret-color: #e2e8f0d9; +} + .caret-slate-200\\/90 { caret-color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cbd5e1; } +.caret-slate-300\\/15 { + caret-color: #cbd5e126; +} + .caret-slate-300\\/20 { caret-color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cbd5e14d; } +.caret-slate-300\\/35 { + caret-color: #cbd5e159; +} + .caret-slate-300\\/40 { caret-color: #cbd5e166; } +.caret-slate-300\\/45 { + caret-color: #cbd5e173; +} + .caret-slate-300\\/5 { caret-color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cbd5e180; } +.caret-slate-300\\/55 { + caret-color: #cbd5e18c; +} + .caret-slate-300\\/60 { caret-color: #cbd5e199; } +.caret-slate-300\\/65 { + caret-color: #cbd5e1a6; +} + .caret-slate-300\\/70 { caret-color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #cbd5e1cc; } +.caret-slate-300\\/85 { + caret-color: #cbd5e1d9; +} + .caret-slate-300\\/90 { caret-color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #94a3b8; } +.caret-slate-400\\/15 { + caret-color: #94a3b826; +} + .caret-slate-400\\/20 { caret-color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #94a3b84d; } +.caret-slate-400\\/35 { + caret-color: #94a3b859; +} + .caret-slate-400\\/40 { caret-color: #94a3b866; } +.caret-slate-400\\/45 { + caret-color: #94a3b873; +} + .caret-slate-400\\/5 { caret-color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #94a3b880; } +.caret-slate-400\\/55 { + caret-color: #94a3b88c; +} + .caret-slate-400\\/60 { caret-color: #94a3b899; } +.caret-slate-400\\/65 { + caret-color: #94a3b8a6; +} + .caret-slate-400\\/70 { caret-color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #94a3b8cc; } +.caret-slate-400\\/85 { + caret-color: #94a3b8d9; +} + .caret-slate-400\\/90 { caret-color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f8fafc; } +.caret-slate-50\\/15 { + caret-color: #f8fafc26; +} + .caret-slate-50\\/20 { caret-color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f8fafc4d; } +.caret-slate-50\\/35 { + caret-color: #f8fafc59; +} + .caret-slate-50\\/40 { caret-color: #f8fafc66; } +.caret-slate-50\\/45 { + caret-color: #f8fafc73; +} + .caret-slate-50\\/5 { caret-color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f8fafc80; } +.caret-slate-50\\/55 { + caret-color: #f8fafc8c; +} + .caret-slate-50\\/60 { caret-color: #f8fafc99; } +.caret-slate-50\\/65 { + caret-color: #f8fafca6; +} + .caret-slate-50\\/70 { caret-color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f8fafccc; } +.caret-slate-50\\/85 { + caret-color: #f8fafcd9; +} + .caret-slate-50\\/90 { caret-color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #64748b; } +.caret-slate-500\\/15 { + caret-color: #64748b26; +} + .caret-slate-500\\/20 { caret-color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #64748b4d; } +.caret-slate-500\\/35 { + caret-color: #64748b59; +} + .caret-slate-500\\/40 { caret-color: #64748b66; } +.caret-slate-500\\/45 { + caret-color: #64748b73; +} + .caret-slate-500\\/5 { caret-color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #64748b80; } +.caret-slate-500\\/55 { + caret-color: #64748b8c; +} + .caret-slate-500\\/60 { caret-color: #64748b99; } +.caret-slate-500\\/65 { + caret-color: #64748ba6; +} + .caret-slate-500\\/70 { caret-color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #64748bcc; } +.caret-slate-500\\/85 { + caret-color: #64748bd9; +} + .caret-slate-500\\/90 { caret-color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #475569; } +.caret-slate-600\\/15 { + caret-color: #47556926; +} + .caret-slate-600\\/20 { caret-color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4755694d; } +.caret-slate-600\\/35 { + caret-color: #47556959; +} + .caret-slate-600\\/40 { caret-color: #47556966; } +.caret-slate-600\\/45 { + caret-color: #47556973; +} + .caret-slate-600\\/5 { caret-color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #47556980; } +.caret-slate-600\\/55 { + caret-color: #4755698c; +} + .caret-slate-600\\/60 { caret-color: #47556999; } +.caret-slate-600\\/65 { + caret-color: #475569a6; +} + .caret-slate-600\\/70 { caret-color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #475569cc; } +.caret-slate-600\\/85 { + caret-color: #475569d9; +} + .caret-slate-600\\/90 { caret-color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #334155; } +.caret-slate-700\\/15 { + caret-color: #33415526; +} + .caret-slate-700\\/20 { caret-color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3341554d; } +.caret-slate-700\\/35 { + caret-color: #33415559; +} + .caret-slate-700\\/40 { caret-color: #33415566; } +.caret-slate-700\\/45 { + caret-color: #33415573; +} + .caret-slate-700\\/5 { caret-color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #33415580; } +.caret-slate-700\\/55 { + caret-color: #3341558c; +} + .caret-slate-700\\/60 { caret-color: #33415599; } +.caret-slate-700\\/65 { + caret-color: #334155a6; +} + .caret-slate-700\\/70 { caret-color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #334155cc; } +.caret-slate-700\\/85 { + caret-color: #334155d9; +} + .caret-slate-700\\/90 { caret-color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e293b; } +.caret-slate-800\\/15 { + caret-color: #1e293b26; +} + .caret-slate-800\\/20 { caret-color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e293b4d; } +.caret-slate-800\\/35 { + caret-color: #1e293b59; +} + .caret-slate-800\\/40 { caret-color: #1e293b66; } +.caret-slate-800\\/45 { + caret-color: #1e293b73; +} + .caret-slate-800\\/5 { caret-color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e293b80; } +.caret-slate-800\\/55 { + caret-color: #1e293b8c; +} + .caret-slate-800\\/60 { caret-color: #1e293b99; } +.caret-slate-800\\/65 { + caret-color: #1e293ba6; +} + .caret-slate-800\\/70 { caret-color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1e293bcc; } +.caret-slate-800\\/85 { + caret-color: #1e293bd9; +} + .caret-slate-800\\/90 { caret-color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f172a; } +.caret-slate-900\\/15 { + caret-color: #0f172a26; +} + .caret-slate-900\\/20 { caret-color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f172a4d; } +.caret-slate-900\\/35 { + caret-color: #0f172a59; +} + .caret-slate-900\\/40 { caret-color: #0f172a66; } +.caret-slate-900\\/45 { + caret-color: #0f172a73; +} + .caret-slate-900\\/5 { caret-color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f172a80; } +.caret-slate-900\\/55 { + caret-color: #0f172a8c; +} + .caret-slate-900\\/60 { caret-color: #0f172a99; } +.caret-slate-900\\/65 { + caret-color: #0f172aa6; +} + .caret-slate-900\\/70 { caret-color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f172acc; } +.caret-slate-900\\/85 { + caret-color: #0f172ad9; +} + .caret-slate-900\\/90 { caret-color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #020617; } +.caret-slate-950\\/15 { + caret-color: #02061726; +} + .caret-slate-950\\/20 { caret-color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0206174d; } +.caret-slate-950\\/35 { + caret-color: #02061759; +} + .caret-slate-950\\/40 { caret-color: #02061766; } +.caret-slate-950\\/45 { + caret-color: #02061773; +} + .caret-slate-950\\/5 { caret-color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #02061780; } +.caret-slate-950\\/55 { + caret-color: #0206178c; +} + .caret-slate-950\\/60 { caret-color: #02061799; } +.caret-slate-950\\/65 { + caret-color: #020617a6; +} + .caret-slate-950\\/70 { caret-color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #020617cc; } +.caret-slate-950\\/85 { + caret-color: #020617d9; +} + .caret-slate-950\\/90 { caret-color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f4; } +.caret-stone-100\\/15 { + caret-color: #f5f5f426; +} + .caret-stone-100\\/20 { caret-color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f44d; } +.caret-stone-100\\/35 { + caret-color: #f5f5f459; +} + .caret-stone-100\\/40 { caret-color: #f5f5f466; } +.caret-stone-100\\/45 { + caret-color: #f5f5f473; +} + .caret-stone-100\\/5 { caret-color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f480; } +.caret-stone-100\\/55 { + caret-color: #f5f5f48c; +} + .caret-stone-100\\/60 { caret-color: #f5f5f499; } +.caret-stone-100\\/65 { + caret-color: #f5f5f4a6; +} + .caret-stone-100\\/70 { caret-color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f5f4cc; } +.caret-stone-100\\/85 { + caret-color: #f5f5f4d9; +} + .caret-stone-100\\/90 { caret-color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e7e5e4; } +.caret-stone-200\\/15 { + caret-color: #e7e5e426; +} + .caret-stone-200\\/20 { caret-color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e7e5e44d; } +.caret-stone-200\\/35 { + caret-color: #e7e5e459; +} + .caret-stone-200\\/40 { caret-color: #e7e5e466; } +.caret-stone-200\\/45 { + caret-color: #e7e5e473; +} + .caret-stone-200\\/5 { caret-color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e7e5e480; } +.caret-stone-200\\/55 { + caret-color: #e7e5e48c; +} + .caret-stone-200\\/60 { caret-color: #e7e5e499; } +.caret-stone-200\\/65 { + caret-color: #e7e5e4a6; +} + .caret-stone-200\\/70 { caret-color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e7e5e4cc; } +.caret-stone-200\\/85 { + caret-color: #e7e5e4d9; +} + .caret-stone-200\\/90 { caret-color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d6d3d1; } +.caret-stone-300\\/15 { + caret-color: #d6d3d126; +} + .caret-stone-300\\/20 { caret-color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d6d3d14d; } +.caret-stone-300\\/35 { + caret-color: #d6d3d159; +} + .caret-stone-300\\/40 { caret-color: #d6d3d166; } +.caret-stone-300\\/45 { + caret-color: #d6d3d173; +} + .caret-stone-300\\/5 { caret-color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d6d3d180; } +.caret-stone-300\\/55 { + caret-color: #d6d3d18c; +} + .caret-stone-300\\/60 { caret-color: #d6d3d199; } +.caret-stone-300\\/65 { + caret-color: #d6d3d1a6; +} + .caret-stone-300\\/70 { caret-color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d6d3d1cc; } +.caret-stone-300\\/85 { + caret-color: #d6d3d1d9; +} + .caret-stone-300\\/90 { caret-color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a8a29e; } +.caret-stone-400\\/15 { + caret-color: #a8a29e26; +} + .caret-stone-400\\/20 { caret-color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a8a29e4d; } +.caret-stone-400\\/35 { + caret-color: #a8a29e59; +} + .caret-stone-400\\/40 { caret-color: #a8a29e66; } +.caret-stone-400\\/45 { + caret-color: #a8a29e73; +} + .caret-stone-400\\/5 { caret-color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a8a29e80; } +.caret-stone-400\\/55 { + caret-color: #a8a29e8c; +} + .caret-stone-400\\/60 { caret-color: #a8a29e99; } +.caret-stone-400\\/65 { + caret-color: #a8a29ea6; +} + .caret-stone-400\\/70 { caret-color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a8a29ecc; } +.caret-stone-400\\/85 { + caret-color: #a8a29ed9; +} + .caret-stone-400\\/90 { caret-color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafaf9; } +.caret-stone-50\\/15 { + caret-color: #fafaf926; +} + .caret-stone-50\\/20 { caret-color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafaf94d; } +.caret-stone-50\\/35 { + caret-color: #fafaf959; +} + .caret-stone-50\\/40 { caret-color: #fafaf966; } +.caret-stone-50\\/45 { + caret-color: #fafaf973; +} + .caret-stone-50\\/5 { caret-color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafaf980; } +.caret-stone-50\\/55 { + caret-color: #fafaf98c; +} + .caret-stone-50\\/60 { caret-color: #fafaf999; } +.caret-stone-50\\/65 { + caret-color: #fafaf9a6; +} + .caret-stone-50\\/70 { caret-color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafaf9cc; } +.caret-stone-50\\/85 { + caret-color: #fafaf9d9; +} + .caret-stone-50\\/90 { caret-color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78716c; } +.caret-stone-500\\/15 { + caret-color: #78716c26; +} + .caret-stone-500\\/20 { caret-color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78716c4d; } +.caret-stone-500\\/35 { + caret-color: #78716c59; +} + .caret-stone-500\\/40 { caret-color: #78716c66; } +.caret-stone-500\\/45 { + caret-color: #78716c73; +} + .caret-stone-500\\/5 { caret-color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78716c80; } +.caret-stone-500\\/55 { + caret-color: #78716c8c; +} + .caret-stone-500\\/60 { caret-color: #78716c99; } +.caret-stone-500\\/65 { + caret-color: #78716ca6; +} + .caret-stone-500\\/70 { caret-color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #78716ccc; } +.caret-stone-500\\/85 { + caret-color: #78716cd9; +} + .caret-stone-500\\/90 { caret-color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #57534e; } +.caret-stone-600\\/15 { + caret-color: #57534e26; +} + .caret-stone-600\\/20 { caret-color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #57534e4d; } +.caret-stone-600\\/35 { + caret-color: #57534e59; +} + .caret-stone-600\\/40 { caret-color: #57534e66; } +.caret-stone-600\\/45 { + caret-color: #57534e73; +} + .caret-stone-600\\/5 { caret-color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #57534e80; } +.caret-stone-600\\/55 { + caret-color: #57534e8c; +} + .caret-stone-600\\/60 { caret-color: #57534e99; } +.caret-stone-600\\/65 { + caret-color: #57534ea6; +} + .caret-stone-600\\/70 { caret-color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #57534ecc; } +.caret-stone-600\\/85 { + caret-color: #57534ed9; +} + .caret-stone-600\\/90 { caret-color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #44403c; } +.caret-stone-700\\/15 { + caret-color: #44403c26; +} + .caret-stone-700\\/20 { caret-color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #44403c4d; } +.caret-stone-700\\/35 { + caret-color: #44403c59; +} + .caret-stone-700\\/40 { caret-color: #44403c66; } +.caret-stone-700\\/45 { + caret-color: #44403c73; +} + .caret-stone-700\\/5 { caret-color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #44403c80; } +.caret-stone-700\\/55 { + caret-color: #44403c8c; +} + .caret-stone-700\\/60 { caret-color: #44403c99; } +.caret-stone-700\\/65 { + caret-color: #44403ca6; +} + .caret-stone-700\\/70 { caret-color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #44403ccc; } +.caret-stone-700\\/85 { + caret-color: #44403cd9; +} + .caret-stone-700\\/90 { caret-color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #292524; } +.caret-stone-800\\/15 { + caret-color: #29252426; +} + .caret-stone-800\\/20 { caret-color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2925244d; } +.caret-stone-800\\/35 { + caret-color: #29252459; +} + .caret-stone-800\\/40 { caret-color: #29252466; } +.caret-stone-800\\/45 { + caret-color: #29252473; +} + .caret-stone-800\\/5 { caret-color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #29252480; } +.caret-stone-800\\/55 { + caret-color: #2925248c; +} + .caret-stone-800\\/60 { caret-color: #29252499; } +.caret-stone-800\\/65 { + caret-color: #292524a6; +} + .caret-stone-800\\/70 { caret-color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #292524cc; } +.caret-stone-800\\/85 { + caret-color: #292524d9; +} + .caret-stone-800\\/90 { caret-color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1c1917; } +.caret-stone-900\\/15 { + caret-color: #1c191726; +} + .caret-stone-900\\/20 { caret-color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1c19174d; } +.caret-stone-900\\/35 { + caret-color: #1c191759; +} + .caret-stone-900\\/40 { caret-color: #1c191766; } +.caret-stone-900\\/45 { + caret-color: #1c191773; +} + .caret-stone-900\\/5 { caret-color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1c191780; } +.caret-stone-900\\/55 { + caret-color: #1c19178c; +} + .caret-stone-900\\/60 { caret-color: #1c191799; } +.caret-stone-900\\/65 { + caret-color: #1c1917a6; +} + .caret-stone-900\\/70 { caret-color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #1c1917cc; } +.caret-stone-900\\/85 { + caret-color: #1c1917d9; +} + .caret-stone-900\\/90 { caret-color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c0a09; } +.caret-stone-950\\/15 { + caret-color: #0c0a0926; +} + .caret-stone-950\\/20 { caret-color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c0a094d; } +.caret-stone-950\\/35 { + caret-color: #0c0a0959; +} + .caret-stone-950\\/40 { caret-color: #0c0a0966; } +.caret-stone-950\\/45 { + caret-color: #0c0a0973; +} + .caret-stone-950\\/5 { caret-color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c0a0980; } +.caret-stone-950\\/55 { + caret-color: #0c0a098c; +} + .caret-stone-950\\/60 { caret-color: #0c0a0999; } +.caret-stone-950\\/65 { + caret-color: #0c0a09a6; +} + .caret-stone-950\\/70 { caret-color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0c0a09cc; } +.caret-stone-950\\/85 { + caret-color: #0c0a09d9; +} + .caret-stone-950\\/90 { caret-color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ccfbf1; } +.caret-teal-100\\/15 { + caret-color: #ccfbf126; +} + .caret-teal-100\\/20 { caret-color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ccfbf14d; } +.caret-teal-100\\/35 { + caret-color: #ccfbf159; +} + .caret-teal-100\\/40 { caret-color: #ccfbf166; } +.caret-teal-100\\/45 { + caret-color: #ccfbf173; +} + .caret-teal-100\\/5 { caret-color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ccfbf180; } +.caret-teal-100\\/55 { + caret-color: #ccfbf18c; +} + .caret-teal-100\\/60 { caret-color: #ccfbf199; } +.caret-teal-100\\/65 { + caret-color: #ccfbf1a6; +} + .caret-teal-100\\/70 { caret-color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ccfbf1cc; } +.caret-teal-100\\/85 { + caret-color: #ccfbf1d9; +} + .caret-teal-100\\/90 { caret-color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #99f6e4; } +.caret-teal-200\\/15 { + caret-color: #99f6e426; +} + .caret-teal-200\\/20 { caret-color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #99f6e44d; } +.caret-teal-200\\/35 { + caret-color: #99f6e459; +} + .caret-teal-200\\/40 { caret-color: #99f6e466; } +.caret-teal-200\\/45 { + caret-color: #99f6e473; +} + .caret-teal-200\\/5 { caret-color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #99f6e480; } +.caret-teal-200\\/55 { + caret-color: #99f6e48c; +} + .caret-teal-200\\/60 { caret-color: #99f6e499; } +.caret-teal-200\\/65 { + caret-color: #99f6e4a6; +} + .caret-teal-200\\/70 { caret-color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #99f6e4cc; } +.caret-teal-200\\/85 { + caret-color: #99f6e4d9; +} + .caret-teal-200\\/90 { caret-color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5eead4; } +.caret-teal-300\\/15 { + caret-color: #5eead426; +} + .caret-teal-300\\/20 { caret-color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5eead44d; } +.caret-teal-300\\/35 { + caret-color: #5eead459; +} + .caret-teal-300\\/40 { caret-color: #5eead466; } +.caret-teal-300\\/45 { + caret-color: #5eead473; +} + .caret-teal-300\\/5 { caret-color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5eead480; } +.caret-teal-300\\/55 { + caret-color: #5eead48c; +} + .caret-teal-300\\/60 { caret-color: #5eead499; } +.caret-teal-300\\/65 { + caret-color: #5eead4a6; +} + .caret-teal-300\\/70 { caret-color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5eead4cc; } +.caret-teal-300\\/85 { + caret-color: #5eead4d9; +} + .caret-teal-300\\/90 { caret-color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2dd4bf; } +.caret-teal-400\\/15 { + caret-color: #2dd4bf26; +} + .caret-teal-400\\/20 { caret-color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2dd4bf4d; } +.caret-teal-400\\/35 { + caret-color: #2dd4bf59; +} + .caret-teal-400\\/40 { caret-color: #2dd4bf66; } +.caret-teal-400\\/45 { + caret-color: #2dd4bf73; +} + .caret-teal-400\\/5 { caret-color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2dd4bf80; } +.caret-teal-400\\/55 { + caret-color: #2dd4bf8c; +} + .caret-teal-400\\/60 { caret-color: #2dd4bf99; } +.caret-teal-400\\/65 { + caret-color: #2dd4bfa6; +} + .caret-teal-400\\/70 { caret-color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2dd4bfcc; } +.caret-teal-400\\/85 { + caret-color: #2dd4bfd9; +} + .caret-teal-400\\/90 { caret-color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdfa; } +.caret-teal-50\\/15 { + caret-color: #f0fdfa26; +} + .caret-teal-50\\/20 { caret-color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdfa4d; } +.caret-teal-50\\/35 { + caret-color: #f0fdfa59; +} + .caret-teal-50\\/40 { caret-color: #f0fdfa66; } +.caret-teal-50\\/45 { + caret-color: #f0fdfa73; +} + .caret-teal-50\\/5 { caret-color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdfa80; } +.caret-teal-50\\/55 { + caret-color: #f0fdfa8c; +} + .caret-teal-50\\/60 { caret-color: #f0fdfa99; } +.caret-teal-50\\/65 { + caret-color: #f0fdfaa6; +} + .caret-teal-50\\/70 { caret-color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f0fdfacc; } +.caret-teal-50\\/85 { + caret-color: #f0fdfad9; +} + .caret-teal-50\\/90 { caret-color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14b8a6; } +.caret-teal-500\\/15 { + caret-color: #14b8a626; +} + .caret-teal-500\\/20 { caret-color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14b8a64d; } +.caret-teal-500\\/35 { + caret-color: #14b8a659; +} + .caret-teal-500\\/40 { caret-color: #14b8a666; } +.caret-teal-500\\/45 { + caret-color: #14b8a673; +} + .caret-teal-500\\/5 { caret-color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14b8a680; } +.caret-teal-500\\/55 { + caret-color: #14b8a68c; +} + .caret-teal-500\\/60 { caret-color: #14b8a699; } +.caret-teal-500\\/65 { + caret-color: #14b8a6a6; +} + .caret-teal-500\\/70 { caret-color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #14b8a6cc; } +.caret-teal-500\\/85 { + caret-color: #14b8a6d9; +} + .caret-teal-500\\/90 { caret-color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0d9488; } +.caret-teal-600\\/15 { + caret-color: #0d948826; +} + .caret-teal-600\\/20 { caret-color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0d94884d; } +.caret-teal-600\\/35 { + caret-color: #0d948859; +} + .caret-teal-600\\/40 { caret-color: #0d948866; } +.caret-teal-600\\/45 { + caret-color: #0d948873; +} + .caret-teal-600\\/5 { caret-color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0d948880; } +.caret-teal-600\\/55 { + caret-color: #0d94888c; +} + .caret-teal-600\\/60 { caret-color: #0d948899; } +.caret-teal-600\\/65 { + caret-color: #0d9488a6; +} + .caret-teal-600\\/70 { caret-color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0d9488cc; } +.caret-teal-600\\/85 { + caret-color: #0d9488d9; +} + .caret-teal-600\\/90 { caret-color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f766e; } +.caret-teal-700\\/15 { + caret-color: #0f766e26; +} + .caret-teal-700\\/20 { caret-color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f766e4d; } +.caret-teal-700\\/35 { + caret-color: #0f766e59; +} + .caret-teal-700\\/40 { caret-color: #0f766e66; } +.caret-teal-700\\/45 { + caret-color: #0f766e73; +} + .caret-teal-700\\/5 { caret-color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f766e80; } +.caret-teal-700\\/55 { + caret-color: #0f766e8c; +} + .caret-teal-700\\/60 { caret-color: #0f766e99; } +.caret-teal-700\\/65 { + caret-color: #0f766ea6; +} + .caret-teal-700\\/70 { caret-color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0f766ecc; } +.caret-teal-700\\/85 { + caret-color: #0f766ed9; +} + .caret-teal-700\\/90 { caret-color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #115e59; } +.caret-teal-800\\/15 { + caret-color: #115e5926; +} + .caret-teal-800\\/20 { caret-color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #115e594d; } +.caret-teal-800\\/35 { + caret-color: #115e5959; +} + .caret-teal-800\\/40 { caret-color: #115e5966; } +.caret-teal-800\\/45 { + caret-color: #115e5973; +} + .caret-teal-800\\/5 { caret-color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #115e5980; } +.caret-teal-800\\/55 { + caret-color: #115e598c; +} + .caret-teal-800\\/60 { caret-color: #115e5999; } +.caret-teal-800\\/65 { + caret-color: #115e59a6; +} + .caret-teal-800\\/70 { caret-color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #115e59cc; } +.caret-teal-800\\/85 { + caret-color: #115e59d9; +} + .caret-teal-800\\/90 { caret-color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #134e4a; } +.caret-teal-900\\/15 { + caret-color: #134e4a26; +} + .caret-teal-900\\/20 { caret-color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #134e4a4d; } +.caret-teal-900\\/35 { + caret-color: #134e4a59; +} + .caret-teal-900\\/40 { caret-color: #134e4a66; } +.caret-teal-900\\/45 { + caret-color: #134e4a73; +} + .caret-teal-900\\/5 { caret-color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #134e4a80; } +.caret-teal-900\\/55 { + caret-color: #134e4a8c; +} + .caret-teal-900\\/60 { caret-color: #134e4a99; } +.caret-teal-900\\/65 { + caret-color: #134e4aa6; +} + .caret-teal-900\\/70 { caret-color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #134e4acc; } +.caret-teal-900\\/85 { + caret-color: #134e4ad9; +} + .caret-teal-900\\/90 { caret-color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #042f2e; } +.caret-teal-950\\/15 { + caret-color: #042f2e26; +} + .caret-teal-950\\/20 { caret-color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #042f2e4d; } +.caret-teal-950\\/35 { + caret-color: #042f2e59; +} + .caret-teal-950\\/40 { caret-color: #042f2e66; } +.caret-teal-950\\/45 { + caret-color: #042f2e73; +} + .caret-teal-950\\/5 { caret-color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #042f2e80; } +.caret-teal-950\\/55 { + caret-color: #042f2e8c; +} + .caret-teal-950\\/60 { caret-color: #042f2e99; } +.caret-teal-950\\/65 { + caret-color: #042f2ea6; +} + .caret-teal-950\\/70 { caret-color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #042f2ecc; } +.caret-teal-950\\/85 { + caret-color: #042f2ed9; +} + .caret-teal-950\\/90 { caret-color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #000; } +.caret-transparent\\/15 { + caret-color: #00000026; +} + .caret-transparent\\/20 { caret-color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #0000004d; } +.caret-transparent\\/35 { + caret-color: #00000059; +} + .caret-transparent\\/40 { caret-color: #0006; } +.caret-transparent\\/45 { + caret-color: #00000073; +} + .caret-transparent\\/5 { caret-color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #00000080; } +.caret-transparent\\/55 { + caret-color: #0000008c; +} + .caret-transparent\\/60 { caret-color: #0009; } +.caret-transparent\\/65 { + caret-color: #000000a6; +} + .caret-transparent\\/70 { caret-color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #000c; } +.caret-transparent\\/85 { + caret-color: #000000d9; +} + .caret-transparent\\/90 { caret-color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ede9fe; } +.caret-violet-100\\/15 { + caret-color: #ede9fe26; +} + .caret-violet-100\\/20 { caret-color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ede9fe4d; } +.caret-violet-100\\/35 { + caret-color: #ede9fe59; +} + .caret-violet-100\\/40 { caret-color: #ede9fe66; } +.caret-violet-100\\/45 { + caret-color: #ede9fe73; +} + .caret-violet-100\\/5 { caret-color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ede9fe80; } +.caret-violet-100\\/55 { + caret-color: #ede9fe8c; +} + .caret-violet-100\\/60 { caret-color: #ede9fe99; } +.caret-violet-100\\/65 { + caret-color: #ede9fea6; +} + .caret-violet-100\\/70 { caret-color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ede9fecc; } +.caret-violet-100\\/85 { + caret-color: #ede9fed9; +} + .caret-violet-100\\/90 { caret-color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ddd6fe; } +.caret-violet-200\\/15 { + caret-color: #ddd6fe26; +} + .caret-violet-200\\/20 { caret-color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ddd6fe4d; } +.caret-violet-200\\/35 { + caret-color: #ddd6fe59; +} + .caret-violet-200\\/40 { caret-color: #ddd6fe66; } +.caret-violet-200\\/45 { + caret-color: #ddd6fe73; +} + .caret-violet-200\\/5 { caret-color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ddd6fe80; } +.caret-violet-200\\/55 { + caret-color: #ddd6fe8c; +} + .caret-violet-200\\/60 { caret-color: #ddd6fe99; } +.caret-violet-200\\/65 { + caret-color: #ddd6fea6; +} + .caret-violet-200\\/70 { caret-color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ddd6fecc; } +.caret-violet-200\\/85 { + caret-color: #ddd6fed9; +} + .caret-violet-200\\/90 { caret-color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c4b5fd; } +.caret-violet-300\\/15 { + caret-color: #c4b5fd26; +} + .caret-violet-300\\/20 { caret-color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c4b5fd4d; } +.caret-violet-300\\/35 { + caret-color: #c4b5fd59; +} + .caret-violet-300\\/40 { caret-color: #c4b5fd66; } +.caret-violet-300\\/45 { + caret-color: #c4b5fd73; +} + .caret-violet-300\\/5 { caret-color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c4b5fd80; } +.caret-violet-300\\/55 { + caret-color: #c4b5fd8c; +} + .caret-violet-300\\/60 { caret-color: #c4b5fd99; } +.caret-violet-300\\/65 { + caret-color: #c4b5fda6; +} + .caret-violet-300\\/70 { caret-color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #c4b5fdcc; } +.caret-violet-300\\/85 { + caret-color: #c4b5fdd9; +} + .caret-violet-300\\/90 { caret-color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a78bfa; } +.caret-violet-400\\/15 { + caret-color: #a78bfa26; +} + .caret-violet-400\\/20 { caret-color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a78bfa4d; } +.caret-violet-400\\/35 { + caret-color: #a78bfa59; +} + .caret-violet-400\\/40 { caret-color: #a78bfa66; } +.caret-violet-400\\/45 { + caret-color: #a78bfa73; +} + .caret-violet-400\\/5 { caret-color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a78bfa80; } +.caret-violet-400\\/55 { + caret-color: #a78bfa8c; +} + .caret-violet-400\\/60 { caret-color: #a78bfa99; } +.caret-violet-400\\/65 { + caret-color: #a78bfaa6; +} + .caret-violet-400\\/70 { caret-color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a78bfacc; } +.caret-violet-400\\/85 { + caret-color: #a78bfad9; +} + .caret-violet-400\\/90 { caret-color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f3ff; } +.caret-violet-50\\/15 { + caret-color: #f5f3ff26; +} + .caret-violet-50\\/20 { caret-color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f3ff4d; } +.caret-violet-50\\/35 { + caret-color: #f5f3ff59; +} + .caret-violet-50\\/40 { caret-color: #f5f3ff66; } +.caret-violet-50\\/45 { + caret-color: #f5f3ff73; +} + .caret-violet-50\\/5 { caret-color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f3ff80; } +.caret-violet-50\\/55 { + caret-color: #f5f3ff8c; +} + .caret-violet-50\\/60 { caret-color: #f5f3ff99; } +.caret-violet-50\\/65 { + caret-color: #f5f3ffa6; +} + .caret-violet-50\\/70 { caret-color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f5f3ffcc; } +.caret-violet-50\\/85 { + caret-color: #f5f3ffd9; +} + .caret-violet-50\\/90 { caret-color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #8b5cf6; } +.caret-violet-500\\/15 { + caret-color: #8b5cf626; +} + .caret-violet-500\\/20 { caret-color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #8b5cf64d; } +.caret-violet-500\\/35 { + caret-color: #8b5cf659; +} + .caret-violet-500\\/40 { caret-color: #8b5cf666; } +.caret-violet-500\\/45 { + caret-color: #8b5cf673; +} + .caret-violet-500\\/5 { caret-color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #8b5cf680; } +.caret-violet-500\\/55 { + caret-color: #8b5cf68c; +} + .caret-violet-500\\/60 { caret-color: #8b5cf699; } +.caret-violet-500\\/65 { + caret-color: #8b5cf6a6; +} + .caret-violet-500\\/70 { caret-color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #8b5cf6cc; } +.caret-violet-500\\/85 { + caret-color: #8b5cf6d9; +} + .caret-violet-500\\/90 { caret-color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c3aed; } +.caret-violet-600\\/15 { + caret-color: #7c3aed26; +} + .caret-violet-600\\/20 { caret-color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c3aed4d; } +.caret-violet-600\\/35 { + caret-color: #7c3aed59; +} + .caret-violet-600\\/40 { caret-color: #7c3aed66; } +.caret-violet-600\\/45 { + caret-color: #7c3aed73; +} + .caret-violet-600\\/5 { caret-color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c3aed80; } +.caret-violet-600\\/55 { + caret-color: #7c3aed8c; +} + .caret-violet-600\\/60 { caret-color: #7c3aed99; } +.caret-violet-600\\/65 { + caret-color: #7c3aeda6; +} + .caret-violet-600\\/70 { caret-color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #7c3aedcc; } +.caret-violet-600\\/85 { + caret-color: #7c3aedd9; +} + .caret-violet-600\\/90 { caret-color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6d28d9; } +.caret-violet-700\\/15 { + caret-color: #6d28d926; +} + .caret-violet-700\\/20 { caret-color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6d28d94d; } +.caret-violet-700\\/35 { + caret-color: #6d28d959; +} + .caret-violet-700\\/40 { caret-color: #6d28d966; } +.caret-violet-700\\/45 { + caret-color: #6d28d973; +} + .caret-violet-700\\/5 { caret-color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6d28d980; } +.caret-violet-700\\/55 { + caret-color: #6d28d98c; +} + .caret-violet-700\\/60 { caret-color: #6d28d999; } +.caret-violet-700\\/65 { + caret-color: #6d28d9a6; +} + .caret-violet-700\\/70 { caret-color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #6d28d9cc; } +.caret-violet-700\\/85 { + caret-color: #6d28d9d9; +} + .caret-violet-700\\/90 { caret-color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5b21b6; } +.caret-violet-800\\/15 { + caret-color: #5b21b626; +} + .caret-violet-800\\/20 { caret-color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5b21b64d; } +.caret-violet-800\\/35 { + caret-color: #5b21b659; +} + .caret-violet-800\\/40 { caret-color: #5b21b666; } +.caret-violet-800\\/45 { + caret-color: #5b21b673; +} + .caret-violet-800\\/5 { caret-color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5b21b680; } +.caret-violet-800\\/55 { + caret-color: #5b21b68c; +} + .caret-violet-800\\/60 { caret-color: #5b21b699; } +.caret-violet-800\\/65 { + caret-color: #5b21b6a6; +} + .caret-violet-800\\/70 { caret-color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #5b21b6cc; } +.caret-violet-800\\/85 { + caret-color: #5b21b6d9; +} + .caret-violet-800\\/90 { caret-color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c1d95; } +.caret-violet-900\\/15 { + caret-color: #4c1d9526; +} + .caret-violet-900\\/20 { caret-color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c1d954d; } +.caret-violet-900\\/35 { + caret-color: #4c1d9559; +} + .caret-violet-900\\/40 { caret-color: #4c1d9566; } +.caret-violet-900\\/45 { + caret-color: #4c1d9573; +} + .caret-violet-900\\/5 { caret-color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c1d9580; } +.caret-violet-900\\/55 { + caret-color: #4c1d958c; +} + .caret-violet-900\\/60 { caret-color: #4c1d9599; } +.caret-violet-900\\/65 { + caret-color: #4c1d95a6; +} + .caret-violet-900\\/70 { caret-color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4c1d95cc; } +.caret-violet-900\\/85 { + caret-color: #4c1d95d9; +} + .caret-violet-900\\/90 { caret-color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2e1065; } +.caret-violet-950\\/15 { + caret-color: #2e106526; +} + .caret-violet-950\\/20 { caret-color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2e10654d; } +.caret-violet-950\\/35 { + caret-color: #2e106559; +} + .caret-violet-950\\/40 { caret-color: #2e106566; } +.caret-violet-950\\/45 { + caret-color: #2e106573; +} + .caret-violet-950\\/5 { caret-color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2e106580; } +.caret-violet-950\\/55 { + caret-color: #2e10658c; +} + .caret-violet-950\\/60 { caret-color: #2e106599; } +.caret-violet-950\\/65 { + caret-color: #2e1065a6; +} + .caret-violet-950\\/70 { caret-color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #2e1065cc; } +.caret-violet-950\\/85 { + caret-color: #2e1065d9; +} + .caret-violet-950\\/90 { caret-color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fff; } +.caret-white\\/15 { + caret-color: #ffffff26; +} + .caret-white\\/20 { caret-color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffffff4d; } +.caret-white\\/35 { + caret-color: #ffffff59; +} + .caret-white\\/40 { caret-color: #fff6; } +.caret-white\\/45 { + caret-color: #ffffff73; +} + .caret-white\\/5 { caret-color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ffffff80; } +.caret-white\\/55 { + caret-color: #ffffff8c; +} + .caret-white\\/60 { caret-color: #fff9; } +.caret-white\\/65 { + caret-color: #ffffffa6; +} + .caret-white\\/70 { caret-color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fffc; } +.caret-white\\/85 { + caret-color: #ffffffd9; +} + .caret-white\\/90 { caret-color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef9c3; } +.caret-yellow-100\\/15 { + caret-color: #fef9c326; +} + .caret-yellow-100\\/20 { caret-color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef9c34d; } +.caret-yellow-100\\/35 { + caret-color: #fef9c359; +} + .caret-yellow-100\\/40 { caret-color: #fef9c366; } +.caret-yellow-100\\/45 { + caret-color: #fef9c373; +} + .caret-yellow-100\\/5 { caret-color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef9c380; } +.caret-yellow-100\\/55 { + caret-color: #fef9c38c; +} + .caret-yellow-100\\/60 { caret-color: #fef9c399; } +.caret-yellow-100\\/65 { + caret-color: #fef9c3a6; +} + .caret-yellow-100\\/70 { caret-color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef9c3cc; } +.caret-yellow-100\\/85 { + caret-color: #fef9c3d9; +} + .caret-yellow-100\\/90 { caret-color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef08a; } +.caret-yellow-200\\/15 { + caret-color: #fef08a26; +} + .caret-yellow-200\\/20 { caret-color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef08a4d; } +.caret-yellow-200\\/35 { + caret-color: #fef08a59; +} + .caret-yellow-200\\/40 { caret-color: #fef08a66; } +.caret-yellow-200\\/45 { + caret-color: #fef08a73; +} + .caret-yellow-200\\/5 { caret-color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef08a80; } +.caret-yellow-200\\/55 { + caret-color: #fef08a8c; +} + .caret-yellow-200\\/60 { caret-color: #fef08a99; } +.caret-yellow-200\\/65 { + caret-color: #fef08aa6; +} + .caret-yellow-200\\/70 { caret-color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fef08acc; } +.caret-yellow-200\\/85 { + caret-color: #fef08ad9; +} + .caret-yellow-200\\/90 { caret-color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde047; } +.caret-yellow-300\\/15 { + caret-color: #fde04726; +} + .caret-yellow-300\\/20 { caret-color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde0474d; } +.caret-yellow-300\\/35 { + caret-color: #fde04759; +} + .caret-yellow-300\\/40 { caret-color: #fde04766; } +.caret-yellow-300\\/45 { + caret-color: #fde04773; +} + .caret-yellow-300\\/5 { caret-color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde04780; } +.caret-yellow-300\\/55 { + caret-color: #fde0478c; +} + .caret-yellow-300\\/60 { caret-color: #fde04799; } +.caret-yellow-300\\/65 { + caret-color: #fde047a6; +} + .caret-yellow-300\\/70 { caret-color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fde047cc; } +.caret-yellow-300\\/85 { + caret-color: #fde047d9; +} + .caret-yellow-300\\/90 { caret-color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #facc15; } +.caret-yellow-400\\/15 { + caret-color: #facc1526; +} + .caret-yellow-400\\/20 { caret-color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #facc154d; } +.caret-yellow-400\\/35 { + caret-color: #facc1559; +} + .caret-yellow-400\\/40 { caret-color: #facc1566; } +.caret-yellow-400\\/45 { + caret-color: #facc1573; +} + .caret-yellow-400\\/5 { caret-color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #facc1580; } +.caret-yellow-400\\/55 { + caret-color: #facc158c; +} + .caret-yellow-400\\/60 { caret-color: #facc1599; } +.caret-yellow-400\\/65 { + caret-color: #facc15a6; +} + .caret-yellow-400\\/70 { caret-color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #facc15cc; } +.caret-yellow-400\\/85 { + caret-color: #facc15d9; +} + .caret-yellow-400\\/90 { caret-color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fefce8; } +.caret-yellow-50\\/15 { + caret-color: #fefce826; +} + .caret-yellow-50\\/20 { caret-color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fefce84d; } +.caret-yellow-50\\/35 { + caret-color: #fefce859; +} + .caret-yellow-50\\/40 { caret-color: #fefce866; } +.caret-yellow-50\\/45 { + caret-color: #fefce873; +} + .caret-yellow-50\\/5 { caret-color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fefce880; } +.caret-yellow-50\\/55 { + caret-color: #fefce88c; +} + .caret-yellow-50\\/60 { caret-color: #fefce899; } +.caret-yellow-50\\/65 { + caret-color: #fefce8a6; +} + .caret-yellow-50\\/70 { caret-color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fefce8cc; } +.caret-yellow-50\\/85 { + caret-color: #fefce8d9; +} + .caret-yellow-50\\/90 { caret-color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eab308; } +.caret-yellow-500\\/15 { + caret-color: #eab30826; +} + .caret-yellow-500\\/20 { caret-color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eab3084d; } +.caret-yellow-500\\/35 { + caret-color: #eab30859; +} + .caret-yellow-500\\/40 { caret-color: #eab30866; } +.caret-yellow-500\\/45 { + caret-color: #eab30873; +} + .caret-yellow-500\\/5 { caret-color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eab30880; } +.caret-yellow-500\\/55 { + caret-color: #eab3088c; +} + .caret-yellow-500\\/60 { caret-color: #eab30899; } +.caret-yellow-500\\/65 { + caret-color: #eab308a6; +} + .caret-yellow-500\\/70 { caret-color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #eab308cc; } +.caret-yellow-500\\/85 { + caret-color: #eab308d9; +} + .caret-yellow-500\\/90 { caret-color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ca8a04; } +.caret-yellow-600\\/15 { + caret-color: #ca8a0426; +} + .caret-yellow-600\\/20 { caret-color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ca8a044d; } +.caret-yellow-600\\/35 { + caret-color: #ca8a0459; +} + .caret-yellow-600\\/40 { caret-color: #ca8a0466; } +.caret-yellow-600\\/45 { + caret-color: #ca8a0473; +} + .caret-yellow-600\\/5 { caret-color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ca8a0480; } +.caret-yellow-600\\/55 { + caret-color: #ca8a048c; +} + .caret-yellow-600\\/60 { caret-color: #ca8a0499; } +.caret-yellow-600\\/65 { + caret-color: #ca8a04a6; +} + .caret-yellow-600\\/70 { caret-color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #ca8a04cc; } +.caret-yellow-600\\/85 { + caret-color: #ca8a04d9; +} + .caret-yellow-600\\/90 { caret-color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a16207; } +.caret-yellow-700\\/15 { + caret-color: #a1620726; +} + .caret-yellow-700\\/20 { caret-color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a162074d; } +.caret-yellow-700\\/35 { + caret-color: #a1620759; +} + .caret-yellow-700\\/40 { caret-color: #a1620766; } +.caret-yellow-700\\/45 { + caret-color: #a1620773; +} + .caret-yellow-700\\/5 { caret-color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a1620780; } +.caret-yellow-700\\/55 { + caret-color: #a162078c; +} + .caret-yellow-700\\/60 { caret-color: #a1620799; } +.caret-yellow-700\\/65 { + caret-color: #a16207a6; +} + .caret-yellow-700\\/70 { caret-color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a16207cc; } +.caret-yellow-700\\/85 { + caret-color: #a16207d9; +} + .caret-yellow-700\\/90 { caret-color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #854d0e; } +.caret-yellow-800\\/15 { + caret-color: #854d0e26; +} + .caret-yellow-800\\/20 { caret-color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #854d0e4d; } +.caret-yellow-800\\/35 { + caret-color: #854d0e59; +} + .caret-yellow-800\\/40 { caret-color: #854d0e66; } +.caret-yellow-800\\/45 { + caret-color: #854d0e73; +} + .caret-yellow-800\\/5 { caret-color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #854d0e80; } +.caret-yellow-800\\/55 { + caret-color: #854d0e8c; +} + .caret-yellow-800\\/60 { caret-color: #854d0e99; } +.caret-yellow-800\\/65 { + caret-color: #854d0ea6; +} + .caret-yellow-800\\/70 { caret-color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #854d0ecc; } +.caret-yellow-800\\/85 { + caret-color: #854d0ed9; +} + .caret-yellow-800\\/90 { caret-color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #713f12; } +.caret-yellow-900\\/15 { + caret-color: #713f1226; +} + .caret-yellow-900\\/20 { caret-color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #713f124d; } +.caret-yellow-900\\/35 { + caret-color: #713f1259; +} + .caret-yellow-900\\/40 { caret-color: #713f1266; } +.caret-yellow-900\\/45 { + caret-color: #713f1273; +} + .caret-yellow-900\\/5 { caret-color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #713f1280; } +.caret-yellow-900\\/55 { + caret-color: #713f128c; +} + .caret-yellow-900\\/60 { caret-color: #713f1299; } +.caret-yellow-900\\/65 { + caret-color: #713f12a6; +} + .caret-yellow-900\\/70 { caret-color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #713f12cc; } +.caret-yellow-900\\/85 { + caret-color: #713f12d9; +} + .caret-yellow-900\\/90 { caret-color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #422006; } +.caret-yellow-950\\/15 { + caret-color: #42200626; +} + .caret-yellow-950\\/20 { caret-color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #4220064d; } +.caret-yellow-950\\/35 { + caret-color: #42200659; +} + .caret-yellow-950\\/40 { caret-color: #42200666; } +.caret-yellow-950\\/45 { + caret-color: #42200673; +} + .caret-yellow-950\\/5 { caret-color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #42200680; } +.caret-yellow-950\\/55 { + caret-color: #4220068c; +} + .caret-yellow-950\\/60 { caret-color: #42200699; } +.caret-yellow-950\\/65 { + caret-color: #422006a6; +} + .caret-yellow-950\\/70 { caret-color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #422006cc; } +.caret-yellow-950\\/85 { + caret-color: #422006d9; +} + .caret-yellow-950\\/90 { caret-color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f4f4f5; } +.caret-zinc-100\\/15 { + caret-color: #f4f4f526; +} + .caret-zinc-100\\/20 { caret-color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f4f4f54d; } +.caret-zinc-100\\/35 { + caret-color: #f4f4f559; +} + .caret-zinc-100\\/40 { caret-color: #f4f4f566; } +.caret-zinc-100\\/45 { + caret-color: #f4f4f573; +} + .caret-zinc-100\\/5 { caret-color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f4f4f580; } +.caret-zinc-100\\/55 { + caret-color: #f4f4f58c; +} + .caret-zinc-100\\/60 { caret-color: #f4f4f599; } +.caret-zinc-100\\/65 { + caret-color: #f4f4f5a6; +} + .caret-zinc-100\\/70 { caret-color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #f4f4f5cc; } +.caret-zinc-100\\/85 { + caret-color: #f4f4f5d9; +} + .caret-zinc-100\\/90 { caret-color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e4e4e7; } +.caret-zinc-200\\/15 { + caret-color: #e4e4e726; +} + .caret-zinc-200\\/20 { caret-color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e4e4e74d; } +.caret-zinc-200\\/35 { + caret-color: #e4e4e759; +} + .caret-zinc-200\\/40 { caret-color: #e4e4e766; } +.caret-zinc-200\\/45 { + caret-color: #e4e4e773; +} + .caret-zinc-200\\/5 { caret-color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e4e4e780; } +.caret-zinc-200\\/55 { + caret-color: #e4e4e78c; +} + .caret-zinc-200\\/60 { caret-color: #e4e4e799; } +.caret-zinc-200\\/65 { + caret-color: #e4e4e7a6; +} + .caret-zinc-200\\/70 { caret-color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #e4e4e7cc; } +.caret-zinc-200\\/85 { + caret-color: #e4e4e7d9; +} + .caret-zinc-200\\/90 { caret-color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d8; } +.caret-zinc-300\\/15 { + caret-color: #d4d4d826; +} + .caret-zinc-300\\/20 { caret-color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d84d; } +.caret-zinc-300\\/35 { + caret-color: #d4d4d859; +} + .caret-zinc-300\\/40 { caret-color: #d4d4d866; } +.caret-zinc-300\\/45 { + caret-color: #d4d4d873; +} + .caret-zinc-300\\/5 { caret-color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d880; } +.caret-zinc-300\\/55 { + caret-color: #d4d4d88c; +} + .caret-zinc-300\\/60 { caret-color: #d4d4d899; } +.caret-zinc-300\\/65 { + caret-color: #d4d4d8a6; +} + .caret-zinc-300\\/70 { caret-color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #d4d4d8cc; } +.caret-zinc-300\\/85 { + caret-color: #d4d4d8d9; +} + .caret-zinc-300\\/90 { caret-color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a1a1aa; } +.caret-zinc-400\\/15 { + caret-color: #a1a1aa26; +} + .caret-zinc-400\\/20 { caret-color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a1a1aa4d; } +.caret-zinc-400\\/35 { + caret-color: #a1a1aa59; +} + .caret-zinc-400\\/40 { caret-color: #a1a1aa66; } +.caret-zinc-400\\/45 { + caret-color: #a1a1aa73; +} + .caret-zinc-400\\/5 { caret-color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a1a1aa80; } +.caret-zinc-400\\/55 { + caret-color: #a1a1aa8c; +} + .caret-zinc-400\\/60 { caret-color: #a1a1aa99; } +.caret-zinc-400\\/65 { + caret-color: #a1a1aaa6; +} + .caret-zinc-400\\/70 { caret-color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #a1a1aacc; } +.caret-zinc-400\\/85 { + caret-color: #a1a1aad9; +} + .caret-zinc-400\\/90 { caret-color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafa; } +.caret-zinc-50\\/15 { + caret-color: #fafafa26; +} + .caret-zinc-50\\/20 { caret-color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafa4d; } +.caret-zinc-50\\/35 { + caret-color: #fafafa59; +} + .caret-zinc-50\\/40 { caret-color: #fafafa66; } +.caret-zinc-50\\/45 { + caret-color: #fafafa73; +} + .caret-zinc-50\\/5 { caret-color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafa80; } +.caret-zinc-50\\/55 { + caret-color: #fafafa8c; +} + .caret-zinc-50\\/60 { caret-color: #fafafa99; } +.caret-zinc-50\\/65 { + caret-color: #fafafaa6; +} + .caret-zinc-50\\/70 { caret-color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #fafafacc; } +.caret-zinc-50\\/85 { + caret-color: #fafafad9; +} + .caret-zinc-50\\/90 { caret-color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #71717a; } +.caret-zinc-500\\/15 { + caret-color: #71717a26; +} + .caret-zinc-500\\/20 { caret-color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #71717a4d; } +.caret-zinc-500\\/35 { + caret-color: #71717a59; +} + .caret-zinc-500\\/40 { caret-color: #71717a66; } +.caret-zinc-500\\/45 { + caret-color: #71717a73; +} + .caret-zinc-500\\/5 { caret-color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #71717a80; } +.caret-zinc-500\\/55 { + caret-color: #71717a8c; +} + .caret-zinc-500\\/60 { caret-color: #71717a99; } +.caret-zinc-500\\/65 { + caret-color: #71717aa6; +} + .caret-zinc-500\\/70 { caret-color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #71717acc; } +.caret-zinc-500\\/85 { + caret-color: #71717ad9; +} + .caret-zinc-500\\/90 { caret-color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #52525b; } +.caret-zinc-600\\/15 { + caret-color: #52525b26; +} + .caret-zinc-600\\/20 { caret-color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #52525b4d; } +.caret-zinc-600\\/35 { + caret-color: #52525b59; +} + .caret-zinc-600\\/40 { caret-color: #52525b66; } +.caret-zinc-600\\/45 { + caret-color: #52525b73; +} + .caret-zinc-600\\/5 { caret-color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #52525b80; } +.caret-zinc-600\\/55 { + caret-color: #52525b8c; +} + .caret-zinc-600\\/60 { caret-color: #52525b99; } +.caret-zinc-600\\/65 { + caret-color: #52525ba6; +} + .caret-zinc-600\\/70 { caret-color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #52525bcc; } +.caret-zinc-600\\/85 { + caret-color: #52525bd9; +} + .caret-zinc-600\\/90 { caret-color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f3f46; } +.caret-zinc-700\\/15 { + caret-color: #3f3f4626; +} + .caret-zinc-700\\/20 { caret-color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f3f464d; } +.caret-zinc-700\\/35 { + caret-color: #3f3f4659; +} + .caret-zinc-700\\/40 { caret-color: #3f3f4666; } +.caret-zinc-700\\/45 { + caret-color: #3f3f4673; +} + .caret-zinc-700\\/5 { caret-color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f3f4680; } +.caret-zinc-700\\/55 { + caret-color: #3f3f468c; +} + .caret-zinc-700\\/60 { caret-color: #3f3f4699; } +.caret-zinc-700\\/65 { + caret-color: #3f3f46a6; +} + .caret-zinc-700\\/70 { caret-color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #3f3f46cc; } +.caret-zinc-700\\/85 { + caret-color: #3f3f46d9; +} + .caret-zinc-700\\/90 { caret-color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #27272a; } +.caret-zinc-800\\/15 { + caret-color: #27272a26; +} + .caret-zinc-800\\/20 { caret-color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #27272a4d; } +.caret-zinc-800\\/35 { + caret-color: #27272a59; +} + .caret-zinc-800\\/40 { caret-color: #27272a66; } +.caret-zinc-800\\/45 { + caret-color: #27272a73; +} + .caret-zinc-800\\/5 { caret-color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #27272a80; } +.caret-zinc-800\\/55 { + caret-color: #27272a8c; +} + .caret-zinc-800\\/60 { caret-color: #27272a99; } +.caret-zinc-800\\/65 { + caret-color: #27272aa6; +} + .caret-zinc-800\\/70 { caret-color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #27272acc; } +.caret-zinc-800\\/85 { + caret-color: #27272ad9; +} + .caret-zinc-800\\/90 { caret-color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #18181b; } +.caret-zinc-900\\/15 { + caret-color: #18181b26; +} + .caret-zinc-900\\/20 { caret-color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #18181b4d; } +.caret-zinc-900\\/35 { + caret-color: #18181b59; +} + .caret-zinc-900\\/40 { caret-color: #18181b66; } +.caret-zinc-900\\/45 { + caret-color: #18181b73; +} + .caret-zinc-900\\/5 { caret-color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #18181b80; } +.caret-zinc-900\\/55 { + caret-color: #18181b8c; +} + .caret-zinc-900\\/60 { caret-color: #18181b99; } +.caret-zinc-900\\/65 { + caret-color: #18181ba6; +} + .caret-zinc-900\\/70 { caret-color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #18181bcc; } +.caret-zinc-900\\/85 { + caret-color: #18181bd9; +} + .caret-zinc-900\\/90 { caret-color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #09090b; } +.caret-zinc-950\\/15 { + caret-color: #09090b26; +} + .caret-zinc-950\\/20 { caret-color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #09090b4d; } +.caret-zinc-950\\/35 { + caret-color: #09090b59; +} + .caret-zinc-950\\/40 { caret-color: #09090b66; } +.caret-zinc-950\\/45 { + caret-color: #09090b73; +} + .caret-zinc-950\\/5 { caret-color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #09090b80; } +.caret-zinc-950\\/55 { + caret-color: #09090b8c; +} + .caret-zinc-950\\/60 { caret-color: #09090b99; } +.caret-zinc-950\\/65 { + caret-color: #09090ba6; +} + .caret-zinc-950\\/70 { caret-color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'caretColor' plugin 1`] = ` caret-color: #09090bcc; } +.caret-zinc-950\\/85 { + caret-color: #09090bd9; +} + .caret-zinc-950\\/90 { caret-color: #09090be6; } diff --git a/tests/plugins/__snapshots__/divideColor.test.js.snap b/tests/plugins/__snapshots__/divideColor.test.js.snap index 55cb22dd97ff..1d2f77ad3141 100644 --- a/tests/plugins/__snapshots__/divideColor.test.js.snap +++ b/tests/plugins/__snapshots__/divideColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef3c7; } +.divide-amber-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c726; +} + .divide-amber-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef3c74d; } +.divide-amber-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c759; +} + .divide-amber-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c766; } +.divide-amber-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c773; +} + .divide-amber-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef3c780; } +.divide-amber-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c78c; +} + .divide-amber-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c799; } +.divide-amber-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c7a6; +} + .divide-amber-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef3c7cc; } +.divide-amber-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c7d9; +} + .divide-amber-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde68a; } +.divide-amber-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a26; +} + .divide-amber-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde68a4d; } +.divide-amber-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a59; +} + .divide-amber-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a66; } +.divide-amber-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a73; +} + .divide-amber-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde68a80; } +.divide-amber-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a8c; +} + .divide-amber-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a99; } +.divide-amber-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68aa6; +} + .divide-amber-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde68acc; } +.divide-amber-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68ad9; +} + .divide-amber-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fcd34d; } +.divide-amber-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d26; +} + .divide-amber-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fcd34d4d; } +.divide-amber-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d59; +} + .divide-amber-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d66; } +.divide-amber-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d73; +} + .divide-amber-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fcd34d80; } +.divide-amber-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d8c; +} + .divide-amber-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d99; } +.divide-amber-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34da6; +} + .divide-amber-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fcd34dcc; } +.divide-amber-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34dd9; +} + .divide-amber-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbbf24; } +.divide-amber-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf2426; +} + .divide-amber-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbbf244d; } +.divide-amber-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf2459; +} + .divide-amber-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf2466; } +.divide-amber-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf2473; +} + .divide-amber-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbbf2480; } +.divide-amber-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf248c; +} + .divide-amber-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf2499; } +.divide-amber-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf24a6; +} + .divide-amber-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbbf24cc; } +.divide-amber-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf24d9; +} + .divide-amber-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fffbeb; } +.divide-amber-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb26; +} + .divide-amber-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fffbeb4d; } +.divide-amber-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb59; +} + .divide-amber-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb66; } +.divide-amber-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb73; +} + .divide-amber-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fffbeb80; } +.divide-amber-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb8c; +} + .divide-amber-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb99; } +.divide-amber-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeba6; +} + .divide-amber-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fffbebcc; } +.divide-amber-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbebd9; +} + .divide-amber-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f59e0b; } +.divide-amber-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b26; +} + .divide-amber-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f59e0b4d; } +.divide-amber-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b59; +} + .divide-amber-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b66; } +.divide-amber-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b73; +} + .divide-amber-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f59e0b80; } +.divide-amber-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b8c; +} + .divide-amber-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b99; } +.divide-amber-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0ba6; +} + .divide-amber-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f59e0bcc; } +.divide-amber-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0bd9; +} + .divide-amber-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d97706; } +.divide-amber-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9770626; +} + .divide-amber-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d977064d; } +.divide-amber-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9770659; +} + .divide-amber-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d9770666; } +.divide-amber-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9770673; +} + .divide-amber-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d9770680; } +.divide-amber-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d977068c; +} + .divide-amber-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d9770699; } +.divide-amber-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d97706a6; +} + .divide-amber-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d97706cc; } +.divide-amber-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d97706d9; +} + .divide-amber-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b45309; } +.divide-amber-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #b4530926; +} + .divide-amber-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b453094d; } +.divide-amber-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #b4530959; +} + .divide-amber-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #b4530966; } +.divide-amber-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #b4530973; +} + .divide-amber-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b4530980; } +.divide-amber-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #b453098c; +} + .divide-amber-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #b4530999; } +.divide-amber-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #b45309a6; +} + .divide-amber-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b45309cc; } +.divide-amber-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #b45309d9; +} + .divide-amber-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #92400e; } +.divide-amber-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e26; +} + .divide-amber-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #92400e4d; } +.divide-amber-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e59; +} + .divide-amber-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e66; } +.divide-amber-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e73; +} + .divide-amber-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #92400e80; } +.divide-amber-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e8c; +} + .divide-amber-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e99; } +.divide-amber-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400ea6; +} + .divide-amber-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #92400ecc; } +.divide-amber-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400ed9; +} + .divide-amber-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78350f; } +.divide-amber-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f26; +} + .divide-amber-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78350f4d; } +.divide-amber-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f59; +} + .divide-amber-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f66; } +.divide-amber-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f73; +} + .divide-amber-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78350f80; } +.divide-amber-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f8c; +} + .divide-amber-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f99; } +.divide-amber-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350fa6; +} + .divide-amber-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78350fcc; } +.divide-amber-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350fd9; +} + .divide-amber-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #451a03; } +.divide-amber-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a0326; +} + .divide-amber-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #451a034d; } +.divide-amber-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a0359; +} + .divide-amber-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #451a0366; } +.divide-amber-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a0373; +} + .divide-amber-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #451a0380; } +.divide-amber-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a038c; +} + .divide-amber-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #451a0399; } +.divide-amber-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a03a6; +} + .divide-amber-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #451a03cc; } +.divide-amber-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a03d9; +} + .divide-amber-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #000; } +.divide-black\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000026; +} + .divide-black\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0000004d; } +.divide-black\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000059; +} + .divide-black\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0006; } +.divide-black\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000073; +} + .divide-black\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #00000080; } +.divide-black\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0000008c; +} + .divide-black\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0009; } +.divide-black\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000a6; +} + .divide-black\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #000c; } +.divide-black\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000d9; +} + .divide-black\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dbeafe; } +.divide-blue-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe26; +} + .divide-blue-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dbeafe4d; } +.divide-blue-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe59; +} + .divide-blue-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe66; } +.divide-blue-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe73; +} + .divide-blue-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dbeafe80; } +.divide-blue-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe8c; +} + .divide-blue-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe99; } +.divide-blue-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafea6; +} + .divide-blue-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dbeafecc; } +.divide-blue-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafed9; +} + .divide-blue-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bfdbfe; } +.divide-blue-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe26; +} + .divide-blue-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bfdbfe4d; } +.divide-blue-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe59; +} + .divide-blue-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe66; } +.divide-blue-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe73; +} + .divide-blue-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bfdbfe80; } +.divide-blue-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe8c; +} + .divide-blue-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe99; } +.divide-blue-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfea6; +} + .divide-blue-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bfdbfecc; } +.divide-blue-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfed9; +} + .divide-blue-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #93c5fd; } +.divide-blue-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd26; +} + .divide-blue-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #93c5fd4d; } +.divide-blue-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd59; +} + .divide-blue-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd66; } +.divide-blue-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd73; +} + .divide-blue-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #93c5fd80; } +.divide-blue-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd8c; +} + .divide-blue-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd99; } +.divide-blue-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fda6; +} + .divide-blue-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #93c5fdcc; } +.divide-blue-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fdd9; +} + .divide-blue-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #60a5fa; } +.divide-blue-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa26; +} + .divide-blue-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #60a5fa4d; } +.divide-blue-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa59; +} + .divide-blue-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa66; } +.divide-blue-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa73; +} + .divide-blue-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #60a5fa80; } +.divide-blue-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa8c; +} + .divide-blue-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa99; } +.divide-blue-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5faa6; +} + .divide-blue-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #60a5facc; } +.divide-blue-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fad9; +} + .divide-blue-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eff6ff; } +.divide-blue-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff26; +} + .divide-blue-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eff6ff4d; } +.divide-blue-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff59; +} + .divide-blue-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff66; } +.divide-blue-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff73; +} + .divide-blue-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eff6ff80; } +.divide-blue-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff8c; +} + .divide-blue-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff99; } +.divide-blue-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ffa6; +} + .divide-blue-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eff6ffcc; } +.divide-blue-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ffd9; +} + .divide-blue-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b82f6; } +.divide-blue-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f626; +} + .divide-blue-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b82f64d; } +.divide-blue-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f659; +} + .divide-blue-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f666; } +.divide-blue-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f673; +} + .divide-blue-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b82f680; } +.divide-blue-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f68c; +} + .divide-blue-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f699; } +.divide-blue-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f6a6; +} + .divide-blue-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b82f6cc; } +.divide-blue-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f6d9; +} + .divide-blue-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2563eb; } +.divide-blue-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb26; +} + .divide-blue-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2563eb4d; } +.divide-blue-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb59; +} + .divide-blue-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb66; } +.divide-blue-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb73; +} + .divide-blue-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2563eb80; } +.divide-blue-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb8c; +} + .divide-blue-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb99; } +.divide-blue-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eba6; +} + .divide-blue-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2563ebcc; } +.divide-blue-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563ebd9; +} + .divide-blue-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1d4ed8; } +.divide-blue-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed826; +} + .divide-blue-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1d4ed84d; } +.divide-blue-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed859; +} + .divide-blue-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed866; } +.divide-blue-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed873; +} + .divide-blue-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1d4ed880; } +.divide-blue-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed88c; +} + .divide-blue-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed899; } +.divide-blue-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed8a6; +} + .divide-blue-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1d4ed8cc; } +.divide-blue-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed8d9; +} + .divide-blue-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e40af; } +.divide-blue-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af26; +} + .divide-blue-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e40af4d; } +.divide-blue-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af59; +} + .divide-blue-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af66; } +.divide-blue-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af73; +} + .divide-blue-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e40af80; } +.divide-blue-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af8c; +} + .divide-blue-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af99; } +.divide-blue-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40afa6; +} + .divide-blue-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e40afcc; } +.divide-blue-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40afd9; +} + .divide-blue-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e3a8a; } +.divide-blue-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a26; +} + .divide-blue-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e3a8a4d; } +.divide-blue-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a59; +} + .divide-blue-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a66; } +.divide-blue-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a73; +} + .divide-blue-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e3a8a80; } +.divide-blue-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a8c; +} + .divide-blue-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a99; } +.divide-blue-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8aa6; +} + .divide-blue-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e3a8acc; } +.divide-blue-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8ad9; +} + .divide-blue-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #172554; } +.divide-blue-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #17255426; +} + .divide-blue-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1725544d; } +.divide-blue-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #17255459; +} + .divide-blue-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #17255466; } +.divide-blue-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #17255473; +} + .divide-blue-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #17255480; } +.divide-blue-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1725548c; +} + .divide-blue-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #17255499; } +.divide-blue-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #172554a6; +} + .divide-blue-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #172554cc; } +.divide-blue-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #172554d9; +} + .divide-blue-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cffafe; } +.divide-cyan-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe26; +} + .divide-cyan-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cffafe4d; } +.divide-cyan-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe59; +} + .divide-cyan-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe66; } +.divide-cyan-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe73; +} + .divide-cyan-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cffafe80; } +.divide-cyan-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe8c; +} + .divide-cyan-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe99; } +.divide-cyan-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafea6; +} + .divide-cyan-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cffafecc; } +.divide-cyan-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafed9; +} + .divide-cyan-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5f3fc; } +.divide-cyan-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc26; +} + .divide-cyan-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5f3fc4d; } +.divide-cyan-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc59; +} + .divide-cyan-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc66; } +.divide-cyan-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc73; +} + .divide-cyan-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5f3fc80; } +.divide-cyan-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc8c; +} + .divide-cyan-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc99; } +.divide-cyan-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fca6; +} + .divide-cyan-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5f3fccc; } +.divide-cyan-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fcd9; +} + .divide-cyan-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #67e8f9; } +.divide-cyan-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f926; +} + .divide-cyan-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #67e8f94d; } +.divide-cyan-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f959; +} + .divide-cyan-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f966; } +.divide-cyan-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f973; +} + .divide-cyan-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #67e8f980; } +.divide-cyan-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f98c; +} + .divide-cyan-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f999; } +.divide-cyan-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f9a6; +} + .divide-cyan-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #67e8f9cc; } +.divide-cyan-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f9d9; +} + .divide-cyan-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22d3ee; } +.divide-cyan-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee26; +} + .divide-cyan-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22d3ee4d; } +.divide-cyan-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee59; +} + .divide-cyan-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee66; } +.divide-cyan-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee73; +} + .divide-cyan-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22d3ee80; } +.divide-cyan-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee8c; +} + .divide-cyan-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee99; } +.divide-cyan-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3eea6; +} + .divide-cyan-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22d3eecc; } +.divide-cyan-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3eed9; +} + .divide-cyan-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfeff; } +.divide-cyan-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff26; +} + .divide-cyan-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfeff4d; } +.divide-cyan-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff59; +} + .divide-cyan-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff66; } +.divide-cyan-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff73; +} + .divide-cyan-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfeff80; } +.divide-cyan-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff8c; +} + .divide-cyan-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff99; } +.divide-cyan-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeffa6; +} + .divide-cyan-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfeffcc; } +.divide-cyan-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeffd9; +} + .divide-cyan-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #06b6d4; } +.divide-cyan-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d426; +} + .divide-cyan-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #06b6d44d; } +.divide-cyan-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d459; +} + .divide-cyan-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d466; } +.divide-cyan-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d473; +} + .divide-cyan-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #06b6d480; } +.divide-cyan-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d48c; +} + .divide-cyan-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d499; } +.divide-cyan-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d4a6; +} + .divide-cyan-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #06b6d4cc; } +.divide-cyan-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d4d9; +} + .divide-cyan-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0891b2; } +.divide-cyan-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b226; +} + .divide-cyan-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0891b24d; } +.divide-cyan-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b259; +} + .divide-cyan-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b266; } +.divide-cyan-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b273; +} + .divide-cyan-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0891b280; } +.divide-cyan-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b28c; +} + .divide-cyan-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b299; } +.divide-cyan-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b2a6; +} + .divide-cyan-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0891b2cc; } +.divide-cyan-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b2d9; +} + .divide-cyan-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0e7490; } +.divide-cyan-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e749026; +} + .divide-cyan-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0e74904d; } +.divide-cyan-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e749059; +} + .divide-cyan-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0e749066; } +.divide-cyan-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e749073; +} + .divide-cyan-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0e749080; } +.divide-cyan-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e74908c; +} + .divide-cyan-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0e749099; } +.divide-cyan-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e7490a6; +} + .divide-cyan-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0e7490cc; } +.divide-cyan-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e7490d9; +} + .divide-cyan-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #155e75; } +.divide-cyan-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e7526; +} + .divide-cyan-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #155e754d; } +.divide-cyan-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e7559; +} + .divide-cyan-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #155e7566; } +.divide-cyan-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e7573; +} + .divide-cyan-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #155e7580; } +.divide-cyan-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e758c; +} + .divide-cyan-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #155e7599; } +.divide-cyan-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e75a6; +} + .divide-cyan-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #155e75cc; } +.divide-cyan-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e75d9; +} + .divide-cyan-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #164e63; } +.divide-cyan-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e6326; +} + .divide-cyan-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #164e634d; } +.divide-cyan-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e6359; +} + .divide-cyan-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #164e6366; } +.divide-cyan-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e6373; +} + .divide-cyan-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #164e6380; } +.divide-cyan-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e638c; +} + .divide-cyan-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #164e6399; } +.divide-cyan-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e63a6; +} + .divide-cyan-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #164e63cc; } +.divide-cyan-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e63d9; +} + .divide-cyan-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #083344; } +.divide-cyan-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #08334426; +} + .divide-cyan-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0833444d; } +.divide-cyan-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #08334459; +} + .divide-cyan-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #08334466; } +.divide-cyan-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #08334473; +} + .divide-cyan-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #08334480; } +.divide-cyan-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0833448c; +} + .divide-cyan-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #08334499; } +.divide-cyan-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #083344a6; +} + .divide-cyan-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #083344cc; } +.divide-cyan-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #083344d9; +} + .divide-cyan-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1fae5; } +.divide-emerald-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae526; +} + .divide-emerald-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1fae54d; } +.divide-emerald-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae559; +} + .divide-emerald-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae566; } +.divide-emerald-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae573; +} + .divide-emerald-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1fae580; } +.divide-emerald-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae58c; +} + .divide-emerald-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae599; } +.divide-emerald-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae5a6; +} + .divide-emerald-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1fae5cc; } +.divide-emerald-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae5d9; +} + .divide-emerald-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a7f3d0; } +.divide-emerald-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d026; +} + .divide-emerald-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a7f3d04d; } +.divide-emerald-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d059; +} + .divide-emerald-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d066; } +.divide-emerald-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d073; +} + .divide-emerald-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a7f3d080; } +.divide-emerald-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d08c; +} + .divide-emerald-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d099; } +.divide-emerald-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d0a6; +} + .divide-emerald-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a7f3d0cc; } +.divide-emerald-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d0d9; +} + .divide-emerald-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6ee7b7; } +.divide-emerald-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b726; +} + .divide-emerald-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6ee7b74d; } +.divide-emerald-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b759; +} + .divide-emerald-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b766; } +.divide-emerald-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b773; +} + .divide-emerald-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6ee7b780; } +.divide-emerald-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b78c; +} + .divide-emerald-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b799; } +.divide-emerald-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b7a6; +} + .divide-emerald-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6ee7b7cc; } +.divide-emerald-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b7d9; +} + .divide-emerald-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #34d399; } +.divide-emerald-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d39926; +} + .divide-emerald-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #34d3994d; } +.divide-emerald-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d39959; +} + .divide-emerald-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #34d39966; } +.divide-emerald-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d39973; +} + .divide-emerald-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #34d39980; } +.divide-emerald-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d3998c; +} + .divide-emerald-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #34d39999; } +.divide-emerald-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d399a6; +} + .divide-emerald-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #34d399cc; } +.divide-emerald-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d399d9; +} + .divide-emerald-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfdf5; } +.divide-emerald-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf526; +} + .divide-emerald-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfdf54d; } +.divide-emerald-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf559; +} + .divide-emerald-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf566; } +.divide-emerald-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf573; +} + .divide-emerald-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfdf580; } +.divide-emerald-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf58c; +} + .divide-emerald-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf599; } +.divide-emerald-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf5a6; +} + .divide-emerald-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfdf5cc; } +.divide-emerald-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf5d9; +} + .divide-emerald-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #10b981; } +.divide-emerald-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b98126; +} + .divide-emerald-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #10b9814d; } +.divide-emerald-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b98159; +} + .divide-emerald-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #10b98166; } +.divide-emerald-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b98173; +} + .divide-emerald-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #10b98180; } +.divide-emerald-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b9818c; +} + .divide-emerald-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #10b98199; } +.divide-emerald-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b981a6; +} + .divide-emerald-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #10b981cc; } +.divide-emerald-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b981d9; +} + .divide-emerald-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #059669; } +.divide-emerald-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #05966926; +} + .divide-emerald-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0596694d; } +.divide-emerald-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #05966959; +} + .divide-emerald-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #05966966; } +.divide-emerald-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #05966973; +} + .divide-emerald-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #05966980; } +.divide-emerald-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0596698c; +} + .divide-emerald-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #05966999; } +.divide-emerald-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #059669a6; +} + .divide-emerald-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #059669cc; } +.divide-emerald-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #059669d9; +} + .divide-emerald-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #047857; } +.divide-emerald-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #04785726; +} + .divide-emerald-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0478574d; } +.divide-emerald-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #04785759; +} + .divide-emerald-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #04785766; } +.divide-emerald-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #04785773; +} + .divide-emerald-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #04785780; } +.divide-emerald-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0478578c; +} + .divide-emerald-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #04785799; } +.divide-emerald-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #047857a6; +} + .divide-emerald-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #047857cc; } +.divide-emerald-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #047857d9; +} + .divide-emerald-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #065f46; } +.divide-emerald-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f4626; +} + .divide-emerald-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #065f464d; } +.divide-emerald-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f4659; +} + .divide-emerald-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #065f4666; } +.divide-emerald-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f4673; +} + .divide-emerald-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #065f4680; } +.divide-emerald-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f468c; +} + .divide-emerald-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #065f4699; } +.divide-emerald-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f46a6; +} + .divide-emerald-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #065f46cc; } +.divide-emerald-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f46d9; +} + .divide-emerald-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #064e3b; } +.divide-emerald-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b26; +} + .divide-emerald-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #064e3b4d; } +.divide-emerald-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b59; +} + .divide-emerald-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b66; } +.divide-emerald-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b73; +} + .divide-emerald-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #064e3b80; } +.divide-emerald-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b8c; +} + .divide-emerald-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b99; } +.divide-emerald-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3ba6; +} + .divide-emerald-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #064e3bcc; } +.divide-emerald-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3bd9; +} + .divide-emerald-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #022c22; } +.divide-emerald-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c2226; +} + .divide-emerald-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #022c224d; } +.divide-emerald-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c2259; +} + .divide-emerald-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #022c2266; } +.divide-emerald-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c2273; +} + .divide-emerald-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #022c2280; } +.divide-emerald-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c228c; +} + .divide-emerald-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #022c2299; } +.divide-emerald-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c22a6; +} + .divide-emerald-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #022c22cc; } +.divide-emerald-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c22d9; +} + .divide-emerald-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fae8ff; } +.divide-fuchsia-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff26; +} + .divide-fuchsia-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fae8ff4d; } +.divide-fuchsia-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff59; +} + .divide-fuchsia-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff66; } +.divide-fuchsia-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff73; +} + .divide-fuchsia-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fae8ff80; } +.divide-fuchsia-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff8c; +} + .divide-fuchsia-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff99; } +.divide-fuchsia-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ffa6; +} + .divide-fuchsia-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fae8ffcc; } +.divide-fuchsia-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ffd9; +} + .divide-fuchsia-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5d0fe; } +.divide-fuchsia-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe26; +} + .divide-fuchsia-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5d0fe4d; } +.divide-fuchsia-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe59; +} + .divide-fuchsia-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe66; } +.divide-fuchsia-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe73; +} + .divide-fuchsia-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5d0fe80; } +.divide-fuchsia-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe8c; +} + .divide-fuchsia-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe99; } +.divide-fuchsia-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fea6; +} + .divide-fuchsia-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5d0fecc; } +.divide-fuchsia-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fed9; +} + .divide-fuchsia-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0abfc; } +.divide-fuchsia-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc26; +} + .divide-fuchsia-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0abfc4d; } +.divide-fuchsia-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc59; +} + .divide-fuchsia-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc66; } +.divide-fuchsia-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc73; +} + .divide-fuchsia-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0abfc80; } +.divide-fuchsia-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc8c; +} + .divide-fuchsia-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc99; } +.divide-fuchsia-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfca6; +} + .divide-fuchsia-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0abfccc; } +.divide-fuchsia-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfcd9; +} + .divide-fuchsia-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e879f9; } +.divide-fuchsia-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f926; +} + .divide-fuchsia-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e879f94d; } +.divide-fuchsia-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f959; +} + .divide-fuchsia-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f966; } +.divide-fuchsia-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f973; +} + .divide-fuchsia-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e879f980; } +.divide-fuchsia-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f98c; +} + .divide-fuchsia-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f999; } +.divide-fuchsia-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f9a6; +} + .divide-fuchsia-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e879f9cc; } +.divide-fuchsia-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f9d9; +} + .divide-fuchsia-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf4ff; } +.divide-fuchsia-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff26; +} + .divide-fuchsia-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf4ff4d; } +.divide-fuchsia-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff59; +} + .divide-fuchsia-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff66; } +.divide-fuchsia-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff73; +} + .divide-fuchsia-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf4ff80; } +.divide-fuchsia-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff8c; +} + .divide-fuchsia-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff99; } +.divide-fuchsia-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ffa6; +} + .divide-fuchsia-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf4ffcc; } +.divide-fuchsia-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ffd9; +} + .divide-fuchsia-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d946ef; } +.divide-fuchsia-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef26; +} + .divide-fuchsia-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d946ef4d; } +.divide-fuchsia-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef59; +} + .divide-fuchsia-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef66; } +.divide-fuchsia-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef73; +} + .divide-fuchsia-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d946ef80; } +.divide-fuchsia-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef8c; +} + .divide-fuchsia-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef99; } +.divide-fuchsia-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946efa6; +} + .divide-fuchsia-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d946efcc; } +.divide-fuchsia-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946efd9; +} + .divide-fuchsia-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c026d3; } +.divide-fuchsia-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d326; +} + .divide-fuchsia-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c026d34d; } +.divide-fuchsia-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d359; +} + .divide-fuchsia-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d366; } +.divide-fuchsia-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d373; +} + .divide-fuchsia-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c026d380; } +.divide-fuchsia-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d38c; +} + .divide-fuchsia-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d399; } +.divide-fuchsia-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d3a6; +} + .divide-fuchsia-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c026d3cc; } +.divide-fuchsia-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d3d9; +} + .divide-fuchsia-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a21caf; } +.divide-fuchsia-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf26; +} + .divide-fuchsia-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a21caf4d; } +.divide-fuchsia-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf59; +} + .divide-fuchsia-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf66; } +.divide-fuchsia-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf73; +} + .divide-fuchsia-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a21caf80; } +.divide-fuchsia-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf8c; +} + .divide-fuchsia-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf99; } +.divide-fuchsia-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21cafa6; +} + .divide-fuchsia-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a21cafcc; } +.divide-fuchsia-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21cafd9; +} + .divide-fuchsia-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86198f; } +.divide-fuchsia-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f26; +} + .divide-fuchsia-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86198f4d; } +.divide-fuchsia-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f59; +} + .divide-fuchsia-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f66; } +.divide-fuchsia-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f73; +} + .divide-fuchsia-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86198f80; } +.divide-fuchsia-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f8c; +} + .divide-fuchsia-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f99; } +.divide-fuchsia-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198fa6; +} + .divide-fuchsia-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86198fcc; } +.divide-fuchsia-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198fd9; +} + .divide-fuchsia-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #701a75; } +.divide-fuchsia-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a7526; +} + .divide-fuchsia-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #701a754d; } +.divide-fuchsia-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a7559; +} + .divide-fuchsia-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #701a7566; } +.divide-fuchsia-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a7573; +} + .divide-fuchsia-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #701a7580; } +.divide-fuchsia-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a758c; +} + .divide-fuchsia-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #701a7599; } +.divide-fuchsia-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a75a6; +} + .divide-fuchsia-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #701a75cc; } +.divide-fuchsia-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a75d9; +} + .divide-fuchsia-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4a044e; } +.divide-fuchsia-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e26; +} + .divide-fuchsia-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4a044e4d; } +.divide-fuchsia-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e59; +} + .divide-fuchsia-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e66; } +.divide-fuchsia-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e73; +} + .divide-fuchsia-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4a044e80; } +.divide-fuchsia-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e8c; +} + .divide-fuchsia-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e99; } +.divide-fuchsia-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044ea6; +} + .divide-fuchsia-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4a044ecc; } +.divide-fuchsia-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044ed9; +} + .divide-fuchsia-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3f4f6; } +.divide-gray-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f626; +} + .divide-gray-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3f4f64d; } +.divide-gray-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f659; +} + .divide-gray-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f666; } +.divide-gray-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f673; +} + .divide-gray-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3f4f680; } +.divide-gray-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f68c; +} + .divide-gray-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f699; } +.divide-gray-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f6a6; +} + .divide-gray-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3f4f6cc; } +.divide-gray-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f6d9; +} + .divide-gray-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e7eb; } +.divide-gray-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb26; +} + .divide-gray-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e7eb4d; } +.divide-gray-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb59; +} + .divide-gray-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb66; } +.divide-gray-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb73; +} + .divide-gray-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e7eb80; } +.divide-gray-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb8c; +} + .divide-gray-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb99; } +.divide-gray-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eba6; +} + .divide-gray-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e7ebcc; } +.divide-gray-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7ebd9; +} + .divide-gray-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1d5db; } +.divide-gray-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db26; +} + .divide-gray-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1d5db4d; } +.divide-gray-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db59; +} + .divide-gray-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db66; } +.divide-gray-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db73; +} + .divide-gray-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1d5db80; } +.divide-gray-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db8c; +} + .divide-gray-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db99; } +.divide-gray-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5dba6; +} + .divide-gray-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d1d5dbcc; } +.divide-gray-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5dbd9; +} + .divide-gray-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9ca3af; } +.divide-gray-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af26; +} + .divide-gray-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9ca3af4d; } +.divide-gray-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af59; +} + .divide-gray-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af66; } +.divide-gray-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af73; +} + .divide-gray-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9ca3af80; } +.divide-gray-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af8c; +} + .divide-gray-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af99; } +.divide-gray-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3afa6; +} + .divide-gray-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9ca3afcc; } +.divide-gray-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3afd9; +} + .divide-gray-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9fafb; } +.divide-gray-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb26; +} + .divide-gray-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9fafb4d; } +.divide-gray-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb59; +} + .divide-gray-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb66; } +.divide-gray-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb73; +} + .divide-gray-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9fafb80; } +.divide-gray-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb8c; +} + .divide-gray-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb99; } +.divide-gray-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafba6; +} + .divide-gray-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9fafbcc; } +.divide-gray-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafbd9; +} + .divide-gray-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b7280; } +.divide-gray-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b728026; +} + .divide-gray-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b72804d; } +.divide-gray-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b728059; +} + .divide-gray-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6b728066; } +.divide-gray-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b728073; +} + .divide-gray-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b728080; } +.divide-gray-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b72808c; +} + .divide-gray-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6b728099; } +.divide-gray-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b7280a6; +} + .divide-gray-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b7280cc; } +.divide-gray-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b7280d9; +} + .divide-gray-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4b5563; } +.divide-gray-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b556326; +} + .divide-gray-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4b55634d; } +.divide-gray-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b556359; +} + .divide-gray-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4b556366; } +.divide-gray-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b556373; +} + .divide-gray-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4b556380; } +.divide-gray-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b55638c; +} + .divide-gray-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4b556399; } +.divide-gray-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b5563a6; +} + .divide-gray-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4b5563cc; } +.divide-gray-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b5563d9; +} + .divide-gray-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #374151; } +.divide-gray-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #37415126; +} + .divide-gray-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3741514d; } +.divide-gray-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #37415159; +} + .divide-gray-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #37415166; } +.divide-gray-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #37415173; +} + .divide-gray-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #37415180; } +.divide-gray-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3741518c; +} + .divide-gray-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #37415199; } +.divide-gray-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #374151a6; +} + .divide-gray-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #374151cc; } +.divide-gray-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #374151d9; +} + .divide-gray-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1f2937; } +.divide-gray-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f293726; +} + .divide-gray-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1f29374d; } +.divide-gray-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f293759; +} + .divide-gray-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1f293766; } +.divide-gray-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f293773; +} + .divide-gray-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1f293780; } +.divide-gray-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f29378c; +} + .divide-gray-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1f293799; } +.divide-gray-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f2937a6; +} + .divide-gray-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1f2937cc; } +.divide-gray-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f2937d9; +} + .divide-gray-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #111827; } +.divide-gray-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #11182726; +} + .divide-gray-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1118274d; } +.divide-gray-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #11182759; +} + .divide-gray-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #11182766; } +.divide-gray-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #11182773; +} + .divide-gray-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #11182780; } +.divide-gray-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1118278c; +} + .divide-gray-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #11182799; } +.divide-gray-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #111827a6; +} + .divide-gray-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #111827cc; } +.divide-gray-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #111827d9; +} + .divide-gray-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #030712; } +.divide-gray-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #03071226; +} + .divide-gray-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0307124d; } +.divide-gray-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #03071259; +} + .divide-gray-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #03071266; } +.divide-gray-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #03071273; +} + .divide-gray-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #03071280; } +.divide-gray-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0307128c; +} + .divide-gray-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #03071299; } +.divide-gray-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #030712a6; +} + .divide-gray-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #030712cc; } +.divide-gray-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #030712d9; +} + .divide-gray-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dcfce7; } +.divide-green-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce726; +} + .divide-green-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dcfce74d; } +.divide-green-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce759; +} + .divide-green-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce766; } +.divide-green-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce773; +} + .divide-green-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dcfce780; } +.divide-green-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce78c; +} + .divide-green-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce799; } +.divide-green-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce7a6; +} + .divide-green-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dcfce7cc; } +.divide-green-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce7d9; +} + .divide-green-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bbf7d0; } +.divide-green-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d026; +} + .divide-green-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bbf7d04d; } +.divide-green-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d059; +} + .divide-green-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d066; } +.divide-green-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d073; +} + .divide-green-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bbf7d080; } +.divide-green-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d08c; +} + .divide-green-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d099; } +.divide-green-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d0a6; +} + .divide-green-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bbf7d0cc; } +.divide-green-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d0d9; +} + .divide-green-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86efac; } +.divide-green-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac26; +} + .divide-green-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86efac4d; } +.divide-green-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac59; +} + .divide-green-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac66; } +.divide-green-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac73; +} + .divide-green-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86efac80; } +.divide-green-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac8c; +} + .divide-green-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac99; } +.divide-green-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efaca6; +} + .divide-green-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #86efaccc; } +.divide-green-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efacd9; +} + .divide-green-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4ade80; } +.divide-green-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade8026; +} + .divide-green-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4ade804d; } +.divide-green-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade8059; +} + .divide-green-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade8066; } +.divide-green-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade8073; +} + .divide-green-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4ade8080; } +.divide-green-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade808c; +} + .divide-green-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade8099; } +.divide-green-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade80a6; +} + .divide-green-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4ade80cc; } +.divide-green-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade80d9; +} + .divide-green-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdf4; } +.divide-green-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf426; +} + .divide-green-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdf44d; } +.divide-green-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf459; +} + .divide-green-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf466; } +.divide-green-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf473; +} + .divide-green-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdf480; } +.divide-green-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf48c; +} + .divide-green-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf499; } +.divide-green-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf4a6; +} + .divide-green-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdf4cc; } +.divide-green-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf4d9; +} + .divide-green-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22c55e; } +.divide-green-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e26; +} + .divide-green-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22c55e4d; } +.divide-green-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e59; +} + .divide-green-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e66; } +.divide-green-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e73; +} + .divide-green-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22c55e80; } +.divide-green-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e8c; +} + .divide-green-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e99; } +.divide-green-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55ea6; +} + .divide-green-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #22c55ecc; } +.divide-green-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55ed9; +} + .divide-green-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #16a34a; } +.divide-green-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a26; +} + .divide-green-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #16a34a4d; } +.divide-green-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a59; +} + .divide-green-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a66; } +.divide-green-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a73; +} + .divide-green-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #16a34a80; } +.divide-green-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a8c; +} + .divide-green-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a99; } +.divide-green-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34aa6; +} + .divide-green-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #16a34acc; } +.divide-green-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34ad9; +} + .divide-green-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #15803d; } +.divide-green-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d26; +} + .divide-green-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #15803d4d; } +.divide-green-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d59; +} + .divide-green-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d66; } +.divide-green-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d73; +} + .divide-green-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #15803d80; } +.divide-green-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d8c; +} + .divide-green-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d99; } +.divide-green-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803da6; +} + .divide-green-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #15803dcc; } +.divide-green-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803dd9; +} + .divide-green-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #166534; } +.divide-green-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #16653426; +} + .divide-green-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1665344d; } +.divide-green-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #16653459; +} + .divide-green-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #16653466; } +.divide-green-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #16653473; +} + .divide-green-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #16653480; } +.divide-green-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1665348c; +} + .divide-green-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #16653499; } +.divide-green-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #166534a6; +} + .divide-green-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #166534cc; } +.divide-green-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #166534d9; +} + .divide-green-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14532d; } +.divide-green-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d26; +} + .divide-green-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14532d4d; } +.divide-green-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d59; +} + .divide-green-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d66; } +.divide-green-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d73; +} + .divide-green-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14532d80; } +.divide-green-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d8c; +} + .divide-green-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d99; } +.divide-green-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532da6; +} + .divide-green-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14532dcc; } +.divide-green-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532dd9; +} + .divide-green-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #052e16; } +.divide-green-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e1626; +} + .divide-green-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #052e164d; } +.divide-green-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e1659; +} + .divide-green-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #052e1666; } +.divide-green-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e1673; +} + .divide-green-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #052e1680; } +.divide-green-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e168c; +} + .divide-green-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #052e1699; } +.divide-green-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e16a6; +} + .divide-green-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #052e16cc; } +.divide-green-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e16d9; +} + .divide-green-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0e7ff; } +.divide-indigo-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff26; +} + .divide-indigo-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0e7ff4d; } +.divide-indigo-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff59; +} + .divide-indigo-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff66; } +.divide-indigo-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff73; +} + .divide-indigo-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0e7ff80; } +.divide-indigo-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff8c; +} + .divide-indigo-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff99; } +.divide-indigo-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ffa6; +} + .divide-indigo-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0e7ffcc; } +.divide-indigo-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ffd9; +} + .divide-indigo-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c7d2fe; } +.divide-indigo-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe26; +} + .divide-indigo-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c7d2fe4d; } +.divide-indigo-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe59; +} + .divide-indigo-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe66; } +.divide-indigo-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe73; +} + .divide-indigo-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c7d2fe80; } +.divide-indigo-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe8c; +} + .divide-indigo-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe99; } +.divide-indigo-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fea6; +} + .divide-indigo-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c7d2fecc; } +.divide-indigo-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fed9; +} + .divide-indigo-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5b4fc; } +.divide-indigo-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc26; +} + .divide-indigo-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5b4fc4d; } +.divide-indigo-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc59; +} + .divide-indigo-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc66; } +.divide-indigo-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc73; +} + .divide-indigo-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5b4fc80; } +.divide-indigo-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc8c; +} + .divide-indigo-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc99; } +.divide-indigo-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fca6; +} + .divide-indigo-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a5b4fccc; } +.divide-indigo-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fcd9; +} + .divide-indigo-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #818cf8; } +.divide-indigo-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf826; +} + .divide-indigo-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #818cf84d; } +.divide-indigo-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf859; +} + .divide-indigo-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf866; } +.divide-indigo-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf873; +} + .divide-indigo-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #818cf880; } +.divide-indigo-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf88c; +} + .divide-indigo-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf899; } +.divide-indigo-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf8a6; +} + .divide-indigo-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #818cf8cc; } +.divide-indigo-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf8d9; +} + .divide-indigo-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eef2ff; } +.divide-indigo-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff26; +} + .divide-indigo-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eef2ff4d; } +.divide-indigo-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff59; +} + .divide-indigo-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff66; } +.divide-indigo-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff73; +} + .divide-indigo-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eef2ff80; } +.divide-indigo-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff8c; +} + .divide-indigo-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff99; } +.divide-indigo-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ffa6; +} + .divide-indigo-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eef2ffcc; } +.divide-indigo-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ffd9; +} + .divide-indigo-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6366f1; } +.divide-indigo-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f126; +} + .divide-indigo-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6366f14d; } +.divide-indigo-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f159; +} + .divide-indigo-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f166; } +.divide-indigo-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f173; +} + .divide-indigo-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6366f180; } +.divide-indigo-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f18c; +} + .divide-indigo-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f199; } +.divide-indigo-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f1a6; +} + .divide-indigo-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6366f1cc; } +.divide-indigo-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f1d9; +} + .divide-indigo-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4f46e5; } +.divide-indigo-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e526; +} + .divide-indigo-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4f46e54d; } +.divide-indigo-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e559; +} + .divide-indigo-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e566; } +.divide-indigo-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e573; +} + .divide-indigo-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4f46e580; } +.divide-indigo-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e58c; +} + .divide-indigo-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e599; } +.divide-indigo-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e5a6; +} + .divide-indigo-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4f46e5cc; } +.divide-indigo-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e5d9; +} + .divide-indigo-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4338ca; } +.divide-indigo-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca26; +} + .divide-indigo-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4338ca4d; } +.divide-indigo-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca59; +} + .divide-indigo-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca66; } +.divide-indigo-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca73; +} + .divide-indigo-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4338ca80; } +.divide-indigo-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca8c; +} + .divide-indigo-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca99; } +.divide-indigo-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338caa6; +} + .divide-indigo-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4338cacc; } +.divide-indigo-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338cad9; +} + .divide-indigo-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3730a3; } +.divide-indigo-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a326; +} + .divide-indigo-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3730a34d; } +.divide-indigo-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a359; +} + .divide-indigo-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a366; } +.divide-indigo-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a373; +} + .divide-indigo-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3730a380; } +.divide-indigo-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a38c; +} + .divide-indigo-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a399; } +.divide-indigo-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a3a6; +} + .divide-indigo-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3730a3cc; } +.divide-indigo-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a3d9; +} + .divide-indigo-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #312e81; } +.divide-indigo-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e8126; +} + .divide-indigo-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #312e814d; } +.divide-indigo-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e8159; +} + .divide-indigo-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #312e8166; } +.divide-indigo-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e8173; +} + .divide-indigo-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #312e8180; } +.divide-indigo-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e818c; +} + .divide-indigo-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #312e8199; } +.divide-indigo-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e81a6; +} + .divide-indigo-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #312e81cc; } +.divide-indigo-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e81d9; +} + .divide-indigo-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e1b4b; } +.divide-indigo-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b26; +} + .divide-indigo-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e1b4b4d; } +.divide-indigo-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b59; +} + .divide-indigo-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b66; } +.divide-indigo-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b73; +} + .divide-indigo-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e1b4b80; } +.divide-indigo-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b8c; +} + .divide-indigo-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b99; } +.divide-indigo-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4ba6; +} + .divide-indigo-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e1b4bcc; } +.divide-indigo-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4bd9; +} + .divide-indigo-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfccb; } +.divide-lime-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb26; +} + .divide-lime-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfccb4d; } +.divide-lime-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb59; +} + .divide-lime-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb66; } +.divide-lime-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb73; +} + .divide-lime-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfccb80; } +.divide-lime-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb8c; +} + .divide-lime-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb99; } +.divide-lime-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccba6; +} + .divide-lime-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ecfccbcc; } +.divide-lime-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccbd9; +} + .divide-lime-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d9f99d; } +.divide-lime-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d26; +} + .divide-lime-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d9f99d4d; } +.divide-lime-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d59; +} + .divide-lime-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d66; } +.divide-lime-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d73; +} + .divide-lime-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d9f99d80; } +.divide-lime-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d8c; +} + .divide-lime-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d99; } +.divide-lime-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99da6; +} + .divide-lime-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d9f99dcc; } +.divide-lime-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99dd9; +} + .divide-lime-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bef264; } +.divide-lime-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef26426; +} + .divide-lime-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bef2644d; } +.divide-lime-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef26459; +} + .divide-lime-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bef26466; } +.divide-lime-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef26473; +} + .divide-lime-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bef26480; } +.divide-lime-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef2648c; +} + .divide-lime-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bef26499; } +.divide-lime-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef264a6; +} + .divide-lime-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bef264cc; } +.divide-lime-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef264d9; +} + .divide-lime-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3e635; } +.divide-lime-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e63526; +} + .divide-lime-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3e6354d; } +.divide-lime-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e63559; +} + .divide-lime-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e63566; } +.divide-lime-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e63573; +} + .divide-lime-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3e63580; } +.divide-lime-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e6358c; +} + .divide-lime-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e63599; } +.divide-lime-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e635a6; +} + .divide-lime-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3e635cc; } +.divide-lime-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e635d9; +} + .divide-lime-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f7fee7; } +.divide-lime-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee726; +} + .divide-lime-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f7fee74d; } +.divide-lime-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee759; +} + .divide-lime-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee766; } +.divide-lime-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee773; +} + .divide-lime-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f7fee780; } +.divide-lime-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee78c; +} + .divide-lime-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee799; } +.divide-lime-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee7a6; +} + .divide-lime-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f7fee7cc; } +.divide-lime-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee7d9; +} + .divide-lime-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #84cc16; } +.divide-lime-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc1626; +} + .divide-lime-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #84cc164d; } +.divide-lime-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc1659; +} + .divide-lime-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc1666; } +.divide-lime-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc1673; +} + .divide-lime-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #84cc1680; } +.divide-lime-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc168c; +} + .divide-lime-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc1699; } +.divide-lime-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc16a6; +} + .divide-lime-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #84cc16cc; } +.divide-lime-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc16d9; +} + .divide-lime-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #65a30d; } +.divide-lime-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d26; +} + .divide-lime-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #65a30d4d; } +.divide-lime-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d59; +} + .divide-lime-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d66; } +.divide-lime-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d73; +} + .divide-lime-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #65a30d80; } +.divide-lime-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d8c; +} + .divide-lime-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d99; } +.divide-lime-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30da6; +} + .divide-lime-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #65a30dcc; } +.divide-lime-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30dd9; +} + .divide-lime-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4d7c0f; } +.divide-lime-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f26; +} + .divide-lime-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4d7c0f4d; } +.divide-lime-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f59; +} + .divide-lime-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f66; } +.divide-lime-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f73; +} + .divide-lime-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4d7c0f80; } +.divide-lime-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f8c; +} + .divide-lime-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f99; } +.divide-lime-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0fa6; +} + .divide-lime-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4d7c0fcc; } +.divide-lime-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0fd9; +} + .divide-lime-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f6212; } +.divide-lime-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f621226; +} + .divide-lime-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f62124d; } +.divide-lime-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f621259; +} + .divide-lime-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3f621266; } +.divide-lime-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f621273; +} + .divide-lime-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f621280; } +.divide-lime-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f62128c; +} + .divide-lime-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3f621299; } +.divide-lime-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f6212a6; +} + .divide-lime-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f6212cc; } +.divide-lime-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f6212d9; +} + .divide-lime-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #365314; } +.divide-lime-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #36531426; +} + .divide-lime-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3653144d; } +.divide-lime-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #36531459; +} + .divide-lime-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #36531466; } +.divide-lime-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #36531473; +} + .divide-lime-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #36531480; } +.divide-lime-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3653148c; +} + .divide-lime-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #36531499; } +.divide-lime-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #365314a6; +} + .divide-lime-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #365314cc; } +.divide-lime-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #365314d9; +} + .divide-lime-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1a2e05; } +.divide-lime-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e0526; +} + .divide-lime-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1a2e054d; } +.divide-lime-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e0559; +} + .divide-lime-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e0566; } +.divide-lime-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e0573; +} + .divide-lime-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1a2e0580; } +.divide-lime-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e058c; +} + .divide-lime-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e0599; } +.divide-lime-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e05a6; +} + .divide-lime-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1a2e05cc; } +.divide-lime-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e05d9; +} + .divide-lime-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f5; } +.divide-neutral-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f526; +} + .divide-neutral-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f54d; } +.divide-neutral-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f559; +} + .divide-neutral-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f566; } +.divide-neutral-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f573; +} + .divide-neutral-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f580; } +.divide-neutral-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f58c; +} + .divide-neutral-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f599; } +.divide-neutral-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f5a6; +} + .divide-neutral-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f5cc; } +.divide-neutral-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f5d9; +} + .divide-neutral-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e5e5; } +.divide-neutral-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e526; +} + .divide-neutral-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e5e54d; } +.divide-neutral-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e559; +} + .divide-neutral-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e566; } +.divide-neutral-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e573; +} + .divide-neutral-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e5e580; } +.divide-neutral-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e58c; +} + .divide-neutral-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e599; } +.divide-neutral-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e5a6; +} + .divide-neutral-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e5e5e5cc; } +.divide-neutral-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e5d9; +} + .divide-neutral-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d4; } +.divide-neutral-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d426; +} + .divide-neutral-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d44d; } +.divide-neutral-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d459; +} + .divide-neutral-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d466; } +.divide-neutral-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d473; +} + .divide-neutral-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d480; } +.divide-neutral-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d48c; +} + .divide-neutral-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d499; } +.divide-neutral-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d4a6; +} + .divide-neutral-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d4cc; } +.divide-neutral-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d4d9; +} + .divide-neutral-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3a3a3; } +.divide-neutral-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a326; +} + .divide-neutral-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3a3a34d; } +.divide-neutral-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a359; +} + .divide-neutral-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a366; } +.divide-neutral-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a373; +} + .divide-neutral-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3a3a380; } +.divide-neutral-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a38c; +} + .divide-neutral-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a399; } +.divide-neutral-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a3a6; +} + .divide-neutral-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a3a3a3cc; } +.divide-neutral-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a3d9; +} + .divide-neutral-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafa; } +.divide-neutral-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa26; +} + .divide-neutral-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafa4d; } +.divide-neutral-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa59; +} + .divide-neutral-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa66; } +.divide-neutral-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa73; +} + .divide-neutral-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafa80; } +.divide-neutral-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa8c; +} + .divide-neutral-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa99; } +.divide-neutral-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafaa6; +} + .divide-neutral-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafacc; } +.divide-neutral-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafad9; +} + .divide-neutral-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #737373; } +.divide-neutral-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #73737326; +} + .divide-neutral-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7373734d; } +.divide-neutral-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #73737359; +} + .divide-neutral-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #73737366; } +.divide-neutral-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #73737373; +} + .divide-neutral-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #73737380; } +.divide-neutral-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7373738c; +} + .divide-neutral-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #73737399; } +.divide-neutral-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #737373a6; +} + .divide-neutral-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #737373cc; } +.divide-neutral-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #737373d9; +} + .divide-neutral-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #525252; } +.divide-neutral-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525226; +} + .divide-neutral-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5252524d; } +.divide-neutral-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525259; +} + .divide-neutral-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #52525266; } +.divide-neutral-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525273; +} + .divide-neutral-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #52525280; } +.divide-neutral-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5252528c; +} + .divide-neutral-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #52525299; } +.divide-neutral-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #525252a6; +} + .divide-neutral-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #525252cc; } +.divide-neutral-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #525252d9; +} + .divide-neutral-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #404040; } +.divide-neutral-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #40404026; +} + .divide-neutral-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4040404d; } +.divide-neutral-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #40404059; +} + .divide-neutral-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #40404066; } +.divide-neutral-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #40404073; +} + .divide-neutral-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #40404080; } +.divide-neutral-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4040408c; +} + .divide-neutral-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #40404099; } +.divide-neutral-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #404040a6; +} + .divide-neutral-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #404040cc; } +.divide-neutral-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #404040d9; +} + .divide-neutral-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #262626; } +.divide-neutral-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #26262626; +} + .divide-neutral-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2626264d; } +.divide-neutral-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #26262659; +} + .divide-neutral-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #26262666; } +.divide-neutral-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #26262673; +} + .divide-neutral-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #26262680; } +.divide-neutral-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2626268c; +} + .divide-neutral-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #26262699; } +.divide-neutral-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #262626a6; +} + .divide-neutral-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #262626cc; } +.divide-neutral-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #262626d9; +} + .divide-neutral-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #171717; } +.divide-neutral-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #17171726; +} + .divide-neutral-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1717174d; } +.divide-neutral-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #17171759; +} + .divide-neutral-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #17171766; } +.divide-neutral-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #17171773; +} + .divide-neutral-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #17171780; } +.divide-neutral-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1717178c; +} + .divide-neutral-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #17171799; } +.divide-neutral-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #171717a6; +} + .divide-neutral-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #171717cc; } +.divide-neutral-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #171717d9; +} + .divide-neutral-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0a0a0a; } +.divide-neutral-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a26; +} + .divide-neutral-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0a0a0a4d; } +.divide-neutral-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a59; +} + .divide-neutral-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a66; } +.divide-neutral-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a73; +} + .divide-neutral-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0a0a0a80; } +.divide-neutral-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a8c; +} + .divide-neutral-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a99; } +.divide-neutral-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0aa6; +} + .divide-neutral-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0a0a0acc; } +.divide-neutral-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0ad9; +} + .divide-neutral-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffedd5; } +.divide-orange-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd526; +} + .divide-orange-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffedd54d; } +.divide-orange-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd559; +} + .divide-orange-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd566; } +.divide-orange-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd573; +} + .divide-orange-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffedd580; } +.divide-orange-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd58c; +} + .divide-orange-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd599; } +.divide-orange-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd5a6; +} + .divide-orange-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffedd5cc; } +.divide-orange-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd5d9; +} + .divide-orange-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fed7aa; } +.divide-orange-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa26; +} + .divide-orange-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fed7aa4d; } +.divide-orange-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa59; +} + .divide-orange-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa66; } +.divide-orange-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa73; +} + .divide-orange-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fed7aa80; } +.divide-orange-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa8c; +} + .divide-orange-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa99; } +.divide-orange-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aaa6; +} + .divide-orange-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fed7aacc; } +.divide-orange-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aad9; +} + .divide-orange-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdba74; } +.divide-orange-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba7426; +} + .divide-orange-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdba744d; } +.divide-orange-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba7459; +} + .divide-orange-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba7466; } +.divide-orange-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba7473; +} + .divide-orange-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdba7480; } +.divide-orange-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba748c; +} + .divide-orange-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba7499; } +.divide-orange-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba74a6; +} + .divide-orange-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdba74cc; } +.divide-orange-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba74d9; +} + .divide-orange-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb923c; } +.divide-orange-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c26; +} + .divide-orange-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb923c4d; } +.divide-orange-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c59; +} + .divide-orange-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c66; } +.divide-orange-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c73; +} + .divide-orange-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb923c80; } +.divide-orange-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c8c; +} + .divide-orange-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c99; } +.divide-orange-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923ca6; +} + .divide-orange-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb923ccc; } +.divide-orange-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923cd9; +} + .divide-orange-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff7ed; } +.divide-orange-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed26; +} + .divide-orange-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff7ed4d; } +.divide-orange-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed59; +} + .divide-orange-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed66; } +.divide-orange-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed73; +} + .divide-orange-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff7ed80; } +.divide-orange-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed8c; +} + .divide-orange-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed99; } +.divide-orange-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7eda6; +} + .divide-orange-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff7edcc; } +.divide-orange-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7edd9; +} + .divide-orange-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f97316; } +.divide-orange-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9731626; +} + .divide-orange-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f973164d; } +.divide-orange-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9731659; +} + .divide-orange-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f9731666; } +.divide-orange-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9731673; +} + .divide-orange-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9731680; } +.divide-orange-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f973168c; +} + .divide-orange-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f9731699; } +.divide-orange-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f97316a6; +} + .divide-orange-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f97316cc; } +.divide-orange-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f97316d9; +} + .divide-orange-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ea580c; } +.divide-orange-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c26; +} + .divide-orange-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ea580c4d; } +.divide-orange-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c59; +} + .divide-orange-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c66; } +.divide-orange-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c73; +} + .divide-orange-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ea580c80; } +.divide-orange-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c8c; +} + .divide-orange-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c99; } +.divide-orange-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580ca6; +} + .divide-orange-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ea580ccc; } +.divide-orange-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580cd9; +} + .divide-orange-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c2410c; } +.divide-orange-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c26; +} + .divide-orange-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c2410c4d; } +.divide-orange-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c59; +} + .divide-orange-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c66; } +.divide-orange-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c73; +} + .divide-orange-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c2410c80; } +.divide-orange-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c8c; +} + .divide-orange-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c99; } +.divide-orange-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410ca6; +} + .divide-orange-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c2410ccc; } +.divide-orange-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410cd9; +} + .divide-orange-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9a3412; } +.divide-orange-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a341226; +} + .divide-orange-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9a34124d; } +.divide-orange-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a341259; +} + .divide-orange-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9a341266; } +.divide-orange-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a341273; +} + .divide-orange-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9a341280; } +.divide-orange-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a34128c; +} + .divide-orange-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9a341299; } +.divide-orange-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a3412a6; +} + .divide-orange-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9a3412cc; } +.divide-orange-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a3412d9; +} + .divide-orange-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c2d12; } +.divide-orange-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d1226; +} + .divide-orange-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c2d124d; } +.divide-orange-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d1259; +} + .divide-orange-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d1266; } +.divide-orange-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d1273; +} + .divide-orange-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c2d1280; } +.divide-orange-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d128c; +} + .divide-orange-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d1299; } +.divide-orange-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d12a6; +} + .divide-orange-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c2d12cc; } +.divide-orange-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d12d9; +} + .divide-orange-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #431407; } +.divide-orange-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #43140726; +} + .divide-orange-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4314074d; } +.divide-orange-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #43140759; +} + .divide-orange-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #43140766; } +.divide-orange-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #43140773; +} + .divide-orange-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #43140780; } +.divide-orange-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4314078c; +} + .divide-orange-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #43140799; } +.divide-orange-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #431407a6; +} + .divide-orange-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #431407cc; } +.divide-orange-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #431407d9; +} + .divide-orange-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fce7f3; } +.divide-pink-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f326; +} + .divide-pink-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fce7f34d; } +.divide-pink-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f359; +} + .divide-pink-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f366; } +.divide-pink-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f373; +} + .divide-pink-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fce7f380; } +.divide-pink-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f38c; +} + .divide-pink-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f399; } +.divide-pink-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f3a6; +} + .divide-pink-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fce7f3cc; } +.divide-pink-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f3d9; +} + .divide-pink-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbcfe8; } +.divide-pink-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe826; +} + .divide-pink-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbcfe84d; } +.divide-pink-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe859; +} + .divide-pink-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe866; } +.divide-pink-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe873; +} + .divide-pink-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbcfe880; } +.divide-pink-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe88c; +} + .divide-pink-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe899; } +.divide-pink-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe8a6; +} + .divide-pink-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fbcfe8cc; } +.divide-pink-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe8d9; +} + .divide-pink-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9a8d4; } +.divide-pink-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d426; +} + .divide-pink-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9a8d44d; } +.divide-pink-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d459; +} + .divide-pink-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d466; } +.divide-pink-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d473; +} + .divide-pink-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9a8d480; } +.divide-pink-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d48c; +} + .divide-pink-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d499; } +.divide-pink-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d4a6; +} + .divide-pink-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f9a8d4cc; } +.divide-pink-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d4d9; +} + .divide-pink-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f472b6; } +.divide-pink-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b626; +} + .divide-pink-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f472b64d; } +.divide-pink-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b659; +} + .divide-pink-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b666; } +.divide-pink-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b673; +} + .divide-pink-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f472b680; } +.divide-pink-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b68c; +} + .divide-pink-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b699; } +.divide-pink-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b6a6; +} + .divide-pink-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f472b6cc; } +.divide-pink-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b6d9; +} + .divide-pink-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf2f8; } +.divide-pink-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f826; +} + .divide-pink-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf2f84d; } +.divide-pink-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f859; +} + .divide-pink-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f866; } +.divide-pink-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f873; +} + .divide-pink-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf2f880; } +.divide-pink-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f88c; +} + .divide-pink-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f899; } +.divide-pink-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f8a6; +} + .divide-pink-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fdf2f8cc; } +.divide-pink-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f8d9; +} + .divide-pink-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ec4899; } +.divide-pink-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec489926; +} + .divide-pink-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ec48994d; } +.divide-pink-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec489959; +} + .divide-pink-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ec489966; } +.divide-pink-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec489973; +} + .divide-pink-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ec489980; } +.divide-pink-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec48998c; +} + .divide-pink-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ec489999; } +.divide-pink-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec4899a6; +} + .divide-pink-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ec4899cc; } +.divide-pink-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec4899d9; +} + .divide-pink-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #db2777; } +.divide-pink-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #db277726; +} + .divide-pink-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #db27774d; } +.divide-pink-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #db277759; +} + .divide-pink-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #db277766; } +.divide-pink-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #db277773; +} + .divide-pink-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #db277780; } +.divide-pink-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #db27778c; +} + .divide-pink-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #db277799; } +.divide-pink-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #db2777a6; +} + .divide-pink-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #db2777cc; } +.divide-pink-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #db2777d9; +} + .divide-pink-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be185d; } +.divide-pink-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d26; +} + .divide-pink-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be185d4d; } +.divide-pink-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d59; +} + .divide-pink-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d66; } +.divide-pink-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d73; +} + .divide-pink-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be185d80; } +.divide-pink-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d8c; +} + .divide-pink-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d99; } +.divide-pink-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185da6; +} + .divide-pink-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be185dcc; } +.divide-pink-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185dd9; +} + .divide-pink-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9d174d; } +.divide-pink-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d26; +} + .divide-pink-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9d174d4d; } +.divide-pink-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d59; +} + .divide-pink-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d66; } +.divide-pink-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d73; +} + .divide-pink-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9d174d80; } +.divide-pink-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d8c; +} + .divide-pink-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d99; } +.divide-pink-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174da6; +} + .divide-pink-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9d174dcc; } +.divide-pink-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174dd9; +} + .divide-pink-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #831843; } +.divide-pink-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #83184326; +} + .divide-pink-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #8318434d; } +.divide-pink-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #83184359; +} + .divide-pink-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #83184366; } +.divide-pink-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #83184373; +} + .divide-pink-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #83184380; } +.divide-pink-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #8318438c; +} + .divide-pink-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #83184399; } +.divide-pink-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #831843a6; +} + .divide-pink-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #831843cc; } +.divide-pink-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #831843d9; +} + .divide-pink-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #500724; } +.divide-pink-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #50072426; +} + .divide-pink-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5007244d; } +.divide-pink-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #50072459; +} + .divide-pink-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #50072466; } +.divide-pink-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #50072473; +} + .divide-pink-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #50072480; } +.divide-pink-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5007248c; +} + .divide-pink-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #50072499; } +.divide-pink-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #500724a6; +} + .divide-pink-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #500724cc; } +.divide-pink-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #500724d9; +} + .divide-pink-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3e8ff; } +.divide-purple-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff26; +} + .divide-purple-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3e8ff4d; } +.divide-purple-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff59; +} + .divide-purple-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff66; } +.divide-purple-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff73; +} + .divide-purple-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3e8ff80; } +.divide-purple-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff8c; +} + .divide-purple-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff99; } +.divide-purple-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ffa6; +} + .divide-purple-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f3e8ffcc; } +.divide-purple-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ffd9; +} + .divide-purple-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e9d5ff; } +.divide-purple-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff26; +} + .divide-purple-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e9d5ff4d; } +.divide-purple-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff59; +} + .divide-purple-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff66; } +.divide-purple-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff73; +} + .divide-purple-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e9d5ff80; } +.divide-purple-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff8c; +} + .divide-purple-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff99; } +.divide-purple-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ffa6; +} + .divide-purple-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e9d5ffcc; } +.divide-purple-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ffd9; +} + .divide-purple-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d8b4fe; } +.divide-purple-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe26; +} + .divide-purple-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d8b4fe4d; } +.divide-purple-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe59; +} + .divide-purple-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe66; } +.divide-purple-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe73; +} + .divide-purple-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d8b4fe80; } +.divide-purple-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe8c; +} + .divide-purple-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe99; } +.divide-purple-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fea6; +} + .divide-purple-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d8b4fecc; } +.divide-purple-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fed9; +} + .divide-purple-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c084fc; } +.divide-purple-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc26; +} + .divide-purple-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c084fc4d; } +.divide-purple-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc59; +} + .divide-purple-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc66; } +.divide-purple-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc73; +} + .divide-purple-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c084fc80; } +.divide-purple-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc8c; +} + .divide-purple-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc99; } +.divide-purple-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fca6; +} + .divide-purple-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c084fccc; } +.divide-purple-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fcd9; +} + .divide-purple-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #faf5ff; } +.divide-purple-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff26; +} + .divide-purple-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #faf5ff4d; } +.divide-purple-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff59; +} + .divide-purple-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff66; } +.divide-purple-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff73; +} + .divide-purple-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #faf5ff80; } +.divide-purple-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff8c; +} + .divide-purple-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff99; } +.divide-purple-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ffa6; +} + .divide-purple-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #faf5ffcc; } +.divide-purple-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ffd9; +} + .divide-purple-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a855f7; } +.divide-purple-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f726; +} + .divide-purple-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a855f74d; } +.divide-purple-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f759; +} + .divide-purple-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f766; } +.divide-purple-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f773; +} + .divide-purple-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a855f780; } +.divide-purple-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f78c; +} + .divide-purple-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f799; } +.divide-purple-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f7a6; +} + .divide-purple-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a855f7cc; } +.divide-purple-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f7d9; +} + .divide-purple-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9333ea; } +.divide-purple-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea26; +} + .divide-purple-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9333ea4d; } +.divide-purple-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea59; +} + .divide-purple-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea66; } +.divide-purple-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea73; +} + .divide-purple-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9333ea80; } +.divide-purple-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea8c; +} + .divide-purple-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea99; } +.divide-purple-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333eaa6; +} + .divide-purple-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9333eacc; } +.divide-purple-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ead9; +} + .divide-purple-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7e22ce; } +.divide-purple-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce26; +} + .divide-purple-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7e22ce4d; } +.divide-purple-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce59; +} + .divide-purple-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce66; } +.divide-purple-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce73; +} + .divide-purple-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7e22ce80; } +.divide-purple-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce8c; +} + .divide-purple-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce99; } +.divide-purple-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22cea6; +} + .divide-purple-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7e22cecc; } +.divide-purple-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ced9; +} + .divide-purple-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b21a8; } +.divide-purple-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a826; +} + .divide-purple-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b21a84d; } +.divide-purple-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a859; +} + .divide-purple-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a866; } +.divide-purple-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a873; +} + .divide-purple-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b21a880; } +.divide-purple-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a88c; +} + .divide-purple-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a899; } +.divide-purple-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a8a6; +} + .divide-purple-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6b21a8cc; } +.divide-purple-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a8d9; +} + .divide-purple-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #581c87; } +.divide-purple-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c8726; +} + .divide-purple-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #581c874d; } +.divide-purple-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c8759; +} + .divide-purple-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #581c8766; } +.divide-purple-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c8773; +} + .divide-purple-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #581c8780; } +.divide-purple-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c878c; +} + .divide-purple-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #581c8799; } +.divide-purple-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c87a6; +} + .divide-purple-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #581c87cc; } +.divide-purple-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c87d9; +} + .divide-purple-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b0764; } +.divide-purple-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b076426; +} + .divide-purple-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b07644d; } +.divide-purple-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b076459; +} + .divide-purple-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3b076466; } +.divide-purple-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b076473; +} + .divide-purple-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b076480; } +.divide-purple-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b07648c; +} + .divide-purple-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3b076499; } +.divide-purple-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b0764a6; +} + .divide-purple-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3b0764cc; } +.divide-purple-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b0764d9; +} + .divide-purple-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fee2e2; } +.divide-red-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e226; +} + .divide-red-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fee2e24d; } +.divide-red-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e259; +} + .divide-red-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e266; } +.divide-red-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e273; +} + .divide-red-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fee2e280; } +.divide-red-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e28c; +} + .divide-red-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e299; } +.divide-red-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e2a6; +} + .divide-red-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fee2e2cc; } +.divide-red-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e2d9; +} + .divide-red-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecaca; } +.divide-red-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca26; +} + .divide-red-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecaca4d; } +.divide-red-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca59; +} + .divide-red-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca66; } +.divide-red-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca73; +} + .divide-red-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecaca80; } +.divide-red-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca8c; +} + .divide-red-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca99; } +.divide-red-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecacaa6; +} + .divide-red-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecacacc; } +.divide-red-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecacad9; +} + .divide-red-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fca5a5; } +.divide-red-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a526; +} + .divide-red-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fca5a54d; } +.divide-red-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a559; +} + .divide-red-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a566; } +.divide-red-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a573; +} + .divide-red-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fca5a580; } +.divide-red-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a58c; +} + .divide-red-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a599; } +.divide-red-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a5a6; +} + .divide-red-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fca5a5cc; } +.divide-red-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a5d9; +} + .divide-red-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f87171; } +.divide-red-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8717126; +} + .divide-red-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f871714d; } +.divide-red-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8717159; +} + .divide-red-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f8717166; } +.divide-red-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8717173; +} + .divide-red-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f8717180; } +.divide-red-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f871718c; +} + .divide-red-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f8717199; } +.divide-red-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f87171a6; +} + .divide-red-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f87171cc; } +.divide-red-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f87171d9; +} + .divide-red-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef2f2; } +.divide-red-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f226; +} + .divide-red-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef2f24d; } +.divide-red-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f259; +} + .divide-red-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f266; } +.divide-red-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f273; +} + .divide-red-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef2f280; } +.divide-red-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f28c; +} + .divide-red-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f299; } +.divide-red-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f2a6; +} + .divide-red-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef2f2cc; } +.divide-red-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f2d9; +} + .divide-red-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ef4444; } +.divide-red-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef444426; +} + .divide-red-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ef44444d; } +.divide-red-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef444459; +} + .divide-red-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ef444466; } +.divide-red-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef444473; +} + .divide-red-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ef444480; } +.divide-red-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef44448c; +} + .divide-red-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ef444499; } +.divide-red-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef4444a6; +} + .divide-red-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ef4444cc; } +.divide-red-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef4444d9; +} + .divide-red-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dc2626; } +.divide-red-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc262626; +} + .divide-red-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dc26264d; } +.divide-red-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc262659; +} + .divide-red-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #dc262666; } +.divide-red-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc262673; +} + .divide-red-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dc262680; } +.divide-red-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc26268c; +} + .divide-red-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #dc262699; } +.divide-red-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc2626a6; +} + .divide-red-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #dc2626cc; } +.divide-red-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc2626d9; +} + .divide-red-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b91c1c; } +.divide-red-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c26; +} + .divide-red-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b91c1c4d; } +.divide-red-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c59; +} + .divide-red-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c66; } +.divide-red-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c73; +} + .divide-red-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b91c1c80; } +.divide-red-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c8c; +} + .divide-red-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c99; } +.divide-red-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1ca6; +} + .divide-red-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #b91c1ccc; } +.divide-red-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1cd9; +} + .divide-red-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #991b1b; } +.divide-red-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b26; +} + .divide-red-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #991b1b4d; } +.divide-red-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b59; +} + .divide-red-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b66; } +.divide-red-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b73; +} + .divide-red-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #991b1b80; } +.divide-red-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b8c; +} + .divide-red-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b99; } +.divide-red-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1ba6; +} + .divide-red-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #991b1bcc; } +.divide-red-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1bd9; +} + .divide-red-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7f1d1d; } +.divide-red-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d26; +} + .divide-red-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7f1d1d4d; } +.divide-red-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d59; +} + .divide-red-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d66; } +.divide-red-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d73; +} + .divide-red-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7f1d1d80; } +.divide-red-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d8c; +} + .divide-red-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d99; } +.divide-red-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1da6; +} + .divide-red-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7f1d1dcc; } +.divide-red-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1dd9; +} + .divide-red-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #450a0a; } +.divide-red-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a26; +} + .divide-red-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #450a0a4d; } +.divide-red-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a59; +} + .divide-red-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a66; } +.divide-red-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a73; +} + .divide-red-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #450a0a80; } +.divide-red-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a8c; +} + .divide-red-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a99; } +.divide-red-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0aa6; +} + .divide-red-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #450a0acc; } +.divide-red-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0ad9; +} + .divide-red-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffe4e6; } +.divide-rose-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e626; +} + .divide-rose-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffe4e64d; } +.divide-rose-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e659; +} + .divide-rose-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e666; } +.divide-rose-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e673; +} + .divide-rose-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffe4e680; } +.divide-rose-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e68c; +} + .divide-rose-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e699; } +.divide-rose-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e6a6; +} + .divide-rose-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffe4e6cc; } +.divide-rose-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e6d9; +} + .divide-rose-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecdd3; } +.divide-rose-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd326; +} + .divide-rose-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecdd34d; } +.divide-rose-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd359; +} + .divide-rose-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd366; } +.divide-rose-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd373; +} + .divide-rose-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecdd380; } +.divide-rose-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd38c; +} + .divide-rose-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd399; } +.divide-rose-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd3a6; +} + .divide-rose-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fecdd3cc; } +.divide-rose-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd3d9; +} + .divide-rose-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fda4af; } +.divide-rose-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af26; +} + .divide-rose-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fda4af4d; } +.divide-rose-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af59; +} + .divide-rose-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af66; } +.divide-rose-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af73; +} + .divide-rose-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fda4af80; } +.divide-rose-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af8c; +} + .divide-rose-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af99; } +.divide-rose-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4afa6; +} + .divide-rose-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fda4afcc; } +.divide-rose-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4afd9; +} + .divide-rose-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb7185; } +.divide-rose-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb718526; +} + .divide-rose-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb71854d; } +.divide-rose-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb718559; +} + .divide-rose-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fb718566; } +.divide-rose-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb718573; +} + .divide-rose-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb718580; } +.divide-rose-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb71858c; +} + .divide-rose-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fb718599; } +.divide-rose-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb7185a6; +} + .divide-rose-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fb7185cc; } +.divide-rose-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb7185d9; +} + .divide-rose-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff1f2; } +.divide-rose-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f226; +} + .divide-rose-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff1f24d; } +.divide-rose-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f259; +} + .divide-rose-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f266; } +.divide-rose-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f273; +} + .divide-rose-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff1f280; } +.divide-rose-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f28c; +} + .divide-rose-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f299; } +.divide-rose-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f2a6; +} + .divide-rose-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff1f2cc; } +.divide-rose-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f2d9; +} + .divide-rose-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f43f5e; } +.divide-rose-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e26; +} + .divide-rose-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f43f5e4d; } +.divide-rose-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e59; +} + .divide-rose-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e66; } +.divide-rose-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e73; +} + .divide-rose-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f43f5e80; } +.divide-rose-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e8c; +} + .divide-rose-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e99; } +.divide-rose-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5ea6; +} + .divide-rose-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f43f5ecc; } +.divide-rose-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5ed9; +} + .divide-rose-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e11d48; } +.divide-rose-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d4826; +} + .divide-rose-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e11d484d; } +.divide-rose-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d4859; +} + .divide-rose-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d4866; } +.divide-rose-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d4873; +} + .divide-rose-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e11d4880; } +.divide-rose-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d488c; +} + .divide-rose-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d4899; } +.divide-rose-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d48a6; +} + .divide-rose-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e11d48cc; } +.divide-rose-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d48d9; +} + .divide-rose-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be123c; } +.divide-rose-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c26; +} + .divide-rose-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be123c4d; } +.divide-rose-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c59; +} + .divide-rose-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c66; } +.divide-rose-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c73; +} + .divide-rose-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be123c80; } +.divide-rose-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c8c; +} + .divide-rose-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c99; } +.divide-rose-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123ca6; +} + .divide-rose-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #be123ccc; } +.divide-rose-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123cd9; +} + .divide-rose-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9f1239; } +.divide-rose-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f123926; +} + .divide-rose-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9f12394d; } +.divide-rose-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f123959; +} + .divide-rose-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9f123966; } +.divide-rose-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f123973; +} + .divide-rose-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9f123980; } +.divide-rose-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f12398c; +} + .divide-rose-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9f123999; } +.divide-rose-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f1239a6; +} + .divide-rose-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #9f1239cc; } +.divide-rose-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f1239d9; +} + .divide-rose-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #881337; } +.divide-rose-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #88133726; +} + .divide-rose-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #8813374d; } +.divide-rose-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #88133759; +} + .divide-rose-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #88133766; } +.divide-rose-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #88133773; +} + .divide-rose-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #88133780; } +.divide-rose-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #8813378c; +} + .divide-rose-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #88133799; } +.divide-rose-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #881337a6; +} + .divide-rose-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #881337cc; } +.divide-rose-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #881337d9; +} + .divide-rose-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c0519; } +.divide-rose-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c051926; +} + .divide-rose-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c05194d; } +.divide-rose-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c051959; +} + .divide-rose-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4c051966; } +.divide-rose-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c051973; +} + .divide-rose-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c051980; } +.divide-rose-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c05198c; +} + .divide-rose-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4c051999; } +.divide-rose-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c0519a6; +} + .divide-rose-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c0519cc; } +.divide-rose-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c0519d9; +} + .divide-rose-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0f2fe; } +.divide-sky-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe26; +} + .divide-sky-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0f2fe4d; } +.divide-sky-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe59; +} + .divide-sky-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe66; } +.divide-sky-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe73; +} + .divide-sky-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0f2fe80; } +.divide-sky-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe8c; +} + .divide-sky-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe99; } +.divide-sky-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fea6; +} + .divide-sky-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e0f2fecc; } +.divide-sky-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fed9; +} + .divide-sky-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bae6fd; } +.divide-sky-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd26; +} + .divide-sky-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bae6fd4d; } +.divide-sky-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd59; +} + .divide-sky-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd66; } +.divide-sky-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd73; +} + .divide-sky-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bae6fd80; } +.divide-sky-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd8c; +} + .divide-sky-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd99; } +.divide-sky-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fda6; +} + .divide-sky-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #bae6fdcc; } +.divide-sky-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fdd9; +} + .divide-sky-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7dd3fc; } +.divide-sky-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc26; +} + .divide-sky-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7dd3fc4d; } +.divide-sky-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc59; +} + .divide-sky-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc66; } +.divide-sky-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc73; +} + .divide-sky-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7dd3fc80; } +.divide-sky-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc8c; +} + .divide-sky-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc99; } +.divide-sky-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fca6; +} + .divide-sky-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7dd3fccc; } +.divide-sky-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fcd9; +} + .divide-sky-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #38bdf8; } +.divide-sky-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf826; +} + .divide-sky-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #38bdf84d; } +.divide-sky-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf859; +} + .divide-sky-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf866; } +.divide-sky-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf873; +} + .divide-sky-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #38bdf880; } +.divide-sky-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf88c; +} + .divide-sky-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf899; } +.divide-sky-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf8a6; +} + .divide-sky-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #38bdf8cc; } +.divide-sky-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf8d9; +} + .divide-sky-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0f9ff; } +.divide-sky-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff26; +} + .divide-sky-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0f9ff4d; } +.divide-sky-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff59; +} + .divide-sky-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff66; } +.divide-sky-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff73; +} + .divide-sky-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0f9ff80; } +.divide-sky-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff8c; +} + .divide-sky-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff99; } +.divide-sky-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ffa6; +} + .divide-sky-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0f9ffcc; } +.divide-sky-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ffd9; +} + .divide-sky-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0ea5e9; } +.divide-sky-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e926; +} + .divide-sky-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0ea5e94d; } +.divide-sky-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e959; +} + .divide-sky-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e966; } +.divide-sky-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e973; +} + .divide-sky-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0ea5e980; } +.divide-sky-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e98c; +} + .divide-sky-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e999; } +.divide-sky-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e9a6; +} + .divide-sky-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0ea5e9cc; } +.divide-sky-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e9d9; +} + .divide-sky-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0284c7; } +.divide-sky-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c726; +} + .divide-sky-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0284c74d; } +.divide-sky-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c759; +} + .divide-sky-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c766; } +.divide-sky-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c773; +} + .divide-sky-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0284c780; } +.divide-sky-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c78c; +} + .divide-sky-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c799; } +.divide-sky-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c7a6; +} + .divide-sky-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0284c7cc; } +.divide-sky-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c7d9; +} + .divide-sky-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0369a1; } +.divide-sky-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a126; +} + .divide-sky-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0369a14d; } +.divide-sky-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a159; +} + .divide-sky-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a166; } +.divide-sky-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a173; +} + .divide-sky-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0369a180; } +.divide-sky-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a18c; +} + .divide-sky-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a199; } +.divide-sky-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a1a6; +} + .divide-sky-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0369a1cc; } +.divide-sky-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a1d9; +} + .divide-sky-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #075985; } +.divide-sky-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #07598526; +} + .divide-sky-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0759854d; } +.divide-sky-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #07598559; +} + .divide-sky-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #07598566; } +.divide-sky-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #07598573; +} + .divide-sky-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #07598580; } +.divide-sky-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0759858c; +} + .divide-sky-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #07598599; } +.divide-sky-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #075985a6; +} + .divide-sky-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #075985cc; } +.divide-sky-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #075985d9; +} + .divide-sky-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c4a6e; } +.divide-sky-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e26; +} + .divide-sky-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c4a6e4d; } +.divide-sky-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e59; +} + .divide-sky-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e66; } +.divide-sky-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e73; +} + .divide-sky-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c4a6e80; } +.divide-sky-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e8c; +} + .divide-sky-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e99; } +.divide-sky-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6ea6; +} + .divide-sky-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c4a6ecc; } +.divide-sky-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6ed9; +} + .divide-sky-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #082f49; } +.divide-sky-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f4926; +} + .divide-sky-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #082f494d; } +.divide-sky-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f4959; +} + .divide-sky-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #082f4966; } +.divide-sky-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f4973; +} + .divide-sky-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #082f4980; } +.divide-sky-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f498c; +} + .divide-sky-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #082f4999; } +.divide-sky-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f49a6; +} + .divide-sky-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #082f49cc; } +.divide-sky-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f49d9; +} + .divide-sky-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f1f5f9; } +.divide-slate-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f926; +} + .divide-slate-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f1f5f94d; } +.divide-slate-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f959; +} + .divide-slate-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f966; } +.divide-slate-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f973; +} + .divide-slate-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f1f5f980; } +.divide-slate-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f98c; +} + .divide-slate-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f999; } +.divide-slate-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f9a6; +} + .divide-slate-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f1f5f9cc; } +.divide-slate-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f9d9; +} + .divide-slate-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e2e8f0; } +.divide-slate-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f026; +} + .divide-slate-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e2e8f04d; } +.divide-slate-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f059; +} + .divide-slate-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f066; } +.divide-slate-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f073; +} + .divide-slate-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e2e8f080; } +.divide-slate-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f08c; +} + .divide-slate-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f099; } +.divide-slate-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f0a6; +} + .divide-slate-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e2e8f0cc; } +.divide-slate-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f0d9; +} + .divide-slate-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cbd5e1; } +.divide-slate-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e126; +} + .divide-slate-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cbd5e14d; } +.divide-slate-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e159; +} + .divide-slate-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e166; } +.divide-slate-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e173; +} + .divide-slate-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cbd5e180; } +.divide-slate-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e18c; +} + .divide-slate-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e199; } +.divide-slate-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e1a6; +} + .divide-slate-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #cbd5e1cc; } +.divide-slate-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e1d9; +} + .divide-slate-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #94a3b8; } +.divide-slate-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b826; +} + .divide-slate-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #94a3b84d; } +.divide-slate-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b859; +} + .divide-slate-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b866; } +.divide-slate-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b873; +} + .divide-slate-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #94a3b880; } +.divide-slate-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b88c; +} + .divide-slate-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b899; } +.divide-slate-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b8a6; +} + .divide-slate-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #94a3b8cc; } +.divide-slate-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b8d9; +} + .divide-slate-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f8fafc; } +.divide-slate-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc26; +} + .divide-slate-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f8fafc4d; } +.divide-slate-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc59; +} + .divide-slate-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc66; } +.divide-slate-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc73; +} + .divide-slate-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f8fafc80; } +.divide-slate-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc8c; +} + .divide-slate-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc99; } +.divide-slate-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafca6; +} + .divide-slate-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f8fafccc; } +.divide-slate-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafcd9; +} + .divide-slate-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #64748b; } +.divide-slate-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b26; +} + .divide-slate-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #64748b4d; } +.divide-slate-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b59; +} + .divide-slate-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b66; } +.divide-slate-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b73; +} + .divide-slate-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #64748b80; } +.divide-slate-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b8c; +} + .divide-slate-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b99; } +.divide-slate-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748ba6; +} + .divide-slate-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #64748bcc; } +.divide-slate-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748bd9; +} + .divide-slate-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #475569; } +.divide-slate-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #47556926; +} + .divide-slate-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4755694d; } +.divide-slate-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #47556959; +} + .divide-slate-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #47556966; } +.divide-slate-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #47556973; +} + .divide-slate-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #47556980; } +.divide-slate-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4755698c; +} + .divide-slate-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #47556999; } +.divide-slate-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #475569a6; +} + .divide-slate-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #475569cc; } +.divide-slate-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #475569d9; +} + .divide-slate-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #334155; } +.divide-slate-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #33415526; +} + .divide-slate-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3341554d; } +.divide-slate-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #33415559; +} + .divide-slate-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #33415566; } +.divide-slate-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #33415573; +} + .divide-slate-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #33415580; } +.divide-slate-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3341558c; +} + .divide-slate-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #33415599; } +.divide-slate-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #334155a6; +} + .divide-slate-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #334155cc; } +.divide-slate-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #334155d9; +} + .divide-slate-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e293b; } +.divide-slate-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b26; +} + .divide-slate-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e293b4d; } +.divide-slate-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b59; +} + .divide-slate-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b66; } +.divide-slate-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b73; +} + .divide-slate-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e293b80; } +.divide-slate-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b8c; +} + .divide-slate-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b99; } +.divide-slate-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293ba6; +} + .divide-slate-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1e293bcc; } +.divide-slate-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293bd9; +} + .divide-slate-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f172a; } +.divide-slate-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a26; +} + .divide-slate-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f172a4d; } +.divide-slate-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a59; +} + .divide-slate-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a66; } +.divide-slate-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a73; +} + .divide-slate-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f172a80; } +.divide-slate-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a8c; +} + .divide-slate-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a99; } +.divide-slate-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172aa6; +} + .divide-slate-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f172acc; } +.divide-slate-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172ad9; +} + .divide-slate-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #020617; } +.divide-slate-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #02061726; +} + .divide-slate-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0206174d; } +.divide-slate-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #02061759; +} + .divide-slate-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #02061766; } +.divide-slate-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #02061773; +} + .divide-slate-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #02061780; } +.divide-slate-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0206178c; +} + .divide-slate-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #02061799; } +.divide-slate-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #020617a6; +} + .divide-slate-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #020617cc; } +.divide-slate-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #020617d9; +} + .divide-slate-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f4; } +.divide-stone-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f426; +} + .divide-stone-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f44d; } +.divide-stone-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f459; +} + .divide-stone-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f466; } +.divide-stone-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f473; +} + .divide-stone-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f480; } +.divide-stone-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f48c; +} + .divide-stone-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f499; } +.divide-stone-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f4a6; +} + .divide-stone-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f5f4cc; } +.divide-stone-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f4d9; +} + .divide-stone-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e7e5e4; } +.divide-stone-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e426; +} + .divide-stone-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e7e5e44d; } +.divide-stone-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e459; +} + .divide-stone-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e466; } +.divide-stone-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e473; +} + .divide-stone-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e7e5e480; } +.divide-stone-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e48c; +} + .divide-stone-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e499; } +.divide-stone-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e4a6; +} + .divide-stone-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e7e5e4cc; } +.divide-stone-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e4d9; +} + .divide-stone-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d6d3d1; } +.divide-stone-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d126; +} + .divide-stone-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d6d3d14d; } +.divide-stone-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d159; +} + .divide-stone-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d166; } +.divide-stone-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d173; +} + .divide-stone-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d6d3d180; } +.divide-stone-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d18c; +} + .divide-stone-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d199; } +.divide-stone-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d1a6; +} + .divide-stone-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d6d3d1cc; } +.divide-stone-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d1d9; +} + .divide-stone-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a8a29e; } +.divide-stone-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e26; +} + .divide-stone-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a8a29e4d; } +.divide-stone-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e59; +} + .divide-stone-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e66; } +.divide-stone-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e73; +} + .divide-stone-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a8a29e80; } +.divide-stone-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e8c; +} + .divide-stone-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e99; } +.divide-stone-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29ea6; +} + .divide-stone-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a8a29ecc; } +.divide-stone-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29ed9; +} + .divide-stone-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafaf9; } +.divide-stone-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf926; +} + .divide-stone-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafaf94d; } +.divide-stone-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf959; +} + .divide-stone-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf966; } +.divide-stone-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf973; +} + .divide-stone-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafaf980; } +.divide-stone-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf98c; +} + .divide-stone-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf999; } +.divide-stone-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf9a6; +} + .divide-stone-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafaf9cc; } +.divide-stone-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf9d9; +} + .divide-stone-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78716c; } +.divide-stone-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c26; +} + .divide-stone-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78716c4d; } +.divide-stone-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c59; +} + .divide-stone-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c66; } +.divide-stone-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c73; +} + .divide-stone-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78716c80; } +.divide-stone-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c8c; +} + .divide-stone-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c99; } +.divide-stone-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716ca6; +} + .divide-stone-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #78716ccc; } +.divide-stone-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716cd9; +} + .divide-stone-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #57534e; } +.divide-stone-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e26; +} + .divide-stone-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #57534e4d; } +.divide-stone-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e59; +} + .divide-stone-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e66; } +.divide-stone-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e73; +} + .divide-stone-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #57534e80; } +.divide-stone-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e8c; +} + .divide-stone-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e99; } +.divide-stone-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534ea6; +} + .divide-stone-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #57534ecc; } +.divide-stone-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534ed9; +} + .divide-stone-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #44403c; } +.divide-stone-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c26; +} + .divide-stone-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #44403c4d; } +.divide-stone-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c59; +} + .divide-stone-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c66; } +.divide-stone-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c73; +} + .divide-stone-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #44403c80; } +.divide-stone-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c8c; +} + .divide-stone-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c99; } +.divide-stone-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403ca6; +} + .divide-stone-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #44403ccc; } +.divide-stone-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403cd9; +} + .divide-stone-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #292524; } +.divide-stone-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #29252426; +} + .divide-stone-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2925244d; } +.divide-stone-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #29252459; +} + .divide-stone-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #29252466; } +.divide-stone-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #29252473; +} + .divide-stone-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #29252480; } +.divide-stone-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2925248c; +} + .divide-stone-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #29252499; } +.divide-stone-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #292524a6; +} + .divide-stone-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #292524cc; } +.divide-stone-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #292524d9; +} + .divide-stone-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1c1917; } +.divide-stone-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c191726; +} + .divide-stone-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1c19174d; } +.divide-stone-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c191759; +} + .divide-stone-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1c191766; } +.divide-stone-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c191773; +} + .divide-stone-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1c191780; } +.divide-stone-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c19178c; +} + .divide-stone-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1c191799; } +.divide-stone-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c1917a6; +} + .divide-stone-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #1c1917cc; } +.divide-stone-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c1917d9; +} + .divide-stone-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c0a09; } +.divide-stone-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a0926; +} + .divide-stone-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c0a094d; } +.divide-stone-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a0959; +} + .divide-stone-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a0966; } +.divide-stone-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a0973; +} + .divide-stone-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c0a0980; } +.divide-stone-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a098c; +} + .divide-stone-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a0999; } +.divide-stone-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a09a6; +} + .divide-stone-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0c0a09cc; } +.divide-stone-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a09d9; +} + .divide-stone-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ccfbf1; } +.divide-teal-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf126; +} + .divide-teal-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ccfbf14d; } +.divide-teal-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf159; +} + .divide-teal-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf166; } +.divide-teal-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf173; +} + .divide-teal-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ccfbf180; } +.divide-teal-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf18c; +} + .divide-teal-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf199; } +.divide-teal-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf1a6; +} + .divide-teal-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ccfbf1cc; } +.divide-teal-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf1d9; +} + .divide-teal-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #99f6e4; } +.divide-teal-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e426; +} + .divide-teal-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #99f6e44d; } +.divide-teal-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e459; +} + .divide-teal-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e466; } +.divide-teal-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e473; +} + .divide-teal-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #99f6e480; } +.divide-teal-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e48c; +} + .divide-teal-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e499; } +.divide-teal-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e4a6; +} + .divide-teal-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #99f6e4cc; } +.divide-teal-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e4d9; +} + .divide-teal-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5eead4; } +.divide-teal-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead426; +} + .divide-teal-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5eead44d; } +.divide-teal-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead459; +} + .divide-teal-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead466; } +.divide-teal-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead473; +} + .divide-teal-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5eead480; } +.divide-teal-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead48c; +} + .divide-teal-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead499; } +.divide-teal-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead4a6; +} + .divide-teal-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5eead4cc; } +.divide-teal-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead4d9; +} + .divide-teal-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2dd4bf; } +.divide-teal-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf26; +} + .divide-teal-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2dd4bf4d; } +.divide-teal-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf59; +} + .divide-teal-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf66; } +.divide-teal-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf73; +} + .divide-teal-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2dd4bf80; } +.divide-teal-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf8c; +} + .divide-teal-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf99; } +.divide-teal-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bfa6; +} + .divide-teal-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2dd4bfcc; } +.divide-teal-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bfd9; +} + .divide-teal-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdfa; } +.divide-teal-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa26; +} + .divide-teal-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdfa4d; } +.divide-teal-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa59; +} + .divide-teal-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa66; } +.divide-teal-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa73; +} + .divide-teal-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdfa80; } +.divide-teal-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa8c; +} + .divide-teal-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa99; } +.divide-teal-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfaa6; +} + .divide-teal-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f0fdfacc; } +.divide-teal-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfad9; +} + .divide-teal-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14b8a6; } +.divide-teal-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a626; +} + .divide-teal-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14b8a64d; } +.divide-teal-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a659; +} + .divide-teal-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a666; } +.divide-teal-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a673; +} + .divide-teal-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14b8a680; } +.divide-teal-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a68c; +} + .divide-teal-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a699; } +.divide-teal-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a6a6; +} + .divide-teal-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #14b8a6cc; } +.divide-teal-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a6d9; +} + .divide-teal-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0d9488; } +.divide-teal-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d948826; +} + .divide-teal-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0d94884d; } +.divide-teal-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d948859; +} + .divide-teal-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0d948866; } +.divide-teal-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d948873; +} + .divide-teal-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0d948880; } +.divide-teal-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d94888c; +} + .divide-teal-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0d948899; } +.divide-teal-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d9488a6; +} + .divide-teal-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0d9488cc; } +.divide-teal-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d9488d9; +} + .divide-teal-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f766e; } +.divide-teal-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e26; +} + .divide-teal-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f766e4d; } +.divide-teal-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e59; +} + .divide-teal-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e66; } +.divide-teal-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e73; +} + .divide-teal-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f766e80; } +.divide-teal-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e8c; +} + .divide-teal-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e99; } +.divide-teal-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766ea6; +} + .divide-teal-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0f766ecc; } +.divide-teal-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766ed9; +} + .divide-teal-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #115e59; } +.divide-teal-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e5926; +} + .divide-teal-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #115e594d; } +.divide-teal-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e5959; +} + .divide-teal-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #115e5966; } +.divide-teal-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e5973; +} + .divide-teal-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #115e5980; } +.divide-teal-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e598c; +} + .divide-teal-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #115e5999; } +.divide-teal-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e59a6; +} + .divide-teal-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #115e59cc; } +.divide-teal-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e59d9; +} + .divide-teal-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #134e4a; } +.divide-teal-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a26; +} + .divide-teal-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #134e4a4d; } +.divide-teal-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a59; +} + .divide-teal-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a66; } +.divide-teal-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a73; +} + .divide-teal-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #134e4a80; } +.divide-teal-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a8c; +} + .divide-teal-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a99; } +.divide-teal-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4aa6; +} + .divide-teal-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #134e4acc; } +.divide-teal-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4ad9; +} + .divide-teal-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #042f2e; } +.divide-teal-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e26; +} + .divide-teal-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #042f2e4d; } +.divide-teal-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e59; +} + .divide-teal-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e66; } +.divide-teal-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e73; +} + .divide-teal-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #042f2e80; } +.divide-teal-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e8c; +} + .divide-teal-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e99; } +.divide-teal-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2ea6; +} + .divide-teal-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #042f2ecc; } +.divide-teal-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2ed9; +} + .divide-teal-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #000; } +.divide-transparent\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000026; +} + .divide-transparent\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #0000004d; } +.divide-transparent\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000059; +} + .divide-transparent\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0006; } +.divide-transparent\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000073; +} + .divide-transparent\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #00000080; } +.divide-transparent\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0000008c; +} + .divide-transparent\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0009; } +.divide-transparent\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000a6; +} + .divide-transparent\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #000c; } +.divide-transparent\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000d9; +} + .divide-transparent\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ede9fe; } +.divide-violet-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe26; +} + .divide-violet-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ede9fe4d; } +.divide-violet-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe59; +} + .divide-violet-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe66; } +.divide-violet-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe73; +} + .divide-violet-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ede9fe80; } +.divide-violet-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe8c; +} + .divide-violet-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe99; } +.divide-violet-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fea6; +} + .divide-violet-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ede9fecc; } +.divide-violet-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fed9; +} + .divide-violet-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ddd6fe; } +.divide-violet-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe26; +} + .divide-violet-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ddd6fe4d; } +.divide-violet-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe59; +} + .divide-violet-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe66; } +.divide-violet-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe73; +} + .divide-violet-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ddd6fe80; } +.divide-violet-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe8c; +} + .divide-violet-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe99; } +.divide-violet-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fea6; +} + .divide-violet-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ddd6fecc; } +.divide-violet-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fed9; +} + .divide-violet-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c4b5fd; } +.divide-violet-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd26; +} + .divide-violet-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c4b5fd4d; } +.divide-violet-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd59; +} + .divide-violet-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd66; } +.divide-violet-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd73; +} + .divide-violet-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c4b5fd80; } +.divide-violet-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd8c; +} + .divide-violet-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd99; } +.divide-violet-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fda6; +} + .divide-violet-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #c4b5fdcc; } +.divide-violet-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fdd9; +} + .divide-violet-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a78bfa; } +.divide-violet-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa26; +} + .divide-violet-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a78bfa4d; } +.divide-violet-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa59; +} + .divide-violet-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa66; } +.divide-violet-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa73; +} + .divide-violet-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a78bfa80; } +.divide-violet-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa8c; +} + .divide-violet-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa99; } +.divide-violet-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfaa6; +} + .divide-violet-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a78bfacc; } +.divide-violet-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfad9; +} + .divide-violet-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f3ff; } +.divide-violet-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff26; +} + .divide-violet-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f3ff4d; } +.divide-violet-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff59; +} + .divide-violet-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff66; } +.divide-violet-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff73; +} + .divide-violet-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f3ff80; } +.divide-violet-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff8c; +} + .divide-violet-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff99; } +.divide-violet-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ffa6; +} + .divide-violet-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f5f3ffcc; } +.divide-violet-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ffd9; +} + .divide-violet-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #8b5cf6; } +.divide-violet-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf626; +} + .divide-violet-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #8b5cf64d; } +.divide-violet-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf659; +} + .divide-violet-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf666; } +.divide-violet-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf673; +} + .divide-violet-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #8b5cf680; } +.divide-violet-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf68c; +} + .divide-violet-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf699; } +.divide-violet-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf6a6; +} + .divide-violet-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #8b5cf6cc; } +.divide-violet-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf6d9; +} + .divide-violet-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c3aed; } +.divide-violet-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed26; +} + .divide-violet-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c3aed4d; } +.divide-violet-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed59; +} + .divide-violet-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed66; } +.divide-violet-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed73; +} + .divide-violet-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c3aed80; } +.divide-violet-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed8c; +} + .divide-violet-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed99; } +.divide-violet-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aeda6; +} + .divide-violet-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #7c3aedcc; } +.divide-violet-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aedd9; +} + .divide-violet-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6d28d9; } +.divide-violet-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d926; +} + .divide-violet-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6d28d94d; } +.divide-violet-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d959; +} + .divide-violet-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d966; } +.divide-violet-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d973; +} + .divide-violet-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6d28d980; } +.divide-violet-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d98c; +} + .divide-violet-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d999; } +.divide-violet-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d9a6; +} + .divide-violet-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #6d28d9cc; } +.divide-violet-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d9d9; +} + .divide-violet-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5b21b6; } +.divide-violet-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b626; +} + .divide-violet-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5b21b64d; } +.divide-violet-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b659; +} + .divide-violet-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b666; } +.divide-violet-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b673; +} + .divide-violet-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5b21b680; } +.divide-violet-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b68c; +} + .divide-violet-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b699; } +.divide-violet-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b6a6; +} + .divide-violet-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #5b21b6cc; } +.divide-violet-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b6d9; +} + .divide-violet-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c1d95; } +.divide-violet-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d9526; +} + .divide-violet-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c1d954d; } +.divide-violet-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d9559; +} + .divide-violet-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d9566; } +.divide-violet-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d9573; +} + .divide-violet-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c1d9580; } +.divide-violet-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d958c; +} + .divide-violet-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d9599; } +.divide-violet-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d95a6; +} + .divide-violet-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4c1d95cc; } +.divide-violet-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d95d9; +} + .divide-violet-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2e1065; } +.divide-violet-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e106526; +} + .divide-violet-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2e10654d; } +.divide-violet-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e106559; +} + .divide-violet-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #2e106566; } +.divide-violet-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e106573; +} + .divide-violet-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2e106580; } +.divide-violet-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e10658c; +} + .divide-violet-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #2e106599; } +.divide-violet-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e1065a6; +} + .divide-violet-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #2e1065cc; } +.divide-violet-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e1065d9; +} + .divide-violet-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fff; } +.divide-white\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff26; +} + .divide-white\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffffff4d; } +.divide-white\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff59; +} + .divide-white\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fff6; } +.divide-white\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff73; +} + .divide-white\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ffffff80; } +.divide-white\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff8c; +} + .divide-white\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fff9; } +.divide-white\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffffa6; +} + .divide-white\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fffc; } +.divide-white\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffffd9; +} + .divide-white\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef9c3; } +.divide-yellow-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c326; +} + .divide-yellow-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef9c34d; } +.divide-yellow-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c359; +} + .divide-yellow-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c366; } +.divide-yellow-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c373; +} + .divide-yellow-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef9c380; } +.divide-yellow-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c38c; +} + .divide-yellow-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c399; } +.divide-yellow-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c3a6; +} + .divide-yellow-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef9c3cc; } +.divide-yellow-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c3d9; +} + .divide-yellow-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef08a; } +.divide-yellow-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a26; +} + .divide-yellow-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef08a4d; } +.divide-yellow-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a59; +} + .divide-yellow-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a66; } +.divide-yellow-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a73; +} + .divide-yellow-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef08a80; } +.divide-yellow-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a8c; +} + .divide-yellow-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a99; } +.divide-yellow-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08aa6; +} + .divide-yellow-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fef08acc; } +.divide-yellow-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08ad9; +} + .divide-yellow-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde047; } +.divide-yellow-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde04726; +} + .divide-yellow-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde0474d; } +.divide-yellow-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde04759; +} + .divide-yellow-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fde04766; } +.divide-yellow-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde04773; +} + .divide-yellow-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde04780; } +.divide-yellow-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde0478c; +} + .divide-yellow-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fde04799; } +.divide-yellow-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde047a6; +} + .divide-yellow-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fde047cc; } +.divide-yellow-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde047d9; +} + .divide-yellow-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #facc15; } +.divide-yellow-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc1526; +} + .divide-yellow-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #facc154d; } +.divide-yellow-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc1559; +} + .divide-yellow-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #facc1566; } +.divide-yellow-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc1573; +} + .divide-yellow-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #facc1580; } +.divide-yellow-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc158c; +} + .divide-yellow-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #facc1599; } +.divide-yellow-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc15a6; +} + .divide-yellow-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #facc15cc; } +.divide-yellow-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc15d9; +} + .divide-yellow-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fefce8; } +.divide-yellow-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce826; +} + .divide-yellow-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fefce84d; } +.divide-yellow-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce859; +} + .divide-yellow-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce866; } +.divide-yellow-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce873; +} + .divide-yellow-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fefce880; } +.divide-yellow-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce88c; +} + .divide-yellow-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce899; } +.divide-yellow-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce8a6; +} + .divide-yellow-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fefce8cc; } +.divide-yellow-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce8d9; +} + .divide-yellow-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eab308; } +.divide-yellow-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab30826; +} + .divide-yellow-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eab3084d; } +.divide-yellow-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab30859; +} + .divide-yellow-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #eab30866; } +.divide-yellow-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab30873; +} + .divide-yellow-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eab30880; } +.divide-yellow-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab3088c; +} + .divide-yellow-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #eab30899; } +.divide-yellow-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab308a6; +} + .divide-yellow-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #eab308cc; } +.divide-yellow-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab308d9; +} + .divide-yellow-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ca8a04; } +.divide-yellow-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a0426; +} + .divide-yellow-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ca8a044d; } +.divide-yellow-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a0459; +} + .divide-yellow-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a0466; } +.divide-yellow-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a0473; +} + .divide-yellow-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ca8a0480; } +.divide-yellow-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a048c; +} + .divide-yellow-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a0499; } +.divide-yellow-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a04a6; +} + .divide-yellow-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #ca8a04cc; } +.divide-yellow-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a04d9; +} + .divide-yellow-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a16207; } +.divide-yellow-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1620726; +} + .divide-yellow-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a162074d; } +.divide-yellow-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1620759; +} + .divide-yellow-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a1620766; } +.divide-yellow-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1620773; +} + .divide-yellow-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a1620780; } +.divide-yellow-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a162078c; +} + .divide-yellow-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a1620799; } +.divide-yellow-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a16207a6; +} + .divide-yellow-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a16207cc; } +.divide-yellow-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a16207d9; +} + .divide-yellow-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #854d0e; } +.divide-yellow-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e26; +} + .divide-yellow-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #854d0e4d; } +.divide-yellow-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e59; +} + .divide-yellow-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e66; } +.divide-yellow-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e73; +} + .divide-yellow-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #854d0e80; } +.divide-yellow-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e8c; +} + .divide-yellow-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e99; } +.divide-yellow-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0ea6; +} + .divide-yellow-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #854d0ecc; } +.divide-yellow-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0ed9; +} + .divide-yellow-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #713f12; } +.divide-yellow-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f1226; +} + .divide-yellow-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #713f124d; } +.divide-yellow-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f1259; +} + .divide-yellow-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #713f1266; } +.divide-yellow-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f1273; +} + .divide-yellow-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #713f1280; } +.divide-yellow-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f128c; +} + .divide-yellow-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #713f1299; } +.divide-yellow-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f12a6; +} + .divide-yellow-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #713f12cc; } +.divide-yellow-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f12d9; +} + .divide-yellow-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #422006; } +.divide-yellow-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #42200626; +} + .divide-yellow-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #4220064d; } +.divide-yellow-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #42200659; +} + .divide-yellow-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #42200666; } +.divide-yellow-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #42200673; +} + .divide-yellow-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #42200680; } +.divide-yellow-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4220068c; +} + .divide-yellow-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #42200699; } +.divide-yellow-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #422006a6; +} + .divide-yellow-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #422006cc; } +.divide-yellow-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #422006d9; +} + .divide-yellow-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f4f4f5; } +.divide-zinc-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f526; +} + .divide-zinc-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f4f4f54d; } +.divide-zinc-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f559; +} + .divide-zinc-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f566; } +.divide-zinc-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f573; +} + .divide-zinc-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f4f4f580; } +.divide-zinc-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f58c; +} + .divide-zinc-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f599; } +.divide-zinc-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f5a6; +} + .divide-zinc-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #f4f4f5cc; } +.divide-zinc-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f5d9; +} + .divide-zinc-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e4e4e7; } +.divide-zinc-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e726; +} + .divide-zinc-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e4e4e74d; } +.divide-zinc-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e759; +} + .divide-zinc-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e766; } +.divide-zinc-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e773; +} + .divide-zinc-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e4e4e780; } +.divide-zinc-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e78c; +} + .divide-zinc-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e799; } +.divide-zinc-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e7a6; +} + .divide-zinc-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #e4e4e7cc; } +.divide-zinc-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e7d9; +} + .divide-zinc-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d8; } +.divide-zinc-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d826; +} + .divide-zinc-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d84d; } +.divide-zinc-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d859; +} + .divide-zinc-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d866; } +.divide-zinc-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d873; +} + .divide-zinc-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d880; } +.divide-zinc-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d88c; +} + .divide-zinc-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d899; } +.divide-zinc-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d8a6; +} + .divide-zinc-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #d4d4d8cc; } +.divide-zinc-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d8d9; +} + .divide-zinc-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a1a1aa; } +.divide-zinc-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa26; +} + .divide-zinc-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a1a1aa4d; } +.divide-zinc-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa59; +} + .divide-zinc-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa66; } +.divide-zinc-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa73; +} + .divide-zinc-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a1a1aa80; } +.divide-zinc-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa8c; +} + .divide-zinc-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa99; } +.divide-zinc-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aaa6; +} + .divide-zinc-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #a1a1aacc; } +.divide-zinc-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aad9; +} + .divide-zinc-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafa; } +.divide-zinc-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa26; +} + .divide-zinc-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafa4d; } +.divide-zinc-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa59; +} + .divide-zinc-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa66; } +.divide-zinc-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa73; +} + .divide-zinc-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafa80; } +.divide-zinc-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa8c; +} + .divide-zinc-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa99; } +.divide-zinc-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafaa6; +} + .divide-zinc-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #fafafacc; } +.divide-zinc-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafad9; +} + .divide-zinc-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #71717a; } +.divide-zinc-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a26; +} + .divide-zinc-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #71717a4d; } +.divide-zinc-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a59; +} + .divide-zinc-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a66; } +.divide-zinc-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a73; +} + .divide-zinc-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #71717a80; } +.divide-zinc-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a8c; +} + .divide-zinc-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a99; } +.divide-zinc-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717aa6; +} + .divide-zinc-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #71717acc; } +.divide-zinc-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717ad9; +} + .divide-zinc-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #52525b; } +.divide-zinc-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b26; +} + .divide-zinc-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #52525b4d; } +.divide-zinc-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b59; +} + .divide-zinc-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b66; } +.divide-zinc-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b73; +} + .divide-zinc-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #52525b80; } +.divide-zinc-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b8c; +} + .divide-zinc-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b99; } +.divide-zinc-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525ba6; +} + .divide-zinc-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #52525bcc; } +.divide-zinc-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525bd9; +} + .divide-zinc-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f3f46; } +.divide-zinc-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f4626; +} + .divide-zinc-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f3f464d; } +.divide-zinc-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f4659; +} + .divide-zinc-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f4666; } +.divide-zinc-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f4673; +} + .divide-zinc-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f3f4680; } +.divide-zinc-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f468c; +} + .divide-zinc-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f4699; } +.divide-zinc-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f46a6; +} + .divide-zinc-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #3f3f46cc; } +.divide-zinc-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f46d9; +} + .divide-zinc-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #27272a; } +.divide-zinc-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a26; +} + .divide-zinc-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #27272a4d; } +.divide-zinc-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a59; +} + .divide-zinc-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a66; } +.divide-zinc-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a73; +} + .divide-zinc-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #27272a80; } +.divide-zinc-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a8c; +} + .divide-zinc-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a99; } +.divide-zinc-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272aa6; +} + .divide-zinc-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #27272acc; } +.divide-zinc-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272ad9; +} + .divide-zinc-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #18181b; } +.divide-zinc-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b26; +} + .divide-zinc-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #18181b4d; } +.divide-zinc-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b59; +} + .divide-zinc-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b66; } +.divide-zinc-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b73; +} + .divide-zinc-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #18181b80; } +.divide-zinc-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b8c; +} + .divide-zinc-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b99; } +.divide-zinc-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181ba6; +} + .divide-zinc-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #18181bcc; } +.divide-zinc-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181bd9; +} + .divide-zinc-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #09090b; } +.divide-zinc-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b26; +} + .divide-zinc-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #09090b4d; } +.divide-zinc-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b59; +} + .divide-zinc-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b66; } +.divide-zinc-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b73; +} + .divide-zinc-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #09090b80; } +.divide-zinc-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b8c; +} + .divide-zinc-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b99; } +.divide-zinc-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090ba6; +} + .divide-zinc-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'divideColor' plugin 1`] = ` border-color: #09090bcc; } +.divide-zinc-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090bd9; +} + .divide-zinc-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #09090be6; } @@ -15724,6 +21604,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef3c7; } +.divide-amber-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c726; +} + .divide-amber-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c733; } @@ -15736,10 +21620,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef3c74d; } +.divide-amber-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c759; +} + .divide-amber-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c766; } +.divide-amber-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c773; +} + .divide-amber-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c70d; } @@ -15748,10 +21640,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef3c780; } +.divide-amber-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c78c; +} + .divide-amber-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c799; } +.divide-amber-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c7a6; +} + .divide-amber-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c7b3; } @@ -15764,6 +21664,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef3c7cc; } +.divide-amber-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef3c7d9; +} + .divide-amber-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef3c7e6; } @@ -15789,6 +21693,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde68a; } +.divide-amber-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a26; +} + .divide-amber-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a33; } @@ -15801,10 +21709,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde68a4d; } +.divide-amber-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a59; +} + .divide-amber-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a66; } +.divide-amber-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a73; +} + .divide-amber-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a0d; } @@ -15813,10 +21729,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde68a80; } +.divide-amber-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68a8c; +} + .divide-amber-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68a99; } +.divide-amber-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68aa6; +} + .divide-amber-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68ab3; } @@ -15829,6 +21753,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde68acc; } +.divide-amber-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde68ad9; +} + .divide-amber-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fde68ae6; } @@ -15854,6 +21782,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fcd34d; } +.divide-amber-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d26; +} + .divide-amber-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d33; } @@ -15866,10 +21798,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fcd34d4d; } +.divide-amber-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d59; +} + .divide-amber-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d66; } +.divide-amber-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d73; +} + .divide-amber-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d0d; } @@ -15878,10 +21818,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fcd34d80; } +.divide-amber-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34d8c; +} + .divide-amber-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34d99; } +.divide-amber-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34da6; +} + .divide-amber-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34db3; } @@ -15894,6 +21842,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fcd34dcc; } +.divide-amber-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fcd34dd9; +} + .divide-amber-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fcd34de6; } @@ -15919,6 +21871,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbbf24; } +.divide-amber-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf2426; +} + .divide-amber-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf2433; } @@ -15931,10 +21887,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbbf244d; } +.divide-amber-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf2459; +} + .divide-amber-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf2466; } +.divide-amber-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf2473; +} + .divide-amber-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf240d; } @@ -15943,10 +21907,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbbf2480; } +.divide-amber-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf248c; +} + .divide-amber-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf2499; } +.divide-amber-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf24a6; +} + .divide-amber-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf24b3; } @@ -15959,6 +21931,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbbf24cc; } +.divide-amber-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbbf24d9; +} + .divide-amber-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fbbf24e6; } @@ -15984,6 +21960,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fffbeb; } +.divide-amber-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb26; +} + .divide-amber-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb33; } @@ -15996,10 +21976,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fffbeb4d; } +.divide-amber-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb59; +} + .divide-amber-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb66; } +.divide-amber-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb73; +} + .divide-amber-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb0d; } @@ -16008,10 +21996,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fffbeb80; } +.divide-amber-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeb8c; +} + .divide-amber-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbeb99; } +.divide-amber-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbeba6; +} + .divide-amber-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbebb3; } @@ -16024,6 +22020,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fffbebcc; } +.divide-amber-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fffbebd9; +} + .divide-amber-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fffbebe6; } @@ -16049,6 +22049,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f59e0b; } +.divide-amber-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b26; +} + .divide-amber-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b33; } @@ -16061,10 +22065,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f59e0b4d; } +.divide-amber-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b59; +} + .divide-amber-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b66; } +.divide-amber-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b73; +} + .divide-amber-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b0d; } @@ -16073,10 +22085,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f59e0b80; } +.divide-amber-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0b8c; +} + .divide-amber-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0b99; } +.divide-amber-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0ba6; +} + .divide-amber-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0bb3; } @@ -16089,6 +22109,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f59e0bcc; } +.divide-amber-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f59e0bd9; +} + .divide-amber-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f59e0be6; } @@ -16114,6 +22138,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d97706; } +.divide-amber-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9770626; +} + .divide-amber-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d9770633; } @@ -16126,10 +22154,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d977064d; } +.divide-amber-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9770659; +} + .divide-amber-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d9770666; } +.divide-amber-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9770673; +} + .divide-amber-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d977060d; } @@ -16138,10 +22174,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d9770680; } +.divide-amber-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d977068c; +} + .divide-amber-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d9770699; } +.divide-amber-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d97706a6; +} + .divide-amber-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d97706b3; } @@ -16154,6 +22198,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d97706cc; } +.divide-amber-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d97706d9; +} + .divide-amber-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d97706e6; } @@ -16179,6 +22227,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b45309; } +.divide-amber-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #b4530926; +} + .divide-amber-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #b4530933; } @@ -16191,10 +22243,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b453094d; } +.divide-amber-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #b4530959; +} + .divide-amber-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #b4530966; } +.divide-amber-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #b4530973; +} + .divide-amber-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #b453090d; } @@ -16203,10 +22263,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b4530980; } +.divide-amber-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #b453098c; +} + .divide-amber-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #b4530999; } +.divide-amber-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #b45309a6; +} + .divide-amber-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #b45309b3; } @@ -16219,6 +22287,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b45309cc; } +.divide-amber-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #b45309d9; +} + .divide-amber-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #b45309e6; } @@ -16244,6 +22316,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #92400e; } +.divide-amber-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e26; +} + .divide-amber-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e33; } @@ -16256,10 +22332,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #92400e4d; } +.divide-amber-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e59; +} + .divide-amber-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e66; } +.divide-amber-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e73; +} + .divide-amber-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e0d; } @@ -16268,10 +22352,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #92400e80; } +.divide-amber-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400e8c; +} + .divide-amber-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #92400e99; } +.divide-amber-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400ea6; +} + .divide-amber-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #92400eb3; } @@ -16284,6 +22376,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #92400ecc; } +.divide-amber-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #92400ed9; +} + .divide-amber-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #92400ee6; } @@ -16309,6 +22405,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78350f; } +.divide-amber-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f26; +} + .divide-amber-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f33; } @@ -16321,10 +22421,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78350f4d; } +.divide-amber-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f59; +} + .divide-amber-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f66; } +.divide-amber-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f73; +} + .divide-amber-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f0d; } @@ -16333,10 +22441,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78350f80; } +.divide-amber-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350f8c; +} + .divide-amber-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #78350f99; } +.divide-amber-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350fa6; +} + .divide-amber-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #78350fb3; } @@ -16349,6 +22465,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78350fcc; } +.divide-amber-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #78350fd9; +} + .divide-amber-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #78350fe6; } @@ -16374,6 +22494,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #451a03; } +.divide-amber-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a0326; +} + .divide-amber-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #451a0333; } @@ -16386,10 +22510,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #451a034d; } +.divide-amber-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a0359; +} + .divide-amber-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #451a0366; } +.divide-amber-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a0373; +} + .divide-amber-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #451a030d; } @@ -16398,10 +22530,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #451a0380; } +.divide-amber-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a038c; +} + .divide-amber-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #451a0399; } +.divide-amber-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a03a6; +} + .divide-amber-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #451a03b3; } @@ -16414,6 +22554,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #451a03cc; } +.divide-amber-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #451a03d9; +} + .divide-amber-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #451a03e6; } @@ -16439,6 +22583,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #000; } +.divide-black\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000026; +} + .divide-black\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0003; } @@ -16451,10 +22599,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0000004d; } +.divide-black\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000059; +} + .divide-black\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0006; } +.divide-black\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000073; +} + .divide-black\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0000000d; } @@ -16463,10 +22619,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #00000080; } +.divide-black\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0000008c; +} + .divide-black\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0009; } +.divide-black\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000a6; +} + .divide-black\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #000000b3; } @@ -16479,6 +22643,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #000c; } +.divide-black\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000d9; +} + .divide-black\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #000000e6; } @@ -16504,6 +22672,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dbeafe; } +.divide-blue-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe26; +} + .divide-blue-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe33; } @@ -16516,10 +22688,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dbeafe4d; } +.divide-blue-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe59; +} + .divide-blue-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe66; } +.divide-blue-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe73; +} + .divide-blue-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe0d; } @@ -16528,10 +22708,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dbeafe80; } +.divide-blue-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafe8c; +} + .divide-blue-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafe99; } +.divide-blue-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafea6; +} + .divide-blue-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafeb3; } @@ -16544,6 +22732,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dbeafecc; } +.divide-blue-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #dbeafed9; +} + .divide-blue-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #dbeafee6; } @@ -16569,6 +22761,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bfdbfe; } +.divide-blue-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe26; +} + .divide-blue-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe33; } @@ -16581,10 +22777,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bfdbfe4d; } +.divide-blue-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe59; +} + .divide-blue-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe66; } +.divide-blue-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe73; +} + .divide-blue-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe0d; } @@ -16593,10 +22797,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bfdbfe80; } +.divide-blue-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfe8c; +} + .divide-blue-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfe99; } +.divide-blue-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfea6; +} + .divide-blue-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfeb3; } @@ -16609,6 +22821,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bfdbfecc; } +.divide-blue-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bfdbfed9; +} + .divide-blue-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bfdbfee6; } @@ -16634,6 +22850,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #93c5fd; } +.divide-blue-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd26; +} + .divide-blue-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd33; } @@ -16646,10 +22866,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #93c5fd4d; } +.divide-blue-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd59; +} + .divide-blue-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd66; } +.divide-blue-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd73; +} + .divide-blue-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd0d; } @@ -16658,10 +22886,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #93c5fd80; } +.divide-blue-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fd8c; +} + .divide-blue-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fd99; } +.divide-blue-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fda6; +} + .divide-blue-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fdb3; } @@ -16674,6 +22910,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #93c5fdcc; } +.divide-blue-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #93c5fdd9; +} + .divide-blue-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #93c5fde6; } @@ -16699,6 +22939,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #60a5fa; } +.divide-blue-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa26; +} + .divide-blue-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa33; } @@ -16711,10 +22955,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #60a5fa4d; } +.divide-blue-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa59; +} + .divide-blue-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa66; } +.divide-blue-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa73; +} + .divide-blue-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa0d; } @@ -16723,10 +22975,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #60a5fa80; } +.divide-blue-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fa8c; +} + .divide-blue-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fa99; } +.divide-blue-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5faa6; +} + .divide-blue-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fab3; } @@ -16739,6 +22999,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #60a5facc; } +.divide-blue-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #60a5fad9; +} + .divide-blue-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #60a5fae6; } @@ -16764,6 +23028,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eff6ff; } +.divide-blue-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff26; +} + .divide-blue-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff33; } @@ -16776,10 +23044,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eff6ff4d; } +.divide-blue-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff59; +} + .divide-blue-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff66; } +.divide-blue-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff73; +} + .divide-blue-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff0d; } @@ -16788,10 +23064,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eff6ff80; } +.divide-blue-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ff8c; +} + .divide-blue-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ff99; } +.divide-blue-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ffa6; +} + .divide-blue-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ffb3; } @@ -16804,6 +23088,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eff6ffcc; } +.divide-blue-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #eff6ffd9; +} + .divide-blue-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #eff6ffe6; } @@ -16829,6 +23117,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b82f6; } +.divide-blue-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f626; +} + .divide-blue-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f633; } @@ -16841,10 +23133,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b82f64d; } +.divide-blue-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f659; +} + .divide-blue-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f666; } +.divide-blue-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f673; +} + .divide-blue-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f60d; } @@ -16853,10 +23153,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b82f680; } +.divide-blue-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f68c; +} + .divide-blue-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f699; } +.divide-blue-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f6a6; +} + .divide-blue-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f6b3; } @@ -16869,6 +23177,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b82f6cc; } +.divide-blue-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b82f6d9; +} + .divide-blue-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3b82f6e6; } @@ -16894,6 +23206,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2563eb; } +.divide-blue-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb26; +} + .divide-blue-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb33; } @@ -16906,10 +23222,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2563eb4d; } +.divide-blue-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb59; +} + .divide-blue-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb66; } +.divide-blue-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb73; +} + .divide-blue-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb0d; } @@ -16918,10 +23242,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2563eb80; } +.divide-blue-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eb8c; +} + .divide-blue-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #2563eb99; } +.divide-blue-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563eba6; +} + .divide-blue-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #2563ebb3; } @@ -16934,6 +23266,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2563ebcc; } +.divide-blue-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #2563ebd9; +} + .divide-blue-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #2563ebe6; } @@ -16959,6 +23295,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1d4ed8; } +.divide-blue-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed826; +} + .divide-blue-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed833; } @@ -16971,10 +23311,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1d4ed84d; } +.divide-blue-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed859; +} + .divide-blue-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed866; } +.divide-blue-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed873; +} + .divide-blue-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed80d; } @@ -16983,10 +23331,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1d4ed880; } +.divide-blue-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed88c; +} + .divide-blue-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed899; } +.divide-blue-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed8a6; +} + .divide-blue-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed8b3; } @@ -16999,6 +23355,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1d4ed8cc; } +.divide-blue-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1d4ed8d9; +} + .divide-blue-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1d4ed8e6; } @@ -17024,6 +23384,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e40af; } +.divide-blue-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af26; +} + .divide-blue-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af33; } @@ -17036,10 +23400,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e40af4d; } +.divide-blue-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af59; +} + .divide-blue-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af66; } +.divide-blue-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af73; +} + .divide-blue-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af0d; } @@ -17048,10 +23420,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e40af80; } +.divide-blue-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40af8c; +} + .divide-blue-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40af99; } +.divide-blue-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40afa6; +} + .divide-blue-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40afb3; } @@ -17064,6 +23444,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e40afcc; } +.divide-blue-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e40afd9; +} + .divide-blue-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e40afe6; } @@ -17089,6 +23473,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e3a8a; } +.divide-blue-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a26; +} + .divide-blue-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a33; } @@ -17101,10 +23489,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e3a8a4d; } +.divide-blue-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a59; +} + .divide-blue-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a66; } +.divide-blue-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a73; +} + .divide-blue-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a0d; } @@ -17113,10 +23509,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e3a8a80; } +.divide-blue-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8a8c; +} + .divide-blue-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8a99; } +.divide-blue-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8aa6; +} + .divide-blue-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8ab3; } @@ -17129,6 +23533,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e3a8acc; } +.divide-blue-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e3a8ad9; +} + .divide-blue-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e3a8ae6; } @@ -17154,6 +23562,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #172554; } +.divide-blue-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #17255426; +} + .divide-blue-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #17255433; } @@ -17166,10 +23578,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1725544d; } +.divide-blue-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #17255459; +} + .divide-blue-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #17255466; } +.divide-blue-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #17255473; +} + .divide-blue-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1725540d; } @@ -17178,10 +23598,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #17255480; } +.divide-blue-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1725548c; +} + .divide-blue-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #17255499; } +.divide-blue-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #172554a6; +} + .divide-blue-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #172554b3; } @@ -17194,6 +23622,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #172554cc; } +.divide-blue-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #172554d9; +} + .divide-blue-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #172554e6; } @@ -17223,6 +23655,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cffafe; } +.divide-cyan-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe26; +} + .divide-cyan-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe33; } @@ -17235,10 +23671,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cffafe4d; } +.divide-cyan-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe59; +} + .divide-cyan-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe66; } +.divide-cyan-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe73; +} + .divide-cyan-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe0d; } @@ -17247,10 +23691,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cffafe80; } +.divide-cyan-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafe8c; +} + .divide-cyan-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafe99; } +.divide-cyan-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafea6; +} + .divide-cyan-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafeb3; } @@ -17263,6 +23715,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cffafecc; } +.divide-cyan-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #cffafed9; +} + .divide-cyan-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #cffafee6; } @@ -17288,6 +23744,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5f3fc; } +.divide-cyan-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc26; +} + .divide-cyan-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc33; } @@ -17300,10 +23760,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5f3fc4d; } +.divide-cyan-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc59; +} + .divide-cyan-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc66; } +.divide-cyan-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc73; +} + .divide-cyan-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc0d; } @@ -17312,10 +23780,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5f3fc80; } +.divide-cyan-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fc8c; +} + .divide-cyan-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fc99; } +.divide-cyan-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fca6; +} + .divide-cyan-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fcb3; } @@ -17328,6 +23804,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5f3fccc; } +.divide-cyan-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5f3fcd9; +} + .divide-cyan-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a5f3fce6; } @@ -17353,6 +23833,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #67e8f9; } +.divide-cyan-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f926; +} + .divide-cyan-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f933; } @@ -17365,10 +23849,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #67e8f94d; } +.divide-cyan-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f959; +} + .divide-cyan-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f966; } +.divide-cyan-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f973; +} + .divide-cyan-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f90d; } @@ -17377,10 +23869,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #67e8f980; } +.divide-cyan-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f98c; +} + .divide-cyan-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f999; } +.divide-cyan-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f9a6; +} + .divide-cyan-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f9b3; } @@ -17393,6 +23893,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #67e8f9cc; } +.divide-cyan-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #67e8f9d9; +} + .divide-cyan-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #67e8f9e6; } @@ -17418,6 +23922,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22d3ee; } +.divide-cyan-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee26; +} + .divide-cyan-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee33; } @@ -17430,10 +23938,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22d3ee4d; } +.divide-cyan-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee59; +} + .divide-cyan-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee66; } +.divide-cyan-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee73; +} + .divide-cyan-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee0d; } @@ -17442,10 +23958,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22d3ee80; } +.divide-cyan-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3ee8c; +} + .divide-cyan-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3ee99; } +.divide-cyan-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3eea6; +} + .divide-cyan-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3eeb3; } @@ -17458,6 +23982,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22d3eecc; } +.divide-cyan-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #22d3eed9; +} + .divide-cyan-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #22d3eee6; } @@ -17483,6 +24011,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfeff; } +.divide-cyan-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff26; +} + .divide-cyan-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff33; } @@ -17495,10 +24027,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfeff4d; } +.divide-cyan-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff59; +} + .divide-cyan-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff66; } +.divide-cyan-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff73; +} + .divide-cyan-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff0d; } @@ -17507,10 +24047,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfeff80; } +.divide-cyan-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeff8c; +} + .divide-cyan-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeff99; } +.divide-cyan-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeffa6; +} + .divide-cyan-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeffb3; } @@ -17523,6 +24071,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfeffcc; } +.divide-cyan-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfeffd9; +} + .divide-cyan-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfeffe6; } @@ -17548,6 +24100,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #06b6d4; } +.divide-cyan-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d426; +} + .divide-cyan-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d433; } @@ -17560,10 +24116,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #06b6d44d; } +.divide-cyan-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d459; +} + .divide-cyan-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d466; } +.divide-cyan-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d473; +} + .divide-cyan-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d40d; } @@ -17572,10 +24136,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #06b6d480; } +.divide-cyan-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d48c; +} + .divide-cyan-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d499; } +.divide-cyan-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d4a6; +} + .divide-cyan-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d4b3; } @@ -17588,6 +24160,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #06b6d4cc; } +.divide-cyan-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #06b6d4d9; +} + .divide-cyan-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #06b6d4e6; } @@ -17613,6 +24189,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0891b2; } +.divide-cyan-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b226; +} + .divide-cyan-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b233; } @@ -17625,10 +24205,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0891b24d; } +.divide-cyan-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b259; +} + .divide-cyan-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b266; } +.divide-cyan-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b273; +} + .divide-cyan-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b20d; } @@ -17637,10 +24225,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0891b280; } +.divide-cyan-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b28c; +} + .divide-cyan-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b299; } +.divide-cyan-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b2a6; +} + .divide-cyan-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b2b3; } @@ -17653,6 +24249,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0891b2cc; } +.divide-cyan-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0891b2d9; +} + .divide-cyan-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0891b2e6; } @@ -17678,6 +24278,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0e7490; } +.divide-cyan-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e749026; +} + .divide-cyan-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0e749033; } @@ -17690,10 +24294,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0e74904d; } +.divide-cyan-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e749059; +} + .divide-cyan-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0e749066; } +.divide-cyan-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e749073; +} + .divide-cyan-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0e74900d; } @@ -17702,10 +24314,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0e749080; } +.divide-cyan-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e74908c; +} + .divide-cyan-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0e749099; } +.divide-cyan-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e7490a6; +} + .divide-cyan-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0e7490b3; } @@ -17718,6 +24338,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0e7490cc; } +.divide-cyan-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0e7490d9; +} + .divide-cyan-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0e7490e6; } @@ -17743,6 +24367,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #155e75; } +.divide-cyan-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e7526; +} + .divide-cyan-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #155e7533; } @@ -17755,10 +24383,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #155e754d; } +.divide-cyan-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e7559; +} + .divide-cyan-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #155e7566; } +.divide-cyan-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e7573; +} + .divide-cyan-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #155e750d; } @@ -17767,10 +24403,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #155e7580; } +.divide-cyan-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e758c; +} + .divide-cyan-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #155e7599; } +.divide-cyan-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e75a6; +} + .divide-cyan-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #155e75b3; } @@ -17783,6 +24427,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #155e75cc; } +.divide-cyan-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #155e75d9; +} + .divide-cyan-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #155e75e6; } @@ -17808,6 +24456,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #164e63; } +.divide-cyan-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e6326; +} + .divide-cyan-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #164e6333; } @@ -17820,10 +24472,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #164e634d; } +.divide-cyan-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e6359; +} + .divide-cyan-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #164e6366; } +.divide-cyan-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e6373; +} + .divide-cyan-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #164e630d; } @@ -17832,10 +24492,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #164e6380; } +.divide-cyan-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e638c; +} + .divide-cyan-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #164e6399; } +.divide-cyan-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e63a6; +} + .divide-cyan-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #164e63b3; } @@ -17848,6 +24516,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #164e63cc; } +.divide-cyan-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #164e63d9; +} + .divide-cyan-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #164e63e6; } @@ -17873,6 +24545,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #083344; } +.divide-cyan-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #08334426; +} + .divide-cyan-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #08334433; } @@ -17885,10 +24561,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0833444d; } +.divide-cyan-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #08334459; +} + .divide-cyan-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #08334466; } +.divide-cyan-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #08334473; +} + .divide-cyan-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0833440d; } @@ -17897,10 +24581,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #08334480; } +.divide-cyan-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0833448c; +} + .divide-cyan-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #08334499; } +.divide-cyan-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #083344a6; +} + .divide-cyan-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #083344b3; } @@ -17913,6 +24605,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #083344cc; } +.divide-cyan-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #083344d9; +} + .divide-cyan-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #083344e6; } @@ -17938,6 +24634,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1fae5; } +.divide-emerald-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae526; +} + .divide-emerald-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae533; } @@ -17950,10 +24650,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1fae54d; } +.divide-emerald-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae559; +} + .divide-emerald-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae566; } +.divide-emerald-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae573; +} + .divide-emerald-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae50d; } @@ -17962,10 +24670,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1fae580; } +.divide-emerald-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae58c; +} + .divide-emerald-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae599; } +.divide-emerald-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae5a6; +} + .divide-emerald-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae5b3; } @@ -17978,6 +24694,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1fae5cc; } +.divide-emerald-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1fae5d9; +} + .divide-emerald-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d1fae5e6; } @@ -18003,6 +24723,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a7f3d0; } +.divide-emerald-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d026; +} + .divide-emerald-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d033; } @@ -18015,10 +24739,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a7f3d04d; } +.divide-emerald-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d059; +} + .divide-emerald-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d066; } +.divide-emerald-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d073; +} + .divide-emerald-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d00d; } @@ -18027,10 +24759,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a7f3d080; } +.divide-emerald-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d08c; +} + .divide-emerald-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d099; } +.divide-emerald-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d0a6; +} + .divide-emerald-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d0b3; } @@ -18043,6 +24783,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a7f3d0cc; } +.divide-emerald-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a7f3d0d9; +} + .divide-emerald-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a7f3d0e6; } @@ -18068,6 +24812,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6ee7b7; } +.divide-emerald-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b726; +} + .divide-emerald-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b733; } @@ -18080,10 +24828,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6ee7b74d; } +.divide-emerald-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b759; +} + .divide-emerald-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b766; } +.divide-emerald-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b773; +} + .divide-emerald-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b70d; } @@ -18092,10 +24848,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6ee7b780; } +.divide-emerald-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b78c; +} + .divide-emerald-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b799; } +.divide-emerald-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b7a6; +} + .divide-emerald-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b7b3; } @@ -18108,6 +24872,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6ee7b7cc; } +.divide-emerald-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6ee7b7d9; +} + .divide-emerald-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6ee7b7e6; } @@ -18133,6 +24901,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #34d399; } +.divide-emerald-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d39926; +} + .divide-emerald-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #34d39933; } @@ -18145,10 +24917,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #34d3994d; } +.divide-emerald-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d39959; +} + .divide-emerald-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #34d39966; } +.divide-emerald-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d39973; +} + .divide-emerald-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #34d3990d; } @@ -18157,10 +24937,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #34d39980; } +.divide-emerald-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d3998c; +} + .divide-emerald-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #34d39999; } +.divide-emerald-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d399a6; +} + .divide-emerald-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #34d399b3; } @@ -18173,6 +24961,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #34d399cc; } +.divide-emerald-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #34d399d9; +} + .divide-emerald-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #34d399e6; } @@ -18198,6 +24990,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfdf5; } +.divide-emerald-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf526; +} + .divide-emerald-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf533; } @@ -18210,10 +25006,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfdf54d; } +.divide-emerald-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf559; +} + .divide-emerald-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf566; } +.divide-emerald-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf573; +} + .divide-emerald-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf50d; } @@ -18222,10 +25026,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfdf580; } +.divide-emerald-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf58c; +} + .divide-emerald-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf599; } +.divide-emerald-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf5a6; +} + .divide-emerald-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf5b3; } @@ -18238,6 +25050,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfdf5cc; } +.divide-emerald-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfdf5d9; +} + .divide-emerald-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfdf5e6; } @@ -18263,6 +25079,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #10b981; } +.divide-emerald-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b98126; +} + .divide-emerald-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #10b98133; } @@ -18275,10 +25095,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #10b9814d; } +.divide-emerald-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b98159; +} + .divide-emerald-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #10b98166; } +.divide-emerald-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b98173; +} + .divide-emerald-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #10b9810d; } @@ -18287,10 +25115,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #10b98180; } +.divide-emerald-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b9818c; +} + .divide-emerald-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #10b98199; } +.divide-emerald-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b981a6; +} + .divide-emerald-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #10b981b3; } @@ -18303,6 +25139,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #10b981cc; } +.divide-emerald-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #10b981d9; +} + .divide-emerald-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #10b981e6; } @@ -18328,6 +25168,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #059669; } +.divide-emerald-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #05966926; +} + .divide-emerald-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #05966933; } @@ -18340,10 +25184,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0596694d; } +.divide-emerald-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #05966959; +} + .divide-emerald-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #05966966; } +.divide-emerald-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #05966973; +} + .divide-emerald-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0596690d; } @@ -18352,10 +25204,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #05966980; } +.divide-emerald-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0596698c; +} + .divide-emerald-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #05966999; } +.divide-emerald-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #059669a6; +} + .divide-emerald-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #059669b3; } @@ -18368,6 +25228,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #059669cc; } +.divide-emerald-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #059669d9; +} + .divide-emerald-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #059669e6; } @@ -18393,6 +25257,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #047857; } +.divide-emerald-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #04785726; +} + .divide-emerald-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #04785733; } @@ -18405,10 +25273,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0478574d; } +.divide-emerald-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #04785759; +} + .divide-emerald-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #04785766; } +.divide-emerald-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #04785773; +} + .divide-emerald-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0478570d; } @@ -18417,10 +25293,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #04785780; } +.divide-emerald-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0478578c; +} + .divide-emerald-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #04785799; } +.divide-emerald-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #047857a6; +} + .divide-emerald-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #047857b3; } @@ -18433,6 +25317,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #047857cc; } +.divide-emerald-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #047857d9; +} + .divide-emerald-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #047857e6; } @@ -18458,6 +25346,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #065f46; } +.divide-emerald-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f4626; +} + .divide-emerald-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #065f4633; } @@ -18470,10 +25362,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #065f464d; } +.divide-emerald-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f4659; +} + .divide-emerald-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #065f4666; } +.divide-emerald-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f4673; +} + .divide-emerald-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #065f460d; } @@ -18482,10 +25382,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #065f4680; } +.divide-emerald-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f468c; +} + .divide-emerald-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #065f4699; } +.divide-emerald-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f46a6; +} + .divide-emerald-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #065f46b3; } @@ -18498,6 +25406,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #065f46cc; } +.divide-emerald-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #065f46d9; +} + .divide-emerald-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #065f46e6; } @@ -18523,6 +25435,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #064e3b; } +.divide-emerald-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b26; +} + .divide-emerald-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b33; } @@ -18535,10 +25451,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #064e3b4d; } +.divide-emerald-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b59; +} + .divide-emerald-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b66; } +.divide-emerald-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b73; +} + .divide-emerald-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b0d; } @@ -18547,10 +25471,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #064e3b80; } +.divide-emerald-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3b8c; +} + .divide-emerald-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3b99; } +.divide-emerald-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3ba6; +} + .divide-emerald-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3bb3; } @@ -18563,6 +25495,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #064e3bcc; } +.divide-emerald-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #064e3bd9; +} + .divide-emerald-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #064e3be6; } @@ -18588,6 +25524,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #022c22; } +.divide-emerald-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c2226; +} + .divide-emerald-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #022c2233; } @@ -18600,10 +25540,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #022c224d; } +.divide-emerald-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c2259; +} + .divide-emerald-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #022c2266; } +.divide-emerald-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c2273; +} + .divide-emerald-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #022c220d; } @@ -18612,10 +25560,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #022c2280; } +.divide-emerald-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c228c; +} + .divide-emerald-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #022c2299; } +.divide-emerald-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c22a6; +} + .divide-emerald-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #022c22b3; } @@ -18628,6 +25584,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #022c22cc; } +.divide-emerald-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #022c22d9; +} + .divide-emerald-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #022c22e6; } @@ -18653,6 +25613,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fae8ff; } +.divide-fuchsia-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff26; +} + .divide-fuchsia-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff33; } @@ -18665,10 +25629,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fae8ff4d; } +.divide-fuchsia-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff59; +} + .divide-fuchsia-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff66; } +.divide-fuchsia-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff73; +} + .divide-fuchsia-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff0d; } @@ -18677,10 +25649,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fae8ff80; } +.divide-fuchsia-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ff8c; +} + .divide-fuchsia-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ff99; } +.divide-fuchsia-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ffa6; +} + .divide-fuchsia-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ffb3; } @@ -18693,6 +25673,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fae8ffcc; } +.divide-fuchsia-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fae8ffd9; +} + .divide-fuchsia-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fae8ffe6; } @@ -18718,6 +25702,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5d0fe; } +.divide-fuchsia-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe26; +} + .divide-fuchsia-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe33; } @@ -18730,10 +25718,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5d0fe4d; } +.divide-fuchsia-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe59; +} + .divide-fuchsia-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe66; } +.divide-fuchsia-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe73; +} + .divide-fuchsia-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe0d; } @@ -18742,10 +25738,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5d0fe80; } +.divide-fuchsia-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fe8c; +} + .divide-fuchsia-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fe99; } +.divide-fuchsia-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fea6; +} + .divide-fuchsia-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0feb3; } @@ -18758,6 +25762,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5d0fecc; } +.divide-fuchsia-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5d0fed9; +} + .divide-fuchsia-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5d0fee6; } @@ -18783,6 +25791,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0abfc; } +.divide-fuchsia-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc26; +} + .divide-fuchsia-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc33; } @@ -18795,10 +25807,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0abfc4d; } +.divide-fuchsia-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc59; +} + .divide-fuchsia-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc66; } +.divide-fuchsia-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc73; +} + .divide-fuchsia-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc0d; } @@ -18807,10 +25827,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0abfc80; } +.divide-fuchsia-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfc8c; +} + .divide-fuchsia-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfc99; } +.divide-fuchsia-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfca6; +} + .divide-fuchsia-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfcb3; } @@ -18823,6 +25851,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0abfccc; } +.divide-fuchsia-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0abfcd9; +} + .divide-fuchsia-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0abfce6; } @@ -18848,6 +25880,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e879f9; } +.divide-fuchsia-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f926; +} + .divide-fuchsia-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f933; } @@ -18860,10 +25896,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e879f94d; } +.divide-fuchsia-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f959; +} + .divide-fuchsia-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f966; } +.divide-fuchsia-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f973; +} + .divide-fuchsia-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f90d; } @@ -18872,10 +25916,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e879f980; } +.divide-fuchsia-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f98c; +} + .divide-fuchsia-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f999; } +.divide-fuchsia-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f9a6; +} + .divide-fuchsia-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f9b3; } @@ -18888,6 +25940,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e879f9cc; } +.divide-fuchsia-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e879f9d9; +} + .divide-fuchsia-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e879f9e6; } @@ -18913,6 +25969,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf4ff; } +.divide-fuchsia-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff26; +} + .divide-fuchsia-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff33; } @@ -18925,10 +25985,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf4ff4d; } +.divide-fuchsia-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff59; +} + .divide-fuchsia-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff66; } +.divide-fuchsia-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff73; +} + .divide-fuchsia-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff0d; } @@ -18937,10 +26005,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf4ff80; } +.divide-fuchsia-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ff8c; +} + .divide-fuchsia-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ff99; } +.divide-fuchsia-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ffa6; +} + .divide-fuchsia-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ffb3; } @@ -18953,6 +26029,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf4ffcc; } +.divide-fuchsia-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf4ffd9; +} + .divide-fuchsia-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf4ffe6; } @@ -18978,6 +26058,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d946ef; } +.divide-fuchsia-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef26; +} + .divide-fuchsia-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef33; } @@ -18990,10 +26074,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d946ef4d; } +.divide-fuchsia-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef59; +} + .divide-fuchsia-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef66; } +.divide-fuchsia-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef73; +} + .divide-fuchsia-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef0d; } @@ -19002,10 +26094,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d946ef80; } +.divide-fuchsia-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946ef8c; +} + .divide-fuchsia-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d946ef99; } +.divide-fuchsia-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946efa6; +} + .divide-fuchsia-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d946efb3; } @@ -19018,6 +26118,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d946efcc; } +.divide-fuchsia-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d946efd9; +} + .divide-fuchsia-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d946efe6; } @@ -19043,6 +26147,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c026d3; } +.divide-fuchsia-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d326; +} + .divide-fuchsia-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d333; } @@ -19055,10 +26163,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c026d34d; } +.divide-fuchsia-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d359; +} + .divide-fuchsia-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d366; } +.divide-fuchsia-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d373; +} + .divide-fuchsia-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d30d; } @@ -19067,10 +26183,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c026d380; } +.divide-fuchsia-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d38c; +} + .divide-fuchsia-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d399; } +.divide-fuchsia-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d3a6; +} + .divide-fuchsia-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d3b3; } @@ -19083,6 +26207,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c026d3cc; } +.divide-fuchsia-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c026d3d9; +} + .divide-fuchsia-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c026d3e6; } @@ -19108,6 +26236,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a21caf; } +.divide-fuchsia-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf26; +} + .divide-fuchsia-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf33; } @@ -19120,10 +26252,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a21caf4d; } +.divide-fuchsia-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf59; +} + .divide-fuchsia-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf66; } +.divide-fuchsia-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf73; +} + .divide-fuchsia-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf0d; } @@ -19132,10 +26272,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a21caf80; } +.divide-fuchsia-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21caf8c; +} + .divide-fuchsia-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a21caf99; } +.divide-fuchsia-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21cafa6; +} + .divide-fuchsia-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a21cafb3; } @@ -19148,6 +26296,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a21cafcc; } +.divide-fuchsia-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a21cafd9; +} + .divide-fuchsia-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a21cafe6; } @@ -19173,6 +26325,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86198f; } +.divide-fuchsia-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f26; +} + .divide-fuchsia-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f33; } @@ -19185,10 +26341,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86198f4d; } +.divide-fuchsia-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f59; +} + .divide-fuchsia-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f66; } +.divide-fuchsia-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f73; +} + .divide-fuchsia-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f0d; } @@ -19197,10 +26361,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86198f80; } +.divide-fuchsia-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198f8c; +} + .divide-fuchsia-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #86198f99; } +.divide-fuchsia-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198fa6; +} + .divide-fuchsia-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #86198fb3; } @@ -19213,6 +26385,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86198fcc; } +.divide-fuchsia-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #86198fd9; +} + .divide-fuchsia-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #86198fe6; } @@ -19238,6 +26414,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #701a75; } +.divide-fuchsia-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a7526; +} + .divide-fuchsia-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #701a7533; } @@ -19250,10 +26430,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #701a754d; } +.divide-fuchsia-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a7559; +} + .divide-fuchsia-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #701a7566; } +.divide-fuchsia-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a7573; +} + .divide-fuchsia-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #701a750d; } @@ -19262,10 +26450,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #701a7580; } +.divide-fuchsia-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a758c; +} + .divide-fuchsia-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #701a7599; } +.divide-fuchsia-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a75a6; +} + .divide-fuchsia-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #701a75b3; } @@ -19278,6 +26474,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #701a75cc; } +.divide-fuchsia-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #701a75d9; +} + .divide-fuchsia-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #701a75e6; } @@ -19303,6 +26503,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4a044e; } +.divide-fuchsia-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e26; +} + .divide-fuchsia-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e33; } @@ -19315,10 +26519,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4a044e4d; } +.divide-fuchsia-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e59; +} + .divide-fuchsia-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e66; } +.divide-fuchsia-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e73; +} + .divide-fuchsia-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e0d; } @@ -19327,10 +26539,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4a044e80; } +.divide-fuchsia-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044e8c; +} + .divide-fuchsia-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044e99; } +.divide-fuchsia-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044ea6; +} + .divide-fuchsia-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044eb3; } @@ -19343,6 +26563,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4a044ecc; } +.divide-fuchsia-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4a044ed9; +} + .divide-fuchsia-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4a044ee6; } @@ -19368,6 +26592,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3f4f6; } +.divide-gray-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f626; +} + .divide-gray-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f633; } @@ -19380,10 +26608,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3f4f64d; } +.divide-gray-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f659; +} + .divide-gray-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f666; } +.divide-gray-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f673; +} + .divide-gray-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f60d; } @@ -19392,10 +26628,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3f4f680; } +.divide-gray-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f68c; +} + .divide-gray-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f699; } +.divide-gray-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f6a6; +} + .divide-gray-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f6b3; } @@ -19408,6 +26652,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3f4f6cc; } +.divide-gray-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3f4f6d9; +} + .divide-gray-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f6e6; } @@ -19433,6 +26681,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e7eb; } +.divide-gray-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb26; +} + .divide-gray-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb33; } @@ -19445,10 +26697,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e7eb4d; } +.divide-gray-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb59; +} + .divide-gray-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb66; } +.divide-gray-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb73; +} + .divide-gray-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb0d; } @@ -19457,10 +26717,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e7eb80; } +.divide-gray-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eb8c; +} + .divide-gray-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb99; } +.divide-gray-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7eba6; +} + .divide-gray-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7ebb3; } @@ -19473,6 +26741,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e7ebcc; } +.divide-gray-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e7ebd9; +} + .divide-gray-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7ebe6; } @@ -19498,6 +26770,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1d5db; } +.divide-gray-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db26; +} + .divide-gray-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db33; } @@ -19510,10 +26786,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1d5db4d; } +.divide-gray-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db59; +} + .divide-gray-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db66; } +.divide-gray-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db73; +} + .divide-gray-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db0d; } @@ -19522,10 +26806,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1d5db80; } +.divide-gray-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5db8c; +} + .divide-gray-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5db99; } +.divide-gray-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5dba6; +} + .divide-gray-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5dbb3; } @@ -19538,6 +26830,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d1d5dbcc; } +.divide-gray-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d1d5dbd9; +} + .divide-gray-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d1d5dbe6; } @@ -19563,6 +26859,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9ca3af; } +.divide-gray-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af26; +} + .divide-gray-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af33; } @@ -19575,10 +26875,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9ca3af4d; } +.divide-gray-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af59; +} + .divide-gray-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af66; } +.divide-gray-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af73; +} + .divide-gray-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af0d; } @@ -19587,10 +26895,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9ca3af80; } +.divide-gray-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3af8c; +} + .divide-gray-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3af99; } +.divide-gray-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3afa6; +} + .divide-gray-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3afb3; } @@ -19603,6 +26919,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9ca3afcc; } +.divide-gray-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9ca3afd9; +} + .divide-gray-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9ca3afe6; } @@ -19628,6 +26948,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9fafb; } +.divide-gray-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb26; +} + .divide-gray-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb33; } @@ -19640,10 +26964,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9fafb4d; } +.divide-gray-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb59; +} + .divide-gray-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb66; } +.divide-gray-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb73; +} + .divide-gray-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb0d; } @@ -19652,10 +26984,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9fafb80; } +.divide-gray-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafb8c; +} + .divide-gray-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafb99; } +.divide-gray-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafba6; +} + .divide-gray-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafbb3; } @@ -19668,6 +27008,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9fafbcc; } +.divide-gray-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9fafbd9; +} + .divide-gray-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f9fafbe6; } @@ -19693,6 +27037,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b7280; } +.divide-gray-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b728026; +} + .divide-gray-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6b728033; } @@ -19705,10 +27053,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b72804d; } +.divide-gray-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b728059; +} + .divide-gray-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6b728066; } +.divide-gray-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b728073; +} + .divide-gray-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6b72800d; } @@ -19717,10 +27073,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b728080; } +.divide-gray-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b72808c; +} + .divide-gray-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6b728099; } +.divide-gray-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b7280a6; +} + .divide-gray-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6b7280b3; } @@ -19733,6 +27097,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b7280cc; } +.divide-gray-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b7280d9; +} + .divide-gray-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6b7280e6; } @@ -19758,6 +27126,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4b5563; } +.divide-gray-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b556326; +} + .divide-gray-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4b556333; } @@ -19770,10 +27142,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4b55634d; } +.divide-gray-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b556359; +} + .divide-gray-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4b556366; } +.divide-gray-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b556373; +} + .divide-gray-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4b55630d; } @@ -19782,10 +27162,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4b556380; } +.divide-gray-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b55638c; +} + .divide-gray-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4b556399; } +.divide-gray-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b5563a6; +} + .divide-gray-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4b5563b3; } @@ -19798,6 +27186,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4b5563cc; } +.divide-gray-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4b5563d9; +} + .divide-gray-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4b5563e6; } @@ -19823,6 +27215,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #374151; } +.divide-gray-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #37415126; +} + .divide-gray-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #37415133; } @@ -19835,10 +27231,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3741514d; } +.divide-gray-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #37415159; +} + .divide-gray-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #37415166; } +.divide-gray-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #37415173; +} + .divide-gray-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3741510d; } @@ -19847,10 +27251,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #37415180; } +.divide-gray-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3741518c; +} + .divide-gray-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #37415199; } +.divide-gray-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #374151a6; +} + .divide-gray-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #374151b3; } @@ -19863,6 +27275,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #374151cc; } +.divide-gray-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #374151d9; +} + .divide-gray-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #374151e6; } @@ -19888,6 +27304,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1f2937; } +.divide-gray-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f293726; +} + .divide-gray-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1f293733; } @@ -19900,10 +27320,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1f29374d; } +.divide-gray-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f293759; +} + .divide-gray-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1f293766; } +.divide-gray-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f293773; +} + .divide-gray-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1f29370d; } @@ -19912,10 +27340,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1f293780; } +.divide-gray-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f29378c; +} + .divide-gray-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1f293799; } +.divide-gray-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f2937a6; +} + .divide-gray-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1f2937b3; } @@ -19928,6 +27364,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1f2937cc; } +.divide-gray-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1f2937d9; +} + .divide-gray-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1f2937e6; } @@ -19953,6 +27393,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #111827; } +.divide-gray-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #11182726; +} + .divide-gray-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #11182733; } @@ -19965,10 +27409,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1118274d; } +.divide-gray-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #11182759; +} + .divide-gray-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #11182766; } +.divide-gray-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #11182773; +} + .divide-gray-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1118270d; } @@ -19977,10 +27429,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #11182780; } +.divide-gray-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1118278c; +} + .divide-gray-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #11182799; } +.divide-gray-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #111827a6; +} + .divide-gray-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #111827b3; } @@ -19993,6 +27453,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #111827cc; } +.divide-gray-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #111827d9; +} + .divide-gray-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #111827e6; } @@ -20018,6 +27482,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #030712; } +.divide-gray-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #03071226; +} + .divide-gray-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #03071233; } @@ -20030,10 +27498,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0307124d; } +.divide-gray-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #03071259; +} + .divide-gray-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #03071266; } +.divide-gray-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #03071273; +} + .divide-gray-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0307120d; } @@ -20042,10 +27518,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #03071280; } +.divide-gray-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0307128c; +} + .divide-gray-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #03071299; } +.divide-gray-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #030712a6; +} + .divide-gray-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #030712b3; } @@ -20058,6 +27542,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #030712cc; } +.divide-gray-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #030712d9; +} + .divide-gray-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #030712e6; } @@ -20083,6 +27571,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dcfce7; } +.divide-green-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce726; +} + .divide-green-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce733; } @@ -20095,10 +27587,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dcfce74d; } +.divide-green-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce759; +} + .divide-green-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce766; } +.divide-green-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce773; +} + .divide-green-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce70d; } @@ -20107,10 +27607,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dcfce780; } +.divide-green-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce78c; +} + .divide-green-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce799; } +.divide-green-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce7a6; +} + .divide-green-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce7b3; } @@ -20123,6 +27631,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dcfce7cc; } +.divide-green-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #dcfce7d9; +} + .divide-green-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #dcfce7e6; } @@ -20148,6 +27660,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bbf7d0; } +.divide-green-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d026; +} + .divide-green-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d033; } @@ -20160,10 +27676,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bbf7d04d; } +.divide-green-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d059; +} + .divide-green-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d066; } +.divide-green-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d073; +} + .divide-green-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d00d; } @@ -20172,10 +27696,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bbf7d080; } +.divide-green-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d08c; +} + .divide-green-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d099; } +.divide-green-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d0a6; +} + .divide-green-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d0b3; } @@ -20188,6 +27720,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bbf7d0cc; } +.divide-green-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bbf7d0d9; +} + .divide-green-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bbf7d0e6; } @@ -20213,6 +27749,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86efac; } +.divide-green-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac26; +} + .divide-green-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac33; } @@ -20225,10 +27765,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86efac4d; } +.divide-green-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac59; +} + .divide-green-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac66; } +.divide-green-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac73; +} + .divide-green-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac0d; } @@ -20237,10 +27785,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86efac80; } +.divide-green-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efac8c; +} + .divide-green-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #86efac99; } +.divide-green-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efaca6; +} + .divide-green-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #86efacb3; } @@ -20253,6 +27809,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #86efaccc; } +.divide-green-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #86efacd9; +} + .divide-green-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #86eface6; } @@ -20278,6 +27838,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4ade80; } +.divide-green-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade8026; +} + .divide-green-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade8033; } @@ -20290,10 +27854,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4ade804d; } +.divide-green-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade8059; +} + .divide-green-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade8066; } +.divide-green-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade8073; +} + .divide-green-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade800d; } @@ -20302,10 +27874,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4ade8080; } +.divide-green-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade808c; +} + .divide-green-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade8099; } +.divide-green-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade80a6; +} + .divide-green-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade80b3; } @@ -20318,6 +27898,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4ade80cc; } +.divide-green-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4ade80d9; +} + .divide-green-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4ade80e6; } @@ -20343,6 +27927,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdf4; } +.divide-green-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf426; +} + .divide-green-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf433; } @@ -20355,10 +27943,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdf44d; } +.divide-green-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf459; +} + .divide-green-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf466; } +.divide-green-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf473; +} + .divide-green-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf40d; } @@ -20367,10 +27963,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdf480; } +.divide-green-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf48c; +} + .divide-green-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf499; } +.divide-green-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf4a6; +} + .divide-green-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf4b3; } @@ -20383,6 +27987,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdf4cc; } +.divide-green-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdf4d9; +} + .divide-green-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdf4e6; } @@ -20408,6 +28016,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22c55e; } +.divide-green-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e26; +} + .divide-green-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e33; } @@ -20420,10 +28032,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22c55e4d; } +.divide-green-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e59; +} + .divide-green-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e66; } +.divide-green-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e73; +} + .divide-green-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e0d; } @@ -20432,10 +28052,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22c55e80; } +.divide-green-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55e8c; +} + .divide-green-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55e99; } +.divide-green-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55ea6; +} + .divide-green-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55eb3; } @@ -20448,6 +28076,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #22c55ecc; } +.divide-green-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #22c55ed9; +} + .divide-green-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #22c55ee6; } @@ -20473,6 +28105,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #16a34a; } +.divide-green-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a26; +} + .divide-green-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a33; } @@ -20485,10 +28121,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #16a34a4d; } +.divide-green-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a59; +} + .divide-green-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a66; } +.divide-green-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a73; +} + .divide-green-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a0d; } @@ -20497,10 +28141,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #16a34a80; } +.divide-green-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34a8c; +} + .divide-green-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34a99; } +.divide-green-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34aa6; +} + .divide-green-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34ab3; } @@ -20513,6 +28165,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #16a34acc; } +.divide-green-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #16a34ad9; +} + .divide-green-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #16a34ae6; } @@ -20538,6 +28194,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #15803d; } +.divide-green-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d26; +} + .divide-green-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d33; } @@ -20550,10 +28210,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #15803d4d; } +.divide-green-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d59; +} + .divide-green-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d66; } +.divide-green-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d73; +} + .divide-green-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d0d; } @@ -20562,10 +28230,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #15803d80; } +.divide-green-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803d8c; +} + .divide-green-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #15803d99; } +.divide-green-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803da6; +} + .divide-green-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #15803db3; } @@ -20578,6 +28254,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #15803dcc; } +.divide-green-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #15803dd9; +} + .divide-green-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #15803de6; } @@ -20603,6 +28283,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #166534; } +.divide-green-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #16653426; +} + .divide-green-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #16653433; } @@ -20615,10 +28299,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1665344d; } +.divide-green-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #16653459; +} + .divide-green-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #16653466; } +.divide-green-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #16653473; +} + .divide-green-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1665340d; } @@ -20627,10 +28319,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #16653480; } +.divide-green-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1665348c; +} + .divide-green-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #16653499; } +.divide-green-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #166534a6; +} + .divide-green-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #166534b3; } @@ -20643,6 +28343,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #166534cc; } +.divide-green-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #166534d9; +} + .divide-green-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #166534e6; } @@ -20668,6 +28372,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14532d; } +.divide-green-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d26; +} + .divide-green-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d33; } @@ -20680,10 +28388,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14532d4d; } +.divide-green-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d59; +} + .divide-green-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d66; } +.divide-green-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d73; +} + .divide-green-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d0d; } @@ -20692,10 +28408,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14532d80; } +.divide-green-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532d8c; +} + .divide-green-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #14532d99; } +.divide-green-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532da6; +} + .divide-green-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #14532db3; } @@ -20708,6 +28432,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14532dcc; } +.divide-green-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #14532dd9; +} + .divide-green-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #14532de6; } @@ -20733,6 +28461,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #052e16; } +.divide-green-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e1626; +} + .divide-green-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #052e1633; } @@ -20745,10 +28477,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #052e164d; } +.divide-green-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e1659; +} + .divide-green-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #052e1666; } +.divide-green-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e1673; +} + .divide-green-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #052e160d; } @@ -20757,10 +28497,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #052e1680; } +.divide-green-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e168c; +} + .divide-green-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #052e1699; } +.divide-green-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e16a6; +} + .divide-green-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #052e16b3; } @@ -20773,6 +28521,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #052e16cc; } +.divide-green-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #052e16d9; +} + .divide-green-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #052e16e6; } @@ -20798,6 +28550,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0e7ff; } +.divide-indigo-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff26; +} + .divide-indigo-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff33; } @@ -20810,10 +28566,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0e7ff4d; } +.divide-indigo-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff59; +} + .divide-indigo-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff66; } +.divide-indigo-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff73; +} + .divide-indigo-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff0d; } @@ -20822,10 +28586,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0e7ff80; } +.divide-indigo-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ff8c; +} + .divide-indigo-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ff99; } +.divide-indigo-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ffa6; +} + .divide-indigo-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ffb3; } @@ -20838,6 +28610,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0e7ffcc; } +.divide-indigo-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0e7ffd9; +} + .divide-indigo-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e0e7ffe6; } @@ -20863,6 +28639,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c7d2fe; } +.divide-indigo-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe26; +} + .divide-indigo-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe33; } @@ -20875,10 +28655,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c7d2fe4d; } +.divide-indigo-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe59; +} + .divide-indigo-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe66; } +.divide-indigo-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe73; +} + .divide-indigo-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe0d; } @@ -20887,10 +28675,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c7d2fe80; } +.divide-indigo-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fe8c; +} + .divide-indigo-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fe99; } +.divide-indigo-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fea6; +} + .divide-indigo-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2feb3; } @@ -20903,6 +28699,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c7d2fecc; } +.divide-indigo-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c7d2fed9; +} + .divide-indigo-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c7d2fee6; } @@ -20928,6 +28728,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5b4fc; } +.divide-indigo-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc26; +} + .divide-indigo-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc33; } @@ -20940,10 +28744,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5b4fc4d; } +.divide-indigo-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc59; +} + .divide-indigo-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc66; } +.divide-indigo-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc73; +} + .divide-indigo-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc0d; } @@ -20952,10 +28764,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5b4fc80; } +.divide-indigo-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fc8c; +} + .divide-indigo-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fc99; } +.divide-indigo-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fca6; +} + .divide-indigo-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fcb3; } @@ -20968,6 +28788,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a5b4fccc; } +.divide-indigo-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a5b4fcd9; +} + .divide-indigo-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a5b4fce6; } @@ -20993,6 +28817,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #818cf8; } +.divide-indigo-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf826; +} + .divide-indigo-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf833; } @@ -21005,10 +28833,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #818cf84d; } +.divide-indigo-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf859; +} + .divide-indigo-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf866; } +.divide-indigo-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf873; +} + .divide-indigo-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf80d; } @@ -21017,10 +28853,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #818cf880; } +.divide-indigo-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf88c; +} + .divide-indigo-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf899; } +.divide-indigo-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf8a6; +} + .divide-indigo-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf8b3; } @@ -21033,6 +28877,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #818cf8cc; } +.divide-indigo-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #818cf8d9; +} + .divide-indigo-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #818cf8e6; } @@ -21058,6 +28906,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eef2ff; } +.divide-indigo-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff26; +} + .divide-indigo-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff33; } @@ -21070,10 +28922,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eef2ff4d; } +.divide-indigo-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff59; +} + .divide-indigo-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff66; } +.divide-indigo-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff73; +} + .divide-indigo-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff0d; } @@ -21082,10 +28942,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eef2ff80; } +.divide-indigo-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ff8c; +} + .divide-indigo-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ff99; } +.divide-indigo-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ffa6; +} + .divide-indigo-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ffb3; } @@ -21098,6 +28966,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eef2ffcc; } +.divide-indigo-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #eef2ffd9; +} + .divide-indigo-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #eef2ffe6; } @@ -21123,6 +28995,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6366f1; } +.divide-indigo-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f126; +} + .divide-indigo-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f133; } @@ -21135,10 +29011,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6366f14d; } +.divide-indigo-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f159; +} + .divide-indigo-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f166; } +.divide-indigo-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f173; +} + .divide-indigo-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f10d; } @@ -21147,10 +29031,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6366f180; } +.divide-indigo-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f18c; +} + .divide-indigo-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f199; } +.divide-indigo-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f1a6; +} + .divide-indigo-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f1b3; } @@ -21163,6 +29055,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6366f1cc; } +.divide-indigo-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6366f1d9; +} + .divide-indigo-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6366f1e6; } @@ -21188,6 +29084,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4f46e5; } +.divide-indigo-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e526; +} + .divide-indigo-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e533; } @@ -21200,10 +29100,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4f46e54d; } +.divide-indigo-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e559; +} + .divide-indigo-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e566; } +.divide-indigo-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e573; +} + .divide-indigo-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e50d; } @@ -21212,10 +29120,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4f46e580; } +.divide-indigo-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e58c; +} + .divide-indigo-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e599; } +.divide-indigo-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e5a6; +} + .divide-indigo-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e5b3; } @@ -21228,6 +29144,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4f46e5cc; } +.divide-indigo-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4f46e5d9; +} + .divide-indigo-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4f46e5e6; } @@ -21253,6 +29173,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4338ca; } +.divide-indigo-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca26; +} + .divide-indigo-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca33; } @@ -21265,10 +29189,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4338ca4d; } +.divide-indigo-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca59; +} + .divide-indigo-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca66; } +.divide-indigo-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca73; +} + .divide-indigo-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca0d; } @@ -21277,10 +29209,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4338ca80; } +.divide-indigo-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338ca8c; +} + .divide-indigo-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4338ca99; } +.divide-indigo-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338caa6; +} + .divide-indigo-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4338cab3; } @@ -21293,6 +29233,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4338cacc; } +.divide-indigo-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4338cad9; +} + .divide-indigo-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4338cae6; } @@ -21318,6 +29262,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3730a3; } +.divide-indigo-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a326; +} + .divide-indigo-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a333; } @@ -21330,10 +29278,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3730a34d; } +.divide-indigo-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a359; +} + .divide-indigo-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a366; } +.divide-indigo-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a373; +} + .divide-indigo-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a30d; } @@ -21342,10 +29298,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3730a380; } +.divide-indigo-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a38c; +} + .divide-indigo-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a399; } +.divide-indigo-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a3a6; +} + .divide-indigo-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a3b3; } @@ -21358,6 +29322,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3730a3cc; } +.divide-indigo-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3730a3d9; +} + .divide-indigo-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3730a3e6; } @@ -21383,6 +29351,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #312e81; } +.divide-indigo-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e8126; +} + .divide-indigo-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #312e8133; } @@ -21395,10 +29367,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #312e814d; } +.divide-indigo-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e8159; +} + .divide-indigo-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #312e8166; } +.divide-indigo-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e8173; +} + .divide-indigo-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #312e810d; } @@ -21407,10 +29387,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #312e8180; } +.divide-indigo-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e818c; +} + .divide-indigo-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #312e8199; } +.divide-indigo-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e81a6; +} + .divide-indigo-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #312e81b3; } @@ -21423,6 +29411,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #312e81cc; } +.divide-indigo-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #312e81d9; +} + .divide-indigo-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #312e81e6; } @@ -21448,6 +29440,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e1b4b; } +.divide-indigo-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b26; +} + .divide-indigo-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b33; } @@ -21460,10 +29456,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e1b4b4d; } +.divide-indigo-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b59; +} + .divide-indigo-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b66; } +.divide-indigo-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b73; +} + .divide-indigo-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b0d; } @@ -21472,10 +29476,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e1b4b80; } +.divide-indigo-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4b8c; +} + .divide-indigo-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4b99; } +.divide-indigo-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4ba6; +} + .divide-indigo-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4bb3; } @@ -21488,6 +29500,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e1b4bcc; } +.divide-indigo-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e1b4bd9; +} + .divide-indigo-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e1b4be6; } @@ -21517,6 +29533,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfccb; } +.divide-lime-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb26; +} + .divide-lime-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb33; } @@ -21529,10 +29549,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfccb4d; } +.divide-lime-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb59; +} + .divide-lime-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb66; } +.divide-lime-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb73; +} + .divide-lime-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb0d; } @@ -21541,10 +29569,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfccb80; } +.divide-lime-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccb8c; +} + .divide-lime-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccb99; } +.divide-lime-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccba6; +} + .divide-lime-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccbb3; } @@ -21557,6 +29593,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ecfccbcc; } +.divide-lime-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ecfccbd9; +} + .divide-lime-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ecfccbe6; } @@ -21582,6 +29622,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d9f99d; } +.divide-lime-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d26; +} + .divide-lime-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d33; } @@ -21594,10 +29638,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d9f99d4d; } +.divide-lime-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d59; +} + .divide-lime-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d66; } +.divide-lime-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d73; +} + .divide-lime-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d0d; } @@ -21606,10 +29658,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d9f99d80; } +.divide-lime-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99d8c; +} + .divide-lime-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99d99; } +.divide-lime-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99da6; +} + .divide-lime-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99db3; } @@ -21622,6 +29682,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d9f99dcc; } +.divide-lime-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d9f99dd9; +} + .divide-lime-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d9f99de6; } @@ -21647,6 +29711,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bef264; } +.divide-lime-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef26426; +} + .divide-lime-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bef26433; } @@ -21659,10 +29727,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bef2644d; } +.divide-lime-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef26459; +} + .divide-lime-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bef26466; } +.divide-lime-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef26473; +} + .divide-lime-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bef2640d; } @@ -21671,10 +29747,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bef26480; } +.divide-lime-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef2648c; +} + .divide-lime-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bef26499; } +.divide-lime-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef264a6; +} + .divide-lime-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bef264b3; } @@ -21687,6 +29771,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bef264cc; } +.divide-lime-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bef264d9; +} + .divide-lime-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bef264e6; } @@ -21712,6 +29800,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3e635; } +.divide-lime-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e63526; +} + .divide-lime-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e63533; } @@ -21724,10 +29816,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3e6354d; } +.divide-lime-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e63559; +} + .divide-lime-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e63566; } +.divide-lime-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e63573; +} + .divide-lime-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e6350d; } @@ -21736,10 +29836,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3e63580; } +.divide-lime-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e6358c; +} + .divide-lime-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e63599; } +.divide-lime-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e635a6; +} + .divide-lime-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e635b3; } @@ -21752,6 +29860,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3e635cc; } +.divide-lime-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3e635d9; +} + .divide-lime-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a3e635e6; } @@ -21777,6 +29889,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f7fee7; } +.divide-lime-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee726; +} + .divide-lime-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee733; } @@ -21789,10 +29905,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f7fee74d; } +.divide-lime-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee759; +} + .divide-lime-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee766; } +.divide-lime-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee773; +} + .divide-lime-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee70d; } @@ -21801,10 +29925,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f7fee780; } +.divide-lime-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee78c; +} + .divide-lime-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee799; } +.divide-lime-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee7a6; +} + .divide-lime-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee7b3; } @@ -21817,6 +29949,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f7fee7cc; } +.divide-lime-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f7fee7d9; +} + .divide-lime-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f7fee7e6; } @@ -21842,6 +29978,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #84cc16; } +.divide-lime-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc1626; +} + .divide-lime-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc1633; } @@ -21854,10 +29994,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #84cc164d; } +.divide-lime-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc1659; +} + .divide-lime-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc1666; } +.divide-lime-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc1673; +} + .divide-lime-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc160d; } @@ -21866,10 +30014,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #84cc1680; } +.divide-lime-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc168c; +} + .divide-lime-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc1699; } +.divide-lime-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc16a6; +} + .divide-lime-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc16b3; } @@ -21882,6 +30038,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #84cc16cc; } +.divide-lime-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #84cc16d9; +} + .divide-lime-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #84cc16e6; } @@ -21907,6 +30067,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #65a30d; } +.divide-lime-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d26; +} + .divide-lime-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d33; } @@ -21919,10 +30083,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #65a30d4d; } +.divide-lime-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d59; +} + .divide-lime-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d66; } +.divide-lime-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d73; +} + .divide-lime-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d0d; } @@ -21931,10 +30103,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #65a30d80; } +.divide-lime-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30d8c; +} + .divide-lime-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30d99; } +.divide-lime-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30da6; +} + .divide-lime-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30db3; } @@ -21947,6 +30127,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #65a30dcc; } +.divide-lime-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #65a30dd9; +} + .divide-lime-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #65a30de6; } @@ -21972,6 +30156,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4d7c0f; } +.divide-lime-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f26; +} + .divide-lime-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f33; } @@ -21984,10 +30172,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4d7c0f4d; } +.divide-lime-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f59; +} + .divide-lime-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f66; } +.divide-lime-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f73; +} + .divide-lime-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f0d; } @@ -21996,10 +30192,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4d7c0f80; } +.divide-lime-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0f8c; +} + .divide-lime-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0f99; } +.divide-lime-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0fa6; +} + .divide-lime-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0fb3; } @@ -22012,6 +30216,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4d7c0fcc; } +.divide-lime-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4d7c0fd9; +} + .divide-lime-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4d7c0fe6; } @@ -22037,6 +30245,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f6212; } +.divide-lime-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f621226; +} + .divide-lime-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3f621233; } @@ -22049,10 +30261,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f62124d; } +.divide-lime-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f621259; +} + .divide-lime-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3f621266; } +.divide-lime-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f621273; +} + .divide-lime-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3f62120d; } @@ -22061,10 +30281,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f621280; } +.divide-lime-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f62128c; +} + .divide-lime-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3f621299; } +.divide-lime-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f6212a6; +} + .divide-lime-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3f6212b3; } @@ -22077,6 +30305,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f6212cc; } +.divide-lime-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f6212d9; +} + .divide-lime-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3f6212e6; } @@ -22102,6 +30334,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #365314; } +.divide-lime-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #36531426; +} + .divide-lime-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #36531433; } @@ -22114,10 +30350,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3653144d; } +.divide-lime-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #36531459; +} + .divide-lime-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #36531466; } +.divide-lime-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #36531473; +} + .divide-lime-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3653140d; } @@ -22126,10 +30370,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #36531480; } +.divide-lime-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3653148c; +} + .divide-lime-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #36531499; } +.divide-lime-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #365314a6; +} + .divide-lime-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #365314b3; } @@ -22142,6 +30394,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #365314cc; } +.divide-lime-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #365314d9; +} + .divide-lime-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #365314e6; } @@ -22167,6 +30423,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1a2e05; } +.divide-lime-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e0526; +} + .divide-lime-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e0533; } @@ -22179,10 +30439,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1a2e054d; } +.divide-lime-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e0559; +} + .divide-lime-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e0566; } +.divide-lime-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e0573; +} + .divide-lime-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e050d; } @@ -22191,10 +30459,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1a2e0580; } +.divide-lime-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e058c; +} + .divide-lime-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e0599; } +.divide-lime-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e05a6; +} + .divide-lime-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e05b3; } @@ -22207,6 +30483,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1a2e05cc; } +.divide-lime-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1a2e05d9; +} + .divide-lime-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1a2e05e6; } @@ -22232,6 +30512,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f5; } +.divide-neutral-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f526; +} + .divide-neutral-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f533; } @@ -22244,10 +30528,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f54d; } +.divide-neutral-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f559; +} + .divide-neutral-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f566; } +.divide-neutral-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f573; +} + .divide-neutral-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f50d; } @@ -22256,10 +30548,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f580; } +.divide-neutral-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f58c; +} + .divide-neutral-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f599; } +.divide-neutral-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f5a6; +} + .divide-neutral-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f5b3; } @@ -22272,6 +30572,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f5cc; } +.divide-neutral-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f5d9; +} + .divide-neutral-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f5e6; } @@ -22297,6 +30601,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e5e5; } +.divide-neutral-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e526; +} + .divide-neutral-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e533; } @@ -22309,10 +30617,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e5e54d; } +.divide-neutral-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e559; +} + .divide-neutral-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e566; } +.divide-neutral-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e573; +} + .divide-neutral-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e50d; } @@ -22321,10 +30637,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e5e580; } +.divide-neutral-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e58c; +} + .divide-neutral-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e599; } +.divide-neutral-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e5a6; +} + .divide-neutral-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e5b3; } @@ -22337,6 +30661,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e5e5e5cc; } +.divide-neutral-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e5e5e5d9; +} + .divide-neutral-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e5e5e6; } @@ -22362,6 +30690,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d4; } +.divide-neutral-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d426; +} + .divide-neutral-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d433; } @@ -22374,10 +30706,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d44d; } +.divide-neutral-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d459; +} + .divide-neutral-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d466; } +.divide-neutral-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d473; +} + .divide-neutral-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d40d; } @@ -22386,10 +30726,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d480; } +.divide-neutral-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d48c; +} + .divide-neutral-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d499; } +.divide-neutral-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d4a6; +} + .divide-neutral-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d4b3; } @@ -22402,6 +30750,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d4cc; } +.divide-neutral-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d4d9; +} + .divide-neutral-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d4e6; } @@ -22427,6 +30779,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3a3a3; } +.divide-neutral-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a326; +} + .divide-neutral-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a333; } @@ -22439,10 +30795,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3a3a34d; } +.divide-neutral-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a359; +} + .divide-neutral-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a366; } +.divide-neutral-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a373; +} + .divide-neutral-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a30d; } @@ -22451,10 +30815,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3a3a380; } +.divide-neutral-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a38c; +} + .divide-neutral-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a399; } +.divide-neutral-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a3a6; +} + .divide-neutral-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a3b3; } @@ -22467,6 +30839,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a3a3a3cc; } +.divide-neutral-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a3a3a3d9; +} + .divide-neutral-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a3a3a3e6; } @@ -22492,6 +30868,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafa; } +.divide-neutral-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa26; +} + .divide-neutral-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa33; } @@ -22504,10 +30884,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafa4d; } +.divide-neutral-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa59; +} + .divide-neutral-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa66; } +.divide-neutral-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa73; +} + .divide-neutral-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa0d; } @@ -22516,10 +30904,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafa80; } +.divide-neutral-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa8c; +} + .divide-neutral-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa99; } +.divide-neutral-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafaa6; +} + .divide-neutral-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafab3; } @@ -22532,6 +30928,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafacc; } +.divide-neutral-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafad9; +} + .divide-neutral-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafae6; } @@ -22557,6 +30957,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #737373; } +.divide-neutral-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #73737326; +} + .divide-neutral-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #73737333; } @@ -22569,10 +30973,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7373734d; } +.divide-neutral-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #73737359; +} + .divide-neutral-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #73737366; } +.divide-neutral-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #73737373; +} + .divide-neutral-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7373730d; } @@ -22581,10 +30993,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #73737380; } +.divide-neutral-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7373738c; +} + .divide-neutral-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #73737399; } +.divide-neutral-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #737373a6; +} + .divide-neutral-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #737373b3; } @@ -22597,6 +31017,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #737373cc; } +.divide-neutral-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #737373d9; +} + .divide-neutral-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #737373e6; } @@ -22622,6 +31046,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #525252; } +.divide-neutral-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525226; +} + .divide-neutral-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #52525233; } @@ -22634,10 +31062,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5252524d; } +.divide-neutral-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525259; +} + .divide-neutral-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #52525266; } +.divide-neutral-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525273; +} + .divide-neutral-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5252520d; } @@ -22646,10 +31082,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #52525280; } +.divide-neutral-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5252528c; +} + .divide-neutral-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #52525299; } +.divide-neutral-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #525252a6; +} + .divide-neutral-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #525252b3; } @@ -22662,6 +31106,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #525252cc; } +.divide-neutral-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #525252d9; +} + .divide-neutral-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #525252e6; } @@ -22687,6 +31135,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #404040; } +.divide-neutral-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #40404026; +} + .divide-neutral-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #40404033; } @@ -22699,10 +31151,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4040404d; } +.divide-neutral-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #40404059; +} + .divide-neutral-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #40404066; } +.divide-neutral-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #40404073; +} + .divide-neutral-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4040400d; } @@ -22711,10 +31171,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #40404080; } +.divide-neutral-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4040408c; +} + .divide-neutral-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #40404099; } +.divide-neutral-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #404040a6; +} + .divide-neutral-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #404040b3; } @@ -22727,6 +31195,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #404040cc; } +.divide-neutral-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #404040d9; +} + .divide-neutral-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #404040e6; } @@ -22752,6 +31224,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #262626; } +.divide-neutral-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #26262626; +} + .divide-neutral-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #26262633; } @@ -22764,10 +31240,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2626264d; } +.divide-neutral-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #26262659; +} + .divide-neutral-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #26262666; } +.divide-neutral-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #26262673; +} + .divide-neutral-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2626260d; } @@ -22776,10 +31260,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #26262680; } +.divide-neutral-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2626268c; +} + .divide-neutral-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #26262699; } +.divide-neutral-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #262626a6; +} + .divide-neutral-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #262626b3; } @@ -22792,6 +31284,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #262626cc; } +.divide-neutral-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #262626d9; +} + .divide-neutral-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #262626e6; } @@ -22817,6 +31313,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #171717; } +.divide-neutral-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #17171726; +} + .divide-neutral-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #17171733; } @@ -22829,10 +31329,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1717174d; } +.divide-neutral-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #17171759; +} + .divide-neutral-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #17171766; } +.divide-neutral-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #17171773; +} + .divide-neutral-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1717170d; } @@ -22841,10 +31349,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #17171780; } +.divide-neutral-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1717178c; +} + .divide-neutral-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #17171799; } +.divide-neutral-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #171717a6; +} + .divide-neutral-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #171717b3; } @@ -22857,6 +31373,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #171717cc; } +.divide-neutral-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #171717d9; +} + .divide-neutral-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #171717e6; } @@ -22882,6 +31402,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0a0a0a; } +.divide-neutral-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a26; +} + .divide-neutral-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a33; } @@ -22894,10 +31418,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0a0a0a4d; } +.divide-neutral-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a59; +} + .divide-neutral-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a66; } +.divide-neutral-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a73; +} + .divide-neutral-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a0d; } @@ -22906,10 +31438,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0a0a0a80; } +.divide-neutral-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0a8c; +} + .divide-neutral-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0a99; } +.divide-neutral-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0aa6; +} + .divide-neutral-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0ab3; } @@ -22922,6 +31462,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0a0a0acc; } +.divide-neutral-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0a0a0ad9; +} + .divide-neutral-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0a0a0ae6; } @@ -22947,6 +31491,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffedd5; } +.divide-orange-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd526; +} + .divide-orange-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd533; } @@ -22959,10 +31507,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffedd54d; } +.divide-orange-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd559; +} + .divide-orange-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd566; } +.divide-orange-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd573; +} + .divide-orange-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd50d; } @@ -22971,10 +31527,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffedd580; } +.divide-orange-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd58c; +} + .divide-orange-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd599; } +.divide-orange-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd5a6; +} + .divide-orange-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd5b3; } @@ -22987,6 +31551,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffedd5cc; } +.divide-orange-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffedd5d9; +} + .divide-orange-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ffedd5e6; } @@ -23012,6 +31580,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fed7aa; } +.divide-orange-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa26; +} + .divide-orange-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa33; } @@ -23024,10 +31596,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fed7aa4d; } +.divide-orange-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa59; +} + .divide-orange-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa66; } +.divide-orange-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa73; +} + .divide-orange-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa0d; } @@ -23036,10 +31616,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fed7aa80; } +.divide-orange-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aa8c; +} + .divide-orange-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aa99; } +.divide-orange-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aaa6; +} + .divide-orange-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aab3; } @@ -23052,6 +31640,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fed7aacc; } +.divide-orange-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fed7aad9; +} + .divide-orange-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fed7aae6; } @@ -23077,6 +31669,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdba74; } +.divide-orange-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba7426; +} + .divide-orange-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba7433; } @@ -23089,10 +31685,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdba744d; } +.divide-orange-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba7459; +} + .divide-orange-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba7466; } +.divide-orange-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba7473; +} + .divide-orange-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba740d; } @@ -23101,10 +31705,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdba7480; } +.divide-orange-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba748c; +} + .divide-orange-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba7499; } +.divide-orange-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba74a6; +} + .divide-orange-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba74b3; } @@ -23117,6 +31729,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdba74cc; } +.divide-orange-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdba74d9; +} + .divide-orange-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fdba74e6; } @@ -23142,6 +31758,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb923c; } +.divide-orange-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c26; +} + .divide-orange-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c33; } @@ -23154,10 +31774,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb923c4d; } +.divide-orange-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c59; +} + .divide-orange-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c66; } +.divide-orange-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c73; +} + .divide-orange-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c0d; } @@ -23166,10 +31794,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb923c80; } +.divide-orange-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923c8c; +} + .divide-orange-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923c99; } +.divide-orange-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923ca6; +} + .divide-orange-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923cb3; } @@ -23182,6 +31818,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb923ccc; } +.divide-orange-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb923cd9; +} + .divide-orange-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fb923ce6; } @@ -23207,6 +31847,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff7ed; } +.divide-orange-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed26; +} + .divide-orange-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed33; } @@ -23219,10 +31863,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff7ed4d; } +.divide-orange-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed59; +} + .divide-orange-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed66; } +.divide-orange-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed73; +} + .divide-orange-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed0d; } @@ -23231,10 +31883,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff7ed80; } +.divide-orange-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7ed8c; +} + .divide-orange-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ed99; } +.divide-orange-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7eda6; +} + .divide-orange-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7edb3; } @@ -23247,6 +31907,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff7edcc; } +.divide-orange-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff7edd9; +} + .divide-orange-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fff7ede6; } @@ -23272,6 +31936,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f97316; } +.divide-orange-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9731626; +} + .divide-orange-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f9731633; } @@ -23284,10 +31952,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f973164d; } +.divide-orange-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9731659; +} + .divide-orange-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f9731666; } +.divide-orange-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9731673; +} + .divide-orange-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f973160d; } @@ -23296,10 +31972,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9731680; } +.divide-orange-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f973168c; +} + .divide-orange-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f9731699; } +.divide-orange-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f97316a6; +} + .divide-orange-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f97316b3; } @@ -23312,6 +31996,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f97316cc; } +.divide-orange-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f97316d9; +} + .divide-orange-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f97316e6; } @@ -23337,6 +32025,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ea580c; } +.divide-orange-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c26; +} + .divide-orange-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c33; } @@ -23349,10 +32041,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ea580c4d; } +.divide-orange-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c59; +} + .divide-orange-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c66; } +.divide-orange-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c73; +} + .divide-orange-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c0d; } @@ -23361,10 +32061,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ea580c80; } +.divide-orange-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580c8c; +} + .divide-orange-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580c99; } +.divide-orange-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580ca6; +} + .divide-orange-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580cb3; } @@ -23377,6 +32085,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ea580ccc; } +.divide-orange-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ea580cd9; +} + .divide-orange-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ea580ce6; } @@ -23402,6 +32114,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c2410c; } +.divide-orange-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c26; +} + .divide-orange-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c33; } @@ -23414,10 +32130,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c2410c4d; } +.divide-orange-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c59; +} + .divide-orange-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c66; } +.divide-orange-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c73; +} + .divide-orange-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c0d; } @@ -23426,10 +32150,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c2410c80; } +.divide-orange-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410c8c; +} + .divide-orange-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410c99; } +.divide-orange-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410ca6; +} + .divide-orange-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410cb3; } @@ -23442,6 +32174,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c2410ccc; } +.divide-orange-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c2410cd9; +} + .divide-orange-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c2410ce6; } @@ -23467,6 +32203,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9a3412; } +.divide-orange-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a341226; +} + .divide-orange-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9a341233; } @@ -23479,10 +32219,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9a34124d; } +.divide-orange-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a341259; +} + .divide-orange-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9a341266; } +.divide-orange-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a341273; +} + .divide-orange-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9a34120d; } @@ -23491,10 +32239,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9a341280; } +.divide-orange-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a34128c; +} + .divide-orange-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9a341299; } +.divide-orange-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a3412a6; +} + .divide-orange-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9a3412b3; } @@ -23507,6 +32263,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9a3412cc; } +.divide-orange-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9a3412d9; +} + .divide-orange-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9a3412e6; } @@ -23532,6 +32292,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c2d12; } +.divide-orange-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d1226; +} + .divide-orange-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d1233; } @@ -23544,10 +32308,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c2d124d; } +.divide-orange-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d1259; +} + .divide-orange-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d1266; } +.divide-orange-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d1273; +} + .divide-orange-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d120d; } @@ -23556,10 +32328,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c2d1280; } +.divide-orange-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d128c; +} + .divide-orange-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d1299; } +.divide-orange-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d12a6; +} + .divide-orange-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d12b3; } @@ -23572,6 +32352,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c2d12cc; } +.divide-orange-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c2d12d9; +} + .divide-orange-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7c2d12e6; } @@ -23597,6 +32381,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #431407; } +.divide-orange-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #43140726; +} + .divide-orange-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #43140733; } @@ -23609,10 +32397,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4314074d; } +.divide-orange-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #43140759; +} + .divide-orange-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #43140766; } +.divide-orange-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #43140773; +} + .divide-orange-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4314070d; } @@ -23621,10 +32417,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #43140780; } +.divide-orange-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4314078c; +} + .divide-orange-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #43140799; } +.divide-orange-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #431407a6; +} + .divide-orange-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #431407b3; } @@ -23637,6 +32441,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #431407cc; } +.divide-orange-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #431407d9; +} + .divide-orange-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #431407e6; } @@ -23662,6 +32470,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fce7f3; } +.divide-pink-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f326; +} + .divide-pink-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f333; } @@ -23674,10 +32486,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fce7f34d; } +.divide-pink-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f359; +} + .divide-pink-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f366; } +.divide-pink-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f373; +} + .divide-pink-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f30d; } @@ -23686,10 +32506,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fce7f380; } +.divide-pink-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f38c; +} + .divide-pink-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f399; } +.divide-pink-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f3a6; +} + .divide-pink-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f3b3; } @@ -23702,6 +32530,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fce7f3cc; } +.divide-pink-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fce7f3d9; +} + .divide-pink-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fce7f3e6; } @@ -23727,6 +32559,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbcfe8; } +.divide-pink-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe826; +} + .divide-pink-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe833; } @@ -23739,10 +32575,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbcfe84d; } +.divide-pink-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe859; +} + .divide-pink-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe866; } +.divide-pink-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe873; +} + .divide-pink-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe80d; } @@ -23751,10 +32595,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbcfe880; } +.divide-pink-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe88c; +} + .divide-pink-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe899; } +.divide-pink-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe8a6; +} + .divide-pink-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe8b3; } @@ -23767,6 +32619,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fbcfe8cc; } +.divide-pink-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fbcfe8d9; +} + .divide-pink-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fbcfe8e6; } @@ -23792,6 +32648,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9a8d4; } +.divide-pink-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d426; +} + .divide-pink-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d433; } @@ -23804,10 +32664,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9a8d44d; } +.divide-pink-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d459; +} + .divide-pink-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d466; } +.divide-pink-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d473; +} + .divide-pink-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d40d; } @@ -23816,10 +32684,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9a8d480; } +.divide-pink-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d48c; +} + .divide-pink-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d499; } +.divide-pink-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d4a6; +} + .divide-pink-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d4b3; } @@ -23832,6 +32708,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f9a8d4cc; } +.divide-pink-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f9a8d4d9; +} + .divide-pink-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f9a8d4e6; } @@ -23857,6 +32737,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f472b6; } +.divide-pink-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b626; +} + .divide-pink-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b633; } @@ -23869,10 +32753,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f472b64d; } +.divide-pink-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b659; +} + .divide-pink-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b666; } +.divide-pink-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b673; +} + .divide-pink-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b60d; } @@ -23881,10 +32773,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f472b680; } +.divide-pink-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b68c; +} + .divide-pink-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b699; } +.divide-pink-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b6a6; +} + .divide-pink-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b6b3; } @@ -23897,6 +32797,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f472b6cc; } +.divide-pink-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f472b6d9; +} + .divide-pink-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f472b6e6; } @@ -23922,6 +32826,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf2f8; } +.divide-pink-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f826; +} + .divide-pink-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f833; } @@ -23934,10 +32842,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf2f84d; } +.divide-pink-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f859; +} + .divide-pink-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f866; } +.divide-pink-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f873; +} + .divide-pink-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f80d; } @@ -23946,10 +32862,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf2f880; } +.divide-pink-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f88c; +} + .divide-pink-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f899; } +.divide-pink-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f8a6; +} + .divide-pink-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f8b3; } @@ -23962,6 +32886,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fdf2f8cc; } +.divide-pink-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fdf2f8d9; +} + .divide-pink-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fdf2f8e6; } @@ -23987,6 +32915,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ec4899; } +.divide-pink-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec489926; +} + .divide-pink-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ec489933; } @@ -23999,10 +32931,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ec48994d; } +.divide-pink-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec489959; +} + .divide-pink-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ec489966; } +.divide-pink-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec489973; +} + .divide-pink-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ec48990d; } @@ -24011,10 +32951,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ec489980; } +.divide-pink-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec48998c; +} + .divide-pink-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ec489999; } +.divide-pink-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec4899a6; +} + .divide-pink-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ec4899b3; } @@ -24027,6 +32975,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ec4899cc; } +.divide-pink-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ec4899d9; +} + .divide-pink-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ec4899e6; } @@ -24052,6 +33004,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #db2777; } +.divide-pink-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #db277726; +} + .divide-pink-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #db277733; } @@ -24064,10 +33020,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #db27774d; } +.divide-pink-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #db277759; +} + .divide-pink-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #db277766; } +.divide-pink-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #db277773; +} + .divide-pink-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #db27770d; } @@ -24076,10 +33040,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #db277780; } +.divide-pink-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #db27778c; +} + .divide-pink-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #db277799; } +.divide-pink-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #db2777a6; +} + .divide-pink-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #db2777b3; } @@ -24092,6 +33064,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #db2777cc; } +.divide-pink-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #db2777d9; +} + .divide-pink-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #db2777e6; } @@ -24117,6 +33093,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be185d; } +.divide-pink-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d26; +} + .divide-pink-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d33; } @@ -24129,10 +33109,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be185d4d; } +.divide-pink-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d59; +} + .divide-pink-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d66; } +.divide-pink-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d73; +} + .divide-pink-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d0d; } @@ -24141,10 +33129,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be185d80; } +.divide-pink-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185d8c; +} + .divide-pink-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #be185d99; } +.divide-pink-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185da6; +} + .divide-pink-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #be185db3; } @@ -24157,6 +33153,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be185dcc; } +.divide-pink-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #be185dd9; +} + .divide-pink-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #be185de6; } @@ -24182,6 +33182,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9d174d; } +.divide-pink-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d26; +} + .divide-pink-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d33; } @@ -24194,10 +33198,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9d174d4d; } +.divide-pink-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d59; +} + .divide-pink-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d66; } +.divide-pink-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d73; +} + .divide-pink-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d0d; } @@ -24206,10 +33218,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9d174d80; } +.divide-pink-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174d8c; +} + .divide-pink-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174d99; } +.divide-pink-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174da6; +} + .divide-pink-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174db3; } @@ -24222,6 +33242,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9d174dcc; } +.divide-pink-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9d174dd9; +} + .divide-pink-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9d174de6; } @@ -24247,6 +33271,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #831843; } +.divide-pink-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #83184326; +} + .divide-pink-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #83184333; } @@ -24259,10 +33287,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #8318434d; } +.divide-pink-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #83184359; +} + .divide-pink-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #83184366; } +.divide-pink-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #83184373; +} + .divide-pink-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #8318430d; } @@ -24271,10 +33307,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #83184380; } +.divide-pink-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #8318438c; +} + .divide-pink-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #83184399; } +.divide-pink-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #831843a6; +} + .divide-pink-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #831843b3; } @@ -24287,6 +33331,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #831843cc; } +.divide-pink-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #831843d9; +} + .divide-pink-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #831843e6; } @@ -24312,6 +33360,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #500724; } +.divide-pink-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #50072426; +} + .divide-pink-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #50072433; } @@ -24324,10 +33376,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5007244d; } +.divide-pink-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #50072459; +} + .divide-pink-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #50072466; } +.divide-pink-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #50072473; +} + .divide-pink-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5007240d; } @@ -24336,10 +33396,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #50072480; } +.divide-pink-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5007248c; +} + .divide-pink-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #50072499; } +.divide-pink-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #500724a6; +} + .divide-pink-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #500724b3; } @@ -24352,6 +33420,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #500724cc; } +.divide-pink-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #500724d9; +} + .divide-pink-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #500724e6; } @@ -24377,6 +33449,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3e8ff; } +.divide-purple-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff26; +} + .divide-purple-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff33; } @@ -24389,10 +33465,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3e8ff4d; } +.divide-purple-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff59; +} + .divide-purple-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff66; } +.divide-purple-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff73; +} + .divide-purple-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff0d; } @@ -24401,10 +33485,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3e8ff80; } +.divide-purple-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ff8c; +} + .divide-purple-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ff99; } +.divide-purple-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ffa6; +} + .divide-purple-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ffb3; } @@ -24417,6 +33509,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f3e8ffcc; } +.divide-purple-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f3e8ffd9; +} + .divide-purple-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f3e8ffe6; } @@ -24442,6 +33538,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e9d5ff; } +.divide-purple-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff26; +} + .divide-purple-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff33; } @@ -24454,10 +33554,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e9d5ff4d; } +.divide-purple-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff59; +} + .divide-purple-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff66; } +.divide-purple-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff73; +} + .divide-purple-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff0d; } @@ -24466,10 +33574,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e9d5ff80; } +.divide-purple-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ff8c; +} + .divide-purple-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ff99; } +.divide-purple-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ffa6; +} + .divide-purple-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ffb3; } @@ -24482,6 +33598,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e9d5ffcc; } +.divide-purple-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e9d5ffd9; +} + .divide-purple-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e9d5ffe6; } @@ -24507,6 +33627,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d8b4fe; } +.divide-purple-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe26; +} + .divide-purple-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe33; } @@ -24519,10 +33643,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d8b4fe4d; } +.divide-purple-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe59; +} + .divide-purple-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe66; } +.divide-purple-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe73; +} + .divide-purple-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe0d; } @@ -24531,10 +33663,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d8b4fe80; } +.divide-purple-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fe8c; +} + .divide-purple-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fe99; } +.divide-purple-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fea6; +} + .divide-purple-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4feb3; } @@ -24547,6 +33687,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d8b4fecc; } +.divide-purple-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d8b4fed9; +} + .divide-purple-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d8b4fee6; } @@ -24572,6 +33716,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c084fc; } +.divide-purple-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc26; +} + .divide-purple-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc33; } @@ -24584,10 +33732,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c084fc4d; } +.divide-purple-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc59; +} + .divide-purple-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc66; } +.divide-purple-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc73; +} + .divide-purple-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc0d; } @@ -24596,10 +33752,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c084fc80; } +.divide-purple-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fc8c; +} + .divide-purple-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fc99; } +.divide-purple-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fca6; +} + .divide-purple-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fcb3; } @@ -24612,6 +33776,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c084fccc; } +.divide-purple-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c084fcd9; +} + .divide-purple-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c084fce6; } @@ -24637,6 +33805,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #faf5ff; } +.divide-purple-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff26; +} + .divide-purple-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff33; } @@ -24649,10 +33821,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #faf5ff4d; } +.divide-purple-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff59; +} + .divide-purple-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff66; } +.divide-purple-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff73; +} + .divide-purple-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff0d; } @@ -24661,10 +33841,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #faf5ff80; } +.divide-purple-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ff8c; +} + .divide-purple-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ff99; } +.divide-purple-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ffa6; +} + .divide-purple-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ffb3; } @@ -24677,6 +33865,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #faf5ffcc; } +.divide-purple-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #faf5ffd9; +} + .divide-purple-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #faf5ffe6; } @@ -24702,6 +33894,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a855f7; } +.divide-purple-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f726; +} + .divide-purple-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f733; } @@ -24714,10 +33910,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a855f74d; } +.divide-purple-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f759; +} + .divide-purple-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f766; } +.divide-purple-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f773; +} + .divide-purple-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f70d; } @@ -24726,10 +33930,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a855f780; } +.divide-purple-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f78c; +} + .divide-purple-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f799; } +.divide-purple-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f7a6; +} + .divide-purple-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f7b3; } @@ -24742,6 +33954,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a855f7cc; } +.divide-purple-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a855f7d9; +} + .divide-purple-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a855f7e6; } @@ -24767,6 +33983,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9333ea; } +.divide-purple-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea26; +} + .divide-purple-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea33; } @@ -24779,10 +33999,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9333ea4d; } +.divide-purple-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea59; +} + .divide-purple-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea66; } +.divide-purple-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea73; +} + .divide-purple-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea0d; } @@ -24791,10 +34019,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9333ea80; } +.divide-purple-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ea8c; +} + .divide-purple-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9333ea99; } +.divide-purple-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333eaa6; +} + .divide-purple-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9333eab3; } @@ -24807,6 +34043,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9333eacc; } +.divide-purple-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9333ead9; +} + .divide-purple-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9333eae6; } @@ -24832,6 +34072,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7e22ce; } +.divide-purple-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce26; +} + .divide-purple-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce33; } @@ -24844,10 +34088,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7e22ce4d; } +.divide-purple-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce59; +} + .divide-purple-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce66; } +.divide-purple-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce73; +} + .divide-purple-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce0d; } @@ -24856,10 +34108,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7e22ce80; } +.divide-purple-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ce8c; +} + .divide-purple-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ce99; } +.divide-purple-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22cea6; +} + .divide-purple-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22ceb3; } @@ -24872,6 +34132,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7e22cecc; } +.divide-purple-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7e22ced9; +} + .divide-purple-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7e22cee6; } @@ -24897,6 +34161,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b21a8; } +.divide-purple-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a826; +} + .divide-purple-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a833; } @@ -24909,10 +34177,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b21a84d; } +.divide-purple-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a859; +} + .divide-purple-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a866; } +.divide-purple-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a873; +} + .divide-purple-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a80d; } @@ -24921,10 +34197,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b21a880; } +.divide-purple-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a88c; +} + .divide-purple-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a899; } +.divide-purple-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a8a6; +} + .divide-purple-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a8b3; } @@ -24937,6 +34221,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6b21a8cc; } +.divide-purple-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6b21a8d9; +} + .divide-purple-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6b21a8e6; } @@ -24962,6 +34250,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #581c87; } +.divide-purple-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c8726; +} + .divide-purple-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #581c8733; } @@ -24974,10 +34266,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #581c874d; } +.divide-purple-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c8759; +} + .divide-purple-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #581c8766; } +.divide-purple-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c8773; +} + .divide-purple-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #581c870d; } @@ -24986,10 +34286,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #581c8780; } +.divide-purple-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c878c; +} + .divide-purple-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #581c8799; } +.divide-purple-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c87a6; +} + .divide-purple-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #581c87b3; } @@ -25002,6 +34310,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #581c87cc; } +.divide-purple-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #581c87d9; +} + .divide-purple-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #581c87e6; } @@ -25027,6 +34339,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b0764; } +.divide-purple-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b076426; +} + .divide-purple-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3b076433; } @@ -25039,10 +34355,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b07644d; } +.divide-purple-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b076459; +} + .divide-purple-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3b076466; } +.divide-purple-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b076473; +} + .divide-purple-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3b07640d; } @@ -25051,10 +34375,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b076480; } +.divide-purple-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b07648c; +} + .divide-purple-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3b076499; } +.divide-purple-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b0764a6; +} + .divide-purple-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3b0764b3; } @@ -25067,6 +34399,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3b0764cc; } +.divide-purple-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3b0764d9; +} + .divide-purple-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3b0764e6; } @@ -25092,6 +34428,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fee2e2; } +.divide-red-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e226; +} + .divide-red-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e233; } @@ -25104,10 +34444,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fee2e24d; } +.divide-red-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e259; +} + .divide-red-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e266; } +.divide-red-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e273; +} + .divide-red-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e20d; } @@ -25116,10 +34464,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fee2e280; } +.divide-red-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e28c; +} + .divide-red-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e299; } +.divide-red-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e2a6; +} + .divide-red-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e2b3; } @@ -25132,6 +34488,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fee2e2cc; } +.divide-red-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fee2e2d9; +} + .divide-red-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fee2e2e6; } @@ -25157,6 +34517,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecaca; } +.divide-red-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca26; +} + .divide-red-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca33; } @@ -25169,10 +34533,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecaca4d; } +.divide-red-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca59; +} + .divide-red-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca66; } +.divide-red-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca73; +} + .divide-red-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca0d; } @@ -25181,10 +34553,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecaca80; } +.divide-red-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecaca8c; +} + .divide-red-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fecaca99; } +.divide-red-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecacaa6; +} + .divide-red-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fecacab3; } @@ -25197,6 +34577,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecacacc; } +.divide-red-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecacad9; +} + .divide-red-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fecacae6; } @@ -25222,6 +34606,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fca5a5; } +.divide-red-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a526; +} + .divide-red-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a533; } @@ -25234,10 +34622,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fca5a54d; } +.divide-red-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a559; +} + .divide-red-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a566; } +.divide-red-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a573; +} + .divide-red-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a50d; } @@ -25246,10 +34642,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fca5a580; } +.divide-red-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a58c; +} + .divide-red-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a599; } +.divide-red-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a5a6; +} + .divide-red-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a5b3; } @@ -25262,6 +34666,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fca5a5cc; } +.divide-red-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fca5a5d9; +} + .divide-red-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fca5a5e6; } @@ -25287,6 +34695,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f87171; } +.divide-red-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8717126; +} + .divide-red-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f8717133; } @@ -25299,10 +34711,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f871714d; } +.divide-red-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8717159; +} + .divide-red-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f8717166; } +.divide-red-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8717173; +} + .divide-red-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f871710d; } @@ -25311,10 +34731,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f8717180; } +.divide-red-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f871718c; +} + .divide-red-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f8717199; } +.divide-red-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f87171a6; +} + .divide-red-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f87171b3; } @@ -25327,6 +34755,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f87171cc; } +.divide-red-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f87171d9; +} + .divide-red-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f87171e6; } @@ -25352,6 +34784,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef2f2; } +.divide-red-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f226; +} + .divide-red-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f233; } @@ -25364,10 +34800,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef2f24d; } +.divide-red-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f259; +} + .divide-red-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f266; } +.divide-red-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f273; +} + .divide-red-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f20d; } @@ -25376,10 +34820,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef2f280; } +.divide-red-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f28c; +} + .divide-red-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f299; } +.divide-red-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f2a6; +} + .divide-red-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f2b3; } @@ -25392,6 +34844,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef2f2cc; } +.divide-red-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef2f2d9; +} + .divide-red-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef2f2e6; } @@ -25417,6 +34873,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ef4444; } +.divide-red-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef444426; +} + .divide-red-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ef444433; } @@ -25429,10 +34889,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ef44444d; } +.divide-red-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef444459; +} + .divide-red-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ef444466; } +.divide-red-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef444473; +} + .divide-red-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ef44440d; } @@ -25441,10 +34909,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ef444480; } +.divide-red-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef44448c; +} + .divide-red-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ef444499; } +.divide-red-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef4444a6; +} + .divide-red-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ef4444b3; } @@ -25457,6 +34933,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ef4444cc; } +.divide-red-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ef4444d9; +} + .divide-red-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ef4444e6; } @@ -25482,6 +34962,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dc2626; } +.divide-red-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc262626; +} + .divide-red-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #dc262633; } @@ -25494,10 +34978,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dc26264d; } +.divide-red-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc262659; +} + .divide-red-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #dc262666; } +.divide-red-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc262673; +} + .divide-red-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #dc26260d; } @@ -25506,10 +34998,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dc262680; } +.divide-red-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc26268c; +} + .divide-red-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #dc262699; } +.divide-red-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc2626a6; +} + .divide-red-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #dc2626b3; } @@ -25522,6 +35022,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #dc2626cc; } +.divide-red-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #dc2626d9; +} + .divide-red-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #dc2626e6; } @@ -25547,6 +35051,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b91c1c; } +.divide-red-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c26; +} + .divide-red-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c33; } @@ -25559,10 +35067,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b91c1c4d; } +.divide-red-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c59; +} + .divide-red-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c66; } +.divide-red-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c73; +} + .divide-red-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c0d; } @@ -25571,10 +35087,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b91c1c80; } +.divide-red-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1c8c; +} + .divide-red-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1c99; } +.divide-red-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1ca6; +} + .divide-red-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1cb3; } @@ -25587,6 +35111,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #b91c1ccc; } +.divide-red-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #b91c1cd9; +} + .divide-red-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #b91c1ce6; } @@ -25612,6 +35140,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #991b1b; } +.divide-red-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b26; +} + .divide-red-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b33; } @@ -25624,10 +35156,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #991b1b4d; } +.divide-red-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b59; +} + .divide-red-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b66; } +.divide-red-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b73; +} + .divide-red-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b0d; } @@ -25636,10 +35176,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #991b1b80; } +.divide-red-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1b8c; +} + .divide-red-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1b99; } +.divide-red-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1ba6; +} + .divide-red-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1bb3; } @@ -25652,6 +35200,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #991b1bcc; } +.divide-red-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #991b1bd9; +} + .divide-red-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #991b1be6; } @@ -25677,6 +35229,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7f1d1d; } +.divide-red-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d26; +} + .divide-red-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d33; } @@ -25689,10 +35245,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7f1d1d4d; } +.divide-red-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d59; +} + .divide-red-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d66; } +.divide-red-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d73; +} + .divide-red-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d0d; } @@ -25701,10 +35265,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7f1d1d80; } +.divide-red-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1d8c; +} + .divide-red-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1d99; } +.divide-red-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1da6; +} + .divide-red-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1db3; } @@ -25717,6 +35289,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7f1d1dcc; } +.divide-red-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7f1d1dd9; +} + .divide-red-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7f1d1de6; } @@ -25742,6 +35318,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #450a0a; } +.divide-red-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a26; +} + .divide-red-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a33; } @@ -25754,10 +35334,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #450a0a4d; } +.divide-red-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a59; +} + .divide-red-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a66; } +.divide-red-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a73; +} + .divide-red-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a0d; } @@ -25766,10 +35354,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #450a0a80; } +.divide-red-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0a8c; +} + .divide-red-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0a99; } +.divide-red-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0aa6; +} + .divide-red-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0ab3; } @@ -25782,6 +35378,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #450a0acc; } +.divide-red-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #450a0ad9; +} + .divide-red-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #450a0ae6; } @@ -25807,6 +35407,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffe4e6; } +.divide-rose-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e626; +} + .divide-rose-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e633; } @@ -25819,10 +35423,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffe4e64d; } +.divide-rose-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e659; +} + .divide-rose-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e666; } +.divide-rose-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e673; +} + .divide-rose-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e60d; } @@ -25831,10 +35443,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffe4e680; } +.divide-rose-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e68c; +} + .divide-rose-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e699; } +.divide-rose-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e6a6; +} + .divide-rose-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e6b3; } @@ -25847,6 +35467,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffe4e6cc; } +.divide-rose-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffe4e6d9; +} + .divide-rose-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ffe4e6e6; } @@ -25872,6 +35496,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecdd3; } +.divide-rose-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd326; +} + .divide-rose-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd333; } @@ -25884,10 +35512,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecdd34d; } +.divide-rose-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd359; +} + .divide-rose-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd366; } +.divide-rose-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd373; +} + .divide-rose-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd30d; } @@ -25896,10 +35532,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecdd380; } +.divide-rose-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd38c; +} + .divide-rose-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd399; } +.divide-rose-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd3a6; +} + .divide-rose-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd3b3; } @@ -25912,6 +35556,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fecdd3cc; } +.divide-rose-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fecdd3d9; +} + .divide-rose-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fecdd3e6; } @@ -25937,6 +35585,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fda4af; } +.divide-rose-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af26; +} + .divide-rose-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af33; } @@ -25949,10 +35601,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fda4af4d; } +.divide-rose-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af59; +} + .divide-rose-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af66; } +.divide-rose-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af73; +} + .divide-rose-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af0d; } @@ -25961,10 +35621,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fda4af80; } +.divide-rose-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4af8c; +} + .divide-rose-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4af99; } +.divide-rose-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4afa6; +} + .divide-rose-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4afb3; } @@ -25977,6 +35645,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fda4afcc; } +.divide-rose-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fda4afd9; +} + .divide-rose-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fda4afe6; } @@ -26002,6 +35674,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb7185; } +.divide-rose-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb718526; +} + .divide-rose-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fb718533; } @@ -26014,10 +35690,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb71854d; } +.divide-rose-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb718559; +} + .divide-rose-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fb718566; } +.divide-rose-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb718573; +} + .divide-rose-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fb71850d; } @@ -26026,10 +35710,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb718580; } +.divide-rose-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb71858c; +} + .divide-rose-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fb718599; } +.divide-rose-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb7185a6; +} + .divide-rose-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fb7185b3; } @@ -26042,6 +35734,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fb7185cc; } +.divide-rose-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fb7185d9; +} + .divide-rose-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fb7185e6; } @@ -26067,6 +35763,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff1f2; } +.divide-rose-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f226; +} + .divide-rose-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f233; } @@ -26079,10 +35779,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff1f24d; } +.divide-rose-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f259; +} + .divide-rose-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f266; } +.divide-rose-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f273; +} + .divide-rose-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f20d; } @@ -26091,10 +35799,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff1f280; } +.divide-rose-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f28c; +} + .divide-rose-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f299; } +.divide-rose-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f2a6; +} + .divide-rose-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f2b3; } @@ -26107,6 +35823,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff1f2cc; } +.divide-rose-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fff1f2d9; +} + .divide-rose-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fff1f2e6; } @@ -26132,6 +35852,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f43f5e; } +.divide-rose-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e26; +} + .divide-rose-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e33; } @@ -26144,10 +35868,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f43f5e4d; } +.divide-rose-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e59; +} + .divide-rose-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e66; } +.divide-rose-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e73; +} + .divide-rose-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e0d; } @@ -26156,10 +35888,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f43f5e80; } +.divide-rose-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5e8c; +} + .divide-rose-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5e99; } +.divide-rose-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5ea6; +} + .divide-rose-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5eb3; } @@ -26172,6 +35912,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f43f5ecc; } +.divide-rose-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f43f5ed9; +} + .divide-rose-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f43f5ee6; } @@ -26197,6 +35941,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e11d48; } +.divide-rose-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d4826; +} + .divide-rose-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d4833; } @@ -26209,10 +35957,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e11d484d; } +.divide-rose-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d4859; +} + .divide-rose-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d4866; } +.divide-rose-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d4873; +} + .divide-rose-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d480d; } @@ -26221,10 +35977,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e11d4880; } +.divide-rose-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d488c; +} + .divide-rose-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d4899; } +.divide-rose-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d48a6; +} + .divide-rose-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d48b3; } @@ -26237,6 +36001,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e11d48cc; } +.divide-rose-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e11d48d9; +} + .divide-rose-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e11d48e6; } @@ -26262,6 +36030,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be123c; } +.divide-rose-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c26; +} + .divide-rose-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c33; } @@ -26274,10 +36046,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be123c4d; } +.divide-rose-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c59; +} + .divide-rose-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c66; } +.divide-rose-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c73; +} + .divide-rose-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c0d; } @@ -26286,10 +36066,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be123c80; } +.divide-rose-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123c8c; +} + .divide-rose-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #be123c99; } +.divide-rose-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123ca6; +} + .divide-rose-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #be123cb3; } @@ -26302,6 +36090,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #be123ccc; } +.divide-rose-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #be123cd9; +} + .divide-rose-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #be123ce6; } @@ -26327,6 +36119,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9f1239; } +.divide-rose-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f123926; +} + .divide-rose-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #9f123933; } @@ -26339,10 +36135,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9f12394d; } +.divide-rose-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f123959; +} + .divide-rose-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #9f123966; } +.divide-rose-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f123973; +} + .divide-rose-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #9f12390d; } @@ -26351,10 +36155,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9f123980; } +.divide-rose-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f12398c; +} + .divide-rose-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #9f123999; } +.divide-rose-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f1239a6; +} + .divide-rose-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #9f1239b3; } @@ -26367,6 +36179,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #9f1239cc; } +.divide-rose-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #9f1239d9; +} + .divide-rose-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #9f1239e6; } @@ -26392,6 +36208,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #881337; } +.divide-rose-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #88133726; +} + .divide-rose-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #88133733; } @@ -26404,10 +36224,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #8813374d; } +.divide-rose-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #88133759; +} + .divide-rose-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #88133766; } +.divide-rose-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #88133773; +} + .divide-rose-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #8813370d; } @@ -26416,10 +36244,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #88133780; } +.divide-rose-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #8813378c; +} + .divide-rose-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #88133799; } +.divide-rose-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #881337a6; +} + .divide-rose-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #881337b3; } @@ -26432,6 +36268,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #881337cc; } +.divide-rose-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #881337d9; +} + .divide-rose-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #881337e6; } @@ -26457,6 +36297,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c0519; } +.divide-rose-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c051926; +} + .divide-rose-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4c051933; } @@ -26469,10 +36313,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c05194d; } +.divide-rose-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c051959; +} + .divide-rose-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4c051966; } +.divide-rose-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c051973; +} + .divide-rose-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4c05190d; } @@ -26481,10 +36333,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c051980; } +.divide-rose-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c05198c; +} + .divide-rose-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4c051999; } +.divide-rose-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c0519a6; +} + .divide-rose-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4c0519b3; } @@ -26497,6 +36357,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c0519cc; } +.divide-rose-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c0519d9; +} + .divide-rose-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4c0519e6; } @@ -26522,6 +36386,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0f2fe; } +.divide-sky-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe26; +} + .divide-sky-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe33; } @@ -26534,10 +36402,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0f2fe4d; } +.divide-sky-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe59; +} + .divide-sky-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe66; } +.divide-sky-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe73; +} + .divide-sky-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe0d; } @@ -26546,10 +36422,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0f2fe80; } +.divide-sky-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fe8c; +} + .divide-sky-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fe99; } +.divide-sky-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fea6; +} + .divide-sky-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2feb3; } @@ -26562,6 +36446,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e0f2fecc; } +.divide-sky-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e0f2fed9; +} + .divide-sky-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e0f2fee6; } @@ -26587,6 +36475,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bae6fd; } +.divide-sky-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd26; +} + .divide-sky-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd33; } @@ -26599,10 +36491,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bae6fd4d; } +.divide-sky-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd59; +} + .divide-sky-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd66; } +.divide-sky-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd73; +} + .divide-sky-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd0d; } @@ -26611,10 +36511,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bae6fd80; } +.divide-sky-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fd8c; +} + .divide-sky-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fd99; } +.divide-sky-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fda6; +} + .divide-sky-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fdb3; } @@ -26627,6 +36535,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #bae6fdcc; } +.divide-sky-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #bae6fdd9; +} + .divide-sky-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #bae6fde6; } @@ -26652,6 +36564,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7dd3fc; } +.divide-sky-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc26; +} + .divide-sky-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc33; } @@ -26664,10 +36580,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7dd3fc4d; } +.divide-sky-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc59; +} + .divide-sky-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc66; } +.divide-sky-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc73; +} + .divide-sky-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc0d; } @@ -26676,10 +36600,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7dd3fc80; } +.divide-sky-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fc8c; +} + .divide-sky-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fc99; } +.divide-sky-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fca6; +} + .divide-sky-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fcb3; } @@ -26692,6 +36624,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7dd3fccc; } +.divide-sky-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7dd3fcd9; +} + .divide-sky-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7dd3fce6; } @@ -26717,6 +36653,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #38bdf8; } +.divide-sky-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf826; +} + .divide-sky-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf833; } @@ -26729,10 +36669,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #38bdf84d; } +.divide-sky-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf859; +} + .divide-sky-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf866; } +.divide-sky-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf873; +} + .divide-sky-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf80d; } @@ -26741,10 +36689,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #38bdf880; } +.divide-sky-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf88c; +} + .divide-sky-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf899; } +.divide-sky-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf8a6; +} + .divide-sky-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf8b3; } @@ -26757,6 +36713,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #38bdf8cc; } +.divide-sky-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #38bdf8d9; +} + .divide-sky-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #38bdf8e6; } @@ -26782,6 +36742,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0f9ff; } +.divide-sky-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff26; +} + .divide-sky-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff33; } @@ -26794,10 +36758,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0f9ff4d; } +.divide-sky-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff59; +} + .divide-sky-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff66; } +.divide-sky-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff73; +} + .divide-sky-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff0d; } @@ -26806,10 +36778,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0f9ff80; } +.divide-sky-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ff8c; +} + .divide-sky-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ff99; } +.divide-sky-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ffa6; +} + .divide-sky-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ffb3; } @@ -26822,6 +36802,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0f9ffcc; } +.divide-sky-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0f9ffd9; +} + .divide-sky-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0f9ffe6; } @@ -26847,6 +36831,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0ea5e9; } +.divide-sky-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e926; +} + .divide-sky-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e933; } @@ -26859,10 +36847,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0ea5e94d; } +.divide-sky-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e959; +} + .divide-sky-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e966; } +.divide-sky-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e973; +} + .divide-sky-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e90d; } @@ -26871,10 +36867,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0ea5e980; } +.divide-sky-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e98c; +} + .divide-sky-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e999; } +.divide-sky-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e9a6; +} + .divide-sky-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e9b3; } @@ -26887,6 +36891,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0ea5e9cc; } +.divide-sky-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0ea5e9d9; +} + .divide-sky-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0ea5e9e6; } @@ -26912,6 +36920,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0284c7; } +.divide-sky-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c726; +} + .divide-sky-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c733; } @@ -26924,10 +36936,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0284c74d; } +.divide-sky-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c759; +} + .divide-sky-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c766; } +.divide-sky-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c773; +} + .divide-sky-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c70d; } @@ -26936,10 +36956,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0284c780; } +.divide-sky-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c78c; +} + .divide-sky-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c799; } +.divide-sky-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c7a6; +} + .divide-sky-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c7b3; } @@ -26952,6 +36980,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0284c7cc; } +.divide-sky-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0284c7d9; +} + .divide-sky-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0284c7e6; } @@ -26977,6 +37009,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0369a1; } +.divide-sky-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a126; +} + .divide-sky-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a133; } @@ -26989,10 +37025,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0369a14d; } +.divide-sky-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a159; +} + .divide-sky-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a166; } +.divide-sky-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a173; +} + .divide-sky-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a10d; } @@ -27001,10 +37045,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0369a180; } +.divide-sky-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a18c; +} + .divide-sky-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a199; } +.divide-sky-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a1a6; +} + .divide-sky-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a1b3; } @@ -27017,6 +37069,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0369a1cc; } +.divide-sky-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0369a1d9; +} + .divide-sky-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0369a1e6; } @@ -27042,6 +37098,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #075985; } +.divide-sky-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #07598526; +} + .divide-sky-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #07598533; } @@ -27054,10 +37114,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0759854d; } +.divide-sky-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #07598559; +} + .divide-sky-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #07598566; } +.divide-sky-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #07598573; +} + .divide-sky-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0759850d; } @@ -27066,10 +37134,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #07598580; } +.divide-sky-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0759858c; +} + .divide-sky-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #07598599; } +.divide-sky-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #075985a6; +} + .divide-sky-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #075985b3; } @@ -27082,6 +37158,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #075985cc; } +.divide-sky-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #075985d9; +} + .divide-sky-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #075985e6; } @@ -27107,6 +37187,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c4a6e; } +.divide-sky-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e26; +} + .divide-sky-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e33; } @@ -27119,10 +37203,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c4a6e4d; } +.divide-sky-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e59; +} + .divide-sky-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e66; } +.divide-sky-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e73; +} + .divide-sky-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e0d; } @@ -27131,10 +37223,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c4a6e80; } +.divide-sky-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6e8c; +} + .divide-sky-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6e99; } +.divide-sky-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6ea6; +} + .divide-sky-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6eb3; } @@ -27147,6 +37247,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c4a6ecc; } +.divide-sky-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c4a6ed9; +} + .divide-sky-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0c4a6ee6; } @@ -27172,6 +37276,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #082f49; } +.divide-sky-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f4926; +} + .divide-sky-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #082f4933; } @@ -27184,10 +37292,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #082f494d; } +.divide-sky-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f4959; +} + .divide-sky-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #082f4966; } +.divide-sky-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f4973; +} + .divide-sky-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #082f490d; } @@ -27196,10 +37312,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #082f4980; } +.divide-sky-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f498c; +} + .divide-sky-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #082f4999; } +.divide-sky-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f49a6; +} + .divide-sky-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #082f49b3; } @@ -27212,6 +37336,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #082f49cc; } +.divide-sky-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #082f49d9; +} + .divide-sky-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #082f49e6; } @@ -27237,6 +37365,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f1f5f9; } +.divide-slate-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f926; +} + .divide-slate-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f933; } @@ -27249,10 +37381,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f1f5f94d; } +.divide-slate-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f959; +} + .divide-slate-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f966; } +.divide-slate-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f973; +} + .divide-slate-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f90d; } @@ -27261,10 +37401,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f1f5f980; } +.divide-slate-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f98c; +} + .divide-slate-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f999; } +.divide-slate-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f9a6; +} + .divide-slate-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f9b3; } @@ -27277,6 +37425,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f1f5f9cc; } +.divide-slate-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f1f5f9d9; +} + .divide-slate-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f9e6; } @@ -27302,6 +37454,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e2e8f0; } +.divide-slate-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f026; +} + .divide-slate-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f033; } @@ -27314,10 +37470,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e2e8f04d; } +.divide-slate-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f059; +} + .divide-slate-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f066; } +.divide-slate-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f073; +} + .divide-slate-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f00d; } @@ -27326,10 +37490,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e2e8f080; } +.divide-slate-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f08c; +} + .divide-slate-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f099; } +.divide-slate-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f0a6; +} + .divide-slate-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0b3; } @@ -27342,6 +37514,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e2e8f0cc; } +.divide-slate-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e2e8f0d9; +} + .divide-slate-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0e6; } @@ -27367,6 +37543,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cbd5e1; } +.divide-slate-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e126; +} + .divide-slate-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e133; } @@ -27379,10 +37559,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cbd5e14d; } +.divide-slate-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e159; +} + .divide-slate-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e166; } +.divide-slate-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e173; +} + .divide-slate-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e10d; } @@ -27391,10 +37579,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cbd5e180; } +.divide-slate-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e18c; +} + .divide-slate-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e199; } +.divide-slate-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e1a6; +} + .divide-slate-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e1b3; } @@ -27407,6 +37603,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #cbd5e1cc; } +.divide-slate-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #cbd5e1d9; +} + .divide-slate-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #cbd5e1e6; } @@ -27432,6 +37632,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #94a3b8; } +.divide-slate-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b826; +} + .divide-slate-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b833; } @@ -27444,10 +37648,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #94a3b84d; } +.divide-slate-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b859; +} + .divide-slate-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b866; } +.divide-slate-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b873; +} + .divide-slate-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b80d; } @@ -27456,10 +37668,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #94a3b880; } +.divide-slate-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b88c; +} + .divide-slate-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b899; } +.divide-slate-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b8a6; +} + .divide-slate-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b8b3; } @@ -27472,6 +37692,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #94a3b8cc; } +.divide-slate-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #94a3b8d9; +} + .divide-slate-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #94a3b8e6; } @@ -27497,6 +37721,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f8fafc; } +.divide-slate-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc26; +} + .divide-slate-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc33; } @@ -27509,10 +37737,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f8fafc4d; } +.divide-slate-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc59; +} + .divide-slate-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc66; } +.divide-slate-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc73; +} + .divide-slate-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc0d; } @@ -27521,10 +37757,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f8fafc80; } +.divide-slate-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafc8c; +} + .divide-slate-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafc99; } +.divide-slate-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafca6; +} + .divide-slate-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafcb3; } @@ -27537,6 +37781,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f8fafccc; } +.divide-slate-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f8fafcd9; +} + .divide-slate-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f8fafce6; } @@ -27562,6 +37810,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #64748b; } +.divide-slate-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b26; +} + .divide-slate-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b33; } @@ -27574,10 +37826,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #64748b4d; } +.divide-slate-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b59; +} + .divide-slate-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b66; } +.divide-slate-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b73; +} + .divide-slate-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b0d; } @@ -27586,10 +37846,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #64748b80; } +.divide-slate-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748b8c; +} + .divide-slate-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #64748b99; } +.divide-slate-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748ba6; +} + .divide-slate-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #64748bb3; } @@ -27602,6 +37870,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #64748bcc; } +.divide-slate-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #64748bd9; +} + .divide-slate-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #64748be6; } @@ -27627,6 +37899,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #475569; } +.divide-slate-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #47556926; +} + .divide-slate-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #47556933; } @@ -27639,10 +37915,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4755694d; } +.divide-slate-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #47556959; +} + .divide-slate-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #47556966; } +.divide-slate-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #47556973; +} + .divide-slate-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4755690d; } @@ -27651,10 +37935,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #47556980; } +.divide-slate-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4755698c; +} + .divide-slate-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #47556999; } +.divide-slate-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #475569a6; +} + .divide-slate-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #475569b3; } @@ -27667,6 +37959,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #475569cc; } +.divide-slate-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #475569d9; +} + .divide-slate-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #475569e6; } @@ -27692,6 +37988,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #334155; } +.divide-slate-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #33415526; +} + .divide-slate-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #33415533; } @@ -27704,10 +38004,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3341554d; } +.divide-slate-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #33415559; +} + .divide-slate-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #33415566; } +.divide-slate-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #33415573; +} + .divide-slate-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3341550d; } @@ -27716,10 +38024,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #33415580; } +.divide-slate-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3341558c; +} + .divide-slate-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #33415599; } +.divide-slate-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #334155a6; +} + .divide-slate-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #334155b3; } @@ -27732,6 +38048,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #334155cc; } +.divide-slate-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #334155d9; +} + .divide-slate-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #334155e6; } @@ -27757,6 +38077,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e293b; } +.divide-slate-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b26; +} + .divide-slate-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b33; } @@ -27769,10 +38093,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e293b4d; } +.divide-slate-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b59; +} + .divide-slate-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b66; } +.divide-slate-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b73; +} + .divide-slate-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b0d; } @@ -27781,10 +38113,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e293b80; } +.divide-slate-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293b8c; +} + .divide-slate-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b99; } +.divide-slate-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293ba6; +} + .divide-slate-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293bb3; } @@ -27797,6 +38137,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1e293bcc; } +.divide-slate-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1e293bd9; +} + .divide-slate-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293be6; } @@ -27822,6 +38166,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f172a; } +.divide-slate-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a26; +} + .divide-slate-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a33; } @@ -27834,10 +38182,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f172a4d; } +.divide-slate-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a59; +} + .divide-slate-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a66; } +.divide-slate-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a73; +} + .divide-slate-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a0d; } @@ -27846,10 +38202,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f172a80; } +.divide-slate-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172a8c; +} + .divide-slate-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172a99; } +.divide-slate-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172aa6; +} + .divide-slate-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172ab3; } @@ -27862,6 +38226,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f172acc; } +.divide-slate-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f172ad9; +} + .divide-slate-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0f172ae6; } @@ -27887,6 +38255,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #020617; } +.divide-slate-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #02061726; +} + .divide-slate-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #02061733; } @@ -27899,10 +38271,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0206174d; } +.divide-slate-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #02061759; +} + .divide-slate-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #02061766; } +.divide-slate-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #02061773; +} + .divide-slate-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0206170d; } @@ -27911,10 +38291,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #02061780; } +.divide-slate-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0206178c; +} + .divide-slate-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #02061799; } +.divide-slate-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #020617a6; +} + .divide-slate-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #020617b3; } @@ -27927,6 +38315,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #020617cc; } +.divide-slate-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #020617d9; +} + .divide-slate-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #020617e6; } @@ -27952,6 +38344,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f4; } +.divide-stone-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f426; +} + .divide-stone-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f433; } @@ -27964,10 +38360,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f44d; } +.divide-stone-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f459; +} + .divide-stone-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f466; } +.divide-stone-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f473; +} + .divide-stone-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f40d; } @@ -27976,10 +38380,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f480; } +.divide-stone-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f48c; +} + .divide-stone-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f499; } +.divide-stone-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f4a6; +} + .divide-stone-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f4b3; } @@ -27992,6 +38404,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f5f4cc; } +.divide-stone-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f5f4d9; +} + .divide-stone-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f5f4e6; } @@ -28017,6 +38433,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e7e5e4; } +.divide-stone-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e426; +} + .divide-stone-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e433; } @@ -28029,10 +38449,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e7e5e44d; } +.divide-stone-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e459; +} + .divide-stone-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e466; } +.divide-stone-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e473; +} + .divide-stone-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e40d; } @@ -28041,10 +38469,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e7e5e480; } +.divide-stone-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e48c; +} + .divide-stone-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e499; } +.divide-stone-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e4a6; +} + .divide-stone-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e4b3; } @@ -28057,6 +38493,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e7e5e4cc; } +.divide-stone-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e7e5e4d9; +} + .divide-stone-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e7e5e4e6; } @@ -28082,6 +38522,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d6d3d1; } +.divide-stone-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d126; +} + .divide-stone-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d133; } @@ -28094,10 +38538,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d6d3d14d; } +.divide-stone-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d159; +} + .divide-stone-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d166; } +.divide-stone-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d173; +} + .divide-stone-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d10d; } @@ -28106,10 +38558,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d6d3d180; } +.divide-stone-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d18c; +} + .divide-stone-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d199; } +.divide-stone-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d1a6; +} + .divide-stone-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d1b3; } @@ -28122,6 +38582,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d6d3d1cc; } +.divide-stone-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d6d3d1d9; +} + .divide-stone-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d6d3d1e6; } @@ -28147,6 +38611,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a8a29e; } +.divide-stone-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e26; +} + .divide-stone-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e33; } @@ -28159,10 +38627,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a8a29e4d; } +.divide-stone-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e59; +} + .divide-stone-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e66; } +.divide-stone-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e73; +} + .divide-stone-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e0d; } @@ -28171,10 +38647,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a8a29e80; } +.divide-stone-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29e8c; +} + .divide-stone-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29e99; } +.divide-stone-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29ea6; +} + .divide-stone-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29eb3; } @@ -28187,6 +38671,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a8a29ecc; } +.divide-stone-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a8a29ed9; +} + .divide-stone-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a8a29ee6; } @@ -28212,6 +38700,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafaf9; } +.divide-stone-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf926; +} + .divide-stone-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf933; } @@ -28224,10 +38716,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafaf94d; } +.divide-stone-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf959; +} + .divide-stone-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf966; } +.divide-stone-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf973; +} + .divide-stone-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf90d; } @@ -28236,10 +38736,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafaf980; } +.divide-stone-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf98c; +} + .divide-stone-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf999; } +.divide-stone-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf9a6; +} + .divide-stone-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf9b3; } @@ -28252,6 +38760,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafaf9cc; } +.divide-stone-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafaf9d9; +} + .divide-stone-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fafaf9e6; } @@ -28277,6 +38789,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78716c; } +.divide-stone-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c26; +} + .divide-stone-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c33; } @@ -28289,10 +38805,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78716c4d; } +.divide-stone-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c59; +} + .divide-stone-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c66; } +.divide-stone-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c73; +} + .divide-stone-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c0d; } @@ -28301,10 +38825,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78716c80; } +.divide-stone-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716c8c; +} + .divide-stone-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #78716c99; } +.divide-stone-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716ca6; +} + .divide-stone-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #78716cb3; } @@ -28317,6 +38849,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #78716ccc; } +.divide-stone-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #78716cd9; +} + .divide-stone-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #78716ce6; } @@ -28342,6 +38878,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #57534e; } +.divide-stone-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e26; +} + .divide-stone-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e33; } @@ -28354,10 +38894,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #57534e4d; } +.divide-stone-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e59; +} + .divide-stone-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e66; } +.divide-stone-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e73; +} + .divide-stone-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e0d; } @@ -28366,10 +38914,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #57534e80; } +.divide-stone-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534e8c; +} + .divide-stone-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #57534e99; } +.divide-stone-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534ea6; +} + .divide-stone-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #57534eb3; } @@ -28382,6 +38938,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #57534ecc; } +.divide-stone-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #57534ed9; +} + .divide-stone-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #57534ee6; } @@ -28407,6 +38967,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #44403c; } +.divide-stone-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c26; +} + .divide-stone-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c33; } @@ -28419,10 +38983,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #44403c4d; } +.divide-stone-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c59; +} + .divide-stone-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c66; } +.divide-stone-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c73; +} + .divide-stone-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c0d; } @@ -28431,10 +39003,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #44403c80; } +.divide-stone-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403c8c; +} + .divide-stone-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #44403c99; } +.divide-stone-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403ca6; +} + .divide-stone-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #44403cb3; } @@ -28447,6 +39027,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #44403ccc; } +.divide-stone-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #44403cd9; +} + .divide-stone-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #44403ce6; } @@ -28472,6 +39056,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #292524; } +.divide-stone-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #29252426; +} + .divide-stone-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #29252433; } @@ -28484,10 +39072,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2925244d; } +.divide-stone-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #29252459; +} + .divide-stone-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #29252466; } +.divide-stone-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #29252473; +} + .divide-stone-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2925240d; } @@ -28496,10 +39092,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #29252480; } +.divide-stone-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2925248c; +} + .divide-stone-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #29252499; } +.divide-stone-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #292524a6; +} + .divide-stone-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #292524b3; } @@ -28512,6 +39116,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #292524cc; } +.divide-stone-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #292524d9; +} + .divide-stone-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #292524e6; } @@ -28537,6 +39145,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1c1917; } +.divide-stone-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c191726; +} + .divide-stone-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #1c191733; } @@ -28549,10 +39161,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1c19174d; } +.divide-stone-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c191759; +} + .divide-stone-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #1c191766; } +.divide-stone-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c191773; +} + .divide-stone-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #1c19170d; } @@ -28561,10 +39181,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1c191780; } +.divide-stone-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c19178c; +} + .divide-stone-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #1c191799; } +.divide-stone-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c1917a6; +} + .divide-stone-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #1c1917b3; } @@ -28577,6 +39205,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #1c1917cc; } +.divide-stone-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #1c1917d9; +} + .divide-stone-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #1c1917e6; } @@ -28602,6 +39234,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c0a09; } +.divide-stone-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a0926; +} + .divide-stone-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a0933; } @@ -28614,10 +39250,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c0a094d; } +.divide-stone-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a0959; +} + .divide-stone-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a0966; } +.divide-stone-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a0973; +} + .divide-stone-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a090d; } @@ -28626,10 +39270,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c0a0980; } +.divide-stone-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a098c; +} + .divide-stone-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a0999; } +.divide-stone-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a09a6; +} + .divide-stone-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a09b3; } @@ -28642,6 +39294,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0c0a09cc; } +.divide-stone-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0c0a09d9; +} + .divide-stone-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0c0a09e6; } @@ -28667,6 +39323,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ccfbf1; } +.divide-teal-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf126; +} + .divide-teal-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf133; } @@ -28679,10 +39339,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ccfbf14d; } +.divide-teal-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf159; +} + .divide-teal-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf166; } +.divide-teal-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf173; +} + .divide-teal-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf10d; } @@ -28691,10 +39359,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ccfbf180; } +.divide-teal-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf18c; +} + .divide-teal-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf199; } +.divide-teal-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf1a6; +} + .divide-teal-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf1b3; } @@ -28707,6 +39383,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ccfbf1cc; } +.divide-teal-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ccfbf1d9; +} + .divide-teal-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ccfbf1e6; } @@ -28732,6 +39412,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #99f6e4; } +.divide-teal-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e426; +} + .divide-teal-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e433; } @@ -28744,10 +39428,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #99f6e44d; } +.divide-teal-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e459; +} + .divide-teal-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e466; } +.divide-teal-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e473; +} + .divide-teal-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e40d; } @@ -28756,10 +39448,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #99f6e480; } +.divide-teal-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e48c; +} + .divide-teal-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e499; } +.divide-teal-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e4a6; +} + .divide-teal-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e4b3; } @@ -28772,6 +39472,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #99f6e4cc; } +.divide-teal-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #99f6e4d9; +} + .divide-teal-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #99f6e4e6; } @@ -28797,6 +39501,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5eead4; } +.divide-teal-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead426; +} + .divide-teal-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead433; } @@ -28809,10 +39517,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5eead44d; } +.divide-teal-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead459; +} + .divide-teal-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead466; } +.divide-teal-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead473; +} + .divide-teal-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead40d; } @@ -28821,10 +39537,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5eead480; } +.divide-teal-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead48c; +} + .divide-teal-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead499; } +.divide-teal-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead4a6; +} + .divide-teal-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead4b3; } @@ -28837,6 +39561,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5eead4cc; } +.divide-teal-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #5eead4d9; +} + .divide-teal-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #5eead4e6; } @@ -28862,6 +39590,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2dd4bf; } +.divide-teal-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf26; +} + .divide-teal-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf33; } @@ -28874,10 +39606,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2dd4bf4d; } +.divide-teal-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf59; +} + .divide-teal-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf66; } +.divide-teal-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf73; +} + .divide-teal-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf0d; } @@ -28886,10 +39626,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2dd4bf80; } +.divide-teal-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bf8c; +} + .divide-teal-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bf99; } +.divide-teal-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bfa6; +} + .divide-teal-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bfb3; } @@ -28902,6 +39650,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2dd4bfcc; } +.divide-teal-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #2dd4bfd9; +} + .divide-teal-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #2dd4bfe6; } @@ -28927,6 +39679,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdfa; } +.divide-teal-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa26; +} + .divide-teal-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa33; } @@ -28939,10 +39695,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdfa4d; } +.divide-teal-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa59; +} + .divide-teal-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa66; } +.divide-teal-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa73; +} + .divide-teal-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa0d; } @@ -28951,10 +39715,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdfa80; } +.divide-teal-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfa8c; +} + .divide-teal-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfa99; } +.divide-teal-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfaa6; +} + .divide-teal-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfab3; } @@ -28967,6 +39739,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f0fdfacc; } +.divide-teal-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f0fdfad9; +} + .divide-teal-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f0fdfae6; } @@ -28992,6 +39768,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14b8a6; } +.divide-teal-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a626; +} + .divide-teal-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a633; } @@ -29004,10 +39784,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14b8a64d; } +.divide-teal-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a659; +} + .divide-teal-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a666; } +.divide-teal-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a673; +} + .divide-teal-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a60d; } @@ -29016,10 +39804,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14b8a680; } +.divide-teal-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a68c; +} + .divide-teal-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a699; } +.divide-teal-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a6a6; +} + .divide-teal-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a6b3; } @@ -29032,6 +39828,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #14b8a6cc; } +.divide-teal-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #14b8a6d9; +} + .divide-teal-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #14b8a6e6; } @@ -29057,6 +39857,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0d9488; } +.divide-teal-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d948826; +} + .divide-teal-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0d948833; } @@ -29069,10 +39873,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0d94884d; } +.divide-teal-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d948859; +} + .divide-teal-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0d948866; } +.divide-teal-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d948873; +} + .divide-teal-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0d94880d; } @@ -29081,10 +39893,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0d948880; } +.divide-teal-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d94888c; +} + .divide-teal-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0d948899; } +.divide-teal-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d9488a6; +} + .divide-teal-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0d9488b3; } @@ -29097,6 +39917,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0d9488cc; } +.divide-teal-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0d9488d9; +} + .divide-teal-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0d9488e6; } @@ -29122,6 +39946,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f766e; } +.divide-teal-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e26; +} + .divide-teal-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e33; } @@ -29134,10 +39962,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f766e4d; } +.divide-teal-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e59; +} + .divide-teal-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e66; } +.divide-teal-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e73; +} + .divide-teal-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e0d; } @@ -29146,10 +39982,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f766e80; } +.divide-teal-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766e8c; +} + .divide-teal-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766e99; } +.divide-teal-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766ea6; +} + .divide-teal-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766eb3; } @@ -29162,6 +40006,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0f766ecc; } +.divide-teal-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #0f766ed9; +} + .divide-teal-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #0f766ee6; } @@ -29187,6 +40035,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #115e59; } +.divide-teal-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e5926; +} + .divide-teal-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #115e5933; } @@ -29199,10 +40051,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #115e594d; } +.divide-teal-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e5959; +} + .divide-teal-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #115e5966; } +.divide-teal-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e5973; +} + .divide-teal-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #115e590d; } @@ -29211,10 +40071,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #115e5980; } +.divide-teal-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e598c; +} + .divide-teal-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #115e5999; } +.divide-teal-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e59a6; +} + .divide-teal-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #115e59b3; } @@ -29227,6 +40095,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #115e59cc; } +.divide-teal-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #115e59d9; +} + .divide-teal-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #115e59e6; } @@ -29252,6 +40124,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #134e4a; } +.divide-teal-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a26; +} + .divide-teal-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a33; } @@ -29264,10 +40140,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #134e4a4d; } +.divide-teal-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a59; +} + .divide-teal-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a66; } +.divide-teal-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a73; +} + .divide-teal-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a0d; } @@ -29276,10 +40160,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #134e4a80; } +.divide-teal-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4a8c; +} + .divide-teal-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4a99; } +.divide-teal-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4aa6; +} + .divide-teal-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4ab3; } @@ -29292,6 +40184,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #134e4acc; } +.divide-teal-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #134e4ad9; +} + .divide-teal-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #134e4ae6; } @@ -29317,6 +40213,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #042f2e; } +.divide-teal-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e26; +} + .divide-teal-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e33; } @@ -29329,10 +40229,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #042f2e4d; } +.divide-teal-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e59; +} + .divide-teal-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e66; } +.divide-teal-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e73; +} + .divide-teal-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e0d; } @@ -29341,10 +40249,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #042f2e80; } +.divide-teal-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2e8c; +} + .divide-teal-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2e99; } +.divide-teal-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2ea6; +} + .divide-teal-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2eb3; } @@ -29357,6 +40273,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #042f2ecc; } +.divide-teal-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #042f2ed9; +} + .divide-teal-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #042f2ee6; } @@ -29377,6 +40297,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #000; } +.divide-transparent\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000026; +} + .divide-transparent\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #0003; } @@ -29389,10 +40313,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #0000004d; } +.divide-transparent\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000059; +} + .divide-transparent\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #0006; } +.divide-transparent\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #00000073; +} + .divide-transparent\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #0000000d; } @@ -29401,10 +40333,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #00000080; } +.divide-transparent\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #0000008c; +} + .divide-transparent\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #0009; } +.divide-transparent\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000a6; +} + .divide-transparent\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #000000b3; } @@ -29417,6 +40357,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #000c; } +.divide-transparent\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #000000d9; +} + .divide-transparent\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #000000e6; } @@ -29442,6 +40386,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ede9fe; } +.divide-violet-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe26; +} + .divide-violet-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe33; } @@ -29454,10 +40402,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ede9fe4d; } +.divide-violet-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe59; +} + .divide-violet-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe66; } +.divide-violet-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe73; +} + .divide-violet-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe0d; } @@ -29466,10 +40422,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ede9fe80; } +.divide-violet-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fe8c; +} + .divide-violet-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fe99; } +.divide-violet-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fea6; +} + .divide-violet-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9feb3; } @@ -29482,6 +40446,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ede9fecc; } +.divide-violet-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ede9fed9; +} + .divide-violet-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ede9fee6; } @@ -29507,6 +40475,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ddd6fe; } +.divide-violet-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe26; +} + .divide-violet-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe33; } @@ -29519,10 +40491,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ddd6fe4d; } +.divide-violet-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe59; +} + .divide-violet-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe66; } +.divide-violet-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe73; +} + .divide-violet-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe0d; } @@ -29531,10 +40511,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ddd6fe80; } +.divide-violet-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fe8c; +} + .divide-violet-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fe99; } +.divide-violet-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fea6; +} + .divide-violet-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6feb3; } @@ -29547,6 +40535,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ddd6fecc; } +.divide-violet-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ddd6fed9; +} + .divide-violet-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ddd6fee6; } @@ -29572,6 +40564,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c4b5fd; } +.divide-violet-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd26; +} + .divide-violet-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd33; } @@ -29584,10 +40580,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c4b5fd4d; } +.divide-violet-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd59; +} + .divide-violet-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd66; } +.divide-violet-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd73; +} + .divide-violet-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd0d; } @@ -29596,10 +40600,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c4b5fd80; } +.divide-violet-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fd8c; +} + .divide-violet-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fd99; } +.divide-violet-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fda6; +} + .divide-violet-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fdb3; } @@ -29612,6 +40624,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #c4b5fdcc; } +.divide-violet-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #c4b5fdd9; +} + .divide-violet-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #c4b5fde6; } @@ -29637,6 +40653,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a78bfa; } +.divide-violet-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa26; +} + .divide-violet-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa33; } @@ -29649,10 +40669,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a78bfa4d; } +.divide-violet-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa59; +} + .divide-violet-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa66; } +.divide-violet-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa73; +} + .divide-violet-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa0d; } @@ -29661,10 +40689,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a78bfa80; } +.divide-violet-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfa8c; +} + .divide-violet-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfa99; } +.divide-violet-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfaa6; +} + .divide-violet-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfab3; } @@ -29677,6 +40713,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a78bfacc; } +.divide-violet-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a78bfad9; +} + .divide-violet-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a78bfae6; } @@ -29702,6 +40742,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f3ff; } +.divide-violet-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff26; +} + .divide-violet-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff33; } @@ -29714,10 +40758,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f3ff4d; } +.divide-violet-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff59; +} + .divide-violet-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff66; } +.divide-violet-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff73; +} + .divide-violet-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff0d; } @@ -29726,10 +40778,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f3ff80; } +.divide-violet-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ff8c; +} + .divide-violet-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ff99; } +.divide-violet-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ffa6; +} + .divide-violet-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ffb3; } @@ -29742,6 +40802,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f5f3ffcc; } +.divide-violet-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f5f3ffd9; +} + .divide-violet-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f5f3ffe6; } @@ -29767,6 +40831,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #8b5cf6; } +.divide-violet-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf626; +} + .divide-violet-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf633; } @@ -29779,10 +40847,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #8b5cf64d; } +.divide-violet-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf659; +} + .divide-violet-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf666; } +.divide-violet-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf673; +} + .divide-violet-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf60d; } @@ -29791,10 +40867,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #8b5cf680; } +.divide-violet-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf68c; +} + .divide-violet-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf699; } +.divide-violet-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf6a6; +} + .divide-violet-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf6b3; } @@ -29807,6 +40891,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #8b5cf6cc; } +.divide-violet-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #8b5cf6d9; +} + .divide-violet-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #8b5cf6e6; } @@ -29832,6 +40920,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c3aed; } +.divide-violet-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed26; +} + .divide-violet-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed33; } @@ -29844,10 +40936,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c3aed4d; } +.divide-violet-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed59; +} + .divide-violet-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed66; } +.divide-violet-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed73; +} + .divide-violet-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed0d; } @@ -29856,10 +40956,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c3aed80; } +.divide-violet-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aed8c; +} + .divide-violet-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aed99; } +.divide-violet-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aeda6; +} + .divide-violet-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aedb3; } @@ -29872,6 +40980,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #7c3aedcc; } +.divide-violet-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #7c3aedd9; +} + .divide-violet-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #7c3aede6; } @@ -29897,6 +41009,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6d28d9; } +.divide-violet-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d926; +} + .divide-violet-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d933; } @@ -29909,10 +41025,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6d28d94d; } +.divide-violet-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d959; +} + .divide-violet-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d966; } +.divide-violet-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d973; +} + .divide-violet-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d90d; } @@ -29921,10 +41045,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6d28d980; } +.divide-violet-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d98c; +} + .divide-violet-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d999; } +.divide-violet-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d9a6; +} + .divide-violet-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d9b3; } @@ -29937,6 +41069,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #6d28d9cc; } +.divide-violet-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #6d28d9d9; +} + .divide-violet-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #6d28d9e6; } @@ -29962,6 +41098,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5b21b6; } +.divide-violet-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b626; +} + .divide-violet-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b633; } @@ -29974,10 +41114,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5b21b64d; } +.divide-violet-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b659; +} + .divide-violet-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b666; } +.divide-violet-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b673; +} + .divide-violet-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b60d; } @@ -29986,10 +41134,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5b21b680; } +.divide-violet-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b68c; +} + .divide-violet-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b699; } +.divide-violet-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b6a6; +} + .divide-violet-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b6b3; } @@ -30002,6 +41158,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #5b21b6cc; } +.divide-violet-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #5b21b6d9; +} + .divide-violet-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #5b21b6e6; } @@ -30027,6 +41187,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c1d95; } +.divide-violet-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d9526; +} + .divide-violet-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d9533; } @@ -30039,10 +41203,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c1d954d; } +.divide-violet-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d9559; +} + .divide-violet-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d9566; } +.divide-violet-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d9573; +} + .divide-violet-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d950d; } @@ -30051,10 +41223,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c1d9580; } +.divide-violet-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d958c; +} + .divide-violet-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d9599; } +.divide-violet-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d95a6; +} + .divide-violet-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d95b3; } @@ -30067,6 +41247,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4c1d95cc; } +.divide-violet-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #4c1d95d9; +} + .divide-violet-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #4c1d95e6; } @@ -30092,6 +41276,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2e1065; } +.divide-violet-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e106526; +} + .divide-violet-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #2e106533; } @@ -30104,10 +41292,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2e10654d; } +.divide-violet-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e106559; +} + .divide-violet-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #2e106566; } +.divide-violet-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e106573; +} + .divide-violet-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #2e10650d; } @@ -30116,10 +41312,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2e106580; } +.divide-violet-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e10658c; +} + .divide-violet-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #2e106599; } +.divide-violet-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e1065a6; +} + .divide-violet-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #2e1065b3; } @@ -30132,6 +41336,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #2e1065cc; } +.divide-violet-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #2e1065d9; +} + .divide-violet-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #2e1065e6; } @@ -30157,6 +41365,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fff; } +.divide-white\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff26; +} + .divide-white\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fff3; } @@ -30169,10 +41381,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffffff4d; } +.divide-white\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff59; +} + .divide-white\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fff6; } +.divide-white\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff73; +} + .divide-white\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ffffff0d; } @@ -30181,10 +41401,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ffffff80; } +.divide-white\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffff8c; +} + .divide-white\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fff9; } +.divide-white\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffffa6; +} + .divide-white\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ffffffb3; } @@ -30197,6 +41425,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fffc; } +.divide-white\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ffffffd9; +} + .divide-white\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ffffffe6; } @@ -30222,6 +41454,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef9c3; } +.divide-yellow-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c326; +} + .divide-yellow-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c333; } @@ -30234,10 +41470,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef9c34d; } +.divide-yellow-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c359; +} + .divide-yellow-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c366; } +.divide-yellow-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c373; +} + .divide-yellow-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c30d; } @@ -30246,10 +41490,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef9c380; } +.divide-yellow-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c38c; +} + .divide-yellow-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c399; } +.divide-yellow-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c3a6; +} + .divide-yellow-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c3b3; } @@ -30262,6 +41514,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef9c3cc; } +.divide-yellow-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef9c3d9; +} + .divide-yellow-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef9c3e6; } @@ -30287,6 +41543,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef08a; } +.divide-yellow-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a26; +} + .divide-yellow-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a33; } @@ -30299,10 +41559,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef08a4d; } +.divide-yellow-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a59; +} + .divide-yellow-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a66; } +.divide-yellow-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a73; +} + .divide-yellow-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a0d; } @@ -30311,10 +41579,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef08a80; } +.divide-yellow-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08a8c; +} + .divide-yellow-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08a99; } +.divide-yellow-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08aa6; +} + .divide-yellow-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08ab3; } @@ -30327,6 +41603,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fef08acc; } +.divide-yellow-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fef08ad9; +} + .divide-yellow-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fef08ae6; } @@ -30352,6 +41632,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde047; } +.divide-yellow-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde04726; +} + .divide-yellow-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fde04733; } @@ -30364,10 +41648,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde0474d; } +.divide-yellow-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde04759; +} + .divide-yellow-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fde04766; } +.divide-yellow-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde04773; +} + .divide-yellow-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fde0470d; } @@ -30376,10 +41668,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde04780; } +.divide-yellow-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde0478c; +} + .divide-yellow-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fde04799; } +.divide-yellow-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde047a6; +} + .divide-yellow-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fde047b3; } @@ -30392,6 +41692,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fde047cc; } +.divide-yellow-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fde047d9; +} + .divide-yellow-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fde047e6; } @@ -30417,6 +41721,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #facc15; } +.divide-yellow-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc1526; +} + .divide-yellow-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #facc1533; } @@ -30429,10 +41737,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #facc154d; } +.divide-yellow-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc1559; +} + .divide-yellow-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #facc1566; } +.divide-yellow-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc1573; +} + .divide-yellow-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #facc150d; } @@ -30441,10 +41757,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #facc1580; } +.divide-yellow-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc158c; +} + .divide-yellow-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #facc1599; } +.divide-yellow-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc15a6; +} + .divide-yellow-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #facc15b3; } @@ -30457,6 +41781,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #facc15cc; } +.divide-yellow-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #facc15d9; +} + .divide-yellow-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #facc15e6; } @@ -30482,6 +41810,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fefce8; } +.divide-yellow-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce826; +} + .divide-yellow-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce833; } @@ -30494,10 +41826,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fefce84d; } +.divide-yellow-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce859; +} + .divide-yellow-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce866; } +.divide-yellow-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce873; +} + .divide-yellow-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce80d; } @@ -30506,10 +41846,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fefce880; } +.divide-yellow-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce88c; +} + .divide-yellow-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce899; } +.divide-yellow-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce8a6; +} + .divide-yellow-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce8b3; } @@ -30522,6 +41870,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fefce8cc; } +.divide-yellow-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fefce8d9; +} + .divide-yellow-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fefce8e6; } @@ -30547,6 +41899,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eab308; } +.divide-yellow-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab30826; +} + .divide-yellow-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #eab30833; } @@ -30559,10 +41915,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eab3084d; } +.divide-yellow-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab30859; +} + .divide-yellow-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #eab30866; } +.divide-yellow-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab30873; +} + .divide-yellow-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #eab3080d; } @@ -30571,10 +41935,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eab30880; } +.divide-yellow-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab3088c; +} + .divide-yellow-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #eab30899; } +.divide-yellow-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab308a6; +} + .divide-yellow-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #eab308b3; } @@ -30587,6 +41959,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #eab308cc; } +.divide-yellow-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #eab308d9; +} + .divide-yellow-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #eab308e6; } @@ -30612,6 +41988,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ca8a04; } +.divide-yellow-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a0426; +} + .divide-yellow-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a0433; } @@ -30624,10 +42004,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ca8a044d; } +.divide-yellow-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a0459; +} + .divide-yellow-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a0466; } +.divide-yellow-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a0473; +} + .divide-yellow-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a040d; } @@ -30636,10 +42024,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ca8a0480; } +.divide-yellow-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a048c; +} + .divide-yellow-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a0499; } +.divide-yellow-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a04a6; +} + .divide-yellow-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a04b3; } @@ -30652,6 +42048,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #ca8a04cc; } +.divide-yellow-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #ca8a04d9; +} + .divide-yellow-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #ca8a04e6; } @@ -30677,6 +42077,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a16207; } +.divide-yellow-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1620726; +} + .divide-yellow-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a1620733; } @@ -30689,10 +42093,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a162074d; } +.divide-yellow-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1620759; +} + .divide-yellow-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a1620766; } +.divide-yellow-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1620773; +} + .divide-yellow-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a162070d; } @@ -30701,10 +42113,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a1620780; } +.divide-yellow-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a162078c; +} + .divide-yellow-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a1620799; } +.divide-yellow-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a16207a6; +} + .divide-yellow-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a16207b3; } @@ -30717,6 +42137,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a16207cc; } +.divide-yellow-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a16207d9; +} + .divide-yellow-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a16207e6; } @@ -30742,6 +42166,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #854d0e; } +.divide-yellow-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e26; +} + .divide-yellow-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e33; } @@ -30754,10 +42182,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #854d0e4d; } +.divide-yellow-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e59; +} + .divide-yellow-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e66; } +.divide-yellow-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e73; +} + .divide-yellow-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e0d; } @@ -30766,10 +42202,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #854d0e80; } +.divide-yellow-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0e8c; +} + .divide-yellow-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0e99; } +.divide-yellow-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0ea6; +} + .divide-yellow-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0eb3; } @@ -30782,6 +42226,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #854d0ecc; } +.divide-yellow-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #854d0ed9; +} + .divide-yellow-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #854d0ee6; } @@ -30807,6 +42255,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #713f12; } +.divide-yellow-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f1226; +} + .divide-yellow-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #713f1233; } @@ -30819,10 +42271,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #713f124d; } +.divide-yellow-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f1259; +} + .divide-yellow-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #713f1266; } +.divide-yellow-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f1273; +} + .divide-yellow-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #713f120d; } @@ -30831,10 +42291,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #713f1280; } +.divide-yellow-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f128c; +} + .divide-yellow-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #713f1299; } +.divide-yellow-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f12a6; +} + .divide-yellow-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #713f12b3; } @@ -30847,6 +42315,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #713f12cc; } +.divide-yellow-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #713f12d9; +} + .divide-yellow-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #713f12e6; } @@ -30872,6 +42344,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #422006; } +.divide-yellow-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #42200626; +} + .divide-yellow-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #42200633; } @@ -30884,10 +42360,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #4220064d; } +.divide-yellow-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #42200659; +} + .divide-yellow-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #42200666; } +.divide-yellow-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #42200673; +} + .divide-yellow-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #4220060d; } @@ -30896,10 +42380,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #42200680; } +.divide-yellow-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #4220068c; +} + .divide-yellow-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #42200699; } +.divide-yellow-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #422006a6; +} + .divide-yellow-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #422006b3; } @@ -30912,6 +42404,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #422006cc; } +.divide-yellow-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #422006d9; +} + .divide-yellow-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #422006e6; } @@ -30937,6 +42433,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f4f4f5; } +.divide-zinc-100\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f526; +} + .divide-zinc-100\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f533; } @@ -30949,10 +42449,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f4f4f54d; } +.divide-zinc-100\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f559; +} + .divide-zinc-100\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f566; } +.divide-zinc-100\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f573; +} + .divide-zinc-100\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f50d; } @@ -30961,10 +42469,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f4f4f580; } +.divide-zinc-100\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f58c; +} + .divide-zinc-100\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f599; } +.divide-zinc-100\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f5a6; +} + .divide-zinc-100\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f5b3; } @@ -30977,6 +42493,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #f4f4f5cc; } +.divide-zinc-100\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #f4f4f5d9; +} + .divide-zinc-100\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #f4f4f5e6; } @@ -31002,6 +42522,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e4e4e7; } +.divide-zinc-200\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e726; +} + .divide-zinc-200\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e733; } @@ -31014,10 +42538,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e4e4e74d; } +.divide-zinc-200\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e759; +} + .divide-zinc-200\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e766; } +.divide-zinc-200\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e773; +} + .divide-zinc-200\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e70d; } @@ -31026,10 +42558,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e4e4e780; } +.divide-zinc-200\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e78c; +} + .divide-zinc-200\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e799; } +.divide-zinc-200\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e7a6; +} + .divide-zinc-200\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e7b3; } @@ -31042,6 +42582,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #e4e4e7cc; } +.divide-zinc-200\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #e4e4e7d9; +} + .divide-zinc-200\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #e4e4e7e6; } @@ -31067,6 +42611,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d8; } +.divide-zinc-300\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d826; +} + .divide-zinc-300\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d833; } @@ -31079,10 +42627,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d84d; } +.divide-zinc-300\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d859; +} + .divide-zinc-300\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d866; } +.divide-zinc-300\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d873; +} + .divide-zinc-300\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d80d; } @@ -31091,10 +42647,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d880; } +.divide-zinc-300\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d88c; +} + .divide-zinc-300\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d899; } +.divide-zinc-300\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d8a6; +} + .divide-zinc-300\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d8b3; } @@ -31107,6 +42671,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #d4d4d8cc; } +.divide-zinc-300\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #d4d4d8d9; +} + .divide-zinc-300\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #d4d4d8e6; } @@ -31132,6 +42700,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a1a1aa; } +.divide-zinc-400\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa26; +} + .divide-zinc-400\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa33; } @@ -31144,10 +42716,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a1a1aa4d; } +.divide-zinc-400\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa59; +} + .divide-zinc-400\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa66; } +.divide-zinc-400\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa73; +} + .divide-zinc-400\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa0d; } @@ -31156,10 +42736,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a1a1aa80; } +.divide-zinc-400\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aa8c; +} + .divide-zinc-400\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aa99; } +.divide-zinc-400\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aaa6; +} + .divide-zinc-400\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aab3; } @@ -31172,6 +42760,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #a1a1aacc; } +.divide-zinc-400\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #a1a1aad9; +} + .divide-zinc-400\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #a1a1aae6; } @@ -31197,6 +42789,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafa; } +.divide-zinc-50\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa26; +} + .divide-zinc-50\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa33; } @@ -31209,10 +42805,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafa4d; } +.divide-zinc-50\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa59; +} + .divide-zinc-50\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa66; } +.divide-zinc-50\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa73; +} + .divide-zinc-50\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa0d; } @@ -31221,10 +42825,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafa80; } +.divide-zinc-50\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafa8c; +} + .divide-zinc-50\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafa99; } +.divide-zinc-50\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafaa6; +} + .divide-zinc-50\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafab3; } @@ -31237,6 +42849,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #fafafacc; } +.divide-zinc-50\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #fafafad9; +} + .divide-zinc-50\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #fafafae6; } @@ -31262,6 +42878,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #71717a; } +.divide-zinc-500\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a26; +} + .divide-zinc-500\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a33; } @@ -31274,10 +42894,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #71717a4d; } +.divide-zinc-500\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a59; +} + .divide-zinc-500\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a66; } +.divide-zinc-500\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a73; +} + .divide-zinc-500\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a0d; } @@ -31286,10 +42914,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #71717a80; } +.divide-zinc-500\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717a8c; +} + .divide-zinc-500\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #71717a99; } +.divide-zinc-500\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717aa6; +} + .divide-zinc-500\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #71717ab3; } @@ -31302,6 +42938,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #71717acc; } +.divide-zinc-500\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #71717ad9; +} + .divide-zinc-500\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #71717ae6; } @@ -31327,6 +42967,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #52525b; } +.divide-zinc-600\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b26; +} + .divide-zinc-600\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b33; } @@ -31339,10 +42983,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #52525b4d; } +.divide-zinc-600\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b59; +} + .divide-zinc-600\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b66; } +.divide-zinc-600\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b73; +} + .divide-zinc-600\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b0d; } @@ -31351,10 +43003,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #52525b80; } +.divide-zinc-600\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525b8c; +} + .divide-zinc-600\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #52525b99; } +.divide-zinc-600\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525ba6; +} + .divide-zinc-600\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #52525bb3; } @@ -31367,6 +43027,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #52525bcc; } +.divide-zinc-600\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #52525bd9; +} + .divide-zinc-600\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #52525be6; } @@ -31392,6 +43056,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f3f46; } +.divide-zinc-700\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f4626; +} + .divide-zinc-700\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f4633; } @@ -31404,10 +43072,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f3f464d; } +.divide-zinc-700\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f4659; +} + .divide-zinc-700\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f4666; } +.divide-zinc-700\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f4673; +} + .divide-zinc-700\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f460d; } @@ -31416,10 +43092,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f3f4680; } +.divide-zinc-700\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f468c; +} + .divide-zinc-700\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f4699; } +.divide-zinc-700\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f46a6; +} + .divide-zinc-700\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f46b3; } @@ -31432,6 +43116,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #3f3f46cc; } +.divide-zinc-700\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #3f3f46d9; +} + .divide-zinc-700\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #3f3f46e6; } @@ -31457,6 +43145,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #27272a; } +.divide-zinc-800\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a26; +} + .divide-zinc-800\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a33; } @@ -31469,10 +43161,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #27272a4d; } +.divide-zinc-800\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a59; +} + .divide-zinc-800\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a66; } +.divide-zinc-800\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a73; +} + .divide-zinc-800\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a0d; } @@ -31481,10 +43181,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #27272a80; } +.divide-zinc-800\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272a8c; +} + .divide-zinc-800\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #27272a99; } +.divide-zinc-800\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272aa6; +} + .divide-zinc-800\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #27272ab3; } @@ -31497,6 +43205,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #27272acc; } +.divide-zinc-800\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #27272ad9; +} + .divide-zinc-800\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #27272ae6; } @@ -31522,6 +43234,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #18181b; } +.divide-zinc-900\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b26; +} + .divide-zinc-900\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b33; } @@ -31534,10 +43250,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #18181b4d; } +.divide-zinc-900\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b59; +} + .divide-zinc-900\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b66; } +.divide-zinc-900\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b73; +} + .divide-zinc-900\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b0d; } @@ -31546,10 +43270,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #18181b80; } +.divide-zinc-900\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181b8c; +} + .divide-zinc-900\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #18181b99; } +.divide-zinc-900\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181ba6; +} + .divide-zinc-900\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #18181bb3; } @@ -31562,6 +43294,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #18181bcc; } +.divide-zinc-900\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #18181bd9; +} + .divide-zinc-900\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #18181be6; } @@ -31587,6 +43323,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #09090b; } +.divide-zinc-950\\/15 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b26; +} + .divide-zinc-950\\/20 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b33; } @@ -31599,10 +43339,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #09090b4d; } +.divide-zinc-950\\/35 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b59; +} + .divide-zinc-950\\/40 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b66; } +.divide-zinc-950\\/45 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b73; +} + .divide-zinc-950\\/5 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b0d; } @@ -31611,10 +43359,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #09090b80; } +.divide-zinc-950\\/55 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090b8c; +} + .divide-zinc-950\\/60 > :not([hidden]) ~ :not([hidden]) { border-color: #09090b99; } +.divide-zinc-950\\/65 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090ba6; +} + .divide-zinc-950\\/70 > :not([hidden]) ~ :not([hidden]) { border-color: #09090bb3; } @@ -31627,6 +43383,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` border-color: #09090bcc; } +.divide-zinc-950\\/85 > :not([hidden]) ~ :not([hidden]) { + border-color: #09090bd9; +} + .divide-zinc-950\\/90 > :not([hidden]) ~ :not([hidden]) { border-color: #09090be6; } @@ -31647,6 +43407,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` --tw-divide-opacity: 1; } +.divide-opacity-15 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: .15; +} + .divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: .2; } @@ -31659,10 +43423,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` --tw-divide-opacity: .3; } +.divide-opacity-35 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: .35; +} + .divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: .4; } +.divide-opacity-45 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: .45; +} + .divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: .05; } @@ -31671,10 +43443,18 @@ exports[`should test the 'divideColor' plugin 2`] = ` --tw-divide-opacity: .5; } +.divide-opacity-55 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: .55; +} + .divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: .6; } +.divide-opacity-65 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: .65; +} + .divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: .7; } @@ -31687,6 +43467,10 @@ exports[`should test the 'divideColor' plugin 2`] = ` --tw-divide-opacity: .8; } +.divide-opacity-85 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: .85; +} + .divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: .9; } diff --git a/tests/plugins/__snapshots__/fill.test.js.snap b/tests/plugins/__snapshots__/fill.test.js.snap index 1a98e47f59e0..185f117994d5 100644 --- a/tests/plugins/__snapshots__/fill.test.js.snap +++ b/tests/plugins/__snapshots__/fill.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef3c7; } +.fill-amber-100\\/15 { + fill: #fef3c726; +} + .fill-amber-100\\/20 { fill: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef3c74d; } +.fill-amber-100\\/35 { + fill: #fef3c759; +} + .fill-amber-100\\/40 { fill: #fef3c766; } +.fill-amber-100\\/45 { + fill: #fef3c773; +} + .fill-amber-100\\/5 { fill: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef3c780; } +.fill-amber-100\\/55 { + fill: #fef3c78c; +} + .fill-amber-100\\/60 { fill: #fef3c799; } +.fill-amber-100\\/65 { + fill: #fef3c7a6; +} + .fill-amber-100\\/70 { fill: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef3c7cc; } +.fill-amber-100\\/85 { + fill: #fef3c7d9; +} + .fill-amber-100\\/90 { fill: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde68a; } +.fill-amber-200\\/15 { + fill: #fde68a26; +} + .fill-amber-200\\/20 { fill: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde68a4d; } +.fill-amber-200\\/35 { + fill: #fde68a59; +} + .fill-amber-200\\/40 { fill: #fde68a66; } +.fill-amber-200\\/45 { + fill: #fde68a73; +} + .fill-amber-200\\/5 { fill: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde68a80; } +.fill-amber-200\\/55 { + fill: #fde68a8c; +} + .fill-amber-200\\/60 { fill: #fde68a99; } +.fill-amber-200\\/65 { + fill: #fde68aa6; +} + .fill-amber-200\\/70 { fill: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde68acc; } +.fill-amber-200\\/85 { + fill: #fde68ad9; +} + .fill-amber-200\\/90 { fill: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fcd34d; } +.fill-amber-300\\/15 { + fill: #fcd34d26; +} + .fill-amber-300\\/20 { fill: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fcd34d4d; } +.fill-amber-300\\/35 { + fill: #fcd34d59; +} + .fill-amber-300\\/40 { fill: #fcd34d66; } +.fill-amber-300\\/45 { + fill: #fcd34d73; +} + .fill-amber-300\\/5 { fill: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fcd34d80; } +.fill-amber-300\\/55 { + fill: #fcd34d8c; +} + .fill-amber-300\\/60 { fill: #fcd34d99; } +.fill-amber-300\\/65 { + fill: #fcd34da6; +} + .fill-amber-300\\/70 { fill: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fcd34dcc; } +.fill-amber-300\\/85 { + fill: #fcd34dd9; +} + .fill-amber-300\\/90 { fill: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbbf24; } +.fill-amber-400\\/15 { + fill: #fbbf2426; +} + .fill-amber-400\\/20 { fill: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbbf244d; } +.fill-amber-400\\/35 { + fill: #fbbf2459; +} + .fill-amber-400\\/40 { fill: #fbbf2466; } +.fill-amber-400\\/45 { + fill: #fbbf2473; +} + .fill-amber-400\\/5 { fill: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbbf2480; } +.fill-amber-400\\/55 { + fill: #fbbf248c; +} + .fill-amber-400\\/60 { fill: #fbbf2499; } +.fill-amber-400\\/65 { + fill: #fbbf24a6; +} + .fill-amber-400\\/70 { fill: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbbf24cc; } +.fill-amber-400\\/85 { + fill: #fbbf24d9; +} + .fill-amber-400\\/90 { fill: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fffbeb; } +.fill-amber-50\\/15 { + fill: #fffbeb26; +} + .fill-amber-50\\/20 { fill: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fffbeb4d; } +.fill-amber-50\\/35 { + fill: #fffbeb59; +} + .fill-amber-50\\/40 { fill: #fffbeb66; } +.fill-amber-50\\/45 { + fill: #fffbeb73; +} + .fill-amber-50\\/5 { fill: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fffbeb80; } +.fill-amber-50\\/55 { + fill: #fffbeb8c; +} + .fill-amber-50\\/60 { fill: #fffbeb99; } +.fill-amber-50\\/65 { + fill: #fffbeba6; +} + .fill-amber-50\\/70 { fill: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fffbebcc; } +.fill-amber-50\\/85 { + fill: #fffbebd9; +} + .fill-amber-50\\/90 { fill: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f59e0b; } +.fill-amber-500\\/15 { + fill: #f59e0b26; +} + .fill-amber-500\\/20 { fill: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f59e0b4d; } +.fill-amber-500\\/35 { + fill: #f59e0b59; +} + .fill-amber-500\\/40 { fill: #f59e0b66; } +.fill-amber-500\\/45 { + fill: #f59e0b73; +} + .fill-amber-500\\/5 { fill: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f59e0b80; } +.fill-amber-500\\/55 { + fill: #f59e0b8c; +} + .fill-amber-500\\/60 { fill: #f59e0b99; } +.fill-amber-500\\/65 { + fill: #f59e0ba6; +} + .fill-amber-500\\/70 { fill: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f59e0bcc; } +.fill-amber-500\\/85 { + fill: #f59e0bd9; +} + .fill-amber-500\\/90 { fill: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d97706; } +.fill-amber-600\\/15 { + fill: #d9770626; +} + .fill-amber-600\\/20 { fill: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d977064d; } +.fill-amber-600\\/35 { + fill: #d9770659; +} + .fill-amber-600\\/40 { fill: #d9770666; } +.fill-amber-600\\/45 { + fill: #d9770673; +} + .fill-amber-600\\/5 { fill: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d9770680; } +.fill-amber-600\\/55 { + fill: #d977068c; +} + .fill-amber-600\\/60 { fill: #d9770699; } +.fill-amber-600\\/65 { + fill: #d97706a6; +} + .fill-amber-600\\/70 { fill: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d97706cc; } +.fill-amber-600\\/85 { + fill: #d97706d9; +} + .fill-amber-600\\/90 { fill: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b45309; } +.fill-amber-700\\/15 { + fill: #b4530926; +} + .fill-amber-700\\/20 { fill: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b453094d; } +.fill-amber-700\\/35 { + fill: #b4530959; +} + .fill-amber-700\\/40 { fill: #b4530966; } +.fill-amber-700\\/45 { + fill: #b4530973; +} + .fill-amber-700\\/5 { fill: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b4530980; } +.fill-amber-700\\/55 { + fill: #b453098c; +} + .fill-amber-700\\/60 { fill: #b4530999; } +.fill-amber-700\\/65 { + fill: #b45309a6; +} + .fill-amber-700\\/70 { fill: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b45309cc; } +.fill-amber-700\\/85 { + fill: #b45309d9; +} + .fill-amber-700\\/90 { fill: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #92400e; } +.fill-amber-800\\/15 { + fill: #92400e26; +} + .fill-amber-800\\/20 { fill: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #92400e4d; } +.fill-amber-800\\/35 { + fill: #92400e59; +} + .fill-amber-800\\/40 { fill: #92400e66; } +.fill-amber-800\\/45 { + fill: #92400e73; +} + .fill-amber-800\\/5 { fill: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #92400e80; } +.fill-amber-800\\/55 { + fill: #92400e8c; +} + .fill-amber-800\\/60 { fill: #92400e99; } +.fill-amber-800\\/65 { + fill: #92400ea6; +} + .fill-amber-800\\/70 { fill: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #92400ecc; } +.fill-amber-800\\/85 { + fill: #92400ed9; +} + .fill-amber-800\\/90 { fill: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78350f; } +.fill-amber-900\\/15 { + fill: #78350f26; +} + .fill-amber-900\\/20 { fill: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78350f4d; } +.fill-amber-900\\/35 { + fill: #78350f59; +} + .fill-amber-900\\/40 { fill: #78350f66; } +.fill-amber-900\\/45 { + fill: #78350f73; +} + .fill-amber-900\\/5 { fill: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78350f80; } +.fill-amber-900\\/55 { + fill: #78350f8c; +} + .fill-amber-900\\/60 { fill: #78350f99; } +.fill-amber-900\\/65 { + fill: #78350fa6; +} + .fill-amber-900\\/70 { fill: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78350fcc; } +.fill-amber-900\\/85 { + fill: #78350fd9; +} + .fill-amber-900\\/90 { fill: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #451a03; } +.fill-amber-950\\/15 { + fill: #451a0326; +} + .fill-amber-950\\/20 { fill: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #451a034d; } +.fill-amber-950\\/35 { + fill: #451a0359; +} + .fill-amber-950\\/40 { fill: #451a0366; } +.fill-amber-950\\/45 { + fill: #451a0373; +} + .fill-amber-950\\/5 { fill: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #451a0380; } +.fill-amber-950\\/55 { + fill: #451a038c; +} + .fill-amber-950\\/60 { fill: #451a0399; } +.fill-amber-950\\/65 { + fill: #451a03a6; +} + .fill-amber-950\\/70 { fill: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #451a03cc; } +.fill-amber-950\\/85 { + fill: #451a03d9; +} + .fill-amber-950\\/90 { fill: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #000; } +.fill-black\\/15 { + fill: #00000026; +} + .fill-black\\/20 { fill: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0000004d; } +.fill-black\\/35 { + fill: #00000059; +} + .fill-black\\/40 { fill: #0006; } +.fill-black\\/45 { + fill: #00000073; +} + .fill-black\\/5 { fill: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #00000080; } +.fill-black\\/55 { + fill: #0000008c; +} + .fill-black\\/60 { fill: #0009; } +.fill-black\\/65 { + fill: #000000a6; +} + .fill-black\\/70 { fill: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #000c; } +.fill-black\\/85 { + fill: #000000d9; +} + .fill-black\\/90 { fill: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dbeafe; } +.fill-blue-100\\/15 { + fill: #dbeafe26; +} + .fill-blue-100\\/20 { fill: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dbeafe4d; } +.fill-blue-100\\/35 { + fill: #dbeafe59; +} + .fill-blue-100\\/40 { fill: #dbeafe66; } +.fill-blue-100\\/45 { + fill: #dbeafe73; +} + .fill-blue-100\\/5 { fill: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dbeafe80; } +.fill-blue-100\\/55 { + fill: #dbeafe8c; +} + .fill-blue-100\\/60 { fill: #dbeafe99; } +.fill-blue-100\\/65 { + fill: #dbeafea6; +} + .fill-blue-100\\/70 { fill: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dbeafecc; } +.fill-blue-100\\/85 { + fill: #dbeafed9; +} + .fill-blue-100\\/90 { fill: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bfdbfe; } +.fill-blue-200\\/15 { + fill: #bfdbfe26; +} + .fill-blue-200\\/20 { fill: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bfdbfe4d; } +.fill-blue-200\\/35 { + fill: #bfdbfe59; +} + .fill-blue-200\\/40 { fill: #bfdbfe66; } +.fill-blue-200\\/45 { + fill: #bfdbfe73; +} + .fill-blue-200\\/5 { fill: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bfdbfe80; } +.fill-blue-200\\/55 { + fill: #bfdbfe8c; +} + .fill-blue-200\\/60 { fill: #bfdbfe99; } +.fill-blue-200\\/65 { + fill: #bfdbfea6; +} + .fill-blue-200\\/70 { fill: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bfdbfecc; } +.fill-blue-200\\/85 { + fill: #bfdbfed9; +} + .fill-blue-200\\/90 { fill: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #93c5fd; } +.fill-blue-300\\/15 { + fill: #93c5fd26; +} + .fill-blue-300\\/20 { fill: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #93c5fd4d; } +.fill-blue-300\\/35 { + fill: #93c5fd59; +} + .fill-blue-300\\/40 { fill: #93c5fd66; } +.fill-blue-300\\/45 { + fill: #93c5fd73; +} + .fill-blue-300\\/5 { fill: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #93c5fd80; } +.fill-blue-300\\/55 { + fill: #93c5fd8c; +} + .fill-blue-300\\/60 { fill: #93c5fd99; } +.fill-blue-300\\/65 { + fill: #93c5fda6; +} + .fill-blue-300\\/70 { fill: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #93c5fdcc; } +.fill-blue-300\\/85 { + fill: #93c5fdd9; +} + .fill-blue-300\\/90 { fill: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #60a5fa; } +.fill-blue-400\\/15 { + fill: #60a5fa26; +} + .fill-blue-400\\/20 { fill: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #60a5fa4d; } +.fill-blue-400\\/35 { + fill: #60a5fa59; +} + .fill-blue-400\\/40 { fill: #60a5fa66; } +.fill-blue-400\\/45 { + fill: #60a5fa73; +} + .fill-blue-400\\/5 { fill: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #60a5fa80; } +.fill-blue-400\\/55 { + fill: #60a5fa8c; +} + .fill-blue-400\\/60 { fill: #60a5fa99; } +.fill-blue-400\\/65 { + fill: #60a5faa6; +} + .fill-blue-400\\/70 { fill: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #60a5facc; } +.fill-blue-400\\/85 { + fill: #60a5fad9; +} + .fill-blue-400\\/90 { fill: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eff6ff; } +.fill-blue-50\\/15 { + fill: #eff6ff26; +} + .fill-blue-50\\/20 { fill: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eff6ff4d; } +.fill-blue-50\\/35 { + fill: #eff6ff59; +} + .fill-blue-50\\/40 { fill: #eff6ff66; } +.fill-blue-50\\/45 { + fill: #eff6ff73; +} + .fill-blue-50\\/5 { fill: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eff6ff80; } +.fill-blue-50\\/55 { + fill: #eff6ff8c; +} + .fill-blue-50\\/60 { fill: #eff6ff99; } +.fill-blue-50\\/65 { + fill: #eff6ffa6; +} + .fill-blue-50\\/70 { fill: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eff6ffcc; } +.fill-blue-50\\/85 { + fill: #eff6ffd9; +} + .fill-blue-50\\/90 { fill: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b82f6; } +.fill-blue-500\\/15 { + fill: #3b82f626; +} + .fill-blue-500\\/20 { fill: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b82f64d; } +.fill-blue-500\\/35 { + fill: #3b82f659; +} + .fill-blue-500\\/40 { fill: #3b82f666; } +.fill-blue-500\\/45 { + fill: #3b82f673; +} + .fill-blue-500\\/5 { fill: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b82f680; } +.fill-blue-500\\/55 { + fill: #3b82f68c; +} + .fill-blue-500\\/60 { fill: #3b82f699; } +.fill-blue-500\\/65 { + fill: #3b82f6a6; +} + .fill-blue-500\\/70 { fill: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b82f6cc; } +.fill-blue-500\\/85 { + fill: #3b82f6d9; +} + .fill-blue-500\\/90 { fill: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2563eb; } +.fill-blue-600\\/15 { + fill: #2563eb26; +} + .fill-blue-600\\/20 { fill: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2563eb4d; } +.fill-blue-600\\/35 { + fill: #2563eb59; +} + .fill-blue-600\\/40 { fill: #2563eb66; } +.fill-blue-600\\/45 { + fill: #2563eb73; +} + .fill-blue-600\\/5 { fill: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2563eb80; } +.fill-blue-600\\/55 { + fill: #2563eb8c; +} + .fill-blue-600\\/60 { fill: #2563eb99; } +.fill-blue-600\\/65 { + fill: #2563eba6; +} + .fill-blue-600\\/70 { fill: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2563ebcc; } +.fill-blue-600\\/85 { + fill: #2563ebd9; +} + .fill-blue-600\\/90 { fill: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1d4ed8; } +.fill-blue-700\\/15 { + fill: #1d4ed826; +} + .fill-blue-700\\/20 { fill: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1d4ed84d; } +.fill-blue-700\\/35 { + fill: #1d4ed859; +} + .fill-blue-700\\/40 { fill: #1d4ed866; } +.fill-blue-700\\/45 { + fill: #1d4ed873; +} + .fill-blue-700\\/5 { fill: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1d4ed880; } +.fill-blue-700\\/55 { + fill: #1d4ed88c; +} + .fill-blue-700\\/60 { fill: #1d4ed899; } +.fill-blue-700\\/65 { + fill: #1d4ed8a6; +} + .fill-blue-700\\/70 { fill: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1d4ed8cc; } +.fill-blue-700\\/85 { + fill: #1d4ed8d9; +} + .fill-blue-700\\/90 { fill: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e40af; } +.fill-blue-800\\/15 { + fill: #1e40af26; +} + .fill-blue-800\\/20 { fill: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e40af4d; } +.fill-blue-800\\/35 { + fill: #1e40af59; +} + .fill-blue-800\\/40 { fill: #1e40af66; } +.fill-blue-800\\/45 { + fill: #1e40af73; +} + .fill-blue-800\\/5 { fill: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e40af80; } +.fill-blue-800\\/55 { + fill: #1e40af8c; +} + .fill-blue-800\\/60 { fill: #1e40af99; } +.fill-blue-800\\/65 { + fill: #1e40afa6; +} + .fill-blue-800\\/70 { fill: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e40afcc; } +.fill-blue-800\\/85 { + fill: #1e40afd9; +} + .fill-blue-800\\/90 { fill: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e3a8a; } +.fill-blue-900\\/15 { + fill: #1e3a8a26; +} + .fill-blue-900\\/20 { fill: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e3a8a4d; } +.fill-blue-900\\/35 { + fill: #1e3a8a59; +} + .fill-blue-900\\/40 { fill: #1e3a8a66; } +.fill-blue-900\\/45 { + fill: #1e3a8a73; +} + .fill-blue-900\\/5 { fill: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e3a8a80; } +.fill-blue-900\\/55 { + fill: #1e3a8a8c; +} + .fill-blue-900\\/60 { fill: #1e3a8a99; } +.fill-blue-900\\/65 { + fill: #1e3a8aa6; +} + .fill-blue-900\\/70 { fill: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e3a8acc; } +.fill-blue-900\\/85 { + fill: #1e3a8ad9; +} + .fill-blue-900\\/90 { fill: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #172554; } +.fill-blue-950\\/15 { + fill: #17255426; +} + .fill-blue-950\\/20 { fill: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1725544d; } +.fill-blue-950\\/35 { + fill: #17255459; +} + .fill-blue-950\\/40 { fill: #17255466; } +.fill-blue-950\\/45 { + fill: #17255473; +} + .fill-blue-950\\/5 { fill: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #17255480; } +.fill-blue-950\\/55 { + fill: #1725548c; +} + .fill-blue-950\\/60 { fill: #17255499; } +.fill-blue-950\\/65 { + fill: #172554a6; +} + .fill-blue-950\\/70 { fill: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #172554cc; } +.fill-blue-950\\/85 { + fill: #172554d9; +} + .fill-blue-950\\/90 { fill: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cffafe; } +.fill-cyan-100\\/15 { + fill: #cffafe26; +} + .fill-cyan-100\\/20 { fill: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cffafe4d; } +.fill-cyan-100\\/35 { + fill: #cffafe59; +} + .fill-cyan-100\\/40 { fill: #cffafe66; } +.fill-cyan-100\\/45 { + fill: #cffafe73; +} + .fill-cyan-100\\/5 { fill: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cffafe80; } +.fill-cyan-100\\/55 { + fill: #cffafe8c; +} + .fill-cyan-100\\/60 { fill: #cffafe99; } +.fill-cyan-100\\/65 { + fill: #cffafea6; +} + .fill-cyan-100\\/70 { fill: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cffafecc; } +.fill-cyan-100\\/85 { + fill: #cffafed9; +} + .fill-cyan-100\\/90 { fill: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5f3fc; } +.fill-cyan-200\\/15 { + fill: #a5f3fc26; +} + .fill-cyan-200\\/20 { fill: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5f3fc4d; } +.fill-cyan-200\\/35 { + fill: #a5f3fc59; +} + .fill-cyan-200\\/40 { fill: #a5f3fc66; } +.fill-cyan-200\\/45 { + fill: #a5f3fc73; +} + .fill-cyan-200\\/5 { fill: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5f3fc80; } +.fill-cyan-200\\/55 { + fill: #a5f3fc8c; +} + .fill-cyan-200\\/60 { fill: #a5f3fc99; } +.fill-cyan-200\\/65 { + fill: #a5f3fca6; +} + .fill-cyan-200\\/70 { fill: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5f3fccc; } +.fill-cyan-200\\/85 { + fill: #a5f3fcd9; +} + .fill-cyan-200\\/90 { fill: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #67e8f9; } +.fill-cyan-300\\/15 { + fill: #67e8f926; +} + .fill-cyan-300\\/20 { fill: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #67e8f94d; } +.fill-cyan-300\\/35 { + fill: #67e8f959; +} + .fill-cyan-300\\/40 { fill: #67e8f966; } +.fill-cyan-300\\/45 { + fill: #67e8f973; +} + .fill-cyan-300\\/5 { fill: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #67e8f980; } +.fill-cyan-300\\/55 { + fill: #67e8f98c; +} + .fill-cyan-300\\/60 { fill: #67e8f999; } +.fill-cyan-300\\/65 { + fill: #67e8f9a6; +} + .fill-cyan-300\\/70 { fill: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #67e8f9cc; } +.fill-cyan-300\\/85 { + fill: #67e8f9d9; +} + .fill-cyan-300\\/90 { fill: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22d3ee; } +.fill-cyan-400\\/15 { + fill: #22d3ee26; +} + .fill-cyan-400\\/20 { fill: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22d3ee4d; } +.fill-cyan-400\\/35 { + fill: #22d3ee59; +} + .fill-cyan-400\\/40 { fill: #22d3ee66; } +.fill-cyan-400\\/45 { + fill: #22d3ee73; +} + .fill-cyan-400\\/5 { fill: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22d3ee80; } +.fill-cyan-400\\/55 { + fill: #22d3ee8c; +} + .fill-cyan-400\\/60 { fill: #22d3ee99; } +.fill-cyan-400\\/65 { + fill: #22d3eea6; +} + .fill-cyan-400\\/70 { fill: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22d3eecc; } +.fill-cyan-400\\/85 { + fill: #22d3eed9; +} + .fill-cyan-400\\/90 { fill: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfeff; } +.fill-cyan-50\\/15 { + fill: #ecfeff26; +} + .fill-cyan-50\\/20 { fill: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfeff4d; } +.fill-cyan-50\\/35 { + fill: #ecfeff59; +} + .fill-cyan-50\\/40 { fill: #ecfeff66; } +.fill-cyan-50\\/45 { + fill: #ecfeff73; +} + .fill-cyan-50\\/5 { fill: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfeff80; } +.fill-cyan-50\\/55 { + fill: #ecfeff8c; +} + .fill-cyan-50\\/60 { fill: #ecfeff99; } +.fill-cyan-50\\/65 { + fill: #ecfeffa6; +} + .fill-cyan-50\\/70 { fill: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfeffcc; } +.fill-cyan-50\\/85 { + fill: #ecfeffd9; +} + .fill-cyan-50\\/90 { fill: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #06b6d4; } +.fill-cyan-500\\/15 { + fill: #06b6d426; +} + .fill-cyan-500\\/20 { fill: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #06b6d44d; } +.fill-cyan-500\\/35 { + fill: #06b6d459; +} + .fill-cyan-500\\/40 { fill: #06b6d466; } +.fill-cyan-500\\/45 { + fill: #06b6d473; +} + .fill-cyan-500\\/5 { fill: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #06b6d480; } +.fill-cyan-500\\/55 { + fill: #06b6d48c; +} + .fill-cyan-500\\/60 { fill: #06b6d499; } +.fill-cyan-500\\/65 { + fill: #06b6d4a6; +} + .fill-cyan-500\\/70 { fill: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #06b6d4cc; } +.fill-cyan-500\\/85 { + fill: #06b6d4d9; +} + .fill-cyan-500\\/90 { fill: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0891b2; } +.fill-cyan-600\\/15 { + fill: #0891b226; +} + .fill-cyan-600\\/20 { fill: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0891b24d; } +.fill-cyan-600\\/35 { + fill: #0891b259; +} + .fill-cyan-600\\/40 { fill: #0891b266; } +.fill-cyan-600\\/45 { + fill: #0891b273; +} + .fill-cyan-600\\/5 { fill: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0891b280; } +.fill-cyan-600\\/55 { + fill: #0891b28c; +} + .fill-cyan-600\\/60 { fill: #0891b299; } +.fill-cyan-600\\/65 { + fill: #0891b2a6; +} + .fill-cyan-600\\/70 { fill: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0891b2cc; } +.fill-cyan-600\\/85 { + fill: #0891b2d9; +} + .fill-cyan-600\\/90 { fill: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0e7490; } +.fill-cyan-700\\/15 { + fill: #0e749026; +} + .fill-cyan-700\\/20 { fill: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0e74904d; } +.fill-cyan-700\\/35 { + fill: #0e749059; +} + .fill-cyan-700\\/40 { fill: #0e749066; } +.fill-cyan-700\\/45 { + fill: #0e749073; +} + .fill-cyan-700\\/5 { fill: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0e749080; } +.fill-cyan-700\\/55 { + fill: #0e74908c; +} + .fill-cyan-700\\/60 { fill: #0e749099; } +.fill-cyan-700\\/65 { + fill: #0e7490a6; +} + .fill-cyan-700\\/70 { fill: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0e7490cc; } +.fill-cyan-700\\/85 { + fill: #0e7490d9; +} + .fill-cyan-700\\/90 { fill: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #155e75; } +.fill-cyan-800\\/15 { + fill: #155e7526; +} + .fill-cyan-800\\/20 { fill: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #155e754d; } +.fill-cyan-800\\/35 { + fill: #155e7559; +} + .fill-cyan-800\\/40 { fill: #155e7566; } +.fill-cyan-800\\/45 { + fill: #155e7573; +} + .fill-cyan-800\\/5 { fill: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #155e7580; } +.fill-cyan-800\\/55 { + fill: #155e758c; +} + .fill-cyan-800\\/60 { fill: #155e7599; } +.fill-cyan-800\\/65 { + fill: #155e75a6; +} + .fill-cyan-800\\/70 { fill: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #155e75cc; } +.fill-cyan-800\\/85 { + fill: #155e75d9; +} + .fill-cyan-800\\/90 { fill: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #164e63; } +.fill-cyan-900\\/15 { + fill: #164e6326; +} + .fill-cyan-900\\/20 { fill: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #164e634d; } +.fill-cyan-900\\/35 { + fill: #164e6359; +} + .fill-cyan-900\\/40 { fill: #164e6366; } +.fill-cyan-900\\/45 { + fill: #164e6373; +} + .fill-cyan-900\\/5 { fill: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #164e6380; } +.fill-cyan-900\\/55 { + fill: #164e638c; +} + .fill-cyan-900\\/60 { fill: #164e6399; } +.fill-cyan-900\\/65 { + fill: #164e63a6; +} + .fill-cyan-900\\/70 { fill: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #164e63cc; } +.fill-cyan-900\\/85 { + fill: #164e63d9; +} + .fill-cyan-900\\/90 { fill: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #083344; } +.fill-cyan-950\\/15 { + fill: #08334426; +} + .fill-cyan-950\\/20 { fill: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0833444d; } +.fill-cyan-950\\/35 { + fill: #08334459; +} + .fill-cyan-950\\/40 { fill: #08334466; } +.fill-cyan-950\\/45 { + fill: #08334473; +} + .fill-cyan-950\\/5 { fill: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #08334480; } +.fill-cyan-950\\/55 { + fill: #0833448c; +} + .fill-cyan-950\\/60 { fill: #08334499; } +.fill-cyan-950\\/65 { + fill: #083344a6; +} + .fill-cyan-950\\/70 { fill: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #083344cc; } +.fill-cyan-950\\/85 { + fill: #083344d9; +} + .fill-cyan-950\\/90 { fill: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1fae5; } +.fill-emerald-100\\/15 { + fill: #d1fae526; +} + .fill-emerald-100\\/20 { fill: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1fae54d; } +.fill-emerald-100\\/35 { + fill: #d1fae559; +} + .fill-emerald-100\\/40 { fill: #d1fae566; } +.fill-emerald-100\\/45 { + fill: #d1fae573; +} + .fill-emerald-100\\/5 { fill: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1fae580; } +.fill-emerald-100\\/55 { + fill: #d1fae58c; +} + .fill-emerald-100\\/60 { fill: #d1fae599; } +.fill-emerald-100\\/65 { + fill: #d1fae5a6; +} + .fill-emerald-100\\/70 { fill: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1fae5cc; } +.fill-emerald-100\\/85 { + fill: #d1fae5d9; +} + .fill-emerald-100\\/90 { fill: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a7f3d0; } +.fill-emerald-200\\/15 { + fill: #a7f3d026; +} + .fill-emerald-200\\/20 { fill: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a7f3d04d; } +.fill-emerald-200\\/35 { + fill: #a7f3d059; +} + .fill-emerald-200\\/40 { fill: #a7f3d066; } +.fill-emerald-200\\/45 { + fill: #a7f3d073; +} + .fill-emerald-200\\/5 { fill: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a7f3d080; } +.fill-emerald-200\\/55 { + fill: #a7f3d08c; +} + .fill-emerald-200\\/60 { fill: #a7f3d099; } +.fill-emerald-200\\/65 { + fill: #a7f3d0a6; +} + .fill-emerald-200\\/70 { fill: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a7f3d0cc; } +.fill-emerald-200\\/85 { + fill: #a7f3d0d9; +} + .fill-emerald-200\\/90 { fill: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6ee7b7; } +.fill-emerald-300\\/15 { + fill: #6ee7b726; +} + .fill-emerald-300\\/20 { fill: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6ee7b74d; } +.fill-emerald-300\\/35 { + fill: #6ee7b759; +} + .fill-emerald-300\\/40 { fill: #6ee7b766; } +.fill-emerald-300\\/45 { + fill: #6ee7b773; +} + .fill-emerald-300\\/5 { fill: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6ee7b780; } +.fill-emerald-300\\/55 { + fill: #6ee7b78c; +} + .fill-emerald-300\\/60 { fill: #6ee7b799; } +.fill-emerald-300\\/65 { + fill: #6ee7b7a6; +} + .fill-emerald-300\\/70 { fill: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6ee7b7cc; } +.fill-emerald-300\\/85 { + fill: #6ee7b7d9; +} + .fill-emerald-300\\/90 { fill: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #34d399; } +.fill-emerald-400\\/15 { + fill: #34d39926; +} + .fill-emerald-400\\/20 { fill: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #34d3994d; } +.fill-emerald-400\\/35 { + fill: #34d39959; +} + .fill-emerald-400\\/40 { fill: #34d39966; } +.fill-emerald-400\\/45 { + fill: #34d39973; +} + .fill-emerald-400\\/5 { fill: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #34d39980; } +.fill-emerald-400\\/55 { + fill: #34d3998c; +} + .fill-emerald-400\\/60 { fill: #34d39999; } +.fill-emerald-400\\/65 { + fill: #34d399a6; +} + .fill-emerald-400\\/70 { fill: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #34d399cc; } +.fill-emerald-400\\/85 { + fill: #34d399d9; +} + .fill-emerald-400\\/90 { fill: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfdf5; } +.fill-emerald-50\\/15 { + fill: #ecfdf526; +} + .fill-emerald-50\\/20 { fill: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfdf54d; } +.fill-emerald-50\\/35 { + fill: #ecfdf559; +} + .fill-emerald-50\\/40 { fill: #ecfdf566; } +.fill-emerald-50\\/45 { + fill: #ecfdf573; +} + .fill-emerald-50\\/5 { fill: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfdf580; } +.fill-emerald-50\\/55 { + fill: #ecfdf58c; +} + .fill-emerald-50\\/60 { fill: #ecfdf599; } +.fill-emerald-50\\/65 { + fill: #ecfdf5a6; +} + .fill-emerald-50\\/70 { fill: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfdf5cc; } +.fill-emerald-50\\/85 { + fill: #ecfdf5d9; +} + .fill-emerald-50\\/90 { fill: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #10b981; } +.fill-emerald-500\\/15 { + fill: #10b98126; +} + .fill-emerald-500\\/20 { fill: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #10b9814d; } +.fill-emerald-500\\/35 { + fill: #10b98159; +} + .fill-emerald-500\\/40 { fill: #10b98166; } +.fill-emerald-500\\/45 { + fill: #10b98173; +} + .fill-emerald-500\\/5 { fill: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #10b98180; } +.fill-emerald-500\\/55 { + fill: #10b9818c; +} + .fill-emerald-500\\/60 { fill: #10b98199; } +.fill-emerald-500\\/65 { + fill: #10b981a6; +} + .fill-emerald-500\\/70 { fill: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #10b981cc; } +.fill-emerald-500\\/85 { + fill: #10b981d9; +} + .fill-emerald-500\\/90 { fill: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #059669; } +.fill-emerald-600\\/15 { + fill: #05966926; +} + .fill-emerald-600\\/20 { fill: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0596694d; } +.fill-emerald-600\\/35 { + fill: #05966959; +} + .fill-emerald-600\\/40 { fill: #05966966; } +.fill-emerald-600\\/45 { + fill: #05966973; +} + .fill-emerald-600\\/5 { fill: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #05966980; } +.fill-emerald-600\\/55 { + fill: #0596698c; +} + .fill-emerald-600\\/60 { fill: #05966999; } +.fill-emerald-600\\/65 { + fill: #059669a6; +} + .fill-emerald-600\\/70 { fill: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #059669cc; } +.fill-emerald-600\\/85 { + fill: #059669d9; +} + .fill-emerald-600\\/90 { fill: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #047857; } +.fill-emerald-700\\/15 { + fill: #04785726; +} + .fill-emerald-700\\/20 { fill: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0478574d; } +.fill-emerald-700\\/35 { + fill: #04785759; +} + .fill-emerald-700\\/40 { fill: #04785766; } +.fill-emerald-700\\/45 { + fill: #04785773; +} + .fill-emerald-700\\/5 { fill: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #04785780; } +.fill-emerald-700\\/55 { + fill: #0478578c; +} + .fill-emerald-700\\/60 { fill: #04785799; } +.fill-emerald-700\\/65 { + fill: #047857a6; +} + .fill-emerald-700\\/70 { fill: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #047857cc; } +.fill-emerald-700\\/85 { + fill: #047857d9; +} + .fill-emerald-700\\/90 { fill: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #065f46; } +.fill-emerald-800\\/15 { + fill: #065f4626; +} + .fill-emerald-800\\/20 { fill: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #065f464d; } +.fill-emerald-800\\/35 { + fill: #065f4659; +} + .fill-emerald-800\\/40 { fill: #065f4666; } +.fill-emerald-800\\/45 { + fill: #065f4673; +} + .fill-emerald-800\\/5 { fill: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #065f4680; } +.fill-emerald-800\\/55 { + fill: #065f468c; +} + .fill-emerald-800\\/60 { fill: #065f4699; } +.fill-emerald-800\\/65 { + fill: #065f46a6; +} + .fill-emerald-800\\/70 { fill: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #065f46cc; } +.fill-emerald-800\\/85 { + fill: #065f46d9; +} + .fill-emerald-800\\/90 { fill: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #064e3b; } +.fill-emerald-900\\/15 { + fill: #064e3b26; +} + .fill-emerald-900\\/20 { fill: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #064e3b4d; } +.fill-emerald-900\\/35 { + fill: #064e3b59; +} + .fill-emerald-900\\/40 { fill: #064e3b66; } +.fill-emerald-900\\/45 { + fill: #064e3b73; +} + .fill-emerald-900\\/5 { fill: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #064e3b80; } +.fill-emerald-900\\/55 { + fill: #064e3b8c; +} + .fill-emerald-900\\/60 { fill: #064e3b99; } +.fill-emerald-900\\/65 { + fill: #064e3ba6; +} + .fill-emerald-900\\/70 { fill: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #064e3bcc; } +.fill-emerald-900\\/85 { + fill: #064e3bd9; +} + .fill-emerald-900\\/90 { fill: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #022c22; } +.fill-emerald-950\\/15 { + fill: #022c2226; +} + .fill-emerald-950\\/20 { fill: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #022c224d; } +.fill-emerald-950\\/35 { + fill: #022c2259; +} + .fill-emerald-950\\/40 { fill: #022c2266; } +.fill-emerald-950\\/45 { + fill: #022c2273; +} + .fill-emerald-950\\/5 { fill: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #022c2280; } +.fill-emerald-950\\/55 { + fill: #022c228c; +} + .fill-emerald-950\\/60 { fill: #022c2299; } +.fill-emerald-950\\/65 { + fill: #022c22a6; +} + .fill-emerald-950\\/70 { fill: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #022c22cc; } +.fill-emerald-950\\/85 { + fill: #022c22d9; +} + .fill-emerald-950\\/90 { fill: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fae8ff; } +.fill-fuchsia-100\\/15 { + fill: #fae8ff26; +} + .fill-fuchsia-100\\/20 { fill: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fae8ff4d; } +.fill-fuchsia-100\\/35 { + fill: #fae8ff59; +} + .fill-fuchsia-100\\/40 { fill: #fae8ff66; } +.fill-fuchsia-100\\/45 { + fill: #fae8ff73; +} + .fill-fuchsia-100\\/5 { fill: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fae8ff80; } +.fill-fuchsia-100\\/55 { + fill: #fae8ff8c; +} + .fill-fuchsia-100\\/60 { fill: #fae8ff99; } +.fill-fuchsia-100\\/65 { + fill: #fae8ffa6; +} + .fill-fuchsia-100\\/70 { fill: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fae8ffcc; } +.fill-fuchsia-100\\/85 { + fill: #fae8ffd9; +} + .fill-fuchsia-100\\/90 { fill: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5d0fe; } +.fill-fuchsia-200\\/15 { + fill: #f5d0fe26; +} + .fill-fuchsia-200\\/20 { fill: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5d0fe4d; } +.fill-fuchsia-200\\/35 { + fill: #f5d0fe59; +} + .fill-fuchsia-200\\/40 { fill: #f5d0fe66; } +.fill-fuchsia-200\\/45 { + fill: #f5d0fe73; +} + .fill-fuchsia-200\\/5 { fill: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5d0fe80; } +.fill-fuchsia-200\\/55 { + fill: #f5d0fe8c; +} + .fill-fuchsia-200\\/60 { fill: #f5d0fe99; } +.fill-fuchsia-200\\/65 { + fill: #f5d0fea6; +} + .fill-fuchsia-200\\/70 { fill: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5d0fecc; } +.fill-fuchsia-200\\/85 { + fill: #f5d0fed9; +} + .fill-fuchsia-200\\/90 { fill: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0abfc; } +.fill-fuchsia-300\\/15 { + fill: #f0abfc26; +} + .fill-fuchsia-300\\/20 { fill: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0abfc4d; } +.fill-fuchsia-300\\/35 { + fill: #f0abfc59; +} + .fill-fuchsia-300\\/40 { fill: #f0abfc66; } +.fill-fuchsia-300\\/45 { + fill: #f0abfc73; +} + .fill-fuchsia-300\\/5 { fill: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0abfc80; } +.fill-fuchsia-300\\/55 { + fill: #f0abfc8c; +} + .fill-fuchsia-300\\/60 { fill: #f0abfc99; } +.fill-fuchsia-300\\/65 { + fill: #f0abfca6; +} + .fill-fuchsia-300\\/70 { fill: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0abfccc; } +.fill-fuchsia-300\\/85 { + fill: #f0abfcd9; +} + .fill-fuchsia-300\\/90 { fill: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e879f9; } +.fill-fuchsia-400\\/15 { + fill: #e879f926; +} + .fill-fuchsia-400\\/20 { fill: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e879f94d; } +.fill-fuchsia-400\\/35 { + fill: #e879f959; +} + .fill-fuchsia-400\\/40 { fill: #e879f966; } +.fill-fuchsia-400\\/45 { + fill: #e879f973; +} + .fill-fuchsia-400\\/5 { fill: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e879f980; } +.fill-fuchsia-400\\/55 { + fill: #e879f98c; +} + .fill-fuchsia-400\\/60 { fill: #e879f999; } +.fill-fuchsia-400\\/65 { + fill: #e879f9a6; +} + .fill-fuchsia-400\\/70 { fill: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e879f9cc; } +.fill-fuchsia-400\\/85 { + fill: #e879f9d9; +} + .fill-fuchsia-400\\/90 { fill: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf4ff; } +.fill-fuchsia-50\\/15 { + fill: #fdf4ff26; +} + .fill-fuchsia-50\\/20 { fill: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf4ff4d; } +.fill-fuchsia-50\\/35 { + fill: #fdf4ff59; +} + .fill-fuchsia-50\\/40 { fill: #fdf4ff66; } +.fill-fuchsia-50\\/45 { + fill: #fdf4ff73; +} + .fill-fuchsia-50\\/5 { fill: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf4ff80; } +.fill-fuchsia-50\\/55 { + fill: #fdf4ff8c; +} + .fill-fuchsia-50\\/60 { fill: #fdf4ff99; } +.fill-fuchsia-50\\/65 { + fill: #fdf4ffa6; +} + .fill-fuchsia-50\\/70 { fill: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf4ffcc; } +.fill-fuchsia-50\\/85 { + fill: #fdf4ffd9; +} + .fill-fuchsia-50\\/90 { fill: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d946ef; } +.fill-fuchsia-500\\/15 { + fill: #d946ef26; +} + .fill-fuchsia-500\\/20 { fill: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d946ef4d; } +.fill-fuchsia-500\\/35 { + fill: #d946ef59; +} + .fill-fuchsia-500\\/40 { fill: #d946ef66; } +.fill-fuchsia-500\\/45 { + fill: #d946ef73; +} + .fill-fuchsia-500\\/5 { fill: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d946ef80; } +.fill-fuchsia-500\\/55 { + fill: #d946ef8c; +} + .fill-fuchsia-500\\/60 { fill: #d946ef99; } +.fill-fuchsia-500\\/65 { + fill: #d946efa6; +} + .fill-fuchsia-500\\/70 { fill: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d946efcc; } +.fill-fuchsia-500\\/85 { + fill: #d946efd9; +} + .fill-fuchsia-500\\/90 { fill: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c026d3; } +.fill-fuchsia-600\\/15 { + fill: #c026d326; +} + .fill-fuchsia-600\\/20 { fill: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c026d34d; } +.fill-fuchsia-600\\/35 { + fill: #c026d359; +} + .fill-fuchsia-600\\/40 { fill: #c026d366; } +.fill-fuchsia-600\\/45 { + fill: #c026d373; +} + .fill-fuchsia-600\\/5 { fill: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c026d380; } +.fill-fuchsia-600\\/55 { + fill: #c026d38c; +} + .fill-fuchsia-600\\/60 { fill: #c026d399; } +.fill-fuchsia-600\\/65 { + fill: #c026d3a6; +} + .fill-fuchsia-600\\/70 { fill: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c026d3cc; } +.fill-fuchsia-600\\/85 { + fill: #c026d3d9; +} + .fill-fuchsia-600\\/90 { fill: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a21caf; } +.fill-fuchsia-700\\/15 { + fill: #a21caf26; +} + .fill-fuchsia-700\\/20 { fill: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a21caf4d; } +.fill-fuchsia-700\\/35 { + fill: #a21caf59; +} + .fill-fuchsia-700\\/40 { fill: #a21caf66; } +.fill-fuchsia-700\\/45 { + fill: #a21caf73; +} + .fill-fuchsia-700\\/5 { fill: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a21caf80; } +.fill-fuchsia-700\\/55 { + fill: #a21caf8c; +} + .fill-fuchsia-700\\/60 { fill: #a21caf99; } +.fill-fuchsia-700\\/65 { + fill: #a21cafa6; +} + .fill-fuchsia-700\\/70 { fill: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a21cafcc; } +.fill-fuchsia-700\\/85 { + fill: #a21cafd9; +} + .fill-fuchsia-700\\/90 { fill: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86198f; } +.fill-fuchsia-800\\/15 { + fill: #86198f26; +} + .fill-fuchsia-800\\/20 { fill: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86198f4d; } +.fill-fuchsia-800\\/35 { + fill: #86198f59; +} + .fill-fuchsia-800\\/40 { fill: #86198f66; } +.fill-fuchsia-800\\/45 { + fill: #86198f73; +} + .fill-fuchsia-800\\/5 { fill: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86198f80; } +.fill-fuchsia-800\\/55 { + fill: #86198f8c; +} + .fill-fuchsia-800\\/60 { fill: #86198f99; } +.fill-fuchsia-800\\/65 { + fill: #86198fa6; +} + .fill-fuchsia-800\\/70 { fill: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86198fcc; } +.fill-fuchsia-800\\/85 { + fill: #86198fd9; +} + .fill-fuchsia-800\\/90 { fill: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #701a75; } +.fill-fuchsia-900\\/15 { + fill: #701a7526; +} + .fill-fuchsia-900\\/20 { fill: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #701a754d; } +.fill-fuchsia-900\\/35 { + fill: #701a7559; +} + .fill-fuchsia-900\\/40 { fill: #701a7566; } +.fill-fuchsia-900\\/45 { + fill: #701a7573; +} + .fill-fuchsia-900\\/5 { fill: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #701a7580; } +.fill-fuchsia-900\\/55 { + fill: #701a758c; +} + .fill-fuchsia-900\\/60 { fill: #701a7599; } +.fill-fuchsia-900\\/65 { + fill: #701a75a6; +} + .fill-fuchsia-900\\/70 { fill: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #701a75cc; } +.fill-fuchsia-900\\/85 { + fill: #701a75d9; +} + .fill-fuchsia-900\\/90 { fill: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4a044e; } +.fill-fuchsia-950\\/15 { + fill: #4a044e26; +} + .fill-fuchsia-950\\/20 { fill: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4a044e4d; } +.fill-fuchsia-950\\/35 { + fill: #4a044e59; +} + .fill-fuchsia-950\\/40 { fill: #4a044e66; } +.fill-fuchsia-950\\/45 { + fill: #4a044e73; +} + .fill-fuchsia-950\\/5 { fill: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4a044e80; } +.fill-fuchsia-950\\/55 { + fill: #4a044e8c; +} + .fill-fuchsia-950\\/60 { fill: #4a044e99; } +.fill-fuchsia-950\\/65 { + fill: #4a044ea6; +} + .fill-fuchsia-950\\/70 { fill: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4a044ecc; } +.fill-fuchsia-950\\/85 { + fill: #4a044ed9; +} + .fill-fuchsia-950\\/90 { fill: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3f4f6; } +.fill-gray-100\\/15 { + fill: #f3f4f626; +} + .fill-gray-100\\/20 { fill: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3f4f64d; } +.fill-gray-100\\/35 { + fill: #f3f4f659; +} + .fill-gray-100\\/40 { fill: #f3f4f666; } +.fill-gray-100\\/45 { + fill: #f3f4f673; +} + .fill-gray-100\\/5 { fill: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3f4f680; } +.fill-gray-100\\/55 { + fill: #f3f4f68c; +} + .fill-gray-100\\/60 { fill: #f3f4f699; } +.fill-gray-100\\/65 { + fill: #f3f4f6a6; +} + .fill-gray-100\\/70 { fill: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3f4f6cc; } +.fill-gray-100\\/85 { + fill: #f3f4f6d9; +} + .fill-gray-100\\/90 { fill: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e7eb; } +.fill-gray-200\\/15 { + fill: #e5e7eb26; +} + .fill-gray-200\\/20 { fill: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e7eb4d; } +.fill-gray-200\\/35 { + fill: #e5e7eb59; +} + .fill-gray-200\\/40 { fill: #e5e7eb66; } +.fill-gray-200\\/45 { + fill: #e5e7eb73; +} + .fill-gray-200\\/5 { fill: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e7eb80; } +.fill-gray-200\\/55 { + fill: #e5e7eb8c; +} + .fill-gray-200\\/60 { fill: #e5e7eb99; } +.fill-gray-200\\/65 { + fill: #e5e7eba6; +} + .fill-gray-200\\/70 { fill: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e7ebcc; } +.fill-gray-200\\/85 { + fill: #e5e7ebd9; +} + .fill-gray-200\\/90 { fill: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1d5db; } +.fill-gray-300\\/15 { + fill: #d1d5db26; +} + .fill-gray-300\\/20 { fill: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1d5db4d; } +.fill-gray-300\\/35 { + fill: #d1d5db59; +} + .fill-gray-300\\/40 { fill: #d1d5db66; } +.fill-gray-300\\/45 { + fill: #d1d5db73; +} + .fill-gray-300\\/5 { fill: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1d5db80; } +.fill-gray-300\\/55 { + fill: #d1d5db8c; +} + .fill-gray-300\\/60 { fill: #d1d5db99; } +.fill-gray-300\\/65 { + fill: #d1d5dba6; +} + .fill-gray-300\\/70 { fill: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d1d5dbcc; } +.fill-gray-300\\/85 { + fill: #d1d5dbd9; +} + .fill-gray-300\\/90 { fill: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9ca3af; } +.fill-gray-400\\/15 { + fill: #9ca3af26; +} + .fill-gray-400\\/20 { fill: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9ca3af4d; } +.fill-gray-400\\/35 { + fill: #9ca3af59; +} + .fill-gray-400\\/40 { fill: #9ca3af66; } +.fill-gray-400\\/45 { + fill: #9ca3af73; +} + .fill-gray-400\\/5 { fill: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9ca3af80; } +.fill-gray-400\\/55 { + fill: #9ca3af8c; +} + .fill-gray-400\\/60 { fill: #9ca3af99; } +.fill-gray-400\\/65 { + fill: #9ca3afa6; +} + .fill-gray-400\\/70 { fill: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9ca3afcc; } +.fill-gray-400\\/85 { + fill: #9ca3afd9; +} + .fill-gray-400\\/90 { fill: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9fafb; } +.fill-gray-50\\/15 { + fill: #f9fafb26; +} + .fill-gray-50\\/20 { fill: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9fafb4d; } +.fill-gray-50\\/35 { + fill: #f9fafb59; +} + .fill-gray-50\\/40 { fill: #f9fafb66; } +.fill-gray-50\\/45 { + fill: #f9fafb73; +} + .fill-gray-50\\/5 { fill: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9fafb80; } +.fill-gray-50\\/55 { + fill: #f9fafb8c; +} + .fill-gray-50\\/60 { fill: #f9fafb99; } +.fill-gray-50\\/65 { + fill: #f9fafba6; +} + .fill-gray-50\\/70 { fill: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9fafbcc; } +.fill-gray-50\\/85 { + fill: #f9fafbd9; +} + .fill-gray-50\\/90 { fill: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b7280; } +.fill-gray-500\\/15 { + fill: #6b728026; +} + .fill-gray-500\\/20 { fill: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b72804d; } +.fill-gray-500\\/35 { + fill: #6b728059; +} + .fill-gray-500\\/40 { fill: #6b728066; } +.fill-gray-500\\/45 { + fill: #6b728073; +} + .fill-gray-500\\/5 { fill: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b728080; } +.fill-gray-500\\/55 { + fill: #6b72808c; +} + .fill-gray-500\\/60 { fill: #6b728099; } +.fill-gray-500\\/65 { + fill: #6b7280a6; +} + .fill-gray-500\\/70 { fill: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b7280cc; } +.fill-gray-500\\/85 { + fill: #6b7280d9; +} + .fill-gray-500\\/90 { fill: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4b5563; } +.fill-gray-600\\/15 { + fill: #4b556326; +} + .fill-gray-600\\/20 { fill: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4b55634d; } +.fill-gray-600\\/35 { + fill: #4b556359; +} + .fill-gray-600\\/40 { fill: #4b556366; } +.fill-gray-600\\/45 { + fill: #4b556373; +} + .fill-gray-600\\/5 { fill: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4b556380; } +.fill-gray-600\\/55 { + fill: #4b55638c; +} + .fill-gray-600\\/60 { fill: #4b556399; } +.fill-gray-600\\/65 { + fill: #4b5563a6; +} + .fill-gray-600\\/70 { fill: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4b5563cc; } +.fill-gray-600\\/85 { + fill: #4b5563d9; +} + .fill-gray-600\\/90 { fill: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #374151; } +.fill-gray-700\\/15 { + fill: #37415126; +} + .fill-gray-700\\/20 { fill: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3741514d; } +.fill-gray-700\\/35 { + fill: #37415159; +} + .fill-gray-700\\/40 { fill: #37415166; } +.fill-gray-700\\/45 { + fill: #37415173; +} + .fill-gray-700\\/5 { fill: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #37415180; } +.fill-gray-700\\/55 { + fill: #3741518c; +} + .fill-gray-700\\/60 { fill: #37415199; } +.fill-gray-700\\/65 { + fill: #374151a6; +} + .fill-gray-700\\/70 { fill: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #374151cc; } +.fill-gray-700\\/85 { + fill: #374151d9; +} + .fill-gray-700\\/90 { fill: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1f2937; } +.fill-gray-800\\/15 { + fill: #1f293726; +} + .fill-gray-800\\/20 { fill: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1f29374d; } +.fill-gray-800\\/35 { + fill: #1f293759; +} + .fill-gray-800\\/40 { fill: #1f293766; } +.fill-gray-800\\/45 { + fill: #1f293773; +} + .fill-gray-800\\/5 { fill: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1f293780; } +.fill-gray-800\\/55 { + fill: #1f29378c; +} + .fill-gray-800\\/60 { fill: #1f293799; } +.fill-gray-800\\/65 { + fill: #1f2937a6; +} + .fill-gray-800\\/70 { fill: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1f2937cc; } +.fill-gray-800\\/85 { + fill: #1f2937d9; +} + .fill-gray-800\\/90 { fill: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #111827; } +.fill-gray-900\\/15 { + fill: #11182726; +} + .fill-gray-900\\/20 { fill: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1118274d; } +.fill-gray-900\\/35 { + fill: #11182759; +} + .fill-gray-900\\/40 { fill: #11182766; } +.fill-gray-900\\/45 { + fill: #11182773; +} + .fill-gray-900\\/5 { fill: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #11182780; } +.fill-gray-900\\/55 { + fill: #1118278c; +} + .fill-gray-900\\/60 { fill: #11182799; } +.fill-gray-900\\/65 { + fill: #111827a6; +} + .fill-gray-900\\/70 { fill: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #111827cc; } +.fill-gray-900\\/85 { + fill: #111827d9; +} + .fill-gray-900\\/90 { fill: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #030712; } +.fill-gray-950\\/15 { + fill: #03071226; +} + .fill-gray-950\\/20 { fill: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0307124d; } +.fill-gray-950\\/35 { + fill: #03071259; +} + .fill-gray-950\\/40 { fill: #03071266; } +.fill-gray-950\\/45 { + fill: #03071273; +} + .fill-gray-950\\/5 { fill: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #03071280; } +.fill-gray-950\\/55 { + fill: #0307128c; +} + .fill-gray-950\\/60 { fill: #03071299; } +.fill-gray-950\\/65 { + fill: #030712a6; +} + .fill-gray-950\\/70 { fill: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #030712cc; } +.fill-gray-950\\/85 { + fill: #030712d9; +} + .fill-gray-950\\/90 { fill: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dcfce7; } +.fill-green-100\\/15 { + fill: #dcfce726; +} + .fill-green-100\\/20 { fill: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dcfce74d; } +.fill-green-100\\/35 { + fill: #dcfce759; +} + .fill-green-100\\/40 { fill: #dcfce766; } +.fill-green-100\\/45 { + fill: #dcfce773; +} + .fill-green-100\\/5 { fill: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dcfce780; } +.fill-green-100\\/55 { + fill: #dcfce78c; +} + .fill-green-100\\/60 { fill: #dcfce799; } +.fill-green-100\\/65 { + fill: #dcfce7a6; +} + .fill-green-100\\/70 { fill: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dcfce7cc; } +.fill-green-100\\/85 { + fill: #dcfce7d9; +} + .fill-green-100\\/90 { fill: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bbf7d0; } +.fill-green-200\\/15 { + fill: #bbf7d026; +} + .fill-green-200\\/20 { fill: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bbf7d04d; } +.fill-green-200\\/35 { + fill: #bbf7d059; +} + .fill-green-200\\/40 { fill: #bbf7d066; } +.fill-green-200\\/45 { + fill: #bbf7d073; +} + .fill-green-200\\/5 { fill: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bbf7d080; } +.fill-green-200\\/55 { + fill: #bbf7d08c; +} + .fill-green-200\\/60 { fill: #bbf7d099; } +.fill-green-200\\/65 { + fill: #bbf7d0a6; +} + .fill-green-200\\/70 { fill: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bbf7d0cc; } +.fill-green-200\\/85 { + fill: #bbf7d0d9; +} + .fill-green-200\\/90 { fill: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86efac; } +.fill-green-300\\/15 { + fill: #86efac26; +} + .fill-green-300\\/20 { fill: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86efac4d; } +.fill-green-300\\/35 { + fill: #86efac59; +} + .fill-green-300\\/40 { fill: #86efac66; } +.fill-green-300\\/45 { + fill: #86efac73; +} + .fill-green-300\\/5 { fill: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86efac80; } +.fill-green-300\\/55 { + fill: #86efac8c; +} + .fill-green-300\\/60 { fill: #86efac99; } +.fill-green-300\\/65 { + fill: #86efaca6; +} + .fill-green-300\\/70 { fill: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #86efaccc; } +.fill-green-300\\/85 { + fill: #86efacd9; +} + .fill-green-300\\/90 { fill: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4ade80; } +.fill-green-400\\/15 { + fill: #4ade8026; +} + .fill-green-400\\/20 { fill: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4ade804d; } +.fill-green-400\\/35 { + fill: #4ade8059; +} + .fill-green-400\\/40 { fill: #4ade8066; } +.fill-green-400\\/45 { + fill: #4ade8073; +} + .fill-green-400\\/5 { fill: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4ade8080; } +.fill-green-400\\/55 { + fill: #4ade808c; +} + .fill-green-400\\/60 { fill: #4ade8099; } +.fill-green-400\\/65 { + fill: #4ade80a6; +} + .fill-green-400\\/70 { fill: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4ade80cc; } +.fill-green-400\\/85 { + fill: #4ade80d9; +} + .fill-green-400\\/90 { fill: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdf4; } +.fill-green-50\\/15 { + fill: #f0fdf426; +} + .fill-green-50\\/20 { fill: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdf44d; } +.fill-green-50\\/35 { + fill: #f0fdf459; +} + .fill-green-50\\/40 { fill: #f0fdf466; } +.fill-green-50\\/45 { + fill: #f0fdf473; +} + .fill-green-50\\/5 { fill: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdf480; } +.fill-green-50\\/55 { + fill: #f0fdf48c; +} + .fill-green-50\\/60 { fill: #f0fdf499; } +.fill-green-50\\/65 { + fill: #f0fdf4a6; +} + .fill-green-50\\/70 { fill: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdf4cc; } +.fill-green-50\\/85 { + fill: #f0fdf4d9; +} + .fill-green-50\\/90 { fill: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22c55e; } +.fill-green-500\\/15 { + fill: #22c55e26; +} + .fill-green-500\\/20 { fill: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22c55e4d; } +.fill-green-500\\/35 { + fill: #22c55e59; +} + .fill-green-500\\/40 { fill: #22c55e66; } +.fill-green-500\\/45 { + fill: #22c55e73; +} + .fill-green-500\\/5 { fill: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22c55e80; } +.fill-green-500\\/55 { + fill: #22c55e8c; +} + .fill-green-500\\/60 { fill: #22c55e99; } +.fill-green-500\\/65 { + fill: #22c55ea6; +} + .fill-green-500\\/70 { fill: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #22c55ecc; } +.fill-green-500\\/85 { + fill: #22c55ed9; +} + .fill-green-500\\/90 { fill: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #16a34a; } +.fill-green-600\\/15 { + fill: #16a34a26; +} + .fill-green-600\\/20 { fill: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #16a34a4d; } +.fill-green-600\\/35 { + fill: #16a34a59; +} + .fill-green-600\\/40 { fill: #16a34a66; } +.fill-green-600\\/45 { + fill: #16a34a73; +} + .fill-green-600\\/5 { fill: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #16a34a80; } +.fill-green-600\\/55 { + fill: #16a34a8c; +} + .fill-green-600\\/60 { fill: #16a34a99; } +.fill-green-600\\/65 { + fill: #16a34aa6; +} + .fill-green-600\\/70 { fill: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #16a34acc; } +.fill-green-600\\/85 { + fill: #16a34ad9; +} + .fill-green-600\\/90 { fill: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #15803d; } +.fill-green-700\\/15 { + fill: #15803d26; +} + .fill-green-700\\/20 { fill: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #15803d4d; } +.fill-green-700\\/35 { + fill: #15803d59; +} + .fill-green-700\\/40 { fill: #15803d66; } +.fill-green-700\\/45 { + fill: #15803d73; +} + .fill-green-700\\/5 { fill: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #15803d80; } +.fill-green-700\\/55 { + fill: #15803d8c; +} + .fill-green-700\\/60 { fill: #15803d99; } +.fill-green-700\\/65 { + fill: #15803da6; +} + .fill-green-700\\/70 { fill: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #15803dcc; } +.fill-green-700\\/85 { + fill: #15803dd9; +} + .fill-green-700\\/90 { fill: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #166534; } +.fill-green-800\\/15 { + fill: #16653426; +} + .fill-green-800\\/20 { fill: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1665344d; } +.fill-green-800\\/35 { + fill: #16653459; +} + .fill-green-800\\/40 { fill: #16653466; } +.fill-green-800\\/45 { + fill: #16653473; +} + .fill-green-800\\/5 { fill: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #16653480; } +.fill-green-800\\/55 { + fill: #1665348c; +} + .fill-green-800\\/60 { fill: #16653499; } +.fill-green-800\\/65 { + fill: #166534a6; +} + .fill-green-800\\/70 { fill: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #166534cc; } +.fill-green-800\\/85 { + fill: #166534d9; +} + .fill-green-800\\/90 { fill: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14532d; } +.fill-green-900\\/15 { + fill: #14532d26; +} + .fill-green-900\\/20 { fill: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14532d4d; } +.fill-green-900\\/35 { + fill: #14532d59; +} + .fill-green-900\\/40 { fill: #14532d66; } +.fill-green-900\\/45 { + fill: #14532d73; +} + .fill-green-900\\/5 { fill: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14532d80; } +.fill-green-900\\/55 { + fill: #14532d8c; +} + .fill-green-900\\/60 { fill: #14532d99; } +.fill-green-900\\/65 { + fill: #14532da6; +} + .fill-green-900\\/70 { fill: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14532dcc; } +.fill-green-900\\/85 { + fill: #14532dd9; +} + .fill-green-900\\/90 { fill: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #052e16; } +.fill-green-950\\/15 { + fill: #052e1626; +} + .fill-green-950\\/20 { fill: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #052e164d; } +.fill-green-950\\/35 { + fill: #052e1659; +} + .fill-green-950\\/40 { fill: #052e1666; } +.fill-green-950\\/45 { + fill: #052e1673; +} + .fill-green-950\\/5 { fill: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #052e1680; } +.fill-green-950\\/55 { + fill: #052e168c; +} + .fill-green-950\\/60 { fill: #052e1699; } +.fill-green-950\\/65 { + fill: #052e16a6; +} + .fill-green-950\\/70 { fill: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #052e16cc; } +.fill-green-950\\/85 { + fill: #052e16d9; +} + .fill-green-950\\/90 { fill: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0e7ff; } +.fill-indigo-100\\/15 { + fill: #e0e7ff26; +} + .fill-indigo-100\\/20 { fill: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0e7ff4d; } +.fill-indigo-100\\/35 { + fill: #e0e7ff59; +} + .fill-indigo-100\\/40 { fill: #e0e7ff66; } +.fill-indigo-100\\/45 { + fill: #e0e7ff73; +} + .fill-indigo-100\\/5 { fill: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0e7ff80; } +.fill-indigo-100\\/55 { + fill: #e0e7ff8c; +} + .fill-indigo-100\\/60 { fill: #e0e7ff99; } +.fill-indigo-100\\/65 { + fill: #e0e7ffa6; +} + .fill-indigo-100\\/70 { fill: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0e7ffcc; } +.fill-indigo-100\\/85 { + fill: #e0e7ffd9; +} + .fill-indigo-100\\/90 { fill: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c7d2fe; } +.fill-indigo-200\\/15 { + fill: #c7d2fe26; +} + .fill-indigo-200\\/20 { fill: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c7d2fe4d; } +.fill-indigo-200\\/35 { + fill: #c7d2fe59; +} + .fill-indigo-200\\/40 { fill: #c7d2fe66; } +.fill-indigo-200\\/45 { + fill: #c7d2fe73; +} + .fill-indigo-200\\/5 { fill: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c7d2fe80; } +.fill-indigo-200\\/55 { + fill: #c7d2fe8c; +} + .fill-indigo-200\\/60 { fill: #c7d2fe99; } +.fill-indigo-200\\/65 { + fill: #c7d2fea6; +} + .fill-indigo-200\\/70 { fill: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c7d2fecc; } +.fill-indigo-200\\/85 { + fill: #c7d2fed9; +} + .fill-indigo-200\\/90 { fill: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5b4fc; } +.fill-indigo-300\\/15 { + fill: #a5b4fc26; +} + .fill-indigo-300\\/20 { fill: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5b4fc4d; } +.fill-indigo-300\\/35 { + fill: #a5b4fc59; +} + .fill-indigo-300\\/40 { fill: #a5b4fc66; } +.fill-indigo-300\\/45 { + fill: #a5b4fc73; +} + .fill-indigo-300\\/5 { fill: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5b4fc80; } +.fill-indigo-300\\/55 { + fill: #a5b4fc8c; +} + .fill-indigo-300\\/60 { fill: #a5b4fc99; } +.fill-indigo-300\\/65 { + fill: #a5b4fca6; +} + .fill-indigo-300\\/70 { fill: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a5b4fccc; } +.fill-indigo-300\\/85 { + fill: #a5b4fcd9; +} + .fill-indigo-300\\/90 { fill: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #818cf8; } +.fill-indigo-400\\/15 { + fill: #818cf826; +} + .fill-indigo-400\\/20 { fill: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #818cf84d; } +.fill-indigo-400\\/35 { + fill: #818cf859; +} + .fill-indigo-400\\/40 { fill: #818cf866; } +.fill-indigo-400\\/45 { + fill: #818cf873; +} + .fill-indigo-400\\/5 { fill: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #818cf880; } +.fill-indigo-400\\/55 { + fill: #818cf88c; +} + .fill-indigo-400\\/60 { fill: #818cf899; } +.fill-indigo-400\\/65 { + fill: #818cf8a6; +} + .fill-indigo-400\\/70 { fill: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #818cf8cc; } +.fill-indigo-400\\/85 { + fill: #818cf8d9; +} + .fill-indigo-400\\/90 { fill: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eef2ff; } +.fill-indigo-50\\/15 { + fill: #eef2ff26; +} + .fill-indigo-50\\/20 { fill: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eef2ff4d; } +.fill-indigo-50\\/35 { + fill: #eef2ff59; +} + .fill-indigo-50\\/40 { fill: #eef2ff66; } +.fill-indigo-50\\/45 { + fill: #eef2ff73; +} + .fill-indigo-50\\/5 { fill: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eef2ff80; } +.fill-indigo-50\\/55 { + fill: #eef2ff8c; +} + .fill-indigo-50\\/60 { fill: #eef2ff99; } +.fill-indigo-50\\/65 { + fill: #eef2ffa6; +} + .fill-indigo-50\\/70 { fill: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eef2ffcc; } +.fill-indigo-50\\/85 { + fill: #eef2ffd9; +} + .fill-indigo-50\\/90 { fill: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6366f1; } +.fill-indigo-500\\/15 { + fill: #6366f126; +} + .fill-indigo-500\\/20 { fill: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6366f14d; } +.fill-indigo-500\\/35 { + fill: #6366f159; +} + .fill-indigo-500\\/40 { fill: #6366f166; } +.fill-indigo-500\\/45 { + fill: #6366f173; +} + .fill-indigo-500\\/5 { fill: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6366f180; } +.fill-indigo-500\\/55 { + fill: #6366f18c; +} + .fill-indigo-500\\/60 { fill: #6366f199; } +.fill-indigo-500\\/65 { + fill: #6366f1a6; +} + .fill-indigo-500\\/70 { fill: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6366f1cc; } +.fill-indigo-500\\/85 { + fill: #6366f1d9; +} + .fill-indigo-500\\/90 { fill: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4f46e5; } +.fill-indigo-600\\/15 { + fill: #4f46e526; +} + .fill-indigo-600\\/20 { fill: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4f46e54d; } +.fill-indigo-600\\/35 { + fill: #4f46e559; +} + .fill-indigo-600\\/40 { fill: #4f46e566; } +.fill-indigo-600\\/45 { + fill: #4f46e573; +} + .fill-indigo-600\\/5 { fill: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4f46e580; } +.fill-indigo-600\\/55 { + fill: #4f46e58c; +} + .fill-indigo-600\\/60 { fill: #4f46e599; } +.fill-indigo-600\\/65 { + fill: #4f46e5a6; +} + .fill-indigo-600\\/70 { fill: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4f46e5cc; } +.fill-indigo-600\\/85 { + fill: #4f46e5d9; +} + .fill-indigo-600\\/90 { fill: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4338ca; } +.fill-indigo-700\\/15 { + fill: #4338ca26; +} + .fill-indigo-700\\/20 { fill: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4338ca4d; } +.fill-indigo-700\\/35 { + fill: #4338ca59; +} + .fill-indigo-700\\/40 { fill: #4338ca66; } +.fill-indigo-700\\/45 { + fill: #4338ca73; +} + .fill-indigo-700\\/5 { fill: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4338ca80; } +.fill-indigo-700\\/55 { + fill: #4338ca8c; +} + .fill-indigo-700\\/60 { fill: #4338ca99; } +.fill-indigo-700\\/65 { + fill: #4338caa6; +} + .fill-indigo-700\\/70 { fill: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4338cacc; } +.fill-indigo-700\\/85 { + fill: #4338cad9; +} + .fill-indigo-700\\/90 { fill: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3730a3; } +.fill-indigo-800\\/15 { + fill: #3730a326; +} + .fill-indigo-800\\/20 { fill: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3730a34d; } +.fill-indigo-800\\/35 { + fill: #3730a359; +} + .fill-indigo-800\\/40 { fill: #3730a366; } +.fill-indigo-800\\/45 { + fill: #3730a373; +} + .fill-indigo-800\\/5 { fill: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3730a380; } +.fill-indigo-800\\/55 { + fill: #3730a38c; +} + .fill-indigo-800\\/60 { fill: #3730a399; } +.fill-indigo-800\\/65 { + fill: #3730a3a6; +} + .fill-indigo-800\\/70 { fill: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3730a3cc; } +.fill-indigo-800\\/85 { + fill: #3730a3d9; +} + .fill-indigo-800\\/90 { fill: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #312e81; } +.fill-indigo-900\\/15 { + fill: #312e8126; +} + .fill-indigo-900\\/20 { fill: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #312e814d; } +.fill-indigo-900\\/35 { + fill: #312e8159; +} + .fill-indigo-900\\/40 { fill: #312e8166; } +.fill-indigo-900\\/45 { + fill: #312e8173; +} + .fill-indigo-900\\/5 { fill: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #312e8180; } +.fill-indigo-900\\/55 { + fill: #312e818c; +} + .fill-indigo-900\\/60 { fill: #312e8199; } +.fill-indigo-900\\/65 { + fill: #312e81a6; +} + .fill-indigo-900\\/70 { fill: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #312e81cc; } +.fill-indigo-900\\/85 { + fill: #312e81d9; +} + .fill-indigo-900\\/90 { fill: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e1b4b; } +.fill-indigo-950\\/15 { + fill: #1e1b4b26; +} + .fill-indigo-950\\/20 { fill: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e1b4b4d; } +.fill-indigo-950\\/35 { + fill: #1e1b4b59; +} + .fill-indigo-950\\/40 { fill: #1e1b4b66; } +.fill-indigo-950\\/45 { + fill: #1e1b4b73; +} + .fill-indigo-950\\/5 { fill: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e1b4b80; } +.fill-indigo-950\\/55 { + fill: #1e1b4b8c; +} + .fill-indigo-950\\/60 { fill: #1e1b4b99; } +.fill-indigo-950\\/65 { + fill: #1e1b4ba6; +} + .fill-indigo-950\\/70 { fill: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e1b4bcc; } +.fill-indigo-950\\/85 { + fill: #1e1b4bd9; +} + .fill-indigo-950\\/90 { fill: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfccb; } +.fill-lime-100\\/15 { + fill: #ecfccb26; +} + .fill-lime-100\\/20 { fill: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfccb4d; } +.fill-lime-100\\/35 { + fill: #ecfccb59; +} + .fill-lime-100\\/40 { fill: #ecfccb66; } +.fill-lime-100\\/45 { + fill: #ecfccb73; +} + .fill-lime-100\\/5 { fill: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfccb80; } +.fill-lime-100\\/55 { + fill: #ecfccb8c; +} + .fill-lime-100\\/60 { fill: #ecfccb99; } +.fill-lime-100\\/65 { + fill: #ecfccba6; +} + .fill-lime-100\\/70 { fill: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ecfccbcc; } +.fill-lime-100\\/85 { + fill: #ecfccbd9; +} + .fill-lime-100\\/90 { fill: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d9f99d; } +.fill-lime-200\\/15 { + fill: #d9f99d26; +} + .fill-lime-200\\/20 { fill: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d9f99d4d; } +.fill-lime-200\\/35 { + fill: #d9f99d59; +} + .fill-lime-200\\/40 { fill: #d9f99d66; } +.fill-lime-200\\/45 { + fill: #d9f99d73; +} + .fill-lime-200\\/5 { fill: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d9f99d80; } +.fill-lime-200\\/55 { + fill: #d9f99d8c; +} + .fill-lime-200\\/60 { fill: #d9f99d99; } +.fill-lime-200\\/65 { + fill: #d9f99da6; +} + .fill-lime-200\\/70 { fill: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d9f99dcc; } +.fill-lime-200\\/85 { + fill: #d9f99dd9; +} + .fill-lime-200\\/90 { fill: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bef264; } +.fill-lime-300\\/15 { + fill: #bef26426; +} + .fill-lime-300\\/20 { fill: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bef2644d; } +.fill-lime-300\\/35 { + fill: #bef26459; +} + .fill-lime-300\\/40 { fill: #bef26466; } +.fill-lime-300\\/45 { + fill: #bef26473; +} + .fill-lime-300\\/5 { fill: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bef26480; } +.fill-lime-300\\/55 { + fill: #bef2648c; +} + .fill-lime-300\\/60 { fill: #bef26499; } +.fill-lime-300\\/65 { + fill: #bef264a6; +} + .fill-lime-300\\/70 { fill: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bef264cc; } +.fill-lime-300\\/85 { + fill: #bef264d9; +} + .fill-lime-300\\/90 { fill: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3e635; } +.fill-lime-400\\/15 { + fill: #a3e63526; +} + .fill-lime-400\\/20 { fill: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3e6354d; } +.fill-lime-400\\/35 { + fill: #a3e63559; +} + .fill-lime-400\\/40 { fill: #a3e63566; } +.fill-lime-400\\/45 { + fill: #a3e63573; +} + .fill-lime-400\\/5 { fill: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3e63580; } +.fill-lime-400\\/55 { + fill: #a3e6358c; +} + .fill-lime-400\\/60 { fill: #a3e63599; } +.fill-lime-400\\/65 { + fill: #a3e635a6; +} + .fill-lime-400\\/70 { fill: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3e635cc; } +.fill-lime-400\\/85 { + fill: #a3e635d9; +} + .fill-lime-400\\/90 { fill: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f7fee7; } +.fill-lime-50\\/15 { + fill: #f7fee726; +} + .fill-lime-50\\/20 { fill: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f7fee74d; } +.fill-lime-50\\/35 { + fill: #f7fee759; +} + .fill-lime-50\\/40 { fill: #f7fee766; } +.fill-lime-50\\/45 { + fill: #f7fee773; +} + .fill-lime-50\\/5 { fill: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f7fee780; } +.fill-lime-50\\/55 { + fill: #f7fee78c; +} + .fill-lime-50\\/60 { fill: #f7fee799; } +.fill-lime-50\\/65 { + fill: #f7fee7a6; +} + .fill-lime-50\\/70 { fill: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f7fee7cc; } +.fill-lime-50\\/85 { + fill: #f7fee7d9; +} + .fill-lime-50\\/90 { fill: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #84cc16; } +.fill-lime-500\\/15 { + fill: #84cc1626; +} + .fill-lime-500\\/20 { fill: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #84cc164d; } +.fill-lime-500\\/35 { + fill: #84cc1659; +} + .fill-lime-500\\/40 { fill: #84cc1666; } +.fill-lime-500\\/45 { + fill: #84cc1673; +} + .fill-lime-500\\/5 { fill: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #84cc1680; } +.fill-lime-500\\/55 { + fill: #84cc168c; +} + .fill-lime-500\\/60 { fill: #84cc1699; } +.fill-lime-500\\/65 { + fill: #84cc16a6; +} + .fill-lime-500\\/70 { fill: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #84cc16cc; } +.fill-lime-500\\/85 { + fill: #84cc16d9; +} + .fill-lime-500\\/90 { fill: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #65a30d; } +.fill-lime-600\\/15 { + fill: #65a30d26; +} + .fill-lime-600\\/20 { fill: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #65a30d4d; } +.fill-lime-600\\/35 { + fill: #65a30d59; +} + .fill-lime-600\\/40 { fill: #65a30d66; } +.fill-lime-600\\/45 { + fill: #65a30d73; +} + .fill-lime-600\\/5 { fill: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #65a30d80; } +.fill-lime-600\\/55 { + fill: #65a30d8c; +} + .fill-lime-600\\/60 { fill: #65a30d99; } +.fill-lime-600\\/65 { + fill: #65a30da6; +} + .fill-lime-600\\/70 { fill: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #65a30dcc; } +.fill-lime-600\\/85 { + fill: #65a30dd9; +} + .fill-lime-600\\/90 { fill: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4d7c0f; } +.fill-lime-700\\/15 { + fill: #4d7c0f26; +} + .fill-lime-700\\/20 { fill: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4d7c0f4d; } +.fill-lime-700\\/35 { + fill: #4d7c0f59; +} + .fill-lime-700\\/40 { fill: #4d7c0f66; } +.fill-lime-700\\/45 { + fill: #4d7c0f73; +} + .fill-lime-700\\/5 { fill: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4d7c0f80; } +.fill-lime-700\\/55 { + fill: #4d7c0f8c; +} + .fill-lime-700\\/60 { fill: #4d7c0f99; } +.fill-lime-700\\/65 { + fill: #4d7c0fa6; +} + .fill-lime-700\\/70 { fill: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4d7c0fcc; } +.fill-lime-700\\/85 { + fill: #4d7c0fd9; +} + .fill-lime-700\\/90 { fill: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f6212; } +.fill-lime-800\\/15 { + fill: #3f621226; +} + .fill-lime-800\\/20 { fill: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f62124d; } +.fill-lime-800\\/35 { + fill: #3f621259; +} + .fill-lime-800\\/40 { fill: #3f621266; } +.fill-lime-800\\/45 { + fill: #3f621273; +} + .fill-lime-800\\/5 { fill: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f621280; } +.fill-lime-800\\/55 { + fill: #3f62128c; +} + .fill-lime-800\\/60 { fill: #3f621299; } +.fill-lime-800\\/65 { + fill: #3f6212a6; +} + .fill-lime-800\\/70 { fill: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f6212cc; } +.fill-lime-800\\/85 { + fill: #3f6212d9; +} + .fill-lime-800\\/90 { fill: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #365314; } +.fill-lime-900\\/15 { + fill: #36531426; +} + .fill-lime-900\\/20 { fill: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3653144d; } +.fill-lime-900\\/35 { + fill: #36531459; +} + .fill-lime-900\\/40 { fill: #36531466; } +.fill-lime-900\\/45 { + fill: #36531473; +} + .fill-lime-900\\/5 { fill: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #36531480; } +.fill-lime-900\\/55 { + fill: #3653148c; +} + .fill-lime-900\\/60 { fill: #36531499; } +.fill-lime-900\\/65 { + fill: #365314a6; +} + .fill-lime-900\\/70 { fill: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #365314cc; } +.fill-lime-900\\/85 { + fill: #365314d9; +} + .fill-lime-900\\/90 { fill: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1a2e05; } +.fill-lime-950\\/15 { + fill: #1a2e0526; +} + .fill-lime-950\\/20 { fill: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1a2e054d; } +.fill-lime-950\\/35 { + fill: #1a2e0559; +} + .fill-lime-950\\/40 { fill: #1a2e0566; } +.fill-lime-950\\/45 { + fill: #1a2e0573; +} + .fill-lime-950\\/5 { fill: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1a2e0580; } +.fill-lime-950\\/55 { + fill: #1a2e058c; +} + .fill-lime-950\\/60 { fill: #1a2e0599; } +.fill-lime-950\\/65 { + fill: #1a2e05a6; +} + .fill-lime-950\\/70 { fill: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1a2e05cc; } +.fill-lime-950\\/85 { + fill: #1a2e05d9; +} + .fill-lime-950\\/90 { fill: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f5; } +.fill-neutral-100\\/15 { + fill: #f5f5f526; +} + .fill-neutral-100\\/20 { fill: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f54d; } +.fill-neutral-100\\/35 { + fill: #f5f5f559; +} + .fill-neutral-100\\/40 { fill: #f5f5f566; } +.fill-neutral-100\\/45 { + fill: #f5f5f573; +} + .fill-neutral-100\\/5 { fill: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f580; } +.fill-neutral-100\\/55 { + fill: #f5f5f58c; +} + .fill-neutral-100\\/60 { fill: #f5f5f599; } +.fill-neutral-100\\/65 { + fill: #f5f5f5a6; +} + .fill-neutral-100\\/70 { fill: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f5cc; } +.fill-neutral-100\\/85 { + fill: #f5f5f5d9; +} + .fill-neutral-100\\/90 { fill: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e5e5; } +.fill-neutral-200\\/15 { + fill: #e5e5e526; +} + .fill-neutral-200\\/20 { fill: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e5e54d; } +.fill-neutral-200\\/35 { + fill: #e5e5e559; +} + .fill-neutral-200\\/40 { fill: #e5e5e566; } +.fill-neutral-200\\/45 { + fill: #e5e5e573; +} + .fill-neutral-200\\/5 { fill: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e5e580; } +.fill-neutral-200\\/55 { + fill: #e5e5e58c; +} + .fill-neutral-200\\/60 { fill: #e5e5e599; } +.fill-neutral-200\\/65 { + fill: #e5e5e5a6; +} + .fill-neutral-200\\/70 { fill: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e5e5e5cc; } +.fill-neutral-200\\/85 { + fill: #e5e5e5d9; +} + .fill-neutral-200\\/90 { fill: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d4; } +.fill-neutral-300\\/15 { + fill: #d4d4d426; +} + .fill-neutral-300\\/20 { fill: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d44d; } +.fill-neutral-300\\/35 { + fill: #d4d4d459; +} + .fill-neutral-300\\/40 { fill: #d4d4d466; } +.fill-neutral-300\\/45 { + fill: #d4d4d473; +} + .fill-neutral-300\\/5 { fill: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d480; } +.fill-neutral-300\\/55 { + fill: #d4d4d48c; +} + .fill-neutral-300\\/60 { fill: #d4d4d499; } +.fill-neutral-300\\/65 { + fill: #d4d4d4a6; +} + .fill-neutral-300\\/70 { fill: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d4cc; } +.fill-neutral-300\\/85 { + fill: #d4d4d4d9; +} + .fill-neutral-300\\/90 { fill: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3a3a3; } +.fill-neutral-400\\/15 { + fill: #a3a3a326; +} + .fill-neutral-400\\/20 { fill: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3a3a34d; } +.fill-neutral-400\\/35 { + fill: #a3a3a359; +} + .fill-neutral-400\\/40 { fill: #a3a3a366; } +.fill-neutral-400\\/45 { + fill: #a3a3a373; +} + .fill-neutral-400\\/5 { fill: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3a3a380; } +.fill-neutral-400\\/55 { + fill: #a3a3a38c; +} + .fill-neutral-400\\/60 { fill: #a3a3a399; } +.fill-neutral-400\\/65 { + fill: #a3a3a3a6; +} + .fill-neutral-400\\/70 { fill: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a3a3a3cc; } +.fill-neutral-400\\/85 { + fill: #a3a3a3d9; +} + .fill-neutral-400\\/90 { fill: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafa; } +.fill-neutral-50\\/15 { + fill: #fafafa26; +} + .fill-neutral-50\\/20 { fill: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafa4d; } +.fill-neutral-50\\/35 { + fill: #fafafa59; +} + .fill-neutral-50\\/40 { fill: #fafafa66; } +.fill-neutral-50\\/45 { + fill: #fafafa73; +} + .fill-neutral-50\\/5 { fill: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafa80; } +.fill-neutral-50\\/55 { + fill: #fafafa8c; +} + .fill-neutral-50\\/60 { fill: #fafafa99; } +.fill-neutral-50\\/65 { + fill: #fafafaa6; +} + .fill-neutral-50\\/70 { fill: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafacc; } +.fill-neutral-50\\/85 { + fill: #fafafad9; +} + .fill-neutral-50\\/90 { fill: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #737373; } +.fill-neutral-500\\/15 { + fill: #73737326; +} + .fill-neutral-500\\/20 { fill: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7373734d; } +.fill-neutral-500\\/35 { + fill: #73737359; +} + .fill-neutral-500\\/40 { fill: #73737366; } +.fill-neutral-500\\/45 { + fill: #73737373; +} + .fill-neutral-500\\/5 { fill: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #73737380; } +.fill-neutral-500\\/55 { + fill: #7373738c; +} + .fill-neutral-500\\/60 { fill: #73737399; } +.fill-neutral-500\\/65 { + fill: #737373a6; +} + .fill-neutral-500\\/70 { fill: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #737373cc; } +.fill-neutral-500\\/85 { + fill: #737373d9; +} + .fill-neutral-500\\/90 { fill: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #525252; } +.fill-neutral-600\\/15 { + fill: #52525226; +} + .fill-neutral-600\\/20 { fill: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5252524d; } +.fill-neutral-600\\/35 { + fill: #52525259; +} + .fill-neutral-600\\/40 { fill: #52525266; } +.fill-neutral-600\\/45 { + fill: #52525273; +} + .fill-neutral-600\\/5 { fill: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #52525280; } +.fill-neutral-600\\/55 { + fill: #5252528c; +} + .fill-neutral-600\\/60 { fill: #52525299; } +.fill-neutral-600\\/65 { + fill: #525252a6; +} + .fill-neutral-600\\/70 { fill: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #525252cc; } +.fill-neutral-600\\/85 { + fill: #525252d9; +} + .fill-neutral-600\\/90 { fill: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #404040; } +.fill-neutral-700\\/15 { + fill: #40404026; +} + .fill-neutral-700\\/20 { fill: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4040404d; } +.fill-neutral-700\\/35 { + fill: #40404059; +} + .fill-neutral-700\\/40 { fill: #40404066; } +.fill-neutral-700\\/45 { + fill: #40404073; +} + .fill-neutral-700\\/5 { fill: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #40404080; } +.fill-neutral-700\\/55 { + fill: #4040408c; +} + .fill-neutral-700\\/60 { fill: #40404099; } +.fill-neutral-700\\/65 { + fill: #404040a6; +} + .fill-neutral-700\\/70 { fill: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #404040cc; } +.fill-neutral-700\\/85 { + fill: #404040d9; +} + .fill-neutral-700\\/90 { fill: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #262626; } +.fill-neutral-800\\/15 { + fill: #26262626; +} + .fill-neutral-800\\/20 { fill: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2626264d; } +.fill-neutral-800\\/35 { + fill: #26262659; +} + .fill-neutral-800\\/40 { fill: #26262666; } +.fill-neutral-800\\/45 { + fill: #26262673; +} + .fill-neutral-800\\/5 { fill: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #26262680; } +.fill-neutral-800\\/55 { + fill: #2626268c; +} + .fill-neutral-800\\/60 { fill: #26262699; } +.fill-neutral-800\\/65 { + fill: #262626a6; +} + .fill-neutral-800\\/70 { fill: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #262626cc; } +.fill-neutral-800\\/85 { + fill: #262626d9; +} + .fill-neutral-800\\/90 { fill: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #171717; } +.fill-neutral-900\\/15 { + fill: #17171726; +} + .fill-neutral-900\\/20 { fill: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1717174d; } +.fill-neutral-900\\/35 { + fill: #17171759; +} + .fill-neutral-900\\/40 { fill: #17171766; } +.fill-neutral-900\\/45 { + fill: #17171773; +} + .fill-neutral-900\\/5 { fill: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #17171780; } +.fill-neutral-900\\/55 { + fill: #1717178c; +} + .fill-neutral-900\\/60 { fill: #17171799; } +.fill-neutral-900\\/65 { + fill: #171717a6; +} + .fill-neutral-900\\/70 { fill: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #171717cc; } +.fill-neutral-900\\/85 { + fill: #171717d9; +} + .fill-neutral-900\\/90 { fill: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0a0a0a; } +.fill-neutral-950\\/15 { + fill: #0a0a0a26; +} + .fill-neutral-950\\/20 { fill: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0a0a0a4d; } +.fill-neutral-950\\/35 { + fill: #0a0a0a59; +} + .fill-neutral-950\\/40 { fill: #0a0a0a66; } +.fill-neutral-950\\/45 { + fill: #0a0a0a73; +} + .fill-neutral-950\\/5 { fill: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0a0a0a80; } +.fill-neutral-950\\/55 { + fill: #0a0a0a8c; +} + .fill-neutral-950\\/60 { fill: #0a0a0a99; } +.fill-neutral-950\\/65 { + fill: #0a0a0aa6; +} + .fill-neutral-950\\/70 { fill: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0a0a0acc; } +.fill-neutral-950\\/85 { + fill: #0a0a0ad9; +} + .fill-neutral-950\\/90 { fill: #0a0a0ae6; } @@ -7142,6 +9806,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffedd5; } +.fill-orange-100\\/15 { + fill: #ffedd526; +} + .fill-orange-100\\/20 { fill: #ffedd533; } @@ -7154,10 +9822,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffedd54d; } +.fill-orange-100\\/35 { + fill: #ffedd559; +} + .fill-orange-100\\/40 { fill: #ffedd566; } +.fill-orange-100\\/45 { + fill: #ffedd573; +} + .fill-orange-100\\/5 { fill: #ffedd50d; } @@ -7166,10 +9842,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffedd580; } +.fill-orange-100\\/55 { + fill: #ffedd58c; +} + .fill-orange-100\\/60 { fill: #ffedd599; } +.fill-orange-100\\/65 { + fill: #ffedd5a6; +} + .fill-orange-100\\/70 { fill: #ffedd5b3; } @@ -7182,6 +9866,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffedd5cc; } +.fill-orange-100\\/85 { + fill: #ffedd5d9; +} + .fill-orange-100\\/90 { fill: #ffedd5e6; } @@ -7206,6 +9894,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fed7aa; } +.fill-orange-200\\/15 { + fill: #fed7aa26; +} + .fill-orange-200\\/20 { fill: #fed7aa33; } @@ -7218,10 +9910,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fed7aa4d; } +.fill-orange-200\\/35 { + fill: #fed7aa59; +} + .fill-orange-200\\/40 { fill: #fed7aa66; } +.fill-orange-200\\/45 { + fill: #fed7aa73; +} + .fill-orange-200\\/5 { fill: #fed7aa0d; } @@ -7230,10 +9930,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fed7aa80; } +.fill-orange-200\\/55 { + fill: #fed7aa8c; +} + .fill-orange-200\\/60 { fill: #fed7aa99; } +.fill-orange-200\\/65 { + fill: #fed7aaa6; +} + .fill-orange-200\\/70 { fill: #fed7aab3; } @@ -7246,6 +9954,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fed7aacc; } +.fill-orange-200\\/85 { + fill: #fed7aad9; +} + .fill-orange-200\\/90 { fill: #fed7aae6; } @@ -7270,6 +9982,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdba74; } +.fill-orange-300\\/15 { + fill: #fdba7426; +} + .fill-orange-300\\/20 { fill: #fdba7433; } @@ -7282,10 +9998,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdba744d; } +.fill-orange-300\\/35 { + fill: #fdba7459; +} + .fill-orange-300\\/40 { fill: #fdba7466; } +.fill-orange-300\\/45 { + fill: #fdba7473; +} + .fill-orange-300\\/5 { fill: #fdba740d; } @@ -7294,10 +10018,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdba7480; } +.fill-orange-300\\/55 { + fill: #fdba748c; +} + .fill-orange-300\\/60 { fill: #fdba7499; } +.fill-orange-300\\/65 { + fill: #fdba74a6; +} + .fill-orange-300\\/70 { fill: #fdba74b3; } @@ -7310,6 +10042,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdba74cc; } +.fill-orange-300\\/85 { + fill: #fdba74d9; +} + .fill-orange-300\\/90 { fill: #fdba74e6; } @@ -7334,6 +10070,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb923c; } +.fill-orange-400\\/15 { + fill: #fb923c26; +} + .fill-orange-400\\/20 { fill: #fb923c33; } @@ -7346,10 +10086,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb923c4d; } +.fill-orange-400\\/35 { + fill: #fb923c59; +} + .fill-orange-400\\/40 { fill: #fb923c66; } +.fill-orange-400\\/45 { + fill: #fb923c73; +} + .fill-orange-400\\/5 { fill: #fb923c0d; } @@ -7358,10 +10106,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb923c80; } +.fill-orange-400\\/55 { + fill: #fb923c8c; +} + .fill-orange-400\\/60 { fill: #fb923c99; } +.fill-orange-400\\/65 { + fill: #fb923ca6; +} + .fill-orange-400\\/70 { fill: #fb923cb3; } @@ -7374,6 +10130,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb923ccc; } +.fill-orange-400\\/85 { + fill: #fb923cd9; +} + .fill-orange-400\\/90 { fill: #fb923ce6; } @@ -7398,6 +10158,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff7ed; } +.fill-orange-50\\/15 { + fill: #fff7ed26; +} + .fill-orange-50\\/20 { fill: #fff7ed33; } @@ -7410,10 +10174,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff7ed4d; } +.fill-orange-50\\/35 { + fill: #fff7ed59; +} + .fill-orange-50\\/40 { fill: #fff7ed66; } +.fill-orange-50\\/45 { + fill: #fff7ed73; +} + .fill-orange-50\\/5 { fill: #fff7ed0d; } @@ -7422,10 +10194,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff7ed80; } +.fill-orange-50\\/55 { + fill: #fff7ed8c; +} + .fill-orange-50\\/60 { fill: #fff7ed99; } +.fill-orange-50\\/65 { + fill: #fff7eda6; +} + .fill-orange-50\\/70 { fill: #fff7edb3; } @@ -7438,6 +10218,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff7edcc; } +.fill-orange-50\\/85 { + fill: #fff7edd9; +} + .fill-orange-50\\/90 { fill: #fff7ede6; } @@ -7462,6 +10246,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f97316; } +.fill-orange-500\\/15 { + fill: #f9731626; +} + .fill-orange-500\\/20 { fill: #f9731633; } @@ -7474,10 +10262,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f973164d; } +.fill-orange-500\\/35 { + fill: #f9731659; +} + .fill-orange-500\\/40 { fill: #f9731666; } +.fill-orange-500\\/45 { + fill: #f9731673; +} + .fill-orange-500\\/5 { fill: #f973160d; } @@ -7486,10 +10282,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9731680; } +.fill-orange-500\\/55 { + fill: #f973168c; +} + .fill-orange-500\\/60 { fill: #f9731699; } +.fill-orange-500\\/65 { + fill: #f97316a6; +} + .fill-orange-500\\/70 { fill: #f97316b3; } @@ -7502,6 +10306,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f97316cc; } +.fill-orange-500\\/85 { + fill: #f97316d9; +} + .fill-orange-500\\/90 { fill: #f97316e6; } @@ -7526,6 +10334,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ea580c; } +.fill-orange-600\\/15 { + fill: #ea580c26; +} + .fill-orange-600\\/20 { fill: #ea580c33; } @@ -7538,10 +10350,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ea580c4d; } +.fill-orange-600\\/35 { + fill: #ea580c59; +} + .fill-orange-600\\/40 { fill: #ea580c66; } +.fill-orange-600\\/45 { + fill: #ea580c73; +} + .fill-orange-600\\/5 { fill: #ea580c0d; } @@ -7550,10 +10370,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ea580c80; } +.fill-orange-600\\/55 { + fill: #ea580c8c; +} + .fill-orange-600\\/60 { fill: #ea580c99; } +.fill-orange-600\\/65 { + fill: #ea580ca6; +} + .fill-orange-600\\/70 { fill: #ea580cb3; } @@ -7566,6 +10394,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ea580ccc; } +.fill-orange-600\\/85 { + fill: #ea580cd9; +} + .fill-orange-600\\/90 { fill: #ea580ce6; } @@ -7590,6 +10422,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c2410c; } +.fill-orange-700\\/15 { + fill: #c2410c26; +} + .fill-orange-700\\/20 { fill: #c2410c33; } @@ -7602,10 +10438,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c2410c4d; } +.fill-orange-700\\/35 { + fill: #c2410c59; +} + .fill-orange-700\\/40 { fill: #c2410c66; } +.fill-orange-700\\/45 { + fill: #c2410c73; +} + .fill-orange-700\\/5 { fill: #c2410c0d; } @@ -7614,10 +10458,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c2410c80; } +.fill-orange-700\\/55 { + fill: #c2410c8c; +} + .fill-orange-700\\/60 { fill: #c2410c99; } +.fill-orange-700\\/65 { + fill: #c2410ca6; +} + .fill-orange-700\\/70 { fill: #c2410cb3; } @@ -7630,6 +10482,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c2410ccc; } +.fill-orange-700\\/85 { + fill: #c2410cd9; +} + .fill-orange-700\\/90 { fill: #c2410ce6; } @@ -7654,6 +10510,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9a3412; } +.fill-orange-800\\/15 { + fill: #9a341226; +} + .fill-orange-800\\/20 { fill: #9a341233; } @@ -7666,10 +10526,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9a34124d; } +.fill-orange-800\\/35 { + fill: #9a341259; +} + .fill-orange-800\\/40 { fill: #9a341266; } +.fill-orange-800\\/45 { + fill: #9a341273; +} + .fill-orange-800\\/5 { fill: #9a34120d; } @@ -7678,10 +10546,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9a341280; } +.fill-orange-800\\/55 { + fill: #9a34128c; +} + .fill-orange-800\\/60 { fill: #9a341299; } +.fill-orange-800\\/65 { + fill: #9a3412a6; +} + .fill-orange-800\\/70 { fill: #9a3412b3; } @@ -7694,6 +10570,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9a3412cc; } +.fill-orange-800\\/85 { + fill: #9a3412d9; +} + .fill-orange-800\\/90 { fill: #9a3412e6; } @@ -7718,6 +10598,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c2d12; } +.fill-orange-900\\/15 { + fill: #7c2d1226; +} + .fill-orange-900\\/20 { fill: #7c2d1233; } @@ -7730,10 +10614,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c2d124d; } +.fill-orange-900\\/35 { + fill: #7c2d1259; +} + .fill-orange-900\\/40 { fill: #7c2d1266; } +.fill-orange-900\\/45 { + fill: #7c2d1273; +} + .fill-orange-900\\/5 { fill: #7c2d120d; } @@ -7742,10 +10634,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c2d1280; } +.fill-orange-900\\/55 { + fill: #7c2d128c; +} + .fill-orange-900\\/60 { fill: #7c2d1299; } +.fill-orange-900\\/65 { + fill: #7c2d12a6; +} + .fill-orange-900\\/70 { fill: #7c2d12b3; } @@ -7758,6 +10658,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c2d12cc; } +.fill-orange-900\\/85 { + fill: #7c2d12d9; +} + .fill-orange-900\\/90 { fill: #7c2d12e6; } @@ -7782,6 +10686,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #431407; } +.fill-orange-950\\/15 { + fill: #43140726; +} + .fill-orange-950\\/20 { fill: #43140733; } @@ -7794,10 +10702,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4314074d; } +.fill-orange-950\\/35 { + fill: #43140759; +} + .fill-orange-950\\/40 { fill: #43140766; } +.fill-orange-950\\/45 { + fill: #43140773; +} + .fill-orange-950\\/5 { fill: #4314070d; } @@ -7806,10 +10722,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #43140780; } +.fill-orange-950\\/55 { + fill: #4314078c; +} + .fill-orange-950\\/60 { fill: #43140799; } +.fill-orange-950\\/65 { + fill: #431407a6; +} + .fill-orange-950\\/70 { fill: #431407b3; } @@ -7822,6 +10746,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #431407cc; } +.fill-orange-950\\/85 { + fill: #431407d9; +} + .fill-orange-950\\/90 { fill: #431407e6; } @@ -7846,6 +10774,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fce7f3; } +.fill-pink-100\\/15 { + fill: #fce7f326; +} + .fill-pink-100\\/20 { fill: #fce7f333; } @@ -7858,10 +10790,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fce7f34d; } +.fill-pink-100\\/35 { + fill: #fce7f359; +} + .fill-pink-100\\/40 { fill: #fce7f366; } +.fill-pink-100\\/45 { + fill: #fce7f373; +} + .fill-pink-100\\/5 { fill: #fce7f30d; } @@ -7870,10 +10810,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fce7f380; } +.fill-pink-100\\/55 { + fill: #fce7f38c; +} + .fill-pink-100\\/60 { fill: #fce7f399; } +.fill-pink-100\\/65 { + fill: #fce7f3a6; +} + .fill-pink-100\\/70 { fill: #fce7f3b3; } @@ -7886,6 +10834,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fce7f3cc; } +.fill-pink-100\\/85 { + fill: #fce7f3d9; +} + .fill-pink-100\\/90 { fill: #fce7f3e6; } @@ -7910,6 +10862,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbcfe8; } +.fill-pink-200\\/15 { + fill: #fbcfe826; +} + .fill-pink-200\\/20 { fill: #fbcfe833; } @@ -7922,10 +10878,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbcfe84d; } +.fill-pink-200\\/35 { + fill: #fbcfe859; +} + .fill-pink-200\\/40 { fill: #fbcfe866; } +.fill-pink-200\\/45 { + fill: #fbcfe873; +} + .fill-pink-200\\/5 { fill: #fbcfe80d; } @@ -7934,10 +10898,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbcfe880; } +.fill-pink-200\\/55 { + fill: #fbcfe88c; +} + .fill-pink-200\\/60 { fill: #fbcfe899; } +.fill-pink-200\\/65 { + fill: #fbcfe8a6; +} + .fill-pink-200\\/70 { fill: #fbcfe8b3; } @@ -7950,6 +10922,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fbcfe8cc; } +.fill-pink-200\\/85 { + fill: #fbcfe8d9; +} + .fill-pink-200\\/90 { fill: #fbcfe8e6; } @@ -7974,6 +10950,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9a8d4; } +.fill-pink-300\\/15 { + fill: #f9a8d426; +} + .fill-pink-300\\/20 { fill: #f9a8d433; } @@ -7986,10 +10966,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9a8d44d; } +.fill-pink-300\\/35 { + fill: #f9a8d459; +} + .fill-pink-300\\/40 { fill: #f9a8d466; } +.fill-pink-300\\/45 { + fill: #f9a8d473; +} + .fill-pink-300\\/5 { fill: #f9a8d40d; } @@ -7998,10 +10986,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9a8d480; } +.fill-pink-300\\/55 { + fill: #f9a8d48c; +} + .fill-pink-300\\/60 { fill: #f9a8d499; } +.fill-pink-300\\/65 { + fill: #f9a8d4a6; +} + .fill-pink-300\\/70 { fill: #f9a8d4b3; } @@ -8014,6 +11010,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f9a8d4cc; } +.fill-pink-300\\/85 { + fill: #f9a8d4d9; +} + .fill-pink-300\\/90 { fill: #f9a8d4e6; } @@ -8038,6 +11038,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f472b6; } +.fill-pink-400\\/15 { + fill: #f472b626; +} + .fill-pink-400\\/20 { fill: #f472b633; } @@ -8050,10 +11054,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f472b64d; } +.fill-pink-400\\/35 { + fill: #f472b659; +} + .fill-pink-400\\/40 { fill: #f472b666; } +.fill-pink-400\\/45 { + fill: #f472b673; +} + .fill-pink-400\\/5 { fill: #f472b60d; } @@ -8062,10 +11074,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f472b680; } +.fill-pink-400\\/55 { + fill: #f472b68c; +} + .fill-pink-400\\/60 { fill: #f472b699; } +.fill-pink-400\\/65 { + fill: #f472b6a6; +} + .fill-pink-400\\/70 { fill: #f472b6b3; } @@ -8078,6 +11098,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f472b6cc; } +.fill-pink-400\\/85 { + fill: #f472b6d9; +} + .fill-pink-400\\/90 { fill: #f472b6e6; } @@ -8102,6 +11126,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf2f8; } +.fill-pink-50\\/15 { + fill: #fdf2f826; +} + .fill-pink-50\\/20 { fill: #fdf2f833; } @@ -8114,10 +11142,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf2f84d; } +.fill-pink-50\\/35 { + fill: #fdf2f859; +} + .fill-pink-50\\/40 { fill: #fdf2f866; } +.fill-pink-50\\/45 { + fill: #fdf2f873; +} + .fill-pink-50\\/5 { fill: #fdf2f80d; } @@ -8126,10 +11162,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf2f880; } +.fill-pink-50\\/55 { + fill: #fdf2f88c; +} + .fill-pink-50\\/60 { fill: #fdf2f899; } +.fill-pink-50\\/65 { + fill: #fdf2f8a6; +} + .fill-pink-50\\/70 { fill: #fdf2f8b3; } @@ -8142,6 +11186,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fdf2f8cc; } +.fill-pink-50\\/85 { + fill: #fdf2f8d9; +} + .fill-pink-50\\/90 { fill: #fdf2f8e6; } @@ -8166,6 +11214,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ec4899; } +.fill-pink-500\\/15 { + fill: #ec489926; +} + .fill-pink-500\\/20 { fill: #ec489933; } @@ -8178,10 +11230,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ec48994d; } +.fill-pink-500\\/35 { + fill: #ec489959; +} + .fill-pink-500\\/40 { fill: #ec489966; } +.fill-pink-500\\/45 { + fill: #ec489973; +} + .fill-pink-500\\/5 { fill: #ec48990d; } @@ -8190,10 +11250,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ec489980; } +.fill-pink-500\\/55 { + fill: #ec48998c; +} + .fill-pink-500\\/60 { fill: #ec489999; } +.fill-pink-500\\/65 { + fill: #ec4899a6; +} + .fill-pink-500\\/70 { fill: #ec4899b3; } @@ -8206,6 +11274,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ec4899cc; } +.fill-pink-500\\/85 { + fill: #ec4899d9; +} + .fill-pink-500\\/90 { fill: #ec4899e6; } @@ -8230,6 +11302,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #db2777; } +.fill-pink-600\\/15 { + fill: #db277726; +} + .fill-pink-600\\/20 { fill: #db277733; } @@ -8242,10 +11318,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #db27774d; } +.fill-pink-600\\/35 { + fill: #db277759; +} + .fill-pink-600\\/40 { fill: #db277766; } +.fill-pink-600\\/45 { + fill: #db277773; +} + .fill-pink-600\\/5 { fill: #db27770d; } @@ -8254,10 +11338,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #db277780; } +.fill-pink-600\\/55 { + fill: #db27778c; +} + .fill-pink-600\\/60 { fill: #db277799; } +.fill-pink-600\\/65 { + fill: #db2777a6; +} + .fill-pink-600\\/70 { fill: #db2777b3; } @@ -8270,6 +11362,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #db2777cc; } +.fill-pink-600\\/85 { + fill: #db2777d9; +} + .fill-pink-600\\/90 { fill: #db2777e6; } @@ -8294,6 +11390,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be185d; } +.fill-pink-700\\/15 { + fill: #be185d26; +} + .fill-pink-700\\/20 { fill: #be185d33; } @@ -8306,10 +11406,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be185d4d; } +.fill-pink-700\\/35 { + fill: #be185d59; +} + .fill-pink-700\\/40 { fill: #be185d66; } +.fill-pink-700\\/45 { + fill: #be185d73; +} + .fill-pink-700\\/5 { fill: #be185d0d; } @@ -8318,10 +11426,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be185d80; } +.fill-pink-700\\/55 { + fill: #be185d8c; +} + .fill-pink-700\\/60 { fill: #be185d99; } +.fill-pink-700\\/65 { + fill: #be185da6; +} + .fill-pink-700\\/70 { fill: #be185db3; } @@ -8334,6 +11450,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be185dcc; } +.fill-pink-700\\/85 { + fill: #be185dd9; +} + .fill-pink-700\\/90 { fill: #be185de6; } @@ -8358,6 +11478,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9d174d; } +.fill-pink-800\\/15 { + fill: #9d174d26; +} + .fill-pink-800\\/20 { fill: #9d174d33; } @@ -8370,10 +11494,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9d174d4d; } +.fill-pink-800\\/35 { + fill: #9d174d59; +} + .fill-pink-800\\/40 { fill: #9d174d66; } +.fill-pink-800\\/45 { + fill: #9d174d73; +} + .fill-pink-800\\/5 { fill: #9d174d0d; } @@ -8382,10 +11514,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9d174d80; } +.fill-pink-800\\/55 { + fill: #9d174d8c; +} + .fill-pink-800\\/60 { fill: #9d174d99; } +.fill-pink-800\\/65 { + fill: #9d174da6; +} + .fill-pink-800\\/70 { fill: #9d174db3; } @@ -8398,6 +11538,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9d174dcc; } +.fill-pink-800\\/85 { + fill: #9d174dd9; +} + .fill-pink-800\\/90 { fill: #9d174de6; } @@ -8422,6 +11566,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #831843; } +.fill-pink-900\\/15 { + fill: #83184326; +} + .fill-pink-900\\/20 { fill: #83184333; } @@ -8434,10 +11582,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #8318434d; } +.fill-pink-900\\/35 { + fill: #83184359; +} + .fill-pink-900\\/40 { fill: #83184366; } +.fill-pink-900\\/45 { + fill: #83184373; +} + .fill-pink-900\\/5 { fill: #8318430d; } @@ -8446,10 +11602,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #83184380; } +.fill-pink-900\\/55 { + fill: #8318438c; +} + .fill-pink-900\\/60 { fill: #83184399; } +.fill-pink-900\\/65 { + fill: #831843a6; +} + .fill-pink-900\\/70 { fill: #831843b3; } @@ -8462,6 +11626,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #831843cc; } +.fill-pink-900\\/85 { + fill: #831843d9; +} + .fill-pink-900\\/90 { fill: #831843e6; } @@ -8486,6 +11654,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #500724; } +.fill-pink-950\\/15 { + fill: #50072426; +} + .fill-pink-950\\/20 { fill: #50072433; } @@ -8498,10 +11670,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5007244d; } +.fill-pink-950\\/35 { + fill: #50072459; +} + .fill-pink-950\\/40 { fill: #50072466; } +.fill-pink-950\\/45 { + fill: #50072473; +} + .fill-pink-950\\/5 { fill: #5007240d; } @@ -8510,10 +11690,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #50072480; } +.fill-pink-950\\/55 { + fill: #5007248c; +} + .fill-pink-950\\/60 { fill: #50072499; } +.fill-pink-950\\/65 { + fill: #500724a6; +} + .fill-pink-950\\/70 { fill: #500724b3; } @@ -8526,6 +11714,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #500724cc; } +.fill-pink-950\\/85 { + fill: #500724d9; +} + .fill-pink-950\\/90 { fill: #500724e6; } @@ -8550,6 +11742,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3e8ff; } +.fill-purple-100\\/15 { + fill: #f3e8ff26; +} + .fill-purple-100\\/20 { fill: #f3e8ff33; } @@ -8562,10 +11758,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3e8ff4d; } +.fill-purple-100\\/35 { + fill: #f3e8ff59; +} + .fill-purple-100\\/40 { fill: #f3e8ff66; } +.fill-purple-100\\/45 { + fill: #f3e8ff73; +} + .fill-purple-100\\/5 { fill: #f3e8ff0d; } @@ -8574,10 +11778,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3e8ff80; } +.fill-purple-100\\/55 { + fill: #f3e8ff8c; +} + .fill-purple-100\\/60 { fill: #f3e8ff99; } +.fill-purple-100\\/65 { + fill: #f3e8ffa6; +} + .fill-purple-100\\/70 { fill: #f3e8ffb3; } @@ -8590,6 +11802,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f3e8ffcc; } +.fill-purple-100\\/85 { + fill: #f3e8ffd9; +} + .fill-purple-100\\/90 { fill: #f3e8ffe6; } @@ -8614,6 +11830,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e9d5ff; } +.fill-purple-200\\/15 { + fill: #e9d5ff26; +} + .fill-purple-200\\/20 { fill: #e9d5ff33; } @@ -8626,10 +11846,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e9d5ff4d; } +.fill-purple-200\\/35 { + fill: #e9d5ff59; +} + .fill-purple-200\\/40 { fill: #e9d5ff66; } +.fill-purple-200\\/45 { + fill: #e9d5ff73; +} + .fill-purple-200\\/5 { fill: #e9d5ff0d; } @@ -8638,10 +11866,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e9d5ff80; } +.fill-purple-200\\/55 { + fill: #e9d5ff8c; +} + .fill-purple-200\\/60 { fill: #e9d5ff99; } +.fill-purple-200\\/65 { + fill: #e9d5ffa6; +} + .fill-purple-200\\/70 { fill: #e9d5ffb3; } @@ -8654,6 +11890,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e9d5ffcc; } +.fill-purple-200\\/85 { + fill: #e9d5ffd9; +} + .fill-purple-200\\/90 { fill: #e9d5ffe6; } @@ -8678,6 +11918,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d8b4fe; } +.fill-purple-300\\/15 { + fill: #d8b4fe26; +} + .fill-purple-300\\/20 { fill: #d8b4fe33; } @@ -8690,10 +11934,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d8b4fe4d; } +.fill-purple-300\\/35 { + fill: #d8b4fe59; +} + .fill-purple-300\\/40 { fill: #d8b4fe66; } +.fill-purple-300\\/45 { + fill: #d8b4fe73; +} + .fill-purple-300\\/5 { fill: #d8b4fe0d; } @@ -8702,10 +11954,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d8b4fe80; } +.fill-purple-300\\/55 { + fill: #d8b4fe8c; +} + .fill-purple-300\\/60 { fill: #d8b4fe99; } +.fill-purple-300\\/65 { + fill: #d8b4fea6; +} + .fill-purple-300\\/70 { fill: #d8b4feb3; } @@ -8718,6 +11978,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d8b4fecc; } +.fill-purple-300\\/85 { + fill: #d8b4fed9; +} + .fill-purple-300\\/90 { fill: #d8b4fee6; } @@ -8742,6 +12006,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c084fc; } +.fill-purple-400\\/15 { + fill: #c084fc26; +} + .fill-purple-400\\/20 { fill: #c084fc33; } @@ -8754,10 +12022,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c084fc4d; } +.fill-purple-400\\/35 { + fill: #c084fc59; +} + .fill-purple-400\\/40 { fill: #c084fc66; } +.fill-purple-400\\/45 { + fill: #c084fc73; +} + .fill-purple-400\\/5 { fill: #c084fc0d; } @@ -8766,10 +12042,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c084fc80; } +.fill-purple-400\\/55 { + fill: #c084fc8c; +} + .fill-purple-400\\/60 { fill: #c084fc99; } +.fill-purple-400\\/65 { + fill: #c084fca6; +} + .fill-purple-400\\/70 { fill: #c084fcb3; } @@ -8782,6 +12066,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c084fccc; } +.fill-purple-400\\/85 { + fill: #c084fcd9; +} + .fill-purple-400\\/90 { fill: #c084fce6; } @@ -8806,6 +12094,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #faf5ff; } +.fill-purple-50\\/15 { + fill: #faf5ff26; +} + .fill-purple-50\\/20 { fill: #faf5ff33; } @@ -8818,10 +12110,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #faf5ff4d; } +.fill-purple-50\\/35 { + fill: #faf5ff59; +} + .fill-purple-50\\/40 { fill: #faf5ff66; } +.fill-purple-50\\/45 { + fill: #faf5ff73; +} + .fill-purple-50\\/5 { fill: #faf5ff0d; } @@ -8830,10 +12130,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #faf5ff80; } +.fill-purple-50\\/55 { + fill: #faf5ff8c; +} + .fill-purple-50\\/60 { fill: #faf5ff99; } +.fill-purple-50\\/65 { + fill: #faf5ffa6; +} + .fill-purple-50\\/70 { fill: #faf5ffb3; } @@ -8846,6 +12154,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #faf5ffcc; } +.fill-purple-50\\/85 { + fill: #faf5ffd9; +} + .fill-purple-50\\/90 { fill: #faf5ffe6; } @@ -8870,6 +12182,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a855f7; } +.fill-purple-500\\/15 { + fill: #a855f726; +} + .fill-purple-500\\/20 { fill: #a855f733; } @@ -8882,10 +12198,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a855f74d; } +.fill-purple-500\\/35 { + fill: #a855f759; +} + .fill-purple-500\\/40 { fill: #a855f766; } +.fill-purple-500\\/45 { + fill: #a855f773; +} + .fill-purple-500\\/5 { fill: #a855f70d; } @@ -8894,10 +12218,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a855f780; } +.fill-purple-500\\/55 { + fill: #a855f78c; +} + .fill-purple-500\\/60 { fill: #a855f799; } +.fill-purple-500\\/65 { + fill: #a855f7a6; +} + .fill-purple-500\\/70 { fill: #a855f7b3; } @@ -8910,6 +12242,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a855f7cc; } +.fill-purple-500\\/85 { + fill: #a855f7d9; +} + .fill-purple-500\\/90 { fill: #a855f7e6; } @@ -8934,6 +12270,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9333ea; } +.fill-purple-600\\/15 { + fill: #9333ea26; +} + .fill-purple-600\\/20 { fill: #9333ea33; } @@ -8946,10 +12286,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9333ea4d; } +.fill-purple-600\\/35 { + fill: #9333ea59; +} + .fill-purple-600\\/40 { fill: #9333ea66; } +.fill-purple-600\\/45 { + fill: #9333ea73; +} + .fill-purple-600\\/5 { fill: #9333ea0d; } @@ -8958,10 +12306,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9333ea80; } +.fill-purple-600\\/55 { + fill: #9333ea8c; +} + .fill-purple-600\\/60 { fill: #9333ea99; } +.fill-purple-600\\/65 { + fill: #9333eaa6; +} + .fill-purple-600\\/70 { fill: #9333eab3; } @@ -8974,6 +12330,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9333eacc; } +.fill-purple-600\\/85 { + fill: #9333ead9; +} + .fill-purple-600\\/90 { fill: #9333eae6; } @@ -8998,6 +12358,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7e22ce; } +.fill-purple-700\\/15 { + fill: #7e22ce26; +} + .fill-purple-700\\/20 { fill: #7e22ce33; } @@ -9010,10 +12374,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7e22ce4d; } +.fill-purple-700\\/35 { + fill: #7e22ce59; +} + .fill-purple-700\\/40 { fill: #7e22ce66; } +.fill-purple-700\\/45 { + fill: #7e22ce73; +} + .fill-purple-700\\/5 { fill: #7e22ce0d; } @@ -9022,10 +12394,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7e22ce80; } +.fill-purple-700\\/55 { + fill: #7e22ce8c; +} + .fill-purple-700\\/60 { fill: #7e22ce99; } +.fill-purple-700\\/65 { + fill: #7e22cea6; +} + .fill-purple-700\\/70 { fill: #7e22ceb3; } @@ -9038,6 +12418,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7e22cecc; } +.fill-purple-700\\/85 { + fill: #7e22ced9; +} + .fill-purple-700\\/90 { fill: #7e22cee6; } @@ -9062,6 +12446,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b21a8; } +.fill-purple-800\\/15 { + fill: #6b21a826; +} + .fill-purple-800\\/20 { fill: #6b21a833; } @@ -9074,10 +12462,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b21a84d; } +.fill-purple-800\\/35 { + fill: #6b21a859; +} + .fill-purple-800\\/40 { fill: #6b21a866; } +.fill-purple-800\\/45 { + fill: #6b21a873; +} + .fill-purple-800\\/5 { fill: #6b21a80d; } @@ -9086,10 +12482,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b21a880; } +.fill-purple-800\\/55 { + fill: #6b21a88c; +} + .fill-purple-800\\/60 { fill: #6b21a899; } +.fill-purple-800\\/65 { + fill: #6b21a8a6; +} + .fill-purple-800\\/70 { fill: #6b21a8b3; } @@ -9102,6 +12506,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6b21a8cc; } +.fill-purple-800\\/85 { + fill: #6b21a8d9; +} + .fill-purple-800\\/90 { fill: #6b21a8e6; } @@ -9126,6 +12534,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #581c87; } +.fill-purple-900\\/15 { + fill: #581c8726; +} + .fill-purple-900\\/20 { fill: #581c8733; } @@ -9138,10 +12550,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #581c874d; } +.fill-purple-900\\/35 { + fill: #581c8759; +} + .fill-purple-900\\/40 { fill: #581c8766; } +.fill-purple-900\\/45 { + fill: #581c8773; +} + .fill-purple-900\\/5 { fill: #581c870d; } @@ -9150,10 +12570,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #581c8780; } +.fill-purple-900\\/55 { + fill: #581c878c; +} + .fill-purple-900\\/60 { fill: #581c8799; } +.fill-purple-900\\/65 { + fill: #581c87a6; +} + .fill-purple-900\\/70 { fill: #581c87b3; } @@ -9166,6 +12594,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #581c87cc; } +.fill-purple-900\\/85 { + fill: #581c87d9; +} + .fill-purple-900\\/90 { fill: #581c87e6; } @@ -9190,6 +12622,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b0764; } +.fill-purple-950\\/15 { + fill: #3b076426; +} + .fill-purple-950\\/20 { fill: #3b076433; } @@ -9202,10 +12638,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b07644d; } +.fill-purple-950\\/35 { + fill: #3b076459; +} + .fill-purple-950\\/40 { fill: #3b076466; } +.fill-purple-950\\/45 { + fill: #3b076473; +} + .fill-purple-950\\/5 { fill: #3b07640d; } @@ -9214,10 +12658,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b076480; } +.fill-purple-950\\/55 { + fill: #3b07648c; +} + .fill-purple-950\\/60 { fill: #3b076499; } +.fill-purple-950\\/65 { + fill: #3b0764a6; +} + .fill-purple-950\\/70 { fill: #3b0764b3; } @@ -9230,6 +12682,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3b0764cc; } +.fill-purple-950\\/85 { + fill: #3b0764d9; +} + .fill-purple-950\\/90 { fill: #3b0764e6; } @@ -9254,6 +12710,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fee2e2; } +.fill-red-100\\/15 { + fill: #fee2e226; +} + .fill-red-100\\/20 { fill: #fee2e233; } @@ -9266,10 +12726,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fee2e24d; } +.fill-red-100\\/35 { + fill: #fee2e259; +} + .fill-red-100\\/40 { fill: #fee2e266; } +.fill-red-100\\/45 { + fill: #fee2e273; +} + .fill-red-100\\/5 { fill: #fee2e20d; } @@ -9278,10 +12746,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fee2e280; } +.fill-red-100\\/55 { + fill: #fee2e28c; +} + .fill-red-100\\/60 { fill: #fee2e299; } +.fill-red-100\\/65 { + fill: #fee2e2a6; +} + .fill-red-100\\/70 { fill: #fee2e2b3; } @@ -9294,6 +12770,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fee2e2cc; } +.fill-red-100\\/85 { + fill: #fee2e2d9; +} + .fill-red-100\\/90 { fill: #fee2e2e6; } @@ -9318,6 +12798,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecaca; } +.fill-red-200\\/15 { + fill: #fecaca26; +} + .fill-red-200\\/20 { fill: #fecaca33; } @@ -9330,10 +12814,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecaca4d; } +.fill-red-200\\/35 { + fill: #fecaca59; +} + .fill-red-200\\/40 { fill: #fecaca66; } +.fill-red-200\\/45 { + fill: #fecaca73; +} + .fill-red-200\\/5 { fill: #fecaca0d; } @@ -9342,10 +12834,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecaca80; } +.fill-red-200\\/55 { + fill: #fecaca8c; +} + .fill-red-200\\/60 { fill: #fecaca99; } +.fill-red-200\\/65 { + fill: #fecacaa6; +} + .fill-red-200\\/70 { fill: #fecacab3; } @@ -9358,6 +12858,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecacacc; } +.fill-red-200\\/85 { + fill: #fecacad9; +} + .fill-red-200\\/90 { fill: #fecacae6; } @@ -9382,6 +12886,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fca5a5; } +.fill-red-300\\/15 { + fill: #fca5a526; +} + .fill-red-300\\/20 { fill: #fca5a533; } @@ -9394,10 +12902,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fca5a54d; } +.fill-red-300\\/35 { + fill: #fca5a559; +} + .fill-red-300\\/40 { fill: #fca5a566; } +.fill-red-300\\/45 { + fill: #fca5a573; +} + .fill-red-300\\/5 { fill: #fca5a50d; } @@ -9406,10 +12922,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fca5a580; } +.fill-red-300\\/55 { + fill: #fca5a58c; +} + .fill-red-300\\/60 { fill: #fca5a599; } +.fill-red-300\\/65 { + fill: #fca5a5a6; +} + .fill-red-300\\/70 { fill: #fca5a5b3; } @@ -9422,6 +12946,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fca5a5cc; } +.fill-red-300\\/85 { + fill: #fca5a5d9; +} + .fill-red-300\\/90 { fill: #fca5a5e6; } @@ -9446,6 +12974,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f87171; } +.fill-red-400\\/15 { + fill: #f8717126; +} + .fill-red-400\\/20 { fill: #f8717133; } @@ -9458,10 +12990,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f871714d; } +.fill-red-400\\/35 { + fill: #f8717159; +} + .fill-red-400\\/40 { fill: #f8717166; } +.fill-red-400\\/45 { + fill: #f8717173; +} + .fill-red-400\\/5 { fill: #f871710d; } @@ -9470,10 +13010,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f8717180; } +.fill-red-400\\/55 { + fill: #f871718c; +} + .fill-red-400\\/60 { fill: #f8717199; } +.fill-red-400\\/65 { + fill: #f87171a6; +} + .fill-red-400\\/70 { fill: #f87171b3; } @@ -9486,6 +13034,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f87171cc; } +.fill-red-400\\/85 { + fill: #f87171d9; +} + .fill-red-400\\/90 { fill: #f87171e6; } @@ -9510,6 +13062,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef2f2; } +.fill-red-50\\/15 { + fill: #fef2f226; +} + .fill-red-50\\/20 { fill: #fef2f233; } @@ -9522,10 +13078,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef2f24d; } +.fill-red-50\\/35 { + fill: #fef2f259; +} + .fill-red-50\\/40 { fill: #fef2f266; } +.fill-red-50\\/45 { + fill: #fef2f273; +} + .fill-red-50\\/5 { fill: #fef2f20d; } @@ -9534,10 +13098,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef2f280; } +.fill-red-50\\/55 { + fill: #fef2f28c; +} + .fill-red-50\\/60 { fill: #fef2f299; } +.fill-red-50\\/65 { + fill: #fef2f2a6; +} + .fill-red-50\\/70 { fill: #fef2f2b3; } @@ -9550,6 +13122,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef2f2cc; } +.fill-red-50\\/85 { + fill: #fef2f2d9; +} + .fill-red-50\\/90 { fill: #fef2f2e6; } @@ -9574,6 +13150,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ef4444; } +.fill-red-500\\/15 { + fill: #ef444426; +} + .fill-red-500\\/20 { fill: #ef444433; } @@ -9586,10 +13166,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ef44444d; } +.fill-red-500\\/35 { + fill: #ef444459; +} + .fill-red-500\\/40 { fill: #ef444466; } +.fill-red-500\\/45 { + fill: #ef444473; +} + .fill-red-500\\/5 { fill: #ef44440d; } @@ -9598,10 +13186,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ef444480; } +.fill-red-500\\/55 { + fill: #ef44448c; +} + .fill-red-500\\/60 { fill: #ef444499; } +.fill-red-500\\/65 { + fill: #ef4444a6; +} + .fill-red-500\\/70 { fill: #ef4444b3; } @@ -9614,6 +13210,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ef4444cc; } +.fill-red-500\\/85 { + fill: #ef4444d9; +} + .fill-red-500\\/90 { fill: #ef4444e6; } @@ -9638,6 +13238,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dc2626; } +.fill-red-600\\/15 { + fill: #dc262626; +} + .fill-red-600\\/20 { fill: #dc262633; } @@ -9650,10 +13254,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dc26264d; } +.fill-red-600\\/35 { + fill: #dc262659; +} + .fill-red-600\\/40 { fill: #dc262666; } +.fill-red-600\\/45 { + fill: #dc262673; +} + .fill-red-600\\/5 { fill: #dc26260d; } @@ -9662,10 +13274,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dc262680; } +.fill-red-600\\/55 { + fill: #dc26268c; +} + .fill-red-600\\/60 { fill: #dc262699; } +.fill-red-600\\/65 { + fill: #dc2626a6; +} + .fill-red-600\\/70 { fill: #dc2626b3; } @@ -9678,6 +13298,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #dc2626cc; } +.fill-red-600\\/85 { + fill: #dc2626d9; +} + .fill-red-600\\/90 { fill: #dc2626e6; } @@ -9702,6 +13326,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b91c1c; } +.fill-red-700\\/15 { + fill: #b91c1c26; +} + .fill-red-700\\/20 { fill: #b91c1c33; } @@ -9714,10 +13342,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b91c1c4d; } +.fill-red-700\\/35 { + fill: #b91c1c59; +} + .fill-red-700\\/40 { fill: #b91c1c66; } +.fill-red-700\\/45 { + fill: #b91c1c73; +} + .fill-red-700\\/5 { fill: #b91c1c0d; } @@ -9726,10 +13362,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b91c1c80; } +.fill-red-700\\/55 { + fill: #b91c1c8c; +} + .fill-red-700\\/60 { fill: #b91c1c99; } +.fill-red-700\\/65 { + fill: #b91c1ca6; +} + .fill-red-700\\/70 { fill: #b91c1cb3; } @@ -9742,6 +13386,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #b91c1ccc; } +.fill-red-700\\/85 { + fill: #b91c1cd9; +} + .fill-red-700\\/90 { fill: #b91c1ce6; } @@ -9766,6 +13414,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #991b1b; } +.fill-red-800\\/15 { + fill: #991b1b26; +} + .fill-red-800\\/20 { fill: #991b1b33; } @@ -9778,10 +13430,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #991b1b4d; } +.fill-red-800\\/35 { + fill: #991b1b59; +} + .fill-red-800\\/40 { fill: #991b1b66; } +.fill-red-800\\/45 { + fill: #991b1b73; +} + .fill-red-800\\/5 { fill: #991b1b0d; } @@ -9790,10 +13450,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #991b1b80; } +.fill-red-800\\/55 { + fill: #991b1b8c; +} + .fill-red-800\\/60 { fill: #991b1b99; } +.fill-red-800\\/65 { + fill: #991b1ba6; +} + .fill-red-800\\/70 { fill: #991b1bb3; } @@ -9806,6 +13474,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #991b1bcc; } +.fill-red-800\\/85 { + fill: #991b1bd9; +} + .fill-red-800\\/90 { fill: #991b1be6; } @@ -9830,6 +13502,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7f1d1d; } +.fill-red-900\\/15 { + fill: #7f1d1d26; +} + .fill-red-900\\/20 { fill: #7f1d1d33; } @@ -9842,10 +13518,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7f1d1d4d; } +.fill-red-900\\/35 { + fill: #7f1d1d59; +} + .fill-red-900\\/40 { fill: #7f1d1d66; } +.fill-red-900\\/45 { + fill: #7f1d1d73; +} + .fill-red-900\\/5 { fill: #7f1d1d0d; } @@ -9854,10 +13538,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7f1d1d80; } +.fill-red-900\\/55 { + fill: #7f1d1d8c; +} + .fill-red-900\\/60 { fill: #7f1d1d99; } +.fill-red-900\\/65 { + fill: #7f1d1da6; +} + .fill-red-900\\/70 { fill: #7f1d1db3; } @@ -9870,6 +13562,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7f1d1dcc; } +.fill-red-900\\/85 { + fill: #7f1d1dd9; +} + .fill-red-900\\/90 { fill: #7f1d1de6; } @@ -9894,6 +13590,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #450a0a; } +.fill-red-950\\/15 { + fill: #450a0a26; +} + .fill-red-950\\/20 { fill: #450a0a33; } @@ -9906,10 +13606,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #450a0a4d; } +.fill-red-950\\/35 { + fill: #450a0a59; +} + .fill-red-950\\/40 { fill: #450a0a66; } +.fill-red-950\\/45 { + fill: #450a0a73; +} + .fill-red-950\\/5 { fill: #450a0a0d; } @@ -9918,10 +13626,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #450a0a80; } +.fill-red-950\\/55 { + fill: #450a0a8c; +} + .fill-red-950\\/60 { fill: #450a0a99; } +.fill-red-950\\/65 { + fill: #450a0aa6; +} + .fill-red-950\\/70 { fill: #450a0ab3; } @@ -9934,6 +13650,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #450a0acc; } +.fill-red-950\\/85 { + fill: #450a0ad9; +} + .fill-red-950\\/90 { fill: #450a0ae6; } @@ -9958,6 +13678,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffe4e6; } +.fill-rose-100\\/15 { + fill: #ffe4e626; +} + .fill-rose-100\\/20 { fill: #ffe4e633; } @@ -9970,10 +13694,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffe4e64d; } +.fill-rose-100\\/35 { + fill: #ffe4e659; +} + .fill-rose-100\\/40 { fill: #ffe4e666; } +.fill-rose-100\\/45 { + fill: #ffe4e673; +} + .fill-rose-100\\/5 { fill: #ffe4e60d; } @@ -9982,10 +13714,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffe4e680; } +.fill-rose-100\\/55 { + fill: #ffe4e68c; +} + .fill-rose-100\\/60 { fill: #ffe4e699; } +.fill-rose-100\\/65 { + fill: #ffe4e6a6; +} + .fill-rose-100\\/70 { fill: #ffe4e6b3; } @@ -9998,6 +13738,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffe4e6cc; } +.fill-rose-100\\/85 { + fill: #ffe4e6d9; +} + .fill-rose-100\\/90 { fill: #ffe4e6e6; } @@ -10022,6 +13766,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecdd3; } +.fill-rose-200\\/15 { + fill: #fecdd326; +} + .fill-rose-200\\/20 { fill: #fecdd333; } @@ -10034,10 +13782,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecdd34d; } +.fill-rose-200\\/35 { + fill: #fecdd359; +} + .fill-rose-200\\/40 { fill: #fecdd366; } +.fill-rose-200\\/45 { + fill: #fecdd373; +} + .fill-rose-200\\/5 { fill: #fecdd30d; } @@ -10046,10 +13802,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecdd380; } +.fill-rose-200\\/55 { + fill: #fecdd38c; +} + .fill-rose-200\\/60 { fill: #fecdd399; } +.fill-rose-200\\/65 { + fill: #fecdd3a6; +} + .fill-rose-200\\/70 { fill: #fecdd3b3; } @@ -10062,6 +13826,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fecdd3cc; } +.fill-rose-200\\/85 { + fill: #fecdd3d9; +} + .fill-rose-200\\/90 { fill: #fecdd3e6; } @@ -10086,6 +13854,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fda4af; } +.fill-rose-300\\/15 { + fill: #fda4af26; +} + .fill-rose-300\\/20 { fill: #fda4af33; } @@ -10098,10 +13870,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fda4af4d; } +.fill-rose-300\\/35 { + fill: #fda4af59; +} + .fill-rose-300\\/40 { fill: #fda4af66; } +.fill-rose-300\\/45 { + fill: #fda4af73; +} + .fill-rose-300\\/5 { fill: #fda4af0d; } @@ -10110,10 +13890,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fda4af80; } +.fill-rose-300\\/55 { + fill: #fda4af8c; +} + .fill-rose-300\\/60 { fill: #fda4af99; } +.fill-rose-300\\/65 { + fill: #fda4afa6; +} + .fill-rose-300\\/70 { fill: #fda4afb3; } @@ -10126,6 +13914,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fda4afcc; } +.fill-rose-300\\/85 { + fill: #fda4afd9; +} + .fill-rose-300\\/90 { fill: #fda4afe6; } @@ -10150,6 +13942,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb7185; } +.fill-rose-400\\/15 { + fill: #fb718526; +} + .fill-rose-400\\/20 { fill: #fb718533; } @@ -10162,10 +13958,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb71854d; } +.fill-rose-400\\/35 { + fill: #fb718559; +} + .fill-rose-400\\/40 { fill: #fb718566; } +.fill-rose-400\\/45 { + fill: #fb718573; +} + .fill-rose-400\\/5 { fill: #fb71850d; } @@ -10174,10 +13978,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb718580; } +.fill-rose-400\\/55 { + fill: #fb71858c; +} + .fill-rose-400\\/60 { fill: #fb718599; } +.fill-rose-400\\/65 { + fill: #fb7185a6; +} + .fill-rose-400\\/70 { fill: #fb7185b3; } @@ -10190,6 +14002,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fb7185cc; } +.fill-rose-400\\/85 { + fill: #fb7185d9; +} + .fill-rose-400\\/90 { fill: #fb7185e6; } @@ -10214,6 +14030,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff1f2; } +.fill-rose-50\\/15 { + fill: #fff1f226; +} + .fill-rose-50\\/20 { fill: #fff1f233; } @@ -10226,10 +14046,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff1f24d; } +.fill-rose-50\\/35 { + fill: #fff1f259; +} + .fill-rose-50\\/40 { fill: #fff1f266; } +.fill-rose-50\\/45 { + fill: #fff1f273; +} + .fill-rose-50\\/5 { fill: #fff1f20d; } @@ -10238,10 +14066,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff1f280; } +.fill-rose-50\\/55 { + fill: #fff1f28c; +} + .fill-rose-50\\/60 { fill: #fff1f299; } +.fill-rose-50\\/65 { + fill: #fff1f2a6; +} + .fill-rose-50\\/70 { fill: #fff1f2b3; } @@ -10254,6 +14090,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff1f2cc; } +.fill-rose-50\\/85 { + fill: #fff1f2d9; +} + .fill-rose-50\\/90 { fill: #fff1f2e6; } @@ -10278,6 +14118,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f43f5e; } +.fill-rose-500\\/15 { + fill: #f43f5e26; +} + .fill-rose-500\\/20 { fill: #f43f5e33; } @@ -10290,10 +14134,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f43f5e4d; } +.fill-rose-500\\/35 { + fill: #f43f5e59; +} + .fill-rose-500\\/40 { fill: #f43f5e66; } +.fill-rose-500\\/45 { + fill: #f43f5e73; +} + .fill-rose-500\\/5 { fill: #f43f5e0d; } @@ -10302,10 +14154,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f43f5e80; } +.fill-rose-500\\/55 { + fill: #f43f5e8c; +} + .fill-rose-500\\/60 { fill: #f43f5e99; } +.fill-rose-500\\/65 { + fill: #f43f5ea6; +} + .fill-rose-500\\/70 { fill: #f43f5eb3; } @@ -10318,6 +14178,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f43f5ecc; } +.fill-rose-500\\/85 { + fill: #f43f5ed9; +} + .fill-rose-500\\/90 { fill: #f43f5ee6; } @@ -10342,6 +14206,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e11d48; } +.fill-rose-600\\/15 { + fill: #e11d4826; +} + .fill-rose-600\\/20 { fill: #e11d4833; } @@ -10354,10 +14222,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e11d484d; } +.fill-rose-600\\/35 { + fill: #e11d4859; +} + .fill-rose-600\\/40 { fill: #e11d4866; } +.fill-rose-600\\/45 { + fill: #e11d4873; +} + .fill-rose-600\\/5 { fill: #e11d480d; } @@ -10366,10 +14242,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e11d4880; } +.fill-rose-600\\/55 { + fill: #e11d488c; +} + .fill-rose-600\\/60 { fill: #e11d4899; } +.fill-rose-600\\/65 { + fill: #e11d48a6; +} + .fill-rose-600\\/70 { fill: #e11d48b3; } @@ -10382,6 +14266,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e11d48cc; } +.fill-rose-600\\/85 { + fill: #e11d48d9; +} + .fill-rose-600\\/90 { fill: #e11d48e6; } @@ -10406,6 +14294,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be123c; } +.fill-rose-700\\/15 { + fill: #be123c26; +} + .fill-rose-700\\/20 { fill: #be123c33; } @@ -10418,10 +14310,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be123c4d; } +.fill-rose-700\\/35 { + fill: #be123c59; +} + .fill-rose-700\\/40 { fill: #be123c66; } +.fill-rose-700\\/45 { + fill: #be123c73; +} + .fill-rose-700\\/5 { fill: #be123c0d; } @@ -10430,10 +14330,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be123c80; } +.fill-rose-700\\/55 { + fill: #be123c8c; +} + .fill-rose-700\\/60 { fill: #be123c99; } +.fill-rose-700\\/65 { + fill: #be123ca6; +} + .fill-rose-700\\/70 { fill: #be123cb3; } @@ -10446,6 +14354,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #be123ccc; } +.fill-rose-700\\/85 { + fill: #be123cd9; +} + .fill-rose-700\\/90 { fill: #be123ce6; } @@ -10470,6 +14382,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9f1239; } +.fill-rose-800\\/15 { + fill: #9f123926; +} + .fill-rose-800\\/20 { fill: #9f123933; } @@ -10482,10 +14398,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9f12394d; } +.fill-rose-800\\/35 { + fill: #9f123959; +} + .fill-rose-800\\/40 { fill: #9f123966; } +.fill-rose-800\\/45 { + fill: #9f123973; +} + .fill-rose-800\\/5 { fill: #9f12390d; } @@ -10494,10 +14418,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9f123980; } +.fill-rose-800\\/55 { + fill: #9f12398c; +} + .fill-rose-800\\/60 { fill: #9f123999; } +.fill-rose-800\\/65 { + fill: #9f1239a6; +} + .fill-rose-800\\/70 { fill: #9f1239b3; } @@ -10510,6 +14442,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #9f1239cc; } +.fill-rose-800\\/85 { + fill: #9f1239d9; +} + .fill-rose-800\\/90 { fill: #9f1239e6; } @@ -10534,6 +14470,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #881337; } +.fill-rose-900\\/15 { + fill: #88133726; +} + .fill-rose-900\\/20 { fill: #88133733; } @@ -10546,10 +14486,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #8813374d; } +.fill-rose-900\\/35 { + fill: #88133759; +} + .fill-rose-900\\/40 { fill: #88133766; } +.fill-rose-900\\/45 { + fill: #88133773; +} + .fill-rose-900\\/5 { fill: #8813370d; } @@ -10558,10 +14506,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #88133780; } +.fill-rose-900\\/55 { + fill: #8813378c; +} + .fill-rose-900\\/60 { fill: #88133799; } +.fill-rose-900\\/65 { + fill: #881337a6; +} + .fill-rose-900\\/70 { fill: #881337b3; } @@ -10574,6 +14530,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #881337cc; } +.fill-rose-900\\/85 { + fill: #881337d9; +} + .fill-rose-900\\/90 { fill: #881337e6; } @@ -10598,6 +14558,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c0519; } +.fill-rose-950\\/15 { + fill: #4c051926; +} + .fill-rose-950\\/20 { fill: #4c051933; } @@ -10610,10 +14574,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c05194d; } +.fill-rose-950\\/35 { + fill: #4c051959; +} + .fill-rose-950\\/40 { fill: #4c051966; } +.fill-rose-950\\/45 { + fill: #4c051973; +} + .fill-rose-950\\/5 { fill: #4c05190d; } @@ -10622,10 +14594,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c051980; } +.fill-rose-950\\/55 { + fill: #4c05198c; +} + .fill-rose-950\\/60 { fill: #4c051999; } +.fill-rose-950\\/65 { + fill: #4c0519a6; +} + .fill-rose-950\\/70 { fill: #4c0519b3; } @@ -10638,6 +14618,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c0519cc; } +.fill-rose-950\\/85 { + fill: #4c0519d9; +} + .fill-rose-950\\/90 { fill: #4c0519e6; } @@ -10662,6 +14646,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0f2fe; } +.fill-sky-100\\/15 { + fill: #e0f2fe26; +} + .fill-sky-100\\/20 { fill: #e0f2fe33; } @@ -10674,10 +14662,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0f2fe4d; } +.fill-sky-100\\/35 { + fill: #e0f2fe59; +} + .fill-sky-100\\/40 { fill: #e0f2fe66; } +.fill-sky-100\\/45 { + fill: #e0f2fe73; +} + .fill-sky-100\\/5 { fill: #e0f2fe0d; } @@ -10686,10 +14682,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0f2fe80; } +.fill-sky-100\\/55 { + fill: #e0f2fe8c; +} + .fill-sky-100\\/60 { fill: #e0f2fe99; } +.fill-sky-100\\/65 { + fill: #e0f2fea6; +} + .fill-sky-100\\/70 { fill: #e0f2feb3; } @@ -10702,6 +14706,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e0f2fecc; } +.fill-sky-100\\/85 { + fill: #e0f2fed9; +} + .fill-sky-100\\/90 { fill: #e0f2fee6; } @@ -10726,6 +14734,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bae6fd; } +.fill-sky-200\\/15 { + fill: #bae6fd26; +} + .fill-sky-200\\/20 { fill: #bae6fd33; } @@ -10738,10 +14750,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bae6fd4d; } +.fill-sky-200\\/35 { + fill: #bae6fd59; +} + .fill-sky-200\\/40 { fill: #bae6fd66; } +.fill-sky-200\\/45 { + fill: #bae6fd73; +} + .fill-sky-200\\/5 { fill: #bae6fd0d; } @@ -10750,10 +14770,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bae6fd80; } +.fill-sky-200\\/55 { + fill: #bae6fd8c; +} + .fill-sky-200\\/60 { fill: #bae6fd99; } +.fill-sky-200\\/65 { + fill: #bae6fda6; +} + .fill-sky-200\\/70 { fill: #bae6fdb3; } @@ -10766,6 +14794,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #bae6fdcc; } +.fill-sky-200\\/85 { + fill: #bae6fdd9; +} + .fill-sky-200\\/90 { fill: #bae6fde6; } @@ -10790,6 +14822,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7dd3fc; } +.fill-sky-300\\/15 { + fill: #7dd3fc26; +} + .fill-sky-300\\/20 { fill: #7dd3fc33; } @@ -10802,10 +14838,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7dd3fc4d; } +.fill-sky-300\\/35 { + fill: #7dd3fc59; +} + .fill-sky-300\\/40 { fill: #7dd3fc66; } +.fill-sky-300\\/45 { + fill: #7dd3fc73; +} + .fill-sky-300\\/5 { fill: #7dd3fc0d; } @@ -10814,10 +14858,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7dd3fc80; } +.fill-sky-300\\/55 { + fill: #7dd3fc8c; +} + .fill-sky-300\\/60 { fill: #7dd3fc99; } +.fill-sky-300\\/65 { + fill: #7dd3fca6; +} + .fill-sky-300\\/70 { fill: #7dd3fcb3; } @@ -10830,6 +14882,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7dd3fccc; } +.fill-sky-300\\/85 { + fill: #7dd3fcd9; +} + .fill-sky-300\\/90 { fill: #7dd3fce6; } @@ -10854,6 +14910,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #38bdf8; } +.fill-sky-400\\/15 { + fill: #38bdf826; +} + .fill-sky-400\\/20 { fill: #38bdf833; } @@ -10866,10 +14926,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #38bdf84d; } +.fill-sky-400\\/35 { + fill: #38bdf859; +} + .fill-sky-400\\/40 { fill: #38bdf866; } +.fill-sky-400\\/45 { + fill: #38bdf873; +} + .fill-sky-400\\/5 { fill: #38bdf80d; } @@ -10878,10 +14946,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #38bdf880; } +.fill-sky-400\\/55 { + fill: #38bdf88c; +} + .fill-sky-400\\/60 { fill: #38bdf899; } +.fill-sky-400\\/65 { + fill: #38bdf8a6; +} + .fill-sky-400\\/70 { fill: #38bdf8b3; } @@ -10894,6 +14970,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #38bdf8cc; } +.fill-sky-400\\/85 { + fill: #38bdf8d9; +} + .fill-sky-400\\/90 { fill: #38bdf8e6; } @@ -10918,6 +14998,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0f9ff; } +.fill-sky-50\\/15 { + fill: #f0f9ff26; +} + .fill-sky-50\\/20 { fill: #f0f9ff33; } @@ -10930,10 +15014,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0f9ff4d; } +.fill-sky-50\\/35 { + fill: #f0f9ff59; +} + .fill-sky-50\\/40 { fill: #f0f9ff66; } +.fill-sky-50\\/45 { + fill: #f0f9ff73; +} + .fill-sky-50\\/5 { fill: #f0f9ff0d; } @@ -10942,10 +15034,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0f9ff80; } +.fill-sky-50\\/55 { + fill: #f0f9ff8c; +} + .fill-sky-50\\/60 { fill: #f0f9ff99; } +.fill-sky-50\\/65 { + fill: #f0f9ffa6; +} + .fill-sky-50\\/70 { fill: #f0f9ffb3; } @@ -10958,6 +15058,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0f9ffcc; } +.fill-sky-50\\/85 { + fill: #f0f9ffd9; +} + .fill-sky-50\\/90 { fill: #f0f9ffe6; } @@ -10982,6 +15086,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0ea5e9; } +.fill-sky-500\\/15 { + fill: #0ea5e926; +} + .fill-sky-500\\/20 { fill: #0ea5e933; } @@ -10994,10 +15102,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0ea5e94d; } +.fill-sky-500\\/35 { + fill: #0ea5e959; +} + .fill-sky-500\\/40 { fill: #0ea5e966; } +.fill-sky-500\\/45 { + fill: #0ea5e973; +} + .fill-sky-500\\/5 { fill: #0ea5e90d; } @@ -11006,10 +15122,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0ea5e980; } +.fill-sky-500\\/55 { + fill: #0ea5e98c; +} + .fill-sky-500\\/60 { fill: #0ea5e999; } +.fill-sky-500\\/65 { + fill: #0ea5e9a6; +} + .fill-sky-500\\/70 { fill: #0ea5e9b3; } @@ -11022,6 +15146,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0ea5e9cc; } +.fill-sky-500\\/85 { + fill: #0ea5e9d9; +} + .fill-sky-500\\/90 { fill: #0ea5e9e6; } @@ -11046,6 +15174,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0284c7; } +.fill-sky-600\\/15 { + fill: #0284c726; +} + .fill-sky-600\\/20 { fill: #0284c733; } @@ -11058,10 +15190,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0284c74d; } +.fill-sky-600\\/35 { + fill: #0284c759; +} + .fill-sky-600\\/40 { fill: #0284c766; } +.fill-sky-600\\/45 { + fill: #0284c773; +} + .fill-sky-600\\/5 { fill: #0284c70d; } @@ -11070,10 +15210,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0284c780; } +.fill-sky-600\\/55 { + fill: #0284c78c; +} + .fill-sky-600\\/60 { fill: #0284c799; } +.fill-sky-600\\/65 { + fill: #0284c7a6; +} + .fill-sky-600\\/70 { fill: #0284c7b3; } @@ -11086,6 +15234,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0284c7cc; } +.fill-sky-600\\/85 { + fill: #0284c7d9; +} + .fill-sky-600\\/90 { fill: #0284c7e6; } @@ -11110,6 +15262,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0369a1; } +.fill-sky-700\\/15 { + fill: #0369a126; +} + .fill-sky-700\\/20 { fill: #0369a133; } @@ -11122,10 +15278,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0369a14d; } +.fill-sky-700\\/35 { + fill: #0369a159; +} + .fill-sky-700\\/40 { fill: #0369a166; } +.fill-sky-700\\/45 { + fill: #0369a173; +} + .fill-sky-700\\/5 { fill: #0369a10d; } @@ -11134,10 +15298,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0369a180; } +.fill-sky-700\\/55 { + fill: #0369a18c; +} + .fill-sky-700\\/60 { fill: #0369a199; } +.fill-sky-700\\/65 { + fill: #0369a1a6; +} + .fill-sky-700\\/70 { fill: #0369a1b3; } @@ -11150,6 +15322,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0369a1cc; } +.fill-sky-700\\/85 { + fill: #0369a1d9; +} + .fill-sky-700\\/90 { fill: #0369a1e6; } @@ -11174,6 +15350,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #075985; } +.fill-sky-800\\/15 { + fill: #07598526; +} + .fill-sky-800\\/20 { fill: #07598533; } @@ -11186,10 +15366,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0759854d; } +.fill-sky-800\\/35 { + fill: #07598559; +} + .fill-sky-800\\/40 { fill: #07598566; } +.fill-sky-800\\/45 { + fill: #07598573; +} + .fill-sky-800\\/5 { fill: #0759850d; } @@ -11198,10 +15386,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #07598580; } +.fill-sky-800\\/55 { + fill: #0759858c; +} + .fill-sky-800\\/60 { fill: #07598599; } +.fill-sky-800\\/65 { + fill: #075985a6; +} + .fill-sky-800\\/70 { fill: #075985b3; } @@ -11214,6 +15410,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #075985cc; } +.fill-sky-800\\/85 { + fill: #075985d9; +} + .fill-sky-800\\/90 { fill: #075985e6; } @@ -11238,6 +15438,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c4a6e; } +.fill-sky-900\\/15 { + fill: #0c4a6e26; +} + .fill-sky-900\\/20 { fill: #0c4a6e33; } @@ -11250,10 +15454,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c4a6e4d; } +.fill-sky-900\\/35 { + fill: #0c4a6e59; +} + .fill-sky-900\\/40 { fill: #0c4a6e66; } +.fill-sky-900\\/45 { + fill: #0c4a6e73; +} + .fill-sky-900\\/5 { fill: #0c4a6e0d; } @@ -11262,10 +15474,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c4a6e80; } +.fill-sky-900\\/55 { + fill: #0c4a6e8c; +} + .fill-sky-900\\/60 { fill: #0c4a6e99; } +.fill-sky-900\\/65 { + fill: #0c4a6ea6; +} + .fill-sky-900\\/70 { fill: #0c4a6eb3; } @@ -11278,6 +15498,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c4a6ecc; } +.fill-sky-900\\/85 { + fill: #0c4a6ed9; +} + .fill-sky-900\\/90 { fill: #0c4a6ee6; } @@ -11302,6 +15526,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #082f49; } +.fill-sky-950\\/15 { + fill: #082f4926; +} + .fill-sky-950\\/20 { fill: #082f4933; } @@ -11314,10 +15542,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #082f494d; } +.fill-sky-950\\/35 { + fill: #082f4959; +} + .fill-sky-950\\/40 { fill: #082f4966; } +.fill-sky-950\\/45 { + fill: #082f4973; +} + .fill-sky-950\\/5 { fill: #082f490d; } @@ -11326,10 +15562,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #082f4980; } +.fill-sky-950\\/55 { + fill: #082f498c; +} + .fill-sky-950\\/60 { fill: #082f4999; } +.fill-sky-950\\/65 { + fill: #082f49a6; +} + .fill-sky-950\\/70 { fill: #082f49b3; } @@ -11342,6 +15586,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #082f49cc; } +.fill-sky-950\\/85 { + fill: #082f49d9; +} + .fill-sky-950\\/90 { fill: #082f49e6; } @@ -11366,6 +15614,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f1f5f9; } +.fill-slate-100\\/15 { + fill: #f1f5f926; +} + .fill-slate-100\\/20 { fill: #f1f5f933; } @@ -11378,10 +15630,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f1f5f94d; } +.fill-slate-100\\/35 { + fill: #f1f5f959; +} + .fill-slate-100\\/40 { fill: #f1f5f966; } +.fill-slate-100\\/45 { + fill: #f1f5f973; +} + .fill-slate-100\\/5 { fill: #f1f5f90d; } @@ -11390,10 +15650,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f1f5f980; } +.fill-slate-100\\/55 { + fill: #f1f5f98c; +} + .fill-slate-100\\/60 { fill: #f1f5f999; } +.fill-slate-100\\/65 { + fill: #f1f5f9a6; +} + .fill-slate-100\\/70 { fill: #f1f5f9b3; } @@ -11406,6 +15674,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f1f5f9cc; } +.fill-slate-100\\/85 { + fill: #f1f5f9d9; +} + .fill-slate-100\\/90 { fill: #f1f5f9e6; } @@ -11430,6 +15702,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e2e8f0; } +.fill-slate-200\\/15 { + fill: #e2e8f026; +} + .fill-slate-200\\/20 { fill: #e2e8f033; } @@ -11442,10 +15718,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e2e8f04d; } +.fill-slate-200\\/35 { + fill: #e2e8f059; +} + .fill-slate-200\\/40 { fill: #e2e8f066; } +.fill-slate-200\\/45 { + fill: #e2e8f073; +} + .fill-slate-200\\/5 { fill: #e2e8f00d; } @@ -11454,10 +15738,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e2e8f080; } +.fill-slate-200\\/55 { + fill: #e2e8f08c; +} + .fill-slate-200\\/60 { fill: #e2e8f099; } +.fill-slate-200\\/65 { + fill: #e2e8f0a6; +} + .fill-slate-200\\/70 { fill: #e2e8f0b3; } @@ -11470,6 +15762,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e2e8f0cc; } +.fill-slate-200\\/85 { + fill: #e2e8f0d9; +} + .fill-slate-200\\/90 { fill: #e2e8f0e6; } @@ -11494,6 +15790,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cbd5e1; } +.fill-slate-300\\/15 { + fill: #cbd5e126; +} + .fill-slate-300\\/20 { fill: #cbd5e133; } @@ -11506,10 +15806,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cbd5e14d; } +.fill-slate-300\\/35 { + fill: #cbd5e159; +} + .fill-slate-300\\/40 { fill: #cbd5e166; } +.fill-slate-300\\/45 { + fill: #cbd5e173; +} + .fill-slate-300\\/5 { fill: #cbd5e10d; } @@ -11518,10 +15826,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cbd5e180; } +.fill-slate-300\\/55 { + fill: #cbd5e18c; +} + .fill-slate-300\\/60 { fill: #cbd5e199; } +.fill-slate-300\\/65 { + fill: #cbd5e1a6; +} + .fill-slate-300\\/70 { fill: #cbd5e1b3; } @@ -11534,6 +15850,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #cbd5e1cc; } +.fill-slate-300\\/85 { + fill: #cbd5e1d9; +} + .fill-slate-300\\/90 { fill: #cbd5e1e6; } @@ -11558,6 +15878,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #94a3b8; } +.fill-slate-400\\/15 { + fill: #94a3b826; +} + .fill-slate-400\\/20 { fill: #94a3b833; } @@ -11570,10 +15894,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #94a3b84d; } +.fill-slate-400\\/35 { + fill: #94a3b859; +} + .fill-slate-400\\/40 { fill: #94a3b866; } +.fill-slate-400\\/45 { + fill: #94a3b873; +} + .fill-slate-400\\/5 { fill: #94a3b80d; } @@ -11582,10 +15914,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #94a3b880; } +.fill-slate-400\\/55 { + fill: #94a3b88c; +} + .fill-slate-400\\/60 { fill: #94a3b899; } +.fill-slate-400\\/65 { + fill: #94a3b8a6; +} + .fill-slate-400\\/70 { fill: #94a3b8b3; } @@ -11598,6 +15938,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #94a3b8cc; } +.fill-slate-400\\/85 { + fill: #94a3b8d9; +} + .fill-slate-400\\/90 { fill: #94a3b8e6; } @@ -11622,6 +15966,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f8fafc; } +.fill-slate-50\\/15 { + fill: #f8fafc26; +} + .fill-slate-50\\/20 { fill: #f8fafc33; } @@ -11634,10 +15982,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f8fafc4d; } +.fill-slate-50\\/35 { + fill: #f8fafc59; +} + .fill-slate-50\\/40 { fill: #f8fafc66; } +.fill-slate-50\\/45 { + fill: #f8fafc73; +} + .fill-slate-50\\/5 { fill: #f8fafc0d; } @@ -11646,10 +16002,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f8fafc80; } +.fill-slate-50\\/55 { + fill: #f8fafc8c; +} + .fill-slate-50\\/60 { fill: #f8fafc99; } +.fill-slate-50\\/65 { + fill: #f8fafca6; +} + .fill-slate-50\\/70 { fill: #f8fafcb3; } @@ -11662,6 +16026,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f8fafccc; } +.fill-slate-50\\/85 { + fill: #f8fafcd9; +} + .fill-slate-50\\/90 { fill: #f8fafce6; } @@ -11686,6 +16054,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #64748b; } +.fill-slate-500\\/15 { + fill: #64748b26; +} + .fill-slate-500\\/20 { fill: #64748b33; } @@ -11698,10 +16070,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #64748b4d; } +.fill-slate-500\\/35 { + fill: #64748b59; +} + .fill-slate-500\\/40 { fill: #64748b66; } +.fill-slate-500\\/45 { + fill: #64748b73; +} + .fill-slate-500\\/5 { fill: #64748b0d; } @@ -11710,10 +16090,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #64748b80; } +.fill-slate-500\\/55 { + fill: #64748b8c; +} + .fill-slate-500\\/60 { fill: #64748b99; } +.fill-slate-500\\/65 { + fill: #64748ba6; +} + .fill-slate-500\\/70 { fill: #64748bb3; } @@ -11726,6 +16114,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #64748bcc; } +.fill-slate-500\\/85 { + fill: #64748bd9; +} + .fill-slate-500\\/90 { fill: #64748be6; } @@ -11750,6 +16142,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #475569; } +.fill-slate-600\\/15 { + fill: #47556926; +} + .fill-slate-600\\/20 { fill: #47556933; } @@ -11762,10 +16158,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4755694d; } +.fill-slate-600\\/35 { + fill: #47556959; +} + .fill-slate-600\\/40 { fill: #47556966; } +.fill-slate-600\\/45 { + fill: #47556973; +} + .fill-slate-600\\/5 { fill: #4755690d; } @@ -11774,10 +16178,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #47556980; } +.fill-slate-600\\/55 { + fill: #4755698c; +} + .fill-slate-600\\/60 { fill: #47556999; } +.fill-slate-600\\/65 { + fill: #475569a6; +} + .fill-slate-600\\/70 { fill: #475569b3; } @@ -11790,6 +16202,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #475569cc; } +.fill-slate-600\\/85 { + fill: #475569d9; +} + .fill-slate-600\\/90 { fill: #475569e6; } @@ -11814,6 +16230,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #334155; } +.fill-slate-700\\/15 { + fill: #33415526; +} + .fill-slate-700\\/20 { fill: #33415533; } @@ -11826,10 +16246,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3341554d; } +.fill-slate-700\\/35 { + fill: #33415559; +} + .fill-slate-700\\/40 { fill: #33415566; } +.fill-slate-700\\/45 { + fill: #33415573; +} + .fill-slate-700\\/5 { fill: #3341550d; } @@ -11838,10 +16266,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #33415580; } +.fill-slate-700\\/55 { + fill: #3341558c; +} + .fill-slate-700\\/60 { fill: #33415599; } +.fill-slate-700\\/65 { + fill: #334155a6; +} + .fill-slate-700\\/70 { fill: #334155b3; } @@ -11854,6 +16290,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #334155cc; } +.fill-slate-700\\/85 { + fill: #334155d9; +} + .fill-slate-700\\/90 { fill: #334155e6; } @@ -11878,6 +16318,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e293b; } +.fill-slate-800\\/15 { + fill: #1e293b26; +} + .fill-slate-800\\/20 { fill: #1e293b33; } @@ -11890,10 +16334,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e293b4d; } +.fill-slate-800\\/35 { + fill: #1e293b59; +} + .fill-slate-800\\/40 { fill: #1e293b66; } +.fill-slate-800\\/45 { + fill: #1e293b73; +} + .fill-slate-800\\/5 { fill: #1e293b0d; } @@ -11902,10 +16354,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e293b80; } +.fill-slate-800\\/55 { + fill: #1e293b8c; +} + .fill-slate-800\\/60 { fill: #1e293b99; } +.fill-slate-800\\/65 { + fill: #1e293ba6; +} + .fill-slate-800\\/70 { fill: #1e293bb3; } @@ -11918,6 +16378,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1e293bcc; } +.fill-slate-800\\/85 { + fill: #1e293bd9; +} + .fill-slate-800\\/90 { fill: #1e293be6; } @@ -11942,6 +16406,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f172a; } +.fill-slate-900\\/15 { + fill: #0f172a26; +} + .fill-slate-900\\/20 { fill: #0f172a33; } @@ -11954,10 +16422,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f172a4d; } +.fill-slate-900\\/35 { + fill: #0f172a59; +} + .fill-slate-900\\/40 { fill: #0f172a66; } +.fill-slate-900\\/45 { + fill: #0f172a73; +} + .fill-slate-900\\/5 { fill: #0f172a0d; } @@ -11966,10 +16442,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f172a80; } +.fill-slate-900\\/55 { + fill: #0f172a8c; +} + .fill-slate-900\\/60 { fill: #0f172a99; } +.fill-slate-900\\/65 { + fill: #0f172aa6; +} + .fill-slate-900\\/70 { fill: #0f172ab3; } @@ -11982,6 +16466,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f172acc; } +.fill-slate-900\\/85 { + fill: #0f172ad9; +} + .fill-slate-900\\/90 { fill: #0f172ae6; } @@ -12006,6 +16494,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #020617; } +.fill-slate-950\\/15 { + fill: #02061726; +} + .fill-slate-950\\/20 { fill: #02061733; } @@ -12018,10 +16510,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0206174d; } +.fill-slate-950\\/35 { + fill: #02061759; +} + .fill-slate-950\\/40 { fill: #02061766; } +.fill-slate-950\\/45 { + fill: #02061773; +} + .fill-slate-950\\/5 { fill: #0206170d; } @@ -12030,10 +16530,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #02061780; } +.fill-slate-950\\/55 { + fill: #0206178c; +} + .fill-slate-950\\/60 { fill: #02061799; } +.fill-slate-950\\/65 { + fill: #020617a6; +} + .fill-slate-950\\/70 { fill: #020617b3; } @@ -12046,6 +16554,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #020617cc; } +.fill-slate-950\\/85 { + fill: #020617d9; +} + .fill-slate-950\\/90 { fill: #020617e6; } @@ -12070,6 +16582,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f4; } +.fill-stone-100\\/15 { + fill: #f5f5f426; +} + .fill-stone-100\\/20 { fill: #f5f5f433; } @@ -12082,10 +16598,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f44d; } +.fill-stone-100\\/35 { + fill: #f5f5f459; +} + .fill-stone-100\\/40 { fill: #f5f5f466; } +.fill-stone-100\\/45 { + fill: #f5f5f473; +} + .fill-stone-100\\/5 { fill: #f5f5f40d; } @@ -12094,10 +16618,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f480; } +.fill-stone-100\\/55 { + fill: #f5f5f48c; +} + .fill-stone-100\\/60 { fill: #f5f5f499; } +.fill-stone-100\\/65 { + fill: #f5f5f4a6; +} + .fill-stone-100\\/70 { fill: #f5f5f4b3; } @@ -12110,6 +16642,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f5f4cc; } +.fill-stone-100\\/85 { + fill: #f5f5f4d9; +} + .fill-stone-100\\/90 { fill: #f5f5f4e6; } @@ -12134,6 +16670,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e7e5e4; } +.fill-stone-200\\/15 { + fill: #e7e5e426; +} + .fill-stone-200\\/20 { fill: #e7e5e433; } @@ -12146,10 +16686,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e7e5e44d; } +.fill-stone-200\\/35 { + fill: #e7e5e459; +} + .fill-stone-200\\/40 { fill: #e7e5e466; } +.fill-stone-200\\/45 { + fill: #e7e5e473; +} + .fill-stone-200\\/5 { fill: #e7e5e40d; } @@ -12158,10 +16706,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e7e5e480; } +.fill-stone-200\\/55 { + fill: #e7e5e48c; +} + .fill-stone-200\\/60 { fill: #e7e5e499; } +.fill-stone-200\\/65 { + fill: #e7e5e4a6; +} + .fill-stone-200\\/70 { fill: #e7e5e4b3; } @@ -12174,6 +16730,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e7e5e4cc; } +.fill-stone-200\\/85 { + fill: #e7e5e4d9; +} + .fill-stone-200\\/90 { fill: #e7e5e4e6; } @@ -12198,6 +16758,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d6d3d1; } +.fill-stone-300\\/15 { + fill: #d6d3d126; +} + .fill-stone-300\\/20 { fill: #d6d3d133; } @@ -12210,10 +16774,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d6d3d14d; } +.fill-stone-300\\/35 { + fill: #d6d3d159; +} + .fill-stone-300\\/40 { fill: #d6d3d166; } +.fill-stone-300\\/45 { + fill: #d6d3d173; +} + .fill-stone-300\\/5 { fill: #d6d3d10d; } @@ -12222,10 +16794,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d6d3d180; } +.fill-stone-300\\/55 { + fill: #d6d3d18c; +} + .fill-stone-300\\/60 { fill: #d6d3d199; } +.fill-stone-300\\/65 { + fill: #d6d3d1a6; +} + .fill-stone-300\\/70 { fill: #d6d3d1b3; } @@ -12238,6 +16818,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d6d3d1cc; } +.fill-stone-300\\/85 { + fill: #d6d3d1d9; +} + .fill-stone-300\\/90 { fill: #d6d3d1e6; } @@ -12262,6 +16846,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a8a29e; } +.fill-stone-400\\/15 { + fill: #a8a29e26; +} + .fill-stone-400\\/20 { fill: #a8a29e33; } @@ -12274,10 +16862,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a8a29e4d; } +.fill-stone-400\\/35 { + fill: #a8a29e59; +} + .fill-stone-400\\/40 { fill: #a8a29e66; } +.fill-stone-400\\/45 { + fill: #a8a29e73; +} + .fill-stone-400\\/5 { fill: #a8a29e0d; } @@ -12286,10 +16882,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a8a29e80; } +.fill-stone-400\\/55 { + fill: #a8a29e8c; +} + .fill-stone-400\\/60 { fill: #a8a29e99; } +.fill-stone-400\\/65 { + fill: #a8a29ea6; +} + .fill-stone-400\\/70 { fill: #a8a29eb3; } @@ -12302,6 +16906,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a8a29ecc; } +.fill-stone-400\\/85 { + fill: #a8a29ed9; +} + .fill-stone-400\\/90 { fill: #a8a29ee6; } @@ -12326,6 +16934,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafaf9; } +.fill-stone-50\\/15 { + fill: #fafaf926; +} + .fill-stone-50\\/20 { fill: #fafaf933; } @@ -12338,10 +16950,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafaf94d; } +.fill-stone-50\\/35 { + fill: #fafaf959; +} + .fill-stone-50\\/40 { fill: #fafaf966; } +.fill-stone-50\\/45 { + fill: #fafaf973; +} + .fill-stone-50\\/5 { fill: #fafaf90d; } @@ -12350,10 +16970,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafaf980; } +.fill-stone-50\\/55 { + fill: #fafaf98c; +} + .fill-stone-50\\/60 { fill: #fafaf999; } +.fill-stone-50\\/65 { + fill: #fafaf9a6; +} + .fill-stone-50\\/70 { fill: #fafaf9b3; } @@ -12366,6 +16994,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafaf9cc; } +.fill-stone-50\\/85 { + fill: #fafaf9d9; +} + .fill-stone-50\\/90 { fill: #fafaf9e6; } @@ -12390,6 +17022,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78716c; } +.fill-stone-500\\/15 { + fill: #78716c26; +} + .fill-stone-500\\/20 { fill: #78716c33; } @@ -12402,10 +17038,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78716c4d; } +.fill-stone-500\\/35 { + fill: #78716c59; +} + .fill-stone-500\\/40 { fill: #78716c66; } +.fill-stone-500\\/45 { + fill: #78716c73; +} + .fill-stone-500\\/5 { fill: #78716c0d; } @@ -12414,10 +17058,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78716c80; } +.fill-stone-500\\/55 { + fill: #78716c8c; +} + .fill-stone-500\\/60 { fill: #78716c99; } +.fill-stone-500\\/65 { + fill: #78716ca6; +} + .fill-stone-500\\/70 { fill: #78716cb3; } @@ -12430,6 +17082,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #78716ccc; } +.fill-stone-500\\/85 { + fill: #78716cd9; +} + .fill-stone-500\\/90 { fill: #78716ce6; } @@ -12454,6 +17110,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #57534e; } +.fill-stone-600\\/15 { + fill: #57534e26; +} + .fill-stone-600\\/20 { fill: #57534e33; } @@ -12466,10 +17126,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #57534e4d; } +.fill-stone-600\\/35 { + fill: #57534e59; +} + .fill-stone-600\\/40 { fill: #57534e66; } +.fill-stone-600\\/45 { + fill: #57534e73; +} + .fill-stone-600\\/5 { fill: #57534e0d; } @@ -12478,10 +17146,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #57534e80; } +.fill-stone-600\\/55 { + fill: #57534e8c; +} + .fill-stone-600\\/60 { fill: #57534e99; } +.fill-stone-600\\/65 { + fill: #57534ea6; +} + .fill-stone-600\\/70 { fill: #57534eb3; } @@ -12494,6 +17170,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #57534ecc; } +.fill-stone-600\\/85 { + fill: #57534ed9; +} + .fill-stone-600\\/90 { fill: #57534ee6; } @@ -12518,6 +17198,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #44403c; } +.fill-stone-700\\/15 { + fill: #44403c26; +} + .fill-stone-700\\/20 { fill: #44403c33; } @@ -12530,10 +17214,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #44403c4d; } +.fill-stone-700\\/35 { + fill: #44403c59; +} + .fill-stone-700\\/40 { fill: #44403c66; } +.fill-stone-700\\/45 { + fill: #44403c73; +} + .fill-stone-700\\/5 { fill: #44403c0d; } @@ -12542,10 +17234,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #44403c80; } +.fill-stone-700\\/55 { + fill: #44403c8c; +} + .fill-stone-700\\/60 { fill: #44403c99; } +.fill-stone-700\\/65 { + fill: #44403ca6; +} + .fill-stone-700\\/70 { fill: #44403cb3; } @@ -12558,6 +17258,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #44403ccc; } +.fill-stone-700\\/85 { + fill: #44403cd9; +} + .fill-stone-700\\/90 { fill: #44403ce6; } @@ -12582,6 +17286,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #292524; } +.fill-stone-800\\/15 { + fill: #29252426; +} + .fill-stone-800\\/20 { fill: #29252433; } @@ -12594,10 +17302,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2925244d; } +.fill-stone-800\\/35 { + fill: #29252459; +} + .fill-stone-800\\/40 { fill: #29252466; } +.fill-stone-800\\/45 { + fill: #29252473; +} + .fill-stone-800\\/5 { fill: #2925240d; } @@ -12606,10 +17322,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #29252480; } +.fill-stone-800\\/55 { + fill: #2925248c; +} + .fill-stone-800\\/60 { fill: #29252499; } +.fill-stone-800\\/65 { + fill: #292524a6; +} + .fill-stone-800\\/70 { fill: #292524b3; } @@ -12622,6 +17346,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #292524cc; } +.fill-stone-800\\/85 { + fill: #292524d9; +} + .fill-stone-800\\/90 { fill: #292524e6; } @@ -12646,6 +17374,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1c1917; } +.fill-stone-900\\/15 { + fill: #1c191726; +} + .fill-stone-900\\/20 { fill: #1c191733; } @@ -12658,10 +17390,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1c19174d; } +.fill-stone-900\\/35 { + fill: #1c191759; +} + .fill-stone-900\\/40 { fill: #1c191766; } +.fill-stone-900\\/45 { + fill: #1c191773; +} + .fill-stone-900\\/5 { fill: #1c19170d; } @@ -12670,10 +17410,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1c191780; } +.fill-stone-900\\/55 { + fill: #1c19178c; +} + .fill-stone-900\\/60 { fill: #1c191799; } +.fill-stone-900\\/65 { + fill: #1c1917a6; +} + .fill-stone-900\\/70 { fill: #1c1917b3; } @@ -12686,6 +17434,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #1c1917cc; } +.fill-stone-900\\/85 { + fill: #1c1917d9; +} + .fill-stone-900\\/90 { fill: #1c1917e6; } @@ -12710,6 +17462,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c0a09; } +.fill-stone-950\\/15 { + fill: #0c0a0926; +} + .fill-stone-950\\/20 { fill: #0c0a0933; } @@ -12722,10 +17478,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c0a094d; } +.fill-stone-950\\/35 { + fill: #0c0a0959; +} + .fill-stone-950\\/40 { fill: #0c0a0966; } +.fill-stone-950\\/45 { + fill: #0c0a0973; +} + .fill-stone-950\\/5 { fill: #0c0a090d; } @@ -12734,10 +17498,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c0a0980; } +.fill-stone-950\\/55 { + fill: #0c0a098c; +} + .fill-stone-950\\/60 { fill: #0c0a0999; } +.fill-stone-950\\/65 { + fill: #0c0a09a6; +} + .fill-stone-950\\/70 { fill: #0c0a09b3; } @@ -12750,6 +17522,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0c0a09cc; } +.fill-stone-950\\/85 { + fill: #0c0a09d9; +} + .fill-stone-950\\/90 { fill: #0c0a09e6; } @@ -12774,6 +17550,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ccfbf1; } +.fill-teal-100\\/15 { + fill: #ccfbf126; +} + .fill-teal-100\\/20 { fill: #ccfbf133; } @@ -12786,10 +17566,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ccfbf14d; } +.fill-teal-100\\/35 { + fill: #ccfbf159; +} + .fill-teal-100\\/40 { fill: #ccfbf166; } +.fill-teal-100\\/45 { + fill: #ccfbf173; +} + .fill-teal-100\\/5 { fill: #ccfbf10d; } @@ -12798,10 +17586,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ccfbf180; } +.fill-teal-100\\/55 { + fill: #ccfbf18c; +} + .fill-teal-100\\/60 { fill: #ccfbf199; } +.fill-teal-100\\/65 { + fill: #ccfbf1a6; +} + .fill-teal-100\\/70 { fill: #ccfbf1b3; } @@ -12814,6 +17610,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ccfbf1cc; } +.fill-teal-100\\/85 { + fill: #ccfbf1d9; +} + .fill-teal-100\\/90 { fill: #ccfbf1e6; } @@ -12838,6 +17638,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #99f6e4; } +.fill-teal-200\\/15 { + fill: #99f6e426; +} + .fill-teal-200\\/20 { fill: #99f6e433; } @@ -12850,10 +17654,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #99f6e44d; } +.fill-teal-200\\/35 { + fill: #99f6e459; +} + .fill-teal-200\\/40 { fill: #99f6e466; } +.fill-teal-200\\/45 { + fill: #99f6e473; +} + .fill-teal-200\\/5 { fill: #99f6e40d; } @@ -12862,10 +17674,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #99f6e480; } +.fill-teal-200\\/55 { + fill: #99f6e48c; +} + .fill-teal-200\\/60 { fill: #99f6e499; } +.fill-teal-200\\/65 { + fill: #99f6e4a6; +} + .fill-teal-200\\/70 { fill: #99f6e4b3; } @@ -12878,6 +17698,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #99f6e4cc; } +.fill-teal-200\\/85 { + fill: #99f6e4d9; +} + .fill-teal-200\\/90 { fill: #99f6e4e6; } @@ -12902,6 +17726,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5eead4; } +.fill-teal-300\\/15 { + fill: #5eead426; +} + .fill-teal-300\\/20 { fill: #5eead433; } @@ -12914,10 +17742,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5eead44d; } +.fill-teal-300\\/35 { + fill: #5eead459; +} + .fill-teal-300\\/40 { fill: #5eead466; } +.fill-teal-300\\/45 { + fill: #5eead473; +} + .fill-teal-300\\/5 { fill: #5eead40d; } @@ -12926,10 +17762,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5eead480; } +.fill-teal-300\\/55 { + fill: #5eead48c; +} + .fill-teal-300\\/60 { fill: #5eead499; } +.fill-teal-300\\/65 { + fill: #5eead4a6; +} + .fill-teal-300\\/70 { fill: #5eead4b3; } @@ -12942,6 +17786,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5eead4cc; } +.fill-teal-300\\/85 { + fill: #5eead4d9; +} + .fill-teal-300\\/90 { fill: #5eead4e6; } @@ -12966,6 +17814,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2dd4bf; } +.fill-teal-400\\/15 { + fill: #2dd4bf26; +} + .fill-teal-400\\/20 { fill: #2dd4bf33; } @@ -12978,10 +17830,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2dd4bf4d; } +.fill-teal-400\\/35 { + fill: #2dd4bf59; +} + .fill-teal-400\\/40 { fill: #2dd4bf66; } +.fill-teal-400\\/45 { + fill: #2dd4bf73; +} + .fill-teal-400\\/5 { fill: #2dd4bf0d; } @@ -12990,10 +17850,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2dd4bf80; } +.fill-teal-400\\/55 { + fill: #2dd4bf8c; +} + .fill-teal-400\\/60 { fill: #2dd4bf99; } +.fill-teal-400\\/65 { + fill: #2dd4bfa6; +} + .fill-teal-400\\/70 { fill: #2dd4bfb3; } @@ -13006,6 +17874,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2dd4bfcc; } +.fill-teal-400\\/85 { + fill: #2dd4bfd9; +} + .fill-teal-400\\/90 { fill: #2dd4bfe6; } @@ -13030,6 +17902,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdfa; } +.fill-teal-50\\/15 { + fill: #f0fdfa26; +} + .fill-teal-50\\/20 { fill: #f0fdfa33; } @@ -13042,10 +17918,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdfa4d; } +.fill-teal-50\\/35 { + fill: #f0fdfa59; +} + .fill-teal-50\\/40 { fill: #f0fdfa66; } +.fill-teal-50\\/45 { + fill: #f0fdfa73; +} + .fill-teal-50\\/5 { fill: #f0fdfa0d; } @@ -13054,10 +17938,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdfa80; } +.fill-teal-50\\/55 { + fill: #f0fdfa8c; +} + .fill-teal-50\\/60 { fill: #f0fdfa99; } +.fill-teal-50\\/65 { + fill: #f0fdfaa6; +} + .fill-teal-50\\/70 { fill: #f0fdfab3; } @@ -13070,6 +17962,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f0fdfacc; } +.fill-teal-50\\/85 { + fill: #f0fdfad9; +} + .fill-teal-50\\/90 { fill: #f0fdfae6; } @@ -13094,6 +17990,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14b8a6; } +.fill-teal-500\\/15 { + fill: #14b8a626; +} + .fill-teal-500\\/20 { fill: #14b8a633; } @@ -13106,10 +18006,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14b8a64d; } +.fill-teal-500\\/35 { + fill: #14b8a659; +} + .fill-teal-500\\/40 { fill: #14b8a666; } +.fill-teal-500\\/45 { + fill: #14b8a673; +} + .fill-teal-500\\/5 { fill: #14b8a60d; } @@ -13118,10 +18026,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14b8a680; } +.fill-teal-500\\/55 { + fill: #14b8a68c; +} + .fill-teal-500\\/60 { fill: #14b8a699; } +.fill-teal-500\\/65 { + fill: #14b8a6a6; +} + .fill-teal-500\\/70 { fill: #14b8a6b3; } @@ -13134,6 +18050,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #14b8a6cc; } +.fill-teal-500\\/85 { + fill: #14b8a6d9; +} + .fill-teal-500\\/90 { fill: #14b8a6e6; } @@ -13158,6 +18078,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0d9488; } +.fill-teal-600\\/15 { + fill: #0d948826; +} + .fill-teal-600\\/20 { fill: #0d948833; } @@ -13170,10 +18094,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0d94884d; } +.fill-teal-600\\/35 { + fill: #0d948859; +} + .fill-teal-600\\/40 { fill: #0d948866; } +.fill-teal-600\\/45 { + fill: #0d948873; +} + .fill-teal-600\\/5 { fill: #0d94880d; } @@ -13182,10 +18114,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0d948880; } +.fill-teal-600\\/55 { + fill: #0d94888c; +} + .fill-teal-600\\/60 { fill: #0d948899; } +.fill-teal-600\\/65 { + fill: #0d9488a6; +} + .fill-teal-600\\/70 { fill: #0d9488b3; } @@ -13198,6 +18138,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0d9488cc; } +.fill-teal-600\\/85 { + fill: #0d9488d9; +} + .fill-teal-600\\/90 { fill: #0d9488e6; } @@ -13222,6 +18166,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f766e; } +.fill-teal-700\\/15 { + fill: #0f766e26; +} + .fill-teal-700\\/20 { fill: #0f766e33; } @@ -13234,10 +18182,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f766e4d; } +.fill-teal-700\\/35 { + fill: #0f766e59; +} + .fill-teal-700\\/40 { fill: #0f766e66; } +.fill-teal-700\\/45 { + fill: #0f766e73; +} + .fill-teal-700\\/5 { fill: #0f766e0d; } @@ -13246,10 +18202,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f766e80; } +.fill-teal-700\\/55 { + fill: #0f766e8c; +} + .fill-teal-700\\/60 { fill: #0f766e99; } +.fill-teal-700\\/65 { + fill: #0f766ea6; +} + .fill-teal-700\\/70 { fill: #0f766eb3; } @@ -13262,6 +18226,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0f766ecc; } +.fill-teal-700\\/85 { + fill: #0f766ed9; +} + .fill-teal-700\\/90 { fill: #0f766ee6; } @@ -13286,6 +18254,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #115e59; } +.fill-teal-800\\/15 { + fill: #115e5926; +} + .fill-teal-800\\/20 { fill: #115e5933; } @@ -13298,10 +18270,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #115e594d; } +.fill-teal-800\\/35 { + fill: #115e5959; +} + .fill-teal-800\\/40 { fill: #115e5966; } +.fill-teal-800\\/45 { + fill: #115e5973; +} + .fill-teal-800\\/5 { fill: #115e590d; } @@ -13310,10 +18290,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #115e5980; } +.fill-teal-800\\/55 { + fill: #115e598c; +} + .fill-teal-800\\/60 { fill: #115e5999; } +.fill-teal-800\\/65 { + fill: #115e59a6; +} + .fill-teal-800\\/70 { fill: #115e59b3; } @@ -13326,6 +18314,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #115e59cc; } +.fill-teal-800\\/85 { + fill: #115e59d9; +} + .fill-teal-800\\/90 { fill: #115e59e6; } @@ -13350,6 +18342,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #134e4a; } +.fill-teal-900\\/15 { + fill: #134e4a26; +} + .fill-teal-900\\/20 { fill: #134e4a33; } @@ -13362,10 +18358,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #134e4a4d; } +.fill-teal-900\\/35 { + fill: #134e4a59; +} + .fill-teal-900\\/40 { fill: #134e4a66; } +.fill-teal-900\\/45 { + fill: #134e4a73; +} + .fill-teal-900\\/5 { fill: #134e4a0d; } @@ -13374,10 +18378,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #134e4a80; } +.fill-teal-900\\/55 { + fill: #134e4a8c; +} + .fill-teal-900\\/60 { fill: #134e4a99; } +.fill-teal-900\\/65 { + fill: #134e4aa6; +} + .fill-teal-900\\/70 { fill: #134e4ab3; } @@ -13390,6 +18402,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #134e4acc; } +.fill-teal-900\\/85 { + fill: #134e4ad9; +} + .fill-teal-900\\/90 { fill: #134e4ae6; } @@ -13414,6 +18430,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #042f2e; } +.fill-teal-950\\/15 { + fill: #042f2e26; +} + .fill-teal-950\\/20 { fill: #042f2e33; } @@ -13426,10 +18446,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #042f2e4d; } +.fill-teal-950\\/35 { + fill: #042f2e59; +} + .fill-teal-950\\/40 { fill: #042f2e66; } +.fill-teal-950\\/45 { + fill: #042f2e73; +} + .fill-teal-950\\/5 { fill: #042f2e0d; } @@ -13438,10 +18466,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #042f2e80; } +.fill-teal-950\\/55 { + fill: #042f2e8c; +} + .fill-teal-950\\/60 { fill: #042f2e99; } +.fill-teal-950\\/65 { + fill: #042f2ea6; +} + .fill-teal-950\\/70 { fill: #042f2eb3; } @@ -13454,6 +18490,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #042f2ecc; } +.fill-teal-950\\/85 { + fill: #042f2ed9; +} + .fill-teal-950\\/90 { fill: #042f2ee6; } @@ -13474,6 +18514,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #000; } +.fill-transparent\\/15 { + fill: #00000026; +} + .fill-transparent\\/20 { fill: #0003; } @@ -13486,10 +18530,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #0000004d; } +.fill-transparent\\/35 { + fill: #00000059; +} + .fill-transparent\\/40 { fill: #0006; } +.fill-transparent\\/45 { + fill: #00000073; +} + .fill-transparent\\/5 { fill: #0000000d; } @@ -13498,10 +18550,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #00000080; } +.fill-transparent\\/55 { + fill: #0000008c; +} + .fill-transparent\\/60 { fill: #0009; } +.fill-transparent\\/65 { + fill: #000000a6; +} + .fill-transparent\\/70 { fill: #000000b3; } @@ -13514,6 +18574,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #000c; } +.fill-transparent\\/85 { + fill: #000000d9; +} + .fill-transparent\\/90 { fill: #000000e6; } @@ -13538,6 +18602,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ede9fe; } +.fill-violet-100\\/15 { + fill: #ede9fe26; +} + .fill-violet-100\\/20 { fill: #ede9fe33; } @@ -13550,10 +18618,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ede9fe4d; } +.fill-violet-100\\/35 { + fill: #ede9fe59; +} + .fill-violet-100\\/40 { fill: #ede9fe66; } +.fill-violet-100\\/45 { + fill: #ede9fe73; +} + .fill-violet-100\\/5 { fill: #ede9fe0d; } @@ -13562,10 +18638,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ede9fe80; } +.fill-violet-100\\/55 { + fill: #ede9fe8c; +} + .fill-violet-100\\/60 { fill: #ede9fe99; } +.fill-violet-100\\/65 { + fill: #ede9fea6; +} + .fill-violet-100\\/70 { fill: #ede9feb3; } @@ -13578,6 +18662,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ede9fecc; } +.fill-violet-100\\/85 { + fill: #ede9fed9; +} + .fill-violet-100\\/90 { fill: #ede9fee6; } @@ -13602,6 +18690,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ddd6fe; } +.fill-violet-200\\/15 { + fill: #ddd6fe26; +} + .fill-violet-200\\/20 { fill: #ddd6fe33; } @@ -13614,10 +18706,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ddd6fe4d; } +.fill-violet-200\\/35 { + fill: #ddd6fe59; +} + .fill-violet-200\\/40 { fill: #ddd6fe66; } +.fill-violet-200\\/45 { + fill: #ddd6fe73; +} + .fill-violet-200\\/5 { fill: #ddd6fe0d; } @@ -13626,10 +18726,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ddd6fe80; } +.fill-violet-200\\/55 { + fill: #ddd6fe8c; +} + .fill-violet-200\\/60 { fill: #ddd6fe99; } +.fill-violet-200\\/65 { + fill: #ddd6fea6; +} + .fill-violet-200\\/70 { fill: #ddd6feb3; } @@ -13642,6 +18750,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ddd6fecc; } +.fill-violet-200\\/85 { + fill: #ddd6fed9; +} + .fill-violet-200\\/90 { fill: #ddd6fee6; } @@ -13666,6 +18778,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c4b5fd; } +.fill-violet-300\\/15 { + fill: #c4b5fd26; +} + .fill-violet-300\\/20 { fill: #c4b5fd33; } @@ -13678,10 +18794,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c4b5fd4d; } +.fill-violet-300\\/35 { + fill: #c4b5fd59; +} + .fill-violet-300\\/40 { fill: #c4b5fd66; } +.fill-violet-300\\/45 { + fill: #c4b5fd73; +} + .fill-violet-300\\/5 { fill: #c4b5fd0d; } @@ -13690,10 +18814,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c4b5fd80; } +.fill-violet-300\\/55 { + fill: #c4b5fd8c; +} + .fill-violet-300\\/60 { fill: #c4b5fd99; } +.fill-violet-300\\/65 { + fill: #c4b5fda6; +} + .fill-violet-300\\/70 { fill: #c4b5fdb3; } @@ -13706,6 +18838,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #c4b5fdcc; } +.fill-violet-300\\/85 { + fill: #c4b5fdd9; +} + .fill-violet-300\\/90 { fill: #c4b5fde6; } @@ -13730,6 +18866,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a78bfa; } +.fill-violet-400\\/15 { + fill: #a78bfa26; +} + .fill-violet-400\\/20 { fill: #a78bfa33; } @@ -13742,10 +18882,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a78bfa4d; } +.fill-violet-400\\/35 { + fill: #a78bfa59; +} + .fill-violet-400\\/40 { fill: #a78bfa66; } +.fill-violet-400\\/45 { + fill: #a78bfa73; +} + .fill-violet-400\\/5 { fill: #a78bfa0d; } @@ -13754,10 +18902,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a78bfa80; } +.fill-violet-400\\/55 { + fill: #a78bfa8c; +} + .fill-violet-400\\/60 { fill: #a78bfa99; } +.fill-violet-400\\/65 { + fill: #a78bfaa6; +} + .fill-violet-400\\/70 { fill: #a78bfab3; } @@ -13770,6 +18926,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a78bfacc; } +.fill-violet-400\\/85 { + fill: #a78bfad9; +} + .fill-violet-400\\/90 { fill: #a78bfae6; } @@ -13794,6 +18954,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f3ff; } +.fill-violet-50\\/15 { + fill: #f5f3ff26; +} + .fill-violet-50\\/20 { fill: #f5f3ff33; } @@ -13806,10 +18970,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f3ff4d; } +.fill-violet-50\\/35 { + fill: #f5f3ff59; +} + .fill-violet-50\\/40 { fill: #f5f3ff66; } +.fill-violet-50\\/45 { + fill: #f5f3ff73; +} + .fill-violet-50\\/5 { fill: #f5f3ff0d; } @@ -13818,10 +18990,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f3ff80; } +.fill-violet-50\\/55 { + fill: #f5f3ff8c; +} + .fill-violet-50\\/60 { fill: #f5f3ff99; } +.fill-violet-50\\/65 { + fill: #f5f3ffa6; +} + .fill-violet-50\\/70 { fill: #f5f3ffb3; } @@ -13834,6 +19014,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f5f3ffcc; } +.fill-violet-50\\/85 { + fill: #f5f3ffd9; +} + .fill-violet-50\\/90 { fill: #f5f3ffe6; } @@ -13858,6 +19042,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #8b5cf6; } +.fill-violet-500\\/15 { + fill: #8b5cf626; +} + .fill-violet-500\\/20 { fill: #8b5cf633; } @@ -13870,10 +19058,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #8b5cf64d; } +.fill-violet-500\\/35 { + fill: #8b5cf659; +} + .fill-violet-500\\/40 { fill: #8b5cf666; } +.fill-violet-500\\/45 { + fill: #8b5cf673; +} + .fill-violet-500\\/5 { fill: #8b5cf60d; } @@ -13882,10 +19078,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #8b5cf680; } +.fill-violet-500\\/55 { + fill: #8b5cf68c; +} + .fill-violet-500\\/60 { fill: #8b5cf699; } +.fill-violet-500\\/65 { + fill: #8b5cf6a6; +} + .fill-violet-500\\/70 { fill: #8b5cf6b3; } @@ -13898,6 +19102,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #8b5cf6cc; } +.fill-violet-500\\/85 { + fill: #8b5cf6d9; +} + .fill-violet-500\\/90 { fill: #8b5cf6e6; } @@ -13922,6 +19130,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c3aed; } +.fill-violet-600\\/15 { + fill: #7c3aed26; +} + .fill-violet-600\\/20 { fill: #7c3aed33; } @@ -13934,10 +19146,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c3aed4d; } +.fill-violet-600\\/35 { + fill: #7c3aed59; +} + .fill-violet-600\\/40 { fill: #7c3aed66; } +.fill-violet-600\\/45 { + fill: #7c3aed73; +} + .fill-violet-600\\/5 { fill: #7c3aed0d; } @@ -13946,10 +19166,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c3aed80; } +.fill-violet-600\\/55 { + fill: #7c3aed8c; +} + .fill-violet-600\\/60 { fill: #7c3aed99; } +.fill-violet-600\\/65 { + fill: #7c3aeda6; +} + .fill-violet-600\\/70 { fill: #7c3aedb3; } @@ -13962,6 +19190,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #7c3aedcc; } +.fill-violet-600\\/85 { + fill: #7c3aedd9; +} + .fill-violet-600\\/90 { fill: #7c3aede6; } @@ -13986,6 +19218,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6d28d9; } +.fill-violet-700\\/15 { + fill: #6d28d926; +} + .fill-violet-700\\/20 { fill: #6d28d933; } @@ -13998,10 +19234,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6d28d94d; } +.fill-violet-700\\/35 { + fill: #6d28d959; +} + .fill-violet-700\\/40 { fill: #6d28d966; } +.fill-violet-700\\/45 { + fill: #6d28d973; +} + .fill-violet-700\\/5 { fill: #6d28d90d; } @@ -14010,10 +19254,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6d28d980; } +.fill-violet-700\\/55 { + fill: #6d28d98c; +} + .fill-violet-700\\/60 { fill: #6d28d999; } +.fill-violet-700\\/65 { + fill: #6d28d9a6; +} + .fill-violet-700\\/70 { fill: #6d28d9b3; } @@ -14026,6 +19278,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #6d28d9cc; } +.fill-violet-700\\/85 { + fill: #6d28d9d9; +} + .fill-violet-700\\/90 { fill: #6d28d9e6; } @@ -14050,6 +19306,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5b21b6; } +.fill-violet-800\\/15 { + fill: #5b21b626; +} + .fill-violet-800\\/20 { fill: #5b21b633; } @@ -14062,10 +19322,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5b21b64d; } +.fill-violet-800\\/35 { + fill: #5b21b659; +} + .fill-violet-800\\/40 { fill: #5b21b666; } +.fill-violet-800\\/45 { + fill: #5b21b673; +} + .fill-violet-800\\/5 { fill: #5b21b60d; } @@ -14074,10 +19342,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5b21b680; } +.fill-violet-800\\/55 { + fill: #5b21b68c; +} + .fill-violet-800\\/60 { fill: #5b21b699; } +.fill-violet-800\\/65 { + fill: #5b21b6a6; +} + .fill-violet-800\\/70 { fill: #5b21b6b3; } @@ -14090,6 +19366,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #5b21b6cc; } +.fill-violet-800\\/85 { + fill: #5b21b6d9; +} + .fill-violet-800\\/90 { fill: #5b21b6e6; } @@ -14114,6 +19394,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c1d95; } +.fill-violet-900\\/15 { + fill: #4c1d9526; +} + .fill-violet-900\\/20 { fill: #4c1d9533; } @@ -14126,10 +19410,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c1d954d; } +.fill-violet-900\\/35 { + fill: #4c1d9559; +} + .fill-violet-900\\/40 { fill: #4c1d9566; } +.fill-violet-900\\/45 { + fill: #4c1d9573; +} + .fill-violet-900\\/5 { fill: #4c1d950d; } @@ -14138,10 +19430,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c1d9580; } +.fill-violet-900\\/55 { + fill: #4c1d958c; +} + .fill-violet-900\\/60 { fill: #4c1d9599; } +.fill-violet-900\\/65 { + fill: #4c1d95a6; +} + .fill-violet-900\\/70 { fill: #4c1d95b3; } @@ -14154,6 +19454,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4c1d95cc; } +.fill-violet-900\\/85 { + fill: #4c1d95d9; +} + .fill-violet-900\\/90 { fill: #4c1d95e6; } @@ -14178,6 +19482,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2e1065; } +.fill-violet-950\\/15 { + fill: #2e106526; +} + .fill-violet-950\\/20 { fill: #2e106533; } @@ -14190,10 +19498,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2e10654d; } +.fill-violet-950\\/35 { + fill: #2e106559; +} + .fill-violet-950\\/40 { fill: #2e106566; } +.fill-violet-950\\/45 { + fill: #2e106573; +} + .fill-violet-950\\/5 { fill: #2e10650d; } @@ -14202,10 +19518,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2e106580; } +.fill-violet-950\\/55 { + fill: #2e10658c; +} + .fill-violet-950\\/60 { fill: #2e106599; } +.fill-violet-950\\/65 { + fill: #2e1065a6; +} + .fill-violet-950\\/70 { fill: #2e1065b3; } @@ -14218,6 +19542,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #2e1065cc; } +.fill-violet-950\\/85 { + fill: #2e1065d9; +} + .fill-violet-950\\/90 { fill: #2e1065e6; } @@ -14242,6 +19570,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fff; } +.fill-white\\/15 { + fill: #ffffff26; +} + .fill-white\\/20 { fill: #fff3; } @@ -14254,10 +19586,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffffff4d; } +.fill-white\\/35 { + fill: #ffffff59; +} + .fill-white\\/40 { fill: #fff6; } +.fill-white\\/45 { + fill: #ffffff73; +} + .fill-white\\/5 { fill: #ffffff0d; } @@ -14266,10 +19606,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ffffff80; } +.fill-white\\/55 { + fill: #ffffff8c; +} + .fill-white\\/60 { fill: #fff9; } +.fill-white\\/65 { + fill: #ffffffa6; +} + .fill-white\\/70 { fill: #ffffffb3; } @@ -14282,6 +19630,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fffc; } +.fill-white\\/85 { + fill: #ffffffd9; +} + .fill-white\\/90 { fill: #ffffffe6; } @@ -14306,6 +19658,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef9c3; } +.fill-yellow-100\\/15 { + fill: #fef9c326; +} + .fill-yellow-100\\/20 { fill: #fef9c333; } @@ -14318,10 +19674,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef9c34d; } +.fill-yellow-100\\/35 { + fill: #fef9c359; +} + .fill-yellow-100\\/40 { fill: #fef9c366; } +.fill-yellow-100\\/45 { + fill: #fef9c373; +} + .fill-yellow-100\\/5 { fill: #fef9c30d; } @@ -14330,10 +19694,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef9c380; } +.fill-yellow-100\\/55 { + fill: #fef9c38c; +} + .fill-yellow-100\\/60 { fill: #fef9c399; } +.fill-yellow-100\\/65 { + fill: #fef9c3a6; +} + .fill-yellow-100\\/70 { fill: #fef9c3b3; } @@ -14346,6 +19718,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef9c3cc; } +.fill-yellow-100\\/85 { + fill: #fef9c3d9; +} + .fill-yellow-100\\/90 { fill: #fef9c3e6; } @@ -14370,6 +19746,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef08a; } +.fill-yellow-200\\/15 { + fill: #fef08a26; +} + .fill-yellow-200\\/20 { fill: #fef08a33; } @@ -14382,10 +19762,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef08a4d; } +.fill-yellow-200\\/35 { + fill: #fef08a59; +} + .fill-yellow-200\\/40 { fill: #fef08a66; } +.fill-yellow-200\\/45 { + fill: #fef08a73; +} + .fill-yellow-200\\/5 { fill: #fef08a0d; } @@ -14394,10 +19782,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef08a80; } +.fill-yellow-200\\/55 { + fill: #fef08a8c; +} + .fill-yellow-200\\/60 { fill: #fef08a99; } +.fill-yellow-200\\/65 { + fill: #fef08aa6; +} + .fill-yellow-200\\/70 { fill: #fef08ab3; } @@ -14410,6 +19806,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fef08acc; } +.fill-yellow-200\\/85 { + fill: #fef08ad9; +} + .fill-yellow-200\\/90 { fill: #fef08ae6; } @@ -14434,6 +19834,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde047; } +.fill-yellow-300\\/15 { + fill: #fde04726; +} + .fill-yellow-300\\/20 { fill: #fde04733; } @@ -14446,10 +19850,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde0474d; } +.fill-yellow-300\\/35 { + fill: #fde04759; +} + .fill-yellow-300\\/40 { fill: #fde04766; } +.fill-yellow-300\\/45 { + fill: #fde04773; +} + .fill-yellow-300\\/5 { fill: #fde0470d; } @@ -14458,10 +19870,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde04780; } +.fill-yellow-300\\/55 { + fill: #fde0478c; +} + .fill-yellow-300\\/60 { fill: #fde04799; } +.fill-yellow-300\\/65 { + fill: #fde047a6; +} + .fill-yellow-300\\/70 { fill: #fde047b3; } @@ -14474,6 +19894,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fde047cc; } +.fill-yellow-300\\/85 { + fill: #fde047d9; +} + .fill-yellow-300\\/90 { fill: #fde047e6; } @@ -14498,6 +19922,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #facc15; } +.fill-yellow-400\\/15 { + fill: #facc1526; +} + .fill-yellow-400\\/20 { fill: #facc1533; } @@ -14510,10 +19938,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #facc154d; } +.fill-yellow-400\\/35 { + fill: #facc1559; +} + .fill-yellow-400\\/40 { fill: #facc1566; } +.fill-yellow-400\\/45 { + fill: #facc1573; +} + .fill-yellow-400\\/5 { fill: #facc150d; } @@ -14522,10 +19958,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #facc1580; } +.fill-yellow-400\\/55 { + fill: #facc158c; +} + .fill-yellow-400\\/60 { fill: #facc1599; } +.fill-yellow-400\\/65 { + fill: #facc15a6; +} + .fill-yellow-400\\/70 { fill: #facc15b3; } @@ -14538,6 +19982,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #facc15cc; } +.fill-yellow-400\\/85 { + fill: #facc15d9; +} + .fill-yellow-400\\/90 { fill: #facc15e6; } @@ -14562,6 +20010,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fefce8; } +.fill-yellow-50\\/15 { + fill: #fefce826; +} + .fill-yellow-50\\/20 { fill: #fefce833; } @@ -14574,10 +20026,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fefce84d; } +.fill-yellow-50\\/35 { + fill: #fefce859; +} + .fill-yellow-50\\/40 { fill: #fefce866; } +.fill-yellow-50\\/45 { + fill: #fefce873; +} + .fill-yellow-50\\/5 { fill: #fefce80d; } @@ -14586,10 +20046,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fefce880; } +.fill-yellow-50\\/55 { + fill: #fefce88c; +} + .fill-yellow-50\\/60 { fill: #fefce899; } +.fill-yellow-50\\/65 { + fill: #fefce8a6; +} + .fill-yellow-50\\/70 { fill: #fefce8b3; } @@ -14602,6 +20070,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fefce8cc; } +.fill-yellow-50\\/85 { + fill: #fefce8d9; +} + .fill-yellow-50\\/90 { fill: #fefce8e6; } @@ -14626,6 +20098,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eab308; } +.fill-yellow-500\\/15 { + fill: #eab30826; +} + .fill-yellow-500\\/20 { fill: #eab30833; } @@ -14638,10 +20114,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eab3084d; } +.fill-yellow-500\\/35 { + fill: #eab30859; +} + .fill-yellow-500\\/40 { fill: #eab30866; } +.fill-yellow-500\\/45 { + fill: #eab30873; +} + .fill-yellow-500\\/5 { fill: #eab3080d; } @@ -14650,10 +20134,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eab30880; } +.fill-yellow-500\\/55 { + fill: #eab3088c; +} + .fill-yellow-500\\/60 { fill: #eab30899; } +.fill-yellow-500\\/65 { + fill: #eab308a6; +} + .fill-yellow-500\\/70 { fill: #eab308b3; } @@ -14666,6 +20158,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #eab308cc; } +.fill-yellow-500\\/85 { + fill: #eab308d9; +} + .fill-yellow-500\\/90 { fill: #eab308e6; } @@ -14690,6 +20186,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ca8a04; } +.fill-yellow-600\\/15 { + fill: #ca8a0426; +} + .fill-yellow-600\\/20 { fill: #ca8a0433; } @@ -14702,10 +20202,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ca8a044d; } +.fill-yellow-600\\/35 { + fill: #ca8a0459; +} + .fill-yellow-600\\/40 { fill: #ca8a0466; } +.fill-yellow-600\\/45 { + fill: #ca8a0473; +} + .fill-yellow-600\\/5 { fill: #ca8a040d; } @@ -14714,10 +20222,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ca8a0480; } +.fill-yellow-600\\/55 { + fill: #ca8a048c; +} + .fill-yellow-600\\/60 { fill: #ca8a0499; } +.fill-yellow-600\\/65 { + fill: #ca8a04a6; +} + .fill-yellow-600\\/70 { fill: #ca8a04b3; } @@ -14730,6 +20246,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #ca8a04cc; } +.fill-yellow-600\\/85 { + fill: #ca8a04d9; +} + .fill-yellow-600\\/90 { fill: #ca8a04e6; } @@ -14754,6 +20274,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a16207; } +.fill-yellow-700\\/15 { + fill: #a1620726; +} + .fill-yellow-700\\/20 { fill: #a1620733; } @@ -14766,10 +20290,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a162074d; } +.fill-yellow-700\\/35 { + fill: #a1620759; +} + .fill-yellow-700\\/40 { fill: #a1620766; } +.fill-yellow-700\\/45 { + fill: #a1620773; +} + .fill-yellow-700\\/5 { fill: #a162070d; } @@ -14778,10 +20310,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a1620780; } +.fill-yellow-700\\/55 { + fill: #a162078c; +} + .fill-yellow-700\\/60 { fill: #a1620799; } +.fill-yellow-700\\/65 { + fill: #a16207a6; +} + .fill-yellow-700\\/70 { fill: #a16207b3; } @@ -14794,6 +20334,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a16207cc; } +.fill-yellow-700\\/85 { + fill: #a16207d9; +} + .fill-yellow-700\\/90 { fill: #a16207e6; } @@ -14818,6 +20362,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #854d0e; } +.fill-yellow-800\\/15 { + fill: #854d0e26; +} + .fill-yellow-800\\/20 { fill: #854d0e33; } @@ -14830,10 +20378,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #854d0e4d; } +.fill-yellow-800\\/35 { + fill: #854d0e59; +} + .fill-yellow-800\\/40 { fill: #854d0e66; } +.fill-yellow-800\\/45 { + fill: #854d0e73; +} + .fill-yellow-800\\/5 { fill: #854d0e0d; } @@ -14842,10 +20398,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #854d0e80; } +.fill-yellow-800\\/55 { + fill: #854d0e8c; +} + .fill-yellow-800\\/60 { fill: #854d0e99; } +.fill-yellow-800\\/65 { + fill: #854d0ea6; +} + .fill-yellow-800\\/70 { fill: #854d0eb3; } @@ -14858,6 +20422,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #854d0ecc; } +.fill-yellow-800\\/85 { + fill: #854d0ed9; +} + .fill-yellow-800\\/90 { fill: #854d0ee6; } @@ -14882,6 +20450,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #713f12; } +.fill-yellow-900\\/15 { + fill: #713f1226; +} + .fill-yellow-900\\/20 { fill: #713f1233; } @@ -14894,10 +20466,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #713f124d; } +.fill-yellow-900\\/35 { + fill: #713f1259; +} + .fill-yellow-900\\/40 { fill: #713f1266; } +.fill-yellow-900\\/45 { + fill: #713f1273; +} + .fill-yellow-900\\/5 { fill: #713f120d; } @@ -14906,10 +20486,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #713f1280; } +.fill-yellow-900\\/55 { + fill: #713f128c; +} + .fill-yellow-900\\/60 { fill: #713f1299; } +.fill-yellow-900\\/65 { + fill: #713f12a6; +} + .fill-yellow-900\\/70 { fill: #713f12b3; } @@ -14922,6 +20510,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #713f12cc; } +.fill-yellow-900\\/85 { + fill: #713f12d9; +} + .fill-yellow-900\\/90 { fill: #713f12e6; } @@ -14946,6 +20538,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #422006; } +.fill-yellow-950\\/15 { + fill: #42200626; +} + .fill-yellow-950\\/20 { fill: #42200633; } @@ -14958,10 +20554,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #4220064d; } +.fill-yellow-950\\/35 { + fill: #42200659; +} + .fill-yellow-950\\/40 { fill: #42200666; } +.fill-yellow-950\\/45 { + fill: #42200673; +} + .fill-yellow-950\\/5 { fill: #4220060d; } @@ -14970,10 +20574,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #42200680; } +.fill-yellow-950\\/55 { + fill: #4220068c; +} + .fill-yellow-950\\/60 { fill: #42200699; } +.fill-yellow-950\\/65 { + fill: #422006a6; +} + .fill-yellow-950\\/70 { fill: #422006b3; } @@ -14986,6 +20598,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #422006cc; } +.fill-yellow-950\\/85 { + fill: #422006d9; +} + .fill-yellow-950\\/90 { fill: #422006e6; } @@ -15010,6 +20626,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f4f4f5; } +.fill-zinc-100\\/15 { + fill: #f4f4f526; +} + .fill-zinc-100\\/20 { fill: #f4f4f533; } @@ -15022,10 +20642,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f4f4f54d; } +.fill-zinc-100\\/35 { + fill: #f4f4f559; +} + .fill-zinc-100\\/40 { fill: #f4f4f566; } +.fill-zinc-100\\/45 { + fill: #f4f4f573; +} + .fill-zinc-100\\/5 { fill: #f4f4f50d; } @@ -15034,10 +20662,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f4f4f580; } +.fill-zinc-100\\/55 { + fill: #f4f4f58c; +} + .fill-zinc-100\\/60 { fill: #f4f4f599; } +.fill-zinc-100\\/65 { + fill: #f4f4f5a6; +} + .fill-zinc-100\\/70 { fill: #f4f4f5b3; } @@ -15050,6 +20686,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #f4f4f5cc; } +.fill-zinc-100\\/85 { + fill: #f4f4f5d9; +} + .fill-zinc-100\\/90 { fill: #f4f4f5e6; } @@ -15074,6 +20714,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e4e4e7; } +.fill-zinc-200\\/15 { + fill: #e4e4e726; +} + .fill-zinc-200\\/20 { fill: #e4e4e733; } @@ -15086,10 +20730,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e4e4e74d; } +.fill-zinc-200\\/35 { + fill: #e4e4e759; +} + .fill-zinc-200\\/40 { fill: #e4e4e766; } +.fill-zinc-200\\/45 { + fill: #e4e4e773; +} + .fill-zinc-200\\/5 { fill: #e4e4e70d; } @@ -15098,10 +20750,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e4e4e780; } +.fill-zinc-200\\/55 { + fill: #e4e4e78c; +} + .fill-zinc-200\\/60 { fill: #e4e4e799; } +.fill-zinc-200\\/65 { + fill: #e4e4e7a6; +} + .fill-zinc-200\\/70 { fill: #e4e4e7b3; } @@ -15114,6 +20774,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #e4e4e7cc; } +.fill-zinc-200\\/85 { + fill: #e4e4e7d9; +} + .fill-zinc-200\\/90 { fill: #e4e4e7e6; } @@ -15138,6 +20802,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d8; } +.fill-zinc-300\\/15 { + fill: #d4d4d826; +} + .fill-zinc-300\\/20 { fill: #d4d4d833; } @@ -15150,10 +20818,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d84d; } +.fill-zinc-300\\/35 { + fill: #d4d4d859; +} + .fill-zinc-300\\/40 { fill: #d4d4d866; } +.fill-zinc-300\\/45 { + fill: #d4d4d873; +} + .fill-zinc-300\\/5 { fill: #d4d4d80d; } @@ -15162,10 +20838,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d880; } +.fill-zinc-300\\/55 { + fill: #d4d4d88c; +} + .fill-zinc-300\\/60 { fill: #d4d4d899; } +.fill-zinc-300\\/65 { + fill: #d4d4d8a6; +} + .fill-zinc-300\\/70 { fill: #d4d4d8b3; } @@ -15178,6 +20862,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #d4d4d8cc; } +.fill-zinc-300\\/85 { + fill: #d4d4d8d9; +} + .fill-zinc-300\\/90 { fill: #d4d4d8e6; } @@ -15202,6 +20890,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a1a1aa; } +.fill-zinc-400\\/15 { + fill: #a1a1aa26; +} + .fill-zinc-400\\/20 { fill: #a1a1aa33; } @@ -15214,10 +20906,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a1a1aa4d; } +.fill-zinc-400\\/35 { + fill: #a1a1aa59; +} + .fill-zinc-400\\/40 { fill: #a1a1aa66; } +.fill-zinc-400\\/45 { + fill: #a1a1aa73; +} + .fill-zinc-400\\/5 { fill: #a1a1aa0d; } @@ -15226,10 +20926,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a1a1aa80; } +.fill-zinc-400\\/55 { + fill: #a1a1aa8c; +} + .fill-zinc-400\\/60 { fill: #a1a1aa99; } +.fill-zinc-400\\/65 { + fill: #a1a1aaa6; +} + .fill-zinc-400\\/70 { fill: #a1a1aab3; } @@ -15242,6 +20950,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #a1a1aacc; } +.fill-zinc-400\\/85 { + fill: #a1a1aad9; +} + .fill-zinc-400\\/90 { fill: #a1a1aae6; } @@ -15266,6 +20978,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafa; } +.fill-zinc-50\\/15 { + fill: #fafafa26; +} + .fill-zinc-50\\/20 { fill: #fafafa33; } @@ -15278,10 +20994,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafa4d; } +.fill-zinc-50\\/35 { + fill: #fafafa59; +} + .fill-zinc-50\\/40 { fill: #fafafa66; } +.fill-zinc-50\\/45 { + fill: #fafafa73; +} + .fill-zinc-50\\/5 { fill: #fafafa0d; } @@ -15290,10 +21014,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafa80; } +.fill-zinc-50\\/55 { + fill: #fafafa8c; +} + .fill-zinc-50\\/60 { fill: #fafafa99; } +.fill-zinc-50\\/65 { + fill: #fafafaa6; +} + .fill-zinc-50\\/70 { fill: #fafafab3; } @@ -15306,6 +21038,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #fafafacc; } +.fill-zinc-50\\/85 { + fill: #fafafad9; +} + .fill-zinc-50\\/90 { fill: #fafafae6; } @@ -15330,6 +21066,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #71717a; } +.fill-zinc-500\\/15 { + fill: #71717a26; +} + .fill-zinc-500\\/20 { fill: #71717a33; } @@ -15342,10 +21082,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #71717a4d; } +.fill-zinc-500\\/35 { + fill: #71717a59; +} + .fill-zinc-500\\/40 { fill: #71717a66; } +.fill-zinc-500\\/45 { + fill: #71717a73; +} + .fill-zinc-500\\/5 { fill: #71717a0d; } @@ -15354,10 +21102,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #71717a80; } +.fill-zinc-500\\/55 { + fill: #71717a8c; +} + .fill-zinc-500\\/60 { fill: #71717a99; } +.fill-zinc-500\\/65 { + fill: #71717aa6; +} + .fill-zinc-500\\/70 { fill: #71717ab3; } @@ -15370,6 +21126,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #71717acc; } +.fill-zinc-500\\/85 { + fill: #71717ad9; +} + .fill-zinc-500\\/90 { fill: #71717ae6; } @@ -15394,6 +21154,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #52525b; } +.fill-zinc-600\\/15 { + fill: #52525b26; +} + .fill-zinc-600\\/20 { fill: #52525b33; } @@ -15406,10 +21170,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #52525b4d; } +.fill-zinc-600\\/35 { + fill: #52525b59; +} + .fill-zinc-600\\/40 { fill: #52525b66; } +.fill-zinc-600\\/45 { + fill: #52525b73; +} + .fill-zinc-600\\/5 { fill: #52525b0d; } @@ -15418,10 +21190,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #52525b80; } +.fill-zinc-600\\/55 { + fill: #52525b8c; +} + .fill-zinc-600\\/60 { fill: #52525b99; } +.fill-zinc-600\\/65 { + fill: #52525ba6; +} + .fill-zinc-600\\/70 { fill: #52525bb3; } @@ -15434,6 +21214,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #52525bcc; } +.fill-zinc-600\\/85 { + fill: #52525bd9; +} + .fill-zinc-600\\/90 { fill: #52525be6; } @@ -15458,6 +21242,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f3f46; } +.fill-zinc-700\\/15 { + fill: #3f3f4626; +} + .fill-zinc-700\\/20 { fill: #3f3f4633; } @@ -15470,10 +21258,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f3f464d; } +.fill-zinc-700\\/35 { + fill: #3f3f4659; +} + .fill-zinc-700\\/40 { fill: #3f3f4666; } +.fill-zinc-700\\/45 { + fill: #3f3f4673; +} + .fill-zinc-700\\/5 { fill: #3f3f460d; } @@ -15482,10 +21278,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f3f4680; } +.fill-zinc-700\\/55 { + fill: #3f3f468c; +} + .fill-zinc-700\\/60 { fill: #3f3f4699; } +.fill-zinc-700\\/65 { + fill: #3f3f46a6; +} + .fill-zinc-700\\/70 { fill: #3f3f46b3; } @@ -15498,6 +21302,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #3f3f46cc; } +.fill-zinc-700\\/85 { + fill: #3f3f46d9; +} + .fill-zinc-700\\/90 { fill: #3f3f46e6; } @@ -15522,6 +21330,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #27272a; } +.fill-zinc-800\\/15 { + fill: #27272a26; +} + .fill-zinc-800\\/20 { fill: #27272a33; } @@ -15534,10 +21346,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #27272a4d; } +.fill-zinc-800\\/35 { + fill: #27272a59; +} + .fill-zinc-800\\/40 { fill: #27272a66; } +.fill-zinc-800\\/45 { + fill: #27272a73; +} + .fill-zinc-800\\/5 { fill: #27272a0d; } @@ -15546,10 +21366,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #27272a80; } +.fill-zinc-800\\/55 { + fill: #27272a8c; +} + .fill-zinc-800\\/60 { fill: #27272a99; } +.fill-zinc-800\\/65 { + fill: #27272aa6; +} + .fill-zinc-800\\/70 { fill: #27272ab3; } @@ -15562,6 +21390,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #27272acc; } +.fill-zinc-800\\/85 { + fill: #27272ad9; +} + .fill-zinc-800\\/90 { fill: #27272ae6; } @@ -15586,6 +21418,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #18181b; } +.fill-zinc-900\\/15 { + fill: #18181b26; +} + .fill-zinc-900\\/20 { fill: #18181b33; } @@ -15598,10 +21434,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #18181b4d; } +.fill-zinc-900\\/35 { + fill: #18181b59; +} + .fill-zinc-900\\/40 { fill: #18181b66; } +.fill-zinc-900\\/45 { + fill: #18181b73; +} + .fill-zinc-900\\/5 { fill: #18181b0d; } @@ -15610,10 +21454,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #18181b80; } +.fill-zinc-900\\/55 { + fill: #18181b8c; +} + .fill-zinc-900\\/60 { fill: #18181b99; } +.fill-zinc-900\\/65 { + fill: #18181ba6; +} + .fill-zinc-900\\/70 { fill: #18181bb3; } @@ -15626,6 +21478,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #18181bcc; } +.fill-zinc-900\\/85 { + fill: #18181bd9; +} + .fill-zinc-900\\/90 { fill: #18181be6; } @@ -15650,6 +21506,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #09090b; } +.fill-zinc-950\\/15 { + fill: #09090b26; +} + .fill-zinc-950\\/20 { fill: #09090b33; } @@ -15662,10 +21522,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #09090b4d; } +.fill-zinc-950\\/35 { + fill: #09090b59; +} + .fill-zinc-950\\/40 { fill: #09090b66; } +.fill-zinc-950\\/45 { + fill: #09090b73; +} + .fill-zinc-950\\/5 { fill: #09090b0d; } @@ -15674,10 +21542,18 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #09090b80; } +.fill-zinc-950\\/55 { + fill: #09090b8c; +} + .fill-zinc-950\\/60 { fill: #09090b99; } +.fill-zinc-950\\/65 { + fill: #09090ba6; +} + .fill-zinc-950\\/70 { fill: #09090bb3; } @@ -15690,6 +21566,10 @@ exports[`should test the 'fill' plugin 1`] = ` fill: #09090bcc; } +.fill-zinc-950\\/85 { + fill: #09090bd9; +} + .fill-zinc-950\\/90 { fill: #09090be6; } diff --git a/tests/plugins/__snapshots__/opacity.test.js.snap b/tests/plugins/__snapshots__/opacity.test.js.snap index eee6b57b2c4f..2560a6af8358 100644 --- a/tests/plugins/__snapshots__/opacity.test.js.snap +++ b/tests/plugins/__snapshots__/opacity.test.js.snap @@ -14,6 +14,10 @@ exports[`should test the 'opacity' plugin 1`] = ` opacity: 1; } +.opacity-15 { + opacity: .15; +} + .opacity-20 { opacity: .2; } @@ -26,10 +30,18 @@ exports[`should test the 'opacity' plugin 1`] = ` opacity: .3; } +.opacity-35 { + opacity: .35; +} + .opacity-40 { opacity: .4; } +.opacity-45 { + opacity: .45; +} + .opacity-5 { opacity: .05; } @@ -38,10 +50,18 @@ exports[`should test the 'opacity' plugin 1`] = ` opacity: .5; } +.opacity-55 { + opacity: .55; +} + .opacity-60 { opacity: .6; } +.opacity-65 { + opacity: .65; +} + .opacity-70 { opacity: .7; } @@ -54,6 +74,10 @@ exports[`should test the 'opacity' plugin 1`] = ` opacity: .8; } +.opacity-85 { + opacity: .85; +} + .opacity-90 { opacity: .9; } diff --git a/tests/plugins/__snapshots__/outlineColor.test.js.snap b/tests/plugins/__snapshots__/outlineColor.test.js.snap index 4801e98c8b6b..87e119c1a9de 100644 --- a/tests/plugins/__snapshots__/outlineColor.test.js.snap +++ b/tests/plugins/__snapshots__/outlineColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef3c7; } +.outline-amber-100\\/15 { + outline-color: #fef3c726; +} + .outline-amber-100\\/20 { outline-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef3c74d; } +.outline-amber-100\\/35 { + outline-color: #fef3c759; +} + .outline-amber-100\\/40 { outline-color: #fef3c766; } +.outline-amber-100\\/45 { + outline-color: #fef3c773; +} + .outline-amber-100\\/5 { outline-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef3c780; } +.outline-amber-100\\/55 { + outline-color: #fef3c78c; +} + .outline-amber-100\\/60 { outline-color: #fef3c799; } +.outline-amber-100\\/65 { + outline-color: #fef3c7a6; +} + .outline-amber-100\\/70 { outline-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef3c7cc; } +.outline-amber-100\\/85 { + outline-color: #fef3c7d9; +} + .outline-amber-100\\/90 { outline-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde68a; } +.outline-amber-200\\/15 { + outline-color: #fde68a26; +} + .outline-amber-200\\/20 { outline-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde68a4d; } +.outline-amber-200\\/35 { + outline-color: #fde68a59; +} + .outline-amber-200\\/40 { outline-color: #fde68a66; } +.outline-amber-200\\/45 { + outline-color: #fde68a73; +} + .outline-amber-200\\/5 { outline-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde68a80; } +.outline-amber-200\\/55 { + outline-color: #fde68a8c; +} + .outline-amber-200\\/60 { outline-color: #fde68a99; } +.outline-amber-200\\/65 { + outline-color: #fde68aa6; +} + .outline-amber-200\\/70 { outline-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde68acc; } +.outline-amber-200\\/85 { + outline-color: #fde68ad9; +} + .outline-amber-200\\/90 { outline-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fcd34d; } +.outline-amber-300\\/15 { + outline-color: #fcd34d26; +} + .outline-amber-300\\/20 { outline-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fcd34d4d; } +.outline-amber-300\\/35 { + outline-color: #fcd34d59; +} + .outline-amber-300\\/40 { outline-color: #fcd34d66; } +.outline-amber-300\\/45 { + outline-color: #fcd34d73; +} + .outline-amber-300\\/5 { outline-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fcd34d80; } +.outline-amber-300\\/55 { + outline-color: #fcd34d8c; +} + .outline-amber-300\\/60 { outline-color: #fcd34d99; } +.outline-amber-300\\/65 { + outline-color: #fcd34da6; +} + .outline-amber-300\\/70 { outline-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fcd34dcc; } +.outline-amber-300\\/85 { + outline-color: #fcd34dd9; +} + .outline-amber-300\\/90 { outline-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbbf24; } +.outline-amber-400\\/15 { + outline-color: #fbbf2426; +} + .outline-amber-400\\/20 { outline-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbbf244d; } +.outline-amber-400\\/35 { + outline-color: #fbbf2459; +} + .outline-amber-400\\/40 { outline-color: #fbbf2466; } +.outline-amber-400\\/45 { + outline-color: #fbbf2473; +} + .outline-amber-400\\/5 { outline-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbbf2480; } +.outline-amber-400\\/55 { + outline-color: #fbbf248c; +} + .outline-amber-400\\/60 { outline-color: #fbbf2499; } +.outline-amber-400\\/65 { + outline-color: #fbbf24a6; +} + .outline-amber-400\\/70 { outline-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbbf24cc; } +.outline-amber-400\\/85 { + outline-color: #fbbf24d9; +} + .outline-amber-400\\/90 { outline-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fffbeb; } +.outline-amber-50\\/15 { + outline-color: #fffbeb26; +} + .outline-amber-50\\/20 { outline-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fffbeb4d; } +.outline-amber-50\\/35 { + outline-color: #fffbeb59; +} + .outline-amber-50\\/40 { outline-color: #fffbeb66; } +.outline-amber-50\\/45 { + outline-color: #fffbeb73; +} + .outline-amber-50\\/5 { outline-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fffbeb80; } +.outline-amber-50\\/55 { + outline-color: #fffbeb8c; +} + .outline-amber-50\\/60 { outline-color: #fffbeb99; } +.outline-amber-50\\/65 { + outline-color: #fffbeba6; +} + .outline-amber-50\\/70 { outline-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fffbebcc; } +.outline-amber-50\\/85 { + outline-color: #fffbebd9; +} + .outline-amber-50\\/90 { outline-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f59e0b; } +.outline-amber-500\\/15 { + outline-color: #f59e0b26; +} + .outline-amber-500\\/20 { outline-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f59e0b4d; } +.outline-amber-500\\/35 { + outline-color: #f59e0b59; +} + .outline-amber-500\\/40 { outline-color: #f59e0b66; } +.outline-amber-500\\/45 { + outline-color: #f59e0b73; +} + .outline-amber-500\\/5 { outline-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f59e0b80; } +.outline-amber-500\\/55 { + outline-color: #f59e0b8c; +} + .outline-amber-500\\/60 { outline-color: #f59e0b99; } +.outline-amber-500\\/65 { + outline-color: #f59e0ba6; +} + .outline-amber-500\\/70 { outline-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f59e0bcc; } +.outline-amber-500\\/85 { + outline-color: #f59e0bd9; +} + .outline-amber-500\\/90 { outline-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d97706; } +.outline-amber-600\\/15 { + outline-color: #d9770626; +} + .outline-amber-600\\/20 { outline-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d977064d; } +.outline-amber-600\\/35 { + outline-color: #d9770659; +} + .outline-amber-600\\/40 { outline-color: #d9770666; } +.outline-amber-600\\/45 { + outline-color: #d9770673; +} + .outline-amber-600\\/5 { outline-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d9770680; } +.outline-amber-600\\/55 { + outline-color: #d977068c; +} + .outline-amber-600\\/60 { outline-color: #d9770699; } +.outline-amber-600\\/65 { + outline-color: #d97706a6; +} + .outline-amber-600\\/70 { outline-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d97706cc; } +.outline-amber-600\\/85 { + outline-color: #d97706d9; +} + .outline-amber-600\\/90 { outline-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b45309; } +.outline-amber-700\\/15 { + outline-color: #b4530926; +} + .outline-amber-700\\/20 { outline-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b453094d; } +.outline-amber-700\\/35 { + outline-color: #b4530959; +} + .outline-amber-700\\/40 { outline-color: #b4530966; } +.outline-amber-700\\/45 { + outline-color: #b4530973; +} + .outline-amber-700\\/5 { outline-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b4530980; } +.outline-amber-700\\/55 { + outline-color: #b453098c; +} + .outline-amber-700\\/60 { outline-color: #b4530999; } +.outline-amber-700\\/65 { + outline-color: #b45309a6; +} + .outline-amber-700\\/70 { outline-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b45309cc; } +.outline-amber-700\\/85 { + outline-color: #b45309d9; +} + .outline-amber-700\\/90 { outline-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #92400e; } +.outline-amber-800\\/15 { + outline-color: #92400e26; +} + .outline-amber-800\\/20 { outline-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #92400e4d; } +.outline-amber-800\\/35 { + outline-color: #92400e59; +} + .outline-amber-800\\/40 { outline-color: #92400e66; } +.outline-amber-800\\/45 { + outline-color: #92400e73; +} + .outline-amber-800\\/5 { outline-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #92400e80; } +.outline-amber-800\\/55 { + outline-color: #92400e8c; +} + .outline-amber-800\\/60 { outline-color: #92400e99; } +.outline-amber-800\\/65 { + outline-color: #92400ea6; +} + .outline-amber-800\\/70 { outline-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #92400ecc; } +.outline-amber-800\\/85 { + outline-color: #92400ed9; +} + .outline-amber-800\\/90 { outline-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78350f; } +.outline-amber-900\\/15 { + outline-color: #78350f26; +} + .outline-amber-900\\/20 { outline-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78350f4d; } +.outline-amber-900\\/35 { + outline-color: #78350f59; +} + .outline-amber-900\\/40 { outline-color: #78350f66; } +.outline-amber-900\\/45 { + outline-color: #78350f73; +} + .outline-amber-900\\/5 { outline-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78350f80; } +.outline-amber-900\\/55 { + outline-color: #78350f8c; +} + .outline-amber-900\\/60 { outline-color: #78350f99; } +.outline-amber-900\\/65 { + outline-color: #78350fa6; +} + .outline-amber-900\\/70 { outline-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78350fcc; } +.outline-amber-900\\/85 { + outline-color: #78350fd9; +} + .outline-amber-900\\/90 { outline-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #451a03; } +.outline-amber-950\\/15 { + outline-color: #451a0326; +} + .outline-amber-950\\/20 { outline-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #451a034d; } +.outline-amber-950\\/35 { + outline-color: #451a0359; +} + .outline-amber-950\\/40 { outline-color: #451a0366; } +.outline-amber-950\\/45 { + outline-color: #451a0373; +} + .outline-amber-950\\/5 { outline-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #451a0380; } +.outline-amber-950\\/55 { + outline-color: #451a038c; +} + .outline-amber-950\\/60 { outline-color: #451a0399; } +.outline-amber-950\\/65 { + outline-color: #451a03a6; +} + .outline-amber-950\\/70 { outline-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #451a03cc; } +.outline-amber-950\\/85 { + outline-color: #451a03d9; +} + .outline-amber-950\\/90 { outline-color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #000; } +.outline-black\\/15 { + outline-color: #00000026; +} + .outline-black\\/20 { outline-color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0000004d; } +.outline-black\\/35 { + outline-color: #00000059; +} + .outline-black\\/40 { outline-color: #0006; } +.outline-black\\/45 { + outline-color: #00000073; +} + .outline-black\\/5 { outline-color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #00000080; } +.outline-black\\/55 { + outline-color: #0000008c; +} + .outline-black\\/60 { outline-color: #0009; } +.outline-black\\/65 { + outline-color: #000000a6; +} + .outline-black\\/70 { outline-color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #000c; } +.outline-black\\/85 { + outline-color: #000000d9; +} + .outline-black\\/90 { outline-color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dbeafe; } +.outline-blue-100\\/15 { + outline-color: #dbeafe26; +} + .outline-blue-100\\/20 { outline-color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dbeafe4d; } +.outline-blue-100\\/35 { + outline-color: #dbeafe59; +} + .outline-blue-100\\/40 { outline-color: #dbeafe66; } +.outline-blue-100\\/45 { + outline-color: #dbeafe73; +} + .outline-blue-100\\/5 { outline-color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dbeafe80; } +.outline-blue-100\\/55 { + outline-color: #dbeafe8c; +} + .outline-blue-100\\/60 { outline-color: #dbeafe99; } +.outline-blue-100\\/65 { + outline-color: #dbeafea6; +} + .outline-blue-100\\/70 { outline-color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dbeafecc; } +.outline-blue-100\\/85 { + outline-color: #dbeafed9; +} + .outline-blue-100\\/90 { outline-color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bfdbfe; } +.outline-blue-200\\/15 { + outline-color: #bfdbfe26; +} + .outline-blue-200\\/20 { outline-color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bfdbfe4d; } +.outline-blue-200\\/35 { + outline-color: #bfdbfe59; +} + .outline-blue-200\\/40 { outline-color: #bfdbfe66; } +.outline-blue-200\\/45 { + outline-color: #bfdbfe73; +} + .outline-blue-200\\/5 { outline-color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bfdbfe80; } +.outline-blue-200\\/55 { + outline-color: #bfdbfe8c; +} + .outline-blue-200\\/60 { outline-color: #bfdbfe99; } +.outline-blue-200\\/65 { + outline-color: #bfdbfea6; +} + .outline-blue-200\\/70 { outline-color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bfdbfecc; } +.outline-blue-200\\/85 { + outline-color: #bfdbfed9; +} + .outline-blue-200\\/90 { outline-color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #93c5fd; } +.outline-blue-300\\/15 { + outline-color: #93c5fd26; +} + .outline-blue-300\\/20 { outline-color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #93c5fd4d; } +.outline-blue-300\\/35 { + outline-color: #93c5fd59; +} + .outline-blue-300\\/40 { outline-color: #93c5fd66; } +.outline-blue-300\\/45 { + outline-color: #93c5fd73; +} + .outline-blue-300\\/5 { outline-color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #93c5fd80; } +.outline-blue-300\\/55 { + outline-color: #93c5fd8c; +} + .outline-blue-300\\/60 { outline-color: #93c5fd99; } +.outline-blue-300\\/65 { + outline-color: #93c5fda6; +} + .outline-blue-300\\/70 { outline-color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #93c5fdcc; } +.outline-blue-300\\/85 { + outline-color: #93c5fdd9; +} + .outline-blue-300\\/90 { outline-color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #60a5fa; } +.outline-blue-400\\/15 { + outline-color: #60a5fa26; +} + .outline-blue-400\\/20 { outline-color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #60a5fa4d; } +.outline-blue-400\\/35 { + outline-color: #60a5fa59; +} + .outline-blue-400\\/40 { outline-color: #60a5fa66; } +.outline-blue-400\\/45 { + outline-color: #60a5fa73; +} + .outline-blue-400\\/5 { outline-color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #60a5fa80; } +.outline-blue-400\\/55 { + outline-color: #60a5fa8c; +} + .outline-blue-400\\/60 { outline-color: #60a5fa99; } +.outline-blue-400\\/65 { + outline-color: #60a5faa6; +} + .outline-blue-400\\/70 { outline-color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #60a5facc; } +.outline-blue-400\\/85 { + outline-color: #60a5fad9; +} + .outline-blue-400\\/90 { outline-color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eff6ff; } +.outline-blue-50\\/15 { + outline-color: #eff6ff26; +} + .outline-blue-50\\/20 { outline-color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eff6ff4d; } +.outline-blue-50\\/35 { + outline-color: #eff6ff59; +} + .outline-blue-50\\/40 { outline-color: #eff6ff66; } +.outline-blue-50\\/45 { + outline-color: #eff6ff73; +} + .outline-blue-50\\/5 { outline-color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eff6ff80; } +.outline-blue-50\\/55 { + outline-color: #eff6ff8c; +} + .outline-blue-50\\/60 { outline-color: #eff6ff99; } +.outline-blue-50\\/65 { + outline-color: #eff6ffa6; +} + .outline-blue-50\\/70 { outline-color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eff6ffcc; } +.outline-blue-50\\/85 { + outline-color: #eff6ffd9; +} + .outline-blue-50\\/90 { outline-color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b82f6; } +.outline-blue-500\\/15 { + outline-color: #3b82f626; +} + .outline-blue-500\\/20 { outline-color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b82f64d; } +.outline-blue-500\\/35 { + outline-color: #3b82f659; +} + .outline-blue-500\\/40 { outline-color: #3b82f666; } +.outline-blue-500\\/45 { + outline-color: #3b82f673; +} + .outline-blue-500\\/5 { outline-color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b82f680; } +.outline-blue-500\\/55 { + outline-color: #3b82f68c; +} + .outline-blue-500\\/60 { outline-color: #3b82f699; } +.outline-blue-500\\/65 { + outline-color: #3b82f6a6; +} + .outline-blue-500\\/70 { outline-color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b82f6cc; } +.outline-blue-500\\/85 { + outline-color: #3b82f6d9; +} + .outline-blue-500\\/90 { outline-color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2563eb; } +.outline-blue-600\\/15 { + outline-color: #2563eb26; +} + .outline-blue-600\\/20 { outline-color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2563eb4d; } +.outline-blue-600\\/35 { + outline-color: #2563eb59; +} + .outline-blue-600\\/40 { outline-color: #2563eb66; } +.outline-blue-600\\/45 { + outline-color: #2563eb73; +} + .outline-blue-600\\/5 { outline-color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2563eb80; } +.outline-blue-600\\/55 { + outline-color: #2563eb8c; +} + .outline-blue-600\\/60 { outline-color: #2563eb99; } +.outline-blue-600\\/65 { + outline-color: #2563eba6; +} + .outline-blue-600\\/70 { outline-color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2563ebcc; } +.outline-blue-600\\/85 { + outline-color: #2563ebd9; +} + .outline-blue-600\\/90 { outline-color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1d4ed8; } +.outline-blue-700\\/15 { + outline-color: #1d4ed826; +} + .outline-blue-700\\/20 { outline-color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1d4ed84d; } +.outline-blue-700\\/35 { + outline-color: #1d4ed859; +} + .outline-blue-700\\/40 { outline-color: #1d4ed866; } +.outline-blue-700\\/45 { + outline-color: #1d4ed873; +} + .outline-blue-700\\/5 { outline-color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1d4ed880; } +.outline-blue-700\\/55 { + outline-color: #1d4ed88c; +} + .outline-blue-700\\/60 { outline-color: #1d4ed899; } +.outline-blue-700\\/65 { + outline-color: #1d4ed8a6; +} + .outline-blue-700\\/70 { outline-color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1d4ed8cc; } +.outline-blue-700\\/85 { + outline-color: #1d4ed8d9; +} + .outline-blue-700\\/90 { outline-color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e40af; } +.outline-blue-800\\/15 { + outline-color: #1e40af26; +} + .outline-blue-800\\/20 { outline-color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e40af4d; } +.outline-blue-800\\/35 { + outline-color: #1e40af59; +} + .outline-blue-800\\/40 { outline-color: #1e40af66; } +.outline-blue-800\\/45 { + outline-color: #1e40af73; +} + .outline-blue-800\\/5 { outline-color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e40af80; } +.outline-blue-800\\/55 { + outline-color: #1e40af8c; +} + .outline-blue-800\\/60 { outline-color: #1e40af99; } +.outline-blue-800\\/65 { + outline-color: #1e40afa6; +} + .outline-blue-800\\/70 { outline-color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e40afcc; } +.outline-blue-800\\/85 { + outline-color: #1e40afd9; +} + .outline-blue-800\\/90 { outline-color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e3a8a; } +.outline-blue-900\\/15 { + outline-color: #1e3a8a26; +} + .outline-blue-900\\/20 { outline-color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e3a8a4d; } +.outline-blue-900\\/35 { + outline-color: #1e3a8a59; +} + .outline-blue-900\\/40 { outline-color: #1e3a8a66; } +.outline-blue-900\\/45 { + outline-color: #1e3a8a73; +} + .outline-blue-900\\/5 { outline-color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e3a8a80; } +.outline-blue-900\\/55 { + outline-color: #1e3a8a8c; +} + .outline-blue-900\\/60 { outline-color: #1e3a8a99; } +.outline-blue-900\\/65 { + outline-color: #1e3a8aa6; +} + .outline-blue-900\\/70 { outline-color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e3a8acc; } +.outline-blue-900\\/85 { + outline-color: #1e3a8ad9; +} + .outline-blue-900\\/90 { outline-color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #172554; } +.outline-blue-950\\/15 { + outline-color: #17255426; +} + .outline-blue-950\\/20 { outline-color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1725544d; } +.outline-blue-950\\/35 { + outline-color: #17255459; +} + .outline-blue-950\\/40 { outline-color: #17255466; } +.outline-blue-950\\/45 { + outline-color: #17255473; +} + .outline-blue-950\\/5 { outline-color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #17255480; } +.outline-blue-950\\/55 { + outline-color: #1725548c; +} + .outline-blue-950\\/60 { outline-color: #17255499; } +.outline-blue-950\\/65 { + outline-color: #172554a6; +} + .outline-blue-950\\/70 { outline-color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #172554cc; } +.outline-blue-950\\/85 { + outline-color: #172554d9; +} + .outline-blue-950\\/90 { outline-color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cffafe; } +.outline-cyan-100\\/15 { + outline-color: #cffafe26; +} + .outline-cyan-100\\/20 { outline-color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cffafe4d; } +.outline-cyan-100\\/35 { + outline-color: #cffafe59; +} + .outline-cyan-100\\/40 { outline-color: #cffafe66; } +.outline-cyan-100\\/45 { + outline-color: #cffafe73; +} + .outline-cyan-100\\/5 { outline-color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cffafe80; } +.outline-cyan-100\\/55 { + outline-color: #cffafe8c; +} + .outline-cyan-100\\/60 { outline-color: #cffafe99; } +.outline-cyan-100\\/65 { + outline-color: #cffafea6; +} + .outline-cyan-100\\/70 { outline-color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cffafecc; } +.outline-cyan-100\\/85 { + outline-color: #cffafed9; +} + .outline-cyan-100\\/90 { outline-color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5f3fc; } +.outline-cyan-200\\/15 { + outline-color: #a5f3fc26; +} + .outline-cyan-200\\/20 { outline-color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5f3fc4d; } +.outline-cyan-200\\/35 { + outline-color: #a5f3fc59; +} + .outline-cyan-200\\/40 { outline-color: #a5f3fc66; } +.outline-cyan-200\\/45 { + outline-color: #a5f3fc73; +} + .outline-cyan-200\\/5 { outline-color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5f3fc80; } +.outline-cyan-200\\/55 { + outline-color: #a5f3fc8c; +} + .outline-cyan-200\\/60 { outline-color: #a5f3fc99; } +.outline-cyan-200\\/65 { + outline-color: #a5f3fca6; +} + .outline-cyan-200\\/70 { outline-color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5f3fccc; } +.outline-cyan-200\\/85 { + outline-color: #a5f3fcd9; +} + .outline-cyan-200\\/90 { outline-color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #67e8f9; } +.outline-cyan-300\\/15 { + outline-color: #67e8f926; +} + .outline-cyan-300\\/20 { outline-color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #67e8f94d; } +.outline-cyan-300\\/35 { + outline-color: #67e8f959; +} + .outline-cyan-300\\/40 { outline-color: #67e8f966; } +.outline-cyan-300\\/45 { + outline-color: #67e8f973; +} + .outline-cyan-300\\/5 { outline-color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #67e8f980; } +.outline-cyan-300\\/55 { + outline-color: #67e8f98c; +} + .outline-cyan-300\\/60 { outline-color: #67e8f999; } +.outline-cyan-300\\/65 { + outline-color: #67e8f9a6; +} + .outline-cyan-300\\/70 { outline-color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #67e8f9cc; } +.outline-cyan-300\\/85 { + outline-color: #67e8f9d9; +} + .outline-cyan-300\\/90 { outline-color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22d3ee; } +.outline-cyan-400\\/15 { + outline-color: #22d3ee26; +} + .outline-cyan-400\\/20 { outline-color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22d3ee4d; } +.outline-cyan-400\\/35 { + outline-color: #22d3ee59; +} + .outline-cyan-400\\/40 { outline-color: #22d3ee66; } +.outline-cyan-400\\/45 { + outline-color: #22d3ee73; +} + .outline-cyan-400\\/5 { outline-color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22d3ee80; } +.outline-cyan-400\\/55 { + outline-color: #22d3ee8c; +} + .outline-cyan-400\\/60 { outline-color: #22d3ee99; } +.outline-cyan-400\\/65 { + outline-color: #22d3eea6; +} + .outline-cyan-400\\/70 { outline-color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22d3eecc; } +.outline-cyan-400\\/85 { + outline-color: #22d3eed9; +} + .outline-cyan-400\\/90 { outline-color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfeff; } +.outline-cyan-50\\/15 { + outline-color: #ecfeff26; +} + .outline-cyan-50\\/20 { outline-color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfeff4d; } +.outline-cyan-50\\/35 { + outline-color: #ecfeff59; +} + .outline-cyan-50\\/40 { outline-color: #ecfeff66; } +.outline-cyan-50\\/45 { + outline-color: #ecfeff73; +} + .outline-cyan-50\\/5 { outline-color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfeff80; } +.outline-cyan-50\\/55 { + outline-color: #ecfeff8c; +} + .outline-cyan-50\\/60 { outline-color: #ecfeff99; } +.outline-cyan-50\\/65 { + outline-color: #ecfeffa6; +} + .outline-cyan-50\\/70 { outline-color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfeffcc; } +.outline-cyan-50\\/85 { + outline-color: #ecfeffd9; +} + .outline-cyan-50\\/90 { outline-color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #06b6d4; } +.outline-cyan-500\\/15 { + outline-color: #06b6d426; +} + .outline-cyan-500\\/20 { outline-color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #06b6d44d; } +.outline-cyan-500\\/35 { + outline-color: #06b6d459; +} + .outline-cyan-500\\/40 { outline-color: #06b6d466; } +.outline-cyan-500\\/45 { + outline-color: #06b6d473; +} + .outline-cyan-500\\/5 { outline-color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #06b6d480; } +.outline-cyan-500\\/55 { + outline-color: #06b6d48c; +} + .outline-cyan-500\\/60 { outline-color: #06b6d499; } +.outline-cyan-500\\/65 { + outline-color: #06b6d4a6; +} + .outline-cyan-500\\/70 { outline-color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #06b6d4cc; } +.outline-cyan-500\\/85 { + outline-color: #06b6d4d9; +} + .outline-cyan-500\\/90 { outline-color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0891b2; } +.outline-cyan-600\\/15 { + outline-color: #0891b226; +} + .outline-cyan-600\\/20 { outline-color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0891b24d; } +.outline-cyan-600\\/35 { + outline-color: #0891b259; +} + .outline-cyan-600\\/40 { outline-color: #0891b266; } +.outline-cyan-600\\/45 { + outline-color: #0891b273; +} + .outline-cyan-600\\/5 { outline-color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0891b280; } +.outline-cyan-600\\/55 { + outline-color: #0891b28c; +} + .outline-cyan-600\\/60 { outline-color: #0891b299; } +.outline-cyan-600\\/65 { + outline-color: #0891b2a6; +} + .outline-cyan-600\\/70 { outline-color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0891b2cc; } +.outline-cyan-600\\/85 { + outline-color: #0891b2d9; +} + .outline-cyan-600\\/90 { outline-color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0e7490; } +.outline-cyan-700\\/15 { + outline-color: #0e749026; +} + .outline-cyan-700\\/20 { outline-color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0e74904d; } +.outline-cyan-700\\/35 { + outline-color: #0e749059; +} + .outline-cyan-700\\/40 { outline-color: #0e749066; } +.outline-cyan-700\\/45 { + outline-color: #0e749073; +} + .outline-cyan-700\\/5 { outline-color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0e749080; } +.outline-cyan-700\\/55 { + outline-color: #0e74908c; +} + .outline-cyan-700\\/60 { outline-color: #0e749099; } +.outline-cyan-700\\/65 { + outline-color: #0e7490a6; +} + .outline-cyan-700\\/70 { outline-color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0e7490cc; } +.outline-cyan-700\\/85 { + outline-color: #0e7490d9; +} + .outline-cyan-700\\/90 { outline-color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #155e75; } +.outline-cyan-800\\/15 { + outline-color: #155e7526; +} + .outline-cyan-800\\/20 { outline-color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #155e754d; } +.outline-cyan-800\\/35 { + outline-color: #155e7559; +} + .outline-cyan-800\\/40 { outline-color: #155e7566; } +.outline-cyan-800\\/45 { + outline-color: #155e7573; +} + .outline-cyan-800\\/5 { outline-color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #155e7580; } +.outline-cyan-800\\/55 { + outline-color: #155e758c; +} + .outline-cyan-800\\/60 { outline-color: #155e7599; } +.outline-cyan-800\\/65 { + outline-color: #155e75a6; +} + .outline-cyan-800\\/70 { outline-color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #155e75cc; } +.outline-cyan-800\\/85 { + outline-color: #155e75d9; +} + .outline-cyan-800\\/90 { outline-color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #164e63; } +.outline-cyan-900\\/15 { + outline-color: #164e6326; +} + .outline-cyan-900\\/20 { outline-color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #164e634d; } +.outline-cyan-900\\/35 { + outline-color: #164e6359; +} + .outline-cyan-900\\/40 { outline-color: #164e6366; } +.outline-cyan-900\\/45 { + outline-color: #164e6373; +} + .outline-cyan-900\\/5 { outline-color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #164e6380; } +.outline-cyan-900\\/55 { + outline-color: #164e638c; +} + .outline-cyan-900\\/60 { outline-color: #164e6399; } +.outline-cyan-900\\/65 { + outline-color: #164e63a6; +} + .outline-cyan-900\\/70 { outline-color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #164e63cc; } +.outline-cyan-900\\/85 { + outline-color: #164e63d9; +} + .outline-cyan-900\\/90 { outline-color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #083344; } +.outline-cyan-950\\/15 { + outline-color: #08334426; +} + .outline-cyan-950\\/20 { outline-color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0833444d; } +.outline-cyan-950\\/35 { + outline-color: #08334459; +} + .outline-cyan-950\\/40 { outline-color: #08334466; } +.outline-cyan-950\\/45 { + outline-color: #08334473; +} + .outline-cyan-950\\/5 { outline-color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #08334480; } +.outline-cyan-950\\/55 { + outline-color: #0833448c; +} + .outline-cyan-950\\/60 { outline-color: #08334499; } +.outline-cyan-950\\/65 { + outline-color: #083344a6; +} + .outline-cyan-950\\/70 { outline-color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #083344cc; } +.outline-cyan-950\\/85 { + outline-color: #083344d9; +} + .outline-cyan-950\\/90 { outline-color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1fae5; } +.outline-emerald-100\\/15 { + outline-color: #d1fae526; +} + .outline-emerald-100\\/20 { outline-color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1fae54d; } +.outline-emerald-100\\/35 { + outline-color: #d1fae559; +} + .outline-emerald-100\\/40 { outline-color: #d1fae566; } +.outline-emerald-100\\/45 { + outline-color: #d1fae573; +} + .outline-emerald-100\\/5 { outline-color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1fae580; } +.outline-emerald-100\\/55 { + outline-color: #d1fae58c; +} + .outline-emerald-100\\/60 { outline-color: #d1fae599; } +.outline-emerald-100\\/65 { + outline-color: #d1fae5a6; +} + .outline-emerald-100\\/70 { outline-color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1fae5cc; } +.outline-emerald-100\\/85 { + outline-color: #d1fae5d9; +} + .outline-emerald-100\\/90 { outline-color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a7f3d0; } +.outline-emerald-200\\/15 { + outline-color: #a7f3d026; +} + .outline-emerald-200\\/20 { outline-color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a7f3d04d; } +.outline-emerald-200\\/35 { + outline-color: #a7f3d059; +} + .outline-emerald-200\\/40 { outline-color: #a7f3d066; } +.outline-emerald-200\\/45 { + outline-color: #a7f3d073; +} + .outline-emerald-200\\/5 { outline-color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a7f3d080; } +.outline-emerald-200\\/55 { + outline-color: #a7f3d08c; +} + .outline-emerald-200\\/60 { outline-color: #a7f3d099; } +.outline-emerald-200\\/65 { + outline-color: #a7f3d0a6; +} + .outline-emerald-200\\/70 { outline-color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a7f3d0cc; } +.outline-emerald-200\\/85 { + outline-color: #a7f3d0d9; +} + .outline-emerald-200\\/90 { outline-color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6ee7b7; } +.outline-emerald-300\\/15 { + outline-color: #6ee7b726; +} + .outline-emerald-300\\/20 { outline-color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6ee7b74d; } +.outline-emerald-300\\/35 { + outline-color: #6ee7b759; +} + .outline-emerald-300\\/40 { outline-color: #6ee7b766; } +.outline-emerald-300\\/45 { + outline-color: #6ee7b773; +} + .outline-emerald-300\\/5 { outline-color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6ee7b780; } +.outline-emerald-300\\/55 { + outline-color: #6ee7b78c; +} + .outline-emerald-300\\/60 { outline-color: #6ee7b799; } +.outline-emerald-300\\/65 { + outline-color: #6ee7b7a6; +} + .outline-emerald-300\\/70 { outline-color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6ee7b7cc; } +.outline-emerald-300\\/85 { + outline-color: #6ee7b7d9; +} + .outline-emerald-300\\/90 { outline-color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #34d399; } +.outline-emerald-400\\/15 { + outline-color: #34d39926; +} + .outline-emerald-400\\/20 { outline-color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #34d3994d; } +.outline-emerald-400\\/35 { + outline-color: #34d39959; +} + .outline-emerald-400\\/40 { outline-color: #34d39966; } +.outline-emerald-400\\/45 { + outline-color: #34d39973; +} + .outline-emerald-400\\/5 { outline-color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #34d39980; } +.outline-emerald-400\\/55 { + outline-color: #34d3998c; +} + .outline-emerald-400\\/60 { outline-color: #34d39999; } +.outline-emerald-400\\/65 { + outline-color: #34d399a6; +} + .outline-emerald-400\\/70 { outline-color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #34d399cc; } +.outline-emerald-400\\/85 { + outline-color: #34d399d9; +} + .outline-emerald-400\\/90 { outline-color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfdf5; } +.outline-emerald-50\\/15 { + outline-color: #ecfdf526; +} + .outline-emerald-50\\/20 { outline-color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfdf54d; } +.outline-emerald-50\\/35 { + outline-color: #ecfdf559; +} + .outline-emerald-50\\/40 { outline-color: #ecfdf566; } +.outline-emerald-50\\/45 { + outline-color: #ecfdf573; +} + .outline-emerald-50\\/5 { outline-color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfdf580; } +.outline-emerald-50\\/55 { + outline-color: #ecfdf58c; +} + .outline-emerald-50\\/60 { outline-color: #ecfdf599; } +.outline-emerald-50\\/65 { + outline-color: #ecfdf5a6; +} + .outline-emerald-50\\/70 { outline-color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfdf5cc; } +.outline-emerald-50\\/85 { + outline-color: #ecfdf5d9; +} + .outline-emerald-50\\/90 { outline-color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #10b981; } +.outline-emerald-500\\/15 { + outline-color: #10b98126; +} + .outline-emerald-500\\/20 { outline-color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #10b9814d; } +.outline-emerald-500\\/35 { + outline-color: #10b98159; +} + .outline-emerald-500\\/40 { outline-color: #10b98166; } +.outline-emerald-500\\/45 { + outline-color: #10b98173; +} + .outline-emerald-500\\/5 { outline-color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #10b98180; } +.outline-emerald-500\\/55 { + outline-color: #10b9818c; +} + .outline-emerald-500\\/60 { outline-color: #10b98199; } +.outline-emerald-500\\/65 { + outline-color: #10b981a6; +} + .outline-emerald-500\\/70 { outline-color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #10b981cc; } +.outline-emerald-500\\/85 { + outline-color: #10b981d9; +} + .outline-emerald-500\\/90 { outline-color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #059669; } +.outline-emerald-600\\/15 { + outline-color: #05966926; +} + .outline-emerald-600\\/20 { outline-color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0596694d; } +.outline-emerald-600\\/35 { + outline-color: #05966959; +} + .outline-emerald-600\\/40 { outline-color: #05966966; } +.outline-emerald-600\\/45 { + outline-color: #05966973; +} + .outline-emerald-600\\/5 { outline-color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #05966980; } +.outline-emerald-600\\/55 { + outline-color: #0596698c; +} + .outline-emerald-600\\/60 { outline-color: #05966999; } +.outline-emerald-600\\/65 { + outline-color: #059669a6; +} + .outline-emerald-600\\/70 { outline-color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #059669cc; } +.outline-emerald-600\\/85 { + outline-color: #059669d9; +} + .outline-emerald-600\\/90 { outline-color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #047857; } +.outline-emerald-700\\/15 { + outline-color: #04785726; +} + .outline-emerald-700\\/20 { outline-color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0478574d; } +.outline-emerald-700\\/35 { + outline-color: #04785759; +} + .outline-emerald-700\\/40 { outline-color: #04785766; } +.outline-emerald-700\\/45 { + outline-color: #04785773; +} + .outline-emerald-700\\/5 { outline-color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #04785780; } +.outline-emerald-700\\/55 { + outline-color: #0478578c; +} + .outline-emerald-700\\/60 { outline-color: #04785799; } +.outline-emerald-700\\/65 { + outline-color: #047857a6; +} + .outline-emerald-700\\/70 { outline-color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #047857cc; } +.outline-emerald-700\\/85 { + outline-color: #047857d9; +} + .outline-emerald-700\\/90 { outline-color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #065f46; } +.outline-emerald-800\\/15 { + outline-color: #065f4626; +} + .outline-emerald-800\\/20 { outline-color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #065f464d; } +.outline-emerald-800\\/35 { + outline-color: #065f4659; +} + .outline-emerald-800\\/40 { outline-color: #065f4666; } +.outline-emerald-800\\/45 { + outline-color: #065f4673; +} + .outline-emerald-800\\/5 { outline-color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #065f4680; } +.outline-emerald-800\\/55 { + outline-color: #065f468c; +} + .outline-emerald-800\\/60 { outline-color: #065f4699; } +.outline-emerald-800\\/65 { + outline-color: #065f46a6; +} + .outline-emerald-800\\/70 { outline-color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #065f46cc; } +.outline-emerald-800\\/85 { + outline-color: #065f46d9; +} + .outline-emerald-800\\/90 { outline-color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #064e3b; } +.outline-emerald-900\\/15 { + outline-color: #064e3b26; +} + .outline-emerald-900\\/20 { outline-color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #064e3b4d; } +.outline-emerald-900\\/35 { + outline-color: #064e3b59; +} + .outline-emerald-900\\/40 { outline-color: #064e3b66; } +.outline-emerald-900\\/45 { + outline-color: #064e3b73; +} + .outline-emerald-900\\/5 { outline-color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #064e3b80; } +.outline-emerald-900\\/55 { + outline-color: #064e3b8c; +} + .outline-emerald-900\\/60 { outline-color: #064e3b99; } +.outline-emerald-900\\/65 { + outline-color: #064e3ba6; +} + .outline-emerald-900\\/70 { outline-color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #064e3bcc; } +.outline-emerald-900\\/85 { + outline-color: #064e3bd9; +} + .outline-emerald-900\\/90 { outline-color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #022c22; } +.outline-emerald-950\\/15 { + outline-color: #022c2226; +} + .outline-emerald-950\\/20 { outline-color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #022c224d; } +.outline-emerald-950\\/35 { + outline-color: #022c2259; +} + .outline-emerald-950\\/40 { outline-color: #022c2266; } +.outline-emerald-950\\/45 { + outline-color: #022c2273; +} + .outline-emerald-950\\/5 { outline-color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #022c2280; } +.outline-emerald-950\\/55 { + outline-color: #022c228c; +} + .outline-emerald-950\\/60 { outline-color: #022c2299; } +.outline-emerald-950\\/65 { + outline-color: #022c22a6; +} + .outline-emerald-950\\/70 { outline-color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #022c22cc; } +.outline-emerald-950\\/85 { + outline-color: #022c22d9; +} + .outline-emerald-950\\/90 { outline-color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fae8ff; } +.outline-fuchsia-100\\/15 { + outline-color: #fae8ff26; +} + .outline-fuchsia-100\\/20 { outline-color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fae8ff4d; } +.outline-fuchsia-100\\/35 { + outline-color: #fae8ff59; +} + .outline-fuchsia-100\\/40 { outline-color: #fae8ff66; } +.outline-fuchsia-100\\/45 { + outline-color: #fae8ff73; +} + .outline-fuchsia-100\\/5 { outline-color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fae8ff80; } +.outline-fuchsia-100\\/55 { + outline-color: #fae8ff8c; +} + .outline-fuchsia-100\\/60 { outline-color: #fae8ff99; } +.outline-fuchsia-100\\/65 { + outline-color: #fae8ffa6; +} + .outline-fuchsia-100\\/70 { outline-color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fae8ffcc; } +.outline-fuchsia-100\\/85 { + outline-color: #fae8ffd9; +} + .outline-fuchsia-100\\/90 { outline-color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5d0fe; } +.outline-fuchsia-200\\/15 { + outline-color: #f5d0fe26; +} + .outline-fuchsia-200\\/20 { outline-color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5d0fe4d; } +.outline-fuchsia-200\\/35 { + outline-color: #f5d0fe59; +} + .outline-fuchsia-200\\/40 { outline-color: #f5d0fe66; } +.outline-fuchsia-200\\/45 { + outline-color: #f5d0fe73; +} + .outline-fuchsia-200\\/5 { outline-color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5d0fe80; } +.outline-fuchsia-200\\/55 { + outline-color: #f5d0fe8c; +} + .outline-fuchsia-200\\/60 { outline-color: #f5d0fe99; } +.outline-fuchsia-200\\/65 { + outline-color: #f5d0fea6; +} + .outline-fuchsia-200\\/70 { outline-color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5d0fecc; } +.outline-fuchsia-200\\/85 { + outline-color: #f5d0fed9; +} + .outline-fuchsia-200\\/90 { outline-color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0abfc; } +.outline-fuchsia-300\\/15 { + outline-color: #f0abfc26; +} + .outline-fuchsia-300\\/20 { outline-color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0abfc4d; } +.outline-fuchsia-300\\/35 { + outline-color: #f0abfc59; +} + .outline-fuchsia-300\\/40 { outline-color: #f0abfc66; } +.outline-fuchsia-300\\/45 { + outline-color: #f0abfc73; +} + .outline-fuchsia-300\\/5 { outline-color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0abfc80; } +.outline-fuchsia-300\\/55 { + outline-color: #f0abfc8c; +} + .outline-fuchsia-300\\/60 { outline-color: #f0abfc99; } +.outline-fuchsia-300\\/65 { + outline-color: #f0abfca6; +} + .outline-fuchsia-300\\/70 { outline-color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0abfccc; } +.outline-fuchsia-300\\/85 { + outline-color: #f0abfcd9; +} + .outline-fuchsia-300\\/90 { outline-color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e879f9; } +.outline-fuchsia-400\\/15 { + outline-color: #e879f926; +} + .outline-fuchsia-400\\/20 { outline-color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e879f94d; } +.outline-fuchsia-400\\/35 { + outline-color: #e879f959; +} + .outline-fuchsia-400\\/40 { outline-color: #e879f966; } +.outline-fuchsia-400\\/45 { + outline-color: #e879f973; +} + .outline-fuchsia-400\\/5 { outline-color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e879f980; } +.outline-fuchsia-400\\/55 { + outline-color: #e879f98c; +} + .outline-fuchsia-400\\/60 { outline-color: #e879f999; } +.outline-fuchsia-400\\/65 { + outline-color: #e879f9a6; +} + .outline-fuchsia-400\\/70 { outline-color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e879f9cc; } +.outline-fuchsia-400\\/85 { + outline-color: #e879f9d9; +} + .outline-fuchsia-400\\/90 { outline-color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf4ff; } +.outline-fuchsia-50\\/15 { + outline-color: #fdf4ff26; +} + .outline-fuchsia-50\\/20 { outline-color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf4ff4d; } +.outline-fuchsia-50\\/35 { + outline-color: #fdf4ff59; +} + .outline-fuchsia-50\\/40 { outline-color: #fdf4ff66; } +.outline-fuchsia-50\\/45 { + outline-color: #fdf4ff73; +} + .outline-fuchsia-50\\/5 { outline-color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf4ff80; } +.outline-fuchsia-50\\/55 { + outline-color: #fdf4ff8c; +} + .outline-fuchsia-50\\/60 { outline-color: #fdf4ff99; } +.outline-fuchsia-50\\/65 { + outline-color: #fdf4ffa6; +} + .outline-fuchsia-50\\/70 { outline-color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf4ffcc; } +.outline-fuchsia-50\\/85 { + outline-color: #fdf4ffd9; +} + .outline-fuchsia-50\\/90 { outline-color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d946ef; } +.outline-fuchsia-500\\/15 { + outline-color: #d946ef26; +} + .outline-fuchsia-500\\/20 { outline-color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d946ef4d; } +.outline-fuchsia-500\\/35 { + outline-color: #d946ef59; +} + .outline-fuchsia-500\\/40 { outline-color: #d946ef66; } +.outline-fuchsia-500\\/45 { + outline-color: #d946ef73; +} + .outline-fuchsia-500\\/5 { outline-color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d946ef80; } +.outline-fuchsia-500\\/55 { + outline-color: #d946ef8c; +} + .outline-fuchsia-500\\/60 { outline-color: #d946ef99; } +.outline-fuchsia-500\\/65 { + outline-color: #d946efa6; +} + .outline-fuchsia-500\\/70 { outline-color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d946efcc; } +.outline-fuchsia-500\\/85 { + outline-color: #d946efd9; +} + .outline-fuchsia-500\\/90 { outline-color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c026d3; } +.outline-fuchsia-600\\/15 { + outline-color: #c026d326; +} + .outline-fuchsia-600\\/20 { outline-color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c026d34d; } +.outline-fuchsia-600\\/35 { + outline-color: #c026d359; +} + .outline-fuchsia-600\\/40 { outline-color: #c026d366; } +.outline-fuchsia-600\\/45 { + outline-color: #c026d373; +} + .outline-fuchsia-600\\/5 { outline-color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c026d380; } +.outline-fuchsia-600\\/55 { + outline-color: #c026d38c; +} + .outline-fuchsia-600\\/60 { outline-color: #c026d399; } +.outline-fuchsia-600\\/65 { + outline-color: #c026d3a6; +} + .outline-fuchsia-600\\/70 { outline-color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c026d3cc; } +.outline-fuchsia-600\\/85 { + outline-color: #c026d3d9; +} + .outline-fuchsia-600\\/90 { outline-color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a21caf; } +.outline-fuchsia-700\\/15 { + outline-color: #a21caf26; +} + .outline-fuchsia-700\\/20 { outline-color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a21caf4d; } +.outline-fuchsia-700\\/35 { + outline-color: #a21caf59; +} + .outline-fuchsia-700\\/40 { outline-color: #a21caf66; } +.outline-fuchsia-700\\/45 { + outline-color: #a21caf73; +} + .outline-fuchsia-700\\/5 { outline-color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a21caf80; } +.outline-fuchsia-700\\/55 { + outline-color: #a21caf8c; +} + .outline-fuchsia-700\\/60 { outline-color: #a21caf99; } +.outline-fuchsia-700\\/65 { + outline-color: #a21cafa6; +} + .outline-fuchsia-700\\/70 { outline-color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a21cafcc; } +.outline-fuchsia-700\\/85 { + outline-color: #a21cafd9; +} + .outline-fuchsia-700\\/90 { outline-color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86198f; } +.outline-fuchsia-800\\/15 { + outline-color: #86198f26; +} + .outline-fuchsia-800\\/20 { outline-color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86198f4d; } +.outline-fuchsia-800\\/35 { + outline-color: #86198f59; +} + .outline-fuchsia-800\\/40 { outline-color: #86198f66; } +.outline-fuchsia-800\\/45 { + outline-color: #86198f73; +} + .outline-fuchsia-800\\/5 { outline-color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86198f80; } +.outline-fuchsia-800\\/55 { + outline-color: #86198f8c; +} + .outline-fuchsia-800\\/60 { outline-color: #86198f99; } +.outline-fuchsia-800\\/65 { + outline-color: #86198fa6; +} + .outline-fuchsia-800\\/70 { outline-color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86198fcc; } +.outline-fuchsia-800\\/85 { + outline-color: #86198fd9; +} + .outline-fuchsia-800\\/90 { outline-color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #701a75; } +.outline-fuchsia-900\\/15 { + outline-color: #701a7526; +} + .outline-fuchsia-900\\/20 { outline-color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #701a754d; } +.outline-fuchsia-900\\/35 { + outline-color: #701a7559; +} + .outline-fuchsia-900\\/40 { outline-color: #701a7566; } +.outline-fuchsia-900\\/45 { + outline-color: #701a7573; +} + .outline-fuchsia-900\\/5 { outline-color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #701a7580; } +.outline-fuchsia-900\\/55 { + outline-color: #701a758c; +} + .outline-fuchsia-900\\/60 { outline-color: #701a7599; } +.outline-fuchsia-900\\/65 { + outline-color: #701a75a6; +} + .outline-fuchsia-900\\/70 { outline-color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #701a75cc; } +.outline-fuchsia-900\\/85 { + outline-color: #701a75d9; +} + .outline-fuchsia-900\\/90 { outline-color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4a044e; } +.outline-fuchsia-950\\/15 { + outline-color: #4a044e26; +} + .outline-fuchsia-950\\/20 { outline-color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4a044e4d; } +.outline-fuchsia-950\\/35 { + outline-color: #4a044e59; +} + .outline-fuchsia-950\\/40 { outline-color: #4a044e66; } +.outline-fuchsia-950\\/45 { + outline-color: #4a044e73; +} + .outline-fuchsia-950\\/5 { outline-color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4a044e80; } +.outline-fuchsia-950\\/55 { + outline-color: #4a044e8c; +} + .outline-fuchsia-950\\/60 { outline-color: #4a044e99; } +.outline-fuchsia-950\\/65 { + outline-color: #4a044ea6; +} + .outline-fuchsia-950\\/70 { outline-color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4a044ecc; } +.outline-fuchsia-950\\/85 { + outline-color: #4a044ed9; +} + .outline-fuchsia-950\\/90 { outline-color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3f4f6; } +.outline-gray-100\\/15 { + outline-color: #f3f4f626; +} + .outline-gray-100\\/20 { outline-color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3f4f64d; } +.outline-gray-100\\/35 { + outline-color: #f3f4f659; +} + .outline-gray-100\\/40 { outline-color: #f3f4f666; } +.outline-gray-100\\/45 { + outline-color: #f3f4f673; +} + .outline-gray-100\\/5 { outline-color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3f4f680; } +.outline-gray-100\\/55 { + outline-color: #f3f4f68c; +} + .outline-gray-100\\/60 { outline-color: #f3f4f699; } +.outline-gray-100\\/65 { + outline-color: #f3f4f6a6; +} + .outline-gray-100\\/70 { outline-color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3f4f6cc; } +.outline-gray-100\\/85 { + outline-color: #f3f4f6d9; +} + .outline-gray-100\\/90 { outline-color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e7eb; } +.outline-gray-200\\/15 { + outline-color: #e5e7eb26; +} + .outline-gray-200\\/20 { outline-color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e7eb4d; } +.outline-gray-200\\/35 { + outline-color: #e5e7eb59; +} + .outline-gray-200\\/40 { outline-color: #e5e7eb66; } +.outline-gray-200\\/45 { + outline-color: #e5e7eb73; +} + .outline-gray-200\\/5 { outline-color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e7eb80; } +.outline-gray-200\\/55 { + outline-color: #e5e7eb8c; +} + .outline-gray-200\\/60 { outline-color: #e5e7eb99; } +.outline-gray-200\\/65 { + outline-color: #e5e7eba6; +} + .outline-gray-200\\/70 { outline-color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e7ebcc; } +.outline-gray-200\\/85 { + outline-color: #e5e7ebd9; +} + .outline-gray-200\\/90 { outline-color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1d5db; } +.outline-gray-300\\/15 { + outline-color: #d1d5db26; +} + .outline-gray-300\\/20 { outline-color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1d5db4d; } +.outline-gray-300\\/35 { + outline-color: #d1d5db59; +} + .outline-gray-300\\/40 { outline-color: #d1d5db66; } +.outline-gray-300\\/45 { + outline-color: #d1d5db73; +} + .outline-gray-300\\/5 { outline-color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1d5db80; } +.outline-gray-300\\/55 { + outline-color: #d1d5db8c; +} + .outline-gray-300\\/60 { outline-color: #d1d5db99; } +.outline-gray-300\\/65 { + outline-color: #d1d5dba6; +} + .outline-gray-300\\/70 { outline-color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d1d5dbcc; } +.outline-gray-300\\/85 { + outline-color: #d1d5dbd9; +} + .outline-gray-300\\/90 { outline-color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9ca3af; } +.outline-gray-400\\/15 { + outline-color: #9ca3af26; +} + .outline-gray-400\\/20 { outline-color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9ca3af4d; } +.outline-gray-400\\/35 { + outline-color: #9ca3af59; +} + .outline-gray-400\\/40 { outline-color: #9ca3af66; } +.outline-gray-400\\/45 { + outline-color: #9ca3af73; +} + .outline-gray-400\\/5 { outline-color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9ca3af80; } +.outline-gray-400\\/55 { + outline-color: #9ca3af8c; +} + .outline-gray-400\\/60 { outline-color: #9ca3af99; } +.outline-gray-400\\/65 { + outline-color: #9ca3afa6; +} + .outline-gray-400\\/70 { outline-color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9ca3afcc; } +.outline-gray-400\\/85 { + outline-color: #9ca3afd9; +} + .outline-gray-400\\/90 { outline-color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9fafb; } +.outline-gray-50\\/15 { + outline-color: #f9fafb26; +} + .outline-gray-50\\/20 { outline-color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9fafb4d; } +.outline-gray-50\\/35 { + outline-color: #f9fafb59; +} + .outline-gray-50\\/40 { outline-color: #f9fafb66; } +.outline-gray-50\\/45 { + outline-color: #f9fafb73; +} + .outline-gray-50\\/5 { outline-color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9fafb80; } +.outline-gray-50\\/55 { + outline-color: #f9fafb8c; +} + .outline-gray-50\\/60 { outline-color: #f9fafb99; } +.outline-gray-50\\/65 { + outline-color: #f9fafba6; +} + .outline-gray-50\\/70 { outline-color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9fafbcc; } +.outline-gray-50\\/85 { + outline-color: #f9fafbd9; +} + .outline-gray-50\\/90 { outline-color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b7280; } +.outline-gray-500\\/15 { + outline-color: #6b728026; +} + .outline-gray-500\\/20 { outline-color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b72804d; } +.outline-gray-500\\/35 { + outline-color: #6b728059; +} + .outline-gray-500\\/40 { outline-color: #6b728066; } +.outline-gray-500\\/45 { + outline-color: #6b728073; +} + .outline-gray-500\\/5 { outline-color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b728080; } +.outline-gray-500\\/55 { + outline-color: #6b72808c; +} + .outline-gray-500\\/60 { outline-color: #6b728099; } +.outline-gray-500\\/65 { + outline-color: #6b7280a6; +} + .outline-gray-500\\/70 { outline-color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b7280cc; } +.outline-gray-500\\/85 { + outline-color: #6b7280d9; +} + .outline-gray-500\\/90 { outline-color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4b5563; } +.outline-gray-600\\/15 { + outline-color: #4b556326; +} + .outline-gray-600\\/20 { outline-color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4b55634d; } +.outline-gray-600\\/35 { + outline-color: #4b556359; +} + .outline-gray-600\\/40 { outline-color: #4b556366; } +.outline-gray-600\\/45 { + outline-color: #4b556373; +} + .outline-gray-600\\/5 { outline-color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4b556380; } +.outline-gray-600\\/55 { + outline-color: #4b55638c; +} + .outline-gray-600\\/60 { outline-color: #4b556399; } +.outline-gray-600\\/65 { + outline-color: #4b5563a6; +} + .outline-gray-600\\/70 { outline-color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4b5563cc; } +.outline-gray-600\\/85 { + outline-color: #4b5563d9; +} + .outline-gray-600\\/90 { outline-color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #374151; } +.outline-gray-700\\/15 { + outline-color: #37415126; +} + .outline-gray-700\\/20 { outline-color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3741514d; } +.outline-gray-700\\/35 { + outline-color: #37415159; +} + .outline-gray-700\\/40 { outline-color: #37415166; } +.outline-gray-700\\/45 { + outline-color: #37415173; +} + .outline-gray-700\\/5 { outline-color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #37415180; } +.outline-gray-700\\/55 { + outline-color: #3741518c; +} + .outline-gray-700\\/60 { outline-color: #37415199; } +.outline-gray-700\\/65 { + outline-color: #374151a6; +} + .outline-gray-700\\/70 { outline-color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #374151cc; } +.outline-gray-700\\/85 { + outline-color: #374151d9; +} + .outline-gray-700\\/90 { outline-color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1f2937; } +.outline-gray-800\\/15 { + outline-color: #1f293726; +} + .outline-gray-800\\/20 { outline-color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1f29374d; } +.outline-gray-800\\/35 { + outline-color: #1f293759; +} + .outline-gray-800\\/40 { outline-color: #1f293766; } +.outline-gray-800\\/45 { + outline-color: #1f293773; +} + .outline-gray-800\\/5 { outline-color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1f293780; } +.outline-gray-800\\/55 { + outline-color: #1f29378c; +} + .outline-gray-800\\/60 { outline-color: #1f293799; } +.outline-gray-800\\/65 { + outline-color: #1f2937a6; +} + .outline-gray-800\\/70 { outline-color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1f2937cc; } +.outline-gray-800\\/85 { + outline-color: #1f2937d9; +} + .outline-gray-800\\/90 { outline-color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #111827; } +.outline-gray-900\\/15 { + outline-color: #11182726; +} + .outline-gray-900\\/20 { outline-color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1118274d; } +.outline-gray-900\\/35 { + outline-color: #11182759; +} + .outline-gray-900\\/40 { outline-color: #11182766; } +.outline-gray-900\\/45 { + outline-color: #11182773; +} + .outline-gray-900\\/5 { outline-color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #11182780; } +.outline-gray-900\\/55 { + outline-color: #1118278c; +} + .outline-gray-900\\/60 { outline-color: #11182799; } +.outline-gray-900\\/65 { + outline-color: #111827a6; +} + .outline-gray-900\\/70 { outline-color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #111827cc; } +.outline-gray-900\\/85 { + outline-color: #111827d9; +} + .outline-gray-900\\/90 { outline-color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #030712; } +.outline-gray-950\\/15 { + outline-color: #03071226; +} + .outline-gray-950\\/20 { outline-color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0307124d; } +.outline-gray-950\\/35 { + outline-color: #03071259; +} + .outline-gray-950\\/40 { outline-color: #03071266; } +.outline-gray-950\\/45 { + outline-color: #03071273; +} + .outline-gray-950\\/5 { outline-color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #03071280; } +.outline-gray-950\\/55 { + outline-color: #0307128c; +} + .outline-gray-950\\/60 { outline-color: #03071299; } +.outline-gray-950\\/65 { + outline-color: #030712a6; +} + .outline-gray-950\\/70 { outline-color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #030712cc; } +.outline-gray-950\\/85 { + outline-color: #030712d9; +} + .outline-gray-950\\/90 { outline-color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dcfce7; } +.outline-green-100\\/15 { + outline-color: #dcfce726; +} + .outline-green-100\\/20 { outline-color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dcfce74d; } +.outline-green-100\\/35 { + outline-color: #dcfce759; +} + .outline-green-100\\/40 { outline-color: #dcfce766; } +.outline-green-100\\/45 { + outline-color: #dcfce773; +} + .outline-green-100\\/5 { outline-color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dcfce780; } +.outline-green-100\\/55 { + outline-color: #dcfce78c; +} + .outline-green-100\\/60 { outline-color: #dcfce799; } +.outline-green-100\\/65 { + outline-color: #dcfce7a6; +} + .outline-green-100\\/70 { outline-color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dcfce7cc; } +.outline-green-100\\/85 { + outline-color: #dcfce7d9; +} + .outline-green-100\\/90 { outline-color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bbf7d0; } +.outline-green-200\\/15 { + outline-color: #bbf7d026; +} + .outline-green-200\\/20 { outline-color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bbf7d04d; } +.outline-green-200\\/35 { + outline-color: #bbf7d059; +} + .outline-green-200\\/40 { outline-color: #bbf7d066; } +.outline-green-200\\/45 { + outline-color: #bbf7d073; +} + .outline-green-200\\/5 { outline-color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bbf7d080; } +.outline-green-200\\/55 { + outline-color: #bbf7d08c; +} + .outline-green-200\\/60 { outline-color: #bbf7d099; } +.outline-green-200\\/65 { + outline-color: #bbf7d0a6; +} + .outline-green-200\\/70 { outline-color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bbf7d0cc; } +.outline-green-200\\/85 { + outline-color: #bbf7d0d9; +} + .outline-green-200\\/90 { outline-color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86efac; } +.outline-green-300\\/15 { + outline-color: #86efac26; +} + .outline-green-300\\/20 { outline-color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86efac4d; } +.outline-green-300\\/35 { + outline-color: #86efac59; +} + .outline-green-300\\/40 { outline-color: #86efac66; } +.outline-green-300\\/45 { + outline-color: #86efac73; +} + .outline-green-300\\/5 { outline-color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86efac80; } +.outline-green-300\\/55 { + outline-color: #86efac8c; +} + .outline-green-300\\/60 { outline-color: #86efac99; } +.outline-green-300\\/65 { + outline-color: #86efaca6; +} + .outline-green-300\\/70 { outline-color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #86efaccc; } +.outline-green-300\\/85 { + outline-color: #86efacd9; +} + .outline-green-300\\/90 { outline-color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4ade80; } +.outline-green-400\\/15 { + outline-color: #4ade8026; +} + .outline-green-400\\/20 { outline-color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4ade804d; } +.outline-green-400\\/35 { + outline-color: #4ade8059; +} + .outline-green-400\\/40 { outline-color: #4ade8066; } +.outline-green-400\\/45 { + outline-color: #4ade8073; +} + .outline-green-400\\/5 { outline-color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4ade8080; } +.outline-green-400\\/55 { + outline-color: #4ade808c; +} + .outline-green-400\\/60 { outline-color: #4ade8099; } +.outline-green-400\\/65 { + outline-color: #4ade80a6; +} + .outline-green-400\\/70 { outline-color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4ade80cc; } +.outline-green-400\\/85 { + outline-color: #4ade80d9; +} + .outline-green-400\\/90 { outline-color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdf4; } +.outline-green-50\\/15 { + outline-color: #f0fdf426; +} + .outline-green-50\\/20 { outline-color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdf44d; } +.outline-green-50\\/35 { + outline-color: #f0fdf459; +} + .outline-green-50\\/40 { outline-color: #f0fdf466; } +.outline-green-50\\/45 { + outline-color: #f0fdf473; +} + .outline-green-50\\/5 { outline-color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdf480; } +.outline-green-50\\/55 { + outline-color: #f0fdf48c; +} + .outline-green-50\\/60 { outline-color: #f0fdf499; } +.outline-green-50\\/65 { + outline-color: #f0fdf4a6; +} + .outline-green-50\\/70 { outline-color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdf4cc; } +.outline-green-50\\/85 { + outline-color: #f0fdf4d9; +} + .outline-green-50\\/90 { outline-color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22c55e; } +.outline-green-500\\/15 { + outline-color: #22c55e26; +} + .outline-green-500\\/20 { outline-color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22c55e4d; } +.outline-green-500\\/35 { + outline-color: #22c55e59; +} + .outline-green-500\\/40 { outline-color: #22c55e66; } +.outline-green-500\\/45 { + outline-color: #22c55e73; +} + .outline-green-500\\/5 { outline-color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22c55e80; } +.outline-green-500\\/55 { + outline-color: #22c55e8c; +} + .outline-green-500\\/60 { outline-color: #22c55e99; } +.outline-green-500\\/65 { + outline-color: #22c55ea6; +} + .outline-green-500\\/70 { outline-color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #22c55ecc; } +.outline-green-500\\/85 { + outline-color: #22c55ed9; +} + .outline-green-500\\/90 { outline-color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #16a34a; } +.outline-green-600\\/15 { + outline-color: #16a34a26; +} + .outline-green-600\\/20 { outline-color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #16a34a4d; } +.outline-green-600\\/35 { + outline-color: #16a34a59; +} + .outline-green-600\\/40 { outline-color: #16a34a66; } +.outline-green-600\\/45 { + outline-color: #16a34a73; +} + .outline-green-600\\/5 { outline-color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #16a34a80; } +.outline-green-600\\/55 { + outline-color: #16a34a8c; +} + .outline-green-600\\/60 { outline-color: #16a34a99; } +.outline-green-600\\/65 { + outline-color: #16a34aa6; +} + .outline-green-600\\/70 { outline-color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #16a34acc; } +.outline-green-600\\/85 { + outline-color: #16a34ad9; +} + .outline-green-600\\/90 { outline-color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #15803d; } +.outline-green-700\\/15 { + outline-color: #15803d26; +} + .outline-green-700\\/20 { outline-color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #15803d4d; } +.outline-green-700\\/35 { + outline-color: #15803d59; +} + .outline-green-700\\/40 { outline-color: #15803d66; } +.outline-green-700\\/45 { + outline-color: #15803d73; +} + .outline-green-700\\/5 { outline-color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #15803d80; } +.outline-green-700\\/55 { + outline-color: #15803d8c; +} + .outline-green-700\\/60 { outline-color: #15803d99; } +.outline-green-700\\/65 { + outline-color: #15803da6; +} + .outline-green-700\\/70 { outline-color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #15803dcc; } +.outline-green-700\\/85 { + outline-color: #15803dd9; +} + .outline-green-700\\/90 { outline-color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #166534; } +.outline-green-800\\/15 { + outline-color: #16653426; +} + .outline-green-800\\/20 { outline-color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1665344d; } +.outline-green-800\\/35 { + outline-color: #16653459; +} + .outline-green-800\\/40 { outline-color: #16653466; } +.outline-green-800\\/45 { + outline-color: #16653473; +} + .outline-green-800\\/5 { outline-color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #16653480; } +.outline-green-800\\/55 { + outline-color: #1665348c; +} + .outline-green-800\\/60 { outline-color: #16653499; } +.outline-green-800\\/65 { + outline-color: #166534a6; +} + .outline-green-800\\/70 { outline-color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #166534cc; } +.outline-green-800\\/85 { + outline-color: #166534d9; +} + .outline-green-800\\/90 { outline-color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14532d; } +.outline-green-900\\/15 { + outline-color: #14532d26; +} + .outline-green-900\\/20 { outline-color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14532d4d; } +.outline-green-900\\/35 { + outline-color: #14532d59; +} + .outline-green-900\\/40 { outline-color: #14532d66; } +.outline-green-900\\/45 { + outline-color: #14532d73; +} + .outline-green-900\\/5 { outline-color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14532d80; } +.outline-green-900\\/55 { + outline-color: #14532d8c; +} + .outline-green-900\\/60 { outline-color: #14532d99; } +.outline-green-900\\/65 { + outline-color: #14532da6; +} + .outline-green-900\\/70 { outline-color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14532dcc; } +.outline-green-900\\/85 { + outline-color: #14532dd9; +} + .outline-green-900\\/90 { outline-color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #052e16; } +.outline-green-950\\/15 { + outline-color: #052e1626; +} + .outline-green-950\\/20 { outline-color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #052e164d; } +.outline-green-950\\/35 { + outline-color: #052e1659; +} + .outline-green-950\\/40 { outline-color: #052e1666; } +.outline-green-950\\/45 { + outline-color: #052e1673; +} + .outline-green-950\\/5 { outline-color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #052e1680; } +.outline-green-950\\/55 { + outline-color: #052e168c; +} + .outline-green-950\\/60 { outline-color: #052e1699; } +.outline-green-950\\/65 { + outline-color: #052e16a6; +} + .outline-green-950\\/70 { outline-color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #052e16cc; } +.outline-green-950\\/85 { + outline-color: #052e16d9; +} + .outline-green-950\\/90 { outline-color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0e7ff; } +.outline-indigo-100\\/15 { + outline-color: #e0e7ff26; +} + .outline-indigo-100\\/20 { outline-color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0e7ff4d; } +.outline-indigo-100\\/35 { + outline-color: #e0e7ff59; +} + .outline-indigo-100\\/40 { outline-color: #e0e7ff66; } +.outline-indigo-100\\/45 { + outline-color: #e0e7ff73; +} + .outline-indigo-100\\/5 { outline-color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0e7ff80; } +.outline-indigo-100\\/55 { + outline-color: #e0e7ff8c; +} + .outline-indigo-100\\/60 { outline-color: #e0e7ff99; } +.outline-indigo-100\\/65 { + outline-color: #e0e7ffa6; +} + .outline-indigo-100\\/70 { outline-color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0e7ffcc; } +.outline-indigo-100\\/85 { + outline-color: #e0e7ffd9; +} + .outline-indigo-100\\/90 { outline-color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c7d2fe; } +.outline-indigo-200\\/15 { + outline-color: #c7d2fe26; +} + .outline-indigo-200\\/20 { outline-color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c7d2fe4d; } +.outline-indigo-200\\/35 { + outline-color: #c7d2fe59; +} + .outline-indigo-200\\/40 { outline-color: #c7d2fe66; } +.outline-indigo-200\\/45 { + outline-color: #c7d2fe73; +} + .outline-indigo-200\\/5 { outline-color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c7d2fe80; } +.outline-indigo-200\\/55 { + outline-color: #c7d2fe8c; +} + .outline-indigo-200\\/60 { outline-color: #c7d2fe99; } +.outline-indigo-200\\/65 { + outline-color: #c7d2fea6; +} + .outline-indigo-200\\/70 { outline-color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c7d2fecc; } +.outline-indigo-200\\/85 { + outline-color: #c7d2fed9; +} + .outline-indigo-200\\/90 { outline-color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5b4fc; } +.outline-indigo-300\\/15 { + outline-color: #a5b4fc26; +} + .outline-indigo-300\\/20 { outline-color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5b4fc4d; } +.outline-indigo-300\\/35 { + outline-color: #a5b4fc59; +} + .outline-indigo-300\\/40 { outline-color: #a5b4fc66; } +.outline-indigo-300\\/45 { + outline-color: #a5b4fc73; +} + .outline-indigo-300\\/5 { outline-color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5b4fc80; } +.outline-indigo-300\\/55 { + outline-color: #a5b4fc8c; +} + .outline-indigo-300\\/60 { outline-color: #a5b4fc99; } +.outline-indigo-300\\/65 { + outline-color: #a5b4fca6; +} + .outline-indigo-300\\/70 { outline-color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a5b4fccc; } +.outline-indigo-300\\/85 { + outline-color: #a5b4fcd9; +} + .outline-indigo-300\\/90 { outline-color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #818cf8; } +.outline-indigo-400\\/15 { + outline-color: #818cf826; +} + .outline-indigo-400\\/20 { outline-color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #818cf84d; } +.outline-indigo-400\\/35 { + outline-color: #818cf859; +} + .outline-indigo-400\\/40 { outline-color: #818cf866; } +.outline-indigo-400\\/45 { + outline-color: #818cf873; +} + .outline-indigo-400\\/5 { outline-color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #818cf880; } +.outline-indigo-400\\/55 { + outline-color: #818cf88c; +} + .outline-indigo-400\\/60 { outline-color: #818cf899; } +.outline-indigo-400\\/65 { + outline-color: #818cf8a6; +} + .outline-indigo-400\\/70 { outline-color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #818cf8cc; } +.outline-indigo-400\\/85 { + outline-color: #818cf8d9; +} + .outline-indigo-400\\/90 { outline-color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eef2ff; } +.outline-indigo-50\\/15 { + outline-color: #eef2ff26; +} + .outline-indigo-50\\/20 { outline-color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eef2ff4d; } +.outline-indigo-50\\/35 { + outline-color: #eef2ff59; +} + .outline-indigo-50\\/40 { outline-color: #eef2ff66; } +.outline-indigo-50\\/45 { + outline-color: #eef2ff73; +} + .outline-indigo-50\\/5 { outline-color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eef2ff80; } +.outline-indigo-50\\/55 { + outline-color: #eef2ff8c; +} + .outline-indigo-50\\/60 { outline-color: #eef2ff99; } +.outline-indigo-50\\/65 { + outline-color: #eef2ffa6; +} + .outline-indigo-50\\/70 { outline-color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eef2ffcc; } +.outline-indigo-50\\/85 { + outline-color: #eef2ffd9; +} + .outline-indigo-50\\/90 { outline-color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6366f1; } +.outline-indigo-500\\/15 { + outline-color: #6366f126; +} + .outline-indigo-500\\/20 { outline-color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6366f14d; } +.outline-indigo-500\\/35 { + outline-color: #6366f159; +} + .outline-indigo-500\\/40 { outline-color: #6366f166; } +.outline-indigo-500\\/45 { + outline-color: #6366f173; +} + .outline-indigo-500\\/5 { outline-color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6366f180; } +.outline-indigo-500\\/55 { + outline-color: #6366f18c; +} + .outline-indigo-500\\/60 { outline-color: #6366f199; } +.outline-indigo-500\\/65 { + outline-color: #6366f1a6; +} + .outline-indigo-500\\/70 { outline-color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6366f1cc; } +.outline-indigo-500\\/85 { + outline-color: #6366f1d9; +} + .outline-indigo-500\\/90 { outline-color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4f46e5; } +.outline-indigo-600\\/15 { + outline-color: #4f46e526; +} + .outline-indigo-600\\/20 { outline-color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4f46e54d; } +.outline-indigo-600\\/35 { + outline-color: #4f46e559; +} + .outline-indigo-600\\/40 { outline-color: #4f46e566; } +.outline-indigo-600\\/45 { + outline-color: #4f46e573; +} + .outline-indigo-600\\/5 { outline-color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4f46e580; } +.outline-indigo-600\\/55 { + outline-color: #4f46e58c; +} + .outline-indigo-600\\/60 { outline-color: #4f46e599; } +.outline-indigo-600\\/65 { + outline-color: #4f46e5a6; +} + .outline-indigo-600\\/70 { outline-color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4f46e5cc; } +.outline-indigo-600\\/85 { + outline-color: #4f46e5d9; +} + .outline-indigo-600\\/90 { outline-color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4338ca; } +.outline-indigo-700\\/15 { + outline-color: #4338ca26; +} + .outline-indigo-700\\/20 { outline-color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4338ca4d; } +.outline-indigo-700\\/35 { + outline-color: #4338ca59; +} + .outline-indigo-700\\/40 { outline-color: #4338ca66; } +.outline-indigo-700\\/45 { + outline-color: #4338ca73; +} + .outline-indigo-700\\/5 { outline-color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4338ca80; } +.outline-indigo-700\\/55 { + outline-color: #4338ca8c; +} + .outline-indigo-700\\/60 { outline-color: #4338ca99; } +.outline-indigo-700\\/65 { + outline-color: #4338caa6; +} + .outline-indigo-700\\/70 { outline-color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4338cacc; } +.outline-indigo-700\\/85 { + outline-color: #4338cad9; +} + .outline-indigo-700\\/90 { outline-color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3730a3; } +.outline-indigo-800\\/15 { + outline-color: #3730a326; +} + .outline-indigo-800\\/20 { outline-color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3730a34d; } +.outline-indigo-800\\/35 { + outline-color: #3730a359; +} + .outline-indigo-800\\/40 { outline-color: #3730a366; } +.outline-indigo-800\\/45 { + outline-color: #3730a373; +} + .outline-indigo-800\\/5 { outline-color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3730a380; } +.outline-indigo-800\\/55 { + outline-color: #3730a38c; +} + .outline-indigo-800\\/60 { outline-color: #3730a399; } +.outline-indigo-800\\/65 { + outline-color: #3730a3a6; +} + .outline-indigo-800\\/70 { outline-color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3730a3cc; } +.outline-indigo-800\\/85 { + outline-color: #3730a3d9; +} + .outline-indigo-800\\/90 { outline-color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #312e81; } +.outline-indigo-900\\/15 { + outline-color: #312e8126; +} + .outline-indigo-900\\/20 { outline-color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #312e814d; } +.outline-indigo-900\\/35 { + outline-color: #312e8159; +} + .outline-indigo-900\\/40 { outline-color: #312e8166; } +.outline-indigo-900\\/45 { + outline-color: #312e8173; +} + .outline-indigo-900\\/5 { outline-color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #312e8180; } +.outline-indigo-900\\/55 { + outline-color: #312e818c; +} + .outline-indigo-900\\/60 { outline-color: #312e8199; } +.outline-indigo-900\\/65 { + outline-color: #312e81a6; +} + .outline-indigo-900\\/70 { outline-color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #312e81cc; } +.outline-indigo-900\\/85 { + outline-color: #312e81d9; +} + .outline-indigo-900\\/90 { outline-color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e1b4b; } +.outline-indigo-950\\/15 { + outline-color: #1e1b4b26; +} + .outline-indigo-950\\/20 { outline-color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e1b4b4d; } +.outline-indigo-950\\/35 { + outline-color: #1e1b4b59; +} + .outline-indigo-950\\/40 { outline-color: #1e1b4b66; } +.outline-indigo-950\\/45 { + outline-color: #1e1b4b73; +} + .outline-indigo-950\\/5 { outline-color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e1b4b80; } +.outline-indigo-950\\/55 { + outline-color: #1e1b4b8c; +} + .outline-indigo-950\\/60 { outline-color: #1e1b4b99; } +.outline-indigo-950\\/65 { + outline-color: #1e1b4ba6; +} + .outline-indigo-950\\/70 { outline-color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e1b4bcc; } +.outline-indigo-950\\/85 { + outline-color: #1e1b4bd9; +} + .outline-indigo-950\\/90 { outline-color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfccb; } +.outline-lime-100\\/15 { + outline-color: #ecfccb26; +} + .outline-lime-100\\/20 { outline-color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfccb4d; } +.outline-lime-100\\/35 { + outline-color: #ecfccb59; +} + .outline-lime-100\\/40 { outline-color: #ecfccb66; } +.outline-lime-100\\/45 { + outline-color: #ecfccb73; +} + .outline-lime-100\\/5 { outline-color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfccb80; } +.outline-lime-100\\/55 { + outline-color: #ecfccb8c; +} + .outline-lime-100\\/60 { outline-color: #ecfccb99; } +.outline-lime-100\\/65 { + outline-color: #ecfccba6; +} + .outline-lime-100\\/70 { outline-color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ecfccbcc; } +.outline-lime-100\\/85 { + outline-color: #ecfccbd9; +} + .outline-lime-100\\/90 { outline-color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d9f99d; } +.outline-lime-200\\/15 { + outline-color: #d9f99d26; +} + .outline-lime-200\\/20 { outline-color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d9f99d4d; } +.outline-lime-200\\/35 { + outline-color: #d9f99d59; +} + .outline-lime-200\\/40 { outline-color: #d9f99d66; } +.outline-lime-200\\/45 { + outline-color: #d9f99d73; +} + .outline-lime-200\\/5 { outline-color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d9f99d80; } +.outline-lime-200\\/55 { + outline-color: #d9f99d8c; +} + .outline-lime-200\\/60 { outline-color: #d9f99d99; } +.outline-lime-200\\/65 { + outline-color: #d9f99da6; +} + .outline-lime-200\\/70 { outline-color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d9f99dcc; } +.outline-lime-200\\/85 { + outline-color: #d9f99dd9; +} + .outline-lime-200\\/90 { outline-color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bef264; } +.outline-lime-300\\/15 { + outline-color: #bef26426; +} + .outline-lime-300\\/20 { outline-color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bef2644d; } +.outline-lime-300\\/35 { + outline-color: #bef26459; +} + .outline-lime-300\\/40 { outline-color: #bef26466; } +.outline-lime-300\\/45 { + outline-color: #bef26473; +} + .outline-lime-300\\/5 { outline-color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bef26480; } +.outline-lime-300\\/55 { + outline-color: #bef2648c; +} + .outline-lime-300\\/60 { outline-color: #bef26499; } +.outline-lime-300\\/65 { + outline-color: #bef264a6; +} + .outline-lime-300\\/70 { outline-color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bef264cc; } +.outline-lime-300\\/85 { + outline-color: #bef264d9; +} + .outline-lime-300\\/90 { outline-color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3e635; } +.outline-lime-400\\/15 { + outline-color: #a3e63526; +} + .outline-lime-400\\/20 { outline-color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3e6354d; } +.outline-lime-400\\/35 { + outline-color: #a3e63559; +} + .outline-lime-400\\/40 { outline-color: #a3e63566; } +.outline-lime-400\\/45 { + outline-color: #a3e63573; +} + .outline-lime-400\\/5 { outline-color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3e63580; } +.outline-lime-400\\/55 { + outline-color: #a3e6358c; +} + .outline-lime-400\\/60 { outline-color: #a3e63599; } +.outline-lime-400\\/65 { + outline-color: #a3e635a6; +} + .outline-lime-400\\/70 { outline-color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3e635cc; } +.outline-lime-400\\/85 { + outline-color: #a3e635d9; +} + .outline-lime-400\\/90 { outline-color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f7fee7; } +.outline-lime-50\\/15 { + outline-color: #f7fee726; +} + .outline-lime-50\\/20 { outline-color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f7fee74d; } +.outline-lime-50\\/35 { + outline-color: #f7fee759; +} + .outline-lime-50\\/40 { outline-color: #f7fee766; } +.outline-lime-50\\/45 { + outline-color: #f7fee773; +} + .outline-lime-50\\/5 { outline-color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f7fee780; } +.outline-lime-50\\/55 { + outline-color: #f7fee78c; +} + .outline-lime-50\\/60 { outline-color: #f7fee799; } +.outline-lime-50\\/65 { + outline-color: #f7fee7a6; +} + .outline-lime-50\\/70 { outline-color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f7fee7cc; } +.outline-lime-50\\/85 { + outline-color: #f7fee7d9; +} + .outline-lime-50\\/90 { outline-color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #84cc16; } +.outline-lime-500\\/15 { + outline-color: #84cc1626; +} + .outline-lime-500\\/20 { outline-color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #84cc164d; } +.outline-lime-500\\/35 { + outline-color: #84cc1659; +} + .outline-lime-500\\/40 { outline-color: #84cc1666; } +.outline-lime-500\\/45 { + outline-color: #84cc1673; +} + .outline-lime-500\\/5 { outline-color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #84cc1680; } +.outline-lime-500\\/55 { + outline-color: #84cc168c; +} + .outline-lime-500\\/60 { outline-color: #84cc1699; } +.outline-lime-500\\/65 { + outline-color: #84cc16a6; +} + .outline-lime-500\\/70 { outline-color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #84cc16cc; } +.outline-lime-500\\/85 { + outline-color: #84cc16d9; +} + .outline-lime-500\\/90 { outline-color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #65a30d; } +.outline-lime-600\\/15 { + outline-color: #65a30d26; +} + .outline-lime-600\\/20 { outline-color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #65a30d4d; } +.outline-lime-600\\/35 { + outline-color: #65a30d59; +} + .outline-lime-600\\/40 { outline-color: #65a30d66; } +.outline-lime-600\\/45 { + outline-color: #65a30d73; +} + .outline-lime-600\\/5 { outline-color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #65a30d80; } +.outline-lime-600\\/55 { + outline-color: #65a30d8c; +} + .outline-lime-600\\/60 { outline-color: #65a30d99; } +.outline-lime-600\\/65 { + outline-color: #65a30da6; +} + .outline-lime-600\\/70 { outline-color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #65a30dcc; } +.outline-lime-600\\/85 { + outline-color: #65a30dd9; +} + .outline-lime-600\\/90 { outline-color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4d7c0f; } +.outline-lime-700\\/15 { + outline-color: #4d7c0f26; +} + .outline-lime-700\\/20 { outline-color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4d7c0f4d; } +.outline-lime-700\\/35 { + outline-color: #4d7c0f59; +} + .outline-lime-700\\/40 { outline-color: #4d7c0f66; } +.outline-lime-700\\/45 { + outline-color: #4d7c0f73; +} + .outline-lime-700\\/5 { outline-color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4d7c0f80; } +.outline-lime-700\\/55 { + outline-color: #4d7c0f8c; +} + .outline-lime-700\\/60 { outline-color: #4d7c0f99; } +.outline-lime-700\\/65 { + outline-color: #4d7c0fa6; +} + .outline-lime-700\\/70 { outline-color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4d7c0fcc; } +.outline-lime-700\\/85 { + outline-color: #4d7c0fd9; +} + .outline-lime-700\\/90 { outline-color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f6212; } +.outline-lime-800\\/15 { + outline-color: #3f621226; +} + .outline-lime-800\\/20 { outline-color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f62124d; } +.outline-lime-800\\/35 { + outline-color: #3f621259; +} + .outline-lime-800\\/40 { outline-color: #3f621266; } +.outline-lime-800\\/45 { + outline-color: #3f621273; +} + .outline-lime-800\\/5 { outline-color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f621280; } +.outline-lime-800\\/55 { + outline-color: #3f62128c; +} + .outline-lime-800\\/60 { outline-color: #3f621299; } +.outline-lime-800\\/65 { + outline-color: #3f6212a6; +} + .outline-lime-800\\/70 { outline-color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f6212cc; } +.outline-lime-800\\/85 { + outline-color: #3f6212d9; +} + .outline-lime-800\\/90 { outline-color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #365314; } +.outline-lime-900\\/15 { + outline-color: #36531426; +} + .outline-lime-900\\/20 { outline-color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3653144d; } +.outline-lime-900\\/35 { + outline-color: #36531459; +} + .outline-lime-900\\/40 { outline-color: #36531466; } +.outline-lime-900\\/45 { + outline-color: #36531473; +} + .outline-lime-900\\/5 { outline-color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #36531480; } +.outline-lime-900\\/55 { + outline-color: #3653148c; +} + .outline-lime-900\\/60 { outline-color: #36531499; } +.outline-lime-900\\/65 { + outline-color: #365314a6; +} + .outline-lime-900\\/70 { outline-color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #365314cc; } +.outline-lime-900\\/85 { + outline-color: #365314d9; +} + .outline-lime-900\\/90 { outline-color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1a2e05; } +.outline-lime-950\\/15 { + outline-color: #1a2e0526; +} + .outline-lime-950\\/20 { outline-color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1a2e054d; } +.outline-lime-950\\/35 { + outline-color: #1a2e0559; +} + .outline-lime-950\\/40 { outline-color: #1a2e0566; } +.outline-lime-950\\/45 { + outline-color: #1a2e0573; +} + .outline-lime-950\\/5 { outline-color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1a2e0580; } +.outline-lime-950\\/55 { + outline-color: #1a2e058c; +} + .outline-lime-950\\/60 { outline-color: #1a2e0599; } +.outline-lime-950\\/65 { + outline-color: #1a2e05a6; +} + .outline-lime-950\\/70 { outline-color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1a2e05cc; } +.outline-lime-950\\/85 { + outline-color: #1a2e05d9; +} + .outline-lime-950\\/90 { outline-color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f5; } +.outline-neutral-100\\/15 { + outline-color: #f5f5f526; +} + .outline-neutral-100\\/20 { outline-color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f54d; } +.outline-neutral-100\\/35 { + outline-color: #f5f5f559; +} + .outline-neutral-100\\/40 { outline-color: #f5f5f566; } +.outline-neutral-100\\/45 { + outline-color: #f5f5f573; +} + .outline-neutral-100\\/5 { outline-color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f580; } +.outline-neutral-100\\/55 { + outline-color: #f5f5f58c; +} + .outline-neutral-100\\/60 { outline-color: #f5f5f599; } +.outline-neutral-100\\/65 { + outline-color: #f5f5f5a6; +} + .outline-neutral-100\\/70 { outline-color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f5cc; } +.outline-neutral-100\\/85 { + outline-color: #f5f5f5d9; +} + .outline-neutral-100\\/90 { outline-color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e5e5; } +.outline-neutral-200\\/15 { + outline-color: #e5e5e526; +} + .outline-neutral-200\\/20 { outline-color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e5e54d; } +.outline-neutral-200\\/35 { + outline-color: #e5e5e559; +} + .outline-neutral-200\\/40 { outline-color: #e5e5e566; } +.outline-neutral-200\\/45 { + outline-color: #e5e5e573; +} + .outline-neutral-200\\/5 { outline-color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e5e580; } +.outline-neutral-200\\/55 { + outline-color: #e5e5e58c; +} + .outline-neutral-200\\/60 { outline-color: #e5e5e599; } +.outline-neutral-200\\/65 { + outline-color: #e5e5e5a6; +} + .outline-neutral-200\\/70 { outline-color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e5e5e5cc; } +.outline-neutral-200\\/85 { + outline-color: #e5e5e5d9; +} + .outline-neutral-200\\/90 { outline-color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d4; } +.outline-neutral-300\\/15 { + outline-color: #d4d4d426; +} + .outline-neutral-300\\/20 { outline-color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d44d; } +.outline-neutral-300\\/35 { + outline-color: #d4d4d459; +} + .outline-neutral-300\\/40 { outline-color: #d4d4d466; } +.outline-neutral-300\\/45 { + outline-color: #d4d4d473; +} + .outline-neutral-300\\/5 { outline-color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d480; } +.outline-neutral-300\\/55 { + outline-color: #d4d4d48c; +} + .outline-neutral-300\\/60 { outline-color: #d4d4d499; } +.outline-neutral-300\\/65 { + outline-color: #d4d4d4a6; +} + .outline-neutral-300\\/70 { outline-color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d4cc; } +.outline-neutral-300\\/85 { + outline-color: #d4d4d4d9; +} + .outline-neutral-300\\/90 { outline-color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3a3a3; } +.outline-neutral-400\\/15 { + outline-color: #a3a3a326; +} + .outline-neutral-400\\/20 { outline-color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3a3a34d; } +.outline-neutral-400\\/35 { + outline-color: #a3a3a359; +} + .outline-neutral-400\\/40 { outline-color: #a3a3a366; } +.outline-neutral-400\\/45 { + outline-color: #a3a3a373; +} + .outline-neutral-400\\/5 { outline-color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3a3a380; } +.outline-neutral-400\\/55 { + outline-color: #a3a3a38c; +} + .outline-neutral-400\\/60 { outline-color: #a3a3a399; } +.outline-neutral-400\\/65 { + outline-color: #a3a3a3a6; +} + .outline-neutral-400\\/70 { outline-color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a3a3a3cc; } +.outline-neutral-400\\/85 { + outline-color: #a3a3a3d9; +} + .outline-neutral-400\\/90 { outline-color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafa; } +.outline-neutral-50\\/15 { + outline-color: #fafafa26; +} + .outline-neutral-50\\/20 { outline-color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafa4d; } +.outline-neutral-50\\/35 { + outline-color: #fafafa59; +} + .outline-neutral-50\\/40 { outline-color: #fafafa66; } +.outline-neutral-50\\/45 { + outline-color: #fafafa73; +} + .outline-neutral-50\\/5 { outline-color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafa80; } +.outline-neutral-50\\/55 { + outline-color: #fafafa8c; +} + .outline-neutral-50\\/60 { outline-color: #fafafa99; } +.outline-neutral-50\\/65 { + outline-color: #fafafaa6; +} + .outline-neutral-50\\/70 { outline-color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafacc; } +.outline-neutral-50\\/85 { + outline-color: #fafafad9; +} + .outline-neutral-50\\/90 { outline-color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #737373; } +.outline-neutral-500\\/15 { + outline-color: #73737326; +} + .outline-neutral-500\\/20 { outline-color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7373734d; } +.outline-neutral-500\\/35 { + outline-color: #73737359; +} + .outline-neutral-500\\/40 { outline-color: #73737366; } +.outline-neutral-500\\/45 { + outline-color: #73737373; +} + .outline-neutral-500\\/5 { outline-color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #73737380; } +.outline-neutral-500\\/55 { + outline-color: #7373738c; +} + .outline-neutral-500\\/60 { outline-color: #73737399; } +.outline-neutral-500\\/65 { + outline-color: #737373a6; +} + .outline-neutral-500\\/70 { outline-color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #737373cc; } +.outline-neutral-500\\/85 { + outline-color: #737373d9; +} + .outline-neutral-500\\/90 { outline-color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #525252; } +.outline-neutral-600\\/15 { + outline-color: #52525226; +} + .outline-neutral-600\\/20 { outline-color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5252524d; } +.outline-neutral-600\\/35 { + outline-color: #52525259; +} + .outline-neutral-600\\/40 { outline-color: #52525266; } +.outline-neutral-600\\/45 { + outline-color: #52525273; +} + .outline-neutral-600\\/5 { outline-color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #52525280; } +.outline-neutral-600\\/55 { + outline-color: #5252528c; +} + .outline-neutral-600\\/60 { outline-color: #52525299; } +.outline-neutral-600\\/65 { + outline-color: #525252a6; +} + .outline-neutral-600\\/70 { outline-color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #525252cc; } +.outline-neutral-600\\/85 { + outline-color: #525252d9; +} + .outline-neutral-600\\/90 { outline-color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #404040; } +.outline-neutral-700\\/15 { + outline-color: #40404026; +} + .outline-neutral-700\\/20 { outline-color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4040404d; } +.outline-neutral-700\\/35 { + outline-color: #40404059; +} + .outline-neutral-700\\/40 { outline-color: #40404066; } +.outline-neutral-700\\/45 { + outline-color: #40404073; +} + .outline-neutral-700\\/5 { outline-color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #40404080; } +.outline-neutral-700\\/55 { + outline-color: #4040408c; +} + .outline-neutral-700\\/60 { outline-color: #40404099; } +.outline-neutral-700\\/65 { + outline-color: #404040a6; +} + .outline-neutral-700\\/70 { outline-color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #404040cc; } +.outline-neutral-700\\/85 { + outline-color: #404040d9; +} + .outline-neutral-700\\/90 { outline-color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #262626; } +.outline-neutral-800\\/15 { + outline-color: #26262626; +} + .outline-neutral-800\\/20 { outline-color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2626264d; } +.outline-neutral-800\\/35 { + outline-color: #26262659; +} + .outline-neutral-800\\/40 { outline-color: #26262666; } +.outline-neutral-800\\/45 { + outline-color: #26262673; +} + .outline-neutral-800\\/5 { outline-color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #26262680; } +.outline-neutral-800\\/55 { + outline-color: #2626268c; +} + .outline-neutral-800\\/60 { outline-color: #26262699; } +.outline-neutral-800\\/65 { + outline-color: #262626a6; +} + .outline-neutral-800\\/70 { outline-color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #262626cc; } +.outline-neutral-800\\/85 { + outline-color: #262626d9; +} + .outline-neutral-800\\/90 { outline-color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #171717; } +.outline-neutral-900\\/15 { + outline-color: #17171726; +} + .outline-neutral-900\\/20 { outline-color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1717174d; } +.outline-neutral-900\\/35 { + outline-color: #17171759; +} + .outline-neutral-900\\/40 { outline-color: #17171766; } +.outline-neutral-900\\/45 { + outline-color: #17171773; +} + .outline-neutral-900\\/5 { outline-color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #17171780; } +.outline-neutral-900\\/55 { + outline-color: #1717178c; +} + .outline-neutral-900\\/60 { outline-color: #17171799; } +.outline-neutral-900\\/65 { + outline-color: #171717a6; +} + .outline-neutral-900\\/70 { outline-color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #171717cc; } +.outline-neutral-900\\/85 { + outline-color: #171717d9; +} + .outline-neutral-900\\/90 { outline-color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0a0a0a; } +.outline-neutral-950\\/15 { + outline-color: #0a0a0a26; +} + .outline-neutral-950\\/20 { outline-color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0a0a0a4d; } +.outline-neutral-950\\/35 { + outline-color: #0a0a0a59; +} + .outline-neutral-950\\/40 { outline-color: #0a0a0a66; } +.outline-neutral-950\\/45 { + outline-color: #0a0a0a73; +} + .outline-neutral-950\\/5 { outline-color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0a0a0a80; } +.outline-neutral-950\\/55 { + outline-color: #0a0a0a8c; +} + .outline-neutral-950\\/60 { outline-color: #0a0a0a99; } +.outline-neutral-950\\/65 { + outline-color: #0a0a0aa6; +} + .outline-neutral-950\\/70 { outline-color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0a0a0acc; } +.outline-neutral-950\\/85 { + outline-color: #0a0a0ad9; +} + .outline-neutral-950\\/90 { outline-color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffedd5; } +.outline-orange-100\\/15 { + outline-color: #ffedd526; +} + .outline-orange-100\\/20 { outline-color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffedd54d; } +.outline-orange-100\\/35 { + outline-color: #ffedd559; +} + .outline-orange-100\\/40 { outline-color: #ffedd566; } +.outline-orange-100\\/45 { + outline-color: #ffedd573; +} + .outline-orange-100\\/5 { outline-color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffedd580; } +.outline-orange-100\\/55 { + outline-color: #ffedd58c; +} + .outline-orange-100\\/60 { outline-color: #ffedd599; } +.outline-orange-100\\/65 { + outline-color: #ffedd5a6; +} + .outline-orange-100\\/70 { outline-color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffedd5cc; } +.outline-orange-100\\/85 { + outline-color: #ffedd5d9; +} + .outline-orange-100\\/90 { outline-color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fed7aa; } +.outline-orange-200\\/15 { + outline-color: #fed7aa26; +} + .outline-orange-200\\/20 { outline-color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fed7aa4d; } +.outline-orange-200\\/35 { + outline-color: #fed7aa59; +} + .outline-orange-200\\/40 { outline-color: #fed7aa66; } +.outline-orange-200\\/45 { + outline-color: #fed7aa73; +} + .outline-orange-200\\/5 { outline-color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fed7aa80; } +.outline-orange-200\\/55 { + outline-color: #fed7aa8c; +} + .outline-orange-200\\/60 { outline-color: #fed7aa99; } +.outline-orange-200\\/65 { + outline-color: #fed7aaa6; +} + .outline-orange-200\\/70 { outline-color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fed7aacc; } +.outline-orange-200\\/85 { + outline-color: #fed7aad9; +} + .outline-orange-200\\/90 { outline-color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdba74; } +.outline-orange-300\\/15 { + outline-color: #fdba7426; +} + .outline-orange-300\\/20 { outline-color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdba744d; } +.outline-orange-300\\/35 { + outline-color: #fdba7459; +} + .outline-orange-300\\/40 { outline-color: #fdba7466; } +.outline-orange-300\\/45 { + outline-color: #fdba7473; +} + .outline-orange-300\\/5 { outline-color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdba7480; } +.outline-orange-300\\/55 { + outline-color: #fdba748c; +} + .outline-orange-300\\/60 { outline-color: #fdba7499; } +.outline-orange-300\\/65 { + outline-color: #fdba74a6; +} + .outline-orange-300\\/70 { outline-color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdba74cc; } +.outline-orange-300\\/85 { + outline-color: #fdba74d9; +} + .outline-orange-300\\/90 { outline-color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb923c; } +.outline-orange-400\\/15 { + outline-color: #fb923c26; +} + .outline-orange-400\\/20 { outline-color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb923c4d; } +.outline-orange-400\\/35 { + outline-color: #fb923c59; +} + .outline-orange-400\\/40 { outline-color: #fb923c66; } +.outline-orange-400\\/45 { + outline-color: #fb923c73; +} + .outline-orange-400\\/5 { outline-color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb923c80; } +.outline-orange-400\\/55 { + outline-color: #fb923c8c; +} + .outline-orange-400\\/60 { outline-color: #fb923c99; } +.outline-orange-400\\/65 { + outline-color: #fb923ca6; +} + .outline-orange-400\\/70 { outline-color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb923ccc; } +.outline-orange-400\\/85 { + outline-color: #fb923cd9; +} + .outline-orange-400\\/90 { outline-color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff7ed; } +.outline-orange-50\\/15 { + outline-color: #fff7ed26; +} + .outline-orange-50\\/20 { outline-color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff7ed4d; } +.outline-orange-50\\/35 { + outline-color: #fff7ed59; +} + .outline-orange-50\\/40 { outline-color: #fff7ed66; } +.outline-orange-50\\/45 { + outline-color: #fff7ed73; +} + .outline-orange-50\\/5 { outline-color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff7ed80; } +.outline-orange-50\\/55 { + outline-color: #fff7ed8c; +} + .outline-orange-50\\/60 { outline-color: #fff7ed99; } +.outline-orange-50\\/65 { + outline-color: #fff7eda6; +} + .outline-orange-50\\/70 { outline-color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff7edcc; } +.outline-orange-50\\/85 { + outline-color: #fff7edd9; +} + .outline-orange-50\\/90 { outline-color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f97316; } +.outline-orange-500\\/15 { + outline-color: #f9731626; +} + .outline-orange-500\\/20 { outline-color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f973164d; } +.outline-orange-500\\/35 { + outline-color: #f9731659; +} + .outline-orange-500\\/40 { outline-color: #f9731666; } +.outline-orange-500\\/45 { + outline-color: #f9731673; +} + .outline-orange-500\\/5 { outline-color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9731680; } +.outline-orange-500\\/55 { + outline-color: #f973168c; +} + .outline-orange-500\\/60 { outline-color: #f9731699; } +.outline-orange-500\\/65 { + outline-color: #f97316a6; +} + .outline-orange-500\\/70 { outline-color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f97316cc; } +.outline-orange-500\\/85 { + outline-color: #f97316d9; +} + .outline-orange-500\\/90 { outline-color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ea580c; } +.outline-orange-600\\/15 { + outline-color: #ea580c26; +} + .outline-orange-600\\/20 { outline-color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ea580c4d; } +.outline-orange-600\\/35 { + outline-color: #ea580c59; +} + .outline-orange-600\\/40 { outline-color: #ea580c66; } +.outline-orange-600\\/45 { + outline-color: #ea580c73; +} + .outline-orange-600\\/5 { outline-color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ea580c80; } +.outline-orange-600\\/55 { + outline-color: #ea580c8c; +} + .outline-orange-600\\/60 { outline-color: #ea580c99; } +.outline-orange-600\\/65 { + outline-color: #ea580ca6; +} + .outline-orange-600\\/70 { outline-color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ea580ccc; } +.outline-orange-600\\/85 { + outline-color: #ea580cd9; +} + .outline-orange-600\\/90 { outline-color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c2410c; } +.outline-orange-700\\/15 { + outline-color: #c2410c26; +} + .outline-orange-700\\/20 { outline-color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c2410c4d; } +.outline-orange-700\\/35 { + outline-color: #c2410c59; +} + .outline-orange-700\\/40 { outline-color: #c2410c66; } +.outline-orange-700\\/45 { + outline-color: #c2410c73; +} + .outline-orange-700\\/5 { outline-color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c2410c80; } +.outline-orange-700\\/55 { + outline-color: #c2410c8c; +} + .outline-orange-700\\/60 { outline-color: #c2410c99; } +.outline-orange-700\\/65 { + outline-color: #c2410ca6; +} + .outline-orange-700\\/70 { outline-color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c2410ccc; } +.outline-orange-700\\/85 { + outline-color: #c2410cd9; +} + .outline-orange-700\\/90 { outline-color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9a3412; } +.outline-orange-800\\/15 { + outline-color: #9a341226; +} + .outline-orange-800\\/20 { outline-color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9a34124d; } +.outline-orange-800\\/35 { + outline-color: #9a341259; +} + .outline-orange-800\\/40 { outline-color: #9a341266; } +.outline-orange-800\\/45 { + outline-color: #9a341273; +} + .outline-orange-800\\/5 { outline-color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9a341280; } +.outline-orange-800\\/55 { + outline-color: #9a34128c; +} + .outline-orange-800\\/60 { outline-color: #9a341299; } +.outline-orange-800\\/65 { + outline-color: #9a3412a6; +} + .outline-orange-800\\/70 { outline-color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9a3412cc; } +.outline-orange-800\\/85 { + outline-color: #9a3412d9; +} + .outline-orange-800\\/90 { outline-color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c2d12; } +.outline-orange-900\\/15 { + outline-color: #7c2d1226; +} + .outline-orange-900\\/20 { outline-color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c2d124d; } +.outline-orange-900\\/35 { + outline-color: #7c2d1259; +} + .outline-orange-900\\/40 { outline-color: #7c2d1266; } +.outline-orange-900\\/45 { + outline-color: #7c2d1273; +} + .outline-orange-900\\/5 { outline-color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c2d1280; } +.outline-orange-900\\/55 { + outline-color: #7c2d128c; +} + .outline-orange-900\\/60 { outline-color: #7c2d1299; } +.outline-orange-900\\/65 { + outline-color: #7c2d12a6; +} + .outline-orange-900\\/70 { outline-color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c2d12cc; } +.outline-orange-900\\/85 { + outline-color: #7c2d12d9; +} + .outline-orange-900\\/90 { outline-color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #431407; } +.outline-orange-950\\/15 { + outline-color: #43140726; +} + .outline-orange-950\\/20 { outline-color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4314074d; } +.outline-orange-950\\/35 { + outline-color: #43140759; +} + .outline-orange-950\\/40 { outline-color: #43140766; } +.outline-orange-950\\/45 { + outline-color: #43140773; +} + .outline-orange-950\\/5 { outline-color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #43140780; } +.outline-orange-950\\/55 { + outline-color: #4314078c; +} + .outline-orange-950\\/60 { outline-color: #43140799; } +.outline-orange-950\\/65 { + outline-color: #431407a6; +} + .outline-orange-950\\/70 { outline-color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #431407cc; } +.outline-orange-950\\/85 { + outline-color: #431407d9; +} + .outline-orange-950\\/90 { outline-color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fce7f3; } +.outline-pink-100\\/15 { + outline-color: #fce7f326; +} + .outline-pink-100\\/20 { outline-color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fce7f34d; } +.outline-pink-100\\/35 { + outline-color: #fce7f359; +} + .outline-pink-100\\/40 { outline-color: #fce7f366; } +.outline-pink-100\\/45 { + outline-color: #fce7f373; +} + .outline-pink-100\\/5 { outline-color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fce7f380; } +.outline-pink-100\\/55 { + outline-color: #fce7f38c; +} + .outline-pink-100\\/60 { outline-color: #fce7f399; } +.outline-pink-100\\/65 { + outline-color: #fce7f3a6; +} + .outline-pink-100\\/70 { outline-color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fce7f3cc; } +.outline-pink-100\\/85 { + outline-color: #fce7f3d9; +} + .outline-pink-100\\/90 { outline-color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbcfe8; } +.outline-pink-200\\/15 { + outline-color: #fbcfe826; +} + .outline-pink-200\\/20 { outline-color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbcfe84d; } +.outline-pink-200\\/35 { + outline-color: #fbcfe859; +} + .outline-pink-200\\/40 { outline-color: #fbcfe866; } +.outline-pink-200\\/45 { + outline-color: #fbcfe873; +} + .outline-pink-200\\/5 { outline-color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbcfe880; } +.outline-pink-200\\/55 { + outline-color: #fbcfe88c; +} + .outline-pink-200\\/60 { outline-color: #fbcfe899; } +.outline-pink-200\\/65 { + outline-color: #fbcfe8a6; +} + .outline-pink-200\\/70 { outline-color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fbcfe8cc; } +.outline-pink-200\\/85 { + outline-color: #fbcfe8d9; +} + .outline-pink-200\\/90 { outline-color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9a8d4; } +.outline-pink-300\\/15 { + outline-color: #f9a8d426; +} + .outline-pink-300\\/20 { outline-color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9a8d44d; } +.outline-pink-300\\/35 { + outline-color: #f9a8d459; +} + .outline-pink-300\\/40 { outline-color: #f9a8d466; } +.outline-pink-300\\/45 { + outline-color: #f9a8d473; +} + .outline-pink-300\\/5 { outline-color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9a8d480; } +.outline-pink-300\\/55 { + outline-color: #f9a8d48c; +} + .outline-pink-300\\/60 { outline-color: #f9a8d499; } +.outline-pink-300\\/65 { + outline-color: #f9a8d4a6; +} + .outline-pink-300\\/70 { outline-color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f9a8d4cc; } +.outline-pink-300\\/85 { + outline-color: #f9a8d4d9; +} + .outline-pink-300\\/90 { outline-color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f472b6; } +.outline-pink-400\\/15 { + outline-color: #f472b626; +} + .outline-pink-400\\/20 { outline-color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f472b64d; } +.outline-pink-400\\/35 { + outline-color: #f472b659; +} + .outline-pink-400\\/40 { outline-color: #f472b666; } +.outline-pink-400\\/45 { + outline-color: #f472b673; +} + .outline-pink-400\\/5 { outline-color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f472b680; } +.outline-pink-400\\/55 { + outline-color: #f472b68c; +} + .outline-pink-400\\/60 { outline-color: #f472b699; } +.outline-pink-400\\/65 { + outline-color: #f472b6a6; +} + .outline-pink-400\\/70 { outline-color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f472b6cc; } +.outline-pink-400\\/85 { + outline-color: #f472b6d9; +} + .outline-pink-400\\/90 { outline-color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf2f8; } +.outline-pink-50\\/15 { + outline-color: #fdf2f826; +} + .outline-pink-50\\/20 { outline-color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf2f84d; } +.outline-pink-50\\/35 { + outline-color: #fdf2f859; +} + .outline-pink-50\\/40 { outline-color: #fdf2f866; } +.outline-pink-50\\/45 { + outline-color: #fdf2f873; +} + .outline-pink-50\\/5 { outline-color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf2f880; } +.outline-pink-50\\/55 { + outline-color: #fdf2f88c; +} + .outline-pink-50\\/60 { outline-color: #fdf2f899; } +.outline-pink-50\\/65 { + outline-color: #fdf2f8a6; +} + .outline-pink-50\\/70 { outline-color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fdf2f8cc; } +.outline-pink-50\\/85 { + outline-color: #fdf2f8d9; +} + .outline-pink-50\\/90 { outline-color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ec4899; } +.outline-pink-500\\/15 { + outline-color: #ec489926; +} + .outline-pink-500\\/20 { outline-color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ec48994d; } +.outline-pink-500\\/35 { + outline-color: #ec489959; +} + .outline-pink-500\\/40 { outline-color: #ec489966; } +.outline-pink-500\\/45 { + outline-color: #ec489973; +} + .outline-pink-500\\/5 { outline-color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ec489980; } +.outline-pink-500\\/55 { + outline-color: #ec48998c; +} + .outline-pink-500\\/60 { outline-color: #ec489999; } +.outline-pink-500\\/65 { + outline-color: #ec4899a6; +} + .outline-pink-500\\/70 { outline-color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ec4899cc; } +.outline-pink-500\\/85 { + outline-color: #ec4899d9; +} + .outline-pink-500\\/90 { outline-color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #db2777; } +.outline-pink-600\\/15 { + outline-color: #db277726; +} + .outline-pink-600\\/20 { outline-color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #db27774d; } +.outline-pink-600\\/35 { + outline-color: #db277759; +} + .outline-pink-600\\/40 { outline-color: #db277766; } +.outline-pink-600\\/45 { + outline-color: #db277773; +} + .outline-pink-600\\/5 { outline-color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #db277780; } +.outline-pink-600\\/55 { + outline-color: #db27778c; +} + .outline-pink-600\\/60 { outline-color: #db277799; } +.outline-pink-600\\/65 { + outline-color: #db2777a6; +} + .outline-pink-600\\/70 { outline-color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #db2777cc; } +.outline-pink-600\\/85 { + outline-color: #db2777d9; +} + .outline-pink-600\\/90 { outline-color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be185d; } +.outline-pink-700\\/15 { + outline-color: #be185d26; +} + .outline-pink-700\\/20 { outline-color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be185d4d; } +.outline-pink-700\\/35 { + outline-color: #be185d59; +} + .outline-pink-700\\/40 { outline-color: #be185d66; } +.outline-pink-700\\/45 { + outline-color: #be185d73; +} + .outline-pink-700\\/5 { outline-color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be185d80; } +.outline-pink-700\\/55 { + outline-color: #be185d8c; +} + .outline-pink-700\\/60 { outline-color: #be185d99; } +.outline-pink-700\\/65 { + outline-color: #be185da6; +} + .outline-pink-700\\/70 { outline-color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be185dcc; } +.outline-pink-700\\/85 { + outline-color: #be185dd9; +} + .outline-pink-700\\/90 { outline-color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9d174d; } +.outline-pink-800\\/15 { + outline-color: #9d174d26; +} + .outline-pink-800\\/20 { outline-color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9d174d4d; } +.outline-pink-800\\/35 { + outline-color: #9d174d59; +} + .outline-pink-800\\/40 { outline-color: #9d174d66; } +.outline-pink-800\\/45 { + outline-color: #9d174d73; +} + .outline-pink-800\\/5 { outline-color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9d174d80; } +.outline-pink-800\\/55 { + outline-color: #9d174d8c; +} + .outline-pink-800\\/60 { outline-color: #9d174d99; } +.outline-pink-800\\/65 { + outline-color: #9d174da6; +} + .outline-pink-800\\/70 { outline-color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9d174dcc; } +.outline-pink-800\\/85 { + outline-color: #9d174dd9; +} + .outline-pink-800\\/90 { outline-color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #831843; } +.outline-pink-900\\/15 { + outline-color: #83184326; +} + .outline-pink-900\\/20 { outline-color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #8318434d; } +.outline-pink-900\\/35 { + outline-color: #83184359; +} + .outline-pink-900\\/40 { outline-color: #83184366; } +.outline-pink-900\\/45 { + outline-color: #83184373; +} + .outline-pink-900\\/5 { outline-color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #83184380; } +.outline-pink-900\\/55 { + outline-color: #8318438c; +} + .outline-pink-900\\/60 { outline-color: #83184399; } +.outline-pink-900\\/65 { + outline-color: #831843a6; +} + .outline-pink-900\\/70 { outline-color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #831843cc; } +.outline-pink-900\\/85 { + outline-color: #831843d9; +} + .outline-pink-900\\/90 { outline-color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #500724; } +.outline-pink-950\\/15 { + outline-color: #50072426; +} + .outline-pink-950\\/20 { outline-color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5007244d; } +.outline-pink-950\\/35 { + outline-color: #50072459; +} + .outline-pink-950\\/40 { outline-color: #50072466; } +.outline-pink-950\\/45 { + outline-color: #50072473; +} + .outline-pink-950\\/5 { outline-color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #50072480; } +.outline-pink-950\\/55 { + outline-color: #5007248c; +} + .outline-pink-950\\/60 { outline-color: #50072499; } +.outline-pink-950\\/65 { + outline-color: #500724a6; +} + .outline-pink-950\\/70 { outline-color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #500724cc; } +.outline-pink-950\\/85 { + outline-color: #500724d9; +} + .outline-pink-950\\/90 { outline-color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3e8ff; } +.outline-purple-100\\/15 { + outline-color: #f3e8ff26; +} + .outline-purple-100\\/20 { outline-color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3e8ff4d; } +.outline-purple-100\\/35 { + outline-color: #f3e8ff59; +} + .outline-purple-100\\/40 { outline-color: #f3e8ff66; } +.outline-purple-100\\/45 { + outline-color: #f3e8ff73; +} + .outline-purple-100\\/5 { outline-color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3e8ff80; } +.outline-purple-100\\/55 { + outline-color: #f3e8ff8c; +} + .outline-purple-100\\/60 { outline-color: #f3e8ff99; } +.outline-purple-100\\/65 { + outline-color: #f3e8ffa6; +} + .outline-purple-100\\/70 { outline-color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f3e8ffcc; } +.outline-purple-100\\/85 { + outline-color: #f3e8ffd9; +} + .outline-purple-100\\/90 { outline-color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e9d5ff; } +.outline-purple-200\\/15 { + outline-color: #e9d5ff26; +} + .outline-purple-200\\/20 { outline-color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e9d5ff4d; } +.outline-purple-200\\/35 { + outline-color: #e9d5ff59; +} + .outline-purple-200\\/40 { outline-color: #e9d5ff66; } +.outline-purple-200\\/45 { + outline-color: #e9d5ff73; +} + .outline-purple-200\\/5 { outline-color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e9d5ff80; } +.outline-purple-200\\/55 { + outline-color: #e9d5ff8c; +} + .outline-purple-200\\/60 { outline-color: #e9d5ff99; } +.outline-purple-200\\/65 { + outline-color: #e9d5ffa6; +} + .outline-purple-200\\/70 { outline-color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e9d5ffcc; } +.outline-purple-200\\/85 { + outline-color: #e9d5ffd9; +} + .outline-purple-200\\/90 { outline-color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d8b4fe; } +.outline-purple-300\\/15 { + outline-color: #d8b4fe26; +} + .outline-purple-300\\/20 { outline-color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d8b4fe4d; } +.outline-purple-300\\/35 { + outline-color: #d8b4fe59; +} + .outline-purple-300\\/40 { outline-color: #d8b4fe66; } +.outline-purple-300\\/45 { + outline-color: #d8b4fe73; +} + .outline-purple-300\\/5 { outline-color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d8b4fe80; } +.outline-purple-300\\/55 { + outline-color: #d8b4fe8c; +} + .outline-purple-300\\/60 { outline-color: #d8b4fe99; } +.outline-purple-300\\/65 { + outline-color: #d8b4fea6; +} + .outline-purple-300\\/70 { outline-color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d8b4fecc; } +.outline-purple-300\\/85 { + outline-color: #d8b4fed9; +} + .outline-purple-300\\/90 { outline-color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c084fc; } +.outline-purple-400\\/15 { + outline-color: #c084fc26; +} + .outline-purple-400\\/20 { outline-color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c084fc4d; } +.outline-purple-400\\/35 { + outline-color: #c084fc59; +} + .outline-purple-400\\/40 { outline-color: #c084fc66; } +.outline-purple-400\\/45 { + outline-color: #c084fc73; +} + .outline-purple-400\\/5 { outline-color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c084fc80; } +.outline-purple-400\\/55 { + outline-color: #c084fc8c; +} + .outline-purple-400\\/60 { outline-color: #c084fc99; } +.outline-purple-400\\/65 { + outline-color: #c084fca6; +} + .outline-purple-400\\/70 { outline-color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c084fccc; } +.outline-purple-400\\/85 { + outline-color: #c084fcd9; +} + .outline-purple-400\\/90 { outline-color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #faf5ff; } +.outline-purple-50\\/15 { + outline-color: #faf5ff26; +} + .outline-purple-50\\/20 { outline-color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #faf5ff4d; } +.outline-purple-50\\/35 { + outline-color: #faf5ff59; +} + .outline-purple-50\\/40 { outline-color: #faf5ff66; } +.outline-purple-50\\/45 { + outline-color: #faf5ff73; +} + .outline-purple-50\\/5 { outline-color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #faf5ff80; } +.outline-purple-50\\/55 { + outline-color: #faf5ff8c; +} + .outline-purple-50\\/60 { outline-color: #faf5ff99; } +.outline-purple-50\\/65 { + outline-color: #faf5ffa6; +} + .outline-purple-50\\/70 { outline-color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #faf5ffcc; } +.outline-purple-50\\/85 { + outline-color: #faf5ffd9; +} + .outline-purple-50\\/90 { outline-color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a855f7; } +.outline-purple-500\\/15 { + outline-color: #a855f726; +} + .outline-purple-500\\/20 { outline-color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a855f74d; } +.outline-purple-500\\/35 { + outline-color: #a855f759; +} + .outline-purple-500\\/40 { outline-color: #a855f766; } +.outline-purple-500\\/45 { + outline-color: #a855f773; +} + .outline-purple-500\\/5 { outline-color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a855f780; } +.outline-purple-500\\/55 { + outline-color: #a855f78c; +} + .outline-purple-500\\/60 { outline-color: #a855f799; } +.outline-purple-500\\/65 { + outline-color: #a855f7a6; +} + .outline-purple-500\\/70 { outline-color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a855f7cc; } +.outline-purple-500\\/85 { + outline-color: #a855f7d9; +} + .outline-purple-500\\/90 { outline-color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9333ea; } +.outline-purple-600\\/15 { + outline-color: #9333ea26; +} + .outline-purple-600\\/20 { outline-color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9333ea4d; } +.outline-purple-600\\/35 { + outline-color: #9333ea59; +} + .outline-purple-600\\/40 { outline-color: #9333ea66; } +.outline-purple-600\\/45 { + outline-color: #9333ea73; +} + .outline-purple-600\\/5 { outline-color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9333ea80; } +.outline-purple-600\\/55 { + outline-color: #9333ea8c; +} + .outline-purple-600\\/60 { outline-color: #9333ea99; } +.outline-purple-600\\/65 { + outline-color: #9333eaa6; +} + .outline-purple-600\\/70 { outline-color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9333eacc; } +.outline-purple-600\\/85 { + outline-color: #9333ead9; +} + .outline-purple-600\\/90 { outline-color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7e22ce; } +.outline-purple-700\\/15 { + outline-color: #7e22ce26; +} + .outline-purple-700\\/20 { outline-color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7e22ce4d; } +.outline-purple-700\\/35 { + outline-color: #7e22ce59; +} + .outline-purple-700\\/40 { outline-color: #7e22ce66; } +.outline-purple-700\\/45 { + outline-color: #7e22ce73; +} + .outline-purple-700\\/5 { outline-color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7e22ce80; } +.outline-purple-700\\/55 { + outline-color: #7e22ce8c; +} + .outline-purple-700\\/60 { outline-color: #7e22ce99; } +.outline-purple-700\\/65 { + outline-color: #7e22cea6; +} + .outline-purple-700\\/70 { outline-color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7e22cecc; } +.outline-purple-700\\/85 { + outline-color: #7e22ced9; +} + .outline-purple-700\\/90 { outline-color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b21a8; } +.outline-purple-800\\/15 { + outline-color: #6b21a826; +} + .outline-purple-800\\/20 { outline-color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b21a84d; } +.outline-purple-800\\/35 { + outline-color: #6b21a859; +} + .outline-purple-800\\/40 { outline-color: #6b21a866; } +.outline-purple-800\\/45 { + outline-color: #6b21a873; +} + .outline-purple-800\\/5 { outline-color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b21a880; } +.outline-purple-800\\/55 { + outline-color: #6b21a88c; +} + .outline-purple-800\\/60 { outline-color: #6b21a899; } +.outline-purple-800\\/65 { + outline-color: #6b21a8a6; +} + .outline-purple-800\\/70 { outline-color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6b21a8cc; } +.outline-purple-800\\/85 { + outline-color: #6b21a8d9; +} + .outline-purple-800\\/90 { outline-color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #581c87; } +.outline-purple-900\\/15 { + outline-color: #581c8726; +} + .outline-purple-900\\/20 { outline-color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #581c874d; } +.outline-purple-900\\/35 { + outline-color: #581c8759; +} + .outline-purple-900\\/40 { outline-color: #581c8766; } +.outline-purple-900\\/45 { + outline-color: #581c8773; +} + .outline-purple-900\\/5 { outline-color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #581c8780; } +.outline-purple-900\\/55 { + outline-color: #581c878c; +} + .outline-purple-900\\/60 { outline-color: #581c8799; } +.outline-purple-900\\/65 { + outline-color: #581c87a6; +} + .outline-purple-900\\/70 { outline-color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #581c87cc; } +.outline-purple-900\\/85 { + outline-color: #581c87d9; +} + .outline-purple-900\\/90 { outline-color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b0764; } +.outline-purple-950\\/15 { + outline-color: #3b076426; +} + .outline-purple-950\\/20 { outline-color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b07644d; } +.outline-purple-950\\/35 { + outline-color: #3b076459; +} + .outline-purple-950\\/40 { outline-color: #3b076466; } +.outline-purple-950\\/45 { + outline-color: #3b076473; +} + .outline-purple-950\\/5 { outline-color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b076480; } +.outline-purple-950\\/55 { + outline-color: #3b07648c; +} + .outline-purple-950\\/60 { outline-color: #3b076499; } +.outline-purple-950\\/65 { + outline-color: #3b0764a6; +} + .outline-purple-950\\/70 { outline-color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3b0764cc; } +.outline-purple-950\\/85 { + outline-color: #3b0764d9; +} + .outline-purple-950\\/90 { outline-color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fee2e2; } +.outline-red-100\\/15 { + outline-color: #fee2e226; +} + .outline-red-100\\/20 { outline-color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fee2e24d; } +.outline-red-100\\/35 { + outline-color: #fee2e259; +} + .outline-red-100\\/40 { outline-color: #fee2e266; } +.outline-red-100\\/45 { + outline-color: #fee2e273; +} + .outline-red-100\\/5 { outline-color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fee2e280; } +.outline-red-100\\/55 { + outline-color: #fee2e28c; +} + .outline-red-100\\/60 { outline-color: #fee2e299; } +.outline-red-100\\/65 { + outline-color: #fee2e2a6; +} + .outline-red-100\\/70 { outline-color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fee2e2cc; } +.outline-red-100\\/85 { + outline-color: #fee2e2d9; +} + .outline-red-100\\/90 { outline-color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecaca; } +.outline-red-200\\/15 { + outline-color: #fecaca26; +} + .outline-red-200\\/20 { outline-color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecaca4d; } +.outline-red-200\\/35 { + outline-color: #fecaca59; +} + .outline-red-200\\/40 { outline-color: #fecaca66; } +.outline-red-200\\/45 { + outline-color: #fecaca73; +} + .outline-red-200\\/5 { outline-color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecaca80; } +.outline-red-200\\/55 { + outline-color: #fecaca8c; +} + .outline-red-200\\/60 { outline-color: #fecaca99; } +.outline-red-200\\/65 { + outline-color: #fecacaa6; +} + .outline-red-200\\/70 { outline-color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecacacc; } +.outline-red-200\\/85 { + outline-color: #fecacad9; +} + .outline-red-200\\/90 { outline-color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fca5a5; } +.outline-red-300\\/15 { + outline-color: #fca5a526; +} + .outline-red-300\\/20 { outline-color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fca5a54d; } +.outline-red-300\\/35 { + outline-color: #fca5a559; +} + .outline-red-300\\/40 { outline-color: #fca5a566; } +.outline-red-300\\/45 { + outline-color: #fca5a573; +} + .outline-red-300\\/5 { outline-color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fca5a580; } +.outline-red-300\\/55 { + outline-color: #fca5a58c; +} + .outline-red-300\\/60 { outline-color: #fca5a599; } +.outline-red-300\\/65 { + outline-color: #fca5a5a6; +} + .outline-red-300\\/70 { outline-color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fca5a5cc; } +.outline-red-300\\/85 { + outline-color: #fca5a5d9; +} + .outline-red-300\\/90 { outline-color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f87171; } +.outline-red-400\\/15 { + outline-color: #f8717126; +} + .outline-red-400\\/20 { outline-color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f871714d; } +.outline-red-400\\/35 { + outline-color: #f8717159; +} + .outline-red-400\\/40 { outline-color: #f8717166; } +.outline-red-400\\/45 { + outline-color: #f8717173; +} + .outline-red-400\\/5 { outline-color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f8717180; } +.outline-red-400\\/55 { + outline-color: #f871718c; +} + .outline-red-400\\/60 { outline-color: #f8717199; } +.outline-red-400\\/65 { + outline-color: #f87171a6; +} + .outline-red-400\\/70 { outline-color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f87171cc; } +.outline-red-400\\/85 { + outline-color: #f87171d9; +} + .outline-red-400\\/90 { outline-color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef2f2; } +.outline-red-50\\/15 { + outline-color: #fef2f226; +} + .outline-red-50\\/20 { outline-color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef2f24d; } +.outline-red-50\\/35 { + outline-color: #fef2f259; +} + .outline-red-50\\/40 { outline-color: #fef2f266; } +.outline-red-50\\/45 { + outline-color: #fef2f273; +} + .outline-red-50\\/5 { outline-color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef2f280; } +.outline-red-50\\/55 { + outline-color: #fef2f28c; +} + .outline-red-50\\/60 { outline-color: #fef2f299; } +.outline-red-50\\/65 { + outline-color: #fef2f2a6; +} + .outline-red-50\\/70 { outline-color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef2f2cc; } +.outline-red-50\\/85 { + outline-color: #fef2f2d9; +} + .outline-red-50\\/90 { outline-color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ef4444; } +.outline-red-500\\/15 { + outline-color: #ef444426; +} + .outline-red-500\\/20 { outline-color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ef44444d; } +.outline-red-500\\/35 { + outline-color: #ef444459; +} + .outline-red-500\\/40 { outline-color: #ef444466; } +.outline-red-500\\/45 { + outline-color: #ef444473; +} + .outline-red-500\\/5 { outline-color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ef444480; } +.outline-red-500\\/55 { + outline-color: #ef44448c; +} + .outline-red-500\\/60 { outline-color: #ef444499; } +.outline-red-500\\/65 { + outline-color: #ef4444a6; +} + .outline-red-500\\/70 { outline-color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ef4444cc; } +.outline-red-500\\/85 { + outline-color: #ef4444d9; +} + .outline-red-500\\/90 { outline-color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dc2626; } +.outline-red-600\\/15 { + outline-color: #dc262626; +} + .outline-red-600\\/20 { outline-color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dc26264d; } +.outline-red-600\\/35 { + outline-color: #dc262659; +} + .outline-red-600\\/40 { outline-color: #dc262666; } +.outline-red-600\\/45 { + outline-color: #dc262673; +} + .outline-red-600\\/5 { outline-color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dc262680; } +.outline-red-600\\/55 { + outline-color: #dc26268c; +} + .outline-red-600\\/60 { outline-color: #dc262699; } +.outline-red-600\\/65 { + outline-color: #dc2626a6; +} + .outline-red-600\\/70 { outline-color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #dc2626cc; } +.outline-red-600\\/85 { + outline-color: #dc2626d9; +} + .outline-red-600\\/90 { outline-color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b91c1c; } +.outline-red-700\\/15 { + outline-color: #b91c1c26; +} + .outline-red-700\\/20 { outline-color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b91c1c4d; } +.outline-red-700\\/35 { + outline-color: #b91c1c59; +} + .outline-red-700\\/40 { outline-color: #b91c1c66; } +.outline-red-700\\/45 { + outline-color: #b91c1c73; +} + .outline-red-700\\/5 { outline-color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b91c1c80; } +.outline-red-700\\/55 { + outline-color: #b91c1c8c; +} + .outline-red-700\\/60 { outline-color: #b91c1c99; } +.outline-red-700\\/65 { + outline-color: #b91c1ca6; +} + .outline-red-700\\/70 { outline-color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #b91c1ccc; } +.outline-red-700\\/85 { + outline-color: #b91c1cd9; +} + .outline-red-700\\/90 { outline-color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #991b1b; } +.outline-red-800\\/15 { + outline-color: #991b1b26; +} + .outline-red-800\\/20 { outline-color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #991b1b4d; } +.outline-red-800\\/35 { + outline-color: #991b1b59; +} + .outline-red-800\\/40 { outline-color: #991b1b66; } +.outline-red-800\\/45 { + outline-color: #991b1b73; +} + .outline-red-800\\/5 { outline-color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #991b1b80; } +.outline-red-800\\/55 { + outline-color: #991b1b8c; +} + .outline-red-800\\/60 { outline-color: #991b1b99; } +.outline-red-800\\/65 { + outline-color: #991b1ba6; +} + .outline-red-800\\/70 { outline-color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #991b1bcc; } +.outline-red-800\\/85 { + outline-color: #991b1bd9; +} + .outline-red-800\\/90 { outline-color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7f1d1d; } +.outline-red-900\\/15 { + outline-color: #7f1d1d26; +} + .outline-red-900\\/20 { outline-color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7f1d1d4d; } +.outline-red-900\\/35 { + outline-color: #7f1d1d59; +} + .outline-red-900\\/40 { outline-color: #7f1d1d66; } +.outline-red-900\\/45 { + outline-color: #7f1d1d73; +} + .outline-red-900\\/5 { outline-color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7f1d1d80; } +.outline-red-900\\/55 { + outline-color: #7f1d1d8c; +} + .outline-red-900\\/60 { outline-color: #7f1d1d99; } +.outline-red-900\\/65 { + outline-color: #7f1d1da6; +} + .outline-red-900\\/70 { outline-color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7f1d1dcc; } +.outline-red-900\\/85 { + outline-color: #7f1d1dd9; +} + .outline-red-900\\/90 { outline-color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #450a0a; } +.outline-red-950\\/15 { + outline-color: #450a0a26; +} + .outline-red-950\\/20 { outline-color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #450a0a4d; } +.outline-red-950\\/35 { + outline-color: #450a0a59; +} + .outline-red-950\\/40 { outline-color: #450a0a66; } +.outline-red-950\\/45 { + outline-color: #450a0a73; +} + .outline-red-950\\/5 { outline-color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #450a0a80; } +.outline-red-950\\/55 { + outline-color: #450a0a8c; +} + .outline-red-950\\/60 { outline-color: #450a0a99; } +.outline-red-950\\/65 { + outline-color: #450a0aa6; +} + .outline-red-950\\/70 { outline-color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #450a0acc; } +.outline-red-950\\/85 { + outline-color: #450a0ad9; +} + .outline-red-950\\/90 { outline-color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffe4e6; } +.outline-rose-100\\/15 { + outline-color: #ffe4e626; +} + .outline-rose-100\\/20 { outline-color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffe4e64d; } +.outline-rose-100\\/35 { + outline-color: #ffe4e659; +} + .outline-rose-100\\/40 { outline-color: #ffe4e666; } +.outline-rose-100\\/45 { + outline-color: #ffe4e673; +} + .outline-rose-100\\/5 { outline-color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffe4e680; } +.outline-rose-100\\/55 { + outline-color: #ffe4e68c; +} + .outline-rose-100\\/60 { outline-color: #ffe4e699; } +.outline-rose-100\\/65 { + outline-color: #ffe4e6a6; +} + .outline-rose-100\\/70 { outline-color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffe4e6cc; } +.outline-rose-100\\/85 { + outline-color: #ffe4e6d9; +} + .outline-rose-100\\/90 { outline-color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecdd3; } +.outline-rose-200\\/15 { + outline-color: #fecdd326; +} + .outline-rose-200\\/20 { outline-color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecdd34d; } +.outline-rose-200\\/35 { + outline-color: #fecdd359; +} + .outline-rose-200\\/40 { outline-color: #fecdd366; } +.outline-rose-200\\/45 { + outline-color: #fecdd373; +} + .outline-rose-200\\/5 { outline-color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecdd380; } +.outline-rose-200\\/55 { + outline-color: #fecdd38c; +} + .outline-rose-200\\/60 { outline-color: #fecdd399; } +.outline-rose-200\\/65 { + outline-color: #fecdd3a6; +} + .outline-rose-200\\/70 { outline-color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fecdd3cc; } +.outline-rose-200\\/85 { + outline-color: #fecdd3d9; +} + .outline-rose-200\\/90 { outline-color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fda4af; } +.outline-rose-300\\/15 { + outline-color: #fda4af26; +} + .outline-rose-300\\/20 { outline-color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fda4af4d; } +.outline-rose-300\\/35 { + outline-color: #fda4af59; +} + .outline-rose-300\\/40 { outline-color: #fda4af66; } +.outline-rose-300\\/45 { + outline-color: #fda4af73; +} + .outline-rose-300\\/5 { outline-color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fda4af80; } +.outline-rose-300\\/55 { + outline-color: #fda4af8c; +} + .outline-rose-300\\/60 { outline-color: #fda4af99; } +.outline-rose-300\\/65 { + outline-color: #fda4afa6; +} + .outline-rose-300\\/70 { outline-color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fda4afcc; } +.outline-rose-300\\/85 { + outline-color: #fda4afd9; +} + .outline-rose-300\\/90 { outline-color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb7185; } +.outline-rose-400\\/15 { + outline-color: #fb718526; +} + .outline-rose-400\\/20 { outline-color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb71854d; } +.outline-rose-400\\/35 { + outline-color: #fb718559; +} + .outline-rose-400\\/40 { outline-color: #fb718566; } +.outline-rose-400\\/45 { + outline-color: #fb718573; +} + .outline-rose-400\\/5 { outline-color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb718580; } +.outline-rose-400\\/55 { + outline-color: #fb71858c; +} + .outline-rose-400\\/60 { outline-color: #fb718599; } +.outline-rose-400\\/65 { + outline-color: #fb7185a6; +} + .outline-rose-400\\/70 { outline-color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fb7185cc; } +.outline-rose-400\\/85 { + outline-color: #fb7185d9; +} + .outline-rose-400\\/90 { outline-color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff1f2; } +.outline-rose-50\\/15 { + outline-color: #fff1f226; +} + .outline-rose-50\\/20 { outline-color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff1f24d; } +.outline-rose-50\\/35 { + outline-color: #fff1f259; +} + .outline-rose-50\\/40 { outline-color: #fff1f266; } +.outline-rose-50\\/45 { + outline-color: #fff1f273; +} + .outline-rose-50\\/5 { outline-color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff1f280; } +.outline-rose-50\\/55 { + outline-color: #fff1f28c; +} + .outline-rose-50\\/60 { outline-color: #fff1f299; } +.outline-rose-50\\/65 { + outline-color: #fff1f2a6; +} + .outline-rose-50\\/70 { outline-color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff1f2cc; } +.outline-rose-50\\/85 { + outline-color: #fff1f2d9; +} + .outline-rose-50\\/90 { outline-color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f43f5e; } +.outline-rose-500\\/15 { + outline-color: #f43f5e26; +} + .outline-rose-500\\/20 { outline-color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f43f5e4d; } +.outline-rose-500\\/35 { + outline-color: #f43f5e59; +} + .outline-rose-500\\/40 { outline-color: #f43f5e66; } +.outline-rose-500\\/45 { + outline-color: #f43f5e73; +} + .outline-rose-500\\/5 { outline-color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f43f5e80; } +.outline-rose-500\\/55 { + outline-color: #f43f5e8c; +} + .outline-rose-500\\/60 { outline-color: #f43f5e99; } +.outline-rose-500\\/65 { + outline-color: #f43f5ea6; +} + .outline-rose-500\\/70 { outline-color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f43f5ecc; } +.outline-rose-500\\/85 { + outline-color: #f43f5ed9; +} + .outline-rose-500\\/90 { outline-color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e11d48; } +.outline-rose-600\\/15 { + outline-color: #e11d4826; +} + .outline-rose-600\\/20 { outline-color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e11d484d; } +.outline-rose-600\\/35 { + outline-color: #e11d4859; +} + .outline-rose-600\\/40 { outline-color: #e11d4866; } +.outline-rose-600\\/45 { + outline-color: #e11d4873; +} + .outline-rose-600\\/5 { outline-color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e11d4880; } +.outline-rose-600\\/55 { + outline-color: #e11d488c; +} + .outline-rose-600\\/60 { outline-color: #e11d4899; } +.outline-rose-600\\/65 { + outline-color: #e11d48a6; +} + .outline-rose-600\\/70 { outline-color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e11d48cc; } +.outline-rose-600\\/85 { + outline-color: #e11d48d9; +} + .outline-rose-600\\/90 { outline-color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be123c; } +.outline-rose-700\\/15 { + outline-color: #be123c26; +} + .outline-rose-700\\/20 { outline-color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be123c4d; } +.outline-rose-700\\/35 { + outline-color: #be123c59; +} + .outline-rose-700\\/40 { outline-color: #be123c66; } +.outline-rose-700\\/45 { + outline-color: #be123c73; +} + .outline-rose-700\\/5 { outline-color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be123c80; } +.outline-rose-700\\/55 { + outline-color: #be123c8c; +} + .outline-rose-700\\/60 { outline-color: #be123c99; } +.outline-rose-700\\/65 { + outline-color: #be123ca6; +} + .outline-rose-700\\/70 { outline-color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #be123ccc; } +.outline-rose-700\\/85 { + outline-color: #be123cd9; +} + .outline-rose-700\\/90 { outline-color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9f1239; } +.outline-rose-800\\/15 { + outline-color: #9f123926; +} + .outline-rose-800\\/20 { outline-color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9f12394d; } +.outline-rose-800\\/35 { + outline-color: #9f123959; +} + .outline-rose-800\\/40 { outline-color: #9f123966; } +.outline-rose-800\\/45 { + outline-color: #9f123973; +} + .outline-rose-800\\/5 { outline-color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9f123980; } +.outline-rose-800\\/55 { + outline-color: #9f12398c; +} + .outline-rose-800\\/60 { outline-color: #9f123999; } +.outline-rose-800\\/65 { + outline-color: #9f1239a6; +} + .outline-rose-800\\/70 { outline-color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #9f1239cc; } +.outline-rose-800\\/85 { + outline-color: #9f1239d9; +} + .outline-rose-800\\/90 { outline-color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #881337; } +.outline-rose-900\\/15 { + outline-color: #88133726; +} + .outline-rose-900\\/20 { outline-color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #8813374d; } +.outline-rose-900\\/35 { + outline-color: #88133759; +} + .outline-rose-900\\/40 { outline-color: #88133766; } +.outline-rose-900\\/45 { + outline-color: #88133773; +} + .outline-rose-900\\/5 { outline-color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #88133780; } +.outline-rose-900\\/55 { + outline-color: #8813378c; +} + .outline-rose-900\\/60 { outline-color: #88133799; } +.outline-rose-900\\/65 { + outline-color: #881337a6; +} + .outline-rose-900\\/70 { outline-color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #881337cc; } +.outline-rose-900\\/85 { + outline-color: #881337d9; +} + .outline-rose-900\\/90 { outline-color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c0519; } +.outline-rose-950\\/15 { + outline-color: #4c051926; +} + .outline-rose-950\\/20 { outline-color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c05194d; } +.outline-rose-950\\/35 { + outline-color: #4c051959; +} + .outline-rose-950\\/40 { outline-color: #4c051966; } +.outline-rose-950\\/45 { + outline-color: #4c051973; +} + .outline-rose-950\\/5 { outline-color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c051980; } +.outline-rose-950\\/55 { + outline-color: #4c05198c; +} + .outline-rose-950\\/60 { outline-color: #4c051999; } +.outline-rose-950\\/65 { + outline-color: #4c0519a6; +} + .outline-rose-950\\/70 { outline-color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c0519cc; } +.outline-rose-950\\/85 { + outline-color: #4c0519d9; +} + .outline-rose-950\\/90 { outline-color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0f2fe; } +.outline-sky-100\\/15 { + outline-color: #e0f2fe26; +} + .outline-sky-100\\/20 { outline-color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0f2fe4d; } +.outline-sky-100\\/35 { + outline-color: #e0f2fe59; +} + .outline-sky-100\\/40 { outline-color: #e0f2fe66; } +.outline-sky-100\\/45 { + outline-color: #e0f2fe73; +} + .outline-sky-100\\/5 { outline-color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0f2fe80; } +.outline-sky-100\\/55 { + outline-color: #e0f2fe8c; +} + .outline-sky-100\\/60 { outline-color: #e0f2fe99; } +.outline-sky-100\\/65 { + outline-color: #e0f2fea6; +} + .outline-sky-100\\/70 { outline-color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e0f2fecc; } +.outline-sky-100\\/85 { + outline-color: #e0f2fed9; +} + .outline-sky-100\\/90 { outline-color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bae6fd; } +.outline-sky-200\\/15 { + outline-color: #bae6fd26; +} + .outline-sky-200\\/20 { outline-color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bae6fd4d; } +.outline-sky-200\\/35 { + outline-color: #bae6fd59; +} + .outline-sky-200\\/40 { outline-color: #bae6fd66; } +.outline-sky-200\\/45 { + outline-color: #bae6fd73; +} + .outline-sky-200\\/5 { outline-color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bae6fd80; } +.outline-sky-200\\/55 { + outline-color: #bae6fd8c; +} + .outline-sky-200\\/60 { outline-color: #bae6fd99; } +.outline-sky-200\\/65 { + outline-color: #bae6fda6; +} + .outline-sky-200\\/70 { outline-color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #bae6fdcc; } +.outline-sky-200\\/85 { + outline-color: #bae6fdd9; +} + .outline-sky-200\\/90 { outline-color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7dd3fc; } +.outline-sky-300\\/15 { + outline-color: #7dd3fc26; +} + .outline-sky-300\\/20 { outline-color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7dd3fc4d; } +.outline-sky-300\\/35 { + outline-color: #7dd3fc59; +} + .outline-sky-300\\/40 { outline-color: #7dd3fc66; } +.outline-sky-300\\/45 { + outline-color: #7dd3fc73; +} + .outline-sky-300\\/5 { outline-color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7dd3fc80; } +.outline-sky-300\\/55 { + outline-color: #7dd3fc8c; +} + .outline-sky-300\\/60 { outline-color: #7dd3fc99; } +.outline-sky-300\\/65 { + outline-color: #7dd3fca6; +} + .outline-sky-300\\/70 { outline-color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7dd3fccc; } +.outline-sky-300\\/85 { + outline-color: #7dd3fcd9; +} + .outline-sky-300\\/90 { outline-color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #38bdf8; } +.outline-sky-400\\/15 { + outline-color: #38bdf826; +} + .outline-sky-400\\/20 { outline-color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #38bdf84d; } +.outline-sky-400\\/35 { + outline-color: #38bdf859; +} + .outline-sky-400\\/40 { outline-color: #38bdf866; } +.outline-sky-400\\/45 { + outline-color: #38bdf873; +} + .outline-sky-400\\/5 { outline-color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #38bdf880; } +.outline-sky-400\\/55 { + outline-color: #38bdf88c; +} + .outline-sky-400\\/60 { outline-color: #38bdf899; } +.outline-sky-400\\/65 { + outline-color: #38bdf8a6; +} + .outline-sky-400\\/70 { outline-color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #38bdf8cc; } +.outline-sky-400\\/85 { + outline-color: #38bdf8d9; +} + .outline-sky-400\\/90 { outline-color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0f9ff; } +.outline-sky-50\\/15 { + outline-color: #f0f9ff26; +} + .outline-sky-50\\/20 { outline-color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0f9ff4d; } +.outline-sky-50\\/35 { + outline-color: #f0f9ff59; +} + .outline-sky-50\\/40 { outline-color: #f0f9ff66; } +.outline-sky-50\\/45 { + outline-color: #f0f9ff73; +} + .outline-sky-50\\/5 { outline-color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0f9ff80; } +.outline-sky-50\\/55 { + outline-color: #f0f9ff8c; +} + .outline-sky-50\\/60 { outline-color: #f0f9ff99; } +.outline-sky-50\\/65 { + outline-color: #f0f9ffa6; +} + .outline-sky-50\\/70 { outline-color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0f9ffcc; } +.outline-sky-50\\/85 { + outline-color: #f0f9ffd9; +} + .outline-sky-50\\/90 { outline-color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0ea5e9; } +.outline-sky-500\\/15 { + outline-color: #0ea5e926; +} + .outline-sky-500\\/20 { outline-color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0ea5e94d; } +.outline-sky-500\\/35 { + outline-color: #0ea5e959; +} + .outline-sky-500\\/40 { outline-color: #0ea5e966; } +.outline-sky-500\\/45 { + outline-color: #0ea5e973; +} + .outline-sky-500\\/5 { outline-color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0ea5e980; } +.outline-sky-500\\/55 { + outline-color: #0ea5e98c; +} + .outline-sky-500\\/60 { outline-color: #0ea5e999; } +.outline-sky-500\\/65 { + outline-color: #0ea5e9a6; +} + .outline-sky-500\\/70 { outline-color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0ea5e9cc; } +.outline-sky-500\\/85 { + outline-color: #0ea5e9d9; +} + .outline-sky-500\\/90 { outline-color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0284c7; } +.outline-sky-600\\/15 { + outline-color: #0284c726; +} + .outline-sky-600\\/20 { outline-color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0284c74d; } +.outline-sky-600\\/35 { + outline-color: #0284c759; +} + .outline-sky-600\\/40 { outline-color: #0284c766; } +.outline-sky-600\\/45 { + outline-color: #0284c773; +} + .outline-sky-600\\/5 { outline-color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0284c780; } +.outline-sky-600\\/55 { + outline-color: #0284c78c; +} + .outline-sky-600\\/60 { outline-color: #0284c799; } +.outline-sky-600\\/65 { + outline-color: #0284c7a6; +} + .outline-sky-600\\/70 { outline-color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0284c7cc; } +.outline-sky-600\\/85 { + outline-color: #0284c7d9; +} + .outline-sky-600\\/90 { outline-color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0369a1; } +.outline-sky-700\\/15 { + outline-color: #0369a126; +} + .outline-sky-700\\/20 { outline-color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0369a14d; } +.outline-sky-700\\/35 { + outline-color: #0369a159; +} + .outline-sky-700\\/40 { outline-color: #0369a166; } +.outline-sky-700\\/45 { + outline-color: #0369a173; +} + .outline-sky-700\\/5 { outline-color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0369a180; } +.outline-sky-700\\/55 { + outline-color: #0369a18c; +} + .outline-sky-700\\/60 { outline-color: #0369a199; } +.outline-sky-700\\/65 { + outline-color: #0369a1a6; +} + .outline-sky-700\\/70 { outline-color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0369a1cc; } +.outline-sky-700\\/85 { + outline-color: #0369a1d9; +} + .outline-sky-700\\/90 { outline-color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #075985; } +.outline-sky-800\\/15 { + outline-color: #07598526; +} + .outline-sky-800\\/20 { outline-color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0759854d; } +.outline-sky-800\\/35 { + outline-color: #07598559; +} + .outline-sky-800\\/40 { outline-color: #07598566; } +.outline-sky-800\\/45 { + outline-color: #07598573; +} + .outline-sky-800\\/5 { outline-color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #07598580; } +.outline-sky-800\\/55 { + outline-color: #0759858c; +} + .outline-sky-800\\/60 { outline-color: #07598599; } +.outline-sky-800\\/65 { + outline-color: #075985a6; +} + .outline-sky-800\\/70 { outline-color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #075985cc; } +.outline-sky-800\\/85 { + outline-color: #075985d9; +} + .outline-sky-800\\/90 { outline-color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c4a6e; } +.outline-sky-900\\/15 { + outline-color: #0c4a6e26; +} + .outline-sky-900\\/20 { outline-color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c4a6e4d; } +.outline-sky-900\\/35 { + outline-color: #0c4a6e59; +} + .outline-sky-900\\/40 { outline-color: #0c4a6e66; } +.outline-sky-900\\/45 { + outline-color: #0c4a6e73; +} + .outline-sky-900\\/5 { outline-color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c4a6e80; } +.outline-sky-900\\/55 { + outline-color: #0c4a6e8c; +} + .outline-sky-900\\/60 { outline-color: #0c4a6e99; } +.outline-sky-900\\/65 { + outline-color: #0c4a6ea6; +} + .outline-sky-900\\/70 { outline-color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c4a6ecc; } +.outline-sky-900\\/85 { + outline-color: #0c4a6ed9; +} + .outline-sky-900\\/90 { outline-color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #082f49; } +.outline-sky-950\\/15 { + outline-color: #082f4926; +} + .outline-sky-950\\/20 { outline-color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #082f494d; } +.outline-sky-950\\/35 { + outline-color: #082f4959; +} + .outline-sky-950\\/40 { outline-color: #082f4966; } +.outline-sky-950\\/45 { + outline-color: #082f4973; +} + .outline-sky-950\\/5 { outline-color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #082f4980; } +.outline-sky-950\\/55 { + outline-color: #082f498c; +} + .outline-sky-950\\/60 { outline-color: #082f4999; } +.outline-sky-950\\/65 { + outline-color: #082f49a6; +} + .outline-sky-950\\/70 { outline-color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #082f49cc; } +.outline-sky-950\\/85 { + outline-color: #082f49d9; +} + .outline-sky-950\\/90 { outline-color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f1f5f9; } +.outline-slate-100\\/15 { + outline-color: #f1f5f926; +} + .outline-slate-100\\/20 { outline-color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f1f5f94d; } +.outline-slate-100\\/35 { + outline-color: #f1f5f959; +} + .outline-slate-100\\/40 { outline-color: #f1f5f966; } +.outline-slate-100\\/45 { + outline-color: #f1f5f973; +} + .outline-slate-100\\/5 { outline-color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f1f5f980; } +.outline-slate-100\\/55 { + outline-color: #f1f5f98c; +} + .outline-slate-100\\/60 { outline-color: #f1f5f999; } +.outline-slate-100\\/65 { + outline-color: #f1f5f9a6; +} + .outline-slate-100\\/70 { outline-color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f1f5f9cc; } +.outline-slate-100\\/85 { + outline-color: #f1f5f9d9; +} + .outline-slate-100\\/90 { outline-color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e2e8f0; } +.outline-slate-200\\/15 { + outline-color: #e2e8f026; +} + .outline-slate-200\\/20 { outline-color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e2e8f04d; } +.outline-slate-200\\/35 { + outline-color: #e2e8f059; +} + .outline-slate-200\\/40 { outline-color: #e2e8f066; } +.outline-slate-200\\/45 { + outline-color: #e2e8f073; +} + .outline-slate-200\\/5 { outline-color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e2e8f080; } +.outline-slate-200\\/55 { + outline-color: #e2e8f08c; +} + .outline-slate-200\\/60 { outline-color: #e2e8f099; } +.outline-slate-200\\/65 { + outline-color: #e2e8f0a6; +} + .outline-slate-200\\/70 { outline-color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e2e8f0cc; } +.outline-slate-200\\/85 { + outline-color: #e2e8f0d9; +} + .outline-slate-200\\/90 { outline-color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cbd5e1; } +.outline-slate-300\\/15 { + outline-color: #cbd5e126; +} + .outline-slate-300\\/20 { outline-color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cbd5e14d; } +.outline-slate-300\\/35 { + outline-color: #cbd5e159; +} + .outline-slate-300\\/40 { outline-color: #cbd5e166; } +.outline-slate-300\\/45 { + outline-color: #cbd5e173; +} + .outline-slate-300\\/5 { outline-color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cbd5e180; } +.outline-slate-300\\/55 { + outline-color: #cbd5e18c; +} + .outline-slate-300\\/60 { outline-color: #cbd5e199; } +.outline-slate-300\\/65 { + outline-color: #cbd5e1a6; +} + .outline-slate-300\\/70 { outline-color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #cbd5e1cc; } +.outline-slate-300\\/85 { + outline-color: #cbd5e1d9; +} + .outline-slate-300\\/90 { outline-color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #94a3b8; } +.outline-slate-400\\/15 { + outline-color: #94a3b826; +} + .outline-slate-400\\/20 { outline-color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #94a3b84d; } +.outline-slate-400\\/35 { + outline-color: #94a3b859; +} + .outline-slate-400\\/40 { outline-color: #94a3b866; } +.outline-slate-400\\/45 { + outline-color: #94a3b873; +} + .outline-slate-400\\/5 { outline-color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #94a3b880; } +.outline-slate-400\\/55 { + outline-color: #94a3b88c; +} + .outline-slate-400\\/60 { outline-color: #94a3b899; } +.outline-slate-400\\/65 { + outline-color: #94a3b8a6; +} + .outline-slate-400\\/70 { outline-color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #94a3b8cc; } +.outline-slate-400\\/85 { + outline-color: #94a3b8d9; +} + .outline-slate-400\\/90 { outline-color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f8fafc; } +.outline-slate-50\\/15 { + outline-color: #f8fafc26; +} + .outline-slate-50\\/20 { outline-color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f8fafc4d; } +.outline-slate-50\\/35 { + outline-color: #f8fafc59; +} + .outline-slate-50\\/40 { outline-color: #f8fafc66; } +.outline-slate-50\\/45 { + outline-color: #f8fafc73; +} + .outline-slate-50\\/5 { outline-color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f8fafc80; } +.outline-slate-50\\/55 { + outline-color: #f8fafc8c; +} + .outline-slate-50\\/60 { outline-color: #f8fafc99; } +.outline-slate-50\\/65 { + outline-color: #f8fafca6; +} + .outline-slate-50\\/70 { outline-color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f8fafccc; } +.outline-slate-50\\/85 { + outline-color: #f8fafcd9; +} + .outline-slate-50\\/90 { outline-color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #64748b; } +.outline-slate-500\\/15 { + outline-color: #64748b26; +} + .outline-slate-500\\/20 { outline-color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #64748b4d; } +.outline-slate-500\\/35 { + outline-color: #64748b59; +} + .outline-slate-500\\/40 { outline-color: #64748b66; } +.outline-slate-500\\/45 { + outline-color: #64748b73; +} + .outline-slate-500\\/5 { outline-color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #64748b80; } +.outline-slate-500\\/55 { + outline-color: #64748b8c; +} + .outline-slate-500\\/60 { outline-color: #64748b99; } +.outline-slate-500\\/65 { + outline-color: #64748ba6; +} + .outline-slate-500\\/70 { outline-color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #64748bcc; } +.outline-slate-500\\/85 { + outline-color: #64748bd9; +} + .outline-slate-500\\/90 { outline-color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #475569; } +.outline-slate-600\\/15 { + outline-color: #47556926; +} + .outline-slate-600\\/20 { outline-color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4755694d; } +.outline-slate-600\\/35 { + outline-color: #47556959; +} + .outline-slate-600\\/40 { outline-color: #47556966; } +.outline-slate-600\\/45 { + outline-color: #47556973; +} + .outline-slate-600\\/5 { outline-color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #47556980; } +.outline-slate-600\\/55 { + outline-color: #4755698c; +} + .outline-slate-600\\/60 { outline-color: #47556999; } +.outline-slate-600\\/65 { + outline-color: #475569a6; +} + .outline-slate-600\\/70 { outline-color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #475569cc; } +.outline-slate-600\\/85 { + outline-color: #475569d9; +} + .outline-slate-600\\/90 { outline-color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #334155; } +.outline-slate-700\\/15 { + outline-color: #33415526; +} + .outline-slate-700\\/20 { outline-color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3341554d; } +.outline-slate-700\\/35 { + outline-color: #33415559; +} + .outline-slate-700\\/40 { outline-color: #33415566; } +.outline-slate-700\\/45 { + outline-color: #33415573; +} + .outline-slate-700\\/5 { outline-color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #33415580; } +.outline-slate-700\\/55 { + outline-color: #3341558c; +} + .outline-slate-700\\/60 { outline-color: #33415599; } +.outline-slate-700\\/65 { + outline-color: #334155a6; +} + .outline-slate-700\\/70 { outline-color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #334155cc; } +.outline-slate-700\\/85 { + outline-color: #334155d9; +} + .outline-slate-700\\/90 { outline-color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e293b; } +.outline-slate-800\\/15 { + outline-color: #1e293b26; +} + .outline-slate-800\\/20 { outline-color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e293b4d; } +.outline-slate-800\\/35 { + outline-color: #1e293b59; +} + .outline-slate-800\\/40 { outline-color: #1e293b66; } +.outline-slate-800\\/45 { + outline-color: #1e293b73; +} + .outline-slate-800\\/5 { outline-color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e293b80; } +.outline-slate-800\\/55 { + outline-color: #1e293b8c; +} + .outline-slate-800\\/60 { outline-color: #1e293b99; } +.outline-slate-800\\/65 { + outline-color: #1e293ba6; +} + .outline-slate-800\\/70 { outline-color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1e293bcc; } +.outline-slate-800\\/85 { + outline-color: #1e293bd9; +} + .outline-slate-800\\/90 { outline-color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f172a; } +.outline-slate-900\\/15 { + outline-color: #0f172a26; +} + .outline-slate-900\\/20 { outline-color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f172a4d; } +.outline-slate-900\\/35 { + outline-color: #0f172a59; +} + .outline-slate-900\\/40 { outline-color: #0f172a66; } +.outline-slate-900\\/45 { + outline-color: #0f172a73; +} + .outline-slate-900\\/5 { outline-color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f172a80; } +.outline-slate-900\\/55 { + outline-color: #0f172a8c; +} + .outline-slate-900\\/60 { outline-color: #0f172a99; } +.outline-slate-900\\/65 { + outline-color: #0f172aa6; +} + .outline-slate-900\\/70 { outline-color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f172acc; } +.outline-slate-900\\/85 { + outline-color: #0f172ad9; +} + .outline-slate-900\\/90 { outline-color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #020617; } +.outline-slate-950\\/15 { + outline-color: #02061726; +} + .outline-slate-950\\/20 { outline-color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0206174d; } +.outline-slate-950\\/35 { + outline-color: #02061759; +} + .outline-slate-950\\/40 { outline-color: #02061766; } +.outline-slate-950\\/45 { + outline-color: #02061773; +} + .outline-slate-950\\/5 { outline-color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #02061780; } +.outline-slate-950\\/55 { + outline-color: #0206178c; +} + .outline-slate-950\\/60 { outline-color: #02061799; } +.outline-slate-950\\/65 { + outline-color: #020617a6; +} + .outline-slate-950\\/70 { outline-color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #020617cc; } +.outline-slate-950\\/85 { + outline-color: #020617d9; +} + .outline-slate-950\\/90 { outline-color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f4; } +.outline-stone-100\\/15 { + outline-color: #f5f5f426; +} + .outline-stone-100\\/20 { outline-color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f44d; } +.outline-stone-100\\/35 { + outline-color: #f5f5f459; +} + .outline-stone-100\\/40 { outline-color: #f5f5f466; } +.outline-stone-100\\/45 { + outline-color: #f5f5f473; +} + .outline-stone-100\\/5 { outline-color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f480; } +.outline-stone-100\\/55 { + outline-color: #f5f5f48c; +} + .outline-stone-100\\/60 { outline-color: #f5f5f499; } +.outline-stone-100\\/65 { + outline-color: #f5f5f4a6; +} + .outline-stone-100\\/70 { outline-color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f5f4cc; } +.outline-stone-100\\/85 { + outline-color: #f5f5f4d9; +} + .outline-stone-100\\/90 { outline-color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e7e5e4; } +.outline-stone-200\\/15 { + outline-color: #e7e5e426; +} + .outline-stone-200\\/20 { outline-color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e7e5e44d; } +.outline-stone-200\\/35 { + outline-color: #e7e5e459; +} + .outline-stone-200\\/40 { outline-color: #e7e5e466; } +.outline-stone-200\\/45 { + outline-color: #e7e5e473; +} + .outline-stone-200\\/5 { outline-color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e7e5e480; } +.outline-stone-200\\/55 { + outline-color: #e7e5e48c; +} + .outline-stone-200\\/60 { outline-color: #e7e5e499; } +.outline-stone-200\\/65 { + outline-color: #e7e5e4a6; +} + .outline-stone-200\\/70 { outline-color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e7e5e4cc; } +.outline-stone-200\\/85 { + outline-color: #e7e5e4d9; +} + .outline-stone-200\\/90 { outline-color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d6d3d1; } +.outline-stone-300\\/15 { + outline-color: #d6d3d126; +} + .outline-stone-300\\/20 { outline-color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d6d3d14d; } +.outline-stone-300\\/35 { + outline-color: #d6d3d159; +} + .outline-stone-300\\/40 { outline-color: #d6d3d166; } +.outline-stone-300\\/45 { + outline-color: #d6d3d173; +} + .outline-stone-300\\/5 { outline-color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d6d3d180; } +.outline-stone-300\\/55 { + outline-color: #d6d3d18c; +} + .outline-stone-300\\/60 { outline-color: #d6d3d199; } +.outline-stone-300\\/65 { + outline-color: #d6d3d1a6; +} + .outline-stone-300\\/70 { outline-color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d6d3d1cc; } +.outline-stone-300\\/85 { + outline-color: #d6d3d1d9; +} + .outline-stone-300\\/90 { outline-color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a8a29e; } +.outline-stone-400\\/15 { + outline-color: #a8a29e26; +} + .outline-stone-400\\/20 { outline-color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a8a29e4d; } +.outline-stone-400\\/35 { + outline-color: #a8a29e59; +} + .outline-stone-400\\/40 { outline-color: #a8a29e66; } +.outline-stone-400\\/45 { + outline-color: #a8a29e73; +} + .outline-stone-400\\/5 { outline-color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a8a29e80; } +.outline-stone-400\\/55 { + outline-color: #a8a29e8c; +} + .outline-stone-400\\/60 { outline-color: #a8a29e99; } +.outline-stone-400\\/65 { + outline-color: #a8a29ea6; +} + .outline-stone-400\\/70 { outline-color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a8a29ecc; } +.outline-stone-400\\/85 { + outline-color: #a8a29ed9; +} + .outline-stone-400\\/90 { outline-color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafaf9; } +.outline-stone-50\\/15 { + outline-color: #fafaf926; +} + .outline-stone-50\\/20 { outline-color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafaf94d; } +.outline-stone-50\\/35 { + outline-color: #fafaf959; +} + .outline-stone-50\\/40 { outline-color: #fafaf966; } +.outline-stone-50\\/45 { + outline-color: #fafaf973; +} + .outline-stone-50\\/5 { outline-color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafaf980; } +.outline-stone-50\\/55 { + outline-color: #fafaf98c; +} + .outline-stone-50\\/60 { outline-color: #fafaf999; } +.outline-stone-50\\/65 { + outline-color: #fafaf9a6; +} + .outline-stone-50\\/70 { outline-color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafaf9cc; } +.outline-stone-50\\/85 { + outline-color: #fafaf9d9; +} + .outline-stone-50\\/90 { outline-color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78716c; } +.outline-stone-500\\/15 { + outline-color: #78716c26; +} + .outline-stone-500\\/20 { outline-color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78716c4d; } +.outline-stone-500\\/35 { + outline-color: #78716c59; +} + .outline-stone-500\\/40 { outline-color: #78716c66; } +.outline-stone-500\\/45 { + outline-color: #78716c73; +} + .outline-stone-500\\/5 { outline-color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78716c80; } +.outline-stone-500\\/55 { + outline-color: #78716c8c; +} + .outline-stone-500\\/60 { outline-color: #78716c99; } +.outline-stone-500\\/65 { + outline-color: #78716ca6; +} + .outline-stone-500\\/70 { outline-color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #78716ccc; } +.outline-stone-500\\/85 { + outline-color: #78716cd9; +} + .outline-stone-500\\/90 { outline-color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #57534e; } +.outline-stone-600\\/15 { + outline-color: #57534e26; +} + .outline-stone-600\\/20 { outline-color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #57534e4d; } +.outline-stone-600\\/35 { + outline-color: #57534e59; +} + .outline-stone-600\\/40 { outline-color: #57534e66; } +.outline-stone-600\\/45 { + outline-color: #57534e73; +} + .outline-stone-600\\/5 { outline-color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #57534e80; } +.outline-stone-600\\/55 { + outline-color: #57534e8c; +} + .outline-stone-600\\/60 { outline-color: #57534e99; } +.outline-stone-600\\/65 { + outline-color: #57534ea6; +} + .outline-stone-600\\/70 { outline-color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #57534ecc; } +.outline-stone-600\\/85 { + outline-color: #57534ed9; +} + .outline-stone-600\\/90 { outline-color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #44403c; } +.outline-stone-700\\/15 { + outline-color: #44403c26; +} + .outline-stone-700\\/20 { outline-color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #44403c4d; } +.outline-stone-700\\/35 { + outline-color: #44403c59; +} + .outline-stone-700\\/40 { outline-color: #44403c66; } +.outline-stone-700\\/45 { + outline-color: #44403c73; +} + .outline-stone-700\\/5 { outline-color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #44403c80; } +.outline-stone-700\\/55 { + outline-color: #44403c8c; +} + .outline-stone-700\\/60 { outline-color: #44403c99; } +.outline-stone-700\\/65 { + outline-color: #44403ca6; +} + .outline-stone-700\\/70 { outline-color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #44403ccc; } +.outline-stone-700\\/85 { + outline-color: #44403cd9; +} + .outline-stone-700\\/90 { outline-color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #292524; } +.outline-stone-800\\/15 { + outline-color: #29252426; +} + .outline-stone-800\\/20 { outline-color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2925244d; } +.outline-stone-800\\/35 { + outline-color: #29252459; +} + .outline-stone-800\\/40 { outline-color: #29252466; } +.outline-stone-800\\/45 { + outline-color: #29252473; +} + .outline-stone-800\\/5 { outline-color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #29252480; } +.outline-stone-800\\/55 { + outline-color: #2925248c; +} + .outline-stone-800\\/60 { outline-color: #29252499; } +.outline-stone-800\\/65 { + outline-color: #292524a6; +} + .outline-stone-800\\/70 { outline-color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #292524cc; } +.outline-stone-800\\/85 { + outline-color: #292524d9; +} + .outline-stone-800\\/90 { outline-color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1c1917; } +.outline-stone-900\\/15 { + outline-color: #1c191726; +} + .outline-stone-900\\/20 { outline-color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1c19174d; } +.outline-stone-900\\/35 { + outline-color: #1c191759; +} + .outline-stone-900\\/40 { outline-color: #1c191766; } +.outline-stone-900\\/45 { + outline-color: #1c191773; +} + .outline-stone-900\\/5 { outline-color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1c191780; } +.outline-stone-900\\/55 { + outline-color: #1c19178c; +} + .outline-stone-900\\/60 { outline-color: #1c191799; } +.outline-stone-900\\/65 { + outline-color: #1c1917a6; +} + .outline-stone-900\\/70 { outline-color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #1c1917cc; } +.outline-stone-900\\/85 { + outline-color: #1c1917d9; +} + .outline-stone-900\\/90 { outline-color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c0a09; } +.outline-stone-950\\/15 { + outline-color: #0c0a0926; +} + .outline-stone-950\\/20 { outline-color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c0a094d; } +.outline-stone-950\\/35 { + outline-color: #0c0a0959; +} + .outline-stone-950\\/40 { outline-color: #0c0a0966; } +.outline-stone-950\\/45 { + outline-color: #0c0a0973; +} + .outline-stone-950\\/5 { outline-color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c0a0980; } +.outline-stone-950\\/55 { + outline-color: #0c0a098c; +} + .outline-stone-950\\/60 { outline-color: #0c0a0999; } +.outline-stone-950\\/65 { + outline-color: #0c0a09a6; +} + .outline-stone-950\\/70 { outline-color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0c0a09cc; } +.outline-stone-950\\/85 { + outline-color: #0c0a09d9; +} + .outline-stone-950\\/90 { outline-color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ccfbf1; } +.outline-teal-100\\/15 { + outline-color: #ccfbf126; +} + .outline-teal-100\\/20 { outline-color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ccfbf14d; } +.outline-teal-100\\/35 { + outline-color: #ccfbf159; +} + .outline-teal-100\\/40 { outline-color: #ccfbf166; } +.outline-teal-100\\/45 { + outline-color: #ccfbf173; +} + .outline-teal-100\\/5 { outline-color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ccfbf180; } +.outline-teal-100\\/55 { + outline-color: #ccfbf18c; +} + .outline-teal-100\\/60 { outline-color: #ccfbf199; } +.outline-teal-100\\/65 { + outline-color: #ccfbf1a6; +} + .outline-teal-100\\/70 { outline-color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ccfbf1cc; } +.outline-teal-100\\/85 { + outline-color: #ccfbf1d9; +} + .outline-teal-100\\/90 { outline-color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #99f6e4; } +.outline-teal-200\\/15 { + outline-color: #99f6e426; +} + .outline-teal-200\\/20 { outline-color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #99f6e44d; } +.outline-teal-200\\/35 { + outline-color: #99f6e459; +} + .outline-teal-200\\/40 { outline-color: #99f6e466; } +.outline-teal-200\\/45 { + outline-color: #99f6e473; +} + .outline-teal-200\\/5 { outline-color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #99f6e480; } +.outline-teal-200\\/55 { + outline-color: #99f6e48c; +} + .outline-teal-200\\/60 { outline-color: #99f6e499; } +.outline-teal-200\\/65 { + outline-color: #99f6e4a6; +} + .outline-teal-200\\/70 { outline-color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #99f6e4cc; } +.outline-teal-200\\/85 { + outline-color: #99f6e4d9; +} + .outline-teal-200\\/90 { outline-color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5eead4; } +.outline-teal-300\\/15 { + outline-color: #5eead426; +} + .outline-teal-300\\/20 { outline-color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5eead44d; } +.outline-teal-300\\/35 { + outline-color: #5eead459; +} + .outline-teal-300\\/40 { outline-color: #5eead466; } +.outline-teal-300\\/45 { + outline-color: #5eead473; +} + .outline-teal-300\\/5 { outline-color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5eead480; } +.outline-teal-300\\/55 { + outline-color: #5eead48c; +} + .outline-teal-300\\/60 { outline-color: #5eead499; } +.outline-teal-300\\/65 { + outline-color: #5eead4a6; +} + .outline-teal-300\\/70 { outline-color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5eead4cc; } +.outline-teal-300\\/85 { + outline-color: #5eead4d9; +} + .outline-teal-300\\/90 { outline-color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2dd4bf; } +.outline-teal-400\\/15 { + outline-color: #2dd4bf26; +} + .outline-teal-400\\/20 { outline-color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2dd4bf4d; } +.outline-teal-400\\/35 { + outline-color: #2dd4bf59; +} + .outline-teal-400\\/40 { outline-color: #2dd4bf66; } +.outline-teal-400\\/45 { + outline-color: #2dd4bf73; +} + .outline-teal-400\\/5 { outline-color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2dd4bf80; } +.outline-teal-400\\/55 { + outline-color: #2dd4bf8c; +} + .outline-teal-400\\/60 { outline-color: #2dd4bf99; } +.outline-teal-400\\/65 { + outline-color: #2dd4bfa6; +} + .outline-teal-400\\/70 { outline-color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2dd4bfcc; } +.outline-teal-400\\/85 { + outline-color: #2dd4bfd9; +} + .outline-teal-400\\/90 { outline-color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdfa; } +.outline-teal-50\\/15 { + outline-color: #f0fdfa26; +} + .outline-teal-50\\/20 { outline-color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdfa4d; } +.outline-teal-50\\/35 { + outline-color: #f0fdfa59; +} + .outline-teal-50\\/40 { outline-color: #f0fdfa66; } +.outline-teal-50\\/45 { + outline-color: #f0fdfa73; +} + .outline-teal-50\\/5 { outline-color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdfa80; } +.outline-teal-50\\/55 { + outline-color: #f0fdfa8c; +} + .outline-teal-50\\/60 { outline-color: #f0fdfa99; } +.outline-teal-50\\/65 { + outline-color: #f0fdfaa6; +} + .outline-teal-50\\/70 { outline-color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f0fdfacc; } +.outline-teal-50\\/85 { + outline-color: #f0fdfad9; +} + .outline-teal-50\\/90 { outline-color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14b8a6; } +.outline-teal-500\\/15 { + outline-color: #14b8a626; +} + .outline-teal-500\\/20 { outline-color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14b8a64d; } +.outline-teal-500\\/35 { + outline-color: #14b8a659; +} + .outline-teal-500\\/40 { outline-color: #14b8a666; } +.outline-teal-500\\/45 { + outline-color: #14b8a673; +} + .outline-teal-500\\/5 { outline-color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14b8a680; } +.outline-teal-500\\/55 { + outline-color: #14b8a68c; +} + .outline-teal-500\\/60 { outline-color: #14b8a699; } +.outline-teal-500\\/65 { + outline-color: #14b8a6a6; +} + .outline-teal-500\\/70 { outline-color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #14b8a6cc; } +.outline-teal-500\\/85 { + outline-color: #14b8a6d9; +} + .outline-teal-500\\/90 { outline-color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0d9488; } +.outline-teal-600\\/15 { + outline-color: #0d948826; +} + .outline-teal-600\\/20 { outline-color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0d94884d; } +.outline-teal-600\\/35 { + outline-color: #0d948859; +} + .outline-teal-600\\/40 { outline-color: #0d948866; } +.outline-teal-600\\/45 { + outline-color: #0d948873; +} + .outline-teal-600\\/5 { outline-color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0d948880; } +.outline-teal-600\\/55 { + outline-color: #0d94888c; +} + .outline-teal-600\\/60 { outline-color: #0d948899; } +.outline-teal-600\\/65 { + outline-color: #0d9488a6; +} + .outline-teal-600\\/70 { outline-color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0d9488cc; } +.outline-teal-600\\/85 { + outline-color: #0d9488d9; +} + .outline-teal-600\\/90 { outline-color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f766e; } +.outline-teal-700\\/15 { + outline-color: #0f766e26; +} + .outline-teal-700\\/20 { outline-color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f766e4d; } +.outline-teal-700\\/35 { + outline-color: #0f766e59; +} + .outline-teal-700\\/40 { outline-color: #0f766e66; } +.outline-teal-700\\/45 { + outline-color: #0f766e73; +} + .outline-teal-700\\/5 { outline-color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f766e80; } +.outline-teal-700\\/55 { + outline-color: #0f766e8c; +} + .outline-teal-700\\/60 { outline-color: #0f766e99; } +.outline-teal-700\\/65 { + outline-color: #0f766ea6; +} + .outline-teal-700\\/70 { outline-color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0f766ecc; } +.outline-teal-700\\/85 { + outline-color: #0f766ed9; +} + .outline-teal-700\\/90 { outline-color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #115e59; } +.outline-teal-800\\/15 { + outline-color: #115e5926; +} + .outline-teal-800\\/20 { outline-color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #115e594d; } +.outline-teal-800\\/35 { + outline-color: #115e5959; +} + .outline-teal-800\\/40 { outline-color: #115e5966; } +.outline-teal-800\\/45 { + outline-color: #115e5973; +} + .outline-teal-800\\/5 { outline-color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #115e5980; } +.outline-teal-800\\/55 { + outline-color: #115e598c; +} + .outline-teal-800\\/60 { outline-color: #115e5999; } +.outline-teal-800\\/65 { + outline-color: #115e59a6; +} + .outline-teal-800\\/70 { outline-color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #115e59cc; } +.outline-teal-800\\/85 { + outline-color: #115e59d9; +} + .outline-teal-800\\/90 { outline-color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #134e4a; } +.outline-teal-900\\/15 { + outline-color: #134e4a26; +} + .outline-teal-900\\/20 { outline-color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #134e4a4d; } +.outline-teal-900\\/35 { + outline-color: #134e4a59; +} + .outline-teal-900\\/40 { outline-color: #134e4a66; } +.outline-teal-900\\/45 { + outline-color: #134e4a73; +} + .outline-teal-900\\/5 { outline-color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #134e4a80; } +.outline-teal-900\\/55 { + outline-color: #134e4a8c; +} + .outline-teal-900\\/60 { outline-color: #134e4a99; } +.outline-teal-900\\/65 { + outline-color: #134e4aa6; +} + .outline-teal-900\\/70 { outline-color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #134e4acc; } +.outline-teal-900\\/85 { + outline-color: #134e4ad9; +} + .outline-teal-900\\/90 { outline-color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #042f2e; } +.outline-teal-950\\/15 { + outline-color: #042f2e26; +} + .outline-teal-950\\/20 { outline-color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #042f2e4d; } +.outline-teal-950\\/35 { + outline-color: #042f2e59; +} + .outline-teal-950\\/40 { outline-color: #042f2e66; } +.outline-teal-950\\/45 { + outline-color: #042f2e73; +} + .outline-teal-950\\/5 { outline-color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #042f2e80; } +.outline-teal-950\\/55 { + outline-color: #042f2e8c; +} + .outline-teal-950\\/60 { outline-color: #042f2e99; } +.outline-teal-950\\/65 { + outline-color: #042f2ea6; +} + .outline-teal-950\\/70 { outline-color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #042f2ecc; } +.outline-teal-950\\/85 { + outline-color: #042f2ed9; +} + .outline-teal-950\\/90 { outline-color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #000; } +.outline-transparent\\/15 { + outline-color: #00000026; +} + .outline-transparent\\/20 { outline-color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #0000004d; } +.outline-transparent\\/35 { + outline-color: #00000059; +} + .outline-transparent\\/40 { outline-color: #0006; } +.outline-transparent\\/45 { + outline-color: #00000073; +} + .outline-transparent\\/5 { outline-color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #00000080; } +.outline-transparent\\/55 { + outline-color: #0000008c; +} + .outline-transparent\\/60 { outline-color: #0009; } +.outline-transparent\\/65 { + outline-color: #000000a6; +} + .outline-transparent\\/70 { outline-color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #000c; } +.outline-transparent\\/85 { + outline-color: #000000d9; +} + .outline-transparent\\/90 { outline-color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ede9fe; } +.outline-violet-100\\/15 { + outline-color: #ede9fe26; +} + .outline-violet-100\\/20 { outline-color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ede9fe4d; } +.outline-violet-100\\/35 { + outline-color: #ede9fe59; +} + .outline-violet-100\\/40 { outline-color: #ede9fe66; } +.outline-violet-100\\/45 { + outline-color: #ede9fe73; +} + .outline-violet-100\\/5 { outline-color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ede9fe80; } +.outline-violet-100\\/55 { + outline-color: #ede9fe8c; +} + .outline-violet-100\\/60 { outline-color: #ede9fe99; } +.outline-violet-100\\/65 { + outline-color: #ede9fea6; +} + .outline-violet-100\\/70 { outline-color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ede9fecc; } +.outline-violet-100\\/85 { + outline-color: #ede9fed9; +} + .outline-violet-100\\/90 { outline-color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ddd6fe; } +.outline-violet-200\\/15 { + outline-color: #ddd6fe26; +} + .outline-violet-200\\/20 { outline-color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ddd6fe4d; } +.outline-violet-200\\/35 { + outline-color: #ddd6fe59; +} + .outline-violet-200\\/40 { outline-color: #ddd6fe66; } +.outline-violet-200\\/45 { + outline-color: #ddd6fe73; +} + .outline-violet-200\\/5 { outline-color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ddd6fe80; } +.outline-violet-200\\/55 { + outline-color: #ddd6fe8c; +} + .outline-violet-200\\/60 { outline-color: #ddd6fe99; } +.outline-violet-200\\/65 { + outline-color: #ddd6fea6; +} + .outline-violet-200\\/70 { outline-color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ddd6fecc; } +.outline-violet-200\\/85 { + outline-color: #ddd6fed9; +} + .outline-violet-200\\/90 { outline-color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c4b5fd; } +.outline-violet-300\\/15 { + outline-color: #c4b5fd26; +} + .outline-violet-300\\/20 { outline-color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c4b5fd4d; } +.outline-violet-300\\/35 { + outline-color: #c4b5fd59; +} + .outline-violet-300\\/40 { outline-color: #c4b5fd66; } +.outline-violet-300\\/45 { + outline-color: #c4b5fd73; +} + .outline-violet-300\\/5 { outline-color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c4b5fd80; } +.outline-violet-300\\/55 { + outline-color: #c4b5fd8c; +} + .outline-violet-300\\/60 { outline-color: #c4b5fd99; } +.outline-violet-300\\/65 { + outline-color: #c4b5fda6; +} + .outline-violet-300\\/70 { outline-color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #c4b5fdcc; } +.outline-violet-300\\/85 { + outline-color: #c4b5fdd9; +} + .outline-violet-300\\/90 { outline-color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a78bfa; } +.outline-violet-400\\/15 { + outline-color: #a78bfa26; +} + .outline-violet-400\\/20 { outline-color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a78bfa4d; } +.outline-violet-400\\/35 { + outline-color: #a78bfa59; +} + .outline-violet-400\\/40 { outline-color: #a78bfa66; } +.outline-violet-400\\/45 { + outline-color: #a78bfa73; +} + .outline-violet-400\\/5 { outline-color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a78bfa80; } +.outline-violet-400\\/55 { + outline-color: #a78bfa8c; +} + .outline-violet-400\\/60 { outline-color: #a78bfa99; } +.outline-violet-400\\/65 { + outline-color: #a78bfaa6; +} + .outline-violet-400\\/70 { outline-color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a78bfacc; } +.outline-violet-400\\/85 { + outline-color: #a78bfad9; +} + .outline-violet-400\\/90 { outline-color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f3ff; } +.outline-violet-50\\/15 { + outline-color: #f5f3ff26; +} + .outline-violet-50\\/20 { outline-color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f3ff4d; } +.outline-violet-50\\/35 { + outline-color: #f5f3ff59; +} + .outline-violet-50\\/40 { outline-color: #f5f3ff66; } +.outline-violet-50\\/45 { + outline-color: #f5f3ff73; +} + .outline-violet-50\\/5 { outline-color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f3ff80; } +.outline-violet-50\\/55 { + outline-color: #f5f3ff8c; +} + .outline-violet-50\\/60 { outline-color: #f5f3ff99; } +.outline-violet-50\\/65 { + outline-color: #f5f3ffa6; +} + .outline-violet-50\\/70 { outline-color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f5f3ffcc; } +.outline-violet-50\\/85 { + outline-color: #f5f3ffd9; +} + .outline-violet-50\\/90 { outline-color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #8b5cf6; } +.outline-violet-500\\/15 { + outline-color: #8b5cf626; +} + .outline-violet-500\\/20 { outline-color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #8b5cf64d; } +.outline-violet-500\\/35 { + outline-color: #8b5cf659; +} + .outline-violet-500\\/40 { outline-color: #8b5cf666; } +.outline-violet-500\\/45 { + outline-color: #8b5cf673; +} + .outline-violet-500\\/5 { outline-color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #8b5cf680; } +.outline-violet-500\\/55 { + outline-color: #8b5cf68c; +} + .outline-violet-500\\/60 { outline-color: #8b5cf699; } +.outline-violet-500\\/65 { + outline-color: #8b5cf6a6; +} + .outline-violet-500\\/70 { outline-color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #8b5cf6cc; } +.outline-violet-500\\/85 { + outline-color: #8b5cf6d9; +} + .outline-violet-500\\/90 { outline-color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c3aed; } +.outline-violet-600\\/15 { + outline-color: #7c3aed26; +} + .outline-violet-600\\/20 { outline-color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c3aed4d; } +.outline-violet-600\\/35 { + outline-color: #7c3aed59; +} + .outline-violet-600\\/40 { outline-color: #7c3aed66; } +.outline-violet-600\\/45 { + outline-color: #7c3aed73; +} + .outline-violet-600\\/5 { outline-color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c3aed80; } +.outline-violet-600\\/55 { + outline-color: #7c3aed8c; +} + .outline-violet-600\\/60 { outline-color: #7c3aed99; } +.outline-violet-600\\/65 { + outline-color: #7c3aeda6; +} + .outline-violet-600\\/70 { outline-color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #7c3aedcc; } +.outline-violet-600\\/85 { + outline-color: #7c3aedd9; +} + .outline-violet-600\\/90 { outline-color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6d28d9; } +.outline-violet-700\\/15 { + outline-color: #6d28d926; +} + .outline-violet-700\\/20 { outline-color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6d28d94d; } +.outline-violet-700\\/35 { + outline-color: #6d28d959; +} + .outline-violet-700\\/40 { outline-color: #6d28d966; } +.outline-violet-700\\/45 { + outline-color: #6d28d973; +} + .outline-violet-700\\/5 { outline-color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6d28d980; } +.outline-violet-700\\/55 { + outline-color: #6d28d98c; +} + .outline-violet-700\\/60 { outline-color: #6d28d999; } +.outline-violet-700\\/65 { + outline-color: #6d28d9a6; +} + .outline-violet-700\\/70 { outline-color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #6d28d9cc; } +.outline-violet-700\\/85 { + outline-color: #6d28d9d9; +} + .outline-violet-700\\/90 { outline-color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5b21b6; } +.outline-violet-800\\/15 { + outline-color: #5b21b626; +} + .outline-violet-800\\/20 { outline-color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5b21b64d; } +.outline-violet-800\\/35 { + outline-color: #5b21b659; +} + .outline-violet-800\\/40 { outline-color: #5b21b666; } +.outline-violet-800\\/45 { + outline-color: #5b21b673; +} + .outline-violet-800\\/5 { outline-color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5b21b680; } +.outline-violet-800\\/55 { + outline-color: #5b21b68c; +} + .outline-violet-800\\/60 { outline-color: #5b21b699; } +.outline-violet-800\\/65 { + outline-color: #5b21b6a6; +} + .outline-violet-800\\/70 { outline-color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #5b21b6cc; } +.outline-violet-800\\/85 { + outline-color: #5b21b6d9; +} + .outline-violet-800\\/90 { outline-color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c1d95; } +.outline-violet-900\\/15 { + outline-color: #4c1d9526; +} + .outline-violet-900\\/20 { outline-color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c1d954d; } +.outline-violet-900\\/35 { + outline-color: #4c1d9559; +} + .outline-violet-900\\/40 { outline-color: #4c1d9566; } +.outline-violet-900\\/45 { + outline-color: #4c1d9573; +} + .outline-violet-900\\/5 { outline-color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c1d9580; } +.outline-violet-900\\/55 { + outline-color: #4c1d958c; +} + .outline-violet-900\\/60 { outline-color: #4c1d9599; } +.outline-violet-900\\/65 { + outline-color: #4c1d95a6; +} + .outline-violet-900\\/70 { outline-color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4c1d95cc; } +.outline-violet-900\\/85 { + outline-color: #4c1d95d9; +} + .outline-violet-900\\/90 { outline-color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2e1065; } +.outline-violet-950\\/15 { + outline-color: #2e106526; +} + .outline-violet-950\\/20 { outline-color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2e10654d; } +.outline-violet-950\\/35 { + outline-color: #2e106559; +} + .outline-violet-950\\/40 { outline-color: #2e106566; } +.outline-violet-950\\/45 { + outline-color: #2e106573; +} + .outline-violet-950\\/5 { outline-color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2e106580; } +.outline-violet-950\\/55 { + outline-color: #2e10658c; +} + .outline-violet-950\\/60 { outline-color: #2e106599; } +.outline-violet-950\\/65 { + outline-color: #2e1065a6; +} + .outline-violet-950\\/70 { outline-color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #2e1065cc; } +.outline-violet-950\\/85 { + outline-color: #2e1065d9; +} + .outline-violet-950\\/90 { outline-color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fff; } +.outline-white\\/15 { + outline-color: #ffffff26; +} + .outline-white\\/20 { outline-color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffffff4d; } +.outline-white\\/35 { + outline-color: #ffffff59; +} + .outline-white\\/40 { outline-color: #fff6; } +.outline-white\\/45 { + outline-color: #ffffff73; +} + .outline-white\\/5 { outline-color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ffffff80; } +.outline-white\\/55 { + outline-color: #ffffff8c; +} + .outline-white\\/60 { outline-color: #fff9; } +.outline-white\\/65 { + outline-color: #ffffffa6; +} + .outline-white\\/70 { outline-color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fffc; } +.outline-white\\/85 { + outline-color: #ffffffd9; +} + .outline-white\\/90 { outline-color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef9c3; } +.outline-yellow-100\\/15 { + outline-color: #fef9c326; +} + .outline-yellow-100\\/20 { outline-color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef9c34d; } +.outline-yellow-100\\/35 { + outline-color: #fef9c359; +} + .outline-yellow-100\\/40 { outline-color: #fef9c366; } +.outline-yellow-100\\/45 { + outline-color: #fef9c373; +} + .outline-yellow-100\\/5 { outline-color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef9c380; } +.outline-yellow-100\\/55 { + outline-color: #fef9c38c; +} + .outline-yellow-100\\/60 { outline-color: #fef9c399; } +.outline-yellow-100\\/65 { + outline-color: #fef9c3a6; +} + .outline-yellow-100\\/70 { outline-color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef9c3cc; } +.outline-yellow-100\\/85 { + outline-color: #fef9c3d9; +} + .outline-yellow-100\\/90 { outline-color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef08a; } +.outline-yellow-200\\/15 { + outline-color: #fef08a26; +} + .outline-yellow-200\\/20 { outline-color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef08a4d; } +.outline-yellow-200\\/35 { + outline-color: #fef08a59; +} + .outline-yellow-200\\/40 { outline-color: #fef08a66; } +.outline-yellow-200\\/45 { + outline-color: #fef08a73; +} + .outline-yellow-200\\/5 { outline-color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef08a80; } +.outline-yellow-200\\/55 { + outline-color: #fef08a8c; +} + .outline-yellow-200\\/60 { outline-color: #fef08a99; } +.outline-yellow-200\\/65 { + outline-color: #fef08aa6; +} + .outline-yellow-200\\/70 { outline-color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fef08acc; } +.outline-yellow-200\\/85 { + outline-color: #fef08ad9; +} + .outline-yellow-200\\/90 { outline-color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde047; } +.outline-yellow-300\\/15 { + outline-color: #fde04726; +} + .outline-yellow-300\\/20 { outline-color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde0474d; } +.outline-yellow-300\\/35 { + outline-color: #fde04759; +} + .outline-yellow-300\\/40 { outline-color: #fde04766; } +.outline-yellow-300\\/45 { + outline-color: #fde04773; +} + .outline-yellow-300\\/5 { outline-color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde04780; } +.outline-yellow-300\\/55 { + outline-color: #fde0478c; +} + .outline-yellow-300\\/60 { outline-color: #fde04799; } +.outline-yellow-300\\/65 { + outline-color: #fde047a6; +} + .outline-yellow-300\\/70 { outline-color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fde047cc; } +.outline-yellow-300\\/85 { + outline-color: #fde047d9; +} + .outline-yellow-300\\/90 { outline-color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #facc15; } +.outline-yellow-400\\/15 { + outline-color: #facc1526; +} + .outline-yellow-400\\/20 { outline-color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #facc154d; } +.outline-yellow-400\\/35 { + outline-color: #facc1559; +} + .outline-yellow-400\\/40 { outline-color: #facc1566; } +.outline-yellow-400\\/45 { + outline-color: #facc1573; +} + .outline-yellow-400\\/5 { outline-color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #facc1580; } +.outline-yellow-400\\/55 { + outline-color: #facc158c; +} + .outline-yellow-400\\/60 { outline-color: #facc1599; } +.outline-yellow-400\\/65 { + outline-color: #facc15a6; +} + .outline-yellow-400\\/70 { outline-color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #facc15cc; } +.outline-yellow-400\\/85 { + outline-color: #facc15d9; +} + .outline-yellow-400\\/90 { outline-color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fefce8; } +.outline-yellow-50\\/15 { + outline-color: #fefce826; +} + .outline-yellow-50\\/20 { outline-color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fefce84d; } +.outline-yellow-50\\/35 { + outline-color: #fefce859; +} + .outline-yellow-50\\/40 { outline-color: #fefce866; } +.outline-yellow-50\\/45 { + outline-color: #fefce873; +} + .outline-yellow-50\\/5 { outline-color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fefce880; } +.outline-yellow-50\\/55 { + outline-color: #fefce88c; +} + .outline-yellow-50\\/60 { outline-color: #fefce899; } +.outline-yellow-50\\/65 { + outline-color: #fefce8a6; +} + .outline-yellow-50\\/70 { outline-color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fefce8cc; } +.outline-yellow-50\\/85 { + outline-color: #fefce8d9; +} + .outline-yellow-50\\/90 { outline-color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eab308; } +.outline-yellow-500\\/15 { + outline-color: #eab30826; +} + .outline-yellow-500\\/20 { outline-color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eab3084d; } +.outline-yellow-500\\/35 { + outline-color: #eab30859; +} + .outline-yellow-500\\/40 { outline-color: #eab30866; } +.outline-yellow-500\\/45 { + outline-color: #eab30873; +} + .outline-yellow-500\\/5 { outline-color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eab30880; } +.outline-yellow-500\\/55 { + outline-color: #eab3088c; +} + .outline-yellow-500\\/60 { outline-color: #eab30899; } +.outline-yellow-500\\/65 { + outline-color: #eab308a6; +} + .outline-yellow-500\\/70 { outline-color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #eab308cc; } +.outline-yellow-500\\/85 { + outline-color: #eab308d9; +} + .outline-yellow-500\\/90 { outline-color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ca8a04; } +.outline-yellow-600\\/15 { + outline-color: #ca8a0426; +} + .outline-yellow-600\\/20 { outline-color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ca8a044d; } +.outline-yellow-600\\/35 { + outline-color: #ca8a0459; +} + .outline-yellow-600\\/40 { outline-color: #ca8a0466; } +.outline-yellow-600\\/45 { + outline-color: #ca8a0473; +} + .outline-yellow-600\\/5 { outline-color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ca8a0480; } +.outline-yellow-600\\/55 { + outline-color: #ca8a048c; +} + .outline-yellow-600\\/60 { outline-color: #ca8a0499; } +.outline-yellow-600\\/65 { + outline-color: #ca8a04a6; +} + .outline-yellow-600\\/70 { outline-color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #ca8a04cc; } +.outline-yellow-600\\/85 { + outline-color: #ca8a04d9; +} + .outline-yellow-600\\/90 { outline-color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a16207; } +.outline-yellow-700\\/15 { + outline-color: #a1620726; +} + .outline-yellow-700\\/20 { outline-color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a162074d; } +.outline-yellow-700\\/35 { + outline-color: #a1620759; +} + .outline-yellow-700\\/40 { outline-color: #a1620766; } +.outline-yellow-700\\/45 { + outline-color: #a1620773; +} + .outline-yellow-700\\/5 { outline-color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a1620780; } +.outline-yellow-700\\/55 { + outline-color: #a162078c; +} + .outline-yellow-700\\/60 { outline-color: #a1620799; } +.outline-yellow-700\\/65 { + outline-color: #a16207a6; +} + .outline-yellow-700\\/70 { outline-color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a16207cc; } +.outline-yellow-700\\/85 { + outline-color: #a16207d9; +} + .outline-yellow-700\\/90 { outline-color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #854d0e; } +.outline-yellow-800\\/15 { + outline-color: #854d0e26; +} + .outline-yellow-800\\/20 { outline-color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #854d0e4d; } +.outline-yellow-800\\/35 { + outline-color: #854d0e59; +} + .outline-yellow-800\\/40 { outline-color: #854d0e66; } +.outline-yellow-800\\/45 { + outline-color: #854d0e73; +} + .outline-yellow-800\\/5 { outline-color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #854d0e80; } +.outline-yellow-800\\/55 { + outline-color: #854d0e8c; +} + .outline-yellow-800\\/60 { outline-color: #854d0e99; } +.outline-yellow-800\\/65 { + outline-color: #854d0ea6; +} + .outline-yellow-800\\/70 { outline-color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #854d0ecc; } +.outline-yellow-800\\/85 { + outline-color: #854d0ed9; +} + .outline-yellow-800\\/90 { outline-color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #713f12; } +.outline-yellow-900\\/15 { + outline-color: #713f1226; +} + .outline-yellow-900\\/20 { outline-color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #713f124d; } +.outline-yellow-900\\/35 { + outline-color: #713f1259; +} + .outline-yellow-900\\/40 { outline-color: #713f1266; } +.outline-yellow-900\\/45 { + outline-color: #713f1273; +} + .outline-yellow-900\\/5 { outline-color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #713f1280; } +.outline-yellow-900\\/55 { + outline-color: #713f128c; +} + .outline-yellow-900\\/60 { outline-color: #713f1299; } +.outline-yellow-900\\/65 { + outline-color: #713f12a6; +} + .outline-yellow-900\\/70 { outline-color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #713f12cc; } +.outline-yellow-900\\/85 { + outline-color: #713f12d9; +} + .outline-yellow-900\\/90 { outline-color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #422006; } +.outline-yellow-950\\/15 { + outline-color: #42200626; +} + .outline-yellow-950\\/20 { outline-color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #4220064d; } +.outline-yellow-950\\/35 { + outline-color: #42200659; +} + .outline-yellow-950\\/40 { outline-color: #42200666; } +.outline-yellow-950\\/45 { + outline-color: #42200673; +} + .outline-yellow-950\\/5 { outline-color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #42200680; } +.outline-yellow-950\\/55 { + outline-color: #4220068c; +} + .outline-yellow-950\\/60 { outline-color: #42200699; } +.outline-yellow-950\\/65 { + outline-color: #422006a6; +} + .outline-yellow-950\\/70 { outline-color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #422006cc; } +.outline-yellow-950\\/85 { + outline-color: #422006d9; +} + .outline-yellow-950\\/90 { outline-color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f4f4f5; } +.outline-zinc-100\\/15 { + outline-color: #f4f4f526; +} + .outline-zinc-100\\/20 { outline-color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f4f4f54d; } +.outline-zinc-100\\/35 { + outline-color: #f4f4f559; +} + .outline-zinc-100\\/40 { outline-color: #f4f4f566; } +.outline-zinc-100\\/45 { + outline-color: #f4f4f573; +} + .outline-zinc-100\\/5 { outline-color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f4f4f580; } +.outline-zinc-100\\/55 { + outline-color: #f4f4f58c; +} + .outline-zinc-100\\/60 { outline-color: #f4f4f599; } +.outline-zinc-100\\/65 { + outline-color: #f4f4f5a6; +} + .outline-zinc-100\\/70 { outline-color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #f4f4f5cc; } +.outline-zinc-100\\/85 { + outline-color: #f4f4f5d9; +} + .outline-zinc-100\\/90 { outline-color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e4e4e7; } +.outline-zinc-200\\/15 { + outline-color: #e4e4e726; +} + .outline-zinc-200\\/20 { outline-color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e4e4e74d; } +.outline-zinc-200\\/35 { + outline-color: #e4e4e759; +} + .outline-zinc-200\\/40 { outline-color: #e4e4e766; } +.outline-zinc-200\\/45 { + outline-color: #e4e4e773; +} + .outline-zinc-200\\/5 { outline-color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e4e4e780; } +.outline-zinc-200\\/55 { + outline-color: #e4e4e78c; +} + .outline-zinc-200\\/60 { outline-color: #e4e4e799; } +.outline-zinc-200\\/65 { + outline-color: #e4e4e7a6; +} + .outline-zinc-200\\/70 { outline-color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #e4e4e7cc; } +.outline-zinc-200\\/85 { + outline-color: #e4e4e7d9; +} + .outline-zinc-200\\/90 { outline-color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d8; } +.outline-zinc-300\\/15 { + outline-color: #d4d4d826; +} + .outline-zinc-300\\/20 { outline-color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d84d; } +.outline-zinc-300\\/35 { + outline-color: #d4d4d859; +} + .outline-zinc-300\\/40 { outline-color: #d4d4d866; } +.outline-zinc-300\\/45 { + outline-color: #d4d4d873; +} + .outline-zinc-300\\/5 { outline-color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d880; } +.outline-zinc-300\\/55 { + outline-color: #d4d4d88c; +} + .outline-zinc-300\\/60 { outline-color: #d4d4d899; } +.outline-zinc-300\\/65 { + outline-color: #d4d4d8a6; +} + .outline-zinc-300\\/70 { outline-color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #d4d4d8cc; } +.outline-zinc-300\\/85 { + outline-color: #d4d4d8d9; +} + .outline-zinc-300\\/90 { outline-color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a1a1aa; } +.outline-zinc-400\\/15 { + outline-color: #a1a1aa26; +} + .outline-zinc-400\\/20 { outline-color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a1a1aa4d; } +.outline-zinc-400\\/35 { + outline-color: #a1a1aa59; +} + .outline-zinc-400\\/40 { outline-color: #a1a1aa66; } +.outline-zinc-400\\/45 { + outline-color: #a1a1aa73; +} + .outline-zinc-400\\/5 { outline-color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a1a1aa80; } +.outline-zinc-400\\/55 { + outline-color: #a1a1aa8c; +} + .outline-zinc-400\\/60 { outline-color: #a1a1aa99; } +.outline-zinc-400\\/65 { + outline-color: #a1a1aaa6; +} + .outline-zinc-400\\/70 { outline-color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #a1a1aacc; } +.outline-zinc-400\\/85 { + outline-color: #a1a1aad9; +} + .outline-zinc-400\\/90 { outline-color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafa; } +.outline-zinc-50\\/15 { + outline-color: #fafafa26; +} + .outline-zinc-50\\/20 { outline-color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafa4d; } +.outline-zinc-50\\/35 { + outline-color: #fafafa59; +} + .outline-zinc-50\\/40 { outline-color: #fafafa66; } +.outline-zinc-50\\/45 { + outline-color: #fafafa73; +} + .outline-zinc-50\\/5 { outline-color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafa80; } +.outline-zinc-50\\/55 { + outline-color: #fafafa8c; +} + .outline-zinc-50\\/60 { outline-color: #fafafa99; } +.outline-zinc-50\\/65 { + outline-color: #fafafaa6; +} + .outline-zinc-50\\/70 { outline-color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #fafafacc; } +.outline-zinc-50\\/85 { + outline-color: #fafafad9; +} + .outline-zinc-50\\/90 { outline-color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #71717a; } +.outline-zinc-500\\/15 { + outline-color: #71717a26; +} + .outline-zinc-500\\/20 { outline-color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #71717a4d; } +.outline-zinc-500\\/35 { + outline-color: #71717a59; +} + .outline-zinc-500\\/40 { outline-color: #71717a66; } +.outline-zinc-500\\/45 { + outline-color: #71717a73; +} + .outline-zinc-500\\/5 { outline-color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #71717a80; } +.outline-zinc-500\\/55 { + outline-color: #71717a8c; +} + .outline-zinc-500\\/60 { outline-color: #71717a99; } +.outline-zinc-500\\/65 { + outline-color: #71717aa6; +} + .outline-zinc-500\\/70 { outline-color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #71717acc; } +.outline-zinc-500\\/85 { + outline-color: #71717ad9; +} + .outline-zinc-500\\/90 { outline-color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #52525b; } +.outline-zinc-600\\/15 { + outline-color: #52525b26; +} + .outline-zinc-600\\/20 { outline-color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #52525b4d; } +.outline-zinc-600\\/35 { + outline-color: #52525b59; +} + .outline-zinc-600\\/40 { outline-color: #52525b66; } +.outline-zinc-600\\/45 { + outline-color: #52525b73; +} + .outline-zinc-600\\/5 { outline-color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #52525b80; } +.outline-zinc-600\\/55 { + outline-color: #52525b8c; +} + .outline-zinc-600\\/60 { outline-color: #52525b99; } +.outline-zinc-600\\/65 { + outline-color: #52525ba6; +} + .outline-zinc-600\\/70 { outline-color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #52525bcc; } +.outline-zinc-600\\/85 { + outline-color: #52525bd9; +} + .outline-zinc-600\\/90 { outline-color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f3f46; } +.outline-zinc-700\\/15 { + outline-color: #3f3f4626; +} + .outline-zinc-700\\/20 { outline-color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f3f464d; } +.outline-zinc-700\\/35 { + outline-color: #3f3f4659; +} + .outline-zinc-700\\/40 { outline-color: #3f3f4666; } +.outline-zinc-700\\/45 { + outline-color: #3f3f4673; +} + .outline-zinc-700\\/5 { outline-color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f3f4680; } +.outline-zinc-700\\/55 { + outline-color: #3f3f468c; +} + .outline-zinc-700\\/60 { outline-color: #3f3f4699; } +.outline-zinc-700\\/65 { + outline-color: #3f3f46a6; +} + .outline-zinc-700\\/70 { outline-color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #3f3f46cc; } +.outline-zinc-700\\/85 { + outline-color: #3f3f46d9; +} + .outline-zinc-700\\/90 { outline-color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #27272a; } +.outline-zinc-800\\/15 { + outline-color: #27272a26; +} + .outline-zinc-800\\/20 { outline-color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #27272a4d; } +.outline-zinc-800\\/35 { + outline-color: #27272a59; +} + .outline-zinc-800\\/40 { outline-color: #27272a66; } +.outline-zinc-800\\/45 { + outline-color: #27272a73; +} + .outline-zinc-800\\/5 { outline-color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #27272a80; } +.outline-zinc-800\\/55 { + outline-color: #27272a8c; +} + .outline-zinc-800\\/60 { outline-color: #27272a99; } +.outline-zinc-800\\/65 { + outline-color: #27272aa6; +} + .outline-zinc-800\\/70 { outline-color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #27272acc; } +.outline-zinc-800\\/85 { + outline-color: #27272ad9; +} + .outline-zinc-800\\/90 { outline-color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #18181b; } +.outline-zinc-900\\/15 { + outline-color: #18181b26; +} + .outline-zinc-900\\/20 { outline-color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #18181b4d; } +.outline-zinc-900\\/35 { + outline-color: #18181b59; +} + .outline-zinc-900\\/40 { outline-color: #18181b66; } +.outline-zinc-900\\/45 { + outline-color: #18181b73; +} + .outline-zinc-900\\/5 { outline-color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #18181b80; } +.outline-zinc-900\\/55 { + outline-color: #18181b8c; +} + .outline-zinc-900\\/60 { outline-color: #18181b99; } +.outline-zinc-900\\/65 { + outline-color: #18181ba6; +} + .outline-zinc-900\\/70 { outline-color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #18181bcc; } +.outline-zinc-900\\/85 { + outline-color: #18181bd9; +} + .outline-zinc-900\\/90 { outline-color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #09090b; } +.outline-zinc-950\\/15 { + outline-color: #09090b26; +} + .outline-zinc-950\\/20 { outline-color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #09090b4d; } +.outline-zinc-950\\/35 { + outline-color: #09090b59; +} + .outline-zinc-950\\/40 { outline-color: #09090b66; } +.outline-zinc-950\\/45 { + outline-color: #09090b73; +} + .outline-zinc-950\\/5 { outline-color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #09090b80; } +.outline-zinc-950\\/55 { + outline-color: #09090b8c; +} + .outline-zinc-950\\/60 { outline-color: #09090b99; } +.outline-zinc-950\\/65 { + outline-color: #09090ba6; +} + .outline-zinc-950\\/70 { outline-color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'outlineColor' plugin 1`] = ` outline-color: #09090bcc; } +.outline-zinc-950\\/85 { + outline-color: #09090bd9; +} + .outline-zinc-950\\/90 { outline-color: #09090be6; } diff --git a/tests/plugins/__snapshots__/placeholderColor.test.js.snap b/tests/plugins/__snapshots__/placeholderColor.test.js.snap index dfed8074ab7a..2e3e43c3fc1d 100644 --- a/tests/plugins/__snapshots__/placeholderColor.test.js.snap +++ b/tests/plugins/__snapshots__/placeholderColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef3c7; } +.placeholder-amber-100\\/15::placeholder { + color: #fef3c726; +} + .placeholder-amber-100\\/20::placeholder { color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef3c74d; } +.placeholder-amber-100\\/35::placeholder { + color: #fef3c759; +} + .placeholder-amber-100\\/40::placeholder { color: #fef3c766; } +.placeholder-amber-100\\/45::placeholder { + color: #fef3c773; +} + .placeholder-amber-100\\/5::placeholder { color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef3c780; } +.placeholder-amber-100\\/55::placeholder { + color: #fef3c78c; +} + .placeholder-amber-100\\/60::placeholder { color: #fef3c799; } +.placeholder-amber-100\\/65::placeholder { + color: #fef3c7a6; +} + .placeholder-amber-100\\/70::placeholder { color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef3c7cc; } +.placeholder-amber-100\\/85::placeholder { + color: #fef3c7d9; +} + .placeholder-amber-100\\/90::placeholder { color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde68a; } +.placeholder-amber-200\\/15::placeholder { + color: #fde68a26; +} + .placeholder-amber-200\\/20::placeholder { color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde68a4d; } +.placeholder-amber-200\\/35::placeholder { + color: #fde68a59; +} + .placeholder-amber-200\\/40::placeholder { color: #fde68a66; } +.placeholder-amber-200\\/45::placeholder { + color: #fde68a73; +} + .placeholder-amber-200\\/5::placeholder { color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde68a80; } +.placeholder-amber-200\\/55::placeholder { + color: #fde68a8c; +} + .placeholder-amber-200\\/60::placeholder { color: #fde68a99; } +.placeholder-amber-200\\/65::placeholder { + color: #fde68aa6; +} + .placeholder-amber-200\\/70::placeholder { color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde68acc; } +.placeholder-amber-200\\/85::placeholder { + color: #fde68ad9; +} + .placeholder-amber-200\\/90::placeholder { color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fcd34d; } +.placeholder-amber-300\\/15::placeholder { + color: #fcd34d26; +} + .placeholder-amber-300\\/20::placeholder { color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fcd34d4d; } +.placeholder-amber-300\\/35::placeholder { + color: #fcd34d59; +} + .placeholder-amber-300\\/40::placeholder { color: #fcd34d66; } +.placeholder-amber-300\\/45::placeholder { + color: #fcd34d73; +} + .placeholder-amber-300\\/5::placeholder { color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fcd34d80; } +.placeholder-amber-300\\/55::placeholder { + color: #fcd34d8c; +} + .placeholder-amber-300\\/60::placeholder { color: #fcd34d99; } +.placeholder-amber-300\\/65::placeholder { + color: #fcd34da6; +} + .placeholder-amber-300\\/70::placeholder { color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fcd34dcc; } +.placeholder-amber-300\\/85::placeholder { + color: #fcd34dd9; +} + .placeholder-amber-300\\/90::placeholder { color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbbf24; } +.placeholder-amber-400\\/15::placeholder { + color: #fbbf2426; +} + .placeholder-amber-400\\/20::placeholder { color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbbf244d; } +.placeholder-amber-400\\/35::placeholder { + color: #fbbf2459; +} + .placeholder-amber-400\\/40::placeholder { color: #fbbf2466; } +.placeholder-amber-400\\/45::placeholder { + color: #fbbf2473; +} + .placeholder-amber-400\\/5::placeholder { color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbbf2480; } +.placeholder-amber-400\\/55::placeholder { + color: #fbbf248c; +} + .placeholder-amber-400\\/60::placeholder { color: #fbbf2499; } +.placeholder-amber-400\\/65::placeholder { + color: #fbbf24a6; +} + .placeholder-amber-400\\/70::placeholder { color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbbf24cc; } +.placeholder-amber-400\\/85::placeholder { + color: #fbbf24d9; +} + .placeholder-amber-400\\/90::placeholder { color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fffbeb; } +.placeholder-amber-50\\/15::placeholder { + color: #fffbeb26; +} + .placeholder-amber-50\\/20::placeholder { color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fffbeb4d; } +.placeholder-amber-50\\/35::placeholder { + color: #fffbeb59; +} + .placeholder-amber-50\\/40::placeholder { color: #fffbeb66; } +.placeholder-amber-50\\/45::placeholder { + color: #fffbeb73; +} + .placeholder-amber-50\\/5::placeholder { color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fffbeb80; } +.placeholder-amber-50\\/55::placeholder { + color: #fffbeb8c; +} + .placeholder-amber-50\\/60::placeholder { color: #fffbeb99; } +.placeholder-amber-50\\/65::placeholder { + color: #fffbeba6; +} + .placeholder-amber-50\\/70::placeholder { color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fffbebcc; } +.placeholder-amber-50\\/85::placeholder { + color: #fffbebd9; +} + .placeholder-amber-50\\/90::placeholder { color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f59e0b; } +.placeholder-amber-500\\/15::placeholder { + color: #f59e0b26; +} + .placeholder-amber-500\\/20::placeholder { color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f59e0b4d; } +.placeholder-amber-500\\/35::placeholder { + color: #f59e0b59; +} + .placeholder-amber-500\\/40::placeholder { color: #f59e0b66; } +.placeholder-amber-500\\/45::placeholder { + color: #f59e0b73; +} + .placeholder-amber-500\\/5::placeholder { color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f59e0b80; } +.placeholder-amber-500\\/55::placeholder { + color: #f59e0b8c; +} + .placeholder-amber-500\\/60::placeholder { color: #f59e0b99; } +.placeholder-amber-500\\/65::placeholder { + color: #f59e0ba6; +} + .placeholder-amber-500\\/70::placeholder { color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f59e0bcc; } +.placeholder-amber-500\\/85::placeholder { + color: #f59e0bd9; +} + .placeholder-amber-500\\/90::placeholder { color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d97706; } +.placeholder-amber-600\\/15::placeholder { + color: #d9770626; +} + .placeholder-amber-600\\/20::placeholder { color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d977064d; } +.placeholder-amber-600\\/35::placeholder { + color: #d9770659; +} + .placeholder-amber-600\\/40::placeholder { color: #d9770666; } +.placeholder-amber-600\\/45::placeholder { + color: #d9770673; +} + .placeholder-amber-600\\/5::placeholder { color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d9770680; } +.placeholder-amber-600\\/55::placeholder { + color: #d977068c; +} + .placeholder-amber-600\\/60::placeholder { color: #d9770699; } +.placeholder-amber-600\\/65::placeholder { + color: #d97706a6; +} + .placeholder-amber-600\\/70::placeholder { color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d97706cc; } +.placeholder-amber-600\\/85::placeholder { + color: #d97706d9; +} + .placeholder-amber-600\\/90::placeholder { color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b45309; } +.placeholder-amber-700\\/15::placeholder { + color: #b4530926; +} + .placeholder-amber-700\\/20::placeholder { color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b453094d; } +.placeholder-amber-700\\/35::placeholder { + color: #b4530959; +} + .placeholder-amber-700\\/40::placeholder { color: #b4530966; } +.placeholder-amber-700\\/45::placeholder { + color: #b4530973; +} + .placeholder-amber-700\\/5::placeholder { color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b4530980; } +.placeholder-amber-700\\/55::placeholder { + color: #b453098c; +} + .placeholder-amber-700\\/60::placeholder { color: #b4530999; } +.placeholder-amber-700\\/65::placeholder { + color: #b45309a6; +} + .placeholder-amber-700\\/70::placeholder { color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b45309cc; } +.placeholder-amber-700\\/85::placeholder { + color: #b45309d9; +} + .placeholder-amber-700\\/90::placeholder { color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #92400e; } +.placeholder-amber-800\\/15::placeholder { + color: #92400e26; +} + .placeholder-amber-800\\/20::placeholder { color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #92400e4d; } +.placeholder-amber-800\\/35::placeholder { + color: #92400e59; +} + .placeholder-amber-800\\/40::placeholder { color: #92400e66; } +.placeholder-amber-800\\/45::placeholder { + color: #92400e73; +} + .placeholder-amber-800\\/5::placeholder { color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #92400e80; } +.placeholder-amber-800\\/55::placeholder { + color: #92400e8c; +} + .placeholder-amber-800\\/60::placeholder { color: #92400e99; } +.placeholder-amber-800\\/65::placeholder { + color: #92400ea6; +} + .placeholder-amber-800\\/70::placeholder { color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #92400ecc; } +.placeholder-amber-800\\/85::placeholder { + color: #92400ed9; +} + .placeholder-amber-800\\/90::placeholder { color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78350f; } +.placeholder-amber-900\\/15::placeholder { + color: #78350f26; +} + .placeholder-amber-900\\/20::placeholder { color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78350f4d; } +.placeholder-amber-900\\/35::placeholder { + color: #78350f59; +} + .placeholder-amber-900\\/40::placeholder { color: #78350f66; } +.placeholder-amber-900\\/45::placeholder { + color: #78350f73; +} + .placeholder-amber-900\\/5::placeholder { color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78350f80; } +.placeholder-amber-900\\/55::placeholder { + color: #78350f8c; +} + .placeholder-amber-900\\/60::placeholder { color: #78350f99; } +.placeholder-amber-900\\/65::placeholder { + color: #78350fa6; +} + .placeholder-amber-900\\/70::placeholder { color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78350fcc; } +.placeholder-amber-900\\/85::placeholder { + color: #78350fd9; +} + .placeholder-amber-900\\/90::placeholder { color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #451a03; } +.placeholder-amber-950\\/15::placeholder { + color: #451a0326; +} + .placeholder-amber-950\\/20::placeholder { color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #451a034d; } +.placeholder-amber-950\\/35::placeholder { + color: #451a0359; +} + .placeholder-amber-950\\/40::placeholder { color: #451a0366; } +.placeholder-amber-950\\/45::placeholder { + color: #451a0373; +} + .placeholder-amber-950\\/5::placeholder { color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #451a0380; } +.placeholder-amber-950\\/55::placeholder { + color: #451a038c; +} + .placeholder-amber-950\\/60::placeholder { color: #451a0399; } +.placeholder-amber-950\\/65::placeholder { + color: #451a03a6; +} + .placeholder-amber-950\\/70::placeholder { color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #451a03cc; } +.placeholder-amber-950\\/85::placeholder { + color: #451a03d9; +} + .placeholder-amber-950\\/90::placeholder { color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #000; } +.placeholder-black\\/15::placeholder { + color: #00000026; +} + .placeholder-black\\/20::placeholder { color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0000004d; } +.placeholder-black\\/35::placeholder { + color: #00000059; +} + .placeholder-black\\/40::placeholder { color: #0006; } +.placeholder-black\\/45::placeholder { + color: #00000073; +} + .placeholder-black\\/5::placeholder { color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #00000080; } +.placeholder-black\\/55::placeholder { + color: #0000008c; +} + .placeholder-black\\/60::placeholder { color: #0009; } +.placeholder-black\\/65::placeholder { + color: #000000a6; +} + .placeholder-black\\/70::placeholder { color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #000c; } +.placeholder-black\\/85::placeholder { + color: #000000d9; +} + .placeholder-black\\/90::placeholder { color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dbeafe; } +.placeholder-blue-100\\/15::placeholder { + color: #dbeafe26; +} + .placeholder-blue-100\\/20::placeholder { color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dbeafe4d; } +.placeholder-blue-100\\/35::placeholder { + color: #dbeafe59; +} + .placeholder-blue-100\\/40::placeholder { color: #dbeafe66; } +.placeholder-blue-100\\/45::placeholder { + color: #dbeafe73; +} + .placeholder-blue-100\\/5::placeholder { color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dbeafe80; } +.placeholder-blue-100\\/55::placeholder { + color: #dbeafe8c; +} + .placeholder-blue-100\\/60::placeholder { color: #dbeafe99; } +.placeholder-blue-100\\/65::placeholder { + color: #dbeafea6; +} + .placeholder-blue-100\\/70::placeholder { color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dbeafecc; } +.placeholder-blue-100\\/85::placeholder { + color: #dbeafed9; +} + .placeholder-blue-100\\/90::placeholder { color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bfdbfe; } +.placeholder-blue-200\\/15::placeholder { + color: #bfdbfe26; +} + .placeholder-blue-200\\/20::placeholder { color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bfdbfe4d; } +.placeholder-blue-200\\/35::placeholder { + color: #bfdbfe59; +} + .placeholder-blue-200\\/40::placeholder { color: #bfdbfe66; } +.placeholder-blue-200\\/45::placeholder { + color: #bfdbfe73; +} + .placeholder-blue-200\\/5::placeholder { color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bfdbfe80; } +.placeholder-blue-200\\/55::placeholder { + color: #bfdbfe8c; +} + .placeholder-blue-200\\/60::placeholder { color: #bfdbfe99; } +.placeholder-blue-200\\/65::placeholder { + color: #bfdbfea6; +} + .placeholder-blue-200\\/70::placeholder { color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bfdbfecc; } +.placeholder-blue-200\\/85::placeholder { + color: #bfdbfed9; +} + .placeholder-blue-200\\/90::placeholder { color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #93c5fd; } +.placeholder-blue-300\\/15::placeholder { + color: #93c5fd26; +} + .placeholder-blue-300\\/20::placeholder { color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #93c5fd4d; } +.placeholder-blue-300\\/35::placeholder { + color: #93c5fd59; +} + .placeholder-blue-300\\/40::placeholder { color: #93c5fd66; } +.placeholder-blue-300\\/45::placeholder { + color: #93c5fd73; +} + .placeholder-blue-300\\/5::placeholder { color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #93c5fd80; } +.placeholder-blue-300\\/55::placeholder { + color: #93c5fd8c; +} + .placeholder-blue-300\\/60::placeholder { color: #93c5fd99; } +.placeholder-blue-300\\/65::placeholder { + color: #93c5fda6; +} + .placeholder-blue-300\\/70::placeholder { color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #93c5fdcc; } +.placeholder-blue-300\\/85::placeholder { + color: #93c5fdd9; +} + .placeholder-blue-300\\/90::placeholder { color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #60a5fa; } +.placeholder-blue-400\\/15::placeholder { + color: #60a5fa26; +} + .placeholder-blue-400\\/20::placeholder { color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #60a5fa4d; } +.placeholder-blue-400\\/35::placeholder { + color: #60a5fa59; +} + .placeholder-blue-400\\/40::placeholder { color: #60a5fa66; } +.placeholder-blue-400\\/45::placeholder { + color: #60a5fa73; +} + .placeholder-blue-400\\/5::placeholder { color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #60a5fa80; } +.placeholder-blue-400\\/55::placeholder { + color: #60a5fa8c; +} + .placeholder-blue-400\\/60::placeholder { color: #60a5fa99; } +.placeholder-blue-400\\/65::placeholder { + color: #60a5faa6; +} + .placeholder-blue-400\\/70::placeholder { color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #60a5facc; } +.placeholder-blue-400\\/85::placeholder { + color: #60a5fad9; +} + .placeholder-blue-400\\/90::placeholder { color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eff6ff; } +.placeholder-blue-50\\/15::placeholder { + color: #eff6ff26; +} + .placeholder-blue-50\\/20::placeholder { color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eff6ff4d; } +.placeholder-blue-50\\/35::placeholder { + color: #eff6ff59; +} + .placeholder-blue-50\\/40::placeholder { color: #eff6ff66; } +.placeholder-blue-50\\/45::placeholder { + color: #eff6ff73; +} + .placeholder-blue-50\\/5::placeholder { color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eff6ff80; } +.placeholder-blue-50\\/55::placeholder { + color: #eff6ff8c; +} + .placeholder-blue-50\\/60::placeholder { color: #eff6ff99; } +.placeholder-blue-50\\/65::placeholder { + color: #eff6ffa6; +} + .placeholder-blue-50\\/70::placeholder { color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eff6ffcc; } +.placeholder-blue-50\\/85::placeholder { + color: #eff6ffd9; +} + .placeholder-blue-50\\/90::placeholder { color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b82f6; } +.placeholder-blue-500\\/15::placeholder { + color: #3b82f626; +} + .placeholder-blue-500\\/20::placeholder { color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b82f64d; } +.placeholder-blue-500\\/35::placeholder { + color: #3b82f659; +} + .placeholder-blue-500\\/40::placeholder { color: #3b82f666; } +.placeholder-blue-500\\/45::placeholder { + color: #3b82f673; +} + .placeholder-blue-500\\/5::placeholder { color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b82f680; } +.placeholder-blue-500\\/55::placeholder { + color: #3b82f68c; +} + .placeholder-blue-500\\/60::placeholder { color: #3b82f699; } +.placeholder-blue-500\\/65::placeholder { + color: #3b82f6a6; +} + .placeholder-blue-500\\/70::placeholder { color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b82f6cc; } +.placeholder-blue-500\\/85::placeholder { + color: #3b82f6d9; +} + .placeholder-blue-500\\/90::placeholder { color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2563eb; } +.placeholder-blue-600\\/15::placeholder { + color: #2563eb26; +} + .placeholder-blue-600\\/20::placeholder { color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2563eb4d; } +.placeholder-blue-600\\/35::placeholder { + color: #2563eb59; +} + .placeholder-blue-600\\/40::placeholder { color: #2563eb66; } +.placeholder-blue-600\\/45::placeholder { + color: #2563eb73; +} + .placeholder-blue-600\\/5::placeholder { color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2563eb80; } +.placeholder-blue-600\\/55::placeholder { + color: #2563eb8c; +} + .placeholder-blue-600\\/60::placeholder { color: #2563eb99; } +.placeholder-blue-600\\/65::placeholder { + color: #2563eba6; +} + .placeholder-blue-600\\/70::placeholder { color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2563ebcc; } +.placeholder-blue-600\\/85::placeholder { + color: #2563ebd9; +} + .placeholder-blue-600\\/90::placeholder { color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1d4ed8; } +.placeholder-blue-700\\/15::placeholder { + color: #1d4ed826; +} + .placeholder-blue-700\\/20::placeholder { color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1d4ed84d; } +.placeholder-blue-700\\/35::placeholder { + color: #1d4ed859; +} + .placeholder-blue-700\\/40::placeholder { color: #1d4ed866; } +.placeholder-blue-700\\/45::placeholder { + color: #1d4ed873; +} + .placeholder-blue-700\\/5::placeholder { color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1d4ed880; } +.placeholder-blue-700\\/55::placeholder { + color: #1d4ed88c; +} + .placeholder-blue-700\\/60::placeholder { color: #1d4ed899; } +.placeholder-blue-700\\/65::placeholder { + color: #1d4ed8a6; +} + .placeholder-blue-700\\/70::placeholder { color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1d4ed8cc; } +.placeholder-blue-700\\/85::placeholder { + color: #1d4ed8d9; +} + .placeholder-blue-700\\/90::placeholder { color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e40af; } +.placeholder-blue-800\\/15::placeholder { + color: #1e40af26; +} + .placeholder-blue-800\\/20::placeholder { color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e40af4d; } +.placeholder-blue-800\\/35::placeholder { + color: #1e40af59; +} + .placeholder-blue-800\\/40::placeholder { color: #1e40af66; } +.placeholder-blue-800\\/45::placeholder { + color: #1e40af73; +} + .placeholder-blue-800\\/5::placeholder { color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e40af80; } +.placeholder-blue-800\\/55::placeholder { + color: #1e40af8c; +} + .placeholder-blue-800\\/60::placeholder { color: #1e40af99; } +.placeholder-blue-800\\/65::placeholder { + color: #1e40afa6; +} + .placeholder-blue-800\\/70::placeholder { color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e40afcc; } +.placeholder-blue-800\\/85::placeholder { + color: #1e40afd9; +} + .placeholder-blue-800\\/90::placeholder { color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e3a8a; } +.placeholder-blue-900\\/15::placeholder { + color: #1e3a8a26; +} + .placeholder-blue-900\\/20::placeholder { color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e3a8a4d; } +.placeholder-blue-900\\/35::placeholder { + color: #1e3a8a59; +} + .placeholder-blue-900\\/40::placeholder { color: #1e3a8a66; } +.placeholder-blue-900\\/45::placeholder { + color: #1e3a8a73; +} + .placeholder-blue-900\\/5::placeholder { color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e3a8a80; } +.placeholder-blue-900\\/55::placeholder { + color: #1e3a8a8c; +} + .placeholder-blue-900\\/60::placeholder { color: #1e3a8a99; } +.placeholder-blue-900\\/65::placeholder { + color: #1e3a8aa6; +} + .placeholder-blue-900\\/70::placeholder { color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e3a8acc; } +.placeholder-blue-900\\/85::placeholder { + color: #1e3a8ad9; +} + .placeholder-blue-900\\/90::placeholder { color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #172554; } +.placeholder-blue-950\\/15::placeholder { + color: #17255426; +} + .placeholder-blue-950\\/20::placeholder { color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1725544d; } +.placeholder-blue-950\\/35::placeholder { + color: #17255459; +} + .placeholder-blue-950\\/40::placeholder { color: #17255466; } +.placeholder-blue-950\\/45::placeholder { + color: #17255473; +} + .placeholder-blue-950\\/5::placeholder { color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #17255480; } +.placeholder-blue-950\\/55::placeholder { + color: #1725548c; +} + .placeholder-blue-950\\/60::placeholder { color: #17255499; } +.placeholder-blue-950\\/65::placeholder { + color: #172554a6; +} + .placeholder-blue-950\\/70::placeholder { color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #172554cc; } +.placeholder-blue-950\\/85::placeholder { + color: #172554d9; +} + .placeholder-blue-950\\/90::placeholder { color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cffafe; } +.placeholder-cyan-100\\/15::placeholder { + color: #cffafe26; +} + .placeholder-cyan-100\\/20::placeholder { color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cffafe4d; } +.placeholder-cyan-100\\/35::placeholder { + color: #cffafe59; +} + .placeholder-cyan-100\\/40::placeholder { color: #cffafe66; } +.placeholder-cyan-100\\/45::placeholder { + color: #cffafe73; +} + .placeholder-cyan-100\\/5::placeholder { color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cffafe80; } +.placeholder-cyan-100\\/55::placeholder { + color: #cffafe8c; +} + .placeholder-cyan-100\\/60::placeholder { color: #cffafe99; } +.placeholder-cyan-100\\/65::placeholder { + color: #cffafea6; +} + .placeholder-cyan-100\\/70::placeholder { color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cffafecc; } +.placeholder-cyan-100\\/85::placeholder { + color: #cffafed9; +} + .placeholder-cyan-100\\/90::placeholder { color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5f3fc; } +.placeholder-cyan-200\\/15::placeholder { + color: #a5f3fc26; +} + .placeholder-cyan-200\\/20::placeholder { color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5f3fc4d; } +.placeholder-cyan-200\\/35::placeholder { + color: #a5f3fc59; +} + .placeholder-cyan-200\\/40::placeholder { color: #a5f3fc66; } +.placeholder-cyan-200\\/45::placeholder { + color: #a5f3fc73; +} + .placeholder-cyan-200\\/5::placeholder { color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5f3fc80; } +.placeholder-cyan-200\\/55::placeholder { + color: #a5f3fc8c; +} + .placeholder-cyan-200\\/60::placeholder { color: #a5f3fc99; } +.placeholder-cyan-200\\/65::placeholder { + color: #a5f3fca6; +} + .placeholder-cyan-200\\/70::placeholder { color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5f3fccc; } +.placeholder-cyan-200\\/85::placeholder { + color: #a5f3fcd9; +} + .placeholder-cyan-200\\/90::placeholder { color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #67e8f9; } +.placeholder-cyan-300\\/15::placeholder { + color: #67e8f926; +} + .placeholder-cyan-300\\/20::placeholder { color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #67e8f94d; } +.placeholder-cyan-300\\/35::placeholder { + color: #67e8f959; +} + .placeholder-cyan-300\\/40::placeholder { color: #67e8f966; } +.placeholder-cyan-300\\/45::placeholder { + color: #67e8f973; +} + .placeholder-cyan-300\\/5::placeholder { color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #67e8f980; } +.placeholder-cyan-300\\/55::placeholder { + color: #67e8f98c; +} + .placeholder-cyan-300\\/60::placeholder { color: #67e8f999; } +.placeholder-cyan-300\\/65::placeholder { + color: #67e8f9a6; +} + .placeholder-cyan-300\\/70::placeholder { color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #67e8f9cc; } +.placeholder-cyan-300\\/85::placeholder { + color: #67e8f9d9; +} + .placeholder-cyan-300\\/90::placeholder { color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22d3ee; } +.placeholder-cyan-400\\/15::placeholder { + color: #22d3ee26; +} + .placeholder-cyan-400\\/20::placeholder { color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22d3ee4d; } +.placeholder-cyan-400\\/35::placeholder { + color: #22d3ee59; +} + .placeholder-cyan-400\\/40::placeholder { color: #22d3ee66; } +.placeholder-cyan-400\\/45::placeholder { + color: #22d3ee73; +} + .placeholder-cyan-400\\/5::placeholder { color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22d3ee80; } +.placeholder-cyan-400\\/55::placeholder { + color: #22d3ee8c; +} + .placeholder-cyan-400\\/60::placeholder { color: #22d3ee99; } +.placeholder-cyan-400\\/65::placeholder { + color: #22d3eea6; +} + .placeholder-cyan-400\\/70::placeholder { color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22d3eecc; } +.placeholder-cyan-400\\/85::placeholder { + color: #22d3eed9; +} + .placeholder-cyan-400\\/90::placeholder { color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfeff; } +.placeholder-cyan-50\\/15::placeholder { + color: #ecfeff26; +} + .placeholder-cyan-50\\/20::placeholder { color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfeff4d; } +.placeholder-cyan-50\\/35::placeholder { + color: #ecfeff59; +} + .placeholder-cyan-50\\/40::placeholder { color: #ecfeff66; } +.placeholder-cyan-50\\/45::placeholder { + color: #ecfeff73; +} + .placeholder-cyan-50\\/5::placeholder { color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfeff80; } +.placeholder-cyan-50\\/55::placeholder { + color: #ecfeff8c; +} + .placeholder-cyan-50\\/60::placeholder { color: #ecfeff99; } +.placeholder-cyan-50\\/65::placeholder { + color: #ecfeffa6; +} + .placeholder-cyan-50\\/70::placeholder { color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfeffcc; } +.placeholder-cyan-50\\/85::placeholder { + color: #ecfeffd9; +} + .placeholder-cyan-50\\/90::placeholder { color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #06b6d4; } +.placeholder-cyan-500\\/15::placeholder { + color: #06b6d426; +} + .placeholder-cyan-500\\/20::placeholder { color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #06b6d44d; } +.placeholder-cyan-500\\/35::placeholder { + color: #06b6d459; +} + .placeholder-cyan-500\\/40::placeholder { color: #06b6d466; } +.placeholder-cyan-500\\/45::placeholder { + color: #06b6d473; +} + .placeholder-cyan-500\\/5::placeholder { color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #06b6d480; } +.placeholder-cyan-500\\/55::placeholder { + color: #06b6d48c; +} + .placeholder-cyan-500\\/60::placeholder { color: #06b6d499; } +.placeholder-cyan-500\\/65::placeholder { + color: #06b6d4a6; +} + .placeholder-cyan-500\\/70::placeholder { color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #06b6d4cc; } +.placeholder-cyan-500\\/85::placeholder { + color: #06b6d4d9; +} + .placeholder-cyan-500\\/90::placeholder { color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0891b2; } +.placeholder-cyan-600\\/15::placeholder { + color: #0891b226; +} + .placeholder-cyan-600\\/20::placeholder { color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0891b24d; } +.placeholder-cyan-600\\/35::placeholder { + color: #0891b259; +} + .placeholder-cyan-600\\/40::placeholder { color: #0891b266; } +.placeholder-cyan-600\\/45::placeholder { + color: #0891b273; +} + .placeholder-cyan-600\\/5::placeholder { color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0891b280; } +.placeholder-cyan-600\\/55::placeholder { + color: #0891b28c; +} + .placeholder-cyan-600\\/60::placeholder { color: #0891b299; } +.placeholder-cyan-600\\/65::placeholder { + color: #0891b2a6; +} + .placeholder-cyan-600\\/70::placeholder { color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0891b2cc; } +.placeholder-cyan-600\\/85::placeholder { + color: #0891b2d9; +} + .placeholder-cyan-600\\/90::placeholder { color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0e7490; } +.placeholder-cyan-700\\/15::placeholder { + color: #0e749026; +} + .placeholder-cyan-700\\/20::placeholder { color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0e74904d; } +.placeholder-cyan-700\\/35::placeholder { + color: #0e749059; +} + .placeholder-cyan-700\\/40::placeholder { color: #0e749066; } +.placeholder-cyan-700\\/45::placeholder { + color: #0e749073; +} + .placeholder-cyan-700\\/5::placeholder { color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0e749080; } +.placeholder-cyan-700\\/55::placeholder { + color: #0e74908c; +} + .placeholder-cyan-700\\/60::placeholder { color: #0e749099; } +.placeholder-cyan-700\\/65::placeholder { + color: #0e7490a6; +} + .placeholder-cyan-700\\/70::placeholder { color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0e7490cc; } +.placeholder-cyan-700\\/85::placeholder { + color: #0e7490d9; +} + .placeholder-cyan-700\\/90::placeholder { color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #155e75; } +.placeholder-cyan-800\\/15::placeholder { + color: #155e7526; +} + .placeholder-cyan-800\\/20::placeholder { color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #155e754d; } +.placeholder-cyan-800\\/35::placeholder { + color: #155e7559; +} + .placeholder-cyan-800\\/40::placeholder { color: #155e7566; } +.placeholder-cyan-800\\/45::placeholder { + color: #155e7573; +} + .placeholder-cyan-800\\/5::placeholder { color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #155e7580; } +.placeholder-cyan-800\\/55::placeholder { + color: #155e758c; +} + .placeholder-cyan-800\\/60::placeholder { color: #155e7599; } +.placeholder-cyan-800\\/65::placeholder { + color: #155e75a6; +} + .placeholder-cyan-800\\/70::placeholder { color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #155e75cc; } +.placeholder-cyan-800\\/85::placeholder { + color: #155e75d9; +} + .placeholder-cyan-800\\/90::placeholder { color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #164e63; } +.placeholder-cyan-900\\/15::placeholder { + color: #164e6326; +} + .placeholder-cyan-900\\/20::placeholder { color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #164e634d; } +.placeholder-cyan-900\\/35::placeholder { + color: #164e6359; +} + .placeholder-cyan-900\\/40::placeholder { color: #164e6366; } +.placeholder-cyan-900\\/45::placeholder { + color: #164e6373; +} + .placeholder-cyan-900\\/5::placeholder { color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #164e6380; } +.placeholder-cyan-900\\/55::placeholder { + color: #164e638c; +} + .placeholder-cyan-900\\/60::placeholder { color: #164e6399; } +.placeholder-cyan-900\\/65::placeholder { + color: #164e63a6; +} + .placeholder-cyan-900\\/70::placeholder { color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #164e63cc; } +.placeholder-cyan-900\\/85::placeholder { + color: #164e63d9; +} + .placeholder-cyan-900\\/90::placeholder { color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #083344; } +.placeholder-cyan-950\\/15::placeholder { + color: #08334426; +} + .placeholder-cyan-950\\/20::placeholder { color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0833444d; } +.placeholder-cyan-950\\/35::placeholder { + color: #08334459; +} + .placeholder-cyan-950\\/40::placeholder { color: #08334466; } +.placeholder-cyan-950\\/45::placeholder { + color: #08334473; +} + .placeholder-cyan-950\\/5::placeholder { color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #08334480; } +.placeholder-cyan-950\\/55::placeholder { + color: #0833448c; +} + .placeholder-cyan-950\\/60::placeholder { color: #08334499; } +.placeholder-cyan-950\\/65::placeholder { + color: #083344a6; +} + .placeholder-cyan-950\\/70::placeholder { color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #083344cc; } +.placeholder-cyan-950\\/85::placeholder { + color: #083344d9; +} + .placeholder-cyan-950\\/90::placeholder { color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1fae5; } +.placeholder-emerald-100\\/15::placeholder { + color: #d1fae526; +} + .placeholder-emerald-100\\/20::placeholder { color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1fae54d; } +.placeholder-emerald-100\\/35::placeholder { + color: #d1fae559; +} + .placeholder-emerald-100\\/40::placeholder { color: #d1fae566; } +.placeholder-emerald-100\\/45::placeholder { + color: #d1fae573; +} + .placeholder-emerald-100\\/5::placeholder { color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1fae580; } +.placeholder-emerald-100\\/55::placeholder { + color: #d1fae58c; +} + .placeholder-emerald-100\\/60::placeholder { color: #d1fae599; } +.placeholder-emerald-100\\/65::placeholder { + color: #d1fae5a6; +} + .placeholder-emerald-100\\/70::placeholder { color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1fae5cc; } +.placeholder-emerald-100\\/85::placeholder { + color: #d1fae5d9; +} + .placeholder-emerald-100\\/90::placeholder { color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a7f3d0; } +.placeholder-emerald-200\\/15::placeholder { + color: #a7f3d026; +} + .placeholder-emerald-200\\/20::placeholder { color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a7f3d04d; } +.placeholder-emerald-200\\/35::placeholder { + color: #a7f3d059; +} + .placeholder-emerald-200\\/40::placeholder { color: #a7f3d066; } +.placeholder-emerald-200\\/45::placeholder { + color: #a7f3d073; +} + .placeholder-emerald-200\\/5::placeholder { color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a7f3d080; } +.placeholder-emerald-200\\/55::placeholder { + color: #a7f3d08c; +} + .placeholder-emerald-200\\/60::placeholder { color: #a7f3d099; } +.placeholder-emerald-200\\/65::placeholder { + color: #a7f3d0a6; +} + .placeholder-emerald-200\\/70::placeholder { color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a7f3d0cc; } +.placeholder-emerald-200\\/85::placeholder { + color: #a7f3d0d9; +} + .placeholder-emerald-200\\/90::placeholder { color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6ee7b7; } +.placeholder-emerald-300\\/15::placeholder { + color: #6ee7b726; +} + .placeholder-emerald-300\\/20::placeholder { color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6ee7b74d; } +.placeholder-emerald-300\\/35::placeholder { + color: #6ee7b759; +} + .placeholder-emerald-300\\/40::placeholder { color: #6ee7b766; } +.placeholder-emerald-300\\/45::placeholder { + color: #6ee7b773; +} + .placeholder-emerald-300\\/5::placeholder { color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6ee7b780; } +.placeholder-emerald-300\\/55::placeholder { + color: #6ee7b78c; +} + .placeholder-emerald-300\\/60::placeholder { color: #6ee7b799; } +.placeholder-emerald-300\\/65::placeholder { + color: #6ee7b7a6; +} + .placeholder-emerald-300\\/70::placeholder { color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6ee7b7cc; } +.placeholder-emerald-300\\/85::placeholder { + color: #6ee7b7d9; +} + .placeholder-emerald-300\\/90::placeholder { color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #34d399; } +.placeholder-emerald-400\\/15::placeholder { + color: #34d39926; +} + .placeholder-emerald-400\\/20::placeholder { color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #34d3994d; } +.placeholder-emerald-400\\/35::placeholder { + color: #34d39959; +} + .placeholder-emerald-400\\/40::placeholder { color: #34d39966; } +.placeholder-emerald-400\\/45::placeholder { + color: #34d39973; +} + .placeholder-emerald-400\\/5::placeholder { color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #34d39980; } +.placeholder-emerald-400\\/55::placeholder { + color: #34d3998c; +} + .placeholder-emerald-400\\/60::placeholder { color: #34d39999; } +.placeholder-emerald-400\\/65::placeholder { + color: #34d399a6; +} + .placeholder-emerald-400\\/70::placeholder { color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #34d399cc; } +.placeholder-emerald-400\\/85::placeholder { + color: #34d399d9; +} + .placeholder-emerald-400\\/90::placeholder { color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfdf5; } +.placeholder-emerald-50\\/15::placeholder { + color: #ecfdf526; +} + .placeholder-emerald-50\\/20::placeholder { color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfdf54d; } +.placeholder-emerald-50\\/35::placeholder { + color: #ecfdf559; +} + .placeholder-emerald-50\\/40::placeholder { color: #ecfdf566; } +.placeholder-emerald-50\\/45::placeholder { + color: #ecfdf573; +} + .placeholder-emerald-50\\/5::placeholder { color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfdf580; } +.placeholder-emerald-50\\/55::placeholder { + color: #ecfdf58c; +} + .placeholder-emerald-50\\/60::placeholder { color: #ecfdf599; } +.placeholder-emerald-50\\/65::placeholder { + color: #ecfdf5a6; +} + .placeholder-emerald-50\\/70::placeholder { color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfdf5cc; } +.placeholder-emerald-50\\/85::placeholder { + color: #ecfdf5d9; +} + .placeholder-emerald-50\\/90::placeholder { color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #10b981; } +.placeholder-emerald-500\\/15::placeholder { + color: #10b98126; +} + .placeholder-emerald-500\\/20::placeholder { color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #10b9814d; } +.placeholder-emerald-500\\/35::placeholder { + color: #10b98159; +} + .placeholder-emerald-500\\/40::placeholder { color: #10b98166; } +.placeholder-emerald-500\\/45::placeholder { + color: #10b98173; +} + .placeholder-emerald-500\\/5::placeholder { color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #10b98180; } +.placeholder-emerald-500\\/55::placeholder { + color: #10b9818c; +} + .placeholder-emerald-500\\/60::placeholder { color: #10b98199; } +.placeholder-emerald-500\\/65::placeholder { + color: #10b981a6; +} + .placeholder-emerald-500\\/70::placeholder { color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #10b981cc; } +.placeholder-emerald-500\\/85::placeholder { + color: #10b981d9; +} + .placeholder-emerald-500\\/90::placeholder { color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #059669; } +.placeholder-emerald-600\\/15::placeholder { + color: #05966926; +} + .placeholder-emerald-600\\/20::placeholder { color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0596694d; } +.placeholder-emerald-600\\/35::placeholder { + color: #05966959; +} + .placeholder-emerald-600\\/40::placeholder { color: #05966966; } +.placeholder-emerald-600\\/45::placeholder { + color: #05966973; +} + .placeholder-emerald-600\\/5::placeholder { color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #05966980; } +.placeholder-emerald-600\\/55::placeholder { + color: #0596698c; +} + .placeholder-emerald-600\\/60::placeholder { color: #05966999; } +.placeholder-emerald-600\\/65::placeholder { + color: #059669a6; +} + .placeholder-emerald-600\\/70::placeholder { color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #059669cc; } +.placeholder-emerald-600\\/85::placeholder { + color: #059669d9; +} + .placeholder-emerald-600\\/90::placeholder { color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #047857; } +.placeholder-emerald-700\\/15::placeholder { + color: #04785726; +} + .placeholder-emerald-700\\/20::placeholder { color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0478574d; } +.placeholder-emerald-700\\/35::placeholder { + color: #04785759; +} + .placeholder-emerald-700\\/40::placeholder { color: #04785766; } +.placeholder-emerald-700\\/45::placeholder { + color: #04785773; +} + .placeholder-emerald-700\\/5::placeholder { color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #04785780; } +.placeholder-emerald-700\\/55::placeholder { + color: #0478578c; +} + .placeholder-emerald-700\\/60::placeholder { color: #04785799; } +.placeholder-emerald-700\\/65::placeholder { + color: #047857a6; +} + .placeholder-emerald-700\\/70::placeholder { color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #047857cc; } +.placeholder-emerald-700\\/85::placeholder { + color: #047857d9; +} + .placeholder-emerald-700\\/90::placeholder { color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #065f46; } +.placeholder-emerald-800\\/15::placeholder { + color: #065f4626; +} + .placeholder-emerald-800\\/20::placeholder { color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #065f464d; } +.placeholder-emerald-800\\/35::placeholder { + color: #065f4659; +} + .placeholder-emerald-800\\/40::placeholder { color: #065f4666; } +.placeholder-emerald-800\\/45::placeholder { + color: #065f4673; +} + .placeholder-emerald-800\\/5::placeholder { color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #065f4680; } +.placeholder-emerald-800\\/55::placeholder { + color: #065f468c; +} + .placeholder-emerald-800\\/60::placeholder { color: #065f4699; } +.placeholder-emerald-800\\/65::placeholder { + color: #065f46a6; +} + .placeholder-emerald-800\\/70::placeholder { color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #065f46cc; } +.placeholder-emerald-800\\/85::placeholder { + color: #065f46d9; +} + .placeholder-emerald-800\\/90::placeholder { color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #064e3b; } +.placeholder-emerald-900\\/15::placeholder { + color: #064e3b26; +} + .placeholder-emerald-900\\/20::placeholder { color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #064e3b4d; } +.placeholder-emerald-900\\/35::placeholder { + color: #064e3b59; +} + .placeholder-emerald-900\\/40::placeholder { color: #064e3b66; } +.placeholder-emerald-900\\/45::placeholder { + color: #064e3b73; +} + .placeholder-emerald-900\\/5::placeholder { color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #064e3b80; } +.placeholder-emerald-900\\/55::placeholder { + color: #064e3b8c; +} + .placeholder-emerald-900\\/60::placeholder { color: #064e3b99; } +.placeholder-emerald-900\\/65::placeholder { + color: #064e3ba6; +} + .placeholder-emerald-900\\/70::placeholder { color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #064e3bcc; } +.placeholder-emerald-900\\/85::placeholder { + color: #064e3bd9; +} + .placeholder-emerald-900\\/90::placeholder { color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #022c22; } +.placeholder-emerald-950\\/15::placeholder { + color: #022c2226; +} + .placeholder-emerald-950\\/20::placeholder { color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #022c224d; } +.placeholder-emerald-950\\/35::placeholder { + color: #022c2259; +} + .placeholder-emerald-950\\/40::placeholder { color: #022c2266; } +.placeholder-emerald-950\\/45::placeholder { + color: #022c2273; +} + .placeholder-emerald-950\\/5::placeholder { color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #022c2280; } +.placeholder-emerald-950\\/55::placeholder { + color: #022c228c; +} + .placeholder-emerald-950\\/60::placeholder { color: #022c2299; } +.placeholder-emerald-950\\/65::placeholder { + color: #022c22a6; +} + .placeholder-emerald-950\\/70::placeholder { color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #022c22cc; } +.placeholder-emerald-950\\/85::placeholder { + color: #022c22d9; +} + .placeholder-emerald-950\\/90::placeholder { color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fae8ff; } +.placeholder-fuchsia-100\\/15::placeholder { + color: #fae8ff26; +} + .placeholder-fuchsia-100\\/20::placeholder { color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fae8ff4d; } +.placeholder-fuchsia-100\\/35::placeholder { + color: #fae8ff59; +} + .placeholder-fuchsia-100\\/40::placeholder { color: #fae8ff66; } +.placeholder-fuchsia-100\\/45::placeholder { + color: #fae8ff73; +} + .placeholder-fuchsia-100\\/5::placeholder { color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fae8ff80; } +.placeholder-fuchsia-100\\/55::placeholder { + color: #fae8ff8c; +} + .placeholder-fuchsia-100\\/60::placeholder { color: #fae8ff99; } +.placeholder-fuchsia-100\\/65::placeholder { + color: #fae8ffa6; +} + .placeholder-fuchsia-100\\/70::placeholder { color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fae8ffcc; } +.placeholder-fuchsia-100\\/85::placeholder { + color: #fae8ffd9; +} + .placeholder-fuchsia-100\\/90::placeholder { color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5d0fe; } +.placeholder-fuchsia-200\\/15::placeholder { + color: #f5d0fe26; +} + .placeholder-fuchsia-200\\/20::placeholder { color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5d0fe4d; } +.placeholder-fuchsia-200\\/35::placeholder { + color: #f5d0fe59; +} + .placeholder-fuchsia-200\\/40::placeholder { color: #f5d0fe66; } +.placeholder-fuchsia-200\\/45::placeholder { + color: #f5d0fe73; +} + .placeholder-fuchsia-200\\/5::placeholder { color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5d0fe80; } +.placeholder-fuchsia-200\\/55::placeholder { + color: #f5d0fe8c; +} + .placeholder-fuchsia-200\\/60::placeholder { color: #f5d0fe99; } +.placeholder-fuchsia-200\\/65::placeholder { + color: #f5d0fea6; +} + .placeholder-fuchsia-200\\/70::placeholder { color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5d0fecc; } +.placeholder-fuchsia-200\\/85::placeholder { + color: #f5d0fed9; +} + .placeholder-fuchsia-200\\/90::placeholder { color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0abfc; } +.placeholder-fuchsia-300\\/15::placeholder { + color: #f0abfc26; +} + .placeholder-fuchsia-300\\/20::placeholder { color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0abfc4d; } +.placeholder-fuchsia-300\\/35::placeholder { + color: #f0abfc59; +} + .placeholder-fuchsia-300\\/40::placeholder { color: #f0abfc66; } +.placeholder-fuchsia-300\\/45::placeholder { + color: #f0abfc73; +} + .placeholder-fuchsia-300\\/5::placeholder { color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0abfc80; } +.placeholder-fuchsia-300\\/55::placeholder { + color: #f0abfc8c; +} + .placeholder-fuchsia-300\\/60::placeholder { color: #f0abfc99; } +.placeholder-fuchsia-300\\/65::placeholder { + color: #f0abfca6; +} + .placeholder-fuchsia-300\\/70::placeholder { color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0abfccc; } +.placeholder-fuchsia-300\\/85::placeholder { + color: #f0abfcd9; +} + .placeholder-fuchsia-300\\/90::placeholder { color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e879f9; } +.placeholder-fuchsia-400\\/15::placeholder { + color: #e879f926; +} + .placeholder-fuchsia-400\\/20::placeholder { color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e879f94d; } +.placeholder-fuchsia-400\\/35::placeholder { + color: #e879f959; +} + .placeholder-fuchsia-400\\/40::placeholder { color: #e879f966; } +.placeholder-fuchsia-400\\/45::placeholder { + color: #e879f973; +} + .placeholder-fuchsia-400\\/5::placeholder { color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e879f980; } +.placeholder-fuchsia-400\\/55::placeholder { + color: #e879f98c; +} + .placeholder-fuchsia-400\\/60::placeholder { color: #e879f999; } +.placeholder-fuchsia-400\\/65::placeholder { + color: #e879f9a6; +} + .placeholder-fuchsia-400\\/70::placeholder { color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e879f9cc; } +.placeholder-fuchsia-400\\/85::placeholder { + color: #e879f9d9; +} + .placeholder-fuchsia-400\\/90::placeholder { color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf4ff; } +.placeholder-fuchsia-50\\/15::placeholder { + color: #fdf4ff26; +} + .placeholder-fuchsia-50\\/20::placeholder { color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf4ff4d; } +.placeholder-fuchsia-50\\/35::placeholder { + color: #fdf4ff59; +} + .placeholder-fuchsia-50\\/40::placeholder { color: #fdf4ff66; } +.placeholder-fuchsia-50\\/45::placeholder { + color: #fdf4ff73; +} + .placeholder-fuchsia-50\\/5::placeholder { color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf4ff80; } +.placeholder-fuchsia-50\\/55::placeholder { + color: #fdf4ff8c; +} + .placeholder-fuchsia-50\\/60::placeholder { color: #fdf4ff99; } +.placeholder-fuchsia-50\\/65::placeholder { + color: #fdf4ffa6; +} + .placeholder-fuchsia-50\\/70::placeholder { color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf4ffcc; } +.placeholder-fuchsia-50\\/85::placeholder { + color: #fdf4ffd9; +} + .placeholder-fuchsia-50\\/90::placeholder { color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d946ef; } +.placeholder-fuchsia-500\\/15::placeholder { + color: #d946ef26; +} + .placeholder-fuchsia-500\\/20::placeholder { color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d946ef4d; } +.placeholder-fuchsia-500\\/35::placeholder { + color: #d946ef59; +} + .placeholder-fuchsia-500\\/40::placeholder { color: #d946ef66; } +.placeholder-fuchsia-500\\/45::placeholder { + color: #d946ef73; +} + .placeholder-fuchsia-500\\/5::placeholder { color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d946ef80; } +.placeholder-fuchsia-500\\/55::placeholder { + color: #d946ef8c; +} + .placeholder-fuchsia-500\\/60::placeholder { color: #d946ef99; } +.placeholder-fuchsia-500\\/65::placeholder { + color: #d946efa6; +} + .placeholder-fuchsia-500\\/70::placeholder { color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d946efcc; } +.placeholder-fuchsia-500\\/85::placeholder { + color: #d946efd9; +} + .placeholder-fuchsia-500\\/90::placeholder { color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c026d3; } +.placeholder-fuchsia-600\\/15::placeholder { + color: #c026d326; +} + .placeholder-fuchsia-600\\/20::placeholder { color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c026d34d; } +.placeholder-fuchsia-600\\/35::placeholder { + color: #c026d359; +} + .placeholder-fuchsia-600\\/40::placeholder { color: #c026d366; } +.placeholder-fuchsia-600\\/45::placeholder { + color: #c026d373; +} + .placeholder-fuchsia-600\\/5::placeholder { color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c026d380; } +.placeholder-fuchsia-600\\/55::placeholder { + color: #c026d38c; +} + .placeholder-fuchsia-600\\/60::placeholder { color: #c026d399; } +.placeholder-fuchsia-600\\/65::placeholder { + color: #c026d3a6; +} + .placeholder-fuchsia-600\\/70::placeholder { color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c026d3cc; } +.placeholder-fuchsia-600\\/85::placeholder { + color: #c026d3d9; +} + .placeholder-fuchsia-600\\/90::placeholder { color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a21caf; } +.placeholder-fuchsia-700\\/15::placeholder { + color: #a21caf26; +} + .placeholder-fuchsia-700\\/20::placeholder { color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a21caf4d; } +.placeholder-fuchsia-700\\/35::placeholder { + color: #a21caf59; +} + .placeholder-fuchsia-700\\/40::placeholder { color: #a21caf66; } +.placeholder-fuchsia-700\\/45::placeholder { + color: #a21caf73; +} + .placeholder-fuchsia-700\\/5::placeholder { color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a21caf80; } +.placeholder-fuchsia-700\\/55::placeholder { + color: #a21caf8c; +} + .placeholder-fuchsia-700\\/60::placeholder { color: #a21caf99; } +.placeholder-fuchsia-700\\/65::placeholder { + color: #a21cafa6; +} + .placeholder-fuchsia-700\\/70::placeholder { color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a21cafcc; } +.placeholder-fuchsia-700\\/85::placeholder { + color: #a21cafd9; +} + .placeholder-fuchsia-700\\/90::placeholder { color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86198f; } +.placeholder-fuchsia-800\\/15::placeholder { + color: #86198f26; +} + .placeholder-fuchsia-800\\/20::placeholder { color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86198f4d; } +.placeholder-fuchsia-800\\/35::placeholder { + color: #86198f59; +} + .placeholder-fuchsia-800\\/40::placeholder { color: #86198f66; } +.placeholder-fuchsia-800\\/45::placeholder { + color: #86198f73; +} + .placeholder-fuchsia-800\\/5::placeholder { color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86198f80; } +.placeholder-fuchsia-800\\/55::placeholder { + color: #86198f8c; +} + .placeholder-fuchsia-800\\/60::placeholder { color: #86198f99; } +.placeholder-fuchsia-800\\/65::placeholder { + color: #86198fa6; +} + .placeholder-fuchsia-800\\/70::placeholder { color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86198fcc; } +.placeholder-fuchsia-800\\/85::placeholder { + color: #86198fd9; +} + .placeholder-fuchsia-800\\/90::placeholder { color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #701a75; } +.placeholder-fuchsia-900\\/15::placeholder { + color: #701a7526; +} + .placeholder-fuchsia-900\\/20::placeholder { color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #701a754d; } +.placeholder-fuchsia-900\\/35::placeholder { + color: #701a7559; +} + .placeholder-fuchsia-900\\/40::placeholder { color: #701a7566; } +.placeholder-fuchsia-900\\/45::placeholder { + color: #701a7573; +} + .placeholder-fuchsia-900\\/5::placeholder { color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #701a7580; } +.placeholder-fuchsia-900\\/55::placeholder { + color: #701a758c; +} + .placeholder-fuchsia-900\\/60::placeholder { color: #701a7599; } +.placeholder-fuchsia-900\\/65::placeholder { + color: #701a75a6; +} + .placeholder-fuchsia-900\\/70::placeholder { color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #701a75cc; } +.placeholder-fuchsia-900\\/85::placeholder { + color: #701a75d9; +} + .placeholder-fuchsia-900\\/90::placeholder { color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4a044e; } +.placeholder-fuchsia-950\\/15::placeholder { + color: #4a044e26; +} + .placeholder-fuchsia-950\\/20::placeholder { color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4a044e4d; } +.placeholder-fuchsia-950\\/35::placeholder { + color: #4a044e59; +} + .placeholder-fuchsia-950\\/40::placeholder { color: #4a044e66; } +.placeholder-fuchsia-950\\/45::placeholder { + color: #4a044e73; +} + .placeholder-fuchsia-950\\/5::placeholder { color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4a044e80; } +.placeholder-fuchsia-950\\/55::placeholder { + color: #4a044e8c; +} + .placeholder-fuchsia-950\\/60::placeholder { color: #4a044e99; } +.placeholder-fuchsia-950\\/65::placeholder { + color: #4a044ea6; +} + .placeholder-fuchsia-950\\/70::placeholder { color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4a044ecc; } +.placeholder-fuchsia-950\\/85::placeholder { + color: #4a044ed9; +} + .placeholder-fuchsia-950\\/90::placeholder { color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3f4f6; } +.placeholder-gray-100\\/15::placeholder { + color: #f3f4f626; +} + .placeholder-gray-100\\/20::placeholder { color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3f4f64d; } +.placeholder-gray-100\\/35::placeholder { + color: #f3f4f659; +} + .placeholder-gray-100\\/40::placeholder { color: #f3f4f666; } +.placeholder-gray-100\\/45::placeholder { + color: #f3f4f673; +} + .placeholder-gray-100\\/5::placeholder { color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3f4f680; } +.placeholder-gray-100\\/55::placeholder { + color: #f3f4f68c; +} + .placeholder-gray-100\\/60::placeholder { color: #f3f4f699; } +.placeholder-gray-100\\/65::placeholder { + color: #f3f4f6a6; +} + .placeholder-gray-100\\/70::placeholder { color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3f4f6cc; } +.placeholder-gray-100\\/85::placeholder { + color: #f3f4f6d9; +} + .placeholder-gray-100\\/90::placeholder { color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e7eb; } +.placeholder-gray-200\\/15::placeholder { + color: #e5e7eb26; +} + .placeholder-gray-200\\/20::placeholder { color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e7eb4d; } +.placeholder-gray-200\\/35::placeholder { + color: #e5e7eb59; +} + .placeholder-gray-200\\/40::placeholder { color: #e5e7eb66; } +.placeholder-gray-200\\/45::placeholder { + color: #e5e7eb73; +} + .placeholder-gray-200\\/5::placeholder { color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e7eb80; } +.placeholder-gray-200\\/55::placeholder { + color: #e5e7eb8c; +} + .placeholder-gray-200\\/60::placeholder { color: #e5e7eb99; } +.placeholder-gray-200\\/65::placeholder { + color: #e5e7eba6; +} + .placeholder-gray-200\\/70::placeholder { color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e7ebcc; } +.placeholder-gray-200\\/85::placeholder { + color: #e5e7ebd9; +} + .placeholder-gray-200\\/90::placeholder { color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1d5db; } +.placeholder-gray-300\\/15::placeholder { + color: #d1d5db26; +} + .placeholder-gray-300\\/20::placeholder { color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1d5db4d; } +.placeholder-gray-300\\/35::placeholder { + color: #d1d5db59; +} + .placeholder-gray-300\\/40::placeholder { color: #d1d5db66; } +.placeholder-gray-300\\/45::placeholder { + color: #d1d5db73; +} + .placeholder-gray-300\\/5::placeholder { color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1d5db80; } +.placeholder-gray-300\\/55::placeholder { + color: #d1d5db8c; +} + .placeholder-gray-300\\/60::placeholder { color: #d1d5db99; } +.placeholder-gray-300\\/65::placeholder { + color: #d1d5dba6; +} + .placeholder-gray-300\\/70::placeholder { color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d1d5dbcc; } +.placeholder-gray-300\\/85::placeholder { + color: #d1d5dbd9; +} + .placeholder-gray-300\\/90::placeholder { color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9ca3af; } +.placeholder-gray-400\\/15::placeholder { + color: #9ca3af26; +} + .placeholder-gray-400\\/20::placeholder { color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9ca3af4d; } +.placeholder-gray-400\\/35::placeholder { + color: #9ca3af59; +} + .placeholder-gray-400\\/40::placeholder { color: #9ca3af66; } +.placeholder-gray-400\\/45::placeholder { + color: #9ca3af73; +} + .placeholder-gray-400\\/5::placeholder { color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9ca3af80; } +.placeholder-gray-400\\/55::placeholder { + color: #9ca3af8c; +} + .placeholder-gray-400\\/60::placeholder { color: #9ca3af99; } +.placeholder-gray-400\\/65::placeholder { + color: #9ca3afa6; +} + .placeholder-gray-400\\/70::placeholder { color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9ca3afcc; } +.placeholder-gray-400\\/85::placeholder { + color: #9ca3afd9; +} + .placeholder-gray-400\\/90::placeholder { color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9fafb; } +.placeholder-gray-50\\/15::placeholder { + color: #f9fafb26; +} + .placeholder-gray-50\\/20::placeholder { color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9fafb4d; } +.placeholder-gray-50\\/35::placeholder { + color: #f9fafb59; +} + .placeholder-gray-50\\/40::placeholder { color: #f9fafb66; } +.placeholder-gray-50\\/45::placeholder { + color: #f9fafb73; +} + .placeholder-gray-50\\/5::placeholder { color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9fafb80; } +.placeholder-gray-50\\/55::placeholder { + color: #f9fafb8c; +} + .placeholder-gray-50\\/60::placeholder { color: #f9fafb99; } +.placeholder-gray-50\\/65::placeholder { + color: #f9fafba6; +} + .placeholder-gray-50\\/70::placeholder { color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9fafbcc; } +.placeholder-gray-50\\/85::placeholder { + color: #f9fafbd9; +} + .placeholder-gray-50\\/90::placeholder { color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b7280; } +.placeholder-gray-500\\/15::placeholder { + color: #6b728026; +} + .placeholder-gray-500\\/20::placeholder { color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b72804d; } +.placeholder-gray-500\\/35::placeholder { + color: #6b728059; +} + .placeholder-gray-500\\/40::placeholder { color: #6b728066; } +.placeholder-gray-500\\/45::placeholder { + color: #6b728073; +} + .placeholder-gray-500\\/5::placeholder { color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b728080; } +.placeholder-gray-500\\/55::placeholder { + color: #6b72808c; +} + .placeholder-gray-500\\/60::placeholder { color: #6b728099; } +.placeholder-gray-500\\/65::placeholder { + color: #6b7280a6; +} + .placeholder-gray-500\\/70::placeholder { color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b7280cc; } +.placeholder-gray-500\\/85::placeholder { + color: #6b7280d9; +} + .placeholder-gray-500\\/90::placeholder { color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4b5563; } +.placeholder-gray-600\\/15::placeholder { + color: #4b556326; +} + .placeholder-gray-600\\/20::placeholder { color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4b55634d; } +.placeholder-gray-600\\/35::placeholder { + color: #4b556359; +} + .placeholder-gray-600\\/40::placeholder { color: #4b556366; } +.placeholder-gray-600\\/45::placeholder { + color: #4b556373; +} + .placeholder-gray-600\\/5::placeholder { color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4b556380; } +.placeholder-gray-600\\/55::placeholder { + color: #4b55638c; +} + .placeholder-gray-600\\/60::placeholder { color: #4b556399; } +.placeholder-gray-600\\/65::placeholder { + color: #4b5563a6; +} + .placeholder-gray-600\\/70::placeholder { color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4b5563cc; } +.placeholder-gray-600\\/85::placeholder { + color: #4b5563d9; +} + .placeholder-gray-600\\/90::placeholder { color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #374151; } +.placeholder-gray-700\\/15::placeholder { + color: #37415126; +} + .placeholder-gray-700\\/20::placeholder { color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3741514d; } +.placeholder-gray-700\\/35::placeholder { + color: #37415159; +} + .placeholder-gray-700\\/40::placeholder { color: #37415166; } +.placeholder-gray-700\\/45::placeholder { + color: #37415173; +} + .placeholder-gray-700\\/5::placeholder { color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #37415180; } +.placeholder-gray-700\\/55::placeholder { + color: #3741518c; +} + .placeholder-gray-700\\/60::placeholder { color: #37415199; } +.placeholder-gray-700\\/65::placeholder { + color: #374151a6; +} + .placeholder-gray-700\\/70::placeholder { color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #374151cc; } +.placeholder-gray-700\\/85::placeholder { + color: #374151d9; +} + .placeholder-gray-700\\/90::placeholder { color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1f2937; } +.placeholder-gray-800\\/15::placeholder { + color: #1f293726; +} + .placeholder-gray-800\\/20::placeholder { color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1f29374d; } +.placeholder-gray-800\\/35::placeholder { + color: #1f293759; +} + .placeholder-gray-800\\/40::placeholder { color: #1f293766; } +.placeholder-gray-800\\/45::placeholder { + color: #1f293773; +} + .placeholder-gray-800\\/5::placeholder { color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1f293780; } +.placeholder-gray-800\\/55::placeholder { + color: #1f29378c; +} + .placeholder-gray-800\\/60::placeholder { color: #1f293799; } +.placeholder-gray-800\\/65::placeholder { + color: #1f2937a6; +} + .placeholder-gray-800\\/70::placeholder { color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1f2937cc; } +.placeholder-gray-800\\/85::placeholder { + color: #1f2937d9; +} + .placeholder-gray-800\\/90::placeholder { color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #111827; } +.placeholder-gray-900\\/15::placeholder { + color: #11182726; +} + .placeholder-gray-900\\/20::placeholder { color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1118274d; } +.placeholder-gray-900\\/35::placeholder { + color: #11182759; +} + .placeholder-gray-900\\/40::placeholder { color: #11182766; } +.placeholder-gray-900\\/45::placeholder { + color: #11182773; +} + .placeholder-gray-900\\/5::placeholder { color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #11182780; } +.placeholder-gray-900\\/55::placeholder { + color: #1118278c; +} + .placeholder-gray-900\\/60::placeholder { color: #11182799; } +.placeholder-gray-900\\/65::placeholder { + color: #111827a6; +} + .placeholder-gray-900\\/70::placeholder { color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #111827cc; } +.placeholder-gray-900\\/85::placeholder { + color: #111827d9; +} + .placeholder-gray-900\\/90::placeholder { color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #030712; } +.placeholder-gray-950\\/15::placeholder { + color: #03071226; +} + .placeholder-gray-950\\/20::placeholder { color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0307124d; } +.placeholder-gray-950\\/35::placeholder { + color: #03071259; +} + .placeholder-gray-950\\/40::placeholder { color: #03071266; } +.placeholder-gray-950\\/45::placeholder { + color: #03071273; +} + .placeholder-gray-950\\/5::placeholder { color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #03071280; } +.placeholder-gray-950\\/55::placeholder { + color: #0307128c; +} + .placeholder-gray-950\\/60::placeholder { color: #03071299; } +.placeholder-gray-950\\/65::placeholder { + color: #030712a6; +} + .placeholder-gray-950\\/70::placeholder { color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #030712cc; } +.placeholder-gray-950\\/85::placeholder { + color: #030712d9; +} + .placeholder-gray-950\\/90::placeholder { color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dcfce7; } +.placeholder-green-100\\/15::placeholder { + color: #dcfce726; +} + .placeholder-green-100\\/20::placeholder { color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dcfce74d; } +.placeholder-green-100\\/35::placeholder { + color: #dcfce759; +} + .placeholder-green-100\\/40::placeholder { color: #dcfce766; } +.placeholder-green-100\\/45::placeholder { + color: #dcfce773; +} + .placeholder-green-100\\/5::placeholder { color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dcfce780; } +.placeholder-green-100\\/55::placeholder { + color: #dcfce78c; +} + .placeholder-green-100\\/60::placeholder { color: #dcfce799; } +.placeholder-green-100\\/65::placeholder { + color: #dcfce7a6; +} + .placeholder-green-100\\/70::placeholder { color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dcfce7cc; } +.placeholder-green-100\\/85::placeholder { + color: #dcfce7d9; +} + .placeholder-green-100\\/90::placeholder { color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bbf7d0; } +.placeholder-green-200\\/15::placeholder { + color: #bbf7d026; +} + .placeholder-green-200\\/20::placeholder { color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bbf7d04d; } +.placeholder-green-200\\/35::placeholder { + color: #bbf7d059; +} + .placeholder-green-200\\/40::placeholder { color: #bbf7d066; } +.placeholder-green-200\\/45::placeholder { + color: #bbf7d073; +} + .placeholder-green-200\\/5::placeholder { color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bbf7d080; } +.placeholder-green-200\\/55::placeholder { + color: #bbf7d08c; +} + .placeholder-green-200\\/60::placeholder { color: #bbf7d099; } +.placeholder-green-200\\/65::placeholder { + color: #bbf7d0a6; +} + .placeholder-green-200\\/70::placeholder { color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bbf7d0cc; } +.placeholder-green-200\\/85::placeholder { + color: #bbf7d0d9; +} + .placeholder-green-200\\/90::placeholder { color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86efac; } +.placeholder-green-300\\/15::placeholder { + color: #86efac26; +} + .placeholder-green-300\\/20::placeholder { color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86efac4d; } +.placeholder-green-300\\/35::placeholder { + color: #86efac59; +} + .placeholder-green-300\\/40::placeholder { color: #86efac66; } +.placeholder-green-300\\/45::placeholder { + color: #86efac73; +} + .placeholder-green-300\\/5::placeholder { color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86efac80; } +.placeholder-green-300\\/55::placeholder { + color: #86efac8c; +} + .placeholder-green-300\\/60::placeholder { color: #86efac99; } +.placeholder-green-300\\/65::placeholder { + color: #86efaca6; +} + .placeholder-green-300\\/70::placeholder { color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #86efaccc; } +.placeholder-green-300\\/85::placeholder { + color: #86efacd9; +} + .placeholder-green-300\\/90::placeholder { color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4ade80; } +.placeholder-green-400\\/15::placeholder { + color: #4ade8026; +} + .placeholder-green-400\\/20::placeholder { color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4ade804d; } +.placeholder-green-400\\/35::placeholder { + color: #4ade8059; +} + .placeholder-green-400\\/40::placeholder { color: #4ade8066; } +.placeholder-green-400\\/45::placeholder { + color: #4ade8073; +} + .placeholder-green-400\\/5::placeholder { color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4ade8080; } +.placeholder-green-400\\/55::placeholder { + color: #4ade808c; +} + .placeholder-green-400\\/60::placeholder { color: #4ade8099; } +.placeholder-green-400\\/65::placeholder { + color: #4ade80a6; +} + .placeholder-green-400\\/70::placeholder { color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4ade80cc; } +.placeholder-green-400\\/85::placeholder { + color: #4ade80d9; +} + .placeholder-green-400\\/90::placeholder { color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdf4; } +.placeholder-green-50\\/15::placeholder { + color: #f0fdf426; +} + .placeholder-green-50\\/20::placeholder { color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdf44d; } +.placeholder-green-50\\/35::placeholder { + color: #f0fdf459; +} + .placeholder-green-50\\/40::placeholder { color: #f0fdf466; } +.placeholder-green-50\\/45::placeholder { + color: #f0fdf473; +} + .placeholder-green-50\\/5::placeholder { color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdf480; } +.placeholder-green-50\\/55::placeholder { + color: #f0fdf48c; +} + .placeholder-green-50\\/60::placeholder { color: #f0fdf499; } +.placeholder-green-50\\/65::placeholder { + color: #f0fdf4a6; +} + .placeholder-green-50\\/70::placeholder { color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdf4cc; } +.placeholder-green-50\\/85::placeholder { + color: #f0fdf4d9; +} + .placeholder-green-50\\/90::placeholder { color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22c55e; } +.placeholder-green-500\\/15::placeholder { + color: #22c55e26; +} + .placeholder-green-500\\/20::placeholder { color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22c55e4d; } +.placeholder-green-500\\/35::placeholder { + color: #22c55e59; +} + .placeholder-green-500\\/40::placeholder { color: #22c55e66; } +.placeholder-green-500\\/45::placeholder { + color: #22c55e73; +} + .placeholder-green-500\\/5::placeholder { color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22c55e80; } +.placeholder-green-500\\/55::placeholder { + color: #22c55e8c; +} + .placeholder-green-500\\/60::placeholder { color: #22c55e99; } +.placeholder-green-500\\/65::placeholder { + color: #22c55ea6; +} + .placeholder-green-500\\/70::placeholder { color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #22c55ecc; } +.placeholder-green-500\\/85::placeholder { + color: #22c55ed9; +} + .placeholder-green-500\\/90::placeholder { color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #16a34a; } +.placeholder-green-600\\/15::placeholder { + color: #16a34a26; +} + .placeholder-green-600\\/20::placeholder { color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #16a34a4d; } +.placeholder-green-600\\/35::placeholder { + color: #16a34a59; +} + .placeholder-green-600\\/40::placeholder { color: #16a34a66; } +.placeholder-green-600\\/45::placeholder { + color: #16a34a73; +} + .placeholder-green-600\\/5::placeholder { color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #16a34a80; } +.placeholder-green-600\\/55::placeholder { + color: #16a34a8c; +} + .placeholder-green-600\\/60::placeholder { color: #16a34a99; } +.placeholder-green-600\\/65::placeholder { + color: #16a34aa6; +} + .placeholder-green-600\\/70::placeholder { color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #16a34acc; } +.placeholder-green-600\\/85::placeholder { + color: #16a34ad9; +} + .placeholder-green-600\\/90::placeholder { color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #15803d; } +.placeholder-green-700\\/15::placeholder { + color: #15803d26; +} + .placeholder-green-700\\/20::placeholder { color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #15803d4d; } +.placeholder-green-700\\/35::placeholder { + color: #15803d59; +} + .placeholder-green-700\\/40::placeholder { color: #15803d66; } +.placeholder-green-700\\/45::placeholder { + color: #15803d73; +} + .placeholder-green-700\\/5::placeholder { color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #15803d80; } +.placeholder-green-700\\/55::placeholder { + color: #15803d8c; +} + .placeholder-green-700\\/60::placeholder { color: #15803d99; } +.placeholder-green-700\\/65::placeholder { + color: #15803da6; +} + .placeholder-green-700\\/70::placeholder { color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #15803dcc; } +.placeholder-green-700\\/85::placeholder { + color: #15803dd9; +} + .placeholder-green-700\\/90::placeholder { color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #166534; } +.placeholder-green-800\\/15::placeholder { + color: #16653426; +} + .placeholder-green-800\\/20::placeholder { color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1665344d; } +.placeholder-green-800\\/35::placeholder { + color: #16653459; +} + .placeholder-green-800\\/40::placeholder { color: #16653466; } +.placeholder-green-800\\/45::placeholder { + color: #16653473; +} + .placeholder-green-800\\/5::placeholder { color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #16653480; } +.placeholder-green-800\\/55::placeholder { + color: #1665348c; +} + .placeholder-green-800\\/60::placeholder { color: #16653499; } +.placeholder-green-800\\/65::placeholder { + color: #166534a6; +} + .placeholder-green-800\\/70::placeholder { color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #166534cc; } +.placeholder-green-800\\/85::placeholder { + color: #166534d9; +} + .placeholder-green-800\\/90::placeholder { color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14532d; } +.placeholder-green-900\\/15::placeholder { + color: #14532d26; +} + .placeholder-green-900\\/20::placeholder { color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14532d4d; } +.placeholder-green-900\\/35::placeholder { + color: #14532d59; +} + .placeholder-green-900\\/40::placeholder { color: #14532d66; } +.placeholder-green-900\\/45::placeholder { + color: #14532d73; +} + .placeholder-green-900\\/5::placeholder { color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14532d80; } +.placeholder-green-900\\/55::placeholder { + color: #14532d8c; +} + .placeholder-green-900\\/60::placeholder { color: #14532d99; } +.placeholder-green-900\\/65::placeholder { + color: #14532da6; +} + .placeholder-green-900\\/70::placeholder { color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14532dcc; } +.placeholder-green-900\\/85::placeholder { + color: #14532dd9; +} + .placeholder-green-900\\/90::placeholder { color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #052e16; } +.placeholder-green-950\\/15::placeholder { + color: #052e1626; +} + .placeholder-green-950\\/20::placeholder { color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #052e164d; } +.placeholder-green-950\\/35::placeholder { + color: #052e1659; +} + .placeholder-green-950\\/40::placeholder { color: #052e1666; } +.placeholder-green-950\\/45::placeholder { + color: #052e1673; +} + .placeholder-green-950\\/5::placeholder { color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #052e1680; } +.placeholder-green-950\\/55::placeholder { + color: #052e168c; +} + .placeholder-green-950\\/60::placeholder { color: #052e1699; } +.placeholder-green-950\\/65::placeholder { + color: #052e16a6; +} + .placeholder-green-950\\/70::placeholder { color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #052e16cc; } +.placeholder-green-950\\/85::placeholder { + color: #052e16d9; +} + .placeholder-green-950\\/90::placeholder { color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0e7ff; } +.placeholder-indigo-100\\/15::placeholder { + color: #e0e7ff26; +} + .placeholder-indigo-100\\/20::placeholder { color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0e7ff4d; } +.placeholder-indigo-100\\/35::placeholder { + color: #e0e7ff59; +} + .placeholder-indigo-100\\/40::placeholder { color: #e0e7ff66; } +.placeholder-indigo-100\\/45::placeholder { + color: #e0e7ff73; +} + .placeholder-indigo-100\\/5::placeholder { color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0e7ff80; } +.placeholder-indigo-100\\/55::placeholder { + color: #e0e7ff8c; +} + .placeholder-indigo-100\\/60::placeholder { color: #e0e7ff99; } +.placeholder-indigo-100\\/65::placeholder { + color: #e0e7ffa6; +} + .placeholder-indigo-100\\/70::placeholder { color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0e7ffcc; } +.placeholder-indigo-100\\/85::placeholder { + color: #e0e7ffd9; +} + .placeholder-indigo-100\\/90::placeholder { color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c7d2fe; } +.placeholder-indigo-200\\/15::placeholder { + color: #c7d2fe26; +} + .placeholder-indigo-200\\/20::placeholder { color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c7d2fe4d; } +.placeholder-indigo-200\\/35::placeholder { + color: #c7d2fe59; +} + .placeholder-indigo-200\\/40::placeholder { color: #c7d2fe66; } +.placeholder-indigo-200\\/45::placeholder { + color: #c7d2fe73; +} + .placeholder-indigo-200\\/5::placeholder { color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c7d2fe80; } +.placeholder-indigo-200\\/55::placeholder { + color: #c7d2fe8c; +} + .placeholder-indigo-200\\/60::placeholder { color: #c7d2fe99; } +.placeholder-indigo-200\\/65::placeholder { + color: #c7d2fea6; +} + .placeholder-indigo-200\\/70::placeholder { color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c7d2fecc; } +.placeholder-indigo-200\\/85::placeholder { + color: #c7d2fed9; +} + .placeholder-indigo-200\\/90::placeholder { color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5b4fc; } +.placeholder-indigo-300\\/15::placeholder { + color: #a5b4fc26; +} + .placeholder-indigo-300\\/20::placeholder { color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5b4fc4d; } +.placeholder-indigo-300\\/35::placeholder { + color: #a5b4fc59; +} + .placeholder-indigo-300\\/40::placeholder { color: #a5b4fc66; } +.placeholder-indigo-300\\/45::placeholder { + color: #a5b4fc73; +} + .placeholder-indigo-300\\/5::placeholder { color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5b4fc80; } +.placeholder-indigo-300\\/55::placeholder { + color: #a5b4fc8c; +} + .placeholder-indigo-300\\/60::placeholder { color: #a5b4fc99; } +.placeholder-indigo-300\\/65::placeholder { + color: #a5b4fca6; +} + .placeholder-indigo-300\\/70::placeholder { color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a5b4fccc; } +.placeholder-indigo-300\\/85::placeholder { + color: #a5b4fcd9; +} + .placeholder-indigo-300\\/90::placeholder { color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #818cf8; } +.placeholder-indigo-400\\/15::placeholder { + color: #818cf826; +} + .placeholder-indigo-400\\/20::placeholder { color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #818cf84d; } +.placeholder-indigo-400\\/35::placeholder { + color: #818cf859; +} + .placeholder-indigo-400\\/40::placeholder { color: #818cf866; } +.placeholder-indigo-400\\/45::placeholder { + color: #818cf873; +} + .placeholder-indigo-400\\/5::placeholder { color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #818cf880; } +.placeholder-indigo-400\\/55::placeholder { + color: #818cf88c; +} + .placeholder-indigo-400\\/60::placeholder { color: #818cf899; } +.placeholder-indigo-400\\/65::placeholder { + color: #818cf8a6; +} + .placeholder-indigo-400\\/70::placeholder { color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #818cf8cc; } +.placeholder-indigo-400\\/85::placeholder { + color: #818cf8d9; +} + .placeholder-indigo-400\\/90::placeholder { color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eef2ff; } +.placeholder-indigo-50\\/15::placeholder { + color: #eef2ff26; +} + .placeholder-indigo-50\\/20::placeholder { color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eef2ff4d; } +.placeholder-indigo-50\\/35::placeholder { + color: #eef2ff59; +} + .placeholder-indigo-50\\/40::placeholder { color: #eef2ff66; } +.placeholder-indigo-50\\/45::placeholder { + color: #eef2ff73; +} + .placeholder-indigo-50\\/5::placeholder { color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eef2ff80; } +.placeholder-indigo-50\\/55::placeholder { + color: #eef2ff8c; +} + .placeholder-indigo-50\\/60::placeholder { color: #eef2ff99; } +.placeholder-indigo-50\\/65::placeholder { + color: #eef2ffa6; +} + .placeholder-indigo-50\\/70::placeholder { color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eef2ffcc; } +.placeholder-indigo-50\\/85::placeholder { + color: #eef2ffd9; +} + .placeholder-indigo-50\\/90::placeholder { color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6366f1; } +.placeholder-indigo-500\\/15::placeholder { + color: #6366f126; +} + .placeholder-indigo-500\\/20::placeholder { color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6366f14d; } +.placeholder-indigo-500\\/35::placeholder { + color: #6366f159; +} + .placeholder-indigo-500\\/40::placeholder { color: #6366f166; } +.placeholder-indigo-500\\/45::placeholder { + color: #6366f173; +} + .placeholder-indigo-500\\/5::placeholder { color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6366f180; } +.placeholder-indigo-500\\/55::placeholder { + color: #6366f18c; +} + .placeholder-indigo-500\\/60::placeholder { color: #6366f199; } +.placeholder-indigo-500\\/65::placeholder { + color: #6366f1a6; +} + .placeholder-indigo-500\\/70::placeholder { color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6366f1cc; } +.placeholder-indigo-500\\/85::placeholder { + color: #6366f1d9; +} + .placeholder-indigo-500\\/90::placeholder { color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4f46e5; } +.placeholder-indigo-600\\/15::placeholder { + color: #4f46e526; +} + .placeholder-indigo-600\\/20::placeholder { color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4f46e54d; } +.placeholder-indigo-600\\/35::placeholder { + color: #4f46e559; +} + .placeholder-indigo-600\\/40::placeholder { color: #4f46e566; } +.placeholder-indigo-600\\/45::placeholder { + color: #4f46e573; +} + .placeholder-indigo-600\\/5::placeholder { color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4f46e580; } +.placeholder-indigo-600\\/55::placeholder { + color: #4f46e58c; +} + .placeholder-indigo-600\\/60::placeholder { color: #4f46e599; } +.placeholder-indigo-600\\/65::placeholder { + color: #4f46e5a6; +} + .placeholder-indigo-600\\/70::placeholder { color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4f46e5cc; } +.placeholder-indigo-600\\/85::placeholder { + color: #4f46e5d9; +} + .placeholder-indigo-600\\/90::placeholder { color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4338ca; } +.placeholder-indigo-700\\/15::placeholder { + color: #4338ca26; +} + .placeholder-indigo-700\\/20::placeholder { color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4338ca4d; } +.placeholder-indigo-700\\/35::placeholder { + color: #4338ca59; +} + .placeholder-indigo-700\\/40::placeholder { color: #4338ca66; } +.placeholder-indigo-700\\/45::placeholder { + color: #4338ca73; +} + .placeholder-indigo-700\\/5::placeholder { color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4338ca80; } +.placeholder-indigo-700\\/55::placeholder { + color: #4338ca8c; +} + .placeholder-indigo-700\\/60::placeholder { color: #4338ca99; } +.placeholder-indigo-700\\/65::placeholder { + color: #4338caa6; +} + .placeholder-indigo-700\\/70::placeholder { color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4338cacc; } +.placeholder-indigo-700\\/85::placeholder { + color: #4338cad9; +} + .placeholder-indigo-700\\/90::placeholder { color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3730a3; } +.placeholder-indigo-800\\/15::placeholder { + color: #3730a326; +} + .placeholder-indigo-800\\/20::placeholder { color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3730a34d; } +.placeholder-indigo-800\\/35::placeholder { + color: #3730a359; +} + .placeholder-indigo-800\\/40::placeholder { color: #3730a366; } +.placeholder-indigo-800\\/45::placeholder { + color: #3730a373; +} + .placeholder-indigo-800\\/5::placeholder { color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3730a380; } +.placeholder-indigo-800\\/55::placeholder { + color: #3730a38c; +} + .placeholder-indigo-800\\/60::placeholder { color: #3730a399; } +.placeholder-indigo-800\\/65::placeholder { + color: #3730a3a6; +} + .placeholder-indigo-800\\/70::placeholder { color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3730a3cc; } +.placeholder-indigo-800\\/85::placeholder { + color: #3730a3d9; +} + .placeholder-indigo-800\\/90::placeholder { color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #312e81; } +.placeholder-indigo-900\\/15::placeholder { + color: #312e8126; +} + .placeholder-indigo-900\\/20::placeholder { color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #312e814d; } +.placeholder-indigo-900\\/35::placeholder { + color: #312e8159; +} + .placeholder-indigo-900\\/40::placeholder { color: #312e8166; } +.placeholder-indigo-900\\/45::placeholder { + color: #312e8173; +} + .placeholder-indigo-900\\/5::placeholder { color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #312e8180; } +.placeholder-indigo-900\\/55::placeholder { + color: #312e818c; +} + .placeholder-indigo-900\\/60::placeholder { color: #312e8199; } +.placeholder-indigo-900\\/65::placeholder { + color: #312e81a6; +} + .placeholder-indigo-900\\/70::placeholder { color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #312e81cc; } +.placeholder-indigo-900\\/85::placeholder { + color: #312e81d9; +} + .placeholder-indigo-900\\/90::placeholder { color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e1b4b; } +.placeholder-indigo-950\\/15::placeholder { + color: #1e1b4b26; +} + .placeholder-indigo-950\\/20::placeholder { color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e1b4b4d; } +.placeholder-indigo-950\\/35::placeholder { + color: #1e1b4b59; +} + .placeholder-indigo-950\\/40::placeholder { color: #1e1b4b66; } +.placeholder-indigo-950\\/45::placeholder { + color: #1e1b4b73; +} + .placeholder-indigo-950\\/5::placeholder { color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e1b4b80; } +.placeholder-indigo-950\\/55::placeholder { + color: #1e1b4b8c; +} + .placeholder-indigo-950\\/60::placeholder { color: #1e1b4b99; } +.placeholder-indigo-950\\/65::placeholder { + color: #1e1b4ba6; +} + .placeholder-indigo-950\\/70::placeholder { color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e1b4bcc; } +.placeholder-indigo-950\\/85::placeholder { + color: #1e1b4bd9; +} + .placeholder-indigo-950\\/90::placeholder { color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfccb; } +.placeholder-lime-100\\/15::placeholder { + color: #ecfccb26; +} + .placeholder-lime-100\\/20::placeholder { color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfccb4d; } +.placeholder-lime-100\\/35::placeholder { + color: #ecfccb59; +} + .placeholder-lime-100\\/40::placeholder { color: #ecfccb66; } +.placeholder-lime-100\\/45::placeholder { + color: #ecfccb73; +} + .placeholder-lime-100\\/5::placeholder { color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfccb80; } +.placeholder-lime-100\\/55::placeholder { + color: #ecfccb8c; +} + .placeholder-lime-100\\/60::placeholder { color: #ecfccb99; } +.placeholder-lime-100\\/65::placeholder { + color: #ecfccba6; +} + .placeholder-lime-100\\/70::placeholder { color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ecfccbcc; } +.placeholder-lime-100\\/85::placeholder { + color: #ecfccbd9; +} + .placeholder-lime-100\\/90::placeholder { color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d9f99d; } +.placeholder-lime-200\\/15::placeholder { + color: #d9f99d26; +} + .placeholder-lime-200\\/20::placeholder { color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d9f99d4d; } +.placeholder-lime-200\\/35::placeholder { + color: #d9f99d59; +} + .placeholder-lime-200\\/40::placeholder { color: #d9f99d66; } +.placeholder-lime-200\\/45::placeholder { + color: #d9f99d73; +} + .placeholder-lime-200\\/5::placeholder { color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d9f99d80; } +.placeholder-lime-200\\/55::placeholder { + color: #d9f99d8c; +} + .placeholder-lime-200\\/60::placeholder { color: #d9f99d99; } +.placeholder-lime-200\\/65::placeholder { + color: #d9f99da6; +} + .placeholder-lime-200\\/70::placeholder { color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d9f99dcc; } +.placeholder-lime-200\\/85::placeholder { + color: #d9f99dd9; +} + .placeholder-lime-200\\/90::placeholder { color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bef264; } +.placeholder-lime-300\\/15::placeholder { + color: #bef26426; +} + .placeholder-lime-300\\/20::placeholder { color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bef2644d; } +.placeholder-lime-300\\/35::placeholder { + color: #bef26459; +} + .placeholder-lime-300\\/40::placeholder { color: #bef26466; } +.placeholder-lime-300\\/45::placeholder { + color: #bef26473; +} + .placeholder-lime-300\\/5::placeholder { color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bef26480; } +.placeholder-lime-300\\/55::placeholder { + color: #bef2648c; +} + .placeholder-lime-300\\/60::placeholder { color: #bef26499; } +.placeholder-lime-300\\/65::placeholder { + color: #bef264a6; +} + .placeholder-lime-300\\/70::placeholder { color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bef264cc; } +.placeholder-lime-300\\/85::placeholder { + color: #bef264d9; +} + .placeholder-lime-300\\/90::placeholder { color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3e635; } +.placeholder-lime-400\\/15::placeholder { + color: #a3e63526; +} + .placeholder-lime-400\\/20::placeholder { color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3e6354d; } +.placeholder-lime-400\\/35::placeholder { + color: #a3e63559; +} + .placeholder-lime-400\\/40::placeholder { color: #a3e63566; } +.placeholder-lime-400\\/45::placeholder { + color: #a3e63573; +} + .placeholder-lime-400\\/5::placeholder { color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3e63580; } +.placeholder-lime-400\\/55::placeholder { + color: #a3e6358c; +} + .placeholder-lime-400\\/60::placeholder { color: #a3e63599; } +.placeholder-lime-400\\/65::placeholder { + color: #a3e635a6; +} + .placeholder-lime-400\\/70::placeholder { color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3e635cc; } +.placeholder-lime-400\\/85::placeholder { + color: #a3e635d9; +} + .placeholder-lime-400\\/90::placeholder { color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f7fee7; } +.placeholder-lime-50\\/15::placeholder { + color: #f7fee726; +} + .placeholder-lime-50\\/20::placeholder { color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f7fee74d; } +.placeholder-lime-50\\/35::placeholder { + color: #f7fee759; +} + .placeholder-lime-50\\/40::placeholder { color: #f7fee766; } +.placeholder-lime-50\\/45::placeholder { + color: #f7fee773; +} + .placeholder-lime-50\\/5::placeholder { color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f7fee780; } +.placeholder-lime-50\\/55::placeholder { + color: #f7fee78c; +} + .placeholder-lime-50\\/60::placeholder { color: #f7fee799; } +.placeholder-lime-50\\/65::placeholder { + color: #f7fee7a6; +} + .placeholder-lime-50\\/70::placeholder { color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f7fee7cc; } +.placeholder-lime-50\\/85::placeholder { + color: #f7fee7d9; +} + .placeholder-lime-50\\/90::placeholder { color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #84cc16; } +.placeholder-lime-500\\/15::placeholder { + color: #84cc1626; +} + .placeholder-lime-500\\/20::placeholder { color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #84cc164d; } +.placeholder-lime-500\\/35::placeholder { + color: #84cc1659; +} + .placeholder-lime-500\\/40::placeholder { color: #84cc1666; } +.placeholder-lime-500\\/45::placeholder { + color: #84cc1673; +} + .placeholder-lime-500\\/5::placeholder { color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #84cc1680; } +.placeholder-lime-500\\/55::placeholder { + color: #84cc168c; +} + .placeholder-lime-500\\/60::placeholder { color: #84cc1699; } +.placeholder-lime-500\\/65::placeholder { + color: #84cc16a6; +} + .placeholder-lime-500\\/70::placeholder { color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #84cc16cc; } +.placeholder-lime-500\\/85::placeholder { + color: #84cc16d9; +} + .placeholder-lime-500\\/90::placeholder { color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #65a30d; } +.placeholder-lime-600\\/15::placeholder { + color: #65a30d26; +} + .placeholder-lime-600\\/20::placeholder { color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #65a30d4d; } +.placeholder-lime-600\\/35::placeholder { + color: #65a30d59; +} + .placeholder-lime-600\\/40::placeholder { color: #65a30d66; } +.placeholder-lime-600\\/45::placeholder { + color: #65a30d73; +} + .placeholder-lime-600\\/5::placeholder { color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #65a30d80; } +.placeholder-lime-600\\/55::placeholder { + color: #65a30d8c; +} + .placeholder-lime-600\\/60::placeholder { color: #65a30d99; } +.placeholder-lime-600\\/65::placeholder { + color: #65a30da6; +} + .placeholder-lime-600\\/70::placeholder { color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #65a30dcc; } +.placeholder-lime-600\\/85::placeholder { + color: #65a30dd9; +} + .placeholder-lime-600\\/90::placeholder { color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4d7c0f; } +.placeholder-lime-700\\/15::placeholder { + color: #4d7c0f26; +} + .placeholder-lime-700\\/20::placeholder { color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4d7c0f4d; } +.placeholder-lime-700\\/35::placeholder { + color: #4d7c0f59; +} + .placeholder-lime-700\\/40::placeholder { color: #4d7c0f66; } +.placeholder-lime-700\\/45::placeholder { + color: #4d7c0f73; +} + .placeholder-lime-700\\/5::placeholder { color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4d7c0f80; } +.placeholder-lime-700\\/55::placeholder { + color: #4d7c0f8c; +} + .placeholder-lime-700\\/60::placeholder { color: #4d7c0f99; } +.placeholder-lime-700\\/65::placeholder { + color: #4d7c0fa6; +} + .placeholder-lime-700\\/70::placeholder { color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4d7c0fcc; } +.placeholder-lime-700\\/85::placeholder { + color: #4d7c0fd9; +} + .placeholder-lime-700\\/90::placeholder { color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f6212; } +.placeholder-lime-800\\/15::placeholder { + color: #3f621226; +} + .placeholder-lime-800\\/20::placeholder { color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f62124d; } +.placeholder-lime-800\\/35::placeholder { + color: #3f621259; +} + .placeholder-lime-800\\/40::placeholder { color: #3f621266; } +.placeholder-lime-800\\/45::placeholder { + color: #3f621273; +} + .placeholder-lime-800\\/5::placeholder { color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f621280; } +.placeholder-lime-800\\/55::placeholder { + color: #3f62128c; +} + .placeholder-lime-800\\/60::placeholder { color: #3f621299; } +.placeholder-lime-800\\/65::placeholder { + color: #3f6212a6; +} + .placeholder-lime-800\\/70::placeholder { color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f6212cc; } +.placeholder-lime-800\\/85::placeholder { + color: #3f6212d9; +} + .placeholder-lime-800\\/90::placeholder { color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #365314; } +.placeholder-lime-900\\/15::placeholder { + color: #36531426; +} + .placeholder-lime-900\\/20::placeholder { color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3653144d; } +.placeholder-lime-900\\/35::placeholder { + color: #36531459; +} + .placeholder-lime-900\\/40::placeholder { color: #36531466; } +.placeholder-lime-900\\/45::placeholder { + color: #36531473; +} + .placeholder-lime-900\\/5::placeholder { color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #36531480; } +.placeholder-lime-900\\/55::placeholder { + color: #3653148c; +} + .placeholder-lime-900\\/60::placeholder { color: #36531499; } +.placeholder-lime-900\\/65::placeholder { + color: #365314a6; +} + .placeholder-lime-900\\/70::placeholder { color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #365314cc; } +.placeholder-lime-900\\/85::placeholder { + color: #365314d9; +} + .placeholder-lime-900\\/90::placeholder { color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1a2e05; } +.placeholder-lime-950\\/15::placeholder { + color: #1a2e0526; +} + .placeholder-lime-950\\/20::placeholder { color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1a2e054d; } +.placeholder-lime-950\\/35::placeholder { + color: #1a2e0559; +} + .placeholder-lime-950\\/40::placeholder { color: #1a2e0566; } +.placeholder-lime-950\\/45::placeholder { + color: #1a2e0573; +} + .placeholder-lime-950\\/5::placeholder { color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1a2e0580; } +.placeholder-lime-950\\/55::placeholder { + color: #1a2e058c; +} + .placeholder-lime-950\\/60::placeholder { color: #1a2e0599; } +.placeholder-lime-950\\/65::placeholder { + color: #1a2e05a6; +} + .placeholder-lime-950\\/70::placeholder { color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1a2e05cc; } +.placeholder-lime-950\\/85::placeholder { + color: #1a2e05d9; +} + .placeholder-lime-950\\/90::placeholder { color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f5; } +.placeholder-neutral-100\\/15::placeholder { + color: #f5f5f526; +} + .placeholder-neutral-100\\/20::placeholder { color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f54d; } +.placeholder-neutral-100\\/35::placeholder { + color: #f5f5f559; +} + .placeholder-neutral-100\\/40::placeholder { color: #f5f5f566; } +.placeholder-neutral-100\\/45::placeholder { + color: #f5f5f573; +} + .placeholder-neutral-100\\/5::placeholder { color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f580; } +.placeholder-neutral-100\\/55::placeholder { + color: #f5f5f58c; +} + .placeholder-neutral-100\\/60::placeholder { color: #f5f5f599; } +.placeholder-neutral-100\\/65::placeholder { + color: #f5f5f5a6; +} + .placeholder-neutral-100\\/70::placeholder { color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f5cc; } +.placeholder-neutral-100\\/85::placeholder { + color: #f5f5f5d9; +} + .placeholder-neutral-100\\/90::placeholder { color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e5e5; } +.placeholder-neutral-200\\/15::placeholder { + color: #e5e5e526; +} + .placeholder-neutral-200\\/20::placeholder { color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e5e54d; } +.placeholder-neutral-200\\/35::placeholder { + color: #e5e5e559; +} + .placeholder-neutral-200\\/40::placeholder { color: #e5e5e566; } +.placeholder-neutral-200\\/45::placeholder { + color: #e5e5e573; +} + .placeholder-neutral-200\\/5::placeholder { color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e5e580; } +.placeholder-neutral-200\\/55::placeholder { + color: #e5e5e58c; +} + .placeholder-neutral-200\\/60::placeholder { color: #e5e5e599; } +.placeholder-neutral-200\\/65::placeholder { + color: #e5e5e5a6; +} + .placeholder-neutral-200\\/70::placeholder { color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e5e5e5cc; } +.placeholder-neutral-200\\/85::placeholder { + color: #e5e5e5d9; +} + .placeholder-neutral-200\\/90::placeholder { color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d4; } +.placeholder-neutral-300\\/15::placeholder { + color: #d4d4d426; +} + .placeholder-neutral-300\\/20::placeholder { color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d44d; } +.placeholder-neutral-300\\/35::placeholder { + color: #d4d4d459; +} + .placeholder-neutral-300\\/40::placeholder { color: #d4d4d466; } +.placeholder-neutral-300\\/45::placeholder { + color: #d4d4d473; +} + .placeholder-neutral-300\\/5::placeholder { color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d480; } +.placeholder-neutral-300\\/55::placeholder { + color: #d4d4d48c; +} + .placeholder-neutral-300\\/60::placeholder { color: #d4d4d499; } +.placeholder-neutral-300\\/65::placeholder { + color: #d4d4d4a6; +} + .placeholder-neutral-300\\/70::placeholder { color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d4cc; } +.placeholder-neutral-300\\/85::placeholder { + color: #d4d4d4d9; +} + .placeholder-neutral-300\\/90::placeholder { color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3a3a3; } +.placeholder-neutral-400\\/15::placeholder { + color: #a3a3a326; +} + .placeholder-neutral-400\\/20::placeholder { color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3a3a34d; } +.placeholder-neutral-400\\/35::placeholder { + color: #a3a3a359; +} + .placeholder-neutral-400\\/40::placeholder { color: #a3a3a366; } +.placeholder-neutral-400\\/45::placeholder { + color: #a3a3a373; +} + .placeholder-neutral-400\\/5::placeholder { color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3a3a380; } +.placeholder-neutral-400\\/55::placeholder { + color: #a3a3a38c; +} + .placeholder-neutral-400\\/60::placeholder { color: #a3a3a399; } +.placeholder-neutral-400\\/65::placeholder { + color: #a3a3a3a6; +} + .placeholder-neutral-400\\/70::placeholder { color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a3a3a3cc; } +.placeholder-neutral-400\\/85::placeholder { + color: #a3a3a3d9; +} + .placeholder-neutral-400\\/90::placeholder { color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafa; } +.placeholder-neutral-50\\/15::placeholder { + color: #fafafa26; +} + .placeholder-neutral-50\\/20::placeholder { color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafa4d; } +.placeholder-neutral-50\\/35::placeholder { + color: #fafafa59; +} + .placeholder-neutral-50\\/40::placeholder { color: #fafafa66; } +.placeholder-neutral-50\\/45::placeholder { + color: #fafafa73; +} + .placeholder-neutral-50\\/5::placeholder { color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafa80; } +.placeholder-neutral-50\\/55::placeholder { + color: #fafafa8c; +} + .placeholder-neutral-50\\/60::placeholder { color: #fafafa99; } +.placeholder-neutral-50\\/65::placeholder { + color: #fafafaa6; +} + .placeholder-neutral-50\\/70::placeholder { color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafacc; } +.placeholder-neutral-50\\/85::placeholder { + color: #fafafad9; +} + .placeholder-neutral-50\\/90::placeholder { color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #737373; } +.placeholder-neutral-500\\/15::placeholder { + color: #73737326; +} + .placeholder-neutral-500\\/20::placeholder { color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7373734d; } +.placeholder-neutral-500\\/35::placeholder { + color: #73737359; +} + .placeholder-neutral-500\\/40::placeholder { color: #73737366; } +.placeholder-neutral-500\\/45::placeholder { + color: #73737373; +} + .placeholder-neutral-500\\/5::placeholder { color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #73737380; } +.placeholder-neutral-500\\/55::placeholder { + color: #7373738c; +} + .placeholder-neutral-500\\/60::placeholder { color: #73737399; } +.placeholder-neutral-500\\/65::placeholder { + color: #737373a6; +} + .placeholder-neutral-500\\/70::placeholder { color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #737373cc; } +.placeholder-neutral-500\\/85::placeholder { + color: #737373d9; +} + .placeholder-neutral-500\\/90::placeholder { color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #525252; } +.placeholder-neutral-600\\/15::placeholder { + color: #52525226; +} + .placeholder-neutral-600\\/20::placeholder { color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5252524d; } +.placeholder-neutral-600\\/35::placeholder { + color: #52525259; +} + .placeholder-neutral-600\\/40::placeholder { color: #52525266; } +.placeholder-neutral-600\\/45::placeholder { + color: #52525273; +} + .placeholder-neutral-600\\/5::placeholder { color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #52525280; } +.placeholder-neutral-600\\/55::placeholder { + color: #5252528c; +} + .placeholder-neutral-600\\/60::placeholder { color: #52525299; } +.placeholder-neutral-600\\/65::placeholder { + color: #525252a6; +} + .placeholder-neutral-600\\/70::placeholder { color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #525252cc; } +.placeholder-neutral-600\\/85::placeholder { + color: #525252d9; +} + .placeholder-neutral-600\\/90::placeholder { color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #404040; } +.placeholder-neutral-700\\/15::placeholder { + color: #40404026; +} + .placeholder-neutral-700\\/20::placeholder { color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4040404d; } +.placeholder-neutral-700\\/35::placeholder { + color: #40404059; +} + .placeholder-neutral-700\\/40::placeholder { color: #40404066; } +.placeholder-neutral-700\\/45::placeholder { + color: #40404073; +} + .placeholder-neutral-700\\/5::placeholder { color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #40404080; } +.placeholder-neutral-700\\/55::placeholder { + color: #4040408c; +} + .placeholder-neutral-700\\/60::placeholder { color: #40404099; } +.placeholder-neutral-700\\/65::placeholder { + color: #404040a6; +} + .placeholder-neutral-700\\/70::placeholder { color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #404040cc; } +.placeholder-neutral-700\\/85::placeholder { + color: #404040d9; +} + .placeholder-neutral-700\\/90::placeholder { color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #262626; } +.placeholder-neutral-800\\/15::placeholder { + color: #26262626; +} + .placeholder-neutral-800\\/20::placeholder { color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2626264d; } +.placeholder-neutral-800\\/35::placeholder { + color: #26262659; +} + .placeholder-neutral-800\\/40::placeholder { color: #26262666; } +.placeholder-neutral-800\\/45::placeholder { + color: #26262673; +} + .placeholder-neutral-800\\/5::placeholder { color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #26262680; } +.placeholder-neutral-800\\/55::placeholder { + color: #2626268c; +} + .placeholder-neutral-800\\/60::placeholder { color: #26262699; } +.placeholder-neutral-800\\/65::placeholder { + color: #262626a6; +} + .placeholder-neutral-800\\/70::placeholder { color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #262626cc; } +.placeholder-neutral-800\\/85::placeholder { + color: #262626d9; +} + .placeholder-neutral-800\\/90::placeholder { color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #171717; } +.placeholder-neutral-900\\/15::placeholder { + color: #17171726; +} + .placeholder-neutral-900\\/20::placeholder { color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1717174d; } +.placeholder-neutral-900\\/35::placeholder { + color: #17171759; +} + .placeholder-neutral-900\\/40::placeholder { color: #17171766; } +.placeholder-neutral-900\\/45::placeholder { + color: #17171773; +} + .placeholder-neutral-900\\/5::placeholder { color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #17171780; } +.placeholder-neutral-900\\/55::placeholder { + color: #1717178c; +} + .placeholder-neutral-900\\/60::placeholder { color: #17171799; } +.placeholder-neutral-900\\/65::placeholder { + color: #171717a6; +} + .placeholder-neutral-900\\/70::placeholder { color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #171717cc; } +.placeholder-neutral-900\\/85::placeholder { + color: #171717d9; +} + .placeholder-neutral-900\\/90::placeholder { color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0a0a0a; } +.placeholder-neutral-950\\/15::placeholder { + color: #0a0a0a26; +} + .placeholder-neutral-950\\/20::placeholder { color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0a0a0a4d; } +.placeholder-neutral-950\\/35::placeholder { + color: #0a0a0a59; +} + .placeholder-neutral-950\\/40::placeholder { color: #0a0a0a66; } +.placeholder-neutral-950\\/45::placeholder { + color: #0a0a0a73; +} + .placeholder-neutral-950\\/5::placeholder { color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0a0a0a80; } +.placeholder-neutral-950\\/55::placeholder { + color: #0a0a0a8c; +} + .placeholder-neutral-950\\/60::placeholder { color: #0a0a0a99; } +.placeholder-neutral-950\\/65::placeholder { + color: #0a0a0aa6; +} + .placeholder-neutral-950\\/70::placeholder { color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0a0a0acc; } +.placeholder-neutral-950\\/85::placeholder { + color: #0a0a0ad9; +} + .placeholder-neutral-950\\/90::placeholder { color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffedd5; } +.placeholder-orange-100\\/15::placeholder { + color: #ffedd526; +} + .placeholder-orange-100\\/20::placeholder { color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffedd54d; } +.placeholder-orange-100\\/35::placeholder { + color: #ffedd559; +} + .placeholder-orange-100\\/40::placeholder { color: #ffedd566; } +.placeholder-orange-100\\/45::placeholder { + color: #ffedd573; +} + .placeholder-orange-100\\/5::placeholder { color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffedd580; } +.placeholder-orange-100\\/55::placeholder { + color: #ffedd58c; +} + .placeholder-orange-100\\/60::placeholder { color: #ffedd599; } +.placeholder-orange-100\\/65::placeholder { + color: #ffedd5a6; +} + .placeholder-orange-100\\/70::placeholder { color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffedd5cc; } +.placeholder-orange-100\\/85::placeholder { + color: #ffedd5d9; +} + .placeholder-orange-100\\/90::placeholder { color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fed7aa; } +.placeholder-orange-200\\/15::placeholder { + color: #fed7aa26; +} + .placeholder-orange-200\\/20::placeholder { color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fed7aa4d; } +.placeholder-orange-200\\/35::placeholder { + color: #fed7aa59; +} + .placeholder-orange-200\\/40::placeholder { color: #fed7aa66; } +.placeholder-orange-200\\/45::placeholder { + color: #fed7aa73; +} + .placeholder-orange-200\\/5::placeholder { color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fed7aa80; } +.placeholder-orange-200\\/55::placeholder { + color: #fed7aa8c; +} + .placeholder-orange-200\\/60::placeholder { color: #fed7aa99; } +.placeholder-orange-200\\/65::placeholder { + color: #fed7aaa6; +} + .placeholder-orange-200\\/70::placeholder { color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fed7aacc; } +.placeholder-orange-200\\/85::placeholder { + color: #fed7aad9; +} + .placeholder-orange-200\\/90::placeholder { color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdba74; } +.placeholder-orange-300\\/15::placeholder { + color: #fdba7426; +} + .placeholder-orange-300\\/20::placeholder { color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdba744d; } +.placeholder-orange-300\\/35::placeholder { + color: #fdba7459; +} + .placeholder-orange-300\\/40::placeholder { color: #fdba7466; } +.placeholder-orange-300\\/45::placeholder { + color: #fdba7473; +} + .placeholder-orange-300\\/5::placeholder { color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdba7480; } +.placeholder-orange-300\\/55::placeholder { + color: #fdba748c; +} + .placeholder-orange-300\\/60::placeholder { color: #fdba7499; } +.placeholder-orange-300\\/65::placeholder { + color: #fdba74a6; +} + .placeholder-orange-300\\/70::placeholder { color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdba74cc; } +.placeholder-orange-300\\/85::placeholder { + color: #fdba74d9; +} + .placeholder-orange-300\\/90::placeholder { color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb923c; } +.placeholder-orange-400\\/15::placeholder { + color: #fb923c26; +} + .placeholder-orange-400\\/20::placeholder { color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb923c4d; } +.placeholder-orange-400\\/35::placeholder { + color: #fb923c59; +} + .placeholder-orange-400\\/40::placeholder { color: #fb923c66; } +.placeholder-orange-400\\/45::placeholder { + color: #fb923c73; +} + .placeholder-orange-400\\/5::placeholder { color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb923c80; } +.placeholder-orange-400\\/55::placeholder { + color: #fb923c8c; +} + .placeholder-orange-400\\/60::placeholder { color: #fb923c99; } +.placeholder-orange-400\\/65::placeholder { + color: #fb923ca6; +} + .placeholder-orange-400\\/70::placeholder { color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb923ccc; } +.placeholder-orange-400\\/85::placeholder { + color: #fb923cd9; +} + .placeholder-orange-400\\/90::placeholder { color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff7ed; } +.placeholder-orange-50\\/15::placeholder { + color: #fff7ed26; +} + .placeholder-orange-50\\/20::placeholder { color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff7ed4d; } +.placeholder-orange-50\\/35::placeholder { + color: #fff7ed59; +} + .placeholder-orange-50\\/40::placeholder { color: #fff7ed66; } +.placeholder-orange-50\\/45::placeholder { + color: #fff7ed73; +} + .placeholder-orange-50\\/5::placeholder { color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff7ed80; } +.placeholder-orange-50\\/55::placeholder { + color: #fff7ed8c; +} + .placeholder-orange-50\\/60::placeholder { color: #fff7ed99; } +.placeholder-orange-50\\/65::placeholder { + color: #fff7eda6; +} + .placeholder-orange-50\\/70::placeholder { color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff7edcc; } +.placeholder-orange-50\\/85::placeholder { + color: #fff7edd9; +} + .placeholder-orange-50\\/90::placeholder { color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f97316; } +.placeholder-orange-500\\/15::placeholder { + color: #f9731626; +} + .placeholder-orange-500\\/20::placeholder { color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f973164d; } +.placeholder-orange-500\\/35::placeholder { + color: #f9731659; +} + .placeholder-orange-500\\/40::placeholder { color: #f9731666; } +.placeholder-orange-500\\/45::placeholder { + color: #f9731673; +} + .placeholder-orange-500\\/5::placeholder { color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9731680; } +.placeholder-orange-500\\/55::placeholder { + color: #f973168c; +} + .placeholder-orange-500\\/60::placeholder { color: #f9731699; } +.placeholder-orange-500\\/65::placeholder { + color: #f97316a6; +} + .placeholder-orange-500\\/70::placeholder { color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f97316cc; } +.placeholder-orange-500\\/85::placeholder { + color: #f97316d9; +} + .placeholder-orange-500\\/90::placeholder { color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ea580c; } +.placeholder-orange-600\\/15::placeholder { + color: #ea580c26; +} + .placeholder-orange-600\\/20::placeholder { color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ea580c4d; } +.placeholder-orange-600\\/35::placeholder { + color: #ea580c59; +} + .placeholder-orange-600\\/40::placeholder { color: #ea580c66; } +.placeholder-orange-600\\/45::placeholder { + color: #ea580c73; +} + .placeholder-orange-600\\/5::placeholder { color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ea580c80; } +.placeholder-orange-600\\/55::placeholder { + color: #ea580c8c; +} + .placeholder-orange-600\\/60::placeholder { color: #ea580c99; } +.placeholder-orange-600\\/65::placeholder { + color: #ea580ca6; +} + .placeholder-orange-600\\/70::placeholder { color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ea580ccc; } +.placeholder-orange-600\\/85::placeholder { + color: #ea580cd9; +} + .placeholder-orange-600\\/90::placeholder { color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c2410c; } +.placeholder-orange-700\\/15::placeholder { + color: #c2410c26; +} + .placeholder-orange-700\\/20::placeholder { color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c2410c4d; } +.placeholder-orange-700\\/35::placeholder { + color: #c2410c59; +} + .placeholder-orange-700\\/40::placeholder { color: #c2410c66; } +.placeholder-orange-700\\/45::placeholder { + color: #c2410c73; +} + .placeholder-orange-700\\/5::placeholder { color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c2410c80; } +.placeholder-orange-700\\/55::placeholder { + color: #c2410c8c; +} + .placeholder-orange-700\\/60::placeholder { color: #c2410c99; } +.placeholder-orange-700\\/65::placeholder { + color: #c2410ca6; +} + .placeholder-orange-700\\/70::placeholder { color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c2410ccc; } +.placeholder-orange-700\\/85::placeholder { + color: #c2410cd9; +} + .placeholder-orange-700\\/90::placeholder { color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9a3412; } +.placeholder-orange-800\\/15::placeholder { + color: #9a341226; +} + .placeholder-orange-800\\/20::placeholder { color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9a34124d; } +.placeholder-orange-800\\/35::placeholder { + color: #9a341259; +} + .placeholder-orange-800\\/40::placeholder { color: #9a341266; } +.placeholder-orange-800\\/45::placeholder { + color: #9a341273; +} + .placeholder-orange-800\\/5::placeholder { color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9a341280; } +.placeholder-orange-800\\/55::placeholder { + color: #9a34128c; +} + .placeholder-orange-800\\/60::placeholder { color: #9a341299; } +.placeholder-orange-800\\/65::placeholder { + color: #9a3412a6; +} + .placeholder-orange-800\\/70::placeholder { color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9a3412cc; } +.placeholder-orange-800\\/85::placeholder { + color: #9a3412d9; +} + .placeholder-orange-800\\/90::placeholder { color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c2d12; } +.placeholder-orange-900\\/15::placeholder { + color: #7c2d1226; +} + .placeholder-orange-900\\/20::placeholder { color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c2d124d; } +.placeholder-orange-900\\/35::placeholder { + color: #7c2d1259; +} + .placeholder-orange-900\\/40::placeholder { color: #7c2d1266; } +.placeholder-orange-900\\/45::placeholder { + color: #7c2d1273; +} + .placeholder-orange-900\\/5::placeholder { color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c2d1280; } +.placeholder-orange-900\\/55::placeholder { + color: #7c2d128c; +} + .placeholder-orange-900\\/60::placeholder { color: #7c2d1299; } +.placeholder-orange-900\\/65::placeholder { + color: #7c2d12a6; +} + .placeholder-orange-900\\/70::placeholder { color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c2d12cc; } +.placeholder-orange-900\\/85::placeholder { + color: #7c2d12d9; +} + .placeholder-orange-900\\/90::placeholder { color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #431407; } +.placeholder-orange-950\\/15::placeholder { + color: #43140726; +} + .placeholder-orange-950\\/20::placeholder { color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4314074d; } +.placeholder-orange-950\\/35::placeholder { + color: #43140759; +} + .placeholder-orange-950\\/40::placeholder { color: #43140766; } +.placeholder-orange-950\\/45::placeholder { + color: #43140773; +} + .placeholder-orange-950\\/5::placeholder { color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #43140780; } +.placeholder-orange-950\\/55::placeholder { + color: #4314078c; +} + .placeholder-orange-950\\/60::placeholder { color: #43140799; } +.placeholder-orange-950\\/65::placeholder { + color: #431407a6; +} + .placeholder-orange-950\\/70::placeholder { color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #431407cc; } +.placeholder-orange-950\\/85::placeholder { + color: #431407d9; +} + .placeholder-orange-950\\/90::placeholder { color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fce7f3; } +.placeholder-pink-100\\/15::placeholder { + color: #fce7f326; +} + .placeholder-pink-100\\/20::placeholder { color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fce7f34d; } +.placeholder-pink-100\\/35::placeholder { + color: #fce7f359; +} + .placeholder-pink-100\\/40::placeholder { color: #fce7f366; } +.placeholder-pink-100\\/45::placeholder { + color: #fce7f373; +} + .placeholder-pink-100\\/5::placeholder { color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fce7f380; } +.placeholder-pink-100\\/55::placeholder { + color: #fce7f38c; +} + .placeholder-pink-100\\/60::placeholder { color: #fce7f399; } +.placeholder-pink-100\\/65::placeholder { + color: #fce7f3a6; +} + .placeholder-pink-100\\/70::placeholder { color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fce7f3cc; } +.placeholder-pink-100\\/85::placeholder { + color: #fce7f3d9; +} + .placeholder-pink-100\\/90::placeholder { color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbcfe8; } +.placeholder-pink-200\\/15::placeholder { + color: #fbcfe826; +} + .placeholder-pink-200\\/20::placeholder { color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbcfe84d; } +.placeholder-pink-200\\/35::placeholder { + color: #fbcfe859; +} + .placeholder-pink-200\\/40::placeholder { color: #fbcfe866; } +.placeholder-pink-200\\/45::placeholder { + color: #fbcfe873; +} + .placeholder-pink-200\\/5::placeholder { color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbcfe880; } +.placeholder-pink-200\\/55::placeholder { + color: #fbcfe88c; +} + .placeholder-pink-200\\/60::placeholder { color: #fbcfe899; } +.placeholder-pink-200\\/65::placeholder { + color: #fbcfe8a6; +} + .placeholder-pink-200\\/70::placeholder { color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fbcfe8cc; } +.placeholder-pink-200\\/85::placeholder { + color: #fbcfe8d9; +} + .placeholder-pink-200\\/90::placeholder { color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9a8d4; } +.placeholder-pink-300\\/15::placeholder { + color: #f9a8d426; +} + .placeholder-pink-300\\/20::placeholder { color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9a8d44d; } +.placeholder-pink-300\\/35::placeholder { + color: #f9a8d459; +} + .placeholder-pink-300\\/40::placeholder { color: #f9a8d466; } +.placeholder-pink-300\\/45::placeholder { + color: #f9a8d473; +} + .placeholder-pink-300\\/5::placeholder { color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9a8d480; } +.placeholder-pink-300\\/55::placeholder { + color: #f9a8d48c; +} + .placeholder-pink-300\\/60::placeholder { color: #f9a8d499; } +.placeholder-pink-300\\/65::placeholder { + color: #f9a8d4a6; +} + .placeholder-pink-300\\/70::placeholder { color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f9a8d4cc; } +.placeholder-pink-300\\/85::placeholder { + color: #f9a8d4d9; +} + .placeholder-pink-300\\/90::placeholder { color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f472b6; } +.placeholder-pink-400\\/15::placeholder { + color: #f472b626; +} + .placeholder-pink-400\\/20::placeholder { color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f472b64d; } +.placeholder-pink-400\\/35::placeholder { + color: #f472b659; +} + .placeholder-pink-400\\/40::placeholder { color: #f472b666; } +.placeholder-pink-400\\/45::placeholder { + color: #f472b673; +} + .placeholder-pink-400\\/5::placeholder { color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f472b680; } +.placeholder-pink-400\\/55::placeholder { + color: #f472b68c; +} + .placeholder-pink-400\\/60::placeholder { color: #f472b699; } +.placeholder-pink-400\\/65::placeholder { + color: #f472b6a6; +} + .placeholder-pink-400\\/70::placeholder { color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f472b6cc; } +.placeholder-pink-400\\/85::placeholder { + color: #f472b6d9; +} + .placeholder-pink-400\\/90::placeholder { color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf2f8; } +.placeholder-pink-50\\/15::placeholder { + color: #fdf2f826; +} + .placeholder-pink-50\\/20::placeholder { color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf2f84d; } +.placeholder-pink-50\\/35::placeholder { + color: #fdf2f859; +} + .placeholder-pink-50\\/40::placeholder { color: #fdf2f866; } +.placeholder-pink-50\\/45::placeholder { + color: #fdf2f873; +} + .placeholder-pink-50\\/5::placeholder { color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf2f880; } +.placeholder-pink-50\\/55::placeholder { + color: #fdf2f88c; +} + .placeholder-pink-50\\/60::placeholder { color: #fdf2f899; } +.placeholder-pink-50\\/65::placeholder { + color: #fdf2f8a6; +} + .placeholder-pink-50\\/70::placeholder { color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fdf2f8cc; } +.placeholder-pink-50\\/85::placeholder { + color: #fdf2f8d9; +} + .placeholder-pink-50\\/90::placeholder { color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ec4899; } +.placeholder-pink-500\\/15::placeholder { + color: #ec489926; +} + .placeholder-pink-500\\/20::placeholder { color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ec48994d; } +.placeholder-pink-500\\/35::placeholder { + color: #ec489959; +} + .placeholder-pink-500\\/40::placeholder { color: #ec489966; } +.placeholder-pink-500\\/45::placeholder { + color: #ec489973; +} + .placeholder-pink-500\\/5::placeholder { color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ec489980; } +.placeholder-pink-500\\/55::placeholder { + color: #ec48998c; +} + .placeholder-pink-500\\/60::placeholder { color: #ec489999; } +.placeholder-pink-500\\/65::placeholder { + color: #ec4899a6; +} + .placeholder-pink-500\\/70::placeholder { color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ec4899cc; } +.placeholder-pink-500\\/85::placeholder { + color: #ec4899d9; +} + .placeholder-pink-500\\/90::placeholder { color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #db2777; } +.placeholder-pink-600\\/15::placeholder { + color: #db277726; +} + .placeholder-pink-600\\/20::placeholder { color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #db27774d; } +.placeholder-pink-600\\/35::placeholder { + color: #db277759; +} + .placeholder-pink-600\\/40::placeholder { color: #db277766; } +.placeholder-pink-600\\/45::placeholder { + color: #db277773; +} + .placeholder-pink-600\\/5::placeholder { color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #db277780; } +.placeholder-pink-600\\/55::placeholder { + color: #db27778c; +} + .placeholder-pink-600\\/60::placeholder { color: #db277799; } +.placeholder-pink-600\\/65::placeholder { + color: #db2777a6; +} + .placeholder-pink-600\\/70::placeholder { color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #db2777cc; } +.placeholder-pink-600\\/85::placeholder { + color: #db2777d9; +} + .placeholder-pink-600\\/90::placeholder { color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be185d; } +.placeholder-pink-700\\/15::placeholder { + color: #be185d26; +} + .placeholder-pink-700\\/20::placeholder { color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be185d4d; } +.placeholder-pink-700\\/35::placeholder { + color: #be185d59; +} + .placeholder-pink-700\\/40::placeholder { color: #be185d66; } +.placeholder-pink-700\\/45::placeholder { + color: #be185d73; +} + .placeholder-pink-700\\/5::placeholder { color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be185d80; } +.placeholder-pink-700\\/55::placeholder { + color: #be185d8c; +} + .placeholder-pink-700\\/60::placeholder { color: #be185d99; } +.placeholder-pink-700\\/65::placeholder { + color: #be185da6; +} + .placeholder-pink-700\\/70::placeholder { color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be185dcc; } +.placeholder-pink-700\\/85::placeholder { + color: #be185dd9; +} + .placeholder-pink-700\\/90::placeholder { color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9d174d; } +.placeholder-pink-800\\/15::placeholder { + color: #9d174d26; +} + .placeholder-pink-800\\/20::placeholder { color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9d174d4d; } +.placeholder-pink-800\\/35::placeholder { + color: #9d174d59; +} + .placeholder-pink-800\\/40::placeholder { color: #9d174d66; } +.placeholder-pink-800\\/45::placeholder { + color: #9d174d73; +} + .placeholder-pink-800\\/5::placeholder { color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9d174d80; } +.placeholder-pink-800\\/55::placeholder { + color: #9d174d8c; +} + .placeholder-pink-800\\/60::placeholder { color: #9d174d99; } +.placeholder-pink-800\\/65::placeholder { + color: #9d174da6; +} + .placeholder-pink-800\\/70::placeholder { color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9d174dcc; } +.placeholder-pink-800\\/85::placeholder { + color: #9d174dd9; +} + .placeholder-pink-800\\/90::placeholder { color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #831843; } +.placeholder-pink-900\\/15::placeholder { + color: #83184326; +} + .placeholder-pink-900\\/20::placeholder { color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #8318434d; } +.placeholder-pink-900\\/35::placeholder { + color: #83184359; +} + .placeholder-pink-900\\/40::placeholder { color: #83184366; } +.placeholder-pink-900\\/45::placeholder { + color: #83184373; +} + .placeholder-pink-900\\/5::placeholder { color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #83184380; } +.placeholder-pink-900\\/55::placeholder { + color: #8318438c; +} + .placeholder-pink-900\\/60::placeholder { color: #83184399; } +.placeholder-pink-900\\/65::placeholder { + color: #831843a6; +} + .placeholder-pink-900\\/70::placeholder { color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #831843cc; } +.placeholder-pink-900\\/85::placeholder { + color: #831843d9; +} + .placeholder-pink-900\\/90::placeholder { color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #500724; } +.placeholder-pink-950\\/15::placeholder { + color: #50072426; +} + .placeholder-pink-950\\/20::placeholder { color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5007244d; } +.placeholder-pink-950\\/35::placeholder { + color: #50072459; +} + .placeholder-pink-950\\/40::placeholder { color: #50072466; } +.placeholder-pink-950\\/45::placeholder { + color: #50072473; +} + .placeholder-pink-950\\/5::placeholder { color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #50072480; } +.placeholder-pink-950\\/55::placeholder { + color: #5007248c; +} + .placeholder-pink-950\\/60::placeholder { color: #50072499; } +.placeholder-pink-950\\/65::placeholder { + color: #500724a6; +} + .placeholder-pink-950\\/70::placeholder { color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #500724cc; } +.placeholder-pink-950\\/85::placeholder { + color: #500724d9; +} + .placeholder-pink-950\\/90::placeholder { color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3e8ff; } +.placeholder-purple-100\\/15::placeholder { + color: #f3e8ff26; +} + .placeholder-purple-100\\/20::placeholder { color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3e8ff4d; } +.placeholder-purple-100\\/35::placeholder { + color: #f3e8ff59; +} + .placeholder-purple-100\\/40::placeholder { color: #f3e8ff66; } +.placeholder-purple-100\\/45::placeholder { + color: #f3e8ff73; +} + .placeholder-purple-100\\/5::placeholder { color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3e8ff80; } +.placeholder-purple-100\\/55::placeholder { + color: #f3e8ff8c; +} + .placeholder-purple-100\\/60::placeholder { color: #f3e8ff99; } +.placeholder-purple-100\\/65::placeholder { + color: #f3e8ffa6; +} + .placeholder-purple-100\\/70::placeholder { color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f3e8ffcc; } +.placeholder-purple-100\\/85::placeholder { + color: #f3e8ffd9; +} + .placeholder-purple-100\\/90::placeholder { color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e9d5ff; } +.placeholder-purple-200\\/15::placeholder { + color: #e9d5ff26; +} + .placeholder-purple-200\\/20::placeholder { color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e9d5ff4d; } +.placeholder-purple-200\\/35::placeholder { + color: #e9d5ff59; +} + .placeholder-purple-200\\/40::placeholder { color: #e9d5ff66; } +.placeholder-purple-200\\/45::placeholder { + color: #e9d5ff73; +} + .placeholder-purple-200\\/5::placeholder { color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e9d5ff80; } +.placeholder-purple-200\\/55::placeholder { + color: #e9d5ff8c; +} + .placeholder-purple-200\\/60::placeholder { color: #e9d5ff99; } +.placeholder-purple-200\\/65::placeholder { + color: #e9d5ffa6; +} + .placeholder-purple-200\\/70::placeholder { color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e9d5ffcc; } +.placeholder-purple-200\\/85::placeholder { + color: #e9d5ffd9; +} + .placeholder-purple-200\\/90::placeholder { color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d8b4fe; } +.placeholder-purple-300\\/15::placeholder { + color: #d8b4fe26; +} + .placeholder-purple-300\\/20::placeholder { color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d8b4fe4d; } +.placeholder-purple-300\\/35::placeholder { + color: #d8b4fe59; +} + .placeholder-purple-300\\/40::placeholder { color: #d8b4fe66; } +.placeholder-purple-300\\/45::placeholder { + color: #d8b4fe73; +} + .placeholder-purple-300\\/5::placeholder { color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d8b4fe80; } +.placeholder-purple-300\\/55::placeholder { + color: #d8b4fe8c; +} + .placeholder-purple-300\\/60::placeholder { color: #d8b4fe99; } +.placeholder-purple-300\\/65::placeholder { + color: #d8b4fea6; +} + .placeholder-purple-300\\/70::placeholder { color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d8b4fecc; } +.placeholder-purple-300\\/85::placeholder { + color: #d8b4fed9; +} + .placeholder-purple-300\\/90::placeholder { color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c084fc; } +.placeholder-purple-400\\/15::placeholder { + color: #c084fc26; +} + .placeholder-purple-400\\/20::placeholder { color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c084fc4d; } +.placeholder-purple-400\\/35::placeholder { + color: #c084fc59; +} + .placeholder-purple-400\\/40::placeholder { color: #c084fc66; } +.placeholder-purple-400\\/45::placeholder { + color: #c084fc73; +} + .placeholder-purple-400\\/5::placeholder { color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c084fc80; } +.placeholder-purple-400\\/55::placeholder { + color: #c084fc8c; +} + .placeholder-purple-400\\/60::placeholder { color: #c084fc99; } +.placeholder-purple-400\\/65::placeholder { + color: #c084fca6; +} + .placeholder-purple-400\\/70::placeholder { color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c084fccc; } +.placeholder-purple-400\\/85::placeholder { + color: #c084fcd9; +} + .placeholder-purple-400\\/90::placeholder { color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #faf5ff; } +.placeholder-purple-50\\/15::placeholder { + color: #faf5ff26; +} + .placeholder-purple-50\\/20::placeholder { color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #faf5ff4d; } +.placeholder-purple-50\\/35::placeholder { + color: #faf5ff59; +} + .placeholder-purple-50\\/40::placeholder { color: #faf5ff66; } +.placeholder-purple-50\\/45::placeholder { + color: #faf5ff73; +} + .placeholder-purple-50\\/5::placeholder { color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #faf5ff80; } +.placeholder-purple-50\\/55::placeholder { + color: #faf5ff8c; +} + .placeholder-purple-50\\/60::placeholder { color: #faf5ff99; } +.placeholder-purple-50\\/65::placeholder { + color: #faf5ffa6; +} + .placeholder-purple-50\\/70::placeholder { color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #faf5ffcc; } +.placeholder-purple-50\\/85::placeholder { + color: #faf5ffd9; +} + .placeholder-purple-50\\/90::placeholder { color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a855f7; } +.placeholder-purple-500\\/15::placeholder { + color: #a855f726; +} + .placeholder-purple-500\\/20::placeholder { color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a855f74d; } +.placeholder-purple-500\\/35::placeholder { + color: #a855f759; +} + .placeholder-purple-500\\/40::placeholder { color: #a855f766; } +.placeholder-purple-500\\/45::placeholder { + color: #a855f773; +} + .placeholder-purple-500\\/5::placeholder { color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a855f780; } +.placeholder-purple-500\\/55::placeholder { + color: #a855f78c; +} + .placeholder-purple-500\\/60::placeholder { color: #a855f799; } +.placeholder-purple-500\\/65::placeholder { + color: #a855f7a6; +} + .placeholder-purple-500\\/70::placeholder { color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a855f7cc; } +.placeholder-purple-500\\/85::placeholder { + color: #a855f7d9; +} + .placeholder-purple-500\\/90::placeholder { color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9333ea; } +.placeholder-purple-600\\/15::placeholder { + color: #9333ea26; +} + .placeholder-purple-600\\/20::placeholder { color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9333ea4d; } +.placeholder-purple-600\\/35::placeholder { + color: #9333ea59; +} + .placeholder-purple-600\\/40::placeholder { color: #9333ea66; } +.placeholder-purple-600\\/45::placeholder { + color: #9333ea73; +} + .placeholder-purple-600\\/5::placeholder { color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9333ea80; } +.placeholder-purple-600\\/55::placeholder { + color: #9333ea8c; +} + .placeholder-purple-600\\/60::placeholder { color: #9333ea99; } +.placeholder-purple-600\\/65::placeholder { + color: #9333eaa6; +} + .placeholder-purple-600\\/70::placeholder { color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9333eacc; } +.placeholder-purple-600\\/85::placeholder { + color: #9333ead9; +} + .placeholder-purple-600\\/90::placeholder { color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7e22ce; } +.placeholder-purple-700\\/15::placeholder { + color: #7e22ce26; +} + .placeholder-purple-700\\/20::placeholder { color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7e22ce4d; } +.placeholder-purple-700\\/35::placeholder { + color: #7e22ce59; +} + .placeholder-purple-700\\/40::placeholder { color: #7e22ce66; } +.placeholder-purple-700\\/45::placeholder { + color: #7e22ce73; +} + .placeholder-purple-700\\/5::placeholder { color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7e22ce80; } +.placeholder-purple-700\\/55::placeholder { + color: #7e22ce8c; +} + .placeholder-purple-700\\/60::placeholder { color: #7e22ce99; } +.placeholder-purple-700\\/65::placeholder { + color: #7e22cea6; +} + .placeholder-purple-700\\/70::placeholder { color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7e22cecc; } +.placeholder-purple-700\\/85::placeholder { + color: #7e22ced9; +} + .placeholder-purple-700\\/90::placeholder { color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b21a8; } +.placeholder-purple-800\\/15::placeholder { + color: #6b21a826; +} + .placeholder-purple-800\\/20::placeholder { color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b21a84d; } +.placeholder-purple-800\\/35::placeholder { + color: #6b21a859; +} + .placeholder-purple-800\\/40::placeholder { color: #6b21a866; } +.placeholder-purple-800\\/45::placeholder { + color: #6b21a873; +} + .placeholder-purple-800\\/5::placeholder { color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b21a880; } +.placeholder-purple-800\\/55::placeholder { + color: #6b21a88c; +} + .placeholder-purple-800\\/60::placeholder { color: #6b21a899; } +.placeholder-purple-800\\/65::placeholder { + color: #6b21a8a6; +} + .placeholder-purple-800\\/70::placeholder { color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6b21a8cc; } +.placeholder-purple-800\\/85::placeholder { + color: #6b21a8d9; +} + .placeholder-purple-800\\/90::placeholder { color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #581c87; } +.placeholder-purple-900\\/15::placeholder { + color: #581c8726; +} + .placeholder-purple-900\\/20::placeholder { color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #581c874d; } +.placeholder-purple-900\\/35::placeholder { + color: #581c8759; +} + .placeholder-purple-900\\/40::placeholder { color: #581c8766; } +.placeholder-purple-900\\/45::placeholder { + color: #581c8773; +} + .placeholder-purple-900\\/5::placeholder { color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #581c8780; } +.placeholder-purple-900\\/55::placeholder { + color: #581c878c; +} + .placeholder-purple-900\\/60::placeholder { color: #581c8799; } +.placeholder-purple-900\\/65::placeholder { + color: #581c87a6; +} + .placeholder-purple-900\\/70::placeholder { color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #581c87cc; } +.placeholder-purple-900\\/85::placeholder { + color: #581c87d9; +} + .placeholder-purple-900\\/90::placeholder { color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b0764; } +.placeholder-purple-950\\/15::placeholder { + color: #3b076426; +} + .placeholder-purple-950\\/20::placeholder { color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b07644d; } +.placeholder-purple-950\\/35::placeholder { + color: #3b076459; +} + .placeholder-purple-950\\/40::placeholder { color: #3b076466; } +.placeholder-purple-950\\/45::placeholder { + color: #3b076473; +} + .placeholder-purple-950\\/5::placeholder { color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b076480; } +.placeholder-purple-950\\/55::placeholder { + color: #3b07648c; +} + .placeholder-purple-950\\/60::placeholder { color: #3b076499; } +.placeholder-purple-950\\/65::placeholder { + color: #3b0764a6; +} + .placeholder-purple-950\\/70::placeholder { color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3b0764cc; } +.placeholder-purple-950\\/85::placeholder { + color: #3b0764d9; +} + .placeholder-purple-950\\/90::placeholder { color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fee2e2; } +.placeholder-red-100\\/15::placeholder { + color: #fee2e226; +} + .placeholder-red-100\\/20::placeholder { color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fee2e24d; } +.placeholder-red-100\\/35::placeholder { + color: #fee2e259; +} + .placeholder-red-100\\/40::placeholder { color: #fee2e266; } +.placeholder-red-100\\/45::placeholder { + color: #fee2e273; +} + .placeholder-red-100\\/5::placeholder { color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fee2e280; } +.placeholder-red-100\\/55::placeholder { + color: #fee2e28c; +} + .placeholder-red-100\\/60::placeholder { color: #fee2e299; } +.placeholder-red-100\\/65::placeholder { + color: #fee2e2a6; +} + .placeholder-red-100\\/70::placeholder { color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fee2e2cc; } +.placeholder-red-100\\/85::placeholder { + color: #fee2e2d9; +} + .placeholder-red-100\\/90::placeholder { color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecaca; } +.placeholder-red-200\\/15::placeholder { + color: #fecaca26; +} + .placeholder-red-200\\/20::placeholder { color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecaca4d; } +.placeholder-red-200\\/35::placeholder { + color: #fecaca59; +} + .placeholder-red-200\\/40::placeholder { color: #fecaca66; } +.placeholder-red-200\\/45::placeholder { + color: #fecaca73; +} + .placeholder-red-200\\/5::placeholder { color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecaca80; } +.placeholder-red-200\\/55::placeholder { + color: #fecaca8c; +} + .placeholder-red-200\\/60::placeholder { color: #fecaca99; } +.placeholder-red-200\\/65::placeholder { + color: #fecacaa6; +} + .placeholder-red-200\\/70::placeholder { color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecacacc; } +.placeholder-red-200\\/85::placeholder { + color: #fecacad9; +} + .placeholder-red-200\\/90::placeholder { color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fca5a5; } +.placeholder-red-300\\/15::placeholder { + color: #fca5a526; +} + .placeholder-red-300\\/20::placeholder { color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fca5a54d; } +.placeholder-red-300\\/35::placeholder { + color: #fca5a559; +} + .placeholder-red-300\\/40::placeholder { color: #fca5a566; } +.placeholder-red-300\\/45::placeholder { + color: #fca5a573; +} + .placeholder-red-300\\/5::placeholder { color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fca5a580; } +.placeholder-red-300\\/55::placeholder { + color: #fca5a58c; +} + .placeholder-red-300\\/60::placeholder { color: #fca5a599; } +.placeholder-red-300\\/65::placeholder { + color: #fca5a5a6; +} + .placeholder-red-300\\/70::placeholder { color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fca5a5cc; } +.placeholder-red-300\\/85::placeholder { + color: #fca5a5d9; +} + .placeholder-red-300\\/90::placeholder { color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f87171; } +.placeholder-red-400\\/15::placeholder { + color: #f8717126; +} + .placeholder-red-400\\/20::placeholder { color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f871714d; } +.placeholder-red-400\\/35::placeholder { + color: #f8717159; +} + .placeholder-red-400\\/40::placeholder { color: #f8717166; } +.placeholder-red-400\\/45::placeholder { + color: #f8717173; +} + .placeholder-red-400\\/5::placeholder { color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f8717180; } +.placeholder-red-400\\/55::placeholder { + color: #f871718c; +} + .placeholder-red-400\\/60::placeholder { color: #f8717199; } +.placeholder-red-400\\/65::placeholder { + color: #f87171a6; +} + .placeholder-red-400\\/70::placeholder { color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f87171cc; } +.placeholder-red-400\\/85::placeholder { + color: #f87171d9; +} + .placeholder-red-400\\/90::placeholder { color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef2f2; } +.placeholder-red-50\\/15::placeholder { + color: #fef2f226; +} + .placeholder-red-50\\/20::placeholder { color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef2f24d; } +.placeholder-red-50\\/35::placeholder { + color: #fef2f259; +} + .placeholder-red-50\\/40::placeholder { color: #fef2f266; } +.placeholder-red-50\\/45::placeholder { + color: #fef2f273; +} + .placeholder-red-50\\/5::placeholder { color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef2f280; } +.placeholder-red-50\\/55::placeholder { + color: #fef2f28c; +} + .placeholder-red-50\\/60::placeholder { color: #fef2f299; } +.placeholder-red-50\\/65::placeholder { + color: #fef2f2a6; +} + .placeholder-red-50\\/70::placeholder { color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef2f2cc; } +.placeholder-red-50\\/85::placeholder { + color: #fef2f2d9; +} + .placeholder-red-50\\/90::placeholder { color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ef4444; } +.placeholder-red-500\\/15::placeholder { + color: #ef444426; +} + .placeholder-red-500\\/20::placeholder { color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ef44444d; } +.placeholder-red-500\\/35::placeholder { + color: #ef444459; +} + .placeholder-red-500\\/40::placeholder { color: #ef444466; } +.placeholder-red-500\\/45::placeholder { + color: #ef444473; +} + .placeholder-red-500\\/5::placeholder { color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ef444480; } +.placeholder-red-500\\/55::placeholder { + color: #ef44448c; +} + .placeholder-red-500\\/60::placeholder { color: #ef444499; } +.placeholder-red-500\\/65::placeholder { + color: #ef4444a6; +} + .placeholder-red-500\\/70::placeholder { color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ef4444cc; } +.placeholder-red-500\\/85::placeholder { + color: #ef4444d9; +} + .placeholder-red-500\\/90::placeholder { color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dc2626; } +.placeholder-red-600\\/15::placeholder { + color: #dc262626; +} + .placeholder-red-600\\/20::placeholder { color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dc26264d; } +.placeholder-red-600\\/35::placeholder { + color: #dc262659; +} + .placeholder-red-600\\/40::placeholder { color: #dc262666; } +.placeholder-red-600\\/45::placeholder { + color: #dc262673; +} + .placeholder-red-600\\/5::placeholder { color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dc262680; } +.placeholder-red-600\\/55::placeholder { + color: #dc26268c; +} + .placeholder-red-600\\/60::placeholder { color: #dc262699; } +.placeholder-red-600\\/65::placeholder { + color: #dc2626a6; +} + .placeholder-red-600\\/70::placeholder { color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #dc2626cc; } +.placeholder-red-600\\/85::placeholder { + color: #dc2626d9; +} + .placeholder-red-600\\/90::placeholder { color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b91c1c; } +.placeholder-red-700\\/15::placeholder { + color: #b91c1c26; +} + .placeholder-red-700\\/20::placeholder { color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b91c1c4d; } +.placeholder-red-700\\/35::placeholder { + color: #b91c1c59; +} + .placeholder-red-700\\/40::placeholder { color: #b91c1c66; } +.placeholder-red-700\\/45::placeholder { + color: #b91c1c73; +} + .placeholder-red-700\\/5::placeholder { color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b91c1c80; } +.placeholder-red-700\\/55::placeholder { + color: #b91c1c8c; +} + .placeholder-red-700\\/60::placeholder { color: #b91c1c99; } +.placeholder-red-700\\/65::placeholder { + color: #b91c1ca6; +} + .placeholder-red-700\\/70::placeholder { color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #b91c1ccc; } +.placeholder-red-700\\/85::placeholder { + color: #b91c1cd9; +} + .placeholder-red-700\\/90::placeholder { color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #991b1b; } +.placeholder-red-800\\/15::placeholder { + color: #991b1b26; +} + .placeholder-red-800\\/20::placeholder { color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #991b1b4d; } +.placeholder-red-800\\/35::placeholder { + color: #991b1b59; +} + .placeholder-red-800\\/40::placeholder { color: #991b1b66; } +.placeholder-red-800\\/45::placeholder { + color: #991b1b73; +} + .placeholder-red-800\\/5::placeholder { color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #991b1b80; } +.placeholder-red-800\\/55::placeholder { + color: #991b1b8c; +} + .placeholder-red-800\\/60::placeholder { color: #991b1b99; } +.placeholder-red-800\\/65::placeholder { + color: #991b1ba6; +} + .placeholder-red-800\\/70::placeholder { color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #991b1bcc; } +.placeholder-red-800\\/85::placeholder { + color: #991b1bd9; +} + .placeholder-red-800\\/90::placeholder { color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7f1d1d; } +.placeholder-red-900\\/15::placeholder { + color: #7f1d1d26; +} + .placeholder-red-900\\/20::placeholder { color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7f1d1d4d; } +.placeholder-red-900\\/35::placeholder { + color: #7f1d1d59; +} + .placeholder-red-900\\/40::placeholder { color: #7f1d1d66; } +.placeholder-red-900\\/45::placeholder { + color: #7f1d1d73; +} + .placeholder-red-900\\/5::placeholder { color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7f1d1d80; } +.placeholder-red-900\\/55::placeholder { + color: #7f1d1d8c; +} + .placeholder-red-900\\/60::placeholder { color: #7f1d1d99; } +.placeholder-red-900\\/65::placeholder { + color: #7f1d1da6; +} + .placeholder-red-900\\/70::placeholder { color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7f1d1dcc; } +.placeholder-red-900\\/85::placeholder { + color: #7f1d1dd9; +} + .placeholder-red-900\\/90::placeholder { color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #450a0a; } +.placeholder-red-950\\/15::placeholder { + color: #450a0a26; +} + .placeholder-red-950\\/20::placeholder { color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #450a0a4d; } +.placeholder-red-950\\/35::placeholder { + color: #450a0a59; +} + .placeholder-red-950\\/40::placeholder { color: #450a0a66; } +.placeholder-red-950\\/45::placeholder { + color: #450a0a73; +} + .placeholder-red-950\\/5::placeholder { color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #450a0a80; } +.placeholder-red-950\\/55::placeholder { + color: #450a0a8c; +} + .placeholder-red-950\\/60::placeholder { color: #450a0a99; } +.placeholder-red-950\\/65::placeholder { + color: #450a0aa6; +} + .placeholder-red-950\\/70::placeholder { color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #450a0acc; } +.placeholder-red-950\\/85::placeholder { + color: #450a0ad9; +} + .placeholder-red-950\\/90::placeholder { color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffe4e6; } +.placeholder-rose-100\\/15::placeholder { + color: #ffe4e626; +} + .placeholder-rose-100\\/20::placeholder { color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffe4e64d; } +.placeholder-rose-100\\/35::placeholder { + color: #ffe4e659; +} + .placeholder-rose-100\\/40::placeholder { color: #ffe4e666; } +.placeholder-rose-100\\/45::placeholder { + color: #ffe4e673; +} + .placeholder-rose-100\\/5::placeholder { color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffe4e680; } +.placeholder-rose-100\\/55::placeholder { + color: #ffe4e68c; +} + .placeholder-rose-100\\/60::placeholder { color: #ffe4e699; } +.placeholder-rose-100\\/65::placeholder { + color: #ffe4e6a6; +} + .placeholder-rose-100\\/70::placeholder { color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffe4e6cc; } +.placeholder-rose-100\\/85::placeholder { + color: #ffe4e6d9; +} + .placeholder-rose-100\\/90::placeholder { color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecdd3; } +.placeholder-rose-200\\/15::placeholder { + color: #fecdd326; +} + .placeholder-rose-200\\/20::placeholder { color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecdd34d; } +.placeholder-rose-200\\/35::placeholder { + color: #fecdd359; +} + .placeholder-rose-200\\/40::placeholder { color: #fecdd366; } +.placeholder-rose-200\\/45::placeholder { + color: #fecdd373; +} + .placeholder-rose-200\\/5::placeholder { color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecdd380; } +.placeholder-rose-200\\/55::placeholder { + color: #fecdd38c; +} + .placeholder-rose-200\\/60::placeholder { color: #fecdd399; } +.placeholder-rose-200\\/65::placeholder { + color: #fecdd3a6; +} + .placeholder-rose-200\\/70::placeholder { color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fecdd3cc; } +.placeholder-rose-200\\/85::placeholder { + color: #fecdd3d9; +} + .placeholder-rose-200\\/90::placeholder { color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fda4af; } +.placeholder-rose-300\\/15::placeholder { + color: #fda4af26; +} + .placeholder-rose-300\\/20::placeholder { color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fda4af4d; } +.placeholder-rose-300\\/35::placeholder { + color: #fda4af59; +} + .placeholder-rose-300\\/40::placeholder { color: #fda4af66; } +.placeholder-rose-300\\/45::placeholder { + color: #fda4af73; +} + .placeholder-rose-300\\/5::placeholder { color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fda4af80; } +.placeholder-rose-300\\/55::placeholder { + color: #fda4af8c; +} + .placeholder-rose-300\\/60::placeholder { color: #fda4af99; } +.placeholder-rose-300\\/65::placeholder { + color: #fda4afa6; +} + .placeholder-rose-300\\/70::placeholder { color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fda4afcc; } +.placeholder-rose-300\\/85::placeholder { + color: #fda4afd9; +} + .placeholder-rose-300\\/90::placeholder { color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb7185; } +.placeholder-rose-400\\/15::placeholder { + color: #fb718526; +} + .placeholder-rose-400\\/20::placeholder { color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb71854d; } +.placeholder-rose-400\\/35::placeholder { + color: #fb718559; +} + .placeholder-rose-400\\/40::placeholder { color: #fb718566; } +.placeholder-rose-400\\/45::placeholder { + color: #fb718573; +} + .placeholder-rose-400\\/5::placeholder { color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb718580; } +.placeholder-rose-400\\/55::placeholder { + color: #fb71858c; +} + .placeholder-rose-400\\/60::placeholder { color: #fb718599; } +.placeholder-rose-400\\/65::placeholder { + color: #fb7185a6; +} + .placeholder-rose-400\\/70::placeholder { color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fb7185cc; } +.placeholder-rose-400\\/85::placeholder { + color: #fb7185d9; +} + .placeholder-rose-400\\/90::placeholder { color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff1f2; } +.placeholder-rose-50\\/15::placeholder { + color: #fff1f226; +} + .placeholder-rose-50\\/20::placeholder { color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff1f24d; } +.placeholder-rose-50\\/35::placeholder { + color: #fff1f259; +} + .placeholder-rose-50\\/40::placeholder { color: #fff1f266; } +.placeholder-rose-50\\/45::placeholder { + color: #fff1f273; +} + .placeholder-rose-50\\/5::placeholder { color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff1f280; } +.placeholder-rose-50\\/55::placeholder { + color: #fff1f28c; +} + .placeholder-rose-50\\/60::placeholder { color: #fff1f299; } +.placeholder-rose-50\\/65::placeholder { + color: #fff1f2a6; +} + .placeholder-rose-50\\/70::placeholder { color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff1f2cc; } +.placeholder-rose-50\\/85::placeholder { + color: #fff1f2d9; +} + .placeholder-rose-50\\/90::placeholder { color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f43f5e; } +.placeholder-rose-500\\/15::placeholder { + color: #f43f5e26; +} + .placeholder-rose-500\\/20::placeholder { color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f43f5e4d; } +.placeholder-rose-500\\/35::placeholder { + color: #f43f5e59; +} + .placeholder-rose-500\\/40::placeholder { color: #f43f5e66; } +.placeholder-rose-500\\/45::placeholder { + color: #f43f5e73; +} + .placeholder-rose-500\\/5::placeholder { color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f43f5e80; } +.placeholder-rose-500\\/55::placeholder { + color: #f43f5e8c; +} + .placeholder-rose-500\\/60::placeholder { color: #f43f5e99; } +.placeholder-rose-500\\/65::placeholder { + color: #f43f5ea6; +} + .placeholder-rose-500\\/70::placeholder { color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f43f5ecc; } +.placeholder-rose-500\\/85::placeholder { + color: #f43f5ed9; +} + .placeholder-rose-500\\/90::placeholder { color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e11d48; } +.placeholder-rose-600\\/15::placeholder { + color: #e11d4826; +} + .placeholder-rose-600\\/20::placeholder { color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e11d484d; } +.placeholder-rose-600\\/35::placeholder { + color: #e11d4859; +} + .placeholder-rose-600\\/40::placeholder { color: #e11d4866; } +.placeholder-rose-600\\/45::placeholder { + color: #e11d4873; +} + .placeholder-rose-600\\/5::placeholder { color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e11d4880; } +.placeholder-rose-600\\/55::placeholder { + color: #e11d488c; +} + .placeholder-rose-600\\/60::placeholder { color: #e11d4899; } +.placeholder-rose-600\\/65::placeholder { + color: #e11d48a6; +} + .placeholder-rose-600\\/70::placeholder { color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e11d48cc; } +.placeholder-rose-600\\/85::placeholder { + color: #e11d48d9; +} + .placeholder-rose-600\\/90::placeholder { color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be123c; } +.placeholder-rose-700\\/15::placeholder { + color: #be123c26; +} + .placeholder-rose-700\\/20::placeholder { color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be123c4d; } +.placeholder-rose-700\\/35::placeholder { + color: #be123c59; +} + .placeholder-rose-700\\/40::placeholder { color: #be123c66; } +.placeholder-rose-700\\/45::placeholder { + color: #be123c73; +} + .placeholder-rose-700\\/5::placeholder { color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be123c80; } +.placeholder-rose-700\\/55::placeholder { + color: #be123c8c; +} + .placeholder-rose-700\\/60::placeholder { color: #be123c99; } +.placeholder-rose-700\\/65::placeholder { + color: #be123ca6; +} + .placeholder-rose-700\\/70::placeholder { color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #be123ccc; } +.placeholder-rose-700\\/85::placeholder { + color: #be123cd9; +} + .placeholder-rose-700\\/90::placeholder { color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9f1239; } +.placeholder-rose-800\\/15::placeholder { + color: #9f123926; +} + .placeholder-rose-800\\/20::placeholder { color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9f12394d; } +.placeholder-rose-800\\/35::placeholder { + color: #9f123959; +} + .placeholder-rose-800\\/40::placeholder { color: #9f123966; } +.placeholder-rose-800\\/45::placeholder { + color: #9f123973; +} + .placeholder-rose-800\\/5::placeholder { color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9f123980; } +.placeholder-rose-800\\/55::placeholder { + color: #9f12398c; +} + .placeholder-rose-800\\/60::placeholder { color: #9f123999; } +.placeholder-rose-800\\/65::placeholder { + color: #9f1239a6; +} + .placeholder-rose-800\\/70::placeholder { color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #9f1239cc; } +.placeholder-rose-800\\/85::placeholder { + color: #9f1239d9; +} + .placeholder-rose-800\\/90::placeholder { color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #881337; } +.placeholder-rose-900\\/15::placeholder { + color: #88133726; +} + .placeholder-rose-900\\/20::placeholder { color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #8813374d; } +.placeholder-rose-900\\/35::placeholder { + color: #88133759; +} + .placeholder-rose-900\\/40::placeholder { color: #88133766; } +.placeholder-rose-900\\/45::placeholder { + color: #88133773; +} + .placeholder-rose-900\\/5::placeholder { color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #88133780; } +.placeholder-rose-900\\/55::placeholder { + color: #8813378c; +} + .placeholder-rose-900\\/60::placeholder { color: #88133799; } +.placeholder-rose-900\\/65::placeholder { + color: #881337a6; +} + .placeholder-rose-900\\/70::placeholder { color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #881337cc; } +.placeholder-rose-900\\/85::placeholder { + color: #881337d9; +} + .placeholder-rose-900\\/90::placeholder { color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c0519; } +.placeholder-rose-950\\/15::placeholder { + color: #4c051926; +} + .placeholder-rose-950\\/20::placeholder { color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c05194d; } +.placeholder-rose-950\\/35::placeholder { + color: #4c051959; +} + .placeholder-rose-950\\/40::placeholder { color: #4c051966; } +.placeholder-rose-950\\/45::placeholder { + color: #4c051973; +} + .placeholder-rose-950\\/5::placeholder { color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c051980; } +.placeholder-rose-950\\/55::placeholder { + color: #4c05198c; +} + .placeholder-rose-950\\/60::placeholder { color: #4c051999; } +.placeholder-rose-950\\/65::placeholder { + color: #4c0519a6; +} + .placeholder-rose-950\\/70::placeholder { color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c0519cc; } +.placeholder-rose-950\\/85::placeholder { + color: #4c0519d9; +} + .placeholder-rose-950\\/90::placeholder { color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0f2fe; } +.placeholder-sky-100\\/15::placeholder { + color: #e0f2fe26; +} + .placeholder-sky-100\\/20::placeholder { color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0f2fe4d; } +.placeholder-sky-100\\/35::placeholder { + color: #e0f2fe59; +} + .placeholder-sky-100\\/40::placeholder { color: #e0f2fe66; } +.placeholder-sky-100\\/45::placeholder { + color: #e0f2fe73; +} + .placeholder-sky-100\\/5::placeholder { color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0f2fe80; } +.placeholder-sky-100\\/55::placeholder { + color: #e0f2fe8c; +} + .placeholder-sky-100\\/60::placeholder { color: #e0f2fe99; } +.placeholder-sky-100\\/65::placeholder { + color: #e0f2fea6; +} + .placeholder-sky-100\\/70::placeholder { color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e0f2fecc; } +.placeholder-sky-100\\/85::placeholder { + color: #e0f2fed9; +} + .placeholder-sky-100\\/90::placeholder { color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bae6fd; } +.placeholder-sky-200\\/15::placeholder { + color: #bae6fd26; +} + .placeholder-sky-200\\/20::placeholder { color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bae6fd4d; } +.placeholder-sky-200\\/35::placeholder { + color: #bae6fd59; +} + .placeholder-sky-200\\/40::placeholder { color: #bae6fd66; } +.placeholder-sky-200\\/45::placeholder { + color: #bae6fd73; +} + .placeholder-sky-200\\/5::placeholder { color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bae6fd80; } +.placeholder-sky-200\\/55::placeholder { + color: #bae6fd8c; +} + .placeholder-sky-200\\/60::placeholder { color: #bae6fd99; } +.placeholder-sky-200\\/65::placeholder { + color: #bae6fda6; +} + .placeholder-sky-200\\/70::placeholder { color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #bae6fdcc; } +.placeholder-sky-200\\/85::placeholder { + color: #bae6fdd9; +} + .placeholder-sky-200\\/90::placeholder { color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7dd3fc; } +.placeholder-sky-300\\/15::placeholder { + color: #7dd3fc26; +} + .placeholder-sky-300\\/20::placeholder { color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7dd3fc4d; } +.placeholder-sky-300\\/35::placeholder { + color: #7dd3fc59; +} + .placeholder-sky-300\\/40::placeholder { color: #7dd3fc66; } +.placeholder-sky-300\\/45::placeholder { + color: #7dd3fc73; +} + .placeholder-sky-300\\/5::placeholder { color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7dd3fc80; } +.placeholder-sky-300\\/55::placeholder { + color: #7dd3fc8c; +} + .placeholder-sky-300\\/60::placeholder { color: #7dd3fc99; } +.placeholder-sky-300\\/65::placeholder { + color: #7dd3fca6; +} + .placeholder-sky-300\\/70::placeholder { color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7dd3fccc; } +.placeholder-sky-300\\/85::placeholder { + color: #7dd3fcd9; +} + .placeholder-sky-300\\/90::placeholder { color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #38bdf8; } +.placeholder-sky-400\\/15::placeholder { + color: #38bdf826; +} + .placeholder-sky-400\\/20::placeholder { color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #38bdf84d; } +.placeholder-sky-400\\/35::placeholder { + color: #38bdf859; +} + .placeholder-sky-400\\/40::placeholder { color: #38bdf866; } +.placeholder-sky-400\\/45::placeholder { + color: #38bdf873; +} + .placeholder-sky-400\\/5::placeholder { color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #38bdf880; } +.placeholder-sky-400\\/55::placeholder { + color: #38bdf88c; +} + .placeholder-sky-400\\/60::placeholder { color: #38bdf899; } +.placeholder-sky-400\\/65::placeholder { + color: #38bdf8a6; +} + .placeholder-sky-400\\/70::placeholder { color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #38bdf8cc; } +.placeholder-sky-400\\/85::placeholder { + color: #38bdf8d9; +} + .placeholder-sky-400\\/90::placeholder { color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0f9ff; } +.placeholder-sky-50\\/15::placeholder { + color: #f0f9ff26; +} + .placeholder-sky-50\\/20::placeholder { color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0f9ff4d; } +.placeholder-sky-50\\/35::placeholder { + color: #f0f9ff59; +} + .placeholder-sky-50\\/40::placeholder { color: #f0f9ff66; } +.placeholder-sky-50\\/45::placeholder { + color: #f0f9ff73; +} + .placeholder-sky-50\\/5::placeholder { color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0f9ff80; } +.placeholder-sky-50\\/55::placeholder { + color: #f0f9ff8c; +} + .placeholder-sky-50\\/60::placeholder { color: #f0f9ff99; } +.placeholder-sky-50\\/65::placeholder { + color: #f0f9ffa6; +} + .placeholder-sky-50\\/70::placeholder { color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0f9ffcc; } +.placeholder-sky-50\\/85::placeholder { + color: #f0f9ffd9; +} + .placeholder-sky-50\\/90::placeholder { color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0ea5e9; } +.placeholder-sky-500\\/15::placeholder { + color: #0ea5e926; +} + .placeholder-sky-500\\/20::placeholder { color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0ea5e94d; } +.placeholder-sky-500\\/35::placeholder { + color: #0ea5e959; +} + .placeholder-sky-500\\/40::placeholder { color: #0ea5e966; } +.placeholder-sky-500\\/45::placeholder { + color: #0ea5e973; +} + .placeholder-sky-500\\/5::placeholder { color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0ea5e980; } +.placeholder-sky-500\\/55::placeholder { + color: #0ea5e98c; +} + .placeholder-sky-500\\/60::placeholder { color: #0ea5e999; } +.placeholder-sky-500\\/65::placeholder { + color: #0ea5e9a6; +} + .placeholder-sky-500\\/70::placeholder { color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0ea5e9cc; } +.placeholder-sky-500\\/85::placeholder { + color: #0ea5e9d9; +} + .placeholder-sky-500\\/90::placeholder { color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0284c7; } +.placeholder-sky-600\\/15::placeholder { + color: #0284c726; +} + .placeholder-sky-600\\/20::placeholder { color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0284c74d; } +.placeholder-sky-600\\/35::placeholder { + color: #0284c759; +} + .placeholder-sky-600\\/40::placeholder { color: #0284c766; } +.placeholder-sky-600\\/45::placeholder { + color: #0284c773; +} + .placeholder-sky-600\\/5::placeholder { color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0284c780; } +.placeholder-sky-600\\/55::placeholder { + color: #0284c78c; +} + .placeholder-sky-600\\/60::placeholder { color: #0284c799; } +.placeholder-sky-600\\/65::placeholder { + color: #0284c7a6; +} + .placeholder-sky-600\\/70::placeholder { color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0284c7cc; } +.placeholder-sky-600\\/85::placeholder { + color: #0284c7d9; +} + .placeholder-sky-600\\/90::placeholder { color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0369a1; } +.placeholder-sky-700\\/15::placeholder { + color: #0369a126; +} + .placeholder-sky-700\\/20::placeholder { color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0369a14d; } +.placeholder-sky-700\\/35::placeholder { + color: #0369a159; +} + .placeholder-sky-700\\/40::placeholder { color: #0369a166; } +.placeholder-sky-700\\/45::placeholder { + color: #0369a173; +} + .placeholder-sky-700\\/5::placeholder { color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0369a180; } +.placeholder-sky-700\\/55::placeholder { + color: #0369a18c; +} + .placeholder-sky-700\\/60::placeholder { color: #0369a199; } +.placeholder-sky-700\\/65::placeholder { + color: #0369a1a6; +} + .placeholder-sky-700\\/70::placeholder { color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0369a1cc; } +.placeholder-sky-700\\/85::placeholder { + color: #0369a1d9; +} + .placeholder-sky-700\\/90::placeholder { color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #075985; } +.placeholder-sky-800\\/15::placeholder { + color: #07598526; +} + .placeholder-sky-800\\/20::placeholder { color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0759854d; } +.placeholder-sky-800\\/35::placeholder { + color: #07598559; +} + .placeholder-sky-800\\/40::placeholder { color: #07598566; } +.placeholder-sky-800\\/45::placeholder { + color: #07598573; +} + .placeholder-sky-800\\/5::placeholder { color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #07598580; } +.placeholder-sky-800\\/55::placeholder { + color: #0759858c; +} + .placeholder-sky-800\\/60::placeholder { color: #07598599; } +.placeholder-sky-800\\/65::placeholder { + color: #075985a6; +} + .placeholder-sky-800\\/70::placeholder { color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #075985cc; } +.placeholder-sky-800\\/85::placeholder { + color: #075985d9; +} + .placeholder-sky-800\\/90::placeholder { color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c4a6e; } +.placeholder-sky-900\\/15::placeholder { + color: #0c4a6e26; +} + .placeholder-sky-900\\/20::placeholder { color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c4a6e4d; } +.placeholder-sky-900\\/35::placeholder { + color: #0c4a6e59; +} + .placeholder-sky-900\\/40::placeholder { color: #0c4a6e66; } +.placeholder-sky-900\\/45::placeholder { + color: #0c4a6e73; +} + .placeholder-sky-900\\/5::placeholder { color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c4a6e80; } +.placeholder-sky-900\\/55::placeholder { + color: #0c4a6e8c; +} + .placeholder-sky-900\\/60::placeholder { color: #0c4a6e99; } +.placeholder-sky-900\\/65::placeholder { + color: #0c4a6ea6; +} + .placeholder-sky-900\\/70::placeholder { color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c4a6ecc; } +.placeholder-sky-900\\/85::placeholder { + color: #0c4a6ed9; +} + .placeholder-sky-900\\/90::placeholder { color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #082f49; } +.placeholder-sky-950\\/15::placeholder { + color: #082f4926; +} + .placeholder-sky-950\\/20::placeholder { color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #082f494d; } +.placeholder-sky-950\\/35::placeholder { + color: #082f4959; +} + .placeholder-sky-950\\/40::placeholder { color: #082f4966; } +.placeholder-sky-950\\/45::placeholder { + color: #082f4973; +} + .placeholder-sky-950\\/5::placeholder { color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #082f4980; } +.placeholder-sky-950\\/55::placeholder { + color: #082f498c; +} + .placeholder-sky-950\\/60::placeholder { color: #082f4999; } +.placeholder-sky-950\\/65::placeholder { + color: #082f49a6; +} + .placeholder-sky-950\\/70::placeholder { color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #082f49cc; } +.placeholder-sky-950\\/85::placeholder { + color: #082f49d9; +} + .placeholder-sky-950\\/90::placeholder { color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f1f5f9; } +.placeholder-slate-100\\/15::placeholder { + color: #f1f5f926; +} + .placeholder-slate-100\\/20::placeholder { color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f1f5f94d; } +.placeholder-slate-100\\/35::placeholder { + color: #f1f5f959; +} + .placeholder-slate-100\\/40::placeholder { color: #f1f5f966; } +.placeholder-slate-100\\/45::placeholder { + color: #f1f5f973; +} + .placeholder-slate-100\\/5::placeholder { color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f1f5f980; } +.placeholder-slate-100\\/55::placeholder { + color: #f1f5f98c; +} + .placeholder-slate-100\\/60::placeholder { color: #f1f5f999; } +.placeholder-slate-100\\/65::placeholder { + color: #f1f5f9a6; +} + .placeholder-slate-100\\/70::placeholder { color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f1f5f9cc; } +.placeholder-slate-100\\/85::placeholder { + color: #f1f5f9d9; +} + .placeholder-slate-100\\/90::placeholder { color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e2e8f0; } +.placeholder-slate-200\\/15::placeholder { + color: #e2e8f026; +} + .placeholder-slate-200\\/20::placeholder { color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e2e8f04d; } +.placeholder-slate-200\\/35::placeholder { + color: #e2e8f059; +} + .placeholder-slate-200\\/40::placeholder { color: #e2e8f066; } +.placeholder-slate-200\\/45::placeholder { + color: #e2e8f073; +} + .placeholder-slate-200\\/5::placeholder { color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e2e8f080; } +.placeholder-slate-200\\/55::placeholder { + color: #e2e8f08c; +} + .placeholder-slate-200\\/60::placeholder { color: #e2e8f099; } +.placeholder-slate-200\\/65::placeholder { + color: #e2e8f0a6; +} + .placeholder-slate-200\\/70::placeholder { color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e2e8f0cc; } +.placeholder-slate-200\\/85::placeholder { + color: #e2e8f0d9; +} + .placeholder-slate-200\\/90::placeholder { color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cbd5e1; } +.placeholder-slate-300\\/15::placeholder { + color: #cbd5e126; +} + .placeholder-slate-300\\/20::placeholder { color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cbd5e14d; } +.placeholder-slate-300\\/35::placeholder { + color: #cbd5e159; +} + .placeholder-slate-300\\/40::placeholder { color: #cbd5e166; } +.placeholder-slate-300\\/45::placeholder { + color: #cbd5e173; +} + .placeholder-slate-300\\/5::placeholder { color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cbd5e180; } +.placeholder-slate-300\\/55::placeholder { + color: #cbd5e18c; +} + .placeholder-slate-300\\/60::placeholder { color: #cbd5e199; } +.placeholder-slate-300\\/65::placeholder { + color: #cbd5e1a6; +} + .placeholder-slate-300\\/70::placeholder { color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #cbd5e1cc; } +.placeholder-slate-300\\/85::placeholder { + color: #cbd5e1d9; +} + .placeholder-slate-300\\/90::placeholder { color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #94a3b8; } +.placeholder-slate-400\\/15::placeholder { + color: #94a3b826; +} + .placeholder-slate-400\\/20::placeholder { color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #94a3b84d; } +.placeholder-slate-400\\/35::placeholder { + color: #94a3b859; +} + .placeholder-slate-400\\/40::placeholder { color: #94a3b866; } +.placeholder-slate-400\\/45::placeholder { + color: #94a3b873; +} + .placeholder-slate-400\\/5::placeholder { color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #94a3b880; } +.placeholder-slate-400\\/55::placeholder { + color: #94a3b88c; +} + .placeholder-slate-400\\/60::placeholder { color: #94a3b899; } +.placeholder-slate-400\\/65::placeholder { + color: #94a3b8a6; +} + .placeholder-slate-400\\/70::placeholder { color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #94a3b8cc; } +.placeholder-slate-400\\/85::placeholder { + color: #94a3b8d9; +} + .placeholder-slate-400\\/90::placeholder { color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f8fafc; } +.placeholder-slate-50\\/15::placeholder { + color: #f8fafc26; +} + .placeholder-slate-50\\/20::placeholder { color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f8fafc4d; } +.placeholder-slate-50\\/35::placeholder { + color: #f8fafc59; +} + .placeholder-slate-50\\/40::placeholder { color: #f8fafc66; } +.placeholder-slate-50\\/45::placeholder { + color: #f8fafc73; +} + .placeholder-slate-50\\/5::placeholder { color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f8fafc80; } +.placeholder-slate-50\\/55::placeholder { + color: #f8fafc8c; +} + .placeholder-slate-50\\/60::placeholder { color: #f8fafc99; } +.placeholder-slate-50\\/65::placeholder { + color: #f8fafca6; +} + .placeholder-slate-50\\/70::placeholder { color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f8fafccc; } +.placeholder-slate-50\\/85::placeholder { + color: #f8fafcd9; +} + .placeholder-slate-50\\/90::placeholder { color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #64748b; } +.placeholder-slate-500\\/15::placeholder { + color: #64748b26; +} + .placeholder-slate-500\\/20::placeholder { color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #64748b4d; } +.placeholder-slate-500\\/35::placeholder { + color: #64748b59; +} + .placeholder-slate-500\\/40::placeholder { color: #64748b66; } +.placeholder-slate-500\\/45::placeholder { + color: #64748b73; +} + .placeholder-slate-500\\/5::placeholder { color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #64748b80; } +.placeholder-slate-500\\/55::placeholder { + color: #64748b8c; +} + .placeholder-slate-500\\/60::placeholder { color: #64748b99; } +.placeholder-slate-500\\/65::placeholder { + color: #64748ba6; +} + .placeholder-slate-500\\/70::placeholder { color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #64748bcc; } +.placeholder-slate-500\\/85::placeholder { + color: #64748bd9; +} + .placeholder-slate-500\\/90::placeholder { color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #475569; } +.placeholder-slate-600\\/15::placeholder { + color: #47556926; +} + .placeholder-slate-600\\/20::placeholder { color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4755694d; } +.placeholder-slate-600\\/35::placeholder { + color: #47556959; +} + .placeholder-slate-600\\/40::placeholder { color: #47556966; } +.placeholder-slate-600\\/45::placeholder { + color: #47556973; +} + .placeholder-slate-600\\/5::placeholder { color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #47556980; } +.placeholder-slate-600\\/55::placeholder { + color: #4755698c; +} + .placeholder-slate-600\\/60::placeholder { color: #47556999; } +.placeholder-slate-600\\/65::placeholder { + color: #475569a6; +} + .placeholder-slate-600\\/70::placeholder { color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #475569cc; } +.placeholder-slate-600\\/85::placeholder { + color: #475569d9; +} + .placeholder-slate-600\\/90::placeholder { color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #334155; } +.placeholder-slate-700\\/15::placeholder { + color: #33415526; +} + .placeholder-slate-700\\/20::placeholder { color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3341554d; } +.placeholder-slate-700\\/35::placeholder { + color: #33415559; +} + .placeholder-slate-700\\/40::placeholder { color: #33415566; } +.placeholder-slate-700\\/45::placeholder { + color: #33415573; +} + .placeholder-slate-700\\/5::placeholder { color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #33415580; } +.placeholder-slate-700\\/55::placeholder { + color: #3341558c; +} + .placeholder-slate-700\\/60::placeholder { color: #33415599; } +.placeholder-slate-700\\/65::placeholder { + color: #334155a6; +} + .placeholder-slate-700\\/70::placeholder { color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #334155cc; } +.placeholder-slate-700\\/85::placeholder { + color: #334155d9; +} + .placeholder-slate-700\\/90::placeholder { color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e293b; } +.placeholder-slate-800\\/15::placeholder { + color: #1e293b26; +} + .placeholder-slate-800\\/20::placeholder { color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e293b4d; } +.placeholder-slate-800\\/35::placeholder { + color: #1e293b59; +} + .placeholder-slate-800\\/40::placeholder { color: #1e293b66; } +.placeholder-slate-800\\/45::placeholder { + color: #1e293b73; +} + .placeholder-slate-800\\/5::placeholder { color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e293b80; } +.placeholder-slate-800\\/55::placeholder { + color: #1e293b8c; +} + .placeholder-slate-800\\/60::placeholder { color: #1e293b99; } +.placeholder-slate-800\\/65::placeholder { + color: #1e293ba6; +} + .placeholder-slate-800\\/70::placeholder { color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1e293bcc; } +.placeholder-slate-800\\/85::placeholder { + color: #1e293bd9; +} + .placeholder-slate-800\\/90::placeholder { color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f172a; } +.placeholder-slate-900\\/15::placeholder { + color: #0f172a26; +} + .placeholder-slate-900\\/20::placeholder { color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f172a4d; } +.placeholder-slate-900\\/35::placeholder { + color: #0f172a59; +} + .placeholder-slate-900\\/40::placeholder { color: #0f172a66; } +.placeholder-slate-900\\/45::placeholder { + color: #0f172a73; +} + .placeholder-slate-900\\/5::placeholder { color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f172a80; } +.placeholder-slate-900\\/55::placeholder { + color: #0f172a8c; +} + .placeholder-slate-900\\/60::placeholder { color: #0f172a99; } +.placeholder-slate-900\\/65::placeholder { + color: #0f172aa6; +} + .placeholder-slate-900\\/70::placeholder { color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f172acc; } +.placeholder-slate-900\\/85::placeholder { + color: #0f172ad9; +} + .placeholder-slate-900\\/90::placeholder { color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #020617; } +.placeholder-slate-950\\/15::placeholder { + color: #02061726; +} + .placeholder-slate-950\\/20::placeholder { color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0206174d; } +.placeholder-slate-950\\/35::placeholder { + color: #02061759; +} + .placeholder-slate-950\\/40::placeholder { color: #02061766; } +.placeholder-slate-950\\/45::placeholder { + color: #02061773; +} + .placeholder-slate-950\\/5::placeholder { color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #02061780; } +.placeholder-slate-950\\/55::placeholder { + color: #0206178c; +} + .placeholder-slate-950\\/60::placeholder { color: #02061799; } +.placeholder-slate-950\\/65::placeholder { + color: #020617a6; +} + .placeholder-slate-950\\/70::placeholder { color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #020617cc; } +.placeholder-slate-950\\/85::placeholder { + color: #020617d9; +} + .placeholder-slate-950\\/90::placeholder { color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f4; } +.placeholder-stone-100\\/15::placeholder { + color: #f5f5f426; +} + .placeholder-stone-100\\/20::placeholder { color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f44d; } +.placeholder-stone-100\\/35::placeholder { + color: #f5f5f459; +} + .placeholder-stone-100\\/40::placeholder { color: #f5f5f466; } +.placeholder-stone-100\\/45::placeholder { + color: #f5f5f473; +} + .placeholder-stone-100\\/5::placeholder { color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f480; } +.placeholder-stone-100\\/55::placeholder { + color: #f5f5f48c; +} + .placeholder-stone-100\\/60::placeholder { color: #f5f5f499; } +.placeholder-stone-100\\/65::placeholder { + color: #f5f5f4a6; +} + .placeholder-stone-100\\/70::placeholder { color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f5f4cc; } +.placeholder-stone-100\\/85::placeholder { + color: #f5f5f4d9; +} + .placeholder-stone-100\\/90::placeholder { color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e7e5e4; } +.placeholder-stone-200\\/15::placeholder { + color: #e7e5e426; +} + .placeholder-stone-200\\/20::placeholder { color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e7e5e44d; } +.placeholder-stone-200\\/35::placeholder { + color: #e7e5e459; +} + .placeholder-stone-200\\/40::placeholder { color: #e7e5e466; } +.placeholder-stone-200\\/45::placeholder { + color: #e7e5e473; +} + .placeholder-stone-200\\/5::placeholder { color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e7e5e480; } +.placeholder-stone-200\\/55::placeholder { + color: #e7e5e48c; +} + .placeholder-stone-200\\/60::placeholder { color: #e7e5e499; } +.placeholder-stone-200\\/65::placeholder { + color: #e7e5e4a6; +} + .placeholder-stone-200\\/70::placeholder { color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e7e5e4cc; } +.placeholder-stone-200\\/85::placeholder { + color: #e7e5e4d9; +} + .placeholder-stone-200\\/90::placeholder { color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d6d3d1; } +.placeholder-stone-300\\/15::placeholder { + color: #d6d3d126; +} + .placeholder-stone-300\\/20::placeholder { color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d6d3d14d; } +.placeholder-stone-300\\/35::placeholder { + color: #d6d3d159; +} + .placeholder-stone-300\\/40::placeholder { color: #d6d3d166; } +.placeholder-stone-300\\/45::placeholder { + color: #d6d3d173; +} + .placeholder-stone-300\\/5::placeholder { color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d6d3d180; } +.placeholder-stone-300\\/55::placeholder { + color: #d6d3d18c; +} + .placeholder-stone-300\\/60::placeholder { color: #d6d3d199; } +.placeholder-stone-300\\/65::placeholder { + color: #d6d3d1a6; +} + .placeholder-stone-300\\/70::placeholder { color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d6d3d1cc; } +.placeholder-stone-300\\/85::placeholder { + color: #d6d3d1d9; +} + .placeholder-stone-300\\/90::placeholder { color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a8a29e; } +.placeholder-stone-400\\/15::placeholder { + color: #a8a29e26; +} + .placeholder-stone-400\\/20::placeholder { color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a8a29e4d; } +.placeholder-stone-400\\/35::placeholder { + color: #a8a29e59; +} + .placeholder-stone-400\\/40::placeholder { color: #a8a29e66; } +.placeholder-stone-400\\/45::placeholder { + color: #a8a29e73; +} + .placeholder-stone-400\\/5::placeholder { color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a8a29e80; } +.placeholder-stone-400\\/55::placeholder { + color: #a8a29e8c; +} + .placeholder-stone-400\\/60::placeholder { color: #a8a29e99; } +.placeholder-stone-400\\/65::placeholder { + color: #a8a29ea6; +} + .placeholder-stone-400\\/70::placeholder { color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a8a29ecc; } +.placeholder-stone-400\\/85::placeholder { + color: #a8a29ed9; +} + .placeholder-stone-400\\/90::placeholder { color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafaf9; } +.placeholder-stone-50\\/15::placeholder { + color: #fafaf926; +} + .placeholder-stone-50\\/20::placeholder { color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafaf94d; } +.placeholder-stone-50\\/35::placeholder { + color: #fafaf959; +} + .placeholder-stone-50\\/40::placeholder { color: #fafaf966; } +.placeholder-stone-50\\/45::placeholder { + color: #fafaf973; +} + .placeholder-stone-50\\/5::placeholder { color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafaf980; } +.placeholder-stone-50\\/55::placeholder { + color: #fafaf98c; +} + .placeholder-stone-50\\/60::placeholder { color: #fafaf999; } +.placeholder-stone-50\\/65::placeholder { + color: #fafaf9a6; +} + .placeholder-stone-50\\/70::placeholder { color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafaf9cc; } +.placeholder-stone-50\\/85::placeholder { + color: #fafaf9d9; +} + .placeholder-stone-50\\/90::placeholder { color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78716c; } +.placeholder-stone-500\\/15::placeholder { + color: #78716c26; +} + .placeholder-stone-500\\/20::placeholder { color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78716c4d; } +.placeholder-stone-500\\/35::placeholder { + color: #78716c59; +} + .placeholder-stone-500\\/40::placeholder { color: #78716c66; } +.placeholder-stone-500\\/45::placeholder { + color: #78716c73; +} + .placeholder-stone-500\\/5::placeholder { color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78716c80; } +.placeholder-stone-500\\/55::placeholder { + color: #78716c8c; +} + .placeholder-stone-500\\/60::placeholder { color: #78716c99; } +.placeholder-stone-500\\/65::placeholder { + color: #78716ca6; +} + .placeholder-stone-500\\/70::placeholder { color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #78716ccc; } +.placeholder-stone-500\\/85::placeholder { + color: #78716cd9; +} + .placeholder-stone-500\\/90::placeholder { color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #57534e; } +.placeholder-stone-600\\/15::placeholder { + color: #57534e26; +} + .placeholder-stone-600\\/20::placeholder { color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #57534e4d; } +.placeholder-stone-600\\/35::placeholder { + color: #57534e59; +} + .placeholder-stone-600\\/40::placeholder { color: #57534e66; } +.placeholder-stone-600\\/45::placeholder { + color: #57534e73; +} + .placeholder-stone-600\\/5::placeholder { color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #57534e80; } +.placeholder-stone-600\\/55::placeholder { + color: #57534e8c; +} + .placeholder-stone-600\\/60::placeholder { color: #57534e99; } +.placeholder-stone-600\\/65::placeholder { + color: #57534ea6; +} + .placeholder-stone-600\\/70::placeholder { color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #57534ecc; } +.placeholder-stone-600\\/85::placeholder { + color: #57534ed9; +} + .placeholder-stone-600\\/90::placeholder { color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #44403c; } +.placeholder-stone-700\\/15::placeholder { + color: #44403c26; +} + .placeholder-stone-700\\/20::placeholder { color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #44403c4d; } +.placeholder-stone-700\\/35::placeholder { + color: #44403c59; +} + .placeholder-stone-700\\/40::placeholder { color: #44403c66; } +.placeholder-stone-700\\/45::placeholder { + color: #44403c73; +} + .placeholder-stone-700\\/5::placeholder { color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #44403c80; } +.placeholder-stone-700\\/55::placeholder { + color: #44403c8c; +} + .placeholder-stone-700\\/60::placeholder { color: #44403c99; } +.placeholder-stone-700\\/65::placeholder { + color: #44403ca6; +} + .placeholder-stone-700\\/70::placeholder { color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #44403ccc; } +.placeholder-stone-700\\/85::placeholder { + color: #44403cd9; +} + .placeholder-stone-700\\/90::placeholder { color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #292524; } +.placeholder-stone-800\\/15::placeholder { + color: #29252426; +} + .placeholder-stone-800\\/20::placeholder { color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2925244d; } +.placeholder-stone-800\\/35::placeholder { + color: #29252459; +} + .placeholder-stone-800\\/40::placeholder { color: #29252466; } +.placeholder-stone-800\\/45::placeholder { + color: #29252473; +} + .placeholder-stone-800\\/5::placeholder { color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #29252480; } +.placeholder-stone-800\\/55::placeholder { + color: #2925248c; +} + .placeholder-stone-800\\/60::placeholder { color: #29252499; } +.placeholder-stone-800\\/65::placeholder { + color: #292524a6; +} + .placeholder-stone-800\\/70::placeholder { color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #292524cc; } +.placeholder-stone-800\\/85::placeholder { + color: #292524d9; +} + .placeholder-stone-800\\/90::placeholder { color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1c1917; } +.placeholder-stone-900\\/15::placeholder { + color: #1c191726; +} + .placeholder-stone-900\\/20::placeholder { color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1c19174d; } +.placeholder-stone-900\\/35::placeholder { + color: #1c191759; +} + .placeholder-stone-900\\/40::placeholder { color: #1c191766; } +.placeholder-stone-900\\/45::placeholder { + color: #1c191773; +} + .placeholder-stone-900\\/5::placeholder { color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1c191780; } +.placeholder-stone-900\\/55::placeholder { + color: #1c19178c; +} + .placeholder-stone-900\\/60::placeholder { color: #1c191799; } +.placeholder-stone-900\\/65::placeholder { + color: #1c1917a6; +} + .placeholder-stone-900\\/70::placeholder { color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #1c1917cc; } +.placeholder-stone-900\\/85::placeholder { + color: #1c1917d9; +} + .placeholder-stone-900\\/90::placeholder { color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c0a09; } +.placeholder-stone-950\\/15::placeholder { + color: #0c0a0926; +} + .placeholder-stone-950\\/20::placeholder { color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c0a094d; } +.placeholder-stone-950\\/35::placeholder { + color: #0c0a0959; +} + .placeholder-stone-950\\/40::placeholder { color: #0c0a0966; } +.placeholder-stone-950\\/45::placeholder { + color: #0c0a0973; +} + .placeholder-stone-950\\/5::placeholder { color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c0a0980; } +.placeholder-stone-950\\/55::placeholder { + color: #0c0a098c; +} + .placeholder-stone-950\\/60::placeholder { color: #0c0a0999; } +.placeholder-stone-950\\/65::placeholder { + color: #0c0a09a6; +} + .placeholder-stone-950\\/70::placeholder { color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0c0a09cc; } +.placeholder-stone-950\\/85::placeholder { + color: #0c0a09d9; +} + .placeholder-stone-950\\/90::placeholder { color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ccfbf1; } +.placeholder-teal-100\\/15::placeholder { + color: #ccfbf126; +} + .placeholder-teal-100\\/20::placeholder { color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ccfbf14d; } +.placeholder-teal-100\\/35::placeholder { + color: #ccfbf159; +} + .placeholder-teal-100\\/40::placeholder { color: #ccfbf166; } +.placeholder-teal-100\\/45::placeholder { + color: #ccfbf173; +} + .placeholder-teal-100\\/5::placeholder { color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ccfbf180; } +.placeholder-teal-100\\/55::placeholder { + color: #ccfbf18c; +} + .placeholder-teal-100\\/60::placeholder { color: #ccfbf199; } +.placeholder-teal-100\\/65::placeholder { + color: #ccfbf1a6; +} + .placeholder-teal-100\\/70::placeholder { color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ccfbf1cc; } +.placeholder-teal-100\\/85::placeholder { + color: #ccfbf1d9; +} + .placeholder-teal-100\\/90::placeholder { color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #99f6e4; } +.placeholder-teal-200\\/15::placeholder { + color: #99f6e426; +} + .placeholder-teal-200\\/20::placeholder { color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #99f6e44d; } +.placeholder-teal-200\\/35::placeholder { + color: #99f6e459; +} + .placeholder-teal-200\\/40::placeholder { color: #99f6e466; } +.placeholder-teal-200\\/45::placeholder { + color: #99f6e473; +} + .placeholder-teal-200\\/5::placeholder { color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #99f6e480; } +.placeholder-teal-200\\/55::placeholder { + color: #99f6e48c; +} + .placeholder-teal-200\\/60::placeholder { color: #99f6e499; } +.placeholder-teal-200\\/65::placeholder { + color: #99f6e4a6; +} + .placeholder-teal-200\\/70::placeholder { color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #99f6e4cc; } +.placeholder-teal-200\\/85::placeholder { + color: #99f6e4d9; +} + .placeholder-teal-200\\/90::placeholder { color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5eead4; } +.placeholder-teal-300\\/15::placeholder { + color: #5eead426; +} + .placeholder-teal-300\\/20::placeholder { color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5eead44d; } +.placeholder-teal-300\\/35::placeholder { + color: #5eead459; +} + .placeholder-teal-300\\/40::placeholder { color: #5eead466; } +.placeholder-teal-300\\/45::placeholder { + color: #5eead473; +} + .placeholder-teal-300\\/5::placeholder { color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5eead480; } +.placeholder-teal-300\\/55::placeholder { + color: #5eead48c; +} + .placeholder-teal-300\\/60::placeholder { color: #5eead499; } +.placeholder-teal-300\\/65::placeholder { + color: #5eead4a6; +} + .placeholder-teal-300\\/70::placeholder { color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5eead4cc; } +.placeholder-teal-300\\/85::placeholder { + color: #5eead4d9; +} + .placeholder-teal-300\\/90::placeholder { color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2dd4bf; } +.placeholder-teal-400\\/15::placeholder { + color: #2dd4bf26; +} + .placeholder-teal-400\\/20::placeholder { color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2dd4bf4d; } +.placeholder-teal-400\\/35::placeholder { + color: #2dd4bf59; +} + .placeholder-teal-400\\/40::placeholder { color: #2dd4bf66; } +.placeholder-teal-400\\/45::placeholder { + color: #2dd4bf73; +} + .placeholder-teal-400\\/5::placeholder { color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2dd4bf80; } +.placeholder-teal-400\\/55::placeholder { + color: #2dd4bf8c; +} + .placeholder-teal-400\\/60::placeholder { color: #2dd4bf99; } +.placeholder-teal-400\\/65::placeholder { + color: #2dd4bfa6; +} + .placeholder-teal-400\\/70::placeholder { color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2dd4bfcc; } +.placeholder-teal-400\\/85::placeholder { + color: #2dd4bfd9; +} + .placeholder-teal-400\\/90::placeholder { color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdfa; } +.placeholder-teal-50\\/15::placeholder { + color: #f0fdfa26; +} + .placeholder-teal-50\\/20::placeholder { color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdfa4d; } +.placeholder-teal-50\\/35::placeholder { + color: #f0fdfa59; +} + .placeholder-teal-50\\/40::placeholder { color: #f0fdfa66; } +.placeholder-teal-50\\/45::placeholder { + color: #f0fdfa73; +} + .placeholder-teal-50\\/5::placeholder { color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdfa80; } +.placeholder-teal-50\\/55::placeholder { + color: #f0fdfa8c; +} + .placeholder-teal-50\\/60::placeholder { color: #f0fdfa99; } +.placeholder-teal-50\\/65::placeholder { + color: #f0fdfaa6; +} + .placeholder-teal-50\\/70::placeholder { color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f0fdfacc; } +.placeholder-teal-50\\/85::placeholder { + color: #f0fdfad9; +} + .placeholder-teal-50\\/90::placeholder { color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14b8a6; } +.placeholder-teal-500\\/15::placeholder { + color: #14b8a626; +} + .placeholder-teal-500\\/20::placeholder { color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14b8a64d; } +.placeholder-teal-500\\/35::placeholder { + color: #14b8a659; +} + .placeholder-teal-500\\/40::placeholder { color: #14b8a666; } +.placeholder-teal-500\\/45::placeholder { + color: #14b8a673; +} + .placeholder-teal-500\\/5::placeholder { color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14b8a680; } +.placeholder-teal-500\\/55::placeholder { + color: #14b8a68c; +} + .placeholder-teal-500\\/60::placeholder { color: #14b8a699; } +.placeholder-teal-500\\/65::placeholder { + color: #14b8a6a6; +} + .placeholder-teal-500\\/70::placeholder { color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #14b8a6cc; } +.placeholder-teal-500\\/85::placeholder { + color: #14b8a6d9; +} + .placeholder-teal-500\\/90::placeholder { color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0d9488; } +.placeholder-teal-600\\/15::placeholder { + color: #0d948826; +} + .placeholder-teal-600\\/20::placeholder { color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0d94884d; } +.placeholder-teal-600\\/35::placeholder { + color: #0d948859; +} + .placeholder-teal-600\\/40::placeholder { color: #0d948866; } +.placeholder-teal-600\\/45::placeholder { + color: #0d948873; +} + .placeholder-teal-600\\/5::placeholder { color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0d948880; } +.placeholder-teal-600\\/55::placeholder { + color: #0d94888c; +} + .placeholder-teal-600\\/60::placeholder { color: #0d948899; } +.placeholder-teal-600\\/65::placeholder { + color: #0d9488a6; +} + .placeholder-teal-600\\/70::placeholder { color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0d9488cc; } +.placeholder-teal-600\\/85::placeholder { + color: #0d9488d9; +} + .placeholder-teal-600\\/90::placeholder { color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f766e; } +.placeholder-teal-700\\/15::placeholder { + color: #0f766e26; +} + .placeholder-teal-700\\/20::placeholder { color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f766e4d; } +.placeholder-teal-700\\/35::placeholder { + color: #0f766e59; +} + .placeholder-teal-700\\/40::placeholder { color: #0f766e66; } +.placeholder-teal-700\\/45::placeholder { + color: #0f766e73; +} + .placeholder-teal-700\\/5::placeholder { color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f766e80; } +.placeholder-teal-700\\/55::placeholder { + color: #0f766e8c; +} + .placeholder-teal-700\\/60::placeholder { color: #0f766e99; } +.placeholder-teal-700\\/65::placeholder { + color: #0f766ea6; +} + .placeholder-teal-700\\/70::placeholder { color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0f766ecc; } +.placeholder-teal-700\\/85::placeholder { + color: #0f766ed9; +} + .placeholder-teal-700\\/90::placeholder { color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #115e59; } +.placeholder-teal-800\\/15::placeholder { + color: #115e5926; +} + .placeholder-teal-800\\/20::placeholder { color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #115e594d; } +.placeholder-teal-800\\/35::placeholder { + color: #115e5959; +} + .placeholder-teal-800\\/40::placeholder { color: #115e5966; } +.placeholder-teal-800\\/45::placeholder { + color: #115e5973; +} + .placeholder-teal-800\\/5::placeholder { color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #115e5980; } +.placeholder-teal-800\\/55::placeholder { + color: #115e598c; +} + .placeholder-teal-800\\/60::placeholder { color: #115e5999; } +.placeholder-teal-800\\/65::placeholder { + color: #115e59a6; +} + .placeholder-teal-800\\/70::placeholder { color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #115e59cc; } +.placeholder-teal-800\\/85::placeholder { + color: #115e59d9; +} + .placeholder-teal-800\\/90::placeholder { color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #134e4a; } +.placeholder-teal-900\\/15::placeholder { + color: #134e4a26; +} + .placeholder-teal-900\\/20::placeholder { color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #134e4a4d; } +.placeholder-teal-900\\/35::placeholder { + color: #134e4a59; +} + .placeholder-teal-900\\/40::placeholder { color: #134e4a66; } +.placeholder-teal-900\\/45::placeholder { + color: #134e4a73; +} + .placeholder-teal-900\\/5::placeholder { color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #134e4a80; } +.placeholder-teal-900\\/55::placeholder { + color: #134e4a8c; +} + .placeholder-teal-900\\/60::placeholder { color: #134e4a99; } +.placeholder-teal-900\\/65::placeholder { + color: #134e4aa6; +} + .placeholder-teal-900\\/70::placeholder { color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #134e4acc; } +.placeholder-teal-900\\/85::placeholder { + color: #134e4ad9; +} + .placeholder-teal-900\\/90::placeholder { color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #042f2e; } +.placeholder-teal-950\\/15::placeholder { + color: #042f2e26; +} + .placeholder-teal-950\\/20::placeholder { color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #042f2e4d; } +.placeholder-teal-950\\/35::placeholder { + color: #042f2e59; +} + .placeholder-teal-950\\/40::placeholder { color: #042f2e66; } +.placeholder-teal-950\\/45::placeholder { + color: #042f2e73; +} + .placeholder-teal-950\\/5::placeholder { color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #042f2e80; } +.placeholder-teal-950\\/55::placeholder { + color: #042f2e8c; +} + .placeholder-teal-950\\/60::placeholder { color: #042f2e99; } +.placeholder-teal-950\\/65::placeholder { + color: #042f2ea6; +} + .placeholder-teal-950\\/70::placeholder { color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #042f2ecc; } +.placeholder-teal-950\\/85::placeholder { + color: #042f2ed9; +} + .placeholder-teal-950\\/90::placeholder { color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #000; } +.placeholder-transparent\\/15::placeholder { + color: #00000026; +} + .placeholder-transparent\\/20::placeholder { color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #0000004d; } +.placeholder-transparent\\/35::placeholder { + color: #00000059; +} + .placeholder-transparent\\/40::placeholder { color: #0006; } +.placeholder-transparent\\/45::placeholder { + color: #00000073; +} + .placeholder-transparent\\/5::placeholder { color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #00000080; } +.placeholder-transparent\\/55::placeholder { + color: #0000008c; +} + .placeholder-transparent\\/60::placeholder { color: #0009; } +.placeholder-transparent\\/65::placeholder { + color: #000000a6; +} + .placeholder-transparent\\/70::placeholder { color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #000c; } +.placeholder-transparent\\/85::placeholder { + color: #000000d9; +} + .placeholder-transparent\\/90::placeholder { color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ede9fe; } +.placeholder-violet-100\\/15::placeholder { + color: #ede9fe26; +} + .placeholder-violet-100\\/20::placeholder { color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ede9fe4d; } +.placeholder-violet-100\\/35::placeholder { + color: #ede9fe59; +} + .placeholder-violet-100\\/40::placeholder { color: #ede9fe66; } +.placeholder-violet-100\\/45::placeholder { + color: #ede9fe73; +} + .placeholder-violet-100\\/5::placeholder { color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ede9fe80; } +.placeholder-violet-100\\/55::placeholder { + color: #ede9fe8c; +} + .placeholder-violet-100\\/60::placeholder { color: #ede9fe99; } +.placeholder-violet-100\\/65::placeholder { + color: #ede9fea6; +} + .placeholder-violet-100\\/70::placeholder { color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ede9fecc; } +.placeholder-violet-100\\/85::placeholder { + color: #ede9fed9; +} + .placeholder-violet-100\\/90::placeholder { color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ddd6fe; } +.placeholder-violet-200\\/15::placeholder { + color: #ddd6fe26; +} + .placeholder-violet-200\\/20::placeholder { color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ddd6fe4d; } +.placeholder-violet-200\\/35::placeholder { + color: #ddd6fe59; +} + .placeholder-violet-200\\/40::placeholder { color: #ddd6fe66; } +.placeholder-violet-200\\/45::placeholder { + color: #ddd6fe73; +} + .placeholder-violet-200\\/5::placeholder { color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ddd6fe80; } +.placeholder-violet-200\\/55::placeholder { + color: #ddd6fe8c; +} + .placeholder-violet-200\\/60::placeholder { color: #ddd6fe99; } +.placeholder-violet-200\\/65::placeholder { + color: #ddd6fea6; +} + .placeholder-violet-200\\/70::placeholder { color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ddd6fecc; } +.placeholder-violet-200\\/85::placeholder { + color: #ddd6fed9; +} + .placeholder-violet-200\\/90::placeholder { color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c4b5fd; } +.placeholder-violet-300\\/15::placeholder { + color: #c4b5fd26; +} + .placeholder-violet-300\\/20::placeholder { color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c4b5fd4d; } +.placeholder-violet-300\\/35::placeholder { + color: #c4b5fd59; +} + .placeholder-violet-300\\/40::placeholder { color: #c4b5fd66; } +.placeholder-violet-300\\/45::placeholder { + color: #c4b5fd73; +} + .placeholder-violet-300\\/5::placeholder { color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c4b5fd80; } +.placeholder-violet-300\\/55::placeholder { + color: #c4b5fd8c; +} + .placeholder-violet-300\\/60::placeholder { color: #c4b5fd99; } +.placeholder-violet-300\\/65::placeholder { + color: #c4b5fda6; +} + .placeholder-violet-300\\/70::placeholder { color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #c4b5fdcc; } +.placeholder-violet-300\\/85::placeholder { + color: #c4b5fdd9; +} + .placeholder-violet-300\\/90::placeholder { color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a78bfa; } +.placeholder-violet-400\\/15::placeholder { + color: #a78bfa26; +} + .placeholder-violet-400\\/20::placeholder { color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a78bfa4d; } +.placeholder-violet-400\\/35::placeholder { + color: #a78bfa59; +} + .placeholder-violet-400\\/40::placeholder { color: #a78bfa66; } +.placeholder-violet-400\\/45::placeholder { + color: #a78bfa73; +} + .placeholder-violet-400\\/5::placeholder { color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a78bfa80; } +.placeholder-violet-400\\/55::placeholder { + color: #a78bfa8c; +} + .placeholder-violet-400\\/60::placeholder { color: #a78bfa99; } +.placeholder-violet-400\\/65::placeholder { + color: #a78bfaa6; +} + .placeholder-violet-400\\/70::placeholder { color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a78bfacc; } +.placeholder-violet-400\\/85::placeholder { + color: #a78bfad9; +} + .placeholder-violet-400\\/90::placeholder { color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f3ff; } +.placeholder-violet-50\\/15::placeholder { + color: #f5f3ff26; +} + .placeholder-violet-50\\/20::placeholder { color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f3ff4d; } +.placeholder-violet-50\\/35::placeholder { + color: #f5f3ff59; +} + .placeholder-violet-50\\/40::placeholder { color: #f5f3ff66; } +.placeholder-violet-50\\/45::placeholder { + color: #f5f3ff73; +} + .placeholder-violet-50\\/5::placeholder { color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f3ff80; } +.placeholder-violet-50\\/55::placeholder { + color: #f5f3ff8c; +} + .placeholder-violet-50\\/60::placeholder { color: #f5f3ff99; } +.placeholder-violet-50\\/65::placeholder { + color: #f5f3ffa6; +} + .placeholder-violet-50\\/70::placeholder { color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f5f3ffcc; } +.placeholder-violet-50\\/85::placeholder { + color: #f5f3ffd9; +} + .placeholder-violet-50\\/90::placeholder { color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #8b5cf6; } +.placeholder-violet-500\\/15::placeholder { + color: #8b5cf626; +} + .placeholder-violet-500\\/20::placeholder { color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #8b5cf64d; } +.placeholder-violet-500\\/35::placeholder { + color: #8b5cf659; +} + .placeholder-violet-500\\/40::placeholder { color: #8b5cf666; } +.placeholder-violet-500\\/45::placeholder { + color: #8b5cf673; +} + .placeholder-violet-500\\/5::placeholder { color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #8b5cf680; } +.placeholder-violet-500\\/55::placeholder { + color: #8b5cf68c; +} + .placeholder-violet-500\\/60::placeholder { color: #8b5cf699; } +.placeholder-violet-500\\/65::placeholder { + color: #8b5cf6a6; +} + .placeholder-violet-500\\/70::placeholder { color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #8b5cf6cc; } +.placeholder-violet-500\\/85::placeholder { + color: #8b5cf6d9; +} + .placeholder-violet-500\\/90::placeholder { color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c3aed; } +.placeholder-violet-600\\/15::placeholder { + color: #7c3aed26; +} + .placeholder-violet-600\\/20::placeholder { color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c3aed4d; } +.placeholder-violet-600\\/35::placeholder { + color: #7c3aed59; +} + .placeholder-violet-600\\/40::placeholder { color: #7c3aed66; } +.placeholder-violet-600\\/45::placeholder { + color: #7c3aed73; +} + .placeholder-violet-600\\/5::placeholder { color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c3aed80; } +.placeholder-violet-600\\/55::placeholder { + color: #7c3aed8c; +} + .placeholder-violet-600\\/60::placeholder { color: #7c3aed99; } +.placeholder-violet-600\\/65::placeholder { + color: #7c3aeda6; +} + .placeholder-violet-600\\/70::placeholder { color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #7c3aedcc; } +.placeholder-violet-600\\/85::placeholder { + color: #7c3aedd9; +} + .placeholder-violet-600\\/90::placeholder { color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6d28d9; } +.placeholder-violet-700\\/15::placeholder { + color: #6d28d926; +} + .placeholder-violet-700\\/20::placeholder { color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6d28d94d; } +.placeholder-violet-700\\/35::placeholder { + color: #6d28d959; +} + .placeholder-violet-700\\/40::placeholder { color: #6d28d966; } +.placeholder-violet-700\\/45::placeholder { + color: #6d28d973; +} + .placeholder-violet-700\\/5::placeholder { color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6d28d980; } +.placeholder-violet-700\\/55::placeholder { + color: #6d28d98c; +} + .placeholder-violet-700\\/60::placeholder { color: #6d28d999; } +.placeholder-violet-700\\/65::placeholder { + color: #6d28d9a6; +} + .placeholder-violet-700\\/70::placeholder { color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #6d28d9cc; } +.placeholder-violet-700\\/85::placeholder { + color: #6d28d9d9; +} + .placeholder-violet-700\\/90::placeholder { color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5b21b6; } +.placeholder-violet-800\\/15::placeholder { + color: #5b21b626; +} + .placeholder-violet-800\\/20::placeholder { color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5b21b64d; } +.placeholder-violet-800\\/35::placeholder { + color: #5b21b659; +} + .placeholder-violet-800\\/40::placeholder { color: #5b21b666; } +.placeholder-violet-800\\/45::placeholder { + color: #5b21b673; +} + .placeholder-violet-800\\/5::placeholder { color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5b21b680; } +.placeholder-violet-800\\/55::placeholder { + color: #5b21b68c; +} + .placeholder-violet-800\\/60::placeholder { color: #5b21b699; } +.placeholder-violet-800\\/65::placeholder { + color: #5b21b6a6; +} + .placeholder-violet-800\\/70::placeholder { color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #5b21b6cc; } +.placeholder-violet-800\\/85::placeholder { + color: #5b21b6d9; +} + .placeholder-violet-800\\/90::placeholder { color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c1d95; } +.placeholder-violet-900\\/15::placeholder { + color: #4c1d9526; +} + .placeholder-violet-900\\/20::placeholder { color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c1d954d; } +.placeholder-violet-900\\/35::placeholder { + color: #4c1d9559; +} + .placeholder-violet-900\\/40::placeholder { color: #4c1d9566; } +.placeholder-violet-900\\/45::placeholder { + color: #4c1d9573; +} + .placeholder-violet-900\\/5::placeholder { color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c1d9580; } +.placeholder-violet-900\\/55::placeholder { + color: #4c1d958c; +} + .placeholder-violet-900\\/60::placeholder { color: #4c1d9599; } +.placeholder-violet-900\\/65::placeholder { + color: #4c1d95a6; +} + .placeholder-violet-900\\/70::placeholder { color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4c1d95cc; } +.placeholder-violet-900\\/85::placeholder { + color: #4c1d95d9; +} + .placeholder-violet-900\\/90::placeholder { color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2e1065; } +.placeholder-violet-950\\/15::placeholder { + color: #2e106526; +} + .placeholder-violet-950\\/20::placeholder { color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2e10654d; } +.placeholder-violet-950\\/35::placeholder { + color: #2e106559; +} + .placeholder-violet-950\\/40::placeholder { color: #2e106566; } +.placeholder-violet-950\\/45::placeholder { + color: #2e106573; +} + .placeholder-violet-950\\/5::placeholder { color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2e106580; } +.placeholder-violet-950\\/55::placeholder { + color: #2e10658c; +} + .placeholder-violet-950\\/60::placeholder { color: #2e106599; } +.placeholder-violet-950\\/65::placeholder { + color: #2e1065a6; +} + .placeholder-violet-950\\/70::placeholder { color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #2e1065cc; } +.placeholder-violet-950\\/85::placeholder { + color: #2e1065d9; +} + .placeholder-violet-950\\/90::placeholder { color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fff; } +.placeholder-white\\/15::placeholder { + color: #ffffff26; +} + .placeholder-white\\/20::placeholder { color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffffff4d; } +.placeholder-white\\/35::placeholder { + color: #ffffff59; +} + .placeholder-white\\/40::placeholder { color: #fff6; } +.placeholder-white\\/45::placeholder { + color: #ffffff73; +} + .placeholder-white\\/5::placeholder { color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ffffff80; } +.placeholder-white\\/55::placeholder { + color: #ffffff8c; +} + .placeholder-white\\/60::placeholder { color: #fff9; } +.placeholder-white\\/65::placeholder { + color: #ffffffa6; +} + .placeholder-white\\/70::placeholder { color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fffc; } +.placeholder-white\\/85::placeholder { + color: #ffffffd9; +} + .placeholder-white\\/90::placeholder { color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef9c3; } +.placeholder-yellow-100\\/15::placeholder { + color: #fef9c326; +} + .placeholder-yellow-100\\/20::placeholder { color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef9c34d; } +.placeholder-yellow-100\\/35::placeholder { + color: #fef9c359; +} + .placeholder-yellow-100\\/40::placeholder { color: #fef9c366; } +.placeholder-yellow-100\\/45::placeholder { + color: #fef9c373; +} + .placeholder-yellow-100\\/5::placeholder { color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef9c380; } +.placeholder-yellow-100\\/55::placeholder { + color: #fef9c38c; +} + .placeholder-yellow-100\\/60::placeholder { color: #fef9c399; } +.placeholder-yellow-100\\/65::placeholder { + color: #fef9c3a6; +} + .placeholder-yellow-100\\/70::placeholder { color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef9c3cc; } +.placeholder-yellow-100\\/85::placeholder { + color: #fef9c3d9; +} + .placeholder-yellow-100\\/90::placeholder { color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef08a; } +.placeholder-yellow-200\\/15::placeholder { + color: #fef08a26; +} + .placeholder-yellow-200\\/20::placeholder { color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef08a4d; } +.placeholder-yellow-200\\/35::placeholder { + color: #fef08a59; +} + .placeholder-yellow-200\\/40::placeholder { color: #fef08a66; } +.placeholder-yellow-200\\/45::placeholder { + color: #fef08a73; +} + .placeholder-yellow-200\\/5::placeholder { color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef08a80; } +.placeholder-yellow-200\\/55::placeholder { + color: #fef08a8c; +} + .placeholder-yellow-200\\/60::placeholder { color: #fef08a99; } +.placeholder-yellow-200\\/65::placeholder { + color: #fef08aa6; +} + .placeholder-yellow-200\\/70::placeholder { color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fef08acc; } +.placeholder-yellow-200\\/85::placeholder { + color: #fef08ad9; +} + .placeholder-yellow-200\\/90::placeholder { color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde047; } +.placeholder-yellow-300\\/15::placeholder { + color: #fde04726; +} + .placeholder-yellow-300\\/20::placeholder { color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde0474d; } +.placeholder-yellow-300\\/35::placeholder { + color: #fde04759; +} + .placeholder-yellow-300\\/40::placeholder { color: #fde04766; } +.placeholder-yellow-300\\/45::placeholder { + color: #fde04773; +} + .placeholder-yellow-300\\/5::placeholder { color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde04780; } +.placeholder-yellow-300\\/55::placeholder { + color: #fde0478c; +} + .placeholder-yellow-300\\/60::placeholder { color: #fde04799; } +.placeholder-yellow-300\\/65::placeholder { + color: #fde047a6; +} + .placeholder-yellow-300\\/70::placeholder { color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fde047cc; } +.placeholder-yellow-300\\/85::placeholder { + color: #fde047d9; +} + .placeholder-yellow-300\\/90::placeholder { color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #facc15; } +.placeholder-yellow-400\\/15::placeholder { + color: #facc1526; +} + .placeholder-yellow-400\\/20::placeholder { color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #facc154d; } +.placeholder-yellow-400\\/35::placeholder { + color: #facc1559; +} + .placeholder-yellow-400\\/40::placeholder { color: #facc1566; } +.placeholder-yellow-400\\/45::placeholder { + color: #facc1573; +} + .placeholder-yellow-400\\/5::placeholder { color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #facc1580; } +.placeholder-yellow-400\\/55::placeholder { + color: #facc158c; +} + .placeholder-yellow-400\\/60::placeholder { color: #facc1599; } +.placeholder-yellow-400\\/65::placeholder { + color: #facc15a6; +} + .placeholder-yellow-400\\/70::placeholder { color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #facc15cc; } +.placeholder-yellow-400\\/85::placeholder { + color: #facc15d9; +} + .placeholder-yellow-400\\/90::placeholder { color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fefce8; } +.placeholder-yellow-50\\/15::placeholder { + color: #fefce826; +} + .placeholder-yellow-50\\/20::placeholder { color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fefce84d; } +.placeholder-yellow-50\\/35::placeholder { + color: #fefce859; +} + .placeholder-yellow-50\\/40::placeholder { color: #fefce866; } +.placeholder-yellow-50\\/45::placeholder { + color: #fefce873; +} + .placeholder-yellow-50\\/5::placeholder { color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fefce880; } +.placeholder-yellow-50\\/55::placeholder { + color: #fefce88c; +} + .placeholder-yellow-50\\/60::placeholder { color: #fefce899; } +.placeholder-yellow-50\\/65::placeholder { + color: #fefce8a6; +} + .placeholder-yellow-50\\/70::placeholder { color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fefce8cc; } +.placeholder-yellow-50\\/85::placeholder { + color: #fefce8d9; +} + .placeholder-yellow-50\\/90::placeholder { color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eab308; } +.placeholder-yellow-500\\/15::placeholder { + color: #eab30826; +} + .placeholder-yellow-500\\/20::placeholder { color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eab3084d; } +.placeholder-yellow-500\\/35::placeholder { + color: #eab30859; +} + .placeholder-yellow-500\\/40::placeholder { color: #eab30866; } +.placeholder-yellow-500\\/45::placeholder { + color: #eab30873; +} + .placeholder-yellow-500\\/5::placeholder { color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eab30880; } +.placeholder-yellow-500\\/55::placeholder { + color: #eab3088c; +} + .placeholder-yellow-500\\/60::placeholder { color: #eab30899; } +.placeholder-yellow-500\\/65::placeholder { + color: #eab308a6; +} + .placeholder-yellow-500\\/70::placeholder { color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #eab308cc; } +.placeholder-yellow-500\\/85::placeholder { + color: #eab308d9; +} + .placeholder-yellow-500\\/90::placeholder { color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ca8a04; } +.placeholder-yellow-600\\/15::placeholder { + color: #ca8a0426; +} + .placeholder-yellow-600\\/20::placeholder { color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ca8a044d; } +.placeholder-yellow-600\\/35::placeholder { + color: #ca8a0459; +} + .placeholder-yellow-600\\/40::placeholder { color: #ca8a0466; } +.placeholder-yellow-600\\/45::placeholder { + color: #ca8a0473; +} + .placeholder-yellow-600\\/5::placeholder { color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ca8a0480; } +.placeholder-yellow-600\\/55::placeholder { + color: #ca8a048c; +} + .placeholder-yellow-600\\/60::placeholder { color: #ca8a0499; } +.placeholder-yellow-600\\/65::placeholder { + color: #ca8a04a6; +} + .placeholder-yellow-600\\/70::placeholder { color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #ca8a04cc; } +.placeholder-yellow-600\\/85::placeholder { + color: #ca8a04d9; +} + .placeholder-yellow-600\\/90::placeholder { color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a16207; } +.placeholder-yellow-700\\/15::placeholder { + color: #a1620726; +} + .placeholder-yellow-700\\/20::placeholder { color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a162074d; } +.placeholder-yellow-700\\/35::placeholder { + color: #a1620759; +} + .placeholder-yellow-700\\/40::placeholder { color: #a1620766; } +.placeholder-yellow-700\\/45::placeholder { + color: #a1620773; +} + .placeholder-yellow-700\\/5::placeholder { color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a1620780; } +.placeholder-yellow-700\\/55::placeholder { + color: #a162078c; +} + .placeholder-yellow-700\\/60::placeholder { color: #a1620799; } +.placeholder-yellow-700\\/65::placeholder { + color: #a16207a6; +} + .placeholder-yellow-700\\/70::placeholder { color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a16207cc; } +.placeholder-yellow-700\\/85::placeholder { + color: #a16207d9; +} + .placeholder-yellow-700\\/90::placeholder { color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #854d0e; } +.placeholder-yellow-800\\/15::placeholder { + color: #854d0e26; +} + .placeholder-yellow-800\\/20::placeholder { color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #854d0e4d; } +.placeholder-yellow-800\\/35::placeholder { + color: #854d0e59; +} + .placeholder-yellow-800\\/40::placeholder { color: #854d0e66; } +.placeholder-yellow-800\\/45::placeholder { + color: #854d0e73; +} + .placeholder-yellow-800\\/5::placeholder { color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #854d0e80; } +.placeholder-yellow-800\\/55::placeholder { + color: #854d0e8c; +} + .placeholder-yellow-800\\/60::placeholder { color: #854d0e99; } +.placeholder-yellow-800\\/65::placeholder { + color: #854d0ea6; +} + .placeholder-yellow-800\\/70::placeholder { color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #854d0ecc; } +.placeholder-yellow-800\\/85::placeholder { + color: #854d0ed9; +} + .placeholder-yellow-800\\/90::placeholder { color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #713f12; } +.placeholder-yellow-900\\/15::placeholder { + color: #713f1226; +} + .placeholder-yellow-900\\/20::placeholder { color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #713f124d; } +.placeholder-yellow-900\\/35::placeholder { + color: #713f1259; +} + .placeholder-yellow-900\\/40::placeholder { color: #713f1266; } +.placeholder-yellow-900\\/45::placeholder { + color: #713f1273; +} + .placeholder-yellow-900\\/5::placeholder { color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #713f1280; } +.placeholder-yellow-900\\/55::placeholder { + color: #713f128c; +} + .placeholder-yellow-900\\/60::placeholder { color: #713f1299; } +.placeholder-yellow-900\\/65::placeholder { + color: #713f12a6; +} + .placeholder-yellow-900\\/70::placeholder { color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #713f12cc; } +.placeholder-yellow-900\\/85::placeholder { + color: #713f12d9; +} + .placeholder-yellow-900\\/90::placeholder { color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #422006; } +.placeholder-yellow-950\\/15::placeholder { + color: #42200626; +} + .placeholder-yellow-950\\/20::placeholder { color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #4220064d; } +.placeholder-yellow-950\\/35::placeholder { + color: #42200659; +} + .placeholder-yellow-950\\/40::placeholder { color: #42200666; } +.placeholder-yellow-950\\/45::placeholder { + color: #42200673; +} + .placeholder-yellow-950\\/5::placeholder { color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #42200680; } +.placeholder-yellow-950\\/55::placeholder { + color: #4220068c; +} + .placeholder-yellow-950\\/60::placeholder { color: #42200699; } +.placeholder-yellow-950\\/65::placeholder { + color: #422006a6; +} + .placeholder-yellow-950\\/70::placeholder { color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #422006cc; } +.placeholder-yellow-950\\/85::placeholder { + color: #422006d9; +} + .placeholder-yellow-950\\/90::placeholder { color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f4f4f5; } +.placeholder-zinc-100\\/15::placeholder { + color: #f4f4f526; +} + .placeholder-zinc-100\\/20::placeholder { color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f4f4f54d; } +.placeholder-zinc-100\\/35::placeholder { + color: #f4f4f559; +} + .placeholder-zinc-100\\/40::placeholder { color: #f4f4f566; } +.placeholder-zinc-100\\/45::placeholder { + color: #f4f4f573; +} + .placeholder-zinc-100\\/5::placeholder { color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f4f4f580; } +.placeholder-zinc-100\\/55::placeholder { + color: #f4f4f58c; +} + .placeholder-zinc-100\\/60::placeholder { color: #f4f4f599; } +.placeholder-zinc-100\\/65::placeholder { + color: #f4f4f5a6; +} + .placeholder-zinc-100\\/70::placeholder { color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #f4f4f5cc; } +.placeholder-zinc-100\\/85::placeholder { + color: #f4f4f5d9; +} + .placeholder-zinc-100\\/90::placeholder { color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e4e4e7; } +.placeholder-zinc-200\\/15::placeholder { + color: #e4e4e726; +} + .placeholder-zinc-200\\/20::placeholder { color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e4e4e74d; } +.placeholder-zinc-200\\/35::placeholder { + color: #e4e4e759; +} + .placeholder-zinc-200\\/40::placeholder { color: #e4e4e766; } +.placeholder-zinc-200\\/45::placeholder { + color: #e4e4e773; +} + .placeholder-zinc-200\\/5::placeholder { color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e4e4e780; } +.placeholder-zinc-200\\/55::placeholder { + color: #e4e4e78c; +} + .placeholder-zinc-200\\/60::placeholder { color: #e4e4e799; } +.placeholder-zinc-200\\/65::placeholder { + color: #e4e4e7a6; +} + .placeholder-zinc-200\\/70::placeholder { color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #e4e4e7cc; } +.placeholder-zinc-200\\/85::placeholder { + color: #e4e4e7d9; +} + .placeholder-zinc-200\\/90::placeholder { color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d8; } +.placeholder-zinc-300\\/15::placeholder { + color: #d4d4d826; +} + .placeholder-zinc-300\\/20::placeholder { color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d84d; } +.placeholder-zinc-300\\/35::placeholder { + color: #d4d4d859; +} + .placeholder-zinc-300\\/40::placeholder { color: #d4d4d866; } +.placeholder-zinc-300\\/45::placeholder { + color: #d4d4d873; +} + .placeholder-zinc-300\\/5::placeholder { color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d880; } +.placeholder-zinc-300\\/55::placeholder { + color: #d4d4d88c; +} + .placeholder-zinc-300\\/60::placeholder { color: #d4d4d899; } +.placeholder-zinc-300\\/65::placeholder { + color: #d4d4d8a6; +} + .placeholder-zinc-300\\/70::placeholder { color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #d4d4d8cc; } +.placeholder-zinc-300\\/85::placeholder { + color: #d4d4d8d9; +} + .placeholder-zinc-300\\/90::placeholder { color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a1a1aa; } +.placeholder-zinc-400\\/15::placeholder { + color: #a1a1aa26; +} + .placeholder-zinc-400\\/20::placeholder { color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a1a1aa4d; } +.placeholder-zinc-400\\/35::placeholder { + color: #a1a1aa59; +} + .placeholder-zinc-400\\/40::placeholder { color: #a1a1aa66; } +.placeholder-zinc-400\\/45::placeholder { + color: #a1a1aa73; +} + .placeholder-zinc-400\\/5::placeholder { color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a1a1aa80; } +.placeholder-zinc-400\\/55::placeholder { + color: #a1a1aa8c; +} + .placeholder-zinc-400\\/60::placeholder { color: #a1a1aa99; } +.placeholder-zinc-400\\/65::placeholder { + color: #a1a1aaa6; +} + .placeholder-zinc-400\\/70::placeholder { color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #a1a1aacc; } +.placeholder-zinc-400\\/85::placeholder { + color: #a1a1aad9; +} + .placeholder-zinc-400\\/90::placeholder { color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafa; } +.placeholder-zinc-50\\/15::placeholder { + color: #fafafa26; +} + .placeholder-zinc-50\\/20::placeholder { color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafa4d; } +.placeholder-zinc-50\\/35::placeholder { + color: #fafafa59; +} + .placeholder-zinc-50\\/40::placeholder { color: #fafafa66; } +.placeholder-zinc-50\\/45::placeholder { + color: #fafafa73; +} + .placeholder-zinc-50\\/5::placeholder { color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafa80; } +.placeholder-zinc-50\\/55::placeholder { + color: #fafafa8c; +} + .placeholder-zinc-50\\/60::placeholder { color: #fafafa99; } +.placeholder-zinc-50\\/65::placeholder { + color: #fafafaa6; +} + .placeholder-zinc-50\\/70::placeholder { color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #fafafacc; } +.placeholder-zinc-50\\/85::placeholder { + color: #fafafad9; +} + .placeholder-zinc-50\\/90::placeholder { color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #71717a; } +.placeholder-zinc-500\\/15::placeholder { + color: #71717a26; +} + .placeholder-zinc-500\\/20::placeholder { color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #71717a4d; } +.placeholder-zinc-500\\/35::placeholder { + color: #71717a59; +} + .placeholder-zinc-500\\/40::placeholder { color: #71717a66; } +.placeholder-zinc-500\\/45::placeholder { + color: #71717a73; +} + .placeholder-zinc-500\\/5::placeholder { color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #71717a80; } +.placeholder-zinc-500\\/55::placeholder { + color: #71717a8c; +} + .placeholder-zinc-500\\/60::placeholder { color: #71717a99; } +.placeholder-zinc-500\\/65::placeholder { + color: #71717aa6; +} + .placeholder-zinc-500\\/70::placeholder { color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #71717acc; } +.placeholder-zinc-500\\/85::placeholder { + color: #71717ad9; +} + .placeholder-zinc-500\\/90::placeholder { color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #52525b; } +.placeholder-zinc-600\\/15::placeholder { + color: #52525b26; +} + .placeholder-zinc-600\\/20::placeholder { color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #52525b4d; } +.placeholder-zinc-600\\/35::placeholder { + color: #52525b59; +} + .placeholder-zinc-600\\/40::placeholder { color: #52525b66; } +.placeholder-zinc-600\\/45::placeholder { + color: #52525b73; +} + .placeholder-zinc-600\\/5::placeholder { color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #52525b80; } +.placeholder-zinc-600\\/55::placeholder { + color: #52525b8c; +} + .placeholder-zinc-600\\/60::placeholder { color: #52525b99; } +.placeholder-zinc-600\\/65::placeholder { + color: #52525ba6; +} + .placeholder-zinc-600\\/70::placeholder { color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #52525bcc; } +.placeholder-zinc-600\\/85::placeholder { + color: #52525bd9; +} + .placeholder-zinc-600\\/90::placeholder { color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f3f46; } +.placeholder-zinc-700\\/15::placeholder { + color: #3f3f4626; +} + .placeholder-zinc-700\\/20::placeholder { color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f3f464d; } +.placeholder-zinc-700\\/35::placeholder { + color: #3f3f4659; +} + .placeholder-zinc-700\\/40::placeholder { color: #3f3f4666; } +.placeholder-zinc-700\\/45::placeholder { + color: #3f3f4673; +} + .placeholder-zinc-700\\/5::placeholder { color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f3f4680; } +.placeholder-zinc-700\\/55::placeholder { + color: #3f3f468c; +} + .placeholder-zinc-700\\/60::placeholder { color: #3f3f4699; } +.placeholder-zinc-700\\/65::placeholder { + color: #3f3f46a6; +} + .placeholder-zinc-700\\/70::placeholder { color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #3f3f46cc; } +.placeholder-zinc-700\\/85::placeholder { + color: #3f3f46d9; +} + .placeholder-zinc-700\\/90::placeholder { color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #27272a; } +.placeholder-zinc-800\\/15::placeholder { + color: #27272a26; +} + .placeholder-zinc-800\\/20::placeholder { color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #27272a4d; } +.placeholder-zinc-800\\/35::placeholder { + color: #27272a59; +} + .placeholder-zinc-800\\/40::placeholder { color: #27272a66; } +.placeholder-zinc-800\\/45::placeholder { + color: #27272a73; +} + .placeholder-zinc-800\\/5::placeholder { color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #27272a80; } +.placeholder-zinc-800\\/55::placeholder { + color: #27272a8c; +} + .placeholder-zinc-800\\/60::placeholder { color: #27272a99; } +.placeholder-zinc-800\\/65::placeholder { + color: #27272aa6; +} + .placeholder-zinc-800\\/70::placeholder { color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #27272acc; } +.placeholder-zinc-800\\/85::placeholder { + color: #27272ad9; +} + .placeholder-zinc-800\\/90::placeholder { color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #18181b; } +.placeholder-zinc-900\\/15::placeholder { + color: #18181b26; +} + .placeholder-zinc-900\\/20::placeholder { color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #18181b4d; } +.placeholder-zinc-900\\/35::placeholder { + color: #18181b59; +} + .placeholder-zinc-900\\/40::placeholder { color: #18181b66; } +.placeholder-zinc-900\\/45::placeholder { + color: #18181b73; +} + .placeholder-zinc-900\\/5::placeholder { color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #18181b80; } +.placeholder-zinc-900\\/55::placeholder { + color: #18181b8c; +} + .placeholder-zinc-900\\/60::placeholder { color: #18181b99; } +.placeholder-zinc-900\\/65::placeholder { + color: #18181ba6; +} + .placeholder-zinc-900\\/70::placeholder { color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #18181bcc; } +.placeholder-zinc-900\\/85::placeholder { + color: #18181bd9; +} + .placeholder-zinc-900\\/90::placeholder { color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #09090b; } +.placeholder-zinc-950\\/15::placeholder { + color: #09090b26; +} + .placeholder-zinc-950\\/20::placeholder { color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #09090b4d; } +.placeholder-zinc-950\\/35::placeholder { + color: #09090b59; +} + .placeholder-zinc-950\\/40::placeholder { color: #09090b66; } +.placeholder-zinc-950\\/45::placeholder { + color: #09090b73; +} + .placeholder-zinc-950\\/5::placeholder { color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #09090b80; } +.placeholder-zinc-950\\/55::placeholder { + color: #09090b8c; +} + .placeholder-zinc-950\\/60::placeholder { color: #09090b99; } +.placeholder-zinc-950\\/65::placeholder { + color: #09090ba6; +} + .placeholder-zinc-950\\/70::placeholder { color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'placeholderColor' plugin 1`] = ` color: #09090bcc; } +.placeholder-zinc-950\\/85::placeholder { + color: #09090bd9; +} + .placeholder-zinc-950\\/90::placeholder { color: #09090be6; } @@ -15724,6 +21604,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef3c7; } +.placeholder-amber-100\\/15::placeholder { + color: #fef3c726; +} + .placeholder-amber-100\\/20::placeholder { color: #fef3c733; } @@ -15736,10 +21620,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef3c74d; } +.placeholder-amber-100\\/35::placeholder { + color: #fef3c759; +} + .placeholder-amber-100\\/40::placeholder { color: #fef3c766; } +.placeholder-amber-100\\/45::placeholder { + color: #fef3c773; +} + .placeholder-amber-100\\/5::placeholder { color: #fef3c70d; } @@ -15748,10 +21640,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef3c780; } +.placeholder-amber-100\\/55::placeholder { + color: #fef3c78c; +} + .placeholder-amber-100\\/60::placeholder { color: #fef3c799; } +.placeholder-amber-100\\/65::placeholder { + color: #fef3c7a6; +} + .placeholder-amber-100\\/70::placeholder { color: #fef3c7b3; } @@ -15764,6 +21664,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef3c7cc; } +.placeholder-amber-100\\/85::placeholder { + color: #fef3c7d9; +} + .placeholder-amber-100\\/90::placeholder { color: #fef3c7e6; } @@ -15789,6 +21693,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde68a; } +.placeholder-amber-200\\/15::placeholder { + color: #fde68a26; +} + .placeholder-amber-200\\/20::placeholder { color: #fde68a33; } @@ -15801,10 +21709,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde68a4d; } +.placeholder-amber-200\\/35::placeholder { + color: #fde68a59; +} + .placeholder-amber-200\\/40::placeholder { color: #fde68a66; } +.placeholder-amber-200\\/45::placeholder { + color: #fde68a73; +} + .placeholder-amber-200\\/5::placeholder { color: #fde68a0d; } @@ -15813,10 +21729,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde68a80; } +.placeholder-amber-200\\/55::placeholder { + color: #fde68a8c; +} + .placeholder-amber-200\\/60::placeholder { color: #fde68a99; } +.placeholder-amber-200\\/65::placeholder { + color: #fde68aa6; +} + .placeholder-amber-200\\/70::placeholder { color: #fde68ab3; } @@ -15829,6 +21753,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde68acc; } +.placeholder-amber-200\\/85::placeholder { + color: #fde68ad9; +} + .placeholder-amber-200\\/90::placeholder { color: #fde68ae6; } @@ -15854,6 +21782,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fcd34d; } +.placeholder-amber-300\\/15::placeholder { + color: #fcd34d26; +} + .placeholder-amber-300\\/20::placeholder { color: #fcd34d33; } @@ -15866,10 +21798,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fcd34d4d; } +.placeholder-amber-300\\/35::placeholder { + color: #fcd34d59; +} + .placeholder-amber-300\\/40::placeholder { color: #fcd34d66; } +.placeholder-amber-300\\/45::placeholder { + color: #fcd34d73; +} + .placeholder-amber-300\\/5::placeholder { color: #fcd34d0d; } @@ -15878,10 +21818,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fcd34d80; } +.placeholder-amber-300\\/55::placeholder { + color: #fcd34d8c; +} + .placeholder-amber-300\\/60::placeholder { color: #fcd34d99; } +.placeholder-amber-300\\/65::placeholder { + color: #fcd34da6; +} + .placeholder-amber-300\\/70::placeholder { color: #fcd34db3; } @@ -15894,6 +21842,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fcd34dcc; } +.placeholder-amber-300\\/85::placeholder { + color: #fcd34dd9; +} + .placeholder-amber-300\\/90::placeholder { color: #fcd34de6; } @@ -15919,6 +21871,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbbf24; } +.placeholder-amber-400\\/15::placeholder { + color: #fbbf2426; +} + .placeholder-amber-400\\/20::placeholder { color: #fbbf2433; } @@ -15931,10 +21887,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbbf244d; } +.placeholder-amber-400\\/35::placeholder { + color: #fbbf2459; +} + .placeholder-amber-400\\/40::placeholder { color: #fbbf2466; } +.placeholder-amber-400\\/45::placeholder { + color: #fbbf2473; +} + .placeholder-amber-400\\/5::placeholder { color: #fbbf240d; } @@ -15943,10 +21907,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbbf2480; } +.placeholder-amber-400\\/55::placeholder { + color: #fbbf248c; +} + .placeholder-amber-400\\/60::placeholder { color: #fbbf2499; } +.placeholder-amber-400\\/65::placeholder { + color: #fbbf24a6; +} + .placeholder-amber-400\\/70::placeholder { color: #fbbf24b3; } @@ -15959,6 +21931,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbbf24cc; } +.placeholder-amber-400\\/85::placeholder { + color: #fbbf24d9; +} + .placeholder-amber-400\\/90::placeholder { color: #fbbf24e6; } @@ -15984,6 +21960,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fffbeb; } +.placeholder-amber-50\\/15::placeholder { + color: #fffbeb26; +} + .placeholder-amber-50\\/20::placeholder { color: #fffbeb33; } @@ -15996,10 +21976,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fffbeb4d; } +.placeholder-amber-50\\/35::placeholder { + color: #fffbeb59; +} + .placeholder-amber-50\\/40::placeholder { color: #fffbeb66; } +.placeholder-amber-50\\/45::placeholder { + color: #fffbeb73; +} + .placeholder-amber-50\\/5::placeholder { color: #fffbeb0d; } @@ -16008,10 +21996,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fffbeb80; } +.placeholder-amber-50\\/55::placeholder { + color: #fffbeb8c; +} + .placeholder-amber-50\\/60::placeholder { color: #fffbeb99; } +.placeholder-amber-50\\/65::placeholder { + color: #fffbeba6; +} + .placeholder-amber-50\\/70::placeholder { color: #fffbebb3; } @@ -16024,6 +22020,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fffbebcc; } +.placeholder-amber-50\\/85::placeholder { + color: #fffbebd9; +} + .placeholder-amber-50\\/90::placeholder { color: #fffbebe6; } @@ -16049,6 +22049,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f59e0b; } +.placeholder-amber-500\\/15::placeholder { + color: #f59e0b26; +} + .placeholder-amber-500\\/20::placeholder { color: #f59e0b33; } @@ -16061,10 +22065,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f59e0b4d; } +.placeholder-amber-500\\/35::placeholder { + color: #f59e0b59; +} + .placeholder-amber-500\\/40::placeholder { color: #f59e0b66; } +.placeholder-amber-500\\/45::placeholder { + color: #f59e0b73; +} + .placeholder-amber-500\\/5::placeholder { color: #f59e0b0d; } @@ -16073,10 +22085,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f59e0b80; } +.placeholder-amber-500\\/55::placeholder { + color: #f59e0b8c; +} + .placeholder-amber-500\\/60::placeholder { color: #f59e0b99; } +.placeholder-amber-500\\/65::placeholder { + color: #f59e0ba6; +} + .placeholder-amber-500\\/70::placeholder { color: #f59e0bb3; } @@ -16089,6 +22109,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f59e0bcc; } +.placeholder-amber-500\\/85::placeholder { + color: #f59e0bd9; +} + .placeholder-amber-500\\/90::placeholder { color: #f59e0be6; } @@ -16114,6 +22138,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d97706; } +.placeholder-amber-600\\/15::placeholder { + color: #d9770626; +} + .placeholder-amber-600\\/20::placeholder { color: #d9770633; } @@ -16126,10 +22154,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d977064d; } +.placeholder-amber-600\\/35::placeholder { + color: #d9770659; +} + .placeholder-amber-600\\/40::placeholder { color: #d9770666; } +.placeholder-amber-600\\/45::placeholder { + color: #d9770673; +} + .placeholder-amber-600\\/5::placeholder { color: #d977060d; } @@ -16138,10 +22174,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d9770680; } +.placeholder-amber-600\\/55::placeholder { + color: #d977068c; +} + .placeholder-amber-600\\/60::placeholder { color: #d9770699; } +.placeholder-amber-600\\/65::placeholder { + color: #d97706a6; +} + .placeholder-amber-600\\/70::placeholder { color: #d97706b3; } @@ -16154,6 +22198,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d97706cc; } +.placeholder-amber-600\\/85::placeholder { + color: #d97706d9; +} + .placeholder-amber-600\\/90::placeholder { color: #d97706e6; } @@ -16179,6 +22227,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b45309; } +.placeholder-amber-700\\/15::placeholder { + color: #b4530926; +} + .placeholder-amber-700\\/20::placeholder { color: #b4530933; } @@ -16191,10 +22243,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b453094d; } +.placeholder-amber-700\\/35::placeholder { + color: #b4530959; +} + .placeholder-amber-700\\/40::placeholder { color: #b4530966; } +.placeholder-amber-700\\/45::placeholder { + color: #b4530973; +} + .placeholder-amber-700\\/5::placeholder { color: #b453090d; } @@ -16203,10 +22263,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b4530980; } +.placeholder-amber-700\\/55::placeholder { + color: #b453098c; +} + .placeholder-amber-700\\/60::placeholder { color: #b4530999; } +.placeholder-amber-700\\/65::placeholder { + color: #b45309a6; +} + .placeholder-amber-700\\/70::placeholder { color: #b45309b3; } @@ -16219,6 +22287,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b45309cc; } +.placeholder-amber-700\\/85::placeholder { + color: #b45309d9; +} + .placeholder-amber-700\\/90::placeholder { color: #b45309e6; } @@ -16244,6 +22316,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #92400e; } +.placeholder-amber-800\\/15::placeholder { + color: #92400e26; +} + .placeholder-amber-800\\/20::placeholder { color: #92400e33; } @@ -16256,10 +22332,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #92400e4d; } +.placeholder-amber-800\\/35::placeholder { + color: #92400e59; +} + .placeholder-amber-800\\/40::placeholder { color: #92400e66; } +.placeholder-amber-800\\/45::placeholder { + color: #92400e73; +} + .placeholder-amber-800\\/5::placeholder { color: #92400e0d; } @@ -16268,10 +22352,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #92400e80; } +.placeholder-amber-800\\/55::placeholder { + color: #92400e8c; +} + .placeholder-amber-800\\/60::placeholder { color: #92400e99; } +.placeholder-amber-800\\/65::placeholder { + color: #92400ea6; +} + .placeholder-amber-800\\/70::placeholder { color: #92400eb3; } @@ -16284,6 +22376,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #92400ecc; } +.placeholder-amber-800\\/85::placeholder { + color: #92400ed9; +} + .placeholder-amber-800\\/90::placeholder { color: #92400ee6; } @@ -16309,6 +22405,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78350f; } +.placeholder-amber-900\\/15::placeholder { + color: #78350f26; +} + .placeholder-amber-900\\/20::placeholder { color: #78350f33; } @@ -16321,10 +22421,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78350f4d; } +.placeholder-amber-900\\/35::placeholder { + color: #78350f59; +} + .placeholder-amber-900\\/40::placeholder { color: #78350f66; } +.placeholder-amber-900\\/45::placeholder { + color: #78350f73; +} + .placeholder-amber-900\\/5::placeholder { color: #78350f0d; } @@ -16333,10 +22441,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78350f80; } +.placeholder-amber-900\\/55::placeholder { + color: #78350f8c; +} + .placeholder-amber-900\\/60::placeholder { color: #78350f99; } +.placeholder-amber-900\\/65::placeholder { + color: #78350fa6; +} + .placeholder-amber-900\\/70::placeholder { color: #78350fb3; } @@ -16349,6 +22465,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78350fcc; } +.placeholder-amber-900\\/85::placeholder { + color: #78350fd9; +} + .placeholder-amber-900\\/90::placeholder { color: #78350fe6; } @@ -16374,6 +22494,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #451a03; } +.placeholder-amber-950\\/15::placeholder { + color: #451a0326; +} + .placeholder-amber-950\\/20::placeholder { color: #451a0333; } @@ -16386,10 +22510,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #451a034d; } +.placeholder-amber-950\\/35::placeholder { + color: #451a0359; +} + .placeholder-amber-950\\/40::placeholder { color: #451a0366; } +.placeholder-amber-950\\/45::placeholder { + color: #451a0373; +} + .placeholder-amber-950\\/5::placeholder { color: #451a030d; } @@ -16398,10 +22530,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #451a0380; } +.placeholder-amber-950\\/55::placeholder { + color: #451a038c; +} + .placeholder-amber-950\\/60::placeholder { color: #451a0399; } +.placeholder-amber-950\\/65::placeholder { + color: #451a03a6; +} + .placeholder-amber-950\\/70::placeholder { color: #451a03b3; } @@ -16414,6 +22554,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #451a03cc; } +.placeholder-amber-950\\/85::placeholder { + color: #451a03d9; +} + .placeholder-amber-950\\/90::placeholder { color: #451a03e6; } @@ -16439,6 +22583,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #000; } +.placeholder-black\\/15::placeholder { + color: #00000026; +} + .placeholder-black\\/20::placeholder { color: #0003; } @@ -16451,10 +22599,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0000004d; } +.placeholder-black\\/35::placeholder { + color: #00000059; +} + .placeholder-black\\/40::placeholder { color: #0006; } +.placeholder-black\\/45::placeholder { + color: #00000073; +} + .placeholder-black\\/5::placeholder { color: #0000000d; } @@ -16463,10 +22619,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #00000080; } +.placeholder-black\\/55::placeholder { + color: #0000008c; +} + .placeholder-black\\/60::placeholder { color: #0009; } +.placeholder-black\\/65::placeholder { + color: #000000a6; +} + .placeholder-black\\/70::placeholder { color: #000000b3; } @@ -16479,6 +22643,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #000c; } +.placeholder-black\\/85::placeholder { + color: #000000d9; +} + .placeholder-black\\/90::placeholder { color: #000000e6; } @@ -16504,6 +22672,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dbeafe; } +.placeholder-blue-100\\/15::placeholder { + color: #dbeafe26; +} + .placeholder-blue-100\\/20::placeholder { color: #dbeafe33; } @@ -16516,10 +22688,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dbeafe4d; } +.placeholder-blue-100\\/35::placeholder { + color: #dbeafe59; +} + .placeholder-blue-100\\/40::placeholder { color: #dbeafe66; } +.placeholder-blue-100\\/45::placeholder { + color: #dbeafe73; +} + .placeholder-blue-100\\/5::placeholder { color: #dbeafe0d; } @@ -16528,10 +22708,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dbeafe80; } +.placeholder-blue-100\\/55::placeholder { + color: #dbeafe8c; +} + .placeholder-blue-100\\/60::placeholder { color: #dbeafe99; } +.placeholder-blue-100\\/65::placeholder { + color: #dbeafea6; +} + .placeholder-blue-100\\/70::placeholder { color: #dbeafeb3; } @@ -16544,6 +22732,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dbeafecc; } +.placeholder-blue-100\\/85::placeholder { + color: #dbeafed9; +} + .placeholder-blue-100\\/90::placeholder { color: #dbeafee6; } @@ -16569,6 +22761,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bfdbfe; } +.placeholder-blue-200\\/15::placeholder { + color: #bfdbfe26; +} + .placeholder-blue-200\\/20::placeholder { color: #bfdbfe33; } @@ -16581,10 +22777,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bfdbfe4d; } +.placeholder-blue-200\\/35::placeholder { + color: #bfdbfe59; +} + .placeholder-blue-200\\/40::placeholder { color: #bfdbfe66; } +.placeholder-blue-200\\/45::placeholder { + color: #bfdbfe73; +} + .placeholder-blue-200\\/5::placeholder { color: #bfdbfe0d; } @@ -16593,10 +22797,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bfdbfe80; } +.placeholder-blue-200\\/55::placeholder { + color: #bfdbfe8c; +} + .placeholder-blue-200\\/60::placeholder { color: #bfdbfe99; } +.placeholder-blue-200\\/65::placeholder { + color: #bfdbfea6; +} + .placeholder-blue-200\\/70::placeholder { color: #bfdbfeb3; } @@ -16609,6 +22821,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bfdbfecc; } +.placeholder-blue-200\\/85::placeholder { + color: #bfdbfed9; +} + .placeholder-blue-200\\/90::placeholder { color: #bfdbfee6; } @@ -16634,6 +22850,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #93c5fd; } +.placeholder-blue-300\\/15::placeholder { + color: #93c5fd26; +} + .placeholder-blue-300\\/20::placeholder { color: #93c5fd33; } @@ -16646,10 +22866,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #93c5fd4d; } +.placeholder-blue-300\\/35::placeholder { + color: #93c5fd59; +} + .placeholder-blue-300\\/40::placeholder { color: #93c5fd66; } +.placeholder-blue-300\\/45::placeholder { + color: #93c5fd73; +} + .placeholder-blue-300\\/5::placeholder { color: #93c5fd0d; } @@ -16658,10 +22886,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #93c5fd80; } +.placeholder-blue-300\\/55::placeholder { + color: #93c5fd8c; +} + .placeholder-blue-300\\/60::placeholder { color: #93c5fd99; } +.placeholder-blue-300\\/65::placeholder { + color: #93c5fda6; +} + .placeholder-blue-300\\/70::placeholder { color: #93c5fdb3; } @@ -16674,6 +22910,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #93c5fdcc; } +.placeholder-blue-300\\/85::placeholder { + color: #93c5fdd9; +} + .placeholder-blue-300\\/90::placeholder { color: #93c5fde6; } @@ -16699,6 +22939,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #60a5fa; } +.placeholder-blue-400\\/15::placeholder { + color: #60a5fa26; +} + .placeholder-blue-400\\/20::placeholder { color: #60a5fa33; } @@ -16711,10 +22955,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #60a5fa4d; } +.placeholder-blue-400\\/35::placeholder { + color: #60a5fa59; +} + .placeholder-blue-400\\/40::placeholder { color: #60a5fa66; } +.placeholder-blue-400\\/45::placeholder { + color: #60a5fa73; +} + .placeholder-blue-400\\/5::placeholder { color: #60a5fa0d; } @@ -16723,10 +22975,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #60a5fa80; } +.placeholder-blue-400\\/55::placeholder { + color: #60a5fa8c; +} + .placeholder-blue-400\\/60::placeholder { color: #60a5fa99; } +.placeholder-blue-400\\/65::placeholder { + color: #60a5faa6; +} + .placeholder-blue-400\\/70::placeholder { color: #60a5fab3; } @@ -16739,6 +22999,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #60a5facc; } +.placeholder-blue-400\\/85::placeholder { + color: #60a5fad9; +} + .placeholder-blue-400\\/90::placeholder { color: #60a5fae6; } @@ -16764,6 +23028,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eff6ff; } +.placeholder-blue-50\\/15::placeholder { + color: #eff6ff26; +} + .placeholder-blue-50\\/20::placeholder { color: #eff6ff33; } @@ -16776,10 +23044,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eff6ff4d; } +.placeholder-blue-50\\/35::placeholder { + color: #eff6ff59; +} + .placeholder-blue-50\\/40::placeholder { color: #eff6ff66; } +.placeholder-blue-50\\/45::placeholder { + color: #eff6ff73; +} + .placeholder-blue-50\\/5::placeholder { color: #eff6ff0d; } @@ -16788,10 +23064,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eff6ff80; } +.placeholder-blue-50\\/55::placeholder { + color: #eff6ff8c; +} + .placeholder-blue-50\\/60::placeholder { color: #eff6ff99; } +.placeholder-blue-50\\/65::placeholder { + color: #eff6ffa6; +} + .placeholder-blue-50\\/70::placeholder { color: #eff6ffb3; } @@ -16804,6 +23088,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eff6ffcc; } +.placeholder-blue-50\\/85::placeholder { + color: #eff6ffd9; +} + .placeholder-blue-50\\/90::placeholder { color: #eff6ffe6; } @@ -16829,6 +23117,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b82f6; } +.placeholder-blue-500\\/15::placeholder { + color: #3b82f626; +} + .placeholder-blue-500\\/20::placeholder { color: #3b82f633; } @@ -16841,10 +23133,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b82f64d; } +.placeholder-blue-500\\/35::placeholder { + color: #3b82f659; +} + .placeholder-blue-500\\/40::placeholder { color: #3b82f666; } +.placeholder-blue-500\\/45::placeholder { + color: #3b82f673; +} + .placeholder-blue-500\\/5::placeholder { color: #3b82f60d; } @@ -16853,10 +23153,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b82f680; } +.placeholder-blue-500\\/55::placeholder { + color: #3b82f68c; +} + .placeholder-blue-500\\/60::placeholder { color: #3b82f699; } +.placeholder-blue-500\\/65::placeholder { + color: #3b82f6a6; +} + .placeholder-blue-500\\/70::placeholder { color: #3b82f6b3; } @@ -16869,6 +23177,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b82f6cc; } +.placeholder-blue-500\\/85::placeholder { + color: #3b82f6d9; +} + .placeholder-blue-500\\/90::placeholder { color: #3b82f6e6; } @@ -16894,6 +23206,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2563eb; } +.placeholder-blue-600\\/15::placeholder { + color: #2563eb26; +} + .placeholder-blue-600\\/20::placeholder { color: #2563eb33; } @@ -16906,10 +23222,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2563eb4d; } +.placeholder-blue-600\\/35::placeholder { + color: #2563eb59; +} + .placeholder-blue-600\\/40::placeholder { color: #2563eb66; } +.placeholder-blue-600\\/45::placeholder { + color: #2563eb73; +} + .placeholder-blue-600\\/5::placeholder { color: #2563eb0d; } @@ -16918,10 +23242,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2563eb80; } +.placeholder-blue-600\\/55::placeholder { + color: #2563eb8c; +} + .placeholder-blue-600\\/60::placeholder { color: #2563eb99; } +.placeholder-blue-600\\/65::placeholder { + color: #2563eba6; +} + .placeholder-blue-600\\/70::placeholder { color: #2563ebb3; } @@ -16934,6 +23266,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2563ebcc; } +.placeholder-blue-600\\/85::placeholder { + color: #2563ebd9; +} + .placeholder-blue-600\\/90::placeholder { color: #2563ebe6; } @@ -16959,6 +23295,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1d4ed8; } +.placeholder-blue-700\\/15::placeholder { + color: #1d4ed826; +} + .placeholder-blue-700\\/20::placeholder { color: #1d4ed833; } @@ -16971,10 +23311,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1d4ed84d; } +.placeholder-blue-700\\/35::placeholder { + color: #1d4ed859; +} + .placeholder-blue-700\\/40::placeholder { color: #1d4ed866; } +.placeholder-blue-700\\/45::placeholder { + color: #1d4ed873; +} + .placeholder-blue-700\\/5::placeholder { color: #1d4ed80d; } @@ -16983,10 +23331,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1d4ed880; } +.placeholder-blue-700\\/55::placeholder { + color: #1d4ed88c; +} + .placeholder-blue-700\\/60::placeholder { color: #1d4ed899; } +.placeholder-blue-700\\/65::placeholder { + color: #1d4ed8a6; +} + .placeholder-blue-700\\/70::placeholder { color: #1d4ed8b3; } @@ -16999,6 +23355,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1d4ed8cc; } +.placeholder-blue-700\\/85::placeholder { + color: #1d4ed8d9; +} + .placeholder-blue-700\\/90::placeholder { color: #1d4ed8e6; } @@ -17024,6 +23384,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e40af; } +.placeholder-blue-800\\/15::placeholder { + color: #1e40af26; +} + .placeholder-blue-800\\/20::placeholder { color: #1e40af33; } @@ -17036,10 +23400,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e40af4d; } +.placeholder-blue-800\\/35::placeholder { + color: #1e40af59; +} + .placeholder-blue-800\\/40::placeholder { color: #1e40af66; } +.placeholder-blue-800\\/45::placeholder { + color: #1e40af73; +} + .placeholder-blue-800\\/5::placeholder { color: #1e40af0d; } @@ -17048,10 +23420,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e40af80; } +.placeholder-blue-800\\/55::placeholder { + color: #1e40af8c; +} + .placeholder-blue-800\\/60::placeholder { color: #1e40af99; } +.placeholder-blue-800\\/65::placeholder { + color: #1e40afa6; +} + .placeholder-blue-800\\/70::placeholder { color: #1e40afb3; } @@ -17064,6 +23444,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e40afcc; } +.placeholder-blue-800\\/85::placeholder { + color: #1e40afd9; +} + .placeholder-blue-800\\/90::placeholder { color: #1e40afe6; } @@ -17089,6 +23473,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e3a8a; } +.placeholder-blue-900\\/15::placeholder { + color: #1e3a8a26; +} + .placeholder-blue-900\\/20::placeholder { color: #1e3a8a33; } @@ -17101,10 +23489,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e3a8a4d; } +.placeholder-blue-900\\/35::placeholder { + color: #1e3a8a59; +} + .placeholder-blue-900\\/40::placeholder { color: #1e3a8a66; } +.placeholder-blue-900\\/45::placeholder { + color: #1e3a8a73; +} + .placeholder-blue-900\\/5::placeholder { color: #1e3a8a0d; } @@ -17113,10 +23509,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e3a8a80; } +.placeholder-blue-900\\/55::placeholder { + color: #1e3a8a8c; +} + .placeholder-blue-900\\/60::placeholder { color: #1e3a8a99; } +.placeholder-blue-900\\/65::placeholder { + color: #1e3a8aa6; +} + .placeholder-blue-900\\/70::placeholder { color: #1e3a8ab3; } @@ -17129,6 +23533,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e3a8acc; } +.placeholder-blue-900\\/85::placeholder { + color: #1e3a8ad9; +} + .placeholder-blue-900\\/90::placeholder { color: #1e3a8ae6; } @@ -17154,6 +23562,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #172554; } +.placeholder-blue-950\\/15::placeholder { + color: #17255426; +} + .placeholder-blue-950\\/20::placeholder { color: #17255433; } @@ -17166,10 +23578,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1725544d; } +.placeholder-blue-950\\/35::placeholder { + color: #17255459; +} + .placeholder-blue-950\\/40::placeholder { color: #17255466; } +.placeholder-blue-950\\/45::placeholder { + color: #17255473; +} + .placeholder-blue-950\\/5::placeholder { color: #1725540d; } @@ -17178,10 +23598,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #17255480; } +.placeholder-blue-950\\/55::placeholder { + color: #1725548c; +} + .placeholder-blue-950\\/60::placeholder { color: #17255499; } +.placeholder-blue-950\\/65::placeholder { + color: #172554a6; +} + .placeholder-blue-950\\/70::placeholder { color: #172554b3; } @@ -17194,6 +23622,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #172554cc; } +.placeholder-blue-950\\/85::placeholder { + color: #172554d9; +} + .placeholder-blue-950\\/90::placeholder { color: #172554e6; } @@ -17223,6 +23655,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cffafe; } +.placeholder-cyan-100\\/15::placeholder { + color: #cffafe26; +} + .placeholder-cyan-100\\/20::placeholder { color: #cffafe33; } @@ -17235,10 +23671,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cffafe4d; } +.placeholder-cyan-100\\/35::placeholder { + color: #cffafe59; +} + .placeholder-cyan-100\\/40::placeholder { color: #cffafe66; } +.placeholder-cyan-100\\/45::placeholder { + color: #cffafe73; +} + .placeholder-cyan-100\\/5::placeholder { color: #cffafe0d; } @@ -17247,10 +23691,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cffafe80; } +.placeholder-cyan-100\\/55::placeholder { + color: #cffafe8c; +} + .placeholder-cyan-100\\/60::placeholder { color: #cffafe99; } +.placeholder-cyan-100\\/65::placeholder { + color: #cffafea6; +} + .placeholder-cyan-100\\/70::placeholder { color: #cffafeb3; } @@ -17263,6 +23715,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cffafecc; } +.placeholder-cyan-100\\/85::placeholder { + color: #cffafed9; +} + .placeholder-cyan-100\\/90::placeholder { color: #cffafee6; } @@ -17288,6 +23744,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5f3fc; } +.placeholder-cyan-200\\/15::placeholder { + color: #a5f3fc26; +} + .placeholder-cyan-200\\/20::placeholder { color: #a5f3fc33; } @@ -17300,10 +23760,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5f3fc4d; } +.placeholder-cyan-200\\/35::placeholder { + color: #a5f3fc59; +} + .placeholder-cyan-200\\/40::placeholder { color: #a5f3fc66; } +.placeholder-cyan-200\\/45::placeholder { + color: #a5f3fc73; +} + .placeholder-cyan-200\\/5::placeholder { color: #a5f3fc0d; } @@ -17312,10 +23780,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5f3fc80; } +.placeholder-cyan-200\\/55::placeholder { + color: #a5f3fc8c; +} + .placeholder-cyan-200\\/60::placeholder { color: #a5f3fc99; } +.placeholder-cyan-200\\/65::placeholder { + color: #a5f3fca6; +} + .placeholder-cyan-200\\/70::placeholder { color: #a5f3fcb3; } @@ -17328,6 +23804,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5f3fccc; } +.placeholder-cyan-200\\/85::placeholder { + color: #a5f3fcd9; +} + .placeholder-cyan-200\\/90::placeholder { color: #a5f3fce6; } @@ -17353,6 +23833,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #67e8f9; } +.placeholder-cyan-300\\/15::placeholder { + color: #67e8f926; +} + .placeholder-cyan-300\\/20::placeholder { color: #67e8f933; } @@ -17365,10 +23849,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #67e8f94d; } +.placeholder-cyan-300\\/35::placeholder { + color: #67e8f959; +} + .placeholder-cyan-300\\/40::placeholder { color: #67e8f966; } +.placeholder-cyan-300\\/45::placeholder { + color: #67e8f973; +} + .placeholder-cyan-300\\/5::placeholder { color: #67e8f90d; } @@ -17377,10 +23869,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #67e8f980; } +.placeholder-cyan-300\\/55::placeholder { + color: #67e8f98c; +} + .placeholder-cyan-300\\/60::placeholder { color: #67e8f999; } +.placeholder-cyan-300\\/65::placeholder { + color: #67e8f9a6; +} + .placeholder-cyan-300\\/70::placeholder { color: #67e8f9b3; } @@ -17393,6 +23893,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #67e8f9cc; } +.placeholder-cyan-300\\/85::placeholder { + color: #67e8f9d9; +} + .placeholder-cyan-300\\/90::placeholder { color: #67e8f9e6; } @@ -17418,6 +23922,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22d3ee; } +.placeholder-cyan-400\\/15::placeholder { + color: #22d3ee26; +} + .placeholder-cyan-400\\/20::placeholder { color: #22d3ee33; } @@ -17430,10 +23938,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22d3ee4d; } +.placeholder-cyan-400\\/35::placeholder { + color: #22d3ee59; +} + .placeholder-cyan-400\\/40::placeholder { color: #22d3ee66; } +.placeholder-cyan-400\\/45::placeholder { + color: #22d3ee73; +} + .placeholder-cyan-400\\/5::placeholder { color: #22d3ee0d; } @@ -17442,10 +23958,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22d3ee80; } +.placeholder-cyan-400\\/55::placeholder { + color: #22d3ee8c; +} + .placeholder-cyan-400\\/60::placeholder { color: #22d3ee99; } +.placeholder-cyan-400\\/65::placeholder { + color: #22d3eea6; +} + .placeholder-cyan-400\\/70::placeholder { color: #22d3eeb3; } @@ -17458,6 +23982,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22d3eecc; } +.placeholder-cyan-400\\/85::placeholder { + color: #22d3eed9; +} + .placeholder-cyan-400\\/90::placeholder { color: #22d3eee6; } @@ -17483,6 +24011,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfeff; } +.placeholder-cyan-50\\/15::placeholder { + color: #ecfeff26; +} + .placeholder-cyan-50\\/20::placeholder { color: #ecfeff33; } @@ -17495,10 +24027,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfeff4d; } +.placeholder-cyan-50\\/35::placeholder { + color: #ecfeff59; +} + .placeholder-cyan-50\\/40::placeholder { color: #ecfeff66; } +.placeholder-cyan-50\\/45::placeholder { + color: #ecfeff73; +} + .placeholder-cyan-50\\/5::placeholder { color: #ecfeff0d; } @@ -17507,10 +24047,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfeff80; } +.placeholder-cyan-50\\/55::placeholder { + color: #ecfeff8c; +} + .placeholder-cyan-50\\/60::placeholder { color: #ecfeff99; } +.placeholder-cyan-50\\/65::placeholder { + color: #ecfeffa6; +} + .placeholder-cyan-50\\/70::placeholder { color: #ecfeffb3; } @@ -17523,6 +24071,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfeffcc; } +.placeholder-cyan-50\\/85::placeholder { + color: #ecfeffd9; +} + .placeholder-cyan-50\\/90::placeholder { color: #ecfeffe6; } @@ -17548,6 +24100,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #06b6d4; } +.placeholder-cyan-500\\/15::placeholder { + color: #06b6d426; +} + .placeholder-cyan-500\\/20::placeholder { color: #06b6d433; } @@ -17560,10 +24116,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #06b6d44d; } +.placeholder-cyan-500\\/35::placeholder { + color: #06b6d459; +} + .placeholder-cyan-500\\/40::placeholder { color: #06b6d466; } +.placeholder-cyan-500\\/45::placeholder { + color: #06b6d473; +} + .placeholder-cyan-500\\/5::placeholder { color: #06b6d40d; } @@ -17572,10 +24136,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #06b6d480; } +.placeholder-cyan-500\\/55::placeholder { + color: #06b6d48c; +} + .placeholder-cyan-500\\/60::placeholder { color: #06b6d499; } +.placeholder-cyan-500\\/65::placeholder { + color: #06b6d4a6; +} + .placeholder-cyan-500\\/70::placeholder { color: #06b6d4b3; } @@ -17588,6 +24160,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #06b6d4cc; } +.placeholder-cyan-500\\/85::placeholder { + color: #06b6d4d9; +} + .placeholder-cyan-500\\/90::placeholder { color: #06b6d4e6; } @@ -17613,6 +24189,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0891b2; } +.placeholder-cyan-600\\/15::placeholder { + color: #0891b226; +} + .placeholder-cyan-600\\/20::placeholder { color: #0891b233; } @@ -17625,10 +24205,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0891b24d; } +.placeholder-cyan-600\\/35::placeholder { + color: #0891b259; +} + .placeholder-cyan-600\\/40::placeholder { color: #0891b266; } +.placeholder-cyan-600\\/45::placeholder { + color: #0891b273; +} + .placeholder-cyan-600\\/5::placeholder { color: #0891b20d; } @@ -17637,10 +24225,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0891b280; } +.placeholder-cyan-600\\/55::placeholder { + color: #0891b28c; +} + .placeholder-cyan-600\\/60::placeholder { color: #0891b299; } +.placeholder-cyan-600\\/65::placeholder { + color: #0891b2a6; +} + .placeholder-cyan-600\\/70::placeholder { color: #0891b2b3; } @@ -17653,6 +24249,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0891b2cc; } +.placeholder-cyan-600\\/85::placeholder { + color: #0891b2d9; +} + .placeholder-cyan-600\\/90::placeholder { color: #0891b2e6; } @@ -17678,6 +24278,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0e7490; } +.placeholder-cyan-700\\/15::placeholder { + color: #0e749026; +} + .placeholder-cyan-700\\/20::placeholder { color: #0e749033; } @@ -17690,10 +24294,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0e74904d; } +.placeholder-cyan-700\\/35::placeholder { + color: #0e749059; +} + .placeholder-cyan-700\\/40::placeholder { color: #0e749066; } +.placeholder-cyan-700\\/45::placeholder { + color: #0e749073; +} + .placeholder-cyan-700\\/5::placeholder { color: #0e74900d; } @@ -17702,10 +24314,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0e749080; } +.placeholder-cyan-700\\/55::placeholder { + color: #0e74908c; +} + .placeholder-cyan-700\\/60::placeholder { color: #0e749099; } +.placeholder-cyan-700\\/65::placeholder { + color: #0e7490a6; +} + .placeholder-cyan-700\\/70::placeholder { color: #0e7490b3; } @@ -17718,6 +24338,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0e7490cc; } +.placeholder-cyan-700\\/85::placeholder { + color: #0e7490d9; +} + .placeholder-cyan-700\\/90::placeholder { color: #0e7490e6; } @@ -17743,6 +24367,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #155e75; } +.placeholder-cyan-800\\/15::placeholder { + color: #155e7526; +} + .placeholder-cyan-800\\/20::placeholder { color: #155e7533; } @@ -17755,10 +24383,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #155e754d; } +.placeholder-cyan-800\\/35::placeholder { + color: #155e7559; +} + .placeholder-cyan-800\\/40::placeholder { color: #155e7566; } +.placeholder-cyan-800\\/45::placeholder { + color: #155e7573; +} + .placeholder-cyan-800\\/5::placeholder { color: #155e750d; } @@ -17767,10 +24403,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #155e7580; } +.placeholder-cyan-800\\/55::placeholder { + color: #155e758c; +} + .placeholder-cyan-800\\/60::placeholder { color: #155e7599; } +.placeholder-cyan-800\\/65::placeholder { + color: #155e75a6; +} + .placeholder-cyan-800\\/70::placeholder { color: #155e75b3; } @@ -17783,6 +24427,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #155e75cc; } +.placeholder-cyan-800\\/85::placeholder { + color: #155e75d9; +} + .placeholder-cyan-800\\/90::placeholder { color: #155e75e6; } @@ -17808,6 +24456,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #164e63; } +.placeholder-cyan-900\\/15::placeholder { + color: #164e6326; +} + .placeholder-cyan-900\\/20::placeholder { color: #164e6333; } @@ -17820,10 +24472,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #164e634d; } +.placeholder-cyan-900\\/35::placeholder { + color: #164e6359; +} + .placeholder-cyan-900\\/40::placeholder { color: #164e6366; } +.placeholder-cyan-900\\/45::placeholder { + color: #164e6373; +} + .placeholder-cyan-900\\/5::placeholder { color: #164e630d; } @@ -17832,10 +24492,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #164e6380; } +.placeholder-cyan-900\\/55::placeholder { + color: #164e638c; +} + .placeholder-cyan-900\\/60::placeholder { color: #164e6399; } +.placeholder-cyan-900\\/65::placeholder { + color: #164e63a6; +} + .placeholder-cyan-900\\/70::placeholder { color: #164e63b3; } @@ -17848,6 +24516,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #164e63cc; } +.placeholder-cyan-900\\/85::placeholder { + color: #164e63d9; +} + .placeholder-cyan-900\\/90::placeholder { color: #164e63e6; } @@ -17873,6 +24545,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #083344; } +.placeholder-cyan-950\\/15::placeholder { + color: #08334426; +} + .placeholder-cyan-950\\/20::placeholder { color: #08334433; } @@ -17885,10 +24561,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0833444d; } +.placeholder-cyan-950\\/35::placeholder { + color: #08334459; +} + .placeholder-cyan-950\\/40::placeholder { color: #08334466; } +.placeholder-cyan-950\\/45::placeholder { + color: #08334473; +} + .placeholder-cyan-950\\/5::placeholder { color: #0833440d; } @@ -17897,10 +24581,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #08334480; } +.placeholder-cyan-950\\/55::placeholder { + color: #0833448c; +} + .placeholder-cyan-950\\/60::placeholder { color: #08334499; } +.placeholder-cyan-950\\/65::placeholder { + color: #083344a6; +} + .placeholder-cyan-950\\/70::placeholder { color: #083344b3; } @@ -17913,6 +24605,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #083344cc; } +.placeholder-cyan-950\\/85::placeholder { + color: #083344d9; +} + .placeholder-cyan-950\\/90::placeholder { color: #083344e6; } @@ -17938,6 +24634,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1fae5; } +.placeholder-emerald-100\\/15::placeholder { + color: #d1fae526; +} + .placeholder-emerald-100\\/20::placeholder { color: #d1fae533; } @@ -17950,10 +24650,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1fae54d; } +.placeholder-emerald-100\\/35::placeholder { + color: #d1fae559; +} + .placeholder-emerald-100\\/40::placeholder { color: #d1fae566; } +.placeholder-emerald-100\\/45::placeholder { + color: #d1fae573; +} + .placeholder-emerald-100\\/5::placeholder { color: #d1fae50d; } @@ -17962,10 +24670,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1fae580; } +.placeholder-emerald-100\\/55::placeholder { + color: #d1fae58c; +} + .placeholder-emerald-100\\/60::placeholder { color: #d1fae599; } +.placeholder-emerald-100\\/65::placeholder { + color: #d1fae5a6; +} + .placeholder-emerald-100\\/70::placeholder { color: #d1fae5b3; } @@ -17978,6 +24694,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1fae5cc; } +.placeholder-emerald-100\\/85::placeholder { + color: #d1fae5d9; +} + .placeholder-emerald-100\\/90::placeholder { color: #d1fae5e6; } @@ -18003,6 +24723,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a7f3d0; } +.placeholder-emerald-200\\/15::placeholder { + color: #a7f3d026; +} + .placeholder-emerald-200\\/20::placeholder { color: #a7f3d033; } @@ -18015,10 +24739,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a7f3d04d; } +.placeholder-emerald-200\\/35::placeholder { + color: #a7f3d059; +} + .placeholder-emerald-200\\/40::placeholder { color: #a7f3d066; } +.placeholder-emerald-200\\/45::placeholder { + color: #a7f3d073; +} + .placeholder-emerald-200\\/5::placeholder { color: #a7f3d00d; } @@ -18027,10 +24759,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a7f3d080; } +.placeholder-emerald-200\\/55::placeholder { + color: #a7f3d08c; +} + .placeholder-emerald-200\\/60::placeholder { color: #a7f3d099; } +.placeholder-emerald-200\\/65::placeholder { + color: #a7f3d0a6; +} + .placeholder-emerald-200\\/70::placeholder { color: #a7f3d0b3; } @@ -18043,6 +24783,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a7f3d0cc; } +.placeholder-emerald-200\\/85::placeholder { + color: #a7f3d0d9; +} + .placeholder-emerald-200\\/90::placeholder { color: #a7f3d0e6; } @@ -18068,6 +24812,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6ee7b7; } +.placeholder-emerald-300\\/15::placeholder { + color: #6ee7b726; +} + .placeholder-emerald-300\\/20::placeholder { color: #6ee7b733; } @@ -18080,10 +24828,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6ee7b74d; } +.placeholder-emerald-300\\/35::placeholder { + color: #6ee7b759; +} + .placeholder-emerald-300\\/40::placeholder { color: #6ee7b766; } +.placeholder-emerald-300\\/45::placeholder { + color: #6ee7b773; +} + .placeholder-emerald-300\\/5::placeholder { color: #6ee7b70d; } @@ -18092,10 +24848,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6ee7b780; } +.placeholder-emerald-300\\/55::placeholder { + color: #6ee7b78c; +} + .placeholder-emerald-300\\/60::placeholder { color: #6ee7b799; } +.placeholder-emerald-300\\/65::placeholder { + color: #6ee7b7a6; +} + .placeholder-emerald-300\\/70::placeholder { color: #6ee7b7b3; } @@ -18108,6 +24872,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6ee7b7cc; } +.placeholder-emerald-300\\/85::placeholder { + color: #6ee7b7d9; +} + .placeholder-emerald-300\\/90::placeholder { color: #6ee7b7e6; } @@ -18133,6 +24901,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #34d399; } +.placeholder-emerald-400\\/15::placeholder { + color: #34d39926; +} + .placeholder-emerald-400\\/20::placeholder { color: #34d39933; } @@ -18145,10 +24917,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #34d3994d; } +.placeholder-emerald-400\\/35::placeholder { + color: #34d39959; +} + .placeholder-emerald-400\\/40::placeholder { color: #34d39966; } +.placeholder-emerald-400\\/45::placeholder { + color: #34d39973; +} + .placeholder-emerald-400\\/5::placeholder { color: #34d3990d; } @@ -18157,10 +24937,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #34d39980; } +.placeholder-emerald-400\\/55::placeholder { + color: #34d3998c; +} + .placeholder-emerald-400\\/60::placeholder { color: #34d39999; } +.placeholder-emerald-400\\/65::placeholder { + color: #34d399a6; +} + .placeholder-emerald-400\\/70::placeholder { color: #34d399b3; } @@ -18173,6 +24961,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #34d399cc; } +.placeholder-emerald-400\\/85::placeholder { + color: #34d399d9; +} + .placeholder-emerald-400\\/90::placeholder { color: #34d399e6; } @@ -18198,6 +24990,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfdf5; } +.placeholder-emerald-50\\/15::placeholder { + color: #ecfdf526; +} + .placeholder-emerald-50\\/20::placeholder { color: #ecfdf533; } @@ -18210,10 +25006,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfdf54d; } +.placeholder-emerald-50\\/35::placeholder { + color: #ecfdf559; +} + .placeholder-emerald-50\\/40::placeholder { color: #ecfdf566; } +.placeholder-emerald-50\\/45::placeholder { + color: #ecfdf573; +} + .placeholder-emerald-50\\/5::placeholder { color: #ecfdf50d; } @@ -18222,10 +25026,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfdf580; } +.placeholder-emerald-50\\/55::placeholder { + color: #ecfdf58c; +} + .placeholder-emerald-50\\/60::placeholder { color: #ecfdf599; } +.placeholder-emerald-50\\/65::placeholder { + color: #ecfdf5a6; +} + .placeholder-emerald-50\\/70::placeholder { color: #ecfdf5b3; } @@ -18238,6 +25050,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfdf5cc; } +.placeholder-emerald-50\\/85::placeholder { + color: #ecfdf5d9; +} + .placeholder-emerald-50\\/90::placeholder { color: #ecfdf5e6; } @@ -18263,6 +25079,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #10b981; } +.placeholder-emerald-500\\/15::placeholder { + color: #10b98126; +} + .placeholder-emerald-500\\/20::placeholder { color: #10b98133; } @@ -18275,10 +25095,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #10b9814d; } +.placeholder-emerald-500\\/35::placeholder { + color: #10b98159; +} + .placeholder-emerald-500\\/40::placeholder { color: #10b98166; } +.placeholder-emerald-500\\/45::placeholder { + color: #10b98173; +} + .placeholder-emerald-500\\/5::placeholder { color: #10b9810d; } @@ -18287,10 +25115,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #10b98180; } +.placeholder-emerald-500\\/55::placeholder { + color: #10b9818c; +} + .placeholder-emerald-500\\/60::placeholder { color: #10b98199; } +.placeholder-emerald-500\\/65::placeholder { + color: #10b981a6; +} + .placeholder-emerald-500\\/70::placeholder { color: #10b981b3; } @@ -18303,6 +25139,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #10b981cc; } +.placeholder-emerald-500\\/85::placeholder { + color: #10b981d9; +} + .placeholder-emerald-500\\/90::placeholder { color: #10b981e6; } @@ -18328,6 +25168,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #059669; } +.placeholder-emerald-600\\/15::placeholder { + color: #05966926; +} + .placeholder-emerald-600\\/20::placeholder { color: #05966933; } @@ -18340,10 +25184,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0596694d; } +.placeholder-emerald-600\\/35::placeholder { + color: #05966959; +} + .placeholder-emerald-600\\/40::placeholder { color: #05966966; } +.placeholder-emerald-600\\/45::placeholder { + color: #05966973; +} + .placeholder-emerald-600\\/5::placeholder { color: #0596690d; } @@ -18352,10 +25204,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #05966980; } +.placeholder-emerald-600\\/55::placeholder { + color: #0596698c; +} + .placeholder-emerald-600\\/60::placeholder { color: #05966999; } +.placeholder-emerald-600\\/65::placeholder { + color: #059669a6; +} + .placeholder-emerald-600\\/70::placeholder { color: #059669b3; } @@ -18368,6 +25228,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #059669cc; } +.placeholder-emerald-600\\/85::placeholder { + color: #059669d9; +} + .placeholder-emerald-600\\/90::placeholder { color: #059669e6; } @@ -18393,6 +25257,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #047857; } +.placeholder-emerald-700\\/15::placeholder { + color: #04785726; +} + .placeholder-emerald-700\\/20::placeholder { color: #04785733; } @@ -18405,10 +25273,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0478574d; } +.placeholder-emerald-700\\/35::placeholder { + color: #04785759; +} + .placeholder-emerald-700\\/40::placeholder { color: #04785766; } +.placeholder-emerald-700\\/45::placeholder { + color: #04785773; +} + .placeholder-emerald-700\\/5::placeholder { color: #0478570d; } @@ -18417,10 +25293,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #04785780; } +.placeholder-emerald-700\\/55::placeholder { + color: #0478578c; +} + .placeholder-emerald-700\\/60::placeholder { color: #04785799; } +.placeholder-emerald-700\\/65::placeholder { + color: #047857a6; +} + .placeholder-emerald-700\\/70::placeholder { color: #047857b3; } @@ -18433,6 +25317,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #047857cc; } +.placeholder-emerald-700\\/85::placeholder { + color: #047857d9; +} + .placeholder-emerald-700\\/90::placeholder { color: #047857e6; } @@ -18458,6 +25346,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #065f46; } +.placeholder-emerald-800\\/15::placeholder { + color: #065f4626; +} + .placeholder-emerald-800\\/20::placeholder { color: #065f4633; } @@ -18470,10 +25362,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #065f464d; } +.placeholder-emerald-800\\/35::placeholder { + color: #065f4659; +} + .placeholder-emerald-800\\/40::placeholder { color: #065f4666; } +.placeholder-emerald-800\\/45::placeholder { + color: #065f4673; +} + .placeholder-emerald-800\\/5::placeholder { color: #065f460d; } @@ -18482,10 +25382,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #065f4680; } +.placeholder-emerald-800\\/55::placeholder { + color: #065f468c; +} + .placeholder-emerald-800\\/60::placeholder { color: #065f4699; } +.placeholder-emerald-800\\/65::placeholder { + color: #065f46a6; +} + .placeholder-emerald-800\\/70::placeholder { color: #065f46b3; } @@ -18498,6 +25406,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #065f46cc; } +.placeholder-emerald-800\\/85::placeholder { + color: #065f46d9; +} + .placeholder-emerald-800\\/90::placeholder { color: #065f46e6; } @@ -18523,6 +25435,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #064e3b; } +.placeholder-emerald-900\\/15::placeholder { + color: #064e3b26; +} + .placeholder-emerald-900\\/20::placeholder { color: #064e3b33; } @@ -18535,10 +25451,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #064e3b4d; } +.placeholder-emerald-900\\/35::placeholder { + color: #064e3b59; +} + .placeholder-emerald-900\\/40::placeholder { color: #064e3b66; } +.placeholder-emerald-900\\/45::placeholder { + color: #064e3b73; +} + .placeholder-emerald-900\\/5::placeholder { color: #064e3b0d; } @@ -18547,10 +25471,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #064e3b80; } +.placeholder-emerald-900\\/55::placeholder { + color: #064e3b8c; +} + .placeholder-emerald-900\\/60::placeholder { color: #064e3b99; } +.placeholder-emerald-900\\/65::placeholder { + color: #064e3ba6; +} + .placeholder-emerald-900\\/70::placeholder { color: #064e3bb3; } @@ -18563,6 +25495,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #064e3bcc; } +.placeholder-emerald-900\\/85::placeholder { + color: #064e3bd9; +} + .placeholder-emerald-900\\/90::placeholder { color: #064e3be6; } @@ -18588,6 +25524,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #022c22; } +.placeholder-emerald-950\\/15::placeholder { + color: #022c2226; +} + .placeholder-emerald-950\\/20::placeholder { color: #022c2233; } @@ -18600,10 +25540,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #022c224d; } +.placeholder-emerald-950\\/35::placeholder { + color: #022c2259; +} + .placeholder-emerald-950\\/40::placeholder { color: #022c2266; } +.placeholder-emerald-950\\/45::placeholder { + color: #022c2273; +} + .placeholder-emerald-950\\/5::placeholder { color: #022c220d; } @@ -18612,10 +25560,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #022c2280; } +.placeholder-emerald-950\\/55::placeholder { + color: #022c228c; +} + .placeholder-emerald-950\\/60::placeholder { color: #022c2299; } +.placeholder-emerald-950\\/65::placeholder { + color: #022c22a6; +} + .placeholder-emerald-950\\/70::placeholder { color: #022c22b3; } @@ -18628,6 +25584,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #022c22cc; } +.placeholder-emerald-950\\/85::placeholder { + color: #022c22d9; +} + .placeholder-emerald-950\\/90::placeholder { color: #022c22e6; } @@ -18653,6 +25613,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fae8ff; } +.placeholder-fuchsia-100\\/15::placeholder { + color: #fae8ff26; +} + .placeholder-fuchsia-100\\/20::placeholder { color: #fae8ff33; } @@ -18665,10 +25629,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fae8ff4d; } +.placeholder-fuchsia-100\\/35::placeholder { + color: #fae8ff59; +} + .placeholder-fuchsia-100\\/40::placeholder { color: #fae8ff66; } +.placeholder-fuchsia-100\\/45::placeholder { + color: #fae8ff73; +} + .placeholder-fuchsia-100\\/5::placeholder { color: #fae8ff0d; } @@ -18677,10 +25649,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fae8ff80; } +.placeholder-fuchsia-100\\/55::placeholder { + color: #fae8ff8c; +} + .placeholder-fuchsia-100\\/60::placeholder { color: #fae8ff99; } +.placeholder-fuchsia-100\\/65::placeholder { + color: #fae8ffa6; +} + .placeholder-fuchsia-100\\/70::placeholder { color: #fae8ffb3; } @@ -18693,6 +25673,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fae8ffcc; } +.placeholder-fuchsia-100\\/85::placeholder { + color: #fae8ffd9; +} + .placeholder-fuchsia-100\\/90::placeholder { color: #fae8ffe6; } @@ -18718,6 +25702,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5d0fe; } +.placeholder-fuchsia-200\\/15::placeholder { + color: #f5d0fe26; +} + .placeholder-fuchsia-200\\/20::placeholder { color: #f5d0fe33; } @@ -18730,10 +25718,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5d0fe4d; } +.placeholder-fuchsia-200\\/35::placeholder { + color: #f5d0fe59; +} + .placeholder-fuchsia-200\\/40::placeholder { color: #f5d0fe66; } +.placeholder-fuchsia-200\\/45::placeholder { + color: #f5d0fe73; +} + .placeholder-fuchsia-200\\/5::placeholder { color: #f5d0fe0d; } @@ -18742,10 +25738,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5d0fe80; } +.placeholder-fuchsia-200\\/55::placeholder { + color: #f5d0fe8c; +} + .placeholder-fuchsia-200\\/60::placeholder { color: #f5d0fe99; } +.placeholder-fuchsia-200\\/65::placeholder { + color: #f5d0fea6; +} + .placeholder-fuchsia-200\\/70::placeholder { color: #f5d0feb3; } @@ -18758,6 +25762,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5d0fecc; } +.placeholder-fuchsia-200\\/85::placeholder { + color: #f5d0fed9; +} + .placeholder-fuchsia-200\\/90::placeholder { color: #f5d0fee6; } @@ -18783,6 +25791,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0abfc; } +.placeholder-fuchsia-300\\/15::placeholder { + color: #f0abfc26; +} + .placeholder-fuchsia-300\\/20::placeholder { color: #f0abfc33; } @@ -18795,10 +25807,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0abfc4d; } +.placeholder-fuchsia-300\\/35::placeholder { + color: #f0abfc59; +} + .placeholder-fuchsia-300\\/40::placeholder { color: #f0abfc66; } +.placeholder-fuchsia-300\\/45::placeholder { + color: #f0abfc73; +} + .placeholder-fuchsia-300\\/5::placeholder { color: #f0abfc0d; } @@ -18807,10 +25827,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0abfc80; } +.placeholder-fuchsia-300\\/55::placeholder { + color: #f0abfc8c; +} + .placeholder-fuchsia-300\\/60::placeholder { color: #f0abfc99; } +.placeholder-fuchsia-300\\/65::placeholder { + color: #f0abfca6; +} + .placeholder-fuchsia-300\\/70::placeholder { color: #f0abfcb3; } @@ -18823,6 +25851,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0abfccc; } +.placeholder-fuchsia-300\\/85::placeholder { + color: #f0abfcd9; +} + .placeholder-fuchsia-300\\/90::placeholder { color: #f0abfce6; } @@ -18848,6 +25880,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e879f9; } +.placeholder-fuchsia-400\\/15::placeholder { + color: #e879f926; +} + .placeholder-fuchsia-400\\/20::placeholder { color: #e879f933; } @@ -18860,10 +25896,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e879f94d; } +.placeholder-fuchsia-400\\/35::placeholder { + color: #e879f959; +} + .placeholder-fuchsia-400\\/40::placeholder { color: #e879f966; } +.placeholder-fuchsia-400\\/45::placeholder { + color: #e879f973; +} + .placeholder-fuchsia-400\\/5::placeholder { color: #e879f90d; } @@ -18872,10 +25916,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e879f980; } +.placeholder-fuchsia-400\\/55::placeholder { + color: #e879f98c; +} + .placeholder-fuchsia-400\\/60::placeholder { color: #e879f999; } +.placeholder-fuchsia-400\\/65::placeholder { + color: #e879f9a6; +} + .placeholder-fuchsia-400\\/70::placeholder { color: #e879f9b3; } @@ -18888,6 +25940,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e879f9cc; } +.placeholder-fuchsia-400\\/85::placeholder { + color: #e879f9d9; +} + .placeholder-fuchsia-400\\/90::placeholder { color: #e879f9e6; } @@ -18913,6 +25969,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf4ff; } +.placeholder-fuchsia-50\\/15::placeholder { + color: #fdf4ff26; +} + .placeholder-fuchsia-50\\/20::placeholder { color: #fdf4ff33; } @@ -18925,10 +25985,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf4ff4d; } +.placeholder-fuchsia-50\\/35::placeholder { + color: #fdf4ff59; +} + .placeholder-fuchsia-50\\/40::placeholder { color: #fdf4ff66; } +.placeholder-fuchsia-50\\/45::placeholder { + color: #fdf4ff73; +} + .placeholder-fuchsia-50\\/5::placeholder { color: #fdf4ff0d; } @@ -18937,10 +26005,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf4ff80; } +.placeholder-fuchsia-50\\/55::placeholder { + color: #fdf4ff8c; +} + .placeholder-fuchsia-50\\/60::placeholder { color: #fdf4ff99; } +.placeholder-fuchsia-50\\/65::placeholder { + color: #fdf4ffa6; +} + .placeholder-fuchsia-50\\/70::placeholder { color: #fdf4ffb3; } @@ -18953,6 +26029,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf4ffcc; } +.placeholder-fuchsia-50\\/85::placeholder { + color: #fdf4ffd9; +} + .placeholder-fuchsia-50\\/90::placeholder { color: #fdf4ffe6; } @@ -18978,6 +26058,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d946ef; } +.placeholder-fuchsia-500\\/15::placeholder { + color: #d946ef26; +} + .placeholder-fuchsia-500\\/20::placeholder { color: #d946ef33; } @@ -18990,10 +26074,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d946ef4d; } +.placeholder-fuchsia-500\\/35::placeholder { + color: #d946ef59; +} + .placeholder-fuchsia-500\\/40::placeholder { color: #d946ef66; } +.placeholder-fuchsia-500\\/45::placeholder { + color: #d946ef73; +} + .placeholder-fuchsia-500\\/5::placeholder { color: #d946ef0d; } @@ -19002,10 +26094,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d946ef80; } +.placeholder-fuchsia-500\\/55::placeholder { + color: #d946ef8c; +} + .placeholder-fuchsia-500\\/60::placeholder { color: #d946ef99; } +.placeholder-fuchsia-500\\/65::placeholder { + color: #d946efa6; +} + .placeholder-fuchsia-500\\/70::placeholder { color: #d946efb3; } @@ -19018,6 +26118,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d946efcc; } +.placeholder-fuchsia-500\\/85::placeholder { + color: #d946efd9; +} + .placeholder-fuchsia-500\\/90::placeholder { color: #d946efe6; } @@ -19043,6 +26147,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c026d3; } +.placeholder-fuchsia-600\\/15::placeholder { + color: #c026d326; +} + .placeholder-fuchsia-600\\/20::placeholder { color: #c026d333; } @@ -19055,10 +26163,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c026d34d; } +.placeholder-fuchsia-600\\/35::placeholder { + color: #c026d359; +} + .placeholder-fuchsia-600\\/40::placeholder { color: #c026d366; } +.placeholder-fuchsia-600\\/45::placeholder { + color: #c026d373; +} + .placeholder-fuchsia-600\\/5::placeholder { color: #c026d30d; } @@ -19067,10 +26183,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c026d380; } +.placeholder-fuchsia-600\\/55::placeholder { + color: #c026d38c; +} + .placeholder-fuchsia-600\\/60::placeholder { color: #c026d399; } +.placeholder-fuchsia-600\\/65::placeholder { + color: #c026d3a6; +} + .placeholder-fuchsia-600\\/70::placeholder { color: #c026d3b3; } @@ -19083,6 +26207,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c026d3cc; } +.placeholder-fuchsia-600\\/85::placeholder { + color: #c026d3d9; +} + .placeholder-fuchsia-600\\/90::placeholder { color: #c026d3e6; } @@ -19108,6 +26236,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a21caf; } +.placeholder-fuchsia-700\\/15::placeholder { + color: #a21caf26; +} + .placeholder-fuchsia-700\\/20::placeholder { color: #a21caf33; } @@ -19120,10 +26252,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a21caf4d; } +.placeholder-fuchsia-700\\/35::placeholder { + color: #a21caf59; +} + .placeholder-fuchsia-700\\/40::placeholder { color: #a21caf66; } +.placeholder-fuchsia-700\\/45::placeholder { + color: #a21caf73; +} + .placeholder-fuchsia-700\\/5::placeholder { color: #a21caf0d; } @@ -19132,10 +26272,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a21caf80; } +.placeholder-fuchsia-700\\/55::placeholder { + color: #a21caf8c; +} + .placeholder-fuchsia-700\\/60::placeholder { color: #a21caf99; } +.placeholder-fuchsia-700\\/65::placeholder { + color: #a21cafa6; +} + .placeholder-fuchsia-700\\/70::placeholder { color: #a21cafb3; } @@ -19148,6 +26296,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a21cafcc; } +.placeholder-fuchsia-700\\/85::placeholder { + color: #a21cafd9; +} + .placeholder-fuchsia-700\\/90::placeholder { color: #a21cafe6; } @@ -19173,6 +26325,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86198f; } +.placeholder-fuchsia-800\\/15::placeholder { + color: #86198f26; +} + .placeholder-fuchsia-800\\/20::placeholder { color: #86198f33; } @@ -19185,10 +26341,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86198f4d; } +.placeholder-fuchsia-800\\/35::placeholder { + color: #86198f59; +} + .placeholder-fuchsia-800\\/40::placeholder { color: #86198f66; } +.placeholder-fuchsia-800\\/45::placeholder { + color: #86198f73; +} + .placeholder-fuchsia-800\\/5::placeholder { color: #86198f0d; } @@ -19197,10 +26361,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86198f80; } +.placeholder-fuchsia-800\\/55::placeholder { + color: #86198f8c; +} + .placeholder-fuchsia-800\\/60::placeholder { color: #86198f99; } +.placeholder-fuchsia-800\\/65::placeholder { + color: #86198fa6; +} + .placeholder-fuchsia-800\\/70::placeholder { color: #86198fb3; } @@ -19213,6 +26385,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86198fcc; } +.placeholder-fuchsia-800\\/85::placeholder { + color: #86198fd9; +} + .placeholder-fuchsia-800\\/90::placeholder { color: #86198fe6; } @@ -19238,6 +26414,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #701a75; } +.placeholder-fuchsia-900\\/15::placeholder { + color: #701a7526; +} + .placeholder-fuchsia-900\\/20::placeholder { color: #701a7533; } @@ -19250,10 +26430,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #701a754d; } +.placeholder-fuchsia-900\\/35::placeholder { + color: #701a7559; +} + .placeholder-fuchsia-900\\/40::placeholder { color: #701a7566; } +.placeholder-fuchsia-900\\/45::placeholder { + color: #701a7573; +} + .placeholder-fuchsia-900\\/5::placeholder { color: #701a750d; } @@ -19262,10 +26450,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #701a7580; } +.placeholder-fuchsia-900\\/55::placeholder { + color: #701a758c; +} + .placeholder-fuchsia-900\\/60::placeholder { color: #701a7599; } +.placeholder-fuchsia-900\\/65::placeholder { + color: #701a75a6; +} + .placeholder-fuchsia-900\\/70::placeholder { color: #701a75b3; } @@ -19278,6 +26474,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #701a75cc; } +.placeholder-fuchsia-900\\/85::placeholder { + color: #701a75d9; +} + .placeholder-fuchsia-900\\/90::placeholder { color: #701a75e6; } @@ -19303,6 +26503,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4a044e; } +.placeholder-fuchsia-950\\/15::placeholder { + color: #4a044e26; +} + .placeholder-fuchsia-950\\/20::placeholder { color: #4a044e33; } @@ -19315,10 +26519,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4a044e4d; } +.placeholder-fuchsia-950\\/35::placeholder { + color: #4a044e59; +} + .placeholder-fuchsia-950\\/40::placeholder { color: #4a044e66; } +.placeholder-fuchsia-950\\/45::placeholder { + color: #4a044e73; +} + .placeholder-fuchsia-950\\/5::placeholder { color: #4a044e0d; } @@ -19327,10 +26539,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4a044e80; } +.placeholder-fuchsia-950\\/55::placeholder { + color: #4a044e8c; +} + .placeholder-fuchsia-950\\/60::placeholder { color: #4a044e99; } +.placeholder-fuchsia-950\\/65::placeholder { + color: #4a044ea6; +} + .placeholder-fuchsia-950\\/70::placeholder { color: #4a044eb3; } @@ -19343,6 +26563,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4a044ecc; } +.placeholder-fuchsia-950\\/85::placeholder { + color: #4a044ed9; +} + .placeholder-fuchsia-950\\/90::placeholder { color: #4a044ee6; } @@ -19368,6 +26592,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3f4f6; } +.placeholder-gray-100\\/15::placeholder { + color: #f3f4f626; +} + .placeholder-gray-100\\/20::placeholder { color: #f3f4f633; } @@ -19380,10 +26608,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3f4f64d; } +.placeholder-gray-100\\/35::placeholder { + color: #f3f4f659; +} + .placeholder-gray-100\\/40::placeholder { color: #f3f4f666; } +.placeholder-gray-100\\/45::placeholder { + color: #f3f4f673; +} + .placeholder-gray-100\\/5::placeholder { color: #f3f4f60d; } @@ -19392,10 +26628,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3f4f680; } +.placeholder-gray-100\\/55::placeholder { + color: #f3f4f68c; +} + .placeholder-gray-100\\/60::placeholder { color: #f3f4f699; } +.placeholder-gray-100\\/65::placeholder { + color: #f3f4f6a6; +} + .placeholder-gray-100\\/70::placeholder { color: #f3f4f6b3; } @@ -19408,6 +26652,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3f4f6cc; } +.placeholder-gray-100\\/85::placeholder { + color: #f3f4f6d9; +} + .placeholder-gray-100\\/90::placeholder { color: #f3f4f6e6; } @@ -19433,6 +26681,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e7eb; } +.placeholder-gray-200\\/15::placeholder { + color: #e5e7eb26; +} + .placeholder-gray-200\\/20::placeholder { color: #e5e7eb33; } @@ -19445,10 +26697,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e7eb4d; } +.placeholder-gray-200\\/35::placeholder { + color: #e5e7eb59; +} + .placeholder-gray-200\\/40::placeholder { color: #e5e7eb66; } +.placeholder-gray-200\\/45::placeholder { + color: #e5e7eb73; +} + .placeholder-gray-200\\/5::placeholder { color: #e5e7eb0d; } @@ -19457,10 +26717,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e7eb80; } +.placeholder-gray-200\\/55::placeholder { + color: #e5e7eb8c; +} + .placeholder-gray-200\\/60::placeholder { color: #e5e7eb99; } +.placeholder-gray-200\\/65::placeholder { + color: #e5e7eba6; +} + .placeholder-gray-200\\/70::placeholder { color: #e5e7ebb3; } @@ -19473,6 +26741,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e7ebcc; } +.placeholder-gray-200\\/85::placeholder { + color: #e5e7ebd9; +} + .placeholder-gray-200\\/90::placeholder { color: #e5e7ebe6; } @@ -19498,6 +26770,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1d5db; } +.placeholder-gray-300\\/15::placeholder { + color: #d1d5db26; +} + .placeholder-gray-300\\/20::placeholder { color: #d1d5db33; } @@ -19510,10 +26786,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1d5db4d; } +.placeholder-gray-300\\/35::placeholder { + color: #d1d5db59; +} + .placeholder-gray-300\\/40::placeholder { color: #d1d5db66; } +.placeholder-gray-300\\/45::placeholder { + color: #d1d5db73; +} + .placeholder-gray-300\\/5::placeholder { color: #d1d5db0d; } @@ -19522,10 +26806,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1d5db80; } +.placeholder-gray-300\\/55::placeholder { + color: #d1d5db8c; +} + .placeholder-gray-300\\/60::placeholder { color: #d1d5db99; } +.placeholder-gray-300\\/65::placeholder { + color: #d1d5dba6; +} + .placeholder-gray-300\\/70::placeholder { color: #d1d5dbb3; } @@ -19538,6 +26830,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d1d5dbcc; } +.placeholder-gray-300\\/85::placeholder { + color: #d1d5dbd9; +} + .placeholder-gray-300\\/90::placeholder { color: #d1d5dbe6; } @@ -19563,6 +26859,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9ca3af; } +.placeholder-gray-400\\/15::placeholder { + color: #9ca3af26; +} + .placeholder-gray-400\\/20::placeholder { color: #9ca3af33; } @@ -19575,10 +26875,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9ca3af4d; } +.placeholder-gray-400\\/35::placeholder { + color: #9ca3af59; +} + .placeholder-gray-400\\/40::placeholder { color: #9ca3af66; } +.placeholder-gray-400\\/45::placeholder { + color: #9ca3af73; +} + .placeholder-gray-400\\/5::placeholder { color: #9ca3af0d; } @@ -19587,10 +26895,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9ca3af80; } +.placeholder-gray-400\\/55::placeholder { + color: #9ca3af8c; +} + .placeholder-gray-400\\/60::placeholder { color: #9ca3af99; } +.placeholder-gray-400\\/65::placeholder { + color: #9ca3afa6; +} + .placeholder-gray-400\\/70::placeholder { color: #9ca3afb3; } @@ -19603,6 +26919,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9ca3afcc; } +.placeholder-gray-400\\/85::placeholder { + color: #9ca3afd9; +} + .placeholder-gray-400\\/90::placeholder { color: #9ca3afe6; } @@ -19628,6 +26948,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9fafb; } +.placeholder-gray-50\\/15::placeholder { + color: #f9fafb26; +} + .placeholder-gray-50\\/20::placeholder { color: #f9fafb33; } @@ -19640,10 +26964,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9fafb4d; } +.placeholder-gray-50\\/35::placeholder { + color: #f9fafb59; +} + .placeholder-gray-50\\/40::placeholder { color: #f9fafb66; } +.placeholder-gray-50\\/45::placeholder { + color: #f9fafb73; +} + .placeholder-gray-50\\/5::placeholder { color: #f9fafb0d; } @@ -19652,10 +26984,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9fafb80; } +.placeholder-gray-50\\/55::placeholder { + color: #f9fafb8c; +} + .placeholder-gray-50\\/60::placeholder { color: #f9fafb99; } +.placeholder-gray-50\\/65::placeholder { + color: #f9fafba6; +} + .placeholder-gray-50\\/70::placeholder { color: #f9fafbb3; } @@ -19668,6 +27008,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9fafbcc; } +.placeholder-gray-50\\/85::placeholder { + color: #f9fafbd9; +} + .placeholder-gray-50\\/90::placeholder { color: #f9fafbe6; } @@ -19693,6 +27037,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b7280; } +.placeholder-gray-500\\/15::placeholder { + color: #6b728026; +} + .placeholder-gray-500\\/20::placeholder { color: #6b728033; } @@ -19705,10 +27053,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b72804d; } +.placeholder-gray-500\\/35::placeholder { + color: #6b728059; +} + .placeholder-gray-500\\/40::placeholder { color: #6b728066; } +.placeholder-gray-500\\/45::placeholder { + color: #6b728073; +} + .placeholder-gray-500\\/5::placeholder { color: #6b72800d; } @@ -19717,10 +27073,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b728080; } +.placeholder-gray-500\\/55::placeholder { + color: #6b72808c; +} + .placeholder-gray-500\\/60::placeholder { color: #6b728099; } +.placeholder-gray-500\\/65::placeholder { + color: #6b7280a6; +} + .placeholder-gray-500\\/70::placeholder { color: #6b7280b3; } @@ -19733,6 +27097,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b7280cc; } +.placeholder-gray-500\\/85::placeholder { + color: #6b7280d9; +} + .placeholder-gray-500\\/90::placeholder { color: #6b7280e6; } @@ -19758,6 +27126,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4b5563; } +.placeholder-gray-600\\/15::placeholder { + color: #4b556326; +} + .placeholder-gray-600\\/20::placeholder { color: #4b556333; } @@ -19770,10 +27142,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4b55634d; } +.placeholder-gray-600\\/35::placeholder { + color: #4b556359; +} + .placeholder-gray-600\\/40::placeholder { color: #4b556366; } +.placeholder-gray-600\\/45::placeholder { + color: #4b556373; +} + .placeholder-gray-600\\/5::placeholder { color: #4b55630d; } @@ -19782,10 +27162,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4b556380; } +.placeholder-gray-600\\/55::placeholder { + color: #4b55638c; +} + .placeholder-gray-600\\/60::placeholder { color: #4b556399; } +.placeholder-gray-600\\/65::placeholder { + color: #4b5563a6; +} + .placeholder-gray-600\\/70::placeholder { color: #4b5563b3; } @@ -19798,6 +27186,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4b5563cc; } +.placeholder-gray-600\\/85::placeholder { + color: #4b5563d9; +} + .placeholder-gray-600\\/90::placeholder { color: #4b5563e6; } @@ -19823,6 +27215,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #374151; } +.placeholder-gray-700\\/15::placeholder { + color: #37415126; +} + .placeholder-gray-700\\/20::placeholder { color: #37415133; } @@ -19835,10 +27231,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3741514d; } +.placeholder-gray-700\\/35::placeholder { + color: #37415159; +} + .placeholder-gray-700\\/40::placeholder { color: #37415166; } +.placeholder-gray-700\\/45::placeholder { + color: #37415173; +} + .placeholder-gray-700\\/5::placeholder { color: #3741510d; } @@ -19847,10 +27251,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #37415180; } +.placeholder-gray-700\\/55::placeholder { + color: #3741518c; +} + .placeholder-gray-700\\/60::placeholder { color: #37415199; } +.placeholder-gray-700\\/65::placeholder { + color: #374151a6; +} + .placeholder-gray-700\\/70::placeholder { color: #374151b3; } @@ -19863,6 +27275,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #374151cc; } +.placeholder-gray-700\\/85::placeholder { + color: #374151d9; +} + .placeholder-gray-700\\/90::placeholder { color: #374151e6; } @@ -19888,6 +27304,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1f2937; } +.placeholder-gray-800\\/15::placeholder { + color: #1f293726; +} + .placeholder-gray-800\\/20::placeholder { color: #1f293733; } @@ -19900,10 +27320,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1f29374d; } +.placeholder-gray-800\\/35::placeholder { + color: #1f293759; +} + .placeholder-gray-800\\/40::placeholder { color: #1f293766; } +.placeholder-gray-800\\/45::placeholder { + color: #1f293773; +} + .placeholder-gray-800\\/5::placeholder { color: #1f29370d; } @@ -19912,10 +27340,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1f293780; } +.placeholder-gray-800\\/55::placeholder { + color: #1f29378c; +} + .placeholder-gray-800\\/60::placeholder { color: #1f293799; } +.placeholder-gray-800\\/65::placeholder { + color: #1f2937a6; +} + .placeholder-gray-800\\/70::placeholder { color: #1f2937b3; } @@ -19928,6 +27364,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1f2937cc; } +.placeholder-gray-800\\/85::placeholder { + color: #1f2937d9; +} + .placeholder-gray-800\\/90::placeholder { color: #1f2937e6; } @@ -19953,6 +27393,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #111827; } +.placeholder-gray-900\\/15::placeholder { + color: #11182726; +} + .placeholder-gray-900\\/20::placeholder { color: #11182733; } @@ -19965,10 +27409,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1118274d; } +.placeholder-gray-900\\/35::placeholder { + color: #11182759; +} + .placeholder-gray-900\\/40::placeholder { color: #11182766; } +.placeholder-gray-900\\/45::placeholder { + color: #11182773; +} + .placeholder-gray-900\\/5::placeholder { color: #1118270d; } @@ -19977,10 +27429,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #11182780; } +.placeholder-gray-900\\/55::placeholder { + color: #1118278c; +} + .placeholder-gray-900\\/60::placeholder { color: #11182799; } +.placeholder-gray-900\\/65::placeholder { + color: #111827a6; +} + .placeholder-gray-900\\/70::placeholder { color: #111827b3; } @@ -19993,6 +27453,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #111827cc; } +.placeholder-gray-900\\/85::placeholder { + color: #111827d9; +} + .placeholder-gray-900\\/90::placeholder { color: #111827e6; } @@ -20018,6 +27482,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #030712; } +.placeholder-gray-950\\/15::placeholder { + color: #03071226; +} + .placeholder-gray-950\\/20::placeholder { color: #03071233; } @@ -20030,10 +27498,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0307124d; } +.placeholder-gray-950\\/35::placeholder { + color: #03071259; +} + .placeholder-gray-950\\/40::placeholder { color: #03071266; } +.placeholder-gray-950\\/45::placeholder { + color: #03071273; +} + .placeholder-gray-950\\/5::placeholder { color: #0307120d; } @@ -20042,10 +27518,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #03071280; } +.placeholder-gray-950\\/55::placeholder { + color: #0307128c; +} + .placeholder-gray-950\\/60::placeholder { color: #03071299; } +.placeholder-gray-950\\/65::placeholder { + color: #030712a6; +} + .placeholder-gray-950\\/70::placeholder { color: #030712b3; } @@ -20058,6 +27542,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #030712cc; } +.placeholder-gray-950\\/85::placeholder { + color: #030712d9; +} + .placeholder-gray-950\\/90::placeholder { color: #030712e6; } @@ -20083,6 +27571,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dcfce7; } +.placeholder-green-100\\/15::placeholder { + color: #dcfce726; +} + .placeholder-green-100\\/20::placeholder { color: #dcfce733; } @@ -20095,10 +27587,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dcfce74d; } +.placeholder-green-100\\/35::placeholder { + color: #dcfce759; +} + .placeholder-green-100\\/40::placeholder { color: #dcfce766; } +.placeholder-green-100\\/45::placeholder { + color: #dcfce773; +} + .placeholder-green-100\\/5::placeholder { color: #dcfce70d; } @@ -20107,10 +27607,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dcfce780; } +.placeholder-green-100\\/55::placeholder { + color: #dcfce78c; +} + .placeholder-green-100\\/60::placeholder { color: #dcfce799; } +.placeholder-green-100\\/65::placeholder { + color: #dcfce7a6; +} + .placeholder-green-100\\/70::placeholder { color: #dcfce7b3; } @@ -20123,6 +27631,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dcfce7cc; } +.placeholder-green-100\\/85::placeholder { + color: #dcfce7d9; +} + .placeholder-green-100\\/90::placeholder { color: #dcfce7e6; } @@ -20148,6 +27660,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bbf7d0; } +.placeholder-green-200\\/15::placeholder { + color: #bbf7d026; +} + .placeholder-green-200\\/20::placeholder { color: #bbf7d033; } @@ -20160,10 +27676,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bbf7d04d; } +.placeholder-green-200\\/35::placeholder { + color: #bbf7d059; +} + .placeholder-green-200\\/40::placeholder { color: #bbf7d066; } +.placeholder-green-200\\/45::placeholder { + color: #bbf7d073; +} + .placeholder-green-200\\/5::placeholder { color: #bbf7d00d; } @@ -20172,10 +27696,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bbf7d080; } +.placeholder-green-200\\/55::placeholder { + color: #bbf7d08c; +} + .placeholder-green-200\\/60::placeholder { color: #bbf7d099; } +.placeholder-green-200\\/65::placeholder { + color: #bbf7d0a6; +} + .placeholder-green-200\\/70::placeholder { color: #bbf7d0b3; } @@ -20188,6 +27720,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bbf7d0cc; } +.placeholder-green-200\\/85::placeholder { + color: #bbf7d0d9; +} + .placeholder-green-200\\/90::placeholder { color: #bbf7d0e6; } @@ -20213,6 +27749,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86efac; } +.placeholder-green-300\\/15::placeholder { + color: #86efac26; +} + .placeholder-green-300\\/20::placeholder { color: #86efac33; } @@ -20225,10 +27765,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86efac4d; } +.placeholder-green-300\\/35::placeholder { + color: #86efac59; +} + .placeholder-green-300\\/40::placeholder { color: #86efac66; } +.placeholder-green-300\\/45::placeholder { + color: #86efac73; +} + .placeholder-green-300\\/5::placeholder { color: #86efac0d; } @@ -20237,10 +27785,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86efac80; } +.placeholder-green-300\\/55::placeholder { + color: #86efac8c; +} + .placeholder-green-300\\/60::placeholder { color: #86efac99; } +.placeholder-green-300\\/65::placeholder { + color: #86efaca6; +} + .placeholder-green-300\\/70::placeholder { color: #86efacb3; } @@ -20253,6 +27809,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #86efaccc; } +.placeholder-green-300\\/85::placeholder { + color: #86efacd9; +} + .placeholder-green-300\\/90::placeholder { color: #86eface6; } @@ -20278,6 +27838,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4ade80; } +.placeholder-green-400\\/15::placeholder { + color: #4ade8026; +} + .placeholder-green-400\\/20::placeholder { color: #4ade8033; } @@ -20290,10 +27854,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4ade804d; } +.placeholder-green-400\\/35::placeholder { + color: #4ade8059; +} + .placeholder-green-400\\/40::placeholder { color: #4ade8066; } +.placeholder-green-400\\/45::placeholder { + color: #4ade8073; +} + .placeholder-green-400\\/5::placeholder { color: #4ade800d; } @@ -20302,10 +27874,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4ade8080; } +.placeholder-green-400\\/55::placeholder { + color: #4ade808c; +} + .placeholder-green-400\\/60::placeholder { color: #4ade8099; } +.placeholder-green-400\\/65::placeholder { + color: #4ade80a6; +} + .placeholder-green-400\\/70::placeholder { color: #4ade80b3; } @@ -20318,6 +27898,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4ade80cc; } +.placeholder-green-400\\/85::placeholder { + color: #4ade80d9; +} + .placeholder-green-400\\/90::placeholder { color: #4ade80e6; } @@ -20343,6 +27927,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdf4; } +.placeholder-green-50\\/15::placeholder { + color: #f0fdf426; +} + .placeholder-green-50\\/20::placeholder { color: #f0fdf433; } @@ -20355,10 +27943,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdf44d; } +.placeholder-green-50\\/35::placeholder { + color: #f0fdf459; +} + .placeholder-green-50\\/40::placeholder { color: #f0fdf466; } +.placeholder-green-50\\/45::placeholder { + color: #f0fdf473; +} + .placeholder-green-50\\/5::placeholder { color: #f0fdf40d; } @@ -20367,10 +27963,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdf480; } +.placeholder-green-50\\/55::placeholder { + color: #f0fdf48c; +} + .placeholder-green-50\\/60::placeholder { color: #f0fdf499; } +.placeholder-green-50\\/65::placeholder { + color: #f0fdf4a6; +} + .placeholder-green-50\\/70::placeholder { color: #f0fdf4b3; } @@ -20383,6 +27987,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdf4cc; } +.placeholder-green-50\\/85::placeholder { + color: #f0fdf4d9; +} + .placeholder-green-50\\/90::placeholder { color: #f0fdf4e6; } @@ -20408,6 +28016,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22c55e; } +.placeholder-green-500\\/15::placeholder { + color: #22c55e26; +} + .placeholder-green-500\\/20::placeholder { color: #22c55e33; } @@ -20420,10 +28032,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22c55e4d; } +.placeholder-green-500\\/35::placeholder { + color: #22c55e59; +} + .placeholder-green-500\\/40::placeholder { color: #22c55e66; } +.placeholder-green-500\\/45::placeholder { + color: #22c55e73; +} + .placeholder-green-500\\/5::placeholder { color: #22c55e0d; } @@ -20432,10 +28052,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22c55e80; } +.placeholder-green-500\\/55::placeholder { + color: #22c55e8c; +} + .placeholder-green-500\\/60::placeholder { color: #22c55e99; } +.placeholder-green-500\\/65::placeholder { + color: #22c55ea6; +} + .placeholder-green-500\\/70::placeholder { color: #22c55eb3; } @@ -20448,6 +28076,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #22c55ecc; } +.placeholder-green-500\\/85::placeholder { + color: #22c55ed9; +} + .placeholder-green-500\\/90::placeholder { color: #22c55ee6; } @@ -20473,6 +28105,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #16a34a; } +.placeholder-green-600\\/15::placeholder { + color: #16a34a26; +} + .placeholder-green-600\\/20::placeholder { color: #16a34a33; } @@ -20485,10 +28121,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #16a34a4d; } +.placeholder-green-600\\/35::placeholder { + color: #16a34a59; +} + .placeholder-green-600\\/40::placeholder { color: #16a34a66; } +.placeholder-green-600\\/45::placeholder { + color: #16a34a73; +} + .placeholder-green-600\\/5::placeholder { color: #16a34a0d; } @@ -20497,10 +28141,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #16a34a80; } +.placeholder-green-600\\/55::placeholder { + color: #16a34a8c; +} + .placeholder-green-600\\/60::placeholder { color: #16a34a99; } +.placeholder-green-600\\/65::placeholder { + color: #16a34aa6; +} + .placeholder-green-600\\/70::placeholder { color: #16a34ab3; } @@ -20513,6 +28165,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #16a34acc; } +.placeholder-green-600\\/85::placeholder { + color: #16a34ad9; +} + .placeholder-green-600\\/90::placeholder { color: #16a34ae6; } @@ -20538,6 +28194,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #15803d; } +.placeholder-green-700\\/15::placeholder { + color: #15803d26; +} + .placeholder-green-700\\/20::placeholder { color: #15803d33; } @@ -20550,10 +28210,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #15803d4d; } +.placeholder-green-700\\/35::placeholder { + color: #15803d59; +} + .placeholder-green-700\\/40::placeholder { color: #15803d66; } +.placeholder-green-700\\/45::placeholder { + color: #15803d73; +} + .placeholder-green-700\\/5::placeholder { color: #15803d0d; } @@ -20562,10 +28230,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #15803d80; } +.placeholder-green-700\\/55::placeholder { + color: #15803d8c; +} + .placeholder-green-700\\/60::placeholder { color: #15803d99; } +.placeholder-green-700\\/65::placeholder { + color: #15803da6; +} + .placeholder-green-700\\/70::placeholder { color: #15803db3; } @@ -20578,6 +28254,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #15803dcc; } +.placeholder-green-700\\/85::placeholder { + color: #15803dd9; +} + .placeholder-green-700\\/90::placeholder { color: #15803de6; } @@ -20603,6 +28283,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #166534; } +.placeholder-green-800\\/15::placeholder { + color: #16653426; +} + .placeholder-green-800\\/20::placeholder { color: #16653433; } @@ -20615,10 +28299,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1665344d; } +.placeholder-green-800\\/35::placeholder { + color: #16653459; +} + .placeholder-green-800\\/40::placeholder { color: #16653466; } +.placeholder-green-800\\/45::placeholder { + color: #16653473; +} + .placeholder-green-800\\/5::placeholder { color: #1665340d; } @@ -20627,10 +28319,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #16653480; } +.placeholder-green-800\\/55::placeholder { + color: #1665348c; +} + .placeholder-green-800\\/60::placeholder { color: #16653499; } +.placeholder-green-800\\/65::placeholder { + color: #166534a6; +} + .placeholder-green-800\\/70::placeholder { color: #166534b3; } @@ -20643,6 +28343,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #166534cc; } +.placeholder-green-800\\/85::placeholder { + color: #166534d9; +} + .placeholder-green-800\\/90::placeholder { color: #166534e6; } @@ -20668,6 +28372,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14532d; } +.placeholder-green-900\\/15::placeholder { + color: #14532d26; +} + .placeholder-green-900\\/20::placeholder { color: #14532d33; } @@ -20680,10 +28388,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14532d4d; } +.placeholder-green-900\\/35::placeholder { + color: #14532d59; +} + .placeholder-green-900\\/40::placeholder { color: #14532d66; } +.placeholder-green-900\\/45::placeholder { + color: #14532d73; +} + .placeholder-green-900\\/5::placeholder { color: #14532d0d; } @@ -20692,10 +28408,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14532d80; } +.placeholder-green-900\\/55::placeholder { + color: #14532d8c; +} + .placeholder-green-900\\/60::placeholder { color: #14532d99; } +.placeholder-green-900\\/65::placeholder { + color: #14532da6; +} + .placeholder-green-900\\/70::placeholder { color: #14532db3; } @@ -20708,6 +28432,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14532dcc; } +.placeholder-green-900\\/85::placeholder { + color: #14532dd9; +} + .placeholder-green-900\\/90::placeholder { color: #14532de6; } @@ -20733,6 +28461,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #052e16; } +.placeholder-green-950\\/15::placeholder { + color: #052e1626; +} + .placeholder-green-950\\/20::placeholder { color: #052e1633; } @@ -20745,10 +28477,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #052e164d; } +.placeholder-green-950\\/35::placeholder { + color: #052e1659; +} + .placeholder-green-950\\/40::placeholder { color: #052e1666; } +.placeholder-green-950\\/45::placeholder { + color: #052e1673; +} + .placeholder-green-950\\/5::placeholder { color: #052e160d; } @@ -20757,10 +28497,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #052e1680; } +.placeholder-green-950\\/55::placeholder { + color: #052e168c; +} + .placeholder-green-950\\/60::placeholder { color: #052e1699; } +.placeholder-green-950\\/65::placeholder { + color: #052e16a6; +} + .placeholder-green-950\\/70::placeholder { color: #052e16b3; } @@ -20773,6 +28521,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #052e16cc; } +.placeholder-green-950\\/85::placeholder { + color: #052e16d9; +} + .placeholder-green-950\\/90::placeholder { color: #052e16e6; } @@ -20798,6 +28550,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0e7ff; } +.placeholder-indigo-100\\/15::placeholder { + color: #e0e7ff26; +} + .placeholder-indigo-100\\/20::placeholder { color: #e0e7ff33; } @@ -20810,10 +28566,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0e7ff4d; } +.placeholder-indigo-100\\/35::placeholder { + color: #e0e7ff59; +} + .placeholder-indigo-100\\/40::placeholder { color: #e0e7ff66; } +.placeholder-indigo-100\\/45::placeholder { + color: #e0e7ff73; +} + .placeholder-indigo-100\\/5::placeholder { color: #e0e7ff0d; } @@ -20822,10 +28586,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0e7ff80; } +.placeholder-indigo-100\\/55::placeholder { + color: #e0e7ff8c; +} + .placeholder-indigo-100\\/60::placeholder { color: #e0e7ff99; } +.placeholder-indigo-100\\/65::placeholder { + color: #e0e7ffa6; +} + .placeholder-indigo-100\\/70::placeholder { color: #e0e7ffb3; } @@ -20838,6 +28610,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0e7ffcc; } +.placeholder-indigo-100\\/85::placeholder { + color: #e0e7ffd9; +} + .placeholder-indigo-100\\/90::placeholder { color: #e0e7ffe6; } @@ -20863,6 +28639,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c7d2fe; } +.placeholder-indigo-200\\/15::placeholder { + color: #c7d2fe26; +} + .placeholder-indigo-200\\/20::placeholder { color: #c7d2fe33; } @@ -20875,10 +28655,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c7d2fe4d; } +.placeholder-indigo-200\\/35::placeholder { + color: #c7d2fe59; +} + .placeholder-indigo-200\\/40::placeholder { color: #c7d2fe66; } +.placeholder-indigo-200\\/45::placeholder { + color: #c7d2fe73; +} + .placeholder-indigo-200\\/5::placeholder { color: #c7d2fe0d; } @@ -20887,10 +28675,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c7d2fe80; } +.placeholder-indigo-200\\/55::placeholder { + color: #c7d2fe8c; +} + .placeholder-indigo-200\\/60::placeholder { color: #c7d2fe99; } +.placeholder-indigo-200\\/65::placeholder { + color: #c7d2fea6; +} + .placeholder-indigo-200\\/70::placeholder { color: #c7d2feb3; } @@ -20903,6 +28699,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c7d2fecc; } +.placeholder-indigo-200\\/85::placeholder { + color: #c7d2fed9; +} + .placeholder-indigo-200\\/90::placeholder { color: #c7d2fee6; } @@ -20928,6 +28728,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5b4fc; } +.placeholder-indigo-300\\/15::placeholder { + color: #a5b4fc26; +} + .placeholder-indigo-300\\/20::placeholder { color: #a5b4fc33; } @@ -20940,10 +28744,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5b4fc4d; } +.placeholder-indigo-300\\/35::placeholder { + color: #a5b4fc59; +} + .placeholder-indigo-300\\/40::placeholder { color: #a5b4fc66; } +.placeholder-indigo-300\\/45::placeholder { + color: #a5b4fc73; +} + .placeholder-indigo-300\\/5::placeholder { color: #a5b4fc0d; } @@ -20952,10 +28764,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5b4fc80; } +.placeholder-indigo-300\\/55::placeholder { + color: #a5b4fc8c; +} + .placeholder-indigo-300\\/60::placeholder { color: #a5b4fc99; } +.placeholder-indigo-300\\/65::placeholder { + color: #a5b4fca6; +} + .placeholder-indigo-300\\/70::placeholder { color: #a5b4fcb3; } @@ -20968,6 +28788,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a5b4fccc; } +.placeholder-indigo-300\\/85::placeholder { + color: #a5b4fcd9; +} + .placeholder-indigo-300\\/90::placeholder { color: #a5b4fce6; } @@ -20993,6 +28817,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #818cf8; } +.placeholder-indigo-400\\/15::placeholder { + color: #818cf826; +} + .placeholder-indigo-400\\/20::placeholder { color: #818cf833; } @@ -21005,10 +28833,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #818cf84d; } +.placeholder-indigo-400\\/35::placeholder { + color: #818cf859; +} + .placeholder-indigo-400\\/40::placeholder { color: #818cf866; } +.placeholder-indigo-400\\/45::placeholder { + color: #818cf873; +} + .placeholder-indigo-400\\/5::placeholder { color: #818cf80d; } @@ -21017,10 +28853,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #818cf880; } +.placeholder-indigo-400\\/55::placeholder { + color: #818cf88c; +} + .placeholder-indigo-400\\/60::placeholder { color: #818cf899; } +.placeholder-indigo-400\\/65::placeholder { + color: #818cf8a6; +} + .placeholder-indigo-400\\/70::placeholder { color: #818cf8b3; } @@ -21033,6 +28877,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #818cf8cc; } +.placeholder-indigo-400\\/85::placeholder { + color: #818cf8d9; +} + .placeholder-indigo-400\\/90::placeholder { color: #818cf8e6; } @@ -21058,6 +28906,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eef2ff; } +.placeholder-indigo-50\\/15::placeholder { + color: #eef2ff26; +} + .placeholder-indigo-50\\/20::placeholder { color: #eef2ff33; } @@ -21070,10 +28922,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eef2ff4d; } +.placeholder-indigo-50\\/35::placeholder { + color: #eef2ff59; +} + .placeholder-indigo-50\\/40::placeholder { color: #eef2ff66; } +.placeholder-indigo-50\\/45::placeholder { + color: #eef2ff73; +} + .placeholder-indigo-50\\/5::placeholder { color: #eef2ff0d; } @@ -21082,10 +28942,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eef2ff80; } +.placeholder-indigo-50\\/55::placeholder { + color: #eef2ff8c; +} + .placeholder-indigo-50\\/60::placeholder { color: #eef2ff99; } +.placeholder-indigo-50\\/65::placeholder { + color: #eef2ffa6; +} + .placeholder-indigo-50\\/70::placeholder { color: #eef2ffb3; } @@ -21098,6 +28966,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eef2ffcc; } +.placeholder-indigo-50\\/85::placeholder { + color: #eef2ffd9; +} + .placeholder-indigo-50\\/90::placeholder { color: #eef2ffe6; } @@ -21123,6 +28995,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6366f1; } +.placeholder-indigo-500\\/15::placeholder { + color: #6366f126; +} + .placeholder-indigo-500\\/20::placeholder { color: #6366f133; } @@ -21135,10 +29011,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6366f14d; } +.placeholder-indigo-500\\/35::placeholder { + color: #6366f159; +} + .placeholder-indigo-500\\/40::placeholder { color: #6366f166; } +.placeholder-indigo-500\\/45::placeholder { + color: #6366f173; +} + .placeholder-indigo-500\\/5::placeholder { color: #6366f10d; } @@ -21147,10 +29031,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6366f180; } +.placeholder-indigo-500\\/55::placeholder { + color: #6366f18c; +} + .placeholder-indigo-500\\/60::placeholder { color: #6366f199; } +.placeholder-indigo-500\\/65::placeholder { + color: #6366f1a6; +} + .placeholder-indigo-500\\/70::placeholder { color: #6366f1b3; } @@ -21163,6 +29055,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6366f1cc; } +.placeholder-indigo-500\\/85::placeholder { + color: #6366f1d9; +} + .placeholder-indigo-500\\/90::placeholder { color: #6366f1e6; } @@ -21188,6 +29084,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4f46e5; } +.placeholder-indigo-600\\/15::placeholder { + color: #4f46e526; +} + .placeholder-indigo-600\\/20::placeholder { color: #4f46e533; } @@ -21200,10 +29100,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4f46e54d; } +.placeholder-indigo-600\\/35::placeholder { + color: #4f46e559; +} + .placeholder-indigo-600\\/40::placeholder { color: #4f46e566; } +.placeholder-indigo-600\\/45::placeholder { + color: #4f46e573; +} + .placeholder-indigo-600\\/5::placeholder { color: #4f46e50d; } @@ -21212,10 +29120,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4f46e580; } +.placeholder-indigo-600\\/55::placeholder { + color: #4f46e58c; +} + .placeholder-indigo-600\\/60::placeholder { color: #4f46e599; } +.placeholder-indigo-600\\/65::placeholder { + color: #4f46e5a6; +} + .placeholder-indigo-600\\/70::placeholder { color: #4f46e5b3; } @@ -21228,6 +29144,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4f46e5cc; } +.placeholder-indigo-600\\/85::placeholder { + color: #4f46e5d9; +} + .placeholder-indigo-600\\/90::placeholder { color: #4f46e5e6; } @@ -21253,6 +29173,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4338ca; } +.placeholder-indigo-700\\/15::placeholder { + color: #4338ca26; +} + .placeholder-indigo-700\\/20::placeholder { color: #4338ca33; } @@ -21265,10 +29189,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4338ca4d; } +.placeholder-indigo-700\\/35::placeholder { + color: #4338ca59; +} + .placeholder-indigo-700\\/40::placeholder { color: #4338ca66; } +.placeholder-indigo-700\\/45::placeholder { + color: #4338ca73; +} + .placeholder-indigo-700\\/5::placeholder { color: #4338ca0d; } @@ -21277,10 +29209,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4338ca80; } +.placeholder-indigo-700\\/55::placeholder { + color: #4338ca8c; +} + .placeholder-indigo-700\\/60::placeholder { color: #4338ca99; } +.placeholder-indigo-700\\/65::placeholder { + color: #4338caa6; +} + .placeholder-indigo-700\\/70::placeholder { color: #4338cab3; } @@ -21293,6 +29233,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4338cacc; } +.placeholder-indigo-700\\/85::placeholder { + color: #4338cad9; +} + .placeholder-indigo-700\\/90::placeholder { color: #4338cae6; } @@ -21318,6 +29262,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3730a3; } +.placeholder-indigo-800\\/15::placeholder { + color: #3730a326; +} + .placeholder-indigo-800\\/20::placeholder { color: #3730a333; } @@ -21330,10 +29278,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3730a34d; } +.placeholder-indigo-800\\/35::placeholder { + color: #3730a359; +} + .placeholder-indigo-800\\/40::placeholder { color: #3730a366; } +.placeholder-indigo-800\\/45::placeholder { + color: #3730a373; +} + .placeholder-indigo-800\\/5::placeholder { color: #3730a30d; } @@ -21342,10 +29298,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3730a380; } +.placeholder-indigo-800\\/55::placeholder { + color: #3730a38c; +} + .placeholder-indigo-800\\/60::placeholder { color: #3730a399; } +.placeholder-indigo-800\\/65::placeholder { + color: #3730a3a6; +} + .placeholder-indigo-800\\/70::placeholder { color: #3730a3b3; } @@ -21358,6 +29322,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3730a3cc; } +.placeholder-indigo-800\\/85::placeholder { + color: #3730a3d9; +} + .placeholder-indigo-800\\/90::placeholder { color: #3730a3e6; } @@ -21383,6 +29351,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #312e81; } +.placeholder-indigo-900\\/15::placeholder { + color: #312e8126; +} + .placeholder-indigo-900\\/20::placeholder { color: #312e8133; } @@ -21395,10 +29367,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #312e814d; } +.placeholder-indigo-900\\/35::placeholder { + color: #312e8159; +} + .placeholder-indigo-900\\/40::placeholder { color: #312e8166; } +.placeholder-indigo-900\\/45::placeholder { + color: #312e8173; +} + .placeholder-indigo-900\\/5::placeholder { color: #312e810d; } @@ -21407,10 +29387,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #312e8180; } +.placeholder-indigo-900\\/55::placeholder { + color: #312e818c; +} + .placeholder-indigo-900\\/60::placeholder { color: #312e8199; } +.placeholder-indigo-900\\/65::placeholder { + color: #312e81a6; +} + .placeholder-indigo-900\\/70::placeholder { color: #312e81b3; } @@ -21423,6 +29411,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #312e81cc; } +.placeholder-indigo-900\\/85::placeholder { + color: #312e81d9; +} + .placeholder-indigo-900\\/90::placeholder { color: #312e81e6; } @@ -21448,6 +29440,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e1b4b; } +.placeholder-indigo-950\\/15::placeholder { + color: #1e1b4b26; +} + .placeholder-indigo-950\\/20::placeholder { color: #1e1b4b33; } @@ -21460,10 +29456,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e1b4b4d; } +.placeholder-indigo-950\\/35::placeholder { + color: #1e1b4b59; +} + .placeholder-indigo-950\\/40::placeholder { color: #1e1b4b66; } +.placeholder-indigo-950\\/45::placeholder { + color: #1e1b4b73; +} + .placeholder-indigo-950\\/5::placeholder { color: #1e1b4b0d; } @@ -21472,10 +29476,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e1b4b80; } +.placeholder-indigo-950\\/55::placeholder { + color: #1e1b4b8c; +} + .placeholder-indigo-950\\/60::placeholder { color: #1e1b4b99; } +.placeholder-indigo-950\\/65::placeholder { + color: #1e1b4ba6; +} + .placeholder-indigo-950\\/70::placeholder { color: #1e1b4bb3; } @@ -21488,6 +29500,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e1b4bcc; } +.placeholder-indigo-950\\/85::placeholder { + color: #1e1b4bd9; +} + .placeholder-indigo-950\\/90::placeholder { color: #1e1b4be6; } @@ -21517,6 +29533,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfccb; } +.placeholder-lime-100\\/15::placeholder { + color: #ecfccb26; +} + .placeholder-lime-100\\/20::placeholder { color: #ecfccb33; } @@ -21529,10 +29549,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfccb4d; } +.placeholder-lime-100\\/35::placeholder { + color: #ecfccb59; +} + .placeholder-lime-100\\/40::placeholder { color: #ecfccb66; } +.placeholder-lime-100\\/45::placeholder { + color: #ecfccb73; +} + .placeholder-lime-100\\/5::placeholder { color: #ecfccb0d; } @@ -21541,10 +29569,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfccb80; } +.placeholder-lime-100\\/55::placeholder { + color: #ecfccb8c; +} + .placeholder-lime-100\\/60::placeholder { color: #ecfccb99; } +.placeholder-lime-100\\/65::placeholder { + color: #ecfccba6; +} + .placeholder-lime-100\\/70::placeholder { color: #ecfccbb3; } @@ -21557,6 +29593,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ecfccbcc; } +.placeholder-lime-100\\/85::placeholder { + color: #ecfccbd9; +} + .placeholder-lime-100\\/90::placeholder { color: #ecfccbe6; } @@ -21582,6 +29622,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d9f99d; } +.placeholder-lime-200\\/15::placeholder { + color: #d9f99d26; +} + .placeholder-lime-200\\/20::placeholder { color: #d9f99d33; } @@ -21594,10 +29638,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d9f99d4d; } +.placeholder-lime-200\\/35::placeholder { + color: #d9f99d59; +} + .placeholder-lime-200\\/40::placeholder { color: #d9f99d66; } +.placeholder-lime-200\\/45::placeholder { + color: #d9f99d73; +} + .placeholder-lime-200\\/5::placeholder { color: #d9f99d0d; } @@ -21606,10 +29658,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d9f99d80; } +.placeholder-lime-200\\/55::placeholder { + color: #d9f99d8c; +} + .placeholder-lime-200\\/60::placeholder { color: #d9f99d99; } +.placeholder-lime-200\\/65::placeholder { + color: #d9f99da6; +} + .placeholder-lime-200\\/70::placeholder { color: #d9f99db3; } @@ -21622,6 +29682,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d9f99dcc; } +.placeholder-lime-200\\/85::placeholder { + color: #d9f99dd9; +} + .placeholder-lime-200\\/90::placeholder { color: #d9f99de6; } @@ -21647,6 +29711,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bef264; } +.placeholder-lime-300\\/15::placeholder { + color: #bef26426; +} + .placeholder-lime-300\\/20::placeholder { color: #bef26433; } @@ -21659,10 +29727,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bef2644d; } +.placeholder-lime-300\\/35::placeholder { + color: #bef26459; +} + .placeholder-lime-300\\/40::placeholder { color: #bef26466; } +.placeholder-lime-300\\/45::placeholder { + color: #bef26473; +} + .placeholder-lime-300\\/5::placeholder { color: #bef2640d; } @@ -21671,10 +29747,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bef26480; } +.placeholder-lime-300\\/55::placeholder { + color: #bef2648c; +} + .placeholder-lime-300\\/60::placeholder { color: #bef26499; } +.placeholder-lime-300\\/65::placeholder { + color: #bef264a6; +} + .placeholder-lime-300\\/70::placeholder { color: #bef264b3; } @@ -21687,6 +29771,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bef264cc; } +.placeholder-lime-300\\/85::placeholder { + color: #bef264d9; +} + .placeholder-lime-300\\/90::placeholder { color: #bef264e6; } @@ -21712,6 +29800,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3e635; } +.placeholder-lime-400\\/15::placeholder { + color: #a3e63526; +} + .placeholder-lime-400\\/20::placeholder { color: #a3e63533; } @@ -21724,10 +29816,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3e6354d; } +.placeholder-lime-400\\/35::placeholder { + color: #a3e63559; +} + .placeholder-lime-400\\/40::placeholder { color: #a3e63566; } +.placeholder-lime-400\\/45::placeholder { + color: #a3e63573; +} + .placeholder-lime-400\\/5::placeholder { color: #a3e6350d; } @@ -21736,10 +29836,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3e63580; } +.placeholder-lime-400\\/55::placeholder { + color: #a3e6358c; +} + .placeholder-lime-400\\/60::placeholder { color: #a3e63599; } +.placeholder-lime-400\\/65::placeholder { + color: #a3e635a6; +} + .placeholder-lime-400\\/70::placeholder { color: #a3e635b3; } @@ -21752,6 +29860,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3e635cc; } +.placeholder-lime-400\\/85::placeholder { + color: #a3e635d9; +} + .placeholder-lime-400\\/90::placeholder { color: #a3e635e6; } @@ -21777,6 +29889,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f7fee7; } +.placeholder-lime-50\\/15::placeholder { + color: #f7fee726; +} + .placeholder-lime-50\\/20::placeholder { color: #f7fee733; } @@ -21789,10 +29905,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f7fee74d; } +.placeholder-lime-50\\/35::placeholder { + color: #f7fee759; +} + .placeholder-lime-50\\/40::placeholder { color: #f7fee766; } +.placeholder-lime-50\\/45::placeholder { + color: #f7fee773; +} + .placeholder-lime-50\\/5::placeholder { color: #f7fee70d; } @@ -21801,10 +29925,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f7fee780; } +.placeholder-lime-50\\/55::placeholder { + color: #f7fee78c; +} + .placeholder-lime-50\\/60::placeholder { color: #f7fee799; } +.placeholder-lime-50\\/65::placeholder { + color: #f7fee7a6; +} + .placeholder-lime-50\\/70::placeholder { color: #f7fee7b3; } @@ -21817,6 +29949,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f7fee7cc; } +.placeholder-lime-50\\/85::placeholder { + color: #f7fee7d9; +} + .placeholder-lime-50\\/90::placeholder { color: #f7fee7e6; } @@ -21842,6 +29978,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #84cc16; } +.placeholder-lime-500\\/15::placeholder { + color: #84cc1626; +} + .placeholder-lime-500\\/20::placeholder { color: #84cc1633; } @@ -21854,10 +29994,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #84cc164d; } +.placeholder-lime-500\\/35::placeholder { + color: #84cc1659; +} + .placeholder-lime-500\\/40::placeholder { color: #84cc1666; } +.placeholder-lime-500\\/45::placeholder { + color: #84cc1673; +} + .placeholder-lime-500\\/5::placeholder { color: #84cc160d; } @@ -21866,10 +30014,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #84cc1680; } +.placeholder-lime-500\\/55::placeholder { + color: #84cc168c; +} + .placeholder-lime-500\\/60::placeholder { color: #84cc1699; } +.placeholder-lime-500\\/65::placeholder { + color: #84cc16a6; +} + .placeholder-lime-500\\/70::placeholder { color: #84cc16b3; } @@ -21882,6 +30038,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #84cc16cc; } +.placeholder-lime-500\\/85::placeholder { + color: #84cc16d9; +} + .placeholder-lime-500\\/90::placeholder { color: #84cc16e6; } @@ -21907,6 +30067,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #65a30d; } +.placeholder-lime-600\\/15::placeholder { + color: #65a30d26; +} + .placeholder-lime-600\\/20::placeholder { color: #65a30d33; } @@ -21919,10 +30083,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #65a30d4d; } +.placeholder-lime-600\\/35::placeholder { + color: #65a30d59; +} + .placeholder-lime-600\\/40::placeholder { color: #65a30d66; } +.placeholder-lime-600\\/45::placeholder { + color: #65a30d73; +} + .placeholder-lime-600\\/5::placeholder { color: #65a30d0d; } @@ -21931,10 +30103,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #65a30d80; } +.placeholder-lime-600\\/55::placeholder { + color: #65a30d8c; +} + .placeholder-lime-600\\/60::placeholder { color: #65a30d99; } +.placeholder-lime-600\\/65::placeholder { + color: #65a30da6; +} + .placeholder-lime-600\\/70::placeholder { color: #65a30db3; } @@ -21947,6 +30127,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #65a30dcc; } +.placeholder-lime-600\\/85::placeholder { + color: #65a30dd9; +} + .placeholder-lime-600\\/90::placeholder { color: #65a30de6; } @@ -21972,6 +30156,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4d7c0f; } +.placeholder-lime-700\\/15::placeholder { + color: #4d7c0f26; +} + .placeholder-lime-700\\/20::placeholder { color: #4d7c0f33; } @@ -21984,10 +30172,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4d7c0f4d; } +.placeholder-lime-700\\/35::placeholder { + color: #4d7c0f59; +} + .placeholder-lime-700\\/40::placeholder { color: #4d7c0f66; } +.placeholder-lime-700\\/45::placeholder { + color: #4d7c0f73; +} + .placeholder-lime-700\\/5::placeholder { color: #4d7c0f0d; } @@ -21996,10 +30192,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4d7c0f80; } +.placeholder-lime-700\\/55::placeholder { + color: #4d7c0f8c; +} + .placeholder-lime-700\\/60::placeholder { color: #4d7c0f99; } +.placeholder-lime-700\\/65::placeholder { + color: #4d7c0fa6; +} + .placeholder-lime-700\\/70::placeholder { color: #4d7c0fb3; } @@ -22012,6 +30216,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4d7c0fcc; } +.placeholder-lime-700\\/85::placeholder { + color: #4d7c0fd9; +} + .placeholder-lime-700\\/90::placeholder { color: #4d7c0fe6; } @@ -22037,6 +30245,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f6212; } +.placeholder-lime-800\\/15::placeholder { + color: #3f621226; +} + .placeholder-lime-800\\/20::placeholder { color: #3f621233; } @@ -22049,10 +30261,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f62124d; } +.placeholder-lime-800\\/35::placeholder { + color: #3f621259; +} + .placeholder-lime-800\\/40::placeholder { color: #3f621266; } +.placeholder-lime-800\\/45::placeholder { + color: #3f621273; +} + .placeholder-lime-800\\/5::placeholder { color: #3f62120d; } @@ -22061,10 +30281,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f621280; } +.placeholder-lime-800\\/55::placeholder { + color: #3f62128c; +} + .placeholder-lime-800\\/60::placeholder { color: #3f621299; } +.placeholder-lime-800\\/65::placeholder { + color: #3f6212a6; +} + .placeholder-lime-800\\/70::placeholder { color: #3f6212b3; } @@ -22077,6 +30305,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f6212cc; } +.placeholder-lime-800\\/85::placeholder { + color: #3f6212d9; +} + .placeholder-lime-800\\/90::placeholder { color: #3f6212e6; } @@ -22102,6 +30334,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #365314; } +.placeholder-lime-900\\/15::placeholder { + color: #36531426; +} + .placeholder-lime-900\\/20::placeholder { color: #36531433; } @@ -22114,10 +30350,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3653144d; } +.placeholder-lime-900\\/35::placeholder { + color: #36531459; +} + .placeholder-lime-900\\/40::placeholder { color: #36531466; } +.placeholder-lime-900\\/45::placeholder { + color: #36531473; +} + .placeholder-lime-900\\/5::placeholder { color: #3653140d; } @@ -22126,10 +30370,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #36531480; } +.placeholder-lime-900\\/55::placeholder { + color: #3653148c; +} + .placeholder-lime-900\\/60::placeholder { color: #36531499; } +.placeholder-lime-900\\/65::placeholder { + color: #365314a6; +} + .placeholder-lime-900\\/70::placeholder { color: #365314b3; } @@ -22142,6 +30394,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #365314cc; } +.placeholder-lime-900\\/85::placeholder { + color: #365314d9; +} + .placeholder-lime-900\\/90::placeholder { color: #365314e6; } @@ -22167,6 +30423,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1a2e05; } +.placeholder-lime-950\\/15::placeholder { + color: #1a2e0526; +} + .placeholder-lime-950\\/20::placeholder { color: #1a2e0533; } @@ -22179,10 +30439,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1a2e054d; } +.placeholder-lime-950\\/35::placeholder { + color: #1a2e0559; +} + .placeholder-lime-950\\/40::placeholder { color: #1a2e0566; } +.placeholder-lime-950\\/45::placeholder { + color: #1a2e0573; +} + .placeholder-lime-950\\/5::placeholder { color: #1a2e050d; } @@ -22191,10 +30459,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1a2e0580; } +.placeholder-lime-950\\/55::placeholder { + color: #1a2e058c; +} + .placeholder-lime-950\\/60::placeholder { color: #1a2e0599; } +.placeholder-lime-950\\/65::placeholder { + color: #1a2e05a6; +} + .placeholder-lime-950\\/70::placeholder { color: #1a2e05b3; } @@ -22207,6 +30483,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1a2e05cc; } +.placeholder-lime-950\\/85::placeholder { + color: #1a2e05d9; +} + .placeholder-lime-950\\/90::placeholder { color: #1a2e05e6; } @@ -22232,6 +30512,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f5; } +.placeholder-neutral-100\\/15::placeholder { + color: #f5f5f526; +} + .placeholder-neutral-100\\/20::placeholder { color: #f5f5f533; } @@ -22244,10 +30528,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f54d; } +.placeholder-neutral-100\\/35::placeholder { + color: #f5f5f559; +} + .placeholder-neutral-100\\/40::placeholder { color: #f5f5f566; } +.placeholder-neutral-100\\/45::placeholder { + color: #f5f5f573; +} + .placeholder-neutral-100\\/5::placeholder { color: #f5f5f50d; } @@ -22256,10 +30548,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f580; } +.placeholder-neutral-100\\/55::placeholder { + color: #f5f5f58c; +} + .placeholder-neutral-100\\/60::placeholder { color: #f5f5f599; } +.placeholder-neutral-100\\/65::placeholder { + color: #f5f5f5a6; +} + .placeholder-neutral-100\\/70::placeholder { color: #f5f5f5b3; } @@ -22272,6 +30572,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f5cc; } +.placeholder-neutral-100\\/85::placeholder { + color: #f5f5f5d9; +} + .placeholder-neutral-100\\/90::placeholder { color: #f5f5f5e6; } @@ -22297,6 +30601,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e5e5; } +.placeholder-neutral-200\\/15::placeholder { + color: #e5e5e526; +} + .placeholder-neutral-200\\/20::placeholder { color: #e5e5e533; } @@ -22309,10 +30617,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e5e54d; } +.placeholder-neutral-200\\/35::placeholder { + color: #e5e5e559; +} + .placeholder-neutral-200\\/40::placeholder { color: #e5e5e566; } +.placeholder-neutral-200\\/45::placeholder { + color: #e5e5e573; +} + .placeholder-neutral-200\\/5::placeholder { color: #e5e5e50d; } @@ -22321,10 +30637,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e5e580; } +.placeholder-neutral-200\\/55::placeholder { + color: #e5e5e58c; +} + .placeholder-neutral-200\\/60::placeholder { color: #e5e5e599; } +.placeholder-neutral-200\\/65::placeholder { + color: #e5e5e5a6; +} + .placeholder-neutral-200\\/70::placeholder { color: #e5e5e5b3; } @@ -22337,6 +30661,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e5e5e5cc; } +.placeholder-neutral-200\\/85::placeholder { + color: #e5e5e5d9; +} + .placeholder-neutral-200\\/90::placeholder { color: #e5e5e5e6; } @@ -22362,6 +30690,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d4; } +.placeholder-neutral-300\\/15::placeholder { + color: #d4d4d426; +} + .placeholder-neutral-300\\/20::placeholder { color: #d4d4d433; } @@ -22374,10 +30706,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d44d; } +.placeholder-neutral-300\\/35::placeholder { + color: #d4d4d459; +} + .placeholder-neutral-300\\/40::placeholder { color: #d4d4d466; } +.placeholder-neutral-300\\/45::placeholder { + color: #d4d4d473; +} + .placeholder-neutral-300\\/5::placeholder { color: #d4d4d40d; } @@ -22386,10 +30726,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d480; } +.placeholder-neutral-300\\/55::placeholder { + color: #d4d4d48c; +} + .placeholder-neutral-300\\/60::placeholder { color: #d4d4d499; } +.placeholder-neutral-300\\/65::placeholder { + color: #d4d4d4a6; +} + .placeholder-neutral-300\\/70::placeholder { color: #d4d4d4b3; } @@ -22402,6 +30750,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d4cc; } +.placeholder-neutral-300\\/85::placeholder { + color: #d4d4d4d9; +} + .placeholder-neutral-300\\/90::placeholder { color: #d4d4d4e6; } @@ -22427,6 +30779,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3a3a3; } +.placeholder-neutral-400\\/15::placeholder { + color: #a3a3a326; +} + .placeholder-neutral-400\\/20::placeholder { color: #a3a3a333; } @@ -22439,10 +30795,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3a3a34d; } +.placeholder-neutral-400\\/35::placeholder { + color: #a3a3a359; +} + .placeholder-neutral-400\\/40::placeholder { color: #a3a3a366; } +.placeholder-neutral-400\\/45::placeholder { + color: #a3a3a373; +} + .placeholder-neutral-400\\/5::placeholder { color: #a3a3a30d; } @@ -22451,10 +30815,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3a3a380; } +.placeholder-neutral-400\\/55::placeholder { + color: #a3a3a38c; +} + .placeholder-neutral-400\\/60::placeholder { color: #a3a3a399; } +.placeholder-neutral-400\\/65::placeholder { + color: #a3a3a3a6; +} + .placeholder-neutral-400\\/70::placeholder { color: #a3a3a3b3; } @@ -22467,6 +30839,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a3a3a3cc; } +.placeholder-neutral-400\\/85::placeholder { + color: #a3a3a3d9; +} + .placeholder-neutral-400\\/90::placeholder { color: #a3a3a3e6; } @@ -22492,6 +30868,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafa; } +.placeholder-neutral-50\\/15::placeholder { + color: #fafafa26; +} + .placeholder-neutral-50\\/20::placeholder { color: #fafafa33; } @@ -22504,10 +30884,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafa4d; } +.placeholder-neutral-50\\/35::placeholder { + color: #fafafa59; +} + .placeholder-neutral-50\\/40::placeholder { color: #fafafa66; } +.placeholder-neutral-50\\/45::placeholder { + color: #fafafa73; +} + .placeholder-neutral-50\\/5::placeholder { color: #fafafa0d; } @@ -22516,10 +30904,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafa80; } +.placeholder-neutral-50\\/55::placeholder { + color: #fafafa8c; +} + .placeholder-neutral-50\\/60::placeholder { color: #fafafa99; } +.placeholder-neutral-50\\/65::placeholder { + color: #fafafaa6; +} + .placeholder-neutral-50\\/70::placeholder { color: #fafafab3; } @@ -22532,6 +30928,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafacc; } +.placeholder-neutral-50\\/85::placeholder { + color: #fafafad9; +} + .placeholder-neutral-50\\/90::placeholder { color: #fafafae6; } @@ -22557,6 +30957,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #737373; } +.placeholder-neutral-500\\/15::placeholder { + color: #73737326; +} + .placeholder-neutral-500\\/20::placeholder { color: #73737333; } @@ -22569,10 +30973,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7373734d; } +.placeholder-neutral-500\\/35::placeholder { + color: #73737359; +} + .placeholder-neutral-500\\/40::placeholder { color: #73737366; } +.placeholder-neutral-500\\/45::placeholder { + color: #73737373; +} + .placeholder-neutral-500\\/5::placeholder { color: #7373730d; } @@ -22581,10 +30993,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #73737380; } +.placeholder-neutral-500\\/55::placeholder { + color: #7373738c; +} + .placeholder-neutral-500\\/60::placeholder { color: #73737399; } +.placeholder-neutral-500\\/65::placeholder { + color: #737373a6; +} + .placeholder-neutral-500\\/70::placeholder { color: #737373b3; } @@ -22597,6 +31017,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #737373cc; } +.placeholder-neutral-500\\/85::placeholder { + color: #737373d9; +} + .placeholder-neutral-500\\/90::placeholder { color: #737373e6; } @@ -22622,6 +31046,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #525252; } +.placeholder-neutral-600\\/15::placeholder { + color: #52525226; +} + .placeholder-neutral-600\\/20::placeholder { color: #52525233; } @@ -22634,10 +31062,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5252524d; } +.placeholder-neutral-600\\/35::placeholder { + color: #52525259; +} + .placeholder-neutral-600\\/40::placeholder { color: #52525266; } +.placeholder-neutral-600\\/45::placeholder { + color: #52525273; +} + .placeholder-neutral-600\\/5::placeholder { color: #5252520d; } @@ -22646,10 +31082,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #52525280; } +.placeholder-neutral-600\\/55::placeholder { + color: #5252528c; +} + .placeholder-neutral-600\\/60::placeholder { color: #52525299; } +.placeholder-neutral-600\\/65::placeholder { + color: #525252a6; +} + .placeholder-neutral-600\\/70::placeholder { color: #525252b3; } @@ -22662,6 +31106,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #525252cc; } +.placeholder-neutral-600\\/85::placeholder { + color: #525252d9; +} + .placeholder-neutral-600\\/90::placeholder { color: #525252e6; } @@ -22687,6 +31135,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #404040; } +.placeholder-neutral-700\\/15::placeholder { + color: #40404026; +} + .placeholder-neutral-700\\/20::placeholder { color: #40404033; } @@ -22699,10 +31151,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4040404d; } +.placeholder-neutral-700\\/35::placeholder { + color: #40404059; +} + .placeholder-neutral-700\\/40::placeholder { color: #40404066; } +.placeholder-neutral-700\\/45::placeholder { + color: #40404073; +} + .placeholder-neutral-700\\/5::placeholder { color: #4040400d; } @@ -22711,10 +31171,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #40404080; } +.placeholder-neutral-700\\/55::placeholder { + color: #4040408c; +} + .placeholder-neutral-700\\/60::placeholder { color: #40404099; } +.placeholder-neutral-700\\/65::placeholder { + color: #404040a6; +} + .placeholder-neutral-700\\/70::placeholder { color: #404040b3; } @@ -22727,6 +31195,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #404040cc; } +.placeholder-neutral-700\\/85::placeholder { + color: #404040d9; +} + .placeholder-neutral-700\\/90::placeholder { color: #404040e6; } @@ -22752,6 +31224,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #262626; } +.placeholder-neutral-800\\/15::placeholder { + color: #26262626; +} + .placeholder-neutral-800\\/20::placeholder { color: #26262633; } @@ -22764,10 +31240,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2626264d; } +.placeholder-neutral-800\\/35::placeholder { + color: #26262659; +} + .placeholder-neutral-800\\/40::placeholder { color: #26262666; } +.placeholder-neutral-800\\/45::placeholder { + color: #26262673; +} + .placeholder-neutral-800\\/5::placeholder { color: #2626260d; } @@ -22776,10 +31260,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #26262680; } +.placeholder-neutral-800\\/55::placeholder { + color: #2626268c; +} + .placeholder-neutral-800\\/60::placeholder { color: #26262699; } +.placeholder-neutral-800\\/65::placeholder { + color: #262626a6; +} + .placeholder-neutral-800\\/70::placeholder { color: #262626b3; } @@ -22792,6 +31284,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #262626cc; } +.placeholder-neutral-800\\/85::placeholder { + color: #262626d9; +} + .placeholder-neutral-800\\/90::placeholder { color: #262626e6; } @@ -22817,6 +31313,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #171717; } +.placeholder-neutral-900\\/15::placeholder { + color: #17171726; +} + .placeholder-neutral-900\\/20::placeholder { color: #17171733; } @@ -22829,10 +31329,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1717174d; } +.placeholder-neutral-900\\/35::placeholder { + color: #17171759; +} + .placeholder-neutral-900\\/40::placeholder { color: #17171766; } +.placeholder-neutral-900\\/45::placeholder { + color: #17171773; +} + .placeholder-neutral-900\\/5::placeholder { color: #1717170d; } @@ -22841,10 +31349,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #17171780; } +.placeholder-neutral-900\\/55::placeholder { + color: #1717178c; +} + .placeholder-neutral-900\\/60::placeholder { color: #17171799; } +.placeholder-neutral-900\\/65::placeholder { + color: #171717a6; +} + .placeholder-neutral-900\\/70::placeholder { color: #171717b3; } @@ -22857,6 +31373,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #171717cc; } +.placeholder-neutral-900\\/85::placeholder { + color: #171717d9; +} + .placeholder-neutral-900\\/90::placeholder { color: #171717e6; } @@ -22882,6 +31402,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0a0a0a; } +.placeholder-neutral-950\\/15::placeholder { + color: #0a0a0a26; +} + .placeholder-neutral-950\\/20::placeholder { color: #0a0a0a33; } @@ -22894,10 +31418,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0a0a0a4d; } +.placeholder-neutral-950\\/35::placeholder { + color: #0a0a0a59; +} + .placeholder-neutral-950\\/40::placeholder { color: #0a0a0a66; } +.placeholder-neutral-950\\/45::placeholder { + color: #0a0a0a73; +} + .placeholder-neutral-950\\/5::placeholder { color: #0a0a0a0d; } @@ -22906,10 +31438,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0a0a0a80; } +.placeholder-neutral-950\\/55::placeholder { + color: #0a0a0a8c; +} + .placeholder-neutral-950\\/60::placeholder { color: #0a0a0a99; } +.placeholder-neutral-950\\/65::placeholder { + color: #0a0a0aa6; +} + .placeholder-neutral-950\\/70::placeholder { color: #0a0a0ab3; } @@ -22922,6 +31462,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0a0a0acc; } +.placeholder-neutral-950\\/85::placeholder { + color: #0a0a0ad9; +} + .placeholder-neutral-950\\/90::placeholder { color: #0a0a0ae6; } @@ -22947,6 +31491,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffedd5; } +.placeholder-orange-100\\/15::placeholder { + color: #ffedd526; +} + .placeholder-orange-100\\/20::placeholder { color: #ffedd533; } @@ -22959,10 +31507,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffedd54d; } +.placeholder-orange-100\\/35::placeholder { + color: #ffedd559; +} + .placeholder-orange-100\\/40::placeholder { color: #ffedd566; } +.placeholder-orange-100\\/45::placeholder { + color: #ffedd573; +} + .placeholder-orange-100\\/5::placeholder { color: #ffedd50d; } @@ -22971,10 +31527,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffedd580; } +.placeholder-orange-100\\/55::placeholder { + color: #ffedd58c; +} + .placeholder-orange-100\\/60::placeholder { color: #ffedd599; } +.placeholder-orange-100\\/65::placeholder { + color: #ffedd5a6; +} + .placeholder-orange-100\\/70::placeholder { color: #ffedd5b3; } @@ -22987,6 +31551,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffedd5cc; } +.placeholder-orange-100\\/85::placeholder { + color: #ffedd5d9; +} + .placeholder-orange-100\\/90::placeholder { color: #ffedd5e6; } @@ -23012,6 +31580,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fed7aa; } +.placeholder-orange-200\\/15::placeholder { + color: #fed7aa26; +} + .placeholder-orange-200\\/20::placeholder { color: #fed7aa33; } @@ -23024,10 +31596,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fed7aa4d; } +.placeholder-orange-200\\/35::placeholder { + color: #fed7aa59; +} + .placeholder-orange-200\\/40::placeholder { color: #fed7aa66; } +.placeholder-orange-200\\/45::placeholder { + color: #fed7aa73; +} + .placeholder-orange-200\\/5::placeholder { color: #fed7aa0d; } @@ -23036,10 +31616,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fed7aa80; } +.placeholder-orange-200\\/55::placeholder { + color: #fed7aa8c; +} + .placeholder-orange-200\\/60::placeholder { color: #fed7aa99; } +.placeholder-orange-200\\/65::placeholder { + color: #fed7aaa6; +} + .placeholder-orange-200\\/70::placeholder { color: #fed7aab3; } @@ -23052,6 +31640,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fed7aacc; } +.placeholder-orange-200\\/85::placeholder { + color: #fed7aad9; +} + .placeholder-orange-200\\/90::placeholder { color: #fed7aae6; } @@ -23077,6 +31669,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdba74; } +.placeholder-orange-300\\/15::placeholder { + color: #fdba7426; +} + .placeholder-orange-300\\/20::placeholder { color: #fdba7433; } @@ -23089,10 +31685,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdba744d; } +.placeholder-orange-300\\/35::placeholder { + color: #fdba7459; +} + .placeholder-orange-300\\/40::placeholder { color: #fdba7466; } +.placeholder-orange-300\\/45::placeholder { + color: #fdba7473; +} + .placeholder-orange-300\\/5::placeholder { color: #fdba740d; } @@ -23101,10 +31705,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdba7480; } +.placeholder-orange-300\\/55::placeholder { + color: #fdba748c; +} + .placeholder-orange-300\\/60::placeholder { color: #fdba7499; } +.placeholder-orange-300\\/65::placeholder { + color: #fdba74a6; +} + .placeholder-orange-300\\/70::placeholder { color: #fdba74b3; } @@ -23117,6 +31729,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdba74cc; } +.placeholder-orange-300\\/85::placeholder { + color: #fdba74d9; +} + .placeholder-orange-300\\/90::placeholder { color: #fdba74e6; } @@ -23142,6 +31758,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb923c; } +.placeholder-orange-400\\/15::placeholder { + color: #fb923c26; +} + .placeholder-orange-400\\/20::placeholder { color: #fb923c33; } @@ -23154,10 +31774,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb923c4d; } +.placeholder-orange-400\\/35::placeholder { + color: #fb923c59; +} + .placeholder-orange-400\\/40::placeholder { color: #fb923c66; } +.placeholder-orange-400\\/45::placeholder { + color: #fb923c73; +} + .placeholder-orange-400\\/5::placeholder { color: #fb923c0d; } @@ -23166,10 +31794,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb923c80; } +.placeholder-orange-400\\/55::placeholder { + color: #fb923c8c; +} + .placeholder-orange-400\\/60::placeholder { color: #fb923c99; } +.placeholder-orange-400\\/65::placeholder { + color: #fb923ca6; +} + .placeholder-orange-400\\/70::placeholder { color: #fb923cb3; } @@ -23182,6 +31818,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb923ccc; } +.placeholder-orange-400\\/85::placeholder { + color: #fb923cd9; +} + .placeholder-orange-400\\/90::placeholder { color: #fb923ce6; } @@ -23207,6 +31847,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff7ed; } +.placeholder-orange-50\\/15::placeholder { + color: #fff7ed26; +} + .placeholder-orange-50\\/20::placeholder { color: #fff7ed33; } @@ -23219,10 +31863,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff7ed4d; } +.placeholder-orange-50\\/35::placeholder { + color: #fff7ed59; +} + .placeholder-orange-50\\/40::placeholder { color: #fff7ed66; } +.placeholder-orange-50\\/45::placeholder { + color: #fff7ed73; +} + .placeholder-orange-50\\/5::placeholder { color: #fff7ed0d; } @@ -23231,10 +31883,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff7ed80; } +.placeholder-orange-50\\/55::placeholder { + color: #fff7ed8c; +} + .placeholder-orange-50\\/60::placeholder { color: #fff7ed99; } +.placeholder-orange-50\\/65::placeholder { + color: #fff7eda6; +} + .placeholder-orange-50\\/70::placeholder { color: #fff7edb3; } @@ -23247,6 +31907,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff7edcc; } +.placeholder-orange-50\\/85::placeholder { + color: #fff7edd9; +} + .placeholder-orange-50\\/90::placeholder { color: #fff7ede6; } @@ -23272,6 +31936,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f97316; } +.placeholder-orange-500\\/15::placeholder { + color: #f9731626; +} + .placeholder-orange-500\\/20::placeholder { color: #f9731633; } @@ -23284,10 +31952,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f973164d; } +.placeholder-orange-500\\/35::placeholder { + color: #f9731659; +} + .placeholder-orange-500\\/40::placeholder { color: #f9731666; } +.placeholder-orange-500\\/45::placeholder { + color: #f9731673; +} + .placeholder-orange-500\\/5::placeholder { color: #f973160d; } @@ -23296,10 +31972,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9731680; } +.placeholder-orange-500\\/55::placeholder { + color: #f973168c; +} + .placeholder-orange-500\\/60::placeholder { color: #f9731699; } +.placeholder-orange-500\\/65::placeholder { + color: #f97316a6; +} + .placeholder-orange-500\\/70::placeholder { color: #f97316b3; } @@ -23312,6 +31996,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f97316cc; } +.placeholder-orange-500\\/85::placeholder { + color: #f97316d9; +} + .placeholder-orange-500\\/90::placeholder { color: #f97316e6; } @@ -23337,6 +32025,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ea580c; } +.placeholder-orange-600\\/15::placeholder { + color: #ea580c26; +} + .placeholder-orange-600\\/20::placeholder { color: #ea580c33; } @@ -23349,10 +32041,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ea580c4d; } +.placeholder-orange-600\\/35::placeholder { + color: #ea580c59; +} + .placeholder-orange-600\\/40::placeholder { color: #ea580c66; } +.placeholder-orange-600\\/45::placeholder { + color: #ea580c73; +} + .placeholder-orange-600\\/5::placeholder { color: #ea580c0d; } @@ -23361,10 +32061,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ea580c80; } +.placeholder-orange-600\\/55::placeholder { + color: #ea580c8c; +} + .placeholder-orange-600\\/60::placeholder { color: #ea580c99; } +.placeholder-orange-600\\/65::placeholder { + color: #ea580ca6; +} + .placeholder-orange-600\\/70::placeholder { color: #ea580cb3; } @@ -23377,6 +32085,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ea580ccc; } +.placeholder-orange-600\\/85::placeholder { + color: #ea580cd9; +} + .placeholder-orange-600\\/90::placeholder { color: #ea580ce6; } @@ -23402,6 +32114,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c2410c; } +.placeholder-orange-700\\/15::placeholder { + color: #c2410c26; +} + .placeholder-orange-700\\/20::placeholder { color: #c2410c33; } @@ -23414,10 +32130,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c2410c4d; } +.placeholder-orange-700\\/35::placeholder { + color: #c2410c59; +} + .placeholder-orange-700\\/40::placeholder { color: #c2410c66; } +.placeholder-orange-700\\/45::placeholder { + color: #c2410c73; +} + .placeholder-orange-700\\/5::placeholder { color: #c2410c0d; } @@ -23426,10 +32150,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c2410c80; } +.placeholder-orange-700\\/55::placeholder { + color: #c2410c8c; +} + .placeholder-orange-700\\/60::placeholder { color: #c2410c99; } +.placeholder-orange-700\\/65::placeholder { + color: #c2410ca6; +} + .placeholder-orange-700\\/70::placeholder { color: #c2410cb3; } @@ -23442,6 +32174,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c2410ccc; } +.placeholder-orange-700\\/85::placeholder { + color: #c2410cd9; +} + .placeholder-orange-700\\/90::placeholder { color: #c2410ce6; } @@ -23467,6 +32203,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9a3412; } +.placeholder-orange-800\\/15::placeholder { + color: #9a341226; +} + .placeholder-orange-800\\/20::placeholder { color: #9a341233; } @@ -23479,10 +32219,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9a34124d; } +.placeholder-orange-800\\/35::placeholder { + color: #9a341259; +} + .placeholder-orange-800\\/40::placeholder { color: #9a341266; } +.placeholder-orange-800\\/45::placeholder { + color: #9a341273; +} + .placeholder-orange-800\\/5::placeholder { color: #9a34120d; } @@ -23491,10 +32239,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9a341280; } +.placeholder-orange-800\\/55::placeholder { + color: #9a34128c; +} + .placeholder-orange-800\\/60::placeholder { color: #9a341299; } +.placeholder-orange-800\\/65::placeholder { + color: #9a3412a6; +} + .placeholder-orange-800\\/70::placeholder { color: #9a3412b3; } @@ -23507,6 +32263,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9a3412cc; } +.placeholder-orange-800\\/85::placeholder { + color: #9a3412d9; +} + .placeholder-orange-800\\/90::placeholder { color: #9a3412e6; } @@ -23532,6 +32292,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c2d12; } +.placeholder-orange-900\\/15::placeholder { + color: #7c2d1226; +} + .placeholder-orange-900\\/20::placeholder { color: #7c2d1233; } @@ -23544,10 +32308,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c2d124d; } +.placeholder-orange-900\\/35::placeholder { + color: #7c2d1259; +} + .placeholder-orange-900\\/40::placeholder { color: #7c2d1266; } +.placeholder-orange-900\\/45::placeholder { + color: #7c2d1273; +} + .placeholder-orange-900\\/5::placeholder { color: #7c2d120d; } @@ -23556,10 +32328,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c2d1280; } +.placeholder-orange-900\\/55::placeholder { + color: #7c2d128c; +} + .placeholder-orange-900\\/60::placeholder { color: #7c2d1299; } +.placeholder-orange-900\\/65::placeholder { + color: #7c2d12a6; +} + .placeholder-orange-900\\/70::placeholder { color: #7c2d12b3; } @@ -23572,6 +32352,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c2d12cc; } +.placeholder-orange-900\\/85::placeholder { + color: #7c2d12d9; +} + .placeholder-orange-900\\/90::placeholder { color: #7c2d12e6; } @@ -23597,6 +32381,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #431407; } +.placeholder-orange-950\\/15::placeholder { + color: #43140726; +} + .placeholder-orange-950\\/20::placeholder { color: #43140733; } @@ -23609,10 +32397,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4314074d; } +.placeholder-orange-950\\/35::placeholder { + color: #43140759; +} + .placeholder-orange-950\\/40::placeholder { color: #43140766; } +.placeholder-orange-950\\/45::placeholder { + color: #43140773; +} + .placeholder-orange-950\\/5::placeholder { color: #4314070d; } @@ -23621,10 +32417,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #43140780; } +.placeholder-orange-950\\/55::placeholder { + color: #4314078c; +} + .placeholder-orange-950\\/60::placeholder { color: #43140799; } +.placeholder-orange-950\\/65::placeholder { + color: #431407a6; +} + .placeholder-orange-950\\/70::placeholder { color: #431407b3; } @@ -23637,6 +32441,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #431407cc; } +.placeholder-orange-950\\/85::placeholder { + color: #431407d9; +} + .placeholder-orange-950\\/90::placeholder { color: #431407e6; } @@ -23662,6 +32470,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fce7f3; } +.placeholder-pink-100\\/15::placeholder { + color: #fce7f326; +} + .placeholder-pink-100\\/20::placeholder { color: #fce7f333; } @@ -23674,10 +32486,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fce7f34d; } +.placeholder-pink-100\\/35::placeholder { + color: #fce7f359; +} + .placeholder-pink-100\\/40::placeholder { color: #fce7f366; } +.placeholder-pink-100\\/45::placeholder { + color: #fce7f373; +} + .placeholder-pink-100\\/5::placeholder { color: #fce7f30d; } @@ -23686,10 +32506,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fce7f380; } +.placeholder-pink-100\\/55::placeholder { + color: #fce7f38c; +} + .placeholder-pink-100\\/60::placeholder { color: #fce7f399; } +.placeholder-pink-100\\/65::placeholder { + color: #fce7f3a6; +} + .placeholder-pink-100\\/70::placeholder { color: #fce7f3b3; } @@ -23702,6 +32530,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fce7f3cc; } +.placeholder-pink-100\\/85::placeholder { + color: #fce7f3d9; +} + .placeholder-pink-100\\/90::placeholder { color: #fce7f3e6; } @@ -23727,6 +32559,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbcfe8; } +.placeholder-pink-200\\/15::placeholder { + color: #fbcfe826; +} + .placeholder-pink-200\\/20::placeholder { color: #fbcfe833; } @@ -23739,10 +32575,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbcfe84d; } +.placeholder-pink-200\\/35::placeholder { + color: #fbcfe859; +} + .placeholder-pink-200\\/40::placeholder { color: #fbcfe866; } +.placeholder-pink-200\\/45::placeholder { + color: #fbcfe873; +} + .placeholder-pink-200\\/5::placeholder { color: #fbcfe80d; } @@ -23751,10 +32595,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbcfe880; } +.placeholder-pink-200\\/55::placeholder { + color: #fbcfe88c; +} + .placeholder-pink-200\\/60::placeholder { color: #fbcfe899; } +.placeholder-pink-200\\/65::placeholder { + color: #fbcfe8a6; +} + .placeholder-pink-200\\/70::placeholder { color: #fbcfe8b3; } @@ -23767,6 +32619,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fbcfe8cc; } +.placeholder-pink-200\\/85::placeholder { + color: #fbcfe8d9; +} + .placeholder-pink-200\\/90::placeholder { color: #fbcfe8e6; } @@ -23792,6 +32648,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9a8d4; } +.placeholder-pink-300\\/15::placeholder { + color: #f9a8d426; +} + .placeholder-pink-300\\/20::placeholder { color: #f9a8d433; } @@ -23804,10 +32664,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9a8d44d; } +.placeholder-pink-300\\/35::placeholder { + color: #f9a8d459; +} + .placeholder-pink-300\\/40::placeholder { color: #f9a8d466; } +.placeholder-pink-300\\/45::placeholder { + color: #f9a8d473; +} + .placeholder-pink-300\\/5::placeholder { color: #f9a8d40d; } @@ -23816,10 +32684,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9a8d480; } +.placeholder-pink-300\\/55::placeholder { + color: #f9a8d48c; +} + .placeholder-pink-300\\/60::placeholder { color: #f9a8d499; } +.placeholder-pink-300\\/65::placeholder { + color: #f9a8d4a6; +} + .placeholder-pink-300\\/70::placeholder { color: #f9a8d4b3; } @@ -23832,6 +32708,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f9a8d4cc; } +.placeholder-pink-300\\/85::placeholder { + color: #f9a8d4d9; +} + .placeholder-pink-300\\/90::placeholder { color: #f9a8d4e6; } @@ -23857,6 +32737,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f472b6; } +.placeholder-pink-400\\/15::placeholder { + color: #f472b626; +} + .placeholder-pink-400\\/20::placeholder { color: #f472b633; } @@ -23869,10 +32753,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f472b64d; } +.placeholder-pink-400\\/35::placeholder { + color: #f472b659; +} + .placeholder-pink-400\\/40::placeholder { color: #f472b666; } +.placeholder-pink-400\\/45::placeholder { + color: #f472b673; +} + .placeholder-pink-400\\/5::placeholder { color: #f472b60d; } @@ -23881,10 +32773,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f472b680; } +.placeholder-pink-400\\/55::placeholder { + color: #f472b68c; +} + .placeholder-pink-400\\/60::placeholder { color: #f472b699; } +.placeholder-pink-400\\/65::placeholder { + color: #f472b6a6; +} + .placeholder-pink-400\\/70::placeholder { color: #f472b6b3; } @@ -23897,6 +32797,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f472b6cc; } +.placeholder-pink-400\\/85::placeholder { + color: #f472b6d9; +} + .placeholder-pink-400\\/90::placeholder { color: #f472b6e6; } @@ -23922,6 +32826,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf2f8; } +.placeholder-pink-50\\/15::placeholder { + color: #fdf2f826; +} + .placeholder-pink-50\\/20::placeholder { color: #fdf2f833; } @@ -23934,10 +32842,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf2f84d; } +.placeholder-pink-50\\/35::placeholder { + color: #fdf2f859; +} + .placeholder-pink-50\\/40::placeholder { color: #fdf2f866; } +.placeholder-pink-50\\/45::placeholder { + color: #fdf2f873; +} + .placeholder-pink-50\\/5::placeholder { color: #fdf2f80d; } @@ -23946,10 +32862,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf2f880; } +.placeholder-pink-50\\/55::placeholder { + color: #fdf2f88c; +} + .placeholder-pink-50\\/60::placeholder { color: #fdf2f899; } +.placeholder-pink-50\\/65::placeholder { + color: #fdf2f8a6; +} + .placeholder-pink-50\\/70::placeholder { color: #fdf2f8b3; } @@ -23962,6 +32886,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fdf2f8cc; } +.placeholder-pink-50\\/85::placeholder { + color: #fdf2f8d9; +} + .placeholder-pink-50\\/90::placeholder { color: #fdf2f8e6; } @@ -23987,6 +32915,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ec4899; } +.placeholder-pink-500\\/15::placeholder { + color: #ec489926; +} + .placeholder-pink-500\\/20::placeholder { color: #ec489933; } @@ -23999,10 +32931,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ec48994d; } +.placeholder-pink-500\\/35::placeholder { + color: #ec489959; +} + .placeholder-pink-500\\/40::placeholder { color: #ec489966; } +.placeholder-pink-500\\/45::placeholder { + color: #ec489973; +} + .placeholder-pink-500\\/5::placeholder { color: #ec48990d; } @@ -24011,10 +32951,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ec489980; } +.placeholder-pink-500\\/55::placeholder { + color: #ec48998c; +} + .placeholder-pink-500\\/60::placeholder { color: #ec489999; } +.placeholder-pink-500\\/65::placeholder { + color: #ec4899a6; +} + .placeholder-pink-500\\/70::placeholder { color: #ec4899b3; } @@ -24027,6 +32975,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ec4899cc; } +.placeholder-pink-500\\/85::placeholder { + color: #ec4899d9; +} + .placeholder-pink-500\\/90::placeholder { color: #ec4899e6; } @@ -24052,6 +33004,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #db2777; } +.placeholder-pink-600\\/15::placeholder { + color: #db277726; +} + .placeholder-pink-600\\/20::placeholder { color: #db277733; } @@ -24064,10 +33020,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #db27774d; } +.placeholder-pink-600\\/35::placeholder { + color: #db277759; +} + .placeholder-pink-600\\/40::placeholder { color: #db277766; } +.placeholder-pink-600\\/45::placeholder { + color: #db277773; +} + .placeholder-pink-600\\/5::placeholder { color: #db27770d; } @@ -24076,10 +33040,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #db277780; } +.placeholder-pink-600\\/55::placeholder { + color: #db27778c; +} + .placeholder-pink-600\\/60::placeholder { color: #db277799; } +.placeholder-pink-600\\/65::placeholder { + color: #db2777a6; +} + .placeholder-pink-600\\/70::placeholder { color: #db2777b3; } @@ -24092,6 +33064,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #db2777cc; } +.placeholder-pink-600\\/85::placeholder { + color: #db2777d9; +} + .placeholder-pink-600\\/90::placeholder { color: #db2777e6; } @@ -24117,6 +33093,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be185d; } +.placeholder-pink-700\\/15::placeholder { + color: #be185d26; +} + .placeholder-pink-700\\/20::placeholder { color: #be185d33; } @@ -24129,10 +33109,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be185d4d; } +.placeholder-pink-700\\/35::placeholder { + color: #be185d59; +} + .placeholder-pink-700\\/40::placeholder { color: #be185d66; } +.placeholder-pink-700\\/45::placeholder { + color: #be185d73; +} + .placeholder-pink-700\\/5::placeholder { color: #be185d0d; } @@ -24141,10 +33129,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be185d80; } +.placeholder-pink-700\\/55::placeholder { + color: #be185d8c; +} + .placeholder-pink-700\\/60::placeholder { color: #be185d99; } +.placeholder-pink-700\\/65::placeholder { + color: #be185da6; +} + .placeholder-pink-700\\/70::placeholder { color: #be185db3; } @@ -24157,6 +33153,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be185dcc; } +.placeholder-pink-700\\/85::placeholder { + color: #be185dd9; +} + .placeholder-pink-700\\/90::placeholder { color: #be185de6; } @@ -24182,6 +33182,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9d174d; } +.placeholder-pink-800\\/15::placeholder { + color: #9d174d26; +} + .placeholder-pink-800\\/20::placeholder { color: #9d174d33; } @@ -24194,10 +33198,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9d174d4d; } +.placeholder-pink-800\\/35::placeholder { + color: #9d174d59; +} + .placeholder-pink-800\\/40::placeholder { color: #9d174d66; } +.placeholder-pink-800\\/45::placeholder { + color: #9d174d73; +} + .placeholder-pink-800\\/5::placeholder { color: #9d174d0d; } @@ -24206,10 +33218,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9d174d80; } +.placeholder-pink-800\\/55::placeholder { + color: #9d174d8c; +} + .placeholder-pink-800\\/60::placeholder { color: #9d174d99; } +.placeholder-pink-800\\/65::placeholder { + color: #9d174da6; +} + .placeholder-pink-800\\/70::placeholder { color: #9d174db3; } @@ -24222,6 +33242,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9d174dcc; } +.placeholder-pink-800\\/85::placeholder { + color: #9d174dd9; +} + .placeholder-pink-800\\/90::placeholder { color: #9d174de6; } @@ -24247,6 +33271,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #831843; } +.placeholder-pink-900\\/15::placeholder { + color: #83184326; +} + .placeholder-pink-900\\/20::placeholder { color: #83184333; } @@ -24259,10 +33287,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #8318434d; } +.placeholder-pink-900\\/35::placeholder { + color: #83184359; +} + .placeholder-pink-900\\/40::placeholder { color: #83184366; } +.placeholder-pink-900\\/45::placeholder { + color: #83184373; +} + .placeholder-pink-900\\/5::placeholder { color: #8318430d; } @@ -24271,10 +33307,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #83184380; } +.placeholder-pink-900\\/55::placeholder { + color: #8318438c; +} + .placeholder-pink-900\\/60::placeholder { color: #83184399; } +.placeholder-pink-900\\/65::placeholder { + color: #831843a6; +} + .placeholder-pink-900\\/70::placeholder { color: #831843b3; } @@ -24287,6 +33331,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #831843cc; } +.placeholder-pink-900\\/85::placeholder { + color: #831843d9; +} + .placeholder-pink-900\\/90::placeholder { color: #831843e6; } @@ -24312,6 +33360,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #500724; } +.placeholder-pink-950\\/15::placeholder { + color: #50072426; +} + .placeholder-pink-950\\/20::placeholder { color: #50072433; } @@ -24324,10 +33376,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5007244d; } +.placeholder-pink-950\\/35::placeholder { + color: #50072459; +} + .placeholder-pink-950\\/40::placeholder { color: #50072466; } +.placeholder-pink-950\\/45::placeholder { + color: #50072473; +} + .placeholder-pink-950\\/5::placeholder { color: #5007240d; } @@ -24336,10 +33396,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #50072480; } +.placeholder-pink-950\\/55::placeholder { + color: #5007248c; +} + .placeholder-pink-950\\/60::placeholder { color: #50072499; } +.placeholder-pink-950\\/65::placeholder { + color: #500724a6; +} + .placeholder-pink-950\\/70::placeholder { color: #500724b3; } @@ -24352,6 +33420,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #500724cc; } +.placeholder-pink-950\\/85::placeholder { + color: #500724d9; +} + .placeholder-pink-950\\/90::placeholder { color: #500724e6; } @@ -24377,6 +33449,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3e8ff; } +.placeholder-purple-100\\/15::placeholder { + color: #f3e8ff26; +} + .placeholder-purple-100\\/20::placeholder { color: #f3e8ff33; } @@ -24389,10 +33465,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3e8ff4d; } +.placeholder-purple-100\\/35::placeholder { + color: #f3e8ff59; +} + .placeholder-purple-100\\/40::placeholder { color: #f3e8ff66; } +.placeholder-purple-100\\/45::placeholder { + color: #f3e8ff73; +} + .placeholder-purple-100\\/5::placeholder { color: #f3e8ff0d; } @@ -24401,10 +33485,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3e8ff80; } +.placeholder-purple-100\\/55::placeholder { + color: #f3e8ff8c; +} + .placeholder-purple-100\\/60::placeholder { color: #f3e8ff99; } +.placeholder-purple-100\\/65::placeholder { + color: #f3e8ffa6; +} + .placeholder-purple-100\\/70::placeholder { color: #f3e8ffb3; } @@ -24417,6 +33509,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f3e8ffcc; } +.placeholder-purple-100\\/85::placeholder { + color: #f3e8ffd9; +} + .placeholder-purple-100\\/90::placeholder { color: #f3e8ffe6; } @@ -24442,6 +33538,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e9d5ff; } +.placeholder-purple-200\\/15::placeholder { + color: #e9d5ff26; +} + .placeholder-purple-200\\/20::placeholder { color: #e9d5ff33; } @@ -24454,10 +33554,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e9d5ff4d; } +.placeholder-purple-200\\/35::placeholder { + color: #e9d5ff59; +} + .placeholder-purple-200\\/40::placeholder { color: #e9d5ff66; } +.placeholder-purple-200\\/45::placeholder { + color: #e9d5ff73; +} + .placeholder-purple-200\\/5::placeholder { color: #e9d5ff0d; } @@ -24466,10 +33574,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e9d5ff80; } +.placeholder-purple-200\\/55::placeholder { + color: #e9d5ff8c; +} + .placeholder-purple-200\\/60::placeholder { color: #e9d5ff99; } +.placeholder-purple-200\\/65::placeholder { + color: #e9d5ffa6; +} + .placeholder-purple-200\\/70::placeholder { color: #e9d5ffb3; } @@ -24482,6 +33598,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e9d5ffcc; } +.placeholder-purple-200\\/85::placeholder { + color: #e9d5ffd9; +} + .placeholder-purple-200\\/90::placeholder { color: #e9d5ffe6; } @@ -24507,6 +33627,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d8b4fe; } +.placeholder-purple-300\\/15::placeholder { + color: #d8b4fe26; +} + .placeholder-purple-300\\/20::placeholder { color: #d8b4fe33; } @@ -24519,10 +33643,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d8b4fe4d; } +.placeholder-purple-300\\/35::placeholder { + color: #d8b4fe59; +} + .placeholder-purple-300\\/40::placeholder { color: #d8b4fe66; } +.placeholder-purple-300\\/45::placeholder { + color: #d8b4fe73; +} + .placeholder-purple-300\\/5::placeholder { color: #d8b4fe0d; } @@ -24531,10 +33663,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d8b4fe80; } +.placeholder-purple-300\\/55::placeholder { + color: #d8b4fe8c; +} + .placeholder-purple-300\\/60::placeholder { color: #d8b4fe99; } +.placeholder-purple-300\\/65::placeholder { + color: #d8b4fea6; +} + .placeholder-purple-300\\/70::placeholder { color: #d8b4feb3; } @@ -24547,6 +33687,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d8b4fecc; } +.placeholder-purple-300\\/85::placeholder { + color: #d8b4fed9; +} + .placeholder-purple-300\\/90::placeholder { color: #d8b4fee6; } @@ -24572,6 +33716,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c084fc; } +.placeholder-purple-400\\/15::placeholder { + color: #c084fc26; +} + .placeholder-purple-400\\/20::placeholder { color: #c084fc33; } @@ -24584,10 +33732,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c084fc4d; } +.placeholder-purple-400\\/35::placeholder { + color: #c084fc59; +} + .placeholder-purple-400\\/40::placeholder { color: #c084fc66; } +.placeholder-purple-400\\/45::placeholder { + color: #c084fc73; +} + .placeholder-purple-400\\/5::placeholder { color: #c084fc0d; } @@ -24596,10 +33752,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c084fc80; } +.placeholder-purple-400\\/55::placeholder { + color: #c084fc8c; +} + .placeholder-purple-400\\/60::placeholder { color: #c084fc99; } +.placeholder-purple-400\\/65::placeholder { + color: #c084fca6; +} + .placeholder-purple-400\\/70::placeholder { color: #c084fcb3; } @@ -24612,6 +33776,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c084fccc; } +.placeholder-purple-400\\/85::placeholder { + color: #c084fcd9; +} + .placeholder-purple-400\\/90::placeholder { color: #c084fce6; } @@ -24637,6 +33805,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #faf5ff; } +.placeholder-purple-50\\/15::placeholder { + color: #faf5ff26; +} + .placeholder-purple-50\\/20::placeholder { color: #faf5ff33; } @@ -24649,10 +33821,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #faf5ff4d; } +.placeholder-purple-50\\/35::placeholder { + color: #faf5ff59; +} + .placeholder-purple-50\\/40::placeholder { color: #faf5ff66; } +.placeholder-purple-50\\/45::placeholder { + color: #faf5ff73; +} + .placeholder-purple-50\\/5::placeholder { color: #faf5ff0d; } @@ -24661,10 +33841,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #faf5ff80; } +.placeholder-purple-50\\/55::placeholder { + color: #faf5ff8c; +} + .placeholder-purple-50\\/60::placeholder { color: #faf5ff99; } +.placeholder-purple-50\\/65::placeholder { + color: #faf5ffa6; +} + .placeholder-purple-50\\/70::placeholder { color: #faf5ffb3; } @@ -24677,6 +33865,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #faf5ffcc; } +.placeholder-purple-50\\/85::placeholder { + color: #faf5ffd9; +} + .placeholder-purple-50\\/90::placeholder { color: #faf5ffe6; } @@ -24702,6 +33894,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a855f7; } +.placeholder-purple-500\\/15::placeholder { + color: #a855f726; +} + .placeholder-purple-500\\/20::placeholder { color: #a855f733; } @@ -24714,10 +33910,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a855f74d; } +.placeholder-purple-500\\/35::placeholder { + color: #a855f759; +} + .placeholder-purple-500\\/40::placeholder { color: #a855f766; } +.placeholder-purple-500\\/45::placeholder { + color: #a855f773; +} + .placeholder-purple-500\\/5::placeholder { color: #a855f70d; } @@ -24726,10 +33930,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a855f780; } +.placeholder-purple-500\\/55::placeholder { + color: #a855f78c; +} + .placeholder-purple-500\\/60::placeholder { color: #a855f799; } +.placeholder-purple-500\\/65::placeholder { + color: #a855f7a6; +} + .placeholder-purple-500\\/70::placeholder { color: #a855f7b3; } @@ -24742,6 +33954,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a855f7cc; } +.placeholder-purple-500\\/85::placeholder { + color: #a855f7d9; +} + .placeholder-purple-500\\/90::placeholder { color: #a855f7e6; } @@ -24767,6 +33983,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9333ea; } +.placeholder-purple-600\\/15::placeholder { + color: #9333ea26; +} + .placeholder-purple-600\\/20::placeholder { color: #9333ea33; } @@ -24779,10 +33999,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9333ea4d; } +.placeholder-purple-600\\/35::placeholder { + color: #9333ea59; +} + .placeholder-purple-600\\/40::placeholder { color: #9333ea66; } +.placeholder-purple-600\\/45::placeholder { + color: #9333ea73; +} + .placeholder-purple-600\\/5::placeholder { color: #9333ea0d; } @@ -24791,10 +34019,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9333ea80; } +.placeholder-purple-600\\/55::placeholder { + color: #9333ea8c; +} + .placeholder-purple-600\\/60::placeholder { color: #9333ea99; } +.placeholder-purple-600\\/65::placeholder { + color: #9333eaa6; +} + .placeholder-purple-600\\/70::placeholder { color: #9333eab3; } @@ -24807,6 +34043,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9333eacc; } +.placeholder-purple-600\\/85::placeholder { + color: #9333ead9; +} + .placeholder-purple-600\\/90::placeholder { color: #9333eae6; } @@ -24832,6 +34072,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7e22ce; } +.placeholder-purple-700\\/15::placeholder { + color: #7e22ce26; +} + .placeholder-purple-700\\/20::placeholder { color: #7e22ce33; } @@ -24844,10 +34088,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7e22ce4d; } +.placeholder-purple-700\\/35::placeholder { + color: #7e22ce59; +} + .placeholder-purple-700\\/40::placeholder { color: #7e22ce66; } +.placeholder-purple-700\\/45::placeholder { + color: #7e22ce73; +} + .placeholder-purple-700\\/5::placeholder { color: #7e22ce0d; } @@ -24856,10 +34108,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7e22ce80; } +.placeholder-purple-700\\/55::placeholder { + color: #7e22ce8c; +} + .placeholder-purple-700\\/60::placeholder { color: #7e22ce99; } +.placeholder-purple-700\\/65::placeholder { + color: #7e22cea6; +} + .placeholder-purple-700\\/70::placeholder { color: #7e22ceb3; } @@ -24872,6 +34132,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7e22cecc; } +.placeholder-purple-700\\/85::placeholder { + color: #7e22ced9; +} + .placeholder-purple-700\\/90::placeholder { color: #7e22cee6; } @@ -24897,6 +34161,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b21a8; } +.placeholder-purple-800\\/15::placeholder { + color: #6b21a826; +} + .placeholder-purple-800\\/20::placeholder { color: #6b21a833; } @@ -24909,10 +34177,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b21a84d; } +.placeholder-purple-800\\/35::placeholder { + color: #6b21a859; +} + .placeholder-purple-800\\/40::placeholder { color: #6b21a866; } +.placeholder-purple-800\\/45::placeholder { + color: #6b21a873; +} + .placeholder-purple-800\\/5::placeholder { color: #6b21a80d; } @@ -24921,10 +34197,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b21a880; } +.placeholder-purple-800\\/55::placeholder { + color: #6b21a88c; +} + .placeholder-purple-800\\/60::placeholder { color: #6b21a899; } +.placeholder-purple-800\\/65::placeholder { + color: #6b21a8a6; +} + .placeholder-purple-800\\/70::placeholder { color: #6b21a8b3; } @@ -24937,6 +34221,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6b21a8cc; } +.placeholder-purple-800\\/85::placeholder { + color: #6b21a8d9; +} + .placeholder-purple-800\\/90::placeholder { color: #6b21a8e6; } @@ -24962,6 +34250,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #581c87; } +.placeholder-purple-900\\/15::placeholder { + color: #581c8726; +} + .placeholder-purple-900\\/20::placeholder { color: #581c8733; } @@ -24974,10 +34266,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #581c874d; } +.placeholder-purple-900\\/35::placeholder { + color: #581c8759; +} + .placeholder-purple-900\\/40::placeholder { color: #581c8766; } +.placeholder-purple-900\\/45::placeholder { + color: #581c8773; +} + .placeholder-purple-900\\/5::placeholder { color: #581c870d; } @@ -24986,10 +34286,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #581c8780; } +.placeholder-purple-900\\/55::placeholder { + color: #581c878c; +} + .placeholder-purple-900\\/60::placeholder { color: #581c8799; } +.placeholder-purple-900\\/65::placeholder { + color: #581c87a6; +} + .placeholder-purple-900\\/70::placeholder { color: #581c87b3; } @@ -25002,6 +34310,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #581c87cc; } +.placeholder-purple-900\\/85::placeholder { + color: #581c87d9; +} + .placeholder-purple-900\\/90::placeholder { color: #581c87e6; } @@ -25027,6 +34339,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b0764; } +.placeholder-purple-950\\/15::placeholder { + color: #3b076426; +} + .placeholder-purple-950\\/20::placeholder { color: #3b076433; } @@ -25039,10 +34355,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b07644d; } +.placeholder-purple-950\\/35::placeholder { + color: #3b076459; +} + .placeholder-purple-950\\/40::placeholder { color: #3b076466; } +.placeholder-purple-950\\/45::placeholder { + color: #3b076473; +} + .placeholder-purple-950\\/5::placeholder { color: #3b07640d; } @@ -25051,10 +34375,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b076480; } +.placeholder-purple-950\\/55::placeholder { + color: #3b07648c; +} + .placeholder-purple-950\\/60::placeholder { color: #3b076499; } +.placeholder-purple-950\\/65::placeholder { + color: #3b0764a6; +} + .placeholder-purple-950\\/70::placeholder { color: #3b0764b3; } @@ -25067,6 +34399,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3b0764cc; } +.placeholder-purple-950\\/85::placeholder { + color: #3b0764d9; +} + .placeholder-purple-950\\/90::placeholder { color: #3b0764e6; } @@ -25092,6 +34428,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fee2e2; } +.placeholder-red-100\\/15::placeholder { + color: #fee2e226; +} + .placeholder-red-100\\/20::placeholder { color: #fee2e233; } @@ -25104,10 +34444,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fee2e24d; } +.placeholder-red-100\\/35::placeholder { + color: #fee2e259; +} + .placeholder-red-100\\/40::placeholder { color: #fee2e266; } +.placeholder-red-100\\/45::placeholder { + color: #fee2e273; +} + .placeholder-red-100\\/5::placeholder { color: #fee2e20d; } @@ -25116,10 +34464,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fee2e280; } +.placeholder-red-100\\/55::placeholder { + color: #fee2e28c; +} + .placeholder-red-100\\/60::placeholder { color: #fee2e299; } +.placeholder-red-100\\/65::placeholder { + color: #fee2e2a6; +} + .placeholder-red-100\\/70::placeholder { color: #fee2e2b3; } @@ -25132,6 +34488,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fee2e2cc; } +.placeholder-red-100\\/85::placeholder { + color: #fee2e2d9; +} + .placeholder-red-100\\/90::placeholder { color: #fee2e2e6; } @@ -25157,6 +34517,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecaca; } +.placeholder-red-200\\/15::placeholder { + color: #fecaca26; +} + .placeholder-red-200\\/20::placeholder { color: #fecaca33; } @@ -25169,10 +34533,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecaca4d; } +.placeholder-red-200\\/35::placeholder { + color: #fecaca59; +} + .placeholder-red-200\\/40::placeholder { color: #fecaca66; } +.placeholder-red-200\\/45::placeholder { + color: #fecaca73; +} + .placeholder-red-200\\/5::placeholder { color: #fecaca0d; } @@ -25181,10 +34553,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecaca80; } +.placeholder-red-200\\/55::placeholder { + color: #fecaca8c; +} + .placeholder-red-200\\/60::placeholder { color: #fecaca99; } +.placeholder-red-200\\/65::placeholder { + color: #fecacaa6; +} + .placeholder-red-200\\/70::placeholder { color: #fecacab3; } @@ -25197,6 +34577,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecacacc; } +.placeholder-red-200\\/85::placeholder { + color: #fecacad9; +} + .placeholder-red-200\\/90::placeholder { color: #fecacae6; } @@ -25222,6 +34606,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fca5a5; } +.placeholder-red-300\\/15::placeholder { + color: #fca5a526; +} + .placeholder-red-300\\/20::placeholder { color: #fca5a533; } @@ -25234,10 +34622,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fca5a54d; } +.placeholder-red-300\\/35::placeholder { + color: #fca5a559; +} + .placeholder-red-300\\/40::placeholder { color: #fca5a566; } +.placeholder-red-300\\/45::placeholder { + color: #fca5a573; +} + .placeholder-red-300\\/5::placeholder { color: #fca5a50d; } @@ -25246,10 +34642,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fca5a580; } +.placeholder-red-300\\/55::placeholder { + color: #fca5a58c; +} + .placeholder-red-300\\/60::placeholder { color: #fca5a599; } +.placeholder-red-300\\/65::placeholder { + color: #fca5a5a6; +} + .placeholder-red-300\\/70::placeholder { color: #fca5a5b3; } @@ -25262,6 +34666,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fca5a5cc; } +.placeholder-red-300\\/85::placeholder { + color: #fca5a5d9; +} + .placeholder-red-300\\/90::placeholder { color: #fca5a5e6; } @@ -25287,6 +34695,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f87171; } +.placeholder-red-400\\/15::placeholder { + color: #f8717126; +} + .placeholder-red-400\\/20::placeholder { color: #f8717133; } @@ -25299,10 +34711,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f871714d; } +.placeholder-red-400\\/35::placeholder { + color: #f8717159; +} + .placeholder-red-400\\/40::placeholder { color: #f8717166; } +.placeholder-red-400\\/45::placeholder { + color: #f8717173; +} + .placeholder-red-400\\/5::placeholder { color: #f871710d; } @@ -25311,10 +34731,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f8717180; } +.placeholder-red-400\\/55::placeholder { + color: #f871718c; +} + .placeholder-red-400\\/60::placeholder { color: #f8717199; } +.placeholder-red-400\\/65::placeholder { + color: #f87171a6; +} + .placeholder-red-400\\/70::placeholder { color: #f87171b3; } @@ -25327,6 +34755,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f87171cc; } +.placeholder-red-400\\/85::placeholder { + color: #f87171d9; +} + .placeholder-red-400\\/90::placeholder { color: #f87171e6; } @@ -25352,6 +34784,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef2f2; } +.placeholder-red-50\\/15::placeholder { + color: #fef2f226; +} + .placeholder-red-50\\/20::placeholder { color: #fef2f233; } @@ -25364,10 +34800,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef2f24d; } +.placeholder-red-50\\/35::placeholder { + color: #fef2f259; +} + .placeholder-red-50\\/40::placeholder { color: #fef2f266; } +.placeholder-red-50\\/45::placeholder { + color: #fef2f273; +} + .placeholder-red-50\\/5::placeholder { color: #fef2f20d; } @@ -25376,10 +34820,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef2f280; } +.placeholder-red-50\\/55::placeholder { + color: #fef2f28c; +} + .placeholder-red-50\\/60::placeholder { color: #fef2f299; } +.placeholder-red-50\\/65::placeholder { + color: #fef2f2a6; +} + .placeholder-red-50\\/70::placeholder { color: #fef2f2b3; } @@ -25392,6 +34844,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef2f2cc; } +.placeholder-red-50\\/85::placeholder { + color: #fef2f2d9; +} + .placeholder-red-50\\/90::placeholder { color: #fef2f2e6; } @@ -25417,6 +34873,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ef4444; } +.placeholder-red-500\\/15::placeholder { + color: #ef444426; +} + .placeholder-red-500\\/20::placeholder { color: #ef444433; } @@ -25429,10 +34889,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ef44444d; } +.placeholder-red-500\\/35::placeholder { + color: #ef444459; +} + .placeholder-red-500\\/40::placeholder { color: #ef444466; } +.placeholder-red-500\\/45::placeholder { + color: #ef444473; +} + .placeholder-red-500\\/5::placeholder { color: #ef44440d; } @@ -25441,10 +34909,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ef444480; } +.placeholder-red-500\\/55::placeholder { + color: #ef44448c; +} + .placeholder-red-500\\/60::placeholder { color: #ef444499; } +.placeholder-red-500\\/65::placeholder { + color: #ef4444a6; +} + .placeholder-red-500\\/70::placeholder { color: #ef4444b3; } @@ -25457,6 +34933,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ef4444cc; } +.placeholder-red-500\\/85::placeholder { + color: #ef4444d9; +} + .placeholder-red-500\\/90::placeholder { color: #ef4444e6; } @@ -25482,6 +34962,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dc2626; } +.placeholder-red-600\\/15::placeholder { + color: #dc262626; +} + .placeholder-red-600\\/20::placeholder { color: #dc262633; } @@ -25494,10 +34978,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dc26264d; } +.placeholder-red-600\\/35::placeholder { + color: #dc262659; +} + .placeholder-red-600\\/40::placeholder { color: #dc262666; } +.placeholder-red-600\\/45::placeholder { + color: #dc262673; +} + .placeholder-red-600\\/5::placeholder { color: #dc26260d; } @@ -25506,10 +34998,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dc262680; } +.placeholder-red-600\\/55::placeholder { + color: #dc26268c; +} + .placeholder-red-600\\/60::placeholder { color: #dc262699; } +.placeholder-red-600\\/65::placeholder { + color: #dc2626a6; +} + .placeholder-red-600\\/70::placeholder { color: #dc2626b3; } @@ -25522,6 +35022,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #dc2626cc; } +.placeholder-red-600\\/85::placeholder { + color: #dc2626d9; +} + .placeholder-red-600\\/90::placeholder { color: #dc2626e6; } @@ -25547,6 +35051,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b91c1c; } +.placeholder-red-700\\/15::placeholder { + color: #b91c1c26; +} + .placeholder-red-700\\/20::placeholder { color: #b91c1c33; } @@ -25559,10 +35067,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b91c1c4d; } +.placeholder-red-700\\/35::placeholder { + color: #b91c1c59; +} + .placeholder-red-700\\/40::placeholder { color: #b91c1c66; } +.placeholder-red-700\\/45::placeholder { + color: #b91c1c73; +} + .placeholder-red-700\\/5::placeholder { color: #b91c1c0d; } @@ -25571,10 +35087,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b91c1c80; } +.placeholder-red-700\\/55::placeholder { + color: #b91c1c8c; +} + .placeholder-red-700\\/60::placeholder { color: #b91c1c99; } +.placeholder-red-700\\/65::placeholder { + color: #b91c1ca6; +} + .placeholder-red-700\\/70::placeholder { color: #b91c1cb3; } @@ -25587,6 +35111,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #b91c1ccc; } +.placeholder-red-700\\/85::placeholder { + color: #b91c1cd9; +} + .placeholder-red-700\\/90::placeholder { color: #b91c1ce6; } @@ -25612,6 +35140,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #991b1b; } +.placeholder-red-800\\/15::placeholder { + color: #991b1b26; +} + .placeholder-red-800\\/20::placeholder { color: #991b1b33; } @@ -25624,10 +35156,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #991b1b4d; } +.placeholder-red-800\\/35::placeholder { + color: #991b1b59; +} + .placeholder-red-800\\/40::placeholder { color: #991b1b66; } +.placeholder-red-800\\/45::placeholder { + color: #991b1b73; +} + .placeholder-red-800\\/5::placeholder { color: #991b1b0d; } @@ -25636,10 +35176,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #991b1b80; } +.placeholder-red-800\\/55::placeholder { + color: #991b1b8c; +} + .placeholder-red-800\\/60::placeholder { color: #991b1b99; } +.placeholder-red-800\\/65::placeholder { + color: #991b1ba6; +} + .placeholder-red-800\\/70::placeholder { color: #991b1bb3; } @@ -25652,6 +35200,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #991b1bcc; } +.placeholder-red-800\\/85::placeholder { + color: #991b1bd9; +} + .placeholder-red-800\\/90::placeholder { color: #991b1be6; } @@ -25677,6 +35229,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7f1d1d; } +.placeholder-red-900\\/15::placeholder { + color: #7f1d1d26; +} + .placeholder-red-900\\/20::placeholder { color: #7f1d1d33; } @@ -25689,10 +35245,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7f1d1d4d; } +.placeholder-red-900\\/35::placeholder { + color: #7f1d1d59; +} + .placeholder-red-900\\/40::placeholder { color: #7f1d1d66; } +.placeholder-red-900\\/45::placeholder { + color: #7f1d1d73; +} + .placeholder-red-900\\/5::placeholder { color: #7f1d1d0d; } @@ -25701,10 +35265,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7f1d1d80; } +.placeholder-red-900\\/55::placeholder { + color: #7f1d1d8c; +} + .placeholder-red-900\\/60::placeholder { color: #7f1d1d99; } +.placeholder-red-900\\/65::placeholder { + color: #7f1d1da6; +} + .placeholder-red-900\\/70::placeholder { color: #7f1d1db3; } @@ -25717,6 +35289,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7f1d1dcc; } +.placeholder-red-900\\/85::placeholder { + color: #7f1d1dd9; +} + .placeholder-red-900\\/90::placeholder { color: #7f1d1de6; } @@ -25742,6 +35318,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #450a0a; } +.placeholder-red-950\\/15::placeholder { + color: #450a0a26; +} + .placeholder-red-950\\/20::placeholder { color: #450a0a33; } @@ -25754,10 +35334,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #450a0a4d; } +.placeholder-red-950\\/35::placeholder { + color: #450a0a59; +} + .placeholder-red-950\\/40::placeholder { color: #450a0a66; } +.placeholder-red-950\\/45::placeholder { + color: #450a0a73; +} + .placeholder-red-950\\/5::placeholder { color: #450a0a0d; } @@ -25766,10 +35354,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #450a0a80; } +.placeholder-red-950\\/55::placeholder { + color: #450a0a8c; +} + .placeholder-red-950\\/60::placeholder { color: #450a0a99; } +.placeholder-red-950\\/65::placeholder { + color: #450a0aa6; +} + .placeholder-red-950\\/70::placeholder { color: #450a0ab3; } @@ -25782,6 +35378,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #450a0acc; } +.placeholder-red-950\\/85::placeholder { + color: #450a0ad9; +} + .placeholder-red-950\\/90::placeholder { color: #450a0ae6; } @@ -25807,6 +35407,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffe4e6; } +.placeholder-rose-100\\/15::placeholder { + color: #ffe4e626; +} + .placeholder-rose-100\\/20::placeholder { color: #ffe4e633; } @@ -25819,10 +35423,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffe4e64d; } +.placeholder-rose-100\\/35::placeholder { + color: #ffe4e659; +} + .placeholder-rose-100\\/40::placeholder { color: #ffe4e666; } +.placeholder-rose-100\\/45::placeholder { + color: #ffe4e673; +} + .placeholder-rose-100\\/5::placeholder { color: #ffe4e60d; } @@ -25831,10 +35443,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffe4e680; } +.placeholder-rose-100\\/55::placeholder { + color: #ffe4e68c; +} + .placeholder-rose-100\\/60::placeholder { color: #ffe4e699; } +.placeholder-rose-100\\/65::placeholder { + color: #ffe4e6a6; +} + .placeholder-rose-100\\/70::placeholder { color: #ffe4e6b3; } @@ -25847,6 +35467,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffe4e6cc; } +.placeholder-rose-100\\/85::placeholder { + color: #ffe4e6d9; +} + .placeholder-rose-100\\/90::placeholder { color: #ffe4e6e6; } @@ -25872,6 +35496,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecdd3; } +.placeholder-rose-200\\/15::placeholder { + color: #fecdd326; +} + .placeholder-rose-200\\/20::placeholder { color: #fecdd333; } @@ -25884,10 +35512,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecdd34d; } +.placeholder-rose-200\\/35::placeholder { + color: #fecdd359; +} + .placeholder-rose-200\\/40::placeholder { color: #fecdd366; } +.placeholder-rose-200\\/45::placeholder { + color: #fecdd373; +} + .placeholder-rose-200\\/5::placeholder { color: #fecdd30d; } @@ -25896,10 +35532,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecdd380; } +.placeholder-rose-200\\/55::placeholder { + color: #fecdd38c; +} + .placeholder-rose-200\\/60::placeholder { color: #fecdd399; } +.placeholder-rose-200\\/65::placeholder { + color: #fecdd3a6; +} + .placeholder-rose-200\\/70::placeholder { color: #fecdd3b3; } @@ -25912,6 +35556,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fecdd3cc; } +.placeholder-rose-200\\/85::placeholder { + color: #fecdd3d9; +} + .placeholder-rose-200\\/90::placeholder { color: #fecdd3e6; } @@ -25937,6 +35585,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fda4af; } +.placeholder-rose-300\\/15::placeholder { + color: #fda4af26; +} + .placeholder-rose-300\\/20::placeholder { color: #fda4af33; } @@ -25949,10 +35601,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fda4af4d; } +.placeholder-rose-300\\/35::placeholder { + color: #fda4af59; +} + .placeholder-rose-300\\/40::placeholder { color: #fda4af66; } +.placeholder-rose-300\\/45::placeholder { + color: #fda4af73; +} + .placeholder-rose-300\\/5::placeholder { color: #fda4af0d; } @@ -25961,10 +35621,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fda4af80; } +.placeholder-rose-300\\/55::placeholder { + color: #fda4af8c; +} + .placeholder-rose-300\\/60::placeholder { color: #fda4af99; } +.placeholder-rose-300\\/65::placeholder { + color: #fda4afa6; +} + .placeholder-rose-300\\/70::placeholder { color: #fda4afb3; } @@ -25977,6 +35645,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fda4afcc; } +.placeholder-rose-300\\/85::placeholder { + color: #fda4afd9; +} + .placeholder-rose-300\\/90::placeholder { color: #fda4afe6; } @@ -26002,6 +35674,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb7185; } +.placeholder-rose-400\\/15::placeholder { + color: #fb718526; +} + .placeholder-rose-400\\/20::placeholder { color: #fb718533; } @@ -26014,10 +35690,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb71854d; } +.placeholder-rose-400\\/35::placeholder { + color: #fb718559; +} + .placeholder-rose-400\\/40::placeholder { color: #fb718566; } +.placeholder-rose-400\\/45::placeholder { + color: #fb718573; +} + .placeholder-rose-400\\/5::placeholder { color: #fb71850d; } @@ -26026,10 +35710,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb718580; } +.placeholder-rose-400\\/55::placeholder { + color: #fb71858c; +} + .placeholder-rose-400\\/60::placeholder { color: #fb718599; } +.placeholder-rose-400\\/65::placeholder { + color: #fb7185a6; +} + .placeholder-rose-400\\/70::placeholder { color: #fb7185b3; } @@ -26042,6 +35734,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fb7185cc; } +.placeholder-rose-400\\/85::placeholder { + color: #fb7185d9; +} + .placeholder-rose-400\\/90::placeholder { color: #fb7185e6; } @@ -26067,6 +35763,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff1f2; } +.placeholder-rose-50\\/15::placeholder { + color: #fff1f226; +} + .placeholder-rose-50\\/20::placeholder { color: #fff1f233; } @@ -26079,10 +35779,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff1f24d; } +.placeholder-rose-50\\/35::placeholder { + color: #fff1f259; +} + .placeholder-rose-50\\/40::placeholder { color: #fff1f266; } +.placeholder-rose-50\\/45::placeholder { + color: #fff1f273; +} + .placeholder-rose-50\\/5::placeholder { color: #fff1f20d; } @@ -26091,10 +35799,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff1f280; } +.placeholder-rose-50\\/55::placeholder { + color: #fff1f28c; +} + .placeholder-rose-50\\/60::placeholder { color: #fff1f299; } +.placeholder-rose-50\\/65::placeholder { + color: #fff1f2a6; +} + .placeholder-rose-50\\/70::placeholder { color: #fff1f2b3; } @@ -26107,6 +35823,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff1f2cc; } +.placeholder-rose-50\\/85::placeholder { + color: #fff1f2d9; +} + .placeholder-rose-50\\/90::placeholder { color: #fff1f2e6; } @@ -26132,6 +35852,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f43f5e; } +.placeholder-rose-500\\/15::placeholder { + color: #f43f5e26; +} + .placeholder-rose-500\\/20::placeholder { color: #f43f5e33; } @@ -26144,10 +35868,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f43f5e4d; } +.placeholder-rose-500\\/35::placeholder { + color: #f43f5e59; +} + .placeholder-rose-500\\/40::placeholder { color: #f43f5e66; } +.placeholder-rose-500\\/45::placeholder { + color: #f43f5e73; +} + .placeholder-rose-500\\/5::placeholder { color: #f43f5e0d; } @@ -26156,10 +35888,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f43f5e80; } +.placeholder-rose-500\\/55::placeholder { + color: #f43f5e8c; +} + .placeholder-rose-500\\/60::placeholder { color: #f43f5e99; } +.placeholder-rose-500\\/65::placeholder { + color: #f43f5ea6; +} + .placeholder-rose-500\\/70::placeholder { color: #f43f5eb3; } @@ -26172,6 +35912,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f43f5ecc; } +.placeholder-rose-500\\/85::placeholder { + color: #f43f5ed9; +} + .placeholder-rose-500\\/90::placeholder { color: #f43f5ee6; } @@ -26197,6 +35941,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e11d48; } +.placeholder-rose-600\\/15::placeholder { + color: #e11d4826; +} + .placeholder-rose-600\\/20::placeholder { color: #e11d4833; } @@ -26209,10 +35957,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e11d484d; } +.placeholder-rose-600\\/35::placeholder { + color: #e11d4859; +} + .placeholder-rose-600\\/40::placeholder { color: #e11d4866; } +.placeholder-rose-600\\/45::placeholder { + color: #e11d4873; +} + .placeholder-rose-600\\/5::placeholder { color: #e11d480d; } @@ -26221,10 +35977,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e11d4880; } +.placeholder-rose-600\\/55::placeholder { + color: #e11d488c; +} + .placeholder-rose-600\\/60::placeholder { color: #e11d4899; } +.placeholder-rose-600\\/65::placeholder { + color: #e11d48a6; +} + .placeholder-rose-600\\/70::placeholder { color: #e11d48b3; } @@ -26237,6 +36001,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e11d48cc; } +.placeholder-rose-600\\/85::placeholder { + color: #e11d48d9; +} + .placeholder-rose-600\\/90::placeholder { color: #e11d48e6; } @@ -26262,6 +36030,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be123c; } +.placeholder-rose-700\\/15::placeholder { + color: #be123c26; +} + .placeholder-rose-700\\/20::placeholder { color: #be123c33; } @@ -26274,10 +36046,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be123c4d; } +.placeholder-rose-700\\/35::placeholder { + color: #be123c59; +} + .placeholder-rose-700\\/40::placeholder { color: #be123c66; } +.placeholder-rose-700\\/45::placeholder { + color: #be123c73; +} + .placeholder-rose-700\\/5::placeholder { color: #be123c0d; } @@ -26286,10 +36066,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be123c80; } +.placeholder-rose-700\\/55::placeholder { + color: #be123c8c; +} + .placeholder-rose-700\\/60::placeholder { color: #be123c99; } +.placeholder-rose-700\\/65::placeholder { + color: #be123ca6; +} + .placeholder-rose-700\\/70::placeholder { color: #be123cb3; } @@ -26302,6 +36090,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #be123ccc; } +.placeholder-rose-700\\/85::placeholder { + color: #be123cd9; +} + .placeholder-rose-700\\/90::placeholder { color: #be123ce6; } @@ -26327,6 +36119,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9f1239; } +.placeholder-rose-800\\/15::placeholder { + color: #9f123926; +} + .placeholder-rose-800\\/20::placeholder { color: #9f123933; } @@ -26339,10 +36135,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9f12394d; } +.placeholder-rose-800\\/35::placeholder { + color: #9f123959; +} + .placeholder-rose-800\\/40::placeholder { color: #9f123966; } +.placeholder-rose-800\\/45::placeholder { + color: #9f123973; +} + .placeholder-rose-800\\/5::placeholder { color: #9f12390d; } @@ -26351,10 +36155,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9f123980; } +.placeholder-rose-800\\/55::placeholder { + color: #9f12398c; +} + .placeholder-rose-800\\/60::placeholder { color: #9f123999; } +.placeholder-rose-800\\/65::placeholder { + color: #9f1239a6; +} + .placeholder-rose-800\\/70::placeholder { color: #9f1239b3; } @@ -26367,6 +36179,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #9f1239cc; } +.placeholder-rose-800\\/85::placeholder { + color: #9f1239d9; +} + .placeholder-rose-800\\/90::placeholder { color: #9f1239e6; } @@ -26392,6 +36208,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #881337; } +.placeholder-rose-900\\/15::placeholder { + color: #88133726; +} + .placeholder-rose-900\\/20::placeholder { color: #88133733; } @@ -26404,10 +36224,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #8813374d; } +.placeholder-rose-900\\/35::placeholder { + color: #88133759; +} + .placeholder-rose-900\\/40::placeholder { color: #88133766; } +.placeholder-rose-900\\/45::placeholder { + color: #88133773; +} + .placeholder-rose-900\\/5::placeholder { color: #8813370d; } @@ -26416,10 +36244,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #88133780; } +.placeholder-rose-900\\/55::placeholder { + color: #8813378c; +} + .placeholder-rose-900\\/60::placeholder { color: #88133799; } +.placeholder-rose-900\\/65::placeholder { + color: #881337a6; +} + .placeholder-rose-900\\/70::placeholder { color: #881337b3; } @@ -26432,6 +36268,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #881337cc; } +.placeholder-rose-900\\/85::placeholder { + color: #881337d9; +} + .placeholder-rose-900\\/90::placeholder { color: #881337e6; } @@ -26457,6 +36297,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c0519; } +.placeholder-rose-950\\/15::placeholder { + color: #4c051926; +} + .placeholder-rose-950\\/20::placeholder { color: #4c051933; } @@ -26469,10 +36313,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c05194d; } +.placeholder-rose-950\\/35::placeholder { + color: #4c051959; +} + .placeholder-rose-950\\/40::placeholder { color: #4c051966; } +.placeholder-rose-950\\/45::placeholder { + color: #4c051973; +} + .placeholder-rose-950\\/5::placeholder { color: #4c05190d; } @@ -26481,10 +36333,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c051980; } +.placeholder-rose-950\\/55::placeholder { + color: #4c05198c; +} + .placeholder-rose-950\\/60::placeholder { color: #4c051999; } +.placeholder-rose-950\\/65::placeholder { + color: #4c0519a6; +} + .placeholder-rose-950\\/70::placeholder { color: #4c0519b3; } @@ -26497,6 +36357,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c0519cc; } +.placeholder-rose-950\\/85::placeholder { + color: #4c0519d9; +} + .placeholder-rose-950\\/90::placeholder { color: #4c0519e6; } @@ -26522,6 +36386,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0f2fe; } +.placeholder-sky-100\\/15::placeholder { + color: #e0f2fe26; +} + .placeholder-sky-100\\/20::placeholder { color: #e0f2fe33; } @@ -26534,10 +36402,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0f2fe4d; } +.placeholder-sky-100\\/35::placeholder { + color: #e0f2fe59; +} + .placeholder-sky-100\\/40::placeholder { color: #e0f2fe66; } +.placeholder-sky-100\\/45::placeholder { + color: #e0f2fe73; +} + .placeholder-sky-100\\/5::placeholder { color: #e0f2fe0d; } @@ -26546,10 +36422,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0f2fe80; } +.placeholder-sky-100\\/55::placeholder { + color: #e0f2fe8c; +} + .placeholder-sky-100\\/60::placeholder { color: #e0f2fe99; } +.placeholder-sky-100\\/65::placeholder { + color: #e0f2fea6; +} + .placeholder-sky-100\\/70::placeholder { color: #e0f2feb3; } @@ -26562,6 +36446,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e0f2fecc; } +.placeholder-sky-100\\/85::placeholder { + color: #e0f2fed9; +} + .placeholder-sky-100\\/90::placeholder { color: #e0f2fee6; } @@ -26587,6 +36475,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bae6fd; } +.placeholder-sky-200\\/15::placeholder { + color: #bae6fd26; +} + .placeholder-sky-200\\/20::placeholder { color: #bae6fd33; } @@ -26599,10 +36491,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bae6fd4d; } +.placeholder-sky-200\\/35::placeholder { + color: #bae6fd59; +} + .placeholder-sky-200\\/40::placeholder { color: #bae6fd66; } +.placeholder-sky-200\\/45::placeholder { + color: #bae6fd73; +} + .placeholder-sky-200\\/5::placeholder { color: #bae6fd0d; } @@ -26611,10 +36511,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bae6fd80; } +.placeholder-sky-200\\/55::placeholder { + color: #bae6fd8c; +} + .placeholder-sky-200\\/60::placeholder { color: #bae6fd99; } +.placeholder-sky-200\\/65::placeholder { + color: #bae6fda6; +} + .placeholder-sky-200\\/70::placeholder { color: #bae6fdb3; } @@ -26627,6 +36535,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #bae6fdcc; } +.placeholder-sky-200\\/85::placeholder { + color: #bae6fdd9; +} + .placeholder-sky-200\\/90::placeholder { color: #bae6fde6; } @@ -26652,6 +36564,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7dd3fc; } +.placeholder-sky-300\\/15::placeholder { + color: #7dd3fc26; +} + .placeholder-sky-300\\/20::placeholder { color: #7dd3fc33; } @@ -26664,10 +36580,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7dd3fc4d; } +.placeholder-sky-300\\/35::placeholder { + color: #7dd3fc59; +} + .placeholder-sky-300\\/40::placeholder { color: #7dd3fc66; } +.placeholder-sky-300\\/45::placeholder { + color: #7dd3fc73; +} + .placeholder-sky-300\\/5::placeholder { color: #7dd3fc0d; } @@ -26676,10 +36600,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7dd3fc80; } +.placeholder-sky-300\\/55::placeholder { + color: #7dd3fc8c; +} + .placeholder-sky-300\\/60::placeholder { color: #7dd3fc99; } +.placeholder-sky-300\\/65::placeholder { + color: #7dd3fca6; +} + .placeholder-sky-300\\/70::placeholder { color: #7dd3fcb3; } @@ -26692,6 +36624,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7dd3fccc; } +.placeholder-sky-300\\/85::placeholder { + color: #7dd3fcd9; +} + .placeholder-sky-300\\/90::placeholder { color: #7dd3fce6; } @@ -26717,6 +36653,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #38bdf8; } +.placeholder-sky-400\\/15::placeholder { + color: #38bdf826; +} + .placeholder-sky-400\\/20::placeholder { color: #38bdf833; } @@ -26729,10 +36669,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #38bdf84d; } +.placeholder-sky-400\\/35::placeholder { + color: #38bdf859; +} + .placeholder-sky-400\\/40::placeholder { color: #38bdf866; } +.placeholder-sky-400\\/45::placeholder { + color: #38bdf873; +} + .placeholder-sky-400\\/5::placeholder { color: #38bdf80d; } @@ -26741,10 +36689,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #38bdf880; } +.placeholder-sky-400\\/55::placeholder { + color: #38bdf88c; +} + .placeholder-sky-400\\/60::placeholder { color: #38bdf899; } +.placeholder-sky-400\\/65::placeholder { + color: #38bdf8a6; +} + .placeholder-sky-400\\/70::placeholder { color: #38bdf8b3; } @@ -26757,6 +36713,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #38bdf8cc; } +.placeholder-sky-400\\/85::placeholder { + color: #38bdf8d9; +} + .placeholder-sky-400\\/90::placeholder { color: #38bdf8e6; } @@ -26782,6 +36742,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0f9ff; } +.placeholder-sky-50\\/15::placeholder { + color: #f0f9ff26; +} + .placeholder-sky-50\\/20::placeholder { color: #f0f9ff33; } @@ -26794,10 +36758,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0f9ff4d; } +.placeholder-sky-50\\/35::placeholder { + color: #f0f9ff59; +} + .placeholder-sky-50\\/40::placeholder { color: #f0f9ff66; } +.placeholder-sky-50\\/45::placeholder { + color: #f0f9ff73; +} + .placeholder-sky-50\\/5::placeholder { color: #f0f9ff0d; } @@ -26806,10 +36778,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0f9ff80; } +.placeholder-sky-50\\/55::placeholder { + color: #f0f9ff8c; +} + .placeholder-sky-50\\/60::placeholder { color: #f0f9ff99; } +.placeholder-sky-50\\/65::placeholder { + color: #f0f9ffa6; +} + .placeholder-sky-50\\/70::placeholder { color: #f0f9ffb3; } @@ -26822,6 +36802,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0f9ffcc; } +.placeholder-sky-50\\/85::placeholder { + color: #f0f9ffd9; +} + .placeholder-sky-50\\/90::placeholder { color: #f0f9ffe6; } @@ -26847,6 +36831,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0ea5e9; } +.placeholder-sky-500\\/15::placeholder { + color: #0ea5e926; +} + .placeholder-sky-500\\/20::placeholder { color: #0ea5e933; } @@ -26859,10 +36847,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0ea5e94d; } +.placeholder-sky-500\\/35::placeholder { + color: #0ea5e959; +} + .placeholder-sky-500\\/40::placeholder { color: #0ea5e966; } +.placeholder-sky-500\\/45::placeholder { + color: #0ea5e973; +} + .placeholder-sky-500\\/5::placeholder { color: #0ea5e90d; } @@ -26871,10 +36867,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0ea5e980; } +.placeholder-sky-500\\/55::placeholder { + color: #0ea5e98c; +} + .placeholder-sky-500\\/60::placeholder { color: #0ea5e999; } +.placeholder-sky-500\\/65::placeholder { + color: #0ea5e9a6; +} + .placeholder-sky-500\\/70::placeholder { color: #0ea5e9b3; } @@ -26887,6 +36891,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0ea5e9cc; } +.placeholder-sky-500\\/85::placeholder { + color: #0ea5e9d9; +} + .placeholder-sky-500\\/90::placeholder { color: #0ea5e9e6; } @@ -26912,6 +36920,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0284c7; } +.placeholder-sky-600\\/15::placeholder { + color: #0284c726; +} + .placeholder-sky-600\\/20::placeholder { color: #0284c733; } @@ -26924,10 +36936,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0284c74d; } +.placeholder-sky-600\\/35::placeholder { + color: #0284c759; +} + .placeholder-sky-600\\/40::placeholder { color: #0284c766; } +.placeholder-sky-600\\/45::placeholder { + color: #0284c773; +} + .placeholder-sky-600\\/5::placeholder { color: #0284c70d; } @@ -26936,10 +36956,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0284c780; } +.placeholder-sky-600\\/55::placeholder { + color: #0284c78c; +} + .placeholder-sky-600\\/60::placeholder { color: #0284c799; } +.placeholder-sky-600\\/65::placeholder { + color: #0284c7a6; +} + .placeholder-sky-600\\/70::placeholder { color: #0284c7b3; } @@ -26952,6 +36980,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0284c7cc; } +.placeholder-sky-600\\/85::placeholder { + color: #0284c7d9; +} + .placeholder-sky-600\\/90::placeholder { color: #0284c7e6; } @@ -26977,6 +37009,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0369a1; } +.placeholder-sky-700\\/15::placeholder { + color: #0369a126; +} + .placeholder-sky-700\\/20::placeholder { color: #0369a133; } @@ -26989,10 +37025,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0369a14d; } +.placeholder-sky-700\\/35::placeholder { + color: #0369a159; +} + .placeholder-sky-700\\/40::placeholder { color: #0369a166; } +.placeholder-sky-700\\/45::placeholder { + color: #0369a173; +} + .placeholder-sky-700\\/5::placeholder { color: #0369a10d; } @@ -27001,10 +37045,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0369a180; } +.placeholder-sky-700\\/55::placeholder { + color: #0369a18c; +} + .placeholder-sky-700\\/60::placeholder { color: #0369a199; } +.placeholder-sky-700\\/65::placeholder { + color: #0369a1a6; +} + .placeholder-sky-700\\/70::placeholder { color: #0369a1b3; } @@ -27017,6 +37069,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0369a1cc; } +.placeholder-sky-700\\/85::placeholder { + color: #0369a1d9; +} + .placeholder-sky-700\\/90::placeholder { color: #0369a1e6; } @@ -27042,6 +37098,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #075985; } +.placeholder-sky-800\\/15::placeholder { + color: #07598526; +} + .placeholder-sky-800\\/20::placeholder { color: #07598533; } @@ -27054,10 +37114,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0759854d; } +.placeholder-sky-800\\/35::placeholder { + color: #07598559; +} + .placeholder-sky-800\\/40::placeholder { color: #07598566; } +.placeholder-sky-800\\/45::placeholder { + color: #07598573; +} + .placeholder-sky-800\\/5::placeholder { color: #0759850d; } @@ -27066,10 +37134,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #07598580; } +.placeholder-sky-800\\/55::placeholder { + color: #0759858c; +} + .placeholder-sky-800\\/60::placeholder { color: #07598599; } +.placeholder-sky-800\\/65::placeholder { + color: #075985a6; +} + .placeholder-sky-800\\/70::placeholder { color: #075985b3; } @@ -27082,6 +37158,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #075985cc; } +.placeholder-sky-800\\/85::placeholder { + color: #075985d9; +} + .placeholder-sky-800\\/90::placeholder { color: #075985e6; } @@ -27107,6 +37187,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c4a6e; } +.placeholder-sky-900\\/15::placeholder { + color: #0c4a6e26; +} + .placeholder-sky-900\\/20::placeholder { color: #0c4a6e33; } @@ -27119,10 +37203,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c4a6e4d; } +.placeholder-sky-900\\/35::placeholder { + color: #0c4a6e59; +} + .placeholder-sky-900\\/40::placeholder { color: #0c4a6e66; } +.placeholder-sky-900\\/45::placeholder { + color: #0c4a6e73; +} + .placeholder-sky-900\\/5::placeholder { color: #0c4a6e0d; } @@ -27131,10 +37223,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c4a6e80; } +.placeholder-sky-900\\/55::placeholder { + color: #0c4a6e8c; +} + .placeholder-sky-900\\/60::placeholder { color: #0c4a6e99; } +.placeholder-sky-900\\/65::placeholder { + color: #0c4a6ea6; +} + .placeholder-sky-900\\/70::placeholder { color: #0c4a6eb3; } @@ -27147,6 +37247,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c4a6ecc; } +.placeholder-sky-900\\/85::placeholder { + color: #0c4a6ed9; +} + .placeholder-sky-900\\/90::placeholder { color: #0c4a6ee6; } @@ -27172,6 +37276,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #082f49; } +.placeholder-sky-950\\/15::placeholder { + color: #082f4926; +} + .placeholder-sky-950\\/20::placeholder { color: #082f4933; } @@ -27184,10 +37292,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #082f494d; } +.placeholder-sky-950\\/35::placeholder { + color: #082f4959; +} + .placeholder-sky-950\\/40::placeholder { color: #082f4966; } +.placeholder-sky-950\\/45::placeholder { + color: #082f4973; +} + .placeholder-sky-950\\/5::placeholder { color: #082f490d; } @@ -27196,10 +37312,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #082f4980; } +.placeholder-sky-950\\/55::placeholder { + color: #082f498c; +} + .placeholder-sky-950\\/60::placeholder { color: #082f4999; } +.placeholder-sky-950\\/65::placeholder { + color: #082f49a6; +} + .placeholder-sky-950\\/70::placeholder { color: #082f49b3; } @@ -27212,6 +37336,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #082f49cc; } +.placeholder-sky-950\\/85::placeholder { + color: #082f49d9; +} + .placeholder-sky-950\\/90::placeholder { color: #082f49e6; } @@ -27237,6 +37365,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f1f5f9; } +.placeholder-slate-100\\/15::placeholder { + color: #f1f5f926; +} + .placeholder-slate-100\\/20::placeholder { color: #f1f5f933; } @@ -27249,10 +37381,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f1f5f94d; } +.placeholder-slate-100\\/35::placeholder { + color: #f1f5f959; +} + .placeholder-slate-100\\/40::placeholder { color: #f1f5f966; } +.placeholder-slate-100\\/45::placeholder { + color: #f1f5f973; +} + .placeholder-slate-100\\/5::placeholder { color: #f1f5f90d; } @@ -27261,10 +37401,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f1f5f980; } +.placeholder-slate-100\\/55::placeholder { + color: #f1f5f98c; +} + .placeholder-slate-100\\/60::placeholder { color: #f1f5f999; } +.placeholder-slate-100\\/65::placeholder { + color: #f1f5f9a6; +} + .placeholder-slate-100\\/70::placeholder { color: #f1f5f9b3; } @@ -27277,6 +37425,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f1f5f9cc; } +.placeholder-slate-100\\/85::placeholder { + color: #f1f5f9d9; +} + .placeholder-slate-100\\/90::placeholder { color: #f1f5f9e6; } @@ -27302,6 +37454,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e2e8f0; } +.placeholder-slate-200\\/15::placeholder { + color: #e2e8f026; +} + .placeholder-slate-200\\/20::placeholder { color: #e2e8f033; } @@ -27314,10 +37470,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e2e8f04d; } +.placeholder-slate-200\\/35::placeholder { + color: #e2e8f059; +} + .placeholder-slate-200\\/40::placeholder { color: #e2e8f066; } +.placeholder-slate-200\\/45::placeholder { + color: #e2e8f073; +} + .placeholder-slate-200\\/5::placeholder { color: #e2e8f00d; } @@ -27326,10 +37490,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e2e8f080; } +.placeholder-slate-200\\/55::placeholder { + color: #e2e8f08c; +} + .placeholder-slate-200\\/60::placeholder { color: #e2e8f099; } +.placeholder-slate-200\\/65::placeholder { + color: #e2e8f0a6; +} + .placeholder-slate-200\\/70::placeholder { color: #e2e8f0b3; } @@ -27342,6 +37514,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e2e8f0cc; } +.placeholder-slate-200\\/85::placeholder { + color: #e2e8f0d9; +} + .placeholder-slate-200\\/90::placeholder { color: #e2e8f0e6; } @@ -27367,6 +37543,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cbd5e1; } +.placeholder-slate-300\\/15::placeholder { + color: #cbd5e126; +} + .placeholder-slate-300\\/20::placeholder { color: #cbd5e133; } @@ -27379,10 +37559,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cbd5e14d; } +.placeholder-slate-300\\/35::placeholder { + color: #cbd5e159; +} + .placeholder-slate-300\\/40::placeholder { color: #cbd5e166; } +.placeholder-slate-300\\/45::placeholder { + color: #cbd5e173; +} + .placeholder-slate-300\\/5::placeholder { color: #cbd5e10d; } @@ -27391,10 +37579,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cbd5e180; } +.placeholder-slate-300\\/55::placeholder { + color: #cbd5e18c; +} + .placeholder-slate-300\\/60::placeholder { color: #cbd5e199; } +.placeholder-slate-300\\/65::placeholder { + color: #cbd5e1a6; +} + .placeholder-slate-300\\/70::placeholder { color: #cbd5e1b3; } @@ -27407,6 +37603,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #cbd5e1cc; } +.placeholder-slate-300\\/85::placeholder { + color: #cbd5e1d9; +} + .placeholder-slate-300\\/90::placeholder { color: #cbd5e1e6; } @@ -27432,6 +37632,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #94a3b8; } +.placeholder-slate-400\\/15::placeholder { + color: #94a3b826; +} + .placeholder-slate-400\\/20::placeholder { color: #94a3b833; } @@ -27444,10 +37648,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #94a3b84d; } +.placeholder-slate-400\\/35::placeholder { + color: #94a3b859; +} + .placeholder-slate-400\\/40::placeholder { color: #94a3b866; } +.placeholder-slate-400\\/45::placeholder { + color: #94a3b873; +} + .placeholder-slate-400\\/5::placeholder { color: #94a3b80d; } @@ -27456,10 +37668,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #94a3b880; } +.placeholder-slate-400\\/55::placeholder { + color: #94a3b88c; +} + .placeholder-slate-400\\/60::placeholder { color: #94a3b899; } +.placeholder-slate-400\\/65::placeholder { + color: #94a3b8a6; +} + .placeholder-slate-400\\/70::placeholder { color: #94a3b8b3; } @@ -27472,6 +37692,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #94a3b8cc; } +.placeholder-slate-400\\/85::placeholder { + color: #94a3b8d9; +} + .placeholder-slate-400\\/90::placeholder { color: #94a3b8e6; } @@ -27497,6 +37721,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f8fafc; } +.placeholder-slate-50\\/15::placeholder { + color: #f8fafc26; +} + .placeholder-slate-50\\/20::placeholder { color: #f8fafc33; } @@ -27509,10 +37737,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f8fafc4d; } +.placeholder-slate-50\\/35::placeholder { + color: #f8fafc59; +} + .placeholder-slate-50\\/40::placeholder { color: #f8fafc66; } +.placeholder-slate-50\\/45::placeholder { + color: #f8fafc73; +} + .placeholder-slate-50\\/5::placeholder { color: #f8fafc0d; } @@ -27521,10 +37757,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f8fafc80; } +.placeholder-slate-50\\/55::placeholder { + color: #f8fafc8c; +} + .placeholder-slate-50\\/60::placeholder { color: #f8fafc99; } +.placeholder-slate-50\\/65::placeholder { + color: #f8fafca6; +} + .placeholder-slate-50\\/70::placeholder { color: #f8fafcb3; } @@ -27537,6 +37781,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f8fafccc; } +.placeholder-slate-50\\/85::placeholder { + color: #f8fafcd9; +} + .placeholder-slate-50\\/90::placeholder { color: #f8fafce6; } @@ -27562,6 +37810,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #64748b; } +.placeholder-slate-500\\/15::placeholder { + color: #64748b26; +} + .placeholder-slate-500\\/20::placeholder { color: #64748b33; } @@ -27574,10 +37826,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #64748b4d; } +.placeholder-slate-500\\/35::placeholder { + color: #64748b59; +} + .placeholder-slate-500\\/40::placeholder { color: #64748b66; } +.placeholder-slate-500\\/45::placeholder { + color: #64748b73; +} + .placeholder-slate-500\\/5::placeholder { color: #64748b0d; } @@ -27586,10 +37846,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #64748b80; } +.placeholder-slate-500\\/55::placeholder { + color: #64748b8c; +} + .placeholder-slate-500\\/60::placeholder { color: #64748b99; } +.placeholder-slate-500\\/65::placeholder { + color: #64748ba6; +} + .placeholder-slate-500\\/70::placeholder { color: #64748bb3; } @@ -27602,6 +37870,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #64748bcc; } +.placeholder-slate-500\\/85::placeholder { + color: #64748bd9; +} + .placeholder-slate-500\\/90::placeholder { color: #64748be6; } @@ -27627,6 +37899,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #475569; } +.placeholder-slate-600\\/15::placeholder { + color: #47556926; +} + .placeholder-slate-600\\/20::placeholder { color: #47556933; } @@ -27639,10 +37915,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4755694d; } +.placeholder-slate-600\\/35::placeholder { + color: #47556959; +} + .placeholder-slate-600\\/40::placeholder { color: #47556966; } +.placeholder-slate-600\\/45::placeholder { + color: #47556973; +} + .placeholder-slate-600\\/5::placeholder { color: #4755690d; } @@ -27651,10 +37935,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #47556980; } +.placeholder-slate-600\\/55::placeholder { + color: #4755698c; +} + .placeholder-slate-600\\/60::placeholder { color: #47556999; } +.placeholder-slate-600\\/65::placeholder { + color: #475569a6; +} + .placeholder-slate-600\\/70::placeholder { color: #475569b3; } @@ -27667,6 +37959,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #475569cc; } +.placeholder-slate-600\\/85::placeholder { + color: #475569d9; +} + .placeholder-slate-600\\/90::placeholder { color: #475569e6; } @@ -27692,6 +37988,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #334155; } +.placeholder-slate-700\\/15::placeholder { + color: #33415526; +} + .placeholder-slate-700\\/20::placeholder { color: #33415533; } @@ -27704,10 +38004,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3341554d; } +.placeholder-slate-700\\/35::placeholder { + color: #33415559; +} + .placeholder-slate-700\\/40::placeholder { color: #33415566; } +.placeholder-slate-700\\/45::placeholder { + color: #33415573; +} + .placeholder-slate-700\\/5::placeholder { color: #3341550d; } @@ -27716,10 +38024,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #33415580; } +.placeholder-slate-700\\/55::placeholder { + color: #3341558c; +} + .placeholder-slate-700\\/60::placeholder { color: #33415599; } +.placeholder-slate-700\\/65::placeholder { + color: #334155a6; +} + .placeholder-slate-700\\/70::placeholder { color: #334155b3; } @@ -27732,6 +38048,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #334155cc; } +.placeholder-slate-700\\/85::placeholder { + color: #334155d9; +} + .placeholder-slate-700\\/90::placeholder { color: #334155e6; } @@ -27757,6 +38077,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e293b; } +.placeholder-slate-800\\/15::placeholder { + color: #1e293b26; +} + .placeholder-slate-800\\/20::placeholder { color: #1e293b33; } @@ -27769,10 +38093,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e293b4d; } +.placeholder-slate-800\\/35::placeholder { + color: #1e293b59; +} + .placeholder-slate-800\\/40::placeholder { color: #1e293b66; } +.placeholder-slate-800\\/45::placeholder { + color: #1e293b73; +} + .placeholder-slate-800\\/5::placeholder { color: #1e293b0d; } @@ -27781,10 +38113,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e293b80; } +.placeholder-slate-800\\/55::placeholder { + color: #1e293b8c; +} + .placeholder-slate-800\\/60::placeholder { color: #1e293b99; } +.placeholder-slate-800\\/65::placeholder { + color: #1e293ba6; +} + .placeholder-slate-800\\/70::placeholder { color: #1e293bb3; } @@ -27797,6 +38137,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1e293bcc; } +.placeholder-slate-800\\/85::placeholder { + color: #1e293bd9; +} + .placeholder-slate-800\\/90::placeholder { color: #1e293be6; } @@ -27822,6 +38166,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f172a; } +.placeholder-slate-900\\/15::placeholder { + color: #0f172a26; +} + .placeholder-slate-900\\/20::placeholder { color: #0f172a33; } @@ -27834,10 +38182,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f172a4d; } +.placeholder-slate-900\\/35::placeholder { + color: #0f172a59; +} + .placeholder-slate-900\\/40::placeholder { color: #0f172a66; } +.placeholder-slate-900\\/45::placeholder { + color: #0f172a73; +} + .placeholder-slate-900\\/5::placeholder { color: #0f172a0d; } @@ -27846,10 +38202,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f172a80; } +.placeholder-slate-900\\/55::placeholder { + color: #0f172a8c; +} + .placeholder-slate-900\\/60::placeholder { color: #0f172a99; } +.placeholder-slate-900\\/65::placeholder { + color: #0f172aa6; +} + .placeholder-slate-900\\/70::placeholder { color: #0f172ab3; } @@ -27862,6 +38226,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f172acc; } +.placeholder-slate-900\\/85::placeholder { + color: #0f172ad9; +} + .placeholder-slate-900\\/90::placeholder { color: #0f172ae6; } @@ -27887,6 +38255,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #020617; } +.placeholder-slate-950\\/15::placeholder { + color: #02061726; +} + .placeholder-slate-950\\/20::placeholder { color: #02061733; } @@ -27899,10 +38271,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0206174d; } +.placeholder-slate-950\\/35::placeholder { + color: #02061759; +} + .placeholder-slate-950\\/40::placeholder { color: #02061766; } +.placeholder-slate-950\\/45::placeholder { + color: #02061773; +} + .placeholder-slate-950\\/5::placeholder { color: #0206170d; } @@ -27911,10 +38291,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #02061780; } +.placeholder-slate-950\\/55::placeholder { + color: #0206178c; +} + .placeholder-slate-950\\/60::placeholder { color: #02061799; } +.placeholder-slate-950\\/65::placeholder { + color: #020617a6; +} + .placeholder-slate-950\\/70::placeholder { color: #020617b3; } @@ -27927,6 +38315,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #020617cc; } +.placeholder-slate-950\\/85::placeholder { + color: #020617d9; +} + .placeholder-slate-950\\/90::placeholder { color: #020617e6; } @@ -27952,6 +38344,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f4; } +.placeholder-stone-100\\/15::placeholder { + color: #f5f5f426; +} + .placeholder-stone-100\\/20::placeholder { color: #f5f5f433; } @@ -27964,10 +38360,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f44d; } +.placeholder-stone-100\\/35::placeholder { + color: #f5f5f459; +} + .placeholder-stone-100\\/40::placeholder { color: #f5f5f466; } +.placeholder-stone-100\\/45::placeholder { + color: #f5f5f473; +} + .placeholder-stone-100\\/5::placeholder { color: #f5f5f40d; } @@ -27976,10 +38380,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f480; } +.placeholder-stone-100\\/55::placeholder { + color: #f5f5f48c; +} + .placeholder-stone-100\\/60::placeholder { color: #f5f5f499; } +.placeholder-stone-100\\/65::placeholder { + color: #f5f5f4a6; +} + .placeholder-stone-100\\/70::placeholder { color: #f5f5f4b3; } @@ -27992,6 +38404,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f5f4cc; } +.placeholder-stone-100\\/85::placeholder { + color: #f5f5f4d9; +} + .placeholder-stone-100\\/90::placeholder { color: #f5f5f4e6; } @@ -28017,6 +38433,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e7e5e4; } +.placeholder-stone-200\\/15::placeholder { + color: #e7e5e426; +} + .placeholder-stone-200\\/20::placeholder { color: #e7e5e433; } @@ -28029,10 +38449,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e7e5e44d; } +.placeholder-stone-200\\/35::placeholder { + color: #e7e5e459; +} + .placeholder-stone-200\\/40::placeholder { color: #e7e5e466; } +.placeholder-stone-200\\/45::placeholder { + color: #e7e5e473; +} + .placeholder-stone-200\\/5::placeholder { color: #e7e5e40d; } @@ -28041,10 +38469,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e7e5e480; } +.placeholder-stone-200\\/55::placeholder { + color: #e7e5e48c; +} + .placeholder-stone-200\\/60::placeholder { color: #e7e5e499; } +.placeholder-stone-200\\/65::placeholder { + color: #e7e5e4a6; +} + .placeholder-stone-200\\/70::placeholder { color: #e7e5e4b3; } @@ -28057,6 +38493,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e7e5e4cc; } +.placeholder-stone-200\\/85::placeholder { + color: #e7e5e4d9; +} + .placeholder-stone-200\\/90::placeholder { color: #e7e5e4e6; } @@ -28082,6 +38522,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d6d3d1; } +.placeholder-stone-300\\/15::placeholder { + color: #d6d3d126; +} + .placeholder-stone-300\\/20::placeholder { color: #d6d3d133; } @@ -28094,10 +38538,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d6d3d14d; } +.placeholder-stone-300\\/35::placeholder { + color: #d6d3d159; +} + .placeholder-stone-300\\/40::placeholder { color: #d6d3d166; } +.placeholder-stone-300\\/45::placeholder { + color: #d6d3d173; +} + .placeholder-stone-300\\/5::placeholder { color: #d6d3d10d; } @@ -28106,10 +38558,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d6d3d180; } +.placeholder-stone-300\\/55::placeholder { + color: #d6d3d18c; +} + .placeholder-stone-300\\/60::placeholder { color: #d6d3d199; } +.placeholder-stone-300\\/65::placeholder { + color: #d6d3d1a6; +} + .placeholder-stone-300\\/70::placeholder { color: #d6d3d1b3; } @@ -28122,6 +38582,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d6d3d1cc; } +.placeholder-stone-300\\/85::placeholder { + color: #d6d3d1d9; +} + .placeholder-stone-300\\/90::placeholder { color: #d6d3d1e6; } @@ -28147,6 +38611,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a8a29e; } +.placeholder-stone-400\\/15::placeholder { + color: #a8a29e26; +} + .placeholder-stone-400\\/20::placeholder { color: #a8a29e33; } @@ -28159,10 +38627,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a8a29e4d; } +.placeholder-stone-400\\/35::placeholder { + color: #a8a29e59; +} + .placeholder-stone-400\\/40::placeholder { color: #a8a29e66; } +.placeholder-stone-400\\/45::placeholder { + color: #a8a29e73; +} + .placeholder-stone-400\\/5::placeholder { color: #a8a29e0d; } @@ -28171,10 +38647,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a8a29e80; } +.placeholder-stone-400\\/55::placeholder { + color: #a8a29e8c; +} + .placeholder-stone-400\\/60::placeholder { color: #a8a29e99; } +.placeholder-stone-400\\/65::placeholder { + color: #a8a29ea6; +} + .placeholder-stone-400\\/70::placeholder { color: #a8a29eb3; } @@ -28187,6 +38671,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a8a29ecc; } +.placeholder-stone-400\\/85::placeholder { + color: #a8a29ed9; +} + .placeholder-stone-400\\/90::placeholder { color: #a8a29ee6; } @@ -28212,6 +38700,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafaf9; } +.placeholder-stone-50\\/15::placeholder { + color: #fafaf926; +} + .placeholder-stone-50\\/20::placeholder { color: #fafaf933; } @@ -28224,10 +38716,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafaf94d; } +.placeholder-stone-50\\/35::placeholder { + color: #fafaf959; +} + .placeholder-stone-50\\/40::placeholder { color: #fafaf966; } +.placeholder-stone-50\\/45::placeholder { + color: #fafaf973; +} + .placeholder-stone-50\\/5::placeholder { color: #fafaf90d; } @@ -28236,10 +38736,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafaf980; } +.placeholder-stone-50\\/55::placeholder { + color: #fafaf98c; +} + .placeholder-stone-50\\/60::placeholder { color: #fafaf999; } +.placeholder-stone-50\\/65::placeholder { + color: #fafaf9a6; +} + .placeholder-stone-50\\/70::placeholder { color: #fafaf9b3; } @@ -28252,6 +38760,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafaf9cc; } +.placeholder-stone-50\\/85::placeholder { + color: #fafaf9d9; +} + .placeholder-stone-50\\/90::placeholder { color: #fafaf9e6; } @@ -28277,6 +38789,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78716c; } +.placeholder-stone-500\\/15::placeholder { + color: #78716c26; +} + .placeholder-stone-500\\/20::placeholder { color: #78716c33; } @@ -28289,10 +38805,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78716c4d; } +.placeholder-stone-500\\/35::placeholder { + color: #78716c59; +} + .placeholder-stone-500\\/40::placeholder { color: #78716c66; } +.placeholder-stone-500\\/45::placeholder { + color: #78716c73; +} + .placeholder-stone-500\\/5::placeholder { color: #78716c0d; } @@ -28301,10 +38825,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78716c80; } +.placeholder-stone-500\\/55::placeholder { + color: #78716c8c; +} + .placeholder-stone-500\\/60::placeholder { color: #78716c99; } +.placeholder-stone-500\\/65::placeholder { + color: #78716ca6; +} + .placeholder-stone-500\\/70::placeholder { color: #78716cb3; } @@ -28317,6 +38849,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #78716ccc; } +.placeholder-stone-500\\/85::placeholder { + color: #78716cd9; +} + .placeholder-stone-500\\/90::placeholder { color: #78716ce6; } @@ -28342,6 +38878,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #57534e; } +.placeholder-stone-600\\/15::placeholder { + color: #57534e26; +} + .placeholder-stone-600\\/20::placeholder { color: #57534e33; } @@ -28354,10 +38894,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #57534e4d; } +.placeholder-stone-600\\/35::placeholder { + color: #57534e59; +} + .placeholder-stone-600\\/40::placeholder { color: #57534e66; } +.placeholder-stone-600\\/45::placeholder { + color: #57534e73; +} + .placeholder-stone-600\\/5::placeholder { color: #57534e0d; } @@ -28366,10 +38914,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #57534e80; } +.placeholder-stone-600\\/55::placeholder { + color: #57534e8c; +} + .placeholder-stone-600\\/60::placeholder { color: #57534e99; } +.placeholder-stone-600\\/65::placeholder { + color: #57534ea6; +} + .placeholder-stone-600\\/70::placeholder { color: #57534eb3; } @@ -28382,6 +38938,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #57534ecc; } +.placeholder-stone-600\\/85::placeholder { + color: #57534ed9; +} + .placeholder-stone-600\\/90::placeholder { color: #57534ee6; } @@ -28407,6 +38967,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #44403c; } +.placeholder-stone-700\\/15::placeholder { + color: #44403c26; +} + .placeholder-stone-700\\/20::placeholder { color: #44403c33; } @@ -28419,10 +38983,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #44403c4d; } +.placeholder-stone-700\\/35::placeholder { + color: #44403c59; +} + .placeholder-stone-700\\/40::placeholder { color: #44403c66; } +.placeholder-stone-700\\/45::placeholder { + color: #44403c73; +} + .placeholder-stone-700\\/5::placeholder { color: #44403c0d; } @@ -28431,10 +39003,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #44403c80; } +.placeholder-stone-700\\/55::placeholder { + color: #44403c8c; +} + .placeholder-stone-700\\/60::placeholder { color: #44403c99; } +.placeholder-stone-700\\/65::placeholder { + color: #44403ca6; +} + .placeholder-stone-700\\/70::placeholder { color: #44403cb3; } @@ -28447,6 +39027,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #44403ccc; } +.placeholder-stone-700\\/85::placeholder { + color: #44403cd9; +} + .placeholder-stone-700\\/90::placeholder { color: #44403ce6; } @@ -28472,6 +39056,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #292524; } +.placeholder-stone-800\\/15::placeholder { + color: #29252426; +} + .placeholder-stone-800\\/20::placeholder { color: #29252433; } @@ -28484,10 +39072,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2925244d; } +.placeholder-stone-800\\/35::placeholder { + color: #29252459; +} + .placeholder-stone-800\\/40::placeholder { color: #29252466; } +.placeholder-stone-800\\/45::placeholder { + color: #29252473; +} + .placeholder-stone-800\\/5::placeholder { color: #2925240d; } @@ -28496,10 +39092,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #29252480; } +.placeholder-stone-800\\/55::placeholder { + color: #2925248c; +} + .placeholder-stone-800\\/60::placeholder { color: #29252499; } +.placeholder-stone-800\\/65::placeholder { + color: #292524a6; +} + .placeholder-stone-800\\/70::placeholder { color: #292524b3; } @@ -28512,6 +39116,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #292524cc; } +.placeholder-stone-800\\/85::placeholder { + color: #292524d9; +} + .placeholder-stone-800\\/90::placeholder { color: #292524e6; } @@ -28537,6 +39145,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1c1917; } +.placeholder-stone-900\\/15::placeholder { + color: #1c191726; +} + .placeholder-stone-900\\/20::placeholder { color: #1c191733; } @@ -28549,10 +39161,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1c19174d; } +.placeholder-stone-900\\/35::placeholder { + color: #1c191759; +} + .placeholder-stone-900\\/40::placeholder { color: #1c191766; } +.placeholder-stone-900\\/45::placeholder { + color: #1c191773; +} + .placeholder-stone-900\\/5::placeholder { color: #1c19170d; } @@ -28561,10 +39181,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1c191780; } +.placeholder-stone-900\\/55::placeholder { + color: #1c19178c; +} + .placeholder-stone-900\\/60::placeholder { color: #1c191799; } +.placeholder-stone-900\\/65::placeholder { + color: #1c1917a6; +} + .placeholder-stone-900\\/70::placeholder { color: #1c1917b3; } @@ -28577,6 +39205,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #1c1917cc; } +.placeholder-stone-900\\/85::placeholder { + color: #1c1917d9; +} + .placeholder-stone-900\\/90::placeholder { color: #1c1917e6; } @@ -28602,6 +39234,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c0a09; } +.placeholder-stone-950\\/15::placeholder { + color: #0c0a0926; +} + .placeholder-stone-950\\/20::placeholder { color: #0c0a0933; } @@ -28614,10 +39250,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c0a094d; } +.placeholder-stone-950\\/35::placeholder { + color: #0c0a0959; +} + .placeholder-stone-950\\/40::placeholder { color: #0c0a0966; } +.placeholder-stone-950\\/45::placeholder { + color: #0c0a0973; +} + .placeholder-stone-950\\/5::placeholder { color: #0c0a090d; } @@ -28626,10 +39270,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c0a0980; } +.placeholder-stone-950\\/55::placeholder { + color: #0c0a098c; +} + .placeholder-stone-950\\/60::placeholder { color: #0c0a0999; } +.placeholder-stone-950\\/65::placeholder { + color: #0c0a09a6; +} + .placeholder-stone-950\\/70::placeholder { color: #0c0a09b3; } @@ -28642,6 +39294,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0c0a09cc; } +.placeholder-stone-950\\/85::placeholder { + color: #0c0a09d9; +} + .placeholder-stone-950\\/90::placeholder { color: #0c0a09e6; } @@ -28667,6 +39323,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ccfbf1; } +.placeholder-teal-100\\/15::placeholder { + color: #ccfbf126; +} + .placeholder-teal-100\\/20::placeholder { color: #ccfbf133; } @@ -28679,10 +39339,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ccfbf14d; } +.placeholder-teal-100\\/35::placeholder { + color: #ccfbf159; +} + .placeholder-teal-100\\/40::placeholder { color: #ccfbf166; } +.placeholder-teal-100\\/45::placeholder { + color: #ccfbf173; +} + .placeholder-teal-100\\/5::placeholder { color: #ccfbf10d; } @@ -28691,10 +39359,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ccfbf180; } +.placeholder-teal-100\\/55::placeholder { + color: #ccfbf18c; +} + .placeholder-teal-100\\/60::placeholder { color: #ccfbf199; } +.placeholder-teal-100\\/65::placeholder { + color: #ccfbf1a6; +} + .placeholder-teal-100\\/70::placeholder { color: #ccfbf1b3; } @@ -28707,6 +39383,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ccfbf1cc; } +.placeholder-teal-100\\/85::placeholder { + color: #ccfbf1d9; +} + .placeholder-teal-100\\/90::placeholder { color: #ccfbf1e6; } @@ -28732,6 +39412,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #99f6e4; } +.placeholder-teal-200\\/15::placeholder { + color: #99f6e426; +} + .placeholder-teal-200\\/20::placeholder { color: #99f6e433; } @@ -28744,10 +39428,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #99f6e44d; } +.placeholder-teal-200\\/35::placeholder { + color: #99f6e459; +} + .placeholder-teal-200\\/40::placeholder { color: #99f6e466; } +.placeholder-teal-200\\/45::placeholder { + color: #99f6e473; +} + .placeholder-teal-200\\/5::placeholder { color: #99f6e40d; } @@ -28756,10 +39448,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #99f6e480; } +.placeholder-teal-200\\/55::placeholder { + color: #99f6e48c; +} + .placeholder-teal-200\\/60::placeholder { color: #99f6e499; } +.placeholder-teal-200\\/65::placeholder { + color: #99f6e4a6; +} + .placeholder-teal-200\\/70::placeholder { color: #99f6e4b3; } @@ -28772,6 +39472,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #99f6e4cc; } +.placeholder-teal-200\\/85::placeholder { + color: #99f6e4d9; +} + .placeholder-teal-200\\/90::placeholder { color: #99f6e4e6; } @@ -28797,6 +39501,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5eead4; } +.placeholder-teal-300\\/15::placeholder { + color: #5eead426; +} + .placeholder-teal-300\\/20::placeholder { color: #5eead433; } @@ -28809,10 +39517,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5eead44d; } +.placeholder-teal-300\\/35::placeholder { + color: #5eead459; +} + .placeholder-teal-300\\/40::placeholder { color: #5eead466; } +.placeholder-teal-300\\/45::placeholder { + color: #5eead473; +} + .placeholder-teal-300\\/5::placeholder { color: #5eead40d; } @@ -28821,10 +39537,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5eead480; } +.placeholder-teal-300\\/55::placeholder { + color: #5eead48c; +} + .placeholder-teal-300\\/60::placeholder { color: #5eead499; } +.placeholder-teal-300\\/65::placeholder { + color: #5eead4a6; +} + .placeholder-teal-300\\/70::placeholder { color: #5eead4b3; } @@ -28837,6 +39561,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5eead4cc; } +.placeholder-teal-300\\/85::placeholder { + color: #5eead4d9; +} + .placeholder-teal-300\\/90::placeholder { color: #5eead4e6; } @@ -28862,6 +39590,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2dd4bf; } +.placeholder-teal-400\\/15::placeholder { + color: #2dd4bf26; +} + .placeholder-teal-400\\/20::placeholder { color: #2dd4bf33; } @@ -28874,10 +39606,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2dd4bf4d; } +.placeholder-teal-400\\/35::placeholder { + color: #2dd4bf59; +} + .placeholder-teal-400\\/40::placeholder { color: #2dd4bf66; } +.placeholder-teal-400\\/45::placeholder { + color: #2dd4bf73; +} + .placeholder-teal-400\\/5::placeholder { color: #2dd4bf0d; } @@ -28886,10 +39626,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2dd4bf80; } +.placeholder-teal-400\\/55::placeholder { + color: #2dd4bf8c; +} + .placeholder-teal-400\\/60::placeholder { color: #2dd4bf99; } +.placeholder-teal-400\\/65::placeholder { + color: #2dd4bfa6; +} + .placeholder-teal-400\\/70::placeholder { color: #2dd4bfb3; } @@ -28902,6 +39650,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2dd4bfcc; } +.placeholder-teal-400\\/85::placeholder { + color: #2dd4bfd9; +} + .placeholder-teal-400\\/90::placeholder { color: #2dd4bfe6; } @@ -28927,6 +39679,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdfa; } +.placeholder-teal-50\\/15::placeholder { + color: #f0fdfa26; +} + .placeholder-teal-50\\/20::placeholder { color: #f0fdfa33; } @@ -28939,10 +39695,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdfa4d; } +.placeholder-teal-50\\/35::placeholder { + color: #f0fdfa59; +} + .placeholder-teal-50\\/40::placeholder { color: #f0fdfa66; } +.placeholder-teal-50\\/45::placeholder { + color: #f0fdfa73; +} + .placeholder-teal-50\\/5::placeholder { color: #f0fdfa0d; } @@ -28951,10 +39715,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdfa80; } +.placeholder-teal-50\\/55::placeholder { + color: #f0fdfa8c; +} + .placeholder-teal-50\\/60::placeholder { color: #f0fdfa99; } +.placeholder-teal-50\\/65::placeholder { + color: #f0fdfaa6; +} + .placeholder-teal-50\\/70::placeholder { color: #f0fdfab3; } @@ -28967,6 +39739,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f0fdfacc; } +.placeholder-teal-50\\/85::placeholder { + color: #f0fdfad9; +} + .placeholder-teal-50\\/90::placeholder { color: #f0fdfae6; } @@ -28992,6 +39768,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14b8a6; } +.placeholder-teal-500\\/15::placeholder { + color: #14b8a626; +} + .placeholder-teal-500\\/20::placeholder { color: #14b8a633; } @@ -29004,10 +39784,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14b8a64d; } +.placeholder-teal-500\\/35::placeholder { + color: #14b8a659; +} + .placeholder-teal-500\\/40::placeholder { color: #14b8a666; } +.placeholder-teal-500\\/45::placeholder { + color: #14b8a673; +} + .placeholder-teal-500\\/5::placeholder { color: #14b8a60d; } @@ -29016,10 +39804,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14b8a680; } +.placeholder-teal-500\\/55::placeholder { + color: #14b8a68c; +} + .placeholder-teal-500\\/60::placeholder { color: #14b8a699; } +.placeholder-teal-500\\/65::placeholder { + color: #14b8a6a6; +} + .placeholder-teal-500\\/70::placeholder { color: #14b8a6b3; } @@ -29032,6 +39828,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #14b8a6cc; } +.placeholder-teal-500\\/85::placeholder { + color: #14b8a6d9; +} + .placeholder-teal-500\\/90::placeholder { color: #14b8a6e6; } @@ -29057,6 +39857,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0d9488; } +.placeholder-teal-600\\/15::placeholder { + color: #0d948826; +} + .placeholder-teal-600\\/20::placeholder { color: #0d948833; } @@ -29069,10 +39873,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0d94884d; } +.placeholder-teal-600\\/35::placeholder { + color: #0d948859; +} + .placeholder-teal-600\\/40::placeholder { color: #0d948866; } +.placeholder-teal-600\\/45::placeholder { + color: #0d948873; +} + .placeholder-teal-600\\/5::placeholder { color: #0d94880d; } @@ -29081,10 +39893,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0d948880; } +.placeholder-teal-600\\/55::placeholder { + color: #0d94888c; +} + .placeholder-teal-600\\/60::placeholder { color: #0d948899; } +.placeholder-teal-600\\/65::placeholder { + color: #0d9488a6; +} + .placeholder-teal-600\\/70::placeholder { color: #0d9488b3; } @@ -29097,6 +39917,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0d9488cc; } +.placeholder-teal-600\\/85::placeholder { + color: #0d9488d9; +} + .placeholder-teal-600\\/90::placeholder { color: #0d9488e6; } @@ -29122,6 +39946,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f766e; } +.placeholder-teal-700\\/15::placeholder { + color: #0f766e26; +} + .placeholder-teal-700\\/20::placeholder { color: #0f766e33; } @@ -29134,10 +39962,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f766e4d; } +.placeholder-teal-700\\/35::placeholder { + color: #0f766e59; +} + .placeholder-teal-700\\/40::placeholder { color: #0f766e66; } +.placeholder-teal-700\\/45::placeholder { + color: #0f766e73; +} + .placeholder-teal-700\\/5::placeholder { color: #0f766e0d; } @@ -29146,10 +39982,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f766e80; } +.placeholder-teal-700\\/55::placeholder { + color: #0f766e8c; +} + .placeholder-teal-700\\/60::placeholder { color: #0f766e99; } +.placeholder-teal-700\\/65::placeholder { + color: #0f766ea6; +} + .placeholder-teal-700\\/70::placeholder { color: #0f766eb3; } @@ -29162,6 +40006,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0f766ecc; } +.placeholder-teal-700\\/85::placeholder { + color: #0f766ed9; +} + .placeholder-teal-700\\/90::placeholder { color: #0f766ee6; } @@ -29187,6 +40035,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #115e59; } +.placeholder-teal-800\\/15::placeholder { + color: #115e5926; +} + .placeholder-teal-800\\/20::placeholder { color: #115e5933; } @@ -29199,10 +40051,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #115e594d; } +.placeholder-teal-800\\/35::placeholder { + color: #115e5959; +} + .placeholder-teal-800\\/40::placeholder { color: #115e5966; } +.placeholder-teal-800\\/45::placeholder { + color: #115e5973; +} + .placeholder-teal-800\\/5::placeholder { color: #115e590d; } @@ -29211,10 +40071,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #115e5980; } +.placeholder-teal-800\\/55::placeholder { + color: #115e598c; +} + .placeholder-teal-800\\/60::placeholder { color: #115e5999; } +.placeholder-teal-800\\/65::placeholder { + color: #115e59a6; +} + .placeholder-teal-800\\/70::placeholder { color: #115e59b3; } @@ -29227,6 +40095,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #115e59cc; } +.placeholder-teal-800\\/85::placeholder { + color: #115e59d9; +} + .placeholder-teal-800\\/90::placeholder { color: #115e59e6; } @@ -29252,6 +40124,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #134e4a; } +.placeholder-teal-900\\/15::placeholder { + color: #134e4a26; +} + .placeholder-teal-900\\/20::placeholder { color: #134e4a33; } @@ -29264,10 +40140,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #134e4a4d; } +.placeholder-teal-900\\/35::placeholder { + color: #134e4a59; +} + .placeholder-teal-900\\/40::placeholder { color: #134e4a66; } +.placeholder-teal-900\\/45::placeholder { + color: #134e4a73; +} + .placeholder-teal-900\\/5::placeholder { color: #134e4a0d; } @@ -29276,10 +40160,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #134e4a80; } +.placeholder-teal-900\\/55::placeholder { + color: #134e4a8c; +} + .placeholder-teal-900\\/60::placeholder { color: #134e4a99; } +.placeholder-teal-900\\/65::placeholder { + color: #134e4aa6; +} + .placeholder-teal-900\\/70::placeholder { color: #134e4ab3; } @@ -29292,6 +40184,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #134e4acc; } +.placeholder-teal-900\\/85::placeholder { + color: #134e4ad9; +} + .placeholder-teal-900\\/90::placeholder { color: #134e4ae6; } @@ -29317,6 +40213,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #042f2e; } +.placeholder-teal-950\\/15::placeholder { + color: #042f2e26; +} + .placeholder-teal-950\\/20::placeholder { color: #042f2e33; } @@ -29329,10 +40229,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #042f2e4d; } +.placeholder-teal-950\\/35::placeholder { + color: #042f2e59; +} + .placeholder-teal-950\\/40::placeholder { color: #042f2e66; } +.placeholder-teal-950\\/45::placeholder { + color: #042f2e73; +} + .placeholder-teal-950\\/5::placeholder { color: #042f2e0d; } @@ -29341,10 +40249,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #042f2e80; } +.placeholder-teal-950\\/55::placeholder { + color: #042f2e8c; +} + .placeholder-teal-950\\/60::placeholder { color: #042f2e99; } +.placeholder-teal-950\\/65::placeholder { + color: #042f2ea6; +} + .placeholder-teal-950\\/70::placeholder { color: #042f2eb3; } @@ -29357,6 +40273,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #042f2ecc; } +.placeholder-teal-950\\/85::placeholder { + color: #042f2ed9; +} + .placeholder-teal-950\\/90::placeholder { color: #042f2ee6; } @@ -29377,6 +40297,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #000; } +.placeholder-transparent\\/15::placeholder { + color: #00000026; +} + .placeholder-transparent\\/20::placeholder { color: #0003; } @@ -29389,10 +40313,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #0000004d; } +.placeholder-transparent\\/35::placeholder { + color: #00000059; +} + .placeholder-transparent\\/40::placeholder { color: #0006; } +.placeholder-transparent\\/45::placeholder { + color: #00000073; +} + .placeholder-transparent\\/5::placeholder { color: #0000000d; } @@ -29401,10 +40333,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #00000080; } +.placeholder-transparent\\/55::placeholder { + color: #0000008c; +} + .placeholder-transparent\\/60::placeholder { color: #0009; } +.placeholder-transparent\\/65::placeholder { + color: #000000a6; +} + .placeholder-transparent\\/70::placeholder { color: #000000b3; } @@ -29417,6 +40357,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #000c; } +.placeholder-transparent\\/85::placeholder { + color: #000000d9; +} + .placeholder-transparent\\/90::placeholder { color: #000000e6; } @@ -29442,6 +40386,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ede9fe; } +.placeholder-violet-100\\/15::placeholder { + color: #ede9fe26; +} + .placeholder-violet-100\\/20::placeholder { color: #ede9fe33; } @@ -29454,10 +40402,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ede9fe4d; } +.placeholder-violet-100\\/35::placeholder { + color: #ede9fe59; +} + .placeholder-violet-100\\/40::placeholder { color: #ede9fe66; } +.placeholder-violet-100\\/45::placeholder { + color: #ede9fe73; +} + .placeholder-violet-100\\/5::placeholder { color: #ede9fe0d; } @@ -29466,10 +40422,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ede9fe80; } +.placeholder-violet-100\\/55::placeholder { + color: #ede9fe8c; +} + .placeholder-violet-100\\/60::placeholder { color: #ede9fe99; } +.placeholder-violet-100\\/65::placeholder { + color: #ede9fea6; +} + .placeholder-violet-100\\/70::placeholder { color: #ede9feb3; } @@ -29482,6 +40446,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ede9fecc; } +.placeholder-violet-100\\/85::placeholder { + color: #ede9fed9; +} + .placeholder-violet-100\\/90::placeholder { color: #ede9fee6; } @@ -29507,6 +40475,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ddd6fe; } +.placeholder-violet-200\\/15::placeholder { + color: #ddd6fe26; +} + .placeholder-violet-200\\/20::placeholder { color: #ddd6fe33; } @@ -29519,10 +40491,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ddd6fe4d; } +.placeholder-violet-200\\/35::placeholder { + color: #ddd6fe59; +} + .placeholder-violet-200\\/40::placeholder { color: #ddd6fe66; } +.placeholder-violet-200\\/45::placeholder { + color: #ddd6fe73; +} + .placeholder-violet-200\\/5::placeholder { color: #ddd6fe0d; } @@ -29531,10 +40511,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ddd6fe80; } +.placeholder-violet-200\\/55::placeholder { + color: #ddd6fe8c; +} + .placeholder-violet-200\\/60::placeholder { color: #ddd6fe99; } +.placeholder-violet-200\\/65::placeholder { + color: #ddd6fea6; +} + .placeholder-violet-200\\/70::placeholder { color: #ddd6feb3; } @@ -29547,6 +40535,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ddd6fecc; } +.placeholder-violet-200\\/85::placeholder { + color: #ddd6fed9; +} + .placeholder-violet-200\\/90::placeholder { color: #ddd6fee6; } @@ -29572,6 +40564,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c4b5fd; } +.placeholder-violet-300\\/15::placeholder { + color: #c4b5fd26; +} + .placeholder-violet-300\\/20::placeholder { color: #c4b5fd33; } @@ -29584,10 +40580,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c4b5fd4d; } +.placeholder-violet-300\\/35::placeholder { + color: #c4b5fd59; +} + .placeholder-violet-300\\/40::placeholder { color: #c4b5fd66; } +.placeholder-violet-300\\/45::placeholder { + color: #c4b5fd73; +} + .placeholder-violet-300\\/5::placeholder { color: #c4b5fd0d; } @@ -29596,10 +40600,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c4b5fd80; } +.placeholder-violet-300\\/55::placeholder { + color: #c4b5fd8c; +} + .placeholder-violet-300\\/60::placeholder { color: #c4b5fd99; } +.placeholder-violet-300\\/65::placeholder { + color: #c4b5fda6; +} + .placeholder-violet-300\\/70::placeholder { color: #c4b5fdb3; } @@ -29612,6 +40624,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #c4b5fdcc; } +.placeholder-violet-300\\/85::placeholder { + color: #c4b5fdd9; +} + .placeholder-violet-300\\/90::placeholder { color: #c4b5fde6; } @@ -29637,6 +40653,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a78bfa; } +.placeholder-violet-400\\/15::placeholder { + color: #a78bfa26; +} + .placeholder-violet-400\\/20::placeholder { color: #a78bfa33; } @@ -29649,10 +40669,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a78bfa4d; } +.placeholder-violet-400\\/35::placeholder { + color: #a78bfa59; +} + .placeholder-violet-400\\/40::placeholder { color: #a78bfa66; } +.placeholder-violet-400\\/45::placeholder { + color: #a78bfa73; +} + .placeholder-violet-400\\/5::placeholder { color: #a78bfa0d; } @@ -29661,10 +40689,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a78bfa80; } +.placeholder-violet-400\\/55::placeholder { + color: #a78bfa8c; +} + .placeholder-violet-400\\/60::placeholder { color: #a78bfa99; } +.placeholder-violet-400\\/65::placeholder { + color: #a78bfaa6; +} + .placeholder-violet-400\\/70::placeholder { color: #a78bfab3; } @@ -29677,6 +40713,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a78bfacc; } +.placeholder-violet-400\\/85::placeholder { + color: #a78bfad9; +} + .placeholder-violet-400\\/90::placeholder { color: #a78bfae6; } @@ -29702,6 +40742,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f3ff; } +.placeholder-violet-50\\/15::placeholder { + color: #f5f3ff26; +} + .placeholder-violet-50\\/20::placeholder { color: #f5f3ff33; } @@ -29714,10 +40758,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f3ff4d; } +.placeholder-violet-50\\/35::placeholder { + color: #f5f3ff59; +} + .placeholder-violet-50\\/40::placeholder { color: #f5f3ff66; } +.placeholder-violet-50\\/45::placeholder { + color: #f5f3ff73; +} + .placeholder-violet-50\\/5::placeholder { color: #f5f3ff0d; } @@ -29726,10 +40778,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f3ff80; } +.placeholder-violet-50\\/55::placeholder { + color: #f5f3ff8c; +} + .placeholder-violet-50\\/60::placeholder { color: #f5f3ff99; } +.placeholder-violet-50\\/65::placeholder { + color: #f5f3ffa6; +} + .placeholder-violet-50\\/70::placeholder { color: #f5f3ffb3; } @@ -29742,6 +40802,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f5f3ffcc; } +.placeholder-violet-50\\/85::placeholder { + color: #f5f3ffd9; +} + .placeholder-violet-50\\/90::placeholder { color: #f5f3ffe6; } @@ -29767,6 +40831,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #8b5cf6; } +.placeholder-violet-500\\/15::placeholder { + color: #8b5cf626; +} + .placeholder-violet-500\\/20::placeholder { color: #8b5cf633; } @@ -29779,10 +40847,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #8b5cf64d; } +.placeholder-violet-500\\/35::placeholder { + color: #8b5cf659; +} + .placeholder-violet-500\\/40::placeholder { color: #8b5cf666; } +.placeholder-violet-500\\/45::placeholder { + color: #8b5cf673; +} + .placeholder-violet-500\\/5::placeholder { color: #8b5cf60d; } @@ -29791,10 +40867,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #8b5cf680; } +.placeholder-violet-500\\/55::placeholder { + color: #8b5cf68c; +} + .placeholder-violet-500\\/60::placeholder { color: #8b5cf699; } +.placeholder-violet-500\\/65::placeholder { + color: #8b5cf6a6; +} + .placeholder-violet-500\\/70::placeholder { color: #8b5cf6b3; } @@ -29807,6 +40891,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #8b5cf6cc; } +.placeholder-violet-500\\/85::placeholder { + color: #8b5cf6d9; +} + .placeholder-violet-500\\/90::placeholder { color: #8b5cf6e6; } @@ -29832,6 +40920,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c3aed; } +.placeholder-violet-600\\/15::placeholder { + color: #7c3aed26; +} + .placeholder-violet-600\\/20::placeholder { color: #7c3aed33; } @@ -29844,10 +40936,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c3aed4d; } +.placeholder-violet-600\\/35::placeholder { + color: #7c3aed59; +} + .placeholder-violet-600\\/40::placeholder { color: #7c3aed66; } +.placeholder-violet-600\\/45::placeholder { + color: #7c3aed73; +} + .placeholder-violet-600\\/5::placeholder { color: #7c3aed0d; } @@ -29856,10 +40956,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c3aed80; } +.placeholder-violet-600\\/55::placeholder { + color: #7c3aed8c; +} + .placeholder-violet-600\\/60::placeholder { color: #7c3aed99; } +.placeholder-violet-600\\/65::placeholder { + color: #7c3aeda6; +} + .placeholder-violet-600\\/70::placeholder { color: #7c3aedb3; } @@ -29872,6 +40980,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #7c3aedcc; } +.placeholder-violet-600\\/85::placeholder { + color: #7c3aedd9; +} + .placeholder-violet-600\\/90::placeholder { color: #7c3aede6; } @@ -29897,6 +41009,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6d28d9; } +.placeholder-violet-700\\/15::placeholder { + color: #6d28d926; +} + .placeholder-violet-700\\/20::placeholder { color: #6d28d933; } @@ -29909,10 +41025,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6d28d94d; } +.placeholder-violet-700\\/35::placeholder { + color: #6d28d959; +} + .placeholder-violet-700\\/40::placeholder { color: #6d28d966; } +.placeholder-violet-700\\/45::placeholder { + color: #6d28d973; +} + .placeholder-violet-700\\/5::placeholder { color: #6d28d90d; } @@ -29921,10 +41045,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6d28d980; } +.placeholder-violet-700\\/55::placeholder { + color: #6d28d98c; +} + .placeholder-violet-700\\/60::placeholder { color: #6d28d999; } +.placeholder-violet-700\\/65::placeholder { + color: #6d28d9a6; +} + .placeholder-violet-700\\/70::placeholder { color: #6d28d9b3; } @@ -29937,6 +41069,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #6d28d9cc; } +.placeholder-violet-700\\/85::placeholder { + color: #6d28d9d9; +} + .placeholder-violet-700\\/90::placeholder { color: #6d28d9e6; } @@ -29962,6 +41098,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5b21b6; } +.placeholder-violet-800\\/15::placeholder { + color: #5b21b626; +} + .placeholder-violet-800\\/20::placeholder { color: #5b21b633; } @@ -29974,10 +41114,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5b21b64d; } +.placeholder-violet-800\\/35::placeholder { + color: #5b21b659; +} + .placeholder-violet-800\\/40::placeholder { color: #5b21b666; } +.placeholder-violet-800\\/45::placeholder { + color: #5b21b673; +} + .placeholder-violet-800\\/5::placeholder { color: #5b21b60d; } @@ -29986,10 +41134,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5b21b680; } +.placeholder-violet-800\\/55::placeholder { + color: #5b21b68c; +} + .placeholder-violet-800\\/60::placeholder { color: #5b21b699; } +.placeholder-violet-800\\/65::placeholder { + color: #5b21b6a6; +} + .placeholder-violet-800\\/70::placeholder { color: #5b21b6b3; } @@ -30002,6 +41158,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #5b21b6cc; } +.placeholder-violet-800\\/85::placeholder { + color: #5b21b6d9; +} + .placeholder-violet-800\\/90::placeholder { color: #5b21b6e6; } @@ -30027,6 +41187,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c1d95; } +.placeholder-violet-900\\/15::placeholder { + color: #4c1d9526; +} + .placeholder-violet-900\\/20::placeholder { color: #4c1d9533; } @@ -30039,10 +41203,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c1d954d; } +.placeholder-violet-900\\/35::placeholder { + color: #4c1d9559; +} + .placeholder-violet-900\\/40::placeholder { color: #4c1d9566; } +.placeholder-violet-900\\/45::placeholder { + color: #4c1d9573; +} + .placeholder-violet-900\\/5::placeholder { color: #4c1d950d; } @@ -30051,10 +41223,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c1d9580; } +.placeholder-violet-900\\/55::placeholder { + color: #4c1d958c; +} + .placeholder-violet-900\\/60::placeholder { color: #4c1d9599; } +.placeholder-violet-900\\/65::placeholder { + color: #4c1d95a6; +} + .placeholder-violet-900\\/70::placeholder { color: #4c1d95b3; } @@ -30067,6 +41247,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4c1d95cc; } +.placeholder-violet-900\\/85::placeholder { + color: #4c1d95d9; +} + .placeholder-violet-900\\/90::placeholder { color: #4c1d95e6; } @@ -30092,6 +41276,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2e1065; } +.placeholder-violet-950\\/15::placeholder { + color: #2e106526; +} + .placeholder-violet-950\\/20::placeholder { color: #2e106533; } @@ -30104,10 +41292,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2e10654d; } +.placeholder-violet-950\\/35::placeholder { + color: #2e106559; +} + .placeholder-violet-950\\/40::placeholder { color: #2e106566; } +.placeholder-violet-950\\/45::placeholder { + color: #2e106573; +} + .placeholder-violet-950\\/5::placeholder { color: #2e10650d; } @@ -30116,10 +41312,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2e106580; } +.placeholder-violet-950\\/55::placeholder { + color: #2e10658c; +} + .placeholder-violet-950\\/60::placeholder { color: #2e106599; } +.placeholder-violet-950\\/65::placeholder { + color: #2e1065a6; +} + .placeholder-violet-950\\/70::placeholder { color: #2e1065b3; } @@ -30132,6 +41336,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #2e1065cc; } +.placeholder-violet-950\\/85::placeholder { + color: #2e1065d9; +} + .placeholder-violet-950\\/90::placeholder { color: #2e1065e6; } @@ -30157,6 +41365,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fff; } +.placeholder-white\\/15::placeholder { + color: #ffffff26; +} + .placeholder-white\\/20::placeholder { color: #fff3; } @@ -30169,10 +41381,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffffff4d; } +.placeholder-white\\/35::placeholder { + color: #ffffff59; +} + .placeholder-white\\/40::placeholder { color: #fff6; } +.placeholder-white\\/45::placeholder { + color: #ffffff73; +} + .placeholder-white\\/5::placeholder { color: #ffffff0d; } @@ -30181,10 +41401,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ffffff80; } +.placeholder-white\\/55::placeholder { + color: #ffffff8c; +} + .placeholder-white\\/60::placeholder { color: #fff9; } +.placeholder-white\\/65::placeholder { + color: #ffffffa6; +} + .placeholder-white\\/70::placeholder { color: #ffffffb3; } @@ -30197,6 +41425,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fffc; } +.placeholder-white\\/85::placeholder { + color: #ffffffd9; +} + .placeholder-white\\/90::placeholder { color: #ffffffe6; } @@ -30222,6 +41454,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef9c3; } +.placeholder-yellow-100\\/15::placeholder { + color: #fef9c326; +} + .placeholder-yellow-100\\/20::placeholder { color: #fef9c333; } @@ -30234,10 +41470,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef9c34d; } +.placeholder-yellow-100\\/35::placeholder { + color: #fef9c359; +} + .placeholder-yellow-100\\/40::placeholder { color: #fef9c366; } +.placeholder-yellow-100\\/45::placeholder { + color: #fef9c373; +} + .placeholder-yellow-100\\/5::placeholder { color: #fef9c30d; } @@ -30246,10 +41490,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef9c380; } +.placeholder-yellow-100\\/55::placeholder { + color: #fef9c38c; +} + .placeholder-yellow-100\\/60::placeholder { color: #fef9c399; } +.placeholder-yellow-100\\/65::placeholder { + color: #fef9c3a6; +} + .placeholder-yellow-100\\/70::placeholder { color: #fef9c3b3; } @@ -30262,6 +41514,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef9c3cc; } +.placeholder-yellow-100\\/85::placeholder { + color: #fef9c3d9; +} + .placeholder-yellow-100\\/90::placeholder { color: #fef9c3e6; } @@ -30287,6 +41543,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef08a; } +.placeholder-yellow-200\\/15::placeholder { + color: #fef08a26; +} + .placeholder-yellow-200\\/20::placeholder { color: #fef08a33; } @@ -30299,10 +41559,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef08a4d; } +.placeholder-yellow-200\\/35::placeholder { + color: #fef08a59; +} + .placeholder-yellow-200\\/40::placeholder { color: #fef08a66; } +.placeholder-yellow-200\\/45::placeholder { + color: #fef08a73; +} + .placeholder-yellow-200\\/5::placeholder { color: #fef08a0d; } @@ -30311,10 +41579,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef08a80; } +.placeholder-yellow-200\\/55::placeholder { + color: #fef08a8c; +} + .placeholder-yellow-200\\/60::placeholder { color: #fef08a99; } +.placeholder-yellow-200\\/65::placeholder { + color: #fef08aa6; +} + .placeholder-yellow-200\\/70::placeholder { color: #fef08ab3; } @@ -30327,6 +41603,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fef08acc; } +.placeholder-yellow-200\\/85::placeholder { + color: #fef08ad9; +} + .placeholder-yellow-200\\/90::placeholder { color: #fef08ae6; } @@ -30352,6 +41632,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde047; } +.placeholder-yellow-300\\/15::placeholder { + color: #fde04726; +} + .placeholder-yellow-300\\/20::placeholder { color: #fde04733; } @@ -30364,10 +41648,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde0474d; } +.placeholder-yellow-300\\/35::placeholder { + color: #fde04759; +} + .placeholder-yellow-300\\/40::placeholder { color: #fde04766; } +.placeholder-yellow-300\\/45::placeholder { + color: #fde04773; +} + .placeholder-yellow-300\\/5::placeholder { color: #fde0470d; } @@ -30376,10 +41668,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde04780; } +.placeholder-yellow-300\\/55::placeholder { + color: #fde0478c; +} + .placeholder-yellow-300\\/60::placeholder { color: #fde04799; } +.placeholder-yellow-300\\/65::placeholder { + color: #fde047a6; +} + .placeholder-yellow-300\\/70::placeholder { color: #fde047b3; } @@ -30392,6 +41692,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fde047cc; } +.placeholder-yellow-300\\/85::placeholder { + color: #fde047d9; +} + .placeholder-yellow-300\\/90::placeholder { color: #fde047e6; } @@ -30417,6 +41721,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #facc15; } +.placeholder-yellow-400\\/15::placeholder { + color: #facc1526; +} + .placeholder-yellow-400\\/20::placeholder { color: #facc1533; } @@ -30429,10 +41737,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #facc154d; } +.placeholder-yellow-400\\/35::placeholder { + color: #facc1559; +} + .placeholder-yellow-400\\/40::placeholder { color: #facc1566; } +.placeholder-yellow-400\\/45::placeholder { + color: #facc1573; +} + .placeholder-yellow-400\\/5::placeholder { color: #facc150d; } @@ -30441,10 +41757,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #facc1580; } +.placeholder-yellow-400\\/55::placeholder { + color: #facc158c; +} + .placeholder-yellow-400\\/60::placeholder { color: #facc1599; } +.placeholder-yellow-400\\/65::placeholder { + color: #facc15a6; +} + .placeholder-yellow-400\\/70::placeholder { color: #facc15b3; } @@ -30457,6 +41781,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #facc15cc; } +.placeholder-yellow-400\\/85::placeholder { + color: #facc15d9; +} + .placeholder-yellow-400\\/90::placeholder { color: #facc15e6; } @@ -30482,6 +41810,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fefce8; } +.placeholder-yellow-50\\/15::placeholder { + color: #fefce826; +} + .placeholder-yellow-50\\/20::placeholder { color: #fefce833; } @@ -30494,10 +41826,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fefce84d; } +.placeholder-yellow-50\\/35::placeholder { + color: #fefce859; +} + .placeholder-yellow-50\\/40::placeholder { color: #fefce866; } +.placeholder-yellow-50\\/45::placeholder { + color: #fefce873; +} + .placeholder-yellow-50\\/5::placeholder { color: #fefce80d; } @@ -30506,10 +41846,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fefce880; } +.placeholder-yellow-50\\/55::placeholder { + color: #fefce88c; +} + .placeholder-yellow-50\\/60::placeholder { color: #fefce899; } +.placeholder-yellow-50\\/65::placeholder { + color: #fefce8a6; +} + .placeholder-yellow-50\\/70::placeholder { color: #fefce8b3; } @@ -30522,6 +41870,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fefce8cc; } +.placeholder-yellow-50\\/85::placeholder { + color: #fefce8d9; +} + .placeholder-yellow-50\\/90::placeholder { color: #fefce8e6; } @@ -30547,6 +41899,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eab308; } +.placeholder-yellow-500\\/15::placeholder { + color: #eab30826; +} + .placeholder-yellow-500\\/20::placeholder { color: #eab30833; } @@ -30559,10 +41915,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eab3084d; } +.placeholder-yellow-500\\/35::placeholder { + color: #eab30859; +} + .placeholder-yellow-500\\/40::placeholder { color: #eab30866; } +.placeholder-yellow-500\\/45::placeholder { + color: #eab30873; +} + .placeholder-yellow-500\\/5::placeholder { color: #eab3080d; } @@ -30571,10 +41935,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eab30880; } +.placeholder-yellow-500\\/55::placeholder { + color: #eab3088c; +} + .placeholder-yellow-500\\/60::placeholder { color: #eab30899; } +.placeholder-yellow-500\\/65::placeholder { + color: #eab308a6; +} + .placeholder-yellow-500\\/70::placeholder { color: #eab308b3; } @@ -30587,6 +41959,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #eab308cc; } +.placeholder-yellow-500\\/85::placeholder { + color: #eab308d9; +} + .placeholder-yellow-500\\/90::placeholder { color: #eab308e6; } @@ -30612,6 +41988,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ca8a04; } +.placeholder-yellow-600\\/15::placeholder { + color: #ca8a0426; +} + .placeholder-yellow-600\\/20::placeholder { color: #ca8a0433; } @@ -30624,10 +42004,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ca8a044d; } +.placeholder-yellow-600\\/35::placeholder { + color: #ca8a0459; +} + .placeholder-yellow-600\\/40::placeholder { color: #ca8a0466; } +.placeholder-yellow-600\\/45::placeholder { + color: #ca8a0473; +} + .placeholder-yellow-600\\/5::placeholder { color: #ca8a040d; } @@ -30636,10 +42024,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ca8a0480; } +.placeholder-yellow-600\\/55::placeholder { + color: #ca8a048c; +} + .placeholder-yellow-600\\/60::placeholder { color: #ca8a0499; } +.placeholder-yellow-600\\/65::placeholder { + color: #ca8a04a6; +} + .placeholder-yellow-600\\/70::placeholder { color: #ca8a04b3; } @@ -30652,6 +42048,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #ca8a04cc; } +.placeholder-yellow-600\\/85::placeholder { + color: #ca8a04d9; +} + .placeholder-yellow-600\\/90::placeholder { color: #ca8a04e6; } @@ -30677,6 +42077,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a16207; } +.placeholder-yellow-700\\/15::placeholder { + color: #a1620726; +} + .placeholder-yellow-700\\/20::placeholder { color: #a1620733; } @@ -30689,10 +42093,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a162074d; } +.placeholder-yellow-700\\/35::placeholder { + color: #a1620759; +} + .placeholder-yellow-700\\/40::placeholder { color: #a1620766; } +.placeholder-yellow-700\\/45::placeholder { + color: #a1620773; +} + .placeholder-yellow-700\\/5::placeholder { color: #a162070d; } @@ -30701,10 +42113,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a1620780; } +.placeholder-yellow-700\\/55::placeholder { + color: #a162078c; +} + .placeholder-yellow-700\\/60::placeholder { color: #a1620799; } +.placeholder-yellow-700\\/65::placeholder { + color: #a16207a6; +} + .placeholder-yellow-700\\/70::placeholder { color: #a16207b3; } @@ -30717,6 +42137,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a16207cc; } +.placeholder-yellow-700\\/85::placeholder { + color: #a16207d9; +} + .placeholder-yellow-700\\/90::placeholder { color: #a16207e6; } @@ -30742,6 +42166,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #854d0e; } +.placeholder-yellow-800\\/15::placeholder { + color: #854d0e26; +} + .placeholder-yellow-800\\/20::placeholder { color: #854d0e33; } @@ -30754,10 +42182,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #854d0e4d; } +.placeholder-yellow-800\\/35::placeholder { + color: #854d0e59; +} + .placeholder-yellow-800\\/40::placeholder { color: #854d0e66; } +.placeholder-yellow-800\\/45::placeholder { + color: #854d0e73; +} + .placeholder-yellow-800\\/5::placeholder { color: #854d0e0d; } @@ -30766,10 +42202,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #854d0e80; } +.placeholder-yellow-800\\/55::placeholder { + color: #854d0e8c; +} + .placeholder-yellow-800\\/60::placeholder { color: #854d0e99; } +.placeholder-yellow-800\\/65::placeholder { + color: #854d0ea6; +} + .placeholder-yellow-800\\/70::placeholder { color: #854d0eb3; } @@ -30782,6 +42226,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #854d0ecc; } +.placeholder-yellow-800\\/85::placeholder { + color: #854d0ed9; +} + .placeholder-yellow-800\\/90::placeholder { color: #854d0ee6; } @@ -30807,6 +42255,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #713f12; } +.placeholder-yellow-900\\/15::placeholder { + color: #713f1226; +} + .placeholder-yellow-900\\/20::placeholder { color: #713f1233; } @@ -30819,10 +42271,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #713f124d; } +.placeholder-yellow-900\\/35::placeholder { + color: #713f1259; +} + .placeholder-yellow-900\\/40::placeholder { color: #713f1266; } +.placeholder-yellow-900\\/45::placeholder { + color: #713f1273; +} + .placeholder-yellow-900\\/5::placeholder { color: #713f120d; } @@ -30831,10 +42291,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #713f1280; } +.placeholder-yellow-900\\/55::placeholder { + color: #713f128c; +} + .placeholder-yellow-900\\/60::placeholder { color: #713f1299; } +.placeholder-yellow-900\\/65::placeholder { + color: #713f12a6; +} + .placeholder-yellow-900\\/70::placeholder { color: #713f12b3; } @@ -30847,6 +42315,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #713f12cc; } +.placeholder-yellow-900\\/85::placeholder { + color: #713f12d9; +} + .placeholder-yellow-900\\/90::placeholder { color: #713f12e6; } @@ -30872,6 +42344,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #422006; } +.placeholder-yellow-950\\/15::placeholder { + color: #42200626; +} + .placeholder-yellow-950\\/20::placeholder { color: #42200633; } @@ -30884,10 +42360,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #4220064d; } +.placeholder-yellow-950\\/35::placeholder { + color: #42200659; +} + .placeholder-yellow-950\\/40::placeholder { color: #42200666; } +.placeholder-yellow-950\\/45::placeholder { + color: #42200673; +} + .placeholder-yellow-950\\/5::placeholder { color: #4220060d; } @@ -30896,10 +42380,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #42200680; } +.placeholder-yellow-950\\/55::placeholder { + color: #4220068c; +} + .placeholder-yellow-950\\/60::placeholder { color: #42200699; } +.placeholder-yellow-950\\/65::placeholder { + color: #422006a6; +} + .placeholder-yellow-950\\/70::placeholder { color: #422006b3; } @@ -30912,6 +42404,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #422006cc; } +.placeholder-yellow-950\\/85::placeholder { + color: #422006d9; +} + .placeholder-yellow-950\\/90::placeholder { color: #422006e6; } @@ -30937,6 +42433,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f4f4f5; } +.placeholder-zinc-100\\/15::placeholder { + color: #f4f4f526; +} + .placeholder-zinc-100\\/20::placeholder { color: #f4f4f533; } @@ -30949,10 +42449,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f4f4f54d; } +.placeholder-zinc-100\\/35::placeholder { + color: #f4f4f559; +} + .placeholder-zinc-100\\/40::placeholder { color: #f4f4f566; } +.placeholder-zinc-100\\/45::placeholder { + color: #f4f4f573; +} + .placeholder-zinc-100\\/5::placeholder { color: #f4f4f50d; } @@ -30961,10 +42469,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f4f4f580; } +.placeholder-zinc-100\\/55::placeholder { + color: #f4f4f58c; +} + .placeholder-zinc-100\\/60::placeholder { color: #f4f4f599; } +.placeholder-zinc-100\\/65::placeholder { + color: #f4f4f5a6; +} + .placeholder-zinc-100\\/70::placeholder { color: #f4f4f5b3; } @@ -30977,6 +42493,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #f4f4f5cc; } +.placeholder-zinc-100\\/85::placeholder { + color: #f4f4f5d9; +} + .placeholder-zinc-100\\/90::placeholder { color: #f4f4f5e6; } @@ -31002,6 +42522,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e4e4e7; } +.placeholder-zinc-200\\/15::placeholder { + color: #e4e4e726; +} + .placeholder-zinc-200\\/20::placeholder { color: #e4e4e733; } @@ -31014,10 +42538,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e4e4e74d; } +.placeholder-zinc-200\\/35::placeholder { + color: #e4e4e759; +} + .placeholder-zinc-200\\/40::placeholder { color: #e4e4e766; } +.placeholder-zinc-200\\/45::placeholder { + color: #e4e4e773; +} + .placeholder-zinc-200\\/5::placeholder { color: #e4e4e70d; } @@ -31026,10 +42558,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e4e4e780; } +.placeholder-zinc-200\\/55::placeholder { + color: #e4e4e78c; +} + .placeholder-zinc-200\\/60::placeholder { color: #e4e4e799; } +.placeholder-zinc-200\\/65::placeholder { + color: #e4e4e7a6; +} + .placeholder-zinc-200\\/70::placeholder { color: #e4e4e7b3; } @@ -31042,6 +42582,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #e4e4e7cc; } +.placeholder-zinc-200\\/85::placeholder { + color: #e4e4e7d9; +} + .placeholder-zinc-200\\/90::placeholder { color: #e4e4e7e6; } @@ -31067,6 +42611,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d8; } +.placeholder-zinc-300\\/15::placeholder { + color: #d4d4d826; +} + .placeholder-zinc-300\\/20::placeholder { color: #d4d4d833; } @@ -31079,10 +42627,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d84d; } +.placeholder-zinc-300\\/35::placeholder { + color: #d4d4d859; +} + .placeholder-zinc-300\\/40::placeholder { color: #d4d4d866; } +.placeholder-zinc-300\\/45::placeholder { + color: #d4d4d873; +} + .placeholder-zinc-300\\/5::placeholder { color: #d4d4d80d; } @@ -31091,10 +42647,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d880; } +.placeholder-zinc-300\\/55::placeholder { + color: #d4d4d88c; +} + .placeholder-zinc-300\\/60::placeholder { color: #d4d4d899; } +.placeholder-zinc-300\\/65::placeholder { + color: #d4d4d8a6; +} + .placeholder-zinc-300\\/70::placeholder { color: #d4d4d8b3; } @@ -31107,6 +42671,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #d4d4d8cc; } +.placeholder-zinc-300\\/85::placeholder { + color: #d4d4d8d9; +} + .placeholder-zinc-300\\/90::placeholder { color: #d4d4d8e6; } @@ -31132,6 +42700,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a1a1aa; } +.placeholder-zinc-400\\/15::placeholder { + color: #a1a1aa26; +} + .placeholder-zinc-400\\/20::placeholder { color: #a1a1aa33; } @@ -31144,10 +42716,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a1a1aa4d; } +.placeholder-zinc-400\\/35::placeholder { + color: #a1a1aa59; +} + .placeholder-zinc-400\\/40::placeholder { color: #a1a1aa66; } +.placeholder-zinc-400\\/45::placeholder { + color: #a1a1aa73; +} + .placeholder-zinc-400\\/5::placeholder { color: #a1a1aa0d; } @@ -31156,10 +42736,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a1a1aa80; } +.placeholder-zinc-400\\/55::placeholder { + color: #a1a1aa8c; +} + .placeholder-zinc-400\\/60::placeholder { color: #a1a1aa99; } +.placeholder-zinc-400\\/65::placeholder { + color: #a1a1aaa6; +} + .placeholder-zinc-400\\/70::placeholder { color: #a1a1aab3; } @@ -31172,6 +42760,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #a1a1aacc; } +.placeholder-zinc-400\\/85::placeholder { + color: #a1a1aad9; +} + .placeholder-zinc-400\\/90::placeholder { color: #a1a1aae6; } @@ -31197,6 +42789,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafa; } +.placeholder-zinc-50\\/15::placeholder { + color: #fafafa26; +} + .placeholder-zinc-50\\/20::placeholder { color: #fafafa33; } @@ -31209,10 +42805,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafa4d; } +.placeholder-zinc-50\\/35::placeholder { + color: #fafafa59; +} + .placeholder-zinc-50\\/40::placeholder { color: #fafafa66; } +.placeholder-zinc-50\\/45::placeholder { + color: #fafafa73; +} + .placeholder-zinc-50\\/5::placeholder { color: #fafafa0d; } @@ -31221,10 +42825,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafa80; } +.placeholder-zinc-50\\/55::placeholder { + color: #fafafa8c; +} + .placeholder-zinc-50\\/60::placeholder { color: #fafafa99; } +.placeholder-zinc-50\\/65::placeholder { + color: #fafafaa6; +} + .placeholder-zinc-50\\/70::placeholder { color: #fafafab3; } @@ -31237,6 +42849,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #fafafacc; } +.placeholder-zinc-50\\/85::placeholder { + color: #fafafad9; +} + .placeholder-zinc-50\\/90::placeholder { color: #fafafae6; } @@ -31262,6 +42878,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #71717a; } +.placeholder-zinc-500\\/15::placeholder { + color: #71717a26; +} + .placeholder-zinc-500\\/20::placeholder { color: #71717a33; } @@ -31274,10 +42894,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #71717a4d; } +.placeholder-zinc-500\\/35::placeholder { + color: #71717a59; +} + .placeholder-zinc-500\\/40::placeholder { color: #71717a66; } +.placeholder-zinc-500\\/45::placeholder { + color: #71717a73; +} + .placeholder-zinc-500\\/5::placeholder { color: #71717a0d; } @@ -31286,10 +42914,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #71717a80; } +.placeholder-zinc-500\\/55::placeholder { + color: #71717a8c; +} + .placeholder-zinc-500\\/60::placeholder { color: #71717a99; } +.placeholder-zinc-500\\/65::placeholder { + color: #71717aa6; +} + .placeholder-zinc-500\\/70::placeholder { color: #71717ab3; } @@ -31302,6 +42938,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #71717acc; } +.placeholder-zinc-500\\/85::placeholder { + color: #71717ad9; +} + .placeholder-zinc-500\\/90::placeholder { color: #71717ae6; } @@ -31327,6 +42967,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #52525b; } +.placeholder-zinc-600\\/15::placeholder { + color: #52525b26; +} + .placeholder-zinc-600\\/20::placeholder { color: #52525b33; } @@ -31339,10 +42983,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #52525b4d; } +.placeholder-zinc-600\\/35::placeholder { + color: #52525b59; +} + .placeholder-zinc-600\\/40::placeholder { color: #52525b66; } +.placeholder-zinc-600\\/45::placeholder { + color: #52525b73; +} + .placeholder-zinc-600\\/5::placeholder { color: #52525b0d; } @@ -31351,10 +43003,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #52525b80; } +.placeholder-zinc-600\\/55::placeholder { + color: #52525b8c; +} + .placeholder-zinc-600\\/60::placeholder { color: #52525b99; } +.placeholder-zinc-600\\/65::placeholder { + color: #52525ba6; +} + .placeholder-zinc-600\\/70::placeholder { color: #52525bb3; } @@ -31367,6 +43027,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #52525bcc; } +.placeholder-zinc-600\\/85::placeholder { + color: #52525bd9; +} + .placeholder-zinc-600\\/90::placeholder { color: #52525be6; } @@ -31392,6 +43056,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f3f46; } +.placeholder-zinc-700\\/15::placeholder { + color: #3f3f4626; +} + .placeholder-zinc-700\\/20::placeholder { color: #3f3f4633; } @@ -31404,10 +43072,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f3f464d; } +.placeholder-zinc-700\\/35::placeholder { + color: #3f3f4659; +} + .placeholder-zinc-700\\/40::placeholder { color: #3f3f4666; } +.placeholder-zinc-700\\/45::placeholder { + color: #3f3f4673; +} + .placeholder-zinc-700\\/5::placeholder { color: #3f3f460d; } @@ -31416,10 +43092,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f3f4680; } +.placeholder-zinc-700\\/55::placeholder { + color: #3f3f468c; +} + .placeholder-zinc-700\\/60::placeholder { color: #3f3f4699; } +.placeholder-zinc-700\\/65::placeholder { + color: #3f3f46a6; +} + .placeholder-zinc-700\\/70::placeholder { color: #3f3f46b3; } @@ -31432,6 +43116,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #3f3f46cc; } +.placeholder-zinc-700\\/85::placeholder { + color: #3f3f46d9; +} + .placeholder-zinc-700\\/90::placeholder { color: #3f3f46e6; } @@ -31457,6 +43145,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #27272a; } +.placeholder-zinc-800\\/15::placeholder { + color: #27272a26; +} + .placeholder-zinc-800\\/20::placeholder { color: #27272a33; } @@ -31469,10 +43161,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #27272a4d; } +.placeholder-zinc-800\\/35::placeholder { + color: #27272a59; +} + .placeholder-zinc-800\\/40::placeholder { color: #27272a66; } +.placeholder-zinc-800\\/45::placeholder { + color: #27272a73; +} + .placeholder-zinc-800\\/5::placeholder { color: #27272a0d; } @@ -31481,10 +43181,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #27272a80; } +.placeholder-zinc-800\\/55::placeholder { + color: #27272a8c; +} + .placeholder-zinc-800\\/60::placeholder { color: #27272a99; } +.placeholder-zinc-800\\/65::placeholder { + color: #27272aa6; +} + .placeholder-zinc-800\\/70::placeholder { color: #27272ab3; } @@ -31497,6 +43205,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #27272acc; } +.placeholder-zinc-800\\/85::placeholder { + color: #27272ad9; +} + .placeholder-zinc-800\\/90::placeholder { color: #27272ae6; } @@ -31522,6 +43234,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #18181b; } +.placeholder-zinc-900\\/15::placeholder { + color: #18181b26; +} + .placeholder-zinc-900\\/20::placeholder { color: #18181b33; } @@ -31534,10 +43250,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #18181b4d; } +.placeholder-zinc-900\\/35::placeholder { + color: #18181b59; +} + .placeholder-zinc-900\\/40::placeholder { color: #18181b66; } +.placeholder-zinc-900\\/45::placeholder { + color: #18181b73; +} + .placeholder-zinc-900\\/5::placeholder { color: #18181b0d; } @@ -31546,10 +43270,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #18181b80; } +.placeholder-zinc-900\\/55::placeholder { + color: #18181b8c; +} + .placeholder-zinc-900\\/60::placeholder { color: #18181b99; } +.placeholder-zinc-900\\/65::placeholder { + color: #18181ba6; +} + .placeholder-zinc-900\\/70::placeholder { color: #18181bb3; } @@ -31562,6 +43294,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #18181bcc; } +.placeholder-zinc-900\\/85::placeholder { + color: #18181bd9; +} + .placeholder-zinc-900\\/90::placeholder { color: #18181be6; } @@ -31587,6 +43323,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #09090b; } +.placeholder-zinc-950\\/15::placeholder { + color: #09090b26; +} + .placeholder-zinc-950\\/20::placeholder { color: #09090b33; } @@ -31599,10 +43339,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #09090b4d; } +.placeholder-zinc-950\\/35::placeholder { + color: #09090b59; +} + .placeholder-zinc-950\\/40::placeholder { color: #09090b66; } +.placeholder-zinc-950\\/45::placeholder { + color: #09090b73; +} + .placeholder-zinc-950\\/5::placeholder { color: #09090b0d; } @@ -31611,10 +43359,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #09090b80; } +.placeholder-zinc-950\\/55::placeholder { + color: #09090b8c; +} + .placeholder-zinc-950\\/60::placeholder { color: #09090b99; } +.placeholder-zinc-950\\/65::placeholder { + color: #09090ba6; +} + .placeholder-zinc-950\\/70::placeholder { color: #09090bb3; } @@ -31627,6 +43383,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` color: #09090bcc; } +.placeholder-zinc-950\\/85::placeholder { + color: #09090bd9; +} + .placeholder-zinc-950\\/90::placeholder { color: #09090be6; } @@ -31647,6 +43407,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` --tw-placeholder-opacity: 1; } +.placeholder-opacity-15::placeholder { + --tw-placeholder-opacity: .15; +} + .placeholder-opacity-20::placeholder { --tw-placeholder-opacity: .2; } @@ -31659,10 +43423,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` --tw-placeholder-opacity: .3; } +.placeholder-opacity-35::placeholder { + --tw-placeholder-opacity: .35; +} + .placeholder-opacity-40::placeholder { --tw-placeholder-opacity: .4; } +.placeholder-opacity-45::placeholder { + --tw-placeholder-opacity: .45; +} + .placeholder-opacity-5::placeholder { --tw-placeholder-opacity: .05; } @@ -31671,10 +43443,18 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` --tw-placeholder-opacity: .5; } +.placeholder-opacity-55::placeholder { + --tw-placeholder-opacity: .55; +} + .placeholder-opacity-60::placeholder { --tw-placeholder-opacity: .6; } +.placeholder-opacity-65::placeholder { + --tw-placeholder-opacity: .65; +} + .placeholder-opacity-70::placeholder { --tw-placeholder-opacity: .7; } @@ -31687,6 +43467,10 @@ exports[`should test the 'placeholderColor' plugin 2`] = ` --tw-placeholder-opacity: .8; } +.placeholder-opacity-85::placeholder { + --tw-placeholder-opacity: .85; +} + .placeholder-opacity-90::placeholder { --tw-placeholder-opacity: .9; } diff --git a/tests/plugins/__snapshots__/placeholderOpacity.test.js.snap b/tests/plugins/__snapshots__/placeholderOpacity.test.js.snap index e4b70771d576..cac67df38482 100644 --- a/tests/plugins/__snapshots__/placeholderOpacity.test.js.snap +++ b/tests/plugins/__snapshots__/placeholderOpacity.test.js.snap @@ -14,6 +14,10 @@ exports[`should test the 'placeholderOpacity' plugin 1`] = ` --tw-placeholder-opacity: 1; } +.placeholder-opacity-15::placeholder { + --tw-placeholder-opacity: .15; +} + .placeholder-opacity-20::placeholder { --tw-placeholder-opacity: .2; } @@ -26,10 +30,18 @@ exports[`should test the 'placeholderOpacity' plugin 1`] = ` --tw-placeholder-opacity: .3; } +.placeholder-opacity-35::placeholder { + --tw-placeholder-opacity: .35; +} + .placeholder-opacity-40::placeholder { --tw-placeholder-opacity: .4; } +.placeholder-opacity-45::placeholder { + --tw-placeholder-opacity: .45; +} + .placeholder-opacity-5::placeholder { --tw-placeholder-opacity: .05; } @@ -38,10 +50,18 @@ exports[`should test the 'placeholderOpacity' plugin 1`] = ` --tw-placeholder-opacity: .5; } +.placeholder-opacity-55::placeholder { + --tw-placeholder-opacity: .55; +} + .placeholder-opacity-60::placeholder { --tw-placeholder-opacity: .6; } +.placeholder-opacity-65::placeholder { + --tw-placeholder-opacity: .65; +} + .placeholder-opacity-70::placeholder { --tw-placeholder-opacity: .7; } @@ -54,6 +74,10 @@ exports[`should test the 'placeholderOpacity' plugin 1`] = ` --tw-placeholder-opacity: .8; } +.placeholder-opacity-85::placeholder { + --tw-placeholder-opacity: .85; +} + .placeholder-opacity-90::placeholder { --tw-placeholder-opacity: .9; } diff --git a/tests/plugins/__snapshots__/ringColor.test.js.snap b/tests/plugins/__snapshots__/ringColor.test.js.snap index d3c0374b11cc..563efa0dc9b0 100644 --- a/tests/plugins/__snapshots__/ringColor.test.js.snap +++ b/tests/plugins/__snapshots__/ringColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef3c7; } +.ring-amber-100\\/15 { + --tw-ring-color: #fef3c726; +} + .ring-amber-100\\/20 { --tw-ring-color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef3c74d; } +.ring-amber-100\\/35 { + --tw-ring-color: #fef3c759; +} + .ring-amber-100\\/40 { --tw-ring-color: #fef3c766; } +.ring-amber-100\\/45 { + --tw-ring-color: #fef3c773; +} + .ring-amber-100\\/5 { --tw-ring-color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef3c780; } +.ring-amber-100\\/55 { + --tw-ring-color: #fef3c78c; +} + .ring-amber-100\\/60 { --tw-ring-color: #fef3c799; } +.ring-amber-100\\/65 { + --tw-ring-color: #fef3c7a6; +} + .ring-amber-100\\/70 { --tw-ring-color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef3c7cc; } +.ring-amber-100\\/85 { + --tw-ring-color: #fef3c7d9; +} + .ring-amber-100\\/90 { --tw-ring-color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde68a; } +.ring-amber-200\\/15 { + --tw-ring-color: #fde68a26; +} + .ring-amber-200\\/20 { --tw-ring-color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde68a4d; } +.ring-amber-200\\/35 { + --tw-ring-color: #fde68a59; +} + .ring-amber-200\\/40 { --tw-ring-color: #fde68a66; } +.ring-amber-200\\/45 { + --tw-ring-color: #fde68a73; +} + .ring-amber-200\\/5 { --tw-ring-color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde68a80; } +.ring-amber-200\\/55 { + --tw-ring-color: #fde68a8c; +} + .ring-amber-200\\/60 { --tw-ring-color: #fde68a99; } +.ring-amber-200\\/65 { + --tw-ring-color: #fde68aa6; +} + .ring-amber-200\\/70 { --tw-ring-color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde68acc; } +.ring-amber-200\\/85 { + --tw-ring-color: #fde68ad9; +} + .ring-amber-200\\/90 { --tw-ring-color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fcd34d; } +.ring-amber-300\\/15 { + --tw-ring-color: #fcd34d26; +} + .ring-amber-300\\/20 { --tw-ring-color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fcd34d4d; } +.ring-amber-300\\/35 { + --tw-ring-color: #fcd34d59; +} + .ring-amber-300\\/40 { --tw-ring-color: #fcd34d66; } +.ring-amber-300\\/45 { + --tw-ring-color: #fcd34d73; +} + .ring-amber-300\\/5 { --tw-ring-color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fcd34d80; } +.ring-amber-300\\/55 { + --tw-ring-color: #fcd34d8c; +} + .ring-amber-300\\/60 { --tw-ring-color: #fcd34d99; } +.ring-amber-300\\/65 { + --tw-ring-color: #fcd34da6; +} + .ring-amber-300\\/70 { --tw-ring-color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fcd34dcc; } +.ring-amber-300\\/85 { + --tw-ring-color: #fcd34dd9; +} + .ring-amber-300\\/90 { --tw-ring-color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbbf24; } +.ring-amber-400\\/15 { + --tw-ring-color: #fbbf2426; +} + .ring-amber-400\\/20 { --tw-ring-color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbbf244d; } +.ring-amber-400\\/35 { + --tw-ring-color: #fbbf2459; +} + .ring-amber-400\\/40 { --tw-ring-color: #fbbf2466; } +.ring-amber-400\\/45 { + --tw-ring-color: #fbbf2473; +} + .ring-amber-400\\/5 { --tw-ring-color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbbf2480; } +.ring-amber-400\\/55 { + --tw-ring-color: #fbbf248c; +} + .ring-amber-400\\/60 { --tw-ring-color: #fbbf2499; } +.ring-amber-400\\/65 { + --tw-ring-color: #fbbf24a6; +} + .ring-amber-400\\/70 { --tw-ring-color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbbf24cc; } +.ring-amber-400\\/85 { + --tw-ring-color: #fbbf24d9; +} + .ring-amber-400\\/90 { --tw-ring-color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fffbeb; } +.ring-amber-50\\/15 { + --tw-ring-color: #fffbeb26; +} + .ring-amber-50\\/20 { --tw-ring-color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fffbeb4d; } +.ring-amber-50\\/35 { + --tw-ring-color: #fffbeb59; +} + .ring-amber-50\\/40 { --tw-ring-color: #fffbeb66; } +.ring-amber-50\\/45 { + --tw-ring-color: #fffbeb73; +} + .ring-amber-50\\/5 { --tw-ring-color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fffbeb80; } +.ring-amber-50\\/55 { + --tw-ring-color: #fffbeb8c; +} + .ring-amber-50\\/60 { --tw-ring-color: #fffbeb99; } +.ring-amber-50\\/65 { + --tw-ring-color: #fffbeba6; +} + .ring-amber-50\\/70 { --tw-ring-color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fffbebcc; } +.ring-amber-50\\/85 { + --tw-ring-color: #fffbebd9; +} + .ring-amber-50\\/90 { --tw-ring-color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f59e0b; } +.ring-amber-500\\/15 { + --tw-ring-color: #f59e0b26; +} + .ring-amber-500\\/20 { --tw-ring-color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f59e0b4d; } +.ring-amber-500\\/35 { + --tw-ring-color: #f59e0b59; +} + .ring-amber-500\\/40 { --tw-ring-color: #f59e0b66; } +.ring-amber-500\\/45 { + --tw-ring-color: #f59e0b73; +} + .ring-amber-500\\/5 { --tw-ring-color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f59e0b80; } +.ring-amber-500\\/55 { + --tw-ring-color: #f59e0b8c; +} + .ring-amber-500\\/60 { --tw-ring-color: #f59e0b99; } +.ring-amber-500\\/65 { + --tw-ring-color: #f59e0ba6; +} + .ring-amber-500\\/70 { --tw-ring-color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f59e0bcc; } +.ring-amber-500\\/85 { + --tw-ring-color: #f59e0bd9; +} + .ring-amber-500\\/90 { --tw-ring-color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d97706; } +.ring-amber-600\\/15 { + --tw-ring-color: #d9770626; +} + .ring-amber-600\\/20 { --tw-ring-color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d977064d; } +.ring-amber-600\\/35 { + --tw-ring-color: #d9770659; +} + .ring-amber-600\\/40 { --tw-ring-color: #d9770666; } +.ring-amber-600\\/45 { + --tw-ring-color: #d9770673; +} + .ring-amber-600\\/5 { --tw-ring-color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d9770680; } +.ring-amber-600\\/55 { + --tw-ring-color: #d977068c; +} + .ring-amber-600\\/60 { --tw-ring-color: #d9770699; } +.ring-amber-600\\/65 { + --tw-ring-color: #d97706a6; +} + .ring-amber-600\\/70 { --tw-ring-color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d97706cc; } +.ring-amber-600\\/85 { + --tw-ring-color: #d97706d9; +} + .ring-amber-600\\/90 { --tw-ring-color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b45309; } +.ring-amber-700\\/15 { + --tw-ring-color: #b4530926; +} + .ring-amber-700\\/20 { --tw-ring-color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b453094d; } +.ring-amber-700\\/35 { + --tw-ring-color: #b4530959; +} + .ring-amber-700\\/40 { --tw-ring-color: #b4530966; } +.ring-amber-700\\/45 { + --tw-ring-color: #b4530973; +} + .ring-amber-700\\/5 { --tw-ring-color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b4530980; } +.ring-amber-700\\/55 { + --tw-ring-color: #b453098c; +} + .ring-amber-700\\/60 { --tw-ring-color: #b4530999; } +.ring-amber-700\\/65 { + --tw-ring-color: #b45309a6; +} + .ring-amber-700\\/70 { --tw-ring-color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b45309cc; } +.ring-amber-700\\/85 { + --tw-ring-color: #b45309d9; +} + .ring-amber-700\\/90 { --tw-ring-color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #92400e; } +.ring-amber-800\\/15 { + --tw-ring-color: #92400e26; +} + .ring-amber-800\\/20 { --tw-ring-color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #92400e4d; } +.ring-amber-800\\/35 { + --tw-ring-color: #92400e59; +} + .ring-amber-800\\/40 { --tw-ring-color: #92400e66; } +.ring-amber-800\\/45 { + --tw-ring-color: #92400e73; +} + .ring-amber-800\\/5 { --tw-ring-color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #92400e80; } +.ring-amber-800\\/55 { + --tw-ring-color: #92400e8c; +} + .ring-amber-800\\/60 { --tw-ring-color: #92400e99; } +.ring-amber-800\\/65 { + --tw-ring-color: #92400ea6; +} + .ring-amber-800\\/70 { --tw-ring-color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #92400ecc; } +.ring-amber-800\\/85 { + --tw-ring-color: #92400ed9; +} + .ring-amber-800\\/90 { --tw-ring-color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78350f; } +.ring-amber-900\\/15 { + --tw-ring-color: #78350f26; +} + .ring-amber-900\\/20 { --tw-ring-color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78350f4d; } +.ring-amber-900\\/35 { + --tw-ring-color: #78350f59; +} + .ring-amber-900\\/40 { --tw-ring-color: #78350f66; } +.ring-amber-900\\/45 { + --tw-ring-color: #78350f73; +} + .ring-amber-900\\/5 { --tw-ring-color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78350f80; } +.ring-amber-900\\/55 { + --tw-ring-color: #78350f8c; +} + .ring-amber-900\\/60 { --tw-ring-color: #78350f99; } +.ring-amber-900\\/65 { + --tw-ring-color: #78350fa6; +} + .ring-amber-900\\/70 { --tw-ring-color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78350fcc; } +.ring-amber-900\\/85 { + --tw-ring-color: #78350fd9; +} + .ring-amber-900\\/90 { --tw-ring-color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #451a03; } +.ring-amber-950\\/15 { + --tw-ring-color: #451a0326; +} + .ring-amber-950\\/20 { --tw-ring-color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #451a034d; } +.ring-amber-950\\/35 { + --tw-ring-color: #451a0359; +} + .ring-amber-950\\/40 { --tw-ring-color: #451a0366; } +.ring-amber-950\\/45 { + --tw-ring-color: #451a0373; +} + .ring-amber-950\\/5 { --tw-ring-color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #451a0380; } +.ring-amber-950\\/55 { + --tw-ring-color: #451a038c; +} + .ring-amber-950\\/60 { --tw-ring-color: #451a0399; } +.ring-amber-950\\/65 { + --tw-ring-color: #451a03a6; +} + .ring-amber-950\\/70 { --tw-ring-color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #451a03cc; } +.ring-amber-950\\/85 { + --tw-ring-color: #451a03d9; +} + .ring-amber-950\\/90 { --tw-ring-color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #000; } +.ring-black\\/15 { + --tw-ring-color: #00000026; +} + .ring-black\\/20 { --tw-ring-color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0000004d; } +.ring-black\\/35 { + --tw-ring-color: #00000059; +} + .ring-black\\/40 { --tw-ring-color: #0006; } +.ring-black\\/45 { + --tw-ring-color: #00000073; +} + .ring-black\\/5 { --tw-ring-color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #00000080; } +.ring-black\\/55 { + --tw-ring-color: #0000008c; +} + .ring-black\\/60 { --tw-ring-color: #0009; } +.ring-black\\/65 { + --tw-ring-color: #000000a6; +} + .ring-black\\/70 { --tw-ring-color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #000c; } +.ring-black\\/85 { + --tw-ring-color: #000000d9; +} + .ring-black\\/90 { --tw-ring-color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dbeafe; } +.ring-blue-100\\/15 { + --tw-ring-color: #dbeafe26; +} + .ring-blue-100\\/20 { --tw-ring-color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dbeafe4d; } +.ring-blue-100\\/35 { + --tw-ring-color: #dbeafe59; +} + .ring-blue-100\\/40 { --tw-ring-color: #dbeafe66; } +.ring-blue-100\\/45 { + --tw-ring-color: #dbeafe73; +} + .ring-blue-100\\/5 { --tw-ring-color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dbeafe80; } +.ring-blue-100\\/55 { + --tw-ring-color: #dbeafe8c; +} + .ring-blue-100\\/60 { --tw-ring-color: #dbeafe99; } +.ring-blue-100\\/65 { + --tw-ring-color: #dbeafea6; +} + .ring-blue-100\\/70 { --tw-ring-color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dbeafecc; } +.ring-blue-100\\/85 { + --tw-ring-color: #dbeafed9; +} + .ring-blue-100\\/90 { --tw-ring-color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bfdbfe; } +.ring-blue-200\\/15 { + --tw-ring-color: #bfdbfe26; +} + .ring-blue-200\\/20 { --tw-ring-color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bfdbfe4d; } +.ring-blue-200\\/35 { + --tw-ring-color: #bfdbfe59; +} + .ring-blue-200\\/40 { --tw-ring-color: #bfdbfe66; } +.ring-blue-200\\/45 { + --tw-ring-color: #bfdbfe73; +} + .ring-blue-200\\/5 { --tw-ring-color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bfdbfe80; } +.ring-blue-200\\/55 { + --tw-ring-color: #bfdbfe8c; +} + .ring-blue-200\\/60 { --tw-ring-color: #bfdbfe99; } +.ring-blue-200\\/65 { + --tw-ring-color: #bfdbfea6; +} + .ring-blue-200\\/70 { --tw-ring-color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bfdbfecc; } +.ring-blue-200\\/85 { + --tw-ring-color: #bfdbfed9; +} + .ring-blue-200\\/90 { --tw-ring-color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #93c5fd; } +.ring-blue-300\\/15 { + --tw-ring-color: #93c5fd26; +} + .ring-blue-300\\/20 { --tw-ring-color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #93c5fd4d; } +.ring-blue-300\\/35 { + --tw-ring-color: #93c5fd59; +} + .ring-blue-300\\/40 { --tw-ring-color: #93c5fd66; } +.ring-blue-300\\/45 { + --tw-ring-color: #93c5fd73; +} + .ring-blue-300\\/5 { --tw-ring-color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #93c5fd80; } +.ring-blue-300\\/55 { + --tw-ring-color: #93c5fd8c; +} + .ring-blue-300\\/60 { --tw-ring-color: #93c5fd99; } +.ring-blue-300\\/65 { + --tw-ring-color: #93c5fda6; +} + .ring-blue-300\\/70 { --tw-ring-color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #93c5fdcc; } +.ring-blue-300\\/85 { + --tw-ring-color: #93c5fdd9; +} + .ring-blue-300\\/90 { --tw-ring-color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #60a5fa; } +.ring-blue-400\\/15 { + --tw-ring-color: #60a5fa26; +} + .ring-blue-400\\/20 { --tw-ring-color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #60a5fa4d; } +.ring-blue-400\\/35 { + --tw-ring-color: #60a5fa59; +} + .ring-blue-400\\/40 { --tw-ring-color: #60a5fa66; } +.ring-blue-400\\/45 { + --tw-ring-color: #60a5fa73; +} + .ring-blue-400\\/5 { --tw-ring-color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #60a5fa80; } +.ring-blue-400\\/55 { + --tw-ring-color: #60a5fa8c; +} + .ring-blue-400\\/60 { --tw-ring-color: #60a5fa99; } +.ring-blue-400\\/65 { + --tw-ring-color: #60a5faa6; +} + .ring-blue-400\\/70 { --tw-ring-color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #60a5facc; } +.ring-blue-400\\/85 { + --tw-ring-color: #60a5fad9; +} + .ring-blue-400\\/90 { --tw-ring-color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eff6ff; } +.ring-blue-50\\/15 { + --tw-ring-color: #eff6ff26; +} + .ring-blue-50\\/20 { --tw-ring-color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eff6ff4d; } +.ring-blue-50\\/35 { + --tw-ring-color: #eff6ff59; +} + .ring-blue-50\\/40 { --tw-ring-color: #eff6ff66; } +.ring-blue-50\\/45 { + --tw-ring-color: #eff6ff73; +} + .ring-blue-50\\/5 { --tw-ring-color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eff6ff80; } +.ring-blue-50\\/55 { + --tw-ring-color: #eff6ff8c; +} + .ring-blue-50\\/60 { --tw-ring-color: #eff6ff99; } +.ring-blue-50\\/65 { + --tw-ring-color: #eff6ffa6; +} + .ring-blue-50\\/70 { --tw-ring-color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eff6ffcc; } +.ring-blue-50\\/85 { + --tw-ring-color: #eff6ffd9; +} + .ring-blue-50\\/90 { --tw-ring-color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b82f6; } +.ring-blue-500\\/15 { + --tw-ring-color: #3b82f626; +} + .ring-blue-500\\/20 { --tw-ring-color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b82f64d; } +.ring-blue-500\\/35 { + --tw-ring-color: #3b82f659; +} + .ring-blue-500\\/40 { --tw-ring-color: #3b82f666; } +.ring-blue-500\\/45 { + --tw-ring-color: #3b82f673; +} + .ring-blue-500\\/5 { --tw-ring-color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b82f680; } +.ring-blue-500\\/55 { + --tw-ring-color: #3b82f68c; +} + .ring-blue-500\\/60 { --tw-ring-color: #3b82f699; } +.ring-blue-500\\/65 { + --tw-ring-color: #3b82f6a6; +} + .ring-blue-500\\/70 { --tw-ring-color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b82f6cc; } +.ring-blue-500\\/85 { + --tw-ring-color: #3b82f6d9; +} + .ring-blue-500\\/90 { --tw-ring-color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2563eb; } +.ring-blue-600\\/15 { + --tw-ring-color: #2563eb26; +} + .ring-blue-600\\/20 { --tw-ring-color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2563eb4d; } +.ring-blue-600\\/35 { + --tw-ring-color: #2563eb59; +} + .ring-blue-600\\/40 { --tw-ring-color: #2563eb66; } +.ring-blue-600\\/45 { + --tw-ring-color: #2563eb73; +} + .ring-blue-600\\/5 { --tw-ring-color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2563eb80; } +.ring-blue-600\\/55 { + --tw-ring-color: #2563eb8c; +} + .ring-blue-600\\/60 { --tw-ring-color: #2563eb99; } +.ring-blue-600\\/65 { + --tw-ring-color: #2563eba6; +} + .ring-blue-600\\/70 { --tw-ring-color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2563ebcc; } +.ring-blue-600\\/85 { + --tw-ring-color: #2563ebd9; +} + .ring-blue-600\\/90 { --tw-ring-color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1d4ed8; } +.ring-blue-700\\/15 { + --tw-ring-color: #1d4ed826; +} + .ring-blue-700\\/20 { --tw-ring-color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1d4ed84d; } +.ring-blue-700\\/35 { + --tw-ring-color: #1d4ed859; +} + .ring-blue-700\\/40 { --tw-ring-color: #1d4ed866; } +.ring-blue-700\\/45 { + --tw-ring-color: #1d4ed873; +} + .ring-blue-700\\/5 { --tw-ring-color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1d4ed880; } +.ring-blue-700\\/55 { + --tw-ring-color: #1d4ed88c; +} + .ring-blue-700\\/60 { --tw-ring-color: #1d4ed899; } +.ring-blue-700\\/65 { + --tw-ring-color: #1d4ed8a6; +} + .ring-blue-700\\/70 { --tw-ring-color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1d4ed8cc; } +.ring-blue-700\\/85 { + --tw-ring-color: #1d4ed8d9; +} + .ring-blue-700\\/90 { --tw-ring-color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e40af; } +.ring-blue-800\\/15 { + --tw-ring-color: #1e40af26; +} + .ring-blue-800\\/20 { --tw-ring-color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e40af4d; } +.ring-blue-800\\/35 { + --tw-ring-color: #1e40af59; +} + .ring-blue-800\\/40 { --tw-ring-color: #1e40af66; } +.ring-blue-800\\/45 { + --tw-ring-color: #1e40af73; +} + .ring-blue-800\\/5 { --tw-ring-color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e40af80; } +.ring-blue-800\\/55 { + --tw-ring-color: #1e40af8c; +} + .ring-blue-800\\/60 { --tw-ring-color: #1e40af99; } +.ring-blue-800\\/65 { + --tw-ring-color: #1e40afa6; +} + .ring-blue-800\\/70 { --tw-ring-color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e40afcc; } +.ring-blue-800\\/85 { + --tw-ring-color: #1e40afd9; +} + .ring-blue-800\\/90 { --tw-ring-color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e3a8a; } +.ring-blue-900\\/15 { + --tw-ring-color: #1e3a8a26; +} + .ring-blue-900\\/20 { --tw-ring-color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e3a8a4d; } +.ring-blue-900\\/35 { + --tw-ring-color: #1e3a8a59; +} + .ring-blue-900\\/40 { --tw-ring-color: #1e3a8a66; } +.ring-blue-900\\/45 { + --tw-ring-color: #1e3a8a73; +} + .ring-blue-900\\/5 { --tw-ring-color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e3a8a80; } +.ring-blue-900\\/55 { + --tw-ring-color: #1e3a8a8c; +} + .ring-blue-900\\/60 { --tw-ring-color: #1e3a8a99; } +.ring-blue-900\\/65 { + --tw-ring-color: #1e3a8aa6; +} + .ring-blue-900\\/70 { --tw-ring-color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e3a8acc; } +.ring-blue-900\\/85 { + --tw-ring-color: #1e3a8ad9; +} + .ring-blue-900\\/90 { --tw-ring-color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #172554; } +.ring-blue-950\\/15 { + --tw-ring-color: #17255426; +} + .ring-blue-950\\/20 { --tw-ring-color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1725544d; } +.ring-blue-950\\/35 { + --tw-ring-color: #17255459; +} + .ring-blue-950\\/40 { --tw-ring-color: #17255466; } +.ring-blue-950\\/45 { + --tw-ring-color: #17255473; +} + .ring-blue-950\\/5 { --tw-ring-color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #17255480; } +.ring-blue-950\\/55 { + --tw-ring-color: #1725548c; +} + .ring-blue-950\\/60 { --tw-ring-color: #17255499; } +.ring-blue-950\\/65 { + --tw-ring-color: #172554a6; +} + .ring-blue-950\\/70 { --tw-ring-color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #172554cc; } +.ring-blue-950\\/85 { + --tw-ring-color: #172554d9; +} + .ring-blue-950\\/90 { --tw-ring-color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cffafe; } +.ring-cyan-100\\/15 { + --tw-ring-color: #cffafe26; +} + .ring-cyan-100\\/20 { --tw-ring-color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cffafe4d; } +.ring-cyan-100\\/35 { + --tw-ring-color: #cffafe59; +} + .ring-cyan-100\\/40 { --tw-ring-color: #cffafe66; } +.ring-cyan-100\\/45 { + --tw-ring-color: #cffafe73; +} + .ring-cyan-100\\/5 { --tw-ring-color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cffafe80; } +.ring-cyan-100\\/55 { + --tw-ring-color: #cffafe8c; +} + .ring-cyan-100\\/60 { --tw-ring-color: #cffafe99; } +.ring-cyan-100\\/65 { + --tw-ring-color: #cffafea6; +} + .ring-cyan-100\\/70 { --tw-ring-color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cffafecc; } +.ring-cyan-100\\/85 { + --tw-ring-color: #cffafed9; +} + .ring-cyan-100\\/90 { --tw-ring-color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5f3fc; } +.ring-cyan-200\\/15 { + --tw-ring-color: #a5f3fc26; +} + .ring-cyan-200\\/20 { --tw-ring-color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5f3fc4d; } +.ring-cyan-200\\/35 { + --tw-ring-color: #a5f3fc59; +} + .ring-cyan-200\\/40 { --tw-ring-color: #a5f3fc66; } +.ring-cyan-200\\/45 { + --tw-ring-color: #a5f3fc73; +} + .ring-cyan-200\\/5 { --tw-ring-color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5f3fc80; } +.ring-cyan-200\\/55 { + --tw-ring-color: #a5f3fc8c; +} + .ring-cyan-200\\/60 { --tw-ring-color: #a5f3fc99; } +.ring-cyan-200\\/65 { + --tw-ring-color: #a5f3fca6; +} + .ring-cyan-200\\/70 { --tw-ring-color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5f3fccc; } +.ring-cyan-200\\/85 { + --tw-ring-color: #a5f3fcd9; +} + .ring-cyan-200\\/90 { --tw-ring-color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #67e8f9; } +.ring-cyan-300\\/15 { + --tw-ring-color: #67e8f926; +} + .ring-cyan-300\\/20 { --tw-ring-color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #67e8f94d; } +.ring-cyan-300\\/35 { + --tw-ring-color: #67e8f959; +} + .ring-cyan-300\\/40 { --tw-ring-color: #67e8f966; } +.ring-cyan-300\\/45 { + --tw-ring-color: #67e8f973; +} + .ring-cyan-300\\/5 { --tw-ring-color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #67e8f980; } +.ring-cyan-300\\/55 { + --tw-ring-color: #67e8f98c; +} + .ring-cyan-300\\/60 { --tw-ring-color: #67e8f999; } +.ring-cyan-300\\/65 { + --tw-ring-color: #67e8f9a6; +} + .ring-cyan-300\\/70 { --tw-ring-color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #67e8f9cc; } +.ring-cyan-300\\/85 { + --tw-ring-color: #67e8f9d9; +} + .ring-cyan-300\\/90 { --tw-ring-color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22d3ee; } +.ring-cyan-400\\/15 { + --tw-ring-color: #22d3ee26; +} + .ring-cyan-400\\/20 { --tw-ring-color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22d3ee4d; } +.ring-cyan-400\\/35 { + --tw-ring-color: #22d3ee59; +} + .ring-cyan-400\\/40 { --tw-ring-color: #22d3ee66; } +.ring-cyan-400\\/45 { + --tw-ring-color: #22d3ee73; +} + .ring-cyan-400\\/5 { --tw-ring-color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22d3ee80; } +.ring-cyan-400\\/55 { + --tw-ring-color: #22d3ee8c; +} + .ring-cyan-400\\/60 { --tw-ring-color: #22d3ee99; } +.ring-cyan-400\\/65 { + --tw-ring-color: #22d3eea6; +} + .ring-cyan-400\\/70 { --tw-ring-color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22d3eecc; } +.ring-cyan-400\\/85 { + --tw-ring-color: #22d3eed9; +} + .ring-cyan-400\\/90 { --tw-ring-color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfeff; } +.ring-cyan-50\\/15 { + --tw-ring-color: #ecfeff26; +} + .ring-cyan-50\\/20 { --tw-ring-color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfeff4d; } +.ring-cyan-50\\/35 { + --tw-ring-color: #ecfeff59; +} + .ring-cyan-50\\/40 { --tw-ring-color: #ecfeff66; } +.ring-cyan-50\\/45 { + --tw-ring-color: #ecfeff73; +} + .ring-cyan-50\\/5 { --tw-ring-color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfeff80; } +.ring-cyan-50\\/55 { + --tw-ring-color: #ecfeff8c; +} + .ring-cyan-50\\/60 { --tw-ring-color: #ecfeff99; } +.ring-cyan-50\\/65 { + --tw-ring-color: #ecfeffa6; +} + .ring-cyan-50\\/70 { --tw-ring-color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfeffcc; } +.ring-cyan-50\\/85 { + --tw-ring-color: #ecfeffd9; +} + .ring-cyan-50\\/90 { --tw-ring-color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #06b6d4; } +.ring-cyan-500\\/15 { + --tw-ring-color: #06b6d426; +} + .ring-cyan-500\\/20 { --tw-ring-color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #06b6d44d; } +.ring-cyan-500\\/35 { + --tw-ring-color: #06b6d459; +} + .ring-cyan-500\\/40 { --tw-ring-color: #06b6d466; } +.ring-cyan-500\\/45 { + --tw-ring-color: #06b6d473; +} + .ring-cyan-500\\/5 { --tw-ring-color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #06b6d480; } +.ring-cyan-500\\/55 { + --tw-ring-color: #06b6d48c; +} + .ring-cyan-500\\/60 { --tw-ring-color: #06b6d499; } +.ring-cyan-500\\/65 { + --tw-ring-color: #06b6d4a6; +} + .ring-cyan-500\\/70 { --tw-ring-color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #06b6d4cc; } +.ring-cyan-500\\/85 { + --tw-ring-color: #06b6d4d9; +} + .ring-cyan-500\\/90 { --tw-ring-color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0891b2; } +.ring-cyan-600\\/15 { + --tw-ring-color: #0891b226; +} + .ring-cyan-600\\/20 { --tw-ring-color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0891b24d; } +.ring-cyan-600\\/35 { + --tw-ring-color: #0891b259; +} + .ring-cyan-600\\/40 { --tw-ring-color: #0891b266; } +.ring-cyan-600\\/45 { + --tw-ring-color: #0891b273; +} + .ring-cyan-600\\/5 { --tw-ring-color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0891b280; } +.ring-cyan-600\\/55 { + --tw-ring-color: #0891b28c; +} + .ring-cyan-600\\/60 { --tw-ring-color: #0891b299; } +.ring-cyan-600\\/65 { + --tw-ring-color: #0891b2a6; +} + .ring-cyan-600\\/70 { --tw-ring-color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0891b2cc; } +.ring-cyan-600\\/85 { + --tw-ring-color: #0891b2d9; +} + .ring-cyan-600\\/90 { --tw-ring-color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0e7490; } +.ring-cyan-700\\/15 { + --tw-ring-color: #0e749026; +} + .ring-cyan-700\\/20 { --tw-ring-color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0e74904d; } +.ring-cyan-700\\/35 { + --tw-ring-color: #0e749059; +} + .ring-cyan-700\\/40 { --tw-ring-color: #0e749066; } +.ring-cyan-700\\/45 { + --tw-ring-color: #0e749073; +} + .ring-cyan-700\\/5 { --tw-ring-color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0e749080; } +.ring-cyan-700\\/55 { + --tw-ring-color: #0e74908c; +} + .ring-cyan-700\\/60 { --tw-ring-color: #0e749099; } +.ring-cyan-700\\/65 { + --tw-ring-color: #0e7490a6; +} + .ring-cyan-700\\/70 { --tw-ring-color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0e7490cc; } +.ring-cyan-700\\/85 { + --tw-ring-color: #0e7490d9; +} + .ring-cyan-700\\/90 { --tw-ring-color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #155e75; } +.ring-cyan-800\\/15 { + --tw-ring-color: #155e7526; +} + .ring-cyan-800\\/20 { --tw-ring-color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #155e754d; } +.ring-cyan-800\\/35 { + --tw-ring-color: #155e7559; +} + .ring-cyan-800\\/40 { --tw-ring-color: #155e7566; } +.ring-cyan-800\\/45 { + --tw-ring-color: #155e7573; +} + .ring-cyan-800\\/5 { --tw-ring-color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #155e7580; } +.ring-cyan-800\\/55 { + --tw-ring-color: #155e758c; +} + .ring-cyan-800\\/60 { --tw-ring-color: #155e7599; } +.ring-cyan-800\\/65 { + --tw-ring-color: #155e75a6; +} + .ring-cyan-800\\/70 { --tw-ring-color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #155e75cc; } +.ring-cyan-800\\/85 { + --tw-ring-color: #155e75d9; +} + .ring-cyan-800\\/90 { --tw-ring-color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #164e63; } +.ring-cyan-900\\/15 { + --tw-ring-color: #164e6326; +} + .ring-cyan-900\\/20 { --tw-ring-color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #164e634d; } +.ring-cyan-900\\/35 { + --tw-ring-color: #164e6359; +} + .ring-cyan-900\\/40 { --tw-ring-color: #164e6366; } +.ring-cyan-900\\/45 { + --tw-ring-color: #164e6373; +} + .ring-cyan-900\\/5 { --tw-ring-color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #164e6380; } +.ring-cyan-900\\/55 { + --tw-ring-color: #164e638c; +} + .ring-cyan-900\\/60 { --tw-ring-color: #164e6399; } +.ring-cyan-900\\/65 { + --tw-ring-color: #164e63a6; +} + .ring-cyan-900\\/70 { --tw-ring-color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #164e63cc; } +.ring-cyan-900\\/85 { + --tw-ring-color: #164e63d9; +} + .ring-cyan-900\\/90 { --tw-ring-color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #083344; } +.ring-cyan-950\\/15 { + --tw-ring-color: #08334426; +} + .ring-cyan-950\\/20 { --tw-ring-color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0833444d; } +.ring-cyan-950\\/35 { + --tw-ring-color: #08334459; +} + .ring-cyan-950\\/40 { --tw-ring-color: #08334466; } +.ring-cyan-950\\/45 { + --tw-ring-color: #08334473; +} + .ring-cyan-950\\/5 { --tw-ring-color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #08334480; } +.ring-cyan-950\\/55 { + --tw-ring-color: #0833448c; +} + .ring-cyan-950\\/60 { --tw-ring-color: #08334499; } +.ring-cyan-950\\/65 { + --tw-ring-color: #083344a6; +} + .ring-cyan-950\\/70 { --tw-ring-color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #083344cc; } +.ring-cyan-950\\/85 { + --tw-ring-color: #083344d9; +} + .ring-cyan-950\\/90 { --tw-ring-color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1fae5; } +.ring-emerald-100\\/15 { + --tw-ring-color: #d1fae526; +} + .ring-emerald-100\\/20 { --tw-ring-color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1fae54d; } +.ring-emerald-100\\/35 { + --tw-ring-color: #d1fae559; +} + .ring-emerald-100\\/40 { --tw-ring-color: #d1fae566; } +.ring-emerald-100\\/45 { + --tw-ring-color: #d1fae573; +} + .ring-emerald-100\\/5 { --tw-ring-color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1fae580; } +.ring-emerald-100\\/55 { + --tw-ring-color: #d1fae58c; +} + .ring-emerald-100\\/60 { --tw-ring-color: #d1fae599; } +.ring-emerald-100\\/65 { + --tw-ring-color: #d1fae5a6; +} + .ring-emerald-100\\/70 { --tw-ring-color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1fae5cc; } +.ring-emerald-100\\/85 { + --tw-ring-color: #d1fae5d9; +} + .ring-emerald-100\\/90 { --tw-ring-color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a7f3d0; } +.ring-emerald-200\\/15 { + --tw-ring-color: #a7f3d026; +} + .ring-emerald-200\\/20 { --tw-ring-color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a7f3d04d; } +.ring-emerald-200\\/35 { + --tw-ring-color: #a7f3d059; +} + .ring-emerald-200\\/40 { --tw-ring-color: #a7f3d066; } +.ring-emerald-200\\/45 { + --tw-ring-color: #a7f3d073; +} + .ring-emerald-200\\/5 { --tw-ring-color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a7f3d080; } +.ring-emerald-200\\/55 { + --tw-ring-color: #a7f3d08c; +} + .ring-emerald-200\\/60 { --tw-ring-color: #a7f3d099; } +.ring-emerald-200\\/65 { + --tw-ring-color: #a7f3d0a6; +} + .ring-emerald-200\\/70 { --tw-ring-color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a7f3d0cc; } +.ring-emerald-200\\/85 { + --tw-ring-color: #a7f3d0d9; +} + .ring-emerald-200\\/90 { --tw-ring-color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6ee7b7; } +.ring-emerald-300\\/15 { + --tw-ring-color: #6ee7b726; +} + .ring-emerald-300\\/20 { --tw-ring-color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6ee7b74d; } +.ring-emerald-300\\/35 { + --tw-ring-color: #6ee7b759; +} + .ring-emerald-300\\/40 { --tw-ring-color: #6ee7b766; } +.ring-emerald-300\\/45 { + --tw-ring-color: #6ee7b773; +} + .ring-emerald-300\\/5 { --tw-ring-color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6ee7b780; } +.ring-emerald-300\\/55 { + --tw-ring-color: #6ee7b78c; +} + .ring-emerald-300\\/60 { --tw-ring-color: #6ee7b799; } +.ring-emerald-300\\/65 { + --tw-ring-color: #6ee7b7a6; +} + .ring-emerald-300\\/70 { --tw-ring-color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6ee7b7cc; } +.ring-emerald-300\\/85 { + --tw-ring-color: #6ee7b7d9; +} + .ring-emerald-300\\/90 { --tw-ring-color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #34d399; } +.ring-emerald-400\\/15 { + --tw-ring-color: #34d39926; +} + .ring-emerald-400\\/20 { --tw-ring-color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #34d3994d; } +.ring-emerald-400\\/35 { + --tw-ring-color: #34d39959; +} + .ring-emerald-400\\/40 { --tw-ring-color: #34d39966; } +.ring-emerald-400\\/45 { + --tw-ring-color: #34d39973; +} + .ring-emerald-400\\/5 { --tw-ring-color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #34d39980; } +.ring-emerald-400\\/55 { + --tw-ring-color: #34d3998c; +} + .ring-emerald-400\\/60 { --tw-ring-color: #34d39999; } +.ring-emerald-400\\/65 { + --tw-ring-color: #34d399a6; +} + .ring-emerald-400\\/70 { --tw-ring-color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #34d399cc; } +.ring-emerald-400\\/85 { + --tw-ring-color: #34d399d9; +} + .ring-emerald-400\\/90 { --tw-ring-color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfdf5; } +.ring-emerald-50\\/15 { + --tw-ring-color: #ecfdf526; +} + .ring-emerald-50\\/20 { --tw-ring-color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfdf54d; } +.ring-emerald-50\\/35 { + --tw-ring-color: #ecfdf559; +} + .ring-emerald-50\\/40 { --tw-ring-color: #ecfdf566; } +.ring-emerald-50\\/45 { + --tw-ring-color: #ecfdf573; +} + .ring-emerald-50\\/5 { --tw-ring-color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfdf580; } +.ring-emerald-50\\/55 { + --tw-ring-color: #ecfdf58c; +} + .ring-emerald-50\\/60 { --tw-ring-color: #ecfdf599; } +.ring-emerald-50\\/65 { + --tw-ring-color: #ecfdf5a6; +} + .ring-emerald-50\\/70 { --tw-ring-color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfdf5cc; } +.ring-emerald-50\\/85 { + --tw-ring-color: #ecfdf5d9; +} + .ring-emerald-50\\/90 { --tw-ring-color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #10b981; } +.ring-emerald-500\\/15 { + --tw-ring-color: #10b98126; +} + .ring-emerald-500\\/20 { --tw-ring-color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #10b9814d; } +.ring-emerald-500\\/35 { + --tw-ring-color: #10b98159; +} + .ring-emerald-500\\/40 { --tw-ring-color: #10b98166; } +.ring-emerald-500\\/45 { + --tw-ring-color: #10b98173; +} + .ring-emerald-500\\/5 { --tw-ring-color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #10b98180; } +.ring-emerald-500\\/55 { + --tw-ring-color: #10b9818c; +} + .ring-emerald-500\\/60 { --tw-ring-color: #10b98199; } +.ring-emerald-500\\/65 { + --tw-ring-color: #10b981a6; +} + .ring-emerald-500\\/70 { --tw-ring-color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #10b981cc; } +.ring-emerald-500\\/85 { + --tw-ring-color: #10b981d9; +} + .ring-emerald-500\\/90 { --tw-ring-color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #059669; } +.ring-emerald-600\\/15 { + --tw-ring-color: #05966926; +} + .ring-emerald-600\\/20 { --tw-ring-color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0596694d; } +.ring-emerald-600\\/35 { + --tw-ring-color: #05966959; +} + .ring-emerald-600\\/40 { --tw-ring-color: #05966966; } +.ring-emerald-600\\/45 { + --tw-ring-color: #05966973; +} + .ring-emerald-600\\/5 { --tw-ring-color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #05966980; } +.ring-emerald-600\\/55 { + --tw-ring-color: #0596698c; +} + .ring-emerald-600\\/60 { --tw-ring-color: #05966999; } +.ring-emerald-600\\/65 { + --tw-ring-color: #059669a6; +} + .ring-emerald-600\\/70 { --tw-ring-color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #059669cc; } +.ring-emerald-600\\/85 { + --tw-ring-color: #059669d9; +} + .ring-emerald-600\\/90 { --tw-ring-color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #047857; } +.ring-emerald-700\\/15 { + --tw-ring-color: #04785726; +} + .ring-emerald-700\\/20 { --tw-ring-color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0478574d; } +.ring-emerald-700\\/35 { + --tw-ring-color: #04785759; +} + .ring-emerald-700\\/40 { --tw-ring-color: #04785766; } +.ring-emerald-700\\/45 { + --tw-ring-color: #04785773; +} + .ring-emerald-700\\/5 { --tw-ring-color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #04785780; } +.ring-emerald-700\\/55 { + --tw-ring-color: #0478578c; +} + .ring-emerald-700\\/60 { --tw-ring-color: #04785799; } +.ring-emerald-700\\/65 { + --tw-ring-color: #047857a6; +} + .ring-emerald-700\\/70 { --tw-ring-color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #047857cc; } +.ring-emerald-700\\/85 { + --tw-ring-color: #047857d9; +} + .ring-emerald-700\\/90 { --tw-ring-color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #065f46; } +.ring-emerald-800\\/15 { + --tw-ring-color: #065f4626; +} + .ring-emerald-800\\/20 { --tw-ring-color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #065f464d; } +.ring-emerald-800\\/35 { + --tw-ring-color: #065f4659; +} + .ring-emerald-800\\/40 { --tw-ring-color: #065f4666; } +.ring-emerald-800\\/45 { + --tw-ring-color: #065f4673; +} + .ring-emerald-800\\/5 { --tw-ring-color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #065f4680; } +.ring-emerald-800\\/55 { + --tw-ring-color: #065f468c; +} + .ring-emerald-800\\/60 { --tw-ring-color: #065f4699; } +.ring-emerald-800\\/65 { + --tw-ring-color: #065f46a6; +} + .ring-emerald-800\\/70 { --tw-ring-color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #065f46cc; } +.ring-emerald-800\\/85 { + --tw-ring-color: #065f46d9; +} + .ring-emerald-800\\/90 { --tw-ring-color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #064e3b; } +.ring-emerald-900\\/15 { + --tw-ring-color: #064e3b26; +} + .ring-emerald-900\\/20 { --tw-ring-color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #064e3b4d; } +.ring-emerald-900\\/35 { + --tw-ring-color: #064e3b59; +} + .ring-emerald-900\\/40 { --tw-ring-color: #064e3b66; } +.ring-emerald-900\\/45 { + --tw-ring-color: #064e3b73; +} + .ring-emerald-900\\/5 { --tw-ring-color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #064e3b80; } +.ring-emerald-900\\/55 { + --tw-ring-color: #064e3b8c; +} + .ring-emerald-900\\/60 { --tw-ring-color: #064e3b99; } +.ring-emerald-900\\/65 { + --tw-ring-color: #064e3ba6; +} + .ring-emerald-900\\/70 { --tw-ring-color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #064e3bcc; } +.ring-emerald-900\\/85 { + --tw-ring-color: #064e3bd9; +} + .ring-emerald-900\\/90 { --tw-ring-color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #022c22; } +.ring-emerald-950\\/15 { + --tw-ring-color: #022c2226; +} + .ring-emerald-950\\/20 { --tw-ring-color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #022c224d; } +.ring-emerald-950\\/35 { + --tw-ring-color: #022c2259; +} + .ring-emerald-950\\/40 { --tw-ring-color: #022c2266; } +.ring-emerald-950\\/45 { + --tw-ring-color: #022c2273; +} + .ring-emerald-950\\/5 { --tw-ring-color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #022c2280; } +.ring-emerald-950\\/55 { + --tw-ring-color: #022c228c; +} + .ring-emerald-950\\/60 { --tw-ring-color: #022c2299; } +.ring-emerald-950\\/65 { + --tw-ring-color: #022c22a6; +} + .ring-emerald-950\\/70 { --tw-ring-color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #022c22cc; } +.ring-emerald-950\\/85 { + --tw-ring-color: #022c22d9; +} + .ring-emerald-950\\/90 { --tw-ring-color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fae8ff; } +.ring-fuchsia-100\\/15 { + --tw-ring-color: #fae8ff26; +} + .ring-fuchsia-100\\/20 { --tw-ring-color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fae8ff4d; } +.ring-fuchsia-100\\/35 { + --tw-ring-color: #fae8ff59; +} + .ring-fuchsia-100\\/40 { --tw-ring-color: #fae8ff66; } +.ring-fuchsia-100\\/45 { + --tw-ring-color: #fae8ff73; +} + .ring-fuchsia-100\\/5 { --tw-ring-color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fae8ff80; } +.ring-fuchsia-100\\/55 { + --tw-ring-color: #fae8ff8c; +} + .ring-fuchsia-100\\/60 { --tw-ring-color: #fae8ff99; } +.ring-fuchsia-100\\/65 { + --tw-ring-color: #fae8ffa6; +} + .ring-fuchsia-100\\/70 { --tw-ring-color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fae8ffcc; } +.ring-fuchsia-100\\/85 { + --tw-ring-color: #fae8ffd9; +} + .ring-fuchsia-100\\/90 { --tw-ring-color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5d0fe; } +.ring-fuchsia-200\\/15 { + --tw-ring-color: #f5d0fe26; +} + .ring-fuchsia-200\\/20 { --tw-ring-color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5d0fe4d; } +.ring-fuchsia-200\\/35 { + --tw-ring-color: #f5d0fe59; +} + .ring-fuchsia-200\\/40 { --tw-ring-color: #f5d0fe66; } +.ring-fuchsia-200\\/45 { + --tw-ring-color: #f5d0fe73; +} + .ring-fuchsia-200\\/5 { --tw-ring-color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5d0fe80; } +.ring-fuchsia-200\\/55 { + --tw-ring-color: #f5d0fe8c; +} + .ring-fuchsia-200\\/60 { --tw-ring-color: #f5d0fe99; } +.ring-fuchsia-200\\/65 { + --tw-ring-color: #f5d0fea6; +} + .ring-fuchsia-200\\/70 { --tw-ring-color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5d0fecc; } +.ring-fuchsia-200\\/85 { + --tw-ring-color: #f5d0fed9; +} + .ring-fuchsia-200\\/90 { --tw-ring-color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0abfc; } +.ring-fuchsia-300\\/15 { + --tw-ring-color: #f0abfc26; +} + .ring-fuchsia-300\\/20 { --tw-ring-color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0abfc4d; } +.ring-fuchsia-300\\/35 { + --tw-ring-color: #f0abfc59; +} + .ring-fuchsia-300\\/40 { --tw-ring-color: #f0abfc66; } +.ring-fuchsia-300\\/45 { + --tw-ring-color: #f0abfc73; +} + .ring-fuchsia-300\\/5 { --tw-ring-color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0abfc80; } +.ring-fuchsia-300\\/55 { + --tw-ring-color: #f0abfc8c; +} + .ring-fuchsia-300\\/60 { --tw-ring-color: #f0abfc99; } +.ring-fuchsia-300\\/65 { + --tw-ring-color: #f0abfca6; +} + .ring-fuchsia-300\\/70 { --tw-ring-color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0abfccc; } +.ring-fuchsia-300\\/85 { + --tw-ring-color: #f0abfcd9; +} + .ring-fuchsia-300\\/90 { --tw-ring-color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e879f9; } +.ring-fuchsia-400\\/15 { + --tw-ring-color: #e879f926; +} + .ring-fuchsia-400\\/20 { --tw-ring-color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e879f94d; } +.ring-fuchsia-400\\/35 { + --tw-ring-color: #e879f959; +} + .ring-fuchsia-400\\/40 { --tw-ring-color: #e879f966; } +.ring-fuchsia-400\\/45 { + --tw-ring-color: #e879f973; +} + .ring-fuchsia-400\\/5 { --tw-ring-color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e879f980; } +.ring-fuchsia-400\\/55 { + --tw-ring-color: #e879f98c; +} + .ring-fuchsia-400\\/60 { --tw-ring-color: #e879f999; } +.ring-fuchsia-400\\/65 { + --tw-ring-color: #e879f9a6; +} + .ring-fuchsia-400\\/70 { --tw-ring-color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e879f9cc; } +.ring-fuchsia-400\\/85 { + --tw-ring-color: #e879f9d9; +} + .ring-fuchsia-400\\/90 { --tw-ring-color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf4ff; } +.ring-fuchsia-50\\/15 { + --tw-ring-color: #fdf4ff26; +} + .ring-fuchsia-50\\/20 { --tw-ring-color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf4ff4d; } +.ring-fuchsia-50\\/35 { + --tw-ring-color: #fdf4ff59; +} + .ring-fuchsia-50\\/40 { --tw-ring-color: #fdf4ff66; } +.ring-fuchsia-50\\/45 { + --tw-ring-color: #fdf4ff73; +} + .ring-fuchsia-50\\/5 { --tw-ring-color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf4ff80; } +.ring-fuchsia-50\\/55 { + --tw-ring-color: #fdf4ff8c; +} + .ring-fuchsia-50\\/60 { --tw-ring-color: #fdf4ff99; } +.ring-fuchsia-50\\/65 { + --tw-ring-color: #fdf4ffa6; +} + .ring-fuchsia-50\\/70 { --tw-ring-color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf4ffcc; } +.ring-fuchsia-50\\/85 { + --tw-ring-color: #fdf4ffd9; +} + .ring-fuchsia-50\\/90 { --tw-ring-color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d946ef; } +.ring-fuchsia-500\\/15 { + --tw-ring-color: #d946ef26; +} + .ring-fuchsia-500\\/20 { --tw-ring-color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d946ef4d; } +.ring-fuchsia-500\\/35 { + --tw-ring-color: #d946ef59; +} + .ring-fuchsia-500\\/40 { --tw-ring-color: #d946ef66; } +.ring-fuchsia-500\\/45 { + --tw-ring-color: #d946ef73; +} + .ring-fuchsia-500\\/5 { --tw-ring-color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d946ef80; } +.ring-fuchsia-500\\/55 { + --tw-ring-color: #d946ef8c; +} + .ring-fuchsia-500\\/60 { --tw-ring-color: #d946ef99; } +.ring-fuchsia-500\\/65 { + --tw-ring-color: #d946efa6; +} + .ring-fuchsia-500\\/70 { --tw-ring-color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d946efcc; } +.ring-fuchsia-500\\/85 { + --tw-ring-color: #d946efd9; +} + .ring-fuchsia-500\\/90 { --tw-ring-color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c026d3; } +.ring-fuchsia-600\\/15 { + --tw-ring-color: #c026d326; +} + .ring-fuchsia-600\\/20 { --tw-ring-color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c026d34d; } +.ring-fuchsia-600\\/35 { + --tw-ring-color: #c026d359; +} + .ring-fuchsia-600\\/40 { --tw-ring-color: #c026d366; } +.ring-fuchsia-600\\/45 { + --tw-ring-color: #c026d373; +} + .ring-fuchsia-600\\/5 { --tw-ring-color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c026d380; } +.ring-fuchsia-600\\/55 { + --tw-ring-color: #c026d38c; +} + .ring-fuchsia-600\\/60 { --tw-ring-color: #c026d399; } +.ring-fuchsia-600\\/65 { + --tw-ring-color: #c026d3a6; +} + .ring-fuchsia-600\\/70 { --tw-ring-color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c026d3cc; } +.ring-fuchsia-600\\/85 { + --tw-ring-color: #c026d3d9; +} + .ring-fuchsia-600\\/90 { --tw-ring-color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a21caf; } +.ring-fuchsia-700\\/15 { + --tw-ring-color: #a21caf26; +} + .ring-fuchsia-700\\/20 { --tw-ring-color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a21caf4d; } +.ring-fuchsia-700\\/35 { + --tw-ring-color: #a21caf59; +} + .ring-fuchsia-700\\/40 { --tw-ring-color: #a21caf66; } +.ring-fuchsia-700\\/45 { + --tw-ring-color: #a21caf73; +} + .ring-fuchsia-700\\/5 { --tw-ring-color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a21caf80; } +.ring-fuchsia-700\\/55 { + --tw-ring-color: #a21caf8c; +} + .ring-fuchsia-700\\/60 { --tw-ring-color: #a21caf99; } +.ring-fuchsia-700\\/65 { + --tw-ring-color: #a21cafa6; +} + .ring-fuchsia-700\\/70 { --tw-ring-color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a21cafcc; } +.ring-fuchsia-700\\/85 { + --tw-ring-color: #a21cafd9; +} + .ring-fuchsia-700\\/90 { --tw-ring-color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86198f; } +.ring-fuchsia-800\\/15 { + --tw-ring-color: #86198f26; +} + .ring-fuchsia-800\\/20 { --tw-ring-color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86198f4d; } +.ring-fuchsia-800\\/35 { + --tw-ring-color: #86198f59; +} + .ring-fuchsia-800\\/40 { --tw-ring-color: #86198f66; } +.ring-fuchsia-800\\/45 { + --tw-ring-color: #86198f73; +} + .ring-fuchsia-800\\/5 { --tw-ring-color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86198f80; } +.ring-fuchsia-800\\/55 { + --tw-ring-color: #86198f8c; +} + .ring-fuchsia-800\\/60 { --tw-ring-color: #86198f99; } +.ring-fuchsia-800\\/65 { + --tw-ring-color: #86198fa6; +} + .ring-fuchsia-800\\/70 { --tw-ring-color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86198fcc; } +.ring-fuchsia-800\\/85 { + --tw-ring-color: #86198fd9; +} + .ring-fuchsia-800\\/90 { --tw-ring-color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #701a75; } +.ring-fuchsia-900\\/15 { + --tw-ring-color: #701a7526; +} + .ring-fuchsia-900\\/20 { --tw-ring-color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #701a754d; } +.ring-fuchsia-900\\/35 { + --tw-ring-color: #701a7559; +} + .ring-fuchsia-900\\/40 { --tw-ring-color: #701a7566; } +.ring-fuchsia-900\\/45 { + --tw-ring-color: #701a7573; +} + .ring-fuchsia-900\\/5 { --tw-ring-color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #701a7580; } +.ring-fuchsia-900\\/55 { + --tw-ring-color: #701a758c; +} + .ring-fuchsia-900\\/60 { --tw-ring-color: #701a7599; } +.ring-fuchsia-900\\/65 { + --tw-ring-color: #701a75a6; +} + .ring-fuchsia-900\\/70 { --tw-ring-color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #701a75cc; } +.ring-fuchsia-900\\/85 { + --tw-ring-color: #701a75d9; +} + .ring-fuchsia-900\\/90 { --tw-ring-color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4a044e; } +.ring-fuchsia-950\\/15 { + --tw-ring-color: #4a044e26; +} + .ring-fuchsia-950\\/20 { --tw-ring-color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4a044e4d; } +.ring-fuchsia-950\\/35 { + --tw-ring-color: #4a044e59; +} + .ring-fuchsia-950\\/40 { --tw-ring-color: #4a044e66; } +.ring-fuchsia-950\\/45 { + --tw-ring-color: #4a044e73; +} + .ring-fuchsia-950\\/5 { --tw-ring-color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4a044e80; } +.ring-fuchsia-950\\/55 { + --tw-ring-color: #4a044e8c; +} + .ring-fuchsia-950\\/60 { --tw-ring-color: #4a044e99; } +.ring-fuchsia-950\\/65 { + --tw-ring-color: #4a044ea6; +} + .ring-fuchsia-950\\/70 { --tw-ring-color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4a044ecc; } +.ring-fuchsia-950\\/85 { + --tw-ring-color: #4a044ed9; +} + .ring-fuchsia-950\\/90 { --tw-ring-color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3f4f6; } +.ring-gray-100\\/15 { + --tw-ring-color: #f3f4f626; +} + .ring-gray-100\\/20 { --tw-ring-color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3f4f64d; } +.ring-gray-100\\/35 { + --tw-ring-color: #f3f4f659; +} + .ring-gray-100\\/40 { --tw-ring-color: #f3f4f666; } +.ring-gray-100\\/45 { + --tw-ring-color: #f3f4f673; +} + .ring-gray-100\\/5 { --tw-ring-color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3f4f680; } +.ring-gray-100\\/55 { + --tw-ring-color: #f3f4f68c; +} + .ring-gray-100\\/60 { --tw-ring-color: #f3f4f699; } +.ring-gray-100\\/65 { + --tw-ring-color: #f3f4f6a6; +} + .ring-gray-100\\/70 { --tw-ring-color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3f4f6cc; } +.ring-gray-100\\/85 { + --tw-ring-color: #f3f4f6d9; +} + .ring-gray-100\\/90 { --tw-ring-color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e7eb; } +.ring-gray-200\\/15 { + --tw-ring-color: #e5e7eb26; +} + .ring-gray-200\\/20 { --tw-ring-color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e7eb4d; } +.ring-gray-200\\/35 { + --tw-ring-color: #e5e7eb59; +} + .ring-gray-200\\/40 { --tw-ring-color: #e5e7eb66; } +.ring-gray-200\\/45 { + --tw-ring-color: #e5e7eb73; +} + .ring-gray-200\\/5 { --tw-ring-color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e7eb80; } +.ring-gray-200\\/55 { + --tw-ring-color: #e5e7eb8c; +} + .ring-gray-200\\/60 { --tw-ring-color: #e5e7eb99; } +.ring-gray-200\\/65 { + --tw-ring-color: #e5e7eba6; +} + .ring-gray-200\\/70 { --tw-ring-color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e7ebcc; } +.ring-gray-200\\/85 { + --tw-ring-color: #e5e7ebd9; +} + .ring-gray-200\\/90 { --tw-ring-color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1d5db; } +.ring-gray-300\\/15 { + --tw-ring-color: #d1d5db26; +} + .ring-gray-300\\/20 { --tw-ring-color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1d5db4d; } +.ring-gray-300\\/35 { + --tw-ring-color: #d1d5db59; +} + .ring-gray-300\\/40 { --tw-ring-color: #d1d5db66; } +.ring-gray-300\\/45 { + --tw-ring-color: #d1d5db73; +} + .ring-gray-300\\/5 { --tw-ring-color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1d5db80; } +.ring-gray-300\\/55 { + --tw-ring-color: #d1d5db8c; +} + .ring-gray-300\\/60 { --tw-ring-color: #d1d5db99; } +.ring-gray-300\\/65 { + --tw-ring-color: #d1d5dba6; +} + .ring-gray-300\\/70 { --tw-ring-color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d1d5dbcc; } +.ring-gray-300\\/85 { + --tw-ring-color: #d1d5dbd9; +} + .ring-gray-300\\/90 { --tw-ring-color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9ca3af; } +.ring-gray-400\\/15 { + --tw-ring-color: #9ca3af26; +} + .ring-gray-400\\/20 { --tw-ring-color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9ca3af4d; } +.ring-gray-400\\/35 { + --tw-ring-color: #9ca3af59; +} + .ring-gray-400\\/40 { --tw-ring-color: #9ca3af66; } +.ring-gray-400\\/45 { + --tw-ring-color: #9ca3af73; +} + .ring-gray-400\\/5 { --tw-ring-color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9ca3af80; } +.ring-gray-400\\/55 { + --tw-ring-color: #9ca3af8c; +} + .ring-gray-400\\/60 { --tw-ring-color: #9ca3af99; } +.ring-gray-400\\/65 { + --tw-ring-color: #9ca3afa6; +} + .ring-gray-400\\/70 { --tw-ring-color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9ca3afcc; } +.ring-gray-400\\/85 { + --tw-ring-color: #9ca3afd9; +} + .ring-gray-400\\/90 { --tw-ring-color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9fafb; } +.ring-gray-50\\/15 { + --tw-ring-color: #f9fafb26; +} + .ring-gray-50\\/20 { --tw-ring-color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9fafb4d; } +.ring-gray-50\\/35 { + --tw-ring-color: #f9fafb59; +} + .ring-gray-50\\/40 { --tw-ring-color: #f9fafb66; } +.ring-gray-50\\/45 { + --tw-ring-color: #f9fafb73; +} + .ring-gray-50\\/5 { --tw-ring-color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9fafb80; } +.ring-gray-50\\/55 { + --tw-ring-color: #f9fafb8c; +} + .ring-gray-50\\/60 { --tw-ring-color: #f9fafb99; } +.ring-gray-50\\/65 { + --tw-ring-color: #f9fafba6; +} + .ring-gray-50\\/70 { --tw-ring-color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9fafbcc; } +.ring-gray-50\\/85 { + --tw-ring-color: #f9fafbd9; +} + .ring-gray-50\\/90 { --tw-ring-color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b7280; } +.ring-gray-500\\/15 { + --tw-ring-color: #6b728026; +} + .ring-gray-500\\/20 { --tw-ring-color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b72804d; } +.ring-gray-500\\/35 { + --tw-ring-color: #6b728059; +} + .ring-gray-500\\/40 { --tw-ring-color: #6b728066; } +.ring-gray-500\\/45 { + --tw-ring-color: #6b728073; +} + .ring-gray-500\\/5 { --tw-ring-color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b728080; } +.ring-gray-500\\/55 { + --tw-ring-color: #6b72808c; +} + .ring-gray-500\\/60 { --tw-ring-color: #6b728099; } +.ring-gray-500\\/65 { + --tw-ring-color: #6b7280a6; +} + .ring-gray-500\\/70 { --tw-ring-color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b7280cc; } +.ring-gray-500\\/85 { + --tw-ring-color: #6b7280d9; +} + .ring-gray-500\\/90 { --tw-ring-color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4b5563; } +.ring-gray-600\\/15 { + --tw-ring-color: #4b556326; +} + .ring-gray-600\\/20 { --tw-ring-color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4b55634d; } +.ring-gray-600\\/35 { + --tw-ring-color: #4b556359; +} + .ring-gray-600\\/40 { --tw-ring-color: #4b556366; } +.ring-gray-600\\/45 { + --tw-ring-color: #4b556373; +} + .ring-gray-600\\/5 { --tw-ring-color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4b556380; } +.ring-gray-600\\/55 { + --tw-ring-color: #4b55638c; +} + .ring-gray-600\\/60 { --tw-ring-color: #4b556399; } +.ring-gray-600\\/65 { + --tw-ring-color: #4b5563a6; +} + .ring-gray-600\\/70 { --tw-ring-color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4b5563cc; } +.ring-gray-600\\/85 { + --tw-ring-color: #4b5563d9; +} + .ring-gray-600\\/90 { --tw-ring-color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #374151; } +.ring-gray-700\\/15 { + --tw-ring-color: #37415126; +} + .ring-gray-700\\/20 { --tw-ring-color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3741514d; } +.ring-gray-700\\/35 { + --tw-ring-color: #37415159; +} + .ring-gray-700\\/40 { --tw-ring-color: #37415166; } +.ring-gray-700\\/45 { + --tw-ring-color: #37415173; +} + .ring-gray-700\\/5 { --tw-ring-color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #37415180; } +.ring-gray-700\\/55 { + --tw-ring-color: #3741518c; +} + .ring-gray-700\\/60 { --tw-ring-color: #37415199; } +.ring-gray-700\\/65 { + --tw-ring-color: #374151a6; +} + .ring-gray-700\\/70 { --tw-ring-color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #374151cc; } +.ring-gray-700\\/85 { + --tw-ring-color: #374151d9; +} + .ring-gray-700\\/90 { --tw-ring-color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1f2937; } +.ring-gray-800\\/15 { + --tw-ring-color: #1f293726; +} + .ring-gray-800\\/20 { --tw-ring-color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1f29374d; } +.ring-gray-800\\/35 { + --tw-ring-color: #1f293759; +} + .ring-gray-800\\/40 { --tw-ring-color: #1f293766; } +.ring-gray-800\\/45 { + --tw-ring-color: #1f293773; +} + .ring-gray-800\\/5 { --tw-ring-color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1f293780; } +.ring-gray-800\\/55 { + --tw-ring-color: #1f29378c; +} + .ring-gray-800\\/60 { --tw-ring-color: #1f293799; } +.ring-gray-800\\/65 { + --tw-ring-color: #1f2937a6; +} + .ring-gray-800\\/70 { --tw-ring-color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1f2937cc; } +.ring-gray-800\\/85 { + --tw-ring-color: #1f2937d9; +} + .ring-gray-800\\/90 { --tw-ring-color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #111827; } +.ring-gray-900\\/15 { + --tw-ring-color: #11182726; +} + .ring-gray-900\\/20 { --tw-ring-color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1118274d; } +.ring-gray-900\\/35 { + --tw-ring-color: #11182759; +} + .ring-gray-900\\/40 { --tw-ring-color: #11182766; } +.ring-gray-900\\/45 { + --tw-ring-color: #11182773; +} + .ring-gray-900\\/5 { --tw-ring-color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #11182780; } +.ring-gray-900\\/55 { + --tw-ring-color: #1118278c; +} + .ring-gray-900\\/60 { --tw-ring-color: #11182799; } +.ring-gray-900\\/65 { + --tw-ring-color: #111827a6; +} + .ring-gray-900\\/70 { --tw-ring-color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #111827cc; } +.ring-gray-900\\/85 { + --tw-ring-color: #111827d9; +} + .ring-gray-900\\/90 { --tw-ring-color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #030712; } +.ring-gray-950\\/15 { + --tw-ring-color: #03071226; +} + .ring-gray-950\\/20 { --tw-ring-color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0307124d; } +.ring-gray-950\\/35 { + --tw-ring-color: #03071259; +} + .ring-gray-950\\/40 { --tw-ring-color: #03071266; } +.ring-gray-950\\/45 { + --tw-ring-color: #03071273; +} + .ring-gray-950\\/5 { --tw-ring-color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #03071280; } +.ring-gray-950\\/55 { + --tw-ring-color: #0307128c; +} + .ring-gray-950\\/60 { --tw-ring-color: #03071299; } +.ring-gray-950\\/65 { + --tw-ring-color: #030712a6; +} + .ring-gray-950\\/70 { --tw-ring-color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #030712cc; } +.ring-gray-950\\/85 { + --tw-ring-color: #030712d9; +} + .ring-gray-950\\/90 { --tw-ring-color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dcfce7; } +.ring-green-100\\/15 { + --tw-ring-color: #dcfce726; +} + .ring-green-100\\/20 { --tw-ring-color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dcfce74d; } +.ring-green-100\\/35 { + --tw-ring-color: #dcfce759; +} + .ring-green-100\\/40 { --tw-ring-color: #dcfce766; } +.ring-green-100\\/45 { + --tw-ring-color: #dcfce773; +} + .ring-green-100\\/5 { --tw-ring-color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dcfce780; } +.ring-green-100\\/55 { + --tw-ring-color: #dcfce78c; +} + .ring-green-100\\/60 { --tw-ring-color: #dcfce799; } +.ring-green-100\\/65 { + --tw-ring-color: #dcfce7a6; +} + .ring-green-100\\/70 { --tw-ring-color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dcfce7cc; } +.ring-green-100\\/85 { + --tw-ring-color: #dcfce7d9; +} + .ring-green-100\\/90 { --tw-ring-color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bbf7d0; } +.ring-green-200\\/15 { + --tw-ring-color: #bbf7d026; +} + .ring-green-200\\/20 { --tw-ring-color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bbf7d04d; } +.ring-green-200\\/35 { + --tw-ring-color: #bbf7d059; +} + .ring-green-200\\/40 { --tw-ring-color: #bbf7d066; } +.ring-green-200\\/45 { + --tw-ring-color: #bbf7d073; +} + .ring-green-200\\/5 { --tw-ring-color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bbf7d080; } +.ring-green-200\\/55 { + --tw-ring-color: #bbf7d08c; +} + .ring-green-200\\/60 { --tw-ring-color: #bbf7d099; } +.ring-green-200\\/65 { + --tw-ring-color: #bbf7d0a6; +} + .ring-green-200\\/70 { --tw-ring-color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bbf7d0cc; } +.ring-green-200\\/85 { + --tw-ring-color: #bbf7d0d9; +} + .ring-green-200\\/90 { --tw-ring-color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86efac; } +.ring-green-300\\/15 { + --tw-ring-color: #86efac26; +} + .ring-green-300\\/20 { --tw-ring-color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86efac4d; } +.ring-green-300\\/35 { + --tw-ring-color: #86efac59; +} + .ring-green-300\\/40 { --tw-ring-color: #86efac66; } +.ring-green-300\\/45 { + --tw-ring-color: #86efac73; +} + .ring-green-300\\/5 { --tw-ring-color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86efac80; } +.ring-green-300\\/55 { + --tw-ring-color: #86efac8c; +} + .ring-green-300\\/60 { --tw-ring-color: #86efac99; } +.ring-green-300\\/65 { + --tw-ring-color: #86efaca6; +} + .ring-green-300\\/70 { --tw-ring-color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #86efaccc; } +.ring-green-300\\/85 { + --tw-ring-color: #86efacd9; +} + .ring-green-300\\/90 { --tw-ring-color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4ade80; } +.ring-green-400\\/15 { + --tw-ring-color: #4ade8026; +} + .ring-green-400\\/20 { --tw-ring-color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4ade804d; } +.ring-green-400\\/35 { + --tw-ring-color: #4ade8059; +} + .ring-green-400\\/40 { --tw-ring-color: #4ade8066; } +.ring-green-400\\/45 { + --tw-ring-color: #4ade8073; +} + .ring-green-400\\/5 { --tw-ring-color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4ade8080; } +.ring-green-400\\/55 { + --tw-ring-color: #4ade808c; +} + .ring-green-400\\/60 { --tw-ring-color: #4ade8099; } +.ring-green-400\\/65 { + --tw-ring-color: #4ade80a6; +} + .ring-green-400\\/70 { --tw-ring-color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4ade80cc; } +.ring-green-400\\/85 { + --tw-ring-color: #4ade80d9; +} + .ring-green-400\\/90 { --tw-ring-color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdf4; } +.ring-green-50\\/15 { + --tw-ring-color: #f0fdf426; +} + .ring-green-50\\/20 { --tw-ring-color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdf44d; } +.ring-green-50\\/35 { + --tw-ring-color: #f0fdf459; +} + .ring-green-50\\/40 { --tw-ring-color: #f0fdf466; } +.ring-green-50\\/45 { + --tw-ring-color: #f0fdf473; +} + .ring-green-50\\/5 { --tw-ring-color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdf480; } +.ring-green-50\\/55 { + --tw-ring-color: #f0fdf48c; +} + .ring-green-50\\/60 { --tw-ring-color: #f0fdf499; } +.ring-green-50\\/65 { + --tw-ring-color: #f0fdf4a6; +} + .ring-green-50\\/70 { --tw-ring-color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdf4cc; } +.ring-green-50\\/85 { + --tw-ring-color: #f0fdf4d9; +} + .ring-green-50\\/90 { --tw-ring-color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22c55e; } +.ring-green-500\\/15 { + --tw-ring-color: #22c55e26; +} + .ring-green-500\\/20 { --tw-ring-color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22c55e4d; } +.ring-green-500\\/35 { + --tw-ring-color: #22c55e59; +} + .ring-green-500\\/40 { --tw-ring-color: #22c55e66; } +.ring-green-500\\/45 { + --tw-ring-color: #22c55e73; +} + .ring-green-500\\/5 { --tw-ring-color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22c55e80; } +.ring-green-500\\/55 { + --tw-ring-color: #22c55e8c; +} + .ring-green-500\\/60 { --tw-ring-color: #22c55e99; } +.ring-green-500\\/65 { + --tw-ring-color: #22c55ea6; +} + .ring-green-500\\/70 { --tw-ring-color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #22c55ecc; } +.ring-green-500\\/85 { + --tw-ring-color: #22c55ed9; +} + .ring-green-500\\/90 { --tw-ring-color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #16a34a; } +.ring-green-600\\/15 { + --tw-ring-color: #16a34a26; +} + .ring-green-600\\/20 { --tw-ring-color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #16a34a4d; } +.ring-green-600\\/35 { + --tw-ring-color: #16a34a59; +} + .ring-green-600\\/40 { --tw-ring-color: #16a34a66; } +.ring-green-600\\/45 { + --tw-ring-color: #16a34a73; +} + .ring-green-600\\/5 { --tw-ring-color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #16a34a80; } +.ring-green-600\\/55 { + --tw-ring-color: #16a34a8c; +} + .ring-green-600\\/60 { --tw-ring-color: #16a34a99; } +.ring-green-600\\/65 { + --tw-ring-color: #16a34aa6; +} + .ring-green-600\\/70 { --tw-ring-color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #16a34acc; } +.ring-green-600\\/85 { + --tw-ring-color: #16a34ad9; +} + .ring-green-600\\/90 { --tw-ring-color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #15803d; } +.ring-green-700\\/15 { + --tw-ring-color: #15803d26; +} + .ring-green-700\\/20 { --tw-ring-color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #15803d4d; } +.ring-green-700\\/35 { + --tw-ring-color: #15803d59; +} + .ring-green-700\\/40 { --tw-ring-color: #15803d66; } +.ring-green-700\\/45 { + --tw-ring-color: #15803d73; +} + .ring-green-700\\/5 { --tw-ring-color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #15803d80; } +.ring-green-700\\/55 { + --tw-ring-color: #15803d8c; +} + .ring-green-700\\/60 { --tw-ring-color: #15803d99; } +.ring-green-700\\/65 { + --tw-ring-color: #15803da6; +} + .ring-green-700\\/70 { --tw-ring-color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #15803dcc; } +.ring-green-700\\/85 { + --tw-ring-color: #15803dd9; +} + .ring-green-700\\/90 { --tw-ring-color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #166534; } +.ring-green-800\\/15 { + --tw-ring-color: #16653426; +} + .ring-green-800\\/20 { --tw-ring-color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1665344d; } +.ring-green-800\\/35 { + --tw-ring-color: #16653459; +} + .ring-green-800\\/40 { --tw-ring-color: #16653466; } +.ring-green-800\\/45 { + --tw-ring-color: #16653473; +} + .ring-green-800\\/5 { --tw-ring-color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #16653480; } +.ring-green-800\\/55 { + --tw-ring-color: #1665348c; +} + .ring-green-800\\/60 { --tw-ring-color: #16653499; } +.ring-green-800\\/65 { + --tw-ring-color: #166534a6; +} + .ring-green-800\\/70 { --tw-ring-color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #166534cc; } +.ring-green-800\\/85 { + --tw-ring-color: #166534d9; +} + .ring-green-800\\/90 { --tw-ring-color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14532d; } +.ring-green-900\\/15 { + --tw-ring-color: #14532d26; +} + .ring-green-900\\/20 { --tw-ring-color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14532d4d; } +.ring-green-900\\/35 { + --tw-ring-color: #14532d59; +} + .ring-green-900\\/40 { --tw-ring-color: #14532d66; } +.ring-green-900\\/45 { + --tw-ring-color: #14532d73; +} + .ring-green-900\\/5 { --tw-ring-color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14532d80; } +.ring-green-900\\/55 { + --tw-ring-color: #14532d8c; +} + .ring-green-900\\/60 { --tw-ring-color: #14532d99; } +.ring-green-900\\/65 { + --tw-ring-color: #14532da6; +} + .ring-green-900\\/70 { --tw-ring-color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14532dcc; } +.ring-green-900\\/85 { + --tw-ring-color: #14532dd9; +} + .ring-green-900\\/90 { --tw-ring-color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #052e16; } +.ring-green-950\\/15 { + --tw-ring-color: #052e1626; +} + .ring-green-950\\/20 { --tw-ring-color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #052e164d; } +.ring-green-950\\/35 { + --tw-ring-color: #052e1659; +} + .ring-green-950\\/40 { --tw-ring-color: #052e1666; } +.ring-green-950\\/45 { + --tw-ring-color: #052e1673; +} + .ring-green-950\\/5 { --tw-ring-color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #052e1680; } +.ring-green-950\\/55 { + --tw-ring-color: #052e168c; +} + .ring-green-950\\/60 { --tw-ring-color: #052e1699; } +.ring-green-950\\/65 { + --tw-ring-color: #052e16a6; +} + .ring-green-950\\/70 { --tw-ring-color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #052e16cc; } +.ring-green-950\\/85 { + --tw-ring-color: #052e16d9; +} + .ring-green-950\\/90 { --tw-ring-color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0e7ff; } +.ring-indigo-100\\/15 { + --tw-ring-color: #e0e7ff26; +} + .ring-indigo-100\\/20 { --tw-ring-color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0e7ff4d; } +.ring-indigo-100\\/35 { + --tw-ring-color: #e0e7ff59; +} + .ring-indigo-100\\/40 { --tw-ring-color: #e0e7ff66; } +.ring-indigo-100\\/45 { + --tw-ring-color: #e0e7ff73; +} + .ring-indigo-100\\/5 { --tw-ring-color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0e7ff80; } +.ring-indigo-100\\/55 { + --tw-ring-color: #e0e7ff8c; +} + .ring-indigo-100\\/60 { --tw-ring-color: #e0e7ff99; } +.ring-indigo-100\\/65 { + --tw-ring-color: #e0e7ffa6; +} + .ring-indigo-100\\/70 { --tw-ring-color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0e7ffcc; } +.ring-indigo-100\\/85 { + --tw-ring-color: #e0e7ffd9; +} + .ring-indigo-100\\/90 { --tw-ring-color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c7d2fe; } +.ring-indigo-200\\/15 { + --tw-ring-color: #c7d2fe26; +} + .ring-indigo-200\\/20 { --tw-ring-color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c7d2fe4d; } +.ring-indigo-200\\/35 { + --tw-ring-color: #c7d2fe59; +} + .ring-indigo-200\\/40 { --tw-ring-color: #c7d2fe66; } +.ring-indigo-200\\/45 { + --tw-ring-color: #c7d2fe73; +} + .ring-indigo-200\\/5 { --tw-ring-color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c7d2fe80; } +.ring-indigo-200\\/55 { + --tw-ring-color: #c7d2fe8c; +} + .ring-indigo-200\\/60 { --tw-ring-color: #c7d2fe99; } +.ring-indigo-200\\/65 { + --tw-ring-color: #c7d2fea6; +} + .ring-indigo-200\\/70 { --tw-ring-color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c7d2fecc; } +.ring-indigo-200\\/85 { + --tw-ring-color: #c7d2fed9; +} + .ring-indigo-200\\/90 { --tw-ring-color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5b4fc; } +.ring-indigo-300\\/15 { + --tw-ring-color: #a5b4fc26; +} + .ring-indigo-300\\/20 { --tw-ring-color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5b4fc4d; } +.ring-indigo-300\\/35 { + --tw-ring-color: #a5b4fc59; +} + .ring-indigo-300\\/40 { --tw-ring-color: #a5b4fc66; } +.ring-indigo-300\\/45 { + --tw-ring-color: #a5b4fc73; +} + .ring-indigo-300\\/5 { --tw-ring-color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5b4fc80; } +.ring-indigo-300\\/55 { + --tw-ring-color: #a5b4fc8c; +} + .ring-indigo-300\\/60 { --tw-ring-color: #a5b4fc99; } +.ring-indigo-300\\/65 { + --tw-ring-color: #a5b4fca6; +} + .ring-indigo-300\\/70 { --tw-ring-color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a5b4fccc; } +.ring-indigo-300\\/85 { + --tw-ring-color: #a5b4fcd9; +} + .ring-indigo-300\\/90 { --tw-ring-color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #818cf8; } +.ring-indigo-400\\/15 { + --tw-ring-color: #818cf826; +} + .ring-indigo-400\\/20 { --tw-ring-color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #818cf84d; } +.ring-indigo-400\\/35 { + --tw-ring-color: #818cf859; +} + .ring-indigo-400\\/40 { --tw-ring-color: #818cf866; } +.ring-indigo-400\\/45 { + --tw-ring-color: #818cf873; +} + .ring-indigo-400\\/5 { --tw-ring-color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #818cf880; } +.ring-indigo-400\\/55 { + --tw-ring-color: #818cf88c; +} + .ring-indigo-400\\/60 { --tw-ring-color: #818cf899; } +.ring-indigo-400\\/65 { + --tw-ring-color: #818cf8a6; +} + .ring-indigo-400\\/70 { --tw-ring-color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #818cf8cc; } +.ring-indigo-400\\/85 { + --tw-ring-color: #818cf8d9; +} + .ring-indigo-400\\/90 { --tw-ring-color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eef2ff; } +.ring-indigo-50\\/15 { + --tw-ring-color: #eef2ff26; +} + .ring-indigo-50\\/20 { --tw-ring-color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eef2ff4d; } +.ring-indigo-50\\/35 { + --tw-ring-color: #eef2ff59; +} + .ring-indigo-50\\/40 { --tw-ring-color: #eef2ff66; } +.ring-indigo-50\\/45 { + --tw-ring-color: #eef2ff73; +} + .ring-indigo-50\\/5 { --tw-ring-color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eef2ff80; } +.ring-indigo-50\\/55 { + --tw-ring-color: #eef2ff8c; +} + .ring-indigo-50\\/60 { --tw-ring-color: #eef2ff99; } +.ring-indigo-50\\/65 { + --tw-ring-color: #eef2ffa6; +} + .ring-indigo-50\\/70 { --tw-ring-color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eef2ffcc; } +.ring-indigo-50\\/85 { + --tw-ring-color: #eef2ffd9; +} + .ring-indigo-50\\/90 { --tw-ring-color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6366f1; } +.ring-indigo-500\\/15 { + --tw-ring-color: #6366f126; +} + .ring-indigo-500\\/20 { --tw-ring-color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6366f14d; } +.ring-indigo-500\\/35 { + --tw-ring-color: #6366f159; +} + .ring-indigo-500\\/40 { --tw-ring-color: #6366f166; } +.ring-indigo-500\\/45 { + --tw-ring-color: #6366f173; +} + .ring-indigo-500\\/5 { --tw-ring-color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6366f180; } +.ring-indigo-500\\/55 { + --tw-ring-color: #6366f18c; +} + .ring-indigo-500\\/60 { --tw-ring-color: #6366f199; } +.ring-indigo-500\\/65 { + --tw-ring-color: #6366f1a6; +} + .ring-indigo-500\\/70 { --tw-ring-color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6366f1cc; } +.ring-indigo-500\\/85 { + --tw-ring-color: #6366f1d9; +} + .ring-indigo-500\\/90 { --tw-ring-color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4f46e5; } +.ring-indigo-600\\/15 { + --tw-ring-color: #4f46e526; +} + .ring-indigo-600\\/20 { --tw-ring-color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4f46e54d; } +.ring-indigo-600\\/35 { + --tw-ring-color: #4f46e559; +} + .ring-indigo-600\\/40 { --tw-ring-color: #4f46e566; } +.ring-indigo-600\\/45 { + --tw-ring-color: #4f46e573; +} + .ring-indigo-600\\/5 { --tw-ring-color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4f46e580; } +.ring-indigo-600\\/55 { + --tw-ring-color: #4f46e58c; +} + .ring-indigo-600\\/60 { --tw-ring-color: #4f46e599; } +.ring-indigo-600\\/65 { + --tw-ring-color: #4f46e5a6; +} + .ring-indigo-600\\/70 { --tw-ring-color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4f46e5cc; } +.ring-indigo-600\\/85 { + --tw-ring-color: #4f46e5d9; +} + .ring-indigo-600\\/90 { --tw-ring-color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4338ca; } +.ring-indigo-700\\/15 { + --tw-ring-color: #4338ca26; +} + .ring-indigo-700\\/20 { --tw-ring-color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4338ca4d; } +.ring-indigo-700\\/35 { + --tw-ring-color: #4338ca59; +} + .ring-indigo-700\\/40 { --tw-ring-color: #4338ca66; } +.ring-indigo-700\\/45 { + --tw-ring-color: #4338ca73; +} + .ring-indigo-700\\/5 { --tw-ring-color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4338ca80; } +.ring-indigo-700\\/55 { + --tw-ring-color: #4338ca8c; +} + .ring-indigo-700\\/60 { --tw-ring-color: #4338ca99; } +.ring-indigo-700\\/65 { + --tw-ring-color: #4338caa6; +} + .ring-indigo-700\\/70 { --tw-ring-color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4338cacc; } +.ring-indigo-700\\/85 { + --tw-ring-color: #4338cad9; +} + .ring-indigo-700\\/90 { --tw-ring-color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3730a3; } +.ring-indigo-800\\/15 { + --tw-ring-color: #3730a326; +} + .ring-indigo-800\\/20 { --tw-ring-color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3730a34d; } +.ring-indigo-800\\/35 { + --tw-ring-color: #3730a359; +} + .ring-indigo-800\\/40 { --tw-ring-color: #3730a366; } +.ring-indigo-800\\/45 { + --tw-ring-color: #3730a373; +} + .ring-indigo-800\\/5 { --tw-ring-color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3730a380; } +.ring-indigo-800\\/55 { + --tw-ring-color: #3730a38c; +} + .ring-indigo-800\\/60 { --tw-ring-color: #3730a399; } +.ring-indigo-800\\/65 { + --tw-ring-color: #3730a3a6; +} + .ring-indigo-800\\/70 { --tw-ring-color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3730a3cc; } +.ring-indigo-800\\/85 { + --tw-ring-color: #3730a3d9; +} + .ring-indigo-800\\/90 { --tw-ring-color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #312e81; } +.ring-indigo-900\\/15 { + --tw-ring-color: #312e8126; +} + .ring-indigo-900\\/20 { --tw-ring-color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #312e814d; } +.ring-indigo-900\\/35 { + --tw-ring-color: #312e8159; +} + .ring-indigo-900\\/40 { --tw-ring-color: #312e8166; } +.ring-indigo-900\\/45 { + --tw-ring-color: #312e8173; +} + .ring-indigo-900\\/5 { --tw-ring-color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #312e8180; } +.ring-indigo-900\\/55 { + --tw-ring-color: #312e818c; +} + .ring-indigo-900\\/60 { --tw-ring-color: #312e8199; } +.ring-indigo-900\\/65 { + --tw-ring-color: #312e81a6; +} + .ring-indigo-900\\/70 { --tw-ring-color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #312e81cc; } +.ring-indigo-900\\/85 { + --tw-ring-color: #312e81d9; +} + .ring-indigo-900\\/90 { --tw-ring-color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e1b4b; } +.ring-indigo-950\\/15 { + --tw-ring-color: #1e1b4b26; +} + .ring-indigo-950\\/20 { --tw-ring-color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e1b4b4d; } +.ring-indigo-950\\/35 { + --tw-ring-color: #1e1b4b59; +} + .ring-indigo-950\\/40 { --tw-ring-color: #1e1b4b66; } +.ring-indigo-950\\/45 { + --tw-ring-color: #1e1b4b73; +} + .ring-indigo-950\\/5 { --tw-ring-color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e1b4b80; } +.ring-indigo-950\\/55 { + --tw-ring-color: #1e1b4b8c; +} + .ring-indigo-950\\/60 { --tw-ring-color: #1e1b4b99; } +.ring-indigo-950\\/65 { + --tw-ring-color: #1e1b4ba6; +} + .ring-indigo-950\\/70 { --tw-ring-color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e1b4bcc; } +.ring-indigo-950\\/85 { + --tw-ring-color: #1e1b4bd9; +} + .ring-indigo-950\\/90 { --tw-ring-color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfccb; } +.ring-lime-100\\/15 { + --tw-ring-color: #ecfccb26; +} + .ring-lime-100\\/20 { --tw-ring-color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfccb4d; } +.ring-lime-100\\/35 { + --tw-ring-color: #ecfccb59; +} + .ring-lime-100\\/40 { --tw-ring-color: #ecfccb66; } +.ring-lime-100\\/45 { + --tw-ring-color: #ecfccb73; +} + .ring-lime-100\\/5 { --tw-ring-color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfccb80; } +.ring-lime-100\\/55 { + --tw-ring-color: #ecfccb8c; +} + .ring-lime-100\\/60 { --tw-ring-color: #ecfccb99; } +.ring-lime-100\\/65 { + --tw-ring-color: #ecfccba6; +} + .ring-lime-100\\/70 { --tw-ring-color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ecfccbcc; } +.ring-lime-100\\/85 { + --tw-ring-color: #ecfccbd9; +} + .ring-lime-100\\/90 { --tw-ring-color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d9f99d; } +.ring-lime-200\\/15 { + --tw-ring-color: #d9f99d26; +} + .ring-lime-200\\/20 { --tw-ring-color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d9f99d4d; } +.ring-lime-200\\/35 { + --tw-ring-color: #d9f99d59; +} + .ring-lime-200\\/40 { --tw-ring-color: #d9f99d66; } +.ring-lime-200\\/45 { + --tw-ring-color: #d9f99d73; +} + .ring-lime-200\\/5 { --tw-ring-color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d9f99d80; } +.ring-lime-200\\/55 { + --tw-ring-color: #d9f99d8c; +} + .ring-lime-200\\/60 { --tw-ring-color: #d9f99d99; } +.ring-lime-200\\/65 { + --tw-ring-color: #d9f99da6; +} + .ring-lime-200\\/70 { --tw-ring-color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d9f99dcc; } +.ring-lime-200\\/85 { + --tw-ring-color: #d9f99dd9; +} + .ring-lime-200\\/90 { --tw-ring-color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bef264; } +.ring-lime-300\\/15 { + --tw-ring-color: #bef26426; +} + .ring-lime-300\\/20 { --tw-ring-color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bef2644d; } +.ring-lime-300\\/35 { + --tw-ring-color: #bef26459; +} + .ring-lime-300\\/40 { --tw-ring-color: #bef26466; } +.ring-lime-300\\/45 { + --tw-ring-color: #bef26473; +} + .ring-lime-300\\/5 { --tw-ring-color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bef26480; } +.ring-lime-300\\/55 { + --tw-ring-color: #bef2648c; +} + .ring-lime-300\\/60 { --tw-ring-color: #bef26499; } +.ring-lime-300\\/65 { + --tw-ring-color: #bef264a6; +} + .ring-lime-300\\/70 { --tw-ring-color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bef264cc; } +.ring-lime-300\\/85 { + --tw-ring-color: #bef264d9; +} + .ring-lime-300\\/90 { --tw-ring-color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3e635; } +.ring-lime-400\\/15 { + --tw-ring-color: #a3e63526; +} + .ring-lime-400\\/20 { --tw-ring-color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3e6354d; } +.ring-lime-400\\/35 { + --tw-ring-color: #a3e63559; +} + .ring-lime-400\\/40 { --tw-ring-color: #a3e63566; } +.ring-lime-400\\/45 { + --tw-ring-color: #a3e63573; +} + .ring-lime-400\\/5 { --tw-ring-color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3e63580; } +.ring-lime-400\\/55 { + --tw-ring-color: #a3e6358c; +} + .ring-lime-400\\/60 { --tw-ring-color: #a3e63599; } +.ring-lime-400\\/65 { + --tw-ring-color: #a3e635a6; +} + .ring-lime-400\\/70 { --tw-ring-color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3e635cc; } +.ring-lime-400\\/85 { + --tw-ring-color: #a3e635d9; +} + .ring-lime-400\\/90 { --tw-ring-color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f7fee7; } +.ring-lime-50\\/15 { + --tw-ring-color: #f7fee726; +} + .ring-lime-50\\/20 { --tw-ring-color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f7fee74d; } +.ring-lime-50\\/35 { + --tw-ring-color: #f7fee759; +} + .ring-lime-50\\/40 { --tw-ring-color: #f7fee766; } +.ring-lime-50\\/45 { + --tw-ring-color: #f7fee773; +} + .ring-lime-50\\/5 { --tw-ring-color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f7fee780; } +.ring-lime-50\\/55 { + --tw-ring-color: #f7fee78c; +} + .ring-lime-50\\/60 { --tw-ring-color: #f7fee799; } +.ring-lime-50\\/65 { + --tw-ring-color: #f7fee7a6; +} + .ring-lime-50\\/70 { --tw-ring-color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f7fee7cc; } +.ring-lime-50\\/85 { + --tw-ring-color: #f7fee7d9; +} + .ring-lime-50\\/90 { --tw-ring-color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #84cc16; } +.ring-lime-500\\/15 { + --tw-ring-color: #84cc1626; +} + .ring-lime-500\\/20 { --tw-ring-color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #84cc164d; } +.ring-lime-500\\/35 { + --tw-ring-color: #84cc1659; +} + .ring-lime-500\\/40 { --tw-ring-color: #84cc1666; } +.ring-lime-500\\/45 { + --tw-ring-color: #84cc1673; +} + .ring-lime-500\\/5 { --tw-ring-color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #84cc1680; } +.ring-lime-500\\/55 { + --tw-ring-color: #84cc168c; +} + .ring-lime-500\\/60 { --tw-ring-color: #84cc1699; } +.ring-lime-500\\/65 { + --tw-ring-color: #84cc16a6; +} + .ring-lime-500\\/70 { --tw-ring-color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #84cc16cc; } +.ring-lime-500\\/85 { + --tw-ring-color: #84cc16d9; +} + .ring-lime-500\\/90 { --tw-ring-color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #65a30d; } +.ring-lime-600\\/15 { + --tw-ring-color: #65a30d26; +} + .ring-lime-600\\/20 { --tw-ring-color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #65a30d4d; } +.ring-lime-600\\/35 { + --tw-ring-color: #65a30d59; +} + .ring-lime-600\\/40 { --tw-ring-color: #65a30d66; } +.ring-lime-600\\/45 { + --tw-ring-color: #65a30d73; +} + .ring-lime-600\\/5 { --tw-ring-color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #65a30d80; } +.ring-lime-600\\/55 { + --tw-ring-color: #65a30d8c; +} + .ring-lime-600\\/60 { --tw-ring-color: #65a30d99; } +.ring-lime-600\\/65 { + --tw-ring-color: #65a30da6; +} + .ring-lime-600\\/70 { --tw-ring-color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #65a30dcc; } +.ring-lime-600\\/85 { + --tw-ring-color: #65a30dd9; +} + .ring-lime-600\\/90 { --tw-ring-color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4d7c0f; } +.ring-lime-700\\/15 { + --tw-ring-color: #4d7c0f26; +} + .ring-lime-700\\/20 { --tw-ring-color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4d7c0f4d; } +.ring-lime-700\\/35 { + --tw-ring-color: #4d7c0f59; +} + .ring-lime-700\\/40 { --tw-ring-color: #4d7c0f66; } +.ring-lime-700\\/45 { + --tw-ring-color: #4d7c0f73; +} + .ring-lime-700\\/5 { --tw-ring-color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4d7c0f80; } +.ring-lime-700\\/55 { + --tw-ring-color: #4d7c0f8c; +} + .ring-lime-700\\/60 { --tw-ring-color: #4d7c0f99; } +.ring-lime-700\\/65 { + --tw-ring-color: #4d7c0fa6; +} + .ring-lime-700\\/70 { --tw-ring-color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4d7c0fcc; } +.ring-lime-700\\/85 { + --tw-ring-color: #4d7c0fd9; +} + .ring-lime-700\\/90 { --tw-ring-color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f6212; } +.ring-lime-800\\/15 { + --tw-ring-color: #3f621226; +} + .ring-lime-800\\/20 { --tw-ring-color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f62124d; } +.ring-lime-800\\/35 { + --tw-ring-color: #3f621259; +} + .ring-lime-800\\/40 { --tw-ring-color: #3f621266; } +.ring-lime-800\\/45 { + --tw-ring-color: #3f621273; +} + .ring-lime-800\\/5 { --tw-ring-color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f621280; } +.ring-lime-800\\/55 { + --tw-ring-color: #3f62128c; +} + .ring-lime-800\\/60 { --tw-ring-color: #3f621299; } +.ring-lime-800\\/65 { + --tw-ring-color: #3f6212a6; +} + .ring-lime-800\\/70 { --tw-ring-color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f6212cc; } +.ring-lime-800\\/85 { + --tw-ring-color: #3f6212d9; +} + .ring-lime-800\\/90 { --tw-ring-color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #365314; } +.ring-lime-900\\/15 { + --tw-ring-color: #36531426; +} + .ring-lime-900\\/20 { --tw-ring-color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3653144d; } +.ring-lime-900\\/35 { + --tw-ring-color: #36531459; +} + .ring-lime-900\\/40 { --tw-ring-color: #36531466; } +.ring-lime-900\\/45 { + --tw-ring-color: #36531473; +} + .ring-lime-900\\/5 { --tw-ring-color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #36531480; } +.ring-lime-900\\/55 { + --tw-ring-color: #3653148c; +} + .ring-lime-900\\/60 { --tw-ring-color: #36531499; } +.ring-lime-900\\/65 { + --tw-ring-color: #365314a6; +} + .ring-lime-900\\/70 { --tw-ring-color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #365314cc; } +.ring-lime-900\\/85 { + --tw-ring-color: #365314d9; +} + .ring-lime-900\\/90 { --tw-ring-color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1a2e05; } +.ring-lime-950\\/15 { + --tw-ring-color: #1a2e0526; +} + .ring-lime-950\\/20 { --tw-ring-color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1a2e054d; } +.ring-lime-950\\/35 { + --tw-ring-color: #1a2e0559; +} + .ring-lime-950\\/40 { --tw-ring-color: #1a2e0566; } +.ring-lime-950\\/45 { + --tw-ring-color: #1a2e0573; +} + .ring-lime-950\\/5 { --tw-ring-color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1a2e0580; } +.ring-lime-950\\/55 { + --tw-ring-color: #1a2e058c; +} + .ring-lime-950\\/60 { --tw-ring-color: #1a2e0599; } +.ring-lime-950\\/65 { + --tw-ring-color: #1a2e05a6; +} + .ring-lime-950\\/70 { --tw-ring-color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1a2e05cc; } +.ring-lime-950\\/85 { + --tw-ring-color: #1a2e05d9; +} + .ring-lime-950\\/90 { --tw-ring-color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f5; } +.ring-neutral-100\\/15 { + --tw-ring-color: #f5f5f526; +} + .ring-neutral-100\\/20 { --tw-ring-color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f54d; } +.ring-neutral-100\\/35 { + --tw-ring-color: #f5f5f559; +} + .ring-neutral-100\\/40 { --tw-ring-color: #f5f5f566; } +.ring-neutral-100\\/45 { + --tw-ring-color: #f5f5f573; +} + .ring-neutral-100\\/5 { --tw-ring-color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f580; } +.ring-neutral-100\\/55 { + --tw-ring-color: #f5f5f58c; +} + .ring-neutral-100\\/60 { --tw-ring-color: #f5f5f599; } +.ring-neutral-100\\/65 { + --tw-ring-color: #f5f5f5a6; +} + .ring-neutral-100\\/70 { --tw-ring-color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f5cc; } +.ring-neutral-100\\/85 { + --tw-ring-color: #f5f5f5d9; +} + .ring-neutral-100\\/90 { --tw-ring-color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e5e5; } +.ring-neutral-200\\/15 { + --tw-ring-color: #e5e5e526; +} + .ring-neutral-200\\/20 { --tw-ring-color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e5e54d; } +.ring-neutral-200\\/35 { + --tw-ring-color: #e5e5e559; +} + .ring-neutral-200\\/40 { --tw-ring-color: #e5e5e566; } +.ring-neutral-200\\/45 { + --tw-ring-color: #e5e5e573; +} + .ring-neutral-200\\/5 { --tw-ring-color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e5e580; } +.ring-neutral-200\\/55 { + --tw-ring-color: #e5e5e58c; +} + .ring-neutral-200\\/60 { --tw-ring-color: #e5e5e599; } +.ring-neutral-200\\/65 { + --tw-ring-color: #e5e5e5a6; +} + .ring-neutral-200\\/70 { --tw-ring-color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e5e5e5cc; } +.ring-neutral-200\\/85 { + --tw-ring-color: #e5e5e5d9; +} + .ring-neutral-200\\/90 { --tw-ring-color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d4; } +.ring-neutral-300\\/15 { + --tw-ring-color: #d4d4d426; +} + .ring-neutral-300\\/20 { --tw-ring-color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d44d; } +.ring-neutral-300\\/35 { + --tw-ring-color: #d4d4d459; +} + .ring-neutral-300\\/40 { --tw-ring-color: #d4d4d466; } +.ring-neutral-300\\/45 { + --tw-ring-color: #d4d4d473; +} + .ring-neutral-300\\/5 { --tw-ring-color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d480; } +.ring-neutral-300\\/55 { + --tw-ring-color: #d4d4d48c; +} + .ring-neutral-300\\/60 { --tw-ring-color: #d4d4d499; } +.ring-neutral-300\\/65 { + --tw-ring-color: #d4d4d4a6; +} + .ring-neutral-300\\/70 { --tw-ring-color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d4cc; } +.ring-neutral-300\\/85 { + --tw-ring-color: #d4d4d4d9; +} + .ring-neutral-300\\/90 { --tw-ring-color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3a3a3; } +.ring-neutral-400\\/15 { + --tw-ring-color: #a3a3a326; +} + .ring-neutral-400\\/20 { --tw-ring-color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3a3a34d; } +.ring-neutral-400\\/35 { + --tw-ring-color: #a3a3a359; +} + .ring-neutral-400\\/40 { --tw-ring-color: #a3a3a366; } +.ring-neutral-400\\/45 { + --tw-ring-color: #a3a3a373; +} + .ring-neutral-400\\/5 { --tw-ring-color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3a3a380; } +.ring-neutral-400\\/55 { + --tw-ring-color: #a3a3a38c; +} + .ring-neutral-400\\/60 { --tw-ring-color: #a3a3a399; } +.ring-neutral-400\\/65 { + --tw-ring-color: #a3a3a3a6; +} + .ring-neutral-400\\/70 { --tw-ring-color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a3a3a3cc; } +.ring-neutral-400\\/85 { + --tw-ring-color: #a3a3a3d9; +} + .ring-neutral-400\\/90 { --tw-ring-color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafa; } +.ring-neutral-50\\/15 { + --tw-ring-color: #fafafa26; +} + .ring-neutral-50\\/20 { --tw-ring-color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafa4d; } +.ring-neutral-50\\/35 { + --tw-ring-color: #fafafa59; +} + .ring-neutral-50\\/40 { --tw-ring-color: #fafafa66; } +.ring-neutral-50\\/45 { + --tw-ring-color: #fafafa73; +} + .ring-neutral-50\\/5 { --tw-ring-color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafa80; } +.ring-neutral-50\\/55 { + --tw-ring-color: #fafafa8c; +} + .ring-neutral-50\\/60 { --tw-ring-color: #fafafa99; } +.ring-neutral-50\\/65 { + --tw-ring-color: #fafafaa6; +} + .ring-neutral-50\\/70 { --tw-ring-color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafacc; } +.ring-neutral-50\\/85 { + --tw-ring-color: #fafafad9; +} + .ring-neutral-50\\/90 { --tw-ring-color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #737373; } +.ring-neutral-500\\/15 { + --tw-ring-color: #73737326; +} + .ring-neutral-500\\/20 { --tw-ring-color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7373734d; } +.ring-neutral-500\\/35 { + --tw-ring-color: #73737359; +} + .ring-neutral-500\\/40 { --tw-ring-color: #73737366; } +.ring-neutral-500\\/45 { + --tw-ring-color: #73737373; +} + .ring-neutral-500\\/5 { --tw-ring-color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #73737380; } +.ring-neutral-500\\/55 { + --tw-ring-color: #7373738c; +} + .ring-neutral-500\\/60 { --tw-ring-color: #73737399; } +.ring-neutral-500\\/65 { + --tw-ring-color: #737373a6; +} + .ring-neutral-500\\/70 { --tw-ring-color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #737373cc; } +.ring-neutral-500\\/85 { + --tw-ring-color: #737373d9; +} + .ring-neutral-500\\/90 { --tw-ring-color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #525252; } +.ring-neutral-600\\/15 { + --tw-ring-color: #52525226; +} + .ring-neutral-600\\/20 { --tw-ring-color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5252524d; } +.ring-neutral-600\\/35 { + --tw-ring-color: #52525259; +} + .ring-neutral-600\\/40 { --tw-ring-color: #52525266; } +.ring-neutral-600\\/45 { + --tw-ring-color: #52525273; +} + .ring-neutral-600\\/5 { --tw-ring-color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #52525280; } +.ring-neutral-600\\/55 { + --tw-ring-color: #5252528c; +} + .ring-neutral-600\\/60 { --tw-ring-color: #52525299; } +.ring-neutral-600\\/65 { + --tw-ring-color: #525252a6; +} + .ring-neutral-600\\/70 { --tw-ring-color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #525252cc; } +.ring-neutral-600\\/85 { + --tw-ring-color: #525252d9; +} + .ring-neutral-600\\/90 { --tw-ring-color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #404040; } +.ring-neutral-700\\/15 { + --tw-ring-color: #40404026; +} + .ring-neutral-700\\/20 { --tw-ring-color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4040404d; } +.ring-neutral-700\\/35 { + --tw-ring-color: #40404059; +} + .ring-neutral-700\\/40 { --tw-ring-color: #40404066; } +.ring-neutral-700\\/45 { + --tw-ring-color: #40404073; +} + .ring-neutral-700\\/5 { --tw-ring-color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #40404080; } +.ring-neutral-700\\/55 { + --tw-ring-color: #4040408c; +} + .ring-neutral-700\\/60 { --tw-ring-color: #40404099; } +.ring-neutral-700\\/65 { + --tw-ring-color: #404040a6; +} + .ring-neutral-700\\/70 { --tw-ring-color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #404040cc; } +.ring-neutral-700\\/85 { + --tw-ring-color: #404040d9; +} + .ring-neutral-700\\/90 { --tw-ring-color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #262626; } +.ring-neutral-800\\/15 { + --tw-ring-color: #26262626; +} + .ring-neutral-800\\/20 { --tw-ring-color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2626264d; } +.ring-neutral-800\\/35 { + --tw-ring-color: #26262659; +} + .ring-neutral-800\\/40 { --tw-ring-color: #26262666; } +.ring-neutral-800\\/45 { + --tw-ring-color: #26262673; +} + .ring-neutral-800\\/5 { --tw-ring-color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #26262680; } +.ring-neutral-800\\/55 { + --tw-ring-color: #2626268c; +} + .ring-neutral-800\\/60 { --tw-ring-color: #26262699; } +.ring-neutral-800\\/65 { + --tw-ring-color: #262626a6; +} + .ring-neutral-800\\/70 { --tw-ring-color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #262626cc; } +.ring-neutral-800\\/85 { + --tw-ring-color: #262626d9; +} + .ring-neutral-800\\/90 { --tw-ring-color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #171717; } +.ring-neutral-900\\/15 { + --tw-ring-color: #17171726; +} + .ring-neutral-900\\/20 { --tw-ring-color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1717174d; } +.ring-neutral-900\\/35 { + --tw-ring-color: #17171759; +} + .ring-neutral-900\\/40 { --tw-ring-color: #17171766; } +.ring-neutral-900\\/45 { + --tw-ring-color: #17171773; +} + .ring-neutral-900\\/5 { --tw-ring-color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #17171780; } +.ring-neutral-900\\/55 { + --tw-ring-color: #1717178c; +} + .ring-neutral-900\\/60 { --tw-ring-color: #17171799; } +.ring-neutral-900\\/65 { + --tw-ring-color: #171717a6; +} + .ring-neutral-900\\/70 { --tw-ring-color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #171717cc; } +.ring-neutral-900\\/85 { + --tw-ring-color: #171717d9; +} + .ring-neutral-900\\/90 { --tw-ring-color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0a0a0a; } +.ring-neutral-950\\/15 { + --tw-ring-color: #0a0a0a26; +} + .ring-neutral-950\\/20 { --tw-ring-color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0a0a0a4d; } +.ring-neutral-950\\/35 { + --tw-ring-color: #0a0a0a59; +} + .ring-neutral-950\\/40 { --tw-ring-color: #0a0a0a66; } +.ring-neutral-950\\/45 { + --tw-ring-color: #0a0a0a73; +} + .ring-neutral-950\\/5 { --tw-ring-color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0a0a0a80; } +.ring-neutral-950\\/55 { + --tw-ring-color: #0a0a0a8c; +} + .ring-neutral-950\\/60 { --tw-ring-color: #0a0a0a99; } +.ring-neutral-950\\/65 { + --tw-ring-color: #0a0a0aa6; +} + .ring-neutral-950\\/70 { --tw-ring-color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0a0a0acc; } +.ring-neutral-950\\/85 { + --tw-ring-color: #0a0a0ad9; +} + .ring-neutral-950\\/90 { --tw-ring-color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffedd5; } +.ring-orange-100\\/15 { + --tw-ring-color: #ffedd526; +} + .ring-orange-100\\/20 { --tw-ring-color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffedd54d; } +.ring-orange-100\\/35 { + --tw-ring-color: #ffedd559; +} + .ring-orange-100\\/40 { --tw-ring-color: #ffedd566; } +.ring-orange-100\\/45 { + --tw-ring-color: #ffedd573; +} + .ring-orange-100\\/5 { --tw-ring-color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffedd580; } +.ring-orange-100\\/55 { + --tw-ring-color: #ffedd58c; +} + .ring-orange-100\\/60 { --tw-ring-color: #ffedd599; } +.ring-orange-100\\/65 { + --tw-ring-color: #ffedd5a6; +} + .ring-orange-100\\/70 { --tw-ring-color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffedd5cc; } +.ring-orange-100\\/85 { + --tw-ring-color: #ffedd5d9; +} + .ring-orange-100\\/90 { --tw-ring-color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fed7aa; } +.ring-orange-200\\/15 { + --tw-ring-color: #fed7aa26; +} + .ring-orange-200\\/20 { --tw-ring-color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fed7aa4d; } +.ring-orange-200\\/35 { + --tw-ring-color: #fed7aa59; +} + .ring-orange-200\\/40 { --tw-ring-color: #fed7aa66; } +.ring-orange-200\\/45 { + --tw-ring-color: #fed7aa73; +} + .ring-orange-200\\/5 { --tw-ring-color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fed7aa80; } +.ring-orange-200\\/55 { + --tw-ring-color: #fed7aa8c; +} + .ring-orange-200\\/60 { --tw-ring-color: #fed7aa99; } +.ring-orange-200\\/65 { + --tw-ring-color: #fed7aaa6; +} + .ring-orange-200\\/70 { --tw-ring-color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fed7aacc; } +.ring-orange-200\\/85 { + --tw-ring-color: #fed7aad9; +} + .ring-orange-200\\/90 { --tw-ring-color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdba74; } +.ring-orange-300\\/15 { + --tw-ring-color: #fdba7426; +} + .ring-orange-300\\/20 { --tw-ring-color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdba744d; } +.ring-orange-300\\/35 { + --tw-ring-color: #fdba7459; +} + .ring-orange-300\\/40 { --tw-ring-color: #fdba7466; } +.ring-orange-300\\/45 { + --tw-ring-color: #fdba7473; +} + .ring-orange-300\\/5 { --tw-ring-color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdba7480; } +.ring-orange-300\\/55 { + --tw-ring-color: #fdba748c; +} + .ring-orange-300\\/60 { --tw-ring-color: #fdba7499; } +.ring-orange-300\\/65 { + --tw-ring-color: #fdba74a6; +} + .ring-orange-300\\/70 { --tw-ring-color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdba74cc; } +.ring-orange-300\\/85 { + --tw-ring-color: #fdba74d9; +} + .ring-orange-300\\/90 { --tw-ring-color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb923c; } +.ring-orange-400\\/15 { + --tw-ring-color: #fb923c26; +} + .ring-orange-400\\/20 { --tw-ring-color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb923c4d; } +.ring-orange-400\\/35 { + --tw-ring-color: #fb923c59; +} + .ring-orange-400\\/40 { --tw-ring-color: #fb923c66; } +.ring-orange-400\\/45 { + --tw-ring-color: #fb923c73; +} + .ring-orange-400\\/5 { --tw-ring-color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb923c80; } +.ring-orange-400\\/55 { + --tw-ring-color: #fb923c8c; +} + .ring-orange-400\\/60 { --tw-ring-color: #fb923c99; } +.ring-orange-400\\/65 { + --tw-ring-color: #fb923ca6; +} + .ring-orange-400\\/70 { --tw-ring-color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb923ccc; } +.ring-orange-400\\/85 { + --tw-ring-color: #fb923cd9; +} + .ring-orange-400\\/90 { --tw-ring-color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff7ed; } +.ring-orange-50\\/15 { + --tw-ring-color: #fff7ed26; +} + .ring-orange-50\\/20 { --tw-ring-color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff7ed4d; } +.ring-orange-50\\/35 { + --tw-ring-color: #fff7ed59; +} + .ring-orange-50\\/40 { --tw-ring-color: #fff7ed66; } +.ring-orange-50\\/45 { + --tw-ring-color: #fff7ed73; +} + .ring-orange-50\\/5 { --tw-ring-color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff7ed80; } +.ring-orange-50\\/55 { + --tw-ring-color: #fff7ed8c; +} + .ring-orange-50\\/60 { --tw-ring-color: #fff7ed99; } +.ring-orange-50\\/65 { + --tw-ring-color: #fff7eda6; +} + .ring-orange-50\\/70 { --tw-ring-color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff7edcc; } +.ring-orange-50\\/85 { + --tw-ring-color: #fff7edd9; +} + .ring-orange-50\\/90 { --tw-ring-color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f97316; } +.ring-orange-500\\/15 { + --tw-ring-color: #f9731626; +} + .ring-orange-500\\/20 { --tw-ring-color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f973164d; } +.ring-orange-500\\/35 { + --tw-ring-color: #f9731659; +} + .ring-orange-500\\/40 { --tw-ring-color: #f9731666; } +.ring-orange-500\\/45 { + --tw-ring-color: #f9731673; +} + .ring-orange-500\\/5 { --tw-ring-color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9731680; } +.ring-orange-500\\/55 { + --tw-ring-color: #f973168c; +} + .ring-orange-500\\/60 { --tw-ring-color: #f9731699; } +.ring-orange-500\\/65 { + --tw-ring-color: #f97316a6; +} + .ring-orange-500\\/70 { --tw-ring-color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f97316cc; } +.ring-orange-500\\/85 { + --tw-ring-color: #f97316d9; +} + .ring-orange-500\\/90 { --tw-ring-color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ea580c; } +.ring-orange-600\\/15 { + --tw-ring-color: #ea580c26; +} + .ring-orange-600\\/20 { --tw-ring-color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ea580c4d; } +.ring-orange-600\\/35 { + --tw-ring-color: #ea580c59; +} + .ring-orange-600\\/40 { --tw-ring-color: #ea580c66; } +.ring-orange-600\\/45 { + --tw-ring-color: #ea580c73; +} + .ring-orange-600\\/5 { --tw-ring-color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ea580c80; } +.ring-orange-600\\/55 { + --tw-ring-color: #ea580c8c; +} + .ring-orange-600\\/60 { --tw-ring-color: #ea580c99; } +.ring-orange-600\\/65 { + --tw-ring-color: #ea580ca6; +} + .ring-orange-600\\/70 { --tw-ring-color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ea580ccc; } +.ring-orange-600\\/85 { + --tw-ring-color: #ea580cd9; +} + .ring-orange-600\\/90 { --tw-ring-color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c2410c; } +.ring-orange-700\\/15 { + --tw-ring-color: #c2410c26; +} + .ring-orange-700\\/20 { --tw-ring-color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c2410c4d; } +.ring-orange-700\\/35 { + --tw-ring-color: #c2410c59; +} + .ring-orange-700\\/40 { --tw-ring-color: #c2410c66; } +.ring-orange-700\\/45 { + --tw-ring-color: #c2410c73; +} + .ring-orange-700\\/5 { --tw-ring-color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c2410c80; } +.ring-orange-700\\/55 { + --tw-ring-color: #c2410c8c; +} + .ring-orange-700\\/60 { --tw-ring-color: #c2410c99; } +.ring-orange-700\\/65 { + --tw-ring-color: #c2410ca6; +} + .ring-orange-700\\/70 { --tw-ring-color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c2410ccc; } +.ring-orange-700\\/85 { + --tw-ring-color: #c2410cd9; +} + .ring-orange-700\\/90 { --tw-ring-color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9a3412; } +.ring-orange-800\\/15 { + --tw-ring-color: #9a341226; +} + .ring-orange-800\\/20 { --tw-ring-color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9a34124d; } +.ring-orange-800\\/35 { + --tw-ring-color: #9a341259; +} + .ring-orange-800\\/40 { --tw-ring-color: #9a341266; } +.ring-orange-800\\/45 { + --tw-ring-color: #9a341273; +} + .ring-orange-800\\/5 { --tw-ring-color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9a341280; } +.ring-orange-800\\/55 { + --tw-ring-color: #9a34128c; +} + .ring-orange-800\\/60 { --tw-ring-color: #9a341299; } +.ring-orange-800\\/65 { + --tw-ring-color: #9a3412a6; +} + .ring-orange-800\\/70 { --tw-ring-color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9a3412cc; } +.ring-orange-800\\/85 { + --tw-ring-color: #9a3412d9; +} + .ring-orange-800\\/90 { --tw-ring-color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c2d12; } +.ring-orange-900\\/15 { + --tw-ring-color: #7c2d1226; +} + .ring-orange-900\\/20 { --tw-ring-color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c2d124d; } +.ring-orange-900\\/35 { + --tw-ring-color: #7c2d1259; +} + .ring-orange-900\\/40 { --tw-ring-color: #7c2d1266; } +.ring-orange-900\\/45 { + --tw-ring-color: #7c2d1273; +} + .ring-orange-900\\/5 { --tw-ring-color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c2d1280; } +.ring-orange-900\\/55 { + --tw-ring-color: #7c2d128c; +} + .ring-orange-900\\/60 { --tw-ring-color: #7c2d1299; } +.ring-orange-900\\/65 { + --tw-ring-color: #7c2d12a6; +} + .ring-orange-900\\/70 { --tw-ring-color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c2d12cc; } +.ring-orange-900\\/85 { + --tw-ring-color: #7c2d12d9; +} + .ring-orange-900\\/90 { --tw-ring-color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #431407; } +.ring-orange-950\\/15 { + --tw-ring-color: #43140726; +} + .ring-orange-950\\/20 { --tw-ring-color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4314074d; } +.ring-orange-950\\/35 { + --tw-ring-color: #43140759; +} + .ring-orange-950\\/40 { --tw-ring-color: #43140766; } +.ring-orange-950\\/45 { + --tw-ring-color: #43140773; +} + .ring-orange-950\\/5 { --tw-ring-color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #43140780; } +.ring-orange-950\\/55 { + --tw-ring-color: #4314078c; +} + .ring-orange-950\\/60 { --tw-ring-color: #43140799; } +.ring-orange-950\\/65 { + --tw-ring-color: #431407a6; +} + .ring-orange-950\\/70 { --tw-ring-color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #431407cc; } +.ring-orange-950\\/85 { + --tw-ring-color: #431407d9; +} + .ring-orange-950\\/90 { --tw-ring-color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fce7f3; } +.ring-pink-100\\/15 { + --tw-ring-color: #fce7f326; +} + .ring-pink-100\\/20 { --tw-ring-color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fce7f34d; } +.ring-pink-100\\/35 { + --tw-ring-color: #fce7f359; +} + .ring-pink-100\\/40 { --tw-ring-color: #fce7f366; } +.ring-pink-100\\/45 { + --tw-ring-color: #fce7f373; +} + .ring-pink-100\\/5 { --tw-ring-color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fce7f380; } +.ring-pink-100\\/55 { + --tw-ring-color: #fce7f38c; +} + .ring-pink-100\\/60 { --tw-ring-color: #fce7f399; } +.ring-pink-100\\/65 { + --tw-ring-color: #fce7f3a6; +} + .ring-pink-100\\/70 { --tw-ring-color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fce7f3cc; } +.ring-pink-100\\/85 { + --tw-ring-color: #fce7f3d9; +} + .ring-pink-100\\/90 { --tw-ring-color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbcfe8; } +.ring-pink-200\\/15 { + --tw-ring-color: #fbcfe826; +} + .ring-pink-200\\/20 { --tw-ring-color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbcfe84d; } +.ring-pink-200\\/35 { + --tw-ring-color: #fbcfe859; +} + .ring-pink-200\\/40 { --tw-ring-color: #fbcfe866; } +.ring-pink-200\\/45 { + --tw-ring-color: #fbcfe873; +} + .ring-pink-200\\/5 { --tw-ring-color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbcfe880; } +.ring-pink-200\\/55 { + --tw-ring-color: #fbcfe88c; +} + .ring-pink-200\\/60 { --tw-ring-color: #fbcfe899; } +.ring-pink-200\\/65 { + --tw-ring-color: #fbcfe8a6; +} + .ring-pink-200\\/70 { --tw-ring-color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fbcfe8cc; } +.ring-pink-200\\/85 { + --tw-ring-color: #fbcfe8d9; +} + .ring-pink-200\\/90 { --tw-ring-color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9a8d4; } +.ring-pink-300\\/15 { + --tw-ring-color: #f9a8d426; +} + .ring-pink-300\\/20 { --tw-ring-color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9a8d44d; } +.ring-pink-300\\/35 { + --tw-ring-color: #f9a8d459; +} + .ring-pink-300\\/40 { --tw-ring-color: #f9a8d466; } +.ring-pink-300\\/45 { + --tw-ring-color: #f9a8d473; +} + .ring-pink-300\\/5 { --tw-ring-color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9a8d480; } +.ring-pink-300\\/55 { + --tw-ring-color: #f9a8d48c; +} + .ring-pink-300\\/60 { --tw-ring-color: #f9a8d499; } +.ring-pink-300\\/65 { + --tw-ring-color: #f9a8d4a6; +} + .ring-pink-300\\/70 { --tw-ring-color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f9a8d4cc; } +.ring-pink-300\\/85 { + --tw-ring-color: #f9a8d4d9; +} + .ring-pink-300\\/90 { --tw-ring-color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f472b6; } +.ring-pink-400\\/15 { + --tw-ring-color: #f472b626; +} + .ring-pink-400\\/20 { --tw-ring-color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f472b64d; } +.ring-pink-400\\/35 { + --tw-ring-color: #f472b659; +} + .ring-pink-400\\/40 { --tw-ring-color: #f472b666; } +.ring-pink-400\\/45 { + --tw-ring-color: #f472b673; +} + .ring-pink-400\\/5 { --tw-ring-color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f472b680; } +.ring-pink-400\\/55 { + --tw-ring-color: #f472b68c; +} + .ring-pink-400\\/60 { --tw-ring-color: #f472b699; } +.ring-pink-400\\/65 { + --tw-ring-color: #f472b6a6; +} + .ring-pink-400\\/70 { --tw-ring-color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f472b6cc; } +.ring-pink-400\\/85 { + --tw-ring-color: #f472b6d9; +} + .ring-pink-400\\/90 { --tw-ring-color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf2f8; } +.ring-pink-50\\/15 { + --tw-ring-color: #fdf2f826; +} + .ring-pink-50\\/20 { --tw-ring-color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf2f84d; } +.ring-pink-50\\/35 { + --tw-ring-color: #fdf2f859; +} + .ring-pink-50\\/40 { --tw-ring-color: #fdf2f866; } +.ring-pink-50\\/45 { + --tw-ring-color: #fdf2f873; +} + .ring-pink-50\\/5 { --tw-ring-color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf2f880; } +.ring-pink-50\\/55 { + --tw-ring-color: #fdf2f88c; +} + .ring-pink-50\\/60 { --tw-ring-color: #fdf2f899; } +.ring-pink-50\\/65 { + --tw-ring-color: #fdf2f8a6; +} + .ring-pink-50\\/70 { --tw-ring-color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fdf2f8cc; } +.ring-pink-50\\/85 { + --tw-ring-color: #fdf2f8d9; +} + .ring-pink-50\\/90 { --tw-ring-color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ec4899; } +.ring-pink-500\\/15 { + --tw-ring-color: #ec489926; +} + .ring-pink-500\\/20 { --tw-ring-color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ec48994d; } +.ring-pink-500\\/35 { + --tw-ring-color: #ec489959; +} + .ring-pink-500\\/40 { --tw-ring-color: #ec489966; } +.ring-pink-500\\/45 { + --tw-ring-color: #ec489973; +} + .ring-pink-500\\/5 { --tw-ring-color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ec489980; } +.ring-pink-500\\/55 { + --tw-ring-color: #ec48998c; +} + .ring-pink-500\\/60 { --tw-ring-color: #ec489999; } +.ring-pink-500\\/65 { + --tw-ring-color: #ec4899a6; +} + .ring-pink-500\\/70 { --tw-ring-color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ec4899cc; } +.ring-pink-500\\/85 { + --tw-ring-color: #ec4899d9; +} + .ring-pink-500\\/90 { --tw-ring-color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #db2777; } +.ring-pink-600\\/15 { + --tw-ring-color: #db277726; +} + .ring-pink-600\\/20 { --tw-ring-color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #db27774d; } +.ring-pink-600\\/35 { + --tw-ring-color: #db277759; +} + .ring-pink-600\\/40 { --tw-ring-color: #db277766; } +.ring-pink-600\\/45 { + --tw-ring-color: #db277773; +} + .ring-pink-600\\/5 { --tw-ring-color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #db277780; } +.ring-pink-600\\/55 { + --tw-ring-color: #db27778c; +} + .ring-pink-600\\/60 { --tw-ring-color: #db277799; } +.ring-pink-600\\/65 { + --tw-ring-color: #db2777a6; +} + .ring-pink-600\\/70 { --tw-ring-color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #db2777cc; } +.ring-pink-600\\/85 { + --tw-ring-color: #db2777d9; +} + .ring-pink-600\\/90 { --tw-ring-color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be185d; } +.ring-pink-700\\/15 { + --tw-ring-color: #be185d26; +} + .ring-pink-700\\/20 { --tw-ring-color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be185d4d; } +.ring-pink-700\\/35 { + --tw-ring-color: #be185d59; +} + .ring-pink-700\\/40 { --tw-ring-color: #be185d66; } +.ring-pink-700\\/45 { + --tw-ring-color: #be185d73; +} + .ring-pink-700\\/5 { --tw-ring-color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be185d80; } +.ring-pink-700\\/55 { + --tw-ring-color: #be185d8c; +} + .ring-pink-700\\/60 { --tw-ring-color: #be185d99; } +.ring-pink-700\\/65 { + --tw-ring-color: #be185da6; +} + .ring-pink-700\\/70 { --tw-ring-color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be185dcc; } +.ring-pink-700\\/85 { + --tw-ring-color: #be185dd9; +} + .ring-pink-700\\/90 { --tw-ring-color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9d174d; } +.ring-pink-800\\/15 { + --tw-ring-color: #9d174d26; +} + .ring-pink-800\\/20 { --tw-ring-color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9d174d4d; } +.ring-pink-800\\/35 { + --tw-ring-color: #9d174d59; +} + .ring-pink-800\\/40 { --tw-ring-color: #9d174d66; } +.ring-pink-800\\/45 { + --tw-ring-color: #9d174d73; +} + .ring-pink-800\\/5 { --tw-ring-color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9d174d80; } +.ring-pink-800\\/55 { + --tw-ring-color: #9d174d8c; +} + .ring-pink-800\\/60 { --tw-ring-color: #9d174d99; } +.ring-pink-800\\/65 { + --tw-ring-color: #9d174da6; +} + .ring-pink-800\\/70 { --tw-ring-color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9d174dcc; } +.ring-pink-800\\/85 { + --tw-ring-color: #9d174dd9; +} + .ring-pink-800\\/90 { --tw-ring-color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #831843; } +.ring-pink-900\\/15 { + --tw-ring-color: #83184326; +} + .ring-pink-900\\/20 { --tw-ring-color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #8318434d; } +.ring-pink-900\\/35 { + --tw-ring-color: #83184359; +} + .ring-pink-900\\/40 { --tw-ring-color: #83184366; } +.ring-pink-900\\/45 { + --tw-ring-color: #83184373; +} + .ring-pink-900\\/5 { --tw-ring-color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #83184380; } +.ring-pink-900\\/55 { + --tw-ring-color: #8318438c; +} + .ring-pink-900\\/60 { --tw-ring-color: #83184399; } +.ring-pink-900\\/65 { + --tw-ring-color: #831843a6; +} + .ring-pink-900\\/70 { --tw-ring-color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #831843cc; } +.ring-pink-900\\/85 { + --tw-ring-color: #831843d9; +} + .ring-pink-900\\/90 { --tw-ring-color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #500724; } +.ring-pink-950\\/15 { + --tw-ring-color: #50072426; +} + .ring-pink-950\\/20 { --tw-ring-color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5007244d; } +.ring-pink-950\\/35 { + --tw-ring-color: #50072459; +} + .ring-pink-950\\/40 { --tw-ring-color: #50072466; } +.ring-pink-950\\/45 { + --tw-ring-color: #50072473; +} + .ring-pink-950\\/5 { --tw-ring-color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #50072480; } +.ring-pink-950\\/55 { + --tw-ring-color: #5007248c; +} + .ring-pink-950\\/60 { --tw-ring-color: #50072499; } +.ring-pink-950\\/65 { + --tw-ring-color: #500724a6; +} + .ring-pink-950\\/70 { --tw-ring-color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #500724cc; } +.ring-pink-950\\/85 { + --tw-ring-color: #500724d9; +} + .ring-pink-950\\/90 { --tw-ring-color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3e8ff; } +.ring-purple-100\\/15 { + --tw-ring-color: #f3e8ff26; +} + .ring-purple-100\\/20 { --tw-ring-color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3e8ff4d; } +.ring-purple-100\\/35 { + --tw-ring-color: #f3e8ff59; +} + .ring-purple-100\\/40 { --tw-ring-color: #f3e8ff66; } +.ring-purple-100\\/45 { + --tw-ring-color: #f3e8ff73; +} + .ring-purple-100\\/5 { --tw-ring-color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3e8ff80; } +.ring-purple-100\\/55 { + --tw-ring-color: #f3e8ff8c; +} + .ring-purple-100\\/60 { --tw-ring-color: #f3e8ff99; } +.ring-purple-100\\/65 { + --tw-ring-color: #f3e8ffa6; +} + .ring-purple-100\\/70 { --tw-ring-color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f3e8ffcc; } +.ring-purple-100\\/85 { + --tw-ring-color: #f3e8ffd9; +} + .ring-purple-100\\/90 { --tw-ring-color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e9d5ff; } +.ring-purple-200\\/15 { + --tw-ring-color: #e9d5ff26; +} + .ring-purple-200\\/20 { --tw-ring-color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e9d5ff4d; } +.ring-purple-200\\/35 { + --tw-ring-color: #e9d5ff59; +} + .ring-purple-200\\/40 { --tw-ring-color: #e9d5ff66; } +.ring-purple-200\\/45 { + --tw-ring-color: #e9d5ff73; +} + .ring-purple-200\\/5 { --tw-ring-color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e9d5ff80; } +.ring-purple-200\\/55 { + --tw-ring-color: #e9d5ff8c; +} + .ring-purple-200\\/60 { --tw-ring-color: #e9d5ff99; } +.ring-purple-200\\/65 { + --tw-ring-color: #e9d5ffa6; +} + .ring-purple-200\\/70 { --tw-ring-color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e9d5ffcc; } +.ring-purple-200\\/85 { + --tw-ring-color: #e9d5ffd9; +} + .ring-purple-200\\/90 { --tw-ring-color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d8b4fe; } +.ring-purple-300\\/15 { + --tw-ring-color: #d8b4fe26; +} + .ring-purple-300\\/20 { --tw-ring-color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d8b4fe4d; } +.ring-purple-300\\/35 { + --tw-ring-color: #d8b4fe59; +} + .ring-purple-300\\/40 { --tw-ring-color: #d8b4fe66; } +.ring-purple-300\\/45 { + --tw-ring-color: #d8b4fe73; +} + .ring-purple-300\\/5 { --tw-ring-color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d8b4fe80; } +.ring-purple-300\\/55 { + --tw-ring-color: #d8b4fe8c; +} + .ring-purple-300\\/60 { --tw-ring-color: #d8b4fe99; } +.ring-purple-300\\/65 { + --tw-ring-color: #d8b4fea6; +} + .ring-purple-300\\/70 { --tw-ring-color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d8b4fecc; } +.ring-purple-300\\/85 { + --tw-ring-color: #d8b4fed9; +} + .ring-purple-300\\/90 { --tw-ring-color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c084fc; } +.ring-purple-400\\/15 { + --tw-ring-color: #c084fc26; +} + .ring-purple-400\\/20 { --tw-ring-color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c084fc4d; } +.ring-purple-400\\/35 { + --tw-ring-color: #c084fc59; +} + .ring-purple-400\\/40 { --tw-ring-color: #c084fc66; } +.ring-purple-400\\/45 { + --tw-ring-color: #c084fc73; +} + .ring-purple-400\\/5 { --tw-ring-color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c084fc80; } +.ring-purple-400\\/55 { + --tw-ring-color: #c084fc8c; +} + .ring-purple-400\\/60 { --tw-ring-color: #c084fc99; } +.ring-purple-400\\/65 { + --tw-ring-color: #c084fca6; +} + .ring-purple-400\\/70 { --tw-ring-color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c084fccc; } +.ring-purple-400\\/85 { + --tw-ring-color: #c084fcd9; +} + .ring-purple-400\\/90 { --tw-ring-color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #faf5ff; } +.ring-purple-50\\/15 { + --tw-ring-color: #faf5ff26; +} + .ring-purple-50\\/20 { --tw-ring-color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #faf5ff4d; } +.ring-purple-50\\/35 { + --tw-ring-color: #faf5ff59; +} + .ring-purple-50\\/40 { --tw-ring-color: #faf5ff66; } +.ring-purple-50\\/45 { + --tw-ring-color: #faf5ff73; +} + .ring-purple-50\\/5 { --tw-ring-color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #faf5ff80; } +.ring-purple-50\\/55 { + --tw-ring-color: #faf5ff8c; +} + .ring-purple-50\\/60 { --tw-ring-color: #faf5ff99; } +.ring-purple-50\\/65 { + --tw-ring-color: #faf5ffa6; +} + .ring-purple-50\\/70 { --tw-ring-color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #faf5ffcc; } +.ring-purple-50\\/85 { + --tw-ring-color: #faf5ffd9; +} + .ring-purple-50\\/90 { --tw-ring-color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a855f7; } +.ring-purple-500\\/15 { + --tw-ring-color: #a855f726; +} + .ring-purple-500\\/20 { --tw-ring-color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a855f74d; } +.ring-purple-500\\/35 { + --tw-ring-color: #a855f759; +} + .ring-purple-500\\/40 { --tw-ring-color: #a855f766; } +.ring-purple-500\\/45 { + --tw-ring-color: #a855f773; +} + .ring-purple-500\\/5 { --tw-ring-color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a855f780; } +.ring-purple-500\\/55 { + --tw-ring-color: #a855f78c; +} + .ring-purple-500\\/60 { --tw-ring-color: #a855f799; } +.ring-purple-500\\/65 { + --tw-ring-color: #a855f7a6; +} + .ring-purple-500\\/70 { --tw-ring-color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a855f7cc; } +.ring-purple-500\\/85 { + --tw-ring-color: #a855f7d9; +} + .ring-purple-500\\/90 { --tw-ring-color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9333ea; } +.ring-purple-600\\/15 { + --tw-ring-color: #9333ea26; +} + .ring-purple-600\\/20 { --tw-ring-color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9333ea4d; } +.ring-purple-600\\/35 { + --tw-ring-color: #9333ea59; +} + .ring-purple-600\\/40 { --tw-ring-color: #9333ea66; } +.ring-purple-600\\/45 { + --tw-ring-color: #9333ea73; +} + .ring-purple-600\\/5 { --tw-ring-color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9333ea80; } +.ring-purple-600\\/55 { + --tw-ring-color: #9333ea8c; +} + .ring-purple-600\\/60 { --tw-ring-color: #9333ea99; } +.ring-purple-600\\/65 { + --tw-ring-color: #9333eaa6; +} + .ring-purple-600\\/70 { --tw-ring-color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9333eacc; } +.ring-purple-600\\/85 { + --tw-ring-color: #9333ead9; +} + .ring-purple-600\\/90 { --tw-ring-color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7e22ce; } +.ring-purple-700\\/15 { + --tw-ring-color: #7e22ce26; +} + .ring-purple-700\\/20 { --tw-ring-color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7e22ce4d; } +.ring-purple-700\\/35 { + --tw-ring-color: #7e22ce59; +} + .ring-purple-700\\/40 { --tw-ring-color: #7e22ce66; } +.ring-purple-700\\/45 { + --tw-ring-color: #7e22ce73; +} + .ring-purple-700\\/5 { --tw-ring-color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7e22ce80; } +.ring-purple-700\\/55 { + --tw-ring-color: #7e22ce8c; +} + .ring-purple-700\\/60 { --tw-ring-color: #7e22ce99; } +.ring-purple-700\\/65 { + --tw-ring-color: #7e22cea6; +} + .ring-purple-700\\/70 { --tw-ring-color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7e22cecc; } +.ring-purple-700\\/85 { + --tw-ring-color: #7e22ced9; +} + .ring-purple-700\\/90 { --tw-ring-color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b21a8; } +.ring-purple-800\\/15 { + --tw-ring-color: #6b21a826; +} + .ring-purple-800\\/20 { --tw-ring-color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b21a84d; } +.ring-purple-800\\/35 { + --tw-ring-color: #6b21a859; +} + .ring-purple-800\\/40 { --tw-ring-color: #6b21a866; } +.ring-purple-800\\/45 { + --tw-ring-color: #6b21a873; +} + .ring-purple-800\\/5 { --tw-ring-color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b21a880; } +.ring-purple-800\\/55 { + --tw-ring-color: #6b21a88c; +} + .ring-purple-800\\/60 { --tw-ring-color: #6b21a899; } +.ring-purple-800\\/65 { + --tw-ring-color: #6b21a8a6; +} + .ring-purple-800\\/70 { --tw-ring-color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6b21a8cc; } +.ring-purple-800\\/85 { + --tw-ring-color: #6b21a8d9; +} + .ring-purple-800\\/90 { --tw-ring-color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #581c87; } +.ring-purple-900\\/15 { + --tw-ring-color: #581c8726; +} + .ring-purple-900\\/20 { --tw-ring-color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #581c874d; } +.ring-purple-900\\/35 { + --tw-ring-color: #581c8759; +} + .ring-purple-900\\/40 { --tw-ring-color: #581c8766; } +.ring-purple-900\\/45 { + --tw-ring-color: #581c8773; +} + .ring-purple-900\\/5 { --tw-ring-color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #581c8780; } +.ring-purple-900\\/55 { + --tw-ring-color: #581c878c; +} + .ring-purple-900\\/60 { --tw-ring-color: #581c8799; } +.ring-purple-900\\/65 { + --tw-ring-color: #581c87a6; +} + .ring-purple-900\\/70 { --tw-ring-color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #581c87cc; } +.ring-purple-900\\/85 { + --tw-ring-color: #581c87d9; +} + .ring-purple-900\\/90 { --tw-ring-color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b0764; } +.ring-purple-950\\/15 { + --tw-ring-color: #3b076426; +} + .ring-purple-950\\/20 { --tw-ring-color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b07644d; } +.ring-purple-950\\/35 { + --tw-ring-color: #3b076459; +} + .ring-purple-950\\/40 { --tw-ring-color: #3b076466; } +.ring-purple-950\\/45 { + --tw-ring-color: #3b076473; +} + .ring-purple-950\\/5 { --tw-ring-color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b076480; } +.ring-purple-950\\/55 { + --tw-ring-color: #3b07648c; +} + .ring-purple-950\\/60 { --tw-ring-color: #3b076499; } +.ring-purple-950\\/65 { + --tw-ring-color: #3b0764a6; +} + .ring-purple-950\\/70 { --tw-ring-color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3b0764cc; } +.ring-purple-950\\/85 { + --tw-ring-color: #3b0764d9; +} + .ring-purple-950\\/90 { --tw-ring-color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fee2e2; } +.ring-red-100\\/15 { + --tw-ring-color: #fee2e226; +} + .ring-red-100\\/20 { --tw-ring-color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fee2e24d; } +.ring-red-100\\/35 { + --tw-ring-color: #fee2e259; +} + .ring-red-100\\/40 { --tw-ring-color: #fee2e266; } +.ring-red-100\\/45 { + --tw-ring-color: #fee2e273; +} + .ring-red-100\\/5 { --tw-ring-color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fee2e280; } +.ring-red-100\\/55 { + --tw-ring-color: #fee2e28c; +} + .ring-red-100\\/60 { --tw-ring-color: #fee2e299; } +.ring-red-100\\/65 { + --tw-ring-color: #fee2e2a6; +} + .ring-red-100\\/70 { --tw-ring-color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fee2e2cc; } +.ring-red-100\\/85 { + --tw-ring-color: #fee2e2d9; +} + .ring-red-100\\/90 { --tw-ring-color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecaca; } +.ring-red-200\\/15 { + --tw-ring-color: #fecaca26; +} + .ring-red-200\\/20 { --tw-ring-color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecaca4d; } +.ring-red-200\\/35 { + --tw-ring-color: #fecaca59; +} + .ring-red-200\\/40 { --tw-ring-color: #fecaca66; } +.ring-red-200\\/45 { + --tw-ring-color: #fecaca73; +} + .ring-red-200\\/5 { --tw-ring-color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecaca80; } +.ring-red-200\\/55 { + --tw-ring-color: #fecaca8c; +} + .ring-red-200\\/60 { --tw-ring-color: #fecaca99; } +.ring-red-200\\/65 { + --tw-ring-color: #fecacaa6; +} + .ring-red-200\\/70 { --tw-ring-color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecacacc; } +.ring-red-200\\/85 { + --tw-ring-color: #fecacad9; +} + .ring-red-200\\/90 { --tw-ring-color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fca5a5; } +.ring-red-300\\/15 { + --tw-ring-color: #fca5a526; +} + .ring-red-300\\/20 { --tw-ring-color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fca5a54d; } +.ring-red-300\\/35 { + --tw-ring-color: #fca5a559; +} + .ring-red-300\\/40 { --tw-ring-color: #fca5a566; } +.ring-red-300\\/45 { + --tw-ring-color: #fca5a573; +} + .ring-red-300\\/5 { --tw-ring-color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fca5a580; } +.ring-red-300\\/55 { + --tw-ring-color: #fca5a58c; +} + .ring-red-300\\/60 { --tw-ring-color: #fca5a599; } +.ring-red-300\\/65 { + --tw-ring-color: #fca5a5a6; +} + .ring-red-300\\/70 { --tw-ring-color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fca5a5cc; } +.ring-red-300\\/85 { + --tw-ring-color: #fca5a5d9; +} + .ring-red-300\\/90 { --tw-ring-color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f87171; } +.ring-red-400\\/15 { + --tw-ring-color: #f8717126; +} + .ring-red-400\\/20 { --tw-ring-color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f871714d; } +.ring-red-400\\/35 { + --tw-ring-color: #f8717159; +} + .ring-red-400\\/40 { --tw-ring-color: #f8717166; } +.ring-red-400\\/45 { + --tw-ring-color: #f8717173; +} + .ring-red-400\\/5 { --tw-ring-color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f8717180; } +.ring-red-400\\/55 { + --tw-ring-color: #f871718c; +} + .ring-red-400\\/60 { --tw-ring-color: #f8717199; } +.ring-red-400\\/65 { + --tw-ring-color: #f87171a6; +} + .ring-red-400\\/70 { --tw-ring-color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f87171cc; } +.ring-red-400\\/85 { + --tw-ring-color: #f87171d9; +} + .ring-red-400\\/90 { --tw-ring-color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef2f2; } +.ring-red-50\\/15 { + --tw-ring-color: #fef2f226; +} + .ring-red-50\\/20 { --tw-ring-color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef2f24d; } +.ring-red-50\\/35 { + --tw-ring-color: #fef2f259; +} + .ring-red-50\\/40 { --tw-ring-color: #fef2f266; } +.ring-red-50\\/45 { + --tw-ring-color: #fef2f273; +} + .ring-red-50\\/5 { --tw-ring-color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef2f280; } +.ring-red-50\\/55 { + --tw-ring-color: #fef2f28c; +} + .ring-red-50\\/60 { --tw-ring-color: #fef2f299; } +.ring-red-50\\/65 { + --tw-ring-color: #fef2f2a6; +} + .ring-red-50\\/70 { --tw-ring-color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef2f2cc; } +.ring-red-50\\/85 { + --tw-ring-color: #fef2f2d9; +} + .ring-red-50\\/90 { --tw-ring-color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ef4444; } +.ring-red-500\\/15 { + --tw-ring-color: #ef444426; +} + .ring-red-500\\/20 { --tw-ring-color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ef44444d; } +.ring-red-500\\/35 { + --tw-ring-color: #ef444459; +} + .ring-red-500\\/40 { --tw-ring-color: #ef444466; } +.ring-red-500\\/45 { + --tw-ring-color: #ef444473; +} + .ring-red-500\\/5 { --tw-ring-color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ef444480; } +.ring-red-500\\/55 { + --tw-ring-color: #ef44448c; +} + .ring-red-500\\/60 { --tw-ring-color: #ef444499; } +.ring-red-500\\/65 { + --tw-ring-color: #ef4444a6; +} + .ring-red-500\\/70 { --tw-ring-color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ef4444cc; } +.ring-red-500\\/85 { + --tw-ring-color: #ef4444d9; +} + .ring-red-500\\/90 { --tw-ring-color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dc2626; } +.ring-red-600\\/15 { + --tw-ring-color: #dc262626; +} + .ring-red-600\\/20 { --tw-ring-color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dc26264d; } +.ring-red-600\\/35 { + --tw-ring-color: #dc262659; +} + .ring-red-600\\/40 { --tw-ring-color: #dc262666; } +.ring-red-600\\/45 { + --tw-ring-color: #dc262673; +} + .ring-red-600\\/5 { --tw-ring-color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dc262680; } +.ring-red-600\\/55 { + --tw-ring-color: #dc26268c; +} + .ring-red-600\\/60 { --tw-ring-color: #dc262699; } +.ring-red-600\\/65 { + --tw-ring-color: #dc2626a6; +} + .ring-red-600\\/70 { --tw-ring-color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #dc2626cc; } +.ring-red-600\\/85 { + --tw-ring-color: #dc2626d9; +} + .ring-red-600\\/90 { --tw-ring-color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b91c1c; } +.ring-red-700\\/15 { + --tw-ring-color: #b91c1c26; +} + .ring-red-700\\/20 { --tw-ring-color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b91c1c4d; } +.ring-red-700\\/35 { + --tw-ring-color: #b91c1c59; +} + .ring-red-700\\/40 { --tw-ring-color: #b91c1c66; } +.ring-red-700\\/45 { + --tw-ring-color: #b91c1c73; +} + .ring-red-700\\/5 { --tw-ring-color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b91c1c80; } +.ring-red-700\\/55 { + --tw-ring-color: #b91c1c8c; +} + .ring-red-700\\/60 { --tw-ring-color: #b91c1c99; } +.ring-red-700\\/65 { + --tw-ring-color: #b91c1ca6; +} + .ring-red-700\\/70 { --tw-ring-color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #b91c1ccc; } +.ring-red-700\\/85 { + --tw-ring-color: #b91c1cd9; +} + .ring-red-700\\/90 { --tw-ring-color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #991b1b; } +.ring-red-800\\/15 { + --tw-ring-color: #991b1b26; +} + .ring-red-800\\/20 { --tw-ring-color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #991b1b4d; } +.ring-red-800\\/35 { + --tw-ring-color: #991b1b59; +} + .ring-red-800\\/40 { --tw-ring-color: #991b1b66; } +.ring-red-800\\/45 { + --tw-ring-color: #991b1b73; +} + .ring-red-800\\/5 { --tw-ring-color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #991b1b80; } +.ring-red-800\\/55 { + --tw-ring-color: #991b1b8c; +} + .ring-red-800\\/60 { --tw-ring-color: #991b1b99; } +.ring-red-800\\/65 { + --tw-ring-color: #991b1ba6; +} + .ring-red-800\\/70 { --tw-ring-color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #991b1bcc; } +.ring-red-800\\/85 { + --tw-ring-color: #991b1bd9; +} + .ring-red-800\\/90 { --tw-ring-color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7f1d1d; } +.ring-red-900\\/15 { + --tw-ring-color: #7f1d1d26; +} + .ring-red-900\\/20 { --tw-ring-color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7f1d1d4d; } +.ring-red-900\\/35 { + --tw-ring-color: #7f1d1d59; +} + .ring-red-900\\/40 { --tw-ring-color: #7f1d1d66; } +.ring-red-900\\/45 { + --tw-ring-color: #7f1d1d73; +} + .ring-red-900\\/5 { --tw-ring-color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7f1d1d80; } +.ring-red-900\\/55 { + --tw-ring-color: #7f1d1d8c; +} + .ring-red-900\\/60 { --tw-ring-color: #7f1d1d99; } +.ring-red-900\\/65 { + --tw-ring-color: #7f1d1da6; +} + .ring-red-900\\/70 { --tw-ring-color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7f1d1dcc; } +.ring-red-900\\/85 { + --tw-ring-color: #7f1d1dd9; +} + .ring-red-900\\/90 { --tw-ring-color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #450a0a; } +.ring-red-950\\/15 { + --tw-ring-color: #450a0a26; +} + .ring-red-950\\/20 { --tw-ring-color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #450a0a4d; } +.ring-red-950\\/35 { + --tw-ring-color: #450a0a59; +} + .ring-red-950\\/40 { --tw-ring-color: #450a0a66; } +.ring-red-950\\/45 { + --tw-ring-color: #450a0a73; +} + .ring-red-950\\/5 { --tw-ring-color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #450a0a80; } +.ring-red-950\\/55 { + --tw-ring-color: #450a0a8c; +} + .ring-red-950\\/60 { --tw-ring-color: #450a0a99; } +.ring-red-950\\/65 { + --tw-ring-color: #450a0aa6; +} + .ring-red-950\\/70 { --tw-ring-color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #450a0acc; } +.ring-red-950\\/85 { + --tw-ring-color: #450a0ad9; +} + .ring-red-950\\/90 { --tw-ring-color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffe4e6; } +.ring-rose-100\\/15 { + --tw-ring-color: #ffe4e626; +} + .ring-rose-100\\/20 { --tw-ring-color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffe4e64d; } +.ring-rose-100\\/35 { + --tw-ring-color: #ffe4e659; +} + .ring-rose-100\\/40 { --tw-ring-color: #ffe4e666; } +.ring-rose-100\\/45 { + --tw-ring-color: #ffe4e673; +} + .ring-rose-100\\/5 { --tw-ring-color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffe4e680; } +.ring-rose-100\\/55 { + --tw-ring-color: #ffe4e68c; +} + .ring-rose-100\\/60 { --tw-ring-color: #ffe4e699; } +.ring-rose-100\\/65 { + --tw-ring-color: #ffe4e6a6; +} + .ring-rose-100\\/70 { --tw-ring-color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffe4e6cc; } +.ring-rose-100\\/85 { + --tw-ring-color: #ffe4e6d9; +} + .ring-rose-100\\/90 { --tw-ring-color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecdd3; } +.ring-rose-200\\/15 { + --tw-ring-color: #fecdd326; +} + .ring-rose-200\\/20 { --tw-ring-color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecdd34d; } +.ring-rose-200\\/35 { + --tw-ring-color: #fecdd359; +} + .ring-rose-200\\/40 { --tw-ring-color: #fecdd366; } +.ring-rose-200\\/45 { + --tw-ring-color: #fecdd373; +} + .ring-rose-200\\/5 { --tw-ring-color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecdd380; } +.ring-rose-200\\/55 { + --tw-ring-color: #fecdd38c; +} + .ring-rose-200\\/60 { --tw-ring-color: #fecdd399; } +.ring-rose-200\\/65 { + --tw-ring-color: #fecdd3a6; +} + .ring-rose-200\\/70 { --tw-ring-color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fecdd3cc; } +.ring-rose-200\\/85 { + --tw-ring-color: #fecdd3d9; +} + .ring-rose-200\\/90 { --tw-ring-color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fda4af; } +.ring-rose-300\\/15 { + --tw-ring-color: #fda4af26; +} + .ring-rose-300\\/20 { --tw-ring-color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fda4af4d; } +.ring-rose-300\\/35 { + --tw-ring-color: #fda4af59; +} + .ring-rose-300\\/40 { --tw-ring-color: #fda4af66; } +.ring-rose-300\\/45 { + --tw-ring-color: #fda4af73; +} + .ring-rose-300\\/5 { --tw-ring-color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fda4af80; } +.ring-rose-300\\/55 { + --tw-ring-color: #fda4af8c; +} + .ring-rose-300\\/60 { --tw-ring-color: #fda4af99; } +.ring-rose-300\\/65 { + --tw-ring-color: #fda4afa6; +} + .ring-rose-300\\/70 { --tw-ring-color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fda4afcc; } +.ring-rose-300\\/85 { + --tw-ring-color: #fda4afd9; +} + .ring-rose-300\\/90 { --tw-ring-color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb7185; } +.ring-rose-400\\/15 { + --tw-ring-color: #fb718526; +} + .ring-rose-400\\/20 { --tw-ring-color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb71854d; } +.ring-rose-400\\/35 { + --tw-ring-color: #fb718559; +} + .ring-rose-400\\/40 { --tw-ring-color: #fb718566; } +.ring-rose-400\\/45 { + --tw-ring-color: #fb718573; +} + .ring-rose-400\\/5 { --tw-ring-color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb718580; } +.ring-rose-400\\/55 { + --tw-ring-color: #fb71858c; +} + .ring-rose-400\\/60 { --tw-ring-color: #fb718599; } +.ring-rose-400\\/65 { + --tw-ring-color: #fb7185a6; +} + .ring-rose-400\\/70 { --tw-ring-color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fb7185cc; } +.ring-rose-400\\/85 { + --tw-ring-color: #fb7185d9; +} + .ring-rose-400\\/90 { --tw-ring-color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff1f2; } +.ring-rose-50\\/15 { + --tw-ring-color: #fff1f226; +} + .ring-rose-50\\/20 { --tw-ring-color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff1f24d; } +.ring-rose-50\\/35 { + --tw-ring-color: #fff1f259; +} + .ring-rose-50\\/40 { --tw-ring-color: #fff1f266; } +.ring-rose-50\\/45 { + --tw-ring-color: #fff1f273; +} + .ring-rose-50\\/5 { --tw-ring-color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff1f280; } +.ring-rose-50\\/55 { + --tw-ring-color: #fff1f28c; +} + .ring-rose-50\\/60 { --tw-ring-color: #fff1f299; } +.ring-rose-50\\/65 { + --tw-ring-color: #fff1f2a6; +} + .ring-rose-50\\/70 { --tw-ring-color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff1f2cc; } +.ring-rose-50\\/85 { + --tw-ring-color: #fff1f2d9; +} + .ring-rose-50\\/90 { --tw-ring-color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f43f5e; } +.ring-rose-500\\/15 { + --tw-ring-color: #f43f5e26; +} + .ring-rose-500\\/20 { --tw-ring-color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f43f5e4d; } +.ring-rose-500\\/35 { + --tw-ring-color: #f43f5e59; +} + .ring-rose-500\\/40 { --tw-ring-color: #f43f5e66; } +.ring-rose-500\\/45 { + --tw-ring-color: #f43f5e73; +} + .ring-rose-500\\/5 { --tw-ring-color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f43f5e80; } +.ring-rose-500\\/55 { + --tw-ring-color: #f43f5e8c; +} + .ring-rose-500\\/60 { --tw-ring-color: #f43f5e99; } +.ring-rose-500\\/65 { + --tw-ring-color: #f43f5ea6; +} + .ring-rose-500\\/70 { --tw-ring-color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f43f5ecc; } +.ring-rose-500\\/85 { + --tw-ring-color: #f43f5ed9; +} + .ring-rose-500\\/90 { --tw-ring-color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e11d48; } +.ring-rose-600\\/15 { + --tw-ring-color: #e11d4826; +} + .ring-rose-600\\/20 { --tw-ring-color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e11d484d; } +.ring-rose-600\\/35 { + --tw-ring-color: #e11d4859; +} + .ring-rose-600\\/40 { --tw-ring-color: #e11d4866; } +.ring-rose-600\\/45 { + --tw-ring-color: #e11d4873; +} + .ring-rose-600\\/5 { --tw-ring-color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e11d4880; } +.ring-rose-600\\/55 { + --tw-ring-color: #e11d488c; +} + .ring-rose-600\\/60 { --tw-ring-color: #e11d4899; } +.ring-rose-600\\/65 { + --tw-ring-color: #e11d48a6; +} + .ring-rose-600\\/70 { --tw-ring-color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e11d48cc; } +.ring-rose-600\\/85 { + --tw-ring-color: #e11d48d9; +} + .ring-rose-600\\/90 { --tw-ring-color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be123c; } +.ring-rose-700\\/15 { + --tw-ring-color: #be123c26; +} + .ring-rose-700\\/20 { --tw-ring-color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be123c4d; } +.ring-rose-700\\/35 { + --tw-ring-color: #be123c59; +} + .ring-rose-700\\/40 { --tw-ring-color: #be123c66; } +.ring-rose-700\\/45 { + --tw-ring-color: #be123c73; +} + .ring-rose-700\\/5 { --tw-ring-color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be123c80; } +.ring-rose-700\\/55 { + --tw-ring-color: #be123c8c; +} + .ring-rose-700\\/60 { --tw-ring-color: #be123c99; } +.ring-rose-700\\/65 { + --tw-ring-color: #be123ca6; +} + .ring-rose-700\\/70 { --tw-ring-color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #be123ccc; } +.ring-rose-700\\/85 { + --tw-ring-color: #be123cd9; +} + .ring-rose-700\\/90 { --tw-ring-color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9f1239; } +.ring-rose-800\\/15 { + --tw-ring-color: #9f123926; +} + .ring-rose-800\\/20 { --tw-ring-color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9f12394d; } +.ring-rose-800\\/35 { + --tw-ring-color: #9f123959; +} + .ring-rose-800\\/40 { --tw-ring-color: #9f123966; } +.ring-rose-800\\/45 { + --tw-ring-color: #9f123973; +} + .ring-rose-800\\/5 { --tw-ring-color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9f123980; } +.ring-rose-800\\/55 { + --tw-ring-color: #9f12398c; +} + .ring-rose-800\\/60 { --tw-ring-color: #9f123999; } +.ring-rose-800\\/65 { + --tw-ring-color: #9f1239a6; +} + .ring-rose-800\\/70 { --tw-ring-color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #9f1239cc; } +.ring-rose-800\\/85 { + --tw-ring-color: #9f1239d9; +} + .ring-rose-800\\/90 { --tw-ring-color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #881337; } +.ring-rose-900\\/15 { + --tw-ring-color: #88133726; +} + .ring-rose-900\\/20 { --tw-ring-color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #8813374d; } +.ring-rose-900\\/35 { + --tw-ring-color: #88133759; +} + .ring-rose-900\\/40 { --tw-ring-color: #88133766; } +.ring-rose-900\\/45 { + --tw-ring-color: #88133773; +} + .ring-rose-900\\/5 { --tw-ring-color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #88133780; } +.ring-rose-900\\/55 { + --tw-ring-color: #8813378c; +} + .ring-rose-900\\/60 { --tw-ring-color: #88133799; } +.ring-rose-900\\/65 { + --tw-ring-color: #881337a6; +} + .ring-rose-900\\/70 { --tw-ring-color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #881337cc; } +.ring-rose-900\\/85 { + --tw-ring-color: #881337d9; +} + .ring-rose-900\\/90 { --tw-ring-color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c0519; } +.ring-rose-950\\/15 { + --tw-ring-color: #4c051926; +} + .ring-rose-950\\/20 { --tw-ring-color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c05194d; } +.ring-rose-950\\/35 { + --tw-ring-color: #4c051959; +} + .ring-rose-950\\/40 { --tw-ring-color: #4c051966; } +.ring-rose-950\\/45 { + --tw-ring-color: #4c051973; +} + .ring-rose-950\\/5 { --tw-ring-color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c051980; } +.ring-rose-950\\/55 { + --tw-ring-color: #4c05198c; +} + .ring-rose-950\\/60 { --tw-ring-color: #4c051999; } +.ring-rose-950\\/65 { + --tw-ring-color: #4c0519a6; +} + .ring-rose-950\\/70 { --tw-ring-color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c0519cc; } +.ring-rose-950\\/85 { + --tw-ring-color: #4c0519d9; +} + .ring-rose-950\\/90 { --tw-ring-color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0f2fe; } +.ring-sky-100\\/15 { + --tw-ring-color: #e0f2fe26; +} + .ring-sky-100\\/20 { --tw-ring-color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0f2fe4d; } +.ring-sky-100\\/35 { + --tw-ring-color: #e0f2fe59; +} + .ring-sky-100\\/40 { --tw-ring-color: #e0f2fe66; } +.ring-sky-100\\/45 { + --tw-ring-color: #e0f2fe73; +} + .ring-sky-100\\/5 { --tw-ring-color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0f2fe80; } +.ring-sky-100\\/55 { + --tw-ring-color: #e0f2fe8c; +} + .ring-sky-100\\/60 { --tw-ring-color: #e0f2fe99; } +.ring-sky-100\\/65 { + --tw-ring-color: #e0f2fea6; +} + .ring-sky-100\\/70 { --tw-ring-color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e0f2fecc; } +.ring-sky-100\\/85 { + --tw-ring-color: #e0f2fed9; +} + .ring-sky-100\\/90 { --tw-ring-color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bae6fd; } +.ring-sky-200\\/15 { + --tw-ring-color: #bae6fd26; +} + .ring-sky-200\\/20 { --tw-ring-color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bae6fd4d; } +.ring-sky-200\\/35 { + --tw-ring-color: #bae6fd59; +} + .ring-sky-200\\/40 { --tw-ring-color: #bae6fd66; } +.ring-sky-200\\/45 { + --tw-ring-color: #bae6fd73; +} + .ring-sky-200\\/5 { --tw-ring-color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bae6fd80; } +.ring-sky-200\\/55 { + --tw-ring-color: #bae6fd8c; +} + .ring-sky-200\\/60 { --tw-ring-color: #bae6fd99; } +.ring-sky-200\\/65 { + --tw-ring-color: #bae6fda6; +} + .ring-sky-200\\/70 { --tw-ring-color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #bae6fdcc; } +.ring-sky-200\\/85 { + --tw-ring-color: #bae6fdd9; +} + .ring-sky-200\\/90 { --tw-ring-color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7dd3fc; } +.ring-sky-300\\/15 { + --tw-ring-color: #7dd3fc26; +} + .ring-sky-300\\/20 { --tw-ring-color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7dd3fc4d; } +.ring-sky-300\\/35 { + --tw-ring-color: #7dd3fc59; +} + .ring-sky-300\\/40 { --tw-ring-color: #7dd3fc66; } +.ring-sky-300\\/45 { + --tw-ring-color: #7dd3fc73; +} + .ring-sky-300\\/5 { --tw-ring-color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7dd3fc80; } +.ring-sky-300\\/55 { + --tw-ring-color: #7dd3fc8c; +} + .ring-sky-300\\/60 { --tw-ring-color: #7dd3fc99; } +.ring-sky-300\\/65 { + --tw-ring-color: #7dd3fca6; +} + .ring-sky-300\\/70 { --tw-ring-color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7dd3fccc; } +.ring-sky-300\\/85 { + --tw-ring-color: #7dd3fcd9; +} + .ring-sky-300\\/90 { --tw-ring-color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #38bdf8; } +.ring-sky-400\\/15 { + --tw-ring-color: #38bdf826; +} + .ring-sky-400\\/20 { --tw-ring-color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #38bdf84d; } +.ring-sky-400\\/35 { + --tw-ring-color: #38bdf859; +} + .ring-sky-400\\/40 { --tw-ring-color: #38bdf866; } +.ring-sky-400\\/45 { + --tw-ring-color: #38bdf873; +} + .ring-sky-400\\/5 { --tw-ring-color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #38bdf880; } +.ring-sky-400\\/55 { + --tw-ring-color: #38bdf88c; +} + .ring-sky-400\\/60 { --tw-ring-color: #38bdf899; } +.ring-sky-400\\/65 { + --tw-ring-color: #38bdf8a6; +} + .ring-sky-400\\/70 { --tw-ring-color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #38bdf8cc; } +.ring-sky-400\\/85 { + --tw-ring-color: #38bdf8d9; +} + .ring-sky-400\\/90 { --tw-ring-color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0f9ff; } +.ring-sky-50\\/15 { + --tw-ring-color: #f0f9ff26; +} + .ring-sky-50\\/20 { --tw-ring-color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0f9ff4d; } +.ring-sky-50\\/35 { + --tw-ring-color: #f0f9ff59; +} + .ring-sky-50\\/40 { --tw-ring-color: #f0f9ff66; } +.ring-sky-50\\/45 { + --tw-ring-color: #f0f9ff73; +} + .ring-sky-50\\/5 { --tw-ring-color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0f9ff80; } +.ring-sky-50\\/55 { + --tw-ring-color: #f0f9ff8c; +} + .ring-sky-50\\/60 { --tw-ring-color: #f0f9ff99; } +.ring-sky-50\\/65 { + --tw-ring-color: #f0f9ffa6; +} + .ring-sky-50\\/70 { --tw-ring-color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0f9ffcc; } +.ring-sky-50\\/85 { + --tw-ring-color: #f0f9ffd9; +} + .ring-sky-50\\/90 { --tw-ring-color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0ea5e9; } +.ring-sky-500\\/15 { + --tw-ring-color: #0ea5e926; +} + .ring-sky-500\\/20 { --tw-ring-color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0ea5e94d; } +.ring-sky-500\\/35 { + --tw-ring-color: #0ea5e959; +} + .ring-sky-500\\/40 { --tw-ring-color: #0ea5e966; } +.ring-sky-500\\/45 { + --tw-ring-color: #0ea5e973; +} + .ring-sky-500\\/5 { --tw-ring-color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0ea5e980; } +.ring-sky-500\\/55 { + --tw-ring-color: #0ea5e98c; +} + .ring-sky-500\\/60 { --tw-ring-color: #0ea5e999; } +.ring-sky-500\\/65 { + --tw-ring-color: #0ea5e9a6; +} + .ring-sky-500\\/70 { --tw-ring-color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0ea5e9cc; } +.ring-sky-500\\/85 { + --tw-ring-color: #0ea5e9d9; +} + .ring-sky-500\\/90 { --tw-ring-color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0284c7; } +.ring-sky-600\\/15 { + --tw-ring-color: #0284c726; +} + .ring-sky-600\\/20 { --tw-ring-color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0284c74d; } +.ring-sky-600\\/35 { + --tw-ring-color: #0284c759; +} + .ring-sky-600\\/40 { --tw-ring-color: #0284c766; } +.ring-sky-600\\/45 { + --tw-ring-color: #0284c773; +} + .ring-sky-600\\/5 { --tw-ring-color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0284c780; } +.ring-sky-600\\/55 { + --tw-ring-color: #0284c78c; +} + .ring-sky-600\\/60 { --tw-ring-color: #0284c799; } +.ring-sky-600\\/65 { + --tw-ring-color: #0284c7a6; +} + .ring-sky-600\\/70 { --tw-ring-color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0284c7cc; } +.ring-sky-600\\/85 { + --tw-ring-color: #0284c7d9; +} + .ring-sky-600\\/90 { --tw-ring-color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0369a1; } +.ring-sky-700\\/15 { + --tw-ring-color: #0369a126; +} + .ring-sky-700\\/20 { --tw-ring-color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0369a14d; } +.ring-sky-700\\/35 { + --tw-ring-color: #0369a159; +} + .ring-sky-700\\/40 { --tw-ring-color: #0369a166; } +.ring-sky-700\\/45 { + --tw-ring-color: #0369a173; +} + .ring-sky-700\\/5 { --tw-ring-color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0369a180; } +.ring-sky-700\\/55 { + --tw-ring-color: #0369a18c; +} + .ring-sky-700\\/60 { --tw-ring-color: #0369a199; } +.ring-sky-700\\/65 { + --tw-ring-color: #0369a1a6; +} + .ring-sky-700\\/70 { --tw-ring-color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0369a1cc; } +.ring-sky-700\\/85 { + --tw-ring-color: #0369a1d9; +} + .ring-sky-700\\/90 { --tw-ring-color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #075985; } +.ring-sky-800\\/15 { + --tw-ring-color: #07598526; +} + .ring-sky-800\\/20 { --tw-ring-color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0759854d; } +.ring-sky-800\\/35 { + --tw-ring-color: #07598559; +} + .ring-sky-800\\/40 { --tw-ring-color: #07598566; } +.ring-sky-800\\/45 { + --tw-ring-color: #07598573; +} + .ring-sky-800\\/5 { --tw-ring-color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #07598580; } +.ring-sky-800\\/55 { + --tw-ring-color: #0759858c; +} + .ring-sky-800\\/60 { --tw-ring-color: #07598599; } +.ring-sky-800\\/65 { + --tw-ring-color: #075985a6; +} + .ring-sky-800\\/70 { --tw-ring-color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #075985cc; } +.ring-sky-800\\/85 { + --tw-ring-color: #075985d9; +} + .ring-sky-800\\/90 { --tw-ring-color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c4a6e; } +.ring-sky-900\\/15 { + --tw-ring-color: #0c4a6e26; +} + .ring-sky-900\\/20 { --tw-ring-color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c4a6e4d; } +.ring-sky-900\\/35 { + --tw-ring-color: #0c4a6e59; +} + .ring-sky-900\\/40 { --tw-ring-color: #0c4a6e66; } +.ring-sky-900\\/45 { + --tw-ring-color: #0c4a6e73; +} + .ring-sky-900\\/5 { --tw-ring-color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c4a6e80; } +.ring-sky-900\\/55 { + --tw-ring-color: #0c4a6e8c; +} + .ring-sky-900\\/60 { --tw-ring-color: #0c4a6e99; } +.ring-sky-900\\/65 { + --tw-ring-color: #0c4a6ea6; +} + .ring-sky-900\\/70 { --tw-ring-color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c4a6ecc; } +.ring-sky-900\\/85 { + --tw-ring-color: #0c4a6ed9; +} + .ring-sky-900\\/90 { --tw-ring-color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #082f49; } +.ring-sky-950\\/15 { + --tw-ring-color: #082f4926; +} + .ring-sky-950\\/20 { --tw-ring-color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #082f494d; } +.ring-sky-950\\/35 { + --tw-ring-color: #082f4959; +} + .ring-sky-950\\/40 { --tw-ring-color: #082f4966; } +.ring-sky-950\\/45 { + --tw-ring-color: #082f4973; +} + .ring-sky-950\\/5 { --tw-ring-color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #082f4980; } +.ring-sky-950\\/55 { + --tw-ring-color: #082f498c; +} + .ring-sky-950\\/60 { --tw-ring-color: #082f4999; } +.ring-sky-950\\/65 { + --tw-ring-color: #082f49a6; +} + .ring-sky-950\\/70 { --tw-ring-color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #082f49cc; } +.ring-sky-950\\/85 { + --tw-ring-color: #082f49d9; +} + .ring-sky-950\\/90 { --tw-ring-color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f1f5f9; } +.ring-slate-100\\/15 { + --tw-ring-color: #f1f5f926; +} + .ring-slate-100\\/20 { --tw-ring-color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f1f5f94d; } +.ring-slate-100\\/35 { + --tw-ring-color: #f1f5f959; +} + .ring-slate-100\\/40 { --tw-ring-color: #f1f5f966; } +.ring-slate-100\\/45 { + --tw-ring-color: #f1f5f973; +} + .ring-slate-100\\/5 { --tw-ring-color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f1f5f980; } +.ring-slate-100\\/55 { + --tw-ring-color: #f1f5f98c; +} + .ring-slate-100\\/60 { --tw-ring-color: #f1f5f999; } +.ring-slate-100\\/65 { + --tw-ring-color: #f1f5f9a6; +} + .ring-slate-100\\/70 { --tw-ring-color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f1f5f9cc; } +.ring-slate-100\\/85 { + --tw-ring-color: #f1f5f9d9; +} + .ring-slate-100\\/90 { --tw-ring-color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e2e8f0; } +.ring-slate-200\\/15 { + --tw-ring-color: #e2e8f026; +} + .ring-slate-200\\/20 { --tw-ring-color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e2e8f04d; } +.ring-slate-200\\/35 { + --tw-ring-color: #e2e8f059; +} + .ring-slate-200\\/40 { --tw-ring-color: #e2e8f066; } +.ring-slate-200\\/45 { + --tw-ring-color: #e2e8f073; +} + .ring-slate-200\\/5 { --tw-ring-color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e2e8f080; } +.ring-slate-200\\/55 { + --tw-ring-color: #e2e8f08c; +} + .ring-slate-200\\/60 { --tw-ring-color: #e2e8f099; } +.ring-slate-200\\/65 { + --tw-ring-color: #e2e8f0a6; +} + .ring-slate-200\\/70 { --tw-ring-color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e2e8f0cc; } +.ring-slate-200\\/85 { + --tw-ring-color: #e2e8f0d9; +} + .ring-slate-200\\/90 { --tw-ring-color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cbd5e1; } +.ring-slate-300\\/15 { + --tw-ring-color: #cbd5e126; +} + .ring-slate-300\\/20 { --tw-ring-color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cbd5e14d; } +.ring-slate-300\\/35 { + --tw-ring-color: #cbd5e159; +} + .ring-slate-300\\/40 { --tw-ring-color: #cbd5e166; } +.ring-slate-300\\/45 { + --tw-ring-color: #cbd5e173; +} + .ring-slate-300\\/5 { --tw-ring-color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cbd5e180; } +.ring-slate-300\\/55 { + --tw-ring-color: #cbd5e18c; +} + .ring-slate-300\\/60 { --tw-ring-color: #cbd5e199; } +.ring-slate-300\\/65 { + --tw-ring-color: #cbd5e1a6; +} + .ring-slate-300\\/70 { --tw-ring-color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #cbd5e1cc; } +.ring-slate-300\\/85 { + --tw-ring-color: #cbd5e1d9; +} + .ring-slate-300\\/90 { --tw-ring-color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #94a3b8; } +.ring-slate-400\\/15 { + --tw-ring-color: #94a3b826; +} + .ring-slate-400\\/20 { --tw-ring-color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #94a3b84d; } +.ring-slate-400\\/35 { + --tw-ring-color: #94a3b859; +} + .ring-slate-400\\/40 { --tw-ring-color: #94a3b866; } +.ring-slate-400\\/45 { + --tw-ring-color: #94a3b873; +} + .ring-slate-400\\/5 { --tw-ring-color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #94a3b880; } +.ring-slate-400\\/55 { + --tw-ring-color: #94a3b88c; +} + .ring-slate-400\\/60 { --tw-ring-color: #94a3b899; } +.ring-slate-400\\/65 { + --tw-ring-color: #94a3b8a6; +} + .ring-slate-400\\/70 { --tw-ring-color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #94a3b8cc; } +.ring-slate-400\\/85 { + --tw-ring-color: #94a3b8d9; +} + .ring-slate-400\\/90 { --tw-ring-color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f8fafc; } +.ring-slate-50\\/15 { + --tw-ring-color: #f8fafc26; +} + .ring-slate-50\\/20 { --tw-ring-color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f8fafc4d; } +.ring-slate-50\\/35 { + --tw-ring-color: #f8fafc59; +} + .ring-slate-50\\/40 { --tw-ring-color: #f8fafc66; } +.ring-slate-50\\/45 { + --tw-ring-color: #f8fafc73; +} + .ring-slate-50\\/5 { --tw-ring-color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f8fafc80; } +.ring-slate-50\\/55 { + --tw-ring-color: #f8fafc8c; +} + .ring-slate-50\\/60 { --tw-ring-color: #f8fafc99; } +.ring-slate-50\\/65 { + --tw-ring-color: #f8fafca6; +} + .ring-slate-50\\/70 { --tw-ring-color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f8fafccc; } +.ring-slate-50\\/85 { + --tw-ring-color: #f8fafcd9; +} + .ring-slate-50\\/90 { --tw-ring-color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #64748b; } +.ring-slate-500\\/15 { + --tw-ring-color: #64748b26; +} + .ring-slate-500\\/20 { --tw-ring-color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #64748b4d; } +.ring-slate-500\\/35 { + --tw-ring-color: #64748b59; +} + .ring-slate-500\\/40 { --tw-ring-color: #64748b66; } +.ring-slate-500\\/45 { + --tw-ring-color: #64748b73; +} + .ring-slate-500\\/5 { --tw-ring-color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #64748b80; } +.ring-slate-500\\/55 { + --tw-ring-color: #64748b8c; +} + .ring-slate-500\\/60 { --tw-ring-color: #64748b99; } +.ring-slate-500\\/65 { + --tw-ring-color: #64748ba6; +} + .ring-slate-500\\/70 { --tw-ring-color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #64748bcc; } +.ring-slate-500\\/85 { + --tw-ring-color: #64748bd9; +} + .ring-slate-500\\/90 { --tw-ring-color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #475569; } +.ring-slate-600\\/15 { + --tw-ring-color: #47556926; +} + .ring-slate-600\\/20 { --tw-ring-color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4755694d; } +.ring-slate-600\\/35 { + --tw-ring-color: #47556959; +} + .ring-slate-600\\/40 { --tw-ring-color: #47556966; } +.ring-slate-600\\/45 { + --tw-ring-color: #47556973; +} + .ring-slate-600\\/5 { --tw-ring-color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #47556980; } +.ring-slate-600\\/55 { + --tw-ring-color: #4755698c; +} + .ring-slate-600\\/60 { --tw-ring-color: #47556999; } +.ring-slate-600\\/65 { + --tw-ring-color: #475569a6; +} + .ring-slate-600\\/70 { --tw-ring-color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #475569cc; } +.ring-slate-600\\/85 { + --tw-ring-color: #475569d9; +} + .ring-slate-600\\/90 { --tw-ring-color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #334155; } +.ring-slate-700\\/15 { + --tw-ring-color: #33415526; +} + .ring-slate-700\\/20 { --tw-ring-color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3341554d; } +.ring-slate-700\\/35 { + --tw-ring-color: #33415559; +} + .ring-slate-700\\/40 { --tw-ring-color: #33415566; } +.ring-slate-700\\/45 { + --tw-ring-color: #33415573; +} + .ring-slate-700\\/5 { --tw-ring-color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #33415580; } +.ring-slate-700\\/55 { + --tw-ring-color: #3341558c; +} + .ring-slate-700\\/60 { --tw-ring-color: #33415599; } +.ring-slate-700\\/65 { + --tw-ring-color: #334155a6; +} + .ring-slate-700\\/70 { --tw-ring-color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #334155cc; } +.ring-slate-700\\/85 { + --tw-ring-color: #334155d9; +} + .ring-slate-700\\/90 { --tw-ring-color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e293b; } +.ring-slate-800\\/15 { + --tw-ring-color: #1e293b26; +} + .ring-slate-800\\/20 { --tw-ring-color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e293b4d; } +.ring-slate-800\\/35 { + --tw-ring-color: #1e293b59; +} + .ring-slate-800\\/40 { --tw-ring-color: #1e293b66; } +.ring-slate-800\\/45 { + --tw-ring-color: #1e293b73; +} + .ring-slate-800\\/5 { --tw-ring-color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e293b80; } +.ring-slate-800\\/55 { + --tw-ring-color: #1e293b8c; +} + .ring-slate-800\\/60 { --tw-ring-color: #1e293b99; } +.ring-slate-800\\/65 { + --tw-ring-color: #1e293ba6; +} + .ring-slate-800\\/70 { --tw-ring-color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1e293bcc; } +.ring-slate-800\\/85 { + --tw-ring-color: #1e293bd9; +} + .ring-slate-800\\/90 { --tw-ring-color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f172a; } +.ring-slate-900\\/15 { + --tw-ring-color: #0f172a26; +} + .ring-slate-900\\/20 { --tw-ring-color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f172a4d; } +.ring-slate-900\\/35 { + --tw-ring-color: #0f172a59; +} + .ring-slate-900\\/40 { --tw-ring-color: #0f172a66; } +.ring-slate-900\\/45 { + --tw-ring-color: #0f172a73; +} + .ring-slate-900\\/5 { --tw-ring-color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f172a80; } +.ring-slate-900\\/55 { + --tw-ring-color: #0f172a8c; +} + .ring-slate-900\\/60 { --tw-ring-color: #0f172a99; } +.ring-slate-900\\/65 { + --tw-ring-color: #0f172aa6; +} + .ring-slate-900\\/70 { --tw-ring-color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f172acc; } +.ring-slate-900\\/85 { + --tw-ring-color: #0f172ad9; +} + .ring-slate-900\\/90 { --tw-ring-color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #020617; } +.ring-slate-950\\/15 { + --tw-ring-color: #02061726; +} + .ring-slate-950\\/20 { --tw-ring-color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0206174d; } +.ring-slate-950\\/35 { + --tw-ring-color: #02061759; +} + .ring-slate-950\\/40 { --tw-ring-color: #02061766; } +.ring-slate-950\\/45 { + --tw-ring-color: #02061773; +} + .ring-slate-950\\/5 { --tw-ring-color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #02061780; } +.ring-slate-950\\/55 { + --tw-ring-color: #0206178c; +} + .ring-slate-950\\/60 { --tw-ring-color: #02061799; } +.ring-slate-950\\/65 { + --tw-ring-color: #020617a6; +} + .ring-slate-950\\/70 { --tw-ring-color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #020617cc; } +.ring-slate-950\\/85 { + --tw-ring-color: #020617d9; +} + .ring-slate-950\\/90 { --tw-ring-color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f4; } +.ring-stone-100\\/15 { + --tw-ring-color: #f5f5f426; +} + .ring-stone-100\\/20 { --tw-ring-color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f44d; } +.ring-stone-100\\/35 { + --tw-ring-color: #f5f5f459; +} + .ring-stone-100\\/40 { --tw-ring-color: #f5f5f466; } +.ring-stone-100\\/45 { + --tw-ring-color: #f5f5f473; +} + .ring-stone-100\\/5 { --tw-ring-color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f480; } +.ring-stone-100\\/55 { + --tw-ring-color: #f5f5f48c; +} + .ring-stone-100\\/60 { --tw-ring-color: #f5f5f499; } +.ring-stone-100\\/65 { + --tw-ring-color: #f5f5f4a6; +} + .ring-stone-100\\/70 { --tw-ring-color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f5f4cc; } +.ring-stone-100\\/85 { + --tw-ring-color: #f5f5f4d9; +} + .ring-stone-100\\/90 { --tw-ring-color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e7e5e4; } +.ring-stone-200\\/15 { + --tw-ring-color: #e7e5e426; +} + .ring-stone-200\\/20 { --tw-ring-color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e7e5e44d; } +.ring-stone-200\\/35 { + --tw-ring-color: #e7e5e459; +} + .ring-stone-200\\/40 { --tw-ring-color: #e7e5e466; } +.ring-stone-200\\/45 { + --tw-ring-color: #e7e5e473; +} + .ring-stone-200\\/5 { --tw-ring-color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e7e5e480; } +.ring-stone-200\\/55 { + --tw-ring-color: #e7e5e48c; +} + .ring-stone-200\\/60 { --tw-ring-color: #e7e5e499; } +.ring-stone-200\\/65 { + --tw-ring-color: #e7e5e4a6; +} + .ring-stone-200\\/70 { --tw-ring-color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e7e5e4cc; } +.ring-stone-200\\/85 { + --tw-ring-color: #e7e5e4d9; +} + .ring-stone-200\\/90 { --tw-ring-color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d6d3d1; } +.ring-stone-300\\/15 { + --tw-ring-color: #d6d3d126; +} + .ring-stone-300\\/20 { --tw-ring-color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d6d3d14d; } +.ring-stone-300\\/35 { + --tw-ring-color: #d6d3d159; +} + .ring-stone-300\\/40 { --tw-ring-color: #d6d3d166; } +.ring-stone-300\\/45 { + --tw-ring-color: #d6d3d173; +} + .ring-stone-300\\/5 { --tw-ring-color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d6d3d180; } +.ring-stone-300\\/55 { + --tw-ring-color: #d6d3d18c; +} + .ring-stone-300\\/60 { --tw-ring-color: #d6d3d199; } +.ring-stone-300\\/65 { + --tw-ring-color: #d6d3d1a6; +} + .ring-stone-300\\/70 { --tw-ring-color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d6d3d1cc; } +.ring-stone-300\\/85 { + --tw-ring-color: #d6d3d1d9; +} + .ring-stone-300\\/90 { --tw-ring-color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a8a29e; } +.ring-stone-400\\/15 { + --tw-ring-color: #a8a29e26; +} + .ring-stone-400\\/20 { --tw-ring-color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a8a29e4d; } +.ring-stone-400\\/35 { + --tw-ring-color: #a8a29e59; +} + .ring-stone-400\\/40 { --tw-ring-color: #a8a29e66; } +.ring-stone-400\\/45 { + --tw-ring-color: #a8a29e73; +} + .ring-stone-400\\/5 { --tw-ring-color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a8a29e80; } +.ring-stone-400\\/55 { + --tw-ring-color: #a8a29e8c; +} + .ring-stone-400\\/60 { --tw-ring-color: #a8a29e99; } +.ring-stone-400\\/65 { + --tw-ring-color: #a8a29ea6; +} + .ring-stone-400\\/70 { --tw-ring-color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a8a29ecc; } +.ring-stone-400\\/85 { + --tw-ring-color: #a8a29ed9; +} + .ring-stone-400\\/90 { --tw-ring-color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafaf9; } +.ring-stone-50\\/15 { + --tw-ring-color: #fafaf926; +} + .ring-stone-50\\/20 { --tw-ring-color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafaf94d; } +.ring-stone-50\\/35 { + --tw-ring-color: #fafaf959; +} + .ring-stone-50\\/40 { --tw-ring-color: #fafaf966; } +.ring-stone-50\\/45 { + --tw-ring-color: #fafaf973; +} + .ring-stone-50\\/5 { --tw-ring-color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafaf980; } +.ring-stone-50\\/55 { + --tw-ring-color: #fafaf98c; +} + .ring-stone-50\\/60 { --tw-ring-color: #fafaf999; } +.ring-stone-50\\/65 { + --tw-ring-color: #fafaf9a6; +} + .ring-stone-50\\/70 { --tw-ring-color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafaf9cc; } +.ring-stone-50\\/85 { + --tw-ring-color: #fafaf9d9; +} + .ring-stone-50\\/90 { --tw-ring-color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78716c; } +.ring-stone-500\\/15 { + --tw-ring-color: #78716c26; +} + .ring-stone-500\\/20 { --tw-ring-color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78716c4d; } +.ring-stone-500\\/35 { + --tw-ring-color: #78716c59; +} + .ring-stone-500\\/40 { --tw-ring-color: #78716c66; } +.ring-stone-500\\/45 { + --tw-ring-color: #78716c73; +} + .ring-stone-500\\/5 { --tw-ring-color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78716c80; } +.ring-stone-500\\/55 { + --tw-ring-color: #78716c8c; +} + .ring-stone-500\\/60 { --tw-ring-color: #78716c99; } +.ring-stone-500\\/65 { + --tw-ring-color: #78716ca6; +} + .ring-stone-500\\/70 { --tw-ring-color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #78716ccc; } +.ring-stone-500\\/85 { + --tw-ring-color: #78716cd9; +} + .ring-stone-500\\/90 { --tw-ring-color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #57534e; } +.ring-stone-600\\/15 { + --tw-ring-color: #57534e26; +} + .ring-stone-600\\/20 { --tw-ring-color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #57534e4d; } +.ring-stone-600\\/35 { + --tw-ring-color: #57534e59; +} + .ring-stone-600\\/40 { --tw-ring-color: #57534e66; } +.ring-stone-600\\/45 { + --tw-ring-color: #57534e73; +} + .ring-stone-600\\/5 { --tw-ring-color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #57534e80; } +.ring-stone-600\\/55 { + --tw-ring-color: #57534e8c; +} + .ring-stone-600\\/60 { --tw-ring-color: #57534e99; } +.ring-stone-600\\/65 { + --tw-ring-color: #57534ea6; +} + .ring-stone-600\\/70 { --tw-ring-color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #57534ecc; } +.ring-stone-600\\/85 { + --tw-ring-color: #57534ed9; +} + .ring-stone-600\\/90 { --tw-ring-color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #44403c; } +.ring-stone-700\\/15 { + --tw-ring-color: #44403c26; +} + .ring-stone-700\\/20 { --tw-ring-color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #44403c4d; } +.ring-stone-700\\/35 { + --tw-ring-color: #44403c59; +} + .ring-stone-700\\/40 { --tw-ring-color: #44403c66; } +.ring-stone-700\\/45 { + --tw-ring-color: #44403c73; +} + .ring-stone-700\\/5 { --tw-ring-color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #44403c80; } +.ring-stone-700\\/55 { + --tw-ring-color: #44403c8c; +} + .ring-stone-700\\/60 { --tw-ring-color: #44403c99; } +.ring-stone-700\\/65 { + --tw-ring-color: #44403ca6; +} + .ring-stone-700\\/70 { --tw-ring-color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #44403ccc; } +.ring-stone-700\\/85 { + --tw-ring-color: #44403cd9; +} + .ring-stone-700\\/90 { --tw-ring-color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #292524; } +.ring-stone-800\\/15 { + --tw-ring-color: #29252426; +} + .ring-stone-800\\/20 { --tw-ring-color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2925244d; } +.ring-stone-800\\/35 { + --tw-ring-color: #29252459; +} + .ring-stone-800\\/40 { --tw-ring-color: #29252466; } +.ring-stone-800\\/45 { + --tw-ring-color: #29252473; +} + .ring-stone-800\\/5 { --tw-ring-color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #29252480; } +.ring-stone-800\\/55 { + --tw-ring-color: #2925248c; +} + .ring-stone-800\\/60 { --tw-ring-color: #29252499; } +.ring-stone-800\\/65 { + --tw-ring-color: #292524a6; +} + .ring-stone-800\\/70 { --tw-ring-color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #292524cc; } +.ring-stone-800\\/85 { + --tw-ring-color: #292524d9; +} + .ring-stone-800\\/90 { --tw-ring-color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1c1917; } +.ring-stone-900\\/15 { + --tw-ring-color: #1c191726; +} + .ring-stone-900\\/20 { --tw-ring-color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1c19174d; } +.ring-stone-900\\/35 { + --tw-ring-color: #1c191759; +} + .ring-stone-900\\/40 { --tw-ring-color: #1c191766; } +.ring-stone-900\\/45 { + --tw-ring-color: #1c191773; +} + .ring-stone-900\\/5 { --tw-ring-color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1c191780; } +.ring-stone-900\\/55 { + --tw-ring-color: #1c19178c; +} + .ring-stone-900\\/60 { --tw-ring-color: #1c191799; } +.ring-stone-900\\/65 { + --tw-ring-color: #1c1917a6; +} + .ring-stone-900\\/70 { --tw-ring-color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #1c1917cc; } +.ring-stone-900\\/85 { + --tw-ring-color: #1c1917d9; +} + .ring-stone-900\\/90 { --tw-ring-color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c0a09; } +.ring-stone-950\\/15 { + --tw-ring-color: #0c0a0926; +} + .ring-stone-950\\/20 { --tw-ring-color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c0a094d; } +.ring-stone-950\\/35 { + --tw-ring-color: #0c0a0959; +} + .ring-stone-950\\/40 { --tw-ring-color: #0c0a0966; } +.ring-stone-950\\/45 { + --tw-ring-color: #0c0a0973; +} + .ring-stone-950\\/5 { --tw-ring-color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c0a0980; } +.ring-stone-950\\/55 { + --tw-ring-color: #0c0a098c; +} + .ring-stone-950\\/60 { --tw-ring-color: #0c0a0999; } +.ring-stone-950\\/65 { + --tw-ring-color: #0c0a09a6; +} + .ring-stone-950\\/70 { --tw-ring-color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0c0a09cc; } +.ring-stone-950\\/85 { + --tw-ring-color: #0c0a09d9; +} + .ring-stone-950\\/90 { --tw-ring-color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ccfbf1; } +.ring-teal-100\\/15 { + --tw-ring-color: #ccfbf126; +} + .ring-teal-100\\/20 { --tw-ring-color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ccfbf14d; } +.ring-teal-100\\/35 { + --tw-ring-color: #ccfbf159; +} + .ring-teal-100\\/40 { --tw-ring-color: #ccfbf166; } +.ring-teal-100\\/45 { + --tw-ring-color: #ccfbf173; +} + .ring-teal-100\\/5 { --tw-ring-color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ccfbf180; } +.ring-teal-100\\/55 { + --tw-ring-color: #ccfbf18c; +} + .ring-teal-100\\/60 { --tw-ring-color: #ccfbf199; } +.ring-teal-100\\/65 { + --tw-ring-color: #ccfbf1a6; +} + .ring-teal-100\\/70 { --tw-ring-color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ccfbf1cc; } +.ring-teal-100\\/85 { + --tw-ring-color: #ccfbf1d9; +} + .ring-teal-100\\/90 { --tw-ring-color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #99f6e4; } +.ring-teal-200\\/15 { + --tw-ring-color: #99f6e426; +} + .ring-teal-200\\/20 { --tw-ring-color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #99f6e44d; } +.ring-teal-200\\/35 { + --tw-ring-color: #99f6e459; +} + .ring-teal-200\\/40 { --tw-ring-color: #99f6e466; } +.ring-teal-200\\/45 { + --tw-ring-color: #99f6e473; +} + .ring-teal-200\\/5 { --tw-ring-color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #99f6e480; } +.ring-teal-200\\/55 { + --tw-ring-color: #99f6e48c; +} + .ring-teal-200\\/60 { --tw-ring-color: #99f6e499; } +.ring-teal-200\\/65 { + --tw-ring-color: #99f6e4a6; +} + .ring-teal-200\\/70 { --tw-ring-color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #99f6e4cc; } +.ring-teal-200\\/85 { + --tw-ring-color: #99f6e4d9; +} + .ring-teal-200\\/90 { --tw-ring-color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5eead4; } +.ring-teal-300\\/15 { + --tw-ring-color: #5eead426; +} + .ring-teal-300\\/20 { --tw-ring-color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5eead44d; } +.ring-teal-300\\/35 { + --tw-ring-color: #5eead459; +} + .ring-teal-300\\/40 { --tw-ring-color: #5eead466; } +.ring-teal-300\\/45 { + --tw-ring-color: #5eead473; +} + .ring-teal-300\\/5 { --tw-ring-color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5eead480; } +.ring-teal-300\\/55 { + --tw-ring-color: #5eead48c; +} + .ring-teal-300\\/60 { --tw-ring-color: #5eead499; } +.ring-teal-300\\/65 { + --tw-ring-color: #5eead4a6; +} + .ring-teal-300\\/70 { --tw-ring-color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5eead4cc; } +.ring-teal-300\\/85 { + --tw-ring-color: #5eead4d9; +} + .ring-teal-300\\/90 { --tw-ring-color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2dd4bf; } +.ring-teal-400\\/15 { + --tw-ring-color: #2dd4bf26; +} + .ring-teal-400\\/20 { --tw-ring-color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2dd4bf4d; } +.ring-teal-400\\/35 { + --tw-ring-color: #2dd4bf59; +} + .ring-teal-400\\/40 { --tw-ring-color: #2dd4bf66; } +.ring-teal-400\\/45 { + --tw-ring-color: #2dd4bf73; +} + .ring-teal-400\\/5 { --tw-ring-color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2dd4bf80; } +.ring-teal-400\\/55 { + --tw-ring-color: #2dd4bf8c; +} + .ring-teal-400\\/60 { --tw-ring-color: #2dd4bf99; } +.ring-teal-400\\/65 { + --tw-ring-color: #2dd4bfa6; +} + .ring-teal-400\\/70 { --tw-ring-color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2dd4bfcc; } +.ring-teal-400\\/85 { + --tw-ring-color: #2dd4bfd9; +} + .ring-teal-400\\/90 { --tw-ring-color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdfa; } +.ring-teal-50\\/15 { + --tw-ring-color: #f0fdfa26; +} + .ring-teal-50\\/20 { --tw-ring-color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdfa4d; } +.ring-teal-50\\/35 { + --tw-ring-color: #f0fdfa59; +} + .ring-teal-50\\/40 { --tw-ring-color: #f0fdfa66; } +.ring-teal-50\\/45 { + --tw-ring-color: #f0fdfa73; +} + .ring-teal-50\\/5 { --tw-ring-color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdfa80; } +.ring-teal-50\\/55 { + --tw-ring-color: #f0fdfa8c; +} + .ring-teal-50\\/60 { --tw-ring-color: #f0fdfa99; } +.ring-teal-50\\/65 { + --tw-ring-color: #f0fdfaa6; +} + .ring-teal-50\\/70 { --tw-ring-color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f0fdfacc; } +.ring-teal-50\\/85 { + --tw-ring-color: #f0fdfad9; +} + .ring-teal-50\\/90 { --tw-ring-color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14b8a6; } +.ring-teal-500\\/15 { + --tw-ring-color: #14b8a626; +} + .ring-teal-500\\/20 { --tw-ring-color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14b8a64d; } +.ring-teal-500\\/35 { + --tw-ring-color: #14b8a659; +} + .ring-teal-500\\/40 { --tw-ring-color: #14b8a666; } +.ring-teal-500\\/45 { + --tw-ring-color: #14b8a673; +} + .ring-teal-500\\/5 { --tw-ring-color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14b8a680; } +.ring-teal-500\\/55 { + --tw-ring-color: #14b8a68c; +} + .ring-teal-500\\/60 { --tw-ring-color: #14b8a699; } +.ring-teal-500\\/65 { + --tw-ring-color: #14b8a6a6; +} + .ring-teal-500\\/70 { --tw-ring-color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #14b8a6cc; } +.ring-teal-500\\/85 { + --tw-ring-color: #14b8a6d9; +} + .ring-teal-500\\/90 { --tw-ring-color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0d9488; } +.ring-teal-600\\/15 { + --tw-ring-color: #0d948826; +} + .ring-teal-600\\/20 { --tw-ring-color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0d94884d; } +.ring-teal-600\\/35 { + --tw-ring-color: #0d948859; +} + .ring-teal-600\\/40 { --tw-ring-color: #0d948866; } +.ring-teal-600\\/45 { + --tw-ring-color: #0d948873; +} + .ring-teal-600\\/5 { --tw-ring-color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0d948880; } +.ring-teal-600\\/55 { + --tw-ring-color: #0d94888c; +} + .ring-teal-600\\/60 { --tw-ring-color: #0d948899; } +.ring-teal-600\\/65 { + --tw-ring-color: #0d9488a6; +} + .ring-teal-600\\/70 { --tw-ring-color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0d9488cc; } +.ring-teal-600\\/85 { + --tw-ring-color: #0d9488d9; +} + .ring-teal-600\\/90 { --tw-ring-color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f766e; } +.ring-teal-700\\/15 { + --tw-ring-color: #0f766e26; +} + .ring-teal-700\\/20 { --tw-ring-color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f766e4d; } +.ring-teal-700\\/35 { + --tw-ring-color: #0f766e59; +} + .ring-teal-700\\/40 { --tw-ring-color: #0f766e66; } +.ring-teal-700\\/45 { + --tw-ring-color: #0f766e73; +} + .ring-teal-700\\/5 { --tw-ring-color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f766e80; } +.ring-teal-700\\/55 { + --tw-ring-color: #0f766e8c; +} + .ring-teal-700\\/60 { --tw-ring-color: #0f766e99; } +.ring-teal-700\\/65 { + --tw-ring-color: #0f766ea6; +} + .ring-teal-700\\/70 { --tw-ring-color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0f766ecc; } +.ring-teal-700\\/85 { + --tw-ring-color: #0f766ed9; +} + .ring-teal-700\\/90 { --tw-ring-color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #115e59; } +.ring-teal-800\\/15 { + --tw-ring-color: #115e5926; +} + .ring-teal-800\\/20 { --tw-ring-color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #115e594d; } +.ring-teal-800\\/35 { + --tw-ring-color: #115e5959; +} + .ring-teal-800\\/40 { --tw-ring-color: #115e5966; } +.ring-teal-800\\/45 { + --tw-ring-color: #115e5973; +} + .ring-teal-800\\/5 { --tw-ring-color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #115e5980; } +.ring-teal-800\\/55 { + --tw-ring-color: #115e598c; +} + .ring-teal-800\\/60 { --tw-ring-color: #115e5999; } +.ring-teal-800\\/65 { + --tw-ring-color: #115e59a6; +} + .ring-teal-800\\/70 { --tw-ring-color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #115e59cc; } +.ring-teal-800\\/85 { + --tw-ring-color: #115e59d9; +} + .ring-teal-800\\/90 { --tw-ring-color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #134e4a; } +.ring-teal-900\\/15 { + --tw-ring-color: #134e4a26; +} + .ring-teal-900\\/20 { --tw-ring-color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #134e4a4d; } +.ring-teal-900\\/35 { + --tw-ring-color: #134e4a59; +} + .ring-teal-900\\/40 { --tw-ring-color: #134e4a66; } +.ring-teal-900\\/45 { + --tw-ring-color: #134e4a73; +} + .ring-teal-900\\/5 { --tw-ring-color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #134e4a80; } +.ring-teal-900\\/55 { + --tw-ring-color: #134e4a8c; +} + .ring-teal-900\\/60 { --tw-ring-color: #134e4a99; } +.ring-teal-900\\/65 { + --tw-ring-color: #134e4aa6; +} + .ring-teal-900\\/70 { --tw-ring-color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #134e4acc; } +.ring-teal-900\\/85 { + --tw-ring-color: #134e4ad9; +} + .ring-teal-900\\/90 { --tw-ring-color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #042f2e; } +.ring-teal-950\\/15 { + --tw-ring-color: #042f2e26; +} + .ring-teal-950\\/20 { --tw-ring-color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #042f2e4d; } +.ring-teal-950\\/35 { + --tw-ring-color: #042f2e59; +} + .ring-teal-950\\/40 { --tw-ring-color: #042f2e66; } +.ring-teal-950\\/45 { + --tw-ring-color: #042f2e73; +} + .ring-teal-950\\/5 { --tw-ring-color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #042f2e80; } +.ring-teal-950\\/55 { + --tw-ring-color: #042f2e8c; +} + .ring-teal-950\\/60 { --tw-ring-color: #042f2e99; } +.ring-teal-950\\/65 { + --tw-ring-color: #042f2ea6; +} + .ring-teal-950\\/70 { --tw-ring-color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #042f2ecc; } +.ring-teal-950\\/85 { + --tw-ring-color: #042f2ed9; +} + .ring-teal-950\\/90 { --tw-ring-color: #042f2ee6; } @@ -13474,6 +18514,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #000; } +.ring-transparent\\/15 { + --tw-ring-color: #00000026; +} + .ring-transparent\\/20 { --tw-ring-color: #0003; } @@ -13486,10 +18530,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #0000004d; } +.ring-transparent\\/35 { + --tw-ring-color: #00000059; +} + .ring-transparent\\/40 { --tw-ring-color: #0006; } +.ring-transparent\\/45 { + --tw-ring-color: #00000073; +} + .ring-transparent\\/5 { --tw-ring-color: #0000000d; } @@ -13498,10 +18550,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #00000080; } +.ring-transparent\\/55 { + --tw-ring-color: #0000008c; +} + .ring-transparent\\/60 { --tw-ring-color: #0009; } +.ring-transparent\\/65 { + --tw-ring-color: #000000a6; +} + .ring-transparent\\/70 { --tw-ring-color: #000000b3; } @@ -13514,6 +18574,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #000c; } +.ring-transparent\\/85 { + --tw-ring-color: #000000d9; +} + .ring-transparent\\/90 { --tw-ring-color: #000000e6; } @@ -13538,6 +18602,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ede9fe; } +.ring-violet-100\\/15 { + --tw-ring-color: #ede9fe26; +} + .ring-violet-100\\/20 { --tw-ring-color: #ede9fe33; } @@ -13550,10 +18618,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ede9fe4d; } +.ring-violet-100\\/35 { + --tw-ring-color: #ede9fe59; +} + .ring-violet-100\\/40 { --tw-ring-color: #ede9fe66; } +.ring-violet-100\\/45 { + --tw-ring-color: #ede9fe73; +} + .ring-violet-100\\/5 { --tw-ring-color: #ede9fe0d; } @@ -13562,10 +18638,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ede9fe80; } +.ring-violet-100\\/55 { + --tw-ring-color: #ede9fe8c; +} + .ring-violet-100\\/60 { --tw-ring-color: #ede9fe99; } +.ring-violet-100\\/65 { + --tw-ring-color: #ede9fea6; +} + .ring-violet-100\\/70 { --tw-ring-color: #ede9feb3; } @@ -13578,6 +18662,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ede9fecc; } +.ring-violet-100\\/85 { + --tw-ring-color: #ede9fed9; +} + .ring-violet-100\\/90 { --tw-ring-color: #ede9fee6; } @@ -13602,6 +18690,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ddd6fe; } +.ring-violet-200\\/15 { + --tw-ring-color: #ddd6fe26; +} + .ring-violet-200\\/20 { --tw-ring-color: #ddd6fe33; } @@ -13614,10 +18706,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ddd6fe4d; } +.ring-violet-200\\/35 { + --tw-ring-color: #ddd6fe59; +} + .ring-violet-200\\/40 { --tw-ring-color: #ddd6fe66; } +.ring-violet-200\\/45 { + --tw-ring-color: #ddd6fe73; +} + .ring-violet-200\\/5 { --tw-ring-color: #ddd6fe0d; } @@ -13626,10 +18726,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ddd6fe80; } +.ring-violet-200\\/55 { + --tw-ring-color: #ddd6fe8c; +} + .ring-violet-200\\/60 { --tw-ring-color: #ddd6fe99; } +.ring-violet-200\\/65 { + --tw-ring-color: #ddd6fea6; +} + .ring-violet-200\\/70 { --tw-ring-color: #ddd6feb3; } @@ -13642,6 +18750,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ddd6fecc; } +.ring-violet-200\\/85 { + --tw-ring-color: #ddd6fed9; +} + .ring-violet-200\\/90 { --tw-ring-color: #ddd6fee6; } @@ -13666,6 +18778,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c4b5fd; } +.ring-violet-300\\/15 { + --tw-ring-color: #c4b5fd26; +} + .ring-violet-300\\/20 { --tw-ring-color: #c4b5fd33; } @@ -13678,10 +18794,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c4b5fd4d; } +.ring-violet-300\\/35 { + --tw-ring-color: #c4b5fd59; +} + .ring-violet-300\\/40 { --tw-ring-color: #c4b5fd66; } +.ring-violet-300\\/45 { + --tw-ring-color: #c4b5fd73; +} + .ring-violet-300\\/5 { --tw-ring-color: #c4b5fd0d; } @@ -13690,10 +18814,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c4b5fd80; } +.ring-violet-300\\/55 { + --tw-ring-color: #c4b5fd8c; +} + .ring-violet-300\\/60 { --tw-ring-color: #c4b5fd99; } +.ring-violet-300\\/65 { + --tw-ring-color: #c4b5fda6; +} + .ring-violet-300\\/70 { --tw-ring-color: #c4b5fdb3; } @@ -13706,6 +18838,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #c4b5fdcc; } +.ring-violet-300\\/85 { + --tw-ring-color: #c4b5fdd9; +} + .ring-violet-300\\/90 { --tw-ring-color: #c4b5fde6; } @@ -13730,6 +18866,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a78bfa; } +.ring-violet-400\\/15 { + --tw-ring-color: #a78bfa26; +} + .ring-violet-400\\/20 { --tw-ring-color: #a78bfa33; } @@ -13742,10 +18882,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a78bfa4d; } +.ring-violet-400\\/35 { + --tw-ring-color: #a78bfa59; +} + .ring-violet-400\\/40 { --tw-ring-color: #a78bfa66; } +.ring-violet-400\\/45 { + --tw-ring-color: #a78bfa73; +} + .ring-violet-400\\/5 { --tw-ring-color: #a78bfa0d; } @@ -13754,10 +18902,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a78bfa80; } +.ring-violet-400\\/55 { + --tw-ring-color: #a78bfa8c; +} + .ring-violet-400\\/60 { --tw-ring-color: #a78bfa99; } +.ring-violet-400\\/65 { + --tw-ring-color: #a78bfaa6; +} + .ring-violet-400\\/70 { --tw-ring-color: #a78bfab3; } @@ -13770,6 +18926,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a78bfacc; } +.ring-violet-400\\/85 { + --tw-ring-color: #a78bfad9; +} + .ring-violet-400\\/90 { --tw-ring-color: #a78bfae6; } @@ -13794,6 +18954,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f3ff; } +.ring-violet-50\\/15 { + --tw-ring-color: #f5f3ff26; +} + .ring-violet-50\\/20 { --tw-ring-color: #f5f3ff33; } @@ -13806,10 +18970,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f3ff4d; } +.ring-violet-50\\/35 { + --tw-ring-color: #f5f3ff59; +} + .ring-violet-50\\/40 { --tw-ring-color: #f5f3ff66; } +.ring-violet-50\\/45 { + --tw-ring-color: #f5f3ff73; +} + .ring-violet-50\\/5 { --tw-ring-color: #f5f3ff0d; } @@ -13818,10 +18990,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f3ff80; } +.ring-violet-50\\/55 { + --tw-ring-color: #f5f3ff8c; +} + .ring-violet-50\\/60 { --tw-ring-color: #f5f3ff99; } +.ring-violet-50\\/65 { + --tw-ring-color: #f5f3ffa6; +} + .ring-violet-50\\/70 { --tw-ring-color: #f5f3ffb3; } @@ -13834,6 +19014,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f5f3ffcc; } +.ring-violet-50\\/85 { + --tw-ring-color: #f5f3ffd9; +} + .ring-violet-50\\/90 { --tw-ring-color: #f5f3ffe6; } @@ -13858,6 +19042,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #8b5cf6; } +.ring-violet-500\\/15 { + --tw-ring-color: #8b5cf626; +} + .ring-violet-500\\/20 { --tw-ring-color: #8b5cf633; } @@ -13870,10 +19058,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #8b5cf64d; } +.ring-violet-500\\/35 { + --tw-ring-color: #8b5cf659; +} + .ring-violet-500\\/40 { --tw-ring-color: #8b5cf666; } +.ring-violet-500\\/45 { + --tw-ring-color: #8b5cf673; +} + .ring-violet-500\\/5 { --tw-ring-color: #8b5cf60d; } @@ -13882,10 +19078,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #8b5cf680; } +.ring-violet-500\\/55 { + --tw-ring-color: #8b5cf68c; +} + .ring-violet-500\\/60 { --tw-ring-color: #8b5cf699; } +.ring-violet-500\\/65 { + --tw-ring-color: #8b5cf6a6; +} + .ring-violet-500\\/70 { --tw-ring-color: #8b5cf6b3; } @@ -13898,6 +19102,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #8b5cf6cc; } +.ring-violet-500\\/85 { + --tw-ring-color: #8b5cf6d9; +} + .ring-violet-500\\/90 { --tw-ring-color: #8b5cf6e6; } @@ -13922,6 +19130,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c3aed; } +.ring-violet-600\\/15 { + --tw-ring-color: #7c3aed26; +} + .ring-violet-600\\/20 { --tw-ring-color: #7c3aed33; } @@ -13934,10 +19146,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c3aed4d; } +.ring-violet-600\\/35 { + --tw-ring-color: #7c3aed59; +} + .ring-violet-600\\/40 { --tw-ring-color: #7c3aed66; } +.ring-violet-600\\/45 { + --tw-ring-color: #7c3aed73; +} + .ring-violet-600\\/5 { --tw-ring-color: #7c3aed0d; } @@ -13946,10 +19166,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c3aed80; } +.ring-violet-600\\/55 { + --tw-ring-color: #7c3aed8c; +} + .ring-violet-600\\/60 { --tw-ring-color: #7c3aed99; } +.ring-violet-600\\/65 { + --tw-ring-color: #7c3aeda6; +} + .ring-violet-600\\/70 { --tw-ring-color: #7c3aedb3; } @@ -13962,6 +19190,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #7c3aedcc; } +.ring-violet-600\\/85 { + --tw-ring-color: #7c3aedd9; +} + .ring-violet-600\\/90 { --tw-ring-color: #7c3aede6; } @@ -13986,6 +19218,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6d28d9; } +.ring-violet-700\\/15 { + --tw-ring-color: #6d28d926; +} + .ring-violet-700\\/20 { --tw-ring-color: #6d28d933; } @@ -13998,10 +19234,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6d28d94d; } +.ring-violet-700\\/35 { + --tw-ring-color: #6d28d959; +} + .ring-violet-700\\/40 { --tw-ring-color: #6d28d966; } +.ring-violet-700\\/45 { + --tw-ring-color: #6d28d973; +} + .ring-violet-700\\/5 { --tw-ring-color: #6d28d90d; } @@ -14010,10 +19254,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6d28d980; } +.ring-violet-700\\/55 { + --tw-ring-color: #6d28d98c; +} + .ring-violet-700\\/60 { --tw-ring-color: #6d28d999; } +.ring-violet-700\\/65 { + --tw-ring-color: #6d28d9a6; +} + .ring-violet-700\\/70 { --tw-ring-color: #6d28d9b3; } @@ -14026,6 +19278,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #6d28d9cc; } +.ring-violet-700\\/85 { + --tw-ring-color: #6d28d9d9; +} + .ring-violet-700\\/90 { --tw-ring-color: #6d28d9e6; } @@ -14050,6 +19306,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5b21b6; } +.ring-violet-800\\/15 { + --tw-ring-color: #5b21b626; +} + .ring-violet-800\\/20 { --tw-ring-color: #5b21b633; } @@ -14062,10 +19322,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5b21b64d; } +.ring-violet-800\\/35 { + --tw-ring-color: #5b21b659; +} + .ring-violet-800\\/40 { --tw-ring-color: #5b21b666; } +.ring-violet-800\\/45 { + --tw-ring-color: #5b21b673; +} + .ring-violet-800\\/5 { --tw-ring-color: #5b21b60d; } @@ -14074,10 +19342,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5b21b680; } +.ring-violet-800\\/55 { + --tw-ring-color: #5b21b68c; +} + .ring-violet-800\\/60 { --tw-ring-color: #5b21b699; } +.ring-violet-800\\/65 { + --tw-ring-color: #5b21b6a6; +} + .ring-violet-800\\/70 { --tw-ring-color: #5b21b6b3; } @@ -14090,6 +19366,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #5b21b6cc; } +.ring-violet-800\\/85 { + --tw-ring-color: #5b21b6d9; +} + .ring-violet-800\\/90 { --tw-ring-color: #5b21b6e6; } @@ -14114,6 +19394,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c1d95; } +.ring-violet-900\\/15 { + --tw-ring-color: #4c1d9526; +} + .ring-violet-900\\/20 { --tw-ring-color: #4c1d9533; } @@ -14126,10 +19410,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c1d954d; } +.ring-violet-900\\/35 { + --tw-ring-color: #4c1d9559; +} + .ring-violet-900\\/40 { --tw-ring-color: #4c1d9566; } +.ring-violet-900\\/45 { + --tw-ring-color: #4c1d9573; +} + .ring-violet-900\\/5 { --tw-ring-color: #4c1d950d; } @@ -14138,10 +19430,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c1d9580; } +.ring-violet-900\\/55 { + --tw-ring-color: #4c1d958c; +} + .ring-violet-900\\/60 { --tw-ring-color: #4c1d9599; } +.ring-violet-900\\/65 { + --tw-ring-color: #4c1d95a6; +} + .ring-violet-900\\/70 { --tw-ring-color: #4c1d95b3; } @@ -14154,6 +19454,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4c1d95cc; } +.ring-violet-900\\/85 { + --tw-ring-color: #4c1d95d9; +} + .ring-violet-900\\/90 { --tw-ring-color: #4c1d95e6; } @@ -14178,6 +19482,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2e1065; } +.ring-violet-950\\/15 { + --tw-ring-color: #2e106526; +} + .ring-violet-950\\/20 { --tw-ring-color: #2e106533; } @@ -14190,10 +19498,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2e10654d; } +.ring-violet-950\\/35 { + --tw-ring-color: #2e106559; +} + .ring-violet-950\\/40 { --tw-ring-color: #2e106566; } +.ring-violet-950\\/45 { + --tw-ring-color: #2e106573; +} + .ring-violet-950\\/5 { --tw-ring-color: #2e10650d; } @@ -14202,10 +19518,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2e106580; } +.ring-violet-950\\/55 { + --tw-ring-color: #2e10658c; +} + .ring-violet-950\\/60 { --tw-ring-color: #2e106599; } +.ring-violet-950\\/65 { + --tw-ring-color: #2e1065a6; +} + .ring-violet-950\\/70 { --tw-ring-color: #2e1065b3; } @@ -14218,6 +19542,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #2e1065cc; } +.ring-violet-950\\/85 { + --tw-ring-color: #2e1065d9; +} + .ring-violet-950\\/90 { --tw-ring-color: #2e1065e6; } @@ -14242,6 +19570,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fff; } +.ring-white\\/15 { + --tw-ring-color: #ffffff26; +} + .ring-white\\/20 { --tw-ring-color: #fff3; } @@ -14254,10 +19586,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffffff4d; } +.ring-white\\/35 { + --tw-ring-color: #ffffff59; +} + .ring-white\\/40 { --tw-ring-color: #fff6; } +.ring-white\\/45 { + --tw-ring-color: #ffffff73; +} + .ring-white\\/5 { --tw-ring-color: #ffffff0d; } @@ -14266,10 +19606,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ffffff80; } +.ring-white\\/55 { + --tw-ring-color: #ffffff8c; +} + .ring-white\\/60 { --tw-ring-color: #fff9; } +.ring-white\\/65 { + --tw-ring-color: #ffffffa6; +} + .ring-white\\/70 { --tw-ring-color: #ffffffb3; } @@ -14282,6 +19630,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fffc; } +.ring-white\\/85 { + --tw-ring-color: #ffffffd9; +} + .ring-white\\/90 { --tw-ring-color: #ffffffe6; } @@ -14306,6 +19658,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef9c3; } +.ring-yellow-100\\/15 { + --tw-ring-color: #fef9c326; +} + .ring-yellow-100\\/20 { --tw-ring-color: #fef9c333; } @@ -14318,10 +19674,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef9c34d; } +.ring-yellow-100\\/35 { + --tw-ring-color: #fef9c359; +} + .ring-yellow-100\\/40 { --tw-ring-color: #fef9c366; } +.ring-yellow-100\\/45 { + --tw-ring-color: #fef9c373; +} + .ring-yellow-100\\/5 { --tw-ring-color: #fef9c30d; } @@ -14330,10 +19694,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef9c380; } +.ring-yellow-100\\/55 { + --tw-ring-color: #fef9c38c; +} + .ring-yellow-100\\/60 { --tw-ring-color: #fef9c399; } +.ring-yellow-100\\/65 { + --tw-ring-color: #fef9c3a6; +} + .ring-yellow-100\\/70 { --tw-ring-color: #fef9c3b3; } @@ -14346,6 +19718,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef9c3cc; } +.ring-yellow-100\\/85 { + --tw-ring-color: #fef9c3d9; +} + .ring-yellow-100\\/90 { --tw-ring-color: #fef9c3e6; } @@ -14370,6 +19746,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef08a; } +.ring-yellow-200\\/15 { + --tw-ring-color: #fef08a26; +} + .ring-yellow-200\\/20 { --tw-ring-color: #fef08a33; } @@ -14382,10 +19762,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef08a4d; } +.ring-yellow-200\\/35 { + --tw-ring-color: #fef08a59; +} + .ring-yellow-200\\/40 { --tw-ring-color: #fef08a66; } +.ring-yellow-200\\/45 { + --tw-ring-color: #fef08a73; +} + .ring-yellow-200\\/5 { --tw-ring-color: #fef08a0d; } @@ -14394,10 +19782,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef08a80; } +.ring-yellow-200\\/55 { + --tw-ring-color: #fef08a8c; +} + .ring-yellow-200\\/60 { --tw-ring-color: #fef08a99; } +.ring-yellow-200\\/65 { + --tw-ring-color: #fef08aa6; +} + .ring-yellow-200\\/70 { --tw-ring-color: #fef08ab3; } @@ -14410,6 +19806,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fef08acc; } +.ring-yellow-200\\/85 { + --tw-ring-color: #fef08ad9; +} + .ring-yellow-200\\/90 { --tw-ring-color: #fef08ae6; } @@ -14434,6 +19834,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde047; } +.ring-yellow-300\\/15 { + --tw-ring-color: #fde04726; +} + .ring-yellow-300\\/20 { --tw-ring-color: #fde04733; } @@ -14446,10 +19850,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde0474d; } +.ring-yellow-300\\/35 { + --tw-ring-color: #fde04759; +} + .ring-yellow-300\\/40 { --tw-ring-color: #fde04766; } +.ring-yellow-300\\/45 { + --tw-ring-color: #fde04773; +} + .ring-yellow-300\\/5 { --tw-ring-color: #fde0470d; } @@ -14458,10 +19870,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde04780; } +.ring-yellow-300\\/55 { + --tw-ring-color: #fde0478c; +} + .ring-yellow-300\\/60 { --tw-ring-color: #fde04799; } +.ring-yellow-300\\/65 { + --tw-ring-color: #fde047a6; +} + .ring-yellow-300\\/70 { --tw-ring-color: #fde047b3; } @@ -14474,6 +19894,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fde047cc; } +.ring-yellow-300\\/85 { + --tw-ring-color: #fde047d9; +} + .ring-yellow-300\\/90 { --tw-ring-color: #fde047e6; } @@ -14498,6 +19922,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #facc15; } +.ring-yellow-400\\/15 { + --tw-ring-color: #facc1526; +} + .ring-yellow-400\\/20 { --tw-ring-color: #facc1533; } @@ -14510,10 +19938,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #facc154d; } +.ring-yellow-400\\/35 { + --tw-ring-color: #facc1559; +} + .ring-yellow-400\\/40 { --tw-ring-color: #facc1566; } +.ring-yellow-400\\/45 { + --tw-ring-color: #facc1573; +} + .ring-yellow-400\\/5 { --tw-ring-color: #facc150d; } @@ -14522,10 +19958,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #facc1580; } +.ring-yellow-400\\/55 { + --tw-ring-color: #facc158c; +} + .ring-yellow-400\\/60 { --tw-ring-color: #facc1599; } +.ring-yellow-400\\/65 { + --tw-ring-color: #facc15a6; +} + .ring-yellow-400\\/70 { --tw-ring-color: #facc15b3; } @@ -14538,6 +19982,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #facc15cc; } +.ring-yellow-400\\/85 { + --tw-ring-color: #facc15d9; +} + .ring-yellow-400\\/90 { --tw-ring-color: #facc15e6; } @@ -14562,6 +20010,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fefce8; } +.ring-yellow-50\\/15 { + --tw-ring-color: #fefce826; +} + .ring-yellow-50\\/20 { --tw-ring-color: #fefce833; } @@ -14574,10 +20026,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fefce84d; } +.ring-yellow-50\\/35 { + --tw-ring-color: #fefce859; +} + .ring-yellow-50\\/40 { --tw-ring-color: #fefce866; } +.ring-yellow-50\\/45 { + --tw-ring-color: #fefce873; +} + .ring-yellow-50\\/5 { --tw-ring-color: #fefce80d; } @@ -14586,10 +20046,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fefce880; } +.ring-yellow-50\\/55 { + --tw-ring-color: #fefce88c; +} + .ring-yellow-50\\/60 { --tw-ring-color: #fefce899; } +.ring-yellow-50\\/65 { + --tw-ring-color: #fefce8a6; +} + .ring-yellow-50\\/70 { --tw-ring-color: #fefce8b3; } @@ -14602,6 +20070,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fefce8cc; } +.ring-yellow-50\\/85 { + --tw-ring-color: #fefce8d9; +} + .ring-yellow-50\\/90 { --tw-ring-color: #fefce8e6; } @@ -14626,6 +20098,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eab308; } +.ring-yellow-500\\/15 { + --tw-ring-color: #eab30826; +} + .ring-yellow-500\\/20 { --tw-ring-color: #eab30833; } @@ -14638,10 +20114,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eab3084d; } +.ring-yellow-500\\/35 { + --tw-ring-color: #eab30859; +} + .ring-yellow-500\\/40 { --tw-ring-color: #eab30866; } +.ring-yellow-500\\/45 { + --tw-ring-color: #eab30873; +} + .ring-yellow-500\\/5 { --tw-ring-color: #eab3080d; } @@ -14650,10 +20134,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eab30880; } +.ring-yellow-500\\/55 { + --tw-ring-color: #eab3088c; +} + .ring-yellow-500\\/60 { --tw-ring-color: #eab30899; } +.ring-yellow-500\\/65 { + --tw-ring-color: #eab308a6; +} + .ring-yellow-500\\/70 { --tw-ring-color: #eab308b3; } @@ -14666,6 +20158,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #eab308cc; } +.ring-yellow-500\\/85 { + --tw-ring-color: #eab308d9; +} + .ring-yellow-500\\/90 { --tw-ring-color: #eab308e6; } @@ -14690,6 +20186,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ca8a04; } +.ring-yellow-600\\/15 { + --tw-ring-color: #ca8a0426; +} + .ring-yellow-600\\/20 { --tw-ring-color: #ca8a0433; } @@ -14702,10 +20202,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ca8a044d; } +.ring-yellow-600\\/35 { + --tw-ring-color: #ca8a0459; +} + .ring-yellow-600\\/40 { --tw-ring-color: #ca8a0466; } +.ring-yellow-600\\/45 { + --tw-ring-color: #ca8a0473; +} + .ring-yellow-600\\/5 { --tw-ring-color: #ca8a040d; } @@ -14714,10 +20222,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ca8a0480; } +.ring-yellow-600\\/55 { + --tw-ring-color: #ca8a048c; +} + .ring-yellow-600\\/60 { --tw-ring-color: #ca8a0499; } +.ring-yellow-600\\/65 { + --tw-ring-color: #ca8a04a6; +} + .ring-yellow-600\\/70 { --tw-ring-color: #ca8a04b3; } @@ -14730,6 +20246,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #ca8a04cc; } +.ring-yellow-600\\/85 { + --tw-ring-color: #ca8a04d9; +} + .ring-yellow-600\\/90 { --tw-ring-color: #ca8a04e6; } @@ -14754,6 +20274,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a16207; } +.ring-yellow-700\\/15 { + --tw-ring-color: #a1620726; +} + .ring-yellow-700\\/20 { --tw-ring-color: #a1620733; } @@ -14766,10 +20290,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a162074d; } +.ring-yellow-700\\/35 { + --tw-ring-color: #a1620759; +} + .ring-yellow-700\\/40 { --tw-ring-color: #a1620766; } +.ring-yellow-700\\/45 { + --tw-ring-color: #a1620773; +} + .ring-yellow-700\\/5 { --tw-ring-color: #a162070d; } @@ -14778,10 +20310,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a1620780; } +.ring-yellow-700\\/55 { + --tw-ring-color: #a162078c; +} + .ring-yellow-700\\/60 { --tw-ring-color: #a1620799; } +.ring-yellow-700\\/65 { + --tw-ring-color: #a16207a6; +} + .ring-yellow-700\\/70 { --tw-ring-color: #a16207b3; } @@ -14794,6 +20334,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a16207cc; } +.ring-yellow-700\\/85 { + --tw-ring-color: #a16207d9; +} + .ring-yellow-700\\/90 { --tw-ring-color: #a16207e6; } @@ -14818,6 +20362,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #854d0e; } +.ring-yellow-800\\/15 { + --tw-ring-color: #854d0e26; +} + .ring-yellow-800\\/20 { --tw-ring-color: #854d0e33; } @@ -14830,10 +20378,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #854d0e4d; } +.ring-yellow-800\\/35 { + --tw-ring-color: #854d0e59; +} + .ring-yellow-800\\/40 { --tw-ring-color: #854d0e66; } +.ring-yellow-800\\/45 { + --tw-ring-color: #854d0e73; +} + .ring-yellow-800\\/5 { --tw-ring-color: #854d0e0d; } @@ -14842,10 +20398,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #854d0e80; } +.ring-yellow-800\\/55 { + --tw-ring-color: #854d0e8c; +} + .ring-yellow-800\\/60 { --tw-ring-color: #854d0e99; } +.ring-yellow-800\\/65 { + --tw-ring-color: #854d0ea6; +} + .ring-yellow-800\\/70 { --tw-ring-color: #854d0eb3; } @@ -14858,6 +20422,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #854d0ecc; } +.ring-yellow-800\\/85 { + --tw-ring-color: #854d0ed9; +} + .ring-yellow-800\\/90 { --tw-ring-color: #854d0ee6; } @@ -14882,6 +20450,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #713f12; } +.ring-yellow-900\\/15 { + --tw-ring-color: #713f1226; +} + .ring-yellow-900\\/20 { --tw-ring-color: #713f1233; } @@ -14894,10 +20466,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #713f124d; } +.ring-yellow-900\\/35 { + --tw-ring-color: #713f1259; +} + .ring-yellow-900\\/40 { --tw-ring-color: #713f1266; } +.ring-yellow-900\\/45 { + --tw-ring-color: #713f1273; +} + .ring-yellow-900\\/5 { --tw-ring-color: #713f120d; } @@ -14906,10 +20486,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #713f1280; } +.ring-yellow-900\\/55 { + --tw-ring-color: #713f128c; +} + .ring-yellow-900\\/60 { --tw-ring-color: #713f1299; } +.ring-yellow-900\\/65 { + --tw-ring-color: #713f12a6; +} + .ring-yellow-900\\/70 { --tw-ring-color: #713f12b3; } @@ -14922,6 +20510,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #713f12cc; } +.ring-yellow-900\\/85 { + --tw-ring-color: #713f12d9; +} + .ring-yellow-900\\/90 { --tw-ring-color: #713f12e6; } @@ -14946,6 +20538,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #422006; } +.ring-yellow-950\\/15 { + --tw-ring-color: #42200626; +} + .ring-yellow-950\\/20 { --tw-ring-color: #42200633; } @@ -14958,10 +20554,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #4220064d; } +.ring-yellow-950\\/35 { + --tw-ring-color: #42200659; +} + .ring-yellow-950\\/40 { --tw-ring-color: #42200666; } +.ring-yellow-950\\/45 { + --tw-ring-color: #42200673; +} + .ring-yellow-950\\/5 { --tw-ring-color: #4220060d; } @@ -14970,10 +20574,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #42200680; } +.ring-yellow-950\\/55 { + --tw-ring-color: #4220068c; +} + .ring-yellow-950\\/60 { --tw-ring-color: #42200699; } +.ring-yellow-950\\/65 { + --tw-ring-color: #422006a6; +} + .ring-yellow-950\\/70 { --tw-ring-color: #422006b3; } @@ -14986,6 +20598,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #422006cc; } +.ring-yellow-950\\/85 { + --tw-ring-color: #422006d9; +} + .ring-yellow-950\\/90 { --tw-ring-color: #422006e6; } @@ -15010,6 +20626,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f4f4f5; } +.ring-zinc-100\\/15 { + --tw-ring-color: #f4f4f526; +} + .ring-zinc-100\\/20 { --tw-ring-color: #f4f4f533; } @@ -15022,10 +20642,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f4f4f54d; } +.ring-zinc-100\\/35 { + --tw-ring-color: #f4f4f559; +} + .ring-zinc-100\\/40 { --tw-ring-color: #f4f4f566; } +.ring-zinc-100\\/45 { + --tw-ring-color: #f4f4f573; +} + .ring-zinc-100\\/5 { --tw-ring-color: #f4f4f50d; } @@ -15034,10 +20662,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f4f4f580; } +.ring-zinc-100\\/55 { + --tw-ring-color: #f4f4f58c; +} + .ring-zinc-100\\/60 { --tw-ring-color: #f4f4f599; } +.ring-zinc-100\\/65 { + --tw-ring-color: #f4f4f5a6; +} + .ring-zinc-100\\/70 { --tw-ring-color: #f4f4f5b3; } @@ -15050,6 +20686,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #f4f4f5cc; } +.ring-zinc-100\\/85 { + --tw-ring-color: #f4f4f5d9; +} + .ring-zinc-100\\/90 { --tw-ring-color: #f4f4f5e6; } @@ -15074,6 +20714,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e4e4e7; } +.ring-zinc-200\\/15 { + --tw-ring-color: #e4e4e726; +} + .ring-zinc-200\\/20 { --tw-ring-color: #e4e4e733; } @@ -15086,10 +20730,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e4e4e74d; } +.ring-zinc-200\\/35 { + --tw-ring-color: #e4e4e759; +} + .ring-zinc-200\\/40 { --tw-ring-color: #e4e4e766; } +.ring-zinc-200\\/45 { + --tw-ring-color: #e4e4e773; +} + .ring-zinc-200\\/5 { --tw-ring-color: #e4e4e70d; } @@ -15098,10 +20750,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e4e4e780; } +.ring-zinc-200\\/55 { + --tw-ring-color: #e4e4e78c; +} + .ring-zinc-200\\/60 { --tw-ring-color: #e4e4e799; } +.ring-zinc-200\\/65 { + --tw-ring-color: #e4e4e7a6; +} + .ring-zinc-200\\/70 { --tw-ring-color: #e4e4e7b3; } @@ -15114,6 +20774,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #e4e4e7cc; } +.ring-zinc-200\\/85 { + --tw-ring-color: #e4e4e7d9; +} + .ring-zinc-200\\/90 { --tw-ring-color: #e4e4e7e6; } @@ -15138,6 +20802,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d8; } +.ring-zinc-300\\/15 { + --tw-ring-color: #d4d4d826; +} + .ring-zinc-300\\/20 { --tw-ring-color: #d4d4d833; } @@ -15150,10 +20818,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d84d; } +.ring-zinc-300\\/35 { + --tw-ring-color: #d4d4d859; +} + .ring-zinc-300\\/40 { --tw-ring-color: #d4d4d866; } +.ring-zinc-300\\/45 { + --tw-ring-color: #d4d4d873; +} + .ring-zinc-300\\/5 { --tw-ring-color: #d4d4d80d; } @@ -15162,10 +20838,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d880; } +.ring-zinc-300\\/55 { + --tw-ring-color: #d4d4d88c; +} + .ring-zinc-300\\/60 { --tw-ring-color: #d4d4d899; } +.ring-zinc-300\\/65 { + --tw-ring-color: #d4d4d8a6; +} + .ring-zinc-300\\/70 { --tw-ring-color: #d4d4d8b3; } @@ -15178,6 +20862,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #d4d4d8cc; } +.ring-zinc-300\\/85 { + --tw-ring-color: #d4d4d8d9; +} + .ring-zinc-300\\/90 { --tw-ring-color: #d4d4d8e6; } @@ -15202,6 +20890,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a1a1aa; } +.ring-zinc-400\\/15 { + --tw-ring-color: #a1a1aa26; +} + .ring-zinc-400\\/20 { --tw-ring-color: #a1a1aa33; } @@ -15214,10 +20906,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a1a1aa4d; } +.ring-zinc-400\\/35 { + --tw-ring-color: #a1a1aa59; +} + .ring-zinc-400\\/40 { --tw-ring-color: #a1a1aa66; } +.ring-zinc-400\\/45 { + --tw-ring-color: #a1a1aa73; +} + .ring-zinc-400\\/5 { --tw-ring-color: #a1a1aa0d; } @@ -15226,10 +20926,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a1a1aa80; } +.ring-zinc-400\\/55 { + --tw-ring-color: #a1a1aa8c; +} + .ring-zinc-400\\/60 { --tw-ring-color: #a1a1aa99; } +.ring-zinc-400\\/65 { + --tw-ring-color: #a1a1aaa6; +} + .ring-zinc-400\\/70 { --tw-ring-color: #a1a1aab3; } @@ -15242,6 +20950,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #a1a1aacc; } +.ring-zinc-400\\/85 { + --tw-ring-color: #a1a1aad9; +} + .ring-zinc-400\\/90 { --tw-ring-color: #a1a1aae6; } @@ -15266,6 +20978,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafa; } +.ring-zinc-50\\/15 { + --tw-ring-color: #fafafa26; +} + .ring-zinc-50\\/20 { --tw-ring-color: #fafafa33; } @@ -15278,10 +20994,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafa4d; } +.ring-zinc-50\\/35 { + --tw-ring-color: #fafafa59; +} + .ring-zinc-50\\/40 { --tw-ring-color: #fafafa66; } +.ring-zinc-50\\/45 { + --tw-ring-color: #fafafa73; +} + .ring-zinc-50\\/5 { --tw-ring-color: #fafafa0d; } @@ -15290,10 +21014,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafa80; } +.ring-zinc-50\\/55 { + --tw-ring-color: #fafafa8c; +} + .ring-zinc-50\\/60 { --tw-ring-color: #fafafa99; } +.ring-zinc-50\\/65 { + --tw-ring-color: #fafafaa6; +} + .ring-zinc-50\\/70 { --tw-ring-color: #fafafab3; } @@ -15306,6 +21038,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #fafafacc; } +.ring-zinc-50\\/85 { + --tw-ring-color: #fafafad9; +} + .ring-zinc-50\\/90 { --tw-ring-color: #fafafae6; } @@ -15330,6 +21066,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #71717a; } +.ring-zinc-500\\/15 { + --tw-ring-color: #71717a26; +} + .ring-zinc-500\\/20 { --tw-ring-color: #71717a33; } @@ -15342,10 +21082,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #71717a4d; } +.ring-zinc-500\\/35 { + --tw-ring-color: #71717a59; +} + .ring-zinc-500\\/40 { --tw-ring-color: #71717a66; } +.ring-zinc-500\\/45 { + --tw-ring-color: #71717a73; +} + .ring-zinc-500\\/5 { --tw-ring-color: #71717a0d; } @@ -15354,10 +21102,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #71717a80; } +.ring-zinc-500\\/55 { + --tw-ring-color: #71717a8c; +} + .ring-zinc-500\\/60 { --tw-ring-color: #71717a99; } +.ring-zinc-500\\/65 { + --tw-ring-color: #71717aa6; +} + .ring-zinc-500\\/70 { --tw-ring-color: #71717ab3; } @@ -15370,6 +21126,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #71717acc; } +.ring-zinc-500\\/85 { + --tw-ring-color: #71717ad9; +} + .ring-zinc-500\\/90 { --tw-ring-color: #71717ae6; } @@ -15394,6 +21154,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #52525b; } +.ring-zinc-600\\/15 { + --tw-ring-color: #52525b26; +} + .ring-zinc-600\\/20 { --tw-ring-color: #52525b33; } @@ -15406,10 +21170,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #52525b4d; } +.ring-zinc-600\\/35 { + --tw-ring-color: #52525b59; +} + .ring-zinc-600\\/40 { --tw-ring-color: #52525b66; } +.ring-zinc-600\\/45 { + --tw-ring-color: #52525b73; +} + .ring-zinc-600\\/5 { --tw-ring-color: #52525b0d; } @@ -15418,10 +21190,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #52525b80; } +.ring-zinc-600\\/55 { + --tw-ring-color: #52525b8c; +} + .ring-zinc-600\\/60 { --tw-ring-color: #52525b99; } +.ring-zinc-600\\/65 { + --tw-ring-color: #52525ba6; +} + .ring-zinc-600\\/70 { --tw-ring-color: #52525bb3; } @@ -15434,6 +21214,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #52525bcc; } +.ring-zinc-600\\/85 { + --tw-ring-color: #52525bd9; +} + .ring-zinc-600\\/90 { --tw-ring-color: #52525be6; } @@ -15458,6 +21242,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f3f46; } +.ring-zinc-700\\/15 { + --tw-ring-color: #3f3f4626; +} + .ring-zinc-700\\/20 { --tw-ring-color: #3f3f4633; } @@ -15470,10 +21258,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f3f464d; } +.ring-zinc-700\\/35 { + --tw-ring-color: #3f3f4659; +} + .ring-zinc-700\\/40 { --tw-ring-color: #3f3f4666; } +.ring-zinc-700\\/45 { + --tw-ring-color: #3f3f4673; +} + .ring-zinc-700\\/5 { --tw-ring-color: #3f3f460d; } @@ -15482,10 +21278,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f3f4680; } +.ring-zinc-700\\/55 { + --tw-ring-color: #3f3f468c; +} + .ring-zinc-700\\/60 { --tw-ring-color: #3f3f4699; } +.ring-zinc-700\\/65 { + --tw-ring-color: #3f3f46a6; +} + .ring-zinc-700\\/70 { --tw-ring-color: #3f3f46b3; } @@ -15498,6 +21302,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #3f3f46cc; } +.ring-zinc-700\\/85 { + --tw-ring-color: #3f3f46d9; +} + .ring-zinc-700\\/90 { --tw-ring-color: #3f3f46e6; } @@ -15522,6 +21330,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #27272a; } +.ring-zinc-800\\/15 { + --tw-ring-color: #27272a26; +} + .ring-zinc-800\\/20 { --tw-ring-color: #27272a33; } @@ -15534,10 +21346,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #27272a4d; } +.ring-zinc-800\\/35 { + --tw-ring-color: #27272a59; +} + .ring-zinc-800\\/40 { --tw-ring-color: #27272a66; } +.ring-zinc-800\\/45 { + --tw-ring-color: #27272a73; +} + .ring-zinc-800\\/5 { --tw-ring-color: #27272a0d; } @@ -15546,10 +21366,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #27272a80; } +.ring-zinc-800\\/55 { + --tw-ring-color: #27272a8c; +} + .ring-zinc-800\\/60 { --tw-ring-color: #27272a99; } +.ring-zinc-800\\/65 { + --tw-ring-color: #27272aa6; +} + .ring-zinc-800\\/70 { --tw-ring-color: #27272ab3; } @@ -15562,6 +21390,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #27272acc; } +.ring-zinc-800\\/85 { + --tw-ring-color: #27272ad9; +} + .ring-zinc-800\\/90 { --tw-ring-color: #27272ae6; } @@ -15586,6 +21418,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #18181b; } +.ring-zinc-900\\/15 { + --tw-ring-color: #18181b26; +} + .ring-zinc-900\\/20 { --tw-ring-color: #18181b33; } @@ -15598,10 +21434,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #18181b4d; } +.ring-zinc-900\\/35 { + --tw-ring-color: #18181b59; +} + .ring-zinc-900\\/40 { --tw-ring-color: #18181b66; } +.ring-zinc-900\\/45 { + --tw-ring-color: #18181b73; +} + .ring-zinc-900\\/5 { --tw-ring-color: #18181b0d; } @@ -15610,10 +21454,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #18181b80; } +.ring-zinc-900\\/55 { + --tw-ring-color: #18181b8c; +} + .ring-zinc-900\\/60 { --tw-ring-color: #18181b99; } +.ring-zinc-900\\/65 { + --tw-ring-color: #18181ba6; +} + .ring-zinc-900\\/70 { --tw-ring-color: #18181bb3; } @@ -15626,6 +21478,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #18181bcc; } +.ring-zinc-900\\/85 { + --tw-ring-color: #18181bd9; +} + .ring-zinc-900\\/90 { --tw-ring-color: #18181be6; } @@ -15650,6 +21506,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #09090b; } +.ring-zinc-950\\/15 { + --tw-ring-color: #09090b26; +} + .ring-zinc-950\\/20 { --tw-ring-color: #09090b33; } @@ -15662,10 +21522,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #09090b4d; } +.ring-zinc-950\\/35 { + --tw-ring-color: #09090b59; +} + .ring-zinc-950\\/40 { --tw-ring-color: #09090b66; } +.ring-zinc-950\\/45 { + --tw-ring-color: #09090b73; +} + .ring-zinc-950\\/5 { --tw-ring-color: #09090b0d; } @@ -15674,10 +21542,18 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #09090b80; } +.ring-zinc-950\\/55 { + --tw-ring-color: #09090b8c; +} + .ring-zinc-950\\/60 { --tw-ring-color: #09090b99; } +.ring-zinc-950\\/65 { + --tw-ring-color: #09090ba6; +} + .ring-zinc-950\\/70 { --tw-ring-color: #09090bb3; } @@ -15690,6 +21566,10 @@ exports[`should test the 'ringColor' plugin 1`] = ` --tw-ring-color: #09090bcc; } +.ring-zinc-950\\/85 { + --tw-ring-color: #09090bd9; +} + .ring-zinc-950\\/90 { --tw-ring-color: #09090be6; } @@ -15728,6 +21608,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef3c7; } +.ring-amber-100\\/15 { + --tw-ring-color: #fef3c726; +} + .ring-amber-100\\/20 { --tw-ring-color: #fef3c733; } @@ -15740,10 +21624,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef3c74d; } +.ring-amber-100\\/35 { + --tw-ring-color: #fef3c759; +} + .ring-amber-100\\/40 { --tw-ring-color: #fef3c766; } +.ring-amber-100\\/45 { + --tw-ring-color: #fef3c773; +} + .ring-amber-100\\/5 { --tw-ring-color: #fef3c70d; } @@ -15752,10 +21644,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef3c780; } +.ring-amber-100\\/55 { + --tw-ring-color: #fef3c78c; +} + .ring-amber-100\\/60 { --tw-ring-color: #fef3c799; } +.ring-amber-100\\/65 { + --tw-ring-color: #fef3c7a6; +} + .ring-amber-100\\/70 { --tw-ring-color: #fef3c7b3; } @@ -15768,6 +21668,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef3c7cc; } +.ring-amber-100\\/85 { + --tw-ring-color: #fef3c7d9; +} + .ring-amber-100\\/90 { --tw-ring-color: #fef3c7e6; } @@ -15793,6 +21697,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde68a; } +.ring-amber-200\\/15 { + --tw-ring-color: #fde68a26; +} + .ring-amber-200\\/20 { --tw-ring-color: #fde68a33; } @@ -15805,10 +21713,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde68a4d; } +.ring-amber-200\\/35 { + --tw-ring-color: #fde68a59; +} + .ring-amber-200\\/40 { --tw-ring-color: #fde68a66; } +.ring-amber-200\\/45 { + --tw-ring-color: #fde68a73; +} + .ring-amber-200\\/5 { --tw-ring-color: #fde68a0d; } @@ -15817,10 +21733,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde68a80; } +.ring-amber-200\\/55 { + --tw-ring-color: #fde68a8c; +} + .ring-amber-200\\/60 { --tw-ring-color: #fde68a99; } +.ring-amber-200\\/65 { + --tw-ring-color: #fde68aa6; +} + .ring-amber-200\\/70 { --tw-ring-color: #fde68ab3; } @@ -15833,6 +21757,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde68acc; } +.ring-amber-200\\/85 { + --tw-ring-color: #fde68ad9; +} + .ring-amber-200\\/90 { --tw-ring-color: #fde68ae6; } @@ -15858,6 +21786,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fcd34d; } +.ring-amber-300\\/15 { + --tw-ring-color: #fcd34d26; +} + .ring-amber-300\\/20 { --tw-ring-color: #fcd34d33; } @@ -15870,10 +21802,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fcd34d4d; } +.ring-amber-300\\/35 { + --tw-ring-color: #fcd34d59; +} + .ring-amber-300\\/40 { --tw-ring-color: #fcd34d66; } +.ring-amber-300\\/45 { + --tw-ring-color: #fcd34d73; +} + .ring-amber-300\\/5 { --tw-ring-color: #fcd34d0d; } @@ -15882,10 +21822,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fcd34d80; } +.ring-amber-300\\/55 { + --tw-ring-color: #fcd34d8c; +} + .ring-amber-300\\/60 { --tw-ring-color: #fcd34d99; } +.ring-amber-300\\/65 { + --tw-ring-color: #fcd34da6; +} + .ring-amber-300\\/70 { --tw-ring-color: #fcd34db3; } @@ -15898,6 +21846,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fcd34dcc; } +.ring-amber-300\\/85 { + --tw-ring-color: #fcd34dd9; +} + .ring-amber-300\\/90 { --tw-ring-color: #fcd34de6; } @@ -15923,6 +21875,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbbf24; } +.ring-amber-400\\/15 { + --tw-ring-color: #fbbf2426; +} + .ring-amber-400\\/20 { --tw-ring-color: #fbbf2433; } @@ -15935,10 +21891,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbbf244d; } +.ring-amber-400\\/35 { + --tw-ring-color: #fbbf2459; +} + .ring-amber-400\\/40 { --tw-ring-color: #fbbf2466; } +.ring-amber-400\\/45 { + --tw-ring-color: #fbbf2473; +} + .ring-amber-400\\/5 { --tw-ring-color: #fbbf240d; } @@ -15947,10 +21911,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbbf2480; } +.ring-amber-400\\/55 { + --tw-ring-color: #fbbf248c; +} + .ring-amber-400\\/60 { --tw-ring-color: #fbbf2499; } +.ring-amber-400\\/65 { + --tw-ring-color: #fbbf24a6; +} + .ring-amber-400\\/70 { --tw-ring-color: #fbbf24b3; } @@ -15963,6 +21935,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbbf24cc; } +.ring-amber-400\\/85 { + --tw-ring-color: #fbbf24d9; +} + .ring-amber-400\\/90 { --tw-ring-color: #fbbf24e6; } @@ -15988,6 +21964,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fffbeb; } +.ring-amber-50\\/15 { + --tw-ring-color: #fffbeb26; +} + .ring-amber-50\\/20 { --tw-ring-color: #fffbeb33; } @@ -16000,10 +21980,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fffbeb4d; } +.ring-amber-50\\/35 { + --tw-ring-color: #fffbeb59; +} + .ring-amber-50\\/40 { --tw-ring-color: #fffbeb66; } +.ring-amber-50\\/45 { + --tw-ring-color: #fffbeb73; +} + .ring-amber-50\\/5 { --tw-ring-color: #fffbeb0d; } @@ -16012,10 +22000,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fffbeb80; } +.ring-amber-50\\/55 { + --tw-ring-color: #fffbeb8c; +} + .ring-amber-50\\/60 { --tw-ring-color: #fffbeb99; } +.ring-amber-50\\/65 { + --tw-ring-color: #fffbeba6; +} + .ring-amber-50\\/70 { --tw-ring-color: #fffbebb3; } @@ -16028,6 +22024,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fffbebcc; } +.ring-amber-50\\/85 { + --tw-ring-color: #fffbebd9; +} + .ring-amber-50\\/90 { --tw-ring-color: #fffbebe6; } @@ -16053,6 +22053,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f59e0b; } +.ring-amber-500\\/15 { + --tw-ring-color: #f59e0b26; +} + .ring-amber-500\\/20 { --tw-ring-color: #f59e0b33; } @@ -16065,10 +22069,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f59e0b4d; } +.ring-amber-500\\/35 { + --tw-ring-color: #f59e0b59; +} + .ring-amber-500\\/40 { --tw-ring-color: #f59e0b66; } +.ring-amber-500\\/45 { + --tw-ring-color: #f59e0b73; +} + .ring-amber-500\\/5 { --tw-ring-color: #f59e0b0d; } @@ -16077,10 +22089,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f59e0b80; } +.ring-amber-500\\/55 { + --tw-ring-color: #f59e0b8c; +} + .ring-amber-500\\/60 { --tw-ring-color: #f59e0b99; } +.ring-amber-500\\/65 { + --tw-ring-color: #f59e0ba6; +} + .ring-amber-500\\/70 { --tw-ring-color: #f59e0bb3; } @@ -16093,6 +22113,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f59e0bcc; } +.ring-amber-500\\/85 { + --tw-ring-color: #f59e0bd9; +} + .ring-amber-500\\/90 { --tw-ring-color: #f59e0be6; } @@ -16118,6 +22142,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d97706; } +.ring-amber-600\\/15 { + --tw-ring-color: #d9770626; +} + .ring-amber-600\\/20 { --tw-ring-color: #d9770633; } @@ -16130,10 +22158,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d977064d; } +.ring-amber-600\\/35 { + --tw-ring-color: #d9770659; +} + .ring-amber-600\\/40 { --tw-ring-color: #d9770666; } +.ring-amber-600\\/45 { + --tw-ring-color: #d9770673; +} + .ring-amber-600\\/5 { --tw-ring-color: #d977060d; } @@ -16142,10 +22178,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d9770680; } +.ring-amber-600\\/55 { + --tw-ring-color: #d977068c; +} + .ring-amber-600\\/60 { --tw-ring-color: #d9770699; } +.ring-amber-600\\/65 { + --tw-ring-color: #d97706a6; +} + .ring-amber-600\\/70 { --tw-ring-color: #d97706b3; } @@ -16158,6 +22202,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d97706cc; } +.ring-amber-600\\/85 { + --tw-ring-color: #d97706d9; +} + .ring-amber-600\\/90 { --tw-ring-color: #d97706e6; } @@ -16183,6 +22231,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b45309; } +.ring-amber-700\\/15 { + --tw-ring-color: #b4530926; +} + .ring-amber-700\\/20 { --tw-ring-color: #b4530933; } @@ -16195,10 +22247,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b453094d; } +.ring-amber-700\\/35 { + --tw-ring-color: #b4530959; +} + .ring-amber-700\\/40 { --tw-ring-color: #b4530966; } +.ring-amber-700\\/45 { + --tw-ring-color: #b4530973; +} + .ring-amber-700\\/5 { --tw-ring-color: #b453090d; } @@ -16207,10 +22267,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b4530980; } +.ring-amber-700\\/55 { + --tw-ring-color: #b453098c; +} + .ring-amber-700\\/60 { --tw-ring-color: #b4530999; } +.ring-amber-700\\/65 { + --tw-ring-color: #b45309a6; +} + .ring-amber-700\\/70 { --tw-ring-color: #b45309b3; } @@ -16223,6 +22291,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b45309cc; } +.ring-amber-700\\/85 { + --tw-ring-color: #b45309d9; +} + .ring-amber-700\\/90 { --tw-ring-color: #b45309e6; } @@ -16248,6 +22320,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #92400e; } +.ring-amber-800\\/15 { + --tw-ring-color: #92400e26; +} + .ring-amber-800\\/20 { --tw-ring-color: #92400e33; } @@ -16260,10 +22336,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #92400e4d; } +.ring-amber-800\\/35 { + --tw-ring-color: #92400e59; +} + .ring-amber-800\\/40 { --tw-ring-color: #92400e66; } +.ring-amber-800\\/45 { + --tw-ring-color: #92400e73; +} + .ring-amber-800\\/5 { --tw-ring-color: #92400e0d; } @@ -16272,10 +22356,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #92400e80; } +.ring-amber-800\\/55 { + --tw-ring-color: #92400e8c; +} + .ring-amber-800\\/60 { --tw-ring-color: #92400e99; } +.ring-amber-800\\/65 { + --tw-ring-color: #92400ea6; +} + .ring-amber-800\\/70 { --tw-ring-color: #92400eb3; } @@ -16288,6 +22380,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #92400ecc; } +.ring-amber-800\\/85 { + --tw-ring-color: #92400ed9; +} + .ring-amber-800\\/90 { --tw-ring-color: #92400ee6; } @@ -16313,6 +22409,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78350f; } +.ring-amber-900\\/15 { + --tw-ring-color: #78350f26; +} + .ring-amber-900\\/20 { --tw-ring-color: #78350f33; } @@ -16325,10 +22425,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78350f4d; } +.ring-amber-900\\/35 { + --tw-ring-color: #78350f59; +} + .ring-amber-900\\/40 { --tw-ring-color: #78350f66; } +.ring-amber-900\\/45 { + --tw-ring-color: #78350f73; +} + .ring-amber-900\\/5 { --tw-ring-color: #78350f0d; } @@ -16337,10 +22445,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78350f80; } +.ring-amber-900\\/55 { + --tw-ring-color: #78350f8c; +} + .ring-amber-900\\/60 { --tw-ring-color: #78350f99; } +.ring-amber-900\\/65 { + --tw-ring-color: #78350fa6; +} + .ring-amber-900\\/70 { --tw-ring-color: #78350fb3; } @@ -16353,6 +22469,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78350fcc; } +.ring-amber-900\\/85 { + --tw-ring-color: #78350fd9; +} + .ring-amber-900\\/90 { --tw-ring-color: #78350fe6; } @@ -16378,6 +22498,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #451a03; } +.ring-amber-950\\/15 { + --tw-ring-color: #451a0326; +} + .ring-amber-950\\/20 { --tw-ring-color: #451a0333; } @@ -16390,10 +22514,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #451a034d; } +.ring-amber-950\\/35 { + --tw-ring-color: #451a0359; +} + .ring-amber-950\\/40 { --tw-ring-color: #451a0366; } +.ring-amber-950\\/45 { + --tw-ring-color: #451a0373; +} + .ring-amber-950\\/5 { --tw-ring-color: #451a030d; } @@ -16402,10 +22534,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #451a0380; } +.ring-amber-950\\/55 { + --tw-ring-color: #451a038c; +} + .ring-amber-950\\/60 { --tw-ring-color: #451a0399; } +.ring-amber-950\\/65 { + --tw-ring-color: #451a03a6; +} + .ring-amber-950\\/70 { --tw-ring-color: #451a03b3; } @@ -16418,6 +22558,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #451a03cc; } +.ring-amber-950\\/85 { + --tw-ring-color: #451a03d9; +} + .ring-amber-950\\/90 { --tw-ring-color: #451a03e6; } @@ -16443,6 +22587,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #000; } +.ring-black\\/15 { + --tw-ring-color: #00000026; +} + .ring-black\\/20 { --tw-ring-color: #0003; } @@ -16455,10 +22603,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0000004d; } +.ring-black\\/35 { + --tw-ring-color: #00000059; +} + .ring-black\\/40 { --tw-ring-color: #0006; } +.ring-black\\/45 { + --tw-ring-color: #00000073; +} + .ring-black\\/5 { --tw-ring-color: #0000000d; } @@ -16467,10 +22623,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #00000080; } +.ring-black\\/55 { + --tw-ring-color: #0000008c; +} + .ring-black\\/60 { --tw-ring-color: #0009; } +.ring-black\\/65 { + --tw-ring-color: #000000a6; +} + .ring-black\\/70 { --tw-ring-color: #000000b3; } @@ -16483,6 +22647,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #000c; } +.ring-black\\/85 { + --tw-ring-color: #000000d9; +} + .ring-black\\/90 { --tw-ring-color: #000000e6; } @@ -16508,6 +22676,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dbeafe; } +.ring-blue-100\\/15 { + --tw-ring-color: #dbeafe26; +} + .ring-blue-100\\/20 { --tw-ring-color: #dbeafe33; } @@ -16520,10 +22692,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dbeafe4d; } +.ring-blue-100\\/35 { + --tw-ring-color: #dbeafe59; +} + .ring-blue-100\\/40 { --tw-ring-color: #dbeafe66; } +.ring-blue-100\\/45 { + --tw-ring-color: #dbeafe73; +} + .ring-blue-100\\/5 { --tw-ring-color: #dbeafe0d; } @@ -16532,10 +22712,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dbeafe80; } +.ring-blue-100\\/55 { + --tw-ring-color: #dbeafe8c; +} + .ring-blue-100\\/60 { --tw-ring-color: #dbeafe99; } +.ring-blue-100\\/65 { + --tw-ring-color: #dbeafea6; +} + .ring-blue-100\\/70 { --tw-ring-color: #dbeafeb3; } @@ -16548,6 +22736,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dbeafecc; } +.ring-blue-100\\/85 { + --tw-ring-color: #dbeafed9; +} + .ring-blue-100\\/90 { --tw-ring-color: #dbeafee6; } @@ -16573,6 +22765,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bfdbfe; } +.ring-blue-200\\/15 { + --tw-ring-color: #bfdbfe26; +} + .ring-blue-200\\/20 { --tw-ring-color: #bfdbfe33; } @@ -16585,10 +22781,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bfdbfe4d; } +.ring-blue-200\\/35 { + --tw-ring-color: #bfdbfe59; +} + .ring-blue-200\\/40 { --tw-ring-color: #bfdbfe66; } +.ring-blue-200\\/45 { + --tw-ring-color: #bfdbfe73; +} + .ring-blue-200\\/5 { --tw-ring-color: #bfdbfe0d; } @@ -16597,10 +22801,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bfdbfe80; } +.ring-blue-200\\/55 { + --tw-ring-color: #bfdbfe8c; +} + .ring-blue-200\\/60 { --tw-ring-color: #bfdbfe99; } +.ring-blue-200\\/65 { + --tw-ring-color: #bfdbfea6; +} + .ring-blue-200\\/70 { --tw-ring-color: #bfdbfeb3; } @@ -16613,6 +22825,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bfdbfecc; } +.ring-blue-200\\/85 { + --tw-ring-color: #bfdbfed9; +} + .ring-blue-200\\/90 { --tw-ring-color: #bfdbfee6; } @@ -16638,6 +22854,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #93c5fd; } +.ring-blue-300\\/15 { + --tw-ring-color: #93c5fd26; +} + .ring-blue-300\\/20 { --tw-ring-color: #93c5fd33; } @@ -16650,10 +22870,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #93c5fd4d; } +.ring-blue-300\\/35 { + --tw-ring-color: #93c5fd59; +} + .ring-blue-300\\/40 { --tw-ring-color: #93c5fd66; } +.ring-blue-300\\/45 { + --tw-ring-color: #93c5fd73; +} + .ring-blue-300\\/5 { --tw-ring-color: #93c5fd0d; } @@ -16662,10 +22890,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #93c5fd80; } +.ring-blue-300\\/55 { + --tw-ring-color: #93c5fd8c; +} + .ring-blue-300\\/60 { --tw-ring-color: #93c5fd99; } +.ring-blue-300\\/65 { + --tw-ring-color: #93c5fda6; +} + .ring-blue-300\\/70 { --tw-ring-color: #93c5fdb3; } @@ -16678,6 +22914,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #93c5fdcc; } +.ring-blue-300\\/85 { + --tw-ring-color: #93c5fdd9; +} + .ring-blue-300\\/90 { --tw-ring-color: #93c5fde6; } @@ -16703,6 +22943,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #60a5fa; } +.ring-blue-400\\/15 { + --tw-ring-color: #60a5fa26; +} + .ring-blue-400\\/20 { --tw-ring-color: #60a5fa33; } @@ -16715,10 +22959,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #60a5fa4d; } +.ring-blue-400\\/35 { + --tw-ring-color: #60a5fa59; +} + .ring-blue-400\\/40 { --tw-ring-color: #60a5fa66; } +.ring-blue-400\\/45 { + --tw-ring-color: #60a5fa73; +} + .ring-blue-400\\/5 { --tw-ring-color: #60a5fa0d; } @@ -16727,10 +22979,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #60a5fa80; } +.ring-blue-400\\/55 { + --tw-ring-color: #60a5fa8c; +} + .ring-blue-400\\/60 { --tw-ring-color: #60a5fa99; } +.ring-blue-400\\/65 { + --tw-ring-color: #60a5faa6; +} + .ring-blue-400\\/70 { --tw-ring-color: #60a5fab3; } @@ -16743,6 +23003,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #60a5facc; } +.ring-blue-400\\/85 { + --tw-ring-color: #60a5fad9; +} + .ring-blue-400\\/90 { --tw-ring-color: #60a5fae6; } @@ -16768,6 +23032,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eff6ff; } +.ring-blue-50\\/15 { + --tw-ring-color: #eff6ff26; +} + .ring-blue-50\\/20 { --tw-ring-color: #eff6ff33; } @@ -16780,10 +23048,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eff6ff4d; } +.ring-blue-50\\/35 { + --tw-ring-color: #eff6ff59; +} + .ring-blue-50\\/40 { --tw-ring-color: #eff6ff66; } +.ring-blue-50\\/45 { + --tw-ring-color: #eff6ff73; +} + .ring-blue-50\\/5 { --tw-ring-color: #eff6ff0d; } @@ -16792,10 +23068,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eff6ff80; } +.ring-blue-50\\/55 { + --tw-ring-color: #eff6ff8c; +} + .ring-blue-50\\/60 { --tw-ring-color: #eff6ff99; } +.ring-blue-50\\/65 { + --tw-ring-color: #eff6ffa6; +} + .ring-blue-50\\/70 { --tw-ring-color: #eff6ffb3; } @@ -16808,6 +23092,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eff6ffcc; } +.ring-blue-50\\/85 { + --tw-ring-color: #eff6ffd9; +} + .ring-blue-50\\/90 { --tw-ring-color: #eff6ffe6; } @@ -16833,6 +23121,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b82f6; } +.ring-blue-500\\/15 { + --tw-ring-color: #3b82f626; +} + .ring-blue-500\\/20 { --tw-ring-color: #3b82f633; } @@ -16845,10 +23137,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b82f64d; } +.ring-blue-500\\/35 { + --tw-ring-color: #3b82f659; +} + .ring-blue-500\\/40 { --tw-ring-color: #3b82f666; } +.ring-blue-500\\/45 { + --tw-ring-color: #3b82f673; +} + .ring-blue-500\\/5 { --tw-ring-color: #3b82f60d; } @@ -16857,10 +23157,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b82f680; } +.ring-blue-500\\/55 { + --tw-ring-color: #3b82f68c; +} + .ring-blue-500\\/60 { --tw-ring-color: #3b82f699; } +.ring-blue-500\\/65 { + --tw-ring-color: #3b82f6a6; +} + .ring-blue-500\\/70 { --tw-ring-color: #3b82f6b3; } @@ -16873,6 +23181,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b82f6cc; } +.ring-blue-500\\/85 { + --tw-ring-color: #3b82f6d9; +} + .ring-blue-500\\/90 { --tw-ring-color: #3b82f6e6; } @@ -16898,6 +23210,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2563eb; } +.ring-blue-600\\/15 { + --tw-ring-color: #2563eb26; +} + .ring-blue-600\\/20 { --tw-ring-color: #2563eb33; } @@ -16910,10 +23226,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2563eb4d; } +.ring-blue-600\\/35 { + --tw-ring-color: #2563eb59; +} + .ring-blue-600\\/40 { --tw-ring-color: #2563eb66; } +.ring-blue-600\\/45 { + --tw-ring-color: #2563eb73; +} + .ring-blue-600\\/5 { --tw-ring-color: #2563eb0d; } @@ -16922,10 +23246,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2563eb80; } +.ring-blue-600\\/55 { + --tw-ring-color: #2563eb8c; +} + .ring-blue-600\\/60 { --tw-ring-color: #2563eb99; } +.ring-blue-600\\/65 { + --tw-ring-color: #2563eba6; +} + .ring-blue-600\\/70 { --tw-ring-color: #2563ebb3; } @@ -16938,6 +23270,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2563ebcc; } +.ring-blue-600\\/85 { + --tw-ring-color: #2563ebd9; +} + .ring-blue-600\\/90 { --tw-ring-color: #2563ebe6; } @@ -16963,6 +23299,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1d4ed8; } +.ring-blue-700\\/15 { + --tw-ring-color: #1d4ed826; +} + .ring-blue-700\\/20 { --tw-ring-color: #1d4ed833; } @@ -16975,10 +23315,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1d4ed84d; } +.ring-blue-700\\/35 { + --tw-ring-color: #1d4ed859; +} + .ring-blue-700\\/40 { --tw-ring-color: #1d4ed866; } +.ring-blue-700\\/45 { + --tw-ring-color: #1d4ed873; +} + .ring-blue-700\\/5 { --tw-ring-color: #1d4ed80d; } @@ -16987,10 +23335,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1d4ed880; } +.ring-blue-700\\/55 { + --tw-ring-color: #1d4ed88c; +} + .ring-blue-700\\/60 { --tw-ring-color: #1d4ed899; } +.ring-blue-700\\/65 { + --tw-ring-color: #1d4ed8a6; +} + .ring-blue-700\\/70 { --tw-ring-color: #1d4ed8b3; } @@ -17003,6 +23359,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1d4ed8cc; } +.ring-blue-700\\/85 { + --tw-ring-color: #1d4ed8d9; +} + .ring-blue-700\\/90 { --tw-ring-color: #1d4ed8e6; } @@ -17028,6 +23388,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e40af; } +.ring-blue-800\\/15 { + --tw-ring-color: #1e40af26; +} + .ring-blue-800\\/20 { --tw-ring-color: #1e40af33; } @@ -17040,10 +23404,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e40af4d; } +.ring-blue-800\\/35 { + --tw-ring-color: #1e40af59; +} + .ring-blue-800\\/40 { --tw-ring-color: #1e40af66; } +.ring-blue-800\\/45 { + --tw-ring-color: #1e40af73; +} + .ring-blue-800\\/5 { --tw-ring-color: #1e40af0d; } @@ -17052,10 +23424,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e40af80; } +.ring-blue-800\\/55 { + --tw-ring-color: #1e40af8c; +} + .ring-blue-800\\/60 { --tw-ring-color: #1e40af99; } +.ring-blue-800\\/65 { + --tw-ring-color: #1e40afa6; +} + .ring-blue-800\\/70 { --tw-ring-color: #1e40afb3; } @@ -17068,6 +23448,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e40afcc; } +.ring-blue-800\\/85 { + --tw-ring-color: #1e40afd9; +} + .ring-blue-800\\/90 { --tw-ring-color: #1e40afe6; } @@ -17093,6 +23477,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e3a8a; } +.ring-blue-900\\/15 { + --tw-ring-color: #1e3a8a26; +} + .ring-blue-900\\/20 { --tw-ring-color: #1e3a8a33; } @@ -17105,10 +23493,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e3a8a4d; } +.ring-blue-900\\/35 { + --tw-ring-color: #1e3a8a59; +} + .ring-blue-900\\/40 { --tw-ring-color: #1e3a8a66; } +.ring-blue-900\\/45 { + --tw-ring-color: #1e3a8a73; +} + .ring-blue-900\\/5 { --tw-ring-color: #1e3a8a0d; } @@ -17117,10 +23513,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e3a8a80; } +.ring-blue-900\\/55 { + --tw-ring-color: #1e3a8a8c; +} + .ring-blue-900\\/60 { --tw-ring-color: #1e3a8a99; } +.ring-blue-900\\/65 { + --tw-ring-color: #1e3a8aa6; +} + .ring-blue-900\\/70 { --tw-ring-color: #1e3a8ab3; } @@ -17133,6 +23537,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e3a8acc; } +.ring-blue-900\\/85 { + --tw-ring-color: #1e3a8ad9; +} + .ring-blue-900\\/90 { --tw-ring-color: #1e3a8ae6; } @@ -17158,6 +23566,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #172554; } +.ring-blue-950\\/15 { + --tw-ring-color: #17255426; +} + .ring-blue-950\\/20 { --tw-ring-color: #17255433; } @@ -17170,10 +23582,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1725544d; } +.ring-blue-950\\/35 { + --tw-ring-color: #17255459; +} + .ring-blue-950\\/40 { --tw-ring-color: #17255466; } +.ring-blue-950\\/45 { + --tw-ring-color: #17255473; +} + .ring-blue-950\\/5 { --tw-ring-color: #1725540d; } @@ -17182,10 +23602,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #17255480; } +.ring-blue-950\\/55 { + --tw-ring-color: #1725548c; +} + .ring-blue-950\\/60 { --tw-ring-color: #17255499; } +.ring-blue-950\\/65 { + --tw-ring-color: #172554a6; +} + .ring-blue-950\\/70 { --tw-ring-color: #172554b3; } @@ -17198,6 +23626,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #172554cc; } +.ring-blue-950\\/85 { + --tw-ring-color: #172554d9; +} + .ring-blue-950\\/90 { --tw-ring-color: #172554e6; } @@ -17227,6 +23659,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cffafe; } +.ring-cyan-100\\/15 { + --tw-ring-color: #cffafe26; +} + .ring-cyan-100\\/20 { --tw-ring-color: #cffafe33; } @@ -17239,10 +23675,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cffafe4d; } +.ring-cyan-100\\/35 { + --tw-ring-color: #cffafe59; +} + .ring-cyan-100\\/40 { --tw-ring-color: #cffafe66; } +.ring-cyan-100\\/45 { + --tw-ring-color: #cffafe73; +} + .ring-cyan-100\\/5 { --tw-ring-color: #cffafe0d; } @@ -17251,10 +23695,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cffafe80; } +.ring-cyan-100\\/55 { + --tw-ring-color: #cffafe8c; +} + .ring-cyan-100\\/60 { --tw-ring-color: #cffafe99; } +.ring-cyan-100\\/65 { + --tw-ring-color: #cffafea6; +} + .ring-cyan-100\\/70 { --tw-ring-color: #cffafeb3; } @@ -17267,6 +23719,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cffafecc; } +.ring-cyan-100\\/85 { + --tw-ring-color: #cffafed9; +} + .ring-cyan-100\\/90 { --tw-ring-color: #cffafee6; } @@ -17292,6 +23748,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5f3fc; } +.ring-cyan-200\\/15 { + --tw-ring-color: #a5f3fc26; +} + .ring-cyan-200\\/20 { --tw-ring-color: #a5f3fc33; } @@ -17304,10 +23764,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5f3fc4d; } +.ring-cyan-200\\/35 { + --tw-ring-color: #a5f3fc59; +} + .ring-cyan-200\\/40 { --tw-ring-color: #a5f3fc66; } +.ring-cyan-200\\/45 { + --tw-ring-color: #a5f3fc73; +} + .ring-cyan-200\\/5 { --tw-ring-color: #a5f3fc0d; } @@ -17316,10 +23784,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5f3fc80; } +.ring-cyan-200\\/55 { + --tw-ring-color: #a5f3fc8c; +} + .ring-cyan-200\\/60 { --tw-ring-color: #a5f3fc99; } +.ring-cyan-200\\/65 { + --tw-ring-color: #a5f3fca6; +} + .ring-cyan-200\\/70 { --tw-ring-color: #a5f3fcb3; } @@ -17332,6 +23808,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5f3fccc; } +.ring-cyan-200\\/85 { + --tw-ring-color: #a5f3fcd9; +} + .ring-cyan-200\\/90 { --tw-ring-color: #a5f3fce6; } @@ -17357,6 +23837,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #67e8f9; } +.ring-cyan-300\\/15 { + --tw-ring-color: #67e8f926; +} + .ring-cyan-300\\/20 { --tw-ring-color: #67e8f933; } @@ -17369,10 +23853,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #67e8f94d; } +.ring-cyan-300\\/35 { + --tw-ring-color: #67e8f959; +} + .ring-cyan-300\\/40 { --tw-ring-color: #67e8f966; } +.ring-cyan-300\\/45 { + --tw-ring-color: #67e8f973; +} + .ring-cyan-300\\/5 { --tw-ring-color: #67e8f90d; } @@ -17381,10 +23873,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #67e8f980; } +.ring-cyan-300\\/55 { + --tw-ring-color: #67e8f98c; +} + .ring-cyan-300\\/60 { --tw-ring-color: #67e8f999; } +.ring-cyan-300\\/65 { + --tw-ring-color: #67e8f9a6; +} + .ring-cyan-300\\/70 { --tw-ring-color: #67e8f9b3; } @@ -17397,6 +23897,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #67e8f9cc; } +.ring-cyan-300\\/85 { + --tw-ring-color: #67e8f9d9; +} + .ring-cyan-300\\/90 { --tw-ring-color: #67e8f9e6; } @@ -17422,6 +23926,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22d3ee; } +.ring-cyan-400\\/15 { + --tw-ring-color: #22d3ee26; +} + .ring-cyan-400\\/20 { --tw-ring-color: #22d3ee33; } @@ -17434,10 +23942,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22d3ee4d; } +.ring-cyan-400\\/35 { + --tw-ring-color: #22d3ee59; +} + .ring-cyan-400\\/40 { --tw-ring-color: #22d3ee66; } +.ring-cyan-400\\/45 { + --tw-ring-color: #22d3ee73; +} + .ring-cyan-400\\/5 { --tw-ring-color: #22d3ee0d; } @@ -17446,10 +23962,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22d3ee80; } +.ring-cyan-400\\/55 { + --tw-ring-color: #22d3ee8c; +} + .ring-cyan-400\\/60 { --tw-ring-color: #22d3ee99; } +.ring-cyan-400\\/65 { + --tw-ring-color: #22d3eea6; +} + .ring-cyan-400\\/70 { --tw-ring-color: #22d3eeb3; } @@ -17462,6 +23986,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22d3eecc; } +.ring-cyan-400\\/85 { + --tw-ring-color: #22d3eed9; +} + .ring-cyan-400\\/90 { --tw-ring-color: #22d3eee6; } @@ -17487,6 +24015,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfeff; } +.ring-cyan-50\\/15 { + --tw-ring-color: #ecfeff26; +} + .ring-cyan-50\\/20 { --tw-ring-color: #ecfeff33; } @@ -17499,10 +24031,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfeff4d; } +.ring-cyan-50\\/35 { + --tw-ring-color: #ecfeff59; +} + .ring-cyan-50\\/40 { --tw-ring-color: #ecfeff66; } +.ring-cyan-50\\/45 { + --tw-ring-color: #ecfeff73; +} + .ring-cyan-50\\/5 { --tw-ring-color: #ecfeff0d; } @@ -17511,10 +24051,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfeff80; } +.ring-cyan-50\\/55 { + --tw-ring-color: #ecfeff8c; +} + .ring-cyan-50\\/60 { --tw-ring-color: #ecfeff99; } +.ring-cyan-50\\/65 { + --tw-ring-color: #ecfeffa6; +} + .ring-cyan-50\\/70 { --tw-ring-color: #ecfeffb3; } @@ -17527,6 +24075,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfeffcc; } +.ring-cyan-50\\/85 { + --tw-ring-color: #ecfeffd9; +} + .ring-cyan-50\\/90 { --tw-ring-color: #ecfeffe6; } @@ -17552,6 +24104,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #06b6d4; } +.ring-cyan-500\\/15 { + --tw-ring-color: #06b6d426; +} + .ring-cyan-500\\/20 { --tw-ring-color: #06b6d433; } @@ -17564,10 +24120,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #06b6d44d; } +.ring-cyan-500\\/35 { + --tw-ring-color: #06b6d459; +} + .ring-cyan-500\\/40 { --tw-ring-color: #06b6d466; } +.ring-cyan-500\\/45 { + --tw-ring-color: #06b6d473; +} + .ring-cyan-500\\/5 { --tw-ring-color: #06b6d40d; } @@ -17576,10 +24140,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #06b6d480; } +.ring-cyan-500\\/55 { + --tw-ring-color: #06b6d48c; +} + .ring-cyan-500\\/60 { --tw-ring-color: #06b6d499; } +.ring-cyan-500\\/65 { + --tw-ring-color: #06b6d4a6; +} + .ring-cyan-500\\/70 { --tw-ring-color: #06b6d4b3; } @@ -17592,6 +24164,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #06b6d4cc; } +.ring-cyan-500\\/85 { + --tw-ring-color: #06b6d4d9; +} + .ring-cyan-500\\/90 { --tw-ring-color: #06b6d4e6; } @@ -17617,6 +24193,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0891b2; } +.ring-cyan-600\\/15 { + --tw-ring-color: #0891b226; +} + .ring-cyan-600\\/20 { --tw-ring-color: #0891b233; } @@ -17629,10 +24209,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0891b24d; } +.ring-cyan-600\\/35 { + --tw-ring-color: #0891b259; +} + .ring-cyan-600\\/40 { --tw-ring-color: #0891b266; } +.ring-cyan-600\\/45 { + --tw-ring-color: #0891b273; +} + .ring-cyan-600\\/5 { --tw-ring-color: #0891b20d; } @@ -17641,10 +24229,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0891b280; } +.ring-cyan-600\\/55 { + --tw-ring-color: #0891b28c; +} + .ring-cyan-600\\/60 { --tw-ring-color: #0891b299; } +.ring-cyan-600\\/65 { + --tw-ring-color: #0891b2a6; +} + .ring-cyan-600\\/70 { --tw-ring-color: #0891b2b3; } @@ -17657,6 +24253,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0891b2cc; } +.ring-cyan-600\\/85 { + --tw-ring-color: #0891b2d9; +} + .ring-cyan-600\\/90 { --tw-ring-color: #0891b2e6; } @@ -17682,6 +24282,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0e7490; } +.ring-cyan-700\\/15 { + --tw-ring-color: #0e749026; +} + .ring-cyan-700\\/20 { --tw-ring-color: #0e749033; } @@ -17694,10 +24298,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0e74904d; } +.ring-cyan-700\\/35 { + --tw-ring-color: #0e749059; +} + .ring-cyan-700\\/40 { --tw-ring-color: #0e749066; } +.ring-cyan-700\\/45 { + --tw-ring-color: #0e749073; +} + .ring-cyan-700\\/5 { --tw-ring-color: #0e74900d; } @@ -17706,10 +24318,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0e749080; } +.ring-cyan-700\\/55 { + --tw-ring-color: #0e74908c; +} + .ring-cyan-700\\/60 { --tw-ring-color: #0e749099; } +.ring-cyan-700\\/65 { + --tw-ring-color: #0e7490a6; +} + .ring-cyan-700\\/70 { --tw-ring-color: #0e7490b3; } @@ -17722,6 +24342,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0e7490cc; } +.ring-cyan-700\\/85 { + --tw-ring-color: #0e7490d9; +} + .ring-cyan-700\\/90 { --tw-ring-color: #0e7490e6; } @@ -17747,6 +24371,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #155e75; } +.ring-cyan-800\\/15 { + --tw-ring-color: #155e7526; +} + .ring-cyan-800\\/20 { --tw-ring-color: #155e7533; } @@ -17759,10 +24387,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #155e754d; } +.ring-cyan-800\\/35 { + --tw-ring-color: #155e7559; +} + .ring-cyan-800\\/40 { --tw-ring-color: #155e7566; } +.ring-cyan-800\\/45 { + --tw-ring-color: #155e7573; +} + .ring-cyan-800\\/5 { --tw-ring-color: #155e750d; } @@ -17771,10 +24407,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #155e7580; } +.ring-cyan-800\\/55 { + --tw-ring-color: #155e758c; +} + .ring-cyan-800\\/60 { --tw-ring-color: #155e7599; } +.ring-cyan-800\\/65 { + --tw-ring-color: #155e75a6; +} + .ring-cyan-800\\/70 { --tw-ring-color: #155e75b3; } @@ -17787,6 +24431,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #155e75cc; } +.ring-cyan-800\\/85 { + --tw-ring-color: #155e75d9; +} + .ring-cyan-800\\/90 { --tw-ring-color: #155e75e6; } @@ -17812,6 +24460,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #164e63; } +.ring-cyan-900\\/15 { + --tw-ring-color: #164e6326; +} + .ring-cyan-900\\/20 { --tw-ring-color: #164e6333; } @@ -17824,10 +24476,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #164e634d; } +.ring-cyan-900\\/35 { + --tw-ring-color: #164e6359; +} + .ring-cyan-900\\/40 { --tw-ring-color: #164e6366; } +.ring-cyan-900\\/45 { + --tw-ring-color: #164e6373; +} + .ring-cyan-900\\/5 { --tw-ring-color: #164e630d; } @@ -17836,10 +24496,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #164e6380; } +.ring-cyan-900\\/55 { + --tw-ring-color: #164e638c; +} + .ring-cyan-900\\/60 { --tw-ring-color: #164e6399; } +.ring-cyan-900\\/65 { + --tw-ring-color: #164e63a6; +} + .ring-cyan-900\\/70 { --tw-ring-color: #164e63b3; } @@ -17852,6 +24520,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #164e63cc; } +.ring-cyan-900\\/85 { + --tw-ring-color: #164e63d9; +} + .ring-cyan-900\\/90 { --tw-ring-color: #164e63e6; } @@ -17877,6 +24549,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #083344; } +.ring-cyan-950\\/15 { + --tw-ring-color: #08334426; +} + .ring-cyan-950\\/20 { --tw-ring-color: #08334433; } @@ -17889,10 +24565,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0833444d; } +.ring-cyan-950\\/35 { + --tw-ring-color: #08334459; +} + .ring-cyan-950\\/40 { --tw-ring-color: #08334466; } +.ring-cyan-950\\/45 { + --tw-ring-color: #08334473; +} + .ring-cyan-950\\/5 { --tw-ring-color: #0833440d; } @@ -17901,10 +24585,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #08334480; } +.ring-cyan-950\\/55 { + --tw-ring-color: #0833448c; +} + .ring-cyan-950\\/60 { --tw-ring-color: #08334499; } +.ring-cyan-950\\/65 { + --tw-ring-color: #083344a6; +} + .ring-cyan-950\\/70 { --tw-ring-color: #083344b3; } @@ -17917,6 +24609,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #083344cc; } +.ring-cyan-950\\/85 { + --tw-ring-color: #083344d9; +} + .ring-cyan-950\\/90 { --tw-ring-color: #083344e6; } @@ -17942,6 +24638,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1fae5; } +.ring-emerald-100\\/15 { + --tw-ring-color: #d1fae526; +} + .ring-emerald-100\\/20 { --tw-ring-color: #d1fae533; } @@ -17954,10 +24654,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1fae54d; } +.ring-emerald-100\\/35 { + --tw-ring-color: #d1fae559; +} + .ring-emerald-100\\/40 { --tw-ring-color: #d1fae566; } +.ring-emerald-100\\/45 { + --tw-ring-color: #d1fae573; +} + .ring-emerald-100\\/5 { --tw-ring-color: #d1fae50d; } @@ -17966,10 +24674,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1fae580; } +.ring-emerald-100\\/55 { + --tw-ring-color: #d1fae58c; +} + .ring-emerald-100\\/60 { --tw-ring-color: #d1fae599; } +.ring-emerald-100\\/65 { + --tw-ring-color: #d1fae5a6; +} + .ring-emerald-100\\/70 { --tw-ring-color: #d1fae5b3; } @@ -17982,6 +24698,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1fae5cc; } +.ring-emerald-100\\/85 { + --tw-ring-color: #d1fae5d9; +} + .ring-emerald-100\\/90 { --tw-ring-color: #d1fae5e6; } @@ -18007,6 +24727,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a7f3d0; } +.ring-emerald-200\\/15 { + --tw-ring-color: #a7f3d026; +} + .ring-emerald-200\\/20 { --tw-ring-color: #a7f3d033; } @@ -18019,10 +24743,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a7f3d04d; } +.ring-emerald-200\\/35 { + --tw-ring-color: #a7f3d059; +} + .ring-emerald-200\\/40 { --tw-ring-color: #a7f3d066; } +.ring-emerald-200\\/45 { + --tw-ring-color: #a7f3d073; +} + .ring-emerald-200\\/5 { --tw-ring-color: #a7f3d00d; } @@ -18031,10 +24763,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a7f3d080; } +.ring-emerald-200\\/55 { + --tw-ring-color: #a7f3d08c; +} + .ring-emerald-200\\/60 { --tw-ring-color: #a7f3d099; } +.ring-emerald-200\\/65 { + --tw-ring-color: #a7f3d0a6; +} + .ring-emerald-200\\/70 { --tw-ring-color: #a7f3d0b3; } @@ -18047,6 +24787,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a7f3d0cc; } +.ring-emerald-200\\/85 { + --tw-ring-color: #a7f3d0d9; +} + .ring-emerald-200\\/90 { --tw-ring-color: #a7f3d0e6; } @@ -18072,6 +24816,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6ee7b7; } +.ring-emerald-300\\/15 { + --tw-ring-color: #6ee7b726; +} + .ring-emerald-300\\/20 { --tw-ring-color: #6ee7b733; } @@ -18084,10 +24832,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6ee7b74d; } +.ring-emerald-300\\/35 { + --tw-ring-color: #6ee7b759; +} + .ring-emerald-300\\/40 { --tw-ring-color: #6ee7b766; } +.ring-emerald-300\\/45 { + --tw-ring-color: #6ee7b773; +} + .ring-emerald-300\\/5 { --tw-ring-color: #6ee7b70d; } @@ -18096,10 +24852,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6ee7b780; } +.ring-emerald-300\\/55 { + --tw-ring-color: #6ee7b78c; +} + .ring-emerald-300\\/60 { --tw-ring-color: #6ee7b799; } +.ring-emerald-300\\/65 { + --tw-ring-color: #6ee7b7a6; +} + .ring-emerald-300\\/70 { --tw-ring-color: #6ee7b7b3; } @@ -18112,6 +24876,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6ee7b7cc; } +.ring-emerald-300\\/85 { + --tw-ring-color: #6ee7b7d9; +} + .ring-emerald-300\\/90 { --tw-ring-color: #6ee7b7e6; } @@ -18137,6 +24905,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #34d399; } +.ring-emerald-400\\/15 { + --tw-ring-color: #34d39926; +} + .ring-emerald-400\\/20 { --tw-ring-color: #34d39933; } @@ -18149,10 +24921,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #34d3994d; } +.ring-emerald-400\\/35 { + --tw-ring-color: #34d39959; +} + .ring-emerald-400\\/40 { --tw-ring-color: #34d39966; } +.ring-emerald-400\\/45 { + --tw-ring-color: #34d39973; +} + .ring-emerald-400\\/5 { --tw-ring-color: #34d3990d; } @@ -18161,10 +24941,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #34d39980; } +.ring-emerald-400\\/55 { + --tw-ring-color: #34d3998c; +} + .ring-emerald-400\\/60 { --tw-ring-color: #34d39999; } +.ring-emerald-400\\/65 { + --tw-ring-color: #34d399a6; +} + .ring-emerald-400\\/70 { --tw-ring-color: #34d399b3; } @@ -18177,6 +24965,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #34d399cc; } +.ring-emerald-400\\/85 { + --tw-ring-color: #34d399d9; +} + .ring-emerald-400\\/90 { --tw-ring-color: #34d399e6; } @@ -18202,6 +24994,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfdf5; } +.ring-emerald-50\\/15 { + --tw-ring-color: #ecfdf526; +} + .ring-emerald-50\\/20 { --tw-ring-color: #ecfdf533; } @@ -18214,10 +25010,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfdf54d; } +.ring-emerald-50\\/35 { + --tw-ring-color: #ecfdf559; +} + .ring-emerald-50\\/40 { --tw-ring-color: #ecfdf566; } +.ring-emerald-50\\/45 { + --tw-ring-color: #ecfdf573; +} + .ring-emerald-50\\/5 { --tw-ring-color: #ecfdf50d; } @@ -18226,10 +25030,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfdf580; } +.ring-emerald-50\\/55 { + --tw-ring-color: #ecfdf58c; +} + .ring-emerald-50\\/60 { --tw-ring-color: #ecfdf599; } +.ring-emerald-50\\/65 { + --tw-ring-color: #ecfdf5a6; +} + .ring-emerald-50\\/70 { --tw-ring-color: #ecfdf5b3; } @@ -18242,6 +25054,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfdf5cc; } +.ring-emerald-50\\/85 { + --tw-ring-color: #ecfdf5d9; +} + .ring-emerald-50\\/90 { --tw-ring-color: #ecfdf5e6; } @@ -18267,6 +25083,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #10b981; } +.ring-emerald-500\\/15 { + --tw-ring-color: #10b98126; +} + .ring-emerald-500\\/20 { --tw-ring-color: #10b98133; } @@ -18279,10 +25099,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #10b9814d; } +.ring-emerald-500\\/35 { + --tw-ring-color: #10b98159; +} + .ring-emerald-500\\/40 { --tw-ring-color: #10b98166; } +.ring-emerald-500\\/45 { + --tw-ring-color: #10b98173; +} + .ring-emerald-500\\/5 { --tw-ring-color: #10b9810d; } @@ -18291,10 +25119,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #10b98180; } +.ring-emerald-500\\/55 { + --tw-ring-color: #10b9818c; +} + .ring-emerald-500\\/60 { --tw-ring-color: #10b98199; } +.ring-emerald-500\\/65 { + --tw-ring-color: #10b981a6; +} + .ring-emerald-500\\/70 { --tw-ring-color: #10b981b3; } @@ -18307,6 +25143,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #10b981cc; } +.ring-emerald-500\\/85 { + --tw-ring-color: #10b981d9; +} + .ring-emerald-500\\/90 { --tw-ring-color: #10b981e6; } @@ -18332,6 +25172,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #059669; } +.ring-emerald-600\\/15 { + --tw-ring-color: #05966926; +} + .ring-emerald-600\\/20 { --tw-ring-color: #05966933; } @@ -18344,10 +25188,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0596694d; } +.ring-emerald-600\\/35 { + --tw-ring-color: #05966959; +} + .ring-emerald-600\\/40 { --tw-ring-color: #05966966; } +.ring-emerald-600\\/45 { + --tw-ring-color: #05966973; +} + .ring-emerald-600\\/5 { --tw-ring-color: #0596690d; } @@ -18356,10 +25208,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #05966980; } +.ring-emerald-600\\/55 { + --tw-ring-color: #0596698c; +} + .ring-emerald-600\\/60 { --tw-ring-color: #05966999; } +.ring-emerald-600\\/65 { + --tw-ring-color: #059669a6; +} + .ring-emerald-600\\/70 { --tw-ring-color: #059669b3; } @@ -18372,6 +25232,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #059669cc; } +.ring-emerald-600\\/85 { + --tw-ring-color: #059669d9; +} + .ring-emerald-600\\/90 { --tw-ring-color: #059669e6; } @@ -18397,6 +25261,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #047857; } +.ring-emerald-700\\/15 { + --tw-ring-color: #04785726; +} + .ring-emerald-700\\/20 { --tw-ring-color: #04785733; } @@ -18409,10 +25277,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0478574d; } +.ring-emerald-700\\/35 { + --tw-ring-color: #04785759; +} + .ring-emerald-700\\/40 { --tw-ring-color: #04785766; } +.ring-emerald-700\\/45 { + --tw-ring-color: #04785773; +} + .ring-emerald-700\\/5 { --tw-ring-color: #0478570d; } @@ -18421,10 +25297,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #04785780; } +.ring-emerald-700\\/55 { + --tw-ring-color: #0478578c; +} + .ring-emerald-700\\/60 { --tw-ring-color: #04785799; } +.ring-emerald-700\\/65 { + --tw-ring-color: #047857a6; +} + .ring-emerald-700\\/70 { --tw-ring-color: #047857b3; } @@ -18437,6 +25321,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #047857cc; } +.ring-emerald-700\\/85 { + --tw-ring-color: #047857d9; +} + .ring-emerald-700\\/90 { --tw-ring-color: #047857e6; } @@ -18462,6 +25350,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #065f46; } +.ring-emerald-800\\/15 { + --tw-ring-color: #065f4626; +} + .ring-emerald-800\\/20 { --tw-ring-color: #065f4633; } @@ -18474,10 +25366,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #065f464d; } +.ring-emerald-800\\/35 { + --tw-ring-color: #065f4659; +} + .ring-emerald-800\\/40 { --tw-ring-color: #065f4666; } +.ring-emerald-800\\/45 { + --tw-ring-color: #065f4673; +} + .ring-emerald-800\\/5 { --tw-ring-color: #065f460d; } @@ -18486,10 +25386,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #065f4680; } +.ring-emerald-800\\/55 { + --tw-ring-color: #065f468c; +} + .ring-emerald-800\\/60 { --tw-ring-color: #065f4699; } +.ring-emerald-800\\/65 { + --tw-ring-color: #065f46a6; +} + .ring-emerald-800\\/70 { --tw-ring-color: #065f46b3; } @@ -18502,6 +25410,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #065f46cc; } +.ring-emerald-800\\/85 { + --tw-ring-color: #065f46d9; +} + .ring-emerald-800\\/90 { --tw-ring-color: #065f46e6; } @@ -18527,6 +25439,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #064e3b; } +.ring-emerald-900\\/15 { + --tw-ring-color: #064e3b26; +} + .ring-emerald-900\\/20 { --tw-ring-color: #064e3b33; } @@ -18539,10 +25455,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #064e3b4d; } +.ring-emerald-900\\/35 { + --tw-ring-color: #064e3b59; +} + .ring-emerald-900\\/40 { --tw-ring-color: #064e3b66; } +.ring-emerald-900\\/45 { + --tw-ring-color: #064e3b73; +} + .ring-emerald-900\\/5 { --tw-ring-color: #064e3b0d; } @@ -18551,10 +25475,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #064e3b80; } +.ring-emerald-900\\/55 { + --tw-ring-color: #064e3b8c; +} + .ring-emerald-900\\/60 { --tw-ring-color: #064e3b99; } +.ring-emerald-900\\/65 { + --tw-ring-color: #064e3ba6; +} + .ring-emerald-900\\/70 { --tw-ring-color: #064e3bb3; } @@ -18567,6 +25499,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #064e3bcc; } +.ring-emerald-900\\/85 { + --tw-ring-color: #064e3bd9; +} + .ring-emerald-900\\/90 { --tw-ring-color: #064e3be6; } @@ -18592,6 +25528,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #022c22; } +.ring-emerald-950\\/15 { + --tw-ring-color: #022c2226; +} + .ring-emerald-950\\/20 { --tw-ring-color: #022c2233; } @@ -18604,10 +25544,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #022c224d; } +.ring-emerald-950\\/35 { + --tw-ring-color: #022c2259; +} + .ring-emerald-950\\/40 { --tw-ring-color: #022c2266; } +.ring-emerald-950\\/45 { + --tw-ring-color: #022c2273; +} + .ring-emerald-950\\/5 { --tw-ring-color: #022c220d; } @@ -18616,10 +25564,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #022c2280; } +.ring-emerald-950\\/55 { + --tw-ring-color: #022c228c; +} + .ring-emerald-950\\/60 { --tw-ring-color: #022c2299; } +.ring-emerald-950\\/65 { + --tw-ring-color: #022c22a6; +} + .ring-emerald-950\\/70 { --tw-ring-color: #022c22b3; } @@ -18632,6 +25588,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #022c22cc; } +.ring-emerald-950\\/85 { + --tw-ring-color: #022c22d9; +} + .ring-emerald-950\\/90 { --tw-ring-color: #022c22e6; } @@ -18657,6 +25617,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fae8ff; } +.ring-fuchsia-100\\/15 { + --tw-ring-color: #fae8ff26; +} + .ring-fuchsia-100\\/20 { --tw-ring-color: #fae8ff33; } @@ -18669,10 +25633,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fae8ff4d; } +.ring-fuchsia-100\\/35 { + --tw-ring-color: #fae8ff59; +} + .ring-fuchsia-100\\/40 { --tw-ring-color: #fae8ff66; } +.ring-fuchsia-100\\/45 { + --tw-ring-color: #fae8ff73; +} + .ring-fuchsia-100\\/5 { --tw-ring-color: #fae8ff0d; } @@ -18681,10 +25653,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fae8ff80; } +.ring-fuchsia-100\\/55 { + --tw-ring-color: #fae8ff8c; +} + .ring-fuchsia-100\\/60 { --tw-ring-color: #fae8ff99; } +.ring-fuchsia-100\\/65 { + --tw-ring-color: #fae8ffa6; +} + .ring-fuchsia-100\\/70 { --tw-ring-color: #fae8ffb3; } @@ -18697,6 +25677,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fae8ffcc; } +.ring-fuchsia-100\\/85 { + --tw-ring-color: #fae8ffd9; +} + .ring-fuchsia-100\\/90 { --tw-ring-color: #fae8ffe6; } @@ -18722,6 +25706,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5d0fe; } +.ring-fuchsia-200\\/15 { + --tw-ring-color: #f5d0fe26; +} + .ring-fuchsia-200\\/20 { --tw-ring-color: #f5d0fe33; } @@ -18734,10 +25722,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5d0fe4d; } +.ring-fuchsia-200\\/35 { + --tw-ring-color: #f5d0fe59; +} + .ring-fuchsia-200\\/40 { --tw-ring-color: #f5d0fe66; } +.ring-fuchsia-200\\/45 { + --tw-ring-color: #f5d0fe73; +} + .ring-fuchsia-200\\/5 { --tw-ring-color: #f5d0fe0d; } @@ -18746,10 +25742,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5d0fe80; } +.ring-fuchsia-200\\/55 { + --tw-ring-color: #f5d0fe8c; +} + .ring-fuchsia-200\\/60 { --tw-ring-color: #f5d0fe99; } +.ring-fuchsia-200\\/65 { + --tw-ring-color: #f5d0fea6; +} + .ring-fuchsia-200\\/70 { --tw-ring-color: #f5d0feb3; } @@ -18762,6 +25766,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5d0fecc; } +.ring-fuchsia-200\\/85 { + --tw-ring-color: #f5d0fed9; +} + .ring-fuchsia-200\\/90 { --tw-ring-color: #f5d0fee6; } @@ -18787,6 +25795,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0abfc; } +.ring-fuchsia-300\\/15 { + --tw-ring-color: #f0abfc26; +} + .ring-fuchsia-300\\/20 { --tw-ring-color: #f0abfc33; } @@ -18799,10 +25811,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0abfc4d; } +.ring-fuchsia-300\\/35 { + --tw-ring-color: #f0abfc59; +} + .ring-fuchsia-300\\/40 { --tw-ring-color: #f0abfc66; } +.ring-fuchsia-300\\/45 { + --tw-ring-color: #f0abfc73; +} + .ring-fuchsia-300\\/5 { --tw-ring-color: #f0abfc0d; } @@ -18811,10 +25831,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0abfc80; } +.ring-fuchsia-300\\/55 { + --tw-ring-color: #f0abfc8c; +} + .ring-fuchsia-300\\/60 { --tw-ring-color: #f0abfc99; } +.ring-fuchsia-300\\/65 { + --tw-ring-color: #f0abfca6; +} + .ring-fuchsia-300\\/70 { --tw-ring-color: #f0abfcb3; } @@ -18827,6 +25855,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0abfccc; } +.ring-fuchsia-300\\/85 { + --tw-ring-color: #f0abfcd9; +} + .ring-fuchsia-300\\/90 { --tw-ring-color: #f0abfce6; } @@ -18852,6 +25884,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e879f9; } +.ring-fuchsia-400\\/15 { + --tw-ring-color: #e879f926; +} + .ring-fuchsia-400\\/20 { --tw-ring-color: #e879f933; } @@ -18864,10 +25900,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e879f94d; } +.ring-fuchsia-400\\/35 { + --tw-ring-color: #e879f959; +} + .ring-fuchsia-400\\/40 { --tw-ring-color: #e879f966; } +.ring-fuchsia-400\\/45 { + --tw-ring-color: #e879f973; +} + .ring-fuchsia-400\\/5 { --tw-ring-color: #e879f90d; } @@ -18876,10 +25920,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e879f980; } +.ring-fuchsia-400\\/55 { + --tw-ring-color: #e879f98c; +} + .ring-fuchsia-400\\/60 { --tw-ring-color: #e879f999; } +.ring-fuchsia-400\\/65 { + --tw-ring-color: #e879f9a6; +} + .ring-fuchsia-400\\/70 { --tw-ring-color: #e879f9b3; } @@ -18892,6 +25944,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e879f9cc; } +.ring-fuchsia-400\\/85 { + --tw-ring-color: #e879f9d9; +} + .ring-fuchsia-400\\/90 { --tw-ring-color: #e879f9e6; } @@ -18917,6 +25973,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf4ff; } +.ring-fuchsia-50\\/15 { + --tw-ring-color: #fdf4ff26; +} + .ring-fuchsia-50\\/20 { --tw-ring-color: #fdf4ff33; } @@ -18929,10 +25989,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf4ff4d; } +.ring-fuchsia-50\\/35 { + --tw-ring-color: #fdf4ff59; +} + .ring-fuchsia-50\\/40 { --tw-ring-color: #fdf4ff66; } +.ring-fuchsia-50\\/45 { + --tw-ring-color: #fdf4ff73; +} + .ring-fuchsia-50\\/5 { --tw-ring-color: #fdf4ff0d; } @@ -18941,10 +26009,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf4ff80; } +.ring-fuchsia-50\\/55 { + --tw-ring-color: #fdf4ff8c; +} + .ring-fuchsia-50\\/60 { --tw-ring-color: #fdf4ff99; } +.ring-fuchsia-50\\/65 { + --tw-ring-color: #fdf4ffa6; +} + .ring-fuchsia-50\\/70 { --tw-ring-color: #fdf4ffb3; } @@ -18957,6 +26033,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf4ffcc; } +.ring-fuchsia-50\\/85 { + --tw-ring-color: #fdf4ffd9; +} + .ring-fuchsia-50\\/90 { --tw-ring-color: #fdf4ffe6; } @@ -18982,6 +26062,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d946ef; } +.ring-fuchsia-500\\/15 { + --tw-ring-color: #d946ef26; +} + .ring-fuchsia-500\\/20 { --tw-ring-color: #d946ef33; } @@ -18994,10 +26078,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d946ef4d; } +.ring-fuchsia-500\\/35 { + --tw-ring-color: #d946ef59; +} + .ring-fuchsia-500\\/40 { --tw-ring-color: #d946ef66; } +.ring-fuchsia-500\\/45 { + --tw-ring-color: #d946ef73; +} + .ring-fuchsia-500\\/5 { --tw-ring-color: #d946ef0d; } @@ -19006,10 +26098,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d946ef80; } +.ring-fuchsia-500\\/55 { + --tw-ring-color: #d946ef8c; +} + .ring-fuchsia-500\\/60 { --tw-ring-color: #d946ef99; } +.ring-fuchsia-500\\/65 { + --tw-ring-color: #d946efa6; +} + .ring-fuchsia-500\\/70 { --tw-ring-color: #d946efb3; } @@ -19022,6 +26122,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d946efcc; } +.ring-fuchsia-500\\/85 { + --tw-ring-color: #d946efd9; +} + .ring-fuchsia-500\\/90 { --tw-ring-color: #d946efe6; } @@ -19047,6 +26151,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c026d3; } +.ring-fuchsia-600\\/15 { + --tw-ring-color: #c026d326; +} + .ring-fuchsia-600\\/20 { --tw-ring-color: #c026d333; } @@ -19059,10 +26167,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c026d34d; } +.ring-fuchsia-600\\/35 { + --tw-ring-color: #c026d359; +} + .ring-fuchsia-600\\/40 { --tw-ring-color: #c026d366; } +.ring-fuchsia-600\\/45 { + --tw-ring-color: #c026d373; +} + .ring-fuchsia-600\\/5 { --tw-ring-color: #c026d30d; } @@ -19071,10 +26187,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c026d380; } +.ring-fuchsia-600\\/55 { + --tw-ring-color: #c026d38c; +} + .ring-fuchsia-600\\/60 { --tw-ring-color: #c026d399; } +.ring-fuchsia-600\\/65 { + --tw-ring-color: #c026d3a6; +} + .ring-fuchsia-600\\/70 { --tw-ring-color: #c026d3b3; } @@ -19087,6 +26211,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c026d3cc; } +.ring-fuchsia-600\\/85 { + --tw-ring-color: #c026d3d9; +} + .ring-fuchsia-600\\/90 { --tw-ring-color: #c026d3e6; } @@ -19112,6 +26240,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a21caf; } +.ring-fuchsia-700\\/15 { + --tw-ring-color: #a21caf26; +} + .ring-fuchsia-700\\/20 { --tw-ring-color: #a21caf33; } @@ -19124,10 +26256,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a21caf4d; } +.ring-fuchsia-700\\/35 { + --tw-ring-color: #a21caf59; +} + .ring-fuchsia-700\\/40 { --tw-ring-color: #a21caf66; } +.ring-fuchsia-700\\/45 { + --tw-ring-color: #a21caf73; +} + .ring-fuchsia-700\\/5 { --tw-ring-color: #a21caf0d; } @@ -19136,10 +26276,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a21caf80; } +.ring-fuchsia-700\\/55 { + --tw-ring-color: #a21caf8c; +} + .ring-fuchsia-700\\/60 { --tw-ring-color: #a21caf99; } +.ring-fuchsia-700\\/65 { + --tw-ring-color: #a21cafa6; +} + .ring-fuchsia-700\\/70 { --tw-ring-color: #a21cafb3; } @@ -19152,6 +26300,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a21cafcc; } +.ring-fuchsia-700\\/85 { + --tw-ring-color: #a21cafd9; +} + .ring-fuchsia-700\\/90 { --tw-ring-color: #a21cafe6; } @@ -19177,6 +26329,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86198f; } +.ring-fuchsia-800\\/15 { + --tw-ring-color: #86198f26; +} + .ring-fuchsia-800\\/20 { --tw-ring-color: #86198f33; } @@ -19189,10 +26345,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86198f4d; } +.ring-fuchsia-800\\/35 { + --tw-ring-color: #86198f59; +} + .ring-fuchsia-800\\/40 { --tw-ring-color: #86198f66; } +.ring-fuchsia-800\\/45 { + --tw-ring-color: #86198f73; +} + .ring-fuchsia-800\\/5 { --tw-ring-color: #86198f0d; } @@ -19201,10 +26365,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86198f80; } +.ring-fuchsia-800\\/55 { + --tw-ring-color: #86198f8c; +} + .ring-fuchsia-800\\/60 { --tw-ring-color: #86198f99; } +.ring-fuchsia-800\\/65 { + --tw-ring-color: #86198fa6; +} + .ring-fuchsia-800\\/70 { --tw-ring-color: #86198fb3; } @@ -19217,6 +26389,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86198fcc; } +.ring-fuchsia-800\\/85 { + --tw-ring-color: #86198fd9; +} + .ring-fuchsia-800\\/90 { --tw-ring-color: #86198fe6; } @@ -19242,6 +26418,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #701a75; } +.ring-fuchsia-900\\/15 { + --tw-ring-color: #701a7526; +} + .ring-fuchsia-900\\/20 { --tw-ring-color: #701a7533; } @@ -19254,10 +26434,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #701a754d; } +.ring-fuchsia-900\\/35 { + --tw-ring-color: #701a7559; +} + .ring-fuchsia-900\\/40 { --tw-ring-color: #701a7566; } +.ring-fuchsia-900\\/45 { + --tw-ring-color: #701a7573; +} + .ring-fuchsia-900\\/5 { --tw-ring-color: #701a750d; } @@ -19266,10 +26454,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #701a7580; } +.ring-fuchsia-900\\/55 { + --tw-ring-color: #701a758c; +} + .ring-fuchsia-900\\/60 { --tw-ring-color: #701a7599; } +.ring-fuchsia-900\\/65 { + --tw-ring-color: #701a75a6; +} + .ring-fuchsia-900\\/70 { --tw-ring-color: #701a75b3; } @@ -19282,6 +26478,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #701a75cc; } +.ring-fuchsia-900\\/85 { + --tw-ring-color: #701a75d9; +} + .ring-fuchsia-900\\/90 { --tw-ring-color: #701a75e6; } @@ -19307,6 +26507,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4a044e; } +.ring-fuchsia-950\\/15 { + --tw-ring-color: #4a044e26; +} + .ring-fuchsia-950\\/20 { --tw-ring-color: #4a044e33; } @@ -19319,10 +26523,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4a044e4d; } +.ring-fuchsia-950\\/35 { + --tw-ring-color: #4a044e59; +} + .ring-fuchsia-950\\/40 { --tw-ring-color: #4a044e66; } +.ring-fuchsia-950\\/45 { + --tw-ring-color: #4a044e73; +} + .ring-fuchsia-950\\/5 { --tw-ring-color: #4a044e0d; } @@ -19331,10 +26543,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4a044e80; } +.ring-fuchsia-950\\/55 { + --tw-ring-color: #4a044e8c; +} + .ring-fuchsia-950\\/60 { --tw-ring-color: #4a044e99; } +.ring-fuchsia-950\\/65 { + --tw-ring-color: #4a044ea6; +} + .ring-fuchsia-950\\/70 { --tw-ring-color: #4a044eb3; } @@ -19347,6 +26567,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4a044ecc; } +.ring-fuchsia-950\\/85 { + --tw-ring-color: #4a044ed9; +} + .ring-fuchsia-950\\/90 { --tw-ring-color: #4a044ee6; } @@ -19372,6 +26596,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3f4f6; } +.ring-gray-100\\/15 { + --tw-ring-color: #f3f4f626; +} + .ring-gray-100\\/20 { --tw-ring-color: #f3f4f633; } @@ -19384,10 +26612,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3f4f64d; } +.ring-gray-100\\/35 { + --tw-ring-color: #f3f4f659; +} + .ring-gray-100\\/40 { --tw-ring-color: #f3f4f666; } +.ring-gray-100\\/45 { + --tw-ring-color: #f3f4f673; +} + .ring-gray-100\\/5 { --tw-ring-color: #f3f4f60d; } @@ -19396,10 +26632,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3f4f680; } +.ring-gray-100\\/55 { + --tw-ring-color: #f3f4f68c; +} + .ring-gray-100\\/60 { --tw-ring-color: #f3f4f699; } +.ring-gray-100\\/65 { + --tw-ring-color: #f3f4f6a6; +} + .ring-gray-100\\/70 { --tw-ring-color: #f3f4f6b3; } @@ -19412,6 +26656,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3f4f6cc; } +.ring-gray-100\\/85 { + --tw-ring-color: #f3f4f6d9; +} + .ring-gray-100\\/90 { --tw-ring-color: #f3f4f6e6; } @@ -19437,6 +26685,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e7eb; } +.ring-gray-200\\/15 { + --tw-ring-color: #e5e7eb26; +} + .ring-gray-200\\/20 { --tw-ring-color: #e5e7eb33; } @@ -19449,10 +26701,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e7eb4d; } +.ring-gray-200\\/35 { + --tw-ring-color: #e5e7eb59; +} + .ring-gray-200\\/40 { --tw-ring-color: #e5e7eb66; } +.ring-gray-200\\/45 { + --tw-ring-color: #e5e7eb73; +} + .ring-gray-200\\/5 { --tw-ring-color: #e5e7eb0d; } @@ -19461,10 +26721,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e7eb80; } +.ring-gray-200\\/55 { + --tw-ring-color: #e5e7eb8c; +} + .ring-gray-200\\/60 { --tw-ring-color: #e5e7eb99; } +.ring-gray-200\\/65 { + --tw-ring-color: #e5e7eba6; +} + .ring-gray-200\\/70 { --tw-ring-color: #e5e7ebb3; } @@ -19477,6 +26745,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e7ebcc; } +.ring-gray-200\\/85 { + --tw-ring-color: #e5e7ebd9; +} + .ring-gray-200\\/90 { --tw-ring-color: #e5e7ebe6; } @@ -19502,6 +26774,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1d5db; } +.ring-gray-300\\/15 { + --tw-ring-color: #d1d5db26; +} + .ring-gray-300\\/20 { --tw-ring-color: #d1d5db33; } @@ -19514,10 +26790,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1d5db4d; } +.ring-gray-300\\/35 { + --tw-ring-color: #d1d5db59; +} + .ring-gray-300\\/40 { --tw-ring-color: #d1d5db66; } +.ring-gray-300\\/45 { + --tw-ring-color: #d1d5db73; +} + .ring-gray-300\\/5 { --tw-ring-color: #d1d5db0d; } @@ -19526,10 +26810,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1d5db80; } +.ring-gray-300\\/55 { + --tw-ring-color: #d1d5db8c; +} + .ring-gray-300\\/60 { --tw-ring-color: #d1d5db99; } +.ring-gray-300\\/65 { + --tw-ring-color: #d1d5dba6; +} + .ring-gray-300\\/70 { --tw-ring-color: #d1d5dbb3; } @@ -19542,6 +26834,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d1d5dbcc; } +.ring-gray-300\\/85 { + --tw-ring-color: #d1d5dbd9; +} + .ring-gray-300\\/90 { --tw-ring-color: #d1d5dbe6; } @@ -19567,6 +26863,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9ca3af; } +.ring-gray-400\\/15 { + --tw-ring-color: #9ca3af26; +} + .ring-gray-400\\/20 { --tw-ring-color: #9ca3af33; } @@ -19579,10 +26879,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9ca3af4d; } +.ring-gray-400\\/35 { + --tw-ring-color: #9ca3af59; +} + .ring-gray-400\\/40 { --tw-ring-color: #9ca3af66; } +.ring-gray-400\\/45 { + --tw-ring-color: #9ca3af73; +} + .ring-gray-400\\/5 { --tw-ring-color: #9ca3af0d; } @@ -19591,10 +26899,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9ca3af80; } +.ring-gray-400\\/55 { + --tw-ring-color: #9ca3af8c; +} + .ring-gray-400\\/60 { --tw-ring-color: #9ca3af99; } +.ring-gray-400\\/65 { + --tw-ring-color: #9ca3afa6; +} + .ring-gray-400\\/70 { --tw-ring-color: #9ca3afb3; } @@ -19607,6 +26923,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9ca3afcc; } +.ring-gray-400\\/85 { + --tw-ring-color: #9ca3afd9; +} + .ring-gray-400\\/90 { --tw-ring-color: #9ca3afe6; } @@ -19632,6 +26952,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9fafb; } +.ring-gray-50\\/15 { + --tw-ring-color: #f9fafb26; +} + .ring-gray-50\\/20 { --tw-ring-color: #f9fafb33; } @@ -19644,10 +26968,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9fafb4d; } +.ring-gray-50\\/35 { + --tw-ring-color: #f9fafb59; +} + .ring-gray-50\\/40 { --tw-ring-color: #f9fafb66; } +.ring-gray-50\\/45 { + --tw-ring-color: #f9fafb73; +} + .ring-gray-50\\/5 { --tw-ring-color: #f9fafb0d; } @@ -19656,10 +26988,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9fafb80; } +.ring-gray-50\\/55 { + --tw-ring-color: #f9fafb8c; +} + .ring-gray-50\\/60 { --tw-ring-color: #f9fafb99; } +.ring-gray-50\\/65 { + --tw-ring-color: #f9fafba6; +} + .ring-gray-50\\/70 { --tw-ring-color: #f9fafbb3; } @@ -19672,6 +27012,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9fafbcc; } +.ring-gray-50\\/85 { + --tw-ring-color: #f9fafbd9; +} + .ring-gray-50\\/90 { --tw-ring-color: #f9fafbe6; } @@ -19697,6 +27041,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b7280; } +.ring-gray-500\\/15 { + --tw-ring-color: #6b728026; +} + .ring-gray-500\\/20 { --tw-ring-color: #6b728033; } @@ -19709,10 +27057,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b72804d; } +.ring-gray-500\\/35 { + --tw-ring-color: #6b728059; +} + .ring-gray-500\\/40 { --tw-ring-color: #6b728066; } +.ring-gray-500\\/45 { + --tw-ring-color: #6b728073; +} + .ring-gray-500\\/5 { --tw-ring-color: #6b72800d; } @@ -19721,10 +27077,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b728080; } +.ring-gray-500\\/55 { + --tw-ring-color: #6b72808c; +} + .ring-gray-500\\/60 { --tw-ring-color: #6b728099; } +.ring-gray-500\\/65 { + --tw-ring-color: #6b7280a6; +} + .ring-gray-500\\/70 { --tw-ring-color: #6b7280b3; } @@ -19737,6 +27101,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b7280cc; } +.ring-gray-500\\/85 { + --tw-ring-color: #6b7280d9; +} + .ring-gray-500\\/90 { --tw-ring-color: #6b7280e6; } @@ -19762,6 +27130,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4b5563; } +.ring-gray-600\\/15 { + --tw-ring-color: #4b556326; +} + .ring-gray-600\\/20 { --tw-ring-color: #4b556333; } @@ -19774,10 +27146,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4b55634d; } +.ring-gray-600\\/35 { + --tw-ring-color: #4b556359; +} + .ring-gray-600\\/40 { --tw-ring-color: #4b556366; } +.ring-gray-600\\/45 { + --tw-ring-color: #4b556373; +} + .ring-gray-600\\/5 { --tw-ring-color: #4b55630d; } @@ -19786,10 +27166,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4b556380; } +.ring-gray-600\\/55 { + --tw-ring-color: #4b55638c; +} + .ring-gray-600\\/60 { --tw-ring-color: #4b556399; } +.ring-gray-600\\/65 { + --tw-ring-color: #4b5563a6; +} + .ring-gray-600\\/70 { --tw-ring-color: #4b5563b3; } @@ -19802,6 +27190,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4b5563cc; } +.ring-gray-600\\/85 { + --tw-ring-color: #4b5563d9; +} + .ring-gray-600\\/90 { --tw-ring-color: #4b5563e6; } @@ -19827,6 +27219,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #374151; } +.ring-gray-700\\/15 { + --tw-ring-color: #37415126; +} + .ring-gray-700\\/20 { --tw-ring-color: #37415133; } @@ -19839,10 +27235,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3741514d; } +.ring-gray-700\\/35 { + --tw-ring-color: #37415159; +} + .ring-gray-700\\/40 { --tw-ring-color: #37415166; } +.ring-gray-700\\/45 { + --tw-ring-color: #37415173; +} + .ring-gray-700\\/5 { --tw-ring-color: #3741510d; } @@ -19851,10 +27255,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #37415180; } +.ring-gray-700\\/55 { + --tw-ring-color: #3741518c; +} + .ring-gray-700\\/60 { --tw-ring-color: #37415199; } +.ring-gray-700\\/65 { + --tw-ring-color: #374151a6; +} + .ring-gray-700\\/70 { --tw-ring-color: #374151b3; } @@ -19867,6 +27279,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #374151cc; } +.ring-gray-700\\/85 { + --tw-ring-color: #374151d9; +} + .ring-gray-700\\/90 { --tw-ring-color: #374151e6; } @@ -19892,6 +27308,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1f2937; } +.ring-gray-800\\/15 { + --tw-ring-color: #1f293726; +} + .ring-gray-800\\/20 { --tw-ring-color: #1f293733; } @@ -19904,10 +27324,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1f29374d; } +.ring-gray-800\\/35 { + --tw-ring-color: #1f293759; +} + .ring-gray-800\\/40 { --tw-ring-color: #1f293766; } +.ring-gray-800\\/45 { + --tw-ring-color: #1f293773; +} + .ring-gray-800\\/5 { --tw-ring-color: #1f29370d; } @@ -19916,10 +27344,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1f293780; } +.ring-gray-800\\/55 { + --tw-ring-color: #1f29378c; +} + .ring-gray-800\\/60 { --tw-ring-color: #1f293799; } +.ring-gray-800\\/65 { + --tw-ring-color: #1f2937a6; +} + .ring-gray-800\\/70 { --tw-ring-color: #1f2937b3; } @@ -19932,6 +27368,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1f2937cc; } +.ring-gray-800\\/85 { + --tw-ring-color: #1f2937d9; +} + .ring-gray-800\\/90 { --tw-ring-color: #1f2937e6; } @@ -19957,6 +27397,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #111827; } +.ring-gray-900\\/15 { + --tw-ring-color: #11182726; +} + .ring-gray-900\\/20 { --tw-ring-color: #11182733; } @@ -19969,10 +27413,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1118274d; } +.ring-gray-900\\/35 { + --tw-ring-color: #11182759; +} + .ring-gray-900\\/40 { --tw-ring-color: #11182766; } +.ring-gray-900\\/45 { + --tw-ring-color: #11182773; +} + .ring-gray-900\\/5 { --tw-ring-color: #1118270d; } @@ -19981,10 +27433,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #11182780; } +.ring-gray-900\\/55 { + --tw-ring-color: #1118278c; +} + .ring-gray-900\\/60 { --tw-ring-color: #11182799; } +.ring-gray-900\\/65 { + --tw-ring-color: #111827a6; +} + .ring-gray-900\\/70 { --tw-ring-color: #111827b3; } @@ -19997,6 +27457,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #111827cc; } +.ring-gray-900\\/85 { + --tw-ring-color: #111827d9; +} + .ring-gray-900\\/90 { --tw-ring-color: #111827e6; } @@ -20022,6 +27486,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #030712; } +.ring-gray-950\\/15 { + --tw-ring-color: #03071226; +} + .ring-gray-950\\/20 { --tw-ring-color: #03071233; } @@ -20034,10 +27502,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0307124d; } +.ring-gray-950\\/35 { + --tw-ring-color: #03071259; +} + .ring-gray-950\\/40 { --tw-ring-color: #03071266; } +.ring-gray-950\\/45 { + --tw-ring-color: #03071273; +} + .ring-gray-950\\/5 { --tw-ring-color: #0307120d; } @@ -20046,10 +27522,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #03071280; } +.ring-gray-950\\/55 { + --tw-ring-color: #0307128c; +} + .ring-gray-950\\/60 { --tw-ring-color: #03071299; } +.ring-gray-950\\/65 { + --tw-ring-color: #030712a6; +} + .ring-gray-950\\/70 { --tw-ring-color: #030712b3; } @@ -20062,6 +27546,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #030712cc; } +.ring-gray-950\\/85 { + --tw-ring-color: #030712d9; +} + .ring-gray-950\\/90 { --tw-ring-color: #030712e6; } @@ -20087,6 +27575,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dcfce7; } +.ring-green-100\\/15 { + --tw-ring-color: #dcfce726; +} + .ring-green-100\\/20 { --tw-ring-color: #dcfce733; } @@ -20099,10 +27591,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dcfce74d; } +.ring-green-100\\/35 { + --tw-ring-color: #dcfce759; +} + .ring-green-100\\/40 { --tw-ring-color: #dcfce766; } +.ring-green-100\\/45 { + --tw-ring-color: #dcfce773; +} + .ring-green-100\\/5 { --tw-ring-color: #dcfce70d; } @@ -20111,10 +27611,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dcfce780; } +.ring-green-100\\/55 { + --tw-ring-color: #dcfce78c; +} + .ring-green-100\\/60 { --tw-ring-color: #dcfce799; } +.ring-green-100\\/65 { + --tw-ring-color: #dcfce7a6; +} + .ring-green-100\\/70 { --tw-ring-color: #dcfce7b3; } @@ -20127,6 +27635,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dcfce7cc; } +.ring-green-100\\/85 { + --tw-ring-color: #dcfce7d9; +} + .ring-green-100\\/90 { --tw-ring-color: #dcfce7e6; } @@ -20152,6 +27664,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bbf7d0; } +.ring-green-200\\/15 { + --tw-ring-color: #bbf7d026; +} + .ring-green-200\\/20 { --tw-ring-color: #bbf7d033; } @@ -20164,10 +27680,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bbf7d04d; } +.ring-green-200\\/35 { + --tw-ring-color: #bbf7d059; +} + .ring-green-200\\/40 { --tw-ring-color: #bbf7d066; } +.ring-green-200\\/45 { + --tw-ring-color: #bbf7d073; +} + .ring-green-200\\/5 { --tw-ring-color: #bbf7d00d; } @@ -20176,10 +27700,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bbf7d080; } +.ring-green-200\\/55 { + --tw-ring-color: #bbf7d08c; +} + .ring-green-200\\/60 { --tw-ring-color: #bbf7d099; } +.ring-green-200\\/65 { + --tw-ring-color: #bbf7d0a6; +} + .ring-green-200\\/70 { --tw-ring-color: #bbf7d0b3; } @@ -20192,6 +27724,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bbf7d0cc; } +.ring-green-200\\/85 { + --tw-ring-color: #bbf7d0d9; +} + .ring-green-200\\/90 { --tw-ring-color: #bbf7d0e6; } @@ -20217,6 +27753,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86efac; } +.ring-green-300\\/15 { + --tw-ring-color: #86efac26; +} + .ring-green-300\\/20 { --tw-ring-color: #86efac33; } @@ -20229,10 +27769,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86efac4d; } +.ring-green-300\\/35 { + --tw-ring-color: #86efac59; +} + .ring-green-300\\/40 { --tw-ring-color: #86efac66; } +.ring-green-300\\/45 { + --tw-ring-color: #86efac73; +} + .ring-green-300\\/5 { --tw-ring-color: #86efac0d; } @@ -20241,10 +27789,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86efac80; } +.ring-green-300\\/55 { + --tw-ring-color: #86efac8c; +} + .ring-green-300\\/60 { --tw-ring-color: #86efac99; } +.ring-green-300\\/65 { + --tw-ring-color: #86efaca6; +} + .ring-green-300\\/70 { --tw-ring-color: #86efacb3; } @@ -20257,6 +27813,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #86efaccc; } +.ring-green-300\\/85 { + --tw-ring-color: #86efacd9; +} + .ring-green-300\\/90 { --tw-ring-color: #86eface6; } @@ -20282,6 +27842,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4ade80; } +.ring-green-400\\/15 { + --tw-ring-color: #4ade8026; +} + .ring-green-400\\/20 { --tw-ring-color: #4ade8033; } @@ -20294,10 +27858,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4ade804d; } +.ring-green-400\\/35 { + --tw-ring-color: #4ade8059; +} + .ring-green-400\\/40 { --tw-ring-color: #4ade8066; } +.ring-green-400\\/45 { + --tw-ring-color: #4ade8073; +} + .ring-green-400\\/5 { --tw-ring-color: #4ade800d; } @@ -20306,10 +27878,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4ade8080; } +.ring-green-400\\/55 { + --tw-ring-color: #4ade808c; +} + .ring-green-400\\/60 { --tw-ring-color: #4ade8099; } +.ring-green-400\\/65 { + --tw-ring-color: #4ade80a6; +} + .ring-green-400\\/70 { --tw-ring-color: #4ade80b3; } @@ -20322,6 +27902,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4ade80cc; } +.ring-green-400\\/85 { + --tw-ring-color: #4ade80d9; +} + .ring-green-400\\/90 { --tw-ring-color: #4ade80e6; } @@ -20347,6 +27931,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdf4; } +.ring-green-50\\/15 { + --tw-ring-color: #f0fdf426; +} + .ring-green-50\\/20 { --tw-ring-color: #f0fdf433; } @@ -20359,10 +27947,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdf44d; } +.ring-green-50\\/35 { + --tw-ring-color: #f0fdf459; +} + .ring-green-50\\/40 { --tw-ring-color: #f0fdf466; } +.ring-green-50\\/45 { + --tw-ring-color: #f0fdf473; +} + .ring-green-50\\/5 { --tw-ring-color: #f0fdf40d; } @@ -20371,10 +27967,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdf480; } +.ring-green-50\\/55 { + --tw-ring-color: #f0fdf48c; +} + .ring-green-50\\/60 { --tw-ring-color: #f0fdf499; } +.ring-green-50\\/65 { + --tw-ring-color: #f0fdf4a6; +} + .ring-green-50\\/70 { --tw-ring-color: #f0fdf4b3; } @@ -20387,6 +27991,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdf4cc; } +.ring-green-50\\/85 { + --tw-ring-color: #f0fdf4d9; +} + .ring-green-50\\/90 { --tw-ring-color: #f0fdf4e6; } @@ -20412,6 +28020,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22c55e; } +.ring-green-500\\/15 { + --tw-ring-color: #22c55e26; +} + .ring-green-500\\/20 { --tw-ring-color: #22c55e33; } @@ -20424,10 +28036,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22c55e4d; } +.ring-green-500\\/35 { + --tw-ring-color: #22c55e59; +} + .ring-green-500\\/40 { --tw-ring-color: #22c55e66; } +.ring-green-500\\/45 { + --tw-ring-color: #22c55e73; +} + .ring-green-500\\/5 { --tw-ring-color: #22c55e0d; } @@ -20436,10 +28056,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22c55e80; } +.ring-green-500\\/55 { + --tw-ring-color: #22c55e8c; +} + .ring-green-500\\/60 { --tw-ring-color: #22c55e99; } +.ring-green-500\\/65 { + --tw-ring-color: #22c55ea6; +} + .ring-green-500\\/70 { --tw-ring-color: #22c55eb3; } @@ -20452,6 +28080,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #22c55ecc; } +.ring-green-500\\/85 { + --tw-ring-color: #22c55ed9; +} + .ring-green-500\\/90 { --tw-ring-color: #22c55ee6; } @@ -20477,6 +28109,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #16a34a; } +.ring-green-600\\/15 { + --tw-ring-color: #16a34a26; +} + .ring-green-600\\/20 { --tw-ring-color: #16a34a33; } @@ -20489,10 +28125,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #16a34a4d; } +.ring-green-600\\/35 { + --tw-ring-color: #16a34a59; +} + .ring-green-600\\/40 { --tw-ring-color: #16a34a66; } +.ring-green-600\\/45 { + --tw-ring-color: #16a34a73; +} + .ring-green-600\\/5 { --tw-ring-color: #16a34a0d; } @@ -20501,10 +28145,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #16a34a80; } +.ring-green-600\\/55 { + --tw-ring-color: #16a34a8c; +} + .ring-green-600\\/60 { --tw-ring-color: #16a34a99; } +.ring-green-600\\/65 { + --tw-ring-color: #16a34aa6; +} + .ring-green-600\\/70 { --tw-ring-color: #16a34ab3; } @@ -20517,6 +28169,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #16a34acc; } +.ring-green-600\\/85 { + --tw-ring-color: #16a34ad9; +} + .ring-green-600\\/90 { --tw-ring-color: #16a34ae6; } @@ -20542,6 +28198,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #15803d; } +.ring-green-700\\/15 { + --tw-ring-color: #15803d26; +} + .ring-green-700\\/20 { --tw-ring-color: #15803d33; } @@ -20554,10 +28214,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #15803d4d; } +.ring-green-700\\/35 { + --tw-ring-color: #15803d59; +} + .ring-green-700\\/40 { --tw-ring-color: #15803d66; } +.ring-green-700\\/45 { + --tw-ring-color: #15803d73; +} + .ring-green-700\\/5 { --tw-ring-color: #15803d0d; } @@ -20566,10 +28234,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #15803d80; } +.ring-green-700\\/55 { + --tw-ring-color: #15803d8c; +} + .ring-green-700\\/60 { --tw-ring-color: #15803d99; } +.ring-green-700\\/65 { + --tw-ring-color: #15803da6; +} + .ring-green-700\\/70 { --tw-ring-color: #15803db3; } @@ -20582,6 +28258,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #15803dcc; } +.ring-green-700\\/85 { + --tw-ring-color: #15803dd9; +} + .ring-green-700\\/90 { --tw-ring-color: #15803de6; } @@ -20607,6 +28287,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #166534; } +.ring-green-800\\/15 { + --tw-ring-color: #16653426; +} + .ring-green-800\\/20 { --tw-ring-color: #16653433; } @@ -20619,10 +28303,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1665344d; } +.ring-green-800\\/35 { + --tw-ring-color: #16653459; +} + .ring-green-800\\/40 { --tw-ring-color: #16653466; } +.ring-green-800\\/45 { + --tw-ring-color: #16653473; +} + .ring-green-800\\/5 { --tw-ring-color: #1665340d; } @@ -20631,10 +28323,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #16653480; } +.ring-green-800\\/55 { + --tw-ring-color: #1665348c; +} + .ring-green-800\\/60 { --tw-ring-color: #16653499; } +.ring-green-800\\/65 { + --tw-ring-color: #166534a6; +} + .ring-green-800\\/70 { --tw-ring-color: #166534b3; } @@ -20647,6 +28347,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #166534cc; } +.ring-green-800\\/85 { + --tw-ring-color: #166534d9; +} + .ring-green-800\\/90 { --tw-ring-color: #166534e6; } @@ -20672,6 +28376,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14532d; } +.ring-green-900\\/15 { + --tw-ring-color: #14532d26; +} + .ring-green-900\\/20 { --tw-ring-color: #14532d33; } @@ -20684,10 +28392,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14532d4d; } +.ring-green-900\\/35 { + --tw-ring-color: #14532d59; +} + .ring-green-900\\/40 { --tw-ring-color: #14532d66; } +.ring-green-900\\/45 { + --tw-ring-color: #14532d73; +} + .ring-green-900\\/5 { --tw-ring-color: #14532d0d; } @@ -20696,10 +28412,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14532d80; } +.ring-green-900\\/55 { + --tw-ring-color: #14532d8c; +} + .ring-green-900\\/60 { --tw-ring-color: #14532d99; } +.ring-green-900\\/65 { + --tw-ring-color: #14532da6; +} + .ring-green-900\\/70 { --tw-ring-color: #14532db3; } @@ -20712,6 +28436,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14532dcc; } +.ring-green-900\\/85 { + --tw-ring-color: #14532dd9; +} + .ring-green-900\\/90 { --tw-ring-color: #14532de6; } @@ -20737,6 +28465,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #052e16; } +.ring-green-950\\/15 { + --tw-ring-color: #052e1626; +} + .ring-green-950\\/20 { --tw-ring-color: #052e1633; } @@ -20749,10 +28481,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #052e164d; } +.ring-green-950\\/35 { + --tw-ring-color: #052e1659; +} + .ring-green-950\\/40 { --tw-ring-color: #052e1666; } +.ring-green-950\\/45 { + --tw-ring-color: #052e1673; +} + .ring-green-950\\/5 { --tw-ring-color: #052e160d; } @@ -20761,10 +28501,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #052e1680; } +.ring-green-950\\/55 { + --tw-ring-color: #052e168c; +} + .ring-green-950\\/60 { --tw-ring-color: #052e1699; } +.ring-green-950\\/65 { + --tw-ring-color: #052e16a6; +} + .ring-green-950\\/70 { --tw-ring-color: #052e16b3; } @@ -20777,6 +28525,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #052e16cc; } +.ring-green-950\\/85 { + --tw-ring-color: #052e16d9; +} + .ring-green-950\\/90 { --tw-ring-color: #052e16e6; } @@ -20802,6 +28554,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0e7ff; } +.ring-indigo-100\\/15 { + --tw-ring-color: #e0e7ff26; +} + .ring-indigo-100\\/20 { --tw-ring-color: #e0e7ff33; } @@ -20814,10 +28570,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0e7ff4d; } +.ring-indigo-100\\/35 { + --tw-ring-color: #e0e7ff59; +} + .ring-indigo-100\\/40 { --tw-ring-color: #e0e7ff66; } +.ring-indigo-100\\/45 { + --tw-ring-color: #e0e7ff73; +} + .ring-indigo-100\\/5 { --tw-ring-color: #e0e7ff0d; } @@ -20826,10 +28590,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0e7ff80; } +.ring-indigo-100\\/55 { + --tw-ring-color: #e0e7ff8c; +} + .ring-indigo-100\\/60 { --tw-ring-color: #e0e7ff99; } +.ring-indigo-100\\/65 { + --tw-ring-color: #e0e7ffa6; +} + .ring-indigo-100\\/70 { --tw-ring-color: #e0e7ffb3; } @@ -20842,6 +28614,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0e7ffcc; } +.ring-indigo-100\\/85 { + --tw-ring-color: #e0e7ffd9; +} + .ring-indigo-100\\/90 { --tw-ring-color: #e0e7ffe6; } @@ -20867,6 +28643,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c7d2fe; } +.ring-indigo-200\\/15 { + --tw-ring-color: #c7d2fe26; +} + .ring-indigo-200\\/20 { --tw-ring-color: #c7d2fe33; } @@ -20879,10 +28659,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c7d2fe4d; } +.ring-indigo-200\\/35 { + --tw-ring-color: #c7d2fe59; +} + .ring-indigo-200\\/40 { --tw-ring-color: #c7d2fe66; } +.ring-indigo-200\\/45 { + --tw-ring-color: #c7d2fe73; +} + .ring-indigo-200\\/5 { --tw-ring-color: #c7d2fe0d; } @@ -20891,10 +28679,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c7d2fe80; } +.ring-indigo-200\\/55 { + --tw-ring-color: #c7d2fe8c; +} + .ring-indigo-200\\/60 { --tw-ring-color: #c7d2fe99; } +.ring-indigo-200\\/65 { + --tw-ring-color: #c7d2fea6; +} + .ring-indigo-200\\/70 { --tw-ring-color: #c7d2feb3; } @@ -20907,6 +28703,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c7d2fecc; } +.ring-indigo-200\\/85 { + --tw-ring-color: #c7d2fed9; +} + .ring-indigo-200\\/90 { --tw-ring-color: #c7d2fee6; } @@ -20932,6 +28732,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5b4fc; } +.ring-indigo-300\\/15 { + --tw-ring-color: #a5b4fc26; +} + .ring-indigo-300\\/20 { --tw-ring-color: #a5b4fc33; } @@ -20944,10 +28748,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5b4fc4d; } +.ring-indigo-300\\/35 { + --tw-ring-color: #a5b4fc59; +} + .ring-indigo-300\\/40 { --tw-ring-color: #a5b4fc66; } +.ring-indigo-300\\/45 { + --tw-ring-color: #a5b4fc73; +} + .ring-indigo-300\\/5 { --tw-ring-color: #a5b4fc0d; } @@ -20956,10 +28768,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5b4fc80; } +.ring-indigo-300\\/55 { + --tw-ring-color: #a5b4fc8c; +} + .ring-indigo-300\\/60 { --tw-ring-color: #a5b4fc99; } +.ring-indigo-300\\/65 { + --tw-ring-color: #a5b4fca6; +} + .ring-indigo-300\\/70 { --tw-ring-color: #a5b4fcb3; } @@ -20972,6 +28792,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a5b4fccc; } +.ring-indigo-300\\/85 { + --tw-ring-color: #a5b4fcd9; +} + .ring-indigo-300\\/90 { --tw-ring-color: #a5b4fce6; } @@ -20997,6 +28821,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #818cf8; } +.ring-indigo-400\\/15 { + --tw-ring-color: #818cf826; +} + .ring-indigo-400\\/20 { --tw-ring-color: #818cf833; } @@ -21009,10 +28837,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #818cf84d; } +.ring-indigo-400\\/35 { + --tw-ring-color: #818cf859; +} + .ring-indigo-400\\/40 { --tw-ring-color: #818cf866; } +.ring-indigo-400\\/45 { + --tw-ring-color: #818cf873; +} + .ring-indigo-400\\/5 { --tw-ring-color: #818cf80d; } @@ -21021,10 +28857,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #818cf880; } +.ring-indigo-400\\/55 { + --tw-ring-color: #818cf88c; +} + .ring-indigo-400\\/60 { --tw-ring-color: #818cf899; } +.ring-indigo-400\\/65 { + --tw-ring-color: #818cf8a6; +} + .ring-indigo-400\\/70 { --tw-ring-color: #818cf8b3; } @@ -21037,6 +28881,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #818cf8cc; } +.ring-indigo-400\\/85 { + --tw-ring-color: #818cf8d9; +} + .ring-indigo-400\\/90 { --tw-ring-color: #818cf8e6; } @@ -21062,6 +28910,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eef2ff; } +.ring-indigo-50\\/15 { + --tw-ring-color: #eef2ff26; +} + .ring-indigo-50\\/20 { --tw-ring-color: #eef2ff33; } @@ -21074,10 +28926,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eef2ff4d; } +.ring-indigo-50\\/35 { + --tw-ring-color: #eef2ff59; +} + .ring-indigo-50\\/40 { --tw-ring-color: #eef2ff66; } +.ring-indigo-50\\/45 { + --tw-ring-color: #eef2ff73; +} + .ring-indigo-50\\/5 { --tw-ring-color: #eef2ff0d; } @@ -21086,10 +28946,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eef2ff80; } +.ring-indigo-50\\/55 { + --tw-ring-color: #eef2ff8c; +} + .ring-indigo-50\\/60 { --tw-ring-color: #eef2ff99; } +.ring-indigo-50\\/65 { + --tw-ring-color: #eef2ffa6; +} + .ring-indigo-50\\/70 { --tw-ring-color: #eef2ffb3; } @@ -21102,6 +28970,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eef2ffcc; } +.ring-indigo-50\\/85 { + --tw-ring-color: #eef2ffd9; +} + .ring-indigo-50\\/90 { --tw-ring-color: #eef2ffe6; } @@ -21127,6 +28999,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6366f1; } +.ring-indigo-500\\/15 { + --tw-ring-color: #6366f126; +} + .ring-indigo-500\\/20 { --tw-ring-color: #6366f133; } @@ -21139,10 +29015,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6366f14d; } +.ring-indigo-500\\/35 { + --tw-ring-color: #6366f159; +} + .ring-indigo-500\\/40 { --tw-ring-color: #6366f166; } +.ring-indigo-500\\/45 { + --tw-ring-color: #6366f173; +} + .ring-indigo-500\\/5 { --tw-ring-color: #6366f10d; } @@ -21151,10 +29035,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6366f180; } +.ring-indigo-500\\/55 { + --tw-ring-color: #6366f18c; +} + .ring-indigo-500\\/60 { --tw-ring-color: #6366f199; } +.ring-indigo-500\\/65 { + --tw-ring-color: #6366f1a6; +} + .ring-indigo-500\\/70 { --tw-ring-color: #6366f1b3; } @@ -21167,6 +29059,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6366f1cc; } +.ring-indigo-500\\/85 { + --tw-ring-color: #6366f1d9; +} + .ring-indigo-500\\/90 { --tw-ring-color: #6366f1e6; } @@ -21192,6 +29088,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4f46e5; } +.ring-indigo-600\\/15 { + --tw-ring-color: #4f46e526; +} + .ring-indigo-600\\/20 { --tw-ring-color: #4f46e533; } @@ -21204,10 +29104,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4f46e54d; } +.ring-indigo-600\\/35 { + --tw-ring-color: #4f46e559; +} + .ring-indigo-600\\/40 { --tw-ring-color: #4f46e566; } +.ring-indigo-600\\/45 { + --tw-ring-color: #4f46e573; +} + .ring-indigo-600\\/5 { --tw-ring-color: #4f46e50d; } @@ -21216,10 +29124,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4f46e580; } +.ring-indigo-600\\/55 { + --tw-ring-color: #4f46e58c; +} + .ring-indigo-600\\/60 { --tw-ring-color: #4f46e599; } +.ring-indigo-600\\/65 { + --tw-ring-color: #4f46e5a6; +} + .ring-indigo-600\\/70 { --tw-ring-color: #4f46e5b3; } @@ -21232,6 +29148,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4f46e5cc; } +.ring-indigo-600\\/85 { + --tw-ring-color: #4f46e5d9; +} + .ring-indigo-600\\/90 { --tw-ring-color: #4f46e5e6; } @@ -21257,6 +29177,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4338ca; } +.ring-indigo-700\\/15 { + --tw-ring-color: #4338ca26; +} + .ring-indigo-700\\/20 { --tw-ring-color: #4338ca33; } @@ -21269,10 +29193,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4338ca4d; } +.ring-indigo-700\\/35 { + --tw-ring-color: #4338ca59; +} + .ring-indigo-700\\/40 { --tw-ring-color: #4338ca66; } +.ring-indigo-700\\/45 { + --tw-ring-color: #4338ca73; +} + .ring-indigo-700\\/5 { --tw-ring-color: #4338ca0d; } @@ -21281,10 +29213,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4338ca80; } +.ring-indigo-700\\/55 { + --tw-ring-color: #4338ca8c; +} + .ring-indigo-700\\/60 { --tw-ring-color: #4338ca99; } +.ring-indigo-700\\/65 { + --tw-ring-color: #4338caa6; +} + .ring-indigo-700\\/70 { --tw-ring-color: #4338cab3; } @@ -21297,6 +29237,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4338cacc; } +.ring-indigo-700\\/85 { + --tw-ring-color: #4338cad9; +} + .ring-indigo-700\\/90 { --tw-ring-color: #4338cae6; } @@ -21322,6 +29266,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3730a3; } +.ring-indigo-800\\/15 { + --tw-ring-color: #3730a326; +} + .ring-indigo-800\\/20 { --tw-ring-color: #3730a333; } @@ -21334,10 +29282,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3730a34d; } +.ring-indigo-800\\/35 { + --tw-ring-color: #3730a359; +} + .ring-indigo-800\\/40 { --tw-ring-color: #3730a366; } +.ring-indigo-800\\/45 { + --tw-ring-color: #3730a373; +} + .ring-indigo-800\\/5 { --tw-ring-color: #3730a30d; } @@ -21346,10 +29302,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3730a380; } +.ring-indigo-800\\/55 { + --tw-ring-color: #3730a38c; +} + .ring-indigo-800\\/60 { --tw-ring-color: #3730a399; } +.ring-indigo-800\\/65 { + --tw-ring-color: #3730a3a6; +} + .ring-indigo-800\\/70 { --tw-ring-color: #3730a3b3; } @@ -21362,6 +29326,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3730a3cc; } +.ring-indigo-800\\/85 { + --tw-ring-color: #3730a3d9; +} + .ring-indigo-800\\/90 { --tw-ring-color: #3730a3e6; } @@ -21387,6 +29355,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #312e81; } +.ring-indigo-900\\/15 { + --tw-ring-color: #312e8126; +} + .ring-indigo-900\\/20 { --tw-ring-color: #312e8133; } @@ -21399,10 +29371,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #312e814d; } +.ring-indigo-900\\/35 { + --tw-ring-color: #312e8159; +} + .ring-indigo-900\\/40 { --tw-ring-color: #312e8166; } +.ring-indigo-900\\/45 { + --tw-ring-color: #312e8173; +} + .ring-indigo-900\\/5 { --tw-ring-color: #312e810d; } @@ -21411,10 +29391,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #312e8180; } +.ring-indigo-900\\/55 { + --tw-ring-color: #312e818c; +} + .ring-indigo-900\\/60 { --tw-ring-color: #312e8199; } +.ring-indigo-900\\/65 { + --tw-ring-color: #312e81a6; +} + .ring-indigo-900\\/70 { --tw-ring-color: #312e81b3; } @@ -21427,6 +29415,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #312e81cc; } +.ring-indigo-900\\/85 { + --tw-ring-color: #312e81d9; +} + .ring-indigo-900\\/90 { --tw-ring-color: #312e81e6; } @@ -21452,6 +29444,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e1b4b; } +.ring-indigo-950\\/15 { + --tw-ring-color: #1e1b4b26; +} + .ring-indigo-950\\/20 { --tw-ring-color: #1e1b4b33; } @@ -21464,10 +29460,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e1b4b4d; } +.ring-indigo-950\\/35 { + --tw-ring-color: #1e1b4b59; +} + .ring-indigo-950\\/40 { --tw-ring-color: #1e1b4b66; } +.ring-indigo-950\\/45 { + --tw-ring-color: #1e1b4b73; +} + .ring-indigo-950\\/5 { --tw-ring-color: #1e1b4b0d; } @@ -21476,10 +29480,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e1b4b80; } +.ring-indigo-950\\/55 { + --tw-ring-color: #1e1b4b8c; +} + .ring-indigo-950\\/60 { --tw-ring-color: #1e1b4b99; } +.ring-indigo-950\\/65 { + --tw-ring-color: #1e1b4ba6; +} + .ring-indigo-950\\/70 { --tw-ring-color: #1e1b4bb3; } @@ -21492,6 +29504,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e1b4bcc; } +.ring-indigo-950\\/85 { + --tw-ring-color: #1e1b4bd9; +} + .ring-indigo-950\\/90 { --tw-ring-color: #1e1b4be6; } @@ -21521,6 +29537,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfccb; } +.ring-lime-100\\/15 { + --tw-ring-color: #ecfccb26; +} + .ring-lime-100\\/20 { --tw-ring-color: #ecfccb33; } @@ -21533,10 +29553,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfccb4d; } +.ring-lime-100\\/35 { + --tw-ring-color: #ecfccb59; +} + .ring-lime-100\\/40 { --tw-ring-color: #ecfccb66; } +.ring-lime-100\\/45 { + --tw-ring-color: #ecfccb73; +} + .ring-lime-100\\/5 { --tw-ring-color: #ecfccb0d; } @@ -21545,10 +29573,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfccb80; } +.ring-lime-100\\/55 { + --tw-ring-color: #ecfccb8c; +} + .ring-lime-100\\/60 { --tw-ring-color: #ecfccb99; } +.ring-lime-100\\/65 { + --tw-ring-color: #ecfccba6; +} + .ring-lime-100\\/70 { --tw-ring-color: #ecfccbb3; } @@ -21561,6 +29597,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ecfccbcc; } +.ring-lime-100\\/85 { + --tw-ring-color: #ecfccbd9; +} + .ring-lime-100\\/90 { --tw-ring-color: #ecfccbe6; } @@ -21586,6 +29626,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d9f99d; } +.ring-lime-200\\/15 { + --tw-ring-color: #d9f99d26; +} + .ring-lime-200\\/20 { --tw-ring-color: #d9f99d33; } @@ -21598,10 +29642,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d9f99d4d; } +.ring-lime-200\\/35 { + --tw-ring-color: #d9f99d59; +} + .ring-lime-200\\/40 { --tw-ring-color: #d9f99d66; } +.ring-lime-200\\/45 { + --tw-ring-color: #d9f99d73; +} + .ring-lime-200\\/5 { --tw-ring-color: #d9f99d0d; } @@ -21610,10 +29662,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d9f99d80; } +.ring-lime-200\\/55 { + --tw-ring-color: #d9f99d8c; +} + .ring-lime-200\\/60 { --tw-ring-color: #d9f99d99; } +.ring-lime-200\\/65 { + --tw-ring-color: #d9f99da6; +} + .ring-lime-200\\/70 { --tw-ring-color: #d9f99db3; } @@ -21626,6 +29686,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d9f99dcc; } +.ring-lime-200\\/85 { + --tw-ring-color: #d9f99dd9; +} + .ring-lime-200\\/90 { --tw-ring-color: #d9f99de6; } @@ -21651,6 +29715,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bef264; } +.ring-lime-300\\/15 { + --tw-ring-color: #bef26426; +} + .ring-lime-300\\/20 { --tw-ring-color: #bef26433; } @@ -21663,10 +29731,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bef2644d; } +.ring-lime-300\\/35 { + --tw-ring-color: #bef26459; +} + .ring-lime-300\\/40 { --tw-ring-color: #bef26466; } +.ring-lime-300\\/45 { + --tw-ring-color: #bef26473; +} + .ring-lime-300\\/5 { --tw-ring-color: #bef2640d; } @@ -21675,10 +29751,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bef26480; } +.ring-lime-300\\/55 { + --tw-ring-color: #bef2648c; +} + .ring-lime-300\\/60 { --tw-ring-color: #bef26499; } +.ring-lime-300\\/65 { + --tw-ring-color: #bef264a6; +} + .ring-lime-300\\/70 { --tw-ring-color: #bef264b3; } @@ -21691,6 +29775,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bef264cc; } +.ring-lime-300\\/85 { + --tw-ring-color: #bef264d9; +} + .ring-lime-300\\/90 { --tw-ring-color: #bef264e6; } @@ -21716,6 +29804,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3e635; } +.ring-lime-400\\/15 { + --tw-ring-color: #a3e63526; +} + .ring-lime-400\\/20 { --tw-ring-color: #a3e63533; } @@ -21728,10 +29820,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3e6354d; } +.ring-lime-400\\/35 { + --tw-ring-color: #a3e63559; +} + .ring-lime-400\\/40 { --tw-ring-color: #a3e63566; } +.ring-lime-400\\/45 { + --tw-ring-color: #a3e63573; +} + .ring-lime-400\\/5 { --tw-ring-color: #a3e6350d; } @@ -21740,10 +29840,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3e63580; } +.ring-lime-400\\/55 { + --tw-ring-color: #a3e6358c; +} + .ring-lime-400\\/60 { --tw-ring-color: #a3e63599; } +.ring-lime-400\\/65 { + --tw-ring-color: #a3e635a6; +} + .ring-lime-400\\/70 { --tw-ring-color: #a3e635b3; } @@ -21756,6 +29864,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3e635cc; } +.ring-lime-400\\/85 { + --tw-ring-color: #a3e635d9; +} + .ring-lime-400\\/90 { --tw-ring-color: #a3e635e6; } @@ -21781,6 +29893,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f7fee7; } +.ring-lime-50\\/15 { + --tw-ring-color: #f7fee726; +} + .ring-lime-50\\/20 { --tw-ring-color: #f7fee733; } @@ -21793,10 +29909,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f7fee74d; } +.ring-lime-50\\/35 { + --tw-ring-color: #f7fee759; +} + .ring-lime-50\\/40 { --tw-ring-color: #f7fee766; } +.ring-lime-50\\/45 { + --tw-ring-color: #f7fee773; +} + .ring-lime-50\\/5 { --tw-ring-color: #f7fee70d; } @@ -21805,10 +29929,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f7fee780; } +.ring-lime-50\\/55 { + --tw-ring-color: #f7fee78c; +} + .ring-lime-50\\/60 { --tw-ring-color: #f7fee799; } +.ring-lime-50\\/65 { + --tw-ring-color: #f7fee7a6; +} + .ring-lime-50\\/70 { --tw-ring-color: #f7fee7b3; } @@ -21821,6 +29953,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f7fee7cc; } +.ring-lime-50\\/85 { + --tw-ring-color: #f7fee7d9; +} + .ring-lime-50\\/90 { --tw-ring-color: #f7fee7e6; } @@ -21846,6 +29982,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #84cc16; } +.ring-lime-500\\/15 { + --tw-ring-color: #84cc1626; +} + .ring-lime-500\\/20 { --tw-ring-color: #84cc1633; } @@ -21858,10 +29998,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #84cc164d; } +.ring-lime-500\\/35 { + --tw-ring-color: #84cc1659; +} + .ring-lime-500\\/40 { --tw-ring-color: #84cc1666; } +.ring-lime-500\\/45 { + --tw-ring-color: #84cc1673; +} + .ring-lime-500\\/5 { --tw-ring-color: #84cc160d; } @@ -21870,10 +30018,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #84cc1680; } +.ring-lime-500\\/55 { + --tw-ring-color: #84cc168c; +} + .ring-lime-500\\/60 { --tw-ring-color: #84cc1699; } +.ring-lime-500\\/65 { + --tw-ring-color: #84cc16a6; +} + .ring-lime-500\\/70 { --tw-ring-color: #84cc16b3; } @@ -21886,6 +30042,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #84cc16cc; } +.ring-lime-500\\/85 { + --tw-ring-color: #84cc16d9; +} + .ring-lime-500\\/90 { --tw-ring-color: #84cc16e6; } @@ -21911,6 +30071,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #65a30d; } +.ring-lime-600\\/15 { + --tw-ring-color: #65a30d26; +} + .ring-lime-600\\/20 { --tw-ring-color: #65a30d33; } @@ -21923,10 +30087,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #65a30d4d; } +.ring-lime-600\\/35 { + --tw-ring-color: #65a30d59; +} + .ring-lime-600\\/40 { --tw-ring-color: #65a30d66; } +.ring-lime-600\\/45 { + --tw-ring-color: #65a30d73; +} + .ring-lime-600\\/5 { --tw-ring-color: #65a30d0d; } @@ -21935,10 +30107,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #65a30d80; } +.ring-lime-600\\/55 { + --tw-ring-color: #65a30d8c; +} + .ring-lime-600\\/60 { --tw-ring-color: #65a30d99; } +.ring-lime-600\\/65 { + --tw-ring-color: #65a30da6; +} + .ring-lime-600\\/70 { --tw-ring-color: #65a30db3; } @@ -21951,6 +30131,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #65a30dcc; } +.ring-lime-600\\/85 { + --tw-ring-color: #65a30dd9; +} + .ring-lime-600\\/90 { --tw-ring-color: #65a30de6; } @@ -21976,6 +30160,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4d7c0f; } +.ring-lime-700\\/15 { + --tw-ring-color: #4d7c0f26; +} + .ring-lime-700\\/20 { --tw-ring-color: #4d7c0f33; } @@ -21988,10 +30176,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4d7c0f4d; } +.ring-lime-700\\/35 { + --tw-ring-color: #4d7c0f59; +} + .ring-lime-700\\/40 { --tw-ring-color: #4d7c0f66; } +.ring-lime-700\\/45 { + --tw-ring-color: #4d7c0f73; +} + .ring-lime-700\\/5 { --tw-ring-color: #4d7c0f0d; } @@ -22000,10 +30196,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4d7c0f80; } +.ring-lime-700\\/55 { + --tw-ring-color: #4d7c0f8c; +} + .ring-lime-700\\/60 { --tw-ring-color: #4d7c0f99; } +.ring-lime-700\\/65 { + --tw-ring-color: #4d7c0fa6; +} + .ring-lime-700\\/70 { --tw-ring-color: #4d7c0fb3; } @@ -22016,6 +30220,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4d7c0fcc; } +.ring-lime-700\\/85 { + --tw-ring-color: #4d7c0fd9; +} + .ring-lime-700\\/90 { --tw-ring-color: #4d7c0fe6; } @@ -22041,6 +30249,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f6212; } +.ring-lime-800\\/15 { + --tw-ring-color: #3f621226; +} + .ring-lime-800\\/20 { --tw-ring-color: #3f621233; } @@ -22053,10 +30265,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f62124d; } +.ring-lime-800\\/35 { + --tw-ring-color: #3f621259; +} + .ring-lime-800\\/40 { --tw-ring-color: #3f621266; } +.ring-lime-800\\/45 { + --tw-ring-color: #3f621273; +} + .ring-lime-800\\/5 { --tw-ring-color: #3f62120d; } @@ -22065,10 +30285,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f621280; } +.ring-lime-800\\/55 { + --tw-ring-color: #3f62128c; +} + .ring-lime-800\\/60 { --tw-ring-color: #3f621299; } +.ring-lime-800\\/65 { + --tw-ring-color: #3f6212a6; +} + .ring-lime-800\\/70 { --tw-ring-color: #3f6212b3; } @@ -22081,6 +30309,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f6212cc; } +.ring-lime-800\\/85 { + --tw-ring-color: #3f6212d9; +} + .ring-lime-800\\/90 { --tw-ring-color: #3f6212e6; } @@ -22106,6 +30338,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #365314; } +.ring-lime-900\\/15 { + --tw-ring-color: #36531426; +} + .ring-lime-900\\/20 { --tw-ring-color: #36531433; } @@ -22118,10 +30354,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3653144d; } +.ring-lime-900\\/35 { + --tw-ring-color: #36531459; +} + .ring-lime-900\\/40 { --tw-ring-color: #36531466; } +.ring-lime-900\\/45 { + --tw-ring-color: #36531473; +} + .ring-lime-900\\/5 { --tw-ring-color: #3653140d; } @@ -22130,10 +30374,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #36531480; } +.ring-lime-900\\/55 { + --tw-ring-color: #3653148c; +} + .ring-lime-900\\/60 { --tw-ring-color: #36531499; } +.ring-lime-900\\/65 { + --tw-ring-color: #365314a6; +} + .ring-lime-900\\/70 { --tw-ring-color: #365314b3; } @@ -22146,6 +30398,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #365314cc; } +.ring-lime-900\\/85 { + --tw-ring-color: #365314d9; +} + .ring-lime-900\\/90 { --tw-ring-color: #365314e6; } @@ -22171,6 +30427,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1a2e05; } +.ring-lime-950\\/15 { + --tw-ring-color: #1a2e0526; +} + .ring-lime-950\\/20 { --tw-ring-color: #1a2e0533; } @@ -22183,10 +30443,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1a2e054d; } +.ring-lime-950\\/35 { + --tw-ring-color: #1a2e0559; +} + .ring-lime-950\\/40 { --tw-ring-color: #1a2e0566; } +.ring-lime-950\\/45 { + --tw-ring-color: #1a2e0573; +} + .ring-lime-950\\/5 { --tw-ring-color: #1a2e050d; } @@ -22195,10 +30463,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1a2e0580; } +.ring-lime-950\\/55 { + --tw-ring-color: #1a2e058c; +} + .ring-lime-950\\/60 { --tw-ring-color: #1a2e0599; } +.ring-lime-950\\/65 { + --tw-ring-color: #1a2e05a6; +} + .ring-lime-950\\/70 { --tw-ring-color: #1a2e05b3; } @@ -22211,6 +30487,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1a2e05cc; } +.ring-lime-950\\/85 { + --tw-ring-color: #1a2e05d9; +} + .ring-lime-950\\/90 { --tw-ring-color: #1a2e05e6; } @@ -22236,6 +30516,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f5; } +.ring-neutral-100\\/15 { + --tw-ring-color: #f5f5f526; +} + .ring-neutral-100\\/20 { --tw-ring-color: #f5f5f533; } @@ -22248,10 +30532,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f54d; } +.ring-neutral-100\\/35 { + --tw-ring-color: #f5f5f559; +} + .ring-neutral-100\\/40 { --tw-ring-color: #f5f5f566; } +.ring-neutral-100\\/45 { + --tw-ring-color: #f5f5f573; +} + .ring-neutral-100\\/5 { --tw-ring-color: #f5f5f50d; } @@ -22260,10 +30552,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f580; } +.ring-neutral-100\\/55 { + --tw-ring-color: #f5f5f58c; +} + .ring-neutral-100\\/60 { --tw-ring-color: #f5f5f599; } +.ring-neutral-100\\/65 { + --tw-ring-color: #f5f5f5a6; +} + .ring-neutral-100\\/70 { --tw-ring-color: #f5f5f5b3; } @@ -22276,6 +30576,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f5cc; } +.ring-neutral-100\\/85 { + --tw-ring-color: #f5f5f5d9; +} + .ring-neutral-100\\/90 { --tw-ring-color: #f5f5f5e6; } @@ -22301,6 +30605,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e5e5; } +.ring-neutral-200\\/15 { + --tw-ring-color: #e5e5e526; +} + .ring-neutral-200\\/20 { --tw-ring-color: #e5e5e533; } @@ -22313,10 +30621,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e5e54d; } +.ring-neutral-200\\/35 { + --tw-ring-color: #e5e5e559; +} + .ring-neutral-200\\/40 { --tw-ring-color: #e5e5e566; } +.ring-neutral-200\\/45 { + --tw-ring-color: #e5e5e573; +} + .ring-neutral-200\\/5 { --tw-ring-color: #e5e5e50d; } @@ -22325,10 +30641,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e5e580; } +.ring-neutral-200\\/55 { + --tw-ring-color: #e5e5e58c; +} + .ring-neutral-200\\/60 { --tw-ring-color: #e5e5e599; } +.ring-neutral-200\\/65 { + --tw-ring-color: #e5e5e5a6; +} + .ring-neutral-200\\/70 { --tw-ring-color: #e5e5e5b3; } @@ -22341,6 +30665,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e5e5e5cc; } +.ring-neutral-200\\/85 { + --tw-ring-color: #e5e5e5d9; +} + .ring-neutral-200\\/90 { --tw-ring-color: #e5e5e5e6; } @@ -22366,6 +30694,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d4; } +.ring-neutral-300\\/15 { + --tw-ring-color: #d4d4d426; +} + .ring-neutral-300\\/20 { --tw-ring-color: #d4d4d433; } @@ -22378,10 +30710,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d44d; } +.ring-neutral-300\\/35 { + --tw-ring-color: #d4d4d459; +} + .ring-neutral-300\\/40 { --tw-ring-color: #d4d4d466; } +.ring-neutral-300\\/45 { + --tw-ring-color: #d4d4d473; +} + .ring-neutral-300\\/5 { --tw-ring-color: #d4d4d40d; } @@ -22390,10 +30730,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d480; } +.ring-neutral-300\\/55 { + --tw-ring-color: #d4d4d48c; +} + .ring-neutral-300\\/60 { --tw-ring-color: #d4d4d499; } +.ring-neutral-300\\/65 { + --tw-ring-color: #d4d4d4a6; +} + .ring-neutral-300\\/70 { --tw-ring-color: #d4d4d4b3; } @@ -22406,6 +30754,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d4cc; } +.ring-neutral-300\\/85 { + --tw-ring-color: #d4d4d4d9; +} + .ring-neutral-300\\/90 { --tw-ring-color: #d4d4d4e6; } @@ -22431,6 +30783,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3a3a3; } +.ring-neutral-400\\/15 { + --tw-ring-color: #a3a3a326; +} + .ring-neutral-400\\/20 { --tw-ring-color: #a3a3a333; } @@ -22443,10 +30799,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3a3a34d; } +.ring-neutral-400\\/35 { + --tw-ring-color: #a3a3a359; +} + .ring-neutral-400\\/40 { --tw-ring-color: #a3a3a366; } +.ring-neutral-400\\/45 { + --tw-ring-color: #a3a3a373; +} + .ring-neutral-400\\/5 { --tw-ring-color: #a3a3a30d; } @@ -22455,10 +30819,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3a3a380; } +.ring-neutral-400\\/55 { + --tw-ring-color: #a3a3a38c; +} + .ring-neutral-400\\/60 { --tw-ring-color: #a3a3a399; } +.ring-neutral-400\\/65 { + --tw-ring-color: #a3a3a3a6; +} + .ring-neutral-400\\/70 { --tw-ring-color: #a3a3a3b3; } @@ -22471,6 +30843,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a3a3a3cc; } +.ring-neutral-400\\/85 { + --tw-ring-color: #a3a3a3d9; +} + .ring-neutral-400\\/90 { --tw-ring-color: #a3a3a3e6; } @@ -22496,6 +30872,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafa; } +.ring-neutral-50\\/15 { + --tw-ring-color: #fafafa26; +} + .ring-neutral-50\\/20 { --tw-ring-color: #fafafa33; } @@ -22508,10 +30888,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafa4d; } +.ring-neutral-50\\/35 { + --tw-ring-color: #fafafa59; +} + .ring-neutral-50\\/40 { --tw-ring-color: #fafafa66; } +.ring-neutral-50\\/45 { + --tw-ring-color: #fafafa73; +} + .ring-neutral-50\\/5 { --tw-ring-color: #fafafa0d; } @@ -22520,10 +30908,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafa80; } +.ring-neutral-50\\/55 { + --tw-ring-color: #fafafa8c; +} + .ring-neutral-50\\/60 { --tw-ring-color: #fafafa99; } +.ring-neutral-50\\/65 { + --tw-ring-color: #fafafaa6; +} + .ring-neutral-50\\/70 { --tw-ring-color: #fafafab3; } @@ -22536,6 +30932,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafacc; } +.ring-neutral-50\\/85 { + --tw-ring-color: #fafafad9; +} + .ring-neutral-50\\/90 { --tw-ring-color: #fafafae6; } @@ -22561,6 +30961,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #737373; } +.ring-neutral-500\\/15 { + --tw-ring-color: #73737326; +} + .ring-neutral-500\\/20 { --tw-ring-color: #73737333; } @@ -22573,10 +30977,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7373734d; } +.ring-neutral-500\\/35 { + --tw-ring-color: #73737359; +} + .ring-neutral-500\\/40 { --tw-ring-color: #73737366; } +.ring-neutral-500\\/45 { + --tw-ring-color: #73737373; +} + .ring-neutral-500\\/5 { --tw-ring-color: #7373730d; } @@ -22585,10 +30997,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #73737380; } +.ring-neutral-500\\/55 { + --tw-ring-color: #7373738c; +} + .ring-neutral-500\\/60 { --tw-ring-color: #73737399; } +.ring-neutral-500\\/65 { + --tw-ring-color: #737373a6; +} + .ring-neutral-500\\/70 { --tw-ring-color: #737373b3; } @@ -22601,6 +31021,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #737373cc; } +.ring-neutral-500\\/85 { + --tw-ring-color: #737373d9; +} + .ring-neutral-500\\/90 { --tw-ring-color: #737373e6; } @@ -22626,6 +31050,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #525252; } +.ring-neutral-600\\/15 { + --tw-ring-color: #52525226; +} + .ring-neutral-600\\/20 { --tw-ring-color: #52525233; } @@ -22638,10 +31066,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5252524d; } +.ring-neutral-600\\/35 { + --tw-ring-color: #52525259; +} + .ring-neutral-600\\/40 { --tw-ring-color: #52525266; } +.ring-neutral-600\\/45 { + --tw-ring-color: #52525273; +} + .ring-neutral-600\\/5 { --tw-ring-color: #5252520d; } @@ -22650,10 +31086,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #52525280; } +.ring-neutral-600\\/55 { + --tw-ring-color: #5252528c; +} + .ring-neutral-600\\/60 { --tw-ring-color: #52525299; } +.ring-neutral-600\\/65 { + --tw-ring-color: #525252a6; +} + .ring-neutral-600\\/70 { --tw-ring-color: #525252b3; } @@ -22666,6 +31110,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #525252cc; } +.ring-neutral-600\\/85 { + --tw-ring-color: #525252d9; +} + .ring-neutral-600\\/90 { --tw-ring-color: #525252e6; } @@ -22691,6 +31139,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #404040; } +.ring-neutral-700\\/15 { + --tw-ring-color: #40404026; +} + .ring-neutral-700\\/20 { --tw-ring-color: #40404033; } @@ -22703,10 +31155,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4040404d; } +.ring-neutral-700\\/35 { + --tw-ring-color: #40404059; +} + .ring-neutral-700\\/40 { --tw-ring-color: #40404066; } +.ring-neutral-700\\/45 { + --tw-ring-color: #40404073; +} + .ring-neutral-700\\/5 { --tw-ring-color: #4040400d; } @@ -22715,10 +31175,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #40404080; } +.ring-neutral-700\\/55 { + --tw-ring-color: #4040408c; +} + .ring-neutral-700\\/60 { --tw-ring-color: #40404099; } +.ring-neutral-700\\/65 { + --tw-ring-color: #404040a6; +} + .ring-neutral-700\\/70 { --tw-ring-color: #404040b3; } @@ -22731,6 +31199,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #404040cc; } +.ring-neutral-700\\/85 { + --tw-ring-color: #404040d9; +} + .ring-neutral-700\\/90 { --tw-ring-color: #404040e6; } @@ -22756,6 +31228,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #262626; } +.ring-neutral-800\\/15 { + --tw-ring-color: #26262626; +} + .ring-neutral-800\\/20 { --tw-ring-color: #26262633; } @@ -22768,10 +31244,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2626264d; } +.ring-neutral-800\\/35 { + --tw-ring-color: #26262659; +} + .ring-neutral-800\\/40 { --tw-ring-color: #26262666; } +.ring-neutral-800\\/45 { + --tw-ring-color: #26262673; +} + .ring-neutral-800\\/5 { --tw-ring-color: #2626260d; } @@ -22780,10 +31264,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #26262680; } +.ring-neutral-800\\/55 { + --tw-ring-color: #2626268c; +} + .ring-neutral-800\\/60 { --tw-ring-color: #26262699; } +.ring-neutral-800\\/65 { + --tw-ring-color: #262626a6; +} + .ring-neutral-800\\/70 { --tw-ring-color: #262626b3; } @@ -22796,6 +31288,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #262626cc; } +.ring-neutral-800\\/85 { + --tw-ring-color: #262626d9; +} + .ring-neutral-800\\/90 { --tw-ring-color: #262626e6; } @@ -22821,6 +31317,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #171717; } +.ring-neutral-900\\/15 { + --tw-ring-color: #17171726; +} + .ring-neutral-900\\/20 { --tw-ring-color: #17171733; } @@ -22833,10 +31333,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1717174d; } +.ring-neutral-900\\/35 { + --tw-ring-color: #17171759; +} + .ring-neutral-900\\/40 { --tw-ring-color: #17171766; } +.ring-neutral-900\\/45 { + --tw-ring-color: #17171773; +} + .ring-neutral-900\\/5 { --tw-ring-color: #1717170d; } @@ -22845,10 +31353,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #17171780; } +.ring-neutral-900\\/55 { + --tw-ring-color: #1717178c; +} + .ring-neutral-900\\/60 { --tw-ring-color: #17171799; } +.ring-neutral-900\\/65 { + --tw-ring-color: #171717a6; +} + .ring-neutral-900\\/70 { --tw-ring-color: #171717b3; } @@ -22861,6 +31377,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #171717cc; } +.ring-neutral-900\\/85 { + --tw-ring-color: #171717d9; +} + .ring-neutral-900\\/90 { --tw-ring-color: #171717e6; } @@ -22886,6 +31406,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0a0a0a; } +.ring-neutral-950\\/15 { + --tw-ring-color: #0a0a0a26; +} + .ring-neutral-950\\/20 { --tw-ring-color: #0a0a0a33; } @@ -22898,10 +31422,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0a0a0a4d; } +.ring-neutral-950\\/35 { + --tw-ring-color: #0a0a0a59; +} + .ring-neutral-950\\/40 { --tw-ring-color: #0a0a0a66; } +.ring-neutral-950\\/45 { + --tw-ring-color: #0a0a0a73; +} + .ring-neutral-950\\/5 { --tw-ring-color: #0a0a0a0d; } @@ -22910,10 +31442,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0a0a0a80; } +.ring-neutral-950\\/55 { + --tw-ring-color: #0a0a0a8c; +} + .ring-neutral-950\\/60 { --tw-ring-color: #0a0a0a99; } +.ring-neutral-950\\/65 { + --tw-ring-color: #0a0a0aa6; +} + .ring-neutral-950\\/70 { --tw-ring-color: #0a0a0ab3; } @@ -22926,6 +31466,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0a0a0acc; } +.ring-neutral-950\\/85 { + --tw-ring-color: #0a0a0ad9; +} + .ring-neutral-950\\/90 { --tw-ring-color: #0a0a0ae6; } @@ -22951,6 +31495,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffedd5; } +.ring-orange-100\\/15 { + --tw-ring-color: #ffedd526; +} + .ring-orange-100\\/20 { --tw-ring-color: #ffedd533; } @@ -22963,10 +31511,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffedd54d; } +.ring-orange-100\\/35 { + --tw-ring-color: #ffedd559; +} + .ring-orange-100\\/40 { --tw-ring-color: #ffedd566; } +.ring-orange-100\\/45 { + --tw-ring-color: #ffedd573; +} + .ring-orange-100\\/5 { --tw-ring-color: #ffedd50d; } @@ -22975,10 +31531,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffedd580; } +.ring-orange-100\\/55 { + --tw-ring-color: #ffedd58c; +} + .ring-orange-100\\/60 { --tw-ring-color: #ffedd599; } +.ring-orange-100\\/65 { + --tw-ring-color: #ffedd5a6; +} + .ring-orange-100\\/70 { --tw-ring-color: #ffedd5b3; } @@ -22991,6 +31555,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffedd5cc; } +.ring-orange-100\\/85 { + --tw-ring-color: #ffedd5d9; +} + .ring-orange-100\\/90 { --tw-ring-color: #ffedd5e6; } @@ -23016,6 +31584,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fed7aa; } +.ring-orange-200\\/15 { + --tw-ring-color: #fed7aa26; +} + .ring-orange-200\\/20 { --tw-ring-color: #fed7aa33; } @@ -23028,10 +31600,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fed7aa4d; } +.ring-orange-200\\/35 { + --tw-ring-color: #fed7aa59; +} + .ring-orange-200\\/40 { --tw-ring-color: #fed7aa66; } +.ring-orange-200\\/45 { + --tw-ring-color: #fed7aa73; +} + .ring-orange-200\\/5 { --tw-ring-color: #fed7aa0d; } @@ -23040,10 +31620,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fed7aa80; } +.ring-orange-200\\/55 { + --tw-ring-color: #fed7aa8c; +} + .ring-orange-200\\/60 { --tw-ring-color: #fed7aa99; } +.ring-orange-200\\/65 { + --tw-ring-color: #fed7aaa6; +} + .ring-orange-200\\/70 { --tw-ring-color: #fed7aab3; } @@ -23056,6 +31644,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fed7aacc; } +.ring-orange-200\\/85 { + --tw-ring-color: #fed7aad9; +} + .ring-orange-200\\/90 { --tw-ring-color: #fed7aae6; } @@ -23081,6 +31673,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdba74; } +.ring-orange-300\\/15 { + --tw-ring-color: #fdba7426; +} + .ring-orange-300\\/20 { --tw-ring-color: #fdba7433; } @@ -23093,10 +31689,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdba744d; } +.ring-orange-300\\/35 { + --tw-ring-color: #fdba7459; +} + .ring-orange-300\\/40 { --tw-ring-color: #fdba7466; } +.ring-orange-300\\/45 { + --tw-ring-color: #fdba7473; +} + .ring-orange-300\\/5 { --tw-ring-color: #fdba740d; } @@ -23105,10 +31709,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdba7480; } +.ring-orange-300\\/55 { + --tw-ring-color: #fdba748c; +} + .ring-orange-300\\/60 { --tw-ring-color: #fdba7499; } +.ring-orange-300\\/65 { + --tw-ring-color: #fdba74a6; +} + .ring-orange-300\\/70 { --tw-ring-color: #fdba74b3; } @@ -23121,6 +31733,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdba74cc; } +.ring-orange-300\\/85 { + --tw-ring-color: #fdba74d9; +} + .ring-orange-300\\/90 { --tw-ring-color: #fdba74e6; } @@ -23146,6 +31762,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb923c; } +.ring-orange-400\\/15 { + --tw-ring-color: #fb923c26; +} + .ring-orange-400\\/20 { --tw-ring-color: #fb923c33; } @@ -23158,10 +31778,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb923c4d; } +.ring-orange-400\\/35 { + --tw-ring-color: #fb923c59; +} + .ring-orange-400\\/40 { --tw-ring-color: #fb923c66; } +.ring-orange-400\\/45 { + --tw-ring-color: #fb923c73; +} + .ring-orange-400\\/5 { --tw-ring-color: #fb923c0d; } @@ -23170,10 +31798,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb923c80; } +.ring-orange-400\\/55 { + --tw-ring-color: #fb923c8c; +} + .ring-orange-400\\/60 { --tw-ring-color: #fb923c99; } +.ring-orange-400\\/65 { + --tw-ring-color: #fb923ca6; +} + .ring-orange-400\\/70 { --tw-ring-color: #fb923cb3; } @@ -23186,6 +31822,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb923ccc; } +.ring-orange-400\\/85 { + --tw-ring-color: #fb923cd9; +} + .ring-orange-400\\/90 { --tw-ring-color: #fb923ce6; } @@ -23211,6 +31851,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff7ed; } +.ring-orange-50\\/15 { + --tw-ring-color: #fff7ed26; +} + .ring-orange-50\\/20 { --tw-ring-color: #fff7ed33; } @@ -23223,10 +31867,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff7ed4d; } +.ring-orange-50\\/35 { + --tw-ring-color: #fff7ed59; +} + .ring-orange-50\\/40 { --tw-ring-color: #fff7ed66; } +.ring-orange-50\\/45 { + --tw-ring-color: #fff7ed73; +} + .ring-orange-50\\/5 { --tw-ring-color: #fff7ed0d; } @@ -23235,10 +31887,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff7ed80; } +.ring-orange-50\\/55 { + --tw-ring-color: #fff7ed8c; +} + .ring-orange-50\\/60 { --tw-ring-color: #fff7ed99; } +.ring-orange-50\\/65 { + --tw-ring-color: #fff7eda6; +} + .ring-orange-50\\/70 { --tw-ring-color: #fff7edb3; } @@ -23251,6 +31911,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff7edcc; } +.ring-orange-50\\/85 { + --tw-ring-color: #fff7edd9; +} + .ring-orange-50\\/90 { --tw-ring-color: #fff7ede6; } @@ -23276,6 +31940,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f97316; } +.ring-orange-500\\/15 { + --tw-ring-color: #f9731626; +} + .ring-orange-500\\/20 { --tw-ring-color: #f9731633; } @@ -23288,10 +31956,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f973164d; } +.ring-orange-500\\/35 { + --tw-ring-color: #f9731659; +} + .ring-orange-500\\/40 { --tw-ring-color: #f9731666; } +.ring-orange-500\\/45 { + --tw-ring-color: #f9731673; +} + .ring-orange-500\\/5 { --tw-ring-color: #f973160d; } @@ -23300,10 +31976,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9731680; } +.ring-orange-500\\/55 { + --tw-ring-color: #f973168c; +} + .ring-orange-500\\/60 { --tw-ring-color: #f9731699; } +.ring-orange-500\\/65 { + --tw-ring-color: #f97316a6; +} + .ring-orange-500\\/70 { --tw-ring-color: #f97316b3; } @@ -23316,6 +32000,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f97316cc; } +.ring-orange-500\\/85 { + --tw-ring-color: #f97316d9; +} + .ring-orange-500\\/90 { --tw-ring-color: #f97316e6; } @@ -23341,6 +32029,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ea580c; } +.ring-orange-600\\/15 { + --tw-ring-color: #ea580c26; +} + .ring-orange-600\\/20 { --tw-ring-color: #ea580c33; } @@ -23353,10 +32045,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ea580c4d; } +.ring-orange-600\\/35 { + --tw-ring-color: #ea580c59; +} + .ring-orange-600\\/40 { --tw-ring-color: #ea580c66; } +.ring-orange-600\\/45 { + --tw-ring-color: #ea580c73; +} + .ring-orange-600\\/5 { --tw-ring-color: #ea580c0d; } @@ -23365,10 +32065,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ea580c80; } +.ring-orange-600\\/55 { + --tw-ring-color: #ea580c8c; +} + .ring-orange-600\\/60 { --tw-ring-color: #ea580c99; } +.ring-orange-600\\/65 { + --tw-ring-color: #ea580ca6; +} + .ring-orange-600\\/70 { --tw-ring-color: #ea580cb3; } @@ -23381,6 +32089,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ea580ccc; } +.ring-orange-600\\/85 { + --tw-ring-color: #ea580cd9; +} + .ring-orange-600\\/90 { --tw-ring-color: #ea580ce6; } @@ -23406,6 +32118,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c2410c; } +.ring-orange-700\\/15 { + --tw-ring-color: #c2410c26; +} + .ring-orange-700\\/20 { --tw-ring-color: #c2410c33; } @@ -23418,10 +32134,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c2410c4d; } +.ring-orange-700\\/35 { + --tw-ring-color: #c2410c59; +} + .ring-orange-700\\/40 { --tw-ring-color: #c2410c66; } +.ring-orange-700\\/45 { + --tw-ring-color: #c2410c73; +} + .ring-orange-700\\/5 { --tw-ring-color: #c2410c0d; } @@ -23430,10 +32154,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c2410c80; } +.ring-orange-700\\/55 { + --tw-ring-color: #c2410c8c; +} + .ring-orange-700\\/60 { --tw-ring-color: #c2410c99; } +.ring-orange-700\\/65 { + --tw-ring-color: #c2410ca6; +} + .ring-orange-700\\/70 { --tw-ring-color: #c2410cb3; } @@ -23446,6 +32178,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c2410ccc; } +.ring-orange-700\\/85 { + --tw-ring-color: #c2410cd9; +} + .ring-orange-700\\/90 { --tw-ring-color: #c2410ce6; } @@ -23471,6 +32207,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9a3412; } +.ring-orange-800\\/15 { + --tw-ring-color: #9a341226; +} + .ring-orange-800\\/20 { --tw-ring-color: #9a341233; } @@ -23483,10 +32223,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9a34124d; } +.ring-orange-800\\/35 { + --tw-ring-color: #9a341259; +} + .ring-orange-800\\/40 { --tw-ring-color: #9a341266; } +.ring-orange-800\\/45 { + --tw-ring-color: #9a341273; +} + .ring-orange-800\\/5 { --tw-ring-color: #9a34120d; } @@ -23495,10 +32243,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9a341280; } +.ring-orange-800\\/55 { + --tw-ring-color: #9a34128c; +} + .ring-orange-800\\/60 { --tw-ring-color: #9a341299; } +.ring-orange-800\\/65 { + --tw-ring-color: #9a3412a6; +} + .ring-orange-800\\/70 { --tw-ring-color: #9a3412b3; } @@ -23511,6 +32267,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9a3412cc; } +.ring-orange-800\\/85 { + --tw-ring-color: #9a3412d9; +} + .ring-orange-800\\/90 { --tw-ring-color: #9a3412e6; } @@ -23536,6 +32296,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c2d12; } +.ring-orange-900\\/15 { + --tw-ring-color: #7c2d1226; +} + .ring-orange-900\\/20 { --tw-ring-color: #7c2d1233; } @@ -23548,10 +32312,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c2d124d; } +.ring-orange-900\\/35 { + --tw-ring-color: #7c2d1259; +} + .ring-orange-900\\/40 { --tw-ring-color: #7c2d1266; } +.ring-orange-900\\/45 { + --tw-ring-color: #7c2d1273; +} + .ring-orange-900\\/5 { --tw-ring-color: #7c2d120d; } @@ -23560,10 +32332,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c2d1280; } +.ring-orange-900\\/55 { + --tw-ring-color: #7c2d128c; +} + .ring-orange-900\\/60 { --tw-ring-color: #7c2d1299; } +.ring-orange-900\\/65 { + --tw-ring-color: #7c2d12a6; +} + .ring-orange-900\\/70 { --tw-ring-color: #7c2d12b3; } @@ -23576,6 +32356,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c2d12cc; } +.ring-orange-900\\/85 { + --tw-ring-color: #7c2d12d9; +} + .ring-orange-900\\/90 { --tw-ring-color: #7c2d12e6; } @@ -23601,6 +32385,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #431407; } +.ring-orange-950\\/15 { + --tw-ring-color: #43140726; +} + .ring-orange-950\\/20 { --tw-ring-color: #43140733; } @@ -23613,10 +32401,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4314074d; } +.ring-orange-950\\/35 { + --tw-ring-color: #43140759; +} + .ring-orange-950\\/40 { --tw-ring-color: #43140766; } +.ring-orange-950\\/45 { + --tw-ring-color: #43140773; +} + .ring-orange-950\\/5 { --tw-ring-color: #4314070d; } @@ -23625,10 +32421,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #43140780; } +.ring-orange-950\\/55 { + --tw-ring-color: #4314078c; +} + .ring-orange-950\\/60 { --tw-ring-color: #43140799; } +.ring-orange-950\\/65 { + --tw-ring-color: #431407a6; +} + .ring-orange-950\\/70 { --tw-ring-color: #431407b3; } @@ -23641,6 +32445,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #431407cc; } +.ring-orange-950\\/85 { + --tw-ring-color: #431407d9; +} + .ring-orange-950\\/90 { --tw-ring-color: #431407e6; } @@ -23666,6 +32474,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fce7f3; } +.ring-pink-100\\/15 { + --tw-ring-color: #fce7f326; +} + .ring-pink-100\\/20 { --tw-ring-color: #fce7f333; } @@ -23678,10 +32490,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fce7f34d; } +.ring-pink-100\\/35 { + --tw-ring-color: #fce7f359; +} + .ring-pink-100\\/40 { --tw-ring-color: #fce7f366; } +.ring-pink-100\\/45 { + --tw-ring-color: #fce7f373; +} + .ring-pink-100\\/5 { --tw-ring-color: #fce7f30d; } @@ -23690,10 +32510,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fce7f380; } +.ring-pink-100\\/55 { + --tw-ring-color: #fce7f38c; +} + .ring-pink-100\\/60 { --tw-ring-color: #fce7f399; } +.ring-pink-100\\/65 { + --tw-ring-color: #fce7f3a6; +} + .ring-pink-100\\/70 { --tw-ring-color: #fce7f3b3; } @@ -23706,6 +32534,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fce7f3cc; } +.ring-pink-100\\/85 { + --tw-ring-color: #fce7f3d9; +} + .ring-pink-100\\/90 { --tw-ring-color: #fce7f3e6; } @@ -23731,6 +32563,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbcfe8; } +.ring-pink-200\\/15 { + --tw-ring-color: #fbcfe826; +} + .ring-pink-200\\/20 { --tw-ring-color: #fbcfe833; } @@ -23743,10 +32579,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbcfe84d; } +.ring-pink-200\\/35 { + --tw-ring-color: #fbcfe859; +} + .ring-pink-200\\/40 { --tw-ring-color: #fbcfe866; } +.ring-pink-200\\/45 { + --tw-ring-color: #fbcfe873; +} + .ring-pink-200\\/5 { --tw-ring-color: #fbcfe80d; } @@ -23755,10 +32599,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbcfe880; } +.ring-pink-200\\/55 { + --tw-ring-color: #fbcfe88c; +} + .ring-pink-200\\/60 { --tw-ring-color: #fbcfe899; } +.ring-pink-200\\/65 { + --tw-ring-color: #fbcfe8a6; +} + .ring-pink-200\\/70 { --tw-ring-color: #fbcfe8b3; } @@ -23771,6 +32623,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fbcfe8cc; } +.ring-pink-200\\/85 { + --tw-ring-color: #fbcfe8d9; +} + .ring-pink-200\\/90 { --tw-ring-color: #fbcfe8e6; } @@ -23796,6 +32652,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9a8d4; } +.ring-pink-300\\/15 { + --tw-ring-color: #f9a8d426; +} + .ring-pink-300\\/20 { --tw-ring-color: #f9a8d433; } @@ -23808,10 +32668,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9a8d44d; } +.ring-pink-300\\/35 { + --tw-ring-color: #f9a8d459; +} + .ring-pink-300\\/40 { --tw-ring-color: #f9a8d466; } +.ring-pink-300\\/45 { + --tw-ring-color: #f9a8d473; +} + .ring-pink-300\\/5 { --tw-ring-color: #f9a8d40d; } @@ -23820,10 +32688,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9a8d480; } +.ring-pink-300\\/55 { + --tw-ring-color: #f9a8d48c; +} + .ring-pink-300\\/60 { --tw-ring-color: #f9a8d499; } +.ring-pink-300\\/65 { + --tw-ring-color: #f9a8d4a6; +} + .ring-pink-300\\/70 { --tw-ring-color: #f9a8d4b3; } @@ -23836,6 +32712,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f9a8d4cc; } +.ring-pink-300\\/85 { + --tw-ring-color: #f9a8d4d9; +} + .ring-pink-300\\/90 { --tw-ring-color: #f9a8d4e6; } @@ -23861,6 +32741,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f472b6; } +.ring-pink-400\\/15 { + --tw-ring-color: #f472b626; +} + .ring-pink-400\\/20 { --tw-ring-color: #f472b633; } @@ -23873,10 +32757,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f472b64d; } +.ring-pink-400\\/35 { + --tw-ring-color: #f472b659; +} + .ring-pink-400\\/40 { --tw-ring-color: #f472b666; } +.ring-pink-400\\/45 { + --tw-ring-color: #f472b673; +} + .ring-pink-400\\/5 { --tw-ring-color: #f472b60d; } @@ -23885,10 +32777,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f472b680; } +.ring-pink-400\\/55 { + --tw-ring-color: #f472b68c; +} + .ring-pink-400\\/60 { --tw-ring-color: #f472b699; } +.ring-pink-400\\/65 { + --tw-ring-color: #f472b6a6; +} + .ring-pink-400\\/70 { --tw-ring-color: #f472b6b3; } @@ -23901,6 +32801,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f472b6cc; } +.ring-pink-400\\/85 { + --tw-ring-color: #f472b6d9; +} + .ring-pink-400\\/90 { --tw-ring-color: #f472b6e6; } @@ -23926,6 +32830,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf2f8; } +.ring-pink-50\\/15 { + --tw-ring-color: #fdf2f826; +} + .ring-pink-50\\/20 { --tw-ring-color: #fdf2f833; } @@ -23938,10 +32846,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf2f84d; } +.ring-pink-50\\/35 { + --tw-ring-color: #fdf2f859; +} + .ring-pink-50\\/40 { --tw-ring-color: #fdf2f866; } +.ring-pink-50\\/45 { + --tw-ring-color: #fdf2f873; +} + .ring-pink-50\\/5 { --tw-ring-color: #fdf2f80d; } @@ -23950,10 +32866,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf2f880; } +.ring-pink-50\\/55 { + --tw-ring-color: #fdf2f88c; +} + .ring-pink-50\\/60 { --tw-ring-color: #fdf2f899; } +.ring-pink-50\\/65 { + --tw-ring-color: #fdf2f8a6; +} + .ring-pink-50\\/70 { --tw-ring-color: #fdf2f8b3; } @@ -23966,6 +32890,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fdf2f8cc; } +.ring-pink-50\\/85 { + --tw-ring-color: #fdf2f8d9; +} + .ring-pink-50\\/90 { --tw-ring-color: #fdf2f8e6; } @@ -23991,6 +32919,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ec4899; } +.ring-pink-500\\/15 { + --tw-ring-color: #ec489926; +} + .ring-pink-500\\/20 { --tw-ring-color: #ec489933; } @@ -24003,10 +32935,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ec48994d; } +.ring-pink-500\\/35 { + --tw-ring-color: #ec489959; +} + .ring-pink-500\\/40 { --tw-ring-color: #ec489966; } +.ring-pink-500\\/45 { + --tw-ring-color: #ec489973; +} + .ring-pink-500\\/5 { --tw-ring-color: #ec48990d; } @@ -24015,10 +32955,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ec489980; } +.ring-pink-500\\/55 { + --tw-ring-color: #ec48998c; +} + .ring-pink-500\\/60 { --tw-ring-color: #ec489999; } +.ring-pink-500\\/65 { + --tw-ring-color: #ec4899a6; +} + .ring-pink-500\\/70 { --tw-ring-color: #ec4899b3; } @@ -24031,6 +32979,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ec4899cc; } +.ring-pink-500\\/85 { + --tw-ring-color: #ec4899d9; +} + .ring-pink-500\\/90 { --tw-ring-color: #ec4899e6; } @@ -24056,6 +33008,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #db2777; } +.ring-pink-600\\/15 { + --tw-ring-color: #db277726; +} + .ring-pink-600\\/20 { --tw-ring-color: #db277733; } @@ -24068,10 +33024,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #db27774d; } +.ring-pink-600\\/35 { + --tw-ring-color: #db277759; +} + .ring-pink-600\\/40 { --tw-ring-color: #db277766; } +.ring-pink-600\\/45 { + --tw-ring-color: #db277773; +} + .ring-pink-600\\/5 { --tw-ring-color: #db27770d; } @@ -24080,10 +33044,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #db277780; } +.ring-pink-600\\/55 { + --tw-ring-color: #db27778c; +} + .ring-pink-600\\/60 { --tw-ring-color: #db277799; } +.ring-pink-600\\/65 { + --tw-ring-color: #db2777a6; +} + .ring-pink-600\\/70 { --tw-ring-color: #db2777b3; } @@ -24096,6 +33068,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #db2777cc; } +.ring-pink-600\\/85 { + --tw-ring-color: #db2777d9; +} + .ring-pink-600\\/90 { --tw-ring-color: #db2777e6; } @@ -24121,6 +33097,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be185d; } +.ring-pink-700\\/15 { + --tw-ring-color: #be185d26; +} + .ring-pink-700\\/20 { --tw-ring-color: #be185d33; } @@ -24133,10 +33113,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be185d4d; } +.ring-pink-700\\/35 { + --tw-ring-color: #be185d59; +} + .ring-pink-700\\/40 { --tw-ring-color: #be185d66; } +.ring-pink-700\\/45 { + --tw-ring-color: #be185d73; +} + .ring-pink-700\\/5 { --tw-ring-color: #be185d0d; } @@ -24145,10 +33133,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be185d80; } +.ring-pink-700\\/55 { + --tw-ring-color: #be185d8c; +} + .ring-pink-700\\/60 { --tw-ring-color: #be185d99; } +.ring-pink-700\\/65 { + --tw-ring-color: #be185da6; +} + .ring-pink-700\\/70 { --tw-ring-color: #be185db3; } @@ -24161,6 +33157,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be185dcc; } +.ring-pink-700\\/85 { + --tw-ring-color: #be185dd9; +} + .ring-pink-700\\/90 { --tw-ring-color: #be185de6; } @@ -24186,6 +33186,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9d174d; } +.ring-pink-800\\/15 { + --tw-ring-color: #9d174d26; +} + .ring-pink-800\\/20 { --tw-ring-color: #9d174d33; } @@ -24198,10 +33202,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9d174d4d; } +.ring-pink-800\\/35 { + --tw-ring-color: #9d174d59; +} + .ring-pink-800\\/40 { --tw-ring-color: #9d174d66; } +.ring-pink-800\\/45 { + --tw-ring-color: #9d174d73; +} + .ring-pink-800\\/5 { --tw-ring-color: #9d174d0d; } @@ -24210,10 +33222,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9d174d80; } +.ring-pink-800\\/55 { + --tw-ring-color: #9d174d8c; +} + .ring-pink-800\\/60 { --tw-ring-color: #9d174d99; } +.ring-pink-800\\/65 { + --tw-ring-color: #9d174da6; +} + .ring-pink-800\\/70 { --tw-ring-color: #9d174db3; } @@ -24226,6 +33246,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9d174dcc; } +.ring-pink-800\\/85 { + --tw-ring-color: #9d174dd9; +} + .ring-pink-800\\/90 { --tw-ring-color: #9d174de6; } @@ -24251,6 +33275,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #831843; } +.ring-pink-900\\/15 { + --tw-ring-color: #83184326; +} + .ring-pink-900\\/20 { --tw-ring-color: #83184333; } @@ -24263,10 +33291,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #8318434d; } +.ring-pink-900\\/35 { + --tw-ring-color: #83184359; +} + .ring-pink-900\\/40 { --tw-ring-color: #83184366; } +.ring-pink-900\\/45 { + --tw-ring-color: #83184373; +} + .ring-pink-900\\/5 { --tw-ring-color: #8318430d; } @@ -24275,10 +33311,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #83184380; } +.ring-pink-900\\/55 { + --tw-ring-color: #8318438c; +} + .ring-pink-900\\/60 { --tw-ring-color: #83184399; } +.ring-pink-900\\/65 { + --tw-ring-color: #831843a6; +} + .ring-pink-900\\/70 { --tw-ring-color: #831843b3; } @@ -24291,6 +33335,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #831843cc; } +.ring-pink-900\\/85 { + --tw-ring-color: #831843d9; +} + .ring-pink-900\\/90 { --tw-ring-color: #831843e6; } @@ -24316,6 +33364,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #500724; } +.ring-pink-950\\/15 { + --tw-ring-color: #50072426; +} + .ring-pink-950\\/20 { --tw-ring-color: #50072433; } @@ -24328,10 +33380,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5007244d; } +.ring-pink-950\\/35 { + --tw-ring-color: #50072459; +} + .ring-pink-950\\/40 { --tw-ring-color: #50072466; } +.ring-pink-950\\/45 { + --tw-ring-color: #50072473; +} + .ring-pink-950\\/5 { --tw-ring-color: #5007240d; } @@ -24340,10 +33400,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #50072480; } +.ring-pink-950\\/55 { + --tw-ring-color: #5007248c; +} + .ring-pink-950\\/60 { --tw-ring-color: #50072499; } +.ring-pink-950\\/65 { + --tw-ring-color: #500724a6; +} + .ring-pink-950\\/70 { --tw-ring-color: #500724b3; } @@ -24356,6 +33424,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #500724cc; } +.ring-pink-950\\/85 { + --tw-ring-color: #500724d9; +} + .ring-pink-950\\/90 { --tw-ring-color: #500724e6; } @@ -24381,6 +33453,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3e8ff; } +.ring-purple-100\\/15 { + --tw-ring-color: #f3e8ff26; +} + .ring-purple-100\\/20 { --tw-ring-color: #f3e8ff33; } @@ -24393,10 +33469,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3e8ff4d; } +.ring-purple-100\\/35 { + --tw-ring-color: #f3e8ff59; +} + .ring-purple-100\\/40 { --tw-ring-color: #f3e8ff66; } +.ring-purple-100\\/45 { + --tw-ring-color: #f3e8ff73; +} + .ring-purple-100\\/5 { --tw-ring-color: #f3e8ff0d; } @@ -24405,10 +33489,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3e8ff80; } +.ring-purple-100\\/55 { + --tw-ring-color: #f3e8ff8c; +} + .ring-purple-100\\/60 { --tw-ring-color: #f3e8ff99; } +.ring-purple-100\\/65 { + --tw-ring-color: #f3e8ffa6; +} + .ring-purple-100\\/70 { --tw-ring-color: #f3e8ffb3; } @@ -24421,6 +33513,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f3e8ffcc; } +.ring-purple-100\\/85 { + --tw-ring-color: #f3e8ffd9; +} + .ring-purple-100\\/90 { --tw-ring-color: #f3e8ffe6; } @@ -24446,6 +33542,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e9d5ff; } +.ring-purple-200\\/15 { + --tw-ring-color: #e9d5ff26; +} + .ring-purple-200\\/20 { --tw-ring-color: #e9d5ff33; } @@ -24458,10 +33558,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e9d5ff4d; } +.ring-purple-200\\/35 { + --tw-ring-color: #e9d5ff59; +} + .ring-purple-200\\/40 { --tw-ring-color: #e9d5ff66; } +.ring-purple-200\\/45 { + --tw-ring-color: #e9d5ff73; +} + .ring-purple-200\\/5 { --tw-ring-color: #e9d5ff0d; } @@ -24470,10 +33578,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e9d5ff80; } +.ring-purple-200\\/55 { + --tw-ring-color: #e9d5ff8c; +} + .ring-purple-200\\/60 { --tw-ring-color: #e9d5ff99; } +.ring-purple-200\\/65 { + --tw-ring-color: #e9d5ffa6; +} + .ring-purple-200\\/70 { --tw-ring-color: #e9d5ffb3; } @@ -24486,6 +33602,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e9d5ffcc; } +.ring-purple-200\\/85 { + --tw-ring-color: #e9d5ffd9; +} + .ring-purple-200\\/90 { --tw-ring-color: #e9d5ffe6; } @@ -24511,6 +33631,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d8b4fe; } +.ring-purple-300\\/15 { + --tw-ring-color: #d8b4fe26; +} + .ring-purple-300\\/20 { --tw-ring-color: #d8b4fe33; } @@ -24523,10 +33647,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d8b4fe4d; } +.ring-purple-300\\/35 { + --tw-ring-color: #d8b4fe59; +} + .ring-purple-300\\/40 { --tw-ring-color: #d8b4fe66; } +.ring-purple-300\\/45 { + --tw-ring-color: #d8b4fe73; +} + .ring-purple-300\\/5 { --tw-ring-color: #d8b4fe0d; } @@ -24535,10 +33667,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d8b4fe80; } +.ring-purple-300\\/55 { + --tw-ring-color: #d8b4fe8c; +} + .ring-purple-300\\/60 { --tw-ring-color: #d8b4fe99; } +.ring-purple-300\\/65 { + --tw-ring-color: #d8b4fea6; +} + .ring-purple-300\\/70 { --tw-ring-color: #d8b4feb3; } @@ -24551,6 +33691,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d8b4fecc; } +.ring-purple-300\\/85 { + --tw-ring-color: #d8b4fed9; +} + .ring-purple-300\\/90 { --tw-ring-color: #d8b4fee6; } @@ -24576,6 +33720,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c084fc; } +.ring-purple-400\\/15 { + --tw-ring-color: #c084fc26; +} + .ring-purple-400\\/20 { --tw-ring-color: #c084fc33; } @@ -24588,10 +33736,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c084fc4d; } +.ring-purple-400\\/35 { + --tw-ring-color: #c084fc59; +} + .ring-purple-400\\/40 { --tw-ring-color: #c084fc66; } +.ring-purple-400\\/45 { + --tw-ring-color: #c084fc73; +} + .ring-purple-400\\/5 { --tw-ring-color: #c084fc0d; } @@ -24600,10 +33756,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c084fc80; } +.ring-purple-400\\/55 { + --tw-ring-color: #c084fc8c; +} + .ring-purple-400\\/60 { --tw-ring-color: #c084fc99; } +.ring-purple-400\\/65 { + --tw-ring-color: #c084fca6; +} + .ring-purple-400\\/70 { --tw-ring-color: #c084fcb3; } @@ -24616,6 +33780,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c084fccc; } +.ring-purple-400\\/85 { + --tw-ring-color: #c084fcd9; +} + .ring-purple-400\\/90 { --tw-ring-color: #c084fce6; } @@ -24641,6 +33809,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #faf5ff; } +.ring-purple-50\\/15 { + --tw-ring-color: #faf5ff26; +} + .ring-purple-50\\/20 { --tw-ring-color: #faf5ff33; } @@ -24653,10 +33825,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #faf5ff4d; } +.ring-purple-50\\/35 { + --tw-ring-color: #faf5ff59; +} + .ring-purple-50\\/40 { --tw-ring-color: #faf5ff66; } +.ring-purple-50\\/45 { + --tw-ring-color: #faf5ff73; +} + .ring-purple-50\\/5 { --tw-ring-color: #faf5ff0d; } @@ -24665,10 +33845,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #faf5ff80; } +.ring-purple-50\\/55 { + --tw-ring-color: #faf5ff8c; +} + .ring-purple-50\\/60 { --tw-ring-color: #faf5ff99; } +.ring-purple-50\\/65 { + --tw-ring-color: #faf5ffa6; +} + .ring-purple-50\\/70 { --tw-ring-color: #faf5ffb3; } @@ -24681,6 +33869,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #faf5ffcc; } +.ring-purple-50\\/85 { + --tw-ring-color: #faf5ffd9; +} + .ring-purple-50\\/90 { --tw-ring-color: #faf5ffe6; } @@ -24706,6 +33898,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a855f7; } +.ring-purple-500\\/15 { + --tw-ring-color: #a855f726; +} + .ring-purple-500\\/20 { --tw-ring-color: #a855f733; } @@ -24718,10 +33914,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a855f74d; } +.ring-purple-500\\/35 { + --tw-ring-color: #a855f759; +} + .ring-purple-500\\/40 { --tw-ring-color: #a855f766; } +.ring-purple-500\\/45 { + --tw-ring-color: #a855f773; +} + .ring-purple-500\\/5 { --tw-ring-color: #a855f70d; } @@ -24730,10 +33934,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a855f780; } +.ring-purple-500\\/55 { + --tw-ring-color: #a855f78c; +} + .ring-purple-500\\/60 { --tw-ring-color: #a855f799; } +.ring-purple-500\\/65 { + --tw-ring-color: #a855f7a6; +} + .ring-purple-500\\/70 { --tw-ring-color: #a855f7b3; } @@ -24746,6 +33958,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a855f7cc; } +.ring-purple-500\\/85 { + --tw-ring-color: #a855f7d9; +} + .ring-purple-500\\/90 { --tw-ring-color: #a855f7e6; } @@ -24771,6 +33987,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9333ea; } +.ring-purple-600\\/15 { + --tw-ring-color: #9333ea26; +} + .ring-purple-600\\/20 { --tw-ring-color: #9333ea33; } @@ -24783,10 +34003,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9333ea4d; } +.ring-purple-600\\/35 { + --tw-ring-color: #9333ea59; +} + .ring-purple-600\\/40 { --tw-ring-color: #9333ea66; } +.ring-purple-600\\/45 { + --tw-ring-color: #9333ea73; +} + .ring-purple-600\\/5 { --tw-ring-color: #9333ea0d; } @@ -24795,10 +34023,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9333ea80; } +.ring-purple-600\\/55 { + --tw-ring-color: #9333ea8c; +} + .ring-purple-600\\/60 { --tw-ring-color: #9333ea99; } +.ring-purple-600\\/65 { + --tw-ring-color: #9333eaa6; +} + .ring-purple-600\\/70 { --tw-ring-color: #9333eab3; } @@ -24811,6 +34047,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9333eacc; } +.ring-purple-600\\/85 { + --tw-ring-color: #9333ead9; +} + .ring-purple-600\\/90 { --tw-ring-color: #9333eae6; } @@ -24836,6 +34076,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7e22ce; } +.ring-purple-700\\/15 { + --tw-ring-color: #7e22ce26; +} + .ring-purple-700\\/20 { --tw-ring-color: #7e22ce33; } @@ -24848,10 +34092,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7e22ce4d; } +.ring-purple-700\\/35 { + --tw-ring-color: #7e22ce59; +} + .ring-purple-700\\/40 { --tw-ring-color: #7e22ce66; } +.ring-purple-700\\/45 { + --tw-ring-color: #7e22ce73; +} + .ring-purple-700\\/5 { --tw-ring-color: #7e22ce0d; } @@ -24860,10 +34112,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7e22ce80; } +.ring-purple-700\\/55 { + --tw-ring-color: #7e22ce8c; +} + .ring-purple-700\\/60 { --tw-ring-color: #7e22ce99; } +.ring-purple-700\\/65 { + --tw-ring-color: #7e22cea6; +} + .ring-purple-700\\/70 { --tw-ring-color: #7e22ceb3; } @@ -24876,6 +34136,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7e22cecc; } +.ring-purple-700\\/85 { + --tw-ring-color: #7e22ced9; +} + .ring-purple-700\\/90 { --tw-ring-color: #7e22cee6; } @@ -24901,6 +34165,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b21a8; } +.ring-purple-800\\/15 { + --tw-ring-color: #6b21a826; +} + .ring-purple-800\\/20 { --tw-ring-color: #6b21a833; } @@ -24913,10 +34181,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b21a84d; } +.ring-purple-800\\/35 { + --tw-ring-color: #6b21a859; +} + .ring-purple-800\\/40 { --tw-ring-color: #6b21a866; } +.ring-purple-800\\/45 { + --tw-ring-color: #6b21a873; +} + .ring-purple-800\\/5 { --tw-ring-color: #6b21a80d; } @@ -24925,10 +34201,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b21a880; } +.ring-purple-800\\/55 { + --tw-ring-color: #6b21a88c; +} + .ring-purple-800\\/60 { --tw-ring-color: #6b21a899; } +.ring-purple-800\\/65 { + --tw-ring-color: #6b21a8a6; +} + .ring-purple-800\\/70 { --tw-ring-color: #6b21a8b3; } @@ -24941,6 +34225,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6b21a8cc; } +.ring-purple-800\\/85 { + --tw-ring-color: #6b21a8d9; +} + .ring-purple-800\\/90 { --tw-ring-color: #6b21a8e6; } @@ -24966,6 +34254,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #581c87; } +.ring-purple-900\\/15 { + --tw-ring-color: #581c8726; +} + .ring-purple-900\\/20 { --tw-ring-color: #581c8733; } @@ -24978,10 +34270,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #581c874d; } +.ring-purple-900\\/35 { + --tw-ring-color: #581c8759; +} + .ring-purple-900\\/40 { --tw-ring-color: #581c8766; } +.ring-purple-900\\/45 { + --tw-ring-color: #581c8773; +} + .ring-purple-900\\/5 { --tw-ring-color: #581c870d; } @@ -24990,10 +34290,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #581c8780; } +.ring-purple-900\\/55 { + --tw-ring-color: #581c878c; +} + .ring-purple-900\\/60 { --tw-ring-color: #581c8799; } +.ring-purple-900\\/65 { + --tw-ring-color: #581c87a6; +} + .ring-purple-900\\/70 { --tw-ring-color: #581c87b3; } @@ -25006,6 +34314,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #581c87cc; } +.ring-purple-900\\/85 { + --tw-ring-color: #581c87d9; +} + .ring-purple-900\\/90 { --tw-ring-color: #581c87e6; } @@ -25031,6 +34343,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b0764; } +.ring-purple-950\\/15 { + --tw-ring-color: #3b076426; +} + .ring-purple-950\\/20 { --tw-ring-color: #3b076433; } @@ -25043,10 +34359,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b07644d; } +.ring-purple-950\\/35 { + --tw-ring-color: #3b076459; +} + .ring-purple-950\\/40 { --tw-ring-color: #3b076466; } +.ring-purple-950\\/45 { + --tw-ring-color: #3b076473; +} + .ring-purple-950\\/5 { --tw-ring-color: #3b07640d; } @@ -25055,10 +34379,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b076480; } +.ring-purple-950\\/55 { + --tw-ring-color: #3b07648c; +} + .ring-purple-950\\/60 { --tw-ring-color: #3b076499; } +.ring-purple-950\\/65 { + --tw-ring-color: #3b0764a6; +} + .ring-purple-950\\/70 { --tw-ring-color: #3b0764b3; } @@ -25071,6 +34403,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3b0764cc; } +.ring-purple-950\\/85 { + --tw-ring-color: #3b0764d9; +} + .ring-purple-950\\/90 { --tw-ring-color: #3b0764e6; } @@ -25096,6 +34432,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fee2e2; } +.ring-red-100\\/15 { + --tw-ring-color: #fee2e226; +} + .ring-red-100\\/20 { --tw-ring-color: #fee2e233; } @@ -25108,10 +34448,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fee2e24d; } +.ring-red-100\\/35 { + --tw-ring-color: #fee2e259; +} + .ring-red-100\\/40 { --tw-ring-color: #fee2e266; } +.ring-red-100\\/45 { + --tw-ring-color: #fee2e273; +} + .ring-red-100\\/5 { --tw-ring-color: #fee2e20d; } @@ -25120,10 +34468,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fee2e280; } +.ring-red-100\\/55 { + --tw-ring-color: #fee2e28c; +} + .ring-red-100\\/60 { --tw-ring-color: #fee2e299; } +.ring-red-100\\/65 { + --tw-ring-color: #fee2e2a6; +} + .ring-red-100\\/70 { --tw-ring-color: #fee2e2b3; } @@ -25136,6 +34492,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fee2e2cc; } +.ring-red-100\\/85 { + --tw-ring-color: #fee2e2d9; +} + .ring-red-100\\/90 { --tw-ring-color: #fee2e2e6; } @@ -25161,6 +34521,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecaca; } +.ring-red-200\\/15 { + --tw-ring-color: #fecaca26; +} + .ring-red-200\\/20 { --tw-ring-color: #fecaca33; } @@ -25173,10 +34537,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecaca4d; } +.ring-red-200\\/35 { + --tw-ring-color: #fecaca59; +} + .ring-red-200\\/40 { --tw-ring-color: #fecaca66; } +.ring-red-200\\/45 { + --tw-ring-color: #fecaca73; +} + .ring-red-200\\/5 { --tw-ring-color: #fecaca0d; } @@ -25185,10 +34557,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecaca80; } +.ring-red-200\\/55 { + --tw-ring-color: #fecaca8c; +} + .ring-red-200\\/60 { --tw-ring-color: #fecaca99; } +.ring-red-200\\/65 { + --tw-ring-color: #fecacaa6; +} + .ring-red-200\\/70 { --tw-ring-color: #fecacab3; } @@ -25201,6 +34581,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecacacc; } +.ring-red-200\\/85 { + --tw-ring-color: #fecacad9; +} + .ring-red-200\\/90 { --tw-ring-color: #fecacae6; } @@ -25226,6 +34610,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fca5a5; } +.ring-red-300\\/15 { + --tw-ring-color: #fca5a526; +} + .ring-red-300\\/20 { --tw-ring-color: #fca5a533; } @@ -25238,10 +34626,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fca5a54d; } +.ring-red-300\\/35 { + --tw-ring-color: #fca5a559; +} + .ring-red-300\\/40 { --tw-ring-color: #fca5a566; } +.ring-red-300\\/45 { + --tw-ring-color: #fca5a573; +} + .ring-red-300\\/5 { --tw-ring-color: #fca5a50d; } @@ -25250,10 +34646,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fca5a580; } +.ring-red-300\\/55 { + --tw-ring-color: #fca5a58c; +} + .ring-red-300\\/60 { --tw-ring-color: #fca5a599; } +.ring-red-300\\/65 { + --tw-ring-color: #fca5a5a6; +} + .ring-red-300\\/70 { --tw-ring-color: #fca5a5b3; } @@ -25266,6 +34670,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fca5a5cc; } +.ring-red-300\\/85 { + --tw-ring-color: #fca5a5d9; +} + .ring-red-300\\/90 { --tw-ring-color: #fca5a5e6; } @@ -25291,6 +34699,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f87171; } +.ring-red-400\\/15 { + --tw-ring-color: #f8717126; +} + .ring-red-400\\/20 { --tw-ring-color: #f8717133; } @@ -25303,10 +34715,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f871714d; } +.ring-red-400\\/35 { + --tw-ring-color: #f8717159; +} + .ring-red-400\\/40 { --tw-ring-color: #f8717166; } +.ring-red-400\\/45 { + --tw-ring-color: #f8717173; +} + .ring-red-400\\/5 { --tw-ring-color: #f871710d; } @@ -25315,10 +34735,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f8717180; } +.ring-red-400\\/55 { + --tw-ring-color: #f871718c; +} + .ring-red-400\\/60 { --tw-ring-color: #f8717199; } +.ring-red-400\\/65 { + --tw-ring-color: #f87171a6; +} + .ring-red-400\\/70 { --tw-ring-color: #f87171b3; } @@ -25331,6 +34759,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f87171cc; } +.ring-red-400\\/85 { + --tw-ring-color: #f87171d9; +} + .ring-red-400\\/90 { --tw-ring-color: #f87171e6; } @@ -25356,6 +34788,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef2f2; } +.ring-red-50\\/15 { + --tw-ring-color: #fef2f226; +} + .ring-red-50\\/20 { --tw-ring-color: #fef2f233; } @@ -25368,10 +34804,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef2f24d; } +.ring-red-50\\/35 { + --tw-ring-color: #fef2f259; +} + .ring-red-50\\/40 { --tw-ring-color: #fef2f266; } +.ring-red-50\\/45 { + --tw-ring-color: #fef2f273; +} + .ring-red-50\\/5 { --tw-ring-color: #fef2f20d; } @@ -25380,10 +34824,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef2f280; } +.ring-red-50\\/55 { + --tw-ring-color: #fef2f28c; +} + .ring-red-50\\/60 { --tw-ring-color: #fef2f299; } +.ring-red-50\\/65 { + --tw-ring-color: #fef2f2a6; +} + .ring-red-50\\/70 { --tw-ring-color: #fef2f2b3; } @@ -25396,6 +34848,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef2f2cc; } +.ring-red-50\\/85 { + --tw-ring-color: #fef2f2d9; +} + .ring-red-50\\/90 { --tw-ring-color: #fef2f2e6; } @@ -25421,6 +34877,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ef4444; } +.ring-red-500\\/15 { + --tw-ring-color: #ef444426; +} + .ring-red-500\\/20 { --tw-ring-color: #ef444433; } @@ -25433,10 +34893,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ef44444d; } +.ring-red-500\\/35 { + --tw-ring-color: #ef444459; +} + .ring-red-500\\/40 { --tw-ring-color: #ef444466; } +.ring-red-500\\/45 { + --tw-ring-color: #ef444473; +} + .ring-red-500\\/5 { --tw-ring-color: #ef44440d; } @@ -25445,10 +34913,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ef444480; } +.ring-red-500\\/55 { + --tw-ring-color: #ef44448c; +} + .ring-red-500\\/60 { --tw-ring-color: #ef444499; } +.ring-red-500\\/65 { + --tw-ring-color: #ef4444a6; +} + .ring-red-500\\/70 { --tw-ring-color: #ef4444b3; } @@ -25461,6 +34937,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ef4444cc; } +.ring-red-500\\/85 { + --tw-ring-color: #ef4444d9; +} + .ring-red-500\\/90 { --tw-ring-color: #ef4444e6; } @@ -25486,6 +34966,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dc2626; } +.ring-red-600\\/15 { + --tw-ring-color: #dc262626; +} + .ring-red-600\\/20 { --tw-ring-color: #dc262633; } @@ -25498,10 +34982,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dc26264d; } +.ring-red-600\\/35 { + --tw-ring-color: #dc262659; +} + .ring-red-600\\/40 { --tw-ring-color: #dc262666; } +.ring-red-600\\/45 { + --tw-ring-color: #dc262673; +} + .ring-red-600\\/5 { --tw-ring-color: #dc26260d; } @@ -25510,10 +35002,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dc262680; } +.ring-red-600\\/55 { + --tw-ring-color: #dc26268c; +} + .ring-red-600\\/60 { --tw-ring-color: #dc262699; } +.ring-red-600\\/65 { + --tw-ring-color: #dc2626a6; +} + .ring-red-600\\/70 { --tw-ring-color: #dc2626b3; } @@ -25526,6 +35026,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #dc2626cc; } +.ring-red-600\\/85 { + --tw-ring-color: #dc2626d9; +} + .ring-red-600\\/90 { --tw-ring-color: #dc2626e6; } @@ -25551,6 +35055,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b91c1c; } +.ring-red-700\\/15 { + --tw-ring-color: #b91c1c26; +} + .ring-red-700\\/20 { --tw-ring-color: #b91c1c33; } @@ -25563,10 +35071,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b91c1c4d; } +.ring-red-700\\/35 { + --tw-ring-color: #b91c1c59; +} + .ring-red-700\\/40 { --tw-ring-color: #b91c1c66; } +.ring-red-700\\/45 { + --tw-ring-color: #b91c1c73; +} + .ring-red-700\\/5 { --tw-ring-color: #b91c1c0d; } @@ -25575,10 +35091,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b91c1c80; } +.ring-red-700\\/55 { + --tw-ring-color: #b91c1c8c; +} + .ring-red-700\\/60 { --tw-ring-color: #b91c1c99; } +.ring-red-700\\/65 { + --tw-ring-color: #b91c1ca6; +} + .ring-red-700\\/70 { --tw-ring-color: #b91c1cb3; } @@ -25591,6 +35115,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #b91c1ccc; } +.ring-red-700\\/85 { + --tw-ring-color: #b91c1cd9; +} + .ring-red-700\\/90 { --tw-ring-color: #b91c1ce6; } @@ -25616,6 +35144,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #991b1b; } +.ring-red-800\\/15 { + --tw-ring-color: #991b1b26; +} + .ring-red-800\\/20 { --tw-ring-color: #991b1b33; } @@ -25628,10 +35160,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #991b1b4d; } +.ring-red-800\\/35 { + --tw-ring-color: #991b1b59; +} + .ring-red-800\\/40 { --tw-ring-color: #991b1b66; } +.ring-red-800\\/45 { + --tw-ring-color: #991b1b73; +} + .ring-red-800\\/5 { --tw-ring-color: #991b1b0d; } @@ -25640,10 +35180,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #991b1b80; } +.ring-red-800\\/55 { + --tw-ring-color: #991b1b8c; +} + .ring-red-800\\/60 { --tw-ring-color: #991b1b99; } +.ring-red-800\\/65 { + --tw-ring-color: #991b1ba6; +} + .ring-red-800\\/70 { --tw-ring-color: #991b1bb3; } @@ -25656,6 +35204,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #991b1bcc; } +.ring-red-800\\/85 { + --tw-ring-color: #991b1bd9; +} + .ring-red-800\\/90 { --tw-ring-color: #991b1be6; } @@ -25681,6 +35233,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7f1d1d; } +.ring-red-900\\/15 { + --tw-ring-color: #7f1d1d26; +} + .ring-red-900\\/20 { --tw-ring-color: #7f1d1d33; } @@ -25693,10 +35249,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7f1d1d4d; } +.ring-red-900\\/35 { + --tw-ring-color: #7f1d1d59; +} + .ring-red-900\\/40 { --tw-ring-color: #7f1d1d66; } +.ring-red-900\\/45 { + --tw-ring-color: #7f1d1d73; +} + .ring-red-900\\/5 { --tw-ring-color: #7f1d1d0d; } @@ -25705,10 +35269,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7f1d1d80; } +.ring-red-900\\/55 { + --tw-ring-color: #7f1d1d8c; +} + .ring-red-900\\/60 { --tw-ring-color: #7f1d1d99; } +.ring-red-900\\/65 { + --tw-ring-color: #7f1d1da6; +} + .ring-red-900\\/70 { --tw-ring-color: #7f1d1db3; } @@ -25721,6 +35293,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7f1d1dcc; } +.ring-red-900\\/85 { + --tw-ring-color: #7f1d1dd9; +} + .ring-red-900\\/90 { --tw-ring-color: #7f1d1de6; } @@ -25746,6 +35322,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #450a0a; } +.ring-red-950\\/15 { + --tw-ring-color: #450a0a26; +} + .ring-red-950\\/20 { --tw-ring-color: #450a0a33; } @@ -25758,10 +35338,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #450a0a4d; } +.ring-red-950\\/35 { + --tw-ring-color: #450a0a59; +} + .ring-red-950\\/40 { --tw-ring-color: #450a0a66; } +.ring-red-950\\/45 { + --tw-ring-color: #450a0a73; +} + .ring-red-950\\/5 { --tw-ring-color: #450a0a0d; } @@ -25770,10 +35358,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #450a0a80; } +.ring-red-950\\/55 { + --tw-ring-color: #450a0a8c; +} + .ring-red-950\\/60 { --tw-ring-color: #450a0a99; } +.ring-red-950\\/65 { + --tw-ring-color: #450a0aa6; +} + .ring-red-950\\/70 { --tw-ring-color: #450a0ab3; } @@ -25786,6 +35382,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #450a0acc; } +.ring-red-950\\/85 { + --tw-ring-color: #450a0ad9; +} + .ring-red-950\\/90 { --tw-ring-color: #450a0ae6; } @@ -25811,6 +35411,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffe4e6; } +.ring-rose-100\\/15 { + --tw-ring-color: #ffe4e626; +} + .ring-rose-100\\/20 { --tw-ring-color: #ffe4e633; } @@ -25823,10 +35427,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffe4e64d; } +.ring-rose-100\\/35 { + --tw-ring-color: #ffe4e659; +} + .ring-rose-100\\/40 { --tw-ring-color: #ffe4e666; } +.ring-rose-100\\/45 { + --tw-ring-color: #ffe4e673; +} + .ring-rose-100\\/5 { --tw-ring-color: #ffe4e60d; } @@ -25835,10 +35447,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffe4e680; } +.ring-rose-100\\/55 { + --tw-ring-color: #ffe4e68c; +} + .ring-rose-100\\/60 { --tw-ring-color: #ffe4e699; } +.ring-rose-100\\/65 { + --tw-ring-color: #ffe4e6a6; +} + .ring-rose-100\\/70 { --tw-ring-color: #ffe4e6b3; } @@ -25851,6 +35471,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffe4e6cc; } +.ring-rose-100\\/85 { + --tw-ring-color: #ffe4e6d9; +} + .ring-rose-100\\/90 { --tw-ring-color: #ffe4e6e6; } @@ -25876,6 +35500,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecdd3; } +.ring-rose-200\\/15 { + --tw-ring-color: #fecdd326; +} + .ring-rose-200\\/20 { --tw-ring-color: #fecdd333; } @@ -25888,10 +35516,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecdd34d; } +.ring-rose-200\\/35 { + --tw-ring-color: #fecdd359; +} + .ring-rose-200\\/40 { --tw-ring-color: #fecdd366; } +.ring-rose-200\\/45 { + --tw-ring-color: #fecdd373; +} + .ring-rose-200\\/5 { --tw-ring-color: #fecdd30d; } @@ -25900,10 +35536,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecdd380; } +.ring-rose-200\\/55 { + --tw-ring-color: #fecdd38c; +} + .ring-rose-200\\/60 { --tw-ring-color: #fecdd399; } +.ring-rose-200\\/65 { + --tw-ring-color: #fecdd3a6; +} + .ring-rose-200\\/70 { --tw-ring-color: #fecdd3b3; } @@ -25916,6 +35560,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fecdd3cc; } +.ring-rose-200\\/85 { + --tw-ring-color: #fecdd3d9; +} + .ring-rose-200\\/90 { --tw-ring-color: #fecdd3e6; } @@ -25941,6 +35589,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fda4af; } +.ring-rose-300\\/15 { + --tw-ring-color: #fda4af26; +} + .ring-rose-300\\/20 { --tw-ring-color: #fda4af33; } @@ -25953,10 +35605,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fda4af4d; } +.ring-rose-300\\/35 { + --tw-ring-color: #fda4af59; +} + .ring-rose-300\\/40 { --tw-ring-color: #fda4af66; } +.ring-rose-300\\/45 { + --tw-ring-color: #fda4af73; +} + .ring-rose-300\\/5 { --tw-ring-color: #fda4af0d; } @@ -25965,10 +35625,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fda4af80; } +.ring-rose-300\\/55 { + --tw-ring-color: #fda4af8c; +} + .ring-rose-300\\/60 { --tw-ring-color: #fda4af99; } +.ring-rose-300\\/65 { + --tw-ring-color: #fda4afa6; +} + .ring-rose-300\\/70 { --tw-ring-color: #fda4afb3; } @@ -25981,6 +35649,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fda4afcc; } +.ring-rose-300\\/85 { + --tw-ring-color: #fda4afd9; +} + .ring-rose-300\\/90 { --tw-ring-color: #fda4afe6; } @@ -26006,6 +35678,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb7185; } +.ring-rose-400\\/15 { + --tw-ring-color: #fb718526; +} + .ring-rose-400\\/20 { --tw-ring-color: #fb718533; } @@ -26018,10 +35694,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb71854d; } +.ring-rose-400\\/35 { + --tw-ring-color: #fb718559; +} + .ring-rose-400\\/40 { --tw-ring-color: #fb718566; } +.ring-rose-400\\/45 { + --tw-ring-color: #fb718573; +} + .ring-rose-400\\/5 { --tw-ring-color: #fb71850d; } @@ -26030,10 +35714,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb718580; } +.ring-rose-400\\/55 { + --tw-ring-color: #fb71858c; +} + .ring-rose-400\\/60 { --tw-ring-color: #fb718599; } +.ring-rose-400\\/65 { + --tw-ring-color: #fb7185a6; +} + .ring-rose-400\\/70 { --tw-ring-color: #fb7185b3; } @@ -26046,6 +35738,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fb7185cc; } +.ring-rose-400\\/85 { + --tw-ring-color: #fb7185d9; +} + .ring-rose-400\\/90 { --tw-ring-color: #fb7185e6; } @@ -26071,6 +35767,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff1f2; } +.ring-rose-50\\/15 { + --tw-ring-color: #fff1f226; +} + .ring-rose-50\\/20 { --tw-ring-color: #fff1f233; } @@ -26083,10 +35783,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff1f24d; } +.ring-rose-50\\/35 { + --tw-ring-color: #fff1f259; +} + .ring-rose-50\\/40 { --tw-ring-color: #fff1f266; } +.ring-rose-50\\/45 { + --tw-ring-color: #fff1f273; +} + .ring-rose-50\\/5 { --tw-ring-color: #fff1f20d; } @@ -26095,10 +35803,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff1f280; } +.ring-rose-50\\/55 { + --tw-ring-color: #fff1f28c; +} + .ring-rose-50\\/60 { --tw-ring-color: #fff1f299; } +.ring-rose-50\\/65 { + --tw-ring-color: #fff1f2a6; +} + .ring-rose-50\\/70 { --tw-ring-color: #fff1f2b3; } @@ -26111,6 +35827,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff1f2cc; } +.ring-rose-50\\/85 { + --tw-ring-color: #fff1f2d9; +} + .ring-rose-50\\/90 { --tw-ring-color: #fff1f2e6; } @@ -26136,6 +35856,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f43f5e; } +.ring-rose-500\\/15 { + --tw-ring-color: #f43f5e26; +} + .ring-rose-500\\/20 { --tw-ring-color: #f43f5e33; } @@ -26148,10 +35872,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f43f5e4d; } +.ring-rose-500\\/35 { + --tw-ring-color: #f43f5e59; +} + .ring-rose-500\\/40 { --tw-ring-color: #f43f5e66; } +.ring-rose-500\\/45 { + --tw-ring-color: #f43f5e73; +} + .ring-rose-500\\/5 { --tw-ring-color: #f43f5e0d; } @@ -26160,10 +35892,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f43f5e80; } +.ring-rose-500\\/55 { + --tw-ring-color: #f43f5e8c; +} + .ring-rose-500\\/60 { --tw-ring-color: #f43f5e99; } +.ring-rose-500\\/65 { + --tw-ring-color: #f43f5ea6; +} + .ring-rose-500\\/70 { --tw-ring-color: #f43f5eb3; } @@ -26176,6 +35916,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f43f5ecc; } +.ring-rose-500\\/85 { + --tw-ring-color: #f43f5ed9; +} + .ring-rose-500\\/90 { --tw-ring-color: #f43f5ee6; } @@ -26201,6 +35945,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e11d48; } +.ring-rose-600\\/15 { + --tw-ring-color: #e11d4826; +} + .ring-rose-600\\/20 { --tw-ring-color: #e11d4833; } @@ -26213,10 +35961,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e11d484d; } +.ring-rose-600\\/35 { + --tw-ring-color: #e11d4859; +} + .ring-rose-600\\/40 { --tw-ring-color: #e11d4866; } +.ring-rose-600\\/45 { + --tw-ring-color: #e11d4873; +} + .ring-rose-600\\/5 { --tw-ring-color: #e11d480d; } @@ -26225,10 +35981,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e11d4880; } +.ring-rose-600\\/55 { + --tw-ring-color: #e11d488c; +} + .ring-rose-600\\/60 { --tw-ring-color: #e11d4899; } +.ring-rose-600\\/65 { + --tw-ring-color: #e11d48a6; +} + .ring-rose-600\\/70 { --tw-ring-color: #e11d48b3; } @@ -26241,6 +36005,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e11d48cc; } +.ring-rose-600\\/85 { + --tw-ring-color: #e11d48d9; +} + .ring-rose-600\\/90 { --tw-ring-color: #e11d48e6; } @@ -26266,6 +36034,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be123c; } +.ring-rose-700\\/15 { + --tw-ring-color: #be123c26; +} + .ring-rose-700\\/20 { --tw-ring-color: #be123c33; } @@ -26278,10 +36050,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be123c4d; } +.ring-rose-700\\/35 { + --tw-ring-color: #be123c59; +} + .ring-rose-700\\/40 { --tw-ring-color: #be123c66; } +.ring-rose-700\\/45 { + --tw-ring-color: #be123c73; +} + .ring-rose-700\\/5 { --tw-ring-color: #be123c0d; } @@ -26290,10 +36070,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be123c80; } +.ring-rose-700\\/55 { + --tw-ring-color: #be123c8c; +} + .ring-rose-700\\/60 { --tw-ring-color: #be123c99; } +.ring-rose-700\\/65 { + --tw-ring-color: #be123ca6; +} + .ring-rose-700\\/70 { --tw-ring-color: #be123cb3; } @@ -26306,6 +36094,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #be123ccc; } +.ring-rose-700\\/85 { + --tw-ring-color: #be123cd9; +} + .ring-rose-700\\/90 { --tw-ring-color: #be123ce6; } @@ -26331,6 +36123,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9f1239; } +.ring-rose-800\\/15 { + --tw-ring-color: #9f123926; +} + .ring-rose-800\\/20 { --tw-ring-color: #9f123933; } @@ -26343,10 +36139,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9f12394d; } +.ring-rose-800\\/35 { + --tw-ring-color: #9f123959; +} + .ring-rose-800\\/40 { --tw-ring-color: #9f123966; } +.ring-rose-800\\/45 { + --tw-ring-color: #9f123973; +} + .ring-rose-800\\/5 { --tw-ring-color: #9f12390d; } @@ -26355,10 +36159,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9f123980; } +.ring-rose-800\\/55 { + --tw-ring-color: #9f12398c; +} + .ring-rose-800\\/60 { --tw-ring-color: #9f123999; } +.ring-rose-800\\/65 { + --tw-ring-color: #9f1239a6; +} + .ring-rose-800\\/70 { --tw-ring-color: #9f1239b3; } @@ -26371,6 +36183,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #9f1239cc; } +.ring-rose-800\\/85 { + --tw-ring-color: #9f1239d9; +} + .ring-rose-800\\/90 { --tw-ring-color: #9f1239e6; } @@ -26396,6 +36212,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #881337; } +.ring-rose-900\\/15 { + --tw-ring-color: #88133726; +} + .ring-rose-900\\/20 { --tw-ring-color: #88133733; } @@ -26408,10 +36228,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #8813374d; } +.ring-rose-900\\/35 { + --tw-ring-color: #88133759; +} + .ring-rose-900\\/40 { --tw-ring-color: #88133766; } +.ring-rose-900\\/45 { + --tw-ring-color: #88133773; +} + .ring-rose-900\\/5 { --tw-ring-color: #8813370d; } @@ -26420,10 +36248,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #88133780; } +.ring-rose-900\\/55 { + --tw-ring-color: #8813378c; +} + .ring-rose-900\\/60 { --tw-ring-color: #88133799; } +.ring-rose-900\\/65 { + --tw-ring-color: #881337a6; +} + .ring-rose-900\\/70 { --tw-ring-color: #881337b3; } @@ -26436,6 +36272,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #881337cc; } +.ring-rose-900\\/85 { + --tw-ring-color: #881337d9; +} + .ring-rose-900\\/90 { --tw-ring-color: #881337e6; } @@ -26461,6 +36301,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c0519; } +.ring-rose-950\\/15 { + --tw-ring-color: #4c051926; +} + .ring-rose-950\\/20 { --tw-ring-color: #4c051933; } @@ -26473,10 +36317,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c05194d; } +.ring-rose-950\\/35 { + --tw-ring-color: #4c051959; +} + .ring-rose-950\\/40 { --tw-ring-color: #4c051966; } +.ring-rose-950\\/45 { + --tw-ring-color: #4c051973; +} + .ring-rose-950\\/5 { --tw-ring-color: #4c05190d; } @@ -26485,10 +36337,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c051980; } +.ring-rose-950\\/55 { + --tw-ring-color: #4c05198c; +} + .ring-rose-950\\/60 { --tw-ring-color: #4c051999; } +.ring-rose-950\\/65 { + --tw-ring-color: #4c0519a6; +} + .ring-rose-950\\/70 { --tw-ring-color: #4c0519b3; } @@ -26501,6 +36361,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c0519cc; } +.ring-rose-950\\/85 { + --tw-ring-color: #4c0519d9; +} + .ring-rose-950\\/90 { --tw-ring-color: #4c0519e6; } @@ -26526,6 +36390,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0f2fe; } +.ring-sky-100\\/15 { + --tw-ring-color: #e0f2fe26; +} + .ring-sky-100\\/20 { --tw-ring-color: #e0f2fe33; } @@ -26538,10 +36406,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0f2fe4d; } +.ring-sky-100\\/35 { + --tw-ring-color: #e0f2fe59; +} + .ring-sky-100\\/40 { --tw-ring-color: #e0f2fe66; } +.ring-sky-100\\/45 { + --tw-ring-color: #e0f2fe73; +} + .ring-sky-100\\/5 { --tw-ring-color: #e0f2fe0d; } @@ -26550,10 +36426,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0f2fe80; } +.ring-sky-100\\/55 { + --tw-ring-color: #e0f2fe8c; +} + .ring-sky-100\\/60 { --tw-ring-color: #e0f2fe99; } +.ring-sky-100\\/65 { + --tw-ring-color: #e0f2fea6; +} + .ring-sky-100\\/70 { --tw-ring-color: #e0f2feb3; } @@ -26566,6 +36450,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e0f2fecc; } +.ring-sky-100\\/85 { + --tw-ring-color: #e0f2fed9; +} + .ring-sky-100\\/90 { --tw-ring-color: #e0f2fee6; } @@ -26591,6 +36479,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bae6fd; } +.ring-sky-200\\/15 { + --tw-ring-color: #bae6fd26; +} + .ring-sky-200\\/20 { --tw-ring-color: #bae6fd33; } @@ -26603,10 +36495,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bae6fd4d; } +.ring-sky-200\\/35 { + --tw-ring-color: #bae6fd59; +} + .ring-sky-200\\/40 { --tw-ring-color: #bae6fd66; } +.ring-sky-200\\/45 { + --tw-ring-color: #bae6fd73; +} + .ring-sky-200\\/5 { --tw-ring-color: #bae6fd0d; } @@ -26615,10 +36515,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bae6fd80; } +.ring-sky-200\\/55 { + --tw-ring-color: #bae6fd8c; +} + .ring-sky-200\\/60 { --tw-ring-color: #bae6fd99; } +.ring-sky-200\\/65 { + --tw-ring-color: #bae6fda6; +} + .ring-sky-200\\/70 { --tw-ring-color: #bae6fdb3; } @@ -26631,6 +36539,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #bae6fdcc; } +.ring-sky-200\\/85 { + --tw-ring-color: #bae6fdd9; +} + .ring-sky-200\\/90 { --tw-ring-color: #bae6fde6; } @@ -26656,6 +36568,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7dd3fc; } +.ring-sky-300\\/15 { + --tw-ring-color: #7dd3fc26; +} + .ring-sky-300\\/20 { --tw-ring-color: #7dd3fc33; } @@ -26668,10 +36584,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7dd3fc4d; } +.ring-sky-300\\/35 { + --tw-ring-color: #7dd3fc59; +} + .ring-sky-300\\/40 { --tw-ring-color: #7dd3fc66; } +.ring-sky-300\\/45 { + --tw-ring-color: #7dd3fc73; +} + .ring-sky-300\\/5 { --tw-ring-color: #7dd3fc0d; } @@ -26680,10 +36604,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7dd3fc80; } +.ring-sky-300\\/55 { + --tw-ring-color: #7dd3fc8c; +} + .ring-sky-300\\/60 { --tw-ring-color: #7dd3fc99; } +.ring-sky-300\\/65 { + --tw-ring-color: #7dd3fca6; +} + .ring-sky-300\\/70 { --tw-ring-color: #7dd3fcb3; } @@ -26696,6 +36628,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7dd3fccc; } +.ring-sky-300\\/85 { + --tw-ring-color: #7dd3fcd9; +} + .ring-sky-300\\/90 { --tw-ring-color: #7dd3fce6; } @@ -26721,6 +36657,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #38bdf8; } +.ring-sky-400\\/15 { + --tw-ring-color: #38bdf826; +} + .ring-sky-400\\/20 { --tw-ring-color: #38bdf833; } @@ -26733,10 +36673,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #38bdf84d; } +.ring-sky-400\\/35 { + --tw-ring-color: #38bdf859; +} + .ring-sky-400\\/40 { --tw-ring-color: #38bdf866; } +.ring-sky-400\\/45 { + --tw-ring-color: #38bdf873; +} + .ring-sky-400\\/5 { --tw-ring-color: #38bdf80d; } @@ -26745,10 +36693,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #38bdf880; } +.ring-sky-400\\/55 { + --tw-ring-color: #38bdf88c; +} + .ring-sky-400\\/60 { --tw-ring-color: #38bdf899; } +.ring-sky-400\\/65 { + --tw-ring-color: #38bdf8a6; +} + .ring-sky-400\\/70 { --tw-ring-color: #38bdf8b3; } @@ -26761,6 +36717,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #38bdf8cc; } +.ring-sky-400\\/85 { + --tw-ring-color: #38bdf8d9; +} + .ring-sky-400\\/90 { --tw-ring-color: #38bdf8e6; } @@ -26786,6 +36746,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0f9ff; } +.ring-sky-50\\/15 { + --tw-ring-color: #f0f9ff26; +} + .ring-sky-50\\/20 { --tw-ring-color: #f0f9ff33; } @@ -26798,10 +36762,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0f9ff4d; } +.ring-sky-50\\/35 { + --tw-ring-color: #f0f9ff59; +} + .ring-sky-50\\/40 { --tw-ring-color: #f0f9ff66; } +.ring-sky-50\\/45 { + --tw-ring-color: #f0f9ff73; +} + .ring-sky-50\\/5 { --tw-ring-color: #f0f9ff0d; } @@ -26810,10 +36782,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0f9ff80; } +.ring-sky-50\\/55 { + --tw-ring-color: #f0f9ff8c; +} + .ring-sky-50\\/60 { --tw-ring-color: #f0f9ff99; } +.ring-sky-50\\/65 { + --tw-ring-color: #f0f9ffa6; +} + .ring-sky-50\\/70 { --tw-ring-color: #f0f9ffb3; } @@ -26826,6 +36806,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0f9ffcc; } +.ring-sky-50\\/85 { + --tw-ring-color: #f0f9ffd9; +} + .ring-sky-50\\/90 { --tw-ring-color: #f0f9ffe6; } @@ -26851,6 +36835,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0ea5e9; } +.ring-sky-500\\/15 { + --tw-ring-color: #0ea5e926; +} + .ring-sky-500\\/20 { --tw-ring-color: #0ea5e933; } @@ -26863,10 +36851,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0ea5e94d; } +.ring-sky-500\\/35 { + --tw-ring-color: #0ea5e959; +} + .ring-sky-500\\/40 { --tw-ring-color: #0ea5e966; } +.ring-sky-500\\/45 { + --tw-ring-color: #0ea5e973; +} + .ring-sky-500\\/5 { --tw-ring-color: #0ea5e90d; } @@ -26875,10 +36871,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0ea5e980; } +.ring-sky-500\\/55 { + --tw-ring-color: #0ea5e98c; +} + .ring-sky-500\\/60 { --tw-ring-color: #0ea5e999; } +.ring-sky-500\\/65 { + --tw-ring-color: #0ea5e9a6; +} + .ring-sky-500\\/70 { --tw-ring-color: #0ea5e9b3; } @@ -26891,6 +36895,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0ea5e9cc; } +.ring-sky-500\\/85 { + --tw-ring-color: #0ea5e9d9; +} + .ring-sky-500\\/90 { --tw-ring-color: #0ea5e9e6; } @@ -26916,6 +36924,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0284c7; } +.ring-sky-600\\/15 { + --tw-ring-color: #0284c726; +} + .ring-sky-600\\/20 { --tw-ring-color: #0284c733; } @@ -26928,10 +36940,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0284c74d; } +.ring-sky-600\\/35 { + --tw-ring-color: #0284c759; +} + .ring-sky-600\\/40 { --tw-ring-color: #0284c766; } +.ring-sky-600\\/45 { + --tw-ring-color: #0284c773; +} + .ring-sky-600\\/5 { --tw-ring-color: #0284c70d; } @@ -26940,10 +36960,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0284c780; } +.ring-sky-600\\/55 { + --tw-ring-color: #0284c78c; +} + .ring-sky-600\\/60 { --tw-ring-color: #0284c799; } +.ring-sky-600\\/65 { + --tw-ring-color: #0284c7a6; +} + .ring-sky-600\\/70 { --tw-ring-color: #0284c7b3; } @@ -26956,6 +36984,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0284c7cc; } +.ring-sky-600\\/85 { + --tw-ring-color: #0284c7d9; +} + .ring-sky-600\\/90 { --tw-ring-color: #0284c7e6; } @@ -26981,6 +37013,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0369a1; } +.ring-sky-700\\/15 { + --tw-ring-color: #0369a126; +} + .ring-sky-700\\/20 { --tw-ring-color: #0369a133; } @@ -26993,10 +37029,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0369a14d; } +.ring-sky-700\\/35 { + --tw-ring-color: #0369a159; +} + .ring-sky-700\\/40 { --tw-ring-color: #0369a166; } +.ring-sky-700\\/45 { + --tw-ring-color: #0369a173; +} + .ring-sky-700\\/5 { --tw-ring-color: #0369a10d; } @@ -27005,10 +37049,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0369a180; } +.ring-sky-700\\/55 { + --tw-ring-color: #0369a18c; +} + .ring-sky-700\\/60 { --tw-ring-color: #0369a199; } +.ring-sky-700\\/65 { + --tw-ring-color: #0369a1a6; +} + .ring-sky-700\\/70 { --tw-ring-color: #0369a1b3; } @@ -27021,6 +37073,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0369a1cc; } +.ring-sky-700\\/85 { + --tw-ring-color: #0369a1d9; +} + .ring-sky-700\\/90 { --tw-ring-color: #0369a1e6; } @@ -27046,6 +37102,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #075985; } +.ring-sky-800\\/15 { + --tw-ring-color: #07598526; +} + .ring-sky-800\\/20 { --tw-ring-color: #07598533; } @@ -27058,10 +37118,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0759854d; } +.ring-sky-800\\/35 { + --tw-ring-color: #07598559; +} + .ring-sky-800\\/40 { --tw-ring-color: #07598566; } +.ring-sky-800\\/45 { + --tw-ring-color: #07598573; +} + .ring-sky-800\\/5 { --tw-ring-color: #0759850d; } @@ -27070,10 +37138,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #07598580; } +.ring-sky-800\\/55 { + --tw-ring-color: #0759858c; +} + .ring-sky-800\\/60 { --tw-ring-color: #07598599; } +.ring-sky-800\\/65 { + --tw-ring-color: #075985a6; +} + .ring-sky-800\\/70 { --tw-ring-color: #075985b3; } @@ -27086,6 +37162,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #075985cc; } +.ring-sky-800\\/85 { + --tw-ring-color: #075985d9; +} + .ring-sky-800\\/90 { --tw-ring-color: #075985e6; } @@ -27111,6 +37191,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c4a6e; } +.ring-sky-900\\/15 { + --tw-ring-color: #0c4a6e26; +} + .ring-sky-900\\/20 { --tw-ring-color: #0c4a6e33; } @@ -27123,10 +37207,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c4a6e4d; } +.ring-sky-900\\/35 { + --tw-ring-color: #0c4a6e59; +} + .ring-sky-900\\/40 { --tw-ring-color: #0c4a6e66; } +.ring-sky-900\\/45 { + --tw-ring-color: #0c4a6e73; +} + .ring-sky-900\\/5 { --tw-ring-color: #0c4a6e0d; } @@ -27135,10 +37227,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c4a6e80; } +.ring-sky-900\\/55 { + --tw-ring-color: #0c4a6e8c; +} + .ring-sky-900\\/60 { --tw-ring-color: #0c4a6e99; } +.ring-sky-900\\/65 { + --tw-ring-color: #0c4a6ea6; +} + .ring-sky-900\\/70 { --tw-ring-color: #0c4a6eb3; } @@ -27151,6 +37251,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c4a6ecc; } +.ring-sky-900\\/85 { + --tw-ring-color: #0c4a6ed9; +} + .ring-sky-900\\/90 { --tw-ring-color: #0c4a6ee6; } @@ -27176,6 +37280,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #082f49; } +.ring-sky-950\\/15 { + --tw-ring-color: #082f4926; +} + .ring-sky-950\\/20 { --tw-ring-color: #082f4933; } @@ -27188,10 +37296,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #082f494d; } +.ring-sky-950\\/35 { + --tw-ring-color: #082f4959; +} + .ring-sky-950\\/40 { --tw-ring-color: #082f4966; } +.ring-sky-950\\/45 { + --tw-ring-color: #082f4973; +} + .ring-sky-950\\/5 { --tw-ring-color: #082f490d; } @@ -27200,10 +37316,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #082f4980; } +.ring-sky-950\\/55 { + --tw-ring-color: #082f498c; +} + .ring-sky-950\\/60 { --tw-ring-color: #082f4999; } +.ring-sky-950\\/65 { + --tw-ring-color: #082f49a6; +} + .ring-sky-950\\/70 { --tw-ring-color: #082f49b3; } @@ -27216,6 +37340,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #082f49cc; } +.ring-sky-950\\/85 { + --tw-ring-color: #082f49d9; +} + .ring-sky-950\\/90 { --tw-ring-color: #082f49e6; } @@ -27241,6 +37369,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f1f5f9; } +.ring-slate-100\\/15 { + --tw-ring-color: #f1f5f926; +} + .ring-slate-100\\/20 { --tw-ring-color: #f1f5f933; } @@ -27253,10 +37385,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f1f5f94d; } +.ring-slate-100\\/35 { + --tw-ring-color: #f1f5f959; +} + .ring-slate-100\\/40 { --tw-ring-color: #f1f5f966; } +.ring-slate-100\\/45 { + --tw-ring-color: #f1f5f973; +} + .ring-slate-100\\/5 { --tw-ring-color: #f1f5f90d; } @@ -27265,10 +37405,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f1f5f980; } +.ring-slate-100\\/55 { + --tw-ring-color: #f1f5f98c; +} + .ring-slate-100\\/60 { --tw-ring-color: #f1f5f999; } +.ring-slate-100\\/65 { + --tw-ring-color: #f1f5f9a6; +} + .ring-slate-100\\/70 { --tw-ring-color: #f1f5f9b3; } @@ -27281,6 +37429,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f1f5f9cc; } +.ring-slate-100\\/85 { + --tw-ring-color: #f1f5f9d9; +} + .ring-slate-100\\/90 { --tw-ring-color: #f1f5f9e6; } @@ -27306,6 +37458,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e2e8f0; } +.ring-slate-200\\/15 { + --tw-ring-color: #e2e8f026; +} + .ring-slate-200\\/20 { --tw-ring-color: #e2e8f033; } @@ -27318,10 +37474,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e2e8f04d; } +.ring-slate-200\\/35 { + --tw-ring-color: #e2e8f059; +} + .ring-slate-200\\/40 { --tw-ring-color: #e2e8f066; } +.ring-slate-200\\/45 { + --tw-ring-color: #e2e8f073; +} + .ring-slate-200\\/5 { --tw-ring-color: #e2e8f00d; } @@ -27330,10 +37494,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e2e8f080; } +.ring-slate-200\\/55 { + --tw-ring-color: #e2e8f08c; +} + .ring-slate-200\\/60 { --tw-ring-color: #e2e8f099; } +.ring-slate-200\\/65 { + --tw-ring-color: #e2e8f0a6; +} + .ring-slate-200\\/70 { --tw-ring-color: #e2e8f0b3; } @@ -27346,6 +37518,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e2e8f0cc; } +.ring-slate-200\\/85 { + --tw-ring-color: #e2e8f0d9; +} + .ring-slate-200\\/90 { --tw-ring-color: #e2e8f0e6; } @@ -27371,6 +37547,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cbd5e1; } +.ring-slate-300\\/15 { + --tw-ring-color: #cbd5e126; +} + .ring-slate-300\\/20 { --tw-ring-color: #cbd5e133; } @@ -27383,10 +37563,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cbd5e14d; } +.ring-slate-300\\/35 { + --tw-ring-color: #cbd5e159; +} + .ring-slate-300\\/40 { --tw-ring-color: #cbd5e166; } +.ring-slate-300\\/45 { + --tw-ring-color: #cbd5e173; +} + .ring-slate-300\\/5 { --tw-ring-color: #cbd5e10d; } @@ -27395,10 +37583,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cbd5e180; } +.ring-slate-300\\/55 { + --tw-ring-color: #cbd5e18c; +} + .ring-slate-300\\/60 { --tw-ring-color: #cbd5e199; } +.ring-slate-300\\/65 { + --tw-ring-color: #cbd5e1a6; +} + .ring-slate-300\\/70 { --tw-ring-color: #cbd5e1b3; } @@ -27411,6 +37607,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #cbd5e1cc; } +.ring-slate-300\\/85 { + --tw-ring-color: #cbd5e1d9; +} + .ring-slate-300\\/90 { --tw-ring-color: #cbd5e1e6; } @@ -27436,6 +37636,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #94a3b8; } +.ring-slate-400\\/15 { + --tw-ring-color: #94a3b826; +} + .ring-slate-400\\/20 { --tw-ring-color: #94a3b833; } @@ -27448,10 +37652,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #94a3b84d; } +.ring-slate-400\\/35 { + --tw-ring-color: #94a3b859; +} + .ring-slate-400\\/40 { --tw-ring-color: #94a3b866; } +.ring-slate-400\\/45 { + --tw-ring-color: #94a3b873; +} + .ring-slate-400\\/5 { --tw-ring-color: #94a3b80d; } @@ -27460,10 +37672,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #94a3b880; } +.ring-slate-400\\/55 { + --tw-ring-color: #94a3b88c; +} + .ring-slate-400\\/60 { --tw-ring-color: #94a3b899; } +.ring-slate-400\\/65 { + --tw-ring-color: #94a3b8a6; +} + .ring-slate-400\\/70 { --tw-ring-color: #94a3b8b3; } @@ -27476,6 +37696,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #94a3b8cc; } +.ring-slate-400\\/85 { + --tw-ring-color: #94a3b8d9; +} + .ring-slate-400\\/90 { --tw-ring-color: #94a3b8e6; } @@ -27501,6 +37725,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f8fafc; } +.ring-slate-50\\/15 { + --tw-ring-color: #f8fafc26; +} + .ring-slate-50\\/20 { --tw-ring-color: #f8fafc33; } @@ -27513,10 +37741,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f8fafc4d; } +.ring-slate-50\\/35 { + --tw-ring-color: #f8fafc59; +} + .ring-slate-50\\/40 { --tw-ring-color: #f8fafc66; } +.ring-slate-50\\/45 { + --tw-ring-color: #f8fafc73; +} + .ring-slate-50\\/5 { --tw-ring-color: #f8fafc0d; } @@ -27525,10 +37761,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f8fafc80; } +.ring-slate-50\\/55 { + --tw-ring-color: #f8fafc8c; +} + .ring-slate-50\\/60 { --tw-ring-color: #f8fafc99; } +.ring-slate-50\\/65 { + --tw-ring-color: #f8fafca6; +} + .ring-slate-50\\/70 { --tw-ring-color: #f8fafcb3; } @@ -27541,6 +37785,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f8fafccc; } +.ring-slate-50\\/85 { + --tw-ring-color: #f8fafcd9; +} + .ring-slate-50\\/90 { --tw-ring-color: #f8fafce6; } @@ -27566,6 +37814,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #64748b; } +.ring-slate-500\\/15 { + --tw-ring-color: #64748b26; +} + .ring-slate-500\\/20 { --tw-ring-color: #64748b33; } @@ -27578,10 +37830,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #64748b4d; } +.ring-slate-500\\/35 { + --tw-ring-color: #64748b59; +} + .ring-slate-500\\/40 { --tw-ring-color: #64748b66; } +.ring-slate-500\\/45 { + --tw-ring-color: #64748b73; +} + .ring-slate-500\\/5 { --tw-ring-color: #64748b0d; } @@ -27590,10 +37850,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #64748b80; } +.ring-slate-500\\/55 { + --tw-ring-color: #64748b8c; +} + .ring-slate-500\\/60 { --tw-ring-color: #64748b99; } +.ring-slate-500\\/65 { + --tw-ring-color: #64748ba6; +} + .ring-slate-500\\/70 { --tw-ring-color: #64748bb3; } @@ -27606,6 +37874,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #64748bcc; } +.ring-slate-500\\/85 { + --tw-ring-color: #64748bd9; +} + .ring-slate-500\\/90 { --tw-ring-color: #64748be6; } @@ -27631,6 +37903,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #475569; } +.ring-slate-600\\/15 { + --tw-ring-color: #47556926; +} + .ring-slate-600\\/20 { --tw-ring-color: #47556933; } @@ -27643,10 +37919,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4755694d; } +.ring-slate-600\\/35 { + --tw-ring-color: #47556959; +} + .ring-slate-600\\/40 { --tw-ring-color: #47556966; } +.ring-slate-600\\/45 { + --tw-ring-color: #47556973; +} + .ring-slate-600\\/5 { --tw-ring-color: #4755690d; } @@ -27655,10 +37939,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #47556980; } +.ring-slate-600\\/55 { + --tw-ring-color: #4755698c; +} + .ring-slate-600\\/60 { --tw-ring-color: #47556999; } +.ring-slate-600\\/65 { + --tw-ring-color: #475569a6; +} + .ring-slate-600\\/70 { --tw-ring-color: #475569b3; } @@ -27671,6 +37963,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #475569cc; } +.ring-slate-600\\/85 { + --tw-ring-color: #475569d9; +} + .ring-slate-600\\/90 { --tw-ring-color: #475569e6; } @@ -27696,6 +37992,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #334155; } +.ring-slate-700\\/15 { + --tw-ring-color: #33415526; +} + .ring-slate-700\\/20 { --tw-ring-color: #33415533; } @@ -27708,10 +38008,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3341554d; } +.ring-slate-700\\/35 { + --tw-ring-color: #33415559; +} + .ring-slate-700\\/40 { --tw-ring-color: #33415566; } +.ring-slate-700\\/45 { + --tw-ring-color: #33415573; +} + .ring-slate-700\\/5 { --tw-ring-color: #3341550d; } @@ -27720,10 +38028,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #33415580; } +.ring-slate-700\\/55 { + --tw-ring-color: #3341558c; +} + .ring-slate-700\\/60 { --tw-ring-color: #33415599; } +.ring-slate-700\\/65 { + --tw-ring-color: #334155a6; +} + .ring-slate-700\\/70 { --tw-ring-color: #334155b3; } @@ -27736,6 +38052,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #334155cc; } +.ring-slate-700\\/85 { + --tw-ring-color: #334155d9; +} + .ring-slate-700\\/90 { --tw-ring-color: #334155e6; } @@ -27761,6 +38081,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e293b; } +.ring-slate-800\\/15 { + --tw-ring-color: #1e293b26; +} + .ring-slate-800\\/20 { --tw-ring-color: #1e293b33; } @@ -27773,10 +38097,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e293b4d; } +.ring-slate-800\\/35 { + --tw-ring-color: #1e293b59; +} + .ring-slate-800\\/40 { --tw-ring-color: #1e293b66; } +.ring-slate-800\\/45 { + --tw-ring-color: #1e293b73; +} + .ring-slate-800\\/5 { --tw-ring-color: #1e293b0d; } @@ -27785,10 +38117,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e293b80; } +.ring-slate-800\\/55 { + --tw-ring-color: #1e293b8c; +} + .ring-slate-800\\/60 { --tw-ring-color: #1e293b99; } +.ring-slate-800\\/65 { + --tw-ring-color: #1e293ba6; +} + .ring-slate-800\\/70 { --tw-ring-color: #1e293bb3; } @@ -27801,6 +38141,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1e293bcc; } +.ring-slate-800\\/85 { + --tw-ring-color: #1e293bd9; +} + .ring-slate-800\\/90 { --tw-ring-color: #1e293be6; } @@ -27826,6 +38170,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f172a; } +.ring-slate-900\\/15 { + --tw-ring-color: #0f172a26; +} + .ring-slate-900\\/20 { --tw-ring-color: #0f172a33; } @@ -27838,10 +38186,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f172a4d; } +.ring-slate-900\\/35 { + --tw-ring-color: #0f172a59; +} + .ring-slate-900\\/40 { --tw-ring-color: #0f172a66; } +.ring-slate-900\\/45 { + --tw-ring-color: #0f172a73; +} + .ring-slate-900\\/5 { --tw-ring-color: #0f172a0d; } @@ -27850,10 +38206,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f172a80; } +.ring-slate-900\\/55 { + --tw-ring-color: #0f172a8c; +} + .ring-slate-900\\/60 { --tw-ring-color: #0f172a99; } +.ring-slate-900\\/65 { + --tw-ring-color: #0f172aa6; +} + .ring-slate-900\\/70 { --tw-ring-color: #0f172ab3; } @@ -27866,6 +38230,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f172acc; } +.ring-slate-900\\/85 { + --tw-ring-color: #0f172ad9; +} + .ring-slate-900\\/90 { --tw-ring-color: #0f172ae6; } @@ -27891,6 +38259,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #020617; } +.ring-slate-950\\/15 { + --tw-ring-color: #02061726; +} + .ring-slate-950\\/20 { --tw-ring-color: #02061733; } @@ -27903,10 +38275,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0206174d; } +.ring-slate-950\\/35 { + --tw-ring-color: #02061759; +} + .ring-slate-950\\/40 { --tw-ring-color: #02061766; } +.ring-slate-950\\/45 { + --tw-ring-color: #02061773; +} + .ring-slate-950\\/5 { --tw-ring-color: #0206170d; } @@ -27915,10 +38295,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #02061780; } +.ring-slate-950\\/55 { + --tw-ring-color: #0206178c; +} + .ring-slate-950\\/60 { --tw-ring-color: #02061799; } +.ring-slate-950\\/65 { + --tw-ring-color: #020617a6; +} + .ring-slate-950\\/70 { --tw-ring-color: #020617b3; } @@ -27931,6 +38319,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #020617cc; } +.ring-slate-950\\/85 { + --tw-ring-color: #020617d9; +} + .ring-slate-950\\/90 { --tw-ring-color: #020617e6; } @@ -27956,6 +38348,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f4; } +.ring-stone-100\\/15 { + --tw-ring-color: #f5f5f426; +} + .ring-stone-100\\/20 { --tw-ring-color: #f5f5f433; } @@ -27968,10 +38364,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f44d; } +.ring-stone-100\\/35 { + --tw-ring-color: #f5f5f459; +} + .ring-stone-100\\/40 { --tw-ring-color: #f5f5f466; } +.ring-stone-100\\/45 { + --tw-ring-color: #f5f5f473; +} + .ring-stone-100\\/5 { --tw-ring-color: #f5f5f40d; } @@ -27980,10 +38384,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f480; } +.ring-stone-100\\/55 { + --tw-ring-color: #f5f5f48c; +} + .ring-stone-100\\/60 { --tw-ring-color: #f5f5f499; } +.ring-stone-100\\/65 { + --tw-ring-color: #f5f5f4a6; +} + .ring-stone-100\\/70 { --tw-ring-color: #f5f5f4b3; } @@ -27996,6 +38408,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f5f4cc; } +.ring-stone-100\\/85 { + --tw-ring-color: #f5f5f4d9; +} + .ring-stone-100\\/90 { --tw-ring-color: #f5f5f4e6; } @@ -28021,6 +38437,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e7e5e4; } +.ring-stone-200\\/15 { + --tw-ring-color: #e7e5e426; +} + .ring-stone-200\\/20 { --tw-ring-color: #e7e5e433; } @@ -28033,10 +38453,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e7e5e44d; } +.ring-stone-200\\/35 { + --tw-ring-color: #e7e5e459; +} + .ring-stone-200\\/40 { --tw-ring-color: #e7e5e466; } +.ring-stone-200\\/45 { + --tw-ring-color: #e7e5e473; +} + .ring-stone-200\\/5 { --tw-ring-color: #e7e5e40d; } @@ -28045,10 +38473,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e7e5e480; } +.ring-stone-200\\/55 { + --tw-ring-color: #e7e5e48c; +} + .ring-stone-200\\/60 { --tw-ring-color: #e7e5e499; } +.ring-stone-200\\/65 { + --tw-ring-color: #e7e5e4a6; +} + .ring-stone-200\\/70 { --tw-ring-color: #e7e5e4b3; } @@ -28061,6 +38497,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e7e5e4cc; } +.ring-stone-200\\/85 { + --tw-ring-color: #e7e5e4d9; +} + .ring-stone-200\\/90 { --tw-ring-color: #e7e5e4e6; } @@ -28086,6 +38526,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d6d3d1; } +.ring-stone-300\\/15 { + --tw-ring-color: #d6d3d126; +} + .ring-stone-300\\/20 { --tw-ring-color: #d6d3d133; } @@ -28098,10 +38542,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d6d3d14d; } +.ring-stone-300\\/35 { + --tw-ring-color: #d6d3d159; +} + .ring-stone-300\\/40 { --tw-ring-color: #d6d3d166; } +.ring-stone-300\\/45 { + --tw-ring-color: #d6d3d173; +} + .ring-stone-300\\/5 { --tw-ring-color: #d6d3d10d; } @@ -28110,10 +38562,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d6d3d180; } +.ring-stone-300\\/55 { + --tw-ring-color: #d6d3d18c; +} + .ring-stone-300\\/60 { --tw-ring-color: #d6d3d199; } +.ring-stone-300\\/65 { + --tw-ring-color: #d6d3d1a6; +} + .ring-stone-300\\/70 { --tw-ring-color: #d6d3d1b3; } @@ -28126,6 +38586,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d6d3d1cc; } +.ring-stone-300\\/85 { + --tw-ring-color: #d6d3d1d9; +} + .ring-stone-300\\/90 { --tw-ring-color: #d6d3d1e6; } @@ -28151,6 +38615,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a8a29e; } +.ring-stone-400\\/15 { + --tw-ring-color: #a8a29e26; +} + .ring-stone-400\\/20 { --tw-ring-color: #a8a29e33; } @@ -28163,10 +38631,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a8a29e4d; } +.ring-stone-400\\/35 { + --tw-ring-color: #a8a29e59; +} + .ring-stone-400\\/40 { --tw-ring-color: #a8a29e66; } +.ring-stone-400\\/45 { + --tw-ring-color: #a8a29e73; +} + .ring-stone-400\\/5 { --tw-ring-color: #a8a29e0d; } @@ -28175,10 +38651,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a8a29e80; } +.ring-stone-400\\/55 { + --tw-ring-color: #a8a29e8c; +} + .ring-stone-400\\/60 { --tw-ring-color: #a8a29e99; } +.ring-stone-400\\/65 { + --tw-ring-color: #a8a29ea6; +} + .ring-stone-400\\/70 { --tw-ring-color: #a8a29eb3; } @@ -28191,6 +38675,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a8a29ecc; } +.ring-stone-400\\/85 { + --tw-ring-color: #a8a29ed9; +} + .ring-stone-400\\/90 { --tw-ring-color: #a8a29ee6; } @@ -28216,6 +38704,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafaf9; } +.ring-stone-50\\/15 { + --tw-ring-color: #fafaf926; +} + .ring-stone-50\\/20 { --tw-ring-color: #fafaf933; } @@ -28228,10 +38720,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafaf94d; } +.ring-stone-50\\/35 { + --tw-ring-color: #fafaf959; +} + .ring-stone-50\\/40 { --tw-ring-color: #fafaf966; } +.ring-stone-50\\/45 { + --tw-ring-color: #fafaf973; +} + .ring-stone-50\\/5 { --tw-ring-color: #fafaf90d; } @@ -28240,10 +38740,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafaf980; } +.ring-stone-50\\/55 { + --tw-ring-color: #fafaf98c; +} + .ring-stone-50\\/60 { --tw-ring-color: #fafaf999; } +.ring-stone-50\\/65 { + --tw-ring-color: #fafaf9a6; +} + .ring-stone-50\\/70 { --tw-ring-color: #fafaf9b3; } @@ -28256,6 +38764,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafaf9cc; } +.ring-stone-50\\/85 { + --tw-ring-color: #fafaf9d9; +} + .ring-stone-50\\/90 { --tw-ring-color: #fafaf9e6; } @@ -28281,6 +38793,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78716c; } +.ring-stone-500\\/15 { + --tw-ring-color: #78716c26; +} + .ring-stone-500\\/20 { --tw-ring-color: #78716c33; } @@ -28293,10 +38809,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78716c4d; } +.ring-stone-500\\/35 { + --tw-ring-color: #78716c59; +} + .ring-stone-500\\/40 { --tw-ring-color: #78716c66; } +.ring-stone-500\\/45 { + --tw-ring-color: #78716c73; +} + .ring-stone-500\\/5 { --tw-ring-color: #78716c0d; } @@ -28305,10 +38829,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78716c80; } +.ring-stone-500\\/55 { + --tw-ring-color: #78716c8c; +} + .ring-stone-500\\/60 { --tw-ring-color: #78716c99; } +.ring-stone-500\\/65 { + --tw-ring-color: #78716ca6; +} + .ring-stone-500\\/70 { --tw-ring-color: #78716cb3; } @@ -28321,6 +38853,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #78716ccc; } +.ring-stone-500\\/85 { + --tw-ring-color: #78716cd9; +} + .ring-stone-500\\/90 { --tw-ring-color: #78716ce6; } @@ -28346,6 +38882,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #57534e; } +.ring-stone-600\\/15 { + --tw-ring-color: #57534e26; +} + .ring-stone-600\\/20 { --tw-ring-color: #57534e33; } @@ -28358,10 +38898,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #57534e4d; } +.ring-stone-600\\/35 { + --tw-ring-color: #57534e59; +} + .ring-stone-600\\/40 { --tw-ring-color: #57534e66; } +.ring-stone-600\\/45 { + --tw-ring-color: #57534e73; +} + .ring-stone-600\\/5 { --tw-ring-color: #57534e0d; } @@ -28370,10 +38918,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #57534e80; } +.ring-stone-600\\/55 { + --tw-ring-color: #57534e8c; +} + .ring-stone-600\\/60 { --tw-ring-color: #57534e99; } +.ring-stone-600\\/65 { + --tw-ring-color: #57534ea6; +} + .ring-stone-600\\/70 { --tw-ring-color: #57534eb3; } @@ -28386,6 +38942,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #57534ecc; } +.ring-stone-600\\/85 { + --tw-ring-color: #57534ed9; +} + .ring-stone-600\\/90 { --tw-ring-color: #57534ee6; } @@ -28411,6 +38971,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #44403c; } +.ring-stone-700\\/15 { + --tw-ring-color: #44403c26; +} + .ring-stone-700\\/20 { --tw-ring-color: #44403c33; } @@ -28423,10 +38987,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #44403c4d; } +.ring-stone-700\\/35 { + --tw-ring-color: #44403c59; +} + .ring-stone-700\\/40 { --tw-ring-color: #44403c66; } +.ring-stone-700\\/45 { + --tw-ring-color: #44403c73; +} + .ring-stone-700\\/5 { --tw-ring-color: #44403c0d; } @@ -28435,10 +39007,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #44403c80; } +.ring-stone-700\\/55 { + --tw-ring-color: #44403c8c; +} + .ring-stone-700\\/60 { --tw-ring-color: #44403c99; } +.ring-stone-700\\/65 { + --tw-ring-color: #44403ca6; +} + .ring-stone-700\\/70 { --tw-ring-color: #44403cb3; } @@ -28451,6 +39031,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #44403ccc; } +.ring-stone-700\\/85 { + --tw-ring-color: #44403cd9; +} + .ring-stone-700\\/90 { --tw-ring-color: #44403ce6; } @@ -28476,6 +39060,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #292524; } +.ring-stone-800\\/15 { + --tw-ring-color: #29252426; +} + .ring-stone-800\\/20 { --tw-ring-color: #29252433; } @@ -28488,10 +39076,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2925244d; } +.ring-stone-800\\/35 { + --tw-ring-color: #29252459; +} + .ring-stone-800\\/40 { --tw-ring-color: #29252466; } +.ring-stone-800\\/45 { + --tw-ring-color: #29252473; +} + .ring-stone-800\\/5 { --tw-ring-color: #2925240d; } @@ -28500,10 +39096,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #29252480; } +.ring-stone-800\\/55 { + --tw-ring-color: #2925248c; +} + .ring-stone-800\\/60 { --tw-ring-color: #29252499; } +.ring-stone-800\\/65 { + --tw-ring-color: #292524a6; +} + .ring-stone-800\\/70 { --tw-ring-color: #292524b3; } @@ -28516,6 +39120,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #292524cc; } +.ring-stone-800\\/85 { + --tw-ring-color: #292524d9; +} + .ring-stone-800\\/90 { --tw-ring-color: #292524e6; } @@ -28541,6 +39149,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1c1917; } +.ring-stone-900\\/15 { + --tw-ring-color: #1c191726; +} + .ring-stone-900\\/20 { --tw-ring-color: #1c191733; } @@ -28553,10 +39165,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1c19174d; } +.ring-stone-900\\/35 { + --tw-ring-color: #1c191759; +} + .ring-stone-900\\/40 { --tw-ring-color: #1c191766; } +.ring-stone-900\\/45 { + --tw-ring-color: #1c191773; +} + .ring-stone-900\\/5 { --tw-ring-color: #1c19170d; } @@ -28565,10 +39185,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1c191780; } +.ring-stone-900\\/55 { + --tw-ring-color: #1c19178c; +} + .ring-stone-900\\/60 { --tw-ring-color: #1c191799; } +.ring-stone-900\\/65 { + --tw-ring-color: #1c1917a6; +} + .ring-stone-900\\/70 { --tw-ring-color: #1c1917b3; } @@ -28581,6 +39209,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #1c1917cc; } +.ring-stone-900\\/85 { + --tw-ring-color: #1c1917d9; +} + .ring-stone-900\\/90 { --tw-ring-color: #1c1917e6; } @@ -28606,6 +39238,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c0a09; } +.ring-stone-950\\/15 { + --tw-ring-color: #0c0a0926; +} + .ring-stone-950\\/20 { --tw-ring-color: #0c0a0933; } @@ -28618,10 +39254,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c0a094d; } +.ring-stone-950\\/35 { + --tw-ring-color: #0c0a0959; +} + .ring-stone-950\\/40 { --tw-ring-color: #0c0a0966; } +.ring-stone-950\\/45 { + --tw-ring-color: #0c0a0973; +} + .ring-stone-950\\/5 { --tw-ring-color: #0c0a090d; } @@ -28630,10 +39274,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c0a0980; } +.ring-stone-950\\/55 { + --tw-ring-color: #0c0a098c; +} + .ring-stone-950\\/60 { --tw-ring-color: #0c0a0999; } +.ring-stone-950\\/65 { + --tw-ring-color: #0c0a09a6; +} + .ring-stone-950\\/70 { --tw-ring-color: #0c0a09b3; } @@ -28646,6 +39298,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0c0a09cc; } +.ring-stone-950\\/85 { + --tw-ring-color: #0c0a09d9; +} + .ring-stone-950\\/90 { --tw-ring-color: #0c0a09e6; } @@ -28671,6 +39327,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ccfbf1; } +.ring-teal-100\\/15 { + --tw-ring-color: #ccfbf126; +} + .ring-teal-100\\/20 { --tw-ring-color: #ccfbf133; } @@ -28683,10 +39343,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ccfbf14d; } +.ring-teal-100\\/35 { + --tw-ring-color: #ccfbf159; +} + .ring-teal-100\\/40 { --tw-ring-color: #ccfbf166; } +.ring-teal-100\\/45 { + --tw-ring-color: #ccfbf173; +} + .ring-teal-100\\/5 { --tw-ring-color: #ccfbf10d; } @@ -28695,10 +39363,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ccfbf180; } +.ring-teal-100\\/55 { + --tw-ring-color: #ccfbf18c; +} + .ring-teal-100\\/60 { --tw-ring-color: #ccfbf199; } +.ring-teal-100\\/65 { + --tw-ring-color: #ccfbf1a6; +} + .ring-teal-100\\/70 { --tw-ring-color: #ccfbf1b3; } @@ -28711,6 +39387,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ccfbf1cc; } +.ring-teal-100\\/85 { + --tw-ring-color: #ccfbf1d9; +} + .ring-teal-100\\/90 { --tw-ring-color: #ccfbf1e6; } @@ -28736,6 +39416,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #99f6e4; } +.ring-teal-200\\/15 { + --tw-ring-color: #99f6e426; +} + .ring-teal-200\\/20 { --tw-ring-color: #99f6e433; } @@ -28748,10 +39432,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #99f6e44d; } +.ring-teal-200\\/35 { + --tw-ring-color: #99f6e459; +} + .ring-teal-200\\/40 { --tw-ring-color: #99f6e466; } +.ring-teal-200\\/45 { + --tw-ring-color: #99f6e473; +} + .ring-teal-200\\/5 { --tw-ring-color: #99f6e40d; } @@ -28760,10 +39452,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #99f6e480; } +.ring-teal-200\\/55 { + --tw-ring-color: #99f6e48c; +} + .ring-teal-200\\/60 { --tw-ring-color: #99f6e499; } +.ring-teal-200\\/65 { + --tw-ring-color: #99f6e4a6; +} + .ring-teal-200\\/70 { --tw-ring-color: #99f6e4b3; } @@ -28776,6 +39476,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #99f6e4cc; } +.ring-teal-200\\/85 { + --tw-ring-color: #99f6e4d9; +} + .ring-teal-200\\/90 { --tw-ring-color: #99f6e4e6; } @@ -28801,6 +39505,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5eead4; } +.ring-teal-300\\/15 { + --tw-ring-color: #5eead426; +} + .ring-teal-300\\/20 { --tw-ring-color: #5eead433; } @@ -28813,10 +39521,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5eead44d; } +.ring-teal-300\\/35 { + --tw-ring-color: #5eead459; +} + .ring-teal-300\\/40 { --tw-ring-color: #5eead466; } +.ring-teal-300\\/45 { + --tw-ring-color: #5eead473; +} + .ring-teal-300\\/5 { --tw-ring-color: #5eead40d; } @@ -28825,10 +39541,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5eead480; } +.ring-teal-300\\/55 { + --tw-ring-color: #5eead48c; +} + .ring-teal-300\\/60 { --tw-ring-color: #5eead499; } +.ring-teal-300\\/65 { + --tw-ring-color: #5eead4a6; +} + .ring-teal-300\\/70 { --tw-ring-color: #5eead4b3; } @@ -28841,6 +39565,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5eead4cc; } +.ring-teal-300\\/85 { + --tw-ring-color: #5eead4d9; +} + .ring-teal-300\\/90 { --tw-ring-color: #5eead4e6; } @@ -28866,6 +39594,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2dd4bf; } +.ring-teal-400\\/15 { + --tw-ring-color: #2dd4bf26; +} + .ring-teal-400\\/20 { --tw-ring-color: #2dd4bf33; } @@ -28878,10 +39610,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2dd4bf4d; } +.ring-teal-400\\/35 { + --tw-ring-color: #2dd4bf59; +} + .ring-teal-400\\/40 { --tw-ring-color: #2dd4bf66; } +.ring-teal-400\\/45 { + --tw-ring-color: #2dd4bf73; +} + .ring-teal-400\\/5 { --tw-ring-color: #2dd4bf0d; } @@ -28890,10 +39630,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2dd4bf80; } +.ring-teal-400\\/55 { + --tw-ring-color: #2dd4bf8c; +} + .ring-teal-400\\/60 { --tw-ring-color: #2dd4bf99; } +.ring-teal-400\\/65 { + --tw-ring-color: #2dd4bfa6; +} + .ring-teal-400\\/70 { --tw-ring-color: #2dd4bfb3; } @@ -28906,6 +39654,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2dd4bfcc; } +.ring-teal-400\\/85 { + --tw-ring-color: #2dd4bfd9; +} + .ring-teal-400\\/90 { --tw-ring-color: #2dd4bfe6; } @@ -28931,6 +39683,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdfa; } +.ring-teal-50\\/15 { + --tw-ring-color: #f0fdfa26; +} + .ring-teal-50\\/20 { --tw-ring-color: #f0fdfa33; } @@ -28943,10 +39699,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdfa4d; } +.ring-teal-50\\/35 { + --tw-ring-color: #f0fdfa59; +} + .ring-teal-50\\/40 { --tw-ring-color: #f0fdfa66; } +.ring-teal-50\\/45 { + --tw-ring-color: #f0fdfa73; +} + .ring-teal-50\\/5 { --tw-ring-color: #f0fdfa0d; } @@ -28955,10 +39719,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdfa80; } +.ring-teal-50\\/55 { + --tw-ring-color: #f0fdfa8c; +} + .ring-teal-50\\/60 { --tw-ring-color: #f0fdfa99; } +.ring-teal-50\\/65 { + --tw-ring-color: #f0fdfaa6; +} + .ring-teal-50\\/70 { --tw-ring-color: #f0fdfab3; } @@ -28971,6 +39743,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f0fdfacc; } +.ring-teal-50\\/85 { + --tw-ring-color: #f0fdfad9; +} + .ring-teal-50\\/90 { --tw-ring-color: #f0fdfae6; } @@ -28996,6 +39772,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14b8a6; } +.ring-teal-500\\/15 { + --tw-ring-color: #14b8a626; +} + .ring-teal-500\\/20 { --tw-ring-color: #14b8a633; } @@ -29008,10 +39788,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14b8a64d; } +.ring-teal-500\\/35 { + --tw-ring-color: #14b8a659; +} + .ring-teal-500\\/40 { --tw-ring-color: #14b8a666; } +.ring-teal-500\\/45 { + --tw-ring-color: #14b8a673; +} + .ring-teal-500\\/5 { --tw-ring-color: #14b8a60d; } @@ -29020,10 +39808,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14b8a680; } +.ring-teal-500\\/55 { + --tw-ring-color: #14b8a68c; +} + .ring-teal-500\\/60 { --tw-ring-color: #14b8a699; } +.ring-teal-500\\/65 { + --tw-ring-color: #14b8a6a6; +} + .ring-teal-500\\/70 { --tw-ring-color: #14b8a6b3; } @@ -29036,6 +39832,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #14b8a6cc; } +.ring-teal-500\\/85 { + --tw-ring-color: #14b8a6d9; +} + .ring-teal-500\\/90 { --tw-ring-color: #14b8a6e6; } @@ -29061,6 +39861,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0d9488; } +.ring-teal-600\\/15 { + --tw-ring-color: #0d948826; +} + .ring-teal-600\\/20 { --tw-ring-color: #0d948833; } @@ -29073,10 +39877,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0d94884d; } +.ring-teal-600\\/35 { + --tw-ring-color: #0d948859; +} + .ring-teal-600\\/40 { --tw-ring-color: #0d948866; } +.ring-teal-600\\/45 { + --tw-ring-color: #0d948873; +} + .ring-teal-600\\/5 { --tw-ring-color: #0d94880d; } @@ -29085,10 +39897,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0d948880; } +.ring-teal-600\\/55 { + --tw-ring-color: #0d94888c; +} + .ring-teal-600\\/60 { --tw-ring-color: #0d948899; } +.ring-teal-600\\/65 { + --tw-ring-color: #0d9488a6; +} + .ring-teal-600\\/70 { --tw-ring-color: #0d9488b3; } @@ -29101,6 +39921,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0d9488cc; } +.ring-teal-600\\/85 { + --tw-ring-color: #0d9488d9; +} + .ring-teal-600\\/90 { --tw-ring-color: #0d9488e6; } @@ -29126,6 +39950,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f766e; } +.ring-teal-700\\/15 { + --tw-ring-color: #0f766e26; +} + .ring-teal-700\\/20 { --tw-ring-color: #0f766e33; } @@ -29138,10 +39966,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f766e4d; } +.ring-teal-700\\/35 { + --tw-ring-color: #0f766e59; +} + .ring-teal-700\\/40 { --tw-ring-color: #0f766e66; } +.ring-teal-700\\/45 { + --tw-ring-color: #0f766e73; +} + .ring-teal-700\\/5 { --tw-ring-color: #0f766e0d; } @@ -29150,10 +39986,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f766e80; } +.ring-teal-700\\/55 { + --tw-ring-color: #0f766e8c; +} + .ring-teal-700\\/60 { --tw-ring-color: #0f766e99; } +.ring-teal-700\\/65 { + --tw-ring-color: #0f766ea6; +} + .ring-teal-700\\/70 { --tw-ring-color: #0f766eb3; } @@ -29166,6 +40010,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0f766ecc; } +.ring-teal-700\\/85 { + --tw-ring-color: #0f766ed9; +} + .ring-teal-700\\/90 { --tw-ring-color: #0f766ee6; } @@ -29191,6 +40039,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #115e59; } +.ring-teal-800\\/15 { + --tw-ring-color: #115e5926; +} + .ring-teal-800\\/20 { --tw-ring-color: #115e5933; } @@ -29203,10 +40055,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #115e594d; } +.ring-teal-800\\/35 { + --tw-ring-color: #115e5959; +} + .ring-teal-800\\/40 { --tw-ring-color: #115e5966; } +.ring-teal-800\\/45 { + --tw-ring-color: #115e5973; +} + .ring-teal-800\\/5 { --tw-ring-color: #115e590d; } @@ -29215,10 +40075,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #115e5980; } +.ring-teal-800\\/55 { + --tw-ring-color: #115e598c; +} + .ring-teal-800\\/60 { --tw-ring-color: #115e5999; } +.ring-teal-800\\/65 { + --tw-ring-color: #115e59a6; +} + .ring-teal-800\\/70 { --tw-ring-color: #115e59b3; } @@ -29231,6 +40099,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #115e59cc; } +.ring-teal-800\\/85 { + --tw-ring-color: #115e59d9; +} + .ring-teal-800\\/90 { --tw-ring-color: #115e59e6; } @@ -29256,6 +40128,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #134e4a; } +.ring-teal-900\\/15 { + --tw-ring-color: #134e4a26; +} + .ring-teal-900\\/20 { --tw-ring-color: #134e4a33; } @@ -29268,10 +40144,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #134e4a4d; } +.ring-teal-900\\/35 { + --tw-ring-color: #134e4a59; +} + .ring-teal-900\\/40 { --tw-ring-color: #134e4a66; } +.ring-teal-900\\/45 { + --tw-ring-color: #134e4a73; +} + .ring-teal-900\\/5 { --tw-ring-color: #134e4a0d; } @@ -29280,10 +40164,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #134e4a80; } +.ring-teal-900\\/55 { + --tw-ring-color: #134e4a8c; +} + .ring-teal-900\\/60 { --tw-ring-color: #134e4a99; } +.ring-teal-900\\/65 { + --tw-ring-color: #134e4aa6; +} + .ring-teal-900\\/70 { --tw-ring-color: #134e4ab3; } @@ -29296,6 +40188,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #134e4acc; } +.ring-teal-900\\/85 { + --tw-ring-color: #134e4ad9; +} + .ring-teal-900\\/90 { --tw-ring-color: #134e4ae6; } @@ -29321,6 +40217,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #042f2e; } +.ring-teal-950\\/15 { + --tw-ring-color: #042f2e26; +} + .ring-teal-950\\/20 { --tw-ring-color: #042f2e33; } @@ -29333,10 +40233,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #042f2e4d; } +.ring-teal-950\\/35 { + --tw-ring-color: #042f2e59; +} + .ring-teal-950\\/40 { --tw-ring-color: #042f2e66; } +.ring-teal-950\\/45 { + --tw-ring-color: #042f2e73; +} + .ring-teal-950\\/5 { --tw-ring-color: #042f2e0d; } @@ -29345,10 +40253,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #042f2e80; } +.ring-teal-950\\/55 { + --tw-ring-color: #042f2e8c; +} + .ring-teal-950\\/60 { --tw-ring-color: #042f2e99; } +.ring-teal-950\\/65 { + --tw-ring-color: #042f2ea6; +} + .ring-teal-950\\/70 { --tw-ring-color: #042f2eb3; } @@ -29361,6 +40277,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #042f2ecc; } +.ring-teal-950\\/85 { + --tw-ring-color: #042f2ed9; +} + .ring-teal-950\\/90 { --tw-ring-color: #042f2ee6; } @@ -29385,6 +40305,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #000; } +.ring-transparent\\/15 { + --tw-ring-color: #00000026; +} + .ring-transparent\\/20 { --tw-ring-color: #0003; } @@ -29397,10 +40321,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #0000004d; } +.ring-transparent\\/35 { + --tw-ring-color: #00000059; +} + .ring-transparent\\/40 { --tw-ring-color: #0006; } +.ring-transparent\\/45 { + --tw-ring-color: #00000073; +} + .ring-transparent\\/5 { --tw-ring-color: #0000000d; } @@ -29409,10 +40341,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #00000080; } +.ring-transparent\\/55 { + --tw-ring-color: #0000008c; +} + .ring-transparent\\/60 { --tw-ring-color: #0009; } +.ring-transparent\\/65 { + --tw-ring-color: #000000a6; +} + .ring-transparent\\/70 { --tw-ring-color: #000000b3; } @@ -29425,6 +40365,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #000c; } +.ring-transparent\\/85 { + --tw-ring-color: #000000d9; +} + .ring-transparent\\/90 { --tw-ring-color: #000000e6; } @@ -29450,6 +40394,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ede9fe; } +.ring-violet-100\\/15 { + --tw-ring-color: #ede9fe26; +} + .ring-violet-100\\/20 { --tw-ring-color: #ede9fe33; } @@ -29462,10 +40410,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ede9fe4d; } +.ring-violet-100\\/35 { + --tw-ring-color: #ede9fe59; +} + .ring-violet-100\\/40 { --tw-ring-color: #ede9fe66; } +.ring-violet-100\\/45 { + --tw-ring-color: #ede9fe73; +} + .ring-violet-100\\/5 { --tw-ring-color: #ede9fe0d; } @@ -29474,10 +40430,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ede9fe80; } +.ring-violet-100\\/55 { + --tw-ring-color: #ede9fe8c; +} + .ring-violet-100\\/60 { --tw-ring-color: #ede9fe99; } +.ring-violet-100\\/65 { + --tw-ring-color: #ede9fea6; +} + .ring-violet-100\\/70 { --tw-ring-color: #ede9feb3; } @@ -29490,6 +40454,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ede9fecc; } +.ring-violet-100\\/85 { + --tw-ring-color: #ede9fed9; +} + .ring-violet-100\\/90 { --tw-ring-color: #ede9fee6; } @@ -29515,6 +40483,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ddd6fe; } +.ring-violet-200\\/15 { + --tw-ring-color: #ddd6fe26; +} + .ring-violet-200\\/20 { --tw-ring-color: #ddd6fe33; } @@ -29527,10 +40499,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ddd6fe4d; } +.ring-violet-200\\/35 { + --tw-ring-color: #ddd6fe59; +} + .ring-violet-200\\/40 { --tw-ring-color: #ddd6fe66; } +.ring-violet-200\\/45 { + --tw-ring-color: #ddd6fe73; +} + .ring-violet-200\\/5 { --tw-ring-color: #ddd6fe0d; } @@ -29539,10 +40519,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ddd6fe80; } +.ring-violet-200\\/55 { + --tw-ring-color: #ddd6fe8c; +} + .ring-violet-200\\/60 { --tw-ring-color: #ddd6fe99; } +.ring-violet-200\\/65 { + --tw-ring-color: #ddd6fea6; +} + .ring-violet-200\\/70 { --tw-ring-color: #ddd6feb3; } @@ -29555,6 +40543,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ddd6fecc; } +.ring-violet-200\\/85 { + --tw-ring-color: #ddd6fed9; +} + .ring-violet-200\\/90 { --tw-ring-color: #ddd6fee6; } @@ -29580,6 +40572,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c4b5fd; } +.ring-violet-300\\/15 { + --tw-ring-color: #c4b5fd26; +} + .ring-violet-300\\/20 { --tw-ring-color: #c4b5fd33; } @@ -29592,10 +40588,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c4b5fd4d; } +.ring-violet-300\\/35 { + --tw-ring-color: #c4b5fd59; +} + .ring-violet-300\\/40 { --tw-ring-color: #c4b5fd66; } +.ring-violet-300\\/45 { + --tw-ring-color: #c4b5fd73; +} + .ring-violet-300\\/5 { --tw-ring-color: #c4b5fd0d; } @@ -29604,10 +40608,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c4b5fd80; } +.ring-violet-300\\/55 { + --tw-ring-color: #c4b5fd8c; +} + .ring-violet-300\\/60 { --tw-ring-color: #c4b5fd99; } +.ring-violet-300\\/65 { + --tw-ring-color: #c4b5fda6; +} + .ring-violet-300\\/70 { --tw-ring-color: #c4b5fdb3; } @@ -29620,6 +40632,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #c4b5fdcc; } +.ring-violet-300\\/85 { + --tw-ring-color: #c4b5fdd9; +} + .ring-violet-300\\/90 { --tw-ring-color: #c4b5fde6; } @@ -29645,6 +40661,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a78bfa; } +.ring-violet-400\\/15 { + --tw-ring-color: #a78bfa26; +} + .ring-violet-400\\/20 { --tw-ring-color: #a78bfa33; } @@ -29657,10 +40677,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a78bfa4d; } +.ring-violet-400\\/35 { + --tw-ring-color: #a78bfa59; +} + .ring-violet-400\\/40 { --tw-ring-color: #a78bfa66; } +.ring-violet-400\\/45 { + --tw-ring-color: #a78bfa73; +} + .ring-violet-400\\/5 { --tw-ring-color: #a78bfa0d; } @@ -29669,10 +40697,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a78bfa80; } +.ring-violet-400\\/55 { + --tw-ring-color: #a78bfa8c; +} + .ring-violet-400\\/60 { --tw-ring-color: #a78bfa99; } +.ring-violet-400\\/65 { + --tw-ring-color: #a78bfaa6; +} + .ring-violet-400\\/70 { --tw-ring-color: #a78bfab3; } @@ -29685,6 +40721,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a78bfacc; } +.ring-violet-400\\/85 { + --tw-ring-color: #a78bfad9; +} + .ring-violet-400\\/90 { --tw-ring-color: #a78bfae6; } @@ -29710,6 +40750,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f3ff; } +.ring-violet-50\\/15 { + --tw-ring-color: #f5f3ff26; +} + .ring-violet-50\\/20 { --tw-ring-color: #f5f3ff33; } @@ -29722,10 +40766,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f3ff4d; } +.ring-violet-50\\/35 { + --tw-ring-color: #f5f3ff59; +} + .ring-violet-50\\/40 { --tw-ring-color: #f5f3ff66; } +.ring-violet-50\\/45 { + --tw-ring-color: #f5f3ff73; +} + .ring-violet-50\\/5 { --tw-ring-color: #f5f3ff0d; } @@ -29734,10 +40786,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f3ff80; } +.ring-violet-50\\/55 { + --tw-ring-color: #f5f3ff8c; +} + .ring-violet-50\\/60 { --tw-ring-color: #f5f3ff99; } +.ring-violet-50\\/65 { + --tw-ring-color: #f5f3ffa6; +} + .ring-violet-50\\/70 { --tw-ring-color: #f5f3ffb3; } @@ -29750,6 +40810,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f5f3ffcc; } +.ring-violet-50\\/85 { + --tw-ring-color: #f5f3ffd9; +} + .ring-violet-50\\/90 { --tw-ring-color: #f5f3ffe6; } @@ -29775,6 +40839,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #8b5cf6; } +.ring-violet-500\\/15 { + --tw-ring-color: #8b5cf626; +} + .ring-violet-500\\/20 { --tw-ring-color: #8b5cf633; } @@ -29787,10 +40855,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #8b5cf64d; } +.ring-violet-500\\/35 { + --tw-ring-color: #8b5cf659; +} + .ring-violet-500\\/40 { --tw-ring-color: #8b5cf666; } +.ring-violet-500\\/45 { + --tw-ring-color: #8b5cf673; +} + .ring-violet-500\\/5 { --tw-ring-color: #8b5cf60d; } @@ -29799,10 +40875,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #8b5cf680; } +.ring-violet-500\\/55 { + --tw-ring-color: #8b5cf68c; +} + .ring-violet-500\\/60 { --tw-ring-color: #8b5cf699; } +.ring-violet-500\\/65 { + --tw-ring-color: #8b5cf6a6; +} + .ring-violet-500\\/70 { --tw-ring-color: #8b5cf6b3; } @@ -29815,6 +40899,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #8b5cf6cc; } +.ring-violet-500\\/85 { + --tw-ring-color: #8b5cf6d9; +} + .ring-violet-500\\/90 { --tw-ring-color: #8b5cf6e6; } @@ -29840,6 +40928,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c3aed; } +.ring-violet-600\\/15 { + --tw-ring-color: #7c3aed26; +} + .ring-violet-600\\/20 { --tw-ring-color: #7c3aed33; } @@ -29852,10 +40944,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c3aed4d; } +.ring-violet-600\\/35 { + --tw-ring-color: #7c3aed59; +} + .ring-violet-600\\/40 { --tw-ring-color: #7c3aed66; } +.ring-violet-600\\/45 { + --tw-ring-color: #7c3aed73; +} + .ring-violet-600\\/5 { --tw-ring-color: #7c3aed0d; } @@ -29864,10 +40964,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c3aed80; } +.ring-violet-600\\/55 { + --tw-ring-color: #7c3aed8c; +} + .ring-violet-600\\/60 { --tw-ring-color: #7c3aed99; } +.ring-violet-600\\/65 { + --tw-ring-color: #7c3aeda6; +} + .ring-violet-600\\/70 { --tw-ring-color: #7c3aedb3; } @@ -29880,6 +40988,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #7c3aedcc; } +.ring-violet-600\\/85 { + --tw-ring-color: #7c3aedd9; +} + .ring-violet-600\\/90 { --tw-ring-color: #7c3aede6; } @@ -29905,6 +41017,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6d28d9; } +.ring-violet-700\\/15 { + --tw-ring-color: #6d28d926; +} + .ring-violet-700\\/20 { --tw-ring-color: #6d28d933; } @@ -29917,10 +41033,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6d28d94d; } +.ring-violet-700\\/35 { + --tw-ring-color: #6d28d959; +} + .ring-violet-700\\/40 { --tw-ring-color: #6d28d966; } +.ring-violet-700\\/45 { + --tw-ring-color: #6d28d973; +} + .ring-violet-700\\/5 { --tw-ring-color: #6d28d90d; } @@ -29929,10 +41053,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6d28d980; } +.ring-violet-700\\/55 { + --tw-ring-color: #6d28d98c; +} + .ring-violet-700\\/60 { --tw-ring-color: #6d28d999; } +.ring-violet-700\\/65 { + --tw-ring-color: #6d28d9a6; +} + .ring-violet-700\\/70 { --tw-ring-color: #6d28d9b3; } @@ -29945,6 +41077,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #6d28d9cc; } +.ring-violet-700\\/85 { + --tw-ring-color: #6d28d9d9; +} + .ring-violet-700\\/90 { --tw-ring-color: #6d28d9e6; } @@ -29970,6 +41106,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5b21b6; } +.ring-violet-800\\/15 { + --tw-ring-color: #5b21b626; +} + .ring-violet-800\\/20 { --tw-ring-color: #5b21b633; } @@ -29982,10 +41122,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5b21b64d; } +.ring-violet-800\\/35 { + --tw-ring-color: #5b21b659; +} + .ring-violet-800\\/40 { --tw-ring-color: #5b21b666; } +.ring-violet-800\\/45 { + --tw-ring-color: #5b21b673; +} + .ring-violet-800\\/5 { --tw-ring-color: #5b21b60d; } @@ -29994,10 +41142,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5b21b680; } +.ring-violet-800\\/55 { + --tw-ring-color: #5b21b68c; +} + .ring-violet-800\\/60 { --tw-ring-color: #5b21b699; } +.ring-violet-800\\/65 { + --tw-ring-color: #5b21b6a6; +} + .ring-violet-800\\/70 { --tw-ring-color: #5b21b6b3; } @@ -30010,6 +41166,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #5b21b6cc; } +.ring-violet-800\\/85 { + --tw-ring-color: #5b21b6d9; +} + .ring-violet-800\\/90 { --tw-ring-color: #5b21b6e6; } @@ -30035,6 +41195,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c1d95; } +.ring-violet-900\\/15 { + --tw-ring-color: #4c1d9526; +} + .ring-violet-900\\/20 { --tw-ring-color: #4c1d9533; } @@ -30047,10 +41211,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c1d954d; } +.ring-violet-900\\/35 { + --tw-ring-color: #4c1d9559; +} + .ring-violet-900\\/40 { --tw-ring-color: #4c1d9566; } +.ring-violet-900\\/45 { + --tw-ring-color: #4c1d9573; +} + .ring-violet-900\\/5 { --tw-ring-color: #4c1d950d; } @@ -30059,10 +41231,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c1d9580; } +.ring-violet-900\\/55 { + --tw-ring-color: #4c1d958c; +} + .ring-violet-900\\/60 { --tw-ring-color: #4c1d9599; } +.ring-violet-900\\/65 { + --tw-ring-color: #4c1d95a6; +} + .ring-violet-900\\/70 { --tw-ring-color: #4c1d95b3; } @@ -30075,6 +41255,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4c1d95cc; } +.ring-violet-900\\/85 { + --tw-ring-color: #4c1d95d9; +} + .ring-violet-900\\/90 { --tw-ring-color: #4c1d95e6; } @@ -30100,6 +41284,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2e1065; } +.ring-violet-950\\/15 { + --tw-ring-color: #2e106526; +} + .ring-violet-950\\/20 { --tw-ring-color: #2e106533; } @@ -30112,10 +41300,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2e10654d; } +.ring-violet-950\\/35 { + --tw-ring-color: #2e106559; +} + .ring-violet-950\\/40 { --tw-ring-color: #2e106566; } +.ring-violet-950\\/45 { + --tw-ring-color: #2e106573; +} + .ring-violet-950\\/5 { --tw-ring-color: #2e10650d; } @@ -30124,10 +41320,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2e106580; } +.ring-violet-950\\/55 { + --tw-ring-color: #2e10658c; +} + .ring-violet-950\\/60 { --tw-ring-color: #2e106599; } +.ring-violet-950\\/65 { + --tw-ring-color: #2e1065a6; +} + .ring-violet-950\\/70 { --tw-ring-color: #2e1065b3; } @@ -30140,6 +41344,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #2e1065cc; } +.ring-violet-950\\/85 { + --tw-ring-color: #2e1065d9; +} + .ring-violet-950\\/90 { --tw-ring-color: #2e1065e6; } @@ -30165,6 +41373,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fff; } +.ring-white\\/15 { + --tw-ring-color: #ffffff26; +} + .ring-white\\/20 { --tw-ring-color: #fff3; } @@ -30177,10 +41389,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffffff4d; } +.ring-white\\/35 { + --tw-ring-color: #ffffff59; +} + .ring-white\\/40 { --tw-ring-color: #fff6; } +.ring-white\\/45 { + --tw-ring-color: #ffffff73; +} + .ring-white\\/5 { --tw-ring-color: #ffffff0d; } @@ -30189,10 +41409,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ffffff80; } +.ring-white\\/55 { + --tw-ring-color: #ffffff8c; +} + .ring-white\\/60 { --tw-ring-color: #fff9; } +.ring-white\\/65 { + --tw-ring-color: #ffffffa6; +} + .ring-white\\/70 { --tw-ring-color: #ffffffb3; } @@ -30205,6 +41433,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fffc; } +.ring-white\\/85 { + --tw-ring-color: #ffffffd9; +} + .ring-white\\/90 { --tw-ring-color: #ffffffe6; } @@ -30230,6 +41462,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef9c3; } +.ring-yellow-100\\/15 { + --tw-ring-color: #fef9c326; +} + .ring-yellow-100\\/20 { --tw-ring-color: #fef9c333; } @@ -30242,10 +41478,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef9c34d; } +.ring-yellow-100\\/35 { + --tw-ring-color: #fef9c359; +} + .ring-yellow-100\\/40 { --tw-ring-color: #fef9c366; } +.ring-yellow-100\\/45 { + --tw-ring-color: #fef9c373; +} + .ring-yellow-100\\/5 { --tw-ring-color: #fef9c30d; } @@ -30254,10 +41498,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef9c380; } +.ring-yellow-100\\/55 { + --tw-ring-color: #fef9c38c; +} + .ring-yellow-100\\/60 { --tw-ring-color: #fef9c399; } +.ring-yellow-100\\/65 { + --tw-ring-color: #fef9c3a6; +} + .ring-yellow-100\\/70 { --tw-ring-color: #fef9c3b3; } @@ -30270,6 +41522,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef9c3cc; } +.ring-yellow-100\\/85 { + --tw-ring-color: #fef9c3d9; +} + .ring-yellow-100\\/90 { --tw-ring-color: #fef9c3e6; } @@ -30295,6 +41551,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef08a; } +.ring-yellow-200\\/15 { + --tw-ring-color: #fef08a26; +} + .ring-yellow-200\\/20 { --tw-ring-color: #fef08a33; } @@ -30307,10 +41567,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef08a4d; } +.ring-yellow-200\\/35 { + --tw-ring-color: #fef08a59; +} + .ring-yellow-200\\/40 { --tw-ring-color: #fef08a66; } +.ring-yellow-200\\/45 { + --tw-ring-color: #fef08a73; +} + .ring-yellow-200\\/5 { --tw-ring-color: #fef08a0d; } @@ -30319,10 +41587,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef08a80; } +.ring-yellow-200\\/55 { + --tw-ring-color: #fef08a8c; +} + .ring-yellow-200\\/60 { --tw-ring-color: #fef08a99; } +.ring-yellow-200\\/65 { + --tw-ring-color: #fef08aa6; +} + .ring-yellow-200\\/70 { --tw-ring-color: #fef08ab3; } @@ -30335,6 +41611,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fef08acc; } +.ring-yellow-200\\/85 { + --tw-ring-color: #fef08ad9; +} + .ring-yellow-200\\/90 { --tw-ring-color: #fef08ae6; } @@ -30360,6 +41640,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde047; } +.ring-yellow-300\\/15 { + --tw-ring-color: #fde04726; +} + .ring-yellow-300\\/20 { --tw-ring-color: #fde04733; } @@ -30372,10 +41656,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde0474d; } +.ring-yellow-300\\/35 { + --tw-ring-color: #fde04759; +} + .ring-yellow-300\\/40 { --tw-ring-color: #fde04766; } +.ring-yellow-300\\/45 { + --tw-ring-color: #fde04773; +} + .ring-yellow-300\\/5 { --tw-ring-color: #fde0470d; } @@ -30384,10 +41676,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde04780; } +.ring-yellow-300\\/55 { + --tw-ring-color: #fde0478c; +} + .ring-yellow-300\\/60 { --tw-ring-color: #fde04799; } +.ring-yellow-300\\/65 { + --tw-ring-color: #fde047a6; +} + .ring-yellow-300\\/70 { --tw-ring-color: #fde047b3; } @@ -30400,6 +41700,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fde047cc; } +.ring-yellow-300\\/85 { + --tw-ring-color: #fde047d9; +} + .ring-yellow-300\\/90 { --tw-ring-color: #fde047e6; } @@ -30425,6 +41729,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #facc15; } +.ring-yellow-400\\/15 { + --tw-ring-color: #facc1526; +} + .ring-yellow-400\\/20 { --tw-ring-color: #facc1533; } @@ -30437,10 +41745,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #facc154d; } +.ring-yellow-400\\/35 { + --tw-ring-color: #facc1559; +} + .ring-yellow-400\\/40 { --tw-ring-color: #facc1566; } +.ring-yellow-400\\/45 { + --tw-ring-color: #facc1573; +} + .ring-yellow-400\\/5 { --tw-ring-color: #facc150d; } @@ -30449,10 +41765,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #facc1580; } +.ring-yellow-400\\/55 { + --tw-ring-color: #facc158c; +} + .ring-yellow-400\\/60 { --tw-ring-color: #facc1599; } +.ring-yellow-400\\/65 { + --tw-ring-color: #facc15a6; +} + .ring-yellow-400\\/70 { --tw-ring-color: #facc15b3; } @@ -30465,6 +41789,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #facc15cc; } +.ring-yellow-400\\/85 { + --tw-ring-color: #facc15d9; +} + .ring-yellow-400\\/90 { --tw-ring-color: #facc15e6; } @@ -30490,6 +41818,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fefce8; } +.ring-yellow-50\\/15 { + --tw-ring-color: #fefce826; +} + .ring-yellow-50\\/20 { --tw-ring-color: #fefce833; } @@ -30502,10 +41834,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fefce84d; } +.ring-yellow-50\\/35 { + --tw-ring-color: #fefce859; +} + .ring-yellow-50\\/40 { --tw-ring-color: #fefce866; } +.ring-yellow-50\\/45 { + --tw-ring-color: #fefce873; +} + .ring-yellow-50\\/5 { --tw-ring-color: #fefce80d; } @@ -30514,10 +41854,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fefce880; } +.ring-yellow-50\\/55 { + --tw-ring-color: #fefce88c; +} + .ring-yellow-50\\/60 { --tw-ring-color: #fefce899; } +.ring-yellow-50\\/65 { + --tw-ring-color: #fefce8a6; +} + .ring-yellow-50\\/70 { --tw-ring-color: #fefce8b3; } @@ -30530,6 +41878,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fefce8cc; } +.ring-yellow-50\\/85 { + --tw-ring-color: #fefce8d9; +} + .ring-yellow-50\\/90 { --tw-ring-color: #fefce8e6; } @@ -30555,6 +41907,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eab308; } +.ring-yellow-500\\/15 { + --tw-ring-color: #eab30826; +} + .ring-yellow-500\\/20 { --tw-ring-color: #eab30833; } @@ -30567,10 +41923,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eab3084d; } +.ring-yellow-500\\/35 { + --tw-ring-color: #eab30859; +} + .ring-yellow-500\\/40 { --tw-ring-color: #eab30866; } +.ring-yellow-500\\/45 { + --tw-ring-color: #eab30873; +} + .ring-yellow-500\\/5 { --tw-ring-color: #eab3080d; } @@ -30579,10 +41943,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eab30880; } +.ring-yellow-500\\/55 { + --tw-ring-color: #eab3088c; +} + .ring-yellow-500\\/60 { --tw-ring-color: #eab30899; } +.ring-yellow-500\\/65 { + --tw-ring-color: #eab308a6; +} + .ring-yellow-500\\/70 { --tw-ring-color: #eab308b3; } @@ -30595,6 +41967,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #eab308cc; } +.ring-yellow-500\\/85 { + --tw-ring-color: #eab308d9; +} + .ring-yellow-500\\/90 { --tw-ring-color: #eab308e6; } @@ -30620,6 +41996,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ca8a04; } +.ring-yellow-600\\/15 { + --tw-ring-color: #ca8a0426; +} + .ring-yellow-600\\/20 { --tw-ring-color: #ca8a0433; } @@ -30632,10 +42012,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ca8a044d; } +.ring-yellow-600\\/35 { + --tw-ring-color: #ca8a0459; +} + .ring-yellow-600\\/40 { --tw-ring-color: #ca8a0466; } +.ring-yellow-600\\/45 { + --tw-ring-color: #ca8a0473; +} + .ring-yellow-600\\/5 { --tw-ring-color: #ca8a040d; } @@ -30644,10 +42032,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ca8a0480; } +.ring-yellow-600\\/55 { + --tw-ring-color: #ca8a048c; +} + .ring-yellow-600\\/60 { --tw-ring-color: #ca8a0499; } +.ring-yellow-600\\/65 { + --tw-ring-color: #ca8a04a6; +} + .ring-yellow-600\\/70 { --tw-ring-color: #ca8a04b3; } @@ -30660,6 +42056,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #ca8a04cc; } +.ring-yellow-600\\/85 { + --tw-ring-color: #ca8a04d9; +} + .ring-yellow-600\\/90 { --tw-ring-color: #ca8a04e6; } @@ -30685,6 +42085,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a16207; } +.ring-yellow-700\\/15 { + --tw-ring-color: #a1620726; +} + .ring-yellow-700\\/20 { --tw-ring-color: #a1620733; } @@ -30697,10 +42101,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a162074d; } +.ring-yellow-700\\/35 { + --tw-ring-color: #a1620759; +} + .ring-yellow-700\\/40 { --tw-ring-color: #a1620766; } +.ring-yellow-700\\/45 { + --tw-ring-color: #a1620773; +} + .ring-yellow-700\\/5 { --tw-ring-color: #a162070d; } @@ -30709,10 +42121,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a1620780; } +.ring-yellow-700\\/55 { + --tw-ring-color: #a162078c; +} + .ring-yellow-700\\/60 { --tw-ring-color: #a1620799; } +.ring-yellow-700\\/65 { + --tw-ring-color: #a16207a6; +} + .ring-yellow-700\\/70 { --tw-ring-color: #a16207b3; } @@ -30725,6 +42145,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a16207cc; } +.ring-yellow-700\\/85 { + --tw-ring-color: #a16207d9; +} + .ring-yellow-700\\/90 { --tw-ring-color: #a16207e6; } @@ -30750,6 +42174,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #854d0e; } +.ring-yellow-800\\/15 { + --tw-ring-color: #854d0e26; +} + .ring-yellow-800\\/20 { --tw-ring-color: #854d0e33; } @@ -30762,10 +42190,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #854d0e4d; } +.ring-yellow-800\\/35 { + --tw-ring-color: #854d0e59; +} + .ring-yellow-800\\/40 { --tw-ring-color: #854d0e66; } +.ring-yellow-800\\/45 { + --tw-ring-color: #854d0e73; +} + .ring-yellow-800\\/5 { --tw-ring-color: #854d0e0d; } @@ -30774,10 +42210,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #854d0e80; } +.ring-yellow-800\\/55 { + --tw-ring-color: #854d0e8c; +} + .ring-yellow-800\\/60 { --tw-ring-color: #854d0e99; } +.ring-yellow-800\\/65 { + --tw-ring-color: #854d0ea6; +} + .ring-yellow-800\\/70 { --tw-ring-color: #854d0eb3; } @@ -30790,6 +42234,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #854d0ecc; } +.ring-yellow-800\\/85 { + --tw-ring-color: #854d0ed9; +} + .ring-yellow-800\\/90 { --tw-ring-color: #854d0ee6; } @@ -30815,6 +42263,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #713f12; } +.ring-yellow-900\\/15 { + --tw-ring-color: #713f1226; +} + .ring-yellow-900\\/20 { --tw-ring-color: #713f1233; } @@ -30827,10 +42279,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #713f124d; } +.ring-yellow-900\\/35 { + --tw-ring-color: #713f1259; +} + .ring-yellow-900\\/40 { --tw-ring-color: #713f1266; } +.ring-yellow-900\\/45 { + --tw-ring-color: #713f1273; +} + .ring-yellow-900\\/5 { --tw-ring-color: #713f120d; } @@ -30839,10 +42299,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #713f1280; } +.ring-yellow-900\\/55 { + --tw-ring-color: #713f128c; +} + .ring-yellow-900\\/60 { --tw-ring-color: #713f1299; } +.ring-yellow-900\\/65 { + --tw-ring-color: #713f12a6; +} + .ring-yellow-900\\/70 { --tw-ring-color: #713f12b3; } @@ -30855,6 +42323,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #713f12cc; } +.ring-yellow-900\\/85 { + --tw-ring-color: #713f12d9; +} + .ring-yellow-900\\/90 { --tw-ring-color: #713f12e6; } @@ -30880,6 +42352,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #422006; } +.ring-yellow-950\\/15 { + --tw-ring-color: #42200626; +} + .ring-yellow-950\\/20 { --tw-ring-color: #42200633; } @@ -30892,10 +42368,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #4220064d; } +.ring-yellow-950\\/35 { + --tw-ring-color: #42200659; +} + .ring-yellow-950\\/40 { --tw-ring-color: #42200666; } +.ring-yellow-950\\/45 { + --tw-ring-color: #42200673; +} + .ring-yellow-950\\/5 { --tw-ring-color: #4220060d; } @@ -30904,10 +42388,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #42200680; } +.ring-yellow-950\\/55 { + --tw-ring-color: #4220068c; +} + .ring-yellow-950\\/60 { --tw-ring-color: #42200699; } +.ring-yellow-950\\/65 { + --tw-ring-color: #422006a6; +} + .ring-yellow-950\\/70 { --tw-ring-color: #422006b3; } @@ -30920,6 +42412,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #422006cc; } +.ring-yellow-950\\/85 { + --tw-ring-color: #422006d9; +} + .ring-yellow-950\\/90 { --tw-ring-color: #422006e6; } @@ -30945,6 +42441,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f4f4f5; } +.ring-zinc-100\\/15 { + --tw-ring-color: #f4f4f526; +} + .ring-zinc-100\\/20 { --tw-ring-color: #f4f4f533; } @@ -30957,10 +42457,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f4f4f54d; } +.ring-zinc-100\\/35 { + --tw-ring-color: #f4f4f559; +} + .ring-zinc-100\\/40 { --tw-ring-color: #f4f4f566; } +.ring-zinc-100\\/45 { + --tw-ring-color: #f4f4f573; +} + .ring-zinc-100\\/5 { --tw-ring-color: #f4f4f50d; } @@ -30969,10 +42477,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f4f4f580; } +.ring-zinc-100\\/55 { + --tw-ring-color: #f4f4f58c; +} + .ring-zinc-100\\/60 { --tw-ring-color: #f4f4f599; } +.ring-zinc-100\\/65 { + --tw-ring-color: #f4f4f5a6; +} + .ring-zinc-100\\/70 { --tw-ring-color: #f4f4f5b3; } @@ -30985,6 +42501,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #f4f4f5cc; } +.ring-zinc-100\\/85 { + --tw-ring-color: #f4f4f5d9; +} + .ring-zinc-100\\/90 { --tw-ring-color: #f4f4f5e6; } @@ -31010,6 +42530,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e4e4e7; } +.ring-zinc-200\\/15 { + --tw-ring-color: #e4e4e726; +} + .ring-zinc-200\\/20 { --tw-ring-color: #e4e4e733; } @@ -31022,10 +42546,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e4e4e74d; } +.ring-zinc-200\\/35 { + --tw-ring-color: #e4e4e759; +} + .ring-zinc-200\\/40 { --tw-ring-color: #e4e4e766; } +.ring-zinc-200\\/45 { + --tw-ring-color: #e4e4e773; +} + .ring-zinc-200\\/5 { --tw-ring-color: #e4e4e70d; } @@ -31034,10 +42566,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e4e4e780; } +.ring-zinc-200\\/55 { + --tw-ring-color: #e4e4e78c; +} + .ring-zinc-200\\/60 { --tw-ring-color: #e4e4e799; } +.ring-zinc-200\\/65 { + --tw-ring-color: #e4e4e7a6; +} + .ring-zinc-200\\/70 { --tw-ring-color: #e4e4e7b3; } @@ -31050,6 +42590,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #e4e4e7cc; } +.ring-zinc-200\\/85 { + --tw-ring-color: #e4e4e7d9; +} + .ring-zinc-200\\/90 { --tw-ring-color: #e4e4e7e6; } @@ -31075,6 +42619,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d8; } +.ring-zinc-300\\/15 { + --tw-ring-color: #d4d4d826; +} + .ring-zinc-300\\/20 { --tw-ring-color: #d4d4d833; } @@ -31087,10 +42635,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d84d; } +.ring-zinc-300\\/35 { + --tw-ring-color: #d4d4d859; +} + .ring-zinc-300\\/40 { --tw-ring-color: #d4d4d866; } +.ring-zinc-300\\/45 { + --tw-ring-color: #d4d4d873; +} + .ring-zinc-300\\/5 { --tw-ring-color: #d4d4d80d; } @@ -31099,10 +42655,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d880; } +.ring-zinc-300\\/55 { + --tw-ring-color: #d4d4d88c; +} + .ring-zinc-300\\/60 { --tw-ring-color: #d4d4d899; } +.ring-zinc-300\\/65 { + --tw-ring-color: #d4d4d8a6; +} + .ring-zinc-300\\/70 { --tw-ring-color: #d4d4d8b3; } @@ -31115,6 +42679,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #d4d4d8cc; } +.ring-zinc-300\\/85 { + --tw-ring-color: #d4d4d8d9; +} + .ring-zinc-300\\/90 { --tw-ring-color: #d4d4d8e6; } @@ -31140,6 +42708,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a1a1aa; } +.ring-zinc-400\\/15 { + --tw-ring-color: #a1a1aa26; +} + .ring-zinc-400\\/20 { --tw-ring-color: #a1a1aa33; } @@ -31152,10 +42724,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a1a1aa4d; } +.ring-zinc-400\\/35 { + --tw-ring-color: #a1a1aa59; +} + .ring-zinc-400\\/40 { --tw-ring-color: #a1a1aa66; } +.ring-zinc-400\\/45 { + --tw-ring-color: #a1a1aa73; +} + .ring-zinc-400\\/5 { --tw-ring-color: #a1a1aa0d; } @@ -31164,10 +42744,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a1a1aa80; } +.ring-zinc-400\\/55 { + --tw-ring-color: #a1a1aa8c; +} + .ring-zinc-400\\/60 { --tw-ring-color: #a1a1aa99; } +.ring-zinc-400\\/65 { + --tw-ring-color: #a1a1aaa6; +} + .ring-zinc-400\\/70 { --tw-ring-color: #a1a1aab3; } @@ -31180,6 +42768,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #a1a1aacc; } +.ring-zinc-400\\/85 { + --tw-ring-color: #a1a1aad9; +} + .ring-zinc-400\\/90 { --tw-ring-color: #a1a1aae6; } @@ -31205,6 +42797,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafa; } +.ring-zinc-50\\/15 { + --tw-ring-color: #fafafa26; +} + .ring-zinc-50\\/20 { --tw-ring-color: #fafafa33; } @@ -31217,10 +42813,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafa4d; } +.ring-zinc-50\\/35 { + --tw-ring-color: #fafafa59; +} + .ring-zinc-50\\/40 { --tw-ring-color: #fafafa66; } +.ring-zinc-50\\/45 { + --tw-ring-color: #fafafa73; +} + .ring-zinc-50\\/5 { --tw-ring-color: #fafafa0d; } @@ -31229,10 +42833,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafa80; } +.ring-zinc-50\\/55 { + --tw-ring-color: #fafafa8c; +} + .ring-zinc-50\\/60 { --tw-ring-color: #fafafa99; } +.ring-zinc-50\\/65 { + --tw-ring-color: #fafafaa6; +} + .ring-zinc-50\\/70 { --tw-ring-color: #fafafab3; } @@ -31245,6 +42857,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #fafafacc; } +.ring-zinc-50\\/85 { + --tw-ring-color: #fafafad9; +} + .ring-zinc-50\\/90 { --tw-ring-color: #fafafae6; } @@ -31270,6 +42886,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #71717a; } +.ring-zinc-500\\/15 { + --tw-ring-color: #71717a26; +} + .ring-zinc-500\\/20 { --tw-ring-color: #71717a33; } @@ -31282,10 +42902,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #71717a4d; } +.ring-zinc-500\\/35 { + --tw-ring-color: #71717a59; +} + .ring-zinc-500\\/40 { --tw-ring-color: #71717a66; } +.ring-zinc-500\\/45 { + --tw-ring-color: #71717a73; +} + .ring-zinc-500\\/5 { --tw-ring-color: #71717a0d; } @@ -31294,10 +42922,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #71717a80; } +.ring-zinc-500\\/55 { + --tw-ring-color: #71717a8c; +} + .ring-zinc-500\\/60 { --tw-ring-color: #71717a99; } +.ring-zinc-500\\/65 { + --tw-ring-color: #71717aa6; +} + .ring-zinc-500\\/70 { --tw-ring-color: #71717ab3; } @@ -31310,6 +42946,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #71717acc; } +.ring-zinc-500\\/85 { + --tw-ring-color: #71717ad9; +} + .ring-zinc-500\\/90 { --tw-ring-color: #71717ae6; } @@ -31335,6 +42975,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #52525b; } +.ring-zinc-600\\/15 { + --tw-ring-color: #52525b26; +} + .ring-zinc-600\\/20 { --tw-ring-color: #52525b33; } @@ -31347,10 +42991,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #52525b4d; } +.ring-zinc-600\\/35 { + --tw-ring-color: #52525b59; +} + .ring-zinc-600\\/40 { --tw-ring-color: #52525b66; } +.ring-zinc-600\\/45 { + --tw-ring-color: #52525b73; +} + .ring-zinc-600\\/5 { --tw-ring-color: #52525b0d; } @@ -31359,10 +43011,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #52525b80; } +.ring-zinc-600\\/55 { + --tw-ring-color: #52525b8c; +} + .ring-zinc-600\\/60 { --tw-ring-color: #52525b99; } +.ring-zinc-600\\/65 { + --tw-ring-color: #52525ba6; +} + .ring-zinc-600\\/70 { --tw-ring-color: #52525bb3; } @@ -31375,6 +43035,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #52525bcc; } +.ring-zinc-600\\/85 { + --tw-ring-color: #52525bd9; +} + .ring-zinc-600\\/90 { --tw-ring-color: #52525be6; } @@ -31400,6 +43064,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f3f46; } +.ring-zinc-700\\/15 { + --tw-ring-color: #3f3f4626; +} + .ring-zinc-700\\/20 { --tw-ring-color: #3f3f4633; } @@ -31412,10 +43080,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f3f464d; } +.ring-zinc-700\\/35 { + --tw-ring-color: #3f3f4659; +} + .ring-zinc-700\\/40 { --tw-ring-color: #3f3f4666; } +.ring-zinc-700\\/45 { + --tw-ring-color: #3f3f4673; +} + .ring-zinc-700\\/5 { --tw-ring-color: #3f3f460d; } @@ -31424,10 +43100,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f3f4680; } +.ring-zinc-700\\/55 { + --tw-ring-color: #3f3f468c; +} + .ring-zinc-700\\/60 { --tw-ring-color: #3f3f4699; } +.ring-zinc-700\\/65 { + --tw-ring-color: #3f3f46a6; +} + .ring-zinc-700\\/70 { --tw-ring-color: #3f3f46b3; } @@ -31440,6 +43124,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #3f3f46cc; } +.ring-zinc-700\\/85 { + --tw-ring-color: #3f3f46d9; +} + .ring-zinc-700\\/90 { --tw-ring-color: #3f3f46e6; } @@ -31465,6 +43153,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #27272a; } +.ring-zinc-800\\/15 { + --tw-ring-color: #27272a26; +} + .ring-zinc-800\\/20 { --tw-ring-color: #27272a33; } @@ -31477,10 +43169,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #27272a4d; } +.ring-zinc-800\\/35 { + --tw-ring-color: #27272a59; +} + .ring-zinc-800\\/40 { --tw-ring-color: #27272a66; } +.ring-zinc-800\\/45 { + --tw-ring-color: #27272a73; +} + .ring-zinc-800\\/5 { --tw-ring-color: #27272a0d; } @@ -31489,10 +43189,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #27272a80; } +.ring-zinc-800\\/55 { + --tw-ring-color: #27272a8c; +} + .ring-zinc-800\\/60 { --tw-ring-color: #27272a99; } +.ring-zinc-800\\/65 { + --tw-ring-color: #27272aa6; +} + .ring-zinc-800\\/70 { --tw-ring-color: #27272ab3; } @@ -31505,6 +43213,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #27272acc; } +.ring-zinc-800\\/85 { + --tw-ring-color: #27272ad9; +} + .ring-zinc-800\\/90 { --tw-ring-color: #27272ae6; } @@ -31530,6 +43242,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #18181b; } +.ring-zinc-900\\/15 { + --tw-ring-color: #18181b26; +} + .ring-zinc-900\\/20 { --tw-ring-color: #18181b33; } @@ -31542,10 +43258,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #18181b4d; } +.ring-zinc-900\\/35 { + --tw-ring-color: #18181b59; +} + .ring-zinc-900\\/40 { --tw-ring-color: #18181b66; } +.ring-zinc-900\\/45 { + --tw-ring-color: #18181b73; +} + .ring-zinc-900\\/5 { --tw-ring-color: #18181b0d; } @@ -31554,10 +43278,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #18181b80; } +.ring-zinc-900\\/55 { + --tw-ring-color: #18181b8c; +} + .ring-zinc-900\\/60 { --tw-ring-color: #18181b99; } +.ring-zinc-900\\/65 { + --tw-ring-color: #18181ba6; +} + .ring-zinc-900\\/70 { --tw-ring-color: #18181bb3; } @@ -31570,6 +43302,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #18181bcc; } +.ring-zinc-900\\/85 { + --tw-ring-color: #18181bd9; +} + .ring-zinc-900\\/90 { --tw-ring-color: #18181be6; } @@ -31595,6 +43331,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #09090b; } +.ring-zinc-950\\/15 { + --tw-ring-color: #09090b26; +} + .ring-zinc-950\\/20 { --tw-ring-color: #09090b33; } @@ -31607,10 +43347,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #09090b4d; } +.ring-zinc-950\\/35 { + --tw-ring-color: #09090b59; +} + .ring-zinc-950\\/40 { --tw-ring-color: #09090b66; } +.ring-zinc-950\\/45 { + --tw-ring-color: #09090b73; +} + .ring-zinc-950\\/5 { --tw-ring-color: #09090b0d; } @@ -31619,10 +43367,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #09090b80; } +.ring-zinc-950\\/55 { + --tw-ring-color: #09090b8c; +} + .ring-zinc-950\\/60 { --tw-ring-color: #09090b99; } +.ring-zinc-950\\/65 { + --tw-ring-color: #09090ba6; +} + .ring-zinc-950\\/70 { --tw-ring-color: #09090bb3; } @@ -31635,6 +43391,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-color: #09090bcc; } +.ring-zinc-950\\/85 { + --tw-ring-color: #09090bd9; +} + .ring-zinc-950\\/90 { --tw-ring-color: #09090be6; } @@ -31655,6 +43415,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-opacity: 1; } +.ring-opacity-15 { + --tw-ring-opacity: .15; +} + .ring-opacity-20 { --tw-ring-opacity: .2; } @@ -31667,10 +43431,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-opacity: .3; } +.ring-opacity-35 { + --tw-ring-opacity: .35; +} + .ring-opacity-40 { --tw-ring-opacity: .4; } +.ring-opacity-45 { + --tw-ring-opacity: .45; +} + .ring-opacity-5 { --tw-ring-opacity: .05; } @@ -31679,10 +43451,18 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-opacity: .5; } +.ring-opacity-55 { + --tw-ring-opacity: .55; +} + .ring-opacity-60 { --tw-ring-opacity: .6; } +.ring-opacity-65 { + --tw-ring-opacity: .65; +} + .ring-opacity-70 { --tw-ring-opacity: .7; } @@ -31695,6 +43475,10 @@ exports[`should test the 'ringColor' plugin 2`] = ` --tw-ring-opacity: .8; } +.ring-opacity-85 { + --tw-ring-opacity: .85; +} + .ring-opacity-90 { --tw-ring-opacity: .9; } diff --git a/tests/plugins/__snapshots__/ringOffsetColor.test.js.snap b/tests/plugins/__snapshots__/ringOffsetColor.test.js.snap index 96aa0194eab5..4c5a631a3171 100644 --- a/tests/plugins/__snapshots__/ringOffsetColor.test.js.snap +++ b/tests/plugins/__snapshots__/ringOffsetColor.test.js.snap @@ -22,6 +22,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef3c7; } +.ring-offset-amber-100\\/15 { + --tw-ring-offset-color: #fef3c726; +} + .ring-offset-amber-100\\/20 { --tw-ring-offset-color: #fef3c733; } @@ -34,10 +38,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef3c74d; } +.ring-offset-amber-100\\/35 { + --tw-ring-offset-color: #fef3c759; +} + .ring-offset-amber-100\\/40 { --tw-ring-offset-color: #fef3c766; } +.ring-offset-amber-100\\/45 { + --tw-ring-offset-color: #fef3c773; +} + .ring-offset-amber-100\\/5 { --tw-ring-offset-color: #fef3c70d; } @@ -46,10 +58,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef3c780; } +.ring-offset-amber-100\\/55 { + --tw-ring-offset-color: #fef3c78c; +} + .ring-offset-amber-100\\/60 { --tw-ring-offset-color: #fef3c799; } +.ring-offset-amber-100\\/65 { + --tw-ring-offset-color: #fef3c7a6; +} + .ring-offset-amber-100\\/70 { --tw-ring-offset-color: #fef3c7b3; } @@ -62,6 +82,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef3c7cc; } +.ring-offset-amber-100\\/85 { + --tw-ring-offset-color: #fef3c7d9; +} + .ring-offset-amber-100\\/90 { --tw-ring-offset-color: #fef3c7e6; } @@ -86,6 +110,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde68a; } +.ring-offset-amber-200\\/15 { + --tw-ring-offset-color: #fde68a26; +} + .ring-offset-amber-200\\/20 { --tw-ring-offset-color: #fde68a33; } @@ -98,10 +126,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde68a4d; } +.ring-offset-amber-200\\/35 { + --tw-ring-offset-color: #fde68a59; +} + .ring-offset-amber-200\\/40 { --tw-ring-offset-color: #fde68a66; } +.ring-offset-amber-200\\/45 { + --tw-ring-offset-color: #fde68a73; +} + .ring-offset-amber-200\\/5 { --tw-ring-offset-color: #fde68a0d; } @@ -110,10 +146,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde68a80; } +.ring-offset-amber-200\\/55 { + --tw-ring-offset-color: #fde68a8c; +} + .ring-offset-amber-200\\/60 { --tw-ring-offset-color: #fde68a99; } +.ring-offset-amber-200\\/65 { + --tw-ring-offset-color: #fde68aa6; +} + .ring-offset-amber-200\\/70 { --tw-ring-offset-color: #fde68ab3; } @@ -126,6 +170,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde68acc; } +.ring-offset-amber-200\\/85 { + --tw-ring-offset-color: #fde68ad9; +} + .ring-offset-amber-200\\/90 { --tw-ring-offset-color: #fde68ae6; } @@ -150,6 +198,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fcd34d; } +.ring-offset-amber-300\\/15 { + --tw-ring-offset-color: #fcd34d26; +} + .ring-offset-amber-300\\/20 { --tw-ring-offset-color: #fcd34d33; } @@ -162,10 +214,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fcd34d4d; } +.ring-offset-amber-300\\/35 { + --tw-ring-offset-color: #fcd34d59; +} + .ring-offset-amber-300\\/40 { --tw-ring-offset-color: #fcd34d66; } +.ring-offset-amber-300\\/45 { + --tw-ring-offset-color: #fcd34d73; +} + .ring-offset-amber-300\\/5 { --tw-ring-offset-color: #fcd34d0d; } @@ -174,10 +234,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fcd34d80; } +.ring-offset-amber-300\\/55 { + --tw-ring-offset-color: #fcd34d8c; +} + .ring-offset-amber-300\\/60 { --tw-ring-offset-color: #fcd34d99; } +.ring-offset-amber-300\\/65 { + --tw-ring-offset-color: #fcd34da6; +} + .ring-offset-amber-300\\/70 { --tw-ring-offset-color: #fcd34db3; } @@ -190,6 +258,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fcd34dcc; } +.ring-offset-amber-300\\/85 { + --tw-ring-offset-color: #fcd34dd9; +} + .ring-offset-amber-300\\/90 { --tw-ring-offset-color: #fcd34de6; } @@ -214,6 +286,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbbf24; } +.ring-offset-amber-400\\/15 { + --tw-ring-offset-color: #fbbf2426; +} + .ring-offset-amber-400\\/20 { --tw-ring-offset-color: #fbbf2433; } @@ -226,10 +302,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbbf244d; } +.ring-offset-amber-400\\/35 { + --tw-ring-offset-color: #fbbf2459; +} + .ring-offset-amber-400\\/40 { --tw-ring-offset-color: #fbbf2466; } +.ring-offset-amber-400\\/45 { + --tw-ring-offset-color: #fbbf2473; +} + .ring-offset-amber-400\\/5 { --tw-ring-offset-color: #fbbf240d; } @@ -238,10 +322,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbbf2480; } +.ring-offset-amber-400\\/55 { + --tw-ring-offset-color: #fbbf248c; +} + .ring-offset-amber-400\\/60 { --tw-ring-offset-color: #fbbf2499; } +.ring-offset-amber-400\\/65 { + --tw-ring-offset-color: #fbbf24a6; +} + .ring-offset-amber-400\\/70 { --tw-ring-offset-color: #fbbf24b3; } @@ -254,6 +346,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbbf24cc; } +.ring-offset-amber-400\\/85 { + --tw-ring-offset-color: #fbbf24d9; +} + .ring-offset-amber-400\\/90 { --tw-ring-offset-color: #fbbf24e6; } @@ -278,6 +374,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fffbeb; } +.ring-offset-amber-50\\/15 { + --tw-ring-offset-color: #fffbeb26; +} + .ring-offset-amber-50\\/20 { --tw-ring-offset-color: #fffbeb33; } @@ -290,10 +390,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fffbeb4d; } +.ring-offset-amber-50\\/35 { + --tw-ring-offset-color: #fffbeb59; +} + .ring-offset-amber-50\\/40 { --tw-ring-offset-color: #fffbeb66; } +.ring-offset-amber-50\\/45 { + --tw-ring-offset-color: #fffbeb73; +} + .ring-offset-amber-50\\/5 { --tw-ring-offset-color: #fffbeb0d; } @@ -302,10 +410,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fffbeb80; } +.ring-offset-amber-50\\/55 { + --tw-ring-offset-color: #fffbeb8c; +} + .ring-offset-amber-50\\/60 { --tw-ring-offset-color: #fffbeb99; } +.ring-offset-amber-50\\/65 { + --tw-ring-offset-color: #fffbeba6; +} + .ring-offset-amber-50\\/70 { --tw-ring-offset-color: #fffbebb3; } @@ -318,6 +434,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fffbebcc; } +.ring-offset-amber-50\\/85 { + --tw-ring-offset-color: #fffbebd9; +} + .ring-offset-amber-50\\/90 { --tw-ring-offset-color: #fffbebe6; } @@ -342,6 +462,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f59e0b; } +.ring-offset-amber-500\\/15 { + --tw-ring-offset-color: #f59e0b26; +} + .ring-offset-amber-500\\/20 { --tw-ring-offset-color: #f59e0b33; } @@ -354,10 +478,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f59e0b4d; } +.ring-offset-amber-500\\/35 { + --tw-ring-offset-color: #f59e0b59; +} + .ring-offset-amber-500\\/40 { --tw-ring-offset-color: #f59e0b66; } +.ring-offset-amber-500\\/45 { + --tw-ring-offset-color: #f59e0b73; +} + .ring-offset-amber-500\\/5 { --tw-ring-offset-color: #f59e0b0d; } @@ -366,10 +498,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f59e0b80; } +.ring-offset-amber-500\\/55 { + --tw-ring-offset-color: #f59e0b8c; +} + .ring-offset-amber-500\\/60 { --tw-ring-offset-color: #f59e0b99; } +.ring-offset-amber-500\\/65 { + --tw-ring-offset-color: #f59e0ba6; +} + .ring-offset-amber-500\\/70 { --tw-ring-offset-color: #f59e0bb3; } @@ -382,6 +522,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f59e0bcc; } +.ring-offset-amber-500\\/85 { + --tw-ring-offset-color: #f59e0bd9; +} + .ring-offset-amber-500\\/90 { --tw-ring-offset-color: #f59e0be6; } @@ -406,6 +550,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d97706; } +.ring-offset-amber-600\\/15 { + --tw-ring-offset-color: #d9770626; +} + .ring-offset-amber-600\\/20 { --tw-ring-offset-color: #d9770633; } @@ -418,10 +566,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d977064d; } +.ring-offset-amber-600\\/35 { + --tw-ring-offset-color: #d9770659; +} + .ring-offset-amber-600\\/40 { --tw-ring-offset-color: #d9770666; } +.ring-offset-amber-600\\/45 { + --tw-ring-offset-color: #d9770673; +} + .ring-offset-amber-600\\/5 { --tw-ring-offset-color: #d977060d; } @@ -430,10 +586,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d9770680; } +.ring-offset-amber-600\\/55 { + --tw-ring-offset-color: #d977068c; +} + .ring-offset-amber-600\\/60 { --tw-ring-offset-color: #d9770699; } +.ring-offset-amber-600\\/65 { + --tw-ring-offset-color: #d97706a6; +} + .ring-offset-amber-600\\/70 { --tw-ring-offset-color: #d97706b3; } @@ -446,6 +610,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d97706cc; } +.ring-offset-amber-600\\/85 { + --tw-ring-offset-color: #d97706d9; +} + .ring-offset-amber-600\\/90 { --tw-ring-offset-color: #d97706e6; } @@ -470,6 +638,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b45309; } +.ring-offset-amber-700\\/15 { + --tw-ring-offset-color: #b4530926; +} + .ring-offset-amber-700\\/20 { --tw-ring-offset-color: #b4530933; } @@ -482,10 +654,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b453094d; } +.ring-offset-amber-700\\/35 { + --tw-ring-offset-color: #b4530959; +} + .ring-offset-amber-700\\/40 { --tw-ring-offset-color: #b4530966; } +.ring-offset-amber-700\\/45 { + --tw-ring-offset-color: #b4530973; +} + .ring-offset-amber-700\\/5 { --tw-ring-offset-color: #b453090d; } @@ -494,10 +674,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b4530980; } +.ring-offset-amber-700\\/55 { + --tw-ring-offset-color: #b453098c; +} + .ring-offset-amber-700\\/60 { --tw-ring-offset-color: #b4530999; } +.ring-offset-amber-700\\/65 { + --tw-ring-offset-color: #b45309a6; +} + .ring-offset-amber-700\\/70 { --tw-ring-offset-color: #b45309b3; } @@ -510,6 +698,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b45309cc; } +.ring-offset-amber-700\\/85 { + --tw-ring-offset-color: #b45309d9; +} + .ring-offset-amber-700\\/90 { --tw-ring-offset-color: #b45309e6; } @@ -534,6 +726,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #92400e; } +.ring-offset-amber-800\\/15 { + --tw-ring-offset-color: #92400e26; +} + .ring-offset-amber-800\\/20 { --tw-ring-offset-color: #92400e33; } @@ -546,10 +742,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #92400e4d; } +.ring-offset-amber-800\\/35 { + --tw-ring-offset-color: #92400e59; +} + .ring-offset-amber-800\\/40 { --tw-ring-offset-color: #92400e66; } +.ring-offset-amber-800\\/45 { + --tw-ring-offset-color: #92400e73; +} + .ring-offset-amber-800\\/5 { --tw-ring-offset-color: #92400e0d; } @@ -558,10 +762,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #92400e80; } +.ring-offset-amber-800\\/55 { + --tw-ring-offset-color: #92400e8c; +} + .ring-offset-amber-800\\/60 { --tw-ring-offset-color: #92400e99; } +.ring-offset-amber-800\\/65 { + --tw-ring-offset-color: #92400ea6; +} + .ring-offset-amber-800\\/70 { --tw-ring-offset-color: #92400eb3; } @@ -574,6 +786,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #92400ecc; } +.ring-offset-amber-800\\/85 { + --tw-ring-offset-color: #92400ed9; +} + .ring-offset-amber-800\\/90 { --tw-ring-offset-color: #92400ee6; } @@ -598,6 +814,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78350f; } +.ring-offset-amber-900\\/15 { + --tw-ring-offset-color: #78350f26; +} + .ring-offset-amber-900\\/20 { --tw-ring-offset-color: #78350f33; } @@ -610,10 +830,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78350f4d; } +.ring-offset-amber-900\\/35 { + --tw-ring-offset-color: #78350f59; +} + .ring-offset-amber-900\\/40 { --tw-ring-offset-color: #78350f66; } +.ring-offset-amber-900\\/45 { + --tw-ring-offset-color: #78350f73; +} + .ring-offset-amber-900\\/5 { --tw-ring-offset-color: #78350f0d; } @@ -622,10 +850,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78350f80; } +.ring-offset-amber-900\\/55 { + --tw-ring-offset-color: #78350f8c; +} + .ring-offset-amber-900\\/60 { --tw-ring-offset-color: #78350f99; } +.ring-offset-amber-900\\/65 { + --tw-ring-offset-color: #78350fa6; +} + .ring-offset-amber-900\\/70 { --tw-ring-offset-color: #78350fb3; } @@ -638,6 +874,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78350fcc; } +.ring-offset-amber-900\\/85 { + --tw-ring-offset-color: #78350fd9; +} + .ring-offset-amber-900\\/90 { --tw-ring-offset-color: #78350fe6; } @@ -662,6 +902,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #451a03; } +.ring-offset-amber-950\\/15 { + --tw-ring-offset-color: #451a0326; +} + .ring-offset-amber-950\\/20 { --tw-ring-offset-color: #451a0333; } @@ -674,10 +918,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #451a034d; } +.ring-offset-amber-950\\/35 { + --tw-ring-offset-color: #451a0359; +} + .ring-offset-amber-950\\/40 { --tw-ring-offset-color: #451a0366; } +.ring-offset-amber-950\\/45 { + --tw-ring-offset-color: #451a0373; +} + .ring-offset-amber-950\\/5 { --tw-ring-offset-color: #451a030d; } @@ -686,10 +938,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #451a0380; } +.ring-offset-amber-950\\/55 { + --tw-ring-offset-color: #451a038c; +} + .ring-offset-amber-950\\/60 { --tw-ring-offset-color: #451a0399; } +.ring-offset-amber-950\\/65 { + --tw-ring-offset-color: #451a03a6; +} + .ring-offset-amber-950\\/70 { --tw-ring-offset-color: #451a03b3; } @@ -702,6 +962,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #451a03cc; } +.ring-offset-amber-950\\/85 { + --tw-ring-offset-color: #451a03d9; +} + .ring-offset-amber-950\\/90 { --tw-ring-offset-color: #451a03e6; } @@ -726,6 +990,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #000; } +.ring-offset-black\\/15 { + --tw-ring-offset-color: #00000026; +} + .ring-offset-black\\/20 { --tw-ring-offset-color: #0003; } @@ -738,10 +1006,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0000004d; } +.ring-offset-black\\/35 { + --tw-ring-offset-color: #00000059; +} + .ring-offset-black\\/40 { --tw-ring-offset-color: #0006; } +.ring-offset-black\\/45 { + --tw-ring-offset-color: #00000073; +} + .ring-offset-black\\/5 { --tw-ring-offset-color: #0000000d; } @@ -750,10 +1026,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #00000080; } +.ring-offset-black\\/55 { + --tw-ring-offset-color: #0000008c; +} + .ring-offset-black\\/60 { --tw-ring-offset-color: #0009; } +.ring-offset-black\\/65 { + --tw-ring-offset-color: #000000a6; +} + .ring-offset-black\\/70 { --tw-ring-offset-color: #000000b3; } @@ -766,6 +1050,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #000c; } +.ring-offset-black\\/85 { + --tw-ring-offset-color: #000000d9; +} + .ring-offset-black\\/90 { --tw-ring-offset-color: #000000e6; } @@ -790,6 +1078,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dbeafe; } +.ring-offset-blue-100\\/15 { + --tw-ring-offset-color: #dbeafe26; +} + .ring-offset-blue-100\\/20 { --tw-ring-offset-color: #dbeafe33; } @@ -802,10 +1094,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dbeafe4d; } +.ring-offset-blue-100\\/35 { + --tw-ring-offset-color: #dbeafe59; +} + .ring-offset-blue-100\\/40 { --tw-ring-offset-color: #dbeafe66; } +.ring-offset-blue-100\\/45 { + --tw-ring-offset-color: #dbeafe73; +} + .ring-offset-blue-100\\/5 { --tw-ring-offset-color: #dbeafe0d; } @@ -814,10 +1114,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dbeafe80; } +.ring-offset-blue-100\\/55 { + --tw-ring-offset-color: #dbeafe8c; +} + .ring-offset-blue-100\\/60 { --tw-ring-offset-color: #dbeafe99; } +.ring-offset-blue-100\\/65 { + --tw-ring-offset-color: #dbeafea6; +} + .ring-offset-blue-100\\/70 { --tw-ring-offset-color: #dbeafeb3; } @@ -830,6 +1138,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dbeafecc; } +.ring-offset-blue-100\\/85 { + --tw-ring-offset-color: #dbeafed9; +} + .ring-offset-blue-100\\/90 { --tw-ring-offset-color: #dbeafee6; } @@ -854,6 +1166,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bfdbfe; } +.ring-offset-blue-200\\/15 { + --tw-ring-offset-color: #bfdbfe26; +} + .ring-offset-blue-200\\/20 { --tw-ring-offset-color: #bfdbfe33; } @@ -866,10 +1182,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bfdbfe4d; } +.ring-offset-blue-200\\/35 { + --tw-ring-offset-color: #bfdbfe59; +} + .ring-offset-blue-200\\/40 { --tw-ring-offset-color: #bfdbfe66; } +.ring-offset-blue-200\\/45 { + --tw-ring-offset-color: #bfdbfe73; +} + .ring-offset-blue-200\\/5 { --tw-ring-offset-color: #bfdbfe0d; } @@ -878,10 +1202,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bfdbfe80; } +.ring-offset-blue-200\\/55 { + --tw-ring-offset-color: #bfdbfe8c; +} + .ring-offset-blue-200\\/60 { --tw-ring-offset-color: #bfdbfe99; } +.ring-offset-blue-200\\/65 { + --tw-ring-offset-color: #bfdbfea6; +} + .ring-offset-blue-200\\/70 { --tw-ring-offset-color: #bfdbfeb3; } @@ -894,6 +1226,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bfdbfecc; } +.ring-offset-blue-200\\/85 { + --tw-ring-offset-color: #bfdbfed9; +} + .ring-offset-blue-200\\/90 { --tw-ring-offset-color: #bfdbfee6; } @@ -918,6 +1254,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #93c5fd; } +.ring-offset-blue-300\\/15 { + --tw-ring-offset-color: #93c5fd26; +} + .ring-offset-blue-300\\/20 { --tw-ring-offset-color: #93c5fd33; } @@ -930,10 +1270,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #93c5fd4d; } +.ring-offset-blue-300\\/35 { + --tw-ring-offset-color: #93c5fd59; +} + .ring-offset-blue-300\\/40 { --tw-ring-offset-color: #93c5fd66; } +.ring-offset-blue-300\\/45 { + --tw-ring-offset-color: #93c5fd73; +} + .ring-offset-blue-300\\/5 { --tw-ring-offset-color: #93c5fd0d; } @@ -942,10 +1290,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #93c5fd80; } +.ring-offset-blue-300\\/55 { + --tw-ring-offset-color: #93c5fd8c; +} + .ring-offset-blue-300\\/60 { --tw-ring-offset-color: #93c5fd99; } +.ring-offset-blue-300\\/65 { + --tw-ring-offset-color: #93c5fda6; +} + .ring-offset-blue-300\\/70 { --tw-ring-offset-color: #93c5fdb3; } @@ -958,6 +1314,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #93c5fdcc; } +.ring-offset-blue-300\\/85 { + --tw-ring-offset-color: #93c5fdd9; +} + .ring-offset-blue-300\\/90 { --tw-ring-offset-color: #93c5fde6; } @@ -982,6 +1342,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #60a5fa; } +.ring-offset-blue-400\\/15 { + --tw-ring-offset-color: #60a5fa26; +} + .ring-offset-blue-400\\/20 { --tw-ring-offset-color: #60a5fa33; } @@ -994,10 +1358,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #60a5fa4d; } +.ring-offset-blue-400\\/35 { + --tw-ring-offset-color: #60a5fa59; +} + .ring-offset-blue-400\\/40 { --tw-ring-offset-color: #60a5fa66; } +.ring-offset-blue-400\\/45 { + --tw-ring-offset-color: #60a5fa73; +} + .ring-offset-blue-400\\/5 { --tw-ring-offset-color: #60a5fa0d; } @@ -1006,10 +1378,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #60a5fa80; } +.ring-offset-blue-400\\/55 { + --tw-ring-offset-color: #60a5fa8c; +} + .ring-offset-blue-400\\/60 { --tw-ring-offset-color: #60a5fa99; } +.ring-offset-blue-400\\/65 { + --tw-ring-offset-color: #60a5faa6; +} + .ring-offset-blue-400\\/70 { --tw-ring-offset-color: #60a5fab3; } @@ -1022,6 +1402,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #60a5facc; } +.ring-offset-blue-400\\/85 { + --tw-ring-offset-color: #60a5fad9; +} + .ring-offset-blue-400\\/90 { --tw-ring-offset-color: #60a5fae6; } @@ -1046,6 +1430,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eff6ff; } +.ring-offset-blue-50\\/15 { + --tw-ring-offset-color: #eff6ff26; +} + .ring-offset-blue-50\\/20 { --tw-ring-offset-color: #eff6ff33; } @@ -1058,10 +1446,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eff6ff4d; } +.ring-offset-blue-50\\/35 { + --tw-ring-offset-color: #eff6ff59; +} + .ring-offset-blue-50\\/40 { --tw-ring-offset-color: #eff6ff66; } +.ring-offset-blue-50\\/45 { + --tw-ring-offset-color: #eff6ff73; +} + .ring-offset-blue-50\\/5 { --tw-ring-offset-color: #eff6ff0d; } @@ -1070,10 +1466,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eff6ff80; } +.ring-offset-blue-50\\/55 { + --tw-ring-offset-color: #eff6ff8c; +} + .ring-offset-blue-50\\/60 { --tw-ring-offset-color: #eff6ff99; } +.ring-offset-blue-50\\/65 { + --tw-ring-offset-color: #eff6ffa6; +} + .ring-offset-blue-50\\/70 { --tw-ring-offset-color: #eff6ffb3; } @@ -1086,6 +1490,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eff6ffcc; } +.ring-offset-blue-50\\/85 { + --tw-ring-offset-color: #eff6ffd9; +} + .ring-offset-blue-50\\/90 { --tw-ring-offset-color: #eff6ffe6; } @@ -1110,6 +1518,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b82f6; } +.ring-offset-blue-500\\/15 { + --tw-ring-offset-color: #3b82f626; +} + .ring-offset-blue-500\\/20 { --tw-ring-offset-color: #3b82f633; } @@ -1122,10 +1534,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b82f64d; } +.ring-offset-blue-500\\/35 { + --tw-ring-offset-color: #3b82f659; +} + .ring-offset-blue-500\\/40 { --tw-ring-offset-color: #3b82f666; } +.ring-offset-blue-500\\/45 { + --tw-ring-offset-color: #3b82f673; +} + .ring-offset-blue-500\\/5 { --tw-ring-offset-color: #3b82f60d; } @@ -1134,10 +1554,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b82f680; } +.ring-offset-blue-500\\/55 { + --tw-ring-offset-color: #3b82f68c; +} + .ring-offset-blue-500\\/60 { --tw-ring-offset-color: #3b82f699; } +.ring-offset-blue-500\\/65 { + --tw-ring-offset-color: #3b82f6a6; +} + .ring-offset-blue-500\\/70 { --tw-ring-offset-color: #3b82f6b3; } @@ -1150,6 +1578,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b82f6cc; } +.ring-offset-blue-500\\/85 { + --tw-ring-offset-color: #3b82f6d9; +} + .ring-offset-blue-500\\/90 { --tw-ring-offset-color: #3b82f6e6; } @@ -1174,6 +1606,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2563eb; } +.ring-offset-blue-600\\/15 { + --tw-ring-offset-color: #2563eb26; +} + .ring-offset-blue-600\\/20 { --tw-ring-offset-color: #2563eb33; } @@ -1186,10 +1622,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2563eb4d; } +.ring-offset-blue-600\\/35 { + --tw-ring-offset-color: #2563eb59; +} + .ring-offset-blue-600\\/40 { --tw-ring-offset-color: #2563eb66; } +.ring-offset-blue-600\\/45 { + --tw-ring-offset-color: #2563eb73; +} + .ring-offset-blue-600\\/5 { --tw-ring-offset-color: #2563eb0d; } @@ -1198,10 +1642,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2563eb80; } +.ring-offset-blue-600\\/55 { + --tw-ring-offset-color: #2563eb8c; +} + .ring-offset-blue-600\\/60 { --tw-ring-offset-color: #2563eb99; } +.ring-offset-blue-600\\/65 { + --tw-ring-offset-color: #2563eba6; +} + .ring-offset-blue-600\\/70 { --tw-ring-offset-color: #2563ebb3; } @@ -1214,6 +1666,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2563ebcc; } +.ring-offset-blue-600\\/85 { + --tw-ring-offset-color: #2563ebd9; +} + .ring-offset-blue-600\\/90 { --tw-ring-offset-color: #2563ebe6; } @@ -1238,6 +1694,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1d4ed8; } +.ring-offset-blue-700\\/15 { + --tw-ring-offset-color: #1d4ed826; +} + .ring-offset-blue-700\\/20 { --tw-ring-offset-color: #1d4ed833; } @@ -1250,10 +1710,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1d4ed84d; } +.ring-offset-blue-700\\/35 { + --tw-ring-offset-color: #1d4ed859; +} + .ring-offset-blue-700\\/40 { --tw-ring-offset-color: #1d4ed866; } +.ring-offset-blue-700\\/45 { + --tw-ring-offset-color: #1d4ed873; +} + .ring-offset-blue-700\\/5 { --tw-ring-offset-color: #1d4ed80d; } @@ -1262,10 +1730,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1d4ed880; } +.ring-offset-blue-700\\/55 { + --tw-ring-offset-color: #1d4ed88c; +} + .ring-offset-blue-700\\/60 { --tw-ring-offset-color: #1d4ed899; } +.ring-offset-blue-700\\/65 { + --tw-ring-offset-color: #1d4ed8a6; +} + .ring-offset-blue-700\\/70 { --tw-ring-offset-color: #1d4ed8b3; } @@ -1278,6 +1754,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1d4ed8cc; } +.ring-offset-blue-700\\/85 { + --tw-ring-offset-color: #1d4ed8d9; +} + .ring-offset-blue-700\\/90 { --tw-ring-offset-color: #1d4ed8e6; } @@ -1302,6 +1782,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e40af; } +.ring-offset-blue-800\\/15 { + --tw-ring-offset-color: #1e40af26; +} + .ring-offset-blue-800\\/20 { --tw-ring-offset-color: #1e40af33; } @@ -1314,10 +1798,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e40af4d; } +.ring-offset-blue-800\\/35 { + --tw-ring-offset-color: #1e40af59; +} + .ring-offset-blue-800\\/40 { --tw-ring-offset-color: #1e40af66; } +.ring-offset-blue-800\\/45 { + --tw-ring-offset-color: #1e40af73; +} + .ring-offset-blue-800\\/5 { --tw-ring-offset-color: #1e40af0d; } @@ -1326,10 +1818,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e40af80; } +.ring-offset-blue-800\\/55 { + --tw-ring-offset-color: #1e40af8c; +} + .ring-offset-blue-800\\/60 { --tw-ring-offset-color: #1e40af99; } +.ring-offset-blue-800\\/65 { + --tw-ring-offset-color: #1e40afa6; +} + .ring-offset-blue-800\\/70 { --tw-ring-offset-color: #1e40afb3; } @@ -1342,6 +1842,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e40afcc; } +.ring-offset-blue-800\\/85 { + --tw-ring-offset-color: #1e40afd9; +} + .ring-offset-blue-800\\/90 { --tw-ring-offset-color: #1e40afe6; } @@ -1366,6 +1870,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e3a8a; } +.ring-offset-blue-900\\/15 { + --tw-ring-offset-color: #1e3a8a26; +} + .ring-offset-blue-900\\/20 { --tw-ring-offset-color: #1e3a8a33; } @@ -1378,10 +1886,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e3a8a4d; } +.ring-offset-blue-900\\/35 { + --tw-ring-offset-color: #1e3a8a59; +} + .ring-offset-blue-900\\/40 { --tw-ring-offset-color: #1e3a8a66; } +.ring-offset-blue-900\\/45 { + --tw-ring-offset-color: #1e3a8a73; +} + .ring-offset-blue-900\\/5 { --tw-ring-offset-color: #1e3a8a0d; } @@ -1390,10 +1906,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e3a8a80; } +.ring-offset-blue-900\\/55 { + --tw-ring-offset-color: #1e3a8a8c; +} + .ring-offset-blue-900\\/60 { --tw-ring-offset-color: #1e3a8a99; } +.ring-offset-blue-900\\/65 { + --tw-ring-offset-color: #1e3a8aa6; +} + .ring-offset-blue-900\\/70 { --tw-ring-offset-color: #1e3a8ab3; } @@ -1406,6 +1930,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e3a8acc; } +.ring-offset-blue-900\\/85 { + --tw-ring-offset-color: #1e3a8ad9; +} + .ring-offset-blue-900\\/90 { --tw-ring-offset-color: #1e3a8ae6; } @@ -1430,6 +1958,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #172554; } +.ring-offset-blue-950\\/15 { + --tw-ring-offset-color: #17255426; +} + .ring-offset-blue-950\\/20 { --tw-ring-offset-color: #17255433; } @@ -1442,10 +1974,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1725544d; } +.ring-offset-blue-950\\/35 { + --tw-ring-offset-color: #17255459; +} + .ring-offset-blue-950\\/40 { --tw-ring-offset-color: #17255466; } +.ring-offset-blue-950\\/45 { + --tw-ring-offset-color: #17255473; +} + .ring-offset-blue-950\\/5 { --tw-ring-offset-color: #1725540d; } @@ -1454,10 +1994,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #17255480; } +.ring-offset-blue-950\\/55 { + --tw-ring-offset-color: #1725548c; +} + .ring-offset-blue-950\\/60 { --tw-ring-offset-color: #17255499; } +.ring-offset-blue-950\\/65 { + --tw-ring-offset-color: #172554a6; +} + .ring-offset-blue-950\\/70 { --tw-ring-offset-color: #172554b3; } @@ -1470,6 +2018,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #172554cc; } +.ring-offset-blue-950\\/85 { + --tw-ring-offset-color: #172554d9; +} + .ring-offset-blue-950\\/90 { --tw-ring-offset-color: #172554e6; } @@ -1498,6 +2050,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cffafe; } +.ring-offset-cyan-100\\/15 { + --tw-ring-offset-color: #cffafe26; +} + .ring-offset-cyan-100\\/20 { --tw-ring-offset-color: #cffafe33; } @@ -1510,10 +2066,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cffafe4d; } +.ring-offset-cyan-100\\/35 { + --tw-ring-offset-color: #cffafe59; +} + .ring-offset-cyan-100\\/40 { --tw-ring-offset-color: #cffafe66; } +.ring-offset-cyan-100\\/45 { + --tw-ring-offset-color: #cffafe73; +} + .ring-offset-cyan-100\\/5 { --tw-ring-offset-color: #cffafe0d; } @@ -1522,10 +2086,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cffafe80; } +.ring-offset-cyan-100\\/55 { + --tw-ring-offset-color: #cffafe8c; +} + .ring-offset-cyan-100\\/60 { --tw-ring-offset-color: #cffafe99; } +.ring-offset-cyan-100\\/65 { + --tw-ring-offset-color: #cffafea6; +} + .ring-offset-cyan-100\\/70 { --tw-ring-offset-color: #cffafeb3; } @@ -1538,6 +2110,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cffafecc; } +.ring-offset-cyan-100\\/85 { + --tw-ring-offset-color: #cffafed9; +} + .ring-offset-cyan-100\\/90 { --tw-ring-offset-color: #cffafee6; } @@ -1562,6 +2138,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5f3fc; } +.ring-offset-cyan-200\\/15 { + --tw-ring-offset-color: #a5f3fc26; +} + .ring-offset-cyan-200\\/20 { --tw-ring-offset-color: #a5f3fc33; } @@ -1574,10 +2154,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5f3fc4d; } +.ring-offset-cyan-200\\/35 { + --tw-ring-offset-color: #a5f3fc59; +} + .ring-offset-cyan-200\\/40 { --tw-ring-offset-color: #a5f3fc66; } +.ring-offset-cyan-200\\/45 { + --tw-ring-offset-color: #a5f3fc73; +} + .ring-offset-cyan-200\\/5 { --tw-ring-offset-color: #a5f3fc0d; } @@ -1586,10 +2174,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5f3fc80; } +.ring-offset-cyan-200\\/55 { + --tw-ring-offset-color: #a5f3fc8c; +} + .ring-offset-cyan-200\\/60 { --tw-ring-offset-color: #a5f3fc99; } +.ring-offset-cyan-200\\/65 { + --tw-ring-offset-color: #a5f3fca6; +} + .ring-offset-cyan-200\\/70 { --tw-ring-offset-color: #a5f3fcb3; } @@ -1602,6 +2198,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5f3fccc; } +.ring-offset-cyan-200\\/85 { + --tw-ring-offset-color: #a5f3fcd9; +} + .ring-offset-cyan-200\\/90 { --tw-ring-offset-color: #a5f3fce6; } @@ -1626,6 +2226,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #67e8f9; } +.ring-offset-cyan-300\\/15 { + --tw-ring-offset-color: #67e8f926; +} + .ring-offset-cyan-300\\/20 { --tw-ring-offset-color: #67e8f933; } @@ -1638,10 +2242,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #67e8f94d; } +.ring-offset-cyan-300\\/35 { + --tw-ring-offset-color: #67e8f959; +} + .ring-offset-cyan-300\\/40 { --tw-ring-offset-color: #67e8f966; } +.ring-offset-cyan-300\\/45 { + --tw-ring-offset-color: #67e8f973; +} + .ring-offset-cyan-300\\/5 { --tw-ring-offset-color: #67e8f90d; } @@ -1650,10 +2262,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #67e8f980; } +.ring-offset-cyan-300\\/55 { + --tw-ring-offset-color: #67e8f98c; +} + .ring-offset-cyan-300\\/60 { --tw-ring-offset-color: #67e8f999; } +.ring-offset-cyan-300\\/65 { + --tw-ring-offset-color: #67e8f9a6; +} + .ring-offset-cyan-300\\/70 { --tw-ring-offset-color: #67e8f9b3; } @@ -1666,6 +2286,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #67e8f9cc; } +.ring-offset-cyan-300\\/85 { + --tw-ring-offset-color: #67e8f9d9; +} + .ring-offset-cyan-300\\/90 { --tw-ring-offset-color: #67e8f9e6; } @@ -1690,6 +2314,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22d3ee; } +.ring-offset-cyan-400\\/15 { + --tw-ring-offset-color: #22d3ee26; +} + .ring-offset-cyan-400\\/20 { --tw-ring-offset-color: #22d3ee33; } @@ -1702,10 +2330,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22d3ee4d; } +.ring-offset-cyan-400\\/35 { + --tw-ring-offset-color: #22d3ee59; +} + .ring-offset-cyan-400\\/40 { --tw-ring-offset-color: #22d3ee66; } +.ring-offset-cyan-400\\/45 { + --tw-ring-offset-color: #22d3ee73; +} + .ring-offset-cyan-400\\/5 { --tw-ring-offset-color: #22d3ee0d; } @@ -1714,10 +2350,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22d3ee80; } +.ring-offset-cyan-400\\/55 { + --tw-ring-offset-color: #22d3ee8c; +} + .ring-offset-cyan-400\\/60 { --tw-ring-offset-color: #22d3ee99; } +.ring-offset-cyan-400\\/65 { + --tw-ring-offset-color: #22d3eea6; +} + .ring-offset-cyan-400\\/70 { --tw-ring-offset-color: #22d3eeb3; } @@ -1730,6 +2374,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22d3eecc; } +.ring-offset-cyan-400\\/85 { + --tw-ring-offset-color: #22d3eed9; +} + .ring-offset-cyan-400\\/90 { --tw-ring-offset-color: #22d3eee6; } @@ -1754,6 +2402,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfeff; } +.ring-offset-cyan-50\\/15 { + --tw-ring-offset-color: #ecfeff26; +} + .ring-offset-cyan-50\\/20 { --tw-ring-offset-color: #ecfeff33; } @@ -1766,10 +2418,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfeff4d; } +.ring-offset-cyan-50\\/35 { + --tw-ring-offset-color: #ecfeff59; +} + .ring-offset-cyan-50\\/40 { --tw-ring-offset-color: #ecfeff66; } +.ring-offset-cyan-50\\/45 { + --tw-ring-offset-color: #ecfeff73; +} + .ring-offset-cyan-50\\/5 { --tw-ring-offset-color: #ecfeff0d; } @@ -1778,10 +2438,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfeff80; } +.ring-offset-cyan-50\\/55 { + --tw-ring-offset-color: #ecfeff8c; +} + .ring-offset-cyan-50\\/60 { --tw-ring-offset-color: #ecfeff99; } +.ring-offset-cyan-50\\/65 { + --tw-ring-offset-color: #ecfeffa6; +} + .ring-offset-cyan-50\\/70 { --tw-ring-offset-color: #ecfeffb3; } @@ -1794,6 +2462,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfeffcc; } +.ring-offset-cyan-50\\/85 { + --tw-ring-offset-color: #ecfeffd9; +} + .ring-offset-cyan-50\\/90 { --tw-ring-offset-color: #ecfeffe6; } @@ -1818,6 +2490,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #06b6d4; } +.ring-offset-cyan-500\\/15 { + --tw-ring-offset-color: #06b6d426; +} + .ring-offset-cyan-500\\/20 { --tw-ring-offset-color: #06b6d433; } @@ -1830,10 +2506,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #06b6d44d; } +.ring-offset-cyan-500\\/35 { + --tw-ring-offset-color: #06b6d459; +} + .ring-offset-cyan-500\\/40 { --tw-ring-offset-color: #06b6d466; } +.ring-offset-cyan-500\\/45 { + --tw-ring-offset-color: #06b6d473; +} + .ring-offset-cyan-500\\/5 { --tw-ring-offset-color: #06b6d40d; } @@ -1842,10 +2526,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #06b6d480; } +.ring-offset-cyan-500\\/55 { + --tw-ring-offset-color: #06b6d48c; +} + .ring-offset-cyan-500\\/60 { --tw-ring-offset-color: #06b6d499; } +.ring-offset-cyan-500\\/65 { + --tw-ring-offset-color: #06b6d4a6; +} + .ring-offset-cyan-500\\/70 { --tw-ring-offset-color: #06b6d4b3; } @@ -1858,6 +2550,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #06b6d4cc; } +.ring-offset-cyan-500\\/85 { + --tw-ring-offset-color: #06b6d4d9; +} + .ring-offset-cyan-500\\/90 { --tw-ring-offset-color: #06b6d4e6; } @@ -1882,6 +2578,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0891b2; } +.ring-offset-cyan-600\\/15 { + --tw-ring-offset-color: #0891b226; +} + .ring-offset-cyan-600\\/20 { --tw-ring-offset-color: #0891b233; } @@ -1894,10 +2594,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0891b24d; } +.ring-offset-cyan-600\\/35 { + --tw-ring-offset-color: #0891b259; +} + .ring-offset-cyan-600\\/40 { --tw-ring-offset-color: #0891b266; } +.ring-offset-cyan-600\\/45 { + --tw-ring-offset-color: #0891b273; +} + .ring-offset-cyan-600\\/5 { --tw-ring-offset-color: #0891b20d; } @@ -1906,10 +2614,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0891b280; } +.ring-offset-cyan-600\\/55 { + --tw-ring-offset-color: #0891b28c; +} + .ring-offset-cyan-600\\/60 { --tw-ring-offset-color: #0891b299; } +.ring-offset-cyan-600\\/65 { + --tw-ring-offset-color: #0891b2a6; +} + .ring-offset-cyan-600\\/70 { --tw-ring-offset-color: #0891b2b3; } @@ -1922,6 +2638,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0891b2cc; } +.ring-offset-cyan-600\\/85 { + --tw-ring-offset-color: #0891b2d9; +} + .ring-offset-cyan-600\\/90 { --tw-ring-offset-color: #0891b2e6; } @@ -1946,6 +2666,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0e7490; } +.ring-offset-cyan-700\\/15 { + --tw-ring-offset-color: #0e749026; +} + .ring-offset-cyan-700\\/20 { --tw-ring-offset-color: #0e749033; } @@ -1958,10 +2682,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0e74904d; } +.ring-offset-cyan-700\\/35 { + --tw-ring-offset-color: #0e749059; +} + .ring-offset-cyan-700\\/40 { --tw-ring-offset-color: #0e749066; } +.ring-offset-cyan-700\\/45 { + --tw-ring-offset-color: #0e749073; +} + .ring-offset-cyan-700\\/5 { --tw-ring-offset-color: #0e74900d; } @@ -1970,10 +2702,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0e749080; } +.ring-offset-cyan-700\\/55 { + --tw-ring-offset-color: #0e74908c; +} + .ring-offset-cyan-700\\/60 { --tw-ring-offset-color: #0e749099; } +.ring-offset-cyan-700\\/65 { + --tw-ring-offset-color: #0e7490a6; +} + .ring-offset-cyan-700\\/70 { --tw-ring-offset-color: #0e7490b3; } @@ -1986,6 +2726,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0e7490cc; } +.ring-offset-cyan-700\\/85 { + --tw-ring-offset-color: #0e7490d9; +} + .ring-offset-cyan-700\\/90 { --tw-ring-offset-color: #0e7490e6; } @@ -2010,6 +2754,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #155e75; } +.ring-offset-cyan-800\\/15 { + --tw-ring-offset-color: #155e7526; +} + .ring-offset-cyan-800\\/20 { --tw-ring-offset-color: #155e7533; } @@ -2022,10 +2770,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #155e754d; } +.ring-offset-cyan-800\\/35 { + --tw-ring-offset-color: #155e7559; +} + .ring-offset-cyan-800\\/40 { --tw-ring-offset-color: #155e7566; } +.ring-offset-cyan-800\\/45 { + --tw-ring-offset-color: #155e7573; +} + .ring-offset-cyan-800\\/5 { --tw-ring-offset-color: #155e750d; } @@ -2034,10 +2790,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #155e7580; } +.ring-offset-cyan-800\\/55 { + --tw-ring-offset-color: #155e758c; +} + .ring-offset-cyan-800\\/60 { --tw-ring-offset-color: #155e7599; } +.ring-offset-cyan-800\\/65 { + --tw-ring-offset-color: #155e75a6; +} + .ring-offset-cyan-800\\/70 { --tw-ring-offset-color: #155e75b3; } @@ -2050,6 +2814,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #155e75cc; } +.ring-offset-cyan-800\\/85 { + --tw-ring-offset-color: #155e75d9; +} + .ring-offset-cyan-800\\/90 { --tw-ring-offset-color: #155e75e6; } @@ -2074,6 +2842,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #164e63; } +.ring-offset-cyan-900\\/15 { + --tw-ring-offset-color: #164e6326; +} + .ring-offset-cyan-900\\/20 { --tw-ring-offset-color: #164e6333; } @@ -2086,10 +2858,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #164e634d; } +.ring-offset-cyan-900\\/35 { + --tw-ring-offset-color: #164e6359; +} + .ring-offset-cyan-900\\/40 { --tw-ring-offset-color: #164e6366; } +.ring-offset-cyan-900\\/45 { + --tw-ring-offset-color: #164e6373; +} + .ring-offset-cyan-900\\/5 { --tw-ring-offset-color: #164e630d; } @@ -2098,10 +2878,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #164e6380; } +.ring-offset-cyan-900\\/55 { + --tw-ring-offset-color: #164e638c; +} + .ring-offset-cyan-900\\/60 { --tw-ring-offset-color: #164e6399; } +.ring-offset-cyan-900\\/65 { + --tw-ring-offset-color: #164e63a6; +} + .ring-offset-cyan-900\\/70 { --tw-ring-offset-color: #164e63b3; } @@ -2114,6 +2902,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #164e63cc; } +.ring-offset-cyan-900\\/85 { + --tw-ring-offset-color: #164e63d9; +} + .ring-offset-cyan-900\\/90 { --tw-ring-offset-color: #164e63e6; } @@ -2138,6 +2930,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #083344; } +.ring-offset-cyan-950\\/15 { + --tw-ring-offset-color: #08334426; +} + .ring-offset-cyan-950\\/20 { --tw-ring-offset-color: #08334433; } @@ -2150,10 +2946,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0833444d; } +.ring-offset-cyan-950\\/35 { + --tw-ring-offset-color: #08334459; +} + .ring-offset-cyan-950\\/40 { --tw-ring-offset-color: #08334466; } +.ring-offset-cyan-950\\/45 { + --tw-ring-offset-color: #08334473; +} + .ring-offset-cyan-950\\/5 { --tw-ring-offset-color: #0833440d; } @@ -2162,10 +2966,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #08334480; } +.ring-offset-cyan-950\\/55 { + --tw-ring-offset-color: #0833448c; +} + .ring-offset-cyan-950\\/60 { --tw-ring-offset-color: #08334499; } +.ring-offset-cyan-950\\/65 { + --tw-ring-offset-color: #083344a6; +} + .ring-offset-cyan-950\\/70 { --tw-ring-offset-color: #083344b3; } @@ -2178,6 +2990,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #083344cc; } +.ring-offset-cyan-950\\/85 { + --tw-ring-offset-color: #083344d9; +} + .ring-offset-cyan-950\\/90 { --tw-ring-offset-color: #083344e6; } @@ -2202,6 +3018,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1fae5; } +.ring-offset-emerald-100\\/15 { + --tw-ring-offset-color: #d1fae526; +} + .ring-offset-emerald-100\\/20 { --tw-ring-offset-color: #d1fae533; } @@ -2214,10 +3034,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1fae54d; } +.ring-offset-emerald-100\\/35 { + --tw-ring-offset-color: #d1fae559; +} + .ring-offset-emerald-100\\/40 { --tw-ring-offset-color: #d1fae566; } +.ring-offset-emerald-100\\/45 { + --tw-ring-offset-color: #d1fae573; +} + .ring-offset-emerald-100\\/5 { --tw-ring-offset-color: #d1fae50d; } @@ -2226,10 +3054,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1fae580; } +.ring-offset-emerald-100\\/55 { + --tw-ring-offset-color: #d1fae58c; +} + .ring-offset-emerald-100\\/60 { --tw-ring-offset-color: #d1fae599; } +.ring-offset-emerald-100\\/65 { + --tw-ring-offset-color: #d1fae5a6; +} + .ring-offset-emerald-100\\/70 { --tw-ring-offset-color: #d1fae5b3; } @@ -2242,6 +3078,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1fae5cc; } +.ring-offset-emerald-100\\/85 { + --tw-ring-offset-color: #d1fae5d9; +} + .ring-offset-emerald-100\\/90 { --tw-ring-offset-color: #d1fae5e6; } @@ -2266,6 +3106,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a7f3d0; } +.ring-offset-emerald-200\\/15 { + --tw-ring-offset-color: #a7f3d026; +} + .ring-offset-emerald-200\\/20 { --tw-ring-offset-color: #a7f3d033; } @@ -2278,10 +3122,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a7f3d04d; } +.ring-offset-emerald-200\\/35 { + --tw-ring-offset-color: #a7f3d059; +} + .ring-offset-emerald-200\\/40 { --tw-ring-offset-color: #a7f3d066; } +.ring-offset-emerald-200\\/45 { + --tw-ring-offset-color: #a7f3d073; +} + .ring-offset-emerald-200\\/5 { --tw-ring-offset-color: #a7f3d00d; } @@ -2290,10 +3142,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a7f3d080; } +.ring-offset-emerald-200\\/55 { + --tw-ring-offset-color: #a7f3d08c; +} + .ring-offset-emerald-200\\/60 { --tw-ring-offset-color: #a7f3d099; } +.ring-offset-emerald-200\\/65 { + --tw-ring-offset-color: #a7f3d0a6; +} + .ring-offset-emerald-200\\/70 { --tw-ring-offset-color: #a7f3d0b3; } @@ -2306,6 +3166,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a7f3d0cc; } +.ring-offset-emerald-200\\/85 { + --tw-ring-offset-color: #a7f3d0d9; +} + .ring-offset-emerald-200\\/90 { --tw-ring-offset-color: #a7f3d0e6; } @@ -2330,6 +3194,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6ee7b7; } +.ring-offset-emerald-300\\/15 { + --tw-ring-offset-color: #6ee7b726; +} + .ring-offset-emerald-300\\/20 { --tw-ring-offset-color: #6ee7b733; } @@ -2342,10 +3210,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6ee7b74d; } +.ring-offset-emerald-300\\/35 { + --tw-ring-offset-color: #6ee7b759; +} + .ring-offset-emerald-300\\/40 { --tw-ring-offset-color: #6ee7b766; } +.ring-offset-emerald-300\\/45 { + --tw-ring-offset-color: #6ee7b773; +} + .ring-offset-emerald-300\\/5 { --tw-ring-offset-color: #6ee7b70d; } @@ -2354,10 +3230,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6ee7b780; } +.ring-offset-emerald-300\\/55 { + --tw-ring-offset-color: #6ee7b78c; +} + .ring-offset-emerald-300\\/60 { --tw-ring-offset-color: #6ee7b799; } +.ring-offset-emerald-300\\/65 { + --tw-ring-offset-color: #6ee7b7a6; +} + .ring-offset-emerald-300\\/70 { --tw-ring-offset-color: #6ee7b7b3; } @@ -2370,6 +3254,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6ee7b7cc; } +.ring-offset-emerald-300\\/85 { + --tw-ring-offset-color: #6ee7b7d9; +} + .ring-offset-emerald-300\\/90 { --tw-ring-offset-color: #6ee7b7e6; } @@ -2394,6 +3282,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #34d399; } +.ring-offset-emerald-400\\/15 { + --tw-ring-offset-color: #34d39926; +} + .ring-offset-emerald-400\\/20 { --tw-ring-offset-color: #34d39933; } @@ -2406,10 +3298,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #34d3994d; } +.ring-offset-emerald-400\\/35 { + --tw-ring-offset-color: #34d39959; +} + .ring-offset-emerald-400\\/40 { --tw-ring-offset-color: #34d39966; } +.ring-offset-emerald-400\\/45 { + --tw-ring-offset-color: #34d39973; +} + .ring-offset-emerald-400\\/5 { --tw-ring-offset-color: #34d3990d; } @@ -2418,10 +3318,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #34d39980; } +.ring-offset-emerald-400\\/55 { + --tw-ring-offset-color: #34d3998c; +} + .ring-offset-emerald-400\\/60 { --tw-ring-offset-color: #34d39999; } +.ring-offset-emerald-400\\/65 { + --tw-ring-offset-color: #34d399a6; +} + .ring-offset-emerald-400\\/70 { --tw-ring-offset-color: #34d399b3; } @@ -2434,6 +3342,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #34d399cc; } +.ring-offset-emerald-400\\/85 { + --tw-ring-offset-color: #34d399d9; +} + .ring-offset-emerald-400\\/90 { --tw-ring-offset-color: #34d399e6; } @@ -2458,6 +3370,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfdf5; } +.ring-offset-emerald-50\\/15 { + --tw-ring-offset-color: #ecfdf526; +} + .ring-offset-emerald-50\\/20 { --tw-ring-offset-color: #ecfdf533; } @@ -2470,10 +3386,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfdf54d; } +.ring-offset-emerald-50\\/35 { + --tw-ring-offset-color: #ecfdf559; +} + .ring-offset-emerald-50\\/40 { --tw-ring-offset-color: #ecfdf566; } +.ring-offset-emerald-50\\/45 { + --tw-ring-offset-color: #ecfdf573; +} + .ring-offset-emerald-50\\/5 { --tw-ring-offset-color: #ecfdf50d; } @@ -2482,10 +3406,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfdf580; } +.ring-offset-emerald-50\\/55 { + --tw-ring-offset-color: #ecfdf58c; +} + .ring-offset-emerald-50\\/60 { --tw-ring-offset-color: #ecfdf599; } +.ring-offset-emerald-50\\/65 { + --tw-ring-offset-color: #ecfdf5a6; +} + .ring-offset-emerald-50\\/70 { --tw-ring-offset-color: #ecfdf5b3; } @@ -2498,6 +3430,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfdf5cc; } +.ring-offset-emerald-50\\/85 { + --tw-ring-offset-color: #ecfdf5d9; +} + .ring-offset-emerald-50\\/90 { --tw-ring-offset-color: #ecfdf5e6; } @@ -2522,6 +3458,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #10b981; } +.ring-offset-emerald-500\\/15 { + --tw-ring-offset-color: #10b98126; +} + .ring-offset-emerald-500\\/20 { --tw-ring-offset-color: #10b98133; } @@ -2534,10 +3474,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #10b9814d; } +.ring-offset-emerald-500\\/35 { + --tw-ring-offset-color: #10b98159; +} + .ring-offset-emerald-500\\/40 { --tw-ring-offset-color: #10b98166; } +.ring-offset-emerald-500\\/45 { + --tw-ring-offset-color: #10b98173; +} + .ring-offset-emerald-500\\/5 { --tw-ring-offset-color: #10b9810d; } @@ -2546,10 +3494,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #10b98180; } +.ring-offset-emerald-500\\/55 { + --tw-ring-offset-color: #10b9818c; +} + .ring-offset-emerald-500\\/60 { --tw-ring-offset-color: #10b98199; } +.ring-offset-emerald-500\\/65 { + --tw-ring-offset-color: #10b981a6; +} + .ring-offset-emerald-500\\/70 { --tw-ring-offset-color: #10b981b3; } @@ -2562,6 +3518,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #10b981cc; } +.ring-offset-emerald-500\\/85 { + --tw-ring-offset-color: #10b981d9; +} + .ring-offset-emerald-500\\/90 { --tw-ring-offset-color: #10b981e6; } @@ -2586,6 +3546,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #059669; } +.ring-offset-emerald-600\\/15 { + --tw-ring-offset-color: #05966926; +} + .ring-offset-emerald-600\\/20 { --tw-ring-offset-color: #05966933; } @@ -2598,10 +3562,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0596694d; } +.ring-offset-emerald-600\\/35 { + --tw-ring-offset-color: #05966959; +} + .ring-offset-emerald-600\\/40 { --tw-ring-offset-color: #05966966; } +.ring-offset-emerald-600\\/45 { + --tw-ring-offset-color: #05966973; +} + .ring-offset-emerald-600\\/5 { --tw-ring-offset-color: #0596690d; } @@ -2610,10 +3582,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #05966980; } +.ring-offset-emerald-600\\/55 { + --tw-ring-offset-color: #0596698c; +} + .ring-offset-emerald-600\\/60 { --tw-ring-offset-color: #05966999; } +.ring-offset-emerald-600\\/65 { + --tw-ring-offset-color: #059669a6; +} + .ring-offset-emerald-600\\/70 { --tw-ring-offset-color: #059669b3; } @@ -2626,6 +3606,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #059669cc; } +.ring-offset-emerald-600\\/85 { + --tw-ring-offset-color: #059669d9; +} + .ring-offset-emerald-600\\/90 { --tw-ring-offset-color: #059669e6; } @@ -2650,6 +3634,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #047857; } +.ring-offset-emerald-700\\/15 { + --tw-ring-offset-color: #04785726; +} + .ring-offset-emerald-700\\/20 { --tw-ring-offset-color: #04785733; } @@ -2662,10 +3650,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0478574d; } +.ring-offset-emerald-700\\/35 { + --tw-ring-offset-color: #04785759; +} + .ring-offset-emerald-700\\/40 { --tw-ring-offset-color: #04785766; } +.ring-offset-emerald-700\\/45 { + --tw-ring-offset-color: #04785773; +} + .ring-offset-emerald-700\\/5 { --tw-ring-offset-color: #0478570d; } @@ -2674,10 +3670,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #04785780; } +.ring-offset-emerald-700\\/55 { + --tw-ring-offset-color: #0478578c; +} + .ring-offset-emerald-700\\/60 { --tw-ring-offset-color: #04785799; } +.ring-offset-emerald-700\\/65 { + --tw-ring-offset-color: #047857a6; +} + .ring-offset-emerald-700\\/70 { --tw-ring-offset-color: #047857b3; } @@ -2690,6 +3694,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #047857cc; } +.ring-offset-emerald-700\\/85 { + --tw-ring-offset-color: #047857d9; +} + .ring-offset-emerald-700\\/90 { --tw-ring-offset-color: #047857e6; } @@ -2714,6 +3722,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #065f46; } +.ring-offset-emerald-800\\/15 { + --tw-ring-offset-color: #065f4626; +} + .ring-offset-emerald-800\\/20 { --tw-ring-offset-color: #065f4633; } @@ -2726,10 +3738,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #065f464d; } +.ring-offset-emerald-800\\/35 { + --tw-ring-offset-color: #065f4659; +} + .ring-offset-emerald-800\\/40 { --tw-ring-offset-color: #065f4666; } +.ring-offset-emerald-800\\/45 { + --tw-ring-offset-color: #065f4673; +} + .ring-offset-emerald-800\\/5 { --tw-ring-offset-color: #065f460d; } @@ -2738,10 +3758,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #065f4680; } +.ring-offset-emerald-800\\/55 { + --tw-ring-offset-color: #065f468c; +} + .ring-offset-emerald-800\\/60 { --tw-ring-offset-color: #065f4699; } +.ring-offset-emerald-800\\/65 { + --tw-ring-offset-color: #065f46a6; +} + .ring-offset-emerald-800\\/70 { --tw-ring-offset-color: #065f46b3; } @@ -2754,6 +3782,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #065f46cc; } +.ring-offset-emerald-800\\/85 { + --tw-ring-offset-color: #065f46d9; +} + .ring-offset-emerald-800\\/90 { --tw-ring-offset-color: #065f46e6; } @@ -2778,6 +3810,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #064e3b; } +.ring-offset-emerald-900\\/15 { + --tw-ring-offset-color: #064e3b26; +} + .ring-offset-emerald-900\\/20 { --tw-ring-offset-color: #064e3b33; } @@ -2790,10 +3826,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #064e3b4d; } +.ring-offset-emerald-900\\/35 { + --tw-ring-offset-color: #064e3b59; +} + .ring-offset-emerald-900\\/40 { --tw-ring-offset-color: #064e3b66; } +.ring-offset-emerald-900\\/45 { + --tw-ring-offset-color: #064e3b73; +} + .ring-offset-emerald-900\\/5 { --tw-ring-offset-color: #064e3b0d; } @@ -2802,10 +3846,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #064e3b80; } +.ring-offset-emerald-900\\/55 { + --tw-ring-offset-color: #064e3b8c; +} + .ring-offset-emerald-900\\/60 { --tw-ring-offset-color: #064e3b99; } +.ring-offset-emerald-900\\/65 { + --tw-ring-offset-color: #064e3ba6; +} + .ring-offset-emerald-900\\/70 { --tw-ring-offset-color: #064e3bb3; } @@ -2818,6 +3870,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #064e3bcc; } +.ring-offset-emerald-900\\/85 { + --tw-ring-offset-color: #064e3bd9; +} + .ring-offset-emerald-900\\/90 { --tw-ring-offset-color: #064e3be6; } @@ -2842,6 +3898,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #022c22; } +.ring-offset-emerald-950\\/15 { + --tw-ring-offset-color: #022c2226; +} + .ring-offset-emerald-950\\/20 { --tw-ring-offset-color: #022c2233; } @@ -2854,10 +3914,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #022c224d; } +.ring-offset-emerald-950\\/35 { + --tw-ring-offset-color: #022c2259; +} + .ring-offset-emerald-950\\/40 { --tw-ring-offset-color: #022c2266; } +.ring-offset-emerald-950\\/45 { + --tw-ring-offset-color: #022c2273; +} + .ring-offset-emerald-950\\/5 { --tw-ring-offset-color: #022c220d; } @@ -2866,10 +3934,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #022c2280; } +.ring-offset-emerald-950\\/55 { + --tw-ring-offset-color: #022c228c; +} + .ring-offset-emerald-950\\/60 { --tw-ring-offset-color: #022c2299; } +.ring-offset-emerald-950\\/65 { + --tw-ring-offset-color: #022c22a6; +} + .ring-offset-emerald-950\\/70 { --tw-ring-offset-color: #022c22b3; } @@ -2882,6 +3958,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #022c22cc; } +.ring-offset-emerald-950\\/85 { + --tw-ring-offset-color: #022c22d9; +} + .ring-offset-emerald-950\\/90 { --tw-ring-offset-color: #022c22e6; } @@ -2906,6 +3986,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fae8ff; } +.ring-offset-fuchsia-100\\/15 { + --tw-ring-offset-color: #fae8ff26; +} + .ring-offset-fuchsia-100\\/20 { --tw-ring-offset-color: #fae8ff33; } @@ -2918,10 +4002,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fae8ff4d; } +.ring-offset-fuchsia-100\\/35 { + --tw-ring-offset-color: #fae8ff59; +} + .ring-offset-fuchsia-100\\/40 { --tw-ring-offset-color: #fae8ff66; } +.ring-offset-fuchsia-100\\/45 { + --tw-ring-offset-color: #fae8ff73; +} + .ring-offset-fuchsia-100\\/5 { --tw-ring-offset-color: #fae8ff0d; } @@ -2930,10 +4022,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fae8ff80; } +.ring-offset-fuchsia-100\\/55 { + --tw-ring-offset-color: #fae8ff8c; +} + .ring-offset-fuchsia-100\\/60 { --tw-ring-offset-color: #fae8ff99; } +.ring-offset-fuchsia-100\\/65 { + --tw-ring-offset-color: #fae8ffa6; +} + .ring-offset-fuchsia-100\\/70 { --tw-ring-offset-color: #fae8ffb3; } @@ -2946,6 +4046,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fae8ffcc; } +.ring-offset-fuchsia-100\\/85 { + --tw-ring-offset-color: #fae8ffd9; +} + .ring-offset-fuchsia-100\\/90 { --tw-ring-offset-color: #fae8ffe6; } @@ -2970,6 +4074,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5d0fe; } +.ring-offset-fuchsia-200\\/15 { + --tw-ring-offset-color: #f5d0fe26; +} + .ring-offset-fuchsia-200\\/20 { --tw-ring-offset-color: #f5d0fe33; } @@ -2982,10 +4090,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5d0fe4d; } +.ring-offset-fuchsia-200\\/35 { + --tw-ring-offset-color: #f5d0fe59; +} + .ring-offset-fuchsia-200\\/40 { --tw-ring-offset-color: #f5d0fe66; } +.ring-offset-fuchsia-200\\/45 { + --tw-ring-offset-color: #f5d0fe73; +} + .ring-offset-fuchsia-200\\/5 { --tw-ring-offset-color: #f5d0fe0d; } @@ -2994,10 +4110,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5d0fe80; } +.ring-offset-fuchsia-200\\/55 { + --tw-ring-offset-color: #f5d0fe8c; +} + .ring-offset-fuchsia-200\\/60 { --tw-ring-offset-color: #f5d0fe99; } +.ring-offset-fuchsia-200\\/65 { + --tw-ring-offset-color: #f5d0fea6; +} + .ring-offset-fuchsia-200\\/70 { --tw-ring-offset-color: #f5d0feb3; } @@ -3010,6 +4134,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5d0fecc; } +.ring-offset-fuchsia-200\\/85 { + --tw-ring-offset-color: #f5d0fed9; +} + .ring-offset-fuchsia-200\\/90 { --tw-ring-offset-color: #f5d0fee6; } @@ -3034,6 +4162,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0abfc; } +.ring-offset-fuchsia-300\\/15 { + --tw-ring-offset-color: #f0abfc26; +} + .ring-offset-fuchsia-300\\/20 { --tw-ring-offset-color: #f0abfc33; } @@ -3046,10 +4178,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0abfc4d; } +.ring-offset-fuchsia-300\\/35 { + --tw-ring-offset-color: #f0abfc59; +} + .ring-offset-fuchsia-300\\/40 { --tw-ring-offset-color: #f0abfc66; } +.ring-offset-fuchsia-300\\/45 { + --tw-ring-offset-color: #f0abfc73; +} + .ring-offset-fuchsia-300\\/5 { --tw-ring-offset-color: #f0abfc0d; } @@ -3058,10 +4198,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0abfc80; } +.ring-offset-fuchsia-300\\/55 { + --tw-ring-offset-color: #f0abfc8c; +} + .ring-offset-fuchsia-300\\/60 { --tw-ring-offset-color: #f0abfc99; } +.ring-offset-fuchsia-300\\/65 { + --tw-ring-offset-color: #f0abfca6; +} + .ring-offset-fuchsia-300\\/70 { --tw-ring-offset-color: #f0abfcb3; } @@ -3074,6 +4222,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0abfccc; } +.ring-offset-fuchsia-300\\/85 { + --tw-ring-offset-color: #f0abfcd9; +} + .ring-offset-fuchsia-300\\/90 { --tw-ring-offset-color: #f0abfce6; } @@ -3098,6 +4250,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e879f9; } +.ring-offset-fuchsia-400\\/15 { + --tw-ring-offset-color: #e879f926; +} + .ring-offset-fuchsia-400\\/20 { --tw-ring-offset-color: #e879f933; } @@ -3110,10 +4266,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e879f94d; } +.ring-offset-fuchsia-400\\/35 { + --tw-ring-offset-color: #e879f959; +} + .ring-offset-fuchsia-400\\/40 { --tw-ring-offset-color: #e879f966; } +.ring-offset-fuchsia-400\\/45 { + --tw-ring-offset-color: #e879f973; +} + .ring-offset-fuchsia-400\\/5 { --tw-ring-offset-color: #e879f90d; } @@ -3122,10 +4286,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e879f980; } +.ring-offset-fuchsia-400\\/55 { + --tw-ring-offset-color: #e879f98c; +} + .ring-offset-fuchsia-400\\/60 { --tw-ring-offset-color: #e879f999; } +.ring-offset-fuchsia-400\\/65 { + --tw-ring-offset-color: #e879f9a6; +} + .ring-offset-fuchsia-400\\/70 { --tw-ring-offset-color: #e879f9b3; } @@ -3138,6 +4310,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e879f9cc; } +.ring-offset-fuchsia-400\\/85 { + --tw-ring-offset-color: #e879f9d9; +} + .ring-offset-fuchsia-400\\/90 { --tw-ring-offset-color: #e879f9e6; } @@ -3162,6 +4338,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf4ff; } +.ring-offset-fuchsia-50\\/15 { + --tw-ring-offset-color: #fdf4ff26; +} + .ring-offset-fuchsia-50\\/20 { --tw-ring-offset-color: #fdf4ff33; } @@ -3174,10 +4354,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf4ff4d; } +.ring-offset-fuchsia-50\\/35 { + --tw-ring-offset-color: #fdf4ff59; +} + .ring-offset-fuchsia-50\\/40 { --tw-ring-offset-color: #fdf4ff66; } +.ring-offset-fuchsia-50\\/45 { + --tw-ring-offset-color: #fdf4ff73; +} + .ring-offset-fuchsia-50\\/5 { --tw-ring-offset-color: #fdf4ff0d; } @@ -3186,10 +4374,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf4ff80; } +.ring-offset-fuchsia-50\\/55 { + --tw-ring-offset-color: #fdf4ff8c; +} + .ring-offset-fuchsia-50\\/60 { --tw-ring-offset-color: #fdf4ff99; } +.ring-offset-fuchsia-50\\/65 { + --tw-ring-offset-color: #fdf4ffa6; +} + .ring-offset-fuchsia-50\\/70 { --tw-ring-offset-color: #fdf4ffb3; } @@ -3202,6 +4398,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf4ffcc; } +.ring-offset-fuchsia-50\\/85 { + --tw-ring-offset-color: #fdf4ffd9; +} + .ring-offset-fuchsia-50\\/90 { --tw-ring-offset-color: #fdf4ffe6; } @@ -3226,6 +4426,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d946ef; } +.ring-offset-fuchsia-500\\/15 { + --tw-ring-offset-color: #d946ef26; +} + .ring-offset-fuchsia-500\\/20 { --tw-ring-offset-color: #d946ef33; } @@ -3238,10 +4442,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d946ef4d; } +.ring-offset-fuchsia-500\\/35 { + --tw-ring-offset-color: #d946ef59; +} + .ring-offset-fuchsia-500\\/40 { --tw-ring-offset-color: #d946ef66; } +.ring-offset-fuchsia-500\\/45 { + --tw-ring-offset-color: #d946ef73; +} + .ring-offset-fuchsia-500\\/5 { --tw-ring-offset-color: #d946ef0d; } @@ -3250,10 +4462,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d946ef80; } +.ring-offset-fuchsia-500\\/55 { + --tw-ring-offset-color: #d946ef8c; +} + .ring-offset-fuchsia-500\\/60 { --tw-ring-offset-color: #d946ef99; } +.ring-offset-fuchsia-500\\/65 { + --tw-ring-offset-color: #d946efa6; +} + .ring-offset-fuchsia-500\\/70 { --tw-ring-offset-color: #d946efb3; } @@ -3266,6 +4486,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d946efcc; } +.ring-offset-fuchsia-500\\/85 { + --tw-ring-offset-color: #d946efd9; +} + .ring-offset-fuchsia-500\\/90 { --tw-ring-offset-color: #d946efe6; } @@ -3290,6 +4514,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c026d3; } +.ring-offset-fuchsia-600\\/15 { + --tw-ring-offset-color: #c026d326; +} + .ring-offset-fuchsia-600\\/20 { --tw-ring-offset-color: #c026d333; } @@ -3302,10 +4530,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c026d34d; } +.ring-offset-fuchsia-600\\/35 { + --tw-ring-offset-color: #c026d359; +} + .ring-offset-fuchsia-600\\/40 { --tw-ring-offset-color: #c026d366; } +.ring-offset-fuchsia-600\\/45 { + --tw-ring-offset-color: #c026d373; +} + .ring-offset-fuchsia-600\\/5 { --tw-ring-offset-color: #c026d30d; } @@ -3314,10 +4550,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c026d380; } +.ring-offset-fuchsia-600\\/55 { + --tw-ring-offset-color: #c026d38c; +} + .ring-offset-fuchsia-600\\/60 { --tw-ring-offset-color: #c026d399; } +.ring-offset-fuchsia-600\\/65 { + --tw-ring-offset-color: #c026d3a6; +} + .ring-offset-fuchsia-600\\/70 { --tw-ring-offset-color: #c026d3b3; } @@ -3330,6 +4574,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c026d3cc; } +.ring-offset-fuchsia-600\\/85 { + --tw-ring-offset-color: #c026d3d9; +} + .ring-offset-fuchsia-600\\/90 { --tw-ring-offset-color: #c026d3e6; } @@ -3354,6 +4602,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a21caf; } +.ring-offset-fuchsia-700\\/15 { + --tw-ring-offset-color: #a21caf26; +} + .ring-offset-fuchsia-700\\/20 { --tw-ring-offset-color: #a21caf33; } @@ -3366,10 +4618,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a21caf4d; } +.ring-offset-fuchsia-700\\/35 { + --tw-ring-offset-color: #a21caf59; +} + .ring-offset-fuchsia-700\\/40 { --tw-ring-offset-color: #a21caf66; } +.ring-offset-fuchsia-700\\/45 { + --tw-ring-offset-color: #a21caf73; +} + .ring-offset-fuchsia-700\\/5 { --tw-ring-offset-color: #a21caf0d; } @@ -3378,10 +4638,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a21caf80; } +.ring-offset-fuchsia-700\\/55 { + --tw-ring-offset-color: #a21caf8c; +} + .ring-offset-fuchsia-700\\/60 { --tw-ring-offset-color: #a21caf99; } +.ring-offset-fuchsia-700\\/65 { + --tw-ring-offset-color: #a21cafa6; +} + .ring-offset-fuchsia-700\\/70 { --tw-ring-offset-color: #a21cafb3; } @@ -3394,6 +4662,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a21cafcc; } +.ring-offset-fuchsia-700\\/85 { + --tw-ring-offset-color: #a21cafd9; +} + .ring-offset-fuchsia-700\\/90 { --tw-ring-offset-color: #a21cafe6; } @@ -3418,6 +4690,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86198f; } +.ring-offset-fuchsia-800\\/15 { + --tw-ring-offset-color: #86198f26; +} + .ring-offset-fuchsia-800\\/20 { --tw-ring-offset-color: #86198f33; } @@ -3430,10 +4706,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86198f4d; } +.ring-offset-fuchsia-800\\/35 { + --tw-ring-offset-color: #86198f59; +} + .ring-offset-fuchsia-800\\/40 { --tw-ring-offset-color: #86198f66; } +.ring-offset-fuchsia-800\\/45 { + --tw-ring-offset-color: #86198f73; +} + .ring-offset-fuchsia-800\\/5 { --tw-ring-offset-color: #86198f0d; } @@ -3442,10 +4726,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86198f80; } +.ring-offset-fuchsia-800\\/55 { + --tw-ring-offset-color: #86198f8c; +} + .ring-offset-fuchsia-800\\/60 { --tw-ring-offset-color: #86198f99; } +.ring-offset-fuchsia-800\\/65 { + --tw-ring-offset-color: #86198fa6; +} + .ring-offset-fuchsia-800\\/70 { --tw-ring-offset-color: #86198fb3; } @@ -3458,6 +4750,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86198fcc; } +.ring-offset-fuchsia-800\\/85 { + --tw-ring-offset-color: #86198fd9; +} + .ring-offset-fuchsia-800\\/90 { --tw-ring-offset-color: #86198fe6; } @@ -3482,6 +4778,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #701a75; } +.ring-offset-fuchsia-900\\/15 { + --tw-ring-offset-color: #701a7526; +} + .ring-offset-fuchsia-900\\/20 { --tw-ring-offset-color: #701a7533; } @@ -3494,10 +4794,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #701a754d; } +.ring-offset-fuchsia-900\\/35 { + --tw-ring-offset-color: #701a7559; +} + .ring-offset-fuchsia-900\\/40 { --tw-ring-offset-color: #701a7566; } +.ring-offset-fuchsia-900\\/45 { + --tw-ring-offset-color: #701a7573; +} + .ring-offset-fuchsia-900\\/5 { --tw-ring-offset-color: #701a750d; } @@ -3506,10 +4814,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #701a7580; } +.ring-offset-fuchsia-900\\/55 { + --tw-ring-offset-color: #701a758c; +} + .ring-offset-fuchsia-900\\/60 { --tw-ring-offset-color: #701a7599; } +.ring-offset-fuchsia-900\\/65 { + --tw-ring-offset-color: #701a75a6; +} + .ring-offset-fuchsia-900\\/70 { --tw-ring-offset-color: #701a75b3; } @@ -3522,6 +4838,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #701a75cc; } +.ring-offset-fuchsia-900\\/85 { + --tw-ring-offset-color: #701a75d9; +} + .ring-offset-fuchsia-900\\/90 { --tw-ring-offset-color: #701a75e6; } @@ -3546,6 +4866,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4a044e; } +.ring-offset-fuchsia-950\\/15 { + --tw-ring-offset-color: #4a044e26; +} + .ring-offset-fuchsia-950\\/20 { --tw-ring-offset-color: #4a044e33; } @@ -3558,10 +4882,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4a044e4d; } +.ring-offset-fuchsia-950\\/35 { + --tw-ring-offset-color: #4a044e59; +} + .ring-offset-fuchsia-950\\/40 { --tw-ring-offset-color: #4a044e66; } +.ring-offset-fuchsia-950\\/45 { + --tw-ring-offset-color: #4a044e73; +} + .ring-offset-fuchsia-950\\/5 { --tw-ring-offset-color: #4a044e0d; } @@ -3570,10 +4902,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4a044e80; } +.ring-offset-fuchsia-950\\/55 { + --tw-ring-offset-color: #4a044e8c; +} + .ring-offset-fuchsia-950\\/60 { --tw-ring-offset-color: #4a044e99; } +.ring-offset-fuchsia-950\\/65 { + --tw-ring-offset-color: #4a044ea6; +} + .ring-offset-fuchsia-950\\/70 { --tw-ring-offset-color: #4a044eb3; } @@ -3586,6 +4926,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4a044ecc; } +.ring-offset-fuchsia-950\\/85 { + --tw-ring-offset-color: #4a044ed9; +} + .ring-offset-fuchsia-950\\/90 { --tw-ring-offset-color: #4a044ee6; } @@ -3610,6 +4954,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3f4f6; } +.ring-offset-gray-100\\/15 { + --tw-ring-offset-color: #f3f4f626; +} + .ring-offset-gray-100\\/20 { --tw-ring-offset-color: #f3f4f633; } @@ -3622,10 +4970,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3f4f64d; } +.ring-offset-gray-100\\/35 { + --tw-ring-offset-color: #f3f4f659; +} + .ring-offset-gray-100\\/40 { --tw-ring-offset-color: #f3f4f666; } +.ring-offset-gray-100\\/45 { + --tw-ring-offset-color: #f3f4f673; +} + .ring-offset-gray-100\\/5 { --tw-ring-offset-color: #f3f4f60d; } @@ -3634,10 +4990,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3f4f680; } +.ring-offset-gray-100\\/55 { + --tw-ring-offset-color: #f3f4f68c; +} + .ring-offset-gray-100\\/60 { --tw-ring-offset-color: #f3f4f699; } +.ring-offset-gray-100\\/65 { + --tw-ring-offset-color: #f3f4f6a6; +} + .ring-offset-gray-100\\/70 { --tw-ring-offset-color: #f3f4f6b3; } @@ -3650,6 +5014,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3f4f6cc; } +.ring-offset-gray-100\\/85 { + --tw-ring-offset-color: #f3f4f6d9; +} + .ring-offset-gray-100\\/90 { --tw-ring-offset-color: #f3f4f6e6; } @@ -3674,6 +5042,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e7eb; } +.ring-offset-gray-200\\/15 { + --tw-ring-offset-color: #e5e7eb26; +} + .ring-offset-gray-200\\/20 { --tw-ring-offset-color: #e5e7eb33; } @@ -3686,10 +5058,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e7eb4d; } +.ring-offset-gray-200\\/35 { + --tw-ring-offset-color: #e5e7eb59; +} + .ring-offset-gray-200\\/40 { --tw-ring-offset-color: #e5e7eb66; } +.ring-offset-gray-200\\/45 { + --tw-ring-offset-color: #e5e7eb73; +} + .ring-offset-gray-200\\/5 { --tw-ring-offset-color: #e5e7eb0d; } @@ -3698,10 +5078,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e7eb80; } +.ring-offset-gray-200\\/55 { + --tw-ring-offset-color: #e5e7eb8c; +} + .ring-offset-gray-200\\/60 { --tw-ring-offset-color: #e5e7eb99; } +.ring-offset-gray-200\\/65 { + --tw-ring-offset-color: #e5e7eba6; +} + .ring-offset-gray-200\\/70 { --tw-ring-offset-color: #e5e7ebb3; } @@ -3714,6 +5102,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e7ebcc; } +.ring-offset-gray-200\\/85 { + --tw-ring-offset-color: #e5e7ebd9; +} + .ring-offset-gray-200\\/90 { --tw-ring-offset-color: #e5e7ebe6; } @@ -3738,6 +5130,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1d5db; } +.ring-offset-gray-300\\/15 { + --tw-ring-offset-color: #d1d5db26; +} + .ring-offset-gray-300\\/20 { --tw-ring-offset-color: #d1d5db33; } @@ -3750,10 +5146,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1d5db4d; } +.ring-offset-gray-300\\/35 { + --tw-ring-offset-color: #d1d5db59; +} + .ring-offset-gray-300\\/40 { --tw-ring-offset-color: #d1d5db66; } +.ring-offset-gray-300\\/45 { + --tw-ring-offset-color: #d1d5db73; +} + .ring-offset-gray-300\\/5 { --tw-ring-offset-color: #d1d5db0d; } @@ -3762,10 +5166,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1d5db80; } +.ring-offset-gray-300\\/55 { + --tw-ring-offset-color: #d1d5db8c; +} + .ring-offset-gray-300\\/60 { --tw-ring-offset-color: #d1d5db99; } +.ring-offset-gray-300\\/65 { + --tw-ring-offset-color: #d1d5dba6; +} + .ring-offset-gray-300\\/70 { --tw-ring-offset-color: #d1d5dbb3; } @@ -3778,6 +5190,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d1d5dbcc; } +.ring-offset-gray-300\\/85 { + --tw-ring-offset-color: #d1d5dbd9; +} + .ring-offset-gray-300\\/90 { --tw-ring-offset-color: #d1d5dbe6; } @@ -3802,6 +5218,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9ca3af; } +.ring-offset-gray-400\\/15 { + --tw-ring-offset-color: #9ca3af26; +} + .ring-offset-gray-400\\/20 { --tw-ring-offset-color: #9ca3af33; } @@ -3814,10 +5234,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9ca3af4d; } +.ring-offset-gray-400\\/35 { + --tw-ring-offset-color: #9ca3af59; +} + .ring-offset-gray-400\\/40 { --tw-ring-offset-color: #9ca3af66; } +.ring-offset-gray-400\\/45 { + --tw-ring-offset-color: #9ca3af73; +} + .ring-offset-gray-400\\/5 { --tw-ring-offset-color: #9ca3af0d; } @@ -3826,10 +5254,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9ca3af80; } +.ring-offset-gray-400\\/55 { + --tw-ring-offset-color: #9ca3af8c; +} + .ring-offset-gray-400\\/60 { --tw-ring-offset-color: #9ca3af99; } +.ring-offset-gray-400\\/65 { + --tw-ring-offset-color: #9ca3afa6; +} + .ring-offset-gray-400\\/70 { --tw-ring-offset-color: #9ca3afb3; } @@ -3842,6 +5278,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9ca3afcc; } +.ring-offset-gray-400\\/85 { + --tw-ring-offset-color: #9ca3afd9; +} + .ring-offset-gray-400\\/90 { --tw-ring-offset-color: #9ca3afe6; } @@ -3866,6 +5306,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9fafb; } +.ring-offset-gray-50\\/15 { + --tw-ring-offset-color: #f9fafb26; +} + .ring-offset-gray-50\\/20 { --tw-ring-offset-color: #f9fafb33; } @@ -3878,10 +5322,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9fafb4d; } +.ring-offset-gray-50\\/35 { + --tw-ring-offset-color: #f9fafb59; +} + .ring-offset-gray-50\\/40 { --tw-ring-offset-color: #f9fafb66; } +.ring-offset-gray-50\\/45 { + --tw-ring-offset-color: #f9fafb73; +} + .ring-offset-gray-50\\/5 { --tw-ring-offset-color: #f9fafb0d; } @@ -3890,10 +5342,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9fafb80; } +.ring-offset-gray-50\\/55 { + --tw-ring-offset-color: #f9fafb8c; +} + .ring-offset-gray-50\\/60 { --tw-ring-offset-color: #f9fafb99; } +.ring-offset-gray-50\\/65 { + --tw-ring-offset-color: #f9fafba6; +} + .ring-offset-gray-50\\/70 { --tw-ring-offset-color: #f9fafbb3; } @@ -3906,6 +5366,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9fafbcc; } +.ring-offset-gray-50\\/85 { + --tw-ring-offset-color: #f9fafbd9; +} + .ring-offset-gray-50\\/90 { --tw-ring-offset-color: #f9fafbe6; } @@ -3930,6 +5394,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b7280; } +.ring-offset-gray-500\\/15 { + --tw-ring-offset-color: #6b728026; +} + .ring-offset-gray-500\\/20 { --tw-ring-offset-color: #6b728033; } @@ -3942,10 +5410,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b72804d; } +.ring-offset-gray-500\\/35 { + --tw-ring-offset-color: #6b728059; +} + .ring-offset-gray-500\\/40 { --tw-ring-offset-color: #6b728066; } +.ring-offset-gray-500\\/45 { + --tw-ring-offset-color: #6b728073; +} + .ring-offset-gray-500\\/5 { --tw-ring-offset-color: #6b72800d; } @@ -3954,10 +5430,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b728080; } +.ring-offset-gray-500\\/55 { + --tw-ring-offset-color: #6b72808c; +} + .ring-offset-gray-500\\/60 { --tw-ring-offset-color: #6b728099; } +.ring-offset-gray-500\\/65 { + --tw-ring-offset-color: #6b7280a6; +} + .ring-offset-gray-500\\/70 { --tw-ring-offset-color: #6b7280b3; } @@ -3970,6 +5454,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b7280cc; } +.ring-offset-gray-500\\/85 { + --tw-ring-offset-color: #6b7280d9; +} + .ring-offset-gray-500\\/90 { --tw-ring-offset-color: #6b7280e6; } @@ -3994,6 +5482,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4b5563; } +.ring-offset-gray-600\\/15 { + --tw-ring-offset-color: #4b556326; +} + .ring-offset-gray-600\\/20 { --tw-ring-offset-color: #4b556333; } @@ -4006,10 +5498,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4b55634d; } +.ring-offset-gray-600\\/35 { + --tw-ring-offset-color: #4b556359; +} + .ring-offset-gray-600\\/40 { --tw-ring-offset-color: #4b556366; } +.ring-offset-gray-600\\/45 { + --tw-ring-offset-color: #4b556373; +} + .ring-offset-gray-600\\/5 { --tw-ring-offset-color: #4b55630d; } @@ -4018,10 +5518,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4b556380; } +.ring-offset-gray-600\\/55 { + --tw-ring-offset-color: #4b55638c; +} + .ring-offset-gray-600\\/60 { --tw-ring-offset-color: #4b556399; } +.ring-offset-gray-600\\/65 { + --tw-ring-offset-color: #4b5563a6; +} + .ring-offset-gray-600\\/70 { --tw-ring-offset-color: #4b5563b3; } @@ -4034,6 +5542,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4b5563cc; } +.ring-offset-gray-600\\/85 { + --tw-ring-offset-color: #4b5563d9; +} + .ring-offset-gray-600\\/90 { --tw-ring-offset-color: #4b5563e6; } @@ -4058,6 +5570,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #374151; } +.ring-offset-gray-700\\/15 { + --tw-ring-offset-color: #37415126; +} + .ring-offset-gray-700\\/20 { --tw-ring-offset-color: #37415133; } @@ -4070,10 +5586,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3741514d; } +.ring-offset-gray-700\\/35 { + --tw-ring-offset-color: #37415159; +} + .ring-offset-gray-700\\/40 { --tw-ring-offset-color: #37415166; } +.ring-offset-gray-700\\/45 { + --tw-ring-offset-color: #37415173; +} + .ring-offset-gray-700\\/5 { --tw-ring-offset-color: #3741510d; } @@ -4082,10 +5606,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #37415180; } +.ring-offset-gray-700\\/55 { + --tw-ring-offset-color: #3741518c; +} + .ring-offset-gray-700\\/60 { --tw-ring-offset-color: #37415199; } +.ring-offset-gray-700\\/65 { + --tw-ring-offset-color: #374151a6; +} + .ring-offset-gray-700\\/70 { --tw-ring-offset-color: #374151b3; } @@ -4098,6 +5630,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #374151cc; } +.ring-offset-gray-700\\/85 { + --tw-ring-offset-color: #374151d9; +} + .ring-offset-gray-700\\/90 { --tw-ring-offset-color: #374151e6; } @@ -4122,6 +5658,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1f2937; } +.ring-offset-gray-800\\/15 { + --tw-ring-offset-color: #1f293726; +} + .ring-offset-gray-800\\/20 { --tw-ring-offset-color: #1f293733; } @@ -4134,10 +5674,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1f29374d; } +.ring-offset-gray-800\\/35 { + --tw-ring-offset-color: #1f293759; +} + .ring-offset-gray-800\\/40 { --tw-ring-offset-color: #1f293766; } +.ring-offset-gray-800\\/45 { + --tw-ring-offset-color: #1f293773; +} + .ring-offset-gray-800\\/5 { --tw-ring-offset-color: #1f29370d; } @@ -4146,10 +5694,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1f293780; } +.ring-offset-gray-800\\/55 { + --tw-ring-offset-color: #1f29378c; +} + .ring-offset-gray-800\\/60 { --tw-ring-offset-color: #1f293799; } +.ring-offset-gray-800\\/65 { + --tw-ring-offset-color: #1f2937a6; +} + .ring-offset-gray-800\\/70 { --tw-ring-offset-color: #1f2937b3; } @@ -4162,6 +5718,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1f2937cc; } +.ring-offset-gray-800\\/85 { + --tw-ring-offset-color: #1f2937d9; +} + .ring-offset-gray-800\\/90 { --tw-ring-offset-color: #1f2937e6; } @@ -4186,6 +5746,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #111827; } +.ring-offset-gray-900\\/15 { + --tw-ring-offset-color: #11182726; +} + .ring-offset-gray-900\\/20 { --tw-ring-offset-color: #11182733; } @@ -4198,10 +5762,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1118274d; } +.ring-offset-gray-900\\/35 { + --tw-ring-offset-color: #11182759; +} + .ring-offset-gray-900\\/40 { --tw-ring-offset-color: #11182766; } +.ring-offset-gray-900\\/45 { + --tw-ring-offset-color: #11182773; +} + .ring-offset-gray-900\\/5 { --tw-ring-offset-color: #1118270d; } @@ -4210,10 +5782,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #11182780; } +.ring-offset-gray-900\\/55 { + --tw-ring-offset-color: #1118278c; +} + .ring-offset-gray-900\\/60 { --tw-ring-offset-color: #11182799; } +.ring-offset-gray-900\\/65 { + --tw-ring-offset-color: #111827a6; +} + .ring-offset-gray-900\\/70 { --tw-ring-offset-color: #111827b3; } @@ -4226,6 +5806,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #111827cc; } +.ring-offset-gray-900\\/85 { + --tw-ring-offset-color: #111827d9; +} + .ring-offset-gray-900\\/90 { --tw-ring-offset-color: #111827e6; } @@ -4250,6 +5834,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #030712; } +.ring-offset-gray-950\\/15 { + --tw-ring-offset-color: #03071226; +} + .ring-offset-gray-950\\/20 { --tw-ring-offset-color: #03071233; } @@ -4262,10 +5850,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0307124d; } +.ring-offset-gray-950\\/35 { + --tw-ring-offset-color: #03071259; +} + .ring-offset-gray-950\\/40 { --tw-ring-offset-color: #03071266; } +.ring-offset-gray-950\\/45 { + --tw-ring-offset-color: #03071273; +} + .ring-offset-gray-950\\/5 { --tw-ring-offset-color: #0307120d; } @@ -4274,10 +5870,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #03071280; } +.ring-offset-gray-950\\/55 { + --tw-ring-offset-color: #0307128c; +} + .ring-offset-gray-950\\/60 { --tw-ring-offset-color: #03071299; } +.ring-offset-gray-950\\/65 { + --tw-ring-offset-color: #030712a6; +} + .ring-offset-gray-950\\/70 { --tw-ring-offset-color: #030712b3; } @@ -4290,6 +5894,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #030712cc; } +.ring-offset-gray-950\\/85 { + --tw-ring-offset-color: #030712d9; +} + .ring-offset-gray-950\\/90 { --tw-ring-offset-color: #030712e6; } @@ -4314,6 +5922,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dcfce7; } +.ring-offset-green-100\\/15 { + --tw-ring-offset-color: #dcfce726; +} + .ring-offset-green-100\\/20 { --tw-ring-offset-color: #dcfce733; } @@ -4326,10 +5938,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dcfce74d; } +.ring-offset-green-100\\/35 { + --tw-ring-offset-color: #dcfce759; +} + .ring-offset-green-100\\/40 { --tw-ring-offset-color: #dcfce766; } +.ring-offset-green-100\\/45 { + --tw-ring-offset-color: #dcfce773; +} + .ring-offset-green-100\\/5 { --tw-ring-offset-color: #dcfce70d; } @@ -4338,10 +5958,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dcfce780; } +.ring-offset-green-100\\/55 { + --tw-ring-offset-color: #dcfce78c; +} + .ring-offset-green-100\\/60 { --tw-ring-offset-color: #dcfce799; } +.ring-offset-green-100\\/65 { + --tw-ring-offset-color: #dcfce7a6; +} + .ring-offset-green-100\\/70 { --tw-ring-offset-color: #dcfce7b3; } @@ -4354,6 +5982,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dcfce7cc; } +.ring-offset-green-100\\/85 { + --tw-ring-offset-color: #dcfce7d9; +} + .ring-offset-green-100\\/90 { --tw-ring-offset-color: #dcfce7e6; } @@ -4378,6 +6010,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bbf7d0; } +.ring-offset-green-200\\/15 { + --tw-ring-offset-color: #bbf7d026; +} + .ring-offset-green-200\\/20 { --tw-ring-offset-color: #bbf7d033; } @@ -4390,10 +6026,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bbf7d04d; } +.ring-offset-green-200\\/35 { + --tw-ring-offset-color: #bbf7d059; +} + .ring-offset-green-200\\/40 { --tw-ring-offset-color: #bbf7d066; } +.ring-offset-green-200\\/45 { + --tw-ring-offset-color: #bbf7d073; +} + .ring-offset-green-200\\/5 { --tw-ring-offset-color: #bbf7d00d; } @@ -4402,10 +6046,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bbf7d080; } +.ring-offset-green-200\\/55 { + --tw-ring-offset-color: #bbf7d08c; +} + .ring-offset-green-200\\/60 { --tw-ring-offset-color: #bbf7d099; } +.ring-offset-green-200\\/65 { + --tw-ring-offset-color: #bbf7d0a6; +} + .ring-offset-green-200\\/70 { --tw-ring-offset-color: #bbf7d0b3; } @@ -4418,6 +6070,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bbf7d0cc; } +.ring-offset-green-200\\/85 { + --tw-ring-offset-color: #bbf7d0d9; +} + .ring-offset-green-200\\/90 { --tw-ring-offset-color: #bbf7d0e6; } @@ -4442,6 +6098,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86efac; } +.ring-offset-green-300\\/15 { + --tw-ring-offset-color: #86efac26; +} + .ring-offset-green-300\\/20 { --tw-ring-offset-color: #86efac33; } @@ -4454,10 +6114,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86efac4d; } +.ring-offset-green-300\\/35 { + --tw-ring-offset-color: #86efac59; +} + .ring-offset-green-300\\/40 { --tw-ring-offset-color: #86efac66; } +.ring-offset-green-300\\/45 { + --tw-ring-offset-color: #86efac73; +} + .ring-offset-green-300\\/5 { --tw-ring-offset-color: #86efac0d; } @@ -4466,10 +6134,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86efac80; } +.ring-offset-green-300\\/55 { + --tw-ring-offset-color: #86efac8c; +} + .ring-offset-green-300\\/60 { --tw-ring-offset-color: #86efac99; } +.ring-offset-green-300\\/65 { + --tw-ring-offset-color: #86efaca6; +} + .ring-offset-green-300\\/70 { --tw-ring-offset-color: #86efacb3; } @@ -4482,6 +6158,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #86efaccc; } +.ring-offset-green-300\\/85 { + --tw-ring-offset-color: #86efacd9; +} + .ring-offset-green-300\\/90 { --tw-ring-offset-color: #86eface6; } @@ -4506,6 +6186,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4ade80; } +.ring-offset-green-400\\/15 { + --tw-ring-offset-color: #4ade8026; +} + .ring-offset-green-400\\/20 { --tw-ring-offset-color: #4ade8033; } @@ -4518,10 +6202,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4ade804d; } +.ring-offset-green-400\\/35 { + --tw-ring-offset-color: #4ade8059; +} + .ring-offset-green-400\\/40 { --tw-ring-offset-color: #4ade8066; } +.ring-offset-green-400\\/45 { + --tw-ring-offset-color: #4ade8073; +} + .ring-offset-green-400\\/5 { --tw-ring-offset-color: #4ade800d; } @@ -4530,10 +6222,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4ade8080; } +.ring-offset-green-400\\/55 { + --tw-ring-offset-color: #4ade808c; +} + .ring-offset-green-400\\/60 { --tw-ring-offset-color: #4ade8099; } +.ring-offset-green-400\\/65 { + --tw-ring-offset-color: #4ade80a6; +} + .ring-offset-green-400\\/70 { --tw-ring-offset-color: #4ade80b3; } @@ -4546,6 +6246,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4ade80cc; } +.ring-offset-green-400\\/85 { + --tw-ring-offset-color: #4ade80d9; +} + .ring-offset-green-400\\/90 { --tw-ring-offset-color: #4ade80e6; } @@ -4570,6 +6274,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdf4; } +.ring-offset-green-50\\/15 { + --tw-ring-offset-color: #f0fdf426; +} + .ring-offset-green-50\\/20 { --tw-ring-offset-color: #f0fdf433; } @@ -4582,10 +6290,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdf44d; } +.ring-offset-green-50\\/35 { + --tw-ring-offset-color: #f0fdf459; +} + .ring-offset-green-50\\/40 { --tw-ring-offset-color: #f0fdf466; } +.ring-offset-green-50\\/45 { + --tw-ring-offset-color: #f0fdf473; +} + .ring-offset-green-50\\/5 { --tw-ring-offset-color: #f0fdf40d; } @@ -4594,10 +6310,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdf480; } +.ring-offset-green-50\\/55 { + --tw-ring-offset-color: #f0fdf48c; +} + .ring-offset-green-50\\/60 { --tw-ring-offset-color: #f0fdf499; } +.ring-offset-green-50\\/65 { + --tw-ring-offset-color: #f0fdf4a6; +} + .ring-offset-green-50\\/70 { --tw-ring-offset-color: #f0fdf4b3; } @@ -4610,6 +6334,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdf4cc; } +.ring-offset-green-50\\/85 { + --tw-ring-offset-color: #f0fdf4d9; +} + .ring-offset-green-50\\/90 { --tw-ring-offset-color: #f0fdf4e6; } @@ -4634,6 +6362,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22c55e; } +.ring-offset-green-500\\/15 { + --tw-ring-offset-color: #22c55e26; +} + .ring-offset-green-500\\/20 { --tw-ring-offset-color: #22c55e33; } @@ -4646,10 +6378,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22c55e4d; } +.ring-offset-green-500\\/35 { + --tw-ring-offset-color: #22c55e59; +} + .ring-offset-green-500\\/40 { --tw-ring-offset-color: #22c55e66; } +.ring-offset-green-500\\/45 { + --tw-ring-offset-color: #22c55e73; +} + .ring-offset-green-500\\/5 { --tw-ring-offset-color: #22c55e0d; } @@ -4658,10 +6398,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22c55e80; } +.ring-offset-green-500\\/55 { + --tw-ring-offset-color: #22c55e8c; +} + .ring-offset-green-500\\/60 { --tw-ring-offset-color: #22c55e99; } +.ring-offset-green-500\\/65 { + --tw-ring-offset-color: #22c55ea6; +} + .ring-offset-green-500\\/70 { --tw-ring-offset-color: #22c55eb3; } @@ -4674,6 +6422,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #22c55ecc; } +.ring-offset-green-500\\/85 { + --tw-ring-offset-color: #22c55ed9; +} + .ring-offset-green-500\\/90 { --tw-ring-offset-color: #22c55ee6; } @@ -4698,6 +6450,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #16a34a; } +.ring-offset-green-600\\/15 { + --tw-ring-offset-color: #16a34a26; +} + .ring-offset-green-600\\/20 { --tw-ring-offset-color: #16a34a33; } @@ -4710,10 +6466,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #16a34a4d; } +.ring-offset-green-600\\/35 { + --tw-ring-offset-color: #16a34a59; +} + .ring-offset-green-600\\/40 { --tw-ring-offset-color: #16a34a66; } +.ring-offset-green-600\\/45 { + --tw-ring-offset-color: #16a34a73; +} + .ring-offset-green-600\\/5 { --tw-ring-offset-color: #16a34a0d; } @@ -4722,10 +6486,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #16a34a80; } +.ring-offset-green-600\\/55 { + --tw-ring-offset-color: #16a34a8c; +} + .ring-offset-green-600\\/60 { --tw-ring-offset-color: #16a34a99; } +.ring-offset-green-600\\/65 { + --tw-ring-offset-color: #16a34aa6; +} + .ring-offset-green-600\\/70 { --tw-ring-offset-color: #16a34ab3; } @@ -4738,6 +6510,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #16a34acc; } +.ring-offset-green-600\\/85 { + --tw-ring-offset-color: #16a34ad9; +} + .ring-offset-green-600\\/90 { --tw-ring-offset-color: #16a34ae6; } @@ -4762,6 +6538,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #15803d; } +.ring-offset-green-700\\/15 { + --tw-ring-offset-color: #15803d26; +} + .ring-offset-green-700\\/20 { --tw-ring-offset-color: #15803d33; } @@ -4774,10 +6554,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #15803d4d; } +.ring-offset-green-700\\/35 { + --tw-ring-offset-color: #15803d59; +} + .ring-offset-green-700\\/40 { --tw-ring-offset-color: #15803d66; } +.ring-offset-green-700\\/45 { + --tw-ring-offset-color: #15803d73; +} + .ring-offset-green-700\\/5 { --tw-ring-offset-color: #15803d0d; } @@ -4786,10 +6574,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #15803d80; } +.ring-offset-green-700\\/55 { + --tw-ring-offset-color: #15803d8c; +} + .ring-offset-green-700\\/60 { --tw-ring-offset-color: #15803d99; } +.ring-offset-green-700\\/65 { + --tw-ring-offset-color: #15803da6; +} + .ring-offset-green-700\\/70 { --tw-ring-offset-color: #15803db3; } @@ -4802,6 +6598,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #15803dcc; } +.ring-offset-green-700\\/85 { + --tw-ring-offset-color: #15803dd9; +} + .ring-offset-green-700\\/90 { --tw-ring-offset-color: #15803de6; } @@ -4826,6 +6626,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #166534; } +.ring-offset-green-800\\/15 { + --tw-ring-offset-color: #16653426; +} + .ring-offset-green-800\\/20 { --tw-ring-offset-color: #16653433; } @@ -4838,10 +6642,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1665344d; } +.ring-offset-green-800\\/35 { + --tw-ring-offset-color: #16653459; +} + .ring-offset-green-800\\/40 { --tw-ring-offset-color: #16653466; } +.ring-offset-green-800\\/45 { + --tw-ring-offset-color: #16653473; +} + .ring-offset-green-800\\/5 { --tw-ring-offset-color: #1665340d; } @@ -4850,10 +6662,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #16653480; } +.ring-offset-green-800\\/55 { + --tw-ring-offset-color: #1665348c; +} + .ring-offset-green-800\\/60 { --tw-ring-offset-color: #16653499; } +.ring-offset-green-800\\/65 { + --tw-ring-offset-color: #166534a6; +} + .ring-offset-green-800\\/70 { --tw-ring-offset-color: #166534b3; } @@ -4866,6 +6686,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #166534cc; } +.ring-offset-green-800\\/85 { + --tw-ring-offset-color: #166534d9; +} + .ring-offset-green-800\\/90 { --tw-ring-offset-color: #166534e6; } @@ -4890,6 +6714,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14532d; } +.ring-offset-green-900\\/15 { + --tw-ring-offset-color: #14532d26; +} + .ring-offset-green-900\\/20 { --tw-ring-offset-color: #14532d33; } @@ -4902,10 +6730,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14532d4d; } +.ring-offset-green-900\\/35 { + --tw-ring-offset-color: #14532d59; +} + .ring-offset-green-900\\/40 { --tw-ring-offset-color: #14532d66; } +.ring-offset-green-900\\/45 { + --tw-ring-offset-color: #14532d73; +} + .ring-offset-green-900\\/5 { --tw-ring-offset-color: #14532d0d; } @@ -4914,10 +6750,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14532d80; } +.ring-offset-green-900\\/55 { + --tw-ring-offset-color: #14532d8c; +} + .ring-offset-green-900\\/60 { --tw-ring-offset-color: #14532d99; } +.ring-offset-green-900\\/65 { + --tw-ring-offset-color: #14532da6; +} + .ring-offset-green-900\\/70 { --tw-ring-offset-color: #14532db3; } @@ -4930,6 +6774,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14532dcc; } +.ring-offset-green-900\\/85 { + --tw-ring-offset-color: #14532dd9; +} + .ring-offset-green-900\\/90 { --tw-ring-offset-color: #14532de6; } @@ -4954,6 +6802,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #052e16; } +.ring-offset-green-950\\/15 { + --tw-ring-offset-color: #052e1626; +} + .ring-offset-green-950\\/20 { --tw-ring-offset-color: #052e1633; } @@ -4966,10 +6818,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #052e164d; } +.ring-offset-green-950\\/35 { + --tw-ring-offset-color: #052e1659; +} + .ring-offset-green-950\\/40 { --tw-ring-offset-color: #052e1666; } +.ring-offset-green-950\\/45 { + --tw-ring-offset-color: #052e1673; +} + .ring-offset-green-950\\/5 { --tw-ring-offset-color: #052e160d; } @@ -4978,10 +6838,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #052e1680; } +.ring-offset-green-950\\/55 { + --tw-ring-offset-color: #052e168c; +} + .ring-offset-green-950\\/60 { --tw-ring-offset-color: #052e1699; } +.ring-offset-green-950\\/65 { + --tw-ring-offset-color: #052e16a6; +} + .ring-offset-green-950\\/70 { --tw-ring-offset-color: #052e16b3; } @@ -4994,6 +6862,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #052e16cc; } +.ring-offset-green-950\\/85 { + --tw-ring-offset-color: #052e16d9; +} + .ring-offset-green-950\\/90 { --tw-ring-offset-color: #052e16e6; } @@ -5018,6 +6890,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0e7ff; } +.ring-offset-indigo-100\\/15 { + --tw-ring-offset-color: #e0e7ff26; +} + .ring-offset-indigo-100\\/20 { --tw-ring-offset-color: #e0e7ff33; } @@ -5030,10 +6906,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0e7ff4d; } +.ring-offset-indigo-100\\/35 { + --tw-ring-offset-color: #e0e7ff59; +} + .ring-offset-indigo-100\\/40 { --tw-ring-offset-color: #e0e7ff66; } +.ring-offset-indigo-100\\/45 { + --tw-ring-offset-color: #e0e7ff73; +} + .ring-offset-indigo-100\\/5 { --tw-ring-offset-color: #e0e7ff0d; } @@ -5042,10 +6926,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0e7ff80; } +.ring-offset-indigo-100\\/55 { + --tw-ring-offset-color: #e0e7ff8c; +} + .ring-offset-indigo-100\\/60 { --tw-ring-offset-color: #e0e7ff99; } +.ring-offset-indigo-100\\/65 { + --tw-ring-offset-color: #e0e7ffa6; +} + .ring-offset-indigo-100\\/70 { --tw-ring-offset-color: #e0e7ffb3; } @@ -5058,6 +6950,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0e7ffcc; } +.ring-offset-indigo-100\\/85 { + --tw-ring-offset-color: #e0e7ffd9; +} + .ring-offset-indigo-100\\/90 { --tw-ring-offset-color: #e0e7ffe6; } @@ -5082,6 +6978,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c7d2fe; } +.ring-offset-indigo-200\\/15 { + --tw-ring-offset-color: #c7d2fe26; +} + .ring-offset-indigo-200\\/20 { --tw-ring-offset-color: #c7d2fe33; } @@ -5094,10 +6994,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c7d2fe4d; } +.ring-offset-indigo-200\\/35 { + --tw-ring-offset-color: #c7d2fe59; +} + .ring-offset-indigo-200\\/40 { --tw-ring-offset-color: #c7d2fe66; } +.ring-offset-indigo-200\\/45 { + --tw-ring-offset-color: #c7d2fe73; +} + .ring-offset-indigo-200\\/5 { --tw-ring-offset-color: #c7d2fe0d; } @@ -5106,10 +7014,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c7d2fe80; } +.ring-offset-indigo-200\\/55 { + --tw-ring-offset-color: #c7d2fe8c; +} + .ring-offset-indigo-200\\/60 { --tw-ring-offset-color: #c7d2fe99; } +.ring-offset-indigo-200\\/65 { + --tw-ring-offset-color: #c7d2fea6; +} + .ring-offset-indigo-200\\/70 { --tw-ring-offset-color: #c7d2feb3; } @@ -5122,6 +7038,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c7d2fecc; } +.ring-offset-indigo-200\\/85 { + --tw-ring-offset-color: #c7d2fed9; +} + .ring-offset-indigo-200\\/90 { --tw-ring-offset-color: #c7d2fee6; } @@ -5146,6 +7066,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5b4fc; } +.ring-offset-indigo-300\\/15 { + --tw-ring-offset-color: #a5b4fc26; +} + .ring-offset-indigo-300\\/20 { --tw-ring-offset-color: #a5b4fc33; } @@ -5158,10 +7082,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5b4fc4d; } +.ring-offset-indigo-300\\/35 { + --tw-ring-offset-color: #a5b4fc59; +} + .ring-offset-indigo-300\\/40 { --tw-ring-offset-color: #a5b4fc66; } +.ring-offset-indigo-300\\/45 { + --tw-ring-offset-color: #a5b4fc73; +} + .ring-offset-indigo-300\\/5 { --tw-ring-offset-color: #a5b4fc0d; } @@ -5170,10 +7102,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5b4fc80; } +.ring-offset-indigo-300\\/55 { + --tw-ring-offset-color: #a5b4fc8c; +} + .ring-offset-indigo-300\\/60 { --tw-ring-offset-color: #a5b4fc99; } +.ring-offset-indigo-300\\/65 { + --tw-ring-offset-color: #a5b4fca6; +} + .ring-offset-indigo-300\\/70 { --tw-ring-offset-color: #a5b4fcb3; } @@ -5186,6 +7126,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a5b4fccc; } +.ring-offset-indigo-300\\/85 { + --tw-ring-offset-color: #a5b4fcd9; +} + .ring-offset-indigo-300\\/90 { --tw-ring-offset-color: #a5b4fce6; } @@ -5210,6 +7154,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #818cf8; } +.ring-offset-indigo-400\\/15 { + --tw-ring-offset-color: #818cf826; +} + .ring-offset-indigo-400\\/20 { --tw-ring-offset-color: #818cf833; } @@ -5222,10 +7170,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #818cf84d; } +.ring-offset-indigo-400\\/35 { + --tw-ring-offset-color: #818cf859; +} + .ring-offset-indigo-400\\/40 { --tw-ring-offset-color: #818cf866; } +.ring-offset-indigo-400\\/45 { + --tw-ring-offset-color: #818cf873; +} + .ring-offset-indigo-400\\/5 { --tw-ring-offset-color: #818cf80d; } @@ -5234,10 +7190,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #818cf880; } +.ring-offset-indigo-400\\/55 { + --tw-ring-offset-color: #818cf88c; +} + .ring-offset-indigo-400\\/60 { --tw-ring-offset-color: #818cf899; } +.ring-offset-indigo-400\\/65 { + --tw-ring-offset-color: #818cf8a6; +} + .ring-offset-indigo-400\\/70 { --tw-ring-offset-color: #818cf8b3; } @@ -5250,6 +7214,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #818cf8cc; } +.ring-offset-indigo-400\\/85 { + --tw-ring-offset-color: #818cf8d9; +} + .ring-offset-indigo-400\\/90 { --tw-ring-offset-color: #818cf8e6; } @@ -5274,6 +7242,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eef2ff; } +.ring-offset-indigo-50\\/15 { + --tw-ring-offset-color: #eef2ff26; +} + .ring-offset-indigo-50\\/20 { --tw-ring-offset-color: #eef2ff33; } @@ -5286,10 +7258,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eef2ff4d; } +.ring-offset-indigo-50\\/35 { + --tw-ring-offset-color: #eef2ff59; +} + .ring-offset-indigo-50\\/40 { --tw-ring-offset-color: #eef2ff66; } +.ring-offset-indigo-50\\/45 { + --tw-ring-offset-color: #eef2ff73; +} + .ring-offset-indigo-50\\/5 { --tw-ring-offset-color: #eef2ff0d; } @@ -5298,10 +7278,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eef2ff80; } +.ring-offset-indigo-50\\/55 { + --tw-ring-offset-color: #eef2ff8c; +} + .ring-offset-indigo-50\\/60 { --tw-ring-offset-color: #eef2ff99; } +.ring-offset-indigo-50\\/65 { + --tw-ring-offset-color: #eef2ffa6; +} + .ring-offset-indigo-50\\/70 { --tw-ring-offset-color: #eef2ffb3; } @@ -5314,6 +7302,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eef2ffcc; } +.ring-offset-indigo-50\\/85 { + --tw-ring-offset-color: #eef2ffd9; +} + .ring-offset-indigo-50\\/90 { --tw-ring-offset-color: #eef2ffe6; } @@ -5338,6 +7330,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6366f1; } +.ring-offset-indigo-500\\/15 { + --tw-ring-offset-color: #6366f126; +} + .ring-offset-indigo-500\\/20 { --tw-ring-offset-color: #6366f133; } @@ -5350,10 +7346,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6366f14d; } +.ring-offset-indigo-500\\/35 { + --tw-ring-offset-color: #6366f159; +} + .ring-offset-indigo-500\\/40 { --tw-ring-offset-color: #6366f166; } +.ring-offset-indigo-500\\/45 { + --tw-ring-offset-color: #6366f173; +} + .ring-offset-indigo-500\\/5 { --tw-ring-offset-color: #6366f10d; } @@ -5362,10 +7366,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6366f180; } +.ring-offset-indigo-500\\/55 { + --tw-ring-offset-color: #6366f18c; +} + .ring-offset-indigo-500\\/60 { --tw-ring-offset-color: #6366f199; } +.ring-offset-indigo-500\\/65 { + --tw-ring-offset-color: #6366f1a6; +} + .ring-offset-indigo-500\\/70 { --tw-ring-offset-color: #6366f1b3; } @@ -5378,6 +7390,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6366f1cc; } +.ring-offset-indigo-500\\/85 { + --tw-ring-offset-color: #6366f1d9; +} + .ring-offset-indigo-500\\/90 { --tw-ring-offset-color: #6366f1e6; } @@ -5402,6 +7418,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4f46e5; } +.ring-offset-indigo-600\\/15 { + --tw-ring-offset-color: #4f46e526; +} + .ring-offset-indigo-600\\/20 { --tw-ring-offset-color: #4f46e533; } @@ -5414,10 +7434,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4f46e54d; } +.ring-offset-indigo-600\\/35 { + --tw-ring-offset-color: #4f46e559; +} + .ring-offset-indigo-600\\/40 { --tw-ring-offset-color: #4f46e566; } +.ring-offset-indigo-600\\/45 { + --tw-ring-offset-color: #4f46e573; +} + .ring-offset-indigo-600\\/5 { --tw-ring-offset-color: #4f46e50d; } @@ -5426,10 +7454,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4f46e580; } +.ring-offset-indigo-600\\/55 { + --tw-ring-offset-color: #4f46e58c; +} + .ring-offset-indigo-600\\/60 { --tw-ring-offset-color: #4f46e599; } +.ring-offset-indigo-600\\/65 { + --tw-ring-offset-color: #4f46e5a6; +} + .ring-offset-indigo-600\\/70 { --tw-ring-offset-color: #4f46e5b3; } @@ -5442,6 +7478,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4f46e5cc; } +.ring-offset-indigo-600\\/85 { + --tw-ring-offset-color: #4f46e5d9; +} + .ring-offset-indigo-600\\/90 { --tw-ring-offset-color: #4f46e5e6; } @@ -5466,6 +7506,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4338ca; } +.ring-offset-indigo-700\\/15 { + --tw-ring-offset-color: #4338ca26; +} + .ring-offset-indigo-700\\/20 { --tw-ring-offset-color: #4338ca33; } @@ -5478,10 +7522,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4338ca4d; } +.ring-offset-indigo-700\\/35 { + --tw-ring-offset-color: #4338ca59; +} + .ring-offset-indigo-700\\/40 { --tw-ring-offset-color: #4338ca66; } +.ring-offset-indigo-700\\/45 { + --tw-ring-offset-color: #4338ca73; +} + .ring-offset-indigo-700\\/5 { --tw-ring-offset-color: #4338ca0d; } @@ -5490,10 +7542,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4338ca80; } +.ring-offset-indigo-700\\/55 { + --tw-ring-offset-color: #4338ca8c; +} + .ring-offset-indigo-700\\/60 { --tw-ring-offset-color: #4338ca99; } +.ring-offset-indigo-700\\/65 { + --tw-ring-offset-color: #4338caa6; +} + .ring-offset-indigo-700\\/70 { --tw-ring-offset-color: #4338cab3; } @@ -5506,6 +7566,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4338cacc; } +.ring-offset-indigo-700\\/85 { + --tw-ring-offset-color: #4338cad9; +} + .ring-offset-indigo-700\\/90 { --tw-ring-offset-color: #4338cae6; } @@ -5530,6 +7594,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3730a3; } +.ring-offset-indigo-800\\/15 { + --tw-ring-offset-color: #3730a326; +} + .ring-offset-indigo-800\\/20 { --tw-ring-offset-color: #3730a333; } @@ -5542,10 +7610,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3730a34d; } +.ring-offset-indigo-800\\/35 { + --tw-ring-offset-color: #3730a359; +} + .ring-offset-indigo-800\\/40 { --tw-ring-offset-color: #3730a366; } +.ring-offset-indigo-800\\/45 { + --tw-ring-offset-color: #3730a373; +} + .ring-offset-indigo-800\\/5 { --tw-ring-offset-color: #3730a30d; } @@ -5554,10 +7630,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3730a380; } +.ring-offset-indigo-800\\/55 { + --tw-ring-offset-color: #3730a38c; +} + .ring-offset-indigo-800\\/60 { --tw-ring-offset-color: #3730a399; } +.ring-offset-indigo-800\\/65 { + --tw-ring-offset-color: #3730a3a6; +} + .ring-offset-indigo-800\\/70 { --tw-ring-offset-color: #3730a3b3; } @@ -5570,6 +7654,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3730a3cc; } +.ring-offset-indigo-800\\/85 { + --tw-ring-offset-color: #3730a3d9; +} + .ring-offset-indigo-800\\/90 { --tw-ring-offset-color: #3730a3e6; } @@ -5594,6 +7682,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #312e81; } +.ring-offset-indigo-900\\/15 { + --tw-ring-offset-color: #312e8126; +} + .ring-offset-indigo-900\\/20 { --tw-ring-offset-color: #312e8133; } @@ -5606,10 +7698,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #312e814d; } +.ring-offset-indigo-900\\/35 { + --tw-ring-offset-color: #312e8159; +} + .ring-offset-indigo-900\\/40 { --tw-ring-offset-color: #312e8166; } +.ring-offset-indigo-900\\/45 { + --tw-ring-offset-color: #312e8173; +} + .ring-offset-indigo-900\\/5 { --tw-ring-offset-color: #312e810d; } @@ -5618,10 +7718,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #312e8180; } +.ring-offset-indigo-900\\/55 { + --tw-ring-offset-color: #312e818c; +} + .ring-offset-indigo-900\\/60 { --tw-ring-offset-color: #312e8199; } +.ring-offset-indigo-900\\/65 { + --tw-ring-offset-color: #312e81a6; +} + .ring-offset-indigo-900\\/70 { --tw-ring-offset-color: #312e81b3; } @@ -5634,6 +7742,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #312e81cc; } +.ring-offset-indigo-900\\/85 { + --tw-ring-offset-color: #312e81d9; +} + .ring-offset-indigo-900\\/90 { --tw-ring-offset-color: #312e81e6; } @@ -5658,6 +7770,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e1b4b; } +.ring-offset-indigo-950\\/15 { + --tw-ring-offset-color: #1e1b4b26; +} + .ring-offset-indigo-950\\/20 { --tw-ring-offset-color: #1e1b4b33; } @@ -5670,10 +7786,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e1b4b4d; } +.ring-offset-indigo-950\\/35 { + --tw-ring-offset-color: #1e1b4b59; +} + .ring-offset-indigo-950\\/40 { --tw-ring-offset-color: #1e1b4b66; } +.ring-offset-indigo-950\\/45 { + --tw-ring-offset-color: #1e1b4b73; +} + .ring-offset-indigo-950\\/5 { --tw-ring-offset-color: #1e1b4b0d; } @@ -5682,10 +7806,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e1b4b80; } +.ring-offset-indigo-950\\/55 { + --tw-ring-offset-color: #1e1b4b8c; +} + .ring-offset-indigo-950\\/60 { --tw-ring-offset-color: #1e1b4b99; } +.ring-offset-indigo-950\\/65 { + --tw-ring-offset-color: #1e1b4ba6; +} + .ring-offset-indigo-950\\/70 { --tw-ring-offset-color: #1e1b4bb3; } @@ -5698,6 +7830,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e1b4bcc; } +.ring-offset-indigo-950\\/85 { + --tw-ring-offset-color: #1e1b4bd9; +} + .ring-offset-indigo-950\\/90 { --tw-ring-offset-color: #1e1b4be6; } @@ -5726,6 +7862,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfccb; } +.ring-offset-lime-100\\/15 { + --tw-ring-offset-color: #ecfccb26; +} + .ring-offset-lime-100\\/20 { --tw-ring-offset-color: #ecfccb33; } @@ -5738,10 +7878,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfccb4d; } +.ring-offset-lime-100\\/35 { + --tw-ring-offset-color: #ecfccb59; +} + .ring-offset-lime-100\\/40 { --tw-ring-offset-color: #ecfccb66; } +.ring-offset-lime-100\\/45 { + --tw-ring-offset-color: #ecfccb73; +} + .ring-offset-lime-100\\/5 { --tw-ring-offset-color: #ecfccb0d; } @@ -5750,10 +7898,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfccb80; } +.ring-offset-lime-100\\/55 { + --tw-ring-offset-color: #ecfccb8c; +} + .ring-offset-lime-100\\/60 { --tw-ring-offset-color: #ecfccb99; } +.ring-offset-lime-100\\/65 { + --tw-ring-offset-color: #ecfccba6; +} + .ring-offset-lime-100\\/70 { --tw-ring-offset-color: #ecfccbb3; } @@ -5766,6 +7922,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ecfccbcc; } +.ring-offset-lime-100\\/85 { + --tw-ring-offset-color: #ecfccbd9; +} + .ring-offset-lime-100\\/90 { --tw-ring-offset-color: #ecfccbe6; } @@ -5790,6 +7950,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d9f99d; } +.ring-offset-lime-200\\/15 { + --tw-ring-offset-color: #d9f99d26; +} + .ring-offset-lime-200\\/20 { --tw-ring-offset-color: #d9f99d33; } @@ -5802,10 +7966,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d9f99d4d; } +.ring-offset-lime-200\\/35 { + --tw-ring-offset-color: #d9f99d59; +} + .ring-offset-lime-200\\/40 { --tw-ring-offset-color: #d9f99d66; } +.ring-offset-lime-200\\/45 { + --tw-ring-offset-color: #d9f99d73; +} + .ring-offset-lime-200\\/5 { --tw-ring-offset-color: #d9f99d0d; } @@ -5814,10 +7986,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d9f99d80; } +.ring-offset-lime-200\\/55 { + --tw-ring-offset-color: #d9f99d8c; +} + .ring-offset-lime-200\\/60 { --tw-ring-offset-color: #d9f99d99; } +.ring-offset-lime-200\\/65 { + --tw-ring-offset-color: #d9f99da6; +} + .ring-offset-lime-200\\/70 { --tw-ring-offset-color: #d9f99db3; } @@ -5830,6 +8010,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d9f99dcc; } +.ring-offset-lime-200\\/85 { + --tw-ring-offset-color: #d9f99dd9; +} + .ring-offset-lime-200\\/90 { --tw-ring-offset-color: #d9f99de6; } @@ -5854,6 +8038,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bef264; } +.ring-offset-lime-300\\/15 { + --tw-ring-offset-color: #bef26426; +} + .ring-offset-lime-300\\/20 { --tw-ring-offset-color: #bef26433; } @@ -5866,10 +8054,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bef2644d; } +.ring-offset-lime-300\\/35 { + --tw-ring-offset-color: #bef26459; +} + .ring-offset-lime-300\\/40 { --tw-ring-offset-color: #bef26466; } +.ring-offset-lime-300\\/45 { + --tw-ring-offset-color: #bef26473; +} + .ring-offset-lime-300\\/5 { --tw-ring-offset-color: #bef2640d; } @@ -5878,10 +8074,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bef26480; } +.ring-offset-lime-300\\/55 { + --tw-ring-offset-color: #bef2648c; +} + .ring-offset-lime-300\\/60 { --tw-ring-offset-color: #bef26499; } +.ring-offset-lime-300\\/65 { + --tw-ring-offset-color: #bef264a6; +} + .ring-offset-lime-300\\/70 { --tw-ring-offset-color: #bef264b3; } @@ -5894,6 +8098,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bef264cc; } +.ring-offset-lime-300\\/85 { + --tw-ring-offset-color: #bef264d9; +} + .ring-offset-lime-300\\/90 { --tw-ring-offset-color: #bef264e6; } @@ -5918,6 +8126,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3e635; } +.ring-offset-lime-400\\/15 { + --tw-ring-offset-color: #a3e63526; +} + .ring-offset-lime-400\\/20 { --tw-ring-offset-color: #a3e63533; } @@ -5930,10 +8142,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3e6354d; } +.ring-offset-lime-400\\/35 { + --tw-ring-offset-color: #a3e63559; +} + .ring-offset-lime-400\\/40 { --tw-ring-offset-color: #a3e63566; } +.ring-offset-lime-400\\/45 { + --tw-ring-offset-color: #a3e63573; +} + .ring-offset-lime-400\\/5 { --tw-ring-offset-color: #a3e6350d; } @@ -5942,10 +8162,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3e63580; } +.ring-offset-lime-400\\/55 { + --tw-ring-offset-color: #a3e6358c; +} + .ring-offset-lime-400\\/60 { --tw-ring-offset-color: #a3e63599; } +.ring-offset-lime-400\\/65 { + --tw-ring-offset-color: #a3e635a6; +} + .ring-offset-lime-400\\/70 { --tw-ring-offset-color: #a3e635b3; } @@ -5958,6 +8186,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3e635cc; } +.ring-offset-lime-400\\/85 { + --tw-ring-offset-color: #a3e635d9; +} + .ring-offset-lime-400\\/90 { --tw-ring-offset-color: #a3e635e6; } @@ -5982,6 +8214,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f7fee7; } +.ring-offset-lime-50\\/15 { + --tw-ring-offset-color: #f7fee726; +} + .ring-offset-lime-50\\/20 { --tw-ring-offset-color: #f7fee733; } @@ -5994,10 +8230,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f7fee74d; } +.ring-offset-lime-50\\/35 { + --tw-ring-offset-color: #f7fee759; +} + .ring-offset-lime-50\\/40 { --tw-ring-offset-color: #f7fee766; } +.ring-offset-lime-50\\/45 { + --tw-ring-offset-color: #f7fee773; +} + .ring-offset-lime-50\\/5 { --tw-ring-offset-color: #f7fee70d; } @@ -6006,10 +8250,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f7fee780; } +.ring-offset-lime-50\\/55 { + --tw-ring-offset-color: #f7fee78c; +} + .ring-offset-lime-50\\/60 { --tw-ring-offset-color: #f7fee799; } +.ring-offset-lime-50\\/65 { + --tw-ring-offset-color: #f7fee7a6; +} + .ring-offset-lime-50\\/70 { --tw-ring-offset-color: #f7fee7b3; } @@ -6022,6 +8274,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f7fee7cc; } +.ring-offset-lime-50\\/85 { + --tw-ring-offset-color: #f7fee7d9; +} + .ring-offset-lime-50\\/90 { --tw-ring-offset-color: #f7fee7e6; } @@ -6046,6 +8302,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #84cc16; } +.ring-offset-lime-500\\/15 { + --tw-ring-offset-color: #84cc1626; +} + .ring-offset-lime-500\\/20 { --tw-ring-offset-color: #84cc1633; } @@ -6058,10 +8318,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #84cc164d; } +.ring-offset-lime-500\\/35 { + --tw-ring-offset-color: #84cc1659; +} + .ring-offset-lime-500\\/40 { --tw-ring-offset-color: #84cc1666; } +.ring-offset-lime-500\\/45 { + --tw-ring-offset-color: #84cc1673; +} + .ring-offset-lime-500\\/5 { --tw-ring-offset-color: #84cc160d; } @@ -6070,10 +8338,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #84cc1680; } +.ring-offset-lime-500\\/55 { + --tw-ring-offset-color: #84cc168c; +} + .ring-offset-lime-500\\/60 { --tw-ring-offset-color: #84cc1699; } +.ring-offset-lime-500\\/65 { + --tw-ring-offset-color: #84cc16a6; +} + .ring-offset-lime-500\\/70 { --tw-ring-offset-color: #84cc16b3; } @@ -6086,6 +8362,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #84cc16cc; } +.ring-offset-lime-500\\/85 { + --tw-ring-offset-color: #84cc16d9; +} + .ring-offset-lime-500\\/90 { --tw-ring-offset-color: #84cc16e6; } @@ -6110,6 +8390,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #65a30d; } +.ring-offset-lime-600\\/15 { + --tw-ring-offset-color: #65a30d26; +} + .ring-offset-lime-600\\/20 { --tw-ring-offset-color: #65a30d33; } @@ -6122,10 +8406,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #65a30d4d; } +.ring-offset-lime-600\\/35 { + --tw-ring-offset-color: #65a30d59; +} + .ring-offset-lime-600\\/40 { --tw-ring-offset-color: #65a30d66; } +.ring-offset-lime-600\\/45 { + --tw-ring-offset-color: #65a30d73; +} + .ring-offset-lime-600\\/5 { --tw-ring-offset-color: #65a30d0d; } @@ -6134,10 +8426,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #65a30d80; } +.ring-offset-lime-600\\/55 { + --tw-ring-offset-color: #65a30d8c; +} + .ring-offset-lime-600\\/60 { --tw-ring-offset-color: #65a30d99; } +.ring-offset-lime-600\\/65 { + --tw-ring-offset-color: #65a30da6; +} + .ring-offset-lime-600\\/70 { --tw-ring-offset-color: #65a30db3; } @@ -6150,6 +8450,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #65a30dcc; } +.ring-offset-lime-600\\/85 { + --tw-ring-offset-color: #65a30dd9; +} + .ring-offset-lime-600\\/90 { --tw-ring-offset-color: #65a30de6; } @@ -6174,6 +8478,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4d7c0f; } +.ring-offset-lime-700\\/15 { + --tw-ring-offset-color: #4d7c0f26; +} + .ring-offset-lime-700\\/20 { --tw-ring-offset-color: #4d7c0f33; } @@ -6186,10 +8494,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4d7c0f4d; } +.ring-offset-lime-700\\/35 { + --tw-ring-offset-color: #4d7c0f59; +} + .ring-offset-lime-700\\/40 { --tw-ring-offset-color: #4d7c0f66; } +.ring-offset-lime-700\\/45 { + --tw-ring-offset-color: #4d7c0f73; +} + .ring-offset-lime-700\\/5 { --tw-ring-offset-color: #4d7c0f0d; } @@ -6198,10 +8514,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4d7c0f80; } +.ring-offset-lime-700\\/55 { + --tw-ring-offset-color: #4d7c0f8c; +} + .ring-offset-lime-700\\/60 { --tw-ring-offset-color: #4d7c0f99; } +.ring-offset-lime-700\\/65 { + --tw-ring-offset-color: #4d7c0fa6; +} + .ring-offset-lime-700\\/70 { --tw-ring-offset-color: #4d7c0fb3; } @@ -6214,6 +8538,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4d7c0fcc; } +.ring-offset-lime-700\\/85 { + --tw-ring-offset-color: #4d7c0fd9; +} + .ring-offset-lime-700\\/90 { --tw-ring-offset-color: #4d7c0fe6; } @@ -6238,6 +8566,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f6212; } +.ring-offset-lime-800\\/15 { + --tw-ring-offset-color: #3f621226; +} + .ring-offset-lime-800\\/20 { --tw-ring-offset-color: #3f621233; } @@ -6250,10 +8582,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f62124d; } +.ring-offset-lime-800\\/35 { + --tw-ring-offset-color: #3f621259; +} + .ring-offset-lime-800\\/40 { --tw-ring-offset-color: #3f621266; } +.ring-offset-lime-800\\/45 { + --tw-ring-offset-color: #3f621273; +} + .ring-offset-lime-800\\/5 { --tw-ring-offset-color: #3f62120d; } @@ -6262,10 +8602,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f621280; } +.ring-offset-lime-800\\/55 { + --tw-ring-offset-color: #3f62128c; +} + .ring-offset-lime-800\\/60 { --tw-ring-offset-color: #3f621299; } +.ring-offset-lime-800\\/65 { + --tw-ring-offset-color: #3f6212a6; +} + .ring-offset-lime-800\\/70 { --tw-ring-offset-color: #3f6212b3; } @@ -6278,6 +8626,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f6212cc; } +.ring-offset-lime-800\\/85 { + --tw-ring-offset-color: #3f6212d9; +} + .ring-offset-lime-800\\/90 { --tw-ring-offset-color: #3f6212e6; } @@ -6302,6 +8654,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #365314; } +.ring-offset-lime-900\\/15 { + --tw-ring-offset-color: #36531426; +} + .ring-offset-lime-900\\/20 { --tw-ring-offset-color: #36531433; } @@ -6314,10 +8670,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3653144d; } +.ring-offset-lime-900\\/35 { + --tw-ring-offset-color: #36531459; +} + .ring-offset-lime-900\\/40 { --tw-ring-offset-color: #36531466; } +.ring-offset-lime-900\\/45 { + --tw-ring-offset-color: #36531473; +} + .ring-offset-lime-900\\/5 { --tw-ring-offset-color: #3653140d; } @@ -6326,10 +8690,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #36531480; } +.ring-offset-lime-900\\/55 { + --tw-ring-offset-color: #3653148c; +} + .ring-offset-lime-900\\/60 { --tw-ring-offset-color: #36531499; } +.ring-offset-lime-900\\/65 { + --tw-ring-offset-color: #365314a6; +} + .ring-offset-lime-900\\/70 { --tw-ring-offset-color: #365314b3; } @@ -6342,6 +8714,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #365314cc; } +.ring-offset-lime-900\\/85 { + --tw-ring-offset-color: #365314d9; +} + .ring-offset-lime-900\\/90 { --tw-ring-offset-color: #365314e6; } @@ -6366,6 +8742,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1a2e05; } +.ring-offset-lime-950\\/15 { + --tw-ring-offset-color: #1a2e0526; +} + .ring-offset-lime-950\\/20 { --tw-ring-offset-color: #1a2e0533; } @@ -6378,10 +8758,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1a2e054d; } +.ring-offset-lime-950\\/35 { + --tw-ring-offset-color: #1a2e0559; +} + .ring-offset-lime-950\\/40 { --tw-ring-offset-color: #1a2e0566; } +.ring-offset-lime-950\\/45 { + --tw-ring-offset-color: #1a2e0573; +} + .ring-offset-lime-950\\/5 { --tw-ring-offset-color: #1a2e050d; } @@ -6390,10 +8778,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1a2e0580; } +.ring-offset-lime-950\\/55 { + --tw-ring-offset-color: #1a2e058c; +} + .ring-offset-lime-950\\/60 { --tw-ring-offset-color: #1a2e0599; } +.ring-offset-lime-950\\/65 { + --tw-ring-offset-color: #1a2e05a6; +} + .ring-offset-lime-950\\/70 { --tw-ring-offset-color: #1a2e05b3; } @@ -6406,6 +8802,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1a2e05cc; } +.ring-offset-lime-950\\/85 { + --tw-ring-offset-color: #1a2e05d9; +} + .ring-offset-lime-950\\/90 { --tw-ring-offset-color: #1a2e05e6; } @@ -6430,6 +8830,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f5; } +.ring-offset-neutral-100\\/15 { + --tw-ring-offset-color: #f5f5f526; +} + .ring-offset-neutral-100\\/20 { --tw-ring-offset-color: #f5f5f533; } @@ -6442,10 +8846,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f54d; } +.ring-offset-neutral-100\\/35 { + --tw-ring-offset-color: #f5f5f559; +} + .ring-offset-neutral-100\\/40 { --tw-ring-offset-color: #f5f5f566; } +.ring-offset-neutral-100\\/45 { + --tw-ring-offset-color: #f5f5f573; +} + .ring-offset-neutral-100\\/5 { --tw-ring-offset-color: #f5f5f50d; } @@ -6454,10 +8866,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f580; } +.ring-offset-neutral-100\\/55 { + --tw-ring-offset-color: #f5f5f58c; +} + .ring-offset-neutral-100\\/60 { --tw-ring-offset-color: #f5f5f599; } +.ring-offset-neutral-100\\/65 { + --tw-ring-offset-color: #f5f5f5a6; +} + .ring-offset-neutral-100\\/70 { --tw-ring-offset-color: #f5f5f5b3; } @@ -6470,6 +8890,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f5cc; } +.ring-offset-neutral-100\\/85 { + --tw-ring-offset-color: #f5f5f5d9; +} + .ring-offset-neutral-100\\/90 { --tw-ring-offset-color: #f5f5f5e6; } @@ -6494,6 +8918,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e5e5; } +.ring-offset-neutral-200\\/15 { + --tw-ring-offset-color: #e5e5e526; +} + .ring-offset-neutral-200\\/20 { --tw-ring-offset-color: #e5e5e533; } @@ -6506,10 +8934,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e5e54d; } +.ring-offset-neutral-200\\/35 { + --tw-ring-offset-color: #e5e5e559; +} + .ring-offset-neutral-200\\/40 { --tw-ring-offset-color: #e5e5e566; } +.ring-offset-neutral-200\\/45 { + --tw-ring-offset-color: #e5e5e573; +} + .ring-offset-neutral-200\\/5 { --tw-ring-offset-color: #e5e5e50d; } @@ -6518,10 +8954,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e5e580; } +.ring-offset-neutral-200\\/55 { + --tw-ring-offset-color: #e5e5e58c; +} + .ring-offset-neutral-200\\/60 { --tw-ring-offset-color: #e5e5e599; } +.ring-offset-neutral-200\\/65 { + --tw-ring-offset-color: #e5e5e5a6; +} + .ring-offset-neutral-200\\/70 { --tw-ring-offset-color: #e5e5e5b3; } @@ -6534,6 +8978,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e5e5e5cc; } +.ring-offset-neutral-200\\/85 { + --tw-ring-offset-color: #e5e5e5d9; +} + .ring-offset-neutral-200\\/90 { --tw-ring-offset-color: #e5e5e5e6; } @@ -6558,6 +9006,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d4; } +.ring-offset-neutral-300\\/15 { + --tw-ring-offset-color: #d4d4d426; +} + .ring-offset-neutral-300\\/20 { --tw-ring-offset-color: #d4d4d433; } @@ -6570,10 +9022,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d44d; } +.ring-offset-neutral-300\\/35 { + --tw-ring-offset-color: #d4d4d459; +} + .ring-offset-neutral-300\\/40 { --tw-ring-offset-color: #d4d4d466; } +.ring-offset-neutral-300\\/45 { + --tw-ring-offset-color: #d4d4d473; +} + .ring-offset-neutral-300\\/5 { --tw-ring-offset-color: #d4d4d40d; } @@ -6582,10 +9042,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d480; } +.ring-offset-neutral-300\\/55 { + --tw-ring-offset-color: #d4d4d48c; +} + .ring-offset-neutral-300\\/60 { --tw-ring-offset-color: #d4d4d499; } +.ring-offset-neutral-300\\/65 { + --tw-ring-offset-color: #d4d4d4a6; +} + .ring-offset-neutral-300\\/70 { --tw-ring-offset-color: #d4d4d4b3; } @@ -6598,6 +9066,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d4cc; } +.ring-offset-neutral-300\\/85 { + --tw-ring-offset-color: #d4d4d4d9; +} + .ring-offset-neutral-300\\/90 { --tw-ring-offset-color: #d4d4d4e6; } @@ -6622,6 +9094,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3a3a3; } +.ring-offset-neutral-400\\/15 { + --tw-ring-offset-color: #a3a3a326; +} + .ring-offset-neutral-400\\/20 { --tw-ring-offset-color: #a3a3a333; } @@ -6634,10 +9110,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3a3a34d; } +.ring-offset-neutral-400\\/35 { + --tw-ring-offset-color: #a3a3a359; +} + .ring-offset-neutral-400\\/40 { --tw-ring-offset-color: #a3a3a366; } +.ring-offset-neutral-400\\/45 { + --tw-ring-offset-color: #a3a3a373; +} + .ring-offset-neutral-400\\/5 { --tw-ring-offset-color: #a3a3a30d; } @@ -6646,10 +9130,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3a3a380; } +.ring-offset-neutral-400\\/55 { + --tw-ring-offset-color: #a3a3a38c; +} + .ring-offset-neutral-400\\/60 { --tw-ring-offset-color: #a3a3a399; } +.ring-offset-neutral-400\\/65 { + --tw-ring-offset-color: #a3a3a3a6; +} + .ring-offset-neutral-400\\/70 { --tw-ring-offset-color: #a3a3a3b3; } @@ -6662,6 +9154,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a3a3a3cc; } +.ring-offset-neutral-400\\/85 { + --tw-ring-offset-color: #a3a3a3d9; +} + .ring-offset-neutral-400\\/90 { --tw-ring-offset-color: #a3a3a3e6; } @@ -6686,6 +9182,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafa; } +.ring-offset-neutral-50\\/15 { + --tw-ring-offset-color: #fafafa26; +} + .ring-offset-neutral-50\\/20 { --tw-ring-offset-color: #fafafa33; } @@ -6698,10 +9198,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafa4d; } +.ring-offset-neutral-50\\/35 { + --tw-ring-offset-color: #fafafa59; +} + .ring-offset-neutral-50\\/40 { --tw-ring-offset-color: #fafafa66; } +.ring-offset-neutral-50\\/45 { + --tw-ring-offset-color: #fafafa73; +} + .ring-offset-neutral-50\\/5 { --tw-ring-offset-color: #fafafa0d; } @@ -6710,10 +9218,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafa80; } +.ring-offset-neutral-50\\/55 { + --tw-ring-offset-color: #fafafa8c; +} + .ring-offset-neutral-50\\/60 { --tw-ring-offset-color: #fafafa99; } +.ring-offset-neutral-50\\/65 { + --tw-ring-offset-color: #fafafaa6; +} + .ring-offset-neutral-50\\/70 { --tw-ring-offset-color: #fafafab3; } @@ -6726,6 +9242,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafacc; } +.ring-offset-neutral-50\\/85 { + --tw-ring-offset-color: #fafafad9; +} + .ring-offset-neutral-50\\/90 { --tw-ring-offset-color: #fafafae6; } @@ -6750,6 +9270,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #737373; } +.ring-offset-neutral-500\\/15 { + --tw-ring-offset-color: #73737326; +} + .ring-offset-neutral-500\\/20 { --tw-ring-offset-color: #73737333; } @@ -6762,10 +9286,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7373734d; } +.ring-offset-neutral-500\\/35 { + --tw-ring-offset-color: #73737359; +} + .ring-offset-neutral-500\\/40 { --tw-ring-offset-color: #73737366; } +.ring-offset-neutral-500\\/45 { + --tw-ring-offset-color: #73737373; +} + .ring-offset-neutral-500\\/5 { --tw-ring-offset-color: #7373730d; } @@ -6774,10 +9306,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #73737380; } +.ring-offset-neutral-500\\/55 { + --tw-ring-offset-color: #7373738c; +} + .ring-offset-neutral-500\\/60 { --tw-ring-offset-color: #73737399; } +.ring-offset-neutral-500\\/65 { + --tw-ring-offset-color: #737373a6; +} + .ring-offset-neutral-500\\/70 { --tw-ring-offset-color: #737373b3; } @@ -6790,6 +9330,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #737373cc; } +.ring-offset-neutral-500\\/85 { + --tw-ring-offset-color: #737373d9; +} + .ring-offset-neutral-500\\/90 { --tw-ring-offset-color: #737373e6; } @@ -6814,6 +9358,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #525252; } +.ring-offset-neutral-600\\/15 { + --tw-ring-offset-color: #52525226; +} + .ring-offset-neutral-600\\/20 { --tw-ring-offset-color: #52525233; } @@ -6826,10 +9374,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5252524d; } +.ring-offset-neutral-600\\/35 { + --tw-ring-offset-color: #52525259; +} + .ring-offset-neutral-600\\/40 { --tw-ring-offset-color: #52525266; } +.ring-offset-neutral-600\\/45 { + --tw-ring-offset-color: #52525273; +} + .ring-offset-neutral-600\\/5 { --tw-ring-offset-color: #5252520d; } @@ -6838,10 +9394,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #52525280; } +.ring-offset-neutral-600\\/55 { + --tw-ring-offset-color: #5252528c; +} + .ring-offset-neutral-600\\/60 { --tw-ring-offset-color: #52525299; } +.ring-offset-neutral-600\\/65 { + --tw-ring-offset-color: #525252a6; +} + .ring-offset-neutral-600\\/70 { --tw-ring-offset-color: #525252b3; } @@ -6854,6 +9418,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #525252cc; } +.ring-offset-neutral-600\\/85 { + --tw-ring-offset-color: #525252d9; +} + .ring-offset-neutral-600\\/90 { --tw-ring-offset-color: #525252e6; } @@ -6878,6 +9446,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #404040; } +.ring-offset-neutral-700\\/15 { + --tw-ring-offset-color: #40404026; +} + .ring-offset-neutral-700\\/20 { --tw-ring-offset-color: #40404033; } @@ -6890,10 +9462,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4040404d; } +.ring-offset-neutral-700\\/35 { + --tw-ring-offset-color: #40404059; +} + .ring-offset-neutral-700\\/40 { --tw-ring-offset-color: #40404066; } +.ring-offset-neutral-700\\/45 { + --tw-ring-offset-color: #40404073; +} + .ring-offset-neutral-700\\/5 { --tw-ring-offset-color: #4040400d; } @@ -6902,10 +9482,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #40404080; } +.ring-offset-neutral-700\\/55 { + --tw-ring-offset-color: #4040408c; +} + .ring-offset-neutral-700\\/60 { --tw-ring-offset-color: #40404099; } +.ring-offset-neutral-700\\/65 { + --tw-ring-offset-color: #404040a6; +} + .ring-offset-neutral-700\\/70 { --tw-ring-offset-color: #404040b3; } @@ -6918,6 +9506,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #404040cc; } +.ring-offset-neutral-700\\/85 { + --tw-ring-offset-color: #404040d9; +} + .ring-offset-neutral-700\\/90 { --tw-ring-offset-color: #404040e6; } @@ -6942,6 +9534,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #262626; } +.ring-offset-neutral-800\\/15 { + --tw-ring-offset-color: #26262626; +} + .ring-offset-neutral-800\\/20 { --tw-ring-offset-color: #26262633; } @@ -6954,10 +9550,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2626264d; } +.ring-offset-neutral-800\\/35 { + --tw-ring-offset-color: #26262659; +} + .ring-offset-neutral-800\\/40 { --tw-ring-offset-color: #26262666; } +.ring-offset-neutral-800\\/45 { + --tw-ring-offset-color: #26262673; +} + .ring-offset-neutral-800\\/5 { --tw-ring-offset-color: #2626260d; } @@ -6966,10 +9570,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #26262680; } +.ring-offset-neutral-800\\/55 { + --tw-ring-offset-color: #2626268c; +} + .ring-offset-neutral-800\\/60 { --tw-ring-offset-color: #26262699; } +.ring-offset-neutral-800\\/65 { + --tw-ring-offset-color: #262626a6; +} + .ring-offset-neutral-800\\/70 { --tw-ring-offset-color: #262626b3; } @@ -6982,6 +9594,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #262626cc; } +.ring-offset-neutral-800\\/85 { + --tw-ring-offset-color: #262626d9; +} + .ring-offset-neutral-800\\/90 { --tw-ring-offset-color: #262626e6; } @@ -7006,6 +9622,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #171717; } +.ring-offset-neutral-900\\/15 { + --tw-ring-offset-color: #17171726; +} + .ring-offset-neutral-900\\/20 { --tw-ring-offset-color: #17171733; } @@ -7018,10 +9638,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1717174d; } +.ring-offset-neutral-900\\/35 { + --tw-ring-offset-color: #17171759; +} + .ring-offset-neutral-900\\/40 { --tw-ring-offset-color: #17171766; } +.ring-offset-neutral-900\\/45 { + --tw-ring-offset-color: #17171773; +} + .ring-offset-neutral-900\\/5 { --tw-ring-offset-color: #1717170d; } @@ -7030,10 +9658,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #17171780; } +.ring-offset-neutral-900\\/55 { + --tw-ring-offset-color: #1717178c; +} + .ring-offset-neutral-900\\/60 { --tw-ring-offset-color: #17171799; } +.ring-offset-neutral-900\\/65 { + --tw-ring-offset-color: #171717a6; +} + .ring-offset-neutral-900\\/70 { --tw-ring-offset-color: #171717b3; } @@ -7046,6 +9682,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #171717cc; } +.ring-offset-neutral-900\\/85 { + --tw-ring-offset-color: #171717d9; +} + .ring-offset-neutral-900\\/90 { --tw-ring-offset-color: #171717e6; } @@ -7070,6 +9710,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0a0a0a; } +.ring-offset-neutral-950\\/15 { + --tw-ring-offset-color: #0a0a0a26; +} + .ring-offset-neutral-950\\/20 { --tw-ring-offset-color: #0a0a0a33; } @@ -7082,10 +9726,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0a0a0a4d; } +.ring-offset-neutral-950\\/35 { + --tw-ring-offset-color: #0a0a0a59; +} + .ring-offset-neutral-950\\/40 { --tw-ring-offset-color: #0a0a0a66; } +.ring-offset-neutral-950\\/45 { + --tw-ring-offset-color: #0a0a0a73; +} + .ring-offset-neutral-950\\/5 { --tw-ring-offset-color: #0a0a0a0d; } @@ -7094,10 +9746,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0a0a0a80; } +.ring-offset-neutral-950\\/55 { + --tw-ring-offset-color: #0a0a0a8c; +} + .ring-offset-neutral-950\\/60 { --tw-ring-offset-color: #0a0a0a99; } +.ring-offset-neutral-950\\/65 { + --tw-ring-offset-color: #0a0a0aa6; +} + .ring-offset-neutral-950\\/70 { --tw-ring-offset-color: #0a0a0ab3; } @@ -7110,6 +9770,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0a0a0acc; } +.ring-offset-neutral-950\\/85 { + --tw-ring-offset-color: #0a0a0ad9; +} + .ring-offset-neutral-950\\/90 { --tw-ring-offset-color: #0a0a0ae6; } @@ -7134,6 +9798,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffedd5; } +.ring-offset-orange-100\\/15 { + --tw-ring-offset-color: #ffedd526; +} + .ring-offset-orange-100\\/20 { --tw-ring-offset-color: #ffedd533; } @@ -7146,10 +9814,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffedd54d; } +.ring-offset-orange-100\\/35 { + --tw-ring-offset-color: #ffedd559; +} + .ring-offset-orange-100\\/40 { --tw-ring-offset-color: #ffedd566; } +.ring-offset-orange-100\\/45 { + --tw-ring-offset-color: #ffedd573; +} + .ring-offset-orange-100\\/5 { --tw-ring-offset-color: #ffedd50d; } @@ -7158,10 +9834,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffedd580; } +.ring-offset-orange-100\\/55 { + --tw-ring-offset-color: #ffedd58c; +} + .ring-offset-orange-100\\/60 { --tw-ring-offset-color: #ffedd599; } +.ring-offset-orange-100\\/65 { + --tw-ring-offset-color: #ffedd5a6; +} + .ring-offset-orange-100\\/70 { --tw-ring-offset-color: #ffedd5b3; } @@ -7174,6 +9858,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffedd5cc; } +.ring-offset-orange-100\\/85 { + --tw-ring-offset-color: #ffedd5d9; +} + .ring-offset-orange-100\\/90 { --tw-ring-offset-color: #ffedd5e6; } @@ -7198,6 +9886,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fed7aa; } +.ring-offset-orange-200\\/15 { + --tw-ring-offset-color: #fed7aa26; +} + .ring-offset-orange-200\\/20 { --tw-ring-offset-color: #fed7aa33; } @@ -7210,10 +9902,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fed7aa4d; } +.ring-offset-orange-200\\/35 { + --tw-ring-offset-color: #fed7aa59; +} + .ring-offset-orange-200\\/40 { --tw-ring-offset-color: #fed7aa66; } +.ring-offset-orange-200\\/45 { + --tw-ring-offset-color: #fed7aa73; +} + .ring-offset-orange-200\\/5 { --tw-ring-offset-color: #fed7aa0d; } @@ -7222,10 +9922,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fed7aa80; } +.ring-offset-orange-200\\/55 { + --tw-ring-offset-color: #fed7aa8c; +} + .ring-offset-orange-200\\/60 { --tw-ring-offset-color: #fed7aa99; } +.ring-offset-orange-200\\/65 { + --tw-ring-offset-color: #fed7aaa6; +} + .ring-offset-orange-200\\/70 { --tw-ring-offset-color: #fed7aab3; } @@ -7238,6 +9946,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fed7aacc; } +.ring-offset-orange-200\\/85 { + --tw-ring-offset-color: #fed7aad9; +} + .ring-offset-orange-200\\/90 { --tw-ring-offset-color: #fed7aae6; } @@ -7262,6 +9974,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdba74; } +.ring-offset-orange-300\\/15 { + --tw-ring-offset-color: #fdba7426; +} + .ring-offset-orange-300\\/20 { --tw-ring-offset-color: #fdba7433; } @@ -7274,10 +9990,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdba744d; } +.ring-offset-orange-300\\/35 { + --tw-ring-offset-color: #fdba7459; +} + .ring-offset-orange-300\\/40 { --tw-ring-offset-color: #fdba7466; } +.ring-offset-orange-300\\/45 { + --tw-ring-offset-color: #fdba7473; +} + .ring-offset-orange-300\\/5 { --tw-ring-offset-color: #fdba740d; } @@ -7286,10 +10010,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdba7480; } +.ring-offset-orange-300\\/55 { + --tw-ring-offset-color: #fdba748c; +} + .ring-offset-orange-300\\/60 { --tw-ring-offset-color: #fdba7499; } +.ring-offset-orange-300\\/65 { + --tw-ring-offset-color: #fdba74a6; +} + .ring-offset-orange-300\\/70 { --tw-ring-offset-color: #fdba74b3; } @@ -7302,6 +10034,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdba74cc; } +.ring-offset-orange-300\\/85 { + --tw-ring-offset-color: #fdba74d9; +} + .ring-offset-orange-300\\/90 { --tw-ring-offset-color: #fdba74e6; } @@ -7326,6 +10062,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb923c; } +.ring-offset-orange-400\\/15 { + --tw-ring-offset-color: #fb923c26; +} + .ring-offset-orange-400\\/20 { --tw-ring-offset-color: #fb923c33; } @@ -7338,10 +10078,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb923c4d; } +.ring-offset-orange-400\\/35 { + --tw-ring-offset-color: #fb923c59; +} + .ring-offset-orange-400\\/40 { --tw-ring-offset-color: #fb923c66; } +.ring-offset-orange-400\\/45 { + --tw-ring-offset-color: #fb923c73; +} + .ring-offset-orange-400\\/5 { --tw-ring-offset-color: #fb923c0d; } @@ -7350,10 +10098,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb923c80; } +.ring-offset-orange-400\\/55 { + --tw-ring-offset-color: #fb923c8c; +} + .ring-offset-orange-400\\/60 { --tw-ring-offset-color: #fb923c99; } +.ring-offset-orange-400\\/65 { + --tw-ring-offset-color: #fb923ca6; +} + .ring-offset-orange-400\\/70 { --tw-ring-offset-color: #fb923cb3; } @@ -7366,6 +10122,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb923ccc; } +.ring-offset-orange-400\\/85 { + --tw-ring-offset-color: #fb923cd9; +} + .ring-offset-orange-400\\/90 { --tw-ring-offset-color: #fb923ce6; } @@ -7390,6 +10150,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff7ed; } +.ring-offset-orange-50\\/15 { + --tw-ring-offset-color: #fff7ed26; +} + .ring-offset-orange-50\\/20 { --tw-ring-offset-color: #fff7ed33; } @@ -7402,10 +10166,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff7ed4d; } +.ring-offset-orange-50\\/35 { + --tw-ring-offset-color: #fff7ed59; +} + .ring-offset-orange-50\\/40 { --tw-ring-offset-color: #fff7ed66; } +.ring-offset-orange-50\\/45 { + --tw-ring-offset-color: #fff7ed73; +} + .ring-offset-orange-50\\/5 { --tw-ring-offset-color: #fff7ed0d; } @@ -7414,10 +10186,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff7ed80; } +.ring-offset-orange-50\\/55 { + --tw-ring-offset-color: #fff7ed8c; +} + .ring-offset-orange-50\\/60 { --tw-ring-offset-color: #fff7ed99; } +.ring-offset-orange-50\\/65 { + --tw-ring-offset-color: #fff7eda6; +} + .ring-offset-orange-50\\/70 { --tw-ring-offset-color: #fff7edb3; } @@ -7430,6 +10210,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff7edcc; } +.ring-offset-orange-50\\/85 { + --tw-ring-offset-color: #fff7edd9; +} + .ring-offset-orange-50\\/90 { --tw-ring-offset-color: #fff7ede6; } @@ -7454,6 +10238,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f97316; } +.ring-offset-orange-500\\/15 { + --tw-ring-offset-color: #f9731626; +} + .ring-offset-orange-500\\/20 { --tw-ring-offset-color: #f9731633; } @@ -7466,10 +10254,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f973164d; } +.ring-offset-orange-500\\/35 { + --tw-ring-offset-color: #f9731659; +} + .ring-offset-orange-500\\/40 { --tw-ring-offset-color: #f9731666; } +.ring-offset-orange-500\\/45 { + --tw-ring-offset-color: #f9731673; +} + .ring-offset-orange-500\\/5 { --tw-ring-offset-color: #f973160d; } @@ -7478,10 +10274,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9731680; } +.ring-offset-orange-500\\/55 { + --tw-ring-offset-color: #f973168c; +} + .ring-offset-orange-500\\/60 { --tw-ring-offset-color: #f9731699; } +.ring-offset-orange-500\\/65 { + --tw-ring-offset-color: #f97316a6; +} + .ring-offset-orange-500\\/70 { --tw-ring-offset-color: #f97316b3; } @@ -7494,6 +10298,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f97316cc; } +.ring-offset-orange-500\\/85 { + --tw-ring-offset-color: #f97316d9; +} + .ring-offset-orange-500\\/90 { --tw-ring-offset-color: #f97316e6; } @@ -7518,6 +10326,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ea580c; } +.ring-offset-orange-600\\/15 { + --tw-ring-offset-color: #ea580c26; +} + .ring-offset-orange-600\\/20 { --tw-ring-offset-color: #ea580c33; } @@ -7530,10 +10342,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ea580c4d; } +.ring-offset-orange-600\\/35 { + --tw-ring-offset-color: #ea580c59; +} + .ring-offset-orange-600\\/40 { --tw-ring-offset-color: #ea580c66; } +.ring-offset-orange-600\\/45 { + --tw-ring-offset-color: #ea580c73; +} + .ring-offset-orange-600\\/5 { --tw-ring-offset-color: #ea580c0d; } @@ -7542,10 +10362,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ea580c80; } +.ring-offset-orange-600\\/55 { + --tw-ring-offset-color: #ea580c8c; +} + .ring-offset-orange-600\\/60 { --tw-ring-offset-color: #ea580c99; } +.ring-offset-orange-600\\/65 { + --tw-ring-offset-color: #ea580ca6; +} + .ring-offset-orange-600\\/70 { --tw-ring-offset-color: #ea580cb3; } @@ -7558,6 +10386,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ea580ccc; } +.ring-offset-orange-600\\/85 { + --tw-ring-offset-color: #ea580cd9; +} + .ring-offset-orange-600\\/90 { --tw-ring-offset-color: #ea580ce6; } @@ -7582,6 +10414,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c2410c; } +.ring-offset-orange-700\\/15 { + --tw-ring-offset-color: #c2410c26; +} + .ring-offset-orange-700\\/20 { --tw-ring-offset-color: #c2410c33; } @@ -7594,10 +10430,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c2410c4d; } +.ring-offset-orange-700\\/35 { + --tw-ring-offset-color: #c2410c59; +} + .ring-offset-orange-700\\/40 { --tw-ring-offset-color: #c2410c66; } +.ring-offset-orange-700\\/45 { + --tw-ring-offset-color: #c2410c73; +} + .ring-offset-orange-700\\/5 { --tw-ring-offset-color: #c2410c0d; } @@ -7606,10 +10450,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c2410c80; } +.ring-offset-orange-700\\/55 { + --tw-ring-offset-color: #c2410c8c; +} + .ring-offset-orange-700\\/60 { --tw-ring-offset-color: #c2410c99; } +.ring-offset-orange-700\\/65 { + --tw-ring-offset-color: #c2410ca6; +} + .ring-offset-orange-700\\/70 { --tw-ring-offset-color: #c2410cb3; } @@ -7622,6 +10474,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c2410ccc; } +.ring-offset-orange-700\\/85 { + --tw-ring-offset-color: #c2410cd9; +} + .ring-offset-orange-700\\/90 { --tw-ring-offset-color: #c2410ce6; } @@ -7646,6 +10502,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9a3412; } +.ring-offset-orange-800\\/15 { + --tw-ring-offset-color: #9a341226; +} + .ring-offset-orange-800\\/20 { --tw-ring-offset-color: #9a341233; } @@ -7658,10 +10518,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9a34124d; } +.ring-offset-orange-800\\/35 { + --tw-ring-offset-color: #9a341259; +} + .ring-offset-orange-800\\/40 { --tw-ring-offset-color: #9a341266; } +.ring-offset-orange-800\\/45 { + --tw-ring-offset-color: #9a341273; +} + .ring-offset-orange-800\\/5 { --tw-ring-offset-color: #9a34120d; } @@ -7670,10 +10538,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9a341280; } +.ring-offset-orange-800\\/55 { + --tw-ring-offset-color: #9a34128c; +} + .ring-offset-orange-800\\/60 { --tw-ring-offset-color: #9a341299; } +.ring-offset-orange-800\\/65 { + --tw-ring-offset-color: #9a3412a6; +} + .ring-offset-orange-800\\/70 { --tw-ring-offset-color: #9a3412b3; } @@ -7686,6 +10562,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9a3412cc; } +.ring-offset-orange-800\\/85 { + --tw-ring-offset-color: #9a3412d9; +} + .ring-offset-orange-800\\/90 { --tw-ring-offset-color: #9a3412e6; } @@ -7710,6 +10590,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c2d12; } +.ring-offset-orange-900\\/15 { + --tw-ring-offset-color: #7c2d1226; +} + .ring-offset-orange-900\\/20 { --tw-ring-offset-color: #7c2d1233; } @@ -7722,10 +10606,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c2d124d; } +.ring-offset-orange-900\\/35 { + --tw-ring-offset-color: #7c2d1259; +} + .ring-offset-orange-900\\/40 { --tw-ring-offset-color: #7c2d1266; } +.ring-offset-orange-900\\/45 { + --tw-ring-offset-color: #7c2d1273; +} + .ring-offset-orange-900\\/5 { --tw-ring-offset-color: #7c2d120d; } @@ -7734,10 +10626,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c2d1280; } +.ring-offset-orange-900\\/55 { + --tw-ring-offset-color: #7c2d128c; +} + .ring-offset-orange-900\\/60 { --tw-ring-offset-color: #7c2d1299; } +.ring-offset-orange-900\\/65 { + --tw-ring-offset-color: #7c2d12a6; +} + .ring-offset-orange-900\\/70 { --tw-ring-offset-color: #7c2d12b3; } @@ -7750,6 +10650,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c2d12cc; } +.ring-offset-orange-900\\/85 { + --tw-ring-offset-color: #7c2d12d9; +} + .ring-offset-orange-900\\/90 { --tw-ring-offset-color: #7c2d12e6; } @@ -7774,6 +10678,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #431407; } +.ring-offset-orange-950\\/15 { + --tw-ring-offset-color: #43140726; +} + .ring-offset-orange-950\\/20 { --tw-ring-offset-color: #43140733; } @@ -7786,10 +10694,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4314074d; } +.ring-offset-orange-950\\/35 { + --tw-ring-offset-color: #43140759; +} + .ring-offset-orange-950\\/40 { --tw-ring-offset-color: #43140766; } +.ring-offset-orange-950\\/45 { + --tw-ring-offset-color: #43140773; +} + .ring-offset-orange-950\\/5 { --tw-ring-offset-color: #4314070d; } @@ -7798,10 +10714,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #43140780; } +.ring-offset-orange-950\\/55 { + --tw-ring-offset-color: #4314078c; +} + .ring-offset-orange-950\\/60 { --tw-ring-offset-color: #43140799; } +.ring-offset-orange-950\\/65 { + --tw-ring-offset-color: #431407a6; +} + .ring-offset-orange-950\\/70 { --tw-ring-offset-color: #431407b3; } @@ -7814,6 +10738,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #431407cc; } +.ring-offset-orange-950\\/85 { + --tw-ring-offset-color: #431407d9; +} + .ring-offset-orange-950\\/90 { --tw-ring-offset-color: #431407e6; } @@ -7838,6 +10766,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fce7f3; } +.ring-offset-pink-100\\/15 { + --tw-ring-offset-color: #fce7f326; +} + .ring-offset-pink-100\\/20 { --tw-ring-offset-color: #fce7f333; } @@ -7850,10 +10782,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fce7f34d; } +.ring-offset-pink-100\\/35 { + --tw-ring-offset-color: #fce7f359; +} + .ring-offset-pink-100\\/40 { --tw-ring-offset-color: #fce7f366; } +.ring-offset-pink-100\\/45 { + --tw-ring-offset-color: #fce7f373; +} + .ring-offset-pink-100\\/5 { --tw-ring-offset-color: #fce7f30d; } @@ -7862,10 +10802,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fce7f380; } +.ring-offset-pink-100\\/55 { + --tw-ring-offset-color: #fce7f38c; +} + .ring-offset-pink-100\\/60 { --tw-ring-offset-color: #fce7f399; } +.ring-offset-pink-100\\/65 { + --tw-ring-offset-color: #fce7f3a6; +} + .ring-offset-pink-100\\/70 { --tw-ring-offset-color: #fce7f3b3; } @@ -7878,6 +10826,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fce7f3cc; } +.ring-offset-pink-100\\/85 { + --tw-ring-offset-color: #fce7f3d9; +} + .ring-offset-pink-100\\/90 { --tw-ring-offset-color: #fce7f3e6; } @@ -7902,6 +10854,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbcfe8; } +.ring-offset-pink-200\\/15 { + --tw-ring-offset-color: #fbcfe826; +} + .ring-offset-pink-200\\/20 { --tw-ring-offset-color: #fbcfe833; } @@ -7914,10 +10870,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbcfe84d; } +.ring-offset-pink-200\\/35 { + --tw-ring-offset-color: #fbcfe859; +} + .ring-offset-pink-200\\/40 { --tw-ring-offset-color: #fbcfe866; } +.ring-offset-pink-200\\/45 { + --tw-ring-offset-color: #fbcfe873; +} + .ring-offset-pink-200\\/5 { --tw-ring-offset-color: #fbcfe80d; } @@ -7926,10 +10890,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbcfe880; } +.ring-offset-pink-200\\/55 { + --tw-ring-offset-color: #fbcfe88c; +} + .ring-offset-pink-200\\/60 { --tw-ring-offset-color: #fbcfe899; } +.ring-offset-pink-200\\/65 { + --tw-ring-offset-color: #fbcfe8a6; +} + .ring-offset-pink-200\\/70 { --tw-ring-offset-color: #fbcfe8b3; } @@ -7942,6 +10914,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fbcfe8cc; } +.ring-offset-pink-200\\/85 { + --tw-ring-offset-color: #fbcfe8d9; +} + .ring-offset-pink-200\\/90 { --tw-ring-offset-color: #fbcfe8e6; } @@ -7966,6 +10942,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9a8d4; } +.ring-offset-pink-300\\/15 { + --tw-ring-offset-color: #f9a8d426; +} + .ring-offset-pink-300\\/20 { --tw-ring-offset-color: #f9a8d433; } @@ -7978,10 +10958,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9a8d44d; } +.ring-offset-pink-300\\/35 { + --tw-ring-offset-color: #f9a8d459; +} + .ring-offset-pink-300\\/40 { --tw-ring-offset-color: #f9a8d466; } +.ring-offset-pink-300\\/45 { + --tw-ring-offset-color: #f9a8d473; +} + .ring-offset-pink-300\\/5 { --tw-ring-offset-color: #f9a8d40d; } @@ -7990,10 +10978,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9a8d480; } +.ring-offset-pink-300\\/55 { + --tw-ring-offset-color: #f9a8d48c; +} + .ring-offset-pink-300\\/60 { --tw-ring-offset-color: #f9a8d499; } +.ring-offset-pink-300\\/65 { + --tw-ring-offset-color: #f9a8d4a6; +} + .ring-offset-pink-300\\/70 { --tw-ring-offset-color: #f9a8d4b3; } @@ -8006,6 +11002,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f9a8d4cc; } +.ring-offset-pink-300\\/85 { + --tw-ring-offset-color: #f9a8d4d9; +} + .ring-offset-pink-300\\/90 { --tw-ring-offset-color: #f9a8d4e6; } @@ -8030,6 +11030,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f472b6; } +.ring-offset-pink-400\\/15 { + --tw-ring-offset-color: #f472b626; +} + .ring-offset-pink-400\\/20 { --tw-ring-offset-color: #f472b633; } @@ -8042,10 +11046,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f472b64d; } +.ring-offset-pink-400\\/35 { + --tw-ring-offset-color: #f472b659; +} + .ring-offset-pink-400\\/40 { --tw-ring-offset-color: #f472b666; } +.ring-offset-pink-400\\/45 { + --tw-ring-offset-color: #f472b673; +} + .ring-offset-pink-400\\/5 { --tw-ring-offset-color: #f472b60d; } @@ -8054,10 +11066,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f472b680; } +.ring-offset-pink-400\\/55 { + --tw-ring-offset-color: #f472b68c; +} + .ring-offset-pink-400\\/60 { --tw-ring-offset-color: #f472b699; } +.ring-offset-pink-400\\/65 { + --tw-ring-offset-color: #f472b6a6; +} + .ring-offset-pink-400\\/70 { --tw-ring-offset-color: #f472b6b3; } @@ -8070,6 +11090,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f472b6cc; } +.ring-offset-pink-400\\/85 { + --tw-ring-offset-color: #f472b6d9; +} + .ring-offset-pink-400\\/90 { --tw-ring-offset-color: #f472b6e6; } @@ -8094,6 +11118,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf2f8; } +.ring-offset-pink-50\\/15 { + --tw-ring-offset-color: #fdf2f826; +} + .ring-offset-pink-50\\/20 { --tw-ring-offset-color: #fdf2f833; } @@ -8106,10 +11134,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf2f84d; } +.ring-offset-pink-50\\/35 { + --tw-ring-offset-color: #fdf2f859; +} + .ring-offset-pink-50\\/40 { --tw-ring-offset-color: #fdf2f866; } +.ring-offset-pink-50\\/45 { + --tw-ring-offset-color: #fdf2f873; +} + .ring-offset-pink-50\\/5 { --tw-ring-offset-color: #fdf2f80d; } @@ -8118,10 +11154,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf2f880; } +.ring-offset-pink-50\\/55 { + --tw-ring-offset-color: #fdf2f88c; +} + .ring-offset-pink-50\\/60 { --tw-ring-offset-color: #fdf2f899; } +.ring-offset-pink-50\\/65 { + --tw-ring-offset-color: #fdf2f8a6; +} + .ring-offset-pink-50\\/70 { --tw-ring-offset-color: #fdf2f8b3; } @@ -8134,6 +11178,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fdf2f8cc; } +.ring-offset-pink-50\\/85 { + --tw-ring-offset-color: #fdf2f8d9; +} + .ring-offset-pink-50\\/90 { --tw-ring-offset-color: #fdf2f8e6; } @@ -8158,6 +11206,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ec4899; } +.ring-offset-pink-500\\/15 { + --tw-ring-offset-color: #ec489926; +} + .ring-offset-pink-500\\/20 { --tw-ring-offset-color: #ec489933; } @@ -8170,10 +11222,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ec48994d; } +.ring-offset-pink-500\\/35 { + --tw-ring-offset-color: #ec489959; +} + .ring-offset-pink-500\\/40 { --tw-ring-offset-color: #ec489966; } +.ring-offset-pink-500\\/45 { + --tw-ring-offset-color: #ec489973; +} + .ring-offset-pink-500\\/5 { --tw-ring-offset-color: #ec48990d; } @@ -8182,10 +11242,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ec489980; } +.ring-offset-pink-500\\/55 { + --tw-ring-offset-color: #ec48998c; +} + .ring-offset-pink-500\\/60 { --tw-ring-offset-color: #ec489999; } +.ring-offset-pink-500\\/65 { + --tw-ring-offset-color: #ec4899a6; +} + .ring-offset-pink-500\\/70 { --tw-ring-offset-color: #ec4899b3; } @@ -8198,6 +11266,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ec4899cc; } +.ring-offset-pink-500\\/85 { + --tw-ring-offset-color: #ec4899d9; +} + .ring-offset-pink-500\\/90 { --tw-ring-offset-color: #ec4899e6; } @@ -8222,6 +11294,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #db2777; } +.ring-offset-pink-600\\/15 { + --tw-ring-offset-color: #db277726; +} + .ring-offset-pink-600\\/20 { --tw-ring-offset-color: #db277733; } @@ -8234,10 +11310,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #db27774d; } +.ring-offset-pink-600\\/35 { + --tw-ring-offset-color: #db277759; +} + .ring-offset-pink-600\\/40 { --tw-ring-offset-color: #db277766; } +.ring-offset-pink-600\\/45 { + --tw-ring-offset-color: #db277773; +} + .ring-offset-pink-600\\/5 { --tw-ring-offset-color: #db27770d; } @@ -8246,10 +11330,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #db277780; } +.ring-offset-pink-600\\/55 { + --tw-ring-offset-color: #db27778c; +} + .ring-offset-pink-600\\/60 { --tw-ring-offset-color: #db277799; } +.ring-offset-pink-600\\/65 { + --tw-ring-offset-color: #db2777a6; +} + .ring-offset-pink-600\\/70 { --tw-ring-offset-color: #db2777b3; } @@ -8262,6 +11354,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #db2777cc; } +.ring-offset-pink-600\\/85 { + --tw-ring-offset-color: #db2777d9; +} + .ring-offset-pink-600\\/90 { --tw-ring-offset-color: #db2777e6; } @@ -8286,6 +11382,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be185d; } +.ring-offset-pink-700\\/15 { + --tw-ring-offset-color: #be185d26; +} + .ring-offset-pink-700\\/20 { --tw-ring-offset-color: #be185d33; } @@ -8298,10 +11398,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be185d4d; } +.ring-offset-pink-700\\/35 { + --tw-ring-offset-color: #be185d59; +} + .ring-offset-pink-700\\/40 { --tw-ring-offset-color: #be185d66; } +.ring-offset-pink-700\\/45 { + --tw-ring-offset-color: #be185d73; +} + .ring-offset-pink-700\\/5 { --tw-ring-offset-color: #be185d0d; } @@ -8310,10 +11418,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be185d80; } +.ring-offset-pink-700\\/55 { + --tw-ring-offset-color: #be185d8c; +} + .ring-offset-pink-700\\/60 { --tw-ring-offset-color: #be185d99; } +.ring-offset-pink-700\\/65 { + --tw-ring-offset-color: #be185da6; +} + .ring-offset-pink-700\\/70 { --tw-ring-offset-color: #be185db3; } @@ -8326,6 +11442,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be185dcc; } +.ring-offset-pink-700\\/85 { + --tw-ring-offset-color: #be185dd9; +} + .ring-offset-pink-700\\/90 { --tw-ring-offset-color: #be185de6; } @@ -8350,6 +11470,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9d174d; } +.ring-offset-pink-800\\/15 { + --tw-ring-offset-color: #9d174d26; +} + .ring-offset-pink-800\\/20 { --tw-ring-offset-color: #9d174d33; } @@ -8362,10 +11486,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9d174d4d; } +.ring-offset-pink-800\\/35 { + --tw-ring-offset-color: #9d174d59; +} + .ring-offset-pink-800\\/40 { --tw-ring-offset-color: #9d174d66; } +.ring-offset-pink-800\\/45 { + --tw-ring-offset-color: #9d174d73; +} + .ring-offset-pink-800\\/5 { --tw-ring-offset-color: #9d174d0d; } @@ -8374,10 +11506,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9d174d80; } +.ring-offset-pink-800\\/55 { + --tw-ring-offset-color: #9d174d8c; +} + .ring-offset-pink-800\\/60 { --tw-ring-offset-color: #9d174d99; } +.ring-offset-pink-800\\/65 { + --tw-ring-offset-color: #9d174da6; +} + .ring-offset-pink-800\\/70 { --tw-ring-offset-color: #9d174db3; } @@ -8390,6 +11530,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9d174dcc; } +.ring-offset-pink-800\\/85 { + --tw-ring-offset-color: #9d174dd9; +} + .ring-offset-pink-800\\/90 { --tw-ring-offset-color: #9d174de6; } @@ -8414,6 +11558,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #831843; } +.ring-offset-pink-900\\/15 { + --tw-ring-offset-color: #83184326; +} + .ring-offset-pink-900\\/20 { --tw-ring-offset-color: #83184333; } @@ -8426,10 +11574,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #8318434d; } +.ring-offset-pink-900\\/35 { + --tw-ring-offset-color: #83184359; +} + .ring-offset-pink-900\\/40 { --tw-ring-offset-color: #83184366; } +.ring-offset-pink-900\\/45 { + --tw-ring-offset-color: #83184373; +} + .ring-offset-pink-900\\/5 { --tw-ring-offset-color: #8318430d; } @@ -8438,10 +11594,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #83184380; } +.ring-offset-pink-900\\/55 { + --tw-ring-offset-color: #8318438c; +} + .ring-offset-pink-900\\/60 { --tw-ring-offset-color: #83184399; } +.ring-offset-pink-900\\/65 { + --tw-ring-offset-color: #831843a6; +} + .ring-offset-pink-900\\/70 { --tw-ring-offset-color: #831843b3; } @@ -8454,6 +11618,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #831843cc; } +.ring-offset-pink-900\\/85 { + --tw-ring-offset-color: #831843d9; +} + .ring-offset-pink-900\\/90 { --tw-ring-offset-color: #831843e6; } @@ -8478,6 +11646,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #500724; } +.ring-offset-pink-950\\/15 { + --tw-ring-offset-color: #50072426; +} + .ring-offset-pink-950\\/20 { --tw-ring-offset-color: #50072433; } @@ -8490,10 +11662,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5007244d; } +.ring-offset-pink-950\\/35 { + --tw-ring-offset-color: #50072459; +} + .ring-offset-pink-950\\/40 { --tw-ring-offset-color: #50072466; } +.ring-offset-pink-950\\/45 { + --tw-ring-offset-color: #50072473; +} + .ring-offset-pink-950\\/5 { --tw-ring-offset-color: #5007240d; } @@ -8502,10 +11682,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #50072480; } +.ring-offset-pink-950\\/55 { + --tw-ring-offset-color: #5007248c; +} + .ring-offset-pink-950\\/60 { --tw-ring-offset-color: #50072499; } +.ring-offset-pink-950\\/65 { + --tw-ring-offset-color: #500724a6; +} + .ring-offset-pink-950\\/70 { --tw-ring-offset-color: #500724b3; } @@ -8518,6 +11706,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #500724cc; } +.ring-offset-pink-950\\/85 { + --tw-ring-offset-color: #500724d9; +} + .ring-offset-pink-950\\/90 { --tw-ring-offset-color: #500724e6; } @@ -8542,6 +11734,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3e8ff; } +.ring-offset-purple-100\\/15 { + --tw-ring-offset-color: #f3e8ff26; +} + .ring-offset-purple-100\\/20 { --tw-ring-offset-color: #f3e8ff33; } @@ -8554,10 +11750,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3e8ff4d; } +.ring-offset-purple-100\\/35 { + --tw-ring-offset-color: #f3e8ff59; +} + .ring-offset-purple-100\\/40 { --tw-ring-offset-color: #f3e8ff66; } +.ring-offset-purple-100\\/45 { + --tw-ring-offset-color: #f3e8ff73; +} + .ring-offset-purple-100\\/5 { --tw-ring-offset-color: #f3e8ff0d; } @@ -8566,10 +11770,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3e8ff80; } +.ring-offset-purple-100\\/55 { + --tw-ring-offset-color: #f3e8ff8c; +} + .ring-offset-purple-100\\/60 { --tw-ring-offset-color: #f3e8ff99; } +.ring-offset-purple-100\\/65 { + --tw-ring-offset-color: #f3e8ffa6; +} + .ring-offset-purple-100\\/70 { --tw-ring-offset-color: #f3e8ffb3; } @@ -8582,6 +11794,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f3e8ffcc; } +.ring-offset-purple-100\\/85 { + --tw-ring-offset-color: #f3e8ffd9; +} + .ring-offset-purple-100\\/90 { --tw-ring-offset-color: #f3e8ffe6; } @@ -8606,6 +11822,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e9d5ff; } +.ring-offset-purple-200\\/15 { + --tw-ring-offset-color: #e9d5ff26; +} + .ring-offset-purple-200\\/20 { --tw-ring-offset-color: #e9d5ff33; } @@ -8618,10 +11838,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e9d5ff4d; } +.ring-offset-purple-200\\/35 { + --tw-ring-offset-color: #e9d5ff59; +} + .ring-offset-purple-200\\/40 { --tw-ring-offset-color: #e9d5ff66; } +.ring-offset-purple-200\\/45 { + --tw-ring-offset-color: #e9d5ff73; +} + .ring-offset-purple-200\\/5 { --tw-ring-offset-color: #e9d5ff0d; } @@ -8630,10 +11858,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e9d5ff80; } +.ring-offset-purple-200\\/55 { + --tw-ring-offset-color: #e9d5ff8c; +} + .ring-offset-purple-200\\/60 { --tw-ring-offset-color: #e9d5ff99; } +.ring-offset-purple-200\\/65 { + --tw-ring-offset-color: #e9d5ffa6; +} + .ring-offset-purple-200\\/70 { --tw-ring-offset-color: #e9d5ffb3; } @@ -8646,6 +11882,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e9d5ffcc; } +.ring-offset-purple-200\\/85 { + --tw-ring-offset-color: #e9d5ffd9; +} + .ring-offset-purple-200\\/90 { --tw-ring-offset-color: #e9d5ffe6; } @@ -8670,6 +11910,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d8b4fe; } +.ring-offset-purple-300\\/15 { + --tw-ring-offset-color: #d8b4fe26; +} + .ring-offset-purple-300\\/20 { --tw-ring-offset-color: #d8b4fe33; } @@ -8682,10 +11926,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d8b4fe4d; } +.ring-offset-purple-300\\/35 { + --tw-ring-offset-color: #d8b4fe59; +} + .ring-offset-purple-300\\/40 { --tw-ring-offset-color: #d8b4fe66; } +.ring-offset-purple-300\\/45 { + --tw-ring-offset-color: #d8b4fe73; +} + .ring-offset-purple-300\\/5 { --tw-ring-offset-color: #d8b4fe0d; } @@ -8694,10 +11946,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d8b4fe80; } +.ring-offset-purple-300\\/55 { + --tw-ring-offset-color: #d8b4fe8c; +} + .ring-offset-purple-300\\/60 { --tw-ring-offset-color: #d8b4fe99; } +.ring-offset-purple-300\\/65 { + --tw-ring-offset-color: #d8b4fea6; +} + .ring-offset-purple-300\\/70 { --tw-ring-offset-color: #d8b4feb3; } @@ -8710,6 +11970,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d8b4fecc; } +.ring-offset-purple-300\\/85 { + --tw-ring-offset-color: #d8b4fed9; +} + .ring-offset-purple-300\\/90 { --tw-ring-offset-color: #d8b4fee6; } @@ -8734,6 +11998,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c084fc; } +.ring-offset-purple-400\\/15 { + --tw-ring-offset-color: #c084fc26; +} + .ring-offset-purple-400\\/20 { --tw-ring-offset-color: #c084fc33; } @@ -8746,10 +12014,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c084fc4d; } +.ring-offset-purple-400\\/35 { + --tw-ring-offset-color: #c084fc59; +} + .ring-offset-purple-400\\/40 { --tw-ring-offset-color: #c084fc66; } +.ring-offset-purple-400\\/45 { + --tw-ring-offset-color: #c084fc73; +} + .ring-offset-purple-400\\/5 { --tw-ring-offset-color: #c084fc0d; } @@ -8758,10 +12034,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c084fc80; } +.ring-offset-purple-400\\/55 { + --tw-ring-offset-color: #c084fc8c; +} + .ring-offset-purple-400\\/60 { --tw-ring-offset-color: #c084fc99; } +.ring-offset-purple-400\\/65 { + --tw-ring-offset-color: #c084fca6; +} + .ring-offset-purple-400\\/70 { --tw-ring-offset-color: #c084fcb3; } @@ -8774,6 +12058,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c084fccc; } +.ring-offset-purple-400\\/85 { + --tw-ring-offset-color: #c084fcd9; +} + .ring-offset-purple-400\\/90 { --tw-ring-offset-color: #c084fce6; } @@ -8798,6 +12086,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #faf5ff; } +.ring-offset-purple-50\\/15 { + --tw-ring-offset-color: #faf5ff26; +} + .ring-offset-purple-50\\/20 { --tw-ring-offset-color: #faf5ff33; } @@ -8810,10 +12102,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #faf5ff4d; } +.ring-offset-purple-50\\/35 { + --tw-ring-offset-color: #faf5ff59; +} + .ring-offset-purple-50\\/40 { --tw-ring-offset-color: #faf5ff66; } +.ring-offset-purple-50\\/45 { + --tw-ring-offset-color: #faf5ff73; +} + .ring-offset-purple-50\\/5 { --tw-ring-offset-color: #faf5ff0d; } @@ -8822,10 +12122,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #faf5ff80; } +.ring-offset-purple-50\\/55 { + --tw-ring-offset-color: #faf5ff8c; +} + .ring-offset-purple-50\\/60 { --tw-ring-offset-color: #faf5ff99; } +.ring-offset-purple-50\\/65 { + --tw-ring-offset-color: #faf5ffa6; +} + .ring-offset-purple-50\\/70 { --tw-ring-offset-color: #faf5ffb3; } @@ -8838,6 +12146,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #faf5ffcc; } +.ring-offset-purple-50\\/85 { + --tw-ring-offset-color: #faf5ffd9; +} + .ring-offset-purple-50\\/90 { --tw-ring-offset-color: #faf5ffe6; } @@ -8862,6 +12174,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a855f7; } +.ring-offset-purple-500\\/15 { + --tw-ring-offset-color: #a855f726; +} + .ring-offset-purple-500\\/20 { --tw-ring-offset-color: #a855f733; } @@ -8874,10 +12190,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a855f74d; } +.ring-offset-purple-500\\/35 { + --tw-ring-offset-color: #a855f759; +} + .ring-offset-purple-500\\/40 { --tw-ring-offset-color: #a855f766; } +.ring-offset-purple-500\\/45 { + --tw-ring-offset-color: #a855f773; +} + .ring-offset-purple-500\\/5 { --tw-ring-offset-color: #a855f70d; } @@ -8886,10 +12210,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a855f780; } +.ring-offset-purple-500\\/55 { + --tw-ring-offset-color: #a855f78c; +} + .ring-offset-purple-500\\/60 { --tw-ring-offset-color: #a855f799; } +.ring-offset-purple-500\\/65 { + --tw-ring-offset-color: #a855f7a6; +} + .ring-offset-purple-500\\/70 { --tw-ring-offset-color: #a855f7b3; } @@ -8902,6 +12234,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a855f7cc; } +.ring-offset-purple-500\\/85 { + --tw-ring-offset-color: #a855f7d9; +} + .ring-offset-purple-500\\/90 { --tw-ring-offset-color: #a855f7e6; } @@ -8926,6 +12262,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9333ea; } +.ring-offset-purple-600\\/15 { + --tw-ring-offset-color: #9333ea26; +} + .ring-offset-purple-600\\/20 { --tw-ring-offset-color: #9333ea33; } @@ -8938,10 +12278,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9333ea4d; } +.ring-offset-purple-600\\/35 { + --tw-ring-offset-color: #9333ea59; +} + .ring-offset-purple-600\\/40 { --tw-ring-offset-color: #9333ea66; } +.ring-offset-purple-600\\/45 { + --tw-ring-offset-color: #9333ea73; +} + .ring-offset-purple-600\\/5 { --tw-ring-offset-color: #9333ea0d; } @@ -8950,10 +12298,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9333ea80; } +.ring-offset-purple-600\\/55 { + --tw-ring-offset-color: #9333ea8c; +} + .ring-offset-purple-600\\/60 { --tw-ring-offset-color: #9333ea99; } +.ring-offset-purple-600\\/65 { + --tw-ring-offset-color: #9333eaa6; +} + .ring-offset-purple-600\\/70 { --tw-ring-offset-color: #9333eab3; } @@ -8966,6 +12322,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9333eacc; } +.ring-offset-purple-600\\/85 { + --tw-ring-offset-color: #9333ead9; +} + .ring-offset-purple-600\\/90 { --tw-ring-offset-color: #9333eae6; } @@ -8990,6 +12350,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7e22ce; } +.ring-offset-purple-700\\/15 { + --tw-ring-offset-color: #7e22ce26; +} + .ring-offset-purple-700\\/20 { --tw-ring-offset-color: #7e22ce33; } @@ -9002,10 +12366,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7e22ce4d; } +.ring-offset-purple-700\\/35 { + --tw-ring-offset-color: #7e22ce59; +} + .ring-offset-purple-700\\/40 { --tw-ring-offset-color: #7e22ce66; } +.ring-offset-purple-700\\/45 { + --tw-ring-offset-color: #7e22ce73; +} + .ring-offset-purple-700\\/5 { --tw-ring-offset-color: #7e22ce0d; } @@ -9014,10 +12386,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7e22ce80; } +.ring-offset-purple-700\\/55 { + --tw-ring-offset-color: #7e22ce8c; +} + .ring-offset-purple-700\\/60 { --tw-ring-offset-color: #7e22ce99; } +.ring-offset-purple-700\\/65 { + --tw-ring-offset-color: #7e22cea6; +} + .ring-offset-purple-700\\/70 { --tw-ring-offset-color: #7e22ceb3; } @@ -9030,6 +12410,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7e22cecc; } +.ring-offset-purple-700\\/85 { + --tw-ring-offset-color: #7e22ced9; +} + .ring-offset-purple-700\\/90 { --tw-ring-offset-color: #7e22cee6; } @@ -9054,6 +12438,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b21a8; } +.ring-offset-purple-800\\/15 { + --tw-ring-offset-color: #6b21a826; +} + .ring-offset-purple-800\\/20 { --tw-ring-offset-color: #6b21a833; } @@ -9066,10 +12454,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b21a84d; } +.ring-offset-purple-800\\/35 { + --tw-ring-offset-color: #6b21a859; +} + .ring-offset-purple-800\\/40 { --tw-ring-offset-color: #6b21a866; } +.ring-offset-purple-800\\/45 { + --tw-ring-offset-color: #6b21a873; +} + .ring-offset-purple-800\\/5 { --tw-ring-offset-color: #6b21a80d; } @@ -9078,10 +12474,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b21a880; } +.ring-offset-purple-800\\/55 { + --tw-ring-offset-color: #6b21a88c; +} + .ring-offset-purple-800\\/60 { --tw-ring-offset-color: #6b21a899; } +.ring-offset-purple-800\\/65 { + --tw-ring-offset-color: #6b21a8a6; +} + .ring-offset-purple-800\\/70 { --tw-ring-offset-color: #6b21a8b3; } @@ -9094,6 +12498,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6b21a8cc; } +.ring-offset-purple-800\\/85 { + --tw-ring-offset-color: #6b21a8d9; +} + .ring-offset-purple-800\\/90 { --tw-ring-offset-color: #6b21a8e6; } @@ -9118,6 +12526,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #581c87; } +.ring-offset-purple-900\\/15 { + --tw-ring-offset-color: #581c8726; +} + .ring-offset-purple-900\\/20 { --tw-ring-offset-color: #581c8733; } @@ -9130,10 +12542,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #581c874d; } +.ring-offset-purple-900\\/35 { + --tw-ring-offset-color: #581c8759; +} + .ring-offset-purple-900\\/40 { --tw-ring-offset-color: #581c8766; } +.ring-offset-purple-900\\/45 { + --tw-ring-offset-color: #581c8773; +} + .ring-offset-purple-900\\/5 { --tw-ring-offset-color: #581c870d; } @@ -9142,10 +12562,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #581c8780; } +.ring-offset-purple-900\\/55 { + --tw-ring-offset-color: #581c878c; +} + .ring-offset-purple-900\\/60 { --tw-ring-offset-color: #581c8799; } +.ring-offset-purple-900\\/65 { + --tw-ring-offset-color: #581c87a6; +} + .ring-offset-purple-900\\/70 { --tw-ring-offset-color: #581c87b3; } @@ -9158,6 +12586,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #581c87cc; } +.ring-offset-purple-900\\/85 { + --tw-ring-offset-color: #581c87d9; +} + .ring-offset-purple-900\\/90 { --tw-ring-offset-color: #581c87e6; } @@ -9182,6 +12614,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b0764; } +.ring-offset-purple-950\\/15 { + --tw-ring-offset-color: #3b076426; +} + .ring-offset-purple-950\\/20 { --tw-ring-offset-color: #3b076433; } @@ -9194,10 +12630,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b07644d; } +.ring-offset-purple-950\\/35 { + --tw-ring-offset-color: #3b076459; +} + .ring-offset-purple-950\\/40 { --tw-ring-offset-color: #3b076466; } +.ring-offset-purple-950\\/45 { + --tw-ring-offset-color: #3b076473; +} + .ring-offset-purple-950\\/5 { --tw-ring-offset-color: #3b07640d; } @@ -9206,10 +12650,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b076480; } +.ring-offset-purple-950\\/55 { + --tw-ring-offset-color: #3b07648c; +} + .ring-offset-purple-950\\/60 { --tw-ring-offset-color: #3b076499; } +.ring-offset-purple-950\\/65 { + --tw-ring-offset-color: #3b0764a6; +} + .ring-offset-purple-950\\/70 { --tw-ring-offset-color: #3b0764b3; } @@ -9222,6 +12674,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3b0764cc; } +.ring-offset-purple-950\\/85 { + --tw-ring-offset-color: #3b0764d9; +} + .ring-offset-purple-950\\/90 { --tw-ring-offset-color: #3b0764e6; } @@ -9246,6 +12702,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fee2e2; } +.ring-offset-red-100\\/15 { + --tw-ring-offset-color: #fee2e226; +} + .ring-offset-red-100\\/20 { --tw-ring-offset-color: #fee2e233; } @@ -9258,10 +12718,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fee2e24d; } +.ring-offset-red-100\\/35 { + --tw-ring-offset-color: #fee2e259; +} + .ring-offset-red-100\\/40 { --tw-ring-offset-color: #fee2e266; } +.ring-offset-red-100\\/45 { + --tw-ring-offset-color: #fee2e273; +} + .ring-offset-red-100\\/5 { --tw-ring-offset-color: #fee2e20d; } @@ -9270,10 +12738,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fee2e280; } +.ring-offset-red-100\\/55 { + --tw-ring-offset-color: #fee2e28c; +} + .ring-offset-red-100\\/60 { --tw-ring-offset-color: #fee2e299; } +.ring-offset-red-100\\/65 { + --tw-ring-offset-color: #fee2e2a6; +} + .ring-offset-red-100\\/70 { --tw-ring-offset-color: #fee2e2b3; } @@ -9286,6 +12762,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fee2e2cc; } +.ring-offset-red-100\\/85 { + --tw-ring-offset-color: #fee2e2d9; +} + .ring-offset-red-100\\/90 { --tw-ring-offset-color: #fee2e2e6; } @@ -9310,6 +12790,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecaca; } +.ring-offset-red-200\\/15 { + --tw-ring-offset-color: #fecaca26; +} + .ring-offset-red-200\\/20 { --tw-ring-offset-color: #fecaca33; } @@ -9322,10 +12806,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecaca4d; } +.ring-offset-red-200\\/35 { + --tw-ring-offset-color: #fecaca59; +} + .ring-offset-red-200\\/40 { --tw-ring-offset-color: #fecaca66; } +.ring-offset-red-200\\/45 { + --tw-ring-offset-color: #fecaca73; +} + .ring-offset-red-200\\/5 { --tw-ring-offset-color: #fecaca0d; } @@ -9334,10 +12826,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecaca80; } +.ring-offset-red-200\\/55 { + --tw-ring-offset-color: #fecaca8c; +} + .ring-offset-red-200\\/60 { --tw-ring-offset-color: #fecaca99; } +.ring-offset-red-200\\/65 { + --tw-ring-offset-color: #fecacaa6; +} + .ring-offset-red-200\\/70 { --tw-ring-offset-color: #fecacab3; } @@ -9350,6 +12850,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecacacc; } +.ring-offset-red-200\\/85 { + --tw-ring-offset-color: #fecacad9; +} + .ring-offset-red-200\\/90 { --tw-ring-offset-color: #fecacae6; } @@ -9374,6 +12878,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fca5a5; } +.ring-offset-red-300\\/15 { + --tw-ring-offset-color: #fca5a526; +} + .ring-offset-red-300\\/20 { --tw-ring-offset-color: #fca5a533; } @@ -9386,10 +12894,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fca5a54d; } +.ring-offset-red-300\\/35 { + --tw-ring-offset-color: #fca5a559; +} + .ring-offset-red-300\\/40 { --tw-ring-offset-color: #fca5a566; } +.ring-offset-red-300\\/45 { + --tw-ring-offset-color: #fca5a573; +} + .ring-offset-red-300\\/5 { --tw-ring-offset-color: #fca5a50d; } @@ -9398,10 +12914,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fca5a580; } +.ring-offset-red-300\\/55 { + --tw-ring-offset-color: #fca5a58c; +} + .ring-offset-red-300\\/60 { --tw-ring-offset-color: #fca5a599; } +.ring-offset-red-300\\/65 { + --tw-ring-offset-color: #fca5a5a6; +} + .ring-offset-red-300\\/70 { --tw-ring-offset-color: #fca5a5b3; } @@ -9414,6 +12938,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fca5a5cc; } +.ring-offset-red-300\\/85 { + --tw-ring-offset-color: #fca5a5d9; +} + .ring-offset-red-300\\/90 { --tw-ring-offset-color: #fca5a5e6; } @@ -9438,6 +12966,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f87171; } +.ring-offset-red-400\\/15 { + --tw-ring-offset-color: #f8717126; +} + .ring-offset-red-400\\/20 { --tw-ring-offset-color: #f8717133; } @@ -9450,10 +12982,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f871714d; } +.ring-offset-red-400\\/35 { + --tw-ring-offset-color: #f8717159; +} + .ring-offset-red-400\\/40 { --tw-ring-offset-color: #f8717166; } +.ring-offset-red-400\\/45 { + --tw-ring-offset-color: #f8717173; +} + .ring-offset-red-400\\/5 { --tw-ring-offset-color: #f871710d; } @@ -9462,10 +13002,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f8717180; } +.ring-offset-red-400\\/55 { + --tw-ring-offset-color: #f871718c; +} + .ring-offset-red-400\\/60 { --tw-ring-offset-color: #f8717199; } +.ring-offset-red-400\\/65 { + --tw-ring-offset-color: #f87171a6; +} + .ring-offset-red-400\\/70 { --tw-ring-offset-color: #f87171b3; } @@ -9478,6 +13026,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f87171cc; } +.ring-offset-red-400\\/85 { + --tw-ring-offset-color: #f87171d9; +} + .ring-offset-red-400\\/90 { --tw-ring-offset-color: #f87171e6; } @@ -9502,6 +13054,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef2f2; } +.ring-offset-red-50\\/15 { + --tw-ring-offset-color: #fef2f226; +} + .ring-offset-red-50\\/20 { --tw-ring-offset-color: #fef2f233; } @@ -9514,10 +13070,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef2f24d; } +.ring-offset-red-50\\/35 { + --tw-ring-offset-color: #fef2f259; +} + .ring-offset-red-50\\/40 { --tw-ring-offset-color: #fef2f266; } +.ring-offset-red-50\\/45 { + --tw-ring-offset-color: #fef2f273; +} + .ring-offset-red-50\\/5 { --tw-ring-offset-color: #fef2f20d; } @@ -9526,10 +13090,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef2f280; } +.ring-offset-red-50\\/55 { + --tw-ring-offset-color: #fef2f28c; +} + .ring-offset-red-50\\/60 { --tw-ring-offset-color: #fef2f299; } +.ring-offset-red-50\\/65 { + --tw-ring-offset-color: #fef2f2a6; +} + .ring-offset-red-50\\/70 { --tw-ring-offset-color: #fef2f2b3; } @@ -9542,6 +13114,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef2f2cc; } +.ring-offset-red-50\\/85 { + --tw-ring-offset-color: #fef2f2d9; +} + .ring-offset-red-50\\/90 { --tw-ring-offset-color: #fef2f2e6; } @@ -9566,6 +13142,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ef4444; } +.ring-offset-red-500\\/15 { + --tw-ring-offset-color: #ef444426; +} + .ring-offset-red-500\\/20 { --tw-ring-offset-color: #ef444433; } @@ -9578,10 +13158,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ef44444d; } +.ring-offset-red-500\\/35 { + --tw-ring-offset-color: #ef444459; +} + .ring-offset-red-500\\/40 { --tw-ring-offset-color: #ef444466; } +.ring-offset-red-500\\/45 { + --tw-ring-offset-color: #ef444473; +} + .ring-offset-red-500\\/5 { --tw-ring-offset-color: #ef44440d; } @@ -9590,10 +13178,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ef444480; } +.ring-offset-red-500\\/55 { + --tw-ring-offset-color: #ef44448c; +} + .ring-offset-red-500\\/60 { --tw-ring-offset-color: #ef444499; } +.ring-offset-red-500\\/65 { + --tw-ring-offset-color: #ef4444a6; +} + .ring-offset-red-500\\/70 { --tw-ring-offset-color: #ef4444b3; } @@ -9606,6 +13202,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ef4444cc; } +.ring-offset-red-500\\/85 { + --tw-ring-offset-color: #ef4444d9; +} + .ring-offset-red-500\\/90 { --tw-ring-offset-color: #ef4444e6; } @@ -9630,6 +13230,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dc2626; } +.ring-offset-red-600\\/15 { + --tw-ring-offset-color: #dc262626; +} + .ring-offset-red-600\\/20 { --tw-ring-offset-color: #dc262633; } @@ -9642,10 +13246,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dc26264d; } +.ring-offset-red-600\\/35 { + --tw-ring-offset-color: #dc262659; +} + .ring-offset-red-600\\/40 { --tw-ring-offset-color: #dc262666; } +.ring-offset-red-600\\/45 { + --tw-ring-offset-color: #dc262673; +} + .ring-offset-red-600\\/5 { --tw-ring-offset-color: #dc26260d; } @@ -9654,10 +13266,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dc262680; } +.ring-offset-red-600\\/55 { + --tw-ring-offset-color: #dc26268c; +} + .ring-offset-red-600\\/60 { --tw-ring-offset-color: #dc262699; } +.ring-offset-red-600\\/65 { + --tw-ring-offset-color: #dc2626a6; +} + .ring-offset-red-600\\/70 { --tw-ring-offset-color: #dc2626b3; } @@ -9670,6 +13290,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #dc2626cc; } +.ring-offset-red-600\\/85 { + --tw-ring-offset-color: #dc2626d9; +} + .ring-offset-red-600\\/90 { --tw-ring-offset-color: #dc2626e6; } @@ -9694,6 +13318,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b91c1c; } +.ring-offset-red-700\\/15 { + --tw-ring-offset-color: #b91c1c26; +} + .ring-offset-red-700\\/20 { --tw-ring-offset-color: #b91c1c33; } @@ -9706,10 +13334,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b91c1c4d; } +.ring-offset-red-700\\/35 { + --tw-ring-offset-color: #b91c1c59; +} + .ring-offset-red-700\\/40 { --tw-ring-offset-color: #b91c1c66; } +.ring-offset-red-700\\/45 { + --tw-ring-offset-color: #b91c1c73; +} + .ring-offset-red-700\\/5 { --tw-ring-offset-color: #b91c1c0d; } @@ -9718,10 +13354,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b91c1c80; } +.ring-offset-red-700\\/55 { + --tw-ring-offset-color: #b91c1c8c; +} + .ring-offset-red-700\\/60 { --tw-ring-offset-color: #b91c1c99; } +.ring-offset-red-700\\/65 { + --tw-ring-offset-color: #b91c1ca6; +} + .ring-offset-red-700\\/70 { --tw-ring-offset-color: #b91c1cb3; } @@ -9734,6 +13378,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #b91c1ccc; } +.ring-offset-red-700\\/85 { + --tw-ring-offset-color: #b91c1cd9; +} + .ring-offset-red-700\\/90 { --tw-ring-offset-color: #b91c1ce6; } @@ -9758,6 +13406,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #991b1b; } +.ring-offset-red-800\\/15 { + --tw-ring-offset-color: #991b1b26; +} + .ring-offset-red-800\\/20 { --tw-ring-offset-color: #991b1b33; } @@ -9770,10 +13422,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #991b1b4d; } +.ring-offset-red-800\\/35 { + --tw-ring-offset-color: #991b1b59; +} + .ring-offset-red-800\\/40 { --tw-ring-offset-color: #991b1b66; } +.ring-offset-red-800\\/45 { + --tw-ring-offset-color: #991b1b73; +} + .ring-offset-red-800\\/5 { --tw-ring-offset-color: #991b1b0d; } @@ -9782,10 +13442,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #991b1b80; } +.ring-offset-red-800\\/55 { + --tw-ring-offset-color: #991b1b8c; +} + .ring-offset-red-800\\/60 { --tw-ring-offset-color: #991b1b99; } +.ring-offset-red-800\\/65 { + --tw-ring-offset-color: #991b1ba6; +} + .ring-offset-red-800\\/70 { --tw-ring-offset-color: #991b1bb3; } @@ -9798,6 +13466,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #991b1bcc; } +.ring-offset-red-800\\/85 { + --tw-ring-offset-color: #991b1bd9; +} + .ring-offset-red-800\\/90 { --tw-ring-offset-color: #991b1be6; } @@ -9822,6 +13494,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7f1d1d; } +.ring-offset-red-900\\/15 { + --tw-ring-offset-color: #7f1d1d26; +} + .ring-offset-red-900\\/20 { --tw-ring-offset-color: #7f1d1d33; } @@ -9834,10 +13510,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7f1d1d4d; } +.ring-offset-red-900\\/35 { + --tw-ring-offset-color: #7f1d1d59; +} + .ring-offset-red-900\\/40 { --tw-ring-offset-color: #7f1d1d66; } +.ring-offset-red-900\\/45 { + --tw-ring-offset-color: #7f1d1d73; +} + .ring-offset-red-900\\/5 { --tw-ring-offset-color: #7f1d1d0d; } @@ -9846,10 +13530,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7f1d1d80; } +.ring-offset-red-900\\/55 { + --tw-ring-offset-color: #7f1d1d8c; +} + .ring-offset-red-900\\/60 { --tw-ring-offset-color: #7f1d1d99; } +.ring-offset-red-900\\/65 { + --tw-ring-offset-color: #7f1d1da6; +} + .ring-offset-red-900\\/70 { --tw-ring-offset-color: #7f1d1db3; } @@ -9862,6 +13554,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7f1d1dcc; } +.ring-offset-red-900\\/85 { + --tw-ring-offset-color: #7f1d1dd9; +} + .ring-offset-red-900\\/90 { --tw-ring-offset-color: #7f1d1de6; } @@ -9886,6 +13582,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #450a0a; } +.ring-offset-red-950\\/15 { + --tw-ring-offset-color: #450a0a26; +} + .ring-offset-red-950\\/20 { --tw-ring-offset-color: #450a0a33; } @@ -9898,10 +13598,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #450a0a4d; } +.ring-offset-red-950\\/35 { + --tw-ring-offset-color: #450a0a59; +} + .ring-offset-red-950\\/40 { --tw-ring-offset-color: #450a0a66; } +.ring-offset-red-950\\/45 { + --tw-ring-offset-color: #450a0a73; +} + .ring-offset-red-950\\/5 { --tw-ring-offset-color: #450a0a0d; } @@ -9910,10 +13618,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #450a0a80; } +.ring-offset-red-950\\/55 { + --tw-ring-offset-color: #450a0a8c; +} + .ring-offset-red-950\\/60 { --tw-ring-offset-color: #450a0a99; } +.ring-offset-red-950\\/65 { + --tw-ring-offset-color: #450a0aa6; +} + .ring-offset-red-950\\/70 { --tw-ring-offset-color: #450a0ab3; } @@ -9926,6 +13642,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #450a0acc; } +.ring-offset-red-950\\/85 { + --tw-ring-offset-color: #450a0ad9; +} + .ring-offset-red-950\\/90 { --tw-ring-offset-color: #450a0ae6; } @@ -9950,6 +13670,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffe4e6; } +.ring-offset-rose-100\\/15 { + --tw-ring-offset-color: #ffe4e626; +} + .ring-offset-rose-100\\/20 { --tw-ring-offset-color: #ffe4e633; } @@ -9962,10 +13686,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffe4e64d; } +.ring-offset-rose-100\\/35 { + --tw-ring-offset-color: #ffe4e659; +} + .ring-offset-rose-100\\/40 { --tw-ring-offset-color: #ffe4e666; } +.ring-offset-rose-100\\/45 { + --tw-ring-offset-color: #ffe4e673; +} + .ring-offset-rose-100\\/5 { --tw-ring-offset-color: #ffe4e60d; } @@ -9974,10 +13706,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffe4e680; } +.ring-offset-rose-100\\/55 { + --tw-ring-offset-color: #ffe4e68c; +} + .ring-offset-rose-100\\/60 { --tw-ring-offset-color: #ffe4e699; } +.ring-offset-rose-100\\/65 { + --tw-ring-offset-color: #ffe4e6a6; +} + .ring-offset-rose-100\\/70 { --tw-ring-offset-color: #ffe4e6b3; } @@ -9990,6 +13730,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffe4e6cc; } +.ring-offset-rose-100\\/85 { + --tw-ring-offset-color: #ffe4e6d9; +} + .ring-offset-rose-100\\/90 { --tw-ring-offset-color: #ffe4e6e6; } @@ -10014,6 +13758,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecdd3; } +.ring-offset-rose-200\\/15 { + --tw-ring-offset-color: #fecdd326; +} + .ring-offset-rose-200\\/20 { --tw-ring-offset-color: #fecdd333; } @@ -10026,10 +13774,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecdd34d; } +.ring-offset-rose-200\\/35 { + --tw-ring-offset-color: #fecdd359; +} + .ring-offset-rose-200\\/40 { --tw-ring-offset-color: #fecdd366; } +.ring-offset-rose-200\\/45 { + --tw-ring-offset-color: #fecdd373; +} + .ring-offset-rose-200\\/5 { --tw-ring-offset-color: #fecdd30d; } @@ -10038,10 +13794,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecdd380; } +.ring-offset-rose-200\\/55 { + --tw-ring-offset-color: #fecdd38c; +} + .ring-offset-rose-200\\/60 { --tw-ring-offset-color: #fecdd399; } +.ring-offset-rose-200\\/65 { + --tw-ring-offset-color: #fecdd3a6; +} + .ring-offset-rose-200\\/70 { --tw-ring-offset-color: #fecdd3b3; } @@ -10054,6 +13818,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fecdd3cc; } +.ring-offset-rose-200\\/85 { + --tw-ring-offset-color: #fecdd3d9; +} + .ring-offset-rose-200\\/90 { --tw-ring-offset-color: #fecdd3e6; } @@ -10078,6 +13846,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fda4af; } +.ring-offset-rose-300\\/15 { + --tw-ring-offset-color: #fda4af26; +} + .ring-offset-rose-300\\/20 { --tw-ring-offset-color: #fda4af33; } @@ -10090,10 +13862,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fda4af4d; } +.ring-offset-rose-300\\/35 { + --tw-ring-offset-color: #fda4af59; +} + .ring-offset-rose-300\\/40 { --tw-ring-offset-color: #fda4af66; } +.ring-offset-rose-300\\/45 { + --tw-ring-offset-color: #fda4af73; +} + .ring-offset-rose-300\\/5 { --tw-ring-offset-color: #fda4af0d; } @@ -10102,10 +13882,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fda4af80; } +.ring-offset-rose-300\\/55 { + --tw-ring-offset-color: #fda4af8c; +} + .ring-offset-rose-300\\/60 { --tw-ring-offset-color: #fda4af99; } +.ring-offset-rose-300\\/65 { + --tw-ring-offset-color: #fda4afa6; +} + .ring-offset-rose-300\\/70 { --tw-ring-offset-color: #fda4afb3; } @@ -10118,6 +13906,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fda4afcc; } +.ring-offset-rose-300\\/85 { + --tw-ring-offset-color: #fda4afd9; +} + .ring-offset-rose-300\\/90 { --tw-ring-offset-color: #fda4afe6; } @@ -10142,6 +13934,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb7185; } +.ring-offset-rose-400\\/15 { + --tw-ring-offset-color: #fb718526; +} + .ring-offset-rose-400\\/20 { --tw-ring-offset-color: #fb718533; } @@ -10154,10 +13950,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb71854d; } +.ring-offset-rose-400\\/35 { + --tw-ring-offset-color: #fb718559; +} + .ring-offset-rose-400\\/40 { --tw-ring-offset-color: #fb718566; } +.ring-offset-rose-400\\/45 { + --tw-ring-offset-color: #fb718573; +} + .ring-offset-rose-400\\/5 { --tw-ring-offset-color: #fb71850d; } @@ -10166,10 +13970,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb718580; } +.ring-offset-rose-400\\/55 { + --tw-ring-offset-color: #fb71858c; +} + .ring-offset-rose-400\\/60 { --tw-ring-offset-color: #fb718599; } +.ring-offset-rose-400\\/65 { + --tw-ring-offset-color: #fb7185a6; +} + .ring-offset-rose-400\\/70 { --tw-ring-offset-color: #fb7185b3; } @@ -10182,6 +13994,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fb7185cc; } +.ring-offset-rose-400\\/85 { + --tw-ring-offset-color: #fb7185d9; +} + .ring-offset-rose-400\\/90 { --tw-ring-offset-color: #fb7185e6; } @@ -10206,6 +14022,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff1f2; } +.ring-offset-rose-50\\/15 { + --tw-ring-offset-color: #fff1f226; +} + .ring-offset-rose-50\\/20 { --tw-ring-offset-color: #fff1f233; } @@ -10218,10 +14038,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff1f24d; } +.ring-offset-rose-50\\/35 { + --tw-ring-offset-color: #fff1f259; +} + .ring-offset-rose-50\\/40 { --tw-ring-offset-color: #fff1f266; } +.ring-offset-rose-50\\/45 { + --tw-ring-offset-color: #fff1f273; +} + .ring-offset-rose-50\\/5 { --tw-ring-offset-color: #fff1f20d; } @@ -10230,10 +14058,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff1f280; } +.ring-offset-rose-50\\/55 { + --tw-ring-offset-color: #fff1f28c; +} + .ring-offset-rose-50\\/60 { --tw-ring-offset-color: #fff1f299; } +.ring-offset-rose-50\\/65 { + --tw-ring-offset-color: #fff1f2a6; +} + .ring-offset-rose-50\\/70 { --tw-ring-offset-color: #fff1f2b3; } @@ -10246,6 +14082,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff1f2cc; } +.ring-offset-rose-50\\/85 { + --tw-ring-offset-color: #fff1f2d9; +} + .ring-offset-rose-50\\/90 { --tw-ring-offset-color: #fff1f2e6; } @@ -10270,6 +14110,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f43f5e; } +.ring-offset-rose-500\\/15 { + --tw-ring-offset-color: #f43f5e26; +} + .ring-offset-rose-500\\/20 { --tw-ring-offset-color: #f43f5e33; } @@ -10282,10 +14126,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f43f5e4d; } +.ring-offset-rose-500\\/35 { + --tw-ring-offset-color: #f43f5e59; +} + .ring-offset-rose-500\\/40 { --tw-ring-offset-color: #f43f5e66; } +.ring-offset-rose-500\\/45 { + --tw-ring-offset-color: #f43f5e73; +} + .ring-offset-rose-500\\/5 { --tw-ring-offset-color: #f43f5e0d; } @@ -10294,10 +14146,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f43f5e80; } +.ring-offset-rose-500\\/55 { + --tw-ring-offset-color: #f43f5e8c; +} + .ring-offset-rose-500\\/60 { --tw-ring-offset-color: #f43f5e99; } +.ring-offset-rose-500\\/65 { + --tw-ring-offset-color: #f43f5ea6; +} + .ring-offset-rose-500\\/70 { --tw-ring-offset-color: #f43f5eb3; } @@ -10310,6 +14170,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f43f5ecc; } +.ring-offset-rose-500\\/85 { + --tw-ring-offset-color: #f43f5ed9; +} + .ring-offset-rose-500\\/90 { --tw-ring-offset-color: #f43f5ee6; } @@ -10334,6 +14198,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e11d48; } +.ring-offset-rose-600\\/15 { + --tw-ring-offset-color: #e11d4826; +} + .ring-offset-rose-600\\/20 { --tw-ring-offset-color: #e11d4833; } @@ -10346,10 +14214,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e11d484d; } +.ring-offset-rose-600\\/35 { + --tw-ring-offset-color: #e11d4859; +} + .ring-offset-rose-600\\/40 { --tw-ring-offset-color: #e11d4866; } +.ring-offset-rose-600\\/45 { + --tw-ring-offset-color: #e11d4873; +} + .ring-offset-rose-600\\/5 { --tw-ring-offset-color: #e11d480d; } @@ -10358,10 +14234,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e11d4880; } +.ring-offset-rose-600\\/55 { + --tw-ring-offset-color: #e11d488c; +} + .ring-offset-rose-600\\/60 { --tw-ring-offset-color: #e11d4899; } +.ring-offset-rose-600\\/65 { + --tw-ring-offset-color: #e11d48a6; +} + .ring-offset-rose-600\\/70 { --tw-ring-offset-color: #e11d48b3; } @@ -10374,6 +14258,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e11d48cc; } +.ring-offset-rose-600\\/85 { + --tw-ring-offset-color: #e11d48d9; +} + .ring-offset-rose-600\\/90 { --tw-ring-offset-color: #e11d48e6; } @@ -10398,6 +14286,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be123c; } +.ring-offset-rose-700\\/15 { + --tw-ring-offset-color: #be123c26; +} + .ring-offset-rose-700\\/20 { --tw-ring-offset-color: #be123c33; } @@ -10410,10 +14302,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be123c4d; } +.ring-offset-rose-700\\/35 { + --tw-ring-offset-color: #be123c59; +} + .ring-offset-rose-700\\/40 { --tw-ring-offset-color: #be123c66; } +.ring-offset-rose-700\\/45 { + --tw-ring-offset-color: #be123c73; +} + .ring-offset-rose-700\\/5 { --tw-ring-offset-color: #be123c0d; } @@ -10422,10 +14322,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be123c80; } +.ring-offset-rose-700\\/55 { + --tw-ring-offset-color: #be123c8c; +} + .ring-offset-rose-700\\/60 { --tw-ring-offset-color: #be123c99; } +.ring-offset-rose-700\\/65 { + --tw-ring-offset-color: #be123ca6; +} + .ring-offset-rose-700\\/70 { --tw-ring-offset-color: #be123cb3; } @@ -10438,6 +14346,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #be123ccc; } +.ring-offset-rose-700\\/85 { + --tw-ring-offset-color: #be123cd9; +} + .ring-offset-rose-700\\/90 { --tw-ring-offset-color: #be123ce6; } @@ -10462,6 +14374,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9f1239; } +.ring-offset-rose-800\\/15 { + --tw-ring-offset-color: #9f123926; +} + .ring-offset-rose-800\\/20 { --tw-ring-offset-color: #9f123933; } @@ -10474,10 +14390,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9f12394d; } +.ring-offset-rose-800\\/35 { + --tw-ring-offset-color: #9f123959; +} + .ring-offset-rose-800\\/40 { --tw-ring-offset-color: #9f123966; } +.ring-offset-rose-800\\/45 { + --tw-ring-offset-color: #9f123973; +} + .ring-offset-rose-800\\/5 { --tw-ring-offset-color: #9f12390d; } @@ -10486,10 +14410,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9f123980; } +.ring-offset-rose-800\\/55 { + --tw-ring-offset-color: #9f12398c; +} + .ring-offset-rose-800\\/60 { --tw-ring-offset-color: #9f123999; } +.ring-offset-rose-800\\/65 { + --tw-ring-offset-color: #9f1239a6; +} + .ring-offset-rose-800\\/70 { --tw-ring-offset-color: #9f1239b3; } @@ -10502,6 +14434,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #9f1239cc; } +.ring-offset-rose-800\\/85 { + --tw-ring-offset-color: #9f1239d9; +} + .ring-offset-rose-800\\/90 { --tw-ring-offset-color: #9f1239e6; } @@ -10526,6 +14462,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #881337; } +.ring-offset-rose-900\\/15 { + --tw-ring-offset-color: #88133726; +} + .ring-offset-rose-900\\/20 { --tw-ring-offset-color: #88133733; } @@ -10538,10 +14478,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #8813374d; } +.ring-offset-rose-900\\/35 { + --tw-ring-offset-color: #88133759; +} + .ring-offset-rose-900\\/40 { --tw-ring-offset-color: #88133766; } +.ring-offset-rose-900\\/45 { + --tw-ring-offset-color: #88133773; +} + .ring-offset-rose-900\\/5 { --tw-ring-offset-color: #8813370d; } @@ -10550,10 +14498,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #88133780; } +.ring-offset-rose-900\\/55 { + --tw-ring-offset-color: #8813378c; +} + .ring-offset-rose-900\\/60 { --tw-ring-offset-color: #88133799; } +.ring-offset-rose-900\\/65 { + --tw-ring-offset-color: #881337a6; +} + .ring-offset-rose-900\\/70 { --tw-ring-offset-color: #881337b3; } @@ -10566,6 +14522,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #881337cc; } +.ring-offset-rose-900\\/85 { + --tw-ring-offset-color: #881337d9; +} + .ring-offset-rose-900\\/90 { --tw-ring-offset-color: #881337e6; } @@ -10590,6 +14550,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c0519; } +.ring-offset-rose-950\\/15 { + --tw-ring-offset-color: #4c051926; +} + .ring-offset-rose-950\\/20 { --tw-ring-offset-color: #4c051933; } @@ -10602,10 +14566,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c05194d; } +.ring-offset-rose-950\\/35 { + --tw-ring-offset-color: #4c051959; +} + .ring-offset-rose-950\\/40 { --tw-ring-offset-color: #4c051966; } +.ring-offset-rose-950\\/45 { + --tw-ring-offset-color: #4c051973; +} + .ring-offset-rose-950\\/5 { --tw-ring-offset-color: #4c05190d; } @@ -10614,10 +14586,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c051980; } +.ring-offset-rose-950\\/55 { + --tw-ring-offset-color: #4c05198c; +} + .ring-offset-rose-950\\/60 { --tw-ring-offset-color: #4c051999; } +.ring-offset-rose-950\\/65 { + --tw-ring-offset-color: #4c0519a6; +} + .ring-offset-rose-950\\/70 { --tw-ring-offset-color: #4c0519b3; } @@ -10630,6 +14610,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c0519cc; } +.ring-offset-rose-950\\/85 { + --tw-ring-offset-color: #4c0519d9; +} + .ring-offset-rose-950\\/90 { --tw-ring-offset-color: #4c0519e6; } @@ -10654,6 +14638,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0f2fe; } +.ring-offset-sky-100\\/15 { + --tw-ring-offset-color: #e0f2fe26; +} + .ring-offset-sky-100\\/20 { --tw-ring-offset-color: #e0f2fe33; } @@ -10666,10 +14654,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0f2fe4d; } +.ring-offset-sky-100\\/35 { + --tw-ring-offset-color: #e0f2fe59; +} + .ring-offset-sky-100\\/40 { --tw-ring-offset-color: #e0f2fe66; } +.ring-offset-sky-100\\/45 { + --tw-ring-offset-color: #e0f2fe73; +} + .ring-offset-sky-100\\/5 { --tw-ring-offset-color: #e0f2fe0d; } @@ -10678,10 +14674,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0f2fe80; } +.ring-offset-sky-100\\/55 { + --tw-ring-offset-color: #e0f2fe8c; +} + .ring-offset-sky-100\\/60 { --tw-ring-offset-color: #e0f2fe99; } +.ring-offset-sky-100\\/65 { + --tw-ring-offset-color: #e0f2fea6; +} + .ring-offset-sky-100\\/70 { --tw-ring-offset-color: #e0f2feb3; } @@ -10694,6 +14698,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e0f2fecc; } +.ring-offset-sky-100\\/85 { + --tw-ring-offset-color: #e0f2fed9; +} + .ring-offset-sky-100\\/90 { --tw-ring-offset-color: #e0f2fee6; } @@ -10718,6 +14726,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bae6fd; } +.ring-offset-sky-200\\/15 { + --tw-ring-offset-color: #bae6fd26; +} + .ring-offset-sky-200\\/20 { --tw-ring-offset-color: #bae6fd33; } @@ -10730,10 +14742,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bae6fd4d; } +.ring-offset-sky-200\\/35 { + --tw-ring-offset-color: #bae6fd59; +} + .ring-offset-sky-200\\/40 { --tw-ring-offset-color: #bae6fd66; } +.ring-offset-sky-200\\/45 { + --tw-ring-offset-color: #bae6fd73; +} + .ring-offset-sky-200\\/5 { --tw-ring-offset-color: #bae6fd0d; } @@ -10742,10 +14762,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bae6fd80; } +.ring-offset-sky-200\\/55 { + --tw-ring-offset-color: #bae6fd8c; +} + .ring-offset-sky-200\\/60 { --tw-ring-offset-color: #bae6fd99; } +.ring-offset-sky-200\\/65 { + --tw-ring-offset-color: #bae6fda6; +} + .ring-offset-sky-200\\/70 { --tw-ring-offset-color: #bae6fdb3; } @@ -10758,6 +14786,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #bae6fdcc; } +.ring-offset-sky-200\\/85 { + --tw-ring-offset-color: #bae6fdd9; +} + .ring-offset-sky-200\\/90 { --tw-ring-offset-color: #bae6fde6; } @@ -10782,6 +14814,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7dd3fc; } +.ring-offset-sky-300\\/15 { + --tw-ring-offset-color: #7dd3fc26; +} + .ring-offset-sky-300\\/20 { --tw-ring-offset-color: #7dd3fc33; } @@ -10794,10 +14830,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7dd3fc4d; } +.ring-offset-sky-300\\/35 { + --tw-ring-offset-color: #7dd3fc59; +} + .ring-offset-sky-300\\/40 { --tw-ring-offset-color: #7dd3fc66; } +.ring-offset-sky-300\\/45 { + --tw-ring-offset-color: #7dd3fc73; +} + .ring-offset-sky-300\\/5 { --tw-ring-offset-color: #7dd3fc0d; } @@ -10806,10 +14850,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7dd3fc80; } +.ring-offset-sky-300\\/55 { + --tw-ring-offset-color: #7dd3fc8c; +} + .ring-offset-sky-300\\/60 { --tw-ring-offset-color: #7dd3fc99; } +.ring-offset-sky-300\\/65 { + --tw-ring-offset-color: #7dd3fca6; +} + .ring-offset-sky-300\\/70 { --tw-ring-offset-color: #7dd3fcb3; } @@ -10822,6 +14874,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7dd3fccc; } +.ring-offset-sky-300\\/85 { + --tw-ring-offset-color: #7dd3fcd9; +} + .ring-offset-sky-300\\/90 { --tw-ring-offset-color: #7dd3fce6; } @@ -10846,6 +14902,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #38bdf8; } +.ring-offset-sky-400\\/15 { + --tw-ring-offset-color: #38bdf826; +} + .ring-offset-sky-400\\/20 { --tw-ring-offset-color: #38bdf833; } @@ -10858,10 +14918,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #38bdf84d; } +.ring-offset-sky-400\\/35 { + --tw-ring-offset-color: #38bdf859; +} + .ring-offset-sky-400\\/40 { --tw-ring-offset-color: #38bdf866; } +.ring-offset-sky-400\\/45 { + --tw-ring-offset-color: #38bdf873; +} + .ring-offset-sky-400\\/5 { --tw-ring-offset-color: #38bdf80d; } @@ -10870,10 +14938,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #38bdf880; } +.ring-offset-sky-400\\/55 { + --tw-ring-offset-color: #38bdf88c; +} + .ring-offset-sky-400\\/60 { --tw-ring-offset-color: #38bdf899; } +.ring-offset-sky-400\\/65 { + --tw-ring-offset-color: #38bdf8a6; +} + .ring-offset-sky-400\\/70 { --tw-ring-offset-color: #38bdf8b3; } @@ -10886,6 +14962,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #38bdf8cc; } +.ring-offset-sky-400\\/85 { + --tw-ring-offset-color: #38bdf8d9; +} + .ring-offset-sky-400\\/90 { --tw-ring-offset-color: #38bdf8e6; } @@ -10910,6 +14990,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0f9ff; } +.ring-offset-sky-50\\/15 { + --tw-ring-offset-color: #f0f9ff26; +} + .ring-offset-sky-50\\/20 { --tw-ring-offset-color: #f0f9ff33; } @@ -10922,10 +15006,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0f9ff4d; } +.ring-offset-sky-50\\/35 { + --tw-ring-offset-color: #f0f9ff59; +} + .ring-offset-sky-50\\/40 { --tw-ring-offset-color: #f0f9ff66; } +.ring-offset-sky-50\\/45 { + --tw-ring-offset-color: #f0f9ff73; +} + .ring-offset-sky-50\\/5 { --tw-ring-offset-color: #f0f9ff0d; } @@ -10934,10 +15026,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0f9ff80; } +.ring-offset-sky-50\\/55 { + --tw-ring-offset-color: #f0f9ff8c; +} + .ring-offset-sky-50\\/60 { --tw-ring-offset-color: #f0f9ff99; } +.ring-offset-sky-50\\/65 { + --tw-ring-offset-color: #f0f9ffa6; +} + .ring-offset-sky-50\\/70 { --tw-ring-offset-color: #f0f9ffb3; } @@ -10950,6 +15050,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0f9ffcc; } +.ring-offset-sky-50\\/85 { + --tw-ring-offset-color: #f0f9ffd9; +} + .ring-offset-sky-50\\/90 { --tw-ring-offset-color: #f0f9ffe6; } @@ -10974,6 +15078,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0ea5e9; } +.ring-offset-sky-500\\/15 { + --tw-ring-offset-color: #0ea5e926; +} + .ring-offset-sky-500\\/20 { --tw-ring-offset-color: #0ea5e933; } @@ -10986,10 +15094,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0ea5e94d; } +.ring-offset-sky-500\\/35 { + --tw-ring-offset-color: #0ea5e959; +} + .ring-offset-sky-500\\/40 { --tw-ring-offset-color: #0ea5e966; } +.ring-offset-sky-500\\/45 { + --tw-ring-offset-color: #0ea5e973; +} + .ring-offset-sky-500\\/5 { --tw-ring-offset-color: #0ea5e90d; } @@ -10998,10 +15114,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0ea5e980; } +.ring-offset-sky-500\\/55 { + --tw-ring-offset-color: #0ea5e98c; +} + .ring-offset-sky-500\\/60 { --tw-ring-offset-color: #0ea5e999; } +.ring-offset-sky-500\\/65 { + --tw-ring-offset-color: #0ea5e9a6; +} + .ring-offset-sky-500\\/70 { --tw-ring-offset-color: #0ea5e9b3; } @@ -11014,6 +15138,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0ea5e9cc; } +.ring-offset-sky-500\\/85 { + --tw-ring-offset-color: #0ea5e9d9; +} + .ring-offset-sky-500\\/90 { --tw-ring-offset-color: #0ea5e9e6; } @@ -11038,6 +15166,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0284c7; } +.ring-offset-sky-600\\/15 { + --tw-ring-offset-color: #0284c726; +} + .ring-offset-sky-600\\/20 { --tw-ring-offset-color: #0284c733; } @@ -11050,10 +15182,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0284c74d; } +.ring-offset-sky-600\\/35 { + --tw-ring-offset-color: #0284c759; +} + .ring-offset-sky-600\\/40 { --tw-ring-offset-color: #0284c766; } +.ring-offset-sky-600\\/45 { + --tw-ring-offset-color: #0284c773; +} + .ring-offset-sky-600\\/5 { --tw-ring-offset-color: #0284c70d; } @@ -11062,10 +15202,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0284c780; } +.ring-offset-sky-600\\/55 { + --tw-ring-offset-color: #0284c78c; +} + .ring-offset-sky-600\\/60 { --tw-ring-offset-color: #0284c799; } +.ring-offset-sky-600\\/65 { + --tw-ring-offset-color: #0284c7a6; +} + .ring-offset-sky-600\\/70 { --tw-ring-offset-color: #0284c7b3; } @@ -11078,6 +15226,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0284c7cc; } +.ring-offset-sky-600\\/85 { + --tw-ring-offset-color: #0284c7d9; +} + .ring-offset-sky-600\\/90 { --tw-ring-offset-color: #0284c7e6; } @@ -11102,6 +15254,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0369a1; } +.ring-offset-sky-700\\/15 { + --tw-ring-offset-color: #0369a126; +} + .ring-offset-sky-700\\/20 { --tw-ring-offset-color: #0369a133; } @@ -11114,10 +15270,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0369a14d; } +.ring-offset-sky-700\\/35 { + --tw-ring-offset-color: #0369a159; +} + .ring-offset-sky-700\\/40 { --tw-ring-offset-color: #0369a166; } +.ring-offset-sky-700\\/45 { + --tw-ring-offset-color: #0369a173; +} + .ring-offset-sky-700\\/5 { --tw-ring-offset-color: #0369a10d; } @@ -11126,10 +15290,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0369a180; } +.ring-offset-sky-700\\/55 { + --tw-ring-offset-color: #0369a18c; +} + .ring-offset-sky-700\\/60 { --tw-ring-offset-color: #0369a199; } +.ring-offset-sky-700\\/65 { + --tw-ring-offset-color: #0369a1a6; +} + .ring-offset-sky-700\\/70 { --tw-ring-offset-color: #0369a1b3; } @@ -11142,6 +15314,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0369a1cc; } +.ring-offset-sky-700\\/85 { + --tw-ring-offset-color: #0369a1d9; +} + .ring-offset-sky-700\\/90 { --tw-ring-offset-color: #0369a1e6; } @@ -11166,6 +15342,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #075985; } +.ring-offset-sky-800\\/15 { + --tw-ring-offset-color: #07598526; +} + .ring-offset-sky-800\\/20 { --tw-ring-offset-color: #07598533; } @@ -11178,10 +15358,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0759854d; } +.ring-offset-sky-800\\/35 { + --tw-ring-offset-color: #07598559; +} + .ring-offset-sky-800\\/40 { --tw-ring-offset-color: #07598566; } +.ring-offset-sky-800\\/45 { + --tw-ring-offset-color: #07598573; +} + .ring-offset-sky-800\\/5 { --tw-ring-offset-color: #0759850d; } @@ -11190,10 +15378,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #07598580; } +.ring-offset-sky-800\\/55 { + --tw-ring-offset-color: #0759858c; +} + .ring-offset-sky-800\\/60 { --tw-ring-offset-color: #07598599; } +.ring-offset-sky-800\\/65 { + --tw-ring-offset-color: #075985a6; +} + .ring-offset-sky-800\\/70 { --tw-ring-offset-color: #075985b3; } @@ -11206,6 +15402,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #075985cc; } +.ring-offset-sky-800\\/85 { + --tw-ring-offset-color: #075985d9; +} + .ring-offset-sky-800\\/90 { --tw-ring-offset-color: #075985e6; } @@ -11230,6 +15430,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c4a6e; } +.ring-offset-sky-900\\/15 { + --tw-ring-offset-color: #0c4a6e26; +} + .ring-offset-sky-900\\/20 { --tw-ring-offset-color: #0c4a6e33; } @@ -11242,10 +15446,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c4a6e4d; } +.ring-offset-sky-900\\/35 { + --tw-ring-offset-color: #0c4a6e59; +} + .ring-offset-sky-900\\/40 { --tw-ring-offset-color: #0c4a6e66; } +.ring-offset-sky-900\\/45 { + --tw-ring-offset-color: #0c4a6e73; +} + .ring-offset-sky-900\\/5 { --tw-ring-offset-color: #0c4a6e0d; } @@ -11254,10 +15466,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c4a6e80; } +.ring-offset-sky-900\\/55 { + --tw-ring-offset-color: #0c4a6e8c; +} + .ring-offset-sky-900\\/60 { --tw-ring-offset-color: #0c4a6e99; } +.ring-offset-sky-900\\/65 { + --tw-ring-offset-color: #0c4a6ea6; +} + .ring-offset-sky-900\\/70 { --tw-ring-offset-color: #0c4a6eb3; } @@ -11270,6 +15490,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c4a6ecc; } +.ring-offset-sky-900\\/85 { + --tw-ring-offset-color: #0c4a6ed9; +} + .ring-offset-sky-900\\/90 { --tw-ring-offset-color: #0c4a6ee6; } @@ -11294,6 +15518,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #082f49; } +.ring-offset-sky-950\\/15 { + --tw-ring-offset-color: #082f4926; +} + .ring-offset-sky-950\\/20 { --tw-ring-offset-color: #082f4933; } @@ -11306,10 +15534,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #082f494d; } +.ring-offset-sky-950\\/35 { + --tw-ring-offset-color: #082f4959; +} + .ring-offset-sky-950\\/40 { --tw-ring-offset-color: #082f4966; } +.ring-offset-sky-950\\/45 { + --tw-ring-offset-color: #082f4973; +} + .ring-offset-sky-950\\/5 { --tw-ring-offset-color: #082f490d; } @@ -11318,10 +15554,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #082f4980; } +.ring-offset-sky-950\\/55 { + --tw-ring-offset-color: #082f498c; +} + .ring-offset-sky-950\\/60 { --tw-ring-offset-color: #082f4999; } +.ring-offset-sky-950\\/65 { + --tw-ring-offset-color: #082f49a6; +} + .ring-offset-sky-950\\/70 { --tw-ring-offset-color: #082f49b3; } @@ -11334,6 +15578,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #082f49cc; } +.ring-offset-sky-950\\/85 { + --tw-ring-offset-color: #082f49d9; +} + .ring-offset-sky-950\\/90 { --tw-ring-offset-color: #082f49e6; } @@ -11358,6 +15606,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f1f5f9; } +.ring-offset-slate-100\\/15 { + --tw-ring-offset-color: #f1f5f926; +} + .ring-offset-slate-100\\/20 { --tw-ring-offset-color: #f1f5f933; } @@ -11370,10 +15622,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f1f5f94d; } +.ring-offset-slate-100\\/35 { + --tw-ring-offset-color: #f1f5f959; +} + .ring-offset-slate-100\\/40 { --tw-ring-offset-color: #f1f5f966; } +.ring-offset-slate-100\\/45 { + --tw-ring-offset-color: #f1f5f973; +} + .ring-offset-slate-100\\/5 { --tw-ring-offset-color: #f1f5f90d; } @@ -11382,10 +15642,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f1f5f980; } +.ring-offset-slate-100\\/55 { + --tw-ring-offset-color: #f1f5f98c; +} + .ring-offset-slate-100\\/60 { --tw-ring-offset-color: #f1f5f999; } +.ring-offset-slate-100\\/65 { + --tw-ring-offset-color: #f1f5f9a6; +} + .ring-offset-slate-100\\/70 { --tw-ring-offset-color: #f1f5f9b3; } @@ -11398,6 +15666,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f1f5f9cc; } +.ring-offset-slate-100\\/85 { + --tw-ring-offset-color: #f1f5f9d9; +} + .ring-offset-slate-100\\/90 { --tw-ring-offset-color: #f1f5f9e6; } @@ -11422,6 +15694,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e2e8f0; } +.ring-offset-slate-200\\/15 { + --tw-ring-offset-color: #e2e8f026; +} + .ring-offset-slate-200\\/20 { --tw-ring-offset-color: #e2e8f033; } @@ -11434,10 +15710,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e2e8f04d; } +.ring-offset-slate-200\\/35 { + --tw-ring-offset-color: #e2e8f059; +} + .ring-offset-slate-200\\/40 { --tw-ring-offset-color: #e2e8f066; } +.ring-offset-slate-200\\/45 { + --tw-ring-offset-color: #e2e8f073; +} + .ring-offset-slate-200\\/5 { --tw-ring-offset-color: #e2e8f00d; } @@ -11446,10 +15730,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e2e8f080; } +.ring-offset-slate-200\\/55 { + --tw-ring-offset-color: #e2e8f08c; +} + .ring-offset-slate-200\\/60 { --tw-ring-offset-color: #e2e8f099; } +.ring-offset-slate-200\\/65 { + --tw-ring-offset-color: #e2e8f0a6; +} + .ring-offset-slate-200\\/70 { --tw-ring-offset-color: #e2e8f0b3; } @@ -11462,6 +15754,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e2e8f0cc; } +.ring-offset-slate-200\\/85 { + --tw-ring-offset-color: #e2e8f0d9; +} + .ring-offset-slate-200\\/90 { --tw-ring-offset-color: #e2e8f0e6; } @@ -11486,6 +15782,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cbd5e1; } +.ring-offset-slate-300\\/15 { + --tw-ring-offset-color: #cbd5e126; +} + .ring-offset-slate-300\\/20 { --tw-ring-offset-color: #cbd5e133; } @@ -11498,10 +15798,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cbd5e14d; } +.ring-offset-slate-300\\/35 { + --tw-ring-offset-color: #cbd5e159; +} + .ring-offset-slate-300\\/40 { --tw-ring-offset-color: #cbd5e166; } +.ring-offset-slate-300\\/45 { + --tw-ring-offset-color: #cbd5e173; +} + .ring-offset-slate-300\\/5 { --tw-ring-offset-color: #cbd5e10d; } @@ -11510,10 +15818,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cbd5e180; } +.ring-offset-slate-300\\/55 { + --tw-ring-offset-color: #cbd5e18c; +} + .ring-offset-slate-300\\/60 { --tw-ring-offset-color: #cbd5e199; } +.ring-offset-slate-300\\/65 { + --tw-ring-offset-color: #cbd5e1a6; +} + .ring-offset-slate-300\\/70 { --tw-ring-offset-color: #cbd5e1b3; } @@ -11526,6 +15842,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #cbd5e1cc; } +.ring-offset-slate-300\\/85 { + --tw-ring-offset-color: #cbd5e1d9; +} + .ring-offset-slate-300\\/90 { --tw-ring-offset-color: #cbd5e1e6; } @@ -11550,6 +15870,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #94a3b8; } +.ring-offset-slate-400\\/15 { + --tw-ring-offset-color: #94a3b826; +} + .ring-offset-slate-400\\/20 { --tw-ring-offset-color: #94a3b833; } @@ -11562,10 +15886,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #94a3b84d; } +.ring-offset-slate-400\\/35 { + --tw-ring-offset-color: #94a3b859; +} + .ring-offset-slate-400\\/40 { --tw-ring-offset-color: #94a3b866; } +.ring-offset-slate-400\\/45 { + --tw-ring-offset-color: #94a3b873; +} + .ring-offset-slate-400\\/5 { --tw-ring-offset-color: #94a3b80d; } @@ -11574,10 +15906,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #94a3b880; } +.ring-offset-slate-400\\/55 { + --tw-ring-offset-color: #94a3b88c; +} + .ring-offset-slate-400\\/60 { --tw-ring-offset-color: #94a3b899; } +.ring-offset-slate-400\\/65 { + --tw-ring-offset-color: #94a3b8a6; +} + .ring-offset-slate-400\\/70 { --tw-ring-offset-color: #94a3b8b3; } @@ -11590,6 +15930,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #94a3b8cc; } +.ring-offset-slate-400\\/85 { + --tw-ring-offset-color: #94a3b8d9; +} + .ring-offset-slate-400\\/90 { --tw-ring-offset-color: #94a3b8e6; } @@ -11614,6 +15958,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f8fafc; } +.ring-offset-slate-50\\/15 { + --tw-ring-offset-color: #f8fafc26; +} + .ring-offset-slate-50\\/20 { --tw-ring-offset-color: #f8fafc33; } @@ -11626,10 +15974,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f8fafc4d; } +.ring-offset-slate-50\\/35 { + --tw-ring-offset-color: #f8fafc59; +} + .ring-offset-slate-50\\/40 { --tw-ring-offset-color: #f8fafc66; } +.ring-offset-slate-50\\/45 { + --tw-ring-offset-color: #f8fafc73; +} + .ring-offset-slate-50\\/5 { --tw-ring-offset-color: #f8fafc0d; } @@ -11638,10 +15994,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f8fafc80; } +.ring-offset-slate-50\\/55 { + --tw-ring-offset-color: #f8fafc8c; +} + .ring-offset-slate-50\\/60 { --tw-ring-offset-color: #f8fafc99; } +.ring-offset-slate-50\\/65 { + --tw-ring-offset-color: #f8fafca6; +} + .ring-offset-slate-50\\/70 { --tw-ring-offset-color: #f8fafcb3; } @@ -11654,6 +16018,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f8fafccc; } +.ring-offset-slate-50\\/85 { + --tw-ring-offset-color: #f8fafcd9; +} + .ring-offset-slate-50\\/90 { --tw-ring-offset-color: #f8fafce6; } @@ -11678,6 +16046,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #64748b; } +.ring-offset-slate-500\\/15 { + --tw-ring-offset-color: #64748b26; +} + .ring-offset-slate-500\\/20 { --tw-ring-offset-color: #64748b33; } @@ -11690,10 +16062,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #64748b4d; } +.ring-offset-slate-500\\/35 { + --tw-ring-offset-color: #64748b59; +} + .ring-offset-slate-500\\/40 { --tw-ring-offset-color: #64748b66; } +.ring-offset-slate-500\\/45 { + --tw-ring-offset-color: #64748b73; +} + .ring-offset-slate-500\\/5 { --tw-ring-offset-color: #64748b0d; } @@ -11702,10 +16082,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #64748b80; } +.ring-offset-slate-500\\/55 { + --tw-ring-offset-color: #64748b8c; +} + .ring-offset-slate-500\\/60 { --tw-ring-offset-color: #64748b99; } +.ring-offset-slate-500\\/65 { + --tw-ring-offset-color: #64748ba6; +} + .ring-offset-slate-500\\/70 { --tw-ring-offset-color: #64748bb3; } @@ -11718,6 +16106,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #64748bcc; } +.ring-offset-slate-500\\/85 { + --tw-ring-offset-color: #64748bd9; +} + .ring-offset-slate-500\\/90 { --tw-ring-offset-color: #64748be6; } @@ -11742,6 +16134,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #475569; } +.ring-offset-slate-600\\/15 { + --tw-ring-offset-color: #47556926; +} + .ring-offset-slate-600\\/20 { --tw-ring-offset-color: #47556933; } @@ -11754,10 +16150,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4755694d; } +.ring-offset-slate-600\\/35 { + --tw-ring-offset-color: #47556959; +} + .ring-offset-slate-600\\/40 { --tw-ring-offset-color: #47556966; } +.ring-offset-slate-600\\/45 { + --tw-ring-offset-color: #47556973; +} + .ring-offset-slate-600\\/5 { --tw-ring-offset-color: #4755690d; } @@ -11766,10 +16170,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #47556980; } +.ring-offset-slate-600\\/55 { + --tw-ring-offset-color: #4755698c; +} + .ring-offset-slate-600\\/60 { --tw-ring-offset-color: #47556999; } +.ring-offset-slate-600\\/65 { + --tw-ring-offset-color: #475569a6; +} + .ring-offset-slate-600\\/70 { --tw-ring-offset-color: #475569b3; } @@ -11782,6 +16194,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #475569cc; } +.ring-offset-slate-600\\/85 { + --tw-ring-offset-color: #475569d9; +} + .ring-offset-slate-600\\/90 { --tw-ring-offset-color: #475569e6; } @@ -11806,6 +16222,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #334155; } +.ring-offset-slate-700\\/15 { + --tw-ring-offset-color: #33415526; +} + .ring-offset-slate-700\\/20 { --tw-ring-offset-color: #33415533; } @@ -11818,10 +16238,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3341554d; } +.ring-offset-slate-700\\/35 { + --tw-ring-offset-color: #33415559; +} + .ring-offset-slate-700\\/40 { --tw-ring-offset-color: #33415566; } +.ring-offset-slate-700\\/45 { + --tw-ring-offset-color: #33415573; +} + .ring-offset-slate-700\\/5 { --tw-ring-offset-color: #3341550d; } @@ -11830,10 +16258,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #33415580; } +.ring-offset-slate-700\\/55 { + --tw-ring-offset-color: #3341558c; +} + .ring-offset-slate-700\\/60 { --tw-ring-offset-color: #33415599; } +.ring-offset-slate-700\\/65 { + --tw-ring-offset-color: #334155a6; +} + .ring-offset-slate-700\\/70 { --tw-ring-offset-color: #334155b3; } @@ -11846,6 +16282,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #334155cc; } +.ring-offset-slate-700\\/85 { + --tw-ring-offset-color: #334155d9; +} + .ring-offset-slate-700\\/90 { --tw-ring-offset-color: #334155e6; } @@ -11870,6 +16310,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e293b; } +.ring-offset-slate-800\\/15 { + --tw-ring-offset-color: #1e293b26; +} + .ring-offset-slate-800\\/20 { --tw-ring-offset-color: #1e293b33; } @@ -11882,10 +16326,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e293b4d; } +.ring-offset-slate-800\\/35 { + --tw-ring-offset-color: #1e293b59; +} + .ring-offset-slate-800\\/40 { --tw-ring-offset-color: #1e293b66; } +.ring-offset-slate-800\\/45 { + --tw-ring-offset-color: #1e293b73; +} + .ring-offset-slate-800\\/5 { --tw-ring-offset-color: #1e293b0d; } @@ -11894,10 +16346,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e293b80; } +.ring-offset-slate-800\\/55 { + --tw-ring-offset-color: #1e293b8c; +} + .ring-offset-slate-800\\/60 { --tw-ring-offset-color: #1e293b99; } +.ring-offset-slate-800\\/65 { + --tw-ring-offset-color: #1e293ba6; +} + .ring-offset-slate-800\\/70 { --tw-ring-offset-color: #1e293bb3; } @@ -11910,6 +16370,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1e293bcc; } +.ring-offset-slate-800\\/85 { + --tw-ring-offset-color: #1e293bd9; +} + .ring-offset-slate-800\\/90 { --tw-ring-offset-color: #1e293be6; } @@ -11934,6 +16398,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f172a; } +.ring-offset-slate-900\\/15 { + --tw-ring-offset-color: #0f172a26; +} + .ring-offset-slate-900\\/20 { --tw-ring-offset-color: #0f172a33; } @@ -11946,10 +16414,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f172a4d; } +.ring-offset-slate-900\\/35 { + --tw-ring-offset-color: #0f172a59; +} + .ring-offset-slate-900\\/40 { --tw-ring-offset-color: #0f172a66; } +.ring-offset-slate-900\\/45 { + --tw-ring-offset-color: #0f172a73; +} + .ring-offset-slate-900\\/5 { --tw-ring-offset-color: #0f172a0d; } @@ -11958,10 +16434,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f172a80; } +.ring-offset-slate-900\\/55 { + --tw-ring-offset-color: #0f172a8c; +} + .ring-offset-slate-900\\/60 { --tw-ring-offset-color: #0f172a99; } +.ring-offset-slate-900\\/65 { + --tw-ring-offset-color: #0f172aa6; +} + .ring-offset-slate-900\\/70 { --tw-ring-offset-color: #0f172ab3; } @@ -11974,6 +16458,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f172acc; } +.ring-offset-slate-900\\/85 { + --tw-ring-offset-color: #0f172ad9; +} + .ring-offset-slate-900\\/90 { --tw-ring-offset-color: #0f172ae6; } @@ -11998,6 +16486,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #020617; } +.ring-offset-slate-950\\/15 { + --tw-ring-offset-color: #02061726; +} + .ring-offset-slate-950\\/20 { --tw-ring-offset-color: #02061733; } @@ -12010,10 +16502,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0206174d; } +.ring-offset-slate-950\\/35 { + --tw-ring-offset-color: #02061759; +} + .ring-offset-slate-950\\/40 { --tw-ring-offset-color: #02061766; } +.ring-offset-slate-950\\/45 { + --tw-ring-offset-color: #02061773; +} + .ring-offset-slate-950\\/5 { --tw-ring-offset-color: #0206170d; } @@ -12022,10 +16522,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #02061780; } +.ring-offset-slate-950\\/55 { + --tw-ring-offset-color: #0206178c; +} + .ring-offset-slate-950\\/60 { --tw-ring-offset-color: #02061799; } +.ring-offset-slate-950\\/65 { + --tw-ring-offset-color: #020617a6; +} + .ring-offset-slate-950\\/70 { --tw-ring-offset-color: #020617b3; } @@ -12038,6 +16546,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #020617cc; } +.ring-offset-slate-950\\/85 { + --tw-ring-offset-color: #020617d9; +} + .ring-offset-slate-950\\/90 { --tw-ring-offset-color: #020617e6; } @@ -12062,6 +16574,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f4; } +.ring-offset-stone-100\\/15 { + --tw-ring-offset-color: #f5f5f426; +} + .ring-offset-stone-100\\/20 { --tw-ring-offset-color: #f5f5f433; } @@ -12074,10 +16590,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f44d; } +.ring-offset-stone-100\\/35 { + --tw-ring-offset-color: #f5f5f459; +} + .ring-offset-stone-100\\/40 { --tw-ring-offset-color: #f5f5f466; } +.ring-offset-stone-100\\/45 { + --tw-ring-offset-color: #f5f5f473; +} + .ring-offset-stone-100\\/5 { --tw-ring-offset-color: #f5f5f40d; } @@ -12086,10 +16610,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f480; } +.ring-offset-stone-100\\/55 { + --tw-ring-offset-color: #f5f5f48c; +} + .ring-offset-stone-100\\/60 { --tw-ring-offset-color: #f5f5f499; } +.ring-offset-stone-100\\/65 { + --tw-ring-offset-color: #f5f5f4a6; +} + .ring-offset-stone-100\\/70 { --tw-ring-offset-color: #f5f5f4b3; } @@ -12102,6 +16634,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f5f4cc; } +.ring-offset-stone-100\\/85 { + --tw-ring-offset-color: #f5f5f4d9; +} + .ring-offset-stone-100\\/90 { --tw-ring-offset-color: #f5f5f4e6; } @@ -12126,6 +16662,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e7e5e4; } +.ring-offset-stone-200\\/15 { + --tw-ring-offset-color: #e7e5e426; +} + .ring-offset-stone-200\\/20 { --tw-ring-offset-color: #e7e5e433; } @@ -12138,10 +16678,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e7e5e44d; } +.ring-offset-stone-200\\/35 { + --tw-ring-offset-color: #e7e5e459; +} + .ring-offset-stone-200\\/40 { --tw-ring-offset-color: #e7e5e466; } +.ring-offset-stone-200\\/45 { + --tw-ring-offset-color: #e7e5e473; +} + .ring-offset-stone-200\\/5 { --tw-ring-offset-color: #e7e5e40d; } @@ -12150,10 +16698,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e7e5e480; } +.ring-offset-stone-200\\/55 { + --tw-ring-offset-color: #e7e5e48c; +} + .ring-offset-stone-200\\/60 { --tw-ring-offset-color: #e7e5e499; } +.ring-offset-stone-200\\/65 { + --tw-ring-offset-color: #e7e5e4a6; +} + .ring-offset-stone-200\\/70 { --tw-ring-offset-color: #e7e5e4b3; } @@ -12166,6 +16722,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e7e5e4cc; } +.ring-offset-stone-200\\/85 { + --tw-ring-offset-color: #e7e5e4d9; +} + .ring-offset-stone-200\\/90 { --tw-ring-offset-color: #e7e5e4e6; } @@ -12190,6 +16750,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d6d3d1; } +.ring-offset-stone-300\\/15 { + --tw-ring-offset-color: #d6d3d126; +} + .ring-offset-stone-300\\/20 { --tw-ring-offset-color: #d6d3d133; } @@ -12202,10 +16766,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d6d3d14d; } +.ring-offset-stone-300\\/35 { + --tw-ring-offset-color: #d6d3d159; +} + .ring-offset-stone-300\\/40 { --tw-ring-offset-color: #d6d3d166; } +.ring-offset-stone-300\\/45 { + --tw-ring-offset-color: #d6d3d173; +} + .ring-offset-stone-300\\/5 { --tw-ring-offset-color: #d6d3d10d; } @@ -12214,10 +16786,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d6d3d180; } +.ring-offset-stone-300\\/55 { + --tw-ring-offset-color: #d6d3d18c; +} + .ring-offset-stone-300\\/60 { --tw-ring-offset-color: #d6d3d199; } +.ring-offset-stone-300\\/65 { + --tw-ring-offset-color: #d6d3d1a6; +} + .ring-offset-stone-300\\/70 { --tw-ring-offset-color: #d6d3d1b3; } @@ -12230,6 +16810,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d6d3d1cc; } +.ring-offset-stone-300\\/85 { + --tw-ring-offset-color: #d6d3d1d9; +} + .ring-offset-stone-300\\/90 { --tw-ring-offset-color: #d6d3d1e6; } @@ -12254,6 +16838,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a8a29e; } +.ring-offset-stone-400\\/15 { + --tw-ring-offset-color: #a8a29e26; +} + .ring-offset-stone-400\\/20 { --tw-ring-offset-color: #a8a29e33; } @@ -12266,10 +16854,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a8a29e4d; } +.ring-offset-stone-400\\/35 { + --tw-ring-offset-color: #a8a29e59; +} + .ring-offset-stone-400\\/40 { --tw-ring-offset-color: #a8a29e66; } +.ring-offset-stone-400\\/45 { + --tw-ring-offset-color: #a8a29e73; +} + .ring-offset-stone-400\\/5 { --tw-ring-offset-color: #a8a29e0d; } @@ -12278,10 +16874,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a8a29e80; } +.ring-offset-stone-400\\/55 { + --tw-ring-offset-color: #a8a29e8c; +} + .ring-offset-stone-400\\/60 { --tw-ring-offset-color: #a8a29e99; } +.ring-offset-stone-400\\/65 { + --tw-ring-offset-color: #a8a29ea6; +} + .ring-offset-stone-400\\/70 { --tw-ring-offset-color: #a8a29eb3; } @@ -12294,6 +16898,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a8a29ecc; } +.ring-offset-stone-400\\/85 { + --tw-ring-offset-color: #a8a29ed9; +} + .ring-offset-stone-400\\/90 { --tw-ring-offset-color: #a8a29ee6; } @@ -12318,6 +16926,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafaf9; } +.ring-offset-stone-50\\/15 { + --tw-ring-offset-color: #fafaf926; +} + .ring-offset-stone-50\\/20 { --tw-ring-offset-color: #fafaf933; } @@ -12330,10 +16942,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafaf94d; } +.ring-offset-stone-50\\/35 { + --tw-ring-offset-color: #fafaf959; +} + .ring-offset-stone-50\\/40 { --tw-ring-offset-color: #fafaf966; } +.ring-offset-stone-50\\/45 { + --tw-ring-offset-color: #fafaf973; +} + .ring-offset-stone-50\\/5 { --tw-ring-offset-color: #fafaf90d; } @@ -12342,10 +16962,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafaf980; } +.ring-offset-stone-50\\/55 { + --tw-ring-offset-color: #fafaf98c; +} + .ring-offset-stone-50\\/60 { --tw-ring-offset-color: #fafaf999; } +.ring-offset-stone-50\\/65 { + --tw-ring-offset-color: #fafaf9a6; +} + .ring-offset-stone-50\\/70 { --tw-ring-offset-color: #fafaf9b3; } @@ -12358,6 +16986,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafaf9cc; } +.ring-offset-stone-50\\/85 { + --tw-ring-offset-color: #fafaf9d9; +} + .ring-offset-stone-50\\/90 { --tw-ring-offset-color: #fafaf9e6; } @@ -12382,6 +17014,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78716c; } +.ring-offset-stone-500\\/15 { + --tw-ring-offset-color: #78716c26; +} + .ring-offset-stone-500\\/20 { --tw-ring-offset-color: #78716c33; } @@ -12394,10 +17030,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78716c4d; } +.ring-offset-stone-500\\/35 { + --tw-ring-offset-color: #78716c59; +} + .ring-offset-stone-500\\/40 { --tw-ring-offset-color: #78716c66; } +.ring-offset-stone-500\\/45 { + --tw-ring-offset-color: #78716c73; +} + .ring-offset-stone-500\\/5 { --tw-ring-offset-color: #78716c0d; } @@ -12406,10 +17050,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78716c80; } +.ring-offset-stone-500\\/55 { + --tw-ring-offset-color: #78716c8c; +} + .ring-offset-stone-500\\/60 { --tw-ring-offset-color: #78716c99; } +.ring-offset-stone-500\\/65 { + --tw-ring-offset-color: #78716ca6; +} + .ring-offset-stone-500\\/70 { --tw-ring-offset-color: #78716cb3; } @@ -12422,6 +17074,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #78716ccc; } +.ring-offset-stone-500\\/85 { + --tw-ring-offset-color: #78716cd9; +} + .ring-offset-stone-500\\/90 { --tw-ring-offset-color: #78716ce6; } @@ -12446,6 +17102,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #57534e; } +.ring-offset-stone-600\\/15 { + --tw-ring-offset-color: #57534e26; +} + .ring-offset-stone-600\\/20 { --tw-ring-offset-color: #57534e33; } @@ -12458,10 +17118,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #57534e4d; } +.ring-offset-stone-600\\/35 { + --tw-ring-offset-color: #57534e59; +} + .ring-offset-stone-600\\/40 { --tw-ring-offset-color: #57534e66; } +.ring-offset-stone-600\\/45 { + --tw-ring-offset-color: #57534e73; +} + .ring-offset-stone-600\\/5 { --tw-ring-offset-color: #57534e0d; } @@ -12470,10 +17138,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #57534e80; } +.ring-offset-stone-600\\/55 { + --tw-ring-offset-color: #57534e8c; +} + .ring-offset-stone-600\\/60 { --tw-ring-offset-color: #57534e99; } +.ring-offset-stone-600\\/65 { + --tw-ring-offset-color: #57534ea6; +} + .ring-offset-stone-600\\/70 { --tw-ring-offset-color: #57534eb3; } @@ -12486,6 +17162,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #57534ecc; } +.ring-offset-stone-600\\/85 { + --tw-ring-offset-color: #57534ed9; +} + .ring-offset-stone-600\\/90 { --tw-ring-offset-color: #57534ee6; } @@ -12510,6 +17190,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #44403c; } +.ring-offset-stone-700\\/15 { + --tw-ring-offset-color: #44403c26; +} + .ring-offset-stone-700\\/20 { --tw-ring-offset-color: #44403c33; } @@ -12522,10 +17206,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #44403c4d; } +.ring-offset-stone-700\\/35 { + --tw-ring-offset-color: #44403c59; +} + .ring-offset-stone-700\\/40 { --tw-ring-offset-color: #44403c66; } +.ring-offset-stone-700\\/45 { + --tw-ring-offset-color: #44403c73; +} + .ring-offset-stone-700\\/5 { --tw-ring-offset-color: #44403c0d; } @@ -12534,10 +17226,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #44403c80; } +.ring-offset-stone-700\\/55 { + --tw-ring-offset-color: #44403c8c; +} + .ring-offset-stone-700\\/60 { --tw-ring-offset-color: #44403c99; } +.ring-offset-stone-700\\/65 { + --tw-ring-offset-color: #44403ca6; +} + .ring-offset-stone-700\\/70 { --tw-ring-offset-color: #44403cb3; } @@ -12550,6 +17250,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #44403ccc; } +.ring-offset-stone-700\\/85 { + --tw-ring-offset-color: #44403cd9; +} + .ring-offset-stone-700\\/90 { --tw-ring-offset-color: #44403ce6; } @@ -12574,6 +17278,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #292524; } +.ring-offset-stone-800\\/15 { + --tw-ring-offset-color: #29252426; +} + .ring-offset-stone-800\\/20 { --tw-ring-offset-color: #29252433; } @@ -12586,10 +17294,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2925244d; } +.ring-offset-stone-800\\/35 { + --tw-ring-offset-color: #29252459; +} + .ring-offset-stone-800\\/40 { --tw-ring-offset-color: #29252466; } +.ring-offset-stone-800\\/45 { + --tw-ring-offset-color: #29252473; +} + .ring-offset-stone-800\\/5 { --tw-ring-offset-color: #2925240d; } @@ -12598,10 +17314,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #29252480; } +.ring-offset-stone-800\\/55 { + --tw-ring-offset-color: #2925248c; +} + .ring-offset-stone-800\\/60 { --tw-ring-offset-color: #29252499; } +.ring-offset-stone-800\\/65 { + --tw-ring-offset-color: #292524a6; +} + .ring-offset-stone-800\\/70 { --tw-ring-offset-color: #292524b3; } @@ -12614,6 +17338,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #292524cc; } +.ring-offset-stone-800\\/85 { + --tw-ring-offset-color: #292524d9; +} + .ring-offset-stone-800\\/90 { --tw-ring-offset-color: #292524e6; } @@ -12638,6 +17366,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1c1917; } +.ring-offset-stone-900\\/15 { + --tw-ring-offset-color: #1c191726; +} + .ring-offset-stone-900\\/20 { --tw-ring-offset-color: #1c191733; } @@ -12650,10 +17382,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1c19174d; } +.ring-offset-stone-900\\/35 { + --tw-ring-offset-color: #1c191759; +} + .ring-offset-stone-900\\/40 { --tw-ring-offset-color: #1c191766; } +.ring-offset-stone-900\\/45 { + --tw-ring-offset-color: #1c191773; +} + .ring-offset-stone-900\\/5 { --tw-ring-offset-color: #1c19170d; } @@ -12662,10 +17402,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1c191780; } +.ring-offset-stone-900\\/55 { + --tw-ring-offset-color: #1c19178c; +} + .ring-offset-stone-900\\/60 { --tw-ring-offset-color: #1c191799; } +.ring-offset-stone-900\\/65 { + --tw-ring-offset-color: #1c1917a6; +} + .ring-offset-stone-900\\/70 { --tw-ring-offset-color: #1c1917b3; } @@ -12678,6 +17426,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #1c1917cc; } +.ring-offset-stone-900\\/85 { + --tw-ring-offset-color: #1c1917d9; +} + .ring-offset-stone-900\\/90 { --tw-ring-offset-color: #1c1917e6; } @@ -12702,6 +17454,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c0a09; } +.ring-offset-stone-950\\/15 { + --tw-ring-offset-color: #0c0a0926; +} + .ring-offset-stone-950\\/20 { --tw-ring-offset-color: #0c0a0933; } @@ -12714,10 +17470,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c0a094d; } +.ring-offset-stone-950\\/35 { + --tw-ring-offset-color: #0c0a0959; +} + .ring-offset-stone-950\\/40 { --tw-ring-offset-color: #0c0a0966; } +.ring-offset-stone-950\\/45 { + --tw-ring-offset-color: #0c0a0973; +} + .ring-offset-stone-950\\/5 { --tw-ring-offset-color: #0c0a090d; } @@ -12726,10 +17490,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c0a0980; } +.ring-offset-stone-950\\/55 { + --tw-ring-offset-color: #0c0a098c; +} + .ring-offset-stone-950\\/60 { --tw-ring-offset-color: #0c0a0999; } +.ring-offset-stone-950\\/65 { + --tw-ring-offset-color: #0c0a09a6; +} + .ring-offset-stone-950\\/70 { --tw-ring-offset-color: #0c0a09b3; } @@ -12742,6 +17514,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0c0a09cc; } +.ring-offset-stone-950\\/85 { + --tw-ring-offset-color: #0c0a09d9; +} + .ring-offset-stone-950\\/90 { --tw-ring-offset-color: #0c0a09e6; } @@ -12766,6 +17542,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ccfbf1; } +.ring-offset-teal-100\\/15 { + --tw-ring-offset-color: #ccfbf126; +} + .ring-offset-teal-100\\/20 { --tw-ring-offset-color: #ccfbf133; } @@ -12778,10 +17558,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ccfbf14d; } +.ring-offset-teal-100\\/35 { + --tw-ring-offset-color: #ccfbf159; +} + .ring-offset-teal-100\\/40 { --tw-ring-offset-color: #ccfbf166; } +.ring-offset-teal-100\\/45 { + --tw-ring-offset-color: #ccfbf173; +} + .ring-offset-teal-100\\/5 { --tw-ring-offset-color: #ccfbf10d; } @@ -12790,10 +17578,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ccfbf180; } +.ring-offset-teal-100\\/55 { + --tw-ring-offset-color: #ccfbf18c; +} + .ring-offset-teal-100\\/60 { --tw-ring-offset-color: #ccfbf199; } +.ring-offset-teal-100\\/65 { + --tw-ring-offset-color: #ccfbf1a6; +} + .ring-offset-teal-100\\/70 { --tw-ring-offset-color: #ccfbf1b3; } @@ -12806,6 +17602,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ccfbf1cc; } +.ring-offset-teal-100\\/85 { + --tw-ring-offset-color: #ccfbf1d9; +} + .ring-offset-teal-100\\/90 { --tw-ring-offset-color: #ccfbf1e6; } @@ -12830,6 +17630,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #99f6e4; } +.ring-offset-teal-200\\/15 { + --tw-ring-offset-color: #99f6e426; +} + .ring-offset-teal-200\\/20 { --tw-ring-offset-color: #99f6e433; } @@ -12842,10 +17646,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #99f6e44d; } +.ring-offset-teal-200\\/35 { + --tw-ring-offset-color: #99f6e459; +} + .ring-offset-teal-200\\/40 { --tw-ring-offset-color: #99f6e466; } +.ring-offset-teal-200\\/45 { + --tw-ring-offset-color: #99f6e473; +} + .ring-offset-teal-200\\/5 { --tw-ring-offset-color: #99f6e40d; } @@ -12854,10 +17666,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #99f6e480; } +.ring-offset-teal-200\\/55 { + --tw-ring-offset-color: #99f6e48c; +} + .ring-offset-teal-200\\/60 { --tw-ring-offset-color: #99f6e499; } +.ring-offset-teal-200\\/65 { + --tw-ring-offset-color: #99f6e4a6; +} + .ring-offset-teal-200\\/70 { --tw-ring-offset-color: #99f6e4b3; } @@ -12870,6 +17690,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #99f6e4cc; } +.ring-offset-teal-200\\/85 { + --tw-ring-offset-color: #99f6e4d9; +} + .ring-offset-teal-200\\/90 { --tw-ring-offset-color: #99f6e4e6; } @@ -12894,6 +17718,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5eead4; } +.ring-offset-teal-300\\/15 { + --tw-ring-offset-color: #5eead426; +} + .ring-offset-teal-300\\/20 { --tw-ring-offset-color: #5eead433; } @@ -12906,10 +17734,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5eead44d; } +.ring-offset-teal-300\\/35 { + --tw-ring-offset-color: #5eead459; +} + .ring-offset-teal-300\\/40 { --tw-ring-offset-color: #5eead466; } +.ring-offset-teal-300\\/45 { + --tw-ring-offset-color: #5eead473; +} + .ring-offset-teal-300\\/5 { --tw-ring-offset-color: #5eead40d; } @@ -12918,10 +17754,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5eead480; } +.ring-offset-teal-300\\/55 { + --tw-ring-offset-color: #5eead48c; +} + .ring-offset-teal-300\\/60 { --tw-ring-offset-color: #5eead499; } +.ring-offset-teal-300\\/65 { + --tw-ring-offset-color: #5eead4a6; +} + .ring-offset-teal-300\\/70 { --tw-ring-offset-color: #5eead4b3; } @@ -12934,6 +17778,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5eead4cc; } +.ring-offset-teal-300\\/85 { + --tw-ring-offset-color: #5eead4d9; +} + .ring-offset-teal-300\\/90 { --tw-ring-offset-color: #5eead4e6; } @@ -12958,6 +17806,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2dd4bf; } +.ring-offset-teal-400\\/15 { + --tw-ring-offset-color: #2dd4bf26; +} + .ring-offset-teal-400\\/20 { --tw-ring-offset-color: #2dd4bf33; } @@ -12970,10 +17822,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2dd4bf4d; } +.ring-offset-teal-400\\/35 { + --tw-ring-offset-color: #2dd4bf59; +} + .ring-offset-teal-400\\/40 { --tw-ring-offset-color: #2dd4bf66; } +.ring-offset-teal-400\\/45 { + --tw-ring-offset-color: #2dd4bf73; +} + .ring-offset-teal-400\\/5 { --tw-ring-offset-color: #2dd4bf0d; } @@ -12982,10 +17842,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2dd4bf80; } +.ring-offset-teal-400\\/55 { + --tw-ring-offset-color: #2dd4bf8c; +} + .ring-offset-teal-400\\/60 { --tw-ring-offset-color: #2dd4bf99; } +.ring-offset-teal-400\\/65 { + --tw-ring-offset-color: #2dd4bfa6; +} + .ring-offset-teal-400\\/70 { --tw-ring-offset-color: #2dd4bfb3; } @@ -12998,6 +17866,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2dd4bfcc; } +.ring-offset-teal-400\\/85 { + --tw-ring-offset-color: #2dd4bfd9; +} + .ring-offset-teal-400\\/90 { --tw-ring-offset-color: #2dd4bfe6; } @@ -13022,6 +17894,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdfa; } +.ring-offset-teal-50\\/15 { + --tw-ring-offset-color: #f0fdfa26; +} + .ring-offset-teal-50\\/20 { --tw-ring-offset-color: #f0fdfa33; } @@ -13034,10 +17910,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdfa4d; } +.ring-offset-teal-50\\/35 { + --tw-ring-offset-color: #f0fdfa59; +} + .ring-offset-teal-50\\/40 { --tw-ring-offset-color: #f0fdfa66; } +.ring-offset-teal-50\\/45 { + --tw-ring-offset-color: #f0fdfa73; +} + .ring-offset-teal-50\\/5 { --tw-ring-offset-color: #f0fdfa0d; } @@ -13046,10 +17930,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdfa80; } +.ring-offset-teal-50\\/55 { + --tw-ring-offset-color: #f0fdfa8c; +} + .ring-offset-teal-50\\/60 { --tw-ring-offset-color: #f0fdfa99; } +.ring-offset-teal-50\\/65 { + --tw-ring-offset-color: #f0fdfaa6; +} + .ring-offset-teal-50\\/70 { --tw-ring-offset-color: #f0fdfab3; } @@ -13062,6 +17954,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f0fdfacc; } +.ring-offset-teal-50\\/85 { + --tw-ring-offset-color: #f0fdfad9; +} + .ring-offset-teal-50\\/90 { --tw-ring-offset-color: #f0fdfae6; } @@ -13086,6 +17982,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14b8a6; } +.ring-offset-teal-500\\/15 { + --tw-ring-offset-color: #14b8a626; +} + .ring-offset-teal-500\\/20 { --tw-ring-offset-color: #14b8a633; } @@ -13098,10 +17998,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14b8a64d; } +.ring-offset-teal-500\\/35 { + --tw-ring-offset-color: #14b8a659; +} + .ring-offset-teal-500\\/40 { --tw-ring-offset-color: #14b8a666; } +.ring-offset-teal-500\\/45 { + --tw-ring-offset-color: #14b8a673; +} + .ring-offset-teal-500\\/5 { --tw-ring-offset-color: #14b8a60d; } @@ -13110,10 +18018,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14b8a680; } +.ring-offset-teal-500\\/55 { + --tw-ring-offset-color: #14b8a68c; +} + .ring-offset-teal-500\\/60 { --tw-ring-offset-color: #14b8a699; } +.ring-offset-teal-500\\/65 { + --tw-ring-offset-color: #14b8a6a6; +} + .ring-offset-teal-500\\/70 { --tw-ring-offset-color: #14b8a6b3; } @@ -13126,6 +18042,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #14b8a6cc; } +.ring-offset-teal-500\\/85 { + --tw-ring-offset-color: #14b8a6d9; +} + .ring-offset-teal-500\\/90 { --tw-ring-offset-color: #14b8a6e6; } @@ -13150,6 +18070,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0d9488; } +.ring-offset-teal-600\\/15 { + --tw-ring-offset-color: #0d948826; +} + .ring-offset-teal-600\\/20 { --tw-ring-offset-color: #0d948833; } @@ -13162,10 +18086,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0d94884d; } +.ring-offset-teal-600\\/35 { + --tw-ring-offset-color: #0d948859; +} + .ring-offset-teal-600\\/40 { --tw-ring-offset-color: #0d948866; } +.ring-offset-teal-600\\/45 { + --tw-ring-offset-color: #0d948873; +} + .ring-offset-teal-600\\/5 { --tw-ring-offset-color: #0d94880d; } @@ -13174,10 +18106,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0d948880; } +.ring-offset-teal-600\\/55 { + --tw-ring-offset-color: #0d94888c; +} + .ring-offset-teal-600\\/60 { --tw-ring-offset-color: #0d948899; } +.ring-offset-teal-600\\/65 { + --tw-ring-offset-color: #0d9488a6; +} + .ring-offset-teal-600\\/70 { --tw-ring-offset-color: #0d9488b3; } @@ -13190,6 +18130,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0d9488cc; } +.ring-offset-teal-600\\/85 { + --tw-ring-offset-color: #0d9488d9; +} + .ring-offset-teal-600\\/90 { --tw-ring-offset-color: #0d9488e6; } @@ -13214,6 +18158,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f766e; } +.ring-offset-teal-700\\/15 { + --tw-ring-offset-color: #0f766e26; +} + .ring-offset-teal-700\\/20 { --tw-ring-offset-color: #0f766e33; } @@ -13226,10 +18174,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f766e4d; } +.ring-offset-teal-700\\/35 { + --tw-ring-offset-color: #0f766e59; +} + .ring-offset-teal-700\\/40 { --tw-ring-offset-color: #0f766e66; } +.ring-offset-teal-700\\/45 { + --tw-ring-offset-color: #0f766e73; +} + .ring-offset-teal-700\\/5 { --tw-ring-offset-color: #0f766e0d; } @@ -13238,10 +18194,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f766e80; } +.ring-offset-teal-700\\/55 { + --tw-ring-offset-color: #0f766e8c; +} + .ring-offset-teal-700\\/60 { --tw-ring-offset-color: #0f766e99; } +.ring-offset-teal-700\\/65 { + --tw-ring-offset-color: #0f766ea6; +} + .ring-offset-teal-700\\/70 { --tw-ring-offset-color: #0f766eb3; } @@ -13254,6 +18218,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0f766ecc; } +.ring-offset-teal-700\\/85 { + --tw-ring-offset-color: #0f766ed9; +} + .ring-offset-teal-700\\/90 { --tw-ring-offset-color: #0f766ee6; } @@ -13278,6 +18246,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #115e59; } +.ring-offset-teal-800\\/15 { + --tw-ring-offset-color: #115e5926; +} + .ring-offset-teal-800\\/20 { --tw-ring-offset-color: #115e5933; } @@ -13290,10 +18262,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #115e594d; } +.ring-offset-teal-800\\/35 { + --tw-ring-offset-color: #115e5959; +} + .ring-offset-teal-800\\/40 { --tw-ring-offset-color: #115e5966; } +.ring-offset-teal-800\\/45 { + --tw-ring-offset-color: #115e5973; +} + .ring-offset-teal-800\\/5 { --tw-ring-offset-color: #115e590d; } @@ -13302,10 +18282,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #115e5980; } +.ring-offset-teal-800\\/55 { + --tw-ring-offset-color: #115e598c; +} + .ring-offset-teal-800\\/60 { --tw-ring-offset-color: #115e5999; } +.ring-offset-teal-800\\/65 { + --tw-ring-offset-color: #115e59a6; +} + .ring-offset-teal-800\\/70 { --tw-ring-offset-color: #115e59b3; } @@ -13318,6 +18306,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #115e59cc; } +.ring-offset-teal-800\\/85 { + --tw-ring-offset-color: #115e59d9; +} + .ring-offset-teal-800\\/90 { --tw-ring-offset-color: #115e59e6; } @@ -13342,6 +18334,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #134e4a; } +.ring-offset-teal-900\\/15 { + --tw-ring-offset-color: #134e4a26; +} + .ring-offset-teal-900\\/20 { --tw-ring-offset-color: #134e4a33; } @@ -13354,10 +18350,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #134e4a4d; } +.ring-offset-teal-900\\/35 { + --tw-ring-offset-color: #134e4a59; +} + .ring-offset-teal-900\\/40 { --tw-ring-offset-color: #134e4a66; } +.ring-offset-teal-900\\/45 { + --tw-ring-offset-color: #134e4a73; +} + .ring-offset-teal-900\\/5 { --tw-ring-offset-color: #134e4a0d; } @@ -13366,10 +18370,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #134e4a80; } +.ring-offset-teal-900\\/55 { + --tw-ring-offset-color: #134e4a8c; +} + .ring-offset-teal-900\\/60 { --tw-ring-offset-color: #134e4a99; } +.ring-offset-teal-900\\/65 { + --tw-ring-offset-color: #134e4aa6; +} + .ring-offset-teal-900\\/70 { --tw-ring-offset-color: #134e4ab3; } @@ -13382,6 +18394,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #134e4acc; } +.ring-offset-teal-900\\/85 { + --tw-ring-offset-color: #134e4ad9; +} + .ring-offset-teal-900\\/90 { --tw-ring-offset-color: #134e4ae6; } @@ -13406,6 +18422,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #042f2e; } +.ring-offset-teal-950\\/15 { + --tw-ring-offset-color: #042f2e26; +} + .ring-offset-teal-950\\/20 { --tw-ring-offset-color: #042f2e33; } @@ -13418,10 +18438,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #042f2e4d; } +.ring-offset-teal-950\\/35 { + --tw-ring-offset-color: #042f2e59; +} + .ring-offset-teal-950\\/40 { --tw-ring-offset-color: #042f2e66; } +.ring-offset-teal-950\\/45 { + --tw-ring-offset-color: #042f2e73; +} + .ring-offset-teal-950\\/5 { --tw-ring-offset-color: #042f2e0d; } @@ -13430,10 +18458,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #042f2e80; } +.ring-offset-teal-950\\/55 { + --tw-ring-offset-color: #042f2e8c; +} + .ring-offset-teal-950\\/60 { --tw-ring-offset-color: #042f2e99; } +.ring-offset-teal-950\\/65 { + --tw-ring-offset-color: #042f2ea6; +} + .ring-offset-teal-950\\/70 { --tw-ring-offset-color: #042f2eb3; } @@ -13446,6 +18482,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #042f2ecc; } +.ring-offset-teal-950\\/85 { + --tw-ring-offset-color: #042f2ed9; +} + .ring-offset-teal-950\\/90 { --tw-ring-offset-color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #000; } +.ring-offset-transparent\\/15 { + --tw-ring-offset-color: #00000026; +} + .ring-offset-transparent\\/20 { --tw-ring-offset-color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #0000004d; } +.ring-offset-transparent\\/35 { + --tw-ring-offset-color: #00000059; +} + .ring-offset-transparent\\/40 { --tw-ring-offset-color: #0006; } +.ring-offset-transparent\\/45 { + --tw-ring-offset-color: #00000073; +} + .ring-offset-transparent\\/5 { --tw-ring-offset-color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #00000080; } +.ring-offset-transparent\\/55 { + --tw-ring-offset-color: #0000008c; +} + .ring-offset-transparent\\/60 { --tw-ring-offset-color: #0009; } +.ring-offset-transparent\\/65 { + --tw-ring-offset-color: #000000a6; +} + .ring-offset-transparent\\/70 { --tw-ring-offset-color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #000c; } +.ring-offset-transparent\\/85 { + --tw-ring-offset-color: #000000d9; +} + .ring-offset-transparent\\/90 { --tw-ring-offset-color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ede9fe; } +.ring-offset-violet-100\\/15 { + --tw-ring-offset-color: #ede9fe26; +} + .ring-offset-violet-100\\/20 { --tw-ring-offset-color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ede9fe4d; } +.ring-offset-violet-100\\/35 { + --tw-ring-offset-color: #ede9fe59; +} + .ring-offset-violet-100\\/40 { --tw-ring-offset-color: #ede9fe66; } +.ring-offset-violet-100\\/45 { + --tw-ring-offset-color: #ede9fe73; +} + .ring-offset-violet-100\\/5 { --tw-ring-offset-color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ede9fe80; } +.ring-offset-violet-100\\/55 { + --tw-ring-offset-color: #ede9fe8c; +} + .ring-offset-violet-100\\/60 { --tw-ring-offset-color: #ede9fe99; } +.ring-offset-violet-100\\/65 { + --tw-ring-offset-color: #ede9fea6; +} + .ring-offset-violet-100\\/70 { --tw-ring-offset-color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ede9fecc; } +.ring-offset-violet-100\\/85 { + --tw-ring-offset-color: #ede9fed9; +} + .ring-offset-violet-100\\/90 { --tw-ring-offset-color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ddd6fe; } +.ring-offset-violet-200\\/15 { + --tw-ring-offset-color: #ddd6fe26; +} + .ring-offset-violet-200\\/20 { --tw-ring-offset-color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ddd6fe4d; } +.ring-offset-violet-200\\/35 { + --tw-ring-offset-color: #ddd6fe59; +} + .ring-offset-violet-200\\/40 { --tw-ring-offset-color: #ddd6fe66; } +.ring-offset-violet-200\\/45 { + --tw-ring-offset-color: #ddd6fe73; +} + .ring-offset-violet-200\\/5 { --tw-ring-offset-color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ddd6fe80; } +.ring-offset-violet-200\\/55 { + --tw-ring-offset-color: #ddd6fe8c; +} + .ring-offset-violet-200\\/60 { --tw-ring-offset-color: #ddd6fe99; } +.ring-offset-violet-200\\/65 { + --tw-ring-offset-color: #ddd6fea6; +} + .ring-offset-violet-200\\/70 { --tw-ring-offset-color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ddd6fecc; } +.ring-offset-violet-200\\/85 { + --tw-ring-offset-color: #ddd6fed9; +} + .ring-offset-violet-200\\/90 { --tw-ring-offset-color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c4b5fd; } +.ring-offset-violet-300\\/15 { + --tw-ring-offset-color: #c4b5fd26; +} + .ring-offset-violet-300\\/20 { --tw-ring-offset-color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c4b5fd4d; } +.ring-offset-violet-300\\/35 { + --tw-ring-offset-color: #c4b5fd59; +} + .ring-offset-violet-300\\/40 { --tw-ring-offset-color: #c4b5fd66; } +.ring-offset-violet-300\\/45 { + --tw-ring-offset-color: #c4b5fd73; +} + .ring-offset-violet-300\\/5 { --tw-ring-offset-color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c4b5fd80; } +.ring-offset-violet-300\\/55 { + --tw-ring-offset-color: #c4b5fd8c; +} + .ring-offset-violet-300\\/60 { --tw-ring-offset-color: #c4b5fd99; } +.ring-offset-violet-300\\/65 { + --tw-ring-offset-color: #c4b5fda6; +} + .ring-offset-violet-300\\/70 { --tw-ring-offset-color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #c4b5fdcc; } +.ring-offset-violet-300\\/85 { + --tw-ring-offset-color: #c4b5fdd9; +} + .ring-offset-violet-300\\/90 { --tw-ring-offset-color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a78bfa; } +.ring-offset-violet-400\\/15 { + --tw-ring-offset-color: #a78bfa26; +} + .ring-offset-violet-400\\/20 { --tw-ring-offset-color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a78bfa4d; } +.ring-offset-violet-400\\/35 { + --tw-ring-offset-color: #a78bfa59; +} + .ring-offset-violet-400\\/40 { --tw-ring-offset-color: #a78bfa66; } +.ring-offset-violet-400\\/45 { + --tw-ring-offset-color: #a78bfa73; +} + .ring-offset-violet-400\\/5 { --tw-ring-offset-color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a78bfa80; } +.ring-offset-violet-400\\/55 { + --tw-ring-offset-color: #a78bfa8c; +} + .ring-offset-violet-400\\/60 { --tw-ring-offset-color: #a78bfa99; } +.ring-offset-violet-400\\/65 { + --tw-ring-offset-color: #a78bfaa6; +} + .ring-offset-violet-400\\/70 { --tw-ring-offset-color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a78bfacc; } +.ring-offset-violet-400\\/85 { + --tw-ring-offset-color: #a78bfad9; +} + .ring-offset-violet-400\\/90 { --tw-ring-offset-color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f3ff; } +.ring-offset-violet-50\\/15 { + --tw-ring-offset-color: #f5f3ff26; +} + .ring-offset-violet-50\\/20 { --tw-ring-offset-color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f3ff4d; } +.ring-offset-violet-50\\/35 { + --tw-ring-offset-color: #f5f3ff59; +} + .ring-offset-violet-50\\/40 { --tw-ring-offset-color: #f5f3ff66; } +.ring-offset-violet-50\\/45 { + --tw-ring-offset-color: #f5f3ff73; +} + .ring-offset-violet-50\\/5 { --tw-ring-offset-color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f3ff80; } +.ring-offset-violet-50\\/55 { + --tw-ring-offset-color: #f5f3ff8c; +} + .ring-offset-violet-50\\/60 { --tw-ring-offset-color: #f5f3ff99; } +.ring-offset-violet-50\\/65 { + --tw-ring-offset-color: #f5f3ffa6; +} + .ring-offset-violet-50\\/70 { --tw-ring-offset-color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f5f3ffcc; } +.ring-offset-violet-50\\/85 { + --tw-ring-offset-color: #f5f3ffd9; +} + .ring-offset-violet-50\\/90 { --tw-ring-offset-color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #8b5cf6; } +.ring-offset-violet-500\\/15 { + --tw-ring-offset-color: #8b5cf626; +} + .ring-offset-violet-500\\/20 { --tw-ring-offset-color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #8b5cf64d; } +.ring-offset-violet-500\\/35 { + --tw-ring-offset-color: #8b5cf659; +} + .ring-offset-violet-500\\/40 { --tw-ring-offset-color: #8b5cf666; } +.ring-offset-violet-500\\/45 { + --tw-ring-offset-color: #8b5cf673; +} + .ring-offset-violet-500\\/5 { --tw-ring-offset-color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #8b5cf680; } +.ring-offset-violet-500\\/55 { + --tw-ring-offset-color: #8b5cf68c; +} + .ring-offset-violet-500\\/60 { --tw-ring-offset-color: #8b5cf699; } +.ring-offset-violet-500\\/65 { + --tw-ring-offset-color: #8b5cf6a6; +} + .ring-offset-violet-500\\/70 { --tw-ring-offset-color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #8b5cf6cc; } +.ring-offset-violet-500\\/85 { + --tw-ring-offset-color: #8b5cf6d9; +} + .ring-offset-violet-500\\/90 { --tw-ring-offset-color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c3aed; } +.ring-offset-violet-600\\/15 { + --tw-ring-offset-color: #7c3aed26; +} + .ring-offset-violet-600\\/20 { --tw-ring-offset-color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c3aed4d; } +.ring-offset-violet-600\\/35 { + --tw-ring-offset-color: #7c3aed59; +} + .ring-offset-violet-600\\/40 { --tw-ring-offset-color: #7c3aed66; } +.ring-offset-violet-600\\/45 { + --tw-ring-offset-color: #7c3aed73; +} + .ring-offset-violet-600\\/5 { --tw-ring-offset-color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c3aed80; } +.ring-offset-violet-600\\/55 { + --tw-ring-offset-color: #7c3aed8c; +} + .ring-offset-violet-600\\/60 { --tw-ring-offset-color: #7c3aed99; } +.ring-offset-violet-600\\/65 { + --tw-ring-offset-color: #7c3aeda6; +} + .ring-offset-violet-600\\/70 { --tw-ring-offset-color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #7c3aedcc; } +.ring-offset-violet-600\\/85 { + --tw-ring-offset-color: #7c3aedd9; +} + .ring-offset-violet-600\\/90 { --tw-ring-offset-color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6d28d9; } +.ring-offset-violet-700\\/15 { + --tw-ring-offset-color: #6d28d926; +} + .ring-offset-violet-700\\/20 { --tw-ring-offset-color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6d28d94d; } +.ring-offset-violet-700\\/35 { + --tw-ring-offset-color: #6d28d959; +} + .ring-offset-violet-700\\/40 { --tw-ring-offset-color: #6d28d966; } +.ring-offset-violet-700\\/45 { + --tw-ring-offset-color: #6d28d973; +} + .ring-offset-violet-700\\/5 { --tw-ring-offset-color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6d28d980; } +.ring-offset-violet-700\\/55 { + --tw-ring-offset-color: #6d28d98c; +} + .ring-offset-violet-700\\/60 { --tw-ring-offset-color: #6d28d999; } +.ring-offset-violet-700\\/65 { + --tw-ring-offset-color: #6d28d9a6; +} + .ring-offset-violet-700\\/70 { --tw-ring-offset-color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #6d28d9cc; } +.ring-offset-violet-700\\/85 { + --tw-ring-offset-color: #6d28d9d9; +} + .ring-offset-violet-700\\/90 { --tw-ring-offset-color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5b21b6; } +.ring-offset-violet-800\\/15 { + --tw-ring-offset-color: #5b21b626; +} + .ring-offset-violet-800\\/20 { --tw-ring-offset-color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5b21b64d; } +.ring-offset-violet-800\\/35 { + --tw-ring-offset-color: #5b21b659; +} + .ring-offset-violet-800\\/40 { --tw-ring-offset-color: #5b21b666; } +.ring-offset-violet-800\\/45 { + --tw-ring-offset-color: #5b21b673; +} + .ring-offset-violet-800\\/5 { --tw-ring-offset-color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5b21b680; } +.ring-offset-violet-800\\/55 { + --tw-ring-offset-color: #5b21b68c; +} + .ring-offset-violet-800\\/60 { --tw-ring-offset-color: #5b21b699; } +.ring-offset-violet-800\\/65 { + --tw-ring-offset-color: #5b21b6a6; +} + .ring-offset-violet-800\\/70 { --tw-ring-offset-color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #5b21b6cc; } +.ring-offset-violet-800\\/85 { + --tw-ring-offset-color: #5b21b6d9; +} + .ring-offset-violet-800\\/90 { --tw-ring-offset-color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c1d95; } +.ring-offset-violet-900\\/15 { + --tw-ring-offset-color: #4c1d9526; +} + .ring-offset-violet-900\\/20 { --tw-ring-offset-color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c1d954d; } +.ring-offset-violet-900\\/35 { + --tw-ring-offset-color: #4c1d9559; +} + .ring-offset-violet-900\\/40 { --tw-ring-offset-color: #4c1d9566; } +.ring-offset-violet-900\\/45 { + --tw-ring-offset-color: #4c1d9573; +} + .ring-offset-violet-900\\/5 { --tw-ring-offset-color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c1d9580; } +.ring-offset-violet-900\\/55 { + --tw-ring-offset-color: #4c1d958c; +} + .ring-offset-violet-900\\/60 { --tw-ring-offset-color: #4c1d9599; } +.ring-offset-violet-900\\/65 { + --tw-ring-offset-color: #4c1d95a6; +} + .ring-offset-violet-900\\/70 { --tw-ring-offset-color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4c1d95cc; } +.ring-offset-violet-900\\/85 { + --tw-ring-offset-color: #4c1d95d9; +} + .ring-offset-violet-900\\/90 { --tw-ring-offset-color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2e1065; } +.ring-offset-violet-950\\/15 { + --tw-ring-offset-color: #2e106526; +} + .ring-offset-violet-950\\/20 { --tw-ring-offset-color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2e10654d; } +.ring-offset-violet-950\\/35 { + --tw-ring-offset-color: #2e106559; +} + .ring-offset-violet-950\\/40 { --tw-ring-offset-color: #2e106566; } +.ring-offset-violet-950\\/45 { + --tw-ring-offset-color: #2e106573; +} + .ring-offset-violet-950\\/5 { --tw-ring-offset-color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2e106580; } +.ring-offset-violet-950\\/55 { + --tw-ring-offset-color: #2e10658c; +} + .ring-offset-violet-950\\/60 { --tw-ring-offset-color: #2e106599; } +.ring-offset-violet-950\\/65 { + --tw-ring-offset-color: #2e1065a6; +} + .ring-offset-violet-950\\/70 { --tw-ring-offset-color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #2e1065cc; } +.ring-offset-violet-950\\/85 { + --tw-ring-offset-color: #2e1065d9; +} + .ring-offset-violet-950\\/90 { --tw-ring-offset-color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fff; } +.ring-offset-white\\/15 { + --tw-ring-offset-color: #ffffff26; +} + .ring-offset-white\\/20 { --tw-ring-offset-color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffffff4d; } +.ring-offset-white\\/35 { + --tw-ring-offset-color: #ffffff59; +} + .ring-offset-white\\/40 { --tw-ring-offset-color: #fff6; } +.ring-offset-white\\/45 { + --tw-ring-offset-color: #ffffff73; +} + .ring-offset-white\\/5 { --tw-ring-offset-color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ffffff80; } +.ring-offset-white\\/55 { + --tw-ring-offset-color: #ffffff8c; +} + .ring-offset-white\\/60 { --tw-ring-offset-color: #fff9; } +.ring-offset-white\\/65 { + --tw-ring-offset-color: #ffffffa6; +} + .ring-offset-white\\/70 { --tw-ring-offset-color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fffc; } +.ring-offset-white\\/85 { + --tw-ring-offset-color: #ffffffd9; +} + .ring-offset-white\\/90 { --tw-ring-offset-color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef9c3; } +.ring-offset-yellow-100\\/15 { + --tw-ring-offset-color: #fef9c326; +} + .ring-offset-yellow-100\\/20 { --tw-ring-offset-color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef9c34d; } +.ring-offset-yellow-100\\/35 { + --tw-ring-offset-color: #fef9c359; +} + .ring-offset-yellow-100\\/40 { --tw-ring-offset-color: #fef9c366; } +.ring-offset-yellow-100\\/45 { + --tw-ring-offset-color: #fef9c373; +} + .ring-offset-yellow-100\\/5 { --tw-ring-offset-color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef9c380; } +.ring-offset-yellow-100\\/55 { + --tw-ring-offset-color: #fef9c38c; +} + .ring-offset-yellow-100\\/60 { --tw-ring-offset-color: #fef9c399; } +.ring-offset-yellow-100\\/65 { + --tw-ring-offset-color: #fef9c3a6; +} + .ring-offset-yellow-100\\/70 { --tw-ring-offset-color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef9c3cc; } +.ring-offset-yellow-100\\/85 { + --tw-ring-offset-color: #fef9c3d9; +} + .ring-offset-yellow-100\\/90 { --tw-ring-offset-color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef08a; } +.ring-offset-yellow-200\\/15 { + --tw-ring-offset-color: #fef08a26; +} + .ring-offset-yellow-200\\/20 { --tw-ring-offset-color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef08a4d; } +.ring-offset-yellow-200\\/35 { + --tw-ring-offset-color: #fef08a59; +} + .ring-offset-yellow-200\\/40 { --tw-ring-offset-color: #fef08a66; } +.ring-offset-yellow-200\\/45 { + --tw-ring-offset-color: #fef08a73; +} + .ring-offset-yellow-200\\/5 { --tw-ring-offset-color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef08a80; } +.ring-offset-yellow-200\\/55 { + --tw-ring-offset-color: #fef08a8c; +} + .ring-offset-yellow-200\\/60 { --tw-ring-offset-color: #fef08a99; } +.ring-offset-yellow-200\\/65 { + --tw-ring-offset-color: #fef08aa6; +} + .ring-offset-yellow-200\\/70 { --tw-ring-offset-color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fef08acc; } +.ring-offset-yellow-200\\/85 { + --tw-ring-offset-color: #fef08ad9; +} + .ring-offset-yellow-200\\/90 { --tw-ring-offset-color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde047; } +.ring-offset-yellow-300\\/15 { + --tw-ring-offset-color: #fde04726; +} + .ring-offset-yellow-300\\/20 { --tw-ring-offset-color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde0474d; } +.ring-offset-yellow-300\\/35 { + --tw-ring-offset-color: #fde04759; +} + .ring-offset-yellow-300\\/40 { --tw-ring-offset-color: #fde04766; } +.ring-offset-yellow-300\\/45 { + --tw-ring-offset-color: #fde04773; +} + .ring-offset-yellow-300\\/5 { --tw-ring-offset-color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde04780; } +.ring-offset-yellow-300\\/55 { + --tw-ring-offset-color: #fde0478c; +} + .ring-offset-yellow-300\\/60 { --tw-ring-offset-color: #fde04799; } +.ring-offset-yellow-300\\/65 { + --tw-ring-offset-color: #fde047a6; +} + .ring-offset-yellow-300\\/70 { --tw-ring-offset-color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fde047cc; } +.ring-offset-yellow-300\\/85 { + --tw-ring-offset-color: #fde047d9; +} + .ring-offset-yellow-300\\/90 { --tw-ring-offset-color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #facc15; } +.ring-offset-yellow-400\\/15 { + --tw-ring-offset-color: #facc1526; +} + .ring-offset-yellow-400\\/20 { --tw-ring-offset-color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #facc154d; } +.ring-offset-yellow-400\\/35 { + --tw-ring-offset-color: #facc1559; +} + .ring-offset-yellow-400\\/40 { --tw-ring-offset-color: #facc1566; } +.ring-offset-yellow-400\\/45 { + --tw-ring-offset-color: #facc1573; +} + .ring-offset-yellow-400\\/5 { --tw-ring-offset-color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #facc1580; } +.ring-offset-yellow-400\\/55 { + --tw-ring-offset-color: #facc158c; +} + .ring-offset-yellow-400\\/60 { --tw-ring-offset-color: #facc1599; } +.ring-offset-yellow-400\\/65 { + --tw-ring-offset-color: #facc15a6; +} + .ring-offset-yellow-400\\/70 { --tw-ring-offset-color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #facc15cc; } +.ring-offset-yellow-400\\/85 { + --tw-ring-offset-color: #facc15d9; +} + .ring-offset-yellow-400\\/90 { --tw-ring-offset-color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fefce8; } +.ring-offset-yellow-50\\/15 { + --tw-ring-offset-color: #fefce826; +} + .ring-offset-yellow-50\\/20 { --tw-ring-offset-color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fefce84d; } +.ring-offset-yellow-50\\/35 { + --tw-ring-offset-color: #fefce859; +} + .ring-offset-yellow-50\\/40 { --tw-ring-offset-color: #fefce866; } +.ring-offset-yellow-50\\/45 { + --tw-ring-offset-color: #fefce873; +} + .ring-offset-yellow-50\\/5 { --tw-ring-offset-color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fefce880; } +.ring-offset-yellow-50\\/55 { + --tw-ring-offset-color: #fefce88c; +} + .ring-offset-yellow-50\\/60 { --tw-ring-offset-color: #fefce899; } +.ring-offset-yellow-50\\/65 { + --tw-ring-offset-color: #fefce8a6; +} + .ring-offset-yellow-50\\/70 { --tw-ring-offset-color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fefce8cc; } +.ring-offset-yellow-50\\/85 { + --tw-ring-offset-color: #fefce8d9; +} + .ring-offset-yellow-50\\/90 { --tw-ring-offset-color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eab308; } +.ring-offset-yellow-500\\/15 { + --tw-ring-offset-color: #eab30826; +} + .ring-offset-yellow-500\\/20 { --tw-ring-offset-color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eab3084d; } +.ring-offset-yellow-500\\/35 { + --tw-ring-offset-color: #eab30859; +} + .ring-offset-yellow-500\\/40 { --tw-ring-offset-color: #eab30866; } +.ring-offset-yellow-500\\/45 { + --tw-ring-offset-color: #eab30873; +} + .ring-offset-yellow-500\\/5 { --tw-ring-offset-color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eab30880; } +.ring-offset-yellow-500\\/55 { + --tw-ring-offset-color: #eab3088c; +} + .ring-offset-yellow-500\\/60 { --tw-ring-offset-color: #eab30899; } +.ring-offset-yellow-500\\/65 { + --tw-ring-offset-color: #eab308a6; +} + .ring-offset-yellow-500\\/70 { --tw-ring-offset-color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #eab308cc; } +.ring-offset-yellow-500\\/85 { + --tw-ring-offset-color: #eab308d9; +} + .ring-offset-yellow-500\\/90 { --tw-ring-offset-color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ca8a04; } +.ring-offset-yellow-600\\/15 { + --tw-ring-offset-color: #ca8a0426; +} + .ring-offset-yellow-600\\/20 { --tw-ring-offset-color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ca8a044d; } +.ring-offset-yellow-600\\/35 { + --tw-ring-offset-color: #ca8a0459; +} + .ring-offset-yellow-600\\/40 { --tw-ring-offset-color: #ca8a0466; } +.ring-offset-yellow-600\\/45 { + --tw-ring-offset-color: #ca8a0473; +} + .ring-offset-yellow-600\\/5 { --tw-ring-offset-color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ca8a0480; } +.ring-offset-yellow-600\\/55 { + --tw-ring-offset-color: #ca8a048c; +} + .ring-offset-yellow-600\\/60 { --tw-ring-offset-color: #ca8a0499; } +.ring-offset-yellow-600\\/65 { + --tw-ring-offset-color: #ca8a04a6; +} + .ring-offset-yellow-600\\/70 { --tw-ring-offset-color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #ca8a04cc; } +.ring-offset-yellow-600\\/85 { + --tw-ring-offset-color: #ca8a04d9; +} + .ring-offset-yellow-600\\/90 { --tw-ring-offset-color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a16207; } +.ring-offset-yellow-700\\/15 { + --tw-ring-offset-color: #a1620726; +} + .ring-offset-yellow-700\\/20 { --tw-ring-offset-color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a162074d; } +.ring-offset-yellow-700\\/35 { + --tw-ring-offset-color: #a1620759; +} + .ring-offset-yellow-700\\/40 { --tw-ring-offset-color: #a1620766; } +.ring-offset-yellow-700\\/45 { + --tw-ring-offset-color: #a1620773; +} + .ring-offset-yellow-700\\/5 { --tw-ring-offset-color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a1620780; } +.ring-offset-yellow-700\\/55 { + --tw-ring-offset-color: #a162078c; +} + .ring-offset-yellow-700\\/60 { --tw-ring-offset-color: #a1620799; } +.ring-offset-yellow-700\\/65 { + --tw-ring-offset-color: #a16207a6; +} + .ring-offset-yellow-700\\/70 { --tw-ring-offset-color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a16207cc; } +.ring-offset-yellow-700\\/85 { + --tw-ring-offset-color: #a16207d9; +} + .ring-offset-yellow-700\\/90 { --tw-ring-offset-color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #854d0e; } +.ring-offset-yellow-800\\/15 { + --tw-ring-offset-color: #854d0e26; +} + .ring-offset-yellow-800\\/20 { --tw-ring-offset-color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #854d0e4d; } +.ring-offset-yellow-800\\/35 { + --tw-ring-offset-color: #854d0e59; +} + .ring-offset-yellow-800\\/40 { --tw-ring-offset-color: #854d0e66; } +.ring-offset-yellow-800\\/45 { + --tw-ring-offset-color: #854d0e73; +} + .ring-offset-yellow-800\\/5 { --tw-ring-offset-color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #854d0e80; } +.ring-offset-yellow-800\\/55 { + --tw-ring-offset-color: #854d0e8c; +} + .ring-offset-yellow-800\\/60 { --tw-ring-offset-color: #854d0e99; } +.ring-offset-yellow-800\\/65 { + --tw-ring-offset-color: #854d0ea6; +} + .ring-offset-yellow-800\\/70 { --tw-ring-offset-color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #854d0ecc; } +.ring-offset-yellow-800\\/85 { + --tw-ring-offset-color: #854d0ed9; +} + .ring-offset-yellow-800\\/90 { --tw-ring-offset-color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #713f12; } +.ring-offset-yellow-900\\/15 { + --tw-ring-offset-color: #713f1226; +} + .ring-offset-yellow-900\\/20 { --tw-ring-offset-color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #713f124d; } +.ring-offset-yellow-900\\/35 { + --tw-ring-offset-color: #713f1259; +} + .ring-offset-yellow-900\\/40 { --tw-ring-offset-color: #713f1266; } +.ring-offset-yellow-900\\/45 { + --tw-ring-offset-color: #713f1273; +} + .ring-offset-yellow-900\\/5 { --tw-ring-offset-color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #713f1280; } +.ring-offset-yellow-900\\/55 { + --tw-ring-offset-color: #713f128c; +} + .ring-offset-yellow-900\\/60 { --tw-ring-offset-color: #713f1299; } +.ring-offset-yellow-900\\/65 { + --tw-ring-offset-color: #713f12a6; +} + .ring-offset-yellow-900\\/70 { --tw-ring-offset-color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #713f12cc; } +.ring-offset-yellow-900\\/85 { + --tw-ring-offset-color: #713f12d9; +} + .ring-offset-yellow-900\\/90 { --tw-ring-offset-color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #422006; } +.ring-offset-yellow-950\\/15 { + --tw-ring-offset-color: #42200626; +} + .ring-offset-yellow-950\\/20 { --tw-ring-offset-color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #4220064d; } +.ring-offset-yellow-950\\/35 { + --tw-ring-offset-color: #42200659; +} + .ring-offset-yellow-950\\/40 { --tw-ring-offset-color: #42200666; } +.ring-offset-yellow-950\\/45 { + --tw-ring-offset-color: #42200673; +} + .ring-offset-yellow-950\\/5 { --tw-ring-offset-color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #42200680; } +.ring-offset-yellow-950\\/55 { + --tw-ring-offset-color: #4220068c; +} + .ring-offset-yellow-950\\/60 { --tw-ring-offset-color: #42200699; } +.ring-offset-yellow-950\\/65 { + --tw-ring-offset-color: #422006a6; +} + .ring-offset-yellow-950\\/70 { --tw-ring-offset-color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #422006cc; } +.ring-offset-yellow-950\\/85 { + --tw-ring-offset-color: #422006d9; +} + .ring-offset-yellow-950\\/90 { --tw-ring-offset-color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f4f4f5; } +.ring-offset-zinc-100\\/15 { + --tw-ring-offset-color: #f4f4f526; +} + .ring-offset-zinc-100\\/20 { --tw-ring-offset-color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f4f4f54d; } +.ring-offset-zinc-100\\/35 { + --tw-ring-offset-color: #f4f4f559; +} + .ring-offset-zinc-100\\/40 { --tw-ring-offset-color: #f4f4f566; } +.ring-offset-zinc-100\\/45 { + --tw-ring-offset-color: #f4f4f573; +} + .ring-offset-zinc-100\\/5 { --tw-ring-offset-color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f4f4f580; } +.ring-offset-zinc-100\\/55 { + --tw-ring-offset-color: #f4f4f58c; +} + .ring-offset-zinc-100\\/60 { --tw-ring-offset-color: #f4f4f599; } +.ring-offset-zinc-100\\/65 { + --tw-ring-offset-color: #f4f4f5a6; +} + .ring-offset-zinc-100\\/70 { --tw-ring-offset-color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #f4f4f5cc; } +.ring-offset-zinc-100\\/85 { + --tw-ring-offset-color: #f4f4f5d9; +} + .ring-offset-zinc-100\\/90 { --tw-ring-offset-color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e4e4e7; } +.ring-offset-zinc-200\\/15 { + --tw-ring-offset-color: #e4e4e726; +} + .ring-offset-zinc-200\\/20 { --tw-ring-offset-color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e4e4e74d; } +.ring-offset-zinc-200\\/35 { + --tw-ring-offset-color: #e4e4e759; +} + .ring-offset-zinc-200\\/40 { --tw-ring-offset-color: #e4e4e766; } +.ring-offset-zinc-200\\/45 { + --tw-ring-offset-color: #e4e4e773; +} + .ring-offset-zinc-200\\/5 { --tw-ring-offset-color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e4e4e780; } +.ring-offset-zinc-200\\/55 { + --tw-ring-offset-color: #e4e4e78c; +} + .ring-offset-zinc-200\\/60 { --tw-ring-offset-color: #e4e4e799; } +.ring-offset-zinc-200\\/65 { + --tw-ring-offset-color: #e4e4e7a6; +} + .ring-offset-zinc-200\\/70 { --tw-ring-offset-color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #e4e4e7cc; } +.ring-offset-zinc-200\\/85 { + --tw-ring-offset-color: #e4e4e7d9; +} + .ring-offset-zinc-200\\/90 { --tw-ring-offset-color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d8; } +.ring-offset-zinc-300\\/15 { + --tw-ring-offset-color: #d4d4d826; +} + .ring-offset-zinc-300\\/20 { --tw-ring-offset-color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d84d; } +.ring-offset-zinc-300\\/35 { + --tw-ring-offset-color: #d4d4d859; +} + .ring-offset-zinc-300\\/40 { --tw-ring-offset-color: #d4d4d866; } +.ring-offset-zinc-300\\/45 { + --tw-ring-offset-color: #d4d4d873; +} + .ring-offset-zinc-300\\/5 { --tw-ring-offset-color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d880; } +.ring-offset-zinc-300\\/55 { + --tw-ring-offset-color: #d4d4d88c; +} + .ring-offset-zinc-300\\/60 { --tw-ring-offset-color: #d4d4d899; } +.ring-offset-zinc-300\\/65 { + --tw-ring-offset-color: #d4d4d8a6; +} + .ring-offset-zinc-300\\/70 { --tw-ring-offset-color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #d4d4d8cc; } +.ring-offset-zinc-300\\/85 { + --tw-ring-offset-color: #d4d4d8d9; +} + .ring-offset-zinc-300\\/90 { --tw-ring-offset-color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a1a1aa; } +.ring-offset-zinc-400\\/15 { + --tw-ring-offset-color: #a1a1aa26; +} + .ring-offset-zinc-400\\/20 { --tw-ring-offset-color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a1a1aa4d; } +.ring-offset-zinc-400\\/35 { + --tw-ring-offset-color: #a1a1aa59; +} + .ring-offset-zinc-400\\/40 { --tw-ring-offset-color: #a1a1aa66; } +.ring-offset-zinc-400\\/45 { + --tw-ring-offset-color: #a1a1aa73; +} + .ring-offset-zinc-400\\/5 { --tw-ring-offset-color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a1a1aa80; } +.ring-offset-zinc-400\\/55 { + --tw-ring-offset-color: #a1a1aa8c; +} + .ring-offset-zinc-400\\/60 { --tw-ring-offset-color: #a1a1aa99; } +.ring-offset-zinc-400\\/65 { + --tw-ring-offset-color: #a1a1aaa6; +} + .ring-offset-zinc-400\\/70 { --tw-ring-offset-color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #a1a1aacc; } +.ring-offset-zinc-400\\/85 { + --tw-ring-offset-color: #a1a1aad9; +} + .ring-offset-zinc-400\\/90 { --tw-ring-offset-color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafa; } +.ring-offset-zinc-50\\/15 { + --tw-ring-offset-color: #fafafa26; +} + .ring-offset-zinc-50\\/20 { --tw-ring-offset-color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafa4d; } +.ring-offset-zinc-50\\/35 { + --tw-ring-offset-color: #fafafa59; +} + .ring-offset-zinc-50\\/40 { --tw-ring-offset-color: #fafafa66; } +.ring-offset-zinc-50\\/45 { + --tw-ring-offset-color: #fafafa73; +} + .ring-offset-zinc-50\\/5 { --tw-ring-offset-color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafa80; } +.ring-offset-zinc-50\\/55 { + --tw-ring-offset-color: #fafafa8c; +} + .ring-offset-zinc-50\\/60 { --tw-ring-offset-color: #fafafa99; } +.ring-offset-zinc-50\\/65 { + --tw-ring-offset-color: #fafafaa6; +} + .ring-offset-zinc-50\\/70 { --tw-ring-offset-color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #fafafacc; } +.ring-offset-zinc-50\\/85 { + --tw-ring-offset-color: #fafafad9; +} + .ring-offset-zinc-50\\/90 { --tw-ring-offset-color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #71717a; } +.ring-offset-zinc-500\\/15 { + --tw-ring-offset-color: #71717a26; +} + .ring-offset-zinc-500\\/20 { --tw-ring-offset-color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #71717a4d; } +.ring-offset-zinc-500\\/35 { + --tw-ring-offset-color: #71717a59; +} + .ring-offset-zinc-500\\/40 { --tw-ring-offset-color: #71717a66; } +.ring-offset-zinc-500\\/45 { + --tw-ring-offset-color: #71717a73; +} + .ring-offset-zinc-500\\/5 { --tw-ring-offset-color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #71717a80; } +.ring-offset-zinc-500\\/55 { + --tw-ring-offset-color: #71717a8c; +} + .ring-offset-zinc-500\\/60 { --tw-ring-offset-color: #71717a99; } +.ring-offset-zinc-500\\/65 { + --tw-ring-offset-color: #71717aa6; +} + .ring-offset-zinc-500\\/70 { --tw-ring-offset-color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #71717acc; } +.ring-offset-zinc-500\\/85 { + --tw-ring-offset-color: #71717ad9; +} + .ring-offset-zinc-500\\/90 { --tw-ring-offset-color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #52525b; } +.ring-offset-zinc-600\\/15 { + --tw-ring-offset-color: #52525b26; +} + .ring-offset-zinc-600\\/20 { --tw-ring-offset-color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #52525b4d; } +.ring-offset-zinc-600\\/35 { + --tw-ring-offset-color: #52525b59; +} + .ring-offset-zinc-600\\/40 { --tw-ring-offset-color: #52525b66; } +.ring-offset-zinc-600\\/45 { + --tw-ring-offset-color: #52525b73; +} + .ring-offset-zinc-600\\/5 { --tw-ring-offset-color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #52525b80; } +.ring-offset-zinc-600\\/55 { + --tw-ring-offset-color: #52525b8c; +} + .ring-offset-zinc-600\\/60 { --tw-ring-offset-color: #52525b99; } +.ring-offset-zinc-600\\/65 { + --tw-ring-offset-color: #52525ba6; +} + .ring-offset-zinc-600\\/70 { --tw-ring-offset-color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #52525bcc; } +.ring-offset-zinc-600\\/85 { + --tw-ring-offset-color: #52525bd9; +} + .ring-offset-zinc-600\\/90 { --tw-ring-offset-color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f3f46; } +.ring-offset-zinc-700\\/15 { + --tw-ring-offset-color: #3f3f4626; +} + .ring-offset-zinc-700\\/20 { --tw-ring-offset-color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f3f464d; } +.ring-offset-zinc-700\\/35 { + --tw-ring-offset-color: #3f3f4659; +} + .ring-offset-zinc-700\\/40 { --tw-ring-offset-color: #3f3f4666; } +.ring-offset-zinc-700\\/45 { + --tw-ring-offset-color: #3f3f4673; +} + .ring-offset-zinc-700\\/5 { --tw-ring-offset-color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f3f4680; } +.ring-offset-zinc-700\\/55 { + --tw-ring-offset-color: #3f3f468c; +} + .ring-offset-zinc-700\\/60 { --tw-ring-offset-color: #3f3f4699; } +.ring-offset-zinc-700\\/65 { + --tw-ring-offset-color: #3f3f46a6; +} + .ring-offset-zinc-700\\/70 { --tw-ring-offset-color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #3f3f46cc; } +.ring-offset-zinc-700\\/85 { + --tw-ring-offset-color: #3f3f46d9; +} + .ring-offset-zinc-700\\/90 { --tw-ring-offset-color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #27272a; } +.ring-offset-zinc-800\\/15 { + --tw-ring-offset-color: #27272a26; +} + .ring-offset-zinc-800\\/20 { --tw-ring-offset-color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #27272a4d; } +.ring-offset-zinc-800\\/35 { + --tw-ring-offset-color: #27272a59; +} + .ring-offset-zinc-800\\/40 { --tw-ring-offset-color: #27272a66; } +.ring-offset-zinc-800\\/45 { + --tw-ring-offset-color: #27272a73; +} + .ring-offset-zinc-800\\/5 { --tw-ring-offset-color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #27272a80; } +.ring-offset-zinc-800\\/55 { + --tw-ring-offset-color: #27272a8c; +} + .ring-offset-zinc-800\\/60 { --tw-ring-offset-color: #27272a99; } +.ring-offset-zinc-800\\/65 { + --tw-ring-offset-color: #27272aa6; +} + .ring-offset-zinc-800\\/70 { --tw-ring-offset-color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #27272acc; } +.ring-offset-zinc-800\\/85 { + --tw-ring-offset-color: #27272ad9; +} + .ring-offset-zinc-800\\/90 { --tw-ring-offset-color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #18181b; } +.ring-offset-zinc-900\\/15 { + --tw-ring-offset-color: #18181b26; +} + .ring-offset-zinc-900\\/20 { --tw-ring-offset-color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #18181b4d; } +.ring-offset-zinc-900\\/35 { + --tw-ring-offset-color: #18181b59; +} + .ring-offset-zinc-900\\/40 { --tw-ring-offset-color: #18181b66; } +.ring-offset-zinc-900\\/45 { + --tw-ring-offset-color: #18181b73; +} + .ring-offset-zinc-900\\/5 { --tw-ring-offset-color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #18181b80; } +.ring-offset-zinc-900\\/55 { + --tw-ring-offset-color: #18181b8c; +} + .ring-offset-zinc-900\\/60 { --tw-ring-offset-color: #18181b99; } +.ring-offset-zinc-900\\/65 { + --tw-ring-offset-color: #18181ba6; +} + .ring-offset-zinc-900\\/70 { --tw-ring-offset-color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #18181bcc; } +.ring-offset-zinc-900\\/85 { + --tw-ring-offset-color: #18181bd9; +} + .ring-offset-zinc-900\\/90 { --tw-ring-offset-color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #09090b; } +.ring-offset-zinc-950\\/15 { + --tw-ring-offset-color: #09090b26; +} + .ring-offset-zinc-950\\/20 { --tw-ring-offset-color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #09090b4d; } +.ring-offset-zinc-950\\/35 { + --tw-ring-offset-color: #09090b59; +} + .ring-offset-zinc-950\\/40 { --tw-ring-offset-color: #09090b66; } +.ring-offset-zinc-950\\/45 { + --tw-ring-offset-color: #09090b73; +} + .ring-offset-zinc-950\\/5 { --tw-ring-offset-color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #09090b80; } +.ring-offset-zinc-950\\/55 { + --tw-ring-offset-color: #09090b8c; +} + .ring-offset-zinc-950\\/60 { --tw-ring-offset-color: #09090b99; } +.ring-offset-zinc-950\\/65 { + --tw-ring-offset-color: #09090ba6; +} + .ring-offset-zinc-950\\/70 { --tw-ring-offset-color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'ringOffsetColor' plugin 1`] = ` --tw-ring-offset-color: #09090bcc; } +.ring-offset-zinc-950\\/85 { + --tw-ring-offset-color: #09090bd9; +} + .ring-offset-zinc-950\\/90 { --tw-ring-offset-color: #09090be6; } diff --git a/tests/plugins/__snapshots__/ringOpacity.test.js.snap b/tests/plugins/__snapshots__/ringOpacity.test.js.snap index 6fcf084ab1e8..1896f5533df1 100644 --- a/tests/plugins/__snapshots__/ringOpacity.test.js.snap +++ b/tests/plugins/__snapshots__/ringOpacity.test.js.snap @@ -14,6 +14,10 @@ exports[`should test the 'ringOpacity' plugin 1`] = ` --tw-ring-opacity: 1; } +.ring-opacity-15 { + --tw-ring-opacity: .15; +} + .ring-opacity-20 { --tw-ring-opacity: .2; } @@ -26,10 +30,18 @@ exports[`should test the 'ringOpacity' plugin 1`] = ` --tw-ring-opacity: .3; } +.ring-opacity-35 { + --tw-ring-opacity: .35; +} + .ring-opacity-40 { --tw-ring-opacity: .4; } +.ring-opacity-45 { + --tw-ring-opacity: .45; +} + .ring-opacity-5 { --tw-ring-opacity: .05; } @@ -38,10 +50,18 @@ exports[`should test the 'ringOpacity' plugin 1`] = ` --tw-ring-opacity: .5; } +.ring-opacity-55 { + --tw-ring-opacity: .55; +} + .ring-opacity-60 { --tw-ring-opacity: .6; } +.ring-opacity-65 { + --tw-ring-opacity: .65; +} + .ring-opacity-70 { --tw-ring-opacity: .7; } @@ -54,6 +74,10 @@ exports[`should test the 'ringOpacity' plugin 1`] = ` --tw-ring-opacity: .8; } +.ring-opacity-85 { + --tw-ring-opacity: .85; +} + .ring-opacity-90 { --tw-ring-opacity: .9; } @@ -90,6 +114,10 @@ exports[`should test the 'ringOpacity' plugin 2`] = ` --tw-ring-opacity: 1; } +.ring-opacity-15 { + --tw-ring-opacity: .15; +} + .ring-opacity-20 { --tw-ring-opacity: .2; } @@ -102,10 +130,18 @@ exports[`should test the 'ringOpacity' plugin 2`] = ` --tw-ring-opacity: .3; } +.ring-opacity-35 { + --tw-ring-opacity: .35; +} + .ring-opacity-40 { --tw-ring-opacity: .4; } +.ring-opacity-45 { + --tw-ring-opacity: .45; +} + .ring-opacity-5 { --tw-ring-opacity: .05; } @@ -114,10 +150,18 @@ exports[`should test the 'ringOpacity' plugin 2`] = ` --tw-ring-opacity: .5; } +.ring-opacity-55 { + --tw-ring-opacity: .55; +} + .ring-opacity-60 { --tw-ring-opacity: .6; } +.ring-opacity-65 { + --tw-ring-opacity: .65; +} + .ring-opacity-70 { --tw-ring-opacity: .7; } @@ -130,6 +174,10 @@ exports[`should test the 'ringOpacity' plugin 2`] = ` --tw-ring-opacity: .8; } +.ring-opacity-85 { + --tw-ring-opacity: .85; +} + .ring-opacity-90 { --tw-ring-opacity: .9; } diff --git a/tests/plugins/__snapshots__/ringWidth.test.js.snap b/tests/plugins/__snapshots__/ringWidth.test.js.snap index e07e411a4604..be9350664a3d 100644 --- a/tests/plugins/__snapshots__/ringWidth.test.js.snap +++ b/tests/plugins/__snapshots__/ringWidth.test.js.snap @@ -263,6 +263,10 @@ exports[`should test the 'ringWidth' plugin 3`] = ` --tw-ring-opacity: 1; } +.ring-opacity-15 { + --tw-ring-opacity: .15; +} + .ring-opacity-20 { --tw-ring-opacity: .2; } @@ -275,10 +279,18 @@ exports[`should test the 'ringWidth' plugin 3`] = ` --tw-ring-opacity: .3; } +.ring-opacity-35 { + --tw-ring-opacity: .35; +} + .ring-opacity-40 { --tw-ring-opacity: .4; } +.ring-opacity-45 { + --tw-ring-opacity: .45; +} + .ring-opacity-5 { --tw-ring-opacity: .05; } @@ -287,10 +299,18 @@ exports[`should test the 'ringWidth' plugin 3`] = ` --tw-ring-opacity: .5; } +.ring-opacity-55 { + --tw-ring-opacity: .55; +} + .ring-opacity-60 { --tw-ring-opacity: .6; } +.ring-opacity-65 { + --tw-ring-opacity: .65; +} + .ring-opacity-70 { --tw-ring-opacity: .7; } @@ -303,6 +323,10 @@ exports[`should test the 'ringWidth' plugin 3`] = ` --tw-ring-opacity: .8; } +.ring-opacity-85 { + --tw-ring-opacity: .85; +} + .ring-opacity-90 { --tw-ring-opacity: .9; } diff --git a/tests/plugins/__snapshots__/stroke.test.js.snap b/tests/plugins/__snapshots__/stroke.test.js.snap index 2e5dbed64758..2413a56533b3 100644 --- a/tests/plugins/__snapshots__/stroke.test.js.snap +++ b/tests/plugins/__snapshots__/stroke.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef3c7; } +.stroke-amber-100\\/15 { + stroke: #fef3c726; +} + .stroke-amber-100\\/20 { stroke: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef3c74d; } +.stroke-amber-100\\/35 { + stroke: #fef3c759; +} + .stroke-amber-100\\/40 { stroke: #fef3c766; } +.stroke-amber-100\\/45 { + stroke: #fef3c773; +} + .stroke-amber-100\\/5 { stroke: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef3c780; } +.stroke-amber-100\\/55 { + stroke: #fef3c78c; +} + .stroke-amber-100\\/60 { stroke: #fef3c799; } +.stroke-amber-100\\/65 { + stroke: #fef3c7a6; +} + .stroke-amber-100\\/70 { stroke: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef3c7cc; } +.stroke-amber-100\\/85 { + stroke: #fef3c7d9; +} + .stroke-amber-100\\/90 { stroke: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde68a; } +.stroke-amber-200\\/15 { + stroke: #fde68a26; +} + .stroke-amber-200\\/20 { stroke: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde68a4d; } +.stroke-amber-200\\/35 { + stroke: #fde68a59; +} + .stroke-amber-200\\/40 { stroke: #fde68a66; } +.stroke-amber-200\\/45 { + stroke: #fde68a73; +} + .stroke-amber-200\\/5 { stroke: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde68a80; } +.stroke-amber-200\\/55 { + stroke: #fde68a8c; +} + .stroke-amber-200\\/60 { stroke: #fde68a99; } +.stroke-amber-200\\/65 { + stroke: #fde68aa6; +} + .stroke-amber-200\\/70 { stroke: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde68acc; } +.stroke-amber-200\\/85 { + stroke: #fde68ad9; +} + .stroke-amber-200\\/90 { stroke: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fcd34d; } +.stroke-amber-300\\/15 { + stroke: #fcd34d26; +} + .stroke-amber-300\\/20 { stroke: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fcd34d4d; } +.stroke-amber-300\\/35 { + stroke: #fcd34d59; +} + .stroke-amber-300\\/40 { stroke: #fcd34d66; } +.stroke-amber-300\\/45 { + stroke: #fcd34d73; +} + .stroke-amber-300\\/5 { stroke: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fcd34d80; } +.stroke-amber-300\\/55 { + stroke: #fcd34d8c; +} + .stroke-amber-300\\/60 { stroke: #fcd34d99; } +.stroke-amber-300\\/65 { + stroke: #fcd34da6; +} + .stroke-amber-300\\/70 { stroke: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fcd34dcc; } +.stroke-amber-300\\/85 { + stroke: #fcd34dd9; +} + .stroke-amber-300\\/90 { stroke: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbbf24; } +.stroke-amber-400\\/15 { + stroke: #fbbf2426; +} + .stroke-amber-400\\/20 { stroke: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbbf244d; } +.stroke-amber-400\\/35 { + stroke: #fbbf2459; +} + .stroke-amber-400\\/40 { stroke: #fbbf2466; } +.stroke-amber-400\\/45 { + stroke: #fbbf2473; +} + .stroke-amber-400\\/5 { stroke: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbbf2480; } +.stroke-amber-400\\/55 { + stroke: #fbbf248c; +} + .stroke-amber-400\\/60 { stroke: #fbbf2499; } +.stroke-amber-400\\/65 { + stroke: #fbbf24a6; +} + .stroke-amber-400\\/70 { stroke: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbbf24cc; } +.stroke-amber-400\\/85 { + stroke: #fbbf24d9; +} + .stroke-amber-400\\/90 { stroke: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fffbeb; } +.stroke-amber-50\\/15 { + stroke: #fffbeb26; +} + .stroke-amber-50\\/20 { stroke: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fffbeb4d; } +.stroke-amber-50\\/35 { + stroke: #fffbeb59; +} + .stroke-amber-50\\/40 { stroke: #fffbeb66; } +.stroke-amber-50\\/45 { + stroke: #fffbeb73; +} + .stroke-amber-50\\/5 { stroke: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fffbeb80; } +.stroke-amber-50\\/55 { + stroke: #fffbeb8c; +} + .stroke-amber-50\\/60 { stroke: #fffbeb99; } +.stroke-amber-50\\/65 { + stroke: #fffbeba6; +} + .stroke-amber-50\\/70 { stroke: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fffbebcc; } +.stroke-amber-50\\/85 { + stroke: #fffbebd9; +} + .stroke-amber-50\\/90 { stroke: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f59e0b; } +.stroke-amber-500\\/15 { + stroke: #f59e0b26; +} + .stroke-amber-500\\/20 { stroke: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f59e0b4d; } +.stroke-amber-500\\/35 { + stroke: #f59e0b59; +} + .stroke-amber-500\\/40 { stroke: #f59e0b66; } +.stroke-amber-500\\/45 { + stroke: #f59e0b73; +} + .stroke-amber-500\\/5 { stroke: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f59e0b80; } +.stroke-amber-500\\/55 { + stroke: #f59e0b8c; +} + .stroke-amber-500\\/60 { stroke: #f59e0b99; } +.stroke-amber-500\\/65 { + stroke: #f59e0ba6; +} + .stroke-amber-500\\/70 { stroke: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f59e0bcc; } +.stroke-amber-500\\/85 { + stroke: #f59e0bd9; +} + .stroke-amber-500\\/90 { stroke: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d97706; } +.stroke-amber-600\\/15 { + stroke: #d9770626; +} + .stroke-amber-600\\/20 { stroke: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d977064d; } +.stroke-amber-600\\/35 { + stroke: #d9770659; +} + .stroke-amber-600\\/40 { stroke: #d9770666; } +.stroke-amber-600\\/45 { + stroke: #d9770673; +} + .stroke-amber-600\\/5 { stroke: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d9770680; } +.stroke-amber-600\\/55 { + stroke: #d977068c; +} + .stroke-amber-600\\/60 { stroke: #d9770699; } +.stroke-amber-600\\/65 { + stroke: #d97706a6; +} + .stroke-amber-600\\/70 { stroke: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d97706cc; } +.stroke-amber-600\\/85 { + stroke: #d97706d9; +} + .stroke-amber-600\\/90 { stroke: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b45309; } +.stroke-amber-700\\/15 { + stroke: #b4530926; +} + .stroke-amber-700\\/20 { stroke: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b453094d; } +.stroke-amber-700\\/35 { + stroke: #b4530959; +} + .stroke-amber-700\\/40 { stroke: #b4530966; } +.stroke-amber-700\\/45 { + stroke: #b4530973; +} + .stroke-amber-700\\/5 { stroke: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b4530980; } +.stroke-amber-700\\/55 { + stroke: #b453098c; +} + .stroke-amber-700\\/60 { stroke: #b4530999; } +.stroke-amber-700\\/65 { + stroke: #b45309a6; +} + .stroke-amber-700\\/70 { stroke: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b45309cc; } +.stroke-amber-700\\/85 { + stroke: #b45309d9; +} + .stroke-amber-700\\/90 { stroke: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #92400e; } +.stroke-amber-800\\/15 { + stroke: #92400e26; +} + .stroke-amber-800\\/20 { stroke: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #92400e4d; } +.stroke-amber-800\\/35 { + stroke: #92400e59; +} + .stroke-amber-800\\/40 { stroke: #92400e66; } +.stroke-amber-800\\/45 { + stroke: #92400e73; +} + .stroke-amber-800\\/5 { stroke: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #92400e80; } +.stroke-amber-800\\/55 { + stroke: #92400e8c; +} + .stroke-amber-800\\/60 { stroke: #92400e99; } +.stroke-amber-800\\/65 { + stroke: #92400ea6; +} + .stroke-amber-800\\/70 { stroke: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #92400ecc; } +.stroke-amber-800\\/85 { + stroke: #92400ed9; +} + .stroke-amber-800\\/90 { stroke: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78350f; } +.stroke-amber-900\\/15 { + stroke: #78350f26; +} + .stroke-amber-900\\/20 { stroke: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78350f4d; } +.stroke-amber-900\\/35 { + stroke: #78350f59; +} + .stroke-amber-900\\/40 { stroke: #78350f66; } +.stroke-amber-900\\/45 { + stroke: #78350f73; +} + .stroke-amber-900\\/5 { stroke: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78350f80; } +.stroke-amber-900\\/55 { + stroke: #78350f8c; +} + .stroke-amber-900\\/60 { stroke: #78350f99; } +.stroke-amber-900\\/65 { + stroke: #78350fa6; +} + .stroke-amber-900\\/70 { stroke: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78350fcc; } +.stroke-amber-900\\/85 { + stroke: #78350fd9; +} + .stroke-amber-900\\/90 { stroke: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #451a03; } +.stroke-amber-950\\/15 { + stroke: #451a0326; +} + .stroke-amber-950\\/20 { stroke: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #451a034d; } +.stroke-amber-950\\/35 { + stroke: #451a0359; +} + .stroke-amber-950\\/40 { stroke: #451a0366; } +.stroke-amber-950\\/45 { + stroke: #451a0373; +} + .stroke-amber-950\\/5 { stroke: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #451a0380; } +.stroke-amber-950\\/55 { + stroke: #451a038c; +} + .stroke-amber-950\\/60 { stroke: #451a0399; } +.stroke-amber-950\\/65 { + stroke: #451a03a6; +} + .stroke-amber-950\\/70 { stroke: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #451a03cc; } +.stroke-amber-950\\/85 { + stroke: #451a03d9; +} + .stroke-amber-950\\/90 { stroke: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #000; } +.stroke-black\\/15 { + stroke: #00000026; +} + .stroke-black\\/20 { stroke: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0000004d; } +.stroke-black\\/35 { + stroke: #00000059; +} + .stroke-black\\/40 { stroke: #0006; } +.stroke-black\\/45 { + stroke: #00000073; +} + .stroke-black\\/5 { stroke: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #00000080; } +.stroke-black\\/55 { + stroke: #0000008c; +} + .stroke-black\\/60 { stroke: #0009; } +.stroke-black\\/65 { + stroke: #000000a6; +} + .stroke-black\\/70 { stroke: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #000c; } +.stroke-black\\/85 { + stroke: #000000d9; +} + .stroke-black\\/90 { stroke: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dbeafe; } +.stroke-blue-100\\/15 { + stroke: #dbeafe26; +} + .stroke-blue-100\\/20 { stroke: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dbeafe4d; } +.stroke-blue-100\\/35 { + stroke: #dbeafe59; +} + .stroke-blue-100\\/40 { stroke: #dbeafe66; } +.stroke-blue-100\\/45 { + stroke: #dbeafe73; +} + .stroke-blue-100\\/5 { stroke: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dbeafe80; } +.stroke-blue-100\\/55 { + stroke: #dbeafe8c; +} + .stroke-blue-100\\/60 { stroke: #dbeafe99; } +.stroke-blue-100\\/65 { + stroke: #dbeafea6; +} + .stroke-blue-100\\/70 { stroke: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dbeafecc; } +.stroke-blue-100\\/85 { + stroke: #dbeafed9; +} + .stroke-blue-100\\/90 { stroke: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bfdbfe; } +.stroke-blue-200\\/15 { + stroke: #bfdbfe26; +} + .stroke-blue-200\\/20 { stroke: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bfdbfe4d; } +.stroke-blue-200\\/35 { + stroke: #bfdbfe59; +} + .stroke-blue-200\\/40 { stroke: #bfdbfe66; } +.stroke-blue-200\\/45 { + stroke: #bfdbfe73; +} + .stroke-blue-200\\/5 { stroke: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bfdbfe80; } +.stroke-blue-200\\/55 { + stroke: #bfdbfe8c; +} + .stroke-blue-200\\/60 { stroke: #bfdbfe99; } +.stroke-blue-200\\/65 { + stroke: #bfdbfea6; +} + .stroke-blue-200\\/70 { stroke: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bfdbfecc; } +.stroke-blue-200\\/85 { + stroke: #bfdbfed9; +} + .stroke-blue-200\\/90 { stroke: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #93c5fd; } +.stroke-blue-300\\/15 { + stroke: #93c5fd26; +} + .stroke-blue-300\\/20 { stroke: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #93c5fd4d; } +.stroke-blue-300\\/35 { + stroke: #93c5fd59; +} + .stroke-blue-300\\/40 { stroke: #93c5fd66; } +.stroke-blue-300\\/45 { + stroke: #93c5fd73; +} + .stroke-blue-300\\/5 { stroke: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #93c5fd80; } +.stroke-blue-300\\/55 { + stroke: #93c5fd8c; +} + .stroke-blue-300\\/60 { stroke: #93c5fd99; } +.stroke-blue-300\\/65 { + stroke: #93c5fda6; +} + .stroke-blue-300\\/70 { stroke: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #93c5fdcc; } +.stroke-blue-300\\/85 { + stroke: #93c5fdd9; +} + .stroke-blue-300\\/90 { stroke: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #60a5fa; } +.stroke-blue-400\\/15 { + stroke: #60a5fa26; +} + .stroke-blue-400\\/20 { stroke: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #60a5fa4d; } +.stroke-blue-400\\/35 { + stroke: #60a5fa59; +} + .stroke-blue-400\\/40 { stroke: #60a5fa66; } +.stroke-blue-400\\/45 { + stroke: #60a5fa73; +} + .stroke-blue-400\\/5 { stroke: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #60a5fa80; } +.stroke-blue-400\\/55 { + stroke: #60a5fa8c; +} + .stroke-blue-400\\/60 { stroke: #60a5fa99; } +.stroke-blue-400\\/65 { + stroke: #60a5faa6; +} + .stroke-blue-400\\/70 { stroke: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #60a5facc; } +.stroke-blue-400\\/85 { + stroke: #60a5fad9; +} + .stroke-blue-400\\/90 { stroke: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eff6ff; } +.stroke-blue-50\\/15 { + stroke: #eff6ff26; +} + .stroke-blue-50\\/20 { stroke: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eff6ff4d; } +.stroke-blue-50\\/35 { + stroke: #eff6ff59; +} + .stroke-blue-50\\/40 { stroke: #eff6ff66; } +.stroke-blue-50\\/45 { + stroke: #eff6ff73; +} + .stroke-blue-50\\/5 { stroke: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eff6ff80; } +.stroke-blue-50\\/55 { + stroke: #eff6ff8c; +} + .stroke-blue-50\\/60 { stroke: #eff6ff99; } +.stroke-blue-50\\/65 { + stroke: #eff6ffa6; +} + .stroke-blue-50\\/70 { stroke: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eff6ffcc; } +.stroke-blue-50\\/85 { + stroke: #eff6ffd9; +} + .stroke-blue-50\\/90 { stroke: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b82f6; } +.stroke-blue-500\\/15 { + stroke: #3b82f626; +} + .stroke-blue-500\\/20 { stroke: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b82f64d; } +.stroke-blue-500\\/35 { + stroke: #3b82f659; +} + .stroke-blue-500\\/40 { stroke: #3b82f666; } +.stroke-blue-500\\/45 { + stroke: #3b82f673; +} + .stroke-blue-500\\/5 { stroke: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b82f680; } +.stroke-blue-500\\/55 { + stroke: #3b82f68c; +} + .stroke-blue-500\\/60 { stroke: #3b82f699; } +.stroke-blue-500\\/65 { + stroke: #3b82f6a6; +} + .stroke-blue-500\\/70 { stroke: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b82f6cc; } +.stroke-blue-500\\/85 { + stroke: #3b82f6d9; +} + .stroke-blue-500\\/90 { stroke: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2563eb; } +.stroke-blue-600\\/15 { + stroke: #2563eb26; +} + .stroke-blue-600\\/20 { stroke: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2563eb4d; } +.stroke-blue-600\\/35 { + stroke: #2563eb59; +} + .stroke-blue-600\\/40 { stroke: #2563eb66; } +.stroke-blue-600\\/45 { + stroke: #2563eb73; +} + .stroke-blue-600\\/5 { stroke: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2563eb80; } +.stroke-blue-600\\/55 { + stroke: #2563eb8c; +} + .stroke-blue-600\\/60 { stroke: #2563eb99; } +.stroke-blue-600\\/65 { + stroke: #2563eba6; +} + .stroke-blue-600\\/70 { stroke: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2563ebcc; } +.stroke-blue-600\\/85 { + stroke: #2563ebd9; +} + .stroke-blue-600\\/90 { stroke: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1d4ed8; } +.stroke-blue-700\\/15 { + stroke: #1d4ed826; +} + .stroke-blue-700\\/20 { stroke: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1d4ed84d; } +.stroke-blue-700\\/35 { + stroke: #1d4ed859; +} + .stroke-blue-700\\/40 { stroke: #1d4ed866; } +.stroke-blue-700\\/45 { + stroke: #1d4ed873; +} + .stroke-blue-700\\/5 { stroke: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1d4ed880; } +.stroke-blue-700\\/55 { + stroke: #1d4ed88c; +} + .stroke-blue-700\\/60 { stroke: #1d4ed899; } +.stroke-blue-700\\/65 { + stroke: #1d4ed8a6; +} + .stroke-blue-700\\/70 { stroke: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1d4ed8cc; } +.stroke-blue-700\\/85 { + stroke: #1d4ed8d9; +} + .stroke-blue-700\\/90 { stroke: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e40af; } +.stroke-blue-800\\/15 { + stroke: #1e40af26; +} + .stroke-blue-800\\/20 { stroke: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e40af4d; } +.stroke-blue-800\\/35 { + stroke: #1e40af59; +} + .stroke-blue-800\\/40 { stroke: #1e40af66; } +.stroke-blue-800\\/45 { + stroke: #1e40af73; +} + .stroke-blue-800\\/5 { stroke: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e40af80; } +.stroke-blue-800\\/55 { + stroke: #1e40af8c; +} + .stroke-blue-800\\/60 { stroke: #1e40af99; } +.stroke-blue-800\\/65 { + stroke: #1e40afa6; +} + .stroke-blue-800\\/70 { stroke: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e40afcc; } +.stroke-blue-800\\/85 { + stroke: #1e40afd9; +} + .stroke-blue-800\\/90 { stroke: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e3a8a; } +.stroke-blue-900\\/15 { + stroke: #1e3a8a26; +} + .stroke-blue-900\\/20 { stroke: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e3a8a4d; } +.stroke-blue-900\\/35 { + stroke: #1e3a8a59; +} + .stroke-blue-900\\/40 { stroke: #1e3a8a66; } +.stroke-blue-900\\/45 { + stroke: #1e3a8a73; +} + .stroke-blue-900\\/5 { stroke: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e3a8a80; } +.stroke-blue-900\\/55 { + stroke: #1e3a8a8c; +} + .stroke-blue-900\\/60 { stroke: #1e3a8a99; } +.stroke-blue-900\\/65 { + stroke: #1e3a8aa6; +} + .stroke-blue-900\\/70 { stroke: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e3a8acc; } +.stroke-blue-900\\/85 { + stroke: #1e3a8ad9; +} + .stroke-blue-900\\/90 { stroke: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #172554; } +.stroke-blue-950\\/15 { + stroke: #17255426; +} + .stroke-blue-950\\/20 { stroke: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1725544d; } +.stroke-blue-950\\/35 { + stroke: #17255459; +} + .stroke-blue-950\\/40 { stroke: #17255466; } +.stroke-blue-950\\/45 { + stroke: #17255473; +} + .stroke-blue-950\\/5 { stroke: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #17255480; } +.stroke-blue-950\\/55 { + stroke: #1725548c; +} + .stroke-blue-950\\/60 { stroke: #17255499; } +.stroke-blue-950\\/65 { + stroke: #172554a6; +} + .stroke-blue-950\\/70 { stroke: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #172554cc; } +.stroke-blue-950\\/85 { + stroke: #172554d9; +} + .stroke-blue-950\\/90 { stroke: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cffafe; } +.stroke-cyan-100\\/15 { + stroke: #cffafe26; +} + .stroke-cyan-100\\/20 { stroke: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cffafe4d; } +.stroke-cyan-100\\/35 { + stroke: #cffafe59; +} + .stroke-cyan-100\\/40 { stroke: #cffafe66; } +.stroke-cyan-100\\/45 { + stroke: #cffafe73; +} + .stroke-cyan-100\\/5 { stroke: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cffafe80; } +.stroke-cyan-100\\/55 { + stroke: #cffafe8c; +} + .stroke-cyan-100\\/60 { stroke: #cffafe99; } +.stroke-cyan-100\\/65 { + stroke: #cffafea6; +} + .stroke-cyan-100\\/70 { stroke: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cffafecc; } +.stroke-cyan-100\\/85 { + stroke: #cffafed9; +} + .stroke-cyan-100\\/90 { stroke: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5f3fc; } +.stroke-cyan-200\\/15 { + stroke: #a5f3fc26; +} + .stroke-cyan-200\\/20 { stroke: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5f3fc4d; } +.stroke-cyan-200\\/35 { + stroke: #a5f3fc59; +} + .stroke-cyan-200\\/40 { stroke: #a5f3fc66; } +.stroke-cyan-200\\/45 { + stroke: #a5f3fc73; +} + .stroke-cyan-200\\/5 { stroke: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5f3fc80; } +.stroke-cyan-200\\/55 { + stroke: #a5f3fc8c; +} + .stroke-cyan-200\\/60 { stroke: #a5f3fc99; } +.stroke-cyan-200\\/65 { + stroke: #a5f3fca6; +} + .stroke-cyan-200\\/70 { stroke: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5f3fccc; } +.stroke-cyan-200\\/85 { + stroke: #a5f3fcd9; +} + .stroke-cyan-200\\/90 { stroke: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #67e8f9; } +.stroke-cyan-300\\/15 { + stroke: #67e8f926; +} + .stroke-cyan-300\\/20 { stroke: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #67e8f94d; } +.stroke-cyan-300\\/35 { + stroke: #67e8f959; +} + .stroke-cyan-300\\/40 { stroke: #67e8f966; } +.stroke-cyan-300\\/45 { + stroke: #67e8f973; +} + .stroke-cyan-300\\/5 { stroke: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #67e8f980; } +.stroke-cyan-300\\/55 { + stroke: #67e8f98c; +} + .stroke-cyan-300\\/60 { stroke: #67e8f999; } +.stroke-cyan-300\\/65 { + stroke: #67e8f9a6; +} + .stroke-cyan-300\\/70 { stroke: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #67e8f9cc; } +.stroke-cyan-300\\/85 { + stroke: #67e8f9d9; +} + .stroke-cyan-300\\/90 { stroke: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22d3ee; } +.stroke-cyan-400\\/15 { + stroke: #22d3ee26; +} + .stroke-cyan-400\\/20 { stroke: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22d3ee4d; } +.stroke-cyan-400\\/35 { + stroke: #22d3ee59; +} + .stroke-cyan-400\\/40 { stroke: #22d3ee66; } +.stroke-cyan-400\\/45 { + stroke: #22d3ee73; +} + .stroke-cyan-400\\/5 { stroke: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22d3ee80; } +.stroke-cyan-400\\/55 { + stroke: #22d3ee8c; +} + .stroke-cyan-400\\/60 { stroke: #22d3ee99; } +.stroke-cyan-400\\/65 { + stroke: #22d3eea6; +} + .stroke-cyan-400\\/70 { stroke: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22d3eecc; } +.stroke-cyan-400\\/85 { + stroke: #22d3eed9; +} + .stroke-cyan-400\\/90 { stroke: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfeff; } +.stroke-cyan-50\\/15 { + stroke: #ecfeff26; +} + .stroke-cyan-50\\/20 { stroke: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfeff4d; } +.stroke-cyan-50\\/35 { + stroke: #ecfeff59; +} + .stroke-cyan-50\\/40 { stroke: #ecfeff66; } +.stroke-cyan-50\\/45 { + stroke: #ecfeff73; +} + .stroke-cyan-50\\/5 { stroke: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfeff80; } +.stroke-cyan-50\\/55 { + stroke: #ecfeff8c; +} + .stroke-cyan-50\\/60 { stroke: #ecfeff99; } +.stroke-cyan-50\\/65 { + stroke: #ecfeffa6; +} + .stroke-cyan-50\\/70 { stroke: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfeffcc; } +.stroke-cyan-50\\/85 { + stroke: #ecfeffd9; +} + .stroke-cyan-50\\/90 { stroke: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #06b6d4; } +.stroke-cyan-500\\/15 { + stroke: #06b6d426; +} + .stroke-cyan-500\\/20 { stroke: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #06b6d44d; } +.stroke-cyan-500\\/35 { + stroke: #06b6d459; +} + .stroke-cyan-500\\/40 { stroke: #06b6d466; } +.stroke-cyan-500\\/45 { + stroke: #06b6d473; +} + .stroke-cyan-500\\/5 { stroke: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #06b6d480; } +.stroke-cyan-500\\/55 { + stroke: #06b6d48c; +} + .stroke-cyan-500\\/60 { stroke: #06b6d499; } +.stroke-cyan-500\\/65 { + stroke: #06b6d4a6; +} + .stroke-cyan-500\\/70 { stroke: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #06b6d4cc; } +.stroke-cyan-500\\/85 { + stroke: #06b6d4d9; +} + .stroke-cyan-500\\/90 { stroke: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0891b2; } +.stroke-cyan-600\\/15 { + stroke: #0891b226; +} + .stroke-cyan-600\\/20 { stroke: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0891b24d; } +.stroke-cyan-600\\/35 { + stroke: #0891b259; +} + .stroke-cyan-600\\/40 { stroke: #0891b266; } +.stroke-cyan-600\\/45 { + stroke: #0891b273; +} + .stroke-cyan-600\\/5 { stroke: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0891b280; } +.stroke-cyan-600\\/55 { + stroke: #0891b28c; +} + .stroke-cyan-600\\/60 { stroke: #0891b299; } +.stroke-cyan-600\\/65 { + stroke: #0891b2a6; +} + .stroke-cyan-600\\/70 { stroke: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0891b2cc; } +.stroke-cyan-600\\/85 { + stroke: #0891b2d9; +} + .stroke-cyan-600\\/90 { stroke: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0e7490; } +.stroke-cyan-700\\/15 { + stroke: #0e749026; +} + .stroke-cyan-700\\/20 { stroke: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0e74904d; } +.stroke-cyan-700\\/35 { + stroke: #0e749059; +} + .stroke-cyan-700\\/40 { stroke: #0e749066; } +.stroke-cyan-700\\/45 { + stroke: #0e749073; +} + .stroke-cyan-700\\/5 { stroke: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0e749080; } +.stroke-cyan-700\\/55 { + stroke: #0e74908c; +} + .stroke-cyan-700\\/60 { stroke: #0e749099; } +.stroke-cyan-700\\/65 { + stroke: #0e7490a6; +} + .stroke-cyan-700\\/70 { stroke: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0e7490cc; } +.stroke-cyan-700\\/85 { + stroke: #0e7490d9; +} + .stroke-cyan-700\\/90 { stroke: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #155e75; } +.stroke-cyan-800\\/15 { + stroke: #155e7526; +} + .stroke-cyan-800\\/20 { stroke: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #155e754d; } +.stroke-cyan-800\\/35 { + stroke: #155e7559; +} + .stroke-cyan-800\\/40 { stroke: #155e7566; } +.stroke-cyan-800\\/45 { + stroke: #155e7573; +} + .stroke-cyan-800\\/5 { stroke: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #155e7580; } +.stroke-cyan-800\\/55 { + stroke: #155e758c; +} + .stroke-cyan-800\\/60 { stroke: #155e7599; } +.stroke-cyan-800\\/65 { + stroke: #155e75a6; +} + .stroke-cyan-800\\/70 { stroke: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #155e75cc; } +.stroke-cyan-800\\/85 { + stroke: #155e75d9; +} + .stroke-cyan-800\\/90 { stroke: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #164e63; } +.stroke-cyan-900\\/15 { + stroke: #164e6326; +} + .stroke-cyan-900\\/20 { stroke: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #164e634d; } +.stroke-cyan-900\\/35 { + stroke: #164e6359; +} + .stroke-cyan-900\\/40 { stroke: #164e6366; } +.stroke-cyan-900\\/45 { + stroke: #164e6373; +} + .stroke-cyan-900\\/5 { stroke: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #164e6380; } +.stroke-cyan-900\\/55 { + stroke: #164e638c; +} + .stroke-cyan-900\\/60 { stroke: #164e6399; } +.stroke-cyan-900\\/65 { + stroke: #164e63a6; +} + .stroke-cyan-900\\/70 { stroke: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #164e63cc; } +.stroke-cyan-900\\/85 { + stroke: #164e63d9; +} + .stroke-cyan-900\\/90 { stroke: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #083344; } +.stroke-cyan-950\\/15 { + stroke: #08334426; +} + .stroke-cyan-950\\/20 { stroke: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0833444d; } +.stroke-cyan-950\\/35 { + stroke: #08334459; +} + .stroke-cyan-950\\/40 { stroke: #08334466; } +.stroke-cyan-950\\/45 { + stroke: #08334473; +} + .stroke-cyan-950\\/5 { stroke: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #08334480; } +.stroke-cyan-950\\/55 { + stroke: #0833448c; +} + .stroke-cyan-950\\/60 { stroke: #08334499; } +.stroke-cyan-950\\/65 { + stroke: #083344a6; +} + .stroke-cyan-950\\/70 { stroke: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #083344cc; } +.stroke-cyan-950\\/85 { + stroke: #083344d9; +} + .stroke-cyan-950\\/90 { stroke: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1fae5; } +.stroke-emerald-100\\/15 { + stroke: #d1fae526; +} + .stroke-emerald-100\\/20 { stroke: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1fae54d; } +.stroke-emerald-100\\/35 { + stroke: #d1fae559; +} + .stroke-emerald-100\\/40 { stroke: #d1fae566; } +.stroke-emerald-100\\/45 { + stroke: #d1fae573; +} + .stroke-emerald-100\\/5 { stroke: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1fae580; } +.stroke-emerald-100\\/55 { + stroke: #d1fae58c; +} + .stroke-emerald-100\\/60 { stroke: #d1fae599; } +.stroke-emerald-100\\/65 { + stroke: #d1fae5a6; +} + .stroke-emerald-100\\/70 { stroke: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1fae5cc; } +.stroke-emerald-100\\/85 { + stroke: #d1fae5d9; +} + .stroke-emerald-100\\/90 { stroke: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a7f3d0; } +.stroke-emerald-200\\/15 { + stroke: #a7f3d026; +} + .stroke-emerald-200\\/20 { stroke: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a7f3d04d; } +.stroke-emerald-200\\/35 { + stroke: #a7f3d059; +} + .stroke-emerald-200\\/40 { stroke: #a7f3d066; } +.stroke-emerald-200\\/45 { + stroke: #a7f3d073; +} + .stroke-emerald-200\\/5 { stroke: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a7f3d080; } +.stroke-emerald-200\\/55 { + stroke: #a7f3d08c; +} + .stroke-emerald-200\\/60 { stroke: #a7f3d099; } +.stroke-emerald-200\\/65 { + stroke: #a7f3d0a6; +} + .stroke-emerald-200\\/70 { stroke: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a7f3d0cc; } +.stroke-emerald-200\\/85 { + stroke: #a7f3d0d9; +} + .stroke-emerald-200\\/90 { stroke: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6ee7b7; } +.stroke-emerald-300\\/15 { + stroke: #6ee7b726; +} + .stroke-emerald-300\\/20 { stroke: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6ee7b74d; } +.stroke-emerald-300\\/35 { + stroke: #6ee7b759; +} + .stroke-emerald-300\\/40 { stroke: #6ee7b766; } +.stroke-emerald-300\\/45 { + stroke: #6ee7b773; +} + .stroke-emerald-300\\/5 { stroke: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6ee7b780; } +.stroke-emerald-300\\/55 { + stroke: #6ee7b78c; +} + .stroke-emerald-300\\/60 { stroke: #6ee7b799; } +.stroke-emerald-300\\/65 { + stroke: #6ee7b7a6; +} + .stroke-emerald-300\\/70 { stroke: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6ee7b7cc; } +.stroke-emerald-300\\/85 { + stroke: #6ee7b7d9; +} + .stroke-emerald-300\\/90 { stroke: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #34d399; } +.stroke-emerald-400\\/15 { + stroke: #34d39926; +} + .stroke-emerald-400\\/20 { stroke: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #34d3994d; } +.stroke-emerald-400\\/35 { + stroke: #34d39959; +} + .stroke-emerald-400\\/40 { stroke: #34d39966; } +.stroke-emerald-400\\/45 { + stroke: #34d39973; +} + .stroke-emerald-400\\/5 { stroke: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #34d39980; } +.stroke-emerald-400\\/55 { + stroke: #34d3998c; +} + .stroke-emerald-400\\/60 { stroke: #34d39999; } +.stroke-emerald-400\\/65 { + stroke: #34d399a6; +} + .stroke-emerald-400\\/70 { stroke: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #34d399cc; } +.stroke-emerald-400\\/85 { + stroke: #34d399d9; +} + .stroke-emerald-400\\/90 { stroke: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfdf5; } +.stroke-emerald-50\\/15 { + stroke: #ecfdf526; +} + .stroke-emerald-50\\/20 { stroke: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfdf54d; } +.stroke-emerald-50\\/35 { + stroke: #ecfdf559; +} + .stroke-emerald-50\\/40 { stroke: #ecfdf566; } +.stroke-emerald-50\\/45 { + stroke: #ecfdf573; +} + .stroke-emerald-50\\/5 { stroke: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfdf580; } +.stroke-emerald-50\\/55 { + stroke: #ecfdf58c; +} + .stroke-emerald-50\\/60 { stroke: #ecfdf599; } +.stroke-emerald-50\\/65 { + stroke: #ecfdf5a6; +} + .stroke-emerald-50\\/70 { stroke: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfdf5cc; } +.stroke-emerald-50\\/85 { + stroke: #ecfdf5d9; +} + .stroke-emerald-50\\/90 { stroke: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #10b981; } +.stroke-emerald-500\\/15 { + stroke: #10b98126; +} + .stroke-emerald-500\\/20 { stroke: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #10b9814d; } +.stroke-emerald-500\\/35 { + stroke: #10b98159; +} + .stroke-emerald-500\\/40 { stroke: #10b98166; } +.stroke-emerald-500\\/45 { + stroke: #10b98173; +} + .stroke-emerald-500\\/5 { stroke: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #10b98180; } +.stroke-emerald-500\\/55 { + stroke: #10b9818c; +} + .stroke-emerald-500\\/60 { stroke: #10b98199; } +.stroke-emerald-500\\/65 { + stroke: #10b981a6; +} + .stroke-emerald-500\\/70 { stroke: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #10b981cc; } +.stroke-emerald-500\\/85 { + stroke: #10b981d9; +} + .stroke-emerald-500\\/90 { stroke: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #059669; } +.stroke-emerald-600\\/15 { + stroke: #05966926; +} + .stroke-emerald-600\\/20 { stroke: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0596694d; } +.stroke-emerald-600\\/35 { + stroke: #05966959; +} + .stroke-emerald-600\\/40 { stroke: #05966966; } +.stroke-emerald-600\\/45 { + stroke: #05966973; +} + .stroke-emerald-600\\/5 { stroke: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #05966980; } +.stroke-emerald-600\\/55 { + stroke: #0596698c; +} + .stroke-emerald-600\\/60 { stroke: #05966999; } +.stroke-emerald-600\\/65 { + stroke: #059669a6; +} + .stroke-emerald-600\\/70 { stroke: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #059669cc; } +.stroke-emerald-600\\/85 { + stroke: #059669d9; +} + .stroke-emerald-600\\/90 { stroke: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #047857; } +.stroke-emerald-700\\/15 { + stroke: #04785726; +} + .stroke-emerald-700\\/20 { stroke: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0478574d; } +.stroke-emerald-700\\/35 { + stroke: #04785759; +} + .stroke-emerald-700\\/40 { stroke: #04785766; } +.stroke-emerald-700\\/45 { + stroke: #04785773; +} + .stroke-emerald-700\\/5 { stroke: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #04785780; } +.stroke-emerald-700\\/55 { + stroke: #0478578c; +} + .stroke-emerald-700\\/60 { stroke: #04785799; } +.stroke-emerald-700\\/65 { + stroke: #047857a6; +} + .stroke-emerald-700\\/70 { stroke: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #047857cc; } +.stroke-emerald-700\\/85 { + stroke: #047857d9; +} + .stroke-emerald-700\\/90 { stroke: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #065f46; } +.stroke-emerald-800\\/15 { + stroke: #065f4626; +} + .stroke-emerald-800\\/20 { stroke: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #065f464d; } +.stroke-emerald-800\\/35 { + stroke: #065f4659; +} + .stroke-emerald-800\\/40 { stroke: #065f4666; } +.stroke-emerald-800\\/45 { + stroke: #065f4673; +} + .stroke-emerald-800\\/5 { stroke: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #065f4680; } +.stroke-emerald-800\\/55 { + stroke: #065f468c; +} + .stroke-emerald-800\\/60 { stroke: #065f4699; } +.stroke-emerald-800\\/65 { + stroke: #065f46a6; +} + .stroke-emerald-800\\/70 { stroke: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #065f46cc; } +.stroke-emerald-800\\/85 { + stroke: #065f46d9; +} + .stroke-emerald-800\\/90 { stroke: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #064e3b; } +.stroke-emerald-900\\/15 { + stroke: #064e3b26; +} + .stroke-emerald-900\\/20 { stroke: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #064e3b4d; } +.stroke-emerald-900\\/35 { + stroke: #064e3b59; +} + .stroke-emerald-900\\/40 { stroke: #064e3b66; } +.stroke-emerald-900\\/45 { + stroke: #064e3b73; +} + .stroke-emerald-900\\/5 { stroke: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #064e3b80; } +.stroke-emerald-900\\/55 { + stroke: #064e3b8c; +} + .stroke-emerald-900\\/60 { stroke: #064e3b99; } +.stroke-emerald-900\\/65 { + stroke: #064e3ba6; +} + .stroke-emerald-900\\/70 { stroke: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #064e3bcc; } +.stroke-emerald-900\\/85 { + stroke: #064e3bd9; +} + .stroke-emerald-900\\/90 { stroke: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #022c22; } +.stroke-emerald-950\\/15 { + stroke: #022c2226; +} + .stroke-emerald-950\\/20 { stroke: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #022c224d; } +.stroke-emerald-950\\/35 { + stroke: #022c2259; +} + .stroke-emerald-950\\/40 { stroke: #022c2266; } +.stroke-emerald-950\\/45 { + stroke: #022c2273; +} + .stroke-emerald-950\\/5 { stroke: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #022c2280; } +.stroke-emerald-950\\/55 { + stroke: #022c228c; +} + .stroke-emerald-950\\/60 { stroke: #022c2299; } +.stroke-emerald-950\\/65 { + stroke: #022c22a6; +} + .stroke-emerald-950\\/70 { stroke: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #022c22cc; } +.stroke-emerald-950\\/85 { + stroke: #022c22d9; +} + .stroke-emerald-950\\/90 { stroke: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fae8ff; } +.stroke-fuchsia-100\\/15 { + stroke: #fae8ff26; +} + .stroke-fuchsia-100\\/20 { stroke: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fae8ff4d; } +.stroke-fuchsia-100\\/35 { + stroke: #fae8ff59; +} + .stroke-fuchsia-100\\/40 { stroke: #fae8ff66; } +.stroke-fuchsia-100\\/45 { + stroke: #fae8ff73; +} + .stroke-fuchsia-100\\/5 { stroke: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fae8ff80; } +.stroke-fuchsia-100\\/55 { + stroke: #fae8ff8c; +} + .stroke-fuchsia-100\\/60 { stroke: #fae8ff99; } +.stroke-fuchsia-100\\/65 { + stroke: #fae8ffa6; +} + .stroke-fuchsia-100\\/70 { stroke: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fae8ffcc; } +.stroke-fuchsia-100\\/85 { + stroke: #fae8ffd9; +} + .stroke-fuchsia-100\\/90 { stroke: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5d0fe; } +.stroke-fuchsia-200\\/15 { + stroke: #f5d0fe26; +} + .stroke-fuchsia-200\\/20 { stroke: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5d0fe4d; } +.stroke-fuchsia-200\\/35 { + stroke: #f5d0fe59; +} + .stroke-fuchsia-200\\/40 { stroke: #f5d0fe66; } +.stroke-fuchsia-200\\/45 { + stroke: #f5d0fe73; +} + .stroke-fuchsia-200\\/5 { stroke: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5d0fe80; } +.stroke-fuchsia-200\\/55 { + stroke: #f5d0fe8c; +} + .stroke-fuchsia-200\\/60 { stroke: #f5d0fe99; } +.stroke-fuchsia-200\\/65 { + stroke: #f5d0fea6; +} + .stroke-fuchsia-200\\/70 { stroke: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5d0fecc; } +.stroke-fuchsia-200\\/85 { + stroke: #f5d0fed9; +} + .stroke-fuchsia-200\\/90 { stroke: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0abfc; } +.stroke-fuchsia-300\\/15 { + stroke: #f0abfc26; +} + .stroke-fuchsia-300\\/20 { stroke: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0abfc4d; } +.stroke-fuchsia-300\\/35 { + stroke: #f0abfc59; +} + .stroke-fuchsia-300\\/40 { stroke: #f0abfc66; } +.stroke-fuchsia-300\\/45 { + stroke: #f0abfc73; +} + .stroke-fuchsia-300\\/5 { stroke: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0abfc80; } +.stroke-fuchsia-300\\/55 { + stroke: #f0abfc8c; +} + .stroke-fuchsia-300\\/60 { stroke: #f0abfc99; } +.stroke-fuchsia-300\\/65 { + stroke: #f0abfca6; +} + .stroke-fuchsia-300\\/70 { stroke: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0abfccc; } +.stroke-fuchsia-300\\/85 { + stroke: #f0abfcd9; +} + .stroke-fuchsia-300\\/90 { stroke: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e879f9; } +.stroke-fuchsia-400\\/15 { + stroke: #e879f926; +} + .stroke-fuchsia-400\\/20 { stroke: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e879f94d; } +.stroke-fuchsia-400\\/35 { + stroke: #e879f959; +} + .stroke-fuchsia-400\\/40 { stroke: #e879f966; } +.stroke-fuchsia-400\\/45 { + stroke: #e879f973; +} + .stroke-fuchsia-400\\/5 { stroke: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e879f980; } +.stroke-fuchsia-400\\/55 { + stroke: #e879f98c; +} + .stroke-fuchsia-400\\/60 { stroke: #e879f999; } +.stroke-fuchsia-400\\/65 { + stroke: #e879f9a6; +} + .stroke-fuchsia-400\\/70 { stroke: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e879f9cc; } +.stroke-fuchsia-400\\/85 { + stroke: #e879f9d9; +} + .stroke-fuchsia-400\\/90 { stroke: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf4ff; } +.stroke-fuchsia-50\\/15 { + stroke: #fdf4ff26; +} + .stroke-fuchsia-50\\/20 { stroke: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf4ff4d; } +.stroke-fuchsia-50\\/35 { + stroke: #fdf4ff59; +} + .stroke-fuchsia-50\\/40 { stroke: #fdf4ff66; } +.stroke-fuchsia-50\\/45 { + stroke: #fdf4ff73; +} + .stroke-fuchsia-50\\/5 { stroke: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf4ff80; } +.stroke-fuchsia-50\\/55 { + stroke: #fdf4ff8c; +} + .stroke-fuchsia-50\\/60 { stroke: #fdf4ff99; } +.stroke-fuchsia-50\\/65 { + stroke: #fdf4ffa6; +} + .stroke-fuchsia-50\\/70 { stroke: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf4ffcc; } +.stroke-fuchsia-50\\/85 { + stroke: #fdf4ffd9; +} + .stroke-fuchsia-50\\/90 { stroke: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d946ef; } +.stroke-fuchsia-500\\/15 { + stroke: #d946ef26; +} + .stroke-fuchsia-500\\/20 { stroke: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d946ef4d; } +.stroke-fuchsia-500\\/35 { + stroke: #d946ef59; +} + .stroke-fuchsia-500\\/40 { stroke: #d946ef66; } +.stroke-fuchsia-500\\/45 { + stroke: #d946ef73; +} + .stroke-fuchsia-500\\/5 { stroke: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d946ef80; } +.stroke-fuchsia-500\\/55 { + stroke: #d946ef8c; +} + .stroke-fuchsia-500\\/60 { stroke: #d946ef99; } +.stroke-fuchsia-500\\/65 { + stroke: #d946efa6; +} + .stroke-fuchsia-500\\/70 { stroke: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d946efcc; } +.stroke-fuchsia-500\\/85 { + stroke: #d946efd9; +} + .stroke-fuchsia-500\\/90 { stroke: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c026d3; } +.stroke-fuchsia-600\\/15 { + stroke: #c026d326; +} + .stroke-fuchsia-600\\/20 { stroke: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c026d34d; } +.stroke-fuchsia-600\\/35 { + stroke: #c026d359; +} + .stroke-fuchsia-600\\/40 { stroke: #c026d366; } +.stroke-fuchsia-600\\/45 { + stroke: #c026d373; +} + .stroke-fuchsia-600\\/5 { stroke: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c026d380; } +.stroke-fuchsia-600\\/55 { + stroke: #c026d38c; +} + .stroke-fuchsia-600\\/60 { stroke: #c026d399; } +.stroke-fuchsia-600\\/65 { + stroke: #c026d3a6; +} + .stroke-fuchsia-600\\/70 { stroke: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c026d3cc; } +.stroke-fuchsia-600\\/85 { + stroke: #c026d3d9; +} + .stroke-fuchsia-600\\/90 { stroke: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a21caf; } +.stroke-fuchsia-700\\/15 { + stroke: #a21caf26; +} + .stroke-fuchsia-700\\/20 { stroke: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a21caf4d; } +.stroke-fuchsia-700\\/35 { + stroke: #a21caf59; +} + .stroke-fuchsia-700\\/40 { stroke: #a21caf66; } +.stroke-fuchsia-700\\/45 { + stroke: #a21caf73; +} + .stroke-fuchsia-700\\/5 { stroke: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a21caf80; } +.stroke-fuchsia-700\\/55 { + stroke: #a21caf8c; +} + .stroke-fuchsia-700\\/60 { stroke: #a21caf99; } +.stroke-fuchsia-700\\/65 { + stroke: #a21cafa6; +} + .stroke-fuchsia-700\\/70 { stroke: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a21cafcc; } +.stroke-fuchsia-700\\/85 { + stroke: #a21cafd9; +} + .stroke-fuchsia-700\\/90 { stroke: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86198f; } +.stroke-fuchsia-800\\/15 { + stroke: #86198f26; +} + .stroke-fuchsia-800\\/20 { stroke: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86198f4d; } +.stroke-fuchsia-800\\/35 { + stroke: #86198f59; +} + .stroke-fuchsia-800\\/40 { stroke: #86198f66; } +.stroke-fuchsia-800\\/45 { + stroke: #86198f73; +} + .stroke-fuchsia-800\\/5 { stroke: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86198f80; } +.stroke-fuchsia-800\\/55 { + stroke: #86198f8c; +} + .stroke-fuchsia-800\\/60 { stroke: #86198f99; } +.stroke-fuchsia-800\\/65 { + stroke: #86198fa6; +} + .stroke-fuchsia-800\\/70 { stroke: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86198fcc; } +.stroke-fuchsia-800\\/85 { + stroke: #86198fd9; +} + .stroke-fuchsia-800\\/90 { stroke: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #701a75; } +.stroke-fuchsia-900\\/15 { + stroke: #701a7526; +} + .stroke-fuchsia-900\\/20 { stroke: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #701a754d; } +.stroke-fuchsia-900\\/35 { + stroke: #701a7559; +} + .stroke-fuchsia-900\\/40 { stroke: #701a7566; } +.stroke-fuchsia-900\\/45 { + stroke: #701a7573; +} + .stroke-fuchsia-900\\/5 { stroke: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #701a7580; } +.stroke-fuchsia-900\\/55 { + stroke: #701a758c; +} + .stroke-fuchsia-900\\/60 { stroke: #701a7599; } +.stroke-fuchsia-900\\/65 { + stroke: #701a75a6; +} + .stroke-fuchsia-900\\/70 { stroke: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #701a75cc; } +.stroke-fuchsia-900\\/85 { + stroke: #701a75d9; +} + .stroke-fuchsia-900\\/90 { stroke: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4a044e; } +.stroke-fuchsia-950\\/15 { + stroke: #4a044e26; +} + .stroke-fuchsia-950\\/20 { stroke: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4a044e4d; } +.stroke-fuchsia-950\\/35 { + stroke: #4a044e59; +} + .stroke-fuchsia-950\\/40 { stroke: #4a044e66; } +.stroke-fuchsia-950\\/45 { + stroke: #4a044e73; +} + .stroke-fuchsia-950\\/5 { stroke: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4a044e80; } +.stroke-fuchsia-950\\/55 { + stroke: #4a044e8c; +} + .stroke-fuchsia-950\\/60 { stroke: #4a044e99; } +.stroke-fuchsia-950\\/65 { + stroke: #4a044ea6; +} + .stroke-fuchsia-950\\/70 { stroke: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4a044ecc; } +.stroke-fuchsia-950\\/85 { + stroke: #4a044ed9; +} + .stroke-fuchsia-950\\/90 { stroke: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3f4f6; } +.stroke-gray-100\\/15 { + stroke: #f3f4f626; +} + .stroke-gray-100\\/20 { stroke: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3f4f64d; } +.stroke-gray-100\\/35 { + stroke: #f3f4f659; +} + .stroke-gray-100\\/40 { stroke: #f3f4f666; } +.stroke-gray-100\\/45 { + stroke: #f3f4f673; +} + .stroke-gray-100\\/5 { stroke: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3f4f680; } +.stroke-gray-100\\/55 { + stroke: #f3f4f68c; +} + .stroke-gray-100\\/60 { stroke: #f3f4f699; } +.stroke-gray-100\\/65 { + stroke: #f3f4f6a6; +} + .stroke-gray-100\\/70 { stroke: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3f4f6cc; } +.stroke-gray-100\\/85 { + stroke: #f3f4f6d9; +} + .stroke-gray-100\\/90 { stroke: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e7eb; } +.stroke-gray-200\\/15 { + stroke: #e5e7eb26; +} + .stroke-gray-200\\/20 { stroke: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e7eb4d; } +.stroke-gray-200\\/35 { + stroke: #e5e7eb59; +} + .stroke-gray-200\\/40 { stroke: #e5e7eb66; } +.stroke-gray-200\\/45 { + stroke: #e5e7eb73; +} + .stroke-gray-200\\/5 { stroke: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e7eb80; } +.stroke-gray-200\\/55 { + stroke: #e5e7eb8c; +} + .stroke-gray-200\\/60 { stroke: #e5e7eb99; } +.stroke-gray-200\\/65 { + stroke: #e5e7eba6; +} + .stroke-gray-200\\/70 { stroke: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e7ebcc; } +.stroke-gray-200\\/85 { + stroke: #e5e7ebd9; +} + .stroke-gray-200\\/90 { stroke: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1d5db; } +.stroke-gray-300\\/15 { + stroke: #d1d5db26; +} + .stroke-gray-300\\/20 { stroke: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1d5db4d; } +.stroke-gray-300\\/35 { + stroke: #d1d5db59; +} + .stroke-gray-300\\/40 { stroke: #d1d5db66; } +.stroke-gray-300\\/45 { + stroke: #d1d5db73; +} + .stroke-gray-300\\/5 { stroke: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1d5db80; } +.stroke-gray-300\\/55 { + stroke: #d1d5db8c; +} + .stroke-gray-300\\/60 { stroke: #d1d5db99; } +.stroke-gray-300\\/65 { + stroke: #d1d5dba6; +} + .stroke-gray-300\\/70 { stroke: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d1d5dbcc; } +.stroke-gray-300\\/85 { + stroke: #d1d5dbd9; +} + .stroke-gray-300\\/90 { stroke: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9ca3af; } +.stroke-gray-400\\/15 { + stroke: #9ca3af26; +} + .stroke-gray-400\\/20 { stroke: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9ca3af4d; } +.stroke-gray-400\\/35 { + stroke: #9ca3af59; +} + .stroke-gray-400\\/40 { stroke: #9ca3af66; } +.stroke-gray-400\\/45 { + stroke: #9ca3af73; +} + .stroke-gray-400\\/5 { stroke: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9ca3af80; } +.stroke-gray-400\\/55 { + stroke: #9ca3af8c; +} + .stroke-gray-400\\/60 { stroke: #9ca3af99; } +.stroke-gray-400\\/65 { + stroke: #9ca3afa6; +} + .stroke-gray-400\\/70 { stroke: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9ca3afcc; } +.stroke-gray-400\\/85 { + stroke: #9ca3afd9; +} + .stroke-gray-400\\/90 { stroke: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9fafb; } +.stroke-gray-50\\/15 { + stroke: #f9fafb26; +} + .stroke-gray-50\\/20 { stroke: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9fafb4d; } +.stroke-gray-50\\/35 { + stroke: #f9fafb59; +} + .stroke-gray-50\\/40 { stroke: #f9fafb66; } +.stroke-gray-50\\/45 { + stroke: #f9fafb73; +} + .stroke-gray-50\\/5 { stroke: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9fafb80; } +.stroke-gray-50\\/55 { + stroke: #f9fafb8c; +} + .stroke-gray-50\\/60 { stroke: #f9fafb99; } +.stroke-gray-50\\/65 { + stroke: #f9fafba6; +} + .stroke-gray-50\\/70 { stroke: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9fafbcc; } +.stroke-gray-50\\/85 { + stroke: #f9fafbd9; +} + .stroke-gray-50\\/90 { stroke: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b7280; } +.stroke-gray-500\\/15 { + stroke: #6b728026; +} + .stroke-gray-500\\/20 { stroke: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b72804d; } +.stroke-gray-500\\/35 { + stroke: #6b728059; +} + .stroke-gray-500\\/40 { stroke: #6b728066; } +.stroke-gray-500\\/45 { + stroke: #6b728073; +} + .stroke-gray-500\\/5 { stroke: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b728080; } +.stroke-gray-500\\/55 { + stroke: #6b72808c; +} + .stroke-gray-500\\/60 { stroke: #6b728099; } +.stroke-gray-500\\/65 { + stroke: #6b7280a6; +} + .stroke-gray-500\\/70 { stroke: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b7280cc; } +.stroke-gray-500\\/85 { + stroke: #6b7280d9; +} + .stroke-gray-500\\/90 { stroke: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4b5563; } +.stroke-gray-600\\/15 { + stroke: #4b556326; +} + .stroke-gray-600\\/20 { stroke: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4b55634d; } +.stroke-gray-600\\/35 { + stroke: #4b556359; +} + .stroke-gray-600\\/40 { stroke: #4b556366; } +.stroke-gray-600\\/45 { + stroke: #4b556373; +} + .stroke-gray-600\\/5 { stroke: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4b556380; } +.stroke-gray-600\\/55 { + stroke: #4b55638c; +} + .stroke-gray-600\\/60 { stroke: #4b556399; } +.stroke-gray-600\\/65 { + stroke: #4b5563a6; +} + .stroke-gray-600\\/70 { stroke: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4b5563cc; } +.stroke-gray-600\\/85 { + stroke: #4b5563d9; +} + .stroke-gray-600\\/90 { stroke: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #374151; } +.stroke-gray-700\\/15 { + stroke: #37415126; +} + .stroke-gray-700\\/20 { stroke: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3741514d; } +.stroke-gray-700\\/35 { + stroke: #37415159; +} + .stroke-gray-700\\/40 { stroke: #37415166; } +.stroke-gray-700\\/45 { + stroke: #37415173; +} + .stroke-gray-700\\/5 { stroke: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #37415180; } +.stroke-gray-700\\/55 { + stroke: #3741518c; +} + .stroke-gray-700\\/60 { stroke: #37415199; } +.stroke-gray-700\\/65 { + stroke: #374151a6; +} + .stroke-gray-700\\/70 { stroke: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #374151cc; } +.stroke-gray-700\\/85 { + stroke: #374151d9; +} + .stroke-gray-700\\/90 { stroke: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1f2937; } +.stroke-gray-800\\/15 { + stroke: #1f293726; +} + .stroke-gray-800\\/20 { stroke: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1f29374d; } +.stroke-gray-800\\/35 { + stroke: #1f293759; +} + .stroke-gray-800\\/40 { stroke: #1f293766; } +.stroke-gray-800\\/45 { + stroke: #1f293773; +} + .stroke-gray-800\\/5 { stroke: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1f293780; } +.stroke-gray-800\\/55 { + stroke: #1f29378c; +} + .stroke-gray-800\\/60 { stroke: #1f293799; } +.stroke-gray-800\\/65 { + stroke: #1f2937a6; +} + .stroke-gray-800\\/70 { stroke: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1f2937cc; } +.stroke-gray-800\\/85 { + stroke: #1f2937d9; +} + .stroke-gray-800\\/90 { stroke: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #111827; } +.stroke-gray-900\\/15 { + stroke: #11182726; +} + .stroke-gray-900\\/20 { stroke: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1118274d; } +.stroke-gray-900\\/35 { + stroke: #11182759; +} + .stroke-gray-900\\/40 { stroke: #11182766; } +.stroke-gray-900\\/45 { + stroke: #11182773; +} + .stroke-gray-900\\/5 { stroke: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #11182780; } +.stroke-gray-900\\/55 { + stroke: #1118278c; +} + .stroke-gray-900\\/60 { stroke: #11182799; } +.stroke-gray-900\\/65 { + stroke: #111827a6; +} + .stroke-gray-900\\/70 { stroke: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #111827cc; } +.stroke-gray-900\\/85 { + stroke: #111827d9; +} + .stroke-gray-900\\/90 { stroke: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #030712; } +.stroke-gray-950\\/15 { + stroke: #03071226; +} + .stroke-gray-950\\/20 { stroke: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0307124d; } +.stroke-gray-950\\/35 { + stroke: #03071259; +} + .stroke-gray-950\\/40 { stroke: #03071266; } +.stroke-gray-950\\/45 { + stroke: #03071273; +} + .stroke-gray-950\\/5 { stroke: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #03071280; } +.stroke-gray-950\\/55 { + stroke: #0307128c; +} + .stroke-gray-950\\/60 { stroke: #03071299; } +.stroke-gray-950\\/65 { + stroke: #030712a6; +} + .stroke-gray-950\\/70 { stroke: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #030712cc; } +.stroke-gray-950\\/85 { + stroke: #030712d9; +} + .stroke-gray-950\\/90 { stroke: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dcfce7; } +.stroke-green-100\\/15 { + stroke: #dcfce726; +} + .stroke-green-100\\/20 { stroke: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dcfce74d; } +.stroke-green-100\\/35 { + stroke: #dcfce759; +} + .stroke-green-100\\/40 { stroke: #dcfce766; } +.stroke-green-100\\/45 { + stroke: #dcfce773; +} + .stroke-green-100\\/5 { stroke: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dcfce780; } +.stroke-green-100\\/55 { + stroke: #dcfce78c; +} + .stroke-green-100\\/60 { stroke: #dcfce799; } +.stroke-green-100\\/65 { + stroke: #dcfce7a6; +} + .stroke-green-100\\/70 { stroke: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dcfce7cc; } +.stroke-green-100\\/85 { + stroke: #dcfce7d9; +} + .stroke-green-100\\/90 { stroke: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bbf7d0; } +.stroke-green-200\\/15 { + stroke: #bbf7d026; +} + .stroke-green-200\\/20 { stroke: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bbf7d04d; } +.stroke-green-200\\/35 { + stroke: #bbf7d059; +} + .stroke-green-200\\/40 { stroke: #bbf7d066; } +.stroke-green-200\\/45 { + stroke: #bbf7d073; +} + .stroke-green-200\\/5 { stroke: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bbf7d080; } +.stroke-green-200\\/55 { + stroke: #bbf7d08c; +} + .stroke-green-200\\/60 { stroke: #bbf7d099; } +.stroke-green-200\\/65 { + stroke: #bbf7d0a6; +} + .stroke-green-200\\/70 { stroke: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bbf7d0cc; } +.stroke-green-200\\/85 { + stroke: #bbf7d0d9; +} + .stroke-green-200\\/90 { stroke: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86efac; } +.stroke-green-300\\/15 { + stroke: #86efac26; +} + .stroke-green-300\\/20 { stroke: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86efac4d; } +.stroke-green-300\\/35 { + stroke: #86efac59; +} + .stroke-green-300\\/40 { stroke: #86efac66; } +.stroke-green-300\\/45 { + stroke: #86efac73; +} + .stroke-green-300\\/5 { stroke: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86efac80; } +.stroke-green-300\\/55 { + stroke: #86efac8c; +} + .stroke-green-300\\/60 { stroke: #86efac99; } +.stroke-green-300\\/65 { + stroke: #86efaca6; +} + .stroke-green-300\\/70 { stroke: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #86efaccc; } +.stroke-green-300\\/85 { + stroke: #86efacd9; +} + .stroke-green-300\\/90 { stroke: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4ade80; } +.stroke-green-400\\/15 { + stroke: #4ade8026; +} + .stroke-green-400\\/20 { stroke: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4ade804d; } +.stroke-green-400\\/35 { + stroke: #4ade8059; +} + .stroke-green-400\\/40 { stroke: #4ade8066; } +.stroke-green-400\\/45 { + stroke: #4ade8073; +} + .stroke-green-400\\/5 { stroke: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4ade8080; } +.stroke-green-400\\/55 { + stroke: #4ade808c; +} + .stroke-green-400\\/60 { stroke: #4ade8099; } +.stroke-green-400\\/65 { + stroke: #4ade80a6; +} + .stroke-green-400\\/70 { stroke: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4ade80cc; } +.stroke-green-400\\/85 { + stroke: #4ade80d9; +} + .stroke-green-400\\/90 { stroke: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdf4; } +.stroke-green-50\\/15 { + stroke: #f0fdf426; +} + .stroke-green-50\\/20 { stroke: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdf44d; } +.stroke-green-50\\/35 { + stroke: #f0fdf459; +} + .stroke-green-50\\/40 { stroke: #f0fdf466; } +.stroke-green-50\\/45 { + stroke: #f0fdf473; +} + .stroke-green-50\\/5 { stroke: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdf480; } +.stroke-green-50\\/55 { + stroke: #f0fdf48c; +} + .stroke-green-50\\/60 { stroke: #f0fdf499; } +.stroke-green-50\\/65 { + stroke: #f0fdf4a6; +} + .stroke-green-50\\/70 { stroke: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdf4cc; } +.stroke-green-50\\/85 { + stroke: #f0fdf4d9; +} + .stroke-green-50\\/90 { stroke: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22c55e; } +.stroke-green-500\\/15 { + stroke: #22c55e26; +} + .stroke-green-500\\/20 { stroke: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22c55e4d; } +.stroke-green-500\\/35 { + stroke: #22c55e59; +} + .stroke-green-500\\/40 { stroke: #22c55e66; } +.stroke-green-500\\/45 { + stroke: #22c55e73; +} + .stroke-green-500\\/5 { stroke: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22c55e80; } +.stroke-green-500\\/55 { + stroke: #22c55e8c; +} + .stroke-green-500\\/60 { stroke: #22c55e99; } +.stroke-green-500\\/65 { + stroke: #22c55ea6; +} + .stroke-green-500\\/70 { stroke: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #22c55ecc; } +.stroke-green-500\\/85 { + stroke: #22c55ed9; +} + .stroke-green-500\\/90 { stroke: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #16a34a; } +.stroke-green-600\\/15 { + stroke: #16a34a26; +} + .stroke-green-600\\/20 { stroke: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #16a34a4d; } +.stroke-green-600\\/35 { + stroke: #16a34a59; +} + .stroke-green-600\\/40 { stroke: #16a34a66; } +.stroke-green-600\\/45 { + stroke: #16a34a73; +} + .stroke-green-600\\/5 { stroke: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #16a34a80; } +.stroke-green-600\\/55 { + stroke: #16a34a8c; +} + .stroke-green-600\\/60 { stroke: #16a34a99; } +.stroke-green-600\\/65 { + stroke: #16a34aa6; +} + .stroke-green-600\\/70 { stroke: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #16a34acc; } +.stroke-green-600\\/85 { + stroke: #16a34ad9; +} + .stroke-green-600\\/90 { stroke: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #15803d; } +.stroke-green-700\\/15 { + stroke: #15803d26; +} + .stroke-green-700\\/20 { stroke: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #15803d4d; } +.stroke-green-700\\/35 { + stroke: #15803d59; +} + .stroke-green-700\\/40 { stroke: #15803d66; } +.stroke-green-700\\/45 { + stroke: #15803d73; +} + .stroke-green-700\\/5 { stroke: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #15803d80; } +.stroke-green-700\\/55 { + stroke: #15803d8c; +} + .stroke-green-700\\/60 { stroke: #15803d99; } +.stroke-green-700\\/65 { + stroke: #15803da6; +} + .stroke-green-700\\/70 { stroke: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #15803dcc; } +.stroke-green-700\\/85 { + stroke: #15803dd9; +} + .stroke-green-700\\/90 { stroke: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #166534; } +.stroke-green-800\\/15 { + stroke: #16653426; +} + .stroke-green-800\\/20 { stroke: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1665344d; } +.stroke-green-800\\/35 { + stroke: #16653459; +} + .stroke-green-800\\/40 { stroke: #16653466; } +.stroke-green-800\\/45 { + stroke: #16653473; +} + .stroke-green-800\\/5 { stroke: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #16653480; } +.stroke-green-800\\/55 { + stroke: #1665348c; +} + .stroke-green-800\\/60 { stroke: #16653499; } +.stroke-green-800\\/65 { + stroke: #166534a6; +} + .stroke-green-800\\/70 { stroke: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #166534cc; } +.stroke-green-800\\/85 { + stroke: #166534d9; +} + .stroke-green-800\\/90 { stroke: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14532d; } +.stroke-green-900\\/15 { + stroke: #14532d26; +} + .stroke-green-900\\/20 { stroke: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14532d4d; } +.stroke-green-900\\/35 { + stroke: #14532d59; +} + .stroke-green-900\\/40 { stroke: #14532d66; } +.stroke-green-900\\/45 { + stroke: #14532d73; +} + .stroke-green-900\\/5 { stroke: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14532d80; } +.stroke-green-900\\/55 { + stroke: #14532d8c; +} + .stroke-green-900\\/60 { stroke: #14532d99; } +.stroke-green-900\\/65 { + stroke: #14532da6; +} + .stroke-green-900\\/70 { stroke: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14532dcc; } +.stroke-green-900\\/85 { + stroke: #14532dd9; +} + .stroke-green-900\\/90 { stroke: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #052e16; } +.stroke-green-950\\/15 { + stroke: #052e1626; +} + .stroke-green-950\\/20 { stroke: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #052e164d; } +.stroke-green-950\\/35 { + stroke: #052e1659; +} + .stroke-green-950\\/40 { stroke: #052e1666; } +.stroke-green-950\\/45 { + stroke: #052e1673; +} + .stroke-green-950\\/5 { stroke: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #052e1680; } +.stroke-green-950\\/55 { + stroke: #052e168c; +} + .stroke-green-950\\/60 { stroke: #052e1699; } +.stroke-green-950\\/65 { + stroke: #052e16a6; +} + .stroke-green-950\\/70 { stroke: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #052e16cc; } +.stroke-green-950\\/85 { + stroke: #052e16d9; +} + .stroke-green-950\\/90 { stroke: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0e7ff; } +.stroke-indigo-100\\/15 { + stroke: #e0e7ff26; +} + .stroke-indigo-100\\/20 { stroke: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0e7ff4d; } +.stroke-indigo-100\\/35 { + stroke: #e0e7ff59; +} + .stroke-indigo-100\\/40 { stroke: #e0e7ff66; } +.stroke-indigo-100\\/45 { + stroke: #e0e7ff73; +} + .stroke-indigo-100\\/5 { stroke: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0e7ff80; } +.stroke-indigo-100\\/55 { + stroke: #e0e7ff8c; +} + .stroke-indigo-100\\/60 { stroke: #e0e7ff99; } +.stroke-indigo-100\\/65 { + stroke: #e0e7ffa6; +} + .stroke-indigo-100\\/70 { stroke: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0e7ffcc; } +.stroke-indigo-100\\/85 { + stroke: #e0e7ffd9; +} + .stroke-indigo-100\\/90 { stroke: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c7d2fe; } +.stroke-indigo-200\\/15 { + stroke: #c7d2fe26; +} + .stroke-indigo-200\\/20 { stroke: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c7d2fe4d; } +.stroke-indigo-200\\/35 { + stroke: #c7d2fe59; +} + .stroke-indigo-200\\/40 { stroke: #c7d2fe66; } +.stroke-indigo-200\\/45 { + stroke: #c7d2fe73; +} + .stroke-indigo-200\\/5 { stroke: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c7d2fe80; } +.stroke-indigo-200\\/55 { + stroke: #c7d2fe8c; +} + .stroke-indigo-200\\/60 { stroke: #c7d2fe99; } +.stroke-indigo-200\\/65 { + stroke: #c7d2fea6; +} + .stroke-indigo-200\\/70 { stroke: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c7d2fecc; } +.stroke-indigo-200\\/85 { + stroke: #c7d2fed9; +} + .stroke-indigo-200\\/90 { stroke: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5b4fc; } +.stroke-indigo-300\\/15 { + stroke: #a5b4fc26; +} + .stroke-indigo-300\\/20 { stroke: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5b4fc4d; } +.stroke-indigo-300\\/35 { + stroke: #a5b4fc59; +} + .stroke-indigo-300\\/40 { stroke: #a5b4fc66; } +.stroke-indigo-300\\/45 { + stroke: #a5b4fc73; +} + .stroke-indigo-300\\/5 { stroke: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5b4fc80; } +.stroke-indigo-300\\/55 { + stroke: #a5b4fc8c; +} + .stroke-indigo-300\\/60 { stroke: #a5b4fc99; } +.stroke-indigo-300\\/65 { + stroke: #a5b4fca6; +} + .stroke-indigo-300\\/70 { stroke: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a5b4fccc; } +.stroke-indigo-300\\/85 { + stroke: #a5b4fcd9; +} + .stroke-indigo-300\\/90 { stroke: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #818cf8; } +.stroke-indigo-400\\/15 { + stroke: #818cf826; +} + .stroke-indigo-400\\/20 { stroke: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #818cf84d; } +.stroke-indigo-400\\/35 { + stroke: #818cf859; +} + .stroke-indigo-400\\/40 { stroke: #818cf866; } +.stroke-indigo-400\\/45 { + stroke: #818cf873; +} + .stroke-indigo-400\\/5 { stroke: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #818cf880; } +.stroke-indigo-400\\/55 { + stroke: #818cf88c; +} + .stroke-indigo-400\\/60 { stroke: #818cf899; } +.stroke-indigo-400\\/65 { + stroke: #818cf8a6; +} + .stroke-indigo-400\\/70 { stroke: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #818cf8cc; } +.stroke-indigo-400\\/85 { + stroke: #818cf8d9; +} + .stroke-indigo-400\\/90 { stroke: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eef2ff; } +.stroke-indigo-50\\/15 { + stroke: #eef2ff26; +} + .stroke-indigo-50\\/20 { stroke: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eef2ff4d; } +.stroke-indigo-50\\/35 { + stroke: #eef2ff59; +} + .stroke-indigo-50\\/40 { stroke: #eef2ff66; } +.stroke-indigo-50\\/45 { + stroke: #eef2ff73; +} + .stroke-indigo-50\\/5 { stroke: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eef2ff80; } +.stroke-indigo-50\\/55 { + stroke: #eef2ff8c; +} + .stroke-indigo-50\\/60 { stroke: #eef2ff99; } +.stroke-indigo-50\\/65 { + stroke: #eef2ffa6; +} + .stroke-indigo-50\\/70 { stroke: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eef2ffcc; } +.stroke-indigo-50\\/85 { + stroke: #eef2ffd9; +} + .stroke-indigo-50\\/90 { stroke: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6366f1; } +.stroke-indigo-500\\/15 { + stroke: #6366f126; +} + .stroke-indigo-500\\/20 { stroke: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6366f14d; } +.stroke-indigo-500\\/35 { + stroke: #6366f159; +} + .stroke-indigo-500\\/40 { stroke: #6366f166; } +.stroke-indigo-500\\/45 { + stroke: #6366f173; +} + .stroke-indigo-500\\/5 { stroke: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6366f180; } +.stroke-indigo-500\\/55 { + stroke: #6366f18c; +} + .stroke-indigo-500\\/60 { stroke: #6366f199; } +.stroke-indigo-500\\/65 { + stroke: #6366f1a6; +} + .stroke-indigo-500\\/70 { stroke: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6366f1cc; } +.stroke-indigo-500\\/85 { + stroke: #6366f1d9; +} + .stroke-indigo-500\\/90 { stroke: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4f46e5; } +.stroke-indigo-600\\/15 { + stroke: #4f46e526; +} + .stroke-indigo-600\\/20 { stroke: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4f46e54d; } +.stroke-indigo-600\\/35 { + stroke: #4f46e559; +} + .stroke-indigo-600\\/40 { stroke: #4f46e566; } +.stroke-indigo-600\\/45 { + stroke: #4f46e573; +} + .stroke-indigo-600\\/5 { stroke: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4f46e580; } +.stroke-indigo-600\\/55 { + stroke: #4f46e58c; +} + .stroke-indigo-600\\/60 { stroke: #4f46e599; } +.stroke-indigo-600\\/65 { + stroke: #4f46e5a6; +} + .stroke-indigo-600\\/70 { stroke: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4f46e5cc; } +.stroke-indigo-600\\/85 { + stroke: #4f46e5d9; +} + .stroke-indigo-600\\/90 { stroke: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4338ca; } +.stroke-indigo-700\\/15 { + stroke: #4338ca26; +} + .stroke-indigo-700\\/20 { stroke: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4338ca4d; } +.stroke-indigo-700\\/35 { + stroke: #4338ca59; +} + .stroke-indigo-700\\/40 { stroke: #4338ca66; } +.stroke-indigo-700\\/45 { + stroke: #4338ca73; +} + .stroke-indigo-700\\/5 { stroke: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4338ca80; } +.stroke-indigo-700\\/55 { + stroke: #4338ca8c; +} + .stroke-indigo-700\\/60 { stroke: #4338ca99; } +.stroke-indigo-700\\/65 { + stroke: #4338caa6; +} + .stroke-indigo-700\\/70 { stroke: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4338cacc; } +.stroke-indigo-700\\/85 { + stroke: #4338cad9; +} + .stroke-indigo-700\\/90 { stroke: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3730a3; } +.stroke-indigo-800\\/15 { + stroke: #3730a326; +} + .stroke-indigo-800\\/20 { stroke: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3730a34d; } +.stroke-indigo-800\\/35 { + stroke: #3730a359; +} + .stroke-indigo-800\\/40 { stroke: #3730a366; } +.stroke-indigo-800\\/45 { + stroke: #3730a373; +} + .stroke-indigo-800\\/5 { stroke: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3730a380; } +.stroke-indigo-800\\/55 { + stroke: #3730a38c; +} + .stroke-indigo-800\\/60 { stroke: #3730a399; } +.stroke-indigo-800\\/65 { + stroke: #3730a3a6; +} + .stroke-indigo-800\\/70 { stroke: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3730a3cc; } +.stroke-indigo-800\\/85 { + stroke: #3730a3d9; +} + .stroke-indigo-800\\/90 { stroke: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #312e81; } +.stroke-indigo-900\\/15 { + stroke: #312e8126; +} + .stroke-indigo-900\\/20 { stroke: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #312e814d; } +.stroke-indigo-900\\/35 { + stroke: #312e8159; +} + .stroke-indigo-900\\/40 { stroke: #312e8166; } +.stroke-indigo-900\\/45 { + stroke: #312e8173; +} + .stroke-indigo-900\\/5 { stroke: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #312e8180; } +.stroke-indigo-900\\/55 { + stroke: #312e818c; +} + .stroke-indigo-900\\/60 { stroke: #312e8199; } +.stroke-indigo-900\\/65 { + stroke: #312e81a6; +} + .stroke-indigo-900\\/70 { stroke: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #312e81cc; } +.stroke-indigo-900\\/85 { + stroke: #312e81d9; +} + .stroke-indigo-900\\/90 { stroke: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e1b4b; } +.stroke-indigo-950\\/15 { + stroke: #1e1b4b26; +} + .stroke-indigo-950\\/20 { stroke: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e1b4b4d; } +.stroke-indigo-950\\/35 { + stroke: #1e1b4b59; +} + .stroke-indigo-950\\/40 { stroke: #1e1b4b66; } +.stroke-indigo-950\\/45 { + stroke: #1e1b4b73; +} + .stroke-indigo-950\\/5 { stroke: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e1b4b80; } +.stroke-indigo-950\\/55 { + stroke: #1e1b4b8c; +} + .stroke-indigo-950\\/60 { stroke: #1e1b4b99; } +.stroke-indigo-950\\/65 { + stroke: #1e1b4ba6; +} + .stroke-indigo-950\\/70 { stroke: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e1b4bcc; } +.stroke-indigo-950\\/85 { + stroke: #1e1b4bd9; +} + .stroke-indigo-950\\/90 { stroke: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfccb; } +.stroke-lime-100\\/15 { + stroke: #ecfccb26; +} + .stroke-lime-100\\/20 { stroke: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfccb4d; } +.stroke-lime-100\\/35 { + stroke: #ecfccb59; +} + .stroke-lime-100\\/40 { stroke: #ecfccb66; } +.stroke-lime-100\\/45 { + stroke: #ecfccb73; +} + .stroke-lime-100\\/5 { stroke: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfccb80; } +.stroke-lime-100\\/55 { + stroke: #ecfccb8c; +} + .stroke-lime-100\\/60 { stroke: #ecfccb99; } +.stroke-lime-100\\/65 { + stroke: #ecfccba6; +} + .stroke-lime-100\\/70 { stroke: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ecfccbcc; } +.stroke-lime-100\\/85 { + stroke: #ecfccbd9; +} + .stroke-lime-100\\/90 { stroke: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d9f99d; } +.stroke-lime-200\\/15 { + stroke: #d9f99d26; +} + .stroke-lime-200\\/20 { stroke: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d9f99d4d; } +.stroke-lime-200\\/35 { + stroke: #d9f99d59; +} + .stroke-lime-200\\/40 { stroke: #d9f99d66; } +.stroke-lime-200\\/45 { + stroke: #d9f99d73; +} + .stroke-lime-200\\/5 { stroke: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d9f99d80; } +.stroke-lime-200\\/55 { + stroke: #d9f99d8c; +} + .stroke-lime-200\\/60 { stroke: #d9f99d99; } +.stroke-lime-200\\/65 { + stroke: #d9f99da6; +} + .stroke-lime-200\\/70 { stroke: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d9f99dcc; } +.stroke-lime-200\\/85 { + stroke: #d9f99dd9; +} + .stroke-lime-200\\/90 { stroke: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bef264; } +.stroke-lime-300\\/15 { + stroke: #bef26426; +} + .stroke-lime-300\\/20 { stroke: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bef2644d; } +.stroke-lime-300\\/35 { + stroke: #bef26459; +} + .stroke-lime-300\\/40 { stroke: #bef26466; } +.stroke-lime-300\\/45 { + stroke: #bef26473; +} + .stroke-lime-300\\/5 { stroke: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bef26480; } +.stroke-lime-300\\/55 { + stroke: #bef2648c; +} + .stroke-lime-300\\/60 { stroke: #bef26499; } +.stroke-lime-300\\/65 { + stroke: #bef264a6; +} + .stroke-lime-300\\/70 { stroke: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bef264cc; } +.stroke-lime-300\\/85 { + stroke: #bef264d9; +} + .stroke-lime-300\\/90 { stroke: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3e635; } +.stroke-lime-400\\/15 { + stroke: #a3e63526; +} + .stroke-lime-400\\/20 { stroke: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3e6354d; } +.stroke-lime-400\\/35 { + stroke: #a3e63559; +} + .stroke-lime-400\\/40 { stroke: #a3e63566; } +.stroke-lime-400\\/45 { + stroke: #a3e63573; +} + .stroke-lime-400\\/5 { stroke: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3e63580; } +.stroke-lime-400\\/55 { + stroke: #a3e6358c; +} + .stroke-lime-400\\/60 { stroke: #a3e63599; } +.stroke-lime-400\\/65 { + stroke: #a3e635a6; +} + .stroke-lime-400\\/70 { stroke: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3e635cc; } +.stroke-lime-400\\/85 { + stroke: #a3e635d9; +} + .stroke-lime-400\\/90 { stroke: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f7fee7; } +.stroke-lime-50\\/15 { + stroke: #f7fee726; +} + .stroke-lime-50\\/20 { stroke: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f7fee74d; } +.stroke-lime-50\\/35 { + stroke: #f7fee759; +} + .stroke-lime-50\\/40 { stroke: #f7fee766; } +.stroke-lime-50\\/45 { + stroke: #f7fee773; +} + .stroke-lime-50\\/5 { stroke: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f7fee780; } +.stroke-lime-50\\/55 { + stroke: #f7fee78c; +} + .stroke-lime-50\\/60 { stroke: #f7fee799; } +.stroke-lime-50\\/65 { + stroke: #f7fee7a6; +} + .stroke-lime-50\\/70 { stroke: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f7fee7cc; } +.stroke-lime-50\\/85 { + stroke: #f7fee7d9; +} + .stroke-lime-50\\/90 { stroke: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #84cc16; } +.stroke-lime-500\\/15 { + stroke: #84cc1626; +} + .stroke-lime-500\\/20 { stroke: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #84cc164d; } +.stroke-lime-500\\/35 { + stroke: #84cc1659; +} + .stroke-lime-500\\/40 { stroke: #84cc1666; } +.stroke-lime-500\\/45 { + stroke: #84cc1673; +} + .stroke-lime-500\\/5 { stroke: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #84cc1680; } +.stroke-lime-500\\/55 { + stroke: #84cc168c; +} + .stroke-lime-500\\/60 { stroke: #84cc1699; } +.stroke-lime-500\\/65 { + stroke: #84cc16a6; +} + .stroke-lime-500\\/70 { stroke: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #84cc16cc; } +.stroke-lime-500\\/85 { + stroke: #84cc16d9; +} + .stroke-lime-500\\/90 { stroke: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #65a30d; } +.stroke-lime-600\\/15 { + stroke: #65a30d26; +} + .stroke-lime-600\\/20 { stroke: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #65a30d4d; } +.stroke-lime-600\\/35 { + stroke: #65a30d59; +} + .stroke-lime-600\\/40 { stroke: #65a30d66; } +.stroke-lime-600\\/45 { + stroke: #65a30d73; +} + .stroke-lime-600\\/5 { stroke: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #65a30d80; } +.stroke-lime-600\\/55 { + stroke: #65a30d8c; +} + .stroke-lime-600\\/60 { stroke: #65a30d99; } +.stroke-lime-600\\/65 { + stroke: #65a30da6; +} + .stroke-lime-600\\/70 { stroke: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #65a30dcc; } +.stroke-lime-600\\/85 { + stroke: #65a30dd9; +} + .stroke-lime-600\\/90 { stroke: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4d7c0f; } +.stroke-lime-700\\/15 { + stroke: #4d7c0f26; +} + .stroke-lime-700\\/20 { stroke: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4d7c0f4d; } +.stroke-lime-700\\/35 { + stroke: #4d7c0f59; +} + .stroke-lime-700\\/40 { stroke: #4d7c0f66; } +.stroke-lime-700\\/45 { + stroke: #4d7c0f73; +} + .stroke-lime-700\\/5 { stroke: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4d7c0f80; } +.stroke-lime-700\\/55 { + stroke: #4d7c0f8c; +} + .stroke-lime-700\\/60 { stroke: #4d7c0f99; } +.stroke-lime-700\\/65 { + stroke: #4d7c0fa6; +} + .stroke-lime-700\\/70 { stroke: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4d7c0fcc; } +.stroke-lime-700\\/85 { + stroke: #4d7c0fd9; +} + .stroke-lime-700\\/90 { stroke: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f6212; } +.stroke-lime-800\\/15 { + stroke: #3f621226; +} + .stroke-lime-800\\/20 { stroke: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f62124d; } +.stroke-lime-800\\/35 { + stroke: #3f621259; +} + .stroke-lime-800\\/40 { stroke: #3f621266; } +.stroke-lime-800\\/45 { + stroke: #3f621273; +} + .stroke-lime-800\\/5 { stroke: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f621280; } +.stroke-lime-800\\/55 { + stroke: #3f62128c; +} + .stroke-lime-800\\/60 { stroke: #3f621299; } +.stroke-lime-800\\/65 { + stroke: #3f6212a6; +} + .stroke-lime-800\\/70 { stroke: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f6212cc; } +.stroke-lime-800\\/85 { + stroke: #3f6212d9; +} + .stroke-lime-800\\/90 { stroke: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #365314; } +.stroke-lime-900\\/15 { + stroke: #36531426; +} + .stroke-lime-900\\/20 { stroke: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3653144d; } +.stroke-lime-900\\/35 { + stroke: #36531459; +} + .stroke-lime-900\\/40 { stroke: #36531466; } +.stroke-lime-900\\/45 { + stroke: #36531473; +} + .stroke-lime-900\\/5 { stroke: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #36531480; } +.stroke-lime-900\\/55 { + stroke: #3653148c; +} + .stroke-lime-900\\/60 { stroke: #36531499; } +.stroke-lime-900\\/65 { + stroke: #365314a6; +} + .stroke-lime-900\\/70 { stroke: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #365314cc; } +.stroke-lime-900\\/85 { + stroke: #365314d9; +} + .stroke-lime-900\\/90 { stroke: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1a2e05; } +.stroke-lime-950\\/15 { + stroke: #1a2e0526; +} + .stroke-lime-950\\/20 { stroke: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1a2e054d; } +.stroke-lime-950\\/35 { + stroke: #1a2e0559; +} + .stroke-lime-950\\/40 { stroke: #1a2e0566; } +.stroke-lime-950\\/45 { + stroke: #1a2e0573; +} + .stroke-lime-950\\/5 { stroke: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1a2e0580; } +.stroke-lime-950\\/55 { + stroke: #1a2e058c; +} + .stroke-lime-950\\/60 { stroke: #1a2e0599; } +.stroke-lime-950\\/65 { + stroke: #1a2e05a6; +} + .stroke-lime-950\\/70 { stroke: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1a2e05cc; } +.stroke-lime-950\\/85 { + stroke: #1a2e05d9; +} + .stroke-lime-950\\/90 { stroke: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f5; } +.stroke-neutral-100\\/15 { + stroke: #f5f5f526; +} + .stroke-neutral-100\\/20 { stroke: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f54d; } +.stroke-neutral-100\\/35 { + stroke: #f5f5f559; +} + .stroke-neutral-100\\/40 { stroke: #f5f5f566; } +.stroke-neutral-100\\/45 { + stroke: #f5f5f573; +} + .stroke-neutral-100\\/5 { stroke: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f580; } +.stroke-neutral-100\\/55 { + stroke: #f5f5f58c; +} + .stroke-neutral-100\\/60 { stroke: #f5f5f599; } +.stroke-neutral-100\\/65 { + stroke: #f5f5f5a6; +} + .stroke-neutral-100\\/70 { stroke: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f5cc; } +.stroke-neutral-100\\/85 { + stroke: #f5f5f5d9; +} + .stroke-neutral-100\\/90 { stroke: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e5e5; } +.stroke-neutral-200\\/15 { + stroke: #e5e5e526; +} + .stroke-neutral-200\\/20 { stroke: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e5e54d; } +.stroke-neutral-200\\/35 { + stroke: #e5e5e559; +} + .stroke-neutral-200\\/40 { stroke: #e5e5e566; } +.stroke-neutral-200\\/45 { + stroke: #e5e5e573; +} + .stroke-neutral-200\\/5 { stroke: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e5e580; } +.stroke-neutral-200\\/55 { + stroke: #e5e5e58c; +} + .stroke-neutral-200\\/60 { stroke: #e5e5e599; } +.stroke-neutral-200\\/65 { + stroke: #e5e5e5a6; +} + .stroke-neutral-200\\/70 { stroke: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e5e5e5cc; } +.stroke-neutral-200\\/85 { + stroke: #e5e5e5d9; +} + .stroke-neutral-200\\/90 { stroke: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d4; } +.stroke-neutral-300\\/15 { + stroke: #d4d4d426; +} + .stroke-neutral-300\\/20 { stroke: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d44d; } +.stroke-neutral-300\\/35 { + stroke: #d4d4d459; +} + .stroke-neutral-300\\/40 { stroke: #d4d4d466; } +.stroke-neutral-300\\/45 { + stroke: #d4d4d473; +} + .stroke-neutral-300\\/5 { stroke: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d480; } +.stroke-neutral-300\\/55 { + stroke: #d4d4d48c; +} + .stroke-neutral-300\\/60 { stroke: #d4d4d499; } +.stroke-neutral-300\\/65 { + stroke: #d4d4d4a6; +} + .stroke-neutral-300\\/70 { stroke: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d4cc; } +.stroke-neutral-300\\/85 { + stroke: #d4d4d4d9; +} + .stroke-neutral-300\\/90 { stroke: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3a3a3; } +.stroke-neutral-400\\/15 { + stroke: #a3a3a326; +} + .stroke-neutral-400\\/20 { stroke: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3a3a34d; } +.stroke-neutral-400\\/35 { + stroke: #a3a3a359; +} + .stroke-neutral-400\\/40 { stroke: #a3a3a366; } +.stroke-neutral-400\\/45 { + stroke: #a3a3a373; +} + .stroke-neutral-400\\/5 { stroke: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3a3a380; } +.stroke-neutral-400\\/55 { + stroke: #a3a3a38c; +} + .stroke-neutral-400\\/60 { stroke: #a3a3a399; } +.stroke-neutral-400\\/65 { + stroke: #a3a3a3a6; +} + .stroke-neutral-400\\/70 { stroke: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a3a3a3cc; } +.stroke-neutral-400\\/85 { + stroke: #a3a3a3d9; +} + .stroke-neutral-400\\/90 { stroke: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafa; } +.stroke-neutral-50\\/15 { + stroke: #fafafa26; +} + .stroke-neutral-50\\/20 { stroke: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafa4d; } +.stroke-neutral-50\\/35 { + stroke: #fafafa59; +} + .stroke-neutral-50\\/40 { stroke: #fafafa66; } +.stroke-neutral-50\\/45 { + stroke: #fafafa73; +} + .stroke-neutral-50\\/5 { stroke: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafa80; } +.stroke-neutral-50\\/55 { + stroke: #fafafa8c; +} + .stroke-neutral-50\\/60 { stroke: #fafafa99; } +.stroke-neutral-50\\/65 { + stroke: #fafafaa6; +} + .stroke-neutral-50\\/70 { stroke: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafacc; } +.stroke-neutral-50\\/85 { + stroke: #fafafad9; +} + .stroke-neutral-50\\/90 { stroke: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #737373; } +.stroke-neutral-500\\/15 { + stroke: #73737326; +} + .stroke-neutral-500\\/20 { stroke: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7373734d; } +.stroke-neutral-500\\/35 { + stroke: #73737359; +} + .stroke-neutral-500\\/40 { stroke: #73737366; } +.stroke-neutral-500\\/45 { + stroke: #73737373; +} + .stroke-neutral-500\\/5 { stroke: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #73737380; } +.stroke-neutral-500\\/55 { + stroke: #7373738c; +} + .stroke-neutral-500\\/60 { stroke: #73737399; } +.stroke-neutral-500\\/65 { + stroke: #737373a6; +} + .stroke-neutral-500\\/70 { stroke: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #737373cc; } +.stroke-neutral-500\\/85 { + stroke: #737373d9; +} + .stroke-neutral-500\\/90 { stroke: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #525252; } +.stroke-neutral-600\\/15 { + stroke: #52525226; +} + .stroke-neutral-600\\/20 { stroke: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5252524d; } +.stroke-neutral-600\\/35 { + stroke: #52525259; +} + .stroke-neutral-600\\/40 { stroke: #52525266; } +.stroke-neutral-600\\/45 { + stroke: #52525273; +} + .stroke-neutral-600\\/5 { stroke: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #52525280; } +.stroke-neutral-600\\/55 { + stroke: #5252528c; +} + .stroke-neutral-600\\/60 { stroke: #52525299; } +.stroke-neutral-600\\/65 { + stroke: #525252a6; +} + .stroke-neutral-600\\/70 { stroke: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #525252cc; } +.stroke-neutral-600\\/85 { + stroke: #525252d9; +} + .stroke-neutral-600\\/90 { stroke: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #404040; } +.stroke-neutral-700\\/15 { + stroke: #40404026; +} + .stroke-neutral-700\\/20 { stroke: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4040404d; } +.stroke-neutral-700\\/35 { + stroke: #40404059; +} + .stroke-neutral-700\\/40 { stroke: #40404066; } +.stroke-neutral-700\\/45 { + stroke: #40404073; +} + .stroke-neutral-700\\/5 { stroke: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #40404080; } +.stroke-neutral-700\\/55 { + stroke: #4040408c; +} + .stroke-neutral-700\\/60 { stroke: #40404099; } +.stroke-neutral-700\\/65 { + stroke: #404040a6; +} + .stroke-neutral-700\\/70 { stroke: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #404040cc; } +.stroke-neutral-700\\/85 { + stroke: #404040d9; +} + .stroke-neutral-700\\/90 { stroke: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #262626; } +.stroke-neutral-800\\/15 { + stroke: #26262626; +} + .stroke-neutral-800\\/20 { stroke: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2626264d; } +.stroke-neutral-800\\/35 { + stroke: #26262659; +} + .stroke-neutral-800\\/40 { stroke: #26262666; } +.stroke-neutral-800\\/45 { + stroke: #26262673; +} + .stroke-neutral-800\\/5 { stroke: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #26262680; } +.stroke-neutral-800\\/55 { + stroke: #2626268c; +} + .stroke-neutral-800\\/60 { stroke: #26262699; } +.stroke-neutral-800\\/65 { + stroke: #262626a6; +} + .stroke-neutral-800\\/70 { stroke: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #262626cc; } +.stroke-neutral-800\\/85 { + stroke: #262626d9; +} + .stroke-neutral-800\\/90 { stroke: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #171717; } +.stroke-neutral-900\\/15 { + stroke: #17171726; +} + .stroke-neutral-900\\/20 { stroke: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1717174d; } +.stroke-neutral-900\\/35 { + stroke: #17171759; +} + .stroke-neutral-900\\/40 { stroke: #17171766; } +.stroke-neutral-900\\/45 { + stroke: #17171773; +} + .stroke-neutral-900\\/5 { stroke: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #17171780; } +.stroke-neutral-900\\/55 { + stroke: #1717178c; +} + .stroke-neutral-900\\/60 { stroke: #17171799; } +.stroke-neutral-900\\/65 { + stroke: #171717a6; +} + .stroke-neutral-900\\/70 { stroke: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #171717cc; } +.stroke-neutral-900\\/85 { + stroke: #171717d9; +} + .stroke-neutral-900\\/90 { stroke: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0a0a0a; } +.stroke-neutral-950\\/15 { + stroke: #0a0a0a26; +} + .stroke-neutral-950\\/20 { stroke: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0a0a0a4d; } +.stroke-neutral-950\\/35 { + stroke: #0a0a0a59; +} + .stroke-neutral-950\\/40 { stroke: #0a0a0a66; } +.stroke-neutral-950\\/45 { + stroke: #0a0a0a73; +} + .stroke-neutral-950\\/5 { stroke: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0a0a0a80; } +.stroke-neutral-950\\/55 { + stroke: #0a0a0a8c; +} + .stroke-neutral-950\\/60 { stroke: #0a0a0a99; } +.stroke-neutral-950\\/65 { + stroke: #0a0a0aa6; +} + .stroke-neutral-950\\/70 { stroke: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0a0a0acc; } +.stroke-neutral-950\\/85 { + stroke: #0a0a0ad9; +} + .stroke-neutral-950\\/90 { stroke: #0a0a0ae6; } @@ -7142,6 +9806,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffedd5; } +.stroke-orange-100\\/15 { + stroke: #ffedd526; +} + .stroke-orange-100\\/20 { stroke: #ffedd533; } @@ -7154,10 +9822,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffedd54d; } +.stroke-orange-100\\/35 { + stroke: #ffedd559; +} + .stroke-orange-100\\/40 { stroke: #ffedd566; } +.stroke-orange-100\\/45 { + stroke: #ffedd573; +} + .stroke-orange-100\\/5 { stroke: #ffedd50d; } @@ -7166,10 +9842,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffedd580; } +.stroke-orange-100\\/55 { + stroke: #ffedd58c; +} + .stroke-orange-100\\/60 { stroke: #ffedd599; } +.stroke-orange-100\\/65 { + stroke: #ffedd5a6; +} + .stroke-orange-100\\/70 { stroke: #ffedd5b3; } @@ -7182,6 +9866,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffedd5cc; } +.stroke-orange-100\\/85 { + stroke: #ffedd5d9; +} + .stroke-orange-100\\/90 { stroke: #ffedd5e6; } @@ -7206,6 +9894,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fed7aa; } +.stroke-orange-200\\/15 { + stroke: #fed7aa26; +} + .stroke-orange-200\\/20 { stroke: #fed7aa33; } @@ -7218,10 +9910,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fed7aa4d; } +.stroke-orange-200\\/35 { + stroke: #fed7aa59; +} + .stroke-orange-200\\/40 { stroke: #fed7aa66; } +.stroke-orange-200\\/45 { + stroke: #fed7aa73; +} + .stroke-orange-200\\/5 { stroke: #fed7aa0d; } @@ -7230,10 +9930,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fed7aa80; } +.stroke-orange-200\\/55 { + stroke: #fed7aa8c; +} + .stroke-orange-200\\/60 { stroke: #fed7aa99; } +.stroke-orange-200\\/65 { + stroke: #fed7aaa6; +} + .stroke-orange-200\\/70 { stroke: #fed7aab3; } @@ -7246,6 +9954,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fed7aacc; } +.stroke-orange-200\\/85 { + stroke: #fed7aad9; +} + .stroke-orange-200\\/90 { stroke: #fed7aae6; } @@ -7270,6 +9982,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdba74; } +.stroke-orange-300\\/15 { + stroke: #fdba7426; +} + .stroke-orange-300\\/20 { stroke: #fdba7433; } @@ -7282,10 +9998,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdba744d; } +.stroke-orange-300\\/35 { + stroke: #fdba7459; +} + .stroke-orange-300\\/40 { stroke: #fdba7466; } +.stroke-orange-300\\/45 { + stroke: #fdba7473; +} + .stroke-orange-300\\/5 { stroke: #fdba740d; } @@ -7294,10 +10018,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdba7480; } +.stroke-orange-300\\/55 { + stroke: #fdba748c; +} + .stroke-orange-300\\/60 { stroke: #fdba7499; } +.stroke-orange-300\\/65 { + stroke: #fdba74a6; +} + .stroke-orange-300\\/70 { stroke: #fdba74b3; } @@ -7310,6 +10042,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdba74cc; } +.stroke-orange-300\\/85 { + stroke: #fdba74d9; +} + .stroke-orange-300\\/90 { stroke: #fdba74e6; } @@ -7334,6 +10070,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb923c; } +.stroke-orange-400\\/15 { + stroke: #fb923c26; +} + .stroke-orange-400\\/20 { stroke: #fb923c33; } @@ -7346,10 +10086,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb923c4d; } +.stroke-orange-400\\/35 { + stroke: #fb923c59; +} + .stroke-orange-400\\/40 { stroke: #fb923c66; } +.stroke-orange-400\\/45 { + stroke: #fb923c73; +} + .stroke-orange-400\\/5 { stroke: #fb923c0d; } @@ -7358,10 +10106,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb923c80; } +.stroke-orange-400\\/55 { + stroke: #fb923c8c; +} + .stroke-orange-400\\/60 { stroke: #fb923c99; } +.stroke-orange-400\\/65 { + stroke: #fb923ca6; +} + .stroke-orange-400\\/70 { stroke: #fb923cb3; } @@ -7374,6 +10130,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb923ccc; } +.stroke-orange-400\\/85 { + stroke: #fb923cd9; +} + .stroke-orange-400\\/90 { stroke: #fb923ce6; } @@ -7398,6 +10158,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff7ed; } +.stroke-orange-50\\/15 { + stroke: #fff7ed26; +} + .stroke-orange-50\\/20 { stroke: #fff7ed33; } @@ -7410,10 +10174,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff7ed4d; } +.stroke-orange-50\\/35 { + stroke: #fff7ed59; +} + .stroke-orange-50\\/40 { stroke: #fff7ed66; } +.stroke-orange-50\\/45 { + stroke: #fff7ed73; +} + .stroke-orange-50\\/5 { stroke: #fff7ed0d; } @@ -7422,10 +10194,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff7ed80; } +.stroke-orange-50\\/55 { + stroke: #fff7ed8c; +} + .stroke-orange-50\\/60 { stroke: #fff7ed99; } +.stroke-orange-50\\/65 { + stroke: #fff7eda6; +} + .stroke-orange-50\\/70 { stroke: #fff7edb3; } @@ -7438,6 +10218,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff7edcc; } +.stroke-orange-50\\/85 { + stroke: #fff7edd9; +} + .stroke-orange-50\\/90 { stroke: #fff7ede6; } @@ -7462,6 +10246,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f97316; } +.stroke-orange-500\\/15 { + stroke: #f9731626; +} + .stroke-orange-500\\/20 { stroke: #f9731633; } @@ -7474,10 +10262,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f973164d; } +.stroke-orange-500\\/35 { + stroke: #f9731659; +} + .stroke-orange-500\\/40 { stroke: #f9731666; } +.stroke-orange-500\\/45 { + stroke: #f9731673; +} + .stroke-orange-500\\/5 { stroke: #f973160d; } @@ -7486,10 +10282,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9731680; } +.stroke-orange-500\\/55 { + stroke: #f973168c; +} + .stroke-orange-500\\/60 { stroke: #f9731699; } +.stroke-orange-500\\/65 { + stroke: #f97316a6; +} + .stroke-orange-500\\/70 { stroke: #f97316b3; } @@ -7502,6 +10306,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f97316cc; } +.stroke-orange-500\\/85 { + stroke: #f97316d9; +} + .stroke-orange-500\\/90 { stroke: #f97316e6; } @@ -7526,6 +10334,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ea580c; } +.stroke-orange-600\\/15 { + stroke: #ea580c26; +} + .stroke-orange-600\\/20 { stroke: #ea580c33; } @@ -7538,10 +10350,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ea580c4d; } +.stroke-orange-600\\/35 { + stroke: #ea580c59; +} + .stroke-orange-600\\/40 { stroke: #ea580c66; } +.stroke-orange-600\\/45 { + stroke: #ea580c73; +} + .stroke-orange-600\\/5 { stroke: #ea580c0d; } @@ -7550,10 +10370,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ea580c80; } +.stroke-orange-600\\/55 { + stroke: #ea580c8c; +} + .stroke-orange-600\\/60 { stroke: #ea580c99; } +.stroke-orange-600\\/65 { + stroke: #ea580ca6; +} + .stroke-orange-600\\/70 { stroke: #ea580cb3; } @@ -7566,6 +10394,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ea580ccc; } +.stroke-orange-600\\/85 { + stroke: #ea580cd9; +} + .stroke-orange-600\\/90 { stroke: #ea580ce6; } @@ -7590,6 +10422,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c2410c; } +.stroke-orange-700\\/15 { + stroke: #c2410c26; +} + .stroke-orange-700\\/20 { stroke: #c2410c33; } @@ -7602,10 +10438,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c2410c4d; } +.stroke-orange-700\\/35 { + stroke: #c2410c59; +} + .stroke-orange-700\\/40 { stroke: #c2410c66; } +.stroke-orange-700\\/45 { + stroke: #c2410c73; +} + .stroke-orange-700\\/5 { stroke: #c2410c0d; } @@ -7614,10 +10458,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c2410c80; } +.stroke-orange-700\\/55 { + stroke: #c2410c8c; +} + .stroke-orange-700\\/60 { stroke: #c2410c99; } +.stroke-orange-700\\/65 { + stroke: #c2410ca6; +} + .stroke-orange-700\\/70 { stroke: #c2410cb3; } @@ -7630,6 +10482,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c2410ccc; } +.stroke-orange-700\\/85 { + stroke: #c2410cd9; +} + .stroke-orange-700\\/90 { stroke: #c2410ce6; } @@ -7654,6 +10510,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9a3412; } +.stroke-orange-800\\/15 { + stroke: #9a341226; +} + .stroke-orange-800\\/20 { stroke: #9a341233; } @@ -7666,10 +10526,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9a34124d; } +.stroke-orange-800\\/35 { + stroke: #9a341259; +} + .stroke-orange-800\\/40 { stroke: #9a341266; } +.stroke-orange-800\\/45 { + stroke: #9a341273; +} + .stroke-orange-800\\/5 { stroke: #9a34120d; } @@ -7678,10 +10546,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9a341280; } +.stroke-orange-800\\/55 { + stroke: #9a34128c; +} + .stroke-orange-800\\/60 { stroke: #9a341299; } +.stroke-orange-800\\/65 { + stroke: #9a3412a6; +} + .stroke-orange-800\\/70 { stroke: #9a3412b3; } @@ -7694,6 +10570,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9a3412cc; } +.stroke-orange-800\\/85 { + stroke: #9a3412d9; +} + .stroke-orange-800\\/90 { stroke: #9a3412e6; } @@ -7718,6 +10598,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c2d12; } +.stroke-orange-900\\/15 { + stroke: #7c2d1226; +} + .stroke-orange-900\\/20 { stroke: #7c2d1233; } @@ -7730,10 +10614,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c2d124d; } +.stroke-orange-900\\/35 { + stroke: #7c2d1259; +} + .stroke-orange-900\\/40 { stroke: #7c2d1266; } +.stroke-orange-900\\/45 { + stroke: #7c2d1273; +} + .stroke-orange-900\\/5 { stroke: #7c2d120d; } @@ -7742,10 +10634,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c2d1280; } +.stroke-orange-900\\/55 { + stroke: #7c2d128c; +} + .stroke-orange-900\\/60 { stroke: #7c2d1299; } +.stroke-orange-900\\/65 { + stroke: #7c2d12a6; +} + .stroke-orange-900\\/70 { stroke: #7c2d12b3; } @@ -7758,6 +10658,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c2d12cc; } +.stroke-orange-900\\/85 { + stroke: #7c2d12d9; +} + .stroke-orange-900\\/90 { stroke: #7c2d12e6; } @@ -7782,6 +10686,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #431407; } +.stroke-orange-950\\/15 { + stroke: #43140726; +} + .stroke-orange-950\\/20 { stroke: #43140733; } @@ -7794,10 +10702,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4314074d; } +.stroke-orange-950\\/35 { + stroke: #43140759; +} + .stroke-orange-950\\/40 { stroke: #43140766; } +.stroke-orange-950\\/45 { + stroke: #43140773; +} + .stroke-orange-950\\/5 { stroke: #4314070d; } @@ -7806,10 +10722,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #43140780; } +.stroke-orange-950\\/55 { + stroke: #4314078c; +} + .stroke-orange-950\\/60 { stroke: #43140799; } +.stroke-orange-950\\/65 { + stroke: #431407a6; +} + .stroke-orange-950\\/70 { stroke: #431407b3; } @@ -7822,6 +10746,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #431407cc; } +.stroke-orange-950\\/85 { + stroke: #431407d9; +} + .stroke-orange-950\\/90 { stroke: #431407e6; } @@ -7846,6 +10774,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fce7f3; } +.stroke-pink-100\\/15 { + stroke: #fce7f326; +} + .stroke-pink-100\\/20 { stroke: #fce7f333; } @@ -7858,10 +10790,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fce7f34d; } +.stroke-pink-100\\/35 { + stroke: #fce7f359; +} + .stroke-pink-100\\/40 { stroke: #fce7f366; } +.stroke-pink-100\\/45 { + stroke: #fce7f373; +} + .stroke-pink-100\\/5 { stroke: #fce7f30d; } @@ -7870,10 +10810,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fce7f380; } +.stroke-pink-100\\/55 { + stroke: #fce7f38c; +} + .stroke-pink-100\\/60 { stroke: #fce7f399; } +.stroke-pink-100\\/65 { + stroke: #fce7f3a6; +} + .stroke-pink-100\\/70 { stroke: #fce7f3b3; } @@ -7886,6 +10834,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fce7f3cc; } +.stroke-pink-100\\/85 { + stroke: #fce7f3d9; +} + .stroke-pink-100\\/90 { stroke: #fce7f3e6; } @@ -7910,6 +10862,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbcfe8; } +.stroke-pink-200\\/15 { + stroke: #fbcfe826; +} + .stroke-pink-200\\/20 { stroke: #fbcfe833; } @@ -7922,10 +10878,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbcfe84d; } +.stroke-pink-200\\/35 { + stroke: #fbcfe859; +} + .stroke-pink-200\\/40 { stroke: #fbcfe866; } +.stroke-pink-200\\/45 { + stroke: #fbcfe873; +} + .stroke-pink-200\\/5 { stroke: #fbcfe80d; } @@ -7934,10 +10898,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbcfe880; } +.stroke-pink-200\\/55 { + stroke: #fbcfe88c; +} + .stroke-pink-200\\/60 { stroke: #fbcfe899; } +.stroke-pink-200\\/65 { + stroke: #fbcfe8a6; +} + .stroke-pink-200\\/70 { stroke: #fbcfe8b3; } @@ -7950,6 +10922,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fbcfe8cc; } +.stroke-pink-200\\/85 { + stroke: #fbcfe8d9; +} + .stroke-pink-200\\/90 { stroke: #fbcfe8e6; } @@ -7974,6 +10950,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9a8d4; } +.stroke-pink-300\\/15 { + stroke: #f9a8d426; +} + .stroke-pink-300\\/20 { stroke: #f9a8d433; } @@ -7986,10 +10966,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9a8d44d; } +.stroke-pink-300\\/35 { + stroke: #f9a8d459; +} + .stroke-pink-300\\/40 { stroke: #f9a8d466; } +.stroke-pink-300\\/45 { + stroke: #f9a8d473; +} + .stroke-pink-300\\/5 { stroke: #f9a8d40d; } @@ -7998,10 +10986,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9a8d480; } +.stroke-pink-300\\/55 { + stroke: #f9a8d48c; +} + .stroke-pink-300\\/60 { stroke: #f9a8d499; } +.stroke-pink-300\\/65 { + stroke: #f9a8d4a6; +} + .stroke-pink-300\\/70 { stroke: #f9a8d4b3; } @@ -8014,6 +11010,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f9a8d4cc; } +.stroke-pink-300\\/85 { + stroke: #f9a8d4d9; +} + .stroke-pink-300\\/90 { stroke: #f9a8d4e6; } @@ -8038,6 +11038,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f472b6; } +.stroke-pink-400\\/15 { + stroke: #f472b626; +} + .stroke-pink-400\\/20 { stroke: #f472b633; } @@ -8050,10 +11054,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f472b64d; } +.stroke-pink-400\\/35 { + stroke: #f472b659; +} + .stroke-pink-400\\/40 { stroke: #f472b666; } +.stroke-pink-400\\/45 { + stroke: #f472b673; +} + .stroke-pink-400\\/5 { stroke: #f472b60d; } @@ -8062,10 +11074,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f472b680; } +.stroke-pink-400\\/55 { + stroke: #f472b68c; +} + .stroke-pink-400\\/60 { stroke: #f472b699; } +.stroke-pink-400\\/65 { + stroke: #f472b6a6; +} + .stroke-pink-400\\/70 { stroke: #f472b6b3; } @@ -8078,6 +11098,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f472b6cc; } +.stroke-pink-400\\/85 { + stroke: #f472b6d9; +} + .stroke-pink-400\\/90 { stroke: #f472b6e6; } @@ -8102,6 +11126,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf2f8; } +.stroke-pink-50\\/15 { + stroke: #fdf2f826; +} + .stroke-pink-50\\/20 { stroke: #fdf2f833; } @@ -8114,10 +11142,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf2f84d; } +.stroke-pink-50\\/35 { + stroke: #fdf2f859; +} + .stroke-pink-50\\/40 { stroke: #fdf2f866; } +.stroke-pink-50\\/45 { + stroke: #fdf2f873; +} + .stroke-pink-50\\/5 { stroke: #fdf2f80d; } @@ -8126,10 +11162,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf2f880; } +.stroke-pink-50\\/55 { + stroke: #fdf2f88c; +} + .stroke-pink-50\\/60 { stroke: #fdf2f899; } +.stroke-pink-50\\/65 { + stroke: #fdf2f8a6; +} + .stroke-pink-50\\/70 { stroke: #fdf2f8b3; } @@ -8142,6 +11186,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fdf2f8cc; } +.stroke-pink-50\\/85 { + stroke: #fdf2f8d9; +} + .stroke-pink-50\\/90 { stroke: #fdf2f8e6; } @@ -8166,6 +11214,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ec4899; } +.stroke-pink-500\\/15 { + stroke: #ec489926; +} + .stroke-pink-500\\/20 { stroke: #ec489933; } @@ -8178,10 +11230,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ec48994d; } +.stroke-pink-500\\/35 { + stroke: #ec489959; +} + .stroke-pink-500\\/40 { stroke: #ec489966; } +.stroke-pink-500\\/45 { + stroke: #ec489973; +} + .stroke-pink-500\\/5 { stroke: #ec48990d; } @@ -8190,10 +11250,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ec489980; } +.stroke-pink-500\\/55 { + stroke: #ec48998c; +} + .stroke-pink-500\\/60 { stroke: #ec489999; } +.stroke-pink-500\\/65 { + stroke: #ec4899a6; +} + .stroke-pink-500\\/70 { stroke: #ec4899b3; } @@ -8206,6 +11274,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ec4899cc; } +.stroke-pink-500\\/85 { + stroke: #ec4899d9; +} + .stroke-pink-500\\/90 { stroke: #ec4899e6; } @@ -8230,6 +11302,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #db2777; } +.stroke-pink-600\\/15 { + stroke: #db277726; +} + .stroke-pink-600\\/20 { stroke: #db277733; } @@ -8242,10 +11318,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #db27774d; } +.stroke-pink-600\\/35 { + stroke: #db277759; +} + .stroke-pink-600\\/40 { stroke: #db277766; } +.stroke-pink-600\\/45 { + stroke: #db277773; +} + .stroke-pink-600\\/5 { stroke: #db27770d; } @@ -8254,10 +11338,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #db277780; } +.stroke-pink-600\\/55 { + stroke: #db27778c; +} + .stroke-pink-600\\/60 { stroke: #db277799; } +.stroke-pink-600\\/65 { + stroke: #db2777a6; +} + .stroke-pink-600\\/70 { stroke: #db2777b3; } @@ -8270,6 +11362,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #db2777cc; } +.stroke-pink-600\\/85 { + stroke: #db2777d9; +} + .stroke-pink-600\\/90 { stroke: #db2777e6; } @@ -8294,6 +11390,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be185d; } +.stroke-pink-700\\/15 { + stroke: #be185d26; +} + .stroke-pink-700\\/20 { stroke: #be185d33; } @@ -8306,10 +11406,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be185d4d; } +.stroke-pink-700\\/35 { + stroke: #be185d59; +} + .stroke-pink-700\\/40 { stroke: #be185d66; } +.stroke-pink-700\\/45 { + stroke: #be185d73; +} + .stroke-pink-700\\/5 { stroke: #be185d0d; } @@ -8318,10 +11426,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be185d80; } +.stroke-pink-700\\/55 { + stroke: #be185d8c; +} + .stroke-pink-700\\/60 { stroke: #be185d99; } +.stroke-pink-700\\/65 { + stroke: #be185da6; +} + .stroke-pink-700\\/70 { stroke: #be185db3; } @@ -8334,6 +11450,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be185dcc; } +.stroke-pink-700\\/85 { + stroke: #be185dd9; +} + .stroke-pink-700\\/90 { stroke: #be185de6; } @@ -8358,6 +11478,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9d174d; } +.stroke-pink-800\\/15 { + stroke: #9d174d26; +} + .stroke-pink-800\\/20 { stroke: #9d174d33; } @@ -8370,10 +11494,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9d174d4d; } +.stroke-pink-800\\/35 { + stroke: #9d174d59; +} + .stroke-pink-800\\/40 { stroke: #9d174d66; } +.stroke-pink-800\\/45 { + stroke: #9d174d73; +} + .stroke-pink-800\\/5 { stroke: #9d174d0d; } @@ -8382,10 +11514,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9d174d80; } +.stroke-pink-800\\/55 { + stroke: #9d174d8c; +} + .stroke-pink-800\\/60 { stroke: #9d174d99; } +.stroke-pink-800\\/65 { + stroke: #9d174da6; +} + .stroke-pink-800\\/70 { stroke: #9d174db3; } @@ -8398,6 +11538,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9d174dcc; } +.stroke-pink-800\\/85 { + stroke: #9d174dd9; +} + .stroke-pink-800\\/90 { stroke: #9d174de6; } @@ -8422,6 +11566,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #831843; } +.stroke-pink-900\\/15 { + stroke: #83184326; +} + .stroke-pink-900\\/20 { stroke: #83184333; } @@ -8434,10 +11582,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #8318434d; } +.stroke-pink-900\\/35 { + stroke: #83184359; +} + .stroke-pink-900\\/40 { stroke: #83184366; } +.stroke-pink-900\\/45 { + stroke: #83184373; +} + .stroke-pink-900\\/5 { stroke: #8318430d; } @@ -8446,10 +11602,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #83184380; } +.stroke-pink-900\\/55 { + stroke: #8318438c; +} + .stroke-pink-900\\/60 { stroke: #83184399; } +.stroke-pink-900\\/65 { + stroke: #831843a6; +} + .stroke-pink-900\\/70 { stroke: #831843b3; } @@ -8462,6 +11626,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #831843cc; } +.stroke-pink-900\\/85 { + stroke: #831843d9; +} + .stroke-pink-900\\/90 { stroke: #831843e6; } @@ -8486,6 +11654,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #500724; } +.stroke-pink-950\\/15 { + stroke: #50072426; +} + .stroke-pink-950\\/20 { stroke: #50072433; } @@ -8498,10 +11670,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5007244d; } +.stroke-pink-950\\/35 { + stroke: #50072459; +} + .stroke-pink-950\\/40 { stroke: #50072466; } +.stroke-pink-950\\/45 { + stroke: #50072473; +} + .stroke-pink-950\\/5 { stroke: #5007240d; } @@ -8510,10 +11690,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #50072480; } +.stroke-pink-950\\/55 { + stroke: #5007248c; +} + .stroke-pink-950\\/60 { stroke: #50072499; } +.stroke-pink-950\\/65 { + stroke: #500724a6; +} + .stroke-pink-950\\/70 { stroke: #500724b3; } @@ -8526,6 +11714,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #500724cc; } +.stroke-pink-950\\/85 { + stroke: #500724d9; +} + .stroke-pink-950\\/90 { stroke: #500724e6; } @@ -8550,6 +11742,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3e8ff; } +.stroke-purple-100\\/15 { + stroke: #f3e8ff26; +} + .stroke-purple-100\\/20 { stroke: #f3e8ff33; } @@ -8562,10 +11758,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3e8ff4d; } +.stroke-purple-100\\/35 { + stroke: #f3e8ff59; +} + .stroke-purple-100\\/40 { stroke: #f3e8ff66; } +.stroke-purple-100\\/45 { + stroke: #f3e8ff73; +} + .stroke-purple-100\\/5 { stroke: #f3e8ff0d; } @@ -8574,10 +11778,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3e8ff80; } +.stroke-purple-100\\/55 { + stroke: #f3e8ff8c; +} + .stroke-purple-100\\/60 { stroke: #f3e8ff99; } +.stroke-purple-100\\/65 { + stroke: #f3e8ffa6; +} + .stroke-purple-100\\/70 { stroke: #f3e8ffb3; } @@ -8590,6 +11802,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f3e8ffcc; } +.stroke-purple-100\\/85 { + stroke: #f3e8ffd9; +} + .stroke-purple-100\\/90 { stroke: #f3e8ffe6; } @@ -8614,6 +11830,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e9d5ff; } +.stroke-purple-200\\/15 { + stroke: #e9d5ff26; +} + .stroke-purple-200\\/20 { stroke: #e9d5ff33; } @@ -8626,10 +11846,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e9d5ff4d; } +.stroke-purple-200\\/35 { + stroke: #e9d5ff59; +} + .stroke-purple-200\\/40 { stroke: #e9d5ff66; } +.stroke-purple-200\\/45 { + stroke: #e9d5ff73; +} + .stroke-purple-200\\/5 { stroke: #e9d5ff0d; } @@ -8638,10 +11866,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e9d5ff80; } +.stroke-purple-200\\/55 { + stroke: #e9d5ff8c; +} + .stroke-purple-200\\/60 { stroke: #e9d5ff99; } +.stroke-purple-200\\/65 { + stroke: #e9d5ffa6; +} + .stroke-purple-200\\/70 { stroke: #e9d5ffb3; } @@ -8654,6 +11890,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e9d5ffcc; } +.stroke-purple-200\\/85 { + stroke: #e9d5ffd9; +} + .stroke-purple-200\\/90 { stroke: #e9d5ffe6; } @@ -8678,6 +11918,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d8b4fe; } +.stroke-purple-300\\/15 { + stroke: #d8b4fe26; +} + .stroke-purple-300\\/20 { stroke: #d8b4fe33; } @@ -8690,10 +11934,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d8b4fe4d; } +.stroke-purple-300\\/35 { + stroke: #d8b4fe59; +} + .stroke-purple-300\\/40 { stroke: #d8b4fe66; } +.stroke-purple-300\\/45 { + stroke: #d8b4fe73; +} + .stroke-purple-300\\/5 { stroke: #d8b4fe0d; } @@ -8702,10 +11954,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d8b4fe80; } +.stroke-purple-300\\/55 { + stroke: #d8b4fe8c; +} + .stroke-purple-300\\/60 { stroke: #d8b4fe99; } +.stroke-purple-300\\/65 { + stroke: #d8b4fea6; +} + .stroke-purple-300\\/70 { stroke: #d8b4feb3; } @@ -8718,6 +11978,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d8b4fecc; } +.stroke-purple-300\\/85 { + stroke: #d8b4fed9; +} + .stroke-purple-300\\/90 { stroke: #d8b4fee6; } @@ -8742,6 +12006,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c084fc; } +.stroke-purple-400\\/15 { + stroke: #c084fc26; +} + .stroke-purple-400\\/20 { stroke: #c084fc33; } @@ -8754,10 +12022,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c084fc4d; } +.stroke-purple-400\\/35 { + stroke: #c084fc59; +} + .stroke-purple-400\\/40 { stroke: #c084fc66; } +.stroke-purple-400\\/45 { + stroke: #c084fc73; +} + .stroke-purple-400\\/5 { stroke: #c084fc0d; } @@ -8766,10 +12042,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c084fc80; } +.stroke-purple-400\\/55 { + stroke: #c084fc8c; +} + .stroke-purple-400\\/60 { stroke: #c084fc99; } +.stroke-purple-400\\/65 { + stroke: #c084fca6; +} + .stroke-purple-400\\/70 { stroke: #c084fcb3; } @@ -8782,6 +12066,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c084fccc; } +.stroke-purple-400\\/85 { + stroke: #c084fcd9; +} + .stroke-purple-400\\/90 { stroke: #c084fce6; } @@ -8806,6 +12094,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #faf5ff; } +.stroke-purple-50\\/15 { + stroke: #faf5ff26; +} + .stroke-purple-50\\/20 { stroke: #faf5ff33; } @@ -8818,10 +12110,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #faf5ff4d; } +.stroke-purple-50\\/35 { + stroke: #faf5ff59; +} + .stroke-purple-50\\/40 { stroke: #faf5ff66; } +.stroke-purple-50\\/45 { + stroke: #faf5ff73; +} + .stroke-purple-50\\/5 { stroke: #faf5ff0d; } @@ -8830,10 +12130,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #faf5ff80; } +.stroke-purple-50\\/55 { + stroke: #faf5ff8c; +} + .stroke-purple-50\\/60 { stroke: #faf5ff99; } +.stroke-purple-50\\/65 { + stroke: #faf5ffa6; +} + .stroke-purple-50\\/70 { stroke: #faf5ffb3; } @@ -8846,6 +12154,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #faf5ffcc; } +.stroke-purple-50\\/85 { + stroke: #faf5ffd9; +} + .stroke-purple-50\\/90 { stroke: #faf5ffe6; } @@ -8870,6 +12182,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a855f7; } +.stroke-purple-500\\/15 { + stroke: #a855f726; +} + .stroke-purple-500\\/20 { stroke: #a855f733; } @@ -8882,10 +12198,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a855f74d; } +.stroke-purple-500\\/35 { + stroke: #a855f759; +} + .stroke-purple-500\\/40 { stroke: #a855f766; } +.stroke-purple-500\\/45 { + stroke: #a855f773; +} + .stroke-purple-500\\/5 { stroke: #a855f70d; } @@ -8894,10 +12218,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a855f780; } +.stroke-purple-500\\/55 { + stroke: #a855f78c; +} + .stroke-purple-500\\/60 { stroke: #a855f799; } +.stroke-purple-500\\/65 { + stroke: #a855f7a6; +} + .stroke-purple-500\\/70 { stroke: #a855f7b3; } @@ -8910,6 +12242,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a855f7cc; } +.stroke-purple-500\\/85 { + stroke: #a855f7d9; +} + .stroke-purple-500\\/90 { stroke: #a855f7e6; } @@ -8934,6 +12270,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9333ea; } +.stroke-purple-600\\/15 { + stroke: #9333ea26; +} + .stroke-purple-600\\/20 { stroke: #9333ea33; } @@ -8946,10 +12286,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9333ea4d; } +.stroke-purple-600\\/35 { + stroke: #9333ea59; +} + .stroke-purple-600\\/40 { stroke: #9333ea66; } +.stroke-purple-600\\/45 { + stroke: #9333ea73; +} + .stroke-purple-600\\/5 { stroke: #9333ea0d; } @@ -8958,10 +12306,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9333ea80; } +.stroke-purple-600\\/55 { + stroke: #9333ea8c; +} + .stroke-purple-600\\/60 { stroke: #9333ea99; } +.stroke-purple-600\\/65 { + stroke: #9333eaa6; +} + .stroke-purple-600\\/70 { stroke: #9333eab3; } @@ -8974,6 +12330,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9333eacc; } +.stroke-purple-600\\/85 { + stroke: #9333ead9; +} + .stroke-purple-600\\/90 { stroke: #9333eae6; } @@ -8998,6 +12358,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7e22ce; } +.stroke-purple-700\\/15 { + stroke: #7e22ce26; +} + .stroke-purple-700\\/20 { stroke: #7e22ce33; } @@ -9010,10 +12374,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7e22ce4d; } +.stroke-purple-700\\/35 { + stroke: #7e22ce59; +} + .stroke-purple-700\\/40 { stroke: #7e22ce66; } +.stroke-purple-700\\/45 { + stroke: #7e22ce73; +} + .stroke-purple-700\\/5 { stroke: #7e22ce0d; } @@ -9022,10 +12394,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7e22ce80; } +.stroke-purple-700\\/55 { + stroke: #7e22ce8c; +} + .stroke-purple-700\\/60 { stroke: #7e22ce99; } +.stroke-purple-700\\/65 { + stroke: #7e22cea6; +} + .stroke-purple-700\\/70 { stroke: #7e22ceb3; } @@ -9038,6 +12418,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7e22cecc; } +.stroke-purple-700\\/85 { + stroke: #7e22ced9; +} + .stroke-purple-700\\/90 { stroke: #7e22cee6; } @@ -9062,6 +12446,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b21a8; } +.stroke-purple-800\\/15 { + stroke: #6b21a826; +} + .stroke-purple-800\\/20 { stroke: #6b21a833; } @@ -9074,10 +12462,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b21a84d; } +.stroke-purple-800\\/35 { + stroke: #6b21a859; +} + .stroke-purple-800\\/40 { stroke: #6b21a866; } +.stroke-purple-800\\/45 { + stroke: #6b21a873; +} + .stroke-purple-800\\/5 { stroke: #6b21a80d; } @@ -9086,10 +12482,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b21a880; } +.stroke-purple-800\\/55 { + stroke: #6b21a88c; +} + .stroke-purple-800\\/60 { stroke: #6b21a899; } +.stroke-purple-800\\/65 { + stroke: #6b21a8a6; +} + .stroke-purple-800\\/70 { stroke: #6b21a8b3; } @@ -9102,6 +12506,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6b21a8cc; } +.stroke-purple-800\\/85 { + stroke: #6b21a8d9; +} + .stroke-purple-800\\/90 { stroke: #6b21a8e6; } @@ -9126,6 +12534,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #581c87; } +.stroke-purple-900\\/15 { + stroke: #581c8726; +} + .stroke-purple-900\\/20 { stroke: #581c8733; } @@ -9138,10 +12550,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #581c874d; } +.stroke-purple-900\\/35 { + stroke: #581c8759; +} + .stroke-purple-900\\/40 { stroke: #581c8766; } +.stroke-purple-900\\/45 { + stroke: #581c8773; +} + .stroke-purple-900\\/5 { stroke: #581c870d; } @@ -9150,10 +12570,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #581c8780; } +.stroke-purple-900\\/55 { + stroke: #581c878c; +} + .stroke-purple-900\\/60 { stroke: #581c8799; } +.stroke-purple-900\\/65 { + stroke: #581c87a6; +} + .stroke-purple-900\\/70 { stroke: #581c87b3; } @@ -9166,6 +12594,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #581c87cc; } +.stroke-purple-900\\/85 { + stroke: #581c87d9; +} + .stroke-purple-900\\/90 { stroke: #581c87e6; } @@ -9190,6 +12622,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b0764; } +.stroke-purple-950\\/15 { + stroke: #3b076426; +} + .stroke-purple-950\\/20 { stroke: #3b076433; } @@ -9202,10 +12638,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b07644d; } +.stroke-purple-950\\/35 { + stroke: #3b076459; +} + .stroke-purple-950\\/40 { stroke: #3b076466; } +.stroke-purple-950\\/45 { + stroke: #3b076473; +} + .stroke-purple-950\\/5 { stroke: #3b07640d; } @@ -9214,10 +12658,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b076480; } +.stroke-purple-950\\/55 { + stroke: #3b07648c; +} + .stroke-purple-950\\/60 { stroke: #3b076499; } +.stroke-purple-950\\/65 { + stroke: #3b0764a6; +} + .stroke-purple-950\\/70 { stroke: #3b0764b3; } @@ -9230,6 +12682,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3b0764cc; } +.stroke-purple-950\\/85 { + stroke: #3b0764d9; +} + .stroke-purple-950\\/90 { stroke: #3b0764e6; } @@ -9254,6 +12710,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fee2e2; } +.stroke-red-100\\/15 { + stroke: #fee2e226; +} + .stroke-red-100\\/20 { stroke: #fee2e233; } @@ -9266,10 +12726,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fee2e24d; } +.stroke-red-100\\/35 { + stroke: #fee2e259; +} + .stroke-red-100\\/40 { stroke: #fee2e266; } +.stroke-red-100\\/45 { + stroke: #fee2e273; +} + .stroke-red-100\\/5 { stroke: #fee2e20d; } @@ -9278,10 +12746,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fee2e280; } +.stroke-red-100\\/55 { + stroke: #fee2e28c; +} + .stroke-red-100\\/60 { stroke: #fee2e299; } +.stroke-red-100\\/65 { + stroke: #fee2e2a6; +} + .stroke-red-100\\/70 { stroke: #fee2e2b3; } @@ -9294,6 +12770,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fee2e2cc; } +.stroke-red-100\\/85 { + stroke: #fee2e2d9; +} + .stroke-red-100\\/90 { stroke: #fee2e2e6; } @@ -9318,6 +12798,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecaca; } +.stroke-red-200\\/15 { + stroke: #fecaca26; +} + .stroke-red-200\\/20 { stroke: #fecaca33; } @@ -9330,10 +12814,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecaca4d; } +.stroke-red-200\\/35 { + stroke: #fecaca59; +} + .stroke-red-200\\/40 { stroke: #fecaca66; } +.stroke-red-200\\/45 { + stroke: #fecaca73; +} + .stroke-red-200\\/5 { stroke: #fecaca0d; } @@ -9342,10 +12834,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecaca80; } +.stroke-red-200\\/55 { + stroke: #fecaca8c; +} + .stroke-red-200\\/60 { stroke: #fecaca99; } +.stroke-red-200\\/65 { + stroke: #fecacaa6; +} + .stroke-red-200\\/70 { stroke: #fecacab3; } @@ -9358,6 +12858,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecacacc; } +.stroke-red-200\\/85 { + stroke: #fecacad9; +} + .stroke-red-200\\/90 { stroke: #fecacae6; } @@ -9382,6 +12886,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fca5a5; } +.stroke-red-300\\/15 { + stroke: #fca5a526; +} + .stroke-red-300\\/20 { stroke: #fca5a533; } @@ -9394,10 +12902,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fca5a54d; } +.stroke-red-300\\/35 { + stroke: #fca5a559; +} + .stroke-red-300\\/40 { stroke: #fca5a566; } +.stroke-red-300\\/45 { + stroke: #fca5a573; +} + .stroke-red-300\\/5 { stroke: #fca5a50d; } @@ -9406,10 +12922,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fca5a580; } +.stroke-red-300\\/55 { + stroke: #fca5a58c; +} + .stroke-red-300\\/60 { stroke: #fca5a599; } +.stroke-red-300\\/65 { + stroke: #fca5a5a6; +} + .stroke-red-300\\/70 { stroke: #fca5a5b3; } @@ -9422,6 +12946,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fca5a5cc; } +.stroke-red-300\\/85 { + stroke: #fca5a5d9; +} + .stroke-red-300\\/90 { stroke: #fca5a5e6; } @@ -9446,6 +12974,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f87171; } +.stroke-red-400\\/15 { + stroke: #f8717126; +} + .stroke-red-400\\/20 { stroke: #f8717133; } @@ -9458,10 +12990,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f871714d; } +.stroke-red-400\\/35 { + stroke: #f8717159; +} + .stroke-red-400\\/40 { stroke: #f8717166; } +.stroke-red-400\\/45 { + stroke: #f8717173; +} + .stroke-red-400\\/5 { stroke: #f871710d; } @@ -9470,10 +13010,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f8717180; } +.stroke-red-400\\/55 { + stroke: #f871718c; +} + .stroke-red-400\\/60 { stroke: #f8717199; } +.stroke-red-400\\/65 { + stroke: #f87171a6; +} + .stroke-red-400\\/70 { stroke: #f87171b3; } @@ -9486,6 +13034,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f87171cc; } +.stroke-red-400\\/85 { + stroke: #f87171d9; +} + .stroke-red-400\\/90 { stroke: #f87171e6; } @@ -9510,6 +13062,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef2f2; } +.stroke-red-50\\/15 { + stroke: #fef2f226; +} + .stroke-red-50\\/20 { stroke: #fef2f233; } @@ -9522,10 +13078,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef2f24d; } +.stroke-red-50\\/35 { + stroke: #fef2f259; +} + .stroke-red-50\\/40 { stroke: #fef2f266; } +.stroke-red-50\\/45 { + stroke: #fef2f273; +} + .stroke-red-50\\/5 { stroke: #fef2f20d; } @@ -9534,10 +13098,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef2f280; } +.stroke-red-50\\/55 { + stroke: #fef2f28c; +} + .stroke-red-50\\/60 { stroke: #fef2f299; } +.stroke-red-50\\/65 { + stroke: #fef2f2a6; +} + .stroke-red-50\\/70 { stroke: #fef2f2b3; } @@ -9550,6 +13122,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef2f2cc; } +.stroke-red-50\\/85 { + stroke: #fef2f2d9; +} + .stroke-red-50\\/90 { stroke: #fef2f2e6; } @@ -9574,6 +13150,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ef4444; } +.stroke-red-500\\/15 { + stroke: #ef444426; +} + .stroke-red-500\\/20 { stroke: #ef444433; } @@ -9586,10 +13166,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ef44444d; } +.stroke-red-500\\/35 { + stroke: #ef444459; +} + .stroke-red-500\\/40 { stroke: #ef444466; } +.stroke-red-500\\/45 { + stroke: #ef444473; +} + .stroke-red-500\\/5 { stroke: #ef44440d; } @@ -9598,10 +13186,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ef444480; } +.stroke-red-500\\/55 { + stroke: #ef44448c; +} + .stroke-red-500\\/60 { stroke: #ef444499; } +.stroke-red-500\\/65 { + stroke: #ef4444a6; +} + .stroke-red-500\\/70 { stroke: #ef4444b3; } @@ -9614,6 +13210,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ef4444cc; } +.stroke-red-500\\/85 { + stroke: #ef4444d9; +} + .stroke-red-500\\/90 { stroke: #ef4444e6; } @@ -9638,6 +13238,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dc2626; } +.stroke-red-600\\/15 { + stroke: #dc262626; +} + .stroke-red-600\\/20 { stroke: #dc262633; } @@ -9650,10 +13254,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dc26264d; } +.stroke-red-600\\/35 { + stroke: #dc262659; +} + .stroke-red-600\\/40 { stroke: #dc262666; } +.stroke-red-600\\/45 { + stroke: #dc262673; +} + .stroke-red-600\\/5 { stroke: #dc26260d; } @@ -9662,10 +13274,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dc262680; } +.stroke-red-600\\/55 { + stroke: #dc26268c; +} + .stroke-red-600\\/60 { stroke: #dc262699; } +.stroke-red-600\\/65 { + stroke: #dc2626a6; +} + .stroke-red-600\\/70 { stroke: #dc2626b3; } @@ -9678,6 +13298,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #dc2626cc; } +.stroke-red-600\\/85 { + stroke: #dc2626d9; +} + .stroke-red-600\\/90 { stroke: #dc2626e6; } @@ -9702,6 +13326,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b91c1c; } +.stroke-red-700\\/15 { + stroke: #b91c1c26; +} + .stroke-red-700\\/20 { stroke: #b91c1c33; } @@ -9714,10 +13342,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b91c1c4d; } +.stroke-red-700\\/35 { + stroke: #b91c1c59; +} + .stroke-red-700\\/40 { stroke: #b91c1c66; } +.stroke-red-700\\/45 { + stroke: #b91c1c73; +} + .stroke-red-700\\/5 { stroke: #b91c1c0d; } @@ -9726,10 +13362,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b91c1c80; } +.stroke-red-700\\/55 { + stroke: #b91c1c8c; +} + .stroke-red-700\\/60 { stroke: #b91c1c99; } +.stroke-red-700\\/65 { + stroke: #b91c1ca6; +} + .stroke-red-700\\/70 { stroke: #b91c1cb3; } @@ -9742,6 +13386,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #b91c1ccc; } +.stroke-red-700\\/85 { + stroke: #b91c1cd9; +} + .stroke-red-700\\/90 { stroke: #b91c1ce6; } @@ -9766,6 +13414,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #991b1b; } +.stroke-red-800\\/15 { + stroke: #991b1b26; +} + .stroke-red-800\\/20 { stroke: #991b1b33; } @@ -9778,10 +13430,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #991b1b4d; } +.stroke-red-800\\/35 { + stroke: #991b1b59; +} + .stroke-red-800\\/40 { stroke: #991b1b66; } +.stroke-red-800\\/45 { + stroke: #991b1b73; +} + .stroke-red-800\\/5 { stroke: #991b1b0d; } @@ -9790,10 +13450,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #991b1b80; } +.stroke-red-800\\/55 { + stroke: #991b1b8c; +} + .stroke-red-800\\/60 { stroke: #991b1b99; } +.stroke-red-800\\/65 { + stroke: #991b1ba6; +} + .stroke-red-800\\/70 { stroke: #991b1bb3; } @@ -9806,6 +13474,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #991b1bcc; } +.stroke-red-800\\/85 { + stroke: #991b1bd9; +} + .stroke-red-800\\/90 { stroke: #991b1be6; } @@ -9830,6 +13502,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7f1d1d; } +.stroke-red-900\\/15 { + stroke: #7f1d1d26; +} + .stroke-red-900\\/20 { stroke: #7f1d1d33; } @@ -9842,10 +13518,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7f1d1d4d; } +.stroke-red-900\\/35 { + stroke: #7f1d1d59; +} + .stroke-red-900\\/40 { stroke: #7f1d1d66; } +.stroke-red-900\\/45 { + stroke: #7f1d1d73; +} + .stroke-red-900\\/5 { stroke: #7f1d1d0d; } @@ -9854,10 +13538,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7f1d1d80; } +.stroke-red-900\\/55 { + stroke: #7f1d1d8c; +} + .stroke-red-900\\/60 { stroke: #7f1d1d99; } +.stroke-red-900\\/65 { + stroke: #7f1d1da6; +} + .stroke-red-900\\/70 { stroke: #7f1d1db3; } @@ -9870,6 +13562,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7f1d1dcc; } +.stroke-red-900\\/85 { + stroke: #7f1d1dd9; +} + .stroke-red-900\\/90 { stroke: #7f1d1de6; } @@ -9894,6 +13590,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #450a0a; } +.stroke-red-950\\/15 { + stroke: #450a0a26; +} + .stroke-red-950\\/20 { stroke: #450a0a33; } @@ -9906,10 +13606,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #450a0a4d; } +.stroke-red-950\\/35 { + stroke: #450a0a59; +} + .stroke-red-950\\/40 { stroke: #450a0a66; } +.stroke-red-950\\/45 { + stroke: #450a0a73; +} + .stroke-red-950\\/5 { stroke: #450a0a0d; } @@ -9918,10 +13626,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #450a0a80; } +.stroke-red-950\\/55 { + stroke: #450a0a8c; +} + .stroke-red-950\\/60 { stroke: #450a0a99; } +.stroke-red-950\\/65 { + stroke: #450a0aa6; +} + .stroke-red-950\\/70 { stroke: #450a0ab3; } @@ -9934,6 +13650,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #450a0acc; } +.stroke-red-950\\/85 { + stroke: #450a0ad9; +} + .stroke-red-950\\/90 { stroke: #450a0ae6; } @@ -9958,6 +13678,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffe4e6; } +.stroke-rose-100\\/15 { + stroke: #ffe4e626; +} + .stroke-rose-100\\/20 { stroke: #ffe4e633; } @@ -9970,10 +13694,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffe4e64d; } +.stroke-rose-100\\/35 { + stroke: #ffe4e659; +} + .stroke-rose-100\\/40 { stroke: #ffe4e666; } +.stroke-rose-100\\/45 { + stroke: #ffe4e673; +} + .stroke-rose-100\\/5 { stroke: #ffe4e60d; } @@ -9982,10 +13714,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffe4e680; } +.stroke-rose-100\\/55 { + stroke: #ffe4e68c; +} + .stroke-rose-100\\/60 { stroke: #ffe4e699; } +.stroke-rose-100\\/65 { + stroke: #ffe4e6a6; +} + .stroke-rose-100\\/70 { stroke: #ffe4e6b3; } @@ -9998,6 +13738,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffe4e6cc; } +.stroke-rose-100\\/85 { + stroke: #ffe4e6d9; +} + .stroke-rose-100\\/90 { stroke: #ffe4e6e6; } @@ -10022,6 +13766,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecdd3; } +.stroke-rose-200\\/15 { + stroke: #fecdd326; +} + .stroke-rose-200\\/20 { stroke: #fecdd333; } @@ -10034,10 +13782,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecdd34d; } +.stroke-rose-200\\/35 { + stroke: #fecdd359; +} + .stroke-rose-200\\/40 { stroke: #fecdd366; } +.stroke-rose-200\\/45 { + stroke: #fecdd373; +} + .stroke-rose-200\\/5 { stroke: #fecdd30d; } @@ -10046,10 +13802,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecdd380; } +.stroke-rose-200\\/55 { + stroke: #fecdd38c; +} + .stroke-rose-200\\/60 { stroke: #fecdd399; } +.stroke-rose-200\\/65 { + stroke: #fecdd3a6; +} + .stroke-rose-200\\/70 { stroke: #fecdd3b3; } @@ -10062,6 +13826,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fecdd3cc; } +.stroke-rose-200\\/85 { + stroke: #fecdd3d9; +} + .stroke-rose-200\\/90 { stroke: #fecdd3e6; } @@ -10086,6 +13854,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fda4af; } +.stroke-rose-300\\/15 { + stroke: #fda4af26; +} + .stroke-rose-300\\/20 { stroke: #fda4af33; } @@ -10098,10 +13870,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fda4af4d; } +.stroke-rose-300\\/35 { + stroke: #fda4af59; +} + .stroke-rose-300\\/40 { stroke: #fda4af66; } +.stroke-rose-300\\/45 { + stroke: #fda4af73; +} + .stroke-rose-300\\/5 { stroke: #fda4af0d; } @@ -10110,10 +13890,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fda4af80; } +.stroke-rose-300\\/55 { + stroke: #fda4af8c; +} + .stroke-rose-300\\/60 { stroke: #fda4af99; } +.stroke-rose-300\\/65 { + stroke: #fda4afa6; +} + .stroke-rose-300\\/70 { stroke: #fda4afb3; } @@ -10126,6 +13914,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fda4afcc; } +.stroke-rose-300\\/85 { + stroke: #fda4afd9; +} + .stroke-rose-300\\/90 { stroke: #fda4afe6; } @@ -10150,6 +13942,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb7185; } +.stroke-rose-400\\/15 { + stroke: #fb718526; +} + .stroke-rose-400\\/20 { stroke: #fb718533; } @@ -10162,10 +13958,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb71854d; } +.stroke-rose-400\\/35 { + stroke: #fb718559; +} + .stroke-rose-400\\/40 { stroke: #fb718566; } +.stroke-rose-400\\/45 { + stroke: #fb718573; +} + .stroke-rose-400\\/5 { stroke: #fb71850d; } @@ -10174,10 +13978,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb718580; } +.stroke-rose-400\\/55 { + stroke: #fb71858c; +} + .stroke-rose-400\\/60 { stroke: #fb718599; } +.stroke-rose-400\\/65 { + stroke: #fb7185a6; +} + .stroke-rose-400\\/70 { stroke: #fb7185b3; } @@ -10190,6 +14002,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fb7185cc; } +.stroke-rose-400\\/85 { + stroke: #fb7185d9; +} + .stroke-rose-400\\/90 { stroke: #fb7185e6; } @@ -10214,6 +14030,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff1f2; } +.stroke-rose-50\\/15 { + stroke: #fff1f226; +} + .stroke-rose-50\\/20 { stroke: #fff1f233; } @@ -10226,10 +14046,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff1f24d; } +.stroke-rose-50\\/35 { + stroke: #fff1f259; +} + .stroke-rose-50\\/40 { stroke: #fff1f266; } +.stroke-rose-50\\/45 { + stroke: #fff1f273; +} + .stroke-rose-50\\/5 { stroke: #fff1f20d; } @@ -10238,10 +14066,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff1f280; } +.stroke-rose-50\\/55 { + stroke: #fff1f28c; +} + .stroke-rose-50\\/60 { stroke: #fff1f299; } +.stroke-rose-50\\/65 { + stroke: #fff1f2a6; +} + .stroke-rose-50\\/70 { stroke: #fff1f2b3; } @@ -10254,6 +14090,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff1f2cc; } +.stroke-rose-50\\/85 { + stroke: #fff1f2d9; +} + .stroke-rose-50\\/90 { stroke: #fff1f2e6; } @@ -10278,6 +14118,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f43f5e; } +.stroke-rose-500\\/15 { + stroke: #f43f5e26; +} + .stroke-rose-500\\/20 { stroke: #f43f5e33; } @@ -10290,10 +14134,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f43f5e4d; } +.stroke-rose-500\\/35 { + stroke: #f43f5e59; +} + .stroke-rose-500\\/40 { stroke: #f43f5e66; } +.stroke-rose-500\\/45 { + stroke: #f43f5e73; +} + .stroke-rose-500\\/5 { stroke: #f43f5e0d; } @@ -10302,10 +14154,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f43f5e80; } +.stroke-rose-500\\/55 { + stroke: #f43f5e8c; +} + .stroke-rose-500\\/60 { stroke: #f43f5e99; } +.stroke-rose-500\\/65 { + stroke: #f43f5ea6; +} + .stroke-rose-500\\/70 { stroke: #f43f5eb3; } @@ -10318,6 +14178,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f43f5ecc; } +.stroke-rose-500\\/85 { + stroke: #f43f5ed9; +} + .stroke-rose-500\\/90 { stroke: #f43f5ee6; } @@ -10342,6 +14206,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e11d48; } +.stroke-rose-600\\/15 { + stroke: #e11d4826; +} + .stroke-rose-600\\/20 { stroke: #e11d4833; } @@ -10354,10 +14222,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e11d484d; } +.stroke-rose-600\\/35 { + stroke: #e11d4859; +} + .stroke-rose-600\\/40 { stroke: #e11d4866; } +.stroke-rose-600\\/45 { + stroke: #e11d4873; +} + .stroke-rose-600\\/5 { stroke: #e11d480d; } @@ -10366,10 +14242,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e11d4880; } +.stroke-rose-600\\/55 { + stroke: #e11d488c; +} + .stroke-rose-600\\/60 { stroke: #e11d4899; } +.stroke-rose-600\\/65 { + stroke: #e11d48a6; +} + .stroke-rose-600\\/70 { stroke: #e11d48b3; } @@ -10382,6 +14266,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e11d48cc; } +.stroke-rose-600\\/85 { + stroke: #e11d48d9; +} + .stroke-rose-600\\/90 { stroke: #e11d48e6; } @@ -10406,6 +14294,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be123c; } +.stroke-rose-700\\/15 { + stroke: #be123c26; +} + .stroke-rose-700\\/20 { stroke: #be123c33; } @@ -10418,10 +14310,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be123c4d; } +.stroke-rose-700\\/35 { + stroke: #be123c59; +} + .stroke-rose-700\\/40 { stroke: #be123c66; } +.stroke-rose-700\\/45 { + stroke: #be123c73; +} + .stroke-rose-700\\/5 { stroke: #be123c0d; } @@ -10430,10 +14330,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be123c80; } +.stroke-rose-700\\/55 { + stroke: #be123c8c; +} + .stroke-rose-700\\/60 { stroke: #be123c99; } +.stroke-rose-700\\/65 { + stroke: #be123ca6; +} + .stroke-rose-700\\/70 { stroke: #be123cb3; } @@ -10446,6 +14354,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #be123ccc; } +.stroke-rose-700\\/85 { + stroke: #be123cd9; +} + .stroke-rose-700\\/90 { stroke: #be123ce6; } @@ -10470,6 +14382,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9f1239; } +.stroke-rose-800\\/15 { + stroke: #9f123926; +} + .stroke-rose-800\\/20 { stroke: #9f123933; } @@ -10482,10 +14398,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9f12394d; } +.stroke-rose-800\\/35 { + stroke: #9f123959; +} + .stroke-rose-800\\/40 { stroke: #9f123966; } +.stroke-rose-800\\/45 { + stroke: #9f123973; +} + .stroke-rose-800\\/5 { stroke: #9f12390d; } @@ -10494,10 +14418,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9f123980; } +.stroke-rose-800\\/55 { + stroke: #9f12398c; +} + .stroke-rose-800\\/60 { stroke: #9f123999; } +.stroke-rose-800\\/65 { + stroke: #9f1239a6; +} + .stroke-rose-800\\/70 { stroke: #9f1239b3; } @@ -10510,6 +14442,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #9f1239cc; } +.stroke-rose-800\\/85 { + stroke: #9f1239d9; +} + .stroke-rose-800\\/90 { stroke: #9f1239e6; } @@ -10534,6 +14470,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #881337; } +.stroke-rose-900\\/15 { + stroke: #88133726; +} + .stroke-rose-900\\/20 { stroke: #88133733; } @@ -10546,10 +14486,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #8813374d; } +.stroke-rose-900\\/35 { + stroke: #88133759; +} + .stroke-rose-900\\/40 { stroke: #88133766; } +.stroke-rose-900\\/45 { + stroke: #88133773; +} + .stroke-rose-900\\/5 { stroke: #8813370d; } @@ -10558,10 +14506,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #88133780; } +.stroke-rose-900\\/55 { + stroke: #8813378c; +} + .stroke-rose-900\\/60 { stroke: #88133799; } +.stroke-rose-900\\/65 { + stroke: #881337a6; +} + .stroke-rose-900\\/70 { stroke: #881337b3; } @@ -10574,6 +14530,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #881337cc; } +.stroke-rose-900\\/85 { + stroke: #881337d9; +} + .stroke-rose-900\\/90 { stroke: #881337e6; } @@ -10598,6 +14558,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c0519; } +.stroke-rose-950\\/15 { + stroke: #4c051926; +} + .stroke-rose-950\\/20 { stroke: #4c051933; } @@ -10610,10 +14574,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c05194d; } +.stroke-rose-950\\/35 { + stroke: #4c051959; +} + .stroke-rose-950\\/40 { stroke: #4c051966; } +.stroke-rose-950\\/45 { + stroke: #4c051973; +} + .stroke-rose-950\\/5 { stroke: #4c05190d; } @@ -10622,10 +14594,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c051980; } +.stroke-rose-950\\/55 { + stroke: #4c05198c; +} + .stroke-rose-950\\/60 { stroke: #4c051999; } +.stroke-rose-950\\/65 { + stroke: #4c0519a6; +} + .stroke-rose-950\\/70 { stroke: #4c0519b3; } @@ -10638,6 +14618,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c0519cc; } +.stroke-rose-950\\/85 { + stroke: #4c0519d9; +} + .stroke-rose-950\\/90 { stroke: #4c0519e6; } @@ -10662,6 +14646,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0f2fe; } +.stroke-sky-100\\/15 { + stroke: #e0f2fe26; +} + .stroke-sky-100\\/20 { stroke: #e0f2fe33; } @@ -10674,10 +14662,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0f2fe4d; } +.stroke-sky-100\\/35 { + stroke: #e0f2fe59; +} + .stroke-sky-100\\/40 { stroke: #e0f2fe66; } +.stroke-sky-100\\/45 { + stroke: #e0f2fe73; +} + .stroke-sky-100\\/5 { stroke: #e0f2fe0d; } @@ -10686,10 +14682,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0f2fe80; } +.stroke-sky-100\\/55 { + stroke: #e0f2fe8c; +} + .stroke-sky-100\\/60 { stroke: #e0f2fe99; } +.stroke-sky-100\\/65 { + stroke: #e0f2fea6; +} + .stroke-sky-100\\/70 { stroke: #e0f2feb3; } @@ -10702,6 +14706,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e0f2fecc; } +.stroke-sky-100\\/85 { + stroke: #e0f2fed9; +} + .stroke-sky-100\\/90 { stroke: #e0f2fee6; } @@ -10726,6 +14734,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bae6fd; } +.stroke-sky-200\\/15 { + stroke: #bae6fd26; +} + .stroke-sky-200\\/20 { stroke: #bae6fd33; } @@ -10738,10 +14750,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bae6fd4d; } +.stroke-sky-200\\/35 { + stroke: #bae6fd59; +} + .stroke-sky-200\\/40 { stroke: #bae6fd66; } +.stroke-sky-200\\/45 { + stroke: #bae6fd73; +} + .stroke-sky-200\\/5 { stroke: #bae6fd0d; } @@ -10750,10 +14770,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bae6fd80; } +.stroke-sky-200\\/55 { + stroke: #bae6fd8c; +} + .stroke-sky-200\\/60 { stroke: #bae6fd99; } +.stroke-sky-200\\/65 { + stroke: #bae6fda6; +} + .stroke-sky-200\\/70 { stroke: #bae6fdb3; } @@ -10766,6 +14794,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #bae6fdcc; } +.stroke-sky-200\\/85 { + stroke: #bae6fdd9; +} + .stroke-sky-200\\/90 { stroke: #bae6fde6; } @@ -10790,6 +14822,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7dd3fc; } +.stroke-sky-300\\/15 { + stroke: #7dd3fc26; +} + .stroke-sky-300\\/20 { stroke: #7dd3fc33; } @@ -10802,10 +14838,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7dd3fc4d; } +.stroke-sky-300\\/35 { + stroke: #7dd3fc59; +} + .stroke-sky-300\\/40 { stroke: #7dd3fc66; } +.stroke-sky-300\\/45 { + stroke: #7dd3fc73; +} + .stroke-sky-300\\/5 { stroke: #7dd3fc0d; } @@ -10814,10 +14858,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7dd3fc80; } +.stroke-sky-300\\/55 { + stroke: #7dd3fc8c; +} + .stroke-sky-300\\/60 { stroke: #7dd3fc99; } +.stroke-sky-300\\/65 { + stroke: #7dd3fca6; +} + .stroke-sky-300\\/70 { stroke: #7dd3fcb3; } @@ -10830,6 +14882,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7dd3fccc; } +.stroke-sky-300\\/85 { + stroke: #7dd3fcd9; +} + .stroke-sky-300\\/90 { stroke: #7dd3fce6; } @@ -10854,6 +14910,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #38bdf8; } +.stroke-sky-400\\/15 { + stroke: #38bdf826; +} + .stroke-sky-400\\/20 { stroke: #38bdf833; } @@ -10866,10 +14926,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #38bdf84d; } +.stroke-sky-400\\/35 { + stroke: #38bdf859; +} + .stroke-sky-400\\/40 { stroke: #38bdf866; } +.stroke-sky-400\\/45 { + stroke: #38bdf873; +} + .stroke-sky-400\\/5 { stroke: #38bdf80d; } @@ -10878,10 +14946,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #38bdf880; } +.stroke-sky-400\\/55 { + stroke: #38bdf88c; +} + .stroke-sky-400\\/60 { stroke: #38bdf899; } +.stroke-sky-400\\/65 { + stroke: #38bdf8a6; +} + .stroke-sky-400\\/70 { stroke: #38bdf8b3; } @@ -10894,6 +14970,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #38bdf8cc; } +.stroke-sky-400\\/85 { + stroke: #38bdf8d9; +} + .stroke-sky-400\\/90 { stroke: #38bdf8e6; } @@ -10918,6 +14998,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0f9ff; } +.stroke-sky-50\\/15 { + stroke: #f0f9ff26; +} + .stroke-sky-50\\/20 { stroke: #f0f9ff33; } @@ -10930,10 +15014,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0f9ff4d; } +.stroke-sky-50\\/35 { + stroke: #f0f9ff59; +} + .stroke-sky-50\\/40 { stroke: #f0f9ff66; } +.stroke-sky-50\\/45 { + stroke: #f0f9ff73; +} + .stroke-sky-50\\/5 { stroke: #f0f9ff0d; } @@ -10942,10 +15034,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0f9ff80; } +.stroke-sky-50\\/55 { + stroke: #f0f9ff8c; +} + .stroke-sky-50\\/60 { stroke: #f0f9ff99; } +.stroke-sky-50\\/65 { + stroke: #f0f9ffa6; +} + .stroke-sky-50\\/70 { stroke: #f0f9ffb3; } @@ -10958,6 +15058,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0f9ffcc; } +.stroke-sky-50\\/85 { + stroke: #f0f9ffd9; +} + .stroke-sky-50\\/90 { stroke: #f0f9ffe6; } @@ -10982,6 +15086,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0ea5e9; } +.stroke-sky-500\\/15 { + stroke: #0ea5e926; +} + .stroke-sky-500\\/20 { stroke: #0ea5e933; } @@ -10994,10 +15102,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0ea5e94d; } +.stroke-sky-500\\/35 { + stroke: #0ea5e959; +} + .stroke-sky-500\\/40 { stroke: #0ea5e966; } +.stroke-sky-500\\/45 { + stroke: #0ea5e973; +} + .stroke-sky-500\\/5 { stroke: #0ea5e90d; } @@ -11006,10 +15122,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0ea5e980; } +.stroke-sky-500\\/55 { + stroke: #0ea5e98c; +} + .stroke-sky-500\\/60 { stroke: #0ea5e999; } +.stroke-sky-500\\/65 { + stroke: #0ea5e9a6; +} + .stroke-sky-500\\/70 { stroke: #0ea5e9b3; } @@ -11022,6 +15146,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0ea5e9cc; } +.stroke-sky-500\\/85 { + stroke: #0ea5e9d9; +} + .stroke-sky-500\\/90 { stroke: #0ea5e9e6; } @@ -11046,6 +15174,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0284c7; } +.stroke-sky-600\\/15 { + stroke: #0284c726; +} + .stroke-sky-600\\/20 { stroke: #0284c733; } @@ -11058,10 +15190,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0284c74d; } +.stroke-sky-600\\/35 { + stroke: #0284c759; +} + .stroke-sky-600\\/40 { stroke: #0284c766; } +.stroke-sky-600\\/45 { + stroke: #0284c773; +} + .stroke-sky-600\\/5 { stroke: #0284c70d; } @@ -11070,10 +15210,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0284c780; } +.stroke-sky-600\\/55 { + stroke: #0284c78c; +} + .stroke-sky-600\\/60 { stroke: #0284c799; } +.stroke-sky-600\\/65 { + stroke: #0284c7a6; +} + .stroke-sky-600\\/70 { stroke: #0284c7b3; } @@ -11086,6 +15234,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0284c7cc; } +.stroke-sky-600\\/85 { + stroke: #0284c7d9; +} + .stroke-sky-600\\/90 { stroke: #0284c7e6; } @@ -11110,6 +15262,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0369a1; } +.stroke-sky-700\\/15 { + stroke: #0369a126; +} + .stroke-sky-700\\/20 { stroke: #0369a133; } @@ -11122,10 +15278,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0369a14d; } +.stroke-sky-700\\/35 { + stroke: #0369a159; +} + .stroke-sky-700\\/40 { stroke: #0369a166; } +.stroke-sky-700\\/45 { + stroke: #0369a173; +} + .stroke-sky-700\\/5 { stroke: #0369a10d; } @@ -11134,10 +15298,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0369a180; } +.stroke-sky-700\\/55 { + stroke: #0369a18c; +} + .stroke-sky-700\\/60 { stroke: #0369a199; } +.stroke-sky-700\\/65 { + stroke: #0369a1a6; +} + .stroke-sky-700\\/70 { stroke: #0369a1b3; } @@ -11150,6 +15322,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0369a1cc; } +.stroke-sky-700\\/85 { + stroke: #0369a1d9; +} + .stroke-sky-700\\/90 { stroke: #0369a1e6; } @@ -11174,6 +15350,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #075985; } +.stroke-sky-800\\/15 { + stroke: #07598526; +} + .stroke-sky-800\\/20 { stroke: #07598533; } @@ -11186,10 +15366,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0759854d; } +.stroke-sky-800\\/35 { + stroke: #07598559; +} + .stroke-sky-800\\/40 { stroke: #07598566; } +.stroke-sky-800\\/45 { + stroke: #07598573; +} + .stroke-sky-800\\/5 { stroke: #0759850d; } @@ -11198,10 +15386,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #07598580; } +.stroke-sky-800\\/55 { + stroke: #0759858c; +} + .stroke-sky-800\\/60 { stroke: #07598599; } +.stroke-sky-800\\/65 { + stroke: #075985a6; +} + .stroke-sky-800\\/70 { stroke: #075985b3; } @@ -11214,6 +15410,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #075985cc; } +.stroke-sky-800\\/85 { + stroke: #075985d9; +} + .stroke-sky-800\\/90 { stroke: #075985e6; } @@ -11238,6 +15438,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c4a6e; } +.stroke-sky-900\\/15 { + stroke: #0c4a6e26; +} + .stroke-sky-900\\/20 { stroke: #0c4a6e33; } @@ -11250,10 +15454,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c4a6e4d; } +.stroke-sky-900\\/35 { + stroke: #0c4a6e59; +} + .stroke-sky-900\\/40 { stroke: #0c4a6e66; } +.stroke-sky-900\\/45 { + stroke: #0c4a6e73; +} + .stroke-sky-900\\/5 { stroke: #0c4a6e0d; } @@ -11262,10 +15474,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c4a6e80; } +.stroke-sky-900\\/55 { + stroke: #0c4a6e8c; +} + .stroke-sky-900\\/60 { stroke: #0c4a6e99; } +.stroke-sky-900\\/65 { + stroke: #0c4a6ea6; +} + .stroke-sky-900\\/70 { stroke: #0c4a6eb3; } @@ -11278,6 +15498,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c4a6ecc; } +.stroke-sky-900\\/85 { + stroke: #0c4a6ed9; +} + .stroke-sky-900\\/90 { stroke: #0c4a6ee6; } @@ -11302,6 +15526,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #082f49; } +.stroke-sky-950\\/15 { + stroke: #082f4926; +} + .stroke-sky-950\\/20 { stroke: #082f4933; } @@ -11314,10 +15542,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #082f494d; } +.stroke-sky-950\\/35 { + stroke: #082f4959; +} + .stroke-sky-950\\/40 { stroke: #082f4966; } +.stroke-sky-950\\/45 { + stroke: #082f4973; +} + .stroke-sky-950\\/5 { stroke: #082f490d; } @@ -11326,10 +15562,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #082f4980; } +.stroke-sky-950\\/55 { + stroke: #082f498c; +} + .stroke-sky-950\\/60 { stroke: #082f4999; } +.stroke-sky-950\\/65 { + stroke: #082f49a6; +} + .stroke-sky-950\\/70 { stroke: #082f49b3; } @@ -11342,6 +15586,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #082f49cc; } +.stroke-sky-950\\/85 { + stroke: #082f49d9; +} + .stroke-sky-950\\/90 { stroke: #082f49e6; } @@ -11366,6 +15614,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f1f5f9; } +.stroke-slate-100\\/15 { + stroke: #f1f5f926; +} + .stroke-slate-100\\/20 { stroke: #f1f5f933; } @@ -11378,10 +15630,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f1f5f94d; } +.stroke-slate-100\\/35 { + stroke: #f1f5f959; +} + .stroke-slate-100\\/40 { stroke: #f1f5f966; } +.stroke-slate-100\\/45 { + stroke: #f1f5f973; +} + .stroke-slate-100\\/5 { stroke: #f1f5f90d; } @@ -11390,10 +15650,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f1f5f980; } +.stroke-slate-100\\/55 { + stroke: #f1f5f98c; +} + .stroke-slate-100\\/60 { stroke: #f1f5f999; } +.stroke-slate-100\\/65 { + stroke: #f1f5f9a6; +} + .stroke-slate-100\\/70 { stroke: #f1f5f9b3; } @@ -11406,6 +15674,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f1f5f9cc; } +.stroke-slate-100\\/85 { + stroke: #f1f5f9d9; +} + .stroke-slate-100\\/90 { stroke: #f1f5f9e6; } @@ -11430,6 +15702,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e2e8f0; } +.stroke-slate-200\\/15 { + stroke: #e2e8f026; +} + .stroke-slate-200\\/20 { stroke: #e2e8f033; } @@ -11442,10 +15718,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e2e8f04d; } +.stroke-slate-200\\/35 { + stroke: #e2e8f059; +} + .stroke-slate-200\\/40 { stroke: #e2e8f066; } +.stroke-slate-200\\/45 { + stroke: #e2e8f073; +} + .stroke-slate-200\\/5 { stroke: #e2e8f00d; } @@ -11454,10 +15738,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e2e8f080; } +.stroke-slate-200\\/55 { + stroke: #e2e8f08c; +} + .stroke-slate-200\\/60 { stroke: #e2e8f099; } +.stroke-slate-200\\/65 { + stroke: #e2e8f0a6; +} + .stroke-slate-200\\/70 { stroke: #e2e8f0b3; } @@ -11470,6 +15762,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e2e8f0cc; } +.stroke-slate-200\\/85 { + stroke: #e2e8f0d9; +} + .stroke-slate-200\\/90 { stroke: #e2e8f0e6; } @@ -11494,6 +15790,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cbd5e1; } +.stroke-slate-300\\/15 { + stroke: #cbd5e126; +} + .stroke-slate-300\\/20 { stroke: #cbd5e133; } @@ -11506,10 +15806,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cbd5e14d; } +.stroke-slate-300\\/35 { + stroke: #cbd5e159; +} + .stroke-slate-300\\/40 { stroke: #cbd5e166; } +.stroke-slate-300\\/45 { + stroke: #cbd5e173; +} + .stroke-slate-300\\/5 { stroke: #cbd5e10d; } @@ -11518,10 +15826,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cbd5e180; } +.stroke-slate-300\\/55 { + stroke: #cbd5e18c; +} + .stroke-slate-300\\/60 { stroke: #cbd5e199; } +.stroke-slate-300\\/65 { + stroke: #cbd5e1a6; +} + .stroke-slate-300\\/70 { stroke: #cbd5e1b3; } @@ -11534,6 +15850,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #cbd5e1cc; } +.stroke-slate-300\\/85 { + stroke: #cbd5e1d9; +} + .stroke-slate-300\\/90 { stroke: #cbd5e1e6; } @@ -11558,6 +15878,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #94a3b8; } +.stroke-slate-400\\/15 { + stroke: #94a3b826; +} + .stroke-slate-400\\/20 { stroke: #94a3b833; } @@ -11570,10 +15894,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #94a3b84d; } +.stroke-slate-400\\/35 { + stroke: #94a3b859; +} + .stroke-slate-400\\/40 { stroke: #94a3b866; } +.stroke-slate-400\\/45 { + stroke: #94a3b873; +} + .stroke-slate-400\\/5 { stroke: #94a3b80d; } @@ -11582,10 +15914,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #94a3b880; } +.stroke-slate-400\\/55 { + stroke: #94a3b88c; +} + .stroke-slate-400\\/60 { stroke: #94a3b899; } +.stroke-slate-400\\/65 { + stroke: #94a3b8a6; +} + .stroke-slate-400\\/70 { stroke: #94a3b8b3; } @@ -11598,6 +15938,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #94a3b8cc; } +.stroke-slate-400\\/85 { + stroke: #94a3b8d9; +} + .stroke-slate-400\\/90 { stroke: #94a3b8e6; } @@ -11622,6 +15966,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f8fafc; } +.stroke-slate-50\\/15 { + stroke: #f8fafc26; +} + .stroke-slate-50\\/20 { stroke: #f8fafc33; } @@ -11634,10 +15982,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f8fafc4d; } +.stroke-slate-50\\/35 { + stroke: #f8fafc59; +} + .stroke-slate-50\\/40 { stroke: #f8fafc66; } +.stroke-slate-50\\/45 { + stroke: #f8fafc73; +} + .stroke-slate-50\\/5 { stroke: #f8fafc0d; } @@ -11646,10 +16002,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f8fafc80; } +.stroke-slate-50\\/55 { + stroke: #f8fafc8c; +} + .stroke-slate-50\\/60 { stroke: #f8fafc99; } +.stroke-slate-50\\/65 { + stroke: #f8fafca6; +} + .stroke-slate-50\\/70 { stroke: #f8fafcb3; } @@ -11662,6 +16026,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f8fafccc; } +.stroke-slate-50\\/85 { + stroke: #f8fafcd9; +} + .stroke-slate-50\\/90 { stroke: #f8fafce6; } @@ -11686,6 +16054,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #64748b; } +.stroke-slate-500\\/15 { + stroke: #64748b26; +} + .stroke-slate-500\\/20 { stroke: #64748b33; } @@ -11698,10 +16070,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #64748b4d; } +.stroke-slate-500\\/35 { + stroke: #64748b59; +} + .stroke-slate-500\\/40 { stroke: #64748b66; } +.stroke-slate-500\\/45 { + stroke: #64748b73; +} + .stroke-slate-500\\/5 { stroke: #64748b0d; } @@ -11710,10 +16090,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #64748b80; } +.stroke-slate-500\\/55 { + stroke: #64748b8c; +} + .stroke-slate-500\\/60 { stroke: #64748b99; } +.stroke-slate-500\\/65 { + stroke: #64748ba6; +} + .stroke-slate-500\\/70 { stroke: #64748bb3; } @@ -11726,6 +16114,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #64748bcc; } +.stroke-slate-500\\/85 { + stroke: #64748bd9; +} + .stroke-slate-500\\/90 { stroke: #64748be6; } @@ -11750,6 +16142,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #475569; } +.stroke-slate-600\\/15 { + stroke: #47556926; +} + .stroke-slate-600\\/20 { stroke: #47556933; } @@ -11762,10 +16158,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4755694d; } +.stroke-slate-600\\/35 { + stroke: #47556959; +} + .stroke-slate-600\\/40 { stroke: #47556966; } +.stroke-slate-600\\/45 { + stroke: #47556973; +} + .stroke-slate-600\\/5 { stroke: #4755690d; } @@ -11774,10 +16178,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #47556980; } +.stroke-slate-600\\/55 { + stroke: #4755698c; +} + .stroke-slate-600\\/60 { stroke: #47556999; } +.stroke-slate-600\\/65 { + stroke: #475569a6; +} + .stroke-slate-600\\/70 { stroke: #475569b3; } @@ -11790,6 +16202,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #475569cc; } +.stroke-slate-600\\/85 { + stroke: #475569d9; +} + .stroke-slate-600\\/90 { stroke: #475569e6; } @@ -11814,6 +16230,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #334155; } +.stroke-slate-700\\/15 { + stroke: #33415526; +} + .stroke-slate-700\\/20 { stroke: #33415533; } @@ -11826,10 +16246,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3341554d; } +.stroke-slate-700\\/35 { + stroke: #33415559; +} + .stroke-slate-700\\/40 { stroke: #33415566; } +.stroke-slate-700\\/45 { + stroke: #33415573; +} + .stroke-slate-700\\/5 { stroke: #3341550d; } @@ -11838,10 +16266,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #33415580; } +.stroke-slate-700\\/55 { + stroke: #3341558c; +} + .stroke-slate-700\\/60 { stroke: #33415599; } +.stroke-slate-700\\/65 { + stroke: #334155a6; +} + .stroke-slate-700\\/70 { stroke: #334155b3; } @@ -11854,6 +16290,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #334155cc; } +.stroke-slate-700\\/85 { + stroke: #334155d9; +} + .stroke-slate-700\\/90 { stroke: #334155e6; } @@ -11878,6 +16318,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e293b; } +.stroke-slate-800\\/15 { + stroke: #1e293b26; +} + .stroke-slate-800\\/20 { stroke: #1e293b33; } @@ -11890,10 +16334,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e293b4d; } +.stroke-slate-800\\/35 { + stroke: #1e293b59; +} + .stroke-slate-800\\/40 { stroke: #1e293b66; } +.stroke-slate-800\\/45 { + stroke: #1e293b73; +} + .stroke-slate-800\\/5 { stroke: #1e293b0d; } @@ -11902,10 +16354,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e293b80; } +.stroke-slate-800\\/55 { + stroke: #1e293b8c; +} + .stroke-slate-800\\/60 { stroke: #1e293b99; } +.stroke-slate-800\\/65 { + stroke: #1e293ba6; +} + .stroke-slate-800\\/70 { stroke: #1e293bb3; } @@ -11918,6 +16378,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1e293bcc; } +.stroke-slate-800\\/85 { + stroke: #1e293bd9; +} + .stroke-slate-800\\/90 { stroke: #1e293be6; } @@ -11942,6 +16406,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f172a; } +.stroke-slate-900\\/15 { + stroke: #0f172a26; +} + .stroke-slate-900\\/20 { stroke: #0f172a33; } @@ -11954,10 +16422,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f172a4d; } +.stroke-slate-900\\/35 { + stroke: #0f172a59; +} + .stroke-slate-900\\/40 { stroke: #0f172a66; } +.stroke-slate-900\\/45 { + stroke: #0f172a73; +} + .stroke-slate-900\\/5 { stroke: #0f172a0d; } @@ -11966,10 +16442,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f172a80; } +.stroke-slate-900\\/55 { + stroke: #0f172a8c; +} + .stroke-slate-900\\/60 { stroke: #0f172a99; } +.stroke-slate-900\\/65 { + stroke: #0f172aa6; +} + .stroke-slate-900\\/70 { stroke: #0f172ab3; } @@ -11982,6 +16466,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f172acc; } +.stroke-slate-900\\/85 { + stroke: #0f172ad9; +} + .stroke-slate-900\\/90 { stroke: #0f172ae6; } @@ -12006,6 +16494,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #020617; } +.stroke-slate-950\\/15 { + stroke: #02061726; +} + .stroke-slate-950\\/20 { stroke: #02061733; } @@ -12018,10 +16510,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0206174d; } +.stroke-slate-950\\/35 { + stroke: #02061759; +} + .stroke-slate-950\\/40 { stroke: #02061766; } +.stroke-slate-950\\/45 { + stroke: #02061773; +} + .stroke-slate-950\\/5 { stroke: #0206170d; } @@ -12030,10 +16530,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #02061780; } +.stroke-slate-950\\/55 { + stroke: #0206178c; +} + .stroke-slate-950\\/60 { stroke: #02061799; } +.stroke-slate-950\\/65 { + stroke: #020617a6; +} + .stroke-slate-950\\/70 { stroke: #020617b3; } @@ -12046,6 +16554,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #020617cc; } +.stroke-slate-950\\/85 { + stroke: #020617d9; +} + .stroke-slate-950\\/90 { stroke: #020617e6; } @@ -12070,6 +16582,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f4; } +.stroke-stone-100\\/15 { + stroke: #f5f5f426; +} + .stroke-stone-100\\/20 { stroke: #f5f5f433; } @@ -12082,10 +16598,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f44d; } +.stroke-stone-100\\/35 { + stroke: #f5f5f459; +} + .stroke-stone-100\\/40 { stroke: #f5f5f466; } +.stroke-stone-100\\/45 { + stroke: #f5f5f473; +} + .stroke-stone-100\\/5 { stroke: #f5f5f40d; } @@ -12094,10 +16618,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f480; } +.stroke-stone-100\\/55 { + stroke: #f5f5f48c; +} + .stroke-stone-100\\/60 { stroke: #f5f5f499; } +.stroke-stone-100\\/65 { + stroke: #f5f5f4a6; +} + .stroke-stone-100\\/70 { stroke: #f5f5f4b3; } @@ -12110,6 +16642,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f5f4cc; } +.stroke-stone-100\\/85 { + stroke: #f5f5f4d9; +} + .stroke-stone-100\\/90 { stroke: #f5f5f4e6; } @@ -12134,6 +16670,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e7e5e4; } +.stroke-stone-200\\/15 { + stroke: #e7e5e426; +} + .stroke-stone-200\\/20 { stroke: #e7e5e433; } @@ -12146,10 +16686,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e7e5e44d; } +.stroke-stone-200\\/35 { + stroke: #e7e5e459; +} + .stroke-stone-200\\/40 { stroke: #e7e5e466; } +.stroke-stone-200\\/45 { + stroke: #e7e5e473; +} + .stroke-stone-200\\/5 { stroke: #e7e5e40d; } @@ -12158,10 +16706,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e7e5e480; } +.stroke-stone-200\\/55 { + stroke: #e7e5e48c; +} + .stroke-stone-200\\/60 { stroke: #e7e5e499; } +.stroke-stone-200\\/65 { + stroke: #e7e5e4a6; +} + .stroke-stone-200\\/70 { stroke: #e7e5e4b3; } @@ -12174,6 +16730,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e7e5e4cc; } +.stroke-stone-200\\/85 { + stroke: #e7e5e4d9; +} + .stroke-stone-200\\/90 { stroke: #e7e5e4e6; } @@ -12198,6 +16758,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d6d3d1; } +.stroke-stone-300\\/15 { + stroke: #d6d3d126; +} + .stroke-stone-300\\/20 { stroke: #d6d3d133; } @@ -12210,10 +16774,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d6d3d14d; } +.stroke-stone-300\\/35 { + stroke: #d6d3d159; +} + .stroke-stone-300\\/40 { stroke: #d6d3d166; } +.stroke-stone-300\\/45 { + stroke: #d6d3d173; +} + .stroke-stone-300\\/5 { stroke: #d6d3d10d; } @@ -12222,10 +16794,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d6d3d180; } +.stroke-stone-300\\/55 { + stroke: #d6d3d18c; +} + .stroke-stone-300\\/60 { stroke: #d6d3d199; } +.stroke-stone-300\\/65 { + stroke: #d6d3d1a6; +} + .stroke-stone-300\\/70 { stroke: #d6d3d1b3; } @@ -12238,6 +16818,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d6d3d1cc; } +.stroke-stone-300\\/85 { + stroke: #d6d3d1d9; +} + .stroke-stone-300\\/90 { stroke: #d6d3d1e6; } @@ -12262,6 +16846,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a8a29e; } +.stroke-stone-400\\/15 { + stroke: #a8a29e26; +} + .stroke-stone-400\\/20 { stroke: #a8a29e33; } @@ -12274,10 +16862,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a8a29e4d; } +.stroke-stone-400\\/35 { + stroke: #a8a29e59; +} + .stroke-stone-400\\/40 { stroke: #a8a29e66; } +.stroke-stone-400\\/45 { + stroke: #a8a29e73; +} + .stroke-stone-400\\/5 { stroke: #a8a29e0d; } @@ -12286,10 +16882,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a8a29e80; } +.stroke-stone-400\\/55 { + stroke: #a8a29e8c; +} + .stroke-stone-400\\/60 { stroke: #a8a29e99; } +.stroke-stone-400\\/65 { + stroke: #a8a29ea6; +} + .stroke-stone-400\\/70 { stroke: #a8a29eb3; } @@ -12302,6 +16906,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a8a29ecc; } +.stroke-stone-400\\/85 { + stroke: #a8a29ed9; +} + .stroke-stone-400\\/90 { stroke: #a8a29ee6; } @@ -12326,6 +16934,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafaf9; } +.stroke-stone-50\\/15 { + stroke: #fafaf926; +} + .stroke-stone-50\\/20 { stroke: #fafaf933; } @@ -12338,10 +16950,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafaf94d; } +.stroke-stone-50\\/35 { + stroke: #fafaf959; +} + .stroke-stone-50\\/40 { stroke: #fafaf966; } +.stroke-stone-50\\/45 { + stroke: #fafaf973; +} + .stroke-stone-50\\/5 { stroke: #fafaf90d; } @@ -12350,10 +16970,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafaf980; } +.stroke-stone-50\\/55 { + stroke: #fafaf98c; +} + .stroke-stone-50\\/60 { stroke: #fafaf999; } +.stroke-stone-50\\/65 { + stroke: #fafaf9a6; +} + .stroke-stone-50\\/70 { stroke: #fafaf9b3; } @@ -12366,6 +16994,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafaf9cc; } +.stroke-stone-50\\/85 { + stroke: #fafaf9d9; +} + .stroke-stone-50\\/90 { stroke: #fafaf9e6; } @@ -12390,6 +17022,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78716c; } +.stroke-stone-500\\/15 { + stroke: #78716c26; +} + .stroke-stone-500\\/20 { stroke: #78716c33; } @@ -12402,10 +17038,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78716c4d; } +.stroke-stone-500\\/35 { + stroke: #78716c59; +} + .stroke-stone-500\\/40 { stroke: #78716c66; } +.stroke-stone-500\\/45 { + stroke: #78716c73; +} + .stroke-stone-500\\/5 { stroke: #78716c0d; } @@ -12414,10 +17058,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78716c80; } +.stroke-stone-500\\/55 { + stroke: #78716c8c; +} + .stroke-stone-500\\/60 { stroke: #78716c99; } +.stroke-stone-500\\/65 { + stroke: #78716ca6; +} + .stroke-stone-500\\/70 { stroke: #78716cb3; } @@ -12430,6 +17082,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #78716ccc; } +.stroke-stone-500\\/85 { + stroke: #78716cd9; +} + .stroke-stone-500\\/90 { stroke: #78716ce6; } @@ -12454,6 +17110,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #57534e; } +.stroke-stone-600\\/15 { + stroke: #57534e26; +} + .stroke-stone-600\\/20 { stroke: #57534e33; } @@ -12466,10 +17126,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #57534e4d; } +.stroke-stone-600\\/35 { + stroke: #57534e59; +} + .stroke-stone-600\\/40 { stroke: #57534e66; } +.stroke-stone-600\\/45 { + stroke: #57534e73; +} + .stroke-stone-600\\/5 { stroke: #57534e0d; } @@ -12478,10 +17146,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #57534e80; } +.stroke-stone-600\\/55 { + stroke: #57534e8c; +} + .stroke-stone-600\\/60 { stroke: #57534e99; } +.stroke-stone-600\\/65 { + stroke: #57534ea6; +} + .stroke-stone-600\\/70 { stroke: #57534eb3; } @@ -12494,6 +17170,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #57534ecc; } +.stroke-stone-600\\/85 { + stroke: #57534ed9; +} + .stroke-stone-600\\/90 { stroke: #57534ee6; } @@ -12518,6 +17198,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #44403c; } +.stroke-stone-700\\/15 { + stroke: #44403c26; +} + .stroke-stone-700\\/20 { stroke: #44403c33; } @@ -12530,10 +17214,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #44403c4d; } +.stroke-stone-700\\/35 { + stroke: #44403c59; +} + .stroke-stone-700\\/40 { stroke: #44403c66; } +.stroke-stone-700\\/45 { + stroke: #44403c73; +} + .stroke-stone-700\\/5 { stroke: #44403c0d; } @@ -12542,10 +17234,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #44403c80; } +.stroke-stone-700\\/55 { + stroke: #44403c8c; +} + .stroke-stone-700\\/60 { stroke: #44403c99; } +.stroke-stone-700\\/65 { + stroke: #44403ca6; +} + .stroke-stone-700\\/70 { stroke: #44403cb3; } @@ -12558,6 +17258,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #44403ccc; } +.stroke-stone-700\\/85 { + stroke: #44403cd9; +} + .stroke-stone-700\\/90 { stroke: #44403ce6; } @@ -12582,6 +17286,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #292524; } +.stroke-stone-800\\/15 { + stroke: #29252426; +} + .stroke-stone-800\\/20 { stroke: #29252433; } @@ -12594,10 +17302,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2925244d; } +.stroke-stone-800\\/35 { + stroke: #29252459; +} + .stroke-stone-800\\/40 { stroke: #29252466; } +.stroke-stone-800\\/45 { + stroke: #29252473; +} + .stroke-stone-800\\/5 { stroke: #2925240d; } @@ -12606,10 +17322,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #29252480; } +.stroke-stone-800\\/55 { + stroke: #2925248c; +} + .stroke-stone-800\\/60 { stroke: #29252499; } +.stroke-stone-800\\/65 { + stroke: #292524a6; +} + .stroke-stone-800\\/70 { stroke: #292524b3; } @@ -12622,6 +17346,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #292524cc; } +.stroke-stone-800\\/85 { + stroke: #292524d9; +} + .stroke-stone-800\\/90 { stroke: #292524e6; } @@ -12646,6 +17374,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1c1917; } +.stroke-stone-900\\/15 { + stroke: #1c191726; +} + .stroke-stone-900\\/20 { stroke: #1c191733; } @@ -12658,10 +17390,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1c19174d; } +.stroke-stone-900\\/35 { + stroke: #1c191759; +} + .stroke-stone-900\\/40 { stroke: #1c191766; } +.stroke-stone-900\\/45 { + stroke: #1c191773; +} + .stroke-stone-900\\/5 { stroke: #1c19170d; } @@ -12670,10 +17410,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1c191780; } +.stroke-stone-900\\/55 { + stroke: #1c19178c; +} + .stroke-stone-900\\/60 { stroke: #1c191799; } +.stroke-stone-900\\/65 { + stroke: #1c1917a6; +} + .stroke-stone-900\\/70 { stroke: #1c1917b3; } @@ -12686,6 +17434,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #1c1917cc; } +.stroke-stone-900\\/85 { + stroke: #1c1917d9; +} + .stroke-stone-900\\/90 { stroke: #1c1917e6; } @@ -12710,6 +17462,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c0a09; } +.stroke-stone-950\\/15 { + stroke: #0c0a0926; +} + .stroke-stone-950\\/20 { stroke: #0c0a0933; } @@ -12722,10 +17478,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c0a094d; } +.stroke-stone-950\\/35 { + stroke: #0c0a0959; +} + .stroke-stone-950\\/40 { stroke: #0c0a0966; } +.stroke-stone-950\\/45 { + stroke: #0c0a0973; +} + .stroke-stone-950\\/5 { stroke: #0c0a090d; } @@ -12734,10 +17498,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c0a0980; } +.stroke-stone-950\\/55 { + stroke: #0c0a098c; +} + .stroke-stone-950\\/60 { stroke: #0c0a0999; } +.stroke-stone-950\\/65 { + stroke: #0c0a09a6; +} + .stroke-stone-950\\/70 { stroke: #0c0a09b3; } @@ -12750,6 +17522,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0c0a09cc; } +.stroke-stone-950\\/85 { + stroke: #0c0a09d9; +} + .stroke-stone-950\\/90 { stroke: #0c0a09e6; } @@ -12774,6 +17550,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ccfbf1; } +.stroke-teal-100\\/15 { + stroke: #ccfbf126; +} + .stroke-teal-100\\/20 { stroke: #ccfbf133; } @@ -12786,10 +17566,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ccfbf14d; } +.stroke-teal-100\\/35 { + stroke: #ccfbf159; +} + .stroke-teal-100\\/40 { stroke: #ccfbf166; } +.stroke-teal-100\\/45 { + stroke: #ccfbf173; +} + .stroke-teal-100\\/5 { stroke: #ccfbf10d; } @@ -12798,10 +17586,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ccfbf180; } +.stroke-teal-100\\/55 { + stroke: #ccfbf18c; +} + .stroke-teal-100\\/60 { stroke: #ccfbf199; } +.stroke-teal-100\\/65 { + stroke: #ccfbf1a6; +} + .stroke-teal-100\\/70 { stroke: #ccfbf1b3; } @@ -12814,6 +17610,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ccfbf1cc; } +.stroke-teal-100\\/85 { + stroke: #ccfbf1d9; +} + .stroke-teal-100\\/90 { stroke: #ccfbf1e6; } @@ -12838,6 +17638,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #99f6e4; } +.stroke-teal-200\\/15 { + stroke: #99f6e426; +} + .stroke-teal-200\\/20 { stroke: #99f6e433; } @@ -12850,10 +17654,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #99f6e44d; } +.stroke-teal-200\\/35 { + stroke: #99f6e459; +} + .stroke-teal-200\\/40 { stroke: #99f6e466; } +.stroke-teal-200\\/45 { + stroke: #99f6e473; +} + .stroke-teal-200\\/5 { stroke: #99f6e40d; } @@ -12862,10 +17674,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #99f6e480; } +.stroke-teal-200\\/55 { + stroke: #99f6e48c; +} + .stroke-teal-200\\/60 { stroke: #99f6e499; } +.stroke-teal-200\\/65 { + stroke: #99f6e4a6; +} + .stroke-teal-200\\/70 { stroke: #99f6e4b3; } @@ -12878,6 +17698,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #99f6e4cc; } +.stroke-teal-200\\/85 { + stroke: #99f6e4d9; +} + .stroke-teal-200\\/90 { stroke: #99f6e4e6; } @@ -12902,6 +17726,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5eead4; } +.stroke-teal-300\\/15 { + stroke: #5eead426; +} + .stroke-teal-300\\/20 { stroke: #5eead433; } @@ -12914,10 +17742,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5eead44d; } +.stroke-teal-300\\/35 { + stroke: #5eead459; +} + .stroke-teal-300\\/40 { stroke: #5eead466; } +.stroke-teal-300\\/45 { + stroke: #5eead473; +} + .stroke-teal-300\\/5 { stroke: #5eead40d; } @@ -12926,10 +17762,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5eead480; } +.stroke-teal-300\\/55 { + stroke: #5eead48c; +} + .stroke-teal-300\\/60 { stroke: #5eead499; } +.stroke-teal-300\\/65 { + stroke: #5eead4a6; +} + .stroke-teal-300\\/70 { stroke: #5eead4b3; } @@ -12942,6 +17786,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5eead4cc; } +.stroke-teal-300\\/85 { + stroke: #5eead4d9; +} + .stroke-teal-300\\/90 { stroke: #5eead4e6; } @@ -12966,6 +17814,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2dd4bf; } +.stroke-teal-400\\/15 { + stroke: #2dd4bf26; +} + .stroke-teal-400\\/20 { stroke: #2dd4bf33; } @@ -12978,10 +17830,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2dd4bf4d; } +.stroke-teal-400\\/35 { + stroke: #2dd4bf59; +} + .stroke-teal-400\\/40 { stroke: #2dd4bf66; } +.stroke-teal-400\\/45 { + stroke: #2dd4bf73; +} + .stroke-teal-400\\/5 { stroke: #2dd4bf0d; } @@ -12990,10 +17850,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2dd4bf80; } +.stroke-teal-400\\/55 { + stroke: #2dd4bf8c; +} + .stroke-teal-400\\/60 { stroke: #2dd4bf99; } +.stroke-teal-400\\/65 { + stroke: #2dd4bfa6; +} + .stroke-teal-400\\/70 { stroke: #2dd4bfb3; } @@ -13006,6 +17874,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2dd4bfcc; } +.stroke-teal-400\\/85 { + stroke: #2dd4bfd9; +} + .stroke-teal-400\\/90 { stroke: #2dd4bfe6; } @@ -13030,6 +17902,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdfa; } +.stroke-teal-50\\/15 { + stroke: #f0fdfa26; +} + .stroke-teal-50\\/20 { stroke: #f0fdfa33; } @@ -13042,10 +17918,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdfa4d; } +.stroke-teal-50\\/35 { + stroke: #f0fdfa59; +} + .stroke-teal-50\\/40 { stroke: #f0fdfa66; } +.stroke-teal-50\\/45 { + stroke: #f0fdfa73; +} + .stroke-teal-50\\/5 { stroke: #f0fdfa0d; } @@ -13054,10 +17938,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdfa80; } +.stroke-teal-50\\/55 { + stroke: #f0fdfa8c; +} + .stroke-teal-50\\/60 { stroke: #f0fdfa99; } +.stroke-teal-50\\/65 { + stroke: #f0fdfaa6; +} + .stroke-teal-50\\/70 { stroke: #f0fdfab3; } @@ -13070,6 +17962,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f0fdfacc; } +.stroke-teal-50\\/85 { + stroke: #f0fdfad9; +} + .stroke-teal-50\\/90 { stroke: #f0fdfae6; } @@ -13094,6 +17990,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14b8a6; } +.stroke-teal-500\\/15 { + stroke: #14b8a626; +} + .stroke-teal-500\\/20 { stroke: #14b8a633; } @@ -13106,10 +18006,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14b8a64d; } +.stroke-teal-500\\/35 { + stroke: #14b8a659; +} + .stroke-teal-500\\/40 { stroke: #14b8a666; } +.stroke-teal-500\\/45 { + stroke: #14b8a673; +} + .stroke-teal-500\\/5 { stroke: #14b8a60d; } @@ -13118,10 +18026,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14b8a680; } +.stroke-teal-500\\/55 { + stroke: #14b8a68c; +} + .stroke-teal-500\\/60 { stroke: #14b8a699; } +.stroke-teal-500\\/65 { + stroke: #14b8a6a6; +} + .stroke-teal-500\\/70 { stroke: #14b8a6b3; } @@ -13134,6 +18050,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #14b8a6cc; } +.stroke-teal-500\\/85 { + stroke: #14b8a6d9; +} + .stroke-teal-500\\/90 { stroke: #14b8a6e6; } @@ -13158,6 +18078,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0d9488; } +.stroke-teal-600\\/15 { + stroke: #0d948826; +} + .stroke-teal-600\\/20 { stroke: #0d948833; } @@ -13170,10 +18094,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0d94884d; } +.stroke-teal-600\\/35 { + stroke: #0d948859; +} + .stroke-teal-600\\/40 { stroke: #0d948866; } +.stroke-teal-600\\/45 { + stroke: #0d948873; +} + .stroke-teal-600\\/5 { stroke: #0d94880d; } @@ -13182,10 +18114,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0d948880; } +.stroke-teal-600\\/55 { + stroke: #0d94888c; +} + .stroke-teal-600\\/60 { stroke: #0d948899; } +.stroke-teal-600\\/65 { + stroke: #0d9488a6; +} + .stroke-teal-600\\/70 { stroke: #0d9488b3; } @@ -13198,6 +18138,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0d9488cc; } +.stroke-teal-600\\/85 { + stroke: #0d9488d9; +} + .stroke-teal-600\\/90 { stroke: #0d9488e6; } @@ -13222,6 +18166,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f766e; } +.stroke-teal-700\\/15 { + stroke: #0f766e26; +} + .stroke-teal-700\\/20 { stroke: #0f766e33; } @@ -13234,10 +18182,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f766e4d; } +.stroke-teal-700\\/35 { + stroke: #0f766e59; +} + .stroke-teal-700\\/40 { stroke: #0f766e66; } +.stroke-teal-700\\/45 { + stroke: #0f766e73; +} + .stroke-teal-700\\/5 { stroke: #0f766e0d; } @@ -13246,10 +18202,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f766e80; } +.stroke-teal-700\\/55 { + stroke: #0f766e8c; +} + .stroke-teal-700\\/60 { stroke: #0f766e99; } +.stroke-teal-700\\/65 { + stroke: #0f766ea6; +} + .stroke-teal-700\\/70 { stroke: #0f766eb3; } @@ -13262,6 +18226,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0f766ecc; } +.stroke-teal-700\\/85 { + stroke: #0f766ed9; +} + .stroke-teal-700\\/90 { stroke: #0f766ee6; } @@ -13286,6 +18254,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #115e59; } +.stroke-teal-800\\/15 { + stroke: #115e5926; +} + .stroke-teal-800\\/20 { stroke: #115e5933; } @@ -13298,10 +18270,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #115e594d; } +.stroke-teal-800\\/35 { + stroke: #115e5959; +} + .stroke-teal-800\\/40 { stroke: #115e5966; } +.stroke-teal-800\\/45 { + stroke: #115e5973; +} + .stroke-teal-800\\/5 { stroke: #115e590d; } @@ -13310,10 +18290,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #115e5980; } +.stroke-teal-800\\/55 { + stroke: #115e598c; +} + .stroke-teal-800\\/60 { stroke: #115e5999; } +.stroke-teal-800\\/65 { + stroke: #115e59a6; +} + .stroke-teal-800\\/70 { stroke: #115e59b3; } @@ -13326,6 +18314,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #115e59cc; } +.stroke-teal-800\\/85 { + stroke: #115e59d9; +} + .stroke-teal-800\\/90 { stroke: #115e59e6; } @@ -13350,6 +18342,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #134e4a; } +.stroke-teal-900\\/15 { + stroke: #134e4a26; +} + .stroke-teal-900\\/20 { stroke: #134e4a33; } @@ -13362,10 +18358,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #134e4a4d; } +.stroke-teal-900\\/35 { + stroke: #134e4a59; +} + .stroke-teal-900\\/40 { stroke: #134e4a66; } +.stroke-teal-900\\/45 { + stroke: #134e4a73; +} + .stroke-teal-900\\/5 { stroke: #134e4a0d; } @@ -13374,10 +18378,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #134e4a80; } +.stroke-teal-900\\/55 { + stroke: #134e4a8c; +} + .stroke-teal-900\\/60 { stroke: #134e4a99; } +.stroke-teal-900\\/65 { + stroke: #134e4aa6; +} + .stroke-teal-900\\/70 { stroke: #134e4ab3; } @@ -13390,6 +18402,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #134e4acc; } +.stroke-teal-900\\/85 { + stroke: #134e4ad9; +} + .stroke-teal-900\\/90 { stroke: #134e4ae6; } @@ -13414,6 +18430,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #042f2e; } +.stroke-teal-950\\/15 { + stroke: #042f2e26; +} + .stroke-teal-950\\/20 { stroke: #042f2e33; } @@ -13426,10 +18446,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #042f2e4d; } +.stroke-teal-950\\/35 { + stroke: #042f2e59; +} + .stroke-teal-950\\/40 { stroke: #042f2e66; } +.stroke-teal-950\\/45 { + stroke: #042f2e73; +} + .stroke-teal-950\\/5 { stroke: #042f2e0d; } @@ -13438,10 +18466,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #042f2e80; } +.stroke-teal-950\\/55 { + stroke: #042f2e8c; +} + .stroke-teal-950\\/60 { stroke: #042f2e99; } +.stroke-teal-950\\/65 { + stroke: #042f2ea6; +} + .stroke-teal-950\\/70 { stroke: #042f2eb3; } @@ -13454,6 +18490,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #042f2ecc; } +.stroke-teal-950\\/85 { + stroke: #042f2ed9; +} + .stroke-teal-950\\/90 { stroke: #042f2ee6; } @@ -13474,6 +18514,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #000; } +.stroke-transparent\\/15 { + stroke: #00000026; +} + .stroke-transparent\\/20 { stroke: #0003; } @@ -13486,10 +18530,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #0000004d; } +.stroke-transparent\\/35 { + stroke: #00000059; +} + .stroke-transparent\\/40 { stroke: #0006; } +.stroke-transparent\\/45 { + stroke: #00000073; +} + .stroke-transparent\\/5 { stroke: #0000000d; } @@ -13498,10 +18550,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #00000080; } +.stroke-transparent\\/55 { + stroke: #0000008c; +} + .stroke-transparent\\/60 { stroke: #0009; } +.stroke-transparent\\/65 { + stroke: #000000a6; +} + .stroke-transparent\\/70 { stroke: #000000b3; } @@ -13514,6 +18574,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #000c; } +.stroke-transparent\\/85 { + stroke: #000000d9; +} + .stroke-transparent\\/90 { stroke: #000000e6; } @@ -13538,6 +18602,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ede9fe; } +.stroke-violet-100\\/15 { + stroke: #ede9fe26; +} + .stroke-violet-100\\/20 { stroke: #ede9fe33; } @@ -13550,10 +18618,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ede9fe4d; } +.stroke-violet-100\\/35 { + stroke: #ede9fe59; +} + .stroke-violet-100\\/40 { stroke: #ede9fe66; } +.stroke-violet-100\\/45 { + stroke: #ede9fe73; +} + .stroke-violet-100\\/5 { stroke: #ede9fe0d; } @@ -13562,10 +18638,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ede9fe80; } +.stroke-violet-100\\/55 { + stroke: #ede9fe8c; +} + .stroke-violet-100\\/60 { stroke: #ede9fe99; } +.stroke-violet-100\\/65 { + stroke: #ede9fea6; +} + .stroke-violet-100\\/70 { stroke: #ede9feb3; } @@ -13578,6 +18662,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ede9fecc; } +.stroke-violet-100\\/85 { + stroke: #ede9fed9; +} + .stroke-violet-100\\/90 { stroke: #ede9fee6; } @@ -13602,6 +18690,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ddd6fe; } +.stroke-violet-200\\/15 { + stroke: #ddd6fe26; +} + .stroke-violet-200\\/20 { stroke: #ddd6fe33; } @@ -13614,10 +18706,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ddd6fe4d; } +.stroke-violet-200\\/35 { + stroke: #ddd6fe59; +} + .stroke-violet-200\\/40 { stroke: #ddd6fe66; } +.stroke-violet-200\\/45 { + stroke: #ddd6fe73; +} + .stroke-violet-200\\/5 { stroke: #ddd6fe0d; } @@ -13626,10 +18726,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ddd6fe80; } +.stroke-violet-200\\/55 { + stroke: #ddd6fe8c; +} + .stroke-violet-200\\/60 { stroke: #ddd6fe99; } +.stroke-violet-200\\/65 { + stroke: #ddd6fea6; +} + .stroke-violet-200\\/70 { stroke: #ddd6feb3; } @@ -13642,6 +18750,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ddd6fecc; } +.stroke-violet-200\\/85 { + stroke: #ddd6fed9; +} + .stroke-violet-200\\/90 { stroke: #ddd6fee6; } @@ -13666,6 +18778,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c4b5fd; } +.stroke-violet-300\\/15 { + stroke: #c4b5fd26; +} + .stroke-violet-300\\/20 { stroke: #c4b5fd33; } @@ -13678,10 +18794,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c4b5fd4d; } +.stroke-violet-300\\/35 { + stroke: #c4b5fd59; +} + .stroke-violet-300\\/40 { stroke: #c4b5fd66; } +.stroke-violet-300\\/45 { + stroke: #c4b5fd73; +} + .stroke-violet-300\\/5 { stroke: #c4b5fd0d; } @@ -13690,10 +18814,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c4b5fd80; } +.stroke-violet-300\\/55 { + stroke: #c4b5fd8c; +} + .stroke-violet-300\\/60 { stroke: #c4b5fd99; } +.stroke-violet-300\\/65 { + stroke: #c4b5fda6; +} + .stroke-violet-300\\/70 { stroke: #c4b5fdb3; } @@ -13706,6 +18838,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #c4b5fdcc; } +.stroke-violet-300\\/85 { + stroke: #c4b5fdd9; +} + .stroke-violet-300\\/90 { stroke: #c4b5fde6; } @@ -13730,6 +18866,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a78bfa; } +.stroke-violet-400\\/15 { + stroke: #a78bfa26; +} + .stroke-violet-400\\/20 { stroke: #a78bfa33; } @@ -13742,10 +18882,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a78bfa4d; } +.stroke-violet-400\\/35 { + stroke: #a78bfa59; +} + .stroke-violet-400\\/40 { stroke: #a78bfa66; } +.stroke-violet-400\\/45 { + stroke: #a78bfa73; +} + .stroke-violet-400\\/5 { stroke: #a78bfa0d; } @@ -13754,10 +18902,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a78bfa80; } +.stroke-violet-400\\/55 { + stroke: #a78bfa8c; +} + .stroke-violet-400\\/60 { stroke: #a78bfa99; } +.stroke-violet-400\\/65 { + stroke: #a78bfaa6; +} + .stroke-violet-400\\/70 { stroke: #a78bfab3; } @@ -13770,6 +18926,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a78bfacc; } +.stroke-violet-400\\/85 { + stroke: #a78bfad9; +} + .stroke-violet-400\\/90 { stroke: #a78bfae6; } @@ -13794,6 +18954,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f3ff; } +.stroke-violet-50\\/15 { + stroke: #f5f3ff26; +} + .stroke-violet-50\\/20 { stroke: #f5f3ff33; } @@ -13806,10 +18970,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f3ff4d; } +.stroke-violet-50\\/35 { + stroke: #f5f3ff59; +} + .stroke-violet-50\\/40 { stroke: #f5f3ff66; } +.stroke-violet-50\\/45 { + stroke: #f5f3ff73; +} + .stroke-violet-50\\/5 { stroke: #f5f3ff0d; } @@ -13818,10 +18990,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f3ff80; } +.stroke-violet-50\\/55 { + stroke: #f5f3ff8c; +} + .stroke-violet-50\\/60 { stroke: #f5f3ff99; } +.stroke-violet-50\\/65 { + stroke: #f5f3ffa6; +} + .stroke-violet-50\\/70 { stroke: #f5f3ffb3; } @@ -13834,6 +19014,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f5f3ffcc; } +.stroke-violet-50\\/85 { + stroke: #f5f3ffd9; +} + .stroke-violet-50\\/90 { stroke: #f5f3ffe6; } @@ -13858,6 +19042,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #8b5cf6; } +.stroke-violet-500\\/15 { + stroke: #8b5cf626; +} + .stroke-violet-500\\/20 { stroke: #8b5cf633; } @@ -13870,10 +19058,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #8b5cf64d; } +.stroke-violet-500\\/35 { + stroke: #8b5cf659; +} + .stroke-violet-500\\/40 { stroke: #8b5cf666; } +.stroke-violet-500\\/45 { + stroke: #8b5cf673; +} + .stroke-violet-500\\/5 { stroke: #8b5cf60d; } @@ -13882,10 +19078,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #8b5cf680; } +.stroke-violet-500\\/55 { + stroke: #8b5cf68c; +} + .stroke-violet-500\\/60 { stroke: #8b5cf699; } +.stroke-violet-500\\/65 { + stroke: #8b5cf6a6; +} + .stroke-violet-500\\/70 { stroke: #8b5cf6b3; } @@ -13898,6 +19102,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #8b5cf6cc; } +.stroke-violet-500\\/85 { + stroke: #8b5cf6d9; +} + .stroke-violet-500\\/90 { stroke: #8b5cf6e6; } @@ -13922,6 +19130,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c3aed; } +.stroke-violet-600\\/15 { + stroke: #7c3aed26; +} + .stroke-violet-600\\/20 { stroke: #7c3aed33; } @@ -13934,10 +19146,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c3aed4d; } +.stroke-violet-600\\/35 { + stroke: #7c3aed59; +} + .stroke-violet-600\\/40 { stroke: #7c3aed66; } +.stroke-violet-600\\/45 { + stroke: #7c3aed73; +} + .stroke-violet-600\\/5 { stroke: #7c3aed0d; } @@ -13946,10 +19166,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c3aed80; } +.stroke-violet-600\\/55 { + stroke: #7c3aed8c; +} + .stroke-violet-600\\/60 { stroke: #7c3aed99; } +.stroke-violet-600\\/65 { + stroke: #7c3aeda6; +} + .stroke-violet-600\\/70 { stroke: #7c3aedb3; } @@ -13962,6 +19190,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #7c3aedcc; } +.stroke-violet-600\\/85 { + stroke: #7c3aedd9; +} + .stroke-violet-600\\/90 { stroke: #7c3aede6; } @@ -13986,6 +19218,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6d28d9; } +.stroke-violet-700\\/15 { + stroke: #6d28d926; +} + .stroke-violet-700\\/20 { stroke: #6d28d933; } @@ -13998,10 +19234,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6d28d94d; } +.stroke-violet-700\\/35 { + stroke: #6d28d959; +} + .stroke-violet-700\\/40 { stroke: #6d28d966; } +.stroke-violet-700\\/45 { + stroke: #6d28d973; +} + .stroke-violet-700\\/5 { stroke: #6d28d90d; } @@ -14010,10 +19254,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6d28d980; } +.stroke-violet-700\\/55 { + stroke: #6d28d98c; +} + .stroke-violet-700\\/60 { stroke: #6d28d999; } +.stroke-violet-700\\/65 { + stroke: #6d28d9a6; +} + .stroke-violet-700\\/70 { stroke: #6d28d9b3; } @@ -14026,6 +19278,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #6d28d9cc; } +.stroke-violet-700\\/85 { + stroke: #6d28d9d9; +} + .stroke-violet-700\\/90 { stroke: #6d28d9e6; } @@ -14050,6 +19306,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5b21b6; } +.stroke-violet-800\\/15 { + stroke: #5b21b626; +} + .stroke-violet-800\\/20 { stroke: #5b21b633; } @@ -14062,10 +19322,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5b21b64d; } +.stroke-violet-800\\/35 { + stroke: #5b21b659; +} + .stroke-violet-800\\/40 { stroke: #5b21b666; } +.stroke-violet-800\\/45 { + stroke: #5b21b673; +} + .stroke-violet-800\\/5 { stroke: #5b21b60d; } @@ -14074,10 +19342,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5b21b680; } +.stroke-violet-800\\/55 { + stroke: #5b21b68c; +} + .stroke-violet-800\\/60 { stroke: #5b21b699; } +.stroke-violet-800\\/65 { + stroke: #5b21b6a6; +} + .stroke-violet-800\\/70 { stroke: #5b21b6b3; } @@ -14090,6 +19366,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #5b21b6cc; } +.stroke-violet-800\\/85 { + stroke: #5b21b6d9; +} + .stroke-violet-800\\/90 { stroke: #5b21b6e6; } @@ -14114,6 +19394,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c1d95; } +.stroke-violet-900\\/15 { + stroke: #4c1d9526; +} + .stroke-violet-900\\/20 { stroke: #4c1d9533; } @@ -14126,10 +19410,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c1d954d; } +.stroke-violet-900\\/35 { + stroke: #4c1d9559; +} + .stroke-violet-900\\/40 { stroke: #4c1d9566; } +.stroke-violet-900\\/45 { + stroke: #4c1d9573; +} + .stroke-violet-900\\/5 { stroke: #4c1d950d; } @@ -14138,10 +19430,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c1d9580; } +.stroke-violet-900\\/55 { + stroke: #4c1d958c; +} + .stroke-violet-900\\/60 { stroke: #4c1d9599; } +.stroke-violet-900\\/65 { + stroke: #4c1d95a6; +} + .stroke-violet-900\\/70 { stroke: #4c1d95b3; } @@ -14154,6 +19454,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4c1d95cc; } +.stroke-violet-900\\/85 { + stroke: #4c1d95d9; +} + .stroke-violet-900\\/90 { stroke: #4c1d95e6; } @@ -14178,6 +19482,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2e1065; } +.stroke-violet-950\\/15 { + stroke: #2e106526; +} + .stroke-violet-950\\/20 { stroke: #2e106533; } @@ -14190,10 +19498,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2e10654d; } +.stroke-violet-950\\/35 { + stroke: #2e106559; +} + .stroke-violet-950\\/40 { stroke: #2e106566; } +.stroke-violet-950\\/45 { + stroke: #2e106573; +} + .stroke-violet-950\\/5 { stroke: #2e10650d; } @@ -14202,10 +19518,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2e106580; } +.stroke-violet-950\\/55 { + stroke: #2e10658c; +} + .stroke-violet-950\\/60 { stroke: #2e106599; } +.stroke-violet-950\\/65 { + stroke: #2e1065a6; +} + .stroke-violet-950\\/70 { stroke: #2e1065b3; } @@ -14218,6 +19542,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #2e1065cc; } +.stroke-violet-950\\/85 { + stroke: #2e1065d9; +} + .stroke-violet-950\\/90 { stroke: #2e1065e6; } @@ -14242,6 +19570,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fff; } +.stroke-white\\/15 { + stroke: #ffffff26; +} + .stroke-white\\/20 { stroke: #fff3; } @@ -14254,10 +19586,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffffff4d; } +.stroke-white\\/35 { + stroke: #ffffff59; +} + .stroke-white\\/40 { stroke: #fff6; } +.stroke-white\\/45 { + stroke: #ffffff73; +} + .stroke-white\\/5 { stroke: #ffffff0d; } @@ -14266,10 +19606,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ffffff80; } +.stroke-white\\/55 { + stroke: #ffffff8c; +} + .stroke-white\\/60 { stroke: #fff9; } +.stroke-white\\/65 { + stroke: #ffffffa6; +} + .stroke-white\\/70 { stroke: #ffffffb3; } @@ -14282,6 +19630,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fffc; } +.stroke-white\\/85 { + stroke: #ffffffd9; +} + .stroke-white\\/90 { stroke: #ffffffe6; } @@ -14306,6 +19658,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef9c3; } +.stroke-yellow-100\\/15 { + stroke: #fef9c326; +} + .stroke-yellow-100\\/20 { stroke: #fef9c333; } @@ -14318,10 +19674,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef9c34d; } +.stroke-yellow-100\\/35 { + stroke: #fef9c359; +} + .stroke-yellow-100\\/40 { stroke: #fef9c366; } +.stroke-yellow-100\\/45 { + stroke: #fef9c373; +} + .stroke-yellow-100\\/5 { stroke: #fef9c30d; } @@ -14330,10 +19694,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef9c380; } +.stroke-yellow-100\\/55 { + stroke: #fef9c38c; +} + .stroke-yellow-100\\/60 { stroke: #fef9c399; } +.stroke-yellow-100\\/65 { + stroke: #fef9c3a6; +} + .stroke-yellow-100\\/70 { stroke: #fef9c3b3; } @@ -14346,6 +19718,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef9c3cc; } +.stroke-yellow-100\\/85 { + stroke: #fef9c3d9; +} + .stroke-yellow-100\\/90 { stroke: #fef9c3e6; } @@ -14370,6 +19746,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef08a; } +.stroke-yellow-200\\/15 { + stroke: #fef08a26; +} + .stroke-yellow-200\\/20 { stroke: #fef08a33; } @@ -14382,10 +19762,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef08a4d; } +.stroke-yellow-200\\/35 { + stroke: #fef08a59; +} + .stroke-yellow-200\\/40 { stroke: #fef08a66; } +.stroke-yellow-200\\/45 { + stroke: #fef08a73; +} + .stroke-yellow-200\\/5 { stroke: #fef08a0d; } @@ -14394,10 +19782,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef08a80; } +.stroke-yellow-200\\/55 { + stroke: #fef08a8c; +} + .stroke-yellow-200\\/60 { stroke: #fef08a99; } +.stroke-yellow-200\\/65 { + stroke: #fef08aa6; +} + .stroke-yellow-200\\/70 { stroke: #fef08ab3; } @@ -14410,6 +19806,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fef08acc; } +.stroke-yellow-200\\/85 { + stroke: #fef08ad9; +} + .stroke-yellow-200\\/90 { stroke: #fef08ae6; } @@ -14434,6 +19834,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde047; } +.stroke-yellow-300\\/15 { + stroke: #fde04726; +} + .stroke-yellow-300\\/20 { stroke: #fde04733; } @@ -14446,10 +19850,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde0474d; } +.stroke-yellow-300\\/35 { + stroke: #fde04759; +} + .stroke-yellow-300\\/40 { stroke: #fde04766; } +.stroke-yellow-300\\/45 { + stroke: #fde04773; +} + .stroke-yellow-300\\/5 { stroke: #fde0470d; } @@ -14458,10 +19870,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde04780; } +.stroke-yellow-300\\/55 { + stroke: #fde0478c; +} + .stroke-yellow-300\\/60 { stroke: #fde04799; } +.stroke-yellow-300\\/65 { + stroke: #fde047a6; +} + .stroke-yellow-300\\/70 { stroke: #fde047b3; } @@ -14474,6 +19894,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fde047cc; } +.stroke-yellow-300\\/85 { + stroke: #fde047d9; +} + .stroke-yellow-300\\/90 { stroke: #fde047e6; } @@ -14498,6 +19922,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #facc15; } +.stroke-yellow-400\\/15 { + stroke: #facc1526; +} + .stroke-yellow-400\\/20 { stroke: #facc1533; } @@ -14510,10 +19938,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #facc154d; } +.stroke-yellow-400\\/35 { + stroke: #facc1559; +} + .stroke-yellow-400\\/40 { stroke: #facc1566; } +.stroke-yellow-400\\/45 { + stroke: #facc1573; +} + .stroke-yellow-400\\/5 { stroke: #facc150d; } @@ -14522,10 +19958,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #facc1580; } +.stroke-yellow-400\\/55 { + stroke: #facc158c; +} + .stroke-yellow-400\\/60 { stroke: #facc1599; } +.stroke-yellow-400\\/65 { + stroke: #facc15a6; +} + .stroke-yellow-400\\/70 { stroke: #facc15b3; } @@ -14538,6 +19982,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #facc15cc; } +.stroke-yellow-400\\/85 { + stroke: #facc15d9; +} + .stroke-yellow-400\\/90 { stroke: #facc15e6; } @@ -14562,6 +20010,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fefce8; } +.stroke-yellow-50\\/15 { + stroke: #fefce826; +} + .stroke-yellow-50\\/20 { stroke: #fefce833; } @@ -14574,10 +20026,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fefce84d; } +.stroke-yellow-50\\/35 { + stroke: #fefce859; +} + .stroke-yellow-50\\/40 { stroke: #fefce866; } +.stroke-yellow-50\\/45 { + stroke: #fefce873; +} + .stroke-yellow-50\\/5 { stroke: #fefce80d; } @@ -14586,10 +20046,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fefce880; } +.stroke-yellow-50\\/55 { + stroke: #fefce88c; +} + .stroke-yellow-50\\/60 { stroke: #fefce899; } +.stroke-yellow-50\\/65 { + stroke: #fefce8a6; +} + .stroke-yellow-50\\/70 { stroke: #fefce8b3; } @@ -14602,6 +20070,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fefce8cc; } +.stroke-yellow-50\\/85 { + stroke: #fefce8d9; +} + .stroke-yellow-50\\/90 { stroke: #fefce8e6; } @@ -14626,6 +20098,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eab308; } +.stroke-yellow-500\\/15 { + stroke: #eab30826; +} + .stroke-yellow-500\\/20 { stroke: #eab30833; } @@ -14638,10 +20114,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eab3084d; } +.stroke-yellow-500\\/35 { + stroke: #eab30859; +} + .stroke-yellow-500\\/40 { stroke: #eab30866; } +.stroke-yellow-500\\/45 { + stroke: #eab30873; +} + .stroke-yellow-500\\/5 { stroke: #eab3080d; } @@ -14650,10 +20134,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eab30880; } +.stroke-yellow-500\\/55 { + stroke: #eab3088c; +} + .stroke-yellow-500\\/60 { stroke: #eab30899; } +.stroke-yellow-500\\/65 { + stroke: #eab308a6; +} + .stroke-yellow-500\\/70 { stroke: #eab308b3; } @@ -14666,6 +20158,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #eab308cc; } +.stroke-yellow-500\\/85 { + stroke: #eab308d9; +} + .stroke-yellow-500\\/90 { stroke: #eab308e6; } @@ -14690,6 +20186,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ca8a04; } +.stroke-yellow-600\\/15 { + stroke: #ca8a0426; +} + .stroke-yellow-600\\/20 { stroke: #ca8a0433; } @@ -14702,10 +20202,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ca8a044d; } +.stroke-yellow-600\\/35 { + stroke: #ca8a0459; +} + .stroke-yellow-600\\/40 { stroke: #ca8a0466; } +.stroke-yellow-600\\/45 { + stroke: #ca8a0473; +} + .stroke-yellow-600\\/5 { stroke: #ca8a040d; } @@ -14714,10 +20222,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ca8a0480; } +.stroke-yellow-600\\/55 { + stroke: #ca8a048c; +} + .stroke-yellow-600\\/60 { stroke: #ca8a0499; } +.stroke-yellow-600\\/65 { + stroke: #ca8a04a6; +} + .stroke-yellow-600\\/70 { stroke: #ca8a04b3; } @@ -14730,6 +20246,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #ca8a04cc; } +.stroke-yellow-600\\/85 { + stroke: #ca8a04d9; +} + .stroke-yellow-600\\/90 { stroke: #ca8a04e6; } @@ -14754,6 +20274,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a16207; } +.stroke-yellow-700\\/15 { + stroke: #a1620726; +} + .stroke-yellow-700\\/20 { stroke: #a1620733; } @@ -14766,10 +20290,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a162074d; } +.stroke-yellow-700\\/35 { + stroke: #a1620759; +} + .stroke-yellow-700\\/40 { stroke: #a1620766; } +.stroke-yellow-700\\/45 { + stroke: #a1620773; +} + .stroke-yellow-700\\/5 { stroke: #a162070d; } @@ -14778,10 +20310,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a1620780; } +.stroke-yellow-700\\/55 { + stroke: #a162078c; +} + .stroke-yellow-700\\/60 { stroke: #a1620799; } +.stroke-yellow-700\\/65 { + stroke: #a16207a6; +} + .stroke-yellow-700\\/70 { stroke: #a16207b3; } @@ -14794,6 +20334,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a16207cc; } +.stroke-yellow-700\\/85 { + stroke: #a16207d9; +} + .stroke-yellow-700\\/90 { stroke: #a16207e6; } @@ -14818,6 +20362,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #854d0e; } +.stroke-yellow-800\\/15 { + stroke: #854d0e26; +} + .stroke-yellow-800\\/20 { stroke: #854d0e33; } @@ -14830,10 +20378,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #854d0e4d; } +.stroke-yellow-800\\/35 { + stroke: #854d0e59; +} + .stroke-yellow-800\\/40 { stroke: #854d0e66; } +.stroke-yellow-800\\/45 { + stroke: #854d0e73; +} + .stroke-yellow-800\\/5 { stroke: #854d0e0d; } @@ -14842,10 +20398,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #854d0e80; } +.stroke-yellow-800\\/55 { + stroke: #854d0e8c; +} + .stroke-yellow-800\\/60 { stroke: #854d0e99; } +.stroke-yellow-800\\/65 { + stroke: #854d0ea6; +} + .stroke-yellow-800\\/70 { stroke: #854d0eb3; } @@ -14858,6 +20422,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #854d0ecc; } +.stroke-yellow-800\\/85 { + stroke: #854d0ed9; +} + .stroke-yellow-800\\/90 { stroke: #854d0ee6; } @@ -14882,6 +20450,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #713f12; } +.stroke-yellow-900\\/15 { + stroke: #713f1226; +} + .stroke-yellow-900\\/20 { stroke: #713f1233; } @@ -14894,10 +20466,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #713f124d; } +.stroke-yellow-900\\/35 { + stroke: #713f1259; +} + .stroke-yellow-900\\/40 { stroke: #713f1266; } +.stroke-yellow-900\\/45 { + stroke: #713f1273; +} + .stroke-yellow-900\\/5 { stroke: #713f120d; } @@ -14906,10 +20486,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #713f1280; } +.stroke-yellow-900\\/55 { + stroke: #713f128c; +} + .stroke-yellow-900\\/60 { stroke: #713f1299; } +.stroke-yellow-900\\/65 { + stroke: #713f12a6; +} + .stroke-yellow-900\\/70 { stroke: #713f12b3; } @@ -14922,6 +20510,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #713f12cc; } +.stroke-yellow-900\\/85 { + stroke: #713f12d9; +} + .stroke-yellow-900\\/90 { stroke: #713f12e6; } @@ -14946,6 +20538,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #422006; } +.stroke-yellow-950\\/15 { + stroke: #42200626; +} + .stroke-yellow-950\\/20 { stroke: #42200633; } @@ -14958,10 +20554,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #4220064d; } +.stroke-yellow-950\\/35 { + stroke: #42200659; +} + .stroke-yellow-950\\/40 { stroke: #42200666; } +.stroke-yellow-950\\/45 { + stroke: #42200673; +} + .stroke-yellow-950\\/5 { stroke: #4220060d; } @@ -14970,10 +20574,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #42200680; } +.stroke-yellow-950\\/55 { + stroke: #4220068c; +} + .stroke-yellow-950\\/60 { stroke: #42200699; } +.stroke-yellow-950\\/65 { + stroke: #422006a6; +} + .stroke-yellow-950\\/70 { stroke: #422006b3; } @@ -14986,6 +20598,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #422006cc; } +.stroke-yellow-950\\/85 { + stroke: #422006d9; +} + .stroke-yellow-950\\/90 { stroke: #422006e6; } @@ -15010,6 +20626,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f4f4f5; } +.stroke-zinc-100\\/15 { + stroke: #f4f4f526; +} + .stroke-zinc-100\\/20 { stroke: #f4f4f533; } @@ -15022,10 +20642,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f4f4f54d; } +.stroke-zinc-100\\/35 { + stroke: #f4f4f559; +} + .stroke-zinc-100\\/40 { stroke: #f4f4f566; } +.stroke-zinc-100\\/45 { + stroke: #f4f4f573; +} + .stroke-zinc-100\\/5 { stroke: #f4f4f50d; } @@ -15034,10 +20662,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f4f4f580; } +.stroke-zinc-100\\/55 { + stroke: #f4f4f58c; +} + .stroke-zinc-100\\/60 { stroke: #f4f4f599; } +.stroke-zinc-100\\/65 { + stroke: #f4f4f5a6; +} + .stroke-zinc-100\\/70 { stroke: #f4f4f5b3; } @@ -15050,6 +20686,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #f4f4f5cc; } +.stroke-zinc-100\\/85 { + stroke: #f4f4f5d9; +} + .stroke-zinc-100\\/90 { stroke: #f4f4f5e6; } @@ -15074,6 +20714,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e4e4e7; } +.stroke-zinc-200\\/15 { + stroke: #e4e4e726; +} + .stroke-zinc-200\\/20 { stroke: #e4e4e733; } @@ -15086,10 +20730,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e4e4e74d; } +.stroke-zinc-200\\/35 { + stroke: #e4e4e759; +} + .stroke-zinc-200\\/40 { stroke: #e4e4e766; } +.stroke-zinc-200\\/45 { + stroke: #e4e4e773; +} + .stroke-zinc-200\\/5 { stroke: #e4e4e70d; } @@ -15098,10 +20750,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e4e4e780; } +.stroke-zinc-200\\/55 { + stroke: #e4e4e78c; +} + .stroke-zinc-200\\/60 { stroke: #e4e4e799; } +.stroke-zinc-200\\/65 { + stroke: #e4e4e7a6; +} + .stroke-zinc-200\\/70 { stroke: #e4e4e7b3; } @@ -15114,6 +20774,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #e4e4e7cc; } +.stroke-zinc-200\\/85 { + stroke: #e4e4e7d9; +} + .stroke-zinc-200\\/90 { stroke: #e4e4e7e6; } @@ -15138,6 +20802,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d8; } +.stroke-zinc-300\\/15 { + stroke: #d4d4d826; +} + .stroke-zinc-300\\/20 { stroke: #d4d4d833; } @@ -15150,10 +20818,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d84d; } +.stroke-zinc-300\\/35 { + stroke: #d4d4d859; +} + .stroke-zinc-300\\/40 { stroke: #d4d4d866; } +.stroke-zinc-300\\/45 { + stroke: #d4d4d873; +} + .stroke-zinc-300\\/5 { stroke: #d4d4d80d; } @@ -15162,10 +20838,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d880; } +.stroke-zinc-300\\/55 { + stroke: #d4d4d88c; +} + .stroke-zinc-300\\/60 { stroke: #d4d4d899; } +.stroke-zinc-300\\/65 { + stroke: #d4d4d8a6; +} + .stroke-zinc-300\\/70 { stroke: #d4d4d8b3; } @@ -15178,6 +20862,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #d4d4d8cc; } +.stroke-zinc-300\\/85 { + stroke: #d4d4d8d9; +} + .stroke-zinc-300\\/90 { stroke: #d4d4d8e6; } @@ -15202,6 +20890,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a1a1aa; } +.stroke-zinc-400\\/15 { + stroke: #a1a1aa26; +} + .stroke-zinc-400\\/20 { stroke: #a1a1aa33; } @@ -15214,10 +20906,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a1a1aa4d; } +.stroke-zinc-400\\/35 { + stroke: #a1a1aa59; +} + .stroke-zinc-400\\/40 { stroke: #a1a1aa66; } +.stroke-zinc-400\\/45 { + stroke: #a1a1aa73; +} + .stroke-zinc-400\\/5 { stroke: #a1a1aa0d; } @@ -15226,10 +20926,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a1a1aa80; } +.stroke-zinc-400\\/55 { + stroke: #a1a1aa8c; +} + .stroke-zinc-400\\/60 { stroke: #a1a1aa99; } +.stroke-zinc-400\\/65 { + stroke: #a1a1aaa6; +} + .stroke-zinc-400\\/70 { stroke: #a1a1aab3; } @@ -15242,6 +20950,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #a1a1aacc; } +.stroke-zinc-400\\/85 { + stroke: #a1a1aad9; +} + .stroke-zinc-400\\/90 { stroke: #a1a1aae6; } @@ -15266,6 +20978,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafa; } +.stroke-zinc-50\\/15 { + stroke: #fafafa26; +} + .stroke-zinc-50\\/20 { stroke: #fafafa33; } @@ -15278,10 +20994,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafa4d; } +.stroke-zinc-50\\/35 { + stroke: #fafafa59; +} + .stroke-zinc-50\\/40 { stroke: #fafafa66; } +.stroke-zinc-50\\/45 { + stroke: #fafafa73; +} + .stroke-zinc-50\\/5 { stroke: #fafafa0d; } @@ -15290,10 +21014,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafa80; } +.stroke-zinc-50\\/55 { + stroke: #fafafa8c; +} + .stroke-zinc-50\\/60 { stroke: #fafafa99; } +.stroke-zinc-50\\/65 { + stroke: #fafafaa6; +} + .stroke-zinc-50\\/70 { stroke: #fafafab3; } @@ -15306,6 +21038,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #fafafacc; } +.stroke-zinc-50\\/85 { + stroke: #fafafad9; +} + .stroke-zinc-50\\/90 { stroke: #fafafae6; } @@ -15330,6 +21066,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #71717a; } +.stroke-zinc-500\\/15 { + stroke: #71717a26; +} + .stroke-zinc-500\\/20 { stroke: #71717a33; } @@ -15342,10 +21082,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #71717a4d; } +.stroke-zinc-500\\/35 { + stroke: #71717a59; +} + .stroke-zinc-500\\/40 { stroke: #71717a66; } +.stroke-zinc-500\\/45 { + stroke: #71717a73; +} + .stroke-zinc-500\\/5 { stroke: #71717a0d; } @@ -15354,10 +21102,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #71717a80; } +.stroke-zinc-500\\/55 { + stroke: #71717a8c; +} + .stroke-zinc-500\\/60 { stroke: #71717a99; } +.stroke-zinc-500\\/65 { + stroke: #71717aa6; +} + .stroke-zinc-500\\/70 { stroke: #71717ab3; } @@ -15370,6 +21126,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #71717acc; } +.stroke-zinc-500\\/85 { + stroke: #71717ad9; +} + .stroke-zinc-500\\/90 { stroke: #71717ae6; } @@ -15394,6 +21154,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #52525b; } +.stroke-zinc-600\\/15 { + stroke: #52525b26; +} + .stroke-zinc-600\\/20 { stroke: #52525b33; } @@ -15406,10 +21170,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #52525b4d; } +.stroke-zinc-600\\/35 { + stroke: #52525b59; +} + .stroke-zinc-600\\/40 { stroke: #52525b66; } +.stroke-zinc-600\\/45 { + stroke: #52525b73; +} + .stroke-zinc-600\\/5 { stroke: #52525b0d; } @@ -15418,10 +21190,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #52525b80; } +.stroke-zinc-600\\/55 { + stroke: #52525b8c; +} + .stroke-zinc-600\\/60 { stroke: #52525b99; } +.stroke-zinc-600\\/65 { + stroke: #52525ba6; +} + .stroke-zinc-600\\/70 { stroke: #52525bb3; } @@ -15434,6 +21214,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #52525bcc; } +.stroke-zinc-600\\/85 { + stroke: #52525bd9; +} + .stroke-zinc-600\\/90 { stroke: #52525be6; } @@ -15458,6 +21242,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f3f46; } +.stroke-zinc-700\\/15 { + stroke: #3f3f4626; +} + .stroke-zinc-700\\/20 { stroke: #3f3f4633; } @@ -15470,10 +21258,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f3f464d; } +.stroke-zinc-700\\/35 { + stroke: #3f3f4659; +} + .stroke-zinc-700\\/40 { stroke: #3f3f4666; } +.stroke-zinc-700\\/45 { + stroke: #3f3f4673; +} + .stroke-zinc-700\\/5 { stroke: #3f3f460d; } @@ -15482,10 +21278,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f3f4680; } +.stroke-zinc-700\\/55 { + stroke: #3f3f468c; +} + .stroke-zinc-700\\/60 { stroke: #3f3f4699; } +.stroke-zinc-700\\/65 { + stroke: #3f3f46a6; +} + .stroke-zinc-700\\/70 { stroke: #3f3f46b3; } @@ -15498,6 +21302,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #3f3f46cc; } +.stroke-zinc-700\\/85 { + stroke: #3f3f46d9; +} + .stroke-zinc-700\\/90 { stroke: #3f3f46e6; } @@ -15522,6 +21330,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #27272a; } +.stroke-zinc-800\\/15 { + stroke: #27272a26; +} + .stroke-zinc-800\\/20 { stroke: #27272a33; } @@ -15534,10 +21346,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #27272a4d; } +.stroke-zinc-800\\/35 { + stroke: #27272a59; +} + .stroke-zinc-800\\/40 { stroke: #27272a66; } +.stroke-zinc-800\\/45 { + stroke: #27272a73; +} + .stroke-zinc-800\\/5 { stroke: #27272a0d; } @@ -15546,10 +21366,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #27272a80; } +.stroke-zinc-800\\/55 { + stroke: #27272a8c; +} + .stroke-zinc-800\\/60 { stroke: #27272a99; } +.stroke-zinc-800\\/65 { + stroke: #27272aa6; +} + .stroke-zinc-800\\/70 { stroke: #27272ab3; } @@ -15562,6 +21390,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #27272acc; } +.stroke-zinc-800\\/85 { + stroke: #27272ad9; +} + .stroke-zinc-800\\/90 { stroke: #27272ae6; } @@ -15586,6 +21418,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #18181b; } +.stroke-zinc-900\\/15 { + stroke: #18181b26; +} + .stroke-zinc-900\\/20 { stroke: #18181b33; } @@ -15598,10 +21434,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #18181b4d; } +.stroke-zinc-900\\/35 { + stroke: #18181b59; +} + .stroke-zinc-900\\/40 { stroke: #18181b66; } +.stroke-zinc-900\\/45 { + stroke: #18181b73; +} + .stroke-zinc-900\\/5 { stroke: #18181b0d; } @@ -15610,10 +21454,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #18181b80; } +.stroke-zinc-900\\/55 { + stroke: #18181b8c; +} + .stroke-zinc-900\\/60 { stroke: #18181b99; } +.stroke-zinc-900\\/65 { + stroke: #18181ba6; +} + .stroke-zinc-900\\/70 { stroke: #18181bb3; } @@ -15626,6 +21478,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #18181bcc; } +.stroke-zinc-900\\/85 { + stroke: #18181bd9; +} + .stroke-zinc-900\\/90 { stroke: #18181be6; } @@ -15650,6 +21506,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #09090b; } +.stroke-zinc-950\\/15 { + stroke: #09090b26; +} + .stroke-zinc-950\\/20 { stroke: #09090b33; } @@ -15662,10 +21522,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #09090b4d; } +.stroke-zinc-950\\/35 { + stroke: #09090b59; +} + .stroke-zinc-950\\/40 { stroke: #09090b66; } +.stroke-zinc-950\\/45 { + stroke: #09090b73; +} + .stroke-zinc-950\\/5 { stroke: #09090b0d; } @@ -15674,10 +21542,18 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #09090b80; } +.stroke-zinc-950\\/55 { + stroke: #09090b8c; +} + .stroke-zinc-950\\/60 { stroke: #09090b99; } +.stroke-zinc-950\\/65 { + stroke: #09090ba6; +} + .stroke-zinc-950\\/70 { stroke: #09090bb3; } @@ -15690,6 +21566,10 @@ exports[`should test the 'stroke' plugin 1`] = ` stroke: #09090bcc; } +.stroke-zinc-950\\/85 { + stroke: #09090bd9; +} + .stroke-zinc-950\\/90 { stroke: #09090be6; } diff --git a/tests/plugins/__snapshots__/textColor.test.js.snap b/tests/plugins/__snapshots__/textColor.test.js.snap index e6e1dd0ed781..d9a261a6458c 100644 --- a/tests/plugins/__snapshots__/textColor.test.js.snap +++ b/tests/plugins/__snapshots__/textColor.test.js.snap @@ -26,6 +26,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef3c7; } +.text-amber-100\\/15 { + color: #fef3c726; +} + .text-amber-100\\/20 { color: #fef3c733; } @@ -38,10 +42,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef3c74d; } +.text-amber-100\\/35 { + color: #fef3c759; +} + .text-amber-100\\/40 { color: #fef3c766; } +.text-amber-100\\/45 { + color: #fef3c773; +} + .text-amber-100\\/5 { color: #fef3c70d; } @@ -50,10 +62,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef3c780; } +.text-amber-100\\/55 { + color: #fef3c78c; +} + .text-amber-100\\/60 { color: #fef3c799; } +.text-amber-100\\/65 { + color: #fef3c7a6; +} + .text-amber-100\\/70 { color: #fef3c7b3; } @@ -66,6 +86,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef3c7cc; } +.text-amber-100\\/85 { + color: #fef3c7d9; +} + .text-amber-100\\/90 { color: #fef3c7e6; } @@ -90,6 +114,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde68a; } +.text-amber-200\\/15 { + color: #fde68a26; +} + .text-amber-200\\/20 { color: #fde68a33; } @@ -102,10 +130,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde68a4d; } +.text-amber-200\\/35 { + color: #fde68a59; +} + .text-amber-200\\/40 { color: #fde68a66; } +.text-amber-200\\/45 { + color: #fde68a73; +} + .text-amber-200\\/5 { color: #fde68a0d; } @@ -114,10 +150,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde68a80; } +.text-amber-200\\/55 { + color: #fde68a8c; +} + .text-amber-200\\/60 { color: #fde68a99; } +.text-amber-200\\/65 { + color: #fde68aa6; +} + .text-amber-200\\/70 { color: #fde68ab3; } @@ -130,6 +174,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde68acc; } +.text-amber-200\\/85 { + color: #fde68ad9; +} + .text-amber-200\\/90 { color: #fde68ae6; } @@ -154,6 +202,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fcd34d; } +.text-amber-300\\/15 { + color: #fcd34d26; +} + .text-amber-300\\/20 { color: #fcd34d33; } @@ -166,10 +218,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fcd34d4d; } +.text-amber-300\\/35 { + color: #fcd34d59; +} + .text-amber-300\\/40 { color: #fcd34d66; } +.text-amber-300\\/45 { + color: #fcd34d73; +} + .text-amber-300\\/5 { color: #fcd34d0d; } @@ -178,10 +238,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fcd34d80; } +.text-amber-300\\/55 { + color: #fcd34d8c; +} + .text-amber-300\\/60 { color: #fcd34d99; } +.text-amber-300\\/65 { + color: #fcd34da6; +} + .text-amber-300\\/70 { color: #fcd34db3; } @@ -194,6 +262,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fcd34dcc; } +.text-amber-300\\/85 { + color: #fcd34dd9; +} + .text-amber-300\\/90 { color: #fcd34de6; } @@ -218,6 +290,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbbf24; } +.text-amber-400\\/15 { + color: #fbbf2426; +} + .text-amber-400\\/20 { color: #fbbf2433; } @@ -230,10 +306,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbbf244d; } +.text-amber-400\\/35 { + color: #fbbf2459; +} + .text-amber-400\\/40 { color: #fbbf2466; } +.text-amber-400\\/45 { + color: #fbbf2473; +} + .text-amber-400\\/5 { color: #fbbf240d; } @@ -242,10 +326,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbbf2480; } +.text-amber-400\\/55 { + color: #fbbf248c; +} + .text-amber-400\\/60 { color: #fbbf2499; } +.text-amber-400\\/65 { + color: #fbbf24a6; +} + .text-amber-400\\/70 { color: #fbbf24b3; } @@ -258,6 +350,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbbf24cc; } +.text-amber-400\\/85 { + color: #fbbf24d9; +} + .text-amber-400\\/90 { color: #fbbf24e6; } @@ -282,6 +378,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fffbeb; } +.text-amber-50\\/15 { + color: #fffbeb26; +} + .text-amber-50\\/20 { color: #fffbeb33; } @@ -294,10 +394,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fffbeb4d; } +.text-amber-50\\/35 { + color: #fffbeb59; +} + .text-amber-50\\/40 { color: #fffbeb66; } +.text-amber-50\\/45 { + color: #fffbeb73; +} + .text-amber-50\\/5 { color: #fffbeb0d; } @@ -306,10 +414,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fffbeb80; } +.text-amber-50\\/55 { + color: #fffbeb8c; +} + .text-amber-50\\/60 { color: #fffbeb99; } +.text-amber-50\\/65 { + color: #fffbeba6; +} + .text-amber-50\\/70 { color: #fffbebb3; } @@ -322,6 +438,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fffbebcc; } +.text-amber-50\\/85 { + color: #fffbebd9; +} + .text-amber-50\\/90 { color: #fffbebe6; } @@ -346,6 +466,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f59e0b; } +.text-amber-500\\/15 { + color: #f59e0b26; +} + .text-amber-500\\/20 { color: #f59e0b33; } @@ -358,10 +482,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f59e0b4d; } +.text-amber-500\\/35 { + color: #f59e0b59; +} + .text-amber-500\\/40 { color: #f59e0b66; } +.text-amber-500\\/45 { + color: #f59e0b73; +} + .text-amber-500\\/5 { color: #f59e0b0d; } @@ -370,10 +502,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f59e0b80; } +.text-amber-500\\/55 { + color: #f59e0b8c; +} + .text-amber-500\\/60 { color: #f59e0b99; } +.text-amber-500\\/65 { + color: #f59e0ba6; +} + .text-amber-500\\/70 { color: #f59e0bb3; } @@ -386,6 +526,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f59e0bcc; } +.text-amber-500\\/85 { + color: #f59e0bd9; +} + .text-amber-500\\/90 { color: #f59e0be6; } @@ -410,6 +554,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d97706; } +.text-amber-600\\/15 { + color: #d9770626; +} + .text-amber-600\\/20 { color: #d9770633; } @@ -422,10 +570,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d977064d; } +.text-amber-600\\/35 { + color: #d9770659; +} + .text-amber-600\\/40 { color: #d9770666; } +.text-amber-600\\/45 { + color: #d9770673; +} + .text-amber-600\\/5 { color: #d977060d; } @@ -434,10 +590,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d9770680; } +.text-amber-600\\/55 { + color: #d977068c; +} + .text-amber-600\\/60 { color: #d9770699; } +.text-amber-600\\/65 { + color: #d97706a6; +} + .text-amber-600\\/70 { color: #d97706b3; } @@ -450,6 +614,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d97706cc; } +.text-amber-600\\/85 { + color: #d97706d9; +} + .text-amber-600\\/90 { color: #d97706e6; } @@ -474,6 +642,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b45309; } +.text-amber-700\\/15 { + color: #b4530926; +} + .text-amber-700\\/20 { color: #b4530933; } @@ -486,10 +658,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b453094d; } +.text-amber-700\\/35 { + color: #b4530959; +} + .text-amber-700\\/40 { color: #b4530966; } +.text-amber-700\\/45 { + color: #b4530973; +} + .text-amber-700\\/5 { color: #b453090d; } @@ -498,10 +678,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b4530980; } +.text-amber-700\\/55 { + color: #b453098c; +} + .text-amber-700\\/60 { color: #b4530999; } +.text-amber-700\\/65 { + color: #b45309a6; +} + .text-amber-700\\/70 { color: #b45309b3; } @@ -514,6 +702,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b45309cc; } +.text-amber-700\\/85 { + color: #b45309d9; +} + .text-amber-700\\/90 { color: #b45309e6; } @@ -538,6 +730,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #92400e; } +.text-amber-800\\/15 { + color: #92400e26; +} + .text-amber-800\\/20 { color: #92400e33; } @@ -550,10 +746,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #92400e4d; } +.text-amber-800\\/35 { + color: #92400e59; +} + .text-amber-800\\/40 { color: #92400e66; } +.text-amber-800\\/45 { + color: #92400e73; +} + .text-amber-800\\/5 { color: #92400e0d; } @@ -562,10 +766,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #92400e80; } +.text-amber-800\\/55 { + color: #92400e8c; +} + .text-amber-800\\/60 { color: #92400e99; } +.text-amber-800\\/65 { + color: #92400ea6; +} + .text-amber-800\\/70 { color: #92400eb3; } @@ -578,6 +790,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #92400ecc; } +.text-amber-800\\/85 { + color: #92400ed9; +} + .text-amber-800\\/90 { color: #92400ee6; } @@ -602,6 +818,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78350f; } +.text-amber-900\\/15 { + color: #78350f26; +} + .text-amber-900\\/20 { color: #78350f33; } @@ -614,10 +834,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78350f4d; } +.text-amber-900\\/35 { + color: #78350f59; +} + .text-amber-900\\/40 { color: #78350f66; } +.text-amber-900\\/45 { + color: #78350f73; +} + .text-amber-900\\/5 { color: #78350f0d; } @@ -626,10 +854,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78350f80; } +.text-amber-900\\/55 { + color: #78350f8c; +} + .text-amber-900\\/60 { color: #78350f99; } +.text-amber-900\\/65 { + color: #78350fa6; +} + .text-amber-900\\/70 { color: #78350fb3; } @@ -642,6 +878,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78350fcc; } +.text-amber-900\\/85 { + color: #78350fd9; +} + .text-amber-900\\/90 { color: #78350fe6; } @@ -666,6 +906,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #451a03; } +.text-amber-950\\/15 { + color: #451a0326; +} + .text-amber-950\\/20 { color: #451a0333; } @@ -678,10 +922,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #451a034d; } +.text-amber-950\\/35 { + color: #451a0359; +} + .text-amber-950\\/40 { color: #451a0366; } +.text-amber-950\\/45 { + color: #451a0373; +} + .text-amber-950\\/5 { color: #451a030d; } @@ -690,10 +942,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #451a0380; } +.text-amber-950\\/55 { + color: #451a038c; +} + .text-amber-950\\/60 { color: #451a0399; } +.text-amber-950\\/65 { + color: #451a03a6; +} + .text-amber-950\\/70 { color: #451a03b3; } @@ -706,6 +966,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #451a03cc; } +.text-amber-950\\/85 { + color: #451a03d9; +} + .text-amber-950\\/90 { color: #451a03e6; } @@ -730,6 +994,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #000; } +.text-black\\/15 { + color: #00000026; +} + .text-black\\/20 { color: #0003; } @@ -742,10 +1010,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0000004d; } +.text-black\\/35 { + color: #00000059; +} + .text-black\\/40 { color: #0006; } +.text-black\\/45 { + color: #00000073; +} + .text-black\\/5 { color: #0000000d; } @@ -754,10 +1030,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #00000080; } +.text-black\\/55 { + color: #0000008c; +} + .text-black\\/60 { color: #0009; } +.text-black\\/65 { + color: #000000a6; +} + .text-black\\/70 { color: #000000b3; } @@ -770,6 +1054,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #000c; } +.text-black\\/85 { + color: #000000d9; +} + .text-black\\/90 { color: #000000e6; } @@ -794,6 +1082,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dbeafe; } +.text-blue-100\\/15 { + color: #dbeafe26; +} + .text-blue-100\\/20 { color: #dbeafe33; } @@ -806,10 +1098,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dbeafe4d; } +.text-blue-100\\/35 { + color: #dbeafe59; +} + .text-blue-100\\/40 { color: #dbeafe66; } +.text-blue-100\\/45 { + color: #dbeafe73; +} + .text-blue-100\\/5 { color: #dbeafe0d; } @@ -818,10 +1118,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dbeafe80; } +.text-blue-100\\/55 { + color: #dbeafe8c; +} + .text-blue-100\\/60 { color: #dbeafe99; } +.text-blue-100\\/65 { + color: #dbeafea6; +} + .text-blue-100\\/70 { color: #dbeafeb3; } @@ -834,6 +1142,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dbeafecc; } +.text-blue-100\\/85 { + color: #dbeafed9; +} + .text-blue-100\\/90 { color: #dbeafee6; } @@ -858,6 +1170,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bfdbfe; } +.text-blue-200\\/15 { + color: #bfdbfe26; +} + .text-blue-200\\/20 { color: #bfdbfe33; } @@ -870,10 +1186,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bfdbfe4d; } +.text-blue-200\\/35 { + color: #bfdbfe59; +} + .text-blue-200\\/40 { color: #bfdbfe66; } +.text-blue-200\\/45 { + color: #bfdbfe73; +} + .text-blue-200\\/5 { color: #bfdbfe0d; } @@ -882,10 +1206,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bfdbfe80; } +.text-blue-200\\/55 { + color: #bfdbfe8c; +} + .text-blue-200\\/60 { color: #bfdbfe99; } +.text-blue-200\\/65 { + color: #bfdbfea6; +} + .text-blue-200\\/70 { color: #bfdbfeb3; } @@ -898,6 +1230,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bfdbfecc; } +.text-blue-200\\/85 { + color: #bfdbfed9; +} + .text-blue-200\\/90 { color: #bfdbfee6; } @@ -922,6 +1258,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #93c5fd; } +.text-blue-300\\/15 { + color: #93c5fd26; +} + .text-blue-300\\/20 { color: #93c5fd33; } @@ -934,10 +1274,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #93c5fd4d; } +.text-blue-300\\/35 { + color: #93c5fd59; +} + .text-blue-300\\/40 { color: #93c5fd66; } +.text-blue-300\\/45 { + color: #93c5fd73; +} + .text-blue-300\\/5 { color: #93c5fd0d; } @@ -946,10 +1294,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #93c5fd80; } +.text-blue-300\\/55 { + color: #93c5fd8c; +} + .text-blue-300\\/60 { color: #93c5fd99; } +.text-blue-300\\/65 { + color: #93c5fda6; +} + .text-blue-300\\/70 { color: #93c5fdb3; } @@ -962,6 +1318,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #93c5fdcc; } +.text-blue-300\\/85 { + color: #93c5fdd9; +} + .text-blue-300\\/90 { color: #93c5fde6; } @@ -986,6 +1346,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #60a5fa; } +.text-blue-400\\/15 { + color: #60a5fa26; +} + .text-blue-400\\/20 { color: #60a5fa33; } @@ -998,10 +1362,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #60a5fa4d; } +.text-blue-400\\/35 { + color: #60a5fa59; +} + .text-blue-400\\/40 { color: #60a5fa66; } +.text-blue-400\\/45 { + color: #60a5fa73; +} + .text-blue-400\\/5 { color: #60a5fa0d; } @@ -1010,10 +1382,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #60a5fa80; } +.text-blue-400\\/55 { + color: #60a5fa8c; +} + .text-blue-400\\/60 { color: #60a5fa99; } +.text-blue-400\\/65 { + color: #60a5faa6; +} + .text-blue-400\\/70 { color: #60a5fab3; } @@ -1026,6 +1406,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #60a5facc; } +.text-blue-400\\/85 { + color: #60a5fad9; +} + .text-blue-400\\/90 { color: #60a5fae6; } @@ -1050,6 +1434,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eff6ff; } +.text-blue-50\\/15 { + color: #eff6ff26; +} + .text-blue-50\\/20 { color: #eff6ff33; } @@ -1062,10 +1450,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eff6ff4d; } +.text-blue-50\\/35 { + color: #eff6ff59; +} + .text-blue-50\\/40 { color: #eff6ff66; } +.text-blue-50\\/45 { + color: #eff6ff73; +} + .text-blue-50\\/5 { color: #eff6ff0d; } @@ -1074,10 +1470,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eff6ff80; } +.text-blue-50\\/55 { + color: #eff6ff8c; +} + .text-blue-50\\/60 { color: #eff6ff99; } +.text-blue-50\\/65 { + color: #eff6ffa6; +} + .text-blue-50\\/70 { color: #eff6ffb3; } @@ -1090,6 +1494,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eff6ffcc; } +.text-blue-50\\/85 { + color: #eff6ffd9; +} + .text-blue-50\\/90 { color: #eff6ffe6; } @@ -1114,6 +1522,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b82f6; } +.text-blue-500\\/15 { + color: #3b82f626; +} + .text-blue-500\\/20 { color: #3b82f633; } @@ -1126,10 +1538,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b82f64d; } +.text-blue-500\\/35 { + color: #3b82f659; +} + .text-blue-500\\/40 { color: #3b82f666; } +.text-blue-500\\/45 { + color: #3b82f673; +} + .text-blue-500\\/5 { color: #3b82f60d; } @@ -1138,10 +1558,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b82f680; } +.text-blue-500\\/55 { + color: #3b82f68c; +} + .text-blue-500\\/60 { color: #3b82f699; } +.text-blue-500\\/65 { + color: #3b82f6a6; +} + .text-blue-500\\/70 { color: #3b82f6b3; } @@ -1154,6 +1582,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b82f6cc; } +.text-blue-500\\/85 { + color: #3b82f6d9; +} + .text-blue-500\\/90 { color: #3b82f6e6; } @@ -1178,6 +1610,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2563eb; } +.text-blue-600\\/15 { + color: #2563eb26; +} + .text-blue-600\\/20 { color: #2563eb33; } @@ -1190,10 +1626,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2563eb4d; } +.text-blue-600\\/35 { + color: #2563eb59; +} + .text-blue-600\\/40 { color: #2563eb66; } +.text-blue-600\\/45 { + color: #2563eb73; +} + .text-blue-600\\/5 { color: #2563eb0d; } @@ -1202,10 +1646,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2563eb80; } +.text-blue-600\\/55 { + color: #2563eb8c; +} + .text-blue-600\\/60 { color: #2563eb99; } +.text-blue-600\\/65 { + color: #2563eba6; +} + .text-blue-600\\/70 { color: #2563ebb3; } @@ -1218,6 +1670,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2563ebcc; } +.text-blue-600\\/85 { + color: #2563ebd9; +} + .text-blue-600\\/90 { color: #2563ebe6; } @@ -1242,6 +1698,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1d4ed8; } +.text-blue-700\\/15 { + color: #1d4ed826; +} + .text-blue-700\\/20 { color: #1d4ed833; } @@ -1254,10 +1714,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1d4ed84d; } +.text-blue-700\\/35 { + color: #1d4ed859; +} + .text-blue-700\\/40 { color: #1d4ed866; } +.text-blue-700\\/45 { + color: #1d4ed873; +} + .text-blue-700\\/5 { color: #1d4ed80d; } @@ -1266,10 +1734,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1d4ed880; } +.text-blue-700\\/55 { + color: #1d4ed88c; +} + .text-blue-700\\/60 { color: #1d4ed899; } +.text-blue-700\\/65 { + color: #1d4ed8a6; +} + .text-blue-700\\/70 { color: #1d4ed8b3; } @@ -1282,6 +1758,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1d4ed8cc; } +.text-blue-700\\/85 { + color: #1d4ed8d9; +} + .text-blue-700\\/90 { color: #1d4ed8e6; } @@ -1306,6 +1786,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e40af; } +.text-blue-800\\/15 { + color: #1e40af26; +} + .text-blue-800\\/20 { color: #1e40af33; } @@ -1318,10 +1802,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e40af4d; } +.text-blue-800\\/35 { + color: #1e40af59; +} + .text-blue-800\\/40 { color: #1e40af66; } +.text-blue-800\\/45 { + color: #1e40af73; +} + .text-blue-800\\/5 { color: #1e40af0d; } @@ -1330,10 +1822,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e40af80; } +.text-blue-800\\/55 { + color: #1e40af8c; +} + .text-blue-800\\/60 { color: #1e40af99; } +.text-blue-800\\/65 { + color: #1e40afa6; +} + .text-blue-800\\/70 { color: #1e40afb3; } @@ -1346,6 +1846,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e40afcc; } +.text-blue-800\\/85 { + color: #1e40afd9; +} + .text-blue-800\\/90 { color: #1e40afe6; } @@ -1370,6 +1874,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e3a8a; } +.text-blue-900\\/15 { + color: #1e3a8a26; +} + .text-blue-900\\/20 { color: #1e3a8a33; } @@ -1382,10 +1890,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e3a8a4d; } +.text-blue-900\\/35 { + color: #1e3a8a59; +} + .text-blue-900\\/40 { color: #1e3a8a66; } +.text-blue-900\\/45 { + color: #1e3a8a73; +} + .text-blue-900\\/5 { color: #1e3a8a0d; } @@ -1394,10 +1910,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e3a8a80; } +.text-blue-900\\/55 { + color: #1e3a8a8c; +} + .text-blue-900\\/60 { color: #1e3a8a99; } +.text-blue-900\\/65 { + color: #1e3a8aa6; +} + .text-blue-900\\/70 { color: #1e3a8ab3; } @@ -1410,6 +1934,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e3a8acc; } +.text-blue-900\\/85 { + color: #1e3a8ad9; +} + .text-blue-900\\/90 { color: #1e3a8ae6; } @@ -1434,6 +1962,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #172554; } +.text-blue-950\\/15 { + color: #17255426; +} + .text-blue-950\\/20 { color: #17255433; } @@ -1446,10 +1978,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1725544d; } +.text-blue-950\\/35 { + color: #17255459; +} + .text-blue-950\\/40 { color: #17255466; } +.text-blue-950\\/45 { + color: #17255473; +} + .text-blue-950\\/5 { color: #1725540d; } @@ -1458,10 +1998,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #17255480; } +.text-blue-950\\/55 { + color: #1725548c; +} + .text-blue-950\\/60 { color: #17255499; } +.text-blue-950\\/65 { + color: #172554a6; +} + .text-blue-950\\/70 { color: #172554b3; } @@ -1474,6 +2022,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #172554cc; } +.text-blue-950\\/85 { + color: #172554d9; +} + .text-blue-950\\/90 { color: #172554e6; } @@ -1502,6 +2054,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cffafe; } +.text-cyan-100\\/15 { + color: #cffafe26; +} + .text-cyan-100\\/20 { color: #cffafe33; } @@ -1514,10 +2070,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cffafe4d; } +.text-cyan-100\\/35 { + color: #cffafe59; +} + .text-cyan-100\\/40 { color: #cffafe66; } +.text-cyan-100\\/45 { + color: #cffafe73; +} + .text-cyan-100\\/5 { color: #cffafe0d; } @@ -1526,10 +2090,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cffafe80; } +.text-cyan-100\\/55 { + color: #cffafe8c; +} + .text-cyan-100\\/60 { color: #cffafe99; } +.text-cyan-100\\/65 { + color: #cffafea6; +} + .text-cyan-100\\/70 { color: #cffafeb3; } @@ -1542,6 +2114,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cffafecc; } +.text-cyan-100\\/85 { + color: #cffafed9; +} + .text-cyan-100\\/90 { color: #cffafee6; } @@ -1566,6 +2142,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5f3fc; } +.text-cyan-200\\/15 { + color: #a5f3fc26; +} + .text-cyan-200\\/20 { color: #a5f3fc33; } @@ -1578,10 +2158,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5f3fc4d; } +.text-cyan-200\\/35 { + color: #a5f3fc59; +} + .text-cyan-200\\/40 { color: #a5f3fc66; } +.text-cyan-200\\/45 { + color: #a5f3fc73; +} + .text-cyan-200\\/5 { color: #a5f3fc0d; } @@ -1590,10 +2178,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5f3fc80; } +.text-cyan-200\\/55 { + color: #a5f3fc8c; +} + .text-cyan-200\\/60 { color: #a5f3fc99; } +.text-cyan-200\\/65 { + color: #a5f3fca6; +} + .text-cyan-200\\/70 { color: #a5f3fcb3; } @@ -1606,6 +2202,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5f3fccc; } +.text-cyan-200\\/85 { + color: #a5f3fcd9; +} + .text-cyan-200\\/90 { color: #a5f3fce6; } @@ -1630,6 +2230,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #67e8f9; } +.text-cyan-300\\/15 { + color: #67e8f926; +} + .text-cyan-300\\/20 { color: #67e8f933; } @@ -1642,10 +2246,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #67e8f94d; } +.text-cyan-300\\/35 { + color: #67e8f959; +} + .text-cyan-300\\/40 { color: #67e8f966; } +.text-cyan-300\\/45 { + color: #67e8f973; +} + .text-cyan-300\\/5 { color: #67e8f90d; } @@ -1654,10 +2266,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #67e8f980; } +.text-cyan-300\\/55 { + color: #67e8f98c; +} + .text-cyan-300\\/60 { color: #67e8f999; } +.text-cyan-300\\/65 { + color: #67e8f9a6; +} + .text-cyan-300\\/70 { color: #67e8f9b3; } @@ -1670,6 +2290,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #67e8f9cc; } +.text-cyan-300\\/85 { + color: #67e8f9d9; +} + .text-cyan-300\\/90 { color: #67e8f9e6; } @@ -1694,6 +2318,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22d3ee; } +.text-cyan-400\\/15 { + color: #22d3ee26; +} + .text-cyan-400\\/20 { color: #22d3ee33; } @@ -1706,10 +2334,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22d3ee4d; } +.text-cyan-400\\/35 { + color: #22d3ee59; +} + .text-cyan-400\\/40 { color: #22d3ee66; } +.text-cyan-400\\/45 { + color: #22d3ee73; +} + .text-cyan-400\\/5 { color: #22d3ee0d; } @@ -1718,10 +2354,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22d3ee80; } +.text-cyan-400\\/55 { + color: #22d3ee8c; +} + .text-cyan-400\\/60 { color: #22d3ee99; } +.text-cyan-400\\/65 { + color: #22d3eea6; +} + .text-cyan-400\\/70 { color: #22d3eeb3; } @@ -1734,6 +2378,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22d3eecc; } +.text-cyan-400\\/85 { + color: #22d3eed9; +} + .text-cyan-400\\/90 { color: #22d3eee6; } @@ -1758,6 +2406,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfeff; } +.text-cyan-50\\/15 { + color: #ecfeff26; +} + .text-cyan-50\\/20 { color: #ecfeff33; } @@ -1770,10 +2422,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfeff4d; } +.text-cyan-50\\/35 { + color: #ecfeff59; +} + .text-cyan-50\\/40 { color: #ecfeff66; } +.text-cyan-50\\/45 { + color: #ecfeff73; +} + .text-cyan-50\\/5 { color: #ecfeff0d; } @@ -1782,10 +2442,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfeff80; } +.text-cyan-50\\/55 { + color: #ecfeff8c; +} + .text-cyan-50\\/60 { color: #ecfeff99; } +.text-cyan-50\\/65 { + color: #ecfeffa6; +} + .text-cyan-50\\/70 { color: #ecfeffb3; } @@ -1798,6 +2466,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfeffcc; } +.text-cyan-50\\/85 { + color: #ecfeffd9; +} + .text-cyan-50\\/90 { color: #ecfeffe6; } @@ -1822,6 +2494,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #06b6d4; } +.text-cyan-500\\/15 { + color: #06b6d426; +} + .text-cyan-500\\/20 { color: #06b6d433; } @@ -1834,10 +2510,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #06b6d44d; } +.text-cyan-500\\/35 { + color: #06b6d459; +} + .text-cyan-500\\/40 { color: #06b6d466; } +.text-cyan-500\\/45 { + color: #06b6d473; +} + .text-cyan-500\\/5 { color: #06b6d40d; } @@ -1846,10 +2530,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #06b6d480; } +.text-cyan-500\\/55 { + color: #06b6d48c; +} + .text-cyan-500\\/60 { color: #06b6d499; } +.text-cyan-500\\/65 { + color: #06b6d4a6; +} + .text-cyan-500\\/70 { color: #06b6d4b3; } @@ -1862,6 +2554,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #06b6d4cc; } +.text-cyan-500\\/85 { + color: #06b6d4d9; +} + .text-cyan-500\\/90 { color: #06b6d4e6; } @@ -1886,6 +2582,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0891b2; } +.text-cyan-600\\/15 { + color: #0891b226; +} + .text-cyan-600\\/20 { color: #0891b233; } @@ -1898,10 +2598,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0891b24d; } +.text-cyan-600\\/35 { + color: #0891b259; +} + .text-cyan-600\\/40 { color: #0891b266; } +.text-cyan-600\\/45 { + color: #0891b273; +} + .text-cyan-600\\/5 { color: #0891b20d; } @@ -1910,10 +2618,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0891b280; } +.text-cyan-600\\/55 { + color: #0891b28c; +} + .text-cyan-600\\/60 { color: #0891b299; } +.text-cyan-600\\/65 { + color: #0891b2a6; +} + .text-cyan-600\\/70 { color: #0891b2b3; } @@ -1926,6 +2642,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0891b2cc; } +.text-cyan-600\\/85 { + color: #0891b2d9; +} + .text-cyan-600\\/90 { color: #0891b2e6; } @@ -1950,6 +2670,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0e7490; } +.text-cyan-700\\/15 { + color: #0e749026; +} + .text-cyan-700\\/20 { color: #0e749033; } @@ -1962,10 +2686,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0e74904d; } +.text-cyan-700\\/35 { + color: #0e749059; +} + .text-cyan-700\\/40 { color: #0e749066; } +.text-cyan-700\\/45 { + color: #0e749073; +} + .text-cyan-700\\/5 { color: #0e74900d; } @@ -1974,10 +2706,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0e749080; } +.text-cyan-700\\/55 { + color: #0e74908c; +} + .text-cyan-700\\/60 { color: #0e749099; } +.text-cyan-700\\/65 { + color: #0e7490a6; +} + .text-cyan-700\\/70 { color: #0e7490b3; } @@ -1990,6 +2730,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0e7490cc; } +.text-cyan-700\\/85 { + color: #0e7490d9; +} + .text-cyan-700\\/90 { color: #0e7490e6; } @@ -2014,6 +2758,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #155e75; } +.text-cyan-800\\/15 { + color: #155e7526; +} + .text-cyan-800\\/20 { color: #155e7533; } @@ -2026,10 +2774,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #155e754d; } +.text-cyan-800\\/35 { + color: #155e7559; +} + .text-cyan-800\\/40 { color: #155e7566; } +.text-cyan-800\\/45 { + color: #155e7573; +} + .text-cyan-800\\/5 { color: #155e750d; } @@ -2038,10 +2794,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #155e7580; } +.text-cyan-800\\/55 { + color: #155e758c; +} + .text-cyan-800\\/60 { color: #155e7599; } +.text-cyan-800\\/65 { + color: #155e75a6; +} + .text-cyan-800\\/70 { color: #155e75b3; } @@ -2054,6 +2818,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #155e75cc; } +.text-cyan-800\\/85 { + color: #155e75d9; +} + .text-cyan-800\\/90 { color: #155e75e6; } @@ -2078,6 +2846,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #164e63; } +.text-cyan-900\\/15 { + color: #164e6326; +} + .text-cyan-900\\/20 { color: #164e6333; } @@ -2090,10 +2862,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #164e634d; } +.text-cyan-900\\/35 { + color: #164e6359; +} + .text-cyan-900\\/40 { color: #164e6366; } +.text-cyan-900\\/45 { + color: #164e6373; +} + .text-cyan-900\\/5 { color: #164e630d; } @@ -2102,10 +2882,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #164e6380; } +.text-cyan-900\\/55 { + color: #164e638c; +} + .text-cyan-900\\/60 { color: #164e6399; } +.text-cyan-900\\/65 { + color: #164e63a6; +} + .text-cyan-900\\/70 { color: #164e63b3; } @@ -2118,6 +2906,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #164e63cc; } +.text-cyan-900\\/85 { + color: #164e63d9; +} + .text-cyan-900\\/90 { color: #164e63e6; } @@ -2142,6 +2934,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #083344; } +.text-cyan-950\\/15 { + color: #08334426; +} + .text-cyan-950\\/20 { color: #08334433; } @@ -2154,10 +2950,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0833444d; } +.text-cyan-950\\/35 { + color: #08334459; +} + .text-cyan-950\\/40 { color: #08334466; } +.text-cyan-950\\/45 { + color: #08334473; +} + .text-cyan-950\\/5 { color: #0833440d; } @@ -2166,10 +2970,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #08334480; } +.text-cyan-950\\/55 { + color: #0833448c; +} + .text-cyan-950\\/60 { color: #08334499; } +.text-cyan-950\\/65 { + color: #083344a6; +} + .text-cyan-950\\/70 { color: #083344b3; } @@ -2182,6 +2994,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #083344cc; } +.text-cyan-950\\/85 { + color: #083344d9; +} + .text-cyan-950\\/90 { color: #083344e6; } @@ -2206,6 +3022,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1fae5; } +.text-emerald-100\\/15 { + color: #d1fae526; +} + .text-emerald-100\\/20 { color: #d1fae533; } @@ -2218,10 +3038,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1fae54d; } +.text-emerald-100\\/35 { + color: #d1fae559; +} + .text-emerald-100\\/40 { color: #d1fae566; } +.text-emerald-100\\/45 { + color: #d1fae573; +} + .text-emerald-100\\/5 { color: #d1fae50d; } @@ -2230,10 +3058,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1fae580; } +.text-emerald-100\\/55 { + color: #d1fae58c; +} + .text-emerald-100\\/60 { color: #d1fae599; } +.text-emerald-100\\/65 { + color: #d1fae5a6; +} + .text-emerald-100\\/70 { color: #d1fae5b3; } @@ -2246,6 +3082,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1fae5cc; } +.text-emerald-100\\/85 { + color: #d1fae5d9; +} + .text-emerald-100\\/90 { color: #d1fae5e6; } @@ -2270,6 +3110,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a7f3d0; } +.text-emerald-200\\/15 { + color: #a7f3d026; +} + .text-emerald-200\\/20 { color: #a7f3d033; } @@ -2282,10 +3126,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a7f3d04d; } +.text-emerald-200\\/35 { + color: #a7f3d059; +} + .text-emerald-200\\/40 { color: #a7f3d066; } +.text-emerald-200\\/45 { + color: #a7f3d073; +} + .text-emerald-200\\/5 { color: #a7f3d00d; } @@ -2294,10 +3146,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a7f3d080; } +.text-emerald-200\\/55 { + color: #a7f3d08c; +} + .text-emerald-200\\/60 { color: #a7f3d099; } +.text-emerald-200\\/65 { + color: #a7f3d0a6; +} + .text-emerald-200\\/70 { color: #a7f3d0b3; } @@ -2310,6 +3170,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a7f3d0cc; } +.text-emerald-200\\/85 { + color: #a7f3d0d9; +} + .text-emerald-200\\/90 { color: #a7f3d0e6; } @@ -2334,6 +3198,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6ee7b7; } +.text-emerald-300\\/15 { + color: #6ee7b726; +} + .text-emerald-300\\/20 { color: #6ee7b733; } @@ -2346,10 +3214,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6ee7b74d; } +.text-emerald-300\\/35 { + color: #6ee7b759; +} + .text-emerald-300\\/40 { color: #6ee7b766; } +.text-emerald-300\\/45 { + color: #6ee7b773; +} + .text-emerald-300\\/5 { color: #6ee7b70d; } @@ -2358,10 +3234,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6ee7b780; } +.text-emerald-300\\/55 { + color: #6ee7b78c; +} + .text-emerald-300\\/60 { color: #6ee7b799; } +.text-emerald-300\\/65 { + color: #6ee7b7a6; +} + .text-emerald-300\\/70 { color: #6ee7b7b3; } @@ -2374,6 +3258,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6ee7b7cc; } +.text-emerald-300\\/85 { + color: #6ee7b7d9; +} + .text-emerald-300\\/90 { color: #6ee7b7e6; } @@ -2398,6 +3286,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #34d399; } +.text-emerald-400\\/15 { + color: #34d39926; +} + .text-emerald-400\\/20 { color: #34d39933; } @@ -2410,10 +3302,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #34d3994d; } +.text-emerald-400\\/35 { + color: #34d39959; +} + .text-emerald-400\\/40 { color: #34d39966; } +.text-emerald-400\\/45 { + color: #34d39973; +} + .text-emerald-400\\/5 { color: #34d3990d; } @@ -2422,10 +3322,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #34d39980; } +.text-emerald-400\\/55 { + color: #34d3998c; +} + .text-emerald-400\\/60 { color: #34d39999; } +.text-emerald-400\\/65 { + color: #34d399a6; +} + .text-emerald-400\\/70 { color: #34d399b3; } @@ -2438,6 +3346,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #34d399cc; } +.text-emerald-400\\/85 { + color: #34d399d9; +} + .text-emerald-400\\/90 { color: #34d399e6; } @@ -2462,6 +3374,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfdf5; } +.text-emerald-50\\/15 { + color: #ecfdf526; +} + .text-emerald-50\\/20 { color: #ecfdf533; } @@ -2474,10 +3390,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfdf54d; } +.text-emerald-50\\/35 { + color: #ecfdf559; +} + .text-emerald-50\\/40 { color: #ecfdf566; } +.text-emerald-50\\/45 { + color: #ecfdf573; +} + .text-emerald-50\\/5 { color: #ecfdf50d; } @@ -2486,10 +3410,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfdf580; } +.text-emerald-50\\/55 { + color: #ecfdf58c; +} + .text-emerald-50\\/60 { color: #ecfdf599; } +.text-emerald-50\\/65 { + color: #ecfdf5a6; +} + .text-emerald-50\\/70 { color: #ecfdf5b3; } @@ -2502,6 +3434,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfdf5cc; } +.text-emerald-50\\/85 { + color: #ecfdf5d9; +} + .text-emerald-50\\/90 { color: #ecfdf5e6; } @@ -2526,6 +3462,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #10b981; } +.text-emerald-500\\/15 { + color: #10b98126; +} + .text-emerald-500\\/20 { color: #10b98133; } @@ -2538,10 +3478,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #10b9814d; } +.text-emerald-500\\/35 { + color: #10b98159; +} + .text-emerald-500\\/40 { color: #10b98166; } +.text-emerald-500\\/45 { + color: #10b98173; +} + .text-emerald-500\\/5 { color: #10b9810d; } @@ -2550,10 +3498,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #10b98180; } +.text-emerald-500\\/55 { + color: #10b9818c; +} + .text-emerald-500\\/60 { color: #10b98199; } +.text-emerald-500\\/65 { + color: #10b981a6; +} + .text-emerald-500\\/70 { color: #10b981b3; } @@ -2566,6 +3522,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #10b981cc; } +.text-emerald-500\\/85 { + color: #10b981d9; +} + .text-emerald-500\\/90 { color: #10b981e6; } @@ -2590,6 +3550,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #059669; } +.text-emerald-600\\/15 { + color: #05966926; +} + .text-emerald-600\\/20 { color: #05966933; } @@ -2602,10 +3566,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0596694d; } +.text-emerald-600\\/35 { + color: #05966959; +} + .text-emerald-600\\/40 { color: #05966966; } +.text-emerald-600\\/45 { + color: #05966973; +} + .text-emerald-600\\/5 { color: #0596690d; } @@ -2614,10 +3586,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #05966980; } +.text-emerald-600\\/55 { + color: #0596698c; +} + .text-emerald-600\\/60 { color: #05966999; } +.text-emerald-600\\/65 { + color: #059669a6; +} + .text-emerald-600\\/70 { color: #059669b3; } @@ -2630,6 +3610,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #059669cc; } +.text-emerald-600\\/85 { + color: #059669d9; +} + .text-emerald-600\\/90 { color: #059669e6; } @@ -2654,6 +3638,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #047857; } +.text-emerald-700\\/15 { + color: #04785726; +} + .text-emerald-700\\/20 { color: #04785733; } @@ -2666,10 +3654,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0478574d; } +.text-emerald-700\\/35 { + color: #04785759; +} + .text-emerald-700\\/40 { color: #04785766; } +.text-emerald-700\\/45 { + color: #04785773; +} + .text-emerald-700\\/5 { color: #0478570d; } @@ -2678,10 +3674,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #04785780; } +.text-emerald-700\\/55 { + color: #0478578c; +} + .text-emerald-700\\/60 { color: #04785799; } +.text-emerald-700\\/65 { + color: #047857a6; +} + .text-emerald-700\\/70 { color: #047857b3; } @@ -2694,6 +3698,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #047857cc; } +.text-emerald-700\\/85 { + color: #047857d9; +} + .text-emerald-700\\/90 { color: #047857e6; } @@ -2718,6 +3726,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #065f46; } +.text-emerald-800\\/15 { + color: #065f4626; +} + .text-emerald-800\\/20 { color: #065f4633; } @@ -2730,10 +3742,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #065f464d; } +.text-emerald-800\\/35 { + color: #065f4659; +} + .text-emerald-800\\/40 { color: #065f4666; } +.text-emerald-800\\/45 { + color: #065f4673; +} + .text-emerald-800\\/5 { color: #065f460d; } @@ -2742,10 +3762,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #065f4680; } +.text-emerald-800\\/55 { + color: #065f468c; +} + .text-emerald-800\\/60 { color: #065f4699; } +.text-emerald-800\\/65 { + color: #065f46a6; +} + .text-emerald-800\\/70 { color: #065f46b3; } @@ -2758,6 +3786,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #065f46cc; } +.text-emerald-800\\/85 { + color: #065f46d9; +} + .text-emerald-800\\/90 { color: #065f46e6; } @@ -2782,6 +3814,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #064e3b; } +.text-emerald-900\\/15 { + color: #064e3b26; +} + .text-emerald-900\\/20 { color: #064e3b33; } @@ -2794,10 +3830,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #064e3b4d; } +.text-emerald-900\\/35 { + color: #064e3b59; +} + .text-emerald-900\\/40 { color: #064e3b66; } +.text-emerald-900\\/45 { + color: #064e3b73; +} + .text-emerald-900\\/5 { color: #064e3b0d; } @@ -2806,10 +3850,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #064e3b80; } +.text-emerald-900\\/55 { + color: #064e3b8c; +} + .text-emerald-900\\/60 { color: #064e3b99; } +.text-emerald-900\\/65 { + color: #064e3ba6; +} + .text-emerald-900\\/70 { color: #064e3bb3; } @@ -2822,6 +3874,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #064e3bcc; } +.text-emerald-900\\/85 { + color: #064e3bd9; +} + .text-emerald-900\\/90 { color: #064e3be6; } @@ -2846,6 +3902,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #022c22; } +.text-emerald-950\\/15 { + color: #022c2226; +} + .text-emerald-950\\/20 { color: #022c2233; } @@ -2858,10 +3918,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #022c224d; } +.text-emerald-950\\/35 { + color: #022c2259; +} + .text-emerald-950\\/40 { color: #022c2266; } +.text-emerald-950\\/45 { + color: #022c2273; +} + .text-emerald-950\\/5 { color: #022c220d; } @@ -2870,10 +3938,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #022c2280; } +.text-emerald-950\\/55 { + color: #022c228c; +} + .text-emerald-950\\/60 { color: #022c2299; } +.text-emerald-950\\/65 { + color: #022c22a6; +} + .text-emerald-950\\/70 { color: #022c22b3; } @@ -2886,6 +3962,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #022c22cc; } +.text-emerald-950\\/85 { + color: #022c22d9; +} + .text-emerald-950\\/90 { color: #022c22e6; } @@ -2910,6 +3990,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fae8ff; } +.text-fuchsia-100\\/15 { + color: #fae8ff26; +} + .text-fuchsia-100\\/20 { color: #fae8ff33; } @@ -2922,10 +4006,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fae8ff4d; } +.text-fuchsia-100\\/35 { + color: #fae8ff59; +} + .text-fuchsia-100\\/40 { color: #fae8ff66; } +.text-fuchsia-100\\/45 { + color: #fae8ff73; +} + .text-fuchsia-100\\/5 { color: #fae8ff0d; } @@ -2934,10 +4026,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fae8ff80; } +.text-fuchsia-100\\/55 { + color: #fae8ff8c; +} + .text-fuchsia-100\\/60 { color: #fae8ff99; } +.text-fuchsia-100\\/65 { + color: #fae8ffa6; +} + .text-fuchsia-100\\/70 { color: #fae8ffb3; } @@ -2950,6 +4050,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fae8ffcc; } +.text-fuchsia-100\\/85 { + color: #fae8ffd9; +} + .text-fuchsia-100\\/90 { color: #fae8ffe6; } @@ -2974,6 +4078,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5d0fe; } +.text-fuchsia-200\\/15 { + color: #f5d0fe26; +} + .text-fuchsia-200\\/20 { color: #f5d0fe33; } @@ -2986,10 +4094,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5d0fe4d; } +.text-fuchsia-200\\/35 { + color: #f5d0fe59; +} + .text-fuchsia-200\\/40 { color: #f5d0fe66; } +.text-fuchsia-200\\/45 { + color: #f5d0fe73; +} + .text-fuchsia-200\\/5 { color: #f5d0fe0d; } @@ -2998,10 +4114,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5d0fe80; } +.text-fuchsia-200\\/55 { + color: #f5d0fe8c; +} + .text-fuchsia-200\\/60 { color: #f5d0fe99; } +.text-fuchsia-200\\/65 { + color: #f5d0fea6; +} + .text-fuchsia-200\\/70 { color: #f5d0feb3; } @@ -3014,6 +4138,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5d0fecc; } +.text-fuchsia-200\\/85 { + color: #f5d0fed9; +} + .text-fuchsia-200\\/90 { color: #f5d0fee6; } @@ -3038,6 +4166,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0abfc; } +.text-fuchsia-300\\/15 { + color: #f0abfc26; +} + .text-fuchsia-300\\/20 { color: #f0abfc33; } @@ -3050,10 +4182,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0abfc4d; } +.text-fuchsia-300\\/35 { + color: #f0abfc59; +} + .text-fuchsia-300\\/40 { color: #f0abfc66; } +.text-fuchsia-300\\/45 { + color: #f0abfc73; +} + .text-fuchsia-300\\/5 { color: #f0abfc0d; } @@ -3062,10 +4202,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0abfc80; } +.text-fuchsia-300\\/55 { + color: #f0abfc8c; +} + .text-fuchsia-300\\/60 { color: #f0abfc99; } +.text-fuchsia-300\\/65 { + color: #f0abfca6; +} + .text-fuchsia-300\\/70 { color: #f0abfcb3; } @@ -3078,6 +4226,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0abfccc; } +.text-fuchsia-300\\/85 { + color: #f0abfcd9; +} + .text-fuchsia-300\\/90 { color: #f0abfce6; } @@ -3102,6 +4254,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e879f9; } +.text-fuchsia-400\\/15 { + color: #e879f926; +} + .text-fuchsia-400\\/20 { color: #e879f933; } @@ -3114,10 +4270,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e879f94d; } +.text-fuchsia-400\\/35 { + color: #e879f959; +} + .text-fuchsia-400\\/40 { color: #e879f966; } +.text-fuchsia-400\\/45 { + color: #e879f973; +} + .text-fuchsia-400\\/5 { color: #e879f90d; } @@ -3126,10 +4290,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e879f980; } +.text-fuchsia-400\\/55 { + color: #e879f98c; +} + .text-fuchsia-400\\/60 { color: #e879f999; } +.text-fuchsia-400\\/65 { + color: #e879f9a6; +} + .text-fuchsia-400\\/70 { color: #e879f9b3; } @@ -3142,6 +4314,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e879f9cc; } +.text-fuchsia-400\\/85 { + color: #e879f9d9; +} + .text-fuchsia-400\\/90 { color: #e879f9e6; } @@ -3166,6 +4342,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf4ff; } +.text-fuchsia-50\\/15 { + color: #fdf4ff26; +} + .text-fuchsia-50\\/20 { color: #fdf4ff33; } @@ -3178,10 +4358,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf4ff4d; } +.text-fuchsia-50\\/35 { + color: #fdf4ff59; +} + .text-fuchsia-50\\/40 { color: #fdf4ff66; } +.text-fuchsia-50\\/45 { + color: #fdf4ff73; +} + .text-fuchsia-50\\/5 { color: #fdf4ff0d; } @@ -3190,10 +4378,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf4ff80; } +.text-fuchsia-50\\/55 { + color: #fdf4ff8c; +} + .text-fuchsia-50\\/60 { color: #fdf4ff99; } +.text-fuchsia-50\\/65 { + color: #fdf4ffa6; +} + .text-fuchsia-50\\/70 { color: #fdf4ffb3; } @@ -3206,6 +4402,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf4ffcc; } +.text-fuchsia-50\\/85 { + color: #fdf4ffd9; +} + .text-fuchsia-50\\/90 { color: #fdf4ffe6; } @@ -3230,6 +4430,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d946ef; } +.text-fuchsia-500\\/15 { + color: #d946ef26; +} + .text-fuchsia-500\\/20 { color: #d946ef33; } @@ -3242,10 +4446,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d946ef4d; } +.text-fuchsia-500\\/35 { + color: #d946ef59; +} + .text-fuchsia-500\\/40 { color: #d946ef66; } +.text-fuchsia-500\\/45 { + color: #d946ef73; +} + .text-fuchsia-500\\/5 { color: #d946ef0d; } @@ -3254,10 +4466,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d946ef80; } +.text-fuchsia-500\\/55 { + color: #d946ef8c; +} + .text-fuchsia-500\\/60 { color: #d946ef99; } +.text-fuchsia-500\\/65 { + color: #d946efa6; +} + .text-fuchsia-500\\/70 { color: #d946efb3; } @@ -3270,6 +4490,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d946efcc; } +.text-fuchsia-500\\/85 { + color: #d946efd9; +} + .text-fuchsia-500\\/90 { color: #d946efe6; } @@ -3294,6 +4518,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c026d3; } +.text-fuchsia-600\\/15 { + color: #c026d326; +} + .text-fuchsia-600\\/20 { color: #c026d333; } @@ -3306,10 +4534,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c026d34d; } +.text-fuchsia-600\\/35 { + color: #c026d359; +} + .text-fuchsia-600\\/40 { color: #c026d366; } +.text-fuchsia-600\\/45 { + color: #c026d373; +} + .text-fuchsia-600\\/5 { color: #c026d30d; } @@ -3318,10 +4554,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c026d380; } +.text-fuchsia-600\\/55 { + color: #c026d38c; +} + .text-fuchsia-600\\/60 { color: #c026d399; } +.text-fuchsia-600\\/65 { + color: #c026d3a6; +} + .text-fuchsia-600\\/70 { color: #c026d3b3; } @@ -3334,6 +4578,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c026d3cc; } +.text-fuchsia-600\\/85 { + color: #c026d3d9; +} + .text-fuchsia-600\\/90 { color: #c026d3e6; } @@ -3358,6 +4606,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a21caf; } +.text-fuchsia-700\\/15 { + color: #a21caf26; +} + .text-fuchsia-700\\/20 { color: #a21caf33; } @@ -3370,10 +4622,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a21caf4d; } +.text-fuchsia-700\\/35 { + color: #a21caf59; +} + .text-fuchsia-700\\/40 { color: #a21caf66; } +.text-fuchsia-700\\/45 { + color: #a21caf73; +} + .text-fuchsia-700\\/5 { color: #a21caf0d; } @@ -3382,10 +4642,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a21caf80; } +.text-fuchsia-700\\/55 { + color: #a21caf8c; +} + .text-fuchsia-700\\/60 { color: #a21caf99; } +.text-fuchsia-700\\/65 { + color: #a21cafa6; +} + .text-fuchsia-700\\/70 { color: #a21cafb3; } @@ -3398,6 +4666,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a21cafcc; } +.text-fuchsia-700\\/85 { + color: #a21cafd9; +} + .text-fuchsia-700\\/90 { color: #a21cafe6; } @@ -3422,6 +4694,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86198f; } +.text-fuchsia-800\\/15 { + color: #86198f26; +} + .text-fuchsia-800\\/20 { color: #86198f33; } @@ -3434,10 +4710,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86198f4d; } +.text-fuchsia-800\\/35 { + color: #86198f59; +} + .text-fuchsia-800\\/40 { color: #86198f66; } +.text-fuchsia-800\\/45 { + color: #86198f73; +} + .text-fuchsia-800\\/5 { color: #86198f0d; } @@ -3446,10 +4730,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86198f80; } +.text-fuchsia-800\\/55 { + color: #86198f8c; +} + .text-fuchsia-800\\/60 { color: #86198f99; } +.text-fuchsia-800\\/65 { + color: #86198fa6; +} + .text-fuchsia-800\\/70 { color: #86198fb3; } @@ -3462,6 +4754,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86198fcc; } +.text-fuchsia-800\\/85 { + color: #86198fd9; +} + .text-fuchsia-800\\/90 { color: #86198fe6; } @@ -3486,6 +4782,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #701a75; } +.text-fuchsia-900\\/15 { + color: #701a7526; +} + .text-fuchsia-900\\/20 { color: #701a7533; } @@ -3498,10 +4798,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #701a754d; } +.text-fuchsia-900\\/35 { + color: #701a7559; +} + .text-fuchsia-900\\/40 { color: #701a7566; } +.text-fuchsia-900\\/45 { + color: #701a7573; +} + .text-fuchsia-900\\/5 { color: #701a750d; } @@ -3510,10 +4818,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #701a7580; } +.text-fuchsia-900\\/55 { + color: #701a758c; +} + .text-fuchsia-900\\/60 { color: #701a7599; } +.text-fuchsia-900\\/65 { + color: #701a75a6; +} + .text-fuchsia-900\\/70 { color: #701a75b3; } @@ -3526,6 +4842,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #701a75cc; } +.text-fuchsia-900\\/85 { + color: #701a75d9; +} + .text-fuchsia-900\\/90 { color: #701a75e6; } @@ -3550,6 +4870,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4a044e; } +.text-fuchsia-950\\/15 { + color: #4a044e26; +} + .text-fuchsia-950\\/20 { color: #4a044e33; } @@ -3562,10 +4886,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4a044e4d; } +.text-fuchsia-950\\/35 { + color: #4a044e59; +} + .text-fuchsia-950\\/40 { color: #4a044e66; } +.text-fuchsia-950\\/45 { + color: #4a044e73; +} + .text-fuchsia-950\\/5 { color: #4a044e0d; } @@ -3574,10 +4906,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4a044e80; } +.text-fuchsia-950\\/55 { + color: #4a044e8c; +} + .text-fuchsia-950\\/60 { color: #4a044e99; } +.text-fuchsia-950\\/65 { + color: #4a044ea6; +} + .text-fuchsia-950\\/70 { color: #4a044eb3; } @@ -3590,6 +4930,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4a044ecc; } +.text-fuchsia-950\\/85 { + color: #4a044ed9; +} + .text-fuchsia-950\\/90 { color: #4a044ee6; } @@ -3614,6 +4958,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3f4f6; } +.text-gray-100\\/15 { + color: #f3f4f626; +} + .text-gray-100\\/20 { color: #f3f4f633; } @@ -3626,10 +4974,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3f4f64d; } +.text-gray-100\\/35 { + color: #f3f4f659; +} + .text-gray-100\\/40 { color: #f3f4f666; } +.text-gray-100\\/45 { + color: #f3f4f673; +} + .text-gray-100\\/5 { color: #f3f4f60d; } @@ -3638,10 +4994,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3f4f680; } +.text-gray-100\\/55 { + color: #f3f4f68c; +} + .text-gray-100\\/60 { color: #f3f4f699; } +.text-gray-100\\/65 { + color: #f3f4f6a6; +} + .text-gray-100\\/70 { color: #f3f4f6b3; } @@ -3654,6 +5018,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3f4f6cc; } +.text-gray-100\\/85 { + color: #f3f4f6d9; +} + .text-gray-100\\/90 { color: #f3f4f6e6; } @@ -3678,6 +5046,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e7eb; } +.text-gray-200\\/15 { + color: #e5e7eb26; +} + .text-gray-200\\/20 { color: #e5e7eb33; } @@ -3690,10 +5062,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e7eb4d; } +.text-gray-200\\/35 { + color: #e5e7eb59; +} + .text-gray-200\\/40 { color: #e5e7eb66; } +.text-gray-200\\/45 { + color: #e5e7eb73; +} + .text-gray-200\\/5 { color: #e5e7eb0d; } @@ -3702,10 +5082,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e7eb80; } +.text-gray-200\\/55 { + color: #e5e7eb8c; +} + .text-gray-200\\/60 { color: #e5e7eb99; } +.text-gray-200\\/65 { + color: #e5e7eba6; +} + .text-gray-200\\/70 { color: #e5e7ebb3; } @@ -3718,6 +5106,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e7ebcc; } +.text-gray-200\\/85 { + color: #e5e7ebd9; +} + .text-gray-200\\/90 { color: #e5e7ebe6; } @@ -3742,6 +5134,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1d5db; } +.text-gray-300\\/15 { + color: #d1d5db26; +} + .text-gray-300\\/20 { color: #d1d5db33; } @@ -3754,10 +5150,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1d5db4d; } +.text-gray-300\\/35 { + color: #d1d5db59; +} + .text-gray-300\\/40 { color: #d1d5db66; } +.text-gray-300\\/45 { + color: #d1d5db73; +} + .text-gray-300\\/5 { color: #d1d5db0d; } @@ -3766,10 +5170,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1d5db80; } +.text-gray-300\\/55 { + color: #d1d5db8c; +} + .text-gray-300\\/60 { color: #d1d5db99; } +.text-gray-300\\/65 { + color: #d1d5dba6; +} + .text-gray-300\\/70 { color: #d1d5dbb3; } @@ -3782,6 +5194,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d1d5dbcc; } +.text-gray-300\\/85 { + color: #d1d5dbd9; +} + .text-gray-300\\/90 { color: #d1d5dbe6; } @@ -3806,6 +5222,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9ca3af; } +.text-gray-400\\/15 { + color: #9ca3af26; +} + .text-gray-400\\/20 { color: #9ca3af33; } @@ -3818,10 +5238,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9ca3af4d; } +.text-gray-400\\/35 { + color: #9ca3af59; +} + .text-gray-400\\/40 { color: #9ca3af66; } +.text-gray-400\\/45 { + color: #9ca3af73; +} + .text-gray-400\\/5 { color: #9ca3af0d; } @@ -3830,10 +5258,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9ca3af80; } +.text-gray-400\\/55 { + color: #9ca3af8c; +} + .text-gray-400\\/60 { color: #9ca3af99; } +.text-gray-400\\/65 { + color: #9ca3afa6; +} + .text-gray-400\\/70 { color: #9ca3afb3; } @@ -3846,6 +5282,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9ca3afcc; } +.text-gray-400\\/85 { + color: #9ca3afd9; +} + .text-gray-400\\/90 { color: #9ca3afe6; } @@ -3870,6 +5310,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9fafb; } +.text-gray-50\\/15 { + color: #f9fafb26; +} + .text-gray-50\\/20 { color: #f9fafb33; } @@ -3882,10 +5326,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9fafb4d; } +.text-gray-50\\/35 { + color: #f9fafb59; +} + .text-gray-50\\/40 { color: #f9fafb66; } +.text-gray-50\\/45 { + color: #f9fafb73; +} + .text-gray-50\\/5 { color: #f9fafb0d; } @@ -3894,10 +5346,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9fafb80; } +.text-gray-50\\/55 { + color: #f9fafb8c; +} + .text-gray-50\\/60 { color: #f9fafb99; } +.text-gray-50\\/65 { + color: #f9fafba6; +} + .text-gray-50\\/70 { color: #f9fafbb3; } @@ -3910,6 +5370,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9fafbcc; } +.text-gray-50\\/85 { + color: #f9fafbd9; +} + .text-gray-50\\/90 { color: #f9fafbe6; } @@ -3934,6 +5398,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b7280; } +.text-gray-500\\/15 { + color: #6b728026; +} + .text-gray-500\\/20 { color: #6b728033; } @@ -3946,10 +5414,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b72804d; } +.text-gray-500\\/35 { + color: #6b728059; +} + .text-gray-500\\/40 { color: #6b728066; } +.text-gray-500\\/45 { + color: #6b728073; +} + .text-gray-500\\/5 { color: #6b72800d; } @@ -3958,10 +5434,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b728080; } +.text-gray-500\\/55 { + color: #6b72808c; +} + .text-gray-500\\/60 { color: #6b728099; } +.text-gray-500\\/65 { + color: #6b7280a6; +} + .text-gray-500\\/70 { color: #6b7280b3; } @@ -3974,6 +5458,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b7280cc; } +.text-gray-500\\/85 { + color: #6b7280d9; +} + .text-gray-500\\/90 { color: #6b7280e6; } @@ -3998,6 +5486,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4b5563; } +.text-gray-600\\/15 { + color: #4b556326; +} + .text-gray-600\\/20 { color: #4b556333; } @@ -4010,10 +5502,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4b55634d; } +.text-gray-600\\/35 { + color: #4b556359; +} + .text-gray-600\\/40 { color: #4b556366; } +.text-gray-600\\/45 { + color: #4b556373; +} + .text-gray-600\\/5 { color: #4b55630d; } @@ -4022,10 +5522,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4b556380; } +.text-gray-600\\/55 { + color: #4b55638c; +} + .text-gray-600\\/60 { color: #4b556399; } +.text-gray-600\\/65 { + color: #4b5563a6; +} + .text-gray-600\\/70 { color: #4b5563b3; } @@ -4038,6 +5546,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4b5563cc; } +.text-gray-600\\/85 { + color: #4b5563d9; +} + .text-gray-600\\/90 { color: #4b5563e6; } @@ -4062,6 +5574,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #374151; } +.text-gray-700\\/15 { + color: #37415126; +} + .text-gray-700\\/20 { color: #37415133; } @@ -4074,10 +5590,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3741514d; } +.text-gray-700\\/35 { + color: #37415159; +} + .text-gray-700\\/40 { color: #37415166; } +.text-gray-700\\/45 { + color: #37415173; +} + .text-gray-700\\/5 { color: #3741510d; } @@ -4086,10 +5610,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #37415180; } +.text-gray-700\\/55 { + color: #3741518c; +} + .text-gray-700\\/60 { color: #37415199; } +.text-gray-700\\/65 { + color: #374151a6; +} + .text-gray-700\\/70 { color: #374151b3; } @@ -4102,6 +5634,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #374151cc; } +.text-gray-700\\/85 { + color: #374151d9; +} + .text-gray-700\\/90 { color: #374151e6; } @@ -4126,6 +5662,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1f2937; } +.text-gray-800\\/15 { + color: #1f293726; +} + .text-gray-800\\/20 { color: #1f293733; } @@ -4138,10 +5678,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1f29374d; } +.text-gray-800\\/35 { + color: #1f293759; +} + .text-gray-800\\/40 { color: #1f293766; } +.text-gray-800\\/45 { + color: #1f293773; +} + .text-gray-800\\/5 { color: #1f29370d; } @@ -4150,10 +5698,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1f293780; } +.text-gray-800\\/55 { + color: #1f29378c; +} + .text-gray-800\\/60 { color: #1f293799; } +.text-gray-800\\/65 { + color: #1f2937a6; +} + .text-gray-800\\/70 { color: #1f2937b3; } @@ -4166,6 +5722,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1f2937cc; } +.text-gray-800\\/85 { + color: #1f2937d9; +} + .text-gray-800\\/90 { color: #1f2937e6; } @@ -4190,6 +5750,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #111827; } +.text-gray-900\\/15 { + color: #11182726; +} + .text-gray-900\\/20 { color: #11182733; } @@ -4202,10 +5766,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1118274d; } +.text-gray-900\\/35 { + color: #11182759; +} + .text-gray-900\\/40 { color: #11182766; } +.text-gray-900\\/45 { + color: #11182773; +} + .text-gray-900\\/5 { color: #1118270d; } @@ -4214,10 +5786,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #11182780; } +.text-gray-900\\/55 { + color: #1118278c; +} + .text-gray-900\\/60 { color: #11182799; } +.text-gray-900\\/65 { + color: #111827a6; +} + .text-gray-900\\/70 { color: #111827b3; } @@ -4230,6 +5810,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #111827cc; } +.text-gray-900\\/85 { + color: #111827d9; +} + .text-gray-900\\/90 { color: #111827e6; } @@ -4254,6 +5838,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #030712; } +.text-gray-950\\/15 { + color: #03071226; +} + .text-gray-950\\/20 { color: #03071233; } @@ -4266,10 +5854,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0307124d; } +.text-gray-950\\/35 { + color: #03071259; +} + .text-gray-950\\/40 { color: #03071266; } +.text-gray-950\\/45 { + color: #03071273; +} + .text-gray-950\\/5 { color: #0307120d; } @@ -4278,10 +5874,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #03071280; } +.text-gray-950\\/55 { + color: #0307128c; +} + .text-gray-950\\/60 { color: #03071299; } +.text-gray-950\\/65 { + color: #030712a6; +} + .text-gray-950\\/70 { color: #030712b3; } @@ -4294,6 +5898,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #030712cc; } +.text-gray-950\\/85 { + color: #030712d9; +} + .text-gray-950\\/90 { color: #030712e6; } @@ -4318,6 +5926,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dcfce7; } +.text-green-100\\/15 { + color: #dcfce726; +} + .text-green-100\\/20 { color: #dcfce733; } @@ -4330,10 +5942,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dcfce74d; } +.text-green-100\\/35 { + color: #dcfce759; +} + .text-green-100\\/40 { color: #dcfce766; } +.text-green-100\\/45 { + color: #dcfce773; +} + .text-green-100\\/5 { color: #dcfce70d; } @@ -4342,10 +5962,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dcfce780; } +.text-green-100\\/55 { + color: #dcfce78c; +} + .text-green-100\\/60 { color: #dcfce799; } +.text-green-100\\/65 { + color: #dcfce7a6; +} + .text-green-100\\/70 { color: #dcfce7b3; } @@ -4358,6 +5986,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dcfce7cc; } +.text-green-100\\/85 { + color: #dcfce7d9; +} + .text-green-100\\/90 { color: #dcfce7e6; } @@ -4382,6 +6014,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bbf7d0; } +.text-green-200\\/15 { + color: #bbf7d026; +} + .text-green-200\\/20 { color: #bbf7d033; } @@ -4394,10 +6030,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bbf7d04d; } +.text-green-200\\/35 { + color: #bbf7d059; +} + .text-green-200\\/40 { color: #bbf7d066; } +.text-green-200\\/45 { + color: #bbf7d073; +} + .text-green-200\\/5 { color: #bbf7d00d; } @@ -4406,10 +6050,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bbf7d080; } +.text-green-200\\/55 { + color: #bbf7d08c; +} + .text-green-200\\/60 { color: #bbf7d099; } +.text-green-200\\/65 { + color: #bbf7d0a6; +} + .text-green-200\\/70 { color: #bbf7d0b3; } @@ -4422,6 +6074,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bbf7d0cc; } +.text-green-200\\/85 { + color: #bbf7d0d9; +} + .text-green-200\\/90 { color: #bbf7d0e6; } @@ -4446,6 +6102,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86efac; } +.text-green-300\\/15 { + color: #86efac26; +} + .text-green-300\\/20 { color: #86efac33; } @@ -4458,10 +6118,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86efac4d; } +.text-green-300\\/35 { + color: #86efac59; +} + .text-green-300\\/40 { color: #86efac66; } +.text-green-300\\/45 { + color: #86efac73; +} + .text-green-300\\/5 { color: #86efac0d; } @@ -4470,10 +6138,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86efac80; } +.text-green-300\\/55 { + color: #86efac8c; +} + .text-green-300\\/60 { color: #86efac99; } +.text-green-300\\/65 { + color: #86efaca6; +} + .text-green-300\\/70 { color: #86efacb3; } @@ -4486,6 +6162,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #86efaccc; } +.text-green-300\\/85 { + color: #86efacd9; +} + .text-green-300\\/90 { color: #86eface6; } @@ -4510,6 +6190,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4ade80; } +.text-green-400\\/15 { + color: #4ade8026; +} + .text-green-400\\/20 { color: #4ade8033; } @@ -4522,10 +6206,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4ade804d; } +.text-green-400\\/35 { + color: #4ade8059; +} + .text-green-400\\/40 { color: #4ade8066; } +.text-green-400\\/45 { + color: #4ade8073; +} + .text-green-400\\/5 { color: #4ade800d; } @@ -4534,10 +6226,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4ade8080; } +.text-green-400\\/55 { + color: #4ade808c; +} + .text-green-400\\/60 { color: #4ade8099; } +.text-green-400\\/65 { + color: #4ade80a6; +} + .text-green-400\\/70 { color: #4ade80b3; } @@ -4550,6 +6250,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4ade80cc; } +.text-green-400\\/85 { + color: #4ade80d9; +} + .text-green-400\\/90 { color: #4ade80e6; } @@ -4574,6 +6278,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdf4; } +.text-green-50\\/15 { + color: #f0fdf426; +} + .text-green-50\\/20 { color: #f0fdf433; } @@ -4586,10 +6294,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdf44d; } +.text-green-50\\/35 { + color: #f0fdf459; +} + .text-green-50\\/40 { color: #f0fdf466; } +.text-green-50\\/45 { + color: #f0fdf473; +} + .text-green-50\\/5 { color: #f0fdf40d; } @@ -4598,10 +6314,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdf480; } +.text-green-50\\/55 { + color: #f0fdf48c; +} + .text-green-50\\/60 { color: #f0fdf499; } +.text-green-50\\/65 { + color: #f0fdf4a6; +} + .text-green-50\\/70 { color: #f0fdf4b3; } @@ -4614,6 +6338,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdf4cc; } +.text-green-50\\/85 { + color: #f0fdf4d9; +} + .text-green-50\\/90 { color: #f0fdf4e6; } @@ -4638,6 +6366,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22c55e; } +.text-green-500\\/15 { + color: #22c55e26; +} + .text-green-500\\/20 { color: #22c55e33; } @@ -4650,10 +6382,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22c55e4d; } +.text-green-500\\/35 { + color: #22c55e59; +} + .text-green-500\\/40 { color: #22c55e66; } +.text-green-500\\/45 { + color: #22c55e73; +} + .text-green-500\\/5 { color: #22c55e0d; } @@ -4662,10 +6402,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22c55e80; } +.text-green-500\\/55 { + color: #22c55e8c; +} + .text-green-500\\/60 { color: #22c55e99; } +.text-green-500\\/65 { + color: #22c55ea6; +} + .text-green-500\\/70 { color: #22c55eb3; } @@ -4678,6 +6426,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #22c55ecc; } +.text-green-500\\/85 { + color: #22c55ed9; +} + .text-green-500\\/90 { color: #22c55ee6; } @@ -4702,6 +6454,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #16a34a; } +.text-green-600\\/15 { + color: #16a34a26; +} + .text-green-600\\/20 { color: #16a34a33; } @@ -4714,10 +6470,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #16a34a4d; } +.text-green-600\\/35 { + color: #16a34a59; +} + .text-green-600\\/40 { color: #16a34a66; } +.text-green-600\\/45 { + color: #16a34a73; +} + .text-green-600\\/5 { color: #16a34a0d; } @@ -4726,10 +6490,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #16a34a80; } +.text-green-600\\/55 { + color: #16a34a8c; +} + .text-green-600\\/60 { color: #16a34a99; } +.text-green-600\\/65 { + color: #16a34aa6; +} + .text-green-600\\/70 { color: #16a34ab3; } @@ -4742,6 +6514,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #16a34acc; } +.text-green-600\\/85 { + color: #16a34ad9; +} + .text-green-600\\/90 { color: #16a34ae6; } @@ -4766,6 +6542,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #15803d; } +.text-green-700\\/15 { + color: #15803d26; +} + .text-green-700\\/20 { color: #15803d33; } @@ -4778,10 +6558,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #15803d4d; } +.text-green-700\\/35 { + color: #15803d59; +} + .text-green-700\\/40 { color: #15803d66; } +.text-green-700\\/45 { + color: #15803d73; +} + .text-green-700\\/5 { color: #15803d0d; } @@ -4790,10 +6578,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #15803d80; } +.text-green-700\\/55 { + color: #15803d8c; +} + .text-green-700\\/60 { color: #15803d99; } +.text-green-700\\/65 { + color: #15803da6; +} + .text-green-700\\/70 { color: #15803db3; } @@ -4806,6 +6602,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #15803dcc; } +.text-green-700\\/85 { + color: #15803dd9; +} + .text-green-700\\/90 { color: #15803de6; } @@ -4830,6 +6630,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #166534; } +.text-green-800\\/15 { + color: #16653426; +} + .text-green-800\\/20 { color: #16653433; } @@ -4842,10 +6646,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1665344d; } +.text-green-800\\/35 { + color: #16653459; +} + .text-green-800\\/40 { color: #16653466; } +.text-green-800\\/45 { + color: #16653473; +} + .text-green-800\\/5 { color: #1665340d; } @@ -4854,10 +6666,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #16653480; } +.text-green-800\\/55 { + color: #1665348c; +} + .text-green-800\\/60 { color: #16653499; } +.text-green-800\\/65 { + color: #166534a6; +} + .text-green-800\\/70 { color: #166534b3; } @@ -4870,6 +6690,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #166534cc; } +.text-green-800\\/85 { + color: #166534d9; +} + .text-green-800\\/90 { color: #166534e6; } @@ -4894,6 +6718,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14532d; } +.text-green-900\\/15 { + color: #14532d26; +} + .text-green-900\\/20 { color: #14532d33; } @@ -4906,10 +6734,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14532d4d; } +.text-green-900\\/35 { + color: #14532d59; +} + .text-green-900\\/40 { color: #14532d66; } +.text-green-900\\/45 { + color: #14532d73; +} + .text-green-900\\/5 { color: #14532d0d; } @@ -4918,10 +6754,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14532d80; } +.text-green-900\\/55 { + color: #14532d8c; +} + .text-green-900\\/60 { color: #14532d99; } +.text-green-900\\/65 { + color: #14532da6; +} + .text-green-900\\/70 { color: #14532db3; } @@ -4934,6 +6778,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14532dcc; } +.text-green-900\\/85 { + color: #14532dd9; +} + .text-green-900\\/90 { color: #14532de6; } @@ -4958,6 +6806,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #052e16; } +.text-green-950\\/15 { + color: #052e1626; +} + .text-green-950\\/20 { color: #052e1633; } @@ -4970,10 +6822,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #052e164d; } +.text-green-950\\/35 { + color: #052e1659; +} + .text-green-950\\/40 { color: #052e1666; } +.text-green-950\\/45 { + color: #052e1673; +} + .text-green-950\\/5 { color: #052e160d; } @@ -4982,10 +6842,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #052e1680; } +.text-green-950\\/55 { + color: #052e168c; +} + .text-green-950\\/60 { color: #052e1699; } +.text-green-950\\/65 { + color: #052e16a6; +} + .text-green-950\\/70 { color: #052e16b3; } @@ -4998,6 +6866,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #052e16cc; } +.text-green-950\\/85 { + color: #052e16d9; +} + .text-green-950\\/90 { color: #052e16e6; } @@ -5022,6 +6894,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0e7ff; } +.text-indigo-100\\/15 { + color: #e0e7ff26; +} + .text-indigo-100\\/20 { color: #e0e7ff33; } @@ -5034,10 +6910,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0e7ff4d; } +.text-indigo-100\\/35 { + color: #e0e7ff59; +} + .text-indigo-100\\/40 { color: #e0e7ff66; } +.text-indigo-100\\/45 { + color: #e0e7ff73; +} + .text-indigo-100\\/5 { color: #e0e7ff0d; } @@ -5046,10 +6930,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0e7ff80; } +.text-indigo-100\\/55 { + color: #e0e7ff8c; +} + .text-indigo-100\\/60 { color: #e0e7ff99; } +.text-indigo-100\\/65 { + color: #e0e7ffa6; +} + .text-indigo-100\\/70 { color: #e0e7ffb3; } @@ -5062,6 +6954,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0e7ffcc; } +.text-indigo-100\\/85 { + color: #e0e7ffd9; +} + .text-indigo-100\\/90 { color: #e0e7ffe6; } @@ -5086,6 +6982,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c7d2fe; } +.text-indigo-200\\/15 { + color: #c7d2fe26; +} + .text-indigo-200\\/20 { color: #c7d2fe33; } @@ -5098,10 +6998,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c7d2fe4d; } +.text-indigo-200\\/35 { + color: #c7d2fe59; +} + .text-indigo-200\\/40 { color: #c7d2fe66; } +.text-indigo-200\\/45 { + color: #c7d2fe73; +} + .text-indigo-200\\/5 { color: #c7d2fe0d; } @@ -5110,10 +7018,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c7d2fe80; } +.text-indigo-200\\/55 { + color: #c7d2fe8c; +} + .text-indigo-200\\/60 { color: #c7d2fe99; } +.text-indigo-200\\/65 { + color: #c7d2fea6; +} + .text-indigo-200\\/70 { color: #c7d2feb3; } @@ -5126,6 +7042,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c7d2fecc; } +.text-indigo-200\\/85 { + color: #c7d2fed9; +} + .text-indigo-200\\/90 { color: #c7d2fee6; } @@ -5150,6 +7070,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5b4fc; } +.text-indigo-300\\/15 { + color: #a5b4fc26; +} + .text-indigo-300\\/20 { color: #a5b4fc33; } @@ -5162,10 +7086,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5b4fc4d; } +.text-indigo-300\\/35 { + color: #a5b4fc59; +} + .text-indigo-300\\/40 { color: #a5b4fc66; } +.text-indigo-300\\/45 { + color: #a5b4fc73; +} + .text-indigo-300\\/5 { color: #a5b4fc0d; } @@ -5174,10 +7106,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5b4fc80; } +.text-indigo-300\\/55 { + color: #a5b4fc8c; +} + .text-indigo-300\\/60 { color: #a5b4fc99; } +.text-indigo-300\\/65 { + color: #a5b4fca6; +} + .text-indigo-300\\/70 { color: #a5b4fcb3; } @@ -5190,6 +7130,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a5b4fccc; } +.text-indigo-300\\/85 { + color: #a5b4fcd9; +} + .text-indigo-300\\/90 { color: #a5b4fce6; } @@ -5214,6 +7158,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #818cf8; } +.text-indigo-400\\/15 { + color: #818cf826; +} + .text-indigo-400\\/20 { color: #818cf833; } @@ -5226,10 +7174,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #818cf84d; } +.text-indigo-400\\/35 { + color: #818cf859; +} + .text-indigo-400\\/40 { color: #818cf866; } +.text-indigo-400\\/45 { + color: #818cf873; +} + .text-indigo-400\\/5 { color: #818cf80d; } @@ -5238,10 +7194,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #818cf880; } +.text-indigo-400\\/55 { + color: #818cf88c; +} + .text-indigo-400\\/60 { color: #818cf899; } +.text-indigo-400\\/65 { + color: #818cf8a6; +} + .text-indigo-400\\/70 { color: #818cf8b3; } @@ -5254,6 +7218,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #818cf8cc; } +.text-indigo-400\\/85 { + color: #818cf8d9; +} + .text-indigo-400\\/90 { color: #818cf8e6; } @@ -5278,6 +7246,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eef2ff; } +.text-indigo-50\\/15 { + color: #eef2ff26; +} + .text-indigo-50\\/20 { color: #eef2ff33; } @@ -5290,10 +7262,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eef2ff4d; } +.text-indigo-50\\/35 { + color: #eef2ff59; +} + .text-indigo-50\\/40 { color: #eef2ff66; } +.text-indigo-50\\/45 { + color: #eef2ff73; +} + .text-indigo-50\\/5 { color: #eef2ff0d; } @@ -5302,10 +7282,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eef2ff80; } +.text-indigo-50\\/55 { + color: #eef2ff8c; +} + .text-indigo-50\\/60 { color: #eef2ff99; } +.text-indigo-50\\/65 { + color: #eef2ffa6; +} + .text-indigo-50\\/70 { color: #eef2ffb3; } @@ -5318,6 +7306,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eef2ffcc; } +.text-indigo-50\\/85 { + color: #eef2ffd9; +} + .text-indigo-50\\/90 { color: #eef2ffe6; } @@ -5342,6 +7334,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6366f1; } +.text-indigo-500\\/15 { + color: #6366f126; +} + .text-indigo-500\\/20 { color: #6366f133; } @@ -5354,10 +7350,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6366f14d; } +.text-indigo-500\\/35 { + color: #6366f159; +} + .text-indigo-500\\/40 { color: #6366f166; } +.text-indigo-500\\/45 { + color: #6366f173; +} + .text-indigo-500\\/5 { color: #6366f10d; } @@ -5366,10 +7370,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6366f180; } +.text-indigo-500\\/55 { + color: #6366f18c; +} + .text-indigo-500\\/60 { color: #6366f199; } +.text-indigo-500\\/65 { + color: #6366f1a6; +} + .text-indigo-500\\/70 { color: #6366f1b3; } @@ -5382,6 +7394,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6366f1cc; } +.text-indigo-500\\/85 { + color: #6366f1d9; +} + .text-indigo-500\\/90 { color: #6366f1e6; } @@ -5406,6 +7422,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4f46e5; } +.text-indigo-600\\/15 { + color: #4f46e526; +} + .text-indigo-600\\/20 { color: #4f46e533; } @@ -5418,10 +7438,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4f46e54d; } +.text-indigo-600\\/35 { + color: #4f46e559; +} + .text-indigo-600\\/40 { color: #4f46e566; } +.text-indigo-600\\/45 { + color: #4f46e573; +} + .text-indigo-600\\/5 { color: #4f46e50d; } @@ -5430,10 +7458,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4f46e580; } +.text-indigo-600\\/55 { + color: #4f46e58c; +} + .text-indigo-600\\/60 { color: #4f46e599; } +.text-indigo-600\\/65 { + color: #4f46e5a6; +} + .text-indigo-600\\/70 { color: #4f46e5b3; } @@ -5446,6 +7482,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4f46e5cc; } +.text-indigo-600\\/85 { + color: #4f46e5d9; +} + .text-indigo-600\\/90 { color: #4f46e5e6; } @@ -5470,6 +7510,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4338ca; } +.text-indigo-700\\/15 { + color: #4338ca26; +} + .text-indigo-700\\/20 { color: #4338ca33; } @@ -5482,10 +7526,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4338ca4d; } +.text-indigo-700\\/35 { + color: #4338ca59; +} + .text-indigo-700\\/40 { color: #4338ca66; } +.text-indigo-700\\/45 { + color: #4338ca73; +} + .text-indigo-700\\/5 { color: #4338ca0d; } @@ -5494,10 +7546,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4338ca80; } +.text-indigo-700\\/55 { + color: #4338ca8c; +} + .text-indigo-700\\/60 { color: #4338ca99; } +.text-indigo-700\\/65 { + color: #4338caa6; +} + .text-indigo-700\\/70 { color: #4338cab3; } @@ -5510,6 +7570,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4338cacc; } +.text-indigo-700\\/85 { + color: #4338cad9; +} + .text-indigo-700\\/90 { color: #4338cae6; } @@ -5534,6 +7598,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3730a3; } +.text-indigo-800\\/15 { + color: #3730a326; +} + .text-indigo-800\\/20 { color: #3730a333; } @@ -5546,10 +7614,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3730a34d; } +.text-indigo-800\\/35 { + color: #3730a359; +} + .text-indigo-800\\/40 { color: #3730a366; } +.text-indigo-800\\/45 { + color: #3730a373; +} + .text-indigo-800\\/5 { color: #3730a30d; } @@ -5558,10 +7634,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3730a380; } +.text-indigo-800\\/55 { + color: #3730a38c; +} + .text-indigo-800\\/60 { color: #3730a399; } +.text-indigo-800\\/65 { + color: #3730a3a6; +} + .text-indigo-800\\/70 { color: #3730a3b3; } @@ -5574,6 +7658,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3730a3cc; } +.text-indigo-800\\/85 { + color: #3730a3d9; +} + .text-indigo-800\\/90 { color: #3730a3e6; } @@ -5598,6 +7686,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #312e81; } +.text-indigo-900\\/15 { + color: #312e8126; +} + .text-indigo-900\\/20 { color: #312e8133; } @@ -5610,10 +7702,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #312e814d; } +.text-indigo-900\\/35 { + color: #312e8159; +} + .text-indigo-900\\/40 { color: #312e8166; } +.text-indigo-900\\/45 { + color: #312e8173; +} + .text-indigo-900\\/5 { color: #312e810d; } @@ -5622,10 +7722,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #312e8180; } +.text-indigo-900\\/55 { + color: #312e818c; +} + .text-indigo-900\\/60 { color: #312e8199; } +.text-indigo-900\\/65 { + color: #312e81a6; +} + .text-indigo-900\\/70 { color: #312e81b3; } @@ -5638,6 +7746,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #312e81cc; } +.text-indigo-900\\/85 { + color: #312e81d9; +} + .text-indigo-900\\/90 { color: #312e81e6; } @@ -5662,6 +7774,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e1b4b; } +.text-indigo-950\\/15 { + color: #1e1b4b26; +} + .text-indigo-950\\/20 { color: #1e1b4b33; } @@ -5674,10 +7790,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e1b4b4d; } +.text-indigo-950\\/35 { + color: #1e1b4b59; +} + .text-indigo-950\\/40 { color: #1e1b4b66; } +.text-indigo-950\\/45 { + color: #1e1b4b73; +} + .text-indigo-950\\/5 { color: #1e1b4b0d; } @@ -5686,10 +7810,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e1b4b80; } +.text-indigo-950\\/55 { + color: #1e1b4b8c; +} + .text-indigo-950\\/60 { color: #1e1b4b99; } +.text-indigo-950\\/65 { + color: #1e1b4ba6; +} + .text-indigo-950\\/70 { color: #1e1b4bb3; } @@ -5702,6 +7834,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e1b4bcc; } +.text-indigo-950\\/85 { + color: #1e1b4bd9; +} + .text-indigo-950\\/90 { color: #1e1b4be6; } @@ -5730,6 +7866,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfccb; } +.text-lime-100\\/15 { + color: #ecfccb26; +} + .text-lime-100\\/20 { color: #ecfccb33; } @@ -5742,10 +7882,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfccb4d; } +.text-lime-100\\/35 { + color: #ecfccb59; +} + .text-lime-100\\/40 { color: #ecfccb66; } +.text-lime-100\\/45 { + color: #ecfccb73; +} + .text-lime-100\\/5 { color: #ecfccb0d; } @@ -5754,10 +7902,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfccb80; } +.text-lime-100\\/55 { + color: #ecfccb8c; +} + .text-lime-100\\/60 { color: #ecfccb99; } +.text-lime-100\\/65 { + color: #ecfccba6; +} + .text-lime-100\\/70 { color: #ecfccbb3; } @@ -5770,6 +7926,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ecfccbcc; } +.text-lime-100\\/85 { + color: #ecfccbd9; +} + .text-lime-100\\/90 { color: #ecfccbe6; } @@ -5794,6 +7954,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d9f99d; } +.text-lime-200\\/15 { + color: #d9f99d26; +} + .text-lime-200\\/20 { color: #d9f99d33; } @@ -5806,10 +7970,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d9f99d4d; } +.text-lime-200\\/35 { + color: #d9f99d59; +} + .text-lime-200\\/40 { color: #d9f99d66; } +.text-lime-200\\/45 { + color: #d9f99d73; +} + .text-lime-200\\/5 { color: #d9f99d0d; } @@ -5818,10 +7990,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d9f99d80; } +.text-lime-200\\/55 { + color: #d9f99d8c; +} + .text-lime-200\\/60 { color: #d9f99d99; } +.text-lime-200\\/65 { + color: #d9f99da6; +} + .text-lime-200\\/70 { color: #d9f99db3; } @@ -5834,6 +8014,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d9f99dcc; } +.text-lime-200\\/85 { + color: #d9f99dd9; +} + .text-lime-200\\/90 { color: #d9f99de6; } @@ -5858,6 +8042,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bef264; } +.text-lime-300\\/15 { + color: #bef26426; +} + .text-lime-300\\/20 { color: #bef26433; } @@ -5870,10 +8058,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bef2644d; } +.text-lime-300\\/35 { + color: #bef26459; +} + .text-lime-300\\/40 { color: #bef26466; } +.text-lime-300\\/45 { + color: #bef26473; +} + .text-lime-300\\/5 { color: #bef2640d; } @@ -5882,10 +8078,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bef26480; } +.text-lime-300\\/55 { + color: #bef2648c; +} + .text-lime-300\\/60 { color: #bef26499; } +.text-lime-300\\/65 { + color: #bef264a6; +} + .text-lime-300\\/70 { color: #bef264b3; } @@ -5898,6 +8102,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bef264cc; } +.text-lime-300\\/85 { + color: #bef264d9; +} + .text-lime-300\\/90 { color: #bef264e6; } @@ -5922,6 +8130,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3e635; } +.text-lime-400\\/15 { + color: #a3e63526; +} + .text-lime-400\\/20 { color: #a3e63533; } @@ -5934,10 +8146,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3e6354d; } +.text-lime-400\\/35 { + color: #a3e63559; +} + .text-lime-400\\/40 { color: #a3e63566; } +.text-lime-400\\/45 { + color: #a3e63573; +} + .text-lime-400\\/5 { color: #a3e6350d; } @@ -5946,10 +8166,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3e63580; } +.text-lime-400\\/55 { + color: #a3e6358c; +} + .text-lime-400\\/60 { color: #a3e63599; } +.text-lime-400\\/65 { + color: #a3e635a6; +} + .text-lime-400\\/70 { color: #a3e635b3; } @@ -5962,6 +8190,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3e635cc; } +.text-lime-400\\/85 { + color: #a3e635d9; +} + .text-lime-400\\/90 { color: #a3e635e6; } @@ -5986,6 +8218,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f7fee7; } +.text-lime-50\\/15 { + color: #f7fee726; +} + .text-lime-50\\/20 { color: #f7fee733; } @@ -5998,10 +8234,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f7fee74d; } +.text-lime-50\\/35 { + color: #f7fee759; +} + .text-lime-50\\/40 { color: #f7fee766; } +.text-lime-50\\/45 { + color: #f7fee773; +} + .text-lime-50\\/5 { color: #f7fee70d; } @@ -6010,10 +8254,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f7fee780; } +.text-lime-50\\/55 { + color: #f7fee78c; +} + .text-lime-50\\/60 { color: #f7fee799; } +.text-lime-50\\/65 { + color: #f7fee7a6; +} + .text-lime-50\\/70 { color: #f7fee7b3; } @@ -6026,6 +8278,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f7fee7cc; } +.text-lime-50\\/85 { + color: #f7fee7d9; +} + .text-lime-50\\/90 { color: #f7fee7e6; } @@ -6050,6 +8306,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #84cc16; } +.text-lime-500\\/15 { + color: #84cc1626; +} + .text-lime-500\\/20 { color: #84cc1633; } @@ -6062,10 +8322,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #84cc164d; } +.text-lime-500\\/35 { + color: #84cc1659; +} + .text-lime-500\\/40 { color: #84cc1666; } +.text-lime-500\\/45 { + color: #84cc1673; +} + .text-lime-500\\/5 { color: #84cc160d; } @@ -6074,10 +8342,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #84cc1680; } +.text-lime-500\\/55 { + color: #84cc168c; +} + .text-lime-500\\/60 { color: #84cc1699; } +.text-lime-500\\/65 { + color: #84cc16a6; +} + .text-lime-500\\/70 { color: #84cc16b3; } @@ -6090,6 +8366,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #84cc16cc; } +.text-lime-500\\/85 { + color: #84cc16d9; +} + .text-lime-500\\/90 { color: #84cc16e6; } @@ -6114,6 +8394,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #65a30d; } +.text-lime-600\\/15 { + color: #65a30d26; +} + .text-lime-600\\/20 { color: #65a30d33; } @@ -6126,10 +8410,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #65a30d4d; } +.text-lime-600\\/35 { + color: #65a30d59; +} + .text-lime-600\\/40 { color: #65a30d66; } +.text-lime-600\\/45 { + color: #65a30d73; +} + .text-lime-600\\/5 { color: #65a30d0d; } @@ -6138,10 +8430,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #65a30d80; } +.text-lime-600\\/55 { + color: #65a30d8c; +} + .text-lime-600\\/60 { color: #65a30d99; } +.text-lime-600\\/65 { + color: #65a30da6; +} + .text-lime-600\\/70 { color: #65a30db3; } @@ -6154,6 +8454,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #65a30dcc; } +.text-lime-600\\/85 { + color: #65a30dd9; +} + .text-lime-600\\/90 { color: #65a30de6; } @@ -6178,6 +8482,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4d7c0f; } +.text-lime-700\\/15 { + color: #4d7c0f26; +} + .text-lime-700\\/20 { color: #4d7c0f33; } @@ -6190,10 +8498,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4d7c0f4d; } +.text-lime-700\\/35 { + color: #4d7c0f59; +} + .text-lime-700\\/40 { color: #4d7c0f66; } +.text-lime-700\\/45 { + color: #4d7c0f73; +} + .text-lime-700\\/5 { color: #4d7c0f0d; } @@ -6202,10 +8518,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4d7c0f80; } +.text-lime-700\\/55 { + color: #4d7c0f8c; +} + .text-lime-700\\/60 { color: #4d7c0f99; } +.text-lime-700\\/65 { + color: #4d7c0fa6; +} + .text-lime-700\\/70 { color: #4d7c0fb3; } @@ -6218,6 +8542,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4d7c0fcc; } +.text-lime-700\\/85 { + color: #4d7c0fd9; +} + .text-lime-700\\/90 { color: #4d7c0fe6; } @@ -6242,6 +8570,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f6212; } +.text-lime-800\\/15 { + color: #3f621226; +} + .text-lime-800\\/20 { color: #3f621233; } @@ -6254,10 +8586,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f62124d; } +.text-lime-800\\/35 { + color: #3f621259; +} + .text-lime-800\\/40 { color: #3f621266; } +.text-lime-800\\/45 { + color: #3f621273; +} + .text-lime-800\\/5 { color: #3f62120d; } @@ -6266,10 +8606,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f621280; } +.text-lime-800\\/55 { + color: #3f62128c; +} + .text-lime-800\\/60 { color: #3f621299; } +.text-lime-800\\/65 { + color: #3f6212a6; +} + .text-lime-800\\/70 { color: #3f6212b3; } @@ -6282,6 +8630,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f6212cc; } +.text-lime-800\\/85 { + color: #3f6212d9; +} + .text-lime-800\\/90 { color: #3f6212e6; } @@ -6306,6 +8658,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #365314; } +.text-lime-900\\/15 { + color: #36531426; +} + .text-lime-900\\/20 { color: #36531433; } @@ -6318,10 +8674,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3653144d; } +.text-lime-900\\/35 { + color: #36531459; +} + .text-lime-900\\/40 { color: #36531466; } +.text-lime-900\\/45 { + color: #36531473; +} + .text-lime-900\\/5 { color: #3653140d; } @@ -6330,10 +8694,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #36531480; } +.text-lime-900\\/55 { + color: #3653148c; +} + .text-lime-900\\/60 { color: #36531499; } +.text-lime-900\\/65 { + color: #365314a6; +} + .text-lime-900\\/70 { color: #365314b3; } @@ -6346,6 +8718,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #365314cc; } +.text-lime-900\\/85 { + color: #365314d9; +} + .text-lime-900\\/90 { color: #365314e6; } @@ -6370,6 +8746,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1a2e05; } +.text-lime-950\\/15 { + color: #1a2e0526; +} + .text-lime-950\\/20 { color: #1a2e0533; } @@ -6382,10 +8762,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1a2e054d; } +.text-lime-950\\/35 { + color: #1a2e0559; +} + .text-lime-950\\/40 { color: #1a2e0566; } +.text-lime-950\\/45 { + color: #1a2e0573; +} + .text-lime-950\\/5 { color: #1a2e050d; } @@ -6394,10 +8782,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1a2e0580; } +.text-lime-950\\/55 { + color: #1a2e058c; +} + .text-lime-950\\/60 { color: #1a2e0599; } +.text-lime-950\\/65 { + color: #1a2e05a6; +} + .text-lime-950\\/70 { color: #1a2e05b3; } @@ -6410,6 +8806,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1a2e05cc; } +.text-lime-950\\/85 { + color: #1a2e05d9; +} + .text-lime-950\\/90 { color: #1a2e05e6; } @@ -6434,6 +8834,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f5; } +.text-neutral-100\\/15 { + color: #f5f5f526; +} + .text-neutral-100\\/20 { color: #f5f5f533; } @@ -6446,10 +8850,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f54d; } +.text-neutral-100\\/35 { + color: #f5f5f559; +} + .text-neutral-100\\/40 { color: #f5f5f566; } +.text-neutral-100\\/45 { + color: #f5f5f573; +} + .text-neutral-100\\/5 { color: #f5f5f50d; } @@ -6458,10 +8870,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f580; } +.text-neutral-100\\/55 { + color: #f5f5f58c; +} + .text-neutral-100\\/60 { color: #f5f5f599; } +.text-neutral-100\\/65 { + color: #f5f5f5a6; +} + .text-neutral-100\\/70 { color: #f5f5f5b3; } @@ -6474,6 +8894,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f5cc; } +.text-neutral-100\\/85 { + color: #f5f5f5d9; +} + .text-neutral-100\\/90 { color: #f5f5f5e6; } @@ -6498,6 +8922,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e5e5; } +.text-neutral-200\\/15 { + color: #e5e5e526; +} + .text-neutral-200\\/20 { color: #e5e5e533; } @@ -6510,10 +8938,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e5e54d; } +.text-neutral-200\\/35 { + color: #e5e5e559; +} + .text-neutral-200\\/40 { color: #e5e5e566; } +.text-neutral-200\\/45 { + color: #e5e5e573; +} + .text-neutral-200\\/5 { color: #e5e5e50d; } @@ -6522,10 +8958,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e5e580; } +.text-neutral-200\\/55 { + color: #e5e5e58c; +} + .text-neutral-200\\/60 { color: #e5e5e599; } +.text-neutral-200\\/65 { + color: #e5e5e5a6; +} + .text-neutral-200\\/70 { color: #e5e5e5b3; } @@ -6538,6 +8982,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e5e5e5cc; } +.text-neutral-200\\/85 { + color: #e5e5e5d9; +} + .text-neutral-200\\/90 { color: #e5e5e5e6; } @@ -6562,6 +9010,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d4; } +.text-neutral-300\\/15 { + color: #d4d4d426; +} + .text-neutral-300\\/20 { color: #d4d4d433; } @@ -6574,10 +9026,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d44d; } +.text-neutral-300\\/35 { + color: #d4d4d459; +} + .text-neutral-300\\/40 { color: #d4d4d466; } +.text-neutral-300\\/45 { + color: #d4d4d473; +} + .text-neutral-300\\/5 { color: #d4d4d40d; } @@ -6586,10 +9046,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d480; } +.text-neutral-300\\/55 { + color: #d4d4d48c; +} + .text-neutral-300\\/60 { color: #d4d4d499; } +.text-neutral-300\\/65 { + color: #d4d4d4a6; +} + .text-neutral-300\\/70 { color: #d4d4d4b3; } @@ -6602,6 +9070,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d4cc; } +.text-neutral-300\\/85 { + color: #d4d4d4d9; +} + .text-neutral-300\\/90 { color: #d4d4d4e6; } @@ -6626,6 +9098,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3a3a3; } +.text-neutral-400\\/15 { + color: #a3a3a326; +} + .text-neutral-400\\/20 { color: #a3a3a333; } @@ -6638,10 +9114,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3a3a34d; } +.text-neutral-400\\/35 { + color: #a3a3a359; +} + .text-neutral-400\\/40 { color: #a3a3a366; } +.text-neutral-400\\/45 { + color: #a3a3a373; +} + .text-neutral-400\\/5 { color: #a3a3a30d; } @@ -6650,10 +9134,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3a3a380; } +.text-neutral-400\\/55 { + color: #a3a3a38c; +} + .text-neutral-400\\/60 { color: #a3a3a399; } +.text-neutral-400\\/65 { + color: #a3a3a3a6; +} + .text-neutral-400\\/70 { color: #a3a3a3b3; } @@ -6666,6 +9158,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a3a3a3cc; } +.text-neutral-400\\/85 { + color: #a3a3a3d9; +} + .text-neutral-400\\/90 { color: #a3a3a3e6; } @@ -6690,6 +9186,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafa; } +.text-neutral-50\\/15 { + color: #fafafa26; +} + .text-neutral-50\\/20 { color: #fafafa33; } @@ -6702,10 +9202,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafa4d; } +.text-neutral-50\\/35 { + color: #fafafa59; +} + .text-neutral-50\\/40 { color: #fafafa66; } +.text-neutral-50\\/45 { + color: #fafafa73; +} + .text-neutral-50\\/5 { color: #fafafa0d; } @@ -6714,10 +9222,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafa80; } +.text-neutral-50\\/55 { + color: #fafafa8c; +} + .text-neutral-50\\/60 { color: #fafafa99; } +.text-neutral-50\\/65 { + color: #fafafaa6; +} + .text-neutral-50\\/70 { color: #fafafab3; } @@ -6730,6 +9246,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafacc; } +.text-neutral-50\\/85 { + color: #fafafad9; +} + .text-neutral-50\\/90 { color: #fafafae6; } @@ -6754,6 +9274,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #737373; } +.text-neutral-500\\/15 { + color: #73737326; +} + .text-neutral-500\\/20 { color: #73737333; } @@ -6766,10 +9290,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7373734d; } +.text-neutral-500\\/35 { + color: #73737359; +} + .text-neutral-500\\/40 { color: #73737366; } +.text-neutral-500\\/45 { + color: #73737373; +} + .text-neutral-500\\/5 { color: #7373730d; } @@ -6778,10 +9310,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #73737380; } +.text-neutral-500\\/55 { + color: #7373738c; +} + .text-neutral-500\\/60 { color: #73737399; } +.text-neutral-500\\/65 { + color: #737373a6; +} + .text-neutral-500\\/70 { color: #737373b3; } @@ -6794,6 +9334,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #737373cc; } +.text-neutral-500\\/85 { + color: #737373d9; +} + .text-neutral-500\\/90 { color: #737373e6; } @@ -6818,6 +9362,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #525252; } +.text-neutral-600\\/15 { + color: #52525226; +} + .text-neutral-600\\/20 { color: #52525233; } @@ -6830,10 +9378,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5252524d; } +.text-neutral-600\\/35 { + color: #52525259; +} + .text-neutral-600\\/40 { color: #52525266; } +.text-neutral-600\\/45 { + color: #52525273; +} + .text-neutral-600\\/5 { color: #5252520d; } @@ -6842,10 +9398,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #52525280; } +.text-neutral-600\\/55 { + color: #5252528c; +} + .text-neutral-600\\/60 { color: #52525299; } +.text-neutral-600\\/65 { + color: #525252a6; +} + .text-neutral-600\\/70 { color: #525252b3; } @@ -6858,6 +9422,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #525252cc; } +.text-neutral-600\\/85 { + color: #525252d9; +} + .text-neutral-600\\/90 { color: #525252e6; } @@ -6882,6 +9450,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #404040; } +.text-neutral-700\\/15 { + color: #40404026; +} + .text-neutral-700\\/20 { color: #40404033; } @@ -6894,10 +9466,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4040404d; } +.text-neutral-700\\/35 { + color: #40404059; +} + .text-neutral-700\\/40 { color: #40404066; } +.text-neutral-700\\/45 { + color: #40404073; +} + .text-neutral-700\\/5 { color: #4040400d; } @@ -6906,10 +9486,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #40404080; } +.text-neutral-700\\/55 { + color: #4040408c; +} + .text-neutral-700\\/60 { color: #40404099; } +.text-neutral-700\\/65 { + color: #404040a6; +} + .text-neutral-700\\/70 { color: #404040b3; } @@ -6922,6 +9510,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #404040cc; } +.text-neutral-700\\/85 { + color: #404040d9; +} + .text-neutral-700\\/90 { color: #404040e6; } @@ -6946,6 +9538,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #262626; } +.text-neutral-800\\/15 { + color: #26262626; +} + .text-neutral-800\\/20 { color: #26262633; } @@ -6958,10 +9554,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2626264d; } +.text-neutral-800\\/35 { + color: #26262659; +} + .text-neutral-800\\/40 { color: #26262666; } +.text-neutral-800\\/45 { + color: #26262673; +} + .text-neutral-800\\/5 { color: #2626260d; } @@ -6970,10 +9574,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #26262680; } +.text-neutral-800\\/55 { + color: #2626268c; +} + .text-neutral-800\\/60 { color: #26262699; } +.text-neutral-800\\/65 { + color: #262626a6; +} + .text-neutral-800\\/70 { color: #262626b3; } @@ -6986,6 +9598,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #262626cc; } +.text-neutral-800\\/85 { + color: #262626d9; +} + .text-neutral-800\\/90 { color: #262626e6; } @@ -7010,6 +9626,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #171717; } +.text-neutral-900\\/15 { + color: #17171726; +} + .text-neutral-900\\/20 { color: #17171733; } @@ -7022,10 +9642,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1717174d; } +.text-neutral-900\\/35 { + color: #17171759; +} + .text-neutral-900\\/40 { color: #17171766; } +.text-neutral-900\\/45 { + color: #17171773; +} + .text-neutral-900\\/5 { color: #1717170d; } @@ -7034,10 +9662,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #17171780; } +.text-neutral-900\\/55 { + color: #1717178c; +} + .text-neutral-900\\/60 { color: #17171799; } +.text-neutral-900\\/65 { + color: #171717a6; +} + .text-neutral-900\\/70 { color: #171717b3; } @@ -7050,6 +9686,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #171717cc; } +.text-neutral-900\\/85 { + color: #171717d9; +} + .text-neutral-900\\/90 { color: #171717e6; } @@ -7074,6 +9714,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0a0a0a; } +.text-neutral-950\\/15 { + color: #0a0a0a26; +} + .text-neutral-950\\/20 { color: #0a0a0a33; } @@ -7086,10 +9730,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0a0a0a4d; } +.text-neutral-950\\/35 { + color: #0a0a0a59; +} + .text-neutral-950\\/40 { color: #0a0a0a66; } +.text-neutral-950\\/45 { + color: #0a0a0a73; +} + .text-neutral-950\\/5 { color: #0a0a0a0d; } @@ -7098,10 +9750,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0a0a0a80; } +.text-neutral-950\\/55 { + color: #0a0a0a8c; +} + .text-neutral-950\\/60 { color: #0a0a0a99; } +.text-neutral-950\\/65 { + color: #0a0a0aa6; +} + .text-neutral-950\\/70 { color: #0a0a0ab3; } @@ -7114,6 +9774,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0a0a0acc; } +.text-neutral-950\\/85 { + color: #0a0a0ad9; +} + .text-neutral-950\\/90 { color: #0a0a0ae6; } @@ -7138,6 +9802,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffedd5; } +.text-orange-100\\/15 { + color: #ffedd526; +} + .text-orange-100\\/20 { color: #ffedd533; } @@ -7150,10 +9818,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffedd54d; } +.text-orange-100\\/35 { + color: #ffedd559; +} + .text-orange-100\\/40 { color: #ffedd566; } +.text-orange-100\\/45 { + color: #ffedd573; +} + .text-orange-100\\/5 { color: #ffedd50d; } @@ -7162,10 +9838,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffedd580; } +.text-orange-100\\/55 { + color: #ffedd58c; +} + .text-orange-100\\/60 { color: #ffedd599; } +.text-orange-100\\/65 { + color: #ffedd5a6; +} + .text-orange-100\\/70 { color: #ffedd5b3; } @@ -7178,6 +9862,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffedd5cc; } +.text-orange-100\\/85 { + color: #ffedd5d9; +} + .text-orange-100\\/90 { color: #ffedd5e6; } @@ -7202,6 +9890,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fed7aa; } +.text-orange-200\\/15 { + color: #fed7aa26; +} + .text-orange-200\\/20 { color: #fed7aa33; } @@ -7214,10 +9906,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fed7aa4d; } +.text-orange-200\\/35 { + color: #fed7aa59; +} + .text-orange-200\\/40 { color: #fed7aa66; } +.text-orange-200\\/45 { + color: #fed7aa73; +} + .text-orange-200\\/5 { color: #fed7aa0d; } @@ -7226,10 +9926,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fed7aa80; } +.text-orange-200\\/55 { + color: #fed7aa8c; +} + .text-orange-200\\/60 { color: #fed7aa99; } +.text-orange-200\\/65 { + color: #fed7aaa6; +} + .text-orange-200\\/70 { color: #fed7aab3; } @@ -7242,6 +9950,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fed7aacc; } +.text-orange-200\\/85 { + color: #fed7aad9; +} + .text-orange-200\\/90 { color: #fed7aae6; } @@ -7266,6 +9978,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdba74; } +.text-orange-300\\/15 { + color: #fdba7426; +} + .text-orange-300\\/20 { color: #fdba7433; } @@ -7278,10 +9994,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdba744d; } +.text-orange-300\\/35 { + color: #fdba7459; +} + .text-orange-300\\/40 { color: #fdba7466; } +.text-orange-300\\/45 { + color: #fdba7473; +} + .text-orange-300\\/5 { color: #fdba740d; } @@ -7290,10 +10014,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdba7480; } +.text-orange-300\\/55 { + color: #fdba748c; +} + .text-orange-300\\/60 { color: #fdba7499; } +.text-orange-300\\/65 { + color: #fdba74a6; +} + .text-orange-300\\/70 { color: #fdba74b3; } @@ -7306,6 +10038,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdba74cc; } +.text-orange-300\\/85 { + color: #fdba74d9; +} + .text-orange-300\\/90 { color: #fdba74e6; } @@ -7330,6 +10066,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb923c; } +.text-orange-400\\/15 { + color: #fb923c26; +} + .text-orange-400\\/20 { color: #fb923c33; } @@ -7342,10 +10082,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb923c4d; } +.text-orange-400\\/35 { + color: #fb923c59; +} + .text-orange-400\\/40 { color: #fb923c66; } +.text-orange-400\\/45 { + color: #fb923c73; +} + .text-orange-400\\/5 { color: #fb923c0d; } @@ -7354,10 +10102,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb923c80; } +.text-orange-400\\/55 { + color: #fb923c8c; +} + .text-orange-400\\/60 { color: #fb923c99; } +.text-orange-400\\/65 { + color: #fb923ca6; +} + .text-orange-400\\/70 { color: #fb923cb3; } @@ -7370,6 +10126,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb923ccc; } +.text-orange-400\\/85 { + color: #fb923cd9; +} + .text-orange-400\\/90 { color: #fb923ce6; } @@ -7394,6 +10154,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff7ed; } +.text-orange-50\\/15 { + color: #fff7ed26; +} + .text-orange-50\\/20 { color: #fff7ed33; } @@ -7406,10 +10170,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff7ed4d; } +.text-orange-50\\/35 { + color: #fff7ed59; +} + .text-orange-50\\/40 { color: #fff7ed66; } +.text-orange-50\\/45 { + color: #fff7ed73; +} + .text-orange-50\\/5 { color: #fff7ed0d; } @@ -7418,10 +10190,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff7ed80; } +.text-orange-50\\/55 { + color: #fff7ed8c; +} + .text-orange-50\\/60 { color: #fff7ed99; } +.text-orange-50\\/65 { + color: #fff7eda6; +} + .text-orange-50\\/70 { color: #fff7edb3; } @@ -7434,6 +10214,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff7edcc; } +.text-orange-50\\/85 { + color: #fff7edd9; +} + .text-orange-50\\/90 { color: #fff7ede6; } @@ -7458,6 +10242,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f97316; } +.text-orange-500\\/15 { + color: #f9731626; +} + .text-orange-500\\/20 { color: #f9731633; } @@ -7470,10 +10258,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f973164d; } +.text-orange-500\\/35 { + color: #f9731659; +} + .text-orange-500\\/40 { color: #f9731666; } +.text-orange-500\\/45 { + color: #f9731673; +} + .text-orange-500\\/5 { color: #f973160d; } @@ -7482,10 +10278,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9731680; } +.text-orange-500\\/55 { + color: #f973168c; +} + .text-orange-500\\/60 { color: #f9731699; } +.text-orange-500\\/65 { + color: #f97316a6; +} + .text-orange-500\\/70 { color: #f97316b3; } @@ -7498,6 +10302,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f97316cc; } +.text-orange-500\\/85 { + color: #f97316d9; +} + .text-orange-500\\/90 { color: #f97316e6; } @@ -7522,6 +10330,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ea580c; } +.text-orange-600\\/15 { + color: #ea580c26; +} + .text-orange-600\\/20 { color: #ea580c33; } @@ -7534,10 +10346,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ea580c4d; } +.text-orange-600\\/35 { + color: #ea580c59; +} + .text-orange-600\\/40 { color: #ea580c66; } +.text-orange-600\\/45 { + color: #ea580c73; +} + .text-orange-600\\/5 { color: #ea580c0d; } @@ -7546,10 +10366,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ea580c80; } +.text-orange-600\\/55 { + color: #ea580c8c; +} + .text-orange-600\\/60 { color: #ea580c99; } +.text-orange-600\\/65 { + color: #ea580ca6; +} + .text-orange-600\\/70 { color: #ea580cb3; } @@ -7562,6 +10390,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ea580ccc; } +.text-orange-600\\/85 { + color: #ea580cd9; +} + .text-orange-600\\/90 { color: #ea580ce6; } @@ -7586,6 +10418,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c2410c; } +.text-orange-700\\/15 { + color: #c2410c26; +} + .text-orange-700\\/20 { color: #c2410c33; } @@ -7598,10 +10434,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c2410c4d; } +.text-orange-700\\/35 { + color: #c2410c59; +} + .text-orange-700\\/40 { color: #c2410c66; } +.text-orange-700\\/45 { + color: #c2410c73; +} + .text-orange-700\\/5 { color: #c2410c0d; } @@ -7610,10 +10454,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c2410c80; } +.text-orange-700\\/55 { + color: #c2410c8c; +} + .text-orange-700\\/60 { color: #c2410c99; } +.text-orange-700\\/65 { + color: #c2410ca6; +} + .text-orange-700\\/70 { color: #c2410cb3; } @@ -7626,6 +10478,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c2410ccc; } +.text-orange-700\\/85 { + color: #c2410cd9; +} + .text-orange-700\\/90 { color: #c2410ce6; } @@ -7650,6 +10506,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9a3412; } +.text-orange-800\\/15 { + color: #9a341226; +} + .text-orange-800\\/20 { color: #9a341233; } @@ -7662,10 +10522,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9a34124d; } +.text-orange-800\\/35 { + color: #9a341259; +} + .text-orange-800\\/40 { color: #9a341266; } +.text-orange-800\\/45 { + color: #9a341273; +} + .text-orange-800\\/5 { color: #9a34120d; } @@ -7674,10 +10542,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9a341280; } +.text-orange-800\\/55 { + color: #9a34128c; +} + .text-orange-800\\/60 { color: #9a341299; } +.text-orange-800\\/65 { + color: #9a3412a6; +} + .text-orange-800\\/70 { color: #9a3412b3; } @@ -7690,6 +10566,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9a3412cc; } +.text-orange-800\\/85 { + color: #9a3412d9; +} + .text-orange-800\\/90 { color: #9a3412e6; } @@ -7714,6 +10594,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c2d12; } +.text-orange-900\\/15 { + color: #7c2d1226; +} + .text-orange-900\\/20 { color: #7c2d1233; } @@ -7726,10 +10610,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c2d124d; } +.text-orange-900\\/35 { + color: #7c2d1259; +} + .text-orange-900\\/40 { color: #7c2d1266; } +.text-orange-900\\/45 { + color: #7c2d1273; +} + .text-orange-900\\/5 { color: #7c2d120d; } @@ -7738,10 +10630,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c2d1280; } +.text-orange-900\\/55 { + color: #7c2d128c; +} + .text-orange-900\\/60 { color: #7c2d1299; } +.text-orange-900\\/65 { + color: #7c2d12a6; +} + .text-orange-900\\/70 { color: #7c2d12b3; } @@ -7754,6 +10654,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c2d12cc; } +.text-orange-900\\/85 { + color: #7c2d12d9; +} + .text-orange-900\\/90 { color: #7c2d12e6; } @@ -7778,6 +10682,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #431407; } +.text-orange-950\\/15 { + color: #43140726; +} + .text-orange-950\\/20 { color: #43140733; } @@ -7790,10 +10698,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4314074d; } +.text-orange-950\\/35 { + color: #43140759; +} + .text-orange-950\\/40 { color: #43140766; } +.text-orange-950\\/45 { + color: #43140773; +} + .text-orange-950\\/5 { color: #4314070d; } @@ -7802,10 +10718,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #43140780; } +.text-orange-950\\/55 { + color: #4314078c; +} + .text-orange-950\\/60 { color: #43140799; } +.text-orange-950\\/65 { + color: #431407a6; +} + .text-orange-950\\/70 { color: #431407b3; } @@ -7818,6 +10742,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #431407cc; } +.text-orange-950\\/85 { + color: #431407d9; +} + .text-orange-950\\/90 { color: #431407e6; } @@ -7842,6 +10770,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fce7f3; } +.text-pink-100\\/15 { + color: #fce7f326; +} + .text-pink-100\\/20 { color: #fce7f333; } @@ -7854,10 +10786,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fce7f34d; } +.text-pink-100\\/35 { + color: #fce7f359; +} + .text-pink-100\\/40 { color: #fce7f366; } +.text-pink-100\\/45 { + color: #fce7f373; +} + .text-pink-100\\/5 { color: #fce7f30d; } @@ -7866,10 +10806,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fce7f380; } +.text-pink-100\\/55 { + color: #fce7f38c; +} + .text-pink-100\\/60 { color: #fce7f399; } +.text-pink-100\\/65 { + color: #fce7f3a6; +} + .text-pink-100\\/70 { color: #fce7f3b3; } @@ -7882,6 +10830,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fce7f3cc; } +.text-pink-100\\/85 { + color: #fce7f3d9; +} + .text-pink-100\\/90 { color: #fce7f3e6; } @@ -7906,6 +10858,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbcfe8; } +.text-pink-200\\/15 { + color: #fbcfe826; +} + .text-pink-200\\/20 { color: #fbcfe833; } @@ -7918,10 +10874,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbcfe84d; } +.text-pink-200\\/35 { + color: #fbcfe859; +} + .text-pink-200\\/40 { color: #fbcfe866; } +.text-pink-200\\/45 { + color: #fbcfe873; +} + .text-pink-200\\/5 { color: #fbcfe80d; } @@ -7930,10 +10894,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbcfe880; } +.text-pink-200\\/55 { + color: #fbcfe88c; +} + .text-pink-200\\/60 { color: #fbcfe899; } +.text-pink-200\\/65 { + color: #fbcfe8a6; +} + .text-pink-200\\/70 { color: #fbcfe8b3; } @@ -7946,6 +10918,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fbcfe8cc; } +.text-pink-200\\/85 { + color: #fbcfe8d9; +} + .text-pink-200\\/90 { color: #fbcfe8e6; } @@ -7970,6 +10946,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9a8d4; } +.text-pink-300\\/15 { + color: #f9a8d426; +} + .text-pink-300\\/20 { color: #f9a8d433; } @@ -7982,10 +10962,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9a8d44d; } +.text-pink-300\\/35 { + color: #f9a8d459; +} + .text-pink-300\\/40 { color: #f9a8d466; } +.text-pink-300\\/45 { + color: #f9a8d473; +} + .text-pink-300\\/5 { color: #f9a8d40d; } @@ -7994,10 +10982,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9a8d480; } +.text-pink-300\\/55 { + color: #f9a8d48c; +} + .text-pink-300\\/60 { color: #f9a8d499; } +.text-pink-300\\/65 { + color: #f9a8d4a6; +} + .text-pink-300\\/70 { color: #f9a8d4b3; } @@ -8010,6 +11006,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f9a8d4cc; } +.text-pink-300\\/85 { + color: #f9a8d4d9; +} + .text-pink-300\\/90 { color: #f9a8d4e6; } @@ -8034,6 +11034,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f472b6; } +.text-pink-400\\/15 { + color: #f472b626; +} + .text-pink-400\\/20 { color: #f472b633; } @@ -8046,10 +11050,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f472b64d; } +.text-pink-400\\/35 { + color: #f472b659; +} + .text-pink-400\\/40 { color: #f472b666; } +.text-pink-400\\/45 { + color: #f472b673; +} + .text-pink-400\\/5 { color: #f472b60d; } @@ -8058,10 +11070,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f472b680; } +.text-pink-400\\/55 { + color: #f472b68c; +} + .text-pink-400\\/60 { color: #f472b699; } +.text-pink-400\\/65 { + color: #f472b6a6; +} + .text-pink-400\\/70 { color: #f472b6b3; } @@ -8074,6 +11094,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f472b6cc; } +.text-pink-400\\/85 { + color: #f472b6d9; +} + .text-pink-400\\/90 { color: #f472b6e6; } @@ -8098,6 +11122,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf2f8; } +.text-pink-50\\/15 { + color: #fdf2f826; +} + .text-pink-50\\/20 { color: #fdf2f833; } @@ -8110,10 +11138,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf2f84d; } +.text-pink-50\\/35 { + color: #fdf2f859; +} + .text-pink-50\\/40 { color: #fdf2f866; } +.text-pink-50\\/45 { + color: #fdf2f873; +} + .text-pink-50\\/5 { color: #fdf2f80d; } @@ -8122,10 +11158,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf2f880; } +.text-pink-50\\/55 { + color: #fdf2f88c; +} + .text-pink-50\\/60 { color: #fdf2f899; } +.text-pink-50\\/65 { + color: #fdf2f8a6; +} + .text-pink-50\\/70 { color: #fdf2f8b3; } @@ -8138,6 +11182,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fdf2f8cc; } +.text-pink-50\\/85 { + color: #fdf2f8d9; +} + .text-pink-50\\/90 { color: #fdf2f8e6; } @@ -8162,6 +11210,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ec4899; } +.text-pink-500\\/15 { + color: #ec489926; +} + .text-pink-500\\/20 { color: #ec489933; } @@ -8174,10 +11226,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ec48994d; } +.text-pink-500\\/35 { + color: #ec489959; +} + .text-pink-500\\/40 { color: #ec489966; } +.text-pink-500\\/45 { + color: #ec489973; +} + .text-pink-500\\/5 { color: #ec48990d; } @@ -8186,10 +11246,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ec489980; } +.text-pink-500\\/55 { + color: #ec48998c; +} + .text-pink-500\\/60 { color: #ec489999; } +.text-pink-500\\/65 { + color: #ec4899a6; +} + .text-pink-500\\/70 { color: #ec4899b3; } @@ -8202,6 +11270,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ec4899cc; } +.text-pink-500\\/85 { + color: #ec4899d9; +} + .text-pink-500\\/90 { color: #ec4899e6; } @@ -8226,6 +11298,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #db2777; } +.text-pink-600\\/15 { + color: #db277726; +} + .text-pink-600\\/20 { color: #db277733; } @@ -8238,10 +11314,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #db27774d; } +.text-pink-600\\/35 { + color: #db277759; +} + .text-pink-600\\/40 { color: #db277766; } +.text-pink-600\\/45 { + color: #db277773; +} + .text-pink-600\\/5 { color: #db27770d; } @@ -8250,10 +11334,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #db277780; } +.text-pink-600\\/55 { + color: #db27778c; +} + .text-pink-600\\/60 { color: #db277799; } +.text-pink-600\\/65 { + color: #db2777a6; +} + .text-pink-600\\/70 { color: #db2777b3; } @@ -8266,6 +11358,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #db2777cc; } +.text-pink-600\\/85 { + color: #db2777d9; +} + .text-pink-600\\/90 { color: #db2777e6; } @@ -8290,6 +11386,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be185d; } +.text-pink-700\\/15 { + color: #be185d26; +} + .text-pink-700\\/20 { color: #be185d33; } @@ -8302,10 +11402,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be185d4d; } +.text-pink-700\\/35 { + color: #be185d59; +} + .text-pink-700\\/40 { color: #be185d66; } +.text-pink-700\\/45 { + color: #be185d73; +} + .text-pink-700\\/5 { color: #be185d0d; } @@ -8314,10 +11422,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be185d80; } +.text-pink-700\\/55 { + color: #be185d8c; +} + .text-pink-700\\/60 { color: #be185d99; } +.text-pink-700\\/65 { + color: #be185da6; +} + .text-pink-700\\/70 { color: #be185db3; } @@ -8330,6 +11446,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be185dcc; } +.text-pink-700\\/85 { + color: #be185dd9; +} + .text-pink-700\\/90 { color: #be185de6; } @@ -8354,6 +11474,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9d174d; } +.text-pink-800\\/15 { + color: #9d174d26; +} + .text-pink-800\\/20 { color: #9d174d33; } @@ -8366,10 +11490,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9d174d4d; } +.text-pink-800\\/35 { + color: #9d174d59; +} + .text-pink-800\\/40 { color: #9d174d66; } +.text-pink-800\\/45 { + color: #9d174d73; +} + .text-pink-800\\/5 { color: #9d174d0d; } @@ -8378,10 +11510,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9d174d80; } +.text-pink-800\\/55 { + color: #9d174d8c; +} + .text-pink-800\\/60 { color: #9d174d99; } +.text-pink-800\\/65 { + color: #9d174da6; +} + .text-pink-800\\/70 { color: #9d174db3; } @@ -8394,6 +11534,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9d174dcc; } +.text-pink-800\\/85 { + color: #9d174dd9; +} + .text-pink-800\\/90 { color: #9d174de6; } @@ -8418,6 +11562,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #831843; } +.text-pink-900\\/15 { + color: #83184326; +} + .text-pink-900\\/20 { color: #83184333; } @@ -8430,10 +11578,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #8318434d; } +.text-pink-900\\/35 { + color: #83184359; +} + .text-pink-900\\/40 { color: #83184366; } +.text-pink-900\\/45 { + color: #83184373; +} + .text-pink-900\\/5 { color: #8318430d; } @@ -8442,10 +11598,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #83184380; } +.text-pink-900\\/55 { + color: #8318438c; +} + .text-pink-900\\/60 { color: #83184399; } +.text-pink-900\\/65 { + color: #831843a6; +} + .text-pink-900\\/70 { color: #831843b3; } @@ -8458,6 +11622,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #831843cc; } +.text-pink-900\\/85 { + color: #831843d9; +} + .text-pink-900\\/90 { color: #831843e6; } @@ -8482,6 +11650,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #500724; } +.text-pink-950\\/15 { + color: #50072426; +} + .text-pink-950\\/20 { color: #50072433; } @@ -8494,10 +11666,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5007244d; } +.text-pink-950\\/35 { + color: #50072459; +} + .text-pink-950\\/40 { color: #50072466; } +.text-pink-950\\/45 { + color: #50072473; +} + .text-pink-950\\/5 { color: #5007240d; } @@ -8506,10 +11686,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #50072480; } +.text-pink-950\\/55 { + color: #5007248c; +} + .text-pink-950\\/60 { color: #50072499; } +.text-pink-950\\/65 { + color: #500724a6; +} + .text-pink-950\\/70 { color: #500724b3; } @@ -8522,6 +11710,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #500724cc; } +.text-pink-950\\/85 { + color: #500724d9; +} + .text-pink-950\\/90 { color: #500724e6; } @@ -8546,6 +11738,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3e8ff; } +.text-purple-100\\/15 { + color: #f3e8ff26; +} + .text-purple-100\\/20 { color: #f3e8ff33; } @@ -8558,10 +11754,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3e8ff4d; } +.text-purple-100\\/35 { + color: #f3e8ff59; +} + .text-purple-100\\/40 { color: #f3e8ff66; } +.text-purple-100\\/45 { + color: #f3e8ff73; +} + .text-purple-100\\/5 { color: #f3e8ff0d; } @@ -8570,10 +11774,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3e8ff80; } +.text-purple-100\\/55 { + color: #f3e8ff8c; +} + .text-purple-100\\/60 { color: #f3e8ff99; } +.text-purple-100\\/65 { + color: #f3e8ffa6; +} + .text-purple-100\\/70 { color: #f3e8ffb3; } @@ -8586,6 +11798,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f3e8ffcc; } +.text-purple-100\\/85 { + color: #f3e8ffd9; +} + .text-purple-100\\/90 { color: #f3e8ffe6; } @@ -8610,6 +11826,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e9d5ff; } +.text-purple-200\\/15 { + color: #e9d5ff26; +} + .text-purple-200\\/20 { color: #e9d5ff33; } @@ -8622,10 +11842,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e9d5ff4d; } +.text-purple-200\\/35 { + color: #e9d5ff59; +} + .text-purple-200\\/40 { color: #e9d5ff66; } +.text-purple-200\\/45 { + color: #e9d5ff73; +} + .text-purple-200\\/5 { color: #e9d5ff0d; } @@ -8634,10 +11862,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e9d5ff80; } +.text-purple-200\\/55 { + color: #e9d5ff8c; +} + .text-purple-200\\/60 { color: #e9d5ff99; } +.text-purple-200\\/65 { + color: #e9d5ffa6; +} + .text-purple-200\\/70 { color: #e9d5ffb3; } @@ -8650,6 +11886,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e9d5ffcc; } +.text-purple-200\\/85 { + color: #e9d5ffd9; +} + .text-purple-200\\/90 { color: #e9d5ffe6; } @@ -8674,6 +11914,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d8b4fe; } +.text-purple-300\\/15 { + color: #d8b4fe26; +} + .text-purple-300\\/20 { color: #d8b4fe33; } @@ -8686,10 +11930,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d8b4fe4d; } +.text-purple-300\\/35 { + color: #d8b4fe59; +} + .text-purple-300\\/40 { color: #d8b4fe66; } +.text-purple-300\\/45 { + color: #d8b4fe73; +} + .text-purple-300\\/5 { color: #d8b4fe0d; } @@ -8698,10 +11950,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d8b4fe80; } +.text-purple-300\\/55 { + color: #d8b4fe8c; +} + .text-purple-300\\/60 { color: #d8b4fe99; } +.text-purple-300\\/65 { + color: #d8b4fea6; +} + .text-purple-300\\/70 { color: #d8b4feb3; } @@ -8714,6 +11974,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d8b4fecc; } +.text-purple-300\\/85 { + color: #d8b4fed9; +} + .text-purple-300\\/90 { color: #d8b4fee6; } @@ -8738,6 +12002,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c084fc; } +.text-purple-400\\/15 { + color: #c084fc26; +} + .text-purple-400\\/20 { color: #c084fc33; } @@ -8750,10 +12018,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c084fc4d; } +.text-purple-400\\/35 { + color: #c084fc59; +} + .text-purple-400\\/40 { color: #c084fc66; } +.text-purple-400\\/45 { + color: #c084fc73; +} + .text-purple-400\\/5 { color: #c084fc0d; } @@ -8762,10 +12038,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c084fc80; } +.text-purple-400\\/55 { + color: #c084fc8c; +} + .text-purple-400\\/60 { color: #c084fc99; } +.text-purple-400\\/65 { + color: #c084fca6; +} + .text-purple-400\\/70 { color: #c084fcb3; } @@ -8778,6 +12062,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c084fccc; } +.text-purple-400\\/85 { + color: #c084fcd9; +} + .text-purple-400\\/90 { color: #c084fce6; } @@ -8802,6 +12090,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #faf5ff; } +.text-purple-50\\/15 { + color: #faf5ff26; +} + .text-purple-50\\/20 { color: #faf5ff33; } @@ -8814,10 +12106,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #faf5ff4d; } +.text-purple-50\\/35 { + color: #faf5ff59; +} + .text-purple-50\\/40 { color: #faf5ff66; } +.text-purple-50\\/45 { + color: #faf5ff73; +} + .text-purple-50\\/5 { color: #faf5ff0d; } @@ -8826,10 +12126,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #faf5ff80; } +.text-purple-50\\/55 { + color: #faf5ff8c; +} + .text-purple-50\\/60 { color: #faf5ff99; } +.text-purple-50\\/65 { + color: #faf5ffa6; +} + .text-purple-50\\/70 { color: #faf5ffb3; } @@ -8842,6 +12150,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #faf5ffcc; } +.text-purple-50\\/85 { + color: #faf5ffd9; +} + .text-purple-50\\/90 { color: #faf5ffe6; } @@ -8866,6 +12178,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a855f7; } +.text-purple-500\\/15 { + color: #a855f726; +} + .text-purple-500\\/20 { color: #a855f733; } @@ -8878,10 +12194,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a855f74d; } +.text-purple-500\\/35 { + color: #a855f759; +} + .text-purple-500\\/40 { color: #a855f766; } +.text-purple-500\\/45 { + color: #a855f773; +} + .text-purple-500\\/5 { color: #a855f70d; } @@ -8890,10 +12214,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a855f780; } +.text-purple-500\\/55 { + color: #a855f78c; +} + .text-purple-500\\/60 { color: #a855f799; } +.text-purple-500\\/65 { + color: #a855f7a6; +} + .text-purple-500\\/70 { color: #a855f7b3; } @@ -8906,6 +12238,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a855f7cc; } +.text-purple-500\\/85 { + color: #a855f7d9; +} + .text-purple-500\\/90 { color: #a855f7e6; } @@ -8930,6 +12266,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9333ea; } +.text-purple-600\\/15 { + color: #9333ea26; +} + .text-purple-600\\/20 { color: #9333ea33; } @@ -8942,10 +12282,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9333ea4d; } +.text-purple-600\\/35 { + color: #9333ea59; +} + .text-purple-600\\/40 { color: #9333ea66; } +.text-purple-600\\/45 { + color: #9333ea73; +} + .text-purple-600\\/5 { color: #9333ea0d; } @@ -8954,10 +12302,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9333ea80; } +.text-purple-600\\/55 { + color: #9333ea8c; +} + .text-purple-600\\/60 { color: #9333ea99; } +.text-purple-600\\/65 { + color: #9333eaa6; +} + .text-purple-600\\/70 { color: #9333eab3; } @@ -8970,6 +12326,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9333eacc; } +.text-purple-600\\/85 { + color: #9333ead9; +} + .text-purple-600\\/90 { color: #9333eae6; } @@ -8994,6 +12354,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7e22ce; } +.text-purple-700\\/15 { + color: #7e22ce26; +} + .text-purple-700\\/20 { color: #7e22ce33; } @@ -9006,10 +12370,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7e22ce4d; } +.text-purple-700\\/35 { + color: #7e22ce59; +} + .text-purple-700\\/40 { color: #7e22ce66; } +.text-purple-700\\/45 { + color: #7e22ce73; +} + .text-purple-700\\/5 { color: #7e22ce0d; } @@ -9018,10 +12390,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7e22ce80; } +.text-purple-700\\/55 { + color: #7e22ce8c; +} + .text-purple-700\\/60 { color: #7e22ce99; } +.text-purple-700\\/65 { + color: #7e22cea6; +} + .text-purple-700\\/70 { color: #7e22ceb3; } @@ -9034,6 +12414,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7e22cecc; } +.text-purple-700\\/85 { + color: #7e22ced9; +} + .text-purple-700\\/90 { color: #7e22cee6; } @@ -9058,6 +12442,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b21a8; } +.text-purple-800\\/15 { + color: #6b21a826; +} + .text-purple-800\\/20 { color: #6b21a833; } @@ -9070,10 +12458,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b21a84d; } +.text-purple-800\\/35 { + color: #6b21a859; +} + .text-purple-800\\/40 { color: #6b21a866; } +.text-purple-800\\/45 { + color: #6b21a873; +} + .text-purple-800\\/5 { color: #6b21a80d; } @@ -9082,10 +12478,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b21a880; } +.text-purple-800\\/55 { + color: #6b21a88c; +} + .text-purple-800\\/60 { color: #6b21a899; } +.text-purple-800\\/65 { + color: #6b21a8a6; +} + .text-purple-800\\/70 { color: #6b21a8b3; } @@ -9098,6 +12502,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6b21a8cc; } +.text-purple-800\\/85 { + color: #6b21a8d9; +} + .text-purple-800\\/90 { color: #6b21a8e6; } @@ -9122,6 +12530,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #581c87; } +.text-purple-900\\/15 { + color: #581c8726; +} + .text-purple-900\\/20 { color: #581c8733; } @@ -9134,10 +12546,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #581c874d; } +.text-purple-900\\/35 { + color: #581c8759; +} + .text-purple-900\\/40 { color: #581c8766; } +.text-purple-900\\/45 { + color: #581c8773; +} + .text-purple-900\\/5 { color: #581c870d; } @@ -9146,10 +12566,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #581c8780; } +.text-purple-900\\/55 { + color: #581c878c; +} + .text-purple-900\\/60 { color: #581c8799; } +.text-purple-900\\/65 { + color: #581c87a6; +} + .text-purple-900\\/70 { color: #581c87b3; } @@ -9162,6 +12590,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #581c87cc; } +.text-purple-900\\/85 { + color: #581c87d9; +} + .text-purple-900\\/90 { color: #581c87e6; } @@ -9186,6 +12618,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b0764; } +.text-purple-950\\/15 { + color: #3b076426; +} + .text-purple-950\\/20 { color: #3b076433; } @@ -9198,10 +12634,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b07644d; } +.text-purple-950\\/35 { + color: #3b076459; +} + .text-purple-950\\/40 { color: #3b076466; } +.text-purple-950\\/45 { + color: #3b076473; +} + .text-purple-950\\/5 { color: #3b07640d; } @@ -9210,10 +12654,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b076480; } +.text-purple-950\\/55 { + color: #3b07648c; +} + .text-purple-950\\/60 { color: #3b076499; } +.text-purple-950\\/65 { + color: #3b0764a6; +} + .text-purple-950\\/70 { color: #3b0764b3; } @@ -9226,6 +12678,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3b0764cc; } +.text-purple-950\\/85 { + color: #3b0764d9; +} + .text-purple-950\\/90 { color: #3b0764e6; } @@ -9250,6 +12706,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fee2e2; } +.text-red-100\\/15 { + color: #fee2e226; +} + .text-red-100\\/20 { color: #fee2e233; } @@ -9262,10 +12722,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fee2e24d; } +.text-red-100\\/35 { + color: #fee2e259; +} + .text-red-100\\/40 { color: #fee2e266; } +.text-red-100\\/45 { + color: #fee2e273; +} + .text-red-100\\/5 { color: #fee2e20d; } @@ -9274,10 +12742,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fee2e280; } +.text-red-100\\/55 { + color: #fee2e28c; +} + .text-red-100\\/60 { color: #fee2e299; } +.text-red-100\\/65 { + color: #fee2e2a6; +} + .text-red-100\\/70 { color: #fee2e2b3; } @@ -9290,6 +12766,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fee2e2cc; } +.text-red-100\\/85 { + color: #fee2e2d9; +} + .text-red-100\\/90 { color: #fee2e2e6; } @@ -9314,6 +12794,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecaca; } +.text-red-200\\/15 { + color: #fecaca26; +} + .text-red-200\\/20 { color: #fecaca33; } @@ -9326,10 +12810,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecaca4d; } +.text-red-200\\/35 { + color: #fecaca59; +} + .text-red-200\\/40 { color: #fecaca66; } +.text-red-200\\/45 { + color: #fecaca73; +} + .text-red-200\\/5 { color: #fecaca0d; } @@ -9338,10 +12830,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecaca80; } +.text-red-200\\/55 { + color: #fecaca8c; +} + .text-red-200\\/60 { color: #fecaca99; } +.text-red-200\\/65 { + color: #fecacaa6; +} + .text-red-200\\/70 { color: #fecacab3; } @@ -9354,6 +12854,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecacacc; } +.text-red-200\\/85 { + color: #fecacad9; +} + .text-red-200\\/90 { color: #fecacae6; } @@ -9378,6 +12882,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fca5a5; } +.text-red-300\\/15 { + color: #fca5a526; +} + .text-red-300\\/20 { color: #fca5a533; } @@ -9390,10 +12898,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fca5a54d; } +.text-red-300\\/35 { + color: #fca5a559; +} + .text-red-300\\/40 { color: #fca5a566; } +.text-red-300\\/45 { + color: #fca5a573; +} + .text-red-300\\/5 { color: #fca5a50d; } @@ -9402,10 +12918,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fca5a580; } +.text-red-300\\/55 { + color: #fca5a58c; +} + .text-red-300\\/60 { color: #fca5a599; } +.text-red-300\\/65 { + color: #fca5a5a6; +} + .text-red-300\\/70 { color: #fca5a5b3; } @@ -9418,6 +12942,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fca5a5cc; } +.text-red-300\\/85 { + color: #fca5a5d9; +} + .text-red-300\\/90 { color: #fca5a5e6; } @@ -9442,6 +12970,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f87171; } +.text-red-400\\/15 { + color: #f8717126; +} + .text-red-400\\/20 { color: #f8717133; } @@ -9454,10 +12986,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f871714d; } +.text-red-400\\/35 { + color: #f8717159; +} + .text-red-400\\/40 { color: #f8717166; } +.text-red-400\\/45 { + color: #f8717173; +} + .text-red-400\\/5 { color: #f871710d; } @@ -9466,10 +13006,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f8717180; } +.text-red-400\\/55 { + color: #f871718c; +} + .text-red-400\\/60 { color: #f8717199; } +.text-red-400\\/65 { + color: #f87171a6; +} + .text-red-400\\/70 { color: #f87171b3; } @@ -9482,6 +13030,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f87171cc; } +.text-red-400\\/85 { + color: #f87171d9; +} + .text-red-400\\/90 { color: #f87171e6; } @@ -9506,6 +13058,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef2f2; } +.text-red-50\\/15 { + color: #fef2f226; +} + .text-red-50\\/20 { color: #fef2f233; } @@ -9518,10 +13074,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef2f24d; } +.text-red-50\\/35 { + color: #fef2f259; +} + .text-red-50\\/40 { color: #fef2f266; } +.text-red-50\\/45 { + color: #fef2f273; +} + .text-red-50\\/5 { color: #fef2f20d; } @@ -9530,10 +13094,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef2f280; } +.text-red-50\\/55 { + color: #fef2f28c; +} + .text-red-50\\/60 { color: #fef2f299; } +.text-red-50\\/65 { + color: #fef2f2a6; +} + .text-red-50\\/70 { color: #fef2f2b3; } @@ -9546,6 +13118,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef2f2cc; } +.text-red-50\\/85 { + color: #fef2f2d9; +} + .text-red-50\\/90 { color: #fef2f2e6; } @@ -9570,6 +13146,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ef4444; } +.text-red-500\\/15 { + color: #ef444426; +} + .text-red-500\\/20 { color: #ef444433; } @@ -9582,10 +13162,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ef44444d; } +.text-red-500\\/35 { + color: #ef444459; +} + .text-red-500\\/40 { color: #ef444466; } +.text-red-500\\/45 { + color: #ef444473; +} + .text-red-500\\/5 { color: #ef44440d; } @@ -9594,10 +13182,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ef444480; } +.text-red-500\\/55 { + color: #ef44448c; +} + .text-red-500\\/60 { color: #ef444499; } +.text-red-500\\/65 { + color: #ef4444a6; +} + .text-red-500\\/70 { color: #ef4444b3; } @@ -9610,6 +13206,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ef4444cc; } +.text-red-500\\/85 { + color: #ef4444d9; +} + .text-red-500\\/90 { color: #ef4444e6; } @@ -9634,6 +13234,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dc2626; } +.text-red-600\\/15 { + color: #dc262626; +} + .text-red-600\\/20 { color: #dc262633; } @@ -9646,10 +13250,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dc26264d; } +.text-red-600\\/35 { + color: #dc262659; +} + .text-red-600\\/40 { color: #dc262666; } +.text-red-600\\/45 { + color: #dc262673; +} + .text-red-600\\/5 { color: #dc26260d; } @@ -9658,10 +13270,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dc262680; } +.text-red-600\\/55 { + color: #dc26268c; +} + .text-red-600\\/60 { color: #dc262699; } +.text-red-600\\/65 { + color: #dc2626a6; +} + .text-red-600\\/70 { color: #dc2626b3; } @@ -9674,6 +13294,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #dc2626cc; } +.text-red-600\\/85 { + color: #dc2626d9; +} + .text-red-600\\/90 { color: #dc2626e6; } @@ -9698,6 +13322,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b91c1c; } +.text-red-700\\/15 { + color: #b91c1c26; +} + .text-red-700\\/20 { color: #b91c1c33; } @@ -9710,10 +13338,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b91c1c4d; } +.text-red-700\\/35 { + color: #b91c1c59; +} + .text-red-700\\/40 { color: #b91c1c66; } +.text-red-700\\/45 { + color: #b91c1c73; +} + .text-red-700\\/5 { color: #b91c1c0d; } @@ -9722,10 +13358,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b91c1c80; } +.text-red-700\\/55 { + color: #b91c1c8c; +} + .text-red-700\\/60 { color: #b91c1c99; } +.text-red-700\\/65 { + color: #b91c1ca6; +} + .text-red-700\\/70 { color: #b91c1cb3; } @@ -9738,6 +13382,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #b91c1ccc; } +.text-red-700\\/85 { + color: #b91c1cd9; +} + .text-red-700\\/90 { color: #b91c1ce6; } @@ -9762,6 +13410,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #991b1b; } +.text-red-800\\/15 { + color: #991b1b26; +} + .text-red-800\\/20 { color: #991b1b33; } @@ -9774,10 +13426,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #991b1b4d; } +.text-red-800\\/35 { + color: #991b1b59; +} + .text-red-800\\/40 { color: #991b1b66; } +.text-red-800\\/45 { + color: #991b1b73; +} + .text-red-800\\/5 { color: #991b1b0d; } @@ -9786,10 +13446,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #991b1b80; } +.text-red-800\\/55 { + color: #991b1b8c; +} + .text-red-800\\/60 { color: #991b1b99; } +.text-red-800\\/65 { + color: #991b1ba6; +} + .text-red-800\\/70 { color: #991b1bb3; } @@ -9802,6 +13470,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #991b1bcc; } +.text-red-800\\/85 { + color: #991b1bd9; +} + .text-red-800\\/90 { color: #991b1be6; } @@ -9826,6 +13498,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7f1d1d; } +.text-red-900\\/15 { + color: #7f1d1d26; +} + .text-red-900\\/20 { color: #7f1d1d33; } @@ -9838,10 +13514,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7f1d1d4d; } +.text-red-900\\/35 { + color: #7f1d1d59; +} + .text-red-900\\/40 { color: #7f1d1d66; } +.text-red-900\\/45 { + color: #7f1d1d73; +} + .text-red-900\\/5 { color: #7f1d1d0d; } @@ -9850,10 +13534,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7f1d1d80; } +.text-red-900\\/55 { + color: #7f1d1d8c; +} + .text-red-900\\/60 { color: #7f1d1d99; } +.text-red-900\\/65 { + color: #7f1d1da6; +} + .text-red-900\\/70 { color: #7f1d1db3; } @@ -9866,6 +13558,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7f1d1dcc; } +.text-red-900\\/85 { + color: #7f1d1dd9; +} + .text-red-900\\/90 { color: #7f1d1de6; } @@ -9890,6 +13586,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #450a0a; } +.text-red-950\\/15 { + color: #450a0a26; +} + .text-red-950\\/20 { color: #450a0a33; } @@ -9902,10 +13602,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #450a0a4d; } +.text-red-950\\/35 { + color: #450a0a59; +} + .text-red-950\\/40 { color: #450a0a66; } +.text-red-950\\/45 { + color: #450a0a73; +} + .text-red-950\\/5 { color: #450a0a0d; } @@ -9914,10 +13622,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #450a0a80; } +.text-red-950\\/55 { + color: #450a0a8c; +} + .text-red-950\\/60 { color: #450a0a99; } +.text-red-950\\/65 { + color: #450a0aa6; +} + .text-red-950\\/70 { color: #450a0ab3; } @@ -9930,6 +13646,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #450a0acc; } +.text-red-950\\/85 { + color: #450a0ad9; +} + .text-red-950\\/90 { color: #450a0ae6; } @@ -9954,6 +13674,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffe4e6; } +.text-rose-100\\/15 { + color: #ffe4e626; +} + .text-rose-100\\/20 { color: #ffe4e633; } @@ -9966,10 +13690,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffe4e64d; } +.text-rose-100\\/35 { + color: #ffe4e659; +} + .text-rose-100\\/40 { color: #ffe4e666; } +.text-rose-100\\/45 { + color: #ffe4e673; +} + .text-rose-100\\/5 { color: #ffe4e60d; } @@ -9978,10 +13710,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffe4e680; } +.text-rose-100\\/55 { + color: #ffe4e68c; +} + .text-rose-100\\/60 { color: #ffe4e699; } +.text-rose-100\\/65 { + color: #ffe4e6a6; +} + .text-rose-100\\/70 { color: #ffe4e6b3; } @@ -9994,6 +13734,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffe4e6cc; } +.text-rose-100\\/85 { + color: #ffe4e6d9; +} + .text-rose-100\\/90 { color: #ffe4e6e6; } @@ -10018,6 +13762,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecdd3; } +.text-rose-200\\/15 { + color: #fecdd326; +} + .text-rose-200\\/20 { color: #fecdd333; } @@ -10030,10 +13778,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecdd34d; } +.text-rose-200\\/35 { + color: #fecdd359; +} + .text-rose-200\\/40 { color: #fecdd366; } +.text-rose-200\\/45 { + color: #fecdd373; +} + .text-rose-200\\/5 { color: #fecdd30d; } @@ -10042,10 +13798,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecdd380; } +.text-rose-200\\/55 { + color: #fecdd38c; +} + .text-rose-200\\/60 { color: #fecdd399; } +.text-rose-200\\/65 { + color: #fecdd3a6; +} + .text-rose-200\\/70 { color: #fecdd3b3; } @@ -10058,6 +13822,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fecdd3cc; } +.text-rose-200\\/85 { + color: #fecdd3d9; +} + .text-rose-200\\/90 { color: #fecdd3e6; } @@ -10082,6 +13850,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fda4af; } +.text-rose-300\\/15 { + color: #fda4af26; +} + .text-rose-300\\/20 { color: #fda4af33; } @@ -10094,10 +13866,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fda4af4d; } +.text-rose-300\\/35 { + color: #fda4af59; +} + .text-rose-300\\/40 { color: #fda4af66; } +.text-rose-300\\/45 { + color: #fda4af73; +} + .text-rose-300\\/5 { color: #fda4af0d; } @@ -10106,10 +13886,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fda4af80; } +.text-rose-300\\/55 { + color: #fda4af8c; +} + .text-rose-300\\/60 { color: #fda4af99; } +.text-rose-300\\/65 { + color: #fda4afa6; +} + .text-rose-300\\/70 { color: #fda4afb3; } @@ -10122,6 +13910,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fda4afcc; } +.text-rose-300\\/85 { + color: #fda4afd9; +} + .text-rose-300\\/90 { color: #fda4afe6; } @@ -10146,6 +13938,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb7185; } +.text-rose-400\\/15 { + color: #fb718526; +} + .text-rose-400\\/20 { color: #fb718533; } @@ -10158,10 +13954,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb71854d; } +.text-rose-400\\/35 { + color: #fb718559; +} + .text-rose-400\\/40 { color: #fb718566; } +.text-rose-400\\/45 { + color: #fb718573; +} + .text-rose-400\\/5 { color: #fb71850d; } @@ -10170,10 +13974,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb718580; } +.text-rose-400\\/55 { + color: #fb71858c; +} + .text-rose-400\\/60 { color: #fb718599; } +.text-rose-400\\/65 { + color: #fb7185a6; +} + .text-rose-400\\/70 { color: #fb7185b3; } @@ -10186,6 +13998,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fb7185cc; } +.text-rose-400\\/85 { + color: #fb7185d9; +} + .text-rose-400\\/90 { color: #fb7185e6; } @@ -10210,6 +14026,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff1f2; } +.text-rose-50\\/15 { + color: #fff1f226; +} + .text-rose-50\\/20 { color: #fff1f233; } @@ -10222,10 +14042,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff1f24d; } +.text-rose-50\\/35 { + color: #fff1f259; +} + .text-rose-50\\/40 { color: #fff1f266; } +.text-rose-50\\/45 { + color: #fff1f273; +} + .text-rose-50\\/5 { color: #fff1f20d; } @@ -10234,10 +14062,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff1f280; } +.text-rose-50\\/55 { + color: #fff1f28c; +} + .text-rose-50\\/60 { color: #fff1f299; } +.text-rose-50\\/65 { + color: #fff1f2a6; +} + .text-rose-50\\/70 { color: #fff1f2b3; } @@ -10250,6 +14086,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff1f2cc; } +.text-rose-50\\/85 { + color: #fff1f2d9; +} + .text-rose-50\\/90 { color: #fff1f2e6; } @@ -10274,6 +14114,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f43f5e; } +.text-rose-500\\/15 { + color: #f43f5e26; +} + .text-rose-500\\/20 { color: #f43f5e33; } @@ -10286,10 +14130,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f43f5e4d; } +.text-rose-500\\/35 { + color: #f43f5e59; +} + .text-rose-500\\/40 { color: #f43f5e66; } +.text-rose-500\\/45 { + color: #f43f5e73; +} + .text-rose-500\\/5 { color: #f43f5e0d; } @@ -10298,10 +14150,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f43f5e80; } +.text-rose-500\\/55 { + color: #f43f5e8c; +} + .text-rose-500\\/60 { color: #f43f5e99; } +.text-rose-500\\/65 { + color: #f43f5ea6; +} + .text-rose-500\\/70 { color: #f43f5eb3; } @@ -10314,6 +14174,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f43f5ecc; } +.text-rose-500\\/85 { + color: #f43f5ed9; +} + .text-rose-500\\/90 { color: #f43f5ee6; } @@ -10338,6 +14202,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e11d48; } +.text-rose-600\\/15 { + color: #e11d4826; +} + .text-rose-600\\/20 { color: #e11d4833; } @@ -10350,10 +14218,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e11d484d; } +.text-rose-600\\/35 { + color: #e11d4859; +} + .text-rose-600\\/40 { color: #e11d4866; } +.text-rose-600\\/45 { + color: #e11d4873; +} + .text-rose-600\\/5 { color: #e11d480d; } @@ -10362,10 +14238,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e11d4880; } +.text-rose-600\\/55 { + color: #e11d488c; +} + .text-rose-600\\/60 { color: #e11d4899; } +.text-rose-600\\/65 { + color: #e11d48a6; +} + .text-rose-600\\/70 { color: #e11d48b3; } @@ -10378,6 +14262,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e11d48cc; } +.text-rose-600\\/85 { + color: #e11d48d9; +} + .text-rose-600\\/90 { color: #e11d48e6; } @@ -10402,6 +14290,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be123c; } +.text-rose-700\\/15 { + color: #be123c26; +} + .text-rose-700\\/20 { color: #be123c33; } @@ -10414,10 +14306,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be123c4d; } +.text-rose-700\\/35 { + color: #be123c59; +} + .text-rose-700\\/40 { color: #be123c66; } +.text-rose-700\\/45 { + color: #be123c73; +} + .text-rose-700\\/5 { color: #be123c0d; } @@ -10426,10 +14326,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be123c80; } +.text-rose-700\\/55 { + color: #be123c8c; +} + .text-rose-700\\/60 { color: #be123c99; } +.text-rose-700\\/65 { + color: #be123ca6; +} + .text-rose-700\\/70 { color: #be123cb3; } @@ -10442,6 +14350,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #be123ccc; } +.text-rose-700\\/85 { + color: #be123cd9; +} + .text-rose-700\\/90 { color: #be123ce6; } @@ -10466,6 +14378,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9f1239; } +.text-rose-800\\/15 { + color: #9f123926; +} + .text-rose-800\\/20 { color: #9f123933; } @@ -10478,10 +14394,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9f12394d; } +.text-rose-800\\/35 { + color: #9f123959; +} + .text-rose-800\\/40 { color: #9f123966; } +.text-rose-800\\/45 { + color: #9f123973; +} + .text-rose-800\\/5 { color: #9f12390d; } @@ -10490,10 +14414,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9f123980; } +.text-rose-800\\/55 { + color: #9f12398c; +} + .text-rose-800\\/60 { color: #9f123999; } +.text-rose-800\\/65 { + color: #9f1239a6; +} + .text-rose-800\\/70 { color: #9f1239b3; } @@ -10506,6 +14438,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #9f1239cc; } +.text-rose-800\\/85 { + color: #9f1239d9; +} + .text-rose-800\\/90 { color: #9f1239e6; } @@ -10530,6 +14466,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #881337; } +.text-rose-900\\/15 { + color: #88133726; +} + .text-rose-900\\/20 { color: #88133733; } @@ -10542,10 +14482,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #8813374d; } +.text-rose-900\\/35 { + color: #88133759; +} + .text-rose-900\\/40 { color: #88133766; } +.text-rose-900\\/45 { + color: #88133773; +} + .text-rose-900\\/5 { color: #8813370d; } @@ -10554,10 +14502,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #88133780; } +.text-rose-900\\/55 { + color: #8813378c; +} + .text-rose-900\\/60 { color: #88133799; } +.text-rose-900\\/65 { + color: #881337a6; +} + .text-rose-900\\/70 { color: #881337b3; } @@ -10570,6 +14526,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #881337cc; } +.text-rose-900\\/85 { + color: #881337d9; +} + .text-rose-900\\/90 { color: #881337e6; } @@ -10594,6 +14554,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c0519; } +.text-rose-950\\/15 { + color: #4c051926; +} + .text-rose-950\\/20 { color: #4c051933; } @@ -10606,10 +14570,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c05194d; } +.text-rose-950\\/35 { + color: #4c051959; +} + .text-rose-950\\/40 { color: #4c051966; } +.text-rose-950\\/45 { + color: #4c051973; +} + .text-rose-950\\/5 { color: #4c05190d; } @@ -10618,10 +14590,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c051980; } +.text-rose-950\\/55 { + color: #4c05198c; +} + .text-rose-950\\/60 { color: #4c051999; } +.text-rose-950\\/65 { + color: #4c0519a6; +} + .text-rose-950\\/70 { color: #4c0519b3; } @@ -10634,6 +14614,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c0519cc; } +.text-rose-950\\/85 { + color: #4c0519d9; +} + .text-rose-950\\/90 { color: #4c0519e6; } @@ -10658,6 +14642,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0f2fe; } +.text-sky-100\\/15 { + color: #e0f2fe26; +} + .text-sky-100\\/20 { color: #e0f2fe33; } @@ -10670,10 +14658,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0f2fe4d; } +.text-sky-100\\/35 { + color: #e0f2fe59; +} + .text-sky-100\\/40 { color: #e0f2fe66; } +.text-sky-100\\/45 { + color: #e0f2fe73; +} + .text-sky-100\\/5 { color: #e0f2fe0d; } @@ -10682,10 +14678,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0f2fe80; } +.text-sky-100\\/55 { + color: #e0f2fe8c; +} + .text-sky-100\\/60 { color: #e0f2fe99; } +.text-sky-100\\/65 { + color: #e0f2fea6; +} + .text-sky-100\\/70 { color: #e0f2feb3; } @@ -10698,6 +14702,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e0f2fecc; } +.text-sky-100\\/85 { + color: #e0f2fed9; +} + .text-sky-100\\/90 { color: #e0f2fee6; } @@ -10722,6 +14730,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bae6fd; } +.text-sky-200\\/15 { + color: #bae6fd26; +} + .text-sky-200\\/20 { color: #bae6fd33; } @@ -10734,10 +14746,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bae6fd4d; } +.text-sky-200\\/35 { + color: #bae6fd59; +} + .text-sky-200\\/40 { color: #bae6fd66; } +.text-sky-200\\/45 { + color: #bae6fd73; +} + .text-sky-200\\/5 { color: #bae6fd0d; } @@ -10746,10 +14766,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bae6fd80; } +.text-sky-200\\/55 { + color: #bae6fd8c; +} + .text-sky-200\\/60 { color: #bae6fd99; } +.text-sky-200\\/65 { + color: #bae6fda6; +} + .text-sky-200\\/70 { color: #bae6fdb3; } @@ -10762,6 +14790,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #bae6fdcc; } +.text-sky-200\\/85 { + color: #bae6fdd9; +} + .text-sky-200\\/90 { color: #bae6fde6; } @@ -10786,6 +14818,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7dd3fc; } +.text-sky-300\\/15 { + color: #7dd3fc26; +} + .text-sky-300\\/20 { color: #7dd3fc33; } @@ -10798,10 +14834,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7dd3fc4d; } +.text-sky-300\\/35 { + color: #7dd3fc59; +} + .text-sky-300\\/40 { color: #7dd3fc66; } +.text-sky-300\\/45 { + color: #7dd3fc73; +} + .text-sky-300\\/5 { color: #7dd3fc0d; } @@ -10810,10 +14854,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7dd3fc80; } +.text-sky-300\\/55 { + color: #7dd3fc8c; +} + .text-sky-300\\/60 { color: #7dd3fc99; } +.text-sky-300\\/65 { + color: #7dd3fca6; +} + .text-sky-300\\/70 { color: #7dd3fcb3; } @@ -10826,6 +14878,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7dd3fccc; } +.text-sky-300\\/85 { + color: #7dd3fcd9; +} + .text-sky-300\\/90 { color: #7dd3fce6; } @@ -10850,6 +14906,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #38bdf8; } +.text-sky-400\\/15 { + color: #38bdf826; +} + .text-sky-400\\/20 { color: #38bdf833; } @@ -10862,10 +14922,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #38bdf84d; } +.text-sky-400\\/35 { + color: #38bdf859; +} + .text-sky-400\\/40 { color: #38bdf866; } +.text-sky-400\\/45 { + color: #38bdf873; +} + .text-sky-400\\/5 { color: #38bdf80d; } @@ -10874,10 +14942,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #38bdf880; } +.text-sky-400\\/55 { + color: #38bdf88c; +} + .text-sky-400\\/60 { color: #38bdf899; } +.text-sky-400\\/65 { + color: #38bdf8a6; +} + .text-sky-400\\/70 { color: #38bdf8b3; } @@ -10890,6 +14966,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #38bdf8cc; } +.text-sky-400\\/85 { + color: #38bdf8d9; +} + .text-sky-400\\/90 { color: #38bdf8e6; } @@ -10914,6 +14994,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0f9ff; } +.text-sky-50\\/15 { + color: #f0f9ff26; +} + .text-sky-50\\/20 { color: #f0f9ff33; } @@ -10926,10 +15010,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0f9ff4d; } +.text-sky-50\\/35 { + color: #f0f9ff59; +} + .text-sky-50\\/40 { color: #f0f9ff66; } +.text-sky-50\\/45 { + color: #f0f9ff73; +} + .text-sky-50\\/5 { color: #f0f9ff0d; } @@ -10938,10 +15030,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0f9ff80; } +.text-sky-50\\/55 { + color: #f0f9ff8c; +} + .text-sky-50\\/60 { color: #f0f9ff99; } +.text-sky-50\\/65 { + color: #f0f9ffa6; +} + .text-sky-50\\/70 { color: #f0f9ffb3; } @@ -10954,6 +15054,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0f9ffcc; } +.text-sky-50\\/85 { + color: #f0f9ffd9; +} + .text-sky-50\\/90 { color: #f0f9ffe6; } @@ -10978,6 +15082,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0ea5e9; } +.text-sky-500\\/15 { + color: #0ea5e926; +} + .text-sky-500\\/20 { color: #0ea5e933; } @@ -10990,10 +15098,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0ea5e94d; } +.text-sky-500\\/35 { + color: #0ea5e959; +} + .text-sky-500\\/40 { color: #0ea5e966; } +.text-sky-500\\/45 { + color: #0ea5e973; +} + .text-sky-500\\/5 { color: #0ea5e90d; } @@ -11002,10 +15118,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0ea5e980; } +.text-sky-500\\/55 { + color: #0ea5e98c; +} + .text-sky-500\\/60 { color: #0ea5e999; } +.text-sky-500\\/65 { + color: #0ea5e9a6; +} + .text-sky-500\\/70 { color: #0ea5e9b3; } @@ -11018,6 +15142,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0ea5e9cc; } +.text-sky-500\\/85 { + color: #0ea5e9d9; +} + .text-sky-500\\/90 { color: #0ea5e9e6; } @@ -11042,6 +15170,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0284c7; } +.text-sky-600\\/15 { + color: #0284c726; +} + .text-sky-600\\/20 { color: #0284c733; } @@ -11054,10 +15186,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0284c74d; } +.text-sky-600\\/35 { + color: #0284c759; +} + .text-sky-600\\/40 { color: #0284c766; } +.text-sky-600\\/45 { + color: #0284c773; +} + .text-sky-600\\/5 { color: #0284c70d; } @@ -11066,10 +15206,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0284c780; } +.text-sky-600\\/55 { + color: #0284c78c; +} + .text-sky-600\\/60 { color: #0284c799; } +.text-sky-600\\/65 { + color: #0284c7a6; +} + .text-sky-600\\/70 { color: #0284c7b3; } @@ -11082,6 +15230,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0284c7cc; } +.text-sky-600\\/85 { + color: #0284c7d9; +} + .text-sky-600\\/90 { color: #0284c7e6; } @@ -11106,6 +15258,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0369a1; } +.text-sky-700\\/15 { + color: #0369a126; +} + .text-sky-700\\/20 { color: #0369a133; } @@ -11118,10 +15274,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0369a14d; } +.text-sky-700\\/35 { + color: #0369a159; +} + .text-sky-700\\/40 { color: #0369a166; } +.text-sky-700\\/45 { + color: #0369a173; +} + .text-sky-700\\/5 { color: #0369a10d; } @@ -11130,10 +15294,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0369a180; } +.text-sky-700\\/55 { + color: #0369a18c; +} + .text-sky-700\\/60 { color: #0369a199; } +.text-sky-700\\/65 { + color: #0369a1a6; +} + .text-sky-700\\/70 { color: #0369a1b3; } @@ -11146,6 +15318,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0369a1cc; } +.text-sky-700\\/85 { + color: #0369a1d9; +} + .text-sky-700\\/90 { color: #0369a1e6; } @@ -11170,6 +15346,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #075985; } +.text-sky-800\\/15 { + color: #07598526; +} + .text-sky-800\\/20 { color: #07598533; } @@ -11182,10 +15362,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0759854d; } +.text-sky-800\\/35 { + color: #07598559; +} + .text-sky-800\\/40 { color: #07598566; } +.text-sky-800\\/45 { + color: #07598573; +} + .text-sky-800\\/5 { color: #0759850d; } @@ -11194,10 +15382,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #07598580; } +.text-sky-800\\/55 { + color: #0759858c; +} + .text-sky-800\\/60 { color: #07598599; } +.text-sky-800\\/65 { + color: #075985a6; +} + .text-sky-800\\/70 { color: #075985b3; } @@ -11210,6 +15406,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #075985cc; } +.text-sky-800\\/85 { + color: #075985d9; +} + .text-sky-800\\/90 { color: #075985e6; } @@ -11234,6 +15434,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c4a6e; } +.text-sky-900\\/15 { + color: #0c4a6e26; +} + .text-sky-900\\/20 { color: #0c4a6e33; } @@ -11246,10 +15450,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c4a6e4d; } +.text-sky-900\\/35 { + color: #0c4a6e59; +} + .text-sky-900\\/40 { color: #0c4a6e66; } +.text-sky-900\\/45 { + color: #0c4a6e73; +} + .text-sky-900\\/5 { color: #0c4a6e0d; } @@ -11258,10 +15470,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c4a6e80; } +.text-sky-900\\/55 { + color: #0c4a6e8c; +} + .text-sky-900\\/60 { color: #0c4a6e99; } +.text-sky-900\\/65 { + color: #0c4a6ea6; +} + .text-sky-900\\/70 { color: #0c4a6eb3; } @@ -11274,6 +15494,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c4a6ecc; } +.text-sky-900\\/85 { + color: #0c4a6ed9; +} + .text-sky-900\\/90 { color: #0c4a6ee6; } @@ -11298,6 +15522,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #082f49; } +.text-sky-950\\/15 { + color: #082f4926; +} + .text-sky-950\\/20 { color: #082f4933; } @@ -11310,10 +15538,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #082f494d; } +.text-sky-950\\/35 { + color: #082f4959; +} + .text-sky-950\\/40 { color: #082f4966; } +.text-sky-950\\/45 { + color: #082f4973; +} + .text-sky-950\\/5 { color: #082f490d; } @@ -11322,10 +15558,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #082f4980; } +.text-sky-950\\/55 { + color: #082f498c; +} + .text-sky-950\\/60 { color: #082f4999; } +.text-sky-950\\/65 { + color: #082f49a6; +} + .text-sky-950\\/70 { color: #082f49b3; } @@ -11338,6 +15582,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #082f49cc; } +.text-sky-950\\/85 { + color: #082f49d9; +} + .text-sky-950\\/90 { color: #082f49e6; } @@ -11362,6 +15610,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f1f5f9; } +.text-slate-100\\/15 { + color: #f1f5f926; +} + .text-slate-100\\/20 { color: #f1f5f933; } @@ -11374,10 +15626,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f1f5f94d; } +.text-slate-100\\/35 { + color: #f1f5f959; +} + .text-slate-100\\/40 { color: #f1f5f966; } +.text-slate-100\\/45 { + color: #f1f5f973; +} + .text-slate-100\\/5 { color: #f1f5f90d; } @@ -11386,10 +15646,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f1f5f980; } +.text-slate-100\\/55 { + color: #f1f5f98c; +} + .text-slate-100\\/60 { color: #f1f5f999; } +.text-slate-100\\/65 { + color: #f1f5f9a6; +} + .text-slate-100\\/70 { color: #f1f5f9b3; } @@ -11402,6 +15670,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f1f5f9cc; } +.text-slate-100\\/85 { + color: #f1f5f9d9; +} + .text-slate-100\\/90 { color: #f1f5f9e6; } @@ -11426,6 +15698,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e2e8f0; } +.text-slate-200\\/15 { + color: #e2e8f026; +} + .text-slate-200\\/20 { color: #e2e8f033; } @@ -11438,10 +15714,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e2e8f04d; } +.text-slate-200\\/35 { + color: #e2e8f059; +} + .text-slate-200\\/40 { color: #e2e8f066; } +.text-slate-200\\/45 { + color: #e2e8f073; +} + .text-slate-200\\/5 { color: #e2e8f00d; } @@ -11450,10 +15734,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e2e8f080; } +.text-slate-200\\/55 { + color: #e2e8f08c; +} + .text-slate-200\\/60 { color: #e2e8f099; } +.text-slate-200\\/65 { + color: #e2e8f0a6; +} + .text-slate-200\\/70 { color: #e2e8f0b3; } @@ -11466,6 +15758,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e2e8f0cc; } +.text-slate-200\\/85 { + color: #e2e8f0d9; +} + .text-slate-200\\/90 { color: #e2e8f0e6; } @@ -11490,6 +15786,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cbd5e1; } +.text-slate-300\\/15 { + color: #cbd5e126; +} + .text-slate-300\\/20 { color: #cbd5e133; } @@ -11502,10 +15802,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cbd5e14d; } +.text-slate-300\\/35 { + color: #cbd5e159; +} + .text-slate-300\\/40 { color: #cbd5e166; } +.text-slate-300\\/45 { + color: #cbd5e173; +} + .text-slate-300\\/5 { color: #cbd5e10d; } @@ -11514,10 +15822,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cbd5e180; } +.text-slate-300\\/55 { + color: #cbd5e18c; +} + .text-slate-300\\/60 { color: #cbd5e199; } +.text-slate-300\\/65 { + color: #cbd5e1a6; +} + .text-slate-300\\/70 { color: #cbd5e1b3; } @@ -11530,6 +15846,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #cbd5e1cc; } +.text-slate-300\\/85 { + color: #cbd5e1d9; +} + .text-slate-300\\/90 { color: #cbd5e1e6; } @@ -11554,6 +15874,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #94a3b8; } +.text-slate-400\\/15 { + color: #94a3b826; +} + .text-slate-400\\/20 { color: #94a3b833; } @@ -11566,10 +15890,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #94a3b84d; } +.text-slate-400\\/35 { + color: #94a3b859; +} + .text-slate-400\\/40 { color: #94a3b866; } +.text-slate-400\\/45 { + color: #94a3b873; +} + .text-slate-400\\/5 { color: #94a3b80d; } @@ -11578,10 +15910,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #94a3b880; } +.text-slate-400\\/55 { + color: #94a3b88c; +} + .text-slate-400\\/60 { color: #94a3b899; } +.text-slate-400\\/65 { + color: #94a3b8a6; +} + .text-slate-400\\/70 { color: #94a3b8b3; } @@ -11594,6 +15934,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #94a3b8cc; } +.text-slate-400\\/85 { + color: #94a3b8d9; +} + .text-slate-400\\/90 { color: #94a3b8e6; } @@ -11618,6 +15962,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f8fafc; } +.text-slate-50\\/15 { + color: #f8fafc26; +} + .text-slate-50\\/20 { color: #f8fafc33; } @@ -11630,10 +15978,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f8fafc4d; } +.text-slate-50\\/35 { + color: #f8fafc59; +} + .text-slate-50\\/40 { color: #f8fafc66; } +.text-slate-50\\/45 { + color: #f8fafc73; +} + .text-slate-50\\/5 { color: #f8fafc0d; } @@ -11642,10 +15998,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f8fafc80; } +.text-slate-50\\/55 { + color: #f8fafc8c; +} + .text-slate-50\\/60 { color: #f8fafc99; } +.text-slate-50\\/65 { + color: #f8fafca6; +} + .text-slate-50\\/70 { color: #f8fafcb3; } @@ -11658,6 +16022,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f8fafccc; } +.text-slate-50\\/85 { + color: #f8fafcd9; +} + .text-slate-50\\/90 { color: #f8fafce6; } @@ -11682,6 +16050,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #64748b; } +.text-slate-500\\/15 { + color: #64748b26; +} + .text-slate-500\\/20 { color: #64748b33; } @@ -11694,10 +16066,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #64748b4d; } +.text-slate-500\\/35 { + color: #64748b59; +} + .text-slate-500\\/40 { color: #64748b66; } +.text-slate-500\\/45 { + color: #64748b73; +} + .text-slate-500\\/5 { color: #64748b0d; } @@ -11706,10 +16086,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #64748b80; } +.text-slate-500\\/55 { + color: #64748b8c; +} + .text-slate-500\\/60 { color: #64748b99; } +.text-slate-500\\/65 { + color: #64748ba6; +} + .text-slate-500\\/70 { color: #64748bb3; } @@ -11722,6 +16110,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #64748bcc; } +.text-slate-500\\/85 { + color: #64748bd9; +} + .text-slate-500\\/90 { color: #64748be6; } @@ -11746,6 +16138,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #475569; } +.text-slate-600\\/15 { + color: #47556926; +} + .text-slate-600\\/20 { color: #47556933; } @@ -11758,10 +16154,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4755694d; } +.text-slate-600\\/35 { + color: #47556959; +} + .text-slate-600\\/40 { color: #47556966; } +.text-slate-600\\/45 { + color: #47556973; +} + .text-slate-600\\/5 { color: #4755690d; } @@ -11770,10 +16174,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #47556980; } +.text-slate-600\\/55 { + color: #4755698c; +} + .text-slate-600\\/60 { color: #47556999; } +.text-slate-600\\/65 { + color: #475569a6; +} + .text-slate-600\\/70 { color: #475569b3; } @@ -11786,6 +16198,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #475569cc; } +.text-slate-600\\/85 { + color: #475569d9; +} + .text-slate-600\\/90 { color: #475569e6; } @@ -11810,6 +16226,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #334155; } +.text-slate-700\\/15 { + color: #33415526; +} + .text-slate-700\\/20 { color: #33415533; } @@ -11822,10 +16242,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3341554d; } +.text-slate-700\\/35 { + color: #33415559; +} + .text-slate-700\\/40 { color: #33415566; } +.text-slate-700\\/45 { + color: #33415573; +} + .text-slate-700\\/5 { color: #3341550d; } @@ -11834,10 +16262,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #33415580; } +.text-slate-700\\/55 { + color: #3341558c; +} + .text-slate-700\\/60 { color: #33415599; } +.text-slate-700\\/65 { + color: #334155a6; +} + .text-slate-700\\/70 { color: #334155b3; } @@ -11850,6 +16286,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #334155cc; } +.text-slate-700\\/85 { + color: #334155d9; +} + .text-slate-700\\/90 { color: #334155e6; } @@ -11874,6 +16314,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e293b; } +.text-slate-800\\/15 { + color: #1e293b26; +} + .text-slate-800\\/20 { color: #1e293b33; } @@ -11886,10 +16330,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e293b4d; } +.text-slate-800\\/35 { + color: #1e293b59; +} + .text-slate-800\\/40 { color: #1e293b66; } +.text-slate-800\\/45 { + color: #1e293b73; +} + .text-slate-800\\/5 { color: #1e293b0d; } @@ -11898,10 +16350,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e293b80; } +.text-slate-800\\/55 { + color: #1e293b8c; +} + .text-slate-800\\/60 { color: #1e293b99; } +.text-slate-800\\/65 { + color: #1e293ba6; +} + .text-slate-800\\/70 { color: #1e293bb3; } @@ -11914,6 +16374,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1e293bcc; } +.text-slate-800\\/85 { + color: #1e293bd9; +} + .text-slate-800\\/90 { color: #1e293be6; } @@ -11938,6 +16402,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f172a; } +.text-slate-900\\/15 { + color: #0f172a26; +} + .text-slate-900\\/20 { color: #0f172a33; } @@ -11950,10 +16418,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f172a4d; } +.text-slate-900\\/35 { + color: #0f172a59; +} + .text-slate-900\\/40 { color: #0f172a66; } +.text-slate-900\\/45 { + color: #0f172a73; +} + .text-slate-900\\/5 { color: #0f172a0d; } @@ -11962,10 +16438,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f172a80; } +.text-slate-900\\/55 { + color: #0f172a8c; +} + .text-slate-900\\/60 { color: #0f172a99; } +.text-slate-900\\/65 { + color: #0f172aa6; +} + .text-slate-900\\/70 { color: #0f172ab3; } @@ -11978,6 +16462,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f172acc; } +.text-slate-900\\/85 { + color: #0f172ad9; +} + .text-slate-900\\/90 { color: #0f172ae6; } @@ -12002,6 +16490,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #020617; } +.text-slate-950\\/15 { + color: #02061726; +} + .text-slate-950\\/20 { color: #02061733; } @@ -12014,10 +16506,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0206174d; } +.text-slate-950\\/35 { + color: #02061759; +} + .text-slate-950\\/40 { color: #02061766; } +.text-slate-950\\/45 { + color: #02061773; +} + .text-slate-950\\/5 { color: #0206170d; } @@ -12026,10 +16526,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #02061780; } +.text-slate-950\\/55 { + color: #0206178c; +} + .text-slate-950\\/60 { color: #02061799; } +.text-slate-950\\/65 { + color: #020617a6; +} + .text-slate-950\\/70 { color: #020617b3; } @@ -12042,6 +16550,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #020617cc; } +.text-slate-950\\/85 { + color: #020617d9; +} + .text-slate-950\\/90 { color: #020617e6; } @@ -12066,6 +16578,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f4; } +.text-stone-100\\/15 { + color: #f5f5f426; +} + .text-stone-100\\/20 { color: #f5f5f433; } @@ -12078,10 +16594,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f44d; } +.text-stone-100\\/35 { + color: #f5f5f459; +} + .text-stone-100\\/40 { color: #f5f5f466; } +.text-stone-100\\/45 { + color: #f5f5f473; +} + .text-stone-100\\/5 { color: #f5f5f40d; } @@ -12090,10 +16614,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f480; } +.text-stone-100\\/55 { + color: #f5f5f48c; +} + .text-stone-100\\/60 { color: #f5f5f499; } +.text-stone-100\\/65 { + color: #f5f5f4a6; +} + .text-stone-100\\/70 { color: #f5f5f4b3; } @@ -12106,6 +16638,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f5f4cc; } +.text-stone-100\\/85 { + color: #f5f5f4d9; +} + .text-stone-100\\/90 { color: #f5f5f4e6; } @@ -12130,6 +16666,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e7e5e4; } +.text-stone-200\\/15 { + color: #e7e5e426; +} + .text-stone-200\\/20 { color: #e7e5e433; } @@ -12142,10 +16682,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e7e5e44d; } +.text-stone-200\\/35 { + color: #e7e5e459; +} + .text-stone-200\\/40 { color: #e7e5e466; } +.text-stone-200\\/45 { + color: #e7e5e473; +} + .text-stone-200\\/5 { color: #e7e5e40d; } @@ -12154,10 +16702,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e7e5e480; } +.text-stone-200\\/55 { + color: #e7e5e48c; +} + .text-stone-200\\/60 { color: #e7e5e499; } +.text-stone-200\\/65 { + color: #e7e5e4a6; +} + .text-stone-200\\/70 { color: #e7e5e4b3; } @@ -12170,6 +16726,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e7e5e4cc; } +.text-stone-200\\/85 { + color: #e7e5e4d9; +} + .text-stone-200\\/90 { color: #e7e5e4e6; } @@ -12194,6 +16754,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d6d3d1; } +.text-stone-300\\/15 { + color: #d6d3d126; +} + .text-stone-300\\/20 { color: #d6d3d133; } @@ -12206,10 +16770,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d6d3d14d; } +.text-stone-300\\/35 { + color: #d6d3d159; +} + .text-stone-300\\/40 { color: #d6d3d166; } +.text-stone-300\\/45 { + color: #d6d3d173; +} + .text-stone-300\\/5 { color: #d6d3d10d; } @@ -12218,10 +16790,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d6d3d180; } +.text-stone-300\\/55 { + color: #d6d3d18c; +} + .text-stone-300\\/60 { color: #d6d3d199; } +.text-stone-300\\/65 { + color: #d6d3d1a6; +} + .text-stone-300\\/70 { color: #d6d3d1b3; } @@ -12234,6 +16814,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d6d3d1cc; } +.text-stone-300\\/85 { + color: #d6d3d1d9; +} + .text-stone-300\\/90 { color: #d6d3d1e6; } @@ -12258,6 +16842,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a8a29e; } +.text-stone-400\\/15 { + color: #a8a29e26; +} + .text-stone-400\\/20 { color: #a8a29e33; } @@ -12270,10 +16858,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a8a29e4d; } +.text-stone-400\\/35 { + color: #a8a29e59; +} + .text-stone-400\\/40 { color: #a8a29e66; } +.text-stone-400\\/45 { + color: #a8a29e73; +} + .text-stone-400\\/5 { color: #a8a29e0d; } @@ -12282,10 +16878,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a8a29e80; } +.text-stone-400\\/55 { + color: #a8a29e8c; +} + .text-stone-400\\/60 { color: #a8a29e99; } +.text-stone-400\\/65 { + color: #a8a29ea6; +} + .text-stone-400\\/70 { color: #a8a29eb3; } @@ -12298,6 +16902,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a8a29ecc; } +.text-stone-400\\/85 { + color: #a8a29ed9; +} + .text-stone-400\\/90 { color: #a8a29ee6; } @@ -12322,6 +16930,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafaf9; } +.text-stone-50\\/15 { + color: #fafaf926; +} + .text-stone-50\\/20 { color: #fafaf933; } @@ -12334,10 +16946,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafaf94d; } +.text-stone-50\\/35 { + color: #fafaf959; +} + .text-stone-50\\/40 { color: #fafaf966; } +.text-stone-50\\/45 { + color: #fafaf973; +} + .text-stone-50\\/5 { color: #fafaf90d; } @@ -12346,10 +16966,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafaf980; } +.text-stone-50\\/55 { + color: #fafaf98c; +} + .text-stone-50\\/60 { color: #fafaf999; } +.text-stone-50\\/65 { + color: #fafaf9a6; +} + .text-stone-50\\/70 { color: #fafaf9b3; } @@ -12362,6 +16990,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafaf9cc; } +.text-stone-50\\/85 { + color: #fafaf9d9; +} + .text-stone-50\\/90 { color: #fafaf9e6; } @@ -12386,6 +17018,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78716c; } +.text-stone-500\\/15 { + color: #78716c26; +} + .text-stone-500\\/20 { color: #78716c33; } @@ -12398,10 +17034,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78716c4d; } +.text-stone-500\\/35 { + color: #78716c59; +} + .text-stone-500\\/40 { color: #78716c66; } +.text-stone-500\\/45 { + color: #78716c73; +} + .text-stone-500\\/5 { color: #78716c0d; } @@ -12410,10 +17054,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78716c80; } +.text-stone-500\\/55 { + color: #78716c8c; +} + .text-stone-500\\/60 { color: #78716c99; } +.text-stone-500\\/65 { + color: #78716ca6; +} + .text-stone-500\\/70 { color: #78716cb3; } @@ -12426,6 +17078,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #78716ccc; } +.text-stone-500\\/85 { + color: #78716cd9; +} + .text-stone-500\\/90 { color: #78716ce6; } @@ -12450,6 +17106,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #57534e; } +.text-stone-600\\/15 { + color: #57534e26; +} + .text-stone-600\\/20 { color: #57534e33; } @@ -12462,10 +17122,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #57534e4d; } +.text-stone-600\\/35 { + color: #57534e59; +} + .text-stone-600\\/40 { color: #57534e66; } +.text-stone-600\\/45 { + color: #57534e73; +} + .text-stone-600\\/5 { color: #57534e0d; } @@ -12474,10 +17142,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #57534e80; } +.text-stone-600\\/55 { + color: #57534e8c; +} + .text-stone-600\\/60 { color: #57534e99; } +.text-stone-600\\/65 { + color: #57534ea6; +} + .text-stone-600\\/70 { color: #57534eb3; } @@ -12490,6 +17166,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #57534ecc; } +.text-stone-600\\/85 { + color: #57534ed9; +} + .text-stone-600\\/90 { color: #57534ee6; } @@ -12514,6 +17194,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #44403c; } +.text-stone-700\\/15 { + color: #44403c26; +} + .text-stone-700\\/20 { color: #44403c33; } @@ -12526,10 +17210,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #44403c4d; } +.text-stone-700\\/35 { + color: #44403c59; +} + .text-stone-700\\/40 { color: #44403c66; } +.text-stone-700\\/45 { + color: #44403c73; +} + .text-stone-700\\/5 { color: #44403c0d; } @@ -12538,10 +17230,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #44403c80; } +.text-stone-700\\/55 { + color: #44403c8c; +} + .text-stone-700\\/60 { color: #44403c99; } +.text-stone-700\\/65 { + color: #44403ca6; +} + .text-stone-700\\/70 { color: #44403cb3; } @@ -12554,6 +17254,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #44403ccc; } +.text-stone-700\\/85 { + color: #44403cd9; +} + .text-stone-700\\/90 { color: #44403ce6; } @@ -12578,6 +17282,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #292524; } +.text-stone-800\\/15 { + color: #29252426; +} + .text-stone-800\\/20 { color: #29252433; } @@ -12590,10 +17298,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2925244d; } +.text-stone-800\\/35 { + color: #29252459; +} + .text-stone-800\\/40 { color: #29252466; } +.text-stone-800\\/45 { + color: #29252473; +} + .text-stone-800\\/5 { color: #2925240d; } @@ -12602,10 +17318,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #29252480; } +.text-stone-800\\/55 { + color: #2925248c; +} + .text-stone-800\\/60 { color: #29252499; } +.text-stone-800\\/65 { + color: #292524a6; +} + .text-stone-800\\/70 { color: #292524b3; } @@ -12618,6 +17342,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #292524cc; } +.text-stone-800\\/85 { + color: #292524d9; +} + .text-stone-800\\/90 { color: #292524e6; } @@ -12642,6 +17370,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1c1917; } +.text-stone-900\\/15 { + color: #1c191726; +} + .text-stone-900\\/20 { color: #1c191733; } @@ -12654,10 +17386,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1c19174d; } +.text-stone-900\\/35 { + color: #1c191759; +} + .text-stone-900\\/40 { color: #1c191766; } +.text-stone-900\\/45 { + color: #1c191773; +} + .text-stone-900\\/5 { color: #1c19170d; } @@ -12666,10 +17406,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1c191780; } +.text-stone-900\\/55 { + color: #1c19178c; +} + .text-stone-900\\/60 { color: #1c191799; } +.text-stone-900\\/65 { + color: #1c1917a6; +} + .text-stone-900\\/70 { color: #1c1917b3; } @@ -12682,6 +17430,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #1c1917cc; } +.text-stone-900\\/85 { + color: #1c1917d9; +} + .text-stone-900\\/90 { color: #1c1917e6; } @@ -12706,6 +17458,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c0a09; } +.text-stone-950\\/15 { + color: #0c0a0926; +} + .text-stone-950\\/20 { color: #0c0a0933; } @@ -12718,10 +17474,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c0a094d; } +.text-stone-950\\/35 { + color: #0c0a0959; +} + .text-stone-950\\/40 { color: #0c0a0966; } +.text-stone-950\\/45 { + color: #0c0a0973; +} + .text-stone-950\\/5 { color: #0c0a090d; } @@ -12730,10 +17494,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c0a0980; } +.text-stone-950\\/55 { + color: #0c0a098c; +} + .text-stone-950\\/60 { color: #0c0a0999; } +.text-stone-950\\/65 { + color: #0c0a09a6; +} + .text-stone-950\\/70 { color: #0c0a09b3; } @@ -12746,6 +17518,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0c0a09cc; } +.text-stone-950\\/85 { + color: #0c0a09d9; +} + .text-stone-950\\/90 { color: #0c0a09e6; } @@ -12770,6 +17546,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ccfbf1; } +.text-teal-100\\/15 { + color: #ccfbf126; +} + .text-teal-100\\/20 { color: #ccfbf133; } @@ -12782,10 +17562,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ccfbf14d; } +.text-teal-100\\/35 { + color: #ccfbf159; +} + .text-teal-100\\/40 { color: #ccfbf166; } +.text-teal-100\\/45 { + color: #ccfbf173; +} + .text-teal-100\\/5 { color: #ccfbf10d; } @@ -12794,10 +17582,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ccfbf180; } +.text-teal-100\\/55 { + color: #ccfbf18c; +} + .text-teal-100\\/60 { color: #ccfbf199; } +.text-teal-100\\/65 { + color: #ccfbf1a6; +} + .text-teal-100\\/70 { color: #ccfbf1b3; } @@ -12810,6 +17606,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ccfbf1cc; } +.text-teal-100\\/85 { + color: #ccfbf1d9; +} + .text-teal-100\\/90 { color: #ccfbf1e6; } @@ -12834,6 +17634,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #99f6e4; } +.text-teal-200\\/15 { + color: #99f6e426; +} + .text-teal-200\\/20 { color: #99f6e433; } @@ -12846,10 +17650,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #99f6e44d; } +.text-teal-200\\/35 { + color: #99f6e459; +} + .text-teal-200\\/40 { color: #99f6e466; } +.text-teal-200\\/45 { + color: #99f6e473; +} + .text-teal-200\\/5 { color: #99f6e40d; } @@ -12858,10 +17670,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #99f6e480; } +.text-teal-200\\/55 { + color: #99f6e48c; +} + .text-teal-200\\/60 { color: #99f6e499; } +.text-teal-200\\/65 { + color: #99f6e4a6; +} + .text-teal-200\\/70 { color: #99f6e4b3; } @@ -12874,6 +17694,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #99f6e4cc; } +.text-teal-200\\/85 { + color: #99f6e4d9; +} + .text-teal-200\\/90 { color: #99f6e4e6; } @@ -12898,6 +17722,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5eead4; } +.text-teal-300\\/15 { + color: #5eead426; +} + .text-teal-300\\/20 { color: #5eead433; } @@ -12910,10 +17738,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5eead44d; } +.text-teal-300\\/35 { + color: #5eead459; +} + .text-teal-300\\/40 { color: #5eead466; } +.text-teal-300\\/45 { + color: #5eead473; +} + .text-teal-300\\/5 { color: #5eead40d; } @@ -12922,10 +17758,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5eead480; } +.text-teal-300\\/55 { + color: #5eead48c; +} + .text-teal-300\\/60 { color: #5eead499; } +.text-teal-300\\/65 { + color: #5eead4a6; +} + .text-teal-300\\/70 { color: #5eead4b3; } @@ -12938,6 +17782,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5eead4cc; } +.text-teal-300\\/85 { + color: #5eead4d9; +} + .text-teal-300\\/90 { color: #5eead4e6; } @@ -12962,6 +17810,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2dd4bf; } +.text-teal-400\\/15 { + color: #2dd4bf26; +} + .text-teal-400\\/20 { color: #2dd4bf33; } @@ -12974,10 +17826,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2dd4bf4d; } +.text-teal-400\\/35 { + color: #2dd4bf59; +} + .text-teal-400\\/40 { color: #2dd4bf66; } +.text-teal-400\\/45 { + color: #2dd4bf73; +} + .text-teal-400\\/5 { color: #2dd4bf0d; } @@ -12986,10 +17846,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2dd4bf80; } +.text-teal-400\\/55 { + color: #2dd4bf8c; +} + .text-teal-400\\/60 { color: #2dd4bf99; } +.text-teal-400\\/65 { + color: #2dd4bfa6; +} + .text-teal-400\\/70 { color: #2dd4bfb3; } @@ -13002,6 +17870,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2dd4bfcc; } +.text-teal-400\\/85 { + color: #2dd4bfd9; +} + .text-teal-400\\/90 { color: #2dd4bfe6; } @@ -13026,6 +17898,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdfa; } +.text-teal-50\\/15 { + color: #f0fdfa26; +} + .text-teal-50\\/20 { color: #f0fdfa33; } @@ -13038,10 +17914,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdfa4d; } +.text-teal-50\\/35 { + color: #f0fdfa59; +} + .text-teal-50\\/40 { color: #f0fdfa66; } +.text-teal-50\\/45 { + color: #f0fdfa73; +} + .text-teal-50\\/5 { color: #f0fdfa0d; } @@ -13050,10 +17934,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdfa80; } +.text-teal-50\\/55 { + color: #f0fdfa8c; +} + .text-teal-50\\/60 { color: #f0fdfa99; } +.text-teal-50\\/65 { + color: #f0fdfaa6; +} + .text-teal-50\\/70 { color: #f0fdfab3; } @@ -13066,6 +17958,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f0fdfacc; } +.text-teal-50\\/85 { + color: #f0fdfad9; +} + .text-teal-50\\/90 { color: #f0fdfae6; } @@ -13090,6 +17986,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14b8a6; } +.text-teal-500\\/15 { + color: #14b8a626; +} + .text-teal-500\\/20 { color: #14b8a633; } @@ -13102,10 +18002,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14b8a64d; } +.text-teal-500\\/35 { + color: #14b8a659; +} + .text-teal-500\\/40 { color: #14b8a666; } +.text-teal-500\\/45 { + color: #14b8a673; +} + .text-teal-500\\/5 { color: #14b8a60d; } @@ -13114,10 +18022,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14b8a680; } +.text-teal-500\\/55 { + color: #14b8a68c; +} + .text-teal-500\\/60 { color: #14b8a699; } +.text-teal-500\\/65 { + color: #14b8a6a6; +} + .text-teal-500\\/70 { color: #14b8a6b3; } @@ -13130,6 +18046,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #14b8a6cc; } +.text-teal-500\\/85 { + color: #14b8a6d9; +} + .text-teal-500\\/90 { color: #14b8a6e6; } @@ -13154,6 +18074,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0d9488; } +.text-teal-600\\/15 { + color: #0d948826; +} + .text-teal-600\\/20 { color: #0d948833; } @@ -13166,10 +18090,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0d94884d; } +.text-teal-600\\/35 { + color: #0d948859; +} + .text-teal-600\\/40 { color: #0d948866; } +.text-teal-600\\/45 { + color: #0d948873; +} + .text-teal-600\\/5 { color: #0d94880d; } @@ -13178,10 +18110,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0d948880; } +.text-teal-600\\/55 { + color: #0d94888c; +} + .text-teal-600\\/60 { color: #0d948899; } +.text-teal-600\\/65 { + color: #0d9488a6; +} + .text-teal-600\\/70 { color: #0d9488b3; } @@ -13194,6 +18134,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0d9488cc; } +.text-teal-600\\/85 { + color: #0d9488d9; +} + .text-teal-600\\/90 { color: #0d9488e6; } @@ -13218,6 +18162,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f766e; } +.text-teal-700\\/15 { + color: #0f766e26; +} + .text-teal-700\\/20 { color: #0f766e33; } @@ -13230,10 +18178,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f766e4d; } +.text-teal-700\\/35 { + color: #0f766e59; +} + .text-teal-700\\/40 { color: #0f766e66; } +.text-teal-700\\/45 { + color: #0f766e73; +} + .text-teal-700\\/5 { color: #0f766e0d; } @@ -13242,10 +18198,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f766e80; } +.text-teal-700\\/55 { + color: #0f766e8c; +} + .text-teal-700\\/60 { color: #0f766e99; } +.text-teal-700\\/65 { + color: #0f766ea6; +} + .text-teal-700\\/70 { color: #0f766eb3; } @@ -13258,6 +18222,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0f766ecc; } +.text-teal-700\\/85 { + color: #0f766ed9; +} + .text-teal-700\\/90 { color: #0f766ee6; } @@ -13282,6 +18250,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #115e59; } +.text-teal-800\\/15 { + color: #115e5926; +} + .text-teal-800\\/20 { color: #115e5933; } @@ -13294,10 +18266,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #115e594d; } +.text-teal-800\\/35 { + color: #115e5959; +} + .text-teal-800\\/40 { color: #115e5966; } +.text-teal-800\\/45 { + color: #115e5973; +} + .text-teal-800\\/5 { color: #115e590d; } @@ -13306,10 +18286,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #115e5980; } +.text-teal-800\\/55 { + color: #115e598c; +} + .text-teal-800\\/60 { color: #115e5999; } +.text-teal-800\\/65 { + color: #115e59a6; +} + .text-teal-800\\/70 { color: #115e59b3; } @@ -13322,6 +18310,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #115e59cc; } +.text-teal-800\\/85 { + color: #115e59d9; +} + .text-teal-800\\/90 { color: #115e59e6; } @@ -13346,6 +18338,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #134e4a; } +.text-teal-900\\/15 { + color: #134e4a26; +} + .text-teal-900\\/20 { color: #134e4a33; } @@ -13358,10 +18354,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #134e4a4d; } +.text-teal-900\\/35 { + color: #134e4a59; +} + .text-teal-900\\/40 { color: #134e4a66; } +.text-teal-900\\/45 { + color: #134e4a73; +} + .text-teal-900\\/5 { color: #134e4a0d; } @@ -13370,10 +18374,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #134e4a80; } +.text-teal-900\\/55 { + color: #134e4a8c; +} + .text-teal-900\\/60 { color: #134e4a99; } +.text-teal-900\\/65 { + color: #134e4aa6; +} + .text-teal-900\\/70 { color: #134e4ab3; } @@ -13386,6 +18398,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #134e4acc; } +.text-teal-900\\/85 { + color: #134e4ad9; +} + .text-teal-900\\/90 { color: #134e4ae6; } @@ -13410,6 +18426,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #042f2e; } +.text-teal-950\\/15 { + color: #042f2e26; +} + .text-teal-950\\/20 { color: #042f2e33; } @@ -13422,10 +18442,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #042f2e4d; } +.text-teal-950\\/35 { + color: #042f2e59; +} + .text-teal-950\\/40 { color: #042f2e66; } +.text-teal-950\\/45 { + color: #042f2e73; +} + .text-teal-950\\/5 { color: #042f2e0d; } @@ -13434,10 +18462,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #042f2e80; } +.text-teal-950\\/55 { + color: #042f2e8c; +} + .text-teal-950\\/60 { color: #042f2e99; } +.text-teal-950\\/65 { + color: #042f2ea6; +} + .text-teal-950\\/70 { color: #042f2eb3; } @@ -13450,6 +18486,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #042f2ecc; } +.text-teal-950\\/85 { + color: #042f2ed9; +} + .text-teal-950\\/90 { color: #042f2ee6; } @@ -13470,6 +18510,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #000; } +.text-transparent\\/15 { + color: #00000026; +} + .text-transparent\\/20 { color: #0003; } @@ -13482,10 +18526,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #0000004d; } +.text-transparent\\/35 { + color: #00000059; +} + .text-transparent\\/40 { color: #0006; } +.text-transparent\\/45 { + color: #00000073; +} + .text-transparent\\/5 { color: #0000000d; } @@ -13494,10 +18546,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #00000080; } +.text-transparent\\/55 { + color: #0000008c; +} + .text-transparent\\/60 { color: #0009; } +.text-transparent\\/65 { + color: #000000a6; +} + .text-transparent\\/70 { color: #000000b3; } @@ -13510,6 +18570,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #000c; } +.text-transparent\\/85 { + color: #000000d9; +} + .text-transparent\\/90 { color: #000000e6; } @@ -13534,6 +18598,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ede9fe; } +.text-violet-100\\/15 { + color: #ede9fe26; +} + .text-violet-100\\/20 { color: #ede9fe33; } @@ -13546,10 +18614,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ede9fe4d; } +.text-violet-100\\/35 { + color: #ede9fe59; +} + .text-violet-100\\/40 { color: #ede9fe66; } +.text-violet-100\\/45 { + color: #ede9fe73; +} + .text-violet-100\\/5 { color: #ede9fe0d; } @@ -13558,10 +18634,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ede9fe80; } +.text-violet-100\\/55 { + color: #ede9fe8c; +} + .text-violet-100\\/60 { color: #ede9fe99; } +.text-violet-100\\/65 { + color: #ede9fea6; +} + .text-violet-100\\/70 { color: #ede9feb3; } @@ -13574,6 +18658,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ede9fecc; } +.text-violet-100\\/85 { + color: #ede9fed9; +} + .text-violet-100\\/90 { color: #ede9fee6; } @@ -13598,6 +18686,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ddd6fe; } +.text-violet-200\\/15 { + color: #ddd6fe26; +} + .text-violet-200\\/20 { color: #ddd6fe33; } @@ -13610,10 +18702,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ddd6fe4d; } +.text-violet-200\\/35 { + color: #ddd6fe59; +} + .text-violet-200\\/40 { color: #ddd6fe66; } +.text-violet-200\\/45 { + color: #ddd6fe73; +} + .text-violet-200\\/5 { color: #ddd6fe0d; } @@ -13622,10 +18722,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ddd6fe80; } +.text-violet-200\\/55 { + color: #ddd6fe8c; +} + .text-violet-200\\/60 { color: #ddd6fe99; } +.text-violet-200\\/65 { + color: #ddd6fea6; +} + .text-violet-200\\/70 { color: #ddd6feb3; } @@ -13638,6 +18746,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ddd6fecc; } +.text-violet-200\\/85 { + color: #ddd6fed9; +} + .text-violet-200\\/90 { color: #ddd6fee6; } @@ -13662,6 +18774,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c4b5fd; } +.text-violet-300\\/15 { + color: #c4b5fd26; +} + .text-violet-300\\/20 { color: #c4b5fd33; } @@ -13674,10 +18790,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c4b5fd4d; } +.text-violet-300\\/35 { + color: #c4b5fd59; +} + .text-violet-300\\/40 { color: #c4b5fd66; } +.text-violet-300\\/45 { + color: #c4b5fd73; +} + .text-violet-300\\/5 { color: #c4b5fd0d; } @@ -13686,10 +18810,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c4b5fd80; } +.text-violet-300\\/55 { + color: #c4b5fd8c; +} + .text-violet-300\\/60 { color: #c4b5fd99; } +.text-violet-300\\/65 { + color: #c4b5fda6; +} + .text-violet-300\\/70 { color: #c4b5fdb3; } @@ -13702,6 +18834,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #c4b5fdcc; } +.text-violet-300\\/85 { + color: #c4b5fdd9; +} + .text-violet-300\\/90 { color: #c4b5fde6; } @@ -13726,6 +18862,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a78bfa; } +.text-violet-400\\/15 { + color: #a78bfa26; +} + .text-violet-400\\/20 { color: #a78bfa33; } @@ -13738,10 +18878,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a78bfa4d; } +.text-violet-400\\/35 { + color: #a78bfa59; +} + .text-violet-400\\/40 { color: #a78bfa66; } +.text-violet-400\\/45 { + color: #a78bfa73; +} + .text-violet-400\\/5 { color: #a78bfa0d; } @@ -13750,10 +18898,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a78bfa80; } +.text-violet-400\\/55 { + color: #a78bfa8c; +} + .text-violet-400\\/60 { color: #a78bfa99; } +.text-violet-400\\/65 { + color: #a78bfaa6; +} + .text-violet-400\\/70 { color: #a78bfab3; } @@ -13766,6 +18922,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a78bfacc; } +.text-violet-400\\/85 { + color: #a78bfad9; +} + .text-violet-400\\/90 { color: #a78bfae6; } @@ -13790,6 +18950,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f3ff; } +.text-violet-50\\/15 { + color: #f5f3ff26; +} + .text-violet-50\\/20 { color: #f5f3ff33; } @@ -13802,10 +18966,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f3ff4d; } +.text-violet-50\\/35 { + color: #f5f3ff59; +} + .text-violet-50\\/40 { color: #f5f3ff66; } +.text-violet-50\\/45 { + color: #f5f3ff73; +} + .text-violet-50\\/5 { color: #f5f3ff0d; } @@ -13814,10 +18986,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f3ff80; } +.text-violet-50\\/55 { + color: #f5f3ff8c; +} + .text-violet-50\\/60 { color: #f5f3ff99; } +.text-violet-50\\/65 { + color: #f5f3ffa6; +} + .text-violet-50\\/70 { color: #f5f3ffb3; } @@ -13830,6 +19010,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f5f3ffcc; } +.text-violet-50\\/85 { + color: #f5f3ffd9; +} + .text-violet-50\\/90 { color: #f5f3ffe6; } @@ -13854,6 +19038,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #8b5cf6; } +.text-violet-500\\/15 { + color: #8b5cf626; +} + .text-violet-500\\/20 { color: #8b5cf633; } @@ -13866,10 +19054,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #8b5cf64d; } +.text-violet-500\\/35 { + color: #8b5cf659; +} + .text-violet-500\\/40 { color: #8b5cf666; } +.text-violet-500\\/45 { + color: #8b5cf673; +} + .text-violet-500\\/5 { color: #8b5cf60d; } @@ -13878,10 +19074,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #8b5cf680; } +.text-violet-500\\/55 { + color: #8b5cf68c; +} + .text-violet-500\\/60 { color: #8b5cf699; } +.text-violet-500\\/65 { + color: #8b5cf6a6; +} + .text-violet-500\\/70 { color: #8b5cf6b3; } @@ -13894,6 +19098,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #8b5cf6cc; } +.text-violet-500\\/85 { + color: #8b5cf6d9; +} + .text-violet-500\\/90 { color: #8b5cf6e6; } @@ -13918,6 +19126,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c3aed; } +.text-violet-600\\/15 { + color: #7c3aed26; +} + .text-violet-600\\/20 { color: #7c3aed33; } @@ -13930,10 +19142,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c3aed4d; } +.text-violet-600\\/35 { + color: #7c3aed59; +} + .text-violet-600\\/40 { color: #7c3aed66; } +.text-violet-600\\/45 { + color: #7c3aed73; +} + .text-violet-600\\/5 { color: #7c3aed0d; } @@ -13942,10 +19162,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c3aed80; } +.text-violet-600\\/55 { + color: #7c3aed8c; +} + .text-violet-600\\/60 { color: #7c3aed99; } +.text-violet-600\\/65 { + color: #7c3aeda6; +} + .text-violet-600\\/70 { color: #7c3aedb3; } @@ -13958,6 +19186,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #7c3aedcc; } +.text-violet-600\\/85 { + color: #7c3aedd9; +} + .text-violet-600\\/90 { color: #7c3aede6; } @@ -13982,6 +19214,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6d28d9; } +.text-violet-700\\/15 { + color: #6d28d926; +} + .text-violet-700\\/20 { color: #6d28d933; } @@ -13994,10 +19230,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6d28d94d; } +.text-violet-700\\/35 { + color: #6d28d959; +} + .text-violet-700\\/40 { color: #6d28d966; } +.text-violet-700\\/45 { + color: #6d28d973; +} + .text-violet-700\\/5 { color: #6d28d90d; } @@ -14006,10 +19250,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6d28d980; } +.text-violet-700\\/55 { + color: #6d28d98c; +} + .text-violet-700\\/60 { color: #6d28d999; } +.text-violet-700\\/65 { + color: #6d28d9a6; +} + .text-violet-700\\/70 { color: #6d28d9b3; } @@ -14022,6 +19274,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #6d28d9cc; } +.text-violet-700\\/85 { + color: #6d28d9d9; +} + .text-violet-700\\/90 { color: #6d28d9e6; } @@ -14046,6 +19302,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5b21b6; } +.text-violet-800\\/15 { + color: #5b21b626; +} + .text-violet-800\\/20 { color: #5b21b633; } @@ -14058,10 +19318,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5b21b64d; } +.text-violet-800\\/35 { + color: #5b21b659; +} + .text-violet-800\\/40 { color: #5b21b666; } +.text-violet-800\\/45 { + color: #5b21b673; +} + .text-violet-800\\/5 { color: #5b21b60d; } @@ -14070,10 +19338,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5b21b680; } +.text-violet-800\\/55 { + color: #5b21b68c; +} + .text-violet-800\\/60 { color: #5b21b699; } +.text-violet-800\\/65 { + color: #5b21b6a6; +} + .text-violet-800\\/70 { color: #5b21b6b3; } @@ -14086,6 +19362,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #5b21b6cc; } +.text-violet-800\\/85 { + color: #5b21b6d9; +} + .text-violet-800\\/90 { color: #5b21b6e6; } @@ -14110,6 +19390,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c1d95; } +.text-violet-900\\/15 { + color: #4c1d9526; +} + .text-violet-900\\/20 { color: #4c1d9533; } @@ -14122,10 +19406,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c1d954d; } +.text-violet-900\\/35 { + color: #4c1d9559; +} + .text-violet-900\\/40 { color: #4c1d9566; } +.text-violet-900\\/45 { + color: #4c1d9573; +} + .text-violet-900\\/5 { color: #4c1d950d; } @@ -14134,10 +19426,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c1d9580; } +.text-violet-900\\/55 { + color: #4c1d958c; +} + .text-violet-900\\/60 { color: #4c1d9599; } +.text-violet-900\\/65 { + color: #4c1d95a6; +} + .text-violet-900\\/70 { color: #4c1d95b3; } @@ -14150,6 +19450,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4c1d95cc; } +.text-violet-900\\/85 { + color: #4c1d95d9; +} + .text-violet-900\\/90 { color: #4c1d95e6; } @@ -14174,6 +19478,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2e1065; } +.text-violet-950\\/15 { + color: #2e106526; +} + .text-violet-950\\/20 { color: #2e106533; } @@ -14186,10 +19494,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2e10654d; } +.text-violet-950\\/35 { + color: #2e106559; +} + .text-violet-950\\/40 { color: #2e106566; } +.text-violet-950\\/45 { + color: #2e106573; +} + .text-violet-950\\/5 { color: #2e10650d; } @@ -14198,10 +19514,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2e106580; } +.text-violet-950\\/55 { + color: #2e10658c; +} + .text-violet-950\\/60 { color: #2e106599; } +.text-violet-950\\/65 { + color: #2e1065a6; +} + .text-violet-950\\/70 { color: #2e1065b3; } @@ -14214,6 +19538,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #2e1065cc; } +.text-violet-950\\/85 { + color: #2e1065d9; +} + .text-violet-950\\/90 { color: #2e1065e6; } @@ -14238,6 +19566,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fff; } +.text-white\\/15 { + color: #ffffff26; +} + .text-white\\/20 { color: #fff3; } @@ -14250,10 +19582,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffffff4d; } +.text-white\\/35 { + color: #ffffff59; +} + .text-white\\/40 { color: #fff6; } +.text-white\\/45 { + color: #ffffff73; +} + .text-white\\/5 { color: #ffffff0d; } @@ -14262,10 +19602,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ffffff80; } +.text-white\\/55 { + color: #ffffff8c; +} + .text-white\\/60 { color: #fff9; } +.text-white\\/65 { + color: #ffffffa6; +} + .text-white\\/70 { color: #ffffffb3; } @@ -14278,6 +19626,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fffc; } +.text-white\\/85 { + color: #ffffffd9; +} + .text-white\\/90 { color: #ffffffe6; } @@ -14302,6 +19654,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef9c3; } +.text-yellow-100\\/15 { + color: #fef9c326; +} + .text-yellow-100\\/20 { color: #fef9c333; } @@ -14314,10 +19670,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef9c34d; } +.text-yellow-100\\/35 { + color: #fef9c359; +} + .text-yellow-100\\/40 { color: #fef9c366; } +.text-yellow-100\\/45 { + color: #fef9c373; +} + .text-yellow-100\\/5 { color: #fef9c30d; } @@ -14326,10 +19690,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef9c380; } +.text-yellow-100\\/55 { + color: #fef9c38c; +} + .text-yellow-100\\/60 { color: #fef9c399; } +.text-yellow-100\\/65 { + color: #fef9c3a6; +} + .text-yellow-100\\/70 { color: #fef9c3b3; } @@ -14342,6 +19714,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef9c3cc; } +.text-yellow-100\\/85 { + color: #fef9c3d9; +} + .text-yellow-100\\/90 { color: #fef9c3e6; } @@ -14366,6 +19742,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef08a; } +.text-yellow-200\\/15 { + color: #fef08a26; +} + .text-yellow-200\\/20 { color: #fef08a33; } @@ -14378,10 +19758,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef08a4d; } +.text-yellow-200\\/35 { + color: #fef08a59; +} + .text-yellow-200\\/40 { color: #fef08a66; } +.text-yellow-200\\/45 { + color: #fef08a73; +} + .text-yellow-200\\/5 { color: #fef08a0d; } @@ -14390,10 +19778,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef08a80; } +.text-yellow-200\\/55 { + color: #fef08a8c; +} + .text-yellow-200\\/60 { color: #fef08a99; } +.text-yellow-200\\/65 { + color: #fef08aa6; +} + .text-yellow-200\\/70 { color: #fef08ab3; } @@ -14406,6 +19802,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fef08acc; } +.text-yellow-200\\/85 { + color: #fef08ad9; +} + .text-yellow-200\\/90 { color: #fef08ae6; } @@ -14430,6 +19830,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde047; } +.text-yellow-300\\/15 { + color: #fde04726; +} + .text-yellow-300\\/20 { color: #fde04733; } @@ -14442,10 +19846,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde0474d; } +.text-yellow-300\\/35 { + color: #fde04759; +} + .text-yellow-300\\/40 { color: #fde04766; } +.text-yellow-300\\/45 { + color: #fde04773; +} + .text-yellow-300\\/5 { color: #fde0470d; } @@ -14454,10 +19866,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde04780; } +.text-yellow-300\\/55 { + color: #fde0478c; +} + .text-yellow-300\\/60 { color: #fde04799; } +.text-yellow-300\\/65 { + color: #fde047a6; +} + .text-yellow-300\\/70 { color: #fde047b3; } @@ -14470,6 +19890,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fde047cc; } +.text-yellow-300\\/85 { + color: #fde047d9; +} + .text-yellow-300\\/90 { color: #fde047e6; } @@ -14494,6 +19918,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #facc15; } +.text-yellow-400\\/15 { + color: #facc1526; +} + .text-yellow-400\\/20 { color: #facc1533; } @@ -14506,10 +19934,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #facc154d; } +.text-yellow-400\\/35 { + color: #facc1559; +} + .text-yellow-400\\/40 { color: #facc1566; } +.text-yellow-400\\/45 { + color: #facc1573; +} + .text-yellow-400\\/5 { color: #facc150d; } @@ -14518,10 +19954,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #facc1580; } +.text-yellow-400\\/55 { + color: #facc158c; +} + .text-yellow-400\\/60 { color: #facc1599; } +.text-yellow-400\\/65 { + color: #facc15a6; +} + .text-yellow-400\\/70 { color: #facc15b3; } @@ -14534,6 +19978,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #facc15cc; } +.text-yellow-400\\/85 { + color: #facc15d9; +} + .text-yellow-400\\/90 { color: #facc15e6; } @@ -14558,6 +20006,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fefce8; } +.text-yellow-50\\/15 { + color: #fefce826; +} + .text-yellow-50\\/20 { color: #fefce833; } @@ -14570,10 +20022,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fefce84d; } +.text-yellow-50\\/35 { + color: #fefce859; +} + .text-yellow-50\\/40 { color: #fefce866; } +.text-yellow-50\\/45 { + color: #fefce873; +} + .text-yellow-50\\/5 { color: #fefce80d; } @@ -14582,10 +20042,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fefce880; } +.text-yellow-50\\/55 { + color: #fefce88c; +} + .text-yellow-50\\/60 { color: #fefce899; } +.text-yellow-50\\/65 { + color: #fefce8a6; +} + .text-yellow-50\\/70 { color: #fefce8b3; } @@ -14598,6 +20066,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fefce8cc; } +.text-yellow-50\\/85 { + color: #fefce8d9; +} + .text-yellow-50\\/90 { color: #fefce8e6; } @@ -14622,6 +20094,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eab308; } +.text-yellow-500\\/15 { + color: #eab30826; +} + .text-yellow-500\\/20 { color: #eab30833; } @@ -14634,10 +20110,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eab3084d; } +.text-yellow-500\\/35 { + color: #eab30859; +} + .text-yellow-500\\/40 { color: #eab30866; } +.text-yellow-500\\/45 { + color: #eab30873; +} + .text-yellow-500\\/5 { color: #eab3080d; } @@ -14646,10 +20130,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eab30880; } +.text-yellow-500\\/55 { + color: #eab3088c; +} + .text-yellow-500\\/60 { color: #eab30899; } +.text-yellow-500\\/65 { + color: #eab308a6; +} + .text-yellow-500\\/70 { color: #eab308b3; } @@ -14662,6 +20154,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #eab308cc; } +.text-yellow-500\\/85 { + color: #eab308d9; +} + .text-yellow-500\\/90 { color: #eab308e6; } @@ -14686,6 +20182,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ca8a04; } +.text-yellow-600\\/15 { + color: #ca8a0426; +} + .text-yellow-600\\/20 { color: #ca8a0433; } @@ -14698,10 +20198,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ca8a044d; } +.text-yellow-600\\/35 { + color: #ca8a0459; +} + .text-yellow-600\\/40 { color: #ca8a0466; } +.text-yellow-600\\/45 { + color: #ca8a0473; +} + .text-yellow-600\\/5 { color: #ca8a040d; } @@ -14710,10 +20218,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ca8a0480; } +.text-yellow-600\\/55 { + color: #ca8a048c; +} + .text-yellow-600\\/60 { color: #ca8a0499; } +.text-yellow-600\\/65 { + color: #ca8a04a6; +} + .text-yellow-600\\/70 { color: #ca8a04b3; } @@ -14726,6 +20242,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #ca8a04cc; } +.text-yellow-600\\/85 { + color: #ca8a04d9; +} + .text-yellow-600\\/90 { color: #ca8a04e6; } @@ -14750,6 +20270,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a16207; } +.text-yellow-700\\/15 { + color: #a1620726; +} + .text-yellow-700\\/20 { color: #a1620733; } @@ -14762,10 +20286,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a162074d; } +.text-yellow-700\\/35 { + color: #a1620759; +} + .text-yellow-700\\/40 { color: #a1620766; } +.text-yellow-700\\/45 { + color: #a1620773; +} + .text-yellow-700\\/5 { color: #a162070d; } @@ -14774,10 +20306,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a1620780; } +.text-yellow-700\\/55 { + color: #a162078c; +} + .text-yellow-700\\/60 { color: #a1620799; } +.text-yellow-700\\/65 { + color: #a16207a6; +} + .text-yellow-700\\/70 { color: #a16207b3; } @@ -14790,6 +20330,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a16207cc; } +.text-yellow-700\\/85 { + color: #a16207d9; +} + .text-yellow-700\\/90 { color: #a16207e6; } @@ -14814,6 +20358,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #854d0e; } +.text-yellow-800\\/15 { + color: #854d0e26; +} + .text-yellow-800\\/20 { color: #854d0e33; } @@ -14826,10 +20374,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #854d0e4d; } +.text-yellow-800\\/35 { + color: #854d0e59; +} + .text-yellow-800\\/40 { color: #854d0e66; } +.text-yellow-800\\/45 { + color: #854d0e73; +} + .text-yellow-800\\/5 { color: #854d0e0d; } @@ -14838,10 +20394,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #854d0e80; } +.text-yellow-800\\/55 { + color: #854d0e8c; +} + .text-yellow-800\\/60 { color: #854d0e99; } +.text-yellow-800\\/65 { + color: #854d0ea6; +} + .text-yellow-800\\/70 { color: #854d0eb3; } @@ -14854,6 +20418,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #854d0ecc; } +.text-yellow-800\\/85 { + color: #854d0ed9; +} + .text-yellow-800\\/90 { color: #854d0ee6; } @@ -14878,6 +20446,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #713f12; } +.text-yellow-900\\/15 { + color: #713f1226; +} + .text-yellow-900\\/20 { color: #713f1233; } @@ -14890,10 +20462,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #713f124d; } +.text-yellow-900\\/35 { + color: #713f1259; +} + .text-yellow-900\\/40 { color: #713f1266; } +.text-yellow-900\\/45 { + color: #713f1273; +} + .text-yellow-900\\/5 { color: #713f120d; } @@ -14902,10 +20482,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #713f1280; } +.text-yellow-900\\/55 { + color: #713f128c; +} + .text-yellow-900\\/60 { color: #713f1299; } +.text-yellow-900\\/65 { + color: #713f12a6; +} + .text-yellow-900\\/70 { color: #713f12b3; } @@ -14918,6 +20506,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #713f12cc; } +.text-yellow-900\\/85 { + color: #713f12d9; +} + .text-yellow-900\\/90 { color: #713f12e6; } @@ -14942,6 +20534,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #422006; } +.text-yellow-950\\/15 { + color: #42200626; +} + .text-yellow-950\\/20 { color: #42200633; } @@ -14954,10 +20550,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #4220064d; } +.text-yellow-950\\/35 { + color: #42200659; +} + .text-yellow-950\\/40 { color: #42200666; } +.text-yellow-950\\/45 { + color: #42200673; +} + .text-yellow-950\\/5 { color: #4220060d; } @@ -14966,10 +20570,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #42200680; } +.text-yellow-950\\/55 { + color: #4220068c; +} + .text-yellow-950\\/60 { color: #42200699; } +.text-yellow-950\\/65 { + color: #422006a6; +} + .text-yellow-950\\/70 { color: #422006b3; } @@ -14982,6 +20594,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #422006cc; } +.text-yellow-950\\/85 { + color: #422006d9; +} + .text-yellow-950\\/90 { color: #422006e6; } @@ -15006,6 +20622,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f4f4f5; } +.text-zinc-100\\/15 { + color: #f4f4f526; +} + .text-zinc-100\\/20 { color: #f4f4f533; } @@ -15018,10 +20638,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f4f4f54d; } +.text-zinc-100\\/35 { + color: #f4f4f559; +} + .text-zinc-100\\/40 { color: #f4f4f566; } +.text-zinc-100\\/45 { + color: #f4f4f573; +} + .text-zinc-100\\/5 { color: #f4f4f50d; } @@ -15030,10 +20658,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f4f4f580; } +.text-zinc-100\\/55 { + color: #f4f4f58c; +} + .text-zinc-100\\/60 { color: #f4f4f599; } +.text-zinc-100\\/65 { + color: #f4f4f5a6; +} + .text-zinc-100\\/70 { color: #f4f4f5b3; } @@ -15046,6 +20682,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #f4f4f5cc; } +.text-zinc-100\\/85 { + color: #f4f4f5d9; +} + .text-zinc-100\\/90 { color: #f4f4f5e6; } @@ -15070,6 +20710,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e4e4e7; } +.text-zinc-200\\/15 { + color: #e4e4e726; +} + .text-zinc-200\\/20 { color: #e4e4e733; } @@ -15082,10 +20726,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e4e4e74d; } +.text-zinc-200\\/35 { + color: #e4e4e759; +} + .text-zinc-200\\/40 { color: #e4e4e766; } +.text-zinc-200\\/45 { + color: #e4e4e773; +} + .text-zinc-200\\/5 { color: #e4e4e70d; } @@ -15094,10 +20746,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e4e4e780; } +.text-zinc-200\\/55 { + color: #e4e4e78c; +} + .text-zinc-200\\/60 { color: #e4e4e799; } +.text-zinc-200\\/65 { + color: #e4e4e7a6; +} + .text-zinc-200\\/70 { color: #e4e4e7b3; } @@ -15110,6 +20770,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #e4e4e7cc; } +.text-zinc-200\\/85 { + color: #e4e4e7d9; +} + .text-zinc-200\\/90 { color: #e4e4e7e6; } @@ -15134,6 +20798,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d8; } +.text-zinc-300\\/15 { + color: #d4d4d826; +} + .text-zinc-300\\/20 { color: #d4d4d833; } @@ -15146,10 +20814,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d84d; } +.text-zinc-300\\/35 { + color: #d4d4d859; +} + .text-zinc-300\\/40 { color: #d4d4d866; } +.text-zinc-300\\/45 { + color: #d4d4d873; +} + .text-zinc-300\\/5 { color: #d4d4d80d; } @@ -15158,10 +20834,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d880; } +.text-zinc-300\\/55 { + color: #d4d4d88c; +} + .text-zinc-300\\/60 { color: #d4d4d899; } +.text-zinc-300\\/65 { + color: #d4d4d8a6; +} + .text-zinc-300\\/70 { color: #d4d4d8b3; } @@ -15174,6 +20858,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #d4d4d8cc; } +.text-zinc-300\\/85 { + color: #d4d4d8d9; +} + .text-zinc-300\\/90 { color: #d4d4d8e6; } @@ -15198,6 +20886,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a1a1aa; } +.text-zinc-400\\/15 { + color: #a1a1aa26; +} + .text-zinc-400\\/20 { color: #a1a1aa33; } @@ -15210,10 +20902,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a1a1aa4d; } +.text-zinc-400\\/35 { + color: #a1a1aa59; +} + .text-zinc-400\\/40 { color: #a1a1aa66; } +.text-zinc-400\\/45 { + color: #a1a1aa73; +} + .text-zinc-400\\/5 { color: #a1a1aa0d; } @@ -15222,10 +20922,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a1a1aa80; } +.text-zinc-400\\/55 { + color: #a1a1aa8c; +} + .text-zinc-400\\/60 { color: #a1a1aa99; } +.text-zinc-400\\/65 { + color: #a1a1aaa6; +} + .text-zinc-400\\/70 { color: #a1a1aab3; } @@ -15238,6 +20946,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #a1a1aacc; } +.text-zinc-400\\/85 { + color: #a1a1aad9; +} + .text-zinc-400\\/90 { color: #a1a1aae6; } @@ -15262,6 +20974,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafa; } +.text-zinc-50\\/15 { + color: #fafafa26; +} + .text-zinc-50\\/20 { color: #fafafa33; } @@ -15274,10 +20990,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafa4d; } +.text-zinc-50\\/35 { + color: #fafafa59; +} + .text-zinc-50\\/40 { color: #fafafa66; } +.text-zinc-50\\/45 { + color: #fafafa73; +} + .text-zinc-50\\/5 { color: #fafafa0d; } @@ -15286,10 +21010,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafa80; } +.text-zinc-50\\/55 { + color: #fafafa8c; +} + .text-zinc-50\\/60 { color: #fafafa99; } +.text-zinc-50\\/65 { + color: #fafafaa6; +} + .text-zinc-50\\/70 { color: #fafafab3; } @@ -15302,6 +21034,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #fafafacc; } +.text-zinc-50\\/85 { + color: #fafafad9; +} + .text-zinc-50\\/90 { color: #fafafae6; } @@ -15326,6 +21062,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #71717a; } +.text-zinc-500\\/15 { + color: #71717a26; +} + .text-zinc-500\\/20 { color: #71717a33; } @@ -15338,10 +21078,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #71717a4d; } +.text-zinc-500\\/35 { + color: #71717a59; +} + .text-zinc-500\\/40 { color: #71717a66; } +.text-zinc-500\\/45 { + color: #71717a73; +} + .text-zinc-500\\/5 { color: #71717a0d; } @@ -15350,10 +21098,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #71717a80; } +.text-zinc-500\\/55 { + color: #71717a8c; +} + .text-zinc-500\\/60 { color: #71717a99; } +.text-zinc-500\\/65 { + color: #71717aa6; +} + .text-zinc-500\\/70 { color: #71717ab3; } @@ -15366,6 +21122,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #71717acc; } +.text-zinc-500\\/85 { + color: #71717ad9; +} + .text-zinc-500\\/90 { color: #71717ae6; } @@ -15390,6 +21150,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #52525b; } +.text-zinc-600\\/15 { + color: #52525b26; +} + .text-zinc-600\\/20 { color: #52525b33; } @@ -15402,10 +21166,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #52525b4d; } +.text-zinc-600\\/35 { + color: #52525b59; +} + .text-zinc-600\\/40 { color: #52525b66; } +.text-zinc-600\\/45 { + color: #52525b73; +} + .text-zinc-600\\/5 { color: #52525b0d; } @@ -15414,10 +21186,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #52525b80; } +.text-zinc-600\\/55 { + color: #52525b8c; +} + .text-zinc-600\\/60 { color: #52525b99; } +.text-zinc-600\\/65 { + color: #52525ba6; +} + .text-zinc-600\\/70 { color: #52525bb3; } @@ -15430,6 +21210,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #52525bcc; } +.text-zinc-600\\/85 { + color: #52525bd9; +} + .text-zinc-600\\/90 { color: #52525be6; } @@ -15454,6 +21238,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f3f46; } +.text-zinc-700\\/15 { + color: #3f3f4626; +} + .text-zinc-700\\/20 { color: #3f3f4633; } @@ -15466,10 +21254,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f3f464d; } +.text-zinc-700\\/35 { + color: #3f3f4659; +} + .text-zinc-700\\/40 { color: #3f3f4666; } +.text-zinc-700\\/45 { + color: #3f3f4673; +} + .text-zinc-700\\/5 { color: #3f3f460d; } @@ -15478,10 +21274,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f3f4680; } +.text-zinc-700\\/55 { + color: #3f3f468c; +} + .text-zinc-700\\/60 { color: #3f3f4699; } +.text-zinc-700\\/65 { + color: #3f3f46a6; +} + .text-zinc-700\\/70 { color: #3f3f46b3; } @@ -15494,6 +21298,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #3f3f46cc; } +.text-zinc-700\\/85 { + color: #3f3f46d9; +} + .text-zinc-700\\/90 { color: #3f3f46e6; } @@ -15518,6 +21326,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #27272a; } +.text-zinc-800\\/15 { + color: #27272a26; +} + .text-zinc-800\\/20 { color: #27272a33; } @@ -15530,10 +21342,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #27272a4d; } +.text-zinc-800\\/35 { + color: #27272a59; +} + .text-zinc-800\\/40 { color: #27272a66; } +.text-zinc-800\\/45 { + color: #27272a73; +} + .text-zinc-800\\/5 { color: #27272a0d; } @@ -15542,10 +21362,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #27272a80; } +.text-zinc-800\\/55 { + color: #27272a8c; +} + .text-zinc-800\\/60 { color: #27272a99; } +.text-zinc-800\\/65 { + color: #27272aa6; +} + .text-zinc-800\\/70 { color: #27272ab3; } @@ -15558,6 +21386,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #27272acc; } +.text-zinc-800\\/85 { + color: #27272ad9; +} + .text-zinc-800\\/90 { color: #27272ae6; } @@ -15582,6 +21414,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #18181b; } +.text-zinc-900\\/15 { + color: #18181b26; +} + .text-zinc-900\\/20 { color: #18181b33; } @@ -15594,10 +21430,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #18181b4d; } +.text-zinc-900\\/35 { + color: #18181b59; +} + .text-zinc-900\\/40 { color: #18181b66; } +.text-zinc-900\\/45 { + color: #18181b73; +} + .text-zinc-900\\/5 { color: #18181b0d; } @@ -15606,10 +21450,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #18181b80; } +.text-zinc-900\\/55 { + color: #18181b8c; +} + .text-zinc-900\\/60 { color: #18181b99; } +.text-zinc-900\\/65 { + color: #18181ba6; +} + .text-zinc-900\\/70 { color: #18181bb3; } @@ -15622,6 +21474,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #18181bcc; } +.text-zinc-900\\/85 { + color: #18181bd9; +} + .text-zinc-900\\/90 { color: #18181be6; } @@ -15646,6 +21502,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #09090b; } +.text-zinc-950\\/15 { + color: #09090b26; +} + .text-zinc-950\\/20 { color: #09090b33; } @@ -15658,10 +21518,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #09090b4d; } +.text-zinc-950\\/35 { + color: #09090b59; +} + .text-zinc-950\\/40 { color: #09090b66; } +.text-zinc-950\\/45 { + color: #09090b73; +} + .text-zinc-950\\/5 { color: #09090b0d; } @@ -15670,10 +21538,18 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #09090b80; } +.text-zinc-950\\/55 { + color: #09090b8c; +} + .text-zinc-950\\/60 { color: #09090b99; } +.text-zinc-950\\/65 { + color: #09090ba6; +} + .text-zinc-950\\/70 { color: #09090bb3; } @@ -15686,6 +21562,10 @@ exports[`should test the 'textColor' plugin 1`] = ` color: #09090bcc; } +.text-zinc-950\\/85 { + color: #09090bd9; +} + .text-zinc-950\\/90 { color: #09090be6; } @@ -15724,6 +21604,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef3c7; } +.text-amber-100\\/15 { + color: #fef3c726; +} + .text-amber-100\\/20 { color: #fef3c733; } @@ -15736,10 +21620,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef3c74d; } +.text-amber-100\\/35 { + color: #fef3c759; +} + .text-amber-100\\/40 { color: #fef3c766; } +.text-amber-100\\/45 { + color: #fef3c773; +} + .text-amber-100\\/5 { color: #fef3c70d; } @@ -15748,10 +21640,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef3c780; } +.text-amber-100\\/55 { + color: #fef3c78c; +} + .text-amber-100\\/60 { color: #fef3c799; } +.text-amber-100\\/65 { + color: #fef3c7a6; +} + .text-amber-100\\/70 { color: #fef3c7b3; } @@ -15764,6 +21664,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef3c7cc; } +.text-amber-100\\/85 { + color: #fef3c7d9; +} + .text-amber-100\\/90 { color: #fef3c7e6; } @@ -15789,6 +21693,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde68a; } +.text-amber-200\\/15 { + color: #fde68a26; +} + .text-amber-200\\/20 { color: #fde68a33; } @@ -15801,10 +21709,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde68a4d; } +.text-amber-200\\/35 { + color: #fde68a59; +} + .text-amber-200\\/40 { color: #fde68a66; } +.text-amber-200\\/45 { + color: #fde68a73; +} + .text-amber-200\\/5 { color: #fde68a0d; } @@ -15813,10 +21729,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde68a80; } +.text-amber-200\\/55 { + color: #fde68a8c; +} + .text-amber-200\\/60 { color: #fde68a99; } +.text-amber-200\\/65 { + color: #fde68aa6; +} + .text-amber-200\\/70 { color: #fde68ab3; } @@ -15829,6 +21753,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde68acc; } +.text-amber-200\\/85 { + color: #fde68ad9; +} + .text-amber-200\\/90 { color: #fde68ae6; } @@ -15854,6 +21782,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fcd34d; } +.text-amber-300\\/15 { + color: #fcd34d26; +} + .text-amber-300\\/20 { color: #fcd34d33; } @@ -15866,10 +21798,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fcd34d4d; } +.text-amber-300\\/35 { + color: #fcd34d59; +} + .text-amber-300\\/40 { color: #fcd34d66; } +.text-amber-300\\/45 { + color: #fcd34d73; +} + .text-amber-300\\/5 { color: #fcd34d0d; } @@ -15878,10 +21818,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fcd34d80; } +.text-amber-300\\/55 { + color: #fcd34d8c; +} + .text-amber-300\\/60 { color: #fcd34d99; } +.text-amber-300\\/65 { + color: #fcd34da6; +} + .text-amber-300\\/70 { color: #fcd34db3; } @@ -15894,6 +21842,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fcd34dcc; } +.text-amber-300\\/85 { + color: #fcd34dd9; +} + .text-amber-300\\/90 { color: #fcd34de6; } @@ -15919,6 +21871,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbbf24; } +.text-amber-400\\/15 { + color: #fbbf2426; +} + .text-amber-400\\/20 { color: #fbbf2433; } @@ -15931,10 +21887,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbbf244d; } +.text-amber-400\\/35 { + color: #fbbf2459; +} + .text-amber-400\\/40 { color: #fbbf2466; } +.text-amber-400\\/45 { + color: #fbbf2473; +} + .text-amber-400\\/5 { color: #fbbf240d; } @@ -15943,10 +21907,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbbf2480; } +.text-amber-400\\/55 { + color: #fbbf248c; +} + .text-amber-400\\/60 { color: #fbbf2499; } +.text-amber-400\\/65 { + color: #fbbf24a6; +} + .text-amber-400\\/70 { color: #fbbf24b3; } @@ -15959,6 +21931,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbbf24cc; } +.text-amber-400\\/85 { + color: #fbbf24d9; +} + .text-amber-400\\/90 { color: #fbbf24e6; } @@ -15984,6 +21960,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fffbeb; } +.text-amber-50\\/15 { + color: #fffbeb26; +} + .text-amber-50\\/20 { color: #fffbeb33; } @@ -15996,10 +21976,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fffbeb4d; } +.text-amber-50\\/35 { + color: #fffbeb59; +} + .text-amber-50\\/40 { color: #fffbeb66; } +.text-amber-50\\/45 { + color: #fffbeb73; +} + .text-amber-50\\/5 { color: #fffbeb0d; } @@ -16008,10 +21996,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fffbeb80; } +.text-amber-50\\/55 { + color: #fffbeb8c; +} + .text-amber-50\\/60 { color: #fffbeb99; } +.text-amber-50\\/65 { + color: #fffbeba6; +} + .text-amber-50\\/70 { color: #fffbebb3; } @@ -16024,6 +22020,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fffbebcc; } +.text-amber-50\\/85 { + color: #fffbebd9; +} + .text-amber-50\\/90 { color: #fffbebe6; } @@ -16049,6 +22049,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f59e0b; } +.text-amber-500\\/15 { + color: #f59e0b26; +} + .text-amber-500\\/20 { color: #f59e0b33; } @@ -16061,10 +22065,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f59e0b4d; } +.text-amber-500\\/35 { + color: #f59e0b59; +} + .text-amber-500\\/40 { color: #f59e0b66; } +.text-amber-500\\/45 { + color: #f59e0b73; +} + .text-amber-500\\/5 { color: #f59e0b0d; } @@ -16073,10 +22085,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f59e0b80; } +.text-amber-500\\/55 { + color: #f59e0b8c; +} + .text-amber-500\\/60 { color: #f59e0b99; } +.text-amber-500\\/65 { + color: #f59e0ba6; +} + .text-amber-500\\/70 { color: #f59e0bb3; } @@ -16089,6 +22109,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f59e0bcc; } +.text-amber-500\\/85 { + color: #f59e0bd9; +} + .text-amber-500\\/90 { color: #f59e0be6; } @@ -16114,6 +22138,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d97706; } +.text-amber-600\\/15 { + color: #d9770626; +} + .text-amber-600\\/20 { color: #d9770633; } @@ -16126,10 +22154,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d977064d; } +.text-amber-600\\/35 { + color: #d9770659; +} + .text-amber-600\\/40 { color: #d9770666; } +.text-amber-600\\/45 { + color: #d9770673; +} + .text-amber-600\\/5 { color: #d977060d; } @@ -16138,10 +22174,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d9770680; } +.text-amber-600\\/55 { + color: #d977068c; +} + .text-amber-600\\/60 { color: #d9770699; } +.text-amber-600\\/65 { + color: #d97706a6; +} + .text-amber-600\\/70 { color: #d97706b3; } @@ -16154,6 +22198,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d97706cc; } +.text-amber-600\\/85 { + color: #d97706d9; +} + .text-amber-600\\/90 { color: #d97706e6; } @@ -16179,6 +22227,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b45309; } +.text-amber-700\\/15 { + color: #b4530926; +} + .text-amber-700\\/20 { color: #b4530933; } @@ -16191,10 +22243,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b453094d; } +.text-amber-700\\/35 { + color: #b4530959; +} + .text-amber-700\\/40 { color: #b4530966; } +.text-amber-700\\/45 { + color: #b4530973; +} + .text-amber-700\\/5 { color: #b453090d; } @@ -16203,10 +22263,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b4530980; } +.text-amber-700\\/55 { + color: #b453098c; +} + .text-amber-700\\/60 { color: #b4530999; } +.text-amber-700\\/65 { + color: #b45309a6; +} + .text-amber-700\\/70 { color: #b45309b3; } @@ -16219,6 +22287,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b45309cc; } +.text-amber-700\\/85 { + color: #b45309d9; +} + .text-amber-700\\/90 { color: #b45309e6; } @@ -16244,6 +22316,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #92400e; } +.text-amber-800\\/15 { + color: #92400e26; +} + .text-amber-800\\/20 { color: #92400e33; } @@ -16256,10 +22332,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #92400e4d; } +.text-amber-800\\/35 { + color: #92400e59; +} + .text-amber-800\\/40 { color: #92400e66; } +.text-amber-800\\/45 { + color: #92400e73; +} + .text-amber-800\\/5 { color: #92400e0d; } @@ -16268,10 +22352,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #92400e80; } +.text-amber-800\\/55 { + color: #92400e8c; +} + .text-amber-800\\/60 { color: #92400e99; } +.text-amber-800\\/65 { + color: #92400ea6; +} + .text-amber-800\\/70 { color: #92400eb3; } @@ -16284,6 +22376,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #92400ecc; } +.text-amber-800\\/85 { + color: #92400ed9; +} + .text-amber-800\\/90 { color: #92400ee6; } @@ -16309,6 +22405,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78350f; } +.text-amber-900\\/15 { + color: #78350f26; +} + .text-amber-900\\/20 { color: #78350f33; } @@ -16321,10 +22421,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78350f4d; } +.text-amber-900\\/35 { + color: #78350f59; +} + .text-amber-900\\/40 { color: #78350f66; } +.text-amber-900\\/45 { + color: #78350f73; +} + .text-amber-900\\/5 { color: #78350f0d; } @@ -16333,10 +22441,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78350f80; } +.text-amber-900\\/55 { + color: #78350f8c; +} + .text-amber-900\\/60 { color: #78350f99; } +.text-amber-900\\/65 { + color: #78350fa6; +} + .text-amber-900\\/70 { color: #78350fb3; } @@ -16349,6 +22465,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78350fcc; } +.text-amber-900\\/85 { + color: #78350fd9; +} + .text-amber-900\\/90 { color: #78350fe6; } @@ -16374,6 +22494,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #451a03; } +.text-amber-950\\/15 { + color: #451a0326; +} + .text-amber-950\\/20 { color: #451a0333; } @@ -16386,10 +22510,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #451a034d; } +.text-amber-950\\/35 { + color: #451a0359; +} + .text-amber-950\\/40 { color: #451a0366; } +.text-amber-950\\/45 { + color: #451a0373; +} + .text-amber-950\\/5 { color: #451a030d; } @@ -16398,10 +22530,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #451a0380; } +.text-amber-950\\/55 { + color: #451a038c; +} + .text-amber-950\\/60 { color: #451a0399; } +.text-amber-950\\/65 { + color: #451a03a6; +} + .text-amber-950\\/70 { color: #451a03b3; } @@ -16414,6 +22554,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #451a03cc; } +.text-amber-950\\/85 { + color: #451a03d9; +} + .text-amber-950\\/90 { color: #451a03e6; } @@ -16439,6 +22583,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #000; } +.text-black\\/15 { + color: #00000026; +} + .text-black\\/20 { color: #0003; } @@ -16451,10 +22599,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0000004d; } +.text-black\\/35 { + color: #00000059; +} + .text-black\\/40 { color: #0006; } +.text-black\\/45 { + color: #00000073; +} + .text-black\\/5 { color: #0000000d; } @@ -16463,10 +22619,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #00000080; } +.text-black\\/55 { + color: #0000008c; +} + .text-black\\/60 { color: #0009; } +.text-black\\/65 { + color: #000000a6; +} + .text-black\\/70 { color: #000000b3; } @@ -16479,6 +22643,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #000c; } +.text-black\\/85 { + color: #000000d9; +} + .text-black\\/90 { color: #000000e6; } @@ -16504,6 +22672,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dbeafe; } +.text-blue-100\\/15 { + color: #dbeafe26; +} + .text-blue-100\\/20 { color: #dbeafe33; } @@ -16516,10 +22688,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dbeafe4d; } +.text-blue-100\\/35 { + color: #dbeafe59; +} + .text-blue-100\\/40 { color: #dbeafe66; } +.text-blue-100\\/45 { + color: #dbeafe73; +} + .text-blue-100\\/5 { color: #dbeafe0d; } @@ -16528,10 +22708,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dbeafe80; } +.text-blue-100\\/55 { + color: #dbeafe8c; +} + .text-blue-100\\/60 { color: #dbeafe99; } +.text-blue-100\\/65 { + color: #dbeafea6; +} + .text-blue-100\\/70 { color: #dbeafeb3; } @@ -16544,6 +22732,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dbeafecc; } +.text-blue-100\\/85 { + color: #dbeafed9; +} + .text-blue-100\\/90 { color: #dbeafee6; } @@ -16569,6 +22761,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bfdbfe; } +.text-blue-200\\/15 { + color: #bfdbfe26; +} + .text-blue-200\\/20 { color: #bfdbfe33; } @@ -16581,10 +22777,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bfdbfe4d; } +.text-blue-200\\/35 { + color: #bfdbfe59; +} + .text-blue-200\\/40 { color: #bfdbfe66; } +.text-blue-200\\/45 { + color: #bfdbfe73; +} + .text-blue-200\\/5 { color: #bfdbfe0d; } @@ -16593,10 +22797,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bfdbfe80; } +.text-blue-200\\/55 { + color: #bfdbfe8c; +} + .text-blue-200\\/60 { color: #bfdbfe99; } +.text-blue-200\\/65 { + color: #bfdbfea6; +} + .text-blue-200\\/70 { color: #bfdbfeb3; } @@ -16609,6 +22821,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bfdbfecc; } +.text-blue-200\\/85 { + color: #bfdbfed9; +} + .text-blue-200\\/90 { color: #bfdbfee6; } @@ -16634,6 +22850,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #93c5fd; } +.text-blue-300\\/15 { + color: #93c5fd26; +} + .text-blue-300\\/20 { color: #93c5fd33; } @@ -16646,10 +22866,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #93c5fd4d; } +.text-blue-300\\/35 { + color: #93c5fd59; +} + .text-blue-300\\/40 { color: #93c5fd66; } +.text-blue-300\\/45 { + color: #93c5fd73; +} + .text-blue-300\\/5 { color: #93c5fd0d; } @@ -16658,10 +22886,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #93c5fd80; } +.text-blue-300\\/55 { + color: #93c5fd8c; +} + .text-blue-300\\/60 { color: #93c5fd99; } +.text-blue-300\\/65 { + color: #93c5fda6; +} + .text-blue-300\\/70 { color: #93c5fdb3; } @@ -16674,6 +22910,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #93c5fdcc; } +.text-blue-300\\/85 { + color: #93c5fdd9; +} + .text-blue-300\\/90 { color: #93c5fde6; } @@ -16699,6 +22939,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #60a5fa; } +.text-blue-400\\/15 { + color: #60a5fa26; +} + .text-blue-400\\/20 { color: #60a5fa33; } @@ -16711,10 +22955,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #60a5fa4d; } +.text-blue-400\\/35 { + color: #60a5fa59; +} + .text-blue-400\\/40 { color: #60a5fa66; } +.text-blue-400\\/45 { + color: #60a5fa73; +} + .text-blue-400\\/5 { color: #60a5fa0d; } @@ -16723,10 +22975,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #60a5fa80; } +.text-blue-400\\/55 { + color: #60a5fa8c; +} + .text-blue-400\\/60 { color: #60a5fa99; } +.text-blue-400\\/65 { + color: #60a5faa6; +} + .text-blue-400\\/70 { color: #60a5fab3; } @@ -16739,6 +22999,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #60a5facc; } +.text-blue-400\\/85 { + color: #60a5fad9; +} + .text-blue-400\\/90 { color: #60a5fae6; } @@ -16764,6 +23028,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eff6ff; } +.text-blue-50\\/15 { + color: #eff6ff26; +} + .text-blue-50\\/20 { color: #eff6ff33; } @@ -16776,10 +23044,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eff6ff4d; } +.text-blue-50\\/35 { + color: #eff6ff59; +} + .text-blue-50\\/40 { color: #eff6ff66; } +.text-blue-50\\/45 { + color: #eff6ff73; +} + .text-blue-50\\/5 { color: #eff6ff0d; } @@ -16788,10 +23064,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eff6ff80; } +.text-blue-50\\/55 { + color: #eff6ff8c; +} + .text-blue-50\\/60 { color: #eff6ff99; } +.text-blue-50\\/65 { + color: #eff6ffa6; +} + .text-blue-50\\/70 { color: #eff6ffb3; } @@ -16804,6 +23088,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eff6ffcc; } +.text-blue-50\\/85 { + color: #eff6ffd9; +} + .text-blue-50\\/90 { color: #eff6ffe6; } @@ -16829,6 +23117,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b82f6; } +.text-blue-500\\/15 { + color: #3b82f626; +} + .text-blue-500\\/20 { color: #3b82f633; } @@ -16841,10 +23133,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b82f64d; } +.text-blue-500\\/35 { + color: #3b82f659; +} + .text-blue-500\\/40 { color: #3b82f666; } +.text-blue-500\\/45 { + color: #3b82f673; +} + .text-blue-500\\/5 { color: #3b82f60d; } @@ -16853,10 +23153,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b82f680; } +.text-blue-500\\/55 { + color: #3b82f68c; +} + .text-blue-500\\/60 { color: #3b82f699; } +.text-blue-500\\/65 { + color: #3b82f6a6; +} + .text-blue-500\\/70 { color: #3b82f6b3; } @@ -16869,6 +23177,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b82f6cc; } +.text-blue-500\\/85 { + color: #3b82f6d9; +} + .text-blue-500\\/90 { color: #3b82f6e6; } @@ -16894,6 +23206,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2563eb; } +.text-blue-600\\/15 { + color: #2563eb26; +} + .text-blue-600\\/20 { color: #2563eb33; } @@ -16906,10 +23222,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2563eb4d; } +.text-blue-600\\/35 { + color: #2563eb59; +} + .text-blue-600\\/40 { color: #2563eb66; } +.text-blue-600\\/45 { + color: #2563eb73; +} + .text-blue-600\\/5 { color: #2563eb0d; } @@ -16918,10 +23242,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2563eb80; } +.text-blue-600\\/55 { + color: #2563eb8c; +} + .text-blue-600\\/60 { color: #2563eb99; } +.text-blue-600\\/65 { + color: #2563eba6; +} + .text-blue-600\\/70 { color: #2563ebb3; } @@ -16934,6 +23266,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2563ebcc; } +.text-blue-600\\/85 { + color: #2563ebd9; +} + .text-blue-600\\/90 { color: #2563ebe6; } @@ -16959,6 +23295,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1d4ed8; } +.text-blue-700\\/15 { + color: #1d4ed826; +} + .text-blue-700\\/20 { color: #1d4ed833; } @@ -16971,10 +23311,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1d4ed84d; } +.text-blue-700\\/35 { + color: #1d4ed859; +} + .text-blue-700\\/40 { color: #1d4ed866; } +.text-blue-700\\/45 { + color: #1d4ed873; +} + .text-blue-700\\/5 { color: #1d4ed80d; } @@ -16983,10 +23331,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1d4ed880; } +.text-blue-700\\/55 { + color: #1d4ed88c; +} + .text-blue-700\\/60 { color: #1d4ed899; } +.text-blue-700\\/65 { + color: #1d4ed8a6; +} + .text-blue-700\\/70 { color: #1d4ed8b3; } @@ -16999,6 +23355,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1d4ed8cc; } +.text-blue-700\\/85 { + color: #1d4ed8d9; +} + .text-blue-700\\/90 { color: #1d4ed8e6; } @@ -17024,6 +23384,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e40af; } +.text-blue-800\\/15 { + color: #1e40af26; +} + .text-blue-800\\/20 { color: #1e40af33; } @@ -17036,10 +23400,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e40af4d; } +.text-blue-800\\/35 { + color: #1e40af59; +} + .text-blue-800\\/40 { color: #1e40af66; } +.text-blue-800\\/45 { + color: #1e40af73; +} + .text-blue-800\\/5 { color: #1e40af0d; } @@ -17048,10 +23420,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e40af80; } +.text-blue-800\\/55 { + color: #1e40af8c; +} + .text-blue-800\\/60 { color: #1e40af99; } +.text-blue-800\\/65 { + color: #1e40afa6; +} + .text-blue-800\\/70 { color: #1e40afb3; } @@ -17064,6 +23444,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e40afcc; } +.text-blue-800\\/85 { + color: #1e40afd9; +} + .text-blue-800\\/90 { color: #1e40afe6; } @@ -17089,6 +23473,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e3a8a; } +.text-blue-900\\/15 { + color: #1e3a8a26; +} + .text-blue-900\\/20 { color: #1e3a8a33; } @@ -17101,10 +23489,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e3a8a4d; } +.text-blue-900\\/35 { + color: #1e3a8a59; +} + .text-blue-900\\/40 { color: #1e3a8a66; } +.text-blue-900\\/45 { + color: #1e3a8a73; +} + .text-blue-900\\/5 { color: #1e3a8a0d; } @@ -17113,10 +23509,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e3a8a80; } +.text-blue-900\\/55 { + color: #1e3a8a8c; +} + .text-blue-900\\/60 { color: #1e3a8a99; } +.text-blue-900\\/65 { + color: #1e3a8aa6; +} + .text-blue-900\\/70 { color: #1e3a8ab3; } @@ -17129,6 +23533,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e3a8acc; } +.text-blue-900\\/85 { + color: #1e3a8ad9; +} + .text-blue-900\\/90 { color: #1e3a8ae6; } @@ -17154,6 +23562,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #172554; } +.text-blue-950\\/15 { + color: #17255426; +} + .text-blue-950\\/20 { color: #17255433; } @@ -17166,10 +23578,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1725544d; } +.text-blue-950\\/35 { + color: #17255459; +} + .text-blue-950\\/40 { color: #17255466; } +.text-blue-950\\/45 { + color: #17255473; +} + .text-blue-950\\/5 { color: #1725540d; } @@ -17178,10 +23598,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #17255480; } +.text-blue-950\\/55 { + color: #1725548c; +} + .text-blue-950\\/60 { color: #17255499; } +.text-blue-950\\/65 { + color: #172554a6; +} + .text-blue-950\\/70 { color: #172554b3; } @@ -17194,6 +23622,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #172554cc; } +.text-blue-950\\/85 { + color: #172554d9; +} + .text-blue-950\\/90 { color: #172554e6; } @@ -17223,6 +23655,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cffafe; } +.text-cyan-100\\/15 { + color: #cffafe26; +} + .text-cyan-100\\/20 { color: #cffafe33; } @@ -17235,10 +23671,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cffafe4d; } +.text-cyan-100\\/35 { + color: #cffafe59; +} + .text-cyan-100\\/40 { color: #cffafe66; } +.text-cyan-100\\/45 { + color: #cffafe73; +} + .text-cyan-100\\/5 { color: #cffafe0d; } @@ -17247,10 +23691,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cffafe80; } +.text-cyan-100\\/55 { + color: #cffafe8c; +} + .text-cyan-100\\/60 { color: #cffafe99; } +.text-cyan-100\\/65 { + color: #cffafea6; +} + .text-cyan-100\\/70 { color: #cffafeb3; } @@ -17263,6 +23715,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cffafecc; } +.text-cyan-100\\/85 { + color: #cffafed9; +} + .text-cyan-100\\/90 { color: #cffafee6; } @@ -17288,6 +23744,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5f3fc; } +.text-cyan-200\\/15 { + color: #a5f3fc26; +} + .text-cyan-200\\/20 { color: #a5f3fc33; } @@ -17300,10 +23760,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5f3fc4d; } +.text-cyan-200\\/35 { + color: #a5f3fc59; +} + .text-cyan-200\\/40 { color: #a5f3fc66; } +.text-cyan-200\\/45 { + color: #a5f3fc73; +} + .text-cyan-200\\/5 { color: #a5f3fc0d; } @@ -17312,10 +23780,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5f3fc80; } +.text-cyan-200\\/55 { + color: #a5f3fc8c; +} + .text-cyan-200\\/60 { color: #a5f3fc99; } +.text-cyan-200\\/65 { + color: #a5f3fca6; +} + .text-cyan-200\\/70 { color: #a5f3fcb3; } @@ -17328,6 +23804,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5f3fccc; } +.text-cyan-200\\/85 { + color: #a5f3fcd9; +} + .text-cyan-200\\/90 { color: #a5f3fce6; } @@ -17353,6 +23833,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #67e8f9; } +.text-cyan-300\\/15 { + color: #67e8f926; +} + .text-cyan-300\\/20 { color: #67e8f933; } @@ -17365,10 +23849,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #67e8f94d; } +.text-cyan-300\\/35 { + color: #67e8f959; +} + .text-cyan-300\\/40 { color: #67e8f966; } +.text-cyan-300\\/45 { + color: #67e8f973; +} + .text-cyan-300\\/5 { color: #67e8f90d; } @@ -17377,10 +23869,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #67e8f980; } +.text-cyan-300\\/55 { + color: #67e8f98c; +} + .text-cyan-300\\/60 { color: #67e8f999; } +.text-cyan-300\\/65 { + color: #67e8f9a6; +} + .text-cyan-300\\/70 { color: #67e8f9b3; } @@ -17393,6 +23893,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #67e8f9cc; } +.text-cyan-300\\/85 { + color: #67e8f9d9; +} + .text-cyan-300\\/90 { color: #67e8f9e6; } @@ -17418,6 +23922,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22d3ee; } +.text-cyan-400\\/15 { + color: #22d3ee26; +} + .text-cyan-400\\/20 { color: #22d3ee33; } @@ -17430,10 +23938,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22d3ee4d; } +.text-cyan-400\\/35 { + color: #22d3ee59; +} + .text-cyan-400\\/40 { color: #22d3ee66; } +.text-cyan-400\\/45 { + color: #22d3ee73; +} + .text-cyan-400\\/5 { color: #22d3ee0d; } @@ -17442,10 +23958,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22d3ee80; } +.text-cyan-400\\/55 { + color: #22d3ee8c; +} + .text-cyan-400\\/60 { color: #22d3ee99; } +.text-cyan-400\\/65 { + color: #22d3eea6; +} + .text-cyan-400\\/70 { color: #22d3eeb3; } @@ -17458,6 +23982,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22d3eecc; } +.text-cyan-400\\/85 { + color: #22d3eed9; +} + .text-cyan-400\\/90 { color: #22d3eee6; } @@ -17483,6 +24011,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfeff; } +.text-cyan-50\\/15 { + color: #ecfeff26; +} + .text-cyan-50\\/20 { color: #ecfeff33; } @@ -17495,10 +24027,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfeff4d; } +.text-cyan-50\\/35 { + color: #ecfeff59; +} + .text-cyan-50\\/40 { color: #ecfeff66; } +.text-cyan-50\\/45 { + color: #ecfeff73; +} + .text-cyan-50\\/5 { color: #ecfeff0d; } @@ -17507,10 +24047,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfeff80; } +.text-cyan-50\\/55 { + color: #ecfeff8c; +} + .text-cyan-50\\/60 { color: #ecfeff99; } +.text-cyan-50\\/65 { + color: #ecfeffa6; +} + .text-cyan-50\\/70 { color: #ecfeffb3; } @@ -17523,6 +24071,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfeffcc; } +.text-cyan-50\\/85 { + color: #ecfeffd9; +} + .text-cyan-50\\/90 { color: #ecfeffe6; } @@ -17548,6 +24100,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #06b6d4; } +.text-cyan-500\\/15 { + color: #06b6d426; +} + .text-cyan-500\\/20 { color: #06b6d433; } @@ -17560,10 +24116,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #06b6d44d; } +.text-cyan-500\\/35 { + color: #06b6d459; +} + .text-cyan-500\\/40 { color: #06b6d466; } +.text-cyan-500\\/45 { + color: #06b6d473; +} + .text-cyan-500\\/5 { color: #06b6d40d; } @@ -17572,10 +24136,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #06b6d480; } +.text-cyan-500\\/55 { + color: #06b6d48c; +} + .text-cyan-500\\/60 { color: #06b6d499; } +.text-cyan-500\\/65 { + color: #06b6d4a6; +} + .text-cyan-500\\/70 { color: #06b6d4b3; } @@ -17588,6 +24160,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #06b6d4cc; } +.text-cyan-500\\/85 { + color: #06b6d4d9; +} + .text-cyan-500\\/90 { color: #06b6d4e6; } @@ -17613,6 +24189,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0891b2; } +.text-cyan-600\\/15 { + color: #0891b226; +} + .text-cyan-600\\/20 { color: #0891b233; } @@ -17625,10 +24205,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0891b24d; } +.text-cyan-600\\/35 { + color: #0891b259; +} + .text-cyan-600\\/40 { color: #0891b266; } +.text-cyan-600\\/45 { + color: #0891b273; +} + .text-cyan-600\\/5 { color: #0891b20d; } @@ -17637,10 +24225,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0891b280; } +.text-cyan-600\\/55 { + color: #0891b28c; +} + .text-cyan-600\\/60 { color: #0891b299; } +.text-cyan-600\\/65 { + color: #0891b2a6; +} + .text-cyan-600\\/70 { color: #0891b2b3; } @@ -17653,6 +24249,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0891b2cc; } +.text-cyan-600\\/85 { + color: #0891b2d9; +} + .text-cyan-600\\/90 { color: #0891b2e6; } @@ -17678,6 +24278,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0e7490; } +.text-cyan-700\\/15 { + color: #0e749026; +} + .text-cyan-700\\/20 { color: #0e749033; } @@ -17690,10 +24294,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0e74904d; } +.text-cyan-700\\/35 { + color: #0e749059; +} + .text-cyan-700\\/40 { color: #0e749066; } +.text-cyan-700\\/45 { + color: #0e749073; +} + .text-cyan-700\\/5 { color: #0e74900d; } @@ -17702,10 +24314,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0e749080; } +.text-cyan-700\\/55 { + color: #0e74908c; +} + .text-cyan-700\\/60 { color: #0e749099; } +.text-cyan-700\\/65 { + color: #0e7490a6; +} + .text-cyan-700\\/70 { color: #0e7490b3; } @@ -17718,6 +24338,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0e7490cc; } +.text-cyan-700\\/85 { + color: #0e7490d9; +} + .text-cyan-700\\/90 { color: #0e7490e6; } @@ -17743,6 +24367,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #155e75; } +.text-cyan-800\\/15 { + color: #155e7526; +} + .text-cyan-800\\/20 { color: #155e7533; } @@ -17755,10 +24383,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #155e754d; } +.text-cyan-800\\/35 { + color: #155e7559; +} + .text-cyan-800\\/40 { color: #155e7566; } +.text-cyan-800\\/45 { + color: #155e7573; +} + .text-cyan-800\\/5 { color: #155e750d; } @@ -17767,10 +24403,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #155e7580; } +.text-cyan-800\\/55 { + color: #155e758c; +} + .text-cyan-800\\/60 { color: #155e7599; } +.text-cyan-800\\/65 { + color: #155e75a6; +} + .text-cyan-800\\/70 { color: #155e75b3; } @@ -17783,6 +24427,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #155e75cc; } +.text-cyan-800\\/85 { + color: #155e75d9; +} + .text-cyan-800\\/90 { color: #155e75e6; } @@ -17808,6 +24456,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #164e63; } +.text-cyan-900\\/15 { + color: #164e6326; +} + .text-cyan-900\\/20 { color: #164e6333; } @@ -17820,10 +24472,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #164e634d; } +.text-cyan-900\\/35 { + color: #164e6359; +} + .text-cyan-900\\/40 { color: #164e6366; } +.text-cyan-900\\/45 { + color: #164e6373; +} + .text-cyan-900\\/5 { color: #164e630d; } @@ -17832,10 +24492,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #164e6380; } +.text-cyan-900\\/55 { + color: #164e638c; +} + .text-cyan-900\\/60 { color: #164e6399; } +.text-cyan-900\\/65 { + color: #164e63a6; +} + .text-cyan-900\\/70 { color: #164e63b3; } @@ -17848,6 +24516,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #164e63cc; } +.text-cyan-900\\/85 { + color: #164e63d9; +} + .text-cyan-900\\/90 { color: #164e63e6; } @@ -17873,6 +24545,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #083344; } +.text-cyan-950\\/15 { + color: #08334426; +} + .text-cyan-950\\/20 { color: #08334433; } @@ -17885,10 +24561,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0833444d; } +.text-cyan-950\\/35 { + color: #08334459; +} + .text-cyan-950\\/40 { color: #08334466; } +.text-cyan-950\\/45 { + color: #08334473; +} + .text-cyan-950\\/5 { color: #0833440d; } @@ -17897,10 +24581,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #08334480; } +.text-cyan-950\\/55 { + color: #0833448c; +} + .text-cyan-950\\/60 { color: #08334499; } +.text-cyan-950\\/65 { + color: #083344a6; +} + .text-cyan-950\\/70 { color: #083344b3; } @@ -17913,6 +24605,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #083344cc; } +.text-cyan-950\\/85 { + color: #083344d9; +} + .text-cyan-950\\/90 { color: #083344e6; } @@ -17938,6 +24634,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1fae5; } +.text-emerald-100\\/15 { + color: #d1fae526; +} + .text-emerald-100\\/20 { color: #d1fae533; } @@ -17950,10 +24650,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1fae54d; } +.text-emerald-100\\/35 { + color: #d1fae559; +} + .text-emerald-100\\/40 { color: #d1fae566; } +.text-emerald-100\\/45 { + color: #d1fae573; +} + .text-emerald-100\\/5 { color: #d1fae50d; } @@ -17962,10 +24670,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1fae580; } +.text-emerald-100\\/55 { + color: #d1fae58c; +} + .text-emerald-100\\/60 { color: #d1fae599; } +.text-emerald-100\\/65 { + color: #d1fae5a6; +} + .text-emerald-100\\/70 { color: #d1fae5b3; } @@ -17978,6 +24694,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1fae5cc; } +.text-emerald-100\\/85 { + color: #d1fae5d9; +} + .text-emerald-100\\/90 { color: #d1fae5e6; } @@ -18003,6 +24723,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a7f3d0; } +.text-emerald-200\\/15 { + color: #a7f3d026; +} + .text-emerald-200\\/20 { color: #a7f3d033; } @@ -18015,10 +24739,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a7f3d04d; } +.text-emerald-200\\/35 { + color: #a7f3d059; +} + .text-emerald-200\\/40 { color: #a7f3d066; } +.text-emerald-200\\/45 { + color: #a7f3d073; +} + .text-emerald-200\\/5 { color: #a7f3d00d; } @@ -18027,10 +24759,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a7f3d080; } +.text-emerald-200\\/55 { + color: #a7f3d08c; +} + .text-emerald-200\\/60 { color: #a7f3d099; } +.text-emerald-200\\/65 { + color: #a7f3d0a6; +} + .text-emerald-200\\/70 { color: #a7f3d0b3; } @@ -18043,6 +24783,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a7f3d0cc; } +.text-emerald-200\\/85 { + color: #a7f3d0d9; +} + .text-emerald-200\\/90 { color: #a7f3d0e6; } @@ -18068,6 +24812,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6ee7b7; } +.text-emerald-300\\/15 { + color: #6ee7b726; +} + .text-emerald-300\\/20 { color: #6ee7b733; } @@ -18080,10 +24828,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6ee7b74d; } +.text-emerald-300\\/35 { + color: #6ee7b759; +} + .text-emerald-300\\/40 { color: #6ee7b766; } +.text-emerald-300\\/45 { + color: #6ee7b773; +} + .text-emerald-300\\/5 { color: #6ee7b70d; } @@ -18092,10 +24848,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6ee7b780; } +.text-emerald-300\\/55 { + color: #6ee7b78c; +} + .text-emerald-300\\/60 { color: #6ee7b799; } +.text-emerald-300\\/65 { + color: #6ee7b7a6; +} + .text-emerald-300\\/70 { color: #6ee7b7b3; } @@ -18108,6 +24872,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6ee7b7cc; } +.text-emerald-300\\/85 { + color: #6ee7b7d9; +} + .text-emerald-300\\/90 { color: #6ee7b7e6; } @@ -18133,6 +24901,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #34d399; } +.text-emerald-400\\/15 { + color: #34d39926; +} + .text-emerald-400\\/20 { color: #34d39933; } @@ -18145,10 +24917,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #34d3994d; } +.text-emerald-400\\/35 { + color: #34d39959; +} + .text-emerald-400\\/40 { color: #34d39966; } +.text-emerald-400\\/45 { + color: #34d39973; +} + .text-emerald-400\\/5 { color: #34d3990d; } @@ -18157,10 +24937,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #34d39980; } +.text-emerald-400\\/55 { + color: #34d3998c; +} + .text-emerald-400\\/60 { color: #34d39999; } +.text-emerald-400\\/65 { + color: #34d399a6; +} + .text-emerald-400\\/70 { color: #34d399b3; } @@ -18173,6 +24961,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #34d399cc; } +.text-emerald-400\\/85 { + color: #34d399d9; +} + .text-emerald-400\\/90 { color: #34d399e6; } @@ -18198,6 +24990,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfdf5; } +.text-emerald-50\\/15 { + color: #ecfdf526; +} + .text-emerald-50\\/20 { color: #ecfdf533; } @@ -18210,10 +25006,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfdf54d; } +.text-emerald-50\\/35 { + color: #ecfdf559; +} + .text-emerald-50\\/40 { color: #ecfdf566; } +.text-emerald-50\\/45 { + color: #ecfdf573; +} + .text-emerald-50\\/5 { color: #ecfdf50d; } @@ -18222,10 +25026,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfdf580; } +.text-emerald-50\\/55 { + color: #ecfdf58c; +} + .text-emerald-50\\/60 { color: #ecfdf599; } +.text-emerald-50\\/65 { + color: #ecfdf5a6; +} + .text-emerald-50\\/70 { color: #ecfdf5b3; } @@ -18238,6 +25050,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfdf5cc; } +.text-emerald-50\\/85 { + color: #ecfdf5d9; +} + .text-emerald-50\\/90 { color: #ecfdf5e6; } @@ -18263,6 +25079,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #10b981; } +.text-emerald-500\\/15 { + color: #10b98126; +} + .text-emerald-500\\/20 { color: #10b98133; } @@ -18275,10 +25095,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #10b9814d; } +.text-emerald-500\\/35 { + color: #10b98159; +} + .text-emerald-500\\/40 { color: #10b98166; } +.text-emerald-500\\/45 { + color: #10b98173; +} + .text-emerald-500\\/5 { color: #10b9810d; } @@ -18287,10 +25115,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #10b98180; } +.text-emerald-500\\/55 { + color: #10b9818c; +} + .text-emerald-500\\/60 { color: #10b98199; } +.text-emerald-500\\/65 { + color: #10b981a6; +} + .text-emerald-500\\/70 { color: #10b981b3; } @@ -18303,6 +25139,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #10b981cc; } +.text-emerald-500\\/85 { + color: #10b981d9; +} + .text-emerald-500\\/90 { color: #10b981e6; } @@ -18328,6 +25168,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #059669; } +.text-emerald-600\\/15 { + color: #05966926; +} + .text-emerald-600\\/20 { color: #05966933; } @@ -18340,10 +25184,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0596694d; } +.text-emerald-600\\/35 { + color: #05966959; +} + .text-emerald-600\\/40 { color: #05966966; } +.text-emerald-600\\/45 { + color: #05966973; +} + .text-emerald-600\\/5 { color: #0596690d; } @@ -18352,10 +25204,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #05966980; } +.text-emerald-600\\/55 { + color: #0596698c; +} + .text-emerald-600\\/60 { color: #05966999; } +.text-emerald-600\\/65 { + color: #059669a6; +} + .text-emerald-600\\/70 { color: #059669b3; } @@ -18368,6 +25228,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #059669cc; } +.text-emerald-600\\/85 { + color: #059669d9; +} + .text-emerald-600\\/90 { color: #059669e6; } @@ -18393,6 +25257,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #047857; } +.text-emerald-700\\/15 { + color: #04785726; +} + .text-emerald-700\\/20 { color: #04785733; } @@ -18405,10 +25273,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0478574d; } +.text-emerald-700\\/35 { + color: #04785759; +} + .text-emerald-700\\/40 { color: #04785766; } +.text-emerald-700\\/45 { + color: #04785773; +} + .text-emerald-700\\/5 { color: #0478570d; } @@ -18417,10 +25293,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #04785780; } +.text-emerald-700\\/55 { + color: #0478578c; +} + .text-emerald-700\\/60 { color: #04785799; } +.text-emerald-700\\/65 { + color: #047857a6; +} + .text-emerald-700\\/70 { color: #047857b3; } @@ -18433,6 +25317,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #047857cc; } +.text-emerald-700\\/85 { + color: #047857d9; +} + .text-emerald-700\\/90 { color: #047857e6; } @@ -18458,6 +25346,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #065f46; } +.text-emerald-800\\/15 { + color: #065f4626; +} + .text-emerald-800\\/20 { color: #065f4633; } @@ -18470,10 +25362,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #065f464d; } +.text-emerald-800\\/35 { + color: #065f4659; +} + .text-emerald-800\\/40 { color: #065f4666; } +.text-emerald-800\\/45 { + color: #065f4673; +} + .text-emerald-800\\/5 { color: #065f460d; } @@ -18482,10 +25382,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #065f4680; } +.text-emerald-800\\/55 { + color: #065f468c; +} + .text-emerald-800\\/60 { color: #065f4699; } +.text-emerald-800\\/65 { + color: #065f46a6; +} + .text-emerald-800\\/70 { color: #065f46b3; } @@ -18498,6 +25406,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #065f46cc; } +.text-emerald-800\\/85 { + color: #065f46d9; +} + .text-emerald-800\\/90 { color: #065f46e6; } @@ -18523,6 +25435,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #064e3b; } +.text-emerald-900\\/15 { + color: #064e3b26; +} + .text-emerald-900\\/20 { color: #064e3b33; } @@ -18535,10 +25451,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #064e3b4d; } +.text-emerald-900\\/35 { + color: #064e3b59; +} + .text-emerald-900\\/40 { color: #064e3b66; } +.text-emerald-900\\/45 { + color: #064e3b73; +} + .text-emerald-900\\/5 { color: #064e3b0d; } @@ -18547,10 +25471,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #064e3b80; } +.text-emerald-900\\/55 { + color: #064e3b8c; +} + .text-emerald-900\\/60 { color: #064e3b99; } +.text-emerald-900\\/65 { + color: #064e3ba6; +} + .text-emerald-900\\/70 { color: #064e3bb3; } @@ -18563,6 +25495,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #064e3bcc; } +.text-emerald-900\\/85 { + color: #064e3bd9; +} + .text-emerald-900\\/90 { color: #064e3be6; } @@ -18588,6 +25524,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #022c22; } +.text-emerald-950\\/15 { + color: #022c2226; +} + .text-emerald-950\\/20 { color: #022c2233; } @@ -18600,10 +25540,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #022c224d; } +.text-emerald-950\\/35 { + color: #022c2259; +} + .text-emerald-950\\/40 { color: #022c2266; } +.text-emerald-950\\/45 { + color: #022c2273; +} + .text-emerald-950\\/5 { color: #022c220d; } @@ -18612,10 +25560,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #022c2280; } +.text-emerald-950\\/55 { + color: #022c228c; +} + .text-emerald-950\\/60 { color: #022c2299; } +.text-emerald-950\\/65 { + color: #022c22a6; +} + .text-emerald-950\\/70 { color: #022c22b3; } @@ -18628,6 +25584,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #022c22cc; } +.text-emerald-950\\/85 { + color: #022c22d9; +} + .text-emerald-950\\/90 { color: #022c22e6; } @@ -18653,6 +25613,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fae8ff; } +.text-fuchsia-100\\/15 { + color: #fae8ff26; +} + .text-fuchsia-100\\/20 { color: #fae8ff33; } @@ -18665,10 +25629,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fae8ff4d; } +.text-fuchsia-100\\/35 { + color: #fae8ff59; +} + .text-fuchsia-100\\/40 { color: #fae8ff66; } +.text-fuchsia-100\\/45 { + color: #fae8ff73; +} + .text-fuchsia-100\\/5 { color: #fae8ff0d; } @@ -18677,10 +25649,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fae8ff80; } +.text-fuchsia-100\\/55 { + color: #fae8ff8c; +} + .text-fuchsia-100\\/60 { color: #fae8ff99; } +.text-fuchsia-100\\/65 { + color: #fae8ffa6; +} + .text-fuchsia-100\\/70 { color: #fae8ffb3; } @@ -18693,6 +25673,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fae8ffcc; } +.text-fuchsia-100\\/85 { + color: #fae8ffd9; +} + .text-fuchsia-100\\/90 { color: #fae8ffe6; } @@ -18718,6 +25702,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5d0fe; } +.text-fuchsia-200\\/15 { + color: #f5d0fe26; +} + .text-fuchsia-200\\/20 { color: #f5d0fe33; } @@ -18730,10 +25718,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5d0fe4d; } +.text-fuchsia-200\\/35 { + color: #f5d0fe59; +} + .text-fuchsia-200\\/40 { color: #f5d0fe66; } +.text-fuchsia-200\\/45 { + color: #f5d0fe73; +} + .text-fuchsia-200\\/5 { color: #f5d0fe0d; } @@ -18742,10 +25738,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5d0fe80; } +.text-fuchsia-200\\/55 { + color: #f5d0fe8c; +} + .text-fuchsia-200\\/60 { color: #f5d0fe99; } +.text-fuchsia-200\\/65 { + color: #f5d0fea6; +} + .text-fuchsia-200\\/70 { color: #f5d0feb3; } @@ -18758,6 +25762,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5d0fecc; } +.text-fuchsia-200\\/85 { + color: #f5d0fed9; +} + .text-fuchsia-200\\/90 { color: #f5d0fee6; } @@ -18783,6 +25791,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0abfc; } +.text-fuchsia-300\\/15 { + color: #f0abfc26; +} + .text-fuchsia-300\\/20 { color: #f0abfc33; } @@ -18795,10 +25807,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0abfc4d; } +.text-fuchsia-300\\/35 { + color: #f0abfc59; +} + .text-fuchsia-300\\/40 { color: #f0abfc66; } +.text-fuchsia-300\\/45 { + color: #f0abfc73; +} + .text-fuchsia-300\\/5 { color: #f0abfc0d; } @@ -18807,10 +25827,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0abfc80; } +.text-fuchsia-300\\/55 { + color: #f0abfc8c; +} + .text-fuchsia-300\\/60 { color: #f0abfc99; } +.text-fuchsia-300\\/65 { + color: #f0abfca6; +} + .text-fuchsia-300\\/70 { color: #f0abfcb3; } @@ -18823,6 +25851,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0abfccc; } +.text-fuchsia-300\\/85 { + color: #f0abfcd9; +} + .text-fuchsia-300\\/90 { color: #f0abfce6; } @@ -18848,6 +25880,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e879f9; } +.text-fuchsia-400\\/15 { + color: #e879f926; +} + .text-fuchsia-400\\/20 { color: #e879f933; } @@ -18860,10 +25896,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e879f94d; } +.text-fuchsia-400\\/35 { + color: #e879f959; +} + .text-fuchsia-400\\/40 { color: #e879f966; } +.text-fuchsia-400\\/45 { + color: #e879f973; +} + .text-fuchsia-400\\/5 { color: #e879f90d; } @@ -18872,10 +25916,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e879f980; } +.text-fuchsia-400\\/55 { + color: #e879f98c; +} + .text-fuchsia-400\\/60 { color: #e879f999; } +.text-fuchsia-400\\/65 { + color: #e879f9a6; +} + .text-fuchsia-400\\/70 { color: #e879f9b3; } @@ -18888,6 +25940,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e879f9cc; } +.text-fuchsia-400\\/85 { + color: #e879f9d9; +} + .text-fuchsia-400\\/90 { color: #e879f9e6; } @@ -18913,6 +25969,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf4ff; } +.text-fuchsia-50\\/15 { + color: #fdf4ff26; +} + .text-fuchsia-50\\/20 { color: #fdf4ff33; } @@ -18925,10 +25985,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf4ff4d; } +.text-fuchsia-50\\/35 { + color: #fdf4ff59; +} + .text-fuchsia-50\\/40 { color: #fdf4ff66; } +.text-fuchsia-50\\/45 { + color: #fdf4ff73; +} + .text-fuchsia-50\\/5 { color: #fdf4ff0d; } @@ -18937,10 +26005,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf4ff80; } +.text-fuchsia-50\\/55 { + color: #fdf4ff8c; +} + .text-fuchsia-50\\/60 { color: #fdf4ff99; } +.text-fuchsia-50\\/65 { + color: #fdf4ffa6; +} + .text-fuchsia-50\\/70 { color: #fdf4ffb3; } @@ -18953,6 +26029,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf4ffcc; } +.text-fuchsia-50\\/85 { + color: #fdf4ffd9; +} + .text-fuchsia-50\\/90 { color: #fdf4ffe6; } @@ -18978,6 +26058,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d946ef; } +.text-fuchsia-500\\/15 { + color: #d946ef26; +} + .text-fuchsia-500\\/20 { color: #d946ef33; } @@ -18990,10 +26074,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d946ef4d; } +.text-fuchsia-500\\/35 { + color: #d946ef59; +} + .text-fuchsia-500\\/40 { color: #d946ef66; } +.text-fuchsia-500\\/45 { + color: #d946ef73; +} + .text-fuchsia-500\\/5 { color: #d946ef0d; } @@ -19002,10 +26094,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d946ef80; } +.text-fuchsia-500\\/55 { + color: #d946ef8c; +} + .text-fuchsia-500\\/60 { color: #d946ef99; } +.text-fuchsia-500\\/65 { + color: #d946efa6; +} + .text-fuchsia-500\\/70 { color: #d946efb3; } @@ -19018,6 +26118,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d946efcc; } +.text-fuchsia-500\\/85 { + color: #d946efd9; +} + .text-fuchsia-500\\/90 { color: #d946efe6; } @@ -19043,6 +26147,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c026d3; } +.text-fuchsia-600\\/15 { + color: #c026d326; +} + .text-fuchsia-600\\/20 { color: #c026d333; } @@ -19055,10 +26163,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c026d34d; } +.text-fuchsia-600\\/35 { + color: #c026d359; +} + .text-fuchsia-600\\/40 { color: #c026d366; } +.text-fuchsia-600\\/45 { + color: #c026d373; +} + .text-fuchsia-600\\/5 { color: #c026d30d; } @@ -19067,10 +26183,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c026d380; } +.text-fuchsia-600\\/55 { + color: #c026d38c; +} + .text-fuchsia-600\\/60 { color: #c026d399; } +.text-fuchsia-600\\/65 { + color: #c026d3a6; +} + .text-fuchsia-600\\/70 { color: #c026d3b3; } @@ -19083,6 +26207,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c026d3cc; } +.text-fuchsia-600\\/85 { + color: #c026d3d9; +} + .text-fuchsia-600\\/90 { color: #c026d3e6; } @@ -19108,6 +26236,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a21caf; } +.text-fuchsia-700\\/15 { + color: #a21caf26; +} + .text-fuchsia-700\\/20 { color: #a21caf33; } @@ -19120,10 +26252,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a21caf4d; } +.text-fuchsia-700\\/35 { + color: #a21caf59; +} + .text-fuchsia-700\\/40 { color: #a21caf66; } +.text-fuchsia-700\\/45 { + color: #a21caf73; +} + .text-fuchsia-700\\/5 { color: #a21caf0d; } @@ -19132,10 +26272,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a21caf80; } +.text-fuchsia-700\\/55 { + color: #a21caf8c; +} + .text-fuchsia-700\\/60 { color: #a21caf99; } +.text-fuchsia-700\\/65 { + color: #a21cafa6; +} + .text-fuchsia-700\\/70 { color: #a21cafb3; } @@ -19148,6 +26296,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a21cafcc; } +.text-fuchsia-700\\/85 { + color: #a21cafd9; +} + .text-fuchsia-700\\/90 { color: #a21cafe6; } @@ -19173,6 +26325,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86198f; } +.text-fuchsia-800\\/15 { + color: #86198f26; +} + .text-fuchsia-800\\/20 { color: #86198f33; } @@ -19185,10 +26341,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86198f4d; } +.text-fuchsia-800\\/35 { + color: #86198f59; +} + .text-fuchsia-800\\/40 { color: #86198f66; } +.text-fuchsia-800\\/45 { + color: #86198f73; +} + .text-fuchsia-800\\/5 { color: #86198f0d; } @@ -19197,10 +26361,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86198f80; } +.text-fuchsia-800\\/55 { + color: #86198f8c; +} + .text-fuchsia-800\\/60 { color: #86198f99; } +.text-fuchsia-800\\/65 { + color: #86198fa6; +} + .text-fuchsia-800\\/70 { color: #86198fb3; } @@ -19213,6 +26385,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86198fcc; } +.text-fuchsia-800\\/85 { + color: #86198fd9; +} + .text-fuchsia-800\\/90 { color: #86198fe6; } @@ -19238,6 +26414,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #701a75; } +.text-fuchsia-900\\/15 { + color: #701a7526; +} + .text-fuchsia-900\\/20 { color: #701a7533; } @@ -19250,10 +26430,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #701a754d; } +.text-fuchsia-900\\/35 { + color: #701a7559; +} + .text-fuchsia-900\\/40 { color: #701a7566; } +.text-fuchsia-900\\/45 { + color: #701a7573; +} + .text-fuchsia-900\\/5 { color: #701a750d; } @@ -19262,10 +26450,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #701a7580; } +.text-fuchsia-900\\/55 { + color: #701a758c; +} + .text-fuchsia-900\\/60 { color: #701a7599; } +.text-fuchsia-900\\/65 { + color: #701a75a6; +} + .text-fuchsia-900\\/70 { color: #701a75b3; } @@ -19278,6 +26474,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #701a75cc; } +.text-fuchsia-900\\/85 { + color: #701a75d9; +} + .text-fuchsia-900\\/90 { color: #701a75e6; } @@ -19303,6 +26503,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4a044e; } +.text-fuchsia-950\\/15 { + color: #4a044e26; +} + .text-fuchsia-950\\/20 { color: #4a044e33; } @@ -19315,10 +26519,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4a044e4d; } +.text-fuchsia-950\\/35 { + color: #4a044e59; +} + .text-fuchsia-950\\/40 { color: #4a044e66; } +.text-fuchsia-950\\/45 { + color: #4a044e73; +} + .text-fuchsia-950\\/5 { color: #4a044e0d; } @@ -19327,10 +26539,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4a044e80; } +.text-fuchsia-950\\/55 { + color: #4a044e8c; +} + .text-fuchsia-950\\/60 { color: #4a044e99; } +.text-fuchsia-950\\/65 { + color: #4a044ea6; +} + .text-fuchsia-950\\/70 { color: #4a044eb3; } @@ -19343,6 +26563,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4a044ecc; } +.text-fuchsia-950\\/85 { + color: #4a044ed9; +} + .text-fuchsia-950\\/90 { color: #4a044ee6; } @@ -19368,6 +26592,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3f4f6; } +.text-gray-100\\/15 { + color: #f3f4f626; +} + .text-gray-100\\/20 { color: #f3f4f633; } @@ -19380,10 +26608,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3f4f64d; } +.text-gray-100\\/35 { + color: #f3f4f659; +} + .text-gray-100\\/40 { color: #f3f4f666; } +.text-gray-100\\/45 { + color: #f3f4f673; +} + .text-gray-100\\/5 { color: #f3f4f60d; } @@ -19392,10 +26628,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3f4f680; } +.text-gray-100\\/55 { + color: #f3f4f68c; +} + .text-gray-100\\/60 { color: #f3f4f699; } +.text-gray-100\\/65 { + color: #f3f4f6a6; +} + .text-gray-100\\/70 { color: #f3f4f6b3; } @@ -19408,6 +26652,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3f4f6cc; } +.text-gray-100\\/85 { + color: #f3f4f6d9; +} + .text-gray-100\\/90 { color: #f3f4f6e6; } @@ -19433,6 +26681,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e7eb; } +.text-gray-200\\/15 { + color: #e5e7eb26; +} + .text-gray-200\\/20 { color: #e5e7eb33; } @@ -19445,10 +26697,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e7eb4d; } +.text-gray-200\\/35 { + color: #e5e7eb59; +} + .text-gray-200\\/40 { color: #e5e7eb66; } +.text-gray-200\\/45 { + color: #e5e7eb73; +} + .text-gray-200\\/5 { color: #e5e7eb0d; } @@ -19457,10 +26717,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e7eb80; } +.text-gray-200\\/55 { + color: #e5e7eb8c; +} + .text-gray-200\\/60 { color: #e5e7eb99; } +.text-gray-200\\/65 { + color: #e5e7eba6; +} + .text-gray-200\\/70 { color: #e5e7ebb3; } @@ -19473,6 +26741,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e7ebcc; } +.text-gray-200\\/85 { + color: #e5e7ebd9; +} + .text-gray-200\\/90 { color: #e5e7ebe6; } @@ -19498,6 +26770,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1d5db; } +.text-gray-300\\/15 { + color: #d1d5db26; +} + .text-gray-300\\/20 { color: #d1d5db33; } @@ -19510,10 +26786,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1d5db4d; } +.text-gray-300\\/35 { + color: #d1d5db59; +} + .text-gray-300\\/40 { color: #d1d5db66; } +.text-gray-300\\/45 { + color: #d1d5db73; +} + .text-gray-300\\/5 { color: #d1d5db0d; } @@ -19522,10 +26806,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1d5db80; } +.text-gray-300\\/55 { + color: #d1d5db8c; +} + .text-gray-300\\/60 { color: #d1d5db99; } +.text-gray-300\\/65 { + color: #d1d5dba6; +} + .text-gray-300\\/70 { color: #d1d5dbb3; } @@ -19538,6 +26830,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d1d5dbcc; } +.text-gray-300\\/85 { + color: #d1d5dbd9; +} + .text-gray-300\\/90 { color: #d1d5dbe6; } @@ -19563,6 +26859,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9ca3af; } +.text-gray-400\\/15 { + color: #9ca3af26; +} + .text-gray-400\\/20 { color: #9ca3af33; } @@ -19575,10 +26875,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9ca3af4d; } +.text-gray-400\\/35 { + color: #9ca3af59; +} + .text-gray-400\\/40 { color: #9ca3af66; } +.text-gray-400\\/45 { + color: #9ca3af73; +} + .text-gray-400\\/5 { color: #9ca3af0d; } @@ -19587,10 +26895,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9ca3af80; } +.text-gray-400\\/55 { + color: #9ca3af8c; +} + .text-gray-400\\/60 { color: #9ca3af99; } +.text-gray-400\\/65 { + color: #9ca3afa6; +} + .text-gray-400\\/70 { color: #9ca3afb3; } @@ -19603,6 +26919,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9ca3afcc; } +.text-gray-400\\/85 { + color: #9ca3afd9; +} + .text-gray-400\\/90 { color: #9ca3afe6; } @@ -19628,6 +26948,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9fafb; } +.text-gray-50\\/15 { + color: #f9fafb26; +} + .text-gray-50\\/20 { color: #f9fafb33; } @@ -19640,10 +26964,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9fafb4d; } +.text-gray-50\\/35 { + color: #f9fafb59; +} + .text-gray-50\\/40 { color: #f9fafb66; } +.text-gray-50\\/45 { + color: #f9fafb73; +} + .text-gray-50\\/5 { color: #f9fafb0d; } @@ -19652,10 +26984,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9fafb80; } +.text-gray-50\\/55 { + color: #f9fafb8c; +} + .text-gray-50\\/60 { color: #f9fafb99; } +.text-gray-50\\/65 { + color: #f9fafba6; +} + .text-gray-50\\/70 { color: #f9fafbb3; } @@ -19668,6 +27008,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9fafbcc; } +.text-gray-50\\/85 { + color: #f9fafbd9; +} + .text-gray-50\\/90 { color: #f9fafbe6; } @@ -19693,6 +27037,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b7280; } +.text-gray-500\\/15 { + color: #6b728026; +} + .text-gray-500\\/20 { color: #6b728033; } @@ -19705,10 +27053,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b72804d; } +.text-gray-500\\/35 { + color: #6b728059; +} + .text-gray-500\\/40 { color: #6b728066; } +.text-gray-500\\/45 { + color: #6b728073; +} + .text-gray-500\\/5 { color: #6b72800d; } @@ -19717,10 +27073,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b728080; } +.text-gray-500\\/55 { + color: #6b72808c; +} + .text-gray-500\\/60 { color: #6b728099; } +.text-gray-500\\/65 { + color: #6b7280a6; +} + .text-gray-500\\/70 { color: #6b7280b3; } @@ -19733,6 +27097,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b7280cc; } +.text-gray-500\\/85 { + color: #6b7280d9; +} + .text-gray-500\\/90 { color: #6b7280e6; } @@ -19758,6 +27126,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4b5563; } +.text-gray-600\\/15 { + color: #4b556326; +} + .text-gray-600\\/20 { color: #4b556333; } @@ -19770,10 +27142,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4b55634d; } +.text-gray-600\\/35 { + color: #4b556359; +} + .text-gray-600\\/40 { color: #4b556366; } +.text-gray-600\\/45 { + color: #4b556373; +} + .text-gray-600\\/5 { color: #4b55630d; } @@ -19782,10 +27162,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4b556380; } +.text-gray-600\\/55 { + color: #4b55638c; +} + .text-gray-600\\/60 { color: #4b556399; } +.text-gray-600\\/65 { + color: #4b5563a6; +} + .text-gray-600\\/70 { color: #4b5563b3; } @@ -19798,6 +27186,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4b5563cc; } +.text-gray-600\\/85 { + color: #4b5563d9; +} + .text-gray-600\\/90 { color: #4b5563e6; } @@ -19823,6 +27215,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #374151; } +.text-gray-700\\/15 { + color: #37415126; +} + .text-gray-700\\/20 { color: #37415133; } @@ -19835,10 +27231,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3741514d; } +.text-gray-700\\/35 { + color: #37415159; +} + .text-gray-700\\/40 { color: #37415166; } +.text-gray-700\\/45 { + color: #37415173; +} + .text-gray-700\\/5 { color: #3741510d; } @@ -19847,10 +27251,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #37415180; } +.text-gray-700\\/55 { + color: #3741518c; +} + .text-gray-700\\/60 { color: #37415199; } +.text-gray-700\\/65 { + color: #374151a6; +} + .text-gray-700\\/70 { color: #374151b3; } @@ -19863,6 +27275,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #374151cc; } +.text-gray-700\\/85 { + color: #374151d9; +} + .text-gray-700\\/90 { color: #374151e6; } @@ -19888,6 +27304,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1f2937; } +.text-gray-800\\/15 { + color: #1f293726; +} + .text-gray-800\\/20 { color: #1f293733; } @@ -19900,10 +27320,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1f29374d; } +.text-gray-800\\/35 { + color: #1f293759; +} + .text-gray-800\\/40 { color: #1f293766; } +.text-gray-800\\/45 { + color: #1f293773; +} + .text-gray-800\\/5 { color: #1f29370d; } @@ -19912,10 +27340,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1f293780; } +.text-gray-800\\/55 { + color: #1f29378c; +} + .text-gray-800\\/60 { color: #1f293799; } +.text-gray-800\\/65 { + color: #1f2937a6; +} + .text-gray-800\\/70 { color: #1f2937b3; } @@ -19928,6 +27364,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1f2937cc; } +.text-gray-800\\/85 { + color: #1f2937d9; +} + .text-gray-800\\/90 { color: #1f2937e6; } @@ -19953,6 +27393,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #111827; } +.text-gray-900\\/15 { + color: #11182726; +} + .text-gray-900\\/20 { color: #11182733; } @@ -19965,10 +27409,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1118274d; } +.text-gray-900\\/35 { + color: #11182759; +} + .text-gray-900\\/40 { color: #11182766; } +.text-gray-900\\/45 { + color: #11182773; +} + .text-gray-900\\/5 { color: #1118270d; } @@ -19977,10 +27429,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #11182780; } +.text-gray-900\\/55 { + color: #1118278c; +} + .text-gray-900\\/60 { color: #11182799; } +.text-gray-900\\/65 { + color: #111827a6; +} + .text-gray-900\\/70 { color: #111827b3; } @@ -19993,6 +27453,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #111827cc; } +.text-gray-900\\/85 { + color: #111827d9; +} + .text-gray-900\\/90 { color: #111827e6; } @@ -20018,6 +27482,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #030712; } +.text-gray-950\\/15 { + color: #03071226; +} + .text-gray-950\\/20 { color: #03071233; } @@ -20030,10 +27498,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0307124d; } +.text-gray-950\\/35 { + color: #03071259; +} + .text-gray-950\\/40 { color: #03071266; } +.text-gray-950\\/45 { + color: #03071273; +} + .text-gray-950\\/5 { color: #0307120d; } @@ -20042,10 +27518,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #03071280; } +.text-gray-950\\/55 { + color: #0307128c; +} + .text-gray-950\\/60 { color: #03071299; } +.text-gray-950\\/65 { + color: #030712a6; +} + .text-gray-950\\/70 { color: #030712b3; } @@ -20058,6 +27542,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #030712cc; } +.text-gray-950\\/85 { + color: #030712d9; +} + .text-gray-950\\/90 { color: #030712e6; } @@ -20083,6 +27571,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dcfce7; } +.text-green-100\\/15 { + color: #dcfce726; +} + .text-green-100\\/20 { color: #dcfce733; } @@ -20095,10 +27587,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dcfce74d; } +.text-green-100\\/35 { + color: #dcfce759; +} + .text-green-100\\/40 { color: #dcfce766; } +.text-green-100\\/45 { + color: #dcfce773; +} + .text-green-100\\/5 { color: #dcfce70d; } @@ -20107,10 +27607,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dcfce780; } +.text-green-100\\/55 { + color: #dcfce78c; +} + .text-green-100\\/60 { color: #dcfce799; } +.text-green-100\\/65 { + color: #dcfce7a6; +} + .text-green-100\\/70 { color: #dcfce7b3; } @@ -20123,6 +27631,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dcfce7cc; } +.text-green-100\\/85 { + color: #dcfce7d9; +} + .text-green-100\\/90 { color: #dcfce7e6; } @@ -20148,6 +27660,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bbf7d0; } +.text-green-200\\/15 { + color: #bbf7d026; +} + .text-green-200\\/20 { color: #bbf7d033; } @@ -20160,10 +27676,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bbf7d04d; } +.text-green-200\\/35 { + color: #bbf7d059; +} + .text-green-200\\/40 { color: #bbf7d066; } +.text-green-200\\/45 { + color: #bbf7d073; +} + .text-green-200\\/5 { color: #bbf7d00d; } @@ -20172,10 +27696,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bbf7d080; } +.text-green-200\\/55 { + color: #bbf7d08c; +} + .text-green-200\\/60 { color: #bbf7d099; } +.text-green-200\\/65 { + color: #bbf7d0a6; +} + .text-green-200\\/70 { color: #bbf7d0b3; } @@ -20188,6 +27720,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bbf7d0cc; } +.text-green-200\\/85 { + color: #bbf7d0d9; +} + .text-green-200\\/90 { color: #bbf7d0e6; } @@ -20213,6 +27749,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86efac; } +.text-green-300\\/15 { + color: #86efac26; +} + .text-green-300\\/20 { color: #86efac33; } @@ -20225,10 +27765,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86efac4d; } +.text-green-300\\/35 { + color: #86efac59; +} + .text-green-300\\/40 { color: #86efac66; } +.text-green-300\\/45 { + color: #86efac73; +} + .text-green-300\\/5 { color: #86efac0d; } @@ -20237,10 +27785,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86efac80; } +.text-green-300\\/55 { + color: #86efac8c; +} + .text-green-300\\/60 { color: #86efac99; } +.text-green-300\\/65 { + color: #86efaca6; +} + .text-green-300\\/70 { color: #86efacb3; } @@ -20253,6 +27809,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #86efaccc; } +.text-green-300\\/85 { + color: #86efacd9; +} + .text-green-300\\/90 { color: #86eface6; } @@ -20278,6 +27838,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4ade80; } +.text-green-400\\/15 { + color: #4ade8026; +} + .text-green-400\\/20 { color: #4ade8033; } @@ -20290,10 +27854,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4ade804d; } +.text-green-400\\/35 { + color: #4ade8059; +} + .text-green-400\\/40 { color: #4ade8066; } +.text-green-400\\/45 { + color: #4ade8073; +} + .text-green-400\\/5 { color: #4ade800d; } @@ -20302,10 +27874,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4ade8080; } +.text-green-400\\/55 { + color: #4ade808c; +} + .text-green-400\\/60 { color: #4ade8099; } +.text-green-400\\/65 { + color: #4ade80a6; +} + .text-green-400\\/70 { color: #4ade80b3; } @@ -20318,6 +27898,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4ade80cc; } +.text-green-400\\/85 { + color: #4ade80d9; +} + .text-green-400\\/90 { color: #4ade80e6; } @@ -20343,6 +27927,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdf4; } +.text-green-50\\/15 { + color: #f0fdf426; +} + .text-green-50\\/20 { color: #f0fdf433; } @@ -20355,10 +27943,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdf44d; } +.text-green-50\\/35 { + color: #f0fdf459; +} + .text-green-50\\/40 { color: #f0fdf466; } +.text-green-50\\/45 { + color: #f0fdf473; +} + .text-green-50\\/5 { color: #f0fdf40d; } @@ -20367,10 +27963,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdf480; } +.text-green-50\\/55 { + color: #f0fdf48c; +} + .text-green-50\\/60 { color: #f0fdf499; } +.text-green-50\\/65 { + color: #f0fdf4a6; +} + .text-green-50\\/70 { color: #f0fdf4b3; } @@ -20383,6 +27987,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdf4cc; } +.text-green-50\\/85 { + color: #f0fdf4d9; +} + .text-green-50\\/90 { color: #f0fdf4e6; } @@ -20408,6 +28016,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22c55e; } +.text-green-500\\/15 { + color: #22c55e26; +} + .text-green-500\\/20 { color: #22c55e33; } @@ -20420,10 +28032,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22c55e4d; } +.text-green-500\\/35 { + color: #22c55e59; +} + .text-green-500\\/40 { color: #22c55e66; } +.text-green-500\\/45 { + color: #22c55e73; +} + .text-green-500\\/5 { color: #22c55e0d; } @@ -20432,10 +28052,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22c55e80; } +.text-green-500\\/55 { + color: #22c55e8c; +} + .text-green-500\\/60 { color: #22c55e99; } +.text-green-500\\/65 { + color: #22c55ea6; +} + .text-green-500\\/70 { color: #22c55eb3; } @@ -20448,6 +28076,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #22c55ecc; } +.text-green-500\\/85 { + color: #22c55ed9; +} + .text-green-500\\/90 { color: #22c55ee6; } @@ -20473,6 +28105,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #16a34a; } +.text-green-600\\/15 { + color: #16a34a26; +} + .text-green-600\\/20 { color: #16a34a33; } @@ -20485,10 +28121,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #16a34a4d; } +.text-green-600\\/35 { + color: #16a34a59; +} + .text-green-600\\/40 { color: #16a34a66; } +.text-green-600\\/45 { + color: #16a34a73; +} + .text-green-600\\/5 { color: #16a34a0d; } @@ -20497,10 +28141,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #16a34a80; } +.text-green-600\\/55 { + color: #16a34a8c; +} + .text-green-600\\/60 { color: #16a34a99; } +.text-green-600\\/65 { + color: #16a34aa6; +} + .text-green-600\\/70 { color: #16a34ab3; } @@ -20513,6 +28165,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #16a34acc; } +.text-green-600\\/85 { + color: #16a34ad9; +} + .text-green-600\\/90 { color: #16a34ae6; } @@ -20538,6 +28194,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #15803d; } +.text-green-700\\/15 { + color: #15803d26; +} + .text-green-700\\/20 { color: #15803d33; } @@ -20550,10 +28210,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #15803d4d; } +.text-green-700\\/35 { + color: #15803d59; +} + .text-green-700\\/40 { color: #15803d66; } +.text-green-700\\/45 { + color: #15803d73; +} + .text-green-700\\/5 { color: #15803d0d; } @@ -20562,10 +28230,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #15803d80; } +.text-green-700\\/55 { + color: #15803d8c; +} + .text-green-700\\/60 { color: #15803d99; } +.text-green-700\\/65 { + color: #15803da6; +} + .text-green-700\\/70 { color: #15803db3; } @@ -20578,6 +28254,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #15803dcc; } +.text-green-700\\/85 { + color: #15803dd9; +} + .text-green-700\\/90 { color: #15803de6; } @@ -20603,6 +28283,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #166534; } +.text-green-800\\/15 { + color: #16653426; +} + .text-green-800\\/20 { color: #16653433; } @@ -20615,10 +28299,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1665344d; } +.text-green-800\\/35 { + color: #16653459; +} + .text-green-800\\/40 { color: #16653466; } +.text-green-800\\/45 { + color: #16653473; +} + .text-green-800\\/5 { color: #1665340d; } @@ -20627,10 +28319,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #16653480; } +.text-green-800\\/55 { + color: #1665348c; +} + .text-green-800\\/60 { color: #16653499; } +.text-green-800\\/65 { + color: #166534a6; +} + .text-green-800\\/70 { color: #166534b3; } @@ -20643,6 +28343,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #166534cc; } +.text-green-800\\/85 { + color: #166534d9; +} + .text-green-800\\/90 { color: #166534e6; } @@ -20668,6 +28372,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14532d; } +.text-green-900\\/15 { + color: #14532d26; +} + .text-green-900\\/20 { color: #14532d33; } @@ -20680,10 +28388,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14532d4d; } +.text-green-900\\/35 { + color: #14532d59; +} + .text-green-900\\/40 { color: #14532d66; } +.text-green-900\\/45 { + color: #14532d73; +} + .text-green-900\\/5 { color: #14532d0d; } @@ -20692,10 +28408,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14532d80; } +.text-green-900\\/55 { + color: #14532d8c; +} + .text-green-900\\/60 { color: #14532d99; } +.text-green-900\\/65 { + color: #14532da6; +} + .text-green-900\\/70 { color: #14532db3; } @@ -20708,6 +28432,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14532dcc; } +.text-green-900\\/85 { + color: #14532dd9; +} + .text-green-900\\/90 { color: #14532de6; } @@ -20733,6 +28461,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #052e16; } +.text-green-950\\/15 { + color: #052e1626; +} + .text-green-950\\/20 { color: #052e1633; } @@ -20745,10 +28477,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #052e164d; } +.text-green-950\\/35 { + color: #052e1659; +} + .text-green-950\\/40 { color: #052e1666; } +.text-green-950\\/45 { + color: #052e1673; +} + .text-green-950\\/5 { color: #052e160d; } @@ -20757,10 +28497,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #052e1680; } +.text-green-950\\/55 { + color: #052e168c; +} + .text-green-950\\/60 { color: #052e1699; } +.text-green-950\\/65 { + color: #052e16a6; +} + .text-green-950\\/70 { color: #052e16b3; } @@ -20773,6 +28521,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #052e16cc; } +.text-green-950\\/85 { + color: #052e16d9; +} + .text-green-950\\/90 { color: #052e16e6; } @@ -20798,6 +28550,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0e7ff; } +.text-indigo-100\\/15 { + color: #e0e7ff26; +} + .text-indigo-100\\/20 { color: #e0e7ff33; } @@ -20810,10 +28566,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0e7ff4d; } +.text-indigo-100\\/35 { + color: #e0e7ff59; +} + .text-indigo-100\\/40 { color: #e0e7ff66; } +.text-indigo-100\\/45 { + color: #e0e7ff73; +} + .text-indigo-100\\/5 { color: #e0e7ff0d; } @@ -20822,10 +28586,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0e7ff80; } +.text-indigo-100\\/55 { + color: #e0e7ff8c; +} + .text-indigo-100\\/60 { color: #e0e7ff99; } +.text-indigo-100\\/65 { + color: #e0e7ffa6; +} + .text-indigo-100\\/70 { color: #e0e7ffb3; } @@ -20838,6 +28610,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0e7ffcc; } +.text-indigo-100\\/85 { + color: #e0e7ffd9; +} + .text-indigo-100\\/90 { color: #e0e7ffe6; } @@ -20863,6 +28639,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c7d2fe; } +.text-indigo-200\\/15 { + color: #c7d2fe26; +} + .text-indigo-200\\/20 { color: #c7d2fe33; } @@ -20875,10 +28655,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c7d2fe4d; } +.text-indigo-200\\/35 { + color: #c7d2fe59; +} + .text-indigo-200\\/40 { color: #c7d2fe66; } +.text-indigo-200\\/45 { + color: #c7d2fe73; +} + .text-indigo-200\\/5 { color: #c7d2fe0d; } @@ -20887,10 +28675,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c7d2fe80; } +.text-indigo-200\\/55 { + color: #c7d2fe8c; +} + .text-indigo-200\\/60 { color: #c7d2fe99; } +.text-indigo-200\\/65 { + color: #c7d2fea6; +} + .text-indigo-200\\/70 { color: #c7d2feb3; } @@ -20903,6 +28699,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c7d2fecc; } +.text-indigo-200\\/85 { + color: #c7d2fed9; +} + .text-indigo-200\\/90 { color: #c7d2fee6; } @@ -20928,6 +28728,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5b4fc; } +.text-indigo-300\\/15 { + color: #a5b4fc26; +} + .text-indigo-300\\/20 { color: #a5b4fc33; } @@ -20940,10 +28744,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5b4fc4d; } +.text-indigo-300\\/35 { + color: #a5b4fc59; +} + .text-indigo-300\\/40 { color: #a5b4fc66; } +.text-indigo-300\\/45 { + color: #a5b4fc73; +} + .text-indigo-300\\/5 { color: #a5b4fc0d; } @@ -20952,10 +28764,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5b4fc80; } +.text-indigo-300\\/55 { + color: #a5b4fc8c; +} + .text-indigo-300\\/60 { color: #a5b4fc99; } +.text-indigo-300\\/65 { + color: #a5b4fca6; +} + .text-indigo-300\\/70 { color: #a5b4fcb3; } @@ -20968,6 +28788,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a5b4fccc; } +.text-indigo-300\\/85 { + color: #a5b4fcd9; +} + .text-indigo-300\\/90 { color: #a5b4fce6; } @@ -20993,6 +28817,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #818cf8; } +.text-indigo-400\\/15 { + color: #818cf826; +} + .text-indigo-400\\/20 { color: #818cf833; } @@ -21005,10 +28833,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #818cf84d; } +.text-indigo-400\\/35 { + color: #818cf859; +} + .text-indigo-400\\/40 { color: #818cf866; } +.text-indigo-400\\/45 { + color: #818cf873; +} + .text-indigo-400\\/5 { color: #818cf80d; } @@ -21017,10 +28853,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #818cf880; } +.text-indigo-400\\/55 { + color: #818cf88c; +} + .text-indigo-400\\/60 { color: #818cf899; } +.text-indigo-400\\/65 { + color: #818cf8a6; +} + .text-indigo-400\\/70 { color: #818cf8b3; } @@ -21033,6 +28877,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #818cf8cc; } +.text-indigo-400\\/85 { + color: #818cf8d9; +} + .text-indigo-400\\/90 { color: #818cf8e6; } @@ -21058,6 +28906,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eef2ff; } +.text-indigo-50\\/15 { + color: #eef2ff26; +} + .text-indigo-50\\/20 { color: #eef2ff33; } @@ -21070,10 +28922,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eef2ff4d; } +.text-indigo-50\\/35 { + color: #eef2ff59; +} + .text-indigo-50\\/40 { color: #eef2ff66; } +.text-indigo-50\\/45 { + color: #eef2ff73; +} + .text-indigo-50\\/5 { color: #eef2ff0d; } @@ -21082,10 +28942,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eef2ff80; } +.text-indigo-50\\/55 { + color: #eef2ff8c; +} + .text-indigo-50\\/60 { color: #eef2ff99; } +.text-indigo-50\\/65 { + color: #eef2ffa6; +} + .text-indigo-50\\/70 { color: #eef2ffb3; } @@ -21098,6 +28966,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eef2ffcc; } +.text-indigo-50\\/85 { + color: #eef2ffd9; +} + .text-indigo-50\\/90 { color: #eef2ffe6; } @@ -21123,6 +28995,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6366f1; } +.text-indigo-500\\/15 { + color: #6366f126; +} + .text-indigo-500\\/20 { color: #6366f133; } @@ -21135,10 +29011,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6366f14d; } +.text-indigo-500\\/35 { + color: #6366f159; +} + .text-indigo-500\\/40 { color: #6366f166; } +.text-indigo-500\\/45 { + color: #6366f173; +} + .text-indigo-500\\/5 { color: #6366f10d; } @@ -21147,10 +29031,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6366f180; } +.text-indigo-500\\/55 { + color: #6366f18c; +} + .text-indigo-500\\/60 { color: #6366f199; } +.text-indigo-500\\/65 { + color: #6366f1a6; +} + .text-indigo-500\\/70 { color: #6366f1b3; } @@ -21163,6 +29055,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6366f1cc; } +.text-indigo-500\\/85 { + color: #6366f1d9; +} + .text-indigo-500\\/90 { color: #6366f1e6; } @@ -21188,6 +29084,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4f46e5; } +.text-indigo-600\\/15 { + color: #4f46e526; +} + .text-indigo-600\\/20 { color: #4f46e533; } @@ -21200,10 +29100,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4f46e54d; } +.text-indigo-600\\/35 { + color: #4f46e559; +} + .text-indigo-600\\/40 { color: #4f46e566; } +.text-indigo-600\\/45 { + color: #4f46e573; +} + .text-indigo-600\\/5 { color: #4f46e50d; } @@ -21212,10 +29120,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4f46e580; } +.text-indigo-600\\/55 { + color: #4f46e58c; +} + .text-indigo-600\\/60 { color: #4f46e599; } +.text-indigo-600\\/65 { + color: #4f46e5a6; +} + .text-indigo-600\\/70 { color: #4f46e5b3; } @@ -21228,6 +29144,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4f46e5cc; } +.text-indigo-600\\/85 { + color: #4f46e5d9; +} + .text-indigo-600\\/90 { color: #4f46e5e6; } @@ -21253,6 +29173,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4338ca; } +.text-indigo-700\\/15 { + color: #4338ca26; +} + .text-indigo-700\\/20 { color: #4338ca33; } @@ -21265,10 +29189,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4338ca4d; } +.text-indigo-700\\/35 { + color: #4338ca59; +} + .text-indigo-700\\/40 { color: #4338ca66; } +.text-indigo-700\\/45 { + color: #4338ca73; +} + .text-indigo-700\\/5 { color: #4338ca0d; } @@ -21277,10 +29209,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4338ca80; } +.text-indigo-700\\/55 { + color: #4338ca8c; +} + .text-indigo-700\\/60 { color: #4338ca99; } +.text-indigo-700\\/65 { + color: #4338caa6; +} + .text-indigo-700\\/70 { color: #4338cab3; } @@ -21293,6 +29233,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4338cacc; } +.text-indigo-700\\/85 { + color: #4338cad9; +} + .text-indigo-700\\/90 { color: #4338cae6; } @@ -21318,6 +29262,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3730a3; } +.text-indigo-800\\/15 { + color: #3730a326; +} + .text-indigo-800\\/20 { color: #3730a333; } @@ -21330,10 +29278,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3730a34d; } +.text-indigo-800\\/35 { + color: #3730a359; +} + .text-indigo-800\\/40 { color: #3730a366; } +.text-indigo-800\\/45 { + color: #3730a373; +} + .text-indigo-800\\/5 { color: #3730a30d; } @@ -21342,10 +29298,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3730a380; } +.text-indigo-800\\/55 { + color: #3730a38c; +} + .text-indigo-800\\/60 { color: #3730a399; } +.text-indigo-800\\/65 { + color: #3730a3a6; +} + .text-indigo-800\\/70 { color: #3730a3b3; } @@ -21358,6 +29322,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3730a3cc; } +.text-indigo-800\\/85 { + color: #3730a3d9; +} + .text-indigo-800\\/90 { color: #3730a3e6; } @@ -21383,6 +29351,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #312e81; } +.text-indigo-900\\/15 { + color: #312e8126; +} + .text-indigo-900\\/20 { color: #312e8133; } @@ -21395,10 +29367,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #312e814d; } +.text-indigo-900\\/35 { + color: #312e8159; +} + .text-indigo-900\\/40 { color: #312e8166; } +.text-indigo-900\\/45 { + color: #312e8173; +} + .text-indigo-900\\/5 { color: #312e810d; } @@ -21407,10 +29387,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #312e8180; } +.text-indigo-900\\/55 { + color: #312e818c; +} + .text-indigo-900\\/60 { color: #312e8199; } +.text-indigo-900\\/65 { + color: #312e81a6; +} + .text-indigo-900\\/70 { color: #312e81b3; } @@ -21423,6 +29411,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #312e81cc; } +.text-indigo-900\\/85 { + color: #312e81d9; +} + .text-indigo-900\\/90 { color: #312e81e6; } @@ -21448,6 +29440,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e1b4b; } +.text-indigo-950\\/15 { + color: #1e1b4b26; +} + .text-indigo-950\\/20 { color: #1e1b4b33; } @@ -21460,10 +29456,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e1b4b4d; } +.text-indigo-950\\/35 { + color: #1e1b4b59; +} + .text-indigo-950\\/40 { color: #1e1b4b66; } +.text-indigo-950\\/45 { + color: #1e1b4b73; +} + .text-indigo-950\\/5 { color: #1e1b4b0d; } @@ -21472,10 +29476,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e1b4b80; } +.text-indigo-950\\/55 { + color: #1e1b4b8c; +} + .text-indigo-950\\/60 { color: #1e1b4b99; } +.text-indigo-950\\/65 { + color: #1e1b4ba6; +} + .text-indigo-950\\/70 { color: #1e1b4bb3; } @@ -21488,6 +29500,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e1b4bcc; } +.text-indigo-950\\/85 { + color: #1e1b4bd9; +} + .text-indigo-950\\/90 { color: #1e1b4be6; } @@ -21517,6 +29533,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfccb; } +.text-lime-100\\/15 { + color: #ecfccb26; +} + .text-lime-100\\/20 { color: #ecfccb33; } @@ -21529,10 +29549,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfccb4d; } +.text-lime-100\\/35 { + color: #ecfccb59; +} + .text-lime-100\\/40 { color: #ecfccb66; } +.text-lime-100\\/45 { + color: #ecfccb73; +} + .text-lime-100\\/5 { color: #ecfccb0d; } @@ -21541,10 +29569,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfccb80; } +.text-lime-100\\/55 { + color: #ecfccb8c; +} + .text-lime-100\\/60 { color: #ecfccb99; } +.text-lime-100\\/65 { + color: #ecfccba6; +} + .text-lime-100\\/70 { color: #ecfccbb3; } @@ -21557,6 +29593,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ecfccbcc; } +.text-lime-100\\/85 { + color: #ecfccbd9; +} + .text-lime-100\\/90 { color: #ecfccbe6; } @@ -21582,6 +29622,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d9f99d; } +.text-lime-200\\/15 { + color: #d9f99d26; +} + .text-lime-200\\/20 { color: #d9f99d33; } @@ -21594,10 +29638,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d9f99d4d; } +.text-lime-200\\/35 { + color: #d9f99d59; +} + .text-lime-200\\/40 { color: #d9f99d66; } +.text-lime-200\\/45 { + color: #d9f99d73; +} + .text-lime-200\\/5 { color: #d9f99d0d; } @@ -21606,10 +29658,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d9f99d80; } +.text-lime-200\\/55 { + color: #d9f99d8c; +} + .text-lime-200\\/60 { color: #d9f99d99; } +.text-lime-200\\/65 { + color: #d9f99da6; +} + .text-lime-200\\/70 { color: #d9f99db3; } @@ -21622,6 +29682,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d9f99dcc; } +.text-lime-200\\/85 { + color: #d9f99dd9; +} + .text-lime-200\\/90 { color: #d9f99de6; } @@ -21647,6 +29711,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bef264; } +.text-lime-300\\/15 { + color: #bef26426; +} + .text-lime-300\\/20 { color: #bef26433; } @@ -21659,10 +29727,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bef2644d; } +.text-lime-300\\/35 { + color: #bef26459; +} + .text-lime-300\\/40 { color: #bef26466; } +.text-lime-300\\/45 { + color: #bef26473; +} + .text-lime-300\\/5 { color: #bef2640d; } @@ -21671,10 +29747,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bef26480; } +.text-lime-300\\/55 { + color: #bef2648c; +} + .text-lime-300\\/60 { color: #bef26499; } +.text-lime-300\\/65 { + color: #bef264a6; +} + .text-lime-300\\/70 { color: #bef264b3; } @@ -21687,6 +29771,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bef264cc; } +.text-lime-300\\/85 { + color: #bef264d9; +} + .text-lime-300\\/90 { color: #bef264e6; } @@ -21712,6 +29800,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3e635; } +.text-lime-400\\/15 { + color: #a3e63526; +} + .text-lime-400\\/20 { color: #a3e63533; } @@ -21724,10 +29816,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3e6354d; } +.text-lime-400\\/35 { + color: #a3e63559; +} + .text-lime-400\\/40 { color: #a3e63566; } +.text-lime-400\\/45 { + color: #a3e63573; +} + .text-lime-400\\/5 { color: #a3e6350d; } @@ -21736,10 +29836,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3e63580; } +.text-lime-400\\/55 { + color: #a3e6358c; +} + .text-lime-400\\/60 { color: #a3e63599; } +.text-lime-400\\/65 { + color: #a3e635a6; +} + .text-lime-400\\/70 { color: #a3e635b3; } @@ -21752,6 +29860,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3e635cc; } +.text-lime-400\\/85 { + color: #a3e635d9; +} + .text-lime-400\\/90 { color: #a3e635e6; } @@ -21777,6 +29889,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f7fee7; } +.text-lime-50\\/15 { + color: #f7fee726; +} + .text-lime-50\\/20 { color: #f7fee733; } @@ -21789,10 +29905,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f7fee74d; } +.text-lime-50\\/35 { + color: #f7fee759; +} + .text-lime-50\\/40 { color: #f7fee766; } +.text-lime-50\\/45 { + color: #f7fee773; +} + .text-lime-50\\/5 { color: #f7fee70d; } @@ -21801,10 +29925,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f7fee780; } +.text-lime-50\\/55 { + color: #f7fee78c; +} + .text-lime-50\\/60 { color: #f7fee799; } +.text-lime-50\\/65 { + color: #f7fee7a6; +} + .text-lime-50\\/70 { color: #f7fee7b3; } @@ -21817,6 +29949,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f7fee7cc; } +.text-lime-50\\/85 { + color: #f7fee7d9; +} + .text-lime-50\\/90 { color: #f7fee7e6; } @@ -21842,6 +29978,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #84cc16; } +.text-lime-500\\/15 { + color: #84cc1626; +} + .text-lime-500\\/20 { color: #84cc1633; } @@ -21854,10 +29994,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #84cc164d; } +.text-lime-500\\/35 { + color: #84cc1659; +} + .text-lime-500\\/40 { color: #84cc1666; } +.text-lime-500\\/45 { + color: #84cc1673; +} + .text-lime-500\\/5 { color: #84cc160d; } @@ -21866,10 +30014,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #84cc1680; } +.text-lime-500\\/55 { + color: #84cc168c; +} + .text-lime-500\\/60 { color: #84cc1699; } +.text-lime-500\\/65 { + color: #84cc16a6; +} + .text-lime-500\\/70 { color: #84cc16b3; } @@ -21882,6 +30038,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #84cc16cc; } +.text-lime-500\\/85 { + color: #84cc16d9; +} + .text-lime-500\\/90 { color: #84cc16e6; } @@ -21907,6 +30067,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #65a30d; } +.text-lime-600\\/15 { + color: #65a30d26; +} + .text-lime-600\\/20 { color: #65a30d33; } @@ -21919,10 +30083,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #65a30d4d; } +.text-lime-600\\/35 { + color: #65a30d59; +} + .text-lime-600\\/40 { color: #65a30d66; } +.text-lime-600\\/45 { + color: #65a30d73; +} + .text-lime-600\\/5 { color: #65a30d0d; } @@ -21931,10 +30103,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #65a30d80; } +.text-lime-600\\/55 { + color: #65a30d8c; +} + .text-lime-600\\/60 { color: #65a30d99; } +.text-lime-600\\/65 { + color: #65a30da6; +} + .text-lime-600\\/70 { color: #65a30db3; } @@ -21947,6 +30127,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #65a30dcc; } +.text-lime-600\\/85 { + color: #65a30dd9; +} + .text-lime-600\\/90 { color: #65a30de6; } @@ -21972,6 +30156,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4d7c0f; } +.text-lime-700\\/15 { + color: #4d7c0f26; +} + .text-lime-700\\/20 { color: #4d7c0f33; } @@ -21984,10 +30172,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4d7c0f4d; } +.text-lime-700\\/35 { + color: #4d7c0f59; +} + .text-lime-700\\/40 { color: #4d7c0f66; } +.text-lime-700\\/45 { + color: #4d7c0f73; +} + .text-lime-700\\/5 { color: #4d7c0f0d; } @@ -21996,10 +30192,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4d7c0f80; } +.text-lime-700\\/55 { + color: #4d7c0f8c; +} + .text-lime-700\\/60 { color: #4d7c0f99; } +.text-lime-700\\/65 { + color: #4d7c0fa6; +} + .text-lime-700\\/70 { color: #4d7c0fb3; } @@ -22012,6 +30216,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4d7c0fcc; } +.text-lime-700\\/85 { + color: #4d7c0fd9; +} + .text-lime-700\\/90 { color: #4d7c0fe6; } @@ -22037,6 +30245,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f6212; } +.text-lime-800\\/15 { + color: #3f621226; +} + .text-lime-800\\/20 { color: #3f621233; } @@ -22049,10 +30261,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f62124d; } +.text-lime-800\\/35 { + color: #3f621259; +} + .text-lime-800\\/40 { color: #3f621266; } +.text-lime-800\\/45 { + color: #3f621273; +} + .text-lime-800\\/5 { color: #3f62120d; } @@ -22061,10 +30281,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f621280; } +.text-lime-800\\/55 { + color: #3f62128c; +} + .text-lime-800\\/60 { color: #3f621299; } +.text-lime-800\\/65 { + color: #3f6212a6; +} + .text-lime-800\\/70 { color: #3f6212b3; } @@ -22077,6 +30305,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f6212cc; } +.text-lime-800\\/85 { + color: #3f6212d9; +} + .text-lime-800\\/90 { color: #3f6212e6; } @@ -22102,6 +30334,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #365314; } +.text-lime-900\\/15 { + color: #36531426; +} + .text-lime-900\\/20 { color: #36531433; } @@ -22114,10 +30350,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3653144d; } +.text-lime-900\\/35 { + color: #36531459; +} + .text-lime-900\\/40 { color: #36531466; } +.text-lime-900\\/45 { + color: #36531473; +} + .text-lime-900\\/5 { color: #3653140d; } @@ -22126,10 +30370,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #36531480; } +.text-lime-900\\/55 { + color: #3653148c; +} + .text-lime-900\\/60 { color: #36531499; } +.text-lime-900\\/65 { + color: #365314a6; +} + .text-lime-900\\/70 { color: #365314b3; } @@ -22142,6 +30394,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #365314cc; } +.text-lime-900\\/85 { + color: #365314d9; +} + .text-lime-900\\/90 { color: #365314e6; } @@ -22167,6 +30423,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1a2e05; } +.text-lime-950\\/15 { + color: #1a2e0526; +} + .text-lime-950\\/20 { color: #1a2e0533; } @@ -22179,10 +30439,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1a2e054d; } +.text-lime-950\\/35 { + color: #1a2e0559; +} + .text-lime-950\\/40 { color: #1a2e0566; } +.text-lime-950\\/45 { + color: #1a2e0573; +} + .text-lime-950\\/5 { color: #1a2e050d; } @@ -22191,10 +30459,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1a2e0580; } +.text-lime-950\\/55 { + color: #1a2e058c; +} + .text-lime-950\\/60 { color: #1a2e0599; } +.text-lime-950\\/65 { + color: #1a2e05a6; +} + .text-lime-950\\/70 { color: #1a2e05b3; } @@ -22207,6 +30483,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1a2e05cc; } +.text-lime-950\\/85 { + color: #1a2e05d9; +} + .text-lime-950\\/90 { color: #1a2e05e6; } @@ -22232,6 +30512,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f5; } +.text-neutral-100\\/15 { + color: #f5f5f526; +} + .text-neutral-100\\/20 { color: #f5f5f533; } @@ -22244,10 +30528,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f54d; } +.text-neutral-100\\/35 { + color: #f5f5f559; +} + .text-neutral-100\\/40 { color: #f5f5f566; } +.text-neutral-100\\/45 { + color: #f5f5f573; +} + .text-neutral-100\\/5 { color: #f5f5f50d; } @@ -22256,10 +30548,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f580; } +.text-neutral-100\\/55 { + color: #f5f5f58c; +} + .text-neutral-100\\/60 { color: #f5f5f599; } +.text-neutral-100\\/65 { + color: #f5f5f5a6; +} + .text-neutral-100\\/70 { color: #f5f5f5b3; } @@ -22272,6 +30572,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f5cc; } +.text-neutral-100\\/85 { + color: #f5f5f5d9; +} + .text-neutral-100\\/90 { color: #f5f5f5e6; } @@ -22297,6 +30601,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e5e5; } +.text-neutral-200\\/15 { + color: #e5e5e526; +} + .text-neutral-200\\/20 { color: #e5e5e533; } @@ -22309,10 +30617,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e5e54d; } +.text-neutral-200\\/35 { + color: #e5e5e559; +} + .text-neutral-200\\/40 { color: #e5e5e566; } +.text-neutral-200\\/45 { + color: #e5e5e573; +} + .text-neutral-200\\/5 { color: #e5e5e50d; } @@ -22321,10 +30637,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e5e580; } +.text-neutral-200\\/55 { + color: #e5e5e58c; +} + .text-neutral-200\\/60 { color: #e5e5e599; } +.text-neutral-200\\/65 { + color: #e5e5e5a6; +} + .text-neutral-200\\/70 { color: #e5e5e5b3; } @@ -22337,6 +30661,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e5e5e5cc; } +.text-neutral-200\\/85 { + color: #e5e5e5d9; +} + .text-neutral-200\\/90 { color: #e5e5e5e6; } @@ -22362,6 +30690,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d4; } +.text-neutral-300\\/15 { + color: #d4d4d426; +} + .text-neutral-300\\/20 { color: #d4d4d433; } @@ -22374,10 +30706,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d44d; } +.text-neutral-300\\/35 { + color: #d4d4d459; +} + .text-neutral-300\\/40 { color: #d4d4d466; } +.text-neutral-300\\/45 { + color: #d4d4d473; +} + .text-neutral-300\\/5 { color: #d4d4d40d; } @@ -22386,10 +30726,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d480; } +.text-neutral-300\\/55 { + color: #d4d4d48c; +} + .text-neutral-300\\/60 { color: #d4d4d499; } +.text-neutral-300\\/65 { + color: #d4d4d4a6; +} + .text-neutral-300\\/70 { color: #d4d4d4b3; } @@ -22402,6 +30750,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d4cc; } +.text-neutral-300\\/85 { + color: #d4d4d4d9; +} + .text-neutral-300\\/90 { color: #d4d4d4e6; } @@ -22427,6 +30779,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3a3a3; } +.text-neutral-400\\/15 { + color: #a3a3a326; +} + .text-neutral-400\\/20 { color: #a3a3a333; } @@ -22439,10 +30795,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3a3a34d; } +.text-neutral-400\\/35 { + color: #a3a3a359; +} + .text-neutral-400\\/40 { color: #a3a3a366; } +.text-neutral-400\\/45 { + color: #a3a3a373; +} + .text-neutral-400\\/5 { color: #a3a3a30d; } @@ -22451,10 +30815,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3a3a380; } +.text-neutral-400\\/55 { + color: #a3a3a38c; +} + .text-neutral-400\\/60 { color: #a3a3a399; } +.text-neutral-400\\/65 { + color: #a3a3a3a6; +} + .text-neutral-400\\/70 { color: #a3a3a3b3; } @@ -22467,6 +30839,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a3a3a3cc; } +.text-neutral-400\\/85 { + color: #a3a3a3d9; +} + .text-neutral-400\\/90 { color: #a3a3a3e6; } @@ -22492,6 +30868,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafa; } +.text-neutral-50\\/15 { + color: #fafafa26; +} + .text-neutral-50\\/20 { color: #fafafa33; } @@ -22504,10 +30884,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafa4d; } +.text-neutral-50\\/35 { + color: #fafafa59; +} + .text-neutral-50\\/40 { color: #fafafa66; } +.text-neutral-50\\/45 { + color: #fafafa73; +} + .text-neutral-50\\/5 { color: #fafafa0d; } @@ -22516,10 +30904,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafa80; } +.text-neutral-50\\/55 { + color: #fafafa8c; +} + .text-neutral-50\\/60 { color: #fafafa99; } +.text-neutral-50\\/65 { + color: #fafafaa6; +} + .text-neutral-50\\/70 { color: #fafafab3; } @@ -22532,6 +30928,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafacc; } +.text-neutral-50\\/85 { + color: #fafafad9; +} + .text-neutral-50\\/90 { color: #fafafae6; } @@ -22557,6 +30957,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #737373; } +.text-neutral-500\\/15 { + color: #73737326; +} + .text-neutral-500\\/20 { color: #73737333; } @@ -22569,10 +30973,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7373734d; } +.text-neutral-500\\/35 { + color: #73737359; +} + .text-neutral-500\\/40 { color: #73737366; } +.text-neutral-500\\/45 { + color: #73737373; +} + .text-neutral-500\\/5 { color: #7373730d; } @@ -22581,10 +30993,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #73737380; } +.text-neutral-500\\/55 { + color: #7373738c; +} + .text-neutral-500\\/60 { color: #73737399; } +.text-neutral-500\\/65 { + color: #737373a6; +} + .text-neutral-500\\/70 { color: #737373b3; } @@ -22597,6 +31017,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #737373cc; } +.text-neutral-500\\/85 { + color: #737373d9; +} + .text-neutral-500\\/90 { color: #737373e6; } @@ -22622,6 +31046,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #525252; } +.text-neutral-600\\/15 { + color: #52525226; +} + .text-neutral-600\\/20 { color: #52525233; } @@ -22634,10 +31062,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5252524d; } +.text-neutral-600\\/35 { + color: #52525259; +} + .text-neutral-600\\/40 { color: #52525266; } +.text-neutral-600\\/45 { + color: #52525273; +} + .text-neutral-600\\/5 { color: #5252520d; } @@ -22646,10 +31082,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #52525280; } +.text-neutral-600\\/55 { + color: #5252528c; +} + .text-neutral-600\\/60 { color: #52525299; } +.text-neutral-600\\/65 { + color: #525252a6; +} + .text-neutral-600\\/70 { color: #525252b3; } @@ -22662,6 +31106,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #525252cc; } +.text-neutral-600\\/85 { + color: #525252d9; +} + .text-neutral-600\\/90 { color: #525252e6; } @@ -22687,6 +31135,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #404040; } +.text-neutral-700\\/15 { + color: #40404026; +} + .text-neutral-700\\/20 { color: #40404033; } @@ -22699,10 +31151,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4040404d; } +.text-neutral-700\\/35 { + color: #40404059; +} + .text-neutral-700\\/40 { color: #40404066; } +.text-neutral-700\\/45 { + color: #40404073; +} + .text-neutral-700\\/5 { color: #4040400d; } @@ -22711,10 +31171,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #40404080; } +.text-neutral-700\\/55 { + color: #4040408c; +} + .text-neutral-700\\/60 { color: #40404099; } +.text-neutral-700\\/65 { + color: #404040a6; +} + .text-neutral-700\\/70 { color: #404040b3; } @@ -22727,6 +31195,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #404040cc; } +.text-neutral-700\\/85 { + color: #404040d9; +} + .text-neutral-700\\/90 { color: #404040e6; } @@ -22752,6 +31224,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #262626; } +.text-neutral-800\\/15 { + color: #26262626; +} + .text-neutral-800\\/20 { color: #26262633; } @@ -22764,10 +31240,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2626264d; } +.text-neutral-800\\/35 { + color: #26262659; +} + .text-neutral-800\\/40 { color: #26262666; } +.text-neutral-800\\/45 { + color: #26262673; +} + .text-neutral-800\\/5 { color: #2626260d; } @@ -22776,10 +31260,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #26262680; } +.text-neutral-800\\/55 { + color: #2626268c; +} + .text-neutral-800\\/60 { color: #26262699; } +.text-neutral-800\\/65 { + color: #262626a6; +} + .text-neutral-800\\/70 { color: #262626b3; } @@ -22792,6 +31284,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #262626cc; } +.text-neutral-800\\/85 { + color: #262626d9; +} + .text-neutral-800\\/90 { color: #262626e6; } @@ -22817,6 +31313,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #171717; } +.text-neutral-900\\/15 { + color: #17171726; +} + .text-neutral-900\\/20 { color: #17171733; } @@ -22829,10 +31329,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1717174d; } +.text-neutral-900\\/35 { + color: #17171759; +} + .text-neutral-900\\/40 { color: #17171766; } +.text-neutral-900\\/45 { + color: #17171773; +} + .text-neutral-900\\/5 { color: #1717170d; } @@ -22841,10 +31349,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #17171780; } +.text-neutral-900\\/55 { + color: #1717178c; +} + .text-neutral-900\\/60 { color: #17171799; } +.text-neutral-900\\/65 { + color: #171717a6; +} + .text-neutral-900\\/70 { color: #171717b3; } @@ -22857,6 +31373,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #171717cc; } +.text-neutral-900\\/85 { + color: #171717d9; +} + .text-neutral-900\\/90 { color: #171717e6; } @@ -22882,6 +31402,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0a0a0a; } +.text-neutral-950\\/15 { + color: #0a0a0a26; +} + .text-neutral-950\\/20 { color: #0a0a0a33; } @@ -22894,10 +31418,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0a0a0a4d; } +.text-neutral-950\\/35 { + color: #0a0a0a59; +} + .text-neutral-950\\/40 { color: #0a0a0a66; } +.text-neutral-950\\/45 { + color: #0a0a0a73; +} + .text-neutral-950\\/5 { color: #0a0a0a0d; } @@ -22906,10 +31438,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0a0a0a80; } +.text-neutral-950\\/55 { + color: #0a0a0a8c; +} + .text-neutral-950\\/60 { color: #0a0a0a99; } +.text-neutral-950\\/65 { + color: #0a0a0aa6; +} + .text-neutral-950\\/70 { color: #0a0a0ab3; } @@ -22922,6 +31462,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0a0a0acc; } +.text-neutral-950\\/85 { + color: #0a0a0ad9; +} + .text-neutral-950\\/90 { color: #0a0a0ae6; } @@ -22947,6 +31491,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffedd5; } +.text-orange-100\\/15 { + color: #ffedd526; +} + .text-orange-100\\/20 { color: #ffedd533; } @@ -22959,10 +31507,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffedd54d; } +.text-orange-100\\/35 { + color: #ffedd559; +} + .text-orange-100\\/40 { color: #ffedd566; } +.text-orange-100\\/45 { + color: #ffedd573; +} + .text-orange-100\\/5 { color: #ffedd50d; } @@ -22971,10 +31527,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffedd580; } +.text-orange-100\\/55 { + color: #ffedd58c; +} + .text-orange-100\\/60 { color: #ffedd599; } +.text-orange-100\\/65 { + color: #ffedd5a6; +} + .text-orange-100\\/70 { color: #ffedd5b3; } @@ -22987,6 +31551,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffedd5cc; } +.text-orange-100\\/85 { + color: #ffedd5d9; +} + .text-orange-100\\/90 { color: #ffedd5e6; } @@ -23012,6 +31580,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fed7aa; } +.text-orange-200\\/15 { + color: #fed7aa26; +} + .text-orange-200\\/20 { color: #fed7aa33; } @@ -23024,10 +31596,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fed7aa4d; } +.text-orange-200\\/35 { + color: #fed7aa59; +} + .text-orange-200\\/40 { color: #fed7aa66; } +.text-orange-200\\/45 { + color: #fed7aa73; +} + .text-orange-200\\/5 { color: #fed7aa0d; } @@ -23036,10 +31616,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fed7aa80; } +.text-orange-200\\/55 { + color: #fed7aa8c; +} + .text-orange-200\\/60 { color: #fed7aa99; } +.text-orange-200\\/65 { + color: #fed7aaa6; +} + .text-orange-200\\/70 { color: #fed7aab3; } @@ -23052,6 +31640,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fed7aacc; } +.text-orange-200\\/85 { + color: #fed7aad9; +} + .text-orange-200\\/90 { color: #fed7aae6; } @@ -23077,6 +31669,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdba74; } +.text-orange-300\\/15 { + color: #fdba7426; +} + .text-orange-300\\/20 { color: #fdba7433; } @@ -23089,10 +31685,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdba744d; } +.text-orange-300\\/35 { + color: #fdba7459; +} + .text-orange-300\\/40 { color: #fdba7466; } +.text-orange-300\\/45 { + color: #fdba7473; +} + .text-orange-300\\/5 { color: #fdba740d; } @@ -23101,10 +31705,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdba7480; } +.text-orange-300\\/55 { + color: #fdba748c; +} + .text-orange-300\\/60 { color: #fdba7499; } +.text-orange-300\\/65 { + color: #fdba74a6; +} + .text-orange-300\\/70 { color: #fdba74b3; } @@ -23117,6 +31729,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdba74cc; } +.text-orange-300\\/85 { + color: #fdba74d9; +} + .text-orange-300\\/90 { color: #fdba74e6; } @@ -23142,6 +31758,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb923c; } +.text-orange-400\\/15 { + color: #fb923c26; +} + .text-orange-400\\/20 { color: #fb923c33; } @@ -23154,10 +31774,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb923c4d; } +.text-orange-400\\/35 { + color: #fb923c59; +} + .text-orange-400\\/40 { color: #fb923c66; } +.text-orange-400\\/45 { + color: #fb923c73; +} + .text-orange-400\\/5 { color: #fb923c0d; } @@ -23166,10 +31794,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb923c80; } +.text-orange-400\\/55 { + color: #fb923c8c; +} + .text-orange-400\\/60 { color: #fb923c99; } +.text-orange-400\\/65 { + color: #fb923ca6; +} + .text-orange-400\\/70 { color: #fb923cb3; } @@ -23182,6 +31818,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb923ccc; } +.text-orange-400\\/85 { + color: #fb923cd9; +} + .text-orange-400\\/90 { color: #fb923ce6; } @@ -23207,6 +31847,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff7ed; } +.text-orange-50\\/15 { + color: #fff7ed26; +} + .text-orange-50\\/20 { color: #fff7ed33; } @@ -23219,10 +31863,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff7ed4d; } +.text-orange-50\\/35 { + color: #fff7ed59; +} + .text-orange-50\\/40 { color: #fff7ed66; } +.text-orange-50\\/45 { + color: #fff7ed73; +} + .text-orange-50\\/5 { color: #fff7ed0d; } @@ -23231,10 +31883,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff7ed80; } +.text-orange-50\\/55 { + color: #fff7ed8c; +} + .text-orange-50\\/60 { color: #fff7ed99; } +.text-orange-50\\/65 { + color: #fff7eda6; +} + .text-orange-50\\/70 { color: #fff7edb3; } @@ -23247,6 +31907,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff7edcc; } +.text-orange-50\\/85 { + color: #fff7edd9; +} + .text-orange-50\\/90 { color: #fff7ede6; } @@ -23272,6 +31936,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f97316; } +.text-orange-500\\/15 { + color: #f9731626; +} + .text-orange-500\\/20 { color: #f9731633; } @@ -23284,10 +31952,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f973164d; } +.text-orange-500\\/35 { + color: #f9731659; +} + .text-orange-500\\/40 { color: #f9731666; } +.text-orange-500\\/45 { + color: #f9731673; +} + .text-orange-500\\/5 { color: #f973160d; } @@ -23296,10 +31972,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9731680; } +.text-orange-500\\/55 { + color: #f973168c; +} + .text-orange-500\\/60 { color: #f9731699; } +.text-orange-500\\/65 { + color: #f97316a6; +} + .text-orange-500\\/70 { color: #f97316b3; } @@ -23312,6 +31996,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f97316cc; } +.text-orange-500\\/85 { + color: #f97316d9; +} + .text-orange-500\\/90 { color: #f97316e6; } @@ -23337,6 +32025,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ea580c; } +.text-orange-600\\/15 { + color: #ea580c26; +} + .text-orange-600\\/20 { color: #ea580c33; } @@ -23349,10 +32041,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ea580c4d; } +.text-orange-600\\/35 { + color: #ea580c59; +} + .text-orange-600\\/40 { color: #ea580c66; } +.text-orange-600\\/45 { + color: #ea580c73; +} + .text-orange-600\\/5 { color: #ea580c0d; } @@ -23361,10 +32061,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ea580c80; } +.text-orange-600\\/55 { + color: #ea580c8c; +} + .text-orange-600\\/60 { color: #ea580c99; } +.text-orange-600\\/65 { + color: #ea580ca6; +} + .text-orange-600\\/70 { color: #ea580cb3; } @@ -23377,6 +32085,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ea580ccc; } +.text-orange-600\\/85 { + color: #ea580cd9; +} + .text-orange-600\\/90 { color: #ea580ce6; } @@ -23402,6 +32114,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c2410c; } +.text-orange-700\\/15 { + color: #c2410c26; +} + .text-orange-700\\/20 { color: #c2410c33; } @@ -23414,10 +32130,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c2410c4d; } +.text-orange-700\\/35 { + color: #c2410c59; +} + .text-orange-700\\/40 { color: #c2410c66; } +.text-orange-700\\/45 { + color: #c2410c73; +} + .text-orange-700\\/5 { color: #c2410c0d; } @@ -23426,10 +32150,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c2410c80; } +.text-orange-700\\/55 { + color: #c2410c8c; +} + .text-orange-700\\/60 { color: #c2410c99; } +.text-orange-700\\/65 { + color: #c2410ca6; +} + .text-orange-700\\/70 { color: #c2410cb3; } @@ -23442,6 +32174,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c2410ccc; } +.text-orange-700\\/85 { + color: #c2410cd9; +} + .text-orange-700\\/90 { color: #c2410ce6; } @@ -23467,6 +32203,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9a3412; } +.text-orange-800\\/15 { + color: #9a341226; +} + .text-orange-800\\/20 { color: #9a341233; } @@ -23479,10 +32219,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9a34124d; } +.text-orange-800\\/35 { + color: #9a341259; +} + .text-orange-800\\/40 { color: #9a341266; } +.text-orange-800\\/45 { + color: #9a341273; +} + .text-orange-800\\/5 { color: #9a34120d; } @@ -23491,10 +32239,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9a341280; } +.text-orange-800\\/55 { + color: #9a34128c; +} + .text-orange-800\\/60 { color: #9a341299; } +.text-orange-800\\/65 { + color: #9a3412a6; +} + .text-orange-800\\/70 { color: #9a3412b3; } @@ -23507,6 +32263,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9a3412cc; } +.text-orange-800\\/85 { + color: #9a3412d9; +} + .text-orange-800\\/90 { color: #9a3412e6; } @@ -23532,6 +32292,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c2d12; } +.text-orange-900\\/15 { + color: #7c2d1226; +} + .text-orange-900\\/20 { color: #7c2d1233; } @@ -23544,10 +32308,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c2d124d; } +.text-orange-900\\/35 { + color: #7c2d1259; +} + .text-orange-900\\/40 { color: #7c2d1266; } +.text-orange-900\\/45 { + color: #7c2d1273; +} + .text-orange-900\\/5 { color: #7c2d120d; } @@ -23556,10 +32328,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c2d1280; } +.text-orange-900\\/55 { + color: #7c2d128c; +} + .text-orange-900\\/60 { color: #7c2d1299; } +.text-orange-900\\/65 { + color: #7c2d12a6; +} + .text-orange-900\\/70 { color: #7c2d12b3; } @@ -23572,6 +32352,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c2d12cc; } +.text-orange-900\\/85 { + color: #7c2d12d9; +} + .text-orange-900\\/90 { color: #7c2d12e6; } @@ -23597,6 +32381,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #431407; } +.text-orange-950\\/15 { + color: #43140726; +} + .text-orange-950\\/20 { color: #43140733; } @@ -23609,10 +32397,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4314074d; } +.text-orange-950\\/35 { + color: #43140759; +} + .text-orange-950\\/40 { color: #43140766; } +.text-orange-950\\/45 { + color: #43140773; +} + .text-orange-950\\/5 { color: #4314070d; } @@ -23621,10 +32417,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #43140780; } +.text-orange-950\\/55 { + color: #4314078c; +} + .text-orange-950\\/60 { color: #43140799; } +.text-orange-950\\/65 { + color: #431407a6; +} + .text-orange-950\\/70 { color: #431407b3; } @@ -23637,6 +32441,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #431407cc; } +.text-orange-950\\/85 { + color: #431407d9; +} + .text-orange-950\\/90 { color: #431407e6; } @@ -23662,6 +32470,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fce7f3; } +.text-pink-100\\/15 { + color: #fce7f326; +} + .text-pink-100\\/20 { color: #fce7f333; } @@ -23674,10 +32486,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fce7f34d; } +.text-pink-100\\/35 { + color: #fce7f359; +} + .text-pink-100\\/40 { color: #fce7f366; } +.text-pink-100\\/45 { + color: #fce7f373; +} + .text-pink-100\\/5 { color: #fce7f30d; } @@ -23686,10 +32506,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fce7f380; } +.text-pink-100\\/55 { + color: #fce7f38c; +} + .text-pink-100\\/60 { color: #fce7f399; } +.text-pink-100\\/65 { + color: #fce7f3a6; +} + .text-pink-100\\/70 { color: #fce7f3b3; } @@ -23702,6 +32530,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fce7f3cc; } +.text-pink-100\\/85 { + color: #fce7f3d9; +} + .text-pink-100\\/90 { color: #fce7f3e6; } @@ -23727,6 +32559,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbcfe8; } +.text-pink-200\\/15 { + color: #fbcfe826; +} + .text-pink-200\\/20 { color: #fbcfe833; } @@ -23739,10 +32575,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbcfe84d; } +.text-pink-200\\/35 { + color: #fbcfe859; +} + .text-pink-200\\/40 { color: #fbcfe866; } +.text-pink-200\\/45 { + color: #fbcfe873; +} + .text-pink-200\\/5 { color: #fbcfe80d; } @@ -23751,10 +32595,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbcfe880; } +.text-pink-200\\/55 { + color: #fbcfe88c; +} + .text-pink-200\\/60 { color: #fbcfe899; } +.text-pink-200\\/65 { + color: #fbcfe8a6; +} + .text-pink-200\\/70 { color: #fbcfe8b3; } @@ -23767,6 +32619,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fbcfe8cc; } +.text-pink-200\\/85 { + color: #fbcfe8d9; +} + .text-pink-200\\/90 { color: #fbcfe8e6; } @@ -23792,6 +32648,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9a8d4; } +.text-pink-300\\/15 { + color: #f9a8d426; +} + .text-pink-300\\/20 { color: #f9a8d433; } @@ -23804,10 +32664,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9a8d44d; } +.text-pink-300\\/35 { + color: #f9a8d459; +} + .text-pink-300\\/40 { color: #f9a8d466; } +.text-pink-300\\/45 { + color: #f9a8d473; +} + .text-pink-300\\/5 { color: #f9a8d40d; } @@ -23816,10 +32684,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9a8d480; } +.text-pink-300\\/55 { + color: #f9a8d48c; +} + .text-pink-300\\/60 { color: #f9a8d499; } +.text-pink-300\\/65 { + color: #f9a8d4a6; +} + .text-pink-300\\/70 { color: #f9a8d4b3; } @@ -23832,6 +32708,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f9a8d4cc; } +.text-pink-300\\/85 { + color: #f9a8d4d9; +} + .text-pink-300\\/90 { color: #f9a8d4e6; } @@ -23857,6 +32737,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f472b6; } +.text-pink-400\\/15 { + color: #f472b626; +} + .text-pink-400\\/20 { color: #f472b633; } @@ -23869,10 +32753,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f472b64d; } +.text-pink-400\\/35 { + color: #f472b659; +} + .text-pink-400\\/40 { color: #f472b666; } +.text-pink-400\\/45 { + color: #f472b673; +} + .text-pink-400\\/5 { color: #f472b60d; } @@ -23881,10 +32773,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f472b680; } +.text-pink-400\\/55 { + color: #f472b68c; +} + .text-pink-400\\/60 { color: #f472b699; } +.text-pink-400\\/65 { + color: #f472b6a6; +} + .text-pink-400\\/70 { color: #f472b6b3; } @@ -23897,6 +32797,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f472b6cc; } +.text-pink-400\\/85 { + color: #f472b6d9; +} + .text-pink-400\\/90 { color: #f472b6e6; } @@ -23922,6 +32826,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf2f8; } +.text-pink-50\\/15 { + color: #fdf2f826; +} + .text-pink-50\\/20 { color: #fdf2f833; } @@ -23934,10 +32842,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf2f84d; } +.text-pink-50\\/35 { + color: #fdf2f859; +} + .text-pink-50\\/40 { color: #fdf2f866; } +.text-pink-50\\/45 { + color: #fdf2f873; +} + .text-pink-50\\/5 { color: #fdf2f80d; } @@ -23946,10 +32862,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf2f880; } +.text-pink-50\\/55 { + color: #fdf2f88c; +} + .text-pink-50\\/60 { color: #fdf2f899; } +.text-pink-50\\/65 { + color: #fdf2f8a6; +} + .text-pink-50\\/70 { color: #fdf2f8b3; } @@ -23962,6 +32886,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fdf2f8cc; } +.text-pink-50\\/85 { + color: #fdf2f8d9; +} + .text-pink-50\\/90 { color: #fdf2f8e6; } @@ -23987,6 +32915,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ec4899; } +.text-pink-500\\/15 { + color: #ec489926; +} + .text-pink-500\\/20 { color: #ec489933; } @@ -23999,10 +32931,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ec48994d; } +.text-pink-500\\/35 { + color: #ec489959; +} + .text-pink-500\\/40 { color: #ec489966; } +.text-pink-500\\/45 { + color: #ec489973; +} + .text-pink-500\\/5 { color: #ec48990d; } @@ -24011,10 +32951,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ec489980; } +.text-pink-500\\/55 { + color: #ec48998c; +} + .text-pink-500\\/60 { color: #ec489999; } +.text-pink-500\\/65 { + color: #ec4899a6; +} + .text-pink-500\\/70 { color: #ec4899b3; } @@ -24027,6 +32975,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ec4899cc; } +.text-pink-500\\/85 { + color: #ec4899d9; +} + .text-pink-500\\/90 { color: #ec4899e6; } @@ -24052,6 +33004,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #db2777; } +.text-pink-600\\/15 { + color: #db277726; +} + .text-pink-600\\/20 { color: #db277733; } @@ -24064,10 +33020,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #db27774d; } +.text-pink-600\\/35 { + color: #db277759; +} + .text-pink-600\\/40 { color: #db277766; } +.text-pink-600\\/45 { + color: #db277773; +} + .text-pink-600\\/5 { color: #db27770d; } @@ -24076,10 +33040,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #db277780; } +.text-pink-600\\/55 { + color: #db27778c; +} + .text-pink-600\\/60 { color: #db277799; } +.text-pink-600\\/65 { + color: #db2777a6; +} + .text-pink-600\\/70 { color: #db2777b3; } @@ -24092,6 +33064,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #db2777cc; } +.text-pink-600\\/85 { + color: #db2777d9; +} + .text-pink-600\\/90 { color: #db2777e6; } @@ -24117,6 +33093,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be185d; } +.text-pink-700\\/15 { + color: #be185d26; +} + .text-pink-700\\/20 { color: #be185d33; } @@ -24129,10 +33109,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be185d4d; } +.text-pink-700\\/35 { + color: #be185d59; +} + .text-pink-700\\/40 { color: #be185d66; } +.text-pink-700\\/45 { + color: #be185d73; +} + .text-pink-700\\/5 { color: #be185d0d; } @@ -24141,10 +33129,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be185d80; } +.text-pink-700\\/55 { + color: #be185d8c; +} + .text-pink-700\\/60 { color: #be185d99; } +.text-pink-700\\/65 { + color: #be185da6; +} + .text-pink-700\\/70 { color: #be185db3; } @@ -24157,6 +33153,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be185dcc; } +.text-pink-700\\/85 { + color: #be185dd9; +} + .text-pink-700\\/90 { color: #be185de6; } @@ -24182,6 +33182,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9d174d; } +.text-pink-800\\/15 { + color: #9d174d26; +} + .text-pink-800\\/20 { color: #9d174d33; } @@ -24194,10 +33198,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9d174d4d; } +.text-pink-800\\/35 { + color: #9d174d59; +} + .text-pink-800\\/40 { color: #9d174d66; } +.text-pink-800\\/45 { + color: #9d174d73; +} + .text-pink-800\\/5 { color: #9d174d0d; } @@ -24206,10 +33218,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9d174d80; } +.text-pink-800\\/55 { + color: #9d174d8c; +} + .text-pink-800\\/60 { color: #9d174d99; } +.text-pink-800\\/65 { + color: #9d174da6; +} + .text-pink-800\\/70 { color: #9d174db3; } @@ -24222,6 +33242,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9d174dcc; } +.text-pink-800\\/85 { + color: #9d174dd9; +} + .text-pink-800\\/90 { color: #9d174de6; } @@ -24247,6 +33271,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #831843; } +.text-pink-900\\/15 { + color: #83184326; +} + .text-pink-900\\/20 { color: #83184333; } @@ -24259,10 +33287,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #8318434d; } +.text-pink-900\\/35 { + color: #83184359; +} + .text-pink-900\\/40 { color: #83184366; } +.text-pink-900\\/45 { + color: #83184373; +} + .text-pink-900\\/5 { color: #8318430d; } @@ -24271,10 +33307,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #83184380; } +.text-pink-900\\/55 { + color: #8318438c; +} + .text-pink-900\\/60 { color: #83184399; } +.text-pink-900\\/65 { + color: #831843a6; +} + .text-pink-900\\/70 { color: #831843b3; } @@ -24287,6 +33331,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #831843cc; } +.text-pink-900\\/85 { + color: #831843d9; +} + .text-pink-900\\/90 { color: #831843e6; } @@ -24312,6 +33360,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #500724; } +.text-pink-950\\/15 { + color: #50072426; +} + .text-pink-950\\/20 { color: #50072433; } @@ -24324,10 +33376,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5007244d; } +.text-pink-950\\/35 { + color: #50072459; +} + .text-pink-950\\/40 { color: #50072466; } +.text-pink-950\\/45 { + color: #50072473; +} + .text-pink-950\\/5 { color: #5007240d; } @@ -24336,10 +33396,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #50072480; } +.text-pink-950\\/55 { + color: #5007248c; +} + .text-pink-950\\/60 { color: #50072499; } +.text-pink-950\\/65 { + color: #500724a6; +} + .text-pink-950\\/70 { color: #500724b3; } @@ -24352,6 +33420,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #500724cc; } +.text-pink-950\\/85 { + color: #500724d9; +} + .text-pink-950\\/90 { color: #500724e6; } @@ -24377,6 +33449,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3e8ff; } +.text-purple-100\\/15 { + color: #f3e8ff26; +} + .text-purple-100\\/20 { color: #f3e8ff33; } @@ -24389,10 +33465,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3e8ff4d; } +.text-purple-100\\/35 { + color: #f3e8ff59; +} + .text-purple-100\\/40 { color: #f3e8ff66; } +.text-purple-100\\/45 { + color: #f3e8ff73; +} + .text-purple-100\\/5 { color: #f3e8ff0d; } @@ -24401,10 +33485,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3e8ff80; } +.text-purple-100\\/55 { + color: #f3e8ff8c; +} + .text-purple-100\\/60 { color: #f3e8ff99; } +.text-purple-100\\/65 { + color: #f3e8ffa6; +} + .text-purple-100\\/70 { color: #f3e8ffb3; } @@ -24417,6 +33509,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f3e8ffcc; } +.text-purple-100\\/85 { + color: #f3e8ffd9; +} + .text-purple-100\\/90 { color: #f3e8ffe6; } @@ -24442,6 +33538,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e9d5ff; } +.text-purple-200\\/15 { + color: #e9d5ff26; +} + .text-purple-200\\/20 { color: #e9d5ff33; } @@ -24454,10 +33554,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e9d5ff4d; } +.text-purple-200\\/35 { + color: #e9d5ff59; +} + .text-purple-200\\/40 { color: #e9d5ff66; } +.text-purple-200\\/45 { + color: #e9d5ff73; +} + .text-purple-200\\/5 { color: #e9d5ff0d; } @@ -24466,10 +33574,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e9d5ff80; } +.text-purple-200\\/55 { + color: #e9d5ff8c; +} + .text-purple-200\\/60 { color: #e9d5ff99; } +.text-purple-200\\/65 { + color: #e9d5ffa6; +} + .text-purple-200\\/70 { color: #e9d5ffb3; } @@ -24482,6 +33598,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e9d5ffcc; } +.text-purple-200\\/85 { + color: #e9d5ffd9; +} + .text-purple-200\\/90 { color: #e9d5ffe6; } @@ -24507,6 +33627,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d8b4fe; } +.text-purple-300\\/15 { + color: #d8b4fe26; +} + .text-purple-300\\/20 { color: #d8b4fe33; } @@ -24519,10 +33643,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d8b4fe4d; } +.text-purple-300\\/35 { + color: #d8b4fe59; +} + .text-purple-300\\/40 { color: #d8b4fe66; } +.text-purple-300\\/45 { + color: #d8b4fe73; +} + .text-purple-300\\/5 { color: #d8b4fe0d; } @@ -24531,10 +33663,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d8b4fe80; } +.text-purple-300\\/55 { + color: #d8b4fe8c; +} + .text-purple-300\\/60 { color: #d8b4fe99; } +.text-purple-300\\/65 { + color: #d8b4fea6; +} + .text-purple-300\\/70 { color: #d8b4feb3; } @@ -24547,6 +33687,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d8b4fecc; } +.text-purple-300\\/85 { + color: #d8b4fed9; +} + .text-purple-300\\/90 { color: #d8b4fee6; } @@ -24572,6 +33716,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c084fc; } +.text-purple-400\\/15 { + color: #c084fc26; +} + .text-purple-400\\/20 { color: #c084fc33; } @@ -24584,10 +33732,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c084fc4d; } +.text-purple-400\\/35 { + color: #c084fc59; +} + .text-purple-400\\/40 { color: #c084fc66; } +.text-purple-400\\/45 { + color: #c084fc73; +} + .text-purple-400\\/5 { color: #c084fc0d; } @@ -24596,10 +33752,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c084fc80; } +.text-purple-400\\/55 { + color: #c084fc8c; +} + .text-purple-400\\/60 { color: #c084fc99; } +.text-purple-400\\/65 { + color: #c084fca6; +} + .text-purple-400\\/70 { color: #c084fcb3; } @@ -24612,6 +33776,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c084fccc; } +.text-purple-400\\/85 { + color: #c084fcd9; +} + .text-purple-400\\/90 { color: #c084fce6; } @@ -24637,6 +33805,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #faf5ff; } +.text-purple-50\\/15 { + color: #faf5ff26; +} + .text-purple-50\\/20 { color: #faf5ff33; } @@ -24649,10 +33821,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #faf5ff4d; } +.text-purple-50\\/35 { + color: #faf5ff59; +} + .text-purple-50\\/40 { color: #faf5ff66; } +.text-purple-50\\/45 { + color: #faf5ff73; +} + .text-purple-50\\/5 { color: #faf5ff0d; } @@ -24661,10 +33841,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #faf5ff80; } +.text-purple-50\\/55 { + color: #faf5ff8c; +} + .text-purple-50\\/60 { color: #faf5ff99; } +.text-purple-50\\/65 { + color: #faf5ffa6; +} + .text-purple-50\\/70 { color: #faf5ffb3; } @@ -24677,6 +33865,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #faf5ffcc; } +.text-purple-50\\/85 { + color: #faf5ffd9; +} + .text-purple-50\\/90 { color: #faf5ffe6; } @@ -24702,6 +33894,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a855f7; } +.text-purple-500\\/15 { + color: #a855f726; +} + .text-purple-500\\/20 { color: #a855f733; } @@ -24714,10 +33910,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a855f74d; } +.text-purple-500\\/35 { + color: #a855f759; +} + .text-purple-500\\/40 { color: #a855f766; } +.text-purple-500\\/45 { + color: #a855f773; +} + .text-purple-500\\/5 { color: #a855f70d; } @@ -24726,10 +33930,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a855f780; } +.text-purple-500\\/55 { + color: #a855f78c; +} + .text-purple-500\\/60 { color: #a855f799; } +.text-purple-500\\/65 { + color: #a855f7a6; +} + .text-purple-500\\/70 { color: #a855f7b3; } @@ -24742,6 +33954,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a855f7cc; } +.text-purple-500\\/85 { + color: #a855f7d9; +} + .text-purple-500\\/90 { color: #a855f7e6; } @@ -24767,6 +33983,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9333ea; } +.text-purple-600\\/15 { + color: #9333ea26; +} + .text-purple-600\\/20 { color: #9333ea33; } @@ -24779,10 +33999,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9333ea4d; } +.text-purple-600\\/35 { + color: #9333ea59; +} + .text-purple-600\\/40 { color: #9333ea66; } +.text-purple-600\\/45 { + color: #9333ea73; +} + .text-purple-600\\/5 { color: #9333ea0d; } @@ -24791,10 +34019,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9333ea80; } +.text-purple-600\\/55 { + color: #9333ea8c; +} + .text-purple-600\\/60 { color: #9333ea99; } +.text-purple-600\\/65 { + color: #9333eaa6; +} + .text-purple-600\\/70 { color: #9333eab3; } @@ -24807,6 +34043,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9333eacc; } +.text-purple-600\\/85 { + color: #9333ead9; +} + .text-purple-600\\/90 { color: #9333eae6; } @@ -24832,6 +34072,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7e22ce; } +.text-purple-700\\/15 { + color: #7e22ce26; +} + .text-purple-700\\/20 { color: #7e22ce33; } @@ -24844,10 +34088,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7e22ce4d; } +.text-purple-700\\/35 { + color: #7e22ce59; +} + .text-purple-700\\/40 { color: #7e22ce66; } +.text-purple-700\\/45 { + color: #7e22ce73; +} + .text-purple-700\\/5 { color: #7e22ce0d; } @@ -24856,10 +34108,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7e22ce80; } +.text-purple-700\\/55 { + color: #7e22ce8c; +} + .text-purple-700\\/60 { color: #7e22ce99; } +.text-purple-700\\/65 { + color: #7e22cea6; +} + .text-purple-700\\/70 { color: #7e22ceb3; } @@ -24872,6 +34132,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7e22cecc; } +.text-purple-700\\/85 { + color: #7e22ced9; +} + .text-purple-700\\/90 { color: #7e22cee6; } @@ -24897,6 +34161,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b21a8; } +.text-purple-800\\/15 { + color: #6b21a826; +} + .text-purple-800\\/20 { color: #6b21a833; } @@ -24909,10 +34177,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b21a84d; } +.text-purple-800\\/35 { + color: #6b21a859; +} + .text-purple-800\\/40 { color: #6b21a866; } +.text-purple-800\\/45 { + color: #6b21a873; +} + .text-purple-800\\/5 { color: #6b21a80d; } @@ -24921,10 +34197,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b21a880; } +.text-purple-800\\/55 { + color: #6b21a88c; +} + .text-purple-800\\/60 { color: #6b21a899; } +.text-purple-800\\/65 { + color: #6b21a8a6; +} + .text-purple-800\\/70 { color: #6b21a8b3; } @@ -24937,6 +34221,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6b21a8cc; } +.text-purple-800\\/85 { + color: #6b21a8d9; +} + .text-purple-800\\/90 { color: #6b21a8e6; } @@ -24962,6 +34250,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #581c87; } +.text-purple-900\\/15 { + color: #581c8726; +} + .text-purple-900\\/20 { color: #581c8733; } @@ -24974,10 +34266,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #581c874d; } +.text-purple-900\\/35 { + color: #581c8759; +} + .text-purple-900\\/40 { color: #581c8766; } +.text-purple-900\\/45 { + color: #581c8773; +} + .text-purple-900\\/5 { color: #581c870d; } @@ -24986,10 +34286,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #581c8780; } +.text-purple-900\\/55 { + color: #581c878c; +} + .text-purple-900\\/60 { color: #581c8799; } +.text-purple-900\\/65 { + color: #581c87a6; +} + .text-purple-900\\/70 { color: #581c87b3; } @@ -25002,6 +34310,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #581c87cc; } +.text-purple-900\\/85 { + color: #581c87d9; +} + .text-purple-900\\/90 { color: #581c87e6; } @@ -25027,6 +34339,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b0764; } +.text-purple-950\\/15 { + color: #3b076426; +} + .text-purple-950\\/20 { color: #3b076433; } @@ -25039,10 +34355,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b07644d; } +.text-purple-950\\/35 { + color: #3b076459; +} + .text-purple-950\\/40 { color: #3b076466; } +.text-purple-950\\/45 { + color: #3b076473; +} + .text-purple-950\\/5 { color: #3b07640d; } @@ -25051,10 +34375,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b076480; } +.text-purple-950\\/55 { + color: #3b07648c; +} + .text-purple-950\\/60 { color: #3b076499; } +.text-purple-950\\/65 { + color: #3b0764a6; +} + .text-purple-950\\/70 { color: #3b0764b3; } @@ -25067,6 +34399,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3b0764cc; } +.text-purple-950\\/85 { + color: #3b0764d9; +} + .text-purple-950\\/90 { color: #3b0764e6; } @@ -25092,6 +34428,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fee2e2; } +.text-red-100\\/15 { + color: #fee2e226; +} + .text-red-100\\/20 { color: #fee2e233; } @@ -25104,10 +34444,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fee2e24d; } +.text-red-100\\/35 { + color: #fee2e259; +} + .text-red-100\\/40 { color: #fee2e266; } +.text-red-100\\/45 { + color: #fee2e273; +} + .text-red-100\\/5 { color: #fee2e20d; } @@ -25116,10 +34464,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fee2e280; } +.text-red-100\\/55 { + color: #fee2e28c; +} + .text-red-100\\/60 { color: #fee2e299; } +.text-red-100\\/65 { + color: #fee2e2a6; +} + .text-red-100\\/70 { color: #fee2e2b3; } @@ -25132,6 +34488,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fee2e2cc; } +.text-red-100\\/85 { + color: #fee2e2d9; +} + .text-red-100\\/90 { color: #fee2e2e6; } @@ -25157,6 +34517,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecaca; } +.text-red-200\\/15 { + color: #fecaca26; +} + .text-red-200\\/20 { color: #fecaca33; } @@ -25169,10 +34533,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecaca4d; } +.text-red-200\\/35 { + color: #fecaca59; +} + .text-red-200\\/40 { color: #fecaca66; } +.text-red-200\\/45 { + color: #fecaca73; +} + .text-red-200\\/5 { color: #fecaca0d; } @@ -25181,10 +34553,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecaca80; } +.text-red-200\\/55 { + color: #fecaca8c; +} + .text-red-200\\/60 { color: #fecaca99; } +.text-red-200\\/65 { + color: #fecacaa6; +} + .text-red-200\\/70 { color: #fecacab3; } @@ -25197,6 +34577,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecacacc; } +.text-red-200\\/85 { + color: #fecacad9; +} + .text-red-200\\/90 { color: #fecacae6; } @@ -25222,6 +34606,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fca5a5; } +.text-red-300\\/15 { + color: #fca5a526; +} + .text-red-300\\/20 { color: #fca5a533; } @@ -25234,10 +34622,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fca5a54d; } +.text-red-300\\/35 { + color: #fca5a559; +} + .text-red-300\\/40 { color: #fca5a566; } +.text-red-300\\/45 { + color: #fca5a573; +} + .text-red-300\\/5 { color: #fca5a50d; } @@ -25246,10 +34642,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fca5a580; } +.text-red-300\\/55 { + color: #fca5a58c; +} + .text-red-300\\/60 { color: #fca5a599; } +.text-red-300\\/65 { + color: #fca5a5a6; +} + .text-red-300\\/70 { color: #fca5a5b3; } @@ -25262,6 +34666,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fca5a5cc; } +.text-red-300\\/85 { + color: #fca5a5d9; +} + .text-red-300\\/90 { color: #fca5a5e6; } @@ -25287,6 +34695,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f87171; } +.text-red-400\\/15 { + color: #f8717126; +} + .text-red-400\\/20 { color: #f8717133; } @@ -25299,10 +34711,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f871714d; } +.text-red-400\\/35 { + color: #f8717159; +} + .text-red-400\\/40 { color: #f8717166; } +.text-red-400\\/45 { + color: #f8717173; +} + .text-red-400\\/5 { color: #f871710d; } @@ -25311,10 +34731,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f8717180; } +.text-red-400\\/55 { + color: #f871718c; +} + .text-red-400\\/60 { color: #f8717199; } +.text-red-400\\/65 { + color: #f87171a6; +} + .text-red-400\\/70 { color: #f87171b3; } @@ -25327,6 +34755,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f87171cc; } +.text-red-400\\/85 { + color: #f87171d9; +} + .text-red-400\\/90 { color: #f87171e6; } @@ -25352,6 +34784,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef2f2; } +.text-red-50\\/15 { + color: #fef2f226; +} + .text-red-50\\/20 { color: #fef2f233; } @@ -25364,10 +34800,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef2f24d; } +.text-red-50\\/35 { + color: #fef2f259; +} + .text-red-50\\/40 { color: #fef2f266; } +.text-red-50\\/45 { + color: #fef2f273; +} + .text-red-50\\/5 { color: #fef2f20d; } @@ -25376,10 +34820,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef2f280; } +.text-red-50\\/55 { + color: #fef2f28c; +} + .text-red-50\\/60 { color: #fef2f299; } +.text-red-50\\/65 { + color: #fef2f2a6; +} + .text-red-50\\/70 { color: #fef2f2b3; } @@ -25392,6 +34844,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef2f2cc; } +.text-red-50\\/85 { + color: #fef2f2d9; +} + .text-red-50\\/90 { color: #fef2f2e6; } @@ -25417,6 +34873,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ef4444; } +.text-red-500\\/15 { + color: #ef444426; +} + .text-red-500\\/20 { color: #ef444433; } @@ -25429,10 +34889,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ef44444d; } +.text-red-500\\/35 { + color: #ef444459; +} + .text-red-500\\/40 { color: #ef444466; } +.text-red-500\\/45 { + color: #ef444473; +} + .text-red-500\\/5 { color: #ef44440d; } @@ -25441,10 +34909,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ef444480; } +.text-red-500\\/55 { + color: #ef44448c; +} + .text-red-500\\/60 { color: #ef444499; } +.text-red-500\\/65 { + color: #ef4444a6; +} + .text-red-500\\/70 { color: #ef4444b3; } @@ -25457,6 +34933,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ef4444cc; } +.text-red-500\\/85 { + color: #ef4444d9; +} + .text-red-500\\/90 { color: #ef4444e6; } @@ -25482,6 +34962,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dc2626; } +.text-red-600\\/15 { + color: #dc262626; +} + .text-red-600\\/20 { color: #dc262633; } @@ -25494,10 +34978,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dc26264d; } +.text-red-600\\/35 { + color: #dc262659; +} + .text-red-600\\/40 { color: #dc262666; } +.text-red-600\\/45 { + color: #dc262673; +} + .text-red-600\\/5 { color: #dc26260d; } @@ -25506,10 +34998,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dc262680; } +.text-red-600\\/55 { + color: #dc26268c; +} + .text-red-600\\/60 { color: #dc262699; } +.text-red-600\\/65 { + color: #dc2626a6; +} + .text-red-600\\/70 { color: #dc2626b3; } @@ -25522,6 +35022,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #dc2626cc; } +.text-red-600\\/85 { + color: #dc2626d9; +} + .text-red-600\\/90 { color: #dc2626e6; } @@ -25547,6 +35051,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b91c1c; } +.text-red-700\\/15 { + color: #b91c1c26; +} + .text-red-700\\/20 { color: #b91c1c33; } @@ -25559,10 +35067,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b91c1c4d; } +.text-red-700\\/35 { + color: #b91c1c59; +} + .text-red-700\\/40 { color: #b91c1c66; } +.text-red-700\\/45 { + color: #b91c1c73; +} + .text-red-700\\/5 { color: #b91c1c0d; } @@ -25571,10 +35087,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b91c1c80; } +.text-red-700\\/55 { + color: #b91c1c8c; +} + .text-red-700\\/60 { color: #b91c1c99; } +.text-red-700\\/65 { + color: #b91c1ca6; +} + .text-red-700\\/70 { color: #b91c1cb3; } @@ -25587,6 +35111,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #b91c1ccc; } +.text-red-700\\/85 { + color: #b91c1cd9; +} + .text-red-700\\/90 { color: #b91c1ce6; } @@ -25612,6 +35140,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #991b1b; } +.text-red-800\\/15 { + color: #991b1b26; +} + .text-red-800\\/20 { color: #991b1b33; } @@ -25624,10 +35156,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #991b1b4d; } +.text-red-800\\/35 { + color: #991b1b59; +} + .text-red-800\\/40 { color: #991b1b66; } +.text-red-800\\/45 { + color: #991b1b73; +} + .text-red-800\\/5 { color: #991b1b0d; } @@ -25636,10 +35176,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #991b1b80; } +.text-red-800\\/55 { + color: #991b1b8c; +} + .text-red-800\\/60 { color: #991b1b99; } +.text-red-800\\/65 { + color: #991b1ba6; +} + .text-red-800\\/70 { color: #991b1bb3; } @@ -25652,6 +35200,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #991b1bcc; } +.text-red-800\\/85 { + color: #991b1bd9; +} + .text-red-800\\/90 { color: #991b1be6; } @@ -25677,6 +35229,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7f1d1d; } +.text-red-900\\/15 { + color: #7f1d1d26; +} + .text-red-900\\/20 { color: #7f1d1d33; } @@ -25689,10 +35245,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7f1d1d4d; } +.text-red-900\\/35 { + color: #7f1d1d59; +} + .text-red-900\\/40 { color: #7f1d1d66; } +.text-red-900\\/45 { + color: #7f1d1d73; +} + .text-red-900\\/5 { color: #7f1d1d0d; } @@ -25701,10 +35265,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7f1d1d80; } +.text-red-900\\/55 { + color: #7f1d1d8c; +} + .text-red-900\\/60 { color: #7f1d1d99; } +.text-red-900\\/65 { + color: #7f1d1da6; +} + .text-red-900\\/70 { color: #7f1d1db3; } @@ -25717,6 +35289,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7f1d1dcc; } +.text-red-900\\/85 { + color: #7f1d1dd9; +} + .text-red-900\\/90 { color: #7f1d1de6; } @@ -25742,6 +35318,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #450a0a; } +.text-red-950\\/15 { + color: #450a0a26; +} + .text-red-950\\/20 { color: #450a0a33; } @@ -25754,10 +35334,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #450a0a4d; } +.text-red-950\\/35 { + color: #450a0a59; +} + .text-red-950\\/40 { color: #450a0a66; } +.text-red-950\\/45 { + color: #450a0a73; +} + .text-red-950\\/5 { color: #450a0a0d; } @@ -25766,10 +35354,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #450a0a80; } +.text-red-950\\/55 { + color: #450a0a8c; +} + .text-red-950\\/60 { color: #450a0a99; } +.text-red-950\\/65 { + color: #450a0aa6; +} + .text-red-950\\/70 { color: #450a0ab3; } @@ -25782,6 +35378,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #450a0acc; } +.text-red-950\\/85 { + color: #450a0ad9; +} + .text-red-950\\/90 { color: #450a0ae6; } @@ -25807,6 +35407,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffe4e6; } +.text-rose-100\\/15 { + color: #ffe4e626; +} + .text-rose-100\\/20 { color: #ffe4e633; } @@ -25819,10 +35423,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffe4e64d; } +.text-rose-100\\/35 { + color: #ffe4e659; +} + .text-rose-100\\/40 { color: #ffe4e666; } +.text-rose-100\\/45 { + color: #ffe4e673; +} + .text-rose-100\\/5 { color: #ffe4e60d; } @@ -25831,10 +35443,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffe4e680; } +.text-rose-100\\/55 { + color: #ffe4e68c; +} + .text-rose-100\\/60 { color: #ffe4e699; } +.text-rose-100\\/65 { + color: #ffe4e6a6; +} + .text-rose-100\\/70 { color: #ffe4e6b3; } @@ -25847,6 +35467,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffe4e6cc; } +.text-rose-100\\/85 { + color: #ffe4e6d9; +} + .text-rose-100\\/90 { color: #ffe4e6e6; } @@ -25872,6 +35496,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecdd3; } +.text-rose-200\\/15 { + color: #fecdd326; +} + .text-rose-200\\/20 { color: #fecdd333; } @@ -25884,10 +35512,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecdd34d; } +.text-rose-200\\/35 { + color: #fecdd359; +} + .text-rose-200\\/40 { color: #fecdd366; } +.text-rose-200\\/45 { + color: #fecdd373; +} + .text-rose-200\\/5 { color: #fecdd30d; } @@ -25896,10 +35532,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecdd380; } +.text-rose-200\\/55 { + color: #fecdd38c; +} + .text-rose-200\\/60 { color: #fecdd399; } +.text-rose-200\\/65 { + color: #fecdd3a6; +} + .text-rose-200\\/70 { color: #fecdd3b3; } @@ -25912,6 +35556,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fecdd3cc; } +.text-rose-200\\/85 { + color: #fecdd3d9; +} + .text-rose-200\\/90 { color: #fecdd3e6; } @@ -25937,6 +35585,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fda4af; } +.text-rose-300\\/15 { + color: #fda4af26; +} + .text-rose-300\\/20 { color: #fda4af33; } @@ -25949,10 +35601,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fda4af4d; } +.text-rose-300\\/35 { + color: #fda4af59; +} + .text-rose-300\\/40 { color: #fda4af66; } +.text-rose-300\\/45 { + color: #fda4af73; +} + .text-rose-300\\/5 { color: #fda4af0d; } @@ -25961,10 +35621,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fda4af80; } +.text-rose-300\\/55 { + color: #fda4af8c; +} + .text-rose-300\\/60 { color: #fda4af99; } +.text-rose-300\\/65 { + color: #fda4afa6; +} + .text-rose-300\\/70 { color: #fda4afb3; } @@ -25977,6 +35645,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fda4afcc; } +.text-rose-300\\/85 { + color: #fda4afd9; +} + .text-rose-300\\/90 { color: #fda4afe6; } @@ -26002,6 +35674,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb7185; } +.text-rose-400\\/15 { + color: #fb718526; +} + .text-rose-400\\/20 { color: #fb718533; } @@ -26014,10 +35690,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb71854d; } +.text-rose-400\\/35 { + color: #fb718559; +} + .text-rose-400\\/40 { color: #fb718566; } +.text-rose-400\\/45 { + color: #fb718573; +} + .text-rose-400\\/5 { color: #fb71850d; } @@ -26026,10 +35710,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb718580; } +.text-rose-400\\/55 { + color: #fb71858c; +} + .text-rose-400\\/60 { color: #fb718599; } +.text-rose-400\\/65 { + color: #fb7185a6; +} + .text-rose-400\\/70 { color: #fb7185b3; } @@ -26042,6 +35734,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fb7185cc; } +.text-rose-400\\/85 { + color: #fb7185d9; +} + .text-rose-400\\/90 { color: #fb7185e6; } @@ -26067,6 +35763,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff1f2; } +.text-rose-50\\/15 { + color: #fff1f226; +} + .text-rose-50\\/20 { color: #fff1f233; } @@ -26079,10 +35779,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff1f24d; } +.text-rose-50\\/35 { + color: #fff1f259; +} + .text-rose-50\\/40 { color: #fff1f266; } +.text-rose-50\\/45 { + color: #fff1f273; +} + .text-rose-50\\/5 { color: #fff1f20d; } @@ -26091,10 +35799,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff1f280; } +.text-rose-50\\/55 { + color: #fff1f28c; +} + .text-rose-50\\/60 { color: #fff1f299; } +.text-rose-50\\/65 { + color: #fff1f2a6; +} + .text-rose-50\\/70 { color: #fff1f2b3; } @@ -26107,6 +35823,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff1f2cc; } +.text-rose-50\\/85 { + color: #fff1f2d9; +} + .text-rose-50\\/90 { color: #fff1f2e6; } @@ -26132,6 +35852,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f43f5e; } +.text-rose-500\\/15 { + color: #f43f5e26; +} + .text-rose-500\\/20 { color: #f43f5e33; } @@ -26144,10 +35868,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f43f5e4d; } +.text-rose-500\\/35 { + color: #f43f5e59; +} + .text-rose-500\\/40 { color: #f43f5e66; } +.text-rose-500\\/45 { + color: #f43f5e73; +} + .text-rose-500\\/5 { color: #f43f5e0d; } @@ -26156,10 +35888,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f43f5e80; } +.text-rose-500\\/55 { + color: #f43f5e8c; +} + .text-rose-500\\/60 { color: #f43f5e99; } +.text-rose-500\\/65 { + color: #f43f5ea6; +} + .text-rose-500\\/70 { color: #f43f5eb3; } @@ -26172,6 +35912,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f43f5ecc; } +.text-rose-500\\/85 { + color: #f43f5ed9; +} + .text-rose-500\\/90 { color: #f43f5ee6; } @@ -26197,6 +35941,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e11d48; } +.text-rose-600\\/15 { + color: #e11d4826; +} + .text-rose-600\\/20 { color: #e11d4833; } @@ -26209,10 +35957,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e11d484d; } +.text-rose-600\\/35 { + color: #e11d4859; +} + .text-rose-600\\/40 { color: #e11d4866; } +.text-rose-600\\/45 { + color: #e11d4873; +} + .text-rose-600\\/5 { color: #e11d480d; } @@ -26221,10 +35977,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e11d4880; } +.text-rose-600\\/55 { + color: #e11d488c; +} + .text-rose-600\\/60 { color: #e11d4899; } +.text-rose-600\\/65 { + color: #e11d48a6; +} + .text-rose-600\\/70 { color: #e11d48b3; } @@ -26237,6 +36001,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e11d48cc; } +.text-rose-600\\/85 { + color: #e11d48d9; +} + .text-rose-600\\/90 { color: #e11d48e6; } @@ -26262,6 +36030,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be123c; } +.text-rose-700\\/15 { + color: #be123c26; +} + .text-rose-700\\/20 { color: #be123c33; } @@ -26274,10 +36046,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be123c4d; } +.text-rose-700\\/35 { + color: #be123c59; +} + .text-rose-700\\/40 { color: #be123c66; } +.text-rose-700\\/45 { + color: #be123c73; +} + .text-rose-700\\/5 { color: #be123c0d; } @@ -26286,10 +36066,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be123c80; } +.text-rose-700\\/55 { + color: #be123c8c; +} + .text-rose-700\\/60 { color: #be123c99; } +.text-rose-700\\/65 { + color: #be123ca6; +} + .text-rose-700\\/70 { color: #be123cb3; } @@ -26302,6 +36090,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #be123ccc; } +.text-rose-700\\/85 { + color: #be123cd9; +} + .text-rose-700\\/90 { color: #be123ce6; } @@ -26327,6 +36119,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9f1239; } +.text-rose-800\\/15 { + color: #9f123926; +} + .text-rose-800\\/20 { color: #9f123933; } @@ -26339,10 +36135,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9f12394d; } +.text-rose-800\\/35 { + color: #9f123959; +} + .text-rose-800\\/40 { color: #9f123966; } +.text-rose-800\\/45 { + color: #9f123973; +} + .text-rose-800\\/5 { color: #9f12390d; } @@ -26351,10 +36155,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9f123980; } +.text-rose-800\\/55 { + color: #9f12398c; +} + .text-rose-800\\/60 { color: #9f123999; } +.text-rose-800\\/65 { + color: #9f1239a6; +} + .text-rose-800\\/70 { color: #9f1239b3; } @@ -26367,6 +36179,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #9f1239cc; } +.text-rose-800\\/85 { + color: #9f1239d9; +} + .text-rose-800\\/90 { color: #9f1239e6; } @@ -26392,6 +36208,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #881337; } +.text-rose-900\\/15 { + color: #88133726; +} + .text-rose-900\\/20 { color: #88133733; } @@ -26404,10 +36224,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #8813374d; } +.text-rose-900\\/35 { + color: #88133759; +} + .text-rose-900\\/40 { color: #88133766; } +.text-rose-900\\/45 { + color: #88133773; +} + .text-rose-900\\/5 { color: #8813370d; } @@ -26416,10 +36244,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #88133780; } +.text-rose-900\\/55 { + color: #8813378c; +} + .text-rose-900\\/60 { color: #88133799; } +.text-rose-900\\/65 { + color: #881337a6; +} + .text-rose-900\\/70 { color: #881337b3; } @@ -26432,6 +36268,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #881337cc; } +.text-rose-900\\/85 { + color: #881337d9; +} + .text-rose-900\\/90 { color: #881337e6; } @@ -26457,6 +36297,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c0519; } +.text-rose-950\\/15 { + color: #4c051926; +} + .text-rose-950\\/20 { color: #4c051933; } @@ -26469,10 +36313,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c05194d; } +.text-rose-950\\/35 { + color: #4c051959; +} + .text-rose-950\\/40 { color: #4c051966; } +.text-rose-950\\/45 { + color: #4c051973; +} + .text-rose-950\\/5 { color: #4c05190d; } @@ -26481,10 +36333,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c051980; } +.text-rose-950\\/55 { + color: #4c05198c; +} + .text-rose-950\\/60 { color: #4c051999; } +.text-rose-950\\/65 { + color: #4c0519a6; +} + .text-rose-950\\/70 { color: #4c0519b3; } @@ -26497,6 +36357,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c0519cc; } +.text-rose-950\\/85 { + color: #4c0519d9; +} + .text-rose-950\\/90 { color: #4c0519e6; } @@ -26522,6 +36386,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0f2fe; } +.text-sky-100\\/15 { + color: #e0f2fe26; +} + .text-sky-100\\/20 { color: #e0f2fe33; } @@ -26534,10 +36402,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0f2fe4d; } +.text-sky-100\\/35 { + color: #e0f2fe59; +} + .text-sky-100\\/40 { color: #e0f2fe66; } +.text-sky-100\\/45 { + color: #e0f2fe73; +} + .text-sky-100\\/5 { color: #e0f2fe0d; } @@ -26546,10 +36422,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0f2fe80; } +.text-sky-100\\/55 { + color: #e0f2fe8c; +} + .text-sky-100\\/60 { color: #e0f2fe99; } +.text-sky-100\\/65 { + color: #e0f2fea6; +} + .text-sky-100\\/70 { color: #e0f2feb3; } @@ -26562,6 +36446,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e0f2fecc; } +.text-sky-100\\/85 { + color: #e0f2fed9; +} + .text-sky-100\\/90 { color: #e0f2fee6; } @@ -26587,6 +36475,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bae6fd; } +.text-sky-200\\/15 { + color: #bae6fd26; +} + .text-sky-200\\/20 { color: #bae6fd33; } @@ -26599,10 +36491,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bae6fd4d; } +.text-sky-200\\/35 { + color: #bae6fd59; +} + .text-sky-200\\/40 { color: #bae6fd66; } +.text-sky-200\\/45 { + color: #bae6fd73; +} + .text-sky-200\\/5 { color: #bae6fd0d; } @@ -26611,10 +36511,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bae6fd80; } +.text-sky-200\\/55 { + color: #bae6fd8c; +} + .text-sky-200\\/60 { color: #bae6fd99; } +.text-sky-200\\/65 { + color: #bae6fda6; +} + .text-sky-200\\/70 { color: #bae6fdb3; } @@ -26627,6 +36535,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #bae6fdcc; } +.text-sky-200\\/85 { + color: #bae6fdd9; +} + .text-sky-200\\/90 { color: #bae6fde6; } @@ -26652,6 +36564,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7dd3fc; } +.text-sky-300\\/15 { + color: #7dd3fc26; +} + .text-sky-300\\/20 { color: #7dd3fc33; } @@ -26664,10 +36580,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7dd3fc4d; } +.text-sky-300\\/35 { + color: #7dd3fc59; +} + .text-sky-300\\/40 { color: #7dd3fc66; } +.text-sky-300\\/45 { + color: #7dd3fc73; +} + .text-sky-300\\/5 { color: #7dd3fc0d; } @@ -26676,10 +36600,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7dd3fc80; } +.text-sky-300\\/55 { + color: #7dd3fc8c; +} + .text-sky-300\\/60 { color: #7dd3fc99; } +.text-sky-300\\/65 { + color: #7dd3fca6; +} + .text-sky-300\\/70 { color: #7dd3fcb3; } @@ -26692,6 +36624,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7dd3fccc; } +.text-sky-300\\/85 { + color: #7dd3fcd9; +} + .text-sky-300\\/90 { color: #7dd3fce6; } @@ -26717,6 +36653,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #38bdf8; } +.text-sky-400\\/15 { + color: #38bdf826; +} + .text-sky-400\\/20 { color: #38bdf833; } @@ -26729,10 +36669,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #38bdf84d; } +.text-sky-400\\/35 { + color: #38bdf859; +} + .text-sky-400\\/40 { color: #38bdf866; } +.text-sky-400\\/45 { + color: #38bdf873; +} + .text-sky-400\\/5 { color: #38bdf80d; } @@ -26741,10 +36689,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #38bdf880; } +.text-sky-400\\/55 { + color: #38bdf88c; +} + .text-sky-400\\/60 { color: #38bdf899; } +.text-sky-400\\/65 { + color: #38bdf8a6; +} + .text-sky-400\\/70 { color: #38bdf8b3; } @@ -26757,6 +36713,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #38bdf8cc; } +.text-sky-400\\/85 { + color: #38bdf8d9; +} + .text-sky-400\\/90 { color: #38bdf8e6; } @@ -26782,6 +36742,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0f9ff; } +.text-sky-50\\/15 { + color: #f0f9ff26; +} + .text-sky-50\\/20 { color: #f0f9ff33; } @@ -26794,10 +36758,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0f9ff4d; } +.text-sky-50\\/35 { + color: #f0f9ff59; +} + .text-sky-50\\/40 { color: #f0f9ff66; } +.text-sky-50\\/45 { + color: #f0f9ff73; +} + .text-sky-50\\/5 { color: #f0f9ff0d; } @@ -26806,10 +36778,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0f9ff80; } +.text-sky-50\\/55 { + color: #f0f9ff8c; +} + .text-sky-50\\/60 { color: #f0f9ff99; } +.text-sky-50\\/65 { + color: #f0f9ffa6; +} + .text-sky-50\\/70 { color: #f0f9ffb3; } @@ -26822,6 +36802,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0f9ffcc; } +.text-sky-50\\/85 { + color: #f0f9ffd9; +} + .text-sky-50\\/90 { color: #f0f9ffe6; } @@ -26847,6 +36831,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0ea5e9; } +.text-sky-500\\/15 { + color: #0ea5e926; +} + .text-sky-500\\/20 { color: #0ea5e933; } @@ -26859,10 +36847,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0ea5e94d; } +.text-sky-500\\/35 { + color: #0ea5e959; +} + .text-sky-500\\/40 { color: #0ea5e966; } +.text-sky-500\\/45 { + color: #0ea5e973; +} + .text-sky-500\\/5 { color: #0ea5e90d; } @@ -26871,10 +36867,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0ea5e980; } +.text-sky-500\\/55 { + color: #0ea5e98c; +} + .text-sky-500\\/60 { color: #0ea5e999; } +.text-sky-500\\/65 { + color: #0ea5e9a6; +} + .text-sky-500\\/70 { color: #0ea5e9b3; } @@ -26887,6 +36891,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0ea5e9cc; } +.text-sky-500\\/85 { + color: #0ea5e9d9; +} + .text-sky-500\\/90 { color: #0ea5e9e6; } @@ -26912,6 +36920,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0284c7; } +.text-sky-600\\/15 { + color: #0284c726; +} + .text-sky-600\\/20 { color: #0284c733; } @@ -26924,10 +36936,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0284c74d; } +.text-sky-600\\/35 { + color: #0284c759; +} + .text-sky-600\\/40 { color: #0284c766; } +.text-sky-600\\/45 { + color: #0284c773; +} + .text-sky-600\\/5 { color: #0284c70d; } @@ -26936,10 +36956,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0284c780; } +.text-sky-600\\/55 { + color: #0284c78c; +} + .text-sky-600\\/60 { color: #0284c799; } +.text-sky-600\\/65 { + color: #0284c7a6; +} + .text-sky-600\\/70 { color: #0284c7b3; } @@ -26952,6 +36980,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0284c7cc; } +.text-sky-600\\/85 { + color: #0284c7d9; +} + .text-sky-600\\/90 { color: #0284c7e6; } @@ -26977,6 +37009,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0369a1; } +.text-sky-700\\/15 { + color: #0369a126; +} + .text-sky-700\\/20 { color: #0369a133; } @@ -26989,10 +37025,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0369a14d; } +.text-sky-700\\/35 { + color: #0369a159; +} + .text-sky-700\\/40 { color: #0369a166; } +.text-sky-700\\/45 { + color: #0369a173; +} + .text-sky-700\\/5 { color: #0369a10d; } @@ -27001,10 +37045,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0369a180; } +.text-sky-700\\/55 { + color: #0369a18c; +} + .text-sky-700\\/60 { color: #0369a199; } +.text-sky-700\\/65 { + color: #0369a1a6; +} + .text-sky-700\\/70 { color: #0369a1b3; } @@ -27017,6 +37069,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0369a1cc; } +.text-sky-700\\/85 { + color: #0369a1d9; +} + .text-sky-700\\/90 { color: #0369a1e6; } @@ -27042,6 +37098,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #075985; } +.text-sky-800\\/15 { + color: #07598526; +} + .text-sky-800\\/20 { color: #07598533; } @@ -27054,10 +37114,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0759854d; } +.text-sky-800\\/35 { + color: #07598559; +} + .text-sky-800\\/40 { color: #07598566; } +.text-sky-800\\/45 { + color: #07598573; +} + .text-sky-800\\/5 { color: #0759850d; } @@ -27066,10 +37134,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #07598580; } +.text-sky-800\\/55 { + color: #0759858c; +} + .text-sky-800\\/60 { color: #07598599; } +.text-sky-800\\/65 { + color: #075985a6; +} + .text-sky-800\\/70 { color: #075985b3; } @@ -27082,6 +37158,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #075985cc; } +.text-sky-800\\/85 { + color: #075985d9; +} + .text-sky-800\\/90 { color: #075985e6; } @@ -27107,6 +37187,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c4a6e; } +.text-sky-900\\/15 { + color: #0c4a6e26; +} + .text-sky-900\\/20 { color: #0c4a6e33; } @@ -27119,10 +37203,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c4a6e4d; } +.text-sky-900\\/35 { + color: #0c4a6e59; +} + .text-sky-900\\/40 { color: #0c4a6e66; } +.text-sky-900\\/45 { + color: #0c4a6e73; +} + .text-sky-900\\/5 { color: #0c4a6e0d; } @@ -27131,10 +37223,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c4a6e80; } +.text-sky-900\\/55 { + color: #0c4a6e8c; +} + .text-sky-900\\/60 { color: #0c4a6e99; } +.text-sky-900\\/65 { + color: #0c4a6ea6; +} + .text-sky-900\\/70 { color: #0c4a6eb3; } @@ -27147,6 +37247,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c4a6ecc; } +.text-sky-900\\/85 { + color: #0c4a6ed9; +} + .text-sky-900\\/90 { color: #0c4a6ee6; } @@ -27172,6 +37276,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #082f49; } +.text-sky-950\\/15 { + color: #082f4926; +} + .text-sky-950\\/20 { color: #082f4933; } @@ -27184,10 +37292,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #082f494d; } +.text-sky-950\\/35 { + color: #082f4959; +} + .text-sky-950\\/40 { color: #082f4966; } +.text-sky-950\\/45 { + color: #082f4973; +} + .text-sky-950\\/5 { color: #082f490d; } @@ -27196,10 +37312,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #082f4980; } +.text-sky-950\\/55 { + color: #082f498c; +} + .text-sky-950\\/60 { color: #082f4999; } +.text-sky-950\\/65 { + color: #082f49a6; +} + .text-sky-950\\/70 { color: #082f49b3; } @@ -27212,6 +37336,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #082f49cc; } +.text-sky-950\\/85 { + color: #082f49d9; +} + .text-sky-950\\/90 { color: #082f49e6; } @@ -27237,6 +37365,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f1f5f9; } +.text-slate-100\\/15 { + color: #f1f5f926; +} + .text-slate-100\\/20 { color: #f1f5f933; } @@ -27249,10 +37381,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f1f5f94d; } +.text-slate-100\\/35 { + color: #f1f5f959; +} + .text-slate-100\\/40 { color: #f1f5f966; } +.text-slate-100\\/45 { + color: #f1f5f973; +} + .text-slate-100\\/5 { color: #f1f5f90d; } @@ -27261,10 +37401,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f1f5f980; } +.text-slate-100\\/55 { + color: #f1f5f98c; +} + .text-slate-100\\/60 { color: #f1f5f999; } +.text-slate-100\\/65 { + color: #f1f5f9a6; +} + .text-slate-100\\/70 { color: #f1f5f9b3; } @@ -27277,6 +37425,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f1f5f9cc; } +.text-slate-100\\/85 { + color: #f1f5f9d9; +} + .text-slate-100\\/90 { color: #f1f5f9e6; } @@ -27302,6 +37454,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e2e8f0; } +.text-slate-200\\/15 { + color: #e2e8f026; +} + .text-slate-200\\/20 { color: #e2e8f033; } @@ -27314,10 +37470,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e2e8f04d; } +.text-slate-200\\/35 { + color: #e2e8f059; +} + .text-slate-200\\/40 { color: #e2e8f066; } +.text-slate-200\\/45 { + color: #e2e8f073; +} + .text-slate-200\\/5 { color: #e2e8f00d; } @@ -27326,10 +37490,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e2e8f080; } +.text-slate-200\\/55 { + color: #e2e8f08c; +} + .text-slate-200\\/60 { color: #e2e8f099; } +.text-slate-200\\/65 { + color: #e2e8f0a6; +} + .text-slate-200\\/70 { color: #e2e8f0b3; } @@ -27342,6 +37514,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e2e8f0cc; } +.text-slate-200\\/85 { + color: #e2e8f0d9; +} + .text-slate-200\\/90 { color: #e2e8f0e6; } @@ -27367,6 +37543,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cbd5e1; } +.text-slate-300\\/15 { + color: #cbd5e126; +} + .text-slate-300\\/20 { color: #cbd5e133; } @@ -27379,10 +37559,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cbd5e14d; } +.text-slate-300\\/35 { + color: #cbd5e159; +} + .text-slate-300\\/40 { color: #cbd5e166; } +.text-slate-300\\/45 { + color: #cbd5e173; +} + .text-slate-300\\/5 { color: #cbd5e10d; } @@ -27391,10 +37579,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cbd5e180; } +.text-slate-300\\/55 { + color: #cbd5e18c; +} + .text-slate-300\\/60 { color: #cbd5e199; } +.text-slate-300\\/65 { + color: #cbd5e1a6; +} + .text-slate-300\\/70 { color: #cbd5e1b3; } @@ -27407,6 +37603,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #cbd5e1cc; } +.text-slate-300\\/85 { + color: #cbd5e1d9; +} + .text-slate-300\\/90 { color: #cbd5e1e6; } @@ -27432,6 +37632,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #94a3b8; } +.text-slate-400\\/15 { + color: #94a3b826; +} + .text-slate-400\\/20 { color: #94a3b833; } @@ -27444,10 +37648,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #94a3b84d; } +.text-slate-400\\/35 { + color: #94a3b859; +} + .text-slate-400\\/40 { color: #94a3b866; } +.text-slate-400\\/45 { + color: #94a3b873; +} + .text-slate-400\\/5 { color: #94a3b80d; } @@ -27456,10 +37668,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #94a3b880; } +.text-slate-400\\/55 { + color: #94a3b88c; +} + .text-slate-400\\/60 { color: #94a3b899; } +.text-slate-400\\/65 { + color: #94a3b8a6; +} + .text-slate-400\\/70 { color: #94a3b8b3; } @@ -27472,6 +37692,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #94a3b8cc; } +.text-slate-400\\/85 { + color: #94a3b8d9; +} + .text-slate-400\\/90 { color: #94a3b8e6; } @@ -27497,6 +37721,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f8fafc; } +.text-slate-50\\/15 { + color: #f8fafc26; +} + .text-slate-50\\/20 { color: #f8fafc33; } @@ -27509,10 +37737,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f8fafc4d; } +.text-slate-50\\/35 { + color: #f8fafc59; +} + .text-slate-50\\/40 { color: #f8fafc66; } +.text-slate-50\\/45 { + color: #f8fafc73; +} + .text-slate-50\\/5 { color: #f8fafc0d; } @@ -27521,10 +37757,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f8fafc80; } +.text-slate-50\\/55 { + color: #f8fafc8c; +} + .text-slate-50\\/60 { color: #f8fafc99; } +.text-slate-50\\/65 { + color: #f8fafca6; +} + .text-slate-50\\/70 { color: #f8fafcb3; } @@ -27537,6 +37781,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f8fafccc; } +.text-slate-50\\/85 { + color: #f8fafcd9; +} + .text-slate-50\\/90 { color: #f8fafce6; } @@ -27562,6 +37810,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #64748b; } +.text-slate-500\\/15 { + color: #64748b26; +} + .text-slate-500\\/20 { color: #64748b33; } @@ -27574,10 +37826,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #64748b4d; } +.text-slate-500\\/35 { + color: #64748b59; +} + .text-slate-500\\/40 { color: #64748b66; } +.text-slate-500\\/45 { + color: #64748b73; +} + .text-slate-500\\/5 { color: #64748b0d; } @@ -27586,10 +37846,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #64748b80; } +.text-slate-500\\/55 { + color: #64748b8c; +} + .text-slate-500\\/60 { color: #64748b99; } +.text-slate-500\\/65 { + color: #64748ba6; +} + .text-slate-500\\/70 { color: #64748bb3; } @@ -27602,6 +37870,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #64748bcc; } +.text-slate-500\\/85 { + color: #64748bd9; +} + .text-slate-500\\/90 { color: #64748be6; } @@ -27627,6 +37899,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #475569; } +.text-slate-600\\/15 { + color: #47556926; +} + .text-slate-600\\/20 { color: #47556933; } @@ -27639,10 +37915,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4755694d; } +.text-slate-600\\/35 { + color: #47556959; +} + .text-slate-600\\/40 { color: #47556966; } +.text-slate-600\\/45 { + color: #47556973; +} + .text-slate-600\\/5 { color: #4755690d; } @@ -27651,10 +37935,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #47556980; } +.text-slate-600\\/55 { + color: #4755698c; +} + .text-slate-600\\/60 { color: #47556999; } +.text-slate-600\\/65 { + color: #475569a6; +} + .text-slate-600\\/70 { color: #475569b3; } @@ -27667,6 +37959,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #475569cc; } +.text-slate-600\\/85 { + color: #475569d9; +} + .text-slate-600\\/90 { color: #475569e6; } @@ -27692,6 +37988,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #334155; } +.text-slate-700\\/15 { + color: #33415526; +} + .text-slate-700\\/20 { color: #33415533; } @@ -27704,10 +38004,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3341554d; } +.text-slate-700\\/35 { + color: #33415559; +} + .text-slate-700\\/40 { color: #33415566; } +.text-slate-700\\/45 { + color: #33415573; +} + .text-slate-700\\/5 { color: #3341550d; } @@ -27716,10 +38024,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #33415580; } +.text-slate-700\\/55 { + color: #3341558c; +} + .text-slate-700\\/60 { color: #33415599; } +.text-slate-700\\/65 { + color: #334155a6; +} + .text-slate-700\\/70 { color: #334155b3; } @@ -27732,6 +38048,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #334155cc; } +.text-slate-700\\/85 { + color: #334155d9; +} + .text-slate-700\\/90 { color: #334155e6; } @@ -27757,6 +38077,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e293b; } +.text-slate-800\\/15 { + color: #1e293b26; +} + .text-slate-800\\/20 { color: #1e293b33; } @@ -27769,10 +38093,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e293b4d; } +.text-slate-800\\/35 { + color: #1e293b59; +} + .text-slate-800\\/40 { color: #1e293b66; } +.text-slate-800\\/45 { + color: #1e293b73; +} + .text-slate-800\\/5 { color: #1e293b0d; } @@ -27781,10 +38113,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e293b80; } +.text-slate-800\\/55 { + color: #1e293b8c; +} + .text-slate-800\\/60 { color: #1e293b99; } +.text-slate-800\\/65 { + color: #1e293ba6; +} + .text-slate-800\\/70 { color: #1e293bb3; } @@ -27797,6 +38137,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1e293bcc; } +.text-slate-800\\/85 { + color: #1e293bd9; +} + .text-slate-800\\/90 { color: #1e293be6; } @@ -27822,6 +38166,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f172a; } +.text-slate-900\\/15 { + color: #0f172a26; +} + .text-slate-900\\/20 { color: #0f172a33; } @@ -27834,10 +38182,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f172a4d; } +.text-slate-900\\/35 { + color: #0f172a59; +} + .text-slate-900\\/40 { color: #0f172a66; } +.text-slate-900\\/45 { + color: #0f172a73; +} + .text-slate-900\\/5 { color: #0f172a0d; } @@ -27846,10 +38202,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f172a80; } +.text-slate-900\\/55 { + color: #0f172a8c; +} + .text-slate-900\\/60 { color: #0f172a99; } +.text-slate-900\\/65 { + color: #0f172aa6; +} + .text-slate-900\\/70 { color: #0f172ab3; } @@ -27862,6 +38226,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f172acc; } +.text-slate-900\\/85 { + color: #0f172ad9; +} + .text-slate-900\\/90 { color: #0f172ae6; } @@ -27887,6 +38255,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #020617; } +.text-slate-950\\/15 { + color: #02061726; +} + .text-slate-950\\/20 { color: #02061733; } @@ -27899,10 +38271,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0206174d; } +.text-slate-950\\/35 { + color: #02061759; +} + .text-slate-950\\/40 { color: #02061766; } +.text-slate-950\\/45 { + color: #02061773; +} + .text-slate-950\\/5 { color: #0206170d; } @@ -27911,10 +38291,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #02061780; } +.text-slate-950\\/55 { + color: #0206178c; +} + .text-slate-950\\/60 { color: #02061799; } +.text-slate-950\\/65 { + color: #020617a6; +} + .text-slate-950\\/70 { color: #020617b3; } @@ -27927,6 +38315,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #020617cc; } +.text-slate-950\\/85 { + color: #020617d9; +} + .text-slate-950\\/90 { color: #020617e6; } @@ -27952,6 +38344,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f4; } +.text-stone-100\\/15 { + color: #f5f5f426; +} + .text-stone-100\\/20 { color: #f5f5f433; } @@ -27964,10 +38360,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f44d; } +.text-stone-100\\/35 { + color: #f5f5f459; +} + .text-stone-100\\/40 { color: #f5f5f466; } +.text-stone-100\\/45 { + color: #f5f5f473; +} + .text-stone-100\\/5 { color: #f5f5f40d; } @@ -27976,10 +38380,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f480; } +.text-stone-100\\/55 { + color: #f5f5f48c; +} + .text-stone-100\\/60 { color: #f5f5f499; } +.text-stone-100\\/65 { + color: #f5f5f4a6; +} + .text-stone-100\\/70 { color: #f5f5f4b3; } @@ -27992,6 +38404,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f5f4cc; } +.text-stone-100\\/85 { + color: #f5f5f4d9; +} + .text-stone-100\\/90 { color: #f5f5f4e6; } @@ -28017,6 +38433,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e7e5e4; } +.text-stone-200\\/15 { + color: #e7e5e426; +} + .text-stone-200\\/20 { color: #e7e5e433; } @@ -28029,10 +38449,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e7e5e44d; } +.text-stone-200\\/35 { + color: #e7e5e459; +} + .text-stone-200\\/40 { color: #e7e5e466; } +.text-stone-200\\/45 { + color: #e7e5e473; +} + .text-stone-200\\/5 { color: #e7e5e40d; } @@ -28041,10 +38469,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e7e5e480; } +.text-stone-200\\/55 { + color: #e7e5e48c; +} + .text-stone-200\\/60 { color: #e7e5e499; } +.text-stone-200\\/65 { + color: #e7e5e4a6; +} + .text-stone-200\\/70 { color: #e7e5e4b3; } @@ -28057,6 +38493,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e7e5e4cc; } +.text-stone-200\\/85 { + color: #e7e5e4d9; +} + .text-stone-200\\/90 { color: #e7e5e4e6; } @@ -28082,6 +38522,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d6d3d1; } +.text-stone-300\\/15 { + color: #d6d3d126; +} + .text-stone-300\\/20 { color: #d6d3d133; } @@ -28094,10 +38538,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d6d3d14d; } +.text-stone-300\\/35 { + color: #d6d3d159; +} + .text-stone-300\\/40 { color: #d6d3d166; } +.text-stone-300\\/45 { + color: #d6d3d173; +} + .text-stone-300\\/5 { color: #d6d3d10d; } @@ -28106,10 +38558,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d6d3d180; } +.text-stone-300\\/55 { + color: #d6d3d18c; +} + .text-stone-300\\/60 { color: #d6d3d199; } +.text-stone-300\\/65 { + color: #d6d3d1a6; +} + .text-stone-300\\/70 { color: #d6d3d1b3; } @@ -28122,6 +38582,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d6d3d1cc; } +.text-stone-300\\/85 { + color: #d6d3d1d9; +} + .text-stone-300\\/90 { color: #d6d3d1e6; } @@ -28147,6 +38611,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a8a29e; } +.text-stone-400\\/15 { + color: #a8a29e26; +} + .text-stone-400\\/20 { color: #a8a29e33; } @@ -28159,10 +38627,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a8a29e4d; } +.text-stone-400\\/35 { + color: #a8a29e59; +} + .text-stone-400\\/40 { color: #a8a29e66; } +.text-stone-400\\/45 { + color: #a8a29e73; +} + .text-stone-400\\/5 { color: #a8a29e0d; } @@ -28171,10 +38647,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a8a29e80; } +.text-stone-400\\/55 { + color: #a8a29e8c; +} + .text-stone-400\\/60 { color: #a8a29e99; } +.text-stone-400\\/65 { + color: #a8a29ea6; +} + .text-stone-400\\/70 { color: #a8a29eb3; } @@ -28187,6 +38671,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a8a29ecc; } +.text-stone-400\\/85 { + color: #a8a29ed9; +} + .text-stone-400\\/90 { color: #a8a29ee6; } @@ -28212,6 +38700,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafaf9; } +.text-stone-50\\/15 { + color: #fafaf926; +} + .text-stone-50\\/20 { color: #fafaf933; } @@ -28224,10 +38716,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafaf94d; } +.text-stone-50\\/35 { + color: #fafaf959; +} + .text-stone-50\\/40 { color: #fafaf966; } +.text-stone-50\\/45 { + color: #fafaf973; +} + .text-stone-50\\/5 { color: #fafaf90d; } @@ -28236,10 +38736,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafaf980; } +.text-stone-50\\/55 { + color: #fafaf98c; +} + .text-stone-50\\/60 { color: #fafaf999; } +.text-stone-50\\/65 { + color: #fafaf9a6; +} + .text-stone-50\\/70 { color: #fafaf9b3; } @@ -28252,6 +38760,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafaf9cc; } +.text-stone-50\\/85 { + color: #fafaf9d9; +} + .text-stone-50\\/90 { color: #fafaf9e6; } @@ -28277,6 +38789,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78716c; } +.text-stone-500\\/15 { + color: #78716c26; +} + .text-stone-500\\/20 { color: #78716c33; } @@ -28289,10 +38805,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78716c4d; } +.text-stone-500\\/35 { + color: #78716c59; +} + .text-stone-500\\/40 { color: #78716c66; } +.text-stone-500\\/45 { + color: #78716c73; +} + .text-stone-500\\/5 { color: #78716c0d; } @@ -28301,10 +38825,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78716c80; } +.text-stone-500\\/55 { + color: #78716c8c; +} + .text-stone-500\\/60 { color: #78716c99; } +.text-stone-500\\/65 { + color: #78716ca6; +} + .text-stone-500\\/70 { color: #78716cb3; } @@ -28317,6 +38849,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #78716ccc; } +.text-stone-500\\/85 { + color: #78716cd9; +} + .text-stone-500\\/90 { color: #78716ce6; } @@ -28342,6 +38878,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #57534e; } +.text-stone-600\\/15 { + color: #57534e26; +} + .text-stone-600\\/20 { color: #57534e33; } @@ -28354,10 +38894,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #57534e4d; } +.text-stone-600\\/35 { + color: #57534e59; +} + .text-stone-600\\/40 { color: #57534e66; } +.text-stone-600\\/45 { + color: #57534e73; +} + .text-stone-600\\/5 { color: #57534e0d; } @@ -28366,10 +38914,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #57534e80; } +.text-stone-600\\/55 { + color: #57534e8c; +} + .text-stone-600\\/60 { color: #57534e99; } +.text-stone-600\\/65 { + color: #57534ea6; +} + .text-stone-600\\/70 { color: #57534eb3; } @@ -28382,6 +38938,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #57534ecc; } +.text-stone-600\\/85 { + color: #57534ed9; +} + .text-stone-600\\/90 { color: #57534ee6; } @@ -28407,6 +38967,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #44403c; } +.text-stone-700\\/15 { + color: #44403c26; +} + .text-stone-700\\/20 { color: #44403c33; } @@ -28419,10 +38983,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #44403c4d; } +.text-stone-700\\/35 { + color: #44403c59; +} + .text-stone-700\\/40 { color: #44403c66; } +.text-stone-700\\/45 { + color: #44403c73; +} + .text-stone-700\\/5 { color: #44403c0d; } @@ -28431,10 +39003,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #44403c80; } +.text-stone-700\\/55 { + color: #44403c8c; +} + .text-stone-700\\/60 { color: #44403c99; } +.text-stone-700\\/65 { + color: #44403ca6; +} + .text-stone-700\\/70 { color: #44403cb3; } @@ -28447,6 +39027,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #44403ccc; } +.text-stone-700\\/85 { + color: #44403cd9; +} + .text-stone-700\\/90 { color: #44403ce6; } @@ -28472,6 +39056,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #292524; } +.text-stone-800\\/15 { + color: #29252426; +} + .text-stone-800\\/20 { color: #29252433; } @@ -28484,10 +39072,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2925244d; } +.text-stone-800\\/35 { + color: #29252459; +} + .text-stone-800\\/40 { color: #29252466; } +.text-stone-800\\/45 { + color: #29252473; +} + .text-stone-800\\/5 { color: #2925240d; } @@ -28496,10 +39092,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #29252480; } +.text-stone-800\\/55 { + color: #2925248c; +} + .text-stone-800\\/60 { color: #29252499; } +.text-stone-800\\/65 { + color: #292524a6; +} + .text-stone-800\\/70 { color: #292524b3; } @@ -28512,6 +39116,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #292524cc; } +.text-stone-800\\/85 { + color: #292524d9; +} + .text-stone-800\\/90 { color: #292524e6; } @@ -28537,6 +39145,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1c1917; } +.text-stone-900\\/15 { + color: #1c191726; +} + .text-stone-900\\/20 { color: #1c191733; } @@ -28549,10 +39161,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1c19174d; } +.text-stone-900\\/35 { + color: #1c191759; +} + .text-stone-900\\/40 { color: #1c191766; } +.text-stone-900\\/45 { + color: #1c191773; +} + .text-stone-900\\/5 { color: #1c19170d; } @@ -28561,10 +39181,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1c191780; } +.text-stone-900\\/55 { + color: #1c19178c; +} + .text-stone-900\\/60 { color: #1c191799; } +.text-stone-900\\/65 { + color: #1c1917a6; +} + .text-stone-900\\/70 { color: #1c1917b3; } @@ -28577,6 +39205,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #1c1917cc; } +.text-stone-900\\/85 { + color: #1c1917d9; +} + .text-stone-900\\/90 { color: #1c1917e6; } @@ -28602,6 +39234,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c0a09; } +.text-stone-950\\/15 { + color: #0c0a0926; +} + .text-stone-950\\/20 { color: #0c0a0933; } @@ -28614,10 +39250,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c0a094d; } +.text-stone-950\\/35 { + color: #0c0a0959; +} + .text-stone-950\\/40 { color: #0c0a0966; } +.text-stone-950\\/45 { + color: #0c0a0973; +} + .text-stone-950\\/5 { color: #0c0a090d; } @@ -28626,10 +39270,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c0a0980; } +.text-stone-950\\/55 { + color: #0c0a098c; +} + .text-stone-950\\/60 { color: #0c0a0999; } +.text-stone-950\\/65 { + color: #0c0a09a6; +} + .text-stone-950\\/70 { color: #0c0a09b3; } @@ -28642,6 +39294,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0c0a09cc; } +.text-stone-950\\/85 { + color: #0c0a09d9; +} + .text-stone-950\\/90 { color: #0c0a09e6; } @@ -28667,6 +39323,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ccfbf1; } +.text-teal-100\\/15 { + color: #ccfbf126; +} + .text-teal-100\\/20 { color: #ccfbf133; } @@ -28679,10 +39339,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ccfbf14d; } +.text-teal-100\\/35 { + color: #ccfbf159; +} + .text-teal-100\\/40 { color: #ccfbf166; } +.text-teal-100\\/45 { + color: #ccfbf173; +} + .text-teal-100\\/5 { color: #ccfbf10d; } @@ -28691,10 +39359,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ccfbf180; } +.text-teal-100\\/55 { + color: #ccfbf18c; +} + .text-teal-100\\/60 { color: #ccfbf199; } +.text-teal-100\\/65 { + color: #ccfbf1a6; +} + .text-teal-100\\/70 { color: #ccfbf1b3; } @@ -28707,6 +39383,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ccfbf1cc; } +.text-teal-100\\/85 { + color: #ccfbf1d9; +} + .text-teal-100\\/90 { color: #ccfbf1e6; } @@ -28732,6 +39412,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #99f6e4; } +.text-teal-200\\/15 { + color: #99f6e426; +} + .text-teal-200\\/20 { color: #99f6e433; } @@ -28744,10 +39428,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #99f6e44d; } +.text-teal-200\\/35 { + color: #99f6e459; +} + .text-teal-200\\/40 { color: #99f6e466; } +.text-teal-200\\/45 { + color: #99f6e473; +} + .text-teal-200\\/5 { color: #99f6e40d; } @@ -28756,10 +39448,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #99f6e480; } +.text-teal-200\\/55 { + color: #99f6e48c; +} + .text-teal-200\\/60 { color: #99f6e499; } +.text-teal-200\\/65 { + color: #99f6e4a6; +} + .text-teal-200\\/70 { color: #99f6e4b3; } @@ -28772,6 +39472,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #99f6e4cc; } +.text-teal-200\\/85 { + color: #99f6e4d9; +} + .text-teal-200\\/90 { color: #99f6e4e6; } @@ -28797,6 +39501,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5eead4; } +.text-teal-300\\/15 { + color: #5eead426; +} + .text-teal-300\\/20 { color: #5eead433; } @@ -28809,10 +39517,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5eead44d; } +.text-teal-300\\/35 { + color: #5eead459; +} + .text-teal-300\\/40 { color: #5eead466; } +.text-teal-300\\/45 { + color: #5eead473; +} + .text-teal-300\\/5 { color: #5eead40d; } @@ -28821,10 +39537,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5eead480; } +.text-teal-300\\/55 { + color: #5eead48c; +} + .text-teal-300\\/60 { color: #5eead499; } +.text-teal-300\\/65 { + color: #5eead4a6; +} + .text-teal-300\\/70 { color: #5eead4b3; } @@ -28837,6 +39561,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5eead4cc; } +.text-teal-300\\/85 { + color: #5eead4d9; +} + .text-teal-300\\/90 { color: #5eead4e6; } @@ -28862,6 +39590,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2dd4bf; } +.text-teal-400\\/15 { + color: #2dd4bf26; +} + .text-teal-400\\/20 { color: #2dd4bf33; } @@ -28874,10 +39606,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2dd4bf4d; } +.text-teal-400\\/35 { + color: #2dd4bf59; +} + .text-teal-400\\/40 { color: #2dd4bf66; } +.text-teal-400\\/45 { + color: #2dd4bf73; +} + .text-teal-400\\/5 { color: #2dd4bf0d; } @@ -28886,10 +39626,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2dd4bf80; } +.text-teal-400\\/55 { + color: #2dd4bf8c; +} + .text-teal-400\\/60 { color: #2dd4bf99; } +.text-teal-400\\/65 { + color: #2dd4bfa6; +} + .text-teal-400\\/70 { color: #2dd4bfb3; } @@ -28902,6 +39650,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2dd4bfcc; } +.text-teal-400\\/85 { + color: #2dd4bfd9; +} + .text-teal-400\\/90 { color: #2dd4bfe6; } @@ -28927,6 +39679,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdfa; } +.text-teal-50\\/15 { + color: #f0fdfa26; +} + .text-teal-50\\/20 { color: #f0fdfa33; } @@ -28939,10 +39695,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdfa4d; } +.text-teal-50\\/35 { + color: #f0fdfa59; +} + .text-teal-50\\/40 { color: #f0fdfa66; } +.text-teal-50\\/45 { + color: #f0fdfa73; +} + .text-teal-50\\/5 { color: #f0fdfa0d; } @@ -28951,10 +39715,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdfa80; } +.text-teal-50\\/55 { + color: #f0fdfa8c; +} + .text-teal-50\\/60 { color: #f0fdfa99; } +.text-teal-50\\/65 { + color: #f0fdfaa6; +} + .text-teal-50\\/70 { color: #f0fdfab3; } @@ -28967,6 +39739,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f0fdfacc; } +.text-teal-50\\/85 { + color: #f0fdfad9; +} + .text-teal-50\\/90 { color: #f0fdfae6; } @@ -28992,6 +39768,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14b8a6; } +.text-teal-500\\/15 { + color: #14b8a626; +} + .text-teal-500\\/20 { color: #14b8a633; } @@ -29004,10 +39784,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14b8a64d; } +.text-teal-500\\/35 { + color: #14b8a659; +} + .text-teal-500\\/40 { color: #14b8a666; } +.text-teal-500\\/45 { + color: #14b8a673; +} + .text-teal-500\\/5 { color: #14b8a60d; } @@ -29016,10 +39804,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14b8a680; } +.text-teal-500\\/55 { + color: #14b8a68c; +} + .text-teal-500\\/60 { color: #14b8a699; } +.text-teal-500\\/65 { + color: #14b8a6a6; +} + .text-teal-500\\/70 { color: #14b8a6b3; } @@ -29032,6 +39828,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #14b8a6cc; } +.text-teal-500\\/85 { + color: #14b8a6d9; +} + .text-teal-500\\/90 { color: #14b8a6e6; } @@ -29057,6 +39857,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0d9488; } +.text-teal-600\\/15 { + color: #0d948826; +} + .text-teal-600\\/20 { color: #0d948833; } @@ -29069,10 +39873,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0d94884d; } +.text-teal-600\\/35 { + color: #0d948859; +} + .text-teal-600\\/40 { color: #0d948866; } +.text-teal-600\\/45 { + color: #0d948873; +} + .text-teal-600\\/5 { color: #0d94880d; } @@ -29081,10 +39893,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0d948880; } +.text-teal-600\\/55 { + color: #0d94888c; +} + .text-teal-600\\/60 { color: #0d948899; } +.text-teal-600\\/65 { + color: #0d9488a6; +} + .text-teal-600\\/70 { color: #0d9488b3; } @@ -29097,6 +39917,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0d9488cc; } +.text-teal-600\\/85 { + color: #0d9488d9; +} + .text-teal-600\\/90 { color: #0d9488e6; } @@ -29122,6 +39946,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f766e; } +.text-teal-700\\/15 { + color: #0f766e26; +} + .text-teal-700\\/20 { color: #0f766e33; } @@ -29134,10 +39962,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f766e4d; } +.text-teal-700\\/35 { + color: #0f766e59; +} + .text-teal-700\\/40 { color: #0f766e66; } +.text-teal-700\\/45 { + color: #0f766e73; +} + .text-teal-700\\/5 { color: #0f766e0d; } @@ -29146,10 +39982,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f766e80; } +.text-teal-700\\/55 { + color: #0f766e8c; +} + .text-teal-700\\/60 { color: #0f766e99; } +.text-teal-700\\/65 { + color: #0f766ea6; +} + .text-teal-700\\/70 { color: #0f766eb3; } @@ -29162,6 +40006,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0f766ecc; } +.text-teal-700\\/85 { + color: #0f766ed9; +} + .text-teal-700\\/90 { color: #0f766ee6; } @@ -29187,6 +40035,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #115e59; } +.text-teal-800\\/15 { + color: #115e5926; +} + .text-teal-800\\/20 { color: #115e5933; } @@ -29199,10 +40051,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #115e594d; } +.text-teal-800\\/35 { + color: #115e5959; +} + .text-teal-800\\/40 { color: #115e5966; } +.text-teal-800\\/45 { + color: #115e5973; +} + .text-teal-800\\/5 { color: #115e590d; } @@ -29211,10 +40071,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #115e5980; } +.text-teal-800\\/55 { + color: #115e598c; +} + .text-teal-800\\/60 { color: #115e5999; } +.text-teal-800\\/65 { + color: #115e59a6; +} + .text-teal-800\\/70 { color: #115e59b3; } @@ -29227,6 +40095,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #115e59cc; } +.text-teal-800\\/85 { + color: #115e59d9; +} + .text-teal-800\\/90 { color: #115e59e6; } @@ -29252,6 +40124,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #134e4a; } +.text-teal-900\\/15 { + color: #134e4a26; +} + .text-teal-900\\/20 { color: #134e4a33; } @@ -29264,10 +40140,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #134e4a4d; } +.text-teal-900\\/35 { + color: #134e4a59; +} + .text-teal-900\\/40 { color: #134e4a66; } +.text-teal-900\\/45 { + color: #134e4a73; +} + .text-teal-900\\/5 { color: #134e4a0d; } @@ -29276,10 +40160,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #134e4a80; } +.text-teal-900\\/55 { + color: #134e4a8c; +} + .text-teal-900\\/60 { color: #134e4a99; } +.text-teal-900\\/65 { + color: #134e4aa6; +} + .text-teal-900\\/70 { color: #134e4ab3; } @@ -29292,6 +40184,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #134e4acc; } +.text-teal-900\\/85 { + color: #134e4ad9; +} + .text-teal-900\\/90 { color: #134e4ae6; } @@ -29317,6 +40213,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #042f2e; } +.text-teal-950\\/15 { + color: #042f2e26; +} + .text-teal-950\\/20 { color: #042f2e33; } @@ -29329,10 +40229,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #042f2e4d; } +.text-teal-950\\/35 { + color: #042f2e59; +} + .text-teal-950\\/40 { color: #042f2e66; } +.text-teal-950\\/45 { + color: #042f2e73; +} + .text-teal-950\\/5 { color: #042f2e0d; } @@ -29341,10 +40249,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #042f2e80; } +.text-teal-950\\/55 { + color: #042f2e8c; +} + .text-teal-950\\/60 { color: #042f2e99; } +.text-teal-950\\/65 { + color: #042f2ea6; +} + .text-teal-950\\/70 { color: #042f2eb3; } @@ -29357,6 +40273,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #042f2ecc; } +.text-teal-950\\/85 { + color: #042f2ed9; +} + .text-teal-950\\/90 { color: #042f2ee6; } @@ -29377,6 +40297,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #000; } +.text-transparent\\/15 { + color: #00000026; +} + .text-transparent\\/20 { color: #0003; } @@ -29389,10 +40313,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #0000004d; } +.text-transparent\\/35 { + color: #00000059; +} + .text-transparent\\/40 { color: #0006; } +.text-transparent\\/45 { + color: #00000073; +} + .text-transparent\\/5 { color: #0000000d; } @@ -29401,10 +40333,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #00000080; } +.text-transparent\\/55 { + color: #0000008c; +} + .text-transparent\\/60 { color: #0009; } +.text-transparent\\/65 { + color: #000000a6; +} + .text-transparent\\/70 { color: #000000b3; } @@ -29417,6 +40357,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #000c; } +.text-transparent\\/85 { + color: #000000d9; +} + .text-transparent\\/90 { color: #000000e6; } @@ -29442,6 +40386,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ede9fe; } +.text-violet-100\\/15 { + color: #ede9fe26; +} + .text-violet-100\\/20 { color: #ede9fe33; } @@ -29454,10 +40402,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ede9fe4d; } +.text-violet-100\\/35 { + color: #ede9fe59; +} + .text-violet-100\\/40 { color: #ede9fe66; } +.text-violet-100\\/45 { + color: #ede9fe73; +} + .text-violet-100\\/5 { color: #ede9fe0d; } @@ -29466,10 +40422,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ede9fe80; } +.text-violet-100\\/55 { + color: #ede9fe8c; +} + .text-violet-100\\/60 { color: #ede9fe99; } +.text-violet-100\\/65 { + color: #ede9fea6; +} + .text-violet-100\\/70 { color: #ede9feb3; } @@ -29482,6 +40446,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ede9fecc; } +.text-violet-100\\/85 { + color: #ede9fed9; +} + .text-violet-100\\/90 { color: #ede9fee6; } @@ -29507,6 +40475,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ddd6fe; } +.text-violet-200\\/15 { + color: #ddd6fe26; +} + .text-violet-200\\/20 { color: #ddd6fe33; } @@ -29519,10 +40491,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ddd6fe4d; } +.text-violet-200\\/35 { + color: #ddd6fe59; +} + .text-violet-200\\/40 { color: #ddd6fe66; } +.text-violet-200\\/45 { + color: #ddd6fe73; +} + .text-violet-200\\/5 { color: #ddd6fe0d; } @@ -29531,10 +40511,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ddd6fe80; } +.text-violet-200\\/55 { + color: #ddd6fe8c; +} + .text-violet-200\\/60 { color: #ddd6fe99; } +.text-violet-200\\/65 { + color: #ddd6fea6; +} + .text-violet-200\\/70 { color: #ddd6feb3; } @@ -29547,6 +40535,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ddd6fecc; } +.text-violet-200\\/85 { + color: #ddd6fed9; +} + .text-violet-200\\/90 { color: #ddd6fee6; } @@ -29572,6 +40564,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c4b5fd; } +.text-violet-300\\/15 { + color: #c4b5fd26; +} + .text-violet-300\\/20 { color: #c4b5fd33; } @@ -29584,10 +40580,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c4b5fd4d; } +.text-violet-300\\/35 { + color: #c4b5fd59; +} + .text-violet-300\\/40 { color: #c4b5fd66; } +.text-violet-300\\/45 { + color: #c4b5fd73; +} + .text-violet-300\\/5 { color: #c4b5fd0d; } @@ -29596,10 +40600,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c4b5fd80; } +.text-violet-300\\/55 { + color: #c4b5fd8c; +} + .text-violet-300\\/60 { color: #c4b5fd99; } +.text-violet-300\\/65 { + color: #c4b5fda6; +} + .text-violet-300\\/70 { color: #c4b5fdb3; } @@ -29612,6 +40624,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #c4b5fdcc; } +.text-violet-300\\/85 { + color: #c4b5fdd9; +} + .text-violet-300\\/90 { color: #c4b5fde6; } @@ -29637,6 +40653,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a78bfa; } +.text-violet-400\\/15 { + color: #a78bfa26; +} + .text-violet-400\\/20 { color: #a78bfa33; } @@ -29649,10 +40669,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a78bfa4d; } +.text-violet-400\\/35 { + color: #a78bfa59; +} + .text-violet-400\\/40 { color: #a78bfa66; } +.text-violet-400\\/45 { + color: #a78bfa73; +} + .text-violet-400\\/5 { color: #a78bfa0d; } @@ -29661,10 +40689,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a78bfa80; } +.text-violet-400\\/55 { + color: #a78bfa8c; +} + .text-violet-400\\/60 { color: #a78bfa99; } +.text-violet-400\\/65 { + color: #a78bfaa6; +} + .text-violet-400\\/70 { color: #a78bfab3; } @@ -29677,6 +40713,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a78bfacc; } +.text-violet-400\\/85 { + color: #a78bfad9; +} + .text-violet-400\\/90 { color: #a78bfae6; } @@ -29702,6 +40742,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f3ff; } +.text-violet-50\\/15 { + color: #f5f3ff26; +} + .text-violet-50\\/20 { color: #f5f3ff33; } @@ -29714,10 +40758,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f3ff4d; } +.text-violet-50\\/35 { + color: #f5f3ff59; +} + .text-violet-50\\/40 { color: #f5f3ff66; } +.text-violet-50\\/45 { + color: #f5f3ff73; +} + .text-violet-50\\/5 { color: #f5f3ff0d; } @@ -29726,10 +40778,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f3ff80; } +.text-violet-50\\/55 { + color: #f5f3ff8c; +} + .text-violet-50\\/60 { color: #f5f3ff99; } +.text-violet-50\\/65 { + color: #f5f3ffa6; +} + .text-violet-50\\/70 { color: #f5f3ffb3; } @@ -29742,6 +40802,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f5f3ffcc; } +.text-violet-50\\/85 { + color: #f5f3ffd9; +} + .text-violet-50\\/90 { color: #f5f3ffe6; } @@ -29767,6 +40831,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #8b5cf6; } +.text-violet-500\\/15 { + color: #8b5cf626; +} + .text-violet-500\\/20 { color: #8b5cf633; } @@ -29779,10 +40847,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #8b5cf64d; } +.text-violet-500\\/35 { + color: #8b5cf659; +} + .text-violet-500\\/40 { color: #8b5cf666; } +.text-violet-500\\/45 { + color: #8b5cf673; +} + .text-violet-500\\/5 { color: #8b5cf60d; } @@ -29791,10 +40867,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #8b5cf680; } +.text-violet-500\\/55 { + color: #8b5cf68c; +} + .text-violet-500\\/60 { color: #8b5cf699; } +.text-violet-500\\/65 { + color: #8b5cf6a6; +} + .text-violet-500\\/70 { color: #8b5cf6b3; } @@ -29807,6 +40891,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #8b5cf6cc; } +.text-violet-500\\/85 { + color: #8b5cf6d9; +} + .text-violet-500\\/90 { color: #8b5cf6e6; } @@ -29832,6 +40920,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c3aed; } +.text-violet-600\\/15 { + color: #7c3aed26; +} + .text-violet-600\\/20 { color: #7c3aed33; } @@ -29844,10 +40936,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c3aed4d; } +.text-violet-600\\/35 { + color: #7c3aed59; +} + .text-violet-600\\/40 { color: #7c3aed66; } +.text-violet-600\\/45 { + color: #7c3aed73; +} + .text-violet-600\\/5 { color: #7c3aed0d; } @@ -29856,10 +40956,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c3aed80; } +.text-violet-600\\/55 { + color: #7c3aed8c; +} + .text-violet-600\\/60 { color: #7c3aed99; } +.text-violet-600\\/65 { + color: #7c3aeda6; +} + .text-violet-600\\/70 { color: #7c3aedb3; } @@ -29872,6 +40980,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #7c3aedcc; } +.text-violet-600\\/85 { + color: #7c3aedd9; +} + .text-violet-600\\/90 { color: #7c3aede6; } @@ -29897,6 +41009,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6d28d9; } +.text-violet-700\\/15 { + color: #6d28d926; +} + .text-violet-700\\/20 { color: #6d28d933; } @@ -29909,10 +41025,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6d28d94d; } +.text-violet-700\\/35 { + color: #6d28d959; +} + .text-violet-700\\/40 { color: #6d28d966; } +.text-violet-700\\/45 { + color: #6d28d973; +} + .text-violet-700\\/5 { color: #6d28d90d; } @@ -29921,10 +41045,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6d28d980; } +.text-violet-700\\/55 { + color: #6d28d98c; +} + .text-violet-700\\/60 { color: #6d28d999; } +.text-violet-700\\/65 { + color: #6d28d9a6; +} + .text-violet-700\\/70 { color: #6d28d9b3; } @@ -29937,6 +41069,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #6d28d9cc; } +.text-violet-700\\/85 { + color: #6d28d9d9; +} + .text-violet-700\\/90 { color: #6d28d9e6; } @@ -29962,6 +41098,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5b21b6; } +.text-violet-800\\/15 { + color: #5b21b626; +} + .text-violet-800\\/20 { color: #5b21b633; } @@ -29974,10 +41114,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5b21b64d; } +.text-violet-800\\/35 { + color: #5b21b659; +} + .text-violet-800\\/40 { color: #5b21b666; } +.text-violet-800\\/45 { + color: #5b21b673; +} + .text-violet-800\\/5 { color: #5b21b60d; } @@ -29986,10 +41134,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5b21b680; } +.text-violet-800\\/55 { + color: #5b21b68c; +} + .text-violet-800\\/60 { color: #5b21b699; } +.text-violet-800\\/65 { + color: #5b21b6a6; +} + .text-violet-800\\/70 { color: #5b21b6b3; } @@ -30002,6 +41158,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #5b21b6cc; } +.text-violet-800\\/85 { + color: #5b21b6d9; +} + .text-violet-800\\/90 { color: #5b21b6e6; } @@ -30027,6 +41187,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c1d95; } +.text-violet-900\\/15 { + color: #4c1d9526; +} + .text-violet-900\\/20 { color: #4c1d9533; } @@ -30039,10 +41203,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c1d954d; } +.text-violet-900\\/35 { + color: #4c1d9559; +} + .text-violet-900\\/40 { color: #4c1d9566; } +.text-violet-900\\/45 { + color: #4c1d9573; +} + .text-violet-900\\/5 { color: #4c1d950d; } @@ -30051,10 +41223,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c1d9580; } +.text-violet-900\\/55 { + color: #4c1d958c; +} + .text-violet-900\\/60 { color: #4c1d9599; } +.text-violet-900\\/65 { + color: #4c1d95a6; +} + .text-violet-900\\/70 { color: #4c1d95b3; } @@ -30067,6 +41247,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4c1d95cc; } +.text-violet-900\\/85 { + color: #4c1d95d9; +} + .text-violet-900\\/90 { color: #4c1d95e6; } @@ -30092,6 +41276,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2e1065; } +.text-violet-950\\/15 { + color: #2e106526; +} + .text-violet-950\\/20 { color: #2e106533; } @@ -30104,10 +41292,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2e10654d; } +.text-violet-950\\/35 { + color: #2e106559; +} + .text-violet-950\\/40 { color: #2e106566; } +.text-violet-950\\/45 { + color: #2e106573; +} + .text-violet-950\\/5 { color: #2e10650d; } @@ -30116,10 +41312,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2e106580; } +.text-violet-950\\/55 { + color: #2e10658c; +} + .text-violet-950\\/60 { color: #2e106599; } +.text-violet-950\\/65 { + color: #2e1065a6; +} + .text-violet-950\\/70 { color: #2e1065b3; } @@ -30132,6 +41336,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #2e1065cc; } +.text-violet-950\\/85 { + color: #2e1065d9; +} + .text-violet-950\\/90 { color: #2e1065e6; } @@ -30157,6 +41365,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fff; } +.text-white\\/15 { + color: #ffffff26; +} + .text-white\\/20 { color: #fff3; } @@ -30169,10 +41381,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffffff4d; } +.text-white\\/35 { + color: #ffffff59; +} + .text-white\\/40 { color: #fff6; } +.text-white\\/45 { + color: #ffffff73; +} + .text-white\\/5 { color: #ffffff0d; } @@ -30181,10 +41401,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ffffff80; } +.text-white\\/55 { + color: #ffffff8c; +} + .text-white\\/60 { color: #fff9; } +.text-white\\/65 { + color: #ffffffa6; +} + .text-white\\/70 { color: #ffffffb3; } @@ -30197,6 +41425,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fffc; } +.text-white\\/85 { + color: #ffffffd9; +} + .text-white\\/90 { color: #ffffffe6; } @@ -30222,6 +41454,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef9c3; } +.text-yellow-100\\/15 { + color: #fef9c326; +} + .text-yellow-100\\/20 { color: #fef9c333; } @@ -30234,10 +41470,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef9c34d; } +.text-yellow-100\\/35 { + color: #fef9c359; +} + .text-yellow-100\\/40 { color: #fef9c366; } +.text-yellow-100\\/45 { + color: #fef9c373; +} + .text-yellow-100\\/5 { color: #fef9c30d; } @@ -30246,10 +41490,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef9c380; } +.text-yellow-100\\/55 { + color: #fef9c38c; +} + .text-yellow-100\\/60 { color: #fef9c399; } +.text-yellow-100\\/65 { + color: #fef9c3a6; +} + .text-yellow-100\\/70 { color: #fef9c3b3; } @@ -30262,6 +41514,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef9c3cc; } +.text-yellow-100\\/85 { + color: #fef9c3d9; +} + .text-yellow-100\\/90 { color: #fef9c3e6; } @@ -30287,6 +41543,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef08a; } +.text-yellow-200\\/15 { + color: #fef08a26; +} + .text-yellow-200\\/20 { color: #fef08a33; } @@ -30299,10 +41559,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef08a4d; } +.text-yellow-200\\/35 { + color: #fef08a59; +} + .text-yellow-200\\/40 { color: #fef08a66; } +.text-yellow-200\\/45 { + color: #fef08a73; +} + .text-yellow-200\\/5 { color: #fef08a0d; } @@ -30311,10 +41579,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef08a80; } +.text-yellow-200\\/55 { + color: #fef08a8c; +} + .text-yellow-200\\/60 { color: #fef08a99; } +.text-yellow-200\\/65 { + color: #fef08aa6; +} + .text-yellow-200\\/70 { color: #fef08ab3; } @@ -30327,6 +41603,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fef08acc; } +.text-yellow-200\\/85 { + color: #fef08ad9; +} + .text-yellow-200\\/90 { color: #fef08ae6; } @@ -30352,6 +41632,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde047; } +.text-yellow-300\\/15 { + color: #fde04726; +} + .text-yellow-300\\/20 { color: #fde04733; } @@ -30364,10 +41648,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde0474d; } +.text-yellow-300\\/35 { + color: #fde04759; +} + .text-yellow-300\\/40 { color: #fde04766; } +.text-yellow-300\\/45 { + color: #fde04773; +} + .text-yellow-300\\/5 { color: #fde0470d; } @@ -30376,10 +41668,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde04780; } +.text-yellow-300\\/55 { + color: #fde0478c; +} + .text-yellow-300\\/60 { color: #fde04799; } +.text-yellow-300\\/65 { + color: #fde047a6; +} + .text-yellow-300\\/70 { color: #fde047b3; } @@ -30392,6 +41692,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fde047cc; } +.text-yellow-300\\/85 { + color: #fde047d9; +} + .text-yellow-300\\/90 { color: #fde047e6; } @@ -30417,6 +41721,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #facc15; } +.text-yellow-400\\/15 { + color: #facc1526; +} + .text-yellow-400\\/20 { color: #facc1533; } @@ -30429,10 +41737,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #facc154d; } +.text-yellow-400\\/35 { + color: #facc1559; +} + .text-yellow-400\\/40 { color: #facc1566; } +.text-yellow-400\\/45 { + color: #facc1573; +} + .text-yellow-400\\/5 { color: #facc150d; } @@ -30441,10 +41757,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #facc1580; } +.text-yellow-400\\/55 { + color: #facc158c; +} + .text-yellow-400\\/60 { color: #facc1599; } +.text-yellow-400\\/65 { + color: #facc15a6; +} + .text-yellow-400\\/70 { color: #facc15b3; } @@ -30457,6 +41781,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #facc15cc; } +.text-yellow-400\\/85 { + color: #facc15d9; +} + .text-yellow-400\\/90 { color: #facc15e6; } @@ -30482,6 +41810,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fefce8; } +.text-yellow-50\\/15 { + color: #fefce826; +} + .text-yellow-50\\/20 { color: #fefce833; } @@ -30494,10 +41826,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fefce84d; } +.text-yellow-50\\/35 { + color: #fefce859; +} + .text-yellow-50\\/40 { color: #fefce866; } +.text-yellow-50\\/45 { + color: #fefce873; +} + .text-yellow-50\\/5 { color: #fefce80d; } @@ -30506,10 +41846,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fefce880; } +.text-yellow-50\\/55 { + color: #fefce88c; +} + .text-yellow-50\\/60 { color: #fefce899; } +.text-yellow-50\\/65 { + color: #fefce8a6; +} + .text-yellow-50\\/70 { color: #fefce8b3; } @@ -30522,6 +41870,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fefce8cc; } +.text-yellow-50\\/85 { + color: #fefce8d9; +} + .text-yellow-50\\/90 { color: #fefce8e6; } @@ -30547,6 +41899,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eab308; } +.text-yellow-500\\/15 { + color: #eab30826; +} + .text-yellow-500\\/20 { color: #eab30833; } @@ -30559,10 +41915,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eab3084d; } +.text-yellow-500\\/35 { + color: #eab30859; +} + .text-yellow-500\\/40 { color: #eab30866; } +.text-yellow-500\\/45 { + color: #eab30873; +} + .text-yellow-500\\/5 { color: #eab3080d; } @@ -30571,10 +41935,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eab30880; } +.text-yellow-500\\/55 { + color: #eab3088c; +} + .text-yellow-500\\/60 { color: #eab30899; } +.text-yellow-500\\/65 { + color: #eab308a6; +} + .text-yellow-500\\/70 { color: #eab308b3; } @@ -30587,6 +41959,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #eab308cc; } +.text-yellow-500\\/85 { + color: #eab308d9; +} + .text-yellow-500\\/90 { color: #eab308e6; } @@ -30612,6 +41988,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ca8a04; } +.text-yellow-600\\/15 { + color: #ca8a0426; +} + .text-yellow-600\\/20 { color: #ca8a0433; } @@ -30624,10 +42004,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ca8a044d; } +.text-yellow-600\\/35 { + color: #ca8a0459; +} + .text-yellow-600\\/40 { color: #ca8a0466; } +.text-yellow-600\\/45 { + color: #ca8a0473; +} + .text-yellow-600\\/5 { color: #ca8a040d; } @@ -30636,10 +42024,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ca8a0480; } +.text-yellow-600\\/55 { + color: #ca8a048c; +} + .text-yellow-600\\/60 { color: #ca8a0499; } +.text-yellow-600\\/65 { + color: #ca8a04a6; +} + .text-yellow-600\\/70 { color: #ca8a04b3; } @@ -30652,6 +42048,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #ca8a04cc; } +.text-yellow-600\\/85 { + color: #ca8a04d9; +} + .text-yellow-600\\/90 { color: #ca8a04e6; } @@ -30677,6 +42077,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a16207; } +.text-yellow-700\\/15 { + color: #a1620726; +} + .text-yellow-700\\/20 { color: #a1620733; } @@ -30689,10 +42093,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a162074d; } +.text-yellow-700\\/35 { + color: #a1620759; +} + .text-yellow-700\\/40 { color: #a1620766; } +.text-yellow-700\\/45 { + color: #a1620773; +} + .text-yellow-700\\/5 { color: #a162070d; } @@ -30701,10 +42113,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a1620780; } +.text-yellow-700\\/55 { + color: #a162078c; +} + .text-yellow-700\\/60 { color: #a1620799; } +.text-yellow-700\\/65 { + color: #a16207a6; +} + .text-yellow-700\\/70 { color: #a16207b3; } @@ -30717,6 +42137,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a16207cc; } +.text-yellow-700\\/85 { + color: #a16207d9; +} + .text-yellow-700\\/90 { color: #a16207e6; } @@ -30742,6 +42166,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #854d0e; } +.text-yellow-800\\/15 { + color: #854d0e26; +} + .text-yellow-800\\/20 { color: #854d0e33; } @@ -30754,10 +42182,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #854d0e4d; } +.text-yellow-800\\/35 { + color: #854d0e59; +} + .text-yellow-800\\/40 { color: #854d0e66; } +.text-yellow-800\\/45 { + color: #854d0e73; +} + .text-yellow-800\\/5 { color: #854d0e0d; } @@ -30766,10 +42202,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #854d0e80; } +.text-yellow-800\\/55 { + color: #854d0e8c; +} + .text-yellow-800\\/60 { color: #854d0e99; } +.text-yellow-800\\/65 { + color: #854d0ea6; +} + .text-yellow-800\\/70 { color: #854d0eb3; } @@ -30782,6 +42226,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #854d0ecc; } +.text-yellow-800\\/85 { + color: #854d0ed9; +} + .text-yellow-800\\/90 { color: #854d0ee6; } @@ -30807,6 +42255,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #713f12; } +.text-yellow-900\\/15 { + color: #713f1226; +} + .text-yellow-900\\/20 { color: #713f1233; } @@ -30819,10 +42271,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #713f124d; } +.text-yellow-900\\/35 { + color: #713f1259; +} + .text-yellow-900\\/40 { color: #713f1266; } +.text-yellow-900\\/45 { + color: #713f1273; +} + .text-yellow-900\\/5 { color: #713f120d; } @@ -30831,10 +42291,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #713f1280; } +.text-yellow-900\\/55 { + color: #713f128c; +} + .text-yellow-900\\/60 { color: #713f1299; } +.text-yellow-900\\/65 { + color: #713f12a6; +} + .text-yellow-900\\/70 { color: #713f12b3; } @@ -30847,6 +42315,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #713f12cc; } +.text-yellow-900\\/85 { + color: #713f12d9; +} + .text-yellow-900\\/90 { color: #713f12e6; } @@ -30872,6 +42344,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #422006; } +.text-yellow-950\\/15 { + color: #42200626; +} + .text-yellow-950\\/20 { color: #42200633; } @@ -30884,10 +42360,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #4220064d; } +.text-yellow-950\\/35 { + color: #42200659; +} + .text-yellow-950\\/40 { color: #42200666; } +.text-yellow-950\\/45 { + color: #42200673; +} + .text-yellow-950\\/5 { color: #4220060d; } @@ -30896,10 +42380,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #42200680; } +.text-yellow-950\\/55 { + color: #4220068c; +} + .text-yellow-950\\/60 { color: #42200699; } +.text-yellow-950\\/65 { + color: #422006a6; +} + .text-yellow-950\\/70 { color: #422006b3; } @@ -30912,6 +42404,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #422006cc; } +.text-yellow-950\\/85 { + color: #422006d9; +} + .text-yellow-950\\/90 { color: #422006e6; } @@ -30937,6 +42433,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f4f4f5; } +.text-zinc-100\\/15 { + color: #f4f4f526; +} + .text-zinc-100\\/20 { color: #f4f4f533; } @@ -30949,10 +42449,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f4f4f54d; } +.text-zinc-100\\/35 { + color: #f4f4f559; +} + .text-zinc-100\\/40 { color: #f4f4f566; } +.text-zinc-100\\/45 { + color: #f4f4f573; +} + .text-zinc-100\\/5 { color: #f4f4f50d; } @@ -30961,10 +42469,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f4f4f580; } +.text-zinc-100\\/55 { + color: #f4f4f58c; +} + .text-zinc-100\\/60 { color: #f4f4f599; } +.text-zinc-100\\/65 { + color: #f4f4f5a6; +} + .text-zinc-100\\/70 { color: #f4f4f5b3; } @@ -30977,6 +42493,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #f4f4f5cc; } +.text-zinc-100\\/85 { + color: #f4f4f5d9; +} + .text-zinc-100\\/90 { color: #f4f4f5e6; } @@ -31002,6 +42522,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e4e4e7; } +.text-zinc-200\\/15 { + color: #e4e4e726; +} + .text-zinc-200\\/20 { color: #e4e4e733; } @@ -31014,10 +42538,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e4e4e74d; } +.text-zinc-200\\/35 { + color: #e4e4e759; +} + .text-zinc-200\\/40 { color: #e4e4e766; } +.text-zinc-200\\/45 { + color: #e4e4e773; +} + .text-zinc-200\\/5 { color: #e4e4e70d; } @@ -31026,10 +42558,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e4e4e780; } +.text-zinc-200\\/55 { + color: #e4e4e78c; +} + .text-zinc-200\\/60 { color: #e4e4e799; } +.text-zinc-200\\/65 { + color: #e4e4e7a6; +} + .text-zinc-200\\/70 { color: #e4e4e7b3; } @@ -31042,6 +42582,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #e4e4e7cc; } +.text-zinc-200\\/85 { + color: #e4e4e7d9; +} + .text-zinc-200\\/90 { color: #e4e4e7e6; } @@ -31067,6 +42611,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d8; } +.text-zinc-300\\/15 { + color: #d4d4d826; +} + .text-zinc-300\\/20 { color: #d4d4d833; } @@ -31079,10 +42627,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d84d; } +.text-zinc-300\\/35 { + color: #d4d4d859; +} + .text-zinc-300\\/40 { color: #d4d4d866; } +.text-zinc-300\\/45 { + color: #d4d4d873; +} + .text-zinc-300\\/5 { color: #d4d4d80d; } @@ -31091,10 +42647,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d880; } +.text-zinc-300\\/55 { + color: #d4d4d88c; +} + .text-zinc-300\\/60 { color: #d4d4d899; } +.text-zinc-300\\/65 { + color: #d4d4d8a6; +} + .text-zinc-300\\/70 { color: #d4d4d8b3; } @@ -31107,6 +42671,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #d4d4d8cc; } +.text-zinc-300\\/85 { + color: #d4d4d8d9; +} + .text-zinc-300\\/90 { color: #d4d4d8e6; } @@ -31132,6 +42700,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a1a1aa; } +.text-zinc-400\\/15 { + color: #a1a1aa26; +} + .text-zinc-400\\/20 { color: #a1a1aa33; } @@ -31144,10 +42716,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a1a1aa4d; } +.text-zinc-400\\/35 { + color: #a1a1aa59; +} + .text-zinc-400\\/40 { color: #a1a1aa66; } +.text-zinc-400\\/45 { + color: #a1a1aa73; +} + .text-zinc-400\\/5 { color: #a1a1aa0d; } @@ -31156,10 +42736,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a1a1aa80; } +.text-zinc-400\\/55 { + color: #a1a1aa8c; +} + .text-zinc-400\\/60 { color: #a1a1aa99; } +.text-zinc-400\\/65 { + color: #a1a1aaa6; +} + .text-zinc-400\\/70 { color: #a1a1aab3; } @@ -31172,6 +42760,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #a1a1aacc; } +.text-zinc-400\\/85 { + color: #a1a1aad9; +} + .text-zinc-400\\/90 { color: #a1a1aae6; } @@ -31197,6 +42789,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafa; } +.text-zinc-50\\/15 { + color: #fafafa26; +} + .text-zinc-50\\/20 { color: #fafafa33; } @@ -31209,10 +42805,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafa4d; } +.text-zinc-50\\/35 { + color: #fafafa59; +} + .text-zinc-50\\/40 { color: #fafafa66; } +.text-zinc-50\\/45 { + color: #fafafa73; +} + .text-zinc-50\\/5 { color: #fafafa0d; } @@ -31221,10 +42825,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafa80; } +.text-zinc-50\\/55 { + color: #fafafa8c; +} + .text-zinc-50\\/60 { color: #fafafa99; } +.text-zinc-50\\/65 { + color: #fafafaa6; +} + .text-zinc-50\\/70 { color: #fafafab3; } @@ -31237,6 +42849,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #fafafacc; } +.text-zinc-50\\/85 { + color: #fafafad9; +} + .text-zinc-50\\/90 { color: #fafafae6; } @@ -31262,6 +42878,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #71717a; } +.text-zinc-500\\/15 { + color: #71717a26; +} + .text-zinc-500\\/20 { color: #71717a33; } @@ -31274,10 +42894,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #71717a4d; } +.text-zinc-500\\/35 { + color: #71717a59; +} + .text-zinc-500\\/40 { color: #71717a66; } +.text-zinc-500\\/45 { + color: #71717a73; +} + .text-zinc-500\\/5 { color: #71717a0d; } @@ -31286,10 +42914,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #71717a80; } +.text-zinc-500\\/55 { + color: #71717a8c; +} + .text-zinc-500\\/60 { color: #71717a99; } +.text-zinc-500\\/65 { + color: #71717aa6; +} + .text-zinc-500\\/70 { color: #71717ab3; } @@ -31302,6 +42938,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #71717acc; } +.text-zinc-500\\/85 { + color: #71717ad9; +} + .text-zinc-500\\/90 { color: #71717ae6; } @@ -31327,6 +42967,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #52525b; } +.text-zinc-600\\/15 { + color: #52525b26; +} + .text-zinc-600\\/20 { color: #52525b33; } @@ -31339,10 +42983,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #52525b4d; } +.text-zinc-600\\/35 { + color: #52525b59; +} + .text-zinc-600\\/40 { color: #52525b66; } +.text-zinc-600\\/45 { + color: #52525b73; +} + .text-zinc-600\\/5 { color: #52525b0d; } @@ -31351,10 +43003,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #52525b80; } +.text-zinc-600\\/55 { + color: #52525b8c; +} + .text-zinc-600\\/60 { color: #52525b99; } +.text-zinc-600\\/65 { + color: #52525ba6; +} + .text-zinc-600\\/70 { color: #52525bb3; } @@ -31367,6 +43027,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #52525bcc; } +.text-zinc-600\\/85 { + color: #52525bd9; +} + .text-zinc-600\\/90 { color: #52525be6; } @@ -31392,6 +43056,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f3f46; } +.text-zinc-700\\/15 { + color: #3f3f4626; +} + .text-zinc-700\\/20 { color: #3f3f4633; } @@ -31404,10 +43072,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f3f464d; } +.text-zinc-700\\/35 { + color: #3f3f4659; +} + .text-zinc-700\\/40 { color: #3f3f4666; } +.text-zinc-700\\/45 { + color: #3f3f4673; +} + .text-zinc-700\\/5 { color: #3f3f460d; } @@ -31416,10 +43092,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f3f4680; } +.text-zinc-700\\/55 { + color: #3f3f468c; +} + .text-zinc-700\\/60 { color: #3f3f4699; } +.text-zinc-700\\/65 { + color: #3f3f46a6; +} + .text-zinc-700\\/70 { color: #3f3f46b3; } @@ -31432,6 +43116,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #3f3f46cc; } +.text-zinc-700\\/85 { + color: #3f3f46d9; +} + .text-zinc-700\\/90 { color: #3f3f46e6; } @@ -31457,6 +43145,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #27272a; } +.text-zinc-800\\/15 { + color: #27272a26; +} + .text-zinc-800\\/20 { color: #27272a33; } @@ -31469,10 +43161,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #27272a4d; } +.text-zinc-800\\/35 { + color: #27272a59; +} + .text-zinc-800\\/40 { color: #27272a66; } +.text-zinc-800\\/45 { + color: #27272a73; +} + .text-zinc-800\\/5 { color: #27272a0d; } @@ -31481,10 +43181,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #27272a80; } +.text-zinc-800\\/55 { + color: #27272a8c; +} + .text-zinc-800\\/60 { color: #27272a99; } +.text-zinc-800\\/65 { + color: #27272aa6; +} + .text-zinc-800\\/70 { color: #27272ab3; } @@ -31497,6 +43205,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #27272acc; } +.text-zinc-800\\/85 { + color: #27272ad9; +} + .text-zinc-800\\/90 { color: #27272ae6; } @@ -31522,6 +43234,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #18181b; } +.text-zinc-900\\/15 { + color: #18181b26; +} + .text-zinc-900\\/20 { color: #18181b33; } @@ -31534,10 +43250,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #18181b4d; } +.text-zinc-900\\/35 { + color: #18181b59; +} + .text-zinc-900\\/40 { color: #18181b66; } +.text-zinc-900\\/45 { + color: #18181b73; +} + .text-zinc-900\\/5 { color: #18181b0d; } @@ -31546,10 +43270,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #18181b80; } +.text-zinc-900\\/55 { + color: #18181b8c; +} + .text-zinc-900\\/60 { color: #18181b99; } +.text-zinc-900\\/65 { + color: #18181ba6; +} + .text-zinc-900\\/70 { color: #18181bb3; } @@ -31562,6 +43294,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #18181bcc; } +.text-zinc-900\\/85 { + color: #18181bd9; +} + .text-zinc-900\\/90 { color: #18181be6; } @@ -31587,6 +43323,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #09090b; } +.text-zinc-950\\/15 { + color: #09090b26; +} + .text-zinc-950\\/20 { color: #09090b33; } @@ -31599,10 +43339,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #09090b4d; } +.text-zinc-950\\/35 { + color: #09090b59; +} + .text-zinc-950\\/40 { color: #09090b66; } +.text-zinc-950\\/45 { + color: #09090b73; +} + .text-zinc-950\\/5 { color: #09090b0d; } @@ -31611,10 +43359,18 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #09090b80; } +.text-zinc-950\\/55 { + color: #09090b8c; +} + .text-zinc-950\\/60 { color: #09090b99; } +.text-zinc-950\\/65 { + color: #09090ba6; +} + .text-zinc-950\\/70 { color: #09090bb3; } @@ -31627,6 +43383,10 @@ exports[`should test the 'textColor' plugin 2`] = ` color: #09090bcc; } +.text-zinc-950\\/85 { + color: #09090bd9; +} + .text-zinc-950\\/90 { color: #09090be6; } @@ -31647,6 +43407,10 @@ exports[`should test the 'textColor' plugin 2`] = ` --tw-text-opacity: 1; } +.text-opacity-15 { + --tw-text-opacity: .15; +} + .text-opacity-20 { --tw-text-opacity: .2; } @@ -31659,10 +43423,18 @@ exports[`should test the 'textColor' plugin 2`] = ` --tw-text-opacity: .3; } +.text-opacity-35 { + --tw-text-opacity: .35; +} + .text-opacity-40 { --tw-text-opacity: .4; } +.text-opacity-45 { + --tw-text-opacity: .45; +} + .text-opacity-5 { --tw-text-opacity: .05; } @@ -31671,10 +43443,18 @@ exports[`should test the 'textColor' plugin 2`] = ` --tw-text-opacity: .5; } +.text-opacity-55 { + --tw-text-opacity: .55; +} + .text-opacity-60 { --tw-text-opacity: .6; } +.text-opacity-65 { + --tw-text-opacity: .65; +} + .text-opacity-70 { --tw-text-opacity: .7; } @@ -31687,6 +43467,10 @@ exports[`should test the 'textColor' plugin 2`] = ` --tw-text-opacity: .8; } +.text-opacity-85 { + --tw-text-opacity: .85; +} + .text-opacity-90 { --tw-text-opacity: .9; } diff --git a/tests/plugins/__snapshots__/textDecorationColor.test.js.snap b/tests/plugins/__snapshots__/textDecorationColor.test.js.snap index c834e9b5b526..d9157a632881 100644 --- a/tests/plugins/__snapshots__/textDecorationColor.test.js.snap +++ b/tests/plugins/__snapshots__/textDecorationColor.test.js.snap @@ -18,6 +18,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef3c7; } +.decoration-amber-100\\/15 { + text-decoration-color: #fef3c726; +} + .decoration-amber-100\\/20 { text-decoration-color: #fef3c733; } @@ -30,10 +34,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef3c74d; } +.decoration-amber-100\\/35 { + text-decoration-color: #fef3c759; +} + .decoration-amber-100\\/40 { text-decoration-color: #fef3c766; } +.decoration-amber-100\\/45 { + text-decoration-color: #fef3c773; +} + .decoration-amber-100\\/5 { text-decoration-color: #fef3c70d; } @@ -42,10 +54,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef3c780; } +.decoration-amber-100\\/55 { + text-decoration-color: #fef3c78c; +} + .decoration-amber-100\\/60 { text-decoration-color: #fef3c799; } +.decoration-amber-100\\/65 { + text-decoration-color: #fef3c7a6; +} + .decoration-amber-100\\/70 { text-decoration-color: #fef3c7b3; } @@ -58,6 +78,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef3c7cc; } +.decoration-amber-100\\/85 { + text-decoration-color: #fef3c7d9; +} + .decoration-amber-100\\/90 { text-decoration-color: #fef3c7e6; } @@ -82,6 +106,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde68a; } +.decoration-amber-200\\/15 { + text-decoration-color: #fde68a26; +} + .decoration-amber-200\\/20 { text-decoration-color: #fde68a33; } @@ -94,10 +122,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde68a4d; } +.decoration-amber-200\\/35 { + text-decoration-color: #fde68a59; +} + .decoration-amber-200\\/40 { text-decoration-color: #fde68a66; } +.decoration-amber-200\\/45 { + text-decoration-color: #fde68a73; +} + .decoration-amber-200\\/5 { text-decoration-color: #fde68a0d; } @@ -106,10 +142,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde68a80; } +.decoration-amber-200\\/55 { + text-decoration-color: #fde68a8c; +} + .decoration-amber-200\\/60 { text-decoration-color: #fde68a99; } +.decoration-amber-200\\/65 { + text-decoration-color: #fde68aa6; +} + .decoration-amber-200\\/70 { text-decoration-color: #fde68ab3; } @@ -122,6 +166,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde68acc; } +.decoration-amber-200\\/85 { + text-decoration-color: #fde68ad9; +} + .decoration-amber-200\\/90 { text-decoration-color: #fde68ae6; } @@ -146,6 +194,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fcd34d; } +.decoration-amber-300\\/15 { + text-decoration-color: #fcd34d26; +} + .decoration-amber-300\\/20 { text-decoration-color: #fcd34d33; } @@ -158,10 +210,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fcd34d4d; } +.decoration-amber-300\\/35 { + text-decoration-color: #fcd34d59; +} + .decoration-amber-300\\/40 { text-decoration-color: #fcd34d66; } +.decoration-amber-300\\/45 { + text-decoration-color: #fcd34d73; +} + .decoration-amber-300\\/5 { text-decoration-color: #fcd34d0d; } @@ -170,10 +230,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fcd34d80; } +.decoration-amber-300\\/55 { + text-decoration-color: #fcd34d8c; +} + .decoration-amber-300\\/60 { text-decoration-color: #fcd34d99; } +.decoration-amber-300\\/65 { + text-decoration-color: #fcd34da6; +} + .decoration-amber-300\\/70 { text-decoration-color: #fcd34db3; } @@ -186,6 +254,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fcd34dcc; } +.decoration-amber-300\\/85 { + text-decoration-color: #fcd34dd9; +} + .decoration-amber-300\\/90 { text-decoration-color: #fcd34de6; } @@ -210,6 +282,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbbf24; } +.decoration-amber-400\\/15 { + text-decoration-color: #fbbf2426; +} + .decoration-amber-400\\/20 { text-decoration-color: #fbbf2433; } @@ -222,10 +298,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbbf244d; } +.decoration-amber-400\\/35 { + text-decoration-color: #fbbf2459; +} + .decoration-amber-400\\/40 { text-decoration-color: #fbbf2466; } +.decoration-amber-400\\/45 { + text-decoration-color: #fbbf2473; +} + .decoration-amber-400\\/5 { text-decoration-color: #fbbf240d; } @@ -234,10 +318,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbbf2480; } +.decoration-amber-400\\/55 { + text-decoration-color: #fbbf248c; +} + .decoration-amber-400\\/60 { text-decoration-color: #fbbf2499; } +.decoration-amber-400\\/65 { + text-decoration-color: #fbbf24a6; +} + .decoration-amber-400\\/70 { text-decoration-color: #fbbf24b3; } @@ -250,6 +342,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbbf24cc; } +.decoration-amber-400\\/85 { + text-decoration-color: #fbbf24d9; +} + .decoration-amber-400\\/90 { text-decoration-color: #fbbf24e6; } @@ -274,6 +370,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fffbeb; } +.decoration-amber-50\\/15 { + text-decoration-color: #fffbeb26; +} + .decoration-amber-50\\/20 { text-decoration-color: #fffbeb33; } @@ -286,10 +386,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fffbeb4d; } +.decoration-amber-50\\/35 { + text-decoration-color: #fffbeb59; +} + .decoration-amber-50\\/40 { text-decoration-color: #fffbeb66; } +.decoration-amber-50\\/45 { + text-decoration-color: #fffbeb73; +} + .decoration-amber-50\\/5 { text-decoration-color: #fffbeb0d; } @@ -298,10 +406,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fffbeb80; } +.decoration-amber-50\\/55 { + text-decoration-color: #fffbeb8c; +} + .decoration-amber-50\\/60 { text-decoration-color: #fffbeb99; } +.decoration-amber-50\\/65 { + text-decoration-color: #fffbeba6; +} + .decoration-amber-50\\/70 { text-decoration-color: #fffbebb3; } @@ -314,6 +430,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fffbebcc; } +.decoration-amber-50\\/85 { + text-decoration-color: #fffbebd9; +} + .decoration-amber-50\\/90 { text-decoration-color: #fffbebe6; } @@ -338,6 +458,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f59e0b; } +.decoration-amber-500\\/15 { + text-decoration-color: #f59e0b26; +} + .decoration-amber-500\\/20 { text-decoration-color: #f59e0b33; } @@ -350,10 +474,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f59e0b4d; } +.decoration-amber-500\\/35 { + text-decoration-color: #f59e0b59; +} + .decoration-amber-500\\/40 { text-decoration-color: #f59e0b66; } +.decoration-amber-500\\/45 { + text-decoration-color: #f59e0b73; +} + .decoration-amber-500\\/5 { text-decoration-color: #f59e0b0d; } @@ -362,10 +494,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f59e0b80; } +.decoration-amber-500\\/55 { + text-decoration-color: #f59e0b8c; +} + .decoration-amber-500\\/60 { text-decoration-color: #f59e0b99; } +.decoration-amber-500\\/65 { + text-decoration-color: #f59e0ba6; +} + .decoration-amber-500\\/70 { text-decoration-color: #f59e0bb3; } @@ -378,6 +518,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f59e0bcc; } +.decoration-amber-500\\/85 { + text-decoration-color: #f59e0bd9; +} + .decoration-amber-500\\/90 { text-decoration-color: #f59e0be6; } @@ -402,6 +546,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d97706; } +.decoration-amber-600\\/15 { + text-decoration-color: #d9770626; +} + .decoration-amber-600\\/20 { text-decoration-color: #d9770633; } @@ -414,10 +562,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d977064d; } +.decoration-amber-600\\/35 { + text-decoration-color: #d9770659; +} + .decoration-amber-600\\/40 { text-decoration-color: #d9770666; } +.decoration-amber-600\\/45 { + text-decoration-color: #d9770673; +} + .decoration-amber-600\\/5 { text-decoration-color: #d977060d; } @@ -426,10 +582,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d9770680; } +.decoration-amber-600\\/55 { + text-decoration-color: #d977068c; +} + .decoration-amber-600\\/60 { text-decoration-color: #d9770699; } +.decoration-amber-600\\/65 { + text-decoration-color: #d97706a6; +} + .decoration-amber-600\\/70 { text-decoration-color: #d97706b3; } @@ -442,6 +606,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d97706cc; } +.decoration-amber-600\\/85 { + text-decoration-color: #d97706d9; +} + .decoration-amber-600\\/90 { text-decoration-color: #d97706e6; } @@ -466,6 +634,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b45309; } +.decoration-amber-700\\/15 { + text-decoration-color: #b4530926; +} + .decoration-amber-700\\/20 { text-decoration-color: #b4530933; } @@ -478,10 +650,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b453094d; } +.decoration-amber-700\\/35 { + text-decoration-color: #b4530959; +} + .decoration-amber-700\\/40 { text-decoration-color: #b4530966; } +.decoration-amber-700\\/45 { + text-decoration-color: #b4530973; +} + .decoration-amber-700\\/5 { text-decoration-color: #b453090d; } @@ -490,10 +670,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b4530980; } +.decoration-amber-700\\/55 { + text-decoration-color: #b453098c; +} + .decoration-amber-700\\/60 { text-decoration-color: #b4530999; } +.decoration-amber-700\\/65 { + text-decoration-color: #b45309a6; +} + .decoration-amber-700\\/70 { text-decoration-color: #b45309b3; } @@ -506,6 +694,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b45309cc; } +.decoration-amber-700\\/85 { + text-decoration-color: #b45309d9; +} + .decoration-amber-700\\/90 { text-decoration-color: #b45309e6; } @@ -530,6 +722,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #92400e; } +.decoration-amber-800\\/15 { + text-decoration-color: #92400e26; +} + .decoration-amber-800\\/20 { text-decoration-color: #92400e33; } @@ -542,10 +738,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #92400e4d; } +.decoration-amber-800\\/35 { + text-decoration-color: #92400e59; +} + .decoration-amber-800\\/40 { text-decoration-color: #92400e66; } +.decoration-amber-800\\/45 { + text-decoration-color: #92400e73; +} + .decoration-amber-800\\/5 { text-decoration-color: #92400e0d; } @@ -554,10 +758,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #92400e80; } +.decoration-amber-800\\/55 { + text-decoration-color: #92400e8c; +} + .decoration-amber-800\\/60 { text-decoration-color: #92400e99; } +.decoration-amber-800\\/65 { + text-decoration-color: #92400ea6; +} + .decoration-amber-800\\/70 { text-decoration-color: #92400eb3; } @@ -570,6 +782,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #92400ecc; } +.decoration-amber-800\\/85 { + text-decoration-color: #92400ed9; +} + .decoration-amber-800\\/90 { text-decoration-color: #92400ee6; } @@ -594,6 +810,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78350f; } +.decoration-amber-900\\/15 { + text-decoration-color: #78350f26; +} + .decoration-amber-900\\/20 { text-decoration-color: #78350f33; } @@ -606,10 +826,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78350f4d; } +.decoration-amber-900\\/35 { + text-decoration-color: #78350f59; +} + .decoration-amber-900\\/40 { text-decoration-color: #78350f66; } +.decoration-amber-900\\/45 { + text-decoration-color: #78350f73; +} + .decoration-amber-900\\/5 { text-decoration-color: #78350f0d; } @@ -618,10 +846,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78350f80; } +.decoration-amber-900\\/55 { + text-decoration-color: #78350f8c; +} + .decoration-amber-900\\/60 { text-decoration-color: #78350f99; } +.decoration-amber-900\\/65 { + text-decoration-color: #78350fa6; +} + .decoration-amber-900\\/70 { text-decoration-color: #78350fb3; } @@ -634,6 +870,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78350fcc; } +.decoration-amber-900\\/85 { + text-decoration-color: #78350fd9; +} + .decoration-amber-900\\/90 { text-decoration-color: #78350fe6; } @@ -658,6 +898,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #451a03; } +.decoration-amber-950\\/15 { + text-decoration-color: #451a0326; +} + .decoration-amber-950\\/20 { text-decoration-color: #451a0333; } @@ -670,10 +914,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #451a034d; } +.decoration-amber-950\\/35 { + text-decoration-color: #451a0359; +} + .decoration-amber-950\\/40 { text-decoration-color: #451a0366; } +.decoration-amber-950\\/45 { + text-decoration-color: #451a0373; +} + .decoration-amber-950\\/5 { text-decoration-color: #451a030d; } @@ -682,10 +934,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #451a0380; } +.decoration-amber-950\\/55 { + text-decoration-color: #451a038c; +} + .decoration-amber-950\\/60 { text-decoration-color: #451a0399; } +.decoration-amber-950\\/65 { + text-decoration-color: #451a03a6; +} + .decoration-amber-950\\/70 { text-decoration-color: #451a03b3; } @@ -698,6 +958,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #451a03cc; } +.decoration-amber-950\\/85 { + text-decoration-color: #451a03d9; +} + .decoration-amber-950\\/90 { text-decoration-color: #451a03e6; } @@ -722,6 +986,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #000; } +.decoration-black\\/15 { + text-decoration-color: #00000026; +} + .decoration-black\\/20 { text-decoration-color: #0003; } @@ -734,10 +1002,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0000004d; } +.decoration-black\\/35 { + text-decoration-color: #00000059; +} + .decoration-black\\/40 { text-decoration-color: #0006; } +.decoration-black\\/45 { + text-decoration-color: #00000073; +} + .decoration-black\\/5 { text-decoration-color: #0000000d; } @@ -746,10 +1022,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #00000080; } +.decoration-black\\/55 { + text-decoration-color: #0000008c; +} + .decoration-black\\/60 { text-decoration-color: #0009; } +.decoration-black\\/65 { + text-decoration-color: #000000a6; +} + .decoration-black\\/70 { text-decoration-color: #000000b3; } @@ -762,6 +1046,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #000c; } +.decoration-black\\/85 { + text-decoration-color: #000000d9; +} + .decoration-black\\/90 { text-decoration-color: #000000e6; } @@ -786,6 +1074,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dbeafe; } +.decoration-blue-100\\/15 { + text-decoration-color: #dbeafe26; +} + .decoration-blue-100\\/20 { text-decoration-color: #dbeafe33; } @@ -798,10 +1090,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dbeafe4d; } +.decoration-blue-100\\/35 { + text-decoration-color: #dbeafe59; +} + .decoration-blue-100\\/40 { text-decoration-color: #dbeafe66; } +.decoration-blue-100\\/45 { + text-decoration-color: #dbeafe73; +} + .decoration-blue-100\\/5 { text-decoration-color: #dbeafe0d; } @@ -810,10 +1110,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dbeafe80; } +.decoration-blue-100\\/55 { + text-decoration-color: #dbeafe8c; +} + .decoration-blue-100\\/60 { text-decoration-color: #dbeafe99; } +.decoration-blue-100\\/65 { + text-decoration-color: #dbeafea6; +} + .decoration-blue-100\\/70 { text-decoration-color: #dbeafeb3; } @@ -826,6 +1134,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dbeafecc; } +.decoration-blue-100\\/85 { + text-decoration-color: #dbeafed9; +} + .decoration-blue-100\\/90 { text-decoration-color: #dbeafee6; } @@ -850,6 +1162,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bfdbfe; } +.decoration-blue-200\\/15 { + text-decoration-color: #bfdbfe26; +} + .decoration-blue-200\\/20 { text-decoration-color: #bfdbfe33; } @@ -862,10 +1178,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bfdbfe4d; } +.decoration-blue-200\\/35 { + text-decoration-color: #bfdbfe59; +} + .decoration-blue-200\\/40 { text-decoration-color: #bfdbfe66; } +.decoration-blue-200\\/45 { + text-decoration-color: #bfdbfe73; +} + .decoration-blue-200\\/5 { text-decoration-color: #bfdbfe0d; } @@ -874,10 +1198,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bfdbfe80; } +.decoration-blue-200\\/55 { + text-decoration-color: #bfdbfe8c; +} + .decoration-blue-200\\/60 { text-decoration-color: #bfdbfe99; } +.decoration-blue-200\\/65 { + text-decoration-color: #bfdbfea6; +} + .decoration-blue-200\\/70 { text-decoration-color: #bfdbfeb3; } @@ -890,6 +1222,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bfdbfecc; } +.decoration-blue-200\\/85 { + text-decoration-color: #bfdbfed9; +} + .decoration-blue-200\\/90 { text-decoration-color: #bfdbfee6; } @@ -914,6 +1250,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #93c5fd; } +.decoration-blue-300\\/15 { + text-decoration-color: #93c5fd26; +} + .decoration-blue-300\\/20 { text-decoration-color: #93c5fd33; } @@ -926,10 +1266,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #93c5fd4d; } +.decoration-blue-300\\/35 { + text-decoration-color: #93c5fd59; +} + .decoration-blue-300\\/40 { text-decoration-color: #93c5fd66; } +.decoration-blue-300\\/45 { + text-decoration-color: #93c5fd73; +} + .decoration-blue-300\\/5 { text-decoration-color: #93c5fd0d; } @@ -938,10 +1286,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #93c5fd80; } +.decoration-blue-300\\/55 { + text-decoration-color: #93c5fd8c; +} + .decoration-blue-300\\/60 { text-decoration-color: #93c5fd99; } +.decoration-blue-300\\/65 { + text-decoration-color: #93c5fda6; +} + .decoration-blue-300\\/70 { text-decoration-color: #93c5fdb3; } @@ -954,6 +1310,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #93c5fdcc; } +.decoration-blue-300\\/85 { + text-decoration-color: #93c5fdd9; +} + .decoration-blue-300\\/90 { text-decoration-color: #93c5fde6; } @@ -978,6 +1338,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #60a5fa; } +.decoration-blue-400\\/15 { + text-decoration-color: #60a5fa26; +} + .decoration-blue-400\\/20 { text-decoration-color: #60a5fa33; } @@ -990,10 +1354,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #60a5fa4d; } +.decoration-blue-400\\/35 { + text-decoration-color: #60a5fa59; +} + .decoration-blue-400\\/40 { text-decoration-color: #60a5fa66; } +.decoration-blue-400\\/45 { + text-decoration-color: #60a5fa73; +} + .decoration-blue-400\\/5 { text-decoration-color: #60a5fa0d; } @@ -1002,10 +1374,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #60a5fa80; } +.decoration-blue-400\\/55 { + text-decoration-color: #60a5fa8c; +} + .decoration-blue-400\\/60 { text-decoration-color: #60a5fa99; } +.decoration-blue-400\\/65 { + text-decoration-color: #60a5faa6; +} + .decoration-blue-400\\/70 { text-decoration-color: #60a5fab3; } @@ -1018,6 +1398,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #60a5facc; } +.decoration-blue-400\\/85 { + text-decoration-color: #60a5fad9; +} + .decoration-blue-400\\/90 { text-decoration-color: #60a5fae6; } @@ -1042,6 +1426,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eff6ff; } +.decoration-blue-50\\/15 { + text-decoration-color: #eff6ff26; +} + .decoration-blue-50\\/20 { text-decoration-color: #eff6ff33; } @@ -1054,10 +1442,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eff6ff4d; } +.decoration-blue-50\\/35 { + text-decoration-color: #eff6ff59; +} + .decoration-blue-50\\/40 { text-decoration-color: #eff6ff66; } +.decoration-blue-50\\/45 { + text-decoration-color: #eff6ff73; +} + .decoration-blue-50\\/5 { text-decoration-color: #eff6ff0d; } @@ -1066,10 +1462,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eff6ff80; } +.decoration-blue-50\\/55 { + text-decoration-color: #eff6ff8c; +} + .decoration-blue-50\\/60 { text-decoration-color: #eff6ff99; } +.decoration-blue-50\\/65 { + text-decoration-color: #eff6ffa6; +} + .decoration-blue-50\\/70 { text-decoration-color: #eff6ffb3; } @@ -1082,6 +1486,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eff6ffcc; } +.decoration-blue-50\\/85 { + text-decoration-color: #eff6ffd9; +} + .decoration-blue-50\\/90 { text-decoration-color: #eff6ffe6; } @@ -1106,6 +1514,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b82f6; } +.decoration-blue-500\\/15 { + text-decoration-color: #3b82f626; +} + .decoration-blue-500\\/20 { text-decoration-color: #3b82f633; } @@ -1118,10 +1530,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b82f64d; } +.decoration-blue-500\\/35 { + text-decoration-color: #3b82f659; +} + .decoration-blue-500\\/40 { text-decoration-color: #3b82f666; } +.decoration-blue-500\\/45 { + text-decoration-color: #3b82f673; +} + .decoration-blue-500\\/5 { text-decoration-color: #3b82f60d; } @@ -1130,10 +1550,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b82f680; } +.decoration-blue-500\\/55 { + text-decoration-color: #3b82f68c; +} + .decoration-blue-500\\/60 { text-decoration-color: #3b82f699; } +.decoration-blue-500\\/65 { + text-decoration-color: #3b82f6a6; +} + .decoration-blue-500\\/70 { text-decoration-color: #3b82f6b3; } @@ -1146,6 +1574,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b82f6cc; } +.decoration-blue-500\\/85 { + text-decoration-color: #3b82f6d9; +} + .decoration-blue-500\\/90 { text-decoration-color: #3b82f6e6; } @@ -1170,6 +1602,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2563eb; } +.decoration-blue-600\\/15 { + text-decoration-color: #2563eb26; +} + .decoration-blue-600\\/20 { text-decoration-color: #2563eb33; } @@ -1182,10 +1618,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2563eb4d; } +.decoration-blue-600\\/35 { + text-decoration-color: #2563eb59; +} + .decoration-blue-600\\/40 { text-decoration-color: #2563eb66; } +.decoration-blue-600\\/45 { + text-decoration-color: #2563eb73; +} + .decoration-blue-600\\/5 { text-decoration-color: #2563eb0d; } @@ -1194,10 +1638,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2563eb80; } +.decoration-blue-600\\/55 { + text-decoration-color: #2563eb8c; +} + .decoration-blue-600\\/60 { text-decoration-color: #2563eb99; } +.decoration-blue-600\\/65 { + text-decoration-color: #2563eba6; +} + .decoration-blue-600\\/70 { text-decoration-color: #2563ebb3; } @@ -1210,6 +1662,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2563ebcc; } +.decoration-blue-600\\/85 { + text-decoration-color: #2563ebd9; +} + .decoration-blue-600\\/90 { text-decoration-color: #2563ebe6; } @@ -1234,6 +1690,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1d4ed8; } +.decoration-blue-700\\/15 { + text-decoration-color: #1d4ed826; +} + .decoration-blue-700\\/20 { text-decoration-color: #1d4ed833; } @@ -1246,10 +1706,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1d4ed84d; } +.decoration-blue-700\\/35 { + text-decoration-color: #1d4ed859; +} + .decoration-blue-700\\/40 { text-decoration-color: #1d4ed866; } +.decoration-blue-700\\/45 { + text-decoration-color: #1d4ed873; +} + .decoration-blue-700\\/5 { text-decoration-color: #1d4ed80d; } @@ -1258,10 +1726,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1d4ed880; } +.decoration-blue-700\\/55 { + text-decoration-color: #1d4ed88c; +} + .decoration-blue-700\\/60 { text-decoration-color: #1d4ed899; } +.decoration-blue-700\\/65 { + text-decoration-color: #1d4ed8a6; +} + .decoration-blue-700\\/70 { text-decoration-color: #1d4ed8b3; } @@ -1274,6 +1750,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1d4ed8cc; } +.decoration-blue-700\\/85 { + text-decoration-color: #1d4ed8d9; +} + .decoration-blue-700\\/90 { text-decoration-color: #1d4ed8e6; } @@ -1298,6 +1778,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e40af; } +.decoration-blue-800\\/15 { + text-decoration-color: #1e40af26; +} + .decoration-blue-800\\/20 { text-decoration-color: #1e40af33; } @@ -1310,10 +1794,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e40af4d; } +.decoration-blue-800\\/35 { + text-decoration-color: #1e40af59; +} + .decoration-blue-800\\/40 { text-decoration-color: #1e40af66; } +.decoration-blue-800\\/45 { + text-decoration-color: #1e40af73; +} + .decoration-blue-800\\/5 { text-decoration-color: #1e40af0d; } @@ -1322,10 +1814,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e40af80; } +.decoration-blue-800\\/55 { + text-decoration-color: #1e40af8c; +} + .decoration-blue-800\\/60 { text-decoration-color: #1e40af99; } +.decoration-blue-800\\/65 { + text-decoration-color: #1e40afa6; +} + .decoration-blue-800\\/70 { text-decoration-color: #1e40afb3; } @@ -1338,6 +1838,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e40afcc; } +.decoration-blue-800\\/85 { + text-decoration-color: #1e40afd9; +} + .decoration-blue-800\\/90 { text-decoration-color: #1e40afe6; } @@ -1362,6 +1866,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e3a8a; } +.decoration-blue-900\\/15 { + text-decoration-color: #1e3a8a26; +} + .decoration-blue-900\\/20 { text-decoration-color: #1e3a8a33; } @@ -1374,10 +1882,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e3a8a4d; } +.decoration-blue-900\\/35 { + text-decoration-color: #1e3a8a59; +} + .decoration-blue-900\\/40 { text-decoration-color: #1e3a8a66; } +.decoration-blue-900\\/45 { + text-decoration-color: #1e3a8a73; +} + .decoration-blue-900\\/5 { text-decoration-color: #1e3a8a0d; } @@ -1386,10 +1902,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e3a8a80; } +.decoration-blue-900\\/55 { + text-decoration-color: #1e3a8a8c; +} + .decoration-blue-900\\/60 { text-decoration-color: #1e3a8a99; } +.decoration-blue-900\\/65 { + text-decoration-color: #1e3a8aa6; +} + .decoration-blue-900\\/70 { text-decoration-color: #1e3a8ab3; } @@ -1402,6 +1926,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e3a8acc; } +.decoration-blue-900\\/85 { + text-decoration-color: #1e3a8ad9; +} + .decoration-blue-900\\/90 { text-decoration-color: #1e3a8ae6; } @@ -1426,6 +1954,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #172554; } +.decoration-blue-950\\/15 { + text-decoration-color: #17255426; +} + .decoration-blue-950\\/20 { text-decoration-color: #17255433; } @@ -1438,10 +1970,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1725544d; } +.decoration-blue-950\\/35 { + text-decoration-color: #17255459; +} + .decoration-blue-950\\/40 { text-decoration-color: #17255466; } +.decoration-blue-950\\/45 { + text-decoration-color: #17255473; +} + .decoration-blue-950\\/5 { text-decoration-color: #1725540d; } @@ -1450,10 +1990,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #17255480; } +.decoration-blue-950\\/55 { + text-decoration-color: #1725548c; +} + .decoration-blue-950\\/60 { text-decoration-color: #17255499; } +.decoration-blue-950\\/65 { + text-decoration-color: #172554a6; +} + .decoration-blue-950\\/70 { text-decoration-color: #172554b3; } @@ -1466,6 +2014,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #172554cc; } +.decoration-blue-950\\/85 { + text-decoration-color: #172554d9; +} + .decoration-blue-950\\/90 { text-decoration-color: #172554e6; } @@ -1494,6 +2046,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cffafe; } +.decoration-cyan-100\\/15 { + text-decoration-color: #cffafe26; +} + .decoration-cyan-100\\/20 { text-decoration-color: #cffafe33; } @@ -1506,10 +2062,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cffafe4d; } +.decoration-cyan-100\\/35 { + text-decoration-color: #cffafe59; +} + .decoration-cyan-100\\/40 { text-decoration-color: #cffafe66; } +.decoration-cyan-100\\/45 { + text-decoration-color: #cffafe73; +} + .decoration-cyan-100\\/5 { text-decoration-color: #cffafe0d; } @@ -1518,10 +2082,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cffafe80; } +.decoration-cyan-100\\/55 { + text-decoration-color: #cffafe8c; +} + .decoration-cyan-100\\/60 { text-decoration-color: #cffafe99; } +.decoration-cyan-100\\/65 { + text-decoration-color: #cffafea6; +} + .decoration-cyan-100\\/70 { text-decoration-color: #cffafeb3; } @@ -1534,6 +2106,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cffafecc; } +.decoration-cyan-100\\/85 { + text-decoration-color: #cffafed9; +} + .decoration-cyan-100\\/90 { text-decoration-color: #cffafee6; } @@ -1558,6 +2134,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5f3fc; } +.decoration-cyan-200\\/15 { + text-decoration-color: #a5f3fc26; +} + .decoration-cyan-200\\/20 { text-decoration-color: #a5f3fc33; } @@ -1570,10 +2150,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5f3fc4d; } +.decoration-cyan-200\\/35 { + text-decoration-color: #a5f3fc59; +} + .decoration-cyan-200\\/40 { text-decoration-color: #a5f3fc66; } +.decoration-cyan-200\\/45 { + text-decoration-color: #a5f3fc73; +} + .decoration-cyan-200\\/5 { text-decoration-color: #a5f3fc0d; } @@ -1582,10 +2170,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5f3fc80; } +.decoration-cyan-200\\/55 { + text-decoration-color: #a5f3fc8c; +} + .decoration-cyan-200\\/60 { text-decoration-color: #a5f3fc99; } +.decoration-cyan-200\\/65 { + text-decoration-color: #a5f3fca6; +} + .decoration-cyan-200\\/70 { text-decoration-color: #a5f3fcb3; } @@ -1598,6 +2194,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5f3fccc; } +.decoration-cyan-200\\/85 { + text-decoration-color: #a5f3fcd9; +} + .decoration-cyan-200\\/90 { text-decoration-color: #a5f3fce6; } @@ -1622,6 +2222,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #67e8f9; } +.decoration-cyan-300\\/15 { + text-decoration-color: #67e8f926; +} + .decoration-cyan-300\\/20 { text-decoration-color: #67e8f933; } @@ -1634,10 +2238,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #67e8f94d; } +.decoration-cyan-300\\/35 { + text-decoration-color: #67e8f959; +} + .decoration-cyan-300\\/40 { text-decoration-color: #67e8f966; } +.decoration-cyan-300\\/45 { + text-decoration-color: #67e8f973; +} + .decoration-cyan-300\\/5 { text-decoration-color: #67e8f90d; } @@ -1646,10 +2258,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #67e8f980; } +.decoration-cyan-300\\/55 { + text-decoration-color: #67e8f98c; +} + .decoration-cyan-300\\/60 { text-decoration-color: #67e8f999; } +.decoration-cyan-300\\/65 { + text-decoration-color: #67e8f9a6; +} + .decoration-cyan-300\\/70 { text-decoration-color: #67e8f9b3; } @@ -1662,6 +2282,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #67e8f9cc; } +.decoration-cyan-300\\/85 { + text-decoration-color: #67e8f9d9; +} + .decoration-cyan-300\\/90 { text-decoration-color: #67e8f9e6; } @@ -1686,6 +2310,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22d3ee; } +.decoration-cyan-400\\/15 { + text-decoration-color: #22d3ee26; +} + .decoration-cyan-400\\/20 { text-decoration-color: #22d3ee33; } @@ -1698,10 +2326,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22d3ee4d; } +.decoration-cyan-400\\/35 { + text-decoration-color: #22d3ee59; +} + .decoration-cyan-400\\/40 { text-decoration-color: #22d3ee66; } +.decoration-cyan-400\\/45 { + text-decoration-color: #22d3ee73; +} + .decoration-cyan-400\\/5 { text-decoration-color: #22d3ee0d; } @@ -1710,10 +2346,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22d3ee80; } +.decoration-cyan-400\\/55 { + text-decoration-color: #22d3ee8c; +} + .decoration-cyan-400\\/60 { text-decoration-color: #22d3ee99; } +.decoration-cyan-400\\/65 { + text-decoration-color: #22d3eea6; +} + .decoration-cyan-400\\/70 { text-decoration-color: #22d3eeb3; } @@ -1726,6 +2370,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22d3eecc; } +.decoration-cyan-400\\/85 { + text-decoration-color: #22d3eed9; +} + .decoration-cyan-400\\/90 { text-decoration-color: #22d3eee6; } @@ -1750,6 +2398,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfeff; } +.decoration-cyan-50\\/15 { + text-decoration-color: #ecfeff26; +} + .decoration-cyan-50\\/20 { text-decoration-color: #ecfeff33; } @@ -1762,10 +2414,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfeff4d; } +.decoration-cyan-50\\/35 { + text-decoration-color: #ecfeff59; +} + .decoration-cyan-50\\/40 { text-decoration-color: #ecfeff66; } +.decoration-cyan-50\\/45 { + text-decoration-color: #ecfeff73; +} + .decoration-cyan-50\\/5 { text-decoration-color: #ecfeff0d; } @@ -1774,10 +2434,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfeff80; } +.decoration-cyan-50\\/55 { + text-decoration-color: #ecfeff8c; +} + .decoration-cyan-50\\/60 { text-decoration-color: #ecfeff99; } +.decoration-cyan-50\\/65 { + text-decoration-color: #ecfeffa6; +} + .decoration-cyan-50\\/70 { text-decoration-color: #ecfeffb3; } @@ -1790,6 +2458,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfeffcc; } +.decoration-cyan-50\\/85 { + text-decoration-color: #ecfeffd9; +} + .decoration-cyan-50\\/90 { text-decoration-color: #ecfeffe6; } @@ -1814,6 +2486,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #06b6d4; } +.decoration-cyan-500\\/15 { + text-decoration-color: #06b6d426; +} + .decoration-cyan-500\\/20 { text-decoration-color: #06b6d433; } @@ -1826,10 +2502,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #06b6d44d; } +.decoration-cyan-500\\/35 { + text-decoration-color: #06b6d459; +} + .decoration-cyan-500\\/40 { text-decoration-color: #06b6d466; } +.decoration-cyan-500\\/45 { + text-decoration-color: #06b6d473; +} + .decoration-cyan-500\\/5 { text-decoration-color: #06b6d40d; } @@ -1838,10 +2522,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #06b6d480; } +.decoration-cyan-500\\/55 { + text-decoration-color: #06b6d48c; +} + .decoration-cyan-500\\/60 { text-decoration-color: #06b6d499; } +.decoration-cyan-500\\/65 { + text-decoration-color: #06b6d4a6; +} + .decoration-cyan-500\\/70 { text-decoration-color: #06b6d4b3; } @@ -1854,6 +2546,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #06b6d4cc; } +.decoration-cyan-500\\/85 { + text-decoration-color: #06b6d4d9; +} + .decoration-cyan-500\\/90 { text-decoration-color: #06b6d4e6; } @@ -1878,6 +2574,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0891b2; } +.decoration-cyan-600\\/15 { + text-decoration-color: #0891b226; +} + .decoration-cyan-600\\/20 { text-decoration-color: #0891b233; } @@ -1890,10 +2590,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0891b24d; } +.decoration-cyan-600\\/35 { + text-decoration-color: #0891b259; +} + .decoration-cyan-600\\/40 { text-decoration-color: #0891b266; } +.decoration-cyan-600\\/45 { + text-decoration-color: #0891b273; +} + .decoration-cyan-600\\/5 { text-decoration-color: #0891b20d; } @@ -1902,10 +2610,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0891b280; } +.decoration-cyan-600\\/55 { + text-decoration-color: #0891b28c; +} + .decoration-cyan-600\\/60 { text-decoration-color: #0891b299; } +.decoration-cyan-600\\/65 { + text-decoration-color: #0891b2a6; +} + .decoration-cyan-600\\/70 { text-decoration-color: #0891b2b3; } @@ -1918,6 +2634,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0891b2cc; } +.decoration-cyan-600\\/85 { + text-decoration-color: #0891b2d9; +} + .decoration-cyan-600\\/90 { text-decoration-color: #0891b2e6; } @@ -1942,6 +2662,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0e7490; } +.decoration-cyan-700\\/15 { + text-decoration-color: #0e749026; +} + .decoration-cyan-700\\/20 { text-decoration-color: #0e749033; } @@ -1954,10 +2678,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0e74904d; } +.decoration-cyan-700\\/35 { + text-decoration-color: #0e749059; +} + .decoration-cyan-700\\/40 { text-decoration-color: #0e749066; } +.decoration-cyan-700\\/45 { + text-decoration-color: #0e749073; +} + .decoration-cyan-700\\/5 { text-decoration-color: #0e74900d; } @@ -1966,10 +2698,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0e749080; } +.decoration-cyan-700\\/55 { + text-decoration-color: #0e74908c; +} + .decoration-cyan-700\\/60 { text-decoration-color: #0e749099; } +.decoration-cyan-700\\/65 { + text-decoration-color: #0e7490a6; +} + .decoration-cyan-700\\/70 { text-decoration-color: #0e7490b3; } @@ -1982,6 +2722,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0e7490cc; } +.decoration-cyan-700\\/85 { + text-decoration-color: #0e7490d9; +} + .decoration-cyan-700\\/90 { text-decoration-color: #0e7490e6; } @@ -2006,6 +2750,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #155e75; } +.decoration-cyan-800\\/15 { + text-decoration-color: #155e7526; +} + .decoration-cyan-800\\/20 { text-decoration-color: #155e7533; } @@ -2018,10 +2766,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #155e754d; } +.decoration-cyan-800\\/35 { + text-decoration-color: #155e7559; +} + .decoration-cyan-800\\/40 { text-decoration-color: #155e7566; } +.decoration-cyan-800\\/45 { + text-decoration-color: #155e7573; +} + .decoration-cyan-800\\/5 { text-decoration-color: #155e750d; } @@ -2030,10 +2786,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #155e7580; } +.decoration-cyan-800\\/55 { + text-decoration-color: #155e758c; +} + .decoration-cyan-800\\/60 { text-decoration-color: #155e7599; } +.decoration-cyan-800\\/65 { + text-decoration-color: #155e75a6; +} + .decoration-cyan-800\\/70 { text-decoration-color: #155e75b3; } @@ -2046,6 +2810,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #155e75cc; } +.decoration-cyan-800\\/85 { + text-decoration-color: #155e75d9; +} + .decoration-cyan-800\\/90 { text-decoration-color: #155e75e6; } @@ -2070,6 +2838,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #164e63; } +.decoration-cyan-900\\/15 { + text-decoration-color: #164e6326; +} + .decoration-cyan-900\\/20 { text-decoration-color: #164e6333; } @@ -2082,10 +2854,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #164e634d; } +.decoration-cyan-900\\/35 { + text-decoration-color: #164e6359; +} + .decoration-cyan-900\\/40 { text-decoration-color: #164e6366; } +.decoration-cyan-900\\/45 { + text-decoration-color: #164e6373; +} + .decoration-cyan-900\\/5 { text-decoration-color: #164e630d; } @@ -2094,10 +2874,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #164e6380; } +.decoration-cyan-900\\/55 { + text-decoration-color: #164e638c; +} + .decoration-cyan-900\\/60 { text-decoration-color: #164e6399; } +.decoration-cyan-900\\/65 { + text-decoration-color: #164e63a6; +} + .decoration-cyan-900\\/70 { text-decoration-color: #164e63b3; } @@ -2110,6 +2898,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #164e63cc; } +.decoration-cyan-900\\/85 { + text-decoration-color: #164e63d9; +} + .decoration-cyan-900\\/90 { text-decoration-color: #164e63e6; } @@ -2134,6 +2926,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #083344; } +.decoration-cyan-950\\/15 { + text-decoration-color: #08334426; +} + .decoration-cyan-950\\/20 { text-decoration-color: #08334433; } @@ -2146,10 +2942,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0833444d; } +.decoration-cyan-950\\/35 { + text-decoration-color: #08334459; +} + .decoration-cyan-950\\/40 { text-decoration-color: #08334466; } +.decoration-cyan-950\\/45 { + text-decoration-color: #08334473; +} + .decoration-cyan-950\\/5 { text-decoration-color: #0833440d; } @@ -2158,10 +2962,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #08334480; } +.decoration-cyan-950\\/55 { + text-decoration-color: #0833448c; +} + .decoration-cyan-950\\/60 { text-decoration-color: #08334499; } +.decoration-cyan-950\\/65 { + text-decoration-color: #083344a6; +} + .decoration-cyan-950\\/70 { text-decoration-color: #083344b3; } @@ -2174,6 +2986,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #083344cc; } +.decoration-cyan-950\\/85 { + text-decoration-color: #083344d9; +} + .decoration-cyan-950\\/90 { text-decoration-color: #083344e6; } @@ -2198,6 +3014,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1fae5; } +.decoration-emerald-100\\/15 { + text-decoration-color: #d1fae526; +} + .decoration-emerald-100\\/20 { text-decoration-color: #d1fae533; } @@ -2210,10 +3030,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1fae54d; } +.decoration-emerald-100\\/35 { + text-decoration-color: #d1fae559; +} + .decoration-emerald-100\\/40 { text-decoration-color: #d1fae566; } +.decoration-emerald-100\\/45 { + text-decoration-color: #d1fae573; +} + .decoration-emerald-100\\/5 { text-decoration-color: #d1fae50d; } @@ -2222,10 +3050,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1fae580; } +.decoration-emerald-100\\/55 { + text-decoration-color: #d1fae58c; +} + .decoration-emerald-100\\/60 { text-decoration-color: #d1fae599; } +.decoration-emerald-100\\/65 { + text-decoration-color: #d1fae5a6; +} + .decoration-emerald-100\\/70 { text-decoration-color: #d1fae5b3; } @@ -2238,6 +3074,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1fae5cc; } +.decoration-emerald-100\\/85 { + text-decoration-color: #d1fae5d9; +} + .decoration-emerald-100\\/90 { text-decoration-color: #d1fae5e6; } @@ -2262,6 +3102,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a7f3d0; } +.decoration-emerald-200\\/15 { + text-decoration-color: #a7f3d026; +} + .decoration-emerald-200\\/20 { text-decoration-color: #a7f3d033; } @@ -2274,10 +3118,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a7f3d04d; } +.decoration-emerald-200\\/35 { + text-decoration-color: #a7f3d059; +} + .decoration-emerald-200\\/40 { text-decoration-color: #a7f3d066; } +.decoration-emerald-200\\/45 { + text-decoration-color: #a7f3d073; +} + .decoration-emerald-200\\/5 { text-decoration-color: #a7f3d00d; } @@ -2286,10 +3138,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a7f3d080; } +.decoration-emerald-200\\/55 { + text-decoration-color: #a7f3d08c; +} + .decoration-emerald-200\\/60 { text-decoration-color: #a7f3d099; } +.decoration-emerald-200\\/65 { + text-decoration-color: #a7f3d0a6; +} + .decoration-emerald-200\\/70 { text-decoration-color: #a7f3d0b3; } @@ -2302,6 +3162,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a7f3d0cc; } +.decoration-emerald-200\\/85 { + text-decoration-color: #a7f3d0d9; +} + .decoration-emerald-200\\/90 { text-decoration-color: #a7f3d0e6; } @@ -2326,6 +3190,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6ee7b7; } +.decoration-emerald-300\\/15 { + text-decoration-color: #6ee7b726; +} + .decoration-emerald-300\\/20 { text-decoration-color: #6ee7b733; } @@ -2338,10 +3206,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6ee7b74d; } +.decoration-emerald-300\\/35 { + text-decoration-color: #6ee7b759; +} + .decoration-emerald-300\\/40 { text-decoration-color: #6ee7b766; } +.decoration-emerald-300\\/45 { + text-decoration-color: #6ee7b773; +} + .decoration-emerald-300\\/5 { text-decoration-color: #6ee7b70d; } @@ -2350,10 +3226,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6ee7b780; } +.decoration-emerald-300\\/55 { + text-decoration-color: #6ee7b78c; +} + .decoration-emerald-300\\/60 { text-decoration-color: #6ee7b799; } +.decoration-emerald-300\\/65 { + text-decoration-color: #6ee7b7a6; +} + .decoration-emerald-300\\/70 { text-decoration-color: #6ee7b7b3; } @@ -2366,6 +3250,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6ee7b7cc; } +.decoration-emerald-300\\/85 { + text-decoration-color: #6ee7b7d9; +} + .decoration-emerald-300\\/90 { text-decoration-color: #6ee7b7e6; } @@ -2390,6 +3278,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #34d399; } +.decoration-emerald-400\\/15 { + text-decoration-color: #34d39926; +} + .decoration-emerald-400\\/20 { text-decoration-color: #34d39933; } @@ -2402,10 +3294,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #34d3994d; } +.decoration-emerald-400\\/35 { + text-decoration-color: #34d39959; +} + .decoration-emerald-400\\/40 { text-decoration-color: #34d39966; } +.decoration-emerald-400\\/45 { + text-decoration-color: #34d39973; +} + .decoration-emerald-400\\/5 { text-decoration-color: #34d3990d; } @@ -2414,10 +3314,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #34d39980; } +.decoration-emerald-400\\/55 { + text-decoration-color: #34d3998c; +} + .decoration-emerald-400\\/60 { text-decoration-color: #34d39999; } +.decoration-emerald-400\\/65 { + text-decoration-color: #34d399a6; +} + .decoration-emerald-400\\/70 { text-decoration-color: #34d399b3; } @@ -2430,6 +3338,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #34d399cc; } +.decoration-emerald-400\\/85 { + text-decoration-color: #34d399d9; +} + .decoration-emerald-400\\/90 { text-decoration-color: #34d399e6; } @@ -2454,6 +3366,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfdf5; } +.decoration-emerald-50\\/15 { + text-decoration-color: #ecfdf526; +} + .decoration-emerald-50\\/20 { text-decoration-color: #ecfdf533; } @@ -2466,10 +3382,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfdf54d; } +.decoration-emerald-50\\/35 { + text-decoration-color: #ecfdf559; +} + .decoration-emerald-50\\/40 { text-decoration-color: #ecfdf566; } +.decoration-emerald-50\\/45 { + text-decoration-color: #ecfdf573; +} + .decoration-emerald-50\\/5 { text-decoration-color: #ecfdf50d; } @@ -2478,10 +3402,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfdf580; } +.decoration-emerald-50\\/55 { + text-decoration-color: #ecfdf58c; +} + .decoration-emerald-50\\/60 { text-decoration-color: #ecfdf599; } +.decoration-emerald-50\\/65 { + text-decoration-color: #ecfdf5a6; +} + .decoration-emerald-50\\/70 { text-decoration-color: #ecfdf5b3; } @@ -2494,6 +3426,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfdf5cc; } +.decoration-emerald-50\\/85 { + text-decoration-color: #ecfdf5d9; +} + .decoration-emerald-50\\/90 { text-decoration-color: #ecfdf5e6; } @@ -2518,6 +3454,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #10b981; } +.decoration-emerald-500\\/15 { + text-decoration-color: #10b98126; +} + .decoration-emerald-500\\/20 { text-decoration-color: #10b98133; } @@ -2530,10 +3470,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #10b9814d; } +.decoration-emerald-500\\/35 { + text-decoration-color: #10b98159; +} + .decoration-emerald-500\\/40 { text-decoration-color: #10b98166; } +.decoration-emerald-500\\/45 { + text-decoration-color: #10b98173; +} + .decoration-emerald-500\\/5 { text-decoration-color: #10b9810d; } @@ -2542,10 +3490,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #10b98180; } +.decoration-emerald-500\\/55 { + text-decoration-color: #10b9818c; +} + .decoration-emerald-500\\/60 { text-decoration-color: #10b98199; } +.decoration-emerald-500\\/65 { + text-decoration-color: #10b981a6; +} + .decoration-emerald-500\\/70 { text-decoration-color: #10b981b3; } @@ -2558,6 +3514,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #10b981cc; } +.decoration-emerald-500\\/85 { + text-decoration-color: #10b981d9; +} + .decoration-emerald-500\\/90 { text-decoration-color: #10b981e6; } @@ -2582,6 +3542,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #059669; } +.decoration-emerald-600\\/15 { + text-decoration-color: #05966926; +} + .decoration-emerald-600\\/20 { text-decoration-color: #05966933; } @@ -2594,10 +3558,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0596694d; } +.decoration-emerald-600\\/35 { + text-decoration-color: #05966959; +} + .decoration-emerald-600\\/40 { text-decoration-color: #05966966; } +.decoration-emerald-600\\/45 { + text-decoration-color: #05966973; +} + .decoration-emerald-600\\/5 { text-decoration-color: #0596690d; } @@ -2606,10 +3578,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #05966980; } +.decoration-emerald-600\\/55 { + text-decoration-color: #0596698c; +} + .decoration-emerald-600\\/60 { text-decoration-color: #05966999; } +.decoration-emerald-600\\/65 { + text-decoration-color: #059669a6; +} + .decoration-emerald-600\\/70 { text-decoration-color: #059669b3; } @@ -2622,6 +3602,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #059669cc; } +.decoration-emerald-600\\/85 { + text-decoration-color: #059669d9; +} + .decoration-emerald-600\\/90 { text-decoration-color: #059669e6; } @@ -2646,6 +3630,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #047857; } +.decoration-emerald-700\\/15 { + text-decoration-color: #04785726; +} + .decoration-emerald-700\\/20 { text-decoration-color: #04785733; } @@ -2658,10 +3646,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0478574d; } +.decoration-emerald-700\\/35 { + text-decoration-color: #04785759; +} + .decoration-emerald-700\\/40 { text-decoration-color: #04785766; } +.decoration-emerald-700\\/45 { + text-decoration-color: #04785773; +} + .decoration-emerald-700\\/5 { text-decoration-color: #0478570d; } @@ -2670,10 +3666,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #04785780; } +.decoration-emerald-700\\/55 { + text-decoration-color: #0478578c; +} + .decoration-emerald-700\\/60 { text-decoration-color: #04785799; } +.decoration-emerald-700\\/65 { + text-decoration-color: #047857a6; +} + .decoration-emerald-700\\/70 { text-decoration-color: #047857b3; } @@ -2686,6 +3690,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #047857cc; } +.decoration-emerald-700\\/85 { + text-decoration-color: #047857d9; +} + .decoration-emerald-700\\/90 { text-decoration-color: #047857e6; } @@ -2710,6 +3718,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #065f46; } +.decoration-emerald-800\\/15 { + text-decoration-color: #065f4626; +} + .decoration-emerald-800\\/20 { text-decoration-color: #065f4633; } @@ -2722,10 +3734,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #065f464d; } +.decoration-emerald-800\\/35 { + text-decoration-color: #065f4659; +} + .decoration-emerald-800\\/40 { text-decoration-color: #065f4666; } +.decoration-emerald-800\\/45 { + text-decoration-color: #065f4673; +} + .decoration-emerald-800\\/5 { text-decoration-color: #065f460d; } @@ -2734,10 +3754,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #065f4680; } +.decoration-emerald-800\\/55 { + text-decoration-color: #065f468c; +} + .decoration-emerald-800\\/60 { text-decoration-color: #065f4699; } +.decoration-emerald-800\\/65 { + text-decoration-color: #065f46a6; +} + .decoration-emerald-800\\/70 { text-decoration-color: #065f46b3; } @@ -2750,6 +3778,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #065f46cc; } +.decoration-emerald-800\\/85 { + text-decoration-color: #065f46d9; +} + .decoration-emerald-800\\/90 { text-decoration-color: #065f46e6; } @@ -2774,6 +3806,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #064e3b; } +.decoration-emerald-900\\/15 { + text-decoration-color: #064e3b26; +} + .decoration-emerald-900\\/20 { text-decoration-color: #064e3b33; } @@ -2786,10 +3822,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #064e3b4d; } +.decoration-emerald-900\\/35 { + text-decoration-color: #064e3b59; +} + .decoration-emerald-900\\/40 { text-decoration-color: #064e3b66; } +.decoration-emerald-900\\/45 { + text-decoration-color: #064e3b73; +} + .decoration-emerald-900\\/5 { text-decoration-color: #064e3b0d; } @@ -2798,10 +3842,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #064e3b80; } +.decoration-emerald-900\\/55 { + text-decoration-color: #064e3b8c; +} + .decoration-emerald-900\\/60 { text-decoration-color: #064e3b99; } +.decoration-emerald-900\\/65 { + text-decoration-color: #064e3ba6; +} + .decoration-emerald-900\\/70 { text-decoration-color: #064e3bb3; } @@ -2814,6 +3866,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #064e3bcc; } +.decoration-emerald-900\\/85 { + text-decoration-color: #064e3bd9; +} + .decoration-emerald-900\\/90 { text-decoration-color: #064e3be6; } @@ -2838,6 +3894,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #022c22; } +.decoration-emerald-950\\/15 { + text-decoration-color: #022c2226; +} + .decoration-emerald-950\\/20 { text-decoration-color: #022c2233; } @@ -2850,10 +3910,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #022c224d; } +.decoration-emerald-950\\/35 { + text-decoration-color: #022c2259; +} + .decoration-emerald-950\\/40 { text-decoration-color: #022c2266; } +.decoration-emerald-950\\/45 { + text-decoration-color: #022c2273; +} + .decoration-emerald-950\\/5 { text-decoration-color: #022c220d; } @@ -2862,10 +3930,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #022c2280; } +.decoration-emerald-950\\/55 { + text-decoration-color: #022c228c; +} + .decoration-emerald-950\\/60 { text-decoration-color: #022c2299; } +.decoration-emerald-950\\/65 { + text-decoration-color: #022c22a6; +} + .decoration-emerald-950\\/70 { text-decoration-color: #022c22b3; } @@ -2878,6 +3954,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #022c22cc; } +.decoration-emerald-950\\/85 { + text-decoration-color: #022c22d9; +} + .decoration-emerald-950\\/90 { text-decoration-color: #022c22e6; } @@ -2902,6 +3982,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fae8ff; } +.decoration-fuchsia-100\\/15 { + text-decoration-color: #fae8ff26; +} + .decoration-fuchsia-100\\/20 { text-decoration-color: #fae8ff33; } @@ -2914,10 +3998,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fae8ff4d; } +.decoration-fuchsia-100\\/35 { + text-decoration-color: #fae8ff59; +} + .decoration-fuchsia-100\\/40 { text-decoration-color: #fae8ff66; } +.decoration-fuchsia-100\\/45 { + text-decoration-color: #fae8ff73; +} + .decoration-fuchsia-100\\/5 { text-decoration-color: #fae8ff0d; } @@ -2926,10 +4018,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fae8ff80; } +.decoration-fuchsia-100\\/55 { + text-decoration-color: #fae8ff8c; +} + .decoration-fuchsia-100\\/60 { text-decoration-color: #fae8ff99; } +.decoration-fuchsia-100\\/65 { + text-decoration-color: #fae8ffa6; +} + .decoration-fuchsia-100\\/70 { text-decoration-color: #fae8ffb3; } @@ -2942,6 +4042,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fae8ffcc; } +.decoration-fuchsia-100\\/85 { + text-decoration-color: #fae8ffd9; +} + .decoration-fuchsia-100\\/90 { text-decoration-color: #fae8ffe6; } @@ -2966,6 +4070,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5d0fe; } +.decoration-fuchsia-200\\/15 { + text-decoration-color: #f5d0fe26; +} + .decoration-fuchsia-200\\/20 { text-decoration-color: #f5d0fe33; } @@ -2978,10 +4086,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5d0fe4d; } +.decoration-fuchsia-200\\/35 { + text-decoration-color: #f5d0fe59; +} + .decoration-fuchsia-200\\/40 { text-decoration-color: #f5d0fe66; } +.decoration-fuchsia-200\\/45 { + text-decoration-color: #f5d0fe73; +} + .decoration-fuchsia-200\\/5 { text-decoration-color: #f5d0fe0d; } @@ -2990,10 +4106,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5d0fe80; } +.decoration-fuchsia-200\\/55 { + text-decoration-color: #f5d0fe8c; +} + .decoration-fuchsia-200\\/60 { text-decoration-color: #f5d0fe99; } +.decoration-fuchsia-200\\/65 { + text-decoration-color: #f5d0fea6; +} + .decoration-fuchsia-200\\/70 { text-decoration-color: #f5d0feb3; } @@ -3006,6 +4130,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5d0fecc; } +.decoration-fuchsia-200\\/85 { + text-decoration-color: #f5d0fed9; +} + .decoration-fuchsia-200\\/90 { text-decoration-color: #f5d0fee6; } @@ -3030,6 +4158,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0abfc; } +.decoration-fuchsia-300\\/15 { + text-decoration-color: #f0abfc26; +} + .decoration-fuchsia-300\\/20 { text-decoration-color: #f0abfc33; } @@ -3042,10 +4174,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0abfc4d; } +.decoration-fuchsia-300\\/35 { + text-decoration-color: #f0abfc59; +} + .decoration-fuchsia-300\\/40 { text-decoration-color: #f0abfc66; } +.decoration-fuchsia-300\\/45 { + text-decoration-color: #f0abfc73; +} + .decoration-fuchsia-300\\/5 { text-decoration-color: #f0abfc0d; } @@ -3054,10 +4194,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0abfc80; } +.decoration-fuchsia-300\\/55 { + text-decoration-color: #f0abfc8c; +} + .decoration-fuchsia-300\\/60 { text-decoration-color: #f0abfc99; } +.decoration-fuchsia-300\\/65 { + text-decoration-color: #f0abfca6; +} + .decoration-fuchsia-300\\/70 { text-decoration-color: #f0abfcb3; } @@ -3070,6 +4218,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0abfccc; } +.decoration-fuchsia-300\\/85 { + text-decoration-color: #f0abfcd9; +} + .decoration-fuchsia-300\\/90 { text-decoration-color: #f0abfce6; } @@ -3094,6 +4246,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e879f9; } +.decoration-fuchsia-400\\/15 { + text-decoration-color: #e879f926; +} + .decoration-fuchsia-400\\/20 { text-decoration-color: #e879f933; } @@ -3106,10 +4262,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e879f94d; } +.decoration-fuchsia-400\\/35 { + text-decoration-color: #e879f959; +} + .decoration-fuchsia-400\\/40 { text-decoration-color: #e879f966; } +.decoration-fuchsia-400\\/45 { + text-decoration-color: #e879f973; +} + .decoration-fuchsia-400\\/5 { text-decoration-color: #e879f90d; } @@ -3118,10 +4282,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e879f980; } +.decoration-fuchsia-400\\/55 { + text-decoration-color: #e879f98c; +} + .decoration-fuchsia-400\\/60 { text-decoration-color: #e879f999; } +.decoration-fuchsia-400\\/65 { + text-decoration-color: #e879f9a6; +} + .decoration-fuchsia-400\\/70 { text-decoration-color: #e879f9b3; } @@ -3134,6 +4306,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e879f9cc; } +.decoration-fuchsia-400\\/85 { + text-decoration-color: #e879f9d9; +} + .decoration-fuchsia-400\\/90 { text-decoration-color: #e879f9e6; } @@ -3158,6 +4334,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf4ff; } +.decoration-fuchsia-50\\/15 { + text-decoration-color: #fdf4ff26; +} + .decoration-fuchsia-50\\/20 { text-decoration-color: #fdf4ff33; } @@ -3170,10 +4350,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf4ff4d; } +.decoration-fuchsia-50\\/35 { + text-decoration-color: #fdf4ff59; +} + .decoration-fuchsia-50\\/40 { text-decoration-color: #fdf4ff66; } +.decoration-fuchsia-50\\/45 { + text-decoration-color: #fdf4ff73; +} + .decoration-fuchsia-50\\/5 { text-decoration-color: #fdf4ff0d; } @@ -3182,10 +4370,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf4ff80; } +.decoration-fuchsia-50\\/55 { + text-decoration-color: #fdf4ff8c; +} + .decoration-fuchsia-50\\/60 { text-decoration-color: #fdf4ff99; } +.decoration-fuchsia-50\\/65 { + text-decoration-color: #fdf4ffa6; +} + .decoration-fuchsia-50\\/70 { text-decoration-color: #fdf4ffb3; } @@ -3198,6 +4394,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf4ffcc; } +.decoration-fuchsia-50\\/85 { + text-decoration-color: #fdf4ffd9; +} + .decoration-fuchsia-50\\/90 { text-decoration-color: #fdf4ffe6; } @@ -3222,6 +4422,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d946ef; } +.decoration-fuchsia-500\\/15 { + text-decoration-color: #d946ef26; +} + .decoration-fuchsia-500\\/20 { text-decoration-color: #d946ef33; } @@ -3234,10 +4438,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d946ef4d; } +.decoration-fuchsia-500\\/35 { + text-decoration-color: #d946ef59; +} + .decoration-fuchsia-500\\/40 { text-decoration-color: #d946ef66; } +.decoration-fuchsia-500\\/45 { + text-decoration-color: #d946ef73; +} + .decoration-fuchsia-500\\/5 { text-decoration-color: #d946ef0d; } @@ -3246,10 +4458,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d946ef80; } +.decoration-fuchsia-500\\/55 { + text-decoration-color: #d946ef8c; +} + .decoration-fuchsia-500\\/60 { text-decoration-color: #d946ef99; } +.decoration-fuchsia-500\\/65 { + text-decoration-color: #d946efa6; +} + .decoration-fuchsia-500\\/70 { text-decoration-color: #d946efb3; } @@ -3262,6 +4482,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d946efcc; } +.decoration-fuchsia-500\\/85 { + text-decoration-color: #d946efd9; +} + .decoration-fuchsia-500\\/90 { text-decoration-color: #d946efe6; } @@ -3286,6 +4510,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c026d3; } +.decoration-fuchsia-600\\/15 { + text-decoration-color: #c026d326; +} + .decoration-fuchsia-600\\/20 { text-decoration-color: #c026d333; } @@ -3298,10 +4526,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c026d34d; } +.decoration-fuchsia-600\\/35 { + text-decoration-color: #c026d359; +} + .decoration-fuchsia-600\\/40 { text-decoration-color: #c026d366; } +.decoration-fuchsia-600\\/45 { + text-decoration-color: #c026d373; +} + .decoration-fuchsia-600\\/5 { text-decoration-color: #c026d30d; } @@ -3310,10 +4546,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c026d380; } +.decoration-fuchsia-600\\/55 { + text-decoration-color: #c026d38c; +} + .decoration-fuchsia-600\\/60 { text-decoration-color: #c026d399; } +.decoration-fuchsia-600\\/65 { + text-decoration-color: #c026d3a6; +} + .decoration-fuchsia-600\\/70 { text-decoration-color: #c026d3b3; } @@ -3326,6 +4570,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c026d3cc; } +.decoration-fuchsia-600\\/85 { + text-decoration-color: #c026d3d9; +} + .decoration-fuchsia-600\\/90 { text-decoration-color: #c026d3e6; } @@ -3350,6 +4598,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a21caf; } +.decoration-fuchsia-700\\/15 { + text-decoration-color: #a21caf26; +} + .decoration-fuchsia-700\\/20 { text-decoration-color: #a21caf33; } @@ -3362,10 +4614,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a21caf4d; } +.decoration-fuchsia-700\\/35 { + text-decoration-color: #a21caf59; +} + .decoration-fuchsia-700\\/40 { text-decoration-color: #a21caf66; } +.decoration-fuchsia-700\\/45 { + text-decoration-color: #a21caf73; +} + .decoration-fuchsia-700\\/5 { text-decoration-color: #a21caf0d; } @@ -3374,10 +4634,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a21caf80; } +.decoration-fuchsia-700\\/55 { + text-decoration-color: #a21caf8c; +} + .decoration-fuchsia-700\\/60 { text-decoration-color: #a21caf99; } +.decoration-fuchsia-700\\/65 { + text-decoration-color: #a21cafa6; +} + .decoration-fuchsia-700\\/70 { text-decoration-color: #a21cafb3; } @@ -3390,6 +4658,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a21cafcc; } +.decoration-fuchsia-700\\/85 { + text-decoration-color: #a21cafd9; +} + .decoration-fuchsia-700\\/90 { text-decoration-color: #a21cafe6; } @@ -3414,6 +4686,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86198f; } +.decoration-fuchsia-800\\/15 { + text-decoration-color: #86198f26; +} + .decoration-fuchsia-800\\/20 { text-decoration-color: #86198f33; } @@ -3426,10 +4702,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86198f4d; } +.decoration-fuchsia-800\\/35 { + text-decoration-color: #86198f59; +} + .decoration-fuchsia-800\\/40 { text-decoration-color: #86198f66; } +.decoration-fuchsia-800\\/45 { + text-decoration-color: #86198f73; +} + .decoration-fuchsia-800\\/5 { text-decoration-color: #86198f0d; } @@ -3438,10 +4722,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86198f80; } +.decoration-fuchsia-800\\/55 { + text-decoration-color: #86198f8c; +} + .decoration-fuchsia-800\\/60 { text-decoration-color: #86198f99; } +.decoration-fuchsia-800\\/65 { + text-decoration-color: #86198fa6; +} + .decoration-fuchsia-800\\/70 { text-decoration-color: #86198fb3; } @@ -3454,6 +4746,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86198fcc; } +.decoration-fuchsia-800\\/85 { + text-decoration-color: #86198fd9; +} + .decoration-fuchsia-800\\/90 { text-decoration-color: #86198fe6; } @@ -3478,6 +4774,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #701a75; } +.decoration-fuchsia-900\\/15 { + text-decoration-color: #701a7526; +} + .decoration-fuchsia-900\\/20 { text-decoration-color: #701a7533; } @@ -3490,10 +4790,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #701a754d; } +.decoration-fuchsia-900\\/35 { + text-decoration-color: #701a7559; +} + .decoration-fuchsia-900\\/40 { text-decoration-color: #701a7566; } +.decoration-fuchsia-900\\/45 { + text-decoration-color: #701a7573; +} + .decoration-fuchsia-900\\/5 { text-decoration-color: #701a750d; } @@ -3502,10 +4810,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #701a7580; } +.decoration-fuchsia-900\\/55 { + text-decoration-color: #701a758c; +} + .decoration-fuchsia-900\\/60 { text-decoration-color: #701a7599; } +.decoration-fuchsia-900\\/65 { + text-decoration-color: #701a75a6; +} + .decoration-fuchsia-900\\/70 { text-decoration-color: #701a75b3; } @@ -3518,6 +4834,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #701a75cc; } +.decoration-fuchsia-900\\/85 { + text-decoration-color: #701a75d9; +} + .decoration-fuchsia-900\\/90 { text-decoration-color: #701a75e6; } @@ -3542,6 +4862,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4a044e; } +.decoration-fuchsia-950\\/15 { + text-decoration-color: #4a044e26; +} + .decoration-fuchsia-950\\/20 { text-decoration-color: #4a044e33; } @@ -3554,10 +4878,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4a044e4d; } +.decoration-fuchsia-950\\/35 { + text-decoration-color: #4a044e59; +} + .decoration-fuchsia-950\\/40 { text-decoration-color: #4a044e66; } +.decoration-fuchsia-950\\/45 { + text-decoration-color: #4a044e73; +} + .decoration-fuchsia-950\\/5 { text-decoration-color: #4a044e0d; } @@ -3566,10 +4898,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4a044e80; } +.decoration-fuchsia-950\\/55 { + text-decoration-color: #4a044e8c; +} + .decoration-fuchsia-950\\/60 { text-decoration-color: #4a044e99; } +.decoration-fuchsia-950\\/65 { + text-decoration-color: #4a044ea6; +} + .decoration-fuchsia-950\\/70 { text-decoration-color: #4a044eb3; } @@ -3582,6 +4922,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4a044ecc; } +.decoration-fuchsia-950\\/85 { + text-decoration-color: #4a044ed9; +} + .decoration-fuchsia-950\\/90 { text-decoration-color: #4a044ee6; } @@ -3606,6 +4950,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3f4f6; } +.decoration-gray-100\\/15 { + text-decoration-color: #f3f4f626; +} + .decoration-gray-100\\/20 { text-decoration-color: #f3f4f633; } @@ -3618,10 +4966,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3f4f64d; } +.decoration-gray-100\\/35 { + text-decoration-color: #f3f4f659; +} + .decoration-gray-100\\/40 { text-decoration-color: #f3f4f666; } +.decoration-gray-100\\/45 { + text-decoration-color: #f3f4f673; +} + .decoration-gray-100\\/5 { text-decoration-color: #f3f4f60d; } @@ -3630,10 +4986,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3f4f680; } +.decoration-gray-100\\/55 { + text-decoration-color: #f3f4f68c; +} + .decoration-gray-100\\/60 { text-decoration-color: #f3f4f699; } +.decoration-gray-100\\/65 { + text-decoration-color: #f3f4f6a6; +} + .decoration-gray-100\\/70 { text-decoration-color: #f3f4f6b3; } @@ -3646,6 +5010,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3f4f6cc; } +.decoration-gray-100\\/85 { + text-decoration-color: #f3f4f6d9; +} + .decoration-gray-100\\/90 { text-decoration-color: #f3f4f6e6; } @@ -3670,6 +5038,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e7eb; } +.decoration-gray-200\\/15 { + text-decoration-color: #e5e7eb26; +} + .decoration-gray-200\\/20 { text-decoration-color: #e5e7eb33; } @@ -3682,10 +5054,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e7eb4d; } +.decoration-gray-200\\/35 { + text-decoration-color: #e5e7eb59; +} + .decoration-gray-200\\/40 { text-decoration-color: #e5e7eb66; } +.decoration-gray-200\\/45 { + text-decoration-color: #e5e7eb73; +} + .decoration-gray-200\\/5 { text-decoration-color: #e5e7eb0d; } @@ -3694,10 +5074,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e7eb80; } +.decoration-gray-200\\/55 { + text-decoration-color: #e5e7eb8c; +} + .decoration-gray-200\\/60 { text-decoration-color: #e5e7eb99; } +.decoration-gray-200\\/65 { + text-decoration-color: #e5e7eba6; +} + .decoration-gray-200\\/70 { text-decoration-color: #e5e7ebb3; } @@ -3710,6 +5098,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e7ebcc; } +.decoration-gray-200\\/85 { + text-decoration-color: #e5e7ebd9; +} + .decoration-gray-200\\/90 { text-decoration-color: #e5e7ebe6; } @@ -3734,6 +5126,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1d5db; } +.decoration-gray-300\\/15 { + text-decoration-color: #d1d5db26; +} + .decoration-gray-300\\/20 { text-decoration-color: #d1d5db33; } @@ -3746,10 +5142,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1d5db4d; } +.decoration-gray-300\\/35 { + text-decoration-color: #d1d5db59; +} + .decoration-gray-300\\/40 { text-decoration-color: #d1d5db66; } +.decoration-gray-300\\/45 { + text-decoration-color: #d1d5db73; +} + .decoration-gray-300\\/5 { text-decoration-color: #d1d5db0d; } @@ -3758,10 +5162,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1d5db80; } +.decoration-gray-300\\/55 { + text-decoration-color: #d1d5db8c; +} + .decoration-gray-300\\/60 { text-decoration-color: #d1d5db99; } +.decoration-gray-300\\/65 { + text-decoration-color: #d1d5dba6; +} + .decoration-gray-300\\/70 { text-decoration-color: #d1d5dbb3; } @@ -3774,6 +5186,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d1d5dbcc; } +.decoration-gray-300\\/85 { + text-decoration-color: #d1d5dbd9; +} + .decoration-gray-300\\/90 { text-decoration-color: #d1d5dbe6; } @@ -3798,6 +5214,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9ca3af; } +.decoration-gray-400\\/15 { + text-decoration-color: #9ca3af26; +} + .decoration-gray-400\\/20 { text-decoration-color: #9ca3af33; } @@ -3810,10 +5230,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9ca3af4d; } +.decoration-gray-400\\/35 { + text-decoration-color: #9ca3af59; +} + .decoration-gray-400\\/40 { text-decoration-color: #9ca3af66; } +.decoration-gray-400\\/45 { + text-decoration-color: #9ca3af73; +} + .decoration-gray-400\\/5 { text-decoration-color: #9ca3af0d; } @@ -3822,10 +5250,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9ca3af80; } +.decoration-gray-400\\/55 { + text-decoration-color: #9ca3af8c; +} + .decoration-gray-400\\/60 { text-decoration-color: #9ca3af99; } +.decoration-gray-400\\/65 { + text-decoration-color: #9ca3afa6; +} + .decoration-gray-400\\/70 { text-decoration-color: #9ca3afb3; } @@ -3838,6 +5274,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9ca3afcc; } +.decoration-gray-400\\/85 { + text-decoration-color: #9ca3afd9; +} + .decoration-gray-400\\/90 { text-decoration-color: #9ca3afe6; } @@ -3862,6 +5302,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9fafb; } +.decoration-gray-50\\/15 { + text-decoration-color: #f9fafb26; +} + .decoration-gray-50\\/20 { text-decoration-color: #f9fafb33; } @@ -3874,10 +5318,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9fafb4d; } +.decoration-gray-50\\/35 { + text-decoration-color: #f9fafb59; +} + .decoration-gray-50\\/40 { text-decoration-color: #f9fafb66; } +.decoration-gray-50\\/45 { + text-decoration-color: #f9fafb73; +} + .decoration-gray-50\\/5 { text-decoration-color: #f9fafb0d; } @@ -3886,10 +5338,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9fafb80; } +.decoration-gray-50\\/55 { + text-decoration-color: #f9fafb8c; +} + .decoration-gray-50\\/60 { text-decoration-color: #f9fafb99; } +.decoration-gray-50\\/65 { + text-decoration-color: #f9fafba6; +} + .decoration-gray-50\\/70 { text-decoration-color: #f9fafbb3; } @@ -3902,6 +5362,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9fafbcc; } +.decoration-gray-50\\/85 { + text-decoration-color: #f9fafbd9; +} + .decoration-gray-50\\/90 { text-decoration-color: #f9fafbe6; } @@ -3926,6 +5390,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b7280; } +.decoration-gray-500\\/15 { + text-decoration-color: #6b728026; +} + .decoration-gray-500\\/20 { text-decoration-color: #6b728033; } @@ -3938,10 +5406,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b72804d; } +.decoration-gray-500\\/35 { + text-decoration-color: #6b728059; +} + .decoration-gray-500\\/40 { text-decoration-color: #6b728066; } +.decoration-gray-500\\/45 { + text-decoration-color: #6b728073; +} + .decoration-gray-500\\/5 { text-decoration-color: #6b72800d; } @@ -3950,10 +5426,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b728080; } +.decoration-gray-500\\/55 { + text-decoration-color: #6b72808c; +} + .decoration-gray-500\\/60 { text-decoration-color: #6b728099; } +.decoration-gray-500\\/65 { + text-decoration-color: #6b7280a6; +} + .decoration-gray-500\\/70 { text-decoration-color: #6b7280b3; } @@ -3966,6 +5450,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b7280cc; } +.decoration-gray-500\\/85 { + text-decoration-color: #6b7280d9; +} + .decoration-gray-500\\/90 { text-decoration-color: #6b7280e6; } @@ -3990,6 +5478,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4b5563; } +.decoration-gray-600\\/15 { + text-decoration-color: #4b556326; +} + .decoration-gray-600\\/20 { text-decoration-color: #4b556333; } @@ -4002,10 +5494,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4b55634d; } +.decoration-gray-600\\/35 { + text-decoration-color: #4b556359; +} + .decoration-gray-600\\/40 { text-decoration-color: #4b556366; } +.decoration-gray-600\\/45 { + text-decoration-color: #4b556373; +} + .decoration-gray-600\\/5 { text-decoration-color: #4b55630d; } @@ -4014,10 +5514,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4b556380; } +.decoration-gray-600\\/55 { + text-decoration-color: #4b55638c; +} + .decoration-gray-600\\/60 { text-decoration-color: #4b556399; } +.decoration-gray-600\\/65 { + text-decoration-color: #4b5563a6; +} + .decoration-gray-600\\/70 { text-decoration-color: #4b5563b3; } @@ -4030,6 +5538,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4b5563cc; } +.decoration-gray-600\\/85 { + text-decoration-color: #4b5563d9; +} + .decoration-gray-600\\/90 { text-decoration-color: #4b5563e6; } @@ -4054,6 +5566,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #374151; } +.decoration-gray-700\\/15 { + text-decoration-color: #37415126; +} + .decoration-gray-700\\/20 { text-decoration-color: #37415133; } @@ -4066,10 +5582,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3741514d; } +.decoration-gray-700\\/35 { + text-decoration-color: #37415159; +} + .decoration-gray-700\\/40 { text-decoration-color: #37415166; } +.decoration-gray-700\\/45 { + text-decoration-color: #37415173; +} + .decoration-gray-700\\/5 { text-decoration-color: #3741510d; } @@ -4078,10 +5602,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #37415180; } +.decoration-gray-700\\/55 { + text-decoration-color: #3741518c; +} + .decoration-gray-700\\/60 { text-decoration-color: #37415199; } +.decoration-gray-700\\/65 { + text-decoration-color: #374151a6; +} + .decoration-gray-700\\/70 { text-decoration-color: #374151b3; } @@ -4094,6 +5626,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #374151cc; } +.decoration-gray-700\\/85 { + text-decoration-color: #374151d9; +} + .decoration-gray-700\\/90 { text-decoration-color: #374151e6; } @@ -4118,6 +5654,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1f2937; } +.decoration-gray-800\\/15 { + text-decoration-color: #1f293726; +} + .decoration-gray-800\\/20 { text-decoration-color: #1f293733; } @@ -4130,10 +5670,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1f29374d; } +.decoration-gray-800\\/35 { + text-decoration-color: #1f293759; +} + .decoration-gray-800\\/40 { text-decoration-color: #1f293766; } +.decoration-gray-800\\/45 { + text-decoration-color: #1f293773; +} + .decoration-gray-800\\/5 { text-decoration-color: #1f29370d; } @@ -4142,10 +5690,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1f293780; } +.decoration-gray-800\\/55 { + text-decoration-color: #1f29378c; +} + .decoration-gray-800\\/60 { text-decoration-color: #1f293799; } +.decoration-gray-800\\/65 { + text-decoration-color: #1f2937a6; +} + .decoration-gray-800\\/70 { text-decoration-color: #1f2937b3; } @@ -4158,6 +5714,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1f2937cc; } +.decoration-gray-800\\/85 { + text-decoration-color: #1f2937d9; +} + .decoration-gray-800\\/90 { text-decoration-color: #1f2937e6; } @@ -4182,6 +5742,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #111827; } +.decoration-gray-900\\/15 { + text-decoration-color: #11182726; +} + .decoration-gray-900\\/20 { text-decoration-color: #11182733; } @@ -4194,10 +5758,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1118274d; } +.decoration-gray-900\\/35 { + text-decoration-color: #11182759; +} + .decoration-gray-900\\/40 { text-decoration-color: #11182766; } +.decoration-gray-900\\/45 { + text-decoration-color: #11182773; +} + .decoration-gray-900\\/5 { text-decoration-color: #1118270d; } @@ -4206,10 +5778,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #11182780; } +.decoration-gray-900\\/55 { + text-decoration-color: #1118278c; +} + .decoration-gray-900\\/60 { text-decoration-color: #11182799; } +.decoration-gray-900\\/65 { + text-decoration-color: #111827a6; +} + .decoration-gray-900\\/70 { text-decoration-color: #111827b3; } @@ -4222,6 +5802,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #111827cc; } +.decoration-gray-900\\/85 { + text-decoration-color: #111827d9; +} + .decoration-gray-900\\/90 { text-decoration-color: #111827e6; } @@ -4246,6 +5830,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #030712; } +.decoration-gray-950\\/15 { + text-decoration-color: #03071226; +} + .decoration-gray-950\\/20 { text-decoration-color: #03071233; } @@ -4258,10 +5846,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0307124d; } +.decoration-gray-950\\/35 { + text-decoration-color: #03071259; +} + .decoration-gray-950\\/40 { text-decoration-color: #03071266; } +.decoration-gray-950\\/45 { + text-decoration-color: #03071273; +} + .decoration-gray-950\\/5 { text-decoration-color: #0307120d; } @@ -4270,10 +5866,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #03071280; } +.decoration-gray-950\\/55 { + text-decoration-color: #0307128c; +} + .decoration-gray-950\\/60 { text-decoration-color: #03071299; } +.decoration-gray-950\\/65 { + text-decoration-color: #030712a6; +} + .decoration-gray-950\\/70 { text-decoration-color: #030712b3; } @@ -4286,6 +5890,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #030712cc; } +.decoration-gray-950\\/85 { + text-decoration-color: #030712d9; +} + .decoration-gray-950\\/90 { text-decoration-color: #030712e6; } @@ -4310,6 +5918,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dcfce7; } +.decoration-green-100\\/15 { + text-decoration-color: #dcfce726; +} + .decoration-green-100\\/20 { text-decoration-color: #dcfce733; } @@ -4322,10 +5934,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dcfce74d; } +.decoration-green-100\\/35 { + text-decoration-color: #dcfce759; +} + .decoration-green-100\\/40 { text-decoration-color: #dcfce766; } +.decoration-green-100\\/45 { + text-decoration-color: #dcfce773; +} + .decoration-green-100\\/5 { text-decoration-color: #dcfce70d; } @@ -4334,10 +5954,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dcfce780; } +.decoration-green-100\\/55 { + text-decoration-color: #dcfce78c; +} + .decoration-green-100\\/60 { text-decoration-color: #dcfce799; } +.decoration-green-100\\/65 { + text-decoration-color: #dcfce7a6; +} + .decoration-green-100\\/70 { text-decoration-color: #dcfce7b3; } @@ -4350,6 +5978,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dcfce7cc; } +.decoration-green-100\\/85 { + text-decoration-color: #dcfce7d9; +} + .decoration-green-100\\/90 { text-decoration-color: #dcfce7e6; } @@ -4374,6 +6006,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bbf7d0; } +.decoration-green-200\\/15 { + text-decoration-color: #bbf7d026; +} + .decoration-green-200\\/20 { text-decoration-color: #bbf7d033; } @@ -4386,10 +6022,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bbf7d04d; } +.decoration-green-200\\/35 { + text-decoration-color: #bbf7d059; +} + .decoration-green-200\\/40 { text-decoration-color: #bbf7d066; } +.decoration-green-200\\/45 { + text-decoration-color: #bbf7d073; +} + .decoration-green-200\\/5 { text-decoration-color: #bbf7d00d; } @@ -4398,10 +6042,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bbf7d080; } +.decoration-green-200\\/55 { + text-decoration-color: #bbf7d08c; +} + .decoration-green-200\\/60 { text-decoration-color: #bbf7d099; } +.decoration-green-200\\/65 { + text-decoration-color: #bbf7d0a6; +} + .decoration-green-200\\/70 { text-decoration-color: #bbf7d0b3; } @@ -4414,6 +6066,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bbf7d0cc; } +.decoration-green-200\\/85 { + text-decoration-color: #bbf7d0d9; +} + .decoration-green-200\\/90 { text-decoration-color: #bbf7d0e6; } @@ -4438,6 +6094,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86efac; } +.decoration-green-300\\/15 { + text-decoration-color: #86efac26; +} + .decoration-green-300\\/20 { text-decoration-color: #86efac33; } @@ -4450,10 +6110,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86efac4d; } +.decoration-green-300\\/35 { + text-decoration-color: #86efac59; +} + .decoration-green-300\\/40 { text-decoration-color: #86efac66; } +.decoration-green-300\\/45 { + text-decoration-color: #86efac73; +} + .decoration-green-300\\/5 { text-decoration-color: #86efac0d; } @@ -4462,10 +6130,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86efac80; } +.decoration-green-300\\/55 { + text-decoration-color: #86efac8c; +} + .decoration-green-300\\/60 { text-decoration-color: #86efac99; } +.decoration-green-300\\/65 { + text-decoration-color: #86efaca6; +} + .decoration-green-300\\/70 { text-decoration-color: #86efacb3; } @@ -4478,6 +6154,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #86efaccc; } +.decoration-green-300\\/85 { + text-decoration-color: #86efacd9; +} + .decoration-green-300\\/90 { text-decoration-color: #86eface6; } @@ -4502,6 +6182,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4ade80; } +.decoration-green-400\\/15 { + text-decoration-color: #4ade8026; +} + .decoration-green-400\\/20 { text-decoration-color: #4ade8033; } @@ -4514,10 +6198,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4ade804d; } +.decoration-green-400\\/35 { + text-decoration-color: #4ade8059; +} + .decoration-green-400\\/40 { text-decoration-color: #4ade8066; } +.decoration-green-400\\/45 { + text-decoration-color: #4ade8073; +} + .decoration-green-400\\/5 { text-decoration-color: #4ade800d; } @@ -4526,10 +6218,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4ade8080; } +.decoration-green-400\\/55 { + text-decoration-color: #4ade808c; +} + .decoration-green-400\\/60 { text-decoration-color: #4ade8099; } +.decoration-green-400\\/65 { + text-decoration-color: #4ade80a6; +} + .decoration-green-400\\/70 { text-decoration-color: #4ade80b3; } @@ -4542,6 +6242,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4ade80cc; } +.decoration-green-400\\/85 { + text-decoration-color: #4ade80d9; +} + .decoration-green-400\\/90 { text-decoration-color: #4ade80e6; } @@ -4566,6 +6270,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdf4; } +.decoration-green-50\\/15 { + text-decoration-color: #f0fdf426; +} + .decoration-green-50\\/20 { text-decoration-color: #f0fdf433; } @@ -4578,10 +6286,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdf44d; } +.decoration-green-50\\/35 { + text-decoration-color: #f0fdf459; +} + .decoration-green-50\\/40 { text-decoration-color: #f0fdf466; } +.decoration-green-50\\/45 { + text-decoration-color: #f0fdf473; +} + .decoration-green-50\\/5 { text-decoration-color: #f0fdf40d; } @@ -4590,10 +6306,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdf480; } +.decoration-green-50\\/55 { + text-decoration-color: #f0fdf48c; +} + .decoration-green-50\\/60 { text-decoration-color: #f0fdf499; } +.decoration-green-50\\/65 { + text-decoration-color: #f0fdf4a6; +} + .decoration-green-50\\/70 { text-decoration-color: #f0fdf4b3; } @@ -4606,6 +6330,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdf4cc; } +.decoration-green-50\\/85 { + text-decoration-color: #f0fdf4d9; +} + .decoration-green-50\\/90 { text-decoration-color: #f0fdf4e6; } @@ -4630,6 +6358,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22c55e; } +.decoration-green-500\\/15 { + text-decoration-color: #22c55e26; +} + .decoration-green-500\\/20 { text-decoration-color: #22c55e33; } @@ -4642,10 +6374,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22c55e4d; } +.decoration-green-500\\/35 { + text-decoration-color: #22c55e59; +} + .decoration-green-500\\/40 { text-decoration-color: #22c55e66; } +.decoration-green-500\\/45 { + text-decoration-color: #22c55e73; +} + .decoration-green-500\\/5 { text-decoration-color: #22c55e0d; } @@ -4654,10 +6394,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22c55e80; } +.decoration-green-500\\/55 { + text-decoration-color: #22c55e8c; +} + .decoration-green-500\\/60 { text-decoration-color: #22c55e99; } +.decoration-green-500\\/65 { + text-decoration-color: #22c55ea6; +} + .decoration-green-500\\/70 { text-decoration-color: #22c55eb3; } @@ -4670,6 +6418,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #22c55ecc; } +.decoration-green-500\\/85 { + text-decoration-color: #22c55ed9; +} + .decoration-green-500\\/90 { text-decoration-color: #22c55ee6; } @@ -4694,6 +6446,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #16a34a; } +.decoration-green-600\\/15 { + text-decoration-color: #16a34a26; +} + .decoration-green-600\\/20 { text-decoration-color: #16a34a33; } @@ -4706,10 +6462,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #16a34a4d; } +.decoration-green-600\\/35 { + text-decoration-color: #16a34a59; +} + .decoration-green-600\\/40 { text-decoration-color: #16a34a66; } +.decoration-green-600\\/45 { + text-decoration-color: #16a34a73; +} + .decoration-green-600\\/5 { text-decoration-color: #16a34a0d; } @@ -4718,10 +6482,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #16a34a80; } +.decoration-green-600\\/55 { + text-decoration-color: #16a34a8c; +} + .decoration-green-600\\/60 { text-decoration-color: #16a34a99; } +.decoration-green-600\\/65 { + text-decoration-color: #16a34aa6; +} + .decoration-green-600\\/70 { text-decoration-color: #16a34ab3; } @@ -4734,6 +6506,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #16a34acc; } +.decoration-green-600\\/85 { + text-decoration-color: #16a34ad9; +} + .decoration-green-600\\/90 { text-decoration-color: #16a34ae6; } @@ -4758,6 +6534,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #15803d; } +.decoration-green-700\\/15 { + text-decoration-color: #15803d26; +} + .decoration-green-700\\/20 { text-decoration-color: #15803d33; } @@ -4770,10 +6550,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #15803d4d; } +.decoration-green-700\\/35 { + text-decoration-color: #15803d59; +} + .decoration-green-700\\/40 { text-decoration-color: #15803d66; } +.decoration-green-700\\/45 { + text-decoration-color: #15803d73; +} + .decoration-green-700\\/5 { text-decoration-color: #15803d0d; } @@ -4782,10 +6570,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #15803d80; } +.decoration-green-700\\/55 { + text-decoration-color: #15803d8c; +} + .decoration-green-700\\/60 { text-decoration-color: #15803d99; } +.decoration-green-700\\/65 { + text-decoration-color: #15803da6; +} + .decoration-green-700\\/70 { text-decoration-color: #15803db3; } @@ -4798,6 +6594,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #15803dcc; } +.decoration-green-700\\/85 { + text-decoration-color: #15803dd9; +} + .decoration-green-700\\/90 { text-decoration-color: #15803de6; } @@ -4822,6 +6622,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #166534; } +.decoration-green-800\\/15 { + text-decoration-color: #16653426; +} + .decoration-green-800\\/20 { text-decoration-color: #16653433; } @@ -4834,10 +6638,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1665344d; } +.decoration-green-800\\/35 { + text-decoration-color: #16653459; +} + .decoration-green-800\\/40 { text-decoration-color: #16653466; } +.decoration-green-800\\/45 { + text-decoration-color: #16653473; +} + .decoration-green-800\\/5 { text-decoration-color: #1665340d; } @@ -4846,10 +6658,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #16653480; } +.decoration-green-800\\/55 { + text-decoration-color: #1665348c; +} + .decoration-green-800\\/60 { text-decoration-color: #16653499; } +.decoration-green-800\\/65 { + text-decoration-color: #166534a6; +} + .decoration-green-800\\/70 { text-decoration-color: #166534b3; } @@ -4862,6 +6682,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #166534cc; } +.decoration-green-800\\/85 { + text-decoration-color: #166534d9; +} + .decoration-green-800\\/90 { text-decoration-color: #166534e6; } @@ -4886,6 +6710,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14532d; } +.decoration-green-900\\/15 { + text-decoration-color: #14532d26; +} + .decoration-green-900\\/20 { text-decoration-color: #14532d33; } @@ -4898,10 +6726,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14532d4d; } +.decoration-green-900\\/35 { + text-decoration-color: #14532d59; +} + .decoration-green-900\\/40 { text-decoration-color: #14532d66; } +.decoration-green-900\\/45 { + text-decoration-color: #14532d73; +} + .decoration-green-900\\/5 { text-decoration-color: #14532d0d; } @@ -4910,10 +6746,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14532d80; } +.decoration-green-900\\/55 { + text-decoration-color: #14532d8c; +} + .decoration-green-900\\/60 { text-decoration-color: #14532d99; } +.decoration-green-900\\/65 { + text-decoration-color: #14532da6; +} + .decoration-green-900\\/70 { text-decoration-color: #14532db3; } @@ -4926,6 +6770,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14532dcc; } +.decoration-green-900\\/85 { + text-decoration-color: #14532dd9; +} + .decoration-green-900\\/90 { text-decoration-color: #14532de6; } @@ -4950,6 +6798,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #052e16; } +.decoration-green-950\\/15 { + text-decoration-color: #052e1626; +} + .decoration-green-950\\/20 { text-decoration-color: #052e1633; } @@ -4962,10 +6814,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #052e164d; } +.decoration-green-950\\/35 { + text-decoration-color: #052e1659; +} + .decoration-green-950\\/40 { text-decoration-color: #052e1666; } +.decoration-green-950\\/45 { + text-decoration-color: #052e1673; +} + .decoration-green-950\\/5 { text-decoration-color: #052e160d; } @@ -4974,10 +6834,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #052e1680; } +.decoration-green-950\\/55 { + text-decoration-color: #052e168c; +} + .decoration-green-950\\/60 { text-decoration-color: #052e1699; } +.decoration-green-950\\/65 { + text-decoration-color: #052e16a6; +} + .decoration-green-950\\/70 { text-decoration-color: #052e16b3; } @@ -4990,6 +6858,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #052e16cc; } +.decoration-green-950\\/85 { + text-decoration-color: #052e16d9; +} + .decoration-green-950\\/90 { text-decoration-color: #052e16e6; } @@ -5014,6 +6886,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0e7ff; } +.decoration-indigo-100\\/15 { + text-decoration-color: #e0e7ff26; +} + .decoration-indigo-100\\/20 { text-decoration-color: #e0e7ff33; } @@ -5026,10 +6902,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0e7ff4d; } +.decoration-indigo-100\\/35 { + text-decoration-color: #e0e7ff59; +} + .decoration-indigo-100\\/40 { text-decoration-color: #e0e7ff66; } +.decoration-indigo-100\\/45 { + text-decoration-color: #e0e7ff73; +} + .decoration-indigo-100\\/5 { text-decoration-color: #e0e7ff0d; } @@ -5038,10 +6922,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0e7ff80; } +.decoration-indigo-100\\/55 { + text-decoration-color: #e0e7ff8c; +} + .decoration-indigo-100\\/60 { text-decoration-color: #e0e7ff99; } +.decoration-indigo-100\\/65 { + text-decoration-color: #e0e7ffa6; +} + .decoration-indigo-100\\/70 { text-decoration-color: #e0e7ffb3; } @@ -5054,6 +6946,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0e7ffcc; } +.decoration-indigo-100\\/85 { + text-decoration-color: #e0e7ffd9; +} + .decoration-indigo-100\\/90 { text-decoration-color: #e0e7ffe6; } @@ -5078,6 +6974,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c7d2fe; } +.decoration-indigo-200\\/15 { + text-decoration-color: #c7d2fe26; +} + .decoration-indigo-200\\/20 { text-decoration-color: #c7d2fe33; } @@ -5090,10 +6990,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c7d2fe4d; } +.decoration-indigo-200\\/35 { + text-decoration-color: #c7d2fe59; +} + .decoration-indigo-200\\/40 { text-decoration-color: #c7d2fe66; } +.decoration-indigo-200\\/45 { + text-decoration-color: #c7d2fe73; +} + .decoration-indigo-200\\/5 { text-decoration-color: #c7d2fe0d; } @@ -5102,10 +7010,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c7d2fe80; } +.decoration-indigo-200\\/55 { + text-decoration-color: #c7d2fe8c; +} + .decoration-indigo-200\\/60 { text-decoration-color: #c7d2fe99; } +.decoration-indigo-200\\/65 { + text-decoration-color: #c7d2fea6; +} + .decoration-indigo-200\\/70 { text-decoration-color: #c7d2feb3; } @@ -5118,6 +7034,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c7d2fecc; } +.decoration-indigo-200\\/85 { + text-decoration-color: #c7d2fed9; +} + .decoration-indigo-200\\/90 { text-decoration-color: #c7d2fee6; } @@ -5142,6 +7062,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5b4fc; } +.decoration-indigo-300\\/15 { + text-decoration-color: #a5b4fc26; +} + .decoration-indigo-300\\/20 { text-decoration-color: #a5b4fc33; } @@ -5154,10 +7078,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5b4fc4d; } +.decoration-indigo-300\\/35 { + text-decoration-color: #a5b4fc59; +} + .decoration-indigo-300\\/40 { text-decoration-color: #a5b4fc66; } +.decoration-indigo-300\\/45 { + text-decoration-color: #a5b4fc73; +} + .decoration-indigo-300\\/5 { text-decoration-color: #a5b4fc0d; } @@ -5166,10 +7098,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5b4fc80; } +.decoration-indigo-300\\/55 { + text-decoration-color: #a5b4fc8c; +} + .decoration-indigo-300\\/60 { text-decoration-color: #a5b4fc99; } +.decoration-indigo-300\\/65 { + text-decoration-color: #a5b4fca6; +} + .decoration-indigo-300\\/70 { text-decoration-color: #a5b4fcb3; } @@ -5182,6 +7122,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a5b4fccc; } +.decoration-indigo-300\\/85 { + text-decoration-color: #a5b4fcd9; +} + .decoration-indigo-300\\/90 { text-decoration-color: #a5b4fce6; } @@ -5206,6 +7150,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #818cf8; } +.decoration-indigo-400\\/15 { + text-decoration-color: #818cf826; +} + .decoration-indigo-400\\/20 { text-decoration-color: #818cf833; } @@ -5218,10 +7166,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #818cf84d; } +.decoration-indigo-400\\/35 { + text-decoration-color: #818cf859; +} + .decoration-indigo-400\\/40 { text-decoration-color: #818cf866; } +.decoration-indigo-400\\/45 { + text-decoration-color: #818cf873; +} + .decoration-indigo-400\\/5 { text-decoration-color: #818cf80d; } @@ -5230,10 +7186,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #818cf880; } +.decoration-indigo-400\\/55 { + text-decoration-color: #818cf88c; +} + .decoration-indigo-400\\/60 { text-decoration-color: #818cf899; } +.decoration-indigo-400\\/65 { + text-decoration-color: #818cf8a6; +} + .decoration-indigo-400\\/70 { text-decoration-color: #818cf8b3; } @@ -5246,6 +7210,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #818cf8cc; } +.decoration-indigo-400\\/85 { + text-decoration-color: #818cf8d9; +} + .decoration-indigo-400\\/90 { text-decoration-color: #818cf8e6; } @@ -5270,6 +7238,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eef2ff; } +.decoration-indigo-50\\/15 { + text-decoration-color: #eef2ff26; +} + .decoration-indigo-50\\/20 { text-decoration-color: #eef2ff33; } @@ -5282,10 +7254,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eef2ff4d; } +.decoration-indigo-50\\/35 { + text-decoration-color: #eef2ff59; +} + .decoration-indigo-50\\/40 { text-decoration-color: #eef2ff66; } +.decoration-indigo-50\\/45 { + text-decoration-color: #eef2ff73; +} + .decoration-indigo-50\\/5 { text-decoration-color: #eef2ff0d; } @@ -5294,10 +7274,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eef2ff80; } +.decoration-indigo-50\\/55 { + text-decoration-color: #eef2ff8c; +} + .decoration-indigo-50\\/60 { text-decoration-color: #eef2ff99; } +.decoration-indigo-50\\/65 { + text-decoration-color: #eef2ffa6; +} + .decoration-indigo-50\\/70 { text-decoration-color: #eef2ffb3; } @@ -5310,6 +7298,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eef2ffcc; } +.decoration-indigo-50\\/85 { + text-decoration-color: #eef2ffd9; +} + .decoration-indigo-50\\/90 { text-decoration-color: #eef2ffe6; } @@ -5334,6 +7326,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6366f1; } +.decoration-indigo-500\\/15 { + text-decoration-color: #6366f126; +} + .decoration-indigo-500\\/20 { text-decoration-color: #6366f133; } @@ -5346,10 +7342,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6366f14d; } +.decoration-indigo-500\\/35 { + text-decoration-color: #6366f159; +} + .decoration-indigo-500\\/40 { text-decoration-color: #6366f166; } +.decoration-indigo-500\\/45 { + text-decoration-color: #6366f173; +} + .decoration-indigo-500\\/5 { text-decoration-color: #6366f10d; } @@ -5358,10 +7362,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6366f180; } +.decoration-indigo-500\\/55 { + text-decoration-color: #6366f18c; +} + .decoration-indigo-500\\/60 { text-decoration-color: #6366f199; } +.decoration-indigo-500\\/65 { + text-decoration-color: #6366f1a6; +} + .decoration-indigo-500\\/70 { text-decoration-color: #6366f1b3; } @@ -5374,6 +7386,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6366f1cc; } +.decoration-indigo-500\\/85 { + text-decoration-color: #6366f1d9; +} + .decoration-indigo-500\\/90 { text-decoration-color: #6366f1e6; } @@ -5398,6 +7414,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4f46e5; } +.decoration-indigo-600\\/15 { + text-decoration-color: #4f46e526; +} + .decoration-indigo-600\\/20 { text-decoration-color: #4f46e533; } @@ -5410,10 +7430,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4f46e54d; } +.decoration-indigo-600\\/35 { + text-decoration-color: #4f46e559; +} + .decoration-indigo-600\\/40 { text-decoration-color: #4f46e566; } +.decoration-indigo-600\\/45 { + text-decoration-color: #4f46e573; +} + .decoration-indigo-600\\/5 { text-decoration-color: #4f46e50d; } @@ -5422,10 +7450,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4f46e580; } +.decoration-indigo-600\\/55 { + text-decoration-color: #4f46e58c; +} + .decoration-indigo-600\\/60 { text-decoration-color: #4f46e599; } +.decoration-indigo-600\\/65 { + text-decoration-color: #4f46e5a6; +} + .decoration-indigo-600\\/70 { text-decoration-color: #4f46e5b3; } @@ -5438,6 +7474,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4f46e5cc; } +.decoration-indigo-600\\/85 { + text-decoration-color: #4f46e5d9; +} + .decoration-indigo-600\\/90 { text-decoration-color: #4f46e5e6; } @@ -5462,6 +7502,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4338ca; } +.decoration-indigo-700\\/15 { + text-decoration-color: #4338ca26; +} + .decoration-indigo-700\\/20 { text-decoration-color: #4338ca33; } @@ -5474,10 +7518,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4338ca4d; } +.decoration-indigo-700\\/35 { + text-decoration-color: #4338ca59; +} + .decoration-indigo-700\\/40 { text-decoration-color: #4338ca66; } +.decoration-indigo-700\\/45 { + text-decoration-color: #4338ca73; +} + .decoration-indigo-700\\/5 { text-decoration-color: #4338ca0d; } @@ -5486,10 +7538,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4338ca80; } +.decoration-indigo-700\\/55 { + text-decoration-color: #4338ca8c; +} + .decoration-indigo-700\\/60 { text-decoration-color: #4338ca99; } +.decoration-indigo-700\\/65 { + text-decoration-color: #4338caa6; +} + .decoration-indigo-700\\/70 { text-decoration-color: #4338cab3; } @@ -5502,6 +7562,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4338cacc; } +.decoration-indigo-700\\/85 { + text-decoration-color: #4338cad9; +} + .decoration-indigo-700\\/90 { text-decoration-color: #4338cae6; } @@ -5526,6 +7590,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3730a3; } +.decoration-indigo-800\\/15 { + text-decoration-color: #3730a326; +} + .decoration-indigo-800\\/20 { text-decoration-color: #3730a333; } @@ -5538,10 +7606,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3730a34d; } +.decoration-indigo-800\\/35 { + text-decoration-color: #3730a359; +} + .decoration-indigo-800\\/40 { text-decoration-color: #3730a366; } +.decoration-indigo-800\\/45 { + text-decoration-color: #3730a373; +} + .decoration-indigo-800\\/5 { text-decoration-color: #3730a30d; } @@ -5550,10 +7626,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3730a380; } +.decoration-indigo-800\\/55 { + text-decoration-color: #3730a38c; +} + .decoration-indigo-800\\/60 { text-decoration-color: #3730a399; } +.decoration-indigo-800\\/65 { + text-decoration-color: #3730a3a6; +} + .decoration-indigo-800\\/70 { text-decoration-color: #3730a3b3; } @@ -5566,6 +7650,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3730a3cc; } +.decoration-indigo-800\\/85 { + text-decoration-color: #3730a3d9; +} + .decoration-indigo-800\\/90 { text-decoration-color: #3730a3e6; } @@ -5590,6 +7678,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #312e81; } +.decoration-indigo-900\\/15 { + text-decoration-color: #312e8126; +} + .decoration-indigo-900\\/20 { text-decoration-color: #312e8133; } @@ -5602,10 +7694,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #312e814d; } +.decoration-indigo-900\\/35 { + text-decoration-color: #312e8159; +} + .decoration-indigo-900\\/40 { text-decoration-color: #312e8166; } +.decoration-indigo-900\\/45 { + text-decoration-color: #312e8173; +} + .decoration-indigo-900\\/5 { text-decoration-color: #312e810d; } @@ -5614,10 +7714,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #312e8180; } +.decoration-indigo-900\\/55 { + text-decoration-color: #312e818c; +} + .decoration-indigo-900\\/60 { text-decoration-color: #312e8199; } +.decoration-indigo-900\\/65 { + text-decoration-color: #312e81a6; +} + .decoration-indigo-900\\/70 { text-decoration-color: #312e81b3; } @@ -5630,6 +7738,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #312e81cc; } +.decoration-indigo-900\\/85 { + text-decoration-color: #312e81d9; +} + .decoration-indigo-900\\/90 { text-decoration-color: #312e81e6; } @@ -5654,6 +7766,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e1b4b; } +.decoration-indigo-950\\/15 { + text-decoration-color: #1e1b4b26; +} + .decoration-indigo-950\\/20 { text-decoration-color: #1e1b4b33; } @@ -5666,10 +7782,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e1b4b4d; } +.decoration-indigo-950\\/35 { + text-decoration-color: #1e1b4b59; +} + .decoration-indigo-950\\/40 { text-decoration-color: #1e1b4b66; } +.decoration-indigo-950\\/45 { + text-decoration-color: #1e1b4b73; +} + .decoration-indigo-950\\/5 { text-decoration-color: #1e1b4b0d; } @@ -5678,10 +7802,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e1b4b80; } +.decoration-indigo-950\\/55 { + text-decoration-color: #1e1b4b8c; +} + .decoration-indigo-950\\/60 { text-decoration-color: #1e1b4b99; } +.decoration-indigo-950\\/65 { + text-decoration-color: #1e1b4ba6; +} + .decoration-indigo-950\\/70 { text-decoration-color: #1e1b4bb3; } @@ -5694,6 +7826,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e1b4bcc; } +.decoration-indigo-950\\/85 { + text-decoration-color: #1e1b4bd9; +} + .decoration-indigo-950\\/90 { text-decoration-color: #1e1b4be6; } @@ -5723,6 +7859,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfccb; } +.decoration-lime-100\\/15 { + text-decoration-color: #ecfccb26; +} + .decoration-lime-100\\/20 { text-decoration-color: #ecfccb33; } @@ -5735,10 +7875,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfccb4d; } +.decoration-lime-100\\/35 { + text-decoration-color: #ecfccb59; +} + .decoration-lime-100\\/40 { text-decoration-color: #ecfccb66; } +.decoration-lime-100\\/45 { + text-decoration-color: #ecfccb73; +} + .decoration-lime-100\\/5 { text-decoration-color: #ecfccb0d; } @@ -5747,10 +7895,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfccb80; } +.decoration-lime-100\\/55 { + text-decoration-color: #ecfccb8c; +} + .decoration-lime-100\\/60 { text-decoration-color: #ecfccb99; } +.decoration-lime-100\\/65 { + text-decoration-color: #ecfccba6; +} + .decoration-lime-100\\/70 { text-decoration-color: #ecfccbb3; } @@ -5763,6 +7919,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ecfccbcc; } +.decoration-lime-100\\/85 { + text-decoration-color: #ecfccbd9; +} + .decoration-lime-100\\/90 { text-decoration-color: #ecfccbe6; } @@ -5787,6 +7947,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d9f99d; } +.decoration-lime-200\\/15 { + text-decoration-color: #d9f99d26; +} + .decoration-lime-200\\/20 { text-decoration-color: #d9f99d33; } @@ -5799,10 +7963,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d9f99d4d; } +.decoration-lime-200\\/35 { + text-decoration-color: #d9f99d59; +} + .decoration-lime-200\\/40 { text-decoration-color: #d9f99d66; } +.decoration-lime-200\\/45 { + text-decoration-color: #d9f99d73; +} + .decoration-lime-200\\/5 { text-decoration-color: #d9f99d0d; } @@ -5811,10 +7983,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d9f99d80; } +.decoration-lime-200\\/55 { + text-decoration-color: #d9f99d8c; +} + .decoration-lime-200\\/60 { text-decoration-color: #d9f99d99; } +.decoration-lime-200\\/65 { + text-decoration-color: #d9f99da6; +} + .decoration-lime-200\\/70 { text-decoration-color: #d9f99db3; } @@ -5827,6 +8007,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d9f99dcc; } +.decoration-lime-200\\/85 { + text-decoration-color: #d9f99dd9; +} + .decoration-lime-200\\/90 { text-decoration-color: #d9f99de6; } @@ -5851,6 +8035,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bef264; } +.decoration-lime-300\\/15 { + text-decoration-color: #bef26426; +} + .decoration-lime-300\\/20 { text-decoration-color: #bef26433; } @@ -5863,10 +8051,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bef2644d; } +.decoration-lime-300\\/35 { + text-decoration-color: #bef26459; +} + .decoration-lime-300\\/40 { text-decoration-color: #bef26466; } +.decoration-lime-300\\/45 { + text-decoration-color: #bef26473; +} + .decoration-lime-300\\/5 { text-decoration-color: #bef2640d; } @@ -5875,10 +8071,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bef26480; } +.decoration-lime-300\\/55 { + text-decoration-color: #bef2648c; +} + .decoration-lime-300\\/60 { text-decoration-color: #bef26499; } +.decoration-lime-300\\/65 { + text-decoration-color: #bef264a6; +} + .decoration-lime-300\\/70 { text-decoration-color: #bef264b3; } @@ -5891,6 +8095,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bef264cc; } +.decoration-lime-300\\/85 { + text-decoration-color: #bef264d9; +} + .decoration-lime-300\\/90 { text-decoration-color: #bef264e6; } @@ -5915,6 +8123,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3e635; } +.decoration-lime-400\\/15 { + text-decoration-color: #a3e63526; +} + .decoration-lime-400\\/20 { text-decoration-color: #a3e63533; } @@ -5927,10 +8139,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3e6354d; } +.decoration-lime-400\\/35 { + text-decoration-color: #a3e63559; +} + .decoration-lime-400\\/40 { text-decoration-color: #a3e63566; } +.decoration-lime-400\\/45 { + text-decoration-color: #a3e63573; +} + .decoration-lime-400\\/5 { text-decoration-color: #a3e6350d; } @@ -5939,10 +8159,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3e63580; } +.decoration-lime-400\\/55 { + text-decoration-color: #a3e6358c; +} + .decoration-lime-400\\/60 { text-decoration-color: #a3e63599; } +.decoration-lime-400\\/65 { + text-decoration-color: #a3e635a6; +} + .decoration-lime-400\\/70 { text-decoration-color: #a3e635b3; } @@ -5955,6 +8183,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3e635cc; } +.decoration-lime-400\\/85 { + text-decoration-color: #a3e635d9; +} + .decoration-lime-400\\/90 { text-decoration-color: #a3e635e6; } @@ -5979,6 +8211,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f7fee7; } +.decoration-lime-50\\/15 { + text-decoration-color: #f7fee726; +} + .decoration-lime-50\\/20 { text-decoration-color: #f7fee733; } @@ -5991,10 +8227,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f7fee74d; } +.decoration-lime-50\\/35 { + text-decoration-color: #f7fee759; +} + .decoration-lime-50\\/40 { text-decoration-color: #f7fee766; } +.decoration-lime-50\\/45 { + text-decoration-color: #f7fee773; +} + .decoration-lime-50\\/5 { text-decoration-color: #f7fee70d; } @@ -6003,10 +8247,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f7fee780; } +.decoration-lime-50\\/55 { + text-decoration-color: #f7fee78c; +} + .decoration-lime-50\\/60 { text-decoration-color: #f7fee799; } +.decoration-lime-50\\/65 { + text-decoration-color: #f7fee7a6; +} + .decoration-lime-50\\/70 { text-decoration-color: #f7fee7b3; } @@ -6019,6 +8271,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f7fee7cc; } +.decoration-lime-50\\/85 { + text-decoration-color: #f7fee7d9; +} + .decoration-lime-50\\/90 { text-decoration-color: #f7fee7e6; } @@ -6043,6 +8299,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #84cc16; } +.decoration-lime-500\\/15 { + text-decoration-color: #84cc1626; +} + .decoration-lime-500\\/20 { text-decoration-color: #84cc1633; } @@ -6055,10 +8315,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #84cc164d; } +.decoration-lime-500\\/35 { + text-decoration-color: #84cc1659; +} + .decoration-lime-500\\/40 { text-decoration-color: #84cc1666; } +.decoration-lime-500\\/45 { + text-decoration-color: #84cc1673; +} + .decoration-lime-500\\/5 { text-decoration-color: #84cc160d; } @@ -6067,10 +8335,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #84cc1680; } +.decoration-lime-500\\/55 { + text-decoration-color: #84cc168c; +} + .decoration-lime-500\\/60 { text-decoration-color: #84cc1699; } +.decoration-lime-500\\/65 { + text-decoration-color: #84cc16a6; +} + .decoration-lime-500\\/70 { text-decoration-color: #84cc16b3; } @@ -6083,6 +8359,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #84cc16cc; } +.decoration-lime-500\\/85 { + text-decoration-color: #84cc16d9; +} + .decoration-lime-500\\/90 { text-decoration-color: #84cc16e6; } @@ -6107,6 +8387,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #65a30d; } +.decoration-lime-600\\/15 { + text-decoration-color: #65a30d26; +} + .decoration-lime-600\\/20 { text-decoration-color: #65a30d33; } @@ -6119,10 +8403,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #65a30d4d; } +.decoration-lime-600\\/35 { + text-decoration-color: #65a30d59; +} + .decoration-lime-600\\/40 { text-decoration-color: #65a30d66; } +.decoration-lime-600\\/45 { + text-decoration-color: #65a30d73; +} + .decoration-lime-600\\/5 { text-decoration-color: #65a30d0d; } @@ -6131,10 +8423,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #65a30d80; } +.decoration-lime-600\\/55 { + text-decoration-color: #65a30d8c; +} + .decoration-lime-600\\/60 { text-decoration-color: #65a30d99; } +.decoration-lime-600\\/65 { + text-decoration-color: #65a30da6; +} + .decoration-lime-600\\/70 { text-decoration-color: #65a30db3; } @@ -6147,6 +8447,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #65a30dcc; } +.decoration-lime-600\\/85 { + text-decoration-color: #65a30dd9; +} + .decoration-lime-600\\/90 { text-decoration-color: #65a30de6; } @@ -6171,6 +8475,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4d7c0f; } +.decoration-lime-700\\/15 { + text-decoration-color: #4d7c0f26; +} + .decoration-lime-700\\/20 { text-decoration-color: #4d7c0f33; } @@ -6183,10 +8491,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4d7c0f4d; } +.decoration-lime-700\\/35 { + text-decoration-color: #4d7c0f59; +} + .decoration-lime-700\\/40 { text-decoration-color: #4d7c0f66; } +.decoration-lime-700\\/45 { + text-decoration-color: #4d7c0f73; +} + .decoration-lime-700\\/5 { text-decoration-color: #4d7c0f0d; } @@ -6195,10 +8511,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4d7c0f80; } +.decoration-lime-700\\/55 { + text-decoration-color: #4d7c0f8c; +} + .decoration-lime-700\\/60 { text-decoration-color: #4d7c0f99; } +.decoration-lime-700\\/65 { + text-decoration-color: #4d7c0fa6; +} + .decoration-lime-700\\/70 { text-decoration-color: #4d7c0fb3; } @@ -6211,6 +8535,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4d7c0fcc; } +.decoration-lime-700\\/85 { + text-decoration-color: #4d7c0fd9; +} + .decoration-lime-700\\/90 { text-decoration-color: #4d7c0fe6; } @@ -6235,6 +8563,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f6212; } +.decoration-lime-800\\/15 { + text-decoration-color: #3f621226; +} + .decoration-lime-800\\/20 { text-decoration-color: #3f621233; } @@ -6247,10 +8579,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f62124d; } +.decoration-lime-800\\/35 { + text-decoration-color: #3f621259; +} + .decoration-lime-800\\/40 { text-decoration-color: #3f621266; } +.decoration-lime-800\\/45 { + text-decoration-color: #3f621273; +} + .decoration-lime-800\\/5 { text-decoration-color: #3f62120d; } @@ -6259,10 +8599,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f621280; } +.decoration-lime-800\\/55 { + text-decoration-color: #3f62128c; +} + .decoration-lime-800\\/60 { text-decoration-color: #3f621299; } +.decoration-lime-800\\/65 { + text-decoration-color: #3f6212a6; +} + .decoration-lime-800\\/70 { text-decoration-color: #3f6212b3; } @@ -6275,6 +8623,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f6212cc; } +.decoration-lime-800\\/85 { + text-decoration-color: #3f6212d9; +} + .decoration-lime-800\\/90 { text-decoration-color: #3f6212e6; } @@ -6299,6 +8651,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #365314; } +.decoration-lime-900\\/15 { + text-decoration-color: #36531426; +} + .decoration-lime-900\\/20 { text-decoration-color: #36531433; } @@ -6311,10 +8667,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3653144d; } +.decoration-lime-900\\/35 { + text-decoration-color: #36531459; +} + .decoration-lime-900\\/40 { text-decoration-color: #36531466; } +.decoration-lime-900\\/45 { + text-decoration-color: #36531473; +} + .decoration-lime-900\\/5 { text-decoration-color: #3653140d; } @@ -6323,10 +8687,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #36531480; } +.decoration-lime-900\\/55 { + text-decoration-color: #3653148c; +} + .decoration-lime-900\\/60 { text-decoration-color: #36531499; } +.decoration-lime-900\\/65 { + text-decoration-color: #365314a6; +} + .decoration-lime-900\\/70 { text-decoration-color: #365314b3; } @@ -6339,6 +8711,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #365314cc; } +.decoration-lime-900\\/85 { + text-decoration-color: #365314d9; +} + .decoration-lime-900\\/90 { text-decoration-color: #365314e6; } @@ -6363,6 +8739,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1a2e05; } +.decoration-lime-950\\/15 { + text-decoration-color: #1a2e0526; +} + .decoration-lime-950\\/20 { text-decoration-color: #1a2e0533; } @@ -6375,10 +8755,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1a2e054d; } +.decoration-lime-950\\/35 { + text-decoration-color: #1a2e0559; +} + .decoration-lime-950\\/40 { text-decoration-color: #1a2e0566; } +.decoration-lime-950\\/45 { + text-decoration-color: #1a2e0573; +} + .decoration-lime-950\\/5 { text-decoration-color: #1a2e050d; } @@ -6387,10 +8775,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1a2e0580; } +.decoration-lime-950\\/55 { + text-decoration-color: #1a2e058c; +} + .decoration-lime-950\\/60 { text-decoration-color: #1a2e0599; } +.decoration-lime-950\\/65 { + text-decoration-color: #1a2e05a6; +} + .decoration-lime-950\\/70 { text-decoration-color: #1a2e05b3; } @@ -6403,6 +8799,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1a2e05cc; } +.decoration-lime-950\\/85 { + text-decoration-color: #1a2e05d9; +} + .decoration-lime-950\\/90 { text-decoration-color: #1a2e05e6; } @@ -6427,6 +8827,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f5; } +.decoration-neutral-100\\/15 { + text-decoration-color: #f5f5f526; +} + .decoration-neutral-100\\/20 { text-decoration-color: #f5f5f533; } @@ -6439,10 +8843,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f54d; } +.decoration-neutral-100\\/35 { + text-decoration-color: #f5f5f559; +} + .decoration-neutral-100\\/40 { text-decoration-color: #f5f5f566; } +.decoration-neutral-100\\/45 { + text-decoration-color: #f5f5f573; +} + .decoration-neutral-100\\/5 { text-decoration-color: #f5f5f50d; } @@ -6451,10 +8863,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f580; } +.decoration-neutral-100\\/55 { + text-decoration-color: #f5f5f58c; +} + .decoration-neutral-100\\/60 { text-decoration-color: #f5f5f599; } +.decoration-neutral-100\\/65 { + text-decoration-color: #f5f5f5a6; +} + .decoration-neutral-100\\/70 { text-decoration-color: #f5f5f5b3; } @@ -6467,6 +8887,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f5cc; } +.decoration-neutral-100\\/85 { + text-decoration-color: #f5f5f5d9; +} + .decoration-neutral-100\\/90 { text-decoration-color: #f5f5f5e6; } @@ -6491,6 +8915,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e5e5; } +.decoration-neutral-200\\/15 { + text-decoration-color: #e5e5e526; +} + .decoration-neutral-200\\/20 { text-decoration-color: #e5e5e533; } @@ -6503,10 +8931,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e5e54d; } +.decoration-neutral-200\\/35 { + text-decoration-color: #e5e5e559; +} + .decoration-neutral-200\\/40 { text-decoration-color: #e5e5e566; } +.decoration-neutral-200\\/45 { + text-decoration-color: #e5e5e573; +} + .decoration-neutral-200\\/5 { text-decoration-color: #e5e5e50d; } @@ -6515,10 +8951,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e5e580; } +.decoration-neutral-200\\/55 { + text-decoration-color: #e5e5e58c; +} + .decoration-neutral-200\\/60 { text-decoration-color: #e5e5e599; } +.decoration-neutral-200\\/65 { + text-decoration-color: #e5e5e5a6; +} + .decoration-neutral-200\\/70 { text-decoration-color: #e5e5e5b3; } @@ -6531,6 +8975,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e5e5e5cc; } +.decoration-neutral-200\\/85 { + text-decoration-color: #e5e5e5d9; +} + .decoration-neutral-200\\/90 { text-decoration-color: #e5e5e5e6; } @@ -6555,6 +9003,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d4; } +.decoration-neutral-300\\/15 { + text-decoration-color: #d4d4d426; +} + .decoration-neutral-300\\/20 { text-decoration-color: #d4d4d433; } @@ -6567,10 +9019,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d44d; } +.decoration-neutral-300\\/35 { + text-decoration-color: #d4d4d459; +} + .decoration-neutral-300\\/40 { text-decoration-color: #d4d4d466; } +.decoration-neutral-300\\/45 { + text-decoration-color: #d4d4d473; +} + .decoration-neutral-300\\/5 { text-decoration-color: #d4d4d40d; } @@ -6579,10 +9039,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d480; } +.decoration-neutral-300\\/55 { + text-decoration-color: #d4d4d48c; +} + .decoration-neutral-300\\/60 { text-decoration-color: #d4d4d499; } +.decoration-neutral-300\\/65 { + text-decoration-color: #d4d4d4a6; +} + .decoration-neutral-300\\/70 { text-decoration-color: #d4d4d4b3; } @@ -6595,6 +9063,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d4cc; } +.decoration-neutral-300\\/85 { + text-decoration-color: #d4d4d4d9; +} + .decoration-neutral-300\\/90 { text-decoration-color: #d4d4d4e6; } @@ -6619,6 +9091,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3a3a3; } +.decoration-neutral-400\\/15 { + text-decoration-color: #a3a3a326; +} + .decoration-neutral-400\\/20 { text-decoration-color: #a3a3a333; } @@ -6631,10 +9107,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3a3a34d; } +.decoration-neutral-400\\/35 { + text-decoration-color: #a3a3a359; +} + .decoration-neutral-400\\/40 { text-decoration-color: #a3a3a366; } +.decoration-neutral-400\\/45 { + text-decoration-color: #a3a3a373; +} + .decoration-neutral-400\\/5 { text-decoration-color: #a3a3a30d; } @@ -6643,10 +9127,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3a3a380; } +.decoration-neutral-400\\/55 { + text-decoration-color: #a3a3a38c; +} + .decoration-neutral-400\\/60 { text-decoration-color: #a3a3a399; } +.decoration-neutral-400\\/65 { + text-decoration-color: #a3a3a3a6; +} + .decoration-neutral-400\\/70 { text-decoration-color: #a3a3a3b3; } @@ -6659,6 +9151,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a3a3a3cc; } +.decoration-neutral-400\\/85 { + text-decoration-color: #a3a3a3d9; +} + .decoration-neutral-400\\/90 { text-decoration-color: #a3a3a3e6; } @@ -6683,6 +9179,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafa; } +.decoration-neutral-50\\/15 { + text-decoration-color: #fafafa26; +} + .decoration-neutral-50\\/20 { text-decoration-color: #fafafa33; } @@ -6695,10 +9195,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafa4d; } +.decoration-neutral-50\\/35 { + text-decoration-color: #fafafa59; +} + .decoration-neutral-50\\/40 { text-decoration-color: #fafafa66; } +.decoration-neutral-50\\/45 { + text-decoration-color: #fafafa73; +} + .decoration-neutral-50\\/5 { text-decoration-color: #fafafa0d; } @@ -6707,10 +9215,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafa80; } +.decoration-neutral-50\\/55 { + text-decoration-color: #fafafa8c; +} + .decoration-neutral-50\\/60 { text-decoration-color: #fafafa99; } +.decoration-neutral-50\\/65 { + text-decoration-color: #fafafaa6; +} + .decoration-neutral-50\\/70 { text-decoration-color: #fafafab3; } @@ -6723,6 +9239,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafacc; } +.decoration-neutral-50\\/85 { + text-decoration-color: #fafafad9; +} + .decoration-neutral-50\\/90 { text-decoration-color: #fafafae6; } @@ -6747,6 +9267,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #737373; } +.decoration-neutral-500\\/15 { + text-decoration-color: #73737326; +} + .decoration-neutral-500\\/20 { text-decoration-color: #73737333; } @@ -6759,10 +9283,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7373734d; } +.decoration-neutral-500\\/35 { + text-decoration-color: #73737359; +} + .decoration-neutral-500\\/40 { text-decoration-color: #73737366; } +.decoration-neutral-500\\/45 { + text-decoration-color: #73737373; +} + .decoration-neutral-500\\/5 { text-decoration-color: #7373730d; } @@ -6771,10 +9303,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #73737380; } +.decoration-neutral-500\\/55 { + text-decoration-color: #7373738c; +} + .decoration-neutral-500\\/60 { text-decoration-color: #73737399; } +.decoration-neutral-500\\/65 { + text-decoration-color: #737373a6; +} + .decoration-neutral-500\\/70 { text-decoration-color: #737373b3; } @@ -6787,6 +9327,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #737373cc; } +.decoration-neutral-500\\/85 { + text-decoration-color: #737373d9; +} + .decoration-neutral-500\\/90 { text-decoration-color: #737373e6; } @@ -6811,6 +9355,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #525252; } +.decoration-neutral-600\\/15 { + text-decoration-color: #52525226; +} + .decoration-neutral-600\\/20 { text-decoration-color: #52525233; } @@ -6823,10 +9371,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5252524d; } +.decoration-neutral-600\\/35 { + text-decoration-color: #52525259; +} + .decoration-neutral-600\\/40 { text-decoration-color: #52525266; } +.decoration-neutral-600\\/45 { + text-decoration-color: #52525273; +} + .decoration-neutral-600\\/5 { text-decoration-color: #5252520d; } @@ -6835,10 +9391,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #52525280; } +.decoration-neutral-600\\/55 { + text-decoration-color: #5252528c; +} + .decoration-neutral-600\\/60 { text-decoration-color: #52525299; } +.decoration-neutral-600\\/65 { + text-decoration-color: #525252a6; +} + .decoration-neutral-600\\/70 { text-decoration-color: #525252b3; } @@ -6851,6 +9415,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #525252cc; } +.decoration-neutral-600\\/85 { + text-decoration-color: #525252d9; +} + .decoration-neutral-600\\/90 { text-decoration-color: #525252e6; } @@ -6875,6 +9443,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #404040; } +.decoration-neutral-700\\/15 { + text-decoration-color: #40404026; +} + .decoration-neutral-700\\/20 { text-decoration-color: #40404033; } @@ -6887,10 +9459,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4040404d; } +.decoration-neutral-700\\/35 { + text-decoration-color: #40404059; +} + .decoration-neutral-700\\/40 { text-decoration-color: #40404066; } +.decoration-neutral-700\\/45 { + text-decoration-color: #40404073; +} + .decoration-neutral-700\\/5 { text-decoration-color: #4040400d; } @@ -6899,10 +9479,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #40404080; } +.decoration-neutral-700\\/55 { + text-decoration-color: #4040408c; +} + .decoration-neutral-700\\/60 { text-decoration-color: #40404099; } +.decoration-neutral-700\\/65 { + text-decoration-color: #404040a6; +} + .decoration-neutral-700\\/70 { text-decoration-color: #404040b3; } @@ -6915,6 +9503,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #404040cc; } +.decoration-neutral-700\\/85 { + text-decoration-color: #404040d9; +} + .decoration-neutral-700\\/90 { text-decoration-color: #404040e6; } @@ -6939,6 +9531,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #262626; } +.decoration-neutral-800\\/15 { + text-decoration-color: #26262626; +} + .decoration-neutral-800\\/20 { text-decoration-color: #26262633; } @@ -6951,10 +9547,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2626264d; } +.decoration-neutral-800\\/35 { + text-decoration-color: #26262659; +} + .decoration-neutral-800\\/40 { text-decoration-color: #26262666; } +.decoration-neutral-800\\/45 { + text-decoration-color: #26262673; +} + .decoration-neutral-800\\/5 { text-decoration-color: #2626260d; } @@ -6963,10 +9567,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #26262680; } +.decoration-neutral-800\\/55 { + text-decoration-color: #2626268c; +} + .decoration-neutral-800\\/60 { text-decoration-color: #26262699; } +.decoration-neutral-800\\/65 { + text-decoration-color: #262626a6; +} + .decoration-neutral-800\\/70 { text-decoration-color: #262626b3; } @@ -6979,6 +9591,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #262626cc; } +.decoration-neutral-800\\/85 { + text-decoration-color: #262626d9; +} + .decoration-neutral-800\\/90 { text-decoration-color: #262626e6; } @@ -7003,6 +9619,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #171717; } +.decoration-neutral-900\\/15 { + text-decoration-color: #17171726; +} + .decoration-neutral-900\\/20 { text-decoration-color: #17171733; } @@ -7015,10 +9635,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1717174d; } +.decoration-neutral-900\\/35 { + text-decoration-color: #17171759; +} + .decoration-neutral-900\\/40 { text-decoration-color: #17171766; } +.decoration-neutral-900\\/45 { + text-decoration-color: #17171773; +} + .decoration-neutral-900\\/5 { text-decoration-color: #1717170d; } @@ -7027,10 +9655,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #17171780; } +.decoration-neutral-900\\/55 { + text-decoration-color: #1717178c; +} + .decoration-neutral-900\\/60 { text-decoration-color: #17171799; } +.decoration-neutral-900\\/65 { + text-decoration-color: #171717a6; +} + .decoration-neutral-900\\/70 { text-decoration-color: #171717b3; } @@ -7043,6 +9679,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #171717cc; } +.decoration-neutral-900\\/85 { + text-decoration-color: #171717d9; +} + .decoration-neutral-900\\/90 { text-decoration-color: #171717e6; } @@ -7067,6 +9707,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0a0a0a; } +.decoration-neutral-950\\/15 { + text-decoration-color: #0a0a0a26; +} + .decoration-neutral-950\\/20 { text-decoration-color: #0a0a0a33; } @@ -7079,10 +9723,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0a0a0a4d; } +.decoration-neutral-950\\/35 { + text-decoration-color: #0a0a0a59; +} + .decoration-neutral-950\\/40 { text-decoration-color: #0a0a0a66; } +.decoration-neutral-950\\/45 { + text-decoration-color: #0a0a0a73; +} + .decoration-neutral-950\\/5 { text-decoration-color: #0a0a0a0d; } @@ -7091,10 +9743,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0a0a0a80; } +.decoration-neutral-950\\/55 { + text-decoration-color: #0a0a0a8c; +} + .decoration-neutral-950\\/60 { text-decoration-color: #0a0a0a99; } +.decoration-neutral-950\\/65 { + text-decoration-color: #0a0a0aa6; +} + .decoration-neutral-950\\/70 { text-decoration-color: #0a0a0ab3; } @@ -7107,6 +9767,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0a0a0acc; } +.decoration-neutral-950\\/85 { + text-decoration-color: #0a0a0ad9; +} + .decoration-neutral-950\\/90 { text-decoration-color: #0a0a0ae6; } @@ -7131,6 +9795,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffedd5; } +.decoration-orange-100\\/15 { + text-decoration-color: #ffedd526; +} + .decoration-orange-100\\/20 { text-decoration-color: #ffedd533; } @@ -7143,10 +9811,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffedd54d; } +.decoration-orange-100\\/35 { + text-decoration-color: #ffedd559; +} + .decoration-orange-100\\/40 { text-decoration-color: #ffedd566; } +.decoration-orange-100\\/45 { + text-decoration-color: #ffedd573; +} + .decoration-orange-100\\/5 { text-decoration-color: #ffedd50d; } @@ -7155,10 +9831,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffedd580; } +.decoration-orange-100\\/55 { + text-decoration-color: #ffedd58c; +} + .decoration-orange-100\\/60 { text-decoration-color: #ffedd599; } +.decoration-orange-100\\/65 { + text-decoration-color: #ffedd5a6; +} + .decoration-orange-100\\/70 { text-decoration-color: #ffedd5b3; } @@ -7171,6 +9855,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffedd5cc; } +.decoration-orange-100\\/85 { + text-decoration-color: #ffedd5d9; +} + .decoration-orange-100\\/90 { text-decoration-color: #ffedd5e6; } @@ -7195,6 +9883,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fed7aa; } +.decoration-orange-200\\/15 { + text-decoration-color: #fed7aa26; +} + .decoration-orange-200\\/20 { text-decoration-color: #fed7aa33; } @@ -7207,10 +9899,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fed7aa4d; } +.decoration-orange-200\\/35 { + text-decoration-color: #fed7aa59; +} + .decoration-orange-200\\/40 { text-decoration-color: #fed7aa66; } +.decoration-orange-200\\/45 { + text-decoration-color: #fed7aa73; +} + .decoration-orange-200\\/5 { text-decoration-color: #fed7aa0d; } @@ -7219,10 +9919,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fed7aa80; } +.decoration-orange-200\\/55 { + text-decoration-color: #fed7aa8c; +} + .decoration-orange-200\\/60 { text-decoration-color: #fed7aa99; } +.decoration-orange-200\\/65 { + text-decoration-color: #fed7aaa6; +} + .decoration-orange-200\\/70 { text-decoration-color: #fed7aab3; } @@ -7235,6 +9943,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fed7aacc; } +.decoration-orange-200\\/85 { + text-decoration-color: #fed7aad9; +} + .decoration-orange-200\\/90 { text-decoration-color: #fed7aae6; } @@ -7259,6 +9971,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdba74; } +.decoration-orange-300\\/15 { + text-decoration-color: #fdba7426; +} + .decoration-orange-300\\/20 { text-decoration-color: #fdba7433; } @@ -7271,10 +9987,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdba744d; } +.decoration-orange-300\\/35 { + text-decoration-color: #fdba7459; +} + .decoration-orange-300\\/40 { text-decoration-color: #fdba7466; } +.decoration-orange-300\\/45 { + text-decoration-color: #fdba7473; +} + .decoration-orange-300\\/5 { text-decoration-color: #fdba740d; } @@ -7283,10 +10007,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdba7480; } +.decoration-orange-300\\/55 { + text-decoration-color: #fdba748c; +} + .decoration-orange-300\\/60 { text-decoration-color: #fdba7499; } +.decoration-orange-300\\/65 { + text-decoration-color: #fdba74a6; +} + .decoration-orange-300\\/70 { text-decoration-color: #fdba74b3; } @@ -7299,6 +10031,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdba74cc; } +.decoration-orange-300\\/85 { + text-decoration-color: #fdba74d9; +} + .decoration-orange-300\\/90 { text-decoration-color: #fdba74e6; } @@ -7323,6 +10059,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb923c; } +.decoration-orange-400\\/15 { + text-decoration-color: #fb923c26; +} + .decoration-orange-400\\/20 { text-decoration-color: #fb923c33; } @@ -7335,10 +10075,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb923c4d; } +.decoration-orange-400\\/35 { + text-decoration-color: #fb923c59; +} + .decoration-orange-400\\/40 { text-decoration-color: #fb923c66; } +.decoration-orange-400\\/45 { + text-decoration-color: #fb923c73; +} + .decoration-orange-400\\/5 { text-decoration-color: #fb923c0d; } @@ -7347,10 +10095,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb923c80; } +.decoration-orange-400\\/55 { + text-decoration-color: #fb923c8c; +} + .decoration-orange-400\\/60 { text-decoration-color: #fb923c99; } +.decoration-orange-400\\/65 { + text-decoration-color: #fb923ca6; +} + .decoration-orange-400\\/70 { text-decoration-color: #fb923cb3; } @@ -7363,6 +10119,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb923ccc; } +.decoration-orange-400\\/85 { + text-decoration-color: #fb923cd9; +} + .decoration-orange-400\\/90 { text-decoration-color: #fb923ce6; } @@ -7387,6 +10147,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff7ed; } +.decoration-orange-50\\/15 { + text-decoration-color: #fff7ed26; +} + .decoration-orange-50\\/20 { text-decoration-color: #fff7ed33; } @@ -7399,10 +10163,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff7ed4d; } +.decoration-orange-50\\/35 { + text-decoration-color: #fff7ed59; +} + .decoration-orange-50\\/40 { text-decoration-color: #fff7ed66; } +.decoration-orange-50\\/45 { + text-decoration-color: #fff7ed73; +} + .decoration-orange-50\\/5 { text-decoration-color: #fff7ed0d; } @@ -7411,10 +10183,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff7ed80; } +.decoration-orange-50\\/55 { + text-decoration-color: #fff7ed8c; +} + .decoration-orange-50\\/60 { text-decoration-color: #fff7ed99; } +.decoration-orange-50\\/65 { + text-decoration-color: #fff7eda6; +} + .decoration-orange-50\\/70 { text-decoration-color: #fff7edb3; } @@ -7427,6 +10207,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff7edcc; } +.decoration-orange-50\\/85 { + text-decoration-color: #fff7edd9; +} + .decoration-orange-50\\/90 { text-decoration-color: #fff7ede6; } @@ -7451,6 +10235,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f97316; } +.decoration-orange-500\\/15 { + text-decoration-color: #f9731626; +} + .decoration-orange-500\\/20 { text-decoration-color: #f9731633; } @@ -7463,10 +10251,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f973164d; } +.decoration-orange-500\\/35 { + text-decoration-color: #f9731659; +} + .decoration-orange-500\\/40 { text-decoration-color: #f9731666; } +.decoration-orange-500\\/45 { + text-decoration-color: #f9731673; +} + .decoration-orange-500\\/5 { text-decoration-color: #f973160d; } @@ -7475,10 +10271,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9731680; } +.decoration-orange-500\\/55 { + text-decoration-color: #f973168c; +} + .decoration-orange-500\\/60 { text-decoration-color: #f9731699; } +.decoration-orange-500\\/65 { + text-decoration-color: #f97316a6; +} + .decoration-orange-500\\/70 { text-decoration-color: #f97316b3; } @@ -7491,6 +10295,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f97316cc; } +.decoration-orange-500\\/85 { + text-decoration-color: #f97316d9; +} + .decoration-orange-500\\/90 { text-decoration-color: #f97316e6; } @@ -7515,6 +10323,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ea580c; } +.decoration-orange-600\\/15 { + text-decoration-color: #ea580c26; +} + .decoration-orange-600\\/20 { text-decoration-color: #ea580c33; } @@ -7527,10 +10339,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ea580c4d; } +.decoration-orange-600\\/35 { + text-decoration-color: #ea580c59; +} + .decoration-orange-600\\/40 { text-decoration-color: #ea580c66; } +.decoration-orange-600\\/45 { + text-decoration-color: #ea580c73; +} + .decoration-orange-600\\/5 { text-decoration-color: #ea580c0d; } @@ -7539,10 +10359,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ea580c80; } +.decoration-orange-600\\/55 { + text-decoration-color: #ea580c8c; +} + .decoration-orange-600\\/60 { text-decoration-color: #ea580c99; } +.decoration-orange-600\\/65 { + text-decoration-color: #ea580ca6; +} + .decoration-orange-600\\/70 { text-decoration-color: #ea580cb3; } @@ -7555,6 +10383,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ea580ccc; } +.decoration-orange-600\\/85 { + text-decoration-color: #ea580cd9; +} + .decoration-orange-600\\/90 { text-decoration-color: #ea580ce6; } @@ -7579,6 +10411,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c2410c; } +.decoration-orange-700\\/15 { + text-decoration-color: #c2410c26; +} + .decoration-orange-700\\/20 { text-decoration-color: #c2410c33; } @@ -7591,10 +10427,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c2410c4d; } +.decoration-orange-700\\/35 { + text-decoration-color: #c2410c59; +} + .decoration-orange-700\\/40 { text-decoration-color: #c2410c66; } +.decoration-orange-700\\/45 { + text-decoration-color: #c2410c73; +} + .decoration-orange-700\\/5 { text-decoration-color: #c2410c0d; } @@ -7603,10 +10447,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c2410c80; } +.decoration-orange-700\\/55 { + text-decoration-color: #c2410c8c; +} + .decoration-orange-700\\/60 { text-decoration-color: #c2410c99; } +.decoration-orange-700\\/65 { + text-decoration-color: #c2410ca6; +} + .decoration-orange-700\\/70 { text-decoration-color: #c2410cb3; } @@ -7619,6 +10471,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c2410ccc; } +.decoration-orange-700\\/85 { + text-decoration-color: #c2410cd9; +} + .decoration-orange-700\\/90 { text-decoration-color: #c2410ce6; } @@ -7643,6 +10499,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9a3412; } +.decoration-orange-800\\/15 { + text-decoration-color: #9a341226; +} + .decoration-orange-800\\/20 { text-decoration-color: #9a341233; } @@ -7655,10 +10515,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9a34124d; } +.decoration-orange-800\\/35 { + text-decoration-color: #9a341259; +} + .decoration-orange-800\\/40 { text-decoration-color: #9a341266; } +.decoration-orange-800\\/45 { + text-decoration-color: #9a341273; +} + .decoration-orange-800\\/5 { text-decoration-color: #9a34120d; } @@ -7667,10 +10535,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9a341280; } +.decoration-orange-800\\/55 { + text-decoration-color: #9a34128c; +} + .decoration-orange-800\\/60 { text-decoration-color: #9a341299; } +.decoration-orange-800\\/65 { + text-decoration-color: #9a3412a6; +} + .decoration-orange-800\\/70 { text-decoration-color: #9a3412b3; } @@ -7683,6 +10559,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9a3412cc; } +.decoration-orange-800\\/85 { + text-decoration-color: #9a3412d9; +} + .decoration-orange-800\\/90 { text-decoration-color: #9a3412e6; } @@ -7707,6 +10587,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c2d12; } +.decoration-orange-900\\/15 { + text-decoration-color: #7c2d1226; +} + .decoration-orange-900\\/20 { text-decoration-color: #7c2d1233; } @@ -7719,10 +10603,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c2d124d; } +.decoration-orange-900\\/35 { + text-decoration-color: #7c2d1259; +} + .decoration-orange-900\\/40 { text-decoration-color: #7c2d1266; } +.decoration-orange-900\\/45 { + text-decoration-color: #7c2d1273; +} + .decoration-orange-900\\/5 { text-decoration-color: #7c2d120d; } @@ -7731,10 +10623,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c2d1280; } +.decoration-orange-900\\/55 { + text-decoration-color: #7c2d128c; +} + .decoration-orange-900\\/60 { text-decoration-color: #7c2d1299; } +.decoration-orange-900\\/65 { + text-decoration-color: #7c2d12a6; +} + .decoration-orange-900\\/70 { text-decoration-color: #7c2d12b3; } @@ -7747,6 +10647,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c2d12cc; } +.decoration-orange-900\\/85 { + text-decoration-color: #7c2d12d9; +} + .decoration-orange-900\\/90 { text-decoration-color: #7c2d12e6; } @@ -7771,6 +10675,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #431407; } +.decoration-orange-950\\/15 { + text-decoration-color: #43140726; +} + .decoration-orange-950\\/20 { text-decoration-color: #43140733; } @@ -7783,10 +10691,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4314074d; } +.decoration-orange-950\\/35 { + text-decoration-color: #43140759; +} + .decoration-orange-950\\/40 { text-decoration-color: #43140766; } +.decoration-orange-950\\/45 { + text-decoration-color: #43140773; +} + .decoration-orange-950\\/5 { text-decoration-color: #4314070d; } @@ -7795,10 +10711,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #43140780; } +.decoration-orange-950\\/55 { + text-decoration-color: #4314078c; +} + .decoration-orange-950\\/60 { text-decoration-color: #43140799; } +.decoration-orange-950\\/65 { + text-decoration-color: #431407a6; +} + .decoration-orange-950\\/70 { text-decoration-color: #431407b3; } @@ -7811,6 +10735,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #431407cc; } +.decoration-orange-950\\/85 { + text-decoration-color: #431407d9; +} + .decoration-orange-950\\/90 { text-decoration-color: #431407e6; } @@ -7835,6 +10763,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fce7f3; } +.decoration-pink-100\\/15 { + text-decoration-color: #fce7f326; +} + .decoration-pink-100\\/20 { text-decoration-color: #fce7f333; } @@ -7847,10 +10779,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fce7f34d; } +.decoration-pink-100\\/35 { + text-decoration-color: #fce7f359; +} + .decoration-pink-100\\/40 { text-decoration-color: #fce7f366; } +.decoration-pink-100\\/45 { + text-decoration-color: #fce7f373; +} + .decoration-pink-100\\/5 { text-decoration-color: #fce7f30d; } @@ -7859,10 +10799,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fce7f380; } +.decoration-pink-100\\/55 { + text-decoration-color: #fce7f38c; +} + .decoration-pink-100\\/60 { text-decoration-color: #fce7f399; } +.decoration-pink-100\\/65 { + text-decoration-color: #fce7f3a6; +} + .decoration-pink-100\\/70 { text-decoration-color: #fce7f3b3; } @@ -7875,6 +10823,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fce7f3cc; } +.decoration-pink-100\\/85 { + text-decoration-color: #fce7f3d9; +} + .decoration-pink-100\\/90 { text-decoration-color: #fce7f3e6; } @@ -7899,6 +10851,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbcfe8; } +.decoration-pink-200\\/15 { + text-decoration-color: #fbcfe826; +} + .decoration-pink-200\\/20 { text-decoration-color: #fbcfe833; } @@ -7911,10 +10867,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbcfe84d; } +.decoration-pink-200\\/35 { + text-decoration-color: #fbcfe859; +} + .decoration-pink-200\\/40 { text-decoration-color: #fbcfe866; } +.decoration-pink-200\\/45 { + text-decoration-color: #fbcfe873; +} + .decoration-pink-200\\/5 { text-decoration-color: #fbcfe80d; } @@ -7923,10 +10887,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbcfe880; } +.decoration-pink-200\\/55 { + text-decoration-color: #fbcfe88c; +} + .decoration-pink-200\\/60 { text-decoration-color: #fbcfe899; } +.decoration-pink-200\\/65 { + text-decoration-color: #fbcfe8a6; +} + .decoration-pink-200\\/70 { text-decoration-color: #fbcfe8b3; } @@ -7939,6 +10911,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fbcfe8cc; } +.decoration-pink-200\\/85 { + text-decoration-color: #fbcfe8d9; +} + .decoration-pink-200\\/90 { text-decoration-color: #fbcfe8e6; } @@ -7963,6 +10939,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9a8d4; } +.decoration-pink-300\\/15 { + text-decoration-color: #f9a8d426; +} + .decoration-pink-300\\/20 { text-decoration-color: #f9a8d433; } @@ -7975,10 +10955,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9a8d44d; } +.decoration-pink-300\\/35 { + text-decoration-color: #f9a8d459; +} + .decoration-pink-300\\/40 { text-decoration-color: #f9a8d466; } +.decoration-pink-300\\/45 { + text-decoration-color: #f9a8d473; +} + .decoration-pink-300\\/5 { text-decoration-color: #f9a8d40d; } @@ -7987,10 +10975,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9a8d480; } +.decoration-pink-300\\/55 { + text-decoration-color: #f9a8d48c; +} + .decoration-pink-300\\/60 { text-decoration-color: #f9a8d499; } +.decoration-pink-300\\/65 { + text-decoration-color: #f9a8d4a6; +} + .decoration-pink-300\\/70 { text-decoration-color: #f9a8d4b3; } @@ -8003,6 +10999,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f9a8d4cc; } +.decoration-pink-300\\/85 { + text-decoration-color: #f9a8d4d9; +} + .decoration-pink-300\\/90 { text-decoration-color: #f9a8d4e6; } @@ -8027,6 +11027,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f472b6; } +.decoration-pink-400\\/15 { + text-decoration-color: #f472b626; +} + .decoration-pink-400\\/20 { text-decoration-color: #f472b633; } @@ -8039,10 +11043,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f472b64d; } +.decoration-pink-400\\/35 { + text-decoration-color: #f472b659; +} + .decoration-pink-400\\/40 { text-decoration-color: #f472b666; } +.decoration-pink-400\\/45 { + text-decoration-color: #f472b673; +} + .decoration-pink-400\\/5 { text-decoration-color: #f472b60d; } @@ -8051,10 +11063,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f472b680; } +.decoration-pink-400\\/55 { + text-decoration-color: #f472b68c; +} + .decoration-pink-400\\/60 { text-decoration-color: #f472b699; } +.decoration-pink-400\\/65 { + text-decoration-color: #f472b6a6; +} + .decoration-pink-400\\/70 { text-decoration-color: #f472b6b3; } @@ -8067,6 +11087,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f472b6cc; } +.decoration-pink-400\\/85 { + text-decoration-color: #f472b6d9; +} + .decoration-pink-400\\/90 { text-decoration-color: #f472b6e6; } @@ -8091,6 +11115,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf2f8; } +.decoration-pink-50\\/15 { + text-decoration-color: #fdf2f826; +} + .decoration-pink-50\\/20 { text-decoration-color: #fdf2f833; } @@ -8103,10 +11131,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf2f84d; } +.decoration-pink-50\\/35 { + text-decoration-color: #fdf2f859; +} + .decoration-pink-50\\/40 { text-decoration-color: #fdf2f866; } +.decoration-pink-50\\/45 { + text-decoration-color: #fdf2f873; +} + .decoration-pink-50\\/5 { text-decoration-color: #fdf2f80d; } @@ -8115,10 +11151,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf2f880; } +.decoration-pink-50\\/55 { + text-decoration-color: #fdf2f88c; +} + .decoration-pink-50\\/60 { text-decoration-color: #fdf2f899; } +.decoration-pink-50\\/65 { + text-decoration-color: #fdf2f8a6; +} + .decoration-pink-50\\/70 { text-decoration-color: #fdf2f8b3; } @@ -8131,6 +11175,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fdf2f8cc; } +.decoration-pink-50\\/85 { + text-decoration-color: #fdf2f8d9; +} + .decoration-pink-50\\/90 { text-decoration-color: #fdf2f8e6; } @@ -8155,6 +11203,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ec4899; } +.decoration-pink-500\\/15 { + text-decoration-color: #ec489926; +} + .decoration-pink-500\\/20 { text-decoration-color: #ec489933; } @@ -8167,10 +11219,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ec48994d; } +.decoration-pink-500\\/35 { + text-decoration-color: #ec489959; +} + .decoration-pink-500\\/40 { text-decoration-color: #ec489966; } +.decoration-pink-500\\/45 { + text-decoration-color: #ec489973; +} + .decoration-pink-500\\/5 { text-decoration-color: #ec48990d; } @@ -8179,10 +11239,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ec489980; } +.decoration-pink-500\\/55 { + text-decoration-color: #ec48998c; +} + .decoration-pink-500\\/60 { text-decoration-color: #ec489999; } +.decoration-pink-500\\/65 { + text-decoration-color: #ec4899a6; +} + .decoration-pink-500\\/70 { text-decoration-color: #ec4899b3; } @@ -8195,6 +11263,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ec4899cc; } +.decoration-pink-500\\/85 { + text-decoration-color: #ec4899d9; +} + .decoration-pink-500\\/90 { text-decoration-color: #ec4899e6; } @@ -8219,6 +11291,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #db2777; } +.decoration-pink-600\\/15 { + text-decoration-color: #db277726; +} + .decoration-pink-600\\/20 { text-decoration-color: #db277733; } @@ -8231,10 +11307,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #db27774d; } +.decoration-pink-600\\/35 { + text-decoration-color: #db277759; +} + .decoration-pink-600\\/40 { text-decoration-color: #db277766; } +.decoration-pink-600\\/45 { + text-decoration-color: #db277773; +} + .decoration-pink-600\\/5 { text-decoration-color: #db27770d; } @@ -8243,10 +11327,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #db277780; } +.decoration-pink-600\\/55 { + text-decoration-color: #db27778c; +} + .decoration-pink-600\\/60 { text-decoration-color: #db277799; } +.decoration-pink-600\\/65 { + text-decoration-color: #db2777a6; +} + .decoration-pink-600\\/70 { text-decoration-color: #db2777b3; } @@ -8259,6 +11351,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #db2777cc; } +.decoration-pink-600\\/85 { + text-decoration-color: #db2777d9; +} + .decoration-pink-600\\/90 { text-decoration-color: #db2777e6; } @@ -8283,6 +11379,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be185d; } +.decoration-pink-700\\/15 { + text-decoration-color: #be185d26; +} + .decoration-pink-700\\/20 { text-decoration-color: #be185d33; } @@ -8295,10 +11395,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be185d4d; } +.decoration-pink-700\\/35 { + text-decoration-color: #be185d59; +} + .decoration-pink-700\\/40 { text-decoration-color: #be185d66; } +.decoration-pink-700\\/45 { + text-decoration-color: #be185d73; +} + .decoration-pink-700\\/5 { text-decoration-color: #be185d0d; } @@ -8307,10 +11415,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be185d80; } +.decoration-pink-700\\/55 { + text-decoration-color: #be185d8c; +} + .decoration-pink-700\\/60 { text-decoration-color: #be185d99; } +.decoration-pink-700\\/65 { + text-decoration-color: #be185da6; +} + .decoration-pink-700\\/70 { text-decoration-color: #be185db3; } @@ -8323,6 +11439,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be185dcc; } +.decoration-pink-700\\/85 { + text-decoration-color: #be185dd9; +} + .decoration-pink-700\\/90 { text-decoration-color: #be185de6; } @@ -8347,6 +11467,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9d174d; } +.decoration-pink-800\\/15 { + text-decoration-color: #9d174d26; +} + .decoration-pink-800\\/20 { text-decoration-color: #9d174d33; } @@ -8359,10 +11483,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9d174d4d; } +.decoration-pink-800\\/35 { + text-decoration-color: #9d174d59; +} + .decoration-pink-800\\/40 { text-decoration-color: #9d174d66; } +.decoration-pink-800\\/45 { + text-decoration-color: #9d174d73; +} + .decoration-pink-800\\/5 { text-decoration-color: #9d174d0d; } @@ -8371,10 +11503,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9d174d80; } +.decoration-pink-800\\/55 { + text-decoration-color: #9d174d8c; +} + .decoration-pink-800\\/60 { text-decoration-color: #9d174d99; } +.decoration-pink-800\\/65 { + text-decoration-color: #9d174da6; +} + .decoration-pink-800\\/70 { text-decoration-color: #9d174db3; } @@ -8387,6 +11527,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9d174dcc; } +.decoration-pink-800\\/85 { + text-decoration-color: #9d174dd9; +} + .decoration-pink-800\\/90 { text-decoration-color: #9d174de6; } @@ -8411,6 +11555,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #831843; } +.decoration-pink-900\\/15 { + text-decoration-color: #83184326; +} + .decoration-pink-900\\/20 { text-decoration-color: #83184333; } @@ -8423,10 +11571,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #8318434d; } +.decoration-pink-900\\/35 { + text-decoration-color: #83184359; +} + .decoration-pink-900\\/40 { text-decoration-color: #83184366; } +.decoration-pink-900\\/45 { + text-decoration-color: #83184373; +} + .decoration-pink-900\\/5 { text-decoration-color: #8318430d; } @@ -8435,10 +11591,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #83184380; } +.decoration-pink-900\\/55 { + text-decoration-color: #8318438c; +} + .decoration-pink-900\\/60 { text-decoration-color: #83184399; } +.decoration-pink-900\\/65 { + text-decoration-color: #831843a6; +} + .decoration-pink-900\\/70 { text-decoration-color: #831843b3; } @@ -8451,6 +11615,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #831843cc; } +.decoration-pink-900\\/85 { + text-decoration-color: #831843d9; +} + .decoration-pink-900\\/90 { text-decoration-color: #831843e6; } @@ -8475,6 +11643,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #500724; } +.decoration-pink-950\\/15 { + text-decoration-color: #50072426; +} + .decoration-pink-950\\/20 { text-decoration-color: #50072433; } @@ -8487,10 +11659,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5007244d; } +.decoration-pink-950\\/35 { + text-decoration-color: #50072459; +} + .decoration-pink-950\\/40 { text-decoration-color: #50072466; } +.decoration-pink-950\\/45 { + text-decoration-color: #50072473; +} + .decoration-pink-950\\/5 { text-decoration-color: #5007240d; } @@ -8499,10 +11679,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #50072480; } +.decoration-pink-950\\/55 { + text-decoration-color: #5007248c; +} + .decoration-pink-950\\/60 { text-decoration-color: #50072499; } +.decoration-pink-950\\/65 { + text-decoration-color: #500724a6; +} + .decoration-pink-950\\/70 { text-decoration-color: #500724b3; } @@ -8515,6 +11703,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #500724cc; } +.decoration-pink-950\\/85 { + text-decoration-color: #500724d9; +} + .decoration-pink-950\\/90 { text-decoration-color: #500724e6; } @@ -8539,6 +11731,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3e8ff; } +.decoration-purple-100\\/15 { + text-decoration-color: #f3e8ff26; +} + .decoration-purple-100\\/20 { text-decoration-color: #f3e8ff33; } @@ -8551,10 +11747,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3e8ff4d; } +.decoration-purple-100\\/35 { + text-decoration-color: #f3e8ff59; +} + .decoration-purple-100\\/40 { text-decoration-color: #f3e8ff66; } +.decoration-purple-100\\/45 { + text-decoration-color: #f3e8ff73; +} + .decoration-purple-100\\/5 { text-decoration-color: #f3e8ff0d; } @@ -8563,10 +11767,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3e8ff80; } +.decoration-purple-100\\/55 { + text-decoration-color: #f3e8ff8c; +} + .decoration-purple-100\\/60 { text-decoration-color: #f3e8ff99; } +.decoration-purple-100\\/65 { + text-decoration-color: #f3e8ffa6; +} + .decoration-purple-100\\/70 { text-decoration-color: #f3e8ffb3; } @@ -8579,6 +11791,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f3e8ffcc; } +.decoration-purple-100\\/85 { + text-decoration-color: #f3e8ffd9; +} + .decoration-purple-100\\/90 { text-decoration-color: #f3e8ffe6; } @@ -8603,6 +11819,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e9d5ff; } +.decoration-purple-200\\/15 { + text-decoration-color: #e9d5ff26; +} + .decoration-purple-200\\/20 { text-decoration-color: #e9d5ff33; } @@ -8615,10 +11835,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e9d5ff4d; } +.decoration-purple-200\\/35 { + text-decoration-color: #e9d5ff59; +} + .decoration-purple-200\\/40 { text-decoration-color: #e9d5ff66; } +.decoration-purple-200\\/45 { + text-decoration-color: #e9d5ff73; +} + .decoration-purple-200\\/5 { text-decoration-color: #e9d5ff0d; } @@ -8627,10 +11855,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e9d5ff80; } +.decoration-purple-200\\/55 { + text-decoration-color: #e9d5ff8c; +} + .decoration-purple-200\\/60 { text-decoration-color: #e9d5ff99; } +.decoration-purple-200\\/65 { + text-decoration-color: #e9d5ffa6; +} + .decoration-purple-200\\/70 { text-decoration-color: #e9d5ffb3; } @@ -8643,6 +11879,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e9d5ffcc; } +.decoration-purple-200\\/85 { + text-decoration-color: #e9d5ffd9; +} + .decoration-purple-200\\/90 { text-decoration-color: #e9d5ffe6; } @@ -8667,6 +11907,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d8b4fe; } +.decoration-purple-300\\/15 { + text-decoration-color: #d8b4fe26; +} + .decoration-purple-300\\/20 { text-decoration-color: #d8b4fe33; } @@ -8679,10 +11923,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d8b4fe4d; } +.decoration-purple-300\\/35 { + text-decoration-color: #d8b4fe59; +} + .decoration-purple-300\\/40 { text-decoration-color: #d8b4fe66; } +.decoration-purple-300\\/45 { + text-decoration-color: #d8b4fe73; +} + .decoration-purple-300\\/5 { text-decoration-color: #d8b4fe0d; } @@ -8691,10 +11943,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d8b4fe80; } +.decoration-purple-300\\/55 { + text-decoration-color: #d8b4fe8c; +} + .decoration-purple-300\\/60 { text-decoration-color: #d8b4fe99; } +.decoration-purple-300\\/65 { + text-decoration-color: #d8b4fea6; +} + .decoration-purple-300\\/70 { text-decoration-color: #d8b4feb3; } @@ -8707,6 +11967,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d8b4fecc; } +.decoration-purple-300\\/85 { + text-decoration-color: #d8b4fed9; +} + .decoration-purple-300\\/90 { text-decoration-color: #d8b4fee6; } @@ -8731,6 +11995,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c084fc; } +.decoration-purple-400\\/15 { + text-decoration-color: #c084fc26; +} + .decoration-purple-400\\/20 { text-decoration-color: #c084fc33; } @@ -8743,10 +12011,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c084fc4d; } +.decoration-purple-400\\/35 { + text-decoration-color: #c084fc59; +} + .decoration-purple-400\\/40 { text-decoration-color: #c084fc66; } +.decoration-purple-400\\/45 { + text-decoration-color: #c084fc73; +} + .decoration-purple-400\\/5 { text-decoration-color: #c084fc0d; } @@ -8755,10 +12031,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c084fc80; } +.decoration-purple-400\\/55 { + text-decoration-color: #c084fc8c; +} + .decoration-purple-400\\/60 { text-decoration-color: #c084fc99; } +.decoration-purple-400\\/65 { + text-decoration-color: #c084fca6; +} + .decoration-purple-400\\/70 { text-decoration-color: #c084fcb3; } @@ -8771,6 +12055,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c084fccc; } +.decoration-purple-400\\/85 { + text-decoration-color: #c084fcd9; +} + .decoration-purple-400\\/90 { text-decoration-color: #c084fce6; } @@ -8795,6 +12083,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #faf5ff; } +.decoration-purple-50\\/15 { + text-decoration-color: #faf5ff26; +} + .decoration-purple-50\\/20 { text-decoration-color: #faf5ff33; } @@ -8807,10 +12099,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #faf5ff4d; } +.decoration-purple-50\\/35 { + text-decoration-color: #faf5ff59; +} + .decoration-purple-50\\/40 { text-decoration-color: #faf5ff66; } +.decoration-purple-50\\/45 { + text-decoration-color: #faf5ff73; +} + .decoration-purple-50\\/5 { text-decoration-color: #faf5ff0d; } @@ -8819,10 +12119,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #faf5ff80; } +.decoration-purple-50\\/55 { + text-decoration-color: #faf5ff8c; +} + .decoration-purple-50\\/60 { text-decoration-color: #faf5ff99; } +.decoration-purple-50\\/65 { + text-decoration-color: #faf5ffa6; +} + .decoration-purple-50\\/70 { text-decoration-color: #faf5ffb3; } @@ -8835,6 +12143,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #faf5ffcc; } +.decoration-purple-50\\/85 { + text-decoration-color: #faf5ffd9; +} + .decoration-purple-50\\/90 { text-decoration-color: #faf5ffe6; } @@ -8859,6 +12171,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a855f7; } +.decoration-purple-500\\/15 { + text-decoration-color: #a855f726; +} + .decoration-purple-500\\/20 { text-decoration-color: #a855f733; } @@ -8871,10 +12187,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a855f74d; } +.decoration-purple-500\\/35 { + text-decoration-color: #a855f759; +} + .decoration-purple-500\\/40 { text-decoration-color: #a855f766; } +.decoration-purple-500\\/45 { + text-decoration-color: #a855f773; +} + .decoration-purple-500\\/5 { text-decoration-color: #a855f70d; } @@ -8883,10 +12207,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a855f780; } +.decoration-purple-500\\/55 { + text-decoration-color: #a855f78c; +} + .decoration-purple-500\\/60 { text-decoration-color: #a855f799; } +.decoration-purple-500\\/65 { + text-decoration-color: #a855f7a6; +} + .decoration-purple-500\\/70 { text-decoration-color: #a855f7b3; } @@ -8899,6 +12231,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a855f7cc; } +.decoration-purple-500\\/85 { + text-decoration-color: #a855f7d9; +} + .decoration-purple-500\\/90 { text-decoration-color: #a855f7e6; } @@ -8923,6 +12259,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9333ea; } +.decoration-purple-600\\/15 { + text-decoration-color: #9333ea26; +} + .decoration-purple-600\\/20 { text-decoration-color: #9333ea33; } @@ -8935,10 +12275,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9333ea4d; } +.decoration-purple-600\\/35 { + text-decoration-color: #9333ea59; +} + .decoration-purple-600\\/40 { text-decoration-color: #9333ea66; } +.decoration-purple-600\\/45 { + text-decoration-color: #9333ea73; +} + .decoration-purple-600\\/5 { text-decoration-color: #9333ea0d; } @@ -8947,10 +12295,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9333ea80; } +.decoration-purple-600\\/55 { + text-decoration-color: #9333ea8c; +} + .decoration-purple-600\\/60 { text-decoration-color: #9333ea99; } +.decoration-purple-600\\/65 { + text-decoration-color: #9333eaa6; +} + .decoration-purple-600\\/70 { text-decoration-color: #9333eab3; } @@ -8963,6 +12319,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9333eacc; } +.decoration-purple-600\\/85 { + text-decoration-color: #9333ead9; +} + .decoration-purple-600\\/90 { text-decoration-color: #9333eae6; } @@ -8987,6 +12347,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7e22ce; } +.decoration-purple-700\\/15 { + text-decoration-color: #7e22ce26; +} + .decoration-purple-700\\/20 { text-decoration-color: #7e22ce33; } @@ -8999,10 +12363,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7e22ce4d; } +.decoration-purple-700\\/35 { + text-decoration-color: #7e22ce59; +} + .decoration-purple-700\\/40 { text-decoration-color: #7e22ce66; } +.decoration-purple-700\\/45 { + text-decoration-color: #7e22ce73; +} + .decoration-purple-700\\/5 { text-decoration-color: #7e22ce0d; } @@ -9011,10 +12383,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7e22ce80; } +.decoration-purple-700\\/55 { + text-decoration-color: #7e22ce8c; +} + .decoration-purple-700\\/60 { text-decoration-color: #7e22ce99; } +.decoration-purple-700\\/65 { + text-decoration-color: #7e22cea6; +} + .decoration-purple-700\\/70 { text-decoration-color: #7e22ceb3; } @@ -9027,6 +12407,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7e22cecc; } +.decoration-purple-700\\/85 { + text-decoration-color: #7e22ced9; +} + .decoration-purple-700\\/90 { text-decoration-color: #7e22cee6; } @@ -9051,6 +12435,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b21a8; } +.decoration-purple-800\\/15 { + text-decoration-color: #6b21a826; +} + .decoration-purple-800\\/20 { text-decoration-color: #6b21a833; } @@ -9063,10 +12451,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b21a84d; } +.decoration-purple-800\\/35 { + text-decoration-color: #6b21a859; +} + .decoration-purple-800\\/40 { text-decoration-color: #6b21a866; } +.decoration-purple-800\\/45 { + text-decoration-color: #6b21a873; +} + .decoration-purple-800\\/5 { text-decoration-color: #6b21a80d; } @@ -9075,10 +12471,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b21a880; } +.decoration-purple-800\\/55 { + text-decoration-color: #6b21a88c; +} + .decoration-purple-800\\/60 { text-decoration-color: #6b21a899; } +.decoration-purple-800\\/65 { + text-decoration-color: #6b21a8a6; +} + .decoration-purple-800\\/70 { text-decoration-color: #6b21a8b3; } @@ -9091,6 +12495,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6b21a8cc; } +.decoration-purple-800\\/85 { + text-decoration-color: #6b21a8d9; +} + .decoration-purple-800\\/90 { text-decoration-color: #6b21a8e6; } @@ -9115,6 +12523,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #581c87; } +.decoration-purple-900\\/15 { + text-decoration-color: #581c8726; +} + .decoration-purple-900\\/20 { text-decoration-color: #581c8733; } @@ -9127,10 +12539,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #581c874d; } +.decoration-purple-900\\/35 { + text-decoration-color: #581c8759; +} + .decoration-purple-900\\/40 { text-decoration-color: #581c8766; } +.decoration-purple-900\\/45 { + text-decoration-color: #581c8773; +} + .decoration-purple-900\\/5 { text-decoration-color: #581c870d; } @@ -9139,10 +12559,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #581c8780; } +.decoration-purple-900\\/55 { + text-decoration-color: #581c878c; +} + .decoration-purple-900\\/60 { text-decoration-color: #581c8799; } +.decoration-purple-900\\/65 { + text-decoration-color: #581c87a6; +} + .decoration-purple-900\\/70 { text-decoration-color: #581c87b3; } @@ -9155,6 +12583,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #581c87cc; } +.decoration-purple-900\\/85 { + text-decoration-color: #581c87d9; +} + .decoration-purple-900\\/90 { text-decoration-color: #581c87e6; } @@ -9179,6 +12611,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b0764; } +.decoration-purple-950\\/15 { + text-decoration-color: #3b076426; +} + .decoration-purple-950\\/20 { text-decoration-color: #3b076433; } @@ -9191,10 +12627,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b07644d; } +.decoration-purple-950\\/35 { + text-decoration-color: #3b076459; +} + .decoration-purple-950\\/40 { text-decoration-color: #3b076466; } +.decoration-purple-950\\/45 { + text-decoration-color: #3b076473; +} + .decoration-purple-950\\/5 { text-decoration-color: #3b07640d; } @@ -9203,10 +12647,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b076480; } +.decoration-purple-950\\/55 { + text-decoration-color: #3b07648c; +} + .decoration-purple-950\\/60 { text-decoration-color: #3b076499; } +.decoration-purple-950\\/65 { + text-decoration-color: #3b0764a6; +} + .decoration-purple-950\\/70 { text-decoration-color: #3b0764b3; } @@ -9219,6 +12671,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3b0764cc; } +.decoration-purple-950\\/85 { + text-decoration-color: #3b0764d9; +} + .decoration-purple-950\\/90 { text-decoration-color: #3b0764e6; } @@ -9243,6 +12699,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fee2e2; } +.decoration-red-100\\/15 { + text-decoration-color: #fee2e226; +} + .decoration-red-100\\/20 { text-decoration-color: #fee2e233; } @@ -9255,10 +12715,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fee2e24d; } +.decoration-red-100\\/35 { + text-decoration-color: #fee2e259; +} + .decoration-red-100\\/40 { text-decoration-color: #fee2e266; } +.decoration-red-100\\/45 { + text-decoration-color: #fee2e273; +} + .decoration-red-100\\/5 { text-decoration-color: #fee2e20d; } @@ -9267,10 +12735,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fee2e280; } +.decoration-red-100\\/55 { + text-decoration-color: #fee2e28c; +} + .decoration-red-100\\/60 { text-decoration-color: #fee2e299; } +.decoration-red-100\\/65 { + text-decoration-color: #fee2e2a6; +} + .decoration-red-100\\/70 { text-decoration-color: #fee2e2b3; } @@ -9283,6 +12759,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fee2e2cc; } +.decoration-red-100\\/85 { + text-decoration-color: #fee2e2d9; +} + .decoration-red-100\\/90 { text-decoration-color: #fee2e2e6; } @@ -9307,6 +12787,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecaca; } +.decoration-red-200\\/15 { + text-decoration-color: #fecaca26; +} + .decoration-red-200\\/20 { text-decoration-color: #fecaca33; } @@ -9319,10 +12803,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecaca4d; } +.decoration-red-200\\/35 { + text-decoration-color: #fecaca59; +} + .decoration-red-200\\/40 { text-decoration-color: #fecaca66; } +.decoration-red-200\\/45 { + text-decoration-color: #fecaca73; +} + .decoration-red-200\\/5 { text-decoration-color: #fecaca0d; } @@ -9331,10 +12823,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecaca80; } +.decoration-red-200\\/55 { + text-decoration-color: #fecaca8c; +} + .decoration-red-200\\/60 { text-decoration-color: #fecaca99; } +.decoration-red-200\\/65 { + text-decoration-color: #fecacaa6; +} + .decoration-red-200\\/70 { text-decoration-color: #fecacab3; } @@ -9347,6 +12847,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecacacc; } +.decoration-red-200\\/85 { + text-decoration-color: #fecacad9; +} + .decoration-red-200\\/90 { text-decoration-color: #fecacae6; } @@ -9371,6 +12875,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fca5a5; } +.decoration-red-300\\/15 { + text-decoration-color: #fca5a526; +} + .decoration-red-300\\/20 { text-decoration-color: #fca5a533; } @@ -9383,10 +12891,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fca5a54d; } +.decoration-red-300\\/35 { + text-decoration-color: #fca5a559; +} + .decoration-red-300\\/40 { text-decoration-color: #fca5a566; } +.decoration-red-300\\/45 { + text-decoration-color: #fca5a573; +} + .decoration-red-300\\/5 { text-decoration-color: #fca5a50d; } @@ -9395,10 +12911,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fca5a580; } +.decoration-red-300\\/55 { + text-decoration-color: #fca5a58c; +} + .decoration-red-300\\/60 { text-decoration-color: #fca5a599; } +.decoration-red-300\\/65 { + text-decoration-color: #fca5a5a6; +} + .decoration-red-300\\/70 { text-decoration-color: #fca5a5b3; } @@ -9411,6 +12935,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fca5a5cc; } +.decoration-red-300\\/85 { + text-decoration-color: #fca5a5d9; +} + .decoration-red-300\\/90 { text-decoration-color: #fca5a5e6; } @@ -9435,6 +12963,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f87171; } +.decoration-red-400\\/15 { + text-decoration-color: #f8717126; +} + .decoration-red-400\\/20 { text-decoration-color: #f8717133; } @@ -9447,10 +12979,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f871714d; } +.decoration-red-400\\/35 { + text-decoration-color: #f8717159; +} + .decoration-red-400\\/40 { text-decoration-color: #f8717166; } +.decoration-red-400\\/45 { + text-decoration-color: #f8717173; +} + .decoration-red-400\\/5 { text-decoration-color: #f871710d; } @@ -9459,10 +12999,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f8717180; } +.decoration-red-400\\/55 { + text-decoration-color: #f871718c; +} + .decoration-red-400\\/60 { text-decoration-color: #f8717199; } +.decoration-red-400\\/65 { + text-decoration-color: #f87171a6; +} + .decoration-red-400\\/70 { text-decoration-color: #f87171b3; } @@ -9475,6 +13023,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f87171cc; } +.decoration-red-400\\/85 { + text-decoration-color: #f87171d9; +} + .decoration-red-400\\/90 { text-decoration-color: #f87171e6; } @@ -9499,6 +13051,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef2f2; } +.decoration-red-50\\/15 { + text-decoration-color: #fef2f226; +} + .decoration-red-50\\/20 { text-decoration-color: #fef2f233; } @@ -9511,10 +13067,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef2f24d; } +.decoration-red-50\\/35 { + text-decoration-color: #fef2f259; +} + .decoration-red-50\\/40 { text-decoration-color: #fef2f266; } +.decoration-red-50\\/45 { + text-decoration-color: #fef2f273; +} + .decoration-red-50\\/5 { text-decoration-color: #fef2f20d; } @@ -9523,10 +13087,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef2f280; } +.decoration-red-50\\/55 { + text-decoration-color: #fef2f28c; +} + .decoration-red-50\\/60 { text-decoration-color: #fef2f299; } +.decoration-red-50\\/65 { + text-decoration-color: #fef2f2a6; +} + .decoration-red-50\\/70 { text-decoration-color: #fef2f2b3; } @@ -9539,6 +13111,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef2f2cc; } +.decoration-red-50\\/85 { + text-decoration-color: #fef2f2d9; +} + .decoration-red-50\\/90 { text-decoration-color: #fef2f2e6; } @@ -9563,6 +13139,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ef4444; } +.decoration-red-500\\/15 { + text-decoration-color: #ef444426; +} + .decoration-red-500\\/20 { text-decoration-color: #ef444433; } @@ -9575,10 +13155,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ef44444d; } +.decoration-red-500\\/35 { + text-decoration-color: #ef444459; +} + .decoration-red-500\\/40 { text-decoration-color: #ef444466; } +.decoration-red-500\\/45 { + text-decoration-color: #ef444473; +} + .decoration-red-500\\/5 { text-decoration-color: #ef44440d; } @@ -9587,10 +13175,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ef444480; } +.decoration-red-500\\/55 { + text-decoration-color: #ef44448c; +} + .decoration-red-500\\/60 { text-decoration-color: #ef444499; } +.decoration-red-500\\/65 { + text-decoration-color: #ef4444a6; +} + .decoration-red-500\\/70 { text-decoration-color: #ef4444b3; } @@ -9603,6 +13199,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ef4444cc; } +.decoration-red-500\\/85 { + text-decoration-color: #ef4444d9; +} + .decoration-red-500\\/90 { text-decoration-color: #ef4444e6; } @@ -9627,6 +13227,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dc2626; } +.decoration-red-600\\/15 { + text-decoration-color: #dc262626; +} + .decoration-red-600\\/20 { text-decoration-color: #dc262633; } @@ -9639,10 +13243,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dc26264d; } +.decoration-red-600\\/35 { + text-decoration-color: #dc262659; +} + .decoration-red-600\\/40 { text-decoration-color: #dc262666; } +.decoration-red-600\\/45 { + text-decoration-color: #dc262673; +} + .decoration-red-600\\/5 { text-decoration-color: #dc26260d; } @@ -9651,10 +13263,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dc262680; } +.decoration-red-600\\/55 { + text-decoration-color: #dc26268c; +} + .decoration-red-600\\/60 { text-decoration-color: #dc262699; } +.decoration-red-600\\/65 { + text-decoration-color: #dc2626a6; +} + .decoration-red-600\\/70 { text-decoration-color: #dc2626b3; } @@ -9667,6 +13287,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #dc2626cc; } +.decoration-red-600\\/85 { + text-decoration-color: #dc2626d9; +} + .decoration-red-600\\/90 { text-decoration-color: #dc2626e6; } @@ -9691,6 +13315,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b91c1c; } +.decoration-red-700\\/15 { + text-decoration-color: #b91c1c26; +} + .decoration-red-700\\/20 { text-decoration-color: #b91c1c33; } @@ -9703,10 +13331,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b91c1c4d; } +.decoration-red-700\\/35 { + text-decoration-color: #b91c1c59; +} + .decoration-red-700\\/40 { text-decoration-color: #b91c1c66; } +.decoration-red-700\\/45 { + text-decoration-color: #b91c1c73; +} + .decoration-red-700\\/5 { text-decoration-color: #b91c1c0d; } @@ -9715,10 +13351,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b91c1c80; } +.decoration-red-700\\/55 { + text-decoration-color: #b91c1c8c; +} + .decoration-red-700\\/60 { text-decoration-color: #b91c1c99; } +.decoration-red-700\\/65 { + text-decoration-color: #b91c1ca6; +} + .decoration-red-700\\/70 { text-decoration-color: #b91c1cb3; } @@ -9731,6 +13375,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #b91c1ccc; } +.decoration-red-700\\/85 { + text-decoration-color: #b91c1cd9; +} + .decoration-red-700\\/90 { text-decoration-color: #b91c1ce6; } @@ -9755,6 +13403,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #991b1b; } +.decoration-red-800\\/15 { + text-decoration-color: #991b1b26; +} + .decoration-red-800\\/20 { text-decoration-color: #991b1b33; } @@ -9767,10 +13419,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #991b1b4d; } +.decoration-red-800\\/35 { + text-decoration-color: #991b1b59; +} + .decoration-red-800\\/40 { text-decoration-color: #991b1b66; } +.decoration-red-800\\/45 { + text-decoration-color: #991b1b73; +} + .decoration-red-800\\/5 { text-decoration-color: #991b1b0d; } @@ -9779,10 +13439,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #991b1b80; } +.decoration-red-800\\/55 { + text-decoration-color: #991b1b8c; +} + .decoration-red-800\\/60 { text-decoration-color: #991b1b99; } +.decoration-red-800\\/65 { + text-decoration-color: #991b1ba6; +} + .decoration-red-800\\/70 { text-decoration-color: #991b1bb3; } @@ -9795,6 +13463,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #991b1bcc; } +.decoration-red-800\\/85 { + text-decoration-color: #991b1bd9; +} + .decoration-red-800\\/90 { text-decoration-color: #991b1be6; } @@ -9819,6 +13491,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7f1d1d; } +.decoration-red-900\\/15 { + text-decoration-color: #7f1d1d26; +} + .decoration-red-900\\/20 { text-decoration-color: #7f1d1d33; } @@ -9831,10 +13507,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7f1d1d4d; } +.decoration-red-900\\/35 { + text-decoration-color: #7f1d1d59; +} + .decoration-red-900\\/40 { text-decoration-color: #7f1d1d66; } +.decoration-red-900\\/45 { + text-decoration-color: #7f1d1d73; +} + .decoration-red-900\\/5 { text-decoration-color: #7f1d1d0d; } @@ -9843,10 +13527,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7f1d1d80; } +.decoration-red-900\\/55 { + text-decoration-color: #7f1d1d8c; +} + .decoration-red-900\\/60 { text-decoration-color: #7f1d1d99; } +.decoration-red-900\\/65 { + text-decoration-color: #7f1d1da6; +} + .decoration-red-900\\/70 { text-decoration-color: #7f1d1db3; } @@ -9859,6 +13551,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7f1d1dcc; } +.decoration-red-900\\/85 { + text-decoration-color: #7f1d1dd9; +} + .decoration-red-900\\/90 { text-decoration-color: #7f1d1de6; } @@ -9883,6 +13579,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #450a0a; } +.decoration-red-950\\/15 { + text-decoration-color: #450a0a26; +} + .decoration-red-950\\/20 { text-decoration-color: #450a0a33; } @@ -9895,10 +13595,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #450a0a4d; } +.decoration-red-950\\/35 { + text-decoration-color: #450a0a59; +} + .decoration-red-950\\/40 { text-decoration-color: #450a0a66; } +.decoration-red-950\\/45 { + text-decoration-color: #450a0a73; +} + .decoration-red-950\\/5 { text-decoration-color: #450a0a0d; } @@ -9907,10 +13615,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #450a0a80; } +.decoration-red-950\\/55 { + text-decoration-color: #450a0a8c; +} + .decoration-red-950\\/60 { text-decoration-color: #450a0a99; } +.decoration-red-950\\/65 { + text-decoration-color: #450a0aa6; +} + .decoration-red-950\\/70 { text-decoration-color: #450a0ab3; } @@ -9923,6 +13639,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #450a0acc; } +.decoration-red-950\\/85 { + text-decoration-color: #450a0ad9; +} + .decoration-red-950\\/90 { text-decoration-color: #450a0ae6; } @@ -9947,6 +13667,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffe4e6; } +.decoration-rose-100\\/15 { + text-decoration-color: #ffe4e626; +} + .decoration-rose-100\\/20 { text-decoration-color: #ffe4e633; } @@ -9959,10 +13683,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffe4e64d; } +.decoration-rose-100\\/35 { + text-decoration-color: #ffe4e659; +} + .decoration-rose-100\\/40 { text-decoration-color: #ffe4e666; } +.decoration-rose-100\\/45 { + text-decoration-color: #ffe4e673; +} + .decoration-rose-100\\/5 { text-decoration-color: #ffe4e60d; } @@ -9971,10 +13703,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffe4e680; } +.decoration-rose-100\\/55 { + text-decoration-color: #ffe4e68c; +} + .decoration-rose-100\\/60 { text-decoration-color: #ffe4e699; } +.decoration-rose-100\\/65 { + text-decoration-color: #ffe4e6a6; +} + .decoration-rose-100\\/70 { text-decoration-color: #ffe4e6b3; } @@ -9987,6 +13727,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffe4e6cc; } +.decoration-rose-100\\/85 { + text-decoration-color: #ffe4e6d9; +} + .decoration-rose-100\\/90 { text-decoration-color: #ffe4e6e6; } @@ -10011,6 +13755,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecdd3; } +.decoration-rose-200\\/15 { + text-decoration-color: #fecdd326; +} + .decoration-rose-200\\/20 { text-decoration-color: #fecdd333; } @@ -10023,10 +13771,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecdd34d; } +.decoration-rose-200\\/35 { + text-decoration-color: #fecdd359; +} + .decoration-rose-200\\/40 { text-decoration-color: #fecdd366; } +.decoration-rose-200\\/45 { + text-decoration-color: #fecdd373; +} + .decoration-rose-200\\/5 { text-decoration-color: #fecdd30d; } @@ -10035,10 +13791,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecdd380; } +.decoration-rose-200\\/55 { + text-decoration-color: #fecdd38c; +} + .decoration-rose-200\\/60 { text-decoration-color: #fecdd399; } +.decoration-rose-200\\/65 { + text-decoration-color: #fecdd3a6; +} + .decoration-rose-200\\/70 { text-decoration-color: #fecdd3b3; } @@ -10051,6 +13815,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fecdd3cc; } +.decoration-rose-200\\/85 { + text-decoration-color: #fecdd3d9; +} + .decoration-rose-200\\/90 { text-decoration-color: #fecdd3e6; } @@ -10075,6 +13843,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fda4af; } +.decoration-rose-300\\/15 { + text-decoration-color: #fda4af26; +} + .decoration-rose-300\\/20 { text-decoration-color: #fda4af33; } @@ -10087,10 +13859,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fda4af4d; } +.decoration-rose-300\\/35 { + text-decoration-color: #fda4af59; +} + .decoration-rose-300\\/40 { text-decoration-color: #fda4af66; } +.decoration-rose-300\\/45 { + text-decoration-color: #fda4af73; +} + .decoration-rose-300\\/5 { text-decoration-color: #fda4af0d; } @@ -10099,10 +13879,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fda4af80; } +.decoration-rose-300\\/55 { + text-decoration-color: #fda4af8c; +} + .decoration-rose-300\\/60 { text-decoration-color: #fda4af99; } +.decoration-rose-300\\/65 { + text-decoration-color: #fda4afa6; +} + .decoration-rose-300\\/70 { text-decoration-color: #fda4afb3; } @@ -10115,6 +13903,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fda4afcc; } +.decoration-rose-300\\/85 { + text-decoration-color: #fda4afd9; +} + .decoration-rose-300\\/90 { text-decoration-color: #fda4afe6; } @@ -10139,6 +13931,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb7185; } +.decoration-rose-400\\/15 { + text-decoration-color: #fb718526; +} + .decoration-rose-400\\/20 { text-decoration-color: #fb718533; } @@ -10151,10 +13947,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb71854d; } +.decoration-rose-400\\/35 { + text-decoration-color: #fb718559; +} + .decoration-rose-400\\/40 { text-decoration-color: #fb718566; } +.decoration-rose-400\\/45 { + text-decoration-color: #fb718573; +} + .decoration-rose-400\\/5 { text-decoration-color: #fb71850d; } @@ -10163,10 +13967,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb718580; } +.decoration-rose-400\\/55 { + text-decoration-color: #fb71858c; +} + .decoration-rose-400\\/60 { text-decoration-color: #fb718599; } +.decoration-rose-400\\/65 { + text-decoration-color: #fb7185a6; +} + .decoration-rose-400\\/70 { text-decoration-color: #fb7185b3; } @@ -10179,6 +13991,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fb7185cc; } +.decoration-rose-400\\/85 { + text-decoration-color: #fb7185d9; +} + .decoration-rose-400\\/90 { text-decoration-color: #fb7185e6; } @@ -10203,6 +14019,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff1f2; } +.decoration-rose-50\\/15 { + text-decoration-color: #fff1f226; +} + .decoration-rose-50\\/20 { text-decoration-color: #fff1f233; } @@ -10215,10 +14035,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff1f24d; } +.decoration-rose-50\\/35 { + text-decoration-color: #fff1f259; +} + .decoration-rose-50\\/40 { text-decoration-color: #fff1f266; } +.decoration-rose-50\\/45 { + text-decoration-color: #fff1f273; +} + .decoration-rose-50\\/5 { text-decoration-color: #fff1f20d; } @@ -10227,10 +14055,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff1f280; } +.decoration-rose-50\\/55 { + text-decoration-color: #fff1f28c; +} + .decoration-rose-50\\/60 { text-decoration-color: #fff1f299; } +.decoration-rose-50\\/65 { + text-decoration-color: #fff1f2a6; +} + .decoration-rose-50\\/70 { text-decoration-color: #fff1f2b3; } @@ -10243,6 +14079,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff1f2cc; } +.decoration-rose-50\\/85 { + text-decoration-color: #fff1f2d9; +} + .decoration-rose-50\\/90 { text-decoration-color: #fff1f2e6; } @@ -10267,6 +14107,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f43f5e; } +.decoration-rose-500\\/15 { + text-decoration-color: #f43f5e26; +} + .decoration-rose-500\\/20 { text-decoration-color: #f43f5e33; } @@ -10279,10 +14123,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f43f5e4d; } +.decoration-rose-500\\/35 { + text-decoration-color: #f43f5e59; +} + .decoration-rose-500\\/40 { text-decoration-color: #f43f5e66; } +.decoration-rose-500\\/45 { + text-decoration-color: #f43f5e73; +} + .decoration-rose-500\\/5 { text-decoration-color: #f43f5e0d; } @@ -10291,10 +14143,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f43f5e80; } +.decoration-rose-500\\/55 { + text-decoration-color: #f43f5e8c; +} + .decoration-rose-500\\/60 { text-decoration-color: #f43f5e99; } +.decoration-rose-500\\/65 { + text-decoration-color: #f43f5ea6; +} + .decoration-rose-500\\/70 { text-decoration-color: #f43f5eb3; } @@ -10307,6 +14167,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f43f5ecc; } +.decoration-rose-500\\/85 { + text-decoration-color: #f43f5ed9; +} + .decoration-rose-500\\/90 { text-decoration-color: #f43f5ee6; } @@ -10331,6 +14195,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e11d48; } +.decoration-rose-600\\/15 { + text-decoration-color: #e11d4826; +} + .decoration-rose-600\\/20 { text-decoration-color: #e11d4833; } @@ -10343,10 +14211,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e11d484d; } +.decoration-rose-600\\/35 { + text-decoration-color: #e11d4859; +} + .decoration-rose-600\\/40 { text-decoration-color: #e11d4866; } +.decoration-rose-600\\/45 { + text-decoration-color: #e11d4873; +} + .decoration-rose-600\\/5 { text-decoration-color: #e11d480d; } @@ -10355,10 +14231,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e11d4880; } +.decoration-rose-600\\/55 { + text-decoration-color: #e11d488c; +} + .decoration-rose-600\\/60 { text-decoration-color: #e11d4899; } +.decoration-rose-600\\/65 { + text-decoration-color: #e11d48a6; +} + .decoration-rose-600\\/70 { text-decoration-color: #e11d48b3; } @@ -10371,6 +14255,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e11d48cc; } +.decoration-rose-600\\/85 { + text-decoration-color: #e11d48d9; +} + .decoration-rose-600\\/90 { text-decoration-color: #e11d48e6; } @@ -10395,6 +14283,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be123c; } +.decoration-rose-700\\/15 { + text-decoration-color: #be123c26; +} + .decoration-rose-700\\/20 { text-decoration-color: #be123c33; } @@ -10407,10 +14299,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be123c4d; } +.decoration-rose-700\\/35 { + text-decoration-color: #be123c59; +} + .decoration-rose-700\\/40 { text-decoration-color: #be123c66; } +.decoration-rose-700\\/45 { + text-decoration-color: #be123c73; +} + .decoration-rose-700\\/5 { text-decoration-color: #be123c0d; } @@ -10419,10 +14319,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be123c80; } +.decoration-rose-700\\/55 { + text-decoration-color: #be123c8c; +} + .decoration-rose-700\\/60 { text-decoration-color: #be123c99; } +.decoration-rose-700\\/65 { + text-decoration-color: #be123ca6; +} + .decoration-rose-700\\/70 { text-decoration-color: #be123cb3; } @@ -10435,6 +14343,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #be123ccc; } +.decoration-rose-700\\/85 { + text-decoration-color: #be123cd9; +} + .decoration-rose-700\\/90 { text-decoration-color: #be123ce6; } @@ -10459,6 +14371,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9f1239; } +.decoration-rose-800\\/15 { + text-decoration-color: #9f123926; +} + .decoration-rose-800\\/20 { text-decoration-color: #9f123933; } @@ -10471,10 +14387,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9f12394d; } +.decoration-rose-800\\/35 { + text-decoration-color: #9f123959; +} + .decoration-rose-800\\/40 { text-decoration-color: #9f123966; } +.decoration-rose-800\\/45 { + text-decoration-color: #9f123973; +} + .decoration-rose-800\\/5 { text-decoration-color: #9f12390d; } @@ -10483,10 +14407,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9f123980; } +.decoration-rose-800\\/55 { + text-decoration-color: #9f12398c; +} + .decoration-rose-800\\/60 { text-decoration-color: #9f123999; } +.decoration-rose-800\\/65 { + text-decoration-color: #9f1239a6; +} + .decoration-rose-800\\/70 { text-decoration-color: #9f1239b3; } @@ -10499,6 +14431,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #9f1239cc; } +.decoration-rose-800\\/85 { + text-decoration-color: #9f1239d9; +} + .decoration-rose-800\\/90 { text-decoration-color: #9f1239e6; } @@ -10523,6 +14459,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #881337; } +.decoration-rose-900\\/15 { + text-decoration-color: #88133726; +} + .decoration-rose-900\\/20 { text-decoration-color: #88133733; } @@ -10535,10 +14475,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #8813374d; } +.decoration-rose-900\\/35 { + text-decoration-color: #88133759; +} + .decoration-rose-900\\/40 { text-decoration-color: #88133766; } +.decoration-rose-900\\/45 { + text-decoration-color: #88133773; +} + .decoration-rose-900\\/5 { text-decoration-color: #8813370d; } @@ -10547,10 +14495,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #88133780; } +.decoration-rose-900\\/55 { + text-decoration-color: #8813378c; +} + .decoration-rose-900\\/60 { text-decoration-color: #88133799; } +.decoration-rose-900\\/65 { + text-decoration-color: #881337a6; +} + .decoration-rose-900\\/70 { text-decoration-color: #881337b3; } @@ -10563,6 +14519,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #881337cc; } +.decoration-rose-900\\/85 { + text-decoration-color: #881337d9; +} + .decoration-rose-900\\/90 { text-decoration-color: #881337e6; } @@ -10587,6 +14547,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c0519; } +.decoration-rose-950\\/15 { + text-decoration-color: #4c051926; +} + .decoration-rose-950\\/20 { text-decoration-color: #4c051933; } @@ -10599,10 +14563,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c05194d; } +.decoration-rose-950\\/35 { + text-decoration-color: #4c051959; +} + .decoration-rose-950\\/40 { text-decoration-color: #4c051966; } +.decoration-rose-950\\/45 { + text-decoration-color: #4c051973; +} + .decoration-rose-950\\/5 { text-decoration-color: #4c05190d; } @@ -10611,10 +14583,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c051980; } +.decoration-rose-950\\/55 { + text-decoration-color: #4c05198c; +} + .decoration-rose-950\\/60 { text-decoration-color: #4c051999; } +.decoration-rose-950\\/65 { + text-decoration-color: #4c0519a6; +} + .decoration-rose-950\\/70 { text-decoration-color: #4c0519b3; } @@ -10627,6 +14607,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c0519cc; } +.decoration-rose-950\\/85 { + text-decoration-color: #4c0519d9; +} + .decoration-rose-950\\/90 { text-decoration-color: #4c0519e6; } @@ -10651,6 +14635,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0f2fe; } +.decoration-sky-100\\/15 { + text-decoration-color: #e0f2fe26; +} + .decoration-sky-100\\/20 { text-decoration-color: #e0f2fe33; } @@ -10663,10 +14651,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0f2fe4d; } +.decoration-sky-100\\/35 { + text-decoration-color: #e0f2fe59; +} + .decoration-sky-100\\/40 { text-decoration-color: #e0f2fe66; } +.decoration-sky-100\\/45 { + text-decoration-color: #e0f2fe73; +} + .decoration-sky-100\\/5 { text-decoration-color: #e0f2fe0d; } @@ -10675,10 +14671,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0f2fe80; } +.decoration-sky-100\\/55 { + text-decoration-color: #e0f2fe8c; +} + .decoration-sky-100\\/60 { text-decoration-color: #e0f2fe99; } +.decoration-sky-100\\/65 { + text-decoration-color: #e0f2fea6; +} + .decoration-sky-100\\/70 { text-decoration-color: #e0f2feb3; } @@ -10691,6 +14695,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e0f2fecc; } +.decoration-sky-100\\/85 { + text-decoration-color: #e0f2fed9; +} + .decoration-sky-100\\/90 { text-decoration-color: #e0f2fee6; } @@ -10715,6 +14723,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bae6fd; } +.decoration-sky-200\\/15 { + text-decoration-color: #bae6fd26; +} + .decoration-sky-200\\/20 { text-decoration-color: #bae6fd33; } @@ -10727,10 +14739,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bae6fd4d; } +.decoration-sky-200\\/35 { + text-decoration-color: #bae6fd59; +} + .decoration-sky-200\\/40 { text-decoration-color: #bae6fd66; } +.decoration-sky-200\\/45 { + text-decoration-color: #bae6fd73; +} + .decoration-sky-200\\/5 { text-decoration-color: #bae6fd0d; } @@ -10739,10 +14759,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bae6fd80; } +.decoration-sky-200\\/55 { + text-decoration-color: #bae6fd8c; +} + .decoration-sky-200\\/60 { text-decoration-color: #bae6fd99; } +.decoration-sky-200\\/65 { + text-decoration-color: #bae6fda6; +} + .decoration-sky-200\\/70 { text-decoration-color: #bae6fdb3; } @@ -10755,6 +14783,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #bae6fdcc; } +.decoration-sky-200\\/85 { + text-decoration-color: #bae6fdd9; +} + .decoration-sky-200\\/90 { text-decoration-color: #bae6fde6; } @@ -10779,6 +14811,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7dd3fc; } +.decoration-sky-300\\/15 { + text-decoration-color: #7dd3fc26; +} + .decoration-sky-300\\/20 { text-decoration-color: #7dd3fc33; } @@ -10791,10 +14827,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7dd3fc4d; } +.decoration-sky-300\\/35 { + text-decoration-color: #7dd3fc59; +} + .decoration-sky-300\\/40 { text-decoration-color: #7dd3fc66; } +.decoration-sky-300\\/45 { + text-decoration-color: #7dd3fc73; +} + .decoration-sky-300\\/5 { text-decoration-color: #7dd3fc0d; } @@ -10803,10 +14847,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7dd3fc80; } +.decoration-sky-300\\/55 { + text-decoration-color: #7dd3fc8c; +} + .decoration-sky-300\\/60 { text-decoration-color: #7dd3fc99; } +.decoration-sky-300\\/65 { + text-decoration-color: #7dd3fca6; +} + .decoration-sky-300\\/70 { text-decoration-color: #7dd3fcb3; } @@ -10819,6 +14871,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7dd3fccc; } +.decoration-sky-300\\/85 { + text-decoration-color: #7dd3fcd9; +} + .decoration-sky-300\\/90 { text-decoration-color: #7dd3fce6; } @@ -10843,6 +14899,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #38bdf8; } +.decoration-sky-400\\/15 { + text-decoration-color: #38bdf826; +} + .decoration-sky-400\\/20 { text-decoration-color: #38bdf833; } @@ -10855,10 +14915,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #38bdf84d; } +.decoration-sky-400\\/35 { + text-decoration-color: #38bdf859; +} + .decoration-sky-400\\/40 { text-decoration-color: #38bdf866; } +.decoration-sky-400\\/45 { + text-decoration-color: #38bdf873; +} + .decoration-sky-400\\/5 { text-decoration-color: #38bdf80d; } @@ -10867,10 +14935,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #38bdf880; } +.decoration-sky-400\\/55 { + text-decoration-color: #38bdf88c; +} + .decoration-sky-400\\/60 { text-decoration-color: #38bdf899; } +.decoration-sky-400\\/65 { + text-decoration-color: #38bdf8a6; +} + .decoration-sky-400\\/70 { text-decoration-color: #38bdf8b3; } @@ -10883,6 +14959,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #38bdf8cc; } +.decoration-sky-400\\/85 { + text-decoration-color: #38bdf8d9; +} + .decoration-sky-400\\/90 { text-decoration-color: #38bdf8e6; } @@ -10907,6 +14987,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0f9ff; } +.decoration-sky-50\\/15 { + text-decoration-color: #f0f9ff26; +} + .decoration-sky-50\\/20 { text-decoration-color: #f0f9ff33; } @@ -10919,10 +15003,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0f9ff4d; } +.decoration-sky-50\\/35 { + text-decoration-color: #f0f9ff59; +} + .decoration-sky-50\\/40 { text-decoration-color: #f0f9ff66; } +.decoration-sky-50\\/45 { + text-decoration-color: #f0f9ff73; +} + .decoration-sky-50\\/5 { text-decoration-color: #f0f9ff0d; } @@ -10931,10 +15023,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0f9ff80; } +.decoration-sky-50\\/55 { + text-decoration-color: #f0f9ff8c; +} + .decoration-sky-50\\/60 { text-decoration-color: #f0f9ff99; } +.decoration-sky-50\\/65 { + text-decoration-color: #f0f9ffa6; +} + .decoration-sky-50\\/70 { text-decoration-color: #f0f9ffb3; } @@ -10947,6 +15047,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0f9ffcc; } +.decoration-sky-50\\/85 { + text-decoration-color: #f0f9ffd9; +} + .decoration-sky-50\\/90 { text-decoration-color: #f0f9ffe6; } @@ -10971,6 +15075,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0ea5e9; } +.decoration-sky-500\\/15 { + text-decoration-color: #0ea5e926; +} + .decoration-sky-500\\/20 { text-decoration-color: #0ea5e933; } @@ -10983,10 +15091,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0ea5e94d; } +.decoration-sky-500\\/35 { + text-decoration-color: #0ea5e959; +} + .decoration-sky-500\\/40 { text-decoration-color: #0ea5e966; } +.decoration-sky-500\\/45 { + text-decoration-color: #0ea5e973; +} + .decoration-sky-500\\/5 { text-decoration-color: #0ea5e90d; } @@ -10995,10 +15111,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0ea5e980; } +.decoration-sky-500\\/55 { + text-decoration-color: #0ea5e98c; +} + .decoration-sky-500\\/60 { text-decoration-color: #0ea5e999; } +.decoration-sky-500\\/65 { + text-decoration-color: #0ea5e9a6; +} + .decoration-sky-500\\/70 { text-decoration-color: #0ea5e9b3; } @@ -11011,6 +15135,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0ea5e9cc; } +.decoration-sky-500\\/85 { + text-decoration-color: #0ea5e9d9; +} + .decoration-sky-500\\/90 { text-decoration-color: #0ea5e9e6; } @@ -11035,6 +15163,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0284c7; } +.decoration-sky-600\\/15 { + text-decoration-color: #0284c726; +} + .decoration-sky-600\\/20 { text-decoration-color: #0284c733; } @@ -11047,10 +15179,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0284c74d; } +.decoration-sky-600\\/35 { + text-decoration-color: #0284c759; +} + .decoration-sky-600\\/40 { text-decoration-color: #0284c766; } +.decoration-sky-600\\/45 { + text-decoration-color: #0284c773; +} + .decoration-sky-600\\/5 { text-decoration-color: #0284c70d; } @@ -11059,10 +15199,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0284c780; } +.decoration-sky-600\\/55 { + text-decoration-color: #0284c78c; +} + .decoration-sky-600\\/60 { text-decoration-color: #0284c799; } +.decoration-sky-600\\/65 { + text-decoration-color: #0284c7a6; +} + .decoration-sky-600\\/70 { text-decoration-color: #0284c7b3; } @@ -11075,6 +15223,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0284c7cc; } +.decoration-sky-600\\/85 { + text-decoration-color: #0284c7d9; +} + .decoration-sky-600\\/90 { text-decoration-color: #0284c7e6; } @@ -11099,6 +15251,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0369a1; } +.decoration-sky-700\\/15 { + text-decoration-color: #0369a126; +} + .decoration-sky-700\\/20 { text-decoration-color: #0369a133; } @@ -11111,10 +15267,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0369a14d; } +.decoration-sky-700\\/35 { + text-decoration-color: #0369a159; +} + .decoration-sky-700\\/40 { text-decoration-color: #0369a166; } +.decoration-sky-700\\/45 { + text-decoration-color: #0369a173; +} + .decoration-sky-700\\/5 { text-decoration-color: #0369a10d; } @@ -11123,10 +15287,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0369a180; } +.decoration-sky-700\\/55 { + text-decoration-color: #0369a18c; +} + .decoration-sky-700\\/60 { text-decoration-color: #0369a199; } +.decoration-sky-700\\/65 { + text-decoration-color: #0369a1a6; +} + .decoration-sky-700\\/70 { text-decoration-color: #0369a1b3; } @@ -11139,6 +15311,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0369a1cc; } +.decoration-sky-700\\/85 { + text-decoration-color: #0369a1d9; +} + .decoration-sky-700\\/90 { text-decoration-color: #0369a1e6; } @@ -11163,6 +15339,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #075985; } +.decoration-sky-800\\/15 { + text-decoration-color: #07598526; +} + .decoration-sky-800\\/20 { text-decoration-color: #07598533; } @@ -11175,10 +15355,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0759854d; } +.decoration-sky-800\\/35 { + text-decoration-color: #07598559; +} + .decoration-sky-800\\/40 { text-decoration-color: #07598566; } +.decoration-sky-800\\/45 { + text-decoration-color: #07598573; +} + .decoration-sky-800\\/5 { text-decoration-color: #0759850d; } @@ -11187,10 +15375,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #07598580; } +.decoration-sky-800\\/55 { + text-decoration-color: #0759858c; +} + .decoration-sky-800\\/60 { text-decoration-color: #07598599; } +.decoration-sky-800\\/65 { + text-decoration-color: #075985a6; +} + .decoration-sky-800\\/70 { text-decoration-color: #075985b3; } @@ -11203,6 +15399,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #075985cc; } +.decoration-sky-800\\/85 { + text-decoration-color: #075985d9; +} + .decoration-sky-800\\/90 { text-decoration-color: #075985e6; } @@ -11227,6 +15427,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c4a6e; } +.decoration-sky-900\\/15 { + text-decoration-color: #0c4a6e26; +} + .decoration-sky-900\\/20 { text-decoration-color: #0c4a6e33; } @@ -11239,10 +15443,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c4a6e4d; } +.decoration-sky-900\\/35 { + text-decoration-color: #0c4a6e59; +} + .decoration-sky-900\\/40 { text-decoration-color: #0c4a6e66; } +.decoration-sky-900\\/45 { + text-decoration-color: #0c4a6e73; +} + .decoration-sky-900\\/5 { text-decoration-color: #0c4a6e0d; } @@ -11251,10 +15463,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c4a6e80; } +.decoration-sky-900\\/55 { + text-decoration-color: #0c4a6e8c; +} + .decoration-sky-900\\/60 { text-decoration-color: #0c4a6e99; } +.decoration-sky-900\\/65 { + text-decoration-color: #0c4a6ea6; +} + .decoration-sky-900\\/70 { text-decoration-color: #0c4a6eb3; } @@ -11267,6 +15487,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c4a6ecc; } +.decoration-sky-900\\/85 { + text-decoration-color: #0c4a6ed9; +} + .decoration-sky-900\\/90 { text-decoration-color: #0c4a6ee6; } @@ -11291,6 +15515,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #082f49; } +.decoration-sky-950\\/15 { + text-decoration-color: #082f4926; +} + .decoration-sky-950\\/20 { text-decoration-color: #082f4933; } @@ -11303,10 +15531,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #082f494d; } +.decoration-sky-950\\/35 { + text-decoration-color: #082f4959; +} + .decoration-sky-950\\/40 { text-decoration-color: #082f4966; } +.decoration-sky-950\\/45 { + text-decoration-color: #082f4973; +} + .decoration-sky-950\\/5 { text-decoration-color: #082f490d; } @@ -11315,10 +15551,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #082f4980; } +.decoration-sky-950\\/55 { + text-decoration-color: #082f498c; +} + .decoration-sky-950\\/60 { text-decoration-color: #082f4999; } +.decoration-sky-950\\/65 { + text-decoration-color: #082f49a6; +} + .decoration-sky-950\\/70 { text-decoration-color: #082f49b3; } @@ -11331,6 +15575,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #082f49cc; } +.decoration-sky-950\\/85 { + text-decoration-color: #082f49d9; +} + .decoration-sky-950\\/90 { text-decoration-color: #082f49e6; } @@ -11355,6 +15603,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f1f5f9; } +.decoration-slate-100\\/15 { + text-decoration-color: #f1f5f926; +} + .decoration-slate-100\\/20 { text-decoration-color: #f1f5f933; } @@ -11367,10 +15619,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f1f5f94d; } +.decoration-slate-100\\/35 { + text-decoration-color: #f1f5f959; +} + .decoration-slate-100\\/40 { text-decoration-color: #f1f5f966; } +.decoration-slate-100\\/45 { + text-decoration-color: #f1f5f973; +} + .decoration-slate-100\\/5 { text-decoration-color: #f1f5f90d; } @@ -11379,10 +15639,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f1f5f980; } +.decoration-slate-100\\/55 { + text-decoration-color: #f1f5f98c; +} + .decoration-slate-100\\/60 { text-decoration-color: #f1f5f999; } +.decoration-slate-100\\/65 { + text-decoration-color: #f1f5f9a6; +} + .decoration-slate-100\\/70 { text-decoration-color: #f1f5f9b3; } @@ -11395,6 +15663,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f1f5f9cc; } +.decoration-slate-100\\/85 { + text-decoration-color: #f1f5f9d9; +} + .decoration-slate-100\\/90 { text-decoration-color: #f1f5f9e6; } @@ -11419,6 +15691,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e2e8f0; } +.decoration-slate-200\\/15 { + text-decoration-color: #e2e8f026; +} + .decoration-slate-200\\/20 { text-decoration-color: #e2e8f033; } @@ -11431,10 +15707,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e2e8f04d; } +.decoration-slate-200\\/35 { + text-decoration-color: #e2e8f059; +} + .decoration-slate-200\\/40 { text-decoration-color: #e2e8f066; } +.decoration-slate-200\\/45 { + text-decoration-color: #e2e8f073; +} + .decoration-slate-200\\/5 { text-decoration-color: #e2e8f00d; } @@ -11443,10 +15727,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e2e8f080; } +.decoration-slate-200\\/55 { + text-decoration-color: #e2e8f08c; +} + .decoration-slate-200\\/60 { text-decoration-color: #e2e8f099; } +.decoration-slate-200\\/65 { + text-decoration-color: #e2e8f0a6; +} + .decoration-slate-200\\/70 { text-decoration-color: #e2e8f0b3; } @@ -11459,6 +15751,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e2e8f0cc; } +.decoration-slate-200\\/85 { + text-decoration-color: #e2e8f0d9; +} + .decoration-slate-200\\/90 { text-decoration-color: #e2e8f0e6; } @@ -11483,6 +15779,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cbd5e1; } +.decoration-slate-300\\/15 { + text-decoration-color: #cbd5e126; +} + .decoration-slate-300\\/20 { text-decoration-color: #cbd5e133; } @@ -11495,10 +15795,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cbd5e14d; } +.decoration-slate-300\\/35 { + text-decoration-color: #cbd5e159; +} + .decoration-slate-300\\/40 { text-decoration-color: #cbd5e166; } +.decoration-slate-300\\/45 { + text-decoration-color: #cbd5e173; +} + .decoration-slate-300\\/5 { text-decoration-color: #cbd5e10d; } @@ -11507,10 +15815,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cbd5e180; } +.decoration-slate-300\\/55 { + text-decoration-color: #cbd5e18c; +} + .decoration-slate-300\\/60 { text-decoration-color: #cbd5e199; } +.decoration-slate-300\\/65 { + text-decoration-color: #cbd5e1a6; +} + .decoration-slate-300\\/70 { text-decoration-color: #cbd5e1b3; } @@ -11523,6 +15839,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #cbd5e1cc; } +.decoration-slate-300\\/85 { + text-decoration-color: #cbd5e1d9; +} + .decoration-slate-300\\/90 { text-decoration-color: #cbd5e1e6; } @@ -11547,6 +15867,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #94a3b8; } +.decoration-slate-400\\/15 { + text-decoration-color: #94a3b826; +} + .decoration-slate-400\\/20 { text-decoration-color: #94a3b833; } @@ -11559,10 +15883,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #94a3b84d; } +.decoration-slate-400\\/35 { + text-decoration-color: #94a3b859; +} + .decoration-slate-400\\/40 { text-decoration-color: #94a3b866; } +.decoration-slate-400\\/45 { + text-decoration-color: #94a3b873; +} + .decoration-slate-400\\/5 { text-decoration-color: #94a3b80d; } @@ -11571,10 +15903,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #94a3b880; } +.decoration-slate-400\\/55 { + text-decoration-color: #94a3b88c; +} + .decoration-slate-400\\/60 { text-decoration-color: #94a3b899; } +.decoration-slate-400\\/65 { + text-decoration-color: #94a3b8a6; +} + .decoration-slate-400\\/70 { text-decoration-color: #94a3b8b3; } @@ -11587,6 +15927,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #94a3b8cc; } +.decoration-slate-400\\/85 { + text-decoration-color: #94a3b8d9; +} + .decoration-slate-400\\/90 { text-decoration-color: #94a3b8e6; } @@ -11611,6 +15955,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f8fafc; } +.decoration-slate-50\\/15 { + text-decoration-color: #f8fafc26; +} + .decoration-slate-50\\/20 { text-decoration-color: #f8fafc33; } @@ -11623,10 +15971,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f8fafc4d; } +.decoration-slate-50\\/35 { + text-decoration-color: #f8fafc59; +} + .decoration-slate-50\\/40 { text-decoration-color: #f8fafc66; } +.decoration-slate-50\\/45 { + text-decoration-color: #f8fafc73; +} + .decoration-slate-50\\/5 { text-decoration-color: #f8fafc0d; } @@ -11635,10 +15991,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f8fafc80; } +.decoration-slate-50\\/55 { + text-decoration-color: #f8fafc8c; +} + .decoration-slate-50\\/60 { text-decoration-color: #f8fafc99; } +.decoration-slate-50\\/65 { + text-decoration-color: #f8fafca6; +} + .decoration-slate-50\\/70 { text-decoration-color: #f8fafcb3; } @@ -11651,6 +16015,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f8fafccc; } +.decoration-slate-50\\/85 { + text-decoration-color: #f8fafcd9; +} + .decoration-slate-50\\/90 { text-decoration-color: #f8fafce6; } @@ -11675,6 +16043,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #64748b; } +.decoration-slate-500\\/15 { + text-decoration-color: #64748b26; +} + .decoration-slate-500\\/20 { text-decoration-color: #64748b33; } @@ -11687,10 +16059,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #64748b4d; } +.decoration-slate-500\\/35 { + text-decoration-color: #64748b59; +} + .decoration-slate-500\\/40 { text-decoration-color: #64748b66; } +.decoration-slate-500\\/45 { + text-decoration-color: #64748b73; +} + .decoration-slate-500\\/5 { text-decoration-color: #64748b0d; } @@ -11699,10 +16079,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #64748b80; } +.decoration-slate-500\\/55 { + text-decoration-color: #64748b8c; +} + .decoration-slate-500\\/60 { text-decoration-color: #64748b99; } +.decoration-slate-500\\/65 { + text-decoration-color: #64748ba6; +} + .decoration-slate-500\\/70 { text-decoration-color: #64748bb3; } @@ -11715,6 +16103,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #64748bcc; } +.decoration-slate-500\\/85 { + text-decoration-color: #64748bd9; +} + .decoration-slate-500\\/90 { text-decoration-color: #64748be6; } @@ -11739,6 +16131,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #475569; } +.decoration-slate-600\\/15 { + text-decoration-color: #47556926; +} + .decoration-slate-600\\/20 { text-decoration-color: #47556933; } @@ -11751,10 +16147,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4755694d; } +.decoration-slate-600\\/35 { + text-decoration-color: #47556959; +} + .decoration-slate-600\\/40 { text-decoration-color: #47556966; } +.decoration-slate-600\\/45 { + text-decoration-color: #47556973; +} + .decoration-slate-600\\/5 { text-decoration-color: #4755690d; } @@ -11763,10 +16167,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #47556980; } +.decoration-slate-600\\/55 { + text-decoration-color: #4755698c; +} + .decoration-slate-600\\/60 { text-decoration-color: #47556999; } +.decoration-slate-600\\/65 { + text-decoration-color: #475569a6; +} + .decoration-slate-600\\/70 { text-decoration-color: #475569b3; } @@ -11779,6 +16191,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #475569cc; } +.decoration-slate-600\\/85 { + text-decoration-color: #475569d9; +} + .decoration-slate-600\\/90 { text-decoration-color: #475569e6; } @@ -11803,6 +16219,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #334155; } +.decoration-slate-700\\/15 { + text-decoration-color: #33415526; +} + .decoration-slate-700\\/20 { text-decoration-color: #33415533; } @@ -11815,10 +16235,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3341554d; } +.decoration-slate-700\\/35 { + text-decoration-color: #33415559; +} + .decoration-slate-700\\/40 { text-decoration-color: #33415566; } +.decoration-slate-700\\/45 { + text-decoration-color: #33415573; +} + .decoration-slate-700\\/5 { text-decoration-color: #3341550d; } @@ -11827,10 +16255,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #33415580; } +.decoration-slate-700\\/55 { + text-decoration-color: #3341558c; +} + .decoration-slate-700\\/60 { text-decoration-color: #33415599; } +.decoration-slate-700\\/65 { + text-decoration-color: #334155a6; +} + .decoration-slate-700\\/70 { text-decoration-color: #334155b3; } @@ -11843,6 +16279,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #334155cc; } +.decoration-slate-700\\/85 { + text-decoration-color: #334155d9; +} + .decoration-slate-700\\/90 { text-decoration-color: #334155e6; } @@ -11867,6 +16307,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e293b; } +.decoration-slate-800\\/15 { + text-decoration-color: #1e293b26; +} + .decoration-slate-800\\/20 { text-decoration-color: #1e293b33; } @@ -11879,10 +16323,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e293b4d; } +.decoration-slate-800\\/35 { + text-decoration-color: #1e293b59; +} + .decoration-slate-800\\/40 { text-decoration-color: #1e293b66; } +.decoration-slate-800\\/45 { + text-decoration-color: #1e293b73; +} + .decoration-slate-800\\/5 { text-decoration-color: #1e293b0d; } @@ -11891,10 +16343,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e293b80; } +.decoration-slate-800\\/55 { + text-decoration-color: #1e293b8c; +} + .decoration-slate-800\\/60 { text-decoration-color: #1e293b99; } +.decoration-slate-800\\/65 { + text-decoration-color: #1e293ba6; +} + .decoration-slate-800\\/70 { text-decoration-color: #1e293bb3; } @@ -11907,6 +16367,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1e293bcc; } +.decoration-slate-800\\/85 { + text-decoration-color: #1e293bd9; +} + .decoration-slate-800\\/90 { text-decoration-color: #1e293be6; } @@ -11931,6 +16395,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f172a; } +.decoration-slate-900\\/15 { + text-decoration-color: #0f172a26; +} + .decoration-slate-900\\/20 { text-decoration-color: #0f172a33; } @@ -11943,10 +16411,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f172a4d; } +.decoration-slate-900\\/35 { + text-decoration-color: #0f172a59; +} + .decoration-slate-900\\/40 { text-decoration-color: #0f172a66; } +.decoration-slate-900\\/45 { + text-decoration-color: #0f172a73; +} + .decoration-slate-900\\/5 { text-decoration-color: #0f172a0d; } @@ -11955,10 +16431,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f172a80; } +.decoration-slate-900\\/55 { + text-decoration-color: #0f172a8c; +} + .decoration-slate-900\\/60 { text-decoration-color: #0f172a99; } +.decoration-slate-900\\/65 { + text-decoration-color: #0f172aa6; +} + .decoration-slate-900\\/70 { text-decoration-color: #0f172ab3; } @@ -11971,6 +16455,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f172acc; } +.decoration-slate-900\\/85 { + text-decoration-color: #0f172ad9; +} + .decoration-slate-900\\/90 { text-decoration-color: #0f172ae6; } @@ -11995,6 +16483,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #020617; } +.decoration-slate-950\\/15 { + text-decoration-color: #02061726; +} + .decoration-slate-950\\/20 { text-decoration-color: #02061733; } @@ -12007,10 +16499,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0206174d; } +.decoration-slate-950\\/35 { + text-decoration-color: #02061759; +} + .decoration-slate-950\\/40 { text-decoration-color: #02061766; } +.decoration-slate-950\\/45 { + text-decoration-color: #02061773; +} + .decoration-slate-950\\/5 { text-decoration-color: #0206170d; } @@ -12019,10 +16519,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #02061780; } +.decoration-slate-950\\/55 { + text-decoration-color: #0206178c; +} + .decoration-slate-950\\/60 { text-decoration-color: #02061799; } +.decoration-slate-950\\/65 { + text-decoration-color: #020617a6; +} + .decoration-slate-950\\/70 { text-decoration-color: #020617b3; } @@ -12035,6 +16543,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #020617cc; } +.decoration-slate-950\\/85 { + text-decoration-color: #020617d9; +} + .decoration-slate-950\\/90 { text-decoration-color: #020617e6; } @@ -12059,6 +16571,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f4; } +.decoration-stone-100\\/15 { + text-decoration-color: #f5f5f426; +} + .decoration-stone-100\\/20 { text-decoration-color: #f5f5f433; } @@ -12071,10 +16587,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f44d; } +.decoration-stone-100\\/35 { + text-decoration-color: #f5f5f459; +} + .decoration-stone-100\\/40 { text-decoration-color: #f5f5f466; } +.decoration-stone-100\\/45 { + text-decoration-color: #f5f5f473; +} + .decoration-stone-100\\/5 { text-decoration-color: #f5f5f40d; } @@ -12083,10 +16607,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f480; } +.decoration-stone-100\\/55 { + text-decoration-color: #f5f5f48c; +} + .decoration-stone-100\\/60 { text-decoration-color: #f5f5f499; } +.decoration-stone-100\\/65 { + text-decoration-color: #f5f5f4a6; +} + .decoration-stone-100\\/70 { text-decoration-color: #f5f5f4b3; } @@ -12099,6 +16631,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f5f4cc; } +.decoration-stone-100\\/85 { + text-decoration-color: #f5f5f4d9; +} + .decoration-stone-100\\/90 { text-decoration-color: #f5f5f4e6; } @@ -12123,6 +16659,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e7e5e4; } +.decoration-stone-200\\/15 { + text-decoration-color: #e7e5e426; +} + .decoration-stone-200\\/20 { text-decoration-color: #e7e5e433; } @@ -12135,10 +16675,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e7e5e44d; } +.decoration-stone-200\\/35 { + text-decoration-color: #e7e5e459; +} + .decoration-stone-200\\/40 { text-decoration-color: #e7e5e466; } +.decoration-stone-200\\/45 { + text-decoration-color: #e7e5e473; +} + .decoration-stone-200\\/5 { text-decoration-color: #e7e5e40d; } @@ -12147,10 +16695,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e7e5e480; } +.decoration-stone-200\\/55 { + text-decoration-color: #e7e5e48c; +} + .decoration-stone-200\\/60 { text-decoration-color: #e7e5e499; } +.decoration-stone-200\\/65 { + text-decoration-color: #e7e5e4a6; +} + .decoration-stone-200\\/70 { text-decoration-color: #e7e5e4b3; } @@ -12163,6 +16719,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e7e5e4cc; } +.decoration-stone-200\\/85 { + text-decoration-color: #e7e5e4d9; +} + .decoration-stone-200\\/90 { text-decoration-color: #e7e5e4e6; } @@ -12187,6 +16747,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d6d3d1; } +.decoration-stone-300\\/15 { + text-decoration-color: #d6d3d126; +} + .decoration-stone-300\\/20 { text-decoration-color: #d6d3d133; } @@ -12199,10 +16763,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d6d3d14d; } +.decoration-stone-300\\/35 { + text-decoration-color: #d6d3d159; +} + .decoration-stone-300\\/40 { text-decoration-color: #d6d3d166; } +.decoration-stone-300\\/45 { + text-decoration-color: #d6d3d173; +} + .decoration-stone-300\\/5 { text-decoration-color: #d6d3d10d; } @@ -12211,10 +16783,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d6d3d180; } +.decoration-stone-300\\/55 { + text-decoration-color: #d6d3d18c; +} + .decoration-stone-300\\/60 { text-decoration-color: #d6d3d199; } +.decoration-stone-300\\/65 { + text-decoration-color: #d6d3d1a6; +} + .decoration-stone-300\\/70 { text-decoration-color: #d6d3d1b3; } @@ -12227,6 +16807,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d6d3d1cc; } +.decoration-stone-300\\/85 { + text-decoration-color: #d6d3d1d9; +} + .decoration-stone-300\\/90 { text-decoration-color: #d6d3d1e6; } @@ -12251,6 +16835,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a8a29e; } +.decoration-stone-400\\/15 { + text-decoration-color: #a8a29e26; +} + .decoration-stone-400\\/20 { text-decoration-color: #a8a29e33; } @@ -12263,10 +16851,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a8a29e4d; } +.decoration-stone-400\\/35 { + text-decoration-color: #a8a29e59; +} + .decoration-stone-400\\/40 { text-decoration-color: #a8a29e66; } +.decoration-stone-400\\/45 { + text-decoration-color: #a8a29e73; +} + .decoration-stone-400\\/5 { text-decoration-color: #a8a29e0d; } @@ -12275,10 +16871,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a8a29e80; } +.decoration-stone-400\\/55 { + text-decoration-color: #a8a29e8c; +} + .decoration-stone-400\\/60 { text-decoration-color: #a8a29e99; } +.decoration-stone-400\\/65 { + text-decoration-color: #a8a29ea6; +} + .decoration-stone-400\\/70 { text-decoration-color: #a8a29eb3; } @@ -12291,6 +16895,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a8a29ecc; } +.decoration-stone-400\\/85 { + text-decoration-color: #a8a29ed9; +} + .decoration-stone-400\\/90 { text-decoration-color: #a8a29ee6; } @@ -12315,6 +16923,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafaf9; } +.decoration-stone-50\\/15 { + text-decoration-color: #fafaf926; +} + .decoration-stone-50\\/20 { text-decoration-color: #fafaf933; } @@ -12327,10 +16939,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafaf94d; } +.decoration-stone-50\\/35 { + text-decoration-color: #fafaf959; +} + .decoration-stone-50\\/40 { text-decoration-color: #fafaf966; } +.decoration-stone-50\\/45 { + text-decoration-color: #fafaf973; +} + .decoration-stone-50\\/5 { text-decoration-color: #fafaf90d; } @@ -12339,10 +16959,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafaf980; } +.decoration-stone-50\\/55 { + text-decoration-color: #fafaf98c; +} + .decoration-stone-50\\/60 { text-decoration-color: #fafaf999; } +.decoration-stone-50\\/65 { + text-decoration-color: #fafaf9a6; +} + .decoration-stone-50\\/70 { text-decoration-color: #fafaf9b3; } @@ -12355,6 +16983,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafaf9cc; } +.decoration-stone-50\\/85 { + text-decoration-color: #fafaf9d9; +} + .decoration-stone-50\\/90 { text-decoration-color: #fafaf9e6; } @@ -12379,6 +17011,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78716c; } +.decoration-stone-500\\/15 { + text-decoration-color: #78716c26; +} + .decoration-stone-500\\/20 { text-decoration-color: #78716c33; } @@ -12391,10 +17027,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78716c4d; } +.decoration-stone-500\\/35 { + text-decoration-color: #78716c59; +} + .decoration-stone-500\\/40 { text-decoration-color: #78716c66; } +.decoration-stone-500\\/45 { + text-decoration-color: #78716c73; +} + .decoration-stone-500\\/5 { text-decoration-color: #78716c0d; } @@ -12403,10 +17047,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78716c80; } +.decoration-stone-500\\/55 { + text-decoration-color: #78716c8c; +} + .decoration-stone-500\\/60 { text-decoration-color: #78716c99; } +.decoration-stone-500\\/65 { + text-decoration-color: #78716ca6; +} + .decoration-stone-500\\/70 { text-decoration-color: #78716cb3; } @@ -12419,6 +17071,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #78716ccc; } +.decoration-stone-500\\/85 { + text-decoration-color: #78716cd9; +} + .decoration-stone-500\\/90 { text-decoration-color: #78716ce6; } @@ -12443,6 +17099,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #57534e; } +.decoration-stone-600\\/15 { + text-decoration-color: #57534e26; +} + .decoration-stone-600\\/20 { text-decoration-color: #57534e33; } @@ -12455,10 +17115,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #57534e4d; } +.decoration-stone-600\\/35 { + text-decoration-color: #57534e59; +} + .decoration-stone-600\\/40 { text-decoration-color: #57534e66; } +.decoration-stone-600\\/45 { + text-decoration-color: #57534e73; +} + .decoration-stone-600\\/5 { text-decoration-color: #57534e0d; } @@ -12467,10 +17135,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #57534e80; } +.decoration-stone-600\\/55 { + text-decoration-color: #57534e8c; +} + .decoration-stone-600\\/60 { text-decoration-color: #57534e99; } +.decoration-stone-600\\/65 { + text-decoration-color: #57534ea6; +} + .decoration-stone-600\\/70 { text-decoration-color: #57534eb3; } @@ -12483,6 +17159,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #57534ecc; } +.decoration-stone-600\\/85 { + text-decoration-color: #57534ed9; +} + .decoration-stone-600\\/90 { text-decoration-color: #57534ee6; } @@ -12507,6 +17187,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #44403c; } +.decoration-stone-700\\/15 { + text-decoration-color: #44403c26; +} + .decoration-stone-700\\/20 { text-decoration-color: #44403c33; } @@ -12519,10 +17203,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #44403c4d; } +.decoration-stone-700\\/35 { + text-decoration-color: #44403c59; +} + .decoration-stone-700\\/40 { text-decoration-color: #44403c66; } +.decoration-stone-700\\/45 { + text-decoration-color: #44403c73; +} + .decoration-stone-700\\/5 { text-decoration-color: #44403c0d; } @@ -12531,10 +17223,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #44403c80; } +.decoration-stone-700\\/55 { + text-decoration-color: #44403c8c; +} + .decoration-stone-700\\/60 { text-decoration-color: #44403c99; } +.decoration-stone-700\\/65 { + text-decoration-color: #44403ca6; +} + .decoration-stone-700\\/70 { text-decoration-color: #44403cb3; } @@ -12547,6 +17247,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #44403ccc; } +.decoration-stone-700\\/85 { + text-decoration-color: #44403cd9; +} + .decoration-stone-700\\/90 { text-decoration-color: #44403ce6; } @@ -12571,6 +17275,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #292524; } +.decoration-stone-800\\/15 { + text-decoration-color: #29252426; +} + .decoration-stone-800\\/20 { text-decoration-color: #29252433; } @@ -12583,10 +17291,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2925244d; } +.decoration-stone-800\\/35 { + text-decoration-color: #29252459; +} + .decoration-stone-800\\/40 { text-decoration-color: #29252466; } +.decoration-stone-800\\/45 { + text-decoration-color: #29252473; +} + .decoration-stone-800\\/5 { text-decoration-color: #2925240d; } @@ -12595,10 +17311,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #29252480; } +.decoration-stone-800\\/55 { + text-decoration-color: #2925248c; +} + .decoration-stone-800\\/60 { text-decoration-color: #29252499; } +.decoration-stone-800\\/65 { + text-decoration-color: #292524a6; +} + .decoration-stone-800\\/70 { text-decoration-color: #292524b3; } @@ -12611,6 +17335,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #292524cc; } +.decoration-stone-800\\/85 { + text-decoration-color: #292524d9; +} + .decoration-stone-800\\/90 { text-decoration-color: #292524e6; } @@ -12635,6 +17363,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1c1917; } +.decoration-stone-900\\/15 { + text-decoration-color: #1c191726; +} + .decoration-stone-900\\/20 { text-decoration-color: #1c191733; } @@ -12647,10 +17379,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1c19174d; } +.decoration-stone-900\\/35 { + text-decoration-color: #1c191759; +} + .decoration-stone-900\\/40 { text-decoration-color: #1c191766; } +.decoration-stone-900\\/45 { + text-decoration-color: #1c191773; +} + .decoration-stone-900\\/5 { text-decoration-color: #1c19170d; } @@ -12659,10 +17399,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1c191780; } +.decoration-stone-900\\/55 { + text-decoration-color: #1c19178c; +} + .decoration-stone-900\\/60 { text-decoration-color: #1c191799; } +.decoration-stone-900\\/65 { + text-decoration-color: #1c1917a6; +} + .decoration-stone-900\\/70 { text-decoration-color: #1c1917b3; } @@ -12675,6 +17423,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #1c1917cc; } +.decoration-stone-900\\/85 { + text-decoration-color: #1c1917d9; +} + .decoration-stone-900\\/90 { text-decoration-color: #1c1917e6; } @@ -12699,6 +17451,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c0a09; } +.decoration-stone-950\\/15 { + text-decoration-color: #0c0a0926; +} + .decoration-stone-950\\/20 { text-decoration-color: #0c0a0933; } @@ -12711,10 +17467,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c0a094d; } +.decoration-stone-950\\/35 { + text-decoration-color: #0c0a0959; +} + .decoration-stone-950\\/40 { text-decoration-color: #0c0a0966; } +.decoration-stone-950\\/45 { + text-decoration-color: #0c0a0973; +} + .decoration-stone-950\\/5 { text-decoration-color: #0c0a090d; } @@ -12723,10 +17487,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c0a0980; } +.decoration-stone-950\\/55 { + text-decoration-color: #0c0a098c; +} + .decoration-stone-950\\/60 { text-decoration-color: #0c0a0999; } +.decoration-stone-950\\/65 { + text-decoration-color: #0c0a09a6; +} + .decoration-stone-950\\/70 { text-decoration-color: #0c0a09b3; } @@ -12739,6 +17511,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0c0a09cc; } +.decoration-stone-950\\/85 { + text-decoration-color: #0c0a09d9; +} + .decoration-stone-950\\/90 { text-decoration-color: #0c0a09e6; } @@ -12763,6 +17539,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ccfbf1; } +.decoration-teal-100\\/15 { + text-decoration-color: #ccfbf126; +} + .decoration-teal-100\\/20 { text-decoration-color: #ccfbf133; } @@ -12775,10 +17555,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ccfbf14d; } +.decoration-teal-100\\/35 { + text-decoration-color: #ccfbf159; +} + .decoration-teal-100\\/40 { text-decoration-color: #ccfbf166; } +.decoration-teal-100\\/45 { + text-decoration-color: #ccfbf173; +} + .decoration-teal-100\\/5 { text-decoration-color: #ccfbf10d; } @@ -12787,10 +17575,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ccfbf180; } +.decoration-teal-100\\/55 { + text-decoration-color: #ccfbf18c; +} + .decoration-teal-100\\/60 { text-decoration-color: #ccfbf199; } +.decoration-teal-100\\/65 { + text-decoration-color: #ccfbf1a6; +} + .decoration-teal-100\\/70 { text-decoration-color: #ccfbf1b3; } @@ -12803,6 +17599,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ccfbf1cc; } +.decoration-teal-100\\/85 { + text-decoration-color: #ccfbf1d9; +} + .decoration-teal-100\\/90 { text-decoration-color: #ccfbf1e6; } @@ -12827,6 +17627,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #99f6e4; } +.decoration-teal-200\\/15 { + text-decoration-color: #99f6e426; +} + .decoration-teal-200\\/20 { text-decoration-color: #99f6e433; } @@ -12839,10 +17643,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #99f6e44d; } +.decoration-teal-200\\/35 { + text-decoration-color: #99f6e459; +} + .decoration-teal-200\\/40 { text-decoration-color: #99f6e466; } +.decoration-teal-200\\/45 { + text-decoration-color: #99f6e473; +} + .decoration-teal-200\\/5 { text-decoration-color: #99f6e40d; } @@ -12851,10 +17663,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #99f6e480; } +.decoration-teal-200\\/55 { + text-decoration-color: #99f6e48c; +} + .decoration-teal-200\\/60 { text-decoration-color: #99f6e499; } +.decoration-teal-200\\/65 { + text-decoration-color: #99f6e4a6; +} + .decoration-teal-200\\/70 { text-decoration-color: #99f6e4b3; } @@ -12867,6 +17687,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #99f6e4cc; } +.decoration-teal-200\\/85 { + text-decoration-color: #99f6e4d9; +} + .decoration-teal-200\\/90 { text-decoration-color: #99f6e4e6; } @@ -12891,6 +17715,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5eead4; } +.decoration-teal-300\\/15 { + text-decoration-color: #5eead426; +} + .decoration-teal-300\\/20 { text-decoration-color: #5eead433; } @@ -12903,10 +17731,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5eead44d; } +.decoration-teal-300\\/35 { + text-decoration-color: #5eead459; +} + .decoration-teal-300\\/40 { text-decoration-color: #5eead466; } +.decoration-teal-300\\/45 { + text-decoration-color: #5eead473; +} + .decoration-teal-300\\/5 { text-decoration-color: #5eead40d; } @@ -12915,10 +17751,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5eead480; } +.decoration-teal-300\\/55 { + text-decoration-color: #5eead48c; +} + .decoration-teal-300\\/60 { text-decoration-color: #5eead499; } +.decoration-teal-300\\/65 { + text-decoration-color: #5eead4a6; +} + .decoration-teal-300\\/70 { text-decoration-color: #5eead4b3; } @@ -12931,6 +17775,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5eead4cc; } +.decoration-teal-300\\/85 { + text-decoration-color: #5eead4d9; +} + .decoration-teal-300\\/90 { text-decoration-color: #5eead4e6; } @@ -12955,6 +17803,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2dd4bf; } +.decoration-teal-400\\/15 { + text-decoration-color: #2dd4bf26; +} + .decoration-teal-400\\/20 { text-decoration-color: #2dd4bf33; } @@ -12967,10 +17819,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2dd4bf4d; } +.decoration-teal-400\\/35 { + text-decoration-color: #2dd4bf59; +} + .decoration-teal-400\\/40 { text-decoration-color: #2dd4bf66; } +.decoration-teal-400\\/45 { + text-decoration-color: #2dd4bf73; +} + .decoration-teal-400\\/5 { text-decoration-color: #2dd4bf0d; } @@ -12979,10 +17839,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2dd4bf80; } +.decoration-teal-400\\/55 { + text-decoration-color: #2dd4bf8c; +} + .decoration-teal-400\\/60 { text-decoration-color: #2dd4bf99; } +.decoration-teal-400\\/65 { + text-decoration-color: #2dd4bfa6; +} + .decoration-teal-400\\/70 { text-decoration-color: #2dd4bfb3; } @@ -12995,6 +17863,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2dd4bfcc; } +.decoration-teal-400\\/85 { + text-decoration-color: #2dd4bfd9; +} + .decoration-teal-400\\/90 { text-decoration-color: #2dd4bfe6; } @@ -13019,6 +17891,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdfa; } +.decoration-teal-50\\/15 { + text-decoration-color: #f0fdfa26; +} + .decoration-teal-50\\/20 { text-decoration-color: #f0fdfa33; } @@ -13031,10 +17907,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdfa4d; } +.decoration-teal-50\\/35 { + text-decoration-color: #f0fdfa59; +} + .decoration-teal-50\\/40 { text-decoration-color: #f0fdfa66; } +.decoration-teal-50\\/45 { + text-decoration-color: #f0fdfa73; +} + .decoration-teal-50\\/5 { text-decoration-color: #f0fdfa0d; } @@ -13043,10 +17927,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdfa80; } +.decoration-teal-50\\/55 { + text-decoration-color: #f0fdfa8c; +} + .decoration-teal-50\\/60 { text-decoration-color: #f0fdfa99; } +.decoration-teal-50\\/65 { + text-decoration-color: #f0fdfaa6; +} + .decoration-teal-50\\/70 { text-decoration-color: #f0fdfab3; } @@ -13059,6 +17951,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f0fdfacc; } +.decoration-teal-50\\/85 { + text-decoration-color: #f0fdfad9; +} + .decoration-teal-50\\/90 { text-decoration-color: #f0fdfae6; } @@ -13083,6 +17979,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14b8a6; } +.decoration-teal-500\\/15 { + text-decoration-color: #14b8a626; +} + .decoration-teal-500\\/20 { text-decoration-color: #14b8a633; } @@ -13095,10 +17995,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14b8a64d; } +.decoration-teal-500\\/35 { + text-decoration-color: #14b8a659; +} + .decoration-teal-500\\/40 { text-decoration-color: #14b8a666; } +.decoration-teal-500\\/45 { + text-decoration-color: #14b8a673; +} + .decoration-teal-500\\/5 { text-decoration-color: #14b8a60d; } @@ -13107,10 +18015,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14b8a680; } +.decoration-teal-500\\/55 { + text-decoration-color: #14b8a68c; +} + .decoration-teal-500\\/60 { text-decoration-color: #14b8a699; } +.decoration-teal-500\\/65 { + text-decoration-color: #14b8a6a6; +} + .decoration-teal-500\\/70 { text-decoration-color: #14b8a6b3; } @@ -13123,6 +18039,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #14b8a6cc; } +.decoration-teal-500\\/85 { + text-decoration-color: #14b8a6d9; +} + .decoration-teal-500\\/90 { text-decoration-color: #14b8a6e6; } @@ -13147,6 +18067,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0d9488; } +.decoration-teal-600\\/15 { + text-decoration-color: #0d948826; +} + .decoration-teal-600\\/20 { text-decoration-color: #0d948833; } @@ -13159,10 +18083,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0d94884d; } +.decoration-teal-600\\/35 { + text-decoration-color: #0d948859; +} + .decoration-teal-600\\/40 { text-decoration-color: #0d948866; } +.decoration-teal-600\\/45 { + text-decoration-color: #0d948873; +} + .decoration-teal-600\\/5 { text-decoration-color: #0d94880d; } @@ -13171,10 +18103,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0d948880; } +.decoration-teal-600\\/55 { + text-decoration-color: #0d94888c; +} + .decoration-teal-600\\/60 { text-decoration-color: #0d948899; } +.decoration-teal-600\\/65 { + text-decoration-color: #0d9488a6; +} + .decoration-teal-600\\/70 { text-decoration-color: #0d9488b3; } @@ -13187,6 +18127,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0d9488cc; } +.decoration-teal-600\\/85 { + text-decoration-color: #0d9488d9; +} + .decoration-teal-600\\/90 { text-decoration-color: #0d9488e6; } @@ -13211,6 +18155,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f766e; } +.decoration-teal-700\\/15 { + text-decoration-color: #0f766e26; +} + .decoration-teal-700\\/20 { text-decoration-color: #0f766e33; } @@ -13223,10 +18171,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f766e4d; } +.decoration-teal-700\\/35 { + text-decoration-color: #0f766e59; +} + .decoration-teal-700\\/40 { text-decoration-color: #0f766e66; } +.decoration-teal-700\\/45 { + text-decoration-color: #0f766e73; +} + .decoration-teal-700\\/5 { text-decoration-color: #0f766e0d; } @@ -13235,10 +18191,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f766e80; } +.decoration-teal-700\\/55 { + text-decoration-color: #0f766e8c; +} + .decoration-teal-700\\/60 { text-decoration-color: #0f766e99; } +.decoration-teal-700\\/65 { + text-decoration-color: #0f766ea6; +} + .decoration-teal-700\\/70 { text-decoration-color: #0f766eb3; } @@ -13251,6 +18215,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0f766ecc; } +.decoration-teal-700\\/85 { + text-decoration-color: #0f766ed9; +} + .decoration-teal-700\\/90 { text-decoration-color: #0f766ee6; } @@ -13275,6 +18243,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #115e59; } +.decoration-teal-800\\/15 { + text-decoration-color: #115e5926; +} + .decoration-teal-800\\/20 { text-decoration-color: #115e5933; } @@ -13287,10 +18259,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #115e594d; } +.decoration-teal-800\\/35 { + text-decoration-color: #115e5959; +} + .decoration-teal-800\\/40 { text-decoration-color: #115e5966; } +.decoration-teal-800\\/45 { + text-decoration-color: #115e5973; +} + .decoration-teal-800\\/5 { text-decoration-color: #115e590d; } @@ -13299,10 +18279,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #115e5980; } +.decoration-teal-800\\/55 { + text-decoration-color: #115e598c; +} + .decoration-teal-800\\/60 { text-decoration-color: #115e5999; } +.decoration-teal-800\\/65 { + text-decoration-color: #115e59a6; +} + .decoration-teal-800\\/70 { text-decoration-color: #115e59b3; } @@ -13315,6 +18303,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #115e59cc; } +.decoration-teal-800\\/85 { + text-decoration-color: #115e59d9; +} + .decoration-teal-800\\/90 { text-decoration-color: #115e59e6; } @@ -13339,6 +18331,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #134e4a; } +.decoration-teal-900\\/15 { + text-decoration-color: #134e4a26; +} + .decoration-teal-900\\/20 { text-decoration-color: #134e4a33; } @@ -13351,10 +18347,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #134e4a4d; } +.decoration-teal-900\\/35 { + text-decoration-color: #134e4a59; +} + .decoration-teal-900\\/40 { text-decoration-color: #134e4a66; } +.decoration-teal-900\\/45 { + text-decoration-color: #134e4a73; +} + .decoration-teal-900\\/5 { text-decoration-color: #134e4a0d; } @@ -13363,10 +18367,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #134e4a80; } +.decoration-teal-900\\/55 { + text-decoration-color: #134e4a8c; +} + .decoration-teal-900\\/60 { text-decoration-color: #134e4a99; } +.decoration-teal-900\\/65 { + text-decoration-color: #134e4aa6; +} + .decoration-teal-900\\/70 { text-decoration-color: #134e4ab3; } @@ -13379,6 +18391,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #134e4acc; } +.decoration-teal-900\\/85 { + text-decoration-color: #134e4ad9; +} + .decoration-teal-900\\/90 { text-decoration-color: #134e4ae6; } @@ -13403,6 +18419,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #042f2e; } +.decoration-teal-950\\/15 { + text-decoration-color: #042f2e26; +} + .decoration-teal-950\\/20 { text-decoration-color: #042f2e33; } @@ -13415,10 +18435,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #042f2e4d; } +.decoration-teal-950\\/35 { + text-decoration-color: #042f2e59; +} + .decoration-teal-950\\/40 { text-decoration-color: #042f2e66; } +.decoration-teal-950\\/45 { + text-decoration-color: #042f2e73; +} + .decoration-teal-950\\/5 { text-decoration-color: #042f2e0d; } @@ -13427,10 +18455,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #042f2e80; } +.decoration-teal-950\\/55 { + text-decoration-color: #042f2e8c; +} + .decoration-teal-950\\/60 { text-decoration-color: #042f2e99; } +.decoration-teal-950\\/65 { + text-decoration-color: #042f2ea6; +} + .decoration-teal-950\\/70 { text-decoration-color: #042f2eb3; } @@ -13443,6 +18479,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #042f2ecc; } +.decoration-teal-950\\/85 { + text-decoration-color: #042f2ed9; +} + .decoration-teal-950\\/90 { text-decoration-color: #042f2ee6; } @@ -13463,6 +18503,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #000; } +.decoration-transparent\\/15 { + text-decoration-color: #00000026; +} + .decoration-transparent\\/20 { text-decoration-color: #0003; } @@ -13475,10 +18519,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #0000004d; } +.decoration-transparent\\/35 { + text-decoration-color: #00000059; +} + .decoration-transparent\\/40 { text-decoration-color: #0006; } +.decoration-transparent\\/45 { + text-decoration-color: #00000073; +} + .decoration-transparent\\/5 { text-decoration-color: #0000000d; } @@ -13487,10 +18539,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #00000080; } +.decoration-transparent\\/55 { + text-decoration-color: #0000008c; +} + .decoration-transparent\\/60 { text-decoration-color: #0009; } +.decoration-transparent\\/65 { + text-decoration-color: #000000a6; +} + .decoration-transparent\\/70 { text-decoration-color: #000000b3; } @@ -13503,6 +18563,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #000c; } +.decoration-transparent\\/85 { + text-decoration-color: #000000d9; +} + .decoration-transparent\\/90 { text-decoration-color: #000000e6; } @@ -13527,6 +18591,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ede9fe; } +.decoration-violet-100\\/15 { + text-decoration-color: #ede9fe26; +} + .decoration-violet-100\\/20 { text-decoration-color: #ede9fe33; } @@ -13539,10 +18607,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ede9fe4d; } +.decoration-violet-100\\/35 { + text-decoration-color: #ede9fe59; +} + .decoration-violet-100\\/40 { text-decoration-color: #ede9fe66; } +.decoration-violet-100\\/45 { + text-decoration-color: #ede9fe73; +} + .decoration-violet-100\\/5 { text-decoration-color: #ede9fe0d; } @@ -13551,10 +18627,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ede9fe80; } +.decoration-violet-100\\/55 { + text-decoration-color: #ede9fe8c; +} + .decoration-violet-100\\/60 { text-decoration-color: #ede9fe99; } +.decoration-violet-100\\/65 { + text-decoration-color: #ede9fea6; +} + .decoration-violet-100\\/70 { text-decoration-color: #ede9feb3; } @@ -13567,6 +18651,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ede9fecc; } +.decoration-violet-100\\/85 { + text-decoration-color: #ede9fed9; +} + .decoration-violet-100\\/90 { text-decoration-color: #ede9fee6; } @@ -13591,6 +18679,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ddd6fe; } +.decoration-violet-200\\/15 { + text-decoration-color: #ddd6fe26; +} + .decoration-violet-200\\/20 { text-decoration-color: #ddd6fe33; } @@ -13603,10 +18695,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ddd6fe4d; } +.decoration-violet-200\\/35 { + text-decoration-color: #ddd6fe59; +} + .decoration-violet-200\\/40 { text-decoration-color: #ddd6fe66; } +.decoration-violet-200\\/45 { + text-decoration-color: #ddd6fe73; +} + .decoration-violet-200\\/5 { text-decoration-color: #ddd6fe0d; } @@ -13615,10 +18715,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ddd6fe80; } +.decoration-violet-200\\/55 { + text-decoration-color: #ddd6fe8c; +} + .decoration-violet-200\\/60 { text-decoration-color: #ddd6fe99; } +.decoration-violet-200\\/65 { + text-decoration-color: #ddd6fea6; +} + .decoration-violet-200\\/70 { text-decoration-color: #ddd6feb3; } @@ -13631,6 +18739,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ddd6fecc; } +.decoration-violet-200\\/85 { + text-decoration-color: #ddd6fed9; +} + .decoration-violet-200\\/90 { text-decoration-color: #ddd6fee6; } @@ -13655,6 +18767,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c4b5fd; } +.decoration-violet-300\\/15 { + text-decoration-color: #c4b5fd26; +} + .decoration-violet-300\\/20 { text-decoration-color: #c4b5fd33; } @@ -13667,10 +18783,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c4b5fd4d; } +.decoration-violet-300\\/35 { + text-decoration-color: #c4b5fd59; +} + .decoration-violet-300\\/40 { text-decoration-color: #c4b5fd66; } +.decoration-violet-300\\/45 { + text-decoration-color: #c4b5fd73; +} + .decoration-violet-300\\/5 { text-decoration-color: #c4b5fd0d; } @@ -13679,10 +18803,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c4b5fd80; } +.decoration-violet-300\\/55 { + text-decoration-color: #c4b5fd8c; +} + .decoration-violet-300\\/60 { text-decoration-color: #c4b5fd99; } +.decoration-violet-300\\/65 { + text-decoration-color: #c4b5fda6; +} + .decoration-violet-300\\/70 { text-decoration-color: #c4b5fdb3; } @@ -13695,6 +18827,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #c4b5fdcc; } +.decoration-violet-300\\/85 { + text-decoration-color: #c4b5fdd9; +} + .decoration-violet-300\\/90 { text-decoration-color: #c4b5fde6; } @@ -13719,6 +18855,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a78bfa; } +.decoration-violet-400\\/15 { + text-decoration-color: #a78bfa26; +} + .decoration-violet-400\\/20 { text-decoration-color: #a78bfa33; } @@ -13731,10 +18871,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a78bfa4d; } +.decoration-violet-400\\/35 { + text-decoration-color: #a78bfa59; +} + .decoration-violet-400\\/40 { text-decoration-color: #a78bfa66; } +.decoration-violet-400\\/45 { + text-decoration-color: #a78bfa73; +} + .decoration-violet-400\\/5 { text-decoration-color: #a78bfa0d; } @@ -13743,10 +18891,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a78bfa80; } +.decoration-violet-400\\/55 { + text-decoration-color: #a78bfa8c; +} + .decoration-violet-400\\/60 { text-decoration-color: #a78bfa99; } +.decoration-violet-400\\/65 { + text-decoration-color: #a78bfaa6; +} + .decoration-violet-400\\/70 { text-decoration-color: #a78bfab3; } @@ -13759,6 +18915,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a78bfacc; } +.decoration-violet-400\\/85 { + text-decoration-color: #a78bfad9; +} + .decoration-violet-400\\/90 { text-decoration-color: #a78bfae6; } @@ -13783,6 +18943,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f3ff; } +.decoration-violet-50\\/15 { + text-decoration-color: #f5f3ff26; +} + .decoration-violet-50\\/20 { text-decoration-color: #f5f3ff33; } @@ -13795,10 +18959,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f3ff4d; } +.decoration-violet-50\\/35 { + text-decoration-color: #f5f3ff59; +} + .decoration-violet-50\\/40 { text-decoration-color: #f5f3ff66; } +.decoration-violet-50\\/45 { + text-decoration-color: #f5f3ff73; +} + .decoration-violet-50\\/5 { text-decoration-color: #f5f3ff0d; } @@ -13807,10 +18979,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f3ff80; } +.decoration-violet-50\\/55 { + text-decoration-color: #f5f3ff8c; +} + .decoration-violet-50\\/60 { text-decoration-color: #f5f3ff99; } +.decoration-violet-50\\/65 { + text-decoration-color: #f5f3ffa6; +} + .decoration-violet-50\\/70 { text-decoration-color: #f5f3ffb3; } @@ -13823,6 +19003,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f5f3ffcc; } +.decoration-violet-50\\/85 { + text-decoration-color: #f5f3ffd9; +} + .decoration-violet-50\\/90 { text-decoration-color: #f5f3ffe6; } @@ -13847,6 +19031,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #8b5cf6; } +.decoration-violet-500\\/15 { + text-decoration-color: #8b5cf626; +} + .decoration-violet-500\\/20 { text-decoration-color: #8b5cf633; } @@ -13859,10 +19047,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #8b5cf64d; } +.decoration-violet-500\\/35 { + text-decoration-color: #8b5cf659; +} + .decoration-violet-500\\/40 { text-decoration-color: #8b5cf666; } +.decoration-violet-500\\/45 { + text-decoration-color: #8b5cf673; +} + .decoration-violet-500\\/5 { text-decoration-color: #8b5cf60d; } @@ -13871,10 +19067,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #8b5cf680; } +.decoration-violet-500\\/55 { + text-decoration-color: #8b5cf68c; +} + .decoration-violet-500\\/60 { text-decoration-color: #8b5cf699; } +.decoration-violet-500\\/65 { + text-decoration-color: #8b5cf6a6; +} + .decoration-violet-500\\/70 { text-decoration-color: #8b5cf6b3; } @@ -13887,6 +19091,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #8b5cf6cc; } +.decoration-violet-500\\/85 { + text-decoration-color: #8b5cf6d9; +} + .decoration-violet-500\\/90 { text-decoration-color: #8b5cf6e6; } @@ -13911,6 +19119,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c3aed; } +.decoration-violet-600\\/15 { + text-decoration-color: #7c3aed26; +} + .decoration-violet-600\\/20 { text-decoration-color: #7c3aed33; } @@ -13923,10 +19135,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c3aed4d; } +.decoration-violet-600\\/35 { + text-decoration-color: #7c3aed59; +} + .decoration-violet-600\\/40 { text-decoration-color: #7c3aed66; } +.decoration-violet-600\\/45 { + text-decoration-color: #7c3aed73; +} + .decoration-violet-600\\/5 { text-decoration-color: #7c3aed0d; } @@ -13935,10 +19155,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c3aed80; } +.decoration-violet-600\\/55 { + text-decoration-color: #7c3aed8c; +} + .decoration-violet-600\\/60 { text-decoration-color: #7c3aed99; } +.decoration-violet-600\\/65 { + text-decoration-color: #7c3aeda6; +} + .decoration-violet-600\\/70 { text-decoration-color: #7c3aedb3; } @@ -13951,6 +19179,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #7c3aedcc; } +.decoration-violet-600\\/85 { + text-decoration-color: #7c3aedd9; +} + .decoration-violet-600\\/90 { text-decoration-color: #7c3aede6; } @@ -13975,6 +19207,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6d28d9; } +.decoration-violet-700\\/15 { + text-decoration-color: #6d28d926; +} + .decoration-violet-700\\/20 { text-decoration-color: #6d28d933; } @@ -13987,10 +19223,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6d28d94d; } +.decoration-violet-700\\/35 { + text-decoration-color: #6d28d959; +} + .decoration-violet-700\\/40 { text-decoration-color: #6d28d966; } +.decoration-violet-700\\/45 { + text-decoration-color: #6d28d973; +} + .decoration-violet-700\\/5 { text-decoration-color: #6d28d90d; } @@ -13999,10 +19243,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6d28d980; } +.decoration-violet-700\\/55 { + text-decoration-color: #6d28d98c; +} + .decoration-violet-700\\/60 { text-decoration-color: #6d28d999; } +.decoration-violet-700\\/65 { + text-decoration-color: #6d28d9a6; +} + .decoration-violet-700\\/70 { text-decoration-color: #6d28d9b3; } @@ -14015,6 +19267,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #6d28d9cc; } +.decoration-violet-700\\/85 { + text-decoration-color: #6d28d9d9; +} + .decoration-violet-700\\/90 { text-decoration-color: #6d28d9e6; } @@ -14039,6 +19295,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5b21b6; } +.decoration-violet-800\\/15 { + text-decoration-color: #5b21b626; +} + .decoration-violet-800\\/20 { text-decoration-color: #5b21b633; } @@ -14051,10 +19311,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5b21b64d; } +.decoration-violet-800\\/35 { + text-decoration-color: #5b21b659; +} + .decoration-violet-800\\/40 { text-decoration-color: #5b21b666; } +.decoration-violet-800\\/45 { + text-decoration-color: #5b21b673; +} + .decoration-violet-800\\/5 { text-decoration-color: #5b21b60d; } @@ -14063,10 +19331,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5b21b680; } +.decoration-violet-800\\/55 { + text-decoration-color: #5b21b68c; +} + .decoration-violet-800\\/60 { text-decoration-color: #5b21b699; } +.decoration-violet-800\\/65 { + text-decoration-color: #5b21b6a6; +} + .decoration-violet-800\\/70 { text-decoration-color: #5b21b6b3; } @@ -14079,6 +19355,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #5b21b6cc; } +.decoration-violet-800\\/85 { + text-decoration-color: #5b21b6d9; +} + .decoration-violet-800\\/90 { text-decoration-color: #5b21b6e6; } @@ -14103,6 +19383,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c1d95; } +.decoration-violet-900\\/15 { + text-decoration-color: #4c1d9526; +} + .decoration-violet-900\\/20 { text-decoration-color: #4c1d9533; } @@ -14115,10 +19399,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c1d954d; } +.decoration-violet-900\\/35 { + text-decoration-color: #4c1d9559; +} + .decoration-violet-900\\/40 { text-decoration-color: #4c1d9566; } +.decoration-violet-900\\/45 { + text-decoration-color: #4c1d9573; +} + .decoration-violet-900\\/5 { text-decoration-color: #4c1d950d; } @@ -14127,10 +19419,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c1d9580; } +.decoration-violet-900\\/55 { + text-decoration-color: #4c1d958c; +} + .decoration-violet-900\\/60 { text-decoration-color: #4c1d9599; } +.decoration-violet-900\\/65 { + text-decoration-color: #4c1d95a6; +} + .decoration-violet-900\\/70 { text-decoration-color: #4c1d95b3; } @@ -14143,6 +19443,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4c1d95cc; } +.decoration-violet-900\\/85 { + text-decoration-color: #4c1d95d9; +} + .decoration-violet-900\\/90 { text-decoration-color: #4c1d95e6; } @@ -14167,6 +19471,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2e1065; } +.decoration-violet-950\\/15 { + text-decoration-color: #2e106526; +} + .decoration-violet-950\\/20 { text-decoration-color: #2e106533; } @@ -14179,10 +19487,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2e10654d; } +.decoration-violet-950\\/35 { + text-decoration-color: #2e106559; +} + .decoration-violet-950\\/40 { text-decoration-color: #2e106566; } +.decoration-violet-950\\/45 { + text-decoration-color: #2e106573; +} + .decoration-violet-950\\/5 { text-decoration-color: #2e10650d; } @@ -14191,10 +19507,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2e106580; } +.decoration-violet-950\\/55 { + text-decoration-color: #2e10658c; +} + .decoration-violet-950\\/60 { text-decoration-color: #2e106599; } +.decoration-violet-950\\/65 { + text-decoration-color: #2e1065a6; +} + .decoration-violet-950\\/70 { text-decoration-color: #2e1065b3; } @@ -14207,6 +19531,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #2e1065cc; } +.decoration-violet-950\\/85 { + text-decoration-color: #2e1065d9; +} + .decoration-violet-950\\/90 { text-decoration-color: #2e1065e6; } @@ -14231,6 +19559,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fff; } +.decoration-white\\/15 { + text-decoration-color: #ffffff26; +} + .decoration-white\\/20 { text-decoration-color: #fff3; } @@ -14243,10 +19575,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffffff4d; } +.decoration-white\\/35 { + text-decoration-color: #ffffff59; +} + .decoration-white\\/40 { text-decoration-color: #fff6; } +.decoration-white\\/45 { + text-decoration-color: #ffffff73; +} + .decoration-white\\/5 { text-decoration-color: #ffffff0d; } @@ -14255,10 +19595,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ffffff80; } +.decoration-white\\/55 { + text-decoration-color: #ffffff8c; +} + .decoration-white\\/60 { text-decoration-color: #fff9; } +.decoration-white\\/65 { + text-decoration-color: #ffffffa6; +} + .decoration-white\\/70 { text-decoration-color: #ffffffb3; } @@ -14271,6 +19619,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fffc; } +.decoration-white\\/85 { + text-decoration-color: #ffffffd9; +} + .decoration-white\\/90 { text-decoration-color: #ffffffe6; } @@ -14295,6 +19647,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef9c3; } +.decoration-yellow-100\\/15 { + text-decoration-color: #fef9c326; +} + .decoration-yellow-100\\/20 { text-decoration-color: #fef9c333; } @@ -14307,10 +19663,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef9c34d; } +.decoration-yellow-100\\/35 { + text-decoration-color: #fef9c359; +} + .decoration-yellow-100\\/40 { text-decoration-color: #fef9c366; } +.decoration-yellow-100\\/45 { + text-decoration-color: #fef9c373; +} + .decoration-yellow-100\\/5 { text-decoration-color: #fef9c30d; } @@ -14319,10 +19683,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef9c380; } +.decoration-yellow-100\\/55 { + text-decoration-color: #fef9c38c; +} + .decoration-yellow-100\\/60 { text-decoration-color: #fef9c399; } +.decoration-yellow-100\\/65 { + text-decoration-color: #fef9c3a6; +} + .decoration-yellow-100\\/70 { text-decoration-color: #fef9c3b3; } @@ -14335,6 +19707,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef9c3cc; } +.decoration-yellow-100\\/85 { + text-decoration-color: #fef9c3d9; +} + .decoration-yellow-100\\/90 { text-decoration-color: #fef9c3e6; } @@ -14359,6 +19735,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef08a; } +.decoration-yellow-200\\/15 { + text-decoration-color: #fef08a26; +} + .decoration-yellow-200\\/20 { text-decoration-color: #fef08a33; } @@ -14371,10 +19751,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef08a4d; } +.decoration-yellow-200\\/35 { + text-decoration-color: #fef08a59; +} + .decoration-yellow-200\\/40 { text-decoration-color: #fef08a66; } +.decoration-yellow-200\\/45 { + text-decoration-color: #fef08a73; +} + .decoration-yellow-200\\/5 { text-decoration-color: #fef08a0d; } @@ -14383,10 +19771,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef08a80; } +.decoration-yellow-200\\/55 { + text-decoration-color: #fef08a8c; +} + .decoration-yellow-200\\/60 { text-decoration-color: #fef08a99; } +.decoration-yellow-200\\/65 { + text-decoration-color: #fef08aa6; +} + .decoration-yellow-200\\/70 { text-decoration-color: #fef08ab3; } @@ -14399,6 +19795,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fef08acc; } +.decoration-yellow-200\\/85 { + text-decoration-color: #fef08ad9; +} + .decoration-yellow-200\\/90 { text-decoration-color: #fef08ae6; } @@ -14423,6 +19823,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde047; } +.decoration-yellow-300\\/15 { + text-decoration-color: #fde04726; +} + .decoration-yellow-300\\/20 { text-decoration-color: #fde04733; } @@ -14435,10 +19839,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde0474d; } +.decoration-yellow-300\\/35 { + text-decoration-color: #fde04759; +} + .decoration-yellow-300\\/40 { text-decoration-color: #fde04766; } +.decoration-yellow-300\\/45 { + text-decoration-color: #fde04773; +} + .decoration-yellow-300\\/5 { text-decoration-color: #fde0470d; } @@ -14447,10 +19859,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde04780; } +.decoration-yellow-300\\/55 { + text-decoration-color: #fde0478c; +} + .decoration-yellow-300\\/60 { text-decoration-color: #fde04799; } +.decoration-yellow-300\\/65 { + text-decoration-color: #fde047a6; +} + .decoration-yellow-300\\/70 { text-decoration-color: #fde047b3; } @@ -14463,6 +19883,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fde047cc; } +.decoration-yellow-300\\/85 { + text-decoration-color: #fde047d9; +} + .decoration-yellow-300\\/90 { text-decoration-color: #fde047e6; } @@ -14487,6 +19911,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #facc15; } +.decoration-yellow-400\\/15 { + text-decoration-color: #facc1526; +} + .decoration-yellow-400\\/20 { text-decoration-color: #facc1533; } @@ -14499,10 +19927,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #facc154d; } +.decoration-yellow-400\\/35 { + text-decoration-color: #facc1559; +} + .decoration-yellow-400\\/40 { text-decoration-color: #facc1566; } +.decoration-yellow-400\\/45 { + text-decoration-color: #facc1573; +} + .decoration-yellow-400\\/5 { text-decoration-color: #facc150d; } @@ -14511,10 +19947,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #facc1580; } +.decoration-yellow-400\\/55 { + text-decoration-color: #facc158c; +} + .decoration-yellow-400\\/60 { text-decoration-color: #facc1599; } +.decoration-yellow-400\\/65 { + text-decoration-color: #facc15a6; +} + .decoration-yellow-400\\/70 { text-decoration-color: #facc15b3; } @@ -14527,6 +19971,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #facc15cc; } +.decoration-yellow-400\\/85 { + text-decoration-color: #facc15d9; +} + .decoration-yellow-400\\/90 { text-decoration-color: #facc15e6; } @@ -14551,6 +19999,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fefce8; } +.decoration-yellow-50\\/15 { + text-decoration-color: #fefce826; +} + .decoration-yellow-50\\/20 { text-decoration-color: #fefce833; } @@ -14563,10 +20015,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fefce84d; } +.decoration-yellow-50\\/35 { + text-decoration-color: #fefce859; +} + .decoration-yellow-50\\/40 { text-decoration-color: #fefce866; } +.decoration-yellow-50\\/45 { + text-decoration-color: #fefce873; +} + .decoration-yellow-50\\/5 { text-decoration-color: #fefce80d; } @@ -14575,10 +20035,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fefce880; } +.decoration-yellow-50\\/55 { + text-decoration-color: #fefce88c; +} + .decoration-yellow-50\\/60 { text-decoration-color: #fefce899; } +.decoration-yellow-50\\/65 { + text-decoration-color: #fefce8a6; +} + .decoration-yellow-50\\/70 { text-decoration-color: #fefce8b3; } @@ -14591,6 +20059,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fefce8cc; } +.decoration-yellow-50\\/85 { + text-decoration-color: #fefce8d9; +} + .decoration-yellow-50\\/90 { text-decoration-color: #fefce8e6; } @@ -14615,6 +20087,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eab308; } +.decoration-yellow-500\\/15 { + text-decoration-color: #eab30826; +} + .decoration-yellow-500\\/20 { text-decoration-color: #eab30833; } @@ -14627,10 +20103,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eab3084d; } +.decoration-yellow-500\\/35 { + text-decoration-color: #eab30859; +} + .decoration-yellow-500\\/40 { text-decoration-color: #eab30866; } +.decoration-yellow-500\\/45 { + text-decoration-color: #eab30873; +} + .decoration-yellow-500\\/5 { text-decoration-color: #eab3080d; } @@ -14639,10 +20123,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eab30880; } +.decoration-yellow-500\\/55 { + text-decoration-color: #eab3088c; +} + .decoration-yellow-500\\/60 { text-decoration-color: #eab30899; } +.decoration-yellow-500\\/65 { + text-decoration-color: #eab308a6; +} + .decoration-yellow-500\\/70 { text-decoration-color: #eab308b3; } @@ -14655,6 +20147,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #eab308cc; } +.decoration-yellow-500\\/85 { + text-decoration-color: #eab308d9; +} + .decoration-yellow-500\\/90 { text-decoration-color: #eab308e6; } @@ -14679,6 +20175,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ca8a04; } +.decoration-yellow-600\\/15 { + text-decoration-color: #ca8a0426; +} + .decoration-yellow-600\\/20 { text-decoration-color: #ca8a0433; } @@ -14691,10 +20191,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ca8a044d; } +.decoration-yellow-600\\/35 { + text-decoration-color: #ca8a0459; +} + .decoration-yellow-600\\/40 { text-decoration-color: #ca8a0466; } +.decoration-yellow-600\\/45 { + text-decoration-color: #ca8a0473; +} + .decoration-yellow-600\\/5 { text-decoration-color: #ca8a040d; } @@ -14703,10 +20211,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ca8a0480; } +.decoration-yellow-600\\/55 { + text-decoration-color: #ca8a048c; +} + .decoration-yellow-600\\/60 { text-decoration-color: #ca8a0499; } +.decoration-yellow-600\\/65 { + text-decoration-color: #ca8a04a6; +} + .decoration-yellow-600\\/70 { text-decoration-color: #ca8a04b3; } @@ -14719,6 +20235,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #ca8a04cc; } +.decoration-yellow-600\\/85 { + text-decoration-color: #ca8a04d9; +} + .decoration-yellow-600\\/90 { text-decoration-color: #ca8a04e6; } @@ -14743,6 +20263,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a16207; } +.decoration-yellow-700\\/15 { + text-decoration-color: #a1620726; +} + .decoration-yellow-700\\/20 { text-decoration-color: #a1620733; } @@ -14755,10 +20279,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a162074d; } +.decoration-yellow-700\\/35 { + text-decoration-color: #a1620759; +} + .decoration-yellow-700\\/40 { text-decoration-color: #a1620766; } +.decoration-yellow-700\\/45 { + text-decoration-color: #a1620773; +} + .decoration-yellow-700\\/5 { text-decoration-color: #a162070d; } @@ -14767,10 +20299,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a1620780; } +.decoration-yellow-700\\/55 { + text-decoration-color: #a162078c; +} + .decoration-yellow-700\\/60 { text-decoration-color: #a1620799; } +.decoration-yellow-700\\/65 { + text-decoration-color: #a16207a6; +} + .decoration-yellow-700\\/70 { text-decoration-color: #a16207b3; } @@ -14783,6 +20323,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a16207cc; } +.decoration-yellow-700\\/85 { + text-decoration-color: #a16207d9; +} + .decoration-yellow-700\\/90 { text-decoration-color: #a16207e6; } @@ -14807,6 +20351,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #854d0e; } +.decoration-yellow-800\\/15 { + text-decoration-color: #854d0e26; +} + .decoration-yellow-800\\/20 { text-decoration-color: #854d0e33; } @@ -14819,10 +20367,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #854d0e4d; } +.decoration-yellow-800\\/35 { + text-decoration-color: #854d0e59; +} + .decoration-yellow-800\\/40 { text-decoration-color: #854d0e66; } +.decoration-yellow-800\\/45 { + text-decoration-color: #854d0e73; +} + .decoration-yellow-800\\/5 { text-decoration-color: #854d0e0d; } @@ -14831,10 +20387,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #854d0e80; } +.decoration-yellow-800\\/55 { + text-decoration-color: #854d0e8c; +} + .decoration-yellow-800\\/60 { text-decoration-color: #854d0e99; } +.decoration-yellow-800\\/65 { + text-decoration-color: #854d0ea6; +} + .decoration-yellow-800\\/70 { text-decoration-color: #854d0eb3; } @@ -14847,6 +20411,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #854d0ecc; } +.decoration-yellow-800\\/85 { + text-decoration-color: #854d0ed9; +} + .decoration-yellow-800\\/90 { text-decoration-color: #854d0ee6; } @@ -14871,6 +20439,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #713f12; } +.decoration-yellow-900\\/15 { + text-decoration-color: #713f1226; +} + .decoration-yellow-900\\/20 { text-decoration-color: #713f1233; } @@ -14883,10 +20455,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #713f124d; } +.decoration-yellow-900\\/35 { + text-decoration-color: #713f1259; +} + .decoration-yellow-900\\/40 { text-decoration-color: #713f1266; } +.decoration-yellow-900\\/45 { + text-decoration-color: #713f1273; +} + .decoration-yellow-900\\/5 { text-decoration-color: #713f120d; } @@ -14895,10 +20475,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #713f1280; } +.decoration-yellow-900\\/55 { + text-decoration-color: #713f128c; +} + .decoration-yellow-900\\/60 { text-decoration-color: #713f1299; } +.decoration-yellow-900\\/65 { + text-decoration-color: #713f12a6; +} + .decoration-yellow-900\\/70 { text-decoration-color: #713f12b3; } @@ -14911,6 +20499,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #713f12cc; } +.decoration-yellow-900\\/85 { + text-decoration-color: #713f12d9; +} + .decoration-yellow-900\\/90 { text-decoration-color: #713f12e6; } @@ -14935,6 +20527,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #422006; } +.decoration-yellow-950\\/15 { + text-decoration-color: #42200626; +} + .decoration-yellow-950\\/20 { text-decoration-color: #42200633; } @@ -14947,10 +20543,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #4220064d; } +.decoration-yellow-950\\/35 { + text-decoration-color: #42200659; +} + .decoration-yellow-950\\/40 { text-decoration-color: #42200666; } +.decoration-yellow-950\\/45 { + text-decoration-color: #42200673; +} + .decoration-yellow-950\\/5 { text-decoration-color: #4220060d; } @@ -14959,10 +20563,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #42200680; } +.decoration-yellow-950\\/55 { + text-decoration-color: #4220068c; +} + .decoration-yellow-950\\/60 { text-decoration-color: #42200699; } +.decoration-yellow-950\\/65 { + text-decoration-color: #422006a6; +} + .decoration-yellow-950\\/70 { text-decoration-color: #422006b3; } @@ -14975,6 +20587,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #422006cc; } +.decoration-yellow-950\\/85 { + text-decoration-color: #422006d9; +} + .decoration-yellow-950\\/90 { text-decoration-color: #422006e6; } @@ -14999,6 +20615,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f4f4f5; } +.decoration-zinc-100\\/15 { + text-decoration-color: #f4f4f526; +} + .decoration-zinc-100\\/20 { text-decoration-color: #f4f4f533; } @@ -15011,10 +20631,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f4f4f54d; } +.decoration-zinc-100\\/35 { + text-decoration-color: #f4f4f559; +} + .decoration-zinc-100\\/40 { text-decoration-color: #f4f4f566; } +.decoration-zinc-100\\/45 { + text-decoration-color: #f4f4f573; +} + .decoration-zinc-100\\/5 { text-decoration-color: #f4f4f50d; } @@ -15023,10 +20651,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f4f4f580; } +.decoration-zinc-100\\/55 { + text-decoration-color: #f4f4f58c; +} + .decoration-zinc-100\\/60 { text-decoration-color: #f4f4f599; } +.decoration-zinc-100\\/65 { + text-decoration-color: #f4f4f5a6; +} + .decoration-zinc-100\\/70 { text-decoration-color: #f4f4f5b3; } @@ -15039,6 +20675,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #f4f4f5cc; } +.decoration-zinc-100\\/85 { + text-decoration-color: #f4f4f5d9; +} + .decoration-zinc-100\\/90 { text-decoration-color: #f4f4f5e6; } @@ -15063,6 +20703,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e4e4e7; } +.decoration-zinc-200\\/15 { + text-decoration-color: #e4e4e726; +} + .decoration-zinc-200\\/20 { text-decoration-color: #e4e4e733; } @@ -15075,10 +20719,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e4e4e74d; } +.decoration-zinc-200\\/35 { + text-decoration-color: #e4e4e759; +} + .decoration-zinc-200\\/40 { text-decoration-color: #e4e4e766; } +.decoration-zinc-200\\/45 { + text-decoration-color: #e4e4e773; +} + .decoration-zinc-200\\/5 { text-decoration-color: #e4e4e70d; } @@ -15087,10 +20739,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e4e4e780; } +.decoration-zinc-200\\/55 { + text-decoration-color: #e4e4e78c; +} + .decoration-zinc-200\\/60 { text-decoration-color: #e4e4e799; } +.decoration-zinc-200\\/65 { + text-decoration-color: #e4e4e7a6; +} + .decoration-zinc-200\\/70 { text-decoration-color: #e4e4e7b3; } @@ -15103,6 +20763,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #e4e4e7cc; } +.decoration-zinc-200\\/85 { + text-decoration-color: #e4e4e7d9; +} + .decoration-zinc-200\\/90 { text-decoration-color: #e4e4e7e6; } @@ -15127,6 +20791,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d8; } +.decoration-zinc-300\\/15 { + text-decoration-color: #d4d4d826; +} + .decoration-zinc-300\\/20 { text-decoration-color: #d4d4d833; } @@ -15139,10 +20807,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d84d; } +.decoration-zinc-300\\/35 { + text-decoration-color: #d4d4d859; +} + .decoration-zinc-300\\/40 { text-decoration-color: #d4d4d866; } +.decoration-zinc-300\\/45 { + text-decoration-color: #d4d4d873; +} + .decoration-zinc-300\\/5 { text-decoration-color: #d4d4d80d; } @@ -15151,10 +20827,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d880; } +.decoration-zinc-300\\/55 { + text-decoration-color: #d4d4d88c; +} + .decoration-zinc-300\\/60 { text-decoration-color: #d4d4d899; } +.decoration-zinc-300\\/65 { + text-decoration-color: #d4d4d8a6; +} + .decoration-zinc-300\\/70 { text-decoration-color: #d4d4d8b3; } @@ -15167,6 +20851,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #d4d4d8cc; } +.decoration-zinc-300\\/85 { + text-decoration-color: #d4d4d8d9; +} + .decoration-zinc-300\\/90 { text-decoration-color: #d4d4d8e6; } @@ -15191,6 +20879,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a1a1aa; } +.decoration-zinc-400\\/15 { + text-decoration-color: #a1a1aa26; +} + .decoration-zinc-400\\/20 { text-decoration-color: #a1a1aa33; } @@ -15203,10 +20895,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a1a1aa4d; } +.decoration-zinc-400\\/35 { + text-decoration-color: #a1a1aa59; +} + .decoration-zinc-400\\/40 { text-decoration-color: #a1a1aa66; } +.decoration-zinc-400\\/45 { + text-decoration-color: #a1a1aa73; +} + .decoration-zinc-400\\/5 { text-decoration-color: #a1a1aa0d; } @@ -15215,10 +20915,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a1a1aa80; } +.decoration-zinc-400\\/55 { + text-decoration-color: #a1a1aa8c; +} + .decoration-zinc-400\\/60 { text-decoration-color: #a1a1aa99; } +.decoration-zinc-400\\/65 { + text-decoration-color: #a1a1aaa6; +} + .decoration-zinc-400\\/70 { text-decoration-color: #a1a1aab3; } @@ -15231,6 +20939,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #a1a1aacc; } +.decoration-zinc-400\\/85 { + text-decoration-color: #a1a1aad9; +} + .decoration-zinc-400\\/90 { text-decoration-color: #a1a1aae6; } @@ -15255,6 +20967,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafa; } +.decoration-zinc-50\\/15 { + text-decoration-color: #fafafa26; +} + .decoration-zinc-50\\/20 { text-decoration-color: #fafafa33; } @@ -15267,10 +20983,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafa4d; } +.decoration-zinc-50\\/35 { + text-decoration-color: #fafafa59; +} + .decoration-zinc-50\\/40 { text-decoration-color: #fafafa66; } +.decoration-zinc-50\\/45 { + text-decoration-color: #fafafa73; +} + .decoration-zinc-50\\/5 { text-decoration-color: #fafafa0d; } @@ -15279,10 +21003,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafa80; } +.decoration-zinc-50\\/55 { + text-decoration-color: #fafafa8c; +} + .decoration-zinc-50\\/60 { text-decoration-color: #fafafa99; } +.decoration-zinc-50\\/65 { + text-decoration-color: #fafafaa6; +} + .decoration-zinc-50\\/70 { text-decoration-color: #fafafab3; } @@ -15295,6 +21027,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #fafafacc; } +.decoration-zinc-50\\/85 { + text-decoration-color: #fafafad9; +} + .decoration-zinc-50\\/90 { text-decoration-color: #fafafae6; } @@ -15319,6 +21055,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #71717a; } +.decoration-zinc-500\\/15 { + text-decoration-color: #71717a26; +} + .decoration-zinc-500\\/20 { text-decoration-color: #71717a33; } @@ -15331,10 +21071,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #71717a4d; } +.decoration-zinc-500\\/35 { + text-decoration-color: #71717a59; +} + .decoration-zinc-500\\/40 { text-decoration-color: #71717a66; } +.decoration-zinc-500\\/45 { + text-decoration-color: #71717a73; +} + .decoration-zinc-500\\/5 { text-decoration-color: #71717a0d; } @@ -15343,10 +21091,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #71717a80; } +.decoration-zinc-500\\/55 { + text-decoration-color: #71717a8c; +} + .decoration-zinc-500\\/60 { text-decoration-color: #71717a99; } +.decoration-zinc-500\\/65 { + text-decoration-color: #71717aa6; +} + .decoration-zinc-500\\/70 { text-decoration-color: #71717ab3; } @@ -15359,6 +21115,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #71717acc; } +.decoration-zinc-500\\/85 { + text-decoration-color: #71717ad9; +} + .decoration-zinc-500\\/90 { text-decoration-color: #71717ae6; } @@ -15383,6 +21143,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #52525b; } +.decoration-zinc-600\\/15 { + text-decoration-color: #52525b26; +} + .decoration-zinc-600\\/20 { text-decoration-color: #52525b33; } @@ -15395,10 +21159,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #52525b4d; } +.decoration-zinc-600\\/35 { + text-decoration-color: #52525b59; +} + .decoration-zinc-600\\/40 { text-decoration-color: #52525b66; } +.decoration-zinc-600\\/45 { + text-decoration-color: #52525b73; +} + .decoration-zinc-600\\/5 { text-decoration-color: #52525b0d; } @@ -15407,10 +21179,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #52525b80; } +.decoration-zinc-600\\/55 { + text-decoration-color: #52525b8c; +} + .decoration-zinc-600\\/60 { text-decoration-color: #52525b99; } +.decoration-zinc-600\\/65 { + text-decoration-color: #52525ba6; +} + .decoration-zinc-600\\/70 { text-decoration-color: #52525bb3; } @@ -15423,6 +21203,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #52525bcc; } +.decoration-zinc-600\\/85 { + text-decoration-color: #52525bd9; +} + .decoration-zinc-600\\/90 { text-decoration-color: #52525be6; } @@ -15447,6 +21231,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f3f46; } +.decoration-zinc-700\\/15 { + text-decoration-color: #3f3f4626; +} + .decoration-zinc-700\\/20 { text-decoration-color: #3f3f4633; } @@ -15459,10 +21247,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f3f464d; } +.decoration-zinc-700\\/35 { + text-decoration-color: #3f3f4659; +} + .decoration-zinc-700\\/40 { text-decoration-color: #3f3f4666; } +.decoration-zinc-700\\/45 { + text-decoration-color: #3f3f4673; +} + .decoration-zinc-700\\/5 { text-decoration-color: #3f3f460d; } @@ -15471,10 +21267,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f3f4680; } +.decoration-zinc-700\\/55 { + text-decoration-color: #3f3f468c; +} + .decoration-zinc-700\\/60 { text-decoration-color: #3f3f4699; } +.decoration-zinc-700\\/65 { + text-decoration-color: #3f3f46a6; +} + .decoration-zinc-700\\/70 { text-decoration-color: #3f3f46b3; } @@ -15487,6 +21291,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #3f3f46cc; } +.decoration-zinc-700\\/85 { + text-decoration-color: #3f3f46d9; +} + .decoration-zinc-700\\/90 { text-decoration-color: #3f3f46e6; } @@ -15511,6 +21319,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #27272a; } +.decoration-zinc-800\\/15 { + text-decoration-color: #27272a26; +} + .decoration-zinc-800\\/20 { text-decoration-color: #27272a33; } @@ -15523,10 +21335,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #27272a4d; } +.decoration-zinc-800\\/35 { + text-decoration-color: #27272a59; +} + .decoration-zinc-800\\/40 { text-decoration-color: #27272a66; } +.decoration-zinc-800\\/45 { + text-decoration-color: #27272a73; +} + .decoration-zinc-800\\/5 { text-decoration-color: #27272a0d; } @@ -15535,10 +21355,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #27272a80; } +.decoration-zinc-800\\/55 { + text-decoration-color: #27272a8c; +} + .decoration-zinc-800\\/60 { text-decoration-color: #27272a99; } +.decoration-zinc-800\\/65 { + text-decoration-color: #27272aa6; +} + .decoration-zinc-800\\/70 { text-decoration-color: #27272ab3; } @@ -15551,6 +21379,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #27272acc; } +.decoration-zinc-800\\/85 { + text-decoration-color: #27272ad9; +} + .decoration-zinc-800\\/90 { text-decoration-color: #27272ae6; } @@ -15575,6 +21407,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #18181b; } +.decoration-zinc-900\\/15 { + text-decoration-color: #18181b26; +} + .decoration-zinc-900\\/20 { text-decoration-color: #18181b33; } @@ -15587,10 +21423,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #18181b4d; } +.decoration-zinc-900\\/35 { + text-decoration-color: #18181b59; +} + .decoration-zinc-900\\/40 { text-decoration-color: #18181b66; } +.decoration-zinc-900\\/45 { + text-decoration-color: #18181b73; +} + .decoration-zinc-900\\/5 { text-decoration-color: #18181b0d; } @@ -15599,10 +21443,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #18181b80; } +.decoration-zinc-900\\/55 { + text-decoration-color: #18181b8c; +} + .decoration-zinc-900\\/60 { text-decoration-color: #18181b99; } +.decoration-zinc-900\\/65 { + text-decoration-color: #18181ba6; +} + .decoration-zinc-900\\/70 { text-decoration-color: #18181bb3; } @@ -15615,6 +21467,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #18181bcc; } +.decoration-zinc-900\\/85 { + text-decoration-color: #18181bd9; +} + .decoration-zinc-900\\/90 { text-decoration-color: #18181be6; } @@ -15639,6 +21495,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #09090b; } +.decoration-zinc-950\\/15 { + text-decoration-color: #09090b26; +} + .decoration-zinc-950\\/20 { text-decoration-color: #09090b33; } @@ -15651,10 +21511,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #09090b4d; } +.decoration-zinc-950\\/35 { + text-decoration-color: #09090b59; +} + .decoration-zinc-950\\/40 { text-decoration-color: #09090b66; } +.decoration-zinc-950\\/45 { + text-decoration-color: #09090b73; +} + .decoration-zinc-950\\/5 { text-decoration-color: #09090b0d; } @@ -15663,10 +21531,18 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #09090b80; } +.decoration-zinc-950\\/55 { + text-decoration-color: #09090b8c; +} + .decoration-zinc-950\\/60 { text-decoration-color: #09090b99; } +.decoration-zinc-950\\/65 { + text-decoration-color: #09090ba6; +} + .decoration-zinc-950\\/70 { text-decoration-color: #09090bb3; } @@ -15679,6 +21555,10 @@ exports[`should test the 'textDecorationColor' plugin 1`] = ` text-decoration-color: #09090bcc; } +.decoration-zinc-950\\/85 { + text-decoration-color: #09090bd9; +} + .decoration-zinc-950\\/90 { text-decoration-color: #09090be6; } diff --git a/tests/plugins/divideOpacity.test.js b/tests/plugins/divideOpacity.test.js index b8f44442605b..6966cbc6f421 100644 --- a/tests/plugins/divideOpacity.test.js +++ b/tests/plugins/divideOpacity.test.js @@ -16,6 +16,9 @@ quickPluginTest('divideOpacity', { .divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; } + .divide-opacity-15 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 0.15; + } .divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2; } @@ -25,18 +28,30 @@ quickPluginTest('divideOpacity', { .divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3; } + .divide-opacity-35 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 0.35; + } .divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4; } + .divide-opacity-45 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 0.45; + } .divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05; } .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5; } + .divide-opacity-55 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 0.55; + } .divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6; } + .divide-opacity-65 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 0.65; + } .divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7; } @@ -46,6 +61,9 @@ quickPluginTest('divideOpacity', { .divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8; } + .divide-opacity-85 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 0.85; + } .divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9; } diff --git a/tests/plugins/textOpacity.test.js b/tests/plugins/textOpacity.test.js index 427f93dd262e..c78343217bf4 100644 --- a/tests/plugins/textOpacity.test.js +++ b/tests/plugins/textOpacity.test.js @@ -16,6 +16,9 @@ quickPluginTest('textOpacity', { .text-opacity-100 { --tw-text-opacity: 1; } + .text-opacity-15 { + --tw-text-opacity: 0.15; + } .text-opacity-20 { --tw-text-opacity: 0.2; } @@ -25,18 +28,30 @@ quickPluginTest('textOpacity', { .text-opacity-30 { --tw-text-opacity: 0.3; } + .text-opacity-35 { + --tw-text-opacity: 0.35; + } .text-opacity-40 { --tw-text-opacity: 0.4; } + .text-opacity-45 { + --tw-text-opacity: 0.45; + } .text-opacity-5 { --tw-text-opacity: 0.05; } .text-opacity-50 { --tw-text-opacity: 0.5; } + .text-opacity-55 { + --tw-text-opacity: 0.55; + } .text-opacity-60 { --tw-text-opacity: 0.6; } + .text-opacity-65 { + --tw-text-opacity: 0.65; + } .text-opacity-70 { --tw-text-opacity: 0.7; } @@ -46,6 +61,9 @@ quickPluginTest('textOpacity', { .text-opacity-80 { --tw-text-opacity: 0.8; } + .text-opacity-85 { + --tw-text-opacity: 0.85; + } .text-opacity-90 { --tw-text-opacity: 0.9; }